Trace number 2693712

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl30_40_pb.cnf.cr--soft-33-100-0.wbo
MD5SUMb66fe868eb6fadcfec17a324e77ec452
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark0.151976
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2400
Total number of constraints140
Number of soft constraints97
Number of constraints which are clauses80
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint40
Top cost 4448
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4447
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 41
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693712-1277971299.wbo>
0.00/0.01	c original problem has 2594 variables (2497 bin, 0 int, 0 impl, 97 cont) and 238 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.01	c presolving:
0.00/0.02	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 97 impls, 16 clqs
0.00/0.02	c (round 2) 0 del vars, 1 del conss, 97 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 97 impls, 16 clqs
0.00/0.02	c (round 3) 0 del vars, 1 del conss, 97 chg bounds, 0 chg sides, 0 chg coeffs, 27 upgd conss, 97 impls, 16 clqs
0.00/0.02	c (round 4) 0 del vars, 1 del conss, 97 chg bounds, 0 chg sides, 0 chg coeffs, 43 upgd conss, 97 impls, 16 clqs
0.02/0.04	c    (0.0s) probing: 101/2497 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.02/0.04	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.02/0.04	c presolving (5 rounds):
0.02/0.04	c  0 deleted vars, 1 deleted constraints, 97 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.02/0.04	c  97 implications, 16 cliques
0.02/0.04	c presolved problem has 2594 variables (2497 bin, 0 int, 0 impl, 97 cont) and 237 constraints
0.02/0.04	c      97 constraints of type <indicator>
0.02/0.04	c      16 constraints of type <setppc>
0.02/0.04	c      97 constraints of type <linear>
0.02/0.04	c      27 constraints of type <logicor>
0.02/0.04	c transformed objective value is always integral (scale: 1)
0.02/0.04	c Presolving Time: 0.02
0.02/0.04	c - non default parameters ----------------------------------------------------------------------
0.02/0.04	c # SCIP version 1.2.1.2
0.02/0.04	c 
0.02/0.04	c # frequency for displaying node information lines
0.02/0.04	c # [type: int, range: [-1,2147483647], default: 100]
0.02/0.04	c display/freq = 10000
0.02/0.04	c 
0.02/0.04	c # maximal time in seconds to run
0.02/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.04	c limits/time = 1800
0.02/0.04	c 
0.02/0.04	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.02/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.04	c limits/memory = 3420
0.02/0.04	c 
0.02/0.04	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.02/0.04	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.04	c lp/solvefreq = -1
0.02/0.04	c 
0.02/0.04	c # should presolving try to simplify inequalities
0.02/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.04	c constraints/linear/simplifyinequalities = TRUE
0.02/0.04	c 
0.02/0.04	c # should presolving try to simplify knapsacks
0.02/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.04	c constraints/knapsack/simplifyinequalities = TRUE
0.02/0.04	c 
0.02/0.04	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.02/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.04	c separating/rapidlearning/freq = 0
0.02/0.04	c 
0.02/0.04	c -----------------------------------------------------------------------------------------------
0.02/0.04	c start solving
0.02/0.04	c 
0.02/0.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.02/0.04	c   0.0s|     1 |     2 |     0 |     - |4938k|   0 |   - |2594 | 237 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.78/1.80	c   1.6s| 10000 |  9943 |     0 |   0.0 |8623k|2052 |   - |2594 | 392 |   0 |   0 |   0 | 286 |   0 | 0.000000e+00 |      --      |    Inf 
3.79/3.80	c   3.5s| 20000 | 19856 |     0 |   0.0 |  11M|2052 |   - |2594 | 466 |   0 |   0 |   0 | 721 |   0 | 0.000000e+00 |      --      |    Inf 
5.79/5.84	c   5.3s| 30000 | 29777 |     0 |   0.0 |  14M|2052 |   - |2594 | 561 |   0 |   0 |   0 |1121 |   0 | 0.000000e+00 |      --      |    Inf 
7.88/7.90	c   7.2s| 40000 | 39695 |     0 |   0.0 |  17M|2052 |   - |2594 | 594 |   0 |   0 |   0 |1533 |   0 | 0.000000e+00 |      --      |    Inf 
9.89/9.94	c   9.1s| 50000 | 49625 |     0 |   0.0 |  20M|2052 |   - |2594 | 603 |   0 |   0 |   0 |1883 |   0 | 0.000000e+00 |      --      |    Inf 
11.88/11.97	c  11.0s| 60000 | 59547 |     0 |   0.0 |  23M|2052 |   - |2594 | 673 |   0 |   0 |   0 |2278 |   0 | 0.000000e+00 |      --      |    Inf 
13.89/13.99	c  12.9s| 70000 | 69463 |     0 |   0.0 |  26M|2052 |   - |2594 | 725 |   0 |   0 |   0 |2727 |   0 | 0.000000e+00 |      --      |    Inf 
15.89/15.99	c  14.7s| 80000 | 79382 |     0 |   0.0 |  29M|2052 |   - |2594 | 784 |   0 |   0 |   0 |3137 |   0 | 0.000000e+00 |      --      |    Inf 
17.88/17.97	c  16.6s| 90000 | 89281 |     0 |   0.0 |  32M|2052 |   - |2594 | 876 |   0 |   0 |   0 |3646 |   0 | 0.000000e+00 |      --      |    Inf 
19.89/19.94	c  18.4s|100000 | 99179 |     0 |   0.0 |  35M|2052 |   - |2594 | 886 |   0 |   0 |   0 |4154 |   0 | 0.000000e+00 |      --      |    Inf 
21.78/21.88	c  20.2s|110000 |109078 |     0 |   0.0 |  38M|2052 |   - |2594 | 892 |   0 |   0 |   0 |4664 |   0 | 0.000000e+00 |      --      |    Inf 
23.78/23.80	c  21.9s|120000 |118982 |     0 |   0.0 |  41M|2052 |   - |2594 | 886 |   0 |   0 |   0 |5144 |   0 | 0.000000e+00 |      --      |    Inf 
25.69/25.70	c  23.7s|130000 |128880 |     0 |   0.0 |  44M|2052 |   - |2594 | 904 |   0 |   0 |   0 |5663 |   0 | 0.000000e+00 |      --      |    Inf 
27.49/27.59	c  25.4s|140000 |138776 |     0 |   0.0 |  47M|2052 |   - |2594 | 929 |   0 |   0 |   0 |6183 |   0 | 0.000000e+00 |      --      |    Inf 
29.48/29.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.48/29.50	c  27.1s|150000 |148661 |     0 |   0.0 |  50M|2052 |   - |2594 | 978 |   0 |   0 |   0 |6778 |   0 | 0.000000e+00 |      --      |    Inf 
31.28/31.38	c  28.9s|160000 |158540 |     0 |   0.0 |  53M|2052 |   - |2594 |1008 |   0 |   0 |   0 |7394 |   0 | 0.000000e+00 |      --      |    Inf 
33.18/33.22	c  30.5s|170000 |168428 |     0 |   0.0 |  56M|2052 |   - |2594 |1030 |   0 |   0 |   0 |7979 |   0 | 0.000000e+00 |      --      |    Inf 
34.98/35.05	c  32.2s|180000 |178329 |     0 |   0.0 |  59M|2052 |   - |2594 |1012 |   0 |   0 |   0 |8483 |   0 | 0.000000e+00 |      --      |    Inf 
36.79/36.86	c  33.8s|190000 |188202 |     0 |   0.0 |  62M|2052 |   - |2594 |1079 |   0 |   0 |   0 |9140 |   0 | 0.000000e+00 |      --      |    Inf 
38.59/38.67	c  35.5s|200000 |198082 |     0 |   0.0 |  65M|2052 |   - |2594 |1059 |   0 |   0 |   0 |9760 |   0 | 0.000000e+00 |      --      |    Inf 
40.39/40.47	c  37.1s|210000 |207965 |     0 |   0.0 |  69M|2052 |   - |2594 |1097 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
42.19/42.21	c  38.7s|220000 |217839 |     0 |   0.0 |  72M|2052 |   - |2594 |1162 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
43.89/43.98	c  40.3s|230000 |227698 |     0 |   0.0 |  75M|2052 |   - |2594 |1161 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
45.69/45.73	c  41.9s|240000 |237574 |     0 |   0.0 |  78M|2052 |   - |2594 |1036 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
47.68/47.75	c  43.8s|250000 |246950 |     0 |   0.0 |  82M|2052 |   - |2594 |1066 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
49.88/49.90	c  45.8s|260000 |255877 |     0 |   0.0 |  87M|2052 |   - |2594 |1037 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
51.78/51.85	c  47.5s|270000 |264834 |     0 |   0.0 |  93M|2052 |   - |2594 | 985 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
53.49/53.59	c  49.1s|280000 |273780 |     0 |   0.0 |  98M|2052 |   - |2594 |1007 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
54.99/55.09	c  50.4s|290000 |282744 |     0 |   0.0 | 102M|2052 |   - |2594 | 980 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
56.78/56.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
56.78/56.82	c  52.0s|300000 |291933 |     0 |   0.0 | 107M|2052 |   - |2594 |1055 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
58.69/58.77	c  53.7s|310000 |301852 |     0 |   0.0 | 109M|2052 |   - |2594 | 952 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
60.69/60.74	c  55.6s|320000 |311771 |     0 |   0.0 | 112M|2052 |   - |2594 | 952 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
62.69/62.74	c  57.4s|330000 |321685 |     0 |   0.0 | 115M|2052 |   - |2594 | 920 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
64.68/64.76	c  59.3s|340000 |331588 |     0 |   0.0 | 118M|2052 |   - |2594 | 917 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
66.69/66.77	c  61.1s|350000 |341506 |     0 |   0.0 | 121M|2052 |   - |2594 | 880 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
68.69/68.78	c  63.0s|360000 |351433 |     0 |   0.0 | 124M|2052 |   - |2594 | 836 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
70.78/70.80	c  64.8s|370000 |361356 |     0 |   0.0 | 127M|2052 |   - |2594 | 845 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
72.78/72.82	c  66.6s|380000 |371278 |     0 |   0.0 | 130M|2052 |   - |2594 | 855 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
74.79/74.83	c  68.4s|390000 |381205 |     0 |   0.0 | 133M|2052 |   - |2594 | 817 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
76.79/76.86	c  70.2s|400000 |391120 |     0 |   0.0 | 135M|2052 |   - |2594 | 790 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
78.78/78.89	c  72.1s|410000 |401036 |     0 |   0.0 | 138M|2052 |   - |2594 | 779 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
80.78/80.89	c  73.9s|420000 |410957 |     0 |   0.0 | 141M|2052 |   - |2594 | 805 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
82.89/82.92	c  75.8s|430000 |420882 |     0 |   0.0 | 144M|2052 |   - |2594 | 771 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
84.89/84.95	c  77.6s|440000 |430801 |     0 |   0.0 | 147M|2052 |   - |2594 | 783 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
86.89/86.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
86.89/86.97	c  79.4s|450000 |440708 |     0 |   0.0 | 150M|2052 |   - |2594 | 829 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
88.89/88.98	c  81.2s|460000 |450618 |     0 |   0.0 | 153M|2052 |   - |2594 | 866 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
90.89/90.98	c  83.1s|470000 |460542 |     0 |   0.0 | 156M|2052 |   - |2594 | 855 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
92.89/92.99	c  84.9s|480000 |470462 |     0 |   0.0 | 159M|2052 |   - |2594 | 868 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
94.89/94.99	c  86.7s|490000 |480394 |     0 |   0.0 | 161M|2052 |   - |2594 | 803 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
96.99/97.01	c  88.6s|500000 |490303 |     0 |   0.0 | 164M|2052 |   - |2594 | 853 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
99.00/99.03	c  90.4s|510000 |500219 |     0 |   0.0 | 167M|2052 |   - |2594 | 887 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
100.99/101.04	c  92.2s|520000 |510134 |     0 |   0.0 | 170M|2052 |   - |2594 | 880 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
102.99/103.05	c  94.1s|530000 |520053 |     0 |   0.0 | 173M|2052 |   - |2594 | 841 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
104.99/105.07	c  95.9s|540000 |529971 |     0 |   0.0 | 176M|2052 |   - |2594 | 821 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
106.98/107.08	c  97.7s|550000 |539901 |     0 |   0.0 | 179M|2052 |   - |2594 | 785 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
108.98/109.09	c  99.5s|560000 |549822 |     0 |   0.0 | 182M|2052 |   - |2594 | 809 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
111.09/111.12	c   101s|570000 |559719 |     0 |   0.0 | 185M|2052 |   - |2594 | 839 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
113.09/113.14	c   103s|580000 |569642 |     0 |   0.0 | 187M|2052 |   - |2594 | 824 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
115.09/115.16	c   105s|590000 |579564 |     0 |   0.0 | 190M|2052 |   - |2594 | 820 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
117.19/117.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
117.19/117.20	c   107s|600000 |589468 |     0 |   0.0 | 193M|2052 |   - |2594 | 841 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
119.18/119.22	c   109s|610000 |599382 |     0 |   0.0 | 196M|2052 |   - |2594 | 829 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
121.19/121.25	c   111s|620000 |609297 |     0 |   0.0 | 199M|2052 |   - |2594 | 887 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
123.19/123.27	c   112s|630000 |619206 |     0 |   0.0 | 202M|2052 |   - |2594 | 895 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
125.19/125.28	c   114s|640000 |629123 |     0 |   0.0 | 205M|2052 |   - |2594 | 892 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
127.18/127.29	c   116s|650000 |639051 |     0 |   0.0 | 208M|2052 |   - |2594 | 898 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
129.29/129.32	c   118s|660000 |648964 |     0 |   0.0 | 211M|2052 |   - |2594 | 938 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
131.29/131.33	c   120s|670000 |658896 |     0 |   0.0 | 213M|2052 |   - |2594 | 911 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
133.29/133.36	c   122s|680000 |668807 |     0 |   0.0 | 216M|2052 |   - |2594 | 970 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
135.29/135.38	c   124s|690000 |678728 |     0 |   0.0 | 219M|2052 |   - |2594 | 931 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
137.40/137.43	c   125s|700000 |688645 |     0 |   0.0 | 222M|2052 |   - |2594 | 935 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
139.38/139.44	c   127s|710000 |698578 |     0 |   0.0 | 225M|2052 |   - |2594 | 938 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
141.39/141.46	c   129s|720000 |708499 |     0 |   0.0 | 228M|2052 |   - |2594 | 933 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
143.39/143.49	c   131s|730000 |718427 |     0 |   0.0 | 231M|2052 |   - |2594 | 900 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
145.49/145.53	c   133s|740000 |728356 |     0 |   0.0 | 233M|2052 |   - |2594 | 918 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
147.49/147.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
147.49/147.55	c   135s|750000 |738277 |     0 |   0.0 | 236M|2052 |   - |2594 | 905 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
149.50/149.58	c   136s|760000 |748195 |     0 |   0.0 | 239M|2052 |   - |2594 | 945 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
151.59/151.61	c   138s|770000 |758134 |     0 |   0.0 | 242M|2052 |   - |2594 | 860 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
153.59/153.64	c   140s|780000 |768056 |     0 |   0.0 | 245M|2052 |   - |2594 | 908 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
155.59/155.67	c   142s|790000 |777968 |     0 |   0.0 | 248M|2052 |   - |2594 | 927 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
157.69/157.70	c   144s|800000 |787894 |     0 |   0.0 | 251M|2052 |   - |2594 | 888 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
159.69/159.71	c   146s|810000 |797828 |     0 |   0.0 | 253M|2052 |   - |2594 | 867 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
161.70/161.75	c   147s|820000 |807749 |     0 |   0.0 | 256M|2052 |   - |2594 | 890 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
163.69/163.77	c   149s|830000 |817671 |     0 |   0.0 | 259M|2052 |   - |2594 | 888 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
165.79/165.83	c   151s|840000 |827581 |     0 |   0.0 | 262M|2052 |   - |2594 | 904 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
167.79/167.82	c   153s|850000 |837516 |     0 |   0.0 | 265M|2052 |   - |2594 | 881 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
169.79/169.84	c   155s|860000 |847444 |     0 |   0.0 | 268M|2052 |   - |2594 | 895 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
171.79/171.83	c   157s|870000 |857373 |     0 |   0.0 | 271M|2052 |   - |2594 | 857 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
173.80/173.85	c   159s|880000 |867294 |     0 |   0.0 | 273M|2052 |   - |2594 | 876 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
175.79/175.87	c   160s|890000 |877214 |     0 |   0.0 | 276M|2052 |   - |2594 | 864 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
177.79/177.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
177.79/177.89	c   162s|900000 |887118 |     0 |   0.0 | 279M|2052 |   - |2594 | 886 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
179.89/179.93	c   164s|910000 |897035 |     0 |   0.0 | 282M|2052 |   - |2594 | 893 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
181.89/181.94	c   166s|920000 |906966 |     0 |   0.0 | 285M|2052 |   - |2594 | 874 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
183.89/183.94	c   168s|930000 |916891 |     0 |   0.0 | 288M|2052 |   - |2594 | 908 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
185.89/185.94	c   170s|940000 |926823 |     0 |   0.0 | 290M|2052 |   - |2594 | 901 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
187.89/187.95	c   171s|950000 |936738 |     0 |   0.0 | 293M|2052 |   - |2594 | 942 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
189.89/189.98	c   173s|960000 |946658 |     0 |   0.0 | 296M|2052 |   - |2594 | 915 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
191.99/192.00	c   175s|970000 |956576 |     0 |   0.0 | 299M|2052 |   - |2594 | 962 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
193.99/194.02	c   177s|980000 |966489 |     0 |   0.0 | 302M|2052 |   - |2594 | 923 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
195.99/196.05	c   179s|990000 |976396 |     0 |   0.0 | 305M|2052 |   - |2594 | 974 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
198.00/198.08	c   181s|  1000k|986315 |     0 |   0.0 | 308M|2052 |   - |2594 | 967 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
200.10/200.10	c   182s|  1010k|996227 |     0 |   0.0 | 310M|2052 |   - |2594 | 974 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
202.09/202.12	c   184s|  1020k|  1006k|     0 |   0.0 | 313M|2052 |   - |2594 |1037 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
204.09/204.12	c   186s|  1030k|  1016k|     0 |   0.0 | 316M|2052 |   - |2594 | 955 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
206.09/206.15	c   188s|  1040k|  1025k|     0 |   0.0 | 319M|2052 |   - |2594 | 918 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
208.09/208.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
208.09/208.16	c   190s|  1050k|  1035k|     0 |   0.0 | 322M|2052 |   - |2594 | 909 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
210.10/210.18	c   192s|  1060k|  1045k|     0 |   0.0 | 325M|2052 |   - |2594 | 942 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
212.10/212.20	c   193s|  1070k|  1055k|     0 |   0.0 | 328M|2052 |   - |2594 | 898 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
214.19/214.22	c   195s|  1080k|  1065k|     0 |   0.0 | 330M|2052 |   - |2594 | 940 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
216.19/216.23	c   197s|  1090k|  1075k|     0 |   0.0 | 333M|2052 |   - |2594 | 900 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
218.19/218.25	c   199s|  1100k|  1085k|     0 |   0.0 | 336M|2052 |   - |2594 | 915 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
220.19/220.27	c   201s|  1110k|  1095k|     0 |   0.0 | 339M|2052 |   - |2594 | 921 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
222.20/222.29	c   203s|  1120k|  1105k|     0 |   0.0 | 342M|2052 |   - |2594 | 889 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
224.19/224.29	c   205s|  1130k|  1115k|     0 |   0.0 | 345M|2052 |   - |2594 | 897 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
226.29/226.30	c   206s|  1140k|  1125k|     0 |   0.0 | 348M|2052 |   - |2594 | 895 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
228.29/228.32	c   208s|  1150k|  1135k|     0 |   0.0 | 350M|2052 |   - |2594 | 916 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
230.29/230.34	c   210s|  1160k|  1144k|     0 |   0.0 | 353M|2052 |   - |2594 | 913 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
232.29/232.37	c   212s|  1170k|  1154k|     0 |   0.0 | 356M|2052 |   - |2594 | 908 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
234.30/234.38	c   214s|  1180k|  1164k|     0 |   0.0 | 359M|2052 |   - |2594 | 943 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
236.29/236.40	c   216s|  1190k|  1174k|     0 |   0.0 | 362M|2052 |   - |2594 | 946 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
238.39/238.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
238.39/238.41	c   217s|  1200k|  1184k|     0 |   0.0 | 365M|2052 |   - |2594 | 887 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
240.39/240.44	c   219s|  1210k|  1194k|     0 |   0.0 | 368M|2052 |   - |2594 | 933 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
242.40/242.44	c   221s|  1220k|  1204k|     0 |   0.0 | 370M|2052 |   - |2594 | 957 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
244.39/244.46	c   223s|  1230k|  1214k|     0 |   0.0 | 373M|2052 |   - |2594 | 943 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
246.39/246.46	c   225s|  1240k|  1224k|     0 |   0.0 | 376M|2052 |   - |2594 | 950 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
248.39/248.48	c   227s|  1250k|  1234k|     0 |   0.0 | 379M|2052 |   - |2594 | 950 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
250.49/250.50	c   228s|  1260k|  1244k|     0 |   0.0 | 382M|2052 |   - |2594 | 936 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
252.49/252.54	c   230s|  1270k|  1254k|     0 |   0.0 | 385M|2052 |   - |2594 | 977 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
254.49/254.56	c   232s|  1280k|  1264k|     0 |   0.0 | 388M|2052 |   - |2594 | 948 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
256.49/256.60	c   234s|  1290k|  1273k|     0 |   0.0 | 390M|2052 |   - |2594 | 954 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
258.59/258.60	c   236s|  1300k|  1283k|     0 |   0.0 | 393M|2052 |   - |2594 | 974 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
260.60/260.61	c   238s|  1310k|  1293k|     0 |   0.0 | 396M|2052 |   - |2594 | 918 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
262.60/262.63	c   239s|  1320k|  1303k|     0 |   0.0 | 399M|2052 |   - |2594 | 974 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
264.60/264.64	c   241s|  1330k|  1313k|     0 |   0.0 | 402M|2052 |   - |2594 | 980 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
266.59/266.65	c   243s|  1340k|  1323k|     0 |   0.0 | 405M|2052 |   - |2594 | 957 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
268.60/268.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
268.60/268.67	c   245s|  1350k|  1333k|     0 |   0.0 | 408M|2052 |   - |2594 | 948 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
270.60/270.66	c   247s|  1360k|  1343k|     0 |   0.0 | 411M|2052 |   - |2594 | 948 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
272.59/272.66	c   249s|  1370k|  1353k|     0 |   0.0 | 413M|2052 |   - |2594 | 989 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
274.59/274.67	c   250s|  1380k|  1363k|     0 |   0.0 | 416M|2052 |   - |2594 | 986 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
276.59/276.67	c   252s|  1390k|  1373k|     0 |   0.0 | 419M|2052 |   - |2594 |1012 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
278.69/278.71	c   254s|  1400k|  1383k|     0 |   0.0 | 422M|2052 |   - |2594 |1019 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
280.69/280.74	c   256s|  1410k|  1392k|     0 |   0.0 | 425M|2052 |   - |2594 | 983 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
282.70/282.75	c   258s|  1420k|  1402k|     0 |   0.0 | 428M|2052 |   - |2594 | 992 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
284.69/284.78	c   260s|  1430k|  1412k|     0 |   0.0 | 431M|2052 |   - |2594 | 964 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
286.79/286.80	c   261s|  1440k|  1422k|     0 |   0.0 | 434M|2052 |   - |2594 | 963 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
288.80/288.80	c   263s|  1450k|  1432k|     0 |   0.0 | 436M|2052 |   - |2594 | 988 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
290.80/290.84	c   265s|  1460k|  1442k|     0 |   0.0 | 439M|2052 |   - |2594 | 955 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
292.79/292.84	c   267s|  1470k|  1452k|     0 |   0.0 | 442M|2052 |   - |2594 | 948 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
294.80/294.87	c   269s|  1480k|  1462k|     0 |   0.0 | 445M|2052 |   - |2594 | 956 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
296.79/296.86	c   271s|  1490k|  1472k|     0 |   0.0 | 448M|2052 |   - |2594 | 969 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
298.90/298.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
298.90/298.90	c   272s|  1500k|  1482k|     0 |   0.0 | 451M|2052 |   - |2594 |1021 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
300.89/300.93	c   274s|  1510k|  1492k|     0 |   0.0 | 454M|2052 |   - |2594 |1010 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
302.90/302.98	c   276s|  1520k|  1502k|     0 |   0.0 | 457M|2052 |   - |2594 |1052 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
304.99/305.01	c   278s|  1530k|  1512k|     0 |   0.0 | 459M|2052 |   - |2594 |1051 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
307.00/307.02	c   280s|  1540k|  1521k|     0 |   0.0 | 462M|2052 |   - |2594 |1060 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
309.00/309.06	c   282s|  1550k|  1531k|     0 |   0.0 | 465M|2052 |   - |2594 |1075 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
310.99/311.08	c   283s|  1560k|  1541k|     0 |   0.0 | 468M|2052 |   - |2594 |1044 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
313.09/313.10	c   285s|  1570k|  1551k|     0 |   0.0 | 471M|2052 |   - |2594 |1083 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
315.10/315.12	c   287s|  1580k|  1561k|     0 |   0.0 | 474M|2052 |   - |2594 |1105 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
317.10/317.17	c   289s|  1590k|  1571k|     0 |   0.0 | 477M|2052 |   - |2594 |1072 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
319.19/319.20	c   291s|  1600k|  1581k|     0 |   0.0 | 479M|2052 |   - |2594 |1043 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
321.20/321.20	c   293s|  1610k|  1591k|     0 |   0.0 | 482M|2052 |   - |2594 |1022 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
323.19/323.21	c   294s|  1620k|  1601k|     0 |   0.0 | 485M|2052 |   - |2594 | 994 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
325.20/325.23	c   296s|  1630k|  1611k|     0 |   0.0 | 488M|2052 |   - |2594 |1012 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
327.20/327.26	c   298s|  1640k|  1621k|     0 |   0.0 | 491M|2052 |   - |2594 | 990 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
329.19/329.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
329.19/329.26	c   300s|  1650k|  1631k|     0 |   0.0 | 494M|2052 |   - |2594 | 977 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
331.20/331.27	c   302s|  1660k|  1641k|     0 |   0.0 | 497M|2052 |   - |2594 | 977 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
333.20/333.28	c   304s|  1670k|  1650k|     0 |   0.0 | 499M|2052 |   - |2594 | 934 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
335.30/335.31	c   306s|  1680k|  1660k|     0 |   0.0 | 502M|2052 |   - |2594 | 970 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
337.29/337.32	c   307s|  1690k|  1670k|     0 |   0.0 | 505M|2052 |   - |2594 | 967 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
339.29/339.32	c   309s|  1700k|  1680k|     0 |   0.0 | 508M|2052 |   - |2594 | 968 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
341.30/341.33	c   311s|  1710k|  1690k|     0 |   0.0 | 511M|2052 |   - |2594 | 973 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
343.29/343.33	c   313s|  1720k|  1700k|     0 |   0.0 | 514M|2052 |   - |2594 | 982 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
345.30/345.34	c   315s|  1730k|  1710k|     0 |   0.0 | 517M|2052 |   - |2594 | 968 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
347.30/347.34	c   316s|  1740k|  1720k|     0 |   0.0 | 520M|2052 |   - |2594 | 993 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
349.30/349.34	c   318s|  1750k|  1730k|     0 |   0.0 | 522M|2052 |   - |2594 |1007 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
351.30/351.36	c   320s|  1760k|  1740k|     0 |   0.0 | 525M|2052 |   - |2594 |1063 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
353.30/353.37	c   322s|  1770k|  1750k|     0 |   0.0 | 528M|2052 |   - |2594 |1037 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
355.30/355.37	c   324s|  1780k|  1760k|     0 |   0.0 | 531M|2052 |   - |2594 | 985 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
357.29/357.38	c   326s|  1790k|  1769k|     0 |   0.0 | 534M|2052 |   - |2594 |1022 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
359.29/359.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
359.29/359.39	c   327s|  1800k|  1779k|     0 |   0.0 | 537M|2052 |   - |2594 | 972 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
361.40/361.40	c   329s|  1810k|  1789k|     0 |   0.0 | 540M|2052 |   - |2594 | 969 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
363.29/363.39	c   331s|  1820k|  1799k|     0 |   0.0 | 543M|2052 |   - |2594 | 972 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
365.29/365.39	c   333s|  1830k|  1809k|     0 |   0.0 | 545M|2052 |   - |2594 |1024 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
367.30/367.40	c   335s|  1840k|  1819k|     0 |   0.0 | 548M|2052 |   - |2594 |1000 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
369.40/369.42	c   337s|  1850k|  1829k|     0 |   0.0 | 551M|2052 |   - |2594 | 983 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
371.40/371.43	c   338s|  1860k|  1839k|     0 |   0.0 | 554M|2052 |   - |2594 | 994 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
373.39/373.45	c   340s|  1870k|  1849k|     0 |   0.0 | 557M|2052 |   - |2594 | 997 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
375.40/375.47	c   342s|  1880k|  1859k|     0 |   0.0 | 560M|2052 |   - |2594 |1076 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
377.39/377.49	c   344s|  1890k|  1869k|     0 |   0.0 | 563M|2052 |   - |2594 |1096 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
379.50/379.52	c   346s|  1900k|  1879k|     0 |   0.0 | 565M|2052 |   - |2594 |1027 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
381.49/381.52	c   348s|  1910k|  1888k|     0 |   0.0 | 568M|2052 |   - |2594 |1059 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
383.49/383.55	c   349s|  1920k|  1898k|     0 |   0.0 | 571M|2052 |   - |2594 |1039 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
385.50/385.56	c   351s|  1930k|  1908k|     0 |   0.0 | 574M|2052 |   - |2594 |1035 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
387.50/387.58	c   353s|  1940k|  1918k|     0 |   0.0 | 577M|2052 |   - |2594 |1059 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
389.50/389.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
389.50/389.59	c   355s|  1950k|  1928k|     0 |   0.0 | 580M|2052 |   - |2594 |1036 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
391.50/391.58	c   357s|  1960k|  1938k|     0 |   0.0 | 583M|2052 |   - |2594 |1026 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
393.49/393.58	c   358s|  1970k|  1948k|     0 |   0.0 | 586M|2052 |   - |2594 |1057 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
395.50/395.59	c   360s|  1980k|  1958k|     0 |   0.0 | 589M|2052 |   - |2594 |1036 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
397.60/397.60	c   362s|  1990k|  1968k|     0 |   0.0 | 591M|2052 |   - |2594 |1004 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
399.60/399.63	c   364s|  2000k|  1978k|     0 |   0.0 | 594M|2052 |   - |2594 |1057 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
401.60/401.64	c   366s|  2010k|  1988k|     0 |   0.0 | 597M|2052 |   - |2594 |1044 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
403.60/403.64	c   368s|  2020k|  1998k|     0 |   0.0 | 600M|2052 |   - |2594 |1036 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
405.59/405.66	c   369s|  2030k|  2007k|     0 |   0.0 | 603M|2052 |   - |2594 |1008 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
407.60/407.66	c   371s|  2040k|  2017k|     0 |   0.0 | 606M|2052 |   - |2594 |1026 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
409.60/409.66	c   373s|  2050k|  2027k|     0 |   0.0 | 609M|2052 |   - |2594 |1022 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
411.59/411.67	c   375s|  2060k|  2037k|     0 |   0.0 | 611M|2052 |   - |2594 |1053 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
413.60/413.65	c   377s|  2070k|  2047k|     0 |   0.0 | 614M|2052 |   - |2594 |1035 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
415.60/415.69	c   379s|  2080k|  2057k|     0 |   0.0 | 617M|2052 |   - |2594 |1024 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
417.70/417.70	c   380s|  2090k|  2067k|     0 |   0.0 | 620M|2052 |   - |2594 | 998 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
419.70/419.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
419.70/419.72	c   382s|  2100k|  2077k|     0 |   0.0 | 623M|2052 |   - |2594 |1006 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
421.70/421.74	c   384s|  2110k|  2087k|     0 |   0.0 | 626M|2052 |   - |2594 |1006 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
423.70/423.74	c   386s|  2120k|  2097k|     0 |   0.0 | 629M|2052 |   - |2594 | 988 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
425.71/425.76	c   388s|  2130k|  2107k|     0 |   0.0 | 632M|2052 |   - |2594 | 972 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
427.70/427.76	c   390s|  2140k|  2117k|     0 |   0.0 | 634M|2052 |   - |2594 | 989 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
429.70/429.73	c   391s|  2150k|  2127k|     0 |   0.0 | 637M|2052 |   - |2594 | 963 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
431.70/431.73	c   393s|  2160k|  2136k|     0 |   0.0 | 640M|2052 |   - |2594 | 955 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
433.69/433.73	c   395s|  2170k|  2146k|     0 |   0.0 | 643M|2052 |   - |2594 | 959 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
435.70/435.73	c   397s|  2180k|  2156k|     0 |   0.0 | 646M|2052 |   - |2594 | 975 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
437.70/437.75	c   399s|  2190k|  2166k|     0 |   0.0 | 649M|2052 |   - |2594 | 951 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
439.70/439.75	c   400s|  2200k|  2176k|     0 |   0.0 | 652M|2052 |   - |2594 | 951 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
441.70/441.73	c   402s|  2210k|  2186k|     0 |   0.0 | 655M|2052 |   - |2594 | 980 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
443.69/443.74	c   404s|  2220k|  2196k|     0 |   0.0 | 657M|2052 |   - |2594 | 931 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
445.69/445.76	c   406s|  2230k|  2206k|     0 |   0.0 | 660M|2052 |   - |2594 | 938 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
447.70/447.76	c   408s|  2240k|  2216k|     0 |   0.0 | 663M|2052 |   - |2594 | 930 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
449.69/449.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
449.69/449.74	c   410s|  2250k|  2226k|     0 |   0.0 | 666M|2052 |   - |2594 | 908 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
451.70/451.75	c   411s|  2260k|  2236k|     0 |   0.0 | 669M|2052 |   - |2594 | 910 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
453.70/453.77	c   413s|  2270k|  2246k|     0 |   0.0 | 672M|2052 |   - |2594 | 942 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
455.70/455.77	c   415s|  2280k|  2255k|     0 |   0.0 | 675M|2052 |   - |2594 | 885 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
457.70/457.78	c   417s|  2290k|  2265k|     0 |   0.0 | 678M|2052 |   - |2594 | 944 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
459.70/459.78	c   419s|  2300k|  2275k|     0 |   0.0 | 680M|2052 |   - |2594 | 937 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
461.70/461.78	c   420s|  2310k|  2285k|     0 |   0.0 | 683M|2052 |   - |2594 | 943 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
463.79/463.80	c   422s|  2320k|  2295k|     0 |   0.0 | 686M|2052 |   - |2594 |1012 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
465.70/465.79	c   424s|  2330k|  2305k|     0 |   0.0 | 689M|2052 |   - |2594 |1014 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
467.70/467.79	c   426s|  2340k|  2315k|     0 |   0.0 | 692M|2052 |   - |2594 | 990 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
469.71/469.78	c   428s|  2350k|  2325k|     0 |   0.0 | 695M|2052 |   - |2594 |1027 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
471.70/471.79	c   430s|  2360k|  2335k|     0 |   0.0 | 698M|2052 |   - |2594 |1079 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
473.80/473.81	c   431s|  2370k|  2345k|     0 |   0.0 | 701M|2052 |   - |2594 |1126 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
475.80/475.81	c   433s|  2380k|  2355k|     0 |   0.0 | 703M|2052 |   - |2594 |1062 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
477.80/477.82	c   435s|  2390k|  2364k|     0 |   0.0 | 706M|2052 |   - |2594 |1073 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
479.80/479.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
479.80/479.80	c   437s|  2400k|  2374k|     0 |   0.0 | 709M|2052 |   - |2594 |1047 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
481.81/481.80	c   439s|  2410k|  2384k|     0 |   0.0 | 712M|2052 |   - |2594 |1049 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
483.80/483.81	c   440s|  2420k|  2394k|     0 |   0.0 | 715M|2052 |   - |2594 |1004 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
485.80/485.81	c   442s|  2430k|  2404k|     0 |   0.0 | 718M|2052 |   - |2594 |1002 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
487.80/487.81	c   444s|  2440k|  2414k|     0 |   0.0 | 721M|2052 |   - |2594 | 990 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
489.80/489.83	c   446s|  2450k|  2424k|     0 |   0.0 | 724M|2052 |   - |2594 |1005 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
491.80/491.86	c   448s|  2460k|  2434k|     0 |   0.0 | 727M|2052 |   - |2594 | 966 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
493.80/493.88	c   450s|  2470k|  2444k|     0 |   0.0 | 729M|2052 |   - |2594 | 935 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
495.90/495.92	c   451s|  2480k|  2454k|     0 |   0.0 | 732M|2052 |   - |2594 |1030 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
497.91/497.92	c   453s|  2490k|  2464k|     0 |   0.0 | 735M|2052 |   - |2594 | 974 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
499.90/499.93	c   455s|  2500k|  2474k|     0 |   0.0 | 738M|2052 |   - |2594 | 990 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
501.90/501.91	c   457s|  2510k|  2483k|     0 |   0.0 | 741M|2052 |   - |2594 | 978 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
503.90/503.91	c   459s|  2520k|  2493k|     0 |   0.0 | 744M|2052 |   - |2594 | 998 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
505.91/505.91	c   461s|  2530k|  2503k|     0 |   0.0 | 747M|2052 |   - |2594 |1017 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
507.90/507.91	c   462s|  2540k|  2513k|     0 |   0.0 | 750M|2052 |   - |2594 |1066 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
509.90/509.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
509.90/509.90	c   464s|  2550k|  2523k|     0 |   0.0 | 753M|2052 |   - |2594 |1062 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
511.80/511.89	c   466s|  2560k|  2533k|     0 |   0.0 | 755M|2052 |   - |2594 |1026 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
513.80/513.87	c   468s|  2570k|  2543k|     0 |   0.0 | 758M|2052 |   - |2594 |1011 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
515.80/515.88	c   470s|  2580k|  2553k|     0 |   0.0 | 761M|2052 |   - |2594 |1081 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
517.80/517.89	c   471s|  2590k|  2563k|     0 |   0.0 | 764M|2052 |   - |2594 |1059 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
519.80/519.89	c   473s|  2600k|  2573k|     0 |   0.0 | 767M|2052 |   - |2594 |1051 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
521.80/521.89	c   475s|  2610k|  2583k|     0 |   0.0 | 770M|2052 |   - |2594 |1058 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
523.90/523.91	c   477s|  2620k|  2593k|     0 |   0.0 | 773M|2052 |   - |2594 |1056 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
525.90/525.90	c   479s|  2630k|  2602k|     0 |   0.0 | 776M|2052 |   - |2594 |1039 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
527.80/527.89	c   480s|  2640k|  2612k|     0 |   0.0 | 779M|2052 |   - |2594 |1052 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
529.80/529.89	c   482s|  2650k|  2622k|     0 |   0.0 | 781M|2052 |   - |2594 |1057 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
531.80/531.89	c   484s|  2660k|  2632k|     0 |   0.0 | 784M|2052 |   - |2594 |1074 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
533.80/533.89	c   486s|  2670k|  2642k|     0 |   0.0 | 787M|2052 |   - |2594 |1036 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
535.90/535.92	c   488s|  2680k|  2652k|     0 |   0.0 | 790M|2052 |   - |2594 |1059 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
537.91/537.93	c   490s|  2690k|  2662k|     0 |   0.0 | 793M|2052 |   - |2594 |1073 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
539.91/539.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
539.91/539.93	c   492s|  2700k|  2672k|     0 |   0.0 | 796M|2052 |   - |2594 |1050 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
541.90/541.94	c   493s|  2710k|  2682k|     0 |   0.0 | 799M|2052 |   - |2594 |1054 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
543.90/543.94	c   495s|  2720k|  2692k|     0 |   0.0 | 802M|2052 |   - |2594 |1065 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
545.90/545.97	c   497s|  2730k|  2702k|     0 |   0.0 | 804M|2052 |   - |2594 |1079 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
547.90/547.98	c   499s|  2740k|  2711k|     0 |   0.0 | 807M|2052 |   - |2594 |1015 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
549.91/549.99	c   501s|  2750k|  2721k|     0 |   0.0 | 810M|2052 |   - |2594 |1044 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
552.01/552.02	c   502s|  2760k|  2731k|     0 |   0.0 | 813M|2052 |   - |2594 |1045 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
554.01/554.03	c   504s|  2770k|  2741k|     0 |   0.0 | 816M|2052 |   - |2594 |1063 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
556.00/556.06	c   506s|  2780k|  2751k|     0 |   0.0 | 819M|2052 |   - |2594 |1050 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
558.00/558.08	c   508s|  2790k|  2761k|     0 |   0.0 | 822M|2052 |   - |2594 |1015 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
560.10/560.11	c   510s|  2800k|  2771k|     0 |   0.0 | 825M|2052 |   - |2594 |1003 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
562.11/562.13	c   512s|  2810k|  2781k|     0 |   0.0 | 828M|2052 |   - |2594 |1049 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
564.10/564.15	c   514s|  2820k|  2791k|     0 |   0.0 | 830M|2052 |   - |2594 |1087 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
566.11/566.14	c   515s|  2830k|  2801k|     0 |   0.0 | 833M|2052 |   - |2594 |1049 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
568.11/568.16	c   517s|  2840k|  2811k|     0 |   0.0 | 836M|2052 |   - |2594 |1058 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
570.10/570.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
570.10/570.17	c   519s|  2850k|  2821k|     0 |   0.0 | 839M|2052 |   - |2594 |1025 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
572.11/572.18	c   521s|  2860k|  2830k|     0 |   0.0 | 842M|2052 |   - |2594 |1039 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
574.11/574.16	c   523s|  2870k|  2840k|     0 |   0.0 | 845M|2052 |   - |2594 |1070 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
576.10/576.17	c   524s|  2880k|  2850k|     0 |   0.0 | 848M|2052 |   - |2594 |1142 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
578.10/578.16	c   526s|  2890k|  2860k|     0 |   0.0 | 850M|2052 |   - |2594 |1053 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
580.10/580.16	c   528s|  2900k|  2870k|     0 |   0.0 | 853M|2052 |   - |2594 |1069 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
582.10/582.15	c   530s|  2910k|  2880k|     0 |   0.0 | 856M|2052 |   - |2594 |1084 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
584.11/584.15	c   532s|  2920k|  2890k|     0 |   0.0 | 859M|2052 |   - |2594 |1063 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
586.10/586.14	c   533s|  2930k|  2900k|     0 |   0.0 | 862M|2052 |   - |2594 |1073 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
588.10/588.14	c   535s|  2940k|  2910k|     0 |   0.0 | 865M|2052 |   - |2594 |1045 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
590.10/590.14	c   537s|  2950k|  2920k|     0 |   0.0 | 868M|2052 |   - |2594 |1043 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
592.10/592.13	c   539s|  2960k|  2930k|     0 |   0.0 | 871M|2052 |   - |2594 |1009 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
594.10/594.14	c   541s|  2970k|  2940k|     0 |   0.0 | 874M|2052 |   - |2594 |1060 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
596.11/596.13	c   542s|  2980k|  2949k|     0 |   0.0 | 876M|2052 |   - |2594 |1044 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
598.11/598.12	c   544s|  2990k|  2959k|     0 |   0.0 | 879M|2052 |   - |2594 |1042 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
600.11/600.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
600.11/600.13	c   546s|  3000k|  2969k|     0 |   0.0 | 882M|2052 |   - |2594 |1011 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
602.10/602.12	c   548s|  3010k|  2979k|     0 |   0.0 | 885M|2052 |   - |2594 |1014 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
604.10/604.13	c   550s|  3020k|  2989k|     0 |   0.0 | 888M|2052 |   - |2594 |1024 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
606.11/606.15	c   552s|  3030k|  2999k|     0 |   0.0 | 891M|2052 |   - |2594 |1033 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
608.10/608.15	c   553s|  3040k|  3009k|     0 |   0.0 | 894M|2052 |   - |2594 |1062 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
610.10/610.17	c   555s|  3050k|  3019k|     0 |   0.0 | 897M|2052 |   - |2594 |1073 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
612.10/612.18	c   557s|  3060k|  3029k|     0 |   0.0 | 900M|2052 |   - |2594 |1066 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
614.10/614.17	c   559s|  3070k|  3039k|     0 |   0.0 | 902M|2052 |   - |2594 |1061 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
616.11/616.18	c   561s|  3080k|  3049k|     0 |   0.0 | 905M|2052 |   - |2594 |1056 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
618.11/618.18	c   563s|  3090k|  3059k|     0 |   0.0 | 908M|2052 |   - |2594 | 996 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
620.10/620.17	c   564s|  3100k|  3068k|     0 |   0.0 | 911M|2052 |   - |2594 |1064 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
622.10/622.19	c   566s|  3110k|  3078k|     0 |   0.0 | 914M|2052 |   - |2594 |1045 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
624.11/624.18	c   568s|  3120k|  3088k|     0 |   0.0 | 917M|2052 |   - |2594 |1008 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
626.11/626.19	c   570s|  3130k|  3098k|     0 |   0.0 | 920M|2052 |   - |2594 |1032 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
628.11/628.17	c   572s|  3140k|  3108k|     0 |   0.0 | 923M|2052 |   - |2594 |1032 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
630.10/630.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
630.10/630.17	c   573s|  3150k|  3118k|     0 |   0.0 | 925M|2052 |   - |2594 |1057 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
632.10/632.16	c   575s|  3160k|  3128k|     0 |   0.0 | 928M|2052 |   - |2594 |1054 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
634.11/634.16	c   577s|  3170k|  3138k|     0 |   0.0 | 931M|2052 |   - |2594 |1082 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
636.11/636.16	c   579s|  3180k|  3148k|     0 |   0.0 | 934M|2052 |   - |2594 |1083 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
638.11/638.16	c   581s|  3190k|  3158k|     0 |   0.0 | 937M|2052 |   - |2594 |1080 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
640.12/640.13	c   583s|  3200k|  3168k|     0 |   0.0 | 940M|2052 |   - |2594 |1063 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
642.11/642.13	c   584s|  3210k|  3178k|     0 |   0.0 | 943M|2052 |   - |2594 |1037 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
644.11/644.12	c   586s|  3220k|  3187k|     0 |   0.0 | 946M|2052 |   - |2594 |1073 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
646.10/646.13	c   588s|  3230k|  3197k|     0 |   0.0 | 949M|2052 |   - |2594 |1082 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
648.10/648.13	c   590s|  3240k|  3207k|     0 |   0.0 | 951M|2052 |   - |2594 |1055 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
650.12/650.15	c   592s|  3250k|  3217k|     0 |   0.0 | 954M|2052 |   - |2594 |1115 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
652.11/652.14	c   593s|  3260k|  3227k|     0 |   0.0 | 957M|2052 |   - |2594 |1087 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
654.11/654.14	c   595s|  3270k|  3237k|     0 |   0.0 | 960M|2052 |   - |2594 |1088 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
656.11/656.13	c   597s|  3280k|  3247k|     0 |   0.0 | 963M|2052 |   - |2594 |1108 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
658.11/658.11	c   599s|  3290k|  3257k|     0 |   0.0 | 966M|2052 |   - |2594 |1106 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
660.10/660.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
660.10/660.14	c   601s|  3300k|  3267k|     0 |   0.0 | 969M|2052 |   - |2594 |1077 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
662.11/662.15	c   603s|  3310k|  3277k|     0 |   0.0 | 972M|2052 |   - |2594 |1182 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
664.11/664.16	c   604s|  3320k|  3287k|     0 |   0.0 | 974M|2052 |   - |2594 |1134 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
666.11/666.15	c   606s|  3330k|  3296k|     0 |   0.0 | 977M|2052 |   - |2594 |1108 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
668.10/668.12	c   608s|  3340k|  3306k|     0 |   0.0 | 980M|2052 |   - |2594 |1104 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
670.11/670.13	c   610s|  3350k|  3316k|     0 |   0.0 | 983M|2052 |   - |2594 |1113 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
672.11/672.13	c   612s|  3360k|  3326k|     0 |   0.0 | 986M|2052 |   - |2594 |1092 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
674.10/674.11	c   613s|  3370k|  3336k|     0 |   0.0 | 989M|2052 |   - |2594 |1068 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
676.11/676.13	c   615s|  3380k|  3346k|     0 |   0.0 | 992M|2052 |   - |2594 |1133 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
678.11/678.12	c   617s|  3390k|  3356k|     0 |   0.0 | 995M|2052 |   - |2594 |1136 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
680.10/680.12	c   619s|  3400k|  3366k|     0 |   0.0 | 997M|2052 |   - |2594 |1118 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
682.11/682.11	c   621s|  3410k|  3376k|     0 |   0.0 |1000M|2052 |   - |2594 |1112 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
684.11/684.15	c   622s|  3420k|  3386k|     0 |   0.0 |1003M|2052 |   - |2594 |1097 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
686.11/686.13	c   624s|  3430k|  3396k|     0 |   0.0 |1006M|2052 |   - |2594 |1107 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
688.11/688.15	c   626s|  3440k|  3406k|     0 |   0.0 |1009M|2052 |   - |2594 |1163 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
690.11/690.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
690.11/690.14	c   628s|  3450k|  3415k|     0 |   0.0 |1012M|2052 |   - |2594 |1136 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
692.11/692.13	c   630s|  3460k|  3425k|     0 |   0.0 |1015M|2052 |   - |2594 |1163 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
694.11/694.10	c   632s|  3470k|  3435k|     0 |   0.0 |1018M|2052 |   - |2594 |1146 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
696.11/696.11	c   633s|  3480k|  3445k|     0 |   0.0 |1020M|2052 |   - |2594 |1119 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
698.11/698.10	c   635s|  3490k|  3455k|     0 |   0.0 |1023M|2052 |   - |2594 |1118 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
700.11/700.11	c   637s|  3500k|  3465k|     0 |   0.0 |1026M|2052 |   - |2594 |1094 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
702.11/702.12	c   639s|  3510k|  3475k|     0 |   0.0 |1029M|2052 |   - |2594 |1128 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
704.11/704.12	c   641s|  3520k|  3485k|     0 |   0.0 |1032M|2052 |   - |2594 |1097 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
706.12/706.11	c   643s|  3530k|  3495k|     0 |   0.0 |1035M|2052 |   - |2594 |1108 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
708.11/708.12	c   644s|  3540k|  3505k|     0 |   0.0 |1038M|2052 |   - |2594 |1113 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
710.11/710.14	c   646s|  3550k|  3515k|     0 |   0.0 |1041M|2052 |   - |2594 |1076 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
712.11/712.11	c   648s|  3560k|  3525k|     0 |   0.0 |1043M|2052 |   - |2594 |1115 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
714.10/714.10	c   650s|  3570k|  3534k|     0 |   0.0 |1046M|2052 |   - |2594 |1103 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
716.01/716.10	c   652s|  3580k|  3544k|     0 |   0.0 |1049M|2052 |   - |2594 |1082 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
718.11/718.13	c   654s|  3590k|  3554k|     0 |   0.0 |1052M|2052 |   - |2594 |1129 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
720.11/720.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
720.11/720.15	c   656s|  3600k|  3564k|     0 |   0.0 |1055M|2052 |   - |2594 |1082 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
722.11/722.14	c   657s|  3610k|  3574k|     0 |   0.0 |1058M|2052 |   - |2594 |1084 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
724.11/724.16	c   659s|  3620k|  3584k|     0 |   0.0 |1061M|2052 |   - |2594 |1078 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
726.10/726.19	c   661s|  3630k|  3594k|     0 |   0.0 |1064M|2052 |   - |2594 |1077 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
728.11/728.18	c   663s|  3640k|  3604k|     0 |   0.0 |1067M|2052 |   - |2594 |1049 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
730.11/730.18	c   665s|  3650k|  3614k|     0 |   0.0 |1069M|2052 |   - |2594 |1036 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
732.11/732.18	c   667s|  3660k|  3624k|     0 |   0.0 |1072M|2052 |   - |2594 |1056 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
734.11/734.18	c   669s|  3670k|  3634k|     0 |   0.0 |1075M|2052 |   - |2594 |1031 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
736.11/736.15	c   670s|  3680k|  3644k|     0 |   0.0 |1078M|2052 |   - |2594 |1032 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
738.11/738.13	c   672s|  3690k|  3653k|     0 |   0.0 |1081M|2052 |   - |2594 |1008 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
740.11/740.13	c   674s|  3700k|  3663k|     0 |   0.0 |1084M|2052 |   - |2594 |1005 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
742.11/742.17	c   676s|  3710k|  3673k|     0 |   0.0 |1087M|2052 |   - |2594 |1023 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
744.11/744.17	c   678s|  3720k|  3683k|     0 |   0.0 |1090M|2052 |   - |2594 |1074 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
746.11/746.18	c   680s|  3730k|  3693k|     0 |   0.0 |1093M|2052 |   - |2594 |1028 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
748.10/748.17	c   682s|  3740k|  3703k|     0 |   0.0 |1096M|2052 |   - |2594 |1058 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
750.11/750.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
750.11/750.13	c   683s|  3750k|  3713k|     0 |   0.0 |1099M|2052 |   - |2594 |1073 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
752.11/752.14	c   685s|  3760k|  3723k|     0 |   0.0 |1102M|2052 |   - |2594 |1090 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
754.11/754.17	c   687s|  3770k|  3733k|     0 |   0.0 |1104M|2052 |   - |2594 |1130 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
756.11/756.16	c   689s|  3780k|  3743k|     0 |   0.0 |1107M|2052 |   - |2594 |1115 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
758.11/758.16	c   691s|  3790k|  3753k|     0 |   0.0 |1110M|2052 |   - |2594 |1094 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
760.12/760.17	c   693s|  3800k|  3762k|     0 |   0.0 |1113M|2052 |   - |2594 |1135 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
762.11/762.13	c   694s|  3810k|  3772k|     0 |   0.0 |1116M|2052 |   - |2594 |1116 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
764.11/764.12	c   696s|  3820k|  3782k|     0 |   0.0 |1119M|2052 |   - |2594 |1133 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
766.11/766.11	c   698s|  3830k|  3792k|     0 |   0.0 |1122M|2052 |   - |2594 |1067 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
768.11/768.11	c   700s|  3840k|  3802k|     0 |   0.0 |1125M|2052 |   - |2594 |1113 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
770.01/770.09	c   702s|  3850k|  3812k|     0 |   0.0 |1128M|2052 |   - |2594 |1045 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
772.01/772.08	c   704s|  3860k|  3822k|     0 |   0.0 |1130M|2052 |   - |2594 |1025 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
774.00/774.08	c   705s|  3870k|  3832k|     0 |   0.0 |1133M|2052 |   - |2594 |1028 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
776.01/776.07	c   707s|  3880k|  3842k|     0 |   0.0 |1136M|2052 |   - |2594 |1026 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
778.01/778.08	c   709s|  3890k|  3852k|     0 |   0.0 |1139M|2052 |   - |2594 |1041 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
780.00/780.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
780.00/780.06	c   711s|  3900k|  3862k|     0 |   0.0 |1142M|2052 |   - |2594 |1044 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
782.02/782.06	c   713s|  3910k|  3872k|     0 |   0.0 |1145M|2052 |   - |2594 |1069 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
784.01/784.06	c   715s|  3920k|  3881k|     0 |   0.0 |1148M|2052 |   - |2594 |1075 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
786.01/786.06	c   716s|  3930k|  3891k|     0 |   0.0 |1151M|2052 |   - |2594 |1039 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
788.01/788.04	c   718s|  3940k|  3901k|     0 |   0.0 |1154M|2052 |   - |2594 |1086 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
790.01/790.02	c   720s|  3950k|  3911k|     0 |   0.0 |1157M|2052 |   - |2594 |1104 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
792.01/792.07	c   722s|  3960k|  3921k|     0 |   0.0 |1159M|2052 |   - |2594 |1114 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
794.01/794.05	c   724s|  3970k|  3931k|     0 |   0.0 |1162M|2052 |   - |2594 |1161 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
796.01/796.05	c   726s|  3980k|  3941k|     0 |   0.0 |1165M|2052 |   - |2594 |1202 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
798.01/798.05	c   727s|  3990k|  3951k|     0 |   0.0 |1168M|2052 |   - |2594 |1217 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
800.01/800.03	c   729s|  4000k|  3961k|     0 |   0.0 |1171M|2052 |   - |2594 |1213 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
801.91/802.00	c   731s|  4010k|  3971k|     0 |   0.0 |1174M|2052 |   - |2594 |1275 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
804.01/804.01	c   733s|  4020k|  3981k|     0 |   0.0 |1177M|2052 |   - |2594 |1275 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
806.01/806.02	c   735s|  4030k|  3990k|     0 |   0.0 |1180M|2052 |   - |2594 |1275 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
808.01/808.01	c   737s|  4040k|  4000k|     0 |   0.0 |1182M|2052 |   - |2594 |1240 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
810.01/810.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
810.01/810.00	c   738s|  4050k|  4010k|     0 |   0.0 |1185M|2052 |   - |2594 |1263 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
812.01/812.00	c   740s|  4060k|  4020k|     0 |   0.0 |1188M|2052 |   - |2594 |1219 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
813.91/813.98	c   742s|  4070k|  4030k|     0 |   0.0 |1191M|2052 |   - |2594 |1188 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
816.01/816.01	c   744s|  4080k|  4040k|     0 |   0.0 |1194M|2052 |   - |2594 |1217 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
818.01/818.00	c   746s|  4090k|  4050k|     0 |   0.0 |1197M|2052 |   - |2594 |1161 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
819.91/819.99	c   748s|  4100k|  4060k|     0 |   0.0 |1200M|2052 |   - |2594 |1153 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
821.91/821.96	c   749s|  4110k|  4070k|     0 |   0.0 |1203M|2052 |   - |2594 |1140 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
823.92/823.95	c   751s|  4120k|  4080k|     0 |   0.0 |1206M|2052 |   - |2594 |1132 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
825.91/825.97	c   753s|  4130k|  4090k|     0 |   0.0 |1209M|2052 |   - |2594 |1146 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
827.91/827.95	c   755s|  4140k|  4100k|     0 |   0.0 |1211M|2052 |   - |2594 |1156 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
829.91/829.94	c   757s|  4150k|  4109k|     0 |   0.0 |1214M|2052 |   - |2594 |1211 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
831.92/831.98	c   759s|  4160k|  4119k|     0 |   0.0 |1217M|2052 |   - |2594 |1244 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
833.91/833.99	c   761s|  4170k|  4129k|     0 |   0.0 |1220M|2052 |   - |2594 |1182 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
835.91/835.97	c   762s|  4180k|  4139k|     0 |   0.0 |1223M|2052 |   - |2594 |1176 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
837.91/837.97	c   764s|  4190k|  4149k|     0 |   0.0 |1226M|2052 |   - |2594 |1180 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
839.91/839.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
839.91/839.96	c   766s|  4200k|  4159k|     0 |   0.0 |1229M|2052 |   - |2594 |1170 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
841.91/841.94	c   768s|  4210k|  4169k|     0 |   0.0 |1232M|2052 |   - |2594 |1179 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
843.92/843.96	c   770s|  4220k|  4179k|     0 |   0.0 |1235M|2052 |   - |2594 |1171 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
845.91/845.96	c   772s|  4230k|  4189k|     0 |   0.0 |1237M|2052 |   - |2594 |1189 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
847.91/847.93	c   773s|  4240k|  4199k|     0 |   0.0 |1240M|2052 |   - |2594 |1153 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
849.91/849.93	c   775s|  4250k|  4209k|     0 |   0.0 |1243M|2052 |   - |2594 |1166 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
851.91/851.92	c   777s|  4260k|  4218k|     0 |   0.0 |1246M|2052 |   - |2594 |1157 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
853.91/853.91	c   779s|  4270k|  4228k|     0 |   0.0 |1249M|2052 |   - |2594 |1173 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
855.82/855.89	c   781s|  4280k|  4238k|     0 |   0.0 |1252M|2052 |   - |2594 |1168 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
857.92/857.91	c   783s|  4290k|  4248k|     0 |   0.0 |1255M|2052 |   - |2594 |1222 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
859.91/859.91	c   784s|  4300k|  4258k|     0 |   0.0 |1258M|2052 |   - |2594 |1187 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
861.91/861.90	c   786s|  4310k|  4268k|     0 |   0.0 |1261M|2052 |   - |2594 |1152 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
863.81/863.88	c   788s|  4320k|  4278k|     0 |   0.0 |1263M|2052 |   - |2594 |1132 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
865.82/865.86	c   790s|  4330k|  4288k|     0 |   0.0 |1266M|2052 |   - |2594 |1129 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
867.82/867.84	c   792s|  4340k|  4298k|     0 |   0.0 |1269M|2052 |   - |2594 |1148 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
869.81/869.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
869.81/869.81	c   794s|  4350k|  4308k|     0 |   0.0 |1272M|2052 |   - |2594 |1140 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
871.81/871.83	c   795s|  4360k|  4318k|     0 |   0.0 |1275M|2052 |   - |2594 |1121 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
873.81/873.82	c   797s|  4370k|  4328k|     0 |   0.0 |1278M|2052 |   - |2594 |1094 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
875.81/875.82	c   799s|  4380k|  4337k|     0 |   0.0 |1281M|2052 |   - |2594 |1096 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
877.72/877.80	c   801s|  4390k|  4347k|     0 |   0.0 |1284M|2052 |   - |2594 |1098 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
879.72/879.77	c   803s|  4400k|  4357k|     0 |   0.0 |1287M|2052 |   - |2594 |1090 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
881.71/881.75	c   805s|  4410k|  4367k|     0 |   0.0 |1289M|2052 |   - |2594 |1118 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
883.71/883.73	c   806s|  4420k|  4377k|     0 |   0.0 |1292M|2052 |   - |2594 |1121 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
885.71/885.72	c   808s|  4430k|  4387k|     0 |   0.0 |1295M|2052 |   - |2594 |1110 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
887.71/887.71	c   810s|  4440k|  4397k|     0 |   0.0 |1298M|2052 |   - |2594 |1099 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
889.71/889.70	c   812s|  4450k|  4407k|     0 |   0.0 |1301M|2052 |   - |2594 |1147 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
891.72/891.71	c   814s|  4460k|  4417k|     0 |   0.0 |1304M|2052 |   - |2594 |1154 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
893.71/893.70	c   816s|  4470k|  4427k|     0 |   0.0 |1307M|2052 |   - |2594 |1163 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
895.62/895.68	c   817s|  4480k|  4437k|     0 |   0.0 |1310M|2052 |   - |2594 |1144 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
897.62/897.66	c   819s|  4490k|  4446k|     0 |   0.0 |1313M|2052 |   - |2594 |1151 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
899.61/899.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
899.61/899.65	c   821s|  4500k|  4456k|     0 |   0.0 |1316M|2052 |   - |2594 |1067 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
901.62/901.67	c   823s|  4510k|  4466k|     0 |   0.0 |1318M|2052 |   - |2594 |1134 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
903.61/903.67	c   825s|  4520k|  4476k|     0 |   0.0 |1321M|2052 |   - |2594 |1129 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
905.61/905.65	c   827s|  4530k|  4486k|     0 |   0.0 |1324M|2052 |   - |2594 |1105 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
907.61/907.65	c   828s|  4540k|  4496k|     0 |   0.0 |1327M|2052 |   - |2594 |1136 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
909.62/909.63	c   830s|  4550k|  4506k|     0 |   0.0 |1330M|2052 |   - |2594 |1174 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
911.61/911.64	c   832s|  4560k|  4516k|     0 |   0.0 |1333M|2052 |   - |2594 |1271 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
913.61/913.65	c   834s|  4570k|  4526k|     0 |   0.0 |1336M|2052 |   - |2594 |1215 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
915.62/915.65	c   836s|  4580k|  4536k|     0 |   0.0 |1339M|2052 |   - |2594 |1232 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
917.61/917.62	c   838s|  4590k|  4546k|     0 |   0.0 |1342M|2052 |   - |2594 |1207 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
919.62/919.63	c   840s|  4600k|  4555k|     0 |   0.0 |1344M|2052 |   - |2594 |1207 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
921.62/921.64	c   841s|  4610k|  4565k|     0 |   0.0 |1347M|2052 |   - |2594 |1180 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
923.61/923.60	c   843s|  4620k|  4575k|     0 |   0.0 |1350M|2052 |   - |2594 |1203 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
925.51/925.57	c   845s|  4630k|  4585k|     0 |   0.0 |1353M|2052 |   - |2594 |1193 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
927.51/927.54	c   847s|  4640k|  4595k|     0 |   0.0 |1356M|2052 |   - |2594 |1157 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
929.52/929.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
929.52/929.54	c   849s|  4650k|  4605k|     0 |   0.0 |1359M|2052 |   - |2594 |1105 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
931.51/931.56	c   851s|  4660k|  4615k|     0 |   0.0 |1362M|2052 |   - |2594 |1140 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
933.51/933.54	c   852s|  4670k|  4625k|     0 |   0.0 |1365M|2052 |   - |2594 |1075 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
935.52/935.52	c   854s|  4680k|  4635k|     0 |   0.0 |1368M|2052 |   - |2594 |1117 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
937.41/937.49	c   856s|  4690k|  4645k|     0 |   0.0 |1370M|2052 |   - |2594 |1126 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
939.42/939.48	c   858s|  4700k|  4655k|     0 |   0.0 |1373M|2052 |   - |2594 |1200 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
941.42/941.46	c   860s|  4710k|  4664k|     0 |   0.0 |1376M|2052 |   - |2594 |1172 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
943.41/943.44	c   862s|  4720k|  4674k|     0 |   0.0 |1379M|2052 |   - |2594 |1132 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
945.42/945.42	c   863s|  4730k|  4684k|     0 |   0.0 |1382M|2052 |   - |2594 |1176 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
947.41/947.43	c   865s|  4740k|  4694k|     0 |   0.0 |1385M|2052 |   - |2594 |1176 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
949.41/949.42	c   867s|  4750k|  4704k|     0 |   0.0 |1388M|2052 |   - |2594 |1144 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
951.42/951.41	c   869s|  4760k|  4714k|     0 |   0.0 |1391M|2052 |   - |2594 |1177 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
953.41/953.43	c   871s|  4770k|  4724k|     0 |   0.0 |1394M|2052 |   - |2594 |1201 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 |      --      |    Inf 
955.42/955.41	c   873s|  4780k|  4734k|     0 |   0.0 |1397M|2052 |   - |2594 |1174 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 |      --      |    Inf 
957.42/957.41	c   874s|  4790k|  4744k|     0 |   0.0 |1399M|2052 |   - |2594 |1120 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
959.42/959.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
959.42/959.42	c   876s|  4800k|  4754k|     0 |   0.0 |1402M|2052 |   - |2594 |1154 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
961.42/961.44	c   878s|  4810k|  4764k|     0 |   0.0 |1405M|2052 |   - |2594 |1152 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
963.42/963.44	c   880s|  4820k|  4773k|     0 |   0.0 |1408M|2052 |   - |2594 |1159 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
965.31/965.38	c   882s|  4830k|  4783k|     0 |   0.0 |1411M|2052 |   - |2594 |1149 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
967.32/967.36	c   884s|  4840k|  4793k|     0 |   0.0 |1414M|2052 |   - |2594 |1194 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
969.32/969.34	c   885s|  4850k|  4803k|     0 |   0.0 |1417M|2052 |   - |2594 |1175 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
971.32/971.34	c   887s|  4860k|  4813k|     0 |   0.0 |1420M|2052 |   - |2594 |1137 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
973.32/973.35	c   889s|  4870k|  4823k|     0 |   0.0 |1423M|2052 |   - |2594 |1164 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
975.31/975.36	c   891s|  4880k|  4833k|     0 |   0.0 |1425M|2052 |   - |2594 |1216 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 |      --      |    Inf 
977.32/977.36	c   893s|  4890k|  4843k|     0 |   0.0 |1428M|2052 |   - |2594 |1187 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 |      --      |    Inf 
979.32/979.37	c   895s|  4900k|  4853k|     0 |   0.0 |1431M|2052 |   - |2594 |1218 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 |      --      |    Inf 
981.31/981.36	c   896s|  4910k|  4863k|     0 |   0.0 |1434M|2052 |   - |2594 |1234 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 |      --      |    Inf 
983.32/983.32	c   898s|  4920k|  4873k|     0 |   0.0 |1437M|2052 |   - |2594 |1242 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 |      --      |    Inf 
985.31/985.31	c   900s|  4930k|  4882k|     0 |   0.0 |1440M|2052 |   - |2594 |1177 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 |      --      |    Inf 
987.31/987.34	c   902s|  4940k|  4892k|     0 |   0.0 |1443M|2052 |   - |2594 |1252 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
989.32/989.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
989.32/989.34	c   904s|  4950k|  4902k|     0 |   0.0 |1446M|2052 |   - |2594 |1229 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
991.32/991.34	c   906s|  4960k|  4912k|     0 |   0.0 |1449M|2052 |   - |2594 |1212 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
993.33/993.31	c   908s|  4970k|  4922k|     0 |   0.0 |1451M|2052 |   - |2594 |1227 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
995.31/995.32	c   909s|  4980k|  4932k|     0 |   0.0 |1454M|2052 |   - |2594 |1209 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 |      --      |    Inf 
997.21/997.29	c   911s|  4990k|  4942k|     0 |   0.0 |1457M|2052 |   - |2594 |1217 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 |      --      |    Inf 
999.21/999.27	c   913s|  5000k|  4952k|     0 |   0.0 |1460M|2052 |   - |2594 |1222 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 |      --      |    Inf 
1001.22/1001.24	c   915s|  5010k|  4962k|     0 |   0.0 |1463M|2052 |   - |2594 |1138 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 |      --      |    Inf 
1003.22/1003.26	c   917s|  5020k|  4972k|     0 |   0.0 |1466M|2052 |   - |2594 |1193 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 |      --      |    Inf 
1005.22/1005.24	c   919s|  5030k|  4982k|     0 |   0.0 |1469M|2052 |   - |2594 |1126 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 |      --      |    Inf 
1007.22/1007.24	c   920s|  5040k|  4991k|     0 |   0.0 |1472M|2052 |   - |2594 |1166 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 |      --      |    Inf 
1009.22/1009.20	c   922s|  5050k|  5001k|     0 |   0.0 |1475M|2052 |   - |2594 |1173 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
1011.22/1011.20	c   924s|  5060k|  5011k|     0 |   0.0 |1477M|2052 |   - |2594 |1213 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
1013.22/1013.21	c   926s|  5070k|  5021k|     0 |   0.0 |1480M|2052 |   - |2594 |1286 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 |      --      |    Inf 
1015.11/1015.18	c   928s|  5080k|  5031k|     0 |   0.0 |1483M|2052 |   - |2594 |1189 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 |      --      |    Inf 
1017.12/1017.17	c   930s|  5090k|  5041k|     0 |   0.0 |1486M|2052 |   - |2594 |1233 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 |      --      |    Inf 
1019.12/1019.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1019.12/1019.15	c   931s|  5100k|  5051k|     0 |   0.0 |1489M|2052 |   - |2594 |1221 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 |      --      |    Inf 
1021.12/1021.12	c   933s|  5110k|  5061k|     0 |   0.0 |1492M|2052 |   - |2594 |1207 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 |      --      |    Inf 
1023.11/1023.15	c   935s|  5120k|  5071k|     0 |   0.0 |1495M|2052 |   - |2594 |1267 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 |      --      |    Inf 
1025.12/1025.11	c   937s|  5130k|  5081k|     0 |   0.0 |1498M|2052 |   - |2594 |1256 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 |      --      |    Inf 
1027.02/1027.08	c   939s|  5140k|  5091k|     0 |   0.0 |1501M|2052 |   - |2594 |1267 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 |      --      |    Inf 
1029.02/1029.07	c   941s|  5150k|  5100k|     0 |   0.0 |1503M|2052 |   - |2594 |1234 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 |      --      |    Inf 
1031.12/1031.10	c   942s|  5160k|  5110k|     0 |   0.0 |1506M|2052 |   - |2594 |1322 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 |      --      |    Inf 
1033.11/1033.11	c   944s|  5170k|  5120k|     0 |   0.0 |1509M|2052 |   - |2594 |1253 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 |      --      |    Inf 
1035.02/1035.09	c   946s|  5180k|  5130k|     0 |   0.0 |1512M|2052 |   - |2594 |1241 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 |      --      |    Inf 
1037.01/1037.07	c   948s|  5190k|  5140k|     0 |   0.0 |1515M|2052 |   - |2594 |1225 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
1039.02/1039.06	c   950s|  5200k|  5150k|     0 |   0.0 |1518M|2052 |   - |2594 |1289 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
1041.01/1041.07	c   952s|  5210k|  5160k|     0 |   0.0 |1521M|2052 |   - |2594 |1307 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 |      --      |    Inf 
1043.02/1043.09	c   953s|  5220k|  5170k|     0 |   0.0 |1524M|2052 |   - |2594 |1243 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 |      --      |    Inf 
1045.02/1045.09	c   955s|  5230k|  5180k|     0 |   0.0 |1527M|2052 |   - |2594 |1254 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 |      --      |    Inf 
1047.02/1047.09	c   957s|  5240k|  5190k|     0 |   0.0 |1529M|2052 |   - |2594 |1209 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 |      --      |    Inf 
1049.02/1049.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1049.02/1049.08	c   959s|  5250k|  5200k|     0 |   0.0 |1532M|2052 |   - |2594 |1245 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 |      --      |    Inf 
1051.02/1051.08	c   961s|  5260k|  5209k|     0 |   0.0 |1535M|2052 |   - |2594 |1255 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
1053.01/1053.07	c   963s|  5270k|  5219k|     0 |   0.0 |1538M|2052 |   - |2594 |1247 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
1055.12/1055.12	c   965s|  5280k|  5229k|     0 |   0.0 |1541M|2052 |   - |2594 |1323 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 |      --      |    Inf 
1057.12/1057.11	c   966s|  5290k|  5239k|     0 |   0.0 |1544M|2052 |   - |2594 |1243 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 |      --      |    Inf 
1059.12/1059.13	c   968s|  5300k|  5249k|     0 |   0.0 |1547M|2052 |   - |2594 |1213 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 |      --      |    Inf 
1061.12/1061.11	c   970s|  5310k|  5259k|     0 |   0.0 |1550M|2052 |   - |2594 |1183 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 |      --      |    Inf 
1063.02/1063.09	c   972s|  5320k|  5269k|     0 |   0.0 |1552M|2052 |   - |2594 |1146 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 |      --      |    Inf 
1065.02/1065.06	c   974s|  5330k|  5279k|     0 |   0.0 |1555M|2052 |   - |2594 |1129 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 |      --      |    Inf 
1067.03/1067.05	c   976s|  5340k|  5289k|     0 |   0.0 |1558M|2052 |   - |2594 |1151 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 |      --      |    Inf 
1069.02/1069.02	c   977s|  5350k|  5299k|     0 |   0.0 |1561M|2052 |   - |2594 |1172 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 |      --      |    Inf 
1070.92/1070.99	c   979s|  5360k|  5309k|     0 |   0.0 |1564M|2052 |   - |2594 |1183 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 |      --      |    Inf 
1072.92/1072.98	c   981s|  5370k|  5318k|     0 |   0.0 |1567M|2052 |   - |2594 |1210 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 |      --      |    Inf 
1074.92/1074.96	c   983s|  5380k|  5328k|     0 |   0.0 |1570M|2052 |   - |2594 |1128 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 |      --      |    Inf 
1076.92/1076.96	c   985s|  5390k|  5338k|     0 |   0.0 |1573M|2052 |   - |2594 |1143 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 |      --      |    Inf 
1078.92/1078.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1078.92/1078.99	c   987s|  5400k|  5348k|     0 |   0.0 |1575M|2052 |   - |2594 |1157 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 |      --      |    Inf 
1080.92/1080.99	c   988s|  5410k|  5358k|     0 |   0.0 |1578M|2052 |   - |2594 |1160 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 |      --      |    Inf 
1082.92/1082.96	c   990s|  5420k|  5368k|     0 |   0.0 |1581M|2052 |   - |2594 |1176 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 |      --      |    Inf 
1084.92/1084.94	c   992s|  5430k|  5378k|     0 |   0.0 |1584M|2052 |   - |2594 |1139 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 |      --      |    Inf 
1086.92/1086.93	c   994s|  5440k|  5388k|     0 |   0.0 |1587M|2052 |   - |2594 |1183 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 |      --      |    Inf 
1088.82/1088.90	c   996s|  5450k|  5398k|     0 |   0.0 |1590M|2052 |   - |2594 |1118 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 |      --      |    Inf 
1090.82/1090.86	c   998s|  5460k|  5408k|     0 |   0.0 |1593M|2052 |   - |2594 |1113 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 |      --      |    Inf 
1092.82/1092.89	c  1000s|  5470k|  5418k|     0 |   0.0 |1596M|2052 |   - |2594 |1091 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 |      --      |    Inf 
1094.82/1094.88	c  1001s|  5480k|  5428k|     0 |   0.0 |1599M|2052 |   - |2594 |1100 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 |      --      |    Inf 
1096.82/1096.86	c  1003s|  5490k|  5437k|     0 |   0.0 |1602M|2052 |   - |2594 |1071 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 |      --      |    Inf 
1098.83/1098.86	c  1005s|  5500k|  5447k|     0 |   0.0 |1605M|2052 |   - |2594 |1048 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 |      --      |    Inf 
1100.82/1100.89	c  1007s|  5510k|  5457k|     0 |   0.0 |1607M|2052 |   - |2594 |1107 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 |      --      |    Inf 
1102.82/1102.88	c  1009s|  5520k|  5467k|     0 |   0.0 |1610M|2052 |   - |2594 |1121 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 |      --      |    Inf 
1104.82/1104.82	c  1011s|  5530k|  5477k|     0 |   0.0 |1613M|2052 |   - |2594 |1101 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 |      --      |    Inf 
1106.72/1106.79	c  1012s|  5540k|  5487k|     0 |   0.0 |1616M|2052 |   - |2594 |1091 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 |      --      |    Inf 
1108.72/1108.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1108.72/1108.77	c  1014s|  5550k|  5497k|     0 |   0.0 |1619M|2052 |   - |2594 |1087 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 |      --      |    Inf 
1110.72/1110.74	c  1016s|  5560k|  5507k|     0 |   0.0 |1622M|2052 |   - |2594 |1047 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 |      --      |    Inf 
1112.72/1112.73	c  1018s|  5570k|  5517k|     0 |   0.0 |1625M|2052 |   - |2594 |1057 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 |      --      |    Inf 
1114.72/1114.70	c  1020s|  5580k|  5527k|     0 |   0.0 |1628M|2052 |   - |2594 |1100 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 |      --      |    Inf 
1116.62/1116.67	c  1022s|  5590k|  5537k|     0 |   0.0 |1631M|2052 |   - |2594 |1144 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 |      --      |    Inf 
1118.62/1118.69	c  1023s|  5600k|  5546k|     0 |   0.0 |1634M|2052 |   - |2594 |1152 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 |      --      |    Inf 
1120.62/1120.65	c  1025s|  5610k|  5556k|     0 |   0.0 |1637M|2052 |   - |2594 |1114 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 |      --      |    Inf 
1122.62/1122.63	c  1027s|  5620k|  5566k|     0 |   0.0 |1639M|2052 |   - |2594 |1074 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 |      --      |    Inf 
1124.62/1124.67	c  1029s|  5630k|  5576k|     0 |   0.0 |1642M|2052 |   - |2594 |1120 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 |      --      |    Inf 
1126.62/1126.67	c  1031s|  5640k|  5586k|     0 |   0.0 |1645M|2052 |   - |2594 |1118 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 |      --      |    Inf 
1128.63/1128.66	c  1033s|  5650k|  5596k|     0 |   0.0 |1648M|2052 |   - |2594 |1154 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 |      --      |    Inf 
1130.62/1130.65	c  1034s|  5660k|  5606k|     0 |   0.0 |1651M|2052 |   - |2594 |1170 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 |      --      |    Inf 
1132.62/1132.65	c  1036s|  5670k|  5616k|     0 |   0.0 |1654M|2052 |   - |2594 |1177 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 |      --      |    Inf 
1134.62/1134.62	c  1038s|  5680k|  5626k|     0 |   0.0 |1657M|2052 |   - |2594 |1190 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 |      --      |    Inf 
1136.52/1136.58	c  1040s|  5690k|  5636k|     0 |   0.0 |1660M|2052 |   - |2594 |1162 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 |      --      |    Inf 
1138.53/1138.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1138.53/1138.57	c  1042s|  5700k|  5646k|     0 |   0.0 |1663M|2052 |   - |2594 |1122 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 |      --      |    Inf 
1140.52/1140.56	c  1044s|  5710k|  5655k|     0 |   0.0 |1665M|2052 |   - |2594 |1104 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 |      --      |    Inf 
1142.62/1142.63	c  1046s|  5720k|  5665k|     0 |   0.0 |1668M|2052 |   - |2594 |1121 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 |      --      |    Inf 
1144.62/1144.61	c  1047s|  5730k|  5675k|     0 |   0.0 |1671M|2052 |   - |2594 |1098 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 |      --      |    Inf 
1146.52/1146.58	c  1049s|  5740k|  5685k|     0 |   0.0 |1674M|2052 |   - |2594 |1097 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 |      --      |    Inf 
1148.52/1148.56	c  1051s|  5750k|  5695k|     0 |   0.0 |1677M|2052 |   - |2594 |1154 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 |      --      |    Inf 
1150.53/1150.54	c  1053s|  5760k|  5705k|     0 |   0.0 |1680M|2052 |   - |2594 |1149 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 |      --      |    Inf 
1152.42/1152.48	c  1055s|  5770k|  5715k|     0 |   0.0 |1683M|2052 |   - |2594 |1115 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 |      --      |    Inf 
1154.42/1154.46	c  1056s|  5780k|  5725k|     0 |   0.0 |1686M|2052 |   - |2594 |1118 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 |      --      |    Inf 
1156.42/1156.47	c  1058s|  5790k|  5735k|     0 |   0.0 |1689M|2052 |   - |2594 |1142 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 |      --      |    Inf 
1158.42/1158.44	c  1060s|  5800k|  5745k|     0 |   0.0 |1691M|2052 |   - |2594 |1123 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 |      --      |    Inf 
1160.32/1160.39	c  1062s|  5810k|  5755k|     0 |   0.0 |1694M|2052 |   - |2594 |1186 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 |      --      |    Inf 
1162.32/1162.35	c  1064s|  5820k|  5765k|     0 |   0.0 |1697M|2052 |   - |2594 |1149 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 |      --      |    Inf 
1164.33/1164.35	c  1066s|  5830k|  5774k|     0 |   0.0 |1700M|2052 |   - |2594 |1200 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 |      --      |    Inf 
1166.32/1166.32	c  1067s|  5840k|  5784k|     0 |   0.0 |1703M|2052 |   - |2594 |1167 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 |      --      |    Inf 
1168.32/1168.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1168.32/1168.34	c  1069s|  5850k|  5794k|     0 |   0.0 |1706M|2052 |   - |2594 |1163 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 |      --      |    Inf 
1170.23/1170.29	c  1071s|  5860k|  5804k|     0 |   0.0 |1709M|2052 |   - |2594 |1119 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 |      --      |    Inf 
1172.32/1172.31	c  1073s|  5870k|  5814k|     0 |   0.0 |1712M|2052 |   - |2594 |1149 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 |      --      |    Inf 
1174.32/1174.30	c  1075s|  5880k|  5824k|     0 |   0.0 |1715M|2052 |   - |2594 |1190 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 |      --      |    Inf 
1176.33/1176.31	c  1077s|  5890k|  5834k|     0 |   0.0 |1718M|2052 |   - |2594 |1238 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 |      --      |    Inf 
1178.23/1178.28	c  1078s|  5900k|  5844k|     0 |   0.0 |1720M|2052 |   - |2594 |1264 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 |      --      |    Inf 
1180.23/1180.25	c  1080s|  5910k|  5854k|     0 |   0.0 |1723M|2052 |   - |2594 |1230 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 |      --      |    Inf 
1182.22/1182.22	c  1082s|  5920k|  5864k|     0 |   0.0 |1726M|2052 |   - |2594 |1236 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 |      --      |    Inf 
1184.23/1184.25	c  1084s|  5930k|  5873k|     0 |   0.0 |1729M|2052 |   - |2594 |1169 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 |      --      |    Inf 
1186.22/1186.25	c  1086s|  5940k|  5883k|     0 |   0.0 |1732M|2052 |   - |2594 |1197 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 |      --      |    Inf 
1188.22/1188.22	c  1088s|  5950k|  5893k|     0 |   0.0 |1735M|2052 |   - |2594 |1165 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 |      --      |    Inf 
1190.22/1190.21	c  1089s|  5960k|  5903k|     0 |   0.0 |1738M|2052 |   - |2594 |1173 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 |      --      |    Inf 
1192.12/1192.18	c  1091s|  5970k|  5913k|     0 |   0.0 |1741M|2052 |   - |2594 |1137 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 |      --      |    Inf 
1194.12/1194.17	c  1093s|  5980k|  5923k|     0 |   0.0 |1744M|2052 |   - |2594 |1133 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 |      --      |    Inf 
1196.12/1196.13	c  1095s|  5990k|  5933k|     0 |   0.0 |1746M|2052 |   - |2594 |1145 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 |      --      |    Inf 
1198.02/1198.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1198.02/1198.09	c  1097s|  6000k|  5943k|     0 |   0.0 |1749M|2052 |   - |2594 |1097 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 |      --      |    Inf 
1200.02/1200.05	c  1099s|  6010k|  5953k|     0 |   0.0 |1752M|2052 |   - |2594 |1065 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 |      --      |    Inf 
1202.02/1202.02	c  1100s|  6020k|  5963k|     0 |   0.0 |1755M|2052 |   - |2594 |1099 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 |      --      |    Inf 
1203.92/1203.98	c  1102s|  6030k|  5973k|     0 |   0.0 |1758M|2052 |   - |2594 |1089 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 |      --      |    Inf 
1205.93/1205.93	c  1104s|  6040k|  5983k|     0 |   0.0 |1761M|2052 |   - |2594 |1096 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 |      --      |    Inf 
1207.92/1207.91	c  1106s|  6050k|  5992k|     0 |   0.0 |1764M|2052 |   - |2594 |1162 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 |      --      |    Inf 
1209.93/1209.93	c  1108s|  6060k|  6002k|     0 |   0.0 |1767M|2052 |   - |2594 |1251 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 |      --      |    Inf 
1211.92/1211.93	c  1110s|  6070k|  6012k|     0 |   0.0 |1770M|2052 |   - |2594 |1256 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 |      --      |    Inf 
1213.83/1213.89	c  1111s|  6080k|  6022k|     0 |   0.0 |1773M|2052 |   - |2594 |1243 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 |      --      |    Inf 
1215.83/1215.86	c  1113s|  6090k|  6032k|     0 |   0.0 |1775M|2052 |   - |2594 |1257 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 |      --      |    Inf 
1217.82/1217.82	c  1115s|  6100k|  6042k|     0 |   0.0 |1778M|2052 |   - |2594 |1175 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 |      --      |    Inf 
1219.83/1219.82	c  1117s|  6110k|  6052k|     0 |   0.0 |1781M|2052 |   - |2594 |1178 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 |      --      |    Inf 
1221.72/1221.79	c  1119s|  6120k|  6062k|     0 |   0.0 |1784M|2052 |   - |2594 |1170 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 |      --      |    Inf 
1223.72/1223.75	c  1120s|  6130k|  6072k|     0 |   0.0 |1787M|2052 |   - |2594 |1225 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 |      --      |    Inf 
1225.73/1225.73	c  1122s|  6140k|  6082k|     0 |   0.0 |1790M|2052 |   - |2594 |1214 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 |      --      |    Inf 
1227.73/1227.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1227.73/1227.70	c  1124s|  6150k|  6092k|     0 |   0.0 |1793M|2052 |   - |2594 |1224 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 |      --      |    Inf 
1229.63/1229.64	c  1126s|  6160k|  6101k|     0 |   0.0 |1796M|2052 |   - |2594 |1169 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 |      --      |    Inf 
1231.62/1231.61	c  1128s|  6170k|  6111k|     0 |   0.0 |1799M|2052 |   - |2594 |1186 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 |      --      |    Inf 
1233.52/1233.57	c  1129s|  6180k|  6121k|     0 |   0.0 |1802M|2052 |   - |2594 |1157 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 |      --      |    Inf 
1235.52/1235.59	c  1131s|  6190k|  6131k|     0 |   0.0 |1804M|2052 |   - |2594 |1198 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 |      --      |    Inf 
1237.53/1237.56	c  1133s|  6200k|  6141k|     0 |   0.0 |1807M|2052 |   - |2594 |1160 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 |      --      |    Inf 
1239.52/1239.53	c  1135s|  6210k|  6151k|     0 |   0.0 |1810M|2052 |   - |2594 |1188 |   0 |   0 |   0 | 302k|   0 | 0.000000e+00 |      --      |    Inf 
1241.43/1241.49	c  1136s|  6220k|  6161k|     0 |   0.0 |1813M|2052 |   - |2594 |1200 |   0 |   0 |   0 | 302k|   0 | 0.000000e+00 |      --      |    Inf 
1243.42/1243.49	c  1138s|  6230k|  6171k|     0 |   0.0 |1816M|2052 |   - |2594 |1256 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 |      --      |    Inf 
1245.43/1245.43	c  1140s|  6240k|  6181k|     0 |   0.0 |1819M|2052 |   - |2594 |1200 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 |      --      |    Inf 
1247.43/1247.41	c  1142s|  6250k|  6191k|     0 |   0.0 |1822M|2052 |   - |2594 |1213 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 |      --      |    Inf 
1249.42/1249.40	c  1144s|  6260k|  6201k|     0 |   0.0 |1825M|2052 |   - |2594 |1179 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 |      --      |    Inf 
1251.42/1251.43	c  1145s|  6270k|  6210k|     0 |   0.0 |1828M|2052 |   - |2594 |1217 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 |      --      |    Inf 
1253.42/1253.41	c  1147s|  6280k|  6220k|     0 |   0.0 |1831M|2052 |   - |2594 |1218 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 |      --      |    Inf 
1255.33/1255.37	c  1149s|  6290k|  6230k|     0 |   0.0 |1833M|2052 |   - |2594 |1223 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 |      --      |    Inf 
1257.33/1257.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1257.33/1257.33	c  1151s|  6300k|  6240k|     0 |   0.0 |1836M|2052 |   - |2594 |1268 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 |      --      |    Inf 
1259.22/1259.28	c  1153s|  6310k|  6250k|     0 |   0.0 |1839M|2052 |   - |2594 |1240 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 |      --      |    Inf 
1261.23/1261.22	c  1154s|  6320k|  6260k|     0 |   0.0 |1842M|2052 |   - |2594 |1197 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 |      --      |    Inf 
1263.13/1263.17	c  1156s|  6330k|  6270k|     0 |   0.0 |1845M|2052 |   - |2594 |1185 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 |      --      |    Inf 
1265.12/1265.14	c  1158s|  6340k|  6280k|     0 |   0.0 |1848M|2052 |   - |2594 |1178 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 |      --      |    Inf 
1267.13/1267.14	c  1160s|  6350k|  6290k|     0 |   0.0 |1851M|2052 |   - |2594 |1232 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 |      --      |    Inf 
1269.12/1269.15	c  1161s|  6360k|  6300k|     0 |   0.0 |1854M|2052 |   - |2594 |1206 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 |      --      |    Inf 
1271.13/1271.14	c  1163s|  6370k|  6310k|     0 |   0.0 |1857M|2052 |   - |2594 |1227 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 |      --      |    Inf 
1273.13/1273.11	c  1165s|  6380k|  6319k|     0 |   0.0 |1860M|2052 |   - |2594 |1225 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 |      --      |    Inf 
1275.02/1275.06	c  1167s|  6390k|  6329k|     0 |   0.0 |1862M|2052 |   - |2594 |1212 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 |      --      |    Inf 
1277.04/1277.01	c  1169s|  6400k|  6339k|     0 |   0.0 |1865M|2052 |   - |2594 |1217 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 |      --      |    Inf 
1278.93/1278.97	c  1170s|  6410k|  6349k|     0 |   0.0 |1868M|2052 |   - |2594 |1225 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 |      --      |    Inf 
1280.93/1280.92	c  1172s|  6420k|  6359k|     0 |   0.0 |1871M|2052 |   - |2594 |1193 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 |      --      |    Inf 
1282.82/1282.89	c  1174s|  6430k|  6369k|     0 |   0.0 |1874M|2052 |   - |2594 |1177 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 |      --      |    Inf 
1284.83/1284.87	c  1176s|  6440k|  6379k|     0 |   0.0 |1877M|2052 |   - |2594 |1136 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 |      --      |    Inf 
1286.82/1286.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1286.82/1286.83	c  1177s|  6450k|  6389k|     0 |   0.0 |1880M|2052 |   - |2594 |1163 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 |      --      |    Inf 
1288.83/1288.83	c  1179s|  6460k|  6399k|     0 |   0.0 |1883M|2052 |   - |2594 |1184 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 |      --      |    Inf 
1290.83/1290.80	c  1181s|  6470k|  6409k|     0 |   0.0 |1886M|2052 |   - |2594 |1117 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 |      --      |    Inf 
1292.83/1292.81	c  1183s|  6480k|  6419k|     0 |   0.0 |1889M|2052 |   - |2594 |1158 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 |      --      |    Inf 
1294.73/1294.76	c  1185s|  6490k|  6428k|     0 |   0.0 |1891M|2052 |   - |2594 |1192 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 |      --      |    Inf 
1296.72/1296.72	c  1186s|  6500k|  6438k|     0 |   0.0 |1894M|2052 |   - |2594 |1169 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 |      --      |    Inf 
1298.62/1298.68	c  1188s|  6510k|  6448k|     0 |   0.0 |1897M|2052 |   - |2594 |1118 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 |      --      |    Inf 
1300.63/1300.65	c  1190s|  6520k|  6458k|     0 |   0.0 |1900M|2052 |   - |2594 |1153 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 |      --      |    Inf 
1302.62/1302.63	c  1192s|  6530k|  6468k|     0 |   0.0 |1903M|2052 |   - |2594 |1116 |   0 |   0 |   0 | 317k|   0 | 0.000000e+00 |      --      |    Inf 
1304.63/1304.64	c  1194s|  6540k|  6478k|     0 |   0.0 |1906M|2052 |   - |2594 |1159 |   0 |   0 |   0 | 317k|   0 | 0.000000e+00 |      --      |    Inf 
1306.53/1306.59	c  1195s|  6550k|  6488k|     0 |   0.0 |1909M|2052 |   - |2594 |1202 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 |      --      |    Inf 
1308.53/1308.59	c  1197s|  6560k|  6498k|     0 |   0.0 |1912M|2052 |   - |2594 |1169 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 |      --      |    Inf 
1310.53/1310.54	c  1199s|  6570k|  6508k|     0 |   0.0 |1915M|2052 |   - |2594 |1162 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 |      --      |    Inf 
1312.43/1312.46	c  1201s|  6580k|  6518k|     0 |   0.0 |1918M|2052 |   - |2594 |1150 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 |      --      |    Inf 
1314.43/1314.42	c  1202s|  6590k|  6528k|     0 |   0.0 |1920M|2052 |   - |2594 |1140 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 |      --      |    Inf 
1316.43/1316.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1316.43/1316.41	c  1204s|  6600k|  6537k|     0 |   0.0 |1923M|2052 |   - |2594 |1191 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 |      --      |    Inf 
1318.32/1318.36	c  1206s|  6610k|  6547k|     0 |   0.0 |1926M|2052 |   - |2594 |1174 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 |      --      |    Inf 
1320.33/1320.32	c  1208s|  6620k|  6557k|     0 |   0.0 |1929M|2052 |   - |2594 |1205 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 |      --      |    Inf 
1322.24/1322.28	c  1210s|  6630k|  6567k|     0 |   0.0 |1932M|2052 |   - |2594 |1257 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 |      --      |    Inf 
1324.23/1324.25	c  1211s|  6640k|  6577k|     0 |   0.0 |1935M|2052 |   - |2594 |1191 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 |      --      |    Inf 
1326.23/1326.21	c  1213s|  6650k|  6587k|     0 |   0.0 |1938M|2052 |   - |2594 |1186 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 |      --      |    Inf 
1328.12/1328.14	c  1215s|  6660k|  6597k|     0 |   0.0 |1941M|2052 |   - |2594 |1225 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 |      --      |    Inf 
1330.02/1330.10	c  1217s|  6670k|  6607k|     0 |   0.0 |1944M|2052 |   - |2594 |1209 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 |      --      |    Inf 
1332.13/1332.11	c  1219s|  6680k|  6617k|     0 |   0.0 |1947M|2052 |   - |2594 |1196 |   0 |   0 |   0 | 324k|   0 | 0.000000e+00 |      --      |    Inf 
1334.03/1334.08	c  1220s|  6690k|  6627k|     0 |   0.0 |1950M|2052 |   - |2594 |1227 |   0 |   0 |   0 | 324k|   0 | 0.000000e+00 |      --      |    Inf 
1336.03/1336.06	c  1222s|  6700k|  6637k|     0 |   0.0 |1952M|2052 |   - |2594 |1240 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 |      --      |    Inf 
1338.03/1338.01	c  1224s|  6710k|  6646k|     0 |   0.0 |1955M|2052 |   - |2594 |1219 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 |      --      |    Inf 
1339.93/1339.97	c  1226s|  6720k|  6656k|     0 |   0.0 |1958M|2052 |   - |2594 |1184 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 |      --      |    Inf 
1341.93/1341.93	c  1227s|  6730k|  6666k|     0 |   0.0 |1961M|2052 |   - |2594 |1220 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 |      --      |    Inf 
1343.93/1343.91	c  1229s|  6740k|  6676k|     0 |   0.0 |1964M|2052 |   - |2594 |1215 |   0 |   0 |   0 | 327k|   0 | 0.000000e+00 |      --      |    Inf 
1345.93/1345.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1345.93/1345.90	c  1231s|  6750k|  6686k|     0 |   0.0 |1967M|2052 |   - |2594 |1245 |   0 |   0 |   0 | 327k|   0 | 0.000000e+00 |      --      |    Inf 
1347.83/1347.89	c  1233s|  6760k|  6696k|     0 |   0.0 |1970M|2052 |   - |2594 |1225 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 |      --      |    Inf 
1349.83/1349.88	c  1235s|  6770k|  6706k|     0 |   0.0 |1973M|2052 |   - |2594 |1263 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 |      --      |    Inf 
1351.83/1351.87	c  1236s|  6780k|  6716k|     0 |   0.0 |1976M|2052 |   - |2594 |1282 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 |      --      |    Inf 
1353.83/1353.85	c  1238s|  6790k|  6726k|     0 |   0.0 |1979M|2052 |   - |2594 |1319 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 |      --      |    Inf 
1355.82/1355.86	c  1240s|  6800k|  6736k|     0 |   0.0 |1982M|2052 |   - |2594 |1291 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 |      --      |    Inf 
1357.83/1357.88	c  1242s|  6810k|  6745k|     0 |   0.0 |1984M|2052 |   - |2594 |1337 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 |      --      |    Inf 
1359.83/1359.84	c  1244s|  6820k|  6755k|     0 |   0.0 |1987M|2052 |   - |2594 |1306 |   0 |   0 |   0 | 331k|   0 | 0.000000e+00 |      --      |    Inf 
1361.74/1361.80	c  1245s|  6830k|  6765k|     0 |   0.0 |1990M|2052 |   - |2594 |1359 |   0 |   0 |   0 | 331k|   0 | 0.000000e+00 |      --      |    Inf 
1363.73/1363.77	c  1247s|  6840k|  6775k|     0 |   0.0 |1993M|2052 |   - |2594 |1286 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 |      --      |    Inf 
1365.73/1365.74	c  1249s|  6850k|  6785k|     0 |   0.0 |1996M|2052 |   - |2594 |1274 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 |      --      |    Inf 
1367.72/1367.72	c  1251s|  6860k|  6795k|     0 |   0.0 |1999M|2052 |   - |2594 |1262 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 |      --      |    Inf 
1369.63/1369.69	c  1253s|  6870k|  6805k|     0 |   0.0 |2002M|2052 |   - |2594 |1275 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 |      --      |    Inf 
1371.64/1371.65	c  1254s|  6880k|  6815k|     0 |   0.0 |2005M|2052 |   - |2594 |1293 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 |      --      |    Inf 
1373.63/1373.64	c  1256s|  6890k|  6825k|     0 |   0.0 |2007M|2052 |   - |2594 |1259 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 |      --      |    Inf 
1375.63/1375.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1375.63/1375.61	c  1258s|  6900k|  6835k|     0 |   0.0 |2010M|2052 |   - |2594 |1277 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 |      --      |    Inf 
1377.53/1377.55	c  1260s|  6910k|  6845k|     0 |   0.0 |2013M|2052 |   - |2594 |1236 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 |      --      |    Inf 
1379.53/1379.51	c  1261s|  6920k|  6854k|     0 |   0.0 |2016M|2052 |   - |2594 |1200 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 |      --      |    Inf 
1381.43/1381.48	c  1263s|  6930k|  6864k|     0 |   0.0 |2019M|2052 |   - |2594 |1150 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 |      --      |    Inf 
1383.43/1383.46	c  1265s|  6940k|  6874k|     0 |   0.0 |2022M|2052 |   - |2594 |1131 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 |      --      |    Inf 
1385.42/1385.42	c  1267s|  6950k|  6884k|     0 |   0.0 |2025M|2052 |   - |2594 |1135 |   0 |   0 |   0 | 337k|   0 | 0.000000e+00 |      --      |    Inf 
1387.43/1387.41	c  1269s|  6960k|  6894k|     0 |   0.0 |2028M|2052 |   - |2594 |1151 |   0 |   0 |   0 | 337k|   0 | 0.000000e+00 |      --      |    Inf 
1389.33/1389.36	c  1270s|  6970k|  6904k|     0 |   0.0 |2031M|2052 |   - |2594 |1193 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 |      --      |    Inf 
1391.33/1391.33	c  1272s|  6980k|  6914k|     0 |   0.0 |2034M|2052 |   - |2594 |1194 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 |      --      |    Inf 
1393.23/1393.29	c  1274s|  6990k|  6924k|     0 |   0.0 |2037M|2052 |   - |2594 |1180 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 |      --      |    Inf 
1395.23/1395.24	c  1276s|  7000k|  6934k|     0 |   0.0 |2039M|2052 |   - |2594 |1228 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 |      --      |    Inf 
1397.13/1397.16	c  1277s|  7010k|  6944k|     0 |   0.0 |2042M|2052 |   - |2594 |1216 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 |      --      |    Inf 
1399.13/1399.17	c  1279s|  7020k|  6954k|     0 |   0.0 |2045M|2052 |   - |2594 |1237 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 |      --      |    Inf 
1401.13/1401.13	c  1281s|  7030k|  6964k|     0 |   0.0 |2048M|2052 |   - |2594 |1213 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 |      --      |    Inf 
1403.13/1403.11	c  1283s|  7040k|  6973k|     0 |   0.0 |2051M|2052 |   - |2594 |1221 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 |      --      |    Inf 
1405.13/1405.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1405.13/1405.11	c  1285s|  7050k|  6983k|     0 |   0.0 |2054M|2052 |   - |2594 |1230 |   0 |   0 |   0 | 342k|   0 | 0.000000e+00 |      --      |    Inf 
1407.03/1407.07	c  1286s|  7060k|  6993k|     0 |   0.0 |2057M|2052 |   - |2594 |1196 |   0 |   0 |   0 | 342k|   0 | 0.000000e+00 |      --      |    Inf 
1408.93/1408.99	c  1288s|  7070k|  7003k|     0 |   0.0 |2060M|2052 |   - |2594 |1224 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 |      --      |    Inf 
1410.93/1410.96	c  1290s|  7080k|  7013k|     0 |   0.0 |2063M|2052 |   - |2594 |1204 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 |      --      |    Inf 
1412.93/1412.91	c  1292s|  7090k|  7023k|     0 |   0.0 |2066M|2052 |   - |2594 |1218 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 |      --      |    Inf 
1414.83/1414.88	c  1294s|  7100k|  7033k|     0 |   0.0 |2069M|2052 |   - |2594 |1220 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 |      --      |    Inf 
1416.84/1416.83	c  1295s|  7110k|  7043k|     0 |   0.0 |2071M|2052 |   - |2594 |1229 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 |      --      |    Inf 
1418.83/1418.82	c  1297s|  7120k|  7053k|     0 |   0.0 |2074M|2052 |   - |2594 |1231 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 |      --      |    Inf 
1420.83/1420.80	c  1299s|  7130k|  7063k|     0 |   0.0 |2077M|2052 |   - |2594 |1270 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 |      --      |    Inf 
1422.83/1422.82	c  1301s|  7140k|  7072k|     0 |   0.0 |2080M|2052 |   - |2594 |1233 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 |      --      |    Inf 
1424.73/1424.79	c  1303s|  7150k|  7082k|     0 |   0.0 |2083M|2052 |   - |2594 |1227 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 |      --      |    Inf 
1426.74/1426.76	c  1304s|  7160k|  7092k|     0 |   0.0 |2086M|2052 |   - |2594 |1228 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 |      --      |    Inf 
1428.63/1428.69	c  1306s|  7170k|  7102k|     0 |   0.0 |2089M|2052 |   - |2594 |1160 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 |      --      |    Inf 
1430.63/1430.64	c  1308s|  7180k|  7112k|     0 |   0.0 |2092M|2052 |   - |2594 |1153 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 |      --      |    Inf 
1432.63/1432.65	c  1310s|  7190k|  7122k|     0 |   0.0 |2095M|2052 |   - |2594 |1204 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 |      --      |    Inf 
1434.63/1434.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1434.63/1434.62	c  1312s|  7200k|  7132k|     0 |   0.0 |2098M|2052 |   - |2594 |1181 |   0 |   0 |   0 | 349k|   0 | 0.000000e+00 |      --      |    Inf 
1436.54/1436.59	c  1313s|  7210k|  7142k|     0 |   0.0 |2101M|2052 |   - |2594 |1229 |   0 |   0 |   0 | 349k|   0 | 0.000000e+00 |      --      |    Inf 
1438.54/1438.57	c  1315s|  7220k|  7152k|     0 |   0.0 |2104M|2052 |   - |2594 |1282 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 |      --      |    Inf 
1440.53/1440.53	c  1317s|  7230k|  7162k|     0 |   0.0 |2106M|2052 |   - |2594 |1179 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 |      --      |    Inf 
1442.43/1442.47	c  1319s|  7240k|  7172k|     0 |   0.0 |2109M|2052 |   - |2594 |1178 |   0 |   0 |   0 | 351k|   0 | 0.000000e+00 |      --      |    Inf 
1444.44/1444.43	c  1320s|  7250k|  7181k|     0 |   0.0 |2112M|2052 |   - |2594 |1189 |   0 |   0 |   0 | 351k|   0 | 0.000000e+00 |      --      |    Inf 
1446.33/1446.38	c  1322s|  7260k|  7191k|     0 |   0.0 |2115M|2052 |   - |2594 |1165 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 |      --      |    Inf 
1448.33/1448.34	c  1324s|  7270k|  7201k|     0 |   0.0 |2118M|2052 |   - |2594 |1148 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 |      --      |    Inf 
1450.34/1450.31	c  1326s|  7280k|  7211k|     0 |   0.0 |2121M|2052 |   - |2594 |1127 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 |      --      |    Inf 
1452.33/1452.33	c  1328s|  7290k|  7221k|     0 |   0.0 |2124M|2052 |   - |2594 |1161 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 |      --      |    Inf 
1454.23/1454.28	c  1329s|  7300k|  7231k|     0 |   0.0 |2127M|2052 |   - |2594 |1142 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 |      --      |    Inf 
1456.24/1456.27	c  1331s|  7310k|  7241k|     0 |   0.0 |2130M|2052 |   - |2594 |1207 |   0 |   0 |   0 | 354k|   0 | 0.000000e+00 |      --      |    Inf 
1458.23/1458.25	c  1333s|  7320k|  7251k|     0 |   0.0 |2133M|2052 |   - |2594 |1200 |   0 |   0 |   0 | 354k|   0 | 0.000000e+00 |      --      |    Inf 
1460.23/1460.23	c  1335s|  7330k|  7261k|     0 |   0.0 |2136M|2052 |   - |2594 |1147 |   0 |   0 |   0 | 355k|   0 | 0.000000e+00 |      --      |    Inf 
1462.13/1462.15	c  1337s|  7340k|  7271k|     0 |   0.0 |2138M|2052 |   - |2594 |1182 |   0 |   0 |   0 | 355k|   0 | 0.000000e+00 |      --      |    Inf 
1464.14/1464.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1464.14/1464.13	c  1338s|  7350k|  7281k|     0 |   0.0 |2141M|2052 |   - |2594 |1180 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 |      --      |    Inf 
1466.14/1466.11	c  1340s|  7360k|  7291k|     0 |   0.0 |2144M|2052 |   - |2594 |1203 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 |      --      |    Inf 
1468.03/1468.09	c  1342s|  7370k|  7300k|     0 |   0.0 |2147M|2052 |   - |2594 |1148 |   0 |   0 |   0 | 357k|   0 | 0.000000e+00 |      --      |    Inf 
1470.03/1470.09	c  1344s|  7380k|  7310k|     0 |   0.0 |2150M|2052 |   - |2594 |1181 |   0 |   0 |   0 | 357k|   0 | 0.000000e+00 |      --      |    Inf 
1472.04/1472.06	c  1346s|  7390k|  7320k|     0 |   0.0 |2153M|2052 |   - |2594 |1180 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 |      --      |    Inf 
1474.13/1474.19	c  1348s|  7400k|  7330k|     0 |   0.0 |2156M|2052 |   - |2594 |1264 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 |      --      |    Inf 
1476.14/1476.12	c  1349s|  7410k|  7340k|     0 |   0.0 |2159M|2052 |   - |2594 |1232 |   0 |   0 |   0 | 359k|   0 | 0.000000e+00 |      --      |    Inf 
1478.13/1478.11	c  1351s|  7420k|  7350k|     0 |   0.0 |2162M|2052 |   - |2594 |1251 |   0 |   0 |   0 | 359k|   0 | 0.000000e+00 |      --      |    Inf 
1480.03/1480.04	c  1353s|  7430k|  7360k|     0 |   0.0 |2165M|2052 |   - |2594 |1247 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 |      --      |    Inf 
1481.94/1481.99	c  1355s|  7440k|  7370k|     0 |   0.0 |2168M|2052 |   - |2594 |1189 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 |      --      |    Inf 
1483.94/1483.99	c  1356s|  7450k|  7380k|     0 |   0.0 |2170M|2052 |   - |2594 |1206 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 |      --      |    Inf 
1485.93/1485.98	c  1358s|  7460k|  7390k|     0 |   0.0 |2173M|2052 |   - |2594 |1192 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 |      --      |    Inf 
1487.93/1487.95	c  1360s|  7470k|  7400k|     0 |   0.0 |2176M|2052 |   - |2594 |1183 |   0 |   0 |   0 | 362k|   0 | 0.000000e+00 |      --      |    Inf 
1489.93/1489.91	c  1362s|  7480k|  7409k|     0 |   0.0 |2179M|2052 |   - |2594 |1231 |   0 |   0 |   0 | 362k|   0 | 0.000000e+00 |      --      |    Inf 
1491.83/1491.87	c  1364s|  7490k|  7419k|     0 |   0.0 |2182M|2052 |   - |2594 |1222 |   0 |   0 |   0 | 363k|   0 | 0.000000e+00 |      --      |    Inf 
1493.84/1493.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1493.84/1493.84	c  1365s|  7500k|  7429k|     0 |   0.0 |2185M|2052 |   - |2594 |1181 |   0 |   0 |   0 | 363k|   0 | 0.000000e+00 |      --      |    Inf 
1495.73/1495.78	c  1367s|  7510k|  7439k|     0 |   0.0 |2188M|2052 |   - |2594 |1177 |   0 |   0 |   0 | 364k|   0 | 0.000000e+00 |      --      |    Inf 
1497.73/1497.73	c  1369s|  7520k|  7449k|     0 |   0.0 |2191M|2052 |   - |2594 |1178 |   0 |   0 |   0 | 364k|   0 | 0.000000e+00 |      --      |    Inf 
1499.64/1499.69	c  1371s|  7530k|  7459k|     0 |   0.0 |2194M|2052 |   - |2594 |1106 |   0 |   0 |   0 | 364k|   0 | 0.000000e+00 |      --      |    Inf 
1501.64/1501.65	c  1372s|  7540k|  7469k|     0 |   0.0 |2197M|2052 |   - |2594 |1109 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 |      --      |    Inf 
1503.64/1503.63	c  1374s|  7550k|  7479k|     0 |   0.0 |2200M|2052 |   - |2594 |1151 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 |      --      |    Inf 
1505.63/1505.66	c  1376s|  7560k|  7489k|     0 |   0.0 |2202M|2052 |   - |2594 |1200 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 |      --      |    Inf 
1507.63/1507.68	c  1378s|  7570k|  7499k|     0 |   0.0 |2205M|2052 |   - |2594 |1256 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 |      --      |    Inf 
1509.63/1509.63	c  1380s|  7580k|  7508k|     0 |   0.0 |2208M|2052 |   - |2594 |1236 |   0 |   0 |   0 | 367k|   0 | 0.000000e+00 |      --      |    Inf 
1511.64/1511.63	c  1382s|  7590k|  7518k|     0 |   0.0 |2211M|2052 |   - |2594 |1246 |   0 |   0 |   0 | 367k|   0 | 0.000000e+00 |      --      |    Inf 
1513.54/1513.56	c  1383s|  7600k|  7528k|     0 |   0.0 |2214M|2052 |   - |2594 |1251 |   0 |   0 |   0 | 368k|   0 | 0.000000e+00 |      --      |    Inf 
1515.43/1515.49	c  1385s|  7610k|  7538k|     0 |   0.0 |2217M|2052 |   - |2594 |1276 |   0 |   0 |   0 | 368k|   0 | 0.000000e+00 |      --      |    Inf 
1517.44/1517.43	c  1387s|  7620k|  7548k|     0 |   0.0 |2220M|2052 |   - |2594 |1265 |   0 |   0 |   0 | 369k|   0 | 0.000000e+00 |      --      |    Inf 
1519.44/1519.40	c  1389s|  7630k|  7558k|     0 |   0.0 |2223M|2052 |   - |2594 |1260 |   0 |   0 |   0 | 369k|   0 | 0.000000e+00 |      --      |    Inf 
1521.34/1521.39	c  1390s|  7640k|  7568k|     0 |   0.0 |2226M|2052 |   - |2594 |1295 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 |      --      |    Inf 
1523.33/1523.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1523.33/1523.40	c  1392s|  7650k|  7578k|     0 |   0.0 |2229M|2052 |   - |2594 |1268 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 |      --      |    Inf 
1525.34/1525.39	c  1394s|  7660k|  7588k|     0 |   0.0 |2232M|2052 |   - |2594 |1292 |   0 |   0 |   0 | 371k|   0 | 0.000000e+00 |      --      |    Inf 
1527.33/1527.35	c  1396s|  7670k|  7598k|     0 |   0.0 |2234M|2052 |   - |2594 |1241 |   0 |   0 |   0 | 371k|   0 | 0.000000e+00 |      --      |    Inf 
1529.33/1529.30	c  1397s|  7680k|  7608k|     0 |   0.0 |2237M|2052 |   - |2594 |1230 |   0 |   0 |   0 | 372k|   0 | 0.000000e+00 |      --      |    Inf 
1531.24/1531.21	c  1399s|  7690k|  7617k|     0 |   0.0 |2240M|2052 |   - |2594 |1222 |   0 |   0 |   0 | 372k|   0 | 0.000000e+00 |      --      |    Inf 
1533.14/1533.19	c  1401s|  7700k|  7627k|     0 |   0.0 |2243M|2052 |   - |2594 |1219 |   0 |   0 |   0 | 373k|   0 | 0.000000e+00 |      --      |    Inf 
1535.14/1535.18	c  1403s|  7710k|  7637k|     0 |   0.0 |2246M|2052 |   - |2594 |1164 |   0 |   0 |   0 | 373k|   0 | 0.000000e+00 |      --      |    Inf 
1537.13/1537.15	c  1405s|  7720k|  7647k|     0 |   0.0 |2249M|2052 |   - |2594 |1185 |   0 |   0 |   0 | 374k|   0 | 0.000000e+00 |      --      |    Inf 
1539.13/1539.10	c  1406s|  7730k|  7657k|     0 |   0.0 |2252M|2052 |   - |2594 |1148 |   0 |   0 |   0 | 374k|   0 | 0.000000e+00 |      --      |    Inf 
1541.04/1541.10	c  1408s|  7740k|  7667k|     0 |   0.0 |2255M|2052 |   - |2594 |1217 |   0 |   0 |   0 | 375k|   0 | 0.000000e+00 |      --      |    Inf 
1543.04/1543.08	c  1410s|  7750k|  7677k|     0 |   0.0 |2258M|2052 |   - |2594 |1208 |   0 |   0 |   0 | 375k|   0 | 0.000000e+00 |      --      |    Inf 
1545.04/1545.02	c  1412s|  7760k|  7687k|     0 |   0.0 |2261M|2052 |   - |2594 |1181 |   0 |   0 |   0 | 375k|   0 | 0.000000e+00 |      --      |    Inf 
1547.03/1547.04	c  1414s|  7770k|  7697k|     0 |   0.0 |2263M|2052 |   - |2594 |1174 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 |      --      |    Inf 
1548.93/1548.99	c  1415s|  7780k|  7707k|     0 |   0.0 |2266M|2052 |   - |2594 |1146 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 |      --      |    Inf 
1550.94/1550.93	c  1417s|  7790k|  7717k|     0 |   0.0 |2269M|2052 |   - |2594 |1127 |   0 |   0 |   0 | 377k|   0 | 0.000000e+00 |      --      |    Inf 
1552.94/1552.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1552.94/1552.91	c  1419s|  7800k|  7726k|     0 |   0.0 |2272M|2052 |   - |2594 |1188 |   0 |   0 |   0 | 377k|   0 | 0.000000e+00 |      --      |    Inf 
1554.84/1554.89	c  1421s|  7810k|  7736k|     0 |   0.0 |2275M|2052 |   - |2594 |1146 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 |      --      |    Inf 
1556.83/1556.86	c  1423s|  7820k|  7746k|     0 |   0.0 |2278M|2052 |   - |2594 |1182 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 |      --      |    Inf 
1558.83/1558.82	c  1424s|  7830k|  7756k|     0 |   0.0 |2281M|2052 |   - |2594 |1173 |   0 |   0 |   0 | 379k|   0 | 0.000000e+00 |      --      |    Inf 
1560.73/1560.78	c  1426s|  7840k|  7766k|     0 |   0.0 |2284M|2052 |   - |2594 |1175 |   0 |   0 |   0 | 379k|   0 | 0.000000e+00 |      --      |    Inf 
1562.74/1562.74	c  1428s|  7850k|  7776k|     0 |   0.0 |2287M|2052 |   - |2594 |1168 |   0 |   0 |   0 | 380k|   0 | 0.000000e+00 |      --      |    Inf 
1564.73/1564.72	c  1430s|  7860k|  7786k|     0 |   0.0 |2290M|2052 |   - |2594 |1168 |   0 |   0 |   0 | 380k|   0 | 0.000000e+00 |      --      |    Inf 
1566.64/1566.67	c  1431s|  7870k|  7796k|     0 |   0.0 |2292M|2052 |   - |2594 |1192 |   0 |   0 |   0 | 381k|   0 | 0.000000e+00 |      --      |    Inf 
1568.64/1568.63	c  1433s|  7880k|  7806k|     0 |   0.0 |2295M|2052 |   - |2594 |1140 |   0 |   0 |   0 | 381k|   0 | 0.000000e+00 |      --      |    Inf 
1570.63/1570.60	c  1435s|  7890k|  7816k|     0 |   0.0 |2298M|2052 |   - |2594 |1180 |   0 |   0 |   0 | 382k|   0 | 0.000000e+00 |      --      |    Inf 
1572.53/1572.55	c  1437s|  7900k|  7826k|     0 |   0.0 |2301M|2052 |   - |2594 |1189 |   0 |   0 |   0 | 382k|   0 | 0.000000e+00 |      --      |    Inf 
1574.53/1574.52	c  1439s|  7910k|  7835k|     0 |   0.0 |2304M|2052 |   - |2594 |1182 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 |      --      |    Inf 
1576.44/1576.49	c  1440s|  7920k|  7845k|     0 |   0.0 |2307M|2052 |   - |2594 |1245 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 |      --      |    Inf 
1578.44/1578.50	c  1442s|  7930k|  7855k|     0 |   0.0 |2310M|2052 |   - |2594 |1300 |   0 |   0 |   0 | 384k|   0 | 0.000000e+00 |      --      |    Inf 
1580.44/1580.47	c  1444s|  7940k|  7865k|     0 |   0.0 |2313M|2052 |   - |2594 |1233 |   0 |   0 |   0 | 384k|   0 | 0.000000e+00 |      --      |    Inf 
1582.44/1582.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1582.44/1582.40	c  1446s|  7950k|  7875k|     0 |   0.0 |2316M|2052 |   - |2594 |1255 |   0 |   0 |   0 | 385k|   0 | 0.000000e+00 |      --      |    Inf 
1584.34/1584.31	c  1447s|  7960k|  7885k|     0 |   0.0 |2319M|2052 |   - |2594 |1222 |   0 |   0 |   0 | 385k|   0 | 0.000000e+00 |      --      |    Inf 
1586.25/1586.26	c  1449s|  7970k|  7895k|     0 |   0.0 |2321M|2052 |   - |2594 |1232 |   0 |   0 |   0 | 385k|   0 | 0.000000e+00 |      --      |    Inf 
1588.24/1588.22	c  1451s|  7980k|  7905k|     0 |   0.0 |2324M|2052 |   - |2594 |1218 |   0 |   0 |   0 | 386k|   0 | 0.000000e+00 |      --      |    Inf 
1590.14/1590.18	c  1453s|  7990k|  7915k|     0 |   0.0 |2327M|2052 |   - |2594 |1204 |   0 |   0 |   0 | 386k|   0 | 0.000000e+00 |      --      |    Inf 
1592.14/1592.17	c  1454s|  8000k|  7925k|     0 |   0.0 |2330M|2052 |   - |2594 |1222 |   0 |   0 |   0 | 387k|   0 | 0.000000e+00 |      --      |    Inf 
1594.14/1594.12	c  1456s|  8010k|  7935k|     0 |   0.0 |2333M|2052 |   - |2594 |1202 |   0 |   0 |   0 | 387k|   0 | 0.000000e+00 |      --      |    Inf 
1596.14/1596.13	c  1458s|  8020k|  7944k|     0 |   0.0 |2336M|2052 |   - |2594 |1196 |   0 |   0 |   0 | 388k|   0 | 0.000000e+00 |      --      |    Inf 
1598.14/1598.14	c  1460s|  8030k|  7954k|     0 |   0.0 |2339M|2052 |   - |2594 |1194 |   0 |   0 |   0 | 388k|   0 | 0.000000e+00 |      --      |    Inf 
1600.03/1600.09	c  1462s|  8040k|  7964k|     0 |   0.0 |2342M|2052 |   - |2594 |1187 |   0 |   0 |   0 | 389k|   0 | 0.000000e+00 |      --      |    Inf 
1602.03/1602.01	c  1463s|  8050k|  7974k|     0 |   0.0 |2345M|2052 |   - |2594 |1180 |   0 |   0 |   0 | 389k|   0 | 0.000000e+00 |      --      |    Inf 
1603.93/1603.94	c  1465s|  8060k|  7984k|     0 |   0.0 |2348M|2052 |   - |2594 |1167 |   0 |   0 |   0 | 390k|   0 | 0.000000e+00 |      --      |    Inf 
1605.95/1605.91	c  1467s|  8070k|  7994k|     0 |   0.0 |2351M|2052 |   - |2594 |1185 |   0 |   0 |   0 | 390k|   0 | 0.000000e+00 |      --      |    Inf 
1607.84/1607.86	c  1469s|  8080k|  8004k|     0 |   0.0 |2353M|2052 |   - |2594 |1155 |   0 |   0 |   0 | 391k|   0 | 0.000000e+00 |      --      |    Inf 
1609.84/1609.87	c  1470s|  8090k|  8014k|     0 |   0.0 |2356M|2052 |   - |2594 |1190 |   0 |   0 |   0 | 391k|   0 | 0.000000e+00 |      --      |    Inf 
1611.83/1611.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1611.83/1611.89	c  1472s|  8100k|  8024k|     0 |   0.0 |2359M|2052 |   - |2594 |1235 |   0 |   0 |   0 | 392k|   0 | 0.000000e+00 |      --      |    Inf 
1613.84/1613.87	c  1474s|  8110k|  8034k|     0 |   0.0 |2362M|2052 |   - |2594 |1224 |   0 |   0 |   0 | 392k|   0 | 0.000000e+00 |      --      |    Inf 
1615.94/1615.91	c  1476s|  8120k|  8043k|     0 |   0.0 |2365M|2052 |   - |2594 |1260 |   0 |   0 |   0 | 393k|   0 | 0.000000e+00 |      --      |    Inf 
1617.84/1617.89	c  1478s|  8130k|  8053k|     0 |   0.0 |2368M|2052 |   - |2594 |1236 |   0 |   0 |   0 | 393k|   0 | 0.000000e+00 |      --      |    Inf 
1619.84/1619.89	c  1480s|  8140k|  8063k|     0 |   0.0 |2371M|2052 |   - |2594 |1285 |   0 |   0 |   0 | 394k|   0 | 0.000000e+00 |      --      |    Inf 
1621.84/1621.85	c  1481s|  8150k|  8073k|     0 |   0.0 |2374M|2052 |   - |2594 |1272 |   0 |   0 |   0 | 394k|   0 | 0.000000e+00 |      --      |    Inf 
1623.84/1623.82	c  1483s|  8160k|  8083k|     0 |   0.0 |2377M|2052 |   - |2594 |1287 |   0 |   0 |   0 | 395k|   0 | 0.000000e+00 |      --      |    Inf 
1625.84/1625.82	c  1485s|  8170k|  8093k|     0 |   0.0 |2380M|2052 |   - |2594 |1286 |   0 |   0 |   0 | 395k|   0 | 0.000000e+00 |      --      |    Inf 
1627.84/1627.83	c  1487s|  8180k|  8103k|     0 |   0.0 |2383M|2052 |   - |2594 |1332 |   0 |   0 |   0 | 396k|   0 | 0.000000e+00 |      --      |    Inf 
1629.84/1629.80	c  1489s|  8190k|  8113k|     0 |   0.0 |2385M|2052 |   - |2594 |1342 |   0 |   0 |   0 | 396k|   0 | 0.000000e+00 |      --      |    Inf 
1631.84/1631.81	c  1490s|  8200k|  8123k|     0 |   0.0 |2388M|2052 |   - |2594 |1376 |   0 |   0 |   0 | 397k|   0 | 0.000000e+00 |      --      |    Inf 
1633.74/1633.79	c  1492s|  8210k|  8133k|     0 |   0.0 |2391M|2052 |   - |2594 |1343 |   0 |   0 |   0 | 397k|   0 | 0.000000e+00 |      --      |    Inf 
1635.84/1635.81	c  1494s|  8220k|  8143k|     0 |   0.0 |2394M|2052 |   - |2594 |1370 |   0 |   0 |   0 | 398k|   0 | 0.000000e+00 |      --      |    Inf 
1637.95/1637.93	c  1496s|  8230k|  8152k|     0 |   0.0 |2397M|2052 |   - |2594 |1355 |   0 |   0 |   0 | 398k|   0 | 0.000000e+00 |      --      |    Inf 
1640.05/1640.08	c  1498s|  8240k|  8162k|     0 |   0.0 |2400M|2052 |   - |2594 |1308 |   0 |   0 |   0 | 399k|   0 | 0.000000e+00 |      --      |    Inf 
1642.24/1642.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1642.24/1642.22	c  1500s|  8250k|  8172k|     0 |   0.0 |2403M|2052 |   - |2594 |1285 |   0 |   0 |   0 | 399k|   0 | 0.000000e+00 |      --      |    Inf 
1644.34/1644.40	c  1502s|  8260k|  8182k|     0 |   0.0 |2406M|2052 |   - |2594 |1279 |   0 |   0 |   0 | 400k|   0 | 0.000000e+00 |      --      |    Inf 
1646.54/1646.56	c  1504s|  8270k|  8192k|     0 |   0.0 |2409M|2052 |   - |2594 |1260 |   0 |   0 |   0 | 400k|   0 | 0.000000e+00 |      --      |    Inf 
1648.74/1648.77	c  1506s|  8280k|  8202k|     0 |   0.0 |2412M|2052 |   - |2594 |1274 |   0 |   0 |   0 | 401k|   0 | 0.000000e+00 |      --      |    Inf 
1650.94/1650.96	c  1508s|  8290k|  8212k|     0 |   0.0 |2414M|2052 |   - |2594 |1303 |   0 |   0 |   0 | 401k|   0 | 0.000000e+00 |      --      |    Inf 
1653.14/1653.14	c  1510s|  8300k|  8222k|     0 |   0.0 |2417M|2052 |   - |2594 |1311 |   0 |   0 |   0 | 402k|   0 | 0.000000e+00 |      --      |    Inf 
1655.24/1655.27	c  1512s|  8310k|  8232k|     0 |   0.0 |2420M|2052 |   - |2594 |1278 |   0 |   0 |   0 | 402k|   0 | 0.000000e+00 |      --      |    Inf 
1657.34/1657.38	c  1514s|  8320k|  8242k|     0 |   0.0 |2423M|2052 |   - |2594 |1262 |   0 |   0 |   0 | 403k|   0 | 0.000000e+00 |      --      |    Inf 
1659.54/1659.51	c  1516s|  8330k|  8251k|     0 |   0.0 |2426M|2052 |   - |2594 |1310 |   0 |   0 |   0 | 403k|   0 | 0.000000e+00 |      --      |    Inf 
1661.64/1661.64	c  1518s|  8340k|  8261k|     0 |   0.0 |2429M|2052 |   - |2594 |1283 |   0 |   0 |   0 | 404k|   0 | 0.000000e+00 |      --      |    Inf 
1663.84/1663.82	c  1520s|  8350k|  8271k|     0 |   0.0 |2432M|2052 |   - |2594 |1237 |   0 |   0 |   0 | 404k|   0 | 0.000000e+00 |      --      |    Inf 
1665.94/1665.98	c  1522s|  8360k|  8281k|     0 |   0.0 |2435M|2052 |   - |2594 |1229 |   0 |   0 |   0 | 405k|   0 | 0.000000e+00 |      --      |    Inf 
1668.14/1668.14	c  1524s|  8370k|  8291k|     0 |   0.0 |2438M|2052 |   - |2594 |1242 |   0 |   0 |   0 | 405k|   0 | 0.000000e+00 |      --      |    Inf 
1670.24/1670.28	c  1526s|  8380k|  8301k|     0 |   0.0 |2441M|2052 |   - |2594 |1264 |   0 |   0 |   0 | 406k|   0 | 0.000000e+00 |      --      |    Inf 
1672.44/1672.43	c  1528s|  8390k|  8311k|     0 |   0.0 |2444M|2052 |   - |2594 |1306 |   0 |   0 |   0 | 406k|   0 | 0.000000e+00 |      --      |    Inf 
1674.54/1674.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1674.54/1674.58	c  1530s|  8400k|  8321k|     0 |   0.0 |2446M|2052 |   - |2594 |1287 |   0 |   0 |   0 | 407k|   0 | 0.000000e+00 |      --      |    Inf 
1676.73/1676.70	c  1531s|  8410k|  8331k|     0 |   0.0 |2449M|2052 |   - |2594 |1247 |   0 |   0 |   0 | 407k|   0 | 0.000000e+00 |      --      |    Inf 
1678.84/1678.80	c  1533s|  8420k|  8341k|     0 |   0.0 |2452M|2052 |   - |2594 |1274 |   0 |   0 |   0 | 408k|   0 | 0.000000e+00 |      --      |    Inf 
1680.94/1680.95	c  1535s|  8430k|  8350k|     0 |   0.0 |2455M|2052 |   - |2594 |1313 |   0 |   0 |   0 | 408k|   0 | 0.000000e+00 |      --      |    Inf 
1683.13/1683.12	c  1537s|  8440k|  8360k|     0 |   0.0 |2458M|2052 |   - |2594 |1331 |   0 |   0 |   0 | 409k|   0 | 0.000000e+00 |      --      |    Inf 
1685.25/1685.26	c  1539s|  8450k|  8370k|     0 |   0.0 |2461M|2052 |   - |2594 |1313 |   0 |   0 |   0 | 409k|   0 | 0.000000e+00 |      --      |    Inf 
1687.44/1687.42	c  1541s|  8460k|  8380k|     0 |   0.0 |2464M|2052 |   - |2594 |1353 |   0 |   0 |   0 | 410k|   0 | 0.000000e+00 |      --      |    Inf 
1689.54/1689.57	c  1543s|  8470k|  8390k|     0 |   0.0 |2467M|2052 |   - |2594 |1340 |   0 |   0 |   0 | 410k|   0 | 0.000000e+00 |      --      |    Inf 
1691.74/1691.71	c  1545s|  8480k|  8400k|     0 |   0.0 |2470M|2052 |   - |2594 |1327 |   0 |   0 |   0 | 411k|   0 | 0.000000e+00 |      --      |    Inf 
1693.84/1693.86	c  1547s|  8490k|  8410k|     0 |   0.0 |2473M|2052 |   - |2594 |1285 |   0 |   0 |   0 | 411k|   0 | 0.000000e+00 |      --      |    Inf 
1695.94/1695.97	c  1549s|  8500k|  8420k|     0 |   0.0 |2475M|2052 |   - |2594 |1264 |   0 |   0 |   0 | 412k|   0 | 0.000000e+00 |      --      |    Inf 
1698.14/1698.10	c  1551s|  8510k|  8430k|     0 |   0.0 |2478M|2052 |   - |2594 |1280 |   0 |   0 |   0 | 412k|   0 | 0.000000e+00 |      --      |    Inf 
1700.24/1700.26	c  1553s|  8520k|  8440k|     0 |   0.0 |2481M|2052 |   - |2594 |1291 |   0 |   0 |   0 | 413k|   0 | 0.000000e+00 |      --      |    Inf 
1702.34/1702.39	c  1555s|  8530k|  8450k|     0 |   0.0 |2484M|2052 |   - |2594 |1223 |   0 |   0 |   0 | 413k|   0 | 0.000000e+00 |      --      |    Inf 
1704.54/1704.57	c  1557s|  8540k|  8459k|     0 |   0.0 |2487M|2052 |   - |2594 |1210 |   0 |   0 |   0 | 414k|   0 | 0.000000e+00 |      --      |    Inf 
1706.74/1706.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1706.74/1706.73	c  1559s|  8550k|  8469k|     0 |   0.0 |2490M|2052 |   - |2594 |1193 |   0 |   0 |   0 | 414k|   0 | 0.000000e+00 |      --      |    Inf 
1708.84/1708.88	c  1561s|  8560k|  8479k|     0 |   0.0 |2493M|2052 |   - |2594 |1223 |   0 |   0 |   0 | 414k|   0 | 0.000000e+00 |      --      |    Inf 
1711.04/1711.02	c  1563s|  8570k|  8489k|     0 |   0.0 |2496M|2052 |   - |2594 |1286 |   0 |   0 |   0 | 415k|   0 | 0.000000e+00 |      --      |    Inf 
1713.24/1713.21	c  1565s|  8580k|  8499k|     0 |   0.0 |2499M|2052 |   - |2594 |1290 |   0 |   0 |   0 | 415k|   0 | 0.000000e+00 |      --      |    Inf 
1715.34/1715.34	c  1567s|  8590k|  8509k|     0 |   0.0 |2502M|2052 |   - |2594 |1234 |   0 |   0 |   0 | 416k|   0 | 0.000000e+00 |      --      |    Inf 
1717.44/1717.45	c  1569s|  8600k|  8519k|     0 |   0.0 |2504M|2052 |   - |2594 |1243 |   0 |   0 |   0 | 416k|   0 | 0.000000e+00 |      --      |    Inf 
1719.54/1719.58	c  1571s|  8610k|  8529k|     0 |   0.0 |2507M|2052 |   - |2594 |1220 |   0 |   0 |   0 | 417k|   0 | 0.000000e+00 |      --      |    Inf 
1721.74/1721.72	c  1573s|  8620k|  8539k|     0 |   0.0 |2510M|2052 |   - |2594 |1221 |   0 |   0 |   0 | 417k|   0 | 0.000000e+00 |      --      |    Inf 
1723.84/1723.81	c  1575s|  8630k|  8549k|     0 |   0.0 |2513M|2052 |   - |2594 |1171 |   0 |   0 |   0 | 418k|   0 | 0.000000e+00 |      --      |    Inf 
1725.85/1725.81	c  1576s|  8640k|  8559k|     0 |   0.0 |2516M|2052 |   - |2594 |1151 |   0 |   0 |   0 | 418k|   0 | 0.000000e+00 |      --      |    Inf 
1727.84/1727.81	c  1578s|  8650k|  8568k|     0 |   0.0 |2519M|2052 |   - |2594 |1178 |   0 |   0 |   0 | 419k|   0 | 0.000000e+00 |      --      |    Inf 
1729.84/1729.83	c  1580s|  8660k|  8578k|     0 |   0.0 |2522M|2052 |   - |2594 |1202 |   0 |   0 |   0 | 419k|   0 | 0.000000e+00 |      --      |    Inf 
1731.84/1731.82	c  1582s|  8670k|  8588k|     0 |   0.0 |2525M|2052 |   - |2594 |1235 |   0 |   0 |   0 | 420k|   0 | 0.000000e+00 |      --      |    Inf 
1733.84/1733.82	c  1584s|  8680k|  8598k|     0 |   0.0 |2528M|2052 |   - |2594 |1215 |   0 |   0 |   0 | 420k|   0 | 0.000000e+00 |      --      |    Inf 
1735.85/1735.83	c  1585s|  8690k|  8608k|     0 |   0.0 |2531M|2052 |   - |2594 |1211 |   0 |   0 |   0 | 421k|   0 | 0.000000e+00 |      --      |    Inf 
1737.74/1737.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1737.74/1737.80	c  1587s|  8700k|  8618k|     0 |   0.0 |2534M|2052 |   - |2594 |1228 |   0 |   0 |   0 | 421k|   0 | 0.000000e+00 |      --      |    Inf 
1739.74/1739.77	c  1589s|  8710k|  8628k|     0 |   0.0 |2536M|2052 |   - |2594 |1218 |   0 |   0 |   0 | 421k|   0 | 0.000000e+00 |      --      |    Inf 
1741.64/1741.69	c  1591s|  8720k|  8638k|     0 |   0.0 |2539M|2052 |   - |2594 |1178 |   0 |   0 |   0 | 422k|   0 | 0.000000e+00 |      --      |    Inf 
1743.74/1743.71	c  1593s|  8730k|  8648k|     0 |   0.0 |2542M|2052 |   - |2594 |1212 |   0 |   0 |   0 | 422k|   0 | 0.000000e+00 |      --      |    Inf 
1745.65/1745.66	c  1594s|  8740k|  8658k|     0 |   0.0 |2545M|2052 |   - |2594 |1163 |   0 |   0 |   0 | 423k|   0 | 0.000000e+00 |      --      |    Inf 
1747.54/1747.60	c  1596s|  8750k|  8668k|     0 |   0.0 |2548M|2052 |   - |2594 |1223 |   0 |   0 |   0 | 423k|   0 | 0.000000e+00 |      --      |    Inf 
1749.55/1749.56	c  1598s|  8760k|  8677k|     0 |   0.0 |2551M|2052 |   - |2594 |1190 |   0 |   0 |   0 | 424k|   0 | 0.000000e+00 |      --      |    Inf 
1751.54/1751.56	c  1600s|  8770k|  8687k|     0 |   0.0 |2554M|2052 |   - |2594 |1228 |   0 |   0 |   0 | 424k|   0 | 0.000000e+00 |      --      |    Inf 
1753.54/1753.52	c  1601s|  8780k|  8697k|     0 |   0.0 |2557M|2052 |   - |2594 |1215 |   0 |   0 |   0 | 425k|   0 | 0.000000e+00 |      --      |    Inf 
1755.44/1755.45	c  1603s|  8790k|  8707k|     0 |   0.0 |2560M|2052 |   - |2594 |1206 |   0 |   0 |   0 | 425k|   0 | 0.000000e+00 |      --      |    Inf 
1757.34/1757.36	c  1605s|  8800k|  8717k|     0 |   0.0 |2562M|2052 |   - |2594 |1203 |   0 |   0 |   0 | 426k|   0 | 0.000000e+00 |      --      |    Inf 
1759.34/1759.31	c  1607s|  8810k|  8727k|     0 |   0.0 |2565M|2052 |   - |2594 |1191 |   0 |   0 |   0 | 426k|   0 | 0.000000e+00 |      --      |    Inf 
1761.24/1761.27	c  1609s|  8820k|  8737k|     0 |   0.0 |2568M|2052 |   - |2594 |1218 |   0 |   0 |   0 | 427k|   0 | 0.000000e+00 |      --      |    Inf 
1763.24/1763.20	c  1610s|  8830k|  8747k|     0 |   0.0 |2571M|2052 |   - |2594 |1190 |   0 |   0 |   0 | 427k|   0 | 0.000000e+00 |      --      |    Inf 
1765.24/1765.23	c  1612s|  8840k|  8757k|     0 |   0.0 |2574M|2052 |   - |2594 |1251 |   0 |   0 |   0 | 428k|   0 | 0.000000e+00 |      --      |    Inf 
1767.14/1767.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1767.14/1767.15	c  1614s|  8850k|  8767k|     0 |   0.0 |2577M|2052 |   - |2594 |1249 |   0 |   0 |   0 | 428k|   0 | 0.000000e+00 |      --      |    Inf 
1769.14/1769.13	c  1616s|  8860k|  8777k|     0 |   0.0 |2580M|2052 |   - |2594 |1261 |   0 |   0 |   0 | 429k|   0 | 0.000000e+00 |      --      |    Inf 
1771.14/1771.15	c  1618s|  8870k|  8786k|     0 |   0.0 |2583M|2052 |   - |2594 |1234 |   0 |   0 |   0 | 429k|   0 | 0.000000e+00 |      --      |    Inf 
1773.14/1773.11	c  1619s|  8880k|  8796k|     0 |   0.0 |2586M|2052 |   - |2594 |1262 |   0 |   0 |   0 | 430k|   0 | 0.000000e+00 |      --      |    Inf 
1775.04/1775.08	c  1621s|  8890k|  8806k|     0 |   0.0 |2589M|2052 |   - |2594 |1303 |   0 |   0 |   0 | 430k|   0 | 0.000000e+00 |      --      |    Inf 
1777.05/1777.01	c  1623s|  8900k|  8816k|     0 |   0.0 |2591M|2052 |   - |2594 |1272 |   0 |   0 |   0 | 431k|   0 | 0.000000e+00 |      --      |    Inf 
1778.94/1778.93	c  1625s|  8910k|  8826k|     0 |   0.0 |2594M|2052 |   - |2594 |1213 |   0 |   0 |   0 | 431k|   0 | 0.000000e+00 |      --      |    Inf 
1780.94/1780.90	c  1626s|  8920k|  8836k|     0 |   0.0 |2597M|2052 |   - |2594 |1218 |   0 |   0 |   0 | 432k|   0 | 0.000000e+00 |      --      |    Inf 
1782.95/1782.90	c  1628s|  8930k|  8846k|     0 |   0.0 |2600M|2052 |   - |2594 |1211 |   0 |   0 |   0 | 432k|   0 | 0.000000e+00 |      --      |    Inf 
1784.84/1784.84	c  1630s|  8940k|  8856k|     0 |   0.0 |2603M|2052 |   - |2594 |1241 |   0 |   0 |   0 | 433k|   0 | 0.000000e+00 |      --      |    Inf 
1786.74/1786.76	c  1632s|  8950k|  8866k|     0 |   0.0 |2606M|2052 |   - |2594 |1260 |   0 |   0 |   0 | 433k|   0 | 0.000000e+00 |      --      |    Inf 
1788.74/1788.72	c  1633s|  8960k|  8876k|     0 |   0.0 |2609M|2052 |   - |2594 |1301 |   0 |   0 |   0 | 434k|   0 | 0.000000e+00 |      --      |    Inf 
1790.64/1790.65	c  1635s|  8970k|  8885k|     0 |   0.0 |2612M|2052 |   - |2594 |1272 |   0 |   0 |   0 | 434k|   0 | 0.000000e+00 |      --      |    Inf 
1792.54/1792.59	c  1637s|  8980k|  8895k|     0 |   0.0 |2615M|2052 |   - |2594 |1301 |   0 |   0 |   0 | 435k|   0 | 0.000000e+00 |      --      |    Inf 
1794.54/1794.53	c  1639s|  8990k|  8905k|     0 |   0.0 |2618M|2052 |   - |2594 |1299 |   0 |   0 |   0 | 435k|   0 | 0.000000e+00 |      --      |    Inf 
1796.55/1796.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1796.55/1796.55	c  1641s|  9000k|  8915k|     0 |   0.0 |2620M|2052 |   - |2594 |1315 |   0 |   0 |   0 | 436k|   0 | 0.000000e+00 |      --      |    Inf 
1798.44/1798.49	c  1642s|  9010k|  8925k|     0 |   0.0 |2623M|2052 |   - |2594 |1317 |   0 |   0 |   0 | 436k|   0 | 0.000000e+00 |      --      |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1643.68
1800.05/1800.00	c Solving Nodes      : 9017637
1800.05/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.00	s UNKNOWN
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time       :    1643.68
1800.05/1800.00	c Original Problem   :
1800.05/1800.00	c   Problem name     : HOME/instance-2693712-1277971299.wbo
1800.05/1800.00	c   Variables        : 2594 (2497 binary, 0 integer, 0 implicit integer, 97 continuous)
1800.05/1800.00	c   Constraints      : 238 initial, 238 maximal
1800.05/1800.00	c Presolved Problem  :
1800.05/1800.00	c   Problem name     : t_HOME/instance-2693712-1277971299.wbo
1800.05/1800.00	c   Variables        : 2594 (2497 binary, 0 integer, 0 implicit integer, 97 continuous)
1800.05/1800.00	c   Constraints      : 237 initial, 1424 maximal
1800.05/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   probing          :       0.02          0          0          0          0          0          0          0          0
1800.05/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   linear           :       0.00          0          0          0         97          0          1          0          0
1800.05/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   indicator        :         97          0       2113          0       1867          0        225          0          0          0
1800.05/1800.00	c   setppc           :         16          0    9673406          0    8978973      11434    2580457          0          0          0
1800.05/1800.00	c   linear           :         97          0    9661972          0    8978973      29690    5847390          0          0          0
1800.05/1800.00	c   logicor          :         27+         0    1948203          0    8978973       4483     326429          0          0          0
1800.05/1800.00	c   countsols        :          0          0          0          0    8978973          0          0          0          0          0
1800.05/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.00	c   indicator        :       0.01       0.00       0.00       0.00       0.01
1800.05/1800.00	c   setppc           :      81.16       0.00       9.58       0.00      71.58
1800.05/1800.00	c   linear           :      73.24       0.00      72.88       0.00       0.36
1800.05/1800.00	c   logicor          :      89.21       0.00       8.43       0.00      80.78
1800.05/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.00	c   vbounds          :       0.00          2          0          0
1800.05/1800.00	c   rootredcost      :       0.00          0          0          0
1800.05/1800.00	c   pseudoobj        :      22.71    9673206          0          0
1800.05/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.00	c   propagation      :      50.95      45607      45607     605858      273.1     471095       27.5          -
1800.05/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.00	c   applied globally :          -          -          -     432524       34.6          -          -          -
1800.05/1800.00	c   applied locally  :          -          -          -       4549      338.9          -          -          -
1800.05/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.05/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.05/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.05/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.05/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.05/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.05/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.00	c Pricers            :       Time      Calls       Vars
1800.05/1800.00	c   problem variables:       0.00          0          0
1800.05/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   inference        :    1295.33    8978973          0          0          0          0   17957946
1800.05/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.00	c   LP solutions     :       0.00          -          0
1800.05/1800.00	c   pseudo solutions :       0.00          -          0
1800.05/1800.00	c   oneopt           :       0.00          0          0
1800.05/1800.00	c   trivial          :       0.00          2          0
1800.05/1800.00	c   simplerounding   :       0.00          0          0
1800.05/1800.00	c   zirounding       :       0.00          0          0
1800.05/1800.00	c   rounding         :       0.00          0          0
1800.05/1800.00	c   shifting         :       0.00          0          0
1800.05/1800.00	c   intshifting      :       0.00          0          0
1800.05/1800.00	c   twoopt           :       0.00          0          0
1800.05/1800.00	c   fixandinfer      :       0.00          0          0
1800.05/1800.00	c   feaspump         :       0.00          0          0
1800.05/1800.00	c   coefdiving       :       0.00          0          0
1800.05/1800.00	c   pscostdiving     :       0.00          0          0
1800.05/1800.00	c   fracdiving       :       0.00          0          0
1800.05/1800.00	c   veclendiving     :       0.00          0          0
1800.05/1800.00	c   intdiving        :       0.00          0          0
1800.05/1800.00	c   actconsdiving    :       0.00          0          0
1800.05/1800.00	c   objpscostdiving  :       0.00          0          0
1800.05/1800.00	c   rootsoldiving    :       0.00          0          0
1800.05/1800.00	c   linesearchdiving :       0.00          0          0
1800.05/1800.00	c   guideddiving     :       0.00          0          0
1800.05/1800.00	c   octane           :       0.00          0          0
1800.05/1800.00	c   rens             :       0.00          0          0
1800.05/1800.00	c   rins             :       0.00          0          0
1800.05/1800.00	c   localbranching   :       0.00          0          0
1800.05/1800.00	c   mutation         :       0.00          0          0
1800.05/1800.00	c   crossover        :       0.00          0          0
1800.05/1800.00	c   dins             :       0.00          0          0
1800.05/1800.00	c   undercover       :       0.00          0          0
1800.05/1800.00	c   nlp              :       0.01          0          0
1800.05/1800.00	c   trysol           :       0.00          1          0
1800.05/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.05/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.05/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.05/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.00	c B&B Tree           :
1800.05/1800.00	c   number of runs   :          1
1800.05/1800.00	c   nodes            :    9017637
1800.05/1800.00	c   nodes (total)    :    9017637
1800.05/1800.00	c   nodes left       :    8933127
1800.05/1800.00	c   max depth        :       2052
1800.05/1800.00	c   max depth (total):       2052
1800.05/1800.00	c   backtracks       :      18204 (0.2%)
1800.05/1800.00	c   delayed cutoffs  :       7183
1800.05/1800.00	c   repropagations   :      26743 (516341 domain reductions, 6943 cutoffs)
1800.05/1800.00	c   avg switch length:       2.48
1800.05/1800.00	c   switching time   :      42.87
1800.05/1800.00	c Solution           :
1800.05/1800.00	c   Solutions found  :          0 (0 improvements)
1800.05/1800.00	c   Primal Bound     :          -
1800.05/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.00	c   Gap              :   infinite
1800.05/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/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-2693712-1277971299/watcher-2693712-1277971299 -o /tmp/evaluation-result-2693712-1277971299/solver-2693712-1277971299 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693712-1277971299.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: 0.00 0.00 0.00 5/195 22195
/proc/meminfo: memFree=30998752/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=9168 CPUtime=0
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 1786 0 0 0 0 0 0 0 21 0 1 0 138425056 9388032 1708 4089446400 4194304 7136930 140735465495600 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22195/statm: 2292 1708 275 719 0 1571 0

