Trace number 2694058

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solverMSAT (TO) 1802.12 1802.09

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-61-60--soft-0-100-0.wbo
MD5SUM01a077d3621ba64f6c6e6b6c3ebb8e99
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.105982
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3660
Total number of constraints121
Number of soft constraints121
Number of constraints which are clauses61
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint60
Maximum length of a constraint61
Top cost 5857
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 5856
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 62
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-2694058-1277921846.wbo>
0.00/0.01	c original problem has 3902 variables (3781 bin, 0 int, 0 impl, 121 cont) and 243 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.02	o 5856
0.00/0.02	c feasible solution found by trivial heuristic, objective value  5.856000e+03
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 121 impls, 0 clqs
0.00/0.02	c (round 2) 0 del vars, 1 del conss, 121 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 121 impls, 0 clqs
0.00/0.04	c    (0.0s) probing: 101/3781 (2.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.04	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.04	c presolving (3 rounds):
0.00/0.04	c  0 deleted vars, 1 deleted constraints, 121 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.04	c  121 implications, 0 cliques
0.00/0.04	c presolved problem has 3902 variables (3781 bin, 0 int, 0 impl, 121 cont) and 242 constraints
0.00/0.04	c     121 constraints of type <indicator>
0.00/0.04	c     121 constraints of type <linear>
0.00/0.04	c transformed objective value is always integral (scale: 1)
0.00/0.04	c Presolving Time: 0.02
0.00/0.04	c - non default parameters ----------------------------------------------------------------------
0.00/0.04	c # SCIP version 1.2.1.2
0.00/0.04	c 
0.00/0.04	c # frequency for displaying node information lines
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.04	c display/freq = 10000
0.00/0.04	c 
0.00/0.04	c # maximal time in seconds to run
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.04	c limits/time = 1799.99
0.00/0.04	c 
0.00/0.04	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.04	c limits/memory = 3420
0.00/0.04	c 
0.00/0.04	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.04	c lp/solvefreq = -1
0.00/0.04	c 
0.00/0.04	c # should presolving try to simplify inequalities
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/linear/simplifyinequalities = TRUE
0.00/0.04	c 
0.00/0.04	c # should presolving try to simplify knapsacks
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.04	c 
0.00/0.04	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.04	c separating/rapidlearning/freq = 0
0.00/0.04	c 
0.00/0.04	c -----------------------------------------------------------------------------------------------
0.00/0.04	c start solving
0.00/0.04	c 
0.00/0.05	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.05	c t 0.0s|     1 |     2 |     0 |     - |7262k|   0 |   - |3902 | 242 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1.89/1.93	c   1.8s| 10000 |  9979 |     0 |   0.0 |  11M|2553 |   - |3902 | 345 |   0 |   0 |   0 | 103 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
3.89/3.92	c   3.6s| 20000 | 19951 |     0 |   0.0 |  14M|2553 |   - |3902 | 485 |   0 |   0 |   0 | 243 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
5.99/6.01	c   5.5s| 30000 | 29935 |     0 |   0.0 |  17M|2553 |   - |3902 | 565 |   0 |   0 |   0 | 323 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
8.09/8.12	c   7.5s| 40000 | 39913 |     0 |   0.0 |  20M|2688 |   - |3902 | 657 |   0 |   0 |   0 | 433 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
10.09/10.13	c   9.3s| 50000 | 49891 |     0 |   0.0 |  23M|2914 |   - |3902 | 721 |   0 |   0 |   0 | 543 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
12.19/12.25	c  11.3s| 60000 | 59867 |     0 |   0.0 |  26M|3020 |   - |3902 | 780 |   0 |   0 |   0 | 663 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
14.20/14.21	c  13.1s| 70000 | 69847 |     0 |   0.0 |  29M|3159 |   - |3902 | 814 |   0 |   0 |   0 | 763 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
16.19/16.26	c  15.0s| 80000 | 79817 |     0 |   0.0 |  31M|3280 |   - |3902 | 914 |   0 |   0 |   0 | 913 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
18.29/18.37	c  17.0s| 90000 | 89797 |     0 |   0.0 |  34M|3280 |   - |3902 | 989 |   0 |   0 |   0 |1013 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
20.29/20.39	c  18.8s|100000 | 99781 |     0 |   0.0 |  37M|3280 |   - |3902 |1024 |   0 |   0 |   0 |1088 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
22.29/22.36	c  20.7s|110000 |109767 |     0 |   0.0 |  40M|3280 |   - |3902 |1034 |   0 |   0 |   0 |1158 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
24.59/24.66	c  22.8s|120000 |119743 |     0 |   0.0 |  42M|3280 |   - |3902 |1079 |   0 |   0 |   0 |1278 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
26.79/26.83	c  24.9s|130000 |129723 |     0 |   0.0 |  45M|3280 |   - |3902 |1081 |   0 |   0 |   0 |1378 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
28.89/28.94	c  26.8s|140000 |139701 |     0 |   0.0 |  48M|3280 |   - |3902 |1088 |   0 |   0 |   0 |1488 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
30.99/31.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
30.99/31.06	c  28.8s|150000 |149671 |     0 |   0.0 |  51M|3280 |   - |3902 |1125 |   0 |   0 |   0 |1638 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
33.19/33.25	c  30.9s|160000 |159653 |     0 |   0.0 |  53M|3326 |   - |3902 |1119 |   0 |   0 |   0 |1728 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
35.30/35.33	c  32.8s|170000 |169637 |     0 |   0.0 |  56M|3352 |   - |3902 |1110 |   0 |   0 |   0 |1808 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
37.29/37.34	c  34.6s|180000 |179617 |     0 |   0.0 |  59M|3352 |   - |3902 |1125 |   0 |   0 |   0 |1906 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
39.39/39.44	c  36.6s|190000 |189599 |     0 |   0.0 |  62M|3352 |   - |3902 |1125 |   0 |   0 |   0 |1996 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
41.59/41.62	c  38.6s|200000 |199585 |     0 |   0.0 |  64M|3352 |   - |3902 |1103 |   0 |   0 |   0 |2066 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
43.59/43.64	c  40.5s|210000 |209571 |     0 |   0.0 |  67M|3352 |   - |3902 |1085 |   0 |   0 |   0 |2136 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
45.89/45.94	c  42.7s|220000 |219543 |     0 |   0.0 |  70M|3352 |   - |3902 |1124 |   0 |   0 |   0 |2276 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
47.90/47.98	c  44.6s|230000 |229525 |     0 |   0.0 |  72M|3352 |   - |3902 |1163 |   0 |   0 |   0 |2366 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
50.19/50.24	c  46.7s|240000 |239497 |     0 |   0.0 |  75M|3352 |   - |3902 |1237 |   0 |   0 |   0 |2506 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
52.30/52.31	c  48.6s|250000 |249477 |     0 |   0.0 |  78M|3352 |   - |3902 |1277 |   0 |   0 |   0 |2606 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
54.40/54.48	c  50.6s|260000 |259451 |     0 |   0.0 |  81M|3352 |   - |3902 |1311 |   0 |   0 |   0 |2736 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
56.59/56.62	c  52.6s|270000 |269435 |     0 |   0.0 |  83M|3352 |   - |3902 |1328 |   0 |   0 |   0 |2816 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
58.70/58.77	c  54.6s|280000 |279415 |     0 |   0.0 |  86M|3352 |   - |3902 |1344 |   0 |   0 |   0 |2916 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
60.79/60.89	c  56.6s|290000 |289395 |     0 |   0.0 |  89M|3352 |   - |3902 |1350 |   0 |   0 |   0 |3015 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
63.00/63.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
63.00/63.04	c  58.5s|300000 |299367 |     0 |   0.0 |  91M|3352 |   - |3902 |1403 |   0 |   0 |   0 |3155 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
65.09/65.15	c  60.5s|310000 |309353 |     0 |   0.0 |  94M|3352 |   - |3902 |1410 |   0 |   0 |   0 |3225 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
67.30/67.30	c  62.5s|320000 |319329 |     0 |   0.0 |  97M|3352 |   - |3902 |1431 |   0 |   0 |   0 |3345 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
69.39/69.41	c  64.5s|330000 |329311 |     0 |   0.0 |  99M|3352 |   - |3902 |1432 |   0 |   0 |   0 |3435 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
71.49/71.53	c  66.5s|340000 |339293 |     0 |   0.0 | 102M|3352 |   - |3902 |1409 |   0 |   0 |   0 |3525 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
73.70/73.74	c  68.5s|350000 |349265 |     0 |   0.0 | 105M|3352 |   - |3902 |1452 |   0 |   0 |   0 |3665 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
75.80/75.83	c  70.5s|360000 |359243 |     0 |   0.0 | 108M|3352 |   - |3902 |1432 |   0 |   0 |   0 |3775 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
77.89/77.90	c  72.4s|370000 |369225 |     0 |   0.0 | 110M|3352 |   - |3902 |1442 |   0 |   0 |   0 |3865 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
79.89/79.98	c  74.4s|380000 |379207 |     0 |   0.0 | 113M|3352 |   - |3902 |1462 |   0 |   0 |   0 |3955 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
82.09/82.12	c  76.3s|390000 |389183 |     0 |   0.0 | 116M|3352 |   - |3902 |1480 |   0 |   0 |   0 |4075 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
84.29/84.31	c  78.4s|400000 |399167 |     0 |   0.0 | 118M|3352 |   - |3902 |1478 |   0 |   0 |   0 |4155 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
86.29/86.38	c  80.3s|410000 |409149 |     0 |   0.0 | 121M|3352 |   - |3902 |1504 |   0 |   0 |   0 |4245 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
88.29/88.38	c  82.2s|420000 |419135 |     0 |   0.0 | 124M|3352 |   - |3902 |1512 |   0 |   0 |   0 |4315 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
90.59/90.62	c  84.2s|430000 |429109 |     0 |   0.0 | 126M|3352 |   - |3902 |1574 |   0 |   0 |   0 |4445 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
92.59/92.69	c  86.2s|440000 |439091 |     0 |   0.0 | 129M|3352 |   - |3902 |1596 |   0 |   0 |   0 |4535 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
94.69/94.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
94.69/94.74	c  88.1s|450000 |449073 |     0 |   0.0 | 132M|3352 |   - |3902 |1613 |   0 |   0 |   0 |4625 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
96.89/96.96	c  90.2s|460000 |459047 |     0 |   0.0 | 135M|3352 |   - |3902 |1675 |   0 |   0 |   0 |4755 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
99.00/99.07	c  92.2s|470000 |469027 |     0 |   0.0 | 137M|3352 |   - |3902 |1711 |   0 |   0 |   0 |4855 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
101.09/101.20	c  94.1s|480000 |479009 |     0 |   0.0 | 140M|3352 |   - |3902 |1728 |   0 |   0 |   0 |4945 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
103.40/103.48	c  96.2s|490000 |488987 |     0 |   0.0 | 143M|3352 |   - |3902 |1773 |   0 |   0 |   0 |5055 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
105.60/105.62	c  98.2s|500000 |498963 |     0 |   0.0 | 145M|3352 |   - |3902 |1803 |   0 |   0 |   0 |5175 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
107.59/107.67	c   100s|510000 |508947 |     0 |   0.0 | 148M|3352 |   - |3902 |1802 |   0 |   0 |   0 |5255 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
109.89/109.91	c   102s|520000 |518923 |     0 |   0.0 | 151M|3352 |   - |3902 |1836 |   0 |   0 |   0 |5375 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
112.00/112.01	c   104s|530000 |528901 |     0 |   0.0 | 153M|3352 |   - |3902 |1866 |   0 |   0 |   0 |5485 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
113.89/113.96	c   106s|540000 |538883 |     0 |   0.0 | 156M|3352 |   - |3902 |1886 |   0 |   0 |   0 |5575 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
115.99/116.04	c   108s|550000 |548867 |     0 |   0.0 | 159M|3352 |   - |3902 |1881 |   0 |   0 |   0 |5655 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
118.19/118.26	c   110s|560000 |558837 |     0 |   0.0 | 162M|3352 |   - |3902 |1945 |   0 |   0 |   0 |5805 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
120.39/120.46	c   112s|570000 |568811 |     0 |   0.0 | 164M|3352 |   - |3902 |1973 |   0 |   0 |   0 |5935 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
122.49/122.52	c   114s|580000 |578779 |     0 |   0.0 | 167M|3352 |   - |3902 |2032 |   0 |   0 |   0 |6095 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
124.49/124.58	c   116s|590000 |588759 |     0 |   0.0 | 170M|3352 |   - |3902 |2077 |   0 |   0 |   0 |6195 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
126.59/126.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
126.59/126.66	c   118s|600000 |598735 |     0 |   0.0 | 172M|3352 |   - |3902 |2134 |   0 |   0 |   0 |6315 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
128.79/128.89	c   120s|610000 |608707 |     0 |   0.0 | 175M|3352 |   - |3902 |2190 |   0 |   0 |   0 |6455 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
130.90/130.92	c   122s|620000 |618687 |     0 |   0.0 | 178M|3352 |   - |3902 |2218 |   0 |   0 |   0 |6555 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
132.89/132.97	c   124s|630000 |628659 |     0 |   0.0 | 181M|3352 |   - |3902 |2285 |   0 |   0 |   0 |6695 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
134.89/134.99	c   126s|640000 |638633 |     0 |   0.0 | 183M|3352 |   - |3902 |2305 |   0 |   0 |   0 |6825 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
137.00/137.03	c   127s|650000 |648609 |     0 |   0.0 | 186M|3352 |   - |3902 |2354 |   0 |   0 |   0 |6945 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
139.09/139.15	c   129s|660000 |658581 |     0 |   0.0 | 189M|3352 |   - |3902 |2414 |   0 |   0 |   0 |7085 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
141.19/141.26	c   131s|670000 |668561 |     0 |   0.0 | 191M|3352 |   - |3902 |2444 |   0 |   0 |   0 |7185 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
143.29/143.31	c   133s|680000 |678535 |     0 |   0.0 | 194M|3352 |   - |3902 |2495 |   0 |   0 |   0 |7315 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
145.30/145.32	c   135s|690000 |688511 |     0 |   0.0 | 197M|3352 |   - |3902 |2524 |   0 |   0 |   0 |7435 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
147.30/147.34	c   137s|700000 |698491 |     0 |   0.0 | 199M|3352 |   - |3902 |2553 |   0 |   0 |   0 |7535 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
149.40/149.42	c   139s|710000 |708471 |     0 |   0.0 | 202M|3352 |   - |3902 |2571 |   0 |   0 |   0 |7635 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
151.40/151.43	c   141s|720000 |718445 |     0 |   0.0 | 205M|3352 |   - |3902 |2632 |   0 |   0 |   0 |7765 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
153.49/153.50	c   143s|730000 |728423 |     0 |   0.0 | 208M|3352 |   - |3902 |2668 |   0 |   0 |   0 |7875 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
155.50/155.51	c   145s|740000 |738395 |     0 |   0.0 | 210M|3352 |   - |3902 |2739 |   0 |   0 |   0 |8015 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
157.50/157.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
157.50/157.51	c   146s|750000 |748365 |     0 |   0.0 | 213M|3352 |   - |3902 |2817 |   0 |   0 |   0 |8165 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
159.40/159.47	c   148s|760000 |758343 |     0 |   0.0 | 216M|3352 |   - |3902 |2859 |   0 |   0 |   0 |8275 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
161.39/161.40	c   150s|770000 |768325 |     0 |   0.0 | 218M|3352 |   - |3902 |2895 |   0 |   0 |   0 |8365 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
163.40/163.42	c   152s|780000 |778307 |     0 |   0.0 | 221M|3352 |   - |3902 |2911 |   0 |   0 |   0 |8455 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
165.29/165.39	c   154s|790000 |788285 |     0 |   0.0 | 224M|3352 |   - |3902 |2948 |   0 |   0 |   0 |8565 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
167.40/167.42	c   156s|800000 |798261 |     0 |   0.0 | 227M|3352 |   - |3902 |3007 |   0 |   0 |   0 |8685 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
169.40/169.48	c   157s|810000 |808239 |     0 |   0.0 | 229M|3352 |   - |3902 |3048 |   0 |   0 |   0 |8795 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
171.50/171.50	c   159s|820000 |818217 |     0 |   0.0 | 232M|3352 |   - |3902 |3091 |   0 |   0 |   0 |8905 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
173.49/173.56	c   161s|830000 |828199 |     0 |   0.0 | 235M|3352 |   - |3902 |3119 |   0 |   0 |   0 |8995 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
175.50/175.57	c   163s|840000 |838175 |     0 |   0.0 | 237M|3352 |   - |3902 |3178 |   0 |   0 |   0 |9115 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
177.49/177.52	c   165s|850000 |848151 |     0 |   0.0 | 240M|3352 |   - |3902 |3255 |   0 |   0 |   0 |9235 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
179.39/179.46	c   167s|860000 |858127 |     0 |   0.0 | 243M|3352 |   - |3902 |3326 |   0 |   0 |   0 |9355 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
181.39/181.41	c   168s|870000 |868107 |     0 |   0.0 | 246M|3352 |   - |3902 |3375 |   0 |   0 |   0 |9455 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
183.19/183.29	c   170s|880000 |878089 |     0 |   0.0 | 248M|3352 |   - |3902 |3405 |   0 |   0 |   0 |9545 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
185.20/185.28	c   172s|890000 |888061 |     0 |   0.0 | 251M|3352 |   - |3902 |3460 |   0 |   0 |   0 |9685 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
187.20/187.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
187.20/187.25	c   174s|900000 |898033 |     0 |   0.0 | 254M|3352 |   - |3902 |3560 |   0 |   0 |   0 |9825 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
189.10/189.16	c   176s|910000 |908007 |     0 |   0.0 | 257M|3352 |   - |3902 |3626 |   0 |   0 |   0 |9955 |   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
190.99/191.09	c   177s|920000 |917981 |     0 |   0.0 | 259M|3352 |   - |3902 |3702 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
192.99/193.07	c   179s|930000 |927951 |     0 |   0.0 | 262M|3352 |   - |3902 |3783 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
195.10/195.14	c   181s|940000 |937923 |     0 |   0.0 | 265M|3352 |   - |3902 |3871 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
197.00/197.06	c   183s|950000 |947897 |     0 |   0.0 | 268M|3352 |   - |3902 |3959 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
198.90/198.98	c   185s|960000 |957869 |     0 |   0.0 | 270M|3352 |   - |3902 |4021 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
200.89/200.99	c   187s|970000 |967839 |     0 |   0.0 | 273M|3352 |   - |3902 |4101 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
202.90/202.98	c   188s|980000 |977811 |     0 |   0.0 | 276M|3352 |   - |3902 |4154 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
204.90/204.92	c   190s|990000 |987789 |     0 |   0.0 | 279M|3352 |   - |3902 |4197 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
206.89/206.95	c   192s|  1000k|997759 |     0 |   0.0 | 281M|3352 |   - |3902 |4291 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
208.90/208.94	c   194s|  1010k|  1007k|     0 |   0.0 | 284M|3352 |   - |3902 |4355 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
210.79/210.88	c   196s|  1020k|  1017k|     0 |   0.0 | 287M|3352 |   - |3902 |4413 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
212.69/212.79	c   198s|  1030k|  1027k|     0 |   0.0 | 289M|3352 |   - |3902 |4458 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
214.59/214.67	c   199s|  1040k|  1037k|     0 |   0.0 | 292M|3352 |   - |3902 |4531 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
216.60/216.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
216.60/216.60	c   201s|  1050k|  1047k|     0 |   0.0 | 295M|3352 |   - |3902 |4623 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
218.49/218.54	c   203s|  1060k|  1057k|     0 |   0.0 | 298M|3352 |   - |3902 |4694 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
220.39/220.40	c   205s|  1070k|  1067k|     0 |   0.0 | 300M|3352 |   - |3902 |4739 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
222.20/222.27	c   206s|  1080k|  1077k|     0 |   0.0 | 303M|3352 |   - |3902 |4803 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
224.10/224.15	c   208s|  1090k|  1087k|     0 |   0.0 | 306M|3352 |   - |3902 |4863 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
225.99/226.00	c   210s|  1100k|  1097k|     0 |   0.0 | 309M|3352 |   - |3902 |4897 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
227.89/227.94	c   211s|  1110k|  1107k|     0 |   0.0 | 311M|3352 |   - |3902 |4981 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
229.69/229.77	c   213s|  1120k|  1117k|     0 |   0.0 | 314M|3352 |   - |3902 |5050 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
231.69/231.73	c   215s|  1130k|  1127k|     0 |   0.0 | 317M|3352 |   - |3902 |5150 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
233.59/233.63	c   217s|  1140k|  1137k|     0 |   0.0 | 320M|3352 |   - |3902 |5214 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
235.49/235.54	c   218s|  1150k|  1147k|     0 |   0.0 | 322M|3352 |   - |3902 |5291 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
237.39/237.44	c   220s|  1160k|  1157k|     0 |   0.0 | 325M|3352 |   - |3902 |5363 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
239.30/239.30	c   222s|  1170k|  1167k|     0 |   0.0 | 328M|3352 |   - |3902 |5470 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
241.10/241.18	c   224s|  1180k|  1177k|     0 |   0.0 | 331M|3352 |   - |3902 |5526 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
243.00/243.07	c   225s|  1190k|  1187k|     0 |   0.0 | 333M|3352 |   - |3902 |5609 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
244.89/244.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
244.89/244.97	c   227s|  1200k|  1197k|     0 |   0.0 | 336M|3352 |   - |3902 |5649 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
246.80/246.83	c   229s|  1210k|  1207k|     0 |   0.0 | 339M|3352 |   - |3902 |5736 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
248.69/248.75	c   231s|  1220k|  1217k|     0 |   0.0 | 342M|3352 |   - |3902 |5867 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
250.50/250.59	c   232s|  1230k|  1227k|     0 |   0.0 | 344M|3352 |   - |3902 |5954 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
252.39/252.44	c   234s|  1240k|  1237k|     0 |   0.0 | 347M|3352 |   - |3902 |6061 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
254.19/254.21	c   236s|  1250k|  1247k|     0 |   0.0 | 350M|3352 |   - |3902 |6151 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
256.09/256.13	c   237s|  1260k|  1257k|     0 |   0.0 | 353M|3352 |   - |3902 |6258 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
257.99/258.01	c   239s|  1270k|  1267k|     0 |   0.0 | 355M|3352 |   - |3902 |6392 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
259.80/259.84	c   241s|  1280k|  1277k|     0 |   0.0 | 358M|3352 |   - |3902 |6511 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
261.59/261.65	c   242s|  1290k|  1287k|     0 |   0.0 | 361M|3352 |   - |3902 |6592 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
263.49/263.50	c   244s|  1300k|  1296k|     0 |   0.0 | 364M|3352 |   - |3902 |6682 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
265.29/265.30	c   246s|  1310k|  1306k|     0 |   0.0 | 367M|3352 |   - |3902 |6763 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
266.99/267.08	c   247s|  1320k|  1316k|     0 |   0.0 | 369M|3352 |   - |3902 |6864 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
268.79/268.88	c   249s|  1330k|  1326k|     0 |   0.0 | 372M|3352 |   - |3902 |6969 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
270.69/270.79	c   251s|  1340k|  1336k|     0 |   0.0 | 375M|3352 |   - |3902 |7093 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
272.50/272.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
272.50/272.58	c   252s|  1350k|  1346k|     0 |   0.0 | 378M|3352 |   - |3902 |7194 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
274.30/274.38	c   254s|  1360k|  1356k|     0 |   0.0 | 380M|3352 |   - |3902 |7314 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
276.10/276.13	c   256s|  1370k|  1366k|     0 |   0.0 | 383M|3352 |   - |3902 |7400 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
277.89/277.97	c   257s|  1380k|  1376k|     0 |   0.0 | 386M|3352 |   - |3902 |7517 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
279.60/279.69	c   259s|  1390k|  1386k|     0 |   0.0 | 389M|3352 |   - |3902 |7600 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
281.50/281.51	c   261s|  1400k|  1396k|     0 |   0.0 | 392M|3352 |   - |3902 |7711 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
283.19/283.29	c   262s|  1410k|  1406k|     0 |   0.0 | 394M|3352 |   - |3902 |7804 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
285.10/285.13	c   264s|  1420k|  1416k|     0 |   0.0 | 397M|3352 |   - |3902 |7897 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
286.89/286.92	c   266s|  1430k|  1426k|     0 |   0.0 | 400M|3352 |   - |3902 |8006 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
288.69/288.76	c   267s|  1440k|  1436k|     0 |   0.0 | 403M|3352 |   - |3902 |8156 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
290.40/290.48	c   269s|  1450k|  1446k|     0 |   0.0 | 405M|3352 |   - |3902 |8293 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
292.19/292.26	c   271s|  1460k|  1456k|     0 |   0.0 | 408M|3352 |   - |3902 |8402 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
293.99/294.02	c   272s|  1470k|  1466k|     0 |   0.0 | 411M|3352 |   - |3902 |8538 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
295.70/295.76	c   274s|  1480k|  1476k|     0 |   0.0 | 414M|3352 |   - |3902 |8606 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
297.50/297.55	c   275s|  1490k|  1486k|     0 |   0.0 | 417M|3352 |   - |3902 |8741 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
299.30/299.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
299.30/299.31	c   277s|  1500k|  1496k|     0 |   0.0 | 419M|3352 |   - |3902 |8844 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
300.99/301.01	c   279s|  1510k|  1506k|     0 |   0.0 | 422M|3352 |   - |3902 |8956 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
302.69/302.78	c   280s|  1520k|  1516k|     0 |   0.0 | 425M|3352 |   - |3902 |9072 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
304.49/304.57	c   282s|  1530k|  1526k|     0 |   0.0 | 428M|3352 |   - |3902 |9197 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
306.30/306.37	c   283s|  1540k|  1536k|     0 |   0.0 | 431M|3352 |   - |3902 |9340 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
308.01/308.03	c   285s|  1550k|  1546k|     0 |   0.0 | 433M|3352 |   - |3902 |9450 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
309.60/309.68	c   286s|  1560k|  1556k|     0 |   0.0 | 436M|3352 |   - |3902 |9575 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
311.39/311.42	c   288s|  1570k|  1566k|     0 |   0.0 | 439M|3352 |   - |3902 |9725 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
313.10/313.17	c   290s|  1580k|  1576k|     0 |   0.0 | 442M|3352 |   - |3902 |9825 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
314.79/314.89	c   291s|  1590k|  1586k|     0 |   0.0 | 445M|3352 |   - |3902 |9984 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
316.60/316.64	c   293s|  1600k|  1596k|     0 |   0.0 | 448M|3352 |   - |3902 |  10k|   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
318.40/318.46	c   295s|  1610k|  1606k|     0 |   0.0 | 450M|3352 |   - |3902 |  10k|   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
320.20/320.24	c   296s|  1620k|  1616k|     0 |   0.0 | 453M|3352 |   - |3902 |  10k|   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
321.90/321.96	c   298s|  1630k|  1626k|     0 |   0.0 | 456M|3352 |   - |3902 |  10k|   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
323.69/323.70	c   299s|  1640k|  1635k|     0 |   0.0 | 459M|3352 |   - |3902 |  10k|   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
325.30/325.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
325.30/325.38	c   301s|  1650k|  1645k|     0 |   0.0 | 462M|3352 |   - |3902 |  10k|   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
326.89/326.99	c   302s|  1660k|  1655k|     0 |   0.0 | 465M|3352 |   - |3902 |  11k|   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
328.70/328.74	c   304s|  1670k|  1665k|     0 |   0.0 | 467M|3352 |   - |3902 |  11k|   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
330.40/330.40	c   305s|  1680k|  1675k|     0 |   0.0 | 470M|3352 |   - |3902 |  11k|   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
332.10/332.11	c   307s|  1690k|  1685k|     0 |   0.0 | 473M|3352 |   - |3902 |  11k|   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
333.70/333.77	c   308s|  1700k|  1695k|     0 |   0.0 | 476M|3352 |   - |3902 |  11k|   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
335.29/335.39	c   310s|  1710k|  1705k|     0 |   0.0 | 479M|3352 |   - |3902 |  11k|   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
337.00/337.05	c   311s|  1720k|  1715k|     0 |   0.0 | 482M|3352 |   - |3902 |  12k|   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
338.60/338.63	c   313s|  1730k|  1725k|     0 |   0.0 | 485M|3352 |   - |3902 |  12k|   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
340.19/340.26	c   314s|  1740k|  1735k|     0 |   0.0 | 487M|3352 |   - |3902 |  12k|   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
341.79/341.83	c   316s|  1750k|  1745k|     0 |   0.0 | 490M|3352 |   - |3902 |  12k|   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
343.30/343.40	c   317s|  1760k|  1755k|     0 |   0.0 | 493M|3352 |   - |3902 |  12k|   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
345.00/345.03	c   319s|  1770k|  1765k|     0 |   0.0 | 496M|3352 |   - |3902 |  12k|   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
346.50/346.58	c   320s|  1780k|  1775k|     0 |   0.0 | 499M|3352 |   - |3902 |  13k|   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
348.09/348.17	c   322s|  1790k|  1785k|     0 |   0.0 | 502M|3352 |   - |3902 |  13k|   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
349.70/349.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
349.70/349.75	c   323s|  1800k|  1795k|     0 |   0.0 | 505M|3352 |   - |3902 |  13k|   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
351.29/351.33	c   324s|  1810k|  1805k|     0 |   0.0 | 507M|3352 |   - |3902 |  13k|   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
352.90/352.97	c   326s|  1820k|  1815k|     0 |   0.0 | 510M|3352 |   - |3902 |  13k|   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
354.49/354.59	c   327s|  1830k|  1825k|     0 |   0.0 | 513M|3352 |   - |3902 |  13k|   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
356.10/356.15	c   329s|  1840k|  1835k|     0 |   0.0 | 516M|3352 |   - |3902 |  14k|   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
357.70/357.78	c   330s|  1850k|  1845k|     0 |   0.0 | 519M|3352 |   - |3902 |  14k|   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
359.30/359.36	c   332s|  1860k|  1855k|     0 |   0.0 | 522M|3352 |   - |3902 |  14k|   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
360.90/360.95	c   333s|  1870k|  1865k|     0 |   0.0 | 525M|3352 |   - |3902 |  14k|   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
362.50/362.52	c   335s|  1880k|  1875k|     0 |   0.0 | 528M|3352 |   - |3902 |  14k|   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
364.00/364.05	c   336s|  1890k|  1885k|     0 |   0.0 | 531M|3352 |   - |3902 |  14k|   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
365.60/365.69	c   338s|  1900k|  1895k|     0 |   0.0 | 534M|3352 |   - |3902 |  15k|   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
367.30/367.35	c   339s|  1910k|  1905k|     0 |   0.0 | 536M|3352 |   - |3902 |  15k|   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
368.90/368.94	c   340s|  1920k|  1915k|     0 |   0.0 | 539M|3352 |   - |3902 |  15k|   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
370.40/370.49	c   342s|  1930k|  1924k|     0 |   0.0 | 542M|3352 |   - |3902 |  15k|   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
372.00/372.05	c   343s|  1940k|  1934k|     0 |   0.0 | 545M|3352 |   - |3902 |  15k|   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
373.60/373.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
373.60/373.66	c   345s|  1950k|  1944k|     0 |   0.0 | 548M|3352 |   - |3902 |  16k|   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
375.20/375.24	c   346s|  1960k|  1954k|     0 |   0.0 | 551M|3352 |   - |3902 |  16k|   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
376.79/376.83	c   348s|  1970k|  1964k|     0 |   0.0 | 554M|3352 |   - |3902 |  16k|   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
378.19/378.29	c   349s|  1980k|  1974k|     0 |   0.0 | 557M|3352 |   - |3902 |  16k|   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
379.70/379.78	c   350s|  1990k|  1984k|     0 |   0.0 | 560M|3352 |   - |3902 |  16k|   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
381.20/381.27	c   352s|  2000k|  1994k|     0 |   0.0 | 563M|3352 |   - |3902 |  17k|   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
382.70/382.77	c   353s|  2010k|  2004k|     0 |   0.0 | 565M|3352 |   - |3902 |  17k|   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
384.30/384.31	c   354s|  2020k|  2014k|     0 |   0.0 | 568M|3352 |   - |3902 |  17k|   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
385.79/385.81	c   356s|  2030k|  2024k|     0 |   0.0 | 571M|3352 |   - |3902 |  17k|   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
387.30/387.35	c   357s|  2040k|  2034k|     0 |   0.0 | 574M|3352 |   - |3902 |  17k|   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
388.69/388.79	c   358s|  2050k|  2044k|     0 |   0.0 | 577M|3352 |   - |3902 |  18k|   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
390.29/390.33	c   360s|  2060k|  2054k|     0 |   0.0 | 580M|3352 |   - |3902 |  18k|   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
391.70/391.79	c   361s|  2070k|  2064k|     0 |   0.0 | 583M|3352 |   - |3902 |  18k|   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
393.30/393.31	c   362s|  2080k|  2074k|     0 |   0.0 | 586M|3352 |   - |3902 |  18k|   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
394.70/394.75	c   364s|  2090k|  2084k|     0 |   0.0 | 589M|3352 |   - |3902 |  18k|   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
396.20/396.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
396.20/396.24	c   365s|  2100k|  2094k|     0 |   0.0 | 592M|3352 |   - |3902 |  19k|   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
397.59/397.66	c   366s|  2110k|  2104k|     0 |   0.0 | 595M|3352 |   - |3902 |  19k|   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
399.10/399.10	c   368s|  2120k|  2114k|     0 |   0.0 | 598M|3352 |   - |3902 |  19k|   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
400.50/400.53	c   369s|  2130k|  2124k|     0 |   0.0 | 601M|3352 |   - |3902 |  19k|   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
402.00/402.06	c   370s|  2140k|  2134k|     0 |   0.0 | 604M|3352 |   - |3902 |  20k|   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
403.40/403.46	c   372s|  2150k|  2144k|     0 |   0.0 | 607M|3352 |   - |3902 |  20k|   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
404.89/404.92	c   373s|  2160k|  2154k|     0 |   0.0 | 610M|3352 |   - |3902 |  20k|   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
406.30/406.35	c   374s|  2170k|  2163k|     0 |   0.0 | 613M|3352 |   - |3902 |  20k|   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
407.79/407.81	c   376s|  2180k|  2173k|     0 |   0.0 | 616M|3352 |   - |3902 |  20k|   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
409.10/409.16	c   377s|  2190k|  2183k|     0 |   0.0 | 619M|3352 |   - |3902 |  21k|   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
410.50/410.57	c   378s|  2200k|  2193k|     0 |   0.0 | 622M|3352 |   - |3902 |  21k|   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
411.90/411.97	c   379s|  2210k|  2203k|     0 |   0.0 | 625M|3352 |   - |3902 |  21k|   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
413.39/413.40	c   381s|  2220k|  2213k|     0 |   0.0 | 628M|3352 |   - |3902 |  21k|   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
414.70/414.75	c   382s|  2230k|  2223k|     0 |   0.0 | 631M|3352 |   - |3902 |  22k|   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
416.10/416.12	c   383s|  2240k|  2233k|     0 |   0.0 | 634M|3352 |   - |3902 |  22k|   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
417.50/417.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
417.50/417.59	c   384s|  2250k|  2243k|     0 |   0.0 | 637M|3352 |   - |3902 |  22k|   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
419.00/419.07	c   386s|  2260k|  2253k|     0 |   0.0 | 640M|3352 |   - |3902 |  22k|   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
420.40/420.45	c   387s|  2270k|  2263k|     0 |   0.0 | 643M|3352 |   - |3902 |  23k|   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
421.70/421.72	c   388s|  2280k|  2273k|     0 |   0.0 | 646M|3352 |   - |3902 |  23k|   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
423.09/423.14	c   389s|  2290k|  2283k|     0 |   0.0 | 649M|3352 |   - |3902 |  23k|   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
424.50/424.54	c   390s|  2300k|  2293k|     0 |   0.0 | 652M|3352 |   - |3902 |  23k|   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
425.90/425.92	c   392s|  2310k|  2303k|     0 |   0.0 | 655M|3352 |   - |3902 |  24k|   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
427.20/427.22	c   393s|  2320k|  2313k|     0 |   0.0 | 658M|3352 |   - |3902 |  24k|   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
428.49/428.50	c   394s|  2330k|  2323k|     0 |   0.0 | 661M|3352 |   - |3902 |  24k|   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
429.90/429.90	c   395s|  2340k|  2333k|     0 |   0.0 | 664M|3352 |   - |3902 |  25k|   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
431.20/431.23	c   396s|  2350k|  2343k|     0 |   0.0 | 667M|3352 |   - |3902 |  25k|   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
432.60/432.63	c   398s|  2360k|  2352k|     0 |   0.0 | 670M|3352 |   - |3902 |  25k|   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
434.00/434.01	c   399s|  2370k|  2362k|     0 |   0.0 | 673M|3352 |   - |3902 |  25k|   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
435.30/435.30	c   400s|  2380k|  2372k|     0 |   0.0 | 676M|3352 |   - |3902 |  26k|   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
436.60/436.61	c   401s|  2390k|  2382k|     0 |   0.0 | 679M|3352 |   - |3902 |  26k|   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
438.00/438.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
438.00/438.01	c   402s|  2400k|  2392k|     0 |   0.0 | 683M|3352 |   - |3902 |  26k|   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
439.30/439.34	c   404s|  2410k|  2402k|     0 |   0.0 | 686M|3352 |   - |3902 |  27k|   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
440.60/440.61	c   405s|  2420k|  2412k|     0 |   0.0 | 689M|3352 |   - |3902 |  27k|   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
441.90/441.95	c   406s|  2430k|  2422k|     0 |   0.0 | 692M|3352 |   - |3902 |  27k|   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
443.20/443.26	c   407s|  2440k|  2432k|     0 |   0.0 | 695M|3352 |   - |3902 |  27k|   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
444.50/444.52	c   408s|  2450k|  2442k|     0 |   0.0 | 698M|3352 |   - |3902 |  28k|   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
445.80/445.87	c   409s|  2460k|  2452k|     0 |   0.0 | 701M|3352 |   - |3902 |  28k|   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
447.09/447.13	c   411s|  2470k|  2462k|     0 |   0.0 | 704M|3352 |   - |3902 |  28k|   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
448.30/448.37	c   412s|  2480k|  2472k|     0 |   0.0 | 708M|3352 |   - |3902 |  29k|   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
449.60/449.61	c   413s|  2490k|  2482k|     0 |   0.0 | 711M|3352 |   - |3902 |  29k|   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
450.90/450.95	c   414s|  2500k|  2492k|     0 |   0.0 | 714M|3352 |   - |3902 |  29k|   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
452.20/452.23	c   415s|  2510k|  2502k|     0 |   0.0 | 717M|3352 |   - |3902 |  30k|   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
453.40/453.45	c   416s|  2520k|  2511k|     0 |   0.0 | 720M|3352 |   - |3902 |  30k|   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
454.59/454.66	c   417s|  2530k|  2521k|     0 |   0.0 | 724M|3352 |   - |3902 |  31k|   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
455.80/455.85	c   418s|  2540k|  2531k|     0 |   0.0 | 727M|3352 |   - |3902 |  31k|   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
457.00/457.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
457.00/457.08	c   419s|  2550k|  2541k|     0 |   0.0 | 730M|3352 |   - |3902 |  31k|   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
458.20/458.27	c   420s|  2560k|  2551k|     0 |   0.0 | 734M|3352 |   - |3902 |  32k|   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
459.40/459.49	c   422s|  2570k|  2561k|     0 |   0.0 | 737M|3352 |   - |3902 |  32k|   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
460.60/460.63	c   422s|  2580k|  2571k|     0 |   0.0 | 740M|3352 |   - |3902 |  32k|   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
461.80/461.84	c   424s|  2590k|  2581k|     0 |   0.0 | 743M|3352 |   - |3902 |  33k|   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
462.90/462.97	c   425s|  2600k|  2591k|     0 |   0.0 | 747M|3352 |   - |3902 |  33k|   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
464.20/464.29	c   426s|  2610k|  2601k|     0 |   0.0 | 750M|3352 |   - |3902 |  34k|   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
465.60/465.63	c   427s|  2620k|  2611k|     0 |   0.0 | 754M|3352 |   - |3902 |  34k|   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
466.69/466.79	c   428s|  2630k|  2621k|     0 |   0.0 | 757M|3352 |   - |3902 |  35k|   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
468.00/468.04	c   429s|  2640k|  2630k|     0 |   0.0 | 760M|3352 |   - |3902 |  35k|   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
469.30/469.31	c   430s|  2650k|  2640k|     0 |   0.0 | 764M|3352 |   - |3902 |  36k|   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
470.50/470.56	c   431s|  2660k|  2650k|     0 |   0.0 | 768M|3352 |   - |3902 |  36k|   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
471.80/471.81	c   432s|  2670k|  2660k|     0 |   0.0 | 771M|3352 |   - |3902 |  37k|   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
473.01/473.03	c   433s|  2680k|  2670k|     0 |   0.0 | 775M|3352 |   - |3902 |  37k|   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
474.20/474.24	c   435s|  2690k|  2680k|     0 |   0.0 | 778M|3352 |   - |3902 |  38k|   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
475.40/475.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
475.40/475.45	c   436s|  2700k|  2690k|     0 |   0.0 | 782M|3352 |   - |3902 |  39k|   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
476.69/476.71	c   437s|  2710k|  2700k|     0 |   0.0 | 786M|3352 |   - |3902 |  40k|   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
477.89/477.94	c   438s|  2720k|  2709k|     0 |   0.0 | 790M|3352 |   - |3902 |  40k|   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
479.10/479.18	c   439s|  2730k|  2719k|     0 |   0.0 | 794M|3352 |   - |3902 |  41k|   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
480.40/480.46	c   440s|  2740k|  2729k|     0 |   0.0 | 797M|3352 |   - |3902 |  42k|   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
481.71/481.73	c   441s|  2750k|  2739k|     0 |   0.0 | 802M|3352 |   - |3902 |  43k|   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
483.20/483.20	c   442s|  2760k|  2749k|     0 |   0.0 | 806M|3352 |   - |3902 |  44k|   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
484.50/484.58	c   444s|  2770k|  2759k|     0 |   0.0 | 810M|3352 |   - |3902 |  45k|   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
486.00/486.08	c   445s|  2780k|  2768k|     0 |   0.0 | 815M|3352 |   - |3902 |  46k|   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
487.39/487.45	c   446s|  2790k|  2778k|     0 |   0.0 | 819M|3352 |   - |3902 |  47k|   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
489.00/489.08	c   448s|  2800k|  2788k|     0 |   0.0 | 824M|3352 |   - |3902 |  49k|   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
490.69/490.76	c   449s|  2810k|  2797k|     0 |   0.0 | 829M|3352 |   - |3902 |  51k|   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
492.50/492.58	c   451s|  2820k|  2807k|     0 |   0.0 | 834M|3352 |   - |3902 |  53k|   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
495.40/495.40	c   454s|  2830k|  2816k|     0 |   0.0 | 840M|3352 |   - |3902 |  57k|   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
499.41/499.42	c   457s|  2840k|  2826k|     0 |   0.0 | 838M|3352 |   - |3902 |  32k|   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
501.70/501.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
501.70/501.75	c   460s|  2850k|  2836k|     0 |   0.0 | 827M|3352 |   - |3902 |8137 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
503.89/503.99	c   462s|  2860k|  2846k|     0 |   0.0 | 825M|3352 |   - |3902 |1447 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
506.10/506.16	c   464s|  2870k|  2856k|     0 |   0.0 | 828M|3352 |   - |3902 |1466 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
508.30/508.31	c   466s|  2880k|  2866k|     0 |   0.0 | 831M|3352 |   - |3902 |1471 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
510.49/510.56	c   468s|  2890k|  2876k|     0 |   0.0 | 833M|3352 |   - |3902 |1471 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
512.61/512.68	c   470s|  2900k|  2886k|     0 |   0.0 | 836M|3352 |   - |3902 |1489 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
514.81/514.87	c   472s|  2910k|  2896k|     0 |   0.0 | 839M|3352 |   - |3902 |1526 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
517.00/517.05	c   474s|  2920k|  2906k|     0 |   0.0 | 842M|3352 |   - |3902 |1505 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
519.30/519.33	c   476s|  2930k|  2916k|     0 |   0.0 | 844M|3352 |   - |3902 |1503 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
521.50/521.57	c   478s|  2940k|  2926k|     0 |   0.0 | 847M|3352 |   - |3902 |1512 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
523.70/523.77	c   480s|  2950k|  2936k|     0 |   0.0 | 850M|3352 |   - |3902 |1504 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
525.90/525.98	c   482s|  2960k|  2946k|     0 |   0.0 | 853M|3352 |   - |3902 |1507 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
528.20/528.23	c   484s|  2970k|  2955k|     0 |   0.0 | 855M|3352 |   - |3902 |1520 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
530.30/530.31	c   486s|  2980k|  2965k|     0 |   0.0 | 858M|3352 |   - |3902 |1507 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
532.60/532.66	c   489s|  2990k|  2975k|     0 |   0.0 | 861M|3352 |   - |3902 |1528 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
534.80/534.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
534.80/534.89	c   491s|  3000k|  2985k|     0 |   0.0 | 863M|3352 |   - |3902 |1552 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
537.00/537.09	c   493s|  3010k|  2995k|     0 |   0.0 | 866M|3352 |   - |3902 |1536 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
539.30/539.39	c   495s|  3020k|  3005k|     0 |   0.0 | 869M|3352 |   - |3902 |1561 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
541.50/541.55	c   497s|  3030k|  3015k|     0 |   0.0 | 871M|3352 |   - |3902 |1512 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
543.80/543.80	c   499s|  3040k|  3025k|     0 |   0.0 | 874M|3352 |   - |3902 |1553 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
545.90/545.98	c   501s|  3050k|  3035k|     0 |   0.0 | 877M|3352 |   - |3902 |1555 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
548.10/548.19	c   503s|  3060k|  3045k|     0 |   0.0 | 880M|3352 |   - |3902 |1552 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
550.50/550.50	c   505s|  3070k|  3055k|     0 |   0.0 | 882M|3352 |   - |3902 |1531 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
552.70/552.71	c   507s|  3080k|  3065k|     0 |   0.0 | 885M|3352 |   - |3902 |1549 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
554.90/554.99	c   509s|  3090k|  3075k|     0 |   0.0 | 888M|3352 |   - |3902 |1527 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
557.20/557.23	c   512s|  3100k|  3085k|     0 |   0.0 | 890M|3352 |   - |3902 |1541 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
559.30/559.37	c   513s|  3110k|  3095k|     0 |   0.0 | 893M|3352 |   - |3902 |1507 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
561.60/561.68	c   516s|  3120k|  3105k|     0 |   0.0 | 896M|3352 |   - |3902 |1529 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
563.80/563.87	c   518s|  3130k|  3115k|     0 |   0.0 | 899M|3352 |   - |3902 |1532 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
566.10/566.10	c   520s|  3140k|  3125k|     0 |   0.0 | 901M|3352 |   - |3902 |1530 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
568.30/568.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
568.30/568.37	c   522s|  3150k|  3135k|     0 |   0.0 | 904M|3352 |   - |3902 |1517 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
570.50/570.57	c   524s|  3160k|  3145k|     0 |   0.0 | 907M|3352 |   - |3902 |1516 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
572.80/572.81	c   526s|  3170k|  3155k|     0 |   0.0 | 909M|3352 |   - |3902 |1513 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
575.10/575.14	c   528s|  3180k|  3165k|     0 |   0.0 | 912M|3352 |   - |3902 |1146 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
577.30/577.32	c   530s|  3190k|  3175k|     0 |   0.0 | 915M|3352 |   - |3902 |1105 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
579.70/579.72	c   533s|  3200k|  3185k|     0 |   0.0 | 917M|3352 |   - |3902 | 948 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
581.90/581.97	c   535s|  3210k|  3195k|     0 |   0.0 | 920M|3352 |   - |3902 | 828 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
584.20/584.24	c   537s|  3220k|  3205k|     0 |   0.0 | 923M|3352 |   - |3902 | 805 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
586.40/586.49	c   539s|  3230k|  3215k|     0 |   0.0 | 925M|3352 |   - |3902 | 809 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
588.60/588.65	c   541s|  3240k|  3225k|     0 |   0.0 | 928M|3352 |   - |3902 | 783 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
590.90/590.98	c   543s|  3250k|  3235k|     0 |   0.0 | 931M|3352 |   - |3902 | 841 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
593.11/593.11	c   545s|  3260k|  3245k|     0 |   0.0 | 934M|3352 |   - |3902 | 776 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
595.40/595.40	c   547s|  3270k|  3255k|     0 |   0.0 | 936M|3352 |   - |3902 | 797 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
597.50/597.57	c   549s|  3280k|  3265k|     0 |   0.0 | 939M|3352 |   - |3902 | 796 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
599.80/599.86	c   551s|  3290k|  3275k|     0 |   0.0 | 942M|3352 |   - |3902 | 811 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
602.10/602.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
602.10/602.17	c   554s|  3300k|  3285k|     0 |   0.0 | 944M|3352 |   - |3902 | 821 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
604.50/604.51	c   556s|  3310k|  3295k|     0 |   0.0 | 947M|3352 |   - |3902 | 803 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
606.80/606.81	c   558s|  3320k|  3305k|     0 |   0.0 | 950M|3352 |   - |3902 | 807 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
609.00/609.07	c   560s|  3330k|  3315k|     0 |   0.0 | 952M|3352 |   - |3902 | 778 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
611.20/611.22	c   562s|  3340k|  3325k|     0 |   0.0 | 955M|3352 |   - |3902 | 775 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
613.40/613.47	c   564s|  3350k|  3335k|     0 |   0.0 | 958M|3352 |   - |3902 | 783 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
615.70/615.70	c   566s|  3360k|  3345k|     0 |   0.0 | 960M|3352 |   - |3902 | 787 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
617.90/617.93	c   568s|  3370k|  3355k|     0 |   0.0 | 963M|3352 |   - |3902 | 775 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
620.10/620.13	c   570s|  3380k|  3365k|     0 |   0.0 | 966M|3352 |   - |3902 | 779 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
622.30/622.36	c   573s|  3390k|  3375k|     0 |   0.0 | 968M|3352 |   - |3902 | 811 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
624.60/624.61	c   575s|  3400k|  3385k|     0 |   0.0 | 971M|3352 |   - |3902 | 803 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
626.70/626.77	c   577s|  3410k|  3395k|     0 |   0.0 | 974M|3352 |   - |3902 | 761 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
629.00/629.05	c   579s|  3420k|  3405k|     0 |   0.0 | 977M|3352 |   - |3902 | 784 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
631.10/631.19	c   581s|  3430k|  3415k|     0 |   0.0 | 979M|3352 |   - |3902 | 760 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
633.40/633.46	c   583s|  3440k|  3425k|     0 |   0.0 | 982M|3352 |   - |3902 | 772 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
635.61/635.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
635.61/635.66	c   585s|  3450k|  3434k|     0 |   0.0 | 985M|3352 |   - |3902 | 758 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
637.91/637.93	c   587s|  3460k|  3444k|     0 |   0.0 | 987M|3352 |   - |3902 | 784 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
640.00/640.02	c   589s|  3470k|  3454k|     0 |   0.0 | 990M|3352 |   - |3902 | 760 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
642.31/642.31	c   591s|  3480k|  3464k|     0 |   0.0 | 993M|3352 |   - |3902 | 790 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
644.50/644.50	c   593s|  3490k|  3474k|     0 |   0.0 | 995M|3352 |   - |3902 | 789 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
646.71/646.79	c   595s|  3500k|  3484k|     0 |   0.0 | 998M|3352 |   - |3902 | 788 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
649.11/649.13	c   598s|  3510k|  3494k|     0 |   0.0 |1001M|3352 |   - |3902 | 787 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
651.21/651.29	c   600s|  3520k|  3504k|     0 |   0.0 |1003M|3352 |   - |3902 | 778 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
653.50/653.56	c   602s|  3530k|  3514k|     0 |   0.0 |1006M|3352 |   - |3902 | 785 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
655.61/655.68	c   604s|  3540k|  3524k|     0 |   0.0 |1009M|3352 |   - |3902 | 762 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
657.90/657.98	c   606s|  3550k|  3534k|     0 |   0.0 |1012M|3352 |   - |3902 | 795 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
660.10/660.18	c   608s|  3560k|  3544k|     0 |   0.0 |1014M|3352 |   - |3902 | 767 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
662.40/662.43	c   610s|  3570k|  3554k|     0 |   0.0 |1017M|3352 |   - |3902 | 760 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
664.70/664.77	c   612s|  3580k|  3564k|     0 |   0.0 |1020M|3352 |   - |3902 | 785 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
666.90/666.99	c   614s|  3590k|  3574k|     0 |   0.0 |1022M|3352 |   - |3902 | 763 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
669.20/669.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
669.20/669.27	c   616s|  3600k|  3584k|     0 |   0.0 |1025M|3352 |   - |3902 | 799 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
671.40/671.44	c   618s|  3610k|  3594k|     0 |   0.0 |1028M|3352 |   - |3902 | 810 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
673.60/673.68	c   620s|  3620k|  3604k|     0 |   0.0 |1030M|3352 |   - |3902 | 776 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
675.90/675.95	c   623s|  3630k|  3614k|     0 |   0.0 |1033M|3352 |   - |3902 | 775 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
678.21/678.27	c   625s|  3640k|  3624k|     0 |   0.0 |1036M|3352 |   - |3902 | 786 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
680.40/680.45	c   627s|  3650k|  3634k|     0 |   0.0 |1038M|3352 |   - |3902 | 775 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
682.60/682.66	c   629s|  3660k|  3644k|     0 |   0.0 |1041M|3352 |   - |3902 | 804 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
684.90/684.92	c   631s|  3670k|  3654k|     0 |   0.0 |1044M|3352 |   - |3902 | 788 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
687.01/687.09	c   633s|  3680k|  3664k|     0 |   0.0 |1046M|3352 |   - |3902 | 800 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
689.20/689.20	c   635s|  3690k|  3674k|     0 |   0.0 |1049M|3352 |   - |3902 | 835 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
691.40/691.43	c   637s|  3700k|  3684k|     0 |   0.0 |1052M|3352 |   - |3902 | 834 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
693.60/693.67	c   639s|  3710k|  3694k|     0 |   0.0 |1055M|3352 |   - |3902 | 852 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
695.90/695.90	c   641s|  3720k|  3704k|     0 |   0.0 |1057M|3352 |   - |3902 | 815 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
698.01/698.05	c   643s|  3730k|  3714k|     0 |   0.0 |1060M|3352 |   - |3902 | 840 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
700.30/700.37	c   645s|  3740k|  3724k|     0 |   0.0 |1063M|3352 |   - |3902 | 816 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
702.60/702.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
702.60/702.61	c   648s|  3750k|  3734k|     0 |   0.0 |1065M|3352 |   - |3902 | 853 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
704.81/704.84	c   650s|  3760k|  3744k|     0 |   0.0 |1068M|3352 |   - |3902 | 831 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
707.00/707.09	c   652s|  3770k|  3754k|     0 |   0.0 |1071M|3352 |   - |3902 | 852 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
709.20/709.29	c   654s|  3780k|  3764k|     0 |   0.0 |1073M|3352 |   - |3902 | 807 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
711.40/711.45	c   656s|  3790k|  3774k|     0 |   0.0 |1076M|3352 |   - |3902 | 821 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
713.60/713.64	c   658s|  3800k|  3784k|     0 |   0.0 |1079M|3352 |   - |3902 | 844 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
715.90/715.96	c   660s|  3810k|  3794k|     0 |   0.0 |1081M|3352 |   - |3902 | 839 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
718.10/718.12	c   662s|  3820k|  3804k|     0 |   0.0 |1084M|3352 |   - |3902 | 839 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
720.30/720.31	c   664s|  3830k|  3814k|     0 |   0.0 |1087M|3352 |   - |3902 | 848 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
722.40/722.49	c   666s|  3840k|  3824k|     0 |   0.0 |1089M|3352 |   - |3902 | 848 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
724.60/724.65	c   668s|  3850k|  3834k|     0 |   0.0 |1092M|3352 |   - |3902 | 839 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
726.90/726.95	c   670s|  3860k|  3844k|     0 |   0.0 |1095M|3352 |   - |3902 | 870 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
729.00/729.08	c   672s|  3870k|  3854k|     0 |   0.0 |1097M|3352 |   - |3902 | 858 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
731.20/731.27	c   674s|  3880k|  3864k|     0 |   0.0 |1100M|3352 |   - |3902 | 866 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
733.30/733.34	c   676s|  3890k|  3874k|     0 |   0.0 |1103M|3352 |   - |3902 | 870 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
735.71/735.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
735.71/735.74	c   678s|  3900k|  3884k|     0 |   0.0 |1105M|3352 |   - |3902 | 904 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
737.81/737.85	c   680s|  3910k|  3893k|     0 |   0.0 |1108M|3352 |   - |3902 | 876 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
740.11/740.16	c   683s|  3920k|  3903k|     0 |   0.0 |1111M|3352 |   - |3902 | 870 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
742.30/742.38	c   685s|  3930k|  3913k|     0 |   0.0 |1114M|3352 |   - |3902 | 874 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
744.61/744.62	c   687s|  3940k|  3923k|     0 |   0.0 |1116M|3352 |   - |3902 | 860 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
746.81/746.84	c   689s|  3950k|  3933k|     0 |   0.0 |1119M|3352 |   - |3902 | 854 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
749.11/749.11	c   691s|  3960k|  3943k|     0 |   0.0 |1122M|3352 |   - |3902 | 879 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
751.31/751.32	c   693s|  3970k|  3953k|     0 |   0.0 |1124M|3352 |   - |3902 | 857 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
753.41/753.44	c   695s|  3980k|  3963k|     0 |   0.0 |1127M|3352 |   - |3902 | 826 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
755.61/755.70	c   697s|  3990k|  3973k|     0 |   0.0 |1130M|3352 |   - |3902 | 843 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
757.81/757.80	c   699s|  4000k|  3983k|     0 |   0.0 |1132M|3352 |   - |3902 | 843 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
760.01/760.07	c   701s|  4010k|  3993k|     0 |   0.0 |1135M|3352 |   - |3902 | 866 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
762.21/762.22	c   703s|  4020k|  4003k|     0 |   0.0 |1138M|3352 |   - |3902 | 850 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
764.40/764.48	c   705s|  4030k|  4013k|     0 |   0.0 |1140M|3352 |   - |3902 | 857 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
766.50/766.60	c   707s|  4040k|  4023k|     0 |   0.0 |1143M|3352 |   - |3902 | 857 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
768.80/768.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
768.80/768.81	c   709s|  4050k|  4033k|     0 |   0.0 |1146M|3352 |   - |3902 | 848 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
770.90/770.95	c   711s|  4060k|  4043k|     0 |   0.0 |1148M|3352 |   - |3902 | 861 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
773.10/773.11	c   713s|  4070k|  4053k|     0 |   0.0 |1151M|3352 |   - |3902 | 857 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
775.20/775.25	c   715s|  4080k|  4063k|     0 |   0.0 |1154M|3352 |   - |3902 | 832 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
777.50/777.55	c   717s|  4090k|  4073k|     0 |   0.0 |1156M|3352 |   - |3902 | 831 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
779.60/779.66	c   719s|  4100k|  4083k|     0 |   0.0 |1159M|3352 |   - |3902 | 824 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
781.91/781.95	c   722s|  4110k|  4093k|     0 |   0.0 |1162M|3352 |   - |3902 | 812 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
784.10/784.12	c   724s|  4120k|  4103k|     0 |   0.0 |1165M|3352 |   - |3902 | 801 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
786.41/786.42	c   726s|  4130k|  4113k|     0 |   0.0 |1167M|3352 |   - |3902 | 821 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
788.61/788.63	c   728s|  4140k|  4123k|     0 |   0.0 |1170M|3352 |   - |3902 | 809 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
790.81/790.85	c   730s|  4150k|  4133k|     0 |   0.0 |1173M|3352 |   - |3902 | 778 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
793.01/793.08	c   732s|  4160k|  4143k|     0 |   0.0 |1175M|3352 |   - |3902 | 804 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
795.31/795.34	c   734s|  4170k|  4153k|     0 |   0.0 |1178M|3352 |   - |3902 | 803 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
797.41/797.49	c   736s|  4180k|  4163k|     0 |   0.0 |1181M|3352 |   - |3902 | 783 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
799.81/799.80	c   738s|  4190k|  4173k|     0 |   0.0 |1183M|3352 |   - |3902 | 800 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
802.00/802.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
802.00/802.02	c   740s|  4200k|  4183k|     0 |   0.0 |1186M|3352 |   - |3902 | 791 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
804.20/804.23	c   742s|  4210k|  4193k|     0 |   0.0 |1189M|3352 |   - |3902 | 781 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
806.31/806.40	c   744s|  4220k|  4203k|     0 |   0.0 |1191M|3352 |   - |3902 | 791 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
808.60/808.64	c   746s|  4230k|  4213k|     0 |   0.0 |1194M|3352 |   - |3902 | 816 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
810.80/810.82	c   748s|  4240k|  4223k|     0 |   0.0 |1197M|3352 |   - |3902 | 799 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
813.10/813.13	c   751s|  4250k|  4233k|     0 |   0.0 |1199M|3352 |   - |3902 | 793 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
815.21/815.29	c   753s|  4260k|  4243k|     0 |   0.0 |1202M|3352 |   - |3902 | 752 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
817.50/817.58	c   755s|  4270k|  4253k|     0 |   0.0 |1205M|3352 |   - |3902 | 789 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
819.61/819.68	c   757s|  4280k|  4263k|     0 |   0.0 |1207M|3352 |   - |3902 | 767 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
822.01/822.00	c   759s|  4290k|  4273k|     0 |   0.0 |1210M|3352 |   - |3902 | 783 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
824.00/824.05	c   761s|  4300k|  4283k|     0 |   0.0 |1213M|3352 |   - |3902 | 769 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
826.40/826.40	c   763s|  4310k|  4293k|     0 |   0.0 |1215M|3352 |   - |3902 | 799 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
828.50/828.58	c   765s|  4320k|  4303k|     0 |   0.0 |1218M|3352 |   - |3902 | 785 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
830.80/830.89	c   767s|  4330k|  4313k|     0 |   0.0 |1221M|3352 |   - |3902 | 781 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
832.91/832.94	c   769s|  4340k|  4323k|     0 |   0.0 |1223M|3352 |   - |3902 | 764 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
835.21/835.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
835.21/835.24	c   771s|  4350k|  4333k|     0 |   0.0 |1226M|3352 |   - |3902 | 811 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
837.31/837.39	c   773s|  4360k|  4343k|     0 |   0.0 |1229M|3352 |   - |3902 | 791 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
839.71/839.70	c   775s|  4370k|  4353k|     0 |   0.0 |1232M|3352 |   - |3902 | 812 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
841.81/841.88	c   777s|  4380k|  4363k|     0 |   0.0 |1234M|3352 |   - |3902 | 817 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
844.11/844.10	c   780s|  4390k|  4372k|     0 |   0.0 |1237M|3352 |   - |3902 | 819 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
846.21/846.24	c   782s|  4400k|  4382k|     0 |   0.0 |1240M|3352 |   - |3902 | 813 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
848.51/848.50	c   784s|  4410k|  4392k|     0 |   0.0 |1242M|3352 |   - |3902 | 829 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
850.61/850.60	c   786s|  4420k|  4402k|     0 |   0.0 |1245M|3352 |   - |3902 | 802 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
852.80/852.87	c   788s|  4430k|  4412k|     0 |   0.0 |1248M|3352 |   - |3902 | 840 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
854.91/854.98	c   790s|  4440k|  4422k|     0 |   0.0 |1250M|3352 |   - |3902 | 856 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
857.31/857.35	c   792s|  4450k|  4432k|     0 |   0.0 |1253M|3352 |   - |3902 | 839 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
859.41/859.48	c   794s|  4460k|  4442k|     0 |   0.0 |1256M|3352 |   - |3902 | 807 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
861.70/861.72	c   796s|  4470k|  4452k|     0 |   0.0 |1258M|3352 |   - |3902 | 834 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
863.80/863.87	c   798s|  4480k|  4462k|     0 |   0.0 |1261M|3352 |   - |3902 | 834 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
866.11/866.11	c   800s|  4490k|  4472k|     0 |   0.0 |1264M|3352 |   - |3902 | 829 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
868.31/868.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
868.31/868.35	c   802s|  4500k|  4482k|     0 |   0.0 |1266M|3352 |   - |3902 | 847 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
870.60/870.62	c   804s|  4510k|  4492k|     0 |   0.0 |1269M|3352 |   - |3902 | 837 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
872.80/872.82	c   806s|  4520k|  4502k|     0 |   0.0 |1272M|3352 |   - |3902 | 817 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
875.00/875.07	c   808s|  4530k|  4512k|     0 |   0.0 |1274M|3352 |   - |3902 | 826 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
877.31/877.31	c   811s|  4540k|  4522k|     0 |   0.0 |1277M|3352 |   - |3902 | 841 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
879.51/879.51	c   813s|  4550k|  4532k|     0 |   0.0 |1280M|3352 |   - |3902 | 802 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
881.60/881.66	c   815s|  4560k|  4542k|     0 |   0.0 |1283M|3352 |   - |3902 | 829 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
883.90/883.91	c   817s|  4570k|  4552k|     0 |   0.0 |1285M|3352 |   - |3902 | 801 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
886.01/886.08	c   819s|  4580k|  4562k|     0 |   0.0 |1288M|3352 |   - |3902 | 789 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
888.31/888.32	c   821s|  4590k|  4572k|     0 |   0.0 |1291M|3352 |   - |3902 | 817 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
890.51/890.52	c   823s|  4600k|  4582k|     0 |   0.0 |1293M|3352 |   - |3902 | 787 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
892.70/892.78	c   825s|  4610k|  4592k|     0 |   0.0 |1296M|3352 |   - |3902 | 792 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
894.91/894.90	c   827s|  4620k|  4602k|     0 |   0.0 |1299M|3352 |   - |3902 | 793 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
897.11/897.15	c   829s|  4630k|  4612k|     0 |   0.0 |1301M|3352 |   - |3902 | 776 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
899.30/899.39	c   831s|  4640k|  4622k|     0 |   0.0 |1304M|3352 |   - |3902 | 768 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
901.51/901.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
901.51/901.56	c   833s|  4650k|  4632k|     0 |   0.0 |1307M|3352 |   - |3902 | 752 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
903.80/903.83	c   835s|  4660k|  4642k|     0 |   0.0 |1309M|3352 |   - |3902 | 769 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
906.00/906.01	c   837s|  4670k|  4652k|     0 |   0.0 |1312M|3352 |   - |3902 | 765 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
908.21/908.23	c   839s|  4680k|  4662k|     0 |   0.0 |1315M|3352 |   - |3902 | 760 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
910.40/910.41	c   841s|  4690k|  4672k|     0 |   0.0 |1317M|3352 |   - |3902 | 788 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
912.61/912.67	c   844s|  4700k|  4682k|     0 |   0.0 |1320M|3352 |   - |3902 | 784 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
914.91/914.92	c   846s|  4710k|  4692k|     0 |   0.0 |1323M|3352 |   - |3902 | 756 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
917.10/917.18	c   848s|  4720k|  4702k|     0 |   0.0 |1325M|3352 |   - |3902 | 826 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
919.41/919.44	c   850s|  4730k|  4712k|     0 |   0.0 |1328M|3352 |   - |3902 | 800 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
921.61/921.66	c   852s|  4740k|  4722k|     0 |   0.0 |1331M|3352 |   - |3902 | 779 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
923.91/923.93	c   854s|  4750k|  4732k|     0 |   0.0 |1333M|3352 |   - |3902 | 781 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
926.11/926.15	c   856s|  4760k|  4742k|     0 |   0.0 |1336M|3352 |   - |3902 | 770 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
928.31/928.34	c   858s|  4770k|  4752k|     0 |   0.0 |1339M|3352 |   - |3902 | 761 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
930.51/930.52	c   860s|  4780k|  4762k|     0 |   0.0 |1342M|3352 |   - |3902 | 772 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
932.71/932.74	c   862s|  4790k|  4772k|     0 |   0.0 |1344M|3352 |   - |3902 | 780 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
934.80/934.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
934.80/934.88	c   864s|  4800k|  4782k|     0 |   0.0 |1347M|3352 |   - |3902 | 780 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
937.11/937.16	c   866s|  4810k|  4792k|     0 |   0.0 |1350M|3352 |   - |3902 | 794 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
939.32/939.38	c   869s|  4820k|  4802k|     0 |   0.0 |1352M|3352 |   - |3902 | 783 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
941.61/941.69	c   871s|  4830k|  4812k|     0 |   0.0 |1355M|3352 |   - |3902 | 821 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
943.90/943.91	c   873s|  4840k|  4822k|     0 |   0.0 |1358M|3352 |   - |3902 | 775 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
946.01/946.08	c   875s|  4850k|  4832k|     0 |   0.0 |1360M|3352 |   - |3902 | 795 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
948.31/948.32	c   877s|  4860k|  4842k|     0 |   0.0 |1363M|3352 |   - |3902 | 821 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
950.51/950.54	c   879s|  4870k|  4851k|     0 |   0.0 |1366M|3352 |   - |3902 | 808 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
952.71/952.76	c   881s|  4880k|  4861k|     0 |   0.0 |1368M|3352 |   - |3902 | 808 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
954.91/954.95	c   883s|  4890k|  4871k|     0 |   0.0 |1371M|3352 |   - |3902 | 821 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
957.11/957.19	c   885s|  4900k|  4881k|     0 |   0.0 |1374M|3352 |   - |3902 | 799 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
959.41/959.42	c   887s|  4910k|  4891k|     0 |   0.0 |1376M|3352 |   - |3902 | 801 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
961.50/961.56	c   889s|  4920k|  4901k|     0 |   0.0 |1379M|3352 |   - |3902 | 789 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
963.80/963.81	c   891s|  4930k|  4911k|     0 |   0.0 |1382M|3352 |   - |3902 | 809 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
965.90/965.95	c   893s|  4940k|  4921k|     0 |   0.0 |1384M|3352 |   - |3902 | 824 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
968.21/968.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
968.21/968.25	c   895s|  4950k|  4931k|     0 |   0.0 |1387M|3352 |   - |3902 | 826 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
970.30/970.36	c   897s|  4960k|  4941k|     0 |   0.0 |1390M|3352 |   - |3902 | 820 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
972.61/972.69	c   900s|  4970k|  4951k|     0 |   0.0 |1392M|3352 |   - |3902 | 821 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
974.80/974.80	c   902s|  4980k|  4961k|     0 |   0.0 |1395M|3352 |   - |3902 | 830 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
977.11/977.15	c   904s|  4990k|  4971k|     0 |   0.0 |1398M|3352 |   - |3902 | 851 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
979.20/979.29	c   906s|  5000k|  4981k|     0 |   0.0 |1401M|3352 |   - |3902 | 875 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
981.61/981.62	c   908s|  5010k|  4991k|     0 |   0.0 |1403M|3352 |   - |3902 | 883 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
983.71/983.77	c   910s|  5020k|  5001k|     0 |   0.0 |1406M|3352 |   - |3902 | 858 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
986.01/986.02	c   912s|  5030k|  5011k|     0 |   0.0 |1409M|3352 |   - |3902 | 850 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
988.31/988.34	c   914s|  5040k|  5021k|     0 |   0.0 |1411M|3352 |   - |3902 | 873 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
990.41/990.45	c   916s|  5050k|  5031k|     0 |   0.0 |1414M|3352 |   - |3902 | 856 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
992.71/992.79	c   918s|  5060k|  5041k|     0 |   0.0 |1417M|3352 |   - |3902 | 868 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
995.01/995.05	c   920s|  5070k|  5051k|     0 |   0.0 |1419M|3352 |   - |3902 | 868 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
997.21/997.24	c   923s|  5080k|  5061k|     0 |   0.0 |1422M|3352 |   - |3902 | 835 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
999.51/999.53	c   925s|  5090k|  5071k|     0 |   0.0 |1425M|3352 |   - |3902 | 900 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1001.61/1001.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1001.61/1001.65	c   927s|  5100k|  5081k|     0 |   0.0 |1427M|3352 |   - |3902 | 819 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1003.91/1003.97	c   929s|  5110k|  5091k|     0 |   0.0 |1430M|3352 |   - |3902 | 831 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1006.11/1006.11	c   931s|  5120k|  5101k|     0 |   0.0 |1433M|3352 |   - |3902 | 836 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1008.31/1008.32	c   933s|  5130k|  5111k|     0 |   0.0 |1435M|3352 |   - |3902 | 842 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1010.41/1010.47	c   935s|  5140k|  5121k|     0 |   0.0 |1438M|3352 |   - |3902 | 844 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1012.71/1012.72	c   937s|  5150k|  5131k|     0 |   0.0 |1441M|3352 |   - |3902 | 851 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1015.00/1015.05	c   939s|  5160k|  5141k|     0 |   0.0 |1444M|3352 |   - |3902 | 873 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1017.41/1017.40	c   941s|  5170k|  5151k|     0 |   0.0 |1446M|3352 |   - |3902 | 887 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1019.61/1019.64	c   943s|  5180k|  5161k|     0 |   0.0 |1449M|3352 |   - |3902 | 869 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1021.81/1021.85	c   946s|  5190k|  5171k|     0 |   0.0 |1452M|3352 |   - |3902 | 879 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1024.11/1024.13	c   948s|  5200k|  5181k|     0 |   0.0 |1454M|3352 |   - |3902 | 885 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1026.31/1026.31	c   950s|  5210k|  5191k|     0 |   0.0 |1457M|3352 |   - |3902 | 850 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1028.60/1028.62	c   952s|  5220k|  5201k|     0 |   0.0 |1460M|3352 |   - |3902 | 861 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1030.81/1030.83	c   954s|  5230k|  5211k|     0 |   0.0 |1462M|3352 |   - |3902 | 847 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1033.10/1033.10	c   956s|  5240k|  5221k|     0 |   0.0 |1465M|3352 |   - |3902 | 861 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1035.21/1035.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1035.21/1035.26	c   958s|  5250k|  5231k|     0 |   0.0 |1468M|3352 |   - |3902 | 845 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1037.50/1037.59	c   960s|  5260k|  5241k|     0 |   0.0 |1470M|3352 |   - |3902 | 896 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1039.81/1039.80	c   962s|  5270k|  5251k|     0 |   0.0 |1473M|3352 |   - |3902 | 906 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1042.01/1042.07	c   964s|  5280k|  5261k|     0 |   0.0 |1476M|3352 |   - |3902 | 883 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1044.21/1044.28	c   967s|  5290k|  5271k|     0 |   0.0 |1478M|3352 |   - |3902 | 852 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1046.51/1046.54	c   969s|  5300k|  5281k|     0 |   0.0 |1481M|3352 |   - |3902 | 856 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1048.70/1048.75	c   971s|  5310k|  5291k|     0 |   0.0 |1484M|3352 |   - |3902 | 838 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1051.01/1051.07	c   973s|  5320k|  5301k|     0 |   0.0 |1486M|3352 |   - |3902 | 855 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1053.20/1053.27	c   975s|  5330k|  5310k|     0 |   0.0 |1489M|3352 |   - |3902 | 846 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1055.41/1055.47	c   977s|  5340k|  5320k|     0 |   0.0 |1492M|3352 |   - |3902 | 855 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1057.71/1057.70	c   979s|  5350k|  5330k|     0 |   0.0 |1494M|3352 |   - |3902 | 881 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1059.91/1059.99	c   981s|  5360k|  5340k|     0 |   0.0 |1497M|3352 |   - |3902 | 864 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1062.21/1062.20	c   983s|  5370k|  5350k|     0 |   0.0 |1500M|3352 |   - |3902 | 837 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1064.41/1064.40	c   985s|  5380k|  5360k|     0 |   0.0 |1502M|3352 |   - |3902 | 811 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1066.50/1066.58	c   987s|  5390k|  5370k|     0 |   0.0 |1505M|3352 |   - |3902 | 810 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1068.71/1068.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1068.71/1068.74	c   989s|  5400k|  5380k|     0 |   0.0 |1508M|3352 |   - |3902 | 828 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1070.91/1070.94	c   991s|  5410k|  5390k|     0 |   0.0 |1510M|3352 |   - |3902 | 818 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1073.11/1073.12	c   993s|  5420k|  5400k|     0 |   0.0 |1513M|3352 |   - |3902 | 841 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1075.30/1075.33	c   995s|  5430k|  5410k|     0 |   0.0 |1516M|3352 |   - |3902 | 827 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1077.51/1077.59	c   998s|  5440k|  5420k|     0 |   0.0 |1518M|3352 |   - |3902 | 846 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1079.70/1079.77	c  1000s|  5450k|  5430k|     0 |   0.0 |1521M|3352 |   - |3902 | 842 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1082.01/1082.00	c  1002s|  5460k|  5440k|     0 |   0.0 |1524M|3352 |   - |3902 | 848 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1084.21/1084.21	c  1004s|  5470k|  5450k|     0 |   0.0 |1526M|3352 |   - |3902 | 837 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1086.41/1086.41	c  1006s|  5480k|  5460k|     0 |   0.0 |1529M|3352 |   - |3902 | 859 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1088.60/1088.63	c  1008s|  5490k|  5470k|     0 |   0.0 |1532M|3352 |   - |3902 | 857 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1090.81/1090.84	c  1010s|  5500k|  5480k|     0 |   0.0 |1535M|3352 |   - |3902 | 830 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1093.01/1093.10	c  1012s|  5510k|  5490k|     0 |   0.0 |1537M|3352 |   - |3902 | 819 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1095.30/1095.35	c  1014s|  5520k|  5500k|     0 |   0.0 |1540M|3352 |   - |3902 | 801 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1097.51/1097.54	c  1016s|  5530k|  5510k|     0 |   0.0 |1543M|3352 |   - |3902 | 819 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1099.70/1099.74	c  1018s|  5540k|  5520k|     0 |   0.0 |1545M|3352 |   - |3902 | 827 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1101.91/1101.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1101.91/1101.93	c  1020s|  5550k|  5530k|     0 |   0.0 |1548M|3352 |   - |3902 | 820 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1104.11/1104.12	c  1022s|  5560k|  5540k|     0 |   0.0 |1551M|3352 |   - |3902 | 853 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1106.40/1106.46	c  1025s|  5570k|  5550k|     0 |   0.0 |1553M|3352 |   - |3902 | 826 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1108.51/1108.52	c  1027s|  5580k|  5560k|     0 |   0.0 |1556M|3352 |   - |3902 | 813 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1110.71/1110.76	c  1029s|  5590k|  5570k|     0 |   0.0 |1559M|3352 |   - |3902 | 811 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1112.80/1112.83	c  1031s|  5600k|  5580k|     0 |   0.0 |1561M|3352 |   - |3902 | 816 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1115.11/1115.12	c  1033s|  5610k|  5590k|     0 |   0.0 |1564M|3352 |   - |3902 | 831 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1117.20/1117.29	c  1035s|  5620k|  5600k|     0 |   0.0 |1567M|3352 |   - |3902 | 807 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1119.61/1119.69	c  1037s|  5630k|  5610k|     0 |   0.0 |1569M|3352 |   - |3902 | 853 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1121.91/1121.92	c  1039s|  5640k|  5620k|     0 |   0.0 |1572M|3352 |   - |3902 | 808 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1124.11/1124.15	c  1041s|  5650k|  5630k|     0 |   0.0 |1575M|3352 |   - |3902 | 816 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1126.32/1126.35	c  1043s|  5660k|  5640k|     0 |   0.0 |1577M|3352 |   - |3902 | 828 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1128.61/1128.61	c  1045s|  5670k|  5650k|     0 |   0.0 |1580M|3352 |   - |3902 | 842 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1130.71/1130.73	c  1047s|  5680k|  5660k|     0 |   0.0 |1583M|3352 |   - |3902 | 820 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1133.02/1133.04	c  1050s|  5690k|  5670k|     0 |   0.0 |1585M|3352 |   - |3902 | 863 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1135.21/1135.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1135.21/1135.21	c  1052s|  5700k|  5680k|     0 |   0.0 |1588M|3352 |   - |3902 | 798 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1137.41/1137.45	c  1054s|  5710k|  5690k|     0 |   0.0 |1591M|3352 |   - |3902 | 815 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1139.61/1139.61	c  1056s|  5720k|  5700k|     0 |   0.0 |1593M|3352 |   - |3902 | 808 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1141.91/1141.91	c  1058s|  5730k|  5710k|     0 |   0.0 |1596M|3352 |   - |3902 | 830 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1144.11/1144.10	c  1060s|  5740k|  5720k|     0 |   0.0 |1599M|3352 |   - |3902 | 834 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1146.22/1146.26	c  1062s|  5750k|  5730k|     0 |   0.0 |1601M|3352 |   - |3902 | 825 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1148.42/1148.43	c  1064s|  5760k|  5740k|     0 |   0.0 |1604M|3352 |   - |3902 | 830 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1150.62/1150.66	c  1066s|  5770k|  5750k|     0 |   0.0 |1607M|3352 |   - |3902 | 830 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1152.82/1152.83	c  1068s|  5780k|  5760k|     0 |   0.0 |1609M|3352 |   - |3902 | 818 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1155.11/1155.17	c  1071s|  5790k|  5770k|     0 |   0.0 |1612M|3352 |   - |3902 | 842 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1157.31/1157.31	c  1073s|  5800k|  5779k|     0 |   0.0 |1615M|3352 |   - |3902 | 810 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1159.61/1159.62	c  1075s|  5810k|  5789k|     0 |   0.0 |1617M|3352 |   - |3902 | 826 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1161.81/1161.86	c  1077s|  5820k|  5799k|     0 |   0.0 |1620M|3352 |   - |3902 | 839 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1164.21/1164.26	c  1079s|  5830k|  5809k|     0 |   0.0 |1623M|3352 |   - |3902 | 854 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1166.31/1166.33	c  1081s|  5840k|  5819k|     0 |   0.0 |1625M|3352 |   - |3902 | 817 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1168.52/1168.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1168.52/1168.54	c  1083s|  5850k|  5829k|     0 |   0.0 |1628M|3352 |   - |3902 | 828 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1170.71/1170.70	c  1085s|  5860k|  5839k|     0 |   0.0 |1631M|3352 |   - |3902 | 816 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1172.91/1172.98	c  1088s|  5870k|  5849k|     0 |   0.0 |1633M|3352 |   - |3902 | 833 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1175.11/1175.19	c  1090s|  5880k|  5859k|     0 |   0.0 |1636M|3352 |   - |3902 | 837 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1177.41/1177.42	c  1092s|  5890k|  5869k|     0 |   0.0 |1639M|3352 |   - |3902 | 825 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1179.51/1179.58	c  1094s|  5900k|  5879k|     0 |   0.0 |1642M|3352 |   - |3902 | 841 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1181.91/1181.91	c  1096s|  5910k|  5889k|     0 |   0.0 |1644M|3352 |   - |3902 | 844 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1183.91/1183.99	c  1098s|  5920k|  5899k|     0 |   0.0 |1647M|3352 |   - |3902 | 807 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1186.21/1186.28	c  1100s|  5930k|  5909k|     0 |   0.0 |1650M|3352 |   - |3902 | 852 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1188.31/1188.35	c  1102s|  5940k|  5919k|     0 |   0.0 |1652M|3352 |   - |3902 | 817 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1190.61/1190.67	c  1104s|  5950k|  5929k|     0 |   0.0 |1655M|3352 |   - |3902 | 841 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1192.71/1192.79	c  1106s|  5960k|  5939k|     0 |   0.0 |1658M|3352 |   - |3902 | 800 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1195.11/1195.15	c  1109s|  5970k|  5949k|     0 |   0.0 |1660M|3352 |   - |3902 | 832 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1197.21/1197.28	c  1111s|  5980k|  5959k|     0 |   0.0 |1663M|3352 |   - |3902 | 814 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1199.51/1199.53	c  1113s|  5990k|  5969k|     0 |   0.0 |1666M|3352 |   - |3902 | 831 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1201.81/1201.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1201.81/1201.85	c  1115s|  6000k|  5979k|     0 |   0.0 |1668M|3352 |   - |3902 | 829 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1204.01/1204.03	c  1117s|  6010k|  5989k|     0 |   0.0 |1671M|3352 |   - |3902 | 798 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1206.31/1206.30	c  1119s|  6020k|  5999k|     0 |   0.0 |1674M|3352 |   - |3902 | 824 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1208.41/1208.47	c  1121s|  6030k|  6009k|     0 |   0.0 |1676M|3352 |   - |3902 | 799 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1210.71/1210.75	c  1124s|  6040k|  6019k|     0 |   0.0 |1679M|3352 |   - |3902 | 824 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1212.91/1212.96	c  1126s|  6050k|  6029k|     0 |   0.0 |1682M|3352 |   - |3902 | 802 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1215.31/1215.37	c  1128s|  6060k|  6039k|     0 |   0.0 |1684M|3352 |   - |3902 | 819 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1217.41/1217.46	c  1130s|  6070k|  6049k|     0 |   0.0 |1687M|3352 |   - |3902 | 806 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1219.81/1219.83	c  1132s|  6080k|  6059k|     0 |   0.0 |1690M|3352 |   - |3902 | 829 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1221.91/1221.93	c  1134s|  6090k|  6069k|     0 |   0.0 |1692M|3352 |   - |3902 | 810 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1224.21/1224.22	c  1136s|  6100k|  6079k|     0 |   0.0 |1695M|3352 |   - |3902 | 812 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1226.31/1226.34	c  1138s|  6110k|  6089k|     0 |   0.0 |1698M|3352 |   - |3902 | 793 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1228.52/1228.60	c  1141s|  6120k|  6099k|     0 |   0.0 |1700M|3352 |   - |3902 | 806 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1230.71/1230.71	c  1143s|  6130k|  6109k|     0 |   0.0 |1703M|3352 |   - |3902 | 768 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1232.91/1232.99	c  1145s|  6140k|  6119k|     0 |   0.0 |1706M|3352 |   - |3902 | 812 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1235.11/1235.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1235.11/1235.12	c  1147s|  6150k|  6129k|     0 |   0.0 |1708M|3352 |   - |3902 | 774 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1237.31/1237.37	c  1149s|  6160k|  6139k|     0 |   0.0 |1711M|3352 |   - |3902 | 780 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1239.51/1239.55	c  1151s|  6170k|  6149k|     0 |   0.0 |1714M|3352 |   - |3902 | 794 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1242.01/1242.07	c  1153s|  6180k|  6159k|     0 |   0.0 |1716M|3352 |   - |3902 | 825 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1244.11/1244.18	c  1155s|  6190k|  6169k|     0 |   0.0 |1719M|3352 |   - |3902 | 790 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1246.41/1246.40	c  1158s|  6200k|  6179k|     0 |   0.0 |1722M|3352 |   - |3902 | 792 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1248.51/1248.51	c  1160s|  6210k|  6189k|     0 |   0.0 |1724M|3352 |   - |3902 | 793 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1250.72/1250.79	c  1162s|  6220k|  6199k|     0 |   0.0 |1727M|3352 |   - |3902 | 793 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1252.92/1252.99	c  1164s|  6230k|  6209k|     0 |   0.0 |1730M|3352 |   - |3902 | 772 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1255.12/1255.19	c  1166s|  6240k|  6219k|     0 |   0.0 |1732M|3352 |   - |3902 | 775 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1257.32/1257.32	c  1168s|  6250k|  6229k|     0 |   0.0 |1735M|3352 |   - |3902 | 789 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1259.51/1259.51	c  1170s|  6260k|  6239k|     0 |   0.0 |1738M|3352 |   - |3902 | 784 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1261.72/1261.72	c  1172s|  6270k|  6248k|     0 |   0.0 |1741M|3352 |   - |3902 | 802 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1263.92/1263.92	c  1174s|  6280k|  6258k|     0 |   0.0 |1743M|3352 |   - |3902 | 780 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1266.12/1266.13	c  1176s|  6290k|  6268k|     0 |   0.0 |1746M|3352 |   - |3902 | 793 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1268.32/1268.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1268.32/1268.35	c  1178s|  6300k|  6278k|     0 |   0.0 |1749M|3352 |   - |3902 | 765 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1270.42/1270.45	c  1180s|  6310k|  6288k|     0 |   0.0 |1751M|3352 |   - |3902 | 758 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1272.62/1272.68	c  1183s|  6320k|  6298k|     0 |   0.0 |1754M|3352 |   - |3902 | 770 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1274.82/1274.87	c  1185s|  6330k|  6308k|     0 |   0.0 |1757M|3352 |   - |3902 | 763 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1277.12/1277.17	c  1187s|  6340k|  6318k|     0 |   0.0 |1759M|3352 |   - |3902 | 751 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1279.31/1279.31	c  1189s|  6350k|  6328k|     0 |   0.0 |1762M|3352 |   - |3902 | 807 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1281.51/1281.56	c  1191s|  6360k|  6338k|     0 |   0.0 |1765M|3352 |   - |3902 | 812 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1283.72/1283.75	c  1193s|  6370k|  6348k|     0 |   0.0 |1767M|3352 |   - |3902 | 779 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1285.91/1285.90	c  1195s|  6380k|  6358k|     0 |   0.0 |1770M|3352 |   - |3902 | 758 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1288.12/1288.11	c  1197s|  6390k|  6368k|     0 |   0.0 |1773M|3352 |   - |3902 | 771 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1290.22/1290.26	c  1199s|  6400k|  6378k|     0 |   0.0 |1775M|3352 |   - |3902 | 750 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1292.51/1292.53	c  1201s|  6410k|  6388k|     0 |   0.0 |1778M|3352 |   - |3902 | 780 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1294.62/1294.68	c  1204s|  6420k|  6398k|     0 |   0.0 |1781M|3352 |   - |3902 | 768 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1297.01/1297.01	c  1206s|  6430k|  6408k|     0 |   0.0 |1783M|3352 |   - |3902 | 779 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1299.22/1299.21	c  1208s|  6440k|  6418k|     0 |   0.0 |1786M|3352 |   - |3902 | 793 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1301.41/1301.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1301.41/1301.42	c  1210s|  6450k|  6428k|     0 |   0.0 |1789M|3352 |   - |3902 | 764 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1303.52/1303.54	c  1212s|  6460k|  6438k|     0 |   0.0 |1791M|3352 |   - |3902 | 767 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1305.82/1305.86	c  1214s|  6470k|  6448k|     0 |   0.0 |1794M|3352 |   - |3902 | 827 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1308.12/1308.12	c  1216s|  6480k|  6458k|     0 |   0.0 |1797M|3352 |   - |3902 | 812 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1310.22/1310.29	c  1218s|  6490k|  6468k|     0 |   0.0 |1799M|3352 |   - |3902 | 798 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1312.41/1312.44	c  1220s|  6500k|  6478k|     0 |   0.0 |1802M|3352 |   - |3902 | 801 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1314.61/1314.66	c  1223s|  6510k|  6488k|     0 |   0.0 |1805M|3352 |   - |3902 | 858 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1316.91/1316.91	c  1225s|  6520k|  6498k|     0 |   0.0 |1807M|3352 |   - |3902 | 856 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1319.01/1319.06	c  1227s|  6530k|  6508k|     0 |   0.0 |1810M|3352 |   - |3902 | 807 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1321.32/1321.31	c  1229s|  6540k|  6518k|     0 |   0.0 |1813M|3352 |   - |3902 | 817 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1323.41/1323.49	c  1231s|  6550k|  6528k|     0 |   0.0 |1815M|3352 |   - |3902 | 815 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1325.71/1325.70	c  1233s|  6560k|  6538k|     0 |   0.0 |1818M|3352 |   - |3902 | 786 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1327.92/1327.93	c  1235s|  6570k|  6548k|     0 |   0.0 |1821M|3352 |   - |3902 | 789 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1330.12/1330.10	c  1237s|  6580k|  6558k|     0 |   0.0 |1823M|3352 |   - |3902 | 816 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1332.32/1332.36	c  1239s|  6590k|  6568k|     0 |   0.0 |1826M|3352 |   - |3902 | 797 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1334.51/1334.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1334.51/1334.55	c  1241s|  6600k|  6578k|     0 |   0.0 |1829M|3352 |   - |3902 | 817 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1336.81/1336.80	c  1244s|  6610k|  6588k|     0 |   0.0 |1831M|3352 |   - |3902 | 795 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1338.91/1338.91	c  1246s|  6620k|  6598k|     0 |   0.0 |1834M|3352 |   - |3902 | 811 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1341.21/1341.21	c  1248s|  6630k|  6608k|     0 |   0.0 |1837M|3352 |   - |3902 | 808 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1343.41/1343.41	c  1250s|  6640k|  6618k|     0 |   0.0 |1839M|3352 |   - |3902 | 832 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1345.71/1345.75	c  1252s|  6650k|  6628k|     0 |   0.0 |1842M|3352 |   - |3902 | 807 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1347.91/1347.91	c  1254s|  6660k|  6638k|     0 |   0.0 |1845M|3352 |   - |3902 | 839 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1350.11/1350.16	c  1256s|  6670k|  6648k|     0 |   0.0 |1847M|3352 |   - |3902 | 816 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1352.31/1352.34	c  1258s|  6680k|  6658k|     0 |   0.0 |1850M|3352 |   - |3902 | 827 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1354.51/1354.53	c  1261s|  6690k|  6668k|     0 |   0.0 |1853M|3352 |   - |3902 | 822 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1356.81/1356.82	c  1263s|  6700k|  6678k|     0 |   0.0 |1856M|3352 |   - |3902 | 834 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1358.91/1358.94	c  1265s|  6710k|  6688k|     0 |   0.0 |1858M|3352 |   - |3902 | 814 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1361.11/1361.15	c  1267s|  6720k|  6698k|     0 |   0.0 |1861M|3352 |   - |3902 | 826 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1363.22/1363.28	c  1269s|  6730k|  6708k|     0 |   0.0 |1864M|3352 |   - |3902 | 810 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1365.51/1365.59	c  1271s|  6740k|  6717k|     0 |   0.0 |1866M|3352 |   - |3902 | 862 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1367.72/1367.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1367.72/1367.79	c  1273s|  6750k|  6727k|     0 |   0.0 |1869M|3352 |   - |3902 | 816 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1370.02/1370.04	c  1275s|  6760k|  6737k|     0 |   0.0 |1872M|3352 |   - |3902 | 820 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1372.21/1372.28	c  1277s|  6770k|  6747k|     0 |   0.0 |1874M|3352 |   - |3902 | 847 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1374.51/1374.50	c  1279s|  6780k|  6757k|     0 |   0.0 |1877M|3352 |   - |3902 | 837 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1376.61/1376.70	c  1282s|  6790k|  6767k|     0 |   0.0 |1880M|3352 |   - |3902 | 838 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1379.01/1379.00	c  1284s|  6800k|  6777k|     0 |   0.0 |1882M|3352 |   - |3902 | 865 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1381.11/1381.13	c  1286s|  6810k|  6787k|     0 |   0.0 |1885M|3352 |   - |3902 | 857 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1383.31/1383.39	c  1288s|  6820k|  6797k|     0 |   0.0 |1888M|3352 |   - |3902 | 869 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1385.51/1385.53	c  1290s|  6830k|  6807k|     0 |   0.0 |1890M|3352 |   - |3902 | 876 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1387.72/1387.75	c  1292s|  6840k|  6817k|     0 |   0.0 |1893M|3352 |   - |3902 | 862 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1389.92/1389.99	c  1294s|  6850k|  6827k|     0 |   0.0 |1896M|3352 |   - |3902 | 865 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1392.21/1392.21	c  1296s|  6860k|  6837k|     0 |   0.0 |1898M|3352 |   - |3902 | 851 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1394.42/1394.47	c  1299s|  6870k|  6847k|     0 |   0.0 |1901M|3352 |   - |3902 | 840 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1396.71/1396.71	c  1301s|  6880k|  6857k|     0 |   0.0 |1904M|3352 |   - |3902 | 829 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1398.91/1398.96	c  1303s|  6890k|  6867k|     0 |   0.0 |1906M|3352 |   - |3902 | 836 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1401.12/1401.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1401.12/1401.16	c  1305s|  6900k|  6877k|     0 |   0.0 |1909M|3352 |   - |3902 | 821 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1403.31/1403.31	c  1307s|  6910k|  6887k|     0 |   0.0 |1912M|3352 |   - |3902 | 837 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1405.41/1405.49	c  1309s|  6920k|  6897k|     0 |   0.0 |1914M|3352 |   - |3902 | 839 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1407.71/1407.79	c  1311s|  6930k|  6907k|     0 |   0.0 |1917M|3352 |   - |3902 | 884 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1409.91/1409.97	c  1313s|  6940k|  6917k|     0 |   0.0 |1920M|3352 |   - |3902 | 827 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1412.22/1412.21	c  1315s|  6950k|  6927k|     0 |   0.0 |1922M|3352 |   - |3902 | 826 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1414.31/1414.35	c  1317s|  6960k|  6937k|     0 |   0.0 |1925M|3352 |   - |3902 | 849 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1416.61/1416.63	c  1320s|  6970k|  6947k|     0 |   0.0 |1928M|3352 |   - |3902 | 858 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1418.71/1418.78	c  1322s|  6980k|  6957k|     0 |   0.0 |1930M|3352 |   - |3902 | 820 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1421.02/1421.09	c  1324s|  6990k|  6967k|     0 |   0.0 |1933M|3352 |   - |3902 | 835 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1423.11/1423.19	c  1326s|  7000k|  6977k|     0 |   0.0 |1936M|3352 |   - |3902 | 823 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1425.42/1425.48	c  1328s|  7010k|  6987k|     0 |   0.0 |1938M|3352 |   - |3902 | 866 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1427.52/1427.57	c  1330s|  7020k|  6997k|     0 |   0.0 |1941M|3352 |   - |3902 | 823 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1429.81/1429.87	c  1332s|  7030k|  7007k|     0 |   0.0 |1944M|3352 |   - |3902 | 818 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1432.01/1432.01	c  1334s|  7040k|  7017k|     0 |   0.0 |1947M|3352 |   - |3902 | 841 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1434.21/1434.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1434.21/1434.29	c  1336s|  7050k|  7027k|     0 |   0.0 |1949M|3352 |   - |3902 | 837 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1436.31/1436.38	c  1338s|  7060k|  7037k|     0 |   0.0 |1952M|3352 |   - |3902 | 849 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1438.62/1438.67	c  1341s|  7070k|  7047k|     0 |   0.0 |1955M|3352 |   - |3902 | 845 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1440.92/1440.92	c  1343s|  7080k|  7057k|     0 |   0.0 |1957M|3352 |   - |3902 | 822 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1443.12/1443.12	c  1345s|  7090k|  7067k|     0 |   0.0 |1960M|3352 |   - |3902 | 813 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1445.42/1445.42	c  1347s|  7100k|  7077k|     0 |   0.0 |1963M|3352 |   - |3902 | 861 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1447.52/1447.59	c  1349s|  7110k|  7087k|     0 |   0.0 |1965M|3352 |   - |3902 | 844 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1449.72/1449.75	c  1351s|  7120k|  7097k|     0 |   0.0 |1968M|3352 |   - |3902 | 845 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1451.92/1451.95	c  1353s|  7130k|  7107k|     0 |   0.0 |1971M|3352 |   - |3902 | 873 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1454.22/1454.22	c  1355s|  7140k|  7117k|     0 |   0.0 |1973M|3352 |   - |3902 | 866 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1456.42/1456.45	c  1358s|  7150k|  7127k|     0 |   0.0 |1976M|3352 |   - |3902 | 831 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1458.62/1458.70	c  1360s|  7160k|  7137k|     0 |   0.0 |1979M|3352 |   - |3902 | 832 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1460.82/1460.89	c  1362s|  7170k|  7147k|     0 |   0.0 |1981M|3352 |   - |3902 | 857 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1463.12/1463.18	c  1364s|  7180k|  7157k|     0 |   0.0 |1984M|3352 |   - |3902 | 835 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1465.31/1465.31	c  1366s|  7190k|  7167k|     0 |   0.0 |1987M|3352 |   - |3902 | 806 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1467.51/1467.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1467.51/1467.52	c  1368s|  7200k|  7177k|     0 |   0.0 |1989M|3352 |   - |3902 | 789 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1469.72/1469.76	c  1370s|  7210k|  7187k|     0 |   0.0 |1992M|3352 |   - |3902 | 808 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1471.92/1471.95	c  1372s|  7220k|  7196k|     0 |   0.0 |1995M|3352 |   - |3902 | 810 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1474.02/1474.08	c  1374s|  7230k|  7206k|     0 |   0.0 |1997M|3352 |   - |3902 | 793 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1476.22/1476.22	c  1376s|  7240k|  7216k|     0 |   0.0 |2000M|3352 |   - |3902 | 805 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1478.42/1478.48	c  1379s|  7250k|  7226k|     0 |   0.0 |2003M|3352 |   - |3902 | 805 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1480.71/1480.77	c  1381s|  7260k|  7236k|     0 |   0.0 |2006M|3352 |   - |3902 | 814 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1483.01/1483.01	c  1383s|  7270k|  7246k|     0 |   0.0 |2008M|3352 |   - |3902 | 793 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1485.22/1485.27	c  1385s|  7280k|  7256k|     0 |   0.0 |2011M|3352 |   - |3902 | 782 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1487.42/1487.41	c  1387s|  7290k|  7266k|     0 |   0.0 |2014M|3352 |   - |3902 | 790 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1489.72/1489.73	c  1389s|  7300k|  7276k|     0 |   0.0 |2016M|3352 |   - |3902 | 811 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1492.01/1492.04	c  1391s|  7310k|  7286k|     0 |   0.0 |2019M|3352 |   - |3902 | 809 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1494.22/1494.27	c  1394s|  7320k|  7296k|     0 |   0.0 |2022M|3352 |   - |3902 | 765 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1496.42/1496.47	c  1396s|  7330k|  7306k|     0 |   0.0 |2024M|3352 |   - |3902 | 780 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1498.52/1498.57	c  1398s|  7340k|  7316k|     0 |   0.0 |2027M|3352 |   - |3902 | 761 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1500.92/1500.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1500.92/1500.91	c  1400s|  7350k|  7326k|     0 |   0.0 |2030M|3352 |   - |3902 | 805 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1503.02/1503.06	c  1402s|  7360k|  7336k|     0 |   0.0 |2032M|3352 |   - |3902 | 774 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1505.31/1505.32	c  1404s|  7370k|  7346k|     0 |   0.0 |2035M|3352 |   - |3902 | 761 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1507.51/1507.58	c  1406s|  7380k|  7356k|     0 |   0.0 |2038M|3352 |   - |3902 | 763 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1509.82/1509.80	c  1408s|  7390k|  7366k|     0 |   0.0 |2040M|3352 |   - |3902 | 763 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1511.92/1511.99	c  1410s|  7400k|  7376k|     0 |   0.0 |2043M|3352 |   - |3902 | 767 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1514.22/1514.22	c  1413s|  7410k|  7386k|     0 |   0.0 |2046M|3352 |   - |3902 | 755 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1516.42/1516.49	c  1415s|  7420k|  7396k|     0 |   0.0 |2048M|3352 |   - |3902 | 753 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1518.72/1518.70	c  1417s|  7430k|  7406k|     0 |   0.0 |2051M|3352 |   - |3902 | 734 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1520.81/1520.89	c  1419s|  7440k|  7416k|     0 |   0.0 |2054M|3352 |   - |3902 | 742 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1522.92/1522.99	c  1421s|  7450k|  7426k|     0 |   0.0 |2056M|3352 |   - |3902 | 746 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1525.22/1525.27	c  1423s|  7460k|  7436k|     0 |   0.0 |2059M|3352 |   - |3902 | 782 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1527.32/1527.37	c  1425s|  7470k|  7446k|     0 |   0.0 |2062M|3352 |   - |3902 | 744 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1529.72/1529.72	c  1427s|  7480k|  7456k|     0 |   0.0 |2065M|3352 |   - |3902 | 744 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1531.81/1531.85	c  1429s|  7490k|  7466k|     0 |   0.0 |2067M|3352 |   - |3902 | 743 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1534.11/1534.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1534.11/1534.16	c  1432s|  7500k|  7476k|     0 |   0.0 |2070M|3352 |   - |3902 | 758 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1536.31/1536.34	c  1434s|  7510k|  7486k|     0 |   0.0 |2073M|3352 |   - |3902 | 719 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1538.61/1538.67	c  1436s|  7520k|  7496k|     0 |   0.0 |2075M|3352 |   - |3902 | 748 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1540.82/1540.88	c  1438s|  7530k|  7506k|     0 |   0.0 |2078M|3352 |   - |3902 | 736 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1543.01/1543.04	c  1440s|  7540k|  7516k|     0 |   0.0 |2081M|3352 |   - |3902 | 749 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1545.11/1545.18	c  1442s|  7550k|  7526k|     0 |   0.0 |2083M|3352 |   - |3902 | 751 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1547.31/1547.33	c  1444s|  7560k|  7536k|     0 |   0.0 |2086M|3352 |   - |3902 | 757 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1549.51/1549.55	c  1446s|  7570k|  7546k|     0 |   0.0 |2089M|3352 |   - |3902 | 761 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1551.72/1551.73	c  1448s|  7580k|  7556k|     0 |   0.0 |2091M|3352 |   - |3902 | 773 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1553.92/1553.99	c  1450s|  7590k|  7566k|     0 |   0.0 |2094M|3352 |   - |3902 | 757 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1556.22/1556.21	c  1453s|  7600k|  7576k|     0 |   0.0 |2097M|3352 |   - |3902 | 753 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1558.42/1558.44	c  1455s|  7610k|  7586k|     0 |   0.0 |2099M|3352 |   - |3902 | 763 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1560.52/1560.54	c  1457s|  7620k|  7596k|     0 |   0.0 |2102M|3352 |   - |3902 | 766 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1562.72/1562.76	c  1459s|  7630k|  7606k|     0 |   0.0 |2105M|3352 |   - |3902 | 754 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1565.01/1565.04	c  1461s|  7640k|  7616k|     0 |   0.0 |2107M|3352 |   - |3902 | 763 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1567.12/1567.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1567.12/1567.19	c  1463s|  7650k|  7626k|     0 |   0.0 |2110M|3352 |   - |3902 | 758 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1569.52/1569.56	c  1465s|  7660k|  7636k|     0 |   0.0 |2113M|3352 |   - |3902 | 755 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1571.72/1571.78	c  1467s|  7670k|  7646k|     0 |   0.0 |2115M|3352 |   - |3902 | 781 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1574.02/1574.03	c  1469s|  7680k|  7656k|     0 |   0.0 |2118M|3352 |   - |3902 | 744 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1576.22/1576.23	c  1472s|  7690k|  7666k|     0 |   0.0 |2121M|3352 |   - |3902 | 729 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1578.42/1578.42	c  1474s|  7700k|  7675k|     0 |   0.0 |2123M|3352 |   - |3902 | 747 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1580.73/1580.75	c  1476s|  7710k|  7685k|     0 |   0.0 |2126M|3352 |   - |3902 | 762 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1582.93/1582.94	c  1478s|  7720k|  7695k|     0 |   0.0 |2129M|3352 |   - |3902 | 723 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1585.12/1585.12	c  1480s|  7730k|  7705k|     0 |   0.0 |2131M|3352 |   - |3902 | 743 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1587.22/1587.29	c  1482s|  7740k|  7715k|     0 |   0.0 |2134M|3352 |   - |3902 | 726 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1589.52/1589.59	c  1484s|  7750k|  7725k|     0 |   0.0 |2137M|3352 |   - |3902 | 763 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1591.82/1591.80	c  1486s|  7760k|  7735k|     0 |   0.0 |2139M|3352 |   - |3902 | 756 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1594.02/1594.03	c  1489s|  7770k|  7745k|     0 |   0.0 |2142M|3352 |   - |3902 | 767 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1596.22/1596.27	c  1491s|  7780k|  7755k|     0 |   0.0 |2145M|3352 |   - |3902 | 736 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1598.32/1598.38	c  1493s|  7790k|  7765k|     0 |   0.0 |2147M|3352 |   - |3902 | 763 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1600.62/1600.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1600.62/1600.67	c  1495s|  7800k|  7775k|     0 |   0.0 |2150M|3352 |   - |3902 | 764 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1602.82/1602.81	c  1497s|  7810k|  7785k|     0 |   0.0 |2153M|3352 |   - |3902 | 768 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1605.12/1605.16	c  1499s|  7820k|  7795k|     0 |   0.0 |2155M|3352 |   - |3902 | 753 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1607.22/1607.26	c  1501s|  7830k|  7805k|     0 |   0.0 |2158M|3352 |   - |3902 | 688 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1609.52/1609.52	c  1503s|  7840k|  7815k|     0 |   0.0 |2161M|3352 |   - |3902 | 723 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1611.62/1611.65	c  1505s|  7850k|  7825k|     0 |   0.0 |2163M|3352 |   - |3902 | 712 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1613.92/1613.98	c  1508s|  7860k|  7835k|     0 |   0.0 |2166M|3352 |   - |3902 | 742 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1616.11/1616.14	c  1510s|  7870k|  7845k|     0 |   0.0 |2169M|3352 |   - |3902 | 727 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1618.42/1618.40	c  1512s|  7880k|  7855k|     0 |   0.0 |2171M|3352 |   - |3902 | 754 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1620.51/1620.58	c  1514s|  7890k|  7865k|     0 |   0.0 |2174M|3352 |   - |3902 | 737 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1622.61/1622.68	c  1516s|  7900k|  7875k|     0 |   0.0 |2177M|3352 |   - |3902 | 730 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1624.82/1624.81	c  1518s|  7910k|  7885k|     0 |   0.0 |2179M|3352 |   - |3902 | 735 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1627.02/1627.02	c  1520s|  7920k|  7895k|     0 |   0.0 |2182M|3352 |   - |3902 | 731 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1629.22/1629.26	c  1522s|  7930k|  7905k|     0 |   0.0 |2185M|3352 |   - |3902 | 732 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1631.52/1631.51	c  1524s|  7940k|  7915k|     0 |   0.0 |2187M|3352 |   - |3902 | 746 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1633.72/1633.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1633.72/1633.74	c  1526s|  7950k|  7925k|     0 |   0.0 |2190M|3352 |   - |3902 | 727 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1636.02/1636.01	c  1529s|  7960k|  7935k|     0 |   0.0 |2193M|3352 |   - |3902 | 742 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1638.12/1638.19	c  1531s|  7970k|  7945k|     0 |   0.0 |2195M|3352 |   - |3902 | 753 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1640.51/1640.51	c  1533s|  7980k|  7955k|     0 |   0.0 |2198M|3352 |   - |3902 | 736 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1642.72/1642.75	c  1535s|  7990k|  7965k|     0 |   0.0 |2201M|3352 |   - |3902 | 740 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1644.92/1644.97	c  1537s|  8000k|  7975k|     0 |   0.0 |2204M|3352 |   - |3902 | 744 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1647.21/1647.24	c  1539s|  8010k|  7985k|     0 |   0.0 |2206M|3352 |   - |3902 | 757 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1649.31/1649.37	c  1541s|  8020k|  7995k|     0 |   0.0 |2209M|3352 |   - |3902 | 754 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1651.72/1651.74	c  1544s|  8030k|  8005k|     0 |   0.0 |2212M|3352 |   - |3902 | 808 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1653.82/1653.85	c  1546s|  8040k|  8015k|     0 |   0.0 |2214M|3352 |   - |3902 | 759 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1656.01/1656.08	c  1548s|  8050k|  8025k|     0 |   0.0 |2217M|3352 |   - |3902 | 764 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1658.22/1658.26	c  1550s|  8060k|  8035k|     0 |   0.0 |2220M|3352 |   - |3902 | 782 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1660.52/1660.52	c  1552s|  8070k|  8045k|     0 |   0.0 |2222M|3352 |   - |3902 | 758 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1662.62/1662.68	c  1554s|  8080k|  8055k|     0 |   0.0 |2225M|3352 |   - |3902 | 762 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1664.82/1664.89	c  1556s|  8090k|  8065k|     0 |   0.0 |2228M|3352 |   - |3902 | 786 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1667.12/1667.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1667.12/1667.16	c  1558s|  8100k|  8075k|     0 |   0.0 |2230M|3352 |   - |3902 | 781 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1669.32/1669.31	c  1560s|  8110k|  8085k|     0 |   0.0 |2233M|3352 |   - |3902 | 778 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1671.51/1671.57	c  1562s|  8120k|  8095k|     0 |   0.0 |2236M|3352 |   - |3902 | 769 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1673.62/1673.64	c  1564s|  8130k|  8105k|     0 |   0.0 |2238M|3352 |   - |3902 | 755 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1675.91/1675.97	c  1567s|  8140k|  8115k|     0 |   0.0 |2241M|3352 |   - |3902 | 768 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1678.12/1678.18	c  1569s|  8150k|  8125k|     0 |   0.0 |2244M|3352 |   - |3902 | 822 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1680.42/1680.41	c  1571s|  8160k|  8135k|     0 |   0.0 |2246M|3352 |   - |3902 | 766 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1682.72/1682.77	c  1573s|  8170k|  8144k|     0 |   0.0 |2249M|3352 |   - |3902 | 780 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1684.92/1684.92	c  1575s|  8180k|  8154k|     0 |   0.0 |2252M|3352 |   - |3902 | 775 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1687.22/1687.23	c  1577s|  8190k|  8164k|     0 |   0.0 |2255M|3352 |   - |3902 | 784 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1689.32/1689.36	c  1579s|  8200k|  8174k|     0 |   0.0 |2257M|3352 |   - |3902 | 775 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1691.62/1691.63	c  1582s|  8210k|  8184k|     0 |   0.0 |2260M|3352 |   - |3902 | 802 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1693.72/1693.70	c  1584s|  8220k|  8194k|     0 |   0.0 |2263M|3352 |   - |3902 | 771 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1695.92/1695.95	c  1586s|  8230k|  8204k|     0 |   0.0 |2265M|3352 |   - |3902 | 771 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1698.12/1698.16	c  1588s|  8240k|  8214k|     0 |   0.0 |2268M|3352 |   - |3902 | 787 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1700.42/1700.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1700.42/1700.48	c  1590s|  8250k|  8224k|     0 |   0.0 |2271M|3352 |   - |3902 | 788 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1702.62/1702.64	c  1592s|  8260k|  8234k|     0 |   0.0 |2273M|3352 |   - |3902 | 790 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1704.93/1704.91	c  1594s|  8270k|  8244k|     0 |   0.0 |2276M|3352 |   - |3902 | 783 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1707.02/1707.05	c  1596s|  8280k|  8254k|     0 |   0.0 |2279M|3352 |   - |3902 | 785 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1709.22/1709.21	c  1598s|  8290k|  8264k|     0 |   0.0 |2281M|3352 |   - |3902 | 768 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1711.42/1711.46	c  1600s|  8300k|  8274k|     0 |   0.0 |2284M|3352 |   - |3902 | 817 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1713.73/1713.76	c  1603s|  8310k|  8284k|     0 |   0.0 |2287M|3352 |   - |3902 | 797 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1715.92/1715.95	c  1605s|  8320k|  8294k|     0 |   0.0 |2289M|3352 |   - |3902 | 783 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1718.12/1718.18	c  1607s|  8330k|  8304k|     0 |   0.0 |2292M|3352 |   - |3902 | 787 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1720.43/1720.45	c  1609s|  8340k|  8314k|     0 |   0.0 |2295M|3352 |   - |3902 | 796 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1722.53/1722.60	c  1611s|  8350k|  8324k|     0 |   0.0 |2297M|3352 |   - |3902 | 787 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1724.83/1724.89	c  1613s|  8360k|  8334k|     0 |   0.0 |2300M|3352 |   - |3902 | 759 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1727.12/1727.19	c  1615s|  8370k|  8344k|     0 |   0.0 |2303M|3352 |   - |3902 | 776 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1729.31/1729.34	c  1617s|  8380k|  8354k|     0 |   0.0 |2305M|3352 |   - |3902 | 741 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1731.62/1731.65	c  1620s|  8390k|  8364k|     0 |   0.0 |2308M|3352 |   - |3902 | 768 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1733.72/1733.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1733.72/1733.79	c  1622s|  8400k|  8374k|     0 |   0.0 |2311M|3352 |   - |3902 | 742 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1736.12/1736.10	c  1624s|  8410k|  8384k|     0 |   0.0 |2313M|3352 |   - |3902 | 749 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1738.22/1738.25	c  1626s|  8420k|  8394k|     0 |   0.0 |2316M|3352 |   - |3902 | 775 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1740.52/1740.54	c  1628s|  8430k|  8404k|     0 |   0.0 |2319M|3352 |   - |3902 | 759 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1742.72/1742.74	c  1630s|  8440k|  8414k|     0 |   0.0 |2321M|3352 |   - |3902 | 759 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1744.92/1744.93	c  1632s|  8450k|  8424k|     0 |   0.0 |2324M|3352 |   - |3902 | 767 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1747.02/1747.07	c  1634s|  8460k|  8434k|     0 |   0.0 |2327M|3352 |   - |3902 | 756 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1749.32/1749.30	c  1636s|  8470k|  8444k|     0 |   0.0 |2329M|3352 |   - |3902 | 783 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1751.42/1751.40	c  1638s|  8480k|  8454k|     0 |   0.0 |2332M|3352 |   - |3902 | 796 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1753.62/1753.66	c  1641s|  8490k|  8464k|     0 |   0.0 |2335M|3352 |   - |3902 | 826 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1755.82/1755.83	c  1643s|  8500k|  8474k|     0 |   0.0 |2338M|3352 |   - |3902 | 795 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1758.12/1758.11	c  1645s|  8510k|  8484k|     0 |   0.0 |2340M|3352 |   - |3902 | 780 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1760.32/1760.35	c  1647s|  8520k|  8494k|     0 |   0.0 |2343M|3352 |   - |3902 | 786 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1762.52/1762.60	c  1649s|  8530k|  8504k|     0 |   0.0 |2346M|3352 |   - |3902 | 768 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1764.82/1764.83	c  1651s|  8540k|  8514k|     0 |   0.0 |2348M|3352 |   - |3902 | 778 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1767.02/1767.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1767.02/1767.04	c  1653s|  8550k|  8524k|     0 |   0.0 |2351M|3352 |   - |3902 | 759 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1769.22/1769.25	c  1655s|  8560k|  8534k|     0 |   0.0 |2354M|3352 |   - |3902 | 774 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1771.42/1771.46	c  1658s|  8570k|  8544k|     0 |   0.0 |2356M|3352 |   - |3902 | 777 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1773.62/1773.68	c  1660s|  8580k|  8554k|     0 |   0.0 |2359M|3352 |   - |3902 | 796 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1775.92/1775.90	c  1662s|  8590k|  8564k|     0 |   0.0 |2362M|3352 |   - |3902 | 779 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1778.02/1778.08	c  1664s|  8600k|  8574k|     0 |   0.0 |2364M|3352 |   - |3902 | 789 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1780.22/1780.26	c  1666s|  8610k|  8584k|     0 |   0.0 |2367M|3352 |   - |3902 | 779 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1782.52/1782.56	c  1668s|  8620k|  8594k|     0 |   0.0 |2370M|3352 |   - |3902 | 815 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1784.72/1784.72	c  1670s|  8630k|  8604k|     0 |   0.0 |2372M|3352 |   - |3902 | 809 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1786.92/1786.99	c  1672s|  8640k|  8614k|     0 |   0.0 |2375M|3352 |   - |3902 | 824 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1789.22/1789.24	c  1674s|  8650k|  8624k|     0 |   0.0 |2378M|3352 |   - |3902 | 839 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1791.52/1791.52	c  1677s|  8660k|  8633k|     0 |   0.0 |2380M|3352 |   - |3902 | 810 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1793.52/1793.58	c  1679s|  8670k|  8643k|     0 |   0.0 |2383M|3352 |   - |3902 | 800 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1795.82/1795.87	c  1681s|  8680k|  8653k|     0 |   0.0 |2386M|3352 |   - |3902 | 812 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1798.02/1798.10	c  1683s|  8690k|  8663k|     0 |   0.0 |2388M|3352 |   - |3902 | 859 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 5.856000e+03 |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.01	c 
1800.03/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.01	c Solving Time (sec) : 1684.73
1800.03/1800.01	c Solving Nodes      : 8698421
1800.03/1800.01	c Primal Bound       : +5.85600000000000e+03 (4 solutions)
1800.03/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.01	c Gap                : infinite
1800.03/1800.01	s SATISFIABLE
1800.03/1800.01	v x3660 x3659 x3658 x3657 x3656 x3655 x3654 x3653 x3652 x3651 x3650 x3649 x3648 x3647 x3646 x3645 x3644 x3643 x3642 x3641 x3640 x3639 
1800.03/1800.01	v x3638 x3637 x3636 x3635 x3634 x3633 x3632 x3631 x3630 x3629 x3628 x3627 x3626 x3625 x3624 x3623 x3622 x3621 x3620 x3619 
1800.03/1800.01	v x3618 x3617 x3616 x3615 x3614 x3613 x3612 x3611 x3610 x3609 x3608 x3607 x3606 x3605 x3604 x3603 x3602 x3601 x3600 x3599 x3598 
1800.03/1800.01	v x3597 x3596 x3595 x3594 x3593 x3592 x3591 x3590 x3589 x3588 x3587 x3586 x3585 x3584 x3583 x3582 x3581 x3580 x3579 x3578 x3577 
1800.03/1800.01	v x3576 x3575 x3574 x3573 x3572 x3571 x3570 x3569 x3568 x3567 x3566 x3565 x3564 x3563 x3562 x3561 x3560 x3559 x3558 x3557 x3556 
1800.03/1800.01	v x3555 x3554 x3553 x3552 x3551 x3550 x3549 x3548 x3547 x3546 x3545 x3544 x3543 x3542 x3541 x3540 x3539 x3538 x3537 x3536 x3535 
1800.03/1800.01	v x3534 x3533 x3532 x3531 x3530 x3529 x3528 x3527 x3526 x3525 x3524 x3523 x3522 x3521 x3520 x3519 x3518 x3517 x3516 x3515 x3514 
1800.03/1800.01	v x3513 x3512 x3511 x3510 x3509 x3508 x3507 x3506 x3505 x3504 x3503 x3502 x3501 x3500 x3499 x3498 x3497 x3496 x3495 x3494 
1800.03/1800.01	v x3493 x3492 x3491 x3490 x3489 x3488 x3487 x3486 x3485 x3484 x3483 x3482 x3481 x3480 x3479 x3478 x3477 x3476 x3475 x3474 x3473 
1800.03/1800.01	v x3472 x3471 x3470 x3469 x3468 x3467 x3466 x3465 x3464 x3463 x3462 x3461 x3460 x3459 x3458 x3457 x3456 x3455 x3454 x3453 x3452 
1800.03/1800.01	v x3451 x3450 x3449 x3448 x3447 x3446 x3445 x3444 x3443 x3442 x3441 x3440 x3439 x3438 x3437 x3436 x3435 x3434 x3433 x3432 x3431 
1800.03/1800.01	v x3430 x3429 x3428 x3427 x3426 x3425 x3424 x3423 x3422 x3421 x3420 x3419 x3418 x3417 x3416 x3415 x3414 x3413 x3412 x3411 x3410 
1800.03/1800.01	v x3409 x3408 x3407 x3406 x3405 x3404 x3403 x3402 x3401 x3400 x3399 x3398 x3397 x3396 x3395 x3394 x3393 x3392 x3391 x3390 x3389 
1800.03/1800.01	v x3388 x3387 x3386 x3385 x3384 x3383 x3382 x3381 x3380 x3379 x3378 x3377 x3376 x3375 x3374 x3373 x3372 x3371 x3370 x3369 
1800.03/1800.01	v x3368 x3367 x3366 x3365 x3364 x3363 x3362 x3361 x3360 x3359 x3358 x3357 x3356 x3355 x3354 x3353 x3352 x3351 x3350 x3349 x3348 
1800.03/1800.01	v x3347 x3346 x3345 x3344 x3343 x3342 x3341 x3340 x3339 x3338 x3337 x3336 x3335 x3334 x3333 x3332 x3331 x3330 x3329 x3328 x3327 
1800.03/1800.01	v x3326 x3325 x3324 x3323 x3322 x3321 x3320 x3319 x3318 x3317 x3316 x3315 x3314 x3313 x3312 x3311 x3310 x3309 x3308 x3307 x3306 
1800.03/1800.01	v x3305 x3304 x3303 x3302 x3301 x3300 x3299 x3298 x3297 x3296 x3295 x3294 x3293 x3292 x3291 x3290 x3289 x3288 x3287 x3286 x3285 
1800.03/1800.01	v x3284 x3283 x3282 x3281 x3280 x3279 x3278 x3277 x3276 x3275 x3274 x3273 x3272 x3271 x3270 x3269 x3268 x3267 x3266 x3265 x3264 
1800.03/1800.01	v x3263 x3262 x3261 x3260 x3259 x3258 x3257 x3256 x3255 x3254 x3253 x3252 x3251 x3250 x3249 x3248 x3247 x3246 x3245 x3244 
1800.03/1800.01	v x3243 x3242 x3241 x3240 x3239 x3238 x3237 x3236 x3235 x3234 x3233 x3232 x3231 x3230 x3229 x3228 x3227 x3226 x3225 x3224 x3223 
1800.03/1800.01	v x3222 x3221 x3220 x3219 x3218 x3217 x3216 x3215 x3214 x3213 x3212 x3211 x3210 x3209 x3208 x3207 x3206 x3205 x3204 x3203 x3202 
1800.03/1800.01	v x3201 x3200 x3199 x3198 x3197 x3196 x3195 x3194 x3193 x3192 x3191 x3190 x3189 x3188 x3187 x3186 x3185 x3184 x3183 x3182 x3181 
1800.03/1800.01	v x3180 x3179 x3178 x3177 x3176 x3175 x3174 x3173 x3172 x3171 x3170 x3169 x3168 x3167 x3166 x3165 x3164 x3163 x3162 x3161 x3160 
1800.03/1800.01	v x3159 x3158 x3157 x3156 x3155 x3154 x3153 x3152 x3151 x3150 x3149 x3148 x3147 x3146 x3145 x3144 x3143 x3142 x3141 x3140 x3139 
1800.03/1800.01	v x3138 x3137 x3136 x3135 x3134 x3133 x3132 x3131 x3130 x3129 x3128 x3127 x3126 x3125 x3124 x3123 x3122 x3121 x3120 x3119 
1800.03/1800.01	v x3118 x3117 x3116 x3115 x3114 x3113 x3112 x3111 x3110 x3109 x3108 x3107 x3106 x3105 x3104 x3103 x3102 x3101 x3100 x3099 x3098 
1800.03/1800.01	v x3097 x3096 x3095 x3094 x3093 x3092 x3091 x3090 x3089 x3088 x3087 x3086 x3085 x3084 x3083 x3082 x3081 x3080 x3079 x3078 x3077 
1800.03/1800.01	v x3076 x3075 x3074 x3073 x3072 x3071 x3070 x3069 x3068 x3067 x3066 x3065 x3064 x3063 x3062 x3061 x3060 x3059 x3058 x3057 x3056 
1800.03/1800.01	v x3055 x3054 x3053 x3052 x3051 x3050 x3049 x3048 x3047 x3046 x3045 x3044 x3043 x3042 x3041 x3040 x3039 x3038 x3037 x3036 x3035 
1800.03/1800.01	v x3034 x3033 x3032 x3031 x3030 x3029 x3028 x3027 x3026 x3025 x3024 x3023 x3022 x3021 x3020 x3019 x3018 x3017 x3016 x3015 x3014 
1800.03/1800.01	v x3013 x3012 x3011 x3010 x3009 x3008 x3007 x3006 x3005 x3004 x3003 x3002 x3001 x3000 x2999 x2998 x2997 x2996 x2995 x2994 
1800.03/1800.01	v x2993 x2992 x2991 x2990 x2989 x2988 x2987 x2986 x2985 x2984 x2983 x2982 x2981 x2980 x2979 x2978 x2977 x2976 x2975 x2974 x2973 
1800.03/1800.01	v x2972 x2971 x2970 x2969 x2968 x2967 x2966 x2965 x2964 x2963 x2962 x2961 x2960 x2959 x2958 x2957 x2956 x2955 x2954 x2953 x2952 
1800.03/1800.01	v x2951 x2950 x2949 x2948 x2947 x2946 x2945 x2944 x2943 x2942 x2941 x2940 x2939 x2938 x2937 x2936 x2935 x2934 x2933 x2932 x2931 
1800.03/1800.01	v x2930 x2929 x2928 x2927 x2926 x2925 x2924 x2923 x2922 x2921 x2920 x2919 x2918 x2917 x2916 x2915 x2914 x2913 x2912 x2911 x2910 
1800.03/1800.01	v x2909 x2908 x2907 x2906 x2905 x2904 x2903 x2902 x2901 x2900 x2899 x2898 x2897 x2896 x2895 x2894 x2893 x2892 x2891 x2890 x2889 
1800.03/1800.01	v x2888 x2887 x2886 x2885 x2884 x2883 x2882 x2881 x2880 x2879 x2878 x2877 x2876 x2875 x2874 x2873 x2872 x2871 x2870 x2869 
1800.03/1800.01	v x2868 x2867 x2866 x2865 x2864 x2863 x2862 x2861 x2860 x2859 x2858 x2857 x2856 x2855 x2854 x2853 x2852 x2851 x2850 x2849 x2848 
1800.03/1800.01	v x2847 x2846 x2845 x2844 x2843 x2842 x2841 x2840 x2839 x2838 x2837 x2836 x2835 x2834 x2833 x2832 x2831 x2830 x2829 x2828 x2827 
1800.03/1800.01	v x2826 x2825 x2824 x2823 x2822 x2821 x2820 x2819 x2818 x2817 x2816 x2815 x2814 x2813 x2812 x2811 x2810 x2809 x2808 x2807 x2806 
1800.03/1800.01	v x2805 x2804 x2803 x2802 x2801 x2800 x2799 x2798 x2797 x2796 x2795 x2794 x2793 x2792 x2791 x2790 x2789 x2788 x2787 x2786 x2785 
1800.03/1800.01	v x2784 x2783 x2782 x2781 x2780 x2779 x2778 x2777 x2776 x2775 x2774 x2773 x2772 x2771 x2770 x2769 x2768 x2767 x2766 x2765 x2764 
1800.03/1800.01	v x2763 x2762 x2761 x2760 x2759 x2758 x2757 x2756 x2755 x2754 x2753 x2752 x2751 x2750 x2749 x2748 x2747 x2746 x2745 x2744 
1800.03/1800.01	v x2743 x2742 x2741 x2740 x2739 x2738 x2737 x2736 x2735 x2734 x2733 x2732 x2731 x2730 x2729 x2728 x2727 x2726 x2725 x2724 x2723 
1800.03/1800.01	v x2722 x2721 x2720 x2719 x2718 x2717 x2716 x2715 x2714 x2713 x2712 x2711 x2710 x2709 x2708 x2707 x2706 x2705 x2704 x2703 x2702 
1800.03/1800.01	v x2701 x2700 x2699 x2698 x2697 x2696 x2695 x2694 x2693 x2692 x2691 x2690 x2689 x2688 x2687 x2686 x2685 x2684 x2683 x2682 x2681 
1800.03/1800.01	v x2680 x2679 x2678 x2677 x2676 x2675 x2674 x2673 x2672 x2671 x2670 x2669 x2668 x2667 x2666 x2665 x2664 x2663 x2662 x2661 x2660 
1800.03/1800.01	v x2659 x2658 x2657 x2656 x2655 x2654 x2653 x2652 x2651 x2650 x2649 x2648 x2647 x2646 x2645 x2644 x2643 x2642 x2641 x2640 x2639 
1800.03/1800.01	v x2638 x2637 x2636 x2635 x2634 x2633 x2632 x2631 x2630 x2629 x2628 x2627 x2626 x2625 x2624 x2623 x2622 x2621 x2620 x2619 
1800.03/1800.01	v x2618 x2617 x2616 x2615 x2614 x2613 x2612 x2611 x2610 x2609 x2608 x2607 x2606 x2605 x2604 x2603 x2602 x2601 x2600 x2599 x2598 
1800.03/1800.01	v x2597 x2596 x2595 x2594 x2593 x2592 x2591 x2590 x2589 x2588 x2587 x2586 x2585 x2584 x2583 x2582 x2581 x2580 x2579 x2578 x2577 
1800.03/1800.01	v x2576 x2575 x2574 x2573 x2572 x2571 x2570 x2569 x2568 x2567 x2566 x2565 x2564 x2563 x2562 x2561 x2560 x2559 x2558 x2557 x2556 
1800.03/1800.01	v x2555 x2554 x2553 x2552 x2551 x2550 x2549 x2548 x2547 x2546 x2545 x2544 x2543 x2542 x2541 x2540 x2539 x2538 x2537 x2536 x2535 
1800.03/1800.01	v x2534 x2533 x2532 x2531 x2530 x2529 x2528 x2527 x2526 x2525 x2524 x2523 x2522 x2521 x2520 x2519 x2518 x2517 x2516 x2515 x2514 
1800.03/1800.01	v x2513 x2512 x2511 x2510 x2509 x2508 x2507 x2506 x2505 x2504 x2503 x2502 x2501 x2500 x2499 x2498 x2497 x2496 x2495 x2494 
1800.03/1800.01	v x2493 x2492 x2491 x2490 x2489 x2488 x2487 x2486 x2485 x2484 x2483 x2482 x2481 x2480 x2479 x2478 x2477 x2476 x2475 x2474 x2473 
1800.03/1800.01	v x2472 x2471 x2470 x2469 x2468 x2467 x2466 x2465 x2464 x2463 x2462 x2461 x2460 x2459 x2458 x2457 x2456 x2455 x2454 x2453 x2452 
1800.03/1800.01	v x2451 x2450 x2449 x2448 x2447 x2446 x2445 x2444 x2443 x2442 x2441 x2440 x2439 x2438 x2437 x2436 x2435 x2434 x2433 x2432 x2431 
1800.03/1800.01	v x2430 x2429 x2428 x2427 x2426 x2425 x2424 x2423 x2422 x2421 x2420 x2419 x2418 x2417 x2416 x2415 x2414 x2413 x2412 x2411 x2410 
1800.03/1800.01	v x2409 x2408 x2407 x2406 x2405 x2404 x2403 x2402 x2401 x2400 x2399 x2398 x2397 x2396 x2395 x2394 x2393 x2392 x2391 x2390 x2389 
1800.03/1800.01	v x2388 x2387 x2386 x2385 x2384 x2383 x2382 x2381 x2380 x2379 x2378 x2377 x2376 x2375 x2374 x2373 x2372 x2371 x2370 x2369 
1800.03/1800.01	v x2368 x2367 x2366 x2365 x2364 x2363 x2362 x2361 x2360 x2359 x2358 x2357 x2356 x2355 x2354 x2353 x2352 x2351 x2350 x2349 x2348 
1800.03/1800.01	v x2347 x2346 x2345 x2344 x2343 x2342 x2341 x2340 x2339 x2338 x2337 x2336 x2335 x2334 x2333 x2332 x2331 x2330 x2329 x2328 x2327 
1800.03/1800.01	v x2326 x2325 x2324 x2323 x2322 x2321 x2320 x2319 x2318 x2317 x2316 x2315 x2314 x2313 x2312 x2311 x2310 x2309 x2308 x2307 x2306 
1800.03/1800.01	v x2305 x2304 x2303 x2302 x2301 x2300 x2299 x2298 x2297 x2296 x2295 x2294 x2293 x2292 x2291 x2290 x2289 x2288 x2287 x2286 x2285 
1800.03/1800.01	v x2284 x2283 x2282 x2281 x2280 x2279 x2278 x2277 x2276 x2275 x2274 x2273 x2272 x2271 x2270 x2269 x2268 x2267 x2266 x2265 x2264 
1800.03/1800.01	v x2263 x2262 x2261 x2260 x2259 x2258 x2257 x2256 x2255 x2254 x2253 x2252 x2251 x2250 x2249 x2248 x2247 x2246 x2245 x2244 
1800.03/1800.01	v x2243 x2242 x2241 x2240 x2239 x2238 x2237 x2236 x2235 x2234 x2233 x2232 x2231 x2230 x2229 x2228 x2227 x2226 x2225 x2224 x2223 
1800.03/1800.01	v x2222 x2221 x2220 x2219 x2218 x2217 x2216 x2215 x2214 x2213 x2212 x2211 x2210 x2209 x2208 x2207 x2206 x2205 x2204 x2203 x2202 
1800.03/1800.01	v x2201 x2200 x2199 x2198 x2197 x2196 x2195 x2194 x2193 x2192 x2191 x2190 x2189 x2188 x2187 x2186 x2185 x2184 x2183 x2182 x2181 
1800.03/1800.01	v x2180 x2179 x2178 x2177 x2176 x2175 x2174 x2173 x2172 x2171 x2170 x2169 x2168 x2167 x2166 x2165 x2164 x2163 x2162 x2161 x2160 
1800.03/1800.01	v x2159 x2158 x2157 x2156 x2155 x2154 x2153 x2152 x2151 x2150 x2149 x2148 x2147 x2146 x2145 x2144 x2143 x2142 x2141 x2140 x2139 
1800.03/1800.01	v x2138 x2137 x2136 x2135 x2134 x2133 x2132 x2131 x2130 x2129 x2128 x2127 x2126 x2125 x2124 x2123 x2122 x2121 x2120 x2119 
1800.03/1800.01	v x2118 x2117 x2116 x2115 x2114 x2113 x2112 x2111 x2110 x2109 x2108 x2107 x2106 x2105 x2104 x2103 x2102 x2101 x2100 x2099 x2098 
1800.03/1800.01	v x2097 x2096 x2095 x2094 x2093 x2092 x2091 x2090 x2089 x2088 x2087 x2086 x2085 x2084 x2083 x2082 x2081 x2080 x2079 x2078 x2077 
1800.03/1800.01	v x2076 x2075 x2074 x2073 x2072 x2071 x2070 x2069 x2068 x2067 x2066 x2065 x2064 x2063 x2062 x2061 x2060 x2059 x2058 x2057 x2056 
1800.03/1800.01	v x2055 x2054 x2053 x2052 x2051 x2050 x2049 x2048 x2047 x2046 x2045 x2044 x2043 x2042 x2041 x2040 x2039 x2038 x2037 x2036 x2035 
1800.03/1800.01	v x2034 x2033 x2032 x2031 x2030 x2029 x2028 x2027 x2026 x2025 x2024 x2023 x2022 x2021 x2020 x2019 x2018 x2017 x2016 x2015 x2014 
1800.03/1800.01	v x2013 x2012 x2011 x2010 x2009 x2008 x2007 x2006 x2005 x2004 x2003 x2002 x2001 x2000 x1999 x1998 x1997 x1996 x1995 x1994 
1800.03/1800.01	v x1993 x1992 x1991 x1990 x1989 x1988 x1987 x1986 x1985 x1984 x1983 x1982 x1981 x1980 x1979 x1978 x1977 x1976 x1975 x1974 x1973 
1800.03/1800.01	v x1972 x1971 x1970 x1969 x1968 x1967 x1966 x1965 x1964 x1963 x1962 x1961 x1960 x1959 x1958 x1957 x1956 x1955 x1954 x1953 x1952 
1800.03/1800.01	v x1951 x1950 x1949 x1948 x1947 x1946 x1945 x1944 x1943 x1942 x1941 x1940 x1939 x1938 x1937 x1936 x1935 x1934 x1933 x1932 x1931 
1800.03/1800.01	v x1930 x1929 x1928 x1927 x1926 x1925 x1924 x1923 x1922 x1921 x1920 x1919 x1918 x1917 x1916 x1915 x1914 x1913 x1912 x1911 x1910 
1800.03/1800.01	v x1909 x1908 x1907 x1906 x1905 x1904 x1903 x1902 x1901 x1900 x1899 x1898 x1897 x1896 x1895 x1894 x1893 x1892 x1891 x1890 x1889 
1800.03/1800.01	v x1888 x1887 x1886 x1885 x1884 x1883 x1882 x1881 x1880 x1879 x1878 x1877 x1876 x1875 x1874 x1873 x1872 x1871 x1870 x1869 
1800.03/1800.01	v x1868 x1867 x1866 x1865 x1864 x1863 x1862 x1861 x1860 x1859 x1858 x1857 x1856 x1855 x1854 x1853 x1852 x1851 x1850 x1849 x1848 
1800.03/1800.01	v x1847 x1846 x1845 x1844 x1843 x1842 x1841 x1840 x1839 x1838 x1837 x1836 x1835 x1834 x1833 x1832 x1831 x1830 x1829 x1828 x1827 
1800.03/1800.01	v x1826 x1825 x1824 x1823 x1822 x1821 x1820 x1819 x1818 x1817 x1816 x1815 x1814 x1813 x1812 x1811 x1810 x1809 x1808 x1807 x1806 
1800.03/1800.01	v x1805 x1804 x1803 x1802 x1801 x1800 x1799 x1798 x1797 x1796 x1795 x1794 x1793 x1792 x1791 x1790 x1789 x1788 x1787 x1786 x1785 
1800.03/1800.01	v x1784 x1783 x1782 x1781 x1780 x1779 x1778 x1777 x1776 x1775 x1774 x1773 x1772 x1771 x1770 x1769 x1768 x1767 x1766 x1765 x1764 
1800.03/1800.01	v x1763 x1762 x1761 x1760 x1759 x1758 x1757 x1756 x1755 x1754 x1753 x1752 x1751 x1750 x1749 x1748 x1747 x1746 x1745 x1744 
1800.03/1800.01	v x1743 x1742 x1741 x1740 x1739 x1738 x1737 x1736 x1735 x1734 x1733 x1732 x1731 x1730 x1729 x1728 x1727 x1726 x1725 x1724 x1723 
1800.03/1800.01	v x1722 x1721 x1720 x1719 x1718 x1717 x1716 x1715 x1714 x1713 x1712 x1711 x1710 x1709 x1708 x1707 x1706 x1705 x1704 x1703 x1702 
1800.03/1800.01	v x1701 x1700 x1699 x1698 x1697 x1696 x1695 x1694 x1693 x1692 x1691 x1690 x1689 x1688 x1687 x1686 x1685 x1684 x1683 x1682 x1681 
1800.03/1800.01	v x1680 x1679 x1678 x1677 x1676 x1675 x1674 x1673 x1672 x1671 x1670 x1669 x1668 x1667 x1666 x1665 x1664 x1663 x1662 x1661 x1660 
1800.03/1800.01	v x1659 x1658 x1657 x1656 x1655 x1654 x1653 x1652 x1651 x1650 x1649 x1648 x1647 x1646 x1645 x1644 x1643 x1642 x1641 x1640 x1639 
1800.03/1800.01	v x1638 x1637 x1636 x1635 x1634 x1633 x1632 x1631 x1630 x1629 x1628 x1627 x1626 x1625 x1624 x1623 x1622 x1621 x1620 x1619 
1800.03/1800.01	v x1618 x1617 x1616 x1615 x1614 x1613 x1612 x1611 x1610 x1609 x1608 x1607 x1606 x1605 x1604 x1603 x1602 x1601 x1600 x1599 x1598 
1800.03/1800.01	v x1597 x1596 x1595 x1594 x1593 x1592 x1591 x1590 x1589 x1588 x1587 x1586 x1585 x1584 x1583 x1582 x1581 x1580 x1579 x1578 x1577 
1800.03/1800.01	v x1576 x1575 x1574 x1573 x1572 x1571 x1570 x1569 x1568 x1567 x1566 x1565 x1564 x1563 x1562 x1561 x1560 x1559 x1558 x1557 x1556 
1800.03/1800.01	v x1555 x1554 x1553 x1552 x1551 x1550 x1549 x1548 x1547 x1546 x1545 x1544 x1543 x1542 x1541 x1540 x1539 x1538 x1537 x1536 x1535 
1800.03/1800.01	v x1534 x1533 x1532 x1531 x1530 x1529 x1528 x1527 x1526 x1525 x1524 x1523 x1522 x1521 x1520 x1519 x1518 x1517 x1516 x1515 x1514 
1800.03/1800.01	v x1513 x1512 x1511 x1510 x1509 x1508 x1507 x1506 x1505 x1504 x1503 x1502 x1501 x1500 x1499 x1498 x1497 x1496 x1495 x1494 
1800.03/1800.01	v x1493 x1492 x1491 x1490 x1489 x1488 x1487 x1486 x1485 x1484 x1483 x1482 x1481 x1480 x1479 x1478 x1477 x1476 x1475 x1474 x1473 
1800.03/1800.01	v x1472 x1471 x1470 x1469 x1468 x1467 x1466 x1465 x1464 x1463 x1462 x1461 x1460 x1459 x1458 x1457 x1456 x1455 x1454 x1453 x1452 
1800.03/1800.01	v x1451 x1450 x1449 x1448 x1447 x1446 x1445 x1444 x1443 x1442 x1441 x1440 x1439 x1438 x1437 x1436 x1435 x1434 x1433 x1432 x1431 
1800.03/1800.01	v x1430 x1429 x1428 x1427 x1426 x1425 x1424 x1423 x1422 x1421 x1420 x1419 x1418 x1417 x1416 x1415 x1414 x1413 x1412 x1411 x1410 
1800.03/1800.01	v x1409 x1408 x1407 x1406 x1405 x1404 x1403 x1402 x1401 x1400 x1399 x1398 x1397 x1396 x1395 x1394 x1393 x1392 x1391 x1390 x1389 
1800.03/1800.01	v x1388 x1387 x1386 x1385 x1384 x1383 x1382 x1381 x1380 x1379 x1378 x1377 x1376 x1375 x1374 x1373 x1372 x1371 x1370 x1369 
1800.03/1800.01	v x1368 x1367 x1366 x1365 x1364 x1363 x1362 x1361 x1360 x1359 x1358 x1357 x1356 x1355 x1354 x1353 x1352 x1351 x1350 x1349 x1348 
1800.03/1800.01	v x1347 x1346 x1345 x1344 x1343 x1342 x1341 x1340 x1339 x1338 x1337 x1336 x1335 x1334 x1333 x1332 x1331 x1330 x1329 x1328 x1327 
1800.03/1800.01	v x1326 x1325 x1324 x1323 x1322 x1321 x1320 x1319 x1318 x1317 x1316 x1315 x1314 x1313 x1312 x1311 x1310 x1309 x1308 x1307 x1306 
1800.03/1800.01	v x1305 x1304 x1303 x1302 x1301 x1300 x1299 x1298 x1297 x1296 x1295 x1294 x1293 x1292 x1291 x1290 x1289 x1288 x1287 x1286 x1285 
1800.03/1800.01	v x1284 x1283 x1282 x1281 x1280 x1279 x1278 x1277 x1276 x1275 x1274 x1273 x1272 x1271 x1270 x1269 x1268 x1267 x1266 x1265 x1264 
1800.03/1800.01	v x1263 x1262 x1261 x1260 x1259 x1258 x1257 x1256 x1255 x1254 x1253 x1252 x1251 x1250 x1249 x1248 x1247 x1246 x1245 x1244 
1800.03/1800.01	v x1243 x1242 x1241 x1240 x1239 x1238 x1237 x1236 x1235 x1234 x1233 x1232 x1231 x1230 x1229 x1228 x1227 x1226 x1225 x1224 x1223 
1800.03/1800.01	v x1222 x1221 x1220 x1219 x1218 x1217 x1216 x1215 x1214 x1213 x1212 x1211 x1210 x1209 x1208 x1207 x1206 x1205 x1204 x1203 x1202 
1800.03/1800.01	v x1201 x1200 x1199 x1198 x1197 x1196 x1195 x1194 x1193 x1192 x1191 x1190 x1189 x1188 x1187 x1186 x1185 x1184 x1183 x1182 x1181 
1800.03/1800.01	v x1180 x1179 x1178 x1177 x1176 x1175 x1174 x1173 x1172 x1171 x1170 x1169 x1168 x1167 x1166 x1165 x1164 x1163 x1162 x1161 x1160 
1800.03/1800.01	v x1159 x1158 x1157 x1156 x1155 x1154 x1153 x1152 x1151 x1150 x1149 x1148 x1147 x1146 x1145 x1144 x1143 x1142 x1141 x1140 x1139 
1800.03/1800.01	v x1138 x1137 x1136 x1135 x1134 x1133 x1132 x1131 x1130 x1129 x1128 x1127 x1126 x1125 x1124 x1123 x1122 x1121 x1120 x1119 
1800.03/1800.01	v x1118 x1117 x1116 x1115 x1114 x1113 x1112 x1111 x1110 x1109 x1108 x1107 x1106 x1105 x1104 x1103 x1102 x1101 x1100 x1099 x1098 
1800.03/1800.01	v x1097 x1096 x1095 x1094 x1093 x1092 x1091 x1090 x1089 x1088 x1087 x1086 x1085 x1084 x1083 x1082 x1081 x1080 x1079 x1078 x1077 
1800.03/1800.01	v x1076 x1075 x1074 x1073 x1072 x1071 x1070 x1069 x1068 x1067 x1066 x1065 x1064 x1063 x1062 x1061 x1060 x1059 x1058 x1057 x1056 
1800.03/1800.01	v x1055 x1054 x1053 x1052 x1051 x1050 x1049 x1048 x1047 x1046 x1045 x1044 x1043 x1042 x1041 x1040 x1039 x1038 x1037 x1036 x1035 
1800.03/1800.01	v x1034 x1033 x1032 x1031 x1030 x1029 x1028 x1027 x1026 x1025 x1024 x1023 x1022 x1021 x1020 x1019 x1018 x1017 x1016 x1015 x1014 
1800.03/1800.01	v x1013 x1012 x1011 x1010 x1009 x1008 x1007 x1006 x1005 x1004 x1003 x1002 x1001 x1000 x999 x998 x997 x996 x995 x994 x993 x992 
1800.03/1800.01	v x991 x990 x989 x988 x987 x986 x985 x984 x983 x982 x981 x980 x979 x978 x977 x976 x975 x974 x973 x972 x971 x970 x969 x968 x967 
1800.03/1800.01	v x966 x965 x964 x963 x962 x961 x960 x959 x958 x957 x956 x955 x954 x953 x952 x951 x950 x949 x948 x947 x946 x945 x944 x943 x942 
1800.03/1800.01	v x941 x940 x939 x938 x937 x936 x935 x934 x933 x932 x931 x930 x929 x928 x927 x926 x925 x924 x923 x922 x921 x920 x919 x918 x917 
1800.03/1800.01	v x916 x915 x914 x913 x912 x911 x910 x909 x908 x907 x906 x905 x904 x903 x902 x901 x900 x899 x898 x897 x896 x895 x894 x893 x892 
1800.03/1800.01	v x891 x890 x889 x888 x887 x886 x885 x884 x883 x882 x881 x880 x879 x878 x877 x876 x875 x874 x873 x872 x871 x870 x869 x868 x867 
1800.03/1800.01	v x866 x865 x864 x863 x862 x861 x860 x859 x858 x857 x856 x855 x854 x853 x852 x851 x850 x849 x848 x847 x846 x845 x844 x843 x842 
1800.03/1800.01	v x841 x840 x839 x838 x837 x836 x835 x834 x833 x832 x831 x830 x829 x828 x827 x826 x825 x824 x823 x822 x821 x820 x819 x818 x817 
1800.03/1800.01	v x816 x815 x814 x813 x812 x811 x810 x809 x808 x807 x806 x805 x804 x803 x802 x801 x800 x799 x798 x797 x796 x795 x794 x793 x792 
1800.03/1800.01	v x791 x790 x789 x788 x787 x786 x785 x784 x783 x782 x781 x780 x779 x778 x777 x776 x775 x774 x773 x772 x771 x770 x769 x768 x767 
1800.03/1800.01	v x766 x765 x764 x763 x762 x761 x760 x759 x758 x757 x756 x755 x754 x753 x752 x751 x750 x749 x748 x747 x746 x745 x744 x743 x742 
1800.03/1800.01	v x741 x740 x739 x738 x737 x736 x735 x734 x733 x732 x731 x730 x729 x728 x727 x726 x725 x724 x723 x722 x721 x720 x719 x718 x717 
1800.03/1800.01	v x716 x715 x714 x713 x712 x711 x710 x709 x708 x707 x706 x705 x704 x703 x702 x701 x700 x699 x698 x697 x696 x695 x694 x693 x692 
1800.03/1800.01	v x691 x690 x689 x688 x687 x686 x685 x684 x683 x682 x681 x680 x679 x678 x677 x676 x675 x674 x673 x672 x671 x670 x669 x668 x667 
1800.03/1800.01	v x666 x665 x664 x663 x662 x661 x660 x659 x658 x657 x656 x655 x654 x653 x652 x651 x650 x649 x648 x647 x646 x645 x644 x643 x642 
1800.03/1800.01	v x641 x640 x639 x638 x637 x636 x635 x634 x633 x632 x631 x630 x629 x628 x627 x626 x625 x624 x623 x622 x621 x620 x619 x618 x617 
1800.03/1800.01	v x616 x615 x614 x613 x612 x611 x610 x609 x608 x607 x606 x605 x604 x603 x602 x601 x600 x599 x598 x597 x596 x595 x594 x593 x592 
1800.03/1800.01	v x591 x590 x589 x588 x587 x586 x585 x584 x583 x582 x581 x580 x579 x578 x577 x576 x575 x574 x573 x572 x571 x570 x569 x568 x567 
1800.03/1800.01	v x566 x565 x564 x563 x562 x561 x560 x559 x558 x557 x556 x555 x554 x553 x552 x551 x550 x549 x548 x547 x546 x545 x544 x543 x542 
1800.03/1800.01	v x541 x540 x539 x538 x537 x536 x535 x534 x533 x532 x531 x530 x529 x528 x527 x526 x525 x524 x523 x522 x521 x520 x519 x518 x517 
1800.03/1800.01	v x516 x515 x514 x513 x512 x511 x510 x509 x508 x507 x506 x505 x504 x503 x502 x501 x500 x499 x498 x497 x496 x495 x494 x493 x492 
1800.03/1800.01	v x491 x490 x489 x488 x487 x486 x485 x484 x483 x482 x481 x480 x479 x478 x477 x476 x475 x474 x473 x472 x471 x470 x469 x468 x467 
1800.03/1800.01	v x466 x465 x464 x463 x462 x461 x460 x459 x458 x457 x456 x455 x454 x453 x452 x451 x450 x449 x448 x447 x446 x445 x444 x443 x442 
1800.03/1800.01	v x441 x440 x439 x438 x437 x436 x435 x434 x433 x432 x431 x430 x429 x428 x427 x426 x425 x424 x423 x422 x421 x420 x419 x418 x417 
1800.03/1800.01	v x416 x415 x414 x413 x412 x411 x410 x409 x408 x407 x406 x405 x404 x403 x402 x401 x400 x399 x398 x397 x396 x395 x394 x393 x392 
1800.03/1800.01	v x391 x390 x389 x388 x387 x386 x385 x384 x383 x382 x381 x380 x379 x378 x377 x376 x375 x374 x373 x372 x371 x370 x369 x368 x367 
1800.03/1800.01	v x366 x365 x364 x363 x362 x361 x360 x359 x358 x357 x356 x355 x354 x353 x352 x351 x350 x349 x348 x347 x346 x345 x344 x343 x342 
1800.03/1800.01	v x341 x340 x339 x338 x337 x336 x335 x334 x333 x332 x331 x330 x329 x328 x327 x326 x325 x324 x323 x322 x321 x320 x319 x318 x317 
1800.03/1800.01	v x316 x315 x314 x313 x312 x311 x310 x309 x308 x307 x306 x305 x304 x303 x302 x301 x300 x299 x298 x297 x296 x295 x294 x293 x292 
1800.03/1800.01	v x291 x290 x289 x288 x287 x286 x285 x284 x283 x282 x281 x280 x279 x278 x277 x276 x275 x274 x273 x272 x271 x270 x269 x268 x267 
1800.03/1800.01	v x266 x265 x264 x263 x262 x261 x260 x259 x258 x257 x256 x255 x254 x253 x252 x251 x250 x249 x248 x247 x246 x245 x244 x243 x242 
1800.03/1800.01	v x241 x240 x239 x238 x237 x236 x235 x234 x233 x232 x231 x230 x229 x228 x227 x226 x225 x224 x223 x222 x221 x220 x219 x218 x217 
1800.03/1800.01	v x216 x215 x214 x213 x212 x211 x210 x209 x208 x207 x206 x205 x204 x203 x202 x201 x200 x199 x198 x197 x196 x195 x194 x193 x192 
1800.03/1800.01	v x191 x190 x189 x188 x187 x186 x185 x184 x183 x182 x181 x180 x179 x178 x177 x176 x175 x174 x173 x172 x171 x170 x169 x168 x167 
1800.03/1800.01	v x166 x165 x164 x163 x162 x161 x160 x159 x158 x157 x156 x155 x154 x153 x152 x151 x150 x149 x148 x147 x146 x145 x144 x143 x142 
1800.03/1800.01	v x141 x140 x139 x138 x137 x136 x135 x134 x133 x132 x131 x130 x129 x128 x127 x126 x125 x124 x123 x122 x121 x120 x119 x118 x117 
1800.03/1800.01	v x116 x115 x114 x113 x112 x111 x110 x109 x108 x107 x106 x105 x104 x103 x102 x101 x100 x99 x98 x97 x96 x95 x94 x93 x92 x91 
1800.03/1800.01	v x90 x89 x88 x87 x86 x85 x84 x83 x82 x81 x80 x79 x78 x77 x76 x75 x74 x73 x72 x71 x70 x69 x68 x67 x66 x65 x64 x63 x62 x61 x60 x59 
1800.03/1800.01	v x58 x57 x56 x55 x54 x53 x52 x51 x50 x49 x48 x47 x46 x45 x44 x43 x42 x41 x40 x39 x38 x37 x36 x35 x34 x33 x32 x31 x30 x29 x28 
1800.03/1800.01	v x27 x26 x25 x24 x23 x22 x21 x20 x19 x18 x17 x16 x15 x14 x13 x12 x11 x10 x9 x8 x7 x6 x5 x4 x3 x2 x1 
1800.03/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.01	c Solving Time       :    1684.73
1800.03/1800.01	c Original Problem   :
1800.03/1800.01	c   Problem name     : HOME/instance-2694058-1277921846.wbo
1800.03/1800.01	c   Variables        : 3902 (3781 binary, 0 integer, 0 implicit integer, 121 continuous)
1800.03/1800.01	c   Constraints      : 243 initial, 243 maximal
1800.03/1800.01	c Presolved Problem  :
1800.03/1800.01	c   Problem name     : t_HOME/instance-2694058-1277921846.wbo
1800.03/1800.01	c   Variables        : 3902 (3781 binary, 0 integer, 0 implicit integer, 121 continuous)
1800.03/1800.01	c   Constraints      : 242 initial, 59004 maximal
1800.03/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   linear           :       0.00          0          0          0        121          0          1          0          0
1800.03/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.01	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   indicator        :        121          0       6216          0       5898          0        314          0          0          0
1800.03/1800.01	c   linear           :        121          0    9025387          0    8685376      13013    3034547          0          0          0
1800.03/1800.01	c   logicor          :          0+         0     309484          0          0         34      11725          0          0          0
1800.03/1800.01	c   countsols        :          0          0          0          0    8685376          0          0          0          0          0
1800.03/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.01	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.01	c   indicator        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.01	c   linear           :     180.69       0.00     180.08       0.00       0.61
1800.03/1800.01	c   logicor          :       2.32       0.00       2.32       0.00       0.00
1800.03/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.01	c   vbounds          :       0.01          2          0          0
1800.03/1800.01	c   rootredcost      :       0.02          0          0          0
1800.03/1800.01	c   pseudoobj        :      27.27    9025187          0          0
1800.03/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.01	c   propagation      :     129.90      13047      13047     456600      566.7     529333       55.4          -
1800.03/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.01	c   applied globally :          -          -          -     130423       57.7          -          -          -
1800.03/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.03/1800.01	c   redcost          :       0.00          0          0          0          0          0
1800.03/1800.01	c   impliedbounds    :       0.00          0          0          0          0          0
1800.03/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.01	c   gomory           :       0.00          0          0          0          0          0
1800.03/1800.01	c   strongcg         :       0.00          0          0          0          0          0
1800.03/1800.01	c   cmir             :       0.00          0          0          0          0          0
1800.03/1800.01	c   flowcover        :       0.00          0          0          0          0          0
1800.03/1800.01	c   clique           :       0.00          0          0          0          0          0
1800.03/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.01	c   mcf              :       0.00          0          0          0          0          0
1800.03/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.01	c Pricers            :       Time      Calls       Vars
1800.03/1800.01	c   problem variables:       0.00          0          0
1800.03/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.01	c   relpscost        :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   inference        :    1401.31    8685376          0          0          0          0   17370752
1800.03/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.01	c   LP solutions     :       0.00          -          0
1800.03/1800.01	c   pseudo solutions :       0.00          -          0
1800.03/1800.01	c   oneopt           :       0.04          0          0
1800.03/1800.01	c   trivial          :       0.01          2          3
1800.03/1800.01	c   simplerounding   :       0.00          0          0
1800.03/1800.01	c   zirounding       :       0.00          0          0
1800.03/1800.01	c   rounding         :       0.00          0          0
1800.03/1800.01	c   shifting         :       0.00          0          0
1800.03/1800.01	c   intshifting      :       0.00          0          0
1800.03/1800.01	c   twoopt           :       0.00          0          0
1800.03/1800.01	c   fixandinfer      :       0.00          0          0
1800.03/1800.01	c   feaspump         :       0.00          0          0
1800.03/1800.01	c   coefdiving       :       0.00          0          0
1800.03/1800.01	c   pscostdiving     :       0.00          0          0
1800.03/1800.01	c   fracdiving       :       0.00          0          0
1800.03/1800.01	c   veclendiving     :       0.00          0          0
1800.03/1800.01	c   intdiving        :       0.00          0          0
1800.03/1800.01	c   actconsdiving    :       0.00          0          0
1800.03/1800.01	c   objpscostdiving  :       0.00          0          0
1800.03/1800.01	c   rootsoldiving    :       0.00          0          0
1800.03/1800.01	c   linesearchdiving :       0.00          0          0
1800.03/1800.01	c   guideddiving     :       0.00          0          0
1800.03/1800.01	c   octane           :       0.00          0          0
1800.03/1800.01	c   rens             :       0.00          0          0
1800.03/1800.01	c   rins             :       0.00          0          0
1800.03/1800.01	c   localbranching   :       0.00          0          0
1800.03/1800.01	c   mutation         :       0.00          0          0
1800.03/1800.01	c   crossover        :       0.00          0          0
1800.03/1800.01	c   dins             :       0.00          0          0
1800.03/1800.01	c   undercover       :       0.00          0          0
1800.03/1800.01	c   nlp              :       0.00          0          0
1800.03/1800.01	c   trysol           :       0.00          1          1
1800.03/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.01	c   dual LP          :       0.00          0          0       0.00          -
1800.03/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.01	c   diving/probing LP:       0.00          0          0       0.00          -
1800.03/1800.01	c   strong branching :       0.00          0          0       0.00          -
1800.03/1800.01	c     (at root node) :          -          0          0       0.00          -
1800.03/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.01	c B&B Tree           :
1800.03/1800.01	c   number of runs   :          1
1800.03/1800.01	c   nodes            :    8698421
1800.03/1800.01	c   nodes (total)    :    8698421
1800.03/1800.01	c   nodes left       :    8672330
1800.03/1800.01	c   max depth        :       3352
1800.03/1800.01	c   max depth (total):       3352
1800.03/1800.01	c   backtracks       :       4953 (0.1%)
1800.03/1800.01	c   delayed cutoffs  :          2
1800.03/1800.01	c   repropagations   :        624 (631 domain reductions, 2 cutoffs)
1800.03/1800.01	c   avg switch length:       2.24
1800.03/1800.01	c   switching time   :      36.45
1800.03/1800.01	c Solution           :
1800.03/1800.01	c   Solutions found  :          4 (1 improvements)
1800.03/1800.01	c   First Solution   : +5.85600000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.03/1800.01	c   Primal Bound     : +5.85600000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.03/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.01	c   Gap              :   infinite
1800.03/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.01	c   Root Iterations  :          0

Verifier Data

OK	2856

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694058-1277921846/watcher-2694058-1277921846 -o /tmp/evaluation-result-2694058-1277921846/solver-2694058-1277921846 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694058-1277921846.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.91 1.98 1.99 3/178 14038
/proc/meminfo: memFree=30079528/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=8536 CPUtime=0
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 1615 0 0 0 0 0 0 0 21 0 1 0 133480685 8740864 1537 4089446400 4194304 7136930 140737349836544 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14038/statm: 2134 1537 275 719 0 1413 0

[startup+0.0558701 s]
/proc/loadavg: 1.91 1.98 1.99 3/178 14038
/proc/meminfo: memFree=30079528/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=21220 CPUtime=0.04
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 5262 0 0 0 4 0 0 0 18 0 1 0 133480685 21729280 4573 4089446400 4194304 7136930 140737349836544 18446744073709551615 4407754 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 5305 4573 383 719 0 4584 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 21220

[startup+0.100859 s]
/proc/loadavg: 1.91 1.98 1.99 3/178 14038
/proc/meminfo: memFree=30079528/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=21612 CPUtime=0.09
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 5360 0 0 0 9 0 0 0 18 0 1 0 133480685 22130688 4671 4089446400 4194304 7136930 140737349836544 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 5403 4671 383 719 0 4682 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21612

[startup+0.300826 s]
/proc/loadavg: 1.91 1.98 1.99 3/178 14038
/proc/meminfo: memFree=30079528/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=22564 CPUtime=0.29
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 5590 0 0 0 28 1 0 0 18 0 1 0 133480685 23105536 4901 4089446400 4194304 7136930 140737349836544 18446744073709551615 4641950 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 5641 4901 383 719 0 4920 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22564

[startup+0.700769 s]
/proc/loadavg: 1.91 1.98 1.99 3/178 14038
/proc/meminfo: memFree=30079528/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=23888 CPUtime=0.69
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 5931 0 0 0 64 5 0 0 18 0 1 0 133480685 24461312 5242 4089446400 4194304 7136930 140737349836544 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 5972 5242 390 719 0 5251 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23888

[startup+1.50063 s]
/proc/loadavg: 1.91 1.98 1.99 3/179 14039
/proc/meminfo: memFree=30054844/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=26976 CPUtime=1.49
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 6725 0 0 0 136 13 0 0 19 0 1 0 133480685 27623424 6036 4089446400 4194304 7136930 140737349836544 18446744073709551615 4407969 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 6744 6036 390 719 0 6023 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26976

[startup+3.10036 s]
/proc/loadavg: 1.91 1.98 1.99 3/179 14039
/proc/meminfo: memFree=30046784/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=29988 CPUtime=3.09
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 7518 0 0 0 282 27 0 0 25 0 1 0 133480685 30707712 6829 4089446400 4194304 7136930 140737349836544 18446744073709551615 4407770 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 7497 6829 390 719 0 6776 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29988

[startup+6.30083 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 14039
/proc/meminfo: memFree=30026500/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=35700 CPUtime=6.29
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 8986 0 0 0 577 52 0 0 25 0 1 0 133480685 36556800 8297 4089446400 4194304 7136930 140737349836544 18446744073709551615 4740387 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 8925 8297 390 719 0 8204 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35700

[startup+12.7007 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 14039
/proc/meminfo: memFree=29992276/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=45932 CPUtime=12.69
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 11681 0 0 0 1172 97 0 0 25 0 1 0 133480685 47034368 10990 4089446400 4194304 7136930 140737349836544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 11483 10990 390 719 0 10762 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45932

[startup+25.5006 s]
/proc/loadavg: 1.94 1.98 1.99 3/179 14039
/proc/meminfo: memFree=29913060/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=69596 CPUtime=25.49
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 17276 0 0 0 2361 188 0 0 25 0 1 0 133480685 71266304 16585 4089446400 4194304 7136930 140737349836544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 17399 16585 390 719 0 16678 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 69596

[startup+51.1003 s]
/proc/loadavg: 1.96 1.98 1.99 3/179 14041
/proc/meminfo: memFree=29768716/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=112804 CPUtime=51.09
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 27446 0 0 0 4749 360 0 0 25 0 1 0 133480685 115511296 26755 4089446400 4194304 7136930 140737349836544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 28201 26755 390 719 0 27480 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 112804

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 14041
/proc/meminfo: memFree=29478260/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=190488 CPUtime=102.3
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 45652 0 0 0 9518 712 0 0 25 0 1 0 133480685 195059712 44961 4089446400 4194304 7136930 140737349836544 18446744073709551615 4642976 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 47622 44961 390 719 0 46901 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 190488

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14043
/proc/meminfo: memFree=29144616/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=272132 CPUtime=162.3
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 67082 0 0 0 15082 1148 0 0 25 0 1 0 133480685 278663168 66391 4089446400 4194304 7136930 140737349836544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 68033 66391 390 719 0 67312 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 272132

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14045
/proc/meminfo: memFree=28795732/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=373896 CPUtime=222.29
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 89583 0 0 0 20628 1601 0 0 25 0 1 0 133480685 382869504 88892 4089446400 4194304 7136930 140737349836544 18446744073709551615 4740375 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 93474 88892 390 719 0 92753 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 373896

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14047
/proc/meminfo: memFree=28449700/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=466068 CPUtime=282.29
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 113884 0 0 0 26146 2083 0 0 25 0 1 0 133480685 477253632 113193 4089446400 4194304 7136930 140737349836544 18446744073709551615 5922830 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 116517 113193 390 719 0 115796 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 466068

[startup+342.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14049
/proc/meminfo: memFree=28087656/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=565864 CPUtime=342.29
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 140185 0 0 0 31622 2607 0 0 25 0 1 0 133480685 579444736 139494 4089446400 4194304 7136930 140737349836544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 141466 139494 390 719 0 140745 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 565864

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14049
/proc/meminfo: memFree=27786772/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=713280 CPUtime=402.3
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 170331 0 0 0 37059 3171 0 0 25 0 1 0 133480685 730398720 169640 4089446400 4194304 7136930 140737349836544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 178320 169640 390 719 0 177599 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 713280

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14051
/proc/meminfo: memFree=27542656/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=857164 CPUtime=462.3
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 207959 0 0 0 42396 3834 0 0 25 0 1 0 133480685 877735936 207268 4089446400 4194304 7136930 140737349836544 18446744073709551615 5922966 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 214291 207268 390 719 0 213570 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 857164

[startup+522.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14053
/proc/meminfo: memFree=27299408/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=985280 CPUtime=522.3
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 244946 0 0 0 47884 4346 0 0 25 0 1 0 133480685 1008926720 239832 4089446400 4194304 7136930 140737349836544 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 246320 239832 390 719 0 245599 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 985280

[startup+582.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14055
/proc/meminfo: memFree=27204204/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=1062324 CPUtime=582.3
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 265223 0 0 0 53494 4736 0 0 25 0 1 0 133480685 1087819776 260109 4089446400 4194304 7136930 140737349836544 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 265581 260109 390 719 0 264860 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1062324

[startup+642.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14057
/proc/meminfo: memFree=27095244/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=1131964 CPUtime=642.31
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 283656 0 0 0 59112 5119 0 0 25 0 1 0 133480685 1159131136 278542 4089446400 4194304 7136930 140737349836544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 282991 278542 390 719 0 282270 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1131964

[startup+702.301 s]

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

/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 398049 0 0 0 92726 7504 0 0 25 0 1 0 133480685 1669214208 392935 4089446400 4194304 7136930 140737349836544 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 407523 392935 390 719 0 406802 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 1630092

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14070
/proc/meminfo: memFree=26253476/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=1700228 CPUtime=1062.31
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 416595 0 0 0 98335 7896 0 0 25 0 1 0 133480685 1741033472 411481 4089446400 4194304 7136930 140737349836544 18446744073709551615 5909072 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 425057 411481 390 719 0 424336 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1700228

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14073
/proc/meminfo: memFree=26075816/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=1775892 CPUtime=1122.31
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 436535 0 0 0 103940 8291 0 0 25 0 1 0 133480685 1818513408 431421 4089446400 4194304 7136930 140737349836544 18446744073709551615 4407896 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 443973 431421 390 719 0 443252 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1775892

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14120
/proc/meminfo: memFree=29550964/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=1848080 CPUtime=1182.31
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 455620 0 0 0 109650 8581 0 0 25 0 1 0 133480685 1892433920 450506 4089446400 4194304 7136930 140737349836544 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 462020 450506 390 719 0 461299 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1848080

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14122
/proc/meminfo: memFree=29465976/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=1920940 CPUtime=1242.31
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 474840 0 0 0 115367 8864 0 0 25 0 1 0 133480685 1967042560 469726 4089446400 4194304 7136930 140737349836544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 480235 469726 390 719 0 479514 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1920940

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14122
/proc/meminfo: memFree=29378052/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=1992160 CPUtime=1302.32
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 493702 0 0 0 121080 9152 0 0 25 0 1 0 133480685 2039971840 488588 4089446400 4194304 7136930 140737349836544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 498040 488588 390 719 0 497319 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 1992160

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14124
/proc/meminfo: memFree=29293644/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=2065232 CPUtime=1362.31
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 513017 0 0 0 126789 9442 0 0 25 0 1 0 133480685 2114797568 507903 4089446400 4194304 7136930 140737349836544 18446744073709551615 4643155 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 516308 507903 390 719 0 515587 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 2065232

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14126
/proc/meminfo: memFree=29197092/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=2138232 CPUtime=1422.32
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 532299 0 0 0 132504 9728 0 0 25 0 1 0 133480685 2189549568 527185 4089446400 4194304 7136930 140737349836544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 534558 527185 390 719 0 533837 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 2138232

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14128
/proc/meminfo: memFree=29116088/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=2211360 CPUtime=1482.32
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 551621 0 0 0 138221 10011 0 0 25 0 1 0 133480685 2264432640 546507 4089446400 4194304 7136930 140737349836544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 552840 546507 390 719 0 552119 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 2211360

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14130
/proc/meminfo: memFree=29026592/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=2281800 CPUtime=1542.31
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 570270 0 0 0 143934 10297 0 0 25 0 1 0 133480685 2336563200 565156 4089446400 4194304 7136930 140737349836544 18446744073709551615 4641963 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 570450 565156 390 719 0 569729 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 2281800

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14130
/proc/meminfo: memFree=28949772/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=2354440 CPUtime=1602.31
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 589504 0 0 0 149644 10587 0 0 25 0 1 0 133480685 2410946560 584390 4089446400 4194304 7136930 140737349836544 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 588610 584390 390 719 0 587889 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 2354440

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14132
/proc/meminfo: memFree=28873340/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=2422892 CPUtime=1662.32
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 607665 0 0 0 155358 10874 0 0 25 0 1 0 133480685 2481041408 602551 4089446400 4194304 7136930 140737349836544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 605723 602551 390 719 0 605002 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 2422892

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14134
/proc/meminfo: memFree=28796280/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=2627180 CPUtime=1722.32
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 627022 0 0 0 161071 11161 0 0 25 0 1 0 133480685 2690232320 621908 4089446400 4194304 7136930 140737349836544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 656795 621908 390 719 0 656074 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 2627180

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14136
/proc/meminfo: memFree=28720076/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=2697416 CPUtime=1782.32
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 645626 0 0 0 166788 11444 0 0 25 0 1 0 133480685 2762153984 640512 4089446400 4194304 7136930 140737349836544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 674354 640512 390 719 0 673633 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 2697416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14136
/proc/meminfo: memFree=28698116/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=2718312 CPUtime=1800.03
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 651132 0 0 0 168473 11530 0 0 25 0 1 0 133480685 2783551488 646018 4089446400 4194304 7136930 140737349836544 18446744073709551615 6123172 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14038/statm: 679578 646018 390 719 0 678857 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 2718312

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -14038

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/198 14137
/proc/meminfo: memFree=28697984/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=2716912 CPUtime=1801.42
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 651190 0 0 0 168612 11530 0 0 19 0 1 0 133480685 2782117888 645689 4089446400 4194304 7136930 140737349836544 18446744073709551615 6165654 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14038/statm: 679228 645689 396 719 0 678507 0
Current children cumulated CPU time (s) 1801.42
Current children cumulated vsize (KiB) 2716912

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/198 14137
/proc/meminfo: memFree=28700836/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=2713816 CPUtime=1801.83
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 651190 0 0 0 168653 11530 0 0 20 0 1 0 133480685 2778947584 644915 4089446400 4194304 7136930 140737349836544 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14038/statm: 678454 644915 396 719 0 677733 0
Current children cumulated CPU time (s) 1801.83
Current children cumulated vsize (KiB) 2713816

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 3/198 14137
/proc/meminfo: memFree=28700836/32951124 swapFree=67111528/67111528
[pid=14038] ppid=14036 vsize=2713816 CPUtime=1802.03
/proc/14038/stat : 14038 (pbscip.linux.x8) R 14036 14038 12635 0 -1 4202496 651190 0 0 0 168673 11530 0 0 21 0 1 0 133480685 2778947584 644915 4089446400 4194304 7136930 140737349836544 18446744073709551615 4616635 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14038/statm: 678454 644915 396 719 0 677733 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 2713816

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.09
CPU time (s): 1802.12
CPU user time (s): 1686.74
CPU system time (s): 115.383
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2718312

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

runsolver used 2.55361 second user time and 5.68114 second system time

The end

Launcher Data

Begin job on node130 at 2010-06-30 20:17:26
IDJOB=2694058
IDBENCH=79177
IDSOLVER=1206
FILE ID=node130/2694058-1277921846
PBS_JOBID= 11197328
Free space on /tmp= 74208 MiB

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

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

MD5SUM BENCH= 01a077d3621ba64f6c6e6b6c3ebb8e99
RANDOM SEED=242385708

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30080056 kB
Buffers:        207284 kB
Cached:         968896 kB
SwapCached:          0 kB
Active:        2019156 kB
Inactive:       705384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30080056 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3144 kB
Writeback:           0 kB
AnonPages:     1549028 kB
Mapped:          16204 kB
Slab:            78996 kB
PageTables:       7580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1747644 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 node130 at 2010-06-30 20:47:28