Trace number 2693795

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1802.21 1802.12

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-45-40--soft-33-100-0.wbo
MD5SUM0c8d4a99d65aef93f7efad0563f57408
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark0.098984
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1800
Total number of constraints85
Number of soft constraints57
Number of constraints which are clauses45
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint45
Top cost 3299
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 3298
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693795-1277892990.wbo>
0.00/0.00	c original problem has 1914 variables (1857 bin, 0 int, 0 impl, 57 cont) and 143 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 57 impls, 15 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 57 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 57 impls, 15 clqs
0.00/0.01	c (round 3) 0 del vars, 1 del conss, 57 chg bounds, 0 chg sides, 0 chg coeffs, 13 upgd conss, 57 impls, 15 clqs
0.00/0.01	c (round 4) 0 del vars, 1 del conss, 57 chg bounds, 0 chg sides, 0 chg coeffs, 28 upgd conss, 57 impls, 15 clqs
0.00/0.03	c    (0.0s) probing: 101/1857 (5.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.03	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.03	c presolving (5 rounds):
0.00/0.03	c  0 deleted vars, 1 deleted constraints, 57 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.03	c  57 implications, 15 cliques
0.00/0.03	c presolved problem has 1914 variables (1857 bin, 0 int, 0 impl, 57 cont) and 142 constraints
0.00/0.03	c      57 constraints of type <indicator>
0.00/0.03	c      15 constraints of type <setppc>
0.00/0.03	c      57 constraints of type <linear>
0.00/0.03	c      13 constraints of type <logicor>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.03
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 1.2.1.2
0.00/0.03	c 
0.00/0.03	c # frequency for displaying node information lines
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.03	c display/freq = 10000
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = 1800
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = 3420
0.00/0.03	c 
0.00/0.03	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c lp/solvefreq = -1
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify inequalities
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/linear/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify knapsacks
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/rapidlearning/freq = 0
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.03	c 
0.00/0.04	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.04	c   0.0s|     1 |     2 |     0 |     - |3697k|   0 |   - |1914 | 142 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.19/1.28	c   1.2s| 10000 |  9947 |     0 |   0.0 |7147k|1450 |   - |1914 | 221 |   0 |   0 |   0 | 247 |   0 | 0.000000e+00 |      --      |    Inf 
2.59/2.67	c   2.6s| 20000 | 19897 |     0 |   0.0 |  10M|1450 |   - |1914 | 244 |   0 |   0 |   0 | 497 |   0 | 0.000000e+00 |      --      |    Inf 
3.99/4.04	c   3.9s| 30000 | 29844 |     0 |   0.0 |  13M|1450 |   - |1914 | 278 |   0 |   0 |   0 | 731 |   0 | 0.000000e+00 |      --      |    Inf 
5.40/5.42	c   5.2s| 40000 | 39794 |     0 |   0.0 |  15M|1450 |   - |1914 | 337 |   0 |   0 |   0 | 992 |   0 | 0.000000e+00 |      --      |    Inf 
6.79/6.80	c   6.5s| 50000 | 49752 |     0 |   0.0 |  18M|1450 |   - |1914 | 385 |   0 |   0 |   0 |1213 |   0 | 0.000000e+00 |      --      |    Inf 
8.19/8.20	c   7.9s| 60000 | 59706 |     0 |   0.0 |  21M|1450 |   - |1914 | 357 |   0 |   0 |   0 |1443 |   0 | 0.000000e+00 |      --      |    Inf 
9.59/9.62	c   9.2s| 70000 | 69658 |     0 |   0.0 |  24M|1450 |   - |1914 | 407 |   0 |   0 |   0 |1683 |   0 | 0.000000e+00 |      --      |    Inf 
10.90/10.99	c  10.6s| 80000 | 79612 |     0 |   0.0 |  27M|1450 |   - |1914 | 404 |   0 |   0 |   0 |1913 |   0 | 0.000000e+00 |      --      |    Inf 
12.39/12.41	c  11.9s| 90000 | 89566 |     0 |   0.0 |  29M|1450 |   - |1914 | 431 |   0 |   0 |   0 |2143 |   0 | 0.000000e+00 |      --      |    Inf 
13.69/13.79	c  13.3s|100000 | 99506 |     0 |   0.0 |  32M|1450 |   - |1914 | 459 |   0 |   0 |   0 |2443 |   0 | 0.000000e+00 |      --      |    Inf 
15.09/15.13	c  14.5s|110000 |109462 |     0 |   0.0 |  35M|1450 |   - |1914 | 473 |   0 |   0 |   0 |2663 |   0 | 0.000000e+00 |      --      |    Inf 
16.40/16.49	c  15.8s|120000 |119406 |     0 |   0.0 |  38M|1450 |   - |1914 | 491 |   0 |   0 |   0 |2943 |   0 | 0.000000e+00 |      --      |    Inf 
17.80/17.83	c  17.1s|130000 |129358 |     0 |   0.0 |  41M|1450 |   - |1914 | 509 |   0 |   0 |   0 |3183 |   0 | 0.000000e+00 |      --      |    Inf 
19.09/19.18	c  18.4s|140000 |139300 |     0 |   0.0 |  44M|1450 |   - |1914 | 566 |   0 |   0 |   0 |3473 |   0 | 0.000000e+00 |      --      |    Inf 
20.49/20.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
20.49/20.51	c  19.7s|150000 |149245 |     0 |   0.0 |  46M|1450 |   - |1914 | 582 |   0 |   0 |   0 |3753 |   0 | 0.000000e+00 |      --      |    Inf 
21.79/21.81	c  20.9s|160000 |159180 |     0 |   0.0 |  49M|1450 |   - |1914 | 618 |   0 |   0 |   0 |4083 |   0 | 0.000000e+00 |      --      |    Inf 
22.99/23.08	c  22.2s|170000 |169122 |     0 |   0.0 |  52M|1450 |   - |1914 | 610 |   0 |   0 |   0 |4373 |   0 | 0.000000e+00 |      --      |    Inf 
24.29/24.37	c  23.4s|180000 |179056 |     0 |   0.0 |  55M|1450 |   - |1914 | 617 |   0 |   0 |   0 |4703 |   0 | 0.000000e+00 |      --      |    Inf 
25.49/25.59	c  24.6s|190000 |188994 |     0 |   0.0 |  58M|1450 |   - |1914 | 573 |   0 |   0 |   0 |5013 |   0 | 0.000000e+00 |      --      |    Inf 
26.79/26.82	c  25.7s|200000 |198922 |     0 |   0.0 |  61M|1450 |   - |1914 | 620 |   0 |   0 |   0 |5373 |   0 | 0.000000e+00 |      --      |    Inf 
27.99/28.07	c  26.9s|210000 |208858 |     0 |   0.0 |  63M|1450 |   - |1914 | 606 |   0 |   0 |   0 |5693 |   0 | 0.000000e+00 |      --      |    Inf 
29.29/29.30	c  28.1s|220000 |218786 |     0 |   0.0 |  66M|1450 |   - |1914 | 625 |   0 |   0 |   0 |6053 |   0 | 0.000000e+00 |      --      |    Inf 
30.49/30.50	c  29.3s|230000 |228722 |     0 |   0.0 |  69M|1450 |   - |1914 | 620 |   0 |   0 |   0 |6373 |   0 | 0.000000e+00 |      --      |    Inf 
31.59/31.69	c  30.4s|240000 |238648 |     0 |   0.0 |  72M|1450 |   - |1914 | 667 |   0 |   0 |   0 |6753 |   0 | 0.000000e+00 |      --      |    Inf 
32.79/32.84	c  31.5s|250000 |248593 |     0 |   0.0 |  75M|1450 |   - |1914 | 640 |   0 |   0 |   0 |7033 |   0 | 0.000000e+00 |      --      |    Inf 
33.90/33.97	c  32.6s|260000 |258530 |     0 |   0.0 |  78M|1450 |   - |1914 | 631 |   0 |   0 |   0 |7353 |   0 | 0.000000e+00 |      --      |    Inf 
35.10/35.14	c  33.7s|270000 |268446 |     0 |   0.0 |  81M|1450 |   - |1914 | 680 |   0 |   0 |   0 |7773 |   0 | 0.000000e+00 |      --      |    Inf 
36.20/36.30	c  34.8s|280000 |278370 |     0 |   0.0 |  84M|1450 |   - |1914 | 655 |   0 |   0 |   0 |8153 |   0 | 0.000000e+00 |      --      |    Inf 
37.40/37.43	c  35.9s|290000 |288290 |     0 |   0.0 |  87M|1450 |   - |1914 | 664 |   0 |   0 |   0 |8553 |   0 | 0.000000e+00 |      --      |    Inf 
38.50/38.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.50/38.54	c  36.9s|300000 |298212 |     0 |   0.0 |  90M|1450 |   - |1914 | 684 |   0 |   0 |   0 |8963 |   0 | 0.000000e+00 |      --      |    Inf 
39.60/39.64	c  38.0s|310000 |308144 |     0 |   0.0 |  93M|1450 |   - |1914 | 644 |   0 |   0 |   0 |9297 |   0 | 0.000000e+00 |      --      |    Inf 
40.70/40.74	c  39.0s|320000 |318071 |     0 |   0.0 |  96M|1450 |   - |1914 | 640 |   0 |   0 |   0 |9667 |   0 | 0.000000e+00 |      --      |    Inf 
41.79/41.84	c  40.0s|330000 |327987 |     0 |   0.0 |  99M|1450 |   - |1914 | 675 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
42.90/42.96	c  41.1s|340000 |337893 |     0 |   0.0 | 102M|1450 |   - |1914 | 678 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
44.00/44.02	c  42.1s|350000 |347802 |     0 |   0.0 | 105M|1450 |   - |1914 | 707 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
45.00/45.08	c  43.1s|360000 |357713 |     0 |   0.0 | 108M|1450 |   - |1914 | 663 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
46.09/46.15	c  44.2s|370000 |367620 |     0 |   0.0 | 111M|1450 |   - |1914 | 667 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
47.20/47.28	c  45.2s|380000 |377502 |     0 |   0.0 | 115M|1450 |   - |1914 | 670 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
48.80/48.89	c  46.8s|390000 |387247 |     0 |   0.0 | 119M|1450 |   - |1914 | 689 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
50.40/50.44	c  48.3s|400000 |397001 |     0 |   0.0 | 123M|1450 |   - |1914 | 674 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
51.89/51.93	c  49.7s|410000 |406748 |     0 |   0.0 | 127M|1450 |   - |1914 | 666 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
53.29/53.36	c  51.1s|420000 |416500 |     0 |   0.0 | 131M|1450 |   - |1914 | 653 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
54.70/54.74	c  52.4s|430000 |426245 |     0 |   0.0 | 136M|1450 |   - |1914 | 662 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
55.99/56.04	c  53.6s|440000 |436002 |     0 |   0.0 | 140M|1450 |   - |1914 | 666 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
57.29/57.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
57.29/57.31	c  54.9s|450000 |445742 |     0 |   0.0 | 144M|1450 |   - |1914 | 646 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
58.50/58.50	c  56.0s|460000 |455497 |     0 |   0.0 | 148M|1450 |   - |1914 | 664 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
59.59/59.67	c  57.1s|470000 |465226 |     0 |   0.0 | 152M|1450 |   - |1914 | 642 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
60.70/60.76	c  58.1s|480000 |474940 |     0 |   0.0 | 156M|1450 |   - |1914 | 656 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
61.80/61.82	c  59.1s|490000 |484513 |     0 |   0.0 | 161M|1450 |   - |1914 | 755 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
63.09/63.17	c  60.4s|500000 |494383 |     0 |   0.0 | 164M|1454 |   - |1914 | 715 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
64.49/64.50	c  61.7s|510000 |504343 |     0 |   0.0 | 166M|1454 |   - |1914 | 607 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
65.80/65.88	c  63.0s|520000 |514295 |     0 |   0.0 | 169M|1454 |   - |1914 | 642 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
67.20/67.25	c  64.3s|530000 |524237 |     0 |   0.0 | 172M|1454 |   - |1914 | 641 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
68.49/68.59	c  65.6s|540000 |534175 |     0 |   0.0 | 175M|1454 |   - |1914 | 642 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
69.89/69.93	c  66.9s|550000 |544131 |     0 |   0.0 | 178M|1454 |   - |1914 | 592 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
71.29/71.34	c  68.3s|560000 |554071 |     0 |   0.0 | 180M|1454 |   - |1914 | 599 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
72.70/72.75	c  69.6s|570000 |564017 |     0 |   0.0 | 183M|1454 |   - |1914 | 603 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
74.10/74.16	c  71.0s|580000 |573959 |     0 |   0.0 | 186M|1454 |   - |1914 | 617 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
75.50/75.56	c  72.4s|590000 |583909 |     0 |   0.0 | 189M|1454 |   - |1914 | 601 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
76.90/76.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
76.90/76.93	c  73.7s|600000 |593867 |     0 |   0.0 | 192M|1454 |   - |1914 | 597 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
78.29/78.34	c  75.0s|610000 |603821 |     0 |   0.0 | 194M|1454 |   - |1914 | 586 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
79.69/79.72	c  76.4s|620000 |613775 |     0 |   0.0 | 197M|1454 |   - |1914 | 570 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
81.10/81.10	c  77.7s|630000 |623733 |     0 |   0.0 | 200M|1454 |   - |1914 | 587 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
82.40/82.49	c  79.0s|640000 |633691 |     0 |   0.0 | 203M|1454 |   - |1914 | 582 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
83.80/83.89	c  80.4s|650000 |643645 |     0 |   0.0 | 206M|1454 |   - |1914 | 584 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
85.20/85.27	c  81.7s|660000 |653601 |     0 |   0.0 | 208M|1454 |   - |1914 | 578 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
86.60/86.66	c  83.0s|670000 |663559 |     0 |   0.0 | 211M|1454 |   - |1914 | 572 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
88.00/88.04	c  84.4s|680000 |673515 |     0 |   0.0 | 214M|1454 |   - |1914 | 591 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
89.39/89.43	c  85.7s|690000 |683469 |     0 |   0.0 | 217M|1454 |   - |1914 | 608 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
90.79/90.81	c  87.0s|700000 |693431 |     0 |   0.0 | 219M|1454 |   - |1914 | 585 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
92.10/92.19	c  88.4s|710000 |703386 |     0 |   0.0 | 222M|1454 |   - |1914 | 592 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
93.50/93.59	c  89.7s|720000 |713338 |     0 |   0.0 | 225M|1454 |   - |1914 | 620 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
94.90/94.99	c  91.1s|730000 |723284 |     0 |   0.0 | 228M|1454 |   - |1914 | 634 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
96.30/96.38	c  92.4s|740000 |733246 |     0 |   0.0 | 231M|1454 |   - |1914 | 629 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
97.69/97.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
97.69/97.77	c  93.7s|750000 |743202 |     0 |   0.0 | 233M|1454 |   - |1914 | 633 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
99.09/99.14	c  95.0s|760000 |753160 |     0 |   0.0 | 236M|1454 |   - |1914 | 644 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
100.50/100.54	c  96.4s|770000 |763116 |     0 |   0.0 | 239M|1454 |   - |1914 | 660 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
101.89/101.92	c  97.7s|780000 |773072 |     0 |   0.0 | 242M|1454 |   - |1914 | 677 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
103.30/103.31	c  99.0s|790000 |783026 |     0 |   0.0 | 244M|1454 |   - |1914 | 671 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
104.59/104.68	c   100s|800000 |792986 |     0 |   0.0 | 247M|1454 |   - |1914 | 649 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
105.99/106.05	c   102s|810000 |802940 |     0 |   0.0 | 250M|1454 |   - |1914 | 664 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
107.40/107.47	c   103s|820000 |812882 |     0 |   0.0 | 253M|1454 |   - |1914 | 686 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
108.80/108.83	c   104s|830000 |822834 |     0 |   0.0 | 255M|1454 |   - |1914 | 650 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
110.20/110.23	c   106s|840000 |832787 |     0 |   0.0 | 258M|1454 |   - |1914 | 668 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
111.59/111.61	c   107s|850000 |842745 |     0 |   0.0 | 261M|1454 |   - |1914 | 644 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
112.90/112.98	c   108s|860000 |852703 |     0 |   0.0 | 264M|1454 |   - |1914 | 659 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
114.30/114.36	c   110s|870000 |862666 |     0 |   0.0 | 266M|1454 |   - |1914 | 644 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
115.70/115.74	c   111s|880000 |872622 |     0 |   0.0 | 269M|1454 |   - |1914 | 614 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
117.10/117.11	c   112s|890000 |882580 |     0 |   0.0 | 272M|1454 |   - |1914 | 606 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
118.50/118.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
118.50/118.52	c   114s|900000 |892526 |     0 |   0.0 | 275M|1454 |   - |1914 | 631 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
119.90/119.91	c   115s|910000 |902484 |     0 |   0.0 | 278M|1454 |   - |1914 | 608 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
121.29/121.30	c   116s|920000 |912432 |     0 |   0.0 | 280M|1454 |   - |1914 | 611 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
122.60/122.68	c   118s|930000 |922388 |     0 |   0.0 | 283M|1454 |   - |1914 | 621 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
124.00/124.06	c   119s|940000 |932344 |     0 |   0.0 | 286M|1454 |   - |1914 | 624 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
125.40/125.44	c   120s|950000 |942296 |     0 |   0.0 | 289M|1454 |   - |1914 | 615 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
126.80/126.85	c   122s|960000 |952250 |     0 |   0.0 | 291M|1454 |   - |1914 | 591 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
128.19/128.24	c   123s|970000 |962203 |     0 |   0.0 | 294M|1454 |   - |1914 | 607 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
129.49/129.59	c   124s|980000 |972161 |     0 |   0.0 | 297M|1454 |   - |1914 | 604 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
130.90/130.97	c   126s|990000 |982111 |     0 |   0.0 | 300M|1454 |   - |1914 | 588 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
132.29/132.36	c   127s|  1000k|992057 |     0 |   0.0 | 303M|1454 |   - |1914 | 602 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
133.69/133.75	c   128s|  1010k|  1002k|     0 |   0.0 | 305M|1454 |   - |1914 | 580 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
135.10/135.13	c   130s|  1020k|  1011k|     0 |   0.0 | 308M|1454 |   - |1914 | 609 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
136.50/136.55	c   131s|  1030k|  1021k|     0 |   0.0 | 311M|1454 |   - |1914 | 631 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
137.90/137.92	c   132s|  1040k|  1031k|     0 |   0.0 | 314M|1454 |   - |1914 | 588 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
139.29/139.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
139.29/139.34	c   134s|  1050k|  1041k|     0 |   0.0 | 316M|1454 |   - |1914 | 653 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
140.70/140.73	c   135s|  1060k|  1051k|     0 |   0.0 | 319M|1454 |   - |1914 | 622 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
142.09/142.10	c   136s|  1070k|  1061k|     0 |   0.0 | 322M|1454 |   - |1914 | 634 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
143.50/143.50	c   138s|  1080k|  1071k|     0 |   0.0 | 325M|1454 |   - |1914 | 638 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
144.89/144.90	c   139s|  1090k|  1081k|     0 |   0.0 | 327M|1454 |   - |1914 | 647 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
146.20/146.27	c   140s|  1100k|  1091k|     0 |   0.0 | 330M|1454 |   - |1914 | 624 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
147.60/147.64	c   142s|  1110k|  1101k|     0 |   0.0 | 333M|1454 |   - |1914 | 620 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
149.00/149.03	c   143s|  1120k|  1111k|     0 |   0.0 | 336M|1454 |   - |1914 | 629 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
150.40/150.41	c   144s|  1130k|  1121k|     0 |   0.0 | 338M|1454 |   - |1914 | 648 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
151.70/151.79	c   146s|  1140k|  1131k|     0 |   0.0 | 341M|1454 |   - |1914 | 632 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
153.20/153.20	c   147s|  1150k|  1141k|     0 |   0.0 | 344M|1454 |   - |1914 | 617 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
154.60/154.60	c   148s|  1160k|  1151k|     0 |   0.0 | 347M|1454 |   - |1914 | 598 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
156.00/156.00	c   150s|  1170k|  1161k|     0 |   0.0 | 349M|1454 |   - |1914 | 612 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
157.31/157.39	c   151s|  1180k|  1171k|     0 |   0.0 | 352M|1454 |   - |1914 | 615 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
158.70/158.78	c   152s|  1190k|  1181k|     0 |   0.0 | 355M|1454 |   - |1914 | 594 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
160.10/160.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
160.10/160.19	c   154s|  1200k|  1191k|     0 |   0.0 | 358M|1454 |   - |1914 | 601 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
161.50/161.57	c   155s|  1210k|  1201k|     0 |   0.0 | 361M|1454 |   - |1914 | 578 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
162.90/162.97	c   156s|  1220k|  1210k|     0 |   0.0 | 363M|1454 |   - |1914 | 562 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
164.30/164.36	c   158s|  1230k|  1220k|     0 |   0.0 | 366M|1454 |   - |1914 | 630 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
165.70/165.76	c   159s|  1240k|  1230k|     0 |   0.0 | 369M|1454 |   - |1914 | 620 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
167.10/167.14	c   160s|  1250k|  1240k|     0 |   0.0 | 372M|1454 |   - |1914 | 639 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
168.50/168.53	c   162s|  1260k|  1250k|     0 |   0.0 | 374M|1454 |   - |1914 | 642 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
169.90/169.93	c   163s|  1270k|  1260k|     0 |   0.0 | 377M|1454 |   - |1914 | 630 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
171.30/171.32	c   164s|  1280k|  1270k|     0 |   0.0 | 380M|1454 |   - |1914 | 636 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
172.70/172.72	c   166s|  1290k|  1280k|     0 |   0.0 | 383M|1454 |   - |1914 | 660 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
174.00/174.09	c   167s|  1300k|  1290k|     0 |   0.0 | 385M|1454 |   - |1914 | 669 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
175.40/175.46	c   168s|  1310k|  1300k|     0 |   0.0 | 388M|1454 |   - |1914 | 674 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
176.80/176.87	c   170s|  1320k|  1310k|     0 |   0.0 | 391M|1454 |   - |1914 | 705 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
178.20/178.24	c   171s|  1330k|  1320k|     0 |   0.0 | 394M|1454 |   - |1914 | 696 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
179.60/179.65	c   172s|  1340k|  1330k|     0 |   0.0 | 396M|1454 |   - |1914 | 724 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
181.00/181.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
181.00/181.01	c   174s|  1350k|  1340k|     0 |   0.0 | 399M|1454 |   - |1914 | 721 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
182.30/182.38	c   175s|  1360k|  1350k|     0 |   0.0 | 402M|1454 |   - |1914 | 738 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
183.71/183.78	c   176s|  1370k|  1360k|     0 |   0.0 | 405M|1454 |   - |1914 | 759 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
185.09/185.17	c   178s|  1380k|  1370k|     0 |   0.0 | 407M|1454 |   - |1914 | 746 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
186.50/186.56	c   179s|  1390k|  1380k|     0 |   0.0 | 410M|1454 |   - |1914 | 736 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
187.90/187.94	c   180s|  1400k|  1390k|     0 |   0.0 | 413M|1454 |   - |1914 | 712 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
189.30/189.34	c   182s|  1410k|  1400k|     0 |   0.0 | 416M|1454 |   - |1914 | 693 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
190.70/190.73	c   183s|  1420k|  1410k|     0 |   0.0 | 419M|1454 |   - |1914 | 727 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
192.10/192.13	c   184s|  1430k|  1419k|     0 |   0.0 | 421M|1454 |   - |1914 | 703 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
193.39/193.50	c   186s|  1440k|  1429k|     0 |   0.0 | 424M|1454 |   - |1914 | 707 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
194.80/194.89	c   187s|  1450k|  1439k|     0 |   0.0 | 427M|1454 |   - |1914 | 722 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
196.20/196.26	c   188s|  1460k|  1449k|     0 |   0.0 | 430M|1454 |   - |1914 | 702 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
197.60/197.66	c   190s|  1470k|  1459k|     0 |   0.0 | 432M|1454 |   - |1914 | 759 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
199.00/199.05	c   191s|  1480k|  1469k|     0 |   0.0 | 435M|1454 |   - |1914 | 755 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
200.40/200.43	c   192s|  1490k|  1479k|     0 |   0.0 | 438M|1454 |   - |1914 | 735 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
201.70/201.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
201.70/201.78	c   194s|  1500k|  1489k|     0 |   0.0 | 441M|1454 |   - |1914 | 750 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
203.10/203.16	c   195s|  1510k|  1499k|     0 |   0.0 | 443M|1454 |   - |1914 | 785 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
204.51/204.56	c   196s|  1520k|  1509k|     0 |   0.0 | 446M|1454 |   - |1914 | 812 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
205.90/205.94	c   198s|  1530k|  1519k|     0 |   0.0 | 449M|1454 |   - |1914 | 789 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
207.30/207.32	c   199s|  1540k|  1529k|     0 |   0.0 | 452M|1454 |   - |1914 | 767 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
208.60/208.68	c   200s|  1550k|  1539k|     0 |   0.0 | 454M|1454 |   - |1914 | 796 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
210.00/210.06	c   202s|  1560k|  1549k|     0 |   0.0 | 457M|1454 |   - |1914 | 775 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
211.40/211.46	c   203s|  1570k|  1559k|     0 |   0.0 | 460M|1454 |   - |1914 | 816 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
212.80/212.86	c   204s|  1580k|  1569k|     0 |   0.0 | 463M|1454 |   - |1914 | 811 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
214.20/214.23	c   206s|  1590k|  1579k|     0 |   0.0 | 465M|1454 |   - |1914 | 814 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
215.60/215.62	c   207s|  1600k|  1589k|     0 |   0.0 | 468M|1454 |   - |1914 | 799 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
216.90/216.99	c   208s|  1610k|  1599k|     0 |   0.0 | 471M|1454 |   - |1914 | 779 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
218.30/218.37	c   210s|  1620k|  1609k|     0 |   0.0 | 474M|1454 |   - |1914 | 793 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
219.70/219.75	c   211s|  1630k|  1619k|     0 |   0.0 | 476M|1454 |   - |1914 | 794 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
221.10/221.14	c   212s|  1640k|  1628k|     0 |   0.0 | 479M|1454 |   - |1914 | 756 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
222.50/222.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
222.50/222.54	c   214s|  1650k|  1638k|     0 |   0.0 | 482M|1454 |   - |1914 | 787 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
223.90/223.94	c   215s|  1660k|  1648k|     0 |   0.0 | 485M|1454 |   - |1914 | 747 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
225.31/225.34	c   216s|  1670k|  1658k|     0 |   0.0 | 487M|1454 |   - |1914 | 779 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
226.70/226.71	c   218s|  1680k|  1668k|     0 |   0.0 | 490M|1454 |   - |1914 | 758 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
228.10/228.15	c   219s|  1690k|  1678k|     0 |   0.0 | 493M|1454 |   - |1914 | 780 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
229.50/229.56	c   220s|  1700k|  1688k|     0 |   0.0 | 496M|1454 |   - |1914 | 806 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
230.91/230.94	c   222s|  1710k|  1698k|     0 |   0.0 | 498M|1454 |   - |1914 | 766 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
232.30/232.32	c   223s|  1720k|  1708k|     0 |   0.0 | 501M|1454 |   - |1914 | 775 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
233.70/233.72	c   224s|  1730k|  1718k|     0 |   0.0 | 504M|1454 |   - |1914 | 778 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
235.10/235.10	c   226s|  1740k|  1728k|     0 |   0.0 | 507M|1454 |   - |1914 | 782 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
236.41/236.47	c   227s|  1750k|  1738k|     0 |   0.0 | 509M|1454 |   - |1914 | 740 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
237.80/237.86	c   228s|  1760k|  1748k|     0 |   0.0 | 512M|1454 |   - |1914 | 738 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
239.21/239.24	c   230s|  1770k|  1758k|     0 |   0.0 | 515M|1454 |   - |1914 | 725 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
240.61/240.65	c   231s|  1780k|  1768k|     0 |   0.0 | 518M|1454 |   - |1914 | 773 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
242.01/242.05	c   232s|  1790k|  1778k|     0 |   0.0 | 521M|1454 |   - |1914 | 739 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
243.40/243.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
243.40/243.44	c   234s|  1800k|  1788k|     0 |   0.0 | 523M|1454 |   - |1914 | 736 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
244.81/244.82	c   235s|  1810k|  1798k|     0 |   0.0 | 526M|1454 |   - |1914 | 734 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
246.20/246.21	c   236s|  1820k|  1808k|     0 |   0.0 | 529M|1454 |   - |1914 | 754 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
247.60/247.62	c   238s|  1830k|  1818k|     0 |   0.0 | 532M|1454 |   - |1914 | 738 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
249.00/249.02	c   239s|  1840k|  1827k|     0 |   0.0 | 534M|1454 |   - |1914 | 711 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
250.41/250.44	c   240s|  1850k|  1837k|     0 |   0.0 | 537M|1454 |   - |1914 | 739 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
251.70/251.80	c   242s|  1860k|  1847k|     0 |   0.0 | 540M|1454 |   - |1914 | 702 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
253.20/253.21	c   243s|  1870k|  1857k|     0 |   0.0 | 543M|1454 |   - |1914 | 740 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
254.61/254.60	c   245s|  1880k|  1867k|     0 |   0.0 | 545M|1454 |   - |1914 | 702 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
255.91/255.99	c   246s|  1890k|  1877k|     0 |   0.0 | 548M|1454 |   - |1914 | 730 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
257.30/257.37	c   247s|  1900k|  1887k|     0 |   0.0 | 551M|1454 |   - |1914 | 704 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
258.70/258.79	c   249s|  1910k|  1897k|     0 |   0.0 | 554M|1454 |   - |1914 | 745 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
260.11/260.16	c   250s|  1920k|  1907k|     0 |   0.0 | 556M|1454 |   - |1914 | 694 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
261.51/261.55	c   251s|  1930k|  1917k|     0 |   0.0 | 559M|1454 |   - |1914 | 710 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
262.91/262.95	c   253s|  1940k|  1927k|     0 |   0.0 | 562M|1454 |   - |1914 | 751 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
264.30/264.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
264.30/264.32	c   254s|  1950k|  1937k|     0 |   0.0 | 565M|1454 |   - |1914 | 745 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
265.70/265.71	c   255s|  1960k|  1947k|     0 |   0.0 | 567M|1454 |   - |1914 | 718 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
267.00/267.09	c   257s|  1970k|  1957k|     0 |   0.0 | 570M|1454 |   - |1914 | 726 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
268.41/268.48	c   258s|  1980k|  1967k|     0 |   0.0 | 573M|1454 |   - |1914 | 743 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
269.81/269.87	c   259s|  1990k|  1977k|     0 |   0.0 | 576M|1454 |   - |1914 | 748 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
271.20/271.28	c   261s|  2000k|  1987k|     0 |   0.0 | 578M|1454 |   - |1914 | 766 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
272.60/272.65	c   262s|  2010k|  1997k|     0 |   0.0 | 581M|1454 |   - |1914 | 752 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
274.00/274.04	c   263s|  2020k|  2007k|     0 |   0.0 | 584M|1454 |   - |1914 | 781 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
275.41/275.43	c   265s|  2030k|  2017k|     0 |   0.0 | 587M|1454 |   - |1914 | 792 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
276.80/276.80	c   266s|  2040k|  2026k|     0 |   0.0 | 589M|1454 |   - |1914 | 775 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
278.10/278.18	c   267s|  2050k|  2036k|     0 |   0.0 | 592M|1454 |   - |1914 | 793 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
279.51/279.57	c   269s|  2060k|  2046k|     0 |   0.0 | 595M|1454 |   - |1914 | 792 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
280.91/280.97	c   270s|  2070k|  2056k|     0 |   0.0 | 598M|1454 |   - |1914 | 798 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
282.30/282.37	c   271s|  2080k|  2066k|     0 |   0.0 | 600M|1454 |   - |1914 | 840 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
283.71/283.76	c   273s|  2090k|  2076k|     0 |   0.0 | 603M|1454 |   - |1914 | 806 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
285.10/285.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
285.10/285.16	c   274s|  2100k|  2086k|     0 |   0.0 | 606M|1454 |   - |1914 | 794 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
286.51/286.54	c   275s|  2110k|  2096k|     0 |   0.0 | 609M|1454 |   - |1914 | 777 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
287.90/287.95	c   277s|  2120k|  2106k|     0 |   0.0 | 611M|1454 |   - |1914 | 815 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
289.31/289.33	c   278s|  2130k|  2116k|     0 |   0.0 | 614M|1454 |   - |1914 | 774 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
290.70/290.71	c   279s|  2140k|  2126k|     0 |   0.0 | 617M|1454 |   - |1914 | 794 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
292.00/292.09	c   281s|  2150k|  2136k|     0 |   0.0 | 620M|1454 |   - |1914 | 785 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
293.40/293.47	c   282s|  2160k|  2146k|     0 |   0.0 | 622M|1454 |   - |1914 | 741 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
294.81/294.84	c   283s|  2170k|  2156k|     0 |   0.0 | 625M|1454 |   - |1914 | 788 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
296.21/296.20	c   285s|  2180k|  2166k|     0 |   0.0 | 628M|1454 |   - |1914 | 775 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
297.60/297.60	c   286s|  2190k|  2176k|     0 |   0.0 | 631M|1454 |   - |1914 | 791 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
299.00/299.00	c   287s|  2200k|  2186k|     0 |   0.0 | 633M|1454 |   - |1914 | 775 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
300.31/300.38	c   289s|  2210k|  2196k|     0 |   0.0 | 636M|1454 |   - |1914 | 771 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
301.71/301.75	c   290s|  2220k|  2206k|     0 |   0.0 | 639M|1454 |   - |1914 | 765 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
303.11/303.15	c   291s|  2230k|  2216k|     0 |   0.0 | 642M|1454 |   - |1914 | 734 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
304.50/304.52	c   293s|  2240k|  2226k|     0 |   0.0 | 645M|1454 |   - |1914 | 787 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
305.91/305.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
305.91/305.90	c   294s|  2250k|  2235k|     0 |   0.0 | 647M|1454 |   - |1914 | 798 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
307.30/307.32	c   295s|  2260k|  2245k|     0 |   0.0 | 650M|1454 |   - |1914 | 766 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
308.71/308.73	c   297s|  2270k|  2255k|     0 |   0.0 | 653M|1454 |   - |1914 | 765 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
310.11/310.12	c   298s|  2280k|  2265k|     0 |   0.0 | 656M|1454 |   - |1914 | 735 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
311.50/311.50	c   299s|  2290k|  2275k|     0 |   0.0 | 658M|1454 |   - |1914 | 733 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
312.81/312.89	c   301s|  2300k|  2285k|     0 |   0.0 | 661M|1454 |   - |1914 | 770 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
314.20/314.27	c   302s|  2310k|  2295k|     0 |   0.0 | 664M|1454 |   - |1914 | 736 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
315.61/315.67	c   303s|  2320k|  2305k|     0 |   0.0 | 667M|1454 |   - |1914 | 752 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
317.01/317.04	c   305s|  2330k|  2315k|     0 |   0.0 | 669M|1454 |   - |1914 | 750 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
318.40/318.47	c   306s|  2340k|  2325k|     0 |   0.0 | 672M|1454 |   - |1914 | 749 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
319.80/319.85	c   307s|  2350k|  2335k|     0 |   0.0 | 675M|1454 |   - |1914 | 705 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
321.21/321.27	c   309s|  2360k|  2345k|     0 |   0.0 | 678M|1454 |   - |1914 | 701 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
322.60/322.65	c   310s|  2370k|  2355k|     0 |   0.0 | 680M|1454 |   - |1914 | 739 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
324.01/324.05	c   311s|  2380k|  2365k|     0 |   0.0 | 683M|1454 |   - |1914 | 683 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
325.41/325.44	c   313s|  2390k|  2375k|     0 |   0.0 | 686M|1454 |   - |1914 | 693 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
326.81/326.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
326.81/326.82	c   314s|  2400k|  2385k|     0 |   0.0 | 689M|1454 |   - |1914 | 684 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
328.21/328.22	c   315s|  2410k|  2395k|     0 |   0.0 | 691M|1454 |   - |1914 | 673 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
329.61/329.64	c   317s|  2420k|  2405k|     0 |   0.0 | 694M|1454 |   - |1914 | 678 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
331.01/331.01	c   318s|  2430k|  2415k|     0 |   0.0 | 697M|1454 |   - |1914 | 678 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
332.41/332.40	c   319s|  2440k|  2425k|     0 |   0.0 | 700M|1454 |   - |1914 | 662 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
333.81/333.81	c   321s|  2450k|  2435k|     0 |   0.0 | 703M|1454 |   - |1914 | 658 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
335.20/335.20	c   322s|  2460k|  2444k|     0 |   0.0 | 705M|1454 |   - |1914 | 662 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
336.51/336.60	c   323s|  2470k|  2454k|     0 |   0.0 | 708M|1454 |   - |1914 | 650 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
338.00/338.02	c   325s|  2480k|  2464k|     0 |   0.0 | 711M|1454 |   - |1914 | 664 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
339.31/339.39	c   326s|  2490k|  2474k|     0 |   0.0 | 714M|1454 |   - |1914 | 632 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
340.81/340.80	c   327s|  2500k|  2484k|     0 |   0.0 | 716M|1454 |   - |1914 | 641 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
342.21/342.23	c   329s|  2510k|  2494k|     0 |   0.0 | 719M|1454 |   - |1914 | 641 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
343.50/343.59	c   330s|  2520k|  2504k|     0 |   0.0 | 722M|1454 |   - |1914 | 619 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
344.91/344.98	c   331s|  2530k|  2514k|     0 |   0.0 | 725M|1454 |   - |1914 | 608 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
346.31/346.36	c   333s|  2540k|  2524k|     0 |   0.0 | 727M|1454 |   - |1914 | 627 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
347.71/347.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
347.71/347.76	c   334s|  2550k|  2534k|     0 |   0.0 | 730M|1454 |   - |1914 | 630 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
349.11/349.14	c   335s|  2560k|  2544k|     0 |   0.0 | 733M|1454 |   - |1914 | 628 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
350.51/350.53	c   337s|  2570k|  2554k|     0 |   0.0 | 736M|1454 |   - |1914 | 652 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
351.80/351.90	c   338s|  2580k|  2564k|     0 |   0.0 | 738M|1454 |   - |1914 | 652 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
353.31/353.30	c   339s|  2590k|  2574k|     0 |   0.0 | 741M|1454 |   - |1914 | 681 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
354.60/354.68	c   341s|  2600k|  2584k|     0 |   0.0 | 744M|1454 |   - |1914 | 673 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
356.01/356.07	c   342s|  2610k|  2594k|     0 |   0.0 | 747M|1454 |   - |1914 | 635 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
357.41/357.49	c   343s|  2620k|  2604k|     0 |   0.0 | 749M|1454 |   - |1914 | 681 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
358.81/358.88	c   345s|  2630k|  2614k|     0 |   0.0 | 752M|1454 |   - |1914 | 690 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
360.21/360.26	c   346s|  2640k|  2624k|     0 |   0.0 | 755M|1454 |   - |1914 | 720 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
361.61/361.66	c   347s|  2650k|  2634k|     0 |   0.0 | 758M|1454 |   - |1914 | 739 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
363.01/363.01	c   349s|  2660k|  2644k|     0 |   0.0 | 761M|1454 |   - |1914 | 736 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
364.40/364.44	c   350s|  2670k|  2653k|     0 |   0.0 | 763M|1454 |   - |1914 | 751 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
365.71/365.79	c   351s|  2680k|  2663k|     0 |   0.0 | 766M|1454 |   - |1914 | 757 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
367.21/367.21	c   353s|  2690k|  2673k|     0 |   0.0 | 769M|1454 |   - |1914 | 788 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
368.61/368.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
368.61/368.60	c   354s|  2700k|  2683k|     0 |   0.0 | 771M|1454 |   - |1914 | 751 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
370.00/370.02	c   356s|  2710k|  2693k|     0 |   0.0 | 774M|1454 |   - |1914 | 799 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
371.31/371.39	c   357s|  2720k|  2703k|     0 |   0.0 | 777M|1454 |   - |1914 | 763 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
372.71/372.75	c   358s|  2730k|  2713k|     0 |   0.0 | 780M|1454 |   - |1914 | 779 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
374.11/374.15	c   360s|  2740k|  2723k|     0 |   0.0 | 783M|1454 |   - |1914 | 816 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
375.51/375.54	c   361s|  2750k|  2733k|     0 |   0.0 | 785M|1454 |   - |1914 | 853 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
376.91/376.94	c   362s|  2760k|  2743k|     0 |   0.0 | 788M|1454 |   - |1914 | 858 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
378.21/378.29	c   363s|  2770k|  2753k|     0 |   0.0 | 791M|1454 |   - |1914 | 841 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
379.71/379.71	c   365s|  2780k|  2763k|     0 |   0.0 | 794M|1454 |   - |1914 | 829 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
381.01/381.08	c   366s|  2790k|  2773k|     0 |   0.0 | 796M|1454 |   - |1914 | 845 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
382.41/382.46	c   367s|  2800k|  2783k|     0 |   0.0 | 799M|1454 |   - |1914 | 849 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
383.82/383.86	c   369s|  2810k|  2793k|     0 |   0.0 | 802M|1454 |   - |1914 | 818 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
385.21/385.23	c   370s|  2820k|  2803k|     0 |   0.0 | 805M|1454 |   - |1914 | 800 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
386.61/386.64	c   371s|  2830k|  2813k|     0 |   0.0 | 807M|1454 |   - |1914 | 802 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
388.01/388.03	c   373s|  2840k|  2823k|     0 |   0.0 | 810M|1454 |   - |1914 | 811 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
389.42/389.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
389.42/389.44	c   374s|  2850k|  2833k|     0 |   0.0 | 813M|1454 |   - |1914 | 787 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
390.81/390.84	c   376s|  2860k|  2843k|     0 |   0.0 | 816M|1454 |   - |1914 | 822 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
392.21/392.22	c   377s|  2870k|  2852k|     0 |   0.0 | 818M|1454 |   - |1914 | 801 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
393.61/393.60	c   378s|  2880k|  2862k|     0 |   0.0 | 821M|1454 |   - |1914 | 864 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
395.01/395.00	c   380s|  2890k|  2872k|     0 |   0.0 | 824M|1454 |   - |1914 | 791 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
396.31/396.39	c   381s|  2900k|  2882k|     0 |   0.0 | 827M|1454 |   - |1914 | 788 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
397.71/397.76	c   382s|  2910k|  2892k|     0 |   0.0 | 829M|1454 |   - |1914 | 771 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
399.11/399.17	c   384s|  2920k|  2902k|     0 |   0.0 | 832M|1454 |   - |1914 | 752 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
400.51/400.56	c   385s|  2930k|  2912k|     0 |   0.0 | 835M|1454 |   - |1914 | 739 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
401.91/401.95	c   386s|  2940k|  2922k|     0 |   0.0 | 838M|1454 |   - |1914 | 762 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
403.31/403.34	c   388s|  2950k|  2932k|     0 |   0.0 | 840M|1454 |   - |1914 | 760 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
404.71/404.73	c   389s|  2960k|  2942k|     0 |   0.0 | 843M|1454 |   - |1914 | 803 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
406.11/406.14	c   390s|  2970k|  2952k|     0 |   0.0 | 846M|1454 |   - |1914 | 811 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
407.51/407.52	c   392s|  2980k|  2962k|     0 |   0.0 | 849M|1454 |   - |1914 | 793 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
408.91/408.91	c   393s|  2990k|  2972k|     0 |   0.0 | 851M|1454 |   - |1914 | 820 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
410.22/410.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
410.22/410.29	c   394s|  3000k|  2982k|     0 |   0.0 | 854M|1454 |   - |1914 | 859 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
411.61/411.68	c   396s|  3010k|  2992k|     0 |   0.0 | 857M|1454 |   - |1914 | 848 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
413.01/413.05	c   397s|  3020k|  3002k|     0 |   0.0 | 860M|1454 |   - |1914 | 836 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
414.41/414.44	c   398s|  3030k|  3012k|     0 |   0.0 | 862M|1454 |   - |1914 | 866 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
415.81/415.84	c   400s|  3040k|  3022k|     0 |   0.0 | 865M|1454 |   - |1914 | 876 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
417.21/417.21	c   401s|  3050k|  3032k|     0 |   0.0 | 868M|1454 |   - |1914 | 878 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
418.61/418.60	c   402s|  3060k|  3042k|     0 |   0.0 | 871M|1454 |   - |1914 | 858 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
420.01/420.00	c   404s|  3070k|  3052k|     0 |   0.0 | 873M|1454 |   - |1914 | 862 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
421.31/421.36	c   405s|  3080k|  3061k|     0 |   0.0 | 876M|1454 |   - |1914 | 894 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
422.71/422.80	c   406s|  3090k|  3071k|     0 |   0.0 | 879M|1454 |   - |1914 | 889 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
424.11/424.19	c   408s|  3100k|  3081k|     0 |   0.0 | 882M|1454 |   - |1914 | 921 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
425.52/425.52	c   409s|  3110k|  3091k|     0 |   0.0 | 884M|1454 |   - |1914 | 909 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
426.81/426.89	c   410s|  3120k|  3101k|     0 |   0.0 | 887M|1454 |   - |1914 | 887 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
428.22/428.27	c   412s|  3130k|  3111k|     0 |   0.0 | 890M|1454 |   - |1914 | 886 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
429.61/429.63	c   413s|  3140k|  3121k|     0 |   0.0 | 893M|1454 |   - |1914 | 865 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
431.02/431.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
431.02/431.01	c   414s|  3150k|  3131k|     0 |   0.0 | 895M|1454 |   - |1914 | 863 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
432.31/432.38	c   415s|  3160k|  3141k|     0 |   0.0 | 898M|1454 |   - |1914 | 863 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
433.71/433.78	c   417s|  3170k|  3151k|     0 |   0.0 | 901M|1454 |   - |1914 | 831 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
435.11/435.18	c   418s|  3180k|  3161k|     0 |   0.0 | 904M|1454 |   - |1914 | 807 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
436.51/436.56	c   420s|  3190k|  3171k|     0 |   0.0 | 906M|1454 |   - |1914 | 822 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
437.91/437.95	c   421s|  3200k|  3181k|     0 |   0.0 | 909M|1454 |   - |1914 | 814 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
439.31/439.33	c   422s|  3210k|  3191k|     0 |   0.0 | 912M|1454 |   - |1914 | 803 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
440.71/440.72	c   424s|  3220k|  3201k|     0 |   0.0 | 915M|1454 |   - |1914 | 804 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
442.01/442.10	c   425s|  3230k|  3211k|     0 |   0.0 | 917M|1454 |   - |1914 | 773 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
443.42/443.49	c   426s|  3240k|  3221k|     0 |   0.0 | 920M|1454 |   - |1914 | 805 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
444.81/444.87	c   428s|  3250k|  3231k|     0 |   0.0 | 923M|1454 |   - |1914 | 772 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
446.21/446.29	c   429s|  3260k|  3241k|     0 |   0.0 | 926M|1454 |   - |1914 | 805 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
447.61/447.64	c   430s|  3270k|  3251k|     0 |   0.0 | 928M|1454 |   - |1914 | 766 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
449.01/449.04	c   431s|  3280k|  3261k|     0 |   0.0 | 931M|1454 |   - |1914 | 757 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
450.41/450.43	c   433s|  3290k|  3271k|     0 |   0.0 | 934M|1454 |   - |1914 | 752 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
451.81/451.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
451.81/451.82	c   434s|  3300k|  3280k|     0 |   0.0 | 937M|1454 |   - |1914 | 770 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
453.22/453.21	c   435s|  3310k|  3290k|     0 |   0.0 | 939M|1454 |   - |1914 | 792 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
454.51/454.58	c   437s|  3320k|  3300k|     0 |   0.0 | 942M|1454 |   - |1914 | 784 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
455.91/455.99	c   438s|  3330k|  3310k|     0 |   0.0 | 945M|1454 |   - |1914 | 769 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
457.31/457.36	c   439s|  3340k|  3320k|     0 |   0.0 | 948M|1454 |   - |1914 | 786 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
458.72/458.77	c   441s|  3350k|  3330k|     0 |   0.0 | 950M|1454 |   - |1914 | 791 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
460.11/460.17	c   442s|  3360k|  3340k|     0 |   0.0 | 953M|1454 |   - |1914 | 837 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
461.51/461.54	c   443s|  3370k|  3350k|     0 |   0.0 | 956M|1454 |   - |1914 | 786 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
462.91/462.95	c   445s|  3380k|  3360k|     0 |   0.0 | 959M|1454 |   - |1914 | 807 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
464.31/464.33	c   446s|  3390k|  3370k|     0 |   0.0 | 961M|1454 |   - |1914 | 782 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
465.72/465.71	c   447s|  3400k|  3380k|     0 |   0.0 | 964M|1454 |   - |1914 | 835 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
467.12/467.10	c   449s|  3410k|  3390k|     0 |   0.0 | 967M|1454 |   - |1914 | 802 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
468.41/468.47	c   450s|  3420k|  3400k|     0 |   0.0 | 970M|1454 |   - |1914 | 824 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
469.82/469.85	c   451s|  3430k|  3410k|     0 |   0.0 | 972M|1454 |   - |1914 | 833 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
471.22/471.26	c   453s|  3440k|  3420k|     0 |   0.0 | 975M|1454 |   - |1914 | 849 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
472.61/472.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
472.61/472.62	c   454s|  3450k|  3430k|     0 |   0.0 | 978M|1454 |   - |1914 | 807 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
473.91/474.00	c   455s|  3460k|  3440k|     0 |   0.0 | 981M|1454 |   - |1914 | 806 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
475.31/475.37	c   457s|  3470k|  3450k|     0 |   0.0 | 983M|1454 |   - |1914 | 807 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
476.72/476.76	c   458s|  3480k|  3460k|     0 |   0.0 | 986M|1454 |   - |1914 | 797 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
478.11/478.11	c   459s|  3490k|  3470k|     0 |   0.0 | 989M|1454 |   - |1914 | 840 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
479.42/479.48	c   461s|  3500k|  3480k|     0 |   0.0 | 992M|1454 |   - |1914 | 817 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
480.81/480.90	c   462s|  3510k|  3489k|     0 |   0.0 | 994M|1454 |   - |1914 | 823 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
482.22/482.28	c   463s|  3520k|  3499k|     0 |   0.0 | 997M|1454 |   - |1914 | 793 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
483.61/483.65	c   465s|  3530k|  3509k|     0 |   0.0 |1000M|1454 |   - |1914 | 828 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
485.02/485.06	c   466s|  3540k|  3519k|     0 |   0.0 |1003M|1454 |   - |1914 | 763 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
486.42/486.44	c   467s|  3550k|  3529k|     0 |   0.0 |1005M|1454 |   - |1914 | 791 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
487.81/487.83	c   469s|  3560k|  3539k|     0 |   0.0 |1008M|1454 |   - |1914 | 800 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
489.21/489.23	c   470s|  3570k|  3549k|     0 |   0.0 |1011M|1454 |   - |1914 | 816 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
490.52/490.59	c   471s|  3580k|  3559k|     0 |   0.0 |1014M|1454 |   - |1914 | 784 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
491.91/491.97	c   473s|  3590k|  3569k|     0 |   0.0 |1016M|1454 |   - |1914 | 769 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
493.31/493.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
493.31/493.37	c   474s|  3600k|  3579k|     0 |   0.0 |1019M|1454 |   - |1914 | 787 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
494.71/494.75	c   475s|  3610k|  3589k|     0 |   0.0 |1022M|1454 |   - |1914 | 796 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
496.12/496.14	c   477s|  3620k|  3599k|     0 |   0.0 |1025M|1454 |   - |1914 | 768 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
497.52/497.53	c   478s|  3630k|  3609k|     0 |   0.0 |1027M|1454 |   - |1914 | 810 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
498.91/498.92	c   479s|  3640k|  3619k|     0 |   0.0 |1030M|1454 |   - |1914 | 795 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
500.21/500.29	c   481s|  3650k|  3629k|     0 |   0.0 |1033M|1454 |   - |1914 | 801 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
501.62/501.69	c   482s|  3660k|  3639k|     0 |   0.0 |1036M|1454 |   - |1914 | 819 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
503.02/503.09	c   483s|  3670k|  3649k|     0 |   0.0 |1038M|1454 |   - |1914 | 802 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
504.42/504.47	c   485s|  3680k|  3659k|     0 |   0.0 |1041M|1454 |   - |1914 | 828 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
505.82/505.88	c   486s|  3690k|  3669k|     0 |   0.0 |1044M|1454 |   - |1914 | 867 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
507.21/507.24	c   487s|  3700k|  3679k|     0 |   0.0 |1047M|1454 |   - |1914 | 801 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
508.62/508.63	c   489s|  3710k|  3688k|     0 |   0.0 |1049M|1454 |   - |1914 | 813 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
510.02/510.00	c   490s|  3720k|  3698k|     0 |   0.0 |1052M|1454 |   - |1914 | 787 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
511.42/511.40	c   491s|  3730k|  3708k|     0 |   0.0 |1055M|1454 |   - |1914 | 819 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
512.81/512.80	c   493s|  3740k|  3718k|     0 |   0.0 |1058M|1454 |   - |1914 | 768 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
514.21/514.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
514.21/514.23	c   494s|  3750k|  3728k|     0 |   0.0 |1061M|1454 |   - |1914 | 792 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
515.61/515.62	c   495s|  3760k|  3738k|     0 |   0.0 |1063M|1454 |   - |1914 | 789 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
517.02/517.02	c   497s|  3770k|  3748k|     0 |   0.0 |1066M|1454 |   - |1914 | 775 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
518.41/518.41	c   498s|  3780k|  3758k|     0 |   0.0 |1069M|1454 |   - |1914 | 775 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
519.82/519.83	c   500s|  3790k|  3768k|     0 |   0.0 |1072M|1454 |   - |1914 | 777 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
521.21/521.21	c   501s|  3800k|  3778k|     0 |   0.0 |1074M|1454 |   - |1914 | 755 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
522.52/522.57	c   502s|  3810k|  3788k|     0 |   0.0 |1077M|1454 |   - |1914 | 741 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
523.92/523.97	c   504s|  3820k|  3798k|     0 |   0.0 |1080M|1454 |   - |1914 | 762 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
525.32/525.36	c   505s|  3830k|  3808k|     0 |   0.0 |1083M|1454 |   - |1914 | 717 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
526.71/526.76	c   506s|  3840k|  3818k|     0 |   0.0 |1085M|1454 |   - |1914 | 713 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
528.11/528.15	c   508s|  3850k|  3828k|     0 |   0.0 |1088M|1454 |   - |1914 | 730 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
529.51/529.53	c   509s|  3860k|  3838k|     0 |   0.0 |1091M|1454 |   - |1914 | 698 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
530.91/530.93	c   510s|  3870k|  3848k|     0 |   0.0 |1094M|1454 |   - |1914 | 696 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
532.32/532.34	c   512s|  3880k|  3858k|     0 |   0.0 |1096M|1454 |   - |1914 | 744 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
533.72/533.72	c   513s|  3890k|  3868k|     0 |   0.0 |1099M|1454 |   - |1914 | 717 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
535.12/535.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
535.12/535.11	c   514s|  3900k|  3878k|     0 |   0.0 |1102M|1454 |   - |1914 | 737 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
536.41/536.47	c   515s|  3910k|  3888k|     0 |   0.0 |1105M|1454 |   - |1914 | 763 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
537.82/537.85	c   517s|  3920k|  3897k|     0 |   0.0 |1107M|1454 |   - |1914 | 791 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
539.22/539.25	c   518s|  3930k|  3907k|     0 |   0.0 |1110M|1454 |   - |1914 | 763 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
540.61/540.66	c   520s|  3940k|  3917k|     0 |   0.0 |1113M|1454 |   - |1914 | 736 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
542.01/542.04	c   521s|  3950k|  3927k|     0 |   0.0 |1116M|1454 |   - |1914 | 739 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
543.42/543.46	c   522s|  3960k|  3937k|     0 |   0.0 |1118M|1454 |   - |1914 | 791 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
544.82/544.82	c   523s|  3970k|  3947k|     0 |   0.0 |1121M|1454 |   - |1914 | 775 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
546.12/546.19	c   525s|  3980k|  3957k|     0 |   0.0 |1124M|1454 |   - |1914 | 770 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
547.52/547.54	c   526s|  3990k|  3967k|     0 |   0.0 |1127M|1454 |   - |1914 | 807 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
548.92/548.93	c   527s|  4000k|  3977k|     0 |   0.0 |1129M|1454 |   - |1914 | 809 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
550.31/550.32	c   529s|  4010k|  3987k|     0 |   0.0 |1132M|1454 |   - |1914 | 811 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
551.71/551.72	c   530s|  4020k|  3997k|     0 |   0.0 |1135M|1454 |   - |1914 | 806 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
553.12/553.12	c   531s|  4030k|  4007k|     0 |   0.0 |1138M|1454 |   - |1914 | 818 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
554.42/554.49	c   533s|  4040k|  4017k|     0 |   0.0 |1140M|1454 |   - |1914 | 805 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
555.82/555.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
555.82/555.87	c   534s|  4050k|  4027k|     0 |   0.0 |1143M|1454 |   - |1914 | 846 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
557.22/557.25	c   535s|  4060k|  4037k|     0 |   0.0 |1146M|1454 |   - |1914 | 856 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
558.61/558.62	c   537s|  4070k|  4047k|     0 |   0.0 |1149M|1454 |   - |1914 | 854 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
559.93/559.99	c   538s|  4080k|  4057k|     0 |   0.0 |1151M|1454 |   - |1914 | 845 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
561.32/561.39	c   539s|  4090k|  4067k|     0 |   0.0 |1154M|1454 |   - |1914 | 878 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
562.71/562.77	c   541s|  4100k|  4077k|     0 |   0.0 |1157M|1454 |   - |1914 | 849 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
564.12/564.13	c   542s|  4110k|  4087k|     0 |   0.0 |1160M|1454 |   - |1914 | 858 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
565.52/565.55	c   543s|  4120k|  4096k|     0 |   0.0 |1162M|1454 |   - |1914 | 883 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
566.91/566.92	c   545s|  4130k|  4106k|     0 |   0.0 |1165M|1454 |   - |1914 | 872 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
568.31/568.31	c   546s|  4140k|  4116k|     0 |   0.0 |1168M|1454 |   - |1914 | 853 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
569.72/569.71	c   547s|  4150k|  4126k|     0 |   0.0 |1171M|1454 |   - |1914 | 867 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
571.01/571.08	c   549s|  4160k|  4136k|     0 |   0.0 |1173M|1454 |   - |1914 | 843 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
572.52/572.51	c   550s|  4170k|  4146k|     0 |   0.0 |1176M|1454 |   - |1914 | 881 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
573.82/573.88	c   551s|  4180k|  4156k|     0 |   0.0 |1179M|1454 |   - |1914 | 871 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
575.22/575.28	c   553s|  4190k|  4166k|     0 |   0.0 |1182M|1454 |   - |1914 | 865 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
576.62/576.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
576.62/576.67	c   554s|  4200k|  4176k|     0 |   0.0 |1184M|1454 |   - |1914 | 840 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
578.02/578.07	c   555s|  4210k|  4186k|     0 |   0.0 |1187M|1454 |   - |1914 | 875 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
579.51/579.50	c   557s|  4220k|  4196k|     0 |   0.0 |1190M|1454 |   - |1914 | 858 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
580.82/580.87	c   558s|  4230k|  4206k|     0 |   0.0 |1193M|1454 |   - |1914 | 846 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
582.22/582.25	c   559s|  4240k|  4216k|     0 |   0.0 |1195M|1454 |   - |1914 | 818 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
583.62/583.63	c   561s|  4250k|  4226k|     0 |   0.0 |1198M|1454 |   - |1914 | 841 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
585.02/585.01	c   562s|  4260k|  4236k|     0 |   0.0 |1201M|1454 |   - |1914 | 829 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
586.42/586.40	c   563s|  4270k|  4246k|     0 |   0.0 |1204M|1454 |   - |1914 | 812 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
587.71/587.79	c   565s|  4280k|  4256k|     0 |   0.0 |1207M|1454 |   - |1914 | 782 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
589.12/589.18	c   566s|  4290k|  4266k|     0 |   0.0 |1209M|1454 |   - |1914 | 764 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
590.52/590.58	c   567s|  4300k|  4276k|     0 |   0.0 |1212M|1454 |   - |1914 | 747 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
591.92/591.96	c   569s|  4310k|  4286k|     0 |   0.0 |1215M|1454 |   - |1914 | 782 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
593.32/593.34	c   570s|  4320k|  4296k|     0 |   0.0 |1218M|1454 |   - |1914 | 799 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
594.72/594.76	c   571s|  4330k|  4305k|     0 |   0.0 |1220M|1454 |   - |1914 | 769 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
596.12/596.13	c   573s|  4340k|  4315k|     0 |   0.0 |1223M|1454 |   - |1914 | 704 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
597.52/597.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
597.52/597.54	c   574s|  4350k|  4325k|     0 |   0.0 |1226M|1454 |   - |1914 | 725 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
598.92/598.92	c   575s|  4360k|  4335k|     0 |   0.0 |1229M|1454 |   - |1914 | 742 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
600.32/600.32	c   577s|  4370k|  4345k|     0 |   0.0 |1231M|1454 |   - |1914 | 748 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
601.63/601.68	c   578s|  4380k|  4355k|     0 |   0.0 |1234M|1454 |   - |1914 | 692 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
603.02/603.09	c   579s|  4390k|  4365k|     0 |   0.0 |1237M|1454 |   - |1914 | 736 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
604.42/604.48	c   581s|  4400k|  4375k|     0 |   0.0 |1240M|1454 |   - |1914 | 722 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
605.82/605.88	c   582s|  4410k|  4385k|     0 |   0.0 |1243M|1454 |   - |1914 | 733 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
607.23/607.28	c   583s|  4420k|  4395k|     0 |   0.0 |1245M|1454 |   - |1914 | 782 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
608.62/608.67	c   585s|  4430k|  4405k|     0 |   0.0 |1248M|1454 |   - |1914 | 760 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
610.02/610.05	c   586s|  4440k|  4415k|     0 |   0.0 |1251M|1454 |   - |1914 | 732 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
611.32/611.39	c   587s|  4450k|  4425k|     0 |   0.0 |1254M|1454 |   - |1914 | 714 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
612.82/612.80	c   589s|  4460k|  4435k|     0 |   0.0 |1256M|1454 |   - |1914 | 782 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
614.12/614.16	c   590s|  4470k|  4445k|     0 |   0.0 |1259M|1454 |   - |1914 | 734 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
615.52/615.57	c   591s|  4480k|  4455k|     0 |   0.0 |1262M|1454 |   - |1914 | 746 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
616.92/616.97	c   593s|  4490k|  4465k|     0 |   0.0 |1265M|1454 |   - |1914 | 751 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
618.32/618.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
618.32/618.34	c   594s|  4500k|  4475k|     0 |   0.0 |1267M|1454 |   - |1914 | 739 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
619.72/619.74	c   595s|  4510k|  4485k|     0 |   0.0 |1270M|1454 |   - |1914 | 734 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
621.12/621.12	c   597s|  4520k|  4494k|     0 |   0.0 |1273M|1454 |   - |1914 | 771 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
622.53/622.51	c   598s|  4530k|  4504k|     0 |   0.0 |1276M|1454 |   - |1914 | 742 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
623.82/623.89	c   599s|  4540k|  4514k|     0 |   0.0 |1278M|1454 |   - |1914 | 745 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
625.23/625.27	c   601s|  4550k|  4524k|     0 |   0.0 |1281M|1454 |   - |1914 | 736 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
626.62/626.65	c   602s|  4560k|  4534k|     0 |   0.0 |1284M|1454 |   - |1914 | 737 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
628.03/628.06	c   603s|  4570k|  4544k|     0 |   0.0 |1287M|1454 |   - |1914 | 769 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
629.42/629.41	c   605s|  4580k|  4554k|     0 |   0.0 |1289M|1454 |   - |1914 | 765 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
630.82/630.80	c   606s|  4590k|  4564k|     0 |   0.0 |1292M|1454 |   - |1914 | 748 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
632.13/632.18	c   607s|  4600k|  4574k|     0 |   0.0 |1295M|1454 |   - |1914 | 754 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
633.52/633.57	c   609s|  4610k|  4584k|     0 |   0.0 |1298M|1454 |   - |1914 | 728 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
634.93/634.95	c   610s|  4620k|  4594k|     0 |   0.0 |1300M|1454 |   - |1914 | 762 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
636.32/636.32	c   611s|  4630k|  4604k|     0 |   0.0 |1303M|1454 |   - |1914 | 752 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
637.62/637.69	c   613s|  4640k|  4614k|     0 |   0.0 |1306M|1454 |   - |1914 | 776 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
639.02/639.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
639.02/639.07	c   614s|  4650k|  4624k|     0 |   0.0 |1309M|1454 |   - |1914 | 741 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
640.42/640.46	c   615s|  4660k|  4634k|     0 |   0.0 |1311M|1454 |   - |1914 | 775 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
641.82/641.85	c   617s|  4670k|  4644k|     0 |   0.0 |1314M|1454 |   - |1914 | 746 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
643.22/643.24	c   618s|  4680k|  4654k|     0 |   0.0 |1317M|1454 |   - |1914 | 757 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
644.63/644.65	c   619s|  4690k|  4664k|     0 |   0.0 |1320M|1454 |   - |1914 | 741 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
646.02/646.03	c   621s|  4700k|  4674k|     0 |   0.0 |1322M|1454 |   - |1914 | 697 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
647.42/647.43	c   622s|  4710k|  4684k|     0 |   0.0 |1325M|1454 |   - |1914 | 738 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
648.82/648.81	c   623s|  4720k|  4694k|     0 |   0.0 |1328M|1454 |   - |1914 | 753 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
650.22/650.21	c   625s|  4730k|  4703k|     0 |   0.0 |1331M|1454 |   - |1914 | 769 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
651.53/651.58	c   626s|  4740k|  4713k|     0 |   0.0 |1333M|1454 |   - |1914 | 749 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
652.92/652.97	c   627s|  4750k|  4723k|     0 |   0.0 |1336M|1454 |   - |1914 | 753 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
654.33/654.32	c   629s|  4760k|  4733k|     0 |   0.0 |1339M|1454 |   - |1914 | 743 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
655.72/655.74	c   630s|  4770k|  4743k|     0 |   0.0 |1342M|1454 |   - |1914 | 746 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
657.12/657.10	c   631s|  4780k|  4753k|     0 |   0.0 |1345M|1454 |   - |1914 | 724 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
658.42/658.48	c   633s|  4790k|  4763k|     0 |   0.0 |1347M|1454 |   - |1914 | 775 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
659.82/659.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
659.82/659.87	c   634s|  4800k|  4773k|     0 |   0.0 |1350M|1454 |   - |1914 | 768 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
661.22/661.24	c   635s|  4810k|  4783k|     0 |   0.0 |1353M|1454 |   - |1914 | 765 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
662.62/662.61	c   637s|  4820k|  4793k|     0 |   0.0 |1356M|1454 |   - |1914 | 741 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
664.02/664.01	c   638s|  4830k|  4803k|     0 |   0.0 |1358M|1454 |   - |1914 | 776 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
665.32/665.37	c   639s|  4840k|  4813k|     0 |   0.0 |1361M|1454 |   - |1914 | 770 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
666.72/666.74	c   641s|  4850k|  4823k|     0 |   0.0 |1364M|1454 |   - |1914 | 762 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
668.12/668.13	c   642s|  4860k|  4833k|     0 |   0.0 |1367M|1454 |   - |1914 | 786 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
669.52/669.52	c   643s|  4870k|  4843k|     0 |   0.0 |1369M|1454 |   - |1914 | 774 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
670.93/670.92	c   645s|  4880k|  4853k|     0 |   0.0 |1372M|1454 |   - |1914 | 748 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
672.32/672.31	c   646s|  4890k|  4863k|     0 |   0.0 |1375M|1454 |   - |1914 | 732 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
673.62/673.69	c   647s|  4900k|  4873k|     0 |   0.0 |1378M|1454 |   - |1914 | 746 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
675.12/675.11	c   649s|  4910k|  4883k|     0 |   0.0 |1381M|1454 |   - |1914 | 744 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
676.43/676.48	c   650s|  4920k|  4893k|     0 |   0.0 |1383M|1454 |   - |1914 | 738 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
677.83/677.88	c   651s|  4930k|  4903k|     0 |   0.0 |1386M|1454 |   - |1914 | 804 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
679.22/679.24	c   653s|  4940k|  4912k|     0 |   0.0 |1389M|1454 |   - |1914 | 760 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
680.62/680.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
680.62/680.64	c   654s|  4950k|  4922k|     0 |   0.0 |1392M|1454 |   - |1914 | 808 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
682.03/682.01	c   655s|  4960k|  4932k|     0 |   0.0 |1394M|1454 |   - |1914 | 768 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
683.42/683.40	c   657s|  4970k|  4942k|     0 |   0.0 |1397M|1454 |   - |1914 | 792 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
684.72/684.79	c   658s|  4980k|  4952k|     0 |   0.0 |1400M|1454 |   - |1914 | 789 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
686.13/686.19	c   659s|  4990k|  4962k|     0 |   0.0 |1403M|1454 |   - |1914 | 799 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
687.53/687.56	c   661s|  5000k|  4972k|     0 |   0.0 |1405M|1454 |   - |1914 | 834 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
688.93/688.94	c   662s|  5010k|  4982k|     0 |   0.0 |1408M|1454 |   - |1914 | 834 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
690.32/690.33	c   663s|  5020k|  4992k|     0 |   0.0 |1411M|1454 |   - |1914 | 800 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
691.72/691.73	c   665s|  5030k|  5002k|     0 |   0.0 |1414M|1454 |   - |1914 | 855 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
693.12/693.11	c   666s|  5040k|  5012k|     0 |   0.0 |1416M|1454 |   - |1914 | 810 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
694.42/694.48	c   667s|  5050k|  5022k|     0 |   0.0 |1419M|1454 |   - |1914 | 833 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
695.93/695.90	c   669s|  5060k|  5032k|     0 |   0.0 |1422M|1454 |   - |1914 | 804 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
697.22/697.26	c   670s|  5070k|  5042k|     0 |   0.0 |1425M|1454 |   - |1914 | 810 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
698.62/698.69	c   671s|  5080k|  5052k|     0 |   0.0 |1427M|1454 |   - |1914 | 847 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
700.02/700.06	c   673s|  5090k|  5062k|     0 |   0.0 |1430M|1454 |   - |1914 | 838 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
701.42/701.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
701.42/701.45	c   674s|  5100k|  5072k|     0 |   0.0 |1433M|1454 |   - |1914 | 835 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
702.72/702.80	c   675s|  5110k|  5082k|     0 |   0.0 |1436M|1454 |   - |1914 | 802 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
704.12/704.19	c   677s|  5120k|  5092k|     0 |   0.0 |1438M|1454 |   - |1914 | 802 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
705.53/705.57	c   678s|  5130k|  5102k|     0 |   0.0 |1441M|1454 |   - |1914 | 792 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
706.93/706.96	c   679s|  5140k|  5112k|     0 |   0.0 |1444M|1454 |   - |1914 | 786 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
708.33/708.33	c   680s|  5150k|  5121k|     0 |   0.0 |1447M|1454 |   - |1914 | 786 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
709.73/709.73	c   682s|  5160k|  5131k|     0 |   0.0 |1449M|1454 |   - |1914 | 796 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
711.12/711.11	c   683s|  5170k|  5141k|     0 |   0.0 |1452M|1454 |   - |1914 | 748 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
712.53/712.50	c   684s|  5180k|  5151k|     0 |   0.0 |1455M|1454 |   - |1914 | 745 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
713.83/713.90	c   686s|  5190k|  5161k|     0 |   0.0 |1458M|1454 |   - |1914 | 767 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
715.22/715.26	c   687s|  5200k|  5171k|     0 |   0.0 |1460M|1454 |   - |1914 | 760 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
716.62/716.64	c   688s|  5210k|  5181k|     0 |   0.0 |1463M|1454 |   - |1914 | 749 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
718.02/718.03	c   690s|  5220k|  5191k|     0 |   0.0 |1466M|1454 |   - |1914 | 725 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
719.33/719.40	c   691s|  5230k|  5201k|     0 |   0.0 |1469M|1454 |   - |1914 | 752 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
720.73/720.78	c   692s|  5240k|  5211k|     0 |   0.0 |1472M|1454 |   - |1914 | 747 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
722.13/722.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
722.13/722.16	c   694s|  5250k|  5221k|     0 |   0.0 |1474M|1454 |   - |1914 | 708 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
723.53/723.56	c   695s|  5260k|  5231k|     0 |   0.0 |1477M|1454 |   - |1914 | 673 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
724.93/724.93	c   696s|  5270k|  5241k|     0 |   0.0 |1480M|1454 |   - |1914 | 690 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
726.33/726.32	c   698s|  5280k|  5251k|     0 |   0.0 |1483M|1454 |   - |1914 | 688 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
727.73/727.72	c   699s|  5290k|  5261k|     0 |   0.0 |1485M|1454 |   - |1914 | 698 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
729.13/729.10	c   700s|  5300k|  5271k|     0 |   0.0 |1488M|1454 |   - |1914 | 718 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
730.43/730.48	c   702s|  5310k|  5281k|     0 |   0.0 |1491M|1454 |   - |1914 | 700 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
731.82/731.85	c   703s|  5320k|  5291k|     0 |   0.0 |1494M|1454 |   - |1914 | 707 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
733.23/733.25	c   704s|  5330k|  5301k|     0 |   0.0 |1496M|1454 |   - |1914 | 713 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
734.63/734.61	c   706s|  5340k|  5311k|     0 |   0.0 |1499M|1454 |   - |1914 | 727 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
736.02/736.00	c   707s|  5350k|  5320k|     0 |   0.0 |1502M|1454 |   - |1914 | 757 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
737.42/737.40	c   708s|  5360k|  5330k|     0 |   0.0 |1505M|1454 |   - |1914 | 753 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
738.72/738.77	c   710s|  5370k|  5340k|     0 |   0.0 |1507M|1454 |   - |1914 | 763 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
740.13/740.16	c   711s|  5380k|  5350k|     0 |   0.0 |1510M|1454 |   - |1914 | 753 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
741.53/741.57	c   712s|  5390k|  5360k|     0 |   0.0 |1513M|1454 |   - |1914 | 788 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
742.93/742.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
742.93/742.94	c   714s|  5400k|  5370k|     0 |   0.0 |1516M|1454 |   - |1914 | 790 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
744.32/744.34	c   715s|  5410k|  5380k|     0 |   0.0 |1518M|1454 |   - |1914 | 801 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
745.73/745.71	c   716s|  5420k|  5390k|     0 |   0.0 |1521M|1454 |   - |1914 | 823 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
747.03/747.09	c   718s|  5430k|  5400k|     0 |   0.0 |1524M|1454 |   - |1914 | 817 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
748.42/748.46	c   719s|  5440k|  5410k|     0 |   0.0 |1527M|1454 |   - |1914 | 813 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
749.83/749.82	c   720s|  5450k|  5420k|     0 |   0.0 |1529M|1454 |   - |1914 | 820 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
751.13/751.18	c   722s|  5460k|  5430k|     0 |   0.0 |1532M|1454 |   - |1914 | 861 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
752.53/752.55	c   723s|  5470k|  5440k|     0 |   0.0 |1535M|1454 |   - |1914 | 874 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
753.93/753.93	c   724s|  5480k|  5450k|     0 |   0.0 |1538M|1454 |   - |1914 | 857 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
755.33/755.31	c   726s|  5490k|  5460k|     0 |   0.0 |1540M|1454 |   - |1914 | 874 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
756.74/756.71	c   727s|  5500k|  5470k|     0 |   0.0 |1543M|1454 |   - |1914 | 820 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
758.13/758.13	c   728s|  5510k|  5480k|     0 |   0.0 |1546M|1454 |   - |1914 | 838 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
759.42/759.47	c   730s|  5520k|  5490k|     0 |   0.0 |1549M|1454 |   - |1914 | 799 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
760.83/760.83	c   731s|  5530k|  5500k|     0 |   0.0 |1551M|1454 |   - |1914 | 788 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
762.23/762.21	c   732s|  5540k|  5510k|     0 |   0.0 |1554M|1454 |   - |1914 | 780 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
763.53/763.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
763.53/763.58	c   734s|  5550k|  5520k|     0 |   0.0 |1557M|1454 |   - |1914 | 769 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
764.93/764.95	c   735s|  5560k|  5529k|     0 |   0.0 |1560M|1454 |   - |1914 | 784 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
766.32/766.33	c   736s|  5570k|  5539k|     0 |   0.0 |1562M|1454 |   - |1914 | 757 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
767.73/767.72	c   737s|  5580k|  5549k|     0 |   0.0 |1565M|1454 |   - |1914 | 727 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
769.13/769.13	c   739s|  5590k|  5559k|     0 |   0.0 |1568M|1454 |   - |1914 | 725 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
770.53/770.52	c   740s|  5600k|  5569k|     0 |   0.0 |1571M|1454 |   - |1914 | 723 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
771.82/771.89	c   741s|  5610k|  5579k|     0 |   0.0 |1573M|1454 |   - |1914 | 715 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
773.23/773.27	c   743s|  5620k|  5589k|     0 |   0.0 |1576M|1454 |   - |1914 | 706 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
774.63/774.64	c   744s|  5630k|  5599k|     0 |   0.0 |1579M|1454 |   - |1914 | 694 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
776.02/776.04	c   745s|  5640k|  5609k|     0 |   0.0 |1582M|1454 |   - |1914 | 715 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
777.43/777.40	c   747s|  5650k|  5619k|     0 |   0.0 |1585M|1454 |   - |1914 | 709 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
778.73/778.75	c   748s|  5660k|  5629k|     0 |   0.0 |1587M|1454 |   - |1914 | 714 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
780.13/780.13	c   749s|  5670k|  5639k|     0 |   0.0 |1590M|1454 |   - |1914 | 684 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
781.52/781.52	c   751s|  5680k|  5649k|     0 |   0.0 |1593M|1454 |   - |1914 | 712 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
782.93/782.92	c   752s|  5690k|  5659k|     0 |   0.0 |1596M|1454 |   - |1914 | 734 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
784.33/784.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
784.33/784.31	c   753s|  5700k|  5669k|     0 |   0.0 |1598M|1454 |   - |1914 | 716 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
785.73/785.70	c   755s|  5710k|  5679k|     0 |   0.0 |1601M|1454 |   - |1914 | 762 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
787.03/787.07	c   756s|  5720k|  5689k|     0 |   0.0 |1604M|1454 |   - |1914 | 735 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
788.43/788.45	c   757s|  5730k|  5699k|     0 |   0.0 |1607M|1454 |   - |1914 | 755 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
789.84/789.84	c   759s|  5740k|  5709k|     0 |   0.0 |1609M|1454 |   - |1914 | 767 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
791.23/791.21	c   760s|  5750k|  5719k|     0 |   0.0 |1612M|1454 |   - |1914 | 719 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
792.53/792.58	c   761s|  5760k|  5728k|     0 |   0.0 |1615M|1454 |   - |1914 | 730 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
793.93/793.97	c   763s|  5770k|  5738k|     0 |   0.0 |1618M|1454 |   - |1914 | 752 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
795.34/795.35	c   764s|  5780k|  5748k|     0 |   0.0 |1620M|1454 |   - |1914 | 716 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
796.73/796.73	c   765s|  5790k|  5758k|     0 |   0.0 |1623M|1454 |   - |1914 | 772 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
798.13/798.13	c   767s|  5800k|  5768k|     0 |   0.0 |1626M|1454 |   - |1914 | 742 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
799.53/799.51	c   768s|  5810k|  5778k|     0 |   0.0 |1629M|1454 |   - |1914 | 770 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
800.84/800.89	c   769s|  5820k|  5788k|     0 |   0.0 |1631M|1454 |   - |1914 | 756 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
802.23/802.27	c   771s|  5830k|  5798k|     0 |   0.0 |1634M|1454 |   - |1914 | 774 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
803.63/803.63	c   772s|  5840k|  5808k|     0 |   0.0 |1637M|1454 |   - |1914 | 728 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
805.03/805.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
805.03/805.00	c   773s|  5850k|  5818k|     0 |   0.0 |1640M|1454 |   - |1914 | 730 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
806.33/806.39	c   775s|  5860k|  5828k|     0 |   0.0 |1643M|1454 |   - |1914 | 737 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
807.73/807.76	c   776s|  5870k|  5838k|     0 |   0.0 |1645M|1454 |   - |1914 | 748 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
809.13/809.15	c   777s|  5880k|  5848k|     0 |   0.0 |1648M|1454 |   - |1914 | 738 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
810.53/810.52	c   779s|  5890k|  5858k|     0 |   0.0 |1651M|1454 |   - |1914 | 724 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
811.93/811.92	c   780s|  5900k|  5868k|     0 |   0.0 |1654M|1454 |   - |1914 | 760 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
813.23/813.29	c   781s|  5910k|  5878k|     0 |   0.0 |1656M|1454 |   - |1914 | 751 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
814.63/814.65	c   783s|  5920k|  5888k|     0 |   0.0 |1659M|1454 |   - |1914 | 726 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
816.03/816.06	c   784s|  5930k|  5898k|     0 |   0.0 |1662M|1454 |   - |1914 | 766 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
817.43/817.44	c   785s|  5940k|  5908k|     0 |   0.0 |1665M|1454 |   - |1914 | 747 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
818.73/818.79	c   786s|  5950k|  5918k|     0 |   0.0 |1667M|1454 |   - |1914 | 749 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
820.13/820.16	c   788s|  5960k|  5928k|     0 |   0.0 |1670M|1454 |   - |1914 | 756 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
821.53/821.52	c   789s|  5970k|  5937k|     0 |   0.0 |1673M|1454 |   - |1914 | 751 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
822.93/822.91	c   790s|  5980k|  5947k|     0 |   0.0 |1676M|1454 |   - |1914 | 784 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
824.23/824.28	c   792s|  5990k|  5957k|     0 |   0.0 |1678M|1454 |   - |1914 | 778 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
825.64/825.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
825.64/825.64	c   793s|  6000k|  5967k|     0 |   0.0 |1681M|1454 |   - |1914 | 785 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
827.03/827.01	c   794s|  6010k|  5977k|     0 |   0.0 |1684M|1454 |   - |1914 | 798 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
828.34/828.36	c   796s|  6020k|  5987k|     0 |   0.0 |1687M|1454 |   - |1914 | 790 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
829.73/829.73	c   797s|  6030k|  5997k|     0 |   0.0 |1689M|1454 |   - |1914 | 810 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
831.13/831.10	c   798s|  6040k|  6007k|     0 |   0.0 |1692M|1454 |   - |1914 | 821 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
832.43/832.49	c   800s|  6050k|  6017k|     0 |   0.0 |1695M|1454 |   - |1914 | 824 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
833.83/833.87	c   801s|  6060k|  6027k|     0 |   0.0 |1698M|1454 |   - |1914 | 797 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
835.23/835.26	c   802s|  6070k|  6037k|     0 |   0.0 |1701M|1454 |   - |1914 | 843 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
836.63/836.64	c   804s|  6080k|  6047k|     0 |   0.0 |1703M|1454 |   - |1914 | 850 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
838.03/838.02	c   805s|  6090k|  6057k|     0 |   0.0 |1706M|1454 |   - |1914 | 804 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
839.43/839.42	c   806s|  6100k|  6067k|     0 |   0.0 |1709M|1454 |   - |1914 | 844 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
840.84/840.81	c   808s|  6110k|  6077k|     0 |   0.0 |1712M|1454 |   - |1914 | 819 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
842.23/842.21	c   809s|  6120k|  6087k|     0 |   0.0 |1714M|1454 |   - |1914 | 803 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
843.53/843.58	c   810s|  6130k|  6097k|     0 |   0.0 |1717M|1454 |   - |1914 | 814 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
844.93/844.96	c   812s|  6140k|  6107k|     0 |   0.0 |1720M|1454 |   - |1914 | 819 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
846.33/846.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
846.33/846.34	c   813s|  6150k|  6117k|     0 |   0.0 |1723M|1454 |   - |1914 | 779 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
847.74/847.73	c   814s|  6160k|  6126k|     0 |   0.0 |1725M|1454 |   - |1914 | 769 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
849.13/849.10	c   816s|  6170k|  6136k|     0 |   0.0 |1728M|1454 |   - |1914 | 769 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
850.43/850.49	c   817s|  6180k|  6146k|     0 |   0.0 |1731M|1454 |   - |1914 | 771 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
851.83/851.88	c   818s|  6190k|  6156k|     0 |   0.0 |1734M|1454 |   - |1914 | 794 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
853.23/853.26	c   820s|  6200k|  6166k|     0 |   0.0 |1736M|1454 |   - |1914 | 755 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
854.64/854.66	c   821s|  6210k|  6176k|     0 |   0.0 |1739M|1454 |   - |1914 | 775 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
856.03/856.04	c   822s|  6220k|  6186k|     0 |   0.0 |1742M|1454 |   - |1914 | 739 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
857.43/857.41	c   824s|  6230k|  6196k|     0 |   0.0 |1745M|1454 |   - |1914 | 751 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
858.83/858.82	c   825s|  6240k|  6206k|     0 |   0.0 |1747M|1454 |   - |1914 | 709 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
860.14/860.19	c   826s|  6250k|  6216k|     0 |   0.0 |1750M|1454 |   - |1914 | 715 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
861.53/861.54	c   828s|  6260k|  6226k|     0 |   0.0 |1753M|1454 |   - |1914 | 719 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
862.93/862.90	c   829s|  6270k|  6236k|     0 |   0.0 |1756M|1454 |   - |1914 | 734 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
864.23/864.26	c   830s|  6280k|  6246k|     0 |   0.0 |1759M|1454 |   - |1914 | 735 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
865.64/865.65	c   832s|  6290k|  6256k|     0 |   0.0 |1761M|1454 |   - |1914 | 723 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
867.03/867.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
867.03/867.01	c   833s|  6300k|  6266k|     0 |   0.0 |1764M|1454 |   - |1914 | 738 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
868.43/868.40	c   834s|  6310k|  6276k|     0 |   0.0 |1767M|1454 |   - |1914 | 758 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
869.73/869.76	c   835s|  6320k|  6286k|     0 |   0.0 |1770M|1454 |   - |1914 | 764 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
871.13/871.12	c   837s|  6330k|  6296k|     0 |   0.0 |1772M|1454 |   - |1914 | 767 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
872.44/872.49	c   838s|  6340k|  6306k|     0 |   0.0 |1775M|1454 |   - |1914 | 786 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
873.83/873.89	c   839s|  6350k|  6316k|     0 |   0.0 |1778M|1454 |   - |1914 | 745 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
875.23/875.26	c   841s|  6360k|  6326k|     0 |   0.0 |1781M|1454 |   - |1914 | 765 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
876.64/876.63	c   842s|  6370k|  6335k|     0 |   0.0 |1783M|1454 |   - |1914 | 768 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
878.03/878.01	c   843s|  6380k|  6345k|     0 |   0.0 |1786M|1454 |   - |1914 | 781 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
879.44/879.40	c   845s|  6390k|  6355k|     0 |   0.0 |1789M|1454 |   - |1914 | 802 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
880.73/880.78	c   846s|  6400k|  6365k|     0 |   0.0 |1792M|1454 |   - |1914 | 796 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
882.13/882.18	c   847s|  6410k|  6375k|     0 |   0.0 |1794M|1454 |   - |1914 | 807 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
883.53/883.57	c   849s|  6420k|  6385k|     0 |   0.0 |1797M|1454 |   - |1914 | 831 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
884.93/884.98	c   850s|  6430k|  6395k|     0 |   0.0 |1800M|1454 |   - |1914 | 851 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
886.34/886.34	c   851s|  6440k|  6405k|     0 |   0.0 |1803M|1454 |   - |1914 | 827 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
887.74/887.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
887.74/887.70	c   853s|  6450k|  6415k|     0 |   0.0 |1806M|1454 |   - |1914 | 844 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
889.03/889.07	c   854s|  6460k|  6425k|     0 |   0.0 |1808M|1454 |   - |1914 | 815 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
890.43/890.45	c   855s|  6470k|  6435k|     0 |   0.0 |1811M|1454 |   - |1914 | 811 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
891.84/891.83	c   857s|  6480k|  6445k|     0 |   0.0 |1814M|1454 |   - |1914 | 796 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
893.24/893.20	c   858s|  6490k|  6455k|     0 |   0.0 |1817M|1454 |   - |1914 | 809 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
894.63/894.61	c   859s|  6500k|  6465k|     0 |   0.0 |1819M|1454 |   - |1914 | 813 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
895.94/895.96	c   861s|  6510k|  6475k|     0 |   0.0 |1822M|1454 |   - |1914 | 810 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
897.34/897.32	c   862s|  6520k|  6485k|     0 |   0.0 |1825M|1454 |   - |1914 | 830 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
898.64/898.70	c   863s|  6530k|  6495k|     0 |   0.0 |1828M|1454 |   - |1914 | 848 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
900.03/900.08	c   865s|  6540k|  6505k|     0 |   0.0 |1830M|1454 |   - |1914 | 855 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
901.43/901.48	c   866s|  6550k|  6515k|     0 |   0.0 |1833M|1454 |   - |1914 | 844 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
902.83/902.87	c   867s|  6560k|  6524k|     0 |   0.0 |1836M|1454 |   - |1914 | 858 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
904.24/904.24	c   869s|  6570k|  6534k|     0 |   0.0 |1839M|1454 |   - |1914 | 809 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
905.64/905.61	c   870s|  6580k|  6544k|     0 |   0.0 |1841M|1454 |   - |1914 | 819 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
906.93/906.98	c   871s|  6590k|  6554k|     0 |   0.0 |1844M|1454 |   - |1914 | 843 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
908.34/908.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
908.34/908.33	c   873s|  6600k|  6564k|     0 |   0.0 |1847M|1454 |   - |1914 | 803 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
909.64/909.70	c   874s|  6610k|  6574k|     0 |   0.0 |1850M|1454 |   - |1914 | 829 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
911.04/911.07	c   875s|  6620k|  6584k|     0 |   0.0 |1852M|1454 |   - |1914 | 811 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
912.43/912.44	c   877s|  6630k|  6594k|     0 |   0.0 |1855M|1454 |   - |1914 | 798 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
913.83/913.84	c   878s|  6640k|  6604k|     0 |   0.0 |1858M|1454 |   - |1914 | 826 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
915.24/915.25	c   879s|  6650k|  6614k|     0 |   0.0 |1861M|1454 |   - |1914 | 897 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
916.63/916.64	c   881s|  6660k|  6624k|     0 |   0.0 |1864M|1454 |   - |1914 | 882 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
917.93/917.99	c   882s|  6670k|  6634k|     0 |   0.0 |1866M|1454 |   - |1914 | 837 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
919.33/919.36	c   883s|  6680k|  6644k|     0 |   0.0 |1869M|1454 |   - |1914 | 818 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
920.74/920.74	c   884s|  6690k|  6654k|     0 |   0.0 |1872M|1454 |   - |1914 | 836 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
922.14/922.14	c   886s|  6700k|  6664k|     0 |   0.0 |1875M|1454 |   - |1914 | 801 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
923.53/923.53	c   887s|  6710k|  6674k|     0 |   0.0 |1877M|1454 |   - |1914 | 804 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
924.94/924.93	c   889s|  6720k|  6684k|     0 |   0.0 |1880M|1454 |   - |1914 | 812 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
926.34/926.32	c   890s|  6730k|  6694k|     0 |   0.0 |1883M|1454 |   - |1914 | 850 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
927.64/927.69	c   891s|  6740k|  6704k|     0 |   0.0 |1886M|1454 |   - |1914 | 817 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
929.04/929.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
929.04/929.08	c   893s|  6750k|  6714k|     0 |   0.0 |1888M|1454 |   - |1914 | 841 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
930.43/930.44	c   894s|  6760k|  6723k|     0 |   0.0 |1891M|1454 |   - |1914 | 777 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
931.84/931.83	c   895s|  6770k|  6733k|     0 |   0.0 |1894M|1454 |   - |1914 | 825 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
933.24/933.21	c   896s|  6780k|  6743k|     0 |   0.0 |1897M|1454 |   - |1914 | 854 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
934.63/934.60	c   898s|  6790k|  6753k|     0 |   0.0 |1899M|1454 |   - |1914 | 849 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
935.93/935.98	c   899s|  6800k|  6763k|     0 |   0.0 |1902M|1454 |   - |1914 | 816 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
937.33/937.34	c   900s|  6810k|  6773k|     0 |   0.0 |1905M|1454 |   - |1914 | 828 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
938.74/938.70	c   902s|  6820k|  6783k|     0 |   0.0 |1908M|1454 |   - |1914 | 807 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
940.03/940.08	c   903s|  6830k|  6793k|     0 |   0.0 |1910M|1454 |   - |1914 | 833 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
941.44/941.46	c   904s|  6840k|  6803k|     0 |   0.0 |1913M|1454 |   - |1914 | 869 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
942.84/942.83	c   906s|  6850k|  6813k|     0 |   0.0 |1916M|1454 |   - |1914 | 841 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
944.14/944.17	c   907s|  6860k|  6823k|     0 |   0.0 |1919M|1454 |   - |1914 | 843 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
945.54/945.53	c   908s|  6870k|  6833k|     0 |   0.0 |1922M|1454 |   - |1914 | 828 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
946.94/946.95	c   910s|  6880k|  6843k|     0 |   0.0 |1924M|1454 |   - |1914 | 872 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
948.33/948.32	c   911s|  6890k|  6853k|     0 |   0.0 |1927M|1454 |   - |1914 | 840 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
949.64/949.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
949.64/949.68	c   912s|  6900k|  6863k|     0 |   0.0 |1930M|1454 |   - |1914 | 808 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
951.03/951.07	c   914s|  6910k|  6873k|     0 |   0.0 |1933M|1454 |   - |1914 | 838 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
952.44/952.44	c   915s|  6920k|  6883k|     0 |   0.0 |1935M|1454 |   - |1914 | 871 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
953.83/953.86	c   916s|  6930k|  6893k|     0 |   0.0 |1938M|1454 |   - |1914 | 864 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
955.24/955.26	c   918s|  6940k|  6903k|     0 |   0.0 |1941M|1454 |   - |1914 | 843 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
956.64/956.67	c   919s|  6950k|  6912k|     0 |   0.0 |1944M|1454 |   - |1914 | 845 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
958.04/958.03	c   920s|  6960k|  6922k|     0 |   0.0 |1946M|1454 |   - |1914 | 833 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
959.43/959.40	c   922s|  6970k|  6932k|     0 |   0.0 |1949M|1454 |   - |1914 | 815 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
960.74/960.76	c   923s|  6980k|  6942k|     0 |   0.0 |1952M|1454 |   - |1914 | 812 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
962.14/962.13	c   924s|  6990k|  6952k|     0 |   0.0 |1955M|1454 |   - |1914 | 807 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
963.54/963.54	c   926s|  7000k|  6962k|     0 |   0.0 |1958M|1454 |   - |1914 | 808 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
964.94/964.93	c   927s|  7010k|  6972k|     0 |   0.0 |1960M|1454 |   - |1914 | 791 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
966.24/966.29	c   928s|  7020k|  6982k|     0 |   0.0 |1963M|1454 |   - |1914 | 817 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
967.63/967.64	c   930s|  7030k|  6992k|     0 |   0.0 |1966M|1454 |   - |1914 | 779 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
969.04/969.01	c   931s|  7040k|  7002k|     0 |   0.0 |1969M|1454 |   - |1914 | 785 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
970.34/970.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
970.34/970.39	c   932s|  7050k|  7012k|     0 |   0.0 |1971M|1454 |   - |1914 | 778 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
971.74/971.74	c   933s|  7060k|  7022k|     0 |   0.0 |1974M|1454 |   - |1914 | 741 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
973.14/973.11	c   935s|  7070k|  7032k|     0 |   0.0 |1977M|1454 |   - |1914 | 742 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
974.44/974.49	c   936s|  7080k|  7042k|     0 |   0.0 |1980M|1454 |   - |1914 | 750 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
975.84/975.84	c   937s|  7090k|  7052k|     0 |   0.0 |1982M|1454 |   - |1914 | 778 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
977.24/977.21	c   939s|  7100k|  7062k|     0 |   0.0 |1985M|1454 |   - |1914 | 767 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
978.54/978.57	c   940s|  7110k|  7072k|     0 |   0.0 |1988M|1454 |   - |1914 | 758 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
979.93/979.94	c   941s|  7120k|  7082k|     0 |   0.0 |1991M|1454 |   - |1914 | 781 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
981.25/981.29	c   943s|  7130k|  7092k|     0 |   0.0 |1994M|1454 |   - |1914 | 778 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
982.64/982.66	c   944s|  7140k|  7102k|     0 |   0.0 |1996M|1454 |   - |1914 | 802 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
984.04/984.03	c   945s|  7150k|  7111k|     0 |   0.0 |1999M|1454 |   - |1914 | 776 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
985.34/985.39	c   947s|  7160k|  7121k|     0 |   0.0 |2002M|1454 |   - |1914 | 776 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
986.74/986.79	c   948s|  7170k|  7131k|     0 |   0.0 |2005M|1454 |   - |1914 | 786 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
988.14/988.16	c   949s|  7180k|  7141k|     0 |   0.0 |2007M|1454 |   - |1914 | 771 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
989.54/989.54	c   951s|  7190k|  7151k|     0 |   0.0 |2010M|1454 |   - |1914 | 784 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
990.94/990.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
990.94/990.91	c   952s|  7200k|  7161k|     0 |   0.0 |2013M|1454 |   - |1914 | 784 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
992.24/992.27	c   953s|  7210k|  7171k|     0 |   0.0 |2016M|1454 |   - |1914 | 809 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
993.64/993.64	c   955s|  7220k|  7181k|     0 |   0.0 |2018M|1454 |   - |1914 | 756 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
994.94/994.99	c   956s|  7230k|  7191k|     0 |   0.0 |2021M|1454 |   - |1914 | 759 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
996.34/996.39	c   957s|  7240k|  7201k|     0 |   0.0 |2024M|1454 |   - |1914 | 765 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
997.75/997.79	c   959s|  7250k|  7211k|     0 |   0.0 |2027M|1454 |   - |1914 | 759 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
999.14/999.16	c   960s|  7260k|  7221k|     0 |   0.0 |2029M|1454 |   - |1914 | 792 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
1000.54/1000.54	c   961s|  7270k|  7231k|     0 |   0.0 |2032M|1454 |   - |1914 | 801 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
1001.94/1001.91	c   963s|  7280k|  7241k|     0 |   0.0 |2035M|1454 |   - |1914 | 800 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
1003.33/1003.31	c   964s|  7290k|  7251k|     0 |   0.0 |2038M|1454 |   - |1914 | 816 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
1004.64/1004.69	c   965s|  7300k|  7261k|     0 |   0.0 |2040M|1454 |   - |1914 | 780 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
1006.04/1006.07	c   966s|  7310k|  7271k|     0 |   0.0 |2043M|1454 |   - |1914 | 807 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
1007.43/1007.42	c   968s|  7320k|  7281k|     0 |   0.0 |2046M|1454 |   - |1914 | 816 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
1008.84/1008.80	c   969s|  7330k|  7291k|     0 |   0.0 |2049M|1454 |   - |1914 | 818 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
1010.14/1010.19	c   970s|  7340k|  7301k|     0 |   0.0 |2052M|1454 |   - |1914 | 826 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
1011.53/1011.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1011.53/1011.58	c   972s|  7350k|  7310k|     0 |   0.0 |2054M|1454 |   - |1914 | 815 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
1012.94/1012.95	c   973s|  7360k|  7320k|     0 |   0.0 |2057M|1454 |   - |1914 | 776 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
1014.34/1014.34	c   974s|  7370k|  7330k|     0 |   0.0 |2060M|1454 |   - |1914 | 757 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
1015.74/1015.70	c   976s|  7380k|  7340k|     0 |   0.0 |2063M|1454 |   - |1914 | 769 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
1017.14/1017.10	c   977s|  7390k|  7350k|     0 |   0.0 |2065M|1454 |   - |1914 | 767 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
1018.44/1018.45	c   978s|  7400k|  7360k|     0 |   0.0 |2068M|1454 |   - |1914 | 753 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
1019.84/1019.80	c   980s|  7410k|  7370k|     0 |   0.0 |2071M|1454 |   - |1914 | 748 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
1021.14/1021.19	c   981s|  7420k|  7380k|     0 |   0.0 |2074M|1454 |   - |1914 | 748 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
1022.54/1022.56	c   982s|  7430k|  7390k|     0 |   0.0 |2076M|1454 |   - |1914 | 736 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
1023.94/1023.93	c   984s|  7440k|  7400k|     0 |   0.0 |2079M|1454 |   - |1914 | 712 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
1025.34/1025.30	c   985s|  7450k|  7410k|     0 |   0.0 |2082M|1454 |   - |1914 | 746 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
1026.64/1026.67	c   986s|  7460k|  7420k|     0 |   0.0 |2085M|1454 |   - |1914 | 728 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
1028.04/1028.06	c   988s|  7470k|  7430k|     0 |   0.0 |2087M|1454 |   - |1914 | 714 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
1029.44/1029.45	c   989s|  7480k|  7440k|     0 |   0.0 |2090M|1454 |   - |1914 | 752 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
1030.84/1030.80	c   990s|  7490k|  7450k|     0 |   0.0 |2093M|1454 |   - |1914 | 737 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
1032.14/1032.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1032.14/1032.16	c   992s|  7500k|  7460k|     0 |   0.0 |2096M|1454 |   - |1914 | 766 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
1033.54/1033.57	c   993s|  7510k|  7470k|     0 |   0.0 |2098M|1454 |   - |1914 | 797 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
1034.93/1034.94	c   994s|  7520k|  7480k|     0 |   0.0 |2101M|1454 |   - |1914 | 784 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
1036.34/1036.31	c   996s|  7530k|  7490k|     0 |   0.0 |2104M|1454 |   - |1914 | 800 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
1037.74/1037.71	c   997s|  7540k|  7500k|     0 |   0.0 |2107M|1454 |   - |1914 | 799 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
1039.04/1039.09	c   998s|  7550k|  7509k|     0 |   0.0 |2109M|1454 |   - |1914 | 804 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
1040.44/1040.44	c  1000s|  7560k|  7519k|     0 |   0.0 |2112M|1454 |   - |1914 | 775 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
1041.84/1041.83	c  1001s|  7570k|  7529k|     0 |   0.0 |2115M|1454 |   - |1914 | 837 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
1043.14/1043.18	c  1002s|  7580k|  7539k|     0 |   0.0 |2118M|1454 |   - |1914 | 793 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
1044.54/1044.55	c  1003s|  7590k|  7549k|     0 |   0.0 |2120M|1454 |   - |1914 | 815 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
1045.94/1045.94	c  1005s|  7600k|  7559k|     0 |   0.0 |2123M|1454 |   - |1914 | 860 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
1047.34/1047.35	c  1006s|  7610k|  7569k|     0 |   0.0 |2126M|1454 |   - |1914 | 854 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
1048.74/1048.71	c  1007s|  7620k|  7579k|     0 |   0.0 |2129M|1454 |   - |1914 | 844 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
1050.14/1050.10	c  1009s|  7630k|  7589k|     0 |   0.0 |2132M|1454 |   - |1914 | 833 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
1051.45/1051.45	c  1010s|  7640k|  7599k|     0 |   0.0 |2134M|1454 |   - |1914 | 879 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
1052.84/1052.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1052.84/1052.80	c  1011s|  7650k|  7609k|     0 |   0.0 |2137M|1454 |   - |1914 | 855 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
1054.15/1054.17	c  1013s|  7660k|  7619k|     0 |   0.0 |2140M|1454 |   - |1914 | 857 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
1055.54/1055.54	c  1014s|  7670k|  7629k|     0 |   0.0 |2143M|1454 |   - |1914 | 869 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
1056.94/1056.92	c  1015s|  7680k|  7639k|     0 |   0.0 |2145M|1454 |   - |1914 | 849 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
1058.35/1058.33	c  1017s|  7690k|  7649k|     0 |   0.0 |2148M|1454 |   - |1914 | 856 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
1059.64/1059.67	c  1018s|  7700k|  7659k|     0 |   0.0 |2151M|1454 |   - |1914 | 842 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
1061.04/1061.05	c  1019s|  7710k|  7669k|     0 |   0.0 |2154M|1454 |   - |1914 | 851 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
1062.44/1062.43	c  1021s|  7720k|  7679k|     0 |   0.0 |2156M|1454 |   - |1914 | 844 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
1063.84/1063.80	c  1022s|  7730k|  7689k|     0 |   0.0 |2159M|1454 |   - |1914 | 826 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
1065.15/1065.16	c  1023s|  7740k|  7699k|     0 |   0.0 |2162M|1454 |   - |1914 | 818 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
1066.55/1066.53	c  1025s|  7750k|  7708k|     0 |   0.0 |2165M|1454 |   - |1914 | 815 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
1067.84/1067.88	c  1026s|  7760k|  7718k|     0 |   0.0 |2168M|1454 |   - |1914 | 793 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
1069.25/1069.25	c  1027s|  7770k|  7728k|     0 |   0.0 |2170M|1454 |   - |1914 | 842 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
1070.64/1070.60	c  1029s|  7780k|  7738k|     0 |   0.0 |2173M|1454 |   - |1914 | 818 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
1072.05/1072.00	c  1030s|  7790k|  7748k|     0 |   0.0 |2176M|1454 |   - |1914 | 835 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
1073.34/1073.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1073.34/1073.39	c  1031s|  7800k|  7758k|     0 |   0.0 |2179M|1454 |   - |1914 | 800 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
1074.75/1074.76	c  1033s|  7810k|  7768k|     0 |   0.0 |2181M|1454 |   - |1914 | 802 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
1076.14/1076.13	c  1034s|  7820k|  7778k|     0 |   0.0 |2184M|1454 |   - |1914 | 797 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
1077.54/1077.52	c  1035s|  7830k|  7788k|     0 |   0.0 |2187M|1454 |   - |1914 | 788 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
1078.84/1078.88	c  1036s|  7840k|  7798k|     0 |   0.0 |2190M|1454 |   - |1914 | 810 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
1080.25/1080.24	c  1038s|  7850k|  7808k|     0 |   0.0 |2192M|1454 |   - |1914 | 777 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
1081.64/1081.63	c  1039s|  7860k|  7818k|     0 |   0.0 |2195M|1454 |   - |1914 | 794 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
1082.94/1082.99	c  1040s|  7870k|  7828k|     0 |   0.0 |2198M|1454 |   - |1914 | 780 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
1084.34/1084.39	c  1042s|  7880k|  7838k|     0 |   0.0 |2201M|1454 |   - |1914 | 796 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
1085.75/1085.75	c  1043s|  7890k|  7848k|     0 |   0.0 |2204M|1454 |   - |1914 | 827 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
1087.15/1087.12	c  1044s|  7900k|  7858k|     0 |   0.0 |2206M|1454 |   - |1914 | 817 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
1088.55/1088.50	c  1046s|  7910k|  7868k|     0 |   0.0 |2209M|1454 |   - |1914 | 807 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
1089.84/1089.89	c  1047s|  7920k|  7878k|     0 |   0.0 |2212M|1454 |   - |1914 | 821 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
1091.25/1091.29	c  1048s|  7930k|  7888k|     0 |   0.0 |2215M|1454 |   - |1914 | 818 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
1092.64/1092.66	c  1050s|  7940k|  7898k|     0 |   0.0 |2217M|1454 |   - |1914 | 798 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
1094.05/1094.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1094.05/1094.02	c  1051s|  7950k|  7907k|     0 |   0.0 |2220M|1454 |   - |1914 | 796 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
1095.34/1095.39	c  1052s|  7960k|  7917k|     0 |   0.0 |2223M|1454 |   - |1914 | 791 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
1096.75/1096.77	c  1054s|  7970k|  7927k|     0 |   0.0 |2226M|1454 |   - |1914 | 808 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
1098.14/1098.15	c  1055s|  7980k|  7937k|     0 |   0.0 |2228M|1454 |   - |1914 | 779 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
1099.55/1099.53	c  1056s|  7990k|  7947k|     0 |   0.0 |2231M|1454 |   - |1914 | 762 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
1100.95/1100.91	c  1058s|  8000k|  7957k|     0 |   0.0 |2234M|1454 |   - |1914 | 755 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
1102.35/1102.32	c  1059s|  8010k|  7967k|     0 |   0.0 |2237M|1454 |   - |1914 | 803 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
1103.64/1103.67	c  1060s|  8020k|  7977k|     0 |   0.0 |2240M|1454 |   - |1914 | 747 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
1105.05/1105.05	c  1062s|  8030k|  7987k|     0 |   0.0 |2242M|1454 |   - |1914 | 742 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
1106.45/1106.43	c  1063s|  8040k|  7997k|     0 |   0.0 |2245M|1454 |   - |1914 | 747 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
1107.85/1107.82	c  1064s|  8050k|  8007k|     0 |   0.0 |2248M|1454 |   - |1914 | 742 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
1109.15/1109.17	c  1066s|  8060k|  8017k|     0 |   0.0 |2251M|1454 |   - |1914 | 740 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
1110.54/1110.56	c  1067s|  8070k|  8027k|     0 |   0.0 |2254M|1454 |   - |1914 | 766 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
1111.94/1111.94	c  1068s|  8080k|  8037k|     0 |   0.0 |2256M|1454 |   - |1914 | 697 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
1113.34/1113.30	c  1069s|  8090k|  8047k|     0 |   0.0 |2259M|1454 |   - |1914 | 702 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
1114.64/1114.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1114.64/1114.69	c  1071s|  8100k|  8057k|     0 |   0.0 |2262M|1454 |   - |1914 | 726 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
1116.04/1116.09	c  1072s|  8110k|  8067k|     0 |   0.0 |2265M|1454 |   - |1914 | 747 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
1117.44/1117.48	c  1074s|  8120k|  8077k|     0 |   0.0 |2267M|1454 |   - |1914 | 758 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
1118.84/1118.85	c  1075s|  8130k|  8087k|     0 |   0.0 |2270M|1454 |   - |1914 | 777 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
1120.24/1120.21	c  1076s|  8140k|  8097k|     0 |   0.0 |2273M|1454 |   - |1914 | 739 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
1121.54/1121.57	c  1077s|  8150k|  8106k|     0 |   0.0 |2276M|1454 |   - |1914 | 795 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
1122.95/1122.92	c  1079s|  8160k|  8116k|     0 |   0.0 |2278M|1454 |   - |1914 | 779 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
1124.25/1124.28	c  1080s|  8170k|  8126k|     0 |   0.0 |2281M|1454 |   - |1914 | 825 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
1125.64/1125.66	c  1081s|  8180k|  8136k|     0 |   0.0 |2284M|1454 |   - |1914 | 844 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
1127.05/1127.01	c  1083s|  8190k|  8146k|     0 |   0.0 |2287M|1454 |   - |1914 | 792 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
1128.45/1128.40	c  1084s|  8200k|  8156k|     0 |   0.0 |2289M|1454 |   - |1914 | 788 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
1129.75/1129.78	c  1085s|  8210k|  8166k|     0 |   0.0 |2292M|1454 |   - |1914 | 818 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
1131.14/1131.15	c  1087s|  8220k|  8176k|     0 |   0.0 |2295M|1454 |   - |1914 | 795 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
1132.54/1132.51	c  1088s|  8230k|  8186k|     0 |   0.0 |2298M|1454 |   - |1914 | 781 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
1133.85/1133.85	c  1089s|  8240k|  8196k|     0 |   0.0 |2300M|1454 |   - |1914 | 785 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
1135.25/1135.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1135.25/1135.20	c  1091s|  8250k|  8206k|     0 |   0.0 |2303M|1454 |   - |1914 | 765 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
1136.55/1136.56	c  1092s|  8260k|  8216k|     0 |   0.0 |2306M|1454 |   - |1914 | 759 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
1137.94/1137.95	c  1093s|  8270k|  8226k|     0 |   0.0 |2309M|1454 |   - |1914 | 784 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
1139.35/1139.30	c  1094s|  8280k|  8236k|     0 |   0.0 |2312M|1454 |   - |1914 | 747 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
1140.65/1140.68	c  1096s|  8290k|  8246k|     0 |   0.0 |2314M|1454 |   - |1914 | 796 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
1142.04/1142.03	c  1097s|  8300k|  8256k|     0 |   0.0 |2317M|1454 |   - |1914 | 743 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
1143.44/1143.41	c  1098s|  8310k|  8266k|     0 |   0.0 |2320M|1454 |   - |1914 | 753 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
1144.75/1144.77	c  1100s|  8320k|  8276k|     0 |   0.0 |2323M|1454 |   - |1914 | 717 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
1146.15/1146.19	c  1101s|  8330k|  8286k|     0 |   0.0 |2325M|1454 |   - |1914 | 722 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
1147.54/1147.53	c  1102s|  8340k|  8296k|     0 |   0.0 |2328M|1454 |   - |1914 | 782 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
1148.84/1148.88	c  1104s|  8350k|  8305k|     0 |   0.0 |2331M|1454 |   - |1914 | 751 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
1150.25/1150.24	c  1105s|  8360k|  8315k|     0 |   0.0 |2334M|1454 |   - |1914 | 755 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
1151.65/1151.61	c  1106s|  8370k|  8325k|     0 |   0.0 |2336M|1454 |   - |1914 | 780 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
1152.95/1152.99	c  1108s|  8380k|  8335k|     0 |   0.0 |2339M|1454 |   - |1914 | 792 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
1154.35/1154.37	c  1109s|  8390k|  8345k|     0 |   0.0 |2342M|1454 |   - |1914 | 781 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
1155.74/1155.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1155.74/1155.77	c  1110s|  8400k|  8355k|     0 |   0.0 |2345M|1454 |   - |1914 | 796 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
1157.04/1157.10	c  1112s|  8410k|  8365k|     0 |   0.0 |2347M|1454 |   - |1914 | 790 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
1158.45/1158.46	c  1113s|  8420k|  8375k|     0 |   0.0 |2350M|1454 |   - |1914 | 784 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
1159.84/1159.86	c  1114s|  8430k|  8385k|     0 |   0.0 |2353M|1454 |   - |1914 | 800 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
1161.25/1161.21	c  1116s|  8440k|  8395k|     0 |   0.0 |2356M|1454 |   - |1914 | 818 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
1162.55/1162.57	c  1117s|  8450k|  8405k|     0 |   0.0 |2359M|1454 |   - |1914 | 805 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
1163.95/1163.92	c  1118s|  8460k|  8415k|     0 |   0.0 |2361M|1454 |   - |1914 | 785 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
1165.25/1165.28	c  1119s|  8470k|  8425k|     0 |   0.0 |2364M|1454 |   - |1914 | 791 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
1166.65/1166.62	c  1121s|  8480k|  8435k|     0 |   0.0 |2367M|1454 |   - |1914 | 771 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
1167.94/1167.98	c  1122s|  8490k|  8445k|     0 |   0.0 |2370M|1454 |   - |1914 | 766 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
1169.35/1169.35	c  1123s|  8500k|  8455k|     0 |   0.0 |2372M|1454 |   - |1914 | 781 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
1170.75/1170.73	c  1125s|  8510k|  8465k|     0 |   0.0 |2375M|1454 |   - |1914 | 749 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
1172.14/1172.14	c  1126s|  8520k|  8475k|     0 |   0.0 |2378M|1454 |   - |1914 | 796 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
1173.54/1173.54	c  1127s|  8530k|  8485k|     0 |   0.0 |2381M|1454 |   - |1914 | 772 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
1174.86/1174.88	c  1129s|  8540k|  8495k|     0 |   0.0 |2383M|1454 |   - |1914 | 757 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
1176.25/1176.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1176.25/1176.26	c  1130s|  8550k|  8504k|     0 |   0.0 |2386M|1454 |   - |1914 | 775 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
1177.64/1177.61	c  1131s|  8560k|  8514k|     0 |   0.0 |2389M|1454 |   - |1914 | 737 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
1178.95/1178.96	c  1133s|  8570k|  8524k|     0 |   0.0 |2392M|1454 |   - |1914 | 745 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
1180.35/1180.36	c  1134s|  8580k|  8534k|     0 |   0.0 |2394M|1454 |   - |1914 | 782 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
1181.75/1181.74	c  1135s|  8590k|  8544k|     0 |   0.0 |2397M|1454 |   - |1914 | 782 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
1183.15/1183.10	c  1137s|  8600k|  8554k|     0 |   0.0 |2400M|1454 |   - |1914 | 762 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
1184.44/1184.43	c  1138s|  8610k|  8564k|     0 |   0.0 |2403M|1454 |   - |1914 | 776 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
1185.75/1185.77	c  1139s|  8620k|  8574k|     0 |   0.0 |2405M|1454 |   - |1914 | 766 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
1187.15/1187.14	c  1140s|  8630k|  8584k|     0 |   0.0 |2408M|1454 |   - |1914 | 804 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
1188.54/1188.50	c  1142s|  8640k|  8594k|     0 |   0.0 |2411M|1454 |   - |1914 | 793 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
1189.85/1189.86	c  1143s|  8650k|  8604k|     0 |   0.0 |2414M|1454 |   - |1914 | 812 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
1191.25/1191.21	c  1144s|  8660k|  8614k|     0 |   0.0 |2417M|1454 |   - |1914 | 834 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
1192.55/1192.57	c  1146s|  8670k|  8624k|     0 |   0.0 |2419M|1454 |   - |1914 | 832 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
1193.95/1193.94	c  1147s|  8680k|  8634k|     0 |   0.0 |2422M|1454 |   - |1914 | 801 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
1195.34/1195.34	c  1148s|  8690k|  8644k|     0 |   0.0 |2425M|1454 |   - |1914 | 850 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
1196.65/1196.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1196.65/1196.68	c  1150s|  8700k|  8654k|     0 |   0.0 |2428M|1454 |   - |1914 | 818 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
1198.05/1198.04	c  1151s|  8710k|  8664k|     0 |   0.0 |2430M|1454 |   - |1914 | 800 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
1199.45/1199.44	c  1152s|  8720k|  8674k|     0 |   0.0 |2433M|1454 |   - |1914 | 859 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
1200.75/1200.78	c  1154s|  8730k|  8684k|     0 |   0.0 |2436M|1454 |   - |1914 | 755 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
1202.15/1202.14	c  1155s|  8740k|  8693k|     0 |   0.0 |2439M|1454 |   - |1914 | 772 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
1203.54/1203.52	c  1156s|  8750k|  8703k|     0 |   0.0 |2441M|1454 |   - |1914 | 756 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
1204.85/1204.88	c  1158s|  8760k|  8713k|     0 |   0.0 |2444M|1454 |   - |1914 | 781 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
1206.25/1206.23	c  1159s|  8770k|  8723k|     0 |   0.0 |2447M|1454 |   - |1914 | 752 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
1207.54/1207.59	c  1160s|  8780k|  8733k|     0 |   0.0 |2450M|1454 |   - |1914 | 800 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
1208.95/1208.97	c  1161s|  8790k|  8743k|     0 |   0.0 |2453M|1454 |   - |1914 | 788 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
1210.35/1210.34	c  1163s|  8800k|  8753k|     0 |   0.0 |2455M|1454 |   - |1914 | 810 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 |      --      |    Inf 
1211.74/1211.72	c  1164s|  8810k|  8763k|     0 |   0.0 |2458M|1454 |   - |1914 | 771 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 |      --      |    Inf 
1213.04/1213.09	c  1165s|  8820k|  8773k|     0 |   0.0 |2461M|1454 |   - |1914 | 753 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 |      --      |    Inf 
1214.46/1214.45	c  1167s|  8830k|  8783k|     0 |   0.0 |2464M|1454 |   - |1914 | 736 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 |      --      |    Inf 
1215.85/1215.83	c  1168s|  8840k|  8793k|     0 |   0.0 |2466M|1454 |   - |1914 | 788 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
1217.25/1217.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1217.25/1217.20	c  1169s|  8850k|  8803k|     0 |   0.0 |2469M|1454 |   - |1914 | 765 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
1218.55/1218.55	c  1171s|  8860k|  8813k|     0 |   0.0 |2472M|1454 |   - |1914 | 768 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
1219.96/1219.93	c  1172s|  8870k|  8823k|     0 |   0.0 |2475M|1454 |   - |1914 | 789 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
1221.25/1221.30	c  1173s|  8880k|  8833k|     0 |   0.0 |2477M|1454 |   - |1914 | 762 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
1222.65/1222.66	c  1175s|  8890k|  8843k|     0 |   0.0 |2480M|1454 |   - |1914 | 776 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
1224.05/1224.04	c  1176s|  8900k|  8853k|     0 |   0.0 |2483M|1454 |   - |1914 | 756 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
1225.46/1225.43	c  1177s|  8910k|  8863k|     0 |   0.0 |2486M|1454 |   - |1914 | 762 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
1226.75/1226.77	c  1179s|  8920k|  8873k|     0 |   0.0 |2489M|1454 |   - |1914 | 758 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
1228.15/1228.14	c  1180s|  8930k|  8883k|     0 |   0.0 |2491M|1454 |   - |1914 | 750 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
1229.45/1229.49	c  1181s|  8940k|  8893k|     0 |   0.0 |2494M|1454 |   - |1914 | 759 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
1230.86/1230.87	c  1182s|  8950k|  8902k|     0 |   0.0 |2497M|1454 |   - |1914 | 762 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
1232.25/1232.21	c  1184s|  8960k|  8912k|     0 |   0.0 |2500M|1454 |   - |1914 | 726 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
1233.55/1233.57	c  1185s|  8970k|  8922k|     0 |   0.0 |2502M|1454 |   - |1914 | 725 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
1234.95/1234.95	c  1186s|  8980k|  8932k|     0 |   0.0 |2505M|1454 |   - |1914 | 735 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
1236.25/1236.28	c  1188s|  8990k|  8942k|     0 |   0.0 |2508M|1454 |   - |1914 | 736 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
1237.65/1237.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1237.65/1237.67	c  1189s|  9000k|  8952k|     0 |   0.0 |2511M|1454 |   - |1914 | 743 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 |      --      |    Inf 
1239.05/1239.05	c  1190s|  9010k|  8962k|     0 |   0.0 |2513M|1454 |   - |1914 | 727 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 |      --      |    Inf 
1240.34/1240.39	c  1192s|  9020k|  8972k|     0 |   0.0 |2516M|1454 |   - |1914 | 724 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 |      --      |    Inf 
1241.75/1241.76	c  1193s|  9030k|  8982k|     0 |   0.0 |2519M|1454 |   - |1914 | 743 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 |      --      |    Inf 
1243.15/1243.16	c  1194s|  9040k|  8992k|     0 |   0.0 |2522M|1454 |   - |1914 | 781 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 |      --      |    Inf 
1244.55/1244.54	c  1196s|  9050k|  9002k|     0 |   0.0 |2524M|1454 |   - |1914 | 763 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 |      --      |    Inf 
1245.85/1245.90	c  1197s|  9060k|  9012k|     0 |   0.0 |2527M|1454 |   - |1914 | 781 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 |      --      |    Inf 
1247.25/1247.25	c  1198s|  9070k|  9022k|     0 |   0.0 |2530M|1454 |   - |1914 | 730 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 |      --      |    Inf 
1248.65/1248.60	c  1199s|  9080k|  9032k|     0 |   0.0 |2533M|1454 |   - |1914 | 757 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 |      --      |    Inf 
1249.95/1249.96	c  1201s|  9090k|  9042k|     0 |   0.0 |2536M|1454 |   - |1914 | 753 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 |      --      |    Inf 
1251.35/1251.35	c  1202s|  9100k|  9052k|     0 |   0.0 |2538M|1454 |   - |1914 | 734 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 |      --      |    Inf 
1252.75/1252.73	c  1203s|  9110k|  9062k|     0 |   0.0 |2541M|1454 |   - |1914 | 759 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 |      --      |    Inf 
1254.15/1254.12	c  1205s|  9120k|  9072k|     0 |   0.0 |2544M|1454 |   - |1914 | 768 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
1255.45/1255.48	c  1206s|  9130k|  9082k|     0 |   0.0 |2547M|1454 |   - |1914 | 796 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
1256.85/1256.86	c  1207s|  9140k|  9091k|     0 |   0.0 |2549M|1454 |   - |1914 | 776 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
1258.26/1258.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1258.26/1258.26	c  1209s|  9150k|  9101k|     0 |   0.0 |2552M|1454 |   - |1914 | 767 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
1259.65/1259.63	c  1210s|  9160k|  9111k|     0 |   0.0 |2555M|1454 |   - |1914 | 755 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
1261.05/1261.02	c  1211s|  9170k|  9121k|     0 |   0.0 |2558M|1454 |   - |1914 | 787 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
1262.36/1262.36	c  1213s|  9180k|  9131k|     0 |   0.0 |2560M|1454 |   - |1914 | 783 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
1263.75/1263.71	c  1214s|  9190k|  9141k|     0 |   0.0 |2563M|1454 |   - |1914 | 778 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
1265.15/1265.10	c  1215s|  9200k|  9151k|     0 |   0.0 |2566M|1454 |   - |1914 | 783 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 |      --      |    Inf 
1266.45/1266.46	c  1217s|  9210k|  9161k|     0 |   0.0 |2569M|1454 |   - |1914 | 717 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 |      --      |    Inf 
1267.85/1267.81	c  1218s|  9220k|  9171k|     0 |   0.0 |2571M|1454 |   - |1914 | 742 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 |      --      |    Inf 
1269.15/1269.17	c  1219s|  9230k|  9181k|     0 |   0.0 |2574M|1454 |   - |1914 | 726 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 |      --      |    Inf 
1270.56/1270.51	c  1221s|  9240k|  9191k|     0 |   0.0 |2577M|1454 |   - |1914 | 726 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 |      --      |    Inf 
1271.96/1271.91	c  1222s|  9250k|  9201k|     0 |   0.0 |2580M|1454 |   - |1914 | 732 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 |      --      |    Inf 
1273.25/1273.28	c  1223s|  9260k|  9211k|     0 |   0.0 |2582M|1454 |   - |1914 | 688 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 |      --      |    Inf 
1274.65/1274.66	c  1225s|  9270k|  9221k|     0 |   0.0 |2585M|1454 |   - |1914 | 717 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 |      --      |    Inf 
1276.06/1276.04	c  1226s|  9280k|  9231k|     0 |   0.0 |2588M|1454 |   - |1914 | 708 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 |      --      |    Inf 
1277.45/1277.42	c  1227s|  9290k|  9241k|     0 |   0.0 |2591M|1454 |   - |1914 | 674 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 |      --      |    Inf 
1278.75/1278.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1278.75/1278.77	c  1229s|  9300k|  9251k|     0 |   0.0 |2593M|1454 |   - |1914 | 662 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 |      --      |    Inf 
1280.15/1280.15	c  1230s|  9310k|  9261k|     0 |   0.0 |2596M|1454 |   - |1914 | 674 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 |      --      |    Inf 
1281.55/1281.51	c  1231s|  9320k|  9271k|     0 |   0.0 |2599M|1454 |   - |1914 | 691 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
1282.85/1282.87	c  1232s|  9330k|  9281k|     0 |   0.0 |2602M|1454 |   - |1914 | 660 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
1284.25/1284.24	c  1234s|  9340k|  9291k|     0 |   0.0 |2605M|1454 |   - |1914 | 691 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
1285.56/1285.60	c  1235s|  9350k|  9300k|     0 |   0.0 |2607M|1454 |   - |1914 | 708 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
1286.96/1286.94	c  1236s|  9360k|  9310k|     0 |   0.0 |2610M|1454 |   - |1914 | 680 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 |      --      |    Inf 
1288.26/1288.27	c  1238s|  9370k|  9320k|     0 |   0.0 |2613M|1454 |   - |1914 | 666 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 |      --      |    Inf 
1289.65/1289.65	c  1239s|  9380k|  9330k|     0 |   0.0 |2616M|1454 |   - |1914 | 718 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 |      --      |    Inf 
1291.05/1291.00	c  1240s|  9390k|  9340k|     0 |   0.0 |2618M|1454 |   - |1914 | 683 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 |      --      |    Inf 
1292.36/1292.35	c  1242s|  9400k|  9350k|     0 |   0.0 |2621M|1454 |   - |1914 | 701 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 |      --      |    Inf 
1293.75/1293.71	c  1243s|  9410k|  9360k|     0 |   0.0 |2624M|1454 |   - |1914 | 689 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 |      --      |    Inf 
1295.05/1295.09	c  1244s|  9420k|  9370k|     0 |   0.0 |2627M|1454 |   - |1914 | 733 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 |      --      |    Inf 
1296.46/1296.43	c  1246s|  9430k|  9380k|     0 |   0.0 |2629M|1454 |   - |1914 | 714 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 |      --      |    Inf 
1297.85/1297.80	c  1247s|  9440k|  9390k|     0 |   0.0 |2632M|1454 |   - |1914 | 701 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 |      --      |    Inf 
1299.16/1299.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1299.16/1299.16	c  1248s|  9450k|  9400k|     0 |   0.0 |2635M|1454 |   - |1914 | 701 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 |      --      |    Inf 
1300.55/1300.54	c  1249s|  9460k|  9410k|     0 |   0.0 |2638M|1454 |   - |1914 | 710 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 |      --      |    Inf 
1301.96/1301.90	c  1251s|  9470k|  9420k|     0 |   0.0 |2640M|1454 |   - |1914 | 702 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 |      --      |    Inf 
1303.25/1303.26	c  1252s|  9480k|  9430k|     0 |   0.0 |2643M|1454 |   - |1914 | 697 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 |      --      |    Inf 
1304.66/1304.63	c  1253s|  9490k|  9440k|     0 |   0.0 |2646M|1454 |   - |1914 | 729 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 |      --      |    Inf 
1306.06/1306.00	c  1255s|  9500k|  9450k|     0 |   0.0 |2649M|1454 |   - |1914 | 746 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 |      --      |    Inf 
1307.35/1307.37	c  1256s|  9510k|  9460k|     0 |   0.0 |2652M|1454 |   - |1914 | 739 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 |      --      |    Inf 
1308.76/1308.75	c  1257s|  9520k|  9470k|     0 |   0.0 |2654M|1454 |   - |1914 | 722 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 |      --      |    Inf 
1310.16/1310.13	c  1259s|  9530k|  9480k|     0 |   0.0 |2657M|1454 |   - |1914 | 742 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 |      --      |    Inf 
1311.55/1311.50	c  1260s|  9540k|  9489k|     0 |   0.0 |2660M|1454 |   - |1914 | 754 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 |      --      |    Inf 
1312.85/1312.89	c  1261s|  9550k|  9499k|     0 |   0.0 |2663M|1454 |   - |1914 | 764 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 |      --      |    Inf 
1314.26/1314.22	c  1263s|  9560k|  9509k|     0 |   0.0 |2665M|1454 |   - |1914 | 742 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 |      --      |    Inf 
1315.66/1315.61	c  1264s|  9570k|  9519k|     0 |   0.0 |2668M|1454 |   - |1914 | 805 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 |      --      |    Inf 
1316.95/1316.95	c  1265s|  9580k|  9529k|     0 |   0.0 |2671M|1454 |   - |1914 | 764 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 |      --      |    Inf 
1318.26/1318.29	c  1266s|  9590k|  9539k|     0 |   0.0 |2674M|1454 |   - |1914 | 777 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
1319.65/1319.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1319.65/1319.66	c  1268s|  9600k|  9549k|     0 |   0.0 |2676M|1454 |   - |1914 | 757 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
1321.06/1321.03	c  1269s|  9610k|  9559k|     0 |   0.0 |2679M|1454 |   - |1914 | 780 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
1322.45/1322.41	c  1270s|  9620k|  9569k|     0 |   0.0 |2682M|1454 |   - |1914 | 809 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
1323.86/1323.81	c  1272s|  9630k|  9579k|     0 |   0.0 |2685M|1454 |   - |1914 | 820 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 |      --      |    Inf 
1325.15/1325.17	c  1273s|  9640k|  9589k|     0 |   0.0 |2687M|1454 |   - |1914 | 801 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 |      --      |    Inf 
1326.56/1326.50	c  1274s|  9650k|  9599k|     0 |   0.0 |2690M|1454 |   - |1914 | 789 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 |      --      |    Inf 
1327.85/1327.85	c  1276s|  9660k|  9609k|     0 |   0.0 |2693M|1454 |   - |1914 | 780 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 |      --      |    Inf 
1329.25/1329.20	c  1277s|  9670k|  9619k|     0 |   0.0 |2696M|1454 |   - |1914 | 812 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 |      --      |    Inf 
1330.55/1330.54	c  1278s|  9680k|  9629k|     0 |   0.0 |2698M|1454 |   - |1914 | 801 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 |      --      |    Inf 
1331.86/1331.90	c  1280s|  9690k|  9639k|     0 |   0.0 |2701M|1454 |   - |1914 | 798 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 |      --      |    Inf 
1333.26/1333.27	c  1281s|  9700k|  9649k|     0 |   0.0 |2704M|1454 |   - |1914 | 766 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 |      --      |    Inf 
1334.65/1334.61	c  1282s|  9710k|  9659k|     0 |   0.0 |2707M|1454 |   - |1914 | 764 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
1335.96/1335.96	c  1283s|  9720k|  9669k|     0 |   0.0 |2710M|1454 |   - |1914 | 779 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
1337.26/1337.29	c  1285s|  9730k|  9679k|     0 |   0.0 |2712M|1454 |   - |1914 | 763 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
1338.66/1338.64	c  1286s|  9740k|  9688k|     0 |   0.0 |2715M|1454 |   - |1914 | 783 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
1340.05/1340.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1340.05/1340.03	c  1287s|  9750k|  9698k|     0 |   0.0 |2718M|1454 |   - |1914 | 781 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 |      --      |    Inf 
1341.36/1341.39	c  1289s|  9760k|  9708k|     0 |   0.0 |2721M|1454 |   - |1914 | 798 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 |      --      |    Inf 
1342.76/1342.74	c  1290s|  9770k|  9718k|     0 |   0.0 |2723M|1454 |   - |1914 | 781 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 |      --      |    Inf 
1344.16/1344.13	c  1291s|  9780k|  9728k|     0 |   0.0 |2726M|1454 |   - |1914 | 769 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 |      --      |    Inf 
1345.55/1345.52	c  1293s|  9790k|  9738k|     0 |   0.0 |2729M|1454 |   - |1914 | 738 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 |      --      |    Inf 
1346.96/1346.91	c  1294s|  9800k|  9748k|     0 |   0.0 |2732M|1454 |   - |1914 | 759 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 |      --      |    Inf 
1348.26/1348.28	c  1295s|  9810k|  9758k|     0 |   0.0 |2734M|1454 |   - |1914 | 748 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 |      --      |    Inf 
1349.66/1349.64	c  1297s|  9820k|  9768k|     0 |   0.0 |2737M|1454 |   - |1914 | 777 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 |      --      |    Inf 
1350.96/1350.98	c  1298s|  9830k|  9778k|     0 |   0.0 |2740M|1454 |   - |1914 | 759 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 |      --      |    Inf 
1352.36/1352.33	c  1299s|  9840k|  9788k|     0 |   0.0 |2743M|1454 |   - |1914 | 783 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 |      --      |    Inf 
1353.76/1353.70	c  1300s|  9850k|  9798k|     0 |   0.0 |2746M|1454 |   - |1914 | 789 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 |      --      |    Inf 
1355.06/1355.06	c  1302s|  9860k|  9808k|     0 |   0.0 |2748M|1454 |   - |1914 | 796 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 |      --      |    Inf 
1356.46/1356.44	c  1303s|  9870k|  9818k|     0 |   0.0 |2751M|1454 |   - |1914 | 799 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 |      --      |    Inf 
1357.85/1357.80	c  1304s|  9880k|  9828k|     0 |   0.0 |2754M|1454 |   - |1914 | 774 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 |      --      |    Inf 
1359.16/1359.18	c  1306s|  9890k|  9838k|     0 |   0.0 |2757M|1454 |   - |1914 | 755 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 |      --      |    Inf 
1360.56/1360.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1360.56/1360.56	c  1307s|  9900k|  9848k|     0 |   0.0 |2759M|1454 |   - |1914 | 770 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 |      --      |    Inf 
1361.96/1361.92	c  1308s|  9910k|  9858k|     0 |   0.0 |2762M|1454 |   - |1914 | 766 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 |      --      |    Inf 
1363.26/1363.27	c  1310s|  9920k|  9868k|     0 |   0.0 |2765M|1454 |   - |1914 | 754 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 |      --      |    Inf 
1364.65/1364.64	c  1311s|  9930k|  9877k|     0 |   0.0 |2768M|1454 |   - |1914 | 748 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 |      --      |    Inf 
1366.05/1366.00	c  1312s|  9940k|  9887k|     0 |   0.0 |2770M|1454 |   - |1914 | 783 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 |      --      |    Inf 
1367.36/1367.33	c  1314s|  9950k|  9897k|     0 |   0.0 |2773M|1454 |   - |1914 | 770 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 |      --      |    Inf 
1368.66/1368.69	c  1315s|  9960k|  9907k|     0 |   0.0 |2776M|1454 |   - |1914 | 813 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 |      --      |    Inf 
1370.06/1370.05	c  1316s|  9970k|  9917k|     0 |   0.0 |2779M|1454 |   - |1914 | 810 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 |      --      |    Inf 
1371.46/1371.42	c  1318s|  9980k|  9927k|     0 |   0.0 |2781M|1454 |   - |1914 | 748 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 |      --      |    Inf 
1372.76/1372.78	c  1319s|  9990k|  9937k|     0 |   0.0 |2784M|1454 |   - |1914 | 760 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 |      --      |    Inf 
1374.15/1374.19	c  1320s| 10000k|  9947k|     0 |   0.0 |2787M|1454 |   - |1914 | 769 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 |      --      |    Inf 
1375.56/1375.54	c  1321s| 10010k|  9957k|     0 |   0.0 |2790M|1454 |   - |1914 | 776 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 |      --      |    Inf 
1376.85/1376.89	c  1323s| 10020k|  9967k|     0 |   0.0 |2793M|1454 |   - |1914 | 802 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 |      --      |    Inf 
1378.26/1378.27	c  1324s| 10030k|  9977k|     0 |   0.0 |2795M|1454 |   - |1914 | 835 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 |      --      |    Inf 
1379.65/1379.61	c  1325s| 10040k|  9987k|     0 |   0.0 |2798M|1454 |   - |1914 | 833 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 |      --      |    Inf 
1381.06/1381.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1381.06/1381.01	c  1327s| 10050k|  9997k|     0 |   0.0 |2801M|1454 |   - |1914 | 813 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 |      --      |    Inf 
1382.36/1382.35	c  1328s| 10060k| 10007k|     0 |   0.0 |2804M|1454 |   - |1914 | 792 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 |      --      |    Inf 
1383.76/1383.72	c  1329s| 10070k| 10017k|     0 |   0.0 |2806M|1454 |   - |1914 | 759 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 |      --      |    Inf 
1385.16/1385.12	c  1331s| 10080k| 10027k|     0 |   0.0 |2809M|1454 |   - |1914 | 790 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 |      --      |    Inf 
1386.46/1386.45	c  1332s| 10090k| 10037k|     0 |   0.0 |2812M|1454 |   - |1914 | 761 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 |      --      |    Inf 
1387.86/1387.83	c  1333s| 10100k| 10047k|     0 |   0.0 |2815M|1454 |   - |1914 | 778 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 |      --      |    Inf 
1389.26/1389.21	c  1335s| 10110k| 10056k|     0 |   0.0 |2817M|1454 |   - |1914 | 774 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 |      --      |    Inf 
1390.56/1390.57	c  1336s| 10120k| 10066k|     0 |   0.0 |2820M|1454 |   - |1914 | 788 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 |      --      |    Inf 
1391.95/1391.93	c  1337s| 10130k| 10076k|     0 |   0.0 |2823M|1454 |   - |1914 | 802 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 |      --      |    Inf 
1393.26/1393.29	c  1339s| 10140k| 10086k|     0 |   0.0 |2826M|1454 |   - |1914 | 745 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 |      --      |    Inf 
1394.66/1394.66	c  1340s| 10150k| 10096k|     0 |   0.0 |2829M|1454 |   - |1914 | 812 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 |      --      |    Inf 
1396.06/1396.03	c  1341s| 10160k| 10106k|     0 |   0.0 |2831M|1454 |   - |1914 | 777 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 |      --      |    Inf 
1397.36/1397.38	c  1342s| 10170k| 10116k|     0 |   0.0 |2834M|1454 |   - |1914 | 761 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 |      --      |    Inf 
1398.75/1398.74	c  1344s| 10180k| 10126k|     0 |   0.0 |2837M|1454 |   - |1914 | 731 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 |      --      |    Inf 
1400.16/1400.10	c  1345s| 10190k| 10136k|     0 |   0.0 |2840M|1454 |   - |1914 | 740 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 |      --      |    Inf 
1401.46/1401.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1401.46/1401.47	c  1346s| 10200k| 10146k|     0 |   0.0 |2842M|1454 |   - |1914 | 728 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 |      --      |    Inf 
1402.86/1402.85	c  1348s| 10210k| 10156k|     0 |   0.0 |2845M|1454 |   - |1914 | 707 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 |      --      |    Inf 
1404.25/1404.21	c  1349s| 10220k| 10166k|     0 |   0.0 |2848M|1454 |   - |1914 | 729 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 |      --      |    Inf 
1405.56/1405.57	c  1350s| 10230k| 10176k|     0 |   0.0 |2851M|1454 |   - |1914 | 709 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 |      --      |    Inf 
1406.96/1406.93	c  1352s| 10240k| 10186k|     0 |   0.0 |2853M|1454 |   - |1914 | 700 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 |      --      |    Inf 
1408.36/1408.33	c  1353s| 10250k| 10196k|     0 |   0.0 |2856M|1454 |   - |1914 | 733 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 |      --      |    Inf 
1409.75/1409.70	c  1354s| 10260k| 10206k|     0 |   0.0 |2859M|1454 |   - |1914 | 720 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 |      --      |    Inf 
1411.06/1411.09	c  1356s| 10270k| 10216k|     0 |   0.0 |2862M|1454 |   - |1914 | 792 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 |      --      |    Inf 
1412.46/1412.43	c  1357s| 10280k| 10226k|     0 |   0.0 |2864M|1454 |   - |1914 | 796 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 |      --      |    Inf 
1413.85/1413.80	c  1358s| 10290k| 10236k|     0 |   0.0 |2867M|1454 |   - |1914 | 823 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 |      --      |    Inf 
1414.35/1414.37	c (node 10294314) switching to memory saving mode (mem: 2736.0M/3420.0M)
1424.56/1424.56	c  1369s| 10300k| 10240k|     0 |   0.0 |2879M|1455 |   - |1914 |  19k|   0 |   0 |   0 | 302k|   0 | 0.000000e+00 |      --      |    Inf 
1439.66/1439.63	c  1384s| 10310k| 10240k|     0 |   0.0 |2898M|1455 |   - |1914 |  53k|   0 |   0 |   0 | 355k|   0 | 0.000000e+00 |      --      |    Inf 
1453.36/1453.36	c  1397s| 10320k| 10240k|     0 |   0.0 |2919M|1455 |   - |1914 |  92k|   0 |   0 |   0 | 408k|   0 | 0.000000e+00 |      --      |    Inf 
1466.66/1466.68	c  1411s| 10330k| 10240k|     0 |   0.0 |2940M|1455 |   - |1914 | 132k|   0 |   0 |   0 | 460k|   0 | 0.000000e+00 |      --      |    Inf 
1479.46/1479.48	c  1423s| 10340k| 10240k|     0 |   0.0 |2962M|1455 |   - |1914 | 172k|   0 |   0 |   0 | 513k|   0 | 0.000000e+00 |      --      |    Inf 
1491.37/1491.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1491.37/1491.39	c  1435s| 10350k| 10240k|     0 |   0.0 |2983M|1455 |   - |1914 | 211k|   0 |   0 |   0 | 566k|   0 | 0.000000e+00 |      --      |    Inf 
1505.46/1505.43	c  1449s| 10360k| 10240k|     0 |   0.0 |3011M|1455 |   - |1914 | 249k|   0 |   0 |   0 | 619k|   0 | 0.000000e+00 |      --      |    Inf 
1524.86/1524.80	c  1468s| 10370k| 10240k|     0 |   0.0 |3031M|1455 |   - |1914 | 284k|   0 |   0 |   0 | 668k|   0 | 0.000000e+00 |      --      |    Inf 
1537.97/1537.98	c  1481s| 10380k| 10240k|     0 |   0.0 |3035M|1455 |   - |1914 | 289k|   0 |   0 |   0 | 720k|   0 | 0.000000e+00 |      --      |    Inf 
1553.37/1553.40	c  1497s| 10390k| 10240k|     0 |   0.0 |3051M|1455 |   - |1914 | 320k|   0 |   0 |   0 | 773k|   0 | 0.000000e+00 |      --      |    Inf 
1571.56/1571.59	c  1515s| 10400k| 10240k|     0 |   0.0 |3070M|1477 |   - |1914 | 356k|   0 |   0 |   0 | 822k|   0 | 0.000000e+00 |      --      |    Inf 
1588.76/1588.75	c  1532s| 10410k| 10240k|     0 |   0.0 |3089M|1477 |   - |1914 | 392k|   0 |   0 |   0 | 872k|   0 | 0.000000e+00 |      --      |    Inf 
1604.37/1604.39	c  1547s| 10420k| 10240k|     0 |   0.0 |3109M|1477 |   - |1914 | 428k|   0 |   0 |   0 | 922k|   0 | 0.000000e+00 |      --      |    Inf 
1618.87/1618.84	c  1561s| 10430k| 10240k|     0 |   0.0 |3128M|1477 |   - |1914 | 465k|   0 |   0 |   0 | 972k|   0 | 0.000000e+00 |      --      |    Inf 
1636.47/1636.45	c  1579s| 10440k| 10240k|     0 |   0.0 |3148M|1477 |   - |1914 | 500k|   0 |   0 |   0 |1022k|   0 | 0.000000e+00 |      --      |    Inf 
1650.97/1650.91	c  1593s| 10450k| 10240k|     0 |   0.0 |3166M|1477 |   - |1914 | 534k|   0 |   0 |   0 |1072k|   0 | 0.000000e+00 |      --      |    Inf 
1669.67/1669.61	c  1612s| 10460k| 10240k|     0 |   0.0 |3184M|1477 |   - |1914 | 569k|   0 |   0 |   0 |1122k|   0 | 0.000000e+00 |      --      |    Inf 
1685.57/1685.59	c  1628s| 10470k| 10240k|     0 |   0.0 |3204M|1477 |   - |1914 | 605k|   0 |   0 |   0 |1171k|   0 | 0.000000e+00 |      --      |    Inf 
1703.67/1703.66	c  1646s| 10480k| 10240k|     0 |   0.0 |3223M|1477 |   - |1914 | 641k|   0 |   0 |   0 |1221k|   0 | 0.000000e+00 |      --      |    Inf 
1719.47/1719.43	c  1661s| 10490k| 10240k|     0 |   0.0 |3242M|1477 |   - |1914 | 678k|   0 |   0 |   0 |1271k|   0 | 0.000000e+00 |      --      |    Inf 
1737.87/1737.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1737.87/1737.81	c  1679s| 10500k| 10240k|     0 |   0.0 |3262M|1477 |   - |1914 | 713k|   0 |   0 |   0 |1318k|   0 | 0.000000e+00 |      --      |    Inf 
1751.68/1751.63	c  1693s| 10510k| 10240k|     0 |   0.0 |3279M|1477 |   - |1914 | 745k|   0 |   0 |   0 |1368k|   0 | 0.000000e+00 |      --      |    Inf 
1766.38/1766.37	c  1708s| 10520k| 10240k|     0 |   0.0 |3297M|1477 |   - |1914 | 781k|   0 |   0 |   0 |1419k|   0 | 0.000000e+00 |      --      |    Inf 
1782.08/1782.02	c  1723s| 10530k| 10240k|     0 |   0.0 |3315M|1477 |   - |1914 | 816k|   0 |   0 |   0 |1469k|   0 | 0.000000e+00 |      --      |    Inf 
1795.98/1795.99	c  1737s| 10540k| 10240k|     0 |   0.0 |3336M|1477 |   - |1914 | 853k|   0 |   0 |   0 |1519k|   0 | 0.000000e+00 |      --      |    Inf 
1800.08/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.08/1800.00	c 
1800.08/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.00	c Solving Time (sec) : 1741.10
1800.08/1800.00	c Solving Nodes      : 10543280
1800.08/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.08/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.08/1800.00	c Gap                : infinite
1800.08/1800.00	s UNKNOWN
1800.08/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.00	c Solving Time       :    1741.10
1800.08/1800.00	c Original Problem   :
1800.08/1800.00	c   Problem name     : HOME/instance-2693795-1277892990.wbo
1800.08/1800.00	c   Variables        : 1914 (1857 binary, 0 integer, 0 implicit integer, 57 continuous)
1800.08/1800.00	c   Constraints      : 143 initial, 143 maximal
1800.08/1800.00	c Presolved Problem  :
1800.08/1800.00	c   Problem name     : t_HOME/instance-2693795-1277892990.wbo
1800.08/1800.00	c   Variables        : 1914 (1857 binary, 0 integer, 0 implicit integer, 57 continuous)
1800.08/1800.00	c   Constraints      : 142 initial, 865495 maximal
1800.08/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.08/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.00	c   probing          :       0.02          0          0          0          0          0          0          0          0
1800.08/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.00	c   linear           :       0.00          0          0          0         57          0          1          0          0
1800.08/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.08/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.08/1800.00	c   indicator        :         57          0     905525          0     166393          0         66          0          0          0
1800.08/1800.00	c   setppc           :         15          0   11715007          0   10418051       9160    2566244          0          0          0
1800.08/1800.00	c   linear           :         57          0   11742590          0   10435036     129920    7884056          0          0          0
1800.08/1800.00	c   logicor          :         13+         0    2008816          0   10435029      31154    1201898          0          0          0
1800.08/1800.00	c   countsols        :          0          0          0          0   10435036          0          0          0          0          0
1800.08/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.00	c   indicator        :       0.23       0.00       0.15       0.00       0.08
1800.08/1800.00	c   setppc           :     113.14       0.00      25.60       0.00      87.54
1800.08/1800.00	c   linear           :     365.94       0.00     361.19       0.00       4.75
1800.08/1800.00	c   logicor          :     136.83       0.00      76.97       0.00      59.86
1800.08/1800.00	c   countsols        :       1.67       0.00       0.00       0.00       1.67
1800.08/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.00	c   vbounds          :       2.78          2          0          0
1800.08/1800.00	c   rootredcost      :       2.50          0          0          0
1800.08/1800.00	c   pseudoobj        :      20.43   11751550          0          0
1800.08/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.00	c   propagation      :     391.43     170234     170234    2602862      396.0    1601623       38.8          -
1800.08/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.08/1800.00	c   applied globally :          -          -          -    1458659       43.0          -          -          -
1800.08/1800.00	c   applied locally  :          -          -          -      76813      291.1          -          -          -
1800.08/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.08/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.08/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.08/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.08/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.08/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.08/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.08/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.08/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.08/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.08/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.08/1800.00	c Pricers            :       Time      Calls       Vars
1800.08/1800.00	c   problem variables:       0.00          0          0
1800.08/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.08/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.00	c   inference        :     919.30   10435036          0          0          0          0   20870072
1800.08/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.00	c   LP solutions     :       0.00          -          0
1800.08/1800.00	c   pseudo solutions :       0.00          -          0
1800.08/1800.00	c   oneopt           :       2.41          0          0
1800.08/1800.00	c   trivial          :       0.00          2          0
1800.08/1800.00	c   simplerounding   :       0.00          0          0
1800.08/1800.00	c   zirounding       :       0.00          0          0
1800.08/1800.00	c   rounding         :       0.00          0          0
1800.08/1800.00	c   shifting         :       0.00          0          0
1800.08/1800.00	c   intshifting      :       0.00          0          0
1800.08/1800.00	c   twoopt           :       0.00          0          0
1800.08/1800.00	c   fixandinfer      :       0.00          0          0
1800.08/1800.00	c   feaspump         :       0.00          0          0
1800.08/1800.00	c   coefdiving       :       0.00          0          0
1800.08/1800.00	c   pscostdiving     :       0.00          0          0
1800.08/1800.00	c   fracdiving       :       0.00          0          0
1800.08/1800.00	c   veclendiving     :       0.00          0          0
1800.08/1800.00	c   intdiving        :       0.00          0          0
1800.08/1800.00	c   actconsdiving    :       0.00          0          0
1800.08/1800.00	c   objpscostdiving  :       0.00          0          0
1800.08/1800.00	c   rootsoldiving    :       0.00          0          0
1800.08/1800.00	c   linesearchdiving :       0.00          0          0
1800.08/1800.00	c   guideddiving     :       0.00          0          0
1800.08/1800.00	c   octane           :       0.00          0          0
1800.08/1800.00	c   rens             :       0.00          0          0
1800.08/1800.00	c   rins             :       0.00          0          0
1800.08/1800.00	c   localbranching   :       0.00          0          0
1800.08/1800.00	c   mutation         :       0.00          0          0
1800.08/1800.00	c   crossover        :       0.00          0          0
1800.08/1800.00	c   dins             :       0.00          0          0
1800.08/1800.00	c   undercover       :       0.00          0          0
1800.08/1800.00	c   nlp              :       2.77          0          0
1800.08/1800.00	c   trysol           :       2.15          1          0
1800.08/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.08/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.08/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.08/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.08/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.08/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.08/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.00	c B&B Tree           :
1800.08/1800.00	c   number of runs   :          1
1800.08/1800.00	c   nodes            :   10543280
1800.08/1800.00	c   nodes (total)    :   10543280
1800.08/1800.00	c   nodes left       :   10240294
1800.08/1800.00	c   max depth        :       1477
1800.08/1800.00	c   max depth (total):       1477
1800.08/1800.00	c   backtracks       :      89874 (0.9%)
1800.08/1800.00	c   delayed cutoffs  :      86499
1800.08/1800.00	c   repropagations   :     158734 (2733396 domain reductions, 61990 cutoffs)
1800.08/1800.00	c   avg switch length:       2.32
1800.08/1800.00	c   switching time   :      53.24
1800.08/1800.00	c Solution           :
1800.08/1800.00	c   Solutions found  :          0 (0 improvements)
1800.08/1800.00	c   Primal Bound     :          -
1800.08/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.08/1800.00	c   Gap              :   infinite
1800.08/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.08/1800.00	c   Root Iterations  :          0

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693795-1277892990/watcher-2693795-1277892990 -o /tmp/evaluation-result-2693795-1277892990/solver-2693795-1277892990 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693795-1277892990.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.99 2.02 3/178 12917
/proc/meminfo: memFree=30662720/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=9176 CPUtime=0
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 1694 0 0 0 0 0 0 0 25 0 1 0 130593929 9396224 1616 4089446400 4194304 7136930 140735028287456 18446744073709551615 6329871 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12917/statm: 2294 1634 275 719 0 1573 0

[startup+0.053168 s]
/proc/loadavg: 1.92 1.99 2.02 3/178 12917
/proc/meminfo: memFree=30662720/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=16368 CPUtime=0.04
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 5095 0 0 0 4 0 0 0 18 0 1 0 130593929 16760832 3378 4089446400 4194304 7136930 140735028287456 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 4092 3378 390 719 0 3371 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16368

[startup+0.101149 s]
/proc/loadavg: 1.92 1.99 2.02 3/178 12917
/proc/meminfo: memFree=30662720/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=16760 CPUtime=0.09
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 5174 0 0 0 9 0 0 0 18 0 1 0 130593929 17162240 3457 4089446400 4194304 7136930 140735028287456 18446744073709551615 4740336 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 4190 3457 390 719 0 3469 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16760

[startup+0.301109 s]
/proc/loadavg: 1.92 1.99 2.02 3/178 12917
/proc/meminfo: memFree=30662720/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=17568 CPUtime=0.29
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 5377 0 0 0 28 1 0 0 18 0 1 0 130593929 17989632 3660 4089446400 4194304 7136930 140735028287456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 4392 3660 394 719 0 3671 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17568

[startup+0.701029 s]
/proc/loadavg: 1.92 1.99 2.02 3/178 12917
/proc/meminfo: memFree=30662720/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=19848 CPUtime=0.69
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 5974 0 0 0 66 3 0 0 18 0 1 0 130593929 20324352 4257 4089446400 4194304 7136930 140735028287456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 4962 4257 394 719 0 4241 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19848

[startup+1.50087 s]
/proc/loadavg: 1.92 1.99 2.02 3/179 12918
/proc/meminfo: memFree=30644732/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=22116 CPUtime=1.49
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 6569 0 0 0 143 6 0 0 20 0 1 0 130593929 22646784 4852 4089446400 4194304 7136930 140735028287456 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 5529 4852 394 719 0 4808 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22116

[startup+3.10055 s]
/proc/loadavg: 1.92 1.99 2.02 3/179 12918
/proc/meminfo: memFree=30640912/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=25644 CPUtime=3.09
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 7491 0 0 0 297 12 0 0 25 0 1 0 130593929 26259456 5774 4089446400 4194304 7136930 140735028287456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 6411 5774 394 719 0 5690 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25644

[startup+6.30091 s]
/proc/loadavg: 1.93 1.99 2.02 3/179 12918
/proc/meminfo: memFree=30626980/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=33724 CPUtime=6.29
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 9610 0 0 0 604 25 0 0 25 0 1 0 130593929 34533376 7893 4089446400 4194304 7136930 140735028287456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 8431 7893 394 719 0 7710 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33724

[startup+12.7006 s]
/proc/loadavg: 1.93 1.99 2.02 3/179 12919
/proc/meminfo: memFree=30602320/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=49656 CPUtime=12.69
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 13234 0 0 0 1220 49 0 0 25 0 1 0 130593929 50847744 11517 4089446400 4194304 7136930 140735028287456 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 12414 11517 394 719 0 11693 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 49656

[startup+25.5011 s]
/proc/loadavg: 1.95 1.99 2.02 3/179 12919
/proc/meminfo: memFree=30554188/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=79152 CPUtime=25.49
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 20978 0 0 0 2446 103 0 0 25 0 1 0 130593929 81051648 19261 4089446400 4194304 7136930 140735028287456 18446744073709551615 5909091 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 19788 19261 394 719 0 19067 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 79152

[startup+51.101 s]
/proc/loadavg: 1.96 1.99 2.02 3/179 12919
/proc/meminfo: memFree=30431816/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=155632 CPUtime=51.1
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 39838 0 0 0 4891 219 0 0 25 0 1 0 130593929 159367168 38121 4089446400 4194304 7136930 140735028287456 18446744073709551615 4642962 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 38908 38121 394 719 0 38187 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 155632

[startup+102.306 s]
/proc/loadavg: 1.98 1.99 2.01 3/179 12921
/proc/meminfo: memFree=30197544/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=288128 CPUtime=102.3
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 72344 0 0 0 9808 422 0 0 25 0 1 0 130593929 295043072 70627 4089446400 4194304 7136930 140735028287456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 72032 70627 394 719 0 71311 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 288128

[startup+162.301 s]
/proc/loadavg: 1.99 1.99 2.01 3/179 12923
/proc/meminfo: memFree=29979376/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=427696 CPUtime=162.3
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 104821 0 0 0 15579 651 0 0 25 0 1 0 130593929 437960704 103104 4089446400 4194304 7136930 140735028287456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 106924 103104 394 719 0 106203 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 427696

[startup+222.301 s]
/proc/loadavg: 2.03 2.00 2.01 3/179 12924
/proc/meminfo: memFree=29783152/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=545744 CPUtime=222.3
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 135992 0 0 0 21344 886 0 0 25 0 1 0 130593929 558841856 134275 4089446400 4194304 7136930 140735028287456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 136436 134275 394 719 0 135715 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 545744

[startup+282.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 12925
/proc/meminfo: memFree=29587400/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=699556 CPUtime=282.3
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 167919 0 0 0 27119 1111 0 0 25 0 1 0 130593929 716345344 166202 4089446400 4194304 7136930 140735028287456 18446744073709551615 4407919 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 174889 166202 394 719 0 174168 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 699556

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12927
/proc/meminfo: memFree=29391648/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=818100 CPUtime=342.3
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 199248 0 0 0 32889 1341 0 0 25 0 1 0 130593929 837734400 197531 4089446400 4194304 7136930 140735028287456 18446744073709551615 4643136 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 204525 197531 394 719 0 203804 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 818100

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12929
/proc/meminfo: memFree=29200268/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=938760 CPUtime=402.31
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 231064 0 0 0 38655 1576 0 0 25 0 1 0 130593929 961290240 229347 4089446400 4194304 7136930 140735028287456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 234690 229347 394 719 0 233969 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 938760

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12931
/proc/meminfo: memFree=29002296/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=1060992 CPUtime=462.31
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 263293 0 0 0 44421 1810 0 0 25 0 1 0 130593929 1086455808 261576 4089446400 4194304 7136930 140735028287456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 265248 261576 394 719 0 264527 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1060992

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12932
/proc/meminfo: memFree=28810876/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=1174924 CPUtime=522.31
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 293429 0 0 0 50189 2042 0 0 25 0 1 0 130593929 1203122176 291712 4089446400 4194304 7136930 140735028287456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 293731 291712 394 719 0 293010 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1174924

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12933
/proc/meminfo: memFree=28615516/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=1357284 CPUtime=582.32
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 324313 0 0 0 55949 2283 0 0 25 0 1 0 130593929 1389858816 322596 4089446400 4194304 7136930 140735028287456 18446744073709551615 4643155 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 339321 322596 394 719 0 338600 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 1357284

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12935
/proc/meminfo: memFree=28421016/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=1474840 CPUtime=642.33
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 355393 0 0 0 61709 2524 0 0 25 0 1 0 130593929 1510236160 353676 4089446400 4194304 7136930 140735028287456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 368710 353676 394 719 0 367989 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 1474840

[startup+702.301 s]

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

/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 577401 0 0 0 102052 4182 0 0 25 0 1 0 130593929 2371219456 575684 4089446400 4194304 7136930 140735028287456 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 578911 575684 394 719 0 578190 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 2315644

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12951
/proc/meminfo: memFree=26863896/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=2431548 CPUtime=1122.35
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 608089 0 0 0 107815 4420 0 0 25 0 1 0 130593929 2489905152 606372 4089446400 4194304 7136930 140735028287456 18446744073709551615 4642989 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 607887 606372 394 719 0 607166 0
Current children cumulated CPU time (s) 1122.35
Current children cumulated vsize (KiB) 2431548

[startup+1182.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 12952
/proc/meminfo: memFree=26669784/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=2683912 CPUtime=1182.35
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 640068 0 0 0 113582 4653 0 0 25 0 1 0 130593929 2748325888 638351 4089446400 4194304 7136930 140735028287456 18446744073709551615 5892359 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 670978 638351 394 719 0 670257 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 2683912

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 12954
/proc/meminfo: memFree=26472556/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=2803112 CPUtime=1242.35
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 671605 0 0 0 119341 4894 0 0 25 0 1 0 130593929 2870386688 669888 4089446400 4194304 7136930 140735028287456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 700778 669888 394 719 0 700057 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 2803112

[startup+1302.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 12956
/proc/meminfo: memFree=26274828/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=2925424 CPUtime=1302.35
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 703894 0 0 0 125112 5123 0 0 25 0 1 0 130593929 2995634176 702177 4089446400 4194304 7136930 140735028287456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 731356 702177 394 719 0 730635 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 2925424

[startup+1362.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 12958
/proc/meminfo: memFree=26080204/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=3046244 CPUtime=1362.36
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 735804 0 0 0 130877 5359 0 0 25 0 1 0 130593929 3119353856 734087 4089446400 4194304 7136930 140735028287456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 761561 734087 394 719 0 760840 0
Current children cumulated CPU time (s) 1362.36
Current children cumulated vsize (KiB) 3046244

[startup+1422.31 s]
/proc/loadavg: 2.14 2.05 2.01 3/179 13042
/proc/meminfo: memFree=28180640/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=3163032 CPUtime=1422.36
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 806467 0 0 0 136659 5577 0 0 25 0 1 0 130593929 3238944768 764747 4089446400 4194304 7136930 140735028287456 18446744073709551615 4648638 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 790758 764747 394 719 0 790037 0
Current children cumulated CPU time (s) 1422.36
Current children cumulated vsize (KiB) 3163032

[startup+1482.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/179 13043
/proc/meminfo: memFree=28072568/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=3282172 CPUtime=1482.36
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 833683 0 0 0 142605 5631 0 0 25 0 1 0 130593929 3360944128 791936 4089446400 4194304 7136930 140735028287456 18446744073709551615 5909095 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 820543 791936 394 719 0 819822 0
Current children cumulated CPU time (s) 1482.36
Current children cumulated vsize (KiB) 3282172

[startup+1542.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/179 13045
/proc/meminfo: memFree=27983008/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=3375276 CPUtime=1542.36
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 855524 0 0 0 148556 5680 0 0 25 0 1 0 130593929 3456282624 813777 4089446400 4194304 7136930 140735028287456 18446744073709551615 5909042 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 843819 813777 394 719 0 843098 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 3375276

[startup+1602.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/179 13047
/proc/meminfo: memFree=27899400/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=3461740 CPUtime=1602.36
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 876609 0 0 0 154506 5730 0 0 25 0 1 0 130593929 3544821760 834862 4089446400 4194304 7136930 140735028287456 18446744073709551615 5921706 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 865435 834862 394 719 0 864714 0
Current children cumulated CPU time (s) 1602.36
Current children cumulated vsize (KiB) 3461740

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 13049
/proc/meminfo: memFree=27814172/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=3545236 CPUtime=1662.37
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 897612 0 0 0 160453 5784 0 0 25 0 1 0 130593929 3630321664 855865 4089446400 4194304 7136930 140735028287456 18446744073709551615 5909091 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 886309 855865 394 719 0 885588 0
Current children cumulated CPU time (s) 1662.37
Current children cumulated vsize (KiB) 3545236

[startup+1722.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 13050
/proc/meminfo: memFree=27728076/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=3632392 CPUtime=1722.38
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 919339 0 0 0 166405 5833 0 0 25 0 1 0 130593929 3719569408 877592 4089446400 4194304 7136930 140735028287456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 908098 877592 394 719 0 907377 0
Current children cumulated CPU time (s) 1722.38
Current children cumulated vsize (KiB) 3632392

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 13051
/proc/meminfo: memFree=27643468/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=3715440 CPUtime=1782.38
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 940180 0 0 0 172356 5882 0 0 25 0 1 0 130593929 3804610560 898433 4089446400 4194304 7136930 140735028287456 18446744073709551615 5909165 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 928860 898433 394 719 0 928139 0
Current children cumulated CPU time (s) 1782.38
Current children cumulated vsize (KiB) 3715440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 13052
/proc/meminfo: memFree=27601056/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=3761548 CPUtime=1800.08
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 950709 0 0 0 174110 5898 0 0 25 0 1 0 130593929 3851825152 908962 4089446400 4194304 7136930 140735028287456 18446744073709551615 5909102 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12917/statm: 940387 908962 394 719 0 939666 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 3761548

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -12917

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

[startup+1801.4 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 13053
/proc/meminfo: memFree=27591376/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=3772860 CPUtime=1801.47
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 953129 0 0 0 174249 5898 0 0 25 0 1 0 130593929 3863408640 911382 4089446400 4194304 7136930 140735028287456 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12917/statm: 943215 911382 399 719 0 942494 0
Current children cumulated CPU time (s) 1801.47
Current children cumulated vsize (KiB) 3772860

[startup+1801.81 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 13053
/proc/meminfo: memFree=27591496/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=3772860 CPUtime=1801.88
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 953129 0 0 0 174290 5898 0 0 25 0 1 0 130593929 3863408640 911382 4089446400 4194304 7136930 140735028287456 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12917/statm: 943215 911382 399 719 0 942494 0
Current children cumulated CPU time (s) 1801.88
Current children cumulated vsize (KiB) 3772860

[startup+1802 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 13053
/proc/meminfo: memFree=27591496/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=3772860 CPUtime=1802.07
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4202496 953129 0 0 0 174309 5898 0 0 25 0 1 0 130593929 3863408640 911382 4089446400 4194304 7136930 140735028287456 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12917/statm: 943215 911382 399 719 0 942494 0
Current children cumulated CPU time (s) 1802.07
Current children cumulated vsize (KiB) 3772860

[startup+1802.1 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 13053
/proc/meminfo: memFree=27591496/32950928 swapFree=67111528/67111528
[pid=12917] ppid=12915 vsize=0 CPUtime=1802.18
/proc/12917/stat : 12917 (pbscip.linux.x8) R 12915 12917 11722 0 -1 4203524 953129 0 0 0 174310 5908 0 0 25 0 1 0 130593929 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/12917/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.18
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.12
CPU time (s): 1802.21
CPU user time (s): 1743.1
CPU system time (s): 59.103
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 3772860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1743.1
system time used= 59.103
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 953129
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= 5
involuntary context switches= 932

runsolver used 2.42663 second user time and 5.80812 second system time

The end

Launcher Data

Begin job on node149 at 2010-06-30 12:16:30
IDJOB=2693795
IDBENCH=78720
IDSOLVER=1206
FILE ID=node149/2693795-1277892990
PBS_JOBID= 11197056
Free space on /tmp= 74208 MiB

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

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

MD5SUM BENCH= 0c8d4a99d65aef93f7efad0563f57408
RANDOM SEED=208664919

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30663372 kB
Buffers:        181492 kB
Cached:        1269040 kB
SwapCached:          0 kB
Active:        1128824 kB
Inactive:      1013332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30663372 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3052 kB
Writeback:           0 kB
AnonPages:      691664 kB
Mapped:          15956 kB
Slab:            81768 kB
PageTables:       6064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   835984 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node149 at 2010-06-30 12:46:33