[startup+0.0305581 s]
/proc/loadavg: 0.00 0.00 0.00 5/195 22195
/proc/meminfo: memFree=30998752/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=17392 CPUtime=0.02
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 5328 0 0 0 2 0 0 0 21 0 1 0 138425056 17809408 3611 4089446400 4194304 7136930 140735465495600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22195/statm: 4348 3611 370 719 0 3627 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 17392

[startup+0.100725 s]
/proc/loadavg: 0.00 0.00 0.00 5/195 22195
/proc/meminfo: memFree=30998752/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=18836 CPUtime=0.09
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 5692 0 0 0 8 1 0 0 21 0 1 0 138425056 19288064 3975 4089446400 4194304 7136930 140735465495600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22195/statm: 4709 3975 390 719 0 3988 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18836

[startup+0.300539 s]
/proc/loadavg: 0.00 0.00 0.00 5/195 22195
/proc/meminfo: memFree=30998752/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=19944 CPUtime=0.28
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 5953 0 0 0 25 3 0 0 21 0 1 0 138425056 20422656 4236 4089446400 4194304 7136930 140735465495600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22195/statm: 4986 4236 390 719 0 4265 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 19944

[startup+0.700494 s]
/proc/loadavg: 0.00 0.00 0.00 5/195 22195
/proc/meminfo: memFree=30998752/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=20980 CPUtime=0.68
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 6247 0 0 0 60 8 0 0 22 0 1 0 138425056 21483520 4530 4089446400 4194304 7136930 140735465495600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22195/statm: 5245 4530 394 719 0 4524 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 20980

