Trace number 2693989

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 solverMSAT (MO) 1555.86 1555.83

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl30_31_pb.cnf.cr--soft-0-100-0.wbo
MD5SUM67b20cf3e4322ffbf404f0fb862124f3
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.099984
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1860
Total number of constraints122
Number of soft constraints122
Number of constraints which are clauses62
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint31
Top cost 5869
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5868
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-2693989-1277920339.wbo>
0.00/0.01	c original problem has 2104 variables (1982 bin, 0 int, 0 impl, 122 cont) and 245 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.01/0.01	o 5868
0.01/0.01	c feasible solution found by trivial heuristic, objective value  5.868000e+03
0.01/0.01	c presolving:
0.01/0.01	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 122 impls, 0 clqs
0.01/0.02	c (round 2) 0 del vars, 1 del conss, 122 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 122 impls, 0 clqs
0.01/0.02	c    (0.0s) probing: 101/1982 (5.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.01/0.02	c presolving (3 rounds):
0.01/0.02	c  0 deleted vars, 1 deleted constraints, 122 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.02	c  122 implications, 0 cliques
0.01/0.02	c presolved problem has 2104 variables (1982 bin, 0 int, 0 impl, 122 cont) and 244 constraints
0.01/0.02	c     122 constraints of type <indicator>
0.01/0.02	c     122 constraints of type <linear>
0.01/0.02	c transformed objective value is always integral (scale: 1)
0.01/0.02	c Presolving Time: 0.02
0.01/0.02	c - non default parameters ----------------------------------------------------------------------
0.01/0.02	c # SCIP version 1.2.1.2
0.01/0.02	c 
0.01/0.02	c # frequency for displaying node information lines
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.02	c display/freq = 10000
0.01/0.02	c 
0.01/0.02	c # maximal time in seconds to run
0.01/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.02	c limits/time = 1800
0.01/0.02	c 
0.01/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.02	c limits/memory = 3420
0.01/0.02	c 
0.01/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.02	c lp/solvefreq = -1
0.01/0.02	c 
0.01/0.02	c # should presolving try to simplify inequalities
0.01/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.02	c constraints/linear/simplifyinequalities = TRUE
0.01/0.02	c 
0.01/0.02	c # should presolving try to simplify knapsacks
0.01/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.02	c 
0.01/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.02	c separating/rapidlearning/freq = 0
0.01/0.02	c 
0.01/0.02	c -----------------------------------------------------------------------------------------------
0.01/0.02	c start solving
0.01/0.03	c 
0.01/0.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.01/0.03	c t 0.0s|     1 |     2 |     0 |     - |4135k|   0 |   - |2104 | 244 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1.30/1.34	c   1.3s| 10000 |  9934 |     0 |   0.0 |7833k|1266 |   - |2104 | 568 |   0 |   0 |   0 | 324 |   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
2.70/2.72	c   2.6s| 20000 | 19852 |     0 |   0.0 |  10M|1266 |   - |2104 | 976 |   0 |   0 |   0 | 732 |   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
4.09/4.14	c   4.0s| 30000 | 29752 |     0 |   0.0 |  14M|1266 |   - |2104 |1457 |   0 |   0 |   0 |1237 |   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
5.49/5.56	c   5.3s| 40000 | 39652 |     0 |   0.0 |  17M|1266 |   - |2104 |1721 |   0 |   0 |   0 |1737 |   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
6.89/6.97	c   6.6s| 50000 | 49544 |     0 |   0.0 |  20M|1266 |   - |2104 |1899 |   0 |   0 |   0 |2277 |   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
8.29/8.37	c   8.0s| 60000 | 59440 |     0 |   0.0 |  23M|1266 |   - |2104 |1899 |   0 |   0 |   0 |2797 |   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
9.69/9.76	c   9.3s| 70000 | 69324 |     0 |   0.0 |  25M|1266 |   - |2104 |1912 |   0 |   0 |   0 |3377 |   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
11.09/11.14	c  10.7s| 80000 | 79192 |     0 |   0.0 |  28M|1266 |   - |2104 |2106 |   0 |   0 |   0 |4037 |   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
12.39/12.48	c  12.0s| 90000 | 89090 |     0 |   0.0 |  31M|1266 |   - |2104 |2128 |   0 |   0 |   0 |4547 |   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
13.79/13.81	c  13.2s|100000 | 98980 |     0 |   0.0 |  34M|1266 |   - |2104 |2296 |   0 |   0 |   0 |5097 |   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
15.09/15.14	c  14.5s|110000 |108846 |     0 |   0.0 |  37M|1266 |   - |2104 |2618 |   0 |   0 |   0 |5767 |   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
16.39/16.44	c  15.7s|120000 |118712 |     0 |   0.0 |  40M|1266 |   - |2104 |2977 |   0 |   0 |   0 |6437 |   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
17.68/17.71	c  16.9s|130000 |128580 |     0 |   0.0 |  43M|1266 |   - |2104 |3384 |   0 |   0 |   0 |7097 |   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
18.88/18.95	c  18.1s|140000 |138438 |     0 |   0.0 |  46M|1266 |   - |2104 |3781 |   0 |   0 |   0 |7807 |   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
20.08/20.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
20.08/20.16	c  19.3s|150000 |148276 |     0 |   0.0 |  49M|1266 |   - |2104 |4273 |   0 |   0 |   0 |8617 |   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
21.29/21.35	c  20.4s|160000 |158098 |     0 |   0.0 |  52M|1266 |   - |2104 |4856 |   0 |   0 |   0 |9507 |   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
22.39/22.49	c  21.5s|170000 |167914 |     0 |   0.0 |  56M|1266 |   - |2104 |5549 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
23.48/23.59	c  22.6s|180000 |177734 |     0 |   0.0 |  59M|1266 |   - |2104 |6253 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
24.58/24.65	c  23.6s|190000 |187538 |     0 |   0.0 |  62M|1266 |   - |2104 |7008 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
25.58/25.68	c  24.6s|200000 |197324 |     0 |   0.0 |  66M|1266 |   - |2104 |7928 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
26.58/26.69	c  25.5s|210000 |207036 |     0 |   0.0 |  69M|1266 |   - |2104 |9260 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
27.58/27.65	c  26.4s|220000 |216718 |     0 |   0.0 |  73M|1266 |   - |2104 |  10k|   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
28.49/28.56	c  27.2s|230000 |226350 |     0 |   0.0 |  77M|1266 |   - |2104 |  12k|   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
29.38/29.44	c  28.1s|240000 |235904 |     0 |   0.0 |  82M|1266 |   - |2104 |  14k|   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
30.29/30.33	c  28.9s|250000 |245198 |     0 |   0.0 |  87M|1266 |   - |2104 |  18k|   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
31.90/31.93	c  30.4s|260000 |254184 |     0 |   0.0 |  93M|1266 |   - |2104 |6300 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
33.29/33.36	c  31.8s|270000 |264095 |     0 |   0.0 |  94M|1266 |   - |2104 | 797 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
34.69/34.77	c  33.2s|280000 |274020 |     0 |   0.0 |  96M|1266 |   - |2104 | 830 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
36.08/36.20	c  34.6s|290000 |283916 |     0 |   0.0 |  99M|1266 |   - |2104 | 868 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
37.59/37.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
37.59/37.62	c  35.9s|300000 |293828 |     0 |   0.0 | 102M|1266 |   - |2104 | 871 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
38.99/39.05	c  37.3s|310000 |303744 |     0 |   0.0 | 105M|1266 |   - |2104 | 868 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
40.38/40.49	c  38.7s|320000 |313654 |     0 |   0.0 | 107M|1266 |   - |2104 | 897 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
41.89/41.93	c  40.1s|330000 |323560 |     0 |   0.0 | 110M|1266 |   - |2104 | 887 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
43.29/43.37	c  41.5s|340000 |333462 |     0 |   0.0 | 113M|1266 |   - |2104 | 820 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
44.78/44.81	c  42.9s|350000 |343370 |     0 |   0.0 | 116M|1266 |   - |2104 | 821 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
46.19/46.24	c  44.2s|360000 |353279 |     0 |   0.0 | 119M|1266 |   - |2104 | 824 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
47.58/47.67	c  45.6s|370000 |363197 |     0 |   0.0 | 121M|1266 |   - |2104 | 780 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
49.09/49.10	c  47.0s|380000 |373109 |     0 |   0.0 | 124M|1266 |   - |2104 | 762 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
50.49/50.55	c  48.4s|390000 |383015 |     0 |   0.0 | 127M|1266 |   - |2104 | 777 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
51.89/51.99	c  49.8s|400000 |392927 |     0 |   0.0 | 130M|1266 |   - |2104 | 773 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
53.39/53.43	c  51.1s|410000 |402850 |     0 |   0.0 | 133M|1266 |   - |2104 | 766 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
54.78/54.88	c  52.5s|420000 |412756 |     0 |   0.0 | 135M|1266 |   - |2104 | 777 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
56.29/56.32	c  53.9s|430000 |422654 |     0 |   0.0 | 138M|1266 |   - |2104 | 805 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
57.68/57.78	c  55.3s|440000 |432546 |     0 |   0.0 | 141M|1266 |   - |2104 | 832 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
59.19/59.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
59.19/59.21	c  56.7s|450000 |442458 |     0 |   0.0 | 144M|1266 |   - |2104 | 785 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
60.59/60.64	c  58.1s|460000 |452382 |     0 |   0.0 | 146M|1266 |   - |2104 | 786 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
61.99/62.08	c  59.5s|470000 |462290 |     0 |   0.0 | 149M|1266 |   - |2104 | 784 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
63.48/63.53	c  60.9s|480000 |472197 |     0 |   0.0 | 152M|1266 |   - |2104 | 808 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
64.89/64.97	c  62.3s|490000 |482109 |     0 |   0.0 | 155M|1266 |   - |2104 | 795 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
66.38/66.40	c  63.6s|500000 |492029 |     0 |   0.0 | 158M|1266 |   - |2104 | 784 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
67.78/67.84	c  65.0s|510000 |501940 |     0 |   0.0 | 160M|1266 |   - |2104 | 787 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
69.19/69.29	c  66.4s|520000 |511842 |     0 |   0.0 | 163M|1266 |   - |2104 | 869 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
70.69/70.72	c  67.8s|530000 |521760 |     0 |   0.0 | 166M|1266 |   - |2104 | 817 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
72.08/72.16	c  69.2s|540000 |531672 |     0 |   0.0 | 169M|1266 |   - |2104 | 820 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
73.59/73.61	c  70.5s|550000 |541580 |     0 |   0.0 | 171M|1266 |   - |2104 | 820 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
74.99/75.05	c  72.0s|560000 |551486 |     0 |   0.0 | 174M|1266 |   - |2104 | 844 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
76.49/76.50	c  73.4s|570000 |561384 |     0 |   0.0 | 177M|1266 |   - |2104 | 902 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
77.89/77.94	c  74.8s|580000 |571307 |     0 |   0.0 | 180M|1266 |   - |2104 | 852 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
79.28/79.37	c  76.1s|590000 |581211 |     0 |   0.0 | 182M|1266 |   - |2104 | 892 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
80.78/80.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
80.78/80.82	c  77.5s|600000 |591125 |     0 |   0.0 | 185M|1266 |   - |2104 | 852 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
82.18/82.25	c  78.9s|610000 |601033 |     0 |   0.0 | 188M|1266 |   - |2104 | 875 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
83.69/83.70	c  80.3s|620000 |610945 |     0 |   0.0 | 191M|1266 |   - |2104 | 881 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
85.09/85.13	c  81.7s|630000 |620872 |     0 |   0.0 | 193M|1266 |   - |2104 | 844 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
86.48/86.57	c  83.0s|640000 |630787 |     0 |   0.0 | 196M|1266 |   - |2104 | 873 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
87.99/88.02	c  84.5s|650000 |640692 |     0 |   0.0 | 199M|1266 |   - |2104 | 865 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
89.39/89.46	c  85.8s|660000 |650612 |     0 |   0.0 | 202M|1266 |   - |2104 | 844 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
90.88/90.90	c  87.2s|670000 |660522 |     0 |   0.0 | 205M|1266 |   - |2104 | 826 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
92.29/92.35	c  88.6s|680000 |670436 |     0 |   0.0 | 207M|1266 |   - |2104 | 860 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
93.69/93.79	c  90.0s|690000 |680334 |     0 |   0.0 | 210M|1266 |   - |2104 | 864 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
95.18/95.23	c  91.4s|700000 |690245 |     0 |   0.0 | 213M|1266 |   - |2104 | 885 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
96.59/96.67	c  92.8s|710000 |700161 |     0 |   0.0 | 216M|1266 |   - |2104 | 850 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
98.09/98.11	c  94.1s|720000 |710075 |     0 |   0.0 | 218M|1266 |   - |2104 | 885 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
99.49/99.56	c  95.5s|730000 |719983 |     0 |   0.0 | 221M|1266 |   - |2104 | 873 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
100.88/100.99	c  96.9s|740000 |729897 |     0 |   0.0 | 224M|1266 |   - |2104 | 866 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
102.39/102.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
102.39/102.44	c  98.3s|750000 |739805 |     0 |   0.0 | 227M|1266 |   - |2104 | 865 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
103.79/103.88	c  99.7s|760000 |749725 |     0 |   0.0 | 230M|1266 |   - |2104 | 843 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
105.29/105.32	c   101s|770000 |759623 |     0 |   0.0 | 232M|1266 |   - |2104 | 928 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
106.70/106.78	c   102s|780000 |769532 |     0 |   0.0 | 235M|1266 |   - |2104 | 894 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
108.19/108.24	c   104s|790000 |779431 |     0 |   0.0 | 238M|1266 |   - |2104 | 913 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
109.59/109.68	c   105s|800000 |789344 |     0 |   0.0 | 241M|1266 |   - |2104 | 906 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
111.10/111.13	c   107s|810000 |799258 |     0 |   0.0 | 243M|1266 |   - |2104 | 885 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
112.49/112.56	c   108s|820000 |809168 |     0 |   0.0 | 246M|1266 |   - |2104 | 921 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
113.99/114.01	c   109s|830000 |819087 |     0 |   0.0 | 249M|1266 |   - |2104 | 940 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
115.40/115.45	c   111s|840000 |829007 |     0 |   0.0 | 252M|1266 |   - |2104 | 904 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
116.78/116.89	c   112s|850000 |838909 |     0 |   0.0 | 254M|1266 |   - |2104 | 950 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
118.29/118.35	c   114s|860000 |848809 |     0 |   0.0 | 257M|1266 |   - |2104 | 959 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
119.69/119.80	c   115s|870000 |858706 |     0 |   0.0 | 260M|1266 |   - |2104 |1030 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
121.18/121.26	c   116s|880000 |868615 |     0 |   0.0 | 263M|1266 |   - |2104 |1013 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
122.69/122.70	c   118s|890000 |878527 |     0 |   0.0 | 265M|1266 |   - |2104 | 959 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
124.08/124.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
124.08/124.14	c   119s|900000 |888440 |     0 |   0.0 | 268M|1266 |   - |2104 |1006 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
125.49/125.59	c   121s|910000 |898352 |     0 |   0.0 | 271M|1266 |   - |2104 | 978 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
126.99/127.04	c   122s|920000 |908258 |     0 |   0.0 | 274M|1266 |   - |2104 |1014 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
128.38/128.48	c   123s|930000 |918171 |     0 |   0.0 | 277M|1266 |   - |2104 |1019 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
129.89/129.94	c   125s|940000 |928077 |     0 |   0.0 | 279M|1266 |   - |2104 |1022 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
131.29/131.39	c   126s|950000 |937991 |     0 |   0.0 | 282M|1266 |   - |2104 |1011 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
132.79/132.85	c   128s|960000 |947887 |     0 |   0.0 | 285M|1266 |   - |2104 |1047 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
134.29/134.30	c   129s|970000 |957791 |     0 |   0.0 | 288M|1266 |   - |2104 |1042 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
135.69/135.74	c   130s|980000 |967693 |     0 |   0.0 | 290M|1266 |   - |2104 |1079 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
137.09/137.18	c   132s|990000 |977603 |     0 |   0.0 | 293M|1266 |   - |2104 |1087 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
138.59/138.62	c   133s|  1000k|987517 |     0 |   0.0 | 296M|1266 |   - |2104 |1070 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
139.99/140.08	c   135s|  1010k|997425 |     0 |   0.0 | 299M|1266 |   - |2104 |1086 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
141.48/141.52	c   136s|  1020k|  1007k|     0 |   0.0 | 301M|1266 |   - |2104 |1143 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
142.89/142.97	c   137s|  1030k|  1017k|     0 |   0.0 | 304M|1266 |   - |2104 |1058 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
144.39/144.41	c   139s|  1040k|  1027k|     0 |   0.0 | 307M|1266 |   - |2104 |1127 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
145.79/145.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
145.79/145.85	c   140s|  1050k|  1037k|     0 |   0.0 | 310M|1266 |   - |2104 |1127 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
147.19/147.30	c   142s|  1060k|  1046k|     0 |   0.0 | 313M|1266 |   - |2104 |1064 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
148.69/148.75	c   143s|  1070k|  1056k|     0 |   0.0 | 315M|1266 |   - |2104 |1119 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
150.09/150.19	c   144s|  1080k|  1066k|     0 |   0.0 | 318M|1266 |   - |2104 |1102 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
151.59/151.65	c   146s|  1090k|  1076k|     0 |   0.0 | 321M|1266 |   - |2104 |1169 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
153.09/153.11	c   147s|  1100k|  1086k|     0 |   0.0 | 324M|1266 |   - |2104 |1204 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
154.49/154.56	c   148s|  1110k|  1096k|     0 |   0.0 | 326M|1266 |   - |2104 |1193 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
155.99/156.00	c   150s|  1120k|  1106k|     0 |   0.0 | 329M|1266 |   - |2104 |1124 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
157.39/157.44	c   151s|  1130k|  1116k|     0 |   0.0 | 332M|1266 |   - |2104 |1162 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
158.79/158.88	c   153s|  1140k|  1126k|     0 |   0.0 | 335M|1266 |   - |2104 |1170 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
160.29/160.32	c   154s|  1150k|  1136k|     0 |   0.0 | 338M|1266 |   - |2104 |1120 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
161.69/161.77	c   155s|  1160k|  1145k|     0 |   0.0 | 340M|1266 |   - |2104 |1172 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
163.19/163.21	c   157s|  1170k|  1155k|     0 |   0.0 | 343M|1266 |   - |2104 |1152 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
164.59/164.66	c   158s|  1180k|  1165k|     0 |   0.0 | 346M|1266 |   - |2104 |1089 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
166.09/166.11	c   160s|  1190k|  1175k|     0 |   0.0 | 349M|1266 |   - |2104 |1043 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
167.48/167.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
167.48/167.55	c   161s|  1200k|  1185k|     0 |   0.0 | 351M|1266 |   - |2104 |1066 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
168.99/169.00	c   162s|  1210k|  1195k|     0 |   0.0 | 354M|1266 |   - |2104 |1009 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
170.39/170.44	c   164s|  1220k|  1205k|     0 |   0.0 | 357M|1266 |   - |2104 |1045 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
171.78/171.89	c   165s|  1230k|  1215k|     0 |   0.0 | 360M|1266 |   - |2104 |1071 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
173.29/173.33	c   167s|  1240k|  1225k|     0 |   0.0 | 362M|1266 |   - |2104 |1059 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
174.69/174.78	c   168s|  1250k|  1235k|     0 |   0.0 | 365M|1266 |   - |2104 |1064 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
176.19/176.23	c   169s|  1260k|  1245k|     0 |   0.0 | 368M|1266 |   - |2104 |1088 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
177.59/177.68	c   171s|  1270k|  1254k|     0 |   0.0 | 371M|1266 |   - |2104 |1105 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
179.09/179.12	c   172s|  1280k|  1264k|     0 |   0.0 | 373M|1266 |   - |2104 |1086 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
180.49/180.57	c   174s|  1290k|  1274k|     0 |   0.0 | 376M|1266 |   - |2104 |1124 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
181.99/182.01	c   175s|  1300k|  1284k|     0 |   0.0 | 379M|1266 |   - |2104 |1163 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
183.39/183.44	c   176s|  1310k|  1294k|     0 |   0.0 | 382M|1266 |   - |2104 |1139 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
184.79/184.89	c   178s|  1320k|  1304k|     0 |   0.0 | 384M|1266 |   - |2104 |1082 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
186.29/186.33	c   179s|  1330k|  1314k|     0 |   0.0 | 387M|1266 |   - |2104 |1082 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
187.69/187.78	c   180s|  1340k|  1324k|     0 |   0.0 | 390M|1266 |   - |2104 |1097 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
189.19/189.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
189.19/189.24	c   182s|  1350k|  1334k|     0 |   0.0 | 393M|1266 |   - |2104 |1070 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
190.59/190.68	c   183s|  1360k|  1344k|     0 |   0.0 | 396M|1266 |   - |2104 |1061 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
192.09/192.13	c   185s|  1370k|  1353k|     0 |   0.0 | 398M|1266 |   - |2104 |1132 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
193.50/193.57	c   186s|  1380k|  1363k|     0 |   0.0 | 401M|1266 |   - |2104 |1094 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
194.98/195.01	c   187s|  1390k|  1373k|     0 |   0.0 | 404M|1266 |   - |2104 |1047 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
196.38/196.45	c   189s|  1400k|  1383k|     0 |   0.0 | 407M|1266 |   - |2104 |1063 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
197.90/197.91	c   190s|  1410k|  1393k|     0 |   0.0 | 409M|1266 |   - |2104 |1120 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
199.29/199.34	c   192s|  1420k|  1403k|     0 |   0.0 | 412M|1266 |   - |2104 |1144 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
200.79/200.81	c   193s|  1430k|  1413k|     0 |   0.0 | 415M|1266 |   - |2104 |1089 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
202.19/202.26	c   194s|  1440k|  1423k|     0 |   0.0 | 418M|1266 |   - |2104 |1163 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
203.69/203.70	c   196s|  1450k|  1433k|     0 |   0.0 | 420M|1266 |   - |2104 |1134 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
205.09/205.15	c   197s|  1460k|  1443k|     0 |   0.0 | 423M|1266 |   - |2104 |1100 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
206.48/206.60	c   199s|  1470k|  1452k|     0 |   0.0 | 426M|1266 |   - |2104 |1191 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
207.98/208.03	c   200s|  1480k|  1462k|     0 |   0.0 | 429M|1266 |   - |2104 |1163 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
209.39/209.48	c   201s|  1490k|  1472k|     0 |   0.0 | 431M|1266 |   - |2104 |1189 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
210.88/210.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
210.88/210.92	c   203s|  1500k|  1482k|     0 |   0.0 | 434M|1266 |   - |2104 |1164 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
212.29/212.37	c   204s|  1510k|  1492k|     0 |   0.0 | 437M|1266 |   - |2104 |1200 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
213.79/213.82	c   206s|  1520k|  1502k|     0 |   0.0 | 440M|1266 |   - |2104 |1233 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
215.19/215.27	c   207s|  1530k|  1512k|     0 |   0.0 | 442M|1266 |   - |2104 |1264 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
216.69/216.73	c   208s|  1540k|  1522k|     0 |   0.0 | 445M|1266 |   - |2104 |1197 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
218.08/218.19	c   210s|  1550k|  1532k|     0 |   0.0 | 448M|1266 |   - |2104 |1219 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
219.59/219.63	c   211s|  1560k|  1542k|     0 |   0.0 | 451M|1266 |   - |2104 |1186 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
220.99/221.08	c   213s|  1570k|  1552k|     0 |   0.0 | 454M|1266 |   - |2104 |1142 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
222.49/222.51	c   214s|  1580k|  1561k|     0 |   0.0 | 456M|1266 |   - |2104 |1152 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
223.89/223.96	c   215s|  1590k|  1571k|     0 |   0.0 | 459M|1266 |   - |2104 |1177 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
225.40/225.40	c   217s|  1600k|  1581k|     0 |   0.0 | 462M|1266 |   - |2104 |1175 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
226.79/226.83	c   218s|  1610k|  1591k|     0 |   0.0 | 465M|1266 |   - |2104 |1121 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
228.19/228.27	c   220s|  1620k|  1601k|     0 |   0.0 | 467M|1266 |   - |2104 |1156 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
229.69/229.71	c   221s|  1630k|  1611k|     0 |   0.0 | 470M|1266 |   - |2104 |1152 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
231.09/231.15	c   222s|  1640k|  1621k|     0 |   0.0 | 473M|1266 |   - |2104 |1100 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
232.49/232.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
232.49/232.59	c   224s|  1650k|  1631k|     0 |   0.0 | 476M|1266 |   - |2104 |1121 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
233.98/234.04	c   225s|  1660k|  1641k|     0 |   0.0 | 478M|1266 |   - |2104 |1171 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
235.39/235.48	c   226s|  1670k|  1651k|     0 |   0.0 | 481M|1266 |   - |2104 |1160 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
236.89/236.93	c   228s|  1680k|  1661k|     0 |   0.0 | 484M|1266 |   - |2104 |1169 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
238.29/238.36	c   229s|  1690k|  1670k|     0 |   0.0 | 487M|1266 |   - |2104 |1166 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
239.70/239.79	c   231s|  1700k|  1680k|     0 |   0.0 | 489M|1266 |   - |2104 |1213 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
241.19/241.26	c   232s|  1710k|  1690k|     0 |   0.0 | 492M|1266 |   - |2104 |1250 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
242.69/242.70	c   233s|  1720k|  1700k|     0 |   0.0 | 495M|1266 |   - |2104 |1195 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
244.09/244.13	c   235s|  1730k|  1710k|     0 |   0.0 | 498M|1266 |   - |2104 |1200 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
245.49/245.59	c   236s|  1740k|  1720k|     0 |   0.0 | 500M|1266 |   - |2104 |1181 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
246.99/247.04	c   238s|  1750k|  1730k|     0 |   0.0 | 503M|1266 |   - |2104 |1261 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
248.39/248.49	c   239s|  1760k|  1740k|     0 |   0.0 | 506M|1266 |   - |2104 |1217 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
249.89/249.93	c   240s|  1770k|  1750k|     0 |   0.0 | 509M|1266 |   - |2104 |1173 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
251.28/251.37	c   242s|  1780k|  1760k|     0 |   0.0 | 512M|1266 |   - |2104 |1256 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
252.79/252.83	c   243s|  1790k|  1769k|     0 |   0.0 | 514M|1266 |   - |2104 |1281 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
254.19/254.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
254.19/254.28	c   245s|  1800k|  1779k|     0 |   0.0 | 517M|1266 |   - |2104 |1211 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
255.69/255.72	c   246s|  1810k|  1789k|     0 |   0.0 | 520M|1266 |   - |2104 |1189 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
257.08/257.16	c   247s|  1820k|  1799k|     0 |   0.0 | 523M|1266 |   - |2104 |1260 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
258.59/258.61	c   249s|  1830k|  1809k|     0 |   0.0 | 525M|1266 |   - |2104 |1282 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
259.99/260.05	c   250s|  1840k|  1819k|     0 |   0.0 | 528M|1266 |   - |2104 |1166 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
261.38/261.49	c   252s|  1850k|  1829k|     0 |   0.0 | 531M|1266 |   - |2104 |1244 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
262.90/262.92	c   253s|  1860k|  1839k|     0 |   0.0 | 534M|1266 |   - |2104 |1224 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
264.29/264.38	c   254s|  1870k|  1849k|     0 |   0.0 | 536M|1266 |   - |2104 |1271 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
265.79/265.81	c   256s|  1880k|  1859k|     0 |   0.0 | 539M|1266 |   - |2104 |1272 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
267.20/267.26	c   257s|  1890k|  1868k|     0 |   0.0 | 542M|1266 |   - |2104 |1308 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
268.69/268.70	c   258s|  1900k|  1878k|     0 |   0.0 | 545M|1266 |   - |2104 |1313 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
270.09/270.14	c   260s|  1910k|  1888k|     0 |   0.0 | 548M|1266 |   - |2104 |1335 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
271.49/271.59	c   261s|  1920k|  1898k|     0 |   0.0 | 550M|1266 |   - |2104 |1369 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
272.99/273.04	c   263s|  1930k|  1908k|     0 |   0.0 | 553M|1266 |   - |2104 |1378 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
274.39/274.48	c   264s|  1940k|  1918k|     0 |   0.0 | 556M|1266 |   - |2104 |1359 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
275.88/275.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
275.88/275.93	c   265s|  1950k|  1928k|     0 |   0.0 | 559M|1266 |   - |2104 |1392 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
277.29/277.37	c   267s|  1960k|  1938k|     0 |   0.0 | 561M|1266 |   - |2104 |1402 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
278.79/278.81	c   268s|  1970k|  1948k|     0 |   0.0 | 564M|1266 |   - |2104 |1305 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
280.19/280.23	c   270s|  1980k|  1958k|     0 |   0.0 | 567M|1266 |   - |2104 |1214 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
281.59/281.67	c   271s|  1990k|  1967k|     0 |   0.0 | 570M|1266 |   - |2104 |1229 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
283.09/283.12	c   272s|  2000k|  1977k|     0 |   0.0 | 572M|1266 |   - |2104 |1209 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
284.48/284.56	c   274s|  2010k|  1987k|     0 |   0.0 | 575M|1266 |   - |2104 |1137 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
285.99/286.00	c   275s|  2020k|  1997k|     0 |   0.0 | 578M|1266 |   - |2104 |1097 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
287.39/287.42	c   276s|  2030k|  2007k|     0 |   0.0 | 581M|1266 |   - |2104 |1121 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
288.79/288.88	c   278s|  2040k|  2017k|     0 |   0.0 | 583M|1266 |   - |2104 |1119 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
290.29/290.34	c   279s|  2050k|  2027k|     0 |   0.0 | 586M|1266 |   - |2104 |1110 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
291.69/291.78	c   281s|  2060k|  2037k|     0 |   0.0 | 589M|1266 |   - |2104 |1047 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
293.19/293.22	c   282s|  2070k|  2047k|     0 |   0.0 | 592M|1266 |   - |2104 |1063 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
294.58/294.66	c   283s|  2080k|  2057k|     0 |   0.0 | 595M|1266 |   - |2104 |1013 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
295.99/296.09	c   285s|  2090k|  2066k|     0 |   0.0 | 597M|1266 |   - |2104 |1008 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
297.48/297.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
297.48/297.53	c   286s|  2100k|  2076k|     0 |   0.0 | 600M|1266 |   - |2104 |1067 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
298.89/298.97	c   288s|  2110k|  2086k|     0 |   0.0 | 603M|1266 |   - |2104 |1089 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
300.39/300.40	c   289s|  2120k|  2096k|     0 |   0.0 | 606M|1266 |   - |2104 |1131 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
301.79/301.84	c   290s|  2130k|  2106k|     0 |   0.0 | 608M|1266 |   - |2104 |1181 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
303.19/303.28	c   292s|  2140k|  2116k|     0 |   0.0 | 611M|1266 |   - |2104 |1093 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
304.69/304.73	c   293s|  2150k|  2126k|     0 |   0.0 | 614M|1266 |   - |2104 |1094 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
306.09/306.15	c   294s|  2160k|  2136k|     0 |   0.0 | 617M|1266 |   - |2104 |1107 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
307.59/307.60	c   296s|  2170k|  2146k|     0 |   0.0 | 619M|1266 |   - |2104 |1153 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
308.99/309.03	c   297s|  2180k|  2156k|     0 |   0.0 | 622M|1266 |   - |2104 |1123 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
310.38/310.48	c   299s|  2190k|  2165k|     0 |   0.0 | 625M|1266 |   - |2104 |1126 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
311.89/311.91	c   300s|  2200k|  2175k|     0 |   0.0 | 628M|1266 |   - |2104 |1046 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
313.29/313.33	c   301s|  2210k|  2185k|     0 |   0.0 | 630M|1266 |   - |2104 |1061 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
314.68/314.77	c   303s|  2220k|  2195k|     0 |   0.0 | 633M|1266 |   - |2104 |1059 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
316.18/316.23	c   304s|  2230k|  2205k|     0 |   0.0 | 636M|1266 |   - |2104 |1115 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
317.59/317.67	c   306s|  2240k|  2215k|     0 |   0.0 | 639M|1266 |   - |2104 |1167 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
319.09/319.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
319.09/319.10	c   307s|  2250k|  2225k|     0 |   0.0 | 641M|1266 |   - |2104 |1191 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
320.49/320.53	c   308s|  2260k|  2235k|     0 |   0.0 | 644M|1266 |   - |2104 |1242 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
321.89/321.97	c   310s|  2270k|  2245k|     0 |   0.0 | 647M|1266 |   - |2104 |1230 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
323.39/323.41	c   311s|  2280k|  2255k|     0 |   0.0 | 650M|1266 |   - |2104 |1182 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
324.79/324.83	c   312s|  2290k|  2265k|     0 |   0.0 | 652M|1266 |   - |2104 |1175 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
326.18/326.26	c   314s|  2300k|  2274k|     0 |   0.0 | 655M|1266 |   - |2104 |1222 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
327.69/327.70	c   315s|  2310k|  2284k|     0 |   0.0 | 658M|1266 |   - |2104 |1186 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
329.09/329.16	c   317s|  2320k|  2294k|     0 |   0.0 | 661M|1266 |   - |2104 |1169 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
330.59/330.60	c   318s|  2330k|  2304k|     0 |   0.0 | 664M|1266 |   - |2104 |1308 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
331.99/332.03	c   319s|  2340k|  2314k|     0 |   0.0 | 666M|1266 |   - |2104 |1284 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
333.38/333.44	c   321s|  2350k|  2324k|     0 |   0.0 | 669M|1266 |   - |2104 |1325 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
334.79/334.87	c   322s|  2360k|  2334k|     0 |   0.0 | 672M|1266 |   - |2104 |1322 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
336.29/336.33	c   323s|  2370k|  2344k|     0 |   0.0 | 675M|1266 |   - |2104 |1298 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
337.69/337.77	c   325s|  2380k|  2354k|     0 |   0.0 | 677M|1266 |   - |2104 |1318 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
339.19/339.21	c   326s|  2390k|  2364k|     0 |   0.0 | 680M|1266 |   - |2104 |1368 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
340.59/340.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
340.59/340.65	c   328s|  2400k|  2373k|     0 |   0.0 | 683M|1266 |   - |2104 |1426 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
341.99/342.10	c   329s|  2410k|  2383k|     0 |   0.0 | 686M|1266 |   - |2104 |1388 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
343.48/343.55	c   330s|  2420k|  2393k|     0 |   0.0 | 688M|1266 |   - |2104 |1348 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
344.89/344.97	c   332s|  2430k|  2403k|     0 |   0.0 | 691M|1266 |   - |2104 |1289 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
346.28/346.39	c   333s|  2440k|  2413k|     0 |   0.0 | 694M|1266 |   - |2104 |1337 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
347.78/347.83	c   334s|  2450k|  2423k|     0 |   0.0 | 697M|1266 |   - |2104 |1329 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
349.19/349.28	c   336s|  2460k|  2433k|     0 |   0.0 | 699M|1266 |   - |2104 |1324 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
350.69/350.71	c   337s|  2470k|  2443k|     0 |   0.0 | 702M|1266 |   - |2104 |1336 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
352.09/352.13	c   339s|  2480k|  2453k|     0 |   0.0 | 705M|1266 |   - |2104 |1292 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
353.48/353.54	c   340s|  2490k|  2463k|     0 |   0.0 | 708M|1266 |   - |2104 |1300 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
354.89/354.99	c   341s|  2500k|  2472k|     0 |   0.0 | 711M|1266 |   - |2104 |1373 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
356.39/356.44	c   343s|  2510k|  2482k|     0 |   0.0 | 713M|1266 |   - |2104 |1341 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
357.79/357.87	c   344s|  2520k|  2492k|     0 |   0.0 | 716M|1266 |   - |2104 |1418 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
359.19/359.29	c   346s|  2530k|  2502k|     0 |   0.0 | 719M|1266 |   - |2104 |1341 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
360.70/360.71	c   347s|  2540k|  2512k|     0 |   0.0 | 721M|1266 |   - |2104 |1360 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
362.09/362.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
362.09/362.16	c   348s|  2550k|  2522k|     0 |   0.0 | 724M|1266 |   - |2104 |1445 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
363.59/363.60	c   350s|  2560k|  2532k|     0 |   0.0 | 727M|1266 |   - |2104 |1481 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
364.99/365.02	c   351s|  2570k|  2542k|     0 |   0.0 | 730M|1266 |   - |2104 |1486 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
366.38/366.46	c   352s|  2580k|  2552k|     0 |   0.0 | 733M|1266 |   - |2104 |1601 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
367.79/367.88	c   354s|  2590k|  2562k|     0 |   0.0 | 735M|1266 |   - |2104 |1562 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
369.28/369.32	c   355s|  2600k|  2571k|     0 |   0.0 | 738M|1266 |   - |2104 |1645 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
370.69/370.75	c   357s|  2610k|  2581k|     0 |   0.0 | 741M|1266 |   - |2104 |1640 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
372.09/372.17	c   358s|  2620k|  2591k|     0 |   0.0 | 744M|1266 |   - |2104 |1550 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
373.48/373.59	c   359s|  2630k|  2601k|     0 |   0.0 | 746M|1266 |   - |2104 |1578 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
374.99/375.02	c   361s|  2640k|  2611k|     0 |   0.0 | 749M|1266 |   - |2104 |1537 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
376.39/376.46	c   362s|  2650k|  2621k|     0 |   0.0 | 752M|1266 |   - |2104 |1468 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
377.88/377.90	c   363s|  2660k|  2631k|     0 |   0.0 | 755M|1266 |   - |2104 |1337 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
379.29/379.34	c   365s|  2670k|  2641k|     0 |   0.0 | 757M|1266 |   - |2104 |1390 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
380.69/380.77	c   366s|  2680k|  2651k|     0 |   0.0 | 760M|1266 |   - |2104 |1368 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
382.19/382.20	c   368s|  2690k|  2661k|     0 |   0.0 | 763M|1266 |   - |2104 |1365 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
383.59/383.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
383.59/383.65	c   369s|  2700k|  2670k|     0 |   0.0 | 766M|1266 |   - |2104 |1416 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
385.08/385.11	c   370s|  2710k|  2680k|     0 |   0.0 | 769M|1266 |   - |2104 |1502 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
386.49/386.54	c   372s|  2720k|  2690k|     0 |   0.0 | 771M|1266 |   - |2104 |1481 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
387.88/387.96	c   373s|  2730k|  2700k|     0 |   0.0 | 774M|1266 |   - |2104 |1522 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
389.30/389.39	c   375s|  2740k|  2710k|     0 |   0.0 | 777M|1266 |   - |2104 |1527 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
390.79/390.83	c   376s|  2750k|  2720k|     0 |   0.0 | 780M|1266 |   - |2104 |1533 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
392.19/392.27	c   377s|  2760k|  2730k|     0 |   0.0 | 782M|1266 |   - |2104 |1380 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
393.59/393.70	c   379s|  2770k|  2740k|     0 |   0.0 | 785M|1266 |   - |2104 |1455 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
395.09/395.12	c   380s|  2780k|  2750k|     0 |   0.0 | 788M|1266 |   - |2104 |1507 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
396.49/396.54	c   381s|  2790k|  2760k|     0 |   0.0 | 791M|1266 |   - |2104 |1458 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
397.99/398.00	c   383s|  2800k|  2769k|     0 |   0.0 | 793M|1266 |   - |2104 |1388 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
399.39/399.45	c   384s|  2810k|  2779k|     0 |   0.0 | 796M|1266 |   - |2104 |1334 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
400.89/400.91	c   386s|  2820k|  2789k|     0 |   0.0 | 799M|1266 |   - |2104 |1350 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
402.29/402.33	c   387s|  2830k|  2799k|     0 |   0.0 | 802M|1266 |   - |2104 |1423 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
403.70/403.76	c   388s|  2840k|  2809k|     0 |   0.0 | 804M|1266 |   - |2104 |1327 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
405.19/405.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
405.19/405.20	c   390s|  2850k|  2819k|     0 |   0.0 | 807M|1266 |   - |2104 |1329 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
406.59/406.65	c   391s|  2860k|  2829k|     0 |   0.0 | 810M|1266 |   - |2104 |1326 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
408.00/408.09	c   392s|  2870k|  2839k|     0 |   0.0 | 813M|1266 |   - |2104 |1373 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
409.49/409.51	c   394s|  2880k|  2849k|     0 |   0.0 | 816M|1266 |   - |2104 |1422 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
410.89/410.94	c   395s|  2890k|  2859k|     0 |   0.0 | 818M|1266 |   - |2104 |1462 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
412.29/412.35	c   397s|  2900k|  2868k|     0 |   0.0 | 821M|1266 |   - |2104 |1514 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
413.69/413.80	c   398s|  2910k|  2878k|     0 |   0.0 | 824M|1266 |   - |2104 |1388 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
415.19/415.24	c   399s|  2920k|  2888k|     0 |   0.0 | 827M|1266 |   - |2104 |1452 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
416.59/416.67	c   401s|  2930k|  2898k|     0 |   0.0 | 829M|1266 |   - |2104 |1491 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
418.09/418.10	c   402s|  2940k|  2908k|     0 |   0.0 | 832M|1266 |   - |2104 |1487 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
419.49/419.52	c   404s|  2950k|  2918k|     0 |   0.0 | 835M|1266 |   - |2104 |1552 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
420.89/420.98	c   405s|  2960k|  2928k|     0 |   0.0 | 838M|1266 |   - |2104 |1529 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
422.40/422.41	c   406s|  2970k|  2938k|     0 |   0.0 | 841M|1266 |   - |2104 |1447 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
423.79/423.84	c   408s|  2980k|  2948k|     0 |   0.0 | 843M|1266 |   - |2104 |1417 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
425.19/425.27	c   409s|  2990k|  2958k|     0 |   0.0 | 846M|1266 |   - |2104 |1339 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
426.59/426.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
426.59/426.69	c   410s|  3000k|  2967k|     0 |   0.0 | 849M|1266 |   - |2104 |1406 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
428.09/428.14	c   412s|  3010k|  2977k|     0 |   0.0 | 852M|1266 |   - |2104 |1391 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
429.59/429.61	c   413s|  3020k|  2987k|     0 |   0.0 | 854M|1266 |   - |2104 |1277 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
430.99/431.01	c   415s|  3030k|  2997k|     0 |   0.0 | 857M|1266 |   - |2104 |1264 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
432.39/432.46	c   416s|  3040k|  3007k|     0 |   0.0 | 860M|1266 |   - |2104 |1308 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
433.79/433.89	c   417s|  3050k|  3017k|     0 |   0.0 | 863M|1266 |   - |2104 |1425 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
435.29/435.32	c   419s|  3060k|  3027k|     0 |   0.0 | 865M|1266 |   - |2104 |1382 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
436.69/436.76	c   420s|  3070k|  3037k|     0 |   0.0 | 868M|1266 |   - |2104 |1444 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
438.09/438.19	c   421s|  3080k|  3047k|     0 |   0.0 | 871M|1266 |   - |2104 |1322 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
439.59/439.61	c   423s|  3090k|  3057k|     0 |   0.0 | 874M|1266 |   - |2104 |1362 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
440.99/441.03	c   424s|  3100k|  3066k|     0 |   0.0 | 876M|1266 |   - |2104 |1389 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
442.39/442.44	c   426s|  3110k|  3076k|     0 |   0.0 | 879M|1266 |   - |2104 |1441 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
443.79/443.89	c   427s|  3120k|  3086k|     0 |   0.0 | 882M|1266 |   - |2104 |1390 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
445.29/445.32	c   428s|  3130k|  3096k|     0 |   0.0 | 885M|1266 |   - |2104 |1468 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
446.69/446.73	c   430s|  3140k|  3106k|     0 |   0.0 | 887M|1266 |   - |2104 |1348 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
448.09/448.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
448.09/448.15	c   431s|  3150k|  3116k|     0 |   0.0 | 890M|1266 |   - |2104 |1416 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
449.49/449.56	c   432s|  3160k|  3126k|     0 |   0.0 | 893M|1266 |   - |2104 |1423 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
450.89/451.00	c   434s|  3170k|  3136k|     0 |   0.0 | 896M|1266 |   - |2104 |1488 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
452.39/452.43	c   435s|  3180k|  3146k|     0 |   0.0 | 899M|1266 |   - |2104 |1467 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
453.79/453.86	c   437s|  3190k|  3156k|     0 |   0.0 | 901M|1266 |   - |2104 |1469 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
455.19/455.28	c   438s|  3200k|  3165k|     0 |   0.0 | 904M|1266 |   - |2104 |1491 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
456.69/456.71	c   439s|  3210k|  3175k|     0 |   0.0 | 907M|1266 |   - |2104 |1559 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
458.09/458.16	c   441s|  3220k|  3185k|     0 |   0.0 | 910M|1266 |   - |2104 |1561 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
459.59/459.62	c   442s|  3230k|  3195k|     0 |   0.0 | 912M|1266 |   - |2104 |1452 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
460.99/461.05	c   444s|  3240k|  3205k|     0 |   0.0 | 915M|1266 |   - |2104 |1465 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
462.39/462.47	c   445s|  3250k|  3215k|     0 |   0.0 | 918M|1266 |   - |2104 |1470 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
463.89/463.90	c   446s|  3260k|  3225k|     0 |   0.0 | 921M|1266 |   - |2104 |1447 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
465.29/465.34	c   448s|  3270k|  3235k|     0 |   0.0 | 923M|1266 |   - |2104 |1507 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
466.69/466.76	c   449s|  3280k|  3245k|     0 |   0.0 | 926M|1266 |   - |2104 |1541 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
468.09/468.19	c   450s|  3290k|  3255k|     0 |   0.0 | 929M|1266 |   - |2104 |1385 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
469.60/469.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
469.60/469.61	c   452s|  3300k|  3264k|     0 |   0.0 | 932M|1266 |   - |2104 |1272 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
470.99/471.04	c   453s|  3310k|  3274k|     0 |   0.0 | 934M|1266 |   - |2104 |1333 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
472.39/472.46	c   454s|  3320k|  3284k|     0 |   0.0 | 937M|1266 |   - |2104 |1403 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
473.79/473.88	c   456s|  3330k|  3294k|     0 |   0.0 | 940M|1266 |   - |2104 |1430 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
475.29/475.32	c   457s|  3340k|  3304k|     0 |   0.0 | 943M|1266 |   - |2104 |1309 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
476.69/476.74	c   459s|  3350k|  3314k|     0 |   0.0 | 945M|1266 |   - |2104 |1346 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
478.09/478.17	c   460s|  3360k|  3324k|     0 |   0.0 | 948M|1266 |   - |2104 |1390 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
479.60/479.62	c   461s|  3370k|  3334k|     0 |   0.0 | 951M|1266 |   - |2104 |1495 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
480.99/481.05	c   463s|  3380k|  3344k|     0 |   0.0 | 954M|1266 |   - |2104 |1528 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
482.39/482.49	c   464s|  3390k|  3353k|     0 |   0.0 | 957M|1266 |   - |2104 |1509 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
483.90/483.92	c   466s|  3400k|  3363k|     0 |   0.0 | 959M|1266 |   - |2104 |1354 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
485.29/485.35	c   467s|  3410k|  3373k|     0 |   0.0 | 962M|1266 |   - |2104 |1362 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
486.69/486.77	c   468s|  3420k|  3383k|     0 |   0.0 | 965M|1266 |   - |2104 |1391 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
488.09/488.19	c   470s|  3430k|  3393k|     0 |   0.0 | 968M|1266 |   - |2104 |1441 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
489.59/489.61	c   471s|  3440k|  3403k|     0 |   0.0 | 971M|1266 |   - |2104 |1496 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
490.99/491.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
490.99/491.06	c   472s|  3450k|  3413k|     0 |   0.0 | 973M|1266 |   - |2104 |1314 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
492.39/492.49	c   474s|  3460k|  3423k|     0 |   0.0 | 976M|1266 |   - |2104 |1391 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
493.90/493.92	c   475s|  3470k|  3433k|     0 |   0.0 | 979M|1266 |   - |2104 |1392 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
495.29/495.36	c   477s|  3480k|  3443k|     0 |   0.0 | 982M|1266 |   - |2104 |1438 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
496.69/496.77	c   478s|  3490k|  3452k|     0 |   0.0 | 984M|1266 |   - |2104 |1522 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
498.20/498.20	c   479s|  3500k|  3462k|     0 |   0.0 | 987M|1266 |   - |2104 |1518 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
499.59/499.65	c   481s|  3510k|  3472k|     0 |   0.0 | 990M|1266 |   - |2104 |1545 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
501.09/501.10	c   482s|  3520k|  3482k|     0 |   0.0 | 993M|1266 |   - |2104 |1387 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
502.49/502.50	c   483s|  3530k|  3492k|     0 |   0.0 | 995M|1266 |   - |2104 |1439 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
503.89/503.94	c   485s|  3540k|  3502k|     0 |   0.0 | 998M|1266 |   - |2104 |1501 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
505.29/505.33	c   486s|  3550k|  3512k|     0 |   0.0 |1001M|1266 |   - |2104 |1488 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
506.69/506.76	c   488s|  3560k|  3522k|     0 |   0.0 |1004M|1266 |   - |2104 |1519 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
508.20/508.21	c   489s|  3570k|  3532k|     0 |   0.0 |1006M|1266 |   - |2104 |1534 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
509.59/509.62	c   490s|  3580k|  3541k|     0 |   0.0 |1009M|1266 |   - |2104 |1328 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
510.99/511.05	c   492s|  3590k|  3551k|     0 |   0.0 |1012M|1266 |   - |2104 |1375 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
512.39/512.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
512.39/512.47	c   493s|  3600k|  3561k|     0 |   0.0 |1015M|1266 |   - |2104 |1405 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
513.79/513.88	c   494s|  3610k|  3571k|     0 |   0.0 |1018M|1266 |   - |2104 |1417 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
515.29/515.31	c   496s|  3620k|  3581k|     0 |   0.0 |1020M|1266 |   - |2104 |1362 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
516.69/516.74	c   497s|  3630k|  3591k|     0 |   0.0 |1023M|1266 |   - |2104 |1419 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
518.09/518.17	c   498s|  3640k|  3601k|     0 |   0.0 |1026M|1266 |   - |2104 |1453 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
519.49/519.59	c   500s|  3650k|  3611k|     0 |   0.0 |1029M|1266 |   - |2104 |1464 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
520.99/521.00	c   501s|  3660k|  3621k|     0 |   0.0 |1031M|1266 |   - |2104 |1556 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
522.29/522.39	c   503s|  3670k|  3631k|     0 |   0.0 |1034M|1266 |   - |2104 |1641 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
523.79/523.83	c   504s|  3680k|  3640k|     0 |   0.0 |1037M|1266 |   - |2104 |1453 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
525.19/525.28	c   505s|  3690k|  3650k|     0 |   0.0 |1040M|1266 |   - |2104 |1483 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
526.69/526.70	c   507s|  3700k|  3660k|     0 |   0.0 |1043M|1266 |   - |2104 |1577 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
528.09/528.12	c   508s|  3710k|  3670k|     0 |   0.0 |1045M|1266 |   - |2104 |1602 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
529.49/529.55	c   509s|  3720k|  3680k|     0 |   0.0 |1048M|1266 |   - |2104 |1650 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
530.89/530.98	c   511s|  3730k|  3690k|     0 |   0.0 |1051M|1266 |   - |2104 |1710 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
532.39/532.44	c   512s|  3740k|  3700k|     0 |   0.0 |1054M|1266 |   - |2104 |1626 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
533.78/533.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
533.78/533.87	c   514s|  3750k|  3710k|     0 |   0.0 |1056M|1266 |   - |2104 |1544 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
535.29/535.30	c   515s|  3760k|  3720k|     0 |   0.0 |1059M|1266 |   - |2104 |1591 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
536.69/536.73	c   516s|  3770k|  3730k|     0 |   0.0 |1062M|1266 |   - |2104 |1635 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
538.09/538.17	c   518s|  3780k|  3739k|     0 |   0.0 |1065M|1266 |   - |2104 |1721 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
539.49/539.58	c   519s|  3790k|  3749k|     0 |   0.0 |1068M|1266 |   - |2104 |1724 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
540.99/541.04	c   520s|  3800k|  3759k|     0 |   0.0 |1070M|1266 |   - |2104 |1538 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
542.39/542.46	c   522s|  3810k|  3769k|     0 |   0.0 |1073M|1266 |   - |2104 |1533 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
543.78/543.89	c   523s|  3820k|  3779k|     0 |   0.0 |1076M|1266 |   - |2104 |1634 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
545.29/545.32	c   525s|  3830k|  3789k|     0 |   0.0 |1079M|1266 |   - |2104 |1648 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
546.70/546.74	c   526s|  3840k|  3799k|     0 |   0.0 |1081M|1266 |   - |2104 |1708 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
548.08/548.17	c   527s|  3850k|  3809k|     0 |   0.0 |1084M|1266 |   - |2104 |1697 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
549.59/549.60	c   529s|  3860k|  3819k|     0 |   0.0 |1087M|1266 |   - |2104 |1532 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
550.99/551.02	c   530s|  3870k|  3828k|     0 |   0.0 |1090M|1266 |   - |2104 |1460 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
552.39/552.44	c   531s|  3880k|  3838k|     0 |   0.0 |1092M|1266 |   - |2104 |1329 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
553.79/553.87	c   533s|  3890k|  3848k|     0 |   0.0 |1095M|1266 |   - |2104 |1395 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
555.29/555.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
555.29/555.30	c   534s|  3900k|  3858k|     0 |   0.0 |1098M|1266 |   - |2104 |1465 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
556.69/556.72	c   536s|  3910k|  3868k|     0 |   0.0 |1101M|1266 |   - |2104 |1464 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
558.19/558.20	c   537s|  3920k|  3878k|     0 |   0.0 |1103M|1266 |   - |2104 |1271 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
559.58/559.63	c   538s|  3930k|  3888k|     0 |   0.0 |1106M|1266 |   - |2104 |1339 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
561.00/561.06	c   540s|  3940k|  3898k|     0 |   0.0 |1109M|1266 |   - |2104 |1388 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
562.39/562.48	c   541s|  3950k|  3908k|     0 |   0.0 |1112M|1266 |   - |2104 |1393 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
563.88/563.90	c   543s|  3960k|  3918k|     0 |   0.0 |1115M|1266 |   - |2104 |1519 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
565.30/565.35	c   544s|  3970k|  3927k|     0 |   0.0 |1117M|1266 |   - |2104 |1549 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
566.79/566.80	c   545s|  3980k|  3937k|     0 |   0.0 |1120M|1266 |   - |2104 |1509 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
568.19/568.22	c   547s|  3990k|  3947k|     0 |   0.0 |1123M|1266 |   - |2104 |1430 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
569.59/569.67	c   548s|  4000k|  3957k|     0 |   0.0 |1126M|1266 |   - |2104 |1515 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
570.99/571.08	c   549s|  4010k|  3967k|     0 |   0.0 |1128M|1266 |   - |2104 |1508 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
572.49/572.50	c   551s|  4020k|  3977k|     0 |   0.0 |1131M|1266 |   - |2104 |1546 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
573.89/573.93	c   552s|  4030k|  3987k|     0 |   0.0 |1134M|1266 |   - |2104 |1621 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
575.29/575.36	c   554s|  4040k|  3997k|     0 |   0.0 |1137M|1266 |   - |2104 |1380 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
576.69/576.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
576.69/576.78	c   555s|  4050k|  4007k|     0 |   0.0 |1139M|1266 |   - |2104 |1365 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
578.19/578.21	c   556s|  4060k|  4016k|     0 |   0.0 |1142M|1266 |   - |2104 |1420 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
579.60/579.65	c   558s|  4070k|  4026k|     0 |   0.0 |1145M|1266 |   - |2104 |1473 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
580.99/581.09	c   559s|  4080k|  4036k|     0 |   0.0 |1148M|1266 |   - |2104 |1615 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
582.49/582.50	c   560s|  4090k|  4046k|     0 |   0.0 |1151M|1266 |   - |2104 |1495 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
583.89/583.94	c   562s|  4100k|  4056k|     0 |   0.0 |1153M|1266 |   - |2104 |1424 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
585.29/585.37	c   563s|  4110k|  4066k|     0 |   0.0 |1156M|1266 |   - |2104 |1455 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
586.79/586.81	c   565s|  4120k|  4076k|     0 |   0.0 |1159M|1266 |   - |2104 |1535 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
588.18/588.22	c   566s|  4130k|  4086k|     0 |   0.0 |1162M|1266 |   - |2104 |1544 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
589.59/589.62	c   567s|  4140k|  4096k|     0 |   0.0 |1165M|1266 |   - |2104 |1611 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
590.99/591.03	c   569s|  4150k|  4105k|     0 |   0.0 |1167M|1266 |   - |2104 |1620 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
592.39/592.46	c   570s|  4160k|  4115k|     0 |   0.0 |1170M|1266 |   - |2104 |1629 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
593.79/593.89	c   571s|  4170k|  4125k|     0 |   0.0 |1173M|1266 |   - |2104 |1486 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
595.29/595.33	c   573s|  4180k|  4135k|     0 |   0.0 |1176M|1266 |   - |2104 |1465 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
596.69/596.74	c   574s|  4190k|  4145k|     0 |   0.0 |1178M|1266 |   - |2104 |1512 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
598.09/598.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
598.09/598.16	c   575s|  4200k|  4155k|     0 |   0.0 |1181M|1266 |   - |2104 |1562 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
599.50/599.58	c   577s|  4210k|  4165k|     0 |   0.0 |1184M|1266 |   - |2104 |1566 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
600.99/601.03	c   578s|  4220k|  4175k|     0 |   0.0 |1187M|1266 |   - |2104 |1307 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
602.49/602.50	c   580s|  4230k|  4185k|     0 |   0.0 |1189M|1266 |   - |2104 |1197 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
603.90/603.94	c   581s|  4240k|  4194k|     0 |   0.0 |1192M|1266 |   - |2104 |1255 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
605.29/605.37	c   582s|  4250k|  4204k|     0 |   0.0 |1195M|1266 |   - |2104 |1344 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
606.69/606.77	c   584s|  4260k|  4214k|     0 |   0.0 |1198M|1266 |   - |2104 |1349 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
608.09/608.19	c   585s|  4270k|  4224k|     0 |   0.0 |1200M|1266 |   - |2104 |1389 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
609.59/609.62	c   586s|  4280k|  4234k|     0 |   0.0 |1203M|1266 |   - |2104 |1401 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
610.99/611.06	c   588s|  4290k|  4244k|     0 |   0.0 |1206M|1266 |   - |2104 |1507 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
612.49/612.51	c   589s|  4300k|  4254k|     0 |   0.0 |1209M|1266 |   - |2104 |1545 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
613.89/613.93	c   591s|  4310k|  4264k|     0 |   0.0 |1212M|1266 |   - |2104 |1600 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
615.29/615.34	c   592s|  4320k|  4274k|     0 |   0.0 |1214M|1266 |   - |2104 |1663 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
616.69/616.73	c   593s|  4330k|  4284k|     0 |   0.0 |1217M|1266 |   - |2104 |1700 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
618.09/618.17	c   595s|  4340k|  4293k|     0 |   0.0 |1220M|1266 |   - |2104 |1702 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
619.59/619.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
619.59/619.61	c   596s|  4350k|  4303k|     0 |   0.0 |1223M|1266 |   - |2104 |1696 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
620.99/621.02	c   597s|  4360k|  4313k|     0 |   0.0 |1225M|1266 |   - |2104 |1710 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
622.39/622.44	c   599s|  4370k|  4323k|     0 |   0.0 |1228M|1266 |   - |2104 |1741 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
623.79/623.85	c   600s|  4380k|  4333k|     0 |   0.0 |1231M|1266 |   - |2104 |1828 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
625.19/625.24	c   601s|  4390k|  4343k|     0 |   0.0 |1234M|1266 |   - |2104 |1876 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
626.59/626.67	c   603s|  4400k|  4353k|     0 |   0.0 |1237M|1266 |   - |2104 |1892 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
627.99/628.10	c   604s|  4410k|  4363k|     0 |   0.0 |1240M|1266 |   - |2104 |1862 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
629.49/629.54	c   606s|  4420k|  4373k|     0 |   0.0 |1242M|1266 |   - |2104 |1756 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
630.89/630.96	c   607s|  4430k|  4382k|     0 |   0.0 |1245M|1266 |   - |2104 |1808 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
632.29/632.38	c   608s|  4440k|  4392k|     0 |   0.0 |1248M|1266 |   - |2104 |1808 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
633.69/633.78	c   610s|  4450k|  4402k|     0 |   0.0 |1251M|1266 |   - |2104 |1833 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
635.09/635.18	c   611s|  4460k|  4412k|     0 |   0.0 |1253M|1266 |   - |2104 |1850 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
636.59/636.60	c   612s|  4470k|  4422k|     0 |   0.0 |1256M|1266 |   - |2104 |1658 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
637.99/638.03	c   614s|  4480k|  4432k|     0 |   0.0 |1259M|1266 |   - |2104 |1411 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
639.39/639.46	c   615s|  4490k|  4442k|     0 |   0.0 |1262M|1266 |   - |2104 |1480 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
640.79/640.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
640.79/640.89	c   617s|  4500k|  4452k|     0 |   0.0 |1264M|1266 |   - |2104 |1557 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
642.30/642.31	c   618s|  4510k|  4462k|     0 |   0.0 |1267M|1266 |   - |2104 |1570 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
643.69/643.73	c   619s|  4520k|  4472k|     0 |   0.0 |1270M|1266 |   - |2104 |1599 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
645.09/645.15	c   621s|  4530k|  4481k|     0 |   0.0 |1273M|1266 |   - |2104 |1440 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
646.49/646.59	c   622s|  4540k|  4491k|     0 |   0.0 |1275M|1266 |   - |2104 |1453 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
647.99/648.00	c   623s|  4550k|  4501k|     0 |   0.0 |1278M|1266 |   - |2104 |1487 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
649.40/649.42	c   625s|  4560k|  4511k|     0 |   0.0 |1281M|1266 |   - |2104 |1531 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
650.79/650.85	c   626s|  4570k|  4521k|     0 |   0.0 |1284M|1266 |   - |2104 |1617 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
652.20/652.25	c   627s|  4580k|  4531k|     0 |   0.0 |1286M|1266 |   - |2104 |1665 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
653.59/653.65	c   629s|  4590k|  4541k|     0 |   0.0 |1289M|1266 |   - |2104 |1663 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
655.09/655.10	c   630s|  4600k|  4551k|     0 |   0.0 |1292M|1266 |   - |2104 |1717 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
656.49/656.55	c   632s|  4610k|  4561k|     0 |   0.0 |1295M|1266 |   - |2104 |1557 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
657.99/658.00	c   633s|  4620k|  4570k|     0 |   0.0 |1298M|1266 |   - |2104 |1601 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
659.39/659.44	c   634s|  4630k|  4580k|     0 |   0.0 |1300M|1266 |   - |2104 |1668 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
660.79/660.85	c   636s|  4640k|  4590k|     0 |   0.0 |1303M|1266 |   - |2104 |1665 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
662.20/662.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
662.20/662.27	c   637s|  4650k|  4600k|     0 |   0.0 |1306M|1266 |   - |2104 |1446 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
663.59/663.69	c   638s|  4660k|  4610k|     0 |   0.0 |1309M|1266 |   - |2104 |1417 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
665.10/665.12	c   640s|  4670k|  4620k|     0 |   0.0 |1311M|1266 |   - |2104 |1474 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
666.50/666.56	c   641s|  4680k|  4630k|     0 |   0.0 |1314M|1266 |   - |2104 |1509 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
667.89/667.98	c   643s|  4690k|  4640k|     0 |   0.0 |1317M|1266 |   - |2104 |1587 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
669.29/669.39	c   644s|  4700k|  4650k|     0 |   0.0 |1320M|1266 |   - |2104 |1628 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
670.79/670.80	c   645s|  4710k|  4659k|     0 |   0.0 |1322M|1266 |   - |2104 |1705 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
672.19/672.21	c   647s|  4720k|  4669k|     0 |   0.0 |1325M|1266 |   - |2104 |1741 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
673.59/673.64	c   648s|  4730k|  4679k|     0 |   0.0 |1328M|1266 |   - |2104 |1538 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
674.99/675.07	c   649s|  4740k|  4689k|     0 |   0.0 |1331M|1266 |   - |2104 |1586 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
676.50/676.51	c   651s|  4750k|  4699k|     0 |   0.0 |1334M|1266 |   - |2104 |1650 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
677.89/677.92	c   652s|  4760k|  4709k|     0 |   0.0 |1336M|1266 |   - |2104 |1529 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
679.30/679.32	c   654s|  4770k|  4719k|     0 |   0.0 |1339M|1266 |   - |2104 |1525 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
680.69/680.73	c   655s|  4780k|  4729k|     0 |   0.0 |1342M|1266 |   - |2104 |1439 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
682.09/682.14	c   656s|  4790k|  4739k|     0 |   0.0 |1345M|1266 |   - |2104 |1433 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
683.49/683.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
683.49/683.58	c   658s|  4800k|  4748k|     0 |   0.0 |1347M|1266 |   - |2104 |1502 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
684.99/685.01	c   659s|  4810k|  4758k|     0 |   0.0 |1350M|1266 |   - |2104 |1513 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
686.39/686.42	c   660s|  4820k|  4768k|     0 |   0.0 |1353M|1266 |   - |2104 |1571 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
687.79/687.83	c   662s|  4830k|  4778k|     0 |   0.0 |1356M|1266 |   - |2104 |1611 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
689.19/689.27	c   663s|  4840k|  4788k|     0 |   0.0 |1359M|1266 |   - |2104 |1724 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
690.59/690.69	c   664s|  4850k|  4798k|     0 |   0.0 |1361M|1266 |   - |2104 |1669 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
692.09/692.13	c   666s|  4860k|  4808k|     0 |   0.0 |1364M|1266 |   - |2104 |1488 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
693.49/693.56	c   667s|  4870k|  4818k|     0 |   0.0 |1367M|1266 |   - |2104 |1544 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
694.90/694.98	c   669s|  4880k|  4828k|     0 |   0.0 |1370M|1266 |   - |2104 |1528 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
696.40/696.40	c   670s|  4890k|  4838k|     0 |   0.0 |1372M|1266 |   - |2104 |1576 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
697.79/697.82	c   671s|  4900k|  4847k|     0 |   0.0 |1375M|1266 |   - |2104 |1619 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
699.19/699.24	c   673s|  4910k|  4857k|     0 |   0.0 |1378M|1266 |   - |2104 |1628 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
700.60/700.67	c   674s|  4920k|  4867k|     0 |   0.0 |1381M|1266 |   - |2104 |1658 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
702.09/702.11	c   675s|  4930k|  4877k|     0 |   0.0 |1384M|1266 |   - |2104 |1510 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
703.49/703.54	c   677s|  4940k|  4887k|     0 |   0.0 |1386M|1266 |   - |2104 |1561 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
704.89/704.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
704.89/704.96	c   678s|  4950k|  4897k|     0 |   0.0 |1389M|1266 |   - |2104 |1632 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
706.29/706.39	c   680s|  4960k|  4907k|     0 |   0.0 |1392M|1266 |   - |2104 |1676 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
707.80/707.80	c   681s|  4970k|  4917k|     0 |   0.0 |1395M|1266 |   - |2104 |1621 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
709.20/709.24	c   682s|  4980k|  4927k|     0 |   0.0 |1397M|1266 |   - |2104 |1674 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
710.69/710.70	c   684s|  4990k|  4936k|     0 |   0.0 |1400M|1266 |   - |2104 |1661 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
712.09/712.13	c   685s|  5000k|  4946k|     0 |   0.0 |1403M|1266 |   - |2104 |1738 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
713.49/713.53	c   686s|  5010k|  4956k|     0 |   0.0 |1406M|1266 |   - |2104 |1589 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
714.90/714.93	c   688s|  5020k|  4966k|     0 |   0.0 |1408M|1266 |   - |2104 |1562 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
716.29/716.36	c   689s|  5030k|  4976k|     0 |   0.0 |1411M|1266 |   - |2104 |1634 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
717.70/717.77	c   690s|  5040k|  4986k|     0 |   0.0 |1414M|1266 |   - |2104 |1496 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
719.10/719.19	c   692s|  5050k|  4996k|     0 |   0.0 |1417M|1266 |   - |2104 |1480 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
720.59/720.61	c   693s|  5060k|  5006k|     0 |   0.0 |1420M|1266 |   - |2104 |1403 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
721.99/722.03	c   695s|  5070k|  5016k|     0 |   0.0 |1422M|1266 |   - |2104 |1449 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
723.40/723.44	c   696s|  5080k|  5025k|     0 |   0.0 |1425M|1266 |   - |2104 |1506 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
724.80/724.86	c   697s|  5090k|  5035k|     0 |   0.0 |1428M|1266 |   - |2104 |1568 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
726.20/726.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
726.20/726.26	c   699s|  5100k|  5045k|     0 |   0.0 |1431M|1266 |   - |2104 |1548 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
727.59/727.66	c   700s|  5110k|  5055k|     0 |   0.0 |1433M|1266 |   - |2104 |1483 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
729.10/729.11	c   701s|  5120k|  5065k|     0 |   0.0 |1436M|1266 |   - |2104 |1428 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
730.49/730.55	c   703s|  5130k|  5075k|     0 |   0.0 |1439M|1266 |   - |2104 |1450 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
731.89/731.98	c   704s|  5140k|  5085k|     0 |   0.0 |1442M|1266 |   - |2104 |1492 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
733.40/733.40	c   706s|  5150k|  5095k|     0 |   0.0 |1445M|1266 |   - |2104 |1518 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
734.80/734.81	c   707s|  5160k|  5105k|     0 |   0.0 |1447M|1266 |   - |2104 |1536 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
736.20/736.22	c   708s|  5170k|  5115k|     0 |   0.0 |1450M|1266 |   - |2104 |1387 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
737.59/737.67	c   710s|  5180k|  5124k|     0 |   0.0 |1453M|1266 |   - |2104 |1437 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
739.00/739.08	c   711s|  5190k|  5134k|     0 |   0.0 |1456M|1266 |   - |2104 |1402 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
740.39/740.49	c   712s|  5200k|  5144k|     0 |   0.0 |1458M|1266 |   - |2104 |1405 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
741.90/741.91	c   714s|  5210k|  5154k|     0 |   0.0 |1461M|1266 |   - |2104 |1477 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
743.29/743.33	c   715s|  5220k|  5164k|     0 |   0.0 |1464M|1266 |   - |2104 |1537 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
744.70/744.72	c   716s|  5230k|  5174k|     0 |   0.0 |1467M|1266 |   - |2104 |1549 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
746.09/746.12	c   718s|  5240k|  5184k|     0 |   0.0 |1470M|1266 |   - |2104 |1443 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
747.49/747.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
747.49/747.54	c   719s|  5250k|  5194k|     0 |   0.0 |1472M|1266 |   - |2104 |1398 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
748.90/748.99	c   720s|  5260k|  5204k|     0 |   0.0 |1475M|1266 |   - |2104 |1444 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
750.39/750.41	c   722s|  5270k|  5213k|     0 |   0.0 |1478M|1266 |   - |2104 |1459 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
751.79/751.83	c   723s|  5280k|  5223k|     0 |   0.0 |1481M|1266 |   - |2104 |1512 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
753.20/753.25	c   725s|  5290k|  5233k|     0 |   0.0 |1483M|1266 |   - |2104 |1533 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
754.60/754.69	c   726s|  5300k|  5243k|     0 |   0.0 |1486M|1266 |   - |2104 |1568 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
755.99/756.08	c   727s|  5310k|  5253k|     0 |   0.0 |1489M|1266 |   - |2104 |1602 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
757.40/757.50	c   729s|  5320k|  5263k|     0 |   0.0 |1492M|1266 |   - |2104 |1613 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
758.90/758.92	c   730s|  5330k|  5273k|     0 |   0.0 |1495M|1266 |   - |2104 |1482 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
760.29/760.33	c   731s|  5340k|  5283k|     0 |   0.0 |1497M|1266 |   - |2104 |1540 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
761.69/761.74	c   733s|  5350k|  5293k|     0 |   0.0 |1500M|1266 |   - |2104 |1623 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
763.09/763.16	c   734s|  5360k|  5302k|     0 |   0.0 |1503M|1266 |   - |2104 |1731 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
764.59/764.66	c   735s|  5370k|  5312k|     0 |   0.0 |1506M|1266 |   - |2104 |1782 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
766.00/766.07	c   737s|  5380k|  5322k|     0 |   0.0 |1508M|1266 |   - |2104 |1823 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
767.50/767.54	c   738s|  5390k|  5332k|     0 |   0.0 |1511M|1266 |   - |2104 |1582 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
768.90/768.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
768.90/768.97	c   739s|  5400k|  5342k|     0 |   0.0 |1514M|1266 |   - |2104 |1561 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
770.39/770.40	c   741s|  5410k|  5352k|     0 |   0.0 |1517M|1266 |   - |2104 |1618 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
771.80/771.83	c   742s|  5420k|  5362k|     0 |   0.0 |1520M|1266 |   - |2104 |1721 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
773.19/773.25	c   743s|  5430k|  5372k|     0 |   0.0 |1522M|1266 |   - |2104 |1759 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
774.59/774.69	c   745s|  5440k|  5382k|     0 |   0.0 |1525M|1266 |   - |2104 |1731 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
776.00/776.09	c   746s|  5450k|  5391k|     0 |   0.0 |1528M|1266 |   - |2104 |1780 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
777.49/777.54	c   747s|  5460k|  5401k|     0 |   0.0 |1531M|1266 |   - |2104 |1566 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
778.89/778.98	c   748s|  5470k|  5411k|     0 |   0.0 |1533M|1266 |   - |2104 |1588 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
780.40/780.42	c   750s|  5480k|  5421k|     0 |   0.0 |1536M|1266 |   - |2104 |1636 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
781.79/781.84	c   751s|  5490k|  5431k|     0 |   0.0 |1539M|1266 |   - |2104 |1654 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
783.20/783.25	c   752s|  5500k|  5441k|     0 |   0.0 |1542M|1266 |   - |2104 |1710 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
784.59/784.67	c   754s|  5510k|  5451k|     0 |   0.0 |1544M|1266 |   - |2104 |1714 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
785.99/786.09	c   755s|  5520k|  5461k|     0 |   0.0 |1547M|1266 |   - |2104 |1685 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
787.50/787.53	c   756s|  5530k|  5471k|     0 |   0.0 |1550M|1266 |   - |2104 |1653 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
788.89/788.98	c   757s|  5540k|  5480k|     0 |   0.0 |1553M|1266 |   - |2104 |1701 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
790.29/790.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
790.29/790.39	c   759s|  5550k|  5490k|     0 |   0.0 |1556M|1266 |   - |2104 |1686 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
791.79/791.81	c   760s|  5560k|  5500k|     0 |   0.0 |1558M|1266 |   - |2104 |1753 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
793.19/793.22	c   761s|  5570k|  5510k|     0 |   0.0 |1561M|1266 |   - |2104 |1827 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
794.59/794.67	c   763s|  5580k|  5520k|     0 |   0.0 |1564M|1266 |   - |2104 |1507 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
795.99/796.08	c   764s|  5590k|  5530k|     0 |   0.0 |1567M|1266 |   - |2104 |1594 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
797.50/797.51	c   765s|  5600k|  5540k|     0 |   0.0 |1569M|1266 |   - |2104 |1497 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
798.89/798.96	c   766s|  5610k|  5550k|     0 |   0.0 |1572M|1266 |   - |2104 |1343 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
800.29/800.37	c   768s|  5620k|  5560k|     0 |   0.0 |1575M|1266 |   - |2104 |1393 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
801.69/801.76	c   769s|  5630k|  5569k|     0 |   0.0 |1578M|1266 |   - |2104 |1412 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
803.09/803.19	c   770s|  5640k|  5579k|     0 |   0.0 |1580M|1266 |   - |2104 |1451 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
804.50/804.59	c   771s|  5650k|  5589k|     0 |   0.0 |1583M|1266 |   - |2104 |1509 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
805.90/805.99	c   773s|  5660k|  5599k|     0 |   0.0 |1586M|1266 |   - |2104 |1547 |   0 |   0 |   0 | 302k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
807.40/807.44	c   774s|  5670k|  5609k|     0 |   0.0 |1589M|1266 |   - |2104 |1555 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
808.79/808.86	c   775s|  5680k|  5619k|     0 |   0.0 |1592M|1266 |   - |2104 |1521 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
810.19/810.27	c   777s|  5690k|  5629k|     0 |   0.0 |1594M|1266 |   - |2104 |1572 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
811.70/811.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
811.70/811.72	c   778s|  5700k|  5639k|     0 |   0.0 |1597M|1266 |   - |2104 |1630 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
813.10/813.12	c   779s|  5710k|  5649k|     0 |   0.0 |1600M|1266 |   - |2104 |1673 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
814.49/814.56	c   780s|  5720k|  5658k|     0 |   0.0 |1603M|1266 |   - |2104 |1710 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
815.89/815.99	c   782s|  5730k|  5668k|     0 |   0.0 |1606M|1266 |   - |2104 |1732 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
817.40/817.41	c   783s|  5740k|  5678k|     0 |   0.0 |1608M|1266 |   - |2104 |1461 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
818.80/818.84	c   784s|  5750k|  5688k|     0 |   0.0 |1611M|1266 |   - |2104 |1523 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
820.19/820.25	c   786s|  5760k|  5698k|     0 |   0.0 |1614M|1266 |   - |2104 |1562 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
821.60/821.70	c   787s|  5770k|  5708k|     0 |   0.0 |1617M|1266 |   - |2104 |1620 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
823.10/823.12	c   788s|  5780k|  5718k|     0 |   0.0 |1619M|1266 |   - |2104 |1704 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
824.40/824.49	c   789s|  5790k|  5728k|     0 |   0.0 |1622M|1266 |   - |2104 |1663 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
825.90/825.92	c   791s|  5800k|  5738k|     0 |   0.0 |1625M|1266 |   - |2104 |1583 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
827.29/827.35	c   792s|  5810k|  5747k|     0 |   0.0 |1628M|1266 |   - |2104 |1582 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
828.70/828.79	c   793s|  5820k|  5757k|     0 |   0.0 |1630M|1266 |   - |2104 |1633 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
830.20/830.21	c   795s|  5830k|  5767k|     0 |   0.0 |1633M|1266 |   - |2104 |1709 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
831.60/831.63	c   796s|  5840k|  5777k|     0 |   0.0 |1636M|1266 |   - |2104 |1787 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
832.99/833.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
832.99/833.05	c   797s|  5850k|  5787k|     0 |   0.0 |1639M|1266 |   - |2104 |1744 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
834.40/834.49	c   798s|  5860k|  5797k|     0 |   0.0 |1642M|1266 |   - |2104 |1795 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
835.80/835.89	c   800s|  5870k|  5807k|     0 |   0.0 |1644M|1266 |   - |2104 |1868 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
837.30/837.34	c   801s|  5880k|  5817k|     0 |   0.0 |1647M|1266 |   - |2104 |1670 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
838.70/838.76	c   802s|  5890k|  5827k|     0 |   0.0 |1650M|1266 |   - |2104 |1723 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
840.09/840.17	c   804s|  5900k|  5836k|     0 |   0.0 |1653M|1266 |   - |2104 |1797 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
841.50/841.57	c   805s|  5910k|  5846k|     0 |   0.0 |1655M|1266 |   - |2104 |1873 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
842.90/842.96	c   806s|  5920k|  5856k|     0 |   0.0 |1658M|1266 |   - |2104 |1899 |   0 |   0 |   0 | 317k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
844.40/844.40	c   807s|  5930k|  5866k|     0 |   0.0 |1661M|1266 |   - |2104 |1974 |   0 |   0 |   0 | 317k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
845.80/845.80	c   809s|  5940k|  5876k|     0 |   0.0 |1664M|1266 |   - |2104 |2022 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
847.20/847.28	c   810s|  5950k|  5886k|     0 |   0.0 |1667M|1266 |   - |2104 |1772 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
848.69/848.73	c   811s|  5960k|  5896k|     0 |   0.0 |1669M|1266 |   - |2104 |1751 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
850.10/850.17	c   812s|  5970k|  5906k|     0 |   0.0 |1672M|1266 |   - |2104 |1836 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
851.60/851.63	c   814s|  5980k|  5916k|     0 |   0.0 |1675M|1266 |   - |2104 |1939 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
853.00/853.01	c   815s|  5990k|  5925k|     0 |   0.0 |1678M|1266 |   - |2104 |1883 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
854.39/854.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
854.39/854.44	c   816s|  6000k|  5935k|     0 |   0.0 |1680M|1266 |   - |2104 |1734 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
855.80/855.86	c   818s|  6010k|  5945k|     0 |   0.0 |1683M|1266 |   - |2104 |1697 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
857.29/857.32	c   819s|  6020k|  5955k|     0 |   0.0 |1686M|1266 |   - |2104 |1708 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
858.69/858.77	c   820s|  6030k|  5965k|     0 |   0.0 |1689M|1266 |   - |2104 |1750 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
860.10/860.17	c   821s|  6040k|  5975k|     0 |   0.0 |1692M|1266 |   - |2104 |1772 |   0 |   0 |   0 | 324k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
861.49/861.55	c   823s|  6050k|  5985k|     0 |   0.0 |1694M|1266 |   - |2104 |1770 |   0 |   0 |   0 | 324k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
862.90/862.97	c   824s|  6060k|  5995k|     0 |   0.0 |1697M|1266 |   - |2104 |1718 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
864.30/864.37	c   825s|  6070k|  6004k|     0 |   0.0 |1700M|1266 |   - |2104 |1708 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
865.70/865.79	c   826s|  6080k|  6014k|     0 |   0.0 |1703M|1266 |   - |2104 |1741 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
867.19/867.27	c   828s|  6090k|  6024k|     0 |   0.0 |1705M|1266 |   - |2104 |1621 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
868.60/868.68	c   829s|  6100k|  6034k|     0 |   0.0 |1708M|1266 |   - |2104 |1639 |   0 |   0 |   0 | 327k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
870.01/870.10	c   830s|  6110k|  6044k|     0 |   0.0 |1711M|1266 |   - |2104 |1713 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
871.50/871.54	c   832s|  6120k|  6054k|     0 |   0.0 |1714M|1266 |   - |2104 |1749 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
872.90/872.95	c   833s|  6130k|  6064k|     0 |   0.0 |1717M|1266 |   - |2104 |1832 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
874.40/874.42	c   834s|  6140k|  6074k|     0 |   0.0 |1719M|1266 |   - |2104 |1907 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
875.79/875.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
875.79/875.83	c   836s|  6150k|  6084k|     0 |   0.0 |1722M|1266 |   - |2104 |1916 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
877.30/877.31	c   837s|  6160k|  6093k|     0 |   0.0 |1725M|1266 |   - |2104 |1764 |   0 |   0 |   0 | 331k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
878.70/878.76	c   838s|  6170k|  6103k|     0 |   0.0 |1728M|1266 |   - |2104 |1840 |   0 |   0 |   0 | 331k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
880.10/880.16	c   839s|  6180k|  6113k|     0 |   0.0 |1730M|1266 |   - |2104 |1853 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
881.50/881.58	c   841s|  6190k|  6123k|     0 |   0.0 |1733M|1266 |   - |2104 |1906 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
882.89/882.99	c   842s|  6200k|  6133k|     0 |   0.0 |1736M|1266 |   - |2104 |1906 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
884.30/884.39	c   843s|  6210k|  6143k|     0 |   0.0 |1739M|1266 |   - |2104 |1892 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
885.70/885.76	c   844s|  6220k|  6153k|     0 |   0.0 |1742M|1266 |   - |2104 |1970 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
887.09/887.19	c   846s|  6230k|  6163k|     0 |   0.0 |1744M|1266 |   - |2104 |1926 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
888.60/888.61	c   847s|  6240k|  6173k|     0 |   0.0 |1747M|1266 |   - |2104 |1956 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
890.00/890.04	c   848s|  6250k|  6182k|     0 |   0.0 |1750M|1266 |   - |2104 |2073 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
891.40/891.44	c   850s|  6260k|  6192k|     0 |   0.0 |1753M|1266 |   - |2104 |2098 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
892.80/892.86	c   851s|  6270k|  6202k|     0 |   0.0 |1756M|1266 |   - |2104 |2115 |   0 |   0 |   0 | 337k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
894.30/894.30	c   852s|  6280k|  6212k|     0 |   0.0 |1758M|1266 |   - |2104 |2124 |   0 |   0 |   0 | 337k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
895.70/895.72	c   853s|  6290k|  6222k|     0 |   0.0 |1761M|1266 |   - |2104 |2167 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
897.10/897.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
897.10/897.18	c   855s|  6300k|  6232k|     0 |   0.0 |1764M|1266 |   - |2104 |1966 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
898.61/898.64	c   856s|  6310k|  6242k|     0 |   0.0 |1767M|1266 |   - |2104 |2000 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
900.00/900.08	c   857s|  6320k|  6252k|     0 |   0.0 |1769M|1266 |   - |2104 |2017 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
901.50/901.52	c   859s|  6330k|  6262k|     0 |   0.0 |1772M|1266 |   - |2104 |2063 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
902.89/902.93	c   860s|  6340k|  6271k|     0 |   0.0 |1775M|1266 |   - |2104 |2127 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
904.30/904.33	c   861s|  6350k|  6281k|     0 |   0.0 |1778M|1266 |   - |2104 |1871 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
905.70/905.75	c   862s|  6360k|  6291k|     0 |   0.0 |1780M|1266 |   - |2104 |1856 |   0 |   0 |   0 | 342k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
907.10/907.14	c   864s|  6370k|  6301k|     0 |   0.0 |1783M|1266 |   - |2104 |1772 |   0 |   0 |   0 | 342k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
908.50/908.56	c   865s|  6380k|  6311k|     0 |   0.0 |1786M|1266 |   - |2104 |1600 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
909.99/910.00	c   866s|  6390k|  6321k|     0 |   0.0 |1789M|1266 |   - |2104 |1679 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
911.40/911.41	c   868s|  6400k|  6331k|     0 |   0.0 |1792M|1266 |   - |2104 |1702 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
912.80/912.84	c   869s|  6410k|  6341k|     0 |   0.0 |1794M|1266 |   - |2104 |1790 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
914.20/914.29	c   870s|  6420k|  6351k|     0 |   0.0 |1797M|1266 |   - |2104 |1649 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
915.60/915.67	c   871s|  6430k|  6360k|     0 |   0.0 |1800M|1266 |   - |2104 |1637 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
917.09/917.10	c   873s|  6440k|  6370k|     0 |   0.0 |1803M|1266 |   - |2104 |1715 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
918.50/918.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
918.50/918.56	c   874s|  6450k|  6380k|     0 |   0.0 |1805M|1266 |   - |2104 |1718 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
919.90/919.98	c   875s|  6460k|  6390k|     0 |   0.0 |1808M|1266 |   - |2104 |1772 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
921.40/921.42	c   877s|  6470k|  6400k|     0 |   0.0 |1811M|1266 |   - |2104 |1858 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
922.80/922.82	c   878s|  6480k|  6410k|     0 |   0.0 |1814M|1266 |   - |2104 |1916 |   0 |   0 |   0 | 349k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
924.20/924.24	c   879s|  6490k|  6420k|     0 |   0.0 |1817M|1266 |   - |2104 |1926 |   0 |   0 |   0 | 349k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
925.59/925.69	c   880s|  6500k|  6430k|     0 |   0.0 |1819M|1266 |   - |2104 |1933 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
927.10/927.10	c   882s|  6510k|  6439k|     0 |   0.0 |1822M|1266 |   - |2104 |1992 |   0 |   0 |   0 | 351k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
928.50/928.51	c   883s|  6520k|  6449k|     0 |   0.0 |1825M|1266 |   - |2104 |1950 |   0 |   0 |   0 | 351k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
929.90/929.94	c   884s|  6530k|  6459k|     0 |   0.0 |1828M|1266 |   - |2104 |1998 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
931.30/931.38	c   885s|  6540k|  6469k|     0 |   0.0 |1831M|1266 |   - |2104 |2069 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
932.71/932.79	c   887s|  6550k|  6479k|     0 |   0.0 |1833M|1266 |   - |2104 |2134 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
934.20/934.21	c   888s|  6560k|  6489k|     0 |   0.0 |1836M|1266 |   - |2104 |2140 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
935.60/935.63	c   889s|  6570k|  6499k|     0 |   0.0 |1839M|1266 |   - |2104 |1979 |   0 |   0 |   0 | 354k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
936.99/937.05	c   891s|  6580k|  6509k|     0 |   0.0 |1842M|1266 |   - |2104 |2018 |   0 |   0 |   0 | 355k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
938.50/938.50	c   892s|  6590k|  6519k|     0 |   0.0 |1844M|1266 |   - |2104 |2101 |   0 |   0 |   0 | 355k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
939.90/939.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
939.90/939.97	c   893s|  6600k|  6528k|     0 |   0.0 |1847M|1266 |   - |2104 |1994 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
941.30/941.40	c   894s|  6610k|  6538k|     0 |   0.0 |1850M|1266 |   - |2104 |2086 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
942.79/942.80	c   896s|  6620k|  6548k|     0 |   0.0 |1853M|1266 |   - |2104 |2153 |   0 |   0 |   0 | 357k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
944.20/944.22	c   897s|  6630k|  6558k|     0 |   0.0 |1855M|1266 |   - |2104 |2021 |   0 |   0 |   0 | 357k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
945.60/945.64	c   898s|  6640k|  6568k|     0 |   0.0 |1858M|1266 |   - |2104 |1967 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
947.01/947.03	c   900s|  6650k|  6578k|     0 |   0.0 |1861M|1266 |   - |2104 |1948 |   0 |   0 |   0 | 359k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
948.40/948.44	c   901s|  6660k|  6588k|     0 |   0.0 |1864M|1266 |   - |2104 |1897 |   0 |   0 |   0 | 359k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
949.79/949.88	c   902s|  6670k|  6598k|     0 |   0.0 |1866M|1266 |   - |2104 |1765 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
951.30/951.33	c   903s|  6680k|  6607k|     0 |   0.0 |1869M|1266 |   - |2104 |1785 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
952.70/952.74	c   905s|  6690k|  6617k|     0 |   0.0 |1872M|1266 |   - |2104 |1893 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
954.10/954.19	c   906s|  6700k|  6627k|     0 |   0.0 |1875M|1266 |   - |2104 |1952 |   0 |   0 |   0 | 362k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
955.60/955.63	c   907s|  6710k|  6637k|     0 |   0.0 |1878M|1266 |   - |2104 |2000 |   0 |   0 |   0 | 362k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
957.01/957.03	c   908s|  6720k|  6647k|     0 |   0.0 |1880M|1266 |   - |2104 |1977 |   0 |   0 |   0 | 363k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
958.40/958.45	c   910s|  6730k|  6657k|     0 |   0.0 |1883M|1266 |   - |2104 |1988 |   0 |   0 |   0 | 363k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
959.80/959.87	c   911s|  6740k|  6667k|     0 |   0.0 |1886M|1266 |   - |2104 |1775 |   0 |   0 |   0 | 364k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
961.31/961.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
961.31/961.34	c   912s|  6750k|  6677k|     0 |   0.0 |1889M|1266 |   - |2104 |1821 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
962.80/962.80	c   914s|  6760k|  6687k|     0 |   0.0 |1892M|1266 |   - |2104 |1889 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
964.20/964.22	c   915s|  6770k|  6696k|     0 |   0.0 |1894M|1266 |   - |2104 |1890 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
965.60/965.63	c   916s|  6780k|  6706k|     0 |   0.0 |1897M|1266 |   - |2104 |1916 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
967.00/967.03	c   918s|  6790k|  6716k|     0 |   0.0 |1900M|1266 |   - |2104 |1903 |   0 |   0 |   0 | 367k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
968.40/968.43	c   919s|  6800k|  6726k|     0 |   0.0 |1903M|1266 |   - |2104 |1763 |   0 |   0 |   0 | 367k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
969.80/969.83	c   920s|  6810k|  6736k|     0 |   0.0 |1905M|1266 |   - |2104 |1815 |   0 |   0 |   0 | 368k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
971.20/971.27	c   921s|  6820k|  6746k|     0 |   0.0 |1908M|1266 |   - |2104 |1606 |   0 |   0 |   0 | 369k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
972.60/972.69	c   923s|  6830k|  6756k|     0 |   0.0 |1911M|1266 |   - |2104 |1657 |   0 |   0 |   0 | 369k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
974.10/974.11	c   924s|  6840k|  6766k|     0 |   0.0 |1914M|1266 |   - |2104 |1703 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
975.50/975.54	c   925s|  6850k|  6776k|     0 |   0.0 |1916M|1266 |   - |2104 |1751 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
976.90/976.99	c   927s|  6860k|  6785k|     0 |   0.0 |1919M|1266 |   - |2104 |1840 |   0 |   0 |   0 | 371k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
978.40/978.42	c   928s|  6870k|  6795k|     0 |   0.0 |1922M|1266 |   - |2104 |1704 |   0 |   0 |   0 | 372k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
979.70/979.80	c   929s|  6880k|  6805k|     0 |   0.0 |1925M|1266 |   - |2104 |1749 |   0 |   0 |   0 | 372k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
981.11/981.19	c   930s|  6890k|  6815k|     0 |   0.0 |1927M|1266 |   - |2104 |1752 |   0 |   0 |   0 | 373k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
982.60/982.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
982.60/982.61	c   932s|  6900k|  6825k|     0 |   0.0 |1930M|1266 |   - |2104 |1777 |   0 |   0 |   0 | 373k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
984.00/984.05	c   933s|  6910k|  6835k|     0 |   0.0 |1933M|1266 |   - |2104 |1886 |   0 |   0 |   0 | 374k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
985.40/985.48	c   934s|  6920k|  6845k|     0 |   0.0 |1936M|1266 |   - |2104 |1918 |   0 |   0 |   0 | 374k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
986.80/986.88	c   935s|  6930k|  6855k|     0 |   0.0 |1939M|1266 |   - |2104 |1941 |   0 |   0 |   0 | 375k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
988.20/988.28	c   937s|  6940k|  6864k|     0 |   0.0 |1941M|1266 |   - |2104 |1919 |   0 |   0 |   0 | 375k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
989.60/989.69	c   938s|  6950k|  6874k|     0 |   0.0 |1944M|1266 |   - |2104 |2062 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
991.01/991.10	c   939s|  6960k|  6884k|     0 |   0.0 |1947M|1266 |   - |2104 |2099 |   0 |   0 |   0 | 377k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
992.50/992.53	c   941s|  6970k|  6894k|     0 |   0.0 |1950M|1266 |   - |2104 |2004 |   0 |   0 |   0 | 377k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
993.90/993.97	c   942s|  6980k|  6904k|     0 |   0.0 |1952M|1266 |   - |2104 |2001 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
995.30/995.37	c   943s|  6990k|  6914k|     0 |   0.0 |1955M|1266 |   - |2104 |1984 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
996.70/996.78	c   944s|  7000k|  6924k|     0 |   0.0 |1958M|1266 |   - |2104 |2024 |   0 |   0 |   0 | 379k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
998.20/998.20	c   946s|  7010k|  6934k|     0 |   0.0 |1961M|1266 |   - |2104 |2046 |   0 |   0 |   0 | 380k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
999.60/999.62	c   947s|  7020k|  6944k|     0 |   0.0 |1964M|1266 |   - |2104 |1975 |   0 |   0 |   0 | 380k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1001.01/1001.01	c   948s|  7030k|  6953k|     0 |   0.0 |1966M|1266 |   - |2104 |1948 |   0 |   0 |   0 | 381k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1002.40/1002.40	c   949s|  7040k|  6963k|     0 |   0.0 |1969M|1266 |   - |2104 |1937 |   0 |   0 |   0 | 381k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1003.80/1003.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1003.80/1003.82	c   951s|  7050k|  6973k|     0 |   0.0 |1972M|1266 |   - |2104 |1735 |   0 |   0 |   0 | 382k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1005.20/1005.26	c   952s|  7060k|  6983k|     0 |   0.0 |1975M|1266 |   - |2104 |1809 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1006.60/1006.65	c   953s|  7070k|  6993k|     0 |   0.0 |1977M|1266 |   - |2104 |1883 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1008.00/1008.08	c   954s|  7080k|  7003k|     0 |   0.0 |1980M|1266 |   - |2104 |1958 |   0 |   0 |   0 | 384k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1009.40/1009.48	c   956s|  7090k|  7013k|     0 |   0.0 |1983M|1266 |   - |2104 |1772 |   0 |   0 |   0 | 384k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1010.81/1010.85	c   957s|  7100k|  7023k|     0 |   0.0 |1986M|1266 |   - |2104 |1784 |   0 |   0 |   0 | 385k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1012.20/1012.24	c   958s|  7110k|  7032k|     0 |   0.0 |1988M|1266 |   - |2104 |1867 |   0 |   0 |   0 | 385k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1013.60/1013.66	c   959s|  7120k|  7042k|     0 |   0.0 |1991M|1266 |   - |2104 |1779 |   0 |   0 |   0 | 386k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1015.00/1015.08	c   961s|  7130k|  7052k|     0 |   0.0 |1994M|1266 |   - |2104 |1747 |   0 |   0 |   0 | 387k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1016.41/1016.48	c   962s|  7140k|  7062k|     0 |   0.0 |1997M|1266 |   - |2104 |1637 |   0 |   0 |   0 | 387k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1017.90/1017.90	c   963s|  7150k|  7072k|     0 |   0.0 |2000M|1266 |   - |2104 |1687 |   0 |   0 |   0 | 388k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1019.30/1019.32	c   965s|  7160k|  7082k|     0 |   0.0 |2002M|1266 |   - |2104 |1730 |   0 |   0 |   0 | 388k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1020.71/1020.71	c   966s|  7170k|  7092k|     0 |   0.0 |2005M|1266 |   - |2104 |1791 |   0 |   0 |   0 | 389k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1022.10/1022.11	c   967s|  7180k|  7102k|     0 |   0.0 |2008M|1266 |   - |2104 |1847 |   0 |   0 |   0 | 390k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1023.50/1023.51	c   968s|  7190k|  7112k|     0 |   0.0 |2011M|1266 |   - |2104 |1938 |   0 |   0 |   0 | 390k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1024.90/1024.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1024.90/1024.95	c   970s|  7200k|  7121k|     0 |   0.0 |2013M|1266 |   - |2104 |1764 |   0 |   0 |   0 | 391k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1026.31/1026.39	c   971s|  7210k|  7131k|     0 |   0.0 |2016M|1266 |   - |2104 |1833 |   0 |   0 |   0 | 391k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1027.80/1027.80	c   972s|  7220k|  7141k|     0 |   0.0 |2019M|1266 |   - |2104 |1861 |   0 |   0 |   0 | 392k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1029.20/1029.20	c   973s|  7230k|  7151k|     0 |   0.0 |2022M|1266 |   - |2104 |1868 |   0 |   0 |   0 | 393k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1030.50/1030.59	c   975s|  7240k|  7161k|     0 |   0.0 |2025M|1266 |   - |2104 |1932 |   0 |   0 |   0 | 393k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1032.00/1032.00	c   976s|  7250k|  7171k|     0 |   0.0 |2028M|1266 |   - |2104 |2028 |   0 |   0 |   0 | 394k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1033.40/1033.40	c   977s|  7260k|  7181k|     0 |   0.0 |2030M|1266 |   - |2104 |2044 |   0 |   0 |   0 | 394k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1034.80/1034.82	c   978s|  7270k|  7191k|     0 |   0.0 |2033M|1266 |   - |2104 |1932 |   0 |   0 |   0 | 395k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1036.21/1036.28	c   980s|  7280k|  7200k|     0 |   0.0 |2036M|1266 |   - |2104 |1984 |   0 |   0 |   0 | 396k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1037.60/1037.69	c   981s|  7290k|  7210k|     0 |   0.0 |2039M|1266 |   - |2104 |2020 |   0 |   0 |   0 | 396k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1039.10/1039.11	c   982s|  7300k|  7220k|     0 |   0.0 |2042M|1266 |   - |2104 |2080 |   0 |   0 |   0 | 397k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1040.51/1040.53	c   984s|  7310k|  7230k|     0 |   0.0 |2044M|1266 |   - |2104 |2147 |   0 |   0 |   0 | 397k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1041.90/1041.93	c   985s|  7320k|  7240k|     0 |   0.0 |2047M|1266 |   - |2104 |2137 |   0 |   0 |   0 | 398k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1043.30/1043.31	c   986s|  7330k|  7250k|     0 |   0.0 |2050M|1266 |   - |2104 |2145 |   0 |   0 |   0 | 398k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1044.70/1044.71	c   987s|  7340k|  7260k|     0 |   0.0 |2053M|1266 |   - |2104 |2174 |   0 |   0 |   0 | 399k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1046.10/1046.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1046.10/1046.13	c   989s|  7350k|  7270k|     0 |   0.0 |2055M|1266 |   - |2104 |1935 |   0 |   0 |   0 | 400k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1047.50/1047.57	c   990s|  7360k|  7280k|     0 |   0.0 |2058M|1266 |   - |2104 |1968 |   0 |   0 |   0 | 400k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1048.91/1048.99	c   991s|  7370k|  7289k|     0 |   0.0 |2061M|1266 |   - |2104 |1977 |   0 |   0 |   0 | 401k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1050.30/1050.40	c   992s|  7380k|  7299k|     0 |   0.0 |2064M|1266 |   - |2104 |2004 |   0 |   0 |   0 | 401k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1051.80/1051.84	c   994s|  7390k|  7309k|     0 |   0.0 |2067M|1266 |   - |2104 |2082 |   0 |   0 |   0 | 402k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1053.20/1053.22	c   995s|  7400k|  7319k|     0 |   0.0 |2069M|1266 |   - |2104 |2101 |   0 |   0 |   0 | 403k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1054.60/1054.62	c   996s|  7410k|  7329k|     0 |   0.0 |2072M|1266 |   - |2104 |2067 |   0 |   0 |   0 | 403k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1056.01/1056.04	c   997s|  7420k|  7339k|     0 |   0.0 |2075M|1266 |   - |2104 |1880 |   0 |   0 |   0 | 404k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1057.41/1057.44	c   999s|  7430k|  7349k|     0 |   0.0 |2078M|1266 |   - |2104 |1881 |   0 |   0 |   0 | 404k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1058.80/1058.89	c  1000s|  7440k|  7359k|     0 |   0.0 |2080M|1266 |   - |2104 |1877 |   0 |   0 |   0 | 405k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1060.30/1060.33	c  1001s|  7450k|  7368k|     0 |   0.0 |2083M|1266 |   - |2104 |1687 |   0 |   0 |   0 | 406k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1061.70/1061.72	c  1003s|  7460k|  7378k|     0 |   0.0 |2086M|1266 |   - |2104 |1730 |   0 |   0 |   0 | 406k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1063.10/1063.16	c  1004s|  7470k|  7388k|     0 |   0.0 |2089M|1266 |   - |2104 |1786 |   0 |   0 |   0 | 407k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1064.50/1064.53	c  1005s|  7480k|  7398k|     0 |   0.0 |2091M|1266 |   - |2104 |1850 |   0 |   0 |   0 | 407k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1065.91/1065.94	c  1006s|  7490k|  7408k|     0 |   0.0 |2094M|1266 |   - |2104 |1950 |   0 |   0 |   0 | 408k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1067.30/1067.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1067.30/1067.34	c  1008s|  7500k|  7418k|     0 |   0.0 |2097M|1266 |   - |2104 |1815 |   0 |   0 |   0 | 409k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1068.70/1068.77	c  1009s|  7510k|  7428k|     0 |   0.0 |2100M|1266 |   - |2104 |1824 |   0 |   0 |   0 | 409k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1070.10/1070.17	c  1010s|  7520k|  7438k|     0 |   0.0 |2102M|1266 |   - |2104 |1861 |   0 |   0 |   0 | 410k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1071.51/1071.59	c  1011s|  7530k|  7448k|     0 |   0.0 |2105M|1266 |   - |2104 |1938 |   0 |   0 |   0 | 410k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1072.91/1073.00	c  1013s|  7540k|  7457k|     0 |   0.0 |2108M|1266 |   - |2104 |1960 |   0 |   0 |   0 | 411k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1074.41/1074.41	c  1014s|  7550k|  7467k|     0 |   0.0 |2111M|1266 |   - |2104 |2003 |   0 |   0 |   0 | 412k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1075.71/1075.78	c  1015s|  7560k|  7477k|     0 |   0.0 |2114M|1266 |   - |2104 |2030 |   0 |   0 |   0 | 412k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1077.10/1077.15	c  1016s|  7570k|  7487k|     0 |   0.0 |2116M|1266 |   - |2104 |2017 |   0 |   0 |   0 | 413k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1078.51/1078.57	c  1018s|  7580k|  7497k|     0 |   0.0 |2119M|1266 |   - |2104 |2147 |   0 |   0 |   0 | 413k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1080.01/1080.02	c  1019s|  7590k|  7507k|     0 |   0.0 |2122M|1266 |   - |2104 |2142 |   0 |   0 |   0 | 414k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1081.40/1081.42	c  1020s|  7600k|  7517k|     0 |   0.0 |2125M|1266 |   - |2104 |2269 |   0 |   0 |   0 | 414k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1082.80/1082.82	c  1022s|  7610k|  7527k|     0 |   0.0 |2128M|1266 |   - |2104 |2284 |   0 |   0 |   0 | 415k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1084.20/1084.26	c  1023s|  7620k|  7536k|     0 |   0.0 |2130M|1266 |   - |2104 |2367 |   0 |   0 |   0 | 416k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1085.61/1085.67	c  1024s|  7630k|  7546k|     0 |   0.0 |2133M|1266 |   - |2104 |2377 |   0 |   0 |   0 | 416k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1087.10/1087.10	c  1025s|  7640k|  7556k|     0 |   0.0 |2136M|1266 |   - |2104 |2473 |   0 |   0 |   0 | 417k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1088.50/1088.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1088.50/1088.53	c  1027s|  7650k|  7566k|     0 |   0.0 |2139M|1266 |   - |2104 |2331 |   0 |   0 |   0 | 418k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1089.90/1089.94	c  1028s|  7660k|  7576k|     0 |   0.0 |2142M|1266 |   - |2104 |2286 |   0 |   0 |   0 | 418k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1091.30/1091.39	c  1029s|  7670k|  7586k|     0 |   0.0 |2144M|1266 |   - |2104 |2201 |   0 |   0 |   0 | 419k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1092.80/1092.82	c  1030s|  7680k|  7596k|     0 |   0.0 |2147M|1266 |   - |2104 |2167 |   0 |   0 |   0 | 419k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1094.20/1094.23	c  1032s|  7690k|  7606k|     0 |   0.0 |2150M|1266 |   - |2104 |2197 |   0 |   0 |   0 | 420k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1095.61/1095.62	c  1033s|  7700k|  7616k|     0 |   0.0 |2153M|1266 |   - |2104 |2070 |   0 |   0 |   0 | 421k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1097.00/1097.05	c  1034s|  7710k|  7625k|     0 |   0.0 |2155M|1266 |   - |2104 |2204 |   0 |   0 |   0 | 421k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1098.40/1098.45	c  1036s|  7720k|  7635k|     0 |   0.0 |2158M|1266 |   - |2104 |2269 |   0 |   0 |   0 | 422k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1099.81/1099.87	c  1037s|  7730k|  7645k|     0 |   0.0 |2161M|1266 |   - |2104 |2089 |   0 |   0 |   0 | 422k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1101.20/1101.29	c  1038s|  7740k|  7655k|     0 |   0.0 |2164M|1266 |   - |2104 |2118 |   0 |   0 |   0 | 423k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1102.71/1102.71	c  1039s|  7750k|  7665k|     0 |   0.0 |2167M|1266 |   - |2104 |2149 |   0 |   0 |   0 | 424k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1104.10/1104.11	c  1041s|  7760k|  7675k|     0 |   0.0 |2169M|1266 |   - |2104 |2218 |   0 |   0 |   0 | 424k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1105.51/1105.55	c  1042s|  7770k|  7685k|     0 |   0.0 |2172M|1266 |   - |2104 |2243 |   0 |   0 |   0 | 425k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1106.90/1106.95	c  1043s|  7780k|  7695k|     0 |   0.0 |2175M|1266 |   - |2104 |2219 |   0 |   0 |   0 | 425k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1108.30/1108.32	c  1044s|  7790k|  7704k|     0 |   0.0 |2178M|1266 |   - |2104 |2234 |   0 |   0 |   0 | 426k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1109.70/1109.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1109.70/1109.76	c  1046s|  7800k|  7714k|     0 |   0.0 |2181M|1266 |   - |2104 |2295 |   0 |   0 |   0 | 427k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1111.10/1111.16	c  1047s|  7810k|  7724k|     0 |   0.0 |2183M|1266 |   - |2104 |2195 |   0 |   0 |   0 | 427k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1112.61/1112.61	c  1048s|  7820k|  7734k|     0 |   0.0 |2186M|1266 |   - |2104 |2222 |   0 |   0 |   0 | 428k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1114.01/1114.03	c  1050s|  7830k|  7744k|     0 |   0.0 |2189M|1266 |   - |2104 |2173 |   0 |   0 |   0 | 428k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1115.41/1115.44	c  1051s|  7840k|  7754k|     0 |   0.0 |2192M|1266 |   - |2104 |2260 |   0 |   0 |   0 | 429k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1116.80/1116.87	c  1052s|  7850k|  7764k|     0 |   0.0 |2194M|1266 |   - |2104 |2341 |   0 |   0 |   0 | 430k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1118.20/1118.29	c  1053s|  7860k|  7774k|     0 |   0.0 |2197M|1266 |   - |2104 |2232 |   0 |   0 |   0 | 430k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1119.71/1119.71	c  1055s|  7870k|  7783k|     0 |   0.0 |2200M|1266 |   - |2104 |2346 |   0 |   0 |   0 | 431k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1121.11/1121.11	c  1056s|  7880k|  7793k|     0 |   0.0 |2203M|1266 |   - |2104 |2360 |   0 |   0 |   0 | 432k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1122.41/1122.49	c  1057s|  7890k|  7803k|     0 |   0.0 |2206M|1266 |   - |2104 |2344 |   0 |   0 |   0 | 432k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1123.91/1123.95	c  1058s|  7900k|  7813k|     0 |   0.0 |2208M|1266 |   - |2104 |2329 |   0 |   0 |   0 | 433k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1125.31/1125.37	c  1060s|  7910k|  7823k|     0 |   0.0 |2211M|1266 |   - |2104 |2342 |   0 |   0 |   0 | 433k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1126.70/1126.79	c  1061s|  7920k|  7833k|     0 |   0.0 |2214M|1266 |   - |2104 |2407 |   0 |   0 |   0 | 434k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1128.20/1128.26	c  1062s|  7930k|  7843k|     0 |   0.0 |2217M|1266 |   - |2104 |2234 |   0 |   0 |   0 | 435k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1129.61/1129.67	c  1064s|  7940k|  7853k|     0 |   0.0 |2219M|1266 |   - |2104 |2183 |   0 |   0 |   0 | 435k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1131.00/1131.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1131.00/1131.08	c  1065s|  7950k|  7862k|     0 |   0.0 |2222M|1266 |   - |2104 |2192 |   0 |   0 |   0 | 436k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1132.51/1132.55	c  1066s|  7960k|  7872k|     0 |   0.0 |2225M|1266 |   - |2104 |2101 |   0 |   0 |   0 | 437k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1133.90/1133.94	c  1067s|  7970k|  7882k|     0 |   0.0 |2228M|1266 |   - |2104 |2033 |   0 |   0 |   0 | 437k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1135.30/1135.37	c  1069s|  7980k|  7892k|     0 |   0.0 |2230M|1266 |   - |2104 |2066 |   0 |   0 |   0 | 438k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1136.70/1136.76	c  1070s|  7990k|  7902k|     0 |   0.0 |2233M|1266 |   - |2104 |2115 |   0 |   0 |   0 | 438k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1138.21/1138.20	c  1071s|  8000k|  7912k|     0 |   0.0 |2236M|1266 |   - |2104 |2114 |   0 |   0 |   0 | 439k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1139.51/1139.58	c  1072s|  8010k|  7922k|     0 |   0.0 |2239M|1266 |   - |2104 |1811 |   0 |   0 |   0 | 440k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1140.91/1140.98	c  1074s|  8020k|  7932k|     0 |   0.0 |2242M|1266 |   - |2104 |1877 |   0 |   0 |   0 | 440k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1142.30/1142.37	c  1075s|  8030k|  7941k|     0 |   0.0 |2244M|1266 |   - |2104 |1928 |   0 |   0 |   0 | 441k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1143.70/1143.73	c  1076s|  8040k|  7951k|     0 |   0.0 |2247M|1266 |   - |2104 |1993 |   0 |   0 |   0 | 441k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1145.11/1145.16	c  1077s|  8050k|  7961k|     0 |   0.0 |2250M|1266 |   - |2104 |2052 |   0 |   0 |   0 | 442k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1146.50/1146.58	c  1079s|  8060k|  7971k|     0 |   0.0 |2253M|1266 |   - |2104 |2073 |   0 |   0 |   0 | 443k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1147.91/1147.98	c  1080s|  8070k|  7981k|     0 |   0.0 |2256M|1266 |   - |2104 |2084 |   0 |   0 |   0 | 443k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1149.41/1149.40	c  1081s|  8080k|  7991k|     0 |   0.0 |2258M|1266 |   - |2104 |2207 |   0 |   0 |   0 | 444k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1150.70/1150.79	c  1083s|  8090k|  8001k|     0 |   0.0 |2261M|1266 |   - |2104 |2097 |   0 |   0 |   0 | 444k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1152.21/1152.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1152.21/1152.22	c  1084s|  8100k|  8011k|     0 |   0.0 |2264M|1266 |   - |2104 |2130 |   0 |   0 |   0 | 445k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1153.61/1153.60	c  1085s|  8110k|  8020k|     0 |   0.0 |2267M|1266 |   - |2104 |2185 |   0 |   0 |   0 | 446k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1154.91/1154.99	c  1086s|  8120k|  8030k|     0 |   0.0 |2270M|1266 |   - |2104 |2151 |   0 |   0 |   0 | 446k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1156.41/1156.42	c  1088s|  8130k|  8040k|     0 |   0.0 |2272M|1266 |   - |2104 |2094 |   0 |   0 |   0 | 447k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1157.81/1157.84	c  1089s|  8140k|  8050k|     0 |   0.0 |2275M|1266 |   - |2104 |2149 |   0 |   0 |   0 | 447k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1159.20/1159.26	c  1090s|  8150k|  8060k|     0 |   0.0 |2278M|1266 |   - |2104 |2195 |   0 |   0 |   0 | 448k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1160.61/1160.67	c  1091s|  8160k|  8070k|     0 |   0.0 |2281M|1266 |   - |2104 |2217 |   0 |   0 |   0 | 449k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1162.00/1162.05	c  1093s|  8170k|  8080k|     0 |   0.0 |2283M|1266 |   - |2104 |2181 |   0 |   0 |   0 | 449k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1163.40/1163.43	c  1094s|  8180k|  8090k|     0 |   0.0 |2286M|1266 |   - |2104 |2212 |   0 |   0 |   0 | 450k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1164.81/1164.85	c  1095s|  8190k|  8100k|     0 |   0.0 |2289M|1266 |   - |2104 |2229 |   0 |   0 |   0 | 451k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1166.21/1166.23	c  1096s|  8200k|  8109k|     0 |   0.0 |2292M|1266 |   - |2104 |2007 |   0 |   0 |   0 | 451k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1167.61/1167.69	c  1098s|  8210k|  8119k|     0 |   0.0 |2295M|1266 |   - |2104 |1991 |   0 |   0 |   0 | 452k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1169.11/1169.10	c  1099s|  8220k|  8129k|     0 |   0.0 |2297M|1266 |   - |2104 |2032 |   0 |   0 |   0 | 452k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1170.50/1170.52	c  1100s|  8230k|  8139k|     0 |   0.0 |2300M|1266 |   - |2104 |2111 |   0 |   0 |   0 | 453k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1171.90/1171.94	c  1102s|  8240k|  8149k|     0 |   0.0 |2303M|1266 |   - |2104 |2178 |   0 |   0 |   0 | 454k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1173.31/1173.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1173.31/1173.34	c  1103s|  8250k|  8159k|     0 |   0.0 |2306M|1266 |   - |2104 |2225 |   0 |   0 |   0 | 454k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1174.71/1174.75	c  1104s|  8260k|  8169k|     0 |   0.0 |2309M|1266 |   - |2104 |2254 |   0 |   0 |   0 | 455k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1176.10/1176.15	c  1105s|  8270k|  8179k|     0 |   0.0 |2311M|1266 |   - |2104 |2336 |   0 |   0 |   0 | 455k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1177.50/1177.53	c  1107s|  8280k|  8188k|     0 |   0.0 |2314M|1266 |   - |2104 |2450 |   0 |   0 |   0 | 456k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1178.90/1178.99	c  1108s|  8290k|  8198k|     0 |   0.0 |2317M|1266 |   - |2104 |2434 |   0 |   0 |   0 | 457k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1180.41/1180.41	c  1109s|  8300k|  8208k|     0 |   0.0 |2320M|1266 |   - |2104 |2492 |   0 |   0 |   0 | 457k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1181.81/1181.85	c  1110s|  8310k|  8218k|     0 |   0.0 |2323M|1266 |   - |2104 |2566 |   0 |   0 |   0 | 458k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1183.21/1183.27	c  1112s|  8320k|  8228k|     0 |   0.0 |2325M|1266 |   - |2104 |2634 |   0 |   0 |   0 | 459k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1184.61/1184.68	c  1113s|  8330k|  8238k|     0 |   0.0 |2328M|1266 |   - |2104 |2680 |   0 |   0 |   0 | 459k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1186.01/1186.05	c  1114s|  8340k|  8248k|     0 |   0.0 |2331M|1266 |   - |2104 |2740 |   0 |   0 |   0 | 460k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1187.41/1187.46	c  1115s|  8350k|  8258k|     0 |   0.0 |2334M|1266 |   - |2104 |2708 |   0 |   0 |   0 | 460k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1188.81/1188.84	c  1117s|  8360k|  8267k|     0 |   0.0 |2337M|1266 |   - |2104 |2558 |   0 |   0 |   0 | 461k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1190.21/1190.29	c  1118s|  8370k|  8277k|     0 |   0.0 |2339M|1266 |   - |2104 |2433 |   0 |   0 |   0 | 462k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1191.70/1191.71	c  1119s|  8380k|  8287k|     0 |   0.0 |2342M|1266 |   - |2104 |2513 |   0 |   0 |   0 | 462k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1193.10/1193.10	c  1121s|  8390k|  8297k|     0 |   0.0 |2345M|1266 |   - |2104 |2543 |   0 |   0 |   0 | 463k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1194.51/1194.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1194.51/1194.54	c  1122s|  8400k|  8307k|     0 |   0.0 |2348M|1266 |   - |2104 |2658 |   0 |   0 |   0 | 464k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1195.91/1195.94	c  1123s|  8410k|  8317k|     0 |   0.0 |2350M|1266 |   - |2104 |2359 |   0 |   0 |   0 | 464k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1197.30/1197.32	c  1124s|  8420k|  8327k|     0 |   0.0 |2353M|1266 |   - |2104 |2414 |   0 |   0 |   0 | 465k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1198.70/1198.75	c  1126s|  8430k|  8337k|     0 |   0.0 |2356M|1266 |   - |2104 |2181 |   0 |   0 |   0 | 465k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1200.11/1200.14	c  1127s|  8440k|  8346k|     0 |   0.0 |2359M|1266 |   - |2104 |2267 |   0 |   0 |   0 | 466k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1201.61/1201.60	c  1128s|  8450k|  8356k|     0 |   0.0 |2362M|1266 |   - |2104 |2211 |   0 |   0 |   0 | 467k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1203.00/1203.07	c  1130s|  8460k|  8366k|     0 |   0.0 |2364M|1266 |   - |2104 |2305 |   0 |   0 |   0 | 467k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1204.51/1204.51	c  1131s|  8470k|  8376k|     0 |   0.0 |2367M|1266 |   - |2104 |2343 |   0 |   0 |   0 | 468k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1205.91/1205.93	c  1132s|  8480k|  8386k|     0 |   0.0 |2370M|1266 |   - |2104 |2276 |   0 |   0 |   0 | 469k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1207.31/1207.33	c  1133s|  8490k|  8396k|     0 |   0.0 |2373M|1266 |   - |2104 |2188 |   0 |   0 |   0 | 469k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1208.70/1208.74	c  1135s|  8500k|  8406k|     0 |   0.0 |2375M|1266 |   - |2104 |2329 |   0 |   0 |   0 | 470k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1210.11/1210.13	c  1136s|  8510k|  8416k|     0 |   0.0 |2378M|1266 |   - |2104 |2366 |   0 |   0 |   0 | 470k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1211.51/1211.51	c  1137s|  8520k|  8425k|     0 |   0.0 |2381M|1266 |   - |2104 |2473 |   0 |   0 |   0 | 471k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1212.90/1212.96	c  1138s|  8530k|  8435k|     0 |   0.0 |2384M|1266 |   - |2104 |2288 |   0 |   0 |   0 | 472k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1214.32/1214.38	c  1140s|  8540k|  8445k|     0 |   0.0 |2387M|1266 |   - |2104 |2309 |   0 |   0 |   0 | 472k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1215.70/1215.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1215.70/1215.79	c  1141s|  8550k|  8455k|     0 |   0.0 |2389M|1266 |   - |2104 |2262 |   0 |   0 |   0 | 473k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1217.20/1217.22	c  1142s|  8560k|  8465k|     0 |   0.0 |2392M|1266 |   - |2104 |2347 |   0 |   0 |   0 | 473k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1218.61/1218.61	c  1143s|  8570k|  8475k|     0 |   0.0 |2395M|1266 |   - |2104 |2370 |   0 |   0 |   0 | 474k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1219.91/1219.98	c  1145s|  8580k|  8485k|     0 |   0.0 |2398M|1266 |   - |2104 |2417 |   0 |   0 |   0 | 475k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1221.30/1221.37	c  1146s|  8590k|  8495k|     0 |   0.0 |2400M|1266 |   - |2104 |2044 |   0 |   0 |   0 | 475k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1222.71/1222.77	c  1147s|  8600k|  8504k|     0 |   0.0 |2403M|1266 |   - |2104 |2121 |   0 |   0 |   0 | 476k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1224.21/1224.21	c  1148s|  8610k|  8514k|     0 |   0.0 |2406M|1266 |   - |2104 |2075 |   0 |   0 |   0 | 476k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1225.60/1225.65	c  1150s|  8620k|  8524k|     0 |   0.0 |2409M|1266 |   - |2104 |2169 |   0 |   0 |   0 | 477k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1227.01/1227.09	c  1151s|  8630k|  8534k|     0 |   0.0 |2412M|1266 |   - |2104 |2212 |   0 |   0 |   0 | 478k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1228.41/1228.49	c  1152s|  8640k|  8544k|     0 |   0.0 |2414M|1266 |   - |2104 |2259 |   0 |   0 |   0 | 478k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1229.90/1229.96	c  1154s|  8650k|  8554k|     0 |   0.0 |2417M|1266 |   - |2104 |2346 |   0 |   0 |   0 | 479k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1231.31/1231.36	c  1155s|  8660k|  8564k|     0 |   0.0 |2420M|1266 |   - |2104 |2423 |   0 |   0 |   0 | 480k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1232.71/1232.76	c  1156s|  8670k|  8574k|     0 |   0.0 |2423M|1266 |   - |2104 |2422 |   0 |   0 |   0 | 480k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1234.11/1234.15	c  1157s|  8680k|  8583k|     0 |   0.0 |2426M|1266 |   - |2104 |2496 |   0 |   0 |   0 | 481k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1235.50/1235.58	c  1159s|  8690k|  8593k|     0 |   0.0 |2428M|1266 |   - |2104 |2341 |   0 |   0 |   0 | 481k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1237.01/1237.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1237.01/1237.02	c  1160s|  8700k|  8603k|     0 |   0.0 |2431M|1266 |   - |2104 |2368 |   0 |   0 |   0 | 482k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1238.40/1238.46	c  1161s|  8710k|  8613k|     0 |   0.0 |2434M|1266 |   - |2104 |2264 |   0 |   0 |   0 | 483k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1239.81/1239.88	c  1163s|  8720k|  8623k|     0 |   0.0 |2437M|1266 |   - |2104 |2119 |   0 |   0 |   0 | 483k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1241.21/1241.29	c  1164s|  8730k|  8633k|     0 |   0.0 |2440M|1266 |   - |2104 |2245 |   0 |   0 |   0 | 484k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1242.60/1242.69	c  1165s|  8740k|  8643k|     0 |   0.0 |2443M|1266 |   - |2104 |2314 |   0 |   0 |   0 | 485k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1244.02/1244.10	c  1166s|  8750k|  8653k|     0 |   0.0 |2445M|1266 |   - |2104 |2188 |   0 |   0 |   0 | 485k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1245.51/1245.50	c  1168s|  8760k|  8662k|     0 |   0.0 |2448M|1266 |   - |2104 |2163 |   0 |   0 |   0 | 486k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1246.91/1246.91	c  1169s|  8770k|  8672k|     0 |   0.0 |2451M|1266 |   - |2104 |2170 |   0 |   0 |   0 | 487k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1248.31/1248.34	c  1170s|  8780k|  8682k|     0 |   0.0 |2454M|1266 |   - |2104 |2241 |   0 |   0 |   0 | 487k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1249.71/1249.75	c  1171s|  8790k|  8692k|     0 |   0.0 |2456M|1266 |   - |2104 |2380 |   0 |   0 |   0 | 488k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1251.11/1251.17	c  1173s|  8800k|  8702k|     0 |   0.0 |2459M|1266 |   - |2104 |2220 |   0 |   0 |   0 | 489k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1252.50/1252.55	c  1174s|  8810k|  8712k|     0 |   0.0 |2462M|1266 |   - |2104 |2233 |   0 |   0 |   0 | 489k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1253.91/1253.94	c  1175s|  8820k|  8722k|     0 |   0.0 |2465M|1266 |   - |2104 |2308 |   0 |   0 |   0 | 490k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1255.31/1255.32	c  1176s|  8830k|  8732k|     0 |   0.0 |2467M|1266 |   - |2104 |2083 |   0 |   0 |   0 | 490k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1256.70/1256.73	c  1178s|  8840k|  8741k|     0 |   0.0 |2470M|1266 |   - |2104 |2182 |   0 |   0 |   0 | 491k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1258.11/1258.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1258.11/1258.16	c  1179s|  8850k|  8751k|     0 |   0.0 |2473M|1266 |   - |2104 |2199 |   0 |   0 |   0 | 492k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1259.61/1259.62	c  1180s|  8860k|  8761k|     0 |   0.0 |2476M|1266 |   - |2104 |2122 |   0 |   0 |   0 | 492k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1261.01/1261.04	c  1182s|  8870k|  8771k|     0 |   0.0 |2479M|1266 |   - |2104 |2049 |   0 |   0 |   0 | 493k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1262.40/1262.47	c  1183s|  8880k|  8781k|     0 |   0.0 |2481M|1266 |   - |2104 |1933 |   0 |   0 |   0 | 494k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1263.82/1263.86	c  1184s|  8890k|  8791k|     0 |   0.0 |2484M|1266 |   - |2104 |1943 |   0 |   0 |   0 | 494k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1265.20/1265.24	c  1185s|  8900k|  8801k|     0 |   0.0 |2487M|1266 |   - |2104 |2038 |   0 |   0 |   0 | 495k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1266.60/1266.66	c  1187s|  8910k|  8811k|     0 |   0.0 |2490M|1266 |   - |2104 |2126 |   0 |   0 |   0 | 495k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1268.10/1268.10	c  1188s|  8920k|  8820k|     0 |   0.0 |2493M|1266 |   - |2104 |2079 |   0 |   0 |   0 | 496k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1269.51/1269.52	c  1189s|  8930k|  8830k|     0 |   0.0 |2495M|1266 |   - |2104 |1993 |   0 |   0 |   0 | 497k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1270.91/1270.91	c  1190s|  8940k|  8840k|     0 |   0.0 |2498M|1266 |   - |2104 |2077 |   0 |   0 |   0 | 497k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1272.31/1272.31	c  1192s|  8950k|  8850k|     0 |   0.0 |2501M|1266 |   - |2104 |2121 |   0 |   0 |   0 | 498k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1273.71/1273.73	c  1193s|  8960k|  8860k|     0 |   0.0 |2504M|1266 |   - |2104 |1935 |   0 |   0 |   0 | 499k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1275.10/1275.15	c  1194s|  8970k|  8870k|     0 |   0.0 |2507M|1266 |   - |2104 |2050 |   0 |   0 |   0 | 499k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1276.51/1276.54	c  1195s|  8980k|  8880k|     0 |   0.0 |2509M|1266 |   - |2104 |2095 |   0 |   0 |   0 | 500k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1277.91/1277.94	c  1197s|  8990k|  8890k|     0 |   0.0 |2512M|1266 |   - |2104 |1971 |   0 |   0 |   0 | 500k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1279.31/1279.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1279.31/1279.38	c  1198s|  9000k|  8899k|     0 |   0.0 |2515M|1266 |   - |2104 |2137 |   0 |   0 |   0 | 501k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1280.81/1280.83	c  1199s|  9010k|  8909k|     0 |   0.0 |2518M|1266 |   - |2104 |2065 |   0 |   0 |   0 | 502k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1282.21/1282.26	c  1201s|  9020k|  8919k|     0 |   0.0 |2521M|1266 |   - |2104 |2124 |   0 |   0 |   0 | 502k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1283.61/1283.67	c  1202s|  9030k|  8929k|     0 |   0.0 |2523M|1266 |   - |2104 |2164 |   0 |   0 |   0 | 503k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1285.00/1285.06	c  1203s|  9040k|  8939k|     0 |   0.0 |2526M|1266 |   - |2104 |2194 |   0 |   0 |   0 | 504k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1286.41/1286.46	c  1204s|  9050k|  8949k|     0 |   0.0 |2529M|1266 |   - |2104 |2264 |   0 |   0 |   0 | 504k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1287.81/1287.88	c  1206s|  9060k|  8959k|     0 |   0.0 |2532M|1266 |   - |2104 |2354 |   0 |   0 |   0 | 505k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1289.31/1289.32	c  1207s|  9070k|  8969k|     0 |   0.0 |2535M|1266 |   - |2104 |2361 |   0 |   0 |   0 | 506k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1290.71/1290.71	c  1208s|  9080k|  8978k|     0 |   0.0 |2537M|1266 |   - |2104 |2434 |   0 |   0 |   0 | 506k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1292.11/1292.14	c  1209s|  9090k|  8988k|     0 |   0.0 |2540M|1266 |   - |2104 |2179 |   0 |   0 |   0 | 507k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1293.51/1293.58	c  1211s|  9100k|  8998k|     0 |   0.0 |2543M|1266 |   - |2104 |2241 |   0 |   0 |   0 | 507k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1295.01/1295.01	c  1212s|  9110k|  9008k|     0 |   0.0 |2546M|1266 |   - |2104 |2272 |   0 |   0 |   0 | 508k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1296.41/1296.43	c  1213s|  9120k|  9018k|     0 |   0.0 |2548M|1266 |   - |2104 |2223 |   0 |   0 |   0 | 509k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1297.81/1297.85	c  1215s|  9130k|  9028k|     0 |   0.0 |2551M|1266 |   - |2104 |2323 |   0 |   0 |   0 | 509k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1299.21/1299.24	c  1216s|  9140k|  9038k|     0 |   0.0 |2554M|1266 |   - |2104 |2351 |   0 |   0 |   0 | 510k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1300.61/1300.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1300.61/1300.61	c  1217s|  9150k|  9048k|     0 |   0.0 |2557M|1266 |   - |2104 |2396 |   0 |   0 |   0 | 511k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1302.01/1302.03	c  1218s|  9160k|  9057k|     0 |   0.0 |2560M|1266 |   - |2104 |2518 |   0 |   0 |   0 | 511k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1303.41/1303.46	c  1220s|  9170k|  9067k|     0 |   0.0 |2563M|1266 |   - |2104 |2486 |   0 |   0 |   0 | 512k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1304.81/1304.86	c  1221s|  9180k|  9077k|     0 |   0.0 |2565M|1266 |   - |2104 |2514 |   0 |   0 |   0 | 512k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1306.21/1306.26	c  1222s|  9190k|  9087k|     0 |   0.0 |2568M|1266 |   - |2104 |2577 |   0 |   0 |   0 | 513k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1307.61/1307.64	c  1223s|  9200k|  9097k|     0 |   0.0 |2571M|1266 |   - |2104 |2618 |   0 |   0 |   0 | 514k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1309.02/1309.02	c  1224s|  9210k|  9107k|     0 |   0.0 |2574M|1266 |   - |2104 |2674 |   0 |   0 |   0 | 514k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1310.41/1310.45	c  1226s|  9220k|  9117k|     0 |   0.0 |2577M|1266 |   - |2104 |2756 |   0 |   0 |   0 | 515k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1311.81/1311.85	c  1227s|  9230k|  9127k|     0 |   0.0 |2579M|1266 |   - |2104 |2117 |   0 |   0 |   0 | 515k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1313.22/1313.24	c  1228s|  9240k|  9136k|     0 |   0.0 |2582M|1266 |   - |2104 |2203 |   0 |   0 |   0 | 516k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1314.61/1314.69	c  1230s|  9250k|  9146k|     0 |   0.0 |2585M|1266 |   - |2104 |2187 |   0 |   0 |   0 | 517k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1316.01/1316.09	c  1231s|  9260k|  9156k|     0 |   0.0 |2588M|1266 |   - |2104 |2180 |   0 |   0 |   0 | 517k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1317.41/1317.47	c  1232s|  9270k|  9166k|     0 |   0.0 |2590M|1266 |   - |2104 |2249 |   0 |   0 |   0 | 518k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1318.92/1318.91	c  1233s|  9280k|  9176k|     0 |   0.0 |2593M|1266 |   - |2104 |2371 |   0 |   0 |   0 | 519k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1320.31/1320.35	c  1235s|  9290k|  9186k|     0 |   0.0 |2596M|1266 |   - |2104 |2159 |   0 |   0 |   0 | 519k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1321.71/1321.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1321.71/1321.74	c  1236s|  9300k|  9196k|     0 |   0.0 |2599M|1266 |   - |2104 |2224 |   0 |   0 |   0 | 520k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1323.11/1323.14	c  1237s|  9310k|  9206k|     0 |   0.0 |2602M|1266 |   - |2104 |2167 |   0 |   0 |   0 | 520k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1324.51/1324.53	c  1238s|  9320k|  9215k|     0 |   0.0 |2604M|1266 |   - |2104 |2269 |   0 |   0 |   0 | 521k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1325.91/1325.95	c  1240s|  9330k|  9225k|     0 |   0.0 |2607M|1266 |   - |2104 |2311 |   0 |   0 |   0 | 522k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1327.41/1327.40	c  1241s|  9340k|  9235k|     0 |   0.0 |2610M|1266 |   - |2104 |2345 |   0 |   0 |   0 | 522k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1328.82/1328.84	c  1242s|  9350k|  9245k|     0 |   0.0 |2613M|1266 |   - |2104 |2410 |   0 |   0 |   0 | 523k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1330.21/1330.27	c  1244s|  9360k|  9255k|     0 |   0.0 |2616M|1266 |   - |2104 |2493 |   0 |   0 |   0 | 524k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1331.61/1331.65	c  1245s|  9370k|  9265k|     0 |   0.0 |2618M|1266 |   - |2104 |2391 |   0 |   0 |   0 | 524k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1333.01/1333.05	c  1246s|  9380k|  9275k|     0 |   0.0 |2621M|1266 |   - |2104 |2443 |   0 |   0 |   0 | 525k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1334.42/1334.48	c  1247s|  9390k|  9284k|     0 |   0.0 |2624M|1266 |   - |2104 |2539 |   0 |   0 |   0 | 526k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1335.81/1335.86	c  1249s|  9400k|  9294k|     0 |   0.0 |2627M|1266 |   - |2104 |2615 |   0 |   0 |   0 | 526k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1337.21/1337.24	c  1250s|  9410k|  9304k|     0 |   0.0 |2630M|1266 |   - |2104 |2616 |   0 |   0 |   0 | 527k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1338.62/1338.64	c  1251s|  9420k|  9314k|     0 |   0.0 |2632M|1266 |   - |2104 |2631 |   0 |   0 |   0 | 528k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1340.01/1340.08	c  1252s|  9430k|  9324k|     0 |   0.0 |2635M|1266 |   - |2104 |2654 |   0 |   0 |   0 | 528k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1341.41/1341.46	c  1254s|  9440k|  9334k|     0 |   0.0 |2638M|1266 |   - |2104 |2702 |   0 |   0 |   0 | 529k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1342.81/1342.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1342.81/1342.88	c  1255s|  9450k|  9344k|     0 |   0.0 |2641M|1266 |   - |2104 |2585 |   0 |   0 |   0 | 529k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1344.21/1344.26	c  1256s|  9460k|  9354k|     0 |   0.0 |2644M|1266 |   - |2104 |2619 |   0 |   0 |   0 | 530k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1345.62/1345.69	c  1257s|  9470k|  9363k|     0 |   0.0 |2646M|1266 |   - |2104 |2744 |   0 |   0 |   0 | 531k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1347.01/1347.06	c  1259s|  9480k|  9373k|     0 |   0.0 |2649M|1266 |   - |2104 |2527 |   0 |   0 |   0 | 531k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1348.52/1348.51	c  1260s|  9490k|  9383k|     0 |   0.0 |2652M|1266 |   - |2104 |2591 |   0 |   0 |   0 | 532k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1349.91/1349.96	c  1261s|  9500k|  9393k|     0 |   0.0 |2655M|1266 |   - |2104 |2308 |   0 |   0 |   0 | 533k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1351.41/1351.40	c  1262s|  9510k|  9403k|     0 |   0.0 |2657M|1266 |   - |2104 |2338 |   0 |   0 |   0 | 533k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1352.81/1352.81	c  1264s|  9520k|  9413k|     0 |   0.0 |2660M|1266 |   - |2104 |2406 |   0 |   0 |   0 | 534k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1354.21/1354.20	c  1265s|  9530k|  9423k|     0 |   0.0 |2663M|1266 |   - |2104 |2069 |   0 |   0 |   0 | 535k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1355.61/1355.60	c  1266s|  9540k|  9433k|     0 |   0.0 |2666M|1266 |   - |2104 |2096 |   0 |   0 |   0 | 535k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1357.11/1357.12	c  1267s|  9550k|  9442k|     0 |   0.0 |2668M|1266 |   - |2104 |2253 |   0 |   0 |   0 | 536k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1358.51/1358.57	c  1269s|  9560k|  9452k|     0 |   0.0 |2671M|1266 |   - |2104 |2230 |   0 |   0 |   0 | 537k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1359.91/1359.94	c  1270s|  9570k|  9462k|     0 |   0.0 |2674M|1266 |   - |2104 |2248 |   0 |   0 |   0 | 537k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1361.31/1361.37	c  1271s|  9580k|  9472k|     0 |   0.0 |2677M|1266 |   - |2104 |2189 |   0 |   0 |   0 | 538k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1362.71/1362.76	c  1273s|  9590k|  9482k|     0 |   0.0 |2680M|1266 |   - |2104 |2267 |   0 |   0 |   0 | 539k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1364.11/1364.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1364.11/1364.16	c  1274s|  9600k|  9492k|     0 |   0.0 |2682M|1266 |   - |2104 |2121 |   0 |   0 |   0 | 539k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1365.51/1365.54	c  1275s|  9610k|  9502k|     0 |   0.0 |2685M|1266 |   - |2104 |2095 |   0 |   0 |   0 | 540k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1366.91/1366.98	c  1276s|  9620k|  9512k|     0 |   0.0 |2688M|1266 |   - |2104 |2166 |   0 |   0 |   0 | 540k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1368.42/1368.42	c  1278s|  9630k|  9521k|     0 |   0.0 |2691M|1266 |   - |2104 |2232 |   0 |   0 |   0 | 541k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1369.71/1369.79	c  1279s|  9640k|  9531k|     0 |   0.0 |2693M|1266 |   - |2104 |2116 |   0 |   0 |   0 | 542k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1371.11/1371.18	c  1280s|  9650k|  9541k|     0 |   0.0 |2696M|1266 |   - |2104 |2191 |   0 |   0 |   0 | 542k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1372.61/1372.63	c  1281s|  9660k|  9551k|     0 |   0.0 |2699M|1266 |   - |2104 |2297 |   0 |   0 |   0 | 543k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1374.02/1374.04	c  1283s|  9670k|  9561k|     0 |   0.0 |2702M|1266 |   - |2104 |2283 |   0 |   0 |   0 | 544k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1375.42/1375.47	c  1284s|  9680k|  9571k|     0 |   0.0 |2705M|1266 |   - |2104 |2313 |   0 |   0 |   0 | 544k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1376.82/1376.87	c  1285s|  9690k|  9581k|     0 |   0.0 |2707M|1266 |   - |2104 |2318 |   0 |   0 |   0 | 545k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1378.22/1378.26	c  1286s|  9700k|  9591k|     0 |   0.0 |2710M|1266 |   - |2104 |2163 |   0 |   0 |   0 | 546k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1379.62/1379.66	c  1288s|  9710k|  9600k|     0 |   0.0 |2713M|1266 |   - |2104 |2273 |   0 |   0 |   0 | 546k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1381.01/1381.04	c  1289s|  9720k|  9610k|     0 |   0.0 |2716M|1266 |   - |2104 |2313 |   0 |   0 |   0 | 547k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1382.41/1382.40	c  1290s|  9730k|  9620k|     0 |   0.0 |2719M|1266 |   - |2104 |2294 |   0 |   0 |   0 | 547k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1383.72/1383.77	c  1291s|  9740k|  9630k|     0 |   0.0 |2721M|1266 |   - |2104 |2403 |   0 |   0 |   0 | 548k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1385.21/1385.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1385.21/1385.21	c  1293s|  9750k|  9640k|     0 |   0.0 |2724M|1266 |   - |2104 |2366 |   0 |   0 |   0 | 549k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1386.62/1386.63	c  1294s|  9760k|  9650k|     0 |   0.0 |2727M|1266 |   - |2104 |2421 |   0 |   0 |   0 | 549k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1388.01/1388.04	c  1295s|  9770k|  9660k|     0 |   0.0 |2730M|1266 |   - |2104 |2505 |   0 |   0 |   0 | 550k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1389.41/1389.44	c  1296s|  9780k|  9669k|     0 |   0.0 |2733M|1266 |   - |2104 |2595 |   0 |   0 |   0 | 551k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1390.81/1390.88	c  1298s|  9790k|  9679k|     0 |   0.0 |2735M|1266 |   - |2104 |2622 |   0 |   0 |   0 | 551k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1392.22/1392.28	c  1299s|  9800k|  9689k|     0 |   0.0 |2738M|1266 |   - |2104 |2688 |   0 |   0 |   0 | 552k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1393.62/1393.69	c  1300s|  9810k|  9699k|     0 |   0.0 |2741M|1266 |   - |2104 |2756 |   0 |   0 |   0 | 553k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1395.01/1395.05	c  1301s|  9820k|  9709k|     0 |   0.0 |2744M|1266 |   - |2104 |2757 |   0 |   0 |   0 | 553k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1396.41/1396.45	c  1303s|  9830k|  9719k|     0 |   0.0 |2747M|1266 |   - |2104 |2645 |   0 |   0 |   0 | 554k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1397.81/1397.84	c  1304s|  9840k|  9729k|     0 |   0.0 |2749M|1266 |   - |2104 |2702 |   0 |   0 |   0 | 555k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1399.22/1399.25	c  1305s|  9850k|  9739k|     0 |   0.0 |2752M|1266 |   - |2104 |2769 |   0 |   0 |   0 | 555k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1400.62/1400.67	c  1307s|  9860k|  9748k|     0 |   0.0 |2755M|1266 |   - |2104 |2591 |   0 |   0 |   0 | 556k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1402.02/1402.04	c  1308s|  9870k|  9758k|     0 |   0.0 |2758M|1266 |   - |2104 |2571 |   0 |   0 |   0 | 556k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1403.41/1403.44	c  1309s|  9880k|  9768k|     0 |   0.0 |2761M|1266 |   - |2104 |2629 |   0 |   0 |   0 | 557k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1404.81/1404.81	c  1310s|  9890k|  9778k|     0 |   0.0 |2763M|1266 |   - |2104 |2580 |   0 |   0 |   0 | 558k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1406.11/1406.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1406.11/1406.19	c  1312s|  9900k|  9788k|     0 |   0.0 |2766M|1266 |   - |2104 |2625 |   0 |   0 |   0 | 558k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1407.52/1407.58	c  1313s|  9910k|  9798k|     0 |   0.0 |2769M|1266 |   - |2104 |2736 |   0 |   0 |   0 | 559k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1408.92/1408.98	c  1314s|  9920k|  9808k|     0 |   0.0 |2772M|1266 |   - |2104 |2744 |   0 |   0 |   0 | 560k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1410.41/1410.41	c  1315s|  9930k|  9818k|     0 |   0.0 |2775M|1266 |   - |2104 |2783 |   0 |   0 |   0 | 560k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1411.72/1411.79	c  1317s|  9940k|  9827k|     0 |   0.0 |2777M|1266 |   - |2104 |2894 |   0 |   0 |   0 | 561k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1413.11/1413.19	c  1318s|  9950k|  9837k|     0 |   0.0 |2780M|1266 |   - |2104 |2630 |   0 |   0 |   0 | 562k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1414.52/1414.56	c  1319s|  9960k|  9847k|     0 |   0.0 |2783M|1266 |   - |2104 |2604 |   0 |   0 |   0 | 562k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1416.01/1416.00	c  1320s|  9970k|  9857k|     0 |   0.0 |2786M|1266 |   - |2104 |2740 |   0 |   0 |   0 | 563k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1417.31/1417.39	c  1322s|  9980k|  9867k|     0 |   0.0 |2788M|1266 |   - |2104 |2690 |   0 |   0 |   0 | 564k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1418.72/1418.77	c  1323s|  9990k|  9877k|     0 |   0.0 |2791M|1266 |   - |2104 |2814 |   0 |   0 |   0 | 564k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1420.22/1420.21	c  1324s| 10000k|  9887k|     0 |   0.0 |2794M|1266 |   - |2104 |2622 |   0 |   0 |   0 | 565k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1421.62/1421.68	c  1325s| 10010k|  9897k|     0 |   0.0 |2797M|1266 |   - |2104 |2717 |   0 |   0 |   0 | 566k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1423.01/1423.09	c  1327s| 10020k|  9906k|     0 |   0.0 |2800M|1266 |   - |2104 |2760 |   0 |   0 |   0 | 566k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1424.41/1424.49	c  1328s| 10030k|  9916k|     0 |   0.0 |2802M|1266 |   - |2104 |2654 |   0 |   0 |   0 | 567k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1425.92/1425.90	c  1329s| 10040k|  9926k|     0 |   0.0 |2805M|1266 |   - |2104 |2686 |   0 |   0 |   0 | 568k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1427.32/1427.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1427.32/1427.32	c  1330s| 10050k|  9936k|     0 |   0.0 |2808M|1266 |   - |2104 |2732 |   0 |   0 |   0 | 568k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1428.72/1428.74	c  1332s| 10060k|  9946k|     0 |   0.0 |2811M|1266 |   - |2104 |2464 |   0 |   0 |   0 | 569k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1430.11/1430.11	c  1333s| 10070k|  9956k|     0 |   0.0 |2813M|1266 |   - |2104 |2579 |   0 |   0 |   0 | 570k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1431.51/1431.54	c  1334s| 10080k|  9966k|     0 |   0.0 |2816M|1266 |   - |2104 |2442 |   0 |   0 |   0 | 570k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1432.92/1432.95	c  1336s| 10090k|  9975k|     0 |   0.0 |2819M|1266 |   - |2104 |2427 |   0 |   0 |   0 | 571k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1434.32/1434.35	c  1337s| 10100k|  9985k|     0 |   0.0 |2822M|1266 |   - |2104 |2453 |   0 |   0 |   0 | 572k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1435.72/1435.79	c  1338s| 10110k|  9995k|     0 |   0.0 |2825M|1266 |   - |2104 |2502 |   0 |   0 |   0 | 572k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1437.21/1437.21	c  1339s| 10120k| 10005k|     0 |   0.0 |2827M|1266 |   - |2104 |2238 |   0 |   0 |   0 | 573k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1438.51/1438.59	c  1341s| 10130k| 10015k|     0 |   0.0 |2830M|1266 |   - |2104 |2268 |   0 |   0 |   0 | 573k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1439.92/1439.98	c  1342s| 10140k| 10025k|     0 |   0.0 |2833M|1266 |   - |2104 |2244 |   0 |   0 |   0 | 574k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1441.31/1441.36	c  1343s| 10150k| 10035k|     0 |   0.0 |2836M|1266 |   - |2104 |2333 |   0 |   0 |   0 | 575k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1442.72/1442.77	c  1344s| 10160k| 10045k|     0 |   0.0 |2839M|1266 |   - |2104 |2500 |   0 |   0 |   0 | 576k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1444.11/1444.19	c  1346s| 10170k| 10054k|     0 |   0.0 |2841M|1266 |   - |2104 |2408 |   0 |   0 |   0 | 576k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1445.52/1445.59	c  1347s| 10180k| 10064k|     0 |   0.0 |2844M|1266 |   - |2104 |2430 |   0 |   0 |   0 | 577k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1447.01/1447.02	c  1348s| 10190k| 10074k|     0 |   0.0 |2847M|1266 |   - |2104 |2507 |   0 |   0 |   0 | 577k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1448.42/1448.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1448.42/1448.45	c  1349s| 10200k| 10084k|     0 |   0.0 |2850M|1266 |   - |2104 |2474 |   0 |   0 |   0 | 578k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1449.82/1449.89	c  1351s| 10210k| 10094k|     0 |   0.0 |2852M|1266 |   - |2104 |2368 |   0 |   0 |   0 | 579k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1451.32/1451.31	c  1352s| 10220k| 10104k|     0 |   0.0 |2855M|1266 |   - |2104 |2389 |   0 |   0 |   0 | 580k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1452.71/1452.71	c  1353s| 10230k| 10114k|     0 |   0.0 |2858M|1266 |   - |2104 |2392 |   0 |   0 |   0 | 580k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1454.01/1454.07	c  1354s| 10240k| 10123k|     0 |   0.0 |2861M|1266 |   - |2104 |2482 |   0 |   0 |   0 | 581k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1455.51/1455.53	c  1356s| 10250k| 10133k|     0 |   0.0 |2864M|1266 |   - |2104 |2449 |   0 |   0 |   0 | 582k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1456.92/1456.98	c  1357s| 10260k| 10143k|     0 |   0.0 |2866M|1266 |   - |2104 |2533 |   0 |   0 |   0 | 582k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1458.01/1458.00	c (node 10267023) switching to memory saving mode (mem: 2736.0M/3420.0M)
1460.31/1460.30	c  1360s| 10270k| 10150k|     0 |   0.0 |2874M|1266 |   - |2104 |  16k|   0 |   0 |   0 | 597k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1464.42/1464.46	c  1364s| 10280k| 10150k|     0 |   0.0 |2897M|1266 |   - |2104 |  66k|   0 |   0 |   0 | 647k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1468.42/1468.49	c  1368s| 10290k| 10150k|     0 |   0.0 |2920M|1266 |   - |2104 | 117k|   0 |   0 |   0 | 697k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1472.51/1472.57	c  1372s| 10300k| 10150k|     0 |   0.0 |2943M|1266 |   - |2104 | 167k|   0 |   0 |   0 | 748k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1476.62/1476.65	c  1376s| 10310k| 10150k|     0 |   0.0 |2965M|1266 |   - |2104 | 217k|   0 |   0 |   0 | 798k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1480.72/1480.75	c  1380s| 10320k| 10150k|     0 |   0.0 |2989M|1266 |   - |2104 | 267k|   0 |   0 |   0 | 848k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1484.71/1484.75	c  1383s| 10330k| 10150k|     0 |   0.0 |3012M|1266 |   - |2104 | 317k|   0 |   0 |   0 | 898k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1488.81/1488.80	c  1387s| 10340k| 10150k|     0 |   0.0 |3034M|1266 |   - |2104 | 367k|   0 |   0 |   0 | 948k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1492.62/1492.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1492.62/1492.66	c  1391s| 10350k| 10150k|     0 |   0.0 |3057M|1266 |   - |2104 | 417k|   0 |   0 |   0 | 998k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1496.62/1496.65	c  1395s| 10360k| 10150k|     0 |   0.0 |3080M|1266 |   - |2104 | 467k|   0 |   0 |   0 |1048k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1500.72/1500.71	c  1398s| 10370k| 10150k|     0 |   0.0 |3102M|1266 |   - |2104 | 517k|   0 |   0 |   0 |1098k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1504.61/1504.62	c  1402s| 10380k| 10150k|     0 |   0.0 |3126M|1266 |   - |2104 | 567k|   0 |   0 |   0 |1148k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1508.42/1508.43	c  1406s| 10390k| 10150k|     0 |   0.0 |3148M|1266 |   - |2104 | 618k|   0 |   0 |   0 |1198k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1512.22/1512.27	c  1409s| 10400k| 10150k|     0 |   0.0 |3172M|1266 |   - |2104 | 668k|   0 |   0 |   0 |1248k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1515.82/1515.85	c  1413s| 10410k| 10150k|     0 |   0.0 |3194M|1266 |   - |2104 | 718k|   0 |   0 |   0 |1298k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1519.72/1519.70	c  1416s| 10420k| 10150k|     0 |   0.0 |3216M|1266 |   - |2104 | 768k|   0 |   0 |   0 |1348k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1523.32/1523.36	c  1420s| 10430k| 10150k|     0 |   0.0 |3241M|1266 |   - |2104 | 818k|   0 |   0 |   0 |1399k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1527.12/1527.16	c  1423s| 10440k| 10150k|     0 |   0.0 |3262M|1266 |   - |2104 | 868k|   0 |   0 |   0 |1449k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1531.02/1531.00	c  1427s| 10450k| 10150k|     0 |   0.0 |3284M|1266 |   - |2104 | 918k|   0 |   0 |   0 |1499k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1534.72/1534.73	c  1431s| 10460k| 10150k|     0 |   0.0 |3309M|1266 |   - |2104 | 968k|   0 |   0 |   0 |1549k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1538.32/1538.34	c  1434s| 10470k| 10150k|     0 |   0.0 |3331M|1266 |   - |2104 |1018k|   0 |   0 |   0 |1599k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1542.12/1542.19	c  1438s| 10480k| 10150k|     0 |   0.0 |3353M|1266 |   - |2104 |1068k|   0 |   0 |   0 |1649k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1545.92/1545.93	c  1441s| 10490k| 10150k|     0 |   0.0 |3375M|1266 |   - |2104 |1118k|   0 |   0 |   0 |1699k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1549.62/1549.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1549.62/1549.65	c  1445s| 10500k| 10150k|     0 |   0.0 |3401M|1266 |   - |2104 |1168k|   0 |   0 |   0 |1749k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1553.32/1553.34	c  1448s| 10510k| 10150k|     0 |   0.0 |3423M|1266 |   - |2104 |1218k|   0 |   0 |   0 |1799k|   0 | 0.000000e+00 | 5.868000e+03 |    Inf 
1553.72/1553.70	c pressed CTRL-C 1 times (5 times for forcing termination)
1553.72/1553.70	c 
1553.72/1553.70	c SCIP Status        : solving was interrupted [user interrupt]
1553.72/1553.70	c Solving Time (sec) : 1448.56
1553.72/1553.70	c Solving Nodes      : 10511043
1553.72/1553.70	c Primal Bound       : +5.86800000000000e+03 (4 solutions)
1553.72/1553.70	c Dual Bound         : +0.00000000000000e+00
1553.72/1553.70	c Gap                : infinite
1553.72/1553.71	s SATISFIABLE
1553.72/1553.71	v x1860 x1859 x1858 x1857 x1856 x1855 x1854 x1853 x1852 x1851 x1850 x1849 x1848 x1847 x1846 x1845 x1844 x1843 x1842 x1841 x1840 x1839 
1553.72/1553.71	v x1838 x1837 x1836 x1835 x1834 x1833 x1832 x1831 x1830 x1829 x1828 x1827 x1826 x1825 x1824 x1823 x1822 x1821 x1820 x1819 
1553.72/1553.71	v x1818 x1817 x1816 x1815 x1814 x1813 x1812 x1811 x1810 x1809 x1808 x1807 x1806 x1805 x1804 x1803 x1802 x1801 x1800 x1799 x1798 
1553.72/1553.71	v x1797 x1796 x1795 x1794 x1793 x1792 x1791 x1790 x1789 x1788 x1787 x1786 x1785 x1784 x1783 x1782 x1781 x1780 x1779 x1778 x1777 
1553.72/1553.71	v x1776 x1775 x1774 x1773 x1772 x1771 x1770 x1769 x1768 x1767 x1766 x1765 x1764 x1763 x1762 x1761 x1760 x1759 x1758 x1757 x1756 
1553.72/1553.71	v x1755 x1754 x1753 x1752 x1751 x1750 x1749 x1748 x1747 x1746 x1745 x1744 x1743 x1742 x1741 x1740 x1739 x1738 x1737 x1736 x1735 
1553.72/1553.71	v x1734 x1733 x1732 x1731 x1730 x1729 x1728 x1727 x1726 x1725 x1724 x1723 x1722 x1721 x1720 x1719 x1718 x1717 x1716 x1715 x1714 
1553.72/1553.71	v x1713 x1712 x1711 x1710 x1709 x1708 x1707 x1706 x1705 x1704 x1703 x1702 x1701 x1700 x1699 x1698 x1697 x1696 x1695 x1694 
1553.72/1553.71	v x1693 x1692 x1691 x1690 x1689 x1688 x1687 x1686 x1685 x1684 x1683 x1682 x1681 x1680 x1679 x1678 x1677 x1676 x1675 x1674 x1673 
1553.72/1553.71	v x1672 x1671 x1670 x1669 x1668 x1667 x1666 x1665 x1664 x1663 x1662 x1661 x1660 x1659 x1658 x1657 x1656 x1655 x1654 x1653 x1652 
1553.72/1553.71	v x1651 x1650 x1649 x1648 x1647 x1646 x1645 x1644 x1643 x1642 x1641 x1640 x1639 x1638 x1637 x1636 x1635 x1634 x1633 x1632 x1631 
1553.72/1553.71	v x1630 x1629 x1628 x1627 x1626 x1625 x1624 x1623 x1622 x1621 x1620 x1619 x1618 x1617 x1616 x1615 x1614 x1613 x1612 x1611 x1610 
1553.72/1553.71	v x1609 x1608 x1607 x1606 x1605 x1604 x1603 x1602 x1601 x1600 x1599 x1598 x1597 x1596 x1595 x1594 x1593 x1592 x1591 x1590 x1589 
1553.72/1553.71	v x1588 x1587 x1586 x1585 x1584 x1583 x1582 x1581 x1580 x1579 x1578 x1577 x1576 x1575 x1574 x1573 x1572 x1571 x1570 x1569 
1553.72/1553.71	v x1568 x1567 x1566 x1565 x1564 x1563 x1562 x1561 x1560 x1559 x1558 x1557 x1556 x1555 x1554 x1553 x1552 x1551 x1550 x1549 x1548 
1553.72/1553.71	v x1547 x1546 x1545 x1544 x1543 x1542 x1541 x1540 x1539 x1538 x1537 x1536 x1535 x1534 x1533 x1532 x1531 x1530 x1529 x1528 x1527 
1553.72/1553.71	v x1526 x1525 x1524 x1523 x1522 x1521 x1520 x1519 x1518 x1517 x1516 x1515 x1514 x1513 x1512 x1511 x1510 x1509 x1508 x1507 x1506 
1553.72/1553.71	v x1505 x1504 x1503 x1502 x1501 x1500 x1499 x1498 x1497 x1496 x1495 x1494 x1493 x1492 x1491 x1490 x1489 x1488 x1487 x1486 x1485 
1553.72/1553.71	v x1484 x1483 x1482 x1481 x1480 x1479 x1478 x1477 x1476 x1475 x1474 x1473 x1472 x1471 x1470 x1469 x1468 x1467 x1466 x1465 x1464 
1553.72/1553.71	v x1463 x1462 x1461 x1460 x1459 x1458 x1457 x1456 x1455 x1454 x1453 x1452 x1451 x1450 x1449 x1448 x1447 x1446 x1445 x1444 
1553.72/1553.71	v x1443 x1442 x1441 x1440 x1439 x1438 x1437 x1436 x1435 x1434 x1433 x1432 x1431 x1430 x1429 x1428 x1427 x1426 x1425 x1424 x1423 
1553.72/1553.71	v x1422 x1421 x1420 x1419 x1418 x1417 x1416 x1415 x1414 x1413 x1412 x1411 x1410 x1409 x1408 x1407 x1406 x1405 x1404 x1403 x1402 
1553.72/1553.71	v x1401 x1400 x1399 x1398 x1397 x1396 x1395 x1394 x1393 x1392 x1391 x1390 x1389 x1388 x1387 x1386 x1385 x1384 x1383 x1382 x1381 
1553.72/1553.71	v x1380 x1379 x1378 x1377 x1376 x1375 x1374 x1373 x1372 x1371 x1370 x1369 x1368 x1367 x1366 x1365 x1364 x1363 x1362 x1361 x1360 
1553.72/1553.71	v x1359 x1358 x1357 x1356 x1355 x1354 x1353 x1352 x1351 x1350 x1349 x1348 x1347 x1346 x1345 x1344 x1343 x1342 x1341 x1340 x1339 
1553.72/1553.71	v x1338 x1337 x1336 x1335 x1334 x1333 x1332 x1331 x1330 x1329 x1328 x1327 x1326 x1325 x1324 x1323 x1322 x1321 x1320 x1319 
1553.72/1553.71	v x1318 x1317 x1316 x1315 x1314 x1313 x1312 x1311 x1310 x1309 x1308 x1307 x1306 x1305 x1304 x1303 x1302 x1301 x1300 x1299 x1298 
1553.72/1553.71	v x1297 x1296 x1295 x1294 x1293 x1292 x1291 x1290 x1289 x1288 x1287 x1286 x1285 x1284 x1283 x1282 x1281 x1280 x1279 x1278 x1277 
1553.72/1553.71	v x1276 x1275 x1274 x1273 x1272 x1271 x1270 x1269 x1268 x1267 x1266 x1265 x1264 x1263 x1262 x1261 x1260 x1259 x1258 x1257 x1256 
1553.72/1553.71	v x1255 x1254 x1253 x1252 x1251 x1250 x1249 x1248 x1247 x1246 x1245 x1244 x1243 x1242 x1241 x1240 x1239 x1238 x1237 x1236 x1235 
1553.72/1553.71	v x1234 x1233 x1232 x1231 x1230 x1229 x1228 x1227 x1226 x1225 x1224 x1223 x1222 x1221 x1220 x1219 x1218 x1217 x1216 x1215 x1214 
1553.72/1553.71	v x1213 x1212 x1211 x1210 x1209 x1208 x1207 x1206 x1205 x1204 x1203 x1202 x1201 x1200 x1199 x1198 x1197 x1196 x1195 x1194 
1553.72/1553.71	v x1193 x1192 x1191 x1190 x1189 x1188 x1187 x1186 x1185 x1184 x1183 x1182 x1181 x1180 x1179 x1178 x1177 x1176 x1175 x1174 x1173 
1553.72/1553.71	v x1172 x1171 x1170 x1169 x1168 x1167 x1166 x1165 x1164 x1163 x1162 x1161 x1160 x1159 x1158 x1157 x1156 x1155 x1154 x1153 x1152 
1553.72/1553.71	v x1151 x1150 x1149 x1148 x1147 x1146 x1145 x1144 x1143 x1142 x1141 x1140 x1139 x1138 x1137 x1136 x1135 x1134 x1133 x1132 x1131 
1553.72/1553.71	v x1130 x1129 x1128 x1127 x1126 x1125 x1124 x1123 x1122 x1121 x1120 x1119 x1118 x1117 x1116 x1115 x1114 x1113 x1112 x1111 x1110 
1553.72/1553.71	v x1109 x1108 x1107 x1106 x1105 x1104 x1103 x1102 x1101 x1100 x1099 x1098 x1097 x1096 x1095 x1094 x1093 x1092 x1091 x1090 x1089 
1553.72/1553.71	v x1088 x1087 x1086 x1085 x1084 x1083 x1082 x1081 x1080 x1079 x1078 x1077 x1076 x1075 x1074 x1073 x1072 x1071 x1070 x1069 
1553.72/1553.71	v x1068 x1067 x1066 x1065 x1064 x1063 x1062 x1061 x1060 x1059 x1058 x1057 x1056 x1055 x1054 x1053 x1052 x1051 x1050 x1049 x1048 
1553.72/1553.71	v x1047 x1046 x1045 x1044 x1043 x1042 x1041 x1040 x1039 x1038 x1037 x1036 x1035 x1034 x1033 x1032 x1031 x1030 x1029 x1028 x1027 
1553.72/1553.71	v x1026 x1025 x1024 x1023 x1022 x1021 x1020 x1019 x1018 x1017 x1016 x1015 x1014 x1013 x1012 x1011 x1010 x1009 x1008 x1007 x1006 
1553.72/1553.71	v x1005 x1004 x1003 x1002 x1001 x1000 x999 x998 x997 x996 x995 x994 x993 x992 x991 x990 x989 x988 x987 x986 x985 x984 x983 x982 
1553.72/1553.71	v x981 x980 x979 x978 x977 x976 x975 x974 x973 x972 x971 x970 x969 x968 x967 x966 x965 x964 x963 x962 x961 x960 x959 x958 x957 
1553.72/1553.71	v x956 x955 x954 x953 x952 x951 x950 x949 x948 x947 x946 x945 x944 x943 x942 x941 x940 x939 x938 x937 x936 x935 x934 x933 x932 
1553.72/1553.71	v x931 x930 x929 x928 x927 x926 x925 x924 x923 x922 x921 x920 x919 x918 x917 x916 x915 x914 x913 x912 x911 x910 x909 x908 x907 
1553.72/1553.71	v x906 x905 x904 x903 x902 x901 x900 x899 x898 x897 x896 x895 x894 x893 x892 x891 x890 x889 x888 x887 x886 x885 x884 x883 x882 
1553.72/1553.71	v x881 x880 x879 x878 x877 x876 x875 x874 x873 x872 x871 x870 x869 x868 x867 x866 x865 x864 x863 x862 x861 x860 x859 x858 x857 
1553.72/1553.71	v x856 x855 x854 x853 x852 x851 x850 x849 x848 x847 x846 x845 x844 x843 x842 x841 x840 x839 x838 x837 x836 x835 x834 x833 x832 
1553.72/1553.71	v x831 x830 x829 x828 x827 x826 x825 x824 x823 x822 x821 x820 x819 x818 x817 x816 x815 x814 x813 x812 x811 x810 x809 x808 x807 
1553.72/1553.71	v x806 x805 x804 x803 x802 x801 x800 x799 x798 x797 x796 x795 x794 x793 x792 x791 x790 x789 x788 x787 x786 x785 x784 x783 x782 
1553.72/1553.71	v x781 x780 x779 x778 x777 x776 x775 x774 x773 x772 x771 x770 x769 x768 x767 x766 x765 x764 x763 x762 x761 x760 x759 x758 x757 
1553.72/1553.71	v x756 x755 x754 x753 x752 x751 x750 x749 x748 x747 x746 x745 x744 x743 x742 x741 x740 x739 x738 x737 x736 x735 x734 x733 x732 
1553.72/1553.71	v x731 x730 x729 x728 x727 x726 x725 x724 x723 x722 x721 x720 x719 x718 x717 x716 x715 x714 x713 x712 x711 x710 x709 x708 x707 
1553.72/1553.71	v x706 x705 x704 x703 x702 x701 x700 x699 x698 x697 x696 x695 x694 x693 x692 x691 x690 x689 x688 x687 x686 x685 x684 x683 x682 
1553.72/1553.71	v x681 x680 x679 x678 x677 x676 x675 x674 x673 x672 x671 x670 x669 x668 x667 x666 x665 x664 x663 x662 x661 x660 x659 x658 x657 
1553.72/1553.71	v x656 x655 x654 x653 x652 x651 x650 x649 x648 x647 x646 x645 x644 x643 x642 x641 x640 x639 x638 x637 x636 x635 x634 x633 x632 
1553.72/1553.71	v x631 x630 x629 x628 x627 x626 x625 x624 x623 x622 x621 x620 x619 x618 x617 x616 x615 x614 x613 x612 x611 x610 x609 x608 x607 
1553.72/1553.71	v x606 x605 x604 x603 x602 x601 x600 x599 x598 x597 x596 x595 x594 x593 x592 x591 x590 x589 x588 x587 x586 x585 x584 x583 x582 
1553.72/1553.71	v x581 x580 x579 x578 x577 x576 x575 x574 x573 x572 x571 x570 x569 x568 x567 x566 x565 x564 x563 x562 x561 x560 x559 x558 x557 
1553.72/1553.71	v x556 x555 x554 x553 x552 x551 x550 x549 x548 x547 x546 x545 x544 x543 x542 x541 x540 x539 x538 x537 x536 x535 x534 x533 x532 
1553.72/1553.71	v x531 x530 x529 x528 x527 x526 x525 x524 x523 x522 x521 x520 x519 x518 x517 x516 x515 x514 x513 x512 x511 x510 x509 x508 x507 
1553.72/1553.71	v x506 x505 x504 x503 x502 x501 x500 x499 x498 x497 x496 x495 x494 x493 x492 x491 x490 x489 x488 x487 x486 x485 x484 x483 x482 
1553.72/1553.71	v x481 x480 x479 x478 x477 x476 x475 x474 x473 x472 x471 x470 x469 x468 x467 x466 x465 x464 x463 x462 x461 x460 x459 x458 x457 
1553.72/1553.71	v x456 x455 x454 x453 x452 x451 x450 x449 x448 x447 x446 x445 x444 x443 x442 x441 x440 x439 x438 x437 x436 x435 x434 x433 x432 
1553.72/1553.71	v x431 x430 x429 x428 x427 x426 x425 x424 x423 x422 x421 x420 x419 x418 x417 x416 x415 x414 x413 x412 x411 x410 x409 x408 x407 
1553.72/1553.71	v x406 x405 x404 x403 x402 x401 x400 x399 x398 x397 x396 x395 x394 x393 x392 x391 x390 x389 x388 x387 x386 x385 x384 x383 x382 
1553.72/1553.71	v x381 x380 x379 x378 x377 x376 x375 x374 x373 x372 x371 x370 x369 x368 x367 x366 x365 x364 x363 x362 x361 x360 x359 x358 x357 
1553.72/1553.71	v x356 x355 x354 x353 x352 x351 x350 x349 x348 x347 x346 x345 x344 x343 x342 x341 x340 x339 x338 x337 x336 x335 x334 x333 x332 
1553.72/1553.71	v x331 x330 x329 x328 x327 x326 x325 x324 x323 x322 x321 x320 x319 x318 x317 x316 x315 x314 x313 x312 x311 x310 x309 x308 x307 
1553.72/1553.71	v x306 x305 x304 x303 x302 x301 x300 x299 x298 x297 x296 x295 x294 x293 x292 x291 x290 x289 x288 x287 x286 x285 x284 x283 x282 
1553.72/1553.71	v x281 x280 x279 x278 x277 x276 x275 x274 x273 x272 x271 x270 x269 x268 x267 x266 x265 x264 x263 x262 x261 x260 x259 x258 x257 
1553.72/1553.71	v x256 x255 x254 x253 x252 x251 x250 x249 x248 x247 x246 x245 x244 x243 x242 x241 x240 x239 x238 x237 x236 x235 x234 x233 x232 
1553.72/1553.71	v x231 x230 x229 x228 x227 x226 x225 x224 x223 x222 x221 x220 x219 x218 x217 x216 x215 x214 x213 x212 x211 x210 x209 x208 x207 
1553.72/1553.71	v x206 x205 x204 x203 x202 x201 x200 x199 x198 x197 x196 x195 x194 x193 x192 x191 x190 x189 x188 x187 x186 x185 x184 x183 x182 
1553.72/1553.71	v x181 x180 x179 x178 x177 x176 x175 x174 x173 x172 x171 x170 x169 x168 x167 x166 x165 x164 x163 x162 x161 x160 x159 x158 x157 
1553.72/1553.71	v x156 x155 x154 x153 x152 x151 x150 x149 x148 x147 x146 x145 x144 x143 x142 x141 x140 x139 x138 x137 x136 x135 x134 x133 x132 
1553.72/1553.71	v x131 x130 x129 x128 x127 x126 x125 x124 x123 x122 x121 x120 x119 x118 x117 x116 x115 x114 x113 x112 x111 x110 x109 x108 x107 
1553.72/1553.71	v x106 x105 x104 x103 x102 x101 x100 x99 x98 x97 x96 x95 x94 x93 x92 x91 x90 x89 x88 x87 x86 x85 x84 x83 x82 x81 x80 x79 x78 
1553.72/1553.71	v x77 x76 x75 x74 x73 x72 x71 x70 x69 x68 x67 x66 x65 x64 x63 x62 x61 x60 x59 x58 x57 x56 x55 x54 x53 x52 x51 x50 x49 x48 x47 
1553.72/1553.71	v x46 x45 x44 x43 x42 x41 x40 x39 x38 x37 x36 x35 x34 x33 x32 x31 x30 x29 x28 x27 x26 x25 x24 x23 x22 x21 x20 x19 x18 x17 x16 
1553.72/1553.71	v x15 x14 x13 x12 x11 x10 x9 x8 x7 x6 x5 x4 x3 x2 x1 
1553.72/1553.71	c SCIP Status        : solving was interrupted [user interrupt]
1553.72/1553.71	c Solving Time       :    1448.56
1553.72/1553.71	c Original Problem   :
1553.72/1553.71	c   Problem name     : HOME/instance-2693989-1277920339.wbo
1553.72/1553.71	c   Variables        : 2104 (1982 binary, 0 integer, 0 implicit integer, 122 continuous)
1553.72/1553.71	c   Constraints      : 245 initial, 245 maximal
1553.72/1553.71	c Presolved Problem  :
1553.72/1553.71	c   Problem name     : t_HOME/instance-2693989-1277920339.wbo
1553.72/1553.71	c   Variables        : 2104 (1982 binary, 0 integer, 0 implicit integer, 122 continuous)
1553.72/1553.71	c   Constraints      : 244 initial, 1223673 maximal
1553.72/1553.71	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1553.72/1553.71	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1553.72/1553.71	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1553.72/1553.71	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1553.72/1553.71	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1553.72/1553.71	c   implics          :       0.00          0          0          0          0          0          0          0          0
1553.72/1553.71	c   probing          :       0.01          0          0          0          0          0          0          0          0
1553.72/1553.71	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1553.72/1553.71	c   linear           :       0.00          0          0          0        122          0          1          0          0
1553.72/1553.71	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1553.72/1553.71	c   root node        :          -          0          -          -          0          -          -          -          -
1553.72/1553.71	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1553.72/1553.71	c   integral         :          0          0          0          0          0          0          0          0          0          0
1553.72/1553.71	c   indicator        :        122          0       1117          0        876          0        147          0          0          0
1553.72/1553.71	c   linear           :        122          0   11551860          0   10331171     164840    6937923          0          0          0
1553.72/1553.71	c   logicor          :          0+         0    2175468          0          0      15872     328619          0          0          0
1553.72/1553.71	c   countsols        :          0          0          0          0   10331171          0          0          0          0          0
1553.72/1553.71	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1553.72/1553.71	c   integral         :       0.00       0.00       0.00       0.00       0.00
1553.72/1553.71	c   indicator        :       0.00       0.00       0.00       0.00       0.00
1553.72/1553.71	c   linear           :     172.22       0.00     169.19       0.00       3.03
1553.72/1553.71	c   logicor          :      19.14       0.00      19.14       0.00       0.00
1553.72/1553.71	c   countsols        :       0.96       0.00       0.00       0.00       0.96
1553.72/1553.71	c Propagators        :       Time      Calls    Cutoffs    DomReds
1553.72/1553.71	c   vbounds          :       1.34          2          0          0
1553.72/1553.71	c   rootredcost      :       1.23          0          0          0
1553.72/1553.71	c   pseudoobj        :      35.91   11551660          0          0
1553.72/1553.71	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1553.72/1553.71	c   propagation      :     127.76     180712     180712    3918097      138.2    3662414       28.8          -
1553.72/1553.71	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1553.72/1553.71	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1553.72/1553.71	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1553.72/1553.71	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1553.72/1553.71	c   applied globally :          -          -          -    1804271       30.5          -          -          -
1553.72/1553.71	c   applied locally  :          -          -          -        177      255.0          -          -          -
1553.72/1553.71	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1553.72/1553.71	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1553.72/1553.71	c   redcost          :       0.00          0          0          0          0          0
1553.72/1553.71	c   impliedbounds    :       0.00          0          0          0          0          0
1553.72/1553.71	c   intobj           :       0.00          0          0          0          0          0
1553.72/1553.71	c   cgmip            :       0.00          0          0          0          0          0
1553.72/1553.71	c   gomory           :       0.00          0          0          0          0          0
1553.72/1553.71	c   strongcg         :       0.00          0          0          0          0          0
1553.72/1553.71	c   cmir             :       0.00          0          0          0          0          0
1553.72/1553.71	c   flowcover        :       0.00          0          0          0          0          0
1553.72/1553.71	c   clique           :       0.00          0          0          0          0          0
1553.72/1553.71	c   zerohalf         :       0.00          0          0          0          0          0
1553.72/1553.71	c   mcf              :       0.00          0          0          0          0          0
1553.72/1553.71	c   rapidlearning    :       0.00          0          0          0          0          0
1553.72/1553.71	c Pricers            :       Time      Calls       Vars
1553.72/1553.71	c   problem variables:       0.00          0          0
1553.72/1553.71	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1553.72/1553.71	c   relpscost        :       0.00          0          0          0          0          0          0
1553.72/1553.71	c   pscost           :       0.00          0          0          0          0          0          0
1553.72/1553.71	c   inference        :    1070.13   10331171          0          0          0          0   20662342
1553.72/1553.71	c   mostinf          :       0.00          0          0          0          0          0          0
1553.72/1553.71	c   leastinf         :       0.00          0          0          0          0          0          0
1553.72/1553.71	c   fullstrong       :       0.00          0          0          0          0          0          0
1553.72/1553.71	c   allfullstrong    :       0.00          0          0          0          0          0          0
1553.72/1553.71	c   random           :       0.00          0          0          0          0          0          0
1553.72/1553.71	c Primal Heuristics  :       Time      Calls      Found
1553.72/1553.71	c   LP solutions     :       0.00          -          0
1553.72/1553.71	c   pseudo solutions :       0.00          -          0
1553.72/1553.71	c   oneopt           :       1.36          0          0
1553.72/1553.71	c   trivial          :       0.01          2          3
1553.72/1553.71	c   simplerounding   :       0.00          0          0
1553.72/1553.71	c   zirounding       :       0.00          0          0
1553.72/1553.71	c   rounding         :       0.00          0          0
1553.72/1553.71	c   shifting         :       0.00          0          0
1553.72/1553.71	c   intshifting      :       0.00          0          0
1553.72/1553.71	c   twoopt           :       0.00          0          0
1553.72/1553.71	c   fixandinfer      :       0.00          0          0
1553.72/1553.71	c   feaspump         :       0.00          0          0
1553.72/1553.71	c   coefdiving       :       0.00          0          0
1553.72/1553.71	c   pscostdiving     :       0.00          0          0
1553.72/1553.71	c   fracdiving       :       0.00          0          0
1553.72/1553.71	c   veclendiving     :       0.00          0          0
1553.72/1553.71	c   intdiving        :       0.00          0          0
1553.72/1553.71	c   actconsdiving    :       0.00          0          0
1553.72/1553.71	c   objpscostdiving  :       0.00          0          0
1553.72/1553.71	c   rootsoldiving    :       0.00          0          0
1553.72/1553.71	c   linesearchdiving :       0.00          0          0
1553.72/1553.71	c   guideddiving     :       0.00          0          0
1553.72/1553.71	c   octane           :       0.00          0          0
1553.72/1553.71	c   rens             :       0.00          0          0
1553.72/1553.71	c   rins             :       0.00          0          0
1553.72/1553.71	c   localbranching   :       0.00          0          0
1553.72/1553.71	c   mutation         :       0.00          0          0
1553.72/1553.71	c   crossover        :       0.00          0          0
1553.72/1553.71	c   dins             :       0.00          0          0
1553.72/1553.71	c   undercover       :       0.00          0          0
1553.72/1553.71	c   nlp              :       1.02          0          0
1553.72/1553.71	c   trysol           :       0.91          1          1
1553.72/1553.71	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1553.72/1553.71	c   primal LP        :       0.00          0          0       0.00          -
1553.72/1553.71	c   dual LP          :       0.00          0          0       0.00          -
1553.72/1553.71	c   lex dual LP      :       0.00          0          0       0.00          -
1553.72/1553.71	c   barrier LP       :       0.00          0          0       0.00          -
1553.72/1553.71	c   diving/probing LP:       0.00          0          0       0.00          -
1553.72/1553.71	c   strong branching :       0.00          0          0       0.00          -
1553.72/1553.71	c     (at root node) :          -          0          0       0.00          -
1553.72/1553.71	c   conflict analysis:       0.00          0          0       0.00          -
1553.72/1553.71	c B&B Tree           :
1553.72/1553.71	c   number of runs   :          1
1553.72/1553.71	c   nodes            :   10511043
1553.72/1553.71	c   nodes (total)    :   10511043
1553.72/1553.71	c   nodes left       :   10150398
1553.72/1553.71	c   max depth        :       1266
1553.72/1553.71	c   max depth (total):       1266
1553.72/1553.71	c   backtracks       :      97814 (0.9%)
1553.72/1553.71	c   delayed cutoffs  :        902
1553.72/1553.71	c   repropagations   :      17766 (50245 domain reductions, 840 cutoffs)
1553.72/1553.71	c   avg switch length:       2.58
1553.72/1553.71	c   switching time   :      69.98
1553.72/1553.71	c Solution           :
1553.72/1553.71	c   Solutions found  :          4 (1 improvements)
1553.72/1553.71	c   First Solution   : +5.86800000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1553.72/1553.71	c   Primal Bound     : +5.86800000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1553.72/1553.71	c   Dual Bound       : +0.00000000000000e+00
1553.72/1553.71	c   Gap              :   infinite
1553.72/1553.71	c   Root Dual Bound  : +0.00000000000000e+00
1553.72/1553.71	c   Root Iterations  :          0

Verifier Data

OK	2908

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.96 2.02 2.00 3/178 25664
/proc/meminfo: memFree=29176700/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=8800 CPUtime=0
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 1648 0 0 0 0 0 0 0 25 0 1 0 165625671 9011200 1572 4089446400 4194304 7136930 140735259635120 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25664/statm: 2200 1590 275 719 0 1479 0

[startup+0.0171421 s]
/proc/loadavg: 1.96 2.02 2.00 3/178 25664
/proc/meminfo: memFree=29176700/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=16584 CPUtime=0.01
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 3769 0 0 0 1 0 0 0 25 0 1 0 165625671 16982016 3338 4089446400 4194304 7136930 140735259635120 18446744073709551615 4414543 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25664/statm: 4146 3338 323 719 0 3425 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16584

[startup+0.101127 s]
/proc/loadavg: 1.96 2.02 2.00 3/178 25664
/proc/meminfo: memFree=29176700/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=18288 CPUtime=0.09
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 4540 0 0 0 8 1 0 0 25 0 1 0 165625671 18726912 3852 4089446400 4194304 7136930 140735259635120 18446744073709551615 4407939 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25664/statm: 4572 3852 383 719 0 3851 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18288

[startup+0.300139 s]
/proc/loadavg: 1.96 2.02 2.00 3/178 25664
/proc/meminfo: memFree=29176700/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=19728 CPUtime=0.29
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 4918 0 0 0 27 2 0 0 25 0 1 0 165625671 20201472 4230 4089446400 4194304 7136930 140735259635120 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25664/statm: 4932 4230 390 719 0 4211 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19728

[startup+0.701068 s]
/proc/loadavg: 1.96 2.02 2.00 3/178 25664
/proc/meminfo: memFree=29176700/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=21028 CPUtime=0.69
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 5242 0 0 0 64 5 0 0 25 0 1 0 165625671 21532672 4554 4089446400 4194304 7136930 140735259635120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25664/statm: 5257 4554 390 719 0 4536 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21028

[startup+1.501 s]
/proc/loadavg: 1.96 2.02 2.00 3/179 25665
/proc/meminfo: memFree=29154744/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=23676 CPUtime=1.49
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 5909 0 0 0 142 7 0 0 25 0 1 0 165625671 24244224 5221 4089446400 4194304 7136930 140735259635120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25664/statm: 5919 5221 390 719 0 5198 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23676

[startup+3.10069 s]
/proc/loadavg: 1.96 2.02 2.00 3/179 25665
/proc/meminfo: memFree=29146684/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=27296 CPUtime=3.09
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 6881 0 0 0 296 13 0 0 25 0 1 0 165625671 27951104 6193 4089446400 4194304 7136930 140735259635120 18446744073709551615 4407837 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25664/statm: 6824 6193 390 719 0 6103 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27296

[startup+6.30099 s]
/proc/loadavg: 1.96 2.01 2.00 3/179 25665
/proc/meminfo: memFree=29125868/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=35720 CPUtime=6.29
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 9051 0 0 0 601 28 0 0 25 0 1 0 165625671 36577280 8363 4089446400 4194304 7136930 140735259635120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25664/statm: 8930 8363 390 719 0 8209 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35720

[startup+12.7008 s]
/proc/loadavg: 1.96 2.01 2.00 3/179 25666
/proc/meminfo: memFree=29087632/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=51240 CPUtime=12.69
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 12602 0 0 0 1216 53 0 0 25 0 1 0 165625671 52469760 11914 4089446400 4194304 7136930 140735259635120 18446744073709551615 5506768 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25664/statm: 12810 11914 390 719 0 12089 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51240

[startup+25.5006 s]
/proc/loadavg: 1.97 2.01 2.00 3/179 25666
/proc/meminfo: memFree=29014720/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=86660 CPUtime=25.49
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 21857 0 0 0 2439 110 0 0 25 0 1 0 165625671 88739840 21169 4089446400 4194304 7136930 140735259635120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25664/statm: 21665 21169 390 719 0 20944 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 86660

[startup+51.1009 s]
/proc/loadavg: 1.98 2.01 2.00 3/179 25666
/proc/meminfo: memFree=28837236/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=169612 CPUtime=51.08
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 41743 0 0 0 4890 218 0 0 25 0 1 0 165625671 173682688 41003 4089446400 4194304 7136930 140735259635120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25664/statm: 42403 41003 390 719 0 41682 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 169612

[startup+102.307 s]
/proc/loadavg: 1.99 2.01 2.00 3/179 25668
/proc/meminfo: memFree=28551356/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=277796 CPUtime=102.29
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 68122 0 0 0 9818 411 0 0 25 0 1 0 165625671 284463104 67382 4089446400 4194304 7136930 140735259635120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25664/statm: 69449 67382 390 719 0 68728 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 277796

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 25670
/proc/meminfo: memFree=28242532/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=409456 CPUtime=162.29
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 98543 0 0 0 15596 633 0 0 25 0 1 0 165625671 419282944 97803 4089446400 4194304 7136930 140735259635120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25664/statm: 102364 97803 390 719 0 101643 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 409456

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 25671
/proc/meminfo: memFree=27938788/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=520796 CPUtime=222.29
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 127965 0 0 0 21375 854 0 0 25 0 1 0 165625671 533295104 127225 4089446400 4194304 7136930 140735259635120 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25664/statm: 130199 127225 390 719 0 129478 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 520796

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 25673
/proc/meminfo: memFree=27640384/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=639792 CPUtime=282.29
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 159338 0 0 0 27149 1080 0 0 25 0 1 0 165625671 655147008 158598 4089446400 4194304 7136930 140735259635120 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25664/statm: 159948 158598 390 719 0 159227 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 639792

[startup+342.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 25674
/proc/meminfo: memFree=27451220/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=784624 CPUtime=342.29
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 188956 0 0 0 32918 1311 0 0 25 0 1 0 165625671 803454976 188216 4089446400 4194304 7136930 140735259635120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25664/statm: 196156 188216 390 719 0 195435 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 784624

[startup+402.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 25676
/proc/meminfo: memFree=27253632/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=902184 CPUtime=402.29
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 219976 0 0 0 38693 1536 0 0 25 0 1 0 165625671 923836416 219236 4089446400 4194304 7136930 140735259635120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25664/statm: 225546 219236 390 719 0 224825 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 902184

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25678
/proc/meminfo: memFree=27065332/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=1014288 CPUtime=462.29
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 249621 0 0 0 44470 1759 0 0 25 0 1 0 165625671 1038630912 248881 4089446400 4194304 7136930 140735259635120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25664/statm: 253572 248881 390 719 0 252851 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 1014288

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25679
/proc/meminfo: memFree=26861780/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=1134652 CPUtime=522.29
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 281339 0 0 0 50242 1987 0 0 25 0 1 0 165625671 1161883648 280599 4089446400 4194304 7136930 140735259635120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25664/statm: 283663 280599 390 719 0 282942 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 1134652

[startup+582.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 25690
/proc/meminfo: memFree=26656356/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=1244944 CPUtime=582.28
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 310491 0 0 0 56022 2206 0 0 25 0 1 0 165625671 1274822656 309751 4089446400 4194304 7136930 140735259635120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25664/statm: 311236 309751 390 719 0 310515 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 1244944

[startup+642.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 25691
/proc/meminfo: memFree=26445620/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=1429204 CPUtime=642.3
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 341828 0 0 0 61793 2437 0 0 25 0 1 0 165625671 1463504896 341088 4089446400 4194304 7136930 140735259635120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25664/statm: 357301 341088 390 719 0 356580 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 1429204

[startup+702.301 s]

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

/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 402970 0 0 0 73328 2902 0 0 25 0 1 0 165625671 1700601856 402230 4089446400 4194304 7136930 140735259635120 18446744073709551615 5892267 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25664/statm: 415186 402230 390 719 0 414465 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 1660744

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25824
/proc/meminfo: memFree=29578568/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=1778432 CPUtime=822.3
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 434011 0 0 0 78745 3485 0 0 25 0 1 0 165625671 1821114368 433271 4089446400 4194304 7136930 140735259635120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25664/statm: 444608 433271 390 719 0 443887 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 1778432

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25826
/proc/meminfo: memFree=29301224/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=1891448 CPUtime=882.29
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 463888 0 0 0 84133 4096 0 0 25 0 1 0 165625671 1936842752 463148 4089446400 4194304 7136930 140735259635120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25664/statm: 472862 463148 390 719 0 472141 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 1891448

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25827
/proc/meminfo: memFree=29023900/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=2010716 CPUtime=942.3
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 495313 0 0 0 89528 4702 0 0 25 0 1 0 165625671 2058973184 494573 4089446400 4194304 7136930 140735259635120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25664/statm: 502679 494573 390 719 0 501958 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 2010716

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25829
/proc/meminfo: memFree=28751284/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=2123144 CPUtime=1002.3
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 525043 0 0 0 94924 5306 0 0 25 0 1 0 165625671 2174099456 524303 4089446400 4194304 7136930 140735259635120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25664/statm: 530786 524303 390 719 0 530065 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 2123144

[startup+1062.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 25831
/proc/meminfo: memFree=28476156/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=2241916 CPUtime=1062.3
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 556377 0 0 0 100306 5924 0 0 25 0 1 0 165625671 2295721984 555637 4089446400 4194304 7136930 140735259635120 18446744073709551615 5892210 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25664/statm: 560479 555637 390 719 0 559758 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 2241916

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 25832
/proc/meminfo: memFree=28197576/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=2358624 CPUtime=1122.31
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 587182 0 0 0 105692 6539 0 0 25 0 1 0 165625671 2415230976 586442 4089446400 4194304 7136930 140735259635120 18446744073709551615 5909095 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25664/statm: 589656 586442 390 719 0 588935 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 2358624

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25834
/proc/meminfo: memFree=27925700/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=2477820 CPUtime=1182.31
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 618588 0 0 0 111085 7146 0 0 25 0 1 0 165625671 2537287680 617848 4089446400 4194304 7136930 140735259635120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25664/statm: 619455 617848 390 719 0 618734 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 2477820

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25835
/proc/meminfo: memFree=27643820/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=2725872 CPUtime=1242.31
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 649458 0 0 0 116470 7761 0 0 25 0 1 0 165625671 2791292928 648718 4089446400 4194304 7136930 140735259635120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25664/statm: 681468 648718 390 719 0 680747 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 2725872

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25837
/proc/meminfo: memFree=27367724/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=2843748 CPUtime=1302.31
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 680528 0 0 0 121849 8382 0 0 25 0 1 0 165625671 2911997952 679788 4089446400 4194304 7136930 140735259635120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25664/statm: 710937 679788 390 719 0 710216 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 2843748

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25839
/proc/meminfo: memFree=27090132/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=2959452 CPUtime=1362.31
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 711124 0 0 0 127212 9019 0 0 25 0 1 0 165625671 3030478848 710384 4089446400 4194304 7136930 140735259635120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25664/statm: 739863 710384 390 719 0 739142 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 2959452

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25840
/proc/meminfo: memFree=26806344/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=3081732 CPUtime=1422.32
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 743284 0 0 0 132594 9638 0 0 25 0 1 0 165625671 3155693568 742544 4089446400 4194304 7136930 140735259635120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25664/statm: 770433 742544 390 719 0 769712 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 3081732

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25842
/proc/meminfo: memFree=26424112/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=3326472 CPUtime=1482.32
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 842038 0 0 0 138099 10133 0 0 25 0 1 0 165625671 3406307328 801646 4089446400 4194304 7136930 140735259635120 18446744073709551615 6166784 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25664/statm: 831618 801646 390 719 0 830897 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 3326472

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25843
/proc/meminfo: memFree=25805716/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=3791396 CPUtime=1542.32
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 956439 0 0 0 143777 10455 0 0 25 0 1 0 165625671 3882389504 916047 4089446400 4194304 7136930 140735259635120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25664/statm: 947849 916047 390 719 0 947128 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 3791396



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1553.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25843
/proc/meminfo: memFree=25676496/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=3892116 CPUtime=1553.72
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 980845 0 0 0 144856 10516 0 0 25 0 1 0 165625671 3985526784 940453 4089446400 4194304 7136930 140735259635120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25664/statm: 973029 940453 390 719 0 972308 0
Current children cumulated CPU time (s) 1553.72
Current children cumulated vsize (KiB) 3892116

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -25664

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

[startup+1555 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 25844
/proc/meminfo: memFree=25656524/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=3911864 CPUtime=1555.01
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 985545 0 0 0 144984 10517 0 0 25 0 1 0 165625671 4005748736 944508 4089446400 4194304 7136930 140735259635120 18446744073709551615 4670052 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/25664/statm: 977966 944508 396 719 0 977245 0
Current children cumulated CPU time (s) 1555.01
Current children cumulated vsize (KiB) 3911864

[startup+1555.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 25845
/proc/meminfo: memFree=25655408/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=3911864 CPUtime=1555.42
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4202496 985545 0 0 0 145025 10517 0 0 25 0 1 0 165625671 4005748736 944508 4089446400 4194304 7136930 140735259635120 18446744073709551615 6165762 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/25664/statm: 977966 944508 396 719 0 977245 0
Current children cumulated CPU time (s) 1555.42
Current children cumulated vsize (KiB) 3911864

[startup+1555.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 25845
/proc/meminfo: memFree=25655408/32950928 swapFree=67111528/67111528
[pid=25664] ppid=25662 vsize=0 CPUtime=1555.82
/proc/25664/stat : 25664 (pbscip.linux.x8) R 25662 25664 24460 0 -1 4203524 985545 0 0 0 145055 10527 0 0 25 0 1 0 165625671 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/25664/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1555.82
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1555.83
CPU time (s): 1555.86
CPU user time (s): 1450.56
CPU system time (s): 105.299
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3914444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1450.56
system time used= 105.299
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 985545
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 1611

runsolver used 2.29465 second user time and 4.81727 second system time

The end

Launcher Data

Begin job on node116 at 2010-06-30 19:52:19
IDJOB=2693989
IDBENCH=79160
IDSOLVER=1206
FILE ID=node116/2693989-1277920339
PBS_JOBID= 11197307
Free space on /tmp= 74208 MiB

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

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

MD5SUM BENCH= 67b20cf3e4322ffbf404f0fb862124f3
RANDOM SEED=1050539718

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29177228 kB
Buffers:        202792 kB
Cached:        1007348 kB
SwapCached:          0 kB
Active:        2903800 kB
Inactive:       722764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29177228 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3096 kB
Writeback:           0 kB
AnonPages:     2416208 kB
Mapped:          15288 kB
Slab:            79148 kB
PageTables:       9396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2563780 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= 74204 MiB
End job on node116 at 2010-06-30 20:18:15