Trace number 2694005

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-55-50--soft-0-100-0.wbo
MD5SUMcab96e9f0187cae75501af3130753b71
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.134979
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2750
Total number of constraints105
Number of soft constraints105
Number of constraints which are clauses55
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint55
Top cost 5686
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5685
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 56
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-2694005-1277921075.wbo>
0.00/0.01	c original problem has 2960 variables (2855 bin, 0 int, 0 impl, 105 cont) and 211 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 5685
0.00/0.02	c feasible solution found by trivial heuristic, objective value  5.685000e+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, 105 impls, 0 clqs
0.00/0.02	c (round 2) 0 del vars, 1 del conss, 105 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 105 impls, 0 clqs
0.00/0.03	c    (0.0s) probing: 101/2855 (3.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.03	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.03	c presolving (3 rounds):
0.00/0.03	c  0 deleted vars, 1 deleted constraints, 105 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.03	c  105 implications, 0 cliques
0.00/0.03	c presolved problem has 2960 variables (2855 bin, 0 int, 0 impl, 105 cont) and 210 constraints
0.00/0.03	c     105 constraints of type <indicator>
0.00/0.03	c     105 constraints of type <linear>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.02
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 1.2.1.2
0.00/0.03	c 
0.00/0.03	c # frequency for displaying node information lines
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.03	c display/freq = 10000
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = 1800
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = 3420
0.00/0.03	c 
0.00/0.03	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c lp/solvefreq = -1
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify inequalities
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/linear/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify knapsacks
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/rapidlearning/freq = 0
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.03	c 
0.00/0.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.04	c t 0.0s|     1 |     2 |     0 |     - |5537k|   0 |   - |2960 | 210 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1.49/1.58	c   1.5s| 10000 |  9976 |     0 |   0.0 |9317k|2029 |   - |2960 | 327 |   0 |   0 |   0 | 117 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
3.19/3.22	c   3.1s| 20000 | 19953 |     0 |   0.0 |  12M|2029 |   - |2960 | 443 |   0 |   0 |   0 | 234 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
4.79/4.89	c   4.8s| 30000 | 29929 |     0 |   0.0 |  15M|2029 |   - |2960 | 563 |   0 |   0 |   0 | 354 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
6.50/6.51	c   6.3s| 40000 | 39903 |     0 |   0.0 |  18M|2127 |   - |2960 | 681 |   0 |   0 |   0 | 484 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
8.09/8.16	c   7.9s| 50000 | 49877 |     0 |   0.0 |  21M|2248 |   - |2960 | 771 |   0 |   0 |   0 | 614 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
9.79/9.83	c   9.6s| 60000 | 59845 |     0 |   0.0 |  24M|2248 |   - |2960 | 855 |   0 |   0 |   0 | 774 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
11.39/11.48	c  11.2s| 70000 | 69813 |     0 |   0.0 |  27M|2248 |   - |2960 | 911 |   0 |   0 |   0 | 934 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
13.10/13.11	c  12.8s| 80000 | 79793 |     0 |   0.0 |  29M|2302 |   - |2960 | 902 |   0 |   0 |   0 |1034 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
14.79/14.80	c  14.4s| 90000 | 89765 |     0 |   0.0 |  32M|2357 |   - |2960 | 951 |   0 |   0 |   0 |1174 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
16.29/16.37	c  15.9s|100000 | 99735 |     0 |   0.0 |  35M|2393 |   - |2960 |1004 |   0 |   0 |   0 |1324 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
18.09/18.11	c  17.6s|110000 |109699 |     0 |   0.0 |  38M|2393 |   - |2960 |1049 |   0 |   0 |   0 |1504 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
19.80/19.87	c  19.4s|120000 |119665 |     0 |   0.0 |  41M|2393 |   - |2960 |1106 |   0 |   0 |   0 |1674 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
21.59/21.60	c  21.1s|130000 |129639 |     0 |   0.0 |  43M|2393 |   - |2960 |1124 |   0 |   0 |   0 |1804 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
23.29/23.39	c  22.8s|140000 |139599 |     0 |   0.0 |  46M|2393 |   - |2960 |1197 |   0 |   0 |   0 |2004 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
25.09/25.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
25.09/25.16	c  24.5s|150000 |149571 |     0 |   0.0 |  49M|2393 |   - |2960 |1189 |   0 |   0 |   0 |2144 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
26.89/26.96	c  26.3s|160000 |159535 |     0 |   0.0 |  52M|2393 |   - |2960 |1215 |   0 |   0 |   0 |2324 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
28.69/28.70	c  28.0s|170000 |169499 |     0 |   0.0 |  55M|2393 |   - |2960 |1291 |   0 |   0 |   0 |2504 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
30.39/30.43	c  29.7s|180000 |179471 |     0 |   0.0 |  58M|2393 |   - |2960 |1330 |   0 |   0 |   0 |2644 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
32.09/32.15	c  31.4s|190000 |189449 |     0 |   0.0 |  60M|2393 |   - |2960 |1339 |   0 |   0 |   0 |2754 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
33.79/33.86	c  33.0s|200000 |199419 |     0 |   0.0 |  63M|2393 |   - |2960 |1364 |   0 |   0 |   0 |2904 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
35.59/35.61	c  34.7s|210000 |209391 |     0 |   0.0 |  66M|2393 |   - |2960 |1373 |   0 |   0 |   0 |3044 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
37.30/37.39	c  36.5s|220000 |219357 |     0 |   0.0 |  69M|2393 |   - |2960 |1423 |   0 |   0 |   0 |3214 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
38.99/39.08	c  38.1s|230000 |229329 |     0 |   0.0 |  71M|2393 |   - |2960 |1463 |   0 |   0 |   0 |3354 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
40.70/40.78	c  39.8s|240000 |239297 |     0 |   0.0 |  74M|2393 |   - |2960 |1530 |   0 |   0 |   0 |3514 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
42.39/42.48	c  41.4s|250000 |249267 |     0 |   0.0 |  77M|2393 |   - |2960 |1591 |   0 |   0 |   0 |3664 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
44.09/44.16	c  43.0s|260000 |259237 |     0 |   0.0 |  80M|2393 |   - |2960 |1596 |   0 |   0 |   0 |3814 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
45.80/45.89	c  44.7s|270000 |269209 |     0 |   0.0 |  83M|2393 |   - |2960 |1622 |   0 |   0 |   0 |3954 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
47.49/47.56	c  46.3s|280000 |279173 |     0 |   0.0 |  85M|2393 |   - |2960 |1635 |   0 |   0 |   0 |4134 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
49.19/49.22	c  48.0s|290000 |289143 |     0 |   0.0 |  88M|2393 |   - |2960 |1685 |   0 |   0 |   0 |4284 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
50.79/50.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
50.79/50.86	c  49.6s|300000 |299111 |     0 |   0.0 |  91M|2393 |   - |2960 |1719 |   0 |   0 |   0 |4444 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
52.60/52.60	c  51.3s|310000 |309075 |     0 |   0.0 |  94M|2393 |   - |2960 |1780 |   0 |   0 |   0 |4624 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
54.19/54.23	c  52.8s|320000 |319041 |     0 |   0.0 |  96M|2393 |   - |2960 |1810 |   0 |   0 |   0 |4794 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
55.79/55.81	c  54.4s|330000 |329017 |     0 |   0.0 |  99M|2393 |   - |2960 |1810 |   0 |   0 |   0 |4914 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
57.39/57.48	c  56.0s|340000 |338985 |     0 |   0.0 | 102M|2393 |   - |2960 |1875 |   0 |   0 |   0 |5074 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
59.00/59.09	c  57.6s|350000 |348953 |     0 |   0.0 | 105M|2393 |   - |2960 |1904 |   0 |   0 |   0 |5234 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
60.59/60.69	c  59.1s|360000 |358927 |     0 |   0.0 | 107M|2393 |   - |2960 |1910 |   0 |   0 |   0 |5364 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
62.19/62.26	c  60.6s|370000 |368897 |     0 |   0.0 | 110M|2393 |   - |2960 |1971 |   0 |   0 |   0 |5514 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
63.80/63.83	c  62.2s|380000 |378863 |     0 |   0.0 | 113M|2393 |   - |2960 |2014 |   0 |   0 |   0 |5684 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
65.39/65.44	c  63.7s|390000 |388829 |     0 |   0.0 | 116M|2393 |   - |2960 |2059 |   0 |   0 |   0 |5854 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
67.00/67.05	c  65.3s|400000 |398795 |     0 |   0.0 | 118M|2393 |   - |2960 |2101 |   0 |   0 |   0 |6024 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
68.69/68.70	c  66.9s|410000 |408741 |     0 |   0.0 | 121M|2393 |   - |2960 |2216 |   0 |   0 |   0 |6294 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
70.30/70.32	c  68.5s|420000 |418703 |     0 |   0.0 | 124M|2393 |   - |2960 |2299 |   0 |   0 |   0 |6484 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
71.89/71.92	c  70.0s|430000 |428673 |     0 |   0.0 | 127M|2393 |   - |2960 |2329 |   0 |   0 |   0 |6634 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
73.49/73.50	c  71.6s|440000 |438641 |     0 |   0.0 | 130M|2393 |   - |2960 |2355 |   0 |   0 |   0 |6794 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
75.09/75.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
75.09/75.11	c  73.2s|450000 |448603 |     0 |   0.0 | 132M|2393 |   - |2960 |2443 |   0 |   0 |   0 |6984 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
76.59/76.63	c  74.6s|460000 |458571 |     0 |   0.0 | 135M|2393 |   - |2960 |2506 |   0 |   0 |   0 |7144 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
78.09/78.19	c  76.1s|470000 |468541 |     0 |   0.0 | 138M|2393 |   - |2960 |2568 |   0 |   0 |   0 |7294 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
79.70/79.79	c  77.7s|480000 |478503 |     0 |   0.0 | 141M|2393 |   - |2960 |2606 |   0 |   0 |   0 |7484 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
81.19/81.28	c  79.2s|490000 |488475 |     0 |   0.0 | 143M|2393 |   - |2960 |2632 |   0 |   0 |   0 |7624 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
82.89/82.91	c  80.8s|500000 |498427 |     0 |   0.0 | 146M|2393 |   - |2960 |2731 |   0 |   0 |   0 |7864 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
84.39/84.47	c  82.3s|510000 |508393 |     0 |   0.0 | 149M|2393 |   - |2960 |2804 |   0 |   0 |   0 |8034 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
85.99/86.03	c  83.8s|520000 |518353 |     0 |   0.0 | 152M|2393 |   - |2960 |2905 |   0 |   0 |   0 |8234 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
87.49/87.60	c  85.3s|530000 |528325 |     0 |   0.0 | 154M|2393 |   - |2960 |2945 |   0 |   0 |   0 |8374 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
89.10/89.16	c  86.8s|540000 |538283 |     0 |   0.0 | 157M|2393 |   - |2960 |3071 |   0 |   0 |   0 |8584 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
90.60/90.67	c  88.3s|550000 |548239 |     0 |   0.0 | 160M|2393 |   - |2960 |3179 |   0 |   0 |   0 |8804 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
92.19/92.23	c  89.8s|560000 |558207 |     0 |   0.0 | 163M|2393 |   - |2960 |3247 |   0 |   0 |   0 |8964 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
93.69/93.76	c  91.3s|570000 |568165 |     0 |   0.0 | 166M|2393 |   - |2960 |3332 |   0 |   0 |   0 |9174 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
95.20/95.25	c  92.8s|580000 |578135 |     0 |   0.0 | 168M|2393 |   - |2960 |3414 |   0 |   0 |   0 |9324 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
96.70/96.77	c  94.2s|590000 |588099 |     0 |   0.0 | 171M|2393 |   - |2960 |3496 |   0 |   0 |   0 |9504 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
98.19/98.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
98.19/98.26	c  95.7s|600000 |598043 |     0 |   0.0 | 174M|2393 |   - |2960 |3688 |   0 |   0 |   0 |9784 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
99.70/99.75	c  97.1s|610000 |608013 |     0 |   0.0 | 177M|2393 |   - |2960 |3727 |   0 |   0 |   0 |9934 |   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
101.20/101.24	c  98.6s|620000 |617973 |     0 |   0.0 | 180M|2393 |   - |2960 |3810 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
102.60/102.69	c   100s|630000 |627935 |     0 |   0.0 | 182M|2393 |   - |2960 |3913 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
104.09/104.14	c   101s|640000 |637901 |     0 |   0.0 | 185M|2393 |   - |2960 |4019 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
105.60/105.60	c   103s|650000 |647863 |     0 |   0.0 | 188M|2393 |   - |2960 |4152 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
106.99/107.05	c   104s|660000 |657825 |     0 |   0.0 | 191M|2393 |   - |2960 |4266 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
108.49/108.52	c   106s|670000 |667791 |     0 |   0.0 | 194M|2393 |   - |2960 |4371 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
109.90/109.99	c   107s|680000 |677741 |     0 |   0.0 | 196M|2393 |   - |2960 |4544 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
111.40/111.42	c   108s|690000 |687705 |     0 |   0.0 | 199M|2393 |   - |2960 |4652 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
112.80/112.88	c   110s|700000 |697651 |     0 |   0.0 | 202M|2393 |   - |2960 |4817 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
114.19/114.27	c   111s|710000 |707617 |     0 |   0.0 | 205M|2393 |   - |2960 |4922 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
115.59/115.67	c   113s|720000 |717571 |     0 |   0.0 | 208M|2393 |   - |2960 |5090 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
116.99/117.06	c   114s|730000 |727525 |     0 |   0.0 | 211M|2393 |   - |2960 |5270 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
118.40/118.47	c   115s|740000 |737485 |     0 |   0.0 | 213M|2393 |   - |2960 |5412 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
119.90/119.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
119.90/119.91	c   117s|750000 |747439 |     0 |   0.0 | 216M|2393 |   - |2960 |5562 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
121.30/121.30	c   118s|760000 |757401 |     0 |   0.0 | 219M|2393 |   - |2960 |5697 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
122.69/122.71	c   119s|770000 |767357 |     0 |   0.0 | 222M|2393 |   - |2960 |5864 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
124.00/124.06	c   121s|780000 |777319 |     0 |   0.0 | 225M|2393 |   - |2960 |5987 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
125.40/125.41	c   122s|790000 |787277 |     0 |   0.0 | 228M|2393 |   - |2960 |6130 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
126.70/126.78	c   123s|800000 |797227 |     0 |   0.0 | 231M|2393 |   - |2960 |6347 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
128.10/128.14	c   125s|810000 |807179 |     0 |   0.0 | 233M|2393 |   - |2960 |6557 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
129.49/129.52	c   126s|820000 |817127 |     0 |   0.0 | 236M|2393 |   - |2960 |6760 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
130.80/130.89	c   127s|830000 |827083 |     0 |   0.0 | 239M|2393 |   - |2960 |6915 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
132.20/132.25	c   129s|840000 |837043 |     0 |   0.0 | 242M|2393 |   - |2960 |7058 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
133.49/133.50	c   130s|850000 |846999 |     0 |   0.0 | 245M|2393 |   - |2960 |7219 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
134.79/134.85	c   131s|860000 |856951 |     0 |   0.0 | 248M|2393 |   - |2960 |7413 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
136.10/136.18	c   132s|870000 |866905 |     0 |   0.0 | 251M|2393 |   - |2960 |7626 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
137.50/137.50	c   134s|880000 |876859 |     0 |   0.0 | 254M|2393 |   - |2960 |7824 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
138.70/138.79	c   135s|890000 |886813 |     0 |   0.0 | 257M|2393 |   - |2960 |8028 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
140.10/140.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
140.10/140.10	c   136s|900000 |896773 |     0 |   0.0 | 260M|2393 |   - |2960 |8190 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
141.39/141.47	c   138s|910000 |906719 |     0 |   0.0 | 263M|2393 |   - |2960 |8431 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
142.70/142.75	c   139s|920000 |916669 |     0 |   0.0 | 265M|2393 |   - |2960 |8652 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
144.00/144.03	c   140s|930000 |926619 |     0 |   0.0 | 268M|2393 |   - |2960 |8883 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
145.30/145.33	c   141s|940000 |936559 |     0 |   0.0 | 271M|2393 |   - |2960 |9173 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
146.60/146.60	c   142s|950000 |946501 |     0 |   0.0 | 274M|2393 |   - |2960 |9454 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
147.80/147.88	c   144s|960000 |956447 |     0 |   0.0 | 277M|2393 |   - |2960 |9719 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
149.10/149.17	c   145s|970000 |966391 |     0 |   0.0 | 280M|2393 |   - |2960 |9993 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
150.40/150.47	c   146s|980000 |976327 |     0 |   0.0 | 283M|2393 |   - |2960 |  10k|   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
151.70/151.74	c   147s|990000 |986271 |     0 |   0.0 | 286M|2393 |   - |2960 |  10k|   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
152.91/152.91	c   149s|  1000k|996219 |     0 |   0.0 | 289M|2393 |   - |2960 |  10k|   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
154.09/154.13	c   150s|  1010k|  1006k|     0 |   0.0 | 292M|2393 |   - |2960 |  11k|   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
155.30/155.37	c   151s|  1020k|  1016k|     0 |   0.0 | 295M|2393 |   - |2960 |  11k|   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
156.50/156.59	c   152s|  1030k|  1026k|     0 |   0.0 | 298M|2393 |   - |2960 |  11k|   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
157.69/157.77	c   153s|  1040k|  1035k|     0 |   0.0 | 302M|2393 |   - |2960 |  12k|   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
158.89/158.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
158.89/158.96	c   154s|  1050k|  1045k|     0 |   0.0 | 305M|2393 |   - |2960 |  12k|   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
160.10/160.18	c   156s|  1060k|  1055k|     0 |   0.0 | 308M|2393 |   - |2960 |  12k|   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
161.30/161.37	c   157s|  1070k|  1065k|     0 |   0.0 | 311M|2393 |   - |2960 |  13k|   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
162.50/162.58	c   158s|  1080k|  1075k|     0 |   0.0 | 314M|2393 |   - |2960 |  13k|   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
163.69/163.72	c   159s|  1090k|  1085k|     0 |   0.0 | 317M|2393 |   - |2960 |  13k|   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
164.90/164.90	c   160s|  1100k|  1095k|     0 |   0.0 | 320M|2393 |   - |2960 |  14k|   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
166.01/166.08	c   161s|  1110k|  1105k|     0 |   0.0 | 323M|2393 |   - |2960 |  14k|   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
167.20/167.22	c   162s|  1120k|  1115k|     0 |   0.0 | 327M|2393 |   - |2960 |  15k|   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
168.31/168.36	c   163s|  1130k|  1125k|     0 |   0.0 | 330M|2393 |   - |2960 |  15k|   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
169.49/169.50	c   165s|  1140k|  1135k|     0 |   0.0 | 333M|2393 |   - |2960 |  15k|   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
170.59/170.62	c   166s|  1150k|  1145k|     0 |   0.0 | 336M|2393 |   - |2960 |  16k|   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
171.70/171.73	c   167s|  1160k|  1155k|     0 |   0.0 | 339M|2393 |   - |2960 |  16k|   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
172.89/172.90	c   168s|  1170k|  1164k|     0 |   0.0 | 343M|2393 |   - |2960 |  17k|   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
173.90/173.99	c   169s|  1180k|  1174k|     0 |   0.0 | 346M|2393 |   - |2960 |  17k|   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
175.09/175.10	c   170s|  1190k|  1184k|     0 |   0.0 | 349M|2393 |   - |2960 |  18k|   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
176.09/176.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
176.09/176.16	c   171s|  1200k|  1194k|     0 |   0.0 | 353M|2393 |   - |2960 |  18k|   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
177.20/177.20	c   172s|  1210k|  1204k|     0 |   0.0 | 356M|2393 |   - |2960 |  19k|   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
178.20/178.29	c   173s|  1220k|  1214k|     0 |   0.0 | 359M|2393 |   - |2960 |  19k|   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
179.30/179.35	c   174s|  1230k|  1224k|     0 |   0.0 | 363M|2393 |   - |2960 |  20k|   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
180.49/180.50	c   175s|  1240k|  1234k|     0 |   0.0 | 367M|2393 |   - |2960 |  21k|   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
181.50/181.58	c   176s|  1250k|  1243k|     0 |   0.0 | 370M|2393 |   - |2960 |  21k|   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
182.60/182.66	c   177s|  1260k|  1253k|     0 |   0.0 | 374M|2393 |   - |2960 |  22k|   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
183.70/183.74	c   178s|  1270k|  1263k|     0 |   0.0 | 378M|2393 |   - |2960 |  23k|   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
184.80/184.81	c   179s|  1280k|  1273k|     0 |   0.0 | 381M|2393 |   - |2960 |  24k|   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
185.90/185.91	c   180s|  1290k|  1283k|     0 |   0.0 | 385M|2393 |   - |2960 |  25k|   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
187.00/187.09	c   182s|  1300k|  1293k|     0 |   0.0 | 390M|2393 |   - |2960 |  26k|   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
188.30/188.36	c   183s|  1310k|  1302k|     0 |   0.0 | 394M|2393 |   - |2960 |  27k|   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
189.50/189.58	c   184s|  1320k|  1312k|     0 |   0.0 | 399M|2393 |   - |2960 |  29k|   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
190.90/190.91	c   185s|  1330k|  1322k|     0 |   0.0 | 403M|2393 |   - |2960 |  31k|   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
192.41/192.43	c   187s|  1340k|  1331k|     0 |   0.0 | 408M|2393 |   - |2960 |  33k|   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
195.10/195.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
195.10/195.19	c   189s|  1350k|  1340k|     0 |   0.0 | 417M|2393 |   - |2960 |  38k|   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
197.19/197.22	c   191s|  1360k|  1350k|     0 |   0.0 | 415M|2393 |   - |2960 |  18k|   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
199.00/199.05	c   193s|  1370k|  1360k|     0 |   0.0 | 409M|2393 |   - |2960 |1536 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
200.69/200.76	c   195s|  1380k|  1370k|     0 |   0.0 | 412M|2393 |   - |2960 |1549 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
202.49/202.51	c   196s|  1390k|  1380k|     0 |   0.0 | 414M|2393 |   - |2960 |1531 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
204.09/204.19	c   198s|  1400k|  1390k|     0 |   0.0 | 417M|2393 |   - |2960 |1536 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
205.89/205.90	c   200s|  1410k|  1400k|     0 |   0.0 | 420M|2393 |   - |2960 |1544 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
207.60/207.61	c   201s|  1420k|  1410k|     0 |   0.0 | 422M|2393 |   - |2960 |1529 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
209.30/209.32	c   203s|  1430k|  1420k|     0 |   0.0 | 425M|2393 |   - |2960 |1519 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
211.00/211.08	c   205s|  1440k|  1430k|     0 |   0.0 | 428M|2393 |   - |2960 |1575 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
212.80/212.87	c   207s|  1450k|  1440k|     0 |   0.0 | 431M|2393 |   - |2960 |1625 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
214.60/214.65	c   208s|  1460k|  1450k|     0 |   0.0 | 433M|2393 |   - |2960 |1635 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
216.39/216.41	c   210s|  1470k|  1460k|     0 |   0.0 | 436M|2393 |   - |2960 |1613 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
218.10/218.19	c   212s|  1480k|  1470k|     0 |   0.0 | 439M|2393 |   - |2960 |1609 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
220.01/220.01	c   214s|  1490k|  1480k|     0 |   0.0 | 442M|2393 |   - |2960 |1607 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
221.70/221.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
221.70/221.78	c   215s|  1500k|  1490k|     0 |   0.0 | 444M|2393 |   - |2960 |1628 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
223.50/223.57	c   217s|  1510k|  1500k|     0 |   0.0 | 447M|2393 |   - |2960 |1632 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
225.30/225.31	c   219s|  1520k|  1510k|     0 |   0.0 | 450M|2393 |   - |2960 |1599 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
226.99/227.06	c   220s|  1530k|  1519k|     0 |   0.0 | 453M|2393 |   - |2960 |1605 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
228.80/228.88	c   222s|  1540k|  1529k|     0 |   0.0 | 455M|2393 |   - |2960 |1620 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
230.70/230.73	c   224s|  1550k|  1539k|     0 |   0.0 | 458M|2393 |   - |2960 |1621 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
232.50/232.53	c   226s|  1560k|  1549k|     0 |   0.0 | 461M|2393 |   - |2960 |1647 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
234.20/234.28	c   228s|  1570k|  1559k|     0 |   0.0 | 464M|2393 |   - |2960 |1632 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
236.00/236.05	c   229s|  1580k|  1569k|     0 |   0.0 | 466M|2393 |   - |2960 |1619 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
237.80/237.84	c   231s|  1590k|  1579k|     0 |   0.0 | 469M|2393 |   - |2960 |1647 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
239.60/239.65	c   233s|  1600k|  1589k|     0 |   0.0 | 472M|2393 |   - |2960 |1616 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
241.39/241.45	c   234s|  1610k|  1599k|     0 |   0.0 | 475M|2393 |   - |2960 |1595 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
243.10/243.19	c   236s|  1620k|  1609k|     0 |   0.0 | 477M|2393 |   - |2960 |1063 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
244.89/244.96	c   238s|  1630k|  1619k|     0 |   0.0 | 480M|2393 |   - |2960 | 950 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
246.70/246.73	c   240s|  1640k|  1629k|     0 |   0.0 | 483M|2393 |   - |2960 | 908 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
248.40/248.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
248.40/248.46	c   241s|  1650k|  1639k|     0 |   0.0 | 485M|2393 |   - |2960 | 915 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
250.20/250.29	c   243s|  1660k|  1649k|     0 |   0.0 | 488M|2393 |   - |2960 | 944 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
252.00/252.09	c   245s|  1670k|  1659k|     0 |   0.0 | 491M|2393 |   - |2960 | 920 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
253.80/253.86	c   247s|  1680k|  1669k|     0 |   0.0 | 494M|2393 |   - |2960 | 948 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
255.60/255.64	c   248s|  1690k|  1679k|     0 |   0.0 | 496M|2393 |   - |2960 | 967 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
257.41/257.42	c   250s|  1700k|  1689k|     0 |   0.0 | 499M|2393 |   - |2960 | 939 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
259.10/259.19	c   252s|  1710k|  1699k|     0 |   0.0 | 502M|2393 |   - |2960 | 941 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
261.00/261.01	c   254s|  1720k|  1709k|     0 |   0.0 | 505M|2393 |   - |2960 | 958 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
262.80/262.80	c   255s|  1730k|  1719k|     0 |   0.0 | 507M|2393 |   - |2960 | 933 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
264.60/264.62	c   257s|  1740k|  1729k|     0 |   0.0 | 510M|2393 |   - |2960 | 979 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
266.40/266.41	c   259s|  1750k|  1739k|     0 |   0.0 | 513M|2393 |   - |2960 | 900 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
268.20/268.25	c   261s|  1760k|  1749k|     0 |   0.0 | 516M|2393 |   - |2960 | 930 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
270.00/270.06	c   262s|  1770k|  1759k|     0 |   0.0 | 518M|2393 |   - |2960 | 928 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
271.80/271.85	c   264s|  1780k|  1769k|     0 |   0.0 | 521M|2393 |   - |2960 | 908 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
273.59/273.60	c   266s|  1790k|  1779k|     0 |   0.0 | 524M|2393 |   - |2960 | 910 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
275.40/275.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
275.40/275.41	c   268s|  1800k|  1789k|     0 |   0.0 | 526M|2393 |   - |2960 | 921 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
277.10/277.17	c   269s|  1810k|  1799k|     0 |   0.0 | 529M|2393 |   - |2960 | 926 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
278.90/278.94	c   271s|  1820k|  1809k|     0 |   0.0 | 532M|2393 |   - |2960 | 915 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
280.70/280.73	c   273s|  1830k|  1819k|     0 |   0.0 | 535M|2393 |   - |2960 | 952 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
282.50/282.52	c   275s|  1840k|  1829k|     0 |   0.0 | 537M|2393 |   - |2960 | 932 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
284.20/284.30	c   276s|  1850k|  1839k|     0 |   0.0 | 540M|2393 |   - |2960 | 904 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
286.00/286.04	c   278s|  1860k|  1848k|     0 |   0.0 | 543M|2393 |   - |2960 | 923 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
287.90/287.90	c   280s|  1870k|  1858k|     0 |   0.0 | 545M|2393 |   - |2960 | 954 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
289.60/289.69	c   282s|  1880k|  1868k|     0 |   0.0 | 548M|2393 |   - |2960 | 916 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
291.40/291.45	c   283s|  1890k|  1878k|     0 |   0.0 | 551M|2393 |   - |2960 | 894 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
293.20/293.24	c   285s|  1900k|  1888k|     0 |   0.0 | 554M|2393 |   - |2960 | 882 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
294.90/294.99	c   287s|  1910k|  1898k|     0 |   0.0 | 556M|2393 |   - |2960 | 880 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
296.80/296.81	c   289s|  1920k|  1908k|     0 |   0.0 | 559M|2393 |   - |2960 | 883 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
298.60/298.61	c   290s|  1930k|  1918k|     0 |   0.0 | 562M|2393 |   - |2960 | 864 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
300.31/300.38	c   292s|  1940k|  1928k|     0 |   0.0 | 564M|2393 |   - |2960 | 859 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
302.10/302.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
302.10/302.15	c   294s|  1950k|  1938k|     0 |   0.0 | 567M|2393 |   - |2960 | 850 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
303.80/303.88	c   295s|  1960k|  1948k|     0 |   0.0 | 570M|2393 |   - |2960 | 848 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
305.60/305.66	c   297s|  1970k|  1958k|     0 |   0.0 | 573M|2393 |   - |2960 | 856 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
307.40/307.44	c   299s|  1980k|  1968k|     0 |   0.0 | 575M|2393 |   - |2960 | 881 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
309.20/309.26	c   301s|  1990k|  1978k|     0 |   0.0 | 578M|2393 |   - |2960 | 860 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
311.00/311.05	c   302s|  2000k|  1988k|     0 |   0.0 | 581M|2393 |   - |2960 | 844 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
312.80/312.83	c   304s|  2010k|  1998k|     0 |   0.0 | 584M|2393 |   - |2960 | 832 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
314.60/314.61	c   306s|  2020k|  2008k|     0 |   0.0 | 586M|2393 |   - |2960 | 833 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
316.30/316.37	c   308s|  2030k|  2018k|     0 |   0.0 | 589M|2393 |   - |2960 | 812 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
318.10/318.17	c   309s|  2040k|  2028k|     0 |   0.0 | 592M|2393 |   - |2960 | 830 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
319.90/319.95	c   311s|  2050k|  2038k|     0 |   0.0 | 595M|2393 |   - |2960 | 862 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
321.70/321.75	c   313s|  2060k|  2048k|     0 |   0.0 | 597M|2393 |   - |2960 | 870 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
323.50/323.55	c   315s|  2070k|  2058k|     0 |   0.0 | 600M|2393 |   - |2960 | 839 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
325.30/325.31	c   316s|  2080k|  2068k|     0 |   0.0 | 603M|2393 |   - |2960 | 846 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
327.10/327.11	c   318s|  2090k|  2078k|     0 |   0.0 | 605M|2393 |   - |2960 | 842 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
328.80/328.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
328.80/328.84	c   320s|  2100k|  2088k|     0 |   0.0 | 608M|2393 |   - |2960 | 850 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
330.60/330.61	c   321s|  2110k|  2098k|     0 |   0.0 | 611M|2393 |   - |2960 | 837 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
332.30/332.36	c   323s|  2120k|  2108k|     0 |   0.0 | 614M|2393 |   - |2960 | 831 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
334.10/334.12	c   325s|  2130k|  2118k|     0 |   0.0 | 616M|2393 |   - |2960 | 839 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
335.90/335.92	c   327s|  2140k|  2128k|     0 |   0.0 | 619M|2393 |   - |2960 | 850 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
337.70/337.72	c   328s|  2150k|  2138k|     0 |   0.0 | 622M|2393 |   - |2960 | 862 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
339.50/339.51	c   330s|  2160k|  2148k|     0 |   0.0 | 624M|2393 |   - |2960 | 845 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
341.20/341.26	c   332s|  2170k|  2158k|     0 |   0.0 | 627M|2393 |   - |2960 | 836 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
342.90/342.99	c   334s|  2180k|  2168k|     0 |   0.0 | 630M|2393 |   - |2960 | 837 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
344.80/344.80	c   335s|  2190k|  2177k|     0 |   0.0 | 633M|2393 |   - |2960 | 832 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
346.51/346.53	c   337s|  2200k|  2187k|     0 |   0.0 | 635M|2393 |   - |2960 | 832 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
348.20/348.29	c   339s|  2210k|  2197k|     0 |   0.0 | 638M|2393 |   - |2960 | 833 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
350.10/350.14	c   340s|  2220k|  2207k|     0 |   0.0 | 641M|2393 |   - |2960 | 861 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
351.90/351.93	c   342s|  2230k|  2217k|     0 |   0.0 | 644M|2393 |   - |2960 | 876 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
353.70/353.73	c   344s|  2240k|  2227k|     0 |   0.0 | 646M|2393 |   - |2960 | 872 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
355.40/355.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
355.40/355.49	c   346s|  2250k|  2237k|     0 |   0.0 | 649M|2393 |   - |2960 | 841 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
357.21/357.28	c   347s|  2260k|  2247k|     0 |   0.0 | 652M|2393 |   - |2960 | 819 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
359.11/359.10	c   349s|  2270k|  2257k|     0 |   0.0 | 655M|2393 |   - |2960 | 861 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
360.90/360.93	c   351s|  2280k|  2267k|     0 |   0.0 | 657M|2393 |   - |2960 | 895 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
362.60/362.68	c   353s|  2290k|  2277k|     0 |   0.0 | 660M|2393 |   - |2960 | 863 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
364.50/364.51	c   355s|  2300k|  2287k|     0 |   0.0 | 663M|2393 |   - |2960 | 905 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
366.21/366.25	c   356s|  2310k|  2297k|     0 |   0.0 | 665M|2393 |   - |2960 | 895 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
368.01/368.08	c   358s|  2320k|  2307k|     0 |   0.0 | 668M|2393 |   - |2960 | 893 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
369.80/369.84	c   360s|  2330k|  2317k|     0 |   0.0 | 671M|2393 |   - |2960 | 858 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
371.50/371.58	c   361s|  2340k|  2327k|     0 |   0.0 | 674M|2393 |   - |2960 | 872 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
373.30/373.37	c   363s|  2350k|  2337k|     0 |   0.0 | 676M|2393 |   - |2960 | 843 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
375.11/375.12	c   365s|  2360k|  2347k|     0 |   0.0 | 679M|2393 |   - |2960 | 867 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
376.91/376.92	c   367s|  2370k|  2357k|     0 |   0.0 | 682M|2393 |   - |2960 | 827 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
378.70/378.70	c   368s|  2380k|  2367k|     0 |   0.0 | 684M|2393 |   - |2960 | 864 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
380.40/380.46	c   370s|  2390k|  2377k|     0 |   0.0 | 687M|2393 |   - |2960 | 869 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
382.20/382.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
382.20/382.25	c   372s|  2400k|  2387k|     0 |   0.0 | 690M|2393 |   - |2960 | 867 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
384.00/384.07	c   374s|  2410k|  2397k|     0 |   0.0 | 693M|2393 |   - |2960 | 898 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
385.70/385.79	c   375s|  2420k|  2407k|     0 |   0.0 | 695M|2393 |   - |2960 | 846 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
387.61/387.61	c   377s|  2430k|  2417k|     0 |   0.0 | 698M|2393 |   - |2960 | 877 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
389.31/389.38	c   379s|  2440k|  2427k|     0 |   0.0 | 701M|2393 |   - |2960 | 865 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
391.11/391.13	c   381s|  2450k|  2437k|     0 |   0.0 | 703M|2393 |   - |2960 | 877 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
392.80/392.85	c   382s|  2460k|  2447k|     0 |   0.0 | 706M|2393 |   - |2960 | 880 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
394.51/394.59	c   384s|  2470k|  2457k|     0 |   0.0 | 709M|2393 |   - |2960 | 920 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
396.31/396.37	c   386s|  2480k|  2467k|     0 |   0.0 | 712M|2393 |   - |2960 | 943 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
398.00/398.10	c   387s|  2490k|  2477k|     0 |   0.0 | 714M|2393 |   - |2960 | 906 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
399.80/399.84	c   389s|  2500k|  2487k|     0 |   0.0 | 717M|2393 |   - |2960 | 909 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
401.60/401.66	c   391s|  2510k|  2497k|     0 |   0.0 | 720M|2393 |   - |2960 | 907 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
403.40/403.44	c   393s|  2520k|  2507k|     0 |   0.0 | 723M|2393 |   - |2960 | 901 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
405.20/405.24	c   394s|  2530k|  2516k|     0 |   0.0 | 725M|2393 |   - |2960 | 901 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
407.01/407.04	c   396s|  2540k|  2526k|     0 |   0.0 | 728M|2393 |   - |2960 | 937 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
408.70/408.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
408.70/408.76	c   398s|  2550k|  2536k|     0 |   0.0 | 731M|2393 |   - |2960 | 896 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
410.51/410.50	c   399s|  2560k|  2546k|     0 |   0.0 | 733M|2393 |   - |2960 | 882 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
412.20/412.28	c   401s|  2570k|  2556k|     0 |   0.0 | 736M|2393 |   - |2960 | 885 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
414.01/414.06	c   403s|  2580k|  2566k|     0 |   0.0 | 739M|2393 |   - |2960 | 880 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
415.80/415.80	c   405s|  2590k|  2576k|     0 |   0.0 | 742M|2393 |   - |2960 | 873 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
417.50/417.57	c   406s|  2600k|  2586k|     0 |   0.0 | 744M|2393 |   - |2960 | 897 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
419.30/419.35	c   408s|  2610k|  2596k|     0 |   0.0 | 747M|2393 |   - |2960 | 869 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
421.11/421.19	c   410s|  2620k|  2606k|     0 |   0.0 | 750M|2393 |   - |2960 | 949 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
422.90/422.94	c   412s|  2630k|  2616k|     0 |   0.0 | 753M|2393 |   - |2960 | 881 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
424.70/424.72	c   413s|  2640k|  2626k|     0 |   0.0 | 755M|2393 |   - |2960 | 881 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
426.40/426.49	c   415s|  2650k|  2636k|     0 |   0.0 | 758M|2393 |   - |2960 | 892 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
428.20/428.23	c   417s|  2660k|  2646k|     0 |   0.0 | 761M|2393 |   - |2960 | 895 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
429.90/429.99	c   418s|  2670k|  2656k|     0 |   0.0 | 763M|2393 |   - |2960 | 916 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
431.70/431.76	c   420s|  2680k|  2666k|     0 |   0.0 | 766M|2393 |   - |2960 | 905 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
433.51/433.51	c   422s|  2690k|  2676k|     0 |   0.0 | 769M|2393 |   - |2960 | 895 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
435.20/435.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
435.20/435.27	c   424s|  2700k|  2686k|     0 |   0.0 | 772M|2393 |   - |2960 | 927 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
437.00/437.09	c   425s|  2710k|  2696k|     0 |   0.0 | 774M|2393 |   - |2960 | 896 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
438.81/438.81	c   427s|  2720k|  2706k|     0 |   0.0 | 777M|2393 |   - |2960 | 931 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
440.51/440.58	c   429s|  2730k|  2716k|     0 |   0.0 | 780M|2393 |   - |2960 | 925 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
442.30/442.30	c   430s|  2740k|  2726k|     0 |   0.0 | 782M|2393 |   - |2960 | 938 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
444.00/444.08	c   432s|  2750k|  2736k|     0 |   0.0 | 785M|2393 |   - |2960 | 931 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
445.80/445.85	c   434s|  2760k|  2746k|     0 |   0.0 | 788M|2393 |   - |2960 | 918 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
447.60/447.60	c   436s|  2770k|  2756k|     0 |   0.0 | 791M|2393 |   - |2960 | 897 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
449.31/449.39	c   437s|  2780k|  2766k|     0 |   0.0 | 793M|2393 |   - |2960 | 910 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
451.10/451.18	c   439s|  2790k|  2776k|     0 |   0.0 | 796M|2393 |   - |2960 | 902 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
452.91/452.91	c   441s|  2800k|  2786k|     0 |   0.0 | 799M|2393 |   - |2960 | 887 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
454.61/454.63	c   442s|  2810k|  2796k|     0 |   0.0 | 801M|2393 |   - |2960 | 898 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
456.40/456.40	c   444s|  2820k|  2806k|     0 |   0.0 | 804M|2393 |   - |2960 | 893 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
458.21/458.20	c   446s|  2830k|  2816k|     0 |   0.0 | 807M|2393 |   - |2960 | 900 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
459.90/459.95	c   448s|  2840k|  2826k|     0 |   0.0 | 810M|2393 |   - |2960 | 905 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
461.70/461.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
461.70/461.78	c   449s|  2850k|  2836k|     0 |   0.0 | 812M|2393 |   - |2960 | 929 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
463.50/463.53	c   451s|  2860k|  2846k|     0 |   0.0 | 815M|2393 |   - |2960 | 878 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
465.21/465.28	c   453s|  2870k|  2855k|     0 |   0.0 | 818M|2393 |   - |2960 | 898 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
467.00/467.04	c   455s|  2880k|  2865k|     0 |   0.0 | 820M|2393 |   - |2960 | 894 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
468.70/468.79	c   456s|  2890k|  2875k|     0 |   0.0 | 823M|2393 |   - |2960 | 862 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
470.51/470.57	c   458s|  2900k|  2885k|     0 |   0.0 | 826M|2393 |   - |2960 | 871 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
472.20/472.28	c   460s|  2910k|  2895k|     0 |   0.0 | 829M|2393 |   - |2960 | 863 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
474.11/474.10	c   461s|  2920k|  2905k|     0 |   0.0 | 831M|2393 |   - |2960 | 855 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
475.81/475.85	c   463s|  2930k|  2915k|     0 |   0.0 | 834M|2393 |   - |2960 | 865 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
477.60/477.62	c   465s|  2940k|  2925k|     0 |   0.0 | 837M|2393 |   - |2960 | 844 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
479.40/479.42	c   467s|  2950k|  2935k|     0 |   0.0 | 840M|2393 |   - |2960 | 896 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
481.11/481.16	c   468s|  2960k|  2945k|     0 |   0.0 | 842M|2393 |   - |2960 | 872 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
482.91/482.95	c   470s|  2970k|  2955k|     0 |   0.0 | 845M|2393 |   - |2960 | 885 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
484.70/484.75	c   472s|  2980k|  2965k|     0 |   0.0 | 848M|2393 |   - |2960 | 851 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
486.40/486.47	c   473s|  2990k|  2975k|     0 |   0.0 | 850M|2393 |   - |2960 | 843 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
488.21/488.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
488.21/488.23	c   475s|  3000k|  2985k|     0 |   0.0 | 853M|2393 |   - |2960 | 825 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
490.01/490.02	c   477s|  3010k|  2995k|     0 |   0.0 | 856M|2393 |   - |2960 | 850 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
491.71/491.78	c   479s|  3020k|  3005k|     0 |   0.0 | 859M|2393 |   - |2960 | 822 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
493.50/493.58	c   480s|  3030k|  3015k|     0 |   0.0 | 861M|2393 |   - |2960 | 838 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
495.30/495.36	c   482s|  3040k|  3025k|     0 |   0.0 | 864M|2393 |   - |2960 | 837 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
497.11/497.12	c   484s|  3050k|  3035k|     0 |   0.0 | 867M|2393 |   - |2960 | 816 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
498.90/498.90	c   486s|  3060k|  3045k|     0 |   0.0 | 870M|2393 |   - |2960 | 849 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
500.61/500.67	c   487s|  3070k|  3055k|     0 |   0.0 | 872M|2393 |   - |2960 | 803 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
502.40/502.45	c   489s|  3080k|  3065k|     0 |   0.0 | 875M|2393 |   - |2960 | 812 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
504.21/504.20	c   491s|  3090k|  3075k|     0 |   0.0 | 878M|2393 |   - |2960 | 832 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
505.91/505.95	c   492s|  3100k|  3085k|     0 |   0.0 | 880M|2393 |   - |2960 | 815 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
507.71/507.76	c   494s|  3110k|  3095k|     0 |   0.0 | 883M|2393 |   - |2960 | 833 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
509.51/509.56	c   496s|  3120k|  3105k|     0 |   0.0 | 886M|2393 |   - |2960 | 830 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
511.21/511.29	c   498s|  3130k|  3115k|     0 |   0.0 | 889M|2393 |   - |2960 | 833 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
513.01/513.07	c   499s|  3140k|  3125k|     0 |   0.0 | 891M|2393 |   - |2960 | 838 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
514.81/514.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
514.81/514.84	c   501s|  3150k|  3135k|     0 |   0.0 | 894M|2393 |   - |2960 | 858 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
516.61/516.65	c   503s|  3160k|  3145k|     0 |   0.0 | 897M|2393 |   - |2960 | 855 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
518.30/518.39	c   505s|  3170k|  3155k|     0 |   0.0 | 899M|2393 |   - |2960 | 858 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
520.11/520.14	c   506s|  3180k|  3165k|     0 |   0.0 | 902M|2393 |   - |2960 | 848 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
521.90/521.92	c   508s|  3190k|  3175k|     0 |   0.0 | 905M|2393 |   - |2960 | 843 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
523.71/523.71	c   510s|  3200k|  3185k|     0 |   0.0 | 908M|2393 |   - |2960 | 830 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
525.41/525.45	c   512s|  3210k|  3194k|     0 |   0.0 | 910M|2393 |   - |2960 | 844 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
527.21/527.20	c   513s|  3220k|  3204k|     0 |   0.0 | 913M|2393 |   - |2960 | 844 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
528.91/528.93	c   515s|  3230k|  3214k|     0 |   0.0 | 916M|2393 |   - |2960 | 844 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
530.61/530.68	c   517s|  3240k|  3224k|     0 |   0.0 | 919M|2393 |   - |2960 | 849 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
532.41/532.42	c   518s|  3250k|  3234k|     0 |   0.0 | 921M|2393 |   - |2960 | 845 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
534.10/534.16	c   520s|  3260k|  3244k|     0 |   0.0 | 924M|2393 |   - |2960 | 821 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
535.90/535.97	c   522s|  3270k|  3254k|     0 |   0.0 | 927M|2393 |   - |2960 | 874 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
537.71/537.74	c   523s|  3280k|  3264k|     0 |   0.0 | 930M|2393 |   - |2960 | 860 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
539.51/539.51	c   525s|  3290k|  3274k|     0 |   0.0 | 932M|2393 |   - |2960 | 863 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
541.21/541.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
541.21/541.21	c   527s|  3300k|  3284k|     0 |   0.0 | 935M|2393 |   - |2960 | 822 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
543.00/543.00	c   529s|  3310k|  3294k|     0 |   0.0 | 938M|2393 |   - |2960 | 859 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
544.71/544.75	c   530s|  3320k|  3304k|     0 |   0.0 | 940M|2393 |   - |2960 | 852 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
546.50/546.56	c   532s|  3330k|  3314k|     0 |   0.0 | 943M|2393 |   - |2960 | 881 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
548.31/548.33	c   534s|  3340k|  3324k|     0 |   0.0 | 946M|2393 |   - |2960 | 901 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
550.10/550.14	c   536s|  3350k|  3334k|     0 |   0.0 | 949M|2393 |   - |2960 | 888 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
551.90/551.91	c   537s|  3360k|  3344k|     0 |   0.0 | 951M|2393 |   - |2960 | 874 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
553.71/553.71	c   539s|  3370k|  3354k|     0 |   0.0 | 954M|2393 |   - |2960 | 857 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
555.41/555.49	c   541s|  3380k|  3364k|     0 |   0.0 | 957M|2393 |   - |2960 | 865 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
557.21/557.24	c   543s|  3390k|  3374k|     0 |   0.0 | 960M|2393 |   - |2960 | 851 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
559.01/559.06	c   544s|  3400k|  3384k|     0 |   0.0 | 962M|2393 |   - |2960 | 856 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
560.70/560.76	c   546s|  3410k|  3394k|     0 |   0.0 | 965M|2393 |   - |2960 | 858 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
562.50/562.52	c   548s|  3420k|  3404k|     0 |   0.0 | 968M|2393 |   - |2960 | 861 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
564.31/564.32	c   549s|  3430k|  3414k|     0 |   0.0 | 970M|2393 |   - |2960 | 839 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
566.11/566.15	c   551s|  3440k|  3424k|     0 |   0.0 | 973M|2393 |   - |2960 | 854 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
567.91/567.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
567.91/567.97	c   553s|  3450k|  3434k|     0 |   0.0 | 976M|2393 |   - |2960 | 859 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
569.71/569.75	c   555s|  3460k|  3444k|     0 |   0.0 | 979M|2393 |   - |2960 | 827 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
571.40/571.47	c   556s|  3470k|  3454k|     0 |   0.0 | 981M|2393 |   - |2960 | 804 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
573.20/573.26	c   558s|  3480k|  3464k|     0 |   0.0 | 984M|2393 |   - |2960 | 825 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
575.01/575.02	c   560s|  3490k|  3474k|     0 |   0.0 | 987M|2393 |   - |2960 | 815 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
576.80/576.80	c   562s|  3500k|  3484k|     0 |   0.0 | 990M|2393 |   - |2960 | 803 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
578.51/578.53	c   563s|  3510k|  3494k|     0 |   0.0 | 992M|2393 |   - |2960 | 808 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
580.30/580.36	c   565s|  3520k|  3504k|     0 |   0.0 | 995M|2393 |   - |2960 | 823 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
582.11/582.14	c   567s|  3530k|  3514k|     0 |   0.0 | 998M|2393 |   - |2960 | 820 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
583.90/583.94	c   569s|  3540k|  3524k|     0 |   0.0 |1000M|2393 |   - |2960 | 820 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
585.60/585.68	c   570s|  3550k|  3534k|     0 |   0.0 |1003M|2393 |   - |2960 | 816 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
587.41/587.42	c   572s|  3560k|  3543k|     0 |   0.0 |1006M|2393 |   - |2960 | 818 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
589.21/589.20	c   574s|  3570k|  3553k|     0 |   0.0 |1009M|2393 |   - |2960 | 801 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
590.91/590.96	c   575s|  3580k|  3563k|     0 |   0.0 |1011M|2393 |   - |2960 | 785 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
592.61/592.69	c   577s|  3590k|  3573k|     0 |   0.0 |1014M|2393 |   - |2960 | 809 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
594.40/594.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
594.40/594.44	c   579s|  3600k|  3583k|     0 |   0.0 |1017M|2393 |   - |2960 | 793 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
596.22/596.26	c   581s|  3610k|  3593k|     0 |   0.0 |1020M|2393 |   - |2960 | 784 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
598.01/598.07	c   582s|  3620k|  3603k|     0 |   0.0 |1022M|2393 |   - |2960 | 812 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
599.81/599.83	c   584s|  3630k|  3613k|     0 |   0.0 |1025M|2393 |   - |2960 | 801 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
601.61/601.63	c   586s|  3640k|  3623k|     0 |   0.0 |1028M|2393 |   - |2960 | 803 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
603.31/603.36	c   588s|  3650k|  3633k|     0 |   0.0 |1030M|2393 |   - |2960 | 782 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
605.11/605.11	c   589s|  3660k|  3643k|     0 |   0.0 |1033M|2393 |   - |2960 | 819 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
606.81/606.89	c   591s|  3670k|  3653k|     0 |   0.0 |1036M|2393 |   - |2960 | 834 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
608.71/608.72	c   593s|  3680k|  3663k|     0 |   0.0 |1039M|2393 |   - |2960 | 869 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
610.51/610.52	c   594s|  3690k|  3673k|     0 |   0.0 |1041M|2393 |   - |2960 | 893 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
612.21/612.29	c   596s|  3700k|  3683k|     0 |   0.0 |1044M|2393 |   - |2960 | 828 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
614.01/614.09	c   598s|  3710k|  3693k|     0 |   0.0 |1047M|2393 |   - |2960 | 854 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
615.81/615.85	c   600s|  3720k|  3703k|     0 |   0.0 |1050M|2393 |   - |2960 | 817 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
617.50/617.59	c   601s|  3730k|  3713k|     0 |   0.0 |1052M|2393 |   - |2960 | 820 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
619.31/619.34	c   603s|  3740k|  3723k|     0 |   0.0 |1055M|2393 |   - |2960 | 814 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
621.11/621.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
621.11/621.10	c   605s|  3750k|  3733k|     0 |   0.0 |1058M|2393 |   - |2960 | 807 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
622.81/622.82	c   606s|  3760k|  3743k|     0 |   0.0 |1060M|2393 |   - |2960 | 813 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
624.50/624.57	c   608s|  3770k|  3753k|     0 |   0.0 |1063M|2393 |   - |2960 | 838 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
626.31/626.34	c   610s|  3780k|  3763k|     0 |   0.0 |1066M|2393 |   - |2960 | 842 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
628.01/628.08	c   612s|  3790k|  3773k|     0 |   0.0 |1068M|2393 |   - |2960 | 829 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
629.81/629.82	c   613s|  3800k|  3783k|     0 |   0.0 |1071M|2393 |   - |2960 | 825 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
631.51/631.59	c   615s|  3810k|  3793k|     0 |   0.0 |1074M|2393 |   - |2960 | 831 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
633.31/633.36	c   617s|  3820k|  3803k|     0 |   0.0 |1077M|2393 |   - |2960 | 820 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
635.11/635.14	c   619s|  3830k|  3813k|     0 |   0.0 |1079M|2393 |   - |2960 | 816 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
636.91/636.95	c   620s|  3840k|  3823k|     0 |   0.0 |1082M|2393 |   - |2960 | 827 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
638.71/638.74	c   622s|  3850k|  3833k|     0 |   0.0 |1085M|2393 |   - |2960 | 853 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
640.41/640.49	c   624s|  3860k|  3843k|     0 |   0.0 |1087M|2393 |   - |2960 | 832 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
642.21/642.25	c   625s|  3870k|  3853k|     0 |   0.0 |1090M|2393 |   - |2960 | 838 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
644.01/644.01	c   627s|  3880k|  3863k|     0 |   0.0 |1093M|2393 |   - |2960 | 807 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
645.72/645.78	c   629s|  3890k|  3872k|     0 |   0.0 |1096M|2393 |   - |2960 | 820 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
647.51/647.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
647.51/647.54	c   631s|  3900k|  3882k|     0 |   0.0 |1098M|2393 |   - |2960 | 838 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
649.31/649.31	c   632s|  3910k|  3892k|     0 |   0.0 |1101M|2393 |   - |2960 | 820 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
651.01/651.06	c   634s|  3920k|  3902k|     0 |   0.0 |1104M|2393 |   - |2960 | 832 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
652.71/652.75	c   636s|  3930k|  3912k|     0 |   0.0 |1107M|2393 |   - |2960 | 827 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
654.42/654.50	c   637s|  3940k|  3922k|     0 |   0.0 |1109M|2393 |   - |2960 | 779 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
656.11/656.17	c   639s|  3950k|  3932k|     0 |   0.0 |1112M|2393 |   - |2960 | 783 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
657.91/657.96	c   641s|  3960k|  3942k|     0 |   0.0 |1115M|2393 |   - |2960 | 827 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
659.71/659.75	c   643s|  3970k|  3952k|     0 |   0.0 |1117M|2393 |   - |2960 | 846 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
661.41/661.49	c   644s|  3980k|  3962k|     0 |   0.0 |1120M|2393 |   - |2960 | 814 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
663.21/663.21	c   646s|  3990k|  3972k|     0 |   0.0 |1123M|2393 |   - |2960 | 835 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
664.91/664.93	c   648s|  4000k|  3982k|     0 |   0.0 |1126M|2393 |   - |2960 | 861 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
666.71/666.71	c   649s|  4010k|  3992k|     0 |   0.0 |1128M|2393 |   - |2960 | 858 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
668.41/668.47	c   651s|  4020k|  4002k|     0 |   0.0 |1131M|2393 |   - |2960 | 840 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
670.21/670.26	c   653s|  4030k|  4012k|     0 |   0.0 |1134M|2393 |   - |2960 | 863 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
671.91/671.94	c   654s|  4040k|  4022k|     0 |   0.0 |1136M|2393 |   - |2960 | 822 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
673.71/673.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
673.71/673.75	c   656s|  4050k|  4032k|     0 |   0.0 |1139M|2393 |   - |2960 | 887 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
675.51/675.52	c   658s|  4060k|  4042k|     0 |   0.0 |1142M|2393 |   - |2960 | 855 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
677.31/677.32	c   660s|  4070k|  4052k|     0 |   0.0 |1145M|2393 |   - |2960 | 873 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
679.01/679.08	c   661s|  4080k|  4062k|     0 |   0.0 |1147M|2393 |   - |2960 | 841 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
680.81/680.89	c   663s|  4090k|  4072k|     0 |   0.0 |1150M|2393 |   - |2960 | 894 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
682.61/682.66	c   665s|  4100k|  4082k|     0 |   0.0 |1153M|2393 |   - |2960 | 867 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
684.41/684.42	c   667s|  4110k|  4092k|     0 |   0.0 |1156M|2393 |   - |2960 | 862 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
686.11/686.13	c   668s|  4120k|  4102k|     0 |   0.0 |1158M|2393 |   - |2960 | 849 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
687.81/687.88	c   670s|  4130k|  4112k|     0 |   0.0 |1161M|2393 |   - |2960 | 865 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
689.61/689.65	c   672s|  4140k|  4122k|     0 |   0.0 |1164M|2393 |   - |2960 | 883 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
691.41/691.40	c   673s|  4150k|  4132k|     0 |   0.0 |1166M|2393 |   - |2960 | 859 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
693.11/693.15	c   675s|  4160k|  4142k|     0 |   0.0 |1169M|2393 |   - |2960 | 873 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
694.91/694.91	c   677s|  4170k|  4152k|     0 |   0.0 |1172M|2393 |   - |2960 | 903 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
696.71/696.72	c   679s|  4180k|  4162k|     0 |   0.0 |1175M|2393 |   - |2960 | 903 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
698.42/698.46	c   680s|  4190k|  4172k|     0 |   0.0 |1177M|2393 |   - |2960 | 898 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
700.21/700.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
700.21/700.22	c   682s|  4200k|  4182k|     0 |   0.0 |1180M|2393 |   - |2960 | 911 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
702.01/702.02	c   684s|  4210k|  4192k|     0 |   0.0 |1183M|2393 |   - |2960 | 901 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
703.81/703.81	c   685s|  4220k|  4202k|     0 |   0.0 |1186M|2393 |   - |2960 | 905 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
705.51/705.59	c   687s|  4230k|  4211k|     0 |   0.0 |1188M|2393 |   - |2960 | 896 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
707.32/707.34	c   689s|  4240k|  4221k|     0 |   0.0 |1191M|2393 |   - |2960 | 892 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
709.11/709.10	c   691s|  4250k|  4231k|     0 |   0.0 |1194M|2393 |   - |2960 | 876 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
710.81/710.88	c   692s|  4260k|  4241k|     0 |   0.0 |1196M|2393 |   - |2960 | 883 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
712.61/712.66	c   694s|  4270k|  4251k|     0 |   0.0 |1199M|2393 |   - |2960 | 874 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
714.41/714.46	c   696s|  4280k|  4261k|     0 |   0.0 |1202M|2393 |   - |2960 | 895 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
716.21/716.21	c   698s|  4290k|  4271k|     0 |   0.0 |1205M|2393 |   - |2960 | 874 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
717.91/717.99	c   699s|  4300k|  4281k|     0 |   0.0 |1207M|2393 |   - |2960 | 858 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
719.72/719.73	c   701s|  4310k|  4291k|     0 |   0.0 |1210M|2393 |   - |2960 | 909 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
721.41/721.46	c   703s|  4320k|  4301k|     0 |   0.0 |1213M|2393 |   - |2960 | 845 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
723.21/723.21	c   704s|  4330k|  4311k|     0 |   0.0 |1215M|2393 |   - |2960 | 887 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
724.91/724.99	c   706s|  4340k|  4321k|     0 |   0.0 |1218M|2393 |   - |2960 | 877 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
726.71/726.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
726.71/726.79	c   708s|  4350k|  4331k|     0 |   0.0 |1221M|2393 |   - |2960 | 913 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
728.51/728.53	c   710s|  4360k|  4341k|     0 |   0.0 |1224M|2393 |   - |2960 | 870 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
730.21/730.29	c   711s|  4370k|  4351k|     0 |   0.0 |1226M|2393 |   - |2960 | 868 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
732.01/732.01	c   713s|  4380k|  4361k|     0 |   0.0 |1229M|2393 |   - |2960 | 858 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
733.71/733.74	c   715s|  4390k|  4371k|     0 |   0.0 |1232M|2393 |   - |2960 | 862 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
735.51/735.53	c   716s|  4400k|  4381k|     0 |   0.0 |1234M|2393 |   - |2960 | 854 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
737.22/737.29	c   718s|  4410k|  4391k|     0 |   0.0 |1237M|2393 |   - |2960 | 894 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
739.01/739.05	c   720s|  4420k|  4401k|     0 |   0.0 |1240M|2393 |   - |2960 | 890 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
740.81/740.89	c   722s|  4430k|  4411k|     0 |   0.0 |1243M|2393 |   - |2960 | 884 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
742.61/742.66	c   723s|  4440k|  4421k|     0 |   0.0 |1245M|2393 |   - |2960 | 873 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
744.31/744.39	c   725s|  4450k|  4431k|     0 |   0.0 |1248M|2393 |   - |2960 | 885 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
746.12/746.18	c   727s|  4460k|  4441k|     0 |   0.0 |1251M|2393 |   - |2960 | 896 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
747.91/747.93	c   729s|  4470k|  4451k|     0 |   0.0 |1253M|2393 |   - |2960 | 869 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
749.61/749.66	c   730s|  4480k|  4461k|     0 |   0.0 |1256M|2393 |   - |2960 | 901 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
751.41/751.40	c   732s|  4490k|  4471k|     0 |   0.0 |1259M|2393 |   - |2960 | 892 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
753.11/753.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
753.11/753.15	c   734s|  4500k|  4481k|     0 |   0.0 |1262M|2393 |   - |2960 | 854 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
754.81/754.89	c   735s|  4510k|  4491k|     0 |   0.0 |1264M|2393 |   - |2960 | 873 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
756.61/756.67	c   737s|  4520k|  4501k|     0 |   0.0 |1267M|2393 |   - |2960 | 925 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
758.41/758.49	c   739s|  4530k|  4511k|     0 |   0.0 |1270M|2393 |   - |2960 | 953 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
760.32/760.30	c   741s|  4540k|  4521k|     0 |   0.0 |1272M|2393 |   - |2960 | 929 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
762.01/762.03	c   742s|  4550k|  4530k|     0 |   0.0 |1275M|2393 |   - |2960 | 931 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
763.82/763.80	c   744s|  4560k|  4540k|     0 |   0.0 |1278M|2393 |   - |2960 | 944 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
765.52/765.60	c   746s|  4570k|  4550k|     0 |   0.0 |1281M|2393 |   - |2960 | 925 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
767.41/767.40	c   748s|  4580k|  4560k|     0 |   0.0 |1283M|2393 |   - |2960 | 915 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
769.11/769.15	c   749s|  4590k|  4570k|     0 |   0.0 |1286M|2393 |   - |2960 | 932 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
770.81/770.87	c   751s|  4600k|  4580k|     0 |   0.0 |1289M|2393 |   - |2960 | 953 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
772.61/772.60	c   753s|  4610k|  4590k|     0 |   0.0 |1291M|2393 |   - |2960 | 938 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
774.31/774.35	c   754s|  4620k|  4600k|     0 |   0.0 |1294M|2393 |   - |2960 | 973 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
776.12/776.14	c   756s|  4630k|  4610k|     0 |   0.0 |1297M|2393 |   - |2960 | 949 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
777.82/777.89	c   758s|  4640k|  4620k|     0 |   0.0 |1299M|2393 |   - |2960 | 984 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
779.71/779.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
779.71/779.70	c   760s|  4650k|  4630k|     0 |   0.0 |1302M|2393 |   - |2960 | 965 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
781.42/781.47	c   761s|  4660k|  4640k|     0 |   0.0 |1305M|2393 |   - |2960 | 955 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
783.22/783.24	c   763s|  4670k|  4650k|     0 |   0.0 |1308M|2393 |   - |2960 | 980 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
785.01/785.03	c   765s|  4680k|  4660k|     0 |   0.0 |1310M|2393 |   - |2960 | 948 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
786.81/786.80	c   766s|  4690k|  4670k|     0 |   0.0 |1313M|2393 |   - |2960 | 919 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
788.51/788.59	c   768s|  4700k|  4680k|     0 |   0.0 |1316M|2393 |   - |2960 | 933 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
790.31/790.36	c   770s|  4710k|  4690k|     0 |   0.0 |1318M|2393 |   - |2960 | 914 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
792.02/792.06	c   772s|  4720k|  4700k|     0 |   0.0 |1321M|2393 |   - |2960 | 897 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
793.81/793.81	c   773s|  4730k|  4710k|     0 |   0.0 |1324M|2393 |   - |2960 | 933 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
795.52/795.59	c   775s|  4740k|  4720k|     0 |   0.0 |1327M|2393 |   - |2960 | 920 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
797.31/797.33	c   777s|  4750k|  4730k|     0 |   0.0 |1329M|2393 |   - |2960 | 915 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
799.11/799.12	c   779s|  4760k|  4740k|     0 |   0.0 |1332M|2393 |   - |2960 | 933 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
800.81/800.90	c   780s|  4770k|  4750k|     0 |   0.0 |1335M|2393 |   - |2960 | 935 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
802.61/802.63	c   782s|  4780k|  4760k|     0 |   0.0 |1337M|2393 |   - |2960 | 928 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
804.31/804.38	c   784s|  4790k|  4770k|     0 |   0.0 |1340M|2393 |   - |2960 | 909 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
806.11/806.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
806.11/806.18	c   785s|  4800k|  4780k|     0 |   0.0 |1343M|2393 |   - |2960 | 900 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
807.91/807.93	c   787s|  4810k|  4790k|     0 |   0.0 |1346M|2393 |   - |2960 | 885 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
809.62/809.69	c   789s|  4820k|  4800k|     0 |   0.0 |1348M|2393 |   - |2960 | 869 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
811.32/811.39	c   790s|  4830k|  4810k|     0 |   0.0 |1351M|2393 |   - |2960 | 886 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
813.11/813.15	c   792s|  4840k|  4820k|     0 |   0.0 |1354M|2393 |   - |2960 | 884 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
814.91/814.90	c   794s|  4850k|  4830k|     0 |   0.0 |1356M|2393 |   - |2960 | 900 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
816.62/816.66	c   796s|  4860k|  4840k|     0 |   0.0 |1359M|2393 |   - |2960 | 892 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
818.42/818.46	c   797s|  4870k|  4850k|     0 |   0.0 |1362M|2393 |   - |2960 | 876 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
820.12/820.17	c   799s|  4880k|  4859k|     0 |   0.0 |1365M|2393 |   - |2960 | 874 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
821.92/821.95	c   801s|  4890k|  4869k|     0 |   0.0 |1367M|2393 |   - |2960 | 858 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
823.61/823.69	c   802s|  4900k|  4879k|     0 |   0.0 |1370M|2393 |   - |2960 | 862 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
825.41/825.47	c   804s|  4910k|  4889k|     0 |   0.0 |1373M|2393 |   - |2960 | 855 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
827.31/827.30	c   806s|  4920k|  4899k|     0 |   0.0 |1376M|2393 |   - |2960 | 863 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
829.12/829.13	c   808s|  4930k|  4909k|     0 |   0.0 |1378M|2393 |   - |2960 | 838 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
830.82/830.89	c   810s|  4940k|  4919k|     0 |   0.0 |1381M|2393 |   - |2960 | 833 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
832.62/832.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
832.62/832.63	c   811s|  4950k|  4929k|     0 |   0.0 |1384M|2393 |   - |2960 | 852 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
834.32/834.37	c   813s|  4960k|  4939k|     0 |   0.0 |1387M|2393 |   - |2960 | 798 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
836.12/836.17	c   815s|  4970k|  4949k|     0 |   0.0 |1389M|2393 |   - |2960 | 821 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
837.92/837.93	c   816s|  4980k|  4959k|     0 |   0.0 |1392M|2393 |   - |2960 | 802 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
839.71/839.72	c   818s|  4990k|  4969k|     0 |   0.0 |1395M|2393 |   - |2960 | 812 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
841.42/841.48	c   820s|  5000k|  4979k|     0 |   0.0 |1397M|2393 |   - |2960 | 825 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
843.11/843.19	c   822s|  5010k|  4989k|     0 |   0.0 |1400M|2393 |   - |2960 | 824 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
844.91/844.97	c   823s|  5020k|  4999k|     0 |   0.0 |1403M|2393 |   - |2960 | 821 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
846.71/846.70	c   825s|  5030k|  5009k|     0 |   0.0 |1406M|2393 |   - |2960 | 810 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
848.42/848.48	c   827s|  5040k|  5019k|     0 |   0.0 |1408M|2393 |   - |2960 | 817 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
850.22/850.25	c   828s|  5050k|  5029k|     0 |   0.0 |1411M|2393 |   - |2960 | 782 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
851.91/851.98	c   830s|  5060k|  5039k|     0 |   0.0 |1414M|2393 |   - |2960 | 789 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
853.72/853.73	c   832s|  5070k|  5049k|     0 |   0.0 |1417M|2393 |   - |2960 | 769 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
855.42/855.47	c   834s|  5080k|  5059k|     0 |   0.0 |1419M|2393 |   - |2960 | 781 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
857.32/857.34	c   835s|  5090k|  5069k|     0 |   0.0 |1422M|2393 |   - |2960 | 803 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
859.02/859.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
859.02/859.10	c   837s|  5100k|  5079k|     0 |   0.0 |1425M|2393 |   - |2960 | 784 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
860.91/860.91	c   839s|  5110k|  5089k|     0 |   0.0 |1427M|2393 |   - |2960 | 832 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
862.62/862.67	c   841s|  5120k|  5099k|     0 |   0.0 |1430M|2393 |   - |2960 | 811 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
864.41/864.42	c   842s|  5130k|  5109k|     0 |   0.0 |1433M|2393 |   - |2960 | 827 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
866.11/866.19	c   844s|  5140k|  5119k|     0 |   0.0 |1436M|2393 |   - |2960 | 894 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
867.92/867.94	c   846s|  5150k|  5129k|     0 |   0.0 |1438M|2393 |   - |2960 | 842 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
869.71/869.72	c   847s|  5160k|  5139k|     0 |   0.0 |1441M|2393 |   - |2960 | 848 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
871.42/871.47	c   849s|  5170k|  5149k|     0 |   0.0 |1444M|2393 |   - |2960 | 822 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
873.22/873.21	c   851s|  5180k|  5159k|     0 |   0.0 |1446M|2393 |   - |2960 | 855 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
874.91/874.99	c   853s|  5190k|  5169k|     0 |   0.0 |1449M|2393 |   - |2960 | 849 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
876.72/876.72	c   854s|  5200k|  5179k|     0 |   0.0 |1452M|2393 |   - |2960 | 852 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
878.42/878.46	c   856s|  5210k|  5189k|     0 |   0.0 |1455M|2393 |   - |2960 | 840 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
880.11/880.18	c   858s|  5220k|  5198k|     0 |   0.0 |1457M|2393 |   - |2960 | 850 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
881.92/881.97	c   859s|  5230k|  5208k|     0 |   0.0 |1460M|2393 |   - |2960 | 853 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
883.72/883.71	c   861s|  5240k|  5218k|     0 |   0.0 |1463M|2393 |   - |2960 | 832 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
885.42/885.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
885.42/885.47	c   863s|  5250k|  5228k|     0 |   0.0 |1466M|2393 |   - |2960 | 840 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
887.11/887.19	c   864s|  5260k|  5238k|     0 |   0.0 |1468M|2393 |   - |2960 | 873 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
888.91/888.96	c   866s|  5270k|  5248k|     0 |   0.0 |1471M|2393 |   - |2960 | 848 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
890.72/890.77	c   868s|  5280k|  5258k|     0 |   0.0 |1474M|2393 |   - |2960 | 877 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
892.51/892.55	c   870s|  5290k|  5268k|     0 |   0.0 |1476M|2393 |   - |2960 | 847 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
894.22/894.30	c   871s|  5300k|  5278k|     0 |   0.0 |1479M|2393 |   - |2960 | 851 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
896.02/896.05	c   873s|  5310k|  5288k|     0 |   0.0 |1482M|2393 |   - |2960 | 866 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
897.82/897.85	c   875s|  5320k|  5298k|     0 |   0.0 |1485M|2393 |   - |2960 | 872 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
899.72/899.71	c   877s|  5330k|  5308k|     0 |   0.0 |1487M|2393 |   - |2960 | 869 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
901.42/901.46	c   878s|  5340k|  5318k|     0 |   0.0 |1490M|2393 |   - |2960 | 849 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
903.22/903.24	c   880s|  5350k|  5328k|     0 |   0.0 |1493M|2393 |   - |2960 | 835 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
905.02/905.00	c   882s|  5360k|  5338k|     0 |   0.0 |1495M|2393 |   - |2960 | 868 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
906.72/906.73	c   884s|  5370k|  5348k|     0 |   0.0 |1498M|2393 |   - |2960 | 864 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
908.42/908.49	c   885s|  5380k|  5358k|     0 |   0.0 |1501M|2393 |   - |2960 | 865 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
910.32/910.31	c   887s|  5390k|  5368k|     0 |   0.0 |1504M|2393 |   - |2960 | 869 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
912.12/912.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
912.12/912.11	c   889s|  5400k|  5378k|     0 |   0.0 |1506M|2393 |   - |2960 | 889 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
913.81/913.80	c   890s|  5410k|  5388k|     0 |   0.0 |1509M|2393 |   - |2960 | 886 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
915.62/915.61	c   892s|  5420k|  5398k|     0 |   0.0 |1512M|2393 |   - |2960 | 900 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
917.32/917.34	c   894s|  5430k|  5408k|     0 |   0.0 |1514M|2393 |   - |2960 | 878 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
919.11/919.10	c   896s|  5440k|  5418k|     0 |   0.0 |1517M|2393 |   - |2960 | 917 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
920.82/920.86	c   897s|  5450k|  5428k|     0 |   0.0 |1520M|2393 |   - |2960 | 897 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
922.61/922.64	c   899s|  5460k|  5438k|     0 |   0.0 |1523M|2393 |   - |2960 | 874 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
924.42/924.41	c   901s|  5470k|  5448k|     0 |   0.0 |1525M|2393 |   - |2960 | 921 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
926.12/926.17	c   902s|  5480k|  5458k|     0 |   0.0 |1528M|2393 |   - |2960 | 908 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
927.92/927.93	c   904s|  5490k|  5468k|     0 |   0.0 |1531M|2393 |   - |2960 | 936 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
929.62/929.66	c   906s|  5500k|  5478k|     0 |   0.0 |1533M|2393 |   - |2960 | 921 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
931.42/931.40	c   908s|  5510k|  5488k|     0 |   0.0 |1536M|2393 |   - |2960 | 905 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
933.01/933.08	c   909s|  5520k|  5498k|     0 |   0.0 |1539M|2393 |   - |2960 | 928 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
934.82/934.84	c   911s|  5530k|  5508k|     0 |   0.0 |1542M|2393 |   - |2960 | 904 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
936.62/936.68	c   913s|  5540k|  5518k|     0 |   0.0 |1544M|2393 |   - |2960 | 943 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
938.42/938.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
938.42/938.45	c   914s|  5550k|  5528k|     0 |   0.0 |1547M|2393 |   - |2960 | 933 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
940.11/940.19	c   916s|  5560k|  5537k|     0 |   0.0 |1550M|2393 |   - |2960 | 928 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
941.92/941.93	c   918s|  5570k|  5547k|     0 |   0.0 |1552M|2393 |   - |2960 | 931 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
943.62/943.70	c   920s|  5580k|  5557k|     0 |   0.0 |1555M|2393 |   - |2960 | 919 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
945.41/945.45	c   921s|  5590k|  5567k|     0 |   0.0 |1558M|2393 |   - |2960 | 903 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
947.21/947.21	c   923s|  5600k|  5577k|     0 |   0.0 |1560M|2393 |   - |2960 | 885 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
948.91/948.98	c   925s|  5610k|  5587k|     0 |   0.0 |1563M|2393 |   - |2960 | 930 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
950.72/950.74	c   926s|  5620k|  5597k|     0 |   0.0 |1566M|2393 |   - |2960 | 910 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
952.41/952.48	c   928s|  5630k|  5607k|     0 |   0.0 |1569M|2393 |   - |2960 | 902 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
954.22/954.23	c   930s|  5640k|  5617k|     0 |   0.0 |1571M|2393 |   - |2960 | 895 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
956.02/956.05	c   932s|  5650k|  5627k|     0 |   0.0 |1574M|2393 |   - |2960 | 905 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
957.82/957.82	c   933s|  5660k|  5637k|     0 |   0.0 |1577M|2393 |   - |2960 | 906 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
959.61/959.60	c   935s|  5670k|  5647k|     0 |   0.0 |1579M|2393 |   - |2960 | 912 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
961.33/961.39	c   937s|  5680k|  5657k|     0 |   0.0 |1582M|2393 |   - |2960 | 908 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
963.22/963.22	c   939s|  5690k|  5667k|     0 |   0.0 |1585M|2393 |   - |2960 | 898 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
964.92/964.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
964.92/964.98	c   940s|  5700k|  5677k|     0 |   0.0 |1588M|2393 |   - |2960 | 867 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
966.72/966.71	c   942s|  5710k|  5687k|     0 |   0.0 |1590M|2393 |   - |2960 | 873 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
968.42/968.43	c   944s|  5720k|  5697k|     0 |   0.0 |1593M|2393 |   - |2960 | 859 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
970.23/970.22	c   945s|  5730k|  5707k|     0 |   0.0 |1596M|2393 |   - |2960 | 858 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
971.92/971.94	c   947s|  5740k|  5717k|     0 |   0.0 |1598M|2393 |   - |2960 | 870 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
973.72/973.73	c   949s|  5750k|  5727k|     0 |   0.0 |1601M|2393 |   - |2960 | 873 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
975.42/975.48	c   951s|  5760k|  5737k|     0 |   0.0 |1604M|2393 |   - |2960 | 862 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
977.22/977.25	c   952s|  5770k|  5747k|     0 |   0.0 |1607M|2393 |   - |2960 | 867 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
978.93/978.98	c   954s|  5780k|  5757k|     0 |   0.0 |1609M|2393 |   - |2960 | 839 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
980.72/980.79	c   956s|  5790k|  5767k|     0 |   0.0 |1612M|2393 |   - |2960 | 882 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
982.52/982.54	c   957s|  5800k|  5777k|     0 |   0.0 |1615M|2393 |   - |2960 | 891 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
984.32/984.35	c   959s|  5810k|  5787k|     0 |   0.0 |1617M|2393 |   - |2960 | 893 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
986.02/986.09	c   961s|  5820k|  5797k|     0 |   0.0 |1620M|2393 |   - |2960 | 893 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
987.83/987.83	c   963s|  5830k|  5807k|     0 |   0.0 |1623M|2393 |   - |2960 | 859 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
989.62/989.60	c   964s|  5840k|  5817k|     0 |   0.0 |1626M|2393 |   - |2960 | 865 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
991.32/991.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
991.32/991.35	c   966s|  5850k|  5827k|     0 |   0.0 |1628M|2393 |   - |2960 | 880 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
993.12/993.10	c   968s|  5860k|  5837k|     0 |   0.0 |1631M|2393 |   - |2960 | 857 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
994.92/994.92	c   970s|  5870k|  5847k|     0 |   0.0 |1634M|2393 |   - |2960 | 884 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
996.63/996.66	c   971s|  5880k|  5857k|     0 |   0.0 |1636M|2393 |   - |2960 | 913 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
998.32/998.39	c   973s|  5890k|  5866k|     0 |   0.0 |1639M|2393 |   - |2960 | 909 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1000.02/1000.09	c   975s|  5900k|  5876k|     0 |   0.0 |1642M|2393 |   - |2960 | 892 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1001.82/1001.85	c   976s|  5910k|  5886k|     0 |   0.0 |1645M|2393 |   - |2960 | 902 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1003.62/1003.62	c   978s|  5920k|  5896k|     0 |   0.0 |1647M|2393 |   - |2960 | 931 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1005.43/1005.42	c   980s|  5930k|  5906k|     0 |   0.0 |1650M|2393 |   - |2960 | 910 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1007.12/1007.17	c   981s|  5940k|  5916k|     0 |   0.0 |1653M|2393 |   - |2960 | 906 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1008.92/1008.93	c   983s|  5950k|  5926k|     0 |   0.0 |1655M|2393 |   - |2960 | 934 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1010.62/1010.68	c   985s|  5960k|  5936k|     0 |   0.0 |1658M|2393 |   - |2960 | 932 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1012.42/1012.41	c   987s|  5970k|  5946k|     0 |   0.0 |1661M|2393 |   - |2960 | 916 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1014.13/1014.18	c   988s|  5980k|  5956k|     0 |   0.0 |1663M|2393 |   - |2960 | 884 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1015.92/1015.92	c   990s|  5990k|  5966k|     0 |   0.0 |1666M|2393 |   - |2960 | 872 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1017.62/1017.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1017.62/1017.67	c   992s|  6000k|  5976k|     0 |   0.0 |1669M|2393 |   - |2960 | 876 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1019.42/1019.44	c   993s|  6010k|  5986k|     0 |   0.0 |1672M|2393 |   - |2960 | 897 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1021.22/1021.24	c   995s|  6020k|  5996k|     0 |   0.0 |1674M|2393 |   - |2960 | 914 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1022.93/1022.98	c   997s|  6030k|  6006k|     0 |   0.0 |1677M|2393 |   - |2960 | 924 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1024.72/1024.74	c   999s|  6040k|  6016k|     0 |   0.0 |1680M|2393 |   - |2960 | 889 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1026.52/1026.51	c  1000s|  6050k|  6026k|     0 |   0.0 |1682M|2393 |   - |2960 | 871 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1028.22/1028.28	c  1002s|  6060k|  6036k|     0 |   0.0 |1685M|2393 |   - |2960 | 920 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1030.12/1030.11	c  1004s|  6070k|  6046k|     0 |   0.0 |1688M|2393 |   - |2960 | 912 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1031.92/1031.90	c  1006s|  6080k|  6056k|     0 |   0.0 |1691M|2393 |   - |2960 | 878 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1033.61/1033.66	c  1007s|  6090k|  6066k|     0 |   0.0 |1693M|2393 |   - |2960 | 863 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1035.42/1035.47	c  1009s|  6100k|  6076k|     0 |   0.0 |1696M|2393 |   - |2960 | 886 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1037.22/1037.24	c  1011s|  6110k|  6086k|     0 |   0.0 |1699M|2393 |   - |2960 | 870 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1039.02/1039.01	c  1012s|  6120k|  6096k|     0 |   0.0 |1702M|2393 |   - |2960 | 905 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1040.71/1040.75	c  1014s|  6130k|  6106k|     0 |   0.0 |1704M|2393 |   - |2960 | 895 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1042.62/1042.60	c  1016s|  6140k|  6116k|     0 |   0.0 |1707M|2393 |   - |2960 | 924 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1044.42/1044.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1044.42/1044.41	c  1018s|  6150k|  6126k|     0 |   0.0 |1710M|2393 |   - |2960 | 938 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1046.13/1046.14	c  1019s|  6160k|  6136k|     0 |   0.0 |1712M|2393 |   - |2960 | 872 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1047.92/1047.94	c  1021s|  6170k|  6146k|     0 |   0.0 |1715M|2393 |   - |2960 | 885 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1049.62/1049.66	c  1023s|  6180k|  6156k|     0 |   0.0 |1718M|2393 |   - |2960 | 884 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1051.32/1051.39	c  1025s|  6190k|  6166k|     0 |   0.0 |1721M|2393 |   - |2960 | 896 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1053.12/1053.16	c  1026s|  6200k|  6176k|     0 |   0.0 |1723M|2393 |   - |2960 | 850 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1054.93/1054.91	c  1028s|  6210k|  6186k|     0 |   0.0 |1726M|2393 |   - |2960 | 868 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1056.62/1056.68	c  1030s|  6220k|  6195k|     0 |   0.0 |1729M|2393 |   - |2960 | 854 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1058.42/1058.48	c  1031s|  6230k|  6205k|     0 |   0.0 |1731M|2393 |   - |2960 | 857 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1060.22/1060.27	c  1033s|  6240k|  6215k|     0 |   0.0 |1734M|2393 |   - |2960 | 872 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1062.02/1062.07	c  1035s|  6250k|  6225k|     0 |   0.0 |1737M|2393 |   - |2960 | 882 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1063.82/1063.80	c  1037s|  6260k|  6235k|     0 |   0.0 |1740M|2393 |   - |2960 | 885 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1065.53/1065.59	c  1038s|  6270k|  6245k|     0 |   0.0 |1742M|2393 |   - |2960 | 863 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1067.32/1067.37	c  1040s|  6280k|  6255k|     0 |   0.0 |1745M|2393 |   - |2960 | 879 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1069.12/1069.11	c  1042s|  6290k|  6265k|     0 |   0.0 |1748M|2393 |   - |2960 | 878 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1070.82/1070.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1070.82/1070.85	c  1043s|  6300k|  6275k|     0 |   0.0 |1750M|2393 |   - |2960 | 877 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1072.52/1072.55	c  1045s|  6310k|  6285k|     0 |   0.0 |1753M|2393 |   - |2960 | 911 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1074.32/1074.32	c  1047s|  6320k|  6295k|     0 |   0.0 |1756M|2393 |   - |2960 | 886 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1076.12/1076.12	c  1049s|  6330k|  6305k|     0 |   0.0 |1759M|2393 |   - |2960 | 904 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1077.82/1077.88	c  1050s|  6340k|  6315k|     0 |   0.0 |1761M|2393 |   - |2960 | 901 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1079.62/1079.63	c  1052s|  6350k|  6325k|     0 |   0.0 |1764M|2393 |   - |2960 | 931 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1081.32/1081.36	c  1054s|  6360k|  6335k|     0 |   0.0 |1767M|2393 |   - |2960 | 889 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1083.03/1083.07	c  1055s|  6370k|  6345k|     0 |   0.0 |1769M|2393 |   - |2960 | 898 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1084.83/1084.86	c  1057s|  6380k|  6355k|     0 |   0.0 |1772M|2393 |   - |2960 | 939 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1086.62/1086.68	c  1059s|  6390k|  6365k|     0 |   0.0 |1775M|2393 |   - |2960 | 934 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1088.42/1088.41	c  1061s|  6400k|  6375k|     0 |   0.0 |1778M|2393 |   - |2960 | 868 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1090.13/1090.13	c  1062s|  6410k|  6385k|     0 |   0.0 |1780M|2393 |   - |2960 | 859 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1091.82/1091.87	c  1064s|  6420k|  6395k|     0 |   0.0 |1783M|2393 |   - |2960 | 898 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1093.62/1093.64	c  1066s|  6430k|  6405k|     0 |   0.0 |1786M|2393 |   - |2960 | 871 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1095.43/1095.43	c  1068s|  6440k|  6415k|     0 |   0.0 |1788M|2393 |   - |2960 | 866 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1097.22/1097.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1097.22/1097.22	c  1069s|  6450k|  6425k|     0 |   0.0 |1791M|2393 |   - |2960 | 879 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1098.92/1098.92	c  1071s|  6460k|  6435k|     0 |   0.0 |1794M|2393 |   - |2960 | 877 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1100.62/1100.67	c  1073s|  6470k|  6445k|     0 |   0.0 |1797M|2393 |   - |2960 | 881 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1102.42/1102.42	c  1074s|  6480k|  6455k|     0 |   0.0 |1799M|2393 |   - |2960 | 915 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1104.12/1104.16	c  1076s|  6490k|  6465k|     0 |   0.0 |1802M|2393 |   - |2960 | 878 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1105.92/1105.93	c  1078s|  6500k|  6475k|     0 |   0.0 |1805M|2393 |   - |2960 | 918 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1107.73/1107.73	c  1080s|  6510k|  6485k|     0 |   0.0 |1807M|2393 |   - |2960 | 919 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1109.52/1109.50	c  1081s|  6520k|  6495k|     0 |   0.0 |1810M|2393 |   - |2960 | 869 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1111.23/1111.24	c  1083s|  6530k|  6505k|     0 |   0.0 |1813M|2393 |   - |2960 | 870 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1112.92/1112.97	c  1085s|  6540k|  6515k|     0 |   0.0 |1816M|2393 |   - |2960 | 854 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1114.62/1114.69	c  1086s|  6550k|  6524k|     0 |   0.0 |1818M|2393 |   - |2960 | 860 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1116.43/1116.45	c  1088s|  6560k|  6534k|     0 |   0.0 |1821M|2393 |   - |2960 | 896 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1118.22/1118.21	c  1090s|  6570k|  6544k|     0 |   0.0 |1824M|2393 |   - |2960 | 887 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1119.92/1119.95	c  1091s|  6580k|  6554k|     0 |   0.0 |1827M|2393 |   - |2960 | 870 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1121.73/1121.74	c  1093s|  6590k|  6564k|     0 |   0.0 |1829M|2393 |   - |2960 | 887 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1123.42/1123.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1123.42/1123.48	c  1095s|  6600k|  6574k|     0 |   0.0 |1832M|2393 |   - |2960 | 873 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1125.12/1125.17	c  1097s|  6610k|  6584k|     0 |   0.0 |1835M|2393 |   - |2960 | 878 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1126.93/1126.94	c  1098s|  6620k|  6594k|     0 |   0.0 |1837M|2393 |   - |2960 | 873 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1128.63/1128.67	c  1100s|  6630k|  6604k|     0 |   0.0 |1840M|2393 |   - |2960 | 825 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1130.33/1130.40	c  1102s|  6640k|  6614k|     0 |   0.0 |1843M|2393 |   - |2960 | 849 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1132.12/1132.19	c  1103s|  6650k|  6624k|     0 |   0.0 |1846M|2393 |   - |2960 | 828 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1133.92/1133.96	c  1105s|  6660k|  6634k|     0 |   0.0 |1848M|2393 |   - |2960 | 821 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1135.72/1135.72	c  1107s|  6670k|  6644k|     0 |   0.0 |1851M|2393 |   - |2960 | 823 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1137.43/1137.46	c  1108s|  6680k|  6654k|     0 |   0.0 |1854M|2393 |   - |2960 | 826 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1139.22/1139.27	c  1110s|  6690k|  6664k|     0 |   0.0 |1857M|2393 |   - |2960 | 843 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1140.92/1141.00	c  1112s|  6700k|  6674k|     0 |   0.0 |1859M|2393 |   - |2960 | 808 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1142.82/1142.82	c  1114s|  6710k|  6684k|     0 |   0.0 |1862M|2393 |   - |2960 | 865 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1144.63/1144.61	c  1115s|  6720k|  6694k|     0 |   0.0 |1865M|2393 |   - |2960 | 854 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1146.32/1146.31	c  1117s|  6730k|  6704k|     0 |   0.0 |1868M|2393 |   - |2960 | 867 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1148.03/1148.00	c  1119s|  6740k|  6714k|     0 |   0.0 |1870M|2393 |   - |2960 | 860 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1149.72/1149.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1149.72/1149.79	c  1121s|  6750k|  6724k|     0 |   0.0 |1873M|2393 |   - |2960 | 866 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1151.52/1151.54	c  1122s|  6760k|  6734k|     0 |   0.0 |1876M|2393 |   - |2960 | 853 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1153.22/1153.28	c  1124s|  6770k|  6744k|     0 |   0.0 |1878M|2393 |   - |2960 | 848 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1154.93/1154.97	c  1126s|  6780k|  6754k|     0 |   0.0 |1881M|2393 |   - |2960 | 829 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1156.72/1156.77	c  1127s|  6790k|  6764k|     0 |   0.0 |1884M|2393 |   - |2960 | 849 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1158.52/1158.51	c  1129s|  6800k|  6774k|     0 |   0.0 |1887M|2393 |   - |2960 | 837 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1160.32/1160.31	c  1131s|  6810k|  6784k|     0 |   0.0 |1889M|2393 |   - |2960 | 866 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1162.02/1162.03	c  1132s|  6820k|  6794k|     0 |   0.0 |1892M|2393 |   - |2960 | 828 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1163.72/1163.79	c  1134s|  6830k|  6804k|     0 |   0.0 |1895M|2393 |   - |2960 | 826 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1165.53/1165.53	c  1136s|  6840k|  6814k|     0 |   0.0 |1898M|2393 |   - |2960 | 835 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1167.22/1167.28	c  1138s|  6850k|  6824k|     0 |   0.0 |1900M|2393 |   - |2960 | 846 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1169.03/1169.03	c  1139s|  6860k|  6834k|     0 |   0.0 |1903M|2393 |   - |2960 | 843 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1170.73/1170.73	c  1141s|  6870k|  6844k|     0 |   0.0 |1906M|2393 |   - |2960 | 817 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1172.42/1172.48	c  1143s|  6880k|  6853k|     0 |   0.0 |1908M|2393 |   - |2960 | 834 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1174.22/1174.25	c  1144s|  6890k|  6863k|     0 |   0.0 |1911M|2393 |   - |2960 | 876 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1176.02/1176.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1176.02/1176.02	c  1146s|  6900k|  6873k|     0 |   0.0 |1914M|2393 |   - |2960 | 863 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1177.73/1177.74	c  1148s|  6910k|  6883k|     0 |   0.0 |1917M|2393 |   - |2960 | 851 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1179.53/1179.53	c  1150s|  6920k|  6893k|     0 |   0.0 |1919M|2393 |   - |2960 | 876 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1181.33/1181.35	c  1151s|  6930k|  6903k|     0 |   0.0 |1922M|2393 |   - |2960 | 858 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1183.13/1183.11	c  1153s|  6940k|  6913k|     0 |   0.0 |1925M|2393 |   - |2960 | 858 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1184.93/1184.92	c  1155s|  6950k|  6923k|     0 |   0.0 |1928M|2393 |   - |2960 | 882 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1186.72/1186.72	c  1157s|  6960k|  6933k|     0 |   0.0 |1930M|2393 |   - |2960 | 928 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1188.43/1188.48	c  1158s|  6970k|  6943k|     0 |   0.0 |1933M|2393 |   - |2960 | 886 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1190.23/1190.22	c  1160s|  6980k|  6953k|     0 |   0.0 |1936M|2393 |   - |2960 | 861 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1191.93/1191.96	c  1162s|  6990k|  6963k|     0 |   0.0 |1938M|2393 |   - |2960 | 869 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1193.73/1193.78	c  1163s|  7000k|  6973k|     0 |   0.0 |1941M|2393 |   - |2960 | 857 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1195.52/1195.54	c  1165s|  7010k|  6983k|     0 |   0.0 |1944M|2393 |   - |2960 | 885 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1197.33/1197.31	c  1167s|  7020k|  6993k|     0 |   0.0 |1947M|2393 |   - |2960 | 907 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1199.03/1199.09	c  1169s|  7030k|  7003k|     0 |   0.0 |1949M|2393 |   - |2960 | 913 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1200.83/1200.84	c  1170s|  7040k|  7013k|     0 |   0.0 |1952M|2393 |   - |2960 | 899 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1202.63/1202.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1202.63/1202.64	c  1172s|  7050k|  7023k|     0 |   0.0 |1955M|2393 |   - |2960 | 905 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1204.32/1204.36	c  1174s|  7060k|  7033k|     0 |   0.0 |1958M|2393 |   - |2960 | 903 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1206.12/1206.12	c  1175s|  7070k|  7043k|     0 |   0.0 |1960M|2393 |   - |2960 | 909 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1207.93/1207.90	c  1177s|  7080k|  7053k|     0 |   0.0 |1963M|2393 |   - |2960 | 919 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1209.63/1209.67	c  1179s|  7090k|  7063k|     0 |   0.0 |1966M|2393 |   - |2960 | 900 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1211.42/1211.43	c  1181s|  7100k|  7073k|     0 |   0.0 |1968M|2393 |   - |2960 | 893 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1213.23/1213.21	c  1182s|  7110k|  7083k|     0 |   0.0 |1971M|2393 |   - |2960 | 879 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1214.93/1214.97	c  1184s|  7120k|  7093k|     0 |   0.0 |1974M|2393 |   - |2960 | 895 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1216.73/1216.72	c  1186s|  7130k|  7103k|     0 |   0.0 |1977M|2393 |   - |2960 | 901 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1218.52/1218.54	c  1188s|  7140k|  7113k|     0 |   0.0 |1979M|2393 |   - |2960 | 915 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1220.22/1220.29	c  1189s|  7150k|  7123k|     0 |   0.0 |1982M|2393 |   - |2960 | 918 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1222.03/1222.06	c  1191s|  7160k|  7133k|     0 |   0.0 |1985M|2393 |   - |2960 | 922 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1223.82/1223.84	c  1193s|  7170k|  7143k|     0 |   0.0 |1988M|2393 |   - |2960 | 939 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1225.63/1225.65	c  1194s|  7180k|  7153k|     0 |   0.0 |1990M|2393 |   - |2960 | 946 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1227.43/1227.46	c  1196s|  7190k|  7162k|     0 |   0.0 |1993M|2393 |   - |2960 | 959 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1229.22/1229.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1229.22/1229.22	c  1198s|  7200k|  7172k|     0 |   0.0 |1996M|2393 |   - |2960 | 926 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1230.94/1230.97	c  1200s|  7210k|  7182k|     0 |   0.0 |1998M|2393 |   - |2960 | 944 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1232.72/1232.75	c  1201s|  7220k|  7192k|     0 |   0.0 |2001M|2393 |   - |2960 | 929 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1234.52/1234.54	c  1203s|  7230k|  7202k|     0 |   0.0 |2004M|2393 |   - |2960 | 942 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1236.33/1236.31	c  1205s|  7240k|  7212k|     0 |   0.0 |2006M|2393 |   - |2960 | 933 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1238.02/1238.06	c  1207s|  7250k|  7222k|     0 |   0.0 |2009M|2393 |   - |2960 | 926 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1239.83/1239.82	c  1208s|  7260k|  7232k|     0 |   0.0 |2012M|2393 |   - |2960 | 921 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1241.53/1241.55	c  1210s|  7270k|  7242k|     0 |   0.0 |2014M|2393 |   - |2960 | 882 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1243.33/1243.36	c  1212s|  7280k|  7252k|     0 |   0.0 |2017M|2393 |   - |2960 | 942 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1245.14/1245.16	c  1214s|  7290k|  7262k|     0 |   0.0 |2020M|2393 |   - |2960 | 924 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1246.93/1246.91	c  1215s|  7300k|  7272k|     0 |   0.0 |2023M|2393 |   - |2960 | 918 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1248.62/1248.64	c  1217s|  7310k|  7282k|     0 |   0.0 |2025M|2393 |   - |2960 | 900 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1250.42/1250.40	c  1219s|  7320k|  7292k|     0 |   0.0 |2028M|2393 |   - |2960 | 905 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1252.13/1252.12	c  1220s|  7330k|  7302k|     0 |   0.0 |2031M|2393 |   - |2960 | 906 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1253.93/1253.93	c  1222s|  7340k|  7312k|     0 |   0.0 |2034M|2393 |   - |2960 | 952 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1255.72/1255.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1255.72/1255.73	c  1224s|  7350k|  7322k|     0 |   0.0 |2036M|2393 |   - |2960 | 940 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1257.43/1257.48	c  1226s|  7360k|  7332k|     0 |   0.0 |2039M|2393 |   - |2960 | 908 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1259.23/1259.20	c  1227s|  7370k|  7342k|     0 |   0.0 |2042M|2393 |   - |2960 | 938 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1260.93/1260.90	c  1229s|  7380k|  7352k|     0 |   0.0 |2044M|2393 |   - |2960 | 926 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1262.73/1262.72	c  1231s|  7390k|  7362k|     0 |   0.0 |2047M|2393 |   - |2960 | 955 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1264.43/1264.46	c  1232s|  7400k|  7372k|     0 |   0.0 |2050M|2393 |   - |2960 | 916 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1266.23/1266.24	c  1234s|  7410k|  7382k|     0 |   0.0 |2052M|2393 |   - |2960 | 941 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1267.93/1267.97	c  1236s|  7420k|  7392k|     0 |   0.0 |2055M|2393 |   - |2960 | 917 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1269.72/1269.74	c  1237s|  7430k|  7402k|     0 |   0.0 |2058M|2393 |   - |2960 | 913 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1271.43/1271.47	c  1239s|  7440k|  7412k|     0 |   0.0 |2061M|2393 |   - |2960 | 926 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1273.23/1273.23	c  1241s|  7450k|  7422k|     0 |   0.0 |2063M|2393 |   - |2960 | 905 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1274.93/1274.98	c  1243s|  7460k|  7432k|     0 |   0.0 |2066M|2393 |   - |2960 | 922 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1276.63/1276.67	c  1244s|  7470k|  7442k|     0 |   0.0 |2069M|2393 |   - |2960 | 888 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1278.43/1278.49	c  1246s|  7480k|  7452k|     0 |   0.0 |2071M|2393 |   - |2960 | 902 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1280.23/1280.27	c  1248s|  7490k|  7462k|     0 |   0.0 |2074M|2393 |   - |2960 | 891 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1282.02/1282.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1282.02/1282.03	c  1249s|  7500k|  7472k|     0 |   0.0 |2077M|2393 |   - |2960 | 874 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1283.82/1283.81	c  1251s|  7510k|  7482k|     0 |   0.0 |2080M|2393 |   - |2960 | 910 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1285.53/1285.57	c  1253s|  7520k|  7491k|     0 |   0.0 |2082M|2393 |   - |2960 | 876 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1287.32/1287.34	c  1255s|  7530k|  7501k|     0 |   0.0 |2085M|2393 |   - |2960 | 888 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1289.13/1289.13	c  1256s|  7540k|  7511k|     0 |   0.0 |2088M|2393 |   - |2960 | 852 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1290.83/1290.86	c  1258s|  7550k|  7521k|     0 |   0.0 |2091M|2393 |   - |2960 | 899 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1292.63/1292.69	c  1260s|  7560k|  7531k|     0 |   0.0 |2093M|2393 |   - |2960 | 877 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1294.43/1294.47	c  1262s|  7570k|  7541k|     0 |   0.0 |2096M|2393 |   - |2960 | 861 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1296.13/1296.17	c  1263s|  7580k|  7551k|     0 |   0.0 |2099M|2393 |   - |2960 | 855 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1297.82/1297.89	c  1265s|  7590k|  7561k|     0 |   0.0 |2101M|2393 |   - |2960 | 833 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1299.63/1299.60	c  1267s|  7600k|  7571k|     0 |   0.0 |2104M|2393 |   - |2960 | 856 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1301.42/1301.41	c  1268s|  7610k|  7581k|     0 |   0.0 |2107M|2393 |   - |2960 | 837 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1303.13/1303.20	c  1270s|  7620k|  7591k|     0 |   0.0 |2110M|2393 |   - |2960 | 849 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1304.92/1304.92	c  1272s|  7630k|  7601k|     0 |   0.0 |2112M|2393 |   - |2960 | 840 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1306.63/1306.68	c  1274s|  7640k|  7611k|     0 |   0.0 |2115M|2393 |   - |2960 | 824 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1308.43/1308.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1308.43/1308.46	c  1275s|  7650k|  7621k|     0 |   0.0 |2118M|2393 |   - |2960 | 831 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1310.22/1310.20	c  1277s|  7660k|  7631k|     0 |   0.0 |2120M|2393 |   - |2960 | 833 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1311.93/1311.95	c  1279s|  7670k|  7641k|     0 |   0.0 |2123M|2393 |   - |2960 | 841 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1313.73/1313.76	c  1280s|  7680k|  7651k|     0 |   0.0 |2126M|2393 |   - |2960 | 828 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1315.53/1315.56	c  1282s|  7690k|  7661k|     0 |   0.0 |2129M|2393 |   - |2960 | 835 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1317.33/1317.32	c  1284s|  7700k|  7671k|     0 |   0.0 |2131M|2393 |   - |2960 | 803 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1319.13/1319.12	c  1286s|  7710k|  7681k|     0 |   0.0 |2134M|2393 |   - |2960 | 804 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1320.92/1320.92	c  1287s|  7720k|  7691k|     0 |   0.0 |2137M|2393 |   - |2960 | 822 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1322.73/1322.74	c  1289s|  7730k|  7701k|     0 |   0.0 |2140M|2393 |   - |2960 | 819 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1324.43/1324.49	c  1291s|  7740k|  7711k|     0 |   0.0 |2142M|2393 |   - |2960 | 806 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1326.23/1326.25	c  1293s|  7750k|  7721k|     0 |   0.0 |2145M|2393 |   - |2960 | 818 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1327.93/1327.99	c  1294s|  7760k|  7731k|     0 |   0.0 |2148M|2393 |   - |2960 | 813 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1329.73/1329.74	c  1296s|  7770k|  7741k|     0 |   0.0 |2150M|2393 |   - |2960 | 784 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1331.43/1331.48	c  1298s|  7780k|  7751k|     0 |   0.0 |2153M|2393 |   - |2960 | 831 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1333.23/1333.25	c  1299s|  7790k|  7761k|     0 |   0.0 |2156M|2393 |   - |2960 | 810 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1334.93/1334.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1334.93/1334.98	c  1301s|  7800k|  7771k|     0 |   0.0 |2159M|2393 |   - |2960 | 788 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1336.73/1336.75	c  1303s|  7810k|  7781k|     0 |   0.0 |2161M|2393 |   - |2960 | 796 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1338.52/1338.53	c  1305s|  7820k|  7791k|     0 |   0.0 |2164M|2393 |   - |2960 | 804 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1340.23/1340.28	c  1306s|  7830k|  7801k|     0 |   0.0 |2167M|2393 |   - |2960 | 789 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1342.04/1342.02	c  1308s|  7840k|  7811k|     0 |   0.0 |2169M|2393 |   - |2960 | 786 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1343.73/1343.79	c  1310s|  7850k|  7820k|     0 |   0.0 |2172M|2393 |   - |2960 | 773 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1345.63/1345.64	c  1312s|  7860k|  7830k|     0 |   0.0 |2175M|2393 |   - |2960 | 799 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1347.43/1347.46	c  1313s|  7870k|  7840k|     0 |   0.0 |2178M|2393 |   - |2960 | 788 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1349.23/1349.22	c  1315s|  7880k|  7850k|     0 |   0.0 |2180M|2393 |   - |2960 | 773 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1350.93/1350.94	c  1317s|  7890k|  7860k|     0 |   0.0 |2183M|2393 |   - |2960 | 751 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1352.63/1352.64	c  1318s|  7900k|  7870k|     0 |   0.0 |2186M|2393 |   - |2960 | 729 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1354.43/1354.41	c  1320s|  7910k|  7880k|     0 |   0.0 |2188M|2393 |   - |2960 | 755 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1356.13/1356.18	c  1322s|  7920k|  7890k|     0 |   0.0 |2191M|2393 |   - |2960 | 792 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1357.92/1357.93	c  1324s|  7930k|  7900k|     0 |   0.0 |2194M|2393 |   - |2960 | 765 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1359.72/1359.71	c  1325s|  7940k|  7910k|     0 |   0.0 |2197M|2393 |   - |2960 | 772 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1361.52/1361.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1361.52/1361.53	c  1327s|  7950k|  7920k|     0 |   0.0 |2199M|2393 |   - |2960 | 792 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1363.33/1363.32	c  1329s|  7960k|  7930k|     0 |   0.0 |2202M|2393 |   - |2960 | 764 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1365.03/1365.06	c  1331s|  7970k|  7940k|     0 |   0.0 |2205M|2393 |   - |2960 | 751 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1366.73/1366.77	c  1332s|  7980k|  7950k|     0 |   0.0 |2208M|2393 |   - |2960 | 762 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1368.53/1368.53	c  1334s|  7990k|  7960k|     0 |   0.0 |2210M|2393 |   - |2960 | 766 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1370.32/1370.30	c  1336s|  8000k|  7970k|     0 |   0.0 |2213M|2393 |   - |2960 | 786 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1372.02/1372.07	c  1337s|  8010k|  7980k|     0 |   0.0 |2216M|2393 |   - |2960 | 758 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1373.93/1373.91	c  1339s|  8020k|  7990k|     0 |   0.0 |2218M|2393 |   - |2960 | 765 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1375.63/1375.69	c  1341s|  8030k|  8000k|     0 |   0.0 |2221M|2393 |   - |2960 | 731 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1377.43/1377.45	c  1343s|  8040k|  8010k|     0 |   0.0 |2224M|2393 |   - |2960 | 751 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1379.13/1379.15	c  1344s|  8050k|  8020k|     0 |   0.0 |2227M|2393 |   - |2960 | 738 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1380.93/1380.97	c  1346s|  8060k|  8030k|     0 |   0.0 |2229M|2393 |   - |2960 | 740 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1382.74/1382.71	c  1348s|  8070k|  8040k|     0 |   0.0 |2232M|2393 |   - |2960 | 731 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1384.43/1384.43	c  1349s|  8080k|  8050k|     0 |   0.0 |2235M|2393 |   - |2960 | 728 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1386.23/1386.22	c  1351s|  8090k|  8060k|     0 |   0.0 |2238M|2393 |   - |2960 | 741 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1388.03/1388.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1388.03/1388.06	c  1353s|  8100k|  8070k|     0 |   0.0 |2240M|2393 |   - |2960 | 752 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1389.83/1389.82	c  1355s|  8110k|  8080k|     0 |   0.0 |2243M|2393 |   - |2960 | 728 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1391.63/1391.60	c  1356s|  8120k|  8090k|     0 |   0.0 |2246M|2393 |   - |2960 | 753 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1393.32/1393.33	c  1358s|  8130k|  8100k|     0 |   0.0 |2248M|2393 |   - |2960 | 767 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1395.03/1395.07	c  1360s|  8140k|  8110k|     0 |   0.0 |2251M|2393 |   - |2960 | 746 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1396.83/1396.85	c  1361s|  8150k|  8120k|     0 |   0.0 |2254M|2393 |   - |2960 | 751 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1398.53/1398.59	c  1363s|  8160k|  8130k|     0 |   0.0 |2257M|2393 |   - |2960 | 750 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1400.34/1400.36	c  1365s|  8170k|  8140k|     0 |   0.0 |2259M|2393 |   - |2960 | 789 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1402.13/1402.12	c  1367s|  8180k|  8149k|     0 |   0.0 |2262M|2393 |   - |2960 | 769 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1403.83/1403.85	c  1368s|  8190k|  8159k|     0 |   0.0 |2265M|2393 |   - |2960 | 755 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1405.53/1405.58	c  1370s|  8200k|  8169k|     0 |   0.0 |2267M|2393 |   - |2960 | 766 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1407.33/1407.32	c  1372s|  8210k|  8179k|     0 |   0.0 |2270M|2393 |   - |2960 | 774 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1409.14/1409.11	c  1373s|  8220k|  8189k|     0 |   0.0 |2273M|2393 |   - |2960 | 786 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1410.83/1410.81	c  1375s|  8230k|  8199k|     0 |   0.0 |2276M|2393 |   - |2960 | 767 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1412.53/1412.58	c  1377s|  8240k|  8209k|     0 |   0.0 |2278M|2393 |   - |2960 | 773 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1414.33/1414.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1414.33/1414.38	c  1379s|  8250k|  8219k|     0 |   0.0 |2281M|2393 |   - |2960 | 785 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1416.13/1416.12	c  1380s|  8260k|  8229k|     0 |   0.0 |2284M|2393 |   - |2960 | 761 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1417.83/1417.88	c  1382s|  8270k|  8239k|     0 |   0.0 |2287M|2393 |   - |2960 | 762 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1419.63/1419.67	c  1384s|  8280k|  8249k|     0 |   0.0 |2289M|2393 |   - |2960 | 796 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1421.43/1421.40	c  1385s|  8290k|  8259k|     0 |   0.0 |2292M|2393 |   - |2960 | 759 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1423.13/1423.17	c  1387s|  8300k|  8269k|     0 |   0.0 |2295M|2393 |   - |2960 | 775 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1425.03/1425.01	c  1389s|  8310k|  8279k|     0 |   0.0 |2298M|2393 |   - |2960 | 793 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1426.74/1426.73	c  1391s|  8320k|  8289k|     0 |   0.0 |2300M|2393 |   - |2960 | 766 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1428.43/1428.49	c  1392s|  8330k|  8299k|     0 |   0.0 |2303M|2393 |   - |2960 | 759 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1430.23/1430.23	c  1394s|  8340k|  8309k|     0 |   0.0 |2306M|2393 |   - |2960 | 789 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1431.93/1431.98	c  1396s|  8350k|  8319k|     0 |   0.0 |2308M|2393 |   - |2960 | 797 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1433.73/1433.77	c  1397s|  8360k|  8329k|     0 |   0.0 |2311M|2393 |   - |2960 | 781 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1435.54/1435.51	c  1399s|  8370k|  8339k|     0 |   0.0 |2314M|2393 |   - |2960 | 798 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1437.23/1437.28	c  1401s|  8380k|  8349k|     0 |   0.0 |2317M|2393 |   - |2960 | 743 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1439.03/1439.00	c  1403s|  8390k|  8359k|     0 |   0.0 |2319M|2393 |   - |2960 | 767 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1440.83/1440.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1440.83/1440.80	c  1404s|  8400k|  8369k|     0 |   0.0 |2322M|2393 |   - |2960 | 749 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1442.63/1442.63	c  1406s|  8410k|  8379k|     0 |   0.0 |2325M|2393 |   - |2960 | 765 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1444.33/1444.39	c  1408s|  8420k|  8389k|     0 |   0.0 |2327M|2393 |   - |2960 | 763 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1446.13/1446.16	c  1409s|  8430k|  8399k|     0 |   0.0 |2330M|2393 |   - |2960 | 748 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1447.93/1447.96	c  1411s|  8440k|  8409k|     0 |   0.0 |2333M|2393 |   - |2960 | 746 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1449.74/1449.75	c  1413s|  8450k|  8419k|     0 |   0.0 |2336M|2393 |   - |2960 | 750 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1451.53/1451.51	c  1415s|  8460k|  8429k|     0 |   0.0 |2338M|2393 |   - |2960 | 721 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1453.23/1453.28	c  1416s|  8470k|  8439k|     0 |   0.0 |2341M|2393 |   - |2960 | 726 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1455.03/1455.03	c  1418s|  8480k|  8449k|     0 |   0.0 |2344M|2393 |   - |2960 | 748 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1456.83/1456.80	c  1420s|  8490k|  8459k|     0 |   0.0 |2347M|2393 |   - |2960 | 738 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1458.53/1458.59	c  1422s|  8500k|  8469k|     0 |   0.0 |2349M|2393 |   - |2960 | 715 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1460.33/1460.34	c  1423s|  8510k|  8478k|     0 |   0.0 |2352M|2393 |   - |2960 | 727 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1462.03/1462.07	c  1425s|  8520k|  8488k|     0 |   0.0 |2355M|2393 |   - |2960 | 728 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1463.83/1463.84	c  1427s|  8530k|  8498k|     0 |   0.0 |2357M|2393 |   - |2960 | 719 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1465.63/1465.63	c  1428s|  8540k|  8508k|     0 |   0.0 |2360M|2393 |   - |2960 | 716 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1467.43/1467.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1467.43/1467.41	c  1430s|  8550k|  8518k|     0 |   0.0 |2363M|2393 |   - |2960 | 707 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1469.13/1469.16	c  1432s|  8560k|  8528k|     0 |   0.0 |2366M|2393 |   - |2960 | 725 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1470.94/1470.97	c  1434s|  8570k|  8538k|     0 |   0.0 |2368M|2393 |   - |2960 | 781 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1472.73/1472.75	c  1435s|  8580k|  8548k|     0 |   0.0 |2371M|2393 |   - |2960 | 730 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1474.43/1474.49	c  1437s|  8590k|  8558k|     0 |   0.0 |2374M|2393 |   - |2960 | 800 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1476.24/1476.27	c  1439s|  8600k|  8568k|     0 |   0.0 |2377M|2393 |   - |2960 | 748 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1478.03/1478.01	c  1441s|  8610k|  8578k|     0 |   0.0 |2379M|2393 |   - |2960 | 757 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1479.73/1479.74	c  1442s|  8620k|  8588k|     0 |   0.0 |2382M|2393 |   - |2960 | 760 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1481.54/1481.53	c  1444s|  8630k|  8598k|     0 |   0.0 |2385M|2393 |   - |2960 | 778 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1483.33/1483.31	c  1446s|  8640k|  8608k|     0 |   0.0 |2388M|2393 |   - |2960 | 785 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1485.03/1485.07	c  1447s|  8650k|  8618k|     0 |   0.0 |2390M|2393 |   - |2960 | 795 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1486.73/1486.79	c  1449s|  8660k|  8628k|     0 |   0.0 |2393M|2393 |   - |2960 | 785 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1488.53/1488.58	c  1451s|  8670k|  8638k|     0 |   0.0 |2396M|2393 |   - |2960 | 806 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1490.33/1490.34	c  1453s|  8680k|  8648k|     0 |   0.0 |2398M|2393 |   - |2960 | 825 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1492.03/1492.06	c  1454s|  8690k|  8658k|     0 |   0.0 |2401M|2393 |   - |2960 | 821 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1493.84/1493.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1493.84/1493.84	c  1456s|  8700k|  8668k|     0 |   0.0 |2404M|2393 |   - |2960 | 786 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1495.63/1495.60	c  1458s|  8710k|  8678k|     0 |   0.0 |2407M|2393 |   - |2960 | 791 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1497.43/1497.41	c  1459s|  8720k|  8688k|     0 |   0.0 |2409M|2393 |   - |2960 | 798 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1499.23/1499.21	c  1461s|  8730k|  8698k|     0 |   0.0 |2412M|2393 |   - |2960 | 811 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1500.93/1500.97	c  1463s|  8740k|  8708k|     0 |   0.0 |2415M|2393 |   - |2960 | 826 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1502.73/1502.72	c  1465s|  8750k|  8718k|     0 |   0.0 |2417M|2393 |   - |2960 | 838 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1504.63/1504.60	c  1466s|  8760k|  8728k|     0 |   0.0 |2420M|2393 |   - |2960 | 855 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1506.43/1506.46	c  1468s|  8770k|  8738k|     0 |   0.0 |2423M|2393 |   - |2960 | 830 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1508.14/1508.19	c  1470s|  8780k|  8748k|     0 |   0.0 |2426M|2393 |   - |2960 | 819 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1509.83/1509.87	c  1472s|  8790k|  8758k|     0 |   0.0 |2428M|2393 |   - |2960 | 799 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1511.64/1511.63	c  1473s|  8800k|  8768k|     0 |   0.0 |2431M|2393 |   - |2960 | 817 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1513.44/1513.42	c  1475s|  8810k|  8778k|     0 |   0.0 |2434M|2393 |   - |2960 | 866 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1515.13/1515.12	c  1477s|  8820k|  8788k|     0 |   0.0 |2436M|2393 |   - |2960 | 786 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1516.94/1516.95	c  1479s|  8830k|  8797k|     0 |   0.0 |2439M|2393 |   - |2960 | 821 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1518.73/1518.74	c  1480s|  8840k|  8807k|     0 |   0.0 |2442M|2393 |   - |2960 | 822 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1520.53/1520.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1520.53/1520.52	c  1482s|  8850k|  8817k|     0 |   0.0 |2445M|2393 |   - |2960 | 862 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1522.23/1522.29	c  1484s|  8860k|  8827k|     0 |   0.0 |2447M|2393 |   - |2960 | 806 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1524.04/1524.06	c  1485s|  8870k|  8837k|     0 |   0.0 |2450M|2393 |   - |2960 | 824 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1525.83/1525.80	c  1487s|  8880k|  8847k|     0 |   0.0 |2453M|2393 |   - |2960 | 803 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1527.54/1527.56	c  1489s|  8890k|  8857k|     0 |   0.0 |2455M|2393 |   - |2960 | 812 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1529.33/1529.31	c  1491s|  8900k|  8867k|     0 |   0.0 |2458M|2393 |   - |2960 | 799 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1531.03/1531.02	c  1492s|  8910k|  8877k|     0 |   0.0 |2461M|2393 |   - |2960 | 809 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1532.74/1532.76	c  1494s|  8920k|  8887k|     0 |   0.0 |2464M|2393 |   - |2960 | 783 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1534.54/1534.51	c  1496s|  8930k|  8897k|     0 |   0.0 |2466M|2393 |   - |2960 | 789 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1536.24/1536.24	c  1497s|  8940k|  8907k|     0 |   0.0 |2469M|2393 |   - |2960 | 779 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1538.04/1538.00	c  1499s|  8950k|  8917k|     0 |   0.0 |2472M|2393 |   - |2960 | 795 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1539.73/1539.76	c  1501s|  8960k|  8927k|     0 |   0.0 |2474M|2393 |   - |2960 | 799 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1541.44/1541.49	c  1502s|  8970k|  8937k|     0 |   0.0 |2477M|2393 |   - |2960 | 791 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1543.34/1543.30	c  1504s|  8980k|  8947k|     0 |   0.0 |2480M|2393 |   - |2960 | 784 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1545.04/1545.05	c  1506s|  8990k|  8957k|     0 |   0.0 |2483M|2393 |   - |2960 | 774 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1546.73/1546.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1546.73/1546.79	c  1508s|  9000k|  8967k|     0 |   0.0 |2485M|2393 |   - |2960 | 759 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1548.63/1548.60	c  1509s|  9010k|  8977k|     0 |   0.0 |2488M|2393 |   - |2960 | 754 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1550.34/1550.33	c  1511s|  9020k|  8987k|     0 |   0.0 |2491M|2393 |   - |2960 | 755 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1552.04/1552.05	c  1513s|  9030k|  8997k|     0 |   0.0 |2494M|2393 |   - |2960 | 761 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1553.84/1553.80	c  1514s|  9040k|  9007k|     0 |   0.0 |2496M|2393 |   - |2960 | 767 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1555.54/1555.58	c  1516s|  9050k|  9017k|     0 |   0.0 |2499M|2393 |   - |2960 | 781 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1557.33/1557.31	c  1518s|  9060k|  9027k|     0 |   0.0 |2502M|2393 |   - |2960 | 787 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1559.04/1559.05	c  1520s|  9070k|  9037k|     0 |   0.0 |2504M|2393 |   - |2960 | 805 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1560.83/1560.87	c  1521s|  9080k|  9047k|     0 |   0.0 |2507M|2393 |   - |2960 | 802 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1562.63/1562.65	c  1523s|  9090k|  9057k|     0 |   0.0 |2510M|2393 |   - |2960 | 778 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1564.43/1564.46	c  1525s|  9100k|  9067k|     0 |   0.0 |2513M|2393 |   - |2960 | 799 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1566.23/1566.22	c  1527s|  9110k|  9077k|     0 |   0.0 |2515M|2393 |   - |2960 | 793 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1567.94/1567.96	c  1528s|  9120k|  9087k|     0 |   0.0 |2518M|2393 |   - |2960 | 804 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1569.63/1569.69	c  1530s|  9130k|  9097k|     0 |   0.0 |2521M|2393 |   - |2960 | 799 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1571.43/1571.47	c  1532s|  9140k|  9107k|     0 |   0.0 |2524M|2393 |   - |2960 | 819 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1573.23/1573.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1573.23/1573.21	c  1533s|  9150k|  9117k|     0 |   0.0 |2526M|2393 |   - |2960 | 818 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1574.94/1574.98	c  1535s|  9160k|  9127k|     0 |   0.0 |2529M|2393 |   - |2960 | 818 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1576.74/1576.78	c  1537s|  9170k|  9137k|     0 |   0.0 |2532M|2393 |   - |2960 | 881 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1578.54/1578.56	c  1539s|  9180k|  9146k|     0 |   0.0 |2534M|2393 |   - |2960 | 827 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1580.33/1580.32	c  1540s|  9190k|  9156k|     0 |   0.0 |2537M|2393 |   - |2960 | 813 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1582.13/1582.10	c  1542s|  9200k|  9166k|     0 |   0.0 |2540M|2393 |   - |2960 | 846 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1583.83/1583.80	c  1544s|  9210k|  9176k|     0 |   0.0 |2542M|2393 |   - |2960 | 811 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1585.54/1585.58	c  1545s|  9220k|  9186k|     0 |   0.0 |2545M|2393 |   - |2960 | 827 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1587.34/1587.31	c  1547s|  9230k|  9196k|     0 |   0.0 |2548M|2393 |   - |2960 | 812 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1589.03/1589.01	c  1549s|  9240k|  9206k|     0 |   0.0 |2551M|2393 |   - |2960 | 810 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1590.84/1590.80	c  1550s|  9250k|  9216k|     0 |   0.0 |2553M|2393 |   - |2960 | 821 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1592.54/1592.56	c  1552s|  9260k|  9226k|     0 |   0.0 |2556M|2393 |   - |2960 | 830 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1594.33/1594.36	c  1554s|  9270k|  9236k|     0 |   0.0 |2559M|2393 |   - |2960 | 836 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1596.14/1596.11	c  1556s|  9280k|  9246k|     0 |   0.0 |2562M|2393 |   - |2960 | 823 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1597.83/1597.87	c  1557s|  9290k|  9256k|     0 |   0.0 |2564M|2393 |   - |2960 | 839 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1599.63/1599.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1599.63/1599.67	c  1559s|  9300k|  9266k|     0 |   0.0 |2567M|2393 |   - |2960 | 829 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1601.43/1601.42	c  1561s|  9310k|  9276k|     0 |   0.0 |2570M|2393 |   - |2960 | 822 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1603.14/1603.16	c  1563s|  9320k|  9286k|     0 |   0.0 |2572M|2393 |   - |2960 | 802 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1604.94/1604.94	c  1564s|  9330k|  9296k|     0 |   0.0 |2575M|2393 |   - |2960 | 796 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1606.74/1606.70	c  1566s|  9340k|  9306k|     0 |   0.0 |2578M|2393 |   - |2960 | 821 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1608.54/1608.50	c  1568s|  9350k|  9316k|     0 |   0.0 |2580M|2393 |   - |2960 | 793 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1610.23/1610.21	c  1569s|  9360k|  9326k|     0 |   0.0 |2583M|2393 |   - |2960 | 796 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1612.04/1612.04	c  1571s|  9370k|  9336k|     0 |   0.0 |2586M|2393 |   - |2960 | 813 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1613.74/1613.79	c  1573s|  9380k|  9346k|     0 |   0.0 |2589M|2393 |   - |2960 | 761 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1615.53/1615.53	c  1575s|  9390k|  9356k|     0 |   0.0 |2591M|2393 |   - |2960 | 768 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1617.23/1617.23	c  1576s|  9400k|  9366k|     0 |   0.0 |2594M|2393 |   - |2960 | 761 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1619.03/1619.06	c  1578s|  9410k|  9376k|     0 |   0.0 |2597M|2393 |   - |2960 | 795 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1620.84/1620.86	c  1580s|  9420k|  9386k|     0 |   0.0 |2600M|2393 |   - |2960 | 795 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1622.63/1622.62	c  1582s|  9430k|  9396k|     0 |   0.0 |2602M|2393 |   - |2960 | 824 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1624.34/1624.36	c  1583s|  9440k|  9406k|     0 |   0.0 |2605M|2393 |   - |2960 | 811 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1626.23/1626.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1626.23/1626.25	c  1585s|  9450k|  9416k|     0 |   0.0 |2608M|2393 |   - |2960 | 822 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1628.04/1628.03	c  1587s|  9460k|  9426k|     0 |   0.0 |2610M|2393 |   - |2960 | 799 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1629.84/1629.81	c  1588s|  9470k|  9436k|     0 |   0.0 |2613M|2393 |   - |2960 | 804 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1631.54/1631.55	c  1590s|  9480k|  9446k|     0 |   0.0 |2616M|2393 |   - |2960 | 806 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1633.33/1633.34	c  1592s|  9490k|  9456k|     0 |   0.0 |2618M|2393 |   - |2960 | 798 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1635.04/1635.06	c  1594s|  9500k|  9466k|     0 |   0.0 |2621M|2393 |   - |2960 | 827 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1636.85/1636.85	c  1595s|  9510k|  9476k|     0 |   0.0 |2624M|2393 |   - |2960 | 832 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1638.64/1638.65	c  1597s|  9520k|  9485k|     0 |   0.0 |2627M|2393 |   - |2960 | 828 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1640.34/1640.38	c  1599s|  9530k|  9495k|     0 |   0.0 |2629M|2393 |   - |2960 | 825 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1642.14/1642.14	c  1601s|  9540k|  9505k|     0 |   0.0 |2632M|2393 |   - |2960 | 822 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1643.84/1643.85	c  1602s|  9550k|  9515k|     0 |   0.0 |2635M|2393 |   - |2960 | 828 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1645.64/1645.63	c  1604s|  9560k|  9525k|     0 |   0.0 |2637M|2393 |   - |2960 | 819 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1647.43/1647.44	c  1606s|  9570k|  9535k|     0 |   0.0 |2640M|2393 |   - |2960 | 877 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1649.24/1649.22	c  1607s|  9580k|  9545k|     0 |   0.0 |2643M|2393 |   - |2960 | 879 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1650.94/1650.96	c  1609s|  9590k|  9555k|     0 |   0.0 |2646M|2393 |   - |2960 | 853 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1652.74/1652.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1652.74/1652.72	c  1611s|  9600k|  9565k|     0 |   0.0 |2648M|2393 |   - |2960 | 889 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1654.45/1654.45	c  1613s|  9610k|  9575k|     0 |   0.0 |2651M|2393 |   - |2960 | 849 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1656.24/1656.28	c  1614s|  9620k|  9585k|     0 |   0.0 |2654M|2393 |   - |2960 | 865 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1658.03/1658.02	c  1616s|  9630k|  9595k|     0 |   0.0 |2656M|2393 |   - |2960 | 865 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1659.73/1659.77	c  1618s|  9640k|  9605k|     0 |   0.0 |2659M|2393 |   - |2960 | 875 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1661.54/1661.52	c  1619s|  9650k|  9615k|     0 |   0.0 |2662M|2393 |   - |2960 | 870 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1663.24/1663.25	c  1621s|  9660k|  9625k|     0 |   0.0 |2665M|2393 |   - |2960 | 841 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1665.04/1665.08	c  1623s|  9670k|  9635k|     0 |   0.0 |2667M|2393 |   - |2960 | 840 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1666.84/1666.82	c  1625s|  9680k|  9645k|     0 |   0.0 |2670M|2393 |   - |2960 | 860 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1668.54/1668.58	c  1626s|  9690k|  9655k|     0 |   0.0 |2673M|2393 |   - |2960 | 828 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1670.34/1670.38	c  1628s|  9700k|  9665k|     0 |   0.0 |2676M|2393 |   - |2960 | 873 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1672.14/1672.20	c  1630s|  9710k|  9675k|     0 |   0.0 |2678M|2393 |   - |2960 | 859 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1673.94/1673.93	c  1632s|  9720k|  9685k|     0 |   0.0 |2681M|2393 |   - |2960 | 858 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1675.64/1675.66	c  1633s|  9730k|  9695k|     0 |   0.0 |2684M|2393 |   - |2960 | 852 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1677.33/1677.36	c  1635s|  9740k|  9705k|     0 |   0.0 |2686M|2393 |   - |2960 | 846 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1679.13/1679.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1679.13/1679.14	c  1637s|  9750k|  9715k|     0 |   0.0 |2689M|2393 |   - |2960 | 843 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1680.94/1680.93	c  1638s|  9760k|  9725k|     0 |   0.0 |2692M|2393 |   - |2960 | 861 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1682.74/1682.71	c  1640s|  9770k|  9735k|     0 |   0.0 |2695M|2393 |   - |2960 | 853 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1684.44/1684.46	c  1642s|  9780k|  9745k|     0 |   0.0 |2697M|2393 |   - |2960 | 843 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1686.24/1686.24	c  1644s|  9790k|  9755k|     0 |   0.0 |2700M|2393 |   - |2960 | 852 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1688.04/1688.07	c  1645s|  9800k|  9765k|     0 |   0.0 |2703M|2393 |   - |2960 | 818 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1689.73/1689.79	c  1647s|  9810k|  9775k|     0 |   0.0 |2705M|2393 |   - |2960 | 837 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1691.54/1691.53	c  1649s|  9820k|  9785k|     0 |   0.0 |2708M|2393 |   - |2960 | 850 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1693.34/1693.33	c  1650s|  9830k|  9795k|     0 |   0.0 |2711M|2393 |   - |2960 | 866 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1695.04/1695.04	c  1652s|  9840k|  9804k|     0 |   0.0 |2714M|2393 |   - |2960 | 867 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1696.74/1696.77	c  1654s|  9850k|  9814k|     0 |   0.0 |2716M|2393 |   - |2960 | 848 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1698.54/1698.54	c  1656s|  9860k|  9824k|     0 |   0.0 |2719M|2393 |   - |2960 | 847 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1700.33/1700.33	c  1657s|  9870k|  9834k|     0 |   0.0 |2722M|2393 |   - |2960 | 833 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1702.04/1702.09	c  1659s|  9880k|  9844k|     0 |   0.0 |2725M|2393 |   - |2960 | 824 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1703.84/1703.85	c  1661s|  9890k|  9854k|     0 |   0.0 |2727M|2393 |   - |2960 | 820 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1705.54/1705.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1705.54/1705.55	c  1662s|  9900k|  9864k|     0 |   0.0 |2730M|2393 |   - |2960 | 857 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1707.25/1707.29	c  1664s|  9910k|  9874k|     0 |   0.0 |2733M|2393 |   - |2960 | 826 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1709.04/1709.04	c  1666s|  9920k|  9884k|     0 |   0.0 |2735M|2393 |   - |2960 | 805 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1710.84/1710.80	c  1668s|  9930k|  9894k|     0 |   0.0 |2738M|2393 |   - |2960 | 813 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1712.54/1712.54	c  1669s|  9940k|  9904k|     0 |   0.0 |2741M|2393 |   - |2960 | 869 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1714.34/1714.32	c  1671s|  9950k|  9914k|     0 |   0.0 |2744M|2393 |   - |2960 | 856 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1716.04/1716.07	c  1673s|  9960k|  9924k|     0 |   0.0 |2746M|2393 |   - |2960 | 834 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1717.74/1717.78	c  1674s|  9970k|  9934k|     0 |   0.0 |2749M|2393 |   - |2960 | 824 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1719.54/1719.58	c  1676s|  9980k|  9944k|     0 |   0.0 |2752M|2393 |   - |2960 | 834 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1721.34/1721.37	c  1678s|  9990k|  9954k|     0 |   0.0 |2754M|2393 |   - |2960 | 819 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1723.24/1723.20	c  1680s| 10000k|  9964k|     0 |   0.0 |2757M|2393 |   - |2960 | 831 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1724.94/1724.96	c  1681s| 10010k|  9974k|     0 |   0.0 |2760M|2393 |   - |2960 | 829 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1726.74/1726.77	c  1683s| 10020k|  9984k|     0 |   0.0 |2763M|2393 |   - |2960 | 822 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1728.54/1728.54	c  1685s| 10030k|  9994k|     0 |   0.0 |2765M|2393 |   - |2960 | 803 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1730.25/1730.29	c  1687s| 10040k| 10004k|     0 |   0.0 |2768M|2393 |   - |2960 | 786 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1732.04/1732.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1732.04/1732.04	c  1688s| 10050k| 10014k|     0 |   0.0 |2771M|2393 |   - |2960 | 793 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1733.84/1733.82	c  1690s| 10060k| 10024k|     0 |   0.0 |2773M|2393 |   - |2960 | 770 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1735.54/1735.55	c  1692s| 10070k| 10034k|     0 |   0.0 |2776M|2393 |   - |2960 | 793 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1737.34/1737.30	c  1693s| 10080k| 10044k|     0 |   0.0 |2779M|2393 |   - |2960 | 798 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1739.04/1739.09	c  1695s| 10090k| 10054k|     0 |   0.0 |2782M|2393 |   - |2960 | 794 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1740.84/1740.86	c  1697s| 10100k| 10064k|     0 |   0.0 |2784M|2393 |   - |2960 | 785 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1742.64/1742.60	c  1699s| 10110k| 10074k|     0 |   0.0 |2787M|2393 |   - |2960 | 789 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1744.44/1744.46	c  1700s| 10120k| 10084k|     0 |   0.0 |2790M|2393 |   - |2960 | 782 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1746.14/1746.19	c  1702s| 10130k| 10094k|     0 |   0.0 |2793M|2393 |   - |2960 | 748 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1747.94/1747.98	c  1704s| 10140k| 10104k|     0 |   0.0 |2795M|2393 |   - |2960 | 783 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1749.74/1749.73	c  1705s| 10150k| 10114k|     0 |   0.0 |2798M|2393 |   - |2960 | 771 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1751.44/1751.46	c  1707s| 10160k| 10124k|     0 |   0.0 |2801M|2393 |   - |2960 | 743 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1753.24/1753.29	c  1709s| 10170k| 10133k|     0 |   0.0 |2804M|2393 |   - |2960 | 797 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1755.04/1755.08	c  1711s| 10180k| 10143k|     0 |   0.0 |2806M|2393 |   - |2960 | 788 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1756.84/1756.83	c  1712s| 10190k| 10153k|     0 |   0.0 |2809M|2393 |   - |2960 | 760 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1758.54/1758.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1758.54/1758.56	c  1714s| 10200k| 10163k|     0 |   0.0 |2812M|2393 |   - |2960 | 748 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1760.34/1760.34	c  1716s| 10210k| 10173k|     0 |   0.0 |2815M|2393 |   - |2960 | 762 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1762.14/1762.18	c  1718s| 10220k| 10183k|     0 |   0.0 |2817M|2393 |   - |2960 | 759 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1763.94/1763.95	c  1719s| 10230k| 10193k|     0 |   0.0 |2820M|2393 |   - |2960 | 739 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1765.64/1765.69	c  1721s| 10240k| 10203k|     0 |   0.0 |2823M|2393 |   - |2960 | 763 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1767.44/1767.40	c  1723s| 10250k| 10213k|     0 |   0.0 |2825M|2393 |   - |2960 | 749 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1769.14/1769.12	c  1724s| 10260k| 10223k|     0 |   0.0 |2828M|2393 |   - |2960 | 750 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1770.94/1770.92	c  1726s| 10270k| 10233k|     0 |   0.0 |2831M|2393 |   - |2960 | 745 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1772.64/1772.69	c  1728s| 10280k| 10243k|     0 |   0.0 |2834M|2393 |   - |2960 | 750 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1774.44/1774.42	c  1730s| 10290k| 10253k|     0 |   0.0 |2836M|2393 |   - |2960 | 730 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1776.14/1776.12	c  1731s| 10300k| 10263k|     0 |   0.0 |2839M|2393 |   - |2960 | 758 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1777.94/1777.90	c  1733s| 10310k| 10273k|     0 |   0.0 |2842M|2393 |   - |2960 | 756 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1779.64/1779.63	c  1735s| 10320k| 10283k|     0 |   0.0 |2844M|2393 |   - |2960 | 745 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1781.44/1781.41	c  1736s| 10330k| 10293k|     0 |   0.0 |2847M|2393 |   - |2960 | 761 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1783.15/1783.13	c  1738s| 10340k| 10303k|     0 |   0.0 |2850M|2393 |   - |2960 | 734 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1784.84/1784.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1784.84/1784.86	c  1740s| 10350k| 10313k|     0 |   0.0 |2853M|2393 |   - |2960 | 757 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1786.54/1786.59	c  1741s| 10360k| 10323k|     0 |   0.0 |2855M|2393 |   - |2960 | 757 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1788.34/1788.39	c  1743s| 10370k| 10333k|     0 |   0.0 |2858M|2393 |   - |2960 | 757 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1790.14/1790.14	c  1745s| 10380k| 10343k|     0 |   0.0 |2861M|2393 |   - |2960 | 781 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1791.85/1791.89	c  1747s| 10390k| 10353k|     0 |   0.0 |2864M|2393 |   - |2960 | 753 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1793.64/1793.65	c  1748s| 10400k| 10363k|     0 |   0.0 |2866M|2393 |   - |2960 | 769 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1795.04/1795.01	c (node 10407794) switching to memory saving mode (mem: 2736.0M/3420.0M)
1797.54/1797.59	c  1752s| 10410k| 10372k|     0 |   0.0 |2871M|2421 |   - |2960 |6261 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 5.685000e+03 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.01	c 
1800.04/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.01	c Solving Time (sec) : 1754.55
1800.04/1800.01	c Solving Nodes      : 10411938
1800.04/1800.01	c Primal Bound       : +5.68500000000000e+03 (3 solutions)
1800.04/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.01	c Gap                : infinite
1800.04/1800.01	s SATISFIABLE
1800.04/1800.01	v x2750 x2749 x2748 x2747 x2746 x2745 x2744 x2743 x2742 x2741 x2740 x2739 x2738 x2737 x2736 x2735 x2734 x2733 x2732 x2731 x2730 x2729 
1800.04/1800.01	v x2728 x2727 x2726 x2725 x2724 x2723 x2722 x2721 x2720 x2719 x2718 x2717 x2716 x2715 x2714 x2713 x2712 x2711 x2710 x2709 
1800.04/1800.01	v x2708 x2707 x2706 x2705 x2704 x2703 x2702 x2701 x2700 x2699 x2698 x2697 x2696 x2695 x2694 x2693 x2692 x2691 x2690 x2689 x2688 
1800.04/1800.01	v x2687 x2686 x2685 x2684 x2683 x2682 x2681 x2680 x2679 x2678 x2677 x2676 x2675 x2674 x2673 x2672 x2671 x2670 x2669 x2668 x2667 
1800.04/1800.01	v x2666 x2665 x2664 x2663 x2662 x2661 x2660 x2659 x2658 x2657 x2656 x2655 x2654 x2653 x2652 x2651 x2650 x2649 x2648 x2647 x2646 
1800.04/1800.01	v x2645 x2644 x2643 x2642 x2641 x2640 x2639 x2638 x2637 x2636 x2635 x2634 x2633 x2632 x2631 x2630 x2629 x2628 x2627 x2626 x2625 
1800.04/1800.01	v x2624 x2623 x2622 x2621 x2620 x2619 x2618 x2617 x2616 x2615 x2614 x2613 x2612 x2611 x2610 x2609 x2608 x2607 x2606 x2605 x2604 
1800.04/1800.01	v x2603 x2602 x2601 x2600 x2599 x2598 x2597 x2596 x2595 x2594 x2593 x2592 x2591 x2590 x2589 x2588 x2587 x2586 x2585 x2584 
1800.04/1800.01	v x2583 x2582 x2581 x2580 x2579 x2578 x2577 x2576 x2575 x2574 x2573 x2572 x2571 x2570 x2569 x2568 x2567 x2566 x2565 x2564 x2563 
1800.04/1800.01	v x2562 x2561 x2560 x2559 x2558 x2557 x2556 x2555 x2554 x2553 x2552 x2551 x2550 x2549 x2548 x2547 x2546 x2545 x2544 x2543 x2542 
1800.04/1800.01	v x2541 x2540 x2539 x2538 x2537 x2536 x2535 x2534 x2533 x2532 x2531 x2530 x2529 x2528 x2527 x2526 x2525 x2524 x2523 x2522 x2521 
1800.04/1800.01	v x2520 x2519 x2518 x2517 x2516 x2515 x2514 x2513 x2512 x2511 x2510 x2509 x2508 x2507 x2506 x2505 x2504 x2503 x2502 x2501 x2500 
1800.04/1800.01	v x2499 x2498 x2497 x2496 x2495 x2494 x2493 x2492 x2491 x2490 x2489 x2488 x2487 x2486 x2485 x2484 x2483 x2482 x2481 x2480 x2479 
1800.04/1800.01	v x2478 x2477 x2476 x2475 x2474 x2473 x2472 x2471 x2470 x2469 x2468 x2467 x2466 x2465 x2464 x2463 x2462 x2461 x2460 x2459 
1800.04/1800.01	v x2458 x2457 x2456 x2455 x2454 x2453 x2452 x2451 x2450 x2449 x2448 x2447 x2446 x2445 x2444 x2443 x2442 x2441 x2440 x2439 x2438 
1800.04/1800.01	v x2437 x2436 x2435 x2434 x2433 x2432 x2431 x2430 x2429 x2428 x2427 x2426 x2425 x2424 x2423 x2422 x2421 x2420 x2419 x2418 x2417 
1800.04/1800.01	v x2416 x2415 x2414 x2413 x2412 x2411 x2410 x2409 x2408 x2407 x2406 x2405 x2404 x2403 x2402 x2401 x2400 x2399 x2398 x2397 x2396 
1800.04/1800.01	v x2395 x2394 x2393 x2392 x2391 x2390 x2389 x2388 x2387 x2386 x2385 x2384 x2383 x2382 x2381 x2380 x2379 x2378 x2377 x2376 x2375 
1800.04/1800.01	v x2374 x2373 x2372 x2371 x2370 x2369 x2368 x2367 x2366 x2365 x2364 x2363 x2362 x2361 x2360 x2359 x2358 x2357 x2356 x2355 x2354 
1800.04/1800.01	v x2353 x2352 x2351 x2350 x2349 x2348 x2347 x2346 x2345 x2344 x2343 x2342 x2341 x2340 x2339 x2338 x2337 x2336 x2335 x2334 
1800.04/1800.01	v x2333 x2332 x2331 x2330 x2329 x2328 x2327 x2326 x2325 x2324 x2323 x2322 x2321 x2320 x2319 x2318 x2317 x2316 x2315 x2314 x2313 
1800.04/1800.01	v x2312 x2311 x2310 x2309 x2308 x2307 x2306 x2305 x2304 x2303 x2302 x2301 x2300 x2299 x2298 x2297 x2296 x2295 x2294 x2293 x2292 
1800.04/1800.01	v x2291 x2290 x2289 x2288 x2287 x2286 x2285 x2284 x2283 x2282 x2281 x2280 x2279 x2278 x2277 x2276 x2275 x2274 x2273 x2272 x2271 
1800.04/1800.01	v x2270 x2269 x2268 x2267 x2266 x2265 x2264 x2263 x2262 x2261 x2260 x2259 x2258 x2257 x2256 x2255 x2254 x2253 x2252 x2251 x2250 
1800.04/1800.01	v x2249 x2248 x2247 x2246 x2245 x2244 x2243 x2242 x2241 x2240 x2239 x2238 x2237 x2236 x2235 x2234 x2233 x2232 x2231 x2230 x2229 
1800.04/1800.01	v x2228 x2227 x2226 x2225 x2224 x2223 x2222 x2221 x2220 x2219 x2218 x2217 x2216 x2215 x2214 x2213 x2212 x2211 x2210 x2209 
1800.04/1800.01	v x2208 x2207 x2206 x2205 x2204 x2203 x2202 x2201 x2200 x2199 x2198 x2197 x2196 x2195 x2194 x2193 x2192 x2191 x2190 x2189 x2188 
1800.04/1800.01	v x2187 x2186 x2185 x2184 x2183 x2182 x2181 x2180 x2179 x2178 x2177 x2176 x2175 x2174 x2173 x2172 x2171 x2170 x2169 x2168 x2167 
1800.04/1800.01	v x2166 x2165 x2164 x2163 x2162 x2161 x2160 x2159 x2158 x2157 x2156 x2155 x2154 x2153 x2152 x2151 x2150 x2149 x2148 x2147 x2146 
1800.04/1800.01	v x2145 x2144 x2143 x2142 x2141 x2140 x2139 x2138 x2137 x2136 x2135 x2134 x2133 x2132 x2131 x2130 x2129 x2128 x2127 x2126 x2125 
1800.04/1800.01	v x2124 x2123 x2122 x2121 x2120 x2119 x2118 x2117 x2116 x2115 x2114 x2113 x2112 x2111 x2110 x2109 x2108 x2107 x2106 x2105 x2104 
1800.04/1800.01	v x2103 x2102 x2101 x2100 x2099 x2098 x2097 x2096 x2095 x2094 x2093 x2092 x2091 x2090 x2089 x2088 x2087 x2086 x2085 x2084 
1800.04/1800.01	v x2083 x2082 x2081 x2080 x2079 x2078 x2077 x2076 x2075 x2074 x2073 x2072 x2071 x2070 x2069 x2068 x2067 x2066 x2065 x2064 x2063 
1800.04/1800.01	v x2062 x2061 x2060 x2059 x2058 x2057 x2056 x2055 x2054 x2053 x2052 x2051 x2050 x2049 x2048 x2047 x2046 x2045 x2044 x2043 x2042 
1800.04/1800.01	v x2041 x2040 x2039 x2038 x2037 x2036 x2035 x2034 x2033 x2032 x2031 x2030 x2029 x2028 x2027 x2026 x2025 x2024 x2023 x2022 x2021 
1800.04/1800.01	v x2020 x2019 x2018 x2017 x2016 x2015 x2014 x2013 x2012 x2011 x2010 x2009 x2008 x2007 x2006 x2005 x2004 x2003 x2002 x2001 x2000 
1800.04/1800.01	v x1999 x1998 x1997 x1996 x1995 x1994 x1993 x1992 x1991 x1990 x1989 x1988 x1987 x1986 x1985 x1984 x1983 x1982 x1981 x1980 x1979 
1800.04/1800.01	v x1978 x1977 x1976 x1975 x1974 x1973 x1972 x1971 x1970 x1969 x1968 x1967 x1966 x1965 x1964 x1963 x1962 x1961 x1960 x1959 
1800.04/1800.01	v x1958 x1957 x1956 x1955 x1954 x1953 x1952 x1951 x1950 x1949 x1948 x1947 x1946 x1945 x1944 x1943 x1942 x1941 x1940 x1939 x1938 
1800.04/1800.01	v x1937 x1936 x1935 x1934 x1933 x1932 x1931 x1930 x1929 x1928 x1927 x1926 x1925 x1924 x1923 x1922 x1921 x1920 x1919 x1918 x1917 
1800.04/1800.01	v x1916 x1915 x1914 x1913 x1912 x1911 x1910 x1909 x1908 x1907 x1906 x1905 x1904 x1903 x1902 x1901 x1900 x1899 x1898 x1897 x1896 
1800.04/1800.01	v x1895 x1894 x1893 x1892 x1891 x1890 x1889 x1888 x1887 x1886 x1885 x1884 x1883 x1882 x1881 x1880 x1879 x1878 x1877 x1876 x1875 
1800.04/1800.01	v x1874 x1873 x1872 x1871 x1870 x1869 x1868 x1867 x1866 x1865 x1864 x1863 x1862 x1861 x1860 x1859 x1858 x1857 x1856 x1855 x1854 
1800.04/1800.01	v x1853 x1852 x1851 x1850 x1849 x1848 x1847 x1846 x1845 x1844 x1843 x1842 x1841 x1840 x1839 x1838 x1837 x1836 x1835 x1834 
1800.04/1800.01	v x1833 x1832 x1831 x1830 x1829 x1828 x1827 x1826 x1825 x1824 x1823 x1822 x1821 x1820 x1819 x1818 x1817 x1816 x1815 x1814 x1813 
1800.04/1800.01	v x1812 x1811 x1810 x1809 x1808 x1807 x1806 x1805 x1804 x1803 x1802 x1801 x1800 x1799 x1798 x1797 x1796 x1795 x1794 x1793 x1792 
1800.04/1800.01	v x1791 x1790 x1789 x1788 x1787 x1786 x1785 x1784 x1783 x1782 x1781 x1780 x1779 x1778 x1777 x1776 x1775 x1774 x1773 x1772 x1771 
1800.04/1800.01	v x1770 x1769 x1768 x1767 x1766 x1765 x1764 x1763 x1762 x1761 x1760 x1759 x1758 x1757 x1756 x1755 x1754 x1753 x1752 x1751 x1750 
1800.04/1800.01	v x1749 x1748 x1747 x1746 x1745 x1744 x1743 x1742 x1741 x1740 x1739 x1738 x1737 x1736 x1735 x1734 x1733 x1732 x1731 x1730 x1729 
1800.04/1800.01	v x1728 x1727 x1726 x1725 x1724 x1723 x1722 x1721 x1720 x1719 x1718 x1717 x1716 x1715 x1714 x1713 x1712 x1711 x1710 x1709 
1800.04/1800.01	v x1708 x1707 x1706 x1705 x1704 x1703 x1702 x1701 x1700 x1699 x1698 x1697 x1696 x1695 x1694 x1693 x1692 x1691 x1690 x1689 x1688 
1800.04/1800.01	v x1687 x1686 x1685 x1684 x1683 x1682 x1681 x1680 x1679 x1678 x1677 x1676 x1675 x1674 x1673 x1672 x1671 x1670 x1669 x1668 x1667 
1800.04/1800.01	v x1666 x1665 x1664 x1663 x1662 x1661 x1660 x1659 x1658 x1657 x1656 x1655 x1654 x1653 x1652 x1651 x1650 x1649 x1648 x1647 x1646 
1800.04/1800.01	v x1645 x1644 x1643 x1642 x1641 x1640 x1639 x1638 x1637 x1636 x1635 x1634 x1633 x1632 x1631 x1630 x1629 x1628 x1627 x1626 x1625 
1800.04/1800.01	v x1624 x1623 x1622 x1621 x1620 x1619 x1618 x1617 x1616 x1615 x1614 x1613 x1612 x1611 x1610 x1609 x1608 x1607 x1606 x1605 x1604 
1800.04/1800.01	v x1603 x1602 x1601 x1600 x1599 x1598 x1597 x1596 x1595 x1594 x1593 x1592 x1591 x1590 x1589 x1588 x1587 x1586 x1585 x1584 
1800.04/1800.01	v x1583 x1582 x1581 x1580 x1579 x1578 x1577 x1576 x1575 x1574 x1573 x1572 x1571 x1570 x1569 x1568 x1567 x1566 x1565 x1564 x1563 
1800.04/1800.01	v x1562 x1561 x1560 x1559 x1558 x1557 x1556 x1555 x1554 x1553 x1552 x1551 x1550 x1549 x1548 x1547 x1546 x1545 x1544 x1543 x1542 
1800.04/1800.01	v x1541 x1540 x1539 x1538 x1537 x1536 x1535 x1534 x1533 x1532 x1531 x1530 x1529 x1528 x1527 x1526 x1525 x1524 x1523 x1522 x1521 
1800.04/1800.01	v x1520 x1519 x1518 x1517 x1516 x1515 x1514 x1513 x1512 x1511 x1510 x1509 x1508 x1507 x1506 x1505 x1504 x1503 x1502 x1501 x1500 
1800.04/1800.01	v x1499 x1498 x1497 x1496 x1495 x1494 x1493 x1492 x1491 x1490 x1489 x1488 x1487 x1486 x1485 x1484 x1483 x1482 x1481 x1480 x1479 
1800.04/1800.01	v x1478 x1477 x1476 x1475 x1474 x1473 x1472 x1471 x1470 x1469 x1468 x1467 x1466 x1465 x1464 x1463 x1462 x1461 x1460 x1459 
1800.04/1800.01	v x1458 x1457 x1456 x1455 x1454 x1453 x1452 x1451 x1450 x1449 x1448 x1447 x1446 x1445 x1444 x1443 x1442 x1441 x1440 x1439 x1438 
1800.04/1800.01	v x1437 x1436 x1435 x1434 x1433 x1432 x1431 x1430 x1429 x1428 x1427 x1426 x1425 x1424 x1423 x1422 x1421 x1420 x1419 x1418 x1417 
1800.04/1800.01	v x1416 x1415 x1414 x1413 x1412 x1411 x1410 x1409 x1408 x1407 x1406 x1405 x1404 x1403 x1402 x1401 x1400 x1399 x1398 x1397 x1396 
1800.04/1800.01	v x1395 x1394 x1393 x1392 x1391 x1390 x1389 x1388 x1387 x1386 x1385 x1384 x1383 x1382 x1381 x1380 x1379 x1378 x1377 x1376 x1375 
1800.04/1800.01	v x1374 x1373 x1372 x1371 x1370 x1369 x1368 x1367 x1366 x1365 x1364 x1363 x1362 x1361 x1360 x1359 x1358 x1357 x1356 x1355 x1354 
1800.04/1800.01	v x1353 x1352 x1351 x1350 x1349 x1348 x1347 x1346 x1345 x1344 x1343 x1342 x1341 x1340 x1339 x1338 x1337 x1336 x1335 x1334 
1800.04/1800.01	v x1333 x1332 x1331 x1330 x1329 x1328 x1327 x1326 x1325 x1324 x1323 x1322 x1321 x1320 x1319 x1318 x1317 x1316 x1315 x1314 x1313 
1800.04/1800.01	v x1312 x1311 x1310 x1309 x1308 x1307 x1306 x1305 x1304 x1303 x1302 x1301 x1300 x1299 x1298 x1297 x1296 x1295 x1294 x1293 x1292 
1800.04/1800.01	v x1291 x1290 x1289 x1288 x1287 x1286 x1285 x1284 x1283 x1282 x1281 x1280 x1279 x1278 x1277 x1276 x1275 x1274 x1273 x1272 x1271 
1800.04/1800.01	v x1270 x1269 x1268 x1267 x1266 x1265 x1264 x1263 x1262 x1261 x1260 x1259 x1258 x1257 x1256 x1255 x1254 x1253 x1252 x1251 x1250 
1800.04/1800.01	v x1249 x1248 x1247 x1246 x1245 x1244 x1243 x1242 x1241 x1240 x1239 x1238 x1237 x1236 x1235 x1234 x1233 x1232 x1231 x1230 x1229 
1800.04/1800.01	v x1228 x1227 x1226 x1225 x1224 x1223 x1222 x1221 x1220 x1219 x1218 x1217 x1216 x1215 x1214 x1213 x1212 x1211 x1210 x1209 
1800.04/1800.01	v x1208 x1207 x1206 x1205 x1204 x1203 x1202 x1201 x1200 x1199 x1198 x1197 x1196 x1195 x1194 x1193 x1192 x1191 x1190 x1189 x1188 
1800.04/1800.01	v x1187 x1186 x1185 x1184 x1183 x1182 x1181 x1180 x1179 x1178 x1177 x1176 x1175 x1174 x1173 x1172 x1171 x1170 x1169 x1168 x1167 
1800.04/1800.01	v x1166 x1165 x1164 x1163 x1162 x1161 x1160 x1159 x1158 x1157 x1156 x1155 x1154 x1153 x1152 x1151 x1150 x1149 x1148 x1147 x1146 
1800.04/1800.01	v x1145 x1144 x1143 x1142 x1141 x1140 x1139 x1138 x1137 x1136 x1135 x1134 x1133 x1132 x1131 x1130 x1129 x1128 x1127 x1126 x1125 
1800.04/1800.01	v x1124 x1123 x1122 x1121 x1120 x1119 x1118 x1117 x1116 x1115 x1114 x1113 x1112 x1111 x1110 x1109 x1108 x1107 x1106 x1105 x1104 
1800.04/1800.01	v x1103 x1102 x1101 x1100 x1099 x1098 x1097 x1096 x1095 x1094 x1093 x1092 x1091 x1090 x1089 x1088 x1087 x1086 x1085 x1084 
1800.04/1800.01	v x1083 x1082 x1081 x1080 x1079 x1078 x1077 x1076 x1075 x1074 x1073 x1072 x1071 x1070 x1069 x1068 x1067 x1066 x1065 x1064 x1063 
1800.04/1800.01	v x1062 x1061 x1060 x1059 x1058 x1057 x1056 x1055 x1054 x1053 x1052 x1051 x1050 x1049 x1048 x1047 x1046 x1045 x1044 x1043 x1042 
1800.04/1800.01	v x1041 x1040 x1039 x1038 x1037 x1036 x1035 x1034 x1033 x1032 x1031 x1030 x1029 x1028 x1027 x1026 x1025 x1024 x1023 x1022 x1021 
1800.04/1800.01	v x1020 x1019 x1018 x1017 x1016 x1015 x1014 x1013 x1012 x1011 x1010 x1009 x1008 x1007 x1006 x1005 x1004 x1003 x1002 x1001 x1000 
1800.04/1800.01	v x999 x998 x997 x996 x995 x994 x993 x992 x991 x990 x989 x988 x987 x986 x985 x984 x983 x982 x981 x980 x979 x978 x977 x976 x975 
1800.04/1800.01	v x974 x973 x972 x971 x970 x969 x968 x967 x966 x965 x964 x963 x962 x961 x960 x959 x958 x957 x956 x955 x954 x953 x952 x951 x950 
1800.04/1800.01	v x949 x948 x947 x946 x945 x944 x943 x942 x941 x940 x939 x938 x937 x936 x935 x934 x933 x932 x931 x930 x929 x928 x927 x926 x925 
1800.04/1800.01	v x924 x923 x922 x921 x920 x919 x918 x917 x916 x915 x914 x913 x912 x911 x910 x909 x908 x907 x906 x905 x904 x903 x902 x901 x900 
1800.04/1800.01	v x899 x898 x897 x896 x895 x894 x893 x892 x891 x890 x889 x888 x887 x886 x885 x884 x883 x882 x881 x880 x879 x878 x877 x876 x875 
1800.04/1800.01	v x874 x873 x872 x871 x870 x869 x868 x867 x866 x865 x864 x863 x862 x861 x860 x859 x858 x857 x856 x855 x854 x853 x852 x851 x850 
1800.04/1800.01	v x849 x848 x847 x846 x845 x844 x843 x842 x841 x840 x839 x838 x837 x836 x835 x834 x833 x832 x831 x830 x829 x828 x827 x826 x825 
1800.04/1800.01	v x824 x823 x822 x821 x820 x819 x818 x817 x816 x815 x814 x813 x812 x811 x810 x809 x808 x807 x806 x805 x804 x803 x802 x801 x800 
1800.04/1800.01	v x799 x798 x797 x796 x795 x794 x793 x792 x791 x790 x789 x788 x787 x786 x785 x784 x783 x782 x781 x780 x779 x778 x777 x776 x775 
1800.04/1800.01	v x774 x773 x772 x771 x770 x769 x768 x767 x766 x765 x764 x763 x762 x761 x760 x759 x758 x757 x756 x755 x754 x753 x752 x751 x750 
1800.04/1800.01	v x749 x748 x747 x746 x745 x744 x743 x742 x741 x740 x739 x738 x737 x736 x735 x734 x733 x732 x731 x730 x729 x728 x727 x726 x725 
1800.04/1800.01	v x724 x723 x722 x721 x720 x719 x718 x717 x716 x715 x714 x713 x712 x711 x710 x709 x708 x707 x706 x705 x704 x703 x702 x701 x700 
1800.04/1800.01	v x699 x698 x697 x696 x695 x694 x693 x692 x691 x690 x689 x688 x687 x686 x685 x684 x683 x682 x681 x680 x679 x678 x677 x676 x675 
1800.04/1800.01	v x674 x673 x672 x671 x670 x669 x668 x667 x666 x665 x664 x663 x662 x661 x660 x659 x658 x657 x656 x655 x654 x653 x652 x651 x650 
1800.04/1800.01	v x649 x648 x647 x646 x645 x644 x643 x642 x641 x640 x639 x638 x637 x636 x635 x634 x633 x632 x631 x630 x629 x628 x627 x626 x625 
1800.04/1800.01	v x624 x623 x622 x621 x620 x619 x618 x617 x616 x615 x614 x613 x612 x611 x610 x609 x608 x607 x606 x605 x604 x603 x602 x601 x600 
1800.04/1800.01	v x599 x598 x597 x596 x595 x594 x593 x592 x591 x590 x589 x588 x587 x586 x585 x584 x583 x582 x581 x580 x579 x578 x577 x576 x575 
1800.04/1800.01	v x574 x573 x572 x571 x570 x569 x568 x567 x566 x565 x564 x563 x562 x561 x560 x559 x558 x557 x556 x555 x554 x553 x552 x551 x550 
1800.04/1800.01	v x549 x548 x547 x546 x545 x544 x543 x542 x541 x540 x539 x538 x537 x536 x535 x534 x533 x532 x531 x530 x529 x528 x527 x526 x525 
1800.04/1800.01	v x524 x523 x522 x521 x520 x519 x518 x517 x516 x515 x514 x513 x512 x511 x510 x509 x508 x507 x506 x505 x504 x503 x502 x501 x500 
1800.04/1800.01	v x499 x498 x497 x496 x495 x494 x493 x492 x491 x490 x489 x488 x487 x486 x485 x484 x483 x482 x481 x480 x479 x478 x477 x476 x475 
1800.04/1800.01	v x474 x473 x472 x471 x470 x469 x468 x467 x466 x465 x464 x463 x462 x461 x460 x459 x458 x457 x456 x455 x454 x453 x452 x451 x450 
1800.04/1800.01	v x449 x448 x447 x446 x445 x444 x443 x442 x441 x440 x439 x438 x437 x436 x435 x434 x433 x432 x431 x430 x429 x428 x427 x426 x425 
1800.04/1800.01	v x424 x423 x422 x421 x420 x419 x418 x417 x416 x415 x414 x413 x412 x411 x410 x409 x408 x407 x406 x405 x404 x403 x402 x401 x400 
1800.04/1800.01	v x399 x398 x397 x396 x395 x394 x393 x392 x391 x390 x389 x388 x387 x386 x385 x384 x383 x382 x381 x380 x379 x378 x377 x376 x375 
1800.04/1800.01	v x374 x373 x372 x371 x370 x369 x368 x367 x366 x365 x364 x363 x362 x361 x360 x359 x358 x357 x356 x355 x354 x353 x352 x351 x350 
1800.04/1800.01	v x349 x348 x347 x346 x345 x344 x343 x342 x341 x340 x339 x338 x337 x336 x335 x334 x333 x332 x331 x330 x329 x328 x327 x326 x325 
1800.04/1800.01	v x324 x323 x322 x321 x320 x319 x318 x317 x316 x315 x314 x313 x312 x311 x310 x309 x308 x307 x306 x305 x304 x303 x302 x301 x300 
1800.04/1800.01	v x299 x298 x297 x296 x295 x294 x293 x292 x291 x290 x289 x288 x287 x286 x285 x284 x283 x282 x281 x280 x279 x278 x277 x276 x275 
1800.04/1800.01	v x274 x273 x272 x271 x270 x269 x268 x267 x266 x265 x264 x263 x262 x261 x260 x259 x258 x257 x256 x255 x254 x253 x252 x251 x250 
1800.04/1800.01	v x249 x248 x247 x246 x245 x244 x243 x242 x241 x240 x239 x238 x237 x236 x235 x234 x233 x232 x231 x230 x229 x228 x227 x226 x225 
1800.04/1800.01	v x224 x223 x222 x221 x220 x219 x218 x217 x216 x215 x214 x213 x212 x211 x210 x209 x208 x207 x206 x205 x204 x203 x202 x201 x200 
1800.04/1800.01	v x199 x198 x197 x196 x195 x194 x193 x192 x191 x190 x189 x188 x187 x186 x185 x184 x183 x182 x181 x180 x179 x178 x177 x176 x175 
1800.04/1800.01	v x174 x173 x172 x171 x170 x169 x168 x167 x166 x165 x164 x163 x162 x161 x160 x159 x158 x157 x156 x155 x154 x153 x152 x151 x150 
1800.04/1800.01	v x149 x148 x147 x146 x145 x144 x143 x142 x141 x140 x139 x138 x137 x136 x135 x134 x133 x132 x131 x130 x129 x128 x127 x126 x125 
1800.04/1800.01	v x124 x123 x122 x121 x120 x119 x118 x117 x116 x115 x114 x113 x112 x111 x110 x109 x108 x107 x106 x105 x104 x103 x102 x101 x100 
1800.04/1800.01	v x99 x98 x97 x96 x95 x94 x93 x92 x91 x90 x89 x88 x87 x86 x85 x84 x83 x82 x81 x80 x79 x78 x77 x76 x75 x74 x73 x72 x71 x70 x69 
1800.04/1800.01	v x68 x67 x66 x65 x64 x63 x62 x61 x60 x59 x58 x57 x56 x55 x54 x53 x52 x51 x50 x49 x48 x47 x46 x45 x44 x43 x42 x41 x40 x39 x38 
1800.04/1800.01	v x37 x36 x35 x34 x33 x32 x31 x30 x29 x28 x27 x26 x25 x24 x23 x22 x21 x20 x19 x18 x17 x16 x15 x14 x13 x12 x11 x10 x9 x8 x7 x6 
1800.04/1800.01	v x5 x4 x3 x2 x1 
1800.04/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.01	c Solving Time       :    1754.55
1800.04/1800.01	c Original Problem   :
1800.04/1800.01	c   Problem name     : HOME/instance-2694005-1277921075.wbo
1800.04/1800.01	c   Variables        : 2960 (2855 binary, 0 integer, 0 implicit integer, 105 continuous)
1800.04/1800.01	c   Constraints      : 211 initial, 211 maximal
1800.04/1800.01	c Presolved Problem  :
1800.04/1800.01	c   Problem name     : t_HOME/instance-2694005-1277921075.wbo
1800.04/1800.01	c   Variables        : 2960 (2855 binary, 0 integer, 0 implicit integer, 105 continuous)
1800.04/1800.01	c   Constraints      : 210 initial, 39299 maximal
1800.04/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   linear           :       0.00          0          0          0        105          0          1          0          0
1800.04/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   indicator        :        105          0       2565          0       2301          0        152          0          0          0
1800.04/1800.01	c   linear           :        105          0   10825604          0   10392057      19787    4510278          0          0          0
1800.04/1800.01	c   logicor          :          0+         0     557698          0          0        108      22324          0          0          0
1800.04/1800.01	c   countsols        :          0          0          0          0   10392057          0          0          0          0          0
1800.04/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.01	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.01	c   indicator        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.01	c   linear           :     179.84       0.00     175.03       0.00       4.81
1800.04/1800.01	c   logicor          :       3.23       0.00       3.23       0.00       0.00
1800.04/1800.01	c   countsols        :       1.59       0.00       0.00       0.00       1.59
1800.04/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.01	c   vbounds          :       2.58          2          0          0
1800.04/1800.01	c   rootredcost      :       2.71          0          0          0
1800.04/1800.01	c   pseudoobj        :      33.38   10825404          0          0
1800.04/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.01	c   propagation      :     114.32      19895      19895     496632      511.8     611266       44.4          -
1800.04/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.01	c   applied globally :          -          -          -     198881       46.3          -          -          -
1800.04/1800.01	c   applied locally  :          -          -          -          4      482.2          -          -          -
1800.04/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.04/1800.01	c   redcost          :       0.00          0          0          0          0          0
1800.04/1800.01	c   impliedbounds    :       0.00          0          0          0          0          0
1800.04/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.01	c   gomory           :       0.00          0          0          0          0          0
1800.04/1800.01	c   strongcg         :       0.00          0          0          0          0          0
1800.04/1800.01	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.01	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.01	c   clique           :       0.00          0          0          0          0          0
1800.04/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.01	c   mcf              :       0.00          0          0          0          0          0
1800.04/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.01	c Pricers            :       Time      Calls       Vars
1800.04/1800.01	c   problem variables:       0.00          0          0
1800.04/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   relpscost        :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   inference        :    1373.71   10392057          0          0          0          0   20784114
1800.04/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.01	c   LP solutions     :       0.00          -          0
1800.04/1800.01	c   pseudo solutions :       0.00          -          0
1800.04/1800.01	c   oneopt           :       2.69          0          0
1800.04/1800.01	c   trivial          :       0.01          2          2
1800.04/1800.01	c   simplerounding   :       0.00          0          0
1800.04/1800.01	c   zirounding       :       0.00          0          0
1800.04/1800.01	c   rounding         :       0.00          0          0
1800.04/1800.01	c   shifting         :       0.00          0          0
1800.04/1800.01	c   intshifting      :       0.00          0          0
1800.04/1800.01	c   twoopt           :       0.00          0          0
1800.04/1800.01	c   fixandinfer      :       0.00          0          0
1800.04/1800.01	c   feaspump         :       0.00          0          0
1800.04/1800.01	c   coefdiving       :       0.00          0          0
1800.04/1800.01	c   pscostdiving     :       0.00          0          0
1800.04/1800.01	c   fracdiving       :       0.00          0          0
1800.04/1800.01	c   veclendiving     :       0.00          0          0
1800.04/1800.01	c   intdiving        :       0.00          0          0
1800.04/1800.01	c   actconsdiving    :       0.00          0          0
1800.04/1800.01	c   objpscostdiving  :       0.00          0          0
1800.04/1800.01	c   rootsoldiving    :       0.00          0          0
1800.04/1800.01	c   linesearchdiving :       0.00          0          0
1800.04/1800.01	c   guideddiving     :       0.00          0          0
1800.04/1800.01	c   octane           :       0.00          0          0
1800.04/1800.01	c   rens             :       0.00          0          0
1800.04/1800.01	c   rins             :       0.00          0          0
1800.04/1800.01	c   localbranching   :       0.00          0          0
1800.04/1800.01	c   mutation         :       0.00          0          0
1800.04/1800.01	c   crossover        :       0.00          0          0
1800.04/1800.01	c   dins             :       0.00          0          0
1800.04/1800.01	c   undercover       :       0.00          0          0
1800.04/1800.01	c   nlp              :       2.44          0          0
1800.04/1800.01	c   trysol           :       2.04          1          1
1800.04/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.01	c   dual LP          :       0.00          0          0       0.00          -
1800.04/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.01	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.01	c   strong branching :       0.00          0          0       0.00          -
1800.04/1800.01	c     (at root node) :          -          0          0       0.00          -
1800.04/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.01	c B&B Tree           :
1800.04/1800.01	c   number of runs   :          1
1800.04/1800.01	c   nodes            :   10411938
1800.04/1800.01	c   nodes (total)    :   10411938
1800.04/1800.01	c   nodes left       :   10372161
1800.04/1800.01	c   max depth        :       2421
1800.04/1800.01	c   max depth (total):       2421
1800.04/1800.01	c   backtracks       :       7950 (0.1%)
1800.04/1800.01	c   delayed cutoffs  :         16
1800.04/1800.01	c   repropagations   :       1448 (2392 domain reductions, 14 cutoffs)
1800.04/1800.01	c   avg switch length:       2.25
1800.04/1800.01	c   switching time   :      49.44
1800.04/1800.01	c Solution           :
1800.04/1800.01	c   Solutions found  :          3 (1 improvements)
1800.04/1800.01	c   First Solution   : +5.68500000000000e+03   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.04/1800.01	c   Primal Bound     : +5.68500000000000e+03   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.04/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.01	c   Gap              :   infinite
1800.04/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.01	c   Root Iterations  :          0

Verifier Data

OK	2683

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 15613
/proc/meminfo: memFree=31259584/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=9184 CPUtime=0
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 1720 0 0 0 0 0 0 0 25 0 1 0 133402686 9404416 1643 4089446400 4194304 7136930 140736483060608 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15613/statm: 2296 1662 275 719 0 1575 0

[startup+0.0921991 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 15613
/proc/meminfo: memFree=31259584/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=18840 CPUtime=0.08
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 4646 0 0 0 8 0 0 0 25 0 1 0 133402686 19292160 3958 4089446400 4194304 7136930 140736483060608 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 4710 3958 383 719 0 3989 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 18840

[startup+0.100198 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 15613
/proc/meminfo: memFree=31259584/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=18840 CPUtime=0.09
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 4647 0 0 0 9 0 0 0 25 0 1 0 133402686 19292160 3959 4089446400 4194304 7136930 140736483060608 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 4710 3959 383 719 0 3989 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18840

[startup+0.300161 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 15613
/proc/meminfo: memFree=31259584/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=20440 CPUtime=0.29
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 5068 0 0 0 28 1 0 0 25 0 1 0 133402686 20930560 4380 4089446400 4194304 7136930 140736483060608 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 5110 4380 390 719 0 4389 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20440

[startup+0.701089 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 15613
/proc/meminfo: memFree=31259584/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=21616 CPUtime=0.69
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 5355 0 0 0 68 1 0 0 25 0 1 0 133402686 22134784 4666 4089446400 4194304 7136930 140736483060608 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 5404 4666 390 719 0 4683 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21616

[startup+1.50095 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15614
/proc/meminfo: memFree=31241732/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=23800 CPUtime=1.49
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 5945 0 0 0 145 4 0 0 25 0 1 0 133402686 24371200 5256 4089446400 4194304 7136930 140736483060608 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 5950 5256 390 719 0 5229 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23800

[startup+3.10066 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15614
/proc/meminfo: memFree=31239500/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=27476 CPUtime=3.09
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 6882 0 0 0 300 9 0 0 25 0 1 0 133402686 28135424 6193 4089446400 4194304 7136930 140736483060608 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 6869 6193 390 719 0 6148 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27476

[startup+6.30109 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15614
/proc/meminfo: memFree=31232184/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=34724 CPUtime=6.29
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 8771 0 0 0 612 17 0 0 25 0 1 0 133402686 35557376 8082 4089446400 4194304 7136930 140736483060608 18446744073709551615 4436511 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 8681 8082 390 719 0 7960 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34724

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15614
/proc/meminfo: memFree=31217176/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=49852 CPUtime=12.69
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 12173 0 0 0 1234 35 0 0 25 0 1 0 133402686 51048448 11484 4089446400 4194304 7136930 140736483060608 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 12463 11484 390 719 0 11742 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 49852

[startup+25.5006 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15614
/proc/meminfo: memFree=31192176/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=74416 CPUtime=25.49
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 18590 0 0 0 2485 64 0 0 25 0 1 0 133402686 76201984 17900 4089446400 4194304 7136930 140736483060608 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 18604 17900 390 719 0 17883 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 74416

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15615
/proc/meminfo: memFree=31144200/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=125184 CPUtime=51.09
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 30776 0 0 0 4980 129 0 0 25 0 1 0 133402686 128188416 30086 4089446400 4194304 7136930 140736483060608 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 31296 30086 390 719 0 30575 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 125184

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15616
/proc/meminfo: memFree=31043452/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=227888 CPUtime=102.3
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 55595 0 0 0 9961 269 0 0 25 0 1 0 133402686 233357312 54905 4089446400 4194304 7136930 140736483060608 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 56972 54905 390 719 0 56251 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 227888

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15618
/proc/meminfo: memFree=30901284/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=380472 CPUtime=162.29
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 91377 0 0 0 15763 466 0 0 25 0 1 0 133402686 389603328 90687 4089446400 4194304 7136930 140736483060608 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 95118 90687 390 719 0 94397 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 380472

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15620
/proc/meminfo: memFree=30742864/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=532892 CPUtime=222.3
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 132788 0 0 0 21580 650 0 0 25 0 1 0 133402686 545681408 129966 4089446400 4194304 7136930 140736483060608 18446744073709551615 5909144 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 133223 129966 390 719 0 132502 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 532892

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15621
/proc/meminfo: memFree=30647936/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=622804 CPUtime=282.3
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 156560 0 0 0 27439 791 0 0 25 0 1 0 133402686 637751296 153738 4089446400 4194304 7136930 140736483060608 18446744073709551615 5892296 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 155701 153738 390 719 0 154980 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 622804

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15622
/proc/meminfo: memFree=30544704/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=752020 CPUtime=342.3
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 181967 0 0 0 33285 945 0 0 25 0 1 0 133402686 770068480 179145 4089446400 4194304 7136930 140736483060608 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 188005 179145 390 719 0 187284 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 752020

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15624
/proc/meminfo: memFree=30448900/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=843664 CPUtime=402.3
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 206158 0 0 0 39142 1088 0 0 25 0 1 0 133402686 863911936 203336 4089446400 4194304 7136930 140736483060608 18446744073709551615 4642088 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 210916 203336 390 719 0 210195 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 843664

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15626
/proc/meminfo: memFree=30349400/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=937232 CPUtime=462.31
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 230831 0 0 0 44989 1242 0 0 25 0 1 0 133402686 959725568 228009 4089446400 4194304 7136930 140736483060608 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 234308 228009 390 719 0 233587 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 937232

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15628
/proc/meminfo: memFree=30254588/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=1027628 CPUtime=522.3
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 254777 0 0 0 50843 1387 0 0 25 0 1 0 133402686 1052291072 251955 4089446400 4194304 7136930 140736483060608 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 256907 251955 390 719 0 256186 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1027628

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15629
/proc/meminfo: memFree=30156816/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=1118948 CPUtime=582.31
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 278925 0 0 0 56697 1534 0 0 25 0 1 0 133402686 1145802752 276103 4089446400 4194304 7136930 140736483060608 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 279737 276103 390 719 0 279016 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1118948

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15630
/proc/meminfo: memFree=30054832/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=1214840 CPUtime=642.31
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 304190 0 0 0 62552 1679 0 0 25 0 1 0 133402686 1243996160 301368 4089446400 4194304 7136930 140736483060608 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 303710 301368 390 719 0 302989 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1214840

[startup+702.3 s]

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

/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 473621 0 0 0 103516 2716 0 0 25 0 1 0 133402686 1967218688 470799 4089446400 4194304 7136930 140736483060608 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 480278 470799 390 719 0 479557 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1921112

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15772
/proc/meminfo: memFree=28514512/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=2014628 CPUtime=1122.32
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 498349 0 0 0 109370 2862 0 0 25 0 1 0 133402686 2062979072 495527 4089446400 4194304 7136930 140736483060608 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 503657 495527 390 719 0 502936 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 2014628

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15773
/proc/meminfo: memFree=28333528/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=2106080 CPUtime=1182.32
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 522546 0 0 0 115221 3011 0 0 25 0 1 0 133402686 2156625920 519724 4089446400 4194304 7136930 140736483060608 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 526520 519724 390 719 0 525799 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 2106080

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15774
/proc/meminfo: memFree=28072684/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=2196636 CPUtime=1242.33
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 546459 0 0 0 121072 3161 0 0 25 0 1 0 133402686 2249355264 543637 4089446400 4194304 7136930 140736483060608 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 549159 543637 390 719 0 548438 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 2196636

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15776
/proc/meminfo: memFree=27821648/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=2287816 CPUtime=1302.33
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 570583 0 0 0 126924 3309 0 0 25 0 1 0 133402686 2342723584 567761 4089446400 4194304 7136930 140736483060608 18446744073709551615 5955597 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 571954 567761 390 719 0 571233 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 2287816

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15778
/proc/meminfo: memFree=27586464/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=2380608 CPUtime=1362.33
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 595060 0 0 0 132781 3452 0 0 25 0 1 0 133402686 2437742592 592238 4089446400 4194304 7136930 140736483060608 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 595152 592238 390 719 0 594431 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 2380608

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15780
/proc/meminfo: memFree=27358724/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=2475440 CPUtime=1422.34
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 620096 0 0 0 138628 3606 0 0 25 0 1 0 133402686 2534850560 617274 4089446400 4194304 7136930 140736483060608 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 618860 617274 390 719 0 618139 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 2475440

[startup+1482.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/179 15781
/proc/meminfo: memFree=27157404/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=2696564 CPUtime=1482.34
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 643955 0 0 0 144469 3765 0 0 25 0 1 0 133402686 2761281536 641133 4089446400 4194304 7136930 140736483060608 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 674141 641133 390 719 0 673420 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 2696564

[startup+1542.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 15782
/proc/meminfo: memFree=26946408/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=2788616 CPUtime=1542.33
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 668301 0 0 0 150323 3910 0 0 25 0 1 0 133402686 2855542784 665479 4089446400 4194304 7136930 140736483060608 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 697154 665479 390 719 0 696433 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 2788616

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 15784
/proc/meminfo: memFree=26737880/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=2879356 CPUtime=1602.34
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 692264 0 0 0 156169 4065 0 0 25 0 1 0 133402686 2948460544 689442 4089446400 4194304 7136930 140736483060608 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 719839 689442 390 719 0 719118 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 2879356

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15789
/proc/meminfo: memFree=26524300/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=2970720 CPUtime=1662.34
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 716429 0 0 0 162018 4216 0 0 25 0 1 0 133402686 3042017280 713607 4089446400 4194304 7136930 140736483060608 18446744073709551615 5892251 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 742680 713607 390 719 0 741959 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 2970720

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15791
/proc/meminfo: memFree=26315048/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=3062888 CPUtime=1722.34
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 740802 0 0 0 167872 4362 0 0 25 0 1 0 133402686 3136397312 737980 4089446400 4194304 7136930 140736483060608 18446744073709551615 4740365 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 765722 737980 390 719 0 765001 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 3062888

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15792
/proc/meminfo: memFree=26138392/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=3155788 CPUtime=1782.34
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 765320 0 0 0 173720 4514 0 0 25 0 1 0 133402686 3231526912 762498 4089446400 4194304 7136930 140736483060608 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 788947 762498 390 719 0 788226 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 3155788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15793
/proc/meminfo: memFree=26082056/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=3177964 CPUtime=1800.04
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 811656 0 0 0 175454 4550 0 0 25 0 1 0 133402686 3254235136 768319 4089446400 4194304 7136930 140736483060608 18446744073709551615 5908951 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15613/statm: 794491 768319 390 719 0 793770 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 3177964

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -15613

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15794
/proc/meminfo: memFree=26081428/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=3177964 CPUtime=1801.44
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 811662 0 0 0 175594 4550 0 0 19 0 1 0 133402686 3254235136 768325 4089446400 4194304 7136930 140736483060608 18446744073709551615 6165668 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15613/statm: 794491 768325 396 719 0 793770 0
Current children cumulated CPU time (s) 1801.44
Current children cumulated vsize (KiB) 3177964

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15794
/proc/meminfo: memFree=26080932/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=3177964 CPUtime=1801.84
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 811662 0 0 0 175634 4550 0 0 20 0 1 0 133402686 3254235136 768325 4089446400 4194304 7136930 140736483060608 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15613/statm: 794491 768325 396 719 0 793770 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 3177964

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15794
/proc/meminfo: memFree=26080932/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=3177964 CPUtime=1802.04
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4202496 811662 0 0 0 175654 4550 0 0 21 0 1 0 133402686 3254235136 768325 4089446400 4194304 7136930 140736483060608 18446744073709551615 6166244 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15613/statm: 794491 768325 396 719 0 793770 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 3177964

[startup+1802.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15794
/proc/meminfo: memFree=26080932/32951124 swapFree=67111528/67111528
[pid=15613] ppid=15611 vsize=0 CPUtime=1802.14
/proc/15613/stat : 15613 (pbscip.linux.x8) R 15611 15613 14613 0 -1 4203524 811662 0 0 0 175654 4560 0 0 21 0 1 0 133402686 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/15613/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.1
CPU time (s): 1802.15
CPU user time (s): 1756.55
CPU system time (s): 45.6031
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 3436204

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

runsolver used 2.79657 second user time and 6.08308 second system time

The end

Launcher Data

Begin job on node145 at 2010-06-30 20:04:35
IDJOB=2694005
IDBENCH=79168
IDSOLVER=1206
FILE ID=node145/2694005-1277921075
PBS_JOBID= 11197268
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-55-50--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-2694005-1277921075/watcher-2694005-1277921075 -o /tmp/evaluation-result-2694005-1277921075/solver-2694005-1277921075 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694005-1277921075.wbo -t 1800 -m 3800

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

MD5SUM BENCH= cab96e9f0187cae75501af3130753b71
RANDOM SEED=1951746073

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31260236 kB
Buffers:        202708 kB
Cached:        1266884 kB
SwapCached:          0 kB
Active:         559332 kB
Inactive:       986400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31260236 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3120 kB
Writeback:           0 kB
AnonPages:       76376 kB
Mapped:          15452 kB
Slab:            80816 kB
PageTables:       4776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   216980 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node145 at 2010-06-30 20:34:37