[startup+1.50033 s]
/proc/loadavg: 0.00 0.00 0.00 3/197 22197
/proc/meminfo: memFree=30968504/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=22860 CPUtime=1.48
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 6715 0 0 0 133 15 0 0 25 0 1 0 138425056 23408640 4998 4089446400 4194304 7136930 140735465495600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22195/statm: 5715 4998 394 719 0 4994 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 22860

[startup+3.10104 s]
/proc/loadavg: 0.00 0.00 0.00 3/197 22197
/proc/meminfo: memFree=30955608/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=25472 CPUtime=3.09
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 7406 0 0 0 281 28 0 0 25 0 1 0 138425056 26083328 5689 4089446400 4194304 7136930 140735465495600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22195/statm: 6368 5689 394 719 0 5647 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25472

[startup+6.30045 s]
/proc/loadavg: 0.16 0.03 0.01 3/197 22197
/proc/meminfo: memFree=30937372/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=30992 CPUtime=6.28
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 8851 0 0 0 576 52 0 0 25 0 1 0 138425056 31735808 7134 4089446400 4194304 7136930 140735465495600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22195/statm: 7748 7134 394 719 0 7027 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 30992

[startup+12.7003 s]
/proc/loadavg: 0.31 0.07 0.02 3/197 22197
/proc/meminfo: memFree=30919956/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=40096 CPUtime=12.68
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 11237 0 0 0 1171 97 0 0 25 0 1 0 138425056 41058304 9520 4089446400 4194304 7136930 140735465495600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22195/statm: 10024 9520 394 719 0 9303 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 40096

