Trace number 2693792

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-55-50--soft-33-100-0.wbo
MD5SUM7dae57beceb3170ed40c9307fdc88b85
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.068988
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 constraints69
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 3856
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 3855
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-2693792-1277892927.wbo>
0.00/0.01	c original problem has 2888 variables (2819 bin, 0 int, 0 impl, 69 cont) and 175 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	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, 69 impls, 17 clqs
0.00/0.02	c (round 2) 0 del vars, 1 del conss, 69 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 69 impls, 17 clqs
0.00/0.02	c (round 3) 0 del vars, 1 del conss, 69 chg bounds, 0 chg sides, 0 chg coeffs, 19 upgd conss, 69 impls, 17 clqs
0.00/0.02	c (round 4) 0 del vars, 1 del conss, 69 chg bounds, 0 chg sides, 0 chg coeffs, 36 upgd conss, 69 impls, 17 clqs
0.00/0.05	c    (0.0s) probing: 101/2819 (3.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.05	c presolving (5 rounds):
0.00/0.05	c  0 deleted vars, 1 deleted constraints, 69 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  69 implications, 17 cliques
0.00/0.05	c presolved problem has 2888 variables (2819 bin, 0 int, 0 impl, 69 cont) and 174 constraints
0.00/0.05	c      69 constraints of type <indicator>
0.00/0.05	c      17 constraints of type <setppc>
0.00/0.05	c      69 constraints of type <linear>
0.00/0.05	c      19 constraints of type <logicor>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.03
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 1.2.1.2
0.00/0.05	c 
0.00/0.05	c # frequency for displaying node information lines
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05	c display/freq = 10000
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1800
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 3420
0.00/0.05	c 
0.00/0.05	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05	c lp/solvefreq = -1
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify inequalities
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/linear/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify knapsacks
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/rapidlearning/freq = 0
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.05	c 
0.00/0.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.05	c   0.0s|     1 |     2 |     0 |     - |5440k|   0 |   - |2888 | 174 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.59/1.68	c   1.6s| 10000 |  9969 |     0 |   0.0 |8956k|2295 |   - |2888 | 248 |   0 |   0 |   0 | 154 |   0 | 0.000000e+00 |      --      |    Inf 
3.49/3.55	c   3.4s| 20000 | 19926 |     0 |   0.0 |  12M|2295 |   - |2888 | 257 |   0 |   0 |   0 | 374 |   0 | 0.000000e+00 |      --      |    Inf 
5.50/5.51	c   5.3s| 30000 | 29900 |     0 |   0.0 |  15M|2295 |   - |2888 | 261 |   0 |   0 |   0 | 504 |   0 | 0.000000e+00 |      --      |    Inf 
7.39/7.46	c   7.2s| 40000 | 39878 |     0 |   0.0 |  17M|2295 |   - |2888 | 276 |   0 |   0 |   0 | 614 |   0 | 0.000000e+00 |      --      |    Inf 
9.39/9.40	c   9.1s| 50000 | 49857 |     0 |   0.0 |  20M|2295 |   - |2888 | 298 |   0 |   0 |   0 | 722 |   0 | 0.000000e+00 |      --      |    Inf 
11.39/11.41	c  11.1s| 60000 | 59834 |     0 |   0.0 |  23M|2295 |   - |2888 | 324 |   0 |   0 |   0 | 830 |   0 | 0.000000e+00 |      --      |    Inf 
13.29/13.35	c  12.9s| 70000 | 69805 |     0 |   0.0 |  26M|2295 |   - |2888 | 321 |   0 |   0 |   0 | 980 |   0 | 0.000000e+00 |      --      |    Inf 
15.29/15.31	c  14.8s| 80000 | 79783 |     0 |   0.0 |  29M|2295 |   - |2888 | 316 |   0 |   0 |   0 |1090 |   0 | 0.000000e+00 |      --      |    Inf 
17.19/17.28	c  16.8s| 90000 | 89753 |     0 |   0.0 |  31M|2295 |   - |2888 | 361 |   0 |   0 |   0 |1236 |   0 | 0.000000e+00 |      --      |    Inf 
19.19/19.26	c  18.7s|100000 | 99709 |     0 |   0.0 |  34M|2295 |   - |2888 | 445 |   0 |   0 |   0 |1456 |   0 | 0.000000e+00 |      --      |    Inf 
21.29/21.30	c  20.7s|110000 |109679 |     0 |   0.0 |  37M|2295 |   - |2888 | 410 |   0 |   0 |   0 |1606 |   0 | 0.000000e+00 |      --      |    Inf 
23.19/23.27	c  22.6s|120000 |119641 |     0 |   0.0 |  40M|2295 |   - |2888 | 444 |   0 |   0 |   0 |1796 |   0 | 0.000000e+00 |      --      |    Inf 
25.20/25.28	c  24.6s|130000 |129615 |     0 |   0.0 |  42M|2295 |   - |2888 | 430 |   0 |   0 |   0 |1926 |   0 | 0.000000e+00 |      --      |    Inf 
27.19/27.25	c  26.5s|140000 |139589 |     0 |   0.0 |  45M|2295 |   - |2888 | 433 |   0 |   0 |   0 |2056 |   0 | 0.000000e+00 |      --      |    Inf 
29.09/29.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.09/29.19	c  28.4s|150000 |149565 |     0 |   0.0 |  48M|2295 |   - |2888 | 436 |   0 |   0 |   0 |2176 |   0 | 0.000000e+00 |      --      |    Inf 
31.19/31.22	c  30.3s|160000 |159529 |     0 |   0.0 |  51M|2295 |   - |2888 | 486 |   0 |   0 |   0 |2356 |   0 | 0.000000e+00 |      --      |    Inf 
33.19/33.21	c  32.3s|170000 |169507 |     0 |   0.0 |  54M|2295 |   - |2888 | 459 |   0 |   0 |   0 |2466 |   0 | 0.000000e+00 |      --      |    Inf 
35.09/35.18	c  34.2s|180000 |179479 |     0 |   0.0 |  56M|2295 |   - |2888 | 468 |   0 |   0 |   0 |2606 |   0 | 0.000000e+00 |      --      |    Inf 
37.19/37.20	c  36.1s|190000 |189441 |     0 |   0.0 |  59M|2295 |   - |2888 | 508 |   0 |   0 |   0 |2796 |   0 | 0.000000e+00 |      --      |    Inf 
39.19/39.22	c  38.1s|200000 |199411 |     0 |   0.0 |  62M|2295 |   - |2888 | 477 |   0 |   0 |   0 |2942 |   0 | 0.000000e+00 |      --      |    Inf 
41.09/41.19	c  40.0s|210000 |209381 |     0 |   0.0 |  65M|2295 |   - |2888 | 513 |   0 |   0 |   0 |3092 |   0 | 0.000000e+00 |      --      |    Inf 
43.09/43.14	c  41.9s|220000 |219359 |     0 |   0.0 |  67M|2295 |   - |2888 | 506 |   0 |   0 |   0 |3202 |   0 | 0.000000e+00 |      --      |    Inf 
44.99/45.09	c  43.8s|230000 |229325 |     0 |   0.0 |  70M|2295 |   - |2888 | 536 |   0 |   0 |   0 |3372 |   0 | 0.000000e+00 |      --      |    Inf 
46.99/47.08	c  45.8s|240000 |239287 |     0 |   0.0 |  73M|2295 |   - |2888 | 565 |   0 |   0 |   0 |3562 |   0 | 0.000000e+00 |      --      |    Inf 
48.99/49.01	c  47.6s|250000 |249253 |     0 |   0.0 |  76M|2295 |   - |2888 | 556 |   0 |   0 |   0 |3732 |   0 | 0.000000e+00 |      --      |    Inf 
50.89/50.92	c  49.5s|260000 |259221 |     0 |   0.0 |  79M|2295 |   - |2888 | 561 |   0 |   0 |   0 |3891 |   0 | 0.000000e+00 |      --      |    Inf 
52.79/52.83	c  51.3s|270000 |269187 |     0 |   0.0 |  81M|2295 |   - |2888 | 560 |   0 |   0 |   0 |4061 |   0 | 0.000000e+00 |      --      |    Inf 
54.69/54.78	c  53.2s|280000 |279151 |     0 |   0.0 |  84M|2295 |   - |2888 | 588 |   0 |   0 |   0 |4241 |   0 | 0.000000e+00 |      --      |    Inf 
56.59/56.68	c  55.1s|290000 |289115 |     0 |   0.0 |  87M|2295 |   - |2888 | 558 |   0 |   0 |   0 |4421 |   0 | 0.000000e+00 |      --      |    Inf 
58.49/58.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
58.49/58.51	c  56.9s|300000 |299089 |     0 |   0.0 |  90M|2295 |   - |2888 | 549 |   0 |   0 |   0 |4551 |   0 | 0.000000e+00 |      --      |    Inf 
60.39/60.42	c  58.7s|310000 |309055 |     0 |   0.0 |  92M|2295 |   - |2888 | 550 |   0 |   0 |   0 |4721 |   0 | 0.000000e+00 |      --      |    Inf 
62.19/62.23	c  60.5s|320000 |319027 |     0 |   0.0 |  95M|2295 |   - |2888 | 553 |   0 |   0 |   0 |4861 |   0 | 0.000000e+00 |      --      |    Inf 
64.09/64.15	c  62.3s|330000 |328985 |     0 |   0.0 |  98M|2295 |   - |2888 | 588 |   0 |   0 |   0 |5071 |   0 | 0.000000e+00 |      --      |    Inf 
66.00/66.07	c  64.2s|340000 |338941 |     0 |   0.0 | 101M|2295 |   - |2888 | 562 |   0 |   0 |   0 |5291 |   0 | 0.000000e+00 |      --      |    Inf 
67.89/67.94	c  66.0s|350000 |348915 |     0 |   0.0 | 103M|2295 |   - |2888 | 531 |   0 |   0 |   0 |5421 |   0 | 0.000000e+00 |      --      |    Inf 
69.69/69.79	c  67.8s|360000 |358883 |     0 |   0.0 | 106M|2295 |   - |2888 | 536 |   0 |   0 |   0 |5581 |   0 | 0.000000e+00 |      --      |    Inf 
71.50/71.58	c  69.5s|370000 |368851 |     0 |   0.0 | 109M|2295 |   - |2888 | 581 |   0 |   0 |   0 |5741 |   0 | 0.000000e+00 |      --      |    Inf 
73.39/73.42	c  71.3s|380000 |378825 |     0 |   0.0 | 112M|2295 |   - |2888 | 559 |   0 |   0 |   0 |5871 |   0 | 0.000000e+00 |      --      |    Inf 
75.19/75.24	c  73.1s|390000 |388793 |     0 |   0.0 | 115M|2295 |   - |2888 | 592 |   0 |   0 |   0 |6031 |   0 | 0.000000e+00 |      --      |    Inf 
76.99/77.03	c  74.8s|400000 |398757 |     0 |   0.0 | 117M|2295 |   - |2888 | 601 |   0 |   0 |   0 |6210 |   0 | 0.000000e+00 |      --      |    Inf 
78.79/78.82	c  76.6s|410000 |408723 |     0 |   0.0 | 120M|2295 |   - |2888 | 607 |   0 |   0 |   0 |6380 |   0 | 0.000000e+00 |      --      |    Inf 
80.49/80.56	c  78.2s|420000 |418697 |     0 |   0.0 | 123M|2295 |   - |2888 | 599 |   0 |   0 |   0 |6510 |   0 | 0.000000e+00 |      --      |    Inf 
82.28/82.36	c  80.0s|430000 |428651 |     0 |   0.0 | 126M|2295 |   - |2888 | 637 |   0 |   0 |   0 |6740 |   0 | 0.000000e+00 |      --      |    Inf 
84.19/84.20	c  81.8s|440000 |438610 |     0 |   0.0 | 129M|2295 |   - |2888 | 638 |   0 |   0 |   0 |6950 |   0 | 0.000000e+00 |      --      |    Inf 
85.89/85.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
85.89/85.93	c  83.5s|450000 |448572 |     0 |   0.0 | 131M|2295 |   - |2888 | 654 |   0 |   0 |   0 |7140 |   0 | 0.000000e+00 |      --      |    Inf 
87.59/87.65	c  85.1s|460000 |458536 |     0 |   0.0 | 134M|2295 |   - |2888 | 650 |   0 |   0 |   0 |7320 |   0 | 0.000000e+00 |      --      |    Inf 
89.29/89.36	c  86.8s|470000 |468500 |     0 |   0.0 | 137M|2295 |   - |2888 | 678 |   0 |   0 |   0 |7500 |   0 | 0.000000e+00 |      --      |    Inf 
91.09/91.15	c  88.5s|480000 |478458 |     0 |   0.0 | 140M|2295 |   - |2888 | 677 |   0 |   0 |   0 |7710 |   0 | 0.000000e+00 |      --      |    Inf 
92.79/92.81	c  90.1s|490000 |488428 |     0 |   0.0 | 143M|2295 |   - |2888 | 677 |   0 |   0 |   0 |7860 |   0 | 0.000000e+00 |      --      |    Inf 
94.50/94.50	c  91.8s|500000 |498386 |     0 |   0.0 | 146M|2295 |   - |2888 | 702 |   0 |   0 |   0 |8070 |   0 | 0.000000e+00 |      --      |    Inf 
96.19/96.28	c  93.5s|510000 |508341 |     0 |   0.0 | 148M|2295 |   - |2888 | 715 |   0 |   0 |   0 |8300 |   0 | 0.000000e+00 |      --      |    Inf 
97.89/98.00	c  95.2s|520000 |518291 |     0 |   0.0 | 151M|2295 |   - |2888 | 737 |   0 |   0 |   0 |8550 |   0 | 0.000000e+00 |      --      |    Inf 
99.69/99.71	c  96.8s|530000 |528251 |     0 |   0.0 | 154M|2295 |   - |2888 | 711 |   0 |   0 |   0 |8750 |   0 | 0.000000e+00 |      --      |    Inf 
101.29/101.35	c  98.4s|540000 |538215 |     0 |   0.0 | 157M|2295 |   - |2888 | 714 |   0 |   0 |   0 |8930 |   0 | 0.000000e+00 |      --      |    Inf 
102.89/102.98	c   100s|550000 |548183 |     0 |   0.0 | 160M|2295 |   - |2888 | 714 |   0 |   0 |   0 |9090 |   0 | 0.000000e+00 |      --      |    Inf 
104.59/104.63	c   102s|560000 |558139 |     0 |   0.0 | 163M|2295 |   - |2888 | 741 |   0 |   0 |   0 |9310 |   0 | 0.000000e+00 |      --      |    Inf 
106.19/106.20	c   103s|570000 |568102 |     0 |   0.0 | 166M|2295 |   - |2888 | 743 |   0 |   0 |   0 |9500 |   0 | 0.000000e+00 |      --      |    Inf 
107.80/107.84	c   105s|580000 |578048 |     0 |   0.0 | 168M|2295 |   - |2888 | 773 |   0 |   0 |   0 |9770 |   0 | 0.000000e+00 |      --      |    Inf 
109.39/109.43	c   106s|590000 |588012 |     0 |   0.0 | 171M|2295 |   - |2888 | 749 |   0 |   0 |   0 |9950 |   0 | 0.000000e+00 |      --      |    Inf 
110.99/111.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
110.99/111.06	c   108s|600000 |597966 |     0 |   0.0 | 174M|2295 |   - |2888 | 749 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
112.69/112.71	c   109s|610000 |607916 |     0 |   0.0 | 177M|2295 |   - |2888 | 755 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
114.30/114.32	c   111s|620000 |617864 |     0 |   0.0 | 180M|2295 |   - |2888 | 754 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
115.89/115.92	c   113s|630000 |627815 |     0 |   0.0 | 183M|2295 |   - |2888 | 781 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
117.49/117.57	c   114s|640000 |637777 |     0 |   0.0 | 186M|2295 |   - |2888 | 759 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
119.09/119.14	c   116s|650000 |647737 |     0 |   0.0 | 189M|2295 |   - |2888 | 763 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
120.70/120.74	c   117s|660000 |657689 |     0 |   0.0 | 192M|2295 |   - |2888 | 784 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
122.29/122.32	c   119s|670000 |667646 |     0 |   0.0 | 195M|2295 |   - |2888 | 786 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
123.79/123.87	c   120s|680000 |677602 |     0 |   0.0 | 198M|2295 |   - |2888 | 789 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
125.30/125.39	c   122s|690000 |687560 |     0 |   0.0 | 200M|2295 |   - |2888 | 803 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
126.89/126.96	c   123s|700000 |697512 |     0 |   0.0 | 203M|2295 |   - |2888 | 804 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
128.39/128.47	c   125s|710000 |707470 |     0 |   0.0 | 206M|2295 |   - |2888 | 805 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
129.99/130.03	c   126s|720000 |717412 |     0 |   0.0 | 209M|2295 |   - |2888 | 821 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
131.49/131.56	c   128s|730000 |727365 |     0 |   0.0 | 212M|2295 |   - |2888 | 839 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
133.00/133.04	c   129s|740000 |737311 |     0 |   0.0 | 215M|2295 |   - |2888 | 851 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
134.59/134.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
134.59/134.62	c   131s|750000 |747263 |     0 |   0.0 | 218M|2295 |   - |2888 | 855 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
136.09/136.15	c   132s|760000 |757209 |     0 |   0.0 | 221M|2295 |   - |2888 | 927 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
137.59/137.65	c   133s|770000 |767154 |     0 |   0.0 | 224M|2295 |   - |2888 | 932 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
139.09/139.15	c   135s|780000 |777106 |     0 |   0.0 | 227M|2295 |   - |2888 | 896 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
140.59/140.66	c   136s|790000 |787054 |     0 |   0.0 | 230M|2295 |   - |2888 | 882 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
142.10/142.16	c   138s|800000 |796993 |     0 |   0.0 | 233M|2295 |   - |2888 | 911 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
143.69/143.72	c   139s|810000 |806924 |     0 |   0.0 | 236M|2295 |   - |2888 | 924 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
145.20/145.21	c   141s|820000 |816874 |     0 |   0.0 | 239M|2295 |   - |2888 | 914 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
146.69/146.72	c   142s|830000 |826819 |     0 |   0.0 | 242M|2295 |   - |2888 | 893 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
148.09/148.18	c   144s|840000 |836774 |     0 |   0.0 | 245M|2295 |   - |2888 | 878 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
149.70/149.71	c   145s|850000 |846701 |     0 |   0.0 | 248M|2295 |   - |2888 | 898 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
151.09/151.17	c   146s|860000 |856647 |     0 |   0.0 | 251M|2295 |   - |2888 | 903 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
152.59/152.65	c   148s|870000 |866575 |     0 |   0.0 | 254M|2295 |   - |2888 | 961 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
154.00/154.04	c   149s|880000 |876528 |     0 |   0.0 | 257M|2295 |   - |2888 | 934 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
155.39/155.47	c   151s|890000 |886481 |     0 |   0.0 | 260M|2295 |   - |2888 | 902 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
156.79/156.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
156.79/156.85	c   152s|900000 |896433 |     0 |   0.0 | 263M|2295 |   - |2888 | 895 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
158.30/158.31	c   153s|910000 |906362 |     0 |   0.0 | 266M|2295 |   - |2888 | 912 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
159.79/159.81	c   155s|920000 |916294 |     0 |   0.0 | 269M|2295 |   - |2888 | 902 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
161.89/161.94	c   157s|930000 |926135 |     0 |   0.0 | 273M|2295 |   - |2888 | 901 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
164.29/164.30	c   159s|940000 |935945 |     0 |   0.0 | 277M|2295 |   - |2888 | 933 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
166.49/166.57	c   161s|950000 |945744 |     0 |   0.0 | 281M|2295 |   - |2888 | 927 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
168.69/168.79	c   164s|960000 |955550 |     0 |   0.0 | 285M|2295 |   - |2888 | 951 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
170.89/170.96	c   166s|970000 |965354 |     0 |   0.0 | 290M|2295 |   - |2888 | 956 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
172.99/173.09	c   168s|980000 |975171 |     0 |   0.0 | 294M|2295 |   - |2888 | 932 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
175.10/175.18	c   170s|990000 |984971 |     0 |   0.0 | 298M|2295 |   - |2888 | 944 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
177.19/177.23	c   172s|  1000k|994774 |     0 |   0.0 | 303M|2295 |   - |2888 | 951 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
179.20/179.21	c   174s|  1010k|  1004k|     0 |   0.0 | 307M|2295 |   - |2888 | 926 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
181.09/181.18	c   176s|  1020k|  1014k|     0 |   0.0 | 311M|2295 |   - |2888 | 924 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
183.00/183.09	c   177s|  1030k|  1024k|     0 |   0.0 | 316M|2295 |   - |2888 | 936 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
184.90/184.96	c   179s|  1040k|  1034k|     0 |   0.0 | 320M|2295 |   - |2888 | 938 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
186.69/186.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
186.69/186.77	c   181s|  1050k|  1043k|     0 |   0.0 | 324M|2295 |   - |2888 | 927 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
188.49/188.55	c   183s|  1060k|  1053k|     0 |   0.0 | 328M|2295 |   - |2888 | 912 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
190.20/190.29	c   184s|  1070k|  1063k|     0 |   0.0 | 333M|2295 |   - |2888 | 936 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
191.89/191.96	c   186s|  1080k|  1073k|     0 |   0.0 | 337M|2295 |   - |2888 | 938 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
193.50/193.58	c   188s|  1090k|  1083k|     0 |   0.0 | 341M|2295 |   - |2888 | 924 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
195.09/195.18	c   189s|  1100k|  1092k|     0 |   0.0 | 345M|2295 |   - |2888 | 923 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
196.70/196.74	c   191s|  1110k|  1102k|     0 |   0.0 | 349M|2295 |   - |2888 |1005 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
198.19/198.27	c   192s|  1120k|  1112k|     0 |   0.0 | 354M|2295 |   - |2888 | 933 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
199.69/199.73	c   194s|  1130k|  1122k|     0 |   0.0 | 358M|2295 |   - |2888 | 919 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
201.09/201.12	c   195s|  1140k|  1132k|     0 |   0.0 | 362M|2295 |   - |2888 | 935 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
202.49/202.57	c   196s|  1150k|  1141k|     0 |   0.0 | 366M|2295 |   - |2888 | 951 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
203.89/203.90	c   198s|  1160k|  1151k|     0 |   0.0 | 371M|2295 |   - |2888 |1078 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
205.99/206.00	c   200s|  1170k|  1160k|     0 |   0.0 | 378M|2295 |   - |2888 |1529 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
207.90/207.90	c   201s|  1180k|  1170k|     0 |   0.0 | 380M|2295 |   - |2888 |1013 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
209.69/209.78	c   203s|  1190k|  1180k|     0 |   0.0 | 383M|2295 |   - |2888 | 889 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
211.59/211.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
211.59/211.68	c   205s|  1200k|  1190k|     0 |   0.0 | 385M|2295 |   - |2888 | 883 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
213.59/213.61	c   207s|  1210k|  1200k|     0 |   0.0 | 388M|2295 |   - |2888 | 909 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
215.50/215.59	c   209s|  1220k|  1210k|     0 |   0.0 | 391M|2295 |   - |2888 | 910 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
217.49/217.52	c   211s|  1230k|  1220k|     0 |   0.0 | 394M|2295 |   - |2888 | 917 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
219.39/219.42	c   213s|  1240k|  1230k|     0 |   0.0 | 396M|2295 |   - |2888 | 878 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
221.39/221.46	c   215s|  1250k|  1240k|     0 |   0.0 | 399M|2295 |   - |2888 | 895 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
223.40/223.46	c   217s|  1260k|  1250k|     0 |   0.0 | 402M|2295 |   - |2888 | 878 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
225.40/225.43	c   218s|  1270k|  1260k|     0 |   0.0 | 405M|2295 |   - |2888 | 871 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
227.29/227.38	c   220s|  1280k|  1270k|     0 |   0.0 | 407M|2295 |   - |2888 | 852 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
229.29/229.31	c   222s|  1290k|  1280k|     0 |   0.0 | 410M|2295 |   - |2888 | 881 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
231.20/231.24	c   224s|  1300k|  1290k|     0 |   0.0 | 413M|2295 |   - |2888 | 859 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
233.20/233.23	c   226s|  1310k|  1300k|     0 |   0.0 | 416M|2295 |   - |2888 | 851 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
235.19/235.21	c   228s|  1320k|  1310k|     0 |   0.0 | 419M|2295 |   - |2888 | 832 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
237.19/237.22	c   230s|  1330k|  1320k|     0 |   0.0 | 421M|2295 |   - |2888 | 810 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
239.09/239.18	c   232s|  1340k|  1330k|     0 |   0.0 | 424M|2295 |   - |2888 | 796 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
241.20/241.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
241.20/241.22	c   234s|  1350k|  1340k|     0 |   0.0 | 427M|2295 |   - |2888 | 810 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
243.19/243.21	c   236s|  1360k|  1350k|     0 |   0.0 | 430M|2295 |   - |2888 | 756 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
245.09/245.16	c   238s|  1370k|  1359k|     0 |   0.0 | 432M|2295 |   - |2888 | 737 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
247.19/247.21	c   240s|  1380k|  1369k|     0 |   0.0 | 435M|2295 |   - |2888 | 740 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
249.09/249.18	c   242s|  1390k|  1379k|     0 |   0.0 | 438M|2295 |   - |2888 | 745 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
251.10/251.18	c   244s|  1400k|  1389k|     0 |   0.0 | 441M|2295 |   - |2888 | 703 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
253.09/253.18	c   246s|  1410k|  1399k|     0 |   0.0 | 443M|2295 |   - |2888 | 688 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
255.20/255.21	c   248s|  1420k|  1409k|     0 |   0.0 | 446M|2295 |   - |2888 | 706 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
257.09/257.18	c   249s|  1430k|  1419k|     0 |   0.0 | 449M|2295 |   - |2888 | 644 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
259.09/259.19	c   251s|  1440k|  1429k|     0 |   0.0 | 452M|2295 |   - |2888 | 681 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
261.19/261.20	c   253s|  1450k|  1439k|     0 |   0.0 | 454M|2295 |   - |2888 | 621 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
263.09/263.19	c   255s|  1460k|  1449k|     0 |   0.0 | 457M|2295 |   - |2888 | 599 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
265.10/265.19	c   257s|  1470k|  1459k|     0 |   0.0 | 460M|2295 |   - |2888 | 610 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
267.09/267.15	c   259s|  1480k|  1469k|     0 |   0.0 | 463M|2295 |   - |2888 | 594 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
269.09/269.15	c   261s|  1490k|  1479k|     0 |   0.0 | 465M|2295 |   - |2888 | 611 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
271.09/271.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
271.09/271.14	c   263s|  1500k|  1489k|     0 |   0.0 | 468M|2295 |   - |2888 | 606 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
273.09/273.11	c   265s|  1510k|  1499k|     0 |   0.0 | 471M|2295 |   - |2888 | 587 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
275.00/275.09	c   267s|  1520k|  1509k|     0 |   0.0 | 474M|2295 |   - |2888 | 586 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
277.00/277.05	c   269s|  1530k|  1519k|     0 |   0.0 | 476M|2295 |   - |2888 | 581 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
278.89/278.99	c   271s|  1540k|  1529k|     0 |   0.0 | 479M|2295 |   - |2888 | 612 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
280.89/280.94	c   272s|  1550k|  1539k|     0 |   0.0 | 482M|2295 |   - |2888 | 570 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
282.89/282.92	c   274s|  1560k|  1549k|     0 |   0.0 | 485M|2295 |   - |2888 | 571 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
284.80/284.89	c   276s|  1570k|  1559k|     0 |   0.0 | 487M|2295 |   - |2888 | 585 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
286.90/286.92	c   278s|  1580k|  1569k|     0 |   0.0 | 490M|2295 |   - |2888 | 596 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
288.79/288.88	c   280s|  1590k|  1579k|     0 |   0.0 | 493M|2295 |   - |2888 | 557 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
290.79/290.81	c   282s|  1600k|  1589k|     0 |   0.0 | 495M|2295 |   - |2888 | 554 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
292.69/292.78	c   284s|  1610k|  1599k|     0 |   0.0 | 498M|2295 |   - |2888 | 579 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
294.70/294.79	c   286s|  1620k|  1609k|     0 |   0.0 | 501M|2295 |   - |2888 | 572 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
296.79/296.80	c   288s|  1630k|  1619k|     0 |   0.0 | 504M|2295 |   - |2888 | 575 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
298.69/298.77	c   290s|  1640k|  1629k|     0 |   0.0 | 506M|2295 |   - |2888 | 585 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
300.59/300.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
300.59/300.67	c   292s|  1650k|  1639k|     0 |   0.0 | 509M|2295 |   - |2888 | 586 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
302.59/302.64	c   294s|  1660k|  1649k|     0 |   0.0 | 512M|2295 |   - |2888 | 594 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
304.49/304.59	c   295s|  1670k|  1659k|     0 |   0.0 | 515M|2295 |   - |2888 | 598 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
306.49/306.56	c   297s|  1680k|  1669k|     0 |   0.0 | 517M|2295 |   - |2888 | 608 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
308.39/308.49	c   299s|  1690k|  1679k|     0 |   0.0 | 520M|2295 |   - |2888 | 613 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
310.39/310.42	c   301s|  1700k|  1689k|     0 |   0.0 | 523M|2295 |   - |2888 | 629 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
312.40/312.46	c   303s|  1710k|  1698k|     0 |   0.0 | 526M|2295 |   - |2888 | 665 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
314.39/314.41	c   305s|  1720k|  1708k|     0 |   0.0 | 528M|2295 |   - |2888 | 647 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
316.29/316.39	c   307s|  1730k|  1718k|     0 |   0.0 | 531M|2295 |   - |2888 | 646 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
318.30/318.33	c   309s|  1740k|  1728k|     0 |   0.0 | 534M|2295 |   - |2888 | 603 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
320.29/320.32	c   311s|  1750k|  1738k|     0 |   0.0 | 537M|2295 |   - |2888 | 626 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
322.20/322.28	c   313s|  1760k|  1748k|     0 |   0.0 | 539M|2295 |   - |2888 | 657 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
324.19/324.24	c   315s|  1770k|  1758k|     0 |   0.0 | 542M|2295 |   - |2888 | 634 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
326.19/326.20	c   316s|  1780k|  1768k|     0 |   0.0 | 545M|2295 |   - |2888 | 624 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
328.19/328.21	c   318s|  1790k|  1778k|     0 |   0.0 | 547M|2295 |   - |2888 | 649 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
330.10/330.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
330.10/330.16	c   320s|  1800k|  1788k|     0 |   0.0 | 550M|2295 |   - |2888 | 613 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
332.10/332.20	c   322s|  1810k|  1798k|     0 |   0.0 | 553M|2295 |   - |2888 | 681 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
334.19/334.21	c   324s|  1820k|  1808k|     0 |   0.0 | 556M|2295 |   - |2888 | 666 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
336.09/336.17	c   326s|  1830k|  1818k|     0 |   0.0 | 558M|2295 |   - |2888 | 642 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
338.20/338.23	c   328s|  1840k|  1828k|     0 |   0.0 | 561M|2295 |   - |2888 | 637 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
340.09/340.19	c   330s|  1850k|  1838k|     0 |   0.0 | 564M|2295 |   - |2888 | 623 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
342.10/342.17	c   332s|  1860k|  1848k|     0 |   0.0 | 567M|2295 |   - |2888 | 629 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
344.10/344.12	c   334s|  1870k|  1858k|     0 |   0.0 | 569M|2295 |   - |2888 | 640 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
346.10/346.10	c   336s|  1880k|  1868k|     0 |   0.0 | 572M|2295 |   - |2888 | 633 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
347.99/348.09	c   338s|  1890k|  1878k|     0 |   0.0 | 575M|2295 |   - |2888 | 608 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
350.00/350.07	c   340s|  1900k|  1888k|     0 |   0.0 | 577M|2295 |   - |2888 | 621 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
352.00/352.05	c   342s|  1910k|  1898k|     0 |   0.0 | 580M|2295 |   - |2888 | 638 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
353.99/354.01	c   343s|  1920k|  1908k|     0 |   0.0 | 583M|2295 |   - |2888 | 612 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
355.90/355.91	c   345s|  1930k|  1918k|     0 |   0.0 | 586M|2295 |   - |2888 | 627 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
357.89/357.91	c   347s|  1940k|  1928k|     0 |   0.0 | 588M|2295 |   - |2888 | 614 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
359.90/359.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
359.90/359.92	c   349s|  1950k|  1938k|     0 |   0.0 | 591M|2295 |   - |2888 | 635 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
361.80/361.88	c   351s|  1960k|  1948k|     0 |   0.0 | 594M|2295 |   - |2888 | 620 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
363.79/363.87	c   353s|  1970k|  1958k|     0 |   0.0 | 597M|2295 |   - |2888 | 622 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
365.80/365.85	c   355s|  1980k|  1968k|     0 |   0.0 | 599M|2295 |   - |2888 | 614 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
367.80/367.87	c   357s|  1990k|  1978k|     0 |   0.0 | 602M|2295 |   - |2888 | 617 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
369.80/369.85	c   359s|  2000k|  1988k|     0 |   0.0 | 605M|2295 |   - |2888 | 601 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
371.80/371.83	c   361s|  2010k|  1998k|     0 |   0.0 | 607M|2295 |   - |2888 | 618 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
373.70/373.79	c   363s|  2020k|  2008k|     0 |   0.0 | 610M|2295 |   - |2888 | 625 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
375.69/375.71	c   365s|  2030k|  2018k|     0 |   0.0 | 613M|2295 |   - |2888 | 629 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
377.60/377.69	c   367s|  2040k|  2028k|     0 |   0.0 | 616M|2295 |   - |2888 | 634 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
379.59/379.63	c   368s|  2050k|  2038k|     0 |   0.0 | 618M|2295 |   - |2888 | 611 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
381.49/381.58	c   370s|  2060k|  2047k|     0 |   0.0 | 621M|2295 |   - |2888 | 621 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
383.59/383.61	c   372s|  2070k|  2057k|     0 |   0.0 | 624M|2295 |   - |2888 | 659 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
385.49/385.57	c   374s|  2080k|  2067k|     0 |   0.0 | 627M|2295 |   - |2888 | 673 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
387.49/387.52	c   376s|  2090k|  2077k|     0 |   0.0 | 629M|2295 |   - |2888 | 693 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
389.40/389.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
389.40/389.44	c   378s|  2100k|  2087k|     0 |   0.0 | 632M|2295 |   - |2888 | 662 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
391.39/391.41	c   380s|  2110k|  2097k|     0 |   0.0 | 635M|2295 |   - |2888 | 701 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
393.30/393.36	c   382s|  2120k|  2107k|     0 |   0.0 | 637M|2295 |   - |2888 | 661 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
395.30/395.37	c   384s|  2130k|  2117k|     0 |   0.0 | 640M|2295 |   - |2888 | 707 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
397.29/397.37	c   386s|  2140k|  2127k|     0 |   0.0 | 643M|2295 |   - |2888 | 684 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
399.31/399.34	c   388s|  2150k|  2137k|     0 |   0.0 | 646M|2295 |   - |2888 | 704 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
401.30/401.31	c   389s|  2160k|  2147k|     0 |   0.0 | 648M|2295 |   - |2888 | 719 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
403.20/403.25	c   391s|  2170k|  2157k|     0 |   0.0 | 651M|2295 |   - |2888 | 674 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
405.20/405.24	c   393s|  2180k|  2167k|     0 |   0.0 | 654M|2295 |   - |2888 | 665 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
407.19/407.20	c   395s|  2190k|  2177k|     0 |   0.0 | 657M|2295 |   - |2888 | 710 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
409.10/409.18	c   397s|  2200k|  2187k|     0 |   0.0 | 659M|2295 |   - |2888 | 710 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
411.10/411.14	c   399s|  2210k|  2197k|     0 |   0.0 | 662M|2295 |   - |2888 | 698 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
413.00/413.05	c   401s|  2220k|  2207k|     0 |   0.0 | 665M|2295 |   - |2888 | 716 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
414.99/415.05	c   403s|  2230k|  2217k|     0 |   0.0 | 667M|2295 |   - |2888 | 714 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
416.99/417.00	c   405s|  2240k|  2227k|     0 |   0.0 | 670M|2295 |   - |2888 | 724 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
418.89/418.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
418.89/418.94	c   407s|  2250k|  2237k|     0 |   0.0 | 673M|2295 |   - |2888 | 737 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
420.79/420.89	c   409s|  2260k|  2247k|     0 |   0.0 | 676M|2295 |   - |2888 | 715 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
422.90/422.90	c   410s|  2270k|  2257k|     0 |   0.0 | 678M|2295 |   - |2888 | 720 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
424.90/424.92	c   412s|  2280k|  2267k|     0 |   0.0 | 681M|2295 |   - |2888 | 701 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
426.89/426.92	c   414s|  2290k|  2277k|     0 |   0.0 | 684M|2295 |   - |2888 | 709 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
428.80/428.87	c   416s|  2300k|  2287k|     0 |   0.0 | 687M|2295 |   - |2888 | 697 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
430.79/430.85	c   418s|  2310k|  2297k|     0 |   0.0 | 689M|2295 |   - |2888 | 701 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
432.80/432.81	c   420s|  2320k|  2307k|     0 |   0.0 | 692M|2295 |   - |2888 | 679 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
434.69/434.75	c   422s|  2330k|  2317k|     0 |   0.0 | 695M|2295 |   - |2888 | 695 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
436.70/436.71	c   424s|  2340k|  2327k|     0 |   0.0 | 697M|2295 |   - |2888 | 709 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
438.70/438.70	c   426s|  2350k|  2337k|     0 |   0.0 | 700M|2295 |   - |2888 | 711 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
440.60/440.67	c   428s|  2360k|  2347k|     0 |   0.0 | 703M|2295 |   - |2888 | 689 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
442.59/442.65	c   430s|  2370k|  2357k|     0 |   0.0 | 706M|2295 |   - |2888 | 718 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
444.59/444.63	c   432s|  2380k|  2367k|     0 |   0.0 | 708M|2295 |   - |2888 | 754 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
446.60/446.61	c   433s|  2390k|  2376k|     0 |   0.0 | 711M|2295 |   - |2888 | 746 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
448.50/448.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
448.50/448.56	c   435s|  2400k|  2386k|     0 |   0.0 | 714M|2295 |   - |2888 | 747 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
450.50/450.56	c   437s|  2410k|  2396k|     0 |   0.0 | 717M|2295 |   - |2888 | 761 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
452.60/452.62	c   439s|  2420k|  2406k|     0 |   0.0 | 719M|2295 |   - |2888 | 791 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
454.49/454.56	c   441s|  2430k|  2416k|     0 |   0.0 | 722M|2295 |   - |2888 | 765 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
456.50/456.51	c   443s|  2440k|  2426k|     0 |   0.0 | 725M|2295 |   - |2888 | 769 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
458.39/458.49	c   445s|  2450k|  2436k|     0 |   0.0 | 727M|2295 |   - |2888 | 754 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
460.40/460.43	c   447s|  2460k|  2446k|     0 |   0.0 | 730M|2295 |   - |2888 | 746 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
462.29/462.37	c   449s|  2470k|  2456k|     0 |   0.0 | 733M|2295 |   - |2888 | 740 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
464.40/464.44	c   451s|  2480k|  2466k|     0 |   0.0 | 736M|2295 |   - |2888 | 774 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
466.30/466.38	c   453s|  2490k|  2476k|     0 |   0.0 | 738M|2295 |   - |2888 | 743 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
468.30/468.37	c   455s|  2500k|  2486k|     0 |   0.0 | 741M|2295 |   - |2888 | 751 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
470.29/470.32	c   456s|  2510k|  2496k|     0 |   0.0 | 744M|2295 |   - |2888 | 733 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
472.29/472.30	c   458s|  2520k|  2506k|     0 |   0.0 | 747M|2295 |   - |2888 | 739 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
474.29/474.31	c   460s|  2530k|  2516k|     0 |   0.0 | 749M|2295 |   - |2888 | 774 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
476.21/476.28	c   462s|  2540k|  2526k|     0 |   0.0 | 752M|2295 |   - |2888 | 763 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
478.20/478.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
478.20/478.26	c   464s|  2550k|  2536k|     0 |   0.0 | 755M|2295 |   - |2888 | 768 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
480.19/480.26	c   466s|  2560k|  2546k|     0 |   0.0 | 757M|2295 |   - |2888 | 746 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
482.20/482.25	c   468s|  2570k|  2556k|     0 |   0.0 | 760M|2295 |   - |2888 | 751 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
484.30/484.30	c   470s|  2580k|  2566k|     0 |   0.0 | 763M|2295 |   - |2888 | 748 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
486.21/486.27	c   472s|  2590k|  2576k|     0 |   0.0 | 766M|2295 |   - |2888 | 753 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
488.20/488.23	c   474s|  2600k|  2586k|     0 |   0.0 | 768M|2295 |   - |2888 | 729 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
490.10/490.18	c   476s|  2610k|  2596k|     0 |   0.0 | 771M|2295 |   - |2888 | 735 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
492.10/492.16	c   478s|  2620k|  2606k|     0 |   0.0 | 774M|2295 |   - |2888 | 751 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
494.09/494.14	c   480s|  2630k|  2616k|     0 |   0.0 | 776M|2295 |   - |2888 | 722 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
496.01/496.07	c   482s|  2640k|  2626k|     0 |   0.0 | 779M|2295 |   - |2888 | 711 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
498.10/498.13	c   484s|  2650k|  2636k|     0 |   0.0 | 782M|2295 |   - |2888 | 719 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
500.00/500.08	c   485s|  2660k|  2646k|     0 |   0.0 | 785M|2295 |   - |2888 | 718 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
502.00/502.08	c   487s|  2670k|  2656k|     0 |   0.0 | 787M|2295 |   - |2888 | 725 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
503.99/504.04	c   489s|  2680k|  2666k|     0 |   0.0 | 790M|2295 |   - |2888 | 721 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
505.90/505.96	c   491s|  2690k|  2676k|     0 |   0.0 | 793M|2295 |   - |2888 | 661 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
507.90/507.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
507.90/507.99	c   493s|  2700k|  2686k|     0 |   0.0 | 796M|2295 |   - |2888 | 710 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
509.90/509.98	c   495s|  2710k|  2696k|     0 |   0.0 | 798M|2295 |   - |2888 | 676 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
511.90/511.97	c   497s|  2720k|  2705k|     0 |   0.0 | 801M|2295 |   - |2888 | 691 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
513.90/513.97	c   499s|  2730k|  2715k|     0 |   0.0 | 804M|2295 |   - |2888 | 678 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
515.90/515.94	c   501s|  2740k|  2725k|     0 |   0.0 | 806M|2295 |   - |2888 | 693 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
517.90/517.94	c   503s|  2750k|  2735k|     0 |   0.0 | 809M|2295 |   - |2888 | 678 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
519.79/519.88	c   505s|  2760k|  2745k|     0 |   0.0 | 812M|2295 |   - |2888 | 679 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
521.80/521.84	c   507s|  2770k|  2755k|     0 |   0.0 | 815M|2295 |   - |2888 | 657 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
523.80/523.82	c   509s|  2780k|  2765k|     0 |   0.0 | 817M|2295 |   - |2888 | 649 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
525.81/525.81	c   510s|  2790k|  2775k|     0 |   0.0 | 820M|2295 |   - |2888 | 665 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
527.80/527.81	c   512s|  2800k|  2785k|     0 |   0.0 | 823M|2295 |   - |2888 | 659 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
529.70/529.79	c   514s|  2810k|  2795k|     0 |   0.0 | 826M|2295 |   - |2888 | 622 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
531.70/531.74	c   516s|  2820k|  2805k|     0 |   0.0 | 828M|2295 |   - |2888 | 645 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
533.70/533.75	c   518s|  2830k|  2815k|     0 |   0.0 | 831M|2295 |   - |2888 | 614 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
535.70/535.75	c   520s|  2840k|  2825k|     0 |   0.0 | 834M|2295 |   - |2888 | 628 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
537.70/537.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
537.70/537.70	c   522s|  2850k|  2835k|     0 |   0.0 | 837M|2295 |   - |2888 | 634 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
539.60/539.65	c   524s|  2860k|  2845k|     0 |   0.0 | 839M|2295 |   - |2888 | 614 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
541.59/541.67	c   526s|  2870k|  2855k|     0 |   0.0 | 842M|2295 |   - |2888 | 609 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
543.60/543.63	c   528s|  2880k|  2865k|     0 |   0.0 | 845M|2295 |   - |2888 | 638 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
545.50/545.59	c   530s|  2890k|  2875k|     0 |   0.0 | 847M|2295 |   - |2888 | 634 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
547.59/547.61	c   532s|  2900k|  2885k|     0 |   0.0 | 850M|2295 |   - |2888 | 658 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
549.60/549.60	c   534s|  2910k|  2895k|     0 |   0.0 | 853M|2295 |   - |2888 | 628 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
551.60/551.62	c   536s|  2920k|  2905k|     0 |   0.0 | 856M|2295 |   - |2888 | 634 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
553.60/553.62	c   538s|  2930k|  2915k|     0 |   0.0 | 858M|2295 |   - |2888 | 654 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
555.60/555.64	c   539s|  2940k|  2925k|     0 |   0.0 | 861M|2295 |   - |2888 | 638 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
557.61/557.62	c   541s|  2950k|  2935k|     0 |   0.0 | 864M|2295 |   - |2888 | 639 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
559.60/559.61	c   543s|  2960k|  2945k|     0 |   0.0 | 867M|2295 |   - |2888 | 645 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
561.60/561.63	c   545s|  2970k|  2955k|     0 |   0.0 | 869M|2295 |   - |2888 | 641 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
563.59/563.63	c   547s|  2980k|  2965k|     0 |   0.0 | 872M|2295 |   - |2888 | 652 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
565.60/565.61	c   549s|  2990k|  2975k|     0 |   0.0 | 875M|2295 |   - |2888 | 662 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
567.60/567.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
567.60/567.61	c   551s|  3000k|  2985k|     0 |   0.0 | 877M|2295 |   - |2888 | 654 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
569.49/569.51	c   553s|  3010k|  2995k|     0 |   0.0 | 880M|2295 |   - |2888 | 630 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
571.50/571.50	c   555s|  3020k|  3005k|     0 |   0.0 | 883M|2295 |   - |2888 | 654 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
573.39/573.49	c   557s|  3030k|  3015k|     0 |   0.0 | 886M|2295 |   - |2888 | 688 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
575.40/575.49	c   559s|  3040k|  3025k|     0 |   0.0 | 888M|2295 |   - |2888 | 688 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
577.51/577.58	c   561s|  3050k|  3035k|     0 |   0.0 | 891M|2295 |   - |2888 | 745 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
579.49/579.55	c   563s|  3060k|  3044k|     0 |   0.0 | 894M|2295 |   - |2888 | 685 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
581.50/581.55	c   565s|  3070k|  3054k|     0 |   0.0 | 896M|2295 |   - |2888 | 718 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
583.50/583.51	c   567s|  3080k|  3064k|     0 |   0.0 | 899M|2295 |   - |2888 | 709 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
585.40/585.46	c   569s|  3090k|  3074k|     0 |   0.0 | 902M|2295 |   - |2888 | 720 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
587.41/587.44	c   570s|  3100k|  3084k|     0 |   0.0 | 905M|2295 |   - |2888 | 754 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
589.40/589.44	c   572s|  3110k|  3094k|     0 |   0.0 | 907M|2295 |   - |2888 | 759 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
591.40/591.42	c   574s|  3120k|  3104k|     0 |   0.0 | 910M|2295 |   - |2888 | 745 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
593.30/593.37	c   576s|  3130k|  3114k|     0 |   0.0 | 913M|2295 |   - |2888 | 750 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
595.30/595.38	c   578s|  3140k|  3124k|     0 |   0.0 | 915M|2295 |   - |2888 | 730 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
597.30/597.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
597.30/597.33	c   580s|  3150k|  3134k|     0 |   0.0 | 918M|2295 |   - |2888 | 735 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
599.30/599.31	c   582s|  3160k|  3144k|     0 |   0.0 | 921M|2295 |   - |2888 | 756 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
601.20/601.27	c   584s|  3170k|  3154k|     0 |   0.0 | 924M|2295 |   - |2888 | 745 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
603.20/603.26	c   586s|  3180k|  3164k|     0 |   0.0 | 926M|2295 |   - |2888 | 749 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
605.20/605.20	c   588s|  3190k|  3174k|     0 |   0.0 | 929M|2295 |   - |2888 | 732 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
607.10/607.16	c   590s|  3200k|  3184k|     0 |   0.0 | 932M|2295 |   - |2888 | 719 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
609.10/609.15	c   592s|  3210k|  3194k|     0 |   0.0 | 934M|2295 |   - |2888 | 723 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
611.10/611.14	c   593s|  3220k|  3204k|     0 |   0.0 | 937M|2295 |   - |2888 | 777 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
613.10/613.15	c   595s|  3230k|  3214k|     0 |   0.0 | 940M|2295 |   - |2888 | 747 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
615.10/615.18	c   597s|  3240k|  3224k|     0 |   0.0 | 943M|2295 |   - |2888 | 741 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
617.10/617.17	c   599s|  3250k|  3234k|     0 |   0.0 | 945M|2295 |   - |2888 | 761 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
619.09/619.12	c   601s|  3260k|  3244k|     0 |   0.0 | 948M|2295 |   - |2888 | 754 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
621.00/621.05	c   603s|  3270k|  3254k|     0 |   0.0 | 951M|2295 |   - |2888 | 760 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
623.00/623.04	c   605s|  3280k|  3264k|     0 |   0.0 | 954M|2295 |   - |2888 | 779 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
625.00/625.05	c   607s|  3290k|  3274k|     0 |   0.0 | 956M|2295 |   - |2888 | 782 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
627.01/627.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
627.01/627.05	c   609s|  3300k|  3284k|     0 |   0.0 | 959M|2295 |   - |2888 | 760 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
629.00/629.09	c   611s|  3310k|  3294k|     0 |   0.0 | 962M|2295 |   - |2888 | 782 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
631.00/631.04	c   613s|  3320k|  3304k|     0 |   0.0 | 964M|2295 |   - |2888 | 753 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
632.90/632.99	c   615s|  3330k|  3314k|     0 |   0.0 | 967M|2295 |   - |2888 | 736 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
634.90/634.97	c   617s|  3340k|  3324k|     0 |   0.0 | 970M|2295 |   - |2888 | 756 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
636.90/636.95	c   619s|  3350k|  3334k|     0 |   0.0 | 973M|2295 |   - |2888 | 737 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
638.90/638.99	c   620s|  3360k|  3344k|     0 |   0.0 | 975M|2295 |   - |2888 | 739 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
641.00/641.01	c   622s|  3370k|  3354k|     0 |   0.0 | 978M|2295 |   - |2888 | 719 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
642.90/642.99	c   624s|  3380k|  3364k|     0 |   0.0 | 981M|2295 |   - |2888 | 690 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
644.90/644.94	c   626s|  3390k|  3373k|     0 |   0.0 | 983M|2295 |   - |2888 | 696 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
646.80/646.89	c   628s|  3400k|  3383k|     0 |   0.0 | 986M|2295 |   - |2888 | 672 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
648.80/648.89	c   630s|  3410k|  3393k|     0 |   0.0 | 989M|2295 |   - |2888 | 691 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
650.80/650.85	c   632s|  3420k|  3403k|     0 |   0.0 | 992M|2295 |   - |2888 | 699 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
652.80/652.86	c   634s|  3430k|  3413k|     0 |   0.0 | 994M|2295 |   - |2888 | 683 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
654.80/654.88	c   636s|  3440k|  3423k|     0 |   0.0 | 997M|2295 |   - |2888 | 725 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
656.80/656.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
656.80/656.87	c   638s|  3450k|  3433k|     0 |   0.0 |1000M|2295 |   - |2888 | 697 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
658.80/658.85	c   640s|  3460k|  3443k|     0 |   0.0 |1003M|2295 |   - |2888 | 714 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
660.80/660.88	c   642s|  3470k|  3453k|     0 |   0.0 |1005M|2295 |   - |2888 | 725 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
662.90/662.91	c   644s|  3480k|  3463k|     0 |   0.0 |1008M|2295 |   - |2888 | 761 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
664.80/664.87	c   646s|  3490k|  3473k|     0 |   0.0 |1011M|2295 |   - |2888 | 729 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
666.80/666.81	c   648s|  3500k|  3483k|     0 |   0.0 |1013M|2295 |   - |2888 | 713 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
668.81/668.85	c   650s|  3510k|  3493k|     0 |   0.0 |1016M|2295 |   - |2888 | 731 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
670.80/670.87	c   651s|  3520k|  3503k|     0 |   0.0 |1019M|2295 |   - |2888 | 716 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
672.90/672.91	c   653s|  3530k|  3513k|     0 |   0.0 |1022M|2295 |   - |2888 | 721 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
674.80/674.86	c   655s|  3540k|  3523k|     0 |   0.0 |1024M|2295 |   - |2888 | 702 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
676.80/676.82	c   657s|  3550k|  3533k|     0 |   0.0 |1027M|2295 |   - |2888 | 752 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
678.80/678.83	c   659s|  3560k|  3543k|     0 |   0.0 |1030M|2295 |   - |2888 | 742 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
680.80/680.83	c   661s|  3570k|  3553k|     0 |   0.0 |1033M|2295 |   - |2888 | 736 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
682.80/682.81	c   663s|  3580k|  3563k|     0 |   0.0 |1035M|2295 |   - |2888 | 739 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
684.69/684.75	c   665s|  3590k|  3573k|     0 |   0.0 |1038M|2295 |   - |2888 | 708 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
686.70/686.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
686.70/686.73	c   667s|  3600k|  3583k|     0 |   0.0 |1041M|2295 |   - |2888 | 727 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
688.70/688.75	c   669s|  3610k|  3593k|     0 |   0.0 |1043M|2295 |   - |2888 | 741 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
690.70/690.75	c   671s|  3620k|  3603k|     0 |   0.0 |1046M|2295 |   - |2888 | 745 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
692.69/692.75	c   673s|  3630k|  3613k|     0 |   0.0 |1049M|2295 |   - |2888 | 723 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
694.70/694.71	c   675s|  3640k|  3623k|     0 |   0.0 |1052M|2295 |   - |2888 | 720 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
696.70/696.74	c   677s|  3650k|  3633k|     0 |   0.0 |1054M|2295 |   - |2888 | 745 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
698.70/698.73	c   679s|  3660k|  3643k|     0 |   0.0 |1057M|2295 |   - |2888 | 731 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
700.71/700.71	c   681s|  3670k|  3653k|     0 |   0.0 |1060M|2295 |   - |2888 | 770 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
702.70/702.74	c   682s|  3680k|  3663k|     0 |   0.0 |1063M|2295 |   - |2888 | 772 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
704.70/704.73	c   684s|  3690k|  3673k|     0 |   0.0 |1065M|2295 |   - |2888 | 746 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
706.60/706.69	c   686s|  3700k|  3683k|     0 |   0.0 |1068M|2295 |   - |2888 | 761 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
708.70/708.73	c   688s|  3710k|  3693k|     0 |   0.0 |1071M|2295 |   - |2888 | 757 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
710.70/710.71	c   690s|  3720k|  3702k|     0 |   0.0 |1073M|2295 |   - |2888 | 736 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
712.71/712.71	c   692s|  3730k|  3712k|     0 |   0.0 |1076M|2295 |   - |2888 | 744 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
714.60/714.69	c   694s|  3740k|  3722k|     0 |   0.0 |1079M|2295 |   - |2888 | 756 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
716.60/716.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
716.60/716.68	c   696s|  3750k|  3732k|     0 |   0.0 |1082M|2295 |   - |2888 | 751 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
718.60/718.68	c   698s|  3760k|  3742k|     0 |   0.0 |1084M|2295 |   - |2888 | 751 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
720.60/720.67	c   700s|  3770k|  3752k|     0 |   0.0 |1087M|2295 |   - |2888 | 756 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
722.61/722.66	c   702s|  3780k|  3762k|     0 |   0.0 |1090M|2295 |   - |2888 | 767 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
724.60/724.63	c   704s|  3790k|  3772k|     0 |   0.0 |1092M|2295 |   - |2888 | 787 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
726.50/726.58	c   706s|  3800k|  3782k|     0 |   0.0 |1095M|2295 |   - |2888 | 788 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
728.50/728.51	c   708s|  3810k|  3792k|     0 |   0.0 |1098M|2295 |   - |2888 | 747 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
730.50/730.51	c   709s|  3820k|  3802k|     0 |   0.0 |1101M|2295 |   - |2888 | 789 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
732.40/732.48	c   711s|  3830k|  3812k|     0 |   0.0 |1103M|2295 |   - |2888 | 790 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
734.40/734.45	c   713s|  3840k|  3822k|     0 |   0.0 |1106M|2295 |   - |2888 | 772 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
736.40/736.46	c   715s|  3850k|  3832k|     0 |   0.0 |1109M|2295 |   - |2888 | 772 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
738.40/738.41	c   717s|  3860k|  3842k|     0 |   0.0 |1111M|2295 |   - |2888 | 770 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
740.40/740.41	c   719s|  3870k|  3852k|     0 |   0.0 |1114M|2295 |   - |2888 | 778 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
742.30/742.37	c   721s|  3880k|  3862k|     0 |   0.0 |1117M|2295 |   - |2888 | 752 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
744.30/744.36	c   723s|  3890k|  3872k|     0 |   0.0 |1120M|2295 |   - |2888 | 750 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
746.40/746.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
746.40/746.40	c   725s|  3900k|  3882k|     0 |   0.0 |1122M|2295 |   - |2888 | 792 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
748.41/748.43	c   727s|  3910k|  3892k|     0 |   0.0 |1125M|2295 |   - |2888 | 784 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
750.40/750.42	c   729s|  3920k|  3902k|     0 |   0.0 |1128M|2295 |   - |2888 | 763 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
752.41/752.44	c   731s|  3930k|  3912k|     0 |   0.0 |1131M|2295 |   - |2888 | 756 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
754.40/754.42	c   733s|  3940k|  3922k|     0 |   0.0 |1133M|2295 |   - |2888 | 713 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
756.30/756.38	c   735s|  3950k|  3932k|     0 |   0.0 |1136M|2295 |   - |2888 | 735 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
758.30/758.34	c   737s|  3960k|  3942k|     0 |   0.0 |1139M|2295 |   - |2888 | 777 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
760.30/760.36	c   739s|  3970k|  3952k|     0 |   0.0 |1141M|2295 |   - |2888 | 808 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
762.31/762.33	c   740s|  3980k|  3962k|     0 |   0.0 |1144M|2295 |   - |2888 | 765 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
764.20/764.28	c   742s|  3990k|  3972k|     0 |   0.0 |1147M|2295 |   - |2888 | 735 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
766.20/766.26	c   744s|  4000k|  3982k|     0 |   0.0 |1150M|2295 |   - |2888 | 757 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
768.20/768.27	c   746s|  4010k|  3992k|     0 |   0.0 |1152M|2295 |   - |2888 | 769 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
770.31/770.39	c   748s|  4020k|  4002k|     0 |   0.0 |1155M|2295 |   - |2888 | 790 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
772.30/772.33	c   750s|  4030k|  4012k|     0 |   0.0 |1158M|2295 |   - |2888 | 734 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
774.31/774.31	c   752s|  4040k|  4022k|     0 |   0.0 |1160M|2295 |   - |2888 | 736 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
776.30/776.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
776.30/776.30	c   754s|  4050k|  4031k|     0 |   0.0 |1163M|2295 |   - |2888 | 772 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
778.21/778.25	c   756s|  4060k|  4041k|     0 |   0.0 |1166M|2295 |   - |2888 | 757 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
780.20/780.24	c   758s|  4070k|  4051k|     0 |   0.0 |1169M|2295 |   - |2888 | 772 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
782.21/782.20	c   760s|  4080k|  4061k|     0 |   0.0 |1171M|2295 |   - |2888 | 743 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
784.10/784.17	c   762s|  4090k|  4071k|     0 |   0.0 |1174M|2295 |   - |2888 | 762 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
786.10/786.13	c   764s|  4100k|  4081k|     0 |   0.0 |1177M|2295 |   - |2888 | 731 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
788.10/788.11	c   765s|  4110k|  4091k|     0 |   0.0 |1180M|2295 |   - |2888 | 740 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
790.00/790.09	c   767s|  4120k|  4101k|     0 |   0.0 |1182M|2295 |   - |2888 | 772 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
792.01/792.03	c   769s|  4130k|  4111k|     0 |   0.0 |1185M|2295 |   - |2888 | 763 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
794.00/794.01	c   771s|  4140k|  4121k|     0 |   0.0 |1188M|2295 |   - |2888 | 755 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
796.00/796.00	c   773s|  4150k|  4131k|     0 |   0.0 |1191M|2295 |   - |2888 | 757 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
797.90/797.98	c   775s|  4160k|  4141k|     0 |   0.0 |1193M|2295 |   - |2888 | 765 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
799.90/799.98	c   777s|  4170k|  4151k|     0 |   0.0 |1196M|2295 |   - |2888 | 786 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
801.91/801.94	c   779s|  4180k|  4161k|     0 |   0.0 |1199M|2295 |   - |2888 | 768 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
803.90/803.91	c   781s|  4190k|  4171k|     0 |   0.0 |1201M|2295 |   - |2888 | 759 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
805.80/805.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
805.80/805.88	c   783s|  4200k|  4181k|     0 |   0.0 |1204M|2295 |   - |2888 | 754 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
807.80/807.85	c   785s|  4210k|  4191k|     0 |   0.0 |1207M|2295 |   - |2888 | 751 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
809.80/809.85	c   787s|  4220k|  4201k|     0 |   0.0 |1210M|2295 |   - |2888 | 766 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
811.71/811.80	c   788s|  4230k|  4211k|     0 |   0.0 |1212M|2295 |   - |2888 | 754 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
813.70/813.78	c   790s|  4240k|  4221k|     0 |   0.0 |1215M|2295 |   - |2888 | 774 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
815.70/815.77	c   792s|  4250k|  4231k|     0 |   0.0 |1218M|2295 |   - |2888 | 739 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
817.70/817.74	c   794s|  4260k|  4241k|     0 |   0.0 |1220M|2295 |   - |2888 | 754 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
819.70/819.72	c   796s|  4270k|  4251k|     0 |   0.0 |1223M|2295 |   - |2888 | 774 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
821.61/821.70	c   798s|  4280k|  4261k|     0 |   0.0 |1226M|2295 |   - |2888 | 749 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
823.60/823.65	c   800s|  4290k|  4271k|     0 |   0.0 |1229M|2295 |   - |2888 | 707 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
825.70/825.73	c   802s|  4300k|  4281k|     0 |   0.0 |1231M|2295 |   - |2888 | 750 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
827.60/827.66	c   804s|  4310k|  4291k|     0 |   0.0 |1234M|2295 |   - |2888 | 721 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
829.60/829.63	c   806s|  4320k|  4301k|     0 |   0.0 |1237M|2295 |   - |2888 | 745 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
831.51/831.58	c   808s|  4330k|  4311k|     0 |   0.0 |1240M|2295 |   - |2888 | 718 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
833.50/833.59	c   810s|  4340k|  4321k|     0 |   0.0 |1242M|2295 |   - |2888 | 742 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
835.51/835.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
835.51/835.54	c   812s|  4350k|  4331k|     0 |   0.0 |1245M|2295 |   - |2888 | 745 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
837.51/837.51	c   814s|  4360k|  4341k|     0 |   0.0 |1248M|2295 |   - |2888 | 735 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
839.50/839.52	c   815s|  4370k|  4351k|     0 |   0.0 |1250M|2295 |   - |2888 | 759 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
841.41/841.47	c   817s|  4380k|  4361k|     0 |   0.0 |1253M|2295 |   - |2888 | 736 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
843.41/843.42	c   819s|  4390k|  4370k|     0 |   0.0 |1256M|2295 |   - |2888 | 727 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
845.41/845.45	c   821s|  4400k|  4380k|     0 |   0.0 |1259M|2295 |   - |2888 | 786 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
847.40/847.44	c   823s|  4410k|  4390k|     0 |   0.0 |1261M|2295 |   - |2888 | 761 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
849.40/849.40	c   825s|  4420k|  4400k|     0 |   0.0 |1264M|2295 |   - |2888 | 790 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
851.31/851.35	c   827s|  4430k|  4410k|     0 |   0.0 |1267M|2295 |   - |2888 | 776 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
853.30/853.30	c   829s|  4440k|  4420k|     0 |   0.0 |1269M|2295 |   - |2888 | 756 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
855.21/855.29	c   831s|  4450k|  4430k|     0 |   0.0 |1272M|2295 |   - |2888 | 777 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
857.31/857.33	c   833s|  4460k|  4440k|     0 |   0.0 |1275M|2295 |   - |2888 | 792 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
859.31/859.36	c   835s|  4470k|  4450k|     0 |   0.0 |1278M|2295 |   - |2888 | 796 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
861.31/861.38	c   837s|  4480k|  4460k|     0 |   0.0 |1280M|2295 |   - |2888 | 790 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
863.31/863.35	c   839s|  4490k|  4470k|     0 |   0.0 |1283M|2295 |   - |2888 | 785 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
865.30/865.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
865.30/865.35	c   841s|  4500k|  4480k|     0 |   0.0 |1286M|2295 |   - |2888 | 810 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
867.20/867.29	c   842s|  4510k|  4490k|     0 |   0.0 |1289M|2295 |   - |2888 | 760 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
869.20/869.28	c   844s|  4520k|  4500k|     0 |   0.0 |1291M|2295 |   - |2888 | 764 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
871.21/871.27	c   846s|  4530k|  4510k|     0 |   0.0 |1294M|2295 |   - |2888 | 808 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
873.21/873.28	c   848s|  4540k|  4520k|     0 |   0.0 |1297M|2295 |   - |2888 | 784 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
875.21/875.24	c   850s|  4550k|  4530k|     0 |   0.0 |1299M|2295 |   - |2888 | 758 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
877.20/877.20	c   852s|  4560k|  4540k|     0 |   0.0 |1302M|2295 |   - |2888 | 766 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
879.20/879.22	c   854s|  4570k|  4550k|     0 |   0.0 |1305M|2295 |   - |2888 | 770 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
881.20/881.27	c   856s|  4580k|  4560k|     0 |   0.0 |1308M|2295 |   - |2888 | 751 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
883.21/883.28	c   858s|  4590k|  4570k|     0 |   0.0 |1310M|2295 |   - |2888 | 765 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
885.20/885.24	c   860s|  4600k|  4580k|     0 |   0.0 |1313M|2295 |   - |2888 | 760 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
887.21/887.24	c   862s|  4610k|  4590k|     0 |   0.0 |1316M|2295 |   - |2888 | 747 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
889.21/889.26	c   864s|  4620k|  4600k|     0 |   0.0 |1319M|2295 |   - |2888 | 753 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
891.21/891.22	c   866s|  4630k|  4610k|     0 |   0.0 |1321M|2295 |   - |2888 | 755 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
893.11/893.18	c   868s|  4640k|  4620k|     0 |   0.0 |1324M|2295 |   - |2888 | 769 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
895.11/895.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
895.11/895.17	c   870s|  4650k|  4630k|     0 |   0.0 |1327M|2295 |   - |2888 | 765 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
897.20/897.21	c   871s|  4660k|  4640k|     0 |   0.0 |1329M|2295 |   - |2888 | 772 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
899.10/899.15	c   873s|  4670k|  4650k|     0 |   0.0 |1332M|2295 |   - |2888 | 796 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
901.11/901.16	c   875s|  4680k|  4660k|     0 |   0.0 |1335M|2295 |   - |2888 | 824 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
903.11/903.17	c   877s|  4690k|  4670k|     0 |   0.0 |1338M|2295 |   - |2888 | 786 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
905.10/905.12	c   879s|  4700k|  4680k|     0 |   0.0 |1340M|2295 |   - |2888 | 785 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
907.11/907.10	c   881s|  4710k|  4690k|     0 |   0.0 |1343M|2295 |   - |2888 | 776 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
909.01/909.09	c   883s|  4720k|  4699k|     0 |   0.0 |1346M|2295 |   - |2888 | 774 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
911.01/911.05	c   885s|  4730k|  4709k|     0 |   0.0 |1348M|2295 |   - |2888 | 767 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
913.01/913.01	c   887s|  4740k|  4719k|     0 |   0.0 |1351M|2295 |   - |2888 | 804 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
915.01/915.02	c   889s|  4750k|  4729k|     0 |   0.0 |1354M|2295 |   - |2888 | 801 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
916.91/916.95	c   891s|  4760k|  4739k|     0 |   0.0 |1356M|2295 |   - |2888 | 787 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
918.80/918.88	c   893s|  4770k|  4749k|     0 |   0.0 |1359M|2295 |   - |2888 | 795 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
920.80/920.89	c   895s|  4780k|  4759k|     0 |   0.0 |1362M|2295 |   - |2888 | 827 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
922.81/922.85	c   896s|  4790k|  4769k|     0 |   0.0 |1365M|2295 |   - |2888 | 857 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
924.70/924.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
924.70/924.78	c   898s|  4800k|  4779k|     0 |   0.0 |1367M|2295 |   - |2888 | 792 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
926.70/926.76	c   900s|  4810k|  4789k|     0 |   0.0 |1370M|2295 |   - |2888 | 810 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
928.70/928.80	c   902s|  4820k|  4799k|     0 |   0.0 |1373M|2295 |   - |2888 | 821 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
930.70/930.74	c   904s|  4830k|  4809k|     0 |   0.0 |1376M|2295 |   - |2888 | 807 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
932.60/932.68	c   906s|  4840k|  4819k|     0 |   0.0 |1378M|2295 |   - |2888 | 830 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
934.60/934.64	c   908s|  4850k|  4829k|     0 |   0.0 |1381M|2295 |   - |2888 | 822 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
936.61/936.65	c   910s|  4860k|  4839k|     0 |   0.0 |1384M|2295 |   - |2888 | 826 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
938.61/938.62	c   912s|  4870k|  4849k|     0 |   0.0 |1386M|2295 |   - |2888 | 809 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
940.61/940.65	c   914s|  4880k|  4859k|     0 |   0.0 |1389M|2295 |   - |2888 | 848 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
942.61/942.64	c   916s|  4890k|  4869k|     0 |   0.0 |1392M|2295 |   - |2888 | 806 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
944.60/944.64	c   918s|  4900k|  4879k|     0 |   0.0 |1395M|2295 |   - |2888 | 802 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
946.50/946.56	c   920s|  4910k|  4889k|     0 |   0.0 |1397M|2295 |   - |2888 | 790 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
948.50/948.52	c   921s|  4920k|  4899k|     0 |   0.0 |1400M|2295 |   - |2888 | 793 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
950.50/950.55	c   923s|  4930k|  4909k|     0 |   0.0 |1403M|2295 |   - |2888 | 813 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
952.51/952.54	c   925s|  4940k|  4919k|     0 |   0.0 |1405M|2295 |   - |2888 | 790 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
954.51/954.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
954.51/954.54	c   927s|  4950k|  4929k|     0 |   0.0 |1408M|2295 |   - |2888 | 768 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
956.51/956.55	c   929s|  4960k|  4939k|     0 |   0.0 |1411M|2295 |   - |2888 | 818 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
958.51/958.54	c   931s|  4970k|  4949k|     0 |   0.0 |1414M|2295 |   - |2888 | 765 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
960.41/960.48	c   933s|  4980k|  4959k|     0 |   0.0 |1416M|2295 |   - |2888 | 759 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
962.41/962.49	c   935s|  4990k|  4969k|     0 |   0.0 |1419M|2295 |   - |2888 | 781 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
964.41/964.49	c   937s|  5000k|  4979k|     0 |   0.0 |1422M|2295 |   - |2888 | 799 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
966.51/966.50	c   939s|  5010k|  4989k|     0 |   0.0 |1424M|2295 |   - |2888 | 750 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
968.41/968.46	c   941s|  5020k|  4999k|     0 |   0.0 |1427M|2295 |   - |2888 | 749 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
970.40/970.43	c   943s|  5030k|  5009k|     0 |   0.0 |1430M|2295 |   - |2888 | 715 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
972.31/972.35	c   945s|  5040k|  5019k|     0 |   0.0 |1433M|2295 |   - |2888 | 713 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
974.30/974.35	c   947s|  5050k|  5028k|     0 |   0.0 |1435M|2295 |   - |2888 | 733 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
976.30/976.33	c   948s|  5060k|  5038k|     0 |   0.0 |1438M|2295 |   - |2888 | 723 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
978.20/978.28	c   950s|  5070k|  5048k|     0 |   0.0 |1441M|2295 |   - |2888 | 735 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
980.20/980.25	c   952s|  5080k|  5058k|     0 |   0.0 |1444M|2295 |   - |2888 | 753 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
982.21/982.29	c   954s|  5090k|  5068k|     0 |   0.0 |1446M|2295 |   - |2888 | 747 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
984.21/984.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
984.21/984.24	c   956s|  5100k|  5078k|     0 |   0.0 |1449M|2295 |   - |2888 | 729 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
986.20/986.22	c   958s|  5110k|  5088k|     0 |   0.0 |1452M|2295 |   - |2888 | 747 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
988.10/988.16	c   960s|  5120k|  5098k|     0 |   0.0 |1454M|2295 |   - |2888 | 742 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
990.10/990.17	c   962s|  5130k|  5108k|     0 |   0.0 |1457M|2295 |   - |2888 | 714 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
992.11/992.16	c   964s|  5140k|  5118k|     0 |   0.0 |1460M|2295 |   - |2888 | 762 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
994.10/994.19	c   966s|  5150k|  5128k|     0 |   0.0 |1463M|2295 |   - |2888 | 768 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
996.11/996.15	c   968s|  5160k|  5138k|     0 |   0.0 |1465M|2295 |   - |2888 | 743 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
998.11/998.11	c   970s|  5170k|  5148k|     0 |   0.0 |1468M|2295 |   - |2888 | 732 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
1000.01/1000.07	c   972s|  5180k|  5158k|     0 |   0.0 |1471M|2295 |   - |2888 | 742 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
1002.01/1002.02	c   973s|  5190k|  5168k|     0 |   0.0 |1474M|2295 |   - |2888 | 795 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
1004.00/1004.00	c   975s|  5200k|  5178k|     0 |   0.0 |1476M|2295 |   - |2888 | 807 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
1005.90/1005.96	c   977s|  5210k|  5188k|     0 |   0.0 |1479M|2295 |   - |2888 | 790 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
1007.91/1007.93	c   979s|  5220k|  5198k|     0 |   0.0 |1482M|2295 |   - |2888 | 807 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
1009.91/1009.91	c   981s|  5230k|  5208k|     0 |   0.0 |1484M|2295 |   - |2888 | 837 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
1011.91/1011.93	c   983s|  5240k|  5218k|     0 |   0.0 |1487M|2295 |   - |2888 | 833 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
1013.91/1013.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1013.91/1013.94	c   985s|  5250k|  5228k|     0 |   0.0 |1490M|2295 |   - |2888 | 856 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
1015.81/1015.87	c   987s|  5260k|  5238k|     0 |   0.0 |1493M|2295 |   - |2888 | 811 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
1017.81/1017.84	c   989s|  5270k|  5248k|     0 |   0.0 |1495M|2295 |   - |2888 | 822 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
1019.71/1019.78	c   991s|  5280k|  5258k|     0 |   0.0 |1498M|2295 |   - |2888 | 815 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
1021.70/1021.75	c   993s|  5290k|  5268k|     0 |   0.0 |1501M|2295 |   - |2888 | 833 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
1023.70/1023.71	c   994s|  5300k|  5278k|     0 |   0.0 |1503M|2295 |   - |2888 | 806 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
1025.70/1025.78	c   996s|  5310k|  5288k|     0 |   0.0 |1506M|2295 |   - |2888 | 850 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
1027.71/1027.78	c   998s|  5320k|  5298k|     0 |   0.0 |1509M|2295 |   - |2888 | 854 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
1029.71/1029.74	c  1000s|  5330k|  5308k|     0 |   0.0 |1512M|2295 |   - |2888 | 833 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
1031.72/1031.74	c  1002s|  5340k|  5318k|     0 |   0.0 |1514M|2295 |   - |2888 | 886 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
1033.71/1033.76	c  1004s|  5350k|  5328k|     0 |   0.0 |1517M|2295 |   - |2888 | 874 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
1035.71/1035.74	c  1006s|  5360k|  5338k|     0 |   0.0 |1520M|2295 |   - |2888 | 879 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
1037.70/1037.71	c  1008s|  5370k|  5347k|     0 |   0.0 |1523M|2295 |   - |2888 | 898 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
1039.61/1039.63	c  1010s|  5380k|  5357k|     0 |   0.0 |1525M|2295 |   - |2888 | 858 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
1041.61/1041.64	c  1012s|  5390k|  5367k|     0 |   0.0 |1528M|2295 |   - |2888 | 906 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
1043.60/1043.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1043.60/1043.64	c  1014s|  5400k|  5377k|     0 |   0.0 |1531M|2295 |   - |2888 | 922 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
1045.60/1045.64	c  1016s|  5410k|  5387k|     0 |   0.0 |1533M|2295 |   - |2888 | 927 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
1047.61/1047.66	c  1018s|  5420k|  5397k|     0 |   0.0 |1536M|2295 |   - |2888 | 892 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
1049.61/1049.66	c  1020s|  5430k|  5407k|     0 |   0.0 |1539M|2295 |   - |2888 | 900 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
1051.61/1051.68	c  1022s|  5440k|  5417k|     0 |   0.0 |1542M|2295 |   - |2888 | 883 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
1053.61/1053.62	c  1024s|  5450k|  5427k|     0 |   0.0 |1544M|2295 |   - |2888 | 850 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
1055.50/1055.57	c  1025s|  5460k|  5437k|     0 |   0.0 |1547M|2295 |   - |2888 | 858 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
1057.51/1057.55	c  1027s|  5470k|  5447k|     0 |   0.0 |1550M|2295 |   - |2888 | 862 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
1059.51/1059.57	c  1029s|  5480k|  5457k|     0 |   0.0 |1552M|2295 |   - |2888 | 888 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
1061.51/1061.55	c  1031s|  5490k|  5467k|     0 |   0.0 |1555M|2295 |   - |2888 | 809 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
1063.41/1063.48	c  1033s|  5500k|  5477k|     0 |   0.0 |1558M|2295 |   - |2888 | 836 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
1065.51/1065.55	c  1035s|  5510k|  5487k|     0 |   0.0 |1561M|2295 |   - |2888 | 854 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
1067.51/1067.57	c  1037s|  5520k|  5497k|     0 |   0.0 |1563M|2295 |   - |2888 | 847 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
1069.51/1069.59	c  1039s|  5530k|  5507k|     0 |   0.0 |1566M|2295 |   - |2888 | 858 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
1071.61/1071.66	c  1041s|  5540k|  5517k|     0 |   0.0 |1569M|2295 |   - |2888 | 889 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
1073.61/1073.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1073.61/1073.65	c  1043s|  5550k|  5527k|     0 |   0.0 |1571M|2295 |   - |2888 | 826 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
1075.61/1075.61	c  1045s|  5560k|  5537k|     0 |   0.0 |1574M|2295 |   - |2888 | 855 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
1077.51/1077.55	c  1047s|  5570k|  5547k|     0 |   0.0 |1577M|2295 |   - |2888 | 837 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
1079.51/1079.53	c  1049s|  5580k|  5557k|     0 |   0.0 |1579M|2295 |   - |2888 | 829 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
1081.51/1081.54	c  1051s|  5590k|  5567k|     0 |   0.0 |1582M|2295 |   - |2888 | 816 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
1083.51/1083.58	c  1053s|  5600k|  5577k|     0 |   0.0 |1585M|2295 |   - |2888 | 835 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
1085.50/1085.56	c  1055s|  5610k|  5587k|     0 |   0.0 |1588M|2295 |   - |2888 | 796 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
1087.51/1087.55	c  1057s|  5620k|  5597k|     0 |   0.0 |1590M|2295 |   - |2888 | 825 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
1089.51/1089.52	c  1059s|  5630k|  5607k|     0 |   0.0 |1593M|2295 |   - |2888 | 809 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
1091.41/1091.49	c  1060s|  5640k|  5617k|     0 |   0.0 |1596M|2295 |   - |2888 | 823 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
1093.42/1093.45	c  1062s|  5650k|  5627k|     0 |   0.0 |1598M|2295 |   - |2888 | 812 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
1095.31/1095.38	c  1064s|  5660k|  5637k|     0 |   0.0 |1601M|2295 |   - |2888 | 791 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
1097.31/1097.36	c  1066s|  5670k|  5647k|     0 |   0.0 |1604M|2295 |   - |2888 | 800 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
1099.31/1099.32	c  1068s|  5680k|  5657k|     0 |   0.0 |1606M|2295 |   - |2888 | 788 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
1101.21/1101.28	c  1070s|  5690k|  5667k|     0 |   0.0 |1609M|2295 |   - |2888 | 812 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
1103.22/1103.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1103.22/1103.27	c  1072s|  5700k|  5676k|     0 |   0.0 |1612M|2295 |   - |2888 | 839 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
1105.21/1105.22	c  1074s|  5710k|  5686k|     0 |   0.0 |1615M|2295 |   - |2888 | 852 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
1107.11/1107.18	c  1076s|  5720k|  5696k|     0 |   0.0 |1617M|2295 |   - |2888 | 834 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
1109.11/1109.16	c  1078s|  5730k|  5706k|     0 |   0.0 |1620M|2295 |   - |2888 | 839 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
1111.10/1111.15	c  1080s|  5740k|  5716k|     0 |   0.0 |1623M|2295 |   - |2888 | 826 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
1113.12/1113.12	c  1081s|  5750k|  5726k|     0 |   0.0 |1626M|2295 |   - |2888 | 817 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
1115.01/1115.07	c  1083s|  5760k|  5736k|     0 |   0.0 |1628M|2295 |   - |2888 | 779 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
1117.01/1117.07	c  1085s|  5770k|  5746k|     0 |   0.0 |1631M|2295 |   - |2888 | 839 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
1119.01/1119.02	c  1087s|  5780k|  5756k|     0 |   0.0 |1634M|2295 |   - |2888 | 826 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
1121.01/1121.09	c  1089s|  5790k|  5766k|     0 |   0.0 |1637M|2295 |   - |2888 | 899 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
1123.12/1123.11	c  1091s|  5800k|  5776k|     0 |   0.0 |1639M|2295 |   - |2888 | 815 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
1125.11/1125.12	c  1093s|  5810k|  5786k|     0 |   0.0 |1642M|2295 |   - |2888 | 849 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
1127.00/1127.05	c  1095s|  5820k|  5796k|     0 |   0.0 |1645M|2295 |   - |2888 | 833 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
1129.11/1129.11	c  1097s|  5830k|  5806k|     0 |   0.0 |1647M|2295 |   - |2888 | 822 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
1131.01/1131.09	c  1099s|  5840k|  5816k|     0 |   0.0 |1650M|2295 |   - |2888 | 805 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
1133.02/1133.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1133.02/1133.05	c  1101s|  5850k|  5826k|     0 |   0.0 |1653M|2295 |   - |2888 | 823 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
1135.12/1135.10	c  1103s|  5860k|  5836k|     0 |   0.0 |1655M|2295 |   - |2888 | 839 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
1137.00/1137.05	c  1105s|  5870k|  5846k|     0 |   0.0 |1658M|2295 |   - |2888 | 823 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
1139.01/1139.02	c  1107s|  5880k|  5856k|     0 |   0.0 |1661M|2295 |   - |2888 | 876 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
1140.91/1140.94	c  1108s|  5890k|  5866k|     0 |   0.0 |1664M|2295 |   - |2888 | 810 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
1142.91/1142.93	c  1110s|  5900k|  5876k|     0 |   0.0 |1666M|2295 |   - |2888 | 854 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
1144.81/1144.86	c  1112s|  5910k|  5886k|     0 |   0.0 |1669M|2295 |   - |2888 | 820 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
1146.81/1146.85	c  1114s|  5920k|  5896k|     0 |   0.0 |1672M|2295 |   - |2888 | 844 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
1148.81/1148.83	c  1116s|  5930k|  5906k|     0 |   0.0 |1674M|2295 |   - |2888 | 826 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
1150.71/1150.77	c  1118s|  5940k|  5916k|     0 |   0.0 |1677M|2295 |   - |2888 | 858 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
1152.72/1152.73	c  1120s|  5950k|  5926k|     0 |   0.0 |1680M|2295 |   - |2888 | 829 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
1154.61/1154.68	c  1122s|  5960k|  5936k|     0 |   0.0 |1683M|2295 |   - |2888 | 823 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
1156.61/1156.70	c  1124s|  5970k|  5946k|     0 |   0.0 |1685M|2295 |   - |2888 | 841 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
1158.70/1158.70	c  1126s|  5980k|  5956k|     0 |   0.0 |1688M|2295 |   - |2888 | 829 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
1160.70/1160.71	c  1128s|  5990k|  5966k|     0 |   0.0 |1691M|2295 |   - |2888 | 885 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
1162.62/1162.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1162.62/1162.70	c  1130s|  6000k|  5976k|     0 |   0.0 |1694M|2295 |   - |2888 | 849 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
1164.61/1164.68	c  1132s|  6010k|  5986k|     0 |   0.0 |1696M|2295 |   - |2888 | 805 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
1166.61/1166.69	c  1134s|  6020k|  5995k|     0 |   0.0 |1699M|2295 |   - |2888 | 803 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
1168.61/1168.68	c  1135s|  6030k|  6005k|     0 |   0.0 |1702M|2295 |   - |2888 | 831 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
1170.61/1170.65	c  1137s|  6040k|  6015k|     0 |   0.0 |1704M|2295 |   - |2888 | 819 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
1172.62/1172.67	c  1139s|  6050k|  6025k|     0 |   0.0 |1707M|2295 |   - |2888 | 837 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
1174.61/1174.67	c  1141s|  6060k|  6035k|     0 |   0.0 |1710M|2295 |   - |2888 | 793 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
1176.60/1176.67	c  1143s|  6070k|  6045k|     0 |   0.0 |1713M|2295 |   - |2888 | 778 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
1178.60/1178.68	c  1145s|  6080k|  6055k|     0 |   0.0 |1715M|2295 |   - |2888 | 794 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
1180.71/1180.71	c  1147s|  6090k|  6065k|     0 |   0.0 |1718M|2295 |   - |2888 | 775 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
1182.71/1182.70	c  1149s|  6100k|  6075k|     0 |   0.0 |1721M|2295 |   - |2888 | 792 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
1184.61/1184.61	c  1151s|  6110k|  6085k|     0 |   0.0 |1723M|2295 |   - |2888 | 767 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
1186.61/1186.62	c  1153s|  6120k|  6095k|     0 |   0.0 |1726M|2295 |   - |2888 | 749 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
1188.61/1188.66	c  1155s|  6130k|  6105k|     0 |   0.0 |1729M|2295 |   - |2888 | 785 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
1190.71/1190.70	c  1157s|  6140k|  6115k|     0 |   0.0 |1732M|2295 |   - |2888 | 775 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
1192.61/1192.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1192.61/1192.62	c  1159s|  6150k|  6125k|     0 |   0.0 |1734M|2295 |   - |2888 | 768 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
1194.62/1194.62	c  1161s|  6160k|  6135k|     0 |   0.0 |1737M|2295 |   - |2888 | 760 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
1196.61/1196.61	c  1163s|  6170k|  6145k|     0 |   0.0 |1740M|2295 |   - |2888 | 739 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
1198.51/1198.57	c  1165s|  6180k|  6155k|     0 |   0.0 |1743M|2295 |   - |2888 | 739 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
1200.51/1200.52	c  1166s|  6190k|  6165k|     0 |   0.0 |1745M|2295 |   - |2888 | 752 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
1202.41/1202.48	c  1168s|  6200k|  6175k|     0 |   0.0 |1748M|2295 |   - |2888 | 749 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
1204.41/1204.45	c  1170s|  6210k|  6185k|     0 |   0.0 |1751M|2295 |   - |2888 | 778 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
1206.41/1206.46	c  1172s|  6220k|  6195k|     0 |   0.0 |1753M|2295 |   - |2888 | 768 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
1208.41/1208.44	c  1174s|  6230k|  6205k|     0 |   0.0 |1756M|2295 |   - |2888 | 771 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
1210.41/1210.42	c  1176s|  6240k|  6215k|     0 |   0.0 |1759M|2295 |   - |2888 | 759 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
1212.41/1212.43	c  1178s|  6250k|  6225k|     0 |   0.0 |1762M|2295 |   - |2888 | 742 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
1214.42/1214.43	c  1180s|  6260k|  6235k|     0 |   0.0 |1764M|2295 |   - |2888 | 767 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
1216.31/1216.39	c  1182s|  6270k|  6245k|     0 |   0.0 |1767M|2295 |   - |2888 | 738 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
1218.41/1218.40	c  1184s|  6280k|  6255k|     0 |   0.0 |1770M|2295 |   - |2888 | 757 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
1220.30/1220.34	c  1186s|  6290k|  6265k|     0 |   0.0 |1772M|2295 |   - |2888 | 743 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
1222.31/1222.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1222.31/1222.36	c  1188s|  6300k|  6275k|     0 |   0.0 |1775M|2295 |   - |2888 | 758 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
1224.32/1224.35	c  1190s|  6310k|  6285k|     0 |   0.0 |1778M|2295 |   - |2888 | 753 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
1226.31/1226.32	c  1192s|  6320k|  6295k|     0 |   0.0 |1781M|2295 |   - |2888 | 731 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
1228.21/1228.29	c  1194s|  6330k|  6305k|     0 |   0.0 |1783M|2295 |   - |2888 | 734 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
1230.20/1230.28	c  1195s|  6340k|  6314k|     0 |   0.0 |1786M|2295 |   - |2888 | 745 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
1232.21/1232.28	c  1197s|  6350k|  6324k|     0 |   0.0 |1789M|2295 |   - |2888 | 731 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
1234.22/1234.24	c  1199s|  6360k|  6334k|     0 |   0.0 |1792M|2295 |   - |2888 | 743 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
1236.11/1236.19	c  1201s|  6370k|  6344k|     0 |   0.0 |1794M|2295 |   - |2888 | 760 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
1238.11/1238.16	c  1203s|  6380k|  6354k|     0 |   0.0 |1797M|2295 |   - |2888 | 731 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
1240.00/1240.10	c  1205s|  6390k|  6364k|     0 |   0.0 |1800M|2295 |   - |2888 | 722 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
1242.11/1242.12	c  1207s|  6400k|  6374k|     0 |   0.0 |1802M|2295 |   - |2888 | 718 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
1244.12/1244.12	c  1209s|  6410k|  6384k|     0 |   0.0 |1805M|2295 |   - |2888 | 714 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
1246.11/1246.13	c  1211s|  6420k|  6394k|     0 |   0.0 |1808M|2295 |   - |2888 | 717 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
1248.11/1248.13	c  1213s|  6430k|  6404k|     0 |   0.0 |1811M|2295 |   - |2888 | 695 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
1250.11/1250.13	c  1215s|  6440k|  6414k|     0 |   0.0 |1813M|2295 |   - |2888 | 694 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
1252.11/1252.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1252.11/1252.12	c  1217s|  6450k|  6424k|     0 |   0.0 |1816M|2295 |   - |2888 | 701 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
1254.02/1254.09	c  1219s|  6460k|  6434k|     0 |   0.0 |1819M|2295 |   - |2888 | 678 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
1256.01/1256.04	c  1221s|  6470k|  6444k|     0 |   0.0 |1821M|2295 |   - |2888 | 677 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
1258.01/1258.06	c  1222s|  6480k|  6454k|     0 |   0.0 |1824M|2295 |   - |2888 | 705 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
1260.01/1260.06	c  1224s|  6490k|  6464k|     0 |   0.0 |1827M|2295 |   - |2888 | 713 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
1262.01/1262.04	c  1226s|  6500k|  6474k|     0 |   0.0 |1830M|2295 |   - |2888 | 721 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
1264.01/1264.02	c  1228s|  6510k|  6484k|     0 |   0.0 |1832M|2295 |   - |2888 | 738 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
1266.02/1266.06	c  1230s|  6520k|  6494k|     0 |   0.0 |1835M|2295 |   - |2888 | 724 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
1268.01/1268.03	c  1232s|  6530k|  6504k|     0 |   0.0 |1838M|2295 |   - |2888 | 761 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
1270.01/1270.03	c  1234s|  6540k|  6514k|     0 |   0.0 |1841M|2295 |   - |2888 | 746 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
1272.01/1272.04	c  1236s|  6550k|  6524k|     0 |   0.0 |1843M|2295 |   - |2888 | 773 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
1274.01/1274.04	c  1238s|  6560k|  6534k|     0 |   0.0 |1846M|2295 |   - |2888 | 774 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
1276.02/1276.06	c  1240s|  6570k|  6544k|     0 |   0.0 |1849M|2295 |   - |2888 | 819 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
1278.01/1278.06	c  1242s|  6580k|  6554k|     0 |   0.0 |1852M|2295 |   - |2888 | 794 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
1280.01/1280.01	c  1244s|  6590k|  6564k|     0 |   0.0 |1854M|2295 |   - |2888 | 767 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
1281.91/1281.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1281.91/1281.93	c  1246s|  6600k|  6574k|     0 |   0.0 |1857M|2295 |   - |2888 | 776 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
1283.91/1283.92	c  1248s|  6610k|  6584k|     0 |   0.0 |1860M|2295 |   - |2888 | 782 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
1285.92/1285.92	c  1250s|  6620k|  6594k|     0 |   0.0 |1862M|2295 |   - |2888 | 777 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
1287.91/1287.92	c  1252s|  6630k|  6604k|     0 |   0.0 |1865M|2295 |   - |2888 | 772 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
1289.91/1289.95	c  1254s|  6640k|  6614k|     0 |   0.0 |1868M|2295 |   - |2888 | 772 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
1291.92/1291.96	c  1255s|  6650k|  6624k|     0 |   0.0 |1871M|2295 |   - |2888 | 781 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
1293.91/1293.91	c  1257s|  6660k|  6634k|     0 |   0.0 |1873M|2295 |   - |2888 | 777 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
1295.82/1295.87	c  1259s|  6670k|  6643k|     0 |   0.0 |1876M|2295 |   - |2888 | 775 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
1297.81/1297.84	c  1261s|  6680k|  6653k|     0 |   0.0 |1879M|2295 |   - |2888 | 804 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
1299.81/1299.87	c  1263s|  6690k|  6663k|     0 |   0.0 |1881M|2295 |   - |2888 | 858 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
1301.81/1301.84	c  1265s|  6700k|  6673k|     0 |   0.0 |1884M|2295 |   - |2888 | 829 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
1303.71/1303.79	c  1267s|  6710k|  6683k|     0 |   0.0 |1887M|2295 |   - |2888 | 812 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
1305.71/1305.77	c  1269s|  6720k|  6693k|     0 |   0.0 |1890M|2295 |   - |2888 | 823 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
1307.71/1307.75	c  1271s|  6730k|  6703k|     0 |   0.0 |1892M|2295 |   - |2888 | 829 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
1309.71/1309.76	c  1273s|  6740k|  6713k|     0 |   0.0 |1895M|2295 |   - |2888 | 857 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
1311.71/1311.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1311.71/1311.73	c  1275s|  6750k|  6723k|     0 |   0.0 |1898M|2295 |   - |2888 | 848 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
1313.71/1313.72	c  1277s|  6760k|  6733k|     0 |   0.0 |1900M|2295 |   - |2888 | 845 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
1315.62/1315.68	c  1279s|  6770k|  6743k|     0 |   0.0 |1903M|2295 |   - |2888 | 852 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
1317.61/1317.70	c  1280s|  6780k|  6753k|     0 |   0.0 |1906M|2295 |   - |2888 | 856 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
1319.71/1319.74	c  1282s|  6790k|  6763k|     0 |   0.0 |1909M|2295 |   - |2888 | 845 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
1321.71/1321.71	c  1284s|  6800k|  6773k|     0 |   0.0 |1911M|2295 |   - |2888 | 825 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
1323.61/1323.66	c  1286s|  6810k|  6783k|     0 |   0.0 |1914M|2295 |   - |2888 | 815 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
1325.61/1325.60	c  1288s|  6820k|  6793k|     0 |   0.0 |1917M|2295 |   - |2888 | 806 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
1327.51/1327.59	c  1290s|  6830k|  6803k|     0 |   0.0 |1919M|2295 |   - |2888 | 832 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
1329.52/1329.56	c  1292s|  6840k|  6813k|     0 |   0.0 |1922M|2295 |   - |2888 | 812 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
1331.51/1331.54	c  1294s|  6850k|  6823k|     0 |   0.0 |1925M|2295 |   - |2888 | 816 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
1333.52/1333.56	c  1296s|  6860k|  6833k|     0 |   0.0 |1928M|2295 |   - |2888 | 838 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
1335.51/1335.53	c  1298s|  6870k|  6843k|     0 |   0.0 |1930M|2295 |   - |2888 | 789 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
1337.52/1337.50	c  1300s|  6880k|  6853k|     0 |   0.0 |1933M|2295 |   - |2888 | 791 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
1339.51/1339.50	c  1302s|  6890k|  6863k|     0 |   0.0 |1936M|2295 |   - |2888 | 810 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
1341.42/1341.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1341.42/1341.49	c  1304s|  6900k|  6873k|     0 |   0.0 |1938M|2295 |   - |2888 | 789 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
1343.41/1343.44	c  1306s|  6910k|  6883k|     0 |   0.0 |1941M|2295 |   - |2888 | 792 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
1345.41/1345.46	c  1307s|  6920k|  6893k|     0 |   0.0 |1944M|2295 |   - |2888 | 816 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
1347.41/1347.41	c  1309s|  6930k|  6903k|     0 |   0.0 |1947M|2295 |   - |2888 | 759 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
1349.41/1349.41	c  1311s|  6940k|  6913k|     0 |   0.0 |1949M|2295 |   - |2888 | 798 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
1351.31/1351.37	c  1313s|  6950k|  6923k|     0 |   0.0 |1952M|2295 |   - |2888 | 771 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
1353.31/1353.32	c  1315s|  6960k|  6933k|     0 |   0.0 |1955M|2295 |   - |2888 | 788 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
1355.22/1355.29	c  1317s|  6970k|  6943k|     0 |   0.0 |1958M|2295 |   - |2888 | 812 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
1357.22/1357.27	c  1319s|  6980k|  6953k|     0 |   0.0 |1960M|2295 |   - |2888 | 783 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
1359.22/1359.25	c  1321s|  6990k|  6963k|     0 |   0.0 |1963M|2295 |   - |2888 | 839 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
1361.22/1361.24	c  1323s|  7000k|  6972k|     0 |   0.0 |1966M|2295 |   - |2888 | 768 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
1363.11/1363.18	c  1325s|  7010k|  6982k|     0 |   0.0 |1969M|2295 |   - |2888 | 739 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
1365.12/1365.17	c  1327s|  7020k|  6992k|     0 |   0.0 |1971M|2295 |   - |2888 | 750 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
1367.12/1367.13	c  1329s|  7030k|  7002k|     0 |   0.0 |1974M|2295 |   - |2888 | 722 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
1369.01/1369.08	c  1330s|  7040k|  7012k|     0 |   0.0 |1977M|2295 |   - |2888 | 704 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
1371.01/1371.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1371.01/1371.05	c  1332s|  7050k|  7022k|     0 |   0.0 |1979M|2295 |   - |2888 | 727 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
1373.01/1373.03	c  1334s|  7060k|  7032k|     0 |   0.0 |1982M|2295 |   - |2888 | 735 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
1375.02/1375.06	c  1336s|  7070k|  7042k|     0 |   0.0 |1985M|2295 |   - |2888 | 742 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
1377.01/1377.07	c  1338s|  7080k|  7052k|     0 |   0.0 |1988M|2295 |   - |2888 | 741 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
1379.01/1379.06	c  1340s|  7090k|  7062k|     0 |   0.0 |1990M|2295 |   - |2888 | 736 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
1381.01/1381.06	c  1342s|  7100k|  7072k|     0 |   0.0 |1993M|2295 |   - |2888 | 693 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
1383.01/1383.06	c  1344s|  7110k|  7082k|     0 |   0.0 |1996M|2295 |   - |2888 | 707 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
1385.01/1385.02	c  1346s|  7120k|  7092k|     0 |   0.0 |1999M|2295 |   - |2888 | 694 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
1386.91/1386.98	c  1348s|  7130k|  7102k|     0 |   0.0 |2001M|2295 |   - |2888 | 695 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
1389.01/1389.01	c  1350s|  7140k|  7112k|     0 |   0.0 |2004M|2295 |   - |2888 | 741 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
1391.01/1391.04	c  1352s|  7150k|  7122k|     0 |   0.0 |2007M|2295 |   - |2888 | 697 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
1393.02/1393.04	c  1354s|  7160k|  7132k|     0 |   0.0 |2009M|2295 |   - |2888 | 715 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
1395.01/1395.00	c  1356s|  7170k|  7142k|     0 |   0.0 |2012M|2295 |   - |2888 | 724 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
1396.92/1396.97	c  1358s|  7180k|  7152k|     0 |   0.0 |2015M|2295 |   - |2888 | 700 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
1398.91/1398.94	c  1359s|  7190k|  7162k|     0 |   0.0 |2018M|2295 |   - |2888 | 682 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
1400.91/1400.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1400.91/1400.96	c  1361s|  7200k|  7172k|     0 |   0.0 |2020M|2295 |   - |2888 | 678 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
1402.91/1402.95	c  1363s|  7210k|  7182k|     0 |   0.0 |2023M|2295 |   - |2888 | 691 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
1404.91/1404.91	c  1365s|  7220k|  7192k|     0 |   0.0 |2026M|2295 |   - |2888 | 663 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
1406.82/1406.90	c  1367s|  7230k|  7202k|     0 |   0.0 |2028M|2295 |   - |2888 | 651 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
1408.81/1408.89	c  1369s|  7240k|  7212k|     0 |   0.0 |2031M|2295 |   - |2888 | 677 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
1410.81/1410.86	c  1371s|  7250k|  7222k|     0 |   0.0 |2034M|2295 |   - |2888 | 650 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
1412.81/1412.80	c  1373s|  7260k|  7232k|     0 |   0.0 |2037M|2295 |   - |2888 | 674 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
1414.81/1414.81	c  1375s|  7270k|  7242k|     0 |   0.0 |2039M|2295 |   - |2888 | 700 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
1416.82/1416.85	c  1377s|  7280k|  7252k|     0 |   0.0 |2042M|2295 |   - |2888 | 723 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
1418.81/1418.88	c  1379s|  7290k|  7262k|     0 |   0.0 |2045M|2295 |   - |2888 | 740 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
1420.82/1420.86	c  1381s|  7300k|  7272k|     0 |   0.0 |2048M|2295 |   - |2888 | 715 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
1422.82/1422.85	c  1383s|  7310k|  7282k|     0 |   0.0 |2050M|2295 |   - |2888 | 704 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
1424.81/1424.85	c  1385s|  7320k|  7292k|     0 |   0.0 |2053M|2295 |   - |2888 | 705 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
1426.81/1426.88	c  1387s|  7330k|  7301k|     0 |   0.0 |2056M|2295 |   - |2888 | 734 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
1428.82/1428.82	c  1389s|  7340k|  7311k|     0 |   0.0 |2058M|2295 |   - |2888 | 696 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
1430.82/1430.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1430.82/1430.84	c  1391s|  7350k|  7321k|     0 |   0.0 |2061M|2295 |   - |2888 | 693 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
1432.82/1432.84	c  1392s|  7360k|  7331k|     0 |   0.0 |2064M|2295 |   - |2888 | 748 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
1434.81/1434.83	c  1394s|  7370k|  7341k|     0 |   0.0 |2067M|2295 |   - |2888 | 729 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
1436.81/1436.82	c  1396s|  7380k|  7351k|     0 |   0.0 |2069M|2295 |   - |2888 | 711 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
1438.82/1438.85	c  1398s|  7390k|  7361k|     0 |   0.0 |2072M|2295 |   - |2888 | 741 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
1440.81/1440.89	c  1400s|  7400k|  7371k|     0 |   0.0 |2075M|2295 |   - |2888 | 720 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
1442.81/1442.88	c  1402s|  7410k|  7381k|     0 |   0.0 |2078M|2295 |   - |2888 | 714 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
1444.81/1444.89	c  1404s|  7420k|  7391k|     0 |   0.0 |2080M|2295 |   - |2888 | 679 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
1446.81/1446.86	c  1406s|  7430k|  7401k|     0 |   0.0 |2083M|2295 |   - |2888 | 685 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
1448.81/1448.86	c  1408s|  7440k|  7411k|     0 |   0.0 |2086M|2295 |   - |2888 | 700 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
1450.82/1450.89	c  1410s|  7450k|  7421k|     0 |   0.0 |2088M|2295 |   - |2888 | 790 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
1452.81/1452.89	c  1412s|  7460k|  7431k|     0 |   0.0 |2091M|2295 |   - |2888 | 743 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
1454.92/1454.90	c  1414s|  7470k|  7441k|     0 |   0.0 |2094M|2295 |   - |2888 | 744 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
1456.92/1456.90	c  1416s|  7480k|  7451k|     0 |   0.0 |2097M|2295 |   - |2888 | 767 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
1458.81/1458.88	c  1418s|  7490k|  7461k|     0 |   0.0 |2099M|2295 |   - |2888 | 745 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
1460.82/1460.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1460.82/1460.81	c  1420s|  7500k|  7471k|     0 |   0.0 |2102M|2295 |   - |2888 | 757 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
1462.92/1462.91	c  1422s|  7510k|  7481k|     0 |   0.0 |2105M|2295 |   - |2888 | 739 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
1464.91/1464.90	c  1424s|  7520k|  7491k|     0 |   0.0 |2107M|2295 |   - |2888 | 724 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
1466.81/1466.85	c  1426s|  7530k|  7501k|     0 |   0.0 |2110M|2295 |   - |2888 | 748 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
1468.82/1468.82	c  1427s|  7540k|  7511k|     0 |   0.0 |2113M|2295 |   - |2888 | 721 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
1470.82/1470.82	c  1429s|  7550k|  7521k|     0 |   0.0 |2116M|2295 |   - |2888 | 780 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
1472.72/1472.79	c  1431s|  7560k|  7531k|     0 |   0.0 |2118M|2295 |   - |2888 | 758 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
1474.72/1474.76	c  1433s|  7570k|  7541k|     0 |   0.0 |2121M|2295 |   - |2888 | 750 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
1476.81/1476.80	c  1435s|  7580k|  7551k|     0 |   0.0 |2124M|2295 |   - |2888 | 756 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
1478.71/1478.79	c  1437s|  7590k|  7561k|     0 |   0.0 |2126M|2295 |   - |2888 | 746 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
1480.71/1480.77	c  1439s|  7600k|  7571k|     0 |   0.0 |2129M|2295 |   - |2888 | 741 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
1482.61/1482.70	c  1441s|  7610k|  7581k|     0 |   0.0 |2132M|2295 |   - |2888 | 729 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
1484.61/1484.69	c  1443s|  7620k|  7591k|     0 |   0.0 |2135M|2295 |   - |2888 | 732 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
1486.62/1486.65	c  1445s|  7630k|  7601k|     0 |   0.0 |2137M|2295 |   - |2888 | 738 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
1488.61/1488.61	c  1447s|  7640k|  7611k|     0 |   0.0 |2140M|2295 |   - |2888 | 740 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
1490.52/1490.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1490.52/1490.54	c  1449s|  7650k|  7621k|     0 |   0.0 |2143M|2295 |   - |2888 | 764 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
1492.51/1492.57	c  1451s|  7660k|  7630k|     0 |   0.0 |2145M|2295 |   - |2888 | 758 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
1494.51/1494.54	c  1452s|  7670k|  7640k|     0 |   0.0 |2148M|2295 |   - |2888 | 736 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
1496.41/1496.48	c  1454s|  7680k|  7650k|     0 |   0.0 |2151M|2295 |   - |2888 | 729 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
1498.51/1498.52	c  1456s|  7690k|  7660k|     0 |   0.0 |2154M|2295 |   - |2888 | 751 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
1500.42/1500.49	c  1458s|  7700k|  7670k|     0 |   0.0 |2156M|2295 |   - |2888 | 739 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
1502.41/1502.47	c  1460s|  7710k|  7680k|     0 |   0.0 |2159M|2295 |   - |2888 | 731 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
1504.42/1504.48	c  1462s|  7720k|  7690k|     0 |   0.0 |2162M|2295 |   - |2888 | 699 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
1506.41/1506.42	c  1464s|  7730k|  7700k|     0 |   0.0 |2165M|2295 |   - |2888 | 678 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
1508.42/1508.41	c  1466s|  7740k|  7710k|     0 |   0.0 |2167M|2295 |   - |2888 | 728 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
1510.42/1510.42	c  1468s|  7750k|  7720k|     0 |   0.0 |2170M|2295 |   - |2888 | 722 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
1512.42/1512.40	c  1470s|  7760k|  7730k|     0 |   0.0 |2173M|2295 |   - |2888 | 735 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
1514.31/1514.34	c  1472s|  7770k|  7740k|     0 |   0.0 |2176M|2295 |   - |2888 | 745 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
1516.31/1516.30	c  1474s|  7780k|  7750k|     0 |   0.0 |2178M|2295 |   - |2888 | 751 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
1518.31/1518.33	c  1476s|  7790k|  7760k|     0 |   0.0 |2181M|2295 |   - |2888 | 747 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
1520.32/1520.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1520.32/1520.35	c  1478s|  7800k|  7770k|     0 |   0.0 |2184M|2295 |   - |2888 | 751 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
1522.22/1522.28	c  1479s|  7810k|  7780k|     0 |   0.0 |2186M|2295 |   - |2888 | 743 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
1524.22/1524.22	c  1481s|  7820k|  7790k|     0 |   0.0 |2189M|2295 |   - |2888 | 772 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
1526.22/1526.20	c  1483s|  7830k|  7800k|     0 |   0.0 |2192M|2295 |   - |2888 | 754 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
1528.22/1528.24	c  1485s|  7840k|  7810k|     0 |   0.0 |2195M|2295 |   - |2888 | 764 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
1530.22/1530.20	c  1487s|  7850k|  7820k|     0 |   0.0 |2197M|2295 |   - |2888 | 789 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
1532.11/1532.18	c  1489s|  7860k|  7830k|     0 |   0.0 |2200M|2295 |   - |2888 | 793 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
1534.11/1534.18	c  1491s|  7870k|  7840k|     0 |   0.0 |2203M|2295 |   - |2888 | 786 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
1536.12/1536.19	c  1493s|  7880k|  7850k|     0 |   0.0 |2206M|2295 |   - |2888 | 825 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
1538.11/1538.14	c  1495s|  7890k|  7860k|     0 |   0.0 |2208M|2295 |   - |2888 | 785 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
1540.12/1540.11	c  1497s|  7900k|  7870k|     0 |   0.0 |2211M|2295 |   - |2888 | 765 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
1542.02/1542.05	c  1499s|  7910k|  7880k|     0 |   0.0 |2214M|2295 |   - |2888 | 774 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
1544.11/1544.10	c  1501s|  7920k|  7890k|     0 |   0.0 |2216M|2295 |   - |2888 | 801 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
1546.01/1546.08	c  1503s|  7930k|  7900k|     0 |   0.0 |2219M|2295 |   - |2888 | 775 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
1548.12/1548.10	c  1505s|  7940k|  7910k|     0 |   0.0 |2222M|2295 |   - |2888 | 790 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
1550.01/1550.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1550.01/1550.03	c  1506s|  7950k|  7920k|     0 |   0.0 |2224M|2295 |   - |2888 | 785 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
1551.91/1552.00	c  1508s|  7960k|  7930k|     0 |   0.0 |2227M|2295 |   - |2888 | 794 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
1553.91/1553.98	c  1510s|  7970k|  7940k|     0 |   0.0 |2230M|2295 |   - |2888 | 807 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
1556.02/1556.01	c  1512s|  7980k|  7950k|     0 |   0.0 |2233M|2295 |   - |2888 | 830 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
1558.02/1558.04	c  1514s|  7990k|  7959k|     0 |   0.0 |2235M|2295 |   - |2888 | 836 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
1560.01/1560.03	c  1516s|  8000k|  7969k|     0 |   0.0 |2238M|2295 |   - |2888 | 841 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
1562.02/1562.02	c  1518s|  8010k|  7979k|     0 |   0.0 |2241M|2295 |   - |2888 | 851 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
1564.01/1564.01	c  1520s|  8020k|  7989k|     0 |   0.0 |2244M|2295 |   - |2888 | 825 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
1565.92/1565.95	c  1522s|  8030k|  7999k|     0 |   0.0 |2246M|2295 |   - |2888 | 838 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
1567.91/1567.92	c  1524s|  8040k|  8009k|     0 |   0.0 |2249M|2295 |   - |2888 | 809 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
1569.92/1569.95	c  1526s|  8050k|  8019k|     0 |   0.0 |2252M|2295 |   - |2888 | 856 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
1571.92/1571.93	c  1528s|  8060k|  8029k|     0 |   0.0 |2254M|2295 |   - |2888 | 819 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
1573.81/1573.87	c  1530s|  8070k|  8039k|     0 |   0.0 |2257M|2295 |   - |2888 | 831 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
1575.92/1575.95	c  1532s|  8080k|  8049k|     0 |   0.0 |2260M|2295 |   - |2888 | 861 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
1577.91/1577.97	c  1534s|  8090k|  8059k|     0 |   0.0 |2263M|2295 |   - |2888 | 817 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
1579.92/1579.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1579.92/1579.94	c  1536s|  8100k|  8069k|     0 |   0.0 |2265M|2295 |   - |2888 | 796 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
1581.92/1581.90	c  1537s|  8110k|  8079k|     0 |   0.0 |2268M|2295 |   - |2888 | 817 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
1583.81/1583.82	c  1539s|  8120k|  8089k|     0 |   0.0 |2271M|2295 |   - |2888 | 796 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
1585.71/1585.76	c  1541s|  8130k|  8099k|     0 |   0.0 |2273M|2295 |   - |2888 | 817 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
1587.62/1587.68	c  1543s|  8140k|  8109k|     0 |   0.0 |2276M|2295 |   - |2888 | 819 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
1589.72/1589.72	c  1545s|  8150k|  8119k|     0 |   0.0 |2279M|2295 |   - |2888 | 845 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
1591.62/1591.68	c  1547s|  8160k|  8129k|     0 |   0.0 |2282M|2295 |   - |2888 | 814 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
1593.62/1593.68	c  1549s|  8170k|  8139k|     0 |   0.0 |2284M|2295 |   - |2888 | 821 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
1595.61/1595.63	c  1551s|  8180k|  8149k|     0 |   0.0 |2287M|2295 |   - |2888 | 802 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
1597.52/1597.52	c  1553s|  8190k|  8159k|     0 |   0.0 |2290M|2295 |   - |2888 | 790 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
1599.43/1599.49	c  1555s|  8200k|  8169k|     0 |   0.0 |2292M|2295 |   - |2888 | 807 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
1601.52/1601.53	c  1557s|  8210k|  8179k|     0 |   0.0 |2295M|2295 |   - |2888 | 814 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
1603.42/1603.46	c  1558s|  8220k|  8189k|     0 |   0.0 |2298M|2295 |   - |2888 | 782 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
1605.51/1605.53	c  1560s|  8230k|  8199k|     0 |   0.0 |2301M|2295 |   - |2888 | 816 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
1607.51/1607.52	c  1562s|  8240k|  8209k|     0 |   0.0 |2303M|2295 |   - |2888 | 798 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
1609.41/1609.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1609.41/1609.49	c  1564s|  8250k|  8219k|     0 |   0.0 |2306M|2295 |   - |2888 | 802 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
1611.42/1611.50	c  1566s|  8260k|  8229k|     0 |   0.0 |2309M|2295 |   - |2888 | 798 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
1613.52/1613.51	c  1568s|  8270k|  8239k|     0 |   0.0 |2312M|2295 |   - |2888 | 807 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
1615.41/1615.47	c  1570s|  8280k|  8249k|     0 |   0.0 |2314M|2295 |   - |2888 | 796 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
1617.32/1617.39	c  1572s|  8290k|  8259k|     0 |   0.0 |2317M|2295 |   - |2888 | 828 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
1619.32/1619.38	c  1574s|  8300k|  8269k|     0 |   0.0 |2320M|2295 |   - |2888 | 789 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
1621.32/1621.37	c  1576s|  8310k|  8279k|     0 |   0.0 |2322M|2295 |   - |2888 | 796 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
1623.32/1623.38	c  1578s|  8320k|  8289k|     0 |   0.0 |2325M|2295 |   - |2888 | 795 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
1625.31/1625.34	c  1580s|  8330k|  8298k|     0 |   0.0 |2328M|2295 |   - |2888 | 784 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
1627.32/1627.34	c  1582s|  8340k|  8308k|     0 |   0.0 |2331M|2295 |   - |2888 | 785 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
1629.32/1629.38	c  1584s|  8350k|  8318k|     0 |   0.0 |2333M|2295 |   - |2888 | 833 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
1631.32/1631.38	c  1586s|  8360k|  8328k|     0 |   0.0 |2336M|2295 |   - |2888 | 800 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
1633.42/1633.41	c  1588s|  8370k|  8338k|     0 |   0.0 |2339M|2295 |   - |2888 | 793 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
1635.42/1635.40	c  1589s|  8380k|  8348k|     0 |   0.0 |2342M|2295 |   - |2888 | 787 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
1637.31/1637.39	c  1591s|  8390k|  8358k|     0 |   0.0 |2344M|2295 |   - |2888 | 806 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
1639.31/1639.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1639.31/1639.35	c  1593s|  8400k|  8368k|     0 |   0.0 |2347M|2295 |   - |2888 | 825 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
1641.22/1641.28	c  1595s|  8410k|  8378k|     0 |   0.0 |2350M|2295 |   - |2888 | 806 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
1643.33/1643.39	c  1597s|  8420k|  8388k|     0 |   0.0 |2352M|2295 |   - |2888 | 853 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
1645.31/1645.36	c  1599s|  8430k|  8398k|     0 |   0.0 |2355M|2295 |   - |2888 | 816 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
1647.41/1647.40	c  1601s|  8440k|  8408k|     0 |   0.0 |2358M|2295 |   - |2888 | 841 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
1649.32/1649.39	c  1603s|  8450k|  8418k|     0 |   0.0 |2361M|2295 |   - |2888 | 840 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
1651.41/1651.42	c  1605s|  8460k|  8428k|     0 |   0.0 |2363M|2295 |   - |2888 | 860 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
1653.42/1653.43	c  1607s|  8470k|  8438k|     0 |   0.0 |2366M|2295 |   - |2888 | 850 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
1655.32/1655.39	c  1609s|  8480k|  8448k|     0 |   0.0 |2369M|2295 |   - |2888 | 818 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
1657.31/1657.31	c  1611s|  8490k|  8458k|     0 |   0.0 |2371M|2295 |   - |2888 | 825 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
1659.22/1659.27	c  1613s|  8500k|  8468k|     0 |   0.0 |2374M|2295 |   - |2888 | 837 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
1661.21/1661.23	c  1615s|  8510k|  8478k|     0 |   0.0 |2377M|2295 |   - |2888 | 842 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
1663.22/1663.23	c  1617s|  8520k|  8488k|     0 |   0.0 |2380M|2295 |   - |2888 | 853 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
1665.22/1665.22	c  1618s|  8530k|  8498k|     0 |   0.0 |2382M|2295 |   - |2888 | 808 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
1667.21/1667.20	c  1620s|  8540k|  8508k|     0 |   0.0 |2385M|2295 |   - |2888 | 832 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
1669.11/1669.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1669.11/1669.15	c  1622s|  8550k|  8518k|     0 |   0.0 |2388M|2295 |   - |2888 | 845 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
1671.12/1671.17	c  1624s|  8560k|  8528k|     0 |   0.0 |2391M|2295 |   - |2888 | 839 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
1673.12/1673.14	c  1626s|  8570k|  8538k|     0 |   0.0 |2393M|2295 |   - |2888 | 798 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
1675.02/1675.09	c  1628s|  8580k|  8548k|     0 |   0.0 |2396M|2295 |   - |2888 | 806 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
1677.02/1677.08	c  1630s|  8590k|  8558k|     0 |   0.0 |2399M|2295 |   - |2888 | 814 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
1679.02/1679.06	c  1632s|  8600k|  8568k|     0 |   0.0 |2401M|2295 |   - |2888 | 795 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
1681.02/1681.05	c  1634s|  8610k|  8578k|     0 |   0.0 |2404M|2295 |   - |2888 | 805 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
1683.02/1683.06	c  1636s|  8620k|  8588k|     0 |   0.0 |2407M|2295 |   - |2888 | 790 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
1685.01/1685.07	c  1638s|  8630k|  8598k|     0 |   0.0 |2410M|2295 |   - |2888 | 833 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
1687.02/1687.05	c  1640s|  8640k|  8607k|     0 |   0.0 |2412M|2295 |   - |2888 | 800 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
1689.01/1689.00	c  1642s|  8650k|  8617k|     0 |   0.0 |2415M|2295 |   - |2888 | 785 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
1690.91/1690.94	c  1643s|  8660k|  8627k|     0 |   0.0 |2418M|2295 |   - |2888 | 779 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
1692.92/1692.95	c  1645s|  8670k|  8637k|     0 |   0.0 |2420M|2295 |   - |2888 | 784 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
1694.92/1695.00	c  1647s|  8680k|  8647k|     0 |   0.0 |2423M|2295 |   - |2888 | 838 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
1696.91/1696.95	c  1649s|  8690k|  8657k|     0 |   0.0 |2426M|2295 |   - |2888 | 822 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
1698.91/1698.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1698.91/1698.96	c  1651s|  8700k|  8667k|     0 |   0.0 |2428M|2295 |   - |2888 | 809 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
1701.02/1701.02	c  1653s|  8710k|  8677k|     0 |   0.0 |2431M|2295 |   - |2888 | 838 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
1703.02/1703.01	c  1655s|  8720k|  8687k|     0 |   0.0 |2434M|2295 |   - |2888 | 825 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
1704.92/1704.98	c  1657s|  8730k|  8697k|     0 |   0.0 |2437M|2295 |   - |2888 | 822 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
1706.91/1706.93	c  1659s|  8740k|  8707k|     0 |   0.0 |2439M|2295 |   - |2888 | 820 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
1708.92/1708.94	c  1661s|  8750k|  8717k|     0 |   0.0 |2442M|2295 |   - |2888 | 827 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
1710.92/1710.91	c  1663s|  8760k|  8727k|     0 |   0.0 |2445M|2295 |   - |2888 | 820 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
1712.82/1712.90	c  1665s|  8770k|  8737k|     0 |   0.0 |2447M|2295 |   - |2888 | 830 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
1714.82/1714.83	c  1667s|  8780k|  8747k|     0 |   0.0 |2450M|2295 |   - |2888 | 858 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
1716.82/1716.82	c  1669s|  8790k|  8757k|     0 |   0.0 |2453M|2295 |   - |2888 | 884 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
1718.72/1718.78	c  1671s|  8800k|  8767k|     0 |   0.0 |2456M|2295 |   - |2888 | 893 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
1720.71/1720.75	c  1672s|  8810k|  8777k|     0 |   0.0 |2458M|2295 |   - |2888 | 900 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
1722.72/1722.74	c  1674s|  8820k|  8787k|     0 |   0.0 |2461M|2295 |   - |2888 | 882 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
1724.73/1724.72	c  1676s|  8830k|  8797k|     0 |   0.0 |2464M|2295 |   - |2888 | 883 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
1726.61/1726.69	c  1678s|  8840k|  8807k|     0 |   0.0 |2466M|2295 |   - |2888 | 873 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
1728.61/1728.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1728.61/1728.65	c  1680s|  8850k|  8817k|     0 |   0.0 |2469M|2295 |   - |2888 | 902 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
1730.62/1730.66	c  1682s|  8860k|  8827k|     0 |   0.0 |2472M|2295 |   - |2888 | 910 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
1732.62/1732.63	c  1684s|  8870k|  8837k|     0 |   0.0 |2475M|2295 |   - |2888 | 884 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
1734.52/1734.58	c  1686s|  8880k|  8847k|     0 |   0.0 |2477M|2295 |   - |2888 | 862 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
1736.51/1736.55	c  1688s|  8890k|  8857k|     0 |   0.0 |2480M|2295 |   - |2888 | 868 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
1738.52/1738.53	c  1690s|  8900k|  8867k|     0 |   0.0 |2483M|2295 |   - |2888 | 866 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
1740.52/1740.51	c  1692s|  8910k|  8877k|     0 |   0.0 |2486M|2295 |   - |2888 | 850 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
1742.42/1742.47	c  1694s|  8920k|  8887k|     0 |   0.0 |2488M|2295 |   - |2888 | 889 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
1744.42/1744.42	c  1695s|  8930k|  8897k|     0 |   0.0 |2491M|2295 |   - |2888 | 868 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
1746.31/1746.39	c  1697s|  8940k|  8907k|     0 |   0.0 |2494M|2295 |   - |2888 | 893 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
1748.42/1748.43	c  1699s|  8950k|  8917k|     0 |   0.0 |2496M|2295 |   - |2888 | 847 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
1750.42/1750.47	c  1701s|  8960k|  8927k|     0 |   0.0 |2499M|2295 |   - |2888 | 890 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
1752.42/1752.40	c  1703s|  8970k|  8936k|     0 |   0.0 |2502M|2295 |   - |2888 | 856 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
1754.32/1754.38	c  1705s|  8980k|  8946k|     0 |   0.0 |2505M|2295 |   - |2888 | 876 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
1756.32/1756.36	c  1707s|  8990k|  8956k|     0 |   0.0 |2507M|2295 |   - |2888 | 856 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
1758.31/1758.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1758.31/1758.31	c  1709s|  9000k|  8966k|     0 |   0.0 |2510M|2295 |   - |2888 | 846 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
1760.22/1760.26	c  1711s|  9010k|  8976k|     0 |   0.0 |2513M|2295 |   - |2888 | 859 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
1762.31/1762.31	c  1713s|  9020k|  8986k|     0 |   0.0 |2516M|2295 |   - |2888 | 868 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
1764.21/1764.28	c  1715s|  9030k|  8996k|     0 |   0.0 |2518M|2295 |   - |2888 | 833 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
1766.22/1766.25	c  1717s|  9040k|  9006k|     0 |   0.0 |2521M|2295 |   - |2888 | 867 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
1768.22/1768.28	c  1719s|  9050k|  9016k|     0 |   0.0 |2524M|2295 |   - |2888 | 825 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
1770.22/1770.24	c  1721s|  9060k|  9026k|     0 |   0.0 |2526M|2295 |   - |2888 | 808 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
1772.22/1772.22	c  1722s|  9070k|  9036k|     0 |   0.0 |2529M|2295 |   - |2888 | 801 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
1774.12/1774.19	c  1724s|  9080k|  9046k|     0 |   0.0 |2532M|2295 |   - |2888 | 805 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
1776.22/1776.20	c  1726s|  9090k|  9056k|     0 |   0.0 |2535M|2295 |   - |2888 | 830 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
1778.12/1778.19	c  1728s|  9100k|  9066k|     0 |   0.0 |2537M|2295 |   - |2888 | 795 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
1780.12/1780.18	c  1730s|  9110k|  9076k|     0 |   0.0 |2540M|2295 |   - |2888 | 753 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
1782.12/1782.14	c  1732s|  9120k|  9086k|     0 |   0.0 |2543M|2295 |   - |2888 | 739 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
1784.02/1784.07	c  1734s|  9130k|  9096k|     0 |   0.0 |2545M|2295 |   - |2888 | 762 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
1786.12/1786.11	c  1736s|  9140k|  9106k|     0 |   0.0 |2548M|2295 |   - |2888 | 752 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
1788.12/1788.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1788.12/1788.10	c  1738s|  9150k|  9116k|     0 |   0.0 |2551M|2295 |   - |2888 | 773 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
1790.02/1790.06	c  1740s|  9160k|  9126k|     0 |   0.0 |2554M|2295 |   - |2888 | 754 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
1792.02/1792.00	c  1742s|  9170k|  9136k|     0 |   0.0 |2556M|2295 |   - |2888 | 797 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
1793.92/1794.00	c  1744s|  9180k|  9146k|     0 |   0.0 |2559M|2295 |   - |2888 | 810 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
1795.92/1795.99	c  1746s|  9190k|  9156k|     0 |   0.0 |2562M|2295 |   - |2888 | 818 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
1797.92/1797.94	c  1747s|  9200k|  9166k|     0 |   0.0 |2564M|2295 |   - |2888 | 767 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
1799.92/1799.96	c  1749s|  9210k|  9176k|     0 |   0.0 |2567M|2295 |   - |2888 | 810 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
1800.02/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.00	c 
1800.02/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.00	c Solving Time (sec) : 1749.48
1800.02/1800.00	c Solving Nodes      : 9210165
1800.02/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.02/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.02/1800.00	c Gap                : infinite
1800.02/1800.00	s UNKNOWN
1800.02/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.00	c Solving Time       :    1749.48
1800.02/1800.00	c Original Problem   :
1800.02/1800.00	c   Problem name     : HOME/instance-2693792-1277892927.wbo
1800.02/1800.00	c   Variables        : 2888 (2819 binary, 0 integer, 0 implicit integer, 69 continuous)
1800.02/1800.00	c   Constraints      : 175 initial, 175 maximal
1800.02/1800.00	c Presolved Problem  :
1800.02/1800.00	c   Problem name     : t_HOME/instance-2693792-1277892927.wbo
1800.02/1800.00	c   Variables        : 2888 (2819 binary, 0 integer, 0 implicit integer, 69 continuous)
1800.02/1800.00	c   Constraints      : 174 initial, 1596 maximal
1800.02/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   probing          :       0.02          0          0          0          0          0          0          0          0
1800.02/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   linear           :       0.00          0          0          0         69          0          1          0          0
1800.02/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   indicator        :         69          0       4859          0       4530          0        138          0          0          0
1800.02/1800.00	c   setppc           :         17          0    9552066          0    9156679       6647    2532608          0          0          0
1800.02/1800.00	c   linear           :         69          0    9599647          0    9194240       9808    2344589          0          0          0
1800.02/1800.00	c   logicor          :         19+         0    1011967          0    9194209       1274     132203          0          0          0
1800.02/1800.00	c   countsols        :          0          0          0          0    9194240          0          0          0          0          0
1800.02/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.00	c   indicator        :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.00	c   setppc           :     133.28       0.00      25.65       0.00     107.63
1800.02/1800.00	c   linear           :      99.04       0.00      94.63       0.00       4.41
1800.02/1800.00	c   logicor          :     100.84       0.00       7.89       0.00      92.95
1800.02/1800.00	c   countsols        :       1.49       0.00       0.00       0.00       1.49
1800.02/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.00	c   vbounds          :       2.61          2          0          0
1800.02/1800.00	c   rootredcost      :       2.49          0          0          0
1800.02/1800.00	c   pseudoobj        :      20.16    9606094          0          0
1800.02/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.00	c   propagation      :      82.80      17729      17729     385034      498.4     283410       44.8          -
1800.02/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.00	c   applied globally :          -          -          -     173123       55.5          -          -          -
1800.02/1800.00	c   applied locally  :          -          -          -        253      388.8          -          -          -
1800.02/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.02/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.02/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.02/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.02/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.02/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.02/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.02/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.02/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.02/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.00	c Pricers            :       Time      Calls       Vars
1800.02/1800.00	c   problem variables:       0.00          0          0
1800.02/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   inference        :    1246.67    9194240          0          0          0          0   18388480
1800.02/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.00	c   LP solutions     :       0.00          -          0
1800.02/1800.00	c   pseudo solutions :       0.00          -          0
1800.02/1800.00	c   oneopt           :       1.99          0          0
1800.02/1800.00	c   trivial          :       0.00          2          0
1800.02/1800.00	c   simplerounding   :       0.00          0          0
1800.02/1800.00	c   zirounding       :       0.00          0          0
1800.02/1800.00	c   rounding         :       0.00          0          0
1800.02/1800.00	c   shifting         :       0.00          0          0
1800.02/1800.00	c   intshifting      :       0.00          0          0
1800.02/1800.00	c   twoopt           :       0.00          0          0
1800.02/1800.00	c   fixandinfer      :       0.00          0          0
1800.02/1800.00	c   feaspump         :       0.00          0          0
1800.02/1800.00	c   coefdiving       :       0.00          0          0
1800.02/1800.00	c   pscostdiving     :       0.00          0          0
1800.02/1800.00	c   fracdiving       :       0.00          0          0
1800.02/1800.00	c   veclendiving     :       0.00          0          0
1800.02/1800.00	c   intdiving        :       0.00          0          0
1800.02/1800.00	c   actconsdiving    :       0.00          0          0
1800.02/1800.00	c   objpscostdiving  :       0.00          0          0
1800.02/1800.00	c   rootsoldiving    :       0.00          0          0
1800.02/1800.00	c   linesearchdiving :       0.00          0          0
1800.02/1800.00	c   guideddiving     :       0.00          0          0
1800.02/1800.00	c   octane           :       0.00          0          0
1800.02/1800.00	c   rens             :       0.00          0          0
1800.02/1800.00	c   rins             :       0.00          0          0
1800.02/1800.00	c   localbranching   :       0.00          0          0
1800.02/1800.00	c   mutation         :       0.00          0          0
1800.02/1800.00	c   crossover        :       0.00          0          0
1800.02/1800.00	c   dins             :       0.00          0          0
1800.02/1800.00	c   undercover       :       0.00          0          0
1800.02/1800.00	c   nlp              :       2.40          0          0
1800.02/1800.00	c   trysol           :       1.80          1          0
1800.02/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.02/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.02/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.02/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.02/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.00	c B&B Tree           :
1800.02/1800.00	c   number of runs   :          1
1800.02/1800.00	c   nodes            :    9210165
1800.02/1800.00	c   nodes (total)    :    9210165
1800.02/1800.00	c   nodes left       :    9176434
1800.02/1800.00	c   max depth        :       2295
1800.02/1800.00	c   max depth (total):       2295
1800.02/1800.00	c   backtracks       :       7001 (0.1%)
1800.02/1800.00	c   delayed cutoffs  :       1882
1800.02/1800.00	c   repropagations   :       8870 (154111 domain reductions, 1804 cutoffs)
1800.02/1800.00	c   avg switch length:       2.24
1800.02/1800.00	c   switching time   :      39.26
1800.02/1800.00	c Solution           :
1800.02/1800.00	c   Solutions found  :          0 (0 improvements)
1800.02/1800.00	c   Primal Bound     :          -
1800.02/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.02/1800.00	c   Gap              :   infinite
1800.02/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1800.00	c   Root Iterations  :          0

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693792-1277892927/watcher-2693792-1277892927 -o /tmp/evaluation-result-2693792-1277892927/solver-2693792-1277892927 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693792-1277892927.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.02 2.01 2.15 3/176 11704
/proc/meminfo: memFree=31338120/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=8796 CPUtime=0
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 1682 0 0 0 0 0 0 0 25 0 1 0 130589174 9007104 1604 4089446400 4194304 7136930 140735499656288 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11704/statm: 2199 1608 275 719 0 1478 0

[startup+0.086377 s]
/proc/loadavg: 2.02 2.01 2.15 3/176 11704
/proc/meminfo: memFree=31338120/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=19088 CPUtime=0.08
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 5742 0 0 0 7 1 0 0 25 0 1 0 130589174 19546112 4025 4089446400 4194304 7136930 140735499656288 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 4772 4025 390 719 0 4051 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 19088

[startup+0.100373 s]
/proc/loadavg: 2.02 2.01 2.15 3/176 11704
/proc/meminfo: memFree=31338120/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=19088 CPUtime=0.09
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 5746 0 0 0 8 1 0 0 25 0 1 0 130589174 19546112 4029 4089446400 4194304 7136930 140735499656288 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 4772 4029 390 719 0 4051 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19088

[startup+0.30034 s]
/proc/loadavg: 2.02 2.01 2.15 3/176 11704
/proc/meminfo: memFree=31338120/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=19996 CPUtime=0.29
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 5974 0 0 0 28 1 0 0 25 0 1 0 130589174 20475904 4257 4089446400 4194304 7136930 140735499656288 18446744073709551615 4740365 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 4999 4257 390 719 0 4278 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19996

[startup+0.700272 s]
/proc/loadavg: 2.02 2.01 2.15 3/176 11704
/proc/meminfo: memFree=31338120/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=21196 CPUtime=0.69
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 6283 0 0 0 66 3 0 0 25 0 1 0 130589174 21704704 4566 4089446400 4194304 7136930 140735499656288 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 5299 4566 394 719 0 4578 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21196

[startup+1.50112 s]
/proc/loadavg: 2.02 2.01 2.15 3/177 11705
/proc/meminfo: memFree=31319056/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=23024 CPUtime=1.49
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 6764 0 0 0 143 6 0 0 25 0 1 0 130589174 23576576 5047 4089446400 4194304 7136930 140735499656288 18446744073709551615 4642962 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 5756 5047 394 719 0 5035 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23024

[startup+3.10085 s]
/proc/loadavg: 2.02 2.01 2.15 3/177 11705
/proc/meminfo: memFree=31315472/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=25992 CPUtime=3.09
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 7557 0 0 0 299 10 0 0 25 0 1 0 130589174 26615808 5840 4089446400 4194304 7136930 140735499656288 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 6498 5840 394 719 0 5777 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25992

[startup+6.30032 s]
/proc/loadavg: 2.02 2.01 2.15 3/177 11705
/proc/meminfo: memFree=31308280/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=31208 CPUtime=6.3
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 8918 0 0 0 611 19 0 0 25 0 1 0 130589174 31956992 7201 4089446400 4194304 7136930 140735499656288 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 7802 7201 394 719 0 7081 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 31208

[startup+12.7002 s]
/proc/loadavg: 2.02 2.01 2.15 3/177 11705
/proc/meminfo: memFree=31293220/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=44896 CPUtime=12.69
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 11930 0 0 0 1231 38 0 0 25 0 1 0 130589174 45973504 10213 4089446400 4194304 7136930 140735499656288 18446744073709551615 4740365 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 11224 10213 394 719 0 10503 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44896

[startup+25.5011 s]
/proc/loadavg: 2.01 2.01 2.15 3/177 11705
/proc/meminfo: memFree=31262816/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=65240 CPUtime=25.49
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 17291 0 0 0 2476 73 0 0 25 0 1 0 130589174 66805760 15574 4089446400 4194304 7136930 140735499656288 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 16310 15574 394 719 0 15589 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 65240

[startup+51.1007 s]
/proc/loadavg: 2.01 2.00 2.14 3/177 11705
/proc/meminfo: memFree=31208340/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=107716 CPUtime=51.09
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 27354 0 0 0 4964 145 0 0 25 0 1 0 130589174 110301184 25637 4089446400 4194304 7136930 140735499656288 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 26929 25637 394 719 0 26208 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 107716

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.13 3/177 11707
/proc/meminfo: memFree=31084408/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=201736 CPUtime=102.3
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 49822 0 0 0 9933 297 0 0 25 0 1 0 130589174 206577664 48105 4089446400 4194304 7136930 140735499656288 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 50434 48105 394 719 0 49713 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 201736

[startup+162.301 s]
/proc/loadavg: 2.03 2.01 2.12 3/177 11709
/proc/meminfo: memFree=30923400/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=323852 CPUtime=162.29
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 81652 0 0 0 15724 505 0 0 25 0 1 0 130589174 331624448 79935 4089446400 4194304 7136930 140735499656288 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 80963 79935 394 719 0 80242 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 323852

[startup+222.301 s]
/proc/loadavg: 2.05 2.02 2.12 3/177 11711
/proc/meminfo: memFree=30747636/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=476784 CPUtime=222.29
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 116756 0 0 0 21544 685 0 0 25 0 1 0 130589174 488226816 115039 4089446400 4194304 7136930 140735499656288 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 119196 115039 394 719 0 118475 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 476784

[startup+282.301 s]
/proc/loadavg: 2.02 2.02 2.11 3/177 11711
/proc/meminfo: memFree=30624820/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=559292 CPUtime=282.29
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 138523 0 0 0 27379 850 0 0 25 0 1 0 130589174 572715008 136806 4089446400 4194304 7136930 140735499656288 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 139823 136806 394 719 0 139102 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 559292

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.09 3/177 11713
/proc/meminfo: memFree=30493204/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=649812 CPUtime=342.3
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 162315 0 0 0 33211 1019 0 0 25 0 1 0 130589174 665407488 160598 4089446400 4194304 7136930 140735499656288 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 162453 160598 394 719 0 161732 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 649812

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/177 11715
/proc/meminfo: memFree=30371764/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=765520 CPUtime=402.29
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 184235 0 0 0 39043 1186 0 0 25 0 1 0 130589174 783892480 182518 4089446400 4194304 7136930 140735499656288 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 191380 182518 394 719 0 190659 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 765520

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/177 11717
/proc/meminfo: memFree=30249944/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=846932 CPUtime=462.29
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 205755 0 0 0 44871 1358 0 0 25 0 1 0 130589174 867258368 204038 4089446400 4194304 7136930 140735499656288 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 211733 204038 394 719 0 211012 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 846932

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.08 3/177 11717
/proc/meminfo: memFree=30127892/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=930388 CPUtime=522.29
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 227801 0 0 0 50705 1524 0 0 25 0 1 0 130589174 952717312 226084 4089446400 4194304 7136930 140735499656288 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 232597 226084 394 719 0 231876 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 930388

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.07 3/177 11719
/proc/meminfo: memFree=30000240/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=1013692 CPUtime=582.3
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 249800 0 0 0 56542 1688 0 0 25 0 1 0 130589174 1038020608 248083 4089446400 4194304 7136930 140735499656288 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 253423 248083 394 719 0 252702 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1013692

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.06 3/177 11721
/proc/meminfo: memFree=29876192/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=1094712 CPUtime=642.31
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 271196 0 0 0 62372 1859 0 0 25 0 1 0 130589174 1120985088 269479 4089446400 4194304 7136930 140735499656288 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 273678 269479 394 719 0 272957 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1094712

[startup+702.301 s]

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

/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 401920 0 0 0 97370 2861 0 0 25 0 1 0 130589174 1694703616 400203 4089446400 4194304 7136930 140735499656288 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 413746 400203 394 719 0 413025 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1654984

[startup+1062.3 s]
/proc/loadavg: 2.06 2.02 2.03 3/177 11736
/proc/meminfo: memFree=29018096/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=1733372 CPUtime=1062.31
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 422670 0 0 0 103202 3029 0 0 25 0 1 0 130589174 1774972928 420953 4089446400 4194304 7136930 140735499656288 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 433343 420953 394 719 0 432622 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1733372

[startup+1122.3 s]
/proc/loadavg: 2.02 2.01 2.03 3/177 11738
/proc/meminfo: memFree=28887820/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=1815016 CPUtime=1122.31
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 444236 0 0 0 109037 3194 0 0 25 0 1 0 130589174 1858576384 442519 4089446400 4194304 7136930 140735499656288 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 453754 442519 394 719 0 453033 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1815016

[startup+1182.3 s]
/proc/loadavg: 2.01 2.00 2.02 3/177 11738
/proc/meminfo: memFree=28761292/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=1899528 CPUtime=1182.31
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 466553 0 0 0 114877 3354 0 0 25 0 1 0 130589174 1945116672 464836 4089446400 4194304 7136930 140735499656288 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 474882 464836 394 719 0 474161 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1899528

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/177 11740
/proc/meminfo: memFree=28637240/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=1977084 CPUtime=1242.31
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 487095 0 0 0 120712 3519 0 0 25 0 1 0 130589174 2024534016 485378 4089446400 4194304 7136930 140735499656288 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 494271 485378 394 719 0 493550 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1977084

[startup+1302.3 s]
/proc/loadavg: 2.06 2.01 2.01 3/177 11742
/proc/meminfo: memFree=28515680/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=2057600 CPUtime=1302.32
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 508413 0 0 0 126552 3680 0 0 25 0 1 0 130589174 2106982400 506696 4089446400 4194304 7136930 140735499656288 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 514400 506696 394 719 0 513679 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 2057600

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.01 3/177 11744
/proc/meminfo: memFree=28391140/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=2139644 CPUtime=1362.31
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 530070 0 0 0 132386 3845 0 0 25 0 1 0 130589174 2190995456 528353 4089446400 4194304 7136930 140735499656288 18446744073709551615 5892216 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 534911 528353 394 719 0 534190 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 2139644

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11746
/proc/meminfo: memFree=28262872/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=2222980 CPUtime=1422.32
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 552069 0 0 0 138224 4008 0 0 25 0 1 0 130589174 2276331520 550352 4089446400 4194304 7136930 140735499656288 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 555745 550352 394 719 0 555024 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 2222980

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11746
/proc/meminfo: memFree=28139684/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=2306132 CPUtime=1482.31
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 573988 0 0 0 144059 4172 0 0 25 0 1 0 130589174 2361479168 572271 4089446400 4194304 7136930 140735499656288 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 576533 572271 394 719 0 575812 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 2306132

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11748
/proc/meminfo: memFree=28014884/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=2384808 CPUtime=1542.31
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 594854 0 0 0 149894 4337 0 0 25 0 1 0 130589174 2442043392 593137 4089446400 4194304 7136930 140735499656288 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 596202 593137 394 719 0 595481 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 2384808

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11750
/proc/meminfo: memFree=27888852/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=2466540 CPUtime=1602.32
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 616461 0 0 0 155727 4505 0 0 25 0 1 0 130589174 2525736960 614744 4089446400 4194304 7136930 140735499656288 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 616635 614744 394 719 0 615914 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 2466540

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 11780
/proc/meminfo: memFree=28746000/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=2679000 CPUtime=1662.32
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 637978 0 0 0 161564 4668 0 0 25 0 1 0 130589174 2743296000 636261 4089446400 4194304 7136930 140735499656288 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 669750 636261 394 719 0 669029 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 2679000

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11782
/proc/meminfo: memFree=28518788/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=2763376 CPUtime=1722.32
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 660254 0 0 0 167395 4837 0 0 25 0 1 0 130589174 2829697024 658537 4089446400 4194304 7136930 140735499656288 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 690844 658537 394 719 0 690123 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 2763376

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11782
/proc/meminfo: memFree=28157280/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=2842656 CPUtime=1782.32
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 681208 0 0 0 173225 5007 0 0 25 0 1 0 130589174 2910879744 679491 4089446400 4194304 7136930 140735499656288 18446744073709551615 4407795 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 710664 679491 394 719 0 709943 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 2842656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11784
/proc/meminfo: memFree=28121924/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=2866084 CPUtime=1800.02
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 687415 0 0 0 174948 5054 0 0 25 0 1 0 130589174 2934870016 685698 4089446400 4194304 7136930 140735499656288 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11704/statm: 716521 685698 394 719 0 715800 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2866084

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -11704

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11785
/proc/meminfo: memFree=28121916/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=2864188 CPUtime=1801.42
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 687446 0 0 0 175087 5055 0 0 25 0 1 0 130589174 2932928512 685243 4089446400 4194304 7136930 140735499656288 18446744073709551615 4615820 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11704/statm: 716047 685243 399 719 0 715326 0
Current children cumulated CPU time (s) 1801.42
Current children cumulated vsize (KiB) 2864188

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11785
/proc/meminfo: memFree=28123152/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=2864188 CPUtime=1801.83
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 687446 0 0 0 175128 5055 0 0 25 0 1 0 130589174 2932928512 685243 4089446400 4194304 7136930 140735499656288 18446744073709551615 6165733 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11704/statm: 716047 685243 399 719 0 715326 0
Current children cumulated CPU time (s) 1801.83
Current children cumulated vsize (KiB) 2864188

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11785
/proc/meminfo: memFree=28123152/32951132 swapFree=67111528/67111528
[pid=11704] ppid=11702 vsize=2864188 CPUtime=1802.02
/proc/11704/stat : 11704 (pbscip.linux.x8) R 11702 11704 9973 0 -1 4202496 687446 0 0 0 175147 5055 0 0 25 0 1 0 130589174 2932928512 685243 4089446400 4194304 7136930 140735499656288 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11704/statm: 716047 685243 399 719 0 715326 0
Current children cumulated CPU time (s) 1802.02
Current children cumulated vsize (KiB) 2864188

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.1
CPU time (s): 1802.12
CPU user time (s): 1751.49
CPU system time (s): 50.6373
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2866132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1751.49
system time used= 50.6373
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 687446
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 1331

runsolver used 3.09453 second user time and 6.81296 second system time

The end

Launcher Data

Begin job on node129 at 2010-06-30 12:15:27
IDJOB=2693792
IDBENCH=78719
IDSOLVER=1206
FILE ID=node129/2693792-1277892927
PBS_JOBID= 11197096
Free space on /tmp= 74208 MiB

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

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

MD5SUM BENCH= 7dae57beceb3170ed40c9307fdc88b85
RANDOM SEED=1464989192

node129.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31338772 kB
Buffers:        179380 kB
Cached:        1070152 kB
SwapCached:          0 kB
Active:         772252 kB
Inactive:       698300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31338772 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3160 kB
Writeback:           0 kB
AnonPages:      220712 kB
Mapped:          16384 kB
Slab:            79020 kB
PageTables:       5144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   365176 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 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 node129 at 2010-06-30 12:45:29