Trace number 2693818

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 (TO) 1802.16 1802.11

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-21-20--soft-33-100-0.wbo
MD5SUMc9bbca9920220172e28f0008e519bfaf
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.023996
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables420
Total number of constraints41
Number of soft constraints32
Number of constraints which are clauses21
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint21
Top cost 1258
Min constraint cost 1
Max constraint cost 83
Sum of constraints costs 1257
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 22
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 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-2693818-1277894434.wbo>
0.00/0.00	c original problem has 484 variables (452 bin, 0 int, 0 impl, 32 cont) and 74 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 32 impls, 7 clqs
0.00/0.00	c (round 2) 0 del vars, 1 del conss, 32 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 32 impls, 7 clqs
0.00/0.01	c (round 3) 0 del vars, 1 del conss, 32 chg bounds, 0 chg sides, 0 chg coeffs, 2 upgd conss, 32 impls, 7 clqs
0.00/0.01	c (round 4) 0 del vars, 1 del conss, 32 chg bounds, 0 chg sides, 0 chg coeffs, 9 upgd conss, 32 impls, 7 clqs
0.00/0.01	c    (0.0s) probing: 101/452 (22.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (5 rounds):
0.00/0.01	c  0 deleted vars, 1 deleted constraints, 32 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  32 implications, 7 cliques
0.00/0.01	c presolved problem has 484 variables (452 bin, 0 int, 0 impl, 32 cont) and 73 constraints
0.00/0.01	c      32 constraints of type <indicator>
0.00/0.01	c       7 constraints of type <setppc>
0.00/0.01	c      32 constraints of type <linear>
0.00/0.01	c       2 constraints of type <logicor>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.2
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 3420
0.00/0.01	c 
0.00/0.01	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.01	c lp/solvefreq = -1
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c   0.0s|     1 |     2 |     0 |     - |1072k|   0 |   - | 484 |  73 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.50	c   0.4s| 10000 |  9804 |     0 |   0.0 |4408k| 352 |   - | 484 | 371 |   0 |   0 |   0 | 966 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/0.97	c   0.9s| 20000 | 19540 |     0 |   0.0 |7553k| 352 |   - | 484 | 489 |   0 |   0 |   0 |2359 |   0 | 0.000000e+00 |      --      |    Inf 
1.49/1.55	c   1.4s| 30000 | 28690 |     0 |   0.0 |  11M| 352 |   - | 484 | 433 |   0 |   0 |   0 |5357 |   0 | 0.000000e+00 |      --      |    Inf 
1.99/2.04	c   1.8s| 40000 | 38466 |     0 |   0.0 |  14M| 352 |   - | 484 | 492 |   0 |   0 |   0 |6515 |   0 | 0.000000e+00 |      --      |    Inf 
2.48/2.54	c   2.2s| 50000 | 48238 |     0 |   0.0 |  17M| 352 |   - | 484 | 539 |   0 |   0 |   0 |7682 |   0 | 0.000000e+00 |      --      |    Inf 
2.98/3.04	c   2.5s| 60000 | 58008 |     0 |   0.0 |  19M| 352 |   - | 484 | 520 |   0 |   0 |   0 |8902 |   0 | 0.000000e+00 |      --      |    Inf 
3.49/3.54	c   2.8s| 70000 | 67791 |     0 |   0.0 |  22M| 352 |   - | 484 | 514 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
3.99/4.03	c   3.1s| 80000 | 77586 |     0 |   0.0 |  25M| 352 |   - | 484 | 512 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
4.49/4.52	c   3.5s| 90000 | 87369 |     0 |   0.0 |  28M| 352 |   - | 484 | 573 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
4.99/5.02	c   3.8s|100000 | 97144 |     0 |   0.0 |  31M| 352 |   - | 484 | 602 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
5.49/5.51	c   4.1s|110000 |106924 |     0 |   0.0 |  34M| 352 |   - | 484 | 624 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
5.99/6.01	c   4.4s|120000 |116690 |     0 |   0.0 |  37M| 352 |   - | 484 | 743 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
6.49/6.50	c   4.7s|130000 |126465 |     0 |   0.0 |  40M| 352 |   - | 484 | 683 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
6.99/7.00	c   5.0s|140000 |136249 |     0 |   0.0 |  43M| 352 |   - | 484 | 727 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
7.39/7.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.39/7.49	c   5.3s|150000 |146064 |     0 |   0.0 |  45M| 352 |   - | 484 | 720 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
7.89/7.98	c   5.7s|160000 |155850 |     0 |   0.0 |  48M| 352 |   - | 484 | 722 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
8.39/8.48	c   6.0s|170000 |165628 |     0 |   0.0 |  51M| 352 |   - | 484 | 694 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
8.89/8.98	c   6.3s|180000 |175382 |     0 |   0.0 |  54M| 352 |   - | 484 | 788 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
9.39/9.49	c   6.7s|190000 |185153 |     0 |   0.0 |  57M| 352 |   - | 484 | 761 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
9.90/9.98	c   7.0s|200000 |194939 |     0 |   0.0 |  60M| 352 |   - | 484 | 829 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
10.39/10.48	c   7.3s|210000 |204724 |     0 |   0.0 |  63M| 352 |   - | 484 | 772 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
10.89/10.97	c   7.6s|220000 |214511 |     0 |   0.0 |  66M| 352 |   - | 484 | 778 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
11.39/11.46	c   7.9s|230000 |224305 |     0 |   0.0 |  69M| 352 |   - | 484 | 780 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
11.89/11.97	c   8.3s|240000 |234059 |     0 |   0.0 |  71M| 352 |   - | 484 | 822 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
12.39/12.46	c   8.6s|250000 |243863 |     0 |   0.0 |  74M| 352 |   - | 484 | 762 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
12.89/12.96	c   8.9s|260000 |253635 |     0 |   0.0 |  77M| 352 |   - | 484 | 809 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
13.39/13.45	c   9.2s|270000 |263424 |     0 |   0.0 |  80M| 352 |   - | 484 | 759 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
13.89/13.94	c   9.5s|280000 |273197 |     0 |   0.0 |  83M| 352 |   - | 484 | 826 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
14.39/14.45	c   9.8s|290000 |282960 |     0 |   0.0 |  86M| 352 |   - | 484 | 838 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
14.89/14.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.89/14.93	c  10.1s|300000 |292735 |     0 |   0.0 |  89M| 352 |   - | 484 | 844 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
15.39/15.43	c  10.4s|310000 |302523 |     0 |   0.0 |  92M| 352 |   - | 484 | 831 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
15.89/15.92	c  10.8s|320000 |312291 |     0 |   0.0 |  95M| 352 |   - | 484 | 854 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
16.39/16.42	c  11.1s|330000 |322060 |     0 |   0.0 |  98M| 352 |   - | 484 | 901 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
16.89/16.91	c  11.4s|340000 |331831 |     0 |   0.0 | 100M| 352 |   - | 484 | 895 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
17.39/17.41	c  11.7s|350000 |341573 |     0 |   0.0 | 103M| 352 |   - | 484 | 967 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
17.89/17.90	c  12.0s|360000 |351346 |     0 |   0.0 | 106M| 352 |   - | 484 | 875 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
18.29/18.39	c  12.3s|370000 |361115 |     0 |   0.0 | 109M| 352 |   - | 484 | 897 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
18.79/18.88	c  12.6s|380000 |370885 |     0 |   0.0 | 112M| 352 |   - | 484 | 921 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
19.29/19.38	c  12.9s|390000 |380653 |     0 |   0.0 | 115M| 352 |   - | 484 | 925 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
19.79/19.87	c  13.2s|400000 |390423 |     0 |   0.0 | 118M| 352 |   - | 484 | 907 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
20.29/20.36	c  13.6s|410000 |400209 |     0 |   0.0 | 121M| 352 |   - | 484 | 892 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
20.79/20.84	c  13.9s|420000 |409979 |     0 |   0.0 | 124M| 352 |   - | 484 | 882 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
21.29/21.34	c  14.2s|430000 |419727 |     0 |   0.0 | 127M| 352 |   - | 484 | 936 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
21.79/21.82	c  14.5s|440000 |429496 |     0 |   0.0 | 130M| 352 |   - | 484 | 955 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
22.28/22.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.28/22.32	c  14.8s|450000 |439251 |     0 |   0.0 | 133M| 352 |   - | 484 | 968 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
22.79/22.82	c  15.1s|460000 |449021 |     0 |   0.0 | 136M| 352 |   - | 484 | 944 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
23.29/23.31	c  15.4s|470000 |458783 |     0 |   0.0 | 138M| 352 |   - | 484 |1003 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
23.79/23.81	c  15.8s|480000 |468524 |     0 |   0.0 | 141M| 352 |   - | 484 | 980 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
24.29/24.30	c  16.1s|490000 |478278 |     0 |   0.0 | 144M| 352 |   - | 484 | 988 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
24.69/24.80	c  16.4s|500000 |488028 |     0 |   0.0 | 147M| 352 |   - | 484 |1049 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
25.19/25.30	c  16.8s|510000 |497767 |     0 |   0.0 | 150M| 352 |   - | 484 |1065 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
25.69/25.79	c  17.1s|520000 |507511 |     0 |   0.0 | 153M| 352 |   - | 484 |1103 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
26.19/26.29	c  17.4s|530000 |517250 |     0 |   0.0 | 156M| 352 |   - | 484 |1113 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
26.69/26.78	c  17.7s|540000 |526995 |     0 |   0.0 | 159M| 352 |   - | 484 |1095 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
27.19/27.27	c  18.0s|550000 |536766 |     0 |   0.0 | 162M| 352 |   - | 484 |1043 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
27.69/27.77	c  18.3s|560000 |546499 |     0 |   0.0 | 165M| 352 |   - | 484 |1071 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
28.19/28.27	c  18.6s|570000 |556248 |     0 |   0.0 | 168M| 352 |   - | 484 |1021 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
28.69/28.76	c  19.0s|580000 |566004 |     0 |   0.0 | 171M| 352 |   - | 484 |1037 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
29.19/29.25	c  19.3s|590000 |575758 |     0 |   0.0 | 174M| 352 |   - | 484 |1021 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
29.69/29.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.69/29.75	c  19.6s|600000 |585476 |     0 |   0.0 | 176M| 352 |   - | 484 |1074 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
30.19/30.25	c  19.9s|610000 |595219 |     0 |   0.0 | 179M| 352 |   - | 484 |1122 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
30.69/30.75	c  20.2s|620000 |604950 |     0 |   0.0 | 182M| 352 |   - | 484 |1110 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
31.18/31.25	c  20.6s|630000 |614678 |     0 |   0.0 | 185M| 352 |   - | 484 |1057 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
31.69/31.73	c  20.9s|640000 |624430 |     0 |   0.0 | 188M| 352 |   - | 484 |1035 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
32.19/32.22	c  21.2s|650000 |634174 |     0 |   0.0 | 191M| 352 |   - | 484 |1004 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
32.69/32.72	c  21.5s|660000 |643897 |     0 |   0.0 | 194M| 352 |   - | 484 |1046 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
33.19/33.20	c  21.8s|670000 |653640 |     0 |   0.0 | 197M| 352 |   - | 484 |1051 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
33.59/33.69	c  22.1s|680000 |663386 |     0 |   0.0 | 200M| 352 |   - | 484 |1063 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
34.10/34.18	c  22.4s|690000 |673123 |     0 |   0.0 | 203M| 352 |   - | 484 |1064 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
34.59/34.68	c  22.7s|700000 |682846 |     0 |   0.0 | 206M| 352 |   - | 484 |1090 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
35.09/35.18	c  23.0s|710000 |692560 |     0 |   0.0 | 209M| 352 |   - | 484 |1136 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
35.59/35.68	c  23.4s|720000 |702263 |     0 |   0.0 | 212M| 352 |   - | 484 |1080 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
36.09/36.18	c  23.7s|730000 |711978 |     0 |   0.0 | 215M| 352 |   - | 484 |1091 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
36.59/36.67	c  24.0s|740000 |721683 |     0 |   0.0 | 218M| 352 |   - | 484 |1212 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
37.09/37.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
37.09/37.18	c  24.3s|750000 |731396 |     0 |   0.0 | 221M| 352 |   - | 484 |1124 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
37.59/37.68	c  24.6s|760000 |741095 |     0 |   0.0 | 223M| 352 |   - | 484 |1104 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
38.09/38.17	c  24.9s|770000 |750819 |     0 |   0.0 | 226M| 352 |   - | 484 |1164 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
38.59/38.66	c  25.2s|780000 |760535 |     0 |   0.0 | 229M| 352 |   - | 484 |1197 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
39.09/39.17	c  25.5s|790000 |770227 |     0 |   0.0 | 232M| 352 |   - | 484 |1174 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
39.59/39.67	c  25.9s|800000 |779921 |     0 |   0.0 | 235M| 352 |   - | 484 |1247 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
40.09/40.17	c  26.2s|810000 |789631 |     0 |   0.0 | 238M| 352 |   - | 484 |1298 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
40.59/40.66	c  26.5s|820000 |799333 |     0 |   0.0 | 241M| 352 |   - | 484 |1233 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
41.08/41.17	c  26.8s|830000 |809025 |     0 |   0.0 | 244M| 352 |   - | 484 |1246 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
41.59/41.66	c  27.1s|840000 |818740 |     0 |   0.0 | 247M| 352 |   - | 484 |1252 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
42.09/42.16	c  27.4s|850000 |828455 |     0 |   0.0 | 250M| 352 |   - | 484 |1211 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
42.59/42.66	c  27.8s|860000 |838147 |     0 |   0.0 | 253M| 352 |   - | 484 |1250 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
43.09/43.16	c  28.1s|870000 |847829 |     0 |   0.0 | 256M| 352 |   - | 484 |1315 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
43.59/43.66	c  28.4s|880000 |857514 |     0 |   0.0 | 259M| 352 |   - | 484 |1295 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
44.09/44.16	c  28.7s|890000 |867211 |     0 |   0.0 | 262M| 352 |   - | 484 |1337 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
44.59/44.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
44.59/44.65	c  29.0s|900000 |876912 |     0 |   0.0 | 265M| 352 |   - | 484 |1373 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
45.09/45.16	c  29.4s|910000 |886596 |     0 |   0.0 | 268M| 352 |   - | 484 |1338 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
45.59/45.65	c  29.7s|920000 |896311 |     0 |   0.0 | 271M| 352 |   - | 484 |1392 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
46.10/46.15	c  30.0s|930000 |906013 |     0 |   0.0 | 274M| 352 |   - | 484 |1424 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
46.59/46.66	c  30.3s|940000 |915706 |     0 |   0.0 | 277M| 352 |   - | 484 |1314 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
47.09/47.15	c  30.6s|950000 |925415 |     0 |   0.0 | 280M| 352 |   - | 484 |1439 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
47.59/47.64	c  30.9s|960000 |935121 |     0 |   0.0 | 283M| 352 |   - | 484 |1400 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
48.09/48.15	c  31.2s|970000 |944786 |     0 |   0.0 | 286M| 352 |   - | 484 |1339 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
48.59/48.66	c  31.6s|980000 |954474 |     0 |   0.0 | 289M| 352 |   - | 484 |1457 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
49.09/49.18	c  31.9s|990000 |964154 |     0 |   0.0 | 292M| 352 |   - | 484 |1353 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
49.59/49.68	c  32.2s|  1000k|973832 |     0 |   0.0 | 295M| 352 |   - | 484 |1325 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
50.09/50.17	c  32.5s|  1010k|983532 |     0 |   0.0 | 298M| 352 |   - | 484 |1424 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
50.60/50.69	c  32.9s|  1020k|993171 |     0 |   0.0 | 301M| 352 |   - | 484 |1429 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
51.08/51.19	c  33.2s|  1030k|  1002k|     0 |   0.0 | 304M| 352 |   - | 484 |1384 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
51.70/51.72	c  33.5s|  1040k|  1012k|     0 |   0.0 | 307M| 352 |   - | 484 |1518 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
52.19/52.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
52.19/52.23	c  33.9s|  1050k|  1022k|     0 |   0.0 | 310M| 352 |   - | 484 |1398 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
52.70/52.73	c  34.2s|  1060k|  1031k|     0 |   0.0 | 313M| 352 |   - | 484 |1356 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
53.19/53.23	c  34.6s|  1070k|  1041k|     0 |   0.0 | 316M| 352 |   - | 484 |1480 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
53.69/53.75	c  34.9s|  1080k|  1051k|     0 |   0.0 | 319M| 352 |   - | 484 |1386 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
54.19/54.26	c  35.2s|  1090k|  1060k|     0 |   0.0 | 322M| 352 |   - | 484 |1434 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
54.69/54.78	c  35.6s|  1100k|  1070k|     0 |   0.0 | 325M| 352 |   - | 484 |1526 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
55.19/55.29	c  35.9s|  1110k|  1080k|     0 |   0.0 | 328M| 352 |   - | 484 |1377 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
55.79/55.80	c  36.3s|  1120k|  1089k|     0 |   0.0 | 331M| 352 |   - | 484 |1471 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
56.29/56.31	c  36.6s|  1130k|  1099k|     0 |   0.0 | 334M| 352 |   - | 484 |1572 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
56.79/56.81	c  37.0s|  1140k|  1109k|     0 |   0.0 | 337M| 352 |   - | 484 |1439 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
57.29/57.31	c  37.3s|  1150k|  1118k|     0 |   0.0 | 340M| 352 |   - | 484 |1617 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
57.79/57.83	c  37.6s|  1160k|  1128k|     0 |   0.0 | 343M| 352 |   - | 484 |1612 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
58.29/58.33	c  37.9s|  1170k|  1138k|     0 |   0.0 | 346M| 352 |   - | 484 |1555 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
58.79/58.86	c  38.3s|  1180k|  1147k|     0 |   0.0 | 349M| 352 |   - | 484 |1720 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
59.30/59.36	c  38.6s|  1190k|  1157k|     0 |   0.0 | 352M| 352 |   - | 484 |1609 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
59.79/59.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
59.79/59.88	c  39.0s|  1200k|  1167k|     0 |   0.0 | 355M| 352 |   - | 484 |1633 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
60.29/60.40	c  39.3s|  1210k|  1176k|     0 |   0.0 | 358M| 352 |   - | 484 |1700 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
60.89/60.90	c  39.6s|  1220k|  1186k|     0 |   0.0 | 361M| 352 |   - | 484 |1608 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
61.39/61.44	c  40.0s|  1230k|  1195k|     0 |   0.0 | 364M| 352 |   - | 484 |1602 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
61.88/61.97	c  40.3s|  1240k|  1205k|     0 |   0.0 | 367M| 352 |   - | 484 |1683 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
62.39/62.49	c  40.6s|  1250k|  1215k|     0 |   0.0 | 370M| 352 |   - | 484 |1696 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
62.89/63.00	c  40.9s|  1260k|  1224k|     0 |   0.0 | 373M| 352 |   - | 484 |1561 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
63.49/63.52	c  41.3s|  1270k|  1234k|     0 |   0.0 | 376M| 352 |   - | 484 |1722 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
63.98/64.02	c  41.6s|  1280k|  1244k|     0 |   0.0 | 379M| 352 |   - | 484 |1698 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
64.49/64.56	c  42.0s|  1290k|  1253k|     0 |   0.0 | 382M| 352 |   - | 484 |1711 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
64.99/65.09	c  42.3s|  1300k|  1263k|     0 |   0.0 | 385M| 352 |   - | 484 |1726 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
65.49/65.59	c  42.7s|  1310k|  1272k|     0 |   0.0 | 388M| 352 |   - | 484 |1763 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
65.99/66.09	c  43.0s|  1320k|  1282k|     0 |   0.0 | 391M| 352 |   - | 484 |1698 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
66.59/66.62	c  43.3s|  1330k|  1292k|     0 |   0.0 | 394M| 352 |   - | 484 |1768 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
67.10/67.16	c  43.7s|  1340k|  1301k|     0 |   0.0 | 397M| 352 |   - | 484 |1790 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
67.59/67.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
67.59/67.67	c  44.0s|  1350k|  1311k|     0 |   0.0 | 400M| 352 |   - | 484 |1730 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
68.10/68.19	c  44.4s|  1360k|  1321k|     0 |   0.0 | 404M| 352 |   - | 484 |1779 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
68.69/68.73	c  44.7s|  1370k|  1330k|     0 |   0.0 | 407M| 352 |   - | 484 |1909 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
69.20/69.29	c  45.1s|  1380k|  1340k|     0 |   0.0 | 410M| 352 |   - | 484 |1910 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
69.79/69.81	c  45.4s|  1390k|  1349k|     0 |   0.0 | 413M| 352 |   - | 484 |1729 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
70.29/70.33	c  45.8s|  1400k|  1359k|     0 |   0.0 | 416M| 352 |   - | 484 |1932 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
70.79/70.85	c  46.1s|  1410k|  1369k|     0 |   0.0 | 419M| 352 |   - | 484 |1823 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
71.29/71.40	c  46.5s|  1420k|  1378k|     0 |   0.0 | 422M| 352 |   - | 484 |1802 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
71.89/71.92	c  46.8s|  1430k|  1388k|     0 |   0.0 | 425M| 352 |   - | 484 |1943 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
72.39/72.46	c  47.2s|  1440k|  1397k|     0 |   0.0 | 428M| 352 |   - | 484 |1906 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
72.99/73.04	c  47.6s|  1450k|  1407k|     0 |   0.0 | 431M| 352 |   - | 484 |1871 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
73.49/73.56	c  48.0s|  1460k|  1416k|     0 |   0.0 | 434M| 352 |   - | 484 |2065 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
74.09/74.10	c  48.3s|  1470k|  1426k|     0 |   0.0 | 437M| 352 |   - | 484 |1975 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
74.59/74.62	c  48.7s|  1480k|  1436k|     0 |   0.0 | 440M| 352 |   - | 484 |1853 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
75.09/75.16	c  49.0s|  1490k|  1445k|     0 |   0.0 | 443M| 352 |   - | 484 |1761 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
75.69/75.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
75.69/75.70	c  49.4s|  1500k|  1455k|     0 |   0.0 | 446M| 352 |   - | 484 |2071 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
76.19/76.24	c  49.7s|  1510k|  1464k|     0 |   0.0 | 449M| 352 |   - | 484 |1936 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
76.69/76.78	c  50.1s|  1520k|  1474k|     0 |   0.0 | 453M| 352 |   - | 484 |1885 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
77.29/77.31	c  50.4s|  1530k|  1483k|     0 |   0.0 | 456M| 352 |   - | 484 |2019 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 |      --      |    Inf 
77.79/77.85	c  50.8s|  1540k|  1493k|     0 |   0.0 | 459M| 352 |   - | 484 |2097 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
78.39/78.43	c  51.2s|  1550k|  1502k|     0 |   0.0 | 462M| 352 |   - | 484 |2127 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 |      --      |    Inf 
78.99/79.01	c  51.6s|  1560k|  1512k|     0 |   0.0 | 465M| 352 |   - | 484 |1984 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
79.49/79.59	c  52.0s|  1570k|  1521k|     0 |   0.0 | 468M| 352 |   - | 484 |1988 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 |      --      |    Inf 
80.09/80.14	c  52.4s|  1580k|  1531k|     0 |   0.0 | 471M| 352 |   - | 484 |2197 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 |      --      |    Inf 
80.69/80.71	c  52.8s|  1590k|  1540k|     0 |   0.0 | 474M| 352 |   - | 484 |2088 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
81.29/81.32	c  53.2s|  1600k|  1550k|     0 |   0.0 | 477M| 352 |   - | 484 |2083 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
81.79/81.89	c  53.6s|  1610k|  1559k|     0 |   0.0 | 480M| 352 |   - | 484 |2039 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 |      --      |    Inf 
82.40/82.44	c  54.0s|  1620k|  1569k|     0 |   0.0 | 483M| 352 |   - | 484 |2251 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 |      --      |    Inf 
82.99/83.00	c  54.4s|  1630k|  1578k|     0 |   0.0 | 486M| 352 |   - | 484 |2203 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 |      --      |    Inf 
83.50/83.58	c  54.8s|  1640k|  1588k|     0 |   0.0 | 490M| 352 |   - | 484 |2106 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 |      --      |    Inf 
84.09/84.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
84.09/84.14	c  55.1s|  1650k|  1597k|     0 |   0.0 | 493M| 352 |   - | 484 |2130 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 |      --      |    Inf 
84.69/84.71	c  55.5s|  1660k|  1607k|     0 |   0.0 | 496M| 352 |   - | 484 |2059 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 |      --      |    Inf 
85.29/85.31	c  55.9s|  1670k|  1616k|     0 |   0.0 | 499M| 352 |   - | 484 |2374 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 |      --      |    Inf 
85.79/85.88	c  56.3s|  1680k|  1625k|     0 |   0.0 | 502M| 352 |   - | 484 |2285 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 |      --      |    Inf 
86.39/86.46	c  56.7s|  1690k|  1635k|     0 |   0.0 | 505M| 352 |   - | 484 |2179 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 |      --      |    Inf 
86.99/87.03	c  57.1s|  1700k|  1644k|     0 |   0.0 | 508M| 352 |   - | 484 |2176 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 |      --      |    Inf 
87.59/87.62	c  57.5s|  1710k|  1654k|     0 |   0.0 | 511M| 352 |   - | 484 |2191 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 |      --      |    Inf 
88.10/88.19	c  57.9s|  1720k|  1663k|     0 |   0.0 | 514M| 352 |   - | 484 |2141 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 |      --      |    Inf 
88.69/88.78	c  58.3s|  1730k|  1673k|     0 |   0.0 | 518M| 352 |   - | 484 |2502 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 |      --      |    Inf 
89.29/89.36	c  58.7s|  1740k|  1682k|     0 |   0.0 | 521M| 352 |   - | 484 |2391 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 |      --      |    Inf 
89.99/90.00	c  59.2s|  1750k|  1692k|     0 |   0.0 | 524M| 352 |   - | 484 |2454 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 |      --      |    Inf 
90.49/90.59	c  59.5s|  1760k|  1701k|     0 |   0.0 | 527M| 352 |   - | 484 |2420 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 |      --      |    Inf 
91.09/91.16	c  60.0s|  1770k|  1710k|     0 |   0.0 | 530M| 352 |   - | 484 |2403 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 |      --      |    Inf 
91.69/91.77	c  60.4s|  1780k|  1720k|     0 |   0.0 | 533M| 352 |   - | 484 |2426 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 |      --      |    Inf 
92.29/92.38	c  60.8s|  1790k|  1729k|     0 |   0.0 | 536M| 352 |   - | 484 |2322 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 |      --      |    Inf 
92.89/92.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
92.89/92.95	c  61.2s|  1800k|  1739k|     0 |   0.0 | 539M| 352 |   - | 484 |2711 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 |      --      |    Inf 
93.50/93.56	c  61.6s|  1810k|  1748k|     0 |   0.0 | 543M| 352 |   - | 484 |2670 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 |      --      |    Inf 
94.19/94.21	c  62.1s|  1820k|  1757k|     0 |   0.0 | 546M| 352 |   - | 484 |2762 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 |      --      |    Inf 
94.79/94.80	c  62.5s|  1830k|  1767k|     0 |   0.0 | 549M| 352 |   - | 484 |2653 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 |      --      |    Inf 
95.39/95.40	c  62.9s|  1840k|  1776k|     0 |   0.0 | 552M| 352 |   - | 484 |2511 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 |      --      |    Inf 
95.99/96.05	c  63.4s|  1850k|  1786k|     0 |   0.0 | 555M| 352 |   - | 484 |2603 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 |      --      |    Inf 
96.60/96.65	c  63.8s|  1860k|  1795k|     0 |   0.0 | 558M| 352 |   - | 484 |2578 |   0 |   0 |   0 | 331k|   0 | 0.000000e+00 |      --      |    Inf 
97.29/97.32	c  64.3s|  1870k|  1804k|     0 |   0.0 | 562M| 352 |   - | 484 |2651 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 |      --      |    Inf 
97.90/97.97	c  64.8s|  1880k|  1814k|     0 |   0.0 | 565M| 352 |   - | 484 |2673 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 |      --      |    Inf 
98.59/98.64	c  65.3s|  1890k|  1823k|     0 |   0.0 | 568M| 352 |   - | 484 |2651 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 |      --      |    Inf 
99.19/99.27	c  65.7s|  1900k|  1832k|     0 |   0.0 | 571M| 352 |   - | 484 |2722 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 |      --      |    Inf 
99.89/99.90	c  66.1s|  1910k|  1842k|     0 |   0.0 | 574M| 352 |   - | 484 |2743 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 |      --      |    Inf 
100.49/100.57	c  66.6s|  1920k|  1851k|     0 |   0.0 | 577M| 352 |   - | 484 |2785 |   0 |   0 |   0 | 351k|   0 | 0.000000e+00 |      --      |    Inf 
101.10/101.20	c  67.1s|  1930k|  1860k|     0 |   0.0 | 581M| 352 |   - | 484 |2848 |   0 |   0 |   0 | 354k|   0 | 0.000000e+00 |      --      |    Inf 
101.79/101.87	c  67.5s|  1940k|  1870k|     0 |   0.0 | 584M| 352 |   - | 484 |2857 |   0 |   0 |   0 | 357k|   0 | 0.000000e+00 |      --      |    Inf 
102.49/102.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
102.49/102.58	c  68.1s|  1950k|  1879k|     0 |   0.0 | 587M| 352 |   - | 484 |2896 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 |      --      |    Inf 
103.19/103.22	c  68.5s|  1960k|  1888k|     0 |   0.0 | 590M| 352 |   - | 484 |2918 |   0 |   0 |   0 | 364k|   0 | 0.000000e+00 |      --      |    Inf 
103.79/103.88	c  69.0s|  1970k|  1897k|     0 |   0.0 | 594M| 352 |   - | 484 |3025 |   0 |   0 |   0 | 368k|   0 | 0.000000e+00 |      --      |    Inf 
104.59/104.61	c  69.5s|  1980k|  1907k|     0 |   0.0 | 597M| 352 |   - | 484 |3109 |   0 |   0 |   0 | 372k|   0 | 0.000000e+00 |      --      |    Inf 
105.19/105.25	c  70.0s|  1990k|  1916k|     0 |   0.0 | 600M| 352 |   - | 484 |3166 |   0 |   0 |   0 | 375k|   0 | 0.000000e+00 |      --      |    Inf 
105.89/105.94	c  70.5s|  2000k|  1925k|     0 |   0.0 | 603M| 352 |   - | 484 |3377 |   0 |   0 |   0 | 379k|   0 | 0.000000e+00 |      --      |    Inf 
106.60/106.60	c  71.0s|  2010k|  1934k|     0 |   0.0 | 606M| 352 |   - | 484 |3415 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 |      --      |    Inf 
107.29/107.33	c  71.5s|  2020k|  1944k|     0 |   0.0 | 610M| 352 |   - | 484 |3033 |   0 |   0 |   0 | 386k|   0 | 0.000000e+00 |      --      |    Inf 
108.00/108.03	c  72.0s|  2030k|  1953k|     0 |   0.0 | 613M| 352 |   - | 484 |3118 |   0 |   0 |   0 | 390k|   0 | 0.000000e+00 |      --      |    Inf 
108.70/108.70	c  72.5s|  2040k|  1962k|     0 |   0.0 | 616M| 352 |   - | 484 |3231 |   0 |   0 |   0 | 394k|   0 | 0.000000e+00 |      --      |    Inf 
109.29/109.37	c  73.0s|  2050k|  1971k|     0 |   0.0 | 619M| 361 |   - | 484 |3260 |   0 |   0 |   0 | 397k|   0 | 0.000000e+00 |      --      |    Inf 
110.09/110.10	c  73.5s|  2060k|  1981k|     0 |   0.0 | 623M| 361 |   - | 484 |3569 |   0 |   0 |   0 | 402k|   0 | 0.000000e+00 |      --      |    Inf 
110.79/110.84	c  74.1s|  2070k|  1990k|     0 |   0.0 | 626M| 361 |   - | 484 |3530 |   0 |   0 |   0 | 406k|   0 | 0.000000e+00 |      --      |    Inf 
111.59/111.61	c  74.6s|  2080k|  1999k|     0 |   0.0 | 629M| 361 |   - | 484 |3326 |   0 |   0 |   0 | 410k|   0 | 0.000000e+00 |      --      |    Inf 
112.29/112.35	c  75.2s|  2090k|  2008k|     0 |   0.0 | 633M| 361 |   - | 484 |3469 |   0 |   0 |   0 | 414k|   0 | 0.000000e+00 |      --      |    Inf 
113.09/113.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
113.09/113.13	c  75.8s|  2100k|  2017k|     0 |   0.0 | 636M| 361 |   - | 484 |3672 |   0 |   0 |   0 | 418k|   0 | 0.000000e+00 |      --      |    Inf 
113.90/113.91	c  76.4s|  2110k|  2026k|     0 |   0.0 | 639M| 361 |   - | 484 |3343 |   0 |   0 |   0 | 423k|   0 | 0.000000e+00 |      --      |    Inf 
114.59/114.67	c  76.9s|  2120k|  2035k|     0 |   0.0 | 643M| 361 |   - | 484 |3657 |   0 |   0 |   0 | 427k|   0 | 0.000000e+00 |      --      |    Inf 
115.40/115.45	c  77.5s|  2130k|  2044k|     0 |   0.0 | 646M| 361 |   - | 484 |3943 |   0 |   0 |   0 | 432k|   0 | 0.000000e+00 |      --      |    Inf 
116.30/116.31	c  78.2s|  2140k|  2053k|     0 |   0.0 | 649M| 361 |   - | 484 |3675 |   0 |   0 |   0 | 437k|   0 | 0.000000e+00 |      --      |    Inf 
116.99/117.05	c  78.7s|  2150k|  2063k|     0 |   0.0 | 653M| 361 |   - | 484 |3909 |   0 |   0 |   0 | 441k|   0 | 0.000000e+00 |      --      |    Inf 
117.79/117.83	c  79.3s|  2160k|  2072k|     0 |   0.0 | 656M| 361 |   - | 484 |3710 |   0 |   0 |   0 | 446k|   0 | 0.000000e+00 |      --      |    Inf 
118.59/118.66	c  79.9s|  2170k|  2081k|     0 |   0.0 | 660M| 361 |   - | 484 |3992 |   0 |   0 |   0 | 451k|   0 | 0.000000e+00 |      --      |    Inf 
119.49/119.52	c  80.6s|  2180k|  2090k|     0 |   0.0 | 663M| 361 |   - | 484 |3809 |   0 |   0 |   0 | 456k|   0 | 0.000000e+00 |      --      |    Inf 
120.29/120.34	c  81.2s|  2190k|  2099k|     0 |   0.0 | 666M| 361 |   - | 484 |4254 |   0 |   0 |   0 | 461k|   0 | 0.000000e+00 |      --      |    Inf 
121.09/121.12	c  81.8s|  2200k|  2108k|     0 |   0.0 | 670M| 361 |   - | 484 |3960 |   0 |   0 |   0 | 465k|   0 | 0.000000e+00 |      --      |    Inf 
121.89/121.97	c  82.5s|  2210k|  2117k|     0 |   0.0 | 673M| 361 |   - | 484 |3915 |   0 |   0 |   0 | 471k|   0 | 0.000000e+00 |      --      |    Inf 
122.90/122.92	c  83.2s|  2220k|  2125k|     0 |   0.0 | 677M| 361 |   - | 484 |3832 |   0 |   0 |   0 | 476k|   0 | 0.000000e+00 |      --      |    Inf 
123.80/123.81	c  83.9s|  2230k|  2134k|     0 |   0.0 | 680M| 361 |   - | 484 |3780 |   0 |   0 |   0 | 482k|   0 | 0.000000e+00 |      --      |    Inf 
124.69/124.72	c  84.6s|  2240k|  2143k|     0 |   0.0 | 684M| 361 |   - | 484 |4410 |   0 |   0 |   0 | 487k|   0 | 0.000000e+00 |      --      |    Inf 
125.59/125.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
125.59/125.62	c  85.3s|  2250k|  2152k|     0 |   0.0 | 687M| 361 |   - | 484 |3988 |   0 |   0 |   0 | 493k|   0 | 0.000000e+00 |      --      |    Inf 
126.40/126.47	c  86.0s|  2260k|  2161k|     0 |   0.0 | 691M| 361 |   - | 484 |4334 |   0 |   0 |   0 | 498k|   0 | 0.000000e+00 |      --      |    Inf 
127.39/127.45	c  86.7s|  2270k|  2170k|     0 |   0.0 | 695M| 361 |   - | 484 |4651 |   0 |   0 |   0 | 504k|   0 | 0.000000e+00 |      --      |    Inf 
128.39/128.48	c  87.6s|  2280k|  2178k|     0 |   0.0 | 698M| 361 |   - | 484 |4349 |   0 |   0 |   0 | 510k|   0 | 0.000000e+00 |      --      |    Inf 
129.49/129.52	c  88.4s|  2290k|  2187k|     0 |   0.0 | 702M| 361 |   - | 484 |4200 |   0 |   0 |   0 | 516k|   0 | 0.000000e+00 |      --      |    Inf 
130.49/130.52	c  89.2s|  2300k|  2196k|     0 |   0.0 | 706M| 361 |   - | 484 |4430 |   0 |   0 |   0 | 522k|   0 | 0.000000e+00 |      --      |    Inf 
131.59/131.67	c  90.1s|  2310k|  2204k|     0 |   0.0 | 710M| 361 |   - | 484 |4108 |   0 |   0 |   0 | 529k|   0 | 0.000000e+00 |      --      |    Inf 
132.70/132.74	c  91.0s|  2320k|  2213k|     0 |   0.0 | 714M| 361 |   - | 484 |4854 |   0 |   0 |   0 | 536k|   0 | 0.000000e+00 |      --      |    Inf 
133.90/133.92	c  91.9s|  2330k|  2221k|     0 |   0.0 | 718M| 361 |   - | 484 |5024 |   0 |   0 |   0 | 544k|   0 | 0.000000e+00 |      --      |    Inf 
135.09/135.15	c  92.9s|  2340k|  2230k|     0 |   0.0 | 722M| 361 |   - | 484 |5125 |   0 |   0 |   0 | 552k|   0 | 0.000000e+00 |      --      |    Inf 
136.29/136.38	c  93.9s|  2350k|  2238k|     0 |   0.0 | 726M| 361 |   - | 484 |4943 |   0 |   0 |   0 | 560k|   0 | 0.000000e+00 |      --      |    Inf 
137.69/137.73	c  95.0s|  2360k|  2246k|     0 |   0.0 | 730M| 361 |   - | 484 |5078 |   0 |   0 |   0 | 568k|   0 | 0.000000e+00 |      --      |    Inf 
139.29/139.30	c  96.3s|  2370k|  2253k|     0 |   0.0 | 734M| 361 |   - | 484 |5435 |   0 |   0 |   0 | 578k|   0 | 0.000000e+00 |      --      |    Inf 
140.79/140.87	c  97.7s|  2380k|  2261k|     0 |   0.0 | 739M| 365 |   - | 484 |5500 |   0 |   0 |   0 | 588k|   0 | 0.000000e+00 |      --      |    Inf 
142.09/142.11	o 90
142.09/142.11	c *98.7s|  2386k|  2265k|     0 |   0.0 | 743M| 366 |   - | 484 |6062 |   0 |   0 |   0 | 594k|   0 | 0.000000e+00 | 9.000000e+01 |    Inf 
142.09/142.16	o 64
142.09/142.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
142.09/142.16	c *98.8s|  2387k|  2266k|     0 |   0.0 | 743M| 366 |   - | 484 |6027 |   0 |   0 |   0 | 594k|   0 | 0.000000e+00 | 6.400000e+01 |    Inf 
142.19/142.26	o 56
142.19/142.26	c *98.9s|  2388k|  2267k|     0 |   0.0 | 743M| 366 |   - | 484 |5783 |   0 |   0 |   0 | 594k|   0 | 0.000000e+00 | 5.600000e+01 |    Inf 
142.29/142.33	o 27
142.29/142.33	c *98.9s|  2389k|  2267k|     0 |   0.0 | 743M| 366 |   - | 484 |5720 |   0 |   0 |   0 | 594k|   0 | 0.000000e+00 | 2.700000e+01 |    Inf 
142.29/142.37	o 1
142.29/142.37	c *99.0s|  2389k|  2264k|     0 |   0.0 | 743M| 366 |   - | 484 |5704 |   0 |   0 |   0 | 594k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
142.39/142.42	c  99.0s|  2390k|  2265k|     0 |   0.0 | 743M| 366 |   - | 484 |5675 |   0 |   0 |   0 | 594k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
142.99/143.00	c  99.4s|  2400k|  2274k|     0 |   0.0 | 745M| 366 |   - | 484 |5040 |   0 |   0 |   0 | 595k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
143.49/143.56	c  99.8s|  2410k|  2284k|     0 |   0.0 | 748M| 366 |   - | 484 |4393 |   0 |   0 |   0 | 597k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
144.10/144.13	c   100s|  2420k|  2294k|     0 |   0.0 | 751M| 366 |   - | 484 |2678 |   0 |   0 |   0 | 598k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
144.60/144.68	c   101s|  2430k|  2304k|     0 |   0.0 | 754M| 366 |   - | 484 |2207 |   0 |   0 |   0 | 599k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
145.20/145.22	c   101s|  2440k|  2314k|     0 |   0.0 | 757M| 366 |   - | 484 |2025 |   0 |   0 |   0 | 600k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
145.69/145.76	c   101s|  2450k|  2323k|     0 |   0.0 | 760M| 366 |   - | 484 |1932 |   0 |   0 |   0 | 601k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
146.30/146.31	c   102s|  2460k|  2333k|     0 |   0.0 | 762M| 366 |   - | 484 |1806 |   0 |   0 |   0 | 602k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
146.79/146.89	c   102s|  2470k|  2343k|     0 |   0.0 | 765M| 366 |   - | 484 |1762 |   0 |   0 |   0 | 604k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
147.40/147.45	c   102s|  2480k|  2353k|     0 |   0.0 | 768M| 366 |   - | 484 |1738 |   0 |   0 |   0 | 605k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
148.00/148.00	c   103s|  2490k|  2362k|     0 |   0.0 | 771M| 366 |   - | 484 |1756 |   0 |   0 |   0 | 606k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
148.50/148.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
148.50/148.56	c   103s|  2500k|  2372k|     0 |   0.0 | 774M| 366 |   - | 484 |1683 |   0 |   0 |   0 | 608k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
149.09/149.12	c   103s|  2510k|  2382k|     0 |   0.0 | 777M| 366 |   - | 484 |1646 |   0 |   0 |   0 | 609k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
149.60/149.66	c   104s|  2520k|  2392k|     0 |   0.0 | 780M| 366 |   - | 484 |1562 |   0 |   0 |   0 | 610k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
150.09/150.20	c   104s|  2530k|  2402k|     0 |   0.0 | 783M| 366 |   - | 484 |1563 |   0 |   0 |   0 | 611k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
150.70/150.73	c   104s|  2540k|  2411k|     0 |   0.0 | 786M| 366 |   - | 484 |1508 |   0 |   0 |   0 | 612k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
151.19/151.26	c   105s|  2550k|  2421k|     0 |   0.0 | 789M| 366 |   - | 484 |1464 |   0 |   0 |   0 | 614k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
151.70/151.78	c   105s|  2560k|  2431k|     0 |   0.0 | 792M| 366 |   - | 484 |1417 |   0 |   0 |   0 | 615k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
152.29/152.31	c   106s|  2570k|  2441k|     0 |   0.0 | 795M| 366 |   - | 484 |1440 |   0 |   0 |   0 | 616k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
152.79/152.86	c   106s|  2580k|  2450k|     0 |   0.0 | 798M| 366 |   - | 484 |1463 |   0 |   0 |   0 | 617k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
153.39/153.40	c   106s|  2590k|  2460k|     0 |   0.0 | 801M| 366 |   - | 484 |1392 |   0 |   0 |   0 | 618k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
153.90/153.96	c   107s|  2600k|  2470k|     0 |   0.0 | 804M| 366 |   - | 484 |1430 |   0 |   0 |   0 | 620k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
154.50/154.51	c   107s|  2610k|  2480k|     0 |   0.0 | 806M| 366 |   - | 484 |1394 |   0 |   0 |   0 | 621k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
155.00/155.05	c   107s|  2620k|  2489k|     0 |   0.0 | 809M| 366 |   - | 484 |1348 |   0 |   0 |   0 | 622k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
155.49/155.57	c   108s|  2630k|  2499k|     0 |   0.0 | 812M| 366 |   - | 484 |1400 |   0 |   0 |   0 | 623k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
156.10/156.12	c   108s|  2640k|  2509k|     0 |   0.0 | 815M| 366 |   - | 484 |1336 |   0 |   0 |   0 | 625k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
156.59/156.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
156.59/156.65	c   108s|  2650k|  2519k|     0 |   0.0 | 818M| 366 |   - | 484 |1387 |   0 |   0 |   0 | 626k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
157.09/157.20	c   109s|  2660k|  2529k|     0 |   0.0 | 821M| 366 |   - | 484 |1340 |   0 |   0 |   0 | 627k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
157.70/157.74	c   109s|  2670k|  2538k|     0 |   0.0 | 824M| 366 |   - | 484 |1380 |   0 |   0 |   0 | 628k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
158.19/158.26	c   109s|  2680k|  2548k|     0 |   0.0 | 827M| 366 |   - | 484 |1367 |   0 |   0 |   0 | 630k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
158.80/158.80	c   110s|  2690k|  2558k|     0 |   0.0 | 830M| 366 |   - | 484 |1357 |   0 |   0 |   0 | 631k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
159.29/159.34	c   110s|  2700k|  2568k|     0 |   0.0 | 833M| 366 |   - | 484 |1329 |   0 |   0 |   0 | 632k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
159.80/159.89	c   110s|  2710k|  2577k|     0 |   0.0 | 836M| 366 |   - | 484 |1309 |   0 |   0 |   0 | 633k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
160.40/160.43	c   111s|  2720k|  2587k|     0 |   0.0 | 839M| 366 |   - | 484 |1315 |   0 |   0 |   0 | 635k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
160.89/160.95	c   111s|  2730k|  2597k|     0 |   0.0 | 842M| 366 |   - | 484 |1245 |   0 |   0 |   0 | 636k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
161.40/161.47	c   112s|  2740k|  2607k|     0 |   0.0 | 844M| 366 |   - | 484 |1260 |   0 |   0 |   0 | 637k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
161.99/162.01	c   112s|  2750k|  2617k|     0 |   0.0 | 847M| 366 |   - | 484 |1240 |   0 |   0 |   0 | 638k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
162.49/162.54	c   112s|  2760k|  2626k|     0 |   0.0 | 850M| 366 |   - | 484 |1263 |   0 |   0 |   0 | 639k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
163.00/163.06	c   113s|  2770k|  2636k|     0 |   0.0 | 853M| 366 |   - | 484 |1295 |   0 |   0 |   0 | 641k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
163.49/163.59	c   113s|  2780k|  2646k|     0 |   0.0 | 856M| 366 |   - | 484 |1316 |   0 |   0 |   0 | 642k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
164.09/164.11	c   113s|  2790k|  2656k|     0 |   0.0 | 859M| 366 |   - | 484 |1279 |   0 |   0 |   0 | 643k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
164.59/164.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
164.59/164.63	c   114s|  2800k|  2665k|     0 |   0.0 | 862M| 366 |   - | 484 |1279 |   0 |   0 |   0 | 644k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
165.10/165.15	c   114s|  2810k|  2675k|     0 |   0.0 | 865M| 366 |   - | 484 |1297 |   0 |   0 |   0 | 645k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
165.59/165.68	c   114s|  2820k|  2685k|     0 |   0.0 | 868M| 366 |   - | 484 |1244 |   0 |   0 |   0 | 647k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
166.20/166.21	c   115s|  2830k|  2695k|     0 |   0.0 | 871M| 366 |   - | 484 |1291 |   0 |   0 |   0 | 648k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
166.69/166.76	c   115s|  2840k|  2705k|     0 |   0.0 | 874M| 366 |   - | 484 |1356 |   0 |   0 |   0 | 649k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
167.30/167.30	c   115s|  2850k|  2714k|     0 |   0.0 | 877M| 366 |   - | 484 |1326 |   0 |   0 |   0 | 651k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
167.79/167.84	c   116s|  2860k|  2724k|     0 |   0.0 | 880M| 366 |   - | 484 |1320 |   0 |   0 |   0 | 652k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
168.30/168.37	c   116s|  2870k|  2734k|     0 |   0.0 | 882M| 366 |   - | 484 |1252 |   0 |   0 |   0 | 653k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
168.89/168.91	c   116s|  2880k|  2744k|     0 |   0.0 | 885M| 366 |   - | 484 |1234 |   0 |   0 |   0 | 654k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
169.40/169.43	c   117s|  2890k|  2753k|     0 |   0.0 | 888M| 366 |   - | 484 |1238 |   0 |   0 |   0 | 655k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
169.89/169.97	c   117s|  2900k|  2763k|     0 |   0.0 | 891M| 366 |   - | 484 |1263 |   0 |   0 |   0 | 657k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
170.50/170.53	c   118s|  2910k|  2773k|     0 |   0.0 | 894M| 366 |   - | 484 |1246 |   0 |   0 |   0 | 658k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
170.99/171.06	c   118s|  2920k|  2783k|     0 |   0.0 | 897M| 366 |   - | 484 |1261 |   0 |   0 |   0 | 659k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
171.50/171.59	c   118s|  2930k|  2792k|     0 |   0.0 | 900M| 366 |   - | 484 |1208 |   0 |   0 |   0 | 660k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
172.09/172.12	c   119s|  2940k|  2802k|     0 |   0.0 | 903M| 366 |   - | 484 |1243 |   0 |   0 |   0 | 662k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
172.60/172.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
172.60/172.68	c   119s|  2950k|  2812k|     0 |   0.0 | 906M| 366 |   - | 484 |1215 |   0 |   0 |   0 | 663k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
173.19/173.20	c   119s|  2960k|  2822k|     0 |   0.0 | 909M| 366 |   - | 484 |1265 |   0 |   0 |   0 | 664k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
173.69/173.75	c   120s|  2970k|  2832k|     0 |   0.0 | 912M| 366 |   - | 484 |1262 |   0 |   0 |   0 | 665k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
174.29/174.31	c   120s|  2980k|  2841k|     0 |   0.0 | 914M| 366 |   - | 484 |1354 |   0 |   0 |   0 | 667k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
174.80/174.84	c   120s|  2990k|  2851k|     0 |   0.0 | 917M| 366 |   - | 484 |1261 |   0 |   0 |   0 | 668k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
175.29/175.39	c   121s|  3000k|  2861k|     0 |   0.0 | 920M| 366 |   - | 484 |1303 |   0 |   0 |   0 | 669k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
175.89/175.92	c   121s|  3010k|  2871k|     0 |   0.0 | 923M| 366 |   - | 484 |1251 |   0 |   0 |   0 | 670k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
176.40/176.48	c   121s|  3020k|  2880k|     0 |   0.0 | 926M| 366 |   - | 484 |1342 |   0 |   0 |   0 | 672k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
177.00/177.02	c   122s|  3030k|  2890k|     0 |   0.0 | 929M| 366 |   - | 484 |1282 |   0 |   0 |   0 | 673k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
177.50/177.59	c   122s|  3040k|  2900k|     0 |   0.0 | 932M| 366 |   - | 484 |1302 |   0 |   0 |   0 | 675k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
178.10/178.13	c   122s|  3050k|  2910k|     0 |   0.0 | 935M| 366 |   - | 484 |1236 |   0 |   0 |   0 | 676k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
178.60/178.65	c   123s|  3060k|  2919k|     0 |   0.0 | 938M| 366 |   - | 484 |1235 |   0 |   0 |   0 | 677k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
179.10/179.19	c   123s|  3070k|  2929k|     0 |   0.0 | 941M| 366 |   - | 484 |1304 |   0 |   0 |   0 | 678k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
179.69/179.70	c   124s|  3080k|  2939k|     0 |   0.0 | 944M| 366 |   - | 484 |1225 |   0 |   0 |   0 | 679k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
180.20/180.24	c   124s|  3090k|  2949k|     0 |   0.0 | 947M| 366 |   - | 484 |1223 |   0 |   0 |   0 | 681k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
180.69/180.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
180.69/180.76	c   124s|  3100k|  2959k|     0 |   0.0 | 949M| 366 |   - | 484 |1217 |   0 |   0 |   0 | 682k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
181.29/181.31	c   125s|  3110k|  2968k|     0 |   0.0 | 952M| 366 |   - | 484 |1282 |   0 |   0 |   0 | 683k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
181.79/181.89	c   125s|  3120k|  2978k|     0 |   0.0 | 955M| 366 |   - | 484 |1278 |   0 |   0 |   0 | 685k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
182.39/182.42	c   125s|  3130k|  2988k|     0 |   0.0 | 958M| 366 |   - | 484 |1255 |   0 |   0 |   0 | 686k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
182.90/182.96	c   126s|  3140k|  2998k|     0 |   0.0 | 961M| 366 |   - | 484 |1260 |   0 |   0 |   0 | 687k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
183.49/183.52	c   126s|  3150k|  3007k|     0 |   0.0 | 964M| 366 |   - | 484 |1248 |   0 |   0 |   0 | 688k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
183.99/184.05	c   126s|  3160k|  3017k|     0 |   0.0 | 967M| 366 |   - | 484 |1231 |   0 |   0 |   0 | 689k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
184.50/184.57	c   127s|  3170k|  3027k|     0 |   0.0 | 970M| 366 |   - | 484 |1207 |   0 |   0 |   0 | 691k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
185.10/185.13	c   127s|  3180k|  3037k|     0 |   0.0 | 973M| 366 |   - | 484 |1239 |   0 |   0 |   0 | 692k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
185.59/185.65	c   127s|  3190k|  3046k|     0 |   0.0 | 976M| 366 |   - | 484 |1259 |   0 |   0 |   0 | 693k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
186.19/186.21	c   128s|  3200k|  3056k|     0 |   0.0 | 979M| 366 |   - | 484 |1236 |   0 |   0 |   0 | 694k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
186.69/186.74	c   128s|  3210k|  3066k|     0 |   0.0 | 982M| 366 |   - | 484 |1214 |   0 |   0 |   0 | 696k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
187.20/187.29	c   129s|  3220k|  3076k|     0 |   0.0 | 984M| 366 |   - | 484 |1177 |   0 |   0 |   0 | 697k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
187.80/187.84	c   129s|  3230k|  3085k|     0 |   0.0 | 987M| 366 |   - | 484 |1184 |   0 |   0 |   0 | 698k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
188.29/188.35	c   129s|  3240k|  3095k|     0 |   0.0 | 990M| 366 |   - | 484 |1172 |   0 |   0 |   0 | 699k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
188.80/188.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
188.80/188.88	c   130s|  3250k|  3105k|     0 |   0.0 | 993M| 366 |   - | 484 |1169 |   0 |   0 |   0 | 701k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
189.40/189.44	c   130s|  3260k|  3115k|     0 |   0.0 | 996M| 366 |   - | 484 |1186 |   0 |   0 |   0 | 702k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
189.90/189.99	c   130s|  3270k|  3125k|     0 |   0.0 | 999M| 366 |   - | 484 |1183 |   0 |   0 |   0 | 703k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
190.50/190.50	c   131s|  3280k|  3134k|     0 |   0.0 |1002M| 366 |   - | 484 |1204 |   0 |   0 |   0 | 704k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
190.99/191.05	c   131s|  3290k|  3144k|     0 |   0.0 |1005M| 366 |   - | 484 |1204 |   0 |   0 |   0 | 706k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
191.50/191.58	c   131s|  3300k|  3154k|     0 |   0.0 |1008M| 366 |   - | 484 |1156 |   0 |   0 |   0 | 707k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
192.10/192.11	c   132s|  3310k|  3164k|     0 |   0.0 |1011M| 366 |   - | 484 |1158 |   0 |   0 |   0 | 708k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
192.59/192.66	c   132s|  3320k|  3173k|     0 |   0.0 |1014M| 366 |   - | 484 |1159 |   0 |   0 |   0 | 709k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
193.19/193.20	c   132s|  3330k|  3183k|     0 |   0.0 |1017M| 366 |   - | 484 |1185 |   0 |   0 |   0 | 711k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
193.69/193.72	c   133s|  3340k|  3193k|     0 |   0.0 |1019M| 366 |   - | 484 |1123 |   0 |   0 |   0 | 712k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
194.20/194.24	c   133s|  3350k|  3203k|     0 |   0.0 |1022M| 366 |   - | 484 |1143 |   0 |   0 |   0 | 713k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
194.70/194.78	c   133s|  3360k|  3213k|     0 |   0.0 |1025M| 366 |   - | 484 |1133 |   0 |   0 |   0 | 714k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
195.20/195.29	c   134s|  3370k|  3222k|     0 |   0.0 |1028M| 366 |   - | 484 |1161 |   0 |   0 |   0 | 716k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
195.80/195.83	c   134s|  3380k|  3232k|     0 |   0.0 |1031M| 366 |   - | 484 |1186 |   0 |   0 |   0 | 717k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
196.29/196.36	c   134s|  3390k|  3242k|     0 |   0.0 |1034M| 366 |   - | 484 |1152 |   0 |   0 |   0 | 718k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
196.90/196.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
196.90/196.92	c   135s|  3400k|  3252k|     0 |   0.0 |1037M| 366 |   - | 484 |1185 |   0 |   0 |   0 | 719k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
197.40/197.44	c   135s|  3410k|  3261k|     0 |   0.0 |1040M| 366 |   - | 484 |1124 |   0 |   0 |   0 | 721k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
197.90/197.98	c   136s|  3420k|  3271k|     0 |   0.0 |1043M| 366 |   - | 484 |1174 |   0 |   0 |   0 | 722k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
198.50/198.52	c   136s|  3430k|  3281k|     0 |   0.0 |1046M| 366 |   - | 484 |1208 |   0 |   0 |   0 | 723k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
199.00/199.06	c   136s|  3440k|  3291k|     0 |   0.0 |1049M| 366 |   - | 484 |1179 |   0 |   0 |   0 | 724k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
199.49/199.57	c   137s|  3450k|  3301k|     0 |   0.0 |1052M| 366 |   - | 484 |1199 |   0 |   0 |   0 | 726k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
199.99/200.09	c   137s|  3460k|  3310k|     0 |   0.0 |1055M| 366 |   - | 484 |1193 |   0 |   0 |   0 | 727k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
200.60/200.63	c   137s|  3470k|  3320k|     0 |   0.0 |1058M| 366 |   - | 484 |1228 |   0 |   0 |   0 | 728k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
201.09/201.14	c   138s|  3480k|  3330k|     0 |   0.0 |1060M| 366 |   - | 484 |1161 |   0 |   0 |   0 | 729k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
201.60/201.68	c   138s|  3490k|  3340k|     0 |   0.0 |1063M| 366 |   - | 484 |1195 |   0 |   0 |   0 | 730k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
202.19/202.21	c   138s|  3500k|  3349k|     0 |   0.0 |1066M| 366 |   - | 484 |1205 |   0 |   0 |   0 | 732k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
202.70/202.72	c   139s|  3510k|  3359k|     0 |   0.0 |1069M| 366 |   - | 484 |1184 |   0 |   0 |   0 | 733k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
203.20/203.26	c   139s|  3520k|  3369k|     0 |   0.0 |1072M| 366 |   - | 484 |1220 |   0 |   0 |   0 | 734k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
203.69/203.79	c   139s|  3530k|  3379k|     0 |   0.0 |1075M| 366 |   - | 484 |1224 |   0 |   0 |   0 | 735k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
204.29/204.34	c   140s|  3540k|  3388k|     0 |   0.0 |1078M| 366 |   - | 484 |1249 |   0 |   0 |   0 | 737k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
204.79/204.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
204.79/204.85	c   140s|  3550k|  3398k|     0 |   0.0 |1081M| 366 |   - | 484 |1232 |   0 |   0 |   0 | 738k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
205.29/205.38	c   140s|  3560k|  3408k|     0 |   0.0 |1084M| 366 |   - | 484 |1242 |   0 |   0 |   0 | 739k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
205.89/205.93	c   141s|  3570k|  3418k|     0 |   0.0 |1087M| 366 |   - | 484 |1239 |   0 |   0 |   0 | 740k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
206.40/206.45	c   141s|  3580k|  3428k|     0 |   0.0 |1090M| 366 |   - | 484 |1191 |   0 |   0 |   0 | 742k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
206.99/207.01	c   141s|  3590k|  3437k|     0 |   0.0 |1093M| 366 |   - | 484 |1248 |   0 |   0 |   0 | 743k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
207.50/207.56	c   142s|  3600k|  3447k|     0 |   0.0 |1095M| 366 |   - | 484 |1212 |   0 |   0 |   0 | 744k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
208.09/208.12	c   142s|  3610k|  3457k|     0 |   0.0 |1098M| 366 |   - | 484 |1248 |   0 |   0 |   0 | 746k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
208.60/208.63	c   142s|  3620k|  3467k|     0 |   0.0 |1101M| 366 |   - | 484 |1246 |   0 |   0 |   0 | 747k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
209.10/209.19	c   143s|  3630k|  3476k|     0 |   0.0 |1104M| 366 |   - | 484 |1279 |   0 |   0 |   0 | 748k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
209.70/209.71	c   143s|  3640k|  3486k|     0 |   0.0 |1107M| 366 |   - | 484 |1264 |   0 |   0 |   0 | 749k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
210.20/210.27	c   144s|  3650k|  3496k|     0 |   0.0 |1110M| 366 |   - | 484 |1336 |   0 |   0 |   0 | 751k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
210.80/210.80	c   144s|  3660k|  3506k|     0 |   0.0 |1113M| 366 |   - | 484 |1311 |   0 |   0 |   0 | 752k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
211.30/211.35	c   144s|  3670k|  3515k|     0 |   0.0 |1116M| 366 |   - | 484 |1344 |   0 |   0 |   0 | 753k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
211.80/211.87	c   145s|  3680k|  3525k|     0 |   0.0 |1119M| 366 |   - | 484 |1293 |   0 |   0 |   0 | 754k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
212.40/212.42	c   145s|  3690k|  3535k|     0 |   0.0 |1122M| 366 |   - | 484 |1302 |   0 |   0 |   0 | 756k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
212.89/212.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
212.89/212.96	c   145s|  3700k|  3545k|     0 |   0.0 |1125M| 366 |   - | 484 |1260 |   0 |   0 |   0 | 757k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
213.40/213.47	c   146s|  3710k|  3555k|     0 |   0.0 |1128M| 366 |   - | 484 |1298 |   0 |   0 |   0 | 758k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
213.89/213.99	c   146s|  3720k|  3564k|     0 |   0.0 |1130M| 366 |   - | 484 |1267 |   0 |   0 |   0 | 759k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
214.50/214.55	c   146s|  3730k|  3574k|     0 |   0.0 |1133M| 366 |   - | 484 |1255 |   0 |   0 |   0 | 761k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
215.10/215.10	c   147s|  3740k|  3584k|     0 |   0.0 |1136M| 366 |   - | 484 |1299 |   0 |   0 |   0 | 762k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
215.61/215.64	c   147s|  3750k|  3594k|     0 |   0.0 |1139M| 366 |   - | 484 |1313 |   0 |   0 |   0 | 763k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
216.09/216.19	c   147s|  3760k|  3603k|     0 |   0.0 |1142M| 366 |   - | 484 |1248 |   0 |   0 |   0 | 764k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
216.70/216.72	c   148s|  3770k|  3613k|     0 |   0.0 |1145M| 366 |   - | 484 |1268 |   0 |   0 |   0 | 766k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
217.20/217.24	c   148s|  3780k|  3623k|     0 |   0.0 |1148M| 366 |   - | 484 |1176 |   0 |   0 |   0 | 767k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
217.70/217.77	c   149s|  3790k|  3633k|     0 |   0.0 |1151M| 366 |   - | 484 |1188 |   0 |   0 |   0 | 768k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
218.30/218.30	c   149s|  3800k|  3642k|     0 |   0.0 |1154M| 366 |   - | 484 |1210 |   0 |   0 |   0 | 769k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
218.80/218.82	c   149s|  3810k|  3652k|     0 |   0.0 |1157M| 366 |   - | 484 |1214 |   0 |   0 |   0 | 770k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
219.40/219.40	c   150s|  3820k|  3662k|     0 |   0.0 |1160M| 366 |   - | 484 |1231 |   0 |   0 |   0 | 772k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
219.90/219.98	c   150s|  3830k|  3672k|     0 |   0.0 |1162M| 366 |   - | 484 |1200 |   0 |   0 |   0 | 773k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
220.50/220.54	c   150s|  3840k|  3682k|     0 |   0.0 |1165M| 366 |   - | 484 |1238 |   0 |   0 |   0 | 774k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
221.00/221.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
221.00/221.08	c   151s|  3850k|  3691k|     0 |   0.0 |1168M| 366 |   - | 484 |1229 |   0 |   0 |   0 | 776k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
221.60/221.62	c   151s|  3860k|  3701k|     0 |   0.0 |1171M| 366 |   - | 484 |1177 |   0 |   0 |   0 | 777k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
222.10/222.15	c   151s|  3870k|  3711k|     0 |   0.0 |1174M| 366 |   - | 484 |1151 |   0 |   0 |   0 | 778k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
222.60/222.69	c   152s|  3880k|  3721k|     0 |   0.0 |1177M| 366 |   - | 484 |1191 |   0 |   0 |   0 | 779k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
223.20/223.21	c   152s|  3890k|  3730k|     0 |   0.0 |1180M| 366 |   - | 484 |1222 |   0 |   0 |   0 | 781k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
223.70/223.72	c   152s|  3900k|  3740k|     0 |   0.0 |1183M| 366 |   - | 484 |1205 |   0 |   0 |   0 | 782k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
224.20/224.25	c   153s|  3910k|  3750k|     0 |   0.0 |1186M| 366 |   - | 484 |1184 |   0 |   0 |   0 | 783k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
224.70/224.79	c   153s|  3920k|  3760k|     0 |   0.0 |1189M| 366 |   - | 484 |1204 |   0 |   0 |   0 | 784k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
225.30/225.34	c   154s|  3930k|  3770k|     0 |   0.0 |1192M| 366 |   - | 484 |1177 |   0 |   0 |   0 | 785k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
225.79/225.87	c   154s|  3940k|  3779k|     0 |   0.0 |1194M| 366 |   - | 484 |1164 |   0 |   0 |   0 | 787k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
226.40/226.42	c   154s|  3950k|  3789k|     0 |   0.0 |1197M| 366 |   - | 484 |1152 |   0 |   0 |   0 | 788k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
226.90/226.94	c   155s|  3960k|  3799k|     0 |   0.0 |1200M| 366 |   - | 484 |1209 |   0 |   0 |   0 | 789k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
227.40/227.46	c   155s|  3970k|  3809k|     0 |   0.0 |1203M| 366 |   - | 484 |1210 |   0 |   0 |   0 | 790k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
227.89/227.99	c   155s|  3980k|  3818k|     0 |   0.0 |1206M| 366 |   - | 484 |1214 |   0 |   0 |   0 | 792k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
228.50/228.54	c   156s|  3990k|  3828k|     0 |   0.0 |1209M| 366 |   - | 484 |1212 |   0 |   0 |   0 | 793k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
228.99/229.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
228.99/229.06	c   156s|  4000k|  3838k|     0 |   0.0 |1212M| 366 |   - | 484 |1211 |   0 |   0 |   0 | 794k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
229.50/229.59	c   156s|  4010k|  3848k|     0 |   0.0 |1215M| 366 |   - | 484 |1187 |   0 |   0 |   0 | 795k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
230.10/230.12	c   157s|  4020k|  3857k|     0 |   0.0 |1218M| 366 |   - | 484 |1209 |   0 |   0 |   0 | 797k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
230.59/230.67	c   157s|  4030k|  3867k|     0 |   0.0 |1221M| 366 |   - | 484 |1221 |   0 |   0 |   0 | 798k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
231.19/231.22	c   157s|  4040k|  3877k|     0 |   0.0 |1224M| 366 |   - | 484 |1225 |   0 |   0 |   0 | 799k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
231.70/231.75	c   158s|  4050k|  3887k|     0 |   0.0 |1226M| 366 |   - | 484 |1202 |   0 |   0 |   0 | 800k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
232.30/232.30	c   158s|  4060k|  3897k|     0 |   0.0 |1229M| 366 |   - | 484 |1202 |   0 |   0 |   0 | 802k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
232.80/232.82	c   158s|  4070k|  3906k|     0 |   0.0 |1232M| 366 |   - | 484 |1197 |   0 |   0 |   0 | 803k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
233.29/233.35	c   159s|  4080k|  3916k|     0 |   0.0 |1235M| 366 |   - | 484 |1149 |   0 |   0 |   0 | 804k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
233.89/233.92	c   159s|  4090k|  3926k|     0 |   0.0 |1238M| 366 |   - | 484 |1173 |   0 |   0 |   0 | 805k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
234.40/234.46	c   160s|  4100k|  3936k|     0 |   0.0 |1241M| 366 |   - | 484 |1155 |   0 |   0 |   0 | 807k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
234.89/234.99	c   160s|  4110k|  3945k|     0 |   0.0 |1244M| 366 |   - | 484 |1188 |   0 |   0 |   0 | 808k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
235.50/235.54	c   160s|  4120k|  3955k|     0 |   0.0 |1247M| 366 |   - | 484 |1229 |   0 |   0 |   0 | 809k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
236.00/236.08	c   161s|  4130k|  3965k|     0 |   0.0 |1250M| 366 |   - | 484 |1229 |   0 |   0 |   0 | 811k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
236.60/236.63	c   161s|  4140k|  3975k|     0 |   0.0 |1253M| 366 |   - | 484 |1241 |   0 |   0 |   0 | 812k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
237.10/237.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
237.10/237.16	c   161s|  4150k|  3984k|     0 |   0.0 |1256M| 366 |   - | 484 |1249 |   0 |   0 |   0 | 813k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
237.70/237.73	c   162s|  4160k|  3994k|     0 |   0.0 |1258M| 366 |   - | 484 |1286 |   0 |   0 |   0 | 814k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
238.19/238.28	c   162s|  4170k|  4004k|     0 |   0.0 |1261M| 366 |   - | 484 |1290 |   0 |   0 |   0 | 816k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
238.80/238.81	c   162s|  4180k|  4014k|     0 |   0.0 |1264M| 366 |   - | 484 |1185 |   0 |   0 |   0 | 817k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
239.30/239.35	c   163s|  4190k|  4023k|     0 |   0.0 |1267M| 366 |   - | 484 |1238 |   0 |   0 |   0 | 818k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
239.81/239.89	c   163s|  4200k|  4033k|     0 |   0.0 |1270M| 366 |   - | 484 |1263 |   0 |   0 |   0 | 820k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
240.40/240.45	c   164s|  4210k|  4043k|     0 |   0.0 |1273M| 366 |   - | 484 |1224 |   0 |   0 |   0 | 821k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
240.90/240.97	c   164s|  4220k|  4053k|     0 |   0.0 |1276M| 366 |   - | 484 |1225 |   0 |   0 |   0 | 822k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
241.50/241.50	c   164s|  4230k|  4063k|     0 |   0.0 |1279M| 366 |   - | 484 |1194 |   0 |   0 |   0 | 823k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
242.00/242.02	c   165s|  4240k|  4072k|     0 |   0.0 |1282M| 366 |   - | 484 |1251 |   0 |   0 |   0 | 824k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
242.50/242.54	c   165s|  4250k|  4082k|     0 |   0.0 |1285M| 366 |   - | 484 |1299 |   0 |   0 |   0 | 826k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
243.00/243.08	c   165s|  4260k|  4092k|     0 |   0.0 |1288M| 366 |   - | 484 |1298 |   0 |   0 |   0 | 827k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
243.60/243.62	c   166s|  4270k|  4102k|     0 |   0.0 |1291M| 366 |   - | 484 |1288 |   0 |   0 |   0 | 828k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
244.10/244.16	c   166s|  4280k|  4111k|     0 |   0.0 |1293M| 366 |   - | 484 |1252 |   0 |   0 |   0 | 829k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
244.70/244.73	c   166s|  4290k|  4121k|     0 |   0.0 |1296M| 366 |   - | 484 |1250 |   0 |   0 |   0 | 831k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
245.21/245.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
245.21/245.26	c   167s|  4300k|  4131k|     0 |   0.0 |1299M| 366 |   - | 484 |1252 |   0 |   0 |   0 | 832k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
245.70/245.79	c   167s|  4310k|  4141k|     0 |   0.0 |1302M| 366 |   - | 484 |1226 |   0 |   0 |   0 | 833k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
246.30/246.32	c   167s|  4320k|  4151k|     0 |   0.0 |1305M| 366 |   - | 484 |1245 |   0 |   0 |   0 | 834k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
246.80/246.88	c   168s|  4330k|  4160k|     0 |   0.0 |1308M| 366 |   - | 484 |1272 |   0 |   0 |   0 | 836k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
247.29/247.39	c   168s|  4340k|  4170k|     0 |   0.0 |1311M| 366 |   - | 484 |1218 |   0 |   0 |   0 | 837k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
247.90/247.93	c   168s|  4350k|  4180k|     0 |   0.0 |1314M| 366 |   - | 484 |1275 |   0 |   0 |   0 | 838k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
248.40/248.47	c   169s|  4360k|  4190k|     0 |   0.0 |1317M| 366 |   - | 484 |1250 |   0 |   0 |   0 | 839k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
249.00/249.02	c   169s|  4370k|  4199k|     0 |   0.0 |1320M| 366 |   - | 484 |1192 |   0 |   0 |   0 | 841k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
249.50/249.53	c   170s|  4380k|  4209k|     0 |   0.0 |1322M| 366 |   - | 484 |1210 |   0 |   0 |   0 | 842k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
250.09/250.12	c   170s|  4390k|  4219k|     0 |   0.0 |1325M| 366 |   - | 484 |1221 |   0 |   0 |   0 | 843k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
250.60/250.64	c   170s|  4400k|  4229k|     0 |   0.0 |1328M| 366 |   - | 484 |1195 |   0 |   0 |   0 | 844k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
251.09/251.18	c   171s|  4410k|  4238k|     0 |   0.0 |1331M| 366 |   - | 484 |1195 |   0 |   0 |   0 | 846k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
251.69/251.73	c   171s|  4420k|  4248k|     0 |   0.0 |1334M| 366 |   - | 484 |1181 |   0 |   0 |   0 | 847k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
252.19/252.25	c   171s|  4430k|  4258k|     0 |   0.0 |1337M| 366 |   - | 484 |1176 |   0 |   0 |   0 | 848k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
252.70/252.79	c   172s|  4440k|  4268k|     0 |   0.0 |1340M| 366 |   - | 484 |1167 |   0 |   0 |   0 | 849k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
253.30/253.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
253.30/253.32	c   172s|  4450k|  4278k|     0 |   0.0 |1343M| 366 |   - | 484 |1174 |   0 |   0 |   0 | 851k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
253.80/253.85	c   172s|  4460k|  4287k|     0 |   0.0 |1346M| 366 |   - | 484 |1211 |   0 |   0 |   0 | 852k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
254.29/254.37	c   173s|  4470k|  4297k|     0 |   0.0 |1349M| 366 |   - | 484 |1196 |   0 |   0 |   0 | 853k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
254.79/254.89	c   173s|  4480k|  4307k|     0 |   0.0 |1352M| 366 |   - | 484 |1223 |   0 |   0 |   0 | 854k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
255.40/255.43	c   173s|  4490k|  4317k|     0 |   0.0 |1354M| 366 |   - | 484 |1254 |   0 |   0 |   0 | 856k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
255.89/255.96	c   174s|  4500k|  4326k|     0 |   0.0 |1357M| 366 |   - | 484 |1249 |   0 |   0 |   0 | 857k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
256.40/256.49	c   174s|  4510k|  4336k|     0 |   0.0 |1360M| 366 |   - | 484 |1189 |   0 |   0 |   0 | 858k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
256.99/257.06	c   174s|  4520k|  4346k|     0 |   0.0 |1363M| 366 |   - | 484 |1212 |   0 |   0 |   0 | 859k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
257.60/257.62	c   175s|  4530k|  4356k|     0 |   0.0 |1366M| 366 |   - | 484 |1208 |   0 |   0 |   0 | 861k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
258.09/258.13	c   175s|  4540k|  4365k|     0 |   0.0 |1369M| 366 |   - | 484 |1264 |   0 |   0 |   0 | 862k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
258.60/258.67	c   176s|  4550k|  4375k|     0 |   0.0 |1372M| 366 |   - | 484 |1272 |   0 |   0 |   0 | 863k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
259.10/259.19	c   176s|  4560k|  4385k|     0 |   0.0 |1375M| 366 |   - | 484 |1255 |   0 |   0 |   0 | 865k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
259.70/259.71	c   176s|  4570k|  4395k|     0 |   0.0 |1378M| 366 |   - | 484 |1244 |   0 |   0 |   0 | 866k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
260.20/260.24	c   177s|  4580k|  4405k|     0 |   0.0 |1381M| 366 |   - | 484 |1298 |   0 |   0 |   0 | 867k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
260.71/260.76	c   177s|  4590k|  4414k|     0 |   0.0 |1383M| 366 |   - | 484 |1191 |   0 |   0 |   0 | 868k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
261.20/261.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
261.20/261.27	c   177s|  4600k|  4424k|     0 |   0.0 |1386M| 366 |   - | 484 |1238 |   0 |   0 |   0 | 869k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
261.80/261.82	c   178s|  4610k|  4434k|     0 |   0.0 |1389M| 366 |   - | 484 |1176 |   0 |   0 |   0 | 871k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
262.30/262.34	c   178s|  4620k|  4444k|     0 |   0.0 |1392M| 366 |   - | 484 |1235 |   0 |   0 |   0 | 872k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
262.80/262.88	c   178s|  4630k|  4453k|     0 |   0.0 |1395M| 366 |   - | 484 |1201 |   0 |   0 |   0 | 873k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
263.39/263.40	c   179s|  4640k|  4463k|     0 |   0.0 |1398M| 366 |   - | 484 |1299 |   0 |   0 |   0 | 874k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
263.90/263.91	c   179s|  4650k|  4473k|     0 |   0.0 |1401M| 366 |   - | 484 |1311 |   0 |   0 |   0 | 876k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
264.40/264.43	c   179s|  4660k|  4483k|     0 |   0.0 |1404M| 366 |   - | 484 |1354 |   0 |   0 |   0 | 877k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
264.89/264.98	c   180s|  4670k|  4492k|     0 |   0.0 |1407M| 366 |   - | 484 |1306 |   0 |   0 |   0 | 878k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
265.50/265.52	c   180s|  4680k|  4502k|     0 |   0.0 |1410M| 366 |   - | 484 |1306 |   0 |   0 |   0 | 880k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
266.00/266.08	c   180s|  4690k|  4512k|     0 |   0.0 |1412M| 366 |   - | 484 |1291 |   0 |   0 |   0 | 881k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
266.60/266.61	c   181s|  4700k|  4522k|     0 |   0.0 |1415M| 366 |   - | 484 |1270 |   0 |   0 |   0 | 882k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
267.10/267.16	c   181s|  4710k|  4532k|     0 |   0.0 |1418M| 366 |   - | 484 |1255 |   0 |   0 |   0 | 883k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
267.60/267.69	c   181s|  4720k|  4541k|     0 |   0.0 |1421M| 366 |   - | 484 |1242 |   0 |   0 |   0 | 885k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
268.20/268.22	c   182s|  4730k|  4551k|     0 |   0.0 |1424M| 366 |   - | 484 |1247 |   0 |   0 |   0 | 886k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
268.70/268.76	c   182s|  4740k|  4561k|     0 |   0.0 |1427M| 366 |   - | 484 |1229 |   0 |   0 |   0 | 887k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
269.20/269.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
269.20/269.29	c   182s|  4750k|  4571k|     0 |   0.0 |1430M| 366 |   - | 484 |1228 |   0 |   0 |   0 | 888k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
269.80/269.81	c   183s|  4760k|  4580k|     0 |   0.0 |1433M| 366 |   - | 484 |1230 |   0 |   0 |   0 | 889k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
270.29/270.37	c   183s|  4770k|  4590k|     0 |   0.0 |1436M| 366 |   - | 484 |1250 |   0 |   0 |   0 | 891k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
270.90/270.91	c   184s|  4780k|  4600k|     0 |   0.0 |1439M| 366 |   - | 484 |1289 |   0 |   0 |   0 | 892k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
271.39/271.42	c   184s|  4790k|  4610k|     0 |   0.0 |1442M| 366 |   - | 484 |1201 |   0 |   0 |   0 | 893k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
271.90/271.97	c   184s|  4800k|  4619k|     0 |   0.0 |1444M| 366 |   - | 484 |1264 |   0 |   0 |   0 | 895k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
272.50/272.50	c   185s|  4810k|  4629k|     0 |   0.0 |1447M| 366 |   - | 484 |1280 |   0 |   0 |   0 | 896k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
273.00/273.05	c   185s|  4820k|  4639k|     0 |   0.0 |1450M| 366 |   - | 484 |1258 |   0 |   0 |   0 | 897k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
273.60/273.60	c   185s|  4830k|  4649k|     0 |   0.0 |1453M| 366 |   - | 484 |1280 |   0 |   0 |   0 | 898k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
274.09/274.14	c   186s|  4840k|  4658k|     0 |   0.0 |1456M| 366 |   - | 484 |1271 |   0 |   0 |   0 | 900k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
274.60/274.68	c   186s|  4850k|  4668k|     0 |   0.0 |1459M| 366 |   - | 484 |1190 |   0 |   0 |   0 | 901k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
275.19/275.20	c   186s|  4860k|  4678k|     0 |   0.0 |1462M| 366 |   - | 484 |1220 |   0 |   0 |   0 | 902k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
275.70/275.75	c   187s|  4870k|  4688k|     0 |   0.0 |1465M| 366 |   - | 484 |1202 |   0 |   0 |   0 | 904k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
276.20/276.29	c   187s|  4880k|  4698k|     0 |   0.0 |1468M| 366 |   - | 484 |1157 |   0 |   0 |   0 | 905k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
276.80/276.85	c   187s|  4890k|  4707k|     0 |   0.0 |1471M| 366 |   - | 484 |1178 |   0 |   0 |   0 | 906k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
277.30/277.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
277.30/277.38	c   188s|  4900k|  4717k|     0 |   0.0 |1473M| 366 |   - | 484 |1176 |   0 |   0 |   0 | 907k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
277.89/277.96	c   188s|  4910k|  4727k|     0 |   0.0 |1476M| 366 |   - | 484 |1231 |   0 |   0 |   0 | 909k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
278.40/278.48	c   188s|  4920k|  4737k|     0 |   0.0 |1479M| 366 |   - | 484 |1215 |   0 |   0 |   0 | 910k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
279.00/279.01	c   189s|  4930k|  4746k|     0 |   0.0 |1482M| 366 |   - | 484 |1195 |   0 |   0 |   0 | 911k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
279.50/279.55	c   189s|  4940k|  4756k|     0 |   0.0 |1485M| 366 |   - | 484 |1235 |   0 |   0 |   0 | 913k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
280.10/280.11	c   189s|  4950k|  4766k|     0 |   0.0 |1488M| 366 |   - | 484 |1271 |   0 |   0 |   0 | 914k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
280.60/280.62	c   190s|  4960k|  4776k|     0 |   0.0 |1491M| 366 |   - | 484 |1255 |   0 |   0 |   0 | 915k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
281.10/281.17	c   190s|  4970k|  4785k|     0 |   0.0 |1494M| 366 |   - | 484 |1307 |   0 |   0 |   0 | 916k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
281.60/281.68	c   191s|  4980k|  4795k|     0 |   0.0 |1496M| 366 |   - | 484 |1303 |   0 |   0 |   0 | 918k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
282.20/282.24	c   191s|  4990k|  4805k|     0 |   0.0 |1499M| 366 |   - | 484 |1313 |   0 |   0 |   0 | 919k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
282.70/282.79	c   191s|  5000k|  4815k|     0 |   0.0 |1502M| 366 |   - | 484 |1293 |   0 |   0 |   0 | 920k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
283.30/283.31	c   192s|  5010k|  4824k|     0 |   0.0 |1505M| 366 |   - | 484 |1236 |   0 |   0 |   0 | 921k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
283.81/283.86	c   192s|  5020k|  4834k|     0 |   0.0 |1508M| 366 |   - | 484 |1220 |   0 |   0 |   0 | 923k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
284.40/284.40	c   192s|  5030k|  4844k|     0 |   0.0 |1511M| 366 |   - | 484 |1209 |   0 |   0 |   0 | 924k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
284.91/284.96	c   193s|  5040k|  4854k|     0 |   0.0 |1514M| 366 |   - | 484 |1210 |   0 |   0 |   0 | 925k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
285.50/285.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
285.50/285.50	c   193s|  5050k|  4863k|     0 |   0.0 |1517M| 366 |   - | 484 |1147 |   0 |   0 |   0 | 927k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
286.00/286.02	c   193s|  5060k|  4873k|     0 |   0.0 |1520M| 366 |   - | 484 |1197 |   0 |   0 |   0 | 928k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
286.50/286.56	c   194s|  5070k|  4883k|     0 |   0.0 |1523M| 366 |   - | 484 |1216 |   0 |   0 |   0 | 929k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
287.00/287.08	c   194s|  5080k|  4893k|     0 |   0.0 |1525M| 366 |   - | 484 |1281 |   0 |   0 |   0 | 930k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
287.50/287.59	c   194s|  5090k|  4903k|     0 |   0.0 |1528M| 366 |   - | 484 |1267 |   0 |   0 |   0 | 932k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
288.11/288.13	c   195s|  5100k|  4912k|     0 |   0.0 |1531M| 366 |   - | 484 |1289 |   0 |   0 |   0 | 933k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
288.60/288.68	c   195s|  5110k|  4922k|     0 |   0.0 |1534M| 366 |   - | 484 |1279 |   0 |   0 |   0 | 934k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
289.20/289.24	c   195s|  5120k|  4932k|     0 |   0.0 |1537M| 366 |   - | 484 |1224 |   0 |   0 |   0 | 935k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
289.70/289.74	c   196s|  5130k|  4942k|     0 |   0.0 |1540M| 366 |   - | 484 |1204 |   0 |   0 |   0 | 937k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
290.20/290.28	c   196s|  5140k|  4951k|     0 |   0.0 |1543M| 366 |   - | 484 |1214 |   0 |   0 |   0 | 938k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
290.80/290.80	c   196s|  5150k|  4961k|     0 |   0.0 |1546M| 366 |   - | 484 |1187 |   0 |   0 |   0 | 939k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
291.30/291.36	c   197s|  5160k|  4971k|     0 |   0.0 |1549M| 366 |   - | 484 |1241 |   0 |   0 |   0 | 940k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
291.80/291.88	c   197s|  5170k|  4981k|     0 |   0.0 |1551M| 366 |   - | 484 |1255 |   0 |   0 |   0 | 942k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
292.40/292.41	c   197s|  5180k|  4990k|     0 |   0.0 |1554M| 366 |   - | 484 |1162 |   0 |   0 |   0 | 943k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
292.90/292.97	c   198s|  5190k|  5000k|     0 |   0.0 |1557M| 366 |   - | 484 |1183 |   0 |   0 |   0 | 944k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
293.50/293.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
293.50/293.53	c   198s|  5200k|  5010k|     0 |   0.0 |1560M| 366 |   - | 484 |1201 |   0 |   0 |   0 | 945k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
294.00/294.07	c   199s|  5210k|  5020k|     0 |   0.0 |1563M| 366 |   - | 484 |1183 |   0 |   0 |   0 | 947k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
294.50/294.56	c   199s|  5220k|  5030k|     0 |   0.0 |1566M| 366 |   - | 484 |1151 |   0 |   0 |   0 | 948k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
295.10/295.11	c   199s|  5230k|  5039k|     0 |   0.0 |1569M| 366 |   - | 484 |1139 |   0 |   0 |   0 | 949k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
295.60/295.65	c   200s|  5240k|  5049k|     0 |   0.0 |1572M| 366 |   - | 484 |1157 |   0 |   0 |   0 | 950k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
296.20/296.22	c   200s|  5250k|  5059k|     0 |   0.0 |1575M| 366 |   - | 484 |1162 |   0 |   0 |   0 | 952k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
296.70/296.77	c   200s|  5260k|  5069k|     0 |   0.0 |1577M| 366 |   - | 484 |1177 |   0 |   0 |   0 | 953k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
297.30/297.30	c   201s|  5270k|  5078k|     0 |   0.0 |1580M| 366 |   - | 484 |1148 |   0 |   0 |   0 | 954k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
297.80/297.85	c   201s|  5280k|  5088k|     0 |   0.0 |1583M| 366 |   - | 484 |1149 |   0 |   0 |   0 | 956k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
298.40/298.41	c   201s|  5290k|  5098k|     0 |   0.0 |1586M| 366 |   - | 484 |1148 |   0 |   0 |   0 | 957k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
298.90/298.92	c   202s|  5300k|  5108k|     0 |   0.0 |1589M| 366 |   - | 484 |1135 |   0 |   0 |   0 | 958k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
299.40/299.47	c   202s|  5310k|  5117k|     0 |   0.0 |1592M| 366 |   - | 484 |1121 |   0 |   0 |   0 | 959k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
299.90/299.99	c   202s|  5320k|  5127k|     0 |   0.0 |1595M| 366 |   - | 484 |1170 |   0 |   0 |   0 | 961k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
300.50/300.52	c   203s|  5330k|  5137k|     0 |   0.0 |1598M| 366 |   - | 484 |1132 |   0 |   0 |   0 | 962k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
301.00/301.08	c   203s|  5340k|  5147k|     0 |   0.0 |1601M| 366 |   - | 484 |1203 |   0 |   0 |   0 | 963k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
301.60/301.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
301.60/301.60	c   203s|  5350k|  5156k|     0 |   0.0 |1604M| 366 |   - | 484 |1207 |   0 |   0 |   0 | 964k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
302.10/302.14	c   204s|  5360k|  5166k|     0 |   0.0 |1606M| 366 |   - | 484 |1240 |   0 |   0 |   0 | 966k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
302.59/302.68	c   204s|  5370k|  5176k|     0 |   0.0 |1609M| 366 |   - | 484 |1246 |   0 |   0 |   0 | 967k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
303.10/303.19	c   204s|  5380k|  5186k|     0 |   0.0 |1612M| 366 |   - | 484 |1232 |   0 |   0 |   0 | 968k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
303.70/303.73	c   205s|  5390k|  5195k|     0 |   0.0 |1615M| 366 |   - | 484 |1239 |   0 |   0 |   0 | 970k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
304.20/304.26	c   205s|  5400k|  5205k|     0 |   0.0 |1618M| 366 |   - | 484 |1206 |   0 |   0 |   0 | 971k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
304.71/304.77	c   205s|  5410k|  5215k|     0 |   0.0 |1621M| 366 |   - | 484 |1161 |   0 |   0 |   0 | 972k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
305.30/305.31	c   206s|  5420k|  5225k|     0 |   0.0 |1624M| 366 |   - | 484 |1161 |   0 |   0 |   0 | 973k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
305.81/305.84	c   206s|  5430k|  5235k|     0 |   0.0 |1627M| 366 |   - | 484 |1152 |   0 |   0 |   0 | 975k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
306.39/306.41	c   207s|  5440k|  5244k|     0 |   0.0 |1630M| 366 |   - | 484 |1157 |   0 |   0 |   0 | 976k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
306.91/306.96	c   207s|  5450k|  5254k|     0 |   0.0 |1633M| 366 |   - | 484 |1180 |   0 |   0 |   0 | 977k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
307.50/307.51	c   207s|  5460k|  5264k|     0 |   0.0 |1635M| 366 |   - | 484 |1159 |   0 |   0 |   0 | 979k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
308.01/308.06	c   208s|  5470k|  5274k|     0 |   0.0 |1638M| 366 |   - | 484 |1169 |   0 |   0 |   0 | 980k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
308.60/308.60	c   208s|  5480k|  5283k|     0 |   0.0 |1641M| 366 |   - | 484 |1191 |   0 |   0 |   0 | 981k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
309.11/309.12	c   208s|  5490k|  5293k|     0 |   0.0 |1644M| 366 |   - | 484 |1142 |   0 |   0 |   0 | 982k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
309.60/309.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
309.60/309.67	c   209s|  5500k|  5303k|     0 |   0.0 |1647M| 366 |   - | 484 |1148 |   0 |   0 |   0 | 984k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
310.20/310.22	c   209s|  5510k|  5313k|     0 |   0.0 |1650M| 366 |   - | 484 |1162 |   0 |   0 |   0 | 985k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
310.70/310.75	c   209s|  5520k|  5322k|     0 |   0.0 |1653M| 366 |   - | 484 |1125 |   0 |   0 |   0 | 986k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
311.20/311.27	c   210s|  5530k|  5332k|     0 |   0.0 |1656M| 366 |   - | 484 |1191 |   0 |   0 |   0 | 987k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
311.80/311.81	c   210s|  5540k|  5342k|     0 |   0.0 |1659M| 366 |   - | 484 |1151 |   0 |   0 |   0 | 989k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
312.31/312.35	c   210s|  5550k|  5352k|     0 |   0.0 |1661M| 366 |   - | 484 |1240 |   0 |   0 |   0 | 990k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
312.80/312.86	c   211s|  5560k|  5361k|     0 |   0.0 |1664M| 366 |   - | 484 |1299 |   0 |   0 |   0 | 991k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
313.30/313.38	c   211s|  5570k|  5371k|     0 |   0.0 |1667M| 366 |   - | 484 |1277 |   0 |   0 |   0 | 992k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
313.89/313.91	c   211s|  5580k|  5381k|     0 |   0.0 |1670M| 366 |   - | 484 |1209 |   0 |   0 |   0 | 994k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
314.40/314.45	c   212s|  5590k|  5391k|     0 |   0.0 |1673M| 366 |   - | 484 |1196 |   0 |   0 |   0 | 995k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
314.90/314.98	c   212s|  5600k|  5401k|     0 |   0.0 |1676M| 366 |   - | 484 |1203 |   0 |   0 |   0 | 996k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
315.50/315.52	c   212s|  5610k|  5410k|     0 |   0.0 |1679M| 366 |   - | 484 |1200 |   0 |   0 |   0 | 997k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
316.00/316.04	c   213s|  5620k|  5420k|     0 |   0.0 |1682M| 366 |   - | 484 |1213 |   0 |   0 |   0 | 999k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
316.50/316.58	c   213s|  5630k|  5430k|     0 |   0.0 |1685M| 366 |   - | 484 |1186 |   0 |   0 |   0 |1000k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
317.10/317.15	c   214s|  5640k|  5440k|     0 |   0.0 |1687M| 366 |   - | 484 |1183 |   0 |   0 |   0 |1001k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
317.60/317.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
317.60/317.69	c   214s|  5650k|  5449k|     0 |   0.0 |1690M| 366 |   - | 484 |1188 |   0 |   0 |   0 |1003k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
318.20/318.22	c   214s|  5660k|  5459k|     0 |   0.0 |1693M| 366 |   - | 484 |1137 |   0 |   0 |   0 |1004k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
318.70/318.77	c   215s|  5670k|  5469k|     0 |   0.0 |1696M| 366 |   - | 484 |1134 |   0 |   0 |   0 |1005k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
319.30/319.30	c   215s|  5680k|  5479k|     0 |   0.0 |1699M| 366 |   - | 484 |1125 |   0 |   0 |   0 |1006k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
319.80/319.84	c   215s|  5690k|  5488k|     0 |   0.0 |1702M| 366 |   - | 484 |1114 |   0 |   0 |   0 |1008k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
320.40/320.40	c   216s|  5700k|  5498k|     0 |   0.0 |1705M| 366 |   - | 484 |1213 |   0 |   0 |   0 |1009k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
320.91/320.92	c   216s|  5710k|  5508k|     0 |   0.0 |1708M| 366 |   - | 484 |1193 |   0 |   0 |   0 |1010k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
321.40/321.45	c   216s|  5720k|  5518k|     0 |   0.0 |1711M| 366 |   - | 484 |1189 |   0 |   0 |   0 |1012k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
321.90/321.98	c   217s|  5730k|  5527k|     0 |   0.0 |1713M| 366 |   - | 484 |1238 |   0 |   0 |   0 |1013k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
322.50/322.52	c   217s|  5740k|  5537k|     0 |   0.0 |1716M| 366 |   - | 484 |1272 |   0 |   0 |   0 |1014k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
323.00/323.04	c   217s|  5750k|  5547k|     0 |   0.0 |1719M| 366 |   - | 484 |1230 |   0 |   0 |   0 |1015k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
323.50/323.58	c   218s|  5760k|  5557k|     0 |   0.0 |1722M| 366 |   - | 484 |1253 |   0 |   0 |   0 |1017k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
324.10/324.10	c   218s|  5770k|  5566k|     0 |   0.0 |1725M| 366 |   - | 484 |1212 |   0 |   0 |   0 |1018k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
324.60/324.66	c   218s|  5780k|  5576k|     0 |   0.0 |1728M| 366 |   - | 484 |1246 |   0 |   0 |   0 |1019k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
325.10/325.18	c   219s|  5790k|  5586k|     0 |   0.0 |1731M| 366 |   - | 484 |1266 |   0 |   0 |   0 |1020k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
325.70/325.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
325.70/325.72	c   219s|  5800k|  5596k|     0 |   0.0 |1734M| 366 |   - | 484 |1198 |   0 |   0 |   0 |1022k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
326.20/326.25	c   220s|  5810k|  5606k|     0 |   0.0 |1737M| 366 |   - | 484 |1174 |   0 |   0 |   0 |1023k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
326.80/326.83	c   220s|  5820k|  5615k|     0 |   0.0 |1739M| 366 |   - | 484 |1153 |   0 |   0 |   0 |1024k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
327.40/327.41	c   220s|  5830k|  5625k|     0 |   0.0 |1742M| 366 |   - | 484 |1152 |   0 |   0 |   0 |1025k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
327.90/327.95	c   221s|  5840k|  5635k|     0 |   0.0 |1745M| 366 |   - | 484 |1169 |   0 |   0 |   0 |1027k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
328.40/328.48	c   221s|  5850k|  5645k|     0 |   0.0 |1748M| 366 |   - | 484 |1183 |   0 |   0 |   0 |1028k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
329.00/329.03	c   221s|  5860k|  5654k|     0 |   0.0 |1751M| 366 |   - | 484 |1123 |   0 |   0 |   0 |1029k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
329.50/329.54	c   222s|  5870k|  5664k|     0 |   0.0 |1754M| 366 |   - | 484 |1135 |   0 |   0 |   0 |1030k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
330.01/330.07	c   222s|  5880k|  5674k|     0 |   0.0 |1757M| 366 |   - | 484 |1126 |   0 |   0 |   0 |1032k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
330.50/330.59	c   222s|  5890k|  5684k|     0 |   0.0 |1760M| 366 |   - | 484 |1090 |   0 |   0 |   0 |1033k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
331.11/331.14	c   223s|  5900k|  5693k|     0 |   0.0 |1763M| 366 |   - | 484 |1164 |   0 |   0 |   0 |1034k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
331.60/331.65	c   223s|  5910k|  5703k|     0 |   0.0 |1766M| 366 |   - | 484 |1092 |   0 |   0 |   0 |1036k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
332.21/332.21	c   224s|  5920k|  5713k|     0 |   0.0 |1768M| 366 |   - | 484 |1104 |   0 |   0 |   0 |1037k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
332.70/332.72	c   224s|  5930k|  5723k|     0 |   0.0 |1771M| 366 |   - | 484 |1131 |   0 |   0 |   0 |1038k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
333.20/333.24	c   224s|  5940k|  5732k|     0 |   0.0 |1774M| 366 |   - | 484 |1182 |   0 |   0 |   0 |1039k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
333.70/333.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
333.70/333.79	c   225s|  5950k|  5742k|     0 |   0.0 |1777M| 366 |   - | 484 |1221 |   0 |   0 |   0 |1041k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
334.31/334.31	c   225s|  5960k|  5752k|     0 |   0.0 |1780M| 366 |   - | 484 |1223 |   0 |   0 |   0 |1042k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
334.80/334.84	c   225s|  5970k|  5762k|     0 |   0.0 |1783M| 366 |   - | 484 |1172 |   0 |   0 |   0 |1043k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
335.30/335.39	c   226s|  5980k|  5771k|     0 |   0.0 |1786M| 366 |   - | 484 |1173 |   0 |   0 |   0 |1045k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
335.90/335.90	c   226s|  5990k|  5781k|     0 |   0.0 |1789M| 366 |   - | 484 |1204 |   0 |   0 |   0 |1046k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
336.40/336.45	c   226s|  6000k|  5791k|     0 |   0.0 |1792M| 366 |   - | 484 |1271 |   0 |   0 |   0 |1047k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
336.90/336.97	c   227s|  6010k|  5801k|     0 |   0.0 |1794M| 366 |   - | 484 |1190 |   0 |   0 |   0 |1048k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
337.50/337.53	c   227s|  6020k|  5811k|     0 |   0.0 |1797M| 366 |   - | 484 |1213 |   0 |   0 |   0 |1050k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
338.00/338.08	c   227s|  6030k|  5820k|     0 |   0.0 |1800M| 366 |   - | 484 |1138 |   0 |   0 |   0 |1051k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
338.60/338.62	c   228s|  6040k|  5830k|     0 |   0.0 |1803M| 366 |   - | 484 |1088 |   0 |   0 |   0 |1052k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
339.10/339.15	c   228s|  6050k|  5840k|     0 |   0.0 |1806M| 366 |   - | 484 |1111 |   0 |   0 |   0 |1053k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
339.70/339.70	c   228s|  6060k|  5850k|     0 |   0.0 |1809M| 366 |   - | 484 |1139 |   0 |   0 |   0 |1055k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
340.20/340.22	c   229s|  6070k|  5859k|     0 |   0.0 |1812M| 366 |   - | 484 |1141 |   0 |   0 |   0 |1056k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
340.70/340.75	c   229s|  6080k|  5869k|     0 |   0.0 |1815M| 366 |   - | 484 |1126 |   0 |   0 |   0 |1057k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
341.20/341.28	c   229s|  6090k|  5879k|     0 |   0.0 |1818M| 366 |   - | 484 |1116 |   0 |   0 |   0 |1059k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
341.80/341.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
341.80/341.80	c   230s|  6100k|  5889k|     0 |   0.0 |1821M| 366 |   - | 484 |1127 |   0 |   0 |   0 |1060k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
342.30/342.36	c   230s|  6110k|  5898k|     0 |   0.0 |1824M| 366 |   - | 484 |1076 |   0 |   0 |   0 |1061k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
342.90/342.98	c   231s|  6120k|  5908k|     0 |   0.0 |1826M| 366 |   - | 484 |1035 |   0 |   0 |   0 |1062k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
343.50/343.57	c   231s|  6130k|  5918k|     0 |   0.0 |1829M| 366 |   - | 484 |1041 |   0 |   0 |   0 |1064k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
344.21/344.23	c   231s|  6140k|  5928k|     0 |   0.0 |1832M| 366 |   - | 484 |1100 |   0 |   0 |   0 |1065k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
344.80/344.81	c   232s|  6150k|  5937k|     0 |   0.0 |1835M| 366 |   - | 484 |1100 |   0 |   0 |   0 |1066k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
345.31/345.38	c   232s|  6160k|  5947k|     0 |   0.0 |1838M| 366 |   - | 484 |1098 |   0 |   0 |   0 |1068k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
345.90/345.91	c   233s|  6170k|  5957k|     0 |   0.0 |1841M| 366 |   - | 484 |1110 |   0 |   0 |   0 |1069k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
346.51/346.53	c   233s|  6180k|  5967k|     0 |   0.0 |1844M| 366 |   - | 484 |1101 |   0 |   0 |   0 |1070k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
347.10/347.11	c   233s|  6190k|  5977k|     0 |   0.0 |1847M| 366 |   - | 484 |1048 |   0 |   0 |   0 |1071k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
347.61/347.69	c   234s|  6200k|  5986k|     0 |   0.0 |1850M| 366 |   - | 484 |1096 |   0 |   0 |   0 |1073k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
348.20/348.26	c   234s|  6210k|  5996k|     0 |   0.0 |1853M| 366 |   - | 484 |1149 |   0 |   0 |   0 |1074k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
348.71/348.79	c   234s|  6220k|  6006k|     0 |   0.0 |1855M| 366 |   - | 484 |1111 |   0 |   0 |   0 |1075k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
349.30/349.33	c   235s|  6230k|  6016k|     0 |   0.0 |1858M| 366 |   - | 484 |1117 |   0 |   0 |   0 |1076k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
349.81/349.87	c   235s|  6240k|  6025k|     0 |   0.0 |1861M| 366 |   - | 484 |1143 |   0 |   0 |   0 |1078k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
350.41/350.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
350.41/350.43	c   236s|  6250k|  6035k|     0 |   0.0 |1864M| 366 |   - | 484 |1177 |   0 |   0 |   0 |1079k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
350.91/350.97	c   236s|  6260k|  6045k|     0 |   0.0 |1867M| 366 |   - | 484 |1165 |   0 |   0 |   0 |1080k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
351.50/351.50	c   236s|  6270k|  6055k|     0 |   0.0 |1870M| 366 |   - | 484 |1170 |   0 |   0 |   0 |1081k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
352.01/352.08	c   237s|  6280k|  6064k|     0 |   0.0 |1873M| 366 |   - | 484 |1176 |   0 |   0 |   0 |1083k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
352.60/352.61	c   237s|  6290k|  6074k|     0 |   0.0 |1876M| 366 |   - | 484 |1200 |   0 |   0 |   0 |1084k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
353.10/353.13	c   237s|  6300k|  6084k|     0 |   0.0 |1879M| 366 |   - | 484 |1171 |   0 |   0 |   0 |1085k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
353.60/353.63	c   238s|  6310k|  6094k|     0 |   0.0 |1882M| 366 |   - | 484 |1159 |   0 |   0 |   0 |1086k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
354.21/354.22	c   238s|  6320k|  6103k|     0 |   0.0 |1884M| 366 |   - | 484 |1169 |   0 |   0 |   0 |1088k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
354.70/354.77	c   238s|  6330k|  6113k|     0 |   0.0 |1887M| 366 |   - | 484 |1177 |   0 |   0 |   0 |1089k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
355.20/355.29	c   239s|  6340k|  6123k|     0 |   0.0 |1890M| 366 |   - | 484 |1147 |   0 |   0 |   0 |1090k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
355.80/355.83	c   239s|  6350k|  6133k|     0 |   0.0 |1893M| 366 |   - | 484 |1148 |   0 |   0 |   0 |1092k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
356.31/356.38	c   239s|  6360k|  6143k|     0 |   0.0 |1896M| 366 |   - | 484 |1162 |   0 |   0 |   0 |1093k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
356.91/356.90	c   240s|  6370k|  6152k|     0 |   0.0 |1899M| 366 |   - | 484 |1176 |   0 |   0 |   0 |1094k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
357.41/357.49	c   240s|  6380k|  6162k|     0 |   0.0 |1902M| 366 |   - | 484 |1171 |   0 |   0 |   0 |1095k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
358.00/358.04	c   241s|  6390k|  6172k|     0 |   0.0 |1905M| 366 |   - | 484 |1282 |   0 |   0 |   0 |1097k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
358.60/358.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
358.60/358.62	c   241s|  6400k|  6182k|     0 |   0.0 |1908M| 366 |   - | 484 |1261 |   0 |   0 |   0 |1098k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
359.10/359.17	c   241s|  6410k|  6191k|     0 |   0.0 |1911M| 366 |   - | 484 |1280 |   0 |   0 |   0 |1099k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
359.70/359.74	c   242s|  6420k|  6201k|     0 |   0.0 |1914M| 366 |   - | 484 |1334 |   0 |   0 |   0 |1101k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
360.20/360.28	c   242s|  6430k|  6211k|     0 |   0.0 |1917M| 366 |   - | 484 |1315 |   0 |   0 |   0 |1102k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
360.81/360.88	c   242s|  6440k|  6221k|     0 |   0.0 |1919M| 366 |   - | 484 |1362 |   0 |   0 |   0 |1103k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
361.40/361.40	c   243s|  6450k|  6230k|     0 |   0.0 |1922M| 366 |   - | 484 |1327 |   0 |   0 |   0 |1104k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
361.90/361.96	c   243s|  6460k|  6240k|     0 |   0.0 |1925M| 366 |   - | 484 |1282 |   0 |   0 |   0 |1106k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
362.50/362.52	c   244s|  6470k|  6250k|     0 |   0.0 |1928M| 366 |   - | 484 |1326 |   0 |   0 |   0 |1107k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
363.00/363.07	c   244s|  6480k|  6260k|     0 |   0.0 |1931M| 366 |   - | 484 |1318 |   0 |   0 |   0 |1108k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
363.60/363.67	c   244s|  6490k|  6269k|     0 |   0.0 |1934M| 366 |   - | 484 |1369 |   0 |   0 |   0 |1110k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
364.20/364.21	c   245s|  6500k|  6279k|     0 |   0.0 |1937M| 366 |   - | 484 |1348 |   0 |   0 |   0 |1111k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
364.70/364.77	c   245s|  6510k|  6289k|     0 |   0.0 |1940M| 366 |   - | 484 |1372 |   0 |   0 |   0 |1112k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
365.20/365.29	c   245s|  6520k|  6299k|     0 |   0.0 |1943M| 366 |   - | 484 |1306 |   0 |   0 |   0 |1113k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
365.80/365.86	c   246s|  6530k|  6308k|     0 |   0.0 |1945M| 366 |   - | 484 |1329 |   0 |   0 |   0 |1115k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
366.30/366.38	c   246s|  6540k|  6318k|     0 |   0.0 |1948M| 366 |   - | 484 |1222 |   0 |   0 |   0 |1116k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
366.89/366.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
366.89/366.92	c   247s|  6550k|  6328k|     0 |   0.0 |1951M| 366 |   - | 484 |1280 |   0 |   0 |   0 |1117k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
367.40/367.48	c   247s|  6560k|  6338k|     0 |   0.0 |1954M| 366 |   - | 484 |1189 |   0 |   0 |   0 |1118k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
367.99/368.03	c   247s|  6570k|  6348k|     0 |   0.0 |1957M| 366 |   - | 484 |1217 |   0 |   0 |   0 |1120k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
368.50/368.55	c   248s|  6580k|  6357k|     0 |   0.0 |1960M| 366 |   - | 484 |1188 |   0 |   0 |   0 |1121k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
369.09/369.14	c   248s|  6590k|  6367k|     0 |   0.0 |1963M| 366 |   - | 484 |1177 |   0 |   0 |   0 |1122k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
369.61/369.64	c   248s|  6600k|  6377k|     0 |   0.0 |1966M| 366 |   - | 484 |1135 |   0 |   0 |   0 |1123k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
370.10/370.19	c   249s|  6610k|  6387k|     0 |   0.0 |1969M| 366 |   - | 484 |1198 |   0 |   0 |   0 |1125k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
370.70/370.74	c   249s|  6620k|  6396k|     0 |   0.0 |1972M| 366 |   - | 484 |1171 |   0 |   0 |   0 |1126k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
371.20/371.25	c   249s|  6630k|  6406k|     0 |   0.0 |1975M| 366 |   - | 484 |1176 |   0 |   0 |   0 |1127k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
371.70/371.79	c   250s|  6640k|  6416k|     0 |   0.0 |1978M| 366 |   - | 484 |1194 |   0 |   0 |   0 |1128k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
372.39/372.40	c   250s|  6650k|  6426k|     0 |   0.0 |1980M| 366 |   - | 484 |1223 |   0 |   0 |   0 |1130k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
372.90/372.98	c   251s|  6660k|  6435k|     0 |   0.0 |1983M| 366 |   - | 484 |1234 |   0 |   0 |   0 |1131k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
373.50/373.52	c   251s|  6670k|  6445k|     0 |   0.0 |1986M| 366 |   - | 484 |1234 |   0 |   0 |   0 |1132k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
374.00/374.07	c   251s|  6680k|  6455k|     0 |   0.0 |1989M| 366 |   - | 484 |1235 |   0 |   0 |   0 |1134k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
374.59/374.67	c   252s|  6690k|  6465k|     0 |   0.0 |1992M| 366 |   - | 484 |1210 |   0 |   0 |   0 |1135k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
375.20/375.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
375.20/375.25	c   252s|  6700k|  6475k|     0 |   0.0 |1995M| 366 |   - | 484 |1259 |   0 |   0 |   0 |1136k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
375.80/375.82	c   252s|  6710k|  6484k|     0 |   0.0 |1998M| 366 |   - | 484 |1273 |   0 |   0 |   0 |1137k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
376.29/376.37	c   253s|  6720k|  6494k|     0 |   0.0 |2001M| 366 |   - | 484 |1235 |   0 |   0 |   0 |1139k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
376.90/376.94	c   253s|  6730k|  6504k|     0 |   0.0 |2004M| 366 |   - | 484 |1190 |   0 |   0 |   0 |1140k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
377.39/377.47	c   254s|  6740k|  6514k|     0 |   0.0 |2007M| 366 |   - | 484 |1221 |   0 |   0 |   0 |1141k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
378.00/378.08	c   254s|  6750k|  6523k|     0 |   0.0 |2010M| 366 |   - | 484 |1202 |   0 |   0 |   0 |1143k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
378.70/378.72	c   254s|  6760k|  6533k|     0 |   0.0 |2012M| 366 |   - | 484 |1186 |   0 |   0 |   0 |1144k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
379.30/379.30	c   255s|  6770k|  6543k|     0 |   0.0 |2015M| 366 |   - | 484 |1179 |   0 |   0 |   0 |1145k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
379.80/379.82	c   255s|  6780k|  6553k|     0 |   0.0 |2018M| 366 |   - | 484 |1114 |   0 |   0 |   0 |1146k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
380.30/380.37	c   256s|  6790k|  6562k|     0 |   0.0 |2021M| 366 |   - | 484 |1155 |   0 |   0 |   0 |1148k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
380.89/380.98	c   256s|  6800k|  6572k|     0 |   0.0 |2024M| 366 |   - | 484 |1141 |   0 |   0 |   0 |1149k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
381.49/381.58	c   256s|  6810k|  6582k|     0 |   0.0 |2027M| 366 |   - | 484 |1162 |   0 |   0 |   0 |1150k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
382.09/382.17	c   257s|  6820k|  6592k|     0 |   0.0 |2030M| 366 |   - | 484 |1231 |   0 |   0 |   0 |1152k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
382.70/382.71	c   257s|  6830k|  6601k|     0 |   0.0 |2033M| 366 |   - | 484 |1211 |   0 |   0 |   0 |1153k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
383.20/383.27	c   257s|  6840k|  6611k|     0 |   0.0 |2036M| 366 |   - | 484 |1192 |   0 |   0 |   0 |1154k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
383.80/383.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
383.80/383.81	c   258s|  6850k|  6621k|     0 |   0.0 |2039M| 366 |   - | 484 |1170 |   0 |   0 |   0 |1155k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
384.29/384.36	c   258s|  6860k|  6631k|     0 |   0.0 |2041M| 366 |   - | 484 |1142 |   0 |   0 |   0 |1157k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
384.90/384.94	c   259s|  6870k|  6640k|     0 |   0.0 |2044M| 366 |   - | 484 |1180 |   0 |   0 |   0 |1158k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
385.50/385.55	c   259s|  6880k|  6650k|     0 |   0.0 |2047M| 366 |   - | 484 |1170 |   0 |   0 |   0 |1159k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
386.10/386.11	c   259s|  6890k|  6660k|     0 |   0.0 |2050M| 366 |   - | 484 |1163 |   0 |   0 |   0 |1161k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
386.60/386.66	c   260s|  6900k|  6670k|     0 |   0.0 |2053M| 366 |   - | 484 |1201 |   0 |   0 |   0 |1162k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
387.20/387.28	c   260s|  6910k|  6680k|     0 |   0.0 |2056M| 366 |   - | 484 |1168 |   0 |   0 |   0 |1163k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
387.80/387.87	c   261s|  6920k|  6689k|     0 |   0.0 |2059M| 366 |   - | 484 |1186 |   0 |   0 |   0 |1165k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
388.30/388.39	c   261s|  6930k|  6699k|     0 |   0.0 |2062M| 366 |   - | 484 |1212 |   0 |   0 |   0 |1166k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
388.90/388.95	c   261s|  6940k|  6709k|     0 |   0.0 |2065M| 366 |   - | 484 |1217 |   0 |   0 |   0 |1167k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
389.40/389.47	c   262s|  6950k|  6719k|     0 |   0.0 |2068M| 366 |   - | 484 |1240 |   0 |   0 |   0 |1168k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
389.99/390.02	c   262s|  6960k|  6728k|     0 |   0.0 |2071M| 366 |   - | 484 |1319 |   0 |   0 |   0 |1170k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
390.50/390.56	c   262s|  6970k|  6738k|     0 |   0.0 |2074M| 366 |   - | 484 |1298 |   0 |   0 |   0 |1171k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
391.09/391.11	c   263s|  6980k|  6748k|     0 |   0.0 |2076M| 366 |   - | 484 |1274 |   0 |   0 |   0 |1172k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
391.60/391.64	c   263s|  6990k|  6758k|     0 |   0.0 |2079M| 366 |   - | 484 |1270 |   0 |   0 |   0 |1174k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
392.09/392.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
392.09/392.16	c   263s|  7000k|  6767k|     0 |   0.0 |2082M| 366 |   - | 484 |1229 |   0 |   0 |   0 |1175k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
392.60/392.70	c   264s|  7010k|  6777k|     0 |   0.0 |2085M| 366 |   - | 484 |1247 |   0 |   0 |   0 |1176k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
393.19/393.22	c   264s|  7020k|  6787k|     0 |   0.0 |2088M| 366 |   - | 484 |1216 |   0 |   0 |   0 |1178k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
393.71/393.78	c   264s|  7030k|  6797k|     0 |   0.0 |2091M| 366 |   - | 484 |1214 |   0 |   0 |   0 |1179k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
394.30/394.33	c   265s|  7040k|  6806k|     0 |   0.0 |2094M| 366 |   - | 484 |1209 |   0 |   0 |   0 |1180k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
394.80/394.86	c   265s|  7050k|  6816k|     0 |   0.0 |2097M| 366 |   - | 484 |1239 |   0 |   0 |   0 |1181k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
395.40/395.43	c   265s|  7060k|  6826k|     0 |   0.0 |2100M| 366 |   - | 484 |1226 |   0 |   0 |   0 |1183k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
395.90/395.95	c   266s|  7070k|  6836k|     0 |   0.0 |2103M| 366 |   - | 484 |1216 |   0 |   0 |   0 |1184k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
396.40/396.46	c   266s|  7080k|  6845k|     0 |   0.0 |2105M| 366 |   - | 484 |1226 |   0 |   0 |   0 |1185k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
397.00/397.01	c   267s|  7090k|  6855k|     0 |   0.0 |2108M| 366 |   - | 484 |1180 |   0 |   0 |   0 |1186k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
397.50/397.53	c   267s|  7100k|  6865k|     0 |   0.0 |2111M| 366 |   - | 484 |1197 |   0 |   0 |   0 |1188k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
398.00/398.05	c   267s|  7110k|  6875k|     0 |   0.0 |2114M| 366 |   - | 484 |1199 |   0 |   0 |   0 |1189k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
398.49/398.56	c   267s|  7120k|  6885k|     0 |   0.0 |2117M| 366 |   - | 484 |1172 |   0 |   0 |   0 |1190k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
399.10/399.12	c   268s|  7130k|  6894k|     0 |   0.0 |2120M| 366 |   - | 484 |1206 |   0 |   0 |   0 |1192k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
399.59/399.64	c   268s|  7140k|  6904k|     0 |   0.0 |2123M| 366 |   - | 484 |1184 |   0 |   0 |   0 |1193k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
400.10/400.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
400.10/400.16	c   269s|  7150k|  6914k|     0 |   0.0 |2126M| 366 |   - | 484 |1174 |   0 |   0 |   0 |1194k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
400.59/400.68	c   269s|  7160k|  6924k|     0 |   0.0 |2129M| 366 |   - | 484 |1243 |   0 |   0 |   0 |1195k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
401.19/401.21	c   269s|  7170k|  6933k|     0 |   0.0 |2132M| 366 |   - | 484 |1156 |   0 |   0 |   0 |1197k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
401.70/401.74	c   270s|  7180k|  6943k|     0 |   0.0 |2135M| 366 |   - | 484 |1180 |   0 |   0 |   0 |1198k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
402.20/402.27	c   270s|  7190k|  6953k|     0 |   0.0 |2138M| 366 |   - | 484 |1172 |   0 |   0 |   0 |1199k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
402.80/402.82	c   270s|  7200k|  6963k|     0 |   0.0 |2140M| 366 |   - | 484 |1198 |   0 |   0 |   0 |1200k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
403.29/403.33	c   271s|  7210k|  6972k|     0 |   0.0 |2143M| 366 |   - | 484 |1147 |   0 |   0 |   0 |1202k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
403.80/403.88	c   271s|  7220k|  6982k|     0 |   0.0 |2146M| 366 |   - | 484 |1192 |   0 |   0 |   0 |1203k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
404.40/404.42	c   271s|  7230k|  6992k|     0 |   0.0 |2149M| 366 |   - | 484 |1277 |   0 |   0 |   0 |1204k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
404.90/404.96	c   272s|  7240k|  7002k|     0 |   0.0 |2152M| 366 |   - | 484 |1278 |   0 |   0 |   0 |1206k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
405.39/405.49	c   272s|  7250k|  7011k|     0 |   0.0 |2155M| 366 |   - | 484 |1242 |   0 |   0 |   0 |1207k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
406.00/406.02	c   272s|  7260k|  7021k|     0 |   0.0 |2158M| 366 |   - | 484 |1281 |   0 |   0 |   0 |1208k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
406.50/406.57	c   273s|  7270k|  7031k|     0 |   0.0 |2161M| 366 |   - | 484 |1337 |   0 |   0 |   0 |1210k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
407.09/407.12	c   273s|  7280k|  7041k|     0 |   0.0 |2164M| 366 |   - | 484 |1297 |   0 |   0 |   0 |1211k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
407.60/407.64	c   273s|  7290k|  7050k|     0 |   0.0 |2167M| 366 |   - | 484 |1247 |   0 |   0 |   0 |1212k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
408.20/408.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
408.20/408.22	c   274s|  7300k|  7060k|     0 |   0.0 |2169M| 366 |   - | 484 |1235 |   0 |   0 |   0 |1214k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
408.69/408.75	c   274s|  7310k|  7070k|     0 |   0.0 |2172M| 366 |   - | 484 |1224 |   0 |   0 |   0 |1215k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
409.20/409.29	c   274s|  7320k|  7080k|     0 |   0.0 |2175M| 366 |   - | 484 |1193 |   0 |   0 |   0 |1216k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
409.80/409.80	c   275s|  7330k|  7090k|     0 |   0.0 |2178M| 366 |   - | 484 |1132 |   0 |   0 |   0 |1217k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
410.30/410.33	c   275s|  7340k|  7099k|     0 |   0.0 |2181M| 366 |   - | 484 |1147 |   0 |   0 |   0 |1219k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
410.79/410.86	c   276s|  7350k|  7109k|     0 |   0.0 |2184M| 366 |   - | 484 |1142 |   0 |   0 |   0 |1220k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
411.30/411.37	c   276s|  7360k|  7119k|     0 |   0.0 |2187M| 366 |   - | 484 |1133 |   0 |   0 |   0 |1221k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
411.89/411.92	c   276s|  7370k|  7129k|     0 |   0.0 |2190M| 366 |   - | 484 |1157 |   0 |   0 |   0 |1223k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
412.40/412.46	c   277s|  7380k|  7138k|     0 |   0.0 |2193M| 366 |   - | 484 |1162 |   0 |   0 |   0 |1224k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
412.90/412.96	c   277s|  7390k|  7148k|     0 |   0.0 |2195M| 366 |   - | 484 |1107 |   0 |   0 |   0 |1225k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
413.50/413.51	c   277s|  7400k|  7158k|     0 |   0.0 |2198M| 366 |   - | 484 |1126 |   0 |   0 |   0 |1226k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
413.99/414.06	c   278s|  7410k|  7168k|     0 |   0.0 |2201M| 366 |   - | 484 |1154 |   0 |   0 |   0 |1228k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
414.61/414.61	c   278s|  7420k|  7177k|     0 |   0.0 |2204M| 366 |   - | 484 |1107 |   0 |   0 |   0 |1229k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
415.10/415.18	c   278s|  7430k|  7187k|     0 |   0.0 |2207M| 366 |   - | 484 |1155 |   0 |   0 |   0 |1230k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
415.70/415.76	c   279s|  7440k|  7197k|     0 |   0.0 |2210M| 366 |   - | 484 |1162 |   0 |   0 |   0 |1231k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
416.29/416.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
416.29/416.30	c   279s|  7450k|  7207k|     0 |   0.0 |2213M| 366 |   - | 484 |1177 |   0 |   0 |   0 |1233k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
416.80/416.84	c   280s|  7460k|  7216k|     0 |   0.0 |2216M| 366 |   - | 484 |1168 |   0 |   0 |   0 |1234k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
417.40/417.43	c   280s|  7470k|  7226k|     0 |   0.0 |2219M| 366 |   - | 484 |1221 |   0 |   0 |   0 |1235k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
417.91/417.98	c   280s|  7480k|  7236k|     0 |   0.0 |2222M| 366 |   - | 484 |1162 |   0 |   0 |   0 |1237k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
418.49/418.52	c   281s|  7490k|  7246k|     0 |   0.0 |2224M| 366 |   - | 484 |1192 |   0 |   0 |   0 |1238k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
419.00/419.07	c   281s|  7500k|  7255k|     0 |   0.0 |2227M| 366 |   - | 484 |1191 |   0 |   0 |   0 |1239k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
419.60/419.64	c   281s|  7510k|  7265k|     0 |   0.0 |2230M| 366 |   - | 484 |1195 |   0 |   0 |   0 |1241k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
420.20/420.21	c   282s|  7520k|  7275k|     0 |   0.0 |2233M| 366 |   - | 484 |1169 |   0 |   0 |   0 |1242k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
420.70/420.75	c   282s|  7530k|  7285k|     0 |   0.0 |2236M| 366 |   - | 484 |1163 |   0 |   0 |   0 |1243k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
421.31/421.30	c   282s|  7540k|  7294k|     0 |   0.0 |2239M| 366 |   - | 484 |1161 |   0 |   0 |   0 |1245k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
421.80/421.88	c   283s|  7550k|  7304k|     0 |   0.0 |2242M| 366 |   - | 484 |1217 |   0 |   0 |   0 |1246k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
422.40/422.43	c   283s|  7560k|  7314k|     0 |   0.0 |2245M| 366 |   - | 484 |1210 |   0 |   0 |   0 |1247k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
422.90/422.95	c   284s|  7570k|  7324k|     0 |   0.0 |2248M| 366 |   - | 484 |1206 |   0 |   0 |   0 |1249k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
423.50/423.50	c   284s|  7580k|  7333k|     0 |   0.0 |2251M| 366 |   - | 484 |1169 |   0 |   0 |   0 |1250k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
423.99/424.04	c   284s|  7590k|  7343k|     0 |   0.0 |2253M| 366 |   - | 484 |1161 |   0 |   0 |   0 |1251k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
424.50/424.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
424.50/424.60	c   285s|  7600k|  7353k|     0 |   0.0 |2256M| 366 |   - | 484 |1149 |   0 |   0 |   0 |1252k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
425.10/425.15	c   285s|  7610k|  7363k|     0 |   0.0 |2259M| 366 |   - | 484 |1163 |   0 |   0 |   0 |1254k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
425.60/425.69	c   285s|  7620k|  7372k|     0 |   0.0 |2262M| 366 |   - | 484 |1151 |   0 |   0 |   0 |1255k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
426.20/426.25	c   286s|  7630k|  7382k|     0 |   0.0 |2265M| 366 |   - | 484 |1221 |   0 |   0 |   0 |1257k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
426.70/426.80	c   286s|  7640k|  7392k|     0 |   0.0 |2268M| 366 |   - | 484 |1211 |   0 |   0 |   0 |1258k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
427.30/427.32	c   286s|  7650k|  7402k|     0 |   0.0 |2271M| 366 |   - | 484 |1212 |   0 |   0 |   0 |1259k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
427.80/427.90	c   287s|  7660k|  7411k|     0 |   0.0 |2274M| 366 |   - | 484 |1260 |   0 |   0 |   0 |1261k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
428.39/428.45	c   287s|  7670k|  7421k|     0 |   0.0 |2277M| 366 |   - | 484 |1173 |   0 |   0 |   0 |1262k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
428.91/428.97	c   288s|  7680k|  7431k|     0 |   0.0 |2280M| 366 |   - | 484 |1239 |   0 |   0 |   0 |1263k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
429.50/429.50	c   288s|  7690k|  7441k|     0 |   0.0 |2282M| 366 |   - | 484 |1209 |   0 |   0 |   0 |1264k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
430.01/430.00	c   288s|  7700k|  7451k|     0 |   0.0 |2285M| 366 |   - | 484 |1197 |   0 |   0 |   0 |1266k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
430.50/430.52	c   289s|  7710k|  7460k|     0 |   0.0 |2288M| 366 |   - | 484 |1226 |   0 |   0 |   0 |1267k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
431.00/431.06	c   289s|  7720k|  7470k|     0 |   0.0 |2291M| 366 |   - | 484 |1206 |   0 |   0 |   0 |1268k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
431.60/431.61	c   289s|  7730k|  7480k|     0 |   0.0 |2294M| 366 |   - | 484 |1185 |   0 |   0 |   0 |1270k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
432.09/432.15	c   290s|  7740k|  7490k|     0 |   0.0 |2297M| 366 |   - | 484 |1185 |   0 |   0 |   0 |1271k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
432.70/432.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
432.70/432.70	c   290s|  7750k|  7499k|     0 |   0.0 |2300M| 366 |   - | 484 |1188 |   0 |   0 |   0 |1272k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
433.20/433.21	c   290s|  7760k|  7509k|     0 |   0.0 |2303M| 366 |   - | 484 |1174 |   0 |   0 |   0 |1273k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
433.70/433.75	c   291s|  7770k|  7519k|     0 |   0.0 |2306M| 366 |   - | 484 |1155 |   0 |   0 |   0 |1275k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
434.29/434.31	c   291s|  7780k|  7529k|     0 |   0.0 |2309M| 366 |   - | 484 |1186 |   0 |   0 |   0 |1276k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
434.80/434.84	c   291s|  7790k|  7538k|     0 |   0.0 |2311M| 366 |   - | 484 |1225 |   0 |   0 |   0 |1277k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
435.40/435.43	c   292s|  7800k|  7548k|     0 |   0.0 |2314M| 366 |   - | 484 |1228 |   0 |   0 |   0 |1279k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
435.99/436.00	c   292s|  7810k|  7558k|     0 |   0.0 |2317M| 366 |   - | 484 |1260 |   0 |   0 |   0 |1280k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
436.60/436.64	c   293s|  7820k|  7568k|     0 |   0.0 |2320M| 366 |   - | 484 |1347 |   0 |   0 |   0 |1281k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
437.20/437.20	c   293s|  7830k|  7577k|     0 |   0.0 |2323M| 366 |   - | 484 |1276 |   0 |   0 |   0 |1283k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
437.80/437.81	c   293s|  7840k|  7587k|     0 |   0.0 |2326M| 366 |   - | 484 |1298 |   0 |   0 |   0 |1284k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
438.30/438.35	c   294s|  7850k|  7597k|     0 |   0.0 |2329M| 366 |   - | 484 |1316 |   0 |   0 |   0 |1285k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
438.90/438.94	c   294s|  7860k|  7607k|     0 |   0.0 |2332M| 366 |   - | 484 |1288 |   0 |   0 |   0 |1287k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
439.49/439.51	c   294s|  7870k|  7616k|     0 |   0.0 |2335M| 366 |   - | 484 |1279 |   0 |   0 |   0 |1288k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
440.01/440.08	c   295s|  7880k|  7626k|     0 |   0.0 |2337M| 366 |   - | 484 |1333 |   0 |   0 |   0 |1289k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
440.60/440.66	c   295s|  7890k|  7636k|     0 |   0.0 |2340M| 366 |   - | 484 |1284 |   0 |   0 |   0 |1291k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
441.20/441.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
441.20/441.22	c   296s|  7900k|  7646k|     0 |   0.0 |2343M| 366 |   - | 484 |1234 |   0 |   0 |   0 |1292k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
441.80/441.82	c   296s|  7910k|  7655k|     0 |   0.0 |2346M| 366 |   - | 484 |1268 |   0 |   0 |   0 |1293k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
442.29/442.36	c   296s|  7920k|  7665k|     0 |   0.0 |2349M| 366 |   - | 484 |1240 |   0 |   0 |   0 |1295k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
442.90/442.92	c   297s|  7930k|  7675k|     0 |   0.0 |2352M| 366 |   - | 484 |1238 |   0 |   0 |   0 |1296k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
443.50/443.50	c   297s|  7940k|  7685k|     0 |   0.0 |2355M| 366 |   - | 484 |1248 |   0 |   0 |   0 |1297k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
444.00/444.08	c   298s|  7950k|  7694k|     0 |   0.0 |2358M| 366 |   - | 484 |1230 |   0 |   0 |   0 |1299k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
444.60/444.63	c   298s|  7960k|  7704k|     0 |   0.0 |2361M| 366 |   - | 484 |1248 |   0 |   0 |   0 |1300k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
445.09/445.16	c   298s|  7970k|  7714k|     0 |   0.0 |2363M| 366 |   - | 484 |1199 |   0 |   0 |   0 |1301k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
445.70/445.77	c   299s|  7980k|  7724k|     0 |   0.0 |2366M| 366 |   - | 484 |1209 |   0 |   0 |   0 |1303k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
446.29/446.35	c   299s|  7990k|  7733k|     0 |   0.0 |2369M| 366 |   - | 484 |1257 |   0 |   0 |   0 |1304k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
446.90/446.90	c   300s|  8000k|  7743k|     0 |   0.0 |2372M| 366 |   - | 484 |1213 |   0 |   0 |   0 |1305k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
447.40/447.44	c   300s|  8010k|  7753k|     0 |   0.0 |2375M| 366 |   - | 484 |1192 |   0 |   0 |   0 |1306k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
447.90/447.98	c   300s|  8020k|  7763k|     0 |   0.0 |2378M| 366 |   - | 484 |1163 |   0 |   0 |   0 |1308k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
448.50/448.54	c   301s|  8030k|  7772k|     0 |   0.0 |2381M| 366 |   - | 484 |1148 |   0 |   0 |   0 |1309k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
449.00/449.10	c   301s|  8040k|  7782k|     0 |   0.0 |2384M| 366 |   - | 484 |1149 |   0 |   0 |   0 |1310k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
449.60/449.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
449.60/449.66	c   301s|  8050k|  7792k|     0 |   0.0 |2387M| 366 |   - | 484 |1150 |   0 |   0 |   0 |1311k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
450.10/450.19	c   302s|  8060k|  7802k|     0 |   0.0 |2390M| 366 |   - | 484 |1152 |   0 |   0 |   0 |1313k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
450.70/450.70	c   302s|  8070k|  7812k|     0 |   0.0 |2393M| 366 |   - | 484 |1208 |   0 |   0 |   0 |1314k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
451.20/451.24	c   302s|  8080k|  7821k|     0 |   0.0 |2395M| 366 |   - | 484 |1130 |   0 |   0 |   0 |1315k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
451.80/451.83	c   303s|  8090k|  7831k|     0 |   0.0 |2398M| 366 |   - | 484 |1179 |   0 |   0 |   0 |1316k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
452.30/452.38	c   303s|  8100k|  7841k|     0 |   0.0 |2401M| 366 |   - | 484 |1177 |   0 |   0 |   0 |1318k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
453.00/453.01	c   304s|  8110k|  7851k|     0 |   0.0 |2404M| 366 |   - | 484 |1253 |   0 |   0 |   0 |1319k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
453.50/453.59	c   304s|  8120k|  7860k|     0 |   0.0 |2407M| 366 |   - | 484 |1273 |   0 |   0 |   0 |1321k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
454.10/454.11	c   304s|  8130k|  7870k|     0 |   0.0 |2410M| 366 |   - | 484 |1315 |   0 |   0 |   0 |1322k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
454.60/454.64	c   305s|  8140k|  7880k|     0 |   0.0 |2413M| 366 |   - | 484 |1279 |   0 |   0 |   0 |1323k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
455.09/455.18	c   305s|  8150k|  7890k|     0 |   0.0 |2416M| 366 |   - | 484 |1299 |   0 |   0 |   0 |1324k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
455.70/455.71	c   305s|  8160k|  7899k|     0 |   0.0 |2419M| 366 |   - | 484 |1277 |   0 |   0 |   0 |1326k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
456.20/456.25	c   306s|  8170k|  7909k|     0 |   0.0 |2422M| 366 |   - | 484 |1256 |   0 |   0 |   0 |1327k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
456.80/456.84	c   306s|  8180k|  7919k|     0 |   0.0 |2424M| 366 |   - | 484 |1275 |   0 |   0 |   0 |1328k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
457.30/457.39	c   306s|  8190k|  7929k|     0 |   0.0 |2427M| 366 |   - | 484 |1278 |   0 |   0 |   0 |1330k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
457.90/457.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
457.90/457.93	c   307s|  8200k|  7938k|     0 |   0.0 |2430M| 366 |   - | 484 |1283 |   0 |   0 |   0 |1331k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
458.40/458.47	c   307s|  8210k|  7948k|     0 |   0.0 |2433M| 366 |   - | 484 |1259 |   0 |   0 |   0 |1332k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
459.00/459.01	c   308s|  8220k|  7958k|     0 |   0.0 |2436M| 366 |   - | 484 |1317 |   0 |   0 |   0 |1334k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
459.50/459.57	c   308s|  8230k|  7968k|     0 |   0.0 |2439M| 366 |   - | 484 |1290 |   0 |   0 |   0 |1335k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
460.10/460.16	c   308s|  8240k|  7977k|     0 |   0.0 |2442M| 366 |   - | 484 |1293 |   0 |   0 |   0 |1336k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
460.60/460.69	c   309s|  8250k|  7987k|     0 |   0.0 |2445M| 366 |   - | 484 |1307 |   0 |   0 |   0 |1338k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
461.20/461.24	c   309s|  8260k|  7997k|     0 |   0.0 |2448M| 366 |   - | 484 |1270 |   0 |   0 |   0 |1339k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
461.70/461.79	c   309s|  8270k|  8007k|     0 |   0.0 |2451M| 366 |   - | 484 |1234 |   0 |   0 |   0 |1340k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
462.29/462.33	c   310s|  8280k|  8016k|     0 |   0.0 |2453M| 366 |   - | 484 |1194 |   0 |   0 |   0 |1341k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
462.80/462.85	c   310s|  8290k|  8026k|     0 |   0.0 |2456M| 366 |   - | 484 |1178 |   0 |   0 |   0 |1343k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
463.30/463.40	c   310s|  8300k|  8036k|     0 |   0.0 |2459M| 366 |   - | 484 |1218 |   0 |   0 |   0 |1344k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
463.90/463.92	c   311s|  8310k|  8046k|     0 |   0.0 |2462M| 366 |   - | 484 |1168 |   0 |   0 |   0 |1345k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
464.50/464.56	c   311s|  8320k|  8055k|     0 |   0.0 |2465M| 366 |   - | 484 |1269 |   0 |   0 |   0 |1346k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
465.00/465.08	c   312s|  8330k|  8065k|     0 |   0.0 |2468M| 366 |   - | 484 |1217 |   0 |   0 |   0 |1348k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
465.59/465.65	c   312s|  8340k|  8075k|     0 |   0.0 |2471M| 366 |   - | 484 |1220 |   0 |   0 |   0 |1349k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
466.10/466.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
466.10/466.18	c   312s|  8350k|  8085k|     0 |   0.0 |2474M| 366 |   - | 484 |1229 |   0 |   0 |   0 |1350k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
466.70/466.70	c   313s|  8360k|  8094k|     0 |   0.0 |2477M| 366 |   - | 484 |1228 |   0 |   0 |   0 |1352k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
467.20/467.25	c   313s|  8370k|  8104k|     0 |   0.0 |2480M| 366 |   - | 484 |1258 |   0 |   0 |   0 |1353k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
467.70/467.77	c   313s|  8380k|  8114k|     0 |   0.0 |2482M| 366 |   - | 484 |1168 |   0 |   0 |   0 |1354k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
468.30/468.34	c   314s|  8390k|  8124k|     0 |   0.0 |2485M| 366 |   - | 484 |1188 |   0 |   0 |   0 |1356k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
468.80/468.88	c   314s|  8400k|  8134k|     0 |   0.0 |2488M| 366 |   - | 484 |1241 |   0 |   0 |   0 |1357k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
469.40/469.40	c   314s|  8410k|  8143k|     0 |   0.0 |2491M| 366 |   - | 484 |1232 |   0 |   0 |   0 |1358k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
469.90/469.96	c   315s|  8420k|  8153k|     0 |   0.0 |2494M| 366 |   - | 484 |1255 |   0 |   0 |   0 |1360k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
470.50/470.52	c   315s|  8430k|  8163k|     0 |   0.0 |2497M| 366 |   - | 484 |1257 |   0 |   0 |   0 |1361k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
471.00/471.05	c   316s|  8440k|  8173k|     0 |   0.0 |2500M| 366 |   - | 484 |1273 |   0 |   0 |   0 |1362k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
471.50/471.59	c   316s|  8450k|  8182k|     0 |   0.0 |2503M| 366 |   - | 484 |1207 |   0 |   0 |   0 |1364k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
472.10/472.12	c   316s|  8460k|  8192k|     0 |   0.0 |2506M| 366 |   - | 484 |1218 |   0 |   0 |   0 |1365k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
472.59/472.69	c   317s|  8470k|  8202k|     0 |   0.0 |2509M| 366 |   - | 484 |1201 |   0 |   0 |   0 |1366k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
473.20/473.24	c   317s|  8480k|  8212k|     0 |   0.0 |2512M| 366 |   - | 484 |1198 |   0 |   0 |   0 |1368k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
473.80/473.83	c   317s|  8490k|  8221k|     0 |   0.0 |2514M| 366 |   - | 484 |1238 |   0 |   0 |   0 |1369k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
474.30/474.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
474.30/474.35	c   318s|  8500k|  8231k|     0 |   0.0 |2517M| 366 |   - | 484 |1194 |   0 |   0 |   0 |1370k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
474.90/474.95	c   318s|  8510k|  8241k|     0 |   0.0 |2520M| 366 |   - | 484 |1226 |   0 |   0 |   0 |1371k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
475.40/475.49	c   318s|  8520k|  8251k|     0 |   0.0 |2523M| 366 |   - | 484 |1172 |   0 |   0 |   0 |1373k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
476.00/476.03	c   319s|  8530k|  8260k|     0 |   0.0 |2526M| 366 |   - | 484 |1203 |   0 |   0 |   0 |1374k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
476.50/476.58	c   319s|  8540k|  8270k|     0 |   0.0 |2529M| 366 |   - | 484 |1234 |   0 |   0 |   0 |1375k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
477.10/477.13	c   320s|  8550k|  8280k|     0 |   0.0 |2532M| 366 |   - | 484 |1203 |   0 |   0 |   0 |1377k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
477.60/477.66	c   320s|  8560k|  8290k|     0 |   0.0 |2535M| 366 |   - | 484 |1189 |   0 |   0 |   0 |1378k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
478.20/478.25	c   320s|  8570k|  8299k|     0 |   0.0 |2538M| 366 |   - | 484 |1192 |   0 |   0 |   0 |1379k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
478.70/478.78	c   321s|  8580k|  8309k|     0 |   0.0 |2541M| 366 |   - | 484 |1216 |   0 |   0 |   0 |1380k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
479.30/479.32	c   321s|  8590k|  8319k|     0 |   0.0 |2543M| 366 |   - | 484 |1222 |   0 |   0 |   0 |1382k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
479.90/479.91	c   321s|  8600k|  8329k|     0 |   0.0 |2546M| 366 |   - | 484 |1261 |   0 |   0 |   0 |1383k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
480.40/480.45	c   322s|  8610k|  8338k|     0 |   0.0 |2549M| 366 |   - | 484 |1254 |   0 |   0 |   0 |1384k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
481.00/481.05	c   322s|  8620k|  8348k|     0 |   0.0 |2552M| 366 |   - | 484 |1177 |   0 |   0 |   0 |1386k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
481.50/481.59	c   322s|  8630k|  8358k|     0 |   0.0 |2555M| 366 |   - | 484 |1239 |   0 |   0 |   0 |1387k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
482.10/482.11	c   323s|  8640k|  8368k|     0 |   0.0 |2558M| 366 |   - | 484 |1274 |   0 |   0 |   0 |1388k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
482.60/482.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
482.60/482.67	c   323s|  8650k|  8377k|     0 |   0.0 |2561M| 366 |   - | 484 |1208 |   0 |   0 |   0 |1390k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
483.20/483.25	c   324s|  8660k|  8387k|     0 |   0.0 |2564M| 366 |   - | 484 |1218 |   0 |   0 |   0 |1391k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
483.80/483.83	c   324s|  8670k|  8397k|     0 |   0.0 |2567M| 366 |   - | 484 |1236 |   0 |   0 |   0 |1392k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
484.40/484.40	c   324s|  8680k|  8407k|     0 |   0.0 |2570M| 366 |   - | 484 |1270 |   0 |   0 |   0 |1394k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
484.90/484.93	c   325s|  8690k|  8416k|     0 |   0.0 |2572M| 366 |   - | 484 |1213 |   0 |   0 |   0 |1395k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
485.39/485.49	c   325s|  8700k|  8426k|     0 |   0.0 |2575M| 366 |   - | 484 |1215 |   0 |   0 |   0 |1396k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
486.00/486.07	c   325s|  8710k|  8436k|     0 |   0.0 |2578M| 366 |   - | 484 |1231 |   0 |   0 |   0 |1398k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
486.60/486.62	c   326s|  8720k|  8446k|     0 |   0.0 |2581M| 366 |   - | 484 |1257 |   0 |   0 |   0 |1399k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
487.21/487.22	c   326s|  8730k|  8455k|     0 |   0.0 |2584M| 366 |   - | 484 |1363 |   0 |   0 |   0 |1400k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
487.70/487.78	c   327s|  8740k|  8465k|     0 |   0.0 |2587M| 366 |   - | 484 |1289 |   0 |   0 |   0 |1402k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
488.31/488.33	c   327s|  8750k|  8475k|     0 |   0.0 |2590M| 366 |   - | 484 |1339 |   0 |   0 |   0 |1403k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
488.90/488.95	c   327s|  8760k|  8485k|     0 |   0.0 |2593M| 366 |   - | 484 |1308 |   0 |   0 |   0 |1404k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
489.51/489.57	c   328s|  8770k|  8495k|     0 |   0.0 |2596M| 366 |   - | 484 |1276 |   0 |   0 |   0 |1406k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
490.10/490.13	c   328s|  8780k|  8504k|     0 |   0.0 |2599M| 366 |   - | 484 |1298 |   0 |   0 |   0 |1407k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
490.60/490.65	c   329s|  8790k|  8514k|     0 |   0.0 |2602M| 366 |   - | 484 |1316 |   0 |   0 |   0 |1408k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
491.20/491.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
491.20/491.20	c   329s|  8800k|  8524k|     0 |   0.0 |2604M| 366 |   - | 484 |1314 |   0 |   0 |   0 |1410k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
491.70/491.77	c   329s|  8810k|  8534k|     0 |   0.0 |2607M| 366 |   - | 484 |1262 |   0 |   0 |   0 |1411k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
492.20/492.27	c   330s|  8820k|  8543k|     0 |   0.0 |2610M| 366 |   - | 484 |1266 |   0 |   0 |   0 |1412k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
492.81/492.80	c   330s|  8830k|  8553k|     0 |   0.0 |2613M| 366 |   - | 484 |1256 |   0 |   0 |   0 |1413k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
493.30/493.33	c   330s|  8840k|  8563k|     0 |   0.0 |2616M| 366 |   - | 484 |1279 |   0 |   0 |   0 |1415k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
493.91/493.96	c   331s|  8850k|  8573k|     0 |   0.0 |2619M| 366 |   - | 484 |1297 |   0 |   0 |   0 |1416k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
494.50/494.59	c   331s|  8860k|  8582k|     0 |   0.0 |2622M| 366 |   - | 484 |1345 |   0 |   0 |   0 |1417k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
495.10/495.11	c   332s|  8870k|  8592k|     0 |   0.0 |2625M| 366 |   - | 484 |1319 |   0 |   0 |   0 |1419k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
495.70/495.75	c   332s|  8880k|  8602k|     0 |   0.0 |2628M| 366 |   - | 484 |1356 |   0 |   0 |   0 |1420k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
496.30/496.33	c   332s|  8890k|  8612k|     0 |   0.0 |2631M| 366 |   - | 484 |1335 |   0 |   0 |   0 |1421k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
496.90/496.90	c   333s|  8900k|  8621k|     0 |   0.0 |2633M| 366 |   - | 484 |1338 |   0 |   0 |   0 |1423k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
497.40/497.45	c   333s|  8910k|  8631k|     0 |   0.0 |2636M| 366 |   - | 484 |1271 |   0 |   0 |   0 |1424k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
498.00/498.06	c   334s|  8920k|  8641k|     0 |   0.0 |2639M| 366 |   - | 484 |1280 |   0 |   0 |   0 |1425k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
498.60/498.66	c   334s|  8930k|  8651k|     0 |   0.0 |2642M| 366 |   - | 484 |1324 |   0 |   0 |   0 |1427k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
499.20/499.22	c   334s|  8940k|  8660k|     0 |   0.0 |2645M| 366 |   - | 484 |1300 |   0 |   0 |   0 |1428k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
499.80/499.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
499.80/499.80	c   335s|  8950k|  8670k|     0 |   0.0 |2648M| 366 |   - | 484 |1369 |   0 |   0 |   0 |1429k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
500.30/500.37	c   335s|  8960k|  8680k|     0 |   0.0 |2651M| 366 |   - | 484 |1315 |   0 |   0 |   0 |1431k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
500.90/500.94	c   336s|  8970k|  8690k|     0 |   0.0 |2654M| 366 |   - | 484 |1287 |   0 |   0 |   0 |1432k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
501.50/501.58	c   336s|  8980k|  8699k|     0 |   0.0 |2657M| 366 |   - | 484 |1296 |   0 |   0 |   0 |1433k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
502.10/502.18	c   336s|  8990k|  8709k|     0 |   0.0 |2660M| 366 |   - | 484 |1343 |   0 |   0 |   0 |1435k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
502.70/502.74	c   337s|  9000k|  8719k|     0 |   0.0 |2662M| 366 |   - | 484 |1389 |   0 |   0 |   0 |1436k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
503.20/503.29	c   337s|  9010k|  8729k|     0 |   0.0 |2665M| 366 |   - | 484 |1348 |   0 |   0 |   0 |1438k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
503.81/503.83	c   338s|  9020k|  8738k|     0 |   0.0 |2668M| 366 |   - | 484 |1310 |   0 |   0 |   0 |1439k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
504.40/504.40	c   338s|  9030k|  8748k|     0 |   0.0 |2671M| 366 |   - | 484 |1350 |   0 |   0 |   0 |1440k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
504.90/504.94	c   338s|  9040k|  8758k|     0 |   0.0 |2674M| 366 |   - | 484 |1294 |   0 |   0 |   0 |1442k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
505.40/505.48	c   339s|  9050k|  8768k|     0 |   0.0 |2677M| 366 |   - | 484 |1269 |   0 |   0 |   0 |1443k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
506.01/506.01	c   339s|  9060k|  8777k|     0 |   0.0 |2680M| 366 |   - | 484 |1277 |   0 |   0 |   0 |1444k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
506.50/506.56	c   339s|  9070k|  8787k|     0 |   0.0 |2683M| 366 |   - | 484 |1295 |   0 |   0 |   0 |1446k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
507.10/507.13	c   340s|  9080k|  8797k|     0 |   0.0 |2686M| 366 |   - | 484 |1304 |   0 |   0 |   0 |1447k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
507.70/507.70	c   340s|  9090k|  8807k|     0 |   0.0 |2689M| 366 |   - | 484 |1296 |   0 |   0 |   0 |1448k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
508.20/508.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
508.20/508.24	c   340s|  9100k|  8816k|     0 |   0.0 |2691M| 366 |   - | 484 |1304 |   0 |   0 |   0 |1450k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
508.70/508.79	c   341s|  9110k|  8826k|     0 |   0.0 |2694M| 366 |   - | 484 |1282 |   0 |   0 |   0 |1451k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
509.31/509.34	c   341s|  9120k|  8836k|     0 |   0.0 |2697M| 366 |   - | 484 |1214 |   0 |   0 |   0 |1452k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
509.80/509.86	c   342s|  9130k|  8846k|     0 |   0.0 |2700M| 366 |   - | 484 |1242 |   0 |   0 |   0 |1454k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
510.31/510.37	c   342s|  9140k|  8855k|     0 |   0.0 |2703M| 366 |   - | 484 |1228 |   0 |   0 |   0 |1455k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
510.90/510.92	c   342s|  9150k|  8865k|     0 |   0.0 |2706M| 366 |   - | 484 |1283 |   0 |   0 |   0 |1456k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
511.40/511.44	c   343s|  9160k|  8875k|     0 |   0.0 |2709M| 366 |   - | 484 |1320 |   0 |   0 |   0 |1457k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
511.90/511.95	c   343s|  9170k|  8885k|     0 |   0.0 |2712M| 366 |   - | 484 |1264 |   0 |   0 |   0 |1459k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
512.40/512.48	c   343s|  9180k|  8894k|     0 |   0.0 |2715M| 366 |   - | 484 |1269 |   0 |   0 |   0 |1460k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
513.00/513.00	c   344s|  9190k|  8904k|     0 |   0.0 |2718M| 366 |   - | 484 |1314 |   0 |   0 |   0 |1461k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
513.50/513.54	c   344s|  9200k|  8914k|     0 |   0.0 |2721M| 366 |   - | 484 |1247 |   0 |   0 |   0 |1463k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
514.00/514.08	c   344s|  9210k|  8924k|     0 |   0.0 |2723M| 366 |   - | 484 |1263 |   0 |   0 |   0 |1464k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
514.60/514.64	c   345s|  9220k|  8933k|     0 |   0.0 |2726M| 366 |   - | 484 |1336 |   0 |   0 |   0 |1466k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
515.10/515.16	c   345s|  9230k|  8943k|     0 |   0.0 |2729M| 366 |   - | 484 |1334 |   0 |   0 |   0 |1467k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
515.70/515.70	c   345s|  9240k|  8953k|     0 |   0.0 |2732M| 366 |   - | 484 |1331 |   0 |   0 |   0 |1468k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
516.20/516.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
516.20/516.23	c   346s|  9250k|  8963k|     0 |   0.0 |2735M| 366 |   - | 484 |1310 |   0 |   0 |   0 |1469k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
516.70/516.77	c   346s|  9260k|  8972k|     0 |   0.0 |2738M| 366 |   - | 484 |1333 |   0 |   0 |   0 |1471k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
517.20/517.29	c   346s|  9270k|  8982k|     0 |   0.0 |2741M| 366 |   - | 484 |1331 |   0 |   0 |   0 |1472k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
517.80/517.84	c   347s|  9280k|  8992k|     0 |   0.0 |2744M| 366 |   - | 484 |1348 |   0 |   0 |   0 |1473k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
518.30/518.36	c   347s|  9290k|  9002k|     0 |   0.0 |2747M| 366 |   - | 484 |1298 |   0 |   0 |   0 |1475k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
518.80/518.87	c   347s|  9300k|  9011k|     0 |   0.0 |2750M| 366 |   - | 484 |1260 |   0 |   0 |   0 |1476k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
519.40/519.42	c   348s|  9310k|  9021k|     0 |   0.0 |2753M| 366 |   - | 484 |1259 |   0 |   0 |   0 |1477k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
520.00/520.05	c   348s|  9320k|  9031k|     0 |   0.0 |2755M| 366 |   - | 484 |1286 |   0 |   0 |   0 |1479k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
520.60/520.61	c   349s|  9330k|  9041k|     0 |   0.0 |2758M| 366 |   - | 484 |1309 |   0 |   0 |   0 |1480k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
521.20/521.22	c   349s|  9340k|  9050k|     0 |   0.0 |2761M| 366 |   - | 484 |1278 |   0 |   0 |   0 |1481k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
521.70/521.78	c   349s|  9350k|  9060k|     0 |   0.0 |2764M| 366 |   - | 484 |1279 |   0 |   0 |   0 |1483k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
522.30/522.30	c   350s|  9360k|  9070k|     0 |   0.0 |2767M| 366 |   - | 484 |1303 |   0 |   0 |   0 |1484k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
522.90/522.93	c   350s|  9370k|  9080k|     0 |   0.0 |2770M| 366 |   - | 484 |1309 |   0 |   0 |   0 |1485k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
523.40/523.48	c   350s|  9380k|  9089k|     0 |   0.0 |2773M| 366 |   - | 484 |1328 |   0 |   0 |   0 |1487k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
524.00/524.07	c   351s|  9390k|  9099k|     0 |   0.0 |2776M| 366 |   - | 484 |1346 |   0 |   0 |   0 |1488k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
524.61/524.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
524.61/524.64	c   351s|  9400k|  9109k|     0 |   0.0 |2779M| 366 |   - | 484 |1305 |   0 |   0 |   0 |1489k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
525.10/525.19	c   352s|  9410k|  9119k|     0 |   0.0 |2782M| 366 |   - | 484 |1321 |   0 |   0 |   0 |1491k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
525.71/525.76	c   352s|  9420k|  9129k|     0 |   0.0 |2785M| 366 |   - | 484 |1341 |   0 |   0 |   0 |1492k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
526.31/526.34	c   352s|  9430k|  9138k|     0 |   0.0 |2787M| 366 |   - | 484 |1344 |   0 |   0 |   0 |1493k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
526.81/526.90	c   353s|  9440k|  9148k|     0 |   0.0 |2790M| 366 |   - | 484 |1327 |   0 |   0 |   0 |1495k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
527.40/527.48	c   353s|  9450k|  9158k|     0 |   0.0 |2793M| 366 |   - | 484 |1299 |   0 |   0 |   0 |1496k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
528.00/528.05	c   354s|  9460k|  9168k|     0 |   0.0 |2796M| 366 |   - | 484 |1296 |   0 |   0 |   0 |1497k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
528.60/528.63	c   354s|  9470k|  9177k|     0 |   0.0 |2799M| 366 |   - | 484 |1302 |   0 |   0 |   0 |1498k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
529.20/529.21	c   354s|  9480k|  9187k|     0 |   0.0 |2802M| 366 |   - | 484 |1277 |   0 |   0 |   0 |1500k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
529.81/529.87	c   355s|  9490k|  9197k|     0 |   0.0 |2805M| 366 |   - | 484 |1308 |   0 |   0 |   0 |1501k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
530.30/530.38	c   355s|  9500k|  9207k|     0 |   0.0 |2808M| 366 |   - | 484 |1276 |   0 |   0 |   0 |1502k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
530.90/530.97	c   356s|  9510k|  9216k|     0 |   0.0 |2811M| 366 |   - | 484 |1321 |   0 |   0 |   0 |1504k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
531.60/531.60	c   356s|  9520k|  9226k|     0 |   0.0 |2814M| 366 |   - | 484 |1311 |   0 |   0 |   0 |1505k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
532.11/532.17	c   356s|  9530k|  9236k|     0 |   0.0 |2816M| 366 |   - | 484 |1313 |   0 |   0 |   0 |1507k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
532.70/532.74	c   357s|  9540k|  9246k|     0 |   0.0 |2819M| 366 |   - | 484 |1310 |   0 |   0 |   0 |1508k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
533.30/533.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
533.30/533.33	c   357s|  9550k|  9255k|     0 |   0.0 |2822M| 366 |   - | 484 |1338 |   0 |   0 |   0 |1509k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
533.80/533.87	c   358s|  9560k|  9265k|     0 |   0.0 |2825M| 366 |   - | 484 |1354 |   0 |   0 |   0 |1510k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
534.40/534.43	c   358s|  9570k|  9275k|     0 |   0.0 |2828M| 366 |   - | 484 |1289 |   0 |   0 |   0 |1512k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
535.00/535.02	c   358s|  9580k|  9285k|     0 |   0.0 |2831M| 366 |   - | 484 |1355 |   0 |   0 |   0 |1513k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
535.50/535.59	c   359s|  9590k|  9294k|     0 |   0.0 |2834M| 366 |   - | 484 |1316 |   0 |   0 |   0 |1514k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
536.11/536.17	c   359s|  9600k|  9304k|     0 |   0.0 |2837M| 366 |   - | 484 |1240 |   0 |   0 |   0 |1516k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
536.71/536.73	c   359s|  9610k|  9314k|     0 |   0.0 |2840M| 366 |   - | 484 |1286 |   0 |   0 |   0 |1517k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
537.30/537.30	c   360s|  9620k|  9324k|     0 |   0.0 |2843M| 366 |   - | 484 |1300 |   0 |   0 |   0 |1518k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
537.91/537.93	c   360s|  9630k|  9333k|     0 |   0.0 |2845M| 366 |   - | 484 |1291 |   0 |   0 |   0 |1520k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
538.50/538.54	c   361s|  9640k|  9343k|     0 |   0.0 |2848M| 366 |   - | 484 |1329 |   0 |   0 |   0 |1521k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
539.10/539.13	c   361s|  9650k|  9353k|     0 |   0.0 |2851M| 366 |   - | 484 |1298 |   0 |   0 |   0 |1522k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
539.70/539.76	c   362s|  9660k|  9363k|     0 |   0.0 |2854M| 366 |   - | 484 |1282 |   0 |   0 |   0 |1524k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
540.30/540.31	c   362s|  9670k|  9372k|     0 |   0.0 |2857M| 366 |   - | 484 |1295 |   0 |   0 |   0 |1525k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
540.80/540.85	c   362s|  9680k|  9382k|     0 |   0.0 |2860M| 366 |   - | 484 |1199 |   0 |   0 |   0 |1526k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
541.40/541.45	c   363s|  9690k|  9392k|     0 |   0.0 |2863M| 366 |   - | 484 |1246 |   0 |   0 |   0 |1528k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
542.10/542.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
542.10/542.14	c   363s|  9700k|  9402k|     0 |   0.0 |2866M| 366 |   - | 484 |1331 |   0 |   0 |   0 |1529k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
542.50/542.60	c (node 9709200) switching to memory saving mode (mem: 2736.0M/3420.0M)
543.70/543.70	c   365s|  9710k|  9410k|     0 |   0.0 |2869M| 368 |   - | 484 |2827 |   0 |   0 |   0 |1534k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
548.11/548.13	c   368s|  9720k|  9410k|     0 |   0.0 |2870M| 368 |   - | 484 |5055 |   0 |   0 |   0 |1570k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
552.70/552.71	c   373s|  9730k|  9409k|     0 |   0.0 |2870M| 368 |   - | 484 |4812 |   0 |   0 |   0 |1605k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
557.30/557.35	c   377s|  9740k|  9409k|     0 |   0.0 |2870M| 368 |   - | 484 |5729 |   0 |   0 |   0 |1638k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
562.01/562.07	c   381s|  9750k|  9409k|     0 |   0.0 |2871M| 368 |   - | 484 |7326 |   0 |   0 |   0 |1670k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
566.70/566.75	c   385s|  9760k|  9409k|     0 |   0.0 |2871M| 368 |   - | 484 |7060 |   0 |   0 |   0 |1699k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
571.60/571.63	c   390s|  9770k|  9408k|     0 |   0.0 |2871M| 368 |   - | 484 |5507 |   0 |   0 |   0 |1727k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
576.31/576.37	c   394s|  9780k|  9408k|     0 |   0.0 |2871M| 368 |   - | 484 |7099 |   0 |   0 |   0 |1760k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
581.21/581.29	c   399s|  9790k|  9408k|     0 |   0.0 |2872M| 368 |   - | 484 |8452 |   0 |   0 |   0 |1784k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
586.01/586.01	c   403s|  9800k|  9407k|     0 |   0.0 |2873M| 368 |   - | 484 |  10k|   0 |   0 |   0 |1819k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
591.00/591.06	c   407s|  9810k|  9407k|     0 |   0.0 |2872M| 368 |   - | 484 |8806 |   0 |   0 |   0 |1846k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
595.90/595.94	c   412s|  9820k|  9407k|     0 |   0.0 |2872M| 369 |   - | 484 |8159 |   0 |   0 |   0 |1874k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
601.01/601.00	c   416s|  9830k|  9407k|     0 |   0.0 |2872M| 369 |   - | 484 |8180 |   0 |   0 |   0 |1909k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
606.20/606.26	c   421s|  9840k|  9407k|     0 |   0.0 |2872M| 369 |   - | 484 |7397 |   0 |   0 |   0 |1938k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
611.21/611.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
611.21/611.24	c   426s|  9850k|  9407k|     0 |   0.0 |2873M| 369 |   - | 484 |  10k|   0 |   0 |   0 |1964k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
616.21/616.26	c   430s|  9860k|  9406k|     0 |   0.0 |2873M| 369 |   - | 484 |9097 |   0 |   0 |   0 |1996k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
621.31/621.33	c   435s|  9870k|  9406k|     0 |   0.0 |2873M| 369 |   - | 484 |9005 |   0 |   0 |   0 |2034k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
626.80/626.81	c   440s|  9880k|  9406k|     0 |   0.0 |2873M| 369 |   - | 484 |7547 |   0 |   0 |   0 |2056k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
632.01/632.02	c   445s|  9890k|  9406k|     0 |   0.0 |2873M| 369 |   - | 484 |9408 |   0 |   0 |   0 |2079k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
637.00/637.00	c   449s|  9900k|  9406k|     0 |   0.0 |2873M| 369 |   - | 484 |9204 |   0 |   0 |   0 |2116k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
642.10/642.13	c   454s|  9910k|  9405k|     0 |   0.0 |2873M| 369 |   - | 484 |9437 |   0 |   0 |   0 |2152k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
647.51/647.52	c   459s|  9920k|  9405k|     0 |   0.0 |2873M| 369 |   - | 484 |8081 |   0 |   0 |   0 |2178k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
652.61/652.68	c   464s|  9930k|  9405k|     0 |   0.0 |2874M| 369 |   - | 484 |  11k|   0 |   0 |   0 |2202k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
657.71/657.80	c   468s|  9940k|  9405k|     0 |   0.0 |2874M| 369 |   - | 484 |  10k|   0 |   0 |   0 |2230k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
662.91/662.98	c   473s|  9950k|  9405k|     0 |   0.0 |2874M| 369 |   - | 484 |  11k|   0 |   0 |   0 |2271k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
668.11/668.18	c   478s|  9960k|  9405k|     0 |   0.0 |2874M| 369 |   - | 484 |9520 |   0 |   0 |   0 |2305k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
673.61/673.64	c   483s|  9970k|  9405k|     0 |   0.0 |2874M| 369 |   - | 484 |9473 |   0 |   0 |   0 |2327k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
678.81/678.80	c   488s|  9980k|  9405k|     0 |   0.0 |2874M| 369 |   - | 484 |9317 |   0 |   0 |   0 |2348k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
684.22/684.24	c   493s|  9990k|  9405k|     0 |   0.0 |2874M| 369 |   - | 484 |9457 |   0 |   0 |   0 |2365k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
689.71/689.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
689.71/689.79	c   498s| 10000k|  9405k|     0 |   0.0 |2874M| 369 |   - | 484 |9262 |   0 |   0 |   0 |2382k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
694.91/694.94	c   502s| 10010k|  9404k|     0 |   0.0 |2875M| 369 |   - | 484 |  13k|   0 |   0 |   0 |2412k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
700.20/700.22	c   507s| 10020k|  9404k|     0 |   0.0 |2874M| 369 |   - | 484 |  10k|   0 |   0 |   0 |2451k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
705.20/705.26	c   512s| 10030k|  9404k|     0 |   0.0 |2874M| 369 |   - | 484 |  10k|   0 |   0 |   0 |2489k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
710.41/710.43	c   517s| 10040k|  9404k|     0 |   0.0 |2875M| 369 |   - | 484 |  12k|   0 |   0 |   0 |2522k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
715.81/715.83	c   522s| 10050k|  9404k|     0 |   0.0 |2874M| 369 |   - | 484 |9942 |   0 |   0 |   0 |2542k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
721.51/721.56	c   527s| 10060k|  9404k|     0 |   0.0 |2875M| 369 |   - | 484 |  11k|   0 |   0 |   0 |2560k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
727.31/727.30	c   532s| 10070k|  9404k|     0 |   0.0 |2876M| 369 |   - | 484 |  13k|   0 |   0 |   0 |2582k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
733.21/733.25	c   538s| 10080k|  9404k|     0 |   0.0 |2876M| 369 |   - | 484 |  11k|   0 |   0 |   0 |2602k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
739.11/739.14	c   543s| 10090k|  9404k|     0 |   0.0 |2876M| 369 |   - | 484 |  12k|   0 |   0 |   0 |2622k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
745.11/745.11	c   549s| 10100k|  9404k|     0 |   0.0 |2875M| 369 |   - | 484 |9792 |   0 |   0 |   0 |2642k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
750.61/750.68	c   554s| 10110k|  9403k|     0 |   0.0 |2875M| 369 |   - | 484 |9676 |   0 |   0 |   0 |2667k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
755.91/755.97	c   559s| 10120k|  9403k|     0 |   0.0 |2875M| 369 |   - | 484 |  11k|   0 |   0 |   0 |2701k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
761.11/761.17	c   563s| 10130k|  9403k|     0 |   0.0 |2876M| 369 |   - | 484 |  13k|   0 |   0 |   0 |2739k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
766.41/766.46	c   568s| 10140k|  9403k|     0 |   0.0 |2876M| 369 |   - | 484 |  10k|   0 |   0 |   0 |2778k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
771.41/771.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
771.41/771.45	c   573s| 10150k|  9403k|     0 |   0.0 |2877M| 369 |   - | 484 |  13k|   0 |   0 |   0 |2806k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
776.72/776.79	c   578s| 10160k|  9403k|     0 |   0.0 |2876M| 369 |   - | 484 |  10k|   0 |   0 |   0 |2837k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
782.51/782.57	c   583s| 10170k|  9403k|     0 |   0.0 |2876M| 369 |   - | 484 |9626 |   0 |   0 |   0 |2863k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
788.51/788.56	c   589s| 10180k|  9403k|     0 |   0.0 |2876M| 369 |   - | 484 |9774 |   0 |   0 |   0 |2886k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
794.21/794.30	c   594s| 10190k|  9403k|     0 |   0.0 |2877M| 369 |   - | 484 |  12k|   0 |   0 |   0 |2907k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
800.51/800.56	c   600s| 10200k|  9403k|     0 |   0.0 |2876M| 369 |   - | 484 |9616 |   0 |   0 |   0 |2926k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
806.61/806.63	c   605s| 10210k|  9402k|     0 |   0.0 |2876M| 369 |   - | 484 |9401 |   0 |   0 |   0 |2946k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
811.92/811.91	c   610s| 10220k|  9402k|     0 |   0.0 |2877M| 376 |   - | 484 |  12k|   0 |   0 |   0 |2972k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
817.41/817.41	c   615s| 10230k|  9402k|     0 |   0.0 |2876M| 376 |   - | 484 |  10k|   0 |   0 |   0 |3001k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
822.01/822.08	c   620s| 10240k|  9402k|     0 |   0.0 |2878M| 376 |   - | 484 |  15k|   0 |   0 |   0 |3032k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
827.52/827.55	c   625s| 10250k|  9402k|     0 |   0.0 |2877M| 376 |   - | 484 |  10k|   0 |   0 |   0 |3066k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
832.72/832.76	c   629s| 10260k|  9402k|     0 |   0.0 |2878M| 376 |   - | 484 |  12k|   0 |   0 |   0 |3104k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
838.62/838.68	c   635s| 10270k|  9402k|     0 |   0.0 |2879M| 376 |   - | 484 |  12k|   0 |   0 |   0 |3135k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
844.01/844.03	c   640s| 10280k|  9402k|     0 |   0.0 |2878M| 376 |   - | 484 |  10k|   0 |   0 |   0 |3170k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
849.62/849.60	c   645s| 10290k|  9402k|     0 |   0.0 |2878M| 376 |   - | 484 |  10k|   0 |   0 |   0 |3200k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
855.31/855.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
855.31/855.34	c   650s| 10300k|  9401k|     0 |   0.0 |2878M| 376 |   - | 484 |  10k|   0 |   0 |   0 |3231k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
860.72/860.74	c   655s| 10310k|  9401k|     0 |   0.0 |2878M| 376 |   - | 484 |  11k|   0 |   0 |   0 |3254k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
866.41/866.47	c   660s| 10320k|  9401k|     0 |   0.0 |2878M| 376 |   - | 484 |  10k|   0 |   0 |   0 |3273k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
872.32/872.31	c   666s| 10330k|  9401k|     0 |   0.0 |2878M| 376 |   - | 484 |9714 |   0 |   0 |   0 |3290k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
877.72/877.80	c   671s| 10340k|  9401k|     0 |   0.0 |2878M| 376 |   - | 484 |  10k|   0 |   0 |   0 |3314k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
883.71/883.73	c   676s| 10350k|  9401k|     0 |   0.0 |2878M| 376 |   - | 484 |  10k|   0 |   0 |   0 |3331k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
889.11/889.12	c   681s| 10360k|  9401k|     0 |   0.0 |2879M| 376 |   - | 484 |  12k|   0 |   0 |   0 |3358k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
894.81/894.83	c   687s| 10370k|  9401k|     0 |   0.0 |2881M| 376 |   - | 484 |  19k|   0 |   0 |   0 |3384k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
900.51/900.51	c   692s| 10380k|  9401k|     0 |   0.0 |2879M| 376 |   - | 484 |  11k|   0 |   0 |   0 |3408k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
905.92/905.95	c   697s| 10390k|  9401k|     0 |   0.0 |2880M| 376 |   - | 484 |  13k|   0 |   0 |   0 |3440k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
911.62/911.63	c   702s| 10400k|  9401k|     0 |   0.0 |2879M| 376 |   - | 484 |  11k|   0 |   0 |   0 |3474k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
917.02/917.06	c   707s| 10410k|  9400k|     0 |   0.0 |2880M| 376 |   - | 484 |  12k|   0 |   0 |   0 |3513k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
922.92/922.97	c   713s| 10420k|  9400k|     0 |   0.0 |2879M| 376 |   - | 484 |  10k|   0 |   0 |   0 |3548k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
928.21/928.30	c   717s| 10430k|  9400k|     0 |   0.0 |2880M| 376 |   - | 484 |  13k|   0 |   0 |   0 |3586k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
933.82/933.88	c   723s| 10440k|  9400k|     0 |   0.0 |2879M| 376 |   - | 484 |  11k|   0 |   0 |   0 |3619k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
939.32/939.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
939.32/939.39	c   728s| 10450k|  9400k|     0 |   0.0 |2879M| 376 |   - | 484 |  11k|   0 |   0 |   0 |3656k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
944.92/944.96	c   733s| 10460k|  9400k|     0 |   0.0 |2880M| 376 |   - | 484 |  11k|   0 |   0 |   0 |3683k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
950.91/950.93	c   738s| 10470k|  9400k|     0 |   0.0 |2879M| 376 |   - | 484 |  11k|   0 |   0 |   0 |3706k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
956.92/956.94	c   744s| 10480k|  9400k|     0 |   0.0 |2879M| 376 |   - | 484 |9984 |   0 |   0 |   0 |3726k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
963.22/963.20	c   750s| 10490k|  9400k|     0 |   0.0 |2879M| 376 |   - | 484 |9758 |   0 |   0 |   0 |3747k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
968.92/968.97	c   755s| 10500k|  9400k|     0 |   0.0 |2879M| 376 |   - | 484 |9795 |   0 |   0 |   0 |3767k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
974.63/974.66	c   760s| 10510k|  9400k|     0 |   0.0 |2879M| 376 |   - | 484 |  10k|   0 |   0 |   0 |3793k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
980.03/980.02	c   765s| 10520k|  9400k|     0 |   0.0 |2879M| 376 |   - | 484 |  11k|   0 |   0 |   0 |3820k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
985.12/985.17	c   770s| 10530k|  9400k|     0 |   0.0 |2880M| 376 |   - | 484 |  13k|   0 |   0 |   0 |3848k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
990.42/990.48	c   775s| 10540k|  9399k|     0 |   0.0 |2881M| 376 |   - | 484 |  15k|   0 |   0 |   0 |3883k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
995.82/995.81	c   780s| 10550k|  9399k|     0 |   0.0 |2881M| 376 |   - | 484 |  15k|   0 |   0 |   0 |3923k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1001.62/1001.66	c   785s| 10560k|  9399k|     0 |   0.0 |2881M| 376 |   - | 484 |  15k|   0 |   0 |   0 |3957k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1007.22/1007.25	c   790s| 10570k|  9399k|     0 |   0.0 |2880M| 376 |   - | 484 |  14k|   0 |   0 |   0 |3998k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1013.12/1013.12	c   796s| 10580k|  9399k|     0 |   0.0 |2880M| 376 |   - | 484 |  12k|   0 |   0 |   0 |4032k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1018.53/1018.53	c   801s| 10590k|  9399k|     0 |   0.0 |2882M| 376 |   - | 484 |  16k|   0 |   0 |   0 |4070k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1024.22/1024.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1024.22/1024.22	c   806s| 10600k|  9399k|     0 |   0.0 |2880M| 376 |   - | 484 |  12k|   0 |   0 |   0 |4101k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1029.82/1029.87	c   811s| 10610k|  9399k|     0 |   0.0 |2881M| 376 |   - | 484 |  15k|   0 |   0 |   0 |4138k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1035.32/1035.33	c   816s| 10620k|  9399k|     0 |   0.0 |2881M| 376 |   - | 484 |  13k|   0 |   0 |   0 |4174k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1041.32/1041.39	c   822s| 10630k|  9398k|     0 |   0.0 |2880M| 376 |   - | 484 |  11k|   0 |   0 |   0 |4199k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1047.63/1047.61	c   828s| 10640k|  9398k|     0 |   0.0 |2880M| 376 |   - | 484 |  11k|   0 |   0 |   0 |4219k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1053.53/1053.59	c   833s| 10650k|  9398k|     0 |   0.0 |2880M| 376 |   - | 484 |  11k|   0 |   0 |   0 |4237k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1059.32/1059.31	c   838s| 10660k|  9398k|     0 |   0.0 |2881M| 376 |   - | 484 |  16k|   0 |   0 |   0 |4263k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1065.22/1065.24	c   844s| 10670k|  9398k|     0 |   0.0 |2880M| 376 |   - | 484 |  12k|   0 |   0 |   0 |4280k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1071.22/1071.24	c   849s| 10680k|  9398k|     0 |   0.0 |2880M| 376 |   - | 484 |  12k|   0 |   0 |   0 |4299k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1076.52/1076.50	c   854s| 10690k|  9398k|     0 |   0.0 |2881M| 376 |   - | 484 |  16k|   0 |   0 |   0 |4320k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1082.33/1082.38	c   860s| 10700k|  9398k|     0 |   0.0 |2881M| 376 |   - | 484 |  14k|   0 |   0 |   0 |4342k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1088.13/1088.17	c   865s| 10710k|  9398k|     0 |   0.0 |2880M| 376 |   - | 484 |  12k|   0 |   0 |   0 |4370k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1093.73/1093.73	c   870s| 10720k|  9398k|     0 |   0.0 |2881M| 376 |   - | 484 |  14k|   0 |   0 |   0 |4395k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1099.42/1099.45	c   876s| 10730k|  9398k|     0 |   0.0 |2880M| 376 |   - | 484 |  10k|   0 |   0 |   0 |4417k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1104.82/1104.88	c   881s| 10740k|  9398k|     0 |   0.0 |2880M| 376 |   - | 484 |  12k|   0 |   0 |   0 |4445k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1110.32/1110.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1110.32/1110.39	c   886s| 10750k|  9398k|     0 |   0.0 |2880M| 376 |   - | 484 |  12k|   0 |   0 |   0 |4466k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1115.92/1115.91	c   891s| 10760k|  9398k|     0 |   0.0 |2881M| 376 |   - | 484 |  14k|   0 |   0 |   0 |4502k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1121.42/1121.47	c   896s| 10770k|  9398k|     0 |   0.0 |2881M| 376 |   - | 484 |  14k|   0 |   0 |   0 |4538k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1127.02/1127.04	c   901s| 10780k|  9398k|     0 |   0.0 |2880M| 376 |   - | 484 |  13k|   0 |   0 |   0 |4576k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1132.63/1132.69	c   906s| 10790k|  9398k|     0 |   0.0 |2882M| 376 |   - | 484 |  16k|   0 |   0 |   0 |4612k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1138.33/1138.37	c   912s| 10800k|  9397k|     0 |   0.0 |2881M| 376 |   - | 484 |  12k|   0 |   0 |   0 |4651k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1143.73/1143.79	c   917s| 10810k|  9397k|     0 |   0.0 |2882M| 376 |   - | 484 |  13k|   0 |   0 |   0 |4682k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1149.12/1149.11	c   922s| 10820k|  9397k|     0 |   0.0 |2883M| 376 |   - | 484 |  17k|   0 |   0 |   0 |4716k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1154.73/1154.72	c   927s| 10830k|  9397k|     0 |   0.0 |2883M| 376 |   - | 484 |  17k|   0 |   0 |   0 |4754k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1160.83/1160.88	c   933s| 10840k|  9397k|     0 |   0.0 |2881M| 376 |   - | 484 |  12k|   0 |   0 |   0 |4784k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1166.43/1166.47	c   938s| 10850k|  9397k|     0 |   0.0 |2882M| 376 |   - | 484 |  15k|   0 |   0 |   0 |4809k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1172.72/1172.75	c   944s| 10860k|  9397k|     0 |   0.0 |2882M| 376 |   - | 484 |  13k|   0 |   0 |   0 |4841k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1178.52/1178.59	c   949s| 10870k|  9397k|     0 |   0.0 |2883M| 376 |   - | 484 |  17k|   0 |   0 |   0 |4868k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1184.64/1184.70	c   955s| 10880k|  9397k|     0 |   0.0 |2884M| 376 |   - | 484 |  17k|   0 |   0 |   0 |4900k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1190.63/1190.63	c   961s| 10890k|  9397k|     0 |   0.0 |2883M| 376 |   - | 484 |  15k|   0 |   0 |   0 |4934k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1196.53/1196.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1196.53/1196.51	c   966s| 10900k|  9397k|     0 |   0.0 |2882M| 376 |   - | 484 |  11k|   0 |   0 |   0 |4966k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1202.63/1202.64	c   972s| 10910k|  9397k|     0 |   0.0 |2882M| 376 |   - | 484 |  12k|   0 |   0 |   0 |4983k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1208.62/1208.67	c   977s| 10920k|  9397k|     0 |   0.0 |2883M| 376 |   - | 484 |  14k|   0 |   0 |   0 |5003k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1215.23/1215.20	c   984s| 10930k|  9397k|     0 |   0.0 |2882M| 376 |   - | 484 |  12k|   0 |   0 |   0 |5024k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1221.23/1221.22	c   989s| 10940k|  9397k|     0 |   0.0 |2882M| 376 |   - | 484 |  12k|   0 |   0 |   0 |5045k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1227.54/1227.56	c   995s| 10950k|  9397k|     0 |   0.0 |2882M| 376 |   - | 484 |  13k|   0 |   0 |   0 |5067k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1233.33/1233.35	c  1000s| 10960k|  9397k|     0 |   0.0 |2882M| 376 |   - | 484 |  13k|   0 |   0 |   0 |5093k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1239.23/1239.27	c  1006s| 10970k|  9397k|     0 |   0.0 |2882M| 376 |   - | 484 |  13k|   0 |   0 |   0 |5119k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1245.23/1245.25	c  1012s| 10980k|  9397k|     0 |   0.0 |2883M| 376 |   - | 484 |  15k|   0 |   0 |   0 |5146k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1251.33/1251.31	c  1017s| 10990k|  9396k|     0 |   0.0 |2883M| 376 |   - | 484 |  16k|   0 |   0 |   0 |5174k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1257.24/1257.21	c  1023s| 11000k|  9396k|     0 |   0.0 |2882M| 376 |   - | 484 |  14k|   0 |   0 |   0 |5202k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1262.63/1262.62	c  1028s| 11010k|  9396k|     0 |   0.0 |2882M| 376 |   - | 484 |  13k|   0 |   0 |   0 |5231k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1268.53/1268.50	c  1033s| 11020k|  9396k|     0 |   0.0 |2883M| 376 |   - | 484 |  14k|   0 |   0 |   0 |5265k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1274.13/1274.14	c  1038s| 11030k|  9396k|     0 |   0.0 |2883M| 376 |   - | 484 |  15k|   0 |   0 |   0 |5304k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1280.13/1280.10	c  1044s| 11040k|  9396k|     0 |   0.0 |2883M| 376 |   - | 484 |  15k|   0 |   0 |   0 |5337k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1286.03/1286.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1286.03/1286.01	c  1049s| 11050k|  9396k|     0 |   0.0 |2883M| 376 |   - | 484 |  16k|   0 |   0 |   0 |5373k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1291.83/1291.87	c  1055s| 11060k|  9396k|     0 |   0.0 |2883M| 376 |   - | 484 |  15k|   0 |   0 |   0 |5415k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1297.83/1297.80	c  1060s| 11070k|  9396k|     0 |   0.0 |2884M| 376 |   - | 484 |  18k|   0 |   0 |   0 |5449k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1303.54/1303.57	c  1066s| 11080k|  9395k|     0 |   0.0 |2883M| 376 |   - | 484 |  13k|   0 |   0 |   0 |5486k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1309.23/1309.21	c  1071s| 11090k|  9395k|     0 |   0.0 |2883M| 376 |   - | 484 |  13k|   0 |   0 |   0 |5523k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1315.24/1315.27	c  1077s| 11100k|  9395k|     0 |   0.0 |2883M| 376 |   - | 484 |  12k|   0 |   0 |   0 |5554k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1321.54/1321.53	c  1082s| 11110k|  9395k|     0 |   0.0 |2882M| 376 |   - | 484 |  10k|   0 |   0 |   0 |5580k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1327.13/1327.14	c  1088s| 11120k|  9395k|     0 |   0.0 |2883M| 376 |   - | 484 |  11k|   0 |   0 |   0 |5613k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1333.23/1333.27	c  1093s| 11130k|  9395k|     0 |   0.0 |2883M| 376 |   - | 484 |  13k|   0 |   0 |   0 |5643k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1338.84/1338.89	c  1099s| 11140k|  9395k|     0 |   0.0 |2883M| 376 |   - | 484 |  14k|   0 |   0 |   0 |5675k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1345.04/1345.05	c  1104s| 11150k|  9395k|     0 |   0.0 |2883M| 376 |   - | 484 |  13k|   0 |   0 |   0 |5705k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1351.13/1351.13	c  1110s| 11160k|  9395k|     0 |   0.0 |2882M| 376 |   - | 484 |  11k|   0 |   0 |   0 |5736k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1357.54/1357.54	c  1116s| 11170k|  9395k|     0 |   0.0 |2883M| 376 |   - | 484 |  12k|   0 |   0 |   0 |5754k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1363.53/1363.55	c  1121s| 11180k|  9395k|     0 |   0.0 |2883M| 376 |   - | 484 |  12k|   0 |   0 |   0 |5776k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1370.13/1370.10	c  1127s| 11190k|  9395k|     0 |   0.0 |2882M| 376 |   - | 484 |  10k|   0 |   0 |   0 |5796k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1376.43/1376.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1376.43/1376.41	c  1133s| 11200k|  9395k|     0 |   0.0 |2882M| 376 |   - | 484 |  10k|   0 |   0 |   0 |5817k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1382.03/1382.09	c  1139s| 11210k|  9395k|     0 |   0.0 |2882M| 376 |   - | 484 |  11k|   0 |   0 |   0 |5843k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1388.03/1388.03	c  1144s| 11220k|  9395k|     0 |   0.0 |2882M| 376 |   - | 484 |  12k|   0 |   0 |   0 |5867k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1394.23/1394.29	c  1150s| 11230k|  9395k|     0 |   0.0 |2882M| 376 |   - | 484 |  11k|   0 |   0 |   0 |5891k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1400.54/1400.56	c  1156s| 11240k|  9395k|     0 |   0.0 |2882M| 376 |   - | 484 |  10k|   0 |   0 |   0 |5915k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1406.74/1406.76	c  1161s| 11250k|  9395k|     0 |   0.0 |2882M| 376 |   - | 484 |  11k|   0 |   0 |   0 |5939k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1412.53/1412.51	c  1167s| 11260k|  9395k|     0 |   0.0 |2883M| 376 |   - | 484 |  14k|   0 |   0 |   0 |5967k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1418.23/1418.22	c  1173s| 11270k|  9395k|     0 |   0.0 |2883M| 376 |   - | 484 |  13k|   0 |   0 |   0 |5997k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1423.23/1423.29	c  1177s| 11280k|  9395k|     0 |   0.0 |2884M| 376 |   - | 484 |  17k|   0 |   0 |   0 |6022k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1429.23/1429.25	c  1183s| 11290k|  9394k|     0 |   0.0 |2885M| 376 |   - | 484 |  18k|   0 |   0 |   0 |6056k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1435.54/1435.53	c  1189s| 11300k|  9394k|     0 |   0.0 |2884M| 376 |   - | 484 |  16k|   0 |   0 |   0 |6094k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1441.34/1441.32	c  1195s| 11310k|  9394k|     0 |   0.0 |2883M| 376 |   - | 484 |  14k|   0 |   0 |   0 |6130k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1447.53/1447.53	c  1201s| 11320k|  9394k|     0 |   0.0 |2883M| 376 |   - | 484 |  13k|   0 |   0 |   0 |6167k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1453.73/1453.72	c  1207s| 11330k|  9394k|     0 |   0.0 |2884M| 376 |   - | 484 |  16k|   0 |   0 |   0 |6200k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1459.64/1459.63	c  1213s| 11340k|  9394k|     0 |   0.0 |2883M| 376 |   - | 484 |  13k|   0 |   0 |   0 |6235k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1465.43/1465.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1465.43/1465.46	c  1219s| 11350k|  9394k|     0 |   0.0 |2883M| 376 |   - | 484 |  14k|   0 |   0 |   0 |6277k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1471.43/1471.47	c  1225s| 11360k|  9394k|     0 |   0.0 |2884M| 376 |   - | 484 |  14k|   0 |   0 |   0 |6313k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1477.13/1477.16	c  1230s| 11370k|  9394k|     0 |   0.0 |2884M| 376 |   - | 484 |  14k|   0 |   0 |   0 |6352k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1483.04/1483.05	c  1236s| 11380k|  9394k|     0 |   0.0 |2884M| 376 |   - | 484 |  15k|   0 |   0 |   0 |6390k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1489.03/1489.10	c  1242s| 11390k|  9393k|     0 |   0.0 |2884M| 376 |   - | 484 |  15k|   0 |   0 |   0 |6424k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1495.23/1495.28	c  1248s| 11400k|  9393k|     0 |   0.0 |2884M| 376 |   - | 484 |  12k|   0 |   0 |   0 |6457k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1501.33/1501.30	c  1254s| 11410k|  9393k|     0 |   0.0 |2886M| 376 |   - | 484 |  17k|   0 |   0 |   0 |6490k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1507.33/1507.31	c  1260s| 11420k|  9393k|     0 |   0.0 |2885M| 376 |   - | 484 |  14k|   0 |   0 |   0 |6521k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1513.13/1513.17	c  1265s| 11430k|  9393k|     0 |   0.0 |2885M| 376 |   - | 484 |  16k|   0 |   0 |   0 |6558k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1518.83/1518.84	c  1271s| 11440k|  9393k|     0 |   0.0 |2885M| 376 |   - | 484 |  14k|   0 |   0 |   0 |6594k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1525.04/1525.07	c  1277s| 11450k|  9393k|     0 |   0.0 |2884M| 376 |   - | 484 |  13k|   0 |   0 |   0 |6626k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1530.93/1530.91	c  1283s| 11460k|  9393k|     0 |   0.0 |2884M| 376 |   - | 484 |  12k|   0 |   0 |   0 |6656k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1537.44/1537.48	c  1289s| 11470k|  9393k|     0 |   0.0 |2884M| 376 |   - | 484 |  12k|   0 |   0 |   0 |6677k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1544.34/1544.36	c  1296s| 11480k|  9393k|     0 |   0.0 |2884M| 376 |   - | 484 |  12k|   0 |   0 |   0 |6696k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1550.84/1550.84	c  1302s| 11490k|  9393k|     0 |   0.0 |2884M| 376 |   - | 484 |  13k|   0 |   0 |   0 |6716k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1557.34/1557.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1557.34/1557.32	c  1309s| 11500k|  9393k|     0 |   0.0 |2884M| 376 |   - | 484 |  11k|   0 |   0 |   0 |6738k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1563.73/1563.76	c  1315s| 11510k|  9393k|     0 |   0.0 |2884M| 376 |   - | 484 |  11k|   0 |   0 |   0 |6758k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1570.54/1570.59	c  1322s| 11520k|  9393k|     0 |   0.0 |2884M| 376 |   - | 484 |  11k|   0 |   0 |   0 |6780k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1576.63/1576.61	c  1327s| 11530k|  9393k|     0 |   0.0 |2884M| 376 |   - | 484 |  12k|   0 |   0 |   0 |6802k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1582.84/1582.86	c  1334s| 11540k|  9393k|     0 |   0.0 |2883M| 376 |   - | 484 |  11k|   0 |   0 |   0 |6823k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1589.04/1589.04	c  1340s| 11550k|  9393k|     0 |   0.0 |2884M| 376 |   - | 484 |  12k|   0 |   0 |   0 |6846k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1595.24/1595.24	c  1346s| 11560k|  9393k|     0 |   0.0 |2884M| 376 |   - | 484 |  12k|   0 |   0 |   0 |6874k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1602.04/1602.06	c  1352s| 11570k|  9393k|     0 |   0.0 |2883M| 376 |   - | 484 |  11k|   0 |   0 |   0 |6893k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1608.03/1608.04	c  1358s| 11580k|  9393k|     0 |   0.0 |2884M| 376 |   - | 484 |  13k|   0 |   0 |   0 |6918k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1613.83/1613.89	c  1364s| 11590k|  9393k|     0 |   0.0 |2885M| 376 |   - | 484 |  16k|   0 |   0 |   0 |6950k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1619.54/1619.55	c  1369s| 11600k|  9393k|     0 |   0.0 |2885M| 376 |   - | 484 |  15k|   0 |   0 |   0 |6980k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1625.54/1625.51	c  1375s| 11610k|  9392k|     0 |   0.0 |2885M| 376 |   - | 484 |  15k|   0 |   0 |   0 |7003k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1631.34/1631.37	c  1381s| 11620k|  9392k|     0 |   0.0 |2884M| 376 |   - | 484 |  14k|   0 |   0 |   0 |7029k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1637.14/1637.17	c  1387s| 11630k|  9392k|     0 |   0.0 |2887M| 376 |   - | 484 |  20k|   0 |   0 |   0 |7066k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1643.03/1643.08	c  1392s| 11640k|  9392k|     0 |   0.0 |2888M| 376 |   - | 484 |  24k|   0 |   0 |   0 |7104k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1649.34/1649.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1649.34/1649.38	c  1399s| 11650k|  9392k|     0 |   0.0 |2886M| 376 |   - | 484 |  18k|   0 |   0 |   0 |7142k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1655.45/1655.41	c  1404s| 11660k|  9392k|     0 |   0.0 |2886M| 376 |   - | 484 |  19k|   0 |   0 |   0 |7179k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1661.84/1661.80	c  1411s| 11670k|  9392k|     0 |   0.0 |2885M| 376 |   - | 484 |  15k|   0 |   0 |   0 |7215k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1668.24/1668.22	c  1417s| 11680k|  9392k|     0 |   0.0 |2885M| 376 |   - | 484 |  15k|   0 |   0 |   0 |7253k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1674.24/1674.21	c  1423s| 11690k|  9392k|     0 |   0.0 |2888M| 376 |   - | 484 |  22k|   0 |   0 |   0 |7284k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1680.34/1680.39	c  1429s| 11700k|  9392k|     0 |   0.0 |2885M| 376 |   - | 484 |  14k|   0 |   0 |   0 |7321k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1686.35/1686.34	c  1435s| 11710k|  9392k|     0 |   0.0 |2886M| 376 |   - | 484 |  16k|   0 |   0 |   0 |7358k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1692.34/1692.37	c  1441s| 11720k|  9392k|     0 |   0.0 |2886M| 376 |   - | 484 |  17k|   0 |   0 |   0 |7395k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1698.84/1698.83	c  1447s| 11730k|  9392k|     0 |   0.0 |2886M| 376 |   - | 484 |  17k|   0 |   0 |   0 |7428k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1705.34/1705.34	c  1453s| 11740k|  9392k|     0 |   0.0 |2887M| 376 |   - | 484 |  19k|   0 |   0 |   0 |7459k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1711.84/1711.86	c  1460s| 11750k|  9391k|     0 |   0.0 |2887M| 376 |   - | 484 |  18k|   0 |   0 |   0 |7496k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1717.84/1717.84	c  1466s| 11760k|  9391k|     0 |   0.0 |2886M| 376 |   - | 484 |  13k|   0 |   0 |   0 |7527k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1724.04/1724.08	c  1472s| 11770k|  9391k|     0 |   0.0 |2887M| 376 |   - | 484 |  16k|   0 |   0 |   0 |7561k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1730.35/1730.39	c  1478s| 11780k|  9391k|     0 |   0.0 |2887M| 376 |   - | 484 |  16k|   0 |   0 |   0 |7594k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1736.54/1736.58	c  1484s| 11790k|  9391k|     0 |   0.0 |2886M| 376 |   - | 484 |  14k|   0 |   0 |   0 |7630k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1743.24/1743.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1743.24/1743.29	c  1490s| 11800k|  9391k|     0 |   0.0 |2886M| 376 |   - | 484 |  12k|   0 |   0 |   0 |7656k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1749.54/1749.51	c  1497s| 11810k|  9391k|     0 |   0.0 |2887M| 376 |   - | 484 |  16k|   0 |   0 |   0 |7686k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1756.14/1756.16	c  1503s| 11820k|  9391k|     0 |   0.0 |2888M| 376 |   - | 484 |  20k|   0 |   0 |   0 |7714k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1762.65/1762.64	c  1509s| 11830k|  9391k|     0 |   0.0 |2887M| 376 |   - | 484 |  16k|   0 |   0 |   0 |7746k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1768.44/1768.49	c  1515s| 11840k|  9391k|     0 |   0.0 |2889M| 376 |   - | 484 |  20k|   0 |   0 |   0 |7776k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1774.34/1774.39	c  1521s| 11850k|  9391k|     0 |   0.0 |2887M| 376 |   - | 484 |  14k|   0 |   0 |   0 |7813k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1780.64/1780.64	c  1527s| 11860k|  9391k|     0 |   0.0 |2888M| 376 |   - | 484 |  17k|   0 |   0 |   0 |7835k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1786.45/1786.49	c  1533s| 11870k|  9391k|     0 |   0.0 |2889M| 376 |   - | 484 |  20k|   0 |   0 |   0 |7865k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1792.64/1792.64	c  1539s| 11880k|  9391k|     0 |   0.0 |2888M| 376 |   - | 484 |  16k|   0 |   0 |   0 |7893k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1799.14/1799.15	c  1545s| 11890k|  9391k|     0 |   0.0 |2887M| 376 |   - | 484 |  15k|   0 |   0 |   0 |7924k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1546.00
1800.05/1800.00	c Solving Nodes      : 11891421
1800.05/1800.00	c Primal Bound       : +1.00000000000000e+00 (5 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.00	s SATISFIABLE
1800.05/1800.00	v -x420 -x419 -x418 -x417 -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 x404 -x403 -x402 -x401 -x400 -x399 
1800.05/1800.00	v -x398 -x397 -x396 -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 x382 -x381 -x380 -x379 -x378 
1800.05/1800.00	v -x377 -x376 -x375 -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 x361 -x360 -x359 -x358 x357 
1800.05/1800.00	v -x356 -x355 -x354 -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 
1800.05/1800.00	v -x335 -x334 x333 -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 x320 -x319 -x318 -x317 -x316 -x315 
1800.05/1800.00	v -x314 -x313 -x312 -x311 -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 
1800.05/1800.00	v -x293 x292 -x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 
1800.05/1800.00	v -x272 -x271 x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 
1800.05/1800.00	v -x251 -x250 -x249 -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 
1800.05/1800.00	v -x230 -x229 -x228 -x227 -x226 -x225 -x224 x223 -x222 -x221 -x220 -x219 x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.05/1800.00	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.05/1800.00	v -x188 -x187 x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.05/1800.00	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 x151 -x150 -x149 -x148 -x147 
1800.05/1800.00	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.05/1800.00	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 x105 
1800.05/1800.00	v -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 x87 -x86 -x85 -x84 -x83 -x82 -x81 
1800.05/1800.00	v -x80 x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 
1800.05/1800.00	v -x55 -x54 -x53 -x52 -x51 -x50 -x49 x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 
1800.05/1800.00	v -x30 x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 
1800.05/1800.00	v -x3 -x2 -x1 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time       :    1546.00
1800.05/1800.00	c Original Problem   :
1800.05/1800.00	c   Problem name     : HOME/instance-2693818-1277894434.wbo
1800.05/1800.00	c   Variables        : 484 (452 binary, 0 integer, 0 implicit integer, 32 continuous)
1800.05/1800.00	c   Constraints      : 74 initial, 74 maximal
1800.05/1800.00	c Presolved Problem  :
1800.05/1800.00	c   Problem name     : t_HOME/instance-2693818-1277894434.wbo
1800.05/1800.00	c   Variables        : 484 (452 binary, 0 integer, 0 implicit integer, 32 continuous)
1800.05/1800.00	c   Constraints      : 73 initial, 27317 maximal
1800.05/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   linear           :       0.00          0          0          0         32          0          1          0          0
1800.05/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   indicator        :         32          0       4216          0       3665          0         77          0          0          0
1800.05/1800.00	c   setppc           :          7          0   20107647          0   10789012     402855   10606202          0          0          0
1800.05/1800.00	c   linear           :         32          0   20952958          0   11101069     747295   21822952          0          0          0
1800.05/1800.00	c   logicor          :          2+         0   10710893          0    9720010     376134   12418631          0          0          0
1800.05/1800.00	c   countsols        :          0          0          0          0   11101074          0          0          0          0          0
1800.05/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.00	c   indicator        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.00	c   setppc           :     183.46       0.00     172.10       0.00      11.36
1800.05/1800.00	c   linear           :     395.95       0.00     395.74       0.00       0.21
1800.05/1800.00	c   logicor          :     384.96       0.00     384.46       0.00       0.50
1800.05/1800.00	c   countsols        :       0.07       0.00       0.00       0.00       0.07
1800.05/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.00	c   vbounds          :       0.66          2          0          0
1800.05/1800.00	c   rootredcost      :       0.65          0          0          0
1800.05/1800.00	c   pseudoobj        :      11.00   21356841          3          3
1800.05/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.00	c   propagation      :     563.90    1526282    1526282   13460220      180.9    6592502       20.0          -
1800.05/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.00	c   applied globally :          -          -          -    6610283       20.1          -          -          -
1800.05/1800.00	c   applied locally  :          -          -          -    1318419      120.0          -          -          -
1800.05/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.05/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.05/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.05/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.05/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.05/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.05/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.00	c Pricers            :       Time      Calls       Vars
1800.05/1800.00	c   problem variables:       0.00          0          0
1800.05/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   inference        :     156.21   11101069          0          0          0          0   22202138
1800.05/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.00	c   LP solutions     :       0.00          -          0
1800.05/1800.00	c   pseudo solutions :       0.15          -          5
1800.05/1800.00	c   oneopt           :       0.13          0          0
1800.05/1800.00	c   trivial          :       0.00          2          0
1800.05/1800.00	c   simplerounding   :       0.00          0          0
1800.05/1800.00	c   zirounding       :       0.00          0          0
1800.05/1800.00	c   rounding         :       0.00          0          0
1800.05/1800.00	c   shifting         :       0.00          0          0
1800.05/1800.00	c   intshifting      :       0.00          0          0
1800.05/1800.00	c   twoopt           :       0.00          0          0
1800.05/1800.00	c   fixandinfer      :       0.00          0          0
1800.05/1800.00	c   feaspump         :       0.00          0          0
1800.05/1800.00	c   coefdiving       :       0.00          0          0
1800.05/1800.00	c   pscostdiving     :       0.00          0          0
1800.05/1800.00	c   fracdiving       :       0.00          0          0
1800.05/1800.00	c   veclendiving     :       0.00          0          0
1800.05/1800.00	c   intdiving        :       0.00          0          0
1800.05/1800.00	c   actconsdiving    :       0.00          0          0
1800.05/1800.00	c   objpscostdiving  :       0.00          0          0
1800.05/1800.00	c   rootsoldiving    :       0.00          0          0
1800.05/1800.00	c   linesearchdiving :       0.00          0          0
1800.05/1800.00	c   guideddiving     :       0.00          0          0
1800.05/1800.00	c   octane           :       0.00          0          0
1800.05/1800.00	c   rens             :       0.00          0          0
1800.05/1800.00	c   rins             :       0.00          0          0
1800.05/1800.00	c   localbranching   :       0.00          0          0
1800.05/1800.00	c   mutation         :       0.00          0          0
1800.05/1800.00	c   crossover        :       0.00          0          0
1800.05/1800.00	c   dins             :       0.00          0          0
1800.05/1800.00	c   undercover       :       0.00          0          0
1800.05/1800.00	c   nlp              :       0.10          0          0
1800.05/1800.00	c   trysol           :       0.18          1          0
1800.05/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.05/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.05/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.05/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.00	c B&B Tree           :
1800.05/1800.00	c   number of runs   :          1
1800.05/1800.00	c   nodes            :   11891421
1800.05/1800.00	c   nodes (total)    :   11891421
1800.05/1800.00	c   nodes left       :    9391535
1800.05/1800.00	c   max depth        :        376
1800.05/1800.00	c   max depth (total):        376
1800.05/1800.00	c   backtracks       :     836632 (7.0%)
1800.05/1800.00	c   delayed cutoffs  :     915541
1800.05/1800.00	c   repropagations   :    1888741 (19630232 domain reductions, 735940 cutoffs)
1800.05/1800.00	c   avg switch length:       3.77
1800.05/1800.00	c   switching time   :     274.68
1800.05/1800.00	c Solution           :
1800.05/1800.00	c   Solutions found  :          5 (5 improvements)
1800.05/1800.00	c   First Solution   : +9.00000000000000e+01   (in run 1, after 2386913 nodes, 98.71 seconds, depth 349, found by <relaxation>)
1800.05/1800.00	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 2389352 nodes, 98.92 seconds, depth 325, found by <relaxation>)
1800.05/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.00	c   Gap              :   infinite
1800.05/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.00	c   Root Iterations  :          0

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693818-1277894434/watcher-2693818-1277894434 -o /tmp/evaluation-result-2693818-1277894434/solver-2693818-1277894434 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693818-1277894434.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.92 1.98 1.99 3/196 12867
/proc/meminfo: memFree=31190740/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=7140 CPUtime=0
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 1623 0 0 0 0 0 0 0 25 0 1 0 130737683 7311360 1192 4089446400 4194304 7136930 140735616426528 18446744073709551615 4491170 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12867/statm: 1785 1193 278 719 0 1064 0

[startup+0.0826701 s]
/proc/loadavg: 1.92 1.98 1.99 3/196 12867
/proc/meminfo: memFree=31190740/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=13452 CPUtime=0.07
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 4358 0 0 0 7 0 0 0 25 0 1 0 130737683 13774848 2642 4089446400 4194304 7136930 140735616426528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12867/statm: 3363 2642 394 719 0 2642 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13452

[startup+0.10067 s]
/proc/loadavg: 1.92 1.98 1.99 3/196 12867
/proc/meminfo: memFree=31190740/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=13584 CPUtime=0.09
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 4385 0 0 0 9 0 0 0 25 0 1 0 130737683 13910016 2669 4089446400 4194304 7136930 140735616426528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12867/statm: 3396 2669 394 719 0 2675 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13584

[startup+0.300631 s]
/proc/loadavg: 1.92 1.98 1.99 3/196 12867
/proc/meminfo: memFree=31190740/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=15532 CPUtime=0.29
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 4898 0 0 0 26 3 0 0 25 0 1 0 130737683 15904768 3182 4089446400 4194304 7136930 140735616426528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12867/statm: 3883 3182 394 719 0 3162 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15532

[startup+0.700549 s]
/proc/loadavg: 1.92 1.98 1.99 3/196 12867
/proc/meminfo: memFree=31190740/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=18004 CPUtime=0.69
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 5562 0 0 0 62 7 0 0 25 0 1 0 130737683 18436096 3846 4089446400 4194304 7136930 140735616426528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12867/statm: 4501 3846 394 719 0 3780 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18004

[startup+1.50039 s]
/proc/loadavg: 1.92 1.98 1.99 3/197 12868
/proc/meminfo: memFree=31173992/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=24232 CPUtime=1.49
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 7152 0 0 0 133 16 0 0 25 0 1 0 130737683 24813568 5436 4089446400 4194304 7136930 140735616426528 18446744073709551615 5909106 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12867/statm: 6058 5436 394 719 0 5337 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24232

[startup+3.10109 s]
/proc/loadavg: 1.93 1.98 1.99 3/197 12868
/proc/meminfo: memFree=31166636/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=33812 CPUtime=3.09
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 9692 0 0 0 253 56 0 0 25 0 1 0 130737683 34623488 7976 4089446400 4194304 7136930 140735616426528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12867/statm: 8453 7976 394 719 0 7732 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33812

[startup+6.30047 s]
/proc/loadavg: 1.93 1.98 1.99 3/197 12868
/proc/meminfo: memFree=31146300/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=56200 CPUtime=6.29
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 15000 0 0 0 458 171 0 0 25 0 1 0 130737683 57548800 13284 4089446400 4194304 7136930 140735616426528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12867/statm: 14050 13284 394 719 0 13329 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56200

[startup+12.7002 s]
/proc/loadavg: 1.94 1.98 1.99 3/197 12868
/proc/meminfo: memFree=31103684/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=99192 CPUtime=12.68
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 25217 0 0 0 873 395 0 0 25 0 1 0 130737683 101572608 23501 4089446400 4194304 7136930 140735616426528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12867/statm: 24798 23501 394 719 0 24077 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 99192

[startup+25.5008 s]
/proc/loadavg: 1.95 1.98 1.99 3/197 12869
/proc/meminfo: memFree=31018464/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=187168 CPUtime=25.49
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 46129 0 0 0 1688 861 0 0 25 0 1 0 130737683 191660032 44413 4089446400 4194304 7136930 140735616426528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12867/statm: 46792 44413 394 719 0 46071 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 187168

[startup+51.1009 s]
/proc/loadavg: 1.96 1.98 1.99 3/197 12869
/proc/meminfo: memFree=30856940/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=358936 CPUtime=51.08
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 86947 0 0 0 3312 1796 0 0 25 0 1 0 130737683 367550464 85231 4089446400 4194304 7136930 140735616426528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12867/statm: 89734 85231 394 719 0 89013 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 358936

[startup+102.306 s]
/proc/loadavg: 2.05 2.00 2.00 3/197 12871
/proc/meminfo: memFree=30551220/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=644960 CPUtime=102.3
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 161861 0 0 0 6787 3443 0 0 25 0 1 0 130737683 660439040 160145 4089446400 4194304 7136930 140735616426528 18446744073709551615 5958434 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12867/statm: 161240 160145 394 719 0 160519 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 644960

[startup+162.301 s]
/proc/loadavg: 2.02 2.00 2.00 3/197 12872
/proc/meminfo: memFree=30277984/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=942888 CPUtime=162.3
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 231039 0 0 0 11205 5025 0 0 25 0 1 0 130737683 965517312 229323 4089446400 4194304 7136930 140735616426528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12867/statm: 235722 229323 394 719 0 235001 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 942888

[startup+222.301 s]
/proc/loadavg: 2.06 2.01 2.00 3/197 12874
/proc/meminfo: memFree=29929476/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=1270516 CPUtime=222.29
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 317201 0 0 0 15155 7074 0 0 25 0 1 0 130737683 1301008384 315485 4089446400 4194304 7136930 140735616426528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12867/statm: 317629 315485 394 719 0 316908 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1270516

[startup+282.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/197 12875
/proc/meminfo: memFree=29592128/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=1657296 CPUtime=282.3
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 401769 0 0 0 19092 9138 0 0 25 0 1 0 130737683 1697071104 400053 4089446400 4194304 7136930 140735616426528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12867/statm: 414324 400053 394 719 0 413603 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1657296

[startup+342.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 12877
/proc/meminfo: memFree=29250184/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=1979576 CPUtime=342.3
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 486592 0 0 0 23006 11224 0 0 25 0 1 0 130737683 2027085824 484876 4089446400 4194304 7136930 140735616426528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12867/statm: 494894 484876 394 719 0 494173 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1979576

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12879
/proc/meminfo: memFree=28926348/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=2289572 CPUtime=402.3
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 568196 0 0 0 26995 13235 0 0 25 0 1 0 130737683 2344521728 566480 4089446400 4194304 7136930 140735616426528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12867/statm: 572393 566480 394 719 0 571672 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 2289572

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12880
/proc/meminfo: memFree=28592196/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=2602520 CPUtime=462.29
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 650605 0 0 0 30968 15261 0 0 25 0 1 0 130737683 2664980480 648889 4089446400 4194304 7136930 140735616426528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12867/statm: 650630 648889 394 719 0 649909 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 2602520

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12882
/proc/meminfo: memFree=28265880/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=3048008 CPUtime=522.3
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 733289 0 0 0 34969 17261 0 0 25 0 1 0 130737683 3121160192 731573 4089446400 4194304 7136930 140735616426528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12867/statm: 762002 731573 394 719 0 761281 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 3048008

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12883
/proc/meminfo: memFree=28147916/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=3153828 CPUtime=582.31
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 797788 0 0 0 39950 18281 0 0 25 0 1 0 130737683 3229519872 759309 4089446400 4194304 7136930 140735616426528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12867/statm: 788457 759309 394 719 0 787736 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 3153828

[startup+642.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 12885
/proc/meminfo: memFree=28141280/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=3161340 CPUtime=642.31
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 799394 0 0 0 45427 18804 0 0 25 0 1 0 130737683 3237212160 760915 4089446400 4194304 7136930 140735616426528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12867/statm: 790335 760915 394 719 0 789614 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 3161340

[startup+702.301 s]

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

/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 803921 0 0 0 84110 22122 0 0 25 0 1 0 130737683 3260268544 765442 4089446400 4194304 7136930 140735616426528 18446744073709551615 5909072 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12867/statm: 795964 765442 394 719 0 795243 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 3183856

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12928
/proc/meminfo: memFree=28160964/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=3185152 CPUtime=1122.33
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 804111 0 0 0 89683 22550 0 0 25 0 1 0 130737683 3261595648 765632 4089446400 4194304 7136930 140735616426528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12867/statm: 796288 765632 394 719 0 795567 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 3185152

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12929
/proc/meminfo: memFree=28078204/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=3188576 CPUtime=1182.33
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 804908 0 0 0 95276 22957 0 0 25 0 1 0 130737683 3265101824 766429 4089446400 4194304 7136930 140735616426528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12867/statm: 797144 766429 394 719 0 796423 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 3188576

[startup+1242.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 12940
/proc/meminfo: memFree=28042592/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=3188576 CPUtime=1242.33
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 804922 0 0 0 100879 23354 0 0 25 0 1 0 130737683 3265101824 766443 4089446400 4194304 7136930 140735616426528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12867/statm: 797144 766443 394 719 0 796423 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 3188576

[startup+1302.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/179 12942
/proc/meminfo: memFree=28039552/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=3190192 CPUtime=1302.34
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 805119 0 0 0 106466 23768 0 0 25 0 1 0 130737683 3266756608 766640 4089446400 4194304 7136930 140735616426528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12867/statm: 797548 766640 394 719 0 796827 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 3190192

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 12970
/proc/meminfo: memFree=28216332/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=3192852 CPUtime=1362.34
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 805515 0 0 0 112026 24208 0 0 25 0 1 0 130737683 3269480448 767036 4089446400 4194304 7136930 140735616426528 18446744073709551615 5909102 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12867/statm: 798213 767036 394 719 0 797492 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 3192852

[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/197 13126
/proc/meminfo: memFree=28025872/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=3192852 CPUtime=1422.34
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 805519 0 0 0 117653 24581 0 0 25 0 1 0 130737683 3269480448 767040 4089446400 4194304 7136930 140735616426528 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12867/statm: 798213 767040 394 719 0 797492 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 3192852

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 4/197 13127
/proc/meminfo: memFree=27999468/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=3192852 CPUtime=1482.33
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 805980 0 0 0 123522 24711 0 0 25 0 1 0 130737683 3269480448 767501 4089446400 4194304 7136930 140735616426528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12867/statm: 798213 767501 394 719 0 797492 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 3192852

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13129
/proc/meminfo: memFree=27989248/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=3192852 CPUtime=1542.33
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 806135 0 0 0 129389 24844 0 0 25 0 1 0 130737683 3269480448 767656 4089446400 4194304 7136930 140735616426528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12867/statm: 798213 767656 394 719 0 797492 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 3192852

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/197 13131
/proc/meminfo: memFree=27970832/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=3192852 CPUtime=1602.34
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 806147 0 0 0 135258 24976 0 0 25 0 1 0 130737683 3269480448 767668 4089446400 4194304 7136930 140735616426528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12867/statm: 798213 767668 394 719 0 797492 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 3192852

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13132
/proc/meminfo: memFree=27955516/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=3194444 CPUtime=1662.34
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 806374 0 0 0 141124 25110 0 0 25 0 1 0 130737683 3271110656 767895 4089446400 4194304 7136930 140735616426528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12867/statm: 798611 767895 394 719 0 797890 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 3194444

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/197 13134
/proc/meminfo: memFree=27943804/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=3197836 CPUtime=1722.34
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 807253 0 0 0 146990 25244 0 0 25 0 1 0 130737683 3274584064 768774 4089446400 4194304 7136930 140735616426528 18446744073709551615 5905997 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12867/statm: 799459 768774 394 719 0 798738 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 3197836

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/197 13135
/proc/meminfo: memFree=27941136/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=3199520 CPUtime=1782.35
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 807751 0 0 0 152866 25369 0 0 25 0 1 0 130737683 3276308480 769272 4089446400 4194304 7136930 140735616426528 18446744073709551615 4661050 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12867/statm: 799880 769272 394 719 0 799159 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 3199520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.05 2.01 2.00 4/197 13136
/proc/meminfo: memFree=27939268/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=3201472 CPUtime=1800.05
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 808195 0 0 0 154600 25405 0 0 25 0 1 0 130737683 3278307328 769716 4089446400 4194304 7136930 140735616426528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12867/statm: 800368 769716 394 719 0 799647 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 3201472

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -12867

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

[startup+1801.4 s]
/proc/loadavg: 2.05 2.01 2.00 3/198 13137
/proc/meminfo: memFree=27939260/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=3201472 CPUtime=1801.44
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 808200 0 0 0 154739 25405 0 0 25 0 1 0 130737683 3278307328 769721 4089446400 4194304 7136930 140735616426528 18446744073709551615 6165617 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12867/statm: 800368 769721 399 719 0 799647 0
Current children cumulated CPU time (s) 1801.44
Current children cumulated vsize (KiB) 3201472

[startup+1801.81 s]
/proc/loadavg: 2.05 2.01 2.00 3/198 13137
/proc/meminfo: memFree=27939380/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=3201472 CPUtime=1801.85
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 808200 0 0 0 154780 25405 0 0 25 0 1 0 130737683 3278307328 769721 4089446400 4194304 7136930 140735616426528 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12867/statm: 800368 769721 399 719 0 799647 0
Current children cumulated CPU time (s) 1801.85
Current children cumulated vsize (KiB) 3201472

[startup+1802 s]
/proc/loadavg: 2.05 2.01 2.00 3/198 13137
/proc/meminfo: memFree=27939380/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=3201472 CPUtime=1802.04
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4202496 808200 0 0 0 154799 25405 0 0 25 0 1 0 130737683 3278307328 769721 4089446400 4194304 7136930 140735616426528 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12867/statm: 800368 769721 399 719 0 799647 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 3201472

[startup+1802.1 s]
/proc/loadavg: 2.05 2.01 2.00 3/198 13137
/proc/meminfo: memFree=27939380/32950928 swapFree=67111528/67111528
[pid=12867] ppid=12865 vsize=0 CPUtime=1802.14
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 11667 0 -1 4203524 808200 0 0 0 154800 25414 0 0 25 0 1 0 130737683 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/12867/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.11
CPU time (s): 1802.16
CPU user time (s): 1548
CPU system time (s): 254.154
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 3406412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1548
system time used= 254.154
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 808200
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= 1
involuntary context switches= 7395

runsolver used 2.78358 second user time and 5.51316 second system time

The end

Launcher Data

Begin job on node148 at 2010-06-30 12:40:34
IDJOB=2693818
IDBENCH=78736
IDSOLVER=1206
FILE ID=node148/2693818-1277894434
PBS_JOBID= 11197058
Free space on /tmp= 74176 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-21-20--soft-33-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693818-1277894434/watcher-2693818-1277894434 -o /tmp/evaluation-result-2693818-1277894434/solver-2693818-1277894434 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693818-1277894434.wbo -t 1800 -m 3800

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

MD5SUM BENCH= c9bbca9920220172e28f0008e519bfaf
RANDOM SEED=1829521042

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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	: 5415.14
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.836
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.83
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.836
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.78
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.836
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.79
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.836
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.836
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31191400 kB
Buffers:        175664 kB
Cached:        1267796 kB
SwapCached:          0 kB
Active:         623396 kB
Inactive:       989600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31191400 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3272 kB
Writeback:           0 kB
AnonPages:      169304 kB
Mapped:          20264 kB
Slab:            81432 kB
PageTables:       4948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1643124 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= 74172 MiB
End job on node148 at 2010-06-30 13:10:36