[startup+25.5009 s]
/proc/loadavg: 0.68 0.16 0.05 3/197 22197
/proc/meminfo: memFree=30888768/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=63172 CPUtime=25.49
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 16735 0 0 0 2350 199 0 0 25 0 1 0 138425056 64688128 15018 4089446400 4194304 7136930 140735465495600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22195/statm: 15793 15018 394 719 0 15072 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 63172

[startup+51.1012 s]
/proc/loadavg: 1.13 0.31 0.10 3/197 22199
/proc/meminfo: memFree=30830876/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=118976 CPUtime=51.08
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 30162 0 0 0 4686 422 0 0 25 0 1 0 138425056 121831424 28445 4089446400 4194304 7136930 140735465495600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22195/statm: 29744 28445 394 719 0 29023 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 118976

[startup+102.307 s]
/proc/loadavg: 1.62 0.56 0.20 3/197 22200
/proc/meminfo: memFree=30717692/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=214620 CPUtime=102.29
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 52965 0 0 0 9340 889 0 0 25 0 1 0 138425056 219770880 51248 4089446400 4194304 7136930 140735465495600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22195/statm: 53655 51248 394 719 0 52934 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 214620

[startup+162.301 s]
/proc/loadavg: 1.86 0.82 0.31 3/197 22201
/proc/meminfo: memFree=30617256/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=304064 CPUtime=162.29
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 76447 0 0 0 14799 1430 0 0 25 0 1 0 138425056 311361536 74730 4089446400 4194304 7136930 140735465495600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22195/statm: 76016 74730 394 719 0 75295 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 304064

