Trace number 2693721

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.13 1802.11

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl15_25_pb.cnf.cr--soft-33-100-0.wbo
MD5SUM4fda08e2dc650152cad1c676f7fa8f96
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark0.037993
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables750
Total number of constraints80
Number of soft constraints54
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint25
Top cost 2808
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 2807
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-2693721-1277890841.wbo>
0.00/0.00	c original problem has 858 variables (804 bin, 0 int, 0 impl, 54 cont) and 135 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.00	c presolving:
0.00/0.01	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 54 impls, 11 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 54 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 54 impls, 11 clqs
0.00/0.01	c (round 3) 0 del vars, 1 del conss, 54 chg bounds, 0 chg sides, 0 chg coeffs, 15 upgd conss, 54 impls, 11 clqs
0.00/0.01	c (round 4) 0 del vars, 1 del conss, 54 chg bounds, 0 chg sides, 0 chg coeffs, 26 upgd conss, 54 impls, 11 clqs
0.00/0.02	c    (0.0s) probing: 101/804 (12.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (5 rounds):
0.00/0.02	c  0 deleted vars, 1 deleted constraints, 54 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  54 implications, 11 cliques
0.00/0.02	c presolved problem has 858 variables (804 bin, 0 int, 0 impl, 54 cont) and 134 constraints
0.00/0.02	c      54 constraints of type <indicator>
0.00/0.02	c      11 constraints of type <setppc>
0.00/0.02	c      54 constraints of type <linear>
0.00/0.02	c      15 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 3420
0.00/0.02	c 
0.00/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = -1
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	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.02	c   0.0s|     1 |     2 |     0 |     - |1799k|   0 |   - | 858 | 134 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.86	c   0.8s| 10000 |  9761 |     0 |   0.0 |5532k| 560 |   - | 858 | 531 |   0 |   0 |   0 |1189 |   0 | 0.000000e+00 |      --      |    Inf 
1.69/1.72	c   1.6s| 20000 | 19409 |     0 |   0.0 |8833k| 560 |   - | 858 | 660 |   0 |   0 |   0 |2700 |   0 | 0.000000e+00 |      --      |    Inf 
2.69/2.70	c   2.5s| 30000 | 27864 |     0 |   0.0 |  13M| 565 |   - | 858 | 694 |   0 |   0 |   0 |8491 |   0 | 0.000000e+00 |      --      |    Inf 
3.49/3.59	c   3.4s| 40000 | 37530 |     0 |   0.0 |  16M| 566 |   - | 858 | 657 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
4.49/4.51	c   4.1s| 50000 | 47199 |     0 |   0.0 |  19M| 566 |   - | 858 | 565 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
5.39/5.42	c   5.0s| 60000 | 56875 |     0 |   0.0 |  23M| 566 |   - | 858 | 574 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
6.29/6.33	c   5.8s| 70000 | 66533 |     0 |   0.0 |  26M| 566 |   - | 858 | 558 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
7.19/7.23	c   6.7s| 80000 | 76213 |     0 |   0.0 |  29M| 566 |   - | 858 | 551 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
8.09/8.13	c   7.5s| 90000 | 85880 |     0 |   0.0 |  32M| 566 |   - | 858 | 628 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
8.99/9.03	c   8.4s|100000 | 95576 |     0 |   0.0 |  36M| 566 |   - | 858 | 600 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
9.89/9.94	c   9.3s|110000 |105235 |     0 |   0.0 |  39M| 566 |   - | 858 | 616 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
10.79/10.85	c  10.1s|120000 |114872 |     0 |   0.0 |  42M| 566 |   - | 858 | 633 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
11.69/11.74	c  10.9s|130000 |124547 |     0 |   0.0 |  46M| 566 |   - | 858 | 719 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
12.59/12.64	c  11.7s|140000 |134215 |     0 |   0.0 |  49M| 566 |   - | 858 | 719 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
13.49/13.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.49/13.53	c  12.6s|150000 |143867 |     0 |   0.0 |  53M| 566 |   - | 858 | 645 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
14.39/14.43	c  13.4s|160000 |153513 |     0 |   0.0 |  56M| 566 |   - | 858 | 670 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
15.30/15.33	c  14.2s|170000 |163134 |     0 |   0.0 |  59M| 566 |   - | 858 | 712 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
16.19/16.22	c  15.1s|180000 |172787 |     0 |   0.0 |  63M| 566 |   - | 858 | 747 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
17.10/17.13	c  15.9s|190000 |182402 |     0 |   0.0 |  66M| 566 |   - | 858 | 723 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
17.99/18.03	c  16.7s|200000 |192025 |     0 |   0.0 |  69M| 566 |   - | 858 | 781 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
18.89/18.92	c  17.5s|210000 |201646 |     0 |   0.0 |  73M| 566 |   - | 858 | 792 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
19.79/19.82	c  18.4s|220000 |211279 |     0 |   0.0 |  76M| 566 |   - | 858 | 755 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
20.69/20.72	c  19.2s|230000 |220904 |     0 |   0.0 |  79M| 566 |   - | 858 | 805 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
21.59/21.61	c  20.0s|240000 |230549 |     0 |   0.0 |  83M| 566 |   - | 858 | 770 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
22.49/22.52	c  20.9s|250000 |240173 |     0 |   0.0 |  86M| 566 |   - | 858 | 865 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
23.39/23.41	c  21.7s|260000 |249807 |     0 |   0.0 |  90M| 566 |   - | 858 | 814 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
24.29/24.30	c  22.5s|270000 |259450 |     0 |   0.0 |  93M| 566 |   - | 858 | 865 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
25.19/25.21	c  23.3s|280000 |269059 |     0 |   0.0 |  96M| 566 |   - | 858 | 845 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
26.09/26.11	c  24.2s|290000 |278664 |     0 |   0.0 | 100M| 566 |   - | 858 | 905 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
26.99/27.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
26.99/27.01	c  25.0s|300000 |288282 |     0 |   0.0 | 103M| 566 |   - | 858 | 818 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
27.90/27.92	c  25.9s|310000 |297885 |     0 |   0.0 | 107M| 566 |   - | 858 | 833 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
28.79/28.81	c  26.7s|320000 |307506 |     0 |   0.0 | 110M| 566 |   - | 858 | 932 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
29.70/29.73	c  27.6s|330000 |317067 |     0 |   0.0 | 113M| 566 |   - | 858 | 892 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
30.59/30.63	c  28.3s|340000 |326654 |     0 |   0.0 | 117M| 566 |   - | 858 | 894 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
31.49/31.55	c  29.2s|350000 |336242 |     0 |   0.0 | 120M| 566 |   - | 858 | 912 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
32.39/32.45	c  30.0s|360000 |345848 |     0 |   0.0 | 124M| 566 |   - | 858 | 920 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
33.29/33.35	c  30.9s|370000 |355433 |     0 |   0.0 | 127M| 566 |   - | 858 | 914 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
34.20/34.25	c  31.7s|380000 |365012 |     0 |   0.0 | 130M| 566 |   - | 858 | 940 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
35.10/35.16	c  32.6s|390000 |374592 |     0 |   0.0 | 134M| 566 |   - | 858 | 975 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
35.99/36.07	c  33.4s|400000 |384170 |     0 |   0.0 | 137M| 566 |   - | 858 |1036 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
36.89/36.96	c  34.2s|410000 |393807 |     0 |   0.0 | 141M| 566 |   - | 858 | 937 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
37.79/37.86	c  35.0s|420000 |403387 |     0 |   0.0 | 144M| 566 |   - | 858 | 972 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
38.69/38.77	c  35.9s|430000 |412964 |     0 |   0.0 | 147M| 566 |   - | 858 | 967 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
39.59/39.70	c  36.8s|440000 |422513 |     0 |   0.0 | 151M| 566 |   - | 858 |1068 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
40.59/40.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.59/40.61	c  37.6s|450000 |432068 |     0 |   0.0 | 154M| 566 |   - | 858 |1022 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
41.49/41.52	c  38.5s|460000 |441644 |     0 |   0.0 | 158M| 566 |   - | 858 |1034 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
42.39/42.44	c  39.3s|470000 |451197 |     0 |   0.0 | 161M| 566 |   - | 858 | 997 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
43.29/43.36	c  40.2s|480000 |460746 |     0 |   0.0 | 165M| 566 |   - | 858 |1053 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
44.19/44.27	c  41.0s|490000 |470292 |     0 |   0.0 | 168M| 566 |   - | 858 |1028 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
45.10/45.19	c  41.8s|500000 |479826 |     0 |   0.0 | 171M| 566 |   - | 858 |1078 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
45.99/46.10	c  42.7s|510000 |489378 |     0 |   0.0 | 175M| 566 |   - | 858 |1059 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
46.99/47.02	c  43.6s|520000 |498930 |     0 |   0.0 | 178M| 566 |   - | 858 |1113 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
47.89/47.93	c  44.4s|530000 |508495 |     0 |   0.0 | 182M| 566 |   - | 858 |1030 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
48.79/48.84	c  45.3s|540000 |518037 |     0 |   0.0 | 185M| 566 |   - | 858 |1050 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
49.69/49.75	c  46.1s|550000 |527562 |     0 |   0.0 | 188M| 566 |   - | 858 |1101 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
50.60/50.67	c  46.9s|560000 |537104 |     0 |   0.0 | 192M| 566 |   - | 858 |1177 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
51.50/51.58	c  47.8s|570000 |546666 |     0 |   0.0 | 195M| 566 |   - | 858 |1165 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
52.39/52.49	c  48.6s|580000 |556230 |     0 |   0.0 | 199M| 566 |   - | 858 |1090 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
53.39/53.41	c  49.5s|590000 |565759 |     0 |   0.0 | 202M| 566 |   - | 858 |1055 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
54.29/54.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
54.29/54.32	c  50.3s|600000 |575282 |     0 |   0.0 | 206M| 566 |   - | 858 |1110 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
55.20/55.25	c  51.2s|610000 |584782 |     0 |   0.0 | 209M| 566 |   - | 858 |1065 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
56.10/56.16	c  52.0s|620000 |594298 |     0 |   0.0 | 212M| 566 |   - | 858 |1074 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
56.99/57.07	c  52.8s|630000 |603806 |     0 |   0.0 | 216M| 566 |   - | 858 |1072 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
57.99/58.01	c  53.7s|640000 |613291 |     0 |   0.0 | 219M| 566 |   - | 858 |1171 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
58.89/58.95	c  54.6s|650000 |622784 |     0 |   0.0 | 223M| 566 |   - | 858 |1178 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
59.79/59.89	c  55.5s|660000 |632269 |     0 |   0.0 | 227M| 566 |   - | 858 |1062 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
60.80/60.81	c  56.3s|670000 |641753 |     0 |   0.0 | 230M| 566 |   - | 858 |1148 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
61.69/61.73	c  57.2s|680000 |651238 |     0 |   0.0 | 233M| 566 |   - | 858 |1125 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
62.60/62.66	c  58.1s|690000 |660704 |     0 |   0.0 | 237M| 566 |   - | 858 |1233 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
63.59/63.60	c  58.9s|700000 |670167 |     0 |   0.0 | 240M| 566 |   - | 858 |1131 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
64.49/64.53	c  59.8s|710000 |679626 |     0 |   0.0 | 244M| 566 |   - | 858 |1182 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
65.39/65.46	c  60.6s|720000 |689093 |     0 |   0.0 | 247M| 566 |   - | 858 |1202 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
66.39/66.40	c  61.5s|730000 |698534 |     0 |   0.0 | 251M| 566 |   - | 858 |1193 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
67.30/67.33	c  62.4s|740000 |707998 |     0 |   0.0 | 254M| 566 |   - | 858 |1263 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
68.20/68.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
68.20/68.26	c  63.2s|750000 |717457 |     0 |   0.0 | 258M| 566 |   - | 858 |1150 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
69.09/69.20	c  64.1s|760000 |726918 |     0 |   0.0 | 261M| 566 |   - | 858 |1232 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
70.10/70.14	c  64.9s|770000 |736355 |     0 |   0.0 | 265M| 566 |   - | 858 |1182 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
71.00/71.07	c  65.8s|780000 |745814 |     0 |   0.0 | 268M| 566 |   - | 858 |1236 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
71.99/72.02	c  66.7s|790000 |755248 |     0 |   0.0 | 272M| 566 |   - | 858 |1295 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
72.99/73.00	c  67.6s|800000 |764612 |     0 |   0.0 | 275M| 566 |   - | 858 |1334 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
73.89/73.96	c  68.5s|810000 |774011 |     0 |   0.0 | 279M| 566 |   - | 858 |1349 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
74.90/74.93	c  69.4s|820000 |783407 |     0 |   0.0 | 283M| 566 |   - | 858 |1317 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
75.80/75.87	c  70.3s|830000 |792828 |     0 |   0.0 | 286M| 566 |   - | 858 |1463 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
76.79/76.83	c  71.1s|840000 |802217 |     0 |   0.0 | 290M| 566 |   - | 858 |1481 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
77.79/77.82	c  72.1s|850000 |811580 |     0 |   0.0 | 293M| 566 |   - | 858 |1488 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
78.69/78.78	c  73.0s|860000 |820981 |     0 |   0.0 | 297M| 566 |   - | 858 |1431 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
79.69/79.76	c  73.9s|870000 |830354 |     0 |   0.0 | 301M| 566 |   - | 858 |1480 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
80.69/80.75	c  74.8s|880000 |839709 |     0 |   0.0 | 304M| 566 |   - | 858 |1479 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
81.69/81.73	c  75.7s|890000 |849031 |     0 |   0.0 | 308M| 566 |   - | 858 |1355 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
82.60/82.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
82.60/82.69	c  76.6s|900000 |858386 |     0 |   0.0 | 312M| 566 |   - | 858 |1483 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
83.59/83.66	c  77.5s|910000 |867724 |     0 |   0.0 | 315M| 566 |   - | 858 |1445 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
84.60/84.63	c  78.4s|920000 |877072 |     0 |   0.0 | 319M| 566 |   - | 858 |1452 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
85.50/85.57	c  79.3s|930000 |886426 |     0 |   0.0 | 322M| 566 |   - | 858 |1526 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
86.49/86.53	c  80.2s|940000 |895802 |     0 |   0.0 | 326M| 566 |   - | 858 |1503 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
87.50/87.51	c  81.2s|950000 |905139 |     0 |   0.0 | 330M| 566 |   - | 858 |1627 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
88.49/88.52	c  82.1s|960000 |914427 |     0 |   0.0 | 333M| 566 |   - | 858 |1676 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
89.49/89.51	c  83.0s|970000 |923720 |     0 |   0.0 | 337M| 566 |   - | 858 |1799 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
90.50/90.54	c  83.9s|980000 |933000 |     0 |   0.0 | 341M| 566 |   - | 858 |1679 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
91.49/91.58	c  84.9s|990000 |942257 |     0 |   0.0 | 344M| 566 |   - | 858 |1655 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
92.50/92.58	c  85.8s|  1000k|951546 |     0 |   0.0 | 348M| 566 |   - | 858 |1801 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
93.59/93.62	c  86.8s|  1010k|960826 |     0 |   0.0 | 352M| 566 |   - | 858 |1695 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
94.60/94.66	c  87.8s|  1020k|970046 |     0 |   0.0 | 356M| 566 |   - | 858 |1766 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
95.60/95.69	c  88.8s|  1030k|979302 |     0 |   0.0 | 359M| 566 |   - | 858 |1716 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
96.70/96.72	c  89.7s|  1040k|988531 |     0 |   0.0 | 363M| 566 |   - | 858 |1876 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
97.69/97.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
97.69/97.76	c  90.7s|  1050k|997740 |     0 |   0.0 | 367M| 566 |   - | 858 |1905 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
98.80/98.83	c  91.7s|  1060k|  1006k|     0 |   0.0 | 371M| 566 |   - | 858 |1866 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 |      --      |    Inf 
99.89/99.90	c  92.7s|  1070k|  1016k|     0 |   0.0 | 375M| 566 |   - | 858 |1896 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 |      --      |    Inf 
100.89/100.94	c  93.7s|  1080k|  1025k|     0 |   0.0 | 378M| 566 |   - | 858 |1892 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 |      --      |    Inf 
101.99/102.01	c  94.7s|  1090k|  1034k|     0 |   0.0 | 382M| 566 |   - | 858 |1934 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 |      --      |    Inf 
102.99/103.08	c  95.6s|  1100k|  1043k|     0 |   0.0 | 386M| 566 |   - | 858 |2057 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 |      --      |    Inf 
104.09/104.18	c  96.6s|  1110k|  1052k|     0 |   0.0 | 390M| 566 |   - | 858 |2246 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 |      --      |    Inf 
105.19/105.22	c  97.6s|  1120k|  1061k|     0 |   0.0 | 394M| 566 |   - | 858 |1951 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 |      --      |    Inf 
106.30/106.30	c  98.7s|  1130k|  1071k|     0 |   0.0 | 398M| 566 |   - | 858 |1974 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 |      --      |    Inf 
107.29/107.36	c  99.7s|  1140k|  1080k|     0 |   0.0 | 401M| 566 |   - | 858 |2104 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 |      --      |    Inf 
108.39/108.47	c   101s|  1150k|  1089k|     0 |   0.0 | 405M| 566 |   - | 858 |2236 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 |      --      |    Inf 
109.49/109.55	c   102s|  1160k|  1098k|     0 |   0.0 | 409M| 566 |   - | 858 |2154 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 |      --      |    Inf 
110.69/110.74	c   103s|  1170k|  1107k|     0 |   0.0 | 413M| 566 |   - | 858 |2211 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 |      --      |    Inf 
111.79/111.89	c   104s|  1180k|  1116k|     0 |   0.0 | 417M| 566 |   - | 858 |2180 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 |      --      |    Inf 
112.89/112.99	c   105s|  1190k|  1125k|     0 |   0.0 | 421M| 566 |   - | 858 |2471 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 |      --      |    Inf 
114.09/114.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
114.09/114.12	c   106s|  1200k|  1134k|     0 |   0.0 | 425M| 566 |   - | 858 |2287 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 |      --      |    Inf 
115.29/115.31	c   107s|  1210k|  1143k|     0 |   0.0 | 429M| 566 |   - | 858 |2457 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 |      --      |    Inf 
116.39/116.42	c   108s|  1220k|  1152k|     0 |   0.0 | 433M| 566 |   - | 858 |2543 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 |      --      |    Inf 
117.60/117.61	c   109s|  1230k|  1161k|     0 |   0.0 | 437M| 566 |   - | 858 |2448 |   0 |   0 |   0 | 317k|   0 | 0.000000e+00 |      --      |    Inf 
118.70/118.74	c   110s|  1240k|  1170k|     0 |   0.0 | 441M| 566 |   - | 858 |2669 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 |      --      |    Inf 
119.90/119.93	c   111s|  1250k|  1179k|     0 |   0.0 | 445M| 566 |   - | 858 |2560 |   0 |   0 |   0 | 327k|   0 | 0.000000e+00 |      --      |    Inf 
121.09/121.15	c   113s|  1260k|  1187k|     0 |   0.0 | 449M| 566 |   - | 858 |2896 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 |      --      |    Inf 
122.29/122.33	c   114s|  1270k|  1196k|     0 |   0.0 | 453M| 566 |   - | 858 |2756 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 |      --      |    Inf 
123.49/123.52	c   115s|  1280k|  1205k|     0 |   0.0 | 457M| 566 |   - | 858 |2788 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 |      --      |    Inf 
124.69/124.71	c   116s|  1290k|  1214k|     0 |   0.0 | 461M| 566 |   - | 858 |2740 |   0 |   0 |   0 | 349k|   0 | 0.000000e+00 |      --      |    Inf 
126.00/126.03	c   117s|  1300k|  1223k|     0 |   0.0 | 465M| 566 |   - | 858 |3159 |   0 |   0 |   0 | 355k|   0 | 0.000000e+00 |      --      |    Inf 
127.29/127.35	c   118s|  1310k|  1231k|     0 |   0.0 | 469M| 566 |   - | 858 |2815 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 |      --      |    Inf 
128.60/128.65	c   120s|  1320k|  1240k|     0 |   0.0 | 474M| 566 |   - | 858 |2844 |   0 |   0 |   0 | 367k|   0 | 0.000000e+00 |      --      |    Inf 
129.89/129.97	c   121s|  1330k|  1249k|     0 |   0.0 | 478M| 566 |   - | 858 |2993 |   0 |   0 |   0 | 373k|   0 | 0.000000e+00 |      --      |    Inf 
131.30/131.31	c   122s|  1340k|  1257k|     0 |   0.0 | 482M| 566 |   - | 858 |3234 |   0 |   0 |   0 | 379k|   0 | 0.000000e+00 |      --      |    Inf 
132.59/132.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
132.59/132.65	c   123s|  1350k|  1266k|     0 |   0.0 | 486M| 566 |   - | 858 |3577 |   0 |   0 |   0 | 386k|   0 | 0.000000e+00 |      --      |    Inf 
134.00/134.00	c   125s|  1360k|  1275k|     0 |   0.0 | 491M| 566 |   - | 858 |3624 |   0 |   0 |   0 | 392k|   0 | 0.000000e+00 |      --      |    Inf 
135.30/135.39	c   126s|  1370k|  1283k|     0 |   0.0 | 495M| 566 |   - | 858 |3626 |   0 |   0 |   0 | 399k|   0 | 0.000000e+00 |      --      |    Inf 
136.79/136.87	c   127s|  1380k|  1292k|     0 |   0.0 | 500M| 566 |   - | 858 |3323 |   0 |   0 |   0 | 407k|   0 | 0.000000e+00 |      --      |    Inf 
138.39/138.41	c   129s|  1390k|  1300k|     0 |   0.0 | 504M| 566 |   - | 858 |3582 |   0 |   0 |   0 | 415k|   0 | 0.000000e+00 |      --      |    Inf 
139.89/139.94	c   130s|  1400k|  1308k|     0 |   0.0 | 509M| 566 |   - | 858 |3404 |   0 |   0 |   0 | 423k|   0 | 0.000000e+00 |      --      |    Inf 
141.70/141.71	c   132s|  1410k|  1316k|     0 |   0.0 | 513M| 566 |   - | 858 |3567 |   0 |   0 |   0 | 432k|   0 | 0.000000e+00 |      --      |    Inf 
143.49/143.59	c   134s|  1420k|  1324k|     0 |   0.0 | 518M| 566 |   - | 858 |4438 |   0 |   0 |   0 | 443k|   0 | 0.000000e+00 |      --      |    Inf 
145.49/145.56	c   136s|  1430k|  1331k|     0 |   0.0 | 523M| 566 |   - | 858 |4294 |   0 |   0 |   0 | 454k|   0 | 0.000000e+00 |      --      |    Inf 
148.10/148.18	c   138s|  1440k|  1338k|     0 |   0.0 | 528M| 566 |   - | 858 |4424 |   0 |   0 |   0 | 468k|   0 | 0.000000e+00 |      --      |    Inf 
150.89/150.97	c   141s|  1450k|  1345k|     0 |   0.0 | 533M| 566 |   - | 858 |4525 |   0 |   0 |   0 | 483k|   0 | 0.000000e+00 |      --      |    Inf 
153.19/153.21	c   143s|  1460k|  1350k|     0 |   0.0 | 539M| 566 |   - | 858 |3745 |   0 |   0 |   0 | 495k|   0 | 0.000000e+00 |      --      |    Inf 
155.19/155.27	c   145s|  1470k|  1355k|     0 |   0.0 | 545M| 566 |   - | 858 |3632 |   0 |   0 |   0 | 507k|   0 | 0.000000e+00 |      --      |    Inf 
157.09/157.20	c   147s|  1480k|  1360k|     0 |   0.0 | 551M| 566 |   - | 858 |3636 |   0 |   0 |   0 | 518k|   0 | 0.000000e+00 |      --      |    Inf 
158.09/158.11	c   148s|  1490k|  1370k|     0 |   0.0 | 554M| 567 |   - | 858 |2115 |   0 |   0 |   0 | 519k|   0 | 0.000000e+00 |      --      |    Inf 
158.90/158.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
158.90/158.91	c   148s|  1500k|  1380k|     0 |   0.0 | 556M| 567 |   - | 858 |1678 |   0 |   0 |   0 | 519k|   0 | 0.000000e+00 |      --      |    Inf 
159.70/159.75	c   149s|  1510k|  1389k|     0 |   0.0 | 560M| 567 |   - | 858 | 947 |   0 |   0 |   0 | 520k|   0 | 0.000000e+00 |      --      |    Inf 
160.60/160.69	c   150s|  1520k|  1399k|     0 |   0.0 | 563M| 567 |   - | 858 |1033 |   0 |   0 |   0 | 522k|   0 | 0.000000e+00 |      --      |    Inf 
161.60/161.65	c   151s|  1530k|  1409k|     0 |   0.0 | 566M| 567 |   - | 858 | 852 |   0 |   0 |   0 | 524k|   0 | 0.000000e+00 |      --      |    Inf 
162.60/162.60	c   152s|  1540k|  1418k|     0 |   0.0 | 570M| 567 |   - | 858 | 910 |   0 |   0 |   0 | 526k|   0 | 0.000000e+00 |      --      |    Inf 
163.50/163.57	c   153s|  1550k|  1428k|     0 |   0.0 | 573M| 567 |   - | 858 | 984 |   0 |   0 |   0 | 528k|   0 | 0.000000e+00 |      --      |    Inf 
164.49/164.51	c   154s|  1560k|  1438k|     0 |   0.0 | 577M| 567 |   - | 858 | 947 |   0 |   0 |   0 | 530k|   0 | 0.000000e+00 |      --      |    Inf 
165.39/165.46	c   154s|  1570k|  1447k|     0 |   0.0 | 580M| 567 |   - | 858 | 903 |   0 |   0 |   0 | 532k|   0 | 0.000000e+00 |      --      |    Inf 
166.39/166.40	c   155s|  1580k|  1457k|     0 |   0.0 | 583M| 567 |   - | 858 | 859 |   0 |   0 |   0 | 534k|   0 | 0.000000e+00 |      --      |    Inf 
167.29/167.37	c   156s|  1590k|  1467k|     0 |   0.0 | 587M| 567 |   - | 858 | 934 |   0 |   0 |   0 | 537k|   0 | 0.000000e+00 |      --      |    Inf 
168.30/168.34	c   157s|  1600k|  1476k|     0 |   0.0 | 590M| 567 |   - | 858 | 886 |   0 |   0 |   0 | 539k|   0 | 0.000000e+00 |      --      |    Inf 
169.19/169.30	c   158s|  1610k|  1486k|     0 |   0.0 | 594M| 567 |   - | 858 | 858 |   0 |   0 |   0 | 541k|   0 | 0.000000e+00 |      --      |    Inf 
170.19/170.26	c   159s|  1620k|  1495k|     0 |   0.0 | 597M| 567 |   - | 858 | 880 |   0 |   0 |   0 | 543k|   0 | 0.000000e+00 |      --      |    Inf 
171.09/171.19	c   160s|  1630k|  1505k|     0 |   0.0 | 601M| 567 |   - | 858 | 876 |   0 |   0 |   0 | 545k|   0 | 0.000000e+00 |      --      |    Inf 
172.09/172.13	c   161s|  1640k|  1515k|     0 |   0.0 | 604M| 567 |   - | 858 | 902 |   0 |   0 |   0 | 547k|   0 | 0.000000e+00 |      --      |    Inf 
172.99/173.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
172.99/173.09	c   161s|  1650k|  1524k|     0 |   0.0 | 607M| 567 |   - | 858 | 880 |   0 |   0 |   0 | 549k|   0 | 0.000000e+00 |      --      |    Inf 
173.99/174.07	c   162s|  1660k|  1534k|     0 |   0.0 | 611M| 567 |   - | 858 | 857 |   0 |   0 |   0 | 551k|   0 | 0.000000e+00 |      --      |    Inf 
175.00/175.00	c   163s|  1670k|  1544k|     0 |   0.0 | 614M| 567 |   - | 858 | 900 |   0 |   0 |   0 | 553k|   0 | 0.000000e+00 |      --      |    Inf 
175.90/175.93	c   164s|  1680k|  1553k|     0 |   0.0 | 617M| 567 |   - | 858 | 893 |   0 |   0 |   0 | 555k|   0 | 0.000000e+00 |      --      |    Inf 
176.79/176.90	c   165s|  1690k|  1563k|     0 |   0.0 | 621M| 567 |   - | 858 | 772 |   0 |   0 |   0 | 557k|   0 | 0.000000e+00 |      --      |    Inf 
177.80/177.84	c   166s|  1700k|  1572k|     0 |   0.0 | 624M| 567 |   - | 858 | 910 |   0 |   0 |   0 | 559k|   0 | 0.000000e+00 |      --      |    Inf 
178.69/178.79	c   167s|  1710k|  1582k|     0 |   0.0 | 628M| 567 |   - | 858 | 919 |   0 |   0 |   0 | 561k|   0 | 0.000000e+00 |      --      |    Inf 
179.69/179.75	c   168s|  1720k|  1592k|     0 |   0.0 | 631M| 567 |   - | 858 | 895 |   0 |   0 |   0 | 563k|   0 | 0.000000e+00 |      --      |    Inf 
180.60/180.69	c   168s|  1730k|  1601k|     0 |   0.0 | 634M| 567 |   - | 858 | 879 |   0 |   0 |   0 | 565k|   0 | 0.000000e+00 |      --      |    Inf 
181.60/181.65	c   169s|  1740k|  1611k|     0 |   0.0 | 637M| 567 |   - | 858 | 926 |   0 |   0 |   0 | 567k|   0 | 0.000000e+00 |      --      |    Inf 
182.60/182.60	c   170s|  1750k|  1621k|     0 |   0.0 | 641M| 567 |   - | 858 | 892 |   0 |   0 |   0 | 569k|   0 | 0.000000e+00 |      --      |    Inf 
183.49/183.54	c   171s|  1760k|  1630k|     0 |   0.0 | 644M| 567 |   - | 858 | 933 |   0 |   0 |   0 | 571k|   0 | 0.000000e+00 |      --      |    Inf 
184.50/184.50	c   172s|  1770k|  1640k|     0 |   0.0 | 647M| 567 |   - | 858 | 905 |   0 |   0 |   0 | 573k|   0 | 0.000000e+00 |      --      |    Inf 
185.40/185.47	c   173s|  1780k|  1649k|     0 |   0.0 | 651M| 567 |   - | 858 | 940 |   0 |   0 |   0 | 575k|   0 | 0.000000e+00 |      --      |    Inf 
186.39/186.43	c   174s|  1790k|  1659k|     0 |   0.0 | 654M| 567 |   - | 858 | 956 |   0 |   0 |   0 | 578k|   0 | 0.000000e+00 |      --      |    Inf 
187.39/187.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
187.39/187.40	c   175s|  1800k|  1669k|     0 |   0.0 | 658M| 567 |   - | 858 | 924 |   0 |   0 |   0 | 580k|   0 | 0.000000e+00 |      --      |    Inf 
188.29/188.35	c   176s|  1810k|  1678k|     0 |   0.0 | 661M| 567 |   - | 858 | 944 |   0 |   0 |   0 | 582k|   0 | 0.000000e+00 |      --      |    Inf 
189.20/189.28	c   176s|  1820k|  1688k|     0 |   0.0 | 664M| 567 |   - | 858 | 917 |   0 |   0 |   0 | 584k|   0 | 0.000000e+00 |      --      |    Inf 
190.20/190.26	c   177s|  1830k|  1697k|     0 |   0.0 | 668M| 567 |   - | 858 | 884 |   0 |   0 |   0 | 586k|   0 | 0.000000e+00 |      --      |    Inf 
191.09/191.19	c   178s|  1840k|  1707k|     0 |   0.0 | 671M| 567 |   - | 858 | 956 |   0 |   0 |   0 | 588k|   0 | 0.000000e+00 |      --      |    Inf 
192.09/192.14	c   179s|  1850k|  1717k|     0 |   0.0 | 674M| 567 |   - | 858 | 933 |   0 |   0 |   0 | 590k|   0 | 0.000000e+00 |      --      |    Inf 
193.09/193.11	c   180s|  1860k|  1726k|     0 |   0.0 | 678M| 567 |   - | 858 | 955 |   0 |   0 |   0 | 592k|   0 | 0.000000e+00 |      --      |    Inf 
194.00/194.09	c   181s|  1870k|  1736k|     0 |   0.0 | 681M| 567 |   - | 858 |1072 |   0 |   0 |   0 | 594k|   0 | 0.000000e+00 |      --      |    Inf 
194.99/195.07	c   182s|  1880k|  1746k|     0 |   0.0 | 684M| 567 |   - | 858 | 971 |   0 |   0 |   0 | 597k|   0 | 0.000000e+00 |      --      |    Inf 
195.99/196.01	c   183s|  1890k|  1755k|     0 |   0.0 | 688M| 567 |   - | 858 | 895 |   0 |   0 |   0 | 599k|   0 | 0.000000e+00 |      --      |    Inf 
196.90/196.95	c   184s|  1900k|  1765k|     0 |   0.0 | 691M| 567 |   - | 858 | 910 |   0 |   0 |   0 | 601k|   0 | 0.000000e+00 |      --      |    Inf 
197.80/197.88	c   184s|  1910k|  1774k|     0 |   0.0 | 695M| 567 |   - | 858 | 993 |   0 |   0 |   0 | 603k|   0 | 0.000000e+00 |      --      |    Inf 
198.79/198.85	c   185s|  1920k|  1784k|     0 |   0.0 | 698M| 567 |   - | 858 | 951 |   0 |   0 |   0 | 605k|   0 | 0.000000e+00 |      --      |    Inf 
199.80/199.81	c   186s|  1930k|  1794k|     0 |   0.0 | 701M| 567 |   - | 858 | 974 |   0 |   0 |   0 | 608k|   0 | 0.000000e+00 |      --      |    Inf 
200.80/200.80	c   187s|  1940k|  1803k|     0 |   0.0 | 705M| 567 |   - | 858 | 976 |   0 |   0 |   0 | 610k|   0 | 0.000000e+00 |      --      |    Inf 
201.69/201.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
201.69/201.77	c   188s|  1950k|  1813k|     0 |   0.0 | 708M| 567 |   - | 858 | 938 |   0 |   0 |   0 | 612k|   0 | 0.000000e+00 |      --      |    Inf 
202.70/202.74	c   189s|  1960k|  1822k|     0 |   0.0 | 712M| 567 |   - | 858 | 918 |   0 |   0 |   0 | 614k|   0 | 0.000000e+00 |      --      |    Inf 
203.60/203.69	c   190s|  1970k|  1832k|     0 |   0.0 | 715M| 567 |   - | 858 | 954 |   0 |   0 |   0 | 617k|   0 | 0.000000e+00 |      --      |    Inf 
204.60/204.64	c   191s|  1980k|  1842k|     0 |   0.0 | 718M| 567 |   - | 858 | 949 |   0 |   0 |   0 | 619k|   0 | 0.000000e+00 |      --      |    Inf 
205.60/205.61	c   192s|  1990k|  1851k|     0 |   0.0 | 722M| 567 |   - | 858 | 983 |   0 |   0 |   0 | 621k|   0 | 0.000000e+00 |      --      |    Inf 
206.49/206.59	c   192s|  2000k|  1861k|     0 |   0.0 | 725M| 567 |   - | 858 | 991 |   0 |   0 |   0 | 623k|   0 | 0.000000e+00 |      --      |    Inf 
207.49/207.56	c   193s|  2010k|  1871k|     0 |   0.0 | 728M| 567 |   - | 858 |1009 |   0 |   0 |   0 | 625k|   0 | 0.000000e+00 |      --      |    Inf 
208.49/208.50	c   194s|  2020k|  1880k|     0 |   0.0 | 732M| 567 |   - | 858 | 967 |   0 |   0 |   0 | 627k|   0 | 0.000000e+00 |      --      |    Inf 
209.39/209.45	c   195s|  2030k|  1890k|     0 |   0.0 | 735M| 567 |   - | 858 |1047 |   0 |   0 |   0 | 630k|   0 | 0.000000e+00 |      --      |    Inf 
210.39/210.41	c   196s|  2040k|  1899k|     0 |   0.0 | 738M| 567 |   - | 858 | 895 |   0 |   0 |   0 | 632k|   0 | 0.000000e+00 |      --      |    Inf 
211.39/211.41	c   197s|  2050k|  1909k|     0 |   0.0 | 742M| 567 |   - | 858 |1028 |   0 |   0 |   0 | 634k|   0 | 0.000000e+00 |      --      |    Inf 
212.29/212.37	c   198s|  2060k|  1919k|     0 |   0.0 | 745M| 567 |   - | 858 |1038 |   0 |   0 |   0 | 636k|   0 | 0.000000e+00 |      --      |    Inf 
213.30/213.35	c   199s|  2070k|  1928k|     0 |   0.0 | 749M| 567 |   - | 858 |1033 |   0 |   0 |   0 | 638k|   0 | 0.000000e+00 |      --      |    Inf 
214.29/214.30	c   200s|  2080k|  1938k|     0 |   0.0 | 752M| 567 |   - | 858 | 994 |   0 |   0 |   0 | 641k|   0 | 0.000000e+00 |      --      |    Inf 
215.19/215.27	c   200s|  2090k|  1947k|     0 |   0.0 | 755M| 567 |   - | 858 |1019 |   0 |   0 |   0 | 643k|   0 | 0.000000e+00 |      --      |    Inf 
216.19/216.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
216.19/216.22	c   201s|  2100k|  1957k|     0 |   0.0 | 759M| 567 |   - | 858 |1061 |   0 |   0 |   0 | 645k|   0 | 0.000000e+00 |      --      |    Inf 
217.09/217.15	c   202s|  2110k|  1967k|     0 |   0.0 | 762M| 567 |   - | 858 |1004 |   0 |   0 |   0 | 647k|   0 | 0.000000e+00 |      --      |    Inf 
218.10/218.11	c   203s|  2120k|  1976k|     0 |   0.0 | 765M| 567 |   - | 858 |1048 |   0 |   0 |   0 | 650k|   0 | 0.000000e+00 |      --      |    Inf 
218.99/219.07	c   204s|  2130k|  1986k|     0 |   0.0 | 769M| 567 |   - | 858 |1102 |   0 |   0 |   0 | 652k|   0 | 0.000000e+00 |      --      |    Inf 
220.00/220.02	c   205s|  2140k|  1995k|     0 |   0.0 | 772M| 567 |   - | 858 |1003 |   0 |   0 |   0 | 654k|   0 | 0.000000e+00 |      --      |    Inf 
221.00/221.02	c   206s|  2150k|  2005k|     0 |   0.0 | 776M| 567 |   - | 858 |1090 |   0 |   0 |   0 | 656k|   0 | 0.000000e+00 |      --      |    Inf 
221.90/221.96	c   207s|  2160k|  2015k|     0 |   0.0 | 779M| 567 |   - | 858 |1071 |   0 |   0 |   0 | 659k|   0 | 0.000000e+00 |      --      |    Inf 
222.90/222.91	c   208s|  2170k|  2024k|     0 |   0.0 | 782M| 567 |   - | 858 |1169 |   0 |   0 |   0 | 661k|   0 | 0.000000e+00 |      --      |    Inf 
223.79/223.87	c   208s|  2180k|  2034k|     0 |   0.0 | 786M| 567 |   - | 858 |1074 |   0 |   0 |   0 | 663k|   0 | 0.000000e+00 |      --      |    Inf 
224.80/224.84	c   209s|  2190k|  2043k|     0 |   0.0 | 789M| 567 |   - | 858 |1175 |   0 |   0 |   0 | 666k|   0 | 0.000000e+00 |      --      |    Inf 
225.70/225.78	c   210s|  2200k|  2053k|     0 |   0.0 | 793M| 567 |   - | 858 |1053 |   0 |   0 |   0 | 668k|   0 | 0.000000e+00 |      --      |    Inf 
226.69/226.75	c   211s|  2210k|  2063k|     0 |   0.0 | 796M| 567 |   - | 858 |1039 |   0 |   0 |   0 | 670k|   0 | 0.000000e+00 |      --      |    Inf 
227.70/227.71	c   212s|  2220k|  2072k|     0 |   0.0 | 799M| 567 |   - | 858 |1084 |   0 |   0 |   0 | 673k|   0 | 0.000000e+00 |      --      |    Inf 
228.59/228.65	c   213s|  2230k|  2082k|     0 |   0.0 | 803M| 567 |   - | 858 |1122 |   0 |   0 |   0 | 675k|   0 | 0.000000e+00 |      --      |    Inf 
229.49/229.59	c   214s|  2240k|  2091k|     0 |   0.0 | 806M| 567 |   - | 858 |1128 |   0 |   0 |   0 | 677k|   0 | 0.000000e+00 |      --      |    Inf 
230.50/230.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
230.50/230.53	c   215s|  2250k|  2101k|     0 |   0.0 | 810M| 567 |   - | 858 |1081 |   0 |   0 |   0 | 679k|   0 | 0.000000e+00 |      --      |    Inf 
231.40/231.48	c   216s|  2260k|  2111k|     0 |   0.0 | 813M| 567 |   - | 858 |1076 |   0 |   0 |   0 | 681k|   0 | 0.000000e+00 |      --      |    Inf 
232.40/232.43	c   216s|  2270k|  2120k|     0 |   0.0 | 816M| 567 |   - | 858 |1134 |   0 |   0 |   0 | 684k|   0 | 0.000000e+00 |      --      |    Inf 
233.40/233.41	c   217s|  2280k|  2130k|     0 |   0.0 | 820M| 567 |   - | 858 |1116 |   0 |   0 |   0 | 686k|   0 | 0.000000e+00 |      --      |    Inf 
234.39/234.40	c   218s|  2290k|  2139k|     0 |   0.0 | 823M| 567 |   - | 858 |1215 |   0 |   0 |   0 | 688k|   0 | 0.000000e+00 |      --      |    Inf 
235.30/235.39	c   219s|  2300k|  2149k|     0 |   0.0 | 827M| 567 |   - | 858 |1151 |   0 |   0 |   0 | 691k|   0 | 0.000000e+00 |      --      |    Inf 
236.29/236.32	c   220s|  2310k|  2159k|     0 |   0.0 | 830M| 567 |   - | 858 |1103 |   0 |   0 |   0 | 693k|   0 | 0.000000e+00 |      --      |    Inf 
237.20/237.29	c   221s|  2320k|  2168k|     0 |   0.0 | 833M| 567 |   - | 858 |1153 |   0 |   0 |   0 | 695k|   0 | 0.000000e+00 |      --      |    Inf 
238.20/238.27	c   222s|  2330k|  2178k|     0 |   0.0 | 837M| 567 |   - | 858 |1123 |   0 |   0 |   0 | 697k|   0 | 0.000000e+00 |      --      |    Inf 
239.20/239.25	c   223s|  2340k|  2187k|     0 |   0.0 | 840M| 567 |   - | 858 |1093 |   0 |   0 |   0 | 699k|   0 | 0.000000e+00 |      --      |    Inf 
240.20/240.24	c   224s|  2350k|  2197k|     0 |   0.0 | 843M| 567 |   - | 858 |1146 |   0 |   0 |   0 | 701k|   0 | 0.000000e+00 |      --      |    Inf 
241.20/241.20	c   225s|  2360k|  2207k|     0 |   0.0 | 847M| 567 |   - | 858 |1127 |   0 |   0 |   0 | 703k|   0 | 0.000000e+00 |      --      |    Inf 
242.09/242.17	c   226s|  2370k|  2216k|     0 |   0.0 | 850M| 567 |   - | 858 |1160 |   0 |   0 |   0 | 706k|   0 | 0.000000e+00 |      --      |    Inf 
243.10/243.16	c   226s|  2380k|  2226k|     0 |   0.0 | 853M| 567 |   - | 858 |1165 |   0 |   0 |   0 | 708k|   0 | 0.000000e+00 |      --      |    Inf 
244.10/244.12	c   227s|  2390k|  2235k|     0 |   0.0 | 857M| 567 |   - | 858 |1090 |   0 |   0 |   0 | 710k|   0 | 0.000000e+00 |      --      |    Inf 
245.00/245.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
245.00/245.07	c   228s|  2400k|  2245k|     0 |   0.0 | 860M| 567 |   - | 858 |1175 |   0 |   0 |   0 | 712k|   0 | 0.000000e+00 |      --      |    Inf 
245.99/246.02	c   229s|  2410k|  2255k|     0 |   0.0 | 864M| 567 |   - | 858 |1119 |   0 |   0 |   0 | 714k|   0 | 0.000000e+00 |      --      |    Inf 
246.89/246.99	c   230s|  2420k|  2264k|     0 |   0.0 | 867M| 567 |   - | 858 |1145 |   0 |   0 |   0 | 717k|   0 | 0.000000e+00 |      --      |    Inf 
247.90/247.97	c   231s|  2430k|  2274k|     0 |   0.0 | 870M| 567 |   - | 858 |1155 |   0 |   0 |   0 | 719k|   0 | 0.000000e+00 |      --      |    Inf 
248.89/248.94	c   232s|  2440k|  2283k|     0 |   0.0 | 874M| 567 |   - | 858 |1137 |   0 |   0 |   0 | 721k|   0 | 0.000000e+00 |      --      |    Inf 
249.80/249.89	c   233s|  2450k|  2293k|     0 |   0.0 | 877M| 567 |   - | 858 |1183 |   0 |   0 |   0 | 723k|   0 | 0.000000e+00 |      --      |    Inf 
250.80/250.85	c   234s|  2460k|  2303k|     0 |   0.0 | 880M| 567 |   - | 858 |1146 |   0 |   0 |   0 | 725k|   0 | 0.000000e+00 |      --      |    Inf 
251.80/251.83	c   235s|  2470k|  2312k|     0 |   0.0 | 884M| 567 |   - | 858 |1178 |   0 |   0 |   0 | 728k|   0 | 0.000000e+00 |      --      |    Inf 
252.79/252.81	c   235s|  2480k|  2322k|     0 |   0.0 | 887M| 567 |   - | 858 |1218 |   0 |   0 |   0 | 730k|   0 | 0.000000e+00 |      --      |    Inf 
253.80/253.86	c   236s|  2490k|  2331k|     0 |   0.0 | 891M| 567 |   - | 858 |1198 |   0 |   0 |   0 | 732k|   0 | 0.000000e+00 |      --      |    Inf 
254.79/254.81	c   237s|  2500k|  2341k|     0 |   0.0 | 894M| 567 |   - | 858 |1125 |   0 |   0 |   0 | 734k|   0 | 0.000000e+00 |      --      |    Inf 
255.69/255.78	c   238s|  2510k|  2351k|     0 |   0.0 | 897M| 567 |   - | 858 |1182 |   0 |   0 |   0 | 737k|   0 | 0.000000e+00 |      --      |    Inf 
256.69/256.78	c   239s|  2520k|  2360k|     0 |   0.0 | 901M| 567 |   - | 858 |1218 |   0 |   0 |   0 | 739k|   0 | 0.000000e+00 |      --      |    Inf 
257.69/257.78	c   240s|  2530k|  2370k|     0 |   0.0 | 904M| 567 |   - | 858 |1124 |   0 |   0 |   0 | 741k|   0 | 0.000000e+00 |      --      |    Inf 
258.69/258.76	c   241s|  2540k|  2380k|     0 |   0.0 | 908M| 567 |   - | 858 |1182 |   0 |   0 |   0 | 743k|   0 | 0.000000e+00 |      --      |    Inf 
259.70/259.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
259.70/259.76	c   242s|  2550k|  2389k|     0 |   0.0 | 911M| 567 |   - | 858 |1199 |   0 |   0 |   0 | 746k|   0 | 0.000000e+00 |      --      |    Inf 
260.70/260.73	c   243s|  2560k|  2399k|     0 |   0.0 | 915M| 567 |   - | 858 |1217 |   0 |   0 |   0 | 748k|   0 | 0.000000e+00 |      --      |    Inf 
261.70/261.74	c   244s|  2570k|  2408k|     0 |   0.0 | 918M| 567 |   - | 858 |1147 |   0 |   0 |   0 | 750k|   0 | 0.000000e+00 |      --      |    Inf 
262.70/262.72	c   245s|  2580k|  2418k|     0 |   0.0 | 921M| 567 |   - | 858 |1211 |   0 |   0 |   0 | 752k|   0 | 0.000000e+00 |      --      |    Inf 
263.59/263.69	c   246s|  2590k|  2428k|     0 |   0.0 | 925M| 567 |   - | 858 |1234 |   0 |   0 |   0 | 755k|   0 | 0.000000e+00 |      --      |    Inf 
264.60/264.66	c   246s|  2600k|  2437k|     0 |   0.0 | 928M| 567 |   - | 858 |1189 |   0 |   0 |   0 | 757k|   0 | 0.000000e+00 |      --      |    Inf 
265.60/265.67	c   247s|  2610k|  2447k|     0 |   0.0 | 931M| 567 |   - | 858 |1226 |   0 |   0 |   0 | 759k|   0 | 0.000000e+00 |      --      |    Inf 
266.60/266.65	c   248s|  2620k|  2456k|     0 |   0.0 | 935M| 567 |   - | 858 |1207 |   0 |   0 |   0 | 762k|   0 | 0.000000e+00 |      --      |    Inf 
267.60/267.61	c   249s|  2630k|  2466k|     0 |   0.0 | 938M| 567 |   - | 858 |1194 |   0 |   0 |   0 | 764k|   0 | 0.000000e+00 |      --      |    Inf 
268.60/268.62	c   250s|  2640k|  2475k|     0 |   0.0 | 942M| 567 |   - | 858 |1261 |   0 |   0 |   0 | 766k|   0 | 0.000000e+00 |      --      |    Inf 
269.60/269.60	c   251s|  2650k|  2485k|     0 |   0.0 | 945M| 567 |   - | 858 |1219 |   0 |   0 |   0 | 769k|   0 | 0.000000e+00 |      --      |    Inf 
270.50/270.58	c   252s|  2660k|  2495k|     0 |   0.0 | 948M| 567 |   - | 858 |1234 |   0 |   0 |   0 | 771k|   0 | 0.000000e+00 |      --      |    Inf 
271.49/271.55	c   253s|  2670k|  2504k|     0 |   0.0 | 952M| 567 |   - | 858 |1254 |   0 |   0 |   0 | 773k|   0 | 0.000000e+00 |      --      |    Inf 
272.49/272.51	c   254s|  2680k|  2514k|     0 |   0.0 | 955M| 567 |   - | 858 |1190 |   0 |   0 |   0 | 775k|   0 | 0.000000e+00 |      --      |    Inf 
273.49/273.51	c   255s|  2690k|  2523k|     0 |   0.0 | 959M| 567 |   - | 858 |1263 |   0 |   0 |   0 | 778k|   0 | 0.000000e+00 |      --      |    Inf 
274.39/274.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
274.39/274.46	c   255s|  2700k|  2533k|     0 |   0.0 | 962M| 567 |   - | 858 |1207 |   0 |   0 |   0 | 780k|   0 | 0.000000e+00 |      --      |    Inf 
275.40/275.44	c   256s|  2710k|  2543k|     0 |   0.0 | 965M| 567 |   - | 858 |1215 |   0 |   0 |   0 | 782k|   0 | 0.000000e+00 |      --      |    Inf 
276.39/276.45	c   257s|  2720k|  2552k|     0 |   0.0 | 969M| 567 |   - | 858 |1195 |   0 |   0 |   0 | 784k|   0 | 0.000000e+00 |      --      |    Inf 
277.40/277.44	c   258s|  2730k|  2562k|     0 |   0.0 | 972M| 567 |   - | 858 |1180 |   0 |   0 |   0 | 787k|   0 | 0.000000e+00 |      --      |    Inf 
278.39/278.45	c   259s|  2740k|  2571k|     0 |   0.0 | 976M| 567 |   - | 858 |1203 |   0 |   0 |   0 | 789k|   0 | 0.000000e+00 |      --      |    Inf 
279.40/279.44	c   260s|  2750k|  2581k|     0 |   0.0 | 979M| 567 |   - | 858 |1275 |   0 |   0 |   0 | 791k|   0 | 0.000000e+00 |      --      |    Inf 
280.41/280.42	c   261s|  2760k|  2591k|     0 |   0.0 | 982M| 567 |   - | 858 |1187 |   0 |   0 |   0 | 793k|   0 | 0.000000e+00 |      --      |    Inf 
281.39/281.40	c   262s|  2770k|  2600k|     0 |   0.0 | 986M| 567 |   - | 858 |1235 |   0 |   0 |   0 | 796k|   0 | 0.000000e+00 |      --      |    Inf 
282.29/282.37	c   263s|  2780k|  2610k|     0 |   0.0 | 989M| 567 |   - | 858 |1202 |   0 |   0 |   0 | 798k|   0 | 0.000000e+00 |      --      |    Inf 
283.29/283.39	c   264s|  2790k|  2619k|     0 |   0.0 | 992M| 567 |   - | 858 |1187 |   0 |   0 |   0 | 800k|   0 | 0.000000e+00 |      --      |    Inf 
284.30/284.34	c   265s|  2800k|  2629k|     0 |   0.0 | 996M| 567 |   - | 858 |1154 |   0 |   0 |   0 | 802k|   0 | 0.000000e+00 |      --      |    Inf 
285.29/285.34	c   266s|  2810k|  2639k|     0 |   0.0 | 999M| 567 |   - | 858 |1116 |   0 |   0 |   0 | 804k|   0 | 0.000000e+00 |      --      |    Inf 
286.30/286.32	c   267s|  2820k|  2648k|     0 |   0.0 |1003M| 567 |   - | 858 |1213 |   0 |   0 |   0 | 807k|   0 | 0.000000e+00 |      --      |    Inf 
287.20/287.27	c   267s|  2830k|  2658k|     0 |   0.0 |1006M| 567 |   - | 858 |1195 |   0 |   0 |   0 | 809k|   0 | 0.000000e+00 |      --      |    Inf 
288.20/288.27	c   268s|  2840k|  2667k|     0 |   0.0 |1009M| 567 |   - | 858 |1173 |   0 |   0 |   0 | 811k|   0 | 0.000000e+00 |      --      |    Inf 
289.20/289.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
289.20/289.25	c   269s|  2850k|  2677k|     0 |   0.0 |1013M| 567 |   - | 858 |1242 |   0 |   0 |   0 | 813k|   0 | 0.000000e+00 |      --      |    Inf 
290.10/290.19	c   270s|  2860k|  2687k|     0 |   0.0 |1016M| 567 |   - | 858 |1123 |   0 |   0 |   0 | 815k|   0 | 0.000000e+00 |      --      |    Inf 
291.09/291.13	c   271s|  2870k|  2696k|     0 |   0.0 |1020M| 567 |   - | 858 |1132 |   0 |   0 |   0 | 817k|   0 | 0.000000e+00 |      --      |    Inf 
292.09/292.11	c   272s|  2880k|  2706k|     0 |   0.0 |1023M| 567 |   - | 858 |1162 |   0 |   0 |   0 | 819k|   0 | 0.000000e+00 |      --      |    Inf 
292.99/293.09	c   273s|  2890k|  2716k|     0 |   0.0 |1026M| 567 |   - | 858 |1182 |   0 |   0 |   0 | 822k|   0 | 0.000000e+00 |      --      |    Inf 
293.99/294.08	c   274s|  2900k|  2725k|     0 |   0.0 |1030M| 567 |   - | 858 |1222 |   0 |   0 |   0 | 824k|   0 | 0.000000e+00 |      --      |    Inf 
294.99/295.02	c   275s|  2910k|  2735k|     0 |   0.0 |1033M| 567 |   - | 858 |1204 |   0 |   0 |   0 | 826k|   0 | 0.000000e+00 |      --      |    Inf 
295.90/295.97	c   275s|  2920k|  2744k|     0 |   0.0 |1037M| 567 |   - | 858 |1205 |   0 |   0 |   0 | 828k|   0 | 0.000000e+00 |      --      |    Inf 
296.90/296.92	c   276s|  2930k|  2754k|     0 |   0.0 |1040M| 567 |   - | 858 |1236 |   0 |   0 |   0 | 831k|   0 | 0.000000e+00 |      --      |    Inf 
297.79/297.84	c   277s|  2940k|  2764k|     0 |   0.0 |1043M| 567 |   - | 858 |1210 |   0 |   0 |   0 | 833k|   0 | 0.000000e+00 |      --      |    Inf 
298.70/298.78	c   278s|  2950k|  2773k|     0 |   0.0 |1047M| 567 |   - | 858 |1264 |   0 |   0 |   0 | 835k|   0 | 0.000000e+00 |      --      |    Inf 
299.70/299.73	c   279s|  2960k|  2783k|     0 |   0.0 |1050M| 567 |   - | 858 |1235 |   0 |   0 |   0 | 837k|   0 | 0.000000e+00 |      --      |    Inf 
300.60/300.68	c   280s|  2970k|  2792k|     0 |   0.0 |1053M| 567 |   - | 858 |1205 |   0 |   0 |   0 | 839k|   0 | 0.000000e+00 |      --      |    Inf 
301.59/301.66	c   281s|  2980k|  2802k|     0 |   0.0 |1057M| 567 |   - | 858 |1251 |   0 |   0 |   0 | 841k|   0 | 0.000000e+00 |      --      |    Inf 
302.70/302.70	c   282s|  2990k|  2812k|     0 |   0.0 |1060M| 567 |   - | 858 |1280 |   0 |   0 |   0 | 843k|   0 | 0.000000e+00 |      --      |    Inf 
303.61/303.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
303.61/303.68	c   283s|  3000k|  2821k|     0 |   0.0 |1063M| 567 |   - | 858 |1296 |   0 |   0 |   0 | 845k|   0 | 0.000000e+00 |      --      |    Inf 
304.60/304.69	c   284s|  3010k|  2831k|     0 |   0.0 |1067M| 567 |   - | 858 |1264 |   0 |   0 |   0 | 848k|   0 | 0.000000e+00 |      --      |    Inf 
305.60/305.66	c   284s|  3020k|  2840k|     0 |   0.0 |1070M| 567 |   - | 858 |1264 |   0 |   0 |   0 | 850k|   0 | 0.000000e+00 |      --      |    Inf 
306.60/306.62	c   285s|  3030k|  2850k|     0 |   0.0 |1073M| 567 |   - | 858 |1303 |   0 |   0 |   0 | 852k|   0 | 0.000000e+00 |      --      |    Inf 
307.50/307.59	c   286s|  3040k|  2860k|     0 |   0.0 |1077M| 567 |   - | 858 |1246 |   0 |   0 |   0 | 854k|   0 | 0.000000e+00 |      --      |    Inf 
308.49/308.54	c   287s|  3050k|  2869k|     0 |   0.0 |1080M| 567 |   - | 858 |1293 |   0 |   0 |   0 | 857k|   0 | 0.000000e+00 |      --      |    Inf 
309.49/309.52	c   288s|  3060k|  2879k|     0 |   0.0 |1084M| 567 |   - | 858 |1296 |   0 |   0 |   0 | 859k|   0 | 0.000000e+00 |      --      |    Inf 
310.49/310.58	c   289s|  3070k|  2888k|     0 |   0.0 |1087M| 567 |   - | 858 |1257 |   0 |   0 |   0 | 861k|   0 | 0.000000e+00 |      --      |    Inf 
311.50/311.58	c   290s|  3080k|  2898k|     0 |   0.0 |1090M| 567 |   - | 858 |1269 |   0 |   0 |   0 | 863k|   0 | 0.000000e+00 |      --      |    Inf 
312.50/312.58	c   291s|  3090k|  2907k|     0 |   0.0 |1094M| 567 |   - | 858 |1236 |   0 |   0 |   0 | 866k|   0 | 0.000000e+00 |      --      |    Inf 
313.50/313.57	c   292s|  3100k|  2917k|     0 |   0.0 |1097M| 567 |   - | 858 |1215 |   0 |   0 |   0 | 868k|   0 | 0.000000e+00 |      --      |    Inf 
314.50/314.57	c   293s|  3110k|  2927k|     0 |   0.0 |1100M| 567 |   - | 858 |1232 |   0 |   0 |   0 | 870k|   0 | 0.000000e+00 |      --      |    Inf 
315.49/315.56	c   294s|  3120k|  2936k|     0 |   0.0 |1104M| 567 |   - | 858 |1237 |   0 |   0 |   0 | 873k|   0 | 0.000000e+00 |      --      |    Inf 
316.49/316.53	c   295s|  3130k|  2946k|     0 |   0.0 |1107M| 567 |   - | 858 |1257 |   0 |   0 |   0 | 875k|   0 | 0.000000e+00 |      --      |    Inf 
317.49/317.53	c   296s|  3140k|  2955k|     0 |   0.0 |1111M| 567 |   - | 858 |1292 |   0 |   0 |   0 | 877k|   0 | 0.000000e+00 |      --      |    Inf 
318.50/318.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
318.50/318.57	c   296s|  3150k|  2965k|     0 |   0.0 |1114M| 567 |   - | 858 |1272 |   0 |   0 |   0 | 879k|   0 | 0.000000e+00 |      --      |    Inf 
319.50/319.55	c   297s|  3160k|  2975k|     0 |   0.0 |1117M| 567 |   - | 858 |1261 |   0 |   0 |   0 | 882k|   0 | 0.000000e+00 |      --      |    Inf 
320.49/320.55	c   298s|  3170k|  2984k|     0 |   0.0 |1121M| 567 |   - | 858 |1288 |   0 |   0 |   0 | 884k|   0 | 0.000000e+00 |      --      |    Inf 
321.50/321.53	c   299s|  3180k|  2994k|     0 |   0.0 |1124M| 567 |   - | 858 |1300 |   0 |   0 |   0 | 886k|   0 | 0.000000e+00 |      --      |    Inf 
322.50/322.56	c   300s|  3190k|  3003k|     0 |   0.0 |1128M| 567 |   - | 858 |1283 |   0 |   0 |   0 | 888k|   0 | 0.000000e+00 |      --      |    Inf 
323.50/323.54	c   301s|  3200k|  3013k|     0 |   0.0 |1131M| 567 |   - | 858 |1236 |   0 |   0 |   0 | 890k|   0 | 0.000000e+00 |      --      |    Inf 
324.50/324.56	c   302s|  3210k|  3023k|     0 |   0.0 |1134M| 567 |   - | 858 |1258 |   0 |   0 |   0 | 893k|   0 | 0.000000e+00 |      --      |    Inf 
325.50/325.57	c   303s|  3220k|  3032k|     0 |   0.0 |1138M| 567 |   - | 858 |1248 |   0 |   0 |   0 | 895k|   0 | 0.000000e+00 |      --      |    Inf 
326.50/326.53	c   304s|  3230k|  3042k|     0 |   0.0 |1141M| 567 |   - | 858 |1225 |   0 |   0 |   0 | 897k|   0 | 0.000000e+00 |      --      |    Inf 
327.49/327.54	c   305s|  3240k|  3051k|     0 |   0.0 |1145M| 567 |   - | 858 |1295 |   0 |   0 |   0 | 899k|   0 | 0.000000e+00 |      --      |    Inf 
328.59/328.65	c   306s|  3250k|  3061k|     0 |   0.0 |1148M| 567 |   - | 858 |1336 |   0 |   0 |   0 | 902k|   0 | 0.000000e+00 |      --      |    Inf 
329.60/329.67	c   307s|  3260k|  3070k|     0 |   0.0 |1151M| 567 |   - | 858 |1301 |   0 |   0 |   0 | 904k|   0 | 0.000000e+00 |      --      |    Inf 
330.60/330.69	c   308s|  3270k|  3080k|     0 |   0.0 |1155M| 567 |   - | 858 |1272 |   0 |   0 |   0 | 906k|   0 | 0.000000e+00 |      --      |    Inf 
331.59/331.66	c   309s|  3280k|  3090k|     0 |   0.0 |1158M| 567 |   - | 858 |1298 |   0 |   0 |   0 | 909k|   0 | 0.000000e+00 |      --      |    Inf 
332.60/332.67	c   310s|  3290k|  3099k|     0 |   0.0 |1161M| 567 |   - | 858 |1314 |   0 |   0 |   0 | 911k|   0 | 0.000000e+00 |      --      |    Inf 
333.59/333.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
333.59/333.63	c   311s|  3300k|  3109k|     0 |   0.0 |1165M| 567 |   - | 858 |1299 |   0 |   0 |   0 | 913k|   0 | 0.000000e+00 |      --      |    Inf 
334.59/334.66	c   312s|  3310k|  3118k|     0 |   0.0 |1168M| 567 |   - | 858 |1264 |   0 |   0 |   0 | 915k|   0 | 0.000000e+00 |      --      |    Inf 
335.60/335.64	c   313s|  3320k|  3128k|     0 |   0.0 |1172M| 567 |   - | 858 |1259 |   0 |   0 |   0 | 918k|   0 | 0.000000e+00 |      --      |    Inf 
336.60/336.66	c   314s|  3330k|  3138k|     0 |   0.0 |1175M| 567 |   - | 858 |1215 |   0 |   0 |   0 | 920k|   0 | 0.000000e+00 |      --      |    Inf 
337.60/337.66	c   314s|  3340k|  3147k|     0 |   0.0 |1178M| 567 |   - | 858 |1261 |   0 |   0 |   0 | 922k|   0 | 0.000000e+00 |      --      |    Inf 
338.60/338.68	c   315s|  3350k|  3157k|     0 |   0.0 |1182M| 567 |   - | 858 |1282 |   0 |   0 |   0 | 924k|   0 | 0.000000e+00 |      --      |    Inf 
339.60/339.66	c   316s|  3360k|  3166k|     0 |   0.0 |1185M| 567 |   - | 858 |1257 |   0 |   0 |   0 | 926k|   0 | 0.000000e+00 |      --      |    Inf 
340.59/340.67	c   317s|  3370k|  3176k|     0 |   0.0 |1189M| 567 |   - | 858 |1341 |   0 |   0 |   0 | 929k|   0 | 0.000000e+00 |      --      |    Inf 
341.60/341.67	c   318s|  3380k|  3186k|     0 |   0.0 |1192M| 567 |   - | 858 |1313 |   0 |   0 |   0 | 931k|   0 | 0.000000e+00 |      --      |    Inf 
342.59/342.63	c   319s|  3390k|  3195k|     0 |   0.0 |1195M| 567 |   - | 858 |1367 |   0 |   0 |   0 | 933k|   0 | 0.000000e+00 |      --      |    Inf 
343.59/343.63	c   320s|  3400k|  3205k|     0 |   0.0 |1199M| 567 |   - | 858 |1288 |   0 |   0 |   0 | 935k|   0 | 0.000000e+00 |      --      |    Inf 
344.60/344.62	c   321s|  3410k|  3214k|     0 |   0.0 |1202M| 567 |   - | 858 |1304 |   0 |   0 |   0 | 937k|   0 | 0.000000e+00 |      --      |    Inf 
345.60/345.64	c   322s|  3420k|  3224k|     0 |   0.0 |1206M| 567 |   - | 858 |1357 |   0 |   0 |   0 | 940k|   0 | 0.000000e+00 |      --      |    Inf 
346.59/346.61	c   323s|  3430k|  3234k|     0 |   0.0 |1209M| 567 |   - | 858 |1278 |   0 |   0 |   0 | 942k|   0 | 0.000000e+00 |      --      |    Inf 
347.60/347.66	c   324s|  3440k|  3243k|     0 |   0.0 |1212M| 567 |   - | 858 |1365 |   0 |   0 |   0 | 944k|   0 | 0.000000e+00 |      --      |    Inf 
348.70/348.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
348.70/348.72	c   325s|  3450k|  3253k|     0 |   0.0 |1216M| 567 |   - | 858 |1411 |   0 |   0 |   0 | 946k|   0 | 0.000000e+00 |      --      |    Inf 
349.70/349.73	c   326s|  3460k|  3262k|     0 |   0.0 |1219M| 567 |   - | 858 |1349 |   0 |   0 |   0 | 949k|   0 | 0.000000e+00 |      --      |    Inf 
350.69/350.72	c   327s|  3470k|  3272k|     0 |   0.0 |1223M| 567 |   - | 858 |1278 |   0 |   0 |   0 | 951k|   0 | 0.000000e+00 |      --      |    Inf 
351.70/351.79	c   328s|  3480k|  3282k|     0 |   0.0 |1226M| 567 |   - | 858 |1309 |   0 |   0 |   0 | 953k|   0 | 0.000000e+00 |      --      |    Inf 
352.80/352.81	c   329s|  3490k|  3291k|     0 |   0.0 |1229M| 567 |   - | 858 |1289 |   0 |   0 |   0 | 955k|   0 | 0.000000e+00 |      --      |    Inf 
353.80/353.80	c   330s|  3500k|  3301k|     0 |   0.0 |1233M| 567 |   - | 858 |1284 |   0 |   0 |   0 | 958k|   0 | 0.000000e+00 |      --      |    Inf 
354.79/354.80	c   330s|  3510k|  3310k|     0 |   0.0 |1236M| 567 |   - | 858 |1320 |   0 |   0 |   0 | 960k|   0 | 0.000000e+00 |      --      |    Inf 
355.69/355.76	c   331s|  3520k|  3320k|     0 |   0.0 |1240M| 567 |   - | 858 |1354 |   0 |   0 |   0 | 962k|   0 | 0.000000e+00 |      --      |    Inf 
356.69/356.75	c   332s|  3530k|  3329k|     0 |   0.0 |1243M| 567 |   - | 858 |1350 |   0 |   0 |   0 | 964k|   0 | 0.000000e+00 |      --      |    Inf 
357.70/357.71	c   333s|  3540k|  3339k|     0 |   0.0 |1246M| 567 |   - | 858 |1318 |   0 |   0 |   0 | 967k|   0 | 0.000000e+00 |      --      |    Inf 
358.60/358.69	c   334s|  3550k|  3349k|     0 |   0.0 |1250M| 567 |   - | 858 |1367 |   0 |   0 |   0 | 969k|   0 | 0.000000e+00 |      --      |    Inf 
359.60/359.68	c   335s|  3560k|  3358k|     0 |   0.0 |1253M| 567 |   - | 858 |1334 |   0 |   0 |   0 | 971k|   0 | 0.000000e+00 |      --      |    Inf 
360.60/360.69	c   336s|  3570k|  3368k|     0 |   0.0 |1256M| 567 |   - | 858 |1315 |   0 |   0 |   0 | 973k|   0 | 0.000000e+00 |      --      |    Inf 
361.60/361.68	c   337s|  3580k|  3377k|     0 |   0.0 |1260M| 567 |   - | 858 |1265 |   0 |   0 |   0 | 976k|   0 | 0.000000e+00 |      --      |    Inf 
362.59/362.69	c   338s|  3590k|  3387k|     0 |   0.0 |1263M| 567 |   - | 858 |1346 |   0 |   0 |   0 | 978k|   0 | 0.000000e+00 |      --      |    Inf 
363.60/363.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
363.60/363.64	c   339s|  3600k|  3397k|     0 |   0.0 |1267M| 567 |   - | 858 |1275 |   0 |   0 |   0 | 980k|   0 | 0.000000e+00 |      --      |    Inf 
364.60/364.69	c   340s|  3610k|  3406k|     0 |   0.0 |1270M| 567 |   - | 858 |1302 |   0 |   0 |   0 | 982k|   0 | 0.000000e+00 |      --      |    Inf 
365.60/365.69	c   341s|  3620k|  3416k|     0 |   0.0 |1273M| 567 |   - | 858 |1319 |   0 |   0 |   0 | 984k|   0 | 0.000000e+00 |      --      |    Inf 
366.59/366.68	c   341s|  3630k|  3425k|     0 |   0.0 |1277M| 567 |   - | 858 |1385 |   0 |   0 |   0 | 987k|   0 | 0.000000e+00 |      --      |    Inf 
367.69/367.73	c   342s|  3640k|  3435k|     0 |   0.0 |1280M| 567 |   - | 858 |1444 |   0 |   0 |   0 | 989k|   0 | 0.000000e+00 |      --      |    Inf 
368.70/368.79	c   343s|  3650k|  3445k|     0 |   0.0 |1284M| 567 |   - | 858 |1370 |   0 |   0 |   0 | 991k|   0 | 0.000000e+00 |      --      |    Inf 
369.80/369.89	c   345s|  3660k|  3454k|     0 |   0.0 |1287M| 567 |   - | 858 |1404 |   0 |   0 |   0 | 994k|   0 | 0.000000e+00 |      --      |    Inf 
370.79/370.85	c   345s|  3670k|  3464k|     0 |   0.0 |1290M| 567 |   - | 858 |1339 |   0 |   0 |   0 | 996k|   0 | 0.000000e+00 |      --      |    Inf 
371.81/371.86	c   346s|  3680k|  3473k|     0 |   0.0 |1294M| 567 |   - | 858 |1363 |   0 |   0 |   0 | 998k|   0 | 0.000000e+00 |      --      |    Inf 
372.81/372.86	c   347s|  3690k|  3483k|     0 |   0.0 |1297M| 567 |   - | 858 |1354 |   0 |   0 |   0 |1001k|   0 | 0.000000e+00 |      --      |    Inf 
373.79/373.85	c   348s|  3700k|  3492k|     0 |   0.0 |1300M| 567 |   - | 858 |1342 |   0 |   0 |   0 |1003k|   0 | 0.000000e+00 |      --      |    Inf 
374.79/374.84	c   349s|  3710k|  3502k|     0 |   0.0 |1304M| 567 |   - | 858 |1310 |   0 |   0 |   0 |1005k|   0 | 0.000000e+00 |      --      |    Inf 
375.80/375.83	c   350s|  3720k|  3512k|     0 |   0.0 |1307M| 567 |   - | 858 |1271 |   0 |   0 |   0 |1007k|   0 | 0.000000e+00 |      --      |    Inf 
376.79/376.85	c   351s|  3730k|  3521k|     0 |   0.0 |1310M| 567 |   - | 858 |1301 |   0 |   0 |   0 |1010k|   0 | 0.000000e+00 |      --      |    Inf 
377.80/377.87	c   352s|  3740k|  3531k|     0 |   0.0 |1314M| 567 |   - | 858 |1349 |   0 |   0 |   0 |1012k|   0 | 0.000000e+00 |      --      |    Inf 
378.80/378.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
378.80/378.89	c   353s|  3750k|  3540k|     0 |   0.0 |1317M| 567 |   - | 858 |1330 |   0 |   0 |   0 |1014k|   0 | 0.000000e+00 |      --      |    Inf 
379.80/379.88	c   354s|  3760k|  3550k|     0 |   0.0 |1321M| 567 |   - | 858 |1347 |   0 |   0 |   0 |1016k|   0 | 0.000000e+00 |      --      |    Inf 
380.80/380.88	c   355s|  3770k|  3560k|     0 |   0.0 |1324M| 567 |   - | 858 |1381 |   0 |   0 |   0 |1019k|   0 | 0.000000e+00 |      --      |    Inf 
381.90/381.90	c   356s|  3780k|  3569k|     0 |   0.0 |1327M| 567 |   - | 858 |1363 |   0 |   0 |   0 |1021k|   0 | 0.000000e+00 |      --      |    Inf 
382.89/382.93	c   357s|  3790k|  3579k|     0 |   0.0 |1331M| 567 |   - | 858 |1382 |   0 |   0 |   0 |1023k|   0 | 0.000000e+00 |      --      |    Inf 
383.90/383.96	c   358s|  3800k|  3588k|     0 |   0.0 |1334M| 567 |   - | 858 |1344 |   0 |   0 |   0 |1025k|   0 | 0.000000e+00 |      --      |    Inf 
384.90/384.96	c   359s|  3810k|  3598k|     0 |   0.0 |1338M| 567 |   - | 858 |1353 |   0 |   0 |   0 |1028k|   0 | 0.000000e+00 |      --      |    Inf 
385.90/385.90	c   359s|  3820k|  3607k|     0 |   0.0 |1341M| 567 |   - | 858 |1315 |   0 |   0 |   0 |1030k|   0 | 0.000000e+00 |      --      |    Inf 
386.80/386.88	c   360s|  3830k|  3617k|     0 |   0.0 |1344M| 567 |   - | 858 |1453 |   0 |   0 |   0 |1032k|   0 | 0.000000e+00 |      --      |    Inf 
387.90/387.92	c   361s|  3840k|  3627k|     0 |   0.0 |1348M| 567 |   - | 858 |1365 |   0 |   0 |   0 |1035k|   0 | 0.000000e+00 |      --      |    Inf 
388.90/388.92	c   362s|  3850k|  3636k|     0 |   0.0 |1351M| 567 |   - | 858 |1376 |   0 |   0 |   0 |1037k|   0 | 0.000000e+00 |      --      |    Inf 
389.90/389.96	c   363s|  3860k|  3646k|     0 |   0.0 |1355M| 567 |   - | 858 |1405 |   0 |   0 |   0 |1039k|   0 | 0.000000e+00 |      --      |    Inf 
390.90/390.94	c   364s|  3870k|  3655k|     0 |   0.0 |1358M| 567 |   - | 858 |1378 |   0 |   0 |   0 |1041k|   0 | 0.000000e+00 |      --      |    Inf 
391.90/391.93	c   365s|  3880k|  3665k|     0 |   0.0 |1361M| 567 |   - | 858 |1431 |   0 |   0 |   0 |1044k|   0 | 0.000000e+00 |      --      |    Inf 
393.00/393.01	c   366s|  3890k|  3675k|     0 |   0.0 |1365M| 567 |   - | 858 |1398 |   0 |   0 |   0 |1046k|   0 | 0.000000e+00 |      --      |    Inf 
394.00/394.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
394.00/394.00	c   367s|  3900k|  3684k|     0 |   0.0 |1368M| 567 |   - | 858 |1360 |   0 |   0 |   0 |1048k|   0 | 0.000000e+00 |      --      |    Inf 
395.00/395.03	c   368s|  3910k|  3694k|     0 |   0.0 |1371M| 567 |   - | 858 |1357 |   0 |   0 |   0 |1050k|   0 | 0.000000e+00 |      --      |    Inf 
396.00/396.05	c   369s|  3920k|  3703k|     0 |   0.0 |1375M| 567 |   - | 858 |1322 |   0 |   0 |   0 |1053k|   0 | 0.000000e+00 |      --      |    Inf 
397.00/397.04	c   370s|  3930k|  3713k|     0 |   0.0 |1378M| 567 |   - | 858 |1398 |   0 |   0 |   0 |1055k|   0 | 0.000000e+00 |      --      |    Inf 
398.00/398.09	c   371s|  3940k|  3722k|     0 |   0.0 |1382M| 567 |   - | 858 |1408 |   0 |   0 |   0 |1057k|   0 | 0.000000e+00 |      --      |    Inf 
399.30/399.31	c   372s|  3950k|  3732k|     0 |   0.0 |1385M| 567 |   - | 858 |1409 |   0 |   0 |   0 |1060k|   0 | 0.000000e+00 |      --      |    Inf 
400.70/400.71	c   373s|  3960k|  3742k|     0 |   0.0 |1388M| 567 |   - | 858 |1328 |   0 |   0 |   0 |1062k|   0 | 0.000000e+00 |      --      |    Inf 
402.10/402.18	c   375s|  3970k|  3751k|     0 |   0.0 |1392M| 567 |   - | 858 |1402 |   0 |   0 |   0 |1064k|   0 | 0.000000e+00 |      --      |    Inf 
403.50/403.52	c   376s|  3980k|  3761k|     0 |   0.0 |1395M| 567 |   - | 858 |1364 |   0 |   0 |   0 |1067k|   0 | 0.000000e+00 |      --      |    Inf 
404.81/404.86	c   377s|  3990k|  3770k|     0 |   0.0 |1399M| 567 |   - | 858 |1373 |   0 |   0 |   0 |1069k|   0 | 0.000000e+00 |      --      |    Inf 
406.19/406.26	c   379s|  4000k|  3780k|     0 |   0.0 |1402M| 567 |   - | 858 |1438 |   0 |   0 |   0 |1071k|   0 | 0.000000e+00 |      --      |    Inf 
407.50/407.59	c   380s|  4010k|  3789k|     0 |   0.0 |1405M| 567 |   - | 858 |1363 |   0 |   0 |   0 |1073k|   0 | 0.000000e+00 |      --      |    Inf 
408.90/408.98	c   381s|  4020k|  3799k|     0 |   0.0 |1409M| 567 |   - | 858 |1378 |   0 |   0 |   0 |1076k|   0 | 0.000000e+00 |      --      |    Inf 
410.31/410.37	c   383s|  4030k|  3809k|     0 |   0.0 |1412M| 567 |   - | 858 |1392 |   0 |   0 |   0 |1078k|   0 | 0.000000e+00 |      --      |    Inf 
411.60/411.68	c   384s|  4040k|  3818k|     0 |   0.0 |1415M| 567 |   - | 858 |1371 |   0 |   0 |   0 |1080k|   0 | 0.000000e+00 |      --      |    Inf 
413.00/413.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
413.00/413.01	c   385s|  4050k|  3828k|     0 |   0.0 |1419M| 567 |   - | 858 |1365 |   0 |   0 |   0 |1082k|   0 | 0.000000e+00 |      --      |    Inf 
414.30/414.40	c   387s|  4060k|  3837k|     0 |   0.0 |1422M| 567 |   - | 858 |1310 |   0 |   0 |   0 |1084k|   0 | 0.000000e+00 |      --      |    Inf 
415.70/415.72	c   388s|  4070k|  3847k|     0 |   0.0 |1426M| 567 |   - | 858 |1373 |   0 |   0 |   0 |1087k|   0 | 0.000000e+00 |      --      |    Inf 
416.90/416.94	c   389s|  4080k|  3857k|     0 |   0.0 |1429M| 567 |   - | 858 |1404 |   0 |   0 |   0 |1089k|   0 | 0.000000e+00 |      --      |    Inf 
417.90/417.91	c   390s|  4090k|  3866k|     0 |   0.0 |1432M| 567 |   - | 858 |1361 |   0 |   0 |   0 |1091k|   0 | 0.000000e+00 |      --      |    Inf 
418.80/418.87	c   391s|  4100k|  3876k|     0 |   0.0 |1436M| 567 |   - | 858 |1373 |   0 |   0 |   0 |1093k|   0 | 0.000000e+00 |      --      |    Inf 
419.79/419.82	c   392s|  4110k|  3885k|     0 |   0.0 |1439M| 567 |   - | 858 |1294 |   0 |   0 |   0 |1096k|   0 | 0.000000e+00 |      --      |    Inf 
420.69/420.76	c   393s|  4120k|  3895k|     0 |   0.0 |1442M| 567 |   - | 858 |1330 |   0 |   0 |   0 |1098k|   0 | 0.000000e+00 |      --      |    Inf 
421.70/421.75	c   393s|  4130k|  3905k|     0 |   0.0 |1446M| 567 |   - | 858 |1260 |   0 |   0 |   0 |1100k|   0 | 0.000000e+00 |      --      |    Inf 
422.69/422.75	c   394s|  4140k|  3914k|     0 |   0.0 |1449M| 567 |   - | 858 |1361 |   0 |   0 |   0 |1102k|   0 | 0.000000e+00 |      --      |    Inf 
423.80/423.80	c   395s|  4150k|  3924k|     0 |   0.0 |1452M| 567 |   - | 858 |1314 |   0 |   0 |   0 |1104k|   0 | 0.000000e+00 |      --      |    Inf 
424.69/424.74	c   396s|  4160k|  3933k|     0 |   0.0 |1456M| 567 |   - | 858 |1318 |   0 |   0 |   0 |1106k|   0 | 0.000000e+00 |      --      |    Inf 
425.70/425.71	c   397s|  4170k|  3943k|     0 |   0.0 |1459M| 567 |   - | 858 |1352 |   0 |   0 |   0 |1109k|   0 | 0.000000e+00 |      --      |    Inf 
426.60/426.70	c   398s|  4180k|  3952k|     0 |   0.0 |1463M| 567 |   - | 858 |1328 |   0 |   0 |   0 |1111k|   0 | 0.000000e+00 |      --      |    Inf 
427.70/427.73	c   399s|  4190k|  3962k|     0 |   0.0 |1466M| 567 |   - | 858 |1465 |   0 |   0 |   0 |1113k|   0 | 0.000000e+00 |      --      |    Inf 
428.70/428.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
428.70/428.75	c   400s|  4200k|  3972k|     0 |   0.0 |1469M| 567 |   - | 858 |1356 |   0 |   0 |   0 |1115k|   0 | 0.000000e+00 |      --      |    Inf 
429.70/429.76	c   401s|  4210k|  3981k|     0 |   0.0 |1473M| 567 |   - | 858 |1370 |   0 |   0 |   0 |1118k|   0 | 0.000000e+00 |      --      |    Inf 
430.70/430.76	c   402s|  4220k|  3991k|     0 |   0.0 |1476M| 567 |   - | 858 |1458 |   0 |   0 |   0 |1120k|   0 | 0.000000e+00 |      --      |    Inf 
431.70/431.76	c   403s|  4230k|  4000k|     0 |   0.0 |1480M| 567 |   - | 858 |1448 |   0 |   0 |   0 |1123k|   0 | 0.000000e+00 |      --      |    Inf 
432.80/432.87	c   404s|  4240k|  4010k|     0 |   0.0 |1483M| 567 |   - | 858 |1460 |   0 |   0 |   0 |1125k|   0 | 0.000000e+00 |      --      |    Inf 
433.89/433.95	c   405s|  4250k|  4019k|     0 |   0.0 |1487M| 567 |   - | 858 |1454 |   0 |   0 |   0 |1128k|   0 | 0.000000e+00 |      --      |    Inf 
434.90/434.92	c   406s|  4260k|  4029k|     0 |   0.0 |1490M| 567 |   - | 858 |1431 |   0 |   0 |   0 |1130k|   0 | 0.000000e+00 |      --      |    Inf 
435.90/435.93	c   407s|  4270k|  4038k|     0 |   0.0 |1493M| 567 |   - | 858 |1385 |   0 |   0 |   0 |1132k|   0 | 0.000000e+00 |      --      |    Inf 
436.90/436.97	c   408s|  4280k|  4048k|     0 |   0.0 |1497M| 567 |   - | 858 |1305 |   0 |   0 |   0 |1135k|   0 | 0.000000e+00 |      --      |    Inf 
437.90/437.98	c   409s|  4290k|  4058k|     0 |   0.0 |1500M| 567 |   - | 858 |1380 |   0 |   0 |   0 |1137k|   0 | 0.000000e+00 |      --      |    Inf 
438.90/438.99	c   410s|  4300k|  4067k|     0 |   0.0 |1503M| 567 |   - | 858 |1414 |   0 |   0 |   0 |1140k|   0 | 0.000000e+00 |      --      |    Inf 
439.90/440.00	c   410s|  4310k|  4077k|     0 |   0.0 |1507M| 567 |   - | 858 |1392 |   0 |   0 |   0 |1142k|   0 | 0.000000e+00 |      --      |    Inf 
441.00/441.08	c   411s|  4320k|  4086k|     0 |   0.0 |1510M| 567 |   - | 858 |1357 |   0 |   0 |   0 |1144k|   0 | 0.000000e+00 |      --      |    Inf 
442.10/442.12	c   412s|  4330k|  4096k|     0 |   0.0 |1514M| 567 |   - | 858 |1436 |   0 |   0 |   0 |1147k|   0 | 0.000000e+00 |      --      |    Inf 
443.09/443.12	c   413s|  4340k|  4105k|     0 |   0.0 |1517M| 567 |   - | 858 |1435 |   0 |   0 |   0 |1149k|   0 | 0.000000e+00 |      --      |    Inf 
444.09/444.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
444.09/444.11	c   414s|  4350k|  4115k|     0 |   0.0 |1521M| 567 |   - | 858 |1410 |   0 |   0 |   0 |1152k|   0 | 0.000000e+00 |      --      |    Inf 
445.00/445.07	c   415s|  4360k|  4125k|     0 |   0.0 |1524M| 567 |   - | 858 |1436 |   0 |   0 |   0 |1154k|   0 | 0.000000e+00 |      --      |    Inf 
446.10/446.13	c   416s|  4370k|  4134k|     0 |   0.0 |1527M| 567 |   - | 858 |1458 |   0 |   0 |   0 |1156k|   0 | 0.000000e+00 |      --      |    Inf 
447.09/447.19	c   417s|  4380k|  4144k|     0 |   0.0 |1531M| 567 |   - | 858 |1476 |   0 |   0 |   0 |1159k|   0 | 0.000000e+00 |      --      |    Inf 
448.20/448.23	c   418s|  4390k|  4153k|     0 |   0.0 |1534M| 567 |   - | 858 |1468 |   0 |   0 |   0 |1161k|   0 | 0.000000e+00 |      --      |    Inf 
449.20/449.23	c   419s|  4400k|  4163k|     0 |   0.0 |1538M| 567 |   - | 858 |1455 |   0 |   0 |   0 |1164k|   0 | 0.000000e+00 |      --      |    Inf 
450.20/450.24	c   420s|  4410k|  4172k|     0 |   0.0 |1541M| 567 |   - | 858 |1435 |   0 |   0 |   0 |1166k|   0 | 0.000000e+00 |      --      |    Inf 
451.19/451.28	c   421s|  4420k|  4182k|     0 |   0.0 |1544M| 567 |   - | 858 |1453 |   0 |   0 |   0 |1169k|   0 | 0.000000e+00 |      --      |    Inf 
452.20/452.25	c   422s|  4430k|  4191k|     0 |   0.0 |1548M| 567 |   - | 858 |1449 |   0 |   0 |   0 |1171k|   0 | 0.000000e+00 |      --      |    Inf 
453.11/453.18	c   423s|  4440k|  4201k|     0 |   0.0 |1551M| 567 |   - | 858 |1419 |   0 |   0 |   0 |1173k|   0 | 0.000000e+00 |      --      |    Inf 
454.20/454.24	c   424s|  4450k|  4211k|     0 |   0.0 |1555M| 567 |   - | 858 |1405 |   0 |   0 |   0 |1176k|   0 | 0.000000e+00 |      --      |    Inf 
455.20/455.30	c   425s|  4460k|  4220k|     0 |   0.0 |1558M| 567 |   - | 858 |1379 |   0 |   0 |   0 |1178k|   0 | 0.000000e+00 |      --      |    Inf 
456.30/456.33	c   426s|  4470k|  4230k|     0 |   0.0 |1561M| 567 |   - | 858 |1430 |   0 |   0 |   0 |1181k|   0 | 0.000000e+00 |      --      |    Inf 
457.30/457.38	c   427s|  4480k|  4239k|     0 |   0.0 |1565M| 567 |   - | 858 |1432 |   0 |   0 |   0 |1183k|   0 | 0.000000e+00 |      --      |    Inf 
458.30/458.32	c   428s|  4490k|  4249k|     0 |   0.0 |1568M| 567 |   - | 858 |1420 |   0 |   0 |   0 |1185k|   0 | 0.000000e+00 |      --      |    Inf 
459.30/459.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
459.30/459.31	c   429s|  4500k|  4259k|     0 |   0.0 |1572M| 567 |   - | 858 |1431 |   0 |   0 |   0 |1187k|   0 | 0.000000e+00 |      --      |    Inf 
460.29/460.35	c   430s|  4510k|  4268k|     0 |   0.0 |1575M| 567 |   - | 858 |1475 |   0 |   0 |   0 |1190k|   0 | 0.000000e+00 |      --      |    Inf 
461.30/461.37	c   431s|  4520k|  4278k|     0 |   0.0 |1579M| 567 |   - | 858 |1445 |   0 |   0 |   0 |1192k|   0 | 0.000000e+00 |      --      |    Inf 
462.30/462.38	c   432s|  4530k|  4287k|     0 |   0.0 |1582M| 567 |   - | 858 |1451 |   0 |   0 |   0 |1195k|   0 | 0.000000e+00 |      --      |    Inf 
463.30/463.38	c   432s|  4540k|  4297k|     0 |   0.0 |1585M| 567 |   - | 858 |1457 |   0 |   0 |   0 |1197k|   0 | 0.000000e+00 |      --      |    Inf 
464.40/464.41	c   433s|  4550k|  4306k|     0 |   0.0 |1589M| 567 |   - | 858 |1482 |   0 |   0 |   0 |1199k|   0 | 0.000000e+00 |      --      |    Inf 
465.40/465.41	c   434s|  4560k|  4316k|     0 |   0.0 |1592M| 567 |   - | 858 |1513 |   0 |   0 |   0 |1202k|   0 | 0.000000e+00 |      --      |    Inf 
466.41/466.41	c   435s|  4570k|  4325k|     0 |   0.0 |1596M| 567 |   - | 858 |1443 |   0 |   0 |   0 |1204k|   0 | 0.000000e+00 |      --      |    Inf 
467.30/467.38	c   436s|  4580k|  4335k|     0 |   0.0 |1599M| 567 |   - | 858 |1476 |   0 |   0 |   0 |1206k|   0 | 0.000000e+00 |      --      |    Inf 
468.40/468.43	c   437s|  4590k|  4345k|     0 |   0.0 |1602M| 567 |   - | 858 |1502 |   0 |   0 |   0 |1209k|   0 | 0.000000e+00 |      --      |    Inf 
469.40/469.48	c   438s|  4600k|  4354k|     0 |   0.0 |1606M| 567 |   - | 858 |1538 |   0 |   0 |   0 |1211k|   0 | 0.000000e+00 |      --      |    Inf 
470.40/470.45	c   439s|  4610k|  4364k|     0 |   0.0 |1609M| 567 |   - | 858 |1442 |   0 |   0 |   0 |1213k|   0 | 0.000000e+00 |      --      |    Inf 
471.40/471.42	c   440s|  4620k|  4373k|     0 |   0.0 |1612M| 567 |   - | 858 |1415 |   0 |   0 |   0 |1216k|   0 | 0.000000e+00 |      --      |    Inf 
472.40/472.41	c   441s|  4630k|  4383k|     0 |   0.0 |1616M| 567 |   - | 858 |1486 |   0 |   0 |   0 |1218k|   0 | 0.000000e+00 |      --      |    Inf 
473.39/473.41	c   442s|  4640k|  4393k|     0 |   0.0 |1619M| 567 |   - | 858 |1476 |   0 |   0 |   0 |1221k|   0 | 0.000000e+00 |      --      |    Inf 
474.40/474.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
474.40/474.46	c   443s|  4650k|  4402k|     0 |   0.0 |1623M| 567 |   - | 858 |1519 |   0 |   0 |   0 |1223k|   0 | 0.000000e+00 |      --      |    Inf 
475.40/475.47	c   444s|  4660k|  4412k|     0 |   0.0 |1626M| 567 |   - | 858 |1470 |   0 |   0 |   0 |1226k|   0 | 0.000000e+00 |      --      |    Inf 
476.40/476.45	c   445s|  4670k|  4421k|     0 |   0.0 |1630M| 567 |   - | 858 |1504 |   0 |   0 |   0 |1228k|   0 | 0.000000e+00 |      --      |    Inf 
477.40/477.49	c   446s|  4680k|  4431k|     0 |   0.0 |1633M| 567 |   - | 858 |1514 |   0 |   0 |   0 |1230k|   0 | 0.000000e+00 |      --      |    Inf 
478.51/478.54	c   447s|  4690k|  4440k|     0 |   0.0 |1637M| 567 |   - | 858 |1527 |   0 |   0 |   0 |1233k|   0 | 0.000000e+00 |      --      |    Inf 
479.51/479.56	c   448s|  4700k|  4450k|     0 |   0.0 |1640M| 567 |   - | 858 |1555 |   0 |   0 |   0 |1235k|   0 | 0.000000e+00 |      --      |    Inf 
480.60/480.64	c   449s|  4710k|  4459k|     0 |   0.0 |1643M| 567 |   - | 858 |1470 |   0 |   0 |   0 |1238k|   0 | 0.000000e+00 |      --      |    Inf 
481.71/481.72	c   450s|  4720k|  4469k|     0 |   0.0 |1647M| 567 |   - | 858 |1479 |   0 |   0 |   0 |1240k|   0 | 0.000000e+00 |      --      |    Inf 
482.70/482.73	c   451s|  4730k|  4478k|     0 |   0.0 |1650M| 567 |   - | 858 |1452 |   0 |   0 |   0 |1243k|   0 | 0.000000e+00 |      --      |    Inf 
483.70/483.77	c   451s|  4740k|  4488k|     0 |   0.0 |1653M| 567 |   - | 858 |1486 |   0 |   0 |   0 |1245k|   0 | 0.000000e+00 |      --      |    Inf 
484.70/484.79	c   452s|  4750k|  4498k|     0 |   0.0 |1657M| 567 |   - | 858 |1478 |   0 |   0 |   0 |1247k|   0 | 0.000000e+00 |      --      |    Inf 
485.70/485.76	c   453s|  4760k|  4507k|     0 |   0.0 |1660M| 567 |   - | 858 |1464 |   0 |   0 |   0 |1249k|   0 | 0.000000e+00 |      --      |    Inf 
486.79/486.84	c   454s|  4770k|  4517k|     0 |   0.0 |1663M| 567 |   - | 858 |1495 |   0 |   0 |   0 |1252k|   0 | 0.000000e+00 |      --      |    Inf 
487.80/487.84	c   455s|  4780k|  4526k|     0 |   0.0 |1667M| 567 |   - | 858 |1411 |   0 |   0 |   0 |1254k|   0 | 0.000000e+00 |      --      |    Inf 
488.80/488.86	c   456s|  4790k|  4536k|     0 |   0.0 |1670M| 567 |   - | 858 |1473 |   0 |   0 |   0 |1256k|   0 | 0.000000e+00 |      --      |    Inf 
489.80/489.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
489.80/489.83	c   457s|  4800k|  4545k|     0 |   0.0 |1674M| 567 |   - | 858 |1568 |   0 |   0 |   0 |1258k|   0 | 0.000000e+00 |      --      |    Inf 
490.80/490.87	c   458s|  4810k|  4555k|     0 |   0.0 |1677M| 567 |   - | 858 |1483 |   0 |   0 |   0 |1260k|   0 | 0.000000e+00 |      --      |    Inf 
491.80/491.85	c   459s|  4820k|  4565k|     0 |   0.0 |1680M| 567 |   - | 858 |1489 |   0 |   0 |   0 |1263k|   0 | 0.000000e+00 |      --      |    Inf 
492.80/492.83	c   460s|  4830k|  4574k|     0 |   0.0 |1684M| 567 |   - | 858 |1510 |   0 |   0 |   0 |1265k|   0 | 0.000000e+00 |      --      |    Inf 
493.80/493.87	c   461s|  4840k|  4584k|     0 |   0.0 |1687M| 567 |   - | 858 |1566 |   0 |   0 |   0 |1268k|   0 | 0.000000e+00 |      --      |    Inf 
494.80/494.84	c   462s|  4850k|  4593k|     0 |   0.0 |1691M| 567 |   - | 858 |1495 |   0 |   0 |   0 |1270k|   0 | 0.000000e+00 |      --      |    Inf 
495.80/495.88	c   463s|  4860k|  4603k|     0 |   0.0 |1694M| 567 |   - | 858 |1527 |   0 |   0 |   0 |1272k|   0 | 0.000000e+00 |      --      |    Inf 
496.89/496.94	c   464s|  4870k|  4612k|     0 |   0.0 |1698M| 567 |   - | 858 |1490 |   0 |   0 |   0 |1275k|   0 | 0.000000e+00 |      --      |    Inf 
498.00/498.00	c   465s|  4880k|  4622k|     0 |   0.0 |1701M| 567 |   - | 858 |1540 |   0 |   0 |   0 |1277k|   0 | 0.000000e+00 |      --      |    Inf 
499.00/499.00	c   466s|  4890k|  4632k|     0 |   0.0 |1704M| 567 |   - | 858 |1504 |   0 |   0 |   0 |1280k|   0 | 0.000000e+00 |      --      |    Inf 
499.90/499.94	c   466s|  4900k|  4641k|     0 |   0.0 |1708M| 567 |   - | 858 |1498 |   0 |   0 |   0 |1282k|   0 | 0.000000e+00 |      --      |    Inf 
500.90/500.90	c   467s|  4910k|  4651k|     0 |   0.0 |1711M| 567 |   - | 858 |1451 |   0 |   0 |   0 |1284k|   0 | 0.000000e+00 |      --      |    Inf 
501.80/501.85	c   468s|  4920k|  4660k|     0 |   0.0 |1714M| 567 |   - | 858 |1474 |   0 |   0 |   0 |1286k|   0 | 0.000000e+00 |      --      |    Inf 
502.80/502.81	c   469s|  4930k|  4670k|     0 |   0.0 |1718M| 567 |   - | 858 |1490 |   0 |   0 |   0 |1288k|   0 | 0.000000e+00 |      --      |    Inf 
503.70/503.78	c   470s|  4940k|  4680k|     0 |   0.0 |1721M| 567 |   - | 858 |1441 |   0 |   0 |   0 |1291k|   0 | 0.000000e+00 |      --      |    Inf 
504.70/504.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
504.70/504.74	c   471s|  4950k|  4689k|     0 |   0.0 |1725M| 567 |   - | 858 |1479 |   0 |   0 |   0 |1293k|   0 | 0.000000e+00 |      --      |    Inf 
505.80/505.81	c   472s|  4960k|  4699k|     0 |   0.0 |1728M| 567 |   - | 858 |1507 |   0 |   0 |   0 |1295k|   0 | 0.000000e+00 |      --      |    Inf 
506.80/506.87	c   473s|  4970k|  4708k|     0 |   0.0 |1731M| 567 |   - | 858 |1580 |   0 |   0 |   0 |1298k|   0 | 0.000000e+00 |      --      |    Inf 
507.80/507.84	c   474s|  4980k|  4718k|     0 |   0.0 |1735M| 567 |   - | 858 |1487 |   0 |   0 |   0 |1300k|   0 | 0.000000e+00 |      --      |    Inf 
508.80/508.85	c   475s|  4990k|  4727k|     0 |   0.0 |1738M| 567 |   - | 858 |1527 |   0 |   0 |   0 |1302k|   0 | 0.000000e+00 |      --      |    Inf 
509.80/509.85	c   476s|  5000k|  4737k|     0 |   0.0 |1741M| 567 |   - | 858 |1501 |   0 |   0 |   0 |1305k|   0 | 0.000000e+00 |      --      |    Inf 
511.00/511.07	c   477s|  5010k|  4746k|     0 |   0.0 |1745M| 567 |   - | 858 |1524 |   0 |   0 |   0 |1307k|   0 | 0.000000e+00 |      --      |    Inf 
512.00/512.08	c   478s|  5020k|  4756k|     0 |   0.0 |1748M| 567 |   - | 858 |1498 |   0 |   0 |   0 |1310k|   0 | 0.000000e+00 |      --      |    Inf 
513.10/513.10	c   479s|  5030k|  4766k|     0 |   0.0 |1752M| 567 |   - | 858 |1533 |   0 |   0 |   0 |1312k|   0 | 0.000000e+00 |      --      |    Inf 
514.10/514.18	c   480s|  5040k|  4775k|     0 |   0.0 |1755M| 567 |   - | 858 |1553 |   0 |   0 |   0 |1315k|   0 | 0.000000e+00 |      --      |    Inf 
515.19/515.22	c   481s|  5050k|  4785k|     0 |   0.0 |1759M| 567 |   - | 858 |1481 |   0 |   0 |   0 |1317k|   0 | 0.000000e+00 |      --      |    Inf 
516.30/516.31	c   482s|  5060k|  4794k|     0 |   0.0 |1762M| 567 |   - | 858 |1497 |   0 |   0 |   0 |1319k|   0 | 0.000000e+00 |      --      |    Inf 
517.30/517.30	c   483s|  5070k|  4804k|     0 |   0.0 |1765M| 567 |   - | 858 |1529 |   0 |   0 |   0 |1322k|   0 | 0.000000e+00 |      --      |    Inf 
518.30/518.32	c   484s|  5080k|  4813k|     0 |   0.0 |1769M| 567 |   - | 858 |1591 |   0 |   0 |   0 |1324k|   0 | 0.000000e+00 |      --      |    Inf 
519.30/519.33	c   485s|  5090k|  4823k|     0 |   0.0 |1772M| 567 |   - | 858 |1570 |   0 |   0 |   0 |1326k|   0 | 0.000000e+00 |      --      |    Inf 
520.31/520.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
520.31/520.31	c   486s|  5100k|  4832k|     0 |   0.0 |1775M| 567 |   - | 858 |1447 |   0 |   0 |   0 |1328k|   0 | 0.000000e+00 |      --      |    Inf 
521.31/521.34	c   486s|  5110k|  4842k|     0 |   0.0 |1779M| 567 |   - | 858 |1499 |   0 |   0 |   0 |1331k|   0 | 0.000000e+00 |      --      |    Inf 
522.40/522.43	c   487s|  5120k|  4852k|     0 |   0.0 |1782M| 567 |   - | 858 |1480 |   0 |   0 |   0 |1333k|   0 | 0.000000e+00 |      --      |    Inf 
523.51/523.51	c   488s|  5130k|  4861k|     0 |   0.0 |1785M| 567 |   - | 858 |1552 |   0 |   0 |   0 |1336k|   0 | 0.000000e+00 |      --      |    Inf 
524.50/524.53	c   489s|  5140k|  4871k|     0 |   0.0 |1789M| 567 |   - | 858 |1512 |   0 |   0 |   0 |1338k|   0 | 0.000000e+00 |      --      |    Inf 
525.50/525.56	c   490s|  5150k|  4880k|     0 |   0.0 |1792M| 567 |   - | 858 |1493 |   0 |   0 |   0 |1340k|   0 | 0.000000e+00 |      --      |    Inf 
526.60/526.62	c   491s|  5160k|  4890k|     0 |   0.0 |1796M| 567 |   - | 858 |1585 |   0 |   0 |   0 |1343k|   0 | 0.000000e+00 |      --      |    Inf 
527.60/527.62	c   492s|  5170k|  4899k|     0 |   0.0 |1799M| 567 |   - | 858 |1499 |   0 |   0 |   0 |1345k|   0 | 0.000000e+00 |      --      |    Inf 
528.70/528.76	c   493s|  5180k|  4909k|     0 |   0.0 |1803M| 567 |   - | 858 |1597 |   0 |   0 |   0 |1348k|   0 | 0.000000e+00 |      --      |    Inf 
529.69/529.73	c   494s|  5190k|  4918k|     0 |   0.0 |1806M| 567 |   - | 858 |1430 |   0 |   0 |   0 |1350k|   0 | 0.000000e+00 |      --      |    Inf 
530.80/530.80	c   495s|  5200k|  4928k|     0 |   0.0 |1809M| 567 |   - | 858 |1550 |   0 |   0 |   0 |1353k|   0 | 0.000000e+00 |      --      |    Inf 
531.80/531.86	c   496s|  5210k|  4937k|     0 |   0.0 |1813M| 567 |   - | 858 |1562 |   0 |   0 |   0 |1355k|   0 | 0.000000e+00 |      --      |    Inf 
532.80/532.88	c   497s|  5220k|  4947k|     0 |   0.0 |1816M| 567 |   - | 858 |1540 |   0 |   0 |   0 |1357k|   0 | 0.000000e+00 |      --      |    Inf 
533.90/533.92	c   498s|  5230k|  4957k|     0 |   0.0 |1820M| 567 |   - | 858 |1525 |   0 |   0 |   0 |1360k|   0 | 0.000000e+00 |      --      |    Inf 
534.90/534.98	c   499s|  5240k|  4966k|     0 |   0.0 |1823M| 567 |   - | 858 |1534 |   0 |   0 |   0 |1362k|   0 | 0.000000e+00 |      --      |    Inf 
536.00/536.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
536.00/536.03	c   500s|  5250k|  4976k|     0 |   0.0 |1827M| 567 |   - | 858 |1579 |   0 |   0 |   0 |1365k|   0 | 0.000000e+00 |      --      |    Inf 
537.00/537.05	c   501s|  5260k|  4985k|     0 |   0.0 |1830M| 567 |   - | 858 |1496 |   0 |   0 |   0 |1367k|   0 | 0.000000e+00 |      --      |    Inf 
538.00/538.06	c   502s|  5270k|  4995k|     0 |   0.0 |1833M| 567 |   - | 858 |1528 |   0 |   0 |   0 |1369k|   0 | 0.000000e+00 |      --      |    Inf 
539.10/539.15	c   503s|  5280k|  5005k|     0 |   0.0 |1837M| 567 |   - | 858 |1622 |   0 |   0 |   0 |1372k|   0 | 0.000000e+00 |      --      |    Inf 
540.10/540.19	c   504s|  5290k|  5014k|     0 |   0.0 |1840M| 567 |   - | 858 |1529 |   0 |   0 |   0 |1374k|   0 | 0.000000e+00 |      --      |    Inf 
541.20/541.21	c   505s|  5300k|  5024k|     0 |   0.0 |1844M| 567 |   - | 858 |1577 |   0 |   0 |   0 |1377k|   0 | 0.000000e+00 |      --      |    Inf 
542.20/542.22	c   506s|  5310k|  5033k|     0 |   0.0 |1847M| 567 |   - | 858 |1573 |   0 |   0 |   0 |1379k|   0 | 0.000000e+00 |      --      |    Inf 
543.30/543.33	c   507s|  5320k|  5043k|     0 |   0.0 |1851M| 567 |   - | 858 |1545 |   0 |   0 |   0 |1382k|   0 | 0.000000e+00 |      --      |    Inf 
544.30/544.36	c   508s|  5330k|  5052k|     0 |   0.0 |1854M| 567 |   - | 858 |1546 |   0 |   0 |   0 |1384k|   0 | 0.000000e+00 |      --      |    Inf 
545.30/545.34	c   509s|  5340k|  5062k|     0 |   0.0 |1857M| 567 |   - | 858 |1590 |   0 |   0 |   0 |1387k|   0 | 0.000000e+00 |      --      |    Inf 
546.30/546.34	c   510s|  5350k|  5071k|     0 |   0.0 |1861M| 567 |   - | 858 |1616 |   0 |   0 |   0 |1389k|   0 | 0.000000e+00 |      --      |    Inf 
547.30/547.39	c   511s|  5360k|  5081k|     0 |   0.0 |1864M| 567 |   - | 858 |1593 |   0 |   0 |   0 |1392k|   0 | 0.000000e+00 |      --      |    Inf 
548.40/548.45	c   512s|  5370k|  5090k|     0 |   0.0 |1868M| 567 |   - | 858 |1525 |   0 |   0 |   0 |1394k|   0 | 0.000000e+00 |      --      |    Inf 
549.40/549.45	c   513s|  5380k|  5100k|     0 |   0.0 |1871M| 567 |   - | 858 |1507 |   0 |   0 |   0 |1396k|   0 | 0.000000e+00 |      --      |    Inf 
550.40/550.40	c   514s|  5390k|  5110k|     0 |   0.0 |1875M| 567 |   - | 858 |1546 |   0 |   0 |   0 |1399k|   0 | 0.000000e+00 |      --      |    Inf 
551.40/551.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
551.40/551.46	c   515s|  5400k|  5119k|     0 |   0.0 |1878M| 567 |   - | 858 |1532 |   0 |   0 |   0 |1401k|   0 | 0.000000e+00 |      --      |    Inf 
552.50/552.52	c   516s|  5410k|  5129k|     0 |   0.0 |1881M| 567 |   - | 858 |1517 |   0 |   0 |   0 |1404k|   0 | 0.000000e+00 |      --      |    Inf 
553.50/553.53	c   517s|  5420k|  5138k|     0 |   0.0 |1885M| 567 |   - | 858 |1507 |   0 |   0 |   0 |1406k|   0 | 0.000000e+00 |      --      |    Inf 
554.60/554.62	c   518s|  5430k|  5148k|     0 |   0.0 |1888M| 567 |   - | 858 |1576 |   0 |   0 |   0 |1408k|   0 | 0.000000e+00 |      --      |    Inf 
555.50/555.59	c   518s|  5440k|  5157k|     0 |   0.0 |1892M| 567 |   - | 858 |1467 |   0 |   0 |   0 |1411k|   0 | 0.000000e+00 |      --      |    Inf 
556.60/556.61	c   519s|  5450k|  5167k|     0 |   0.0 |1895M| 567 |   - | 858 |1574 |   0 |   0 |   0 |1413k|   0 | 0.000000e+00 |      --      |    Inf 
557.49/557.60	c   520s|  5460k|  5177k|     0 |   0.0 |1898M| 567 |   - | 858 |1493 |   0 |   0 |   0 |1415k|   0 | 0.000000e+00 |      --      |    Inf 
558.71/558.74	c   521s|  5470k|  5186k|     0 |   0.0 |1902M| 567 |   - | 858 |1549 |   0 |   0 |   0 |1418k|   0 | 0.000000e+00 |      --      |    Inf 
559.70/559.75	c   522s|  5480k|  5196k|     0 |   0.0 |1905M| 567 |   - | 858 |1548 |   0 |   0 |   0 |1420k|   0 | 0.000000e+00 |      --      |    Inf 
560.80/560.82	c   523s|  5490k|  5205k|     0 |   0.0 |1909M| 567 |   - | 858 |1543 |   0 |   0 |   0 |1422k|   0 | 0.000000e+00 |      --      |    Inf 
561.80/561.83	c   524s|  5500k|  5215k|     0 |   0.0 |1912M| 567 |   - | 858 |1506 |   0 |   0 |   0 |1425k|   0 | 0.000000e+00 |      --      |    Inf 
562.80/562.85	c   525s|  5510k|  5224k|     0 |   0.0 |1916M| 567 |   - | 858 |1565 |   0 |   0 |   0 |1427k|   0 | 0.000000e+00 |      --      |    Inf 
563.80/563.84	c   526s|  5520k|  5234k|     0 |   0.0 |1919M| 567 |   - | 858 |1558 |   0 |   0 |   0 |1430k|   0 | 0.000000e+00 |      --      |    Inf 
564.80/564.84	c   527s|  5530k|  5243k|     0 |   0.0 |1923M| 567 |   - | 858 |1570 |   0 |   0 |   0 |1432k|   0 | 0.000000e+00 |      --      |    Inf 
565.90/565.95	c   528s|  5540k|  5253k|     0 |   0.0 |1926M| 567 |   - | 858 |1553 |   0 |   0 |   0 |1434k|   0 | 0.000000e+00 |      --      |    Inf 
567.00/567.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
567.00/567.00	c   529s|  5550k|  5263k|     0 |   0.0 |1929M| 567 |   - | 858 |1528 |   0 |   0 |   0 |1437k|   0 | 0.000000e+00 |      --      |    Inf 
568.00/568.02	c   530s|  5560k|  5272k|     0 |   0.0 |1933M| 567 |   - | 858 |1549 |   0 |   0 |   0 |1439k|   0 | 0.000000e+00 |      --      |    Inf 
569.00/569.06	c   531s|  5570k|  5282k|     0 |   0.0 |1936M| 567 |   - | 858 |1496 |   0 |   0 |   0 |1442k|   0 | 0.000000e+00 |      --      |    Inf 
570.10/570.19	c   532s|  5580k|  5291k|     0 |   0.0 |1940M| 567 |   - | 858 |1615 |   0 |   0 |   0 |1444k|   0 | 0.000000e+00 |      --      |    Inf 
571.20/571.26	c   533s|  5590k|  5301k|     0 |   0.0 |1943M| 567 |   - | 858 |1523 |   0 |   0 |   0 |1447k|   0 | 0.000000e+00 |      --      |    Inf 
572.20/572.25	c   534s|  5600k|  5310k|     0 |   0.0 |1947M| 567 |   - | 858 |1509 |   0 |   0 |   0 |1449k|   0 | 0.000000e+00 |      --      |    Inf 
573.30/573.31	c   535s|  5610k|  5320k|     0 |   0.0 |1950M| 567 |   - | 858 |1611 |   0 |   0 |   0 |1452k|   0 | 0.000000e+00 |      --      |    Inf 
574.30/574.36	c   536s|  5620k|  5329k|     0 |   0.0 |1953M| 567 |   - | 858 |1626 |   0 |   0 |   0 |1455k|   0 | 0.000000e+00 |      --      |    Inf 
575.31/575.35	c   537s|  5630k|  5339k|     0 |   0.0 |1957M| 567 |   - | 858 |1626 |   0 |   0 |   0 |1457k|   0 | 0.000000e+00 |      --      |    Inf 
576.30/576.35	c   538s|  5640k|  5349k|     0 |   0.0 |1960M| 567 |   - | 858 |1560 |   0 |   0 |   0 |1459k|   0 | 0.000000e+00 |      --      |    Inf 
577.30/577.30	c   539s|  5650k|  5358k|     0 |   0.0 |1964M| 567 |   - | 858 |1561 |   0 |   0 |   0 |1462k|   0 | 0.000000e+00 |      --      |    Inf 
578.30/578.34	c   540s|  5660k|  5368k|     0 |   0.0 |1967M| 567 |   - | 858 |1528 |   0 |   0 |   0 |1464k|   0 | 0.000000e+00 |      --      |    Inf 
579.30/579.31	c   541s|  5670k|  5377k|     0 |   0.0 |1970M| 567 |   - | 858 |1482 |   0 |   0 |   0 |1466k|   0 | 0.000000e+00 |      --      |    Inf 
580.30/580.35	c   542s|  5680k|  5387k|     0 |   0.0 |1974M| 567 |   - | 858 |1575 |   0 |   0 |   0 |1469k|   0 | 0.000000e+00 |      --      |    Inf 
581.40/581.41	c   543s|  5690k|  5396k|     0 |   0.0 |1977M| 567 |   - | 858 |1656 |   0 |   0 |   0 |1472k|   0 | 0.000000e+00 |      --      |    Inf 
582.40/582.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
582.40/582.48	c   544s|  5700k|  5406k|     0 |   0.0 |1981M| 567 |   - | 858 |1657 |   0 |   0 |   0 |1474k|   0 | 0.000000e+00 |      --      |    Inf 
583.60/583.61	c   545s|  5710k|  5415k|     0 |   0.0 |1984M| 567 |   - | 858 |1581 |   0 |   0 |   0 |1477k|   0 | 0.000000e+00 |      --      |    Inf 
584.60/584.68	c   546s|  5720k|  5425k|     0 |   0.0 |1988M| 567 |   - | 858 |1576 |   0 |   0 |   0 |1479k|   0 | 0.000000e+00 |      --      |    Inf 
585.60/585.69	c   547s|  5730k|  5434k|     0 |   0.0 |1991M| 567 |   - | 858 |1600 |   0 |   0 |   0 |1482k|   0 | 0.000000e+00 |      --      |    Inf 
586.70/586.70	c   548s|  5740k|  5444k|     0 |   0.0 |1994M| 567 |   - | 858 |1552 |   0 |   0 |   0 |1484k|   0 | 0.000000e+00 |      --      |    Inf 
587.60/587.69	c   548s|  5750k|  5453k|     0 |   0.0 |1998M| 567 |   - | 858 |1581 |   0 |   0 |   0 |1486k|   0 | 0.000000e+00 |      --      |    Inf 
588.60/588.68	c   549s|  5760k|  5463k|     0 |   0.0 |2001M| 567 |   - | 858 |1615 |   0 |   0 |   0 |1489k|   0 | 0.000000e+00 |      --      |    Inf 
589.60/589.67	c   550s|  5770k|  5473k|     0 |   0.0 |2005M| 567 |   - | 858 |1529 |   0 |   0 |   0 |1491k|   0 | 0.000000e+00 |      --      |    Inf 
590.60/590.64	c   551s|  5780k|  5482k|     0 |   0.0 |2008M| 567 |   - | 858 |1555 |   0 |   0 |   0 |1493k|   0 | 0.000000e+00 |      --      |    Inf 
591.50/591.58	c   552s|  5790k|  5492k|     0 |   0.0 |2011M| 567 |   - | 858 |1478 |   0 |   0 |   0 |1496k|   0 | 0.000000e+00 |      --      |    Inf 
592.49/592.56	c   553s|  5800k|  5501k|     0 |   0.0 |2015M| 567 |   - | 858 |1512 |   0 |   0 |   0 |1498k|   0 | 0.000000e+00 |      --      |    Inf 
593.50/593.55	c   554s|  5810k|  5511k|     0 |   0.0 |2018M| 567 |   - | 858 |1539 |   0 |   0 |   0 |1500k|   0 | 0.000000e+00 |      --      |    Inf 
594.50/594.52	c   555s|  5820k|  5520k|     0 |   0.0 |2022M| 567 |   - | 858 |1511 |   0 |   0 |   0 |1502k|   0 | 0.000000e+00 |      --      |    Inf 
595.40/595.48	c   556s|  5830k|  5530k|     0 |   0.0 |2025M| 567 |   - | 858 |1556 |   0 |   0 |   0 |1505k|   0 | 0.000000e+00 |      --      |    Inf 
596.40/596.44	c   557s|  5840k|  5540k|     0 |   0.0 |2028M| 567 |   - | 858 |1566 |   0 |   0 |   0 |1507k|   0 | 0.000000e+00 |      --      |    Inf 
597.40/597.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
597.40/597.42	c   557s|  5850k|  5549k|     0 |   0.0 |2032M| 567 |   - | 858 |1489 |   0 |   0 |   0 |1509k|   0 | 0.000000e+00 |      --      |    Inf 
598.41/598.42	c   558s|  5860k|  5559k|     0 |   0.0 |2035M| 567 |   - | 858 |1504 |   0 |   0 |   0 |1512k|   0 | 0.000000e+00 |      --      |    Inf 
599.51/599.51	c   559s|  5870k|  5568k|     0 |   0.0 |2039M| 567 |   - | 858 |1582 |   0 |   0 |   0 |1514k|   0 | 0.000000e+00 |      --      |    Inf 
600.51/600.55	c   560s|  5880k|  5578k|     0 |   0.0 |2042M| 567 |   - | 858 |1609 |   0 |   0 |   0 |1517k|   0 | 0.000000e+00 |      --      |    Inf 
601.60/601.64	c   561s|  5890k|  5587k|     0 |   0.0 |2045M| 567 |   - | 858 |1598 |   0 |   0 |   0 |1519k|   0 | 0.000000e+00 |      --      |    Inf 
602.60/602.65	c   562s|  5900k|  5597k|     0 |   0.0 |2049M| 567 |   - | 858 |1641 |   0 |   0 |   0 |1522k|   0 | 0.000000e+00 |      --      |    Inf 
603.70/603.73	c   563s|  5910k|  5606k|     0 |   0.0 |2052M| 567 |   - | 858 |1558 |   0 |   0 |   0 |1524k|   0 | 0.000000e+00 |      --      |    Inf 
604.70/604.73	c   564s|  5920k|  5616k|     0 |   0.0 |2056M| 567 |   - | 858 |1626 |   0 |   0 |   0 |1527k|   0 | 0.000000e+00 |      --      |    Inf 
605.70/605.76	c   565s|  5930k|  5625k|     0 |   0.0 |2059M| 567 |   - | 858 |1510 |   0 |   0 |   0 |1529k|   0 | 0.000000e+00 |      --      |    Inf 
606.70/606.75	c   566s|  5940k|  5635k|     0 |   0.0 |2063M| 567 |   - | 858 |1566 |   0 |   0 |   0 |1532k|   0 | 0.000000e+00 |      --      |    Inf 
607.70/607.75	c   567s|  5950k|  5645k|     0 |   0.0 |2066M| 567 |   - | 858 |1529 |   0 |   0 |   0 |1534k|   0 | 0.000000e+00 |      --      |    Inf 
608.80/608.80	c   568s|  5960k|  5654k|     0 |   0.0 |2070M| 567 |   - | 858 |1514 |   0 |   0 |   0 |1536k|   0 | 0.000000e+00 |      --      |    Inf 
609.80/609.80	c   569s|  5970k|  5664k|     0 |   0.0 |2073M| 567 |   - | 858 |1576 |   0 |   0 |   0 |1539k|   0 | 0.000000e+00 |      --      |    Inf 
610.80/610.83	c   570s|  5980k|  5673k|     0 |   0.0 |2077M| 567 |   - | 858 |1633 |   0 |   0 |   0 |1541k|   0 | 0.000000e+00 |      --      |    Inf 
611.80/611.81	c   571s|  5990k|  5683k|     0 |   0.0 |2080M| 567 |   - | 858 |1564 |   0 |   0 |   0 |1544k|   0 | 0.000000e+00 |      --      |    Inf 
612.80/612.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
612.80/612.84	c   572s|  6000k|  5692k|     0 |   0.0 |2084M| 567 |   - | 858 |1604 |   0 |   0 |   0 |1546k|   0 | 0.000000e+00 |      --      |    Inf 
613.90/613.93	c   573s|  6010k|  5702k|     0 |   0.0 |2087M| 567 |   - | 858 |1544 |   0 |   0 |   0 |1549k|   0 | 0.000000e+00 |      --      |    Inf 
615.00/615.01	c   574s|  6020k|  5711k|     0 |   0.0 |2090M| 567 |   - | 858 |1505 |   0 |   0 |   0 |1551k|   0 | 0.000000e+00 |      --      |    Inf 
616.10/616.13	c   575s|  6030k|  5721k|     0 |   0.0 |2094M| 567 |   - | 858 |1577 |   0 |   0 |   0 |1554k|   0 | 0.000000e+00 |      --      |    Inf 
617.11/617.15	c   576s|  6040k|  5731k|     0 |   0.0 |2097M| 567 |   - | 858 |1601 |   0 |   0 |   0 |1556k|   0 | 0.000000e+00 |      --      |    Inf 
618.10/618.16	c   577s|  6050k|  5740k|     0 |   0.0 |2101M| 567 |   - | 858 |1542 |   0 |   0 |   0 |1559k|   0 | 0.000000e+00 |      --      |    Inf 
619.21/619.26	c   578s|  6060k|  5750k|     0 |   0.0 |2104M| 567 |   - | 858 |1666 |   0 |   0 |   0 |1561k|   0 | 0.000000e+00 |      --      |    Inf 
620.30/620.32	c   579s|  6070k|  5759k|     0 |   0.0 |2107M| 567 |   - | 858 |1530 |   0 |   0 |   0 |1564k|   0 | 0.000000e+00 |      --      |    Inf 
621.41/621.48	c   580s|  6080k|  5769k|     0 |   0.0 |2111M| 567 |   - | 858 |1619 |   0 |   0 |   0 |1567k|   0 | 0.000000e+00 |      --      |    Inf 
622.61/622.61	c   581s|  6090k|  5778k|     0 |   0.0 |2114M| 567 |   - | 858 |1525 |   0 |   0 |   0 |1569k|   0 | 0.000000e+00 |      --      |    Inf 
623.61/623.67	c   582s|  6100k|  5788k|     0 |   0.0 |2118M| 567 |   - | 858 |1617 |   0 |   0 |   0 |1572k|   0 | 0.000000e+00 |      --      |    Inf 
624.60/624.64	c   583s|  6110k|  5797k|     0 |   0.0 |2121M| 567 |   - | 858 |1543 |   0 |   0 |   0 |1574k|   0 | 0.000000e+00 |      --      |    Inf 
625.70/625.74	c   584s|  6120k|  5807k|     0 |   0.0 |2125M| 567 |   - | 858 |1571 |   0 |   0 |   0 |1577k|   0 | 0.000000e+00 |      --      |    Inf 
626.71/626.79	c   585s|  6130k|  5816k|     0 |   0.0 |2128M| 567 |   - | 858 |1532 |   0 |   0 |   0 |1579k|   0 | 0.000000e+00 |      --      |    Inf 
627.80/627.80	c   586s|  6140k|  5826k|     0 |   0.0 |2131M| 567 |   - | 858 |1578 |   0 |   0 |   0 |1581k|   0 | 0.000000e+00 |      --      |    Inf 
628.80/628.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
628.80/628.88	c   587s|  6150k|  5835k|     0 |   0.0 |2135M| 567 |   - | 858 |1665 |   0 |   0 |   0 |1584k|   0 | 0.000000e+00 |      --      |    Inf 
630.00/630.02	c   588s|  6160k|  5845k|     0 |   0.0 |2138M| 567 |   - | 858 |1648 |   0 |   0 |   0 |1587k|   0 | 0.000000e+00 |      --      |    Inf 
631.00/631.04	c   589s|  6170k|  5854k|     0 |   0.0 |2142M| 567 |   - | 858 |1663 |   0 |   0 |   0 |1589k|   0 | 0.000000e+00 |      --      |    Inf 
632.00/632.07	c   590s|  6180k|  5864k|     0 |   0.0 |2145M| 567 |   - | 858 |1623 |   0 |   0 |   0 |1592k|   0 | 0.000000e+00 |      --      |    Inf 
633.10/633.13	c   591s|  6190k|  5874k|     0 |   0.0 |2148M| 567 |   - | 858 |1596 |   0 |   0 |   0 |1594k|   0 | 0.000000e+00 |      --      |    Inf 
634.30/634.40	c   592s|  6200k|  5883k|     0 |   0.0 |2152M| 567 |   - | 858 |1573 |   0 |   0 |   0 |1597k|   0 | 0.000000e+00 |      --      |    Inf 
635.41/635.43	c   593s|  6210k|  5893k|     0 |   0.0 |2155M| 567 |   - | 858 |1584 |   0 |   0 |   0 |1599k|   0 | 0.000000e+00 |      --      |    Inf 
636.40/636.44	c   594s|  6220k|  5902k|     0 |   0.0 |2159M| 567 |   - | 858 |1549 |   0 |   0 |   0 |1602k|   0 | 0.000000e+00 |      --      |    Inf 
637.40/637.45	c   595s|  6230k|  5912k|     0 |   0.0 |2162M| 567 |   - | 858 |1593 |   0 |   0 |   0 |1604k|   0 | 0.000000e+00 |      --      |    Inf 
638.50/638.51	c   596s|  6240k|  5921k|     0 |   0.0 |2165M| 567 |   - | 858 |1598 |   0 |   0 |   0 |1607k|   0 | 0.000000e+00 |      --      |    Inf 
639.50/639.52	c   597s|  6250k|  5931k|     0 |   0.0 |2169M| 567 |   - | 858 |1574 |   0 |   0 |   0 |1609k|   0 | 0.000000e+00 |      --      |    Inf 
640.50/640.59	c   598s|  6260k|  5940k|     0 |   0.0 |2172M| 567 |   - | 858 |1550 |   0 |   0 |   0 |1612k|   0 | 0.000000e+00 |      --      |    Inf 
641.60/641.63	c   599s|  6270k|  5950k|     0 |   0.0 |2176M| 567 |   - | 858 |1611 |   0 |   0 |   0 |1614k|   0 | 0.000000e+00 |      --      |    Inf 
642.60/642.66	c   600s|  6280k|  5959k|     0 |   0.0 |2179M| 567 |   - | 858 |1600 |   0 |   0 |   0 |1617k|   0 | 0.000000e+00 |      --      |    Inf 
643.70/643.71	c   601s|  6290k|  5969k|     0 |   0.0 |2183M| 567 |   - | 858 |1609 |   0 |   0 |   0 |1619k|   0 | 0.000000e+00 |      --      |    Inf 
644.70/644.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
644.70/644.73	c   602s|  6300k|  5979k|     0 |   0.0 |2186M| 567 |   - | 858 |1619 |   0 |   0 |   0 |1622k|   0 | 0.000000e+00 |      --      |    Inf 
645.70/645.76	c   603s|  6310k|  5988k|     0 |   0.0 |2189M| 567 |   - | 858 |1591 |   0 |   0 |   0 |1624k|   0 | 0.000000e+00 |      --      |    Inf 
646.71/646.75	c   603s|  6320k|  5998k|     0 |   0.0 |2193M| 567 |   - | 858 |1586 |   0 |   0 |   0 |1626k|   0 | 0.000000e+00 |      --      |    Inf 
647.81/647.83	c   604s|  6330k|  6007k|     0 |   0.0 |2196M| 567 |   - | 858 |1717 |   0 |   0 |   0 |1629k|   0 | 0.000000e+00 |      --      |    Inf 
648.80/648.86	c   605s|  6340k|  6017k|     0 |   0.0 |2200M| 567 |   - | 858 |1660 |   0 |   0 |   0 |1632k|   0 | 0.000000e+00 |      --      |    Inf 
649.90/649.90	c   606s|  6350k|  6026k|     0 |   0.0 |2203M| 567 |   - | 858 |1706 |   0 |   0 |   0 |1634k|   0 | 0.000000e+00 |      --      |    Inf 
650.90/650.97	c   607s|  6360k|  6036k|     0 |   0.0 |2207M| 567 |   - | 858 |1660 |   0 |   0 |   0 |1637k|   0 | 0.000000e+00 |      --      |    Inf 
652.00/652.05	c   608s|  6370k|  6045k|     0 |   0.0 |2210M| 567 |   - | 858 |1699 |   0 |   0 |   0 |1640k|   0 | 0.000000e+00 |      --      |    Inf 
653.00/653.03	c   609s|  6380k|  6055k|     0 |   0.0 |2213M| 567 |   - | 858 |1620 |   0 |   0 |   0 |1642k|   0 | 0.000000e+00 |      --      |    Inf 
654.11/654.14	c   610s|  6390k|  6064k|     0 |   0.0 |2217M| 567 |   - | 858 |1690 |   0 |   0 |   0 |1645k|   0 | 0.000000e+00 |      --      |    Inf 
655.11/655.17	c   611s|  6400k|  6074k|     0 |   0.0 |2220M| 567 |   - | 858 |1690 |   0 |   0 |   0 |1647k|   0 | 0.000000e+00 |      --      |    Inf 
656.20/656.25	c   612s|  6410k|  6083k|     0 |   0.0 |2224M| 567 |   - | 858 |1576 |   0 |   0 |   0 |1650k|   0 | 0.000000e+00 |      --      |    Inf 
657.40/657.42	c   613s|  6420k|  6093k|     0 |   0.0 |2227M| 567 |   - | 858 |1571 |   0 |   0 |   0 |1653k|   0 | 0.000000e+00 |      --      |    Inf 
658.40/658.47	c   614s|  6430k|  6102k|     0 |   0.0 |2231M| 567 |   - | 858 |1590 |   0 |   0 |   0 |1655k|   0 | 0.000000e+00 |      --      |    Inf 
659.41/659.48	c   615s|  6440k|  6112k|     0 |   0.0 |2234M| 567 |   - | 858 |1580 |   0 |   0 |   0 |1658k|   0 | 0.000000e+00 |      --      |    Inf 
660.61/660.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
660.61/660.63	c   616s|  6450k|  6122k|     0 |   0.0 |2237M| 567 |   - | 858 |1591 |   0 |   0 |   0 |1660k|   0 | 0.000000e+00 |      --      |    Inf 
661.60/661.67	c   617s|  6460k|  6131k|     0 |   0.0 |2241M| 567 |   - | 858 |1561 |   0 |   0 |   0 |1663k|   0 | 0.000000e+00 |      --      |    Inf 
662.60/662.67	c   618s|  6470k|  6141k|     0 |   0.0 |2244M| 567 |   - | 858 |1489 |   0 |   0 |   0 |1665k|   0 | 0.000000e+00 |      --      |    Inf 
663.60/663.67	c   619s|  6480k|  6150k|     0 |   0.0 |2248M| 567 |   - | 858 |1563 |   0 |   0 |   0 |1668k|   0 | 0.000000e+00 |      --      |    Inf 
664.70/664.79	c   620s|  6490k|  6160k|     0 |   0.0 |2251M| 567 |   - | 858 |1614 |   0 |   0 |   0 |1670k|   0 | 0.000000e+00 |      --      |    Inf 
665.70/665.77	c   621s|  6500k|  6169k|     0 |   0.0 |2255M| 567 |   - | 858 |1578 |   0 |   0 |   0 |1673k|   0 | 0.000000e+00 |      --      |    Inf 
666.71/666.78	c   622s|  6510k|  6179k|     0 |   0.0 |2258M| 567 |   - | 858 |1670 |   0 |   0 |   0 |1676k|   0 | 0.000000e+00 |      --      |    Inf 
667.81/667.88	c   623s|  6520k|  6188k|     0 |   0.0 |2261M| 567 |   - | 858 |1594 |   0 |   0 |   0 |1678k|   0 | 0.000000e+00 |      --      |    Inf 
668.90/668.92	c   624s|  6530k|  6198k|     0 |   0.0 |2265M| 567 |   - | 858 |1570 |   0 |   0 |   0 |1681k|   0 | 0.000000e+00 |      --      |    Inf 
669.81/669.89	c   625s|  6540k|  6207k|     0 |   0.0 |2268M| 567 |   - | 858 |1539 |   0 |   0 |   0 |1684k|   0 | 0.000000e+00 |      --      |    Inf 
670.80/670.86	c   626s|  6550k|  6217k|     0 |   0.0 |2272M| 567 |   - | 858 |1588 |   0 |   0 |   0 |1686k|   0 | 0.000000e+00 |      --      |    Inf 
671.80/671.86	c   627s|  6560k|  6226k|     0 |   0.0 |2275M| 567 |   - | 858 |1551 |   0 |   0 |   0 |1689k|   0 | 0.000000e+00 |      --      |    Inf 
672.80/672.83	c   628s|  6570k|  6236k|     0 |   0.0 |2278M| 567 |   - | 858 |1563 |   0 |   0 |   0 |1691k|   0 | 0.000000e+00 |      --      |    Inf 
673.81/673.89	c   629s|  6580k|  6245k|     0 |   0.0 |2282M| 567 |   - | 858 |1622 |   0 |   0 |   0 |1694k|   0 | 0.000000e+00 |      --      |    Inf 
674.80/674.87	c   630s|  6590k|  6255k|     0 |   0.0 |2285M| 567 |   - | 858 |1565 |   0 |   0 |   0 |1696k|   0 | 0.000000e+00 |      --      |    Inf 
675.90/675.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
675.90/675.95	c   631s|  6600k|  6265k|     0 |   0.0 |2289M| 567 |   - | 858 |1491 |   0 |   0 |   0 |1699k|   0 | 0.000000e+00 |      --      |    Inf 
676.91/676.96	c   632s|  6610k|  6274k|     0 |   0.0 |2292M| 567 |   - | 858 |1544 |   0 |   0 |   0 |1701k|   0 | 0.000000e+00 |      --      |    Inf 
678.00/678.06	c   633s|  6620k|  6284k|     0 |   0.0 |2296M| 567 |   - | 858 |1495 |   0 |   0 |   0 |1704k|   0 | 0.000000e+00 |      --      |    Inf 
679.10/679.14	c   634s|  6630k|  6293k|     0 |   0.0 |2299M| 567 |   - | 858 |1579 |   0 |   0 |   0 |1706k|   0 | 0.000000e+00 |      --      |    Inf 
680.00/680.08	c   635s|  6640k|  6303k|     0 |   0.0 |2303M| 567 |   - | 858 |1550 |   0 |   0 |   0 |1709k|   0 | 0.000000e+00 |      --      |    Inf 
681.10/681.14	c   636s|  6650k|  6312k|     0 |   0.0 |2306M| 567 |   - | 858 |1590 |   0 |   0 |   0 |1711k|   0 | 0.000000e+00 |      --      |    Inf 
682.10/682.13	c   636s|  6660k|  6322k|     0 |   0.0 |2309M| 567 |   - | 858 |1574 |   0 |   0 |   0 |1714k|   0 | 0.000000e+00 |      --      |    Inf 
683.21/683.20	c   637s|  6670k|  6331k|     0 |   0.0 |2313M| 567 |   - | 858 |1553 |   0 |   0 |   0 |1716k|   0 | 0.000000e+00 |      --      |    Inf 
684.20/684.24	c   638s|  6680k|  6341k|     0 |   0.0 |2316M| 567 |   - | 858 |1528 |   0 |   0 |   0 |1719k|   0 | 0.000000e+00 |      --      |    Inf 
685.31/685.32	c   639s|  6690k|  6350k|     0 |   0.0 |2320M| 567 |   - | 858 |1576 |   0 |   0 |   0 |1721k|   0 | 0.000000e+00 |      --      |    Inf 
686.41/686.46	c   640s|  6700k|  6360k|     0 |   0.0 |2323M| 567 |   - | 858 |1516 |   0 |   0 |   0 |1724k|   0 | 0.000000e+00 |      --      |    Inf 
687.51/687.51	c   641s|  6710k|  6370k|     0 |   0.0 |2327M| 567 |   - | 858 |1634 |   0 |   0 |   0 |1726k|   0 | 0.000000e+00 |      --      |    Inf 
688.51/688.60	c   642s|  6720k|  6379k|     0 |   0.0 |2330M| 567 |   - | 858 |1588 |   0 |   0 |   0 |1729k|   0 | 0.000000e+00 |      --      |    Inf 
689.61/689.65	c   643s|  6730k|  6389k|     0 |   0.0 |2333M| 567 |   - | 858 |1568 |   0 |   0 |   0 |1732k|   0 | 0.000000e+00 |      --      |    Inf 
690.60/690.67	c   644s|  6740k|  6398k|     0 |   0.0 |2337M| 567 |   - | 858 |1582 |   0 |   0 |   0 |1734k|   0 | 0.000000e+00 |      --      |    Inf 
691.70/691.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
691.70/691.76	c   645s|  6750k|  6408k|     0 |   0.0 |2340M| 567 |   - | 858 |1582 |   0 |   0 |   0 |1737k|   0 | 0.000000e+00 |      --      |    Inf 
692.80/692.87	c   646s|  6760k|  6417k|     0 |   0.0 |2344M| 567 |   - | 858 |1652 |   0 |   0 |   0 |1739k|   0 | 0.000000e+00 |      --      |    Inf 
694.00/694.01	c   648s|  6770k|  6427k|     0 |   0.0 |2347M| 567 |   - | 858 |1632 |   0 |   0 |   0 |1742k|   0 | 0.000000e+00 |      --      |    Inf 
695.00/695.02	c   648s|  6780k|  6436k|     0 |   0.0 |2351M| 567 |   - | 858 |1681 |   0 |   0 |   0 |1745k|   0 | 0.000000e+00 |      --      |    Inf 
696.00/696.06	c   649s|  6790k|  6446k|     0 |   0.0 |2354M| 567 |   - | 858 |1634 |   0 |   0 |   0 |1747k|   0 | 0.000000e+00 |      --      |    Inf 
697.11/697.16	c   650s|  6800k|  6455k|     0 |   0.0 |2357M| 567 |   - | 858 |1596 |   0 |   0 |   0 |1750k|   0 | 0.000000e+00 |      --      |    Inf 
698.20/698.27	c   652s|  6810k|  6465k|     0 |   0.0 |2361M| 567 |   - | 858 |1628 |   0 |   0 |   0 |1752k|   0 | 0.000000e+00 |      --      |    Inf 
699.21/699.26	c   652s|  6820k|  6474k|     0 |   0.0 |2364M| 567 |   - | 858 |1529 |   0 |   0 |   0 |1755k|   0 | 0.000000e+00 |      --      |    Inf 
700.20/700.24	c   653s|  6830k|  6484k|     0 |   0.0 |2368M| 567 |   - | 858 |1583 |   0 |   0 |   0 |1758k|   0 | 0.000000e+00 |      --      |    Inf 
701.30/701.34	c   654s|  6840k|  6493k|     0 |   0.0 |2371M| 567 |   - | 858 |1615 |   0 |   0 |   0 |1760k|   0 | 0.000000e+00 |      --      |    Inf 
702.40/702.44	c   655s|  6850k|  6503k|     0 |   0.0 |2375M| 567 |   - | 858 |1600 |   0 |   0 |   0 |1763k|   0 | 0.000000e+00 |      --      |    Inf 
703.40/703.44	c   656s|  6860k|  6512k|     0 |   0.0 |2378M| 567 |   - | 858 |1568 |   0 |   0 |   0 |1765k|   0 | 0.000000e+00 |      --      |    Inf 
704.40/704.49	c   657s|  6870k|  6522k|     0 |   0.0 |2382M| 567 |   - | 858 |1591 |   0 |   0 |   0 |1768k|   0 | 0.000000e+00 |      --      |    Inf 
705.50/705.53	c   658s|  6880k|  6532k|     0 |   0.0 |2385M| 567 |   - | 858 |1614 |   0 |   0 |   0 |1770k|   0 | 0.000000e+00 |      --      |    Inf 
706.51/706.53	c   659s|  6890k|  6541k|     0 |   0.0 |2388M| 567 |   - | 858 |1613 |   0 |   0 |   0 |1772k|   0 | 0.000000e+00 |      --      |    Inf 
707.50/707.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
707.50/707.58	c   660s|  6900k|  6551k|     0 |   0.0 |2392M| 567 |   - | 858 |1572 |   0 |   0 |   0 |1775k|   0 | 0.000000e+00 |      --      |    Inf 
708.70/708.73	c   661s|  6910k|  6560k|     0 |   0.0 |2395M| 567 |   - | 858 |1627 |   0 |   0 |   0 |1777k|   0 | 0.000000e+00 |      --      |    Inf 
709.71/709.74	c   662s|  6920k|  6570k|     0 |   0.0 |2398M| 567 |   - | 858 |1578 |   0 |   0 |   0 |1779k|   0 | 0.000000e+00 |      --      |    Inf 
710.90/710.90	c   663s|  6930k|  6579k|     0 |   0.0 |2402M| 567 |   - | 858 |1621 |   0 |   0 |   0 |1782k|   0 | 0.000000e+00 |      --      |    Inf 
712.01/712.00	c   664s|  6940k|  6589k|     0 |   0.0 |2405M| 567 |   - | 858 |1682 |   0 |   0 |   0 |1785k|   0 | 0.000000e+00 |      --      |    Inf 
713.10/713.10	c   665s|  6950k|  6598k|     0 |   0.0 |2409M| 567 |   - | 858 |1621 |   0 |   0 |   0 |1787k|   0 | 0.000000e+00 |      --      |    Inf 
714.10/714.19	c   666s|  6960k|  6608k|     0 |   0.0 |2412M| 567 |   - | 858 |1649 |   0 |   0 |   0 |1790k|   0 | 0.000000e+00 |      --      |    Inf 
715.21/715.23	c   667s|  6970k|  6617k|     0 |   0.0 |2416M| 567 |   - | 858 |1756 |   0 |   0 |   0 |1793k|   0 | 0.000000e+00 |      --      |    Inf 
716.30/716.30	c   668s|  6980k|  6627k|     0 |   0.0 |2419M| 567 |   - | 858 |1728 |   0 |   0 |   0 |1796k|   0 | 0.000000e+00 |      --      |    Inf 
717.30/717.34	c   669s|  6990k|  6636k|     0 |   0.0 |2423M| 567 |   - | 858 |1599 |   0 |   0 |   0 |1798k|   0 | 0.000000e+00 |      --      |    Inf 
718.31/718.37	c   670s|  7000k|  6646k|     0 |   0.0 |2426M| 567 |   - | 858 |1664 |   0 |   0 |   0 |1801k|   0 | 0.000000e+00 |      --      |    Inf 
719.41/719.46	c   671s|  7010k|  6655k|     0 |   0.0 |2429M| 567 |   - | 858 |1651 |   0 |   0 |   0 |1803k|   0 | 0.000000e+00 |      --      |    Inf 
720.41/720.49	c   672s|  7020k|  6665k|     0 |   0.0 |2433M| 567 |   - | 858 |1655 |   0 |   0 |   0 |1806k|   0 | 0.000000e+00 |      --      |    Inf 
721.51/721.58	c   673s|  7030k|  6674k|     0 |   0.0 |2436M| 567 |   - | 858 |1679 |   0 |   0 |   0 |1809k|   0 | 0.000000e+00 |      --      |    Inf 
722.61/722.63	c   674s|  7040k|  6684k|     0 |   0.0 |2440M| 567 |   - | 858 |1638 |   0 |   0 |   0 |1811k|   0 | 0.000000e+00 |      --      |    Inf 
723.71/723.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
723.71/723.71	c   675s|  7050k|  6694k|     0 |   0.0 |2443M| 567 |   - | 858 |1610 |   0 |   0 |   0 |1814k|   0 | 0.000000e+00 |      --      |    Inf 
724.81/724.83	c   676s|  7060k|  6703k|     0 |   0.0 |2447M| 567 |   - | 858 |1689 |   0 |   0 |   0 |1817k|   0 | 0.000000e+00 |      --      |    Inf 
725.80/725.82	c   677s|  7070k|  6713k|     0 |   0.0 |2450M| 567 |   - | 858 |1627 |   0 |   0 |   0 |1819k|   0 | 0.000000e+00 |      --      |    Inf 
726.80/726.85	c   678s|  7080k|  6722k|     0 |   0.0 |2454M| 567 |   - | 858 |1701 |   0 |   0 |   0 |1822k|   0 | 0.000000e+00 |      --      |    Inf 
727.80/727.84	c   679s|  7090k|  6732k|     0 |   0.0 |2457M| 567 |   - | 858 |1661 |   0 |   0 |   0 |1824k|   0 | 0.000000e+00 |      --      |    Inf 
728.80/728.87	c   680s|  7100k|  6741k|     0 |   0.0 |2460M| 567 |   - | 858 |1589 |   0 |   0 |   0 |1827k|   0 | 0.000000e+00 |      --      |    Inf 
729.90/729.92	c   681s|  7110k|  6751k|     0 |   0.0 |2464M| 567 |   - | 858 |1590 |   0 |   0 |   0 |1829k|   0 | 0.000000e+00 |      --      |    Inf 
730.91/730.96	c   682s|  7120k|  6760k|     0 |   0.0 |2467M| 567 |   - | 858 |1603 |   0 |   0 |   0 |1832k|   0 | 0.000000e+00 |      --      |    Inf 
732.00/732.05	c   683s|  7130k|  6770k|     0 |   0.0 |2471M| 567 |   - | 858 |1585 |   0 |   0 |   0 |1834k|   0 | 0.000000e+00 |      --      |    Inf 
733.20/733.20	c   684s|  7140k|  6779k|     0 |   0.0 |2474M| 567 |   - | 858 |1597 |   0 |   0 |   0 |1836k|   0 | 0.000000e+00 |      --      |    Inf 
734.20/734.29	c   685s|  7150k|  6789k|     0 |   0.0 |2478M| 567 |   - | 858 |1624 |   0 |   0 |   0 |1839k|   0 | 0.000000e+00 |      --      |    Inf 
735.30/735.38	c   686s|  7160k|  6798k|     0 |   0.0 |2481M| 567 |   - | 858 |1673 |   0 |   0 |   0 |1841k|   0 | 0.000000e+00 |      --      |    Inf 
736.40/736.43	c   687s|  7170k|  6808k|     0 |   0.0 |2485M| 567 |   - | 858 |1691 |   0 |   0 |   0 |1844k|   0 | 0.000000e+00 |      --      |    Inf 
737.50/737.54	c   688s|  7180k|  6817k|     0 |   0.0 |2488M| 567 |   - | 858 |1698 |   0 |   0 |   0 |1847k|   0 | 0.000000e+00 |      --      |    Inf 
738.60/738.64	c   689s|  7190k|  6827k|     0 |   0.0 |2491M| 567 |   - | 858 |1686 |   0 |   0 |   0 |1850k|   0 | 0.000000e+00 |      --      |    Inf 
739.60/739.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
739.60/739.68	c   690s|  7200k|  6837k|     0 |   0.0 |2495M| 567 |   - | 858 |1664 |   0 |   0 |   0 |1852k|   0 | 0.000000e+00 |      --      |    Inf 
740.71/740.76	c   691s|  7210k|  6846k|     0 |   0.0 |2498M| 567 |   - | 858 |1654 |   0 |   0 |   0 |1855k|   0 | 0.000000e+00 |      --      |    Inf 
741.70/741.77	c   692s|  7220k|  6856k|     0 |   0.0 |2502M| 567 |   - | 858 |1652 |   0 |   0 |   0 |1857k|   0 | 0.000000e+00 |      --      |    Inf 
742.80/742.84	c   693s|  7230k|  6865k|     0 |   0.0 |2505M| 567 |   - | 858 |1624 |   0 |   0 |   0 |1860k|   0 | 0.000000e+00 |      --      |    Inf 
743.90/743.93	c   694s|  7240k|  6875k|     0 |   0.0 |2509M| 567 |   - | 858 |1610 |   0 |   0 |   0 |1863k|   0 | 0.000000e+00 |      --      |    Inf 
745.10/745.10	c   695s|  7250k|  6884k|     0 |   0.0 |2512M| 567 |   - | 858 |1603 |   0 |   0 |   0 |1866k|   0 | 0.000000e+00 |      --      |    Inf 
746.10/746.13	c   696s|  7260k|  6894k|     0 |   0.0 |2516M| 567 |   - | 858 |1588 |   0 |   0 |   0 |1868k|   0 | 0.000000e+00 |      --      |    Inf 
747.10/747.10	c   697s|  7270k|  6903k|     0 |   0.0 |2519M| 567 |   - | 858 |1665 |   0 |   0 |   0 |1871k|   0 | 0.000000e+00 |      --      |    Inf 
748.10/748.16	c   698s|  7280k|  6913k|     0 |   0.0 |2523M| 567 |   - | 858 |1637 |   0 |   0 |   0 |1873k|   0 | 0.000000e+00 |      --      |    Inf 
749.21/749.23	c   699s|  7290k|  6922k|     0 |   0.0 |2526M| 567 |   - | 858 |1686 |   0 |   0 |   0 |1876k|   0 | 0.000000e+00 |      --      |    Inf 
750.30/750.36	c   700s|  7300k|  6932k|     0 |   0.0 |2529M| 567 |   - | 858 |1617 |   0 |   0 |   0 |1879k|   0 | 0.000000e+00 |      --      |    Inf 
751.40/751.41	c   701s|  7310k|  6941k|     0 |   0.0 |2533M| 567 |   - | 858 |1579 |   0 |   0 |   0 |1882k|   0 | 0.000000e+00 |      --      |    Inf 
752.41/752.45	c   702s|  7320k|  6951k|     0 |   0.0 |2536M| 567 |   - | 858 |1678 |   0 |   0 |   0 |1884k|   0 | 0.000000e+00 |      --      |    Inf 
753.41/753.47	c   703s|  7330k|  6960k|     0 |   0.0 |2540M| 567 |   - | 858 |1627 |   0 |   0 |   0 |1887k|   0 | 0.000000e+00 |      --      |    Inf 
754.40/754.45	c   704s|  7340k|  6970k|     0 |   0.0 |2543M| 567 |   - | 858 |1631 |   0 |   0 |   0 |1889k|   0 | 0.000000e+00 |      --      |    Inf 
755.41/755.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
755.41/755.45	c   705s|  7350k|  6979k|     0 |   0.0 |2547M| 567 |   - | 858 |1582 |   0 |   0 |   0 |1892k|   0 | 0.000000e+00 |      --      |    Inf 
756.40/756.45	c   706s|  7360k|  6989k|     0 |   0.0 |2550M| 567 |   - | 858 |1674 |   0 |   0 |   0 |1894k|   0 | 0.000000e+00 |      --      |    Inf 
757.40/757.41	c   707s|  7370k|  6999k|     0 |   0.0 |2554M| 567 |   - | 858 |1623 |   0 |   0 |   0 |1897k|   0 | 0.000000e+00 |      --      |    Inf 
758.50/758.52	c   708s|  7380k|  7008k|     0 |   0.0 |2557M| 567 |   - | 858 |1658 |   0 |   0 |   0 |1899k|   0 | 0.000000e+00 |      --      |    Inf 
759.60/759.67	c   709s|  7390k|  7018k|     0 |   0.0 |2561M| 567 |   - | 858 |1733 |   0 |   0 |   0 |1902k|   0 | 0.000000e+00 |      --      |    Inf 
760.70/760.76	c   710s|  7400k|  7027k|     0 |   0.0 |2564M| 567 |   - | 858 |1704 |   0 |   0 |   0 |1905k|   0 | 0.000000e+00 |      --      |    Inf 
761.81/761.84	c   711s|  7410k|  7037k|     0 |   0.0 |2568M| 567 |   - | 858 |1753 |   0 |   0 |   0 |1908k|   0 | 0.000000e+00 |      --      |    Inf 
762.91/762.91	c   712s|  7420k|  7046k|     0 |   0.0 |2571M| 567 |   - | 858 |1651 |   0 |   0 |   0 |1910k|   0 | 0.000000e+00 |      --      |    Inf 
763.90/763.91	c   713s|  7430k|  7056k|     0 |   0.0 |2574M| 567 |   - | 858 |1669 |   0 |   0 |   0 |1913k|   0 | 0.000000e+00 |      --      |    Inf 
765.00/765.02	c   714s|  7440k|  7065k|     0 |   0.0 |2578M| 567 |   - | 858 |1726 |   0 |   0 |   0 |1916k|   0 | 0.000000e+00 |      --      |    Inf 
766.10/766.12	c   715s|  7450k|  7075k|     0 |   0.0 |2581M| 567 |   - | 858 |1754 |   0 |   0 |   0 |1918k|   0 | 0.000000e+00 |      --      |    Inf 
767.20/767.29	c   716s|  7460k|  7084k|     0 |   0.0 |2585M| 567 |   - | 858 |1697 |   0 |   0 |   0 |1921k|   0 | 0.000000e+00 |      --      |    Inf 
768.40/768.42	c   717s|  7470k|  7094k|     0 |   0.0 |2588M| 567 |   - | 858 |1605 |   0 |   0 |   0 |1924k|   0 | 0.000000e+00 |      --      |    Inf 
769.40/769.44	c   718s|  7480k|  7103k|     0 |   0.0 |2592M| 567 |   - | 858 |1644 |   0 |   0 |   0 |1926k|   0 | 0.000000e+00 |      --      |    Inf 
770.51/770.51	c   719s|  7490k|  7113k|     0 |   0.0 |2595M| 567 |   - | 858 |1666 |   0 |   0 |   0 |1929k|   0 | 0.000000e+00 |      --      |    Inf 
771.61/771.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
771.61/771.61	c   720s|  7500k|  7122k|     0 |   0.0 |2599M| 567 |   - | 858 |1768 |   0 |   0 |   0 |1932k|   0 | 0.000000e+00 |      --      |    Inf 
772.71/772.73	c   721s|  7510k|  7132k|     0 |   0.0 |2602M| 567 |   - | 858 |1657 |   0 |   0 |   0 |1935k|   0 | 0.000000e+00 |      --      |    Inf 
773.90/773.92	c   722s|  7520k|  7141k|     0 |   0.0 |2605M| 567 |   - | 858 |1609 |   0 |   0 |   0 |1937k|   0 | 0.000000e+00 |      --      |    Inf 
774.90/774.95	c   723s|  7530k|  7151k|     0 |   0.0 |2609M| 567 |   - | 858 |1680 |   0 |   0 |   0 |1940k|   0 | 0.000000e+00 |      --      |    Inf 
775.90/775.95	c   724s|  7540k|  7160k|     0 |   0.0 |2612M| 567 |   - | 858 |1667 |   0 |   0 |   0 |1942k|   0 | 0.000000e+00 |      --      |    Inf 
776.91/776.97	c   725s|  7550k|  7170k|     0 |   0.0 |2616M| 567 |   - | 858 |1605 |   0 |   0 |   0 |1945k|   0 | 0.000000e+00 |      --      |    Inf 
777.91/777.91	c   726s|  7560k|  7179k|     0 |   0.0 |2619M| 567 |   - | 858 |1554 |   0 |   0 |   0 |1947k|   0 | 0.000000e+00 |      --      |    Inf 
779.01/779.03	c   727s|  7570k|  7189k|     0 |   0.0 |2622M| 567 |   - | 858 |1650 |   0 |   0 |   0 |1950k|   0 | 0.000000e+00 |      --      |    Inf 
780.11/780.11	c   728s|  7580k|  7198k|     0 |   0.0 |2626M| 567 |   - | 858 |1693 |   0 |   0 |   0 |1952k|   0 | 0.000000e+00 |      --      |    Inf 
781.20/781.21	c   729s|  7590k|  7208k|     0 |   0.0 |2629M| 567 |   - | 858 |1622 |   0 |   0 |   0 |1955k|   0 | 0.000000e+00 |      --      |    Inf 
782.30/782.36	c   730s|  7600k|  7218k|     0 |   0.0 |2633M| 567 |   - | 858 |1600 |   0 |   0 |   0 |1958k|   0 | 0.000000e+00 |      --      |    Inf 
783.40/783.48	c   731s|  7610k|  7227k|     0 |   0.0 |2636M| 567 |   - | 858 |1653 |   0 |   0 |   0 |1960k|   0 | 0.000000e+00 |      --      |    Inf 
784.50/784.55	c   732s|  7620k|  7237k|     0 |   0.0 |2640M| 567 |   - | 858 |1626 |   0 |   0 |   0 |1963k|   0 | 0.000000e+00 |      --      |    Inf 
785.70/785.75	c   733s|  7630k|  7246k|     0 |   0.0 |2643M| 567 |   - | 858 |1672 |   0 |   0 |   0 |1966k|   0 | 0.000000e+00 |      --      |    Inf 
786.81/786.88	c   734s|  7640k|  7256k|     0 |   0.0 |2646M| 567 |   - | 858 |1655 |   0 |   0 |   0 |1968k|   0 | 0.000000e+00 |      --      |    Inf 
788.10/788.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
788.10/788.13	c   736s|  7650k|  7265k|     0 |   0.0 |2650M| 567 |   - | 858 |1706 |   0 |   0 |   0 |1971k|   0 | 0.000000e+00 |      --      |    Inf 
789.11/789.17	c   737s|  7660k|  7275k|     0 |   0.0 |2653M| 567 |   - | 858 |1677 |   0 |   0 |   0 |1974k|   0 | 0.000000e+00 |      --      |    Inf 
790.31/790.31	c   738s|  7670k|  7284k|     0 |   0.0 |2657M| 567 |   - | 858 |1660 |   0 |   0 |   0 |1976k|   0 | 0.000000e+00 |      --      |    Inf 
791.30/791.37	c   739s|  7680k|  7294k|     0 |   0.0 |2660M| 567 |   - | 858 |1659 |   0 |   0 |   0 |1979k|   0 | 0.000000e+00 |      --      |    Inf 
792.50/792.56	c   740s|  7690k|  7303k|     0 |   0.0 |2664M| 567 |   - | 858 |1695 |   0 |   0 |   0 |1982k|   0 | 0.000000e+00 |      --      |    Inf 
793.71/793.70	c   741s|  7700k|  7313k|     0 |   0.0 |2667M| 567 |   - | 858 |1710 |   0 |   0 |   0 |1985k|   0 | 0.000000e+00 |      --      |    Inf 
794.81/794.87	c   742s|  7710k|  7322k|     0 |   0.0 |2671M| 567 |   - | 858 |1715 |   0 |   0 |   0 |1988k|   0 | 0.000000e+00 |      --      |    Inf 
796.10/796.19	c   743s|  7720k|  7331k|     0 |   0.0 |2674M| 567 |   - | 858 |1710 |   0 |   0 |   0 |1991k|   0 | 0.000000e+00 |      --      |    Inf 
797.30/797.32	c   744s|  7730k|  7341k|     0 |   0.0 |2678M| 567 |   - | 858 |1653 |   0 |   0 |   0 |1993k|   0 | 0.000000e+00 |      --      |    Inf 
798.41/798.43	c   745s|  7740k|  7350k|     0 |   0.0 |2681M| 567 |   - | 858 |1657 |   0 |   0 |   0 |1996k|   0 | 0.000000e+00 |      --      |    Inf 
799.41/799.46	c   746s|  7750k|  7360k|     0 |   0.0 |2684M| 567 |   - | 858 |1643 |   0 |   0 |   0 |1998k|   0 | 0.000000e+00 |      --      |    Inf 
800.61/800.60	c   747s|  7760k|  7370k|     0 |   0.0 |2688M| 567 |   - | 858 |1682 |   0 |   0 |   0 |2001k|   0 | 0.000000e+00 |      --      |    Inf 
801.60/801.63	c   748s|  7770k|  7379k|     0 |   0.0 |2691M| 567 |   - | 858 |1723 |   0 |   0 |   0 |2004k|   0 | 0.000000e+00 |      --      |    Inf 
802.70/802.77	c   749s|  7780k|  7389k|     0 |   0.0 |2695M| 567 |   - | 858 |1694 |   0 |   0 |   0 |2007k|   0 | 0.000000e+00 |      --      |    Inf 
803.81/803.83	c   750s|  7790k|  7398k|     0 |   0.0 |2698M| 567 |   - | 858 |1630 |   0 |   0 |   0 |2009k|   0 | 0.000000e+00 |      --      |    Inf 
805.01/805.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
805.01/805.01	c   751s|  7800k|  7408k|     0 |   0.0 |2702M| 567 |   - | 858 |1733 |   0 |   0 |   0 |2012k|   0 | 0.000000e+00 |      --      |    Inf 
806.10/806.13	c   753s|  7810k|  7417k|     0 |   0.0 |2705M| 567 |   - | 858 |1724 |   0 |   0 |   0 |2015k|   0 | 0.000000e+00 |      --      |    Inf 
807.21/807.26	c   754s|  7820k|  7427k|     0 |   0.0 |2708M| 567 |   - | 858 |1724 |   0 |   0 |   0 |2017k|   0 | 0.000000e+00 |      --      |    Inf 
808.30/808.35	c   755s|  7830k|  7436k|     0 |   0.0 |2712M| 567 |   - | 858 |1598 |   0 |   0 |   0 |2020k|   0 | 0.000000e+00 |      --      |    Inf 
809.30/809.34	c   756s|  7840k|  7446k|     0 |   0.0 |2715M| 567 |   - | 858 |1700 |   0 |   0 |   0 |2022k|   0 | 0.000000e+00 |      --      |    Inf 
810.40/810.45	c   757s|  7850k|  7455k|     0 |   0.0 |2719M| 567 |   - | 858 |1784 |   0 |   0 |   0 |2025k|   0 | 0.000000e+00 |      --      |    Inf 
811.71/811.74	c   758s|  7860k|  7465k|     0 |   0.0 |2722M| 567 |   - | 858 |1667 |   0 |   0 |   0 |2027k|   0 | 0.000000e+00 |      --      |    Inf 
812.70/812.80	c   759s|  7870k|  7474k|     0 |   0.0 |2726M| 567 |   - | 858 |1728 |   0 |   0 |   0 |2030k|   0 | 0.000000e+00 |      --      |    Inf 
813.80/813.88	c   760s|  7880k|  7484k|     0 |   0.0 |2729M| 567 |   - | 858 |1690 |   0 |   0 |   0 |2033k|   0 | 0.000000e+00 |      --      |    Inf 
814.91/814.94	c   761s|  7890k|  7493k|     0 |   0.0 |2733M| 567 |   - | 858 |1736 |   0 |   0 |   0 |2035k|   0 | 0.000000e+00 |      --      |    Inf 
816.01/816.00	c   762s|  7900k|  7503k|     0 |   0.0 |2736M| 567 |   - | 858 |1703 |   0 |   0 |   0 |2038k|   0 | 0.000000e+00 |      --      |    Inf 
817.11/817.20	c   763s|  7910k|  7512k|     0 |   0.0 |2740M| 567 |   - | 858 |1677 |   0 |   0 |   0 |2041k|   0 | 0.000000e+00 |      --      |    Inf 
818.31/818.32	c   764s|  7920k|  7522k|     0 |   0.0 |2743M| 567 |   - | 858 |1728 |   0 |   0 |   0 |2043k|   0 | 0.000000e+00 |      --      |    Inf 
819.30/819.40	c   765s|  7930k|  7531k|     0 |   0.0 |2746M| 567 |   - | 858 |1736 |   0 |   0 |   0 |2046k|   0 | 0.000000e+00 |      --      |    Inf 
820.40/820.43	c   766s|  7940k|  7541k|     0 |   0.0 |2750M| 567 |   - | 858 |1710 |   0 |   0 |   0 |2048k|   0 | 0.000000e+00 |      --      |    Inf 
821.50/821.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
821.50/821.58	c   767s|  7950k|  7550k|     0 |   0.0 |2753M| 567 |   - | 858 |1761 |   0 |   0 |   0 |2051k|   0 | 0.000000e+00 |      --      |    Inf 
822.71/822.72	c   768s|  7960k|  7560k|     0 |   0.0 |2757M| 567 |   - | 858 |1808 |   0 |   0 |   0 |2054k|   0 | 0.000000e+00 |      --      |    Inf 
823.91/823.97	c   769s|  7970k|  7569k|     0 |   0.0 |2760M| 567 |   - | 858 |1751 |   0 |   0 |   0 |2057k|   0 | 0.000000e+00 |      --      |    Inf 
825.01/825.05	c   770s|  7980k|  7579k|     0 |   0.0 |2764M| 567 |   - | 858 |1810 |   0 |   0 |   0 |2060k|   0 | 0.000000e+00 |      --      |    Inf 
826.11/826.13	c   771s|  7990k|  7588k|     0 |   0.0 |2767M| 567 |   - | 858 |1746 |   0 |   0 |   0 |2062k|   0 | 0.000000e+00 |      --      |    Inf 
827.21/827.25	c   772s|  8000k|  7598k|     0 |   0.0 |2770M| 567 |   - | 858 |1700 |   0 |   0 |   0 |2065k|   0 | 0.000000e+00 |      --      |    Inf 
828.31/828.31	c   773s|  8010k|  7607k|     0 |   0.0 |2774M| 567 |   - | 858 |1687 |   0 |   0 |   0 |2067k|   0 | 0.000000e+00 |      --      |    Inf 
829.41/829.49	c   774s|  8020k|  7617k|     0 |   0.0 |2777M| 567 |   - | 858 |1784 |   0 |   0 |   0 |2070k|   0 | 0.000000e+00 |      --      |    Inf 
830.61/830.61	c   776s|  8030k|  7626k|     0 |   0.0 |2781M| 567 |   - | 858 |1698 |   0 |   0 |   0 |2073k|   0 | 0.000000e+00 |      --      |    Inf 
831.61/831.66	c   776s|  8040k|  7636k|     0 |   0.0 |2784M| 567 |   - | 858 |1630 |   0 |   0 |   0 |2075k|   0 | 0.000000e+00 |      --      |    Inf 
832.70/832.72	c   777s|  8050k|  7645k|     0 |   0.0 |2788M| 567 |   - | 858 |1724 |   0 |   0 |   0 |2078k|   0 | 0.000000e+00 |      --      |    Inf 
833.71/833.79	c   778s|  8060k|  7655k|     0 |   0.0 |2791M| 567 |   - | 858 |1673 |   0 |   0 |   0 |2080k|   0 | 0.000000e+00 |      --      |    Inf 
834.91/834.91	c   780s|  8070k|  7665k|     0 |   0.0 |2795M| 567 |   - | 858 |1658 |   0 |   0 |   0 |2083k|   0 | 0.000000e+00 |      --      |    Inf 
836.01/836.02	c   781s|  8080k|  7674k|     0 |   0.0 |2798M| 567 |   - | 858 |1729 |   0 |   0 |   0 |2085k|   0 | 0.000000e+00 |      --      |    Inf 
837.01/837.02	c   781s|  8090k|  7684k|     0 |   0.0 |2802M| 567 |   - | 858 |1752 |   0 |   0 |   0 |2088k|   0 | 0.000000e+00 |      --      |    Inf 
838.21/838.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
838.21/838.21	c   783s|  8100k|  7693k|     0 |   0.0 |2805M| 567 |   - | 858 |1679 |   0 |   0 |   0 |2091k|   0 | 0.000000e+00 |      --      |    Inf 
839.31/839.31	c   784s|  8110k|  7703k|     0 |   0.0 |2808M| 567 |   - | 858 |1712 |   0 |   0 |   0 |2093k|   0 | 0.000000e+00 |      --      |    Inf 
840.50/840.52	c   785s|  8120k|  7712k|     0 |   0.0 |2812M| 567 |   - | 858 |1827 |   0 |   0 |   0 |2096k|   0 | 0.000000e+00 |      --      |    Inf 
841.51/841.53	c   786s|  8130k|  7722k|     0 |   0.0 |2815M| 567 |   - | 858 |1782 |   0 |   0 |   0 |2099k|   0 | 0.000000e+00 |      --      |    Inf 
842.51/842.60	c   787s|  8140k|  7731k|     0 |   0.0 |2819M| 567 |   - | 858 |1737 |   0 |   0 |   0 |2101k|   0 | 0.000000e+00 |      --      |    Inf 
843.71/843.71	c   788s|  8150k|  7741k|     0 |   0.0 |2822M| 567 |   - | 858 |1734 |   0 |   0 |   0 |2104k|   0 | 0.000000e+00 |      --      |    Inf 
844.81/844.86	c   789s|  8160k|  7750k|     0 |   0.0 |2826M| 567 |   - | 858 |1757 |   0 |   0 |   0 |2107k|   0 | 0.000000e+00 |      --      |    Inf 
846.00/846.01	c   790s|  8170k|  7760k|     0 |   0.0 |2829M| 567 |   - | 858 |1752 |   0 |   0 |   0 |2110k|   0 | 0.000000e+00 |      --      |    Inf 
847.11/847.18	c   791s|  8180k|  7769k|     0 |   0.0 |2833M| 567 |   - | 858 |1773 |   0 |   0 |   0 |2113k|   0 | 0.000000e+00 |      --      |    Inf 
848.30/848.31	c   792s|  8190k|  7779k|     0 |   0.0 |2836M| 567 |   - | 858 |1838 |   0 |   0 |   0 |2115k|   0 | 0.000000e+00 |      --      |    Inf 
849.40/849.42	c   793s|  8200k|  7788k|     0 |   0.0 |2840M| 567 |   - | 858 |1753 |   0 |   0 |   0 |2118k|   0 | 0.000000e+00 |      --      |    Inf 
850.40/850.47	c   794s|  8210k|  7798k|     0 |   0.0 |2843M| 567 |   - | 858 |1693 |   0 |   0 |   0 |2121k|   0 | 0.000000e+00 |      --      |    Inf 
851.50/851.57	c   795s|  8220k|  7807k|     0 |   0.0 |2847M| 567 |   - | 858 |1791 |   0 |   0 |   0 |2124k|   0 | 0.000000e+00 |      --      |    Inf 
852.70/852.73	c   796s|  8230k|  7817k|     0 |   0.0 |2850M| 567 |   - | 858 |1751 |   0 |   0 |   0 |2127k|   0 | 0.000000e+00 |      --      |    Inf 
853.61/853.69	c   797s|  8240k|  7826k|     0 |   0.0 |2853M| 567 |   - | 858 |1660 |   0 |   0 |   0 |2129k|   0 | 0.000000e+00 |      --      |    Inf 
854.71/854.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
854.71/854.76	c   798s|  8250k|  7836k|     0 |   0.0 |2857M| 567 |   - | 858 |1765 |   0 |   0 |   0 |2132k|   0 | 0.000000e+00 |      --      |    Inf 
856.00/856.02	c   799s|  8260k|  7845k|     0 |   0.0 |2860M| 567 |   - | 858 |1719 |   0 |   0 |   0 |2135k|   0 | 0.000000e+00 |      --      |    Inf 
857.11/857.13	c   800s|  8270k|  7855k|     0 |   0.0 |2864M| 567 |   - | 858 |1656 |   0 |   0 |   0 |2137k|   0 | 0.000000e+00 |      --      |    Inf 
858.20/858.26	c   801s|  8280k|  7864k|     0 |   0.0 |2867M| 567 |   - | 858 |1661 |   0 |   0 |   0 |2140k|   0 | 0.000000e+00 |      --      |    Inf 
858.60/858.63	c (node 8283540) switching to memory saving mode (mem: 2736.0M/3420.0M)
861.00/861.04	c   804s|  8290k|  7865k|     0 |   0.0 |2866M| 571 |   - | 858 |1680 |   0 |   0 |   0 |2152k|   0 | 0.000000e+00 |      --      |    Inf 
863.91/863.91	c   807s|  8300k|  7863k|     0 |   0.0 |2866M| 571 |   - | 858 |6934 |   0 |   0 |   0 |2175k|   0 | 0.000000e+00 |      --      |    Inf 
867.00/867.08	c   810s|  8310k|  7863k|     0 |   0.0 |2870M| 571 |   - | 858 |  19k|   0 |   0 |   0 |2200k|   0 | 0.000000e+00 |      --      |    Inf 
870.21/870.24	c   813s|  8320k|  7863k|     0 |   0.0 |2874M| 571 |   - | 858 |  32k|   0 |   0 |   0 |2226k|   0 | 0.000000e+00 |      --      |    Inf 
874.00/874.08	c   816s|  8330k|  7863k|     0 |   0.0 |2872M| 571 |   - | 858 |8565 |   0 |   0 |   0 |2253k|   0 | 0.000000e+00 |      --      |    Inf 
877.60/877.69	c   820s|  8340k|  7862k|     0 |   0.0 |2871M| 571 |   - | 858 |3889 |   0 |   0 |   0 |2279k|   0 | 0.000000e+00 |      --      |    Inf 
881.01/881.04	c   823s|  8350k|  7862k|     0 |   0.0 |2872M| 571 |   - | 858 |7612 |   0 |   0 |   0 |2306k|   0 | 0.000000e+00 |      --      |    Inf 
884.41/884.45	c   826s|  8360k|  7862k|     0 |   0.0 |2876M| 571 |   - | 858 |  20k|   0 |   0 |   0 |2330k|   0 | 0.000000e+00 |      --      |    Inf 
888.50/888.51	c   830s|  8370k|  7862k|     0 |   0.0 |2871M| 571 |   - | 858 |5186 |   0 |   0 |   0 |2356k|   0 | 0.000000e+00 |      --      |    Inf 
892.01/892.07	c   834s|  8380k|  7862k|     0 |   0.0 |2875M| 571 |   - | 858 |  17k|   0 |   0 |   0 |2382k|   0 | 0.000000e+00 |      --      |    Inf 
895.60/895.66	c   837s|  8390k|  7862k|     0 |   0.0 |2879M| 571 |   - | 858 |  29k|   0 |   0 |   0 |2409k|   0 | 0.000000e+00 |      --      |    Inf 
899.31/899.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
899.31/899.33	c   841s|  8400k|  7862k|     0 |   0.0 |2883M| 571 |   - | 858 |  42k|   0 |   0 |   0 |2438k|   0 | 0.000000e+00 |      --      |    Inf 
902.90/902.98	c   844s|  8410k|  7862k|     0 |   0.0 |2887M| 571 |   - | 858 |  55k|   0 |   0 |   0 |2468k|   0 | 0.000000e+00 |      --      |    Inf 
906.31/906.36	c   847s|  8420k|  7862k|     0 |   0.0 |2892M| 571 |   - | 858 |  69k|   0 |   0 |   0 |2498k|   0 | 0.000000e+00 |      --      |    Inf 
909.90/909.98	c   851s|  8430k|  7862k|     0 |   0.0 |2896M| 571 |   - | 858 |  81k|   0 |   0 |   0 |2526k|   0 | 0.000000e+00 |      --      |    Inf 
913.41/913.47	c   854s|  8440k|  7862k|     0 |   0.0 |2900M| 571 |   - | 858 |  93k|   0 |   0 |   0 |2552k|   0 | 0.000000e+00 |      --      |    Inf 
916.90/916.98	c   857s|  8450k|  7862k|     0 |   0.0 |2905M| 571 |   - | 858 | 105k|   0 |   0 |   0 |2578k|   0 | 0.000000e+00 |      --      |    Inf 
920.31/920.34	c   861s|  8460k|  7862k|     0 |   0.0 |2909M| 571 |   - | 858 | 118k|   0 |   0 |   0 |2603k|   0 | 0.000000e+00 |      --      |    Inf 
927.41/927.45	c   868s|  8470k|  7862k|     0 |   0.0 |2886M| 571 |   - | 858 |6947 |   0 |   0 |   0 |2631k|   0 | 0.000000e+00 |      --      |    Inf 
930.90/930.98	c   871s|  8480k|  7862k|     0 |   0.0 |2889M| 571 |   - | 858 |  19k|   0 |   0 |   0 |2659k|   0 | 0.000000e+00 |      --      |    Inf 
934.30/934.36	c   874s|  8490k|  7862k|     0 |   0.0 |2893M| 571 |   - | 858 |  31k|   0 |   0 |   0 |2687k|   0 | 0.000000e+00 |      --      |    Inf 
938.50/938.55	c   878s|  8500k|  7862k|     0 |   0.0 |2888M| 571 |   - | 858 |  15k|   0 |   0 |   0 |2713k|   0 | 0.000000e+00 |      --      |    Inf 
941.90/941.96	c   881s|  8510k|  7862k|     0 |   0.0 |2892M| 571 |   - | 858 |  28k|   0 |   0 |   0 |2742k|   0 | 0.000000e+00 |      --      |    Inf 
947.11/947.18	c   887s|  8520k|  7862k|     0 |   0.0 |2886M| 571 |   - | 858 |8137 |   0 |   0 |   0 |2769k|   0 | 0.000000e+00 |      --      |    Inf 
951.00/951.04	c   890s|  8530k|  7862k|     0 |   0.0 |2889M| 571 |   - | 858 |  18k|   0 |   0 |   0 |2797k|   0 | 0.000000e+00 |      --      |    Inf 
954.60/954.64	c   894s|  8540k|  7862k|     0 |   0.0 |2889M| 571 |   - | 858 |  18k|   0 |   0 |   0 |2825k|   0 | 0.000000e+00 |      --      |    Inf 
958.11/958.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
958.11/958.12	c   897s|  8550k|  7862k|     0 |   0.0 |2893M| 571 |   - | 858 |  28k|   0 |   0 |   0 |2853k|   0 | 0.000000e+00 |      --      |    Inf 
961.51/961.52	c   900s|  8560k|  7862k|     0 |   0.0 |2896M| 571 |   - | 858 |  39k|   0 |   0 |   0 |2879k|   0 | 0.000000e+00 |      --      |    Inf 
964.81/964.83	c   903s|  8570k|  7862k|     0 |   0.0 |2900M| 571 |   - | 858 |  52k|   0 |   0 |   0 |2905k|   0 | 0.000000e+00 |      --      |    Inf 
968.21/968.22	c   907s|  8580k|  7862k|     0 |   0.0 |2904M| 571 |   - | 858 |  63k|   0 |   0 |   0 |2934k|   0 | 0.000000e+00 |      --      |    Inf 
971.50/971.59	c   910s|  8590k|  7862k|     0 |   0.0 |2909M| 571 |   - | 858 |  79k|   0 |   0 |   0 |2964k|   0 | 0.000000e+00 |      --      |    Inf 
975.21/975.25	c   913s|  8600k|  7862k|     0 |   0.0 |2911M| 571 |   - | 858 |  87k|   0 |   0 |   0 |2992k|   0 | 0.000000e+00 |      --      |    Inf 
978.80/978.80	c   917s|  8610k|  7862k|     0 |   0.0 |2915M| 571 |   - | 858 | 100k|   0 |   0 |   0 |3024k|   0 | 0.000000e+00 |      --      |    Inf 
982.41/982.45	c   920s|  8620k|  7862k|     0 |   0.0 |2919M| 571 |   - | 858 | 112k|   0 |   0 |   0 |3052k|   0 | 0.000000e+00 |      --      |    Inf 
986.00/986.04	c   924s|  8630k|  7862k|     0 |   0.0 |2923M| 571 |   - | 858 | 124k|   0 |   0 |   0 |3082k|   0 | 0.000000e+00 |      --      |    Inf 
989.41/989.46	c   927s|  8640k|  7862k|     0 |   0.0 |2927M| 571 |   - | 858 | 137k|   0 |   0 |   0 |3109k|   0 | 0.000000e+00 |      --      |    Inf 
992.71/992.79	c   930s|  8650k|  7862k|     0 |   0.0 |2932M| 571 |   - | 858 | 150k|   0 |   0 |   0 |3131k|   0 | 0.000000e+00 |      --      |    Inf 
996.10/996.11	c   933s|  8660k|  7862k|     0 |   0.0 |2936M| 571 |   - | 858 | 162k|   0 |   0 |   0 |3154k|   0 | 0.000000e+00 |      --      |    Inf 
999.41/999.44	c   937s|  8670k|  7862k|     0 |   0.0 |2941M| 571 |   - | 858 | 175k|   0 |   0 |   0 |3178k|   0 | 0.000000e+00 |      --      |    Inf 
1002.81/1002.89	c   940s|  8680k|  7862k|     0 |   0.0 |2945M| 571 |   - | 858 | 188k|   0 |   0 |   0 |3204k|   0 | 0.000000e+00 |      --      |    Inf 
1006.80/1006.80	c   944s|  8690k|  7862k|     0 |   0.0 |2948M| 571 |   - | 858 | 198k|   0 |   0 |   0 |3228k|   0 | 0.000000e+00 |      --      |    Inf 
1010.41/1010.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1010.41/1010.46	c   947s|  8700k|  7862k|     0 |   0.0 |2953M| 571 |   - | 858 | 211k|   0 |   0 |   0 |3251k|   0 | 0.000000e+00 |      --      |    Inf 
1014.11/1014.20	c   951s|  8710k|  7862k|     0 |   0.0 |2957M| 571 |   - | 858 | 224k|   0 |   0 |   0 |3277k|   0 | 0.000000e+00 |      --      |    Inf 
1017.80/1017.89	c   954s|  8720k|  7862k|     0 |   0.0 |2961M| 571 |   - | 858 | 236k|   0 |   0 |   0 |3301k|   0 | 0.000000e+00 |      --      |    Inf 
1021.81/1021.87	c   958s|  8730k|  7862k|     0 |   0.0 |2970M| 571 |   - | 858 | 249k|   0 |   0 |   0 |3328k|   0 | 0.000000e+00 |      --      |    Inf 
1033.61/1033.63	c   970s|  8740k|  7862k|     0 |   0.0 |2913M| 571 |   - | 858 |  15k|   0 |   0 |   0 |3353k|   0 | 0.000000e+00 |      --      |    Inf 
1037.22/1037.29	c   973s|  8750k|  7862k|     0 |   0.0 |2916M| 571 |   - | 858 |  25k|   0 |   0 |   0 |3376k|   0 | 0.000000e+00 |      --      |    Inf 
1040.70/1040.76	c   976s|  8760k|  7862k|     0 |   0.0 |2920M| 571 |   - | 858 |  37k|   0 |   0 |   0 |3401k|   0 | 0.000000e+00 |      --      |    Inf 
1050.30/1050.36	c   986s|  8770k|  7862k|     0 |   0.0 |2913M| 571 |   - | 858 |  12k|   0 |   0 |   0 |3427k|   0 | 0.000000e+00 |      --      |    Inf 
1053.81/1053.89	c   989s|  8780k|  7862k|     0 |   0.0 |2917M| 571 |   - | 858 |  24k|   0 |   0 |   0 |3454k|   0 | 0.000000e+00 |      --      |    Inf 
1057.61/1057.62	c   993s|  8790k|  7862k|     0 |   0.0 |2920M| 571 |   - | 858 |  35k|   0 |   0 |   0 |3482k|   0 | 0.000000e+00 |      --      |    Inf 
1065.82/1065.87	c  1001s|  8800k|  7862k|     0 |   0.0 |2912M| 571 |   - | 858 |  12k|   0 |   0 |   0 |3505k|   0 | 0.000000e+00 |      --      |    Inf 
1069.40/1069.43	c  1004s|  8810k|  7862k|     0 |   0.0 |2916M| 571 |   - | 858 |  25k|   0 |   0 |   0 |3533k|   0 | 0.000000e+00 |      --      |    Inf 
1078.11/1078.16	c  1013s|  8820k|  7862k|     0 |   0.0 |2912M| 571 |   - | 858 |  11k|   0 |   0 |   0 |3559k|   0 | 0.000000e+00 |      --      |    Inf 
1081.81/1081.88	c  1016s|  8830k|  7862k|     0 |   0.0 |2916M| 571 |   - | 858 |  23k|   0 |   0 |   0 |3586k|   0 | 0.000000e+00 |      --      |    Inf 
1085.31/1085.36	c  1020s|  8840k|  7862k|     0 |   0.0 |2920M| 571 |   - | 858 |  36k|   0 |   0 |   0 |3612k|   0 | 0.000000e+00 |      --      |    Inf 
1091.31/1091.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1091.31/1091.31	c  1026s|  8850k|  7862k|     0 |   0.0 |2912M| 571 |   - | 858 |  10k|   0 |   0 |   0 |3638k|   0 | 0.000000e+00 |      --      |    Inf 
1102.71/1102.75	c  1037s|  8860k|  7862k|     0 |   0.0 |2913M| 571 |   - | 858 |  11k|   0 |   0 |   0 |3658k|   0 | 0.000000e+00 |      --      |    Inf 
1106.31/1106.34	c  1040s|  8870k|  7862k|     0 |   0.0 |2917M| 571 |   - | 858 |  23k|   0 |   0 |   0 |3686k|   0 | 0.000000e+00 |      --      |    Inf 
1110.11/1110.14	c  1044s|  8880k|  7862k|     0 |   0.0 |2920M| 571 |   - | 858 |  35k|   0 |   0 |   0 |3713k|   0 | 0.000000e+00 |      --      |    Inf 
1114.11/1114.13	c  1048s|  8890k|  7862k|     0 |   0.0 |2925M| 571 |   - | 858 |  48k|   0 |   0 |   0 |3740k|   0 | 0.000000e+00 |      --      |    Inf 
1118.21/1118.20	c  1052s|  8900k|  7862k|     0 |   0.0 |2929M| 571 |   - | 858 |  62k|   0 |   0 |   0 |3770k|   0 | 0.000000e+00 |      --      |    Inf 
1122.20/1122.28	c  1056s|  8910k|  7862k|     0 |   0.0 |2933M| 571 |   - | 858 |  74k|   0 |   0 |   0 |3799k|   0 | 0.000000e+00 |      --      |    Inf 
1126.21/1126.20	c  1059s|  8920k|  7862k|     0 |   0.0 |2936M| 571 |   - | 858 |  86k|   0 |   0 |   0 |3826k|   0 | 0.000000e+00 |      --      |    Inf 
1130.11/1130.14	c  1063s|  8930k|  7862k|     0 |   0.0 |2940M| 571 |   - | 858 |  97k|   0 |   0 |   0 |3852k|   0 | 0.000000e+00 |      --      |    Inf 
1137.31/1137.39	c  1070s|  8940k|  7862k|     0 |   0.0 |2916M| 571 |   - | 858 |  22k|   0 |   0 |   0 |3881k|   0 | 0.000000e+00 |      --      |    Inf 
1141.00/1141.06	c  1074s|  8950k|  7862k|     0 |   0.0 |2921M| 571 |   - | 858 |  35k|   0 |   0 |   0 |3910k|   0 | 0.000000e+00 |      --      |    Inf 
1144.81/1144.88	c  1077s|  8960k|  7862k|     0 |   0.0 |2925M| 571 |   - | 858 |  48k|   0 |   0 |   0 |3940k|   0 | 0.000000e+00 |      --      |    Inf 
1148.70/1148.72	c  1081s|  8970k|  7862k|     0 |   0.0 |2928M| 571 |   - | 858 |  59k|   0 |   0 |   0 |3968k|   0 | 0.000000e+00 |      --      |    Inf 
1152.51/1152.53	c  1085s|  8980k|  7862k|     0 |   0.0 |2932M| 571 |   - | 858 |  71k|   0 |   0 |   0 |3993k|   0 | 0.000000e+00 |      --      |    Inf 
1156.81/1156.84	c  1089s|  8990k|  7862k|     0 |   0.0 |2936M| 571 |   - | 858 |  84k|   0 |   0 |   0 |4020k|   0 | 0.000000e+00 |      --      |    Inf 
1161.41/1161.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1161.41/1161.43	c  1093s|  9000k|  7862k|     0 |   0.0 |2940M| 571 |   - | 858 |  97k|   0 |   0 |   0 |4053k|   0 | 0.000000e+00 |      --      |    Inf 
1165.41/1165.48	c  1097s|  9010k|  7862k|     0 |   0.0 |2944M| 571 |   - | 858 | 109k|   0 |   0 |   0 |4082k|   0 | 0.000000e+00 |      --      |    Inf 
1169.71/1169.73	c  1101s|  9020k|  7862k|     0 |   0.0 |2948M| 571 |   - | 858 | 121k|   0 |   0 |   0 |4109k|   0 | 0.000000e+00 |      --      |    Inf 
1173.90/1173.91	c  1105s|  9030k|  7862k|     0 |   0.0 |2952M| 571 |   - | 858 | 133k|   0 |   0 |   0 |4141k|   0 | 0.000000e+00 |      --      |    Inf 
1178.61/1178.67	c  1110s|  9040k|  7862k|     0 |   0.0 |2954M| 571 |   - | 858 | 142k|   0 |   0 |   0 |4169k|   0 | 0.000000e+00 |      --      |    Inf 
1189.02/1189.09	c  1120s|  9050k|  7862k|     0 |   0.0 |2915M| 571 |   - | 858 |  17k|   0 |   0 |   0 |4193k|   0 | 0.000000e+00 |      --      |    Inf 
1193.11/1193.16	c  1124s|  9060k|  7862k|     0 |   0.0 |2919M| 571 |   - | 858 |  29k|   0 |   0 |   0 |4219k|   0 | 0.000000e+00 |      --      |    Inf 
1197.31/1197.32	c  1128s|  9070k|  7862k|     0 |   0.0 |2923M| 571 |   - | 858 |  42k|   0 |   0 |   0 |4247k|   0 | 0.000000e+00 |      --      |    Inf 
1201.71/1201.71	c  1132s|  9080k|  7862k|     0 |   0.0 |2927M| 571 |   - | 858 |  54k|   0 |   0 |   0 |4272k|   0 | 0.000000e+00 |      --      |    Inf 
1206.01/1206.01	c  1137s|  9090k|  7862k|     0 |   0.0 |2931M| 571 |   - | 858 |  67k|   0 |   0 |   0 |4299k|   0 | 0.000000e+00 |      --      |    Inf 
1217.72/1217.72	c  1148s|  9100k|  7862k|     0 |   0.0 |2918M| 571 |   - | 858 |  27k|   0 |   0 |   0 |4328k|   0 | 0.000000e+00 |      --      |    Inf 
1222.31/1222.38	c  1153s|  9110k|  7862k|     0 |   0.0 |2919M| 571 |   - | 858 |  29k|   0 |   0 |   0 |4353k|   0 | 0.000000e+00 |      --      |    Inf 
1226.41/1226.43	c  1157s|  9120k|  7862k|     0 |   0.0 |2923M| 571 |   - | 858 |  41k|   0 |   0 |   0 |4379k|   0 | 0.000000e+00 |      --      |    Inf 
1230.82/1230.82	c  1161s|  9130k|  7862k|     0 |   0.0 |2927M| 571 |   - | 858 |  54k|   0 |   0 |   0 |4409k|   0 | 0.000000e+00 |      --      |    Inf 
1235.31/1235.37	c  1165s|  9140k|  7862k|     0 |   0.0 |2931M| 571 |   - | 858 |  66k|   0 |   0 |   0 |4438k|   0 | 0.000000e+00 |      --      |    Inf 
1239.51/1239.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1239.51/1239.59	c  1169s|  9150k|  7862k|     0 |   0.0 |2936M| 571 |   - | 858 |  81k|   0 |   0 |   0 |4467k|   0 | 0.000000e+00 |      --      |    Inf 
1244.41/1244.41	c  1174s|  9160k|  7862k|     0 |   0.0 |2938M| 571 |   - | 858 |  90k|   0 |   0 |   0 |4494k|   0 | 0.000000e+00 |      --      |    Inf 
1249.01/1249.02	c  1178s|  9170k|  7862k|     0 |   0.0 |2942M| 571 |   - | 858 | 101k|   0 |   0 |   0 |4519k|   0 | 0.000000e+00 |      --      |    Inf 
1253.61/1253.65	c  1183s|  9180k|  7862k|     0 |   0.0 |2946M| 571 |   - | 858 | 114k|   0 |   0 |   0 |4545k|   0 | 0.000000e+00 |      --      |    Inf 
1258.01/1258.05	c  1187s|  9190k|  7862k|     0 |   0.0 |2950M| 571 |   - | 858 | 128k|   0 |   0 |   0 |4574k|   0 | 0.000000e+00 |      --      |    Inf 
1262.31/1262.36	c  1191s|  9200k|  7862k|     0 |   0.0 |2953M| 571 |   - | 858 | 140k|   0 |   0 |   0 |4600k|   0 | 0.000000e+00 |      --      |    Inf 
1266.81/1266.83	c  1195s|  9210k|  7862k|     0 |   0.0 |2957M| 571 |   - | 858 | 152k|   0 |   0 |   0 |4629k|   0 | 0.000000e+00 |      --      |    Inf 
1280.42/1280.49	c  1209s|  9220k|  7862k|     0 |   0.0 |2917M| 571 |   - | 858 |  22k|   0 |   0 |   0 |4652k|   0 | 0.000000e+00 |      --      |    Inf 
1294.41/1294.43	c  1223s|  9230k|  7862k|     0 |   0.0 |2919M| 571 |   - | 858 |  27k|   0 |   0 |   0 |4671k|   0 | 0.000000e+00 |      --      |    Inf 
1306.91/1306.99	c  1235s|  9240k|  7862k|     0 |   0.0 |2920M| 571 |   - | 858 |  31k|   0 |   0 |   0 |4690k|   0 | 0.000000e+00 |      --      |    Inf 
1320.31/1320.35	c  1248s|  9250k|  7862k|     0 |   0.0 |2922M| 571 |   - | 858 |  36k|   0 |   0 |   0 |4711k|   0 | 0.000000e+00 |      --      |    Inf 
1326.11/1326.15	c  1254s|  9260k|  7862k|     0 |   0.0 |2921M| 571 |   - | 858 |  31k|   0 |   0 |   0 |4739k|   0 | 0.000000e+00 |      --      |    Inf 
1330.21/1330.29	c  1258s|  9270k|  7862k|     0 |   0.0 |2926M| 571 |   - | 858 |  44k|   0 |   0 |   0 |4769k|   0 | 0.000000e+00 |      --      |    Inf 
1334.41/1334.48	c  1262s|  9280k|  7862k|     0 |   0.0 |2929M| 571 |   - | 858 |  56k|   0 |   0 |   0 |4797k|   0 | 0.000000e+00 |      --      |    Inf 
1338.81/1338.83	c  1266s|  9290k|  7862k|     0 |   0.0 |2933M| 571 |   - | 858 |  68k|   0 |   0 |   0 |4823k|   0 | 0.000000e+00 |      --      |    Inf 
1343.12/1343.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1343.12/1343.17	c  1270s|  9300k|  7862k|     0 |   0.0 |2937M| 571 |   - | 858 |  81k|   0 |   0 |   0 |4850k|   0 | 0.000000e+00 |      --      |    Inf 
1347.71/1347.75	c  1275s|  9310k|  7862k|     0 |   0.0 |2941M| 571 |   - | 858 |  93k|   0 |   0 |   0 |4876k|   0 | 0.000000e+00 |      --      |    Inf 
1352.31/1352.32	c  1279s|  9320k|  7862k|     0 |   0.0 |2945M| 571 |   - | 858 | 106k|   0 |   0 |   0 |4905k|   0 | 0.000000e+00 |      --      |    Inf 
1360.01/1360.08	c  1287s|  9330k|  7862k|     0 |   0.0 |2921M| 571 |   - | 858 |  30k|   0 |   0 |   0 |4934k|   0 | 0.000000e+00 |      --      |    Inf 
1364.81/1364.84	c  1291s|  9340k|  7862k|     0 |   0.0 |2925M| 571 |   - | 858 |  43k|   0 |   0 |   0 |4964k|   0 | 0.000000e+00 |      --      |    Inf 
1369.52/1369.59	c  1296s|  9350k|  7862k|     0 |   0.0 |2929M| 571 |   - | 858 |  55k|   0 |   0 |   0 |4996k|   0 | 0.000000e+00 |      --      |    Inf 
1373.92/1373.90	c  1300s|  9360k|  7862k|     0 |   0.0 |2932M| 571 |   - | 858 |  67k|   0 |   0 |   0 |5024k|   0 | 0.000000e+00 |      --      |    Inf 
1378.81/1378.82	c  1305s|  9370k|  7862k|     0 |   0.0 |2936M| 571 |   - | 858 |  79k|   0 |   0 |   0 |5052k|   0 | 0.000000e+00 |      --      |    Inf 
1389.81/1389.86	c  1316s|  9380k|  7862k|     0 |   0.0 |2920M| 571 |   - | 858 |  25k|   0 |   0 |   0 |5074k|   0 | 0.000000e+00 |      --      |    Inf 
1395.31/1395.37	c  1321s|  9390k|  7862k|     0 |   0.0 |2923M| 571 |   - | 858 |  37k|   0 |   0 |   0 |5102k|   0 | 0.000000e+00 |      --      |    Inf 
1399.51/1399.53	c  1325s|  9400k|  7862k|     0 |   0.0 |2927M| 571 |   - | 858 |  50k|   0 |   0 |   0 |5131k|   0 | 0.000000e+00 |      --      |    Inf 
1403.61/1403.62	c  1329s|  9410k|  7862k|     0 |   0.0 |2931M| 571 |   - | 858 |  62k|   0 |   0 |   0 |5160k|   0 | 0.000000e+00 |      --      |    Inf 
1407.51/1407.51	c  1333s|  9420k|  7862k|     0 |   0.0 |2935M| 571 |   - | 858 |  75k|   0 |   0 |   0 |5188k|   0 | 0.000000e+00 |      --      |    Inf 
1411.61/1411.69	c  1337s|  9430k|  7862k|     0 |   0.0 |2939M| 571 |   - | 858 |  88k|   0 |   0 |   0 |5216k|   0 | 0.000000e+00 |      --      |    Inf 
1416.31/1416.30	c  1341s|  9440k|  7862k|     0 |   0.0 |2942M| 571 |   - | 858 |  99k|   0 |   0 |   0 |5243k|   0 | 0.000000e+00 |      --      |    Inf 
1420.61/1420.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1420.61/1420.69	c  1346s|  9450k|  7862k|     0 |   0.0 |2947M| 571 |   - | 858 | 113k|   0 |   0 |   0 |5274k|   0 | 0.000000e+00 |      --      |    Inf 
1425.11/1425.16	c  1350s|  9460k|  7862k|     0 |   0.0 |2951M| 571 |   - | 858 | 127k|   0 |   0 |   0 |5305k|   0 | 0.000000e+00 |      --      |    Inf 
1429.32/1429.35	c  1354s|  9470k|  7862k|     0 |   0.0 |2954M| 571 |   - | 858 | 137k|   0 |   0 |   0 |5333k|   0 | 0.000000e+00 |      --      |    Inf 
1433.81/1433.87	c  1358s|  9480k|  7862k|     0 |   0.0 |2958M| 571 |   - | 858 | 150k|   0 |   0 |   0 |5361k|   0 | 0.000000e+00 |      --      |    Inf 
1439.41/1439.44	c  1364s|  9490k|  7862k|     0 |   0.0 |2962M| 571 |   - | 858 | 161k|   0 |   0 |   0 |5389k|   0 | 0.000000e+00 |      --      |    Inf 
1445.01/1445.04	c  1369s|  9500k|  7862k|     0 |   0.0 |2966M| 571 |   - | 858 | 173k|   0 |   0 |   0 |5416k|   0 | 0.000000e+00 |      --      |    Inf 
1457.51/1457.58	c  1382s|  9510k|  7862k|     0 |   0.0 |2926M| 571 |   - | 858 |  31k|   0 |   0 |   0 |5444k|   0 | 0.000000e+00 |      --      |    Inf 
1466.01/1466.04	c  1390s|  9520k|  7862k|     0 |   0.0 |2926M| 571 |   - | 858 |  34k|   0 |   0 |   0 |5473k|   0 | 0.000000e+00 |      --      |    Inf 
1470.62/1470.62	c  1394s|  9530k|  7862k|     0 |   0.0 |2930M| 571 |   - | 858 |  46k|   0 |   0 |   0 |5502k|   0 | 0.000000e+00 |      --      |    Inf 
1475.12/1475.13	c  1399s|  9540k|  7862k|     0 |   0.0 |2934M| 571 |   - | 858 |  57k|   0 |   0 |   0 |5528k|   0 | 0.000000e+00 |      --      |    Inf 
1479.61/1479.65	c  1403s|  9550k|  7862k|     0 |   0.0 |2938M| 571 |   - | 858 |  70k|   0 |   0 |   0 |5557k|   0 | 0.000000e+00 |      --      |    Inf 
1484.12/1484.18	c  1407s|  9560k|  7862k|     0 |   0.0 |2941M| 571 |   - | 858 |  80k|   0 |   0 |   0 |5585k|   0 | 0.000000e+00 |      --      |    Inf 
1489.31/1489.38	c  1412s|  9570k|  7862k|     0 |   0.0 |2945M| 571 |   - | 858 |  93k|   0 |   0 |   0 |5612k|   0 | 0.000000e+00 |      --      |    Inf 
1494.41/1494.45	c  1417s|  9580k|  7862k|     0 |   0.0 |2949M| 571 |   - | 858 | 105k|   0 |   0 |   0 |5640k|   0 | 0.000000e+00 |      --      |    Inf 
1500.72/1500.79	c  1424s|  9590k|  7862k|     0 |   0.0 |2953M| 571 |   - | 858 | 118k|   0 |   0 |   0 |5666k|   0 | 0.000000e+00 |      --      |    Inf 
1507.21/1507.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1507.21/1507.25	c  1430s|  9600k|  7862k|     0 |   0.0 |2957M| 571 |   - | 858 | 130k|   0 |   0 |   0 |5692k|   0 | 0.000000e+00 |      --      |    Inf 
1513.91/1513.98	c  1436s|  9610k|  7862k|     0 |   0.0 |2960M| 571 |   - | 858 | 142k|   0 |   0 |   0 |5717k|   0 | 0.000000e+00 |      --      |    Inf 
1524.21/1524.22	c  1446s|  9620k|  7862k|     0 |   0.0 |2925M| 571 |   - | 858 |  30k|   0 |   0 |   0 |5741k|   0 | 0.000000e+00 |      --      |    Inf 
1539.11/1539.18	c  1461s|  9630k|  7862k|     0 |   0.0 |2925M| 571 |   - | 858 |  28k|   0 |   0 |   0 |5759k|   0 | 0.000000e+00 |      --      |    Inf 
1546.21/1546.25	c  1468s|  9640k|  7862k|     0 |   0.0 |2928M| 571 |   - | 858 |  37k|   0 |   0 |   0 |5785k|   0 | 0.000000e+00 |      --      |    Inf 
1550.81/1550.90	c  1473s|  9650k|  7862k|     0 |   0.0 |2931M| 571 |   - | 858 |  49k|   0 |   0 |   0 |5813k|   0 | 0.000000e+00 |      --      |    Inf 
1555.22/1555.27	c  1477s|  9660k|  7862k|     0 |   0.0 |2935M| 571 |   - | 858 |  61k|   0 |   0 |   0 |5839k|   0 | 0.000000e+00 |      --      |    Inf 
1559.82/1559.88	c  1481s|  9670k|  7862k|     0 |   0.0 |2939M| 571 |   - | 858 |  73k|   0 |   0 |   0 |5869k|   0 | 0.000000e+00 |      --      |    Inf 
1564.62/1564.67	c  1486s|  9680k|  7862k|     0 |   0.0 |2942M| 571 |   - | 858 |  85k|   0 |   0 |   0 |5898k|   0 | 0.000000e+00 |      --      |    Inf 
1569.22/1569.22	c  1490s|  9690k|  7862k|     0 |   0.0 |2946M| 571 |   - | 858 |  97k|   0 |   0 |   0 |5925k|   0 | 0.000000e+00 |      --      |    Inf 
1573.91/1573.94	c  1495s|  9700k|  7862k|     0 |   0.0 |2950M| 571 |   - | 858 | 109k|   0 |   0 |   0 |5954k|   0 | 0.000000e+00 |      --      |    Inf 
1578.12/1578.17	c  1499s|  9710k|  7862k|     0 |   0.0 |2954M| 571 |   - | 858 | 120k|   0 |   0 |   0 |5983k|   0 | 0.000000e+00 |      --      |    Inf 
1582.41/1582.46	c  1503s|  9720k|  7862k|     0 |   0.0 |2957M| 571 |   - | 858 | 131k|   0 |   0 |   0 |6010k|   0 | 0.000000e+00 |      --      |    Inf 
1586.61/1586.67	c  1507s|  9730k|  7862k|     0 |   0.0 |2961M| 571 |   - | 858 | 145k|   0 |   0 |   0 |6040k|   0 | 0.000000e+00 |      --      |    Inf 
1591.01/1591.00	c  1511s|  9740k|  7862k|     0 |   0.0 |2965M| 571 |   - | 858 | 157k|   0 |   0 |   0 |6068k|   0 | 0.000000e+00 |      --      |    Inf 
1595.71/1595.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1595.71/1595.76	c  1516s|  9750k|  7862k|     0 |   0.0 |2969M| 571 |   - | 858 | 169k|   0 |   0 |   0 |6096k|   0 | 0.000000e+00 |      --      |    Inf 
1600.61/1600.62	c  1521s|  9760k|  7862k|     0 |   0.0 |2973M| 571 |   - | 858 | 183k|   0 |   0 |   0 |6127k|   0 | 0.000000e+00 |      --      |    Inf 
1605.12/1605.19	c  1525s|  9770k|  7862k|     0 |   0.0 |2977M| 571 |   - | 858 | 195k|   0 |   0 |   0 |6153k|   0 | 0.000000e+00 |      --      |    Inf 
1609.91/1609.95	c  1530s|  9780k|  7862k|     0 |   0.0 |2981M| 571 |   - | 858 | 207k|   0 |   0 |   0 |6179k|   0 | 0.000000e+00 |      --      |    Inf 
1621.72/1621.74	c  1541s|  9790k|  7862k|     0 |   0.0 |2928M| 571 |   - | 858 |  35k|   0 |   0 |   0 |6206k|   0 | 0.000000e+00 |      --      |    Inf 
1640.71/1640.78	c  1560s|  9800k|  7862k|     0 |   0.0 |2932M| 571 |   - | 858 |  45k|   0 |   0 |   0 |6231k|   0 | 0.000000e+00 |      --      |    Inf 
1658.51/1658.52	c  1578s|  9810k|  7862k|     0 |   0.0 |2935M| 571 |   - | 858 |  57k|   0 |   0 |   0 |6256k|   0 | 0.000000e+00 |      --      |    Inf 
1676.21/1676.26	c  1595s|  9820k|  7862k|     0 |   0.0 |2939M| 571 |   - | 858 |  67k|   0 |   0 |   0 |6281k|   0 | 0.000000e+00 |      --      |    Inf 
1691.12/1691.18	c  1610s|  9830k|  7862k|     0 |   0.0 |2942M| 571 |   - | 858 |  77k|   0 |   0 |   0 |6306k|   0 | 0.000000e+00 |      --      |    Inf 
1707.82/1707.82	c  1627s|  9840k|  7862k|     0 |   0.0 |2933M| 571 |   - | 858 |  34k|   0 |   0 |   0 |6333k|   0 | 0.000000e+00 |      --      |    Inf 
1713.21/1713.28	c  1632s|  9850k|  7862k|     0 |   0.0 |2938M| 571 |   - | 858 |  51k|   0 |   0 |   0 |6363k|   0 | 0.000000e+00 |      --      |    Inf 
1718.71/1718.79	c  1637s|  9860k|  7862k|     0 |   0.0 |2942M| 571 |   - | 858 |  63k|   0 |   0 |   0 |6388k|   0 | 0.000000e+00 |      --      |    Inf 
1724.52/1724.57	c  1643s|  9870k|  7862k|     0 |   0.0 |2945M| 571 |   - | 858 |  71k|   0 |   0 |   0 |6414k|   0 | 0.000000e+00 |      --      |    Inf 
1729.92/1729.99	c  1648s|  9880k|  7862k|     0 |   0.0 |2949M| 571 |   - | 858 |  84k|   0 |   0 |   0 |6442k|   0 | 0.000000e+00 |      --      |    Inf 
1735.41/1735.44	c  1654s|  9890k|  7862k|     0 |   0.0 |2952M| 571 |   - | 858 |  94k|   0 |   0 |   0 |6469k|   0 | 0.000000e+00 |      --      |    Inf 
1741.12/1741.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1741.12/1741.10	c  1659s|  9900k|  7862k|     0 |   0.0 |2955M| 571 |   - | 858 | 106k|   0 |   0 |   0 |6497k|   0 | 0.000000e+00 |      --      |    Inf 
1746.12/1746.19	c  1664s|  9910k|  7862k|     0 |   0.0 |2959M| 571 |   - | 858 | 118k|   0 |   0 |   0 |6524k|   0 | 0.000000e+00 |      --      |    Inf 
1750.91/1750.97	c  1669s|  9920k|  7862k|     0 |   0.0 |2963M| 571 |   - | 858 | 130k|   0 |   0 |   0 |6549k|   0 | 0.000000e+00 |      --      |    Inf 
1756.32/1756.37	c  1674s|  9930k|  7862k|     0 |   0.0 |2966M| 571 |   - | 858 | 140k|   0 |   0 |   0 |6576k|   0 | 0.000000e+00 |      --      |    Inf 
1761.72/1761.70	c  1679s|  9940k|  7862k|     0 |   0.0 |2970M| 571 |   - | 858 | 152k|   0 |   0 |   0 |6603k|   0 | 0.000000e+00 |      --      |    Inf 
1767.42/1767.47	c  1685s|  9950k|  7862k|     0 |   0.0 |2974M| 571 |   - | 858 | 164k|   0 |   0 |   0 |6633k|   0 | 0.000000e+00 |      --      |    Inf 
1773.32/1773.31	c  1690s|  9960k|  7862k|     0 |   0.0 |2978M| 571 |   - | 858 | 177k|   0 |   0 |   0 |6663k|   0 | 0.000000e+00 |      --      |    Inf 
1779.22/1779.22	c  1696s|  9970k|  7862k|     0 |   0.0 |2982M| 571 |   - | 858 | 190k|   0 |   0 |   0 |6693k|   0 | 0.000000e+00 |      --      |    Inf 
1784.92/1784.90	c  1702s|  9980k|  7862k|     0 |   0.0 |2986M| 571 |   - | 858 | 203k|   0 |   0 |   0 |6722k|   0 | 0.000000e+00 |      --      |    Inf 
1791.62/1791.67	c  1708s|  9990k|  7862k|     0 |   0.0 |2990M| 571 |   - | 858 | 215k|   0 |   0 |   0 |6750k|   0 | 0.000000e+00 |      --      |    Inf 
1797.92/1797.94	c  1714s| 10000k|  7862k|     0 |   0.0 |2994M| 571 |   - | 858 | 228k|   0 |   0 |   0 |6779k|   0 | 0.000000e+00 |      --      |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1716.39
1800.03/1800.00	c Solving Nodes      : 10003149
1800.03/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.00	s UNKNOWN
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time       :    1716.39
1800.03/1800.00	c Original Problem   :
1800.03/1800.00	c   Problem name     : HOME/instance-2693721-1277890841.wbo
1800.03/1800.00	c   Variables        : 858 (804 binary, 0 integer, 0 implicit integer, 54 continuous)
1800.03/1800.00	c   Constraints      : 135 initial, 135 maximal
1800.03/1800.00	c Presolved Problem  :
1800.03/1800.00	c   Problem name     : t_HOME/instance-2693721-1277890841.wbo
1800.03/1800.00	c   Variables        : 858 (804 binary, 0 integer, 0 implicit integer, 54 continuous)
1800.03/1800.00	c   Constraints      : 134 initial, 254047 maximal
1800.03/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.00	c   linear           :       0.00          0          0          0         54          0          1          0          0
1800.03/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   indicator        :         54          0      24924          0      22409          0        560          0          0          0
1800.03/1800.00	c   setppc           :         11          0   17680376          0    9349755     356689   30620693          0          0          0
1800.03/1800.00	c   linear           :         54          0   17617335          0    9375302     608669   41067061          0          0          0
1800.03/1800.00	c   logicor          :         15+         0    9554329          0    9375302     334088   12869521          0          0          0
1800.03/1800.00	c   countsols        :          0          0          0          0    9375302          0          0          0          0          0
1800.03/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c   indicator        :       0.04       0.00       0.02       0.00       0.02
1800.03/1800.00	c   setppc           :     125.83       0.00      97.33       0.00      28.50
1800.03/1800.00	c   linear           :     293.32       0.00     289.93       0.00       3.39
1800.03/1800.00	c   logicor          :     326.94       0.00     302.48       0.00      24.46
1800.03/1800.00	c   countsols        :       1.76       0.00       0.00       0.00       1.76
1800.03/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.00	c   vbounds          :       4.35          2          0          0
1800.03/1800.00	c   rootredcost      :       3.64          0          0          0
1800.03/1800.00	c   pseudoobj        :      28.26   17973824          0          0
1800.03/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.00	c   propagation      :     241.17    1299446    1299410   10601841      104.4    4756529       15.6          -
1800.03/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.00	c   applied globally :          -          -          -    6226973       25.6          -          -          -
1800.03/1800.00	c   applied locally  :          -          -          -     561602      101.1          -          -          -
1800.03/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.03/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.03/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.03/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.03/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.03/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.03/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.03/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.03/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.03/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.00	c Pricers            :       Time      Calls       Vars
1800.03/1800.00	c   problem variables:       0.00          0          0
1800.03/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   inference        :     361.00    9375302          0          0          0          0   18750604
1800.03/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.00	c   LP solutions     :       0.00          -          0
1800.03/1800.00	c   pseudo solutions :       0.00          -          0
1800.03/1800.00	c   oneopt           :       2.06          0          0
1800.03/1800.00	c   trivial          :       0.00          2          0
1800.03/1800.00	c   simplerounding   :       0.00          0          0
1800.03/1800.00	c   zirounding       :       0.00          0          0
1800.03/1800.00	c   rounding         :       0.00          0          0
1800.03/1800.00	c   shifting         :       0.00          0          0
1800.03/1800.00	c   intshifting      :       0.00          0          0
1800.03/1800.00	c   twoopt           :       0.00          0          0
1800.03/1800.00	c   fixandinfer      :       0.00          0          0
1800.03/1800.00	c   feaspump         :       0.00          0          0
1800.03/1800.00	c   coefdiving       :       0.00          0          0
1800.03/1800.00	c   pscostdiving     :       0.00          0          0
1800.03/1800.00	c   fracdiving       :       0.00          0          0
1800.03/1800.00	c   veclendiving     :       0.00          0          0
1800.03/1800.00	c   intdiving        :       0.00          0          0
1800.03/1800.00	c   actconsdiving    :       0.00          0          0
1800.03/1800.00	c   objpscostdiving  :       0.00          0          0
1800.03/1800.00	c   rootsoldiving    :       0.00          0          0
1800.03/1800.00	c   linesearchdiving :       0.00          0          0
1800.03/1800.00	c   guideddiving     :       0.00          0          0
1800.03/1800.00	c   octane           :       0.00          0          0
1800.03/1800.00	c   rens             :       0.00          0          0
1800.03/1800.00	c   rins             :       0.00          0          0
1800.03/1800.00	c   localbranching   :       0.00          0          0
1800.03/1800.00	c   mutation         :       0.00          0          0
1800.03/1800.00	c   crossover        :       0.00          0          0
1800.03/1800.00	c   dins             :       0.00          0          0
1800.03/1800.00	c   undercover       :       0.00          0          0
1800.03/1800.00	c   nlp              :       2.52          0          0
1800.03/1800.00	c   trysol           :       2.19          1          0
1800.03/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.03/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.03/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.03/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.03/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.00	c B&B Tree           :
1800.03/1800.00	c   number of runs   :          1
1800.03/1800.00	c   nodes            :   10003149
1800.03/1800.00	c   nodes (total)    :   10003149
1800.03/1800.00	c   nodes left       :    7862004
1800.03/1800.00	c   max depth        :        571
1800.03/1800.00	c   max depth (total):        571
1800.03/1800.00	c   backtracks       :     698675 (7.0%)
1800.03/1800.00	c   delayed cutoffs  :     885452
1800.03/1800.00	c   repropagations   :    1621860 (38473681 domain reductions, 671599 cutoffs)
1800.03/1800.00	c   avg switch length:       3.49
1800.03/1800.00	c   switching time   :     364.00
1800.03/1800.00	c Solution           :
1800.03/1800.00	c   Solutions found  :          0 (0 improvements)
1800.03/1800.00	c   Primal Bound     :          -
1800.03/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.00	c   Gap              :   infinite
1800.03/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/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-2693721-1277890841/watcher-2693721-1277890841 -o /tmp/evaluation-result-2693721-1277890841/solver-2693721-1277890841 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693721-1277890841.wbo -t 1800 -m 3800 

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


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.27 4/178 9805
/proc/meminfo: memFree=31621504/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=8552 CPUtime=0
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 1623 0 0 0 0 0 0 0 25 0 1 0 130380437 8757248 1545 4089446400 4194304 7136930 140736220680080 18446744073709551615 6350076 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/9805/statm: 2138 1545 275 719 0 1417 0

[startup+0.031298 s]
/proc/loadavg: 2.00 2.02 2.27 4/178 9805
/proc/meminfo: memFree=31621504/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=13560 CPUtime=0.02
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 4400 0 0 0 2 0 0 0 25 0 1 0 130380437 13885440 2684 4089446400 4194304 7136930 140736220680080 18446744073709551615 4436363 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 3390 2684 390 719 0 2669 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13560

[startup+0.100262 s]
/proc/loadavg: 2.00 2.02 2.27 4/178 9805
/proc/meminfo: memFree=31621504/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=14364 CPUtime=0.09
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 4596 0 0 0 8 1 0 0 25 0 1 0 130380437 14708736 2880 4089446400 4194304 7136930 140736220680080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 3591 2880 394 719 0 2870 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14364

[startup+0.300228 s]
/proc/loadavg: 2.00 2.02 2.27 4/178 9805
/proc/meminfo: memFree=31621504/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=16072 CPUtime=0.29
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 5005 0 0 0 27 2 0 0 25 0 1 0 130380437 16457728 3290 4089446400 4194304 7136930 140736220680080 18446744073709551615 6164672 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 4018 3306 394 719 0 3297 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16072

[startup+0.700161 s]
/proc/loadavg: 2.00 2.02 2.27 4/178 9805
/proc/meminfo: memFree=31621504/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=18200 CPUtime=0.69
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 5565 0 0 0 65 4 0 0 25 0 1 0 130380437 18636800 3849 4089446400 4194304 7136930 140736220680080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 4550 3849 394 719 0 3829 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18200

[startup+1.50103 s]
/proc/loadavg: 2.00 2.02 2.27 3/179 9806
/proc/meminfo: memFree=31606492/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=21296 CPUtime=1.49
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 6367 0 0 0 140 9 0 0 25 0 1 0 130380437 21807104 4651 4089446400 4194304 7136930 140736220680080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 5324 4651 394 719 0 4603 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21296

[startup+3.10076 s]
/proc/loadavg: 2.00 2.02 2.27 3/179 9806
/proc/meminfo: memFree=31601440/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=29684 CPUtime=3.09
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 8539 0 0 0 288 21 0 0 25 0 1 0 130380437 30396416 6823 4089446400 4194304 7136930 140736220680080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 7421 6823 394 719 0 6700 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29684

[startup+6.30022 s]
/proc/loadavg: 2.00 2.02 2.27 3/179 9806
/proc/meminfo: memFree=31585940/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=43612 CPUtime=6.29
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 11630 0 0 0 579 50 0 0 25 0 1 0 130380437 44658688 9914 4089446400 4194304 7136930 140736220680080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 10903 9914 394 719 0 10182 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43612

[startup+12.7001 s]
/proc/loadavg: 2.00 2.02 2.27 3/179 9806
/proc/meminfo: memFree=31559600/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=69920 CPUtime=12.69
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 18474 0 0 0 1176 93 0 0 25 0 1 0 130380437 71598080 16758 4089446400 4194304 7136930 140736220680080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 17480 16758 394 719 0 16759 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 69920

[startup+25.501 s]
/proc/loadavg: 2.00 2.02 2.26 3/179 9806
/proc/meminfo: memFree=31503164/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=127528 CPUtime=25.49
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 32382 0 0 0 2359 190 0 0 25 0 1 0 130380437 130588672 30666 4089446400 4194304 7136930 140736220680080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 31882 30666 394 719 0 31161 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 127528

[startup+51.1007 s]
/proc/loadavg: 2.00 2.02 2.26 3/179 9806
/proc/meminfo: memFree=31400376/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=235736 CPUtime=51.09
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 58434 0 0 0 4730 379 0 0 25 0 1 0 130380437 241393664 56718 4089446400 4194304 7136930 140736220680080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 58934 56718 394 719 0 58213 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 235736

[startup+102.306 s]
/proc/loadavg: 2.00 2.01 2.24 3/179 9808
/proc/meminfo: memFree=31193736/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=449004 CPUtime=102.3
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 109530 0 0 0 9492 738 0 0 25 0 1 0 130380437 459780096 107814 4089446400 4194304 7136930 140736220680080 18446744073709551615 5955605 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 112251 107814 394 719 0 111530 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 449004

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.22 3/179 9810
/proc/meminfo: memFree=30995040/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=644060 CPUtime=162.29
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 159660 0 0 0 15143 1086 0 0 25 0 1 0 130380437 659517440 157944 4089446400 4194304 7136930 140736220680080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 161015 157944 394 719 0 160294 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 644060

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.20 3/179 9812
/proc/meminfo: memFree=30771044/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=855740 CPUtime=222.29
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 214928 0 0 0 20701 1528 0 0 25 0 1 0 130380437 876277760 213212 4089446400 4194304 7136930 140736220680080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 213935 213212 394 719 0 213214 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 855740

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.19 3/179 9812
/proc/meminfo: memFree=30551384/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=1100144 CPUtime=282.29
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 270120 0 0 0 26278 1951 0 0 25 0 1 0 130380437 1126547456 268404 4089446400 4194304 7136930 140736220680080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 275036 268404 394 719 0 274315 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 1100144

[startup+342.301 s]
/proc/loadavg: 2.08 2.02 2.18 3/179 9814
/proc/meminfo: memFree=30341516/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=1299568 CPUtime=342.3
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 322218 0 0 0 31880 2350 0 0 25 0 1 0 130380437 1330757632 320502 4089446400 4194304 7136930 140736220680080 18446744073709551615 6123168 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 324892 320502 394 719 0 324171 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1299568

[startup+402.301 s]
/proc/loadavg: 2.03 2.01 2.17 3/179 9816
/proc/meminfo: memFree=30133256/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=1498564 CPUtime=402.3
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 374143 0 0 0 37500 2730 0 0 25 0 1 0 130380437 1534529536 372427 4089446400 4194304 7136930 140736220680080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 374641 372427 394 719 0 373920 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1498564

[startup+462.3 s]
/proc/loadavg: 2.01 2.00 2.15 3/179 9818
/proc/meminfo: memFree=29927360/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=1762616 CPUtime=462.3
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 425763 0 0 0 43141 3089 0 0 25 0 1 0 130380437 1804918784 424047 4089446400 4194304 7136930 140736220680080 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 440654 424047 394 719 0 439933 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1762616

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.14 3/179 9820
/proc/meminfo: memFree=29722824/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=1958732 CPUtime=522.3
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 477021 0 0 0 48736 3494 0 0 25 0 1 0 130380437 2005741568 475305 4089446400 4194304 7136930 140736220680080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 489683 475305 394 719 0 488962 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1958732

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.13 3/179 9820
/proc/meminfo: memFree=29516544/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=2154944 CPUtime=582.3
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 528221 0 0 0 54342 3888 0 0 25 0 1 0 130380437 2206662656 526505 4089446400 4194304 7136930 140736220680080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 538736 526505 394 719 0 538015 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 2154944

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.12 3/179 9822
/proc/meminfo: memFree=29310504/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=2350180 CPUtime=642.31
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 579205 0 0 0 59928 4303 0 0 25 0 1 0 130380437 2406584320 577489 4089446400 4194304 7136930 140736220680080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 587545 577489 394 719 0 586824 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 2350180

[startup+702.301 s]

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

/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 836587 0 0 0 99734 6497 0 0 25 0 1 0 130380437 3287859200 795355 4089446400 4194304 7136930 140736220680080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 802700 795355 394 719 0 801979 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 3210800

[startup+1122.3 s]
/proc/loadavg: 1.99 2.00 2.06 3/179 10017
/proc/meminfo: memFree=28047296/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=3212856 CPUtime=1122.3
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 837101 0 0 0 105559 6671 0 0 25 0 1 0 130380437 3289964544 795869 4089446400 4194304 7136930 140736220680080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 803214 795869 394 719 0 802493 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 3212856

[startup+1182.3 s]
/proc/loadavg: 1.99 2.00 2.05 3/179 10017
/proc/meminfo: memFree=27944092/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=3222472 CPUtime=1182.31
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 839824 0 0 0 111358 6873 0 0 25 0 1 0 130380437 3299811328 798335 4089446400 4194304 7136930 140736220680080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 805618 798335 394 719 0 804897 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 3222472

[startup+1242.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/179 10028
/proc/meminfo: memFree=27850100/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=3214656 CPUtime=1242.31
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 840614 0 0 0 117190 7041 0 0 25 0 1 0 130380437 3291807744 796298 4089446400 4194304 7136930 140736220680080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 803664 796298 394 719 0 802943 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 3214656

[startup+1302.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/179 10030
/proc/meminfo: memFree=27750108/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=3215080 CPUtime=1302.32
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 843082 0 0 0 123058 7174 0 0 25 0 1 0 130380437 3292241920 796453 4089446400 4194304 7136930 140736220680080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 803770 796453 394 719 0 803049 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 3215080

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 2.04 3/179 10032
/proc/meminfo: memFree=27670324/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=3214240 CPUtime=1362.31
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 844440 0 0 0 128901 7330 0 0 25 0 1 0 130380437 3291381760 796269 4089446400 4194304 7136930 140736220680080 18446744073709551615 4625683 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 803560 796269 394 719 0 802839 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 3214240

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 2.03 3/179 10034
/proc/meminfo: memFree=27584352/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=3219572 CPUtime=1422.31
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 846289 0 0 0 134716 7515 0 0 25 0 1 0 130380437 3296841728 797604 4089446400 4194304 7136930 140736220680080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 804893 797604 394 719 0 804172 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 3219572

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 10034
/proc/meminfo: memFree=27500356/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=3216684 CPUtime=1482.32
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 848792 0 0 0 140560 7672 0 0 25 0 1 0 130380437 3293884416 797023 4089446400 4194304 7136930 140736220680080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 804171 797023 394 719 0 803450 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 3216684

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 10036
/proc/meminfo: memFree=27421444/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=3216684 CPUtime=1542.31
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 851104 0 0 0 146432 7799 0 0 25 0 1 0 130380437 3293884416 797022 4089446400 4194304 7136930 140736220680080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 804171 797022 394 719 0 803450 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 3216684

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 10038
/proc/meminfo: memFree=27311916/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=3229700 CPUtime=1602.32
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 854360 0 0 0 152238 7994 0 0 25 0 1 0 130380437 3307212800 800278 4089446400 4194304 7136930 140736220680080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 807425 800278 394 719 0 806704 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 3229700

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 10040
/proc/meminfo: memFree=27222588/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=3220600 CPUtime=1662.32
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 855960 0 0 0 158161 8071 0 0 25 0 1 0 130380437 3297894400 798023 4089446400 4194304 7136930 140736220680080 18446744073709551615 5955601 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 805150 798023 394 719 0 804429 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 3220600

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10042
/proc/meminfo: memFree=27139728/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=3224368 CPUtime=1722.32
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 857250 0 0 0 164081 8151 0 0 25 0 1 0 130380437 3301752832 799056 4089446400 4194304 7136930 140736220680080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 806092 799056 394 719 0 805371 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 3224368

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10042
/proc/meminfo: memFree=27060184/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=3237496 CPUtime=1782.31
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 860535 0 0 0 169909 8322 0 0 25 0 1 0 130380437 3315195904 802341 4089446400 4194304 7136930 140736220680080 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 809374 802341 394 719 0 808653 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 3237496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10044
/proc/meminfo: memFree=27036860/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=3241608 CPUtime=1800.03
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 861565 0 0 0 171639 8364 0 0 25 0 1 0 130380437 3319406592 803371 4089446400 4194304 7136930 140736220680080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9805/statm: 810402 803371 394 719 0 809681 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 3241608

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -9805

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10045
/proc/meminfo: memFree=27036356/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=3241608 CPUtime=1801.42
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 861570 0 0 0 171778 8364 0 0 25 0 1 0 130380437 3319406592 803376 4089446400 4194304 7136930 140736220680080 18446744073709551615 6165693 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/9805/statm: 810402 803376 399 719 0 809681 0
Current children cumulated CPU time (s) 1801.42
Current children cumulated vsize (KiB) 3241608

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10045
/proc/meminfo: memFree=27036108/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=3241608 CPUtime=1801.83
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 861570 0 0 0 171819 8364 0 0 25 0 1 0 130380437 3319406592 803376 4089446400 4194304 7136930 140736220680080 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/9805/statm: 810402 803376 399 719 0 809681 0
Current children cumulated CPU time (s) 1801.83
Current children cumulated vsize (KiB) 3241608

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10045
/proc/meminfo: memFree=27036108/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=3241608 CPUtime=1802.02
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4202496 861570 0 0 0 171838 8364 0 0 25 0 1 0 130380437 3319406592 803376 4089446400 4194304 7136930 140736220680080 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/9805/statm: 810402 803376 399 719 0 809681 0
Current children cumulated CPU time (s) 1802.02
Current children cumulated vsize (KiB) 3241608

[startup+1802.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10045
/proc/meminfo: memFree=27036108/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=0 CPUtime=1802.12
/proc/9805/stat : 9805 (pbscip.linux.x8) R 9803 9805 8851 0 -1 4203524 861570 0 0 0 171839 8373 0 0 25 0 1 0 130380437 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/9805/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.11
CPU time (s): 1802.13
CPU user time (s): 1718.39
CPU system time (s): 83.7413
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 3241608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1718.39
system time used= 83.7413
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 861570
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= 1742

runsolver used 2.71759 second user time and 5.78812 second system time

The end

Launcher Data

Begin job on node126 at 2010-06-30 11:40:41
IDJOB=2693721
IDBENCH=78687
IDSOLVER=1206
FILE ID=node126/2693721-1277890841
PBS_JOBID= 11197101
Free space on /tmp= 74192 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl15_25_pb.cnf.cr--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-2693721-1277890841/watcher-2693721-1277890841 -o /tmp/evaluation-result-2693721-1277890841/solver-2693721-1277890841 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693721-1277890841.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 4fda08e2dc650152cad1c676f7fa8f96
RANDOM SEED=1051026836

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.835
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.72
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.835
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.82
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.835
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.835
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:     32950928 kB
MemFree:      31622032 kB
Buffers:        171456 kB
Cached:         918392 kB
SwapCached:          0 kB
Active:         534392 kB
Inactive:       652076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31622032 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2728 kB
Writeback:           0 kB
AnonPages:       96720 kB
Mapped:          15756 kB
Slab:            77764 kB
PageTables:       4660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   240244 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74188 MiB
End job on node126 at 2010-06-30 12:10:43