Trace number 2693772

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.15 1802.12

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-31-30--soft-33-100-0.wbo
MD5SUMb618f143f0ce2a95508bc08f0990c2c8
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.049992
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables930
Total number of constraints61
Number of soft constraints41
Number of constraints which are clauses31
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 constraint30
Maximum length of a constraint31
Top cost 2356
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 2355
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 32
Number of bits of the biggest sum of numbers6
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-2693772-1277891953.wbo>
0.00/0.00	c original problem has 1012 variables (971 bin, 0 int, 0 impl, 41 cont) and 103 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.01	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, 41 impls, 11 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 41 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 41 impls, 11 clqs
0.00/0.01	c (round 3) 0 del vars, 1 del conss, 41 chg bounds, 0 chg sides, 0 chg coeffs, 9 upgd conss, 41 impls, 11 clqs
0.00/0.01	c (round 4) 0 del vars, 1 del conss, 41 chg bounds, 0 chg sides, 0 chg coeffs, 20 upgd conss, 41 impls, 11 clqs
0.00/0.02	c    (0.0s) probing: 101/971 (10.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (5 rounds):
0.00/0.02	c  0 deleted vars, 1 deleted constraints, 41 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  41 implications, 11 cliques
0.00/0.02	c presolved problem has 1012 variables (971 bin, 0 int, 0 impl, 41 cont) and 102 constraints
0.00/0.02	c      41 constraints of type <indicator>
0.00/0.02	c      11 constraints of type <setppc>
0.00/0.02	c      41 constraints of type <linear>
0.00/0.02	c       9 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 3420
0.00/0.02	c 
0.00/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = -1
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c   0.0s|     1 |     2 |     0 |     - |2041k|   0 |   - |1012 | 102 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.81	c   0.7s| 10000 |  9918 |     0 |   0.0 |5339k| 744 |   - |1012 | 249 |   0 |   0 |   0 | 388 |   0 | 0.000000e+00 |      --      |    Inf 
1.59/1.61	c   1.4s| 20000 | 19840 |     0 |   0.0 |8222k| 769 |   - |1012 | 304 |   0 |   0 |   0 | 756 |   0 | 0.000000e+00 |      --      |    Inf 
2.38/2.43	c   2.1s| 30000 | 29757 |     0 |   0.0 |  11M| 769 |   - |1012 | 326 |   0 |   0 |   0 |1183 |   0 | 0.000000e+00 |      --      |    Inf 
3.19/3.25	c   2.9s| 40000 | 39654 |     0 |   0.0 |  13M| 769 |   - |1012 | 438 |   0 |   0 |   0 |1703 |   0 | 0.000000e+00 |      --      |    Inf 
4.00/4.04	c   3.7s| 50000 | 49561 |     0 |   0.0 |  16M| 769 |   - |1012 | 426 |   0 |   0 |   0 |2162 |   0 | 0.000000e+00 |      --      |    Inf 
4.79/4.80	c   4.4s| 60000 | 59460 |     0 |   0.0 |  19M| 769 |   - |1012 | 454 |   0 |   0 |   0 |2672 |   0 | 0.000000e+00 |      --      |    Inf 
5.49/5.56	c   5.2s| 70000 | 69346 |     0 |   0.0 |  22M| 769 |   - |1012 | 525 |   0 |   0 |   0 |3250 |   0 | 0.000000e+00 |      --      |    Inf 
6.19/6.28	c   5.8s| 80000 | 79221 |     0 |   0.0 |  25M| 769 |   - |1012 | 626 |   0 |   0 |   0 |3909 |   0 | 0.000000e+00 |      --      |    Inf 
6.89/6.97	c   6.5s| 90000 | 89102 |     0 |   0.0 |  28M| 769 |   - |1012 | 617 |   0 |   0 |   0 |4533 |   0 | 0.000000e+00 |      --      |    Inf 
7.60/7.64	c   7.0s|100000 | 98954 |     0 |   0.0 |  31M| 769 |   - |1012 | 659 |   0 |   0 |   0 |5288 |   0 | 0.000000e+00 |      --      |    Inf 
8.28/8.32	c   7.6s|110000 |108759 |     0 |   0.0 |  34M| 769 |   - |1012 | 702 |   0 |   0 |   0 |6253 |   0 | 0.000000e+00 |      --      |    Inf 
9.09/9.19	c   8.4s|120000 |118362 |     0 |   0.0 |  38M| 769 |   - |1012 | 667 |   0 |   0 |   0 |8075 |   0 | 0.000000e+00 |      --      |    Inf 
9.99/10.09	c   9.2s|130000 |127863 |     0 |   0.0 |  42M| 769 |   - |1012 | 672 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
10.79/10.88	c   9.9s|140000 |137321 |     0 |   0.0 |  46M| 769 |   - |1012 | 654 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
11.69/11.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.69/11.72	c  10.7s|150000 |146984 |     0 |   0.0 |  49M| 769 |   - |1012 | 661 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
12.49/12.52	c  11.5s|160000 |156906 |     0 |   0.0 |  52M| 769 |   - |1012 | 658 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
13.29/13.33	c  12.2s|170000 |166819 |     0 |   0.0 |  55M| 769 |   - |1012 | 612 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
14.09/14.15	c  12.9s|180000 |176726 |     0 |   0.0 |  58M| 769 |   - |1012 | 614 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
14.89/14.97	c  13.7s|190000 |186617 |     0 |   0.0 |  61M| 769 |   - |1012 | 672 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
15.69/15.79	c  14.4s|200000 |196527 |     0 |   0.0 |  64M| 769 |   - |1012 | 659 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
16.59/16.60	c  15.2s|210000 |206442 |     0 |   0.0 |  66M| 769 |   - |1012 | 649 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
17.39/17.42	c  16.0s|220000 |216352 |     0 |   0.0 |  69M| 769 |   - |1012 | 645 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
18.19/18.24	c  16.7s|230000 |226261 |     0 |   0.0 |  72M| 769 |   - |1012 | 594 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
19.00/19.07	c  17.5s|240000 |236154 |     0 |   0.0 |  75M| 769 |   - |1012 | 612 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
19.80/19.89	c  18.3s|250000 |246050 |     0 |   0.0 |  77M| 769 |   - |1012 | 643 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
20.69/20.72	c  19.0s|260000 |255957 |     0 |   0.0 |  80M| 769 |   - |1012 | 609 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
21.49/21.53	c  19.7s|270000 |265866 |     0 |   0.0 |  83M| 769 |   - |1012 | 596 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
22.29/22.36	c  20.5s|280000 |275763 |     0 |   0.0 |  86M| 769 |   - |1012 | 611 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
23.09/23.17	c  21.2s|290000 |285672 |     0 |   0.0 |  89M| 769 |   - |1012 | 584 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
23.89/23.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.89/23.98	c  22.0s|300000 |295584 |     0 |   0.0 |  91M| 769 |   - |1012 | 606 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
24.69/24.78	c  22.7s|310000 |305498 |     0 |   0.0 |  94M| 769 |   - |1012 | 620 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
25.59/25.60	c  23.5s|320000 |315405 |     0 |   0.0 |  97M| 769 |   - |1012 | 630 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
26.39/26.42	c  24.3s|330000 |325320 |     0 |   0.0 | 100M| 769 |   - |1012 | 613 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
27.19/27.24	c  25.0s|340000 |335232 |     0 |   0.0 | 102M| 769 |   - |1012 | 632 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
27.99/28.05	c  25.7s|350000 |345128 |     0 |   0.0 | 105M| 769 |   - |1012 | 696 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
28.78/28.86	c  26.5s|360000 |355040 |     0 |   0.0 | 108M| 769 |   - |1012 | 674 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
29.60/29.67	c  27.2s|370000 |364947 |     0 |   0.0 | 111M| 769 |   - |1012 | 682 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
30.49/30.50	c  28.0s|380000 |374847 |     0 |   0.0 | 114M| 769 |   - |1012 | 693 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
31.29/31.32	c  28.8s|390000 |384759 |     0 |   0.0 | 116M| 769 |   - |1012 | 696 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
32.09/32.14	c  29.6s|400000 |394672 |     0 |   0.0 | 119M| 769 |   - |1012 | 689 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
32.90/32.96	c  30.4s|410000 |404588 |     0 |   0.0 | 122M| 769 |   - |1012 | 695 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
33.69/33.78	c  31.1s|420000 |414508 |     0 |   0.0 | 125M| 769 |   - |1012 | 661 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
34.49/34.59	c  31.8s|430000 |424421 |     0 |   0.0 | 128M| 769 |   - |1012 | 655 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
35.39/35.41	c  32.6s|440000 |434332 |     0 |   0.0 | 130M| 769 |   - |1012 | 659 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
36.19/36.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
36.19/36.22	c  33.4s|450000 |444249 |     0 |   0.0 | 133M| 769 |   - |1012 | 698 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
36.99/37.03	c  34.1s|460000 |454170 |     0 |   0.0 | 136M| 769 |   - |1012 | 598 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
37.79/37.85	c  34.9s|470000 |464074 |     0 |   0.0 | 139M| 769 |   - |1012 | 660 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
38.59/38.65	c  35.7s|480000 |474001 |     0 |   0.0 | 141M| 769 |   - |1012 | 620 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
39.39/39.47	c  36.4s|490000 |483908 |     0 |   0.0 | 144M| 769 |   - |1012 | 680 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
40.19/40.29	c  37.1s|500000 |493804 |     0 |   0.0 | 147M| 769 |   - |1012 | 704 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
41.09/41.11	c  37.9s|510000 |503715 |     0 |   0.0 | 150M| 769 |   - |1012 | 697 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
41.89/41.93	c  38.6s|520000 |513634 |     0 |   0.0 | 152M| 769 |   - |1012 | 671 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
42.69/42.75	c  39.4s|530000 |523548 |     0 |   0.0 | 155M| 769 |   - |1012 | 662 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
43.49/43.56	c  40.1s|540000 |533459 |     0 |   0.0 | 158M| 769 |   - |1012 | 681 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
44.29/44.38	c  40.9s|550000 |543379 |     0 |   0.0 | 161M| 769 |   - |1012 | 648 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
45.19/45.21	c  41.7s|560000 |553277 |     0 |   0.0 | 164M| 769 |   - |1012 | 709 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
45.99/46.03	c  42.5s|570000 |563172 |     0 |   0.0 | 166M| 769 |   - |1012 | 712 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
46.79/46.84	c  43.2s|580000 |573086 |     0 |   0.0 | 169M| 769 |   - |1012 | 674 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
47.60/47.64	c  43.9s|590000 |583013 |     0 |   0.0 | 172M| 769 |   - |1012 | 641 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
48.39/48.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
48.39/48.46	c  44.6s|600000 |592924 |     0 |   0.0 | 175M| 769 |   - |1012 | 676 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
49.19/49.28	c  45.4s|610000 |602828 |     0 |   0.0 | 177M| 769 |   - |1012 | 682 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
49.99/50.09	c  46.2s|620000 |612737 |     0 |   0.0 | 180M| 769 |   - |1012 | 726 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
50.79/50.89	c  46.9s|630000 |622653 |     0 |   0.0 | 183M| 769 |   - |1012 | 727 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
51.59/51.69	c  47.6s|640000 |632564 |     0 |   0.0 | 186M| 769 |   - |1012 | 733 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
52.49/52.52	c  48.4s|650000 |642466 |     0 |   0.0 | 189M| 769 |   - |1012 | 728 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
53.29/53.33	c  49.1s|660000 |652379 |     0 |   0.0 | 191M| 769 |   - |1012 | 715 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
54.09/54.13	c  49.8s|670000 |662295 |     0 |   0.0 | 194M| 769 |   - |1012 | 752 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
54.89/54.94	c  50.6s|680000 |672215 |     0 |   0.0 | 197M| 769 |   - |1012 | 706 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
55.69/55.75	c  51.3s|690000 |682138 |     0 |   0.0 | 200M| 769 |   - |1012 | 708 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
56.50/56.57	c  52.1s|700000 |692037 |     0 |   0.0 | 202M| 769 |   - |1012 | 743 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
57.29/57.38	c  52.8s|710000 |701949 |     0 |   0.0 | 205M| 769 |   - |1012 | 699 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
58.20/58.20	c  53.6s|720000 |711859 |     0 |   0.0 | 208M| 769 |   - |1012 | 684 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
58.99/59.02	c  54.4s|730000 |721768 |     0 |   0.0 | 211M| 769 |   - |1012 | 666 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
59.79/59.85	c  55.1s|740000 |731683 |     0 |   0.0 | 214M| 769 |   - |1012 | 695 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
60.59/60.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
60.59/60.68	c  55.8s|750000 |741589 |     0 |   0.0 | 216M| 769 |   - |1012 | 684 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
61.39/61.49	c  56.6s|760000 |751505 |     0 |   0.0 | 219M| 769 |   - |1012 | 669 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
62.29/62.31	c  57.4s|770000 |761416 |     0 |   0.0 | 222M| 769 |   - |1012 | 698 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
63.09/63.11	c  58.1s|780000 |771336 |     0 |   0.0 | 225M| 769 |   - |1012 | 660 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
63.89/63.93	c  58.9s|790000 |781247 |     0 |   0.0 | 227M| 769 |   - |1012 | 651 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
64.69/64.75	c  59.6s|800000 |791162 |     0 |   0.0 | 230M| 769 |   - |1012 | 672 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
65.49/65.56	c  60.4s|810000 |801071 |     0 |   0.0 | 233M| 769 |   - |1012 | 700 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
66.29/66.38	c  61.1s|820000 |810981 |     0 |   0.0 | 236M| 769 |   - |1012 | 679 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
67.20/67.21	c  61.8s|830000 |820872 |     0 |   0.0 | 239M| 769 |   - |1012 | 725 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
67.99/68.03	c  62.6s|840000 |830772 |     0 |   0.0 | 241M| 769 |   - |1012 | 705 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
68.79/68.84	c  63.4s|850000 |840680 |     0 |   0.0 | 244M| 769 |   - |1012 | 713 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
69.59/69.64	c  64.1s|860000 |850604 |     0 |   0.0 | 247M| 769 |   - |1012 | 674 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
70.40/70.45	c  64.8s|870000 |860507 |     0 |   0.0 | 250M| 769 |   - |1012 | 704 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
71.19/71.26	c  65.6s|880000 |870415 |     0 |   0.0 | 252M| 769 |   - |1012 | 732 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
71.98/72.08	c  66.4s|890000 |880312 |     0 |   0.0 | 255M| 769 |   - |1012 | 752 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
72.80/72.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
72.80/72.89	c  67.1s|900000 |890221 |     0 |   0.0 | 258M| 769 |   - |1012 | 728 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
73.70/73.70	c  67.8s|910000 |900133 |     0 |   0.0 | 261M| 769 |   - |1012 | 712 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
74.49/74.51	c  68.6s|920000 |910041 |     0 |   0.0 | 263M| 769 |   - |1012 | 734 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
75.29/75.34	c  69.3s|930000 |919933 |     0 |   0.0 | 266M| 769 |   - |1012 | 733 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
76.09/76.14	c  70.1s|940000 |929857 |     0 |   0.0 | 269M| 769 |   - |1012 | 739 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
76.89/76.94	c  70.8s|950000 |939766 |     0 |   0.0 | 272M| 769 |   - |1012 | 753 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
77.69/77.76	c  71.6s|960000 |949674 |     0 |   0.0 | 274M| 769 |   - |1012 | 721 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
78.49/78.56	c  72.4s|970000 |959587 |     0 |   0.0 | 277M| 769 |   - |1012 | 772 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
79.29/79.37	c  73.1s|980000 |969505 |     0 |   0.0 | 280M| 769 |   - |1012 | 737 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
80.09/80.18	c  73.8s|990000 |979414 |     0 |   0.0 | 283M| 769 |   - |1012 | 710 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
80.90/80.98	c  74.6s|  1000k|989332 |     0 |   0.0 | 285M| 769 |   - |1012 | 715 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
81.79/81.80	c  75.4s|  1010k|999237 |     0 |   0.0 | 288M| 769 |   - |1012 | 765 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
82.50/82.59	c  76.1s|  1020k|  1009k|     0 |   0.0 | 291M| 769 |   - |1012 | 784 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
83.39/83.41	c  76.9s|  1030k|  1019k|     0 |   0.0 | 294M| 769 |   - |1012 | 719 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
84.20/84.24	c  77.7s|  1040k|  1028k|     0 |   0.0 | 296M| 769 |   - |1012 | 718 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
84.99/85.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
84.99/85.06	c  78.5s|  1050k|  1038k|     0 |   0.0 | 299M| 769 |   - |1012 | 732 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
85.79/85.88	c  79.2s|  1060k|  1048k|     0 |   0.0 | 302M| 769 |   - |1012 | 708 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
86.59/86.68	c  79.9s|  1070k|  1058k|     0 |   0.0 | 305M| 769 |   - |1012 | 702 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
87.39/87.49	c  80.7s|  1080k|  1068k|     0 |   0.0 | 308M| 769 |   - |1012 | 689 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
88.29/88.31	c  81.4s|  1090k|  1078k|     0 |   0.0 | 310M| 769 |   - |1012 | 718 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
89.09/89.13	c  82.2s|  1100k|  1088k|     0 |   0.0 | 313M| 769 |   - |1012 | 666 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
89.89/89.94	c  83.0s|  1110k|  1098k|     0 |   0.0 | 316M| 769 |   - |1012 | 675 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
90.70/90.75	c  83.7s|  1120k|  1108k|     0 |   0.0 | 319M| 769 |   - |1012 | 669 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
91.49/91.57	c  84.5s|  1130k|  1118k|     0 |   0.0 | 321M| 769 |   - |1012 | 635 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
92.29/92.38	c  85.2s|  1140k|  1128k|     0 |   0.0 | 324M| 769 |   - |1012 | 649 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
93.09/93.19	c  85.9s|  1150k|  1137k|     0 |   0.0 | 327M| 769 |   - |1012 | 640 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
93.99/94.00	c  86.7s|  1160k|  1147k|     0 |   0.0 | 330M| 769 |   - |1012 | 659 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
94.79/94.80	c  87.5s|  1170k|  1157k|     0 |   0.0 | 332M| 769 |   - |1012 | 658 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
95.59/95.62	c  88.2s|  1180k|  1167k|     0 |   0.0 | 335M| 769 |   - |1012 | 647 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
96.39/96.43	c  89.0s|  1190k|  1177k|     0 |   0.0 | 338M| 769 |   - |1012 | 660 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
97.20/97.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
97.20/97.24	c  89.8s|  1200k|  1187k|     0 |   0.0 | 341M| 769 |   - |1012 | 639 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
97.99/98.05	c  90.5s|  1210k|  1197k|     0 |   0.0 | 343M| 769 |   - |1012 | 638 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
98.79/98.86	c  91.2s|  1220k|  1207k|     0 |   0.0 | 346M| 769 |   - |1012 | 616 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
99.59/99.67	c  91.9s|  1230k|  1217k|     0 |   0.0 | 349M| 769 |   - |1012 | 611 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
100.39/100.49	c  92.7s|  1240k|  1227k|     0 |   0.0 | 352M| 769 |   - |1012 | 645 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
101.19/101.29	c  93.4s|  1250k|  1237k|     0 |   0.0 | 355M| 769 |   - |1012 | 643 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
102.09/102.15	c  94.2s|  1260k|  1246k|     0 |   0.0 | 357M| 769 |   - |1012 | 658 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
102.89/102.97	c  95.0s|  1270k|  1256k|     0 |   0.0 | 360M| 769 |   - |1012 | 640 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
103.79/103.80	c  95.8s|  1280k|  1266k|     0 |   0.0 | 363M| 769 |   - |1012 | 660 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
104.59/104.60	c  96.5s|  1290k|  1276k|     0 |   0.0 | 366M| 769 |   - |1012 | 593 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
105.39/105.42	c  97.3s|  1300k|  1286k|     0 |   0.0 | 368M| 769 |   - |1012 | 613 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
106.19/106.23	c  98.0s|  1310k|  1296k|     0 |   0.0 | 371M| 769 |   - |1012 | 629 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
106.99/107.04	c  98.7s|  1320k|  1306k|     0 |   0.0 | 374M| 769 |   - |1012 | 625 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
107.79/107.85	c  99.5s|  1330k|  1316k|     0 |   0.0 | 377M| 769 |   - |1012 | 650 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
108.59/108.67	c   100s|  1340k|  1326k|     0 |   0.0 | 379M| 769 |   - |1012 | 661 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
109.39/109.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
109.39/109.49	c   101s|  1350k|  1336k|     0 |   0.0 | 382M| 769 |   - |1012 | 713 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
110.29/110.30	c   102s|  1360k|  1346k|     0 |   0.0 | 385M| 769 |   - |1012 | 727 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
110.99/111.09	c   102s|  1370k|  1355k|     0 |   0.0 | 388M| 769 |   - |1012 | 695 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
111.89/111.90	c   103s|  1380k|  1365k|     0 |   0.0 | 390M| 769 |   - |1012 | 776 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
112.70/112.72	c   104s|  1390k|  1375k|     0 |   0.0 | 393M| 769 |   - |1012 | 765 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
113.49/113.53	c   105s|  1400k|  1385k|     0 |   0.0 | 396M| 769 |   - |1012 | 774 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
114.30/114.34	c   105s|  1410k|  1395k|     0 |   0.0 | 399M| 769 |   - |1012 | 748 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
115.09/115.14	c   106s|  1420k|  1405k|     0 |   0.0 | 401M| 769 |   - |1012 | 734 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
115.89/115.95	c   107s|  1430k|  1415k|     0 |   0.0 | 404M| 769 |   - |1012 | 770 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
116.69/116.76	c   108s|  1440k|  1425k|     0 |   0.0 | 407M| 769 |   - |1012 | 767 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
117.49/117.58	c   108s|  1450k|  1435k|     0 |   0.0 | 410M| 769 |   - |1012 | 717 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
118.30/118.38	c   109s|  1460k|  1445k|     0 |   0.0 | 413M| 769 |   - |1012 | 707 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
119.19/119.20	c   110s|  1470k|  1455k|     0 |   0.0 | 415M| 769 |   - |1012 | 702 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
119.99/120.01	c   111s|  1480k|  1464k|     0 |   0.0 | 418M| 769 |   - |1012 | 675 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
120.79/120.82	c   111s|  1490k|  1474k|     0 |   0.0 | 421M| 769 |   - |1012 | 701 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
121.58/121.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
121.58/121.64	c   112s|  1500k|  1484k|     0 |   0.0 | 424M| 769 |   - |1012 | 737 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
122.39/122.45	c   113s|  1510k|  1494k|     0 |   0.0 | 426M| 769 |   - |1012 | 733 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
123.20/123.25	c   114s|  1520k|  1504k|     0 |   0.0 | 429M| 769 |   - |1012 | 730 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
123.99/124.07	c   114s|  1530k|  1514k|     0 |   0.0 | 432M| 769 |   - |1012 | 763 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
124.79/124.87	c   115s|  1540k|  1524k|     0 |   0.0 | 435M| 769 |   - |1012 | 717 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
125.59/125.69	c   116s|  1550k|  1534k|     0 |   0.0 | 437M| 769 |   - |1012 | 725 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
126.39/126.50	c   117s|  1560k|  1544k|     0 |   0.0 | 440M| 769 |   - |1012 | 709 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
127.29/127.31	c   117s|  1570k|  1554k|     0 |   0.0 | 443M| 769 |   - |1012 | 694 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
128.09/128.12	c   118s|  1580k|  1564k|     0 |   0.0 | 446M| 769 |   - |1012 | 683 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
128.89/128.94	c   119s|  1590k|  1573k|     0 |   0.0 | 449M| 769 |   - |1012 | 709 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
129.69/129.75	c   120s|  1600k|  1583k|     0 |   0.0 | 451M| 769 |   - |1012 | 689 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
130.49/130.54	c   120s|  1610k|  1593k|     0 |   0.0 | 454M| 769 |   - |1012 | 706 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
131.29/131.37	c   121s|  1620k|  1603k|     0 |   0.0 | 457M| 769 |   - |1012 | 728 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
132.09/132.16	c   122s|  1630k|  1613k|     0 |   0.0 | 460M| 769 |   - |1012 | 706 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
132.89/132.98	c   123s|  1640k|  1623k|     0 |   0.0 | 462M| 769 |   - |1012 | 767 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
133.69/133.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
133.69/133.79	c   123s|  1650k|  1633k|     0 |   0.0 | 465M| 769 |   - |1012 | 741 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
134.59/134.60	c   124s|  1660k|  1643k|     0 |   0.0 | 468M| 769 |   - |1012 | 696 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
135.30/135.39	c   125s|  1670k|  1653k|     0 |   0.0 | 471M| 769 |   - |1012 | 675 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
136.19/136.20	c   126s|  1680k|  1663k|     0 |   0.0 | 473M| 769 |   - |1012 | 650 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
136.99/137.01	c   126s|  1690k|  1673k|     0 |   0.0 | 476M| 769 |   - |1012 | 650 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
137.79/137.83	c   127s|  1700k|  1682k|     0 |   0.0 | 479M| 769 |   - |1012 | 644 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
138.59/138.64	c   128s|  1710k|  1692k|     0 |   0.0 | 482M| 769 |   - |1012 | 674 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
139.39/139.44	c   129s|  1720k|  1702k|     0 |   0.0 | 485M| 769 |   - |1012 | 643 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
140.19/140.24	c   129s|  1730k|  1712k|     0 |   0.0 | 487M| 769 |   - |1012 | 632 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
140.99/141.06	c   130s|  1740k|  1722k|     0 |   0.0 | 490M| 769 |   - |1012 | 653 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
141.79/141.88	c   131s|  1750k|  1732k|     0 |   0.0 | 493M| 769 |   - |1012 | 672 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
142.59/142.69	c   132s|  1760k|  1742k|     0 |   0.0 | 496M| 769 |   - |1012 | 679 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
143.49/143.50	c   132s|  1770k|  1752k|     0 |   0.0 | 498M| 769 |   - |1012 | 646 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
144.29/144.30	c   133s|  1780k|  1762k|     0 |   0.0 | 501M| 769 |   - |1012 | 675 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
145.10/145.11	c   134s|  1790k|  1772k|     0 |   0.0 | 504M| 769 |   - |1012 | 728 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
145.89/145.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
145.89/145.92	c   135s|  1800k|  1781k|     0 |   0.0 | 507M| 769 |   - |1012 | 743 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
146.69/146.74	c   135s|  1810k|  1791k|     0 |   0.0 | 510M| 769 |   - |1012 | 774 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
147.49/147.55	c   136s|  1820k|  1801k|     0 |   0.0 | 512M| 769 |   - |1012 | 733 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
148.29/148.35	c   137s|  1830k|  1811k|     0 |   0.0 | 515M| 769 |   - |1012 | 735 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
149.09/149.15	c   138s|  1840k|  1821k|     0 |   0.0 | 518M| 769 |   - |1012 | 692 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
149.89/149.95	c   138s|  1850k|  1831k|     0 |   0.0 | 521M| 769 |   - |1012 | 736 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
150.69/150.75	c   139s|  1860k|  1841k|     0 |   0.0 | 523M| 769 |   - |1012 | 721 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
151.49/151.57	c   140s|  1870k|  1851k|     0 |   0.0 | 526M| 769 |   - |1012 | 756 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
152.30/152.37	c   141s|  1880k|  1861k|     0 |   0.0 | 529M| 769 |   - |1012 | 735 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
153.09/153.18	c   141s|  1890k|  1871k|     0 |   0.0 | 532M| 769 |   - |1012 | 697 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
153.90/153.98	c   142s|  1900k|  1881k|     0 |   0.0 | 534M| 769 |   - |1012 | 728 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
154.69/154.79	c   143s|  1910k|  1890k|     0 |   0.0 | 537M| 769 |   - |1012 | 756 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
155.49/155.59	c   144s|  1920k|  1900k|     0 |   0.0 | 540M| 769 |   - |1012 | 735 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
156.39/156.40	c   144s|  1930k|  1910k|     0 |   0.0 | 543M| 769 |   - |1012 | 769 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
157.20/157.20	c   145s|  1940k|  1920k|     0 |   0.0 | 545M| 769 |   - |1012 | 731 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
158.00/158.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
158.00/158.02	c   146s|  1950k|  1930k|     0 |   0.0 | 548M| 769 |   - |1012 | 775 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
158.79/158.81	c   146s|  1960k|  1940k|     0 |   0.0 | 551M| 769 |   - |1012 | 711 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
159.60/159.61	c   147s|  1970k|  1950k|     0 |   0.0 | 554M| 769 |   - |1012 | 739 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
160.40/160.43	c   148s|  1980k|  1960k|     0 |   0.0 | 556M| 769 |   - |1012 | 729 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
161.19/161.22	c   149s|  1990k|  1970k|     0 |   0.0 | 559M| 769 |   - |1012 | 694 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
161.99/162.01	c   149s|  2000k|  1980k|     0 |   0.0 | 562M| 769 |   - |1012 | 706 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
162.80/162.81	c   150s|  2010k|  1989k|     0 |   0.0 | 565M| 769 |   - |1012 | 714 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
163.59/163.62	c   151s|  2020k|  1999k|     0 |   0.0 | 568M| 769 |   - |1012 | 722 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
164.40/164.44	c   152s|  2030k|  2009k|     0 |   0.0 | 570M| 769 |   - |1012 | 710 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
165.19/165.24	c   152s|  2040k|  2019k|     0 |   0.0 | 573M| 769 |   - |1012 | 726 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
166.00/166.04	c   153s|  2050k|  2029k|     0 |   0.0 | 576M| 769 |   - |1012 | 744 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
166.79/166.85	c   154s|  2060k|  2039k|     0 |   0.0 | 579M| 769 |   - |1012 | 735 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
167.59/167.65	c   155s|  2070k|  2049k|     0 |   0.0 | 581M| 769 |   - |1012 | 707 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
168.39/168.47	c   155s|  2080k|  2059k|     0 |   0.0 | 584M| 769 |   - |1012 | 747 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
169.19/169.27	c   156s|  2090k|  2069k|     0 |   0.0 | 587M| 769 |   - |1012 | 710 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
169.99/170.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
169.99/170.08	c   157s|  2100k|  2079k|     0 |   0.0 | 590M| 769 |   - |1012 | 759 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
170.79/170.87	c   158s|  2110k|  2089k|     0 |   0.0 | 593M| 769 |   - |1012 | 726 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
171.60/171.67	c   158s|  2120k|  2098k|     0 |   0.0 | 595M| 769 |   - |1012 | 722 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
172.39/172.48	c   159s|  2130k|  2108k|     0 |   0.0 | 598M| 769 |   - |1012 | 735 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
173.29/173.31	c   160s|  2140k|  2118k|     0 |   0.0 | 601M| 769 |   - |1012 | 701 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
174.09/174.11	c   161s|  2150k|  2128k|     0 |   0.0 | 604M| 769 |   - |1012 | 741 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
174.89/174.90	c   161s|  2160k|  2138k|     0 |   0.0 | 606M| 769 |   - |1012 | 703 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
175.69/175.72	c   162s|  2170k|  2148k|     0 |   0.0 | 609M| 769 |   - |1012 | 720 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
176.50/176.52	c   163s|  2180k|  2158k|     0 |   0.0 | 612M| 769 |   - |1012 | 692 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
177.30/177.32	c   164s|  2190k|  2168k|     0 |   0.0 | 615M| 769 |   - |1012 | 787 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
178.10/178.11	c   164s|  2200k|  2178k|     0 |   0.0 | 618M| 769 |   - |1012 | 720 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
178.89/178.90	c   165s|  2210k|  2188k|     0 |   0.0 | 620M| 769 |   - |1012 | 765 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
179.69/179.71	c   166s|  2220k|  2197k|     0 |   0.0 | 623M| 769 |   - |1012 | 725 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
180.49/180.51	c   166s|  2230k|  2207k|     0 |   0.0 | 626M| 769 |   - |1012 | 750 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
181.30/181.31	c   167s|  2240k|  2217k|     0 |   0.0 | 629M| 769 |   - |1012 | 732 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
182.09/182.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
182.09/182.11	c   168s|  2250k|  2227k|     0 |   0.0 | 631M| 769 |   - |1012 | 767 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
182.89/182.91	c   169s|  2260k|  2237k|     0 |   0.0 | 634M| 769 |   - |1012 | 779 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
183.60/183.69	c   169s|  2270k|  2247k|     0 |   0.0 | 637M| 769 |   - |1012 | 743 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
184.40/184.50	c   170s|  2280k|  2257k|     0 |   0.0 | 640M| 769 |   - |1012 | 736 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
185.19/185.29	c   171s|  2290k|  2267k|     0 |   0.0 | 643M| 769 |   - |1012 | 707 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
185.99/186.08	c   172s|  2300k|  2277k|     0 |   0.0 | 645M| 769 |   - |1012 | 730 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
186.79/186.88	c   172s|  2310k|  2287k|     0 |   0.0 | 648M| 769 |   - |1012 | 672 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
187.69/187.70	c   173s|  2320k|  2297k|     0 |   0.0 | 651M| 769 |   - |1012 | 743 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
188.49/188.51	c   174s|  2330k|  2306k|     0 |   0.0 | 654M| 769 |   - |1012 | 680 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
189.29/189.31	c   175s|  2340k|  2316k|     0 |   0.0 | 656M| 769 |   - |1012 | 660 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
190.09/190.10	c   175s|  2350k|  2326k|     0 |   0.0 | 659M| 769 |   - |1012 | 680 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
190.89/190.91	c   176s|  2360k|  2336k|     0 |   0.0 | 662M| 769 |   - |1012 | 638 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
191.69/191.72	c   177s|  2370k|  2346k|     0 |   0.0 | 665M| 769 |   - |1012 | 695 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
192.49/192.53	c   178s|  2380k|  2356k|     0 |   0.0 | 668M| 769 |   - |1012 | 705 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
193.29/193.32	c   178s|  2390k|  2366k|     0 |   0.0 | 670M| 769 |   - |1012 | 684 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
194.09/194.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
194.09/194.10	c   179s|  2400k|  2376k|     0 |   0.0 | 673M| 769 |   - |1012 | 709 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
194.89/194.90	c   180s|  2410k|  2386k|     0 |   0.0 | 676M| 769 |   - |1012 | 704 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
195.59/195.70	c   181s|  2420k|  2396k|     0 |   0.0 | 679M| 769 |   - |1012 | 711 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
196.40/196.49	c   181s|  2430k|  2405k|     0 |   0.0 | 682M| 769 |   - |1012 | 738 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
197.30/197.31	c   182s|  2440k|  2415k|     0 |   0.0 | 684M| 769 |   - |1012 | 740 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
198.09/198.10	c   183s|  2450k|  2425k|     0 |   0.0 | 687M| 769 |   - |1012 | 704 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
198.80/198.88	c   183s|  2460k|  2435k|     0 |   0.0 | 690M| 769 |   - |1012 | 676 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
199.59/199.67	c   184s|  2470k|  2445k|     0 |   0.0 | 693M| 769 |   - |1012 | 706 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
200.39/200.47	c   185s|  2480k|  2455k|     0 |   0.0 | 695M| 769 |   - |1012 | 652 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
201.19/201.27	c   186s|  2490k|  2465k|     0 |   0.0 | 698M| 769 |   - |1012 | 682 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
202.00/202.06	c   186s|  2500k|  2475k|     0 |   0.0 | 701M| 769 |   - |1012 | 677 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
202.80/202.87	c   187s|  2510k|  2485k|     0 |   0.0 | 704M| 769 |   - |1012 | 709 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
203.59/203.67	c   188s|  2520k|  2495k|     0 |   0.0 | 707M| 769 |   - |1012 | 678 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
204.39/204.47	c   189s|  2530k|  2504k|     0 |   0.0 | 709M| 769 |   - |1012 | 706 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
205.19/205.27	c   189s|  2540k|  2514k|     0 |   0.0 | 712M| 769 |   - |1012 | 681 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
205.99/206.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
205.99/206.07	c   190s|  2550k|  2524k|     0 |   0.0 | 715M| 769 |   - |1012 | 667 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
206.80/206.87	c   191s|  2560k|  2534k|     0 |   0.0 | 718M| 769 |   - |1012 | 736 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
207.59/207.67	c   192s|  2570k|  2544k|     0 |   0.0 | 721M| 769 |   - |1012 | 715 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
208.40/208.47	c   192s|  2580k|  2554k|     0 |   0.0 | 723M| 769 |   - |1012 | 728 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
209.19/209.26	c   193s|  2590k|  2564k|     0 |   0.0 | 726M| 769 |   - |1012 | 719 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
209.99/210.06	c   194s|  2600k|  2574k|     0 |   0.0 | 729M| 769 |   - |1012 | 723 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
210.80/210.85	c   194s|  2610k|  2584k|     0 |   0.0 | 732M| 769 |   - |1012 | 730 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
211.60/211.65	c   195s|  2620k|  2594k|     0 |   0.0 | 734M| 769 |   - |1012 | 755 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
212.39/212.44	c   196s|  2630k|  2604k|     0 |   0.0 | 737M| 769 |   - |1012 | 784 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
213.20/213.25	c   197s|  2640k|  2613k|     0 |   0.0 | 740M| 769 |   - |1012 | 767 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
213.99/214.07	c   197s|  2650k|  2623k|     0 |   0.0 | 743M| 769 |   - |1012 | 800 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
214.80/214.85	c   198s|  2660k|  2633k|     0 |   0.0 | 746M| 769 |   - |1012 | 732 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
215.60/215.67	c   199s|  2670k|  2643k|     0 |   0.0 | 748M| 769 |   - |1012 | 746 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
216.39/216.46	c   200s|  2680k|  2653k|     0 |   0.0 | 751M| 769 |   - |1012 | 739 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
217.20/217.26	c   200s|  2690k|  2663k|     0 |   0.0 | 754M| 769 |   - |1012 | 734 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
218.00/218.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
218.00/218.07	c   201s|  2700k|  2673k|     0 |   0.0 | 757M| 769 |   - |1012 | 732 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
218.80/218.85	c   202s|  2710k|  2683k|     0 |   0.0 | 759M| 769 |   - |1012 | 687 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
219.59/219.67	c   203s|  2720k|  2693k|     0 |   0.0 | 762M| 769 |   - |1012 | 734 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
220.39/220.47	c   203s|  2730k|  2703k|     0 |   0.0 | 765M| 769 |   - |1012 | 689 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
221.19/221.27	c   204s|  2740k|  2712k|     0 |   0.0 | 768M| 769 |   - |1012 | 695 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
221.99/222.05	c   205s|  2750k|  2722k|     0 |   0.0 | 771M| 769 |   - |1012 | 672 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
222.79/222.85	c   206s|  2760k|  2732k|     0 |   0.0 | 773M| 769 |   - |1012 | 665 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
223.60/223.63	c   206s|  2770k|  2742k|     0 |   0.0 | 776M| 769 |   - |1012 | 704 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
224.40/224.44	c   207s|  2780k|  2752k|     0 |   0.0 | 779M| 769 |   - |1012 | 687 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
225.19/225.24	c   208s|  2790k|  2762k|     0 |   0.0 | 782M| 769 |   - |1012 | 723 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
225.99/226.06	c   208s|  2800k|  2772k|     0 |   0.0 | 785M| 769 |   - |1012 | 727 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
226.79/226.84	c   209s|  2810k|  2782k|     0 |   0.0 | 787M| 769 |   - |1012 | 723 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
227.60/227.63	c   210s|  2820k|  2792k|     0 |   0.0 | 790M| 769 |   - |1012 | 693 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
228.39/228.44	c   211s|  2830k|  2802k|     0 |   0.0 | 793M| 769 |   - |1012 | 726 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
229.19/229.23	c   211s|  2840k|  2811k|     0 |   0.0 | 796M| 769 |   - |1012 | 702 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
229.99/230.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
229.99/230.01	c   212s|  2850k|  2821k|     0 |   0.0 | 799M| 769 |   - |1012 | 714 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
230.69/230.79	c   213s|  2860k|  2831k|     0 |   0.0 | 801M| 769 |   - |1012 | 714 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
231.49/231.59	c   214s|  2870k|  2841k|     0 |   0.0 | 804M| 769 |   - |1012 | 732 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
232.29/232.39	c   214s|  2880k|  2851k|     0 |   0.0 | 807M| 769 |   - |1012 | 757 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
233.20/233.21	c   215s|  2890k|  2861k|     0 |   0.0 | 810M| 769 |   - |1012 | 745 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
233.99/234.01	c   216s|  2900k|  2871k|     0 |   0.0 | 813M| 769 |   - |1012 | 742 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
234.79/234.81	c   217s|  2910k|  2881k|     0 |   0.0 | 815M| 769 |   - |1012 | 785 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
235.49/235.59	c   217s|  2920k|  2891k|     0 |   0.0 | 818M| 769 |   - |1012 | 736 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
236.29/236.39	c   218s|  2930k|  2901k|     0 |   0.0 | 821M| 769 |   - |1012 | 806 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
237.19/237.20	c   219s|  2940k|  2910k|     0 |   0.0 | 824M| 769 |   - |1012 | 811 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
238.00/238.00	c   219s|  2950k|  2920k|     0 |   0.0 | 827M| 769 |   - |1012 | 817 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
238.70/238.79	c   220s|  2960k|  2930k|     0 |   0.0 | 829M| 769 |   - |1012 | 802 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
239.49/239.57	c   221s|  2970k|  2940k|     0 |   0.0 | 832M| 769 |   - |1012 | 821 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
240.30/240.37	c   222s|  2980k|  2950k|     0 |   0.0 | 835M| 769 |   - |1012 | 853 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
241.10/241.16	c   222s|  2990k|  2960k|     0 |   0.0 | 838M| 769 |   - |1012 | 843 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
241.90/241.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
241.90/241.96	c   223s|  3000k|  2970k|     0 |   0.0 | 840M| 769 |   - |1012 | 861 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
242.69/242.74	c   224s|  3010k|  2980k|     0 |   0.0 | 843M| 769 |   - |1012 | 850 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
243.49/243.53	c   225s|  3020k|  2990k|     0 |   0.0 | 846M| 769 |   - |1012 | 853 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
244.29/244.31	c   225s|  3030k|  3000k|     0 |   0.0 | 849M| 769 |   - |1012 | 805 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
245.09/245.12	c   226s|  3040k|  3009k|     0 |   0.0 | 852M| 769 |   - |1012 | 853 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
245.89/245.90	c   227s|  3050k|  3019k|     0 |   0.0 | 854M| 769 |   - |1012 | 812 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
246.69/246.70	c   227s|  3060k|  3029k|     0 |   0.0 | 857M| 769 |   - |1012 | 854 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
247.40/247.49	c   228s|  3070k|  3039k|     0 |   0.0 | 860M| 769 |   - |1012 | 861 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
248.19/248.27	c   229s|  3080k|  3049k|     0 |   0.0 | 863M| 769 |   - |1012 | 810 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
248.99/249.06	c   230s|  3090k|  3059k|     0 |   0.0 | 866M| 769 |   - |1012 | 823 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
249.80/249.87	c   230s|  3100k|  3069k|     0 |   0.0 | 868M| 769 |   - |1012 | 765 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
250.60/250.67	c   231s|  3110k|  3079k|     0 |   0.0 | 871M| 769 |   - |1012 | 791 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
251.39/251.47	c   232s|  3120k|  3089k|     0 |   0.0 | 874M| 769 |   - |1012 | 781 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
252.19/252.25	c   233s|  3130k|  3099k|     0 |   0.0 | 877M| 769 |   - |1012 | 764 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
253.00/253.02	c   233s|  3140k|  3108k|     0 |   0.0 | 880M| 769 |   - |1012 | 688 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
253.79/253.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
253.79/253.80	c   234s|  3150k|  3118k|     0 |   0.0 | 882M| 769 |   - |1012 | 693 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
254.50/254.59	c   235s|  3160k|  3128k|     0 |   0.0 | 885M| 769 |   - |1012 | 750 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
255.29/255.40	c   235s|  3170k|  3138k|     0 |   0.0 | 888M| 769 |   - |1012 | 753 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
256.09/256.18	c   236s|  3180k|  3148k|     0 |   0.0 | 891M| 769 |   - |1012 | 715 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
256.90/256.96	c   237s|  3190k|  3158k|     0 |   0.0 | 894M| 769 |   - |1012 | 718 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
257.69/257.76	c   238s|  3200k|  3168k|     0 |   0.0 | 896M| 769 |   - |1012 | 759 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
258.50/258.58	c   238s|  3210k|  3178k|     0 |   0.0 | 899M| 769 |   - |1012 | 783 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
259.29/259.37	c   239s|  3220k|  3188k|     0 |   0.0 | 902M| 769 |   - |1012 | 770 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
260.10/260.16	c   240s|  3230k|  3198k|     0 |   0.0 | 905M| 769 |   - |1012 | 776 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
260.89/260.94	c   241s|  3240k|  3208k|     0 |   0.0 | 908M| 769 |   - |1012 | 790 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
261.70/261.71	c   241s|  3250k|  3217k|     0 |   0.0 | 910M| 769 |   - |1012 | 770 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
262.49/262.50	c   242s|  3260k|  3227k|     0 |   0.0 | 913M| 769 |   - |1012 | 779 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
263.30/263.30	c   243s|  3270k|  3237k|     0 |   0.0 | 916M| 769 |   - |1012 | 833 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
264.00/264.06	c   243s|  3280k|  3247k|     0 |   0.0 | 919M| 769 |   - |1012 | 782 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
264.79/264.83	c   244s|  3290k|  3257k|     0 |   0.0 | 922M| 769 |   - |1012 | 812 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
265.59/265.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
265.59/265.61	c   245s|  3300k|  3267k|     0 |   0.0 | 924M| 769 |   - |1012 | 811 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
266.40/266.40	c   246s|  3310k|  3277k|     0 |   0.0 | 927M| 769 |   - |1012 | 785 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
267.10/267.19	c   246s|  3320k|  3287k|     0 |   0.0 | 930M| 769 |   - |1012 | 808 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
267.99/268.00	c   247s|  3330k|  3297k|     0 |   0.0 | 933M| 769 |   - |1012 | 787 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
268.69/268.79	c   248s|  3340k|  3307k|     0 |   0.0 | 936M| 769 |   - |1012 | 795 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
269.50/269.56	c   249s|  3350k|  3316k|     0 |   0.0 | 938M| 769 |   - |1012 | 780 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
270.30/270.35	c   249s|  3360k|  3326k|     0 |   0.0 | 941M| 769 |   - |1012 | 748 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
271.09/271.12	c   250s|  3370k|  3336k|     0 |   0.0 | 944M| 769 |   - |1012 | 768 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
271.89/271.91	c   251s|  3380k|  3346k|     0 |   0.0 | 947M| 769 |   - |1012 | 779 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
272.69/272.71	c   251s|  3390k|  3356k|     0 |   0.0 | 949M| 769 |   - |1012 | 763 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
273.40/273.49	c   252s|  3400k|  3366k|     0 |   0.0 | 952M| 769 |   - |1012 | 790 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
274.20/274.28	c   253s|  3410k|  3376k|     0 |   0.0 | 955M| 769 |   - |1012 | 804 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
275.00/275.05	c   254s|  3420k|  3386k|     0 |   0.0 | 958M| 769 |   - |1012 | 809 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
275.79/275.84	c   254s|  3430k|  3396k|     0 |   0.0 | 961M| 769 |   - |1012 | 827 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
276.59/276.64	c   255s|  3440k|  3405k|     0 |   0.0 | 963M| 769 |   - |1012 | 895 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
277.39/277.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
277.39/277.42	c   256s|  3450k|  3415k|     0 |   0.0 | 966M| 769 |   - |1012 | 853 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
278.10/278.20	c   256s|  3460k|  3425k|     0 |   0.0 | 969M| 769 |   - |1012 | 873 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
278.90/278.97	c   257s|  3470k|  3435k|     0 |   0.0 | 972M| 769 |   - |1012 | 871 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
279.69/279.76	c   258s|  3480k|  3445k|     0 |   0.0 | 975M| 769 |   - |1012 | 865 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
280.49/280.53	c   259s|  3490k|  3455k|     0 |   0.0 | 977M| 769 |   - |1012 | 819 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
281.30/281.33	c   259s|  3500k|  3465k|     0 |   0.0 | 980M| 769 |   - |1012 | 799 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
282.09/282.13	c   260s|  3510k|  3475k|     0 |   0.0 | 983M| 769 |   - |1012 | 849 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
282.89/282.91	c   261s|  3520k|  3485k|     0 |   0.0 | 986M| 769 |   - |1012 | 809 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
283.60/283.69	c   262s|  3530k|  3495k|     0 |   0.0 | 989M| 769 |   - |1012 | 801 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
284.49/284.50	c   262s|  3540k|  3504k|     0 |   0.0 | 991M| 769 |   - |1012 | 845 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
285.20/285.28	c   263s|  3550k|  3514k|     0 |   0.0 | 994M| 769 |   - |1012 | 832 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
286.00/286.07	c   264s|  3560k|  3524k|     0 |   0.0 | 997M| 769 |   - |1012 | 808 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
286.79/286.84	c   264s|  3570k|  3534k|     0 |   0.0 |1000M| 769 |   - |1012 | 783 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
287.59/287.63	c   265s|  3580k|  3544k|     0 |   0.0 |1003M| 769 |   - |1012 | 790 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
288.39/288.43	c   266s|  3590k|  3554k|     0 |   0.0 |1005M| 769 |   - |1012 | 796 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
289.20/289.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
289.20/289.22	c   267s|  3600k|  3564k|     0 |   0.0 |1008M| 769 |   - |1012 | 827 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
289.99/290.02	c   267s|  3610k|  3574k|     0 |   0.0 |1011M| 769 |   - |1012 | 817 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
290.80/290.80	c   268s|  3620k|  3584k|     0 |   0.0 |1014M| 769 |   - |1012 | 787 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
291.50/291.56	c   269s|  3630k|  3594k|     0 |   0.0 |1017M| 769 |   - |1012 | 780 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
292.29/292.33	c   269s|  3640k|  3603k|     0 |   0.0 |1019M| 769 |   - |1012 | 807 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
293.09/293.10	c   270s|  3650k|  3613k|     0 |   0.0 |1022M| 769 |   - |1012 | 824 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
293.89/293.92	c   271s|  3660k|  3623k|     0 |   0.0 |1025M| 769 |   - |1012 | 860 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
294.59/294.69	c   272s|  3670k|  3633k|     0 |   0.0 |1028M| 769 |   - |1012 | 824 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
295.40/295.46	c   272s|  3680k|  3643k|     0 |   0.0 |1031M| 769 |   - |1012 | 828 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
296.20/296.22	c   273s|  3690k|  3653k|     0 |   0.0 |1033M| 769 |   - |1012 | 822 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
297.00/297.01	c   274s|  3700k|  3663k|     0 |   0.0 |1036M| 769 |   - |1012 | 832 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
297.80/297.81	c   275s|  3710k|  3673k|     0 |   0.0 |1039M| 769 |   - |1012 | 873 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
298.49/298.58	c   275s|  3720k|  3683k|     0 |   0.0 |1042M| 769 |   - |1012 | 842 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
299.30/299.36	c   276s|  3730k|  3693k|     0 |   0.0 |1045M| 769 |   - |1012 | 845 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
300.09/300.14	c   277s|  3740k|  3702k|     0 |   0.0 |1047M| 769 |   - |1012 | 851 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
300.90/300.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
300.90/300.92	c   277s|  3750k|  3712k|     0 |   0.0 |1050M| 769 |   - |1012 | 868 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
301.59/301.69	c   278s|  3760k|  3722k|     0 |   0.0 |1053M| 769 |   - |1012 | 864 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
302.40/302.48	c   279s|  3770k|  3732k|     0 |   0.0 |1056M| 769 |   - |1012 | 864 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
303.19/303.27	c   279s|  3780k|  3742k|     0 |   0.0 |1059M| 769 |   - |1012 | 854 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
304.00/304.05	c   280s|  3790k|  3752k|     0 |   0.0 |1061M| 769 |   - |1012 | 840 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
304.79/304.83	c   281s|  3800k|  3762k|     0 |   0.0 |1064M| 769 |   - |1012 | 835 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
305.50/305.59	c   282s|  3810k|  3772k|     0 |   0.0 |1067M| 769 |   - |1012 | 808 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
306.30/306.39	c   282s|  3820k|  3782k|     0 |   0.0 |1070M| 769 |   - |1012 | 804 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
307.09/307.17	c   283s|  3830k|  3792k|     0 |   0.0 |1073M| 769 |   - |1012 | 812 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
307.90/307.96	c   284s|  3840k|  3801k|     0 |   0.0 |1075M| 769 |   - |1012 | 794 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
308.70/308.75	c   285s|  3850k|  3811k|     0 |   0.0 |1078M| 769 |   - |1012 | 831 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
309.49/309.54	c   285s|  3860k|  3821k|     0 |   0.0 |1081M| 769 |   - |1012 | 823 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
310.30/310.31	c   286s|  3870k|  3831k|     0 |   0.0 |1084M| 769 |   - |1012 | 811 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
311.00/311.09	c   287s|  3880k|  3841k|     0 |   0.0 |1087M| 769 |   - |1012 | 812 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
311.80/311.88	c   287s|  3890k|  3851k|     0 |   0.0 |1089M| 769 |   - |1012 | 766 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
312.59/312.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
312.59/312.65	c   288s|  3900k|  3861k|     0 |   0.0 |1092M| 769 |   - |1012 | 760 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
313.40/313.45	c   289s|  3910k|  3871k|     0 |   0.0 |1095M| 769 |   - |1012 | 752 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
314.19/314.22	c   290s|  3920k|  3881k|     0 |   0.0 |1098M| 769 |   - |1012 | 745 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
314.99/315.00	c   290s|  3930k|  3891k|     0 |   0.0 |1101M| 769 |   - |1012 | 728 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
315.70/315.77	c   291s|  3940k|  3900k|     0 |   0.0 |1103M| 769 |   - |1012 | 742 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
316.49/316.55	c   292s|  3950k|  3910k|     0 |   0.0 |1106M| 769 |   - |1012 | 736 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
317.29/317.33	c   292s|  3960k|  3920k|     0 |   0.0 |1109M| 769 |   - |1012 | 753 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
318.09/318.12	c   293s|  3970k|  3930k|     0 |   0.0 |1112M| 769 |   - |1012 | 727 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
318.91/318.91	c   294s|  3980k|  3940k|     0 |   0.0 |1115M| 769 |   - |1012 | 757 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
319.59/319.69	c   295s|  3990k|  3950k|     0 |   0.0 |1118M| 769 |   - |1012 | 767 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
320.39/320.47	c   295s|  4000k|  3960k|     0 |   0.0 |1120M| 769 |   - |1012 | 785 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
321.20/321.26	c   296s|  4010k|  3970k|     0 |   0.0 |1123M| 769 |   - |1012 | 810 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
321.99/322.08	c   297s|  4020k|  3980k|     0 |   0.0 |1126M| 769 |   - |1012 | 846 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
322.80/322.85	c   297s|  4030k|  3990k|     0 |   0.0 |1129M| 769 |   - |1012 | 823 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
323.59/323.64	c   298s|  4040k|  3999k|     0 |   0.0 |1131M| 769 |   - |1012 | 843 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
324.40/324.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
324.40/324.43	c   299s|  4050k|  4009k|     0 |   0.0 |1134M| 769 |   - |1012 | 877 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
325.19/325.21	c   300s|  4060k|  4019k|     0 |   0.0 |1137M| 769 |   - |1012 | 879 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
325.89/325.98	c   300s|  4070k|  4029k|     0 |   0.0 |1140M| 769 |   - |1012 | 888 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
326.70/326.76	c   301s|  4080k|  4039k|     0 |   0.0 |1143M| 769 |   - |1012 | 852 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
327.49/327.54	c   302s|  4090k|  4049k|     0 |   0.0 |1145M| 769 |   - |1012 | 834 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
328.29/328.31	c   303s|  4100k|  4059k|     0 |   0.0 |1148M| 769 |   - |1012 | 853 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
329.10/329.13	c   303s|  4110k|  4069k|     0 |   0.0 |1151M| 769 |   - |1012 | 869 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
329.91/329.93	c   304s|  4120k|  4079k|     0 |   0.0 |1154M| 769 |   - |1012 | 869 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
330.69/330.70	c   305s|  4130k|  4088k|     0 |   0.0 |1157M| 769 |   - |1012 | 882 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
331.39/331.47	c   305s|  4140k|  4098k|     0 |   0.0 |1160M| 769 |   - |1012 | 828 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
332.20/332.24	c   306s|  4150k|  4108k|     0 |   0.0 |1162M| 769 |   - |1012 | 861 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
332.99/333.02	c   307s|  4160k|  4118k|     0 |   0.0 |1165M| 769 |   - |1012 | 861 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
333.69/333.79	c   308s|  4170k|  4128k|     0 |   0.0 |1168M| 769 |   - |1012 | 874 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
334.50/334.57	c   308s|  4180k|  4138k|     0 |   0.0 |1171M| 769 |   - |1012 | 926 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
335.30/335.34	c   309s|  4190k|  4148k|     0 |   0.0 |1174M| 769 |   - |1012 | 883 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
336.10/336.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
336.10/336.15	c   310s|  4200k|  4158k|     0 |   0.0 |1176M| 769 |   - |1012 | 893 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
336.90/336.92	c   310s|  4210k|  4168k|     0 |   0.0 |1179M| 769 |   - |1012 | 922 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
337.60/337.69	c   311s|  4220k|  4178k|     0 |   0.0 |1182M| 769 |   - |1012 | 829 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
338.40/338.46	c   312s|  4230k|  4187k|     0 |   0.0 |1185M| 769 |   - |1012 | 844 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
339.19/339.23	c   313s|  4240k|  4197k|     0 |   0.0 |1188M| 769 |   - |1012 | 866 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
340.00/340.01	c   313s|  4250k|  4207k|     0 |   0.0 |1190M| 769 |   - |1012 | 839 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
340.69/340.79	c   314s|  4260k|  4217k|     0 |   0.0 |1193M| 769 |   - |1012 | 858 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
341.49/341.58	c   315s|  4270k|  4227k|     0 |   0.0 |1196M| 769 |   - |1012 | 875 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
342.30/342.36	c   315s|  4280k|  4237k|     0 |   0.0 |1199M| 769 |   - |1012 | 832 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
343.10/343.13	c   316s|  4290k|  4247k|     0 |   0.0 |1202M| 769 |   - |1012 | 859 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
343.90/343.90	c   317s|  4300k|  4257k|     0 |   0.0 |1204M| 769 |   - |1012 | 850 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
344.60/344.66	c   318s|  4310k|  4267k|     0 |   0.0 |1207M| 769 |   - |1012 | 866 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
345.41/345.43	c   318s|  4320k|  4277k|     0 |   0.0 |1210M| 769 |   - |1012 | 890 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
346.19/346.20	c   319s|  4330k|  4286k|     0 |   0.0 |1213M| 769 |   - |1012 | 869 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
346.89/346.97	c   320s|  4340k|  4296k|     0 |   0.0 |1216M| 769 |   - |1012 | 861 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
347.69/347.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
347.69/347.74	c   320s|  4350k|  4306k|     0 |   0.0 |1218M| 769 |   - |1012 | 931 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
348.50/348.50	c   321s|  4360k|  4316k|     0 |   0.0 |1221M| 769 |   - |1012 | 902 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
349.20/349.28	c   322s|  4370k|  4326k|     0 |   0.0 |1224M| 769 |   - |1012 | 954 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
349.99/350.05	c   323s|  4380k|  4336k|     0 |   0.0 |1227M| 769 |   - |1012 | 910 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
350.80/350.86	c   323s|  4390k|  4346k|     0 |   0.0 |1230M| 769 |   - |1012 | 944 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
351.59/351.62	c   324s|  4400k|  4356k|     0 |   0.0 |1232M| 769 |   - |1012 | 869 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
352.29/352.39	c   325s|  4410k|  4366k|     0 |   0.0 |1235M| 769 |   - |1012 | 891 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
353.10/353.16	c   325s|  4420k|  4375k|     0 |   0.0 |1238M| 769 |   - |1012 | 919 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
353.89/353.96	c   326s|  4430k|  4385k|     0 |   0.0 |1241M| 769 |   - |1012 | 872 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
354.69/354.72	c   327s|  4440k|  4395k|     0 |   0.0 |1244M| 769 |   - |1012 | 843 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
355.40/355.48	c   328s|  4450k|  4405k|     0 |   0.0 |1246M| 769 |   - |1012 | 863 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
356.20/356.25	c   328s|  4460k|  4415k|     0 |   0.0 |1249M| 769 |   - |1012 | 851 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
357.00/357.04	c   329s|  4470k|  4425k|     0 |   0.0 |1252M| 769 |   - |1012 | 879 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
357.69/357.80	c   330s|  4480k|  4435k|     0 |   0.0 |1255M| 769 |   - |1012 | 914 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
358.50/358.58	c   330s|  4490k|  4445k|     0 |   0.0 |1258M| 769 |   - |1012 | 899 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
359.30/359.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
359.30/359.36	c   331s|  4500k|  4455k|     0 |   0.0 |1260M| 769 |   - |1012 | 895 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
360.09/360.15	c   332s|  4510k|  4465k|     0 |   0.0 |1263M| 769 |   - |1012 | 878 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
360.89/360.92	c   333s|  4520k|  4474k|     0 |   0.0 |1266M| 769 |   - |1012 | 880 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
361.69/361.70	c   333s|  4530k|  4484k|     0 |   0.0 |1269M| 769 |   - |1012 | 883 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
362.40/362.46	c   334s|  4540k|  4494k|     0 |   0.0 |1272M| 769 |   - |1012 | 889 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
363.20/363.23	c   335s|  4550k|  4504k|     0 |   0.0 |1274M| 769 |   - |1012 | 866 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
363.90/363.99	c   335s|  4560k|  4514k|     0 |   0.0 |1277M| 769 |   - |1012 | 879 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
364.70/364.76	c   336s|  4570k|  4524k|     0 |   0.0 |1280M| 769 |   - |1012 | 832 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
365.49/365.53	c   337s|  4580k|  4534k|     0 |   0.0 |1283M| 769 |   - |1012 | 926 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
366.30/366.31	c   338s|  4590k|  4544k|     0 |   0.0 |1286M| 769 |   - |1012 | 883 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
367.00/367.09	c   338s|  4600k|  4554k|     0 |   0.0 |1288M| 769 |   - |1012 | 874 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
367.89/367.90	c   339s|  4610k|  4563k|     0 |   0.0 |1291M| 769 |   - |1012 | 888 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
368.60/368.67	c   340s|  4620k|  4573k|     0 |   0.0 |1294M| 769 |   - |1012 | 880 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
369.39/369.43	c   340s|  4630k|  4583k|     0 |   0.0 |1297M| 769 |   - |1012 | 858 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
370.19/370.20	c   341s|  4640k|  4593k|     0 |   0.0 |1300M| 769 |   - |1012 | 885 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
370.99/371.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
370.99/371.00	c   342s|  4650k|  4603k|     0 |   0.0 |1303M| 769 |   - |1012 | 895 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
371.70/371.78	c   343s|  4660k|  4613k|     0 |   0.0 |1305M| 769 |   - |1012 | 898 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 |      --      |    Inf 
372.49/372.55	c   343s|  4670k|  4623k|     0 |   0.0 |1308M| 769 |   - |1012 | 904 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 |      --      |    Inf 
373.30/373.32	c   344s|  4680k|  4633k|     0 |   0.0 |1311M| 769 |   - |1012 | 923 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
374.10/374.10	c   345s|  4690k|  4643k|     0 |   0.0 |1314M| 769 |   - |1012 | 923 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
374.80/374.88	c   345s|  4700k|  4652k|     0 |   0.0 |1317M| 769 |   - |1012 | 904 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
375.60/375.66	c   346s|  4710k|  4662k|     0 |   0.0 |1319M| 769 |   - |1012 | 937 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
376.40/376.43	c   347s|  4720k|  4672k|     0 |   0.0 |1322M| 769 |   - |1012 | 882 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
377.20/377.20	c   348s|  4730k|  4682k|     0 |   0.0 |1325M| 769 |   - |1012 | 894 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
377.89/377.98	c   348s|  4740k|  4692k|     0 |   0.0 |1328M| 769 |   - |1012 | 859 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
378.69/378.75	c   349s|  4750k|  4702k|     0 |   0.0 |1331M| 769 |   - |1012 | 889 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 |      --      |    Inf 
379.50/379.52	c   350s|  4760k|  4712k|     0 |   0.0 |1333M| 769 |   - |1012 | 875 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 |      --      |    Inf 
380.20/380.29	c   350s|  4770k|  4722k|     0 |   0.0 |1336M| 769 |   - |1012 | 935 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 |      --      |    Inf 
381.00/381.07	c   351s|  4780k|  4732k|     0 |   0.0 |1339M| 769 |   - |1012 | 899 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 |      --      |    Inf 
381.80/381.84	c   352s|  4790k|  4742k|     0 |   0.0 |1342M| 769 |   - |1012 | 906 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 |      --      |    Inf 
382.60/382.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
382.60/382.60	c   352s|  4800k|  4751k|     0 |   0.0 |1345M| 769 |   - |1012 | 927 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 |      --      |    Inf 
383.30/383.37	c   353s|  4810k|  4761k|     0 |   0.0 |1347M| 769 |   - |1012 | 937 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
384.10/384.17	c   354s|  4820k|  4771k|     0 |   0.0 |1350M| 769 |   - |1012 | 972 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
384.90/384.93	c   355s|  4830k|  4781k|     0 |   0.0 |1353M| 769 |   - |1012 | 967 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
385.60/385.69	c   355s|  4840k|  4791k|     0 |   0.0 |1356M| 769 |   - |1012 | 943 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 |      --      |    Inf 
386.49/386.50	c   356s|  4850k|  4801k|     0 |   0.0 |1359M| 769 |   - |1012 | 951 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 |      --      |    Inf 
387.20/387.28	c   357s|  4860k|  4811k|     0 |   0.0 |1361M| 769 |   - |1012 | 959 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 |      --      |    Inf 
387.99/388.07	c   357s|  4870k|  4821k|     0 |   0.0 |1364M| 769 |   - |1012 | 964 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 |      --      |    Inf 
388.79/388.84	c   358s|  4880k|  4831k|     0 |   0.0 |1367M| 769 |   - |1012 | 917 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 |      --      |    Inf 
389.60/389.63	c   359s|  4890k|  4840k|     0 |   0.0 |1370M| 769 |   - |1012 | 935 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
390.29/390.40	c   360s|  4900k|  4850k|     0 |   0.0 |1373M| 769 |   - |1012 | 941 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
391.09/391.18	c   360s|  4910k|  4860k|     0 |   0.0 |1376M| 769 |   - |1012 | 959 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 |      --      |    Inf 
391.90/391.97	c   361s|  4920k|  4870k|     0 |   0.0 |1378M| 769 |   - |1012 | 990 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 |      --      |    Inf 
392.70/392.74	c   362s|  4930k|  4880k|     0 |   0.0 |1381M| 769 |   - |1012 | 967 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 |      --      |    Inf 
393.50/393.54	c   363s|  4940k|  4890k|     0 |   0.0 |1384M| 769 |   - |1012 |1005 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 |      --      |    Inf 
394.30/394.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
394.30/394.30	c   363s|  4950k|  4900k|     0 |   0.0 |1387M| 769 |   - |1012 |1008 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 |      --      |    Inf 
395.00/395.09	c   364s|  4960k|  4910k|     0 |   0.0 |1389M| 769 |   - |1012 | 970 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 |      --      |    Inf 
395.80/395.83	c   365s|  4970k|  4920k|     0 |   0.0 |1392M| 769 |   - |1012 | 997 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 |      --      |    Inf 
396.60/396.60	c   365s|  4980k|  4929k|     0 |   0.0 |1395M| 769 |   - |1012 | 984 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 |      --      |    Inf 
397.40/397.40	c   366s|  4990k|  4939k|     0 |   0.0 |1398M| 769 |   - |1012 | 976 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 |      --      |    Inf 
398.10/398.15	c   367s|  5000k|  4949k|     0 |   0.0 |1401M| 769 |   - |1012 | 947 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 |      --      |    Inf 
398.89/398.90	c   367s|  5010k|  4959k|     0 |   0.0 |1404M| 769 |   - |1012 | 929 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 |      --      |    Inf 
399.60/399.67	c   368s|  5020k|  4969k|     0 |   0.0 |1406M| 769 |   - |1012 | 971 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
400.40/400.44	c   369s|  5030k|  4979k|     0 |   0.0 |1409M| 769 |   - |1012 | 938 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
401.20/401.21	c   370s|  5040k|  4989k|     0 |   0.0 |1412M| 769 |   - |1012 | 967 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 |      --      |    Inf 
401.99/402.02	c   370s|  5050k|  4999k|     0 |   0.0 |1415M| 769 |   - |1012 | 949 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 |      --      |    Inf 
402.80/402.81	c   371s|  5060k|  5009k|     0 |   0.0 |1418M| 769 |   - |1012 | 982 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 |      --      |    Inf 
403.50/403.59	c   372s|  5070k|  5018k|     0 |   0.0 |1420M| 769 |   - |1012 |1008 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
404.30/404.37	c   372s|  5080k|  5028k|     0 |   0.0 |1423M| 769 |   - |1012 | 988 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
405.10/405.14	c   373s|  5090k|  5038k|     0 |   0.0 |1426M| 769 |   - |1012 |1007 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 |      --      |    Inf 
405.81/405.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
405.81/405.88	c   374s|  5100k|  5048k|     0 |   0.0 |1429M| 769 |   - |1012 | 957 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 |      --      |    Inf 
406.60/406.64	c   375s|  5110k|  5058k|     0 |   0.0 |1432M| 769 |   - |1012 | 934 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 |      --      |    Inf 
407.39/407.44	c   375s|  5120k|  5068k|     0 |   0.0 |1434M| 769 |   - |1012 | 942 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 |      --      |    Inf 
408.20/408.23	c   376s|  5130k|  5078k|     0 |   0.0 |1437M| 769 |   - |1012 |1007 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 |      --      |    Inf 
409.00/409.00	c   377s|  5140k|  5088k|     0 |   0.0 |1440M| 769 |   - |1012 |1015 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 |      --      |    Inf 
409.69/409.75	c   377s|  5150k|  5098k|     0 |   0.0 |1443M| 769 |   - |1012 | 974 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 |      --      |    Inf 
410.50/410.52	c   378s|  5160k|  5107k|     0 |   0.0 |1446M| 769 |   - |1012 | 979 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 |      --      |    Inf 
411.20/411.26	c   379s|  5170k|  5117k|     0 |   0.0 |1449M| 769 |   - |1012 | 962 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 |      --      |    Inf 
412.00/412.03	c   380s|  5180k|  5127k|     0 |   0.0 |1451M| 769 |   - |1012 | 945 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 |      --      |    Inf 
412.80/412.81	c   380s|  5190k|  5137k|     0 |   0.0 |1454M| 769 |   - |1012 | 965 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 |      --      |    Inf 
413.50/413.59	c   381s|  5200k|  5147k|     0 |   0.0 |1457M| 769 |   - |1012 | 976 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 |      --      |    Inf 
414.29/414.35	c   382s|  5210k|  5157k|     0 |   0.0 |1460M| 769 |   - |1012 | 927 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 |      --      |    Inf 
415.10/415.12	c   382s|  5220k|  5167k|     0 |   0.0 |1463M| 769 |   - |1012 | 989 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 |      --      |    Inf 
415.81/415.90	c   383s|  5230k|  5177k|     0 |   0.0 |1465M| 769 |   - |1012 | 984 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 |      --      |    Inf 
416.60/416.65	c   384s|  5240k|  5187k|     0 |   0.0 |1468M| 769 |   - |1012 | 925 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 |      --      |    Inf 
417.39/417.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
417.39/417.41	c   385s|  5250k|  5196k|     0 |   0.0 |1471M| 769 |   - |1012 | 965 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 |      --      |    Inf 
418.10/418.18	c   385s|  5260k|  5206k|     0 |   0.0 |1474M| 769 |   - |1012 | 943 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 |      --      |    Inf 
418.90/418.93	c   386s|  5270k|  5216k|     0 |   0.0 |1477M| 769 |   - |1012 | 997 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 |      --      |    Inf 
419.59/419.69	c   387s|  5280k|  5226k|     0 |   0.0 |1479M| 769 |   - |1012 |1044 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 |      --      |    Inf 
420.40/420.46	c   387s|  5290k|  5236k|     0 |   0.0 |1482M| 769 |   - |1012 | 973 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 |      --      |    Inf 
421.20/421.23	c   388s|  5300k|  5246k|     0 |   0.0 |1485M| 769 |   - |1012 | 960 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 |      --      |    Inf 
421.90/421.99	c   389s|  5310k|  5256k|     0 |   0.0 |1488M| 769 |   - |1012 | 982 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 |      --      |    Inf 
422.70/422.77	c   389s|  5320k|  5266k|     0 |   0.0 |1491M| 769 |   - |1012 |1007 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 |      --      |    Inf 
423.50/423.54	c   390s|  5330k|  5276k|     0 |   0.0 |1493M| 769 |   - |1012 | 987 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 |      --      |    Inf 
424.29/424.35	c   391s|  5340k|  5285k|     0 |   0.0 |1496M| 769 |   - |1012 |1017 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 |      --      |    Inf 
425.10/425.13	c   392s|  5350k|  5295k|     0 |   0.0 |1499M| 769 |   - |1012 |1022 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 |      --      |    Inf 
425.90/425.91	c   392s|  5360k|  5305k|     0 |   0.0 |1502M| 769 |   - |1012 |1056 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 |      --      |    Inf 
426.60/426.66	c   393s|  5370k|  5315k|     0 |   0.0 |1505M| 769 |   - |1012 |1025 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 |      --      |    Inf 
427.40/427.45	c   394s|  5380k|  5325k|     0 |   0.0 |1508M| 769 |   - |1012 |1086 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 |      --      |    Inf 
428.20/428.24	c   395s|  5390k|  5335k|     0 |   0.0 |1510M| 769 |   - |1012 |1014 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 |      --      |    Inf 
429.01/429.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
429.01/429.01	c   395s|  5400k|  5345k|     0 |   0.0 |1513M| 769 |   - |1012 |1051 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 |      --      |    Inf 
429.70/429.77	c   396s|  5410k|  5355k|     0 |   0.0 |1516M| 769 |   - |1012 |1094 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 |      --      |    Inf 
430.50/430.55	c   397s|  5420k|  5365k|     0 |   0.0 |1519M| 769 |   - |1012 |1016 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 |      --      |    Inf 
431.29/431.35	c   398s|  5430k|  5374k|     0 |   0.0 |1521M| 769 |   - |1012 |1086 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 |      --      |    Inf 
432.00/432.09	c   398s|  5440k|  5384k|     0 |   0.0 |1524M| 769 |   - |1012 |1041 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 |      --      |    Inf 
432.80/432.84	c   399s|  5450k|  5394k|     0 |   0.0 |1527M| 769 |   - |1012 |1050 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 |      --      |    Inf 
433.60/433.60	c   400s|  5460k|  5404k|     0 |   0.0 |1530M| 769 |   - |1012 |1020 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 |      --      |    Inf 
434.29/434.40	c   400s|  5470k|  5414k|     0 |   0.0 |1533M| 769 |   - |1012 |1106 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 |      --      |    Inf 
435.10/435.18	c   401s|  5480k|  5424k|     0 |   0.0 |1536M| 769 |   - |1012 |1072 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 |      --      |    Inf 
435.90/435.96	c   402s|  5490k|  5434k|     0 |   0.0 |1538M| 769 |   - |1012 |1105 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 |      --      |    Inf 
436.70/436.76	c   403s|  5500k|  5444k|     0 |   0.0 |1541M| 769 |   - |1012 |1079 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 |      --      |    Inf 
437.50/437.52	c   403s|  5510k|  5454k|     0 |   0.0 |1544M| 769 |   - |1012 |1017 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 |      --      |    Inf 
438.19/438.26	c   404s|  5520k|  5463k|     0 |   0.0 |1547M| 769 |   - |1012 |1029 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 |      --      |    Inf 
439.00/439.03	c   405s|  5530k|  5473k|     0 |   0.0 |1550M| 769 |   - |1012 | 980 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 |      --      |    Inf 
439.69/439.79	c   405s|  5540k|  5483k|     0 |   0.0 |1552M| 769 |   - |1012 | 980 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 |      --      |    Inf 
440.50/440.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
440.50/440.57	c   406s|  5550k|  5493k|     0 |   0.0 |1555M| 769 |   - |1012 |1038 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 |      --      |    Inf 
441.30/441.35	c   407s|  5560k|  5503k|     0 |   0.0 |1558M| 769 |   - |1012 |1008 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 |      --      |    Inf 
442.11/442.11	c   407s|  5570k|  5513k|     0 |   0.0 |1561M| 769 |   - |1012 | 981 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 |      --      |    Inf 
442.80/442.85	c   408s|  5580k|  5523k|     0 |   0.0 |1564M| 769 |   - |1012 | 950 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 |      --      |    Inf 
443.50/443.60	c   409s|  5590k|  5533k|     0 |   0.0 |1567M| 769 |   - |1012 | 953 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 |      --      |    Inf 
444.31/444.36	c   410s|  5600k|  5543k|     0 |   0.0 |1569M| 769 |   - |1012 | 995 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 |      --      |    Inf 
445.10/445.11	c   410s|  5610k|  5552k|     0 |   0.0 |1572M| 769 |   - |1012 |1036 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 |      --      |    Inf 
445.80/445.87	c   411s|  5620k|  5562k|     0 |   0.0 |1575M| 769 |   - |1012 | 987 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 |      --      |    Inf 
446.61/446.60	c   412s|  5630k|  5572k|     0 |   0.0 |1578M| 769 |   - |1012 |1010 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 |      --      |    Inf 
447.30/447.36	c   412s|  5640k|  5582k|     0 |   0.0 |1581M| 769 |   - |1012 | 976 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 |      --      |    Inf 
448.10/448.11	c   413s|  5650k|  5592k|     0 |   0.0 |1583M| 769 |   - |1012 | 953 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 |      --      |    Inf 
448.81/448.89	c   414s|  5660k|  5602k|     0 |   0.0 |1586M| 769 |   - |1012 | 996 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 |      --      |    Inf 
449.60/449.68	c   414s|  5670k|  5612k|     0 |   0.0 |1589M| 769 |   - |1012 |1031 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 |      --      |    Inf 
450.39/450.43	c   415s|  5680k|  5622k|     0 |   0.0 |1592M| 769 |   - |1012 | 978 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 |      --      |    Inf 
451.20/451.22	c   416s|  5690k|  5632k|     0 |   0.0 |1595M| 769 |   - |1012 | 996 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 |      --      |    Inf 
451.90/451.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
451.90/451.98	c   417s|  5700k|  5642k|     0 |   0.0 |1597M| 769 |   - |1012 | 984 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 |      --      |    Inf 
452.70/452.74	c   417s|  5710k|  5651k|     0 |   0.0 |1600M| 769 |   - |1012 | 940 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 |      --      |    Inf 
453.50/453.50	c   418s|  5720k|  5661k|     0 |   0.0 |1603M| 769 |   - |1012 | 992 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 |      --      |    Inf 
454.20/454.25	c   419s|  5730k|  5671k|     0 |   0.0 |1606M| 769 |   - |1012 | 985 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 |      --      |    Inf 
454.99/455.00	c   419s|  5740k|  5681k|     0 |   0.0 |1609M| 769 |   - |1012 | 957 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 |      --      |    Inf 
455.70/455.76	c   420s|  5750k|  5691k|     0 |   0.0 |1612M| 769 |   - |1012 | 959 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 |      --      |    Inf 
456.51/456.51	c   421s|  5760k|  5701k|     0 |   0.0 |1614M| 769 |   - |1012 | 940 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 |      --      |    Inf 
457.20/457.29	c   421s|  5770k|  5711k|     0 |   0.0 |1617M| 769 |   - |1012 | 962 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 |      --      |    Inf 
457.99/458.03	c   422s|  5780k|  5721k|     0 |   0.0 |1620M| 769 |   - |1012 | 997 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 |      --      |    Inf 
458.70/458.78	c   423s|  5790k|  5731k|     0 |   0.0 |1623M| 769 |   - |1012 | 935 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 |      --      |    Inf 
459.50/459.55	c   424s|  5800k|  5740k|     0 |   0.0 |1626M| 769 |   - |1012 | 999 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 |      --      |    Inf 
460.30/460.31	c   424s|  5810k|  5750k|     0 |   0.0 |1628M| 769 |   - |1012 |1032 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 |      --      |    Inf 
461.00/461.06	c   425s|  5820k|  5760k|     0 |   0.0 |1631M| 769 |   - |1012 |1079 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 |      --      |    Inf 
461.80/461.81	c   426s|  5830k|  5770k|     0 |   0.0 |1634M| 769 |   - |1012 |1134 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 |      --      |    Inf 
462.50/462.57	c   426s|  5840k|  5780k|     0 |   0.0 |1637M| 769 |   - |1012 |1108 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 |      --      |    Inf 
463.30/463.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
463.30/463.32	c   427s|  5850k|  5790k|     0 |   0.0 |1640M| 769 |   - |1012 |1094 |   0 |   0 |   0 | 302k|   0 | 0.000000e+00 |      --      |    Inf 
464.00/464.06	c   428s|  5860k|  5800k|     0 |   0.0 |1643M| 769 |   - |1012 |1081 |   0 |   0 |   0 | 302k|   0 | 0.000000e+00 |      --      |    Inf 
464.80/464.80	c   428s|  5870k|  5810k|     0 |   0.0 |1645M| 769 |   - |1012 |1113 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 |      --      |    Inf 
465.50/465.59	c   429s|  5880k|  5820k|     0 |   0.0 |1648M| 769 |   - |1012 |1094 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 |      --      |    Inf 
466.31/466.35	c   430s|  5890k|  5829k|     0 |   0.0 |1651M| 769 |   - |1012 |1163 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 |      --      |    Inf 
467.10/467.10	c   430s|  5900k|  5839k|     0 |   0.0 |1654M| 769 |   - |1012 |1103 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 |      --      |    Inf 
467.80/467.85	c   431s|  5910k|  5849k|     0 |   0.0 |1657M| 769 |   - |1012 |1115 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 |      --      |    Inf 
468.60/468.61	c   432s|  5920k|  5859k|     0 |   0.0 |1659M| 769 |   - |1012 |1114 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 |      --      |    Inf 
469.30/469.38	c   433s|  5930k|  5869k|     0 |   0.0 |1662M| 769 |   - |1012 |1095 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 |      --      |    Inf 
470.10/470.14	c   433s|  5940k|  5879k|     0 |   0.0 |1665M| 769 |   - |1012 |1092 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 |      --      |    Inf 
470.90/470.90	c   434s|  5950k|  5889k|     0 |   0.0 |1668M| 769 |   - |1012 |1093 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 |      --      |    Inf 
471.59/471.66	c   435s|  5960k|  5899k|     0 |   0.0 |1671M| 769 |   - |1012 |1054 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 |      --      |    Inf 
472.40/472.42	c   435s|  5970k|  5909k|     0 |   0.0 |1674M| 769 |   - |1012 |1122 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 |      --      |    Inf 
473.10/473.16	c   436s|  5980k|  5918k|     0 |   0.0 |1676M| 769 |   - |1012 |1014 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 |      --      |    Inf 
473.89/473.93	c   437s|  5990k|  5928k|     0 |   0.0 |1679M| 769 |   - |1012 |1062 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 |      --      |    Inf 
474.60/474.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
474.60/474.69	c   438s|  6000k|  5938k|     0 |   0.0 |1682M| 769 |   - |1012 |1059 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 |      --      |    Inf 
475.40/475.44	c   438s|  6010k|  5948k|     0 |   0.0 |1685M| 769 |   - |1012 |1006 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 |      --      |    Inf 
476.21/476.23	c   439s|  6020k|  5958k|     0 |   0.0 |1688M| 769 |   - |1012 |1034 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 |      --      |    Inf 
477.00/477.00	c   440s|  6030k|  5968k|     0 |   0.0 |1690M| 769 |   - |1012 |1084 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 |      --      |    Inf 
477.70/477.76	c   440s|  6040k|  5978k|     0 |   0.0 |1693M| 769 |   - |1012 |1086 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 |      --      |    Inf 
478.40/478.50	c   441s|  6050k|  5988k|     0 |   0.0 |1696M| 769 |   - |1012 |1070 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 |      --      |    Inf 
479.20/479.27	c   442s|  6060k|  5998k|     0 |   0.0 |1699M| 769 |   - |1012 |1050 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 |      --      |    Inf 
480.00/480.01	c   442s|  6070k|  6007k|     0 |   0.0 |1702M| 769 |   - |1012 |1071 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 |      --      |    Inf 
480.71/480.75	c   443s|  6080k|  6017k|     0 |   0.0 |1705M| 769 |   - |1012 |1028 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 |      --      |    Inf 
481.49/481.53	c   444s|  6090k|  6027k|     0 |   0.0 |1707M| 769 |   - |1012 |1029 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 |      --      |    Inf 
482.30/482.30	c   445s|  6100k|  6037k|     0 |   0.0 |1710M| 769 |   - |1012 |1073 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 |      --      |    Inf 
483.00/483.07	c   445s|  6110k|  6047k|     0 |   0.0 |1713M| 769 |   - |1012 |1121 |   0 |   0 |   0 | 317k|   0 | 0.000000e+00 |      --      |    Inf 
483.80/483.81	c   446s|  6120k|  6057k|     0 |   0.0 |1716M| 769 |   - |1012 |1046 |   0 |   0 |   0 | 317k|   0 | 0.000000e+00 |      --      |    Inf 
484.50/484.57	c   447s|  6130k|  6067k|     0 |   0.0 |1719M| 769 |   - |1012 |1082 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 |      --      |    Inf 
485.30/485.31	c   447s|  6140k|  6077k|     0 |   0.0 |1721M| 769 |   - |1012 |1036 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 |      --      |    Inf 
486.00/486.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
486.00/486.07	c   448s|  6150k|  6087k|     0 |   0.0 |1724M| 769 |   - |1012 |1058 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 |      --      |    Inf 
486.80/486.84	c   449s|  6160k|  6096k|     0 |   0.0 |1727M| 769 |   - |1012 |1020 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 |      --      |    Inf 
487.60/487.61	c   449s|  6170k|  6106k|     0 |   0.0 |1730M| 769 |   - |1012 |1010 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 |      --      |    Inf 
488.40/488.42	c   450s|  6180k|  6116k|     0 |   0.0 |1733M| 769 |   - |1012 |1058 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 |      --      |    Inf 
489.10/489.17	c   451s|  6190k|  6126k|     0 |   0.0 |1736M| 769 |   - |1012 |1066 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 |      --      |    Inf 
489.90/489.92	c   452s|  6200k|  6136k|     0 |   0.0 |1738M| 769 |   - |1012 |1033 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 |      --      |    Inf 
490.60/490.69	c   452s|  6210k|  6146k|     0 |   0.0 |1741M| 769 |   - |1012 |1057 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 |      --      |    Inf 
491.40/491.46	c   453s|  6220k|  6156k|     0 |   0.0 |1744M| 769 |   - |1012 | 994 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 |      --      |    Inf 
492.20/492.20	c   454s|  6230k|  6166k|     0 |   0.0 |1747M| 769 |   - |1012 |1016 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 |      --      |    Inf 
492.90/492.96	c   454s|  6240k|  6176k|     0 |   0.0 |1750M| 769 |   - |1012 |1023 |   0 |   0 |   0 | 324k|   0 | 0.000000e+00 |      --      |    Inf 
493.70/493.72	c   455s|  6250k|  6185k|     0 |   0.0 |1752M| 769 |   - |1012 |1074 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 |      --      |    Inf 
494.40/494.49	c   456s|  6260k|  6195k|     0 |   0.0 |1755M| 769 |   - |1012 |1073 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 |      --      |    Inf 
495.20/495.25	c   456s|  6270k|  6205k|     0 |   0.0 |1758M| 769 |   - |1012 |1047 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 |      --      |    Inf 
496.00/496.01	c   457s|  6280k|  6215k|     0 |   0.0 |1761M| 769 |   - |1012 |1057 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 |      --      |    Inf 
496.70/496.77	c   458s|  6290k|  6225k|     0 |   0.0 |1764M| 769 |   - |1012 |1080 |   0 |   0 |   0 | 327k|   0 | 0.000000e+00 |      --      |    Inf 
497.50/497.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
497.50/497.52	c   458s|  6300k|  6235k|     0 |   0.0 |1767M| 769 |   - |1012 |1078 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 |      --      |    Inf 
498.20/498.28	c   459s|  6310k|  6245k|     0 |   0.0 |1769M| 769 |   - |1012 |1096 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 |      --      |    Inf 
499.00/499.05	c   460s|  6320k|  6255k|     0 |   0.0 |1772M| 769 |   - |1012 |1185 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 |      --      |    Inf 
499.80/499.81	c   460s|  6330k|  6264k|     0 |   0.0 |1775M| 769 |   - |1012 |1138 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 |      --      |    Inf 
500.50/500.55	c   461s|  6340k|  6274k|     0 |   0.0 |1778M| 769 |   - |1012 |1134 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 |      --      |    Inf 
501.30/501.33	c   462s|  6350k|  6284k|     0 |   0.0 |1781M| 769 |   - |1012 |1120 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 |      --      |    Inf 
502.00/502.09	c   463s|  6360k|  6294k|     0 |   0.0 |1783M| 769 |   - |1012 |1076 |   0 |   0 |   0 | 331k|   0 | 0.000000e+00 |      --      |    Inf 
502.80/502.89	c   463s|  6370k|  6304k|     0 |   0.0 |1786M| 769 |   - |1012 |1111 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 |      --      |    Inf 
503.60/503.65	c   464s|  6380k|  6314k|     0 |   0.0 |1789M| 769 |   - |1012 |1108 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 |      --      |    Inf 
504.40/504.40	c   465s|  6390k|  6324k|     0 |   0.0 |1792M| 769 |   - |1012 |1115 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 |      --      |    Inf 
505.10/505.16	c   465s|  6400k|  6334k|     0 |   0.0 |1795M| 769 |   - |1012 |1058 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 |      --      |    Inf 
505.91/505.94	c   466s|  6410k|  6344k|     0 |   0.0 |1798M| 769 |   - |1012 |1094 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 |      --      |    Inf 
506.60/506.68	c   467s|  6420k|  6353k|     0 |   0.0 |1800M| 769 |   - |1012 |1076 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 |      --      |    Inf 
507.40/507.46	c   467s|  6430k|  6363k|     0 |   0.0 |1803M| 769 |   - |1012 |1031 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 |      --      |    Inf 
508.21/508.26	c   468s|  6440k|  6373k|     0 |   0.0 |1806M| 769 |   - |1012 |1061 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 |      --      |    Inf 
509.00/509.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
509.00/509.01	c   469s|  6450k|  6383k|     0 |   0.0 |1809M| 769 |   - |1012 |1041 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 |      --      |    Inf 
509.70/509.78	c   470s|  6460k|  6393k|     0 |   0.0 |1812M| 769 |   - |1012 |1051 |   0 |   0 |   0 | 337k|   0 | 0.000000e+00 |      --      |    Inf 
510.50/510.51	c   470s|  6470k|  6403k|     0 |   0.0 |1814M| 769 |   - |1012 |1064 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 |      --      |    Inf 
511.20/511.28	c   471s|  6480k|  6413k|     0 |   0.0 |1817M| 769 |   - |1012 |1027 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 |      --      |    Inf 
512.00/512.01	c   472s|  6490k|  6423k|     0 |   0.0 |1820M| 769 |   - |1012 |1056 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 |      --      |    Inf 
512.70/512.76	c   472s|  6500k|  6433k|     0 |   0.0 |1823M| 769 |   - |1012 |1017 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 |      --      |    Inf 
513.40/513.49	c   473s|  6510k|  6442k|     0 |   0.0 |1826M| 769 |   - |1012 |1028 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 |      --      |    Inf 
514.20/514.27	c   474s|  6520k|  6452k|     0 |   0.0 |1829M| 769 |   - |1012 |1023 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 |      --      |    Inf 
515.00/515.02	c   474s|  6530k|  6462k|     0 |   0.0 |1831M| 769 |   - |1012 |1030 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 |      --      |    Inf 
515.70/515.79	c   475s|  6540k|  6472k|     0 |   0.0 |1834M| 769 |   - |1012 |1033 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 |      --      |    Inf 
516.50/516.54	c   476s|  6550k|  6482k|     0 |   0.0 |1837M| 769 |   - |1012 |1001 |   0 |   0 |   0 | 342k|   0 | 0.000000e+00 |      --      |    Inf 
517.20/517.28	c   476s|  6560k|  6492k|     0 |   0.0 |1840M| 769 |   - |1012 |1016 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 |      --      |    Inf 
518.00/518.04	c   477s|  6570k|  6502k|     0 |   0.0 |1843M| 769 |   - |1012 | 962 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 |      --      |    Inf 
518.80/518.80	c   478s|  6580k|  6512k|     0 |   0.0 |1845M| 769 |   - |1012 | 983 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 |      --      |    Inf 
519.50/519.54	c   478s|  6590k|  6522k|     0 |   0.0 |1848M| 769 |   - |1012 |1009 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 |      --      |    Inf 
520.30/520.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
520.30/520.31	c   479s|  6600k|  6531k|     0 |   0.0 |1851M| 769 |   - |1012 |1027 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 |      --      |    Inf 
521.00/521.09	c   480s|  6610k|  6541k|     0 |   0.0 |1854M| 769 |   - |1012 |1125 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 |      --      |    Inf 
521.79/521.87	c   481s|  6620k|  6551k|     0 |   0.0 |1857M| 769 |   - |1012 |1121 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 |      --      |    Inf 
522.60/522.60	c   481s|  6630k|  6561k|     0 |   0.0 |1860M| 769 |   - |1012 |1092 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 |      --      |    Inf 
523.30/523.33	c   482s|  6640k|  6571k|     0 |   0.0 |1862M| 769 |   - |1012 |1144 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 |      --      |    Inf 
524.00/524.05	c   483s|  6650k|  6581k|     0 |   0.0 |1865M| 769 |   - |1012 |1086 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 |      --      |    Inf 
524.71/524.78	c   483s|  6660k|  6591k|     0 |   0.0 |1868M| 769 |   - |1012 |1063 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 |      --      |    Inf 
525.50/525.54	c   484s|  6670k|  6601k|     0 |   0.0 |1871M| 769 |   - |1012 |1120 |   0 |   0 |   0 | 349k|   0 | 0.000000e+00 |      --      |    Inf 
526.20/526.27	c   485s|  6680k|  6611k|     0 |   0.0 |1874M| 769 |   - |1012 |1121 |   0 |   0 |   0 | 349k|   0 | 0.000000e+00 |      --      |    Inf 
527.00/527.04	c   485s|  6690k|  6620k|     0 |   0.0 |1876M| 769 |   - |1012 |1087 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 |      --      |    Inf 
527.80/527.81	c   486s|  6700k|  6630k|     0 |   0.0 |1879M| 769 |   - |1012 |1121 |   0 |   0 |   0 | 351k|   0 | 0.000000e+00 |      --      |    Inf 
528.50/528.57	c   487s|  6710k|  6640k|     0 |   0.0 |1882M| 769 |   - |1012 |1118 |   0 |   0 |   0 | 351k|   0 | 0.000000e+00 |      --      |    Inf 
529.30/529.33	c   487s|  6720k|  6650k|     0 |   0.0 |1885M| 769 |   - |1012 |1075 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 |      --      |    Inf 
530.00/530.09	c   488s|  6730k|  6660k|     0 |   0.0 |1888M| 769 |   - |1012 |1045 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 |      --      |    Inf 
530.80/530.85	c   489s|  6740k|  6670k|     0 |   0.0 |1891M| 769 |   - |1012 |1086 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 |      --      |    Inf 
531.60/531.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
531.60/531.61	c   490s|  6750k|  6680k|     0 |   0.0 |1893M| 769 |   - |1012 |1125 |   0 |   0 |   0 | 354k|   0 | 0.000000e+00 |      --      |    Inf 
532.30/532.37	c   490s|  6760k|  6690k|     0 |   0.0 |1896M| 769 |   - |1012 |1102 |   0 |   0 |   0 | 354k|   0 | 0.000000e+00 |      --      |    Inf 
533.10/533.10	c   491s|  6770k|  6699k|     0 |   0.0 |1899M| 769 |   - |1012 |1079 |   0 |   0 |   0 | 355k|   0 | 0.000000e+00 |      --      |    Inf 
533.80/533.87	c   491s|  6780k|  6709k|     0 |   0.0 |1902M| 769 |   - |1012 |1109 |   0 |   0 |   0 | 355k|   0 | 0.000000e+00 |      --      |    Inf 
534.61/534.63	c   492s|  6790k|  6719k|     0 |   0.0 |1905M| 769 |   - |1012 |1097 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 |      --      |    Inf 
535.30/535.38	c   493s|  6800k|  6729k|     0 |   0.0 |1907M| 769 |   - |1012 |1043 |   0 |   0 |   0 | 357k|   0 | 0.000000e+00 |      --      |    Inf 
536.10/536.12	c   494s|  6810k|  6739k|     0 |   0.0 |1910M| 769 |   - |1012 |1070 |   0 |   0 |   0 | 357k|   0 | 0.000000e+00 |      --      |    Inf 
536.81/536.89	c   494s|  6820k|  6749k|     0 |   0.0 |1913M| 769 |   - |1012 |1091 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 |      --      |    Inf 
537.60/537.66	c   495s|  6830k|  6759k|     0 |   0.0 |1916M| 769 |   - |1012 |1089 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 |      --      |    Inf 
538.40/538.46	c   496s|  6840k|  6769k|     0 |   0.0 |1919M| 769 |   - |1012 |1092 |   0 |   0 |   0 | 359k|   0 | 0.000000e+00 |      --      |    Inf 
539.20/539.25	c   496s|  6850k|  6779k|     0 |   0.0 |1922M| 769 |   - |1012 |1101 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 |      --      |    Inf 
540.00/540.01	c   497s|  6860k|  6788k|     0 |   0.0 |1924M| 769 |   - |1012 |1057 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 |      --      |    Inf 
540.70/540.76	c   498s|  6870k|  6798k|     0 |   0.0 |1927M| 769 |   - |1012 |1062 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 |      --      |    Inf 
541.50/541.52	c   498s|  6880k|  6808k|     0 |   0.0 |1930M| 769 |   - |1012 |1052 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 |      --      |    Inf 
542.21/542.29	c   499s|  6890k|  6818k|     0 |   0.0 |1933M| 769 |   - |1012 |1093 |   0 |   0 |   0 | 362k|   0 | 0.000000e+00 |      --      |    Inf 
543.01/543.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
543.01/543.04	c   500s|  6900k|  6828k|     0 |   0.0 |1936M| 769 |   - |1012 |1114 |   0 |   0 |   0 | 363k|   0 | 0.000000e+00 |      --      |    Inf 
543.70/543.79	c   501s|  6910k|  6838k|     0 |   0.0 |1938M| 769 |   - |1012 |1126 |   0 |   0 |   0 | 363k|   0 | 0.000000e+00 |      --      |    Inf 
544.50/544.56	c   501s|  6920k|  6848k|     0 |   0.0 |1941M| 769 |   - |1012 |1160 |   0 |   0 |   0 | 364k|   0 | 0.000000e+00 |      --      |    Inf 
545.30/545.33	c   502s|  6930k|  6858k|     0 |   0.0 |1944M| 769 |   - |1012 |1162 |   0 |   0 |   0 | 364k|   0 | 0.000000e+00 |      --      |    Inf 
546.00/546.07	c   503s|  6940k|  6868k|     0 |   0.0 |1947M| 769 |   - |1012 |1117 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 |      --      |    Inf 
546.81/546.81	c   503s|  6950k|  6877k|     0 |   0.0 |1950M| 769 |   - |1012 |1047 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 |      --      |    Inf 
547.50/547.56	c   504s|  6960k|  6887k|     0 |   0.0 |1953M| 769 |   - |1012 |1074 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 |      --      |    Inf 
548.30/548.30	c   505s|  6970k|  6897k|     0 |   0.0 |1955M| 769 |   - |1012 |1077 |   0 |   0 |   0 | 367k|   0 | 0.000000e+00 |      --      |    Inf 
549.01/549.06	c   505s|  6980k|  6907k|     0 |   0.0 |1958M| 769 |   - |1012 |1065 |   0 |   0 |   0 | 367k|   0 | 0.000000e+00 |      --      |    Inf 
549.80/549.81	c   506s|  6990k|  6917k|     0 |   0.0 |1961M| 769 |   - |1012 |1106 |   0 |   0 |   0 | 368k|   0 | 0.000000e+00 |      --      |    Inf 
550.50/550.54	c   507s|  7000k|  6927k|     0 |   0.0 |1964M| 769 |   - |1012 |1065 |   0 |   0 |   0 | 368k|   0 | 0.000000e+00 |      --      |    Inf 
551.21/551.27	c   507s|  7010k|  6937k|     0 |   0.0 |1967M| 769 |   - |1012 |1081 |   0 |   0 |   0 | 369k|   0 | 0.000000e+00 |      --      |    Inf 
552.00/552.04	c   508s|  7020k|  6947k|     0 |   0.0 |1970M| 769 |   - |1012 |1068 |   0 |   0 |   0 | 369k|   0 | 0.000000e+00 |      --      |    Inf 
552.70/552.79	c   509s|  7030k|  6957k|     0 |   0.0 |1972M| 769 |   - |1012 |1043 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 |      --      |    Inf 
553.50/553.56	c   509s|  7040k|  6966k|     0 |   0.0 |1975M| 769 |   - |1012 |1095 |   0 |   0 |   0 | 371k|   0 | 0.000000e+00 |      --      |    Inf 
554.31/554.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
554.31/554.33	c   510s|  7050k|  6976k|     0 |   0.0 |1978M| 769 |   - |1012 |1087 |   0 |   0 |   0 | 371k|   0 | 0.000000e+00 |      --      |    Inf 
555.00/555.07	c   511s|  7060k|  6986k|     0 |   0.0 |1981M| 769 |   - |1012 |1079 |   0 |   0 |   0 | 372k|   0 | 0.000000e+00 |      --      |    Inf 
555.80/555.84	c   512s|  7070k|  6996k|     0 |   0.0 |1984M| 769 |   - |1012 |1125 |   0 |   0 |   0 | 372k|   0 | 0.000000e+00 |      --      |    Inf 
556.51/556.54	c   512s|  7080k|  7006k|     0 |   0.0 |1986M| 769 |   - |1012 |1134 |   0 |   0 |   0 | 373k|   0 | 0.000000e+00 |      --      |    Inf 
557.30/557.30	c   513s|  7090k|  7016k|     0 |   0.0 |1989M| 769 |   - |1012 |1153 |   0 |   0 |   0 | 374k|   0 | 0.000000e+00 |      --      |    Inf 
558.00/558.08	c   514s|  7100k|  7026k|     0 |   0.0 |1992M| 769 |   - |1012 |1172 |   0 |   0 |   0 | 374k|   0 | 0.000000e+00 |      --      |    Inf 
558.81/558.84	c   514s|  7110k|  7036k|     0 |   0.0 |1995M| 769 |   - |1012 |1167 |   0 |   0 |   0 | 375k|   0 | 0.000000e+00 |      --      |    Inf 
559.60/559.62	c   515s|  7120k|  7045k|     0 |   0.0 |1998M| 769 |   - |1012 |1189 |   0 |   0 |   0 | 375k|   0 | 0.000000e+00 |      --      |    Inf 
560.30/560.36	c   516s|  7130k|  7055k|     0 |   0.0 |2001M| 769 |   - |1012 |1194 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 |      --      |    Inf 
561.10/561.13	c   516s|  7140k|  7065k|     0 |   0.0 |2003M| 769 |   - |1012 |1156 |   0 |   0 |   0 | 377k|   0 | 0.000000e+00 |      --      |    Inf 
561.80/561.89	c   517s|  7150k|  7075k|     0 |   0.0 |2006M| 769 |   - |1012 |1145 |   0 |   0 |   0 | 377k|   0 | 0.000000e+00 |      --      |    Inf 
562.61/562.63	c   518s|  7160k|  7085k|     0 |   0.0 |2009M| 769 |   - |1012 |1204 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 |      --      |    Inf 
563.30/563.35	c   518s|  7170k|  7095k|     0 |   0.0 |2012M| 769 |   - |1012 |1136 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 |      --      |    Inf 
564.10/564.11	c   519s|  7180k|  7105k|     0 |   0.0 |2015M| 769 |   - |1012 |1127 |   0 |   0 |   0 | 379k|   0 | 0.000000e+00 |      --      |    Inf 
564.80/564.84	c   520s|  7190k|  7115k|     0 |   0.0 |2018M| 769 |   - |1012 |1144 |   0 |   0 |   0 | 380k|   0 | 0.000000e+00 |      --      |    Inf 
565.50/565.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
565.50/565.58	c   520s|  7200k|  7125k|     0 |   0.0 |2020M| 769 |   - |1012 |1161 |   0 |   0 |   0 | 380k|   0 | 0.000000e+00 |      --      |    Inf 
566.30/566.36	c   521s|  7210k|  7134k|     0 |   0.0 |2023M| 769 |   - |1012 |1128 |   0 |   0 |   0 | 381k|   0 | 0.000000e+00 |      --      |    Inf 
567.10/567.12	c   522s|  7220k|  7144k|     0 |   0.0 |2026M| 769 |   - |1012 |1207 |   0 |   0 |   0 | 381k|   0 | 0.000000e+00 |      --      |    Inf 
567.81/567.89	c   523s|  7230k|  7154k|     0 |   0.0 |2029M| 769 |   - |1012 |1216 |   0 |   0 |   0 | 382k|   0 | 0.000000e+00 |      --      |    Inf 
568.60/568.65	c   523s|  7240k|  7164k|     0 |   0.0 |2032M| 769 |   - |1012 |1227 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 |      --      |    Inf 
569.30/569.39	c   524s|  7250k|  7174k|     0 |   0.0 |2034M| 769 |   - |1012 |1177 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 |      --      |    Inf 
570.11/570.13	c   525s|  7260k|  7184k|     0 |   0.0 |2037M| 769 |   - |1012 |1208 |   0 |   0 |   0 | 384k|   0 | 0.000000e+00 |      --      |    Inf 
570.90/570.90	c   525s|  7270k|  7194k|     0 |   0.0 |2040M| 769 |   - |1012 |1199 |   0 |   0 |   0 | 385k|   0 | 0.000000e+00 |      --      |    Inf 
571.61/571.65	c   526s|  7280k|  7204k|     0 |   0.0 |2043M| 769 |   - |1012 |1157 |   0 |   0 |   0 | 385k|   0 | 0.000000e+00 |      --      |    Inf 
572.40/572.40	c   527s|  7290k|  7213k|     0 |   0.0 |2046M| 769 |   - |1012 |1141 |   0 |   0 |   0 | 386k|   0 | 0.000000e+00 |      --      |    Inf 
573.20/573.22	c   527s|  7300k|  7223k|     0 |   0.0 |2049M| 769 |   - |1012 |1146 |   0 |   0 |   0 | 386k|   0 | 0.000000e+00 |      --      |    Inf 
573.91/573.95	c   528s|  7310k|  7233k|     0 |   0.0 |2051M| 769 |   - |1012 |1118 |   0 |   0 |   0 | 387k|   0 | 0.000000e+00 |      --      |    Inf 
574.60/574.70	c   529s|  7320k|  7243k|     0 |   0.0 |2054M| 769 |   - |1012 |1055 |   0 |   0 |   0 | 387k|   0 | 0.000000e+00 |      --      |    Inf 
575.40/575.46	c   529s|  7330k|  7253k|     0 |   0.0 |2057M| 769 |   - |1012 |1078 |   0 |   0 |   0 | 388k|   0 | 0.000000e+00 |      --      |    Inf 
576.20/576.20	c   530s|  7340k|  7263k|     0 |   0.0 |2060M| 769 |   - |1012 |1063 |   0 |   0 |   0 | 389k|   0 | 0.000000e+00 |      --      |    Inf 
576.90/576.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
576.90/576.98	c   531s|  7350k|  7273k|     0 |   0.0 |2063M| 769 |   - |1012 |1081 |   0 |   0 |   0 | 389k|   0 | 0.000000e+00 |      --      |    Inf 
577.70/577.73	c   532s|  7360k|  7283k|     0 |   0.0 |2066M| 769 |   - |1012 |1153 |   0 |   0 |   0 | 390k|   0 | 0.000000e+00 |      --      |    Inf 
578.41/578.48	c   532s|  7370k|  7293k|     0 |   0.0 |2068M| 769 |   - |1012 |1131 |   0 |   0 |   0 | 390k|   0 | 0.000000e+00 |      --      |    Inf 
579.20/579.22	c   533s|  7380k|  7302k|     0 |   0.0 |2071M| 769 |   - |1012 |1168 |   0 |   0 |   0 | 391k|   0 | 0.000000e+00 |      --      |    Inf 
579.91/579.95	c   533s|  7390k|  7312k|     0 |   0.0 |2074M| 769 |   - |1012 |1149 |   0 |   0 |   0 | 392k|   0 | 0.000000e+00 |      --      |    Inf 
580.60/580.68	c   534s|  7400k|  7322k|     0 |   0.0 |2077M| 769 |   - |1012 |1112 |   0 |   0 |   0 | 392k|   0 | 0.000000e+00 |      --      |    Inf 
581.40/581.42	c   535s|  7410k|  7332k|     0 |   0.0 |2080M| 769 |   - |1012 |1174 |   0 |   0 |   0 | 393k|   0 | 0.000000e+00 |      --      |    Inf 
582.10/582.18	c   536s|  7420k|  7342k|     0 |   0.0 |2083M| 769 |   - |1012 |1187 |   0 |   0 |   0 | 393k|   0 | 0.000000e+00 |      --      |    Inf 
582.90/582.95	c   536s|  7430k|  7352k|     0 |   0.0 |2085M| 769 |   - |1012 |1149 |   0 |   0 |   0 | 394k|   0 | 0.000000e+00 |      --      |    Inf 
583.70/583.71	c   537s|  7440k|  7362k|     0 |   0.0 |2088M| 769 |   - |1012 |1171 |   0 |   0 |   0 | 395k|   0 | 0.000000e+00 |      --      |    Inf 
584.40/584.48	c   538s|  7450k|  7372k|     0 |   0.0 |2091M| 769 |   - |1012 |1167 |   0 |   0 |   0 | 395k|   0 | 0.000000e+00 |      --      |    Inf 
585.20/585.22	c   538s|  7460k|  7381k|     0 |   0.0 |2094M| 769 |   - |1012 |1161 |   0 |   0 |   0 | 396k|   0 | 0.000000e+00 |      --      |    Inf 
585.91/585.95	c   539s|  7470k|  7391k|     0 |   0.0 |2097M| 769 |   - |1012 |1089 |   0 |   0 |   0 | 396k|   0 | 0.000000e+00 |      --      |    Inf 
586.60/586.69	c   540s|  7480k|  7401k|     0 |   0.0 |2099M| 769 |   - |1012 |1106 |   0 |   0 |   0 | 397k|   0 | 0.000000e+00 |      --      |    Inf 
587.41/587.47	c   540s|  7490k|  7411k|     0 |   0.0 |2102M| 769 |   - |1012 |1151 |   0 |   0 |   0 | 398k|   0 | 0.000000e+00 |      --      |    Inf 
588.20/588.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
588.20/588.24	c   541s|  7500k|  7421k|     0 |   0.0 |2105M| 769 |   - |1012 |1131 |   0 |   0 |   0 | 398k|   0 | 0.000000e+00 |      --      |    Inf 
588.90/588.97	c   542s|  7510k|  7431k|     0 |   0.0 |2108M| 769 |   - |1012 |1124 |   0 |   0 |   0 | 399k|   0 | 0.000000e+00 |      --      |    Inf 
589.71/589.72	c   542s|  7520k|  7441k|     0 |   0.0 |2111M| 769 |   - |1012 |1158 |   0 |   0 |   0 | 399k|   0 | 0.000000e+00 |      --      |    Inf 
590.40/590.47	c   543s|  7530k|  7451k|     0 |   0.0 |2113M| 769 |   - |1012 |1178 |   0 |   0 |   0 | 400k|   0 | 0.000000e+00 |      --      |    Inf 
591.20/591.22	c   544s|  7540k|  7461k|     0 |   0.0 |2116M| 769 |   - |1012 |1229 |   0 |   0 |   0 | 401k|   0 | 0.000000e+00 |      --      |    Inf 
591.90/591.98	c   544s|  7550k|  7470k|     0 |   0.0 |2119M| 769 |   - |1012 |1159 |   0 |   0 |   0 | 401k|   0 | 0.000000e+00 |      --      |    Inf 
592.70/592.75	c   545s|  7560k|  7480k|     0 |   0.0 |2122M| 769 |   - |1012 |1188 |   0 |   0 |   0 | 402k|   0 | 0.000000e+00 |      --      |    Inf 
593.50/593.50	c   546s|  7570k|  7490k|     0 |   0.0 |2125M| 769 |   - |1012 |1144 |   0 |   0 |   0 | 403k|   0 | 0.000000e+00 |      --      |    Inf 
594.20/594.25	c   547s|  7580k|  7500k|     0 |   0.0 |2128M| 769 |   - |1012 |1161 |   0 |   0 |   0 | 403k|   0 | 0.000000e+00 |      --      |    Inf 
595.01/595.01	c   547s|  7590k|  7510k|     0 |   0.0 |2130M| 769 |   - |1012 |1154 |   0 |   0 |   0 | 404k|   0 | 0.000000e+00 |      --      |    Inf 
595.80/595.81	c   548s|  7600k|  7520k|     0 |   0.0 |2133M| 769 |   - |1012 |1187 |   0 |   0 |   0 | 405k|   0 | 0.000000e+00 |      --      |    Inf 
596.50/596.57	c   549s|  7610k|  7530k|     0 |   0.0 |2136M| 769 |   - |1012 |1165 |   0 |   0 |   0 | 405k|   0 | 0.000000e+00 |      --      |    Inf 
597.31/597.32	c   549s|  7620k|  7540k|     0 |   0.0 |2139M| 769 |   - |1012 |1188 |   0 |   0 |   0 | 406k|   0 | 0.000000e+00 |      --      |    Inf 
598.00/598.07	c   550s|  7630k|  7549k|     0 |   0.0 |2142M| 769 |   - |1012 |1150 |   0 |   0 |   0 | 406k|   0 | 0.000000e+00 |      --      |    Inf 
598.80/598.80	c   551s|  7640k|  7559k|     0 |   0.0 |2145M| 769 |   - |1012 |1102 |   0 |   0 |   0 | 407k|   0 | 0.000000e+00 |      --      |    Inf 
599.51/599.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
599.51/599.56	c   551s|  7650k|  7569k|     0 |   0.0 |2147M| 769 |   - |1012 |1137 |   0 |   0 |   0 | 408k|   0 | 0.000000e+00 |      --      |    Inf 
600.31/600.33	c   552s|  7660k|  7579k|     0 |   0.0 |2150M| 769 |   - |1012 |1110 |   0 |   0 |   0 | 408k|   0 | 0.000000e+00 |      --      |    Inf 
601.00/601.06	c   553s|  7670k|  7589k|     0 |   0.0 |2153M| 769 |   - |1012 |1076 |   0 |   0 |   0 | 409k|   0 | 0.000000e+00 |      --      |    Inf 
601.80/601.81	c   554s|  7680k|  7599k|     0 |   0.0 |2156M| 769 |   - |1012 |1115 |   0 |   0 |   0 | 409k|   0 | 0.000000e+00 |      --      |    Inf 
602.50/602.56	c   554s|  7690k|  7609k|     0 |   0.0 |2159M| 769 |   - |1012 |1100 |   0 |   0 |   0 | 410k|   0 | 0.000000e+00 |      --      |    Inf 
603.20/603.28	c   555s|  7700k|  7619k|     0 |   0.0 |2161M| 769 |   - |1012 |1095 |   0 |   0 |   0 | 410k|   0 | 0.000000e+00 |      --      |    Inf 
604.00/604.03	c   556s|  7710k|  7628k|     0 |   0.0 |2164M| 769 |   - |1012 |1103 |   0 |   0 |   0 | 411k|   0 | 0.000000e+00 |      --      |    Inf 
604.70/604.74	c   556s|  7720k|  7638k|     0 |   0.0 |2167M| 769 |   - |1012 |1075 |   0 |   0 |   0 | 412k|   0 | 0.000000e+00 |      --      |    Inf 
605.40/605.50	c   557s|  7730k|  7648k|     0 |   0.0 |2170M| 769 |   - |1012 |1087 |   0 |   0 |   0 | 412k|   0 | 0.000000e+00 |      --      |    Inf 
606.21/606.27	c   558s|  7740k|  7658k|     0 |   0.0 |2173M| 769 |   - |1012 |1112 |   0 |   0 |   0 | 413k|   0 | 0.000000e+00 |      --      |    Inf 
607.00/607.02	c   558s|  7750k|  7668k|     0 |   0.0 |2176M| 769 |   - |1012 |1084 |   0 |   0 |   0 | 413k|   0 | 0.000000e+00 |      --      |    Inf 
607.70/607.76	c   559s|  7760k|  7678k|     0 |   0.0 |2178M| 769 |   - |1012 |1081 |   0 |   0 |   0 | 414k|   0 | 0.000000e+00 |      --      |    Inf 
608.41/608.49	c   560s|  7770k|  7688k|     0 |   0.0 |2181M| 769 |   - |1012 |1114 |   0 |   0 |   0 | 415k|   0 | 0.000000e+00 |      --      |    Inf 
609.21/609.22	c   560s|  7780k|  7698k|     0 |   0.0 |2184M| 769 |   - |1012 |1076 |   0 |   0 |   0 | 415k|   0 | 0.000000e+00 |      --      |    Inf 
609.90/609.96	c   561s|  7790k|  7708k|     0 |   0.0 |2187M| 769 |   - |1012 |1092 |   0 |   0 |   0 | 416k|   0 | 0.000000e+00 |      --      |    Inf 
610.60/610.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
610.60/610.68	c   562s|  7800k|  7717k|     0 |   0.0 |2190M| 769 |   - |1012 |1107 |   0 |   0 |   0 | 416k|   0 | 0.000000e+00 |      --      |    Inf 
611.40/611.47	c   562s|  7810k|  7727k|     0 |   0.0 |2193M| 769 |   - |1012 |1102 |   0 |   0 |   0 | 417k|   0 | 0.000000e+00 |      --      |    Inf 
612.20/612.27	c   563s|  7820k|  7737k|     0 |   0.0 |2195M| 769 |   - |1012 |1204 |   0 |   0 |   0 | 418k|   0 | 0.000000e+00 |      --      |    Inf 
613.00/613.02	c   564s|  7830k|  7747k|     0 |   0.0 |2198M| 769 |   - |1012 |1172 |   0 |   0 |   0 | 418k|   0 | 0.000000e+00 |      --      |    Inf 
613.71/613.77	c   564s|  7840k|  7757k|     0 |   0.0 |2201M| 769 |   - |1012 |1160 |   0 |   0 |   0 | 419k|   0 | 0.000000e+00 |      --      |    Inf 
614.51/614.51	c   565s|  7850k|  7767k|     0 |   0.0 |2204M| 769 |   - |1012 |1187 |   0 |   0 |   0 | 420k|   0 | 0.000000e+00 |      --      |    Inf 
615.20/615.23	c   566s|  7860k|  7777k|     0 |   0.0 |2207M| 769 |   - |1012 |1202 |   0 |   0 |   0 | 420k|   0 | 0.000000e+00 |      --      |    Inf 
615.90/615.98	c   567s|  7870k|  7787k|     0 |   0.0 |2209M| 769 |   - |1012 |1144 |   0 |   0 |   0 | 421k|   0 | 0.000000e+00 |      --      |    Inf 
616.70/616.71	c   567s|  7880k|  7796k|     0 |   0.0 |2212M| 769 |   - |1012 |1171 |   0 |   0 |   0 | 422k|   0 | 0.000000e+00 |      --      |    Inf 
617.40/617.47	c   568s|  7890k|  7806k|     0 |   0.0 |2215M| 769 |   - |1012 |1157 |   0 |   0 |   0 | 422k|   0 | 0.000000e+00 |      --      |    Inf 
618.20/618.23	c   569s|  7900k|  7816k|     0 |   0.0 |2218M| 769 |   - |1012 |1154 |   0 |   0 |   0 | 423k|   0 | 0.000000e+00 |      --      |    Inf 
618.90/618.98	c   569s|  7910k|  7826k|     0 |   0.0 |2221M| 769 |   - |1012 |1157 |   0 |   0 |   0 | 423k|   0 | 0.000000e+00 |      --      |    Inf 
619.70/619.74	c   570s|  7920k|  7836k|     0 |   0.0 |2224M| 769 |   - |1012 |1149 |   0 |   0 |   0 | 424k|   0 | 0.000000e+00 |      --      |    Inf 
620.40/620.48	c   571s|  7930k|  7846k|     0 |   0.0 |2226M| 769 |   - |1012 |1144 |   0 |   0 |   0 | 425k|   0 | 0.000000e+00 |      --      |    Inf 
621.20/621.20	c   571s|  7940k|  7856k|     0 |   0.0 |2229M| 769 |   - |1012 |1114 |   0 |   0 |   0 | 425k|   0 | 0.000000e+00 |      --      |    Inf 
621.91/621.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
621.91/621.94	c   572s|  7950k|  7866k|     0 |   0.0 |2232M| 769 |   - |1012 |1113 |   0 |   0 |   0 | 426k|   0 | 0.000000e+00 |      --      |    Inf 
622.61/622.67	c   573s|  7960k|  7875k|     0 |   0.0 |2235M| 769 |   - |1012 |1089 |   0 |   0 |   0 | 426k|   0 | 0.000000e+00 |      --      |    Inf 
623.40/623.44	c   573s|  7970k|  7885k|     0 |   0.0 |2238M| 769 |   - |1012 |1118 |   0 |   0 |   0 | 427k|   0 | 0.000000e+00 |      --      |    Inf 
624.10/624.17	c   574s|  7980k|  7895k|     0 |   0.0 |2240M| 769 |   - |1012 |1078 |   0 |   0 |   0 | 428k|   0 | 0.000000e+00 |      --      |    Inf 
624.90/624.95	c   575s|  7990k|  7905k|     0 |   0.0 |2243M| 769 |   - |1012 |1087 |   0 |   0 |   0 | 428k|   0 | 0.000000e+00 |      --      |    Inf 
625.70/625.71	c   575s|  8000k|  7915k|     0 |   0.0 |2246M| 769 |   - |1012 |1137 |   0 |   0 |   0 | 429k|   0 | 0.000000e+00 |      --      |    Inf 
626.40/626.42	c   576s|  8010k|  7925k|     0 |   0.0 |2249M| 769 |   - |1012 |1077 |   0 |   0 |   0 | 429k|   0 | 0.000000e+00 |      --      |    Inf 
627.11/627.14	c   577s|  8020k|  7935k|     0 |   0.0 |2252M| 769 |   - |1012 |1084 |   0 |   0 |   0 | 430k|   0 | 0.000000e+00 |      --      |    Inf 
627.80/627.87	c   577s|  8030k|  7945k|     0 |   0.0 |2255M| 769 |   - |1012 |1128 |   0 |   0 |   0 | 431k|   0 | 0.000000e+00 |      --      |    Inf 
628.60/628.62	c   578s|  8040k|  7955k|     0 |   0.0 |2258M| 769 |   - |1012 |1141 |   0 |   0 |   0 | 431k|   0 | 0.000000e+00 |      --      |    Inf 
629.31/629.40	c   579s|  8050k|  7964k|     0 |   0.0 |2260M| 769 |   - |1012 |1180 |   0 |   0 |   0 | 432k|   0 | 0.000000e+00 |      --      |    Inf 
630.10/630.15	c   579s|  8060k|  7974k|     0 |   0.0 |2263M| 769 |   - |1012 |1219 |   0 |   0 |   0 | 433k|   0 | 0.000000e+00 |      --      |    Inf 
630.80/630.89	c   580s|  8070k|  7984k|     0 |   0.0 |2266M| 769 |   - |1012 |1214 |   0 |   0 |   0 | 433k|   0 | 0.000000e+00 |      --      |    Inf 
631.60/631.64	c   581s|  8080k|  7994k|     0 |   0.0 |2269M| 769 |   - |1012 |1291 |   0 |   0 |   0 | 434k|   0 | 0.000000e+00 |      --      |    Inf 
632.30/632.38	c   581s|  8090k|  8004k|     0 |   0.0 |2272M| 769 |   - |1012 |1209 |   0 |   0 |   0 | 434k|   0 | 0.000000e+00 |      --      |    Inf 
633.10/633.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
633.10/633.12	c   582s|  8100k|  8014k|     0 |   0.0 |2274M| 769 |   - |1012 |1224 |   0 |   0 |   0 | 435k|   0 | 0.000000e+00 |      --      |    Inf 
633.80/633.87	c   583s|  8110k|  8024k|     0 |   0.0 |2277M| 769 |   - |1012 |1184 |   0 |   0 |   0 | 436k|   0 | 0.000000e+00 |      --      |    Inf 
634.61/634.64	c   584s|  8120k|  8034k|     0 |   0.0 |2280M| 769 |   - |1012 |1187 |   0 |   0 |   0 | 436k|   0 | 0.000000e+00 |      --      |    Inf 
635.30/635.39	c   584s|  8130k|  8043k|     0 |   0.0 |2283M| 769 |   - |1012 |1214 |   0 |   0 |   0 | 437k|   0 | 0.000000e+00 |      --      |    Inf 
636.10/636.18	c   585s|  8140k|  8053k|     0 |   0.0 |2286M| 769 |   - |1012 |1196 |   0 |   0 |   0 | 438k|   0 | 0.000000e+00 |      --      |    Inf 
636.91/636.94	c   586s|  8150k|  8063k|     0 |   0.0 |2289M| 769 |   - |1012 |1197 |   0 |   0 |   0 | 438k|   0 | 0.000000e+00 |      --      |    Inf 
637.60/637.68	c   586s|  8160k|  8073k|     0 |   0.0 |2292M| 769 |   - |1012 |1228 |   0 |   0 |   0 | 439k|   0 | 0.000000e+00 |      --      |    Inf 
638.41/638.44	c   587s|  8170k|  8083k|     0 |   0.0 |2294M| 769 |   - |1012 |1156 |   0 |   0 |   0 | 440k|   0 | 0.000000e+00 |      --      |    Inf 
639.11/639.18	c   588s|  8180k|  8093k|     0 |   0.0 |2297M| 769 |   - |1012 |1143 |   0 |   0 |   0 | 440k|   0 | 0.000000e+00 |      --      |    Inf 
639.90/639.96	c   588s|  8190k|  8103k|     0 |   0.0 |2300M| 769 |   - |1012 |1175 |   0 |   0 |   0 | 441k|   0 | 0.000000e+00 |      --      |    Inf 
640.70/640.70	c   589s|  8200k|  8113k|     0 |   0.0 |2303M| 769 |   - |1012 |1219 |   0 |   0 |   0 | 441k|   0 | 0.000000e+00 |      --      |    Inf 
641.40/641.46	c   590s|  8210k|  8122k|     0 |   0.0 |2306M| 769 |   - |1012 |1152 |   0 |   0 |   0 | 442k|   0 | 0.000000e+00 |      --      |    Inf 
642.10/642.19	c   590s|  8220k|  8132k|     0 |   0.0 |2309M| 769 |   - |1012 |1138 |   0 |   0 |   0 | 442k|   0 | 0.000000e+00 |      --      |    Inf 
642.91/642.95	c   591s|  8230k|  8142k|     0 |   0.0 |2311M| 769 |   - |1012 |1202 |   0 |   0 |   0 | 443k|   0 | 0.000000e+00 |      --      |    Inf 
643.61/643.69	c   592s|  8240k|  8152k|     0 |   0.0 |2314M| 769 |   - |1012 |1259 |   0 |   0 |   0 | 444k|   0 | 0.000000e+00 |      --      |    Inf 
644.40/644.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
644.40/644.41	c   592s|  8250k|  8162k|     0 |   0.0 |2317M| 769 |   - |1012 |1190 |   0 |   0 |   0 | 444k|   0 | 0.000000e+00 |      --      |    Inf 
645.11/645.12	c   593s|  8260k|  8172k|     0 |   0.0 |2320M| 769 |   - |1012 |1191 |   0 |   0 |   0 | 445k|   0 | 0.000000e+00 |      --      |    Inf 
645.81/645.86	c   594s|  8270k|  8182k|     0 |   0.0 |2323M| 769 |   - |1012 |1201 |   0 |   0 |   0 | 446k|   0 | 0.000000e+00 |      --      |    Inf 
646.60/646.60	c   594s|  8280k|  8192k|     0 |   0.0 |2326M| 769 |   - |1012 |1222 |   0 |   0 |   0 | 446k|   0 | 0.000000e+00 |      --      |    Inf 
647.30/647.35	c   595s|  8290k|  8201k|     0 |   0.0 |2328M| 769 |   - |1012 |1194 |   0 |   0 |   0 | 447k|   0 | 0.000000e+00 |      --      |    Inf 
648.10/648.12	c   596s|  8300k|  8211k|     0 |   0.0 |2331M| 769 |   - |1012 |1175 |   0 |   0 |   0 | 447k|   0 | 0.000000e+00 |      --      |    Inf 
648.81/648.88	c   597s|  8310k|  8221k|     0 |   0.0 |2334M| 769 |   - |1012 |1189 |   0 |   0 |   0 | 448k|   0 | 0.000000e+00 |      --      |    Inf 
649.61/649.62	c   597s|  8320k|  8231k|     0 |   0.0 |2337M| 769 |   - |1012 |1195 |   0 |   0 |   0 | 449k|   0 | 0.000000e+00 |      --      |    Inf 
650.30/650.32	c   598s|  8330k|  8241k|     0 |   0.0 |2340M| 769 |   - |1012 |1172 |   0 |   0 |   0 | 449k|   0 | 0.000000e+00 |      --      |    Inf 
651.00/651.07	c   599s|  8340k|  8251k|     0 |   0.0 |2343M| 769 |   - |1012 |1240 |   0 |   0 |   0 | 450k|   0 | 0.000000e+00 |      --      |    Inf 
651.80/651.82	c   599s|  8350k|  8261k|     0 |   0.0 |2345M| 769 |   - |1012 |1194 |   0 |   0 |   0 | 451k|   0 | 0.000000e+00 |      --      |    Inf 
652.50/652.59	c   600s|  8360k|  8271k|     0 |   0.0 |2348M| 769 |   - |1012 |1226 |   0 |   0 |   0 | 451k|   0 | 0.000000e+00 |      --      |    Inf 
653.30/653.38	c   601s|  8370k|  8281k|     0 |   0.0 |2351M| 769 |   - |1012 |1196 |   0 |   0 |   0 | 452k|   0 | 0.000000e+00 |      --      |    Inf 
654.10/654.13	c   601s|  8380k|  8290k|     0 |   0.0 |2354M| 769 |   - |1012 |1191 |   0 |   0 |   0 | 452k|   0 | 0.000000e+00 |      --      |    Inf 
654.80/654.89	c   602s|  8390k|  8300k|     0 |   0.0 |2357M| 769 |   - |1012 |1229 |   0 |   0 |   0 | 453k|   0 | 0.000000e+00 |      --      |    Inf 
655.61/655.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
655.61/655.64	c   603s|  8400k|  8310k|     0 |   0.0 |2359M| 769 |   - |1012 |1188 |   0 |   0 |   0 | 454k|   0 | 0.000000e+00 |      --      |    Inf 
656.40/656.40	c   603s|  8410k|  8320k|     0 |   0.0 |2362M| 769 |   - |1012 |1185 |   0 |   0 |   0 | 454k|   0 | 0.000000e+00 |      --      |    Inf 
657.10/657.17	c   604s|  8420k|  8330k|     0 |   0.0 |2365M| 769 |   - |1012 |1171 |   0 |   0 |   0 | 455k|   0 | 0.000000e+00 |      --      |    Inf 
657.90/657.92	c   605s|  8430k|  8340k|     0 |   0.0 |2368M| 769 |   - |1012 |1254 |   0 |   0 |   0 | 456k|   0 | 0.000000e+00 |      --      |    Inf 
658.60/658.67	c   605s|  8440k|  8350k|     0 |   0.0 |2371M| 769 |   - |1012 |1247 |   0 |   0 |   0 | 456k|   0 | 0.000000e+00 |      --      |    Inf 
659.40/659.41	c   606s|  8450k|  8360k|     0 |   0.0 |2374M| 769 |   - |1012 |1215 |   0 |   0 |   0 | 457k|   0 | 0.000000e+00 |      --      |    Inf 
660.20/660.20	c   607s|  8460k|  8369k|     0 |   0.0 |2377M| 769 |   - |1012 |1304 |   0 |   0 |   0 | 457k|   0 | 0.000000e+00 |      --      |    Inf 
660.91/660.95	c   608s|  8470k|  8379k|     0 |   0.0 |2379M| 769 |   - |1012 |1276 |   0 |   0 |   0 | 458k|   0 | 0.000000e+00 |      --      |    Inf 
661.60/661.67	c   608s|  8480k|  8389k|     0 |   0.0 |2382M| 769 |   - |1012 |1178 |   0 |   0 |   0 | 458k|   0 | 0.000000e+00 |      --      |    Inf 
662.40/662.40	c   609s|  8490k|  8399k|     0 |   0.0 |2385M| 769 |   - |1012 |1189 |   0 |   0 |   0 | 459k|   0 | 0.000000e+00 |      --      |    Inf 
663.11/663.12	c   610s|  8500k|  8409k|     0 |   0.0 |2388M| 769 |   - |1012 |1156 |   0 |   0 |   0 | 460k|   0 | 0.000000e+00 |      --      |    Inf 
663.80/663.83	c   610s|  8510k|  8419k|     0 |   0.0 |2391M| 769 |   - |1012 |1177 |   0 |   0 |   0 | 460k|   0 | 0.000000e+00 |      --      |    Inf 
664.60/664.60	c   611s|  8520k|  8429k|     0 |   0.0 |2394M| 769 |   - |1012 |1244 |   0 |   0 |   0 | 461k|   0 | 0.000000e+00 |      --      |    Inf 
665.30/665.33	c   611s|  8530k|  8439k|     0 |   0.0 |2396M| 769 |   - |1012 |1204 |   0 |   0 |   0 | 462k|   0 | 0.000000e+00 |      --      |    Inf 
666.00/666.06	c   612s|  8540k|  8448k|     0 |   0.0 |2399M| 769 |   - |1012 |1225 |   0 |   0 |   0 | 462k|   0 | 0.000000e+00 |      --      |    Inf 
666.81/666.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
666.81/666.82	c   613s|  8550k|  8458k|     0 |   0.0 |2402M| 769 |   - |1012 |1310 |   0 |   0 |   0 | 463k|   0 | 0.000000e+00 |      --      |    Inf 
667.50/667.54	c   614s|  8560k|  8468k|     0 |   0.0 |2405M| 769 |   - |1012 |1243 |   0 |   0 |   0 | 463k|   0 | 0.000000e+00 |      --      |    Inf 
668.20/668.27	c   614s|  8570k|  8478k|     0 |   0.0 |2408M| 769 |   - |1012 |1209 |   0 |   0 |   0 | 464k|   0 | 0.000000e+00 |      --      |    Inf 
669.00/669.00	c   615s|  8580k|  8488k|     0 |   0.0 |2411M| 769 |   - |1012 |1159 |   0 |   0 |   0 | 465k|   0 | 0.000000e+00 |      --      |    Inf 
669.70/669.80	c   616s|  8590k|  8498k|     0 |   0.0 |2413M| 769 |   - |1012 |1193 |   0 |   0 |   0 | 465k|   0 | 0.000000e+00 |      --      |    Inf 
670.60/670.61	c   616s|  8600k|  8508k|     0 |   0.0 |2416M| 769 |   - |1012 |1237 |   0 |   0 |   0 | 466k|   0 | 0.000000e+00 |      --      |    Inf 
671.30/671.37	c   617s|  8610k|  8518k|     0 |   0.0 |2419M| 769 |   - |1012 |1203 |   0 |   0 |   0 | 467k|   0 | 0.000000e+00 |      --      |    Inf 
672.10/672.11	c   618s|  8620k|  8527k|     0 |   0.0 |2422M| 769 |   - |1012 |1155 |   0 |   0 |   0 | 467k|   0 | 0.000000e+00 |      --      |    Inf 
672.80/672.84	c   618s|  8630k|  8537k|     0 |   0.0 |2425M| 769 |   - |1012 |1163 |   0 |   0 |   0 | 468k|   0 | 0.000000e+00 |      --      |    Inf 
673.60/673.60	c   619s|  8640k|  8547k|     0 |   0.0 |2428M| 769 |   - |1012 |1223 |   0 |   0 |   0 | 469k|   0 | 0.000000e+00 |      --      |    Inf 
674.31/674.39	c   620s|  8650k|  8557k|     0 |   0.0 |2430M| 769 |   - |1012 |1225 |   0 |   0 |   0 | 469k|   0 | 0.000000e+00 |      --      |    Inf 
675.10/675.12	c   620s|  8660k|  8567k|     0 |   0.0 |2433M| 769 |   - |1012 |1201 |   0 |   0 |   0 | 470k|   0 | 0.000000e+00 |      --      |    Inf 
675.81/675.86	c   621s|  8670k|  8577k|     0 |   0.0 |2436M| 769 |   - |1012 |1239 |   0 |   0 |   0 | 471k|   0 | 0.000000e+00 |      --      |    Inf 
676.60/676.64	c   622s|  8680k|  8587k|     0 |   0.0 |2439M| 769 |   - |1012 |1297 |   0 |   0 |   0 | 471k|   0 | 0.000000e+00 |      --      |    Inf 
677.31/677.36	c   622s|  8690k|  8597k|     0 |   0.0 |2442M| 769 |   - |1012 |1214 |   0 |   0 |   0 | 472k|   0 | 0.000000e+00 |      --      |    Inf 
678.11/678.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
678.11/678.10	c   623s|  8700k|  8606k|     0 |   0.0 |2445M| 769 |   - |1012 |1221 |   0 |   0 |   0 | 472k|   0 | 0.000000e+00 |      --      |    Inf 
678.80/678.81	c   624s|  8710k|  8616k|     0 |   0.0 |2447M| 769 |   - |1012 |1297 |   0 |   0 |   0 | 473k|   0 | 0.000000e+00 |      --      |    Inf 
679.51/679.54	c   624s|  8720k|  8626k|     0 |   0.0 |2450M| 769 |   - |1012 |1305 |   0 |   0 |   0 | 474k|   0 | 0.000000e+00 |      --      |    Inf 
680.20/680.29	c   625s|  8730k|  8636k|     0 |   0.0 |2453M| 769 |   - |1012 |1212 |   0 |   0 |   0 | 474k|   0 | 0.000000e+00 |      --      |    Inf 
681.00/681.04	c   626s|  8740k|  8646k|     0 |   0.0 |2456M| 769 |   - |1012 |1202 |   0 |   0 |   0 | 475k|   0 | 0.000000e+00 |      --      |    Inf 
681.80/681.82	c   627s|  8750k|  8656k|     0 |   0.0 |2459M| 769 |   - |1012 |1249 |   0 |   0 |   0 | 476k|   0 | 0.000000e+00 |      --      |    Inf 
682.50/682.59	c   627s|  8760k|  8666k|     0 |   0.0 |2462M| 769 |   - |1012 |1242 |   0 |   0 |   0 | 476k|   0 | 0.000000e+00 |      --      |    Inf 
683.30/683.35	c   628s|  8770k|  8676k|     0 |   0.0 |2464M| 769 |   - |1012 |1264 |   0 |   0 |   0 | 477k|   0 | 0.000000e+00 |      --      |    Inf 
684.11/684.11	c   629s|  8780k|  8686k|     0 |   0.0 |2467M| 769 |   - |1012 |1289 |   0 |   0 |   0 | 477k|   0 | 0.000000e+00 |      --      |    Inf 
684.80/684.85	c   629s|  8790k|  8695k|     0 |   0.0 |2470M| 769 |   - |1012 |1308 |   0 |   0 |   0 | 478k|   0 | 0.000000e+00 |      --      |    Inf 
685.51/685.57	c   630s|  8800k|  8705k|     0 |   0.0 |2473M| 769 |   - |1012 |1312 |   0 |   0 |   0 | 479k|   0 | 0.000000e+00 |      --      |    Inf 
686.30/686.32	c   631s|  8810k|  8715k|     0 |   0.0 |2476M| 769 |   - |1012 |1298 |   0 |   0 |   0 | 479k|   0 | 0.000000e+00 |      --      |    Inf 
687.10/687.13	c   631s|  8820k|  8725k|     0 |   0.0 |2479M| 769 |   - |1012 |1303 |   0 |   0 |   0 | 480k|   0 | 0.000000e+00 |      --      |    Inf 
687.80/687.88	c   632s|  8830k|  8735k|     0 |   0.0 |2482M| 769 |   - |1012 |1307 |   0 |   0 |   0 | 481k|   0 | 0.000000e+00 |      --      |    Inf 
688.61/688.62	c   633s|  8840k|  8745k|     0 |   0.0 |2484M| 769 |   - |1012 |1306 |   0 |   0 |   0 | 481k|   0 | 0.000000e+00 |      --      |    Inf 
689.31/689.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
689.31/689.35	c   634s|  8850k|  8755k|     0 |   0.0 |2487M| 769 |   - |1012 |1250 |   0 |   0 |   0 | 482k|   0 | 0.000000e+00 |      --      |    Inf 
690.01/690.09	c   634s|  8860k|  8765k|     0 |   0.0 |2490M| 769 |   - |1012 |1266 |   0 |   0 |   0 | 482k|   0 | 0.000000e+00 |      --      |    Inf 
690.81/690.82	c   635s|  8870k|  8774k|     0 |   0.0 |2493M| 769 |   - |1012 |1356 |   0 |   0 |   0 | 483k|   0 | 0.000000e+00 |      --      |    Inf 
691.51/691.56	c   636s|  8880k|  8784k|     0 |   0.0 |2496M| 769 |   - |1012 |1379 |   0 |   0 |   0 | 484k|   0 | 0.000000e+00 |      --      |    Inf 
692.20/692.28	c   636s|  8890k|  8794k|     0 |   0.0 |2498M| 769 |   - |1012 |1317 |   0 |   0 |   0 | 484k|   0 | 0.000000e+00 |      --      |    Inf 
693.01/693.01	c   637s|  8900k|  8804k|     0 |   0.0 |2501M| 769 |   - |1012 |1304 |   0 |   0 |   0 | 485k|   0 | 0.000000e+00 |      --      |    Inf 
693.81/693.80	c   638s|  8910k|  8814k|     0 |   0.0 |2504M| 769 |   - |1012 |1351 |   0 |   0 |   0 | 486k|   0 | 0.000000e+00 |      --      |    Inf 
694.51/694.59	c   638s|  8920k|  8824k|     0 |   0.0 |2507M| 769 |   - |1012 |1383 |   0 |   0 |   0 | 486k|   0 | 0.000000e+00 |      --      |    Inf 
695.30/695.38	c   639s|  8930k|  8834k|     0 |   0.0 |2510M| 769 |   - |1012 |1405 |   0 |   0 |   0 | 487k|   0 | 0.000000e+00 |      --      |    Inf 
696.11/696.14	c   640s|  8940k|  8844k|     0 |   0.0 |2513M| 769 |   - |1012 |1371 |   0 |   0 |   0 | 488k|   0 | 0.000000e+00 |      --      |    Inf 
696.81/696.85	c   640s|  8950k|  8853k|     0 |   0.0 |2516M| 769 |   - |1012 |1418 |   0 |   0 |   0 | 488k|   0 | 0.000000e+00 |      --      |    Inf 
697.50/697.59	c   641s|  8960k|  8863k|     0 |   0.0 |2518M| 769 |   - |1012 |1438 |   0 |   0 |   0 | 489k|   0 | 0.000000e+00 |      --      |    Inf 
698.30/698.31	c   642s|  8970k|  8873k|     0 |   0.0 |2521M| 769 |   - |1012 |1412 |   0 |   0 |   0 | 490k|   0 | 0.000000e+00 |      --      |    Inf 
699.01/699.09	c   642s|  8980k|  8883k|     0 |   0.0 |2524M| 769 |   - |1012 |1419 |   0 |   0 |   0 | 490k|   0 | 0.000000e+00 |      --      |    Inf 
699.80/699.83	c   643s|  8990k|  8893k|     0 |   0.0 |2527M| 769 |   - |1012 |1465 |   0 |   0 |   0 | 491k|   0 | 0.000000e+00 |      --      |    Inf 
700.51/700.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
700.51/700.59	c   644s|  9000k|  8903k|     0 |   0.0 |2530M| 769 |   - |1012 |1387 |   0 |   0 |   0 | 491k|   0 | 0.000000e+00 |      --      |    Inf 
701.30/701.32	c   644s|  9010k|  8913k|     0 |   0.0 |2533M| 769 |   - |1012 |1406 |   0 |   0 |   0 | 492k|   0 | 0.000000e+00 |      --      |    Inf 
702.01/702.04	c   645s|  9020k|  8923k|     0 |   0.0 |2535M| 769 |   - |1012 |1399 |   0 |   0 |   0 | 493k|   0 | 0.000000e+00 |      --      |    Inf 
702.81/702.82	c   646s|  9030k|  8932k|     0 |   0.0 |2538M| 769 |   - |1012 |1395 |   0 |   0 |   0 | 493k|   0 | 0.000000e+00 |      --      |    Inf 
703.51/703.56	c   646s|  9040k|  8942k|     0 |   0.0 |2541M| 769 |   - |1012 |1381 |   0 |   0 |   0 | 494k|   0 | 0.000000e+00 |      --      |    Inf 
704.20/704.26	c   647s|  9050k|  8952k|     0 |   0.0 |2544M| 769 |   - |1012 |1326 |   0 |   0 |   0 | 495k|   0 | 0.000000e+00 |      --      |    Inf 
704.90/704.97	c   648s|  9060k|  8962k|     0 |   0.0 |2547M| 769 |   - |1012 |1267 |   0 |   0 |   0 | 495k|   0 | 0.000000e+00 |      --      |    Inf 
705.61/705.68	c   648s|  9070k|  8972k|     0 |   0.0 |2550M| 769 |   - |1012 |1320 |   0 |   0 |   0 | 496k|   0 | 0.000000e+00 |      --      |    Inf 
706.41/706.44	c   649s|  9080k|  8982k|     0 |   0.0 |2553M| 769 |   - |1012 |1292 |   0 |   0 |   0 | 496k|   0 | 0.000000e+00 |      --      |    Inf 
707.10/707.18	c   650s|  9090k|  8992k|     0 |   0.0 |2555M| 769 |   - |1012 |1253 |   0 |   0 |   0 | 497k|   0 | 0.000000e+00 |      --      |    Inf 
707.91/707.92	c   651s|  9100k|  9002k|     0 |   0.0 |2558M| 769 |   - |1012 |1293 |   0 |   0 |   0 | 498k|   0 | 0.000000e+00 |      --      |    Inf 
708.61/708.64	c   651s|  9110k|  9011k|     0 |   0.0 |2561M| 769 |   - |1012 |1270 |   0 |   0 |   0 | 498k|   0 | 0.000000e+00 |      --      |    Inf 
709.30/709.40	c   652s|  9120k|  9021k|     0 |   0.0 |2564M| 769 |   - |1012 |1284 |   0 |   0 |   0 | 499k|   0 | 0.000000e+00 |      --      |    Inf 
710.11/710.14	c   653s|  9130k|  9031k|     0 |   0.0 |2567M| 769 |   - |1012 |1266 |   0 |   0 |   0 | 500k|   0 | 0.000000e+00 |      --      |    Inf 
710.81/710.88	c   653s|  9140k|  9041k|     0 |   0.0 |2570M| 769 |   - |1012 |1241 |   0 |   0 |   0 | 500k|   0 | 0.000000e+00 |      --      |    Inf 
711.51/711.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
711.51/711.57	c   654s|  9150k|  9051k|     0 |   0.0 |2573M| 769 |   - |1012 |1246 |   0 |   0 |   0 | 501k|   0 | 0.000000e+00 |      --      |    Inf 
712.30/712.31	c   655s|  9160k|  9061k|     0 |   0.0 |2575M| 769 |   - |1012 |1253 |   0 |   0 |   0 | 502k|   0 | 0.000000e+00 |      --      |    Inf 
713.01/713.08	c   655s|  9170k|  9071k|     0 |   0.0 |2578M| 769 |   - |1012 |1269 |   0 |   0 |   0 | 502k|   0 | 0.000000e+00 |      --      |    Inf 
713.81/713.81	c   656s|  9180k|  9081k|     0 |   0.0 |2581M| 769 |   - |1012 |1332 |   0 |   0 |   0 | 503k|   0 | 0.000000e+00 |      --      |    Inf 
714.51/714.53	c   657s|  9190k|  9090k|     0 |   0.0 |2584M| 769 |   - |1012 |1311 |   0 |   0 |   0 | 504k|   0 | 0.000000e+00 |      --      |    Inf 
715.21/715.29	c   657s|  9200k|  9100k|     0 |   0.0 |2587M| 769 |   - |1012 |1272 |   0 |   0 |   0 | 504k|   0 | 0.000000e+00 |      --      |    Inf 
716.01/716.03	c   658s|  9210k|  9110k|     0 |   0.0 |2590M| 769 |   - |1012 |1240 |   0 |   0 |   0 | 505k|   0 | 0.000000e+00 |      --      |    Inf 
716.71/716.74	c   659s|  9220k|  9120k|     0 |   0.0 |2592M| 769 |   - |1012 |1255 |   0 |   0 |   0 | 506k|   0 | 0.000000e+00 |      --      |    Inf 
717.41/717.45	c   659s|  9230k|  9130k|     0 |   0.0 |2595M| 769 |   - |1012 |1261 |   0 |   0 |   0 | 506k|   0 | 0.000000e+00 |      --      |    Inf 
718.10/718.19	c   660s|  9240k|  9140k|     0 |   0.0 |2598M| 769 |   - |1012 |1310 |   0 |   0 |   0 | 507k|   0 | 0.000000e+00 |      --      |    Inf 
718.90/718.93	c   661s|  9250k|  9150k|     0 |   0.0 |2601M| 769 |   - |1012 |1295 |   0 |   0 |   0 | 507k|   0 | 0.000000e+00 |      --      |    Inf 
719.70/719.73	c   661s|  9260k|  9160k|     0 |   0.0 |2604M| 769 |   - |1012 |1325 |   0 |   0 |   0 | 508k|   0 | 0.000000e+00 |      --      |    Inf 
720.41/720.44	c   662s|  9270k|  9169k|     0 |   0.0 |2607M| 769 |   - |1012 |1278 |   0 |   0 |   0 | 509k|   0 | 0.000000e+00 |      --      |    Inf 
721.10/721.19	c   663s|  9280k|  9179k|     0 |   0.0 |2610M| 769 |   - |1012 |1297 |   0 |   0 |   0 | 509k|   0 | 0.000000e+00 |      --      |    Inf 
721.90/721.92	c   663s|  9290k|  9189k|     0 |   0.0 |2612M| 769 |   - |1012 |1336 |   0 |   0 |   0 | 510k|   0 | 0.000000e+00 |      --      |    Inf 
722.61/722.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
722.61/722.64	c   664s|  9300k|  9199k|     0 |   0.0 |2615M| 769 |   - |1012 |1328 |   0 |   0 |   0 | 511k|   0 | 0.000000e+00 |      --      |    Inf 
723.31/723.38	c   665s|  9310k|  9209k|     0 |   0.0 |2618M| 769 |   - |1012 |1308 |   0 |   0 |   0 | 511k|   0 | 0.000000e+00 |      --      |    Inf 
724.10/724.13	c   665s|  9320k|  9219k|     0 |   0.0 |2621M| 769 |   - |1012 |1320 |   0 |   0 |   0 | 512k|   0 | 0.000000e+00 |      --      |    Inf 
724.81/724.90	c   666s|  9330k|  9229k|     0 |   0.0 |2624M| 769 |   - |1012 |1350 |   0 |   0 |   0 | 513k|   0 | 0.000000e+00 |      --      |    Inf 
725.61/725.64	c   667s|  9340k|  9239k|     0 |   0.0 |2627M| 769 |   - |1012 |1319 |   0 |   0 |   0 | 513k|   0 | 0.000000e+00 |      --      |    Inf 
726.31/726.37	c   667s|  9350k|  9248k|     0 |   0.0 |2630M| 769 |   - |1012 |1364 |   0 |   0 |   0 | 514k|   0 | 0.000000e+00 |      --      |    Inf 
727.11/727.11	c   668s|  9360k|  9258k|     0 |   0.0 |2632M| 769 |   - |1012 |1335 |   0 |   0 |   0 | 515k|   0 | 0.000000e+00 |      --      |    Inf 
727.81/727.85	c   669s|  9370k|  9268k|     0 |   0.0 |2635M| 769 |   - |1012 |1336 |   0 |   0 |   0 | 515k|   0 | 0.000000e+00 |      --      |    Inf 
728.60/728.61	c   669s|  9380k|  9278k|     0 |   0.0 |2638M| 769 |   - |1012 |1297 |   0 |   0 |   0 | 516k|   0 | 0.000000e+00 |      --      |    Inf 
729.31/729.31	c   670s|  9390k|  9288k|     0 |   0.0 |2641M| 769 |   - |1012 |1266 |   0 |   0 |   0 | 517k|   0 | 0.000000e+00 |      --      |    Inf 
730.01/730.08	c   671s|  9400k|  9298k|     0 |   0.0 |2644M| 769 |   - |1012 |1318 |   0 |   0 |   0 | 517k|   0 | 0.000000e+00 |      --      |    Inf 
730.80/730.84	c   671s|  9410k|  9308k|     0 |   0.0 |2647M| 769 |   - |1012 |1292 |   0 |   0 |   0 | 518k|   0 | 0.000000e+00 |      --      |    Inf 
731.51/731.57	c   672s|  9420k|  9318k|     0 |   0.0 |2649M| 769 |   - |1012 |1272 |   0 |   0 |   0 | 518k|   0 | 0.000000e+00 |      --      |    Inf 
732.31/732.32	c   673s|  9430k|  9327k|     0 |   0.0 |2652M| 769 |   - |1012 |1359 |   0 |   0 |   0 | 519k|   0 | 0.000000e+00 |      --      |    Inf 
733.01/733.05	c   674s|  9440k|  9337k|     0 |   0.0 |2655M| 769 |   - |1012 |1313 |   0 |   0 |   0 | 520k|   0 | 0.000000e+00 |      --      |    Inf 
733.71/733.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
733.71/733.77	c   674s|  9450k|  9347k|     0 |   0.0 |2658M| 769 |   - |1012 |1290 |   0 |   0 |   0 | 520k|   0 | 0.000000e+00 |      --      |    Inf 
734.41/734.48	c   675s|  9460k|  9357k|     0 |   0.0 |2661M| 769 |   - |1012 |1249 |   0 |   0 |   0 | 521k|   0 | 0.000000e+00 |      --      |    Inf 
735.21/735.21	c   676s|  9470k|  9367k|     0 |   0.0 |2664M| 769 |   - |1012 |1302 |   0 |   0 |   0 | 522k|   0 | 0.000000e+00 |      --      |    Inf 
735.91/735.95	c   676s|  9480k|  9377k|     0 |   0.0 |2666M| 769 |   - |1012 |1329 |   0 |   0 |   0 | 522k|   0 | 0.000000e+00 |      --      |    Inf 
736.70/736.71	c   677s|  9490k|  9387k|     0 |   0.0 |2669M| 769 |   - |1012 |1302 |   0 |   0 |   0 | 523k|   0 | 0.000000e+00 |      --      |    Inf 
737.40/737.45	c   678s|  9500k|  9397k|     0 |   0.0 |2672M| 769 |   - |1012 |1325 |   0 |   0 |   0 | 524k|   0 | 0.000000e+00 |      --      |    Inf 
738.11/738.19	c   678s|  9510k|  9406k|     0 |   0.0 |2675M| 769 |   - |1012 |1330 |   0 |   0 |   0 | 524k|   0 | 0.000000e+00 |      --      |    Inf 
738.90/738.90	c   679s|  9520k|  9416k|     0 |   0.0 |2678M| 769 |   - |1012 |1318 |   0 |   0 |   0 | 525k|   0 | 0.000000e+00 |      --      |    Inf 
739.61/739.60	c   680s|  9530k|  9426k|     0 |   0.0 |2680M| 769 |   - |1012 |1335 |   0 |   0 |   0 | 526k|   0 | 0.000000e+00 |      --      |    Inf 
740.31/740.38	c   680s|  9540k|  9436k|     0 |   0.0 |2683M| 769 |   - |1012 |1306 |   0 |   0 |   0 | 526k|   0 | 0.000000e+00 |      --      |    Inf 
741.11/741.11	c   681s|  9550k|  9446k|     0 |   0.0 |2686M| 769 |   - |1012 |1289 |   0 |   0 |   0 | 527k|   0 | 0.000000e+00 |      --      |    Inf 
741.80/741.82	c   682s|  9560k|  9456k|     0 |   0.0 |2689M| 769 |   - |1012 |1343 |   0 |   0 |   0 | 528k|   0 | 0.000000e+00 |      --      |    Inf 
742.51/742.54	c   682s|  9570k|  9466k|     0 |   0.0 |2692M| 769 |   - |1012 |1332 |   0 |   0 |   0 | 528k|   0 | 0.000000e+00 |      --      |    Inf 
743.31/743.33	c   683s|  9580k|  9476k|     0 |   0.0 |2695M| 769 |   - |1012 |1360 |   0 |   0 |   0 | 529k|   0 | 0.000000e+00 |      --      |    Inf 
744.11/744.10	c   684s|  9590k|  9485k|     0 |   0.0 |2698M| 769 |   - |1012 |1390 |   0 |   0 |   0 | 529k|   0 | 0.000000e+00 |      --      |    Inf 
744.81/744.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
744.81/744.86	c   684s|  9600k|  9495k|     0 |   0.0 |2700M| 769 |   - |1012 |1442 |   0 |   0 |   0 | 530k|   0 | 0.000000e+00 |      --      |    Inf 
745.61/745.60	c   685s|  9610k|  9505k|     0 |   0.0 |2703M| 769 |   - |1012 |1403 |   0 |   0 |   0 | 531k|   0 | 0.000000e+00 |      --      |    Inf 
746.30/746.33	c   686s|  9620k|  9515k|     0 |   0.0 |2706M| 769 |   - |1012 |1378 |   0 |   0 |   0 | 532k|   0 | 0.000000e+00 |      --      |    Inf 
747.01/747.09	c   686s|  9630k|  9525k|     0 |   0.0 |2709M| 769 |   - |1012 |1423 |   0 |   0 |   0 | 532k|   0 | 0.000000e+00 |      --      |    Inf 
747.80/747.83	c   687s|  9640k|  9535k|     0 |   0.0 |2712M| 769 |   - |1012 |1478 |   0 |   0 |   0 | 533k|   0 | 0.000000e+00 |      --      |    Inf 
748.50/748.56	c   688s|  9650k|  9545k|     0 |   0.0 |2715M| 769 |   - |1012 |1493 |   0 |   0 |   0 | 534k|   0 | 0.000000e+00 |      --      |    Inf 
749.20/749.29	c   688s|  9660k|  9554k|     0 |   0.0 |2717M| 769 |   - |1012 |1450 |   0 |   0 |   0 | 534k|   0 | 0.000000e+00 |      --      |    Inf 
750.01/750.06	c   689s|  9670k|  9564k|     0 |   0.0 |2720M| 769 |   - |1012 |1454 |   0 |   0 |   0 | 535k|   0 | 0.000000e+00 |      --      |    Inf 
750.71/750.80	c   690s|  9680k|  9574k|     0 |   0.0 |2723M| 769 |   - |1012 |1465 |   0 |   0 |   0 | 536k|   0 | 0.000000e+00 |      --      |    Inf 
751.50/751.52	c   690s|  9690k|  9584k|     0 |   0.0 |2726M| 769 |   - |1012 |1417 |   0 |   0 |   0 | 536k|   0 | 0.000000e+00 |      --      |    Inf 
752.20/752.28	c   691s|  9700k|  9594k|     0 |   0.0 |2729M| 769 |   - |1012 |1362 |   0 |   0 |   0 | 537k|   0 | 0.000000e+00 |      --      |    Inf 
753.00/753.02	c   692s|  9710k|  9604k|     0 |   0.0 |2732M| 769 |   - |1012 |1354 |   0 |   0 |   0 | 538k|   0 | 0.000000e+00 |      --      |    Inf 
753.71/753.75	c   692s|  9720k|  9614k|     0 |   0.0 |2735M| 769 |   - |1012 |1403 |   0 |   0 |   0 | 538k|   0 | 0.000000e+00 |      --      |    Inf 
754.41/754.48	c   693s|  9730k|  9624k|     0 |   0.0 |2737M| 769 |   - |1012 |1365 |   0 |   0 |   0 | 539k|   0 | 0.000000e+00 |      --      |    Inf 
755.21/755.25	c   694s|  9740k|  9633k|     0 |   0.0 |2740M| 769 |   - |1012 |1328 |   0 |   0 |   0 | 540k|   0 | 0.000000e+00 |      --      |    Inf 
756.01/756.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
756.01/756.03	c   694s|  9750k|  9643k|     0 |   0.0 |2743M| 769 |   - |1012 |1326 |   0 |   0 |   0 | 540k|   0 | 0.000000e+00 |      --      |    Inf 
756.71/756.73	c   695s|  9760k|  9653k|     0 |   0.0 |2746M| 769 |   - |1012 |1376 |   0 |   0 |   0 | 541k|   0 | 0.000000e+00 |      --      |    Inf 
757.41/757.47	c   696s|  9770k|  9663k|     0 |   0.0 |2749M| 769 |   - |1012 |1406 |   0 |   0 |   0 | 541k|   0 | 0.000000e+00 |      --      |    Inf 
758.21/758.22	c   696s|  9780k|  9673k|     0 |   0.0 |2752M| 769 |   - |1012 |1418 |   0 |   0 |   0 | 542k|   0 | 0.000000e+00 |      --      |    Inf 
758.91/758.96	c   697s|  9790k|  9683k|     0 |   0.0 |2754M| 769 |   - |1012 |1404 |   0 |   0 |   0 | 543k|   0 | 0.000000e+00 |      --      |    Inf 
759.71/759.70	c   698s|  9800k|  9693k|     0 |   0.0 |2757M| 769 |   - |1012 |1449 |   0 |   0 |   0 | 544k|   0 | 0.000000e+00 |      --      |    Inf 
760.40/760.45	c   699s|  9810k|  9703k|     0 |   0.0 |2760M| 769 |   - |1012 |1438 |   0 |   0 |   0 | 544k|   0 | 0.000000e+00 |      --      |    Inf 
761.21/761.23	c   699s|  9820k|  9712k|     0 |   0.0 |2763M| 769 |   - |1012 |1452 |   0 |   0 |   0 | 545k|   0 | 0.000000e+00 |      --      |    Inf 
761.90/761.97	c   700s|  9830k|  9722k|     0 |   0.0 |2766M| 769 |   - |1012 |1428 |   0 |   0 |   0 | 546k|   0 | 0.000000e+00 |      --      |    Inf 
762.70/762.72	c   701s|  9840k|  9732k|     0 |   0.0 |2769M| 769 |   - |1012 |1471 |   0 |   0 |   0 | 546k|   0 | 0.000000e+00 |      --      |    Inf 
763.42/763.48	c   701s|  9850k|  9742k|     0 |   0.0 |2771M| 769 |   - |1012 |1477 |   0 |   0 |   0 | 547k|   0 | 0.000000e+00 |      --      |    Inf 
764.21/764.23	c   702s|  9860k|  9752k|     0 |   0.0 |2774M| 769 |   - |1012 |1394 |   0 |   0 |   0 | 548k|   0 | 0.000000e+00 |      --      |    Inf 
764.90/764.98	c   703s|  9870k|  9762k|     0 |   0.0 |2777M| 769 |   - |1012 |1408 |   0 |   0 |   0 | 548k|   0 | 0.000000e+00 |      --      |    Inf 
765.71/765.73	c   703s|  9880k|  9772k|     0 |   0.0 |2780M| 769 |   - |1012 |1354 |   0 |   0 |   0 | 549k|   0 | 0.000000e+00 |      --      |    Inf 
766.40/766.45	c   704s|  9890k|  9781k|     0 |   0.0 |2783M| 769 |   - |1012 |1423 |   0 |   0 |   0 | 550k|   0 | 0.000000e+00 |      --      |    Inf 
767.11/767.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
767.11/767.19	c   705s|  9900k|  9791k|     0 |   0.0 |2786M| 769 |   - |1012 |1350 |   0 |   0 |   0 | 550k|   0 | 0.000000e+00 |      --      |    Inf 
767.90/767.94	c   705s|  9910k|  9801k|     0 |   0.0 |2789M| 769 |   - |1012 |1369 |   0 |   0 |   0 | 551k|   0 | 0.000000e+00 |      --      |    Inf 
768.60/768.69	c   706s|  9920k|  9811k|     0 |   0.0 |2791M| 769 |   - |1012 |1398 |   0 |   0 |   0 | 552k|   0 | 0.000000e+00 |      --      |    Inf 
769.40/769.44	c   707s|  9930k|  9821k|     0 |   0.0 |2794M| 769 |   - |1012 |1324 |   0 |   0 |   0 | 552k|   0 | 0.000000e+00 |      --      |    Inf 
770.11/770.18	c   707s|  9940k|  9831k|     0 |   0.0 |2797M| 769 |   - |1012 |1324 |   0 |   0 |   0 | 553k|   0 | 0.000000e+00 |      --      |    Inf 
770.81/770.87	c   708s|  9950k|  9841k|     0 |   0.0 |2800M| 769 |   - |1012 |1270 |   0 |   0 |   0 | 553k|   0 | 0.000000e+00 |      --      |    Inf 
771.51/771.58	c   709s|  9960k|  9851k|     0 |   0.0 |2803M| 769 |   - |1012 |1301 |   0 |   0 |   0 | 554k|   0 | 0.000000e+00 |      --      |    Inf 
772.31/772.32	c   709s|  9970k|  9860k|     0 |   0.0 |2806M| 769 |   - |1012 |1265 |   0 |   0 |   0 | 555k|   0 | 0.000000e+00 |      --      |    Inf 
773.00/773.05	c   710s|  9980k|  9870k|     0 |   0.0 |2809M| 769 |   - |1012 |1308 |   0 |   0 |   0 | 555k|   0 | 0.000000e+00 |      --      |    Inf 
773.70/773.78	c   711s|  9990k|  9880k|     0 |   0.0 |2811M| 769 |   - |1012 |1289 |   0 |   0 |   0 | 556k|   0 | 0.000000e+00 |      --      |    Inf 
774.50/774.52	c   711s| 10000k|  9890k|     0 |   0.0 |2814M| 769 |   - |1012 |1351 |   0 |   0 |   0 | 557k|   0 | 0.000000e+00 |      --      |    Inf 
775.21/775.27	c   712s| 10010k|  9900k|     0 |   0.0 |2817M| 769 |   - |1012 |1303 |   0 |   0 |   0 | 557k|   0 | 0.000000e+00 |      --      |    Inf 
775.90/775.96	c   713s| 10020k|  9910k|     0 |   0.0 |2820M| 769 |   - |1012 |1345 |   0 |   0 |   0 | 558k|   0 | 0.000000e+00 |      --      |    Inf 
776.61/776.65	c   713s| 10030k|  9920k|     0 |   0.0 |2823M| 769 |   - |1012 |1355 |   0 |   0 |   0 | 559k|   0 | 0.000000e+00 |      --      |    Inf 
777.31/777.37	c   714s| 10040k|  9930k|     0 |   0.0 |2826M| 769 |   - |1012 |1353 |   0 |   0 |   0 | 559k|   0 | 0.000000e+00 |      --      |    Inf 
778.10/778.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
778.10/778.10	c   715s| 10050k|  9939k|     0 |   0.0 |2828M| 769 |   - |1012 |1335 |   0 |   0 |   0 | 560k|   0 | 0.000000e+00 |      --      |    Inf 
778.81/778.84	c   715s| 10060k|  9949k|     0 |   0.0 |2831M| 769 |   - |1012 |1345 |   0 |   0 |   0 | 561k|   0 | 0.000000e+00 |      --      |    Inf 
779.51/779.56	c   716s| 10070k|  9959k|     0 |   0.0 |2834M| 769 |   - |1012 |1382 |   0 |   0 |   0 | 561k|   0 | 0.000000e+00 |      --      |    Inf 
780.31/780.31	c   717s| 10080k|  9969k|     0 |   0.0 |2837M| 769 |   - |1012 |1350 |   0 |   0 |   0 | 562k|   0 | 0.000000e+00 |      --      |    Inf 
781.01/781.04	c   717s| 10090k|  9979k|     0 |   0.0 |2840M| 769 |   - |1012 |1327 |   0 |   0 |   0 | 563k|   0 | 0.000000e+00 |      --      |    Inf 
781.71/781.77	c   718s| 10100k|  9989k|     0 |   0.0 |2843M| 769 |   - |1012 |1378 |   0 |   0 |   0 | 563k|   0 | 0.000000e+00 |      --      |    Inf 
782.41/782.49	c   719s| 10110k|  9999k|     0 |   0.0 |2845M| 769 |   - |1012 |1308 |   0 |   0 |   0 | 564k|   0 | 0.000000e+00 |      --      |    Inf 
783.21/783.22	c   719s| 10120k| 10009k|     0 |   0.0 |2848M| 769 |   - |1012 |1345 |   0 |   0 |   0 | 565k|   0 | 0.000000e+00 |      --      |    Inf 
783.90/783.93	c   720s| 10130k| 10018k|     0 |   0.0 |2851M| 769 |   - |1012 |1312 |   0 |   0 |   0 | 565k|   0 | 0.000000e+00 |      --      |    Inf 
784.60/784.68	c   721s| 10140k| 10028k|     0 |   0.0 |2854M| 769 |   - |1012 |1369 |   0 |   0 |   0 | 566k|   0 | 0.000000e+00 |      --      |    Inf 
785.42/785.42	c   721s| 10150k| 10038k|     0 |   0.0 |2857M| 769 |   - |1012 |1305 |   0 |   0 |   0 | 566k|   0 | 0.000000e+00 |      --      |    Inf 
786.10/786.13	c   722s| 10160k| 10048k|     0 |   0.0 |2860M| 769 |   - |1012 |1309 |   0 |   0 |   0 | 567k|   0 | 0.000000e+00 |      --      |    Inf 
786.81/786.86	c   723s| 10170k| 10058k|     0 |   0.0 |2863M| 769 |   - |1012 |1340 |   0 |   0 |   0 | 568k|   0 | 0.000000e+00 |      --      |    Inf 
787.51/787.59	c   723s| 10180k| 10068k|     0 |   0.0 |2865M| 769 |   - |1012 |1351 |   0 |   0 |   0 | 568k|   0 | 0.000000e+00 |      --      |    Inf 
788.30/788.30	c   724s| 10190k| 10078k|     0 |   0.0 |2868M| 769 |   - |1012 |1375 |   0 |   0 |   0 | 569k|   0 | 0.000000e+00 |      --      |    Inf 
788.30/788.35	c (node 10190572) switching to memory saving mode (mem: 2736.0M/3420.0M)
797.21/797.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
797.21/797.28	c   733s| 10200k| 10079k|     0 |   0.0 |2882M| 807 |   - |1012 |  28k|   0 |   0 |   0 | 617k|   0 | 0.000000e+00 |      --      |    Inf 
807.91/807.91	c   743s| 10210k| 10078k|     0 |   0.0 |2892M| 807 |   - |1012 |  37k|   0 |   0 |   0 | 667k|   0 | 0.000000e+00 |      --      |    Inf 
818.50/818.53	c   754s| 10220k| 10078k|     0 |   0.0 |2897M| 815 |   - |1012 |  41k|   0 |   0 |   0 | 713k|   0 | 0.000000e+00 |      --      |    Inf 
830.41/830.45	c   765s| 10230k| 10078k|     0 |   0.0 |2905M| 815 |   - |1012 |  52k|   0 |   0 |   0 | 762k|   0 | 0.000000e+00 |      --      |    Inf 
844.31/844.32	c   779s| 10240k| 10078k|     0 |   0.0 |2918M| 815 |   - |1012 |  78k|   0 |   0 |   0 | 803k|   0 | 0.000000e+00 |      --      |    Inf 
856.00/856.03	c   791s| 10250k| 10078k|     0 |   0.0 |2920M| 815 |   - |1012 |  69k|   0 |   0 |   0 | 851k|   0 | 0.000000e+00 |      --      |    Inf 
869.11/869.18	c   804s| 10260k| 10078k|     0 |   0.0 |2924M| 815 |   - |1012 |  73k|   0 |   0 |   0 | 893k|   0 | 0.000000e+00 |      --      |    Inf 
879.41/879.41	c   814s| 10270k| 10078k|     0 |   0.0 |2911M| 815 |   - |1012 |  42k|   0 |   0 |   0 | 939k|   0 | 0.000000e+00 |      --      |    Inf 
891.50/891.56	c   826s| 10280k| 10078k|     0 |   0.0 |2915M| 815 |   - |1012 |  51k|   0 |   0 |   0 | 981k|   0 | 0.000000e+00 |      --      |    Inf 
900.11/900.18	c   834s| 10290k| 10078k|     0 |   0.0 |2922M| 815 |   - |1012 |  62k|   0 |   0 |   0 |1030k|   0 | 0.000000e+00 |      --      |    Inf 
905.71/905.78	c   840s| 10300k| 10078k|     0 |   0.0 |2937M| 815 |   - |1012 |  94k|   0 |   0 |   0 |1081k|   0 | 0.000000e+00 |      --      |    Inf 
922.01/922.07	c   856s| 10310k| 10078k|     0 |   0.0 |2933M| 815 |   - |1012 |  72k|   0 |   0 |   0 |1120k|   0 | 0.000000e+00 |      --      |    Inf 
933.71/933.70	c   867s| 10320k| 10078k|     0 |   0.0 |2933M| 815 |   - |1012 |  73k|   0 |   0 |   0 |1170k|   0 | 0.000000e+00 |      --      |    Inf 
945.92/946.00	c   879s| 10330k| 10078k|     0 |   0.0 |2944M| 815 |   - |1012 | 103k|   0 |   0 |   0 |1217k|   0 | 0.000000e+00 |      --      |    Inf 
961.51/961.59	c   895s| 10340k| 10078k|     0 |   0.0 |2949M| 815 |   - |1012 | 117k|   0 |   0 |   0 |1256k|   0 | 0.000000e+00 |      --      |    Inf 
976.41/976.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
976.41/976.43	c   910s| 10350k| 10078k|     0 |   0.0 |2957M| 815 |   - |1012 | 139k|   0 |   0 |   0 |1297k|   0 | 0.000000e+00 |      --      |    Inf 
991.51/991.55	c   924s| 10360k| 10078k|     0 |   0.0 |2965M| 815 |   - |1012 | 162k|   0 |   0 |   0 |1337k|   0 | 0.000000e+00 |      --      |    Inf 
1007.31/1007.31	c   940s| 10370k| 10078k|     0 |   0.0 |2972M| 815 |   - |1012 | 181k|   0 |   0 |   0 |1372k|   0 | 0.000000e+00 |      --      |    Inf 
1023.91/1023.93	c   957s| 10380k| 10078k|     0 |   0.0 |2978M| 815 |   - |1012 | 197k|   0 |   0 |   0 |1413k|   0 | 0.000000e+00 |      --      |    Inf 
1038.01/1038.09	c   971s| 10390k| 10078k|     0 |   0.0 |2987M| 815 |   - |1012 | 221k|   0 |   0 |   0 |1458k|   0 | 0.000000e+00 |      --      |    Inf 
1052.62/1052.62	c   985s| 10400k| 10078k|     0 |   0.0 |2993M| 815 |   - |1012 | 236k|   0 |   0 |   0 |1494k|   0 | 0.000000e+00 |      --      |    Inf 
1067.11/1067.17	c   999s| 10410k| 10078k|     0 |   0.0 |3001M| 815 |   - |1012 | 259k|   0 |   0 |   0 |1536k|   0 | 0.000000e+00 |      --      |    Inf 
1079.81/1079.82	c  1012s| 10420k| 10078k|     0 |   0.0 |3012M| 815 |   - |1012 | 289k|   0 |   0 |   0 |1584k|   0 | 0.000000e+00 |      --      |    Inf 
1092.91/1092.98	c  1025s| 10430k| 10078k|     0 |   0.0 |3020M| 815 |   - |1012 | 310k|   0 |   0 |   0 |1628k|   0 | 0.000000e+00 |      --      |    Inf 
1107.51/1107.54	c  1039s| 10440k| 10078k|     0 |   0.0 |3027M| 815 |   - |1012 | 332k|   0 |   0 |   0 |1671k|   0 | 0.000000e+00 |      --      |    Inf 
1121.02/1121.05	c  1053s| 10450k| 10078k|     0 |   0.0 |3036M| 815 |   - |1012 | 358k|   0 |   0 |   0 |1715k|   0 | 0.000000e+00 |      --      |    Inf 
1133.61/1133.69	c  1065s| 10460k| 10078k|     0 |   0.0 |3046M| 815 |   - |1012 | 388k|   0 |   0 |   0 |1762k|   0 | 0.000000e+00 |      --      |    Inf 
1146.82/1146.86	c  1078s| 10470k| 10078k|     0 |   0.0 |3054M| 815 |   - |1012 | 410k|   0 |   0 |   0 |1806k|   0 | 0.000000e+00 |      --      |    Inf 
1160.11/1160.12	c  1091s| 10480k| 10078k|     0 |   0.0 |3061M| 815 |   - |1012 | 429k|   0 |   0 |   0 |1846k|   0 | 0.000000e+00 |      --      |    Inf 
1186.01/1186.08	c  1117s| 10490k| 10078k|     0 |   0.0 |3060M| 815 |   - |1012 | 215k|   0 |   0 |   0 |1894k|   0 | 0.000000e+00 |      --      |    Inf 
1220.22/1220.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1220.22/1220.27	c  1151s| 10500k| 10078k|     0 |   0.0 |3051M| 815 |   - |1012 | 164k|   0 |   0 |   0 |1937k|   0 | 0.000000e+00 |      --      |    Inf 
1236.82/1236.82	c  1167s| 10510k| 10078k|     0 |   0.0 |3056M| 815 |   - |1012 | 179k|   0 |   0 |   0 |1974k|   0 | 0.000000e+00 |      --      |    Inf 
1251.72/1251.71	c  1182s| 10520k| 10078k|     0 |   0.0 |3054M| 815 |   - |1012 | 173k|   0 |   0 |   0 |2014k|   0 | 0.000000e+00 |      --      |    Inf 
1261.42/1261.49	c  1192s| 10530k| 10078k|     0 |   0.0 |3066M| 815 |   - |1012 | 192k|   0 |   0 |   0 |2066k|   0 | 0.000000e+00 |      --      |    Inf 
1281.02/1281.07	c  1211s| 10540k| 10078k|     0 |   0.0 |3062M| 815 |   - |1012 | 179k|   0 |   0 |   0 |2109k|   0 | 0.000000e+00 |      --      |    Inf 
1296.11/1296.19	c  1226s| 10550k| 10078k|     0 |   0.0 |3064M| 815 |   - |1012 | 185k|   0 |   0 |   0 |2151k|   0 | 0.000000e+00 |      --      |    Inf 
1313.52/1313.50	c  1243s| 10560k| 10078k|     0 |   0.0 |3070M| 815 |   - |1012 | 202k|   0 |   0 |   0 |2186k|   0 | 0.000000e+00 |      --      |    Inf 
1328.83/1328.82	c  1258s| 10570k| 10078k|     0 |   0.0 |3076M| 815 |   - |1012 | 217k|   0 |   0 |   0 |2220k|   0 | 0.000000e+00 |      --      |    Inf 
1344.42/1344.45	c  1274s| 10580k| 10078k|     0 |   0.0 |3072M| 815 |   - |1012 | 207k|   0 |   0 |   0 |2264k|   0 | 0.000000e+00 |      --      |    Inf 
1365.62/1365.67	c  1295s| 10590k| 10078k|     0 |   0.0 |3076M| 815 |   - |1012 | 212k|   0 |   0 |   0 |2309k|   0 | 0.000000e+00 |      --      |    Inf 
1390.82/1390.81	c  1320s| 10600k| 10078k|     0 |   0.0 |3080M| 815 |   - |1012 | 221k|   0 |   0 |   0 |2347k|   0 | 0.000000e+00 |      --      |    Inf 
1415.12/1415.10	c  1344s| 10610k| 10078k|     0 |   0.0 |3088M| 815 |   - |1012 | 240k|   0 |   0 |   0 |2384k|   0 | 0.000000e+00 |      --      |    Inf 
1439.33/1439.39	c  1368s| 10620k| 10078k|     0 |   0.0 |3096M| 815 |   - |1012 | 259k|   0 |   0 |   0 |2425k|   0 | 0.000000e+00 |      --      |    Inf 
1456.33/1456.31	c  1385s| 10630k| 10078k|     0 |   0.0 |3098M| 815 |   - |1012 | 258k|   0 |   0 |   0 |2467k|   0 | 0.000000e+00 |      --      |    Inf 
1468.62/1468.67	c  1397s| 10640k| 10078k|     0 |   0.0 |3083M| 815 |   - |1012 | 209k|   0 |   0 |   0 |2518k|   0 | 0.000000e+00 |      --      |    Inf 
1485.02/1485.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1485.02/1485.01	c  1413s| 10650k| 10078k|     0 |   0.0 |3084M| 815 |   - |1012 | 212k|   0 |   0 |   0 |2559k|   0 | 0.000000e+00 |      --      |    Inf 
1511.43/1511.47	c  1440s| 10660k| 10078k|     0 |   0.0 |3089M| 815 |   - |1012 | 224k|   0 |   0 |   0 |2609k|   0 | 0.000000e+00 |      --      |    Inf 
1538.63/1538.64	c  1467s| 10670k| 10078k|     0 |   0.0 |3097M| 815 |   - |1012 | 242k|   0 |   0 |   0 |2642k|   0 | 0.000000e+00 |      --      |    Inf 
1564.92/1564.90	c  1493s| 10680k| 10078k|     0 |   0.0 |3105M| 815 |   - |1012 | 262k|   0 |   0 |   0 |2679k|   0 | 0.000000e+00 |      --      |    Inf 
1590.93/1590.97	c  1519s| 10690k| 10078k|     0 |   0.0 |3113M| 815 |   - |1012 | 281k|   0 |   0 |   0 |2714k|   0 | 0.000000e+00 |      --      |    Inf 
1615.83/1615.88	c  1543s| 10700k| 10078k|     0 |   0.0 |3100M| 815 |   - |1012 | 192k|   0 |   0 |   0 |2766k|   0 | 0.000000e+00 |      --      |    Inf 
1633.93/1633.92	c  1561s| 10710k| 10078k|     0 |   0.0 |3079M| 815 |   - |1012 | 134k|   0 |   0 |   0 |2806k|   0 | 0.000000e+00 |      --      |    Inf 
1652.42/1652.48	c  1580s| 10720k| 10078k|     0 |   0.0 |3086M| 815 |   - |1012 | 152k|   0 |   0 |   0 |2844k|   0 | 0.000000e+00 |      --      |    Inf 
1672.13/1672.15	c  1599s| 10730k| 10078k|     0 |   0.0 |3082M| 815 |   - |1012 | 137k|   0 |   0 |   0 |2886k|   0 | 0.000000e+00 |      --      |    Inf 
1686.23/1686.22	c  1613s| 10740k| 10078k|     0 |   0.0 |3087M| 815 |   - |1012 | 145k|   0 |   0 |   0 |2938k|   0 | 0.000000e+00 |      --      |    Inf 
1697.33/1697.32	c  1624s| 10750k| 10078k|     0 |   0.0 |3106M| 815 |   - |1012 | 193k|   0 |   0 |   0 |2991k|   0 | 0.000000e+00 |      --      |    Inf 
1710.22/1710.25	c  1637s| 10760k| 10078k|     0 |   0.0 |3126M| 815 |   - |1012 | 240k|   0 |   0 |   0 |3044k|   0 | 0.000000e+00 |      --      |    Inf 
1723.52/1723.54	c  1650s| 10770k| 10078k|     0 |   0.0 |3145M| 815 |   - |1012 | 287k|   0 |   0 |   0 |3097k|   0 | 0.000000e+00 |      --      |    Inf 
1735.73/1735.70	c  1662s| 10780k| 10078k|     0 |   0.0 |3164M| 815 |   - |1012 | 333k|   0 |   0 |   0 |3148k|   0 | 0.000000e+00 |      --      |    Inf 
1774.73/1774.70	c  1701s| 10790k| 10078k|     0 |   0.0 |3139M| 815 |   - |1012 | 212k|   0 |   0 |   0 |3197k|   0 | 0.000000e+00 |      --      |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.03	c 
1800.04/1800.03	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.03	c Solving Time (sec) : 1726.07
1800.04/1800.03	c Solving Nodes      : 10795252
1800.04/1800.03	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.03	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.03	c Gap                : infinite
1800.04/1800.03	s UNKNOWN
1800.04/1800.03	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.03	c Solving Time       :    1726.07
1800.04/1800.03	c Original Problem   :
1800.04/1800.03	c   Problem name     : HOME/instance-2693772-1277891953.wbo
1800.04/1800.03	c   Variables        : 1012 (971 binary, 0 integer, 0 implicit integer, 41 continuous)
1800.04/1800.03	c   Constraints      : 103 initial, 103 maximal
1800.04/1800.03	c Presolved Problem  :
1800.04/1800.03	c   Problem name     : t_HOME/instance-2693772-1277891953.wbo
1800.04/1800.03	c   Variables        : 1012 (971 binary, 0 integer, 0 implicit integer, 41 continuous)
1800.04/1800.03	c   Constraints      : 102 initial, 433300 maximal
1800.04/1800.03	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.03	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.03	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.03	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.03	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.03	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.03	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.03	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.03	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.03	c   linear           :       0.00          0          0          0         41          0          1          0          0
1800.04/1800.03	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.03	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.03	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.03	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.03	c   indicator        :         41          0      68410          0      14552          0         50          0          0          0
1800.04/1800.03	c   setppc           :         11          0   13532702          0   10469128     145958    5862195          0          0          0
1800.04/1800.03	c   linear           :         41          0   13631713          0   10528282     174494    7862160          0          0          0
1800.04/1800.03	c   logicor          :          9+         0    4276871          0   10507752      96751    2863376          0          0          0
1800.04/1800.03	c   countsols        :          0          0          0          0   10528282          0          0          0          0          0
1800.04/1800.03	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.03	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.03	c   indicator        :       0.01       0.00       0.01       0.00       0.00
1800.04/1800.03	c   setppc           :     277.72       0.00     239.96       0.00      37.76
1800.04/1800.03	c   linear           :     313.32       0.00     309.26       0.00       4.06
1800.04/1800.03	c   logicor          :     334.06       0.00     307.48       0.00      26.58
1800.04/1800.03	c   countsols        :       1.93       0.00       0.00       0.00       1.93
1800.04/1800.03	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.03	c   vbounds          :       3.30          2          0          0
1800.04/1800.03	c   rootredcost      :       2.90          0          0          0
1800.04/1800.03	c   pseudoobj        :      16.56   13778702          0          0
1800.04/1800.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.03	c   propagation      :     574.17     417203     417203    5773311      325.6    3219649       26.3          -
1800.04/1800.03	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.03	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.03	c   applied globally :          -          -          -    2974397       27.4          -          -          -
1800.04/1800.03	c   applied locally  :          -          -          -     241816      216.0          -          -          -
1800.04/1800.03	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.03	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.04/1800.03	c   redcost          :       0.00          0          0          0          0          0
1800.04/1800.03	c   impliedbounds    :       0.00          0          0          0          0          0
1800.04/1800.03	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.03	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.03	c   gomory           :       0.00          0          0          0          0          0
1800.04/1800.03	c   strongcg         :       0.00          0          0          0          0          0
1800.04/1800.03	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.03	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.03	c   clique           :       0.00          0          0          0          0          0
1800.04/1800.03	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.03	c   mcf              :       0.00          0          0          0          0          0
1800.04/1800.03	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.03	c Pricers            :       Time      Calls       Vars
1800.04/1800.03	c   problem variables:       0.00          0          0
1800.04/1800.03	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.03	c   relpscost        :       0.00          0          0          0          0          0          0
1800.04/1800.03	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.03	c   inference        :     395.08   10528282          0          0          0          0   21056564
1800.04/1800.03	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.03	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.03	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.03	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.03	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.03	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.03	c   LP solutions     :       0.00          -          0
1800.04/1800.03	c   pseudo solutions :       0.00          -          0
1800.04/1800.03	c   oneopt           :       2.63          0          0
1800.04/1800.03	c   trivial          :       0.01          2          0
1800.04/1800.03	c   simplerounding   :       0.00          0          0
1800.04/1800.03	c   zirounding       :       0.00          0          0
1800.04/1800.03	c   rounding         :       0.00          0          0
1800.04/1800.03	c   shifting         :       0.00          0          0
1800.04/1800.03	c   intshifting      :       0.00          0          0
1800.04/1800.03	c   twoopt           :       0.00          0          0
1800.04/1800.03	c   fixandinfer      :       0.00          0          0
1800.04/1800.03	c   feaspump         :       0.00          0          0
1800.04/1800.03	c   coefdiving       :       0.00          0          0
1800.04/1800.03	c   pscostdiving     :       0.00          0          0
1800.04/1800.03	c   fracdiving       :       0.00          0          0
1800.04/1800.03	c   veclendiving     :       0.00          0          0
1800.04/1800.03	c   intdiving        :       0.00          0          0
1800.04/1800.03	c   actconsdiving    :       0.00          0          0
1800.04/1800.03	c   objpscostdiving  :       0.00          0          0
1800.04/1800.03	c   rootsoldiving    :       0.00          0          0
1800.04/1800.03	c   linesearchdiving :       0.00          0          0
1800.04/1800.03	c   guideddiving     :       0.00          0          0
1800.04/1800.03	c   octane           :       0.00          0          0
1800.04/1800.03	c   rens             :       0.00          0          0
1800.04/1800.03	c   rins             :       0.00          0          0
1800.04/1800.03	c   localbranching   :       0.00          0          0
1800.04/1800.03	c   mutation         :       0.00          0          0
1800.04/1800.03	c   crossover        :       0.00          0          0
1800.04/1800.03	c   dins             :       0.00          0          0
1800.04/1800.03	c   undercover       :       0.00          0          0
1800.04/1800.03	c   nlp              :       3.02          0          0
1800.04/1800.03	c   trysol           :       2.50          1          0
1800.04/1800.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.03	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.03	c   dual LP          :       0.00          0          0       0.00          -
1800.04/1800.03	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.03	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.03	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.03	c   strong branching :       0.00          0          0       0.00          -
1800.04/1800.03	c     (at root node) :          -          0          0       0.00          -
1800.04/1800.03	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.03	c B&B Tree           :
1800.04/1800.03	c   number of runs   :          1
1800.04/1800.03	c   nodes            :   10795252
1800.04/1800.03	c   nodes (total)    :   10795252
1800.04/1800.03	c   nodes left       :   10078633
1800.04/1800.03	c   max depth        :        815
1800.04/1800.03	c   max depth (total):        815
1800.04/1800.03	c   backtracks       :     227824 (2.1%)
1800.04/1800.03	c   delayed cutoffs  :     182680
1800.04/1800.03	c   repropagations   :     375981 (4717052 domain reductions, 150233 cutoffs)
1800.04/1800.03	c   avg switch length:       2.64
1800.04/1800.03	c   switching time   :     196.01
1800.04/1800.03	c Solution           :
1800.04/1800.03	c   Solutions found  :          0 (0 improvements)
1800.04/1800.03	c   Primal Bound     :          -
1800.04/1800.03	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.03	c   Gap              :   infinite
1800.04/1800.03	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.03	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-2693772-1277891953/watcher-2693772-1277891953 -o /tmp/evaluation-result-2693772-1277891953/solver-2693772-1277891953 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693772-1277891953.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: 2.08 2.03 2.44 4/178 22217
/proc/meminfo: memFree=31716656/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=8792 CPUtime=0
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 1688 0 0 0 0 0 0 0 25 0 1 0 162787066 9003008 1610 4089446400 4194304 7136930 140736390054544 18446744073709551615 6350076 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/22217/statm: 2198 1610 275 719 0 1477 0

[startup+0.086782 s]
/proc/loadavg: 2.08 2.03 2.44 4/178 22217
/proc/meminfo: memFree=31716656/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=15044 CPUtime=0.08
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 4757 0 0 0 7 1 0 0 25 0 1 0 162787066 15405056 3041 4089446400 4194304 7136930 140736390054544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22217/statm: 3761 3041 394 719 0 3040 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15044

[startup+0.100777 s]
/proc/loadavg: 2.08 2.03 2.44 4/178 22217
/proc/meminfo: memFree=31716656/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=15044 CPUtime=0.09
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 4758 0 0 0 8 1 0 0 25 0 1 0 162787066 15405056 3042 4089446400 4194304 7136930 140736390054544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22217/statm: 3761 3042 394 719 0 3040 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15044

[startup+0.300683 s]
/proc/loadavg: 2.08 2.03 2.44 4/178 22217
/proc/meminfo: memFree=31716656/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=16788 CPUtime=0.29
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 5197 0 0 0 26 3 0 0 25 0 1 0 162787066 17190912 3481 4089446400 4194304 7136930 140736390054544 18446744073709551615 4740336 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22217/statm: 4197 3481 394 719 0 3476 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16788

[startup+0.700612 s]
/proc/loadavg: 2.08 2.03 2.44 4/178 22217
/proc/meminfo: memFree=31716656/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=18092 CPUtime=0.69
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 5566 0 0 0 59 10 0 0 25 0 1 0 162787066 18526208 3850 4089446400 4194304 7136930 140736390054544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22217/statm: 4523 3850 394 719 0 3802 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18092

[startup+1.50047 s]
/proc/loadavg: 2.08 2.03 2.44 3/179 22218
/proc/meminfo: memFree=31701148/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=21520 CPUtime=1.49
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 6451 0 0 0 127 22 0 0 25 0 1 0 162787066 22036480 4735 4089446400 4194304 7136930 140736390054544 18446744073709551615 4407754 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22217/statm: 5380 4735 394 719 0 4659 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21520

[startup+3.10025 s]
/proc/loadavg: 2.08 2.03 2.44 3/179 22218
/proc/meminfo: memFree=31696064/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=27308 CPUtime=3.09
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 7971 0 0 0 276 33 0 0 25 0 1 0 162787066 27963392 6255 4089446400 4194304 7136930 140736390054544 18446744073709551615 5892230 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22217/statm: 6827 6255 394 719 0 6106 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27308

[startup+6.30063 s]
/proc/loadavg: 2.07 2.02 2.44 3/179 22218
/proc/meminfo: memFree=31683080/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=42460 CPUtime=6.29
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 11419 0 0 0 585 44 0 0 25 0 1 0 162787066 43479040 9703 4089446400 4194304 7136930 140736390054544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22217/statm: 10615 9703 394 719 0 9894 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42460

[startup+12.7006 s]
/proc/loadavg: 2.15 2.04 2.44 3/179 22218
/proc/meminfo: memFree=31649872/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=73564 CPUtime=12.69
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 19478 0 0 0 1165 104 0 0 25 0 1 0 162787066 75329536 17762 4089446400 4194304 7136930 140736390054544 18446744073709551615 4643136 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22217/statm: 18391 17762 394 719 0 17670 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 73564

[startup+25.5003 s]
/proc/loadavg: 2.11 2.04 2.43 3/179 22219
/proc/meminfo: memFree=31600172/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=124228 CPUtime=25.49
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 31704 0 0 0 2342 207 0 0 25 0 1 0 162787066 127209472 29988 4089446400 4194304 7136930 140736390054544 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22217/statm: 31057 29988 394 719 0 30336 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 124228

[startup+51.1008 s]
/proc/loadavg: 2.07 2.03 2.42 3/179 22220
/proc/meminfo: memFree=31507132/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=222084 CPUtime=51.09
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 55361 0 0 0 4709 400 0 0 25 0 1 0 162787066 227414016 53645 4089446400 4194304 7136930 140736390054544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22217/statm: 55521 53645 394 719 0 54800 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 222084

[startup+102.306 s]
/proc/loadavg: 2.03 2.03 2.40 3/179 22221
/proc/meminfo: memFree=31320084/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=413240 CPUtime=102.3
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 101456 0 0 0 9438 792 0 0 25 0 1 0 162787066 423157760 99740 4089446400 4194304 7136930 140736390054544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22217/statm: 103310 99740 394 719 0 102589 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 413240

[startup+162.3 s]
/proc/loadavg: 2.08 2.04 2.37 3/179 22231
/proc/meminfo: memFree=31103112/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=620212 CPUtime=162.29
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 156087 0 0 0 14974 1255 0 0 25 0 1 0 162787066 635097088 154371 4089446400 4194304 7136930 140736390054544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22217/statm: 155053 154371 394 719 0 154332 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 620212

[startup+222.301 s]
/proc/loadavg: 2.03 2.03 2.35 3/179 22233
/proc/meminfo: memFree=30882332/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=859908 CPUtime=222.29
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 210735 0 0 0 20501 1728 0 0 25 0 1 0 162787066 880545792 209019 4089446400 4194304 7136930 140736390054544 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22217/statm: 214977 209019 394 719 0 214256 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 859908

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.32 3/179 22235
/proc/meminfo: memFree=30661668/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=1071328 CPUtime=282.3
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 266521 0 0 0 26033 2197 0 0 25 0 1 0 162787066 1097039872 264805 4089446400 4194304 7136930 140736390054544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22217/statm: 267832 264805 394 719 0 267111 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1071328

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.30 3/179 22237
/proc/meminfo: memFree=30432696/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=1351156 CPUtime=342.3
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 323030 0 0 0 31535 2695 0 0 25 0 1 0 162787066 1383583744 321314 4089446400 4194304 7136930 140736390054544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22217/statm: 337789 321314 394 719 0 337068 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1351156

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.28 3/197 22284
/proc/meminfo: memFree=30056372/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=1562364 CPUtime=402.3
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 378820 0 0 0 37046 3184 0 0 25 0 1 0 162787066 1599860736 377104 4089446400 4194304 7136930 140736390054544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22217/statm: 390591 377104 394 719 0 389870 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1562364

[startup+462.301 s]
/proc/loadavg: 2.17 2.08 2.28 3/197 22285
/proc/meminfo: memFree=29720528/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=1786280 CPUtime=462.29
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 437824 0 0 0 42605 3624 0 0 25 0 1 0 162787066 1829150720 436108 4089446400 4194304 7136930 140736390054544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22217/statm: 446570 436108 394 719 0 445849 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 1786280

[startup+522.301 s]
/proc/loadavg: 2.06 2.06 2.26 3/197 22287
/proc/meminfo: memFree=29446672/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=2005084 CPUtime=522.3
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 495600 0 0 0 48092 4138 0 0 25 0 1 0 162787066 2053206016 493884 4089446400 4194304 7136930 140736390054544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22217/statm: 501271 493884 394 719 0 500550 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 2005084

[startup+582.301 s]
/proc/loadavg: 2.09 2.06 2.25 3/197 22289
/proc/meminfo: memFree=29185820/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=2226124 CPUtime=582.31
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 553927 0 0 0 53563 4668 0 0 25 0 1 0 162787066 2279550976 552211 4089446400 4194304 7136930 140736390054544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22217/statm: 556531 552211 394 719 0 555810 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 2226124

[startup+642.301 s]
/proc/loadavg: 2.03 2.05 2.23 3/197 22291
/proc/meminfo: memFree=28903152/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=2454808 CPUtime=642.3
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 614182 0 0 0 59055 5175 0 0 25 0 1 0 162787066 2513723392 612466 4089446400 4194304 7136930 140736390054544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22217/statm: 613702 612466 394 719 0 612981 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 2454808

[startup+702.301 s]

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

/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 842119 0 0 0 99450 6781 0 0 25 0 1 0 162787066 3402067968 799430 4089446400 4194304 7136930 140736390054544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22217/statm: 830583 799430 394 719 0 829862 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 3322332

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.12 3/197 22303
/proc/meminfo: memFree=27837488/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=3370584 CPUtime=1122.32
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 854127 0 0 0 105375 6857 0 0 25 0 1 0 162787066 3451478016 811438 4089446400 4194304 7136930 140736390054544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22217/statm: 842646 811438 394 719 0 841925 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 3370584

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.11 3/197 22305
/proc/meminfo: memFree=27714060/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=3463332 CPUtime=1182.31
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 884735 0 0 0 111314 6917 0 0 25 0 1 0 162787066 3546451968 832794 4089446400 4194304 7136930 140736390054544 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22217/statm: 865833 832794 394 719 0 865112 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 3463332

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/197 22307
/proc/meminfo: memFree=27704108/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=3463172 CPUtime=1242.32
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 885032 0 0 0 117279 6953 0 0 25 0 1 0 162787066 3546288128 832063 4089446400 4194304 7136930 140736390054544 18446744073709551615 5909056 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22217/statm: 865793 832063 394 719 0 865072 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 3463172

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/197 22308
/proc/meminfo: memFree=27673928/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=3465812 CPUtime=1302.32
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 886040 0 0 0 123221 7011 0 0 25 0 1 0 162787066 3548991488 833071 4089446400 4194304 7136930 140736390054544 18446744073709551615 5909189 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22217/statm: 866453 833071 394 719 0 865732 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 3465812

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/197 22309
/proc/meminfo: memFree=27622076/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=3473172 CPUtime=1362.32
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 887884 0 0 0 129164 7068 0 0 25 0 1 0 162787066 3556528128 834915 4089446400 4194304 7136930 140736390054544 18446744073709551615 4209068 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22217/statm: 868293 834915 394 719 0 867572 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 3473172

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.08 3/197 22311
/proc/meminfo: memFree=27600328/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=3475376 CPUtime=1422.32
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 888509 0 0 0 135119 7113 0 0 25 0 1 0 162787066 3558785024 835540 4089446400 4194304 7136930 140736390054544 18446744073709551615 5955601 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22217/statm: 868844 835540 394 719 0 868123 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 3475376

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/197 22313
/proc/meminfo: memFree=27565204/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=3491312 CPUtime=1482.33
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 892888 0 0 0 141062 7171 0 0 25 0 1 0 162787066 3575103488 839919 4089446400 4194304 7136930 140736390054544 18446744073709551615 5909072 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22217/statm: 872828 839919 394 719 0 872107 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 3491312

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/197 22315
/proc/meminfo: memFree=27556736/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=3485460 CPUtime=1542.33
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 893256 0 0 0 147026 7207 0 0 25 0 1 0 162787066 3569111040 838488 4089446400 4194304 7136930 140736390054544 18446744073709551615 5909091 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22217/statm: 871365 838488 394 719 0 870644 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 3485460

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/197 22316
/proc/meminfo: memFree=27535812/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=3489572 CPUtime=1602.33
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 894299 0 0 0 152986 7247 0 0 25 0 1 0 162787066 3573321728 839531 4089446400 4194304 7136930 140736390054544 18446744073709551615 5955609 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22217/statm: 872393 839531 394 719 0 871672 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 3489572

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 2.06 3/197 22317
/proc/meminfo: memFree=27507508/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=3503912 CPUtime=1662.33
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 897617 0 0 0 158931 7302 0 0 25 0 1 0 162787066 3588005888 842849 4089446400 4194304 7136930 140736390054544 18446744073709551615 4221238 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22217/statm: 875978 842849 394 719 0 875257 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 3503912

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/197 22319
/proc/meminfo: memFree=27479952/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=3521408 CPUtime=1722.32
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 903198 0 0 0 164876 7356 0 0 25 0 1 0 162787066 3605921792 847145 4089446400 4194304 7136930 140736390054544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22217/statm: 880352 847145 394 719 0 879631 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 3521408

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/197 22321
/proc/meminfo: memFree=27404516/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=3568924 CPUtime=1782.33
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 914897 0 0 0 170841 7392 0 0 25 0 1 0 162787066 3654578176 858844 4089446400 4194304 7136930 140736390054544 18446744073709551615 4208920 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22217/statm: 892231 858844 394 719 0 891510 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 3568924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.04 3/197 22321
/proc/meminfo: memFree=27398932/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=3569056 CPUtime=1800.04
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 914907 0 0 0 172604 7400 0 0 25 0 1 0 162787066 3654713344 858854 4089446400 4194304 7136930 140736390054544 18446744073709551615 4999960 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22217/statm: 892264 858854 394 719 0 891543 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 3569056

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -22217

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.04 3/198 22322
/proc/meminfo: memFree=27397560/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=3569056 CPUtime=1801.43
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 914912 0 0 0 172743 7400 0 0 19 0 1 0 162787066 3654713344 858859 4089446400 4194304 7136930 140736390054544 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22217/statm: 892264 858859 399 719 0 891543 0
Current children cumulated CPU time (s) 1801.43
Current children cumulated vsize (KiB) 3569056

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.04 3/198 22322
/proc/meminfo: memFree=27397560/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=3569056 CPUtime=1801.84
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 914912 0 0 0 172784 7400 0 0 20 0 1 0 162787066 3654713344 858859 4089446400 4194304 7136930 140736390054544 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22217/statm: 892264 858859 399 719 0 891543 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 3569056

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.04 3/198 22322
/proc/meminfo: memFree=27397560/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=3569056 CPUtime=1802.03
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4202496 914912 0 0 0 172803 7400 0 0 21 0 1 0 162787066 3654713344 858859 4089446400 4194304 7136930 140736390054544 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22217/statm: 892264 858859 399 719 0 891543 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 3569056

[startup+1802.1 s]
/proc/loadavg: 2.00 2.00 2.04 3/198 22322
/proc/meminfo: memFree=27397560/32950940 swapFree=67111528/67111528
[pid=22217] ppid=22215 vsize=0 CPUtime=1802.13
/proc/22217/stat : 22217 (pbscip.linux.x8) R 22215 22217 20946 0 -1 4203524 914912 0 0 0 172804 7409 0 0 21 0 1 0 162787066 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/22217/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.12
CPU time (s): 1802.15
CPU user time (s): 1728.05
CPU system time (s): 74.1087
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3569056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1728.05
system time used= 74.1087
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 914912
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 2500

runsolver used 2.95555 second user time and 6.12807 second system time

The end

Launcher Data

Begin job on node117 at 2010-06-30 11:59:13
IDJOB=2693772
IDBENCH=78711
IDSOLVER=1206
FILE ID=node117/2693772-1277891953
PBS_JOBID= 11197119
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-31-30--soft-33-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-2693772-1277891953/watcher-2693772-1277891953 -o /tmp/evaluation-result-2693772-1277891953/solver-2693772-1277891953 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693772-1277891953.wbo -t 1800 -m 3800

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

MD5SUM BENCH= b618f143f0ce2a95508bc08f0990c2c8
RANDOM SEED=1392098089

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      31717184 kB
Buffers:        176076 kB
Cached:         844336 kB
SwapCached:          0 kB
Active:         520460 kB
Inactive:       571688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      31717184 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3196 kB
Writeback:           0 kB
AnonPages:       71280 kB
Mapped:          15916 kB
Slab:            77120 kB
PageTables:       5048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   214832 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node117 at 2010-06-30 12:29:16