[startup+222.301 s]
/proc/loadavg: 1.95 1.04 0.41 3/197 22203
/proc/meminfo: memFree=30517096/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=406372 CPUtime=222.29
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 99069 0 0 0 20272 1957 0 0 25 0 1 0 138425056 416124928 97352 4089446400 4194304 7136930 140735465495600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22195/statm: 101593 97352 394 719 0 100872 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 406372

[startup+282.3 s]
/proc/loadavg: 1.98 1.21 0.51 3/197 22205
/proc/meminfo: memFree=30424496/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=491284 CPUtime=282.29
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 121432 0 0 0 25733 2496 0 0 25 0 1 0 138425056 503074816 119715 4089446400 4194304 7136930 140735465495600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22195/statm: 122821 119715 394 719 0 122100 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 491284

[startup+342.3 s]
/proc/loadavg: 1.99 1.35 0.60 3/197 22206
/proc/meminfo: memFree=30329052/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=578900 CPUtime=342.3
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 144491 0 0 0 31189 3041 0 0 25 0 1 0 138425056 592793600 142774 4089446400 4194304 7136930 140735465495600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22195/statm: 144725 142774 394 719 0 144004 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 578900

[startup+402.3 s]
/proc/loadavg: 1.99 1.47 0.68 3/197 22207
/proc/meminfo: memFree=30234956/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=663892 CPUtime=402.3
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 166851 0 0 0 36639 3591 0 0 25 0 1 0 138425056 679825408 165134 4089446400 4194304 7136930 140735465495600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22195/statm: 165973 165134 394 719 0 165252 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 663892

[startup+462.3 s]
/proc/loadavg: 1.99 1.56 0.76 3/197 22209
/proc/meminfo: memFree=30144200/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=781344 CPUtime=462.29
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 189185 0 0 0 42088 4141 0 0 25 0 1 0 138425056 800096256 187468 4089446400 4194304 7136930 140735465495600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22195/statm: 195336 187468 394 719 0 194615 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 781344

[startup+522.3 s]
/proc/loadavg: 1.99 1.64 0.84 3/197 22211
/proc/meminfo: memFree=30047252/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=872184 CPUtime=522.3
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 213026 0 0 0 47543 4687 0 0 25 0 1 0 138425056 893116416 211309 4089446400 4194304 7136930 140735465495600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22195/statm: 218046 211309 394 719 0 217325 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 872184

[startup+582.301 s]
/proc/loadavg: 1.99 1.70 0.91 3/197 22213
/proc/meminfo: memFree=29956500/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=954392 CPUtime=582.31
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 234698 0 0 0 52994 5237 0 0 25 0 1 0 138425056 977297408 232981 4089446400 4194304 7136930 140735465495600 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22195/statm: 238598 232981 394 719 0 237877 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 954392

[startup+642.301 s]
/proc/loadavg: 1.99 1.75 0.97 3/197 22214
/proc/meminfo: memFree=29858452/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=1045776 CPUtime=642.31
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 258689 0 0 0 58452 5779 0 0 25 0 1 0 138425056 1070874624 256972 4089446400 4194304 7136930 140735465495600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22195/statm: 261444 256972 394 719 0 260723 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1045776

[startup+702.301 s]

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

/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 395294 0 0 0 91588 8644 0 0 25 0 1 0 138425056 1669324800 393577 4089446400 4194304 7136930 140735465495600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22195/statm: 407550 393577 394 719 0 406829 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1630200

[startup+1062.3 s]
/proc/loadavg: 1.99 1.93 1.33 3/197 22225
/proc/meminfo: memFree=29209568/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=1718316 CPUtime=1062.32
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 418519 0 0 0 97119 9113 0 0 25 0 1 0 138425056 1759555584 416802 4089446400 4194304 7136930 140735465495600 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22195/statm: 429579 416802 394 719 0 428858 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1718316

[startup+1122.3 s]
/proc/loadavg: 1.99 1.94 1.37 3/197 22227
/proc/meminfo: memFree=29110272/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=1810476 CPUtime=1122.32
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 442674 0 0 0 102669 9563 0 0 25 0 1 0 138425056 1853927424 440957 4089446400 4194304 7136930 140735465495600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22195/statm: 452619 440957 394 719 0 451898 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1810476

[startup+1182.3 s]
/proc/loadavg: 1.99 1.95 1.41 3/197 22229
/proc/meminfo: memFree=29018808/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=1896996 CPUtime=1182.32
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 465465 0 0 0 108217 10015 0 0 25 0 1 0 138425056 1942523904 463748 4089446400 4194304 7136930 140735465495600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22195/statm: 474249 463748 394 719 0 473528 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1896996

[startup+1242.3 s]
/proc/loadavg: 1.99 1.95 1.44 3/197 22230
/proc/meminfo: memFree=28920888/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=1987560 CPUtime=1242.33
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 489292 0 0 0 113722 10511 0 0 25 0 1 0 138425056 2035261440 487575 4089446400 4194304 7136930 140735465495600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22195/statm: 496890 487575 394 719 0 496169 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1987560

[startup+1302.3 s]
/proc/loadavg: 1.99 1.96 1.47 3/197 22232
/proc/meminfo: memFree=28829908/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=2071796 CPUtime=1302.33
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 511459 0 0 0 119148 11085 0 0 25 0 1 0 138425056 2121519104 509742 4089446400 4194304 7136930 140735465495600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22195/statm: 517949 509742 394 719 0 517228 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 2071796

[startup+1362.3 s]
/proc/loadavg: 1.99 1.96 1.50 3/197 22233
/proc/meminfo: memFree=28735812/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=2162232 CPUtime=1362.33
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 535252 0 0 0 124591 11642 0 0 25 0 1 0 138425056 2214125568 533535 4089446400 4194304 7136930 140735465495600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22195/statm: 540558 533535 394 719 0 539837 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 2162232

[startup+1422.31 s]
/proc/loadavg: 2.31 2.04 1.55 3/197 22235
/proc/meminfo: memFree=28643584/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=2248040 CPUtime=1422.34
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 557866 0 0 0 130037 12197 0 0 25 0 1 0 138425056 2301992960 556149 4089446400 4194304 7136930 140735465495600 18446744073709551615 5909042 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22195/statm: 562010 556149 394 719 0 561289 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 2248040

[startup+1482.3 s]
/proc/loadavg: 2.11 2.03 1.58 3/197 22237
/proc/meminfo: memFree=28553332/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=2333756 CPUtime=1482.33
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 580434 0 0 0 135491 12742 0 0 25 0 1 0 138425056 2389766144 578717 4089446400 4194304 7136930 140735465495600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22195/statm: 583439 578717 394 719 0 582718 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 2333756

[startup+1542.3 s]
/proc/loadavg: 2.11 2.04 1.60 3/197 22238
/proc/meminfo: memFree=28454660/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=2425076 CPUtime=1542.33
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 604383 0 0 0 140934 13299 0 0 25 0 1 0 138425056 2483277824 602666 4089446400 4194304 7136930 140735465495600 18446744073709551615 5921710 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22195/statm: 606269 602666 394 719 0 605548 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 2425076

[startup+1602.3 s]
/proc/loadavg: 2.11 2.04 1.63 3/197 22239
/proc/meminfo: memFree=28362308/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=2512336 CPUtime=1602.34
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 627349 0 0 0 146363 13871 0 0 25 0 1 0 138425056 2572632064 625632 4089446400 4194304 7136930 140735465495600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22195/statm: 628084 625632 394 719 0 627363 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 2512336

[startup+1662.3 s]
/proc/loadavg: 2.04 2.03 1.65 3/197 22241
/proc/meminfo: memFree=28275656/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=2593456 CPUtime=1662.34
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 648719 0 0 0 151822 14412 0 0 25 0 1 0 138425056 2655698944 647002 4089446400 4194304 7136930 140735465495600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22195/statm: 648364 647002 394 719 0 647643 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 2593456

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 1.67 3/197 22243
/proc/meminfo: memFree=28186276/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=2810456 CPUtime=1722.34
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 671247 0 0 0 157317 14917 0 0 25 0 1 0 138425056 2877906944 669530 4089446400 4194304 7136930 140735465495600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22195/statm: 702614 669530 394 719 0 701893 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 2810456

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 1.69 3/197 22245
/proc/meminfo: memFree=28095804/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=2894092 CPUtime=1782.35
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 693329 0 0 0 162766 15469 0 0 25 0 1 0 138425056 2963550208 691612 4089446400 4194304 7136930 140735465495600 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22195/statm: 723523 691612 394 719 0 722802 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 2894092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.93 2.00 1.69 3/179 22275
/proc/meminfo: memFree=28203884/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=2920800 CPUtime=1800.05
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 700298 0 0 0 164368 15637 0 0 25 0 1 0 138425056 2990899200 698581 4089446400 4194304 7136930 140735465495600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22195/statm: 730200 698581 394 719 0 729479 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2920800

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -22195

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

[startup+1801.4 s]
/proc/loadavg: 1.93 2.00 1.69 3/180 22276
/proc/meminfo: memFree=28203628/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=2920800 CPUtime=1801.44
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 700304 0 0 0 164507 15637 0 0 19 0 1 0 138425056 2990899200 698587 4089446400 4194304 7136930 140735465495600 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/22195/statm: 730200 698587 399 719 0 729479 0
Current children cumulated CPU time (s) 1801.44
Current children cumulated vsize (KiB) 2920800

[startup+1801.81 s]
/proc/loadavg: 1.93 2.00 1.69 3/180 22276
/proc/meminfo: memFree=28203380/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=2920800 CPUtime=1801.85
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 700304 0 0 0 164548 15637 0 0 20 0 1 0 138425056 2990899200 698587 4089446400 4194304 7136930 140735465495600 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/22195/statm: 730200 698587 399 719 0 729479 0
Current children cumulated CPU time (s) 1801.85
Current children cumulated vsize (KiB) 2920800

[startup+1802 s]
/proc/loadavg: 1.93 2.00 1.69 3/180 22276
/proc/meminfo: memFree=28203380/32951124 swapFree=67111528/67111528
[pid=22195] ppid=22193 vsize=2920800 CPUtime=1802.04
/proc/22195/stat : 22195 (pbscip.linux.x8) R 22193 22195 22126 0 -1 4202496 700304 0 0 0 164567 15637 0 0 21 0 1 0 138425056 2990899200 698587 4089446400 4194304 7136930 140735465495600 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/22195/statm: 730200 698587 399 719 0 729479 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 2920800

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1645.69
system time used= 156.463
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 700304
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= 3
involuntary context switches= 1047

runsolver used 3.15552 second user time and 6.10807 second system time

The end

Launcher Data

Begin job on node147 at 2010-07-01 10:01:39
IDJOB=2693712
IDBENCH=78680
IDSOLVER=1206
FILE ID=node147/2693712-1277971299
PBS_JOBID= 11197872
Free space on /tmp= 74200 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-chnl30_40_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-2693712-1277971299/watcher-2693712-1277971299 -o /tmp/evaluation-result-2693712-1277971299/solver-2693712-1277971299 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693712-1277971299.wbo -t 1800 -m 3800

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

MD5SUM BENCH= b66fe868eb6fadcfec17a324e77ec452
RANDOM SEED=603237733

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30999032 kB
Buffers:        224656 kB
Cached:        1504336 kB
SwapCached:          0 kB
Active:         561504 kB
Inactive:      1243256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30999032 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3544 kB
Writeback:           0 kB
AnonPages:       75392 kB
Mapped:          19372 kB
Slab:            82836 kB
PageTables:       5224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1636856 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= 74192 MiB
End job on node147 at 2010-07-01 10:31:42