Trace number 2693669

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) 1801.29 1810.02

General information on the benchmark

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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693669-1277886225.wbo>
0.00/0.00	c original problem has 1122 variables (1061 bin, 0 int, 0 impl, 61 cont) and 152 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 61 impls, 14 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 61 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 61 impls, 14 clqs
0.00/0.01	c (round 3) 0 del vars, 1 del conss, 61 chg bounds, 0 chg sides, 0 chg coeffs, 15 upgd conss, 61 impls, 14 clqs
0.00/0.01	c (round 4) 0 del vars, 1 del conss, 61 chg bounds, 0 chg sides, 0 chg coeffs, 29 upgd conss, 61 impls, 14 clqs
0.00/0.02	c    (0.0s) probing: 101/1061 (9.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (5 rounds):
0.00/0.02	c  0 deleted vars, 1 deleted constraints, 61 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  61 implications, 14 cliques
0.00/0.02	c presolved problem has 1122 variables (1061 bin, 0 int, 0 impl, 61 cont) and 151 constraints
0.00/0.02	c      61 constraints of type <indicator>
0.00/0.02	c      14 constraints of type <setppc>
0.00/0.02	c      61 constraints of type <linear>
0.00/0.02	c      15 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 3420
0.00/0.02	c 
0.00/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = -1
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c   0.0s|     1 |     2 |     0 |     - |2284k|   0 |   - |1122 | 151 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.99/1.03	c   0.9s| 10000 |  9869 |     0 |   0.0 |5780k| 767 |   - |1122 | 439 |   0 |   0 |   0 | 587 |   0 | 0.000000e+00 |      --      |    Inf 
1.98/2.06	c   1.9s| 20000 | 19711 |     0 |   0.0 |8939k| 767 |   - |1122 | 503 |   0 |   0 |   0 |1431 |   0 | 0.000000e+00 |      --      |    Inf 
2.98/3.07	c   2.8s| 30000 | 29477 |     0 |   0.0 |  12M| 767 |   - |1122 | 680 |   0 |   0 |   0 |2683 |   0 | 0.000000e+00 |      --      |    Inf 
3.98/4.09	c   3.7s| 40000 | 38611 |     0 |   0.0 |  15M| 767 |   - |1122 | 604 |   0 |   0 |   0 |4070 |   0 | 0.000000e+00 |      --      |    Inf 
5.07/5.16	c   4.7s| 50000 | 48423 |     0 |   0.0 |  18M| 767 |   - |1122 | 675 |   0 |   0 |   0 |5109 |   0 | 0.000000e+00 |      --      |    Inf 
6.18/6.21	c   5.7s| 60000 | 58220 |     0 |   0.0 |  21M| 767 |   - |1122 | 580 |   0 |   0 |   0 |6238 |   0 | 0.000000e+00 |      --      |    Inf 
7.16/7.28	c   6.7s| 70000 | 68017 |     0 |   0.0 |  24M| 767 |   - |1122 | 575 |   0 |   0 |   0 |7353 |   0 | 0.000000e+00 |      --      |    Inf 
8.26/8.34	c   7.7s| 80000 | 77825 |     0 |   0.0 |  27M| 767 |   - |1122 | 535 |   0 |   0 |   0 |8367 |   0 | 0.000000e+00 |      --      |    Inf 
9.36/9.44	c   8.7s| 90000 | 87659 |     0 |   0.0 |  30M| 767 |   - |1122 | 584 |   0 |   0 |   0 |9264 |   0 | 0.000000e+00 |      --      |    Inf 
10.45/10.51	c   9.7s|100000 | 97466 |     0 |   0.0 |  33M| 767 |   - |1122 | 648 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
11.45/11.57	c  10.6s|110000 |107291 |     0 |   0.0 |  36M| 767 |   - |1122 | 607 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
12.55/12.66	c  11.6s|120000 |117115 |     0 |   0.0 |  39M| 767 |   - |1122 | 591 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
13.64/13.72	c  12.6s|130000 |126925 |     0 |   0.0 |  42M| 767 |   - |1122 | 714 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
14.63/14.79	c  13.6s|140000 |136749 |     0 |   0.0 |  45M| 767 |   - |1122 | 671 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
15.73/15.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.73/15.85	c  14.7s|150000 |146571 |     0 |   0.0 |  47M| 767 |   - |1122 | 628 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
16.84/16.91	c  15.6s|160000 |156416 |     0 |   0.0 |  50M| 767 |   - |1122 | 627 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
17.83/17.96	c  16.6s|170000 |166247 |     0 |   0.0 |  53M| 767 |   - |1122 | 614 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
18.93/19.02	c  17.6s|180000 |176082 |     0 |   0.0 |  56M| 767 |   - |1122 | 605 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
19.92/20.09	c  18.5s|190000 |185890 |     0 |   0.0 |  59M| 767 |   - |1122 | 676 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
21.12/21.25	c  19.6s|200000 |195722 |     0 |   0.0 |  62M| 767 |   - |1122 | 598 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
22.22/22.38	c  20.6s|210000 |205550 |     0 |   0.0 |  65M| 767 |   - |1122 | 603 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
23.31/23.49	c  21.7s|220000 |215364 |     0 |   0.0 |  68M| 767 |   - |1122 | 637 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
24.41/24.58	c  22.7s|230000 |225168 |     0 |   0.0 |  71M| 767 |   - |1122 | 677 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
25.62/25.71	c  23.8s|240000 |234984 |     0 |   0.0 |  74M| 767 |   - |1122 | 655 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
26.72/26.86	c  24.9s|250000 |244804 |     0 |   0.0 |  77M| 767 |   - |1122 | 663 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
27.92/28.02	c  26.0s|260000 |254618 |     0 |   0.0 |  80M| 767 |   - |1122 | 679 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
29.11/29.20	c  27.1s|270000 |264424 |     0 |   0.0 |  83M| 767 |   - |1122 | 639 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
30.12/30.27	c  28.1s|280000 |274244 |     0 |   0.0 |  86M| 767 |   - |1122 | 659 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
31.32/31.40	c  29.2s|290000 |284060 |     0 |   0.0 |  89M| 767 |   - |1122 | 768 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
32.41/32.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
32.41/32.53	c  30.3s|300000 |293862 |     0 |   0.0 |  92M| 767 |   - |1122 | 809 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
33.52/33.68	c  31.4s|310000 |303669 |     0 |   0.0 |  95M| 767 |   - |1122 | 797 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
34.72/34.85	c  32.5s|320000 |313474 |     0 |   0.0 |  98M| 767 |   - |1122 | 819 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
35.81/35.99	c  33.5s|330000 |323294 |     0 |   0.0 | 101M| 767 |   - |1122 | 744 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
36.91/37.04	c  34.5s|340000 |333116 |     0 |   0.0 | 104M| 767 |   - |1122 | 805 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
38.02/38.18	c  35.6s|350000 |342936 |     0 |   0.0 | 107M| 767 |   - |1122 | 843 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
39.22/39.35	c  36.7s|360000 |352723 |     0 |   0.0 | 110M| 767 |   - |1122 | 823 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
40.42/40.52	c  37.8s|370000 |362516 |     0 |   0.0 | 113M| 767 |   - |1122 | 831 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
41.51/41.67	c  38.9s|380000 |372318 |     0 |   0.0 | 116M| 767 |   - |1122 | 827 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
42.72/42.80	c  40.0s|390000 |382129 |     0 |   0.0 | 119M| 767 |   - |1122 | 776 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
43.72/43.87	c  41.0s|400000 |391922 |     0 |   0.0 | 122M| 767 |   - |1122 | 790 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
44.93/45.02	c  42.1s|410000 |401740 |     0 |   0.0 | 125M| 767 |   - |1122 | 816 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
46.02/46.18	c  43.2s|420000 |411524 |     0 |   0.0 | 128M| 767 |   - |1122 | 824 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
47.23/47.32	c  44.3s|430000 |421345 |     0 |   0.0 | 131M| 767 |   - |1122 | 787 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
48.33/48.45	c  45.3s|440000 |431157 |     0 |   0.0 | 134M| 767 |   - |1122 | 819 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
49.42/49.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
49.42/49.55	c  46.4s|450000 |440954 |     0 |   0.0 | 137M| 767 |   - |1122 | 859 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
50.52/50.63	c  47.4s|460000 |450745 |     0 |   0.0 | 140M| 767 |   - |1122 | 861 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
51.62/51.77	c  48.5s|470000 |460532 |     0 |   0.0 | 143M| 767 |   - |1122 | 832 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
52.82/52.92	c  49.6s|480000 |470342 |     0 |   0.0 | 146M| 767 |   - |1122 | 883 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
53.82/53.96	c  50.4s|490000 |480153 |     0 |   0.0 | 149M| 767 |   - |1122 | 832 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
54.82/54.99	c  51.3s|500000 |489955 |     0 |   0.0 | 152M| 767 |   - |1122 | 802 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
55.93/56.04	c  52.1s|510000 |499743 |     0 |   0.0 | 155M| 767 |   - |1122 | 821 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
56.91/57.07	c  53.0s|520000 |509551 |     0 |   0.0 | 158M| 767 |   - |1122 | 876 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
58.02/58.11	c  53.9s|530000 |519341 |     0 |   0.0 | 161M| 767 |   - |1122 | 860 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
59.01/59.16	c  54.8s|540000 |529132 |     0 |   0.0 | 164M| 767 |   - |1122 | 838 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
60.12/60.21	c  55.6s|550000 |538932 |     0 |   0.0 | 167M| 767 |   - |1122 | 922 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
61.12/61.25	c  56.5s|560000 |548723 |     0 |   0.0 | 170M| 767 |   - |1122 | 933 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
62.12/62.29	c  57.3s|570000 |558525 |     0 |   0.0 | 173M| 767 |   - |1122 | 928 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
63.22/63.33	c  58.2s|580000 |568315 |     0 |   0.0 | 176M| 767 |   - |1122 | 937 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
64.22/64.38	c  59.1s|590000 |578116 |     0 |   0.0 | 179M| 767 |   - |1122 | 880 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
65.32/65.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
65.32/65.43	c  60.0s|600000 |587885 |     0 |   0.0 | 182M| 767 |   - |1122 | 943 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
66.31/66.47	c  60.8s|610000 |597681 |     0 |   0.0 | 185M| 767 |   - |1122 |1000 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
67.41/67.50	c  61.7s|620000 |607484 |     0 |   0.0 | 188M| 767 |   - |1122 | 953 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
68.42/68.55	c  62.6s|630000 |617277 |     0 |   0.0 | 191M| 767 |   - |1122 | 910 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
69.52/69.60	c  63.4s|640000 |627045 |     0 |   0.0 | 194M| 767 |   - |1122 |1023 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
70.51/70.63	c  64.3s|650000 |636866 |     0 |   0.0 | 197M| 767 |   - |1122 | 914 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
71.52/71.67	c  65.2s|660000 |646678 |     0 |   0.0 | 200M| 767 |   - |1122 | 919 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
72.61/72.73	c  66.0s|670000 |656455 |     0 |   0.0 | 203M| 767 |   - |1122 | 985 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
73.62/73.77	c  66.9s|680000 |666266 |     0 |   0.0 | 206M| 767 |   - |1122 | 812 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
74.72/74.81	c  67.7s|690000 |676056 |     0 |   0.0 | 209M| 767 |   - |1122 | 873 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
75.72/75.84	c  68.6s|700000 |685872 |     0 |   0.0 | 212M| 767 |   - |1122 | 791 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
76.72/76.89	c  69.5s|710000 |695667 |     0 |   0.0 | 215M| 767 |   - |1122 | 846 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
77.82/77.94	c  70.3s|720000 |705447 |     0 |   0.0 | 218M| 767 |   - |1122 | 948 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
78.82/78.98	c  71.2s|730000 |715247 |     0 |   0.0 | 221M| 767 |   - |1122 | 850 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
79.92/80.03	c  72.1s|740000 |725029 |     0 |   0.0 | 224M| 767 |   - |1122 | 958 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
80.92/81.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
80.92/81.06	c  72.9s|750000 |734846 |     0 |   0.0 | 227M| 767 |   - |1122 | 897 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
81.91/82.09	c  73.8s|760000 |744641 |     0 |   0.0 | 230M| 767 |   - |1122 | 985 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
83.02/83.13	c  74.7s|770000 |754448 |     0 |   0.0 | 233M| 767 |   - |1122 | 918 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
84.02/84.19	c  75.5s|780000 |764230 |     0 |   0.0 | 235M| 767 |   - |1122 | 926 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
85.12/85.23	c  76.4s|790000 |774025 |     0 |   0.0 | 238M| 767 |   - |1122 | 956 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
86.12/86.25	c  77.2s|800000 |783829 |     0 |   0.0 | 241M| 767 |   - |1122 | 890 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
87.22/87.31	c  78.1s|810000 |793598 |     0 |   0.0 | 244M| 767 |   - |1122 |1047 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
88.22/88.34	c  78.9s|820000 |803415 |     0 |   0.0 | 247M| 767 |   - |1122 | 937 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
89.21/89.37	c  79.8s|830000 |813218 |     0 |   0.0 | 250M| 767 |   - |1122 | 939 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
90.31/90.42	c  80.7s|840000 |823025 |     0 |   0.0 | 253M| 767 |   - |1122 | 866 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
91.31/91.44	c  81.5s|850000 |832846 |     0 |   0.0 | 256M| 767 |   - |1122 | 834 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
92.32/92.49	c  82.4s|860000 |842630 |     0 |   0.0 | 259M| 767 |   - |1122 | 944 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
93.43/93.52	c  83.2s|870000 |852430 |     0 |   0.0 | 262M| 767 |   - |1122 | 864 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
94.42/94.56	c  84.1s|880000 |862216 |     0 |   0.0 | 265M| 767 |   - |1122 | 954 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
95.52/95.61	c  85.0s|890000 |872004 |     0 |   0.0 | 268M| 767 |   - |1122 | 889 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
96.52/96.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
96.52/96.65	c  85.8s|900000 |881804 |     0 |   0.0 | 272M| 767 |   - |1122 | 935 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
97.51/97.68	c  86.7s|910000 |891619 |     0 |   0.0 | 275M| 767 |   - |1122 | 963 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
98.62/98.73	c  87.5s|920000 |901390 |     0 |   0.0 | 278M| 767 |   - |1122 | 955 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
99.61/99.78	c  88.4s|930000 |911173 |     0 |   0.0 | 281M| 767 |   - |1122 | 947 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
100.71/100.82	c  89.3s|940000 |920949 |     0 |   0.0 | 284M| 767 |   - |1122 |1026 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
101.71/101.86	c  90.1s|950000 |930754 |     0 |   0.0 | 287M| 767 |   - |1122 | 964 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
102.82/102.90	c  91.0s|960000 |940516 |     0 |   0.0 | 290M| 767 |   - |1122 | 911 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
103.81/103.95	c  91.9s|970000 |950305 |     0 |   0.0 | 293M| 767 |   - |1122 | 988 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
104.81/104.97	c  92.7s|980000 |960111 |     0 |   0.0 | 296M| 767 |   - |1122 | 874 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
105.92/106.00	c  93.5s|990000 |969896 |     0 |   0.0 | 299M| 767 |   - |1122 | 959 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
106.91/107.04	c  94.4s|  1000k|979688 |     0 |   0.0 | 302M| 767 |   - |1122 | 867 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
107.91/108.07	c  95.2s|  1010k|989484 |     0 |   0.0 | 305M| 767 |   - |1122 | 937 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
109.02/109.12	c  96.1s|  1020k|999261 |     0 |   0.0 | 308M| 767 |   - |1122 | 956 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
110.01/110.14	c  97.0s|  1030k|  1009k|     0 |   0.0 | 311M| 767 |   - |1122 | 975 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
111.02/111.19	c  97.8s|  1040k|  1018k|     0 |   0.0 | 314M| 767 |   - |1122 |1001 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
112.12/112.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
112.12/112.22	c  98.7s|  1050k|  1028k|     0 |   0.0 | 317M| 767 |   - |1122 | 988 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
113.12/113.28	c  99.5s|  1060k|  1038k|     0 |   0.0 | 320M| 767 |   - |1122 | 963 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
114.22/114.32	c   100s|  1070k|  1048k|     0 |   0.0 | 323M| 767 |   - |1122 | 926 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
115.21/115.35	c   101s|  1080k|  1057k|     0 |   0.0 | 326M| 767 |   - |1122 | 889 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
116.21/116.37	c   102s|  1090k|  1067k|     0 |   0.0 | 329M| 767 |   - |1122 | 891 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
117.31/117.42	c   103s|  1100k|  1077k|     0 |   0.0 | 332M| 767 |   - |1122 | 904 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
118.31/118.44	c   104s|  1110k|  1087k|     0 |   0.0 | 335M| 767 |   - |1122 | 964 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
119.31/119.49	c   105s|  1120k|  1097k|     0 |   0.0 | 338M| 767 |   - |1122 | 978 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
120.41/120.55	c   105s|  1130k|  1106k|     0 |   0.0 | 341M| 767 |   - |1122 |1004 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
121.41/121.58	c   106s|  1140k|  1116k|     0 |   0.0 | 344M| 767 |   - |1122 | 989 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
122.51/122.62	c   107s|  1150k|  1126k|     0 |   0.0 | 347M| 767 |   - |1122 | 929 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
123.51/123.67	c   108s|  1160k|  1136k|     0 |   0.0 | 350M| 767 |   - |1122 |1069 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
124.51/124.68	c   109s|  1170k|  1145k|     0 |   0.0 | 353M| 767 |   - |1122 |1014 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
125.61/125.71	c   110s|  1180k|  1155k|     0 |   0.0 | 356M| 767 |   - |1122 |1034 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
126.61/126.73	c   111s|  1190k|  1165k|     0 |   0.0 | 359M| 767 |   - |1122 |1032 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
127.61/127.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
127.61/127.77	c   111s|  1200k|  1175k|     0 |   0.0 | 362M| 767 |   - |1122 |1061 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
128.71/128.82	c   112s|  1210k|  1184k|     0 |   0.0 | 365M| 767 |   - |1122 |1178 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
129.72/129.87	c   113s|  1220k|  1194k|     0 |   0.0 | 368M| 767 |   - |1122 |1115 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
130.71/130.90	c   114s|  1230k|  1204k|     0 |   0.0 | 371M| 767 |   - |1122 |1086 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
131.82/131.96	c   115s|  1240k|  1214k|     0 |   0.0 | 374M| 767 |   - |1122 |1045 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
132.81/133.00	c   116s|  1250k|  1223k|     0 |   0.0 | 377M| 767 |   - |1122 |1080 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
133.91/134.05	c   117s|  1260k|  1233k|     0 |   0.0 | 380M| 767 |   - |1122 |1047 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
134.91/135.09	c   117s|  1270k|  1243k|     0 |   0.0 | 383M| 767 |   - |1122 |1121 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
136.01/136.12	c   118s|  1280k|  1253k|     0 |   0.0 | 386M| 767 |   - |1122 |1105 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
137.01/137.14	c   119s|  1290k|  1263k|     0 |   0.0 | 389M| 767 |   - |1122 |1181 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
138.12/138.20	c   120s|  1300k|  1272k|     0 |   0.0 | 392M| 767 |   - |1122 |1191 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
139.11/139.24	c   121s|  1310k|  1282k|     0 |   0.0 | 395M| 767 |   - |1122 |1332 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
140.12/140.28	c   122s|  1320k|  1292k|     0 |   0.0 | 398M| 767 |   - |1122 |1166 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
141.22/141.30	c   123s|  1330k|  1302k|     0 |   0.0 | 401M| 767 |   - |1122 |1282 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
142.21/142.36	c   123s|  1340k|  1311k|     0 |   0.0 | 404M| 767 |   - |1122 |1155 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
143.21/143.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
143.21/143.38	c   124s|  1350k|  1321k|     0 |   0.0 | 407M| 767 |   - |1122 |1229 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
144.31/144.41	c   125s|  1360k|  1331k|     0 |   0.0 | 410M| 767 |   - |1122 |1197 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
145.31/145.44	c   126s|  1370k|  1341k|     0 |   0.0 | 413M| 767 |   - |1122 |1361 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
146.31/146.48	c   127s|  1380k|  1350k|     0 |   0.0 | 416M| 767 |   - |1122 |1172 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
147.41/147.51	c   128s|  1390k|  1360k|     0 |   0.0 | 419M| 767 |   - |1122 |1327 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
148.42/148.52	c   129s|  1400k|  1370k|     0 |   0.0 | 422M| 767 |   - |1122 |1175 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
149.41/149.56	c   129s|  1410k|  1380k|     0 |   0.0 | 425M| 767 |   - |1122 |1267 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
150.41/150.57	c   130s|  1420k|  1389k|     0 |   0.0 | 428M| 767 |   - |1122 |1258 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
151.51/151.62	c   131s|  1430k|  1399k|     0 |   0.0 | 431M| 767 |   - |1122 |1347 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
152.51/152.62	c   132s|  1440k|  1409k|     0 |   0.0 | 434M| 767 |   - |1122 |1349 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
153.51/153.68	c   133s|  1450k|  1419k|     0 |   0.0 | 437M| 767 |   - |1122 |1349 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
154.61/154.70	c   134s|  1460k|  1428k|     0 |   0.0 | 440M| 767 |   - |1122 |1371 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
155.61/155.75	c   135s|  1470k|  1438k|     0 |   0.0 | 443M| 767 |   - |1122 |1336 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
156.71/156.81	c   135s|  1480k|  1448k|     0 |   0.0 | 446M| 767 |   - |1122 |1439 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
157.71/157.85	c   136s|  1490k|  1458k|     0 |   0.0 | 449M| 767 |   - |1122 |1266 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
158.71/158.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
158.71/158.87	c   137s|  1500k|  1467k|     0 |   0.0 | 452M| 767 |   - |1122 |1439 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
159.81/159.91	c   138s|  1510k|  1477k|     0 |   0.0 | 455M| 767 |   - |1122 |1314 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
160.81/160.94	c   139s|  1520k|  1487k|     0 |   0.0 | 458M| 767 |   - |1122 |1342 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
161.81/161.98	c   140s|  1530k|  1497k|     0 |   0.0 | 461M| 767 |   - |1122 |1306 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
162.91/163.02	c   141s|  1540k|  1506k|     0 |   0.0 | 464M| 767 |   - |1122 |1260 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
163.91/164.06	c   141s|  1550k|  1516k|     0 |   0.0 | 467M| 767 |   - |1122 |1378 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
165.01/165.10	c   142s|  1560k|  1526k|     0 |   0.0 | 470M| 767 |   - |1122 |1295 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
166.02/166.14	c   143s|  1570k|  1536k|     0 |   0.0 | 473M| 767 |   - |1122 |1301 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
167.01/167.20	c   144s|  1580k|  1545k|     0 |   0.0 | 476M| 767 |   - |1122 |1310 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
168.11/168.25	c   145s|  1590k|  1555k|     0 |   0.0 | 479M| 767 |   - |1122 |1332 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
169.11/169.29	c   146s|  1600k|  1565k|     0 |   0.0 | 482M| 767 |   - |1122 |1243 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
170.22/170.30	c   147s|  1610k|  1574k|     0 |   0.0 | 486M| 767 |   - |1122 |1377 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
171.21/171.37	c   147s|  1620k|  1584k|     0 |   0.0 | 489M| 767 |   - |1122 |1336 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
172.22/172.37	c   148s|  1630k|  1594k|     0 |   0.0 | 492M| 767 |   - |1122 |1387 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
173.32/173.41	c   149s|  1640k|  1604k|     0 |   0.0 | 494M| 767 |   - |1122 |1329 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
174.31/174.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
174.31/174.48	c   150s|  1650k|  1613k|     0 |   0.0 | 498M| 767 |   - |1122 |1487 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
175.42/175.52	c   151s|  1660k|  1623k|     0 |   0.0 | 501M| 767 |   - |1122 |1351 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
176.41/176.56	c   152s|  1670k|  1633k|     0 |   0.0 | 504M| 767 |   - |1122 |1387 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
177.42/177.58	c   153s|  1680k|  1643k|     0 |   0.0 | 507M| 767 |   - |1122 |1406 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
178.51/178.61	c   153s|  1690k|  1652k|     0 |   0.0 | 510M| 767 |   - |1122 |1383 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
179.52/179.61	c   154s|  1700k|  1662k|     0 |   0.0 | 513M| 767 |   - |1122 |1526 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
180.51/180.64	c   155s|  1710k|  1672k|     0 |   0.0 | 516M| 767 |   - |1122 |1367 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
181.52/181.66	c   156s|  1720k|  1682k|     0 |   0.0 | 519M| 767 |   - |1122 |1548 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
182.52/182.68	c   157s|  1730k|  1691k|     0 |   0.0 | 522M| 767 |   - |1122 |1302 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
183.52/183.69	c   158s|  1740k|  1701k|     0 |   0.0 | 525M| 767 |   - |1122 |1326 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
184.61/184.71	c   158s|  1750k|  1711k|     0 |   0.0 | 528M| 767 |   - |1122 |1359 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
185.61/185.73	c   159s|  1760k|  1721k|     0 |   0.0 | 531M| 767 |   - |1122 |1371 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
186.61/186.75	c   160s|  1770k|  1730k|     0 |   0.0 | 534M| 767 |   - |1122 |1338 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
187.61/187.77	c   161s|  1780k|  1740k|     0 |   0.0 | 537M| 767 |   - |1122 |1340 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
188.61/188.79	c   162s|  1790k|  1750k|     0 |   0.0 | 540M| 767 |   - |1122 |1374 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
189.71/189.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
189.71/189.83	c   163s|  1800k|  1760k|     0 |   0.0 | 543M| 767 |   - |1122 |1398 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
190.71/190.85	c   164s|  1810k|  1769k|     0 |   0.0 | 546M| 767 |   - |1122 |1426 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
191.71/191.88	c   164s|  1820k|  1779k|     0 |   0.0 | 549M| 767 |   - |1122 |1435 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
192.71/192.89	c   165s|  1830k|  1789k|     0 |   0.0 | 552M| 767 |   - |1122 |1539 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
193.81/193.92	c   166s|  1840k|  1798k|     0 |   0.0 | 555M| 767 |   - |1122 |1335 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
194.81/194.93	c   167s|  1850k|  1808k|     0 |   0.0 | 558M| 767 |   - |1122 |1443 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
195.82/195.96	c   168s|  1860k|  1818k|     0 |   0.0 | 561M| 767 |   - |1122 |1417 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
196.91/197.00	c   169s|  1870k|  1828k|     0 |   0.0 | 564M| 767 |   - |1122 |1509 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
197.92/198.03	c   169s|  1880k|  1837k|     0 |   0.0 | 567M| 767 |   - |1122 |1397 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
198.92/199.05	c   170s|  1890k|  1847k|     0 |   0.0 | 570M| 767 |   - |1122 |1491 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
199.92/200.10	c   171s|  1900k|  1857k|     0 |   0.0 | 574M| 767 |   - |1122 |1531 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
201.01/201.13	c   172s|  1910k|  1866k|     0 |   0.0 | 577M| 767 |   - |1122 |1463 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
202.01/202.18	c   173s|  1920k|  1876k|     0 |   0.0 | 580M| 767 |   - |1122 |1533 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
203.11/203.24	c   174s|  1930k|  1886k|     0 |   0.0 | 583M| 767 |   - |1122 |1441 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
204.12/204.28	c   175s|  1940k|  1896k|     0 |   0.0 | 586M| 767 |   - |1122 |1503 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
205.21/205.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
205.21/205.33	c   175s|  1950k|  1905k|     0 |   0.0 | 589M| 767 |   - |1122 |1395 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
206.21/206.38	c   176s|  1960k|  1915k|     0 |   0.0 | 592M| 767 |   - |1122 |1571 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
207.32/207.41	c   177s|  1970k|  1925k|     0 |   0.0 | 595M| 767 |   - |1122 |1455 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
208.31/208.43	c   178s|  1980k|  1935k|     0 |   0.0 | 598M| 767 |   - |1122 |1536 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
209.32/209.47	c   179s|  1990k|  1944k|     0 |   0.0 | 601M| 767 |   - |1122 |1618 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
210.42/210.50	c   180s|  2000k|  1954k|     0 |   0.0 | 604M| 767 |   - |1122 |1457 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
211.41/211.52	c   181s|  2010k|  1964k|     0 |   0.0 | 607M| 767 |   - |1122 |1439 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
212.41/212.58	c   182s|  2020k|  1973k|     0 |   0.0 | 610M| 767 |   - |1122 |1433 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
213.51/213.61	c   182s|  2030k|  1983k|     0 |   0.0 | 613M| 767 |   - |1122 |1526 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
214.51/214.63	c   183s|  2040k|  1993k|     0 |   0.0 | 616M| 767 |   - |1122 |1413 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
215.51/215.65	c   184s|  2050k|  2003k|     0 |   0.0 | 620M| 767 |   - |1122 |1557 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
216.52/216.68	c   185s|  2060k|  2012k|     0 |   0.0 | 623M| 767 |   - |1122 |1496 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
217.62/217.74	c   186s|  2070k|  2022k|     0 |   0.0 | 626M| 767 |   - |1122 |1609 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
218.62/218.77	c   187s|  2080k|  2032k|     0 |   0.0 | 629M| 767 |   - |1122 |1552 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 |      --      |    Inf 
219.72/219.80	c   187s|  2090k|  2041k|     0 |   0.0 | 632M| 767 |   - |1122 |1670 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 |      --      |    Inf 
220.71/220.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
220.71/220.84	c   188s|  2100k|  2051k|     0 |   0.0 | 635M| 767 |   - |1122 |1615 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
221.71/221.88	c   189s|  2110k|  2061k|     0 |   0.0 | 638M| 767 |   - |1122 |1613 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 |      --      |    Inf 
222.82/222.93	c   190s|  2120k|  2070k|     0 |   0.0 | 641M| 767 |   - |1122 |1722 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 |      --      |    Inf 
223.81/223.98	c   191s|  2130k|  2080k|     0 |   0.0 | 644M| 767 |   - |1122 |1522 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
224.91/225.03	c   192s|  2140k|  2090k|     0 |   0.0 | 647M| 767 |   - |1122 |1640 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 |      --      |    Inf 
226.01/226.11	c   193s|  2150k|  2100k|     0 |   0.0 | 651M| 767 |   - |1122 |1595 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 |      --      |    Inf 
227.01/227.14	c   194s|  2160k|  2109k|     0 |   0.0 | 654M| 767 |   - |1122 |1659 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 |      --      |    Inf 
228.01/228.18	c   194s|  2170k|  2119k|     0 |   0.0 | 657M| 767 |   - |1122 |1558 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 |      --      |    Inf 
229.11/229.25	c   195s|  2180k|  2129k|     0 |   0.0 | 660M| 767 |   - |1122 |1625 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
230.21/230.30	c   196s|  2190k|  2138k|     0 |   0.0 | 663M| 767 |   - |1122 |1519 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 |      --      |    Inf 
231.21/231.35	c   197s|  2200k|  2148k|     0 |   0.0 | 666M| 767 |   - |1122 |1534 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
232.21/232.39	c   198s|  2210k|  2158k|     0 |   0.0 | 669M| 767 |   - |1122 |1733 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 |      --      |    Inf 
233.31/233.43	c   199s|  2220k|  2167k|     0 |   0.0 | 672M| 767 |   - |1122 |1568 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 |      --      |    Inf 
234.31/234.47	c   200s|  2230k|  2177k|     0 |   0.0 | 675M| 767 |   - |1122 |1779 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 |      --      |    Inf 
235.42/235.51	c   200s|  2240k|  2187k|     0 |   0.0 | 679M| 767 |   - |1122 |1511 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 |      --      |    Inf 
236.42/236.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
236.42/236.56	c   201s|  2250k|  2196k|     0 |   0.0 | 682M| 767 |   - |1122 |1635 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 |      --      |    Inf 
237.41/237.57	c   202s|  2260k|  2206k|     0 |   0.0 | 685M| 767 |   - |1122 |1572 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 |      --      |    Inf 
238.52/238.63	c   203s|  2270k|  2216k|     0 |   0.0 | 688M| 767 |   - |1122 |1746 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 |      --      |    Inf 
239.51/239.69	c   204s|  2280k|  2225k|     0 |   0.0 | 691M| 767 |   - |1122 |1761 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 |      --      |    Inf 
240.62/240.76	c   205s|  2290k|  2235k|     0 |   0.0 | 694M| 767 |   - |1122 |1790 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 |      --      |    Inf 
241.71/241.81	c   206s|  2300k|  2245k|     0 |   0.0 | 697M| 767 |   - |1122 |1912 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 |      --      |    Inf 
242.72/242.88	c   207s|  2310k|  2255k|     0 |   0.0 | 700M| 767 |   - |1122 |1763 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 |      --      |    Inf 
243.82/243.91	c   207s|  2320k|  2264k|     0 |   0.0 | 703M| 767 |   - |1122 |1904 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 |      --      |    Inf 
244.81/244.98	c   208s|  2330k|  2274k|     0 |   0.0 | 706M| 767 |   - |1122 |1768 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 |      --      |    Inf 
245.91/246.03	c   209s|  2340k|  2284k|     0 |   0.0 | 709M| 767 |   - |1122 |1869 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 |      --      |    Inf 
247.01/247.11	c   210s|  2350k|  2293k|     0 |   0.0 | 712M| 767 |   - |1122 |1868 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 |      --      |    Inf 
248.01/248.18	c   211s|  2360k|  2303k|     0 |   0.0 | 716M| 767 |   - |1122 |1924 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 |      --      |    Inf 
249.12/249.23	c   212s|  2370k|  2313k|     0 |   0.0 | 719M| 767 |   - |1122 |1900 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 |      --      |    Inf 
250.21/250.30	c   213s|  2380k|  2322k|     0 |   0.0 | 722M| 767 |   - |1122 |1939 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 |      --      |    Inf 
251.21/251.34	c   214s|  2390k|  2332k|     0 |   0.0 | 725M| 767 |   - |1122 |1876 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 |      --      |    Inf 
252.32/252.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
252.32/252.40	c   214s|  2400k|  2342k|     0 |   0.0 | 728M| 767 |   - |1122 |1867 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 |      --      |    Inf 
253.31/253.42	c   215s|  2410k|  2351k|     0 |   0.0 | 731M| 767 |   - |1122 |1969 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 |      --      |    Inf 
254.32/254.47	c   216s|  2420k|  2361k|     0 |   0.0 | 734M| 767 |   - |1122 |1782 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 |      --      |    Inf 
255.42/255.50	c   217s|  2430k|  2371k|     0 |   0.0 | 737M| 767 |   - |1122 |1929 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 |      --      |    Inf 
256.51/256.60	c   218s|  2440k|  2380k|     0 |   0.0 | 740M| 767 |   - |1122 |1777 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 |      --      |    Inf 
257.62/257.71	c   219s|  2450k|  2390k|     0 |   0.0 | 744M| 767 |   - |1122 |1895 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 |      --      |    Inf 
258.61/258.77	c   220s|  2460k|  2399k|     0 |   0.0 | 747M| 767 |   - |1122 |1778 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 |      --      |    Inf 
259.71/259.84	c   221s|  2470k|  2409k|     0 |   0.0 | 750M| 767 |   - |1122 |1949 |   0 |   0 |   0 | 302k|   0 | 0.000000e+00 |      --      |    Inf 
260.81/260.96	c   221s|  2480k|  2419k|     0 |   0.0 | 753M| 767 |   - |1122 |1826 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 |      --      |    Inf 
261.91/262.05	c   222s|  2490k|  2428k|     0 |   0.0 | 756M| 767 |   - |1122 |1997 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 |      --      |    Inf 
263.01/263.13	c   223s|  2500k|  2438k|     0 |   0.0 | 759M| 767 |   - |1122 |2067 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 |      --      |    Inf 
264.11/264.21	c   224s|  2510k|  2448k|     0 |   0.0 | 762M| 767 |   - |1122 |1995 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 |      --      |    Inf 
265.11/265.26	c   225s|  2520k|  2457k|     0 |   0.0 | 765M| 767 |   - |1122 |2002 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 |      --      |    Inf 
266.22/266.34	c   226s|  2530k|  2467k|     0 |   0.0 | 768M| 767 |   - |1122 |2012 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 |      --      |    Inf 
267.32/267.45	c   227s|  2540k|  2477k|     0 |   0.0 | 772M| 767 |   - |1122 |2027 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 |      --      |    Inf 
268.41/268.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
268.41/268.53	c   228s|  2550k|  2486k|     0 |   0.0 | 775M| 767 |   - |1122 |2083 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 |      --      |    Inf 
269.42/269.59	c   229s|  2560k|  2496k|     0 |   0.0 | 778M| 767 |   - |1122 |2087 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 |      --      |    Inf 
270.52/270.67	c   229s|  2570k|  2505k|     0 |   0.0 | 781M| 767 |   - |1122 |2031 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 |      --      |    Inf 
271.62/271.73	c   230s|  2580k|  2515k|     0 |   0.0 | 784M| 767 |   - |1122 |2195 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 |      --      |    Inf 
272.62/272.79	c   231s|  2590k|  2525k|     0 |   0.0 | 787M| 767 |   - |1122 |2043 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 |      --      |    Inf 
273.72/273.85	c   232s|  2600k|  2534k|     0 |   0.0 | 790M| 767 |   - |1122 |2115 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 |      --      |    Inf 
274.82/274.95	c   233s|  2610k|  2544k|     0 |   0.0 | 793M| 767 |   - |1122 |1987 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 |      --      |    Inf 
275.91/276.03	c   234s|  2620k|  2554k|     0 |   0.0 | 796M| 767 |   - |1122 |2184 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 |      --      |    Inf 
277.02/277.11	c   235s|  2630k|  2563k|     0 |   0.0 | 800M| 767 |   - |1122 |1990 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 |      --      |    Inf 
278.12/278.23	c   236s|  2640k|  2573k|     0 |   0.0 | 803M| 767 |   - |1122 |2280 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 |      --      |    Inf 
279.11/279.29	c   237s|  2650k|  2583k|     0 |   0.0 | 806M| 767 |   - |1122 |2052 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 |      --      |    Inf 
280.21/280.36	c   238s|  2660k|  2592k|     0 |   0.0 | 809M| 767 |   - |1122 |2269 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 |      --      |    Inf 
281.32/281.47	c   238s|  2670k|  2602k|     0 |   0.0 | 812M| 767 |   - |1122 |2113 |   0 |   0 |   0 | 337k|   0 | 0.000000e+00 |      --      |    Inf 
282.41/282.55	c   239s|  2680k|  2611k|     0 |   0.0 | 815M| 767 |   - |1122 |2210 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 |      --      |    Inf 
283.51/283.63	c   240s|  2690k|  2621k|     0 |   0.0 | 818M| 767 |   - |1122 |2078 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 |      --      |    Inf 
284.51/284.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
284.51/284.69	c   241s|  2700k|  2631k|     0 |   0.0 | 821M| 767 |   - |1122 |2193 |   0 |   0 |   0 | 342k|   0 | 0.000000e+00 |      --      |    Inf 
285.71/285.83	c   242s|  2710k|  2640k|     0 |   0.0 | 824M| 767 |   - |1122 |2098 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 |      --      |    Inf 
286.71/286.87	c   243s|  2720k|  2650k|     0 |   0.0 | 828M| 767 |   - |1122 |2253 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 |      --      |    Inf 
287.81/287.95	c   244s|  2730k|  2660k|     0 |   0.0 | 831M| 767 |   - |1122 |2177 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 |      --      |    Inf 
288.91/289.06	c   245s|  2740k|  2669k|     0 |   0.0 | 834M| 767 |   - |1122 |2394 |   0 |   0 |   0 | 349k|   0 | 0.000000e+00 |      --      |    Inf 
290.01/290.18	c   246s|  2750k|  2679k|     0 |   0.0 | 837M| 767 |   - |1122 |2204 |   0 |   0 |   0 | 351k|   0 | 0.000000e+00 |      --      |    Inf 
291.11/291.24	c   247s|  2760k|  2689k|     0 |   0.0 | 840M| 767 |   - |1122 |2375 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 |      --      |    Inf 
292.21/292.32	c   247s|  2770k|  2698k|     0 |   0.0 | 843M| 767 |   - |1122 |2152 |   0 |   0 |   0 | 355k|   0 | 0.000000e+00 |      --      |    Inf 
293.21/293.39	c   248s|  2780k|  2708k|     0 |   0.0 | 846M| 767 |   - |1122 |2184 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 |      --      |    Inf 
294.31/294.47	c   249s|  2790k|  2717k|     0 |   0.0 | 850M| 767 |   - |1122 |2182 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 |      --      |    Inf 
295.41/295.52	c   250s|  2800k|  2727k|     0 |   0.0 | 853M| 767 |   - |1122 |2265 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 |      --      |    Inf 
296.52/296.64	c   251s|  2810k|  2737k|     0 |   0.0 | 856M| 767 |   - |1122 |2155 |   0 |   0 |   0 | 362k|   0 | 0.000000e+00 |      --      |    Inf 
297.71/297.81	c   252s|  2820k|  2746k|     0 |   0.0 | 859M| 767 |   - |1122 |2275 |   0 |   0 |   0 | 364k|   0 | 0.000000e+00 |      --      |    Inf 
298.71/298.89	c   253s|  2830k|  2756k|     0 |   0.0 | 862M| 767 |   - |1122 |2185 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 |      --      |    Inf 
299.82/299.98	c   254s|  2840k|  2766k|     0 |   0.0 | 865M| 767 |   - |1122 |2124 |   0 |   0 |   0 | 368k|   0 | 0.000000e+00 |      --      |    Inf 
300.91/301.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
300.91/301.08	c   255s|  2850k|  2775k|     0 |   0.0 | 868M| 767 |   - |1122 |2360 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 |      --      |    Inf 
302.12/302.20	c   256s|  2860k|  2785k|     0 |   0.0 | 872M| 767 |   - |1122 |2342 |   0 |   0 |   0 | 372k|   0 | 0.000000e+00 |      --      |    Inf 
303.11/303.27	c   257s|  2870k|  2794k|     0 |   0.0 | 875M| 767 |   - |1122 |2384 |   0 |   0 |   0 | 374k|   0 | 0.000000e+00 |      --      |    Inf 
304.22/304.34	c   257s|  2880k|  2804k|     0 |   0.0 | 878M| 767 |   - |1122 |2182 |   0 |   0 |   0 | 375k|   0 | 0.000000e+00 |      --      |    Inf 
305.31/305.42	c   258s|  2890k|  2814k|     0 |   0.0 | 881M| 767 |   - |1122 |2393 |   0 |   0 |   0 | 377k|   0 | 0.000000e+00 |      --      |    Inf 
306.31/306.47	c   259s|  2900k|  2823k|     0 |   0.0 | 884M| 767 |   - |1122 |2271 |   0 |   0 |   0 | 379k|   0 | 0.000000e+00 |      --      |    Inf 
307.41/307.53	c   260s|  2910k|  2833k|     0 |   0.0 | 888M| 767 |   - |1122 |2386 |   0 |   0 |   0 | 381k|   0 | 0.000000e+00 |      --      |    Inf 
308.52/308.66	c   261s|  2920k|  2842k|     0 |   0.0 | 891M| 767 |   - |1122 |2370 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 |      --      |    Inf 
309.61/309.74	c   262s|  2930k|  2852k|     0 |   0.0 | 894M| 767 |   - |1122 |2349 |   0 |   0 |   0 | 385k|   0 | 0.000000e+00 |      --      |    Inf 
310.71/310.81	c   263s|  2940k|  2862k|     0 |   0.0 | 897M| 767 |   - |1122 |2447 |   0 |   0 |   0 | 387k|   0 | 0.000000e+00 |      --      |    Inf 
311.72/311.89	c   264s|  2950k|  2871k|     0 |   0.0 | 900M| 767 |   - |1122 |2489 |   0 |   0 |   0 | 389k|   0 | 0.000000e+00 |      --      |    Inf 
312.91/313.02	c   265s|  2960k|  2881k|     0 |   0.0 | 904M| 767 |   - |1122 |2592 |   0 |   0 |   0 | 391k|   0 | 0.000000e+00 |      --      |    Inf 
314.01/314.13	c   266s|  2970k|  2890k|     0 |   0.0 | 907M| 767 |   - |1122 |2463 |   0 |   0 |   0 | 393k|   0 | 0.000000e+00 |      --      |    Inf 
315.11/315.20	c   267s|  2980k|  2900k|     0 |   0.0 | 910M| 767 |   - |1122 |2488 |   0 |   0 |   0 | 395k|   0 | 0.000000e+00 |      --      |    Inf 
316.21/316.32	c   267s|  2990k|  2910k|     0 |   0.0 | 913M| 767 |   - |1122 |2636 |   0 |   0 |   0 | 397k|   0 | 0.000000e+00 |      --      |    Inf 
317.31/317.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
317.31/317.41	c   268s|  3000k|  2919k|     0 |   0.0 | 916M| 767 |   - |1122 |2613 |   0 |   0 |   0 | 399k|   0 | 0.000000e+00 |      --      |    Inf 
318.42/318.51	c   269s|  3010k|  2929k|     0 |   0.0 | 920M| 767 |   - |1122 |2678 |   0 |   0 |   0 | 401k|   0 | 0.000000e+00 |      --      |    Inf 
319.51/319.64	c   270s|  3020k|  2938k|     0 |   0.0 | 923M| 767 |   - |1122 |2622 |   0 |   0 |   0 | 403k|   0 | 0.000000e+00 |      --      |    Inf 
320.71/320.82	c   271s|  3030k|  2948k|     0 |   0.0 | 926M| 767 |   - |1122 |2770 |   0 |   0 |   0 | 406k|   0 | 0.000000e+00 |      --      |    Inf 
321.82/321.91	c   272s|  3040k|  2958k|     0 |   0.0 | 929M| 767 |   - |1122 |2730 |   0 |   0 |   0 | 408k|   0 | 0.000000e+00 |      --      |    Inf 
322.91/323.01	c   273s|  3050k|  2967k|     0 |   0.0 | 932M| 767 |   - |1122 |2744 |   0 |   0 |   0 | 410k|   0 | 0.000000e+00 |      --      |    Inf 
323.91/324.08	c   274s|  3060k|  2977k|     0 |   0.0 | 935M| 767 |   - |1122 |2696 |   0 |   0 |   0 | 411k|   0 | 0.000000e+00 |      --      |    Inf 
325.12/325.22	c   275s|  3070k|  2986k|     0 |   0.0 | 939M| 767 |   - |1122 |2752 |   0 |   0 |   0 | 414k|   0 | 0.000000e+00 |      --      |    Inf 
326.21/326.35	c   276s|  3080k|  2996k|     0 |   0.0 | 942M| 767 |   - |1122 |2736 |   0 |   0 |   0 | 416k|   0 | 0.000000e+00 |      --      |    Inf 
327.31/327.46	c   277s|  3090k|  3005k|     0 |   0.0 | 945M| 767 |   - |1122 |2778 |   0 |   0 |   0 | 418k|   0 | 0.000000e+00 |      --      |    Inf 
328.51/328.63	c   278s|  3100k|  3015k|     0 |   0.0 | 948M| 767 |   - |1122 |2747 |   0 |   0 |   0 | 420k|   0 | 0.000000e+00 |      --      |    Inf 
329.61/329.75	c   279s|  3110k|  3025k|     0 |   0.0 | 952M| 767 |   - |1122 |2875 |   0 |   0 |   0 | 422k|   0 | 0.000000e+00 |      --      |    Inf 
330.72/330.87	c   280s|  3120k|  3034k|     0 |   0.0 | 955M| 767 |   - |1122 |2844 |   0 |   0 |   0 | 425k|   0 | 0.000000e+00 |      --      |    Inf 
331.91/332.01	c   281s|  3130k|  3044k|     0 |   0.0 | 958M| 767 |   - |1122 |2852 |   0 |   0 |   0 | 427k|   0 | 0.000000e+00 |      --      |    Inf 
333.01/333.18	c   282s|  3140k|  3053k|     0 |   0.0 | 962M| 767 |   - |1122 |2954 |   0 |   0 |   0 | 429k|   0 | 0.000000e+00 |      --      |    Inf 
334.22/334.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
334.22/334.37	c   283s|  3150k|  3063k|     0 |   0.0 | 965M| 767 |   - |1122 |2922 |   0 |   0 |   0 | 432k|   0 | 0.000000e+00 |      --      |    Inf 
335.42/335.51	c   283s|  3160k|  3072k|     0 |   0.0 | 968M| 767 |   - |1122 |2908 |   0 |   0 |   0 | 434k|   0 | 0.000000e+00 |      --      |    Inf 
336.52/336.67	c   284s|  3170k|  3082k|     0 |   0.0 | 971M| 767 |   - |1122 |2893 |   0 |   0 |   0 | 436k|   0 | 0.000000e+00 |      --      |    Inf 
337.72/337.86	c   285s|  3180k|  3091k|     0 |   0.0 | 975M| 767 |   - |1122 |2898 |   0 |   0 |   0 | 438k|   0 | 0.000000e+00 |      --      |    Inf 
338.91/339.07	c   286s|  3190k|  3101k|     0 |   0.0 | 978M| 767 |   - |1122 |3026 |   0 |   0 |   0 | 441k|   0 | 0.000000e+00 |      --      |    Inf 
340.02/340.17	c   287s|  3200k|  3110k|     0 |   0.0 | 981M| 767 |   - |1122 |2982 |   0 |   0 |   0 | 443k|   0 | 0.000000e+00 |      --      |    Inf 
341.21/341.31	c   288s|  3210k|  3120k|     0 |   0.0 | 985M| 767 |   - |1122 |2952 |   0 |   0 |   0 | 445k|   0 | 0.000000e+00 |      --      |    Inf 
342.32/342.43	c   289s|  3220k|  3130k|     0 |   0.0 | 988M| 767 |   - |1122 |3060 |   0 |   0 |   0 | 447k|   0 | 0.000000e+00 |      --      |    Inf 
343.42/343.54	c   290s|  3230k|  3139k|     0 |   0.0 | 991M| 767 |   - |1122 |2843 |   0 |   0 |   0 | 449k|   0 | 0.000000e+00 |      --      |    Inf 
344.62/344.79	c   291s|  3240k|  3149k|     0 |   0.0 | 995M| 767 |   - |1122 |2974 |   0 |   0 |   0 | 452k|   0 | 0.000000e+00 |      --      |    Inf 
345.82/345.96	c   292s|  3250k|  3158k|     0 |   0.0 | 998M| 767 |   - |1122 |3135 |   0 |   0 |   0 | 454k|   0 | 0.000000e+00 |      --      |    Inf 
347.02/347.15	c   293s|  3260k|  3168k|     0 |   0.0 |1001M| 767 |   - |1122 |3106 |   0 |   0 |   0 | 457k|   0 | 0.000000e+00 |      --      |    Inf 
348.22/348.36	c   294s|  3270k|  3177k|     0 |   0.0 |1005M| 767 |   - |1122 |3016 |   0 |   0 |   0 | 459k|   0 | 0.000000e+00 |      --      |    Inf 
349.42/349.52	c   295s|  3280k|  3187k|     0 |   0.0 |1008M| 767 |   - |1122 |3224 |   0 |   0 |   0 | 462k|   0 | 0.000000e+00 |      --      |    Inf 
350.51/350.67	c   296s|  3290k|  3196k|     0 |   0.0 |1011M| 767 |   - |1122 |3270 |   0 |   0 |   0 | 464k|   0 | 0.000000e+00 |      --      |    Inf 
351.71/351.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
351.71/351.86	c   297s|  3300k|  3206k|     0 |   0.0 |1015M| 767 |   - |1122 |3140 |   0 |   0 |   0 | 467k|   0 | 0.000000e+00 |      --      |    Inf 
352.92/353.03	c   298s|  3310k|  3215k|     0 |   0.0 |1018M| 767 |   - |1122 |3126 |   0 |   0 |   0 | 469k|   0 | 0.000000e+00 |      --      |    Inf 
354.12/354.23	c   299s|  3320k|  3225k|     0 |   0.0 |1021M| 767 |   - |1122 |3113 |   0 |   0 |   0 | 472k|   0 | 0.000000e+00 |      --      |    Inf 
355.32/355.43	c   300s|  3330k|  3234k|     0 |   0.0 |1025M| 767 |   - |1122 |3228 |   0 |   0 |   0 | 474k|   0 | 0.000000e+00 |      --      |    Inf 
356.52/356.63	c   301s|  3340k|  3244k|     0 |   0.0 |1028M| 767 |   - |1122 |3211 |   0 |   0 |   0 | 477k|   0 | 0.000000e+00 |      --      |    Inf 
357.71/357.86	c   302s|  3350k|  3253k|     0 |   0.0 |1031M| 767 |   - |1122 |3312 |   0 |   0 |   0 | 480k|   0 | 0.000000e+00 |      --      |    Inf 
358.92/359.09	c   303s|  3360k|  3263k|     0 |   0.0 |1035M| 767 |   - |1122 |3380 |   0 |   0 |   0 | 482k|   0 | 0.000000e+00 |      --      |    Inf 
360.12/360.24	c   304s|  3370k|  3272k|     0 |   0.0 |1038M| 767 |   - |1122 |3162 |   0 |   0 |   0 | 484k|   0 | 0.000000e+00 |      --      |    Inf 
361.32/361.46	c   305s|  3380k|  3282k|     0 |   0.0 |1041M| 767 |   - |1122 |3305 |   0 |   0 |   0 | 487k|   0 | 0.000000e+00 |      --      |    Inf 
362.52/362.65	c   306s|  3390k|  3291k|     0 |   0.0 |1045M| 767 |   - |1122 |3396 |   0 |   0 |   0 | 490k|   0 | 0.000000e+00 |      --      |    Inf 
363.72/363.85	c   307s|  3400k|  3301k|     0 |   0.0 |1048M| 767 |   - |1122 |3427 |   0 |   0 |   0 | 493k|   0 | 0.000000e+00 |      --      |    Inf 
364.92/365.10	c   308s|  3410k|  3310k|     0 |   0.0 |1051M| 767 |   - |1122 |3250 |   0 |   0 |   0 | 495k|   0 | 0.000000e+00 |      --      |    Inf 
366.12/366.26	c   309s|  3420k|  3320k|     0 |   0.0 |1055M| 767 |   - |1122 |3283 |   0 |   0 |   0 | 498k|   0 | 0.000000e+00 |      --      |    Inf 
367.42/367.52	c   310s|  3430k|  3329k|     0 |   0.0 |1058M| 767 |   - |1122 |3495 |   0 |   0 |   0 | 500k|   0 | 0.000000e+00 |      --      |    Inf 
368.61/368.72	c   311s|  3440k|  3339k|     0 |   0.0 |1062M| 767 |   - |1122 |3382 |   0 |   0 |   0 | 503k|   0 | 0.000000e+00 |      --      |    Inf 
369.82/369.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
369.82/369.99	c   312s|  3450k|  3348k|     0 |   0.0 |1065M| 767 |   - |1122 |3440 |   0 |   0 |   0 | 506k|   0 | 0.000000e+00 |      --      |    Inf 
371.11/371.20	c   313s|  3460k|  3358k|     0 |   0.0 |1069M| 767 |   - |1122 |3323 |   0 |   0 |   0 | 509k|   0 | 0.000000e+00 |      --      |    Inf 
372.32/372.41	c   315s|  3470k|  3367k|     0 |   0.0 |1072M| 767 |   - |1122 |3374 |   0 |   0 |   0 | 511k|   0 | 0.000000e+00 |      --      |    Inf 
373.52/373.69	c   316s|  3480k|  3376k|     0 |   0.0 |1075M| 767 |   - |1122 |3601 |   0 |   0 |   0 | 514k|   0 | 0.000000e+00 |      --      |    Inf 
374.72/374.88	c   317s|  3490k|  3386k|     0 |   0.0 |1079M| 767 |   - |1122 |3497 |   0 |   0 |   0 | 517k|   0 | 0.000000e+00 |      --      |    Inf 
375.91/376.09	c   318s|  3500k|  3395k|     0 |   0.0 |1082M| 767 |   - |1122 |3550 |   0 |   0 |   0 | 520k|   0 | 0.000000e+00 |      --      |    Inf 
377.22/377.33	c   319s|  3510k|  3405k|     0 |   0.0 |1086M| 767 |   - |1122 |3526 |   0 |   0 |   0 | 523k|   0 | 0.000000e+00 |      --      |    Inf 
378.42/378.58	c   320s|  3520k|  3414k|     0 |   0.0 |1089M| 767 |   - |1122 |3559 |   0 |   0 |   0 | 526k|   0 | 0.000000e+00 |      --      |    Inf 
379.72/379.87	c   321s|  3530k|  3424k|     0 |   0.0 |1093M| 767 |   - |1122 |3593 |   0 |   0 |   0 | 529k|   0 | 0.000000e+00 |      --      |    Inf 
381.02/381.17	c   322s|  3540k|  3433k|     0 |   0.0 |1096M| 767 |   - |1122 |3871 |   0 |   0 |   0 | 532k|   0 | 0.000000e+00 |      --      |    Inf 
382.31/382.44	c   323s|  3550k|  3442k|     0 |   0.0 |1100M| 767 |   - |1122 |3940 |   0 |   0 |   0 | 535k|   0 | 0.000000e+00 |      --      |    Inf 
383.52/383.69	c   324s|  3560k|  3452k|     0 |   0.0 |1103M| 767 |   - |1122 |3983 |   0 |   0 |   0 | 538k|   0 | 0.000000e+00 |      --      |    Inf 
384.82/384.99	c   325s|  3570k|  3461k|     0 |   0.0 |1107M| 767 |   - |1122 |3937 |   0 |   0 |   0 | 542k|   0 | 0.000000e+00 |      --      |    Inf 
386.12/386.21	c   326s|  3580k|  3471k|     0 |   0.0 |1110M| 767 |   - |1122 |3878 |   0 |   0 |   0 | 545k|   0 | 0.000000e+00 |      --      |    Inf 
387.42/387.51	c   327s|  3590k|  3480k|     0 |   0.0 |1114M| 767 |   - |1122 |4002 |   0 |   0 |   0 | 548k|   0 | 0.000000e+00 |      --      |    Inf 
388.72/388.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
388.72/388.87	c   328s|  3600k|  3489k|     0 |   0.0 |1117M| 767 |   - |1122 |4010 |   0 |   0 |   0 | 551k|   0 | 0.000000e+00 |      --      |    Inf 
390.02/390.19	c   330s|  3610k|  3499k|     0 |   0.0 |1121M| 767 |   - |1122 |3990 |   0 |   0 |   0 | 554k|   0 | 0.000000e+00 |      --      |    Inf 
391.31/391.47	c   331s|  3620k|  3508k|     0 |   0.0 |1125M| 767 |   - |1122 |4109 |   0 |   0 |   0 | 558k|   0 | 0.000000e+00 |      --      |    Inf 
392.62/392.79	c   332s|  3630k|  3517k|     0 |   0.0 |1128M| 767 |   - |1122 |3905 |   0 |   0 |   0 | 561k|   0 | 0.000000e+00 |      --      |    Inf 
394.02/394.12	c   333s|  3640k|  3527k|     0 |   0.0 |1132M| 767 |   - |1122 |4049 |   0 |   0 |   0 | 564k|   0 | 0.000000e+00 |      --      |    Inf 
395.32/395.41	c   334s|  3650k|  3536k|     0 |   0.0 |1135M| 767 |   - |1122 |4055 |   0 |   0 |   0 | 567k|   0 | 0.000000e+00 |      --      |    Inf 
396.62/396.77	c   335s|  3660k|  3545k|     0 |   0.0 |1139M| 767 |   - |1122 |4108 |   0 |   0 |   0 | 571k|   0 | 0.000000e+00 |      --      |    Inf 
398.02/398.18	c   336s|  3670k|  3555k|     0 |   0.0 |1143M| 767 |   - |1122 |4138 |   0 |   0 |   0 | 575k|   0 | 0.000000e+00 |      --      |    Inf 
399.32/399.47	c   337s|  3680k|  3564k|     0 |   0.0 |1146M| 767 |   - |1122 |4280 |   0 |   0 |   0 | 578k|   0 | 0.000000e+00 |      --      |    Inf 
400.72/400.81	c   339s|  3690k|  3573k|     0 |   0.0 |1150M| 767 |   - |1122 |4478 |   0 |   0 |   0 | 582k|   0 | 0.000000e+00 |      --      |    Inf 
402.02/402.19	c   340s|  3700k|  3582k|     0 |   0.0 |1154M| 767 |   - |1122 |4366 |   0 |   0 |   0 | 585k|   0 | 0.000000e+00 |      --      |    Inf 
403.42/403.55	c   341s|  3710k|  3592k|     0 |   0.0 |1157M| 767 |   - |1122 |4429 |   0 |   0 |   0 | 589k|   0 | 0.000000e+00 |      --      |    Inf 
404.82/404.95	c   342s|  3720k|  3601k|     0 |   0.0 |1161M| 767 |   - |1122 |4382 |   0 |   0 |   0 | 593k|   0 | 0.000000e+00 |      --      |    Inf 
406.22/406.30	c   343s|  3730k|  3610k|     0 |   0.0 |1165M| 767 |   - |1122 |4414 |   0 |   0 |   0 | 597k|   0 | 0.000000e+00 |      --      |    Inf 
407.72/407.80	c   345s|  3740k|  3619k|     0 |   0.0 |1169M| 767 |   - |1122 |4687 |   0 |   0 |   0 | 601k|   0 | 0.000000e+00 |      --      |    Inf 
409.02/409.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
409.02/409.17	c   346s|  3750k|  3629k|     0 |   0.0 |1172M| 767 |   - |1122 |4694 |   0 |   0 |   0 | 605k|   0 | 0.000000e+00 |      --      |    Inf 
410.42/410.56	c   347s|  3760k|  3638k|     0 |   0.0 |1176M| 767 |   - |1122 |4739 |   0 |   0 |   0 | 609k|   0 | 0.000000e+00 |      --      |    Inf 
411.82/411.94	c   348s|  3770k|  3647k|     0 |   0.0 |1180M| 767 |   - |1122 |4662 |   0 |   0 |   0 | 613k|   0 | 0.000000e+00 |      --      |    Inf 
413.21/413.35	c   349s|  3780k|  3656k|     0 |   0.0 |1184M| 767 |   - |1122 |4779 |   0 |   0 |   0 | 617k|   0 | 0.000000e+00 |      --      |    Inf 
414.72/414.88	c   351s|  3790k|  3665k|     0 |   0.0 |1188M| 767 |   - |1122 |4987 |   0 |   0 |   0 | 621k|   0 | 0.000000e+00 |      --      |    Inf 
416.21/416.32	c   352s|  3800k|  3674k|     0 |   0.0 |1191M| 767 |   - |1122 |5000 |   0 |   0 |   0 | 626k|   0 | 0.000000e+00 |      --      |    Inf 
417.72/417.88	c   353s|  3810k|  3684k|     0 |   0.0 |1195M| 767 |   - |1122 |4988 |   0 |   0 |   0 | 630k|   0 | 0.000000e+00 |      --      |    Inf 
419.22/419.31	c   354s|  3820k|  3693k|     0 |   0.0 |1199M| 767 |   - |1122 |5158 |   0 |   0 |   0 | 635k|   0 | 0.000000e+00 |      --      |    Inf 
420.71/420.80	c   356s|  3830k|  3702k|     0 |   0.0 |1203M| 767 |   - |1122 |5155 |   0 |   0 |   0 | 639k|   0 | 0.000000e+00 |      --      |    Inf 
422.23/422.37	c   357s|  3840k|  3711k|     0 |   0.0 |1207M| 767 |   - |1122 |5128 |   0 |   0 |   0 | 644k|   0 | 0.000000e+00 |      --      |    Inf 
423.82/423.90	c   358s|  3850k|  3720k|     0 |   0.0 |1211M| 767 |   - |1122 |5449 |   0 |   0 |   0 | 649k|   0 | 0.000000e+00 |      --      |    Inf 
425.42/425.52	c   360s|  3860k|  3729k|     0 |   0.0 |1215M| 767 |   - |1122 |5358 |   0 |   0 |   0 | 654k|   0 | 0.000000e+00 |      --      |    Inf 
426.92/427.09	c   361s|  3870k|  3738k|     0 |   0.0 |1219M| 767 |   - |1122 |5608 |   0 |   0 |   0 | 659k|   0 | 0.000000e+00 |      --      |    Inf 
428.62/428.76	c   363s|  3880k|  3747k|     0 |   0.0 |1223M| 767 |   - |1122 |5643 |   0 |   0 |   0 | 665k|   0 | 0.000000e+00 |      --      |    Inf 
430.32/430.46	c   364s|  3890k|  3755k|     0 |   0.0 |1227M| 767 |   - |1122 |5787 |   0 |   0 |   0 | 670k|   0 | 0.000000e+00 |      --      |    Inf 
432.13/432.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
432.13/432.21	c   366s|  3900k|  3764k|     0 |   0.0 |1232M| 767 |   - |1122 |6069 |   0 |   0 |   0 | 676k|   0 | 0.000000e+00 |      --      |    Inf 
433.81/433.92	c   367s|  3910k|  3773k|     0 |   0.0 |1236M| 767 |   - |1122 |6246 |   0 |   0 |   0 | 682k|   0 | 0.000000e+00 |      --      |    Inf 
435.62/435.78	c   369s|  3920k|  3782k|     0 |   0.0 |1240M| 767 |   - |1122 |6487 |   0 |   0 |   0 | 689k|   0 | 0.000000e+00 |      --      |    Inf 
437.41/437.54	c   370s|  3930k|  3791k|     0 |   0.0 |1244M| 767 |   - |1122 |6526 |   0 |   0 |   0 | 695k|   0 | 0.000000e+00 |      --      |    Inf 
439.42/439.56	c   372s|  3940k|  3799k|     0 |   0.0 |1249M| 767 |   - |1122 |6735 |   0 |   0 |   0 | 702k|   0 | 0.000000e+00 |      --      |    Inf 
441.32/441.49	c   374s|  3950k|  3808k|     0 |   0.0 |1253M| 767 |   - |1122 |6718 |   0 |   0 |   0 | 709k|   0 | 0.000000e+00 |      --      |    Inf 
443.42/443.55	c   376s|  3960k|  3816k|     0 |   0.0 |1258M| 767 |   - |1122 |6785 |   0 |   0 |   0 | 717k|   0 | 0.000000e+00 |      --      |    Inf 
445.51/445.61	c   378s|  3970k|  3824k|     0 |   0.0 |1262M| 767 |   - |1122 |7090 |   0 |   0 |   0 | 725k|   0 | 0.000000e+00 |      --      |    Inf 
447.72/447.87	c   380s|  3980k|  3833k|     0 |   0.0 |1267M| 767 |   - |1122 |7548 |   0 |   0 |   0 | 734k|   0 | 0.000000e+00 |      --      |    Inf 
450.02/450.16	c   382s|  3990k|  3841k|     0 |   0.0 |1272M| 767 |   - |1122 |7836 |   0 |   0 |   0 | 743k|   0 | 0.000000e+00 |      --      |    Inf 
452.21/452.36	c   384s|  4000k|  3849k|     0 |   0.0 |1277M| 767 |   - |1122 |8043 |   0 |   0 |   0 | 752k|   0 | 0.000000e+00 |      --      |    Inf 
454.52/454.60	c   386s|  4010k|  3857k|     0 |   0.0 |1282M| 767 |   - |1122 |8248 |   0 |   0 |   0 | 761k|   0 | 0.000000e+00 |      --      |    Inf 
457.02/457.15	c   388s|  4020k|  3865k|     0 |   0.0 |1286M| 767 |   - |1122 |8528 |   0 |   0 |   0 | 770k|   0 | 0.000000e+00 |      --      |    Inf 
458.91/459.05	c   390s|  4030k|  3873k|     0 |   0.0 |1292M| 767 |   - |1122 |  10k|   0 |   0 |   0 | 778k|   0 | 0.000000e+00 |      --      |    Inf 
460.12/460.20	c   390s|  4040k|  3883k|     0 |   0.0 |1293M| 767 |   - |1122 |6367 |   0 |   0 |   0 | 779k|   0 | 0.000000e+00 |      --      |    Inf 
461.12/461.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
461.12/461.28	c   391s|  4050k|  3893k|     0 |   0.0 |1296M| 767 |   - |1122 |5527 |   0 |   0 |   0 | 779k|   0 | 0.000000e+00 |      --      |    Inf 
462.22/462.35	c   392s|  4060k|  3903k|     0 |   0.0 |1299M| 767 |   - |1122 |4367 |   0 |   0 |   0 | 780k|   0 | 0.000000e+00 |      --      |    Inf 
463.22/463.36	c   393s|  4070k|  3913k|     0 |   0.0 |1302M| 767 |   - |1122 |2361 |   0 |   0 |   0 | 781k|   0 | 0.000000e+00 |      --      |    Inf 
464.22/464.35	c   394s|  4080k|  3922k|     0 |   0.0 |1305M| 767 |   - |1122 |2309 |   0 |   0 |   0 | 781k|   0 | 0.000000e+00 |      --      |    Inf 
465.23/465.31	c   395s|  4090k|  3932k|     0 |   0.0 |1308M| 767 |   - |1122 |2152 |   0 |   0 |   0 | 781k|   0 | 0.000000e+00 |      --      |    Inf 
466.12/466.23	c   395s|  4100k|  3942k|     0 |   0.0 |1311M| 767 |   - |1122 |2000 |   0 |   0 |   0 | 782k|   0 | 0.000000e+00 |      --      |    Inf 
467.02/467.17	c   396s|  4110k|  3952k|     0 |   0.0 |1314M| 767 |   - |1122 |1940 |   0 |   0 |   0 | 782k|   0 | 0.000000e+00 |      --      |    Inf 
467.92/468.08	c   397s|  4120k|  3962k|     0 |   0.0 |1317M| 767 |   - |1122 |1845 |   0 |   0 |   0 | 782k|   0 | 0.000000e+00 |      --      |    Inf 
468.82/468.99	c   397s|  4130k|  3972k|     0 |   0.0 |1321M| 767 |   - |1122 |1805 |   0 |   0 |   0 | 782k|   0 | 0.000000e+00 |      --      |    Inf 
469.82/469.99	c   398s|  4140k|  3982k|     0 |   0.0 |1324M| 767 |   - |1122 |1979 |   0 |   0 |   0 | 783k|   0 | 0.000000e+00 |      --      |    Inf 
471.02/471.11	c   399s|  4150k|  3992k|     0 |   0.0 |1327M| 767 |   - |1122 |1795 |   0 |   0 |   0 | 785k|   0 | 0.000000e+00 |      --      |    Inf 
472.12/472.20	c   400s|  4160k|  4001k|     0 |   0.0 |1330M| 767 |   - |1122 |1673 |   0 |   0 |   0 | 786k|   0 | 0.000000e+00 |      --      |    Inf 
473.12/473.27	c   401s|  4170k|  4011k|     0 |   0.0 |1333M| 767 |   - |1122 |1546 |   0 |   0 |   0 | 787k|   0 | 0.000000e+00 |      --      |    Inf 
474.22/474.35	c   402s|  4180k|  4021k|     0 |   0.0 |1336M| 767 |   - |1122 |1544 |   0 |   0 |   0 | 788k|   0 | 0.000000e+00 |      --      |    Inf 
475.32/475.43	c   403s|  4190k|  4031k|     0 |   0.0 |1339M| 767 |   - |1122 |1488 |   0 |   0 |   0 | 789k|   0 | 0.000000e+00 |      --      |    Inf 
476.42/476.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
476.42/476.50	c   404s|  4200k|  4041k|     0 |   0.0 |1343M| 767 |   - |1122 |1442 |   0 |   0 |   0 | 790k|   0 | 0.000000e+00 |      --      |    Inf 
477.42/477.59	c   405s|  4210k|  4051k|     0 |   0.0 |1346M| 767 |   - |1122 |1403 |   0 |   0 |   0 | 791k|   0 | 0.000000e+00 |      --      |    Inf 
478.52/478.69	c   406s|  4220k|  4060k|     0 |   0.0 |1349M| 767 |   - |1122 |1405 |   0 |   0 |   0 | 792k|   0 | 0.000000e+00 |      --      |    Inf 
479.62/479.78	c   406s|  4230k|  4070k|     0 |   0.0 |1352M| 767 |   - |1122 |1391 |   0 |   0 |   0 | 793k|   0 | 0.000000e+00 |      --      |    Inf 
480.72/480.88	c   407s|  4240k|  4080k|     0 |   0.0 |1355M| 767 |   - |1122 |1354 |   0 |   0 |   0 | 794k|   0 | 0.000000e+00 |      --      |    Inf 
481.82/481.95	c   408s|  4250k|  4090k|     0 |   0.0 |1358M| 767 |   - |1122 |1292 |   0 |   0 |   0 | 795k|   0 | 0.000000e+00 |      --      |    Inf 
482.91/483.05	c   409s|  4260k|  4100k|     0 |   0.0 |1361M| 767 |   - |1122 |1273 |   0 |   0 |   0 | 797k|   0 | 0.000000e+00 |      --      |    Inf 
484.02/484.19	c   410s|  4270k|  4109k|     0 |   0.0 |1364M| 767 |   - |1122 |1257 |   0 |   0 |   0 | 798k|   0 | 0.000000e+00 |      --      |    Inf 
485.12/485.29	c   411s|  4280k|  4119k|     0 |   0.0 |1367M| 767 |   - |1122 |1249 |   0 |   0 |   0 | 799k|   0 | 0.000000e+00 |      --      |    Inf 
486.32/486.42	c   412s|  4290k|  4129k|     0 |   0.0 |1370M| 767 |   - |1122 |1197 |   0 |   0 |   0 | 800k|   0 | 0.000000e+00 |      --      |    Inf 
487.42/487.50	c   413s|  4300k|  4139k|     0 |   0.0 |1373M| 767 |   - |1122 |1235 |   0 |   0 |   0 | 801k|   0 | 0.000000e+00 |      --      |    Inf 
488.52/488.64	c   414s|  4310k|  4149k|     0 |   0.0 |1376M| 767 |   - |1122 |1185 |   0 |   0 |   0 | 802k|   0 | 0.000000e+00 |      --      |    Inf 
489.61/489.77	c   415s|  4320k|  4158k|     0 |   0.0 |1379M| 767 |   - |1122 |1222 |   0 |   0 |   0 | 803k|   0 | 0.000000e+00 |      --      |    Inf 
490.72/490.82	c   416s|  4330k|  4168k|     0 |   0.0 |1382M| 767 |   - |1122 |1121 |   0 |   0 |   0 | 804k|   0 | 0.000000e+00 |      --      |    Inf 
491.82/491.91	c   417s|  4340k|  4178k|     0 |   0.0 |1385M| 767 |   - |1122 |1145 |   0 |   0 |   0 | 805k|   0 | 0.000000e+00 |      --      |    Inf 
492.92/493.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
492.92/493.00	c   418s|  4350k|  4188k|     0 |   0.0 |1388M| 767 |   - |1122 |1170 |   0 |   0 |   0 | 806k|   0 | 0.000000e+00 |      --      |    Inf 
494.02/494.10	c   418s|  4360k|  4198k|     0 |   0.0 |1391M| 767 |   - |1122 |1155 |   0 |   0 |   0 | 807k|   0 | 0.000000e+00 |      --      |    Inf 
495.01/495.17	c   419s|  4370k|  4207k|     0 |   0.0 |1394M| 767 |   - |1122 |1118 |   0 |   0 |   0 | 808k|   0 | 0.000000e+00 |      --      |    Inf 
496.12/496.26	c   420s|  4380k|  4217k|     0 |   0.0 |1397M| 767 |   - |1122 |1084 |   0 |   0 |   0 | 809k|   0 | 0.000000e+00 |      --      |    Inf 
497.22/497.34	c   421s|  4390k|  4227k|     0 |   0.0 |1400M| 767 |   - |1122 |1140 |   0 |   0 |   0 | 811k|   0 | 0.000000e+00 |      --      |    Inf 
498.31/498.43	c   422s|  4400k|  4237k|     0 |   0.0 |1403M| 767 |   - |1122 |1133 |   0 |   0 |   0 | 812k|   0 | 0.000000e+00 |      --      |    Inf 
499.32/499.48	c   423s|  4410k|  4247k|     0 |   0.0 |1406M| 767 |   - |1122 |1109 |   0 |   0 |   0 | 813k|   0 | 0.000000e+00 |      --      |    Inf 
500.42/500.54	c   424s|  4420k|  4257k|     0 |   0.0 |1409M| 767 |   - |1122 |1128 |   0 |   0 |   0 | 814k|   0 | 0.000000e+00 |      --      |    Inf 
501.53/501.61	c   425s|  4430k|  4266k|     0 |   0.0 |1412M| 767 |   - |1122 |1124 |   0 |   0 |   0 | 815k|   0 | 0.000000e+00 |      --      |    Inf 
502.52/502.66	c   426s|  4440k|  4276k|     0 |   0.0 |1415M| 767 |   - |1122 |1136 |   0 |   0 |   0 | 816k|   0 | 0.000000e+00 |      --      |    Inf 
503.62/503.74	c   426s|  4450k|  4286k|     0 |   0.0 |1418M| 767 |   - |1122 |1106 |   0 |   0 |   0 | 817k|   0 | 0.000000e+00 |      --      |    Inf 
504.72/504.84	c   427s|  4460k|  4296k|     0 |   0.0 |1421M| 767 |   - |1122 |1148 |   0 |   0 |   0 | 818k|   0 | 0.000000e+00 |      --      |    Inf 
505.82/505.91	c   428s|  4470k|  4306k|     0 |   0.0 |1425M| 767 |   - |1122 |1132 |   0 |   0 |   0 | 819k|   0 | 0.000000e+00 |      --      |    Inf 
506.82/507.00	c   429s|  4480k|  4315k|     0 |   0.0 |1428M| 767 |   - |1122 |1145 |   0 |   0 |   0 | 820k|   0 | 0.000000e+00 |      --      |    Inf 
507.92/508.10	c   430s|  4490k|  4325k|     0 |   0.0 |1431M| 767 |   - |1122 |1112 |   0 |   0 |   0 | 821k|   0 | 0.000000e+00 |      --      |    Inf 
509.02/509.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
509.02/509.18	c   431s|  4500k|  4335k|     0 |   0.0 |1434M| 767 |   - |1122 |1114 |   0 |   0 |   0 | 822k|   0 | 0.000000e+00 |      --      |    Inf 
510.12/510.26	c   432s|  4510k|  4345k|     0 |   0.0 |1437M| 767 |   - |1122 |1104 |   0 |   0 |   0 | 823k|   0 | 0.000000e+00 |      --      |    Inf 
511.22/511.30	c   433s|  4520k|  4355k|     0 |   0.0 |1440M| 767 |   - |1122 |1095 |   0 |   0 |   0 | 824k|   0 | 0.000000e+00 |      --      |    Inf 
512.22/512.39	c   434s|  4530k|  4364k|     0 |   0.0 |1443M| 767 |   - |1122 |1125 |   0 |   0 |   0 | 825k|   0 | 0.000000e+00 |      --      |    Inf 
513.32/513.46	c   435s|  4540k|  4374k|     0 |   0.0 |1446M| 767 |   - |1122 |1142 |   0 |   0 |   0 | 826k|   0 | 0.000000e+00 |      --      |    Inf 
514.42/514.54	c   435s|  4550k|  4384k|     0 |   0.0 |1449M| 767 |   - |1122 |1114 |   0 |   0 |   0 | 827k|   0 | 0.000000e+00 |      --      |    Inf 
515.52/515.68	c   436s|  4560k|  4394k|     0 |   0.0 |1452M| 767 |   - |1122 |1170 |   0 |   0 |   0 | 829k|   0 | 0.000000e+00 |      --      |    Inf 
516.62/516.77	c   437s|  4570k|  4404k|     0 |   0.0 |1455M| 767 |   - |1122 |1132 |   0 |   0 |   0 | 830k|   0 | 0.000000e+00 |      --      |    Inf 
517.72/517.83	c   438s|  4580k|  4413k|     0 |   0.0 |1458M| 767 |   - |1122 |1120 |   0 |   0 |   0 | 831k|   0 | 0.000000e+00 |      --      |    Inf 
518.82/518.93	c   439s|  4590k|  4423k|     0 |   0.0 |1461M| 767 |   - |1122 |1107 |   0 |   0 |   0 | 832k|   0 | 0.000000e+00 |      --      |    Inf 
519.92/520.02	c   440s|  4600k|  4433k|     0 |   0.0 |1464M| 767 |   - |1122 |1125 |   0 |   0 |   0 | 833k|   0 | 0.000000e+00 |      --      |    Inf 
521.02/521.13	c   441s|  4610k|  4443k|     0 |   0.0 |1467M| 767 |   - |1122 |1105 |   0 |   0 |   0 | 834k|   0 | 0.000000e+00 |      --      |    Inf 
522.12/522.20	c   442s|  4620k|  4453k|     0 |   0.0 |1470M| 767 |   - |1122 |1137 |   0 |   0 |   0 | 835k|   0 | 0.000000e+00 |      --      |    Inf 
523.21/523.32	c   443s|  4630k|  4463k|     0 |   0.0 |1473M| 767 |   - |1122 |1068 |   0 |   0 |   0 | 836k|   0 | 0.000000e+00 |      --      |    Inf 
524.32/524.42	c   444s|  4640k|  4472k|     0 |   0.0 |1476M| 767 |   - |1122 |1043 |   0 |   0 |   0 | 837k|   0 | 0.000000e+00 |      --      |    Inf 
525.32/525.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
525.32/525.47	c   445s|  4650k|  4482k|     0 |   0.0 |1479M| 767 |   - |1122 |1125 |   0 |   0 |   0 | 838k|   0 | 0.000000e+00 |      --      |    Inf 
526.42/526.55	c   446s|  4660k|  4492k|     0 |   0.0 |1482M| 767 |   - |1122 |1050 |   0 |   0 |   0 | 839k|   0 | 0.000000e+00 |      --      |    Inf 
527.52/527.64	c   446s|  4670k|  4502k|     0 |   0.0 |1485M| 767 |   - |1122 |1059 |   0 |   0 |   0 | 840k|   0 | 0.000000e+00 |      --      |    Inf 
528.62/528.73	c   447s|  4680k|  4512k|     0 |   0.0 |1488M| 767 |   - |1122 |1060 |   0 |   0 |   0 | 841k|   0 | 0.000000e+00 |      --      |    Inf 
529.62/529.78	c   448s|  4690k|  4521k|     0 |   0.0 |1491M| 767 |   - |1122 |1081 |   0 |   0 |   0 | 842k|   0 | 0.000000e+00 |      --      |    Inf 
530.72/530.86	c   449s|  4700k|  4531k|     0 |   0.0 |1494M| 767 |   - |1122 |1041 |   0 |   0 |   0 | 844k|   0 | 0.000000e+00 |      --      |    Inf 
531.82/531.93	c   450s|  4710k|  4541k|     0 |   0.0 |1497M| 767 |   - |1122 |1103 |   0 |   0 |   0 | 845k|   0 | 0.000000e+00 |      --      |    Inf 
532.82/532.97	c   451s|  4720k|  4551k|     0 |   0.0 |1500M| 767 |   - |1122 |1039 |   0 |   0 |   0 | 846k|   0 | 0.000000e+00 |      --      |    Inf 
534.02/534.10	c   452s|  4730k|  4561k|     0 |   0.0 |1503M| 767 |   - |1122 |1063 |   0 |   0 |   0 | 847k|   0 | 0.000000e+00 |      --      |    Inf 
535.02/535.15	c   453s|  4740k|  4570k|     0 |   0.0 |1507M| 767 |   - |1122 |1062 |   0 |   0 |   0 | 848k|   0 | 0.000000e+00 |      --      |    Inf 
536.12/536.25	c   454s|  4750k|  4580k|     0 |   0.0 |1510M| 767 |   - |1122 |1086 |   0 |   0 |   0 | 849k|   0 | 0.000000e+00 |      --      |    Inf 
537.22/537.30	c   454s|  4760k|  4590k|     0 |   0.0 |1513M| 767 |   - |1122 |1093 |   0 |   0 |   0 | 850k|   0 | 0.000000e+00 |      --      |    Inf 
538.22/538.38	c   455s|  4770k|  4600k|     0 |   0.0 |1516M| 767 |   - |1122 |1030 |   0 |   0 |   0 | 851k|   0 | 0.000000e+00 |      --      |    Inf 
539.32/539.43	c   456s|  4780k|  4610k|     0 |   0.0 |1519M| 767 |   - |1122 |1091 |   0 |   0 |   0 | 852k|   0 | 0.000000e+00 |      --      |    Inf 
540.42/540.52	c   457s|  4790k|  4619k|     0 |   0.0 |1522M| 767 |   - |1122 |1136 |   0 |   0 |   0 | 853k|   0 | 0.000000e+00 |      --      |    Inf 
541.52/541.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
541.52/541.63	c   458s|  4800k|  4629k|     0 |   0.0 |1525M| 767 |   - |1122 |1098 |   0 |   0 |   0 | 855k|   0 | 0.000000e+00 |      --      |    Inf 
542.62/542.70	c   459s|  4810k|  4639k|     0 |   0.0 |1528M| 767 |   - |1122 |1132 |   0 |   0 |   0 | 856k|   0 | 0.000000e+00 |      --      |    Inf 
543.62/543.76	c   460s|  4820k|  4649k|     0 |   0.0 |1531M| 767 |   - |1122 |1100 |   0 |   0 |   0 | 857k|   0 | 0.000000e+00 |      --      |    Inf 
544.72/544.85	c   461s|  4830k|  4659k|     0 |   0.0 |1534M| 767 |   - |1122 |1143 |   0 |   0 |   0 | 858k|   0 | 0.000000e+00 |      --      |    Inf 
545.82/545.93	c   462s|  4840k|  4668k|     0 |   0.0 |1537M| 767 |   - |1122 |1066 |   0 |   0 |   0 | 859k|   0 | 0.000000e+00 |      --      |    Inf 
546.92/547.01	c   463s|  4850k|  4678k|     0 |   0.0 |1540M| 767 |   - |1122 |1085 |   0 |   0 |   0 | 860k|   0 | 0.000000e+00 |      --      |    Inf 
547.92/548.04	c   463s|  4860k|  4688k|     0 |   0.0 |1543M| 767 |   - |1122 |1097 |   0 |   0 |   0 | 861k|   0 | 0.000000e+00 |      --      |    Inf 
549.02/549.10	c   464s|  4870k|  4698k|     0 |   0.0 |1546M| 767 |   - |1122 |1113 |   0 |   0 |   0 | 862k|   0 | 0.000000e+00 |      --      |    Inf 
550.02/550.19	c   465s|  4880k|  4708k|     0 |   0.0 |1549M| 767 |   - |1122 |1122 |   0 |   0 |   0 | 863k|   0 | 0.000000e+00 |      --      |    Inf 
551.12/551.29	c   466s|  4890k|  4718k|     0 |   0.0 |1552M| 767 |   - |1122 |1167 |   0 |   0 |   0 | 864k|   0 | 0.000000e+00 |      --      |    Inf 
552.32/552.43	c   467s|  4900k|  4727k|     0 |   0.0 |1555M| 767 |   - |1122 |1171 |   0 |   0 |   0 | 865k|   0 | 0.000000e+00 |      --      |    Inf 
553.42/553.52	c   468s|  4910k|  4737k|     0 |   0.0 |1558M| 767 |   - |1122 |1174 |   0 |   0 |   0 | 866k|   0 | 0.000000e+00 |      --      |    Inf 
554.42/554.59	c   469s|  4920k|  4747k|     0 |   0.0 |1561M| 767 |   - |1122 |1128 |   0 |   0 |   0 | 867k|   0 | 0.000000e+00 |      --      |    Inf 
555.52/555.66	c   470s|  4930k|  4757k|     0 |   0.0 |1564M| 767 |   - |1122 |1171 |   0 |   0 |   0 | 869k|   0 | 0.000000e+00 |      --      |    Inf 
556.62/556.73	c   471s|  4940k|  4767k|     0 |   0.0 |1567M| 767 |   - |1122 |1186 |   0 |   0 |   0 | 870k|   0 | 0.000000e+00 |      --      |    Inf 
557.72/557.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
557.72/557.85	c   472s|  4950k|  4776k|     0 |   0.0 |1570M| 767 |   - |1122 |1166 |   0 |   0 |   0 | 871k|   0 | 0.000000e+00 |      --      |    Inf 
558.82/558.93	c   473s|  4960k|  4786k|     0 |   0.0 |1573M| 767 |   - |1122 |1105 |   0 |   0 |   0 | 872k|   0 | 0.000000e+00 |      --      |    Inf 
559.83/560.00	c   473s|  4970k|  4796k|     0 |   0.0 |1576M| 767 |   - |1122 |1126 |   0 |   0 |   0 | 873k|   0 | 0.000000e+00 |      --      |    Inf 
560.93/561.08	c   474s|  4980k|  4806k|     0 |   0.0 |1579M| 767 |   - |1122 |1120 |   0 |   0 |   0 | 874k|   0 | 0.000000e+00 |      --      |    Inf 
562.02/562.14	c   475s|  4990k|  4816k|     0 |   0.0 |1582M| 767 |   - |1122 |1126 |   0 |   0 |   0 | 875k|   0 | 0.000000e+00 |      --      |    Inf 
563.13/563.21	c   476s|  5000k|  4825k|     0 |   0.0 |1585M| 767 |   - |1122 |1160 |   0 |   0 |   0 | 876k|   0 | 0.000000e+00 |      --      |    Inf 
564.22/564.31	c   477s|  5010k|  4835k|     0 |   0.0 |1588M| 767 |   - |1122 |1164 |   0 |   0 |   0 | 877k|   0 | 0.000000e+00 |      --      |    Inf 
565.32/565.41	c   478s|  5020k|  4845k|     0 |   0.0 |1591M| 767 |   - |1122 |1217 |   0 |   0 |   0 | 879k|   0 | 0.000000e+00 |      --      |    Inf 
566.33/566.50	c   479s|  5030k|  4855k|     0 |   0.0 |1594M| 767 |   - |1122 |1208 |   0 |   0 |   0 | 880k|   0 | 0.000000e+00 |      --      |    Inf 
567.43/567.57	c   480s|  5040k|  4865k|     0 |   0.0 |1597M| 767 |   - |1122 |1189 |   0 |   0 |   0 | 881k|   0 | 0.000000e+00 |      --      |    Inf 
568.53/568.64	c   481s|  5050k|  4874k|     0 |   0.0 |1600M| 767 |   - |1122 |1149 |   0 |   0 |   0 | 882k|   0 | 0.000000e+00 |      --      |    Inf 
569.62/569.72	c   482s|  5060k|  4884k|     0 |   0.0 |1603M| 767 |   - |1122 |1176 |   0 |   0 |   0 | 883k|   0 | 0.000000e+00 |      --      |    Inf 
570.62/570.79	c   482s|  5070k|  4894k|     0 |   0.0 |1606M| 767 |   - |1122 |1154 |   0 |   0 |   0 | 884k|   0 | 0.000000e+00 |      --      |    Inf 
571.72/571.86	c   483s|  5080k|  4904k|     0 |   0.0 |1609M| 767 |   - |1122 |1144 |   0 |   0 |   0 | 885k|   0 | 0.000000e+00 |      --      |    Inf 
572.82/572.92	c   484s|  5090k|  4914k|     0 |   0.0 |1612M| 767 |   - |1122 |1168 |   0 |   0 |   0 | 886k|   0 | 0.000000e+00 |      --      |    Inf 
573.82/573.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
573.82/573.98	c   485s|  5100k|  4923k|     0 |   0.0 |1615M| 767 |   - |1122 |1146 |   0 |   0 |   0 | 887k|   0 | 0.000000e+00 |      --      |    Inf 
575.03/575.10	c   486s|  5110k|  4933k|     0 |   0.0 |1618M| 767 |   - |1122 |1174 |   0 |   0 |   0 | 888k|   0 | 0.000000e+00 |      --      |    Inf 
576.12/576.21	c   487s|  5120k|  4943k|     0 |   0.0 |1621M| 767 |   - |1122 |1195 |   0 |   0 |   0 | 889k|   0 | 0.000000e+00 |      --      |    Inf 
577.22/577.31	c   488s|  5130k|  4953k|     0 |   0.0 |1625M| 767 |   - |1122 |1181 |   0 |   0 |   0 | 890k|   0 | 0.000000e+00 |      --      |    Inf 
578.32/578.40	c   489s|  5140k|  4963k|     0 |   0.0 |1628M| 767 |   - |1122 |1176 |   0 |   0 |   0 | 891k|   0 | 0.000000e+00 |      --      |    Inf 
579.32/579.45	c   490s|  5150k|  4972k|     0 |   0.0 |1631M| 767 |   - |1122 |1108 |   0 |   0 |   0 | 892k|   0 | 0.000000e+00 |      --      |    Inf 
580.42/580.56	c   491s|  5160k|  4982k|     0 |   0.0 |1634M| 767 |   - |1122 |1077 |   0 |   0 |   0 | 894k|   0 | 0.000000e+00 |      --      |    Inf 
581.52/581.65	c   492s|  5170k|  4992k|     0 |   0.0 |1637M| 767 |   - |1122 |1096 |   0 |   0 |   0 | 895k|   0 | 0.000000e+00 |      --      |    Inf 
582.62/582.71	c   492s|  5180k|  5002k|     0 |   0.0 |1640M| 767 |   - |1122 |1107 |   0 |   0 |   0 | 896k|   0 | 0.000000e+00 |      --      |    Inf 
583.72/583.83	c   493s|  5190k|  5012k|     0 |   0.0 |1643M| 767 |   - |1122 |1091 |   0 |   0 |   0 | 897k|   0 | 0.000000e+00 |      --      |    Inf 
584.72/584.89	c   494s|  5200k|  5021k|     0 |   0.0 |1646M| 767 |   - |1122 |1093 |   0 |   0 |   0 | 898k|   0 | 0.000000e+00 |      --      |    Inf 
585.83/585.94	c   495s|  5210k|  5031k|     0 |   0.0 |1649M| 767 |   - |1122 |1105 |   0 |   0 |   0 | 899k|   0 | 0.000000e+00 |      --      |    Inf 
586.92/587.03	c   496s|  5220k|  5041k|     0 |   0.0 |1652M| 767 |   - |1122 |1128 |   0 |   0 |   0 | 900k|   0 | 0.000000e+00 |      --      |    Inf 
588.02/588.11	c   497s|  5230k|  5051k|     0 |   0.0 |1655M| 767 |   - |1122 |1145 |   0 |   0 |   0 | 901k|   0 | 0.000000e+00 |      --      |    Inf 
589.12/589.22	c   498s|  5240k|  5061k|     0 |   0.0 |1658M| 767 |   - |1122 |1177 |   0 |   0 |   0 | 902k|   0 | 0.000000e+00 |      --      |    Inf 
590.12/590.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
590.12/590.27	c   499s|  5250k|  5070k|     0 |   0.0 |1661M| 767 |   - |1122 |1051 |   0 |   0 |   0 | 903k|   0 | 0.000000e+00 |      --      |    Inf 
591.22/591.37	c   500s|  5260k|  5080k|     0 |   0.0 |1664M| 767 |   - |1122 |1161 |   0 |   0 |   0 | 904k|   0 | 0.000000e+00 |      --      |    Inf 
592.32/592.43	c   501s|  5270k|  5090k|     0 |   0.0 |1667M| 767 |   - |1122 |1118 |   0 |   0 |   0 | 905k|   0 | 0.000000e+00 |      --      |    Inf 
593.42/593.50	c   501s|  5280k|  5100k|     0 |   0.0 |1670M| 767 |   - |1122 |1123 |   0 |   0 |   0 | 906k|   0 | 0.000000e+00 |      --      |    Inf 
594.42/594.58	c   502s|  5290k|  5110k|     0 |   0.0 |1673M| 767 |   - |1122 |1115 |   0 |   0 |   0 | 907k|   0 | 0.000000e+00 |      --      |    Inf 
595.52/595.69	c   503s|  5300k|  5119k|     0 |   0.0 |1676M| 767 |   - |1122 |1119 |   0 |   0 |   0 | 909k|   0 | 0.000000e+00 |      --      |    Inf 
596.62/596.76	c   504s|  5310k|  5129k|     0 |   0.0 |1679M| 767 |   - |1122 |1212 |   0 |   0 |   0 | 910k|   0 | 0.000000e+00 |      --      |    Inf 
597.72/597.83	c   505s|  5320k|  5139k|     0 |   0.0 |1682M| 767 |   - |1122 |1147 |   0 |   0 |   0 | 911k|   0 | 0.000000e+00 |      --      |    Inf 
598.72/598.87	c   506s|  5330k|  5149k|     0 |   0.0 |1685M| 767 |   - |1122 |1188 |   0 |   0 |   0 | 912k|   0 | 0.000000e+00 |      --      |    Inf 
599.82/599.95	c   507s|  5340k|  5159k|     0 |   0.0 |1688M| 767 |   - |1122 |1138 |   0 |   0 |   0 | 913k|   0 | 0.000000e+00 |      --      |    Inf 
600.92/601.02	c   508s|  5350k|  5169k|     0 |   0.0 |1691M| 767 |   - |1122 |1195 |   0 |   0 |   0 | 914k|   0 | 0.000000e+00 |      --      |    Inf 
601.92/602.08	c   509s|  5360k|  5178k|     0 |   0.0 |1694M| 767 |   - |1122 |1127 |   0 |   0 |   0 | 915k|   0 | 0.000000e+00 |      --      |    Inf 
603.02/603.18	c   510s|  5370k|  5188k|     0 |   0.0 |1697M| 767 |   - |1122 |1149 |   0 |   0 |   0 | 916k|   0 | 0.000000e+00 |      --      |    Inf 
604.13/604.25	c   510s|  5380k|  5198k|     0 |   0.0 |1700M| 767 |   - |1122 |1199 |   0 |   0 |   0 | 917k|   0 | 0.000000e+00 |      --      |    Inf 
605.23/605.31	c   511s|  5390k|  5208k|     0 |   0.0 |1703M| 767 |   - |1122 |1168 |   0 |   0 |   0 | 918k|   0 | 0.000000e+00 |      --      |    Inf 
606.22/606.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
606.22/606.37	c   512s|  5400k|  5218k|     0 |   0.0 |1706M| 767 |   - |1122 |1160 |   0 |   0 |   0 | 919k|   0 | 0.000000e+00 |      --      |    Inf 
607.33/607.42	c   513s|  5410k|  5227k|     0 |   0.0 |1709M| 767 |   - |1122 |1135 |   0 |   0 |   0 | 920k|   0 | 0.000000e+00 |      --      |    Inf 
608.42/608.52	c   514s|  5420k|  5237k|     0 |   0.0 |1712M| 767 |   - |1122 |1128 |   0 |   0 |   0 | 921k|   0 | 0.000000e+00 |      --      |    Inf 
609.52/609.60	c   515s|  5430k|  5247k|     0 |   0.0 |1715M| 767 |   - |1122 |1174 |   0 |   0 |   0 | 923k|   0 | 0.000000e+00 |      --      |    Inf 
610.52/610.68	c   516s|  5440k|  5257k|     0 |   0.0 |1718M| 767 |   - |1122 |1200 |   0 |   0 |   0 | 924k|   0 | 0.000000e+00 |      --      |    Inf 
611.62/611.76	c   517s|  5450k|  5267k|     0 |   0.0 |1721M| 767 |   - |1122 |1141 |   0 |   0 |   0 | 925k|   0 | 0.000000e+00 |      --      |    Inf 
612.72/612.82	c   518s|  5460k|  5276k|     0 |   0.0 |1724M| 767 |   - |1122 |1132 |   0 |   0 |   0 | 926k|   0 | 0.000000e+00 |      --      |    Inf 
613.83/613.91	c   518s|  5470k|  5286k|     0 |   0.0 |1727M| 767 |   - |1122 |1129 |   0 |   0 |   0 | 927k|   0 | 0.000000e+00 |      --      |    Inf 
614.82/614.99	c   519s|  5480k|  5296k|     0 |   0.0 |1730M| 767 |   - |1122 |1131 |   0 |   0 |   0 | 928k|   0 | 0.000000e+00 |      --      |    Inf 
615.93/616.04	c   520s|  5490k|  5306k|     0 |   0.0 |1733M| 767 |   - |1122 |1133 |   0 |   0 |   0 | 929k|   0 | 0.000000e+00 |      --      |    Inf 
617.03/617.11	c   521s|  5500k|  5316k|     0 |   0.0 |1736M| 767 |   - |1122 |1181 |   0 |   0 |   0 | 930k|   0 | 0.000000e+00 |      --      |    Inf 
618.03/618.18	c   522s|  5510k|  5325k|     0 |   0.0 |1739M| 767 |   - |1122 |1146 |   0 |   0 |   0 | 931k|   0 | 0.000000e+00 |      --      |    Inf 
619.13/619.23	c   523s|  5520k|  5335k|     0 |   0.0 |1742M| 767 |   - |1122 |1128 |   0 |   0 |   0 | 933k|   0 | 0.000000e+00 |      --      |    Inf 
620.13/620.30	c   524s|  5530k|  5345k|     0 |   0.0 |1745M| 767 |   - |1122 |1080 |   0 |   0 |   0 | 934k|   0 | 0.000000e+00 |      --      |    Inf 
621.33/621.43	c   525s|  5540k|  5355k|     0 |   0.0 |1748M| 767 |   - |1122 |1144 |   0 |   0 |   0 | 935k|   0 | 0.000000e+00 |      --      |    Inf 
622.43/622.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
622.43/622.55	c   526s|  5550k|  5365k|     0 |   0.0 |1751M| 767 |   - |1122 |1150 |   0 |   0 |   0 | 936k|   0 | 0.000000e+00 |      --      |    Inf 
623.53/623.67	c   527s|  5560k|  5374k|     0 |   0.0 |1754M| 767 |   - |1122 |1188 |   0 |   0 |   0 | 937k|   0 | 0.000000e+00 |      --      |    Inf 
624.63/624.73	c   528s|  5570k|  5384k|     0 |   0.0 |1757M| 767 |   - |1122 |1111 |   0 |   0 |   0 | 938k|   0 | 0.000000e+00 |      --      |    Inf 
625.73/625.85	c   528s|  5580k|  5394k|     0 |   0.0 |1760M| 767 |   - |1122 |1168 |   0 |   0 |   0 | 939k|   0 | 0.000000e+00 |      --      |    Inf 
626.82/626.95	c   529s|  5590k|  5404k|     0 |   0.0 |1763M| 767 |   - |1122 |1147 |   0 |   0 |   0 | 940k|   0 | 0.000000e+00 |      --      |    Inf 
627.93/628.04	c   530s|  5600k|  5414k|     0 |   0.0 |1766M| 767 |   - |1122 |1129 |   0 |   0 |   0 | 942k|   0 | 0.000000e+00 |      --      |    Inf 
629.03/629.12	c   531s|  5610k|  5423k|     0 |   0.0 |1769M| 767 |   - |1122 |1103 |   0 |   0 |   0 | 943k|   0 | 0.000000e+00 |      --      |    Inf 
630.02/630.20	c   532s|  5620k|  5433k|     0 |   0.0 |1772M| 767 |   - |1122 |1115 |   0 |   0 |   0 | 944k|   0 | 0.000000e+00 |      --      |    Inf 
631.12/631.30	c   533s|  5630k|  5443k|     0 |   0.0 |1775M| 767 |   - |1122 |1128 |   0 |   0 |   0 | 945k|   0 | 0.000000e+00 |      --      |    Inf 
632.33/632.43	c   534s|  5640k|  5453k|     0 |   0.0 |1778M| 767 |   - |1122 |1071 |   0 |   0 |   0 | 946k|   0 | 0.000000e+00 |      --      |    Inf 
633.32/633.49	c   535s|  5650k|  5463k|     0 |   0.0 |1781M| 767 |   - |1122 |1127 |   0 |   0 |   0 | 947k|   0 | 0.000000e+00 |      --      |    Inf 
634.42/634.58	c   536s|  5660k|  5472k|     0 |   0.0 |1784M| 767 |   - |1122 |1127 |   0 |   0 |   0 | 948k|   0 | 0.000000e+00 |      --      |    Inf 
635.53/635.68	c   537s|  5670k|  5482k|     0 |   0.0 |1787M| 767 |   - |1122 |1169 |   0 |   0 |   0 | 949k|   0 | 0.000000e+00 |      --      |    Inf 
636.63/636.77	c   538s|  5680k|  5492k|     0 |   0.0 |1790M| 767 |   - |1122 |1148 |   0 |   0 |   0 | 950k|   0 | 0.000000e+00 |      --      |    Inf 
637.72/637.84	c   539s|  5690k|  5502k|     0 |   0.0 |1793M| 767 |   - |1122 |1174 |   0 |   0 |   0 | 951k|   0 | 0.000000e+00 |      --      |    Inf 
638.82/638.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
638.82/638.92	c   539s|  5700k|  5512k|     0 |   0.0 |1796M| 767 |   - |1122 |1201 |   0 |   0 |   0 | 952k|   0 | 0.000000e+00 |      --      |    Inf 
639.92/640.03	c   540s|  5710k|  5521k|     0 |   0.0 |1799M| 767 |   - |1122 |1217 |   0 |   0 |   0 | 953k|   0 | 0.000000e+00 |      --      |    Inf 
641.02/641.15	c   541s|  5720k|  5531k|     0 |   0.0 |1802M| 767 |   - |1122 |1187 |   0 |   0 |   0 | 954k|   0 | 0.000000e+00 |      --      |    Inf 
642.12/642.26	c   542s|  5730k|  5541k|     0 |   0.0 |1805M| 767 |   - |1122 |1151 |   0 |   0 |   0 | 955k|   0 | 0.000000e+00 |      --      |    Inf 
643.22/643.36	c   543s|  5740k|  5551k|     0 |   0.0 |1808M| 767 |   - |1122 |1142 |   0 |   0 |   0 | 957k|   0 | 0.000000e+00 |      --      |    Inf 
644.42/644.55	c   544s|  5750k|  5561k|     0 |   0.0 |1811M| 767 |   - |1122 |1193 |   0 |   0 |   0 | 958k|   0 | 0.000000e+00 |      --      |    Inf 
645.42/645.59	c   545s|  5760k|  5570k|     0 |   0.0 |1814M| 767 |   - |1122 |1121 |   0 |   0 |   0 | 959k|   0 | 0.000000e+00 |      --      |    Inf 
646.52/646.69	c   546s|  5770k|  5580k|     0 |   0.0 |1817M| 767 |   - |1122 |1133 |   0 |   0 |   0 | 960k|   0 | 0.000000e+00 |      --      |    Inf 
647.73/647.81	c   547s|  5780k|  5590k|     0 |   0.0 |1820M| 767 |   - |1122 |1198 |   0 |   0 |   0 | 961k|   0 | 0.000000e+00 |      --      |    Inf 
648.83/648.94	c   548s|  5790k|  5600k|     0 |   0.0 |1823M| 767 |   - |1122 |1167 |   0 |   0 |   0 | 962k|   0 | 0.000000e+00 |      --      |    Inf 
649.82/649.98	c   549s|  5800k|  5610k|     0 |   0.0 |1826M| 767 |   - |1122 |1100 |   0 |   0 |   0 | 963k|   0 | 0.000000e+00 |      --      |    Inf 
650.92/651.08	c   550s|  5810k|  5619k|     0 |   0.0 |1829M| 767 |   - |1122 |1123 |   0 |   0 |   0 | 964k|   0 | 0.000000e+00 |      --      |    Inf 
652.03/652.12	c   551s|  5820k|  5629k|     0 |   0.0 |1832M| 767 |   - |1122 |1163 |   0 |   0 |   0 | 965k|   0 | 0.000000e+00 |      --      |    Inf 
653.02/653.17	c   551s|  5830k|  5639k|     0 |   0.0 |1835M| 767 |   - |1122 |1126 |   0 |   0 |   0 | 966k|   0 | 0.000000e+00 |      --      |    Inf 
654.12/654.29	c   552s|  5840k|  5649k|     0 |   0.0 |1838M| 767 |   - |1122 |1192 |   0 |   0 |   0 | 967k|   0 | 0.000000e+00 |      --      |    Inf 
655.23/655.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
655.23/655.36	c   553s|  5850k|  5659k|     0 |   0.0 |1841M| 767 |   - |1122 |1181 |   0 |   0 |   0 | 968k|   0 | 0.000000e+00 |      --      |    Inf 
656.32/656.46	c   554s|  5860k|  5668k|     0 |   0.0 |1844M| 767 |   - |1122 |1264 |   0 |   0 |   0 | 969k|   0 | 0.000000e+00 |      --      |    Inf 
657.42/657.58	c   555s|  5870k|  5678k|     0 |   0.0 |1847M| 767 |   - |1122 |1190 |   0 |   0 |   0 | 970k|   0 | 0.000000e+00 |      --      |    Inf 
658.52/658.67	c   556s|  5880k|  5688k|     0 |   0.0 |1850M| 767 |   - |1122 |1190 |   0 |   0 |   0 | 971k|   0 | 0.000000e+00 |      --      |    Inf 
659.62/659.73	c   557s|  5890k|  5698k|     0 |   0.0 |1853M| 767 |   - |1122 |1134 |   0 |   0 |   0 | 972k|   0 | 0.000000e+00 |      --      |    Inf 
660.73/660.80	c   558s|  5900k|  5708k|     0 |   0.0 |1856M| 767 |   - |1122 |1077 |   0 |   0 |   0 | 973k|   0 | 0.000000e+00 |      --      |    Inf 
661.83/661.92	c   559s|  5910k|  5717k|     0 |   0.0 |1859M| 767 |   - |1122 |1065 |   0 |   0 |   0 | 974k|   0 | 0.000000e+00 |      --      |    Inf 
662.92/663.01	c   560s|  5920k|  5727k|     0 |   0.0 |1862M| 767 |   - |1122 |1073 |   0 |   0 |   0 | 975k|   0 | 0.000000e+00 |      --      |    Inf 
663.93/664.07	c   561s|  5930k|  5737k|     0 |   0.0 |1865M| 767 |   - |1122 |1119 |   0 |   0 |   0 | 976k|   0 | 0.000000e+00 |      --      |    Inf 
665.03/665.16	c   562s|  5940k|  5747k|     0 |   0.0 |1868M| 767 |   - |1122 |1063 |   0 |   0 |   0 | 978k|   0 | 0.000000e+00 |      --      |    Inf 
666.12/666.29	c   562s|  5950k|  5757k|     0 |   0.0 |1871M| 767 |   - |1122 |1212 |   0 |   0 |   0 | 979k|   0 | 0.000000e+00 |      --      |    Inf 
667.22/667.34	c   563s|  5960k|  5766k|     0 |   0.0 |1874M| 767 |   - |1122 |1155 |   0 |   0 |   0 | 980k|   0 | 0.000000e+00 |      --      |    Inf 
668.32/668.49	c   564s|  5970k|  5776k|     0 |   0.0 |1877M| 767 |   - |1122 |1151 |   0 |   0 |   0 | 981k|   0 | 0.000000e+00 |      --      |    Inf 
669.52/669.63	c   565s|  5980k|  5786k|     0 |   0.0 |1880M| 767 |   - |1122 |1132 |   0 |   0 |   0 | 982k|   0 | 0.000000e+00 |      --      |    Inf 
670.72/670.80	c   566s|  5990k|  5796k|     0 |   0.0 |1883M| 767 |   - |1122 |1145 |   0 |   0 |   0 | 983k|   0 | 0.000000e+00 |      --      |    Inf 
671.82/671.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
671.82/671.90	c   567s|  6000k|  5806k|     0 |   0.0 |1886M| 767 |   - |1122 |1132 |   0 |   0 |   0 | 984k|   0 | 0.000000e+00 |      --      |    Inf 
672.82/672.95	c   568s|  6010k|  5815k|     0 |   0.0 |1889M| 767 |   - |1122 |1099 |   0 |   0 |   0 | 985k|   0 | 0.000000e+00 |      --      |    Inf 
673.93/674.04	c   569s|  6020k|  5825k|     0 |   0.0 |1892M| 767 |   - |1122 |1137 |   0 |   0 |   0 | 986k|   0 | 0.000000e+00 |      --      |    Inf 
675.03/675.10	c   570s|  6030k|  5835k|     0 |   0.0 |1895M| 767 |   - |1122 |1070 |   0 |   0 |   0 | 987k|   0 | 0.000000e+00 |      --      |    Inf 
676.02/676.17	c   571s|  6040k|  5845k|     0 |   0.0 |1898M| 767 |   - |1122 |1073 |   0 |   0 |   0 | 988k|   0 | 0.000000e+00 |      --      |    Inf 
677.13/677.25	c   572s|  6050k|  5855k|     0 |   0.0 |1902M| 767 |   - |1122 |1046 |   0 |   0 |   0 | 990k|   0 | 0.000000e+00 |      --      |    Inf 
678.22/678.32	c   573s|  6060k|  5864k|     0 |   0.0 |1905M| 767 |   - |1122 |1098 |   0 |   0 |   0 | 991k|   0 | 0.000000e+00 |      --      |    Inf 
679.32/679.44	c   574s|  6070k|  5874k|     0 |   0.0 |1908M| 767 |   - |1122 |1086 |   0 |   0 |   0 | 992k|   0 | 0.000000e+00 |      --      |    Inf 
680.42/680.56	c   574s|  6080k|  5884k|     0 |   0.0 |1911M| 767 |   - |1122 |1094 |   0 |   0 |   0 | 993k|   0 | 0.000000e+00 |      --      |    Inf 
681.52/681.64	c   575s|  6090k|  5894k|     0 |   0.0 |1914M| 767 |   - |1122 |1139 |   0 |   0 |   0 | 994k|   0 | 0.000000e+00 |      --      |    Inf 
682.63/682.71	c   576s|  6100k|  5904k|     0 |   0.0 |1917M| 767 |   - |1122 |1128 |   0 |   0 |   0 | 995k|   0 | 0.000000e+00 |      --      |    Inf 
683.62/683.78	c   577s|  6110k|  5913k|     0 |   0.0 |1920M| 767 |   - |1122 |1106 |   0 |   0 |   0 | 996k|   0 | 0.000000e+00 |      --      |    Inf 
684.73/684.87	c   578s|  6120k|  5923k|     0 |   0.0 |1923M| 767 |   - |1122 |1106 |   0 |   0 |   0 | 997k|   0 | 0.000000e+00 |      --      |    Inf 
685.83/685.93	c   579s|  6130k|  5933k|     0 |   0.0 |1926M| 767 |   - |1122 |1079 |   0 |   0 |   0 | 998k|   0 | 0.000000e+00 |      --      |    Inf 
686.82/686.99	c   580s|  6140k|  5943k|     0 |   0.0 |1929M| 767 |   - |1122 |1129 |   0 |   0 |   0 | 999k|   0 | 0.000000e+00 |      --      |    Inf 
688.02/688.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
688.02/688.14	c   581s|  6150k|  5953k|     0 |   0.0 |1932M| 767 |   - |1122 |1180 |   0 |   0 |   0 |1001k|   0 | 0.000000e+00 |      --      |    Inf 
689.03/689.19	c   582s|  6160k|  5962k|     0 |   0.0 |1935M| 767 |   - |1122 |1191 |   0 |   0 |   0 |1002k|   0 | 0.000000e+00 |      --      |    Inf 
690.12/690.29	c   583s|  6170k|  5972k|     0 |   0.0 |1938M| 767 |   - |1122 |1219 |   0 |   0 |   0 |1003k|   0 | 0.000000e+00 |      --      |    Inf 
691.22/691.37	c   584s|  6180k|  5982k|     0 |   0.0 |1941M| 767 |   - |1122 |1195 |   0 |   0 |   0 |1004k|   0 | 0.000000e+00 |      --      |    Inf 
692.33/692.44	c   584s|  6190k|  5992k|     0 |   0.0 |1944M| 767 |   - |1122 |1123 |   0 |   0 |   0 |1005k|   0 | 0.000000e+00 |      --      |    Inf 
693.42/693.53	c   585s|  6200k|  6002k|     0 |   0.0 |1947M| 767 |   - |1122 |1072 |   0 |   0 |   0 |1006k|   0 | 0.000000e+00 |      --      |    Inf 
694.42/694.59	c   586s|  6210k|  6012k|     0 |   0.0 |1950M| 767 |   - |1122 |1123 |   0 |   0 |   0 |1007k|   0 | 0.000000e+00 |      --      |    Inf 
695.53/695.68	c   587s|  6220k|  6021k|     0 |   0.0 |1953M| 767 |   - |1122 |1119 |   0 |   0 |   0 |1008k|   0 | 0.000000e+00 |      --      |    Inf 
696.63/696.75	c   588s|  6230k|  6031k|     0 |   0.0 |1956M| 767 |   - |1122 |1109 |   0 |   0 |   0 |1009k|   0 | 0.000000e+00 |      --      |    Inf 
697.72/697.85	c   589s|  6240k|  6041k|     0 |   0.0 |1959M| 767 |   - |1122 |1084 |   0 |   0 |   0 |1010k|   0 | 0.000000e+00 |      --      |    Inf 
698.83/698.93	c   590s|  6250k|  6051k|     0 |   0.0 |1962M| 767 |   - |1122 |1141 |   0 |   0 |   0 |1011k|   0 | 0.000000e+00 |      --      |    Inf 
699.92/700.05	c   591s|  6260k|  6061k|     0 |   0.0 |1965M| 767 |   - |1122 |1157 |   0 |   0 |   0 |1012k|   0 | 0.000000e+00 |      --      |    Inf 
701.02/701.14	c   592s|  6270k|  6070k|     0 |   0.0 |1968M| 767 |   - |1122 |1171 |   0 |   0 |   0 |1013k|   0 | 0.000000e+00 |      --      |    Inf 
702.03/702.19	c   593s|  6280k|  6080k|     0 |   0.0 |1971M| 767 |   - |1122 |1129 |   0 |   0 |   0 |1014k|   0 | 0.000000e+00 |      --      |    Inf 
703.22/703.31	c   593s|  6290k|  6090k|     0 |   0.0 |1974M| 767 |   - |1122 |1125 |   0 |   0 |   0 |1016k|   0 | 0.000000e+00 |      --      |    Inf 
704.22/704.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
704.22/704.39	c   594s|  6300k|  6100k|     0 |   0.0 |1977M| 767 |   - |1122 |1178 |   0 |   0 |   0 |1017k|   0 | 0.000000e+00 |      --      |    Inf 
705.33/705.47	c   595s|  6310k|  6110k|     0 |   0.0 |1980M| 767 |   - |1122 |1134 |   0 |   0 |   0 |1018k|   0 | 0.000000e+00 |      --      |    Inf 
706.53/706.61	c   596s|  6320k|  6119k|     0 |   0.0 |1983M| 767 |   - |1122 |1117 |   0 |   0 |   0 |1019k|   0 | 0.000000e+00 |      --      |    Inf 
707.53/707.66	c   597s|  6330k|  6129k|     0 |   0.0 |1986M| 767 |   - |1122 |1219 |   0 |   0 |   0 |1020k|   0 | 0.000000e+00 |      --      |    Inf 
708.62/708.73	c   598s|  6340k|  6139k|     0 |   0.0 |1989M| 767 |   - |1122 |1164 |   0 |   0 |   0 |1021k|   0 | 0.000000e+00 |      --      |    Inf 
709.73/709.82	c   599s|  6350k|  6149k|     0 |   0.0 |1992M| 767 |   - |1122 |1164 |   0 |   0 |   0 |1022k|   0 | 0.000000e+00 |      --      |    Inf 
710.83/710.94	c   600s|  6360k|  6159k|     0 |   0.0 |1995M| 767 |   - |1122 |1164 |   0 |   0 |   0 |1023k|   0 | 0.000000e+00 |      --      |    Inf 
711.93/712.05	c   601s|  6370k|  6168k|     0 |   0.0 |1998M| 767 |   - |1122 |1185 |   0 |   0 |   0 |1024k|   0 | 0.000000e+00 |      --      |    Inf 
713.13/713.21	c   602s|  6380k|  6178k|     0 |   0.0 |2001M| 767 |   - |1122 |1200 |   0 |   0 |   0 |1026k|   0 | 0.000000e+00 |      --      |    Inf 
714.22/714.35	c   603s|  6390k|  6188k|     0 |   0.0 |2004M| 767 |   - |1122 |1206 |   0 |   0 |   0 |1027k|   0 | 0.000000e+00 |      --      |    Inf 
715.33/715.42	c   604s|  6400k|  6198k|     0 |   0.0 |2007M| 767 |   - |1122 |1223 |   0 |   0 |   0 |1028k|   0 | 0.000000e+00 |      --      |    Inf 
716.42/716.54	c   605s|  6410k|  6207k|     0 |   0.0 |2010M| 767 |   - |1122 |1157 |   0 |   0 |   0 |1029k|   0 | 0.000000e+00 |      --      |    Inf 
717.52/717.68	c   605s|  6420k|  6217k|     0 |   0.0 |2013M| 767 |   - |1122 |1205 |   0 |   0 |   0 |1030k|   0 | 0.000000e+00 |      --      |    Inf 
718.62/718.74	c   606s|  6430k|  6227k|     0 |   0.0 |2016M| 767 |   - |1122 |1169 |   0 |   0 |   0 |1031k|   0 | 0.000000e+00 |      --      |    Inf 
719.73/719.84	c   607s|  6440k|  6237k|     0 |   0.0 |2019M| 767 |   - |1122 |1122 |   0 |   0 |   0 |1032k|   0 | 0.000000e+00 |      --      |    Inf 
720.82/720.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
720.82/720.97	c   608s|  6450k|  6247k|     0 |   0.0 |2022M| 767 |   - |1122 |1181 |   0 |   0 |   0 |1033k|   0 | 0.000000e+00 |      --      |    Inf 
722.02/722.16	c   609s|  6460k|  6256k|     0 |   0.0 |2025M| 767 |   - |1122 |1159 |   0 |   0 |   0 |1034k|   0 | 0.000000e+00 |      --      |    Inf 
723.13/723.27	c   610s|  6470k|  6266k|     0 |   0.0 |2028M| 767 |   - |1122 |1179 |   0 |   0 |   0 |1036k|   0 | 0.000000e+00 |      --      |    Inf 
724.23/724.36	c   611s|  6480k|  6276k|     0 |   0.0 |2031M| 767 |   - |1122 |1223 |   0 |   0 |   0 |1037k|   0 | 0.000000e+00 |      --      |    Inf 
725.32/725.42	c   612s|  6490k|  6286k|     0 |   0.0 |2034M| 767 |   - |1122 |1226 |   0 |   0 |   0 |1038k|   0 | 0.000000e+00 |      --      |    Inf 
726.43/726.53	c   613s|  6500k|  6296k|     0 |   0.0 |2037M| 767 |   - |1122 |1120 |   0 |   0 |   0 |1039k|   0 | 0.000000e+00 |      --      |    Inf 
727.52/727.61	c   614s|  6510k|  6305k|     0 |   0.0 |2040M| 767 |   - |1122 |1108 |   0 |   0 |   0 |1040k|   0 | 0.000000e+00 |      --      |    Inf 
728.53/728.69	c   615s|  6520k|  6315k|     0 |   0.0 |2043M| 767 |   - |1122 |1170 |   0 |   0 |   0 |1041k|   0 | 0.000000e+00 |      --      |    Inf 
729.72/729.80	c   616s|  6530k|  6325k|     0 |   0.0 |2046M| 767 |   - |1122 |1187 |   0 |   0 |   0 |1042k|   0 | 0.000000e+00 |      --      |    Inf 
730.82/730.93	c   617s|  6540k|  6335k|     0 |   0.0 |2049M| 767 |   - |1122 |1196 |   0 |   0 |   0 |1043k|   0 | 0.000000e+00 |      --      |    Inf 
731.82/731.97	c   617s|  6550k|  6345k|     0 |   0.0 |2052M| 767 |   - |1122 |1187 |   0 |   0 |   0 |1044k|   0 | 0.000000e+00 |      --      |    Inf 
733.03/733.10	c   618s|  6560k|  6354k|     0 |   0.0 |2056M| 767 |   - |1122 |1250 |   0 |   0 |   0 |1045k|   0 | 0.000000e+00 |      --      |    Inf 
734.12/734.23	c   619s|  6570k|  6364k|     0 |   0.0 |2059M| 767 |   - |1122 |1209 |   0 |   0 |   0 |1046k|   0 | 0.000000e+00 |      --      |    Inf 
735.23/735.34	c   620s|  6580k|  6374k|     0 |   0.0 |2062M| 767 |   - |1122 |1191 |   0 |   0 |   0 |1047k|   0 | 0.000000e+00 |      --      |    Inf 
736.32/736.45	c   621s|  6590k|  6384k|     0 |   0.0 |2065M| 767 |   - |1122 |1157 |   0 |   0 |   0 |1049k|   0 | 0.000000e+00 |      --      |    Inf 
737.43/737.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
737.43/737.53	c   622s|  6600k|  6394k|     0 |   0.0 |2068M| 767 |   - |1122 |1158 |   0 |   0 |   0 |1050k|   0 | 0.000000e+00 |      --      |    Inf 
738.52/738.61	c   623s|  6610k|  6403k|     0 |   0.0 |2071M| 767 |   - |1122 |1146 |   0 |   0 |   0 |1051k|   0 | 0.000000e+00 |      --      |    Inf 
739.63/739.73	c   624s|  6620k|  6413k|     0 |   0.0 |2074M| 767 |   - |1122 |1152 |   0 |   0 |   0 |1052k|   0 | 0.000000e+00 |      --      |    Inf 
740.73/740.82	c   625s|  6630k|  6423k|     0 |   0.0 |2077M| 767 |   - |1122 |1147 |   0 |   0 |   0 |1053k|   0 | 0.000000e+00 |      --      |    Inf 
741.82/741.93	c   626s|  6640k|  6433k|     0 |   0.0 |2080M| 767 |   - |1122 |1168 |   0 |   0 |   0 |1054k|   0 | 0.000000e+00 |      --      |    Inf 
742.93/743.02	c   627s|  6650k|  6443k|     0 |   0.0 |2083M| 767 |   - |1122 |1136 |   0 |   0 |   0 |1055k|   0 | 0.000000e+00 |      --      |    Inf 
744.02/744.15	c   628s|  6660k|  6452k|     0 |   0.0 |2086M| 767 |   - |1122 |1182 |   0 |   0 |   0 |1056k|   0 | 0.000000e+00 |      --      |    Inf 
745.13/745.20	c   628s|  6670k|  6462k|     0 |   0.0 |2089M| 767 |   - |1122 |1144 |   0 |   0 |   0 |1057k|   0 | 0.000000e+00 |      --      |    Inf 
746.12/746.26	c   629s|  6680k|  6472k|     0 |   0.0 |2092M| 767 |   - |1122 |1171 |   0 |   0 |   0 |1058k|   0 | 0.000000e+00 |      --      |    Inf 
747.22/747.33	c   630s|  6690k|  6482k|     0 |   0.0 |2095M| 767 |   - |1122 |1159 |   0 |   0 |   0 |1059k|   0 | 0.000000e+00 |      --      |    Inf 
748.32/748.43	c   631s|  6700k|  6492k|     0 |   0.0 |2098M| 767 |   - |1122 |1190 |   0 |   0 |   0 |1060k|   0 | 0.000000e+00 |      --      |    Inf 
749.42/749.52	c   632s|  6710k|  6501k|     0 |   0.0 |2101M| 767 |   - |1122 |1163 |   0 |   0 |   0 |1062k|   0 | 0.000000e+00 |      --      |    Inf 
750.53/750.64	c   633s|  6720k|  6511k|     0 |   0.0 |2104M| 767 |   - |1122 |1146 |   0 |   0 |   0 |1063k|   0 | 0.000000e+00 |      --      |    Inf 
751.63/751.73	c   634s|  6730k|  6521k|     0 |   0.0 |2107M| 767 |   - |1122 |1172 |   0 |   0 |   0 |1064k|   0 | 0.000000e+00 |      --      |    Inf 
752.72/752.83	c   635s|  6740k|  6531k|     0 |   0.0 |2110M| 767 |   - |1122 |1176 |   0 |   0 |   0 |1065k|   0 | 0.000000e+00 |      --      |    Inf 
753.72/753.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
753.72/753.89	c   636s|  6750k|  6541k|     0 |   0.0 |2113M| 767 |   - |1122 |1279 |   0 |   0 |   0 |1066k|   0 | 0.000000e+00 |      --      |    Inf 
754.83/754.96	c   637s|  6760k|  6550k|     0 |   0.0 |2116M| 767 |   - |1122 |1227 |   0 |   0 |   0 |1067k|   0 | 0.000000e+00 |      --      |    Inf 
755.93/756.05	c   638s|  6770k|  6560k|     0 |   0.0 |2119M| 767 |   - |1122 |1299 |   0 |   0 |   0 |1068k|   0 | 0.000000e+00 |      --      |    Inf 
757.02/757.10	c   638s|  6780k|  6570k|     0 |   0.0 |2122M| 767 |   - |1122 |1244 |   0 |   0 |   0 |1069k|   0 | 0.000000e+00 |      --      |    Inf 
758.03/758.15	c   639s|  6790k|  6580k|     0 |   0.0 |2125M| 767 |   - |1122 |1204 |   0 |   0 |   0 |1070k|   0 | 0.000000e+00 |      --      |    Inf 
759.13/759.23	c   640s|  6800k|  6590k|     0 |   0.0 |2128M| 767 |   - |1122 |1174 |   0 |   0 |   0 |1071k|   0 | 0.000000e+00 |      --      |    Inf 
760.22/760.32	c   641s|  6810k|  6599k|     0 |   0.0 |2131M| 767 |   - |1122 |1233 |   0 |   0 |   0 |1073k|   0 | 0.000000e+00 |      --      |    Inf 
761.23/761.38	c   642s|  6820k|  6609k|     0 |   0.0 |2134M| 767 |   - |1122 |1224 |   0 |   0 |   0 |1074k|   0 | 0.000000e+00 |      --      |    Inf 
762.33/762.47	c   643s|  6830k|  6619k|     0 |   0.0 |2137M| 767 |   - |1122 |1188 |   0 |   0 |   0 |1075k|   0 | 0.000000e+00 |      --      |    Inf 
763.43/763.55	c   644s|  6840k|  6629k|     0 |   0.0 |2140M| 767 |   - |1122 |1235 |   0 |   0 |   0 |1076k|   0 | 0.000000e+00 |      --      |    Inf 
764.53/764.63	c   645s|  6850k|  6639k|     0 |   0.0 |2143M| 767 |   - |1122 |1282 |   0 |   0 |   0 |1077k|   0 | 0.000000e+00 |      --      |    Inf 
765.53/765.69	c   646s|  6860k|  6648k|     0 |   0.0 |2146M| 767 |   - |1122 |1219 |   0 |   0 |   0 |1078k|   0 | 0.000000e+00 |      --      |    Inf 
766.63/766.77	c   646s|  6870k|  6658k|     0 |   0.0 |2149M| 767 |   - |1122 |1226 |   0 |   0 |   0 |1079k|   0 | 0.000000e+00 |      --      |    Inf 
767.73/767.84	c   647s|  6880k|  6668k|     0 |   0.0 |2152M| 767 |   - |1122 |1252 |   0 |   0 |   0 |1080k|   0 | 0.000000e+00 |      --      |    Inf 
768.73/768.89	c   648s|  6890k|  6678k|     0 |   0.0 |2155M| 767 |   - |1122 |1218 |   0 |   0 |   0 |1082k|   0 | 0.000000e+00 |      --      |    Inf 
769.83/769.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
769.83/769.96	c   649s|  6900k|  6688k|     0 |   0.0 |2158M| 767 |   - |1122 |1348 |   0 |   0 |   0 |1083k|   0 | 0.000000e+00 |      --      |    Inf 
770.93/771.01	c   650s|  6910k|  6697k|     0 |   0.0 |2161M| 767 |   - |1122 |1295 |   0 |   0 |   0 |1084k|   0 | 0.000000e+00 |      --      |    Inf 
772.03/772.12	c   651s|  6920k|  6707k|     0 |   0.0 |2164M| 767 |   - |1122 |1276 |   0 |   0 |   0 |1085k|   0 | 0.000000e+00 |      --      |    Inf 
773.13/773.23	c   652s|  6930k|  6717k|     0 |   0.0 |2167M| 767 |   - |1122 |1315 |   0 |   0 |   0 |1086k|   0 | 0.000000e+00 |      --      |    Inf 
774.13/774.29	c   653s|  6940k|  6727k|     0 |   0.0 |2170M| 767 |   - |1122 |1247 |   0 |   0 |   0 |1087k|   0 | 0.000000e+00 |      --      |    Inf 
775.22/775.34	c   654s|  6950k|  6737k|     0 |   0.0 |2173M| 767 |   - |1122 |1273 |   0 |   0 |   0 |1088k|   0 | 0.000000e+00 |      --      |    Inf 
776.32/776.40	c   654s|  6960k|  6746k|     0 |   0.0 |2176M| 767 |   - |1122 |1304 |   0 |   0 |   0 |1089k|   0 | 0.000000e+00 |      --      |    Inf 
777.33/777.46	c   655s|  6970k|  6756k|     0 |   0.0 |2179M| 767 |   - |1122 |1292 |   0 |   0 |   0 |1090k|   0 | 0.000000e+00 |      --      |    Inf 
778.43/778.58	c   656s|  6980k|  6766k|     0 |   0.0 |2182M| 767 |   - |1122 |1297 |   0 |   0 |   0 |1091k|   0 | 0.000000e+00 |      --      |    Inf 
779.63/779.71	c   657s|  6990k|  6776k|     0 |   0.0 |2185M| 767 |   - |1122 |1317 |   0 |   0 |   0 |1093k|   0 | 0.000000e+00 |      --      |    Inf 
780.62/780.79	c   658s|  7000k|  6785k|     0 |   0.0 |2188M| 767 |   - |1122 |1339 |   0 |   0 |   0 |1094k|   0 | 0.000000e+00 |      --      |    Inf 
781.73/781.86	c   659s|  7010k|  6795k|     0 |   0.0 |2191M| 767 |   - |1122 |1325 |   0 |   0 |   0 |1095k|   0 | 0.000000e+00 |      --      |    Inf 
782.82/782.95	c   660s|  7020k|  6805k|     0 |   0.0 |2194M| 767 |   - |1122 |1308 |   0 |   0 |   0 |1096k|   0 | 0.000000e+00 |      --      |    Inf 
783.92/784.05	c   661s|  7030k|  6815k|     0 |   0.0 |2197M| 767 |   - |1122 |1260 |   0 |   0 |   0 |1097k|   0 | 0.000000e+00 |      --      |    Inf 
785.02/785.15	c   662s|  7040k|  6825k|     0 |   0.0 |2200M| 767 |   - |1122 |1246 |   0 |   0 |   0 |1098k|   0 | 0.000000e+00 |      --      |    Inf 
786.12/786.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
786.12/786.25	c   663s|  7050k|  6834k|     0 |   0.0 |2203M| 767 |   - |1122 |1252 |   0 |   0 |   0 |1099k|   0 | 0.000000e+00 |      --      |    Inf 
787.22/787.37	c   664s|  7060k|  6844k|     0 |   0.0 |2206M| 767 |   - |1122 |1244 |   0 |   0 |   0 |1101k|   0 | 0.000000e+00 |      --      |    Inf 
788.32/788.47	c   665s|  7070k|  6854k|     0 |   0.0 |2209M| 767 |   - |1122 |1310 |   0 |   0 |   0 |1102k|   0 | 0.000000e+00 |      --      |    Inf 
789.43/789.57	c   665s|  7080k|  6864k|     0 |   0.0 |2212M| 767 |   - |1122 |1311 |   0 |   0 |   0 |1103k|   0 | 0.000000e+00 |      --      |    Inf 
790.53/790.68	c   666s|  7090k|  6874k|     0 |   0.0 |2215M| 767 |   - |1122 |1250 |   0 |   0 |   0 |1104k|   0 | 0.000000e+00 |      --      |    Inf 
791.63/791.76	c   667s|  7100k|  6883k|     0 |   0.0 |2218M| 767 |   - |1122 |1300 |   0 |   0 |   0 |1105k|   0 | 0.000000e+00 |      --      |    Inf 
792.82/792.94	c   668s|  7110k|  6893k|     0 |   0.0 |2221M| 767 |   - |1122 |1368 |   0 |   0 |   0 |1106k|   0 | 0.000000e+00 |      --      |    Inf 
794.03/794.11	c   669s|  7120k|  6903k|     0 |   0.0 |2224M| 767 |   - |1122 |1329 |   0 |   0 |   0 |1107k|   0 | 0.000000e+00 |      --      |    Inf 
795.13/795.23	c   670s|  7130k|  6913k|     0 |   0.0 |2227M| 767 |   - |1122 |1340 |   0 |   0 |   0 |1108k|   0 | 0.000000e+00 |      --      |    Inf 
796.13/796.27	c   671s|  7140k|  6923k|     0 |   0.0 |2230M| 767 |   - |1122 |1280 |   0 |   0 |   0 |1109k|   0 | 0.000000e+00 |      --      |    Inf 
797.22/797.36	c   672s|  7150k|  6932k|     0 |   0.0 |2233M| 767 |   - |1122 |1313 |   0 |   0 |   0 |1110k|   0 | 0.000000e+00 |      --      |    Inf 
798.32/798.45	c   673s|  7160k|  6942k|     0 |   0.0 |2236M| 767 |   - |1122 |1279 |   0 |   0 |   0 |1111k|   0 | 0.000000e+00 |      --      |    Inf 
799.43/799.55	c   674s|  7170k|  6952k|     0 |   0.0 |2239M| 767 |   - |1122 |1302 |   0 |   0 |   0 |1113k|   0 | 0.000000e+00 |      --      |    Inf 
800.53/800.61	c   675s|  7180k|  6962k|     0 |   0.0 |2242M| 767 |   - |1122 |1296 |   0 |   0 |   0 |1114k|   0 | 0.000000e+00 |      --      |    Inf 
801.63/801.71	c   676s|  7190k|  6972k|     0 |   0.0 |2246M| 767 |   - |1122 |1336 |   0 |   0 |   0 |1115k|   0 | 0.000000e+00 |      --      |    Inf 
802.62/802.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
802.62/802.78	c   676s|  7200k|  6981k|     0 |   0.0 |2249M| 767 |   - |1122 |1336 |   0 |   0 |   0 |1116k|   0 | 0.000000e+00 |      --      |    Inf 
803.83/803.91	c   677s|  7210k|  6991k|     0 |   0.0 |2252M| 767 |   - |1122 |1263 |   0 |   0 |   0 |1117k|   0 | 0.000000e+00 |      --      |    Inf 
804.93/805.00	c   678s|  7220k|  7001k|     0 |   0.0 |2255M| 767 |   - |1122 |1323 |   0 |   0 |   0 |1118k|   0 | 0.000000e+00 |      --      |    Inf 
805.93/806.06	c   679s|  7230k|  7011k|     0 |   0.0 |2258M| 767 |   - |1122 |1305 |   0 |   0 |   0 |1119k|   0 | 0.000000e+00 |      --      |    Inf 
807.02/807.19	c   680s|  7240k|  7021k|     0 |   0.0 |2261M| 767 |   - |1122 |1316 |   0 |   0 |   0 |1120k|   0 | 0.000000e+00 |      --      |    Inf 
808.12/808.29	c   681s|  7250k|  7030k|     0 |   0.0 |2264M| 767 |   - |1122 |1288 |   0 |   0 |   0 |1121k|   0 | 0.000000e+00 |      --      |    Inf 
809.32/809.42	c   682s|  7260k|  7040k|     0 |   0.0 |2267M| 767 |   - |1122 |1294 |   0 |   0 |   0 |1122k|   0 | 0.000000e+00 |      --      |    Inf 
810.43/810.50	c   683s|  7270k|  7050k|     0 |   0.0 |2270M| 767 |   - |1122 |1293 |   0 |   0 |   0 |1123k|   0 | 0.000000e+00 |      --      |    Inf 
811.43/811.56	c   684s|  7280k|  7060k|     0 |   0.0 |2273M| 767 |   - |1122 |1267 |   0 |   0 |   0 |1125k|   0 | 0.000000e+00 |      --      |    Inf 
812.52/812.64	c   685s|  7290k|  7070k|     0 |   0.0 |2276M| 767 |   - |1122 |1316 |   0 |   0 |   0 |1126k|   0 | 0.000000e+00 |      --      |    Inf 
813.73/813.83	c   686s|  7300k|  7079k|     0 |   0.0 |2279M| 767 |   - |1122 |1259 |   0 |   0 |   0 |1127k|   0 | 0.000000e+00 |      --      |    Inf 
814.73/814.88	c   687s|  7310k|  7089k|     0 |   0.0 |2282M| 767 |   - |1122 |1236 |   0 |   0 |   0 |1128k|   0 | 0.000000e+00 |      --      |    Inf 
815.83/815.97	c   688s|  7320k|  7099k|     0 |   0.0 |2285M| 767 |   - |1122 |1278 |   0 |   0 |   0 |1129k|   0 | 0.000000e+00 |      --      |    Inf 
817.03/817.10	c   689s|  7330k|  7109k|     0 |   0.0 |2288M| 767 |   - |1122 |1257 |   0 |   0 |   0 |1130k|   0 | 0.000000e+00 |      --      |    Inf 
818.13/818.21	c   690s|  7340k|  7119k|     0 |   0.0 |2291M| 767 |   - |1122 |1257 |   0 |   0 |   0 |1131k|   0 | 0.000000e+00 |      --      |    Inf 
819.23/819.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
819.23/819.30	c   690s|  7350k|  7128k|     0 |   0.0 |2294M| 767 |   - |1122 |1276 |   0 |   0 |   0 |1132k|   0 | 0.000000e+00 |      --      |    Inf 
820.23/820.39	c   691s|  7360k|  7138k|     0 |   0.0 |2297M| 767 |   - |1122 |1242 |   0 |   0 |   0 |1133k|   0 | 0.000000e+00 |      --      |    Inf 
821.33/821.46	c   692s|  7370k|  7148k|     0 |   0.0 |2300M| 767 |   - |1122 |1269 |   0 |   0 |   0 |1134k|   0 | 0.000000e+00 |      --      |    Inf 
822.52/822.60	c   693s|  7380k|  7158k|     0 |   0.0 |2303M| 767 |   - |1122 |1227 |   0 |   0 |   0 |1136k|   0 | 0.000000e+00 |      --      |    Inf 
823.53/823.69	c   694s|  7390k|  7168k|     0 |   0.0 |2306M| 767 |   - |1122 |1246 |   0 |   0 |   0 |1137k|   0 | 0.000000e+00 |      --      |    Inf 
824.73/824.86	c   695s|  7400k|  7177k|     0 |   0.0 |2309M| 767 |   - |1122 |1256 |   0 |   0 |   0 |1138k|   0 | 0.000000e+00 |      --      |    Inf 
825.83/825.95	c   696s|  7410k|  7187k|     0 |   0.0 |2312M| 767 |   - |1122 |1291 |   0 |   0 |   0 |1139k|   0 | 0.000000e+00 |      --      |    Inf 
826.93/827.03	c   697s|  7420k|  7197k|     0 |   0.0 |2315M| 767 |   - |1122 |1221 |   0 |   0 |   0 |1140k|   0 | 0.000000e+00 |      --      |    Inf 
828.02/828.19	c   698s|  7430k|  7207k|     0 |   0.0 |2318M| 767 |   - |1122 |1214 |   0 |   0 |   0 |1141k|   0 | 0.000000e+00 |      --      |    Inf 
829.24/829.31	c   699s|  7440k|  7217k|     0 |   0.0 |2321M| 767 |   - |1122 |1257 |   0 |   0 |   0 |1142k|   0 | 0.000000e+00 |      --      |    Inf 
830.34/830.44	c   700s|  7450k|  7226k|     0 |   0.0 |2324M| 767 |   - |1122 |1306 |   0 |   0 |   0 |1143k|   0 | 0.000000e+00 |      --      |    Inf 
831.33/831.48	c   701s|  7460k|  7236k|     0 |   0.0 |2327M| 767 |   - |1122 |1256 |   0 |   0 |   0 |1145k|   0 | 0.000000e+00 |      --      |    Inf 
832.43/832.55	c   702s|  7470k|  7246k|     0 |   0.0 |2330M| 767 |   - |1122 |1257 |   0 |   0 |   0 |1146k|   0 | 0.000000e+00 |      --      |    Inf 
833.43/833.58	c   702s|  7480k|  7256k|     0 |   0.0 |2333M| 767 |   - |1122 |1202 |   0 |   0 |   0 |1147k|   0 | 0.000000e+00 |      --      |    Inf 
834.52/834.65	c   703s|  7490k|  7266k|     0 |   0.0 |2336M| 767 |   - |1122 |1221 |   0 |   0 |   0 |1148k|   0 | 0.000000e+00 |      --      |    Inf 
835.63/835.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
835.63/835.71	c   704s|  7500k|  7275k|     0 |   0.0 |2339M| 767 |   - |1122 |1247 |   0 |   0 |   0 |1149k|   0 | 0.000000e+00 |      --      |    Inf 
836.73/836.84	c   705s|  7510k|  7285k|     0 |   0.0 |2342M| 767 |   - |1122 |1236 |   0 |   0 |   0 |1150k|   0 | 0.000000e+00 |      --      |    Inf 
837.83/837.91	c   706s|  7520k|  7295k|     0 |   0.0 |2345M| 767 |   - |1122 |1172 |   0 |   0 |   0 |1151k|   0 | 0.000000e+00 |      --      |    Inf 
838.82/838.94	c   707s|  7530k|  7305k|     0 |   0.0 |2348M| 767 |   - |1122 |1235 |   0 |   0 |   0 |1152k|   0 | 0.000000e+00 |      --      |    Inf 
839.92/840.05	c   708s|  7540k|  7315k|     0 |   0.0 |2351M| 767 |   - |1122 |1235 |   0 |   0 |   0 |1153k|   0 | 0.000000e+00 |      --      |    Inf 
841.13/841.22	c   709s|  7550k|  7324k|     0 |   0.0 |2354M| 767 |   - |1122 |1228 |   0 |   0 |   0 |1154k|   0 | 0.000000e+00 |      --      |    Inf 
842.23/842.31	c   710s|  7560k|  7334k|     0 |   0.0 |2357M| 767 |   - |1122 |1260 |   0 |   0 |   0 |1155k|   0 | 0.000000e+00 |      --      |    Inf 
843.23/843.39	c   710s|  7570k|  7344k|     0 |   0.0 |2360M| 767 |   - |1122 |1303 |   0 |   0 |   0 |1156k|   0 | 0.000000e+00 |      --      |    Inf 
844.43/844.53	c   711s|  7580k|  7354k|     0 |   0.0 |2363M| 767 |   - |1122 |1288 |   0 |   0 |   0 |1158k|   0 | 0.000000e+00 |      --      |    Inf 
845.52/845.64	c   712s|  7590k|  7364k|     0 |   0.0 |2366M| 767 |   - |1122 |1264 |   0 |   0 |   0 |1159k|   0 | 0.000000e+00 |      --      |    Inf 
846.63/846.71	c   713s|  7600k|  7373k|     0 |   0.0 |2369M| 767 |   - |1122 |1281 |   0 |   0 |   0 |1160k|   0 | 0.000000e+00 |      --      |    Inf 
847.73/847.81	c   714s|  7610k|  7383k|     0 |   0.0 |2372M| 767 |   - |1122 |1281 |   0 |   0 |   0 |1161k|   0 | 0.000000e+00 |      --      |    Inf 
848.93/849.02	c   715s|  7620k|  7393k|     0 |   0.0 |2375M| 767 |   - |1122 |1333 |   0 |   0 |   0 |1162k|   0 | 0.000000e+00 |      --      |    Inf 
849.92/850.07	c   716s|  7630k|  7403k|     0 |   0.0 |2378M| 767 |   - |1122 |1275 |   0 |   0 |   0 |1163k|   0 | 0.000000e+00 |      --      |    Inf 
851.03/851.19	c   717s|  7640k|  7413k|     0 |   0.0 |2381M| 767 |   - |1122 |1257 |   0 |   0 |   0 |1164k|   0 | 0.000000e+00 |      --      |    Inf 
852.22/852.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
852.22/852.31	c   718s|  7650k|  7422k|     0 |   0.0 |2384M| 767 |   - |1122 |1279 |   0 |   0 |   0 |1165k|   0 | 0.000000e+00 |      --      |    Inf 
853.33/853.41	c   719s|  7660k|  7432k|     0 |   0.0 |2387M| 767 |   - |1122 |1230 |   0 |   0 |   0 |1166k|   0 | 0.000000e+00 |      --      |    Inf 
854.43/854.53	c   720s|  7670k|  7442k|     0 |   0.0 |2390M| 767 |   - |1122 |1320 |   0 |   0 |   0 |1168k|   0 | 0.000000e+00 |      --      |    Inf 
855.64/855.74	c   721s|  7680k|  7452k|     0 |   0.0 |2393M| 767 |   - |1122 |1208 |   0 |   0 |   0 |1169k|   0 | 0.000000e+00 |      --      |    Inf 
856.74/856.88	c   722s|  7690k|  7461k|     0 |   0.0 |2396M| 767 |   - |1122 |1321 |   0 |   0 |   0 |1170k|   0 | 0.000000e+00 |      --      |    Inf 
857.83/857.98	c   723s|  7700k|  7471k|     0 |   0.0 |2399M| 767 |   - |1122 |1257 |   0 |   0 |   0 |1171k|   0 | 0.000000e+00 |      --      |    Inf 
858.93/859.06	c   724s|  7710k|  7481k|     0 |   0.0 |2402M| 767 |   - |1122 |1274 |   0 |   0 |   0 |1172k|   0 | 0.000000e+00 |      --      |    Inf 
860.14/860.27	c   725s|  7720k|  7491k|     0 |   0.0 |2405M| 767 |   - |1122 |1272 |   0 |   0 |   0 |1173k|   0 | 0.000000e+00 |      --      |    Inf 
861.33/861.43	c   726s|  7730k|  7501k|     0 |   0.0 |2408M| 767 |   - |1122 |1234 |   0 |   0 |   0 |1174k|   0 | 0.000000e+00 |      --      |    Inf 
862.43/862.56	c   727s|  7740k|  7510k|     0 |   0.0 |2411M| 767 |   - |1122 |1160 |   0 |   0 |   0 |1175k|   0 | 0.000000e+00 |      --      |    Inf 
863.53/863.63	c   728s|  7750k|  7520k|     0 |   0.0 |2414M| 767 |   - |1122 |1208 |   0 |   0 |   0 |1177k|   0 | 0.000000e+00 |      --      |    Inf 
864.63/864.70	c   728s|  7760k|  7530k|     0 |   0.0 |2417M| 767 |   - |1122 |1245 |   0 |   0 |   0 |1178k|   0 | 0.000000e+00 |      --      |    Inf 
865.73/865.80	c   729s|  7770k|  7540k|     0 |   0.0 |2420M| 767 |   - |1122 |1209 |   0 |   0 |   0 |1179k|   0 | 0.000000e+00 |      --      |    Inf 
866.82/866.91	c   730s|  7780k|  7550k|     0 |   0.0 |2423M| 767 |   - |1122 |1237 |   0 |   0 |   0 |1180k|   0 | 0.000000e+00 |      --      |    Inf 
867.92/868.04	c   731s|  7790k|  7559k|     0 |   0.0 |2426M| 767 |   - |1122 |1257 |   0 |   0 |   0 |1181k|   0 | 0.000000e+00 |      --      |    Inf 
869.03/869.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
869.03/869.10	c   732s|  7800k|  7569k|     0 |   0.0 |2429M| 767 |   - |1122 |1238 |   0 |   0 |   0 |1182k|   0 | 0.000000e+00 |      --      |    Inf 
870.13/870.21	c   733s|  7810k|  7579k|     0 |   0.0 |2432M| 767 |   - |1122 |1287 |   0 |   0 |   0 |1183k|   0 | 0.000000e+00 |      --      |    Inf 
871.23/871.34	c   734s|  7820k|  7589k|     0 |   0.0 |2435M| 767 |   - |1122 |1295 |   0 |   0 |   0 |1184k|   0 | 0.000000e+00 |      --      |    Inf 
872.43/872.51	c   735s|  7830k|  7599k|     0 |   0.0 |2438M| 767 |   - |1122 |1295 |   0 |   0 |   0 |1185k|   0 | 0.000000e+00 |      --      |    Inf 
873.43/873.59	c   736s|  7840k|  7608k|     0 |   0.0 |2441M| 767 |   - |1122 |1290 |   0 |   0 |   0 |1187k|   0 | 0.000000e+00 |      --      |    Inf 
874.63/874.71	c   737s|  7850k|  7618k|     0 |   0.0 |2444M| 767 |   - |1122 |1274 |   0 |   0 |   0 |1188k|   0 | 0.000000e+00 |      --      |    Inf 
875.73/875.83	c   738s|  7860k|  7628k|     0 |   0.0 |2447M| 767 |   - |1122 |1240 |   0 |   0 |   0 |1189k|   0 | 0.000000e+00 |      --      |    Inf 
876.83/876.95	c   739s|  7870k|  7638k|     0 |   0.0 |2450M| 767 |   - |1122 |1247 |   0 |   0 |   0 |1190k|   0 | 0.000000e+00 |      --      |    Inf 
877.93/878.04	c   740s|  7880k|  7648k|     0 |   0.0 |2453M| 767 |   - |1122 |1296 |   0 |   0 |   0 |1191k|   0 | 0.000000e+00 |      --      |    Inf 
879.03/879.13	c   740s|  7890k|  7657k|     0 |   0.0 |2456M| 767 |   - |1122 |1247 |   0 |   0 |   0 |1192k|   0 | 0.000000e+00 |      --      |    Inf 
880.13/880.20	c   741s|  7900k|  7667k|     0 |   0.0 |2459M| 767 |   - |1122 |1270 |   0 |   0 |   0 |1193k|   0 | 0.000000e+00 |      --      |    Inf 
881.23/881.31	c   742s|  7910k|  7677k|     0 |   0.0 |2462M| 767 |   - |1122 |1323 |   0 |   0 |   0 |1194k|   0 | 0.000000e+00 |      --      |    Inf 
882.33/882.43	c   743s|  7920k|  7687k|     0 |   0.0 |2466M| 767 |   - |1122 |1384 |   0 |   0 |   0 |1195k|   0 | 0.000000e+00 |      --      |    Inf 
883.52/883.63	c   744s|  7930k|  7697k|     0 |   0.0 |2468M| 767 |   - |1122 |1368 |   0 |   0 |   0 |1197k|   0 | 0.000000e+00 |      --      |    Inf 
884.63/884.75	c   745s|  7940k|  7706k|     0 |   0.0 |2471M| 767 |   - |1122 |1340 |   0 |   0 |   0 |1198k|   0 | 0.000000e+00 |      --      |    Inf 
885.73/885.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
885.73/885.86	c   746s|  7950k|  7716k|     0 |   0.0 |2474M| 767 |   - |1122 |1313 |   0 |   0 |   0 |1199k|   0 | 0.000000e+00 |      --      |    Inf 
886.83/886.98	c   747s|  7960k|  7726k|     0 |   0.0 |2478M| 767 |   - |1122 |1310 |   0 |   0 |   0 |1200k|   0 | 0.000000e+00 |      --      |    Inf 
888.03/888.17	c   748s|  7970k|  7736k|     0 |   0.0 |2481M| 767 |   - |1122 |1280 |   0 |   0 |   0 |1201k|   0 | 0.000000e+00 |      --      |    Inf 
889.13/889.26	c   749s|  7980k|  7745k|     0 |   0.0 |2484M| 767 |   - |1122 |1270 |   0 |   0 |   0 |1202k|   0 | 0.000000e+00 |      --      |    Inf 
890.23/890.33	c   750s|  7990k|  7755k|     0 |   0.0 |2487M| 767 |   - |1122 |1233 |   0 |   0 |   0 |1203k|   0 | 0.000000e+00 |      --      |    Inf 
891.23/891.38	c   751s|  8000k|  7765k|     0 |   0.0 |2490M| 767 |   - |1122 |1258 |   0 |   0 |   0 |1204k|   0 | 0.000000e+00 |      --      |    Inf 
892.33/892.42	c   752s|  8010k|  7775k|     0 |   0.0 |2493M| 767 |   - |1122 |1290 |   0 |   0 |   0 |1205k|   0 | 0.000000e+00 |      --      |    Inf 
893.33/893.46	c   753s|  8020k|  7785k|     0 |   0.0 |2496M| 767 |   - |1122 |1263 |   0 |   0 |   0 |1206k|   0 | 0.000000e+00 |      --      |    Inf 
894.43/894.52	c   753s|  8030k|  7795k|     0 |   0.0 |2499M| 767 |   - |1122 |1295 |   0 |   0 |   0 |1208k|   0 | 0.000000e+00 |      --      |    Inf 
895.42/895.55	c   754s|  8040k|  7804k|     0 |   0.0 |2502M| 767 |   - |1122 |1293 |   0 |   0 |   0 |1209k|   0 | 0.000000e+00 |      --      |    Inf 
896.53/896.62	c   755s|  8050k|  7814k|     0 |   0.0 |2505M| 767 |   - |1122 |1311 |   0 |   0 |   0 |1210k|   0 | 0.000000e+00 |      --      |    Inf 
897.54/897.66	c   756s|  8060k|  7824k|     0 |   0.0 |2508M| 767 |   - |1122 |1297 |   0 |   0 |   0 |1211k|   0 | 0.000000e+00 |      --      |    Inf 
898.63/898.73	c   757s|  8070k|  7834k|     0 |   0.0 |2511M| 767 |   - |1122 |1309 |   0 |   0 |   0 |1212k|   0 | 0.000000e+00 |      --      |    Inf 
899.63/899.77	c   758s|  8080k|  7843k|     0 |   0.0 |2514M| 767 |   - |1122 |1322 |   0 |   0 |   0 |1213k|   0 | 0.000000e+00 |      --      |    Inf 
900.73/900.82	c   759s|  8090k|  7853k|     0 |   0.0 |2517M| 767 |   - |1122 |1321 |   0 |   0 |   0 |1214k|   0 | 0.000000e+00 |      --      |    Inf 
901.73/901.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
901.73/901.86	c   759s|  8100k|  7863k|     0 |   0.0 |2520M| 767 |   - |1122 |1280 |   0 |   0 |   0 |1215k|   0 | 0.000000e+00 |      --      |    Inf 
902.83/902.91	c   760s|  8110k|  7873k|     0 |   0.0 |2523M| 767 |   - |1122 |1302 |   0 |   0 |   0 |1216k|   0 | 0.000000e+00 |      --      |    Inf 
903.83/903.96	c   761s|  8120k|  7883k|     0 |   0.0 |2526M| 767 |   - |1122 |1319 |   0 |   0 |   0 |1218k|   0 | 0.000000e+00 |      --      |    Inf 
904.93/905.02	c   762s|  8130k|  7892k|     0 |   0.0 |2529M| 767 |   - |1122 |1310 |   0 |   0 |   0 |1219k|   0 | 0.000000e+00 |      --      |    Inf 
905.93/906.06	c   763s|  8140k|  7902k|     0 |   0.0 |2532M| 767 |   - |1122 |1294 |   0 |   0 |   0 |1220k|   0 | 0.000000e+00 |      --      |    Inf 
907.03/907.10	c   764s|  8150k|  7912k|     0 |   0.0 |2535M| 767 |   - |1122 |1300 |   0 |   0 |   0 |1221k|   0 | 0.000000e+00 |      --      |    Inf 
908.03/908.15	c   765s|  8160k|  7922k|     0 |   0.0 |2538M| 767 |   - |1122 |1284 |   0 |   0 |   0 |1222k|   0 | 0.000000e+00 |      --      |    Inf 
909.13/909.21	c   766s|  8170k|  7932k|     0 |   0.0 |2541M| 767 |   - |1122 |1294 |   0 |   0 |   0 |1223k|   0 | 0.000000e+00 |      --      |    Inf 
910.23/910.30	c   766s|  8180k|  7941k|     0 |   0.0 |2544M| 767 |   - |1122 |1354 |   0 |   0 |   0 |1224k|   0 | 0.000000e+00 |      --      |    Inf 
911.23/911.33	c   767s|  8190k|  7951k|     0 |   0.0 |2547M| 767 |   - |1122 |1331 |   0 |   0 |   0 |1225k|   0 | 0.000000e+00 |      --      |    Inf 
912.23/912.39	c   768s|  8200k|  7961k|     0 |   0.0 |2550M| 767 |   - |1122 |1322 |   0 |   0 |   0 |1226k|   0 | 0.000000e+00 |      --      |    Inf 
913.33/913.47	c   769s|  8210k|  7971k|     0 |   0.0 |2553M| 767 |   - |1122 |1295 |   0 |   0 |   0 |1227k|   0 | 0.000000e+00 |      --      |    Inf 
914.43/914.56	c   770s|  8220k|  7981k|     0 |   0.0 |2556M| 767 |   - |1122 |1324 |   0 |   0 |   0 |1228k|   0 | 0.000000e+00 |      --      |    Inf 
915.53/915.67	c   771s|  8230k|  7990k|     0 |   0.0 |2559M| 767 |   - |1122 |1261 |   0 |   0 |   0 |1229k|   0 | 0.000000e+00 |      --      |    Inf 
916.63/916.74	c   772s|  8240k|  8000k|     0 |   0.0 |2562M| 767 |   - |1122 |1298 |   0 |   0 |   0 |1231k|   0 | 0.000000e+00 |      --      |    Inf 
917.73/917.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
917.73/917.87	c   773s|  8250k|  8010k|     0 |   0.0 |2565M| 767 |   - |1122 |1358 |   0 |   0 |   0 |1232k|   0 | 0.000000e+00 |      --      |    Inf 
918.83/918.98	c   774s|  8260k|  8020k|     0 |   0.0 |2568M| 767 |   - |1122 |1340 |   0 |   0 |   0 |1233k|   0 | 0.000000e+00 |      --      |    Inf 
919.93/920.06	c   775s|  8270k|  8030k|     0 |   0.0 |2571M| 767 |   - |1122 |1298 |   0 |   0 |   0 |1234k|   0 | 0.000000e+00 |      --      |    Inf 
921.03/921.11	c   775s|  8280k|  8039k|     0 |   0.0 |2574M| 767 |   - |1122 |1306 |   0 |   0 |   0 |1235k|   0 | 0.000000e+00 |      --      |    Inf 
922.03/922.16	c   776s|  8290k|  8049k|     0 |   0.0 |2577M| 767 |   - |1122 |1289 |   0 |   0 |   0 |1236k|   0 | 0.000000e+00 |      --      |    Inf 
923.13/923.22	c   777s|  8300k|  8059k|     0 |   0.0 |2580M| 767 |   - |1122 |1346 |   0 |   0 |   0 |1237k|   0 | 0.000000e+00 |      --      |    Inf 
924.13/924.27	c   778s|  8310k|  8069k|     0 |   0.0 |2583M| 767 |   - |1122 |1323 |   0 |   0 |   0 |1238k|   0 | 0.000000e+00 |      --      |    Inf 
925.23/925.35	c   779s|  8320k|  8079k|     0 |   0.0 |2586M| 767 |   - |1122 |1310 |   0 |   0 |   0 |1239k|   0 | 0.000000e+00 |      --      |    Inf 
926.33/926.41	c   780s|  8330k|  8088k|     0 |   0.0 |2589M| 767 |   - |1122 |1349 |   0 |   0 |   0 |1240k|   0 | 0.000000e+00 |      --      |    Inf 
927.33/927.45	c   781s|  8340k|  8098k|     0 |   0.0 |2592M| 767 |   - |1122 |1346 |   0 |   0 |   0 |1242k|   0 | 0.000000e+00 |      --      |    Inf 
928.43/928.52	c   782s|  8350k|  8108k|     0 |   0.0 |2595M| 767 |   - |1122 |1318 |   0 |   0 |   0 |1243k|   0 | 0.000000e+00 |      --      |    Inf 
929.44/929.58	c   783s|  8360k|  8118k|     0 |   0.0 |2598M| 767 |   - |1122 |1290 |   0 |   0 |   0 |1244k|   0 | 0.000000e+00 |      --      |    Inf 
930.54/930.68	c   783s|  8370k|  8128k|     0 |   0.0 |2601M| 767 |   - |1122 |1342 |   0 |   0 |   0 |1245k|   0 | 0.000000e+00 |      --      |    Inf 
931.63/931.76	c   784s|  8380k|  8137k|     0 |   0.0 |2604M| 767 |   - |1122 |1267 |   0 |   0 |   0 |1246k|   0 | 0.000000e+00 |      --      |    Inf 
932.74/932.81	c   785s|  8390k|  8147k|     0 |   0.0 |2607M| 767 |   - |1122 |1298 |   0 |   0 |   0 |1247k|   0 | 0.000000e+00 |      --      |    Inf 
933.73/933.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
933.73/933.88	c   786s|  8400k|  8157k|     0 |   0.0 |2610M| 767 |   - |1122 |1333 |   0 |   0 |   0 |1248k|   0 | 0.000000e+00 |      --      |    Inf 
934.83/934.92	c   787s|  8410k|  8167k|     0 |   0.0 |2613M| 767 |   - |1122 |1282 |   0 |   0 |   0 |1249k|   0 | 0.000000e+00 |      --      |    Inf 
935.83/936.00	c   788s|  8420k|  8177k|     0 |   0.0 |2616M| 767 |   - |1122 |1312 |   0 |   0 |   0 |1250k|   0 | 0.000000e+00 |      --      |    Inf 
936.93/937.06	c   789s|  8430k|  8186k|     0 |   0.0 |2619M| 767 |   - |1122 |1360 |   0 |   0 |   0 |1251k|   0 | 0.000000e+00 |      --      |    Inf 
938.03/938.15	c   790s|  8440k|  8196k|     0 |   0.0 |2622M| 767 |   - |1122 |1363 |   0 |   0 |   0 |1252k|   0 | 0.000000e+00 |      --      |    Inf 
939.13/939.29	c   791s|  8450k|  8206k|     0 |   0.0 |2625M| 767 |   - |1122 |1325 |   0 |   0 |   0 |1253k|   0 | 0.000000e+00 |      --      |    Inf 
940.34/940.44	c   792s|  8460k|  8216k|     0 |   0.0 |2628M| 767 |   - |1122 |1376 |   0 |   0 |   0 |1255k|   0 | 0.000000e+00 |      --      |    Inf 
941.33/941.49	c   792s|  8470k|  8226k|     0 |   0.0 |2631M| 767 |   - |1122 |1323 |   0 |   0 |   0 |1256k|   0 | 0.000000e+00 |      --      |    Inf 
942.43/942.53	c   793s|  8480k|  8235k|     0 |   0.0 |2634M| 767 |   - |1122 |1323 |   0 |   0 |   0 |1257k|   0 | 0.000000e+00 |      --      |    Inf 
943.53/943.61	c   794s|  8490k|  8245k|     0 |   0.0 |2637M| 767 |   - |1122 |1289 |   0 |   0 |   0 |1258k|   0 | 0.000000e+00 |      --      |    Inf 
944.63/944.74	c   795s|  8500k|  8255k|     0 |   0.0 |2640M| 767 |   - |1122 |1340 |   0 |   0 |   0 |1259k|   0 | 0.000000e+00 |      --      |    Inf 
945.73/945.83	c   796s|  8510k|  8265k|     0 |   0.0 |2643M| 767 |   - |1122 |1271 |   0 |   0 |   0 |1260k|   0 | 0.000000e+00 |      --      |    Inf 
946.83/946.92	c   797s|  8520k|  8275k|     0 |   0.0 |2646M| 767 |   - |1122 |1290 |   0 |   0 |   0 |1261k|   0 | 0.000000e+00 |      --      |    Inf 
947.93/948.02	c   798s|  8530k|  8284k|     0 |   0.0 |2649M| 767 |   - |1122 |1229 |   0 |   0 |   0 |1262k|   0 | 0.000000e+00 |      --      |    Inf 
949.03/949.17	c   799s|  8540k|  8294k|     0 |   0.0 |2652M| 767 |   - |1122 |1275 |   0 |   0 |   0 |1263k|   0 | 0.000000e+00 |      --      |    Inf 
950.13/950.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
950.13/950.23	c   800s|  8550k|  8304k|     0 |   0.0 |2655M| 767 |   - |1122 |1265 |   0 |   0 |   0 |1264k|   0 | 0.000000e+00 |      --      |    Inf 
951.13/951.29	c   801s|  8560k|  8314k|     0 |   0.0 |2658M| 767 |   - |1122 |1330 |   0 |   0 |   0 |1265k|   0 | 0.000000e+00 |      --      |    Inf 
952.23/952.35	c   801s|  8570k|  8324k|     0 |   0.0 |2661M| 767 |   - |1122 |1300 |   0 |   0 |   0 |1266k|   0 | 0.000000e+00 |      --      |    Inf 
953.34/953.43	c   802s|  8580k|  8333k|     0 |   0.0 |2664M| 767 |   - |1122 |1299 |   0 |   0 |   0 |1268k|   0 | 0.000000e+00 |      --      |    Inf 
954.43/954.51	c   803s|  8590k|  8343k|     0 |   0.0 |2667M| 767 |   - |1122 |1302 |   0 |   0 |   0 |1269k|   0 | 0.000000e+00 |      --      |    Inf 
955.43/955.55	c   804s|  8600k|  8353k|     0 |   0.0 |2670M| 767 |   - |1122 |1287 |   0 |   0 |   0 |1270k|   0 | 0.000000e+00 |      --      |    Inf 
956.53/956.66	c   805s|  8610k|  8363k|     0 |   0.0 |2673M| 767 |   - |1122 |1300 |   0 |   0 |   0 |1271k|   0 | 0.000000e+00 |      --      |    Inf 
957.63/957.72	c   806s|  8620k|  8373k|     0 |   0.0 |2676M| 767 |   - |1122 |1334 |   0 |   0 |   0 |1272k|   0 | 0.000000e+00 |      --      |    Inf 
958.63/958.77	c   807s|  8630k|  8382k|     0 |   0.0 |2679M| 767 |   - |1122 |1329 |   0 |   0 |   0 |1273k|   0 | 0.000000e+00 |      --      |    Inf 
959.73/959.81	c   808s|  8640k|  8392k|     0 |   0.0 |2682M| 767 |   - |1122 |1308 |   0 |   0 |   0 |1274k|   0 | 0.000000e+00 |      --      |    Inf 
960.73/960.87	c   809s|  8650k|  8402k|     0 |   0.0 |2685M| 767 |   - |1122 |1301 |   0 |   0 |   0 |1275k|   0 | 0.000000e+00 |      --      |    Inf 
961.93/962.01	c   810s|  8660k|  8412k|     0 |   0.0 |2688M| 767 |   - |1122 |1394 |   0 |   0 |   0 |1276k|   0 | 0.000000e+00 |      --      |    Inf 
962.93/963.07	c   810s|  8670k|  8421k|     0 |   0.0 |2691M| 767 |   - |1122 |1326 |   0 |   0 |   0 |1277k|   0 | 0.000000e+00 |      --      |    Inf 
964.03/964.14	c   811s|  8680k|  8431k|     0 |   0.0 |2694M| 767 |   - |1122 |1356 |   0 |   0 |   0 |1278k|   0 | 0.000000e+00 |      --      |    Inf 
965.13/965.20	c   812s|  8690k|  8441k|     0 |   0.0 |2697M| 767 |   - |1122 |1324 |   0 |   0 |   0 |1279k|   0 | 0.000000e+00 |      --      |    Inf 
966.13/966.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
966.13/966.29	c   813s|  8700k|  8451k|     0 |   0.0 |2700M| 767 |   - |1122 |1376 |   0 |   0 |   0 |1280k|   0 | 0.000000e+00 |      --      |    Inf 
967.23/967.35	c   814s|  8710k|  8461k|     0 |   0.0 |2703M| 767 |   - |1122 |1373 |   0 |   0 |   0 |1282k|   0 | 0.000000e+00 |      --      |    Inf 
968.33/968.42	c   815s|  8720k|  8470k|     0 |   0.0 |2706M| 767 |   - |1122 |1274 |   0 |   0 |   0 |1283k|   0 | 0.000000e+00 |      --      |    Inf 
969.43/969.51	c   816s|  8730k|  8480k|     0 |   0.0 |2709M| 767 |   - |1122 |1313 |   0 |   0 |   0 |1284k|   0 | 0.000000e+00 |      --      |    Inf 
970.43/970.56	c   817s|  8740k|  8490k|     0 |   0.0 |2712M| 767 |   - |1122 |1234 |   0 |   0 |   0 |1285k|   0 | 0.000000e+00 |      --      |    Inf 
971.53/971.63	c   818s|  8750k|  8500k|     0 |   0.0 |2716M| 767 |   - |1122 |1334 |   0 |   0 |   0 |1286k|   0 | 0.000000e+00 |      --      |    Inf 
972.63/972.70	c   818s|  8760k|  8510k|     0 |   0.0 |2719M| 767 |   - |1122 |1304 |   0 |   0 |   0 |1287k|   0 | 0.000000e+00 |      --      |    Inf 
973.63/973.79	c   819s|  8770k|  8519k|     0 |   0.0 |2722M| 767 |   - |1122 |1285 |   0 |   0 |   0 |1288k|   0 | 0.000000e+00 |      --      |    Inf 
974.74/974.87	c   820s|  8780k|  8529k|     0 |   0.0 |2725M| 767 |   - |1122 |1306 |   0 |   0 |   0 |1289k|   0 | 0.000000e+00 |      --      |    Inf 
975.83/975.93	c   821s|  8790k|  8539k|     0 |   0.0 |2728M| 767 |   - |1122 |1300 |   0 |   0 |   0 |1290k|   0 | 0.000000e+00 |      --      |    Inf 
976.94/977.00	c   822s|  8800k|  8549k|     0 |   0.0 |2731M| 767 |   - |1122 |1271 |   0 |   0 |   0 |1291k|   0 | 0.000000e+00 |      --      |    Inf 
977.93/978.05	c   823s|  8810k|  8559k|     0 |   0.0 |2734M| 767 |   - |1122 |1251 |   0 |   0 |   0 |1292k|   0 | 0.000000e+00 |      --      |    Inf 
979.03/979.12	c   824s|  8820k|  8568k|     0 |   0.0 |2737M| 767 |   - |1122 |1243 |   0 |   0 |   0 |1293k|   0 | 0.000000e+00 |      --      |    Inf 
980.03/980.19	c   825s|  8830k|  8578k|     0 |   0.0 |2740M| 767 |   - |1122 |1289 |   0 |   0 |   0 |1294k|   0 | 0.000000e+00 |      --      |    Inf 
981.14/981.25	c   826s|  8840k|  8588k|     0 |   0.0 |2743M| 767 |   - |1122 |1296 |   0 |   0 |   0 |1296k|   0 | 0.000000e+00 |      --      |    Inf 
982.24/982.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
982.24/982.33	c   827s|  8850k|  8598k|     0 |   0.0 |2746M| 767 |   - |1122 |1294 |   0 |   0 |   0 |1297k|   0 | 0.000000e+00 |      --      |    Inf 
983.24/983.39	c   827s|  8860k|  8608k|     0 |   0.0 |2749M| 767 |   - |1122 |1323 |   0 |   0 |   0 |1298k|   0 | 0.000000e+00 |      --      |    Inf 
984.34/984.46	c   828s|  8870k|  8617k|     0 |   0.0 |2752M| 767 |   - |1122 |1376 |   0 |   0 |   0 |1299k|   0 | 0.000000e+00 |      --      |    Inf 
985.33/985.49	c   829s|  8880k|  8627k|     0 |   0.0 |2755M| 767 |   - |1122 |1350 |   0 |   0 |   0 |1300k|   0 | 0.000000e+00 |      --      |    Inf 
986.43/986.59	c   830s|  8890k|  8637k|     0 |   0.0 |2758M| 767 |   - |1122 |1340 |   0 |   0 |   0 |1301k|   0 | 0.000000e+00 |      --      |    Inf 
987.63/987.71	c   831s|  8900k|  8647k|     0 |   0.0 |2761M| 767 |   - |1122 |1304 |   0 |   0 |   0 |1302k|   0 | 0.000000e+00 |      --      |    Inf 
988.63/988.75	c   832s|  8910k|  8657k|     0 |   0.0 |2764M| 767 |   - |1122 |1380 |   0 |   0 |   0 |1303k|   0 | 0.000000e+00 |      --      |    Inf 
989.74/989.86	c   833s|  8920k|  8666k|     0 |   0.0 |2767M| 767 |   - |1122 |1358 |   0 |   0 |   0 |1304k|   0 | 0.000000e+00 |      --      |    Inf 
990.84/990.90	c   834s|  8930k|  8676k|     0 |   0.0 |2770M| 767 |   - |1122 |1293 |   0 |   0 |   0 |1306k|   0 | 0.000000e+00 |      --      |    Inf 
991.83/991.96	c   834s|  8940k|  8686k|     0 |   0.0 |2773M| 767 |   - |1122 |1346 |   0 |   0 |   0 |1307k|   0 | 0.000000e+00 |      --      |    Inf 
992.93/993.01	c   835s|  8950k|  8696k|     0 |   0.0 |2776M| 767 |   - |1122 |1338 |   0 |   0 |   0 |1308k|   0 | 0.000000e+00 |      --      |    Inf 
993.93/994.06	c   836s|  8960k|  8706k|     0 |   0.0 |2779M| 767 |   - |1122 |1359 |   0 |   0 |   0 |1309k|   0 | 0.000000e+00 |      --      |    Inf 
995.03/995.15	c   837s|  8970k|  8715k|     0 |   0.0 |2782M| 767 |   - |1122 |1316 |   0 |   0 |   0 |1310k|   0 | 0.000000e+00 |      --      |    Inf 
996.13/996.29	c   838s|  8980k|  8725k|     0 |   0.0 |2785M| 767 |   - |1122 |1409 |   0 |   0 |   0 |1311k|   0 | 0.000000e+00 |      --      |    Inf 
997.23/997.36	c   839s|  8990k|  8735k|     0 |   0.0 |2788M| 767 |   - |1122 |1357 |   0 |   0 |   0 |1312k|   0 | 0.000000e+00 |      --      |    Inf 
998.33/998.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
998.33/998.44	c   840s|  9000k|  8745k|     0 |   0.0 |2791M| 767 |   - |1122 |1380 |   0 |   0 |   0 |1313k|   0 | 0.000000e+00 |      --      |    Inf 
999.43/999.57	c   841s|  9010k|  8755k|     0 |   0.0 |2794M| 767 |   - |1122 |1390 |   0 |   0 |   0 |1314k|   0 | 0.000000e+00 |      --      |    Inf 
1000.53/1000.63	c   842s|  9020k|  8764k|     0 |   0.0 |2797M| 767 |   - |1122 |1369 |   0 |   0 |   0 |1315k|   0 | 0.000000e+00 |      --      |    Inf 
1001.63/1001.74	c   843s|  9030k|  8774k|     0 |   0.0 |2800M| 767 |   - |1122 |1319 |   0 |   0 |   0 |1316k|   0 | 0.000000e+00 |      --      |    Inf 
1002.74/1002.85	c   844s|  9040k|  8784k|     0 |   0.0 |2803M| 767 |   - |1122 |1374 |   0 |   0 |   0 |1317k|   0 | 0.000000e+00 |      --      |    Inf 
1003.83/1003.98	c   845s|  9050k|  8794k|     0 |   0.0 |2806M| 767 |   - |1122 |1346 |   0 |   0 |   0 |1319k|   0 | 0.000000e+00 |      --      |    Inf 
1004.93/1005.08	c   845s|  9060k|  8804k|     0 |   0.0 |2809M| 767 |   - |1122 |1339 |   0 |   0 |   0 |1320k|   0 | 0.000000e+00 |      --      |    Inf 
1006.03/1006.17	c   846s|  9070k|  8813k|     0 |   0.0 |2812M| 767 |   - |1122 |1356 |   0 |   0 |   0 |1321k|   0 | 0.000000e+00 |      --      |    Inf 
1007.13/1007.24	c   847s|  9080k|  8823k|     0 |   0.0 |2815M| 767 |   - |1122 |1310 |   0 |   0 |   0 |1322k|   0 | 0.000000e+00 |      --      |    Inf 
1008.33/1008.41	c   848s|  9090k|  8833k|     0 |   0.0 |2818M| 767 |   - |1122 |1380 |   0 |   0 |   0 |1323k|   0 | 0.000000e+00 |      --      |    Inf 
1009.43/1009.52	c   849s|  9100k|  8843k|     0 |   0.0 |2821M| 767 |   - |1122 |1327 |   0 |   0 |   0 |1324k|   0 | 0.000000e+00 |      --      |    Inf 
1010.63/1010.71	c   850s|  9110k|  8853k|     0 |   0.0 |2824M| 767 |   - |1122 |1302 |   0 |   0 |   0 |1325k|   0 | 0.000000e+00 |      --      |    Inf 
1011.73/1011.90	c   851s|  9120k|  8862k|     0 |   0.0 |2827M| 767 |   - |1122 |1336 |   0 |   0 |   0 |1326k|   0 | 0.000000e+00 |      --      |    Inf 
1012.83/1012.99	c   852s|  9130k|  8872k|     0 |   0.0 |2830M| 767 |   - |1122 |1318 |   0 |   0 |   0 |1327k|   0 | 0.000000e+00 |      --      |    Inf 
1013.93/1014.07	c   853s|  9140k|  8882k|     0 |   0.0 |2833M| 767 |   - |1122 |1329 |   0 |   0 |   0 |1328k|   0 | 0.000000e+00 |      --      |    Inf 
1015.24/1015.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1015.24/1015.33	c   854s|  9150k|  8892k|     0 |   0.0 |2836M| 767 |   - |1122 |1409 |   0 |   0 |   0 |1330k|   0 | 0.000000e+00 |      --      |    Inf 
1016.24/1016.40	c   855s|  9160k|  8902k|     0 |   0.0 |2839M| 767 |   - |1122 |1398 |   0 |   0 |   0 |1331k|   0 | 0.000000e+00 |      --      |    Inf 
1017.44/1017.53	c   856s|  9170k|  8911k|     0 |   0.0 |2842M| 767 |   - |1122 |1367 |   0 |   0 |   0 |1332k|   0 | 0.000000e+00 |      --      |    Inf 
1018.54/1018.62	c   857s|  9180k|  8921k|     0 |   0.0 |2845M| 767 |   - |1122 |1406 |   0 |   0 |   0 |1333k|   0 | 0.000000e+00 |      --      |    Inf 
1019.54/1019.69	c   858s|  9190k|  8931k|     0 |   0.0 |2848M| 767 |   - |1122 |1395 |   0 |   0 |   0 |1334k|   0 | 0.000000e+00 |      --      |    Inf 
1020.74/1020.83	c   859s|  9200k|  8941k|     0 |   0.0 |2851M| 767 |   - |1122 |1353 |   0 |   0 |   0 |1335k|   0 | 0.000000e+00 |      --      |    Inf 
1021.84/1021.94	c   860s|  9210k|  8951k|     0 |   0.0 |2854M| 767 |   - |1122 |1339 |   0 |   0 |   0 |1336k|   0 | 0.000000e+00 |      --      |    Inf 
1022.94/1023.06	c   860s|  9220k|  8960k|     0 |   0.0 |2857M| 767 |   - |1122 |1371 |   0 |   0 |   0 |1337k|   0 | 0.000000e+00 |      --      |    Inf 
1024.13/1024.29	c   861s|  9230k|  8970k|     0 |   0.0 |2860M| 767 |   - |1122 |1354 |   0 |   0 |   0 |1338k|   0 | 0.000000e+00 |      --      |    Inf 
1025.33/1025.41	c   862s|  9240k|  8980k|     0 |   0.0 |2863M| 767 |   - |1122 |1379 |   0 |   0 |   0 |1339k|   0 | 0.000000e+00 |      --      |    Inf 
1026.43/1026.51	c   863s|  9250k|  8990k|     0 |   0.0 |2866M| 767 |   - |1122 |1388 |   0 |   0 |   0 |1341k|   0 | 0.000000e+00 |      --      |    Inf 
1027.34/1027.41	c (node 9257533) switching to memory saving mode (mem: 2736.0M/3420.0M)
1029.24/1029.36	c   866s|  9260k|  8997k|     0 |   0.0 |2872M| 767 |   - |1122 |  10k|   0 |   0 |   0 |1354k|   0 | 0.000000e+00 |      --      |    Inf 
1033.33/1033.44	c   870s|  9270k|  8997k|     0 |   0.0 |2884M| 767 |   - |1122 |  43k|   0 |   0 |   0 |1401k|   0 | 0.000000e+00 |      --      |    Inf 
1037.34/1037.43	c   873s|  9280k|  8997k|     0 |   0.0 |2894M| 767 |   - |1122 |  69k|   0 |   0 |   0 |1445k|   0 | 0.000000e+00 |      --      |    Inf 
1041.33/1041.49	c   877s|  9290k|  8997k|     0 |   0.0 |2907M| 767 |   - |1122 | 101k|   0 |   0 |   0 |1491k|   0 | 0.000000e+00 |      --      |    Inf 
1045.33/1045.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1045.33/1045.49	c   881s|  9300k|  8997k|     0 |   0.0 |2918M| 767 |   - |1122 | 132k|   0 |   0 |   0 |1537k|   0 | 0.000000e+00 |      --      |    Inf 
1049.53/1049.63	c   884s|  9310k|  8996k|     0 |   0.0 |2930M| 767 |   - |1122 | 163k|   0 |   0 |   0 |1583k|   0 | 0.000000e+00 |      --      |    Inf 
1053.84/1053.91	c   888s|  9320k|  8996k|     0 |   0.0 |2942M| 767 |   - |1122 | 195k|   0 |   0 |   0 |1631k|   0 | 0.000000e+00 |      --      |    Inf 
1058.74/1058.83	c   893s|  9330k|  8996k|     0 |   0.0 |2960M| 767 |   - |1122 | 228k|   0 |   0 |   0 |1679k|   0 | 0.000000e+00 |      --      |    Inf 
1063.54/1063.67	c   897s|  9340k|  8996k|     0 |   0.0 |2973M| 767 |   - |1122 | 262k|   0 |   0 |   0 |1729k|   0 | 0.000000e+00 |      --      |    Inf 
1068.03/1068.14	c   901s|  9350k|  8996k|     0 |   0.0 |2986M| 767 |   - |1122 | 293k|   0 |   0 |   0 |1777k|   0 | 0.000000e+00 |      --      |    Inf 
1074.43/1074.56	c   907s|  9360k|  8996k|     0 |   0.0 |3021M| 767 |   - |1122 | 327k|   0 |   0 |   0 |1827k|   0 | 0.000000e+00 |      --      |    Inf 
1082.83/1082.90	c   915s|  9370k|  8996k|     0 |   0.0 |3017M| 767 |   - |1122 | 299k|   0 |   0 |   0 |1878k|   0 | 0.000000e+00 |      --      |    Inf 
1089.53/1089.64	c   922s|  9380k|  8996k|     0 |   0.0 |3041M| 767 |   - |1122 | 332k|   0 |   0 |   0 |1925k|   0 | 0.000000e+00 |      --      |    Inf 
1096.13/1096.20	c   928s|  9390k|  8996k|     0 |   0.0 |3056M| 767 |   - |1122 | 356k|   0 |   0 |   0 |1973k|   0 | 0.000000e+00 |      --      |    Inf 
1103.03/1103.16	c   934s|  9400k|  8996k|     0 |   0.0 |3052M| 767 |   - |1122 | 321k|   0 |   0 |   0 |2022k|   0 | 0.000000e+00 |      --      |    Inf 
1111.53/1111.63	c   943s|  9410k|  8996k|     0 |   0.0 |3060M| 767 |   - |1122 | 323k|   0 |   0 |   0 |2070k|   0 | 0.000000e+00 |      --      |    Inf 
1119.03/1119.18	c   950s|  9420k|  8996k|     0 |   0.0 |3074M| 767 |   - |1122 | 346k|   0 |   0 |   0 |2121k|   0 | 0.000000e+00 |      --      |    Inf 
1128.84/1128.99	c   959s|  9430k|  8996k|     0 |   0.0 |3060M| 767 |   - |1122 | 272k|   0 |   0 |   0 |2170k|   0 | 0.000000e+00 |      --      |    Inf 
1133.83/1133.95	c   964s|  9440k|  8996k|     0 |   0.0 |3071M| 767 |   - |1122 | 302k|   0 |   0 |   0 |2217k|   0 | 0.000000e+00 |      --      |    Inf 
1144.63/1144.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1144.63/1144.75	c   974s|  9450k|  8996k|     0 |   0.0 |3080M| 767 |   - |1122 | 302k|   0 |   0 |   0 |2267k|   0 | 0.000000e+00 |      --      |    Inf 
1151.83/1151.98	c   981s|  9460k|  8996k|     0 |   0.0 |3091M| 767 |   - |1122 | 332k|   0 |   0 |   0 |2314k|   0 | 0.000000e+00 |      --      |    Inf 
1163.34/1163.48	c   992s|  9470k|  8996k|     0 |   0.0 |3070M| 767 |   - |1122 | 246k|   0 |   0 |   0 |2364k|   0 | 0.000000e+00 |      --      |    Inf 
1168.24/1168.37	c   997s|  9480k|  8996k|     0 |   0.0 |3081M| 767 |   - |1122 | 277k|   0 |   0 |   0 |2412k|   0 | 0.000000e+00 |      --      |    Inf 
1178.43/1178.56	c  1007s|  9490k|  8996k|     0 |   0.0 |3077M| 767 |   - |1122 | 253k|   0 |   0 |   0 |2461k|   0 | 0.000000e+00 |      --      |    Inf 
1183.84/1183.97	c  1012s|  9500k|  8996k|     0 |   0.0 |3088M| 767 |   - |1122 | 284k|   0 |   0 |   0 |2511k|   0 | 0.000000e+00 |      --      |    Inf 
1195.43/1195.55	c  1023s|  9510k|  8996k|     0 |   0.0 |3075M| 767 |   - |1122 | 240k|   0 |   0 |   0 |2560k|   0 | 0.000000e+00 |      --      |    Inf 
1202.43/1202.59	c  1030s|  9520k|  8996k|     0 |   0.0 |3087M| 767 |   - |1122 | 272k|   0 |   0 |   0 |2608k|   0 | 0.000000e+00 |      --      |    Inf 
1218.84/1218.90	c  1046s|  9530k|  8996k|     0 |   0.0 |3061M| 767 |   - |1122 | 168k|   0 |   0 |   0 |2652k|   0 | 0.000000e+00 |      --      |    Inf 
1223.34/1223.40	c  1050s|  9540k|  8996k|     0 |   0.0 |3075M| 767 |   - |1122 | 202k|   0 |   0 |   0 |2701k|   0 | 0.000000e+00 |      --      |    Inf 
1228.44/1228.59	c  1054s|  9550k|  8996k|     0 |   0.0 |3085M| 767 |   - |1122 | 232k|   0 |   0 |   0 |2746k|   0 | 0.000000e+00 |      --      |    Inf 
1233.94/1234.09	c  1060s|  9560k|  8996k|     0 |   0.0 |3096M| 767 |   - |1122 | 262k|   0 |   0 |   0 |2793k|   0 | 0.000000e+00 |      --      |    Inf 
1243.95/1244.06	c  1069s|  9570k|  8995k|     0 |   0.0 |3087M| 767 |   - |1122 | 209k|   0 |   0 |   0 |2841k|   0 | 0.000000e+00 |      --      |    Inf 
1249.04/1249.18	c  1074s|  9580k|  8995k|     0 |   0.0 |3098M| 767 |   - |1122 | 240k|   0 |   0 |   0 |2890k|   0 | 0.000000e+00 |      --      |    Inf 
1254.54/1254.62	c  1079s|  9590k|  8995k|     0 |   0.0 |3109M| 767 |   - |1122 | 270k|   0 |   0 |   0 |2936k|   0 | 0.000000e+00 |      --      |    Inf 
1268.74/1268.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1268.74/1268.86	c  1093s|  9600k|  8995k|     0 |   0.0 |3035M| 767 |   - |1122 |  19k|   0 |   0 |   0 |2983k|   0 | 0.000000e+00 |      --      |    Inf 
1273.44/1273.55	c  1097s|  9610k|  8995k|     0 |   0.0 |3047M| 767 |   - |1122 |  53k|   0 |   0 |   0 |3031k|   0 | 0.000000e+00 |      --      |    Inf 
1278.64/1278.71	c  1102s|  9620k|  8995k|     0 |   0.0 |3057M| 767 |   - |1122 |  81k|   0 |   0 |   0 |3077k|   0 | 0.000000e+00 |      --      |    Inf 
1287.53/1287.67	c  1111s|  9630k|  8995k|     0 |   0.0 |3039M| 767 |   - |1122 |  27k|   0 |   0 |   0 |3124k|   0 | 0.000000e+00 |      --      |    Inf 
1293.34/1293.49	c  1116s|  9640k|  8995k|     0 |   0.0 |3050M| 767 |   - |1122 |  57k|   0 |   0 |   0 |3171k|   0 | 0.000000e+00 |      --      |    Inf 
1298.54/1298.67	c  1121s|  9650k|  8995k|     0 |   0.0 |3060M| 767 |   - |1122 |  87k|   0 |   0 |   0 |3219k|   0 | 0.000000e+00 |      --      |    Inf 
1308.74/1308.90	c  1131s|  9660k|  8995k|     0 |   0.0 |3033M| 767 |   - |1122 |8326 |   0 |   0 |   0 |3264k|   0 | 0.000000e+00 |      --      |    Inf 
1313.94/1314.02	c  1136s|  9670k|  8995k|     0 |   0.0 |3045M| 767 |   - |1122 |  41k|   0 |   0 |   0 |3313k|   0 | 0.000000e+00 |      --      |    Inf 
1319.04/1319.11	c  1140s|  9680k|  8995k|     0 |   0.0 |3057M| 767 |   - |1122 |  71k|   0 |   0 |   0 |3361k|   0 | 0.000000e+00 |      --      |    Inf 
1327.94/1328.03	c  1149s|  9690k|  8995k|     0 |   0.0 |3049M| 767 |   - |1122 |  50k|   0 |   0 |   0 |3406k|   0 | 0.000000e+00 |      --      |    Inf 
1333.93/1334.01	c  1155s|  9700k|  8995k|     0 |   0.0 |3051M| 767 |   - |1122 |  55k|   0 |   0 |   0 |3454k|   0 | 0.000000e+00 |      --      |    Inf 
1338.84/1338.90	c  1159s|  9710k|  8995k|     0 |   0.0 |3061M| 767 |   - |1122 |  84k|   0 |   0 |   0 |3500k|   0 | 0.000000e+00 |      --      |    Inf 
1344.05/1344.15	c  1164s|  9720k|  8995k|     0 |   0.0 |3071M| 767 |   - |1122 | 113k|   0 |   0 |   0 |3544k|   0 | 0.000000e+00 |      --      |    Inf 
1349.74/1349.87	c  1169s|  9730k|  8995k|     0 |   0.0 |3083M| 767 |   - |1122 | 144k|   0 |   0 |   0 |3590k|   0 | 0.000000e+00 |      --      |    Inf 
1362.75/1362.80	c  1182s|  9740k|  8995k|     0 |   0.0 |3049M| 767 |   - |1122 |  45k|   0 |   0 |   0 |3630k|   0 | 0.000000e+00 |      --      |    Inf 
1367.74/1367.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1367.74/1367.87	c  1187s|  9750k|  8995k|     0 |   0.0 |3059M| 767 |   - |1122 |  72k|   0 |   0 |   0 |3679k|   0 | 0.000000e+00 |      --      |    Inf 
1373.14/1373.25	c  1192s|  9760k|  8995k|     0 |   0.0 |3070M| 767 |   - |1122 | 102k|   0 |   0 |   0 |3724k|   0 | 0.000000e+00 |      --      |    Inf 
1378.84/1378.92	c  1197s|  9770k|  8995k|     0 |   0.0 |3080M| 767 |   - |1122 | 132k|   0 |   0 |   0 |3768k|   0 | 0.000000e+00 |      --      |    Inf 
1389.84/1389.94	c  1208s|  9780k|  8995k|     0 |   0.0 |3051M| 767 |   - |1122 |  45k|   0 |   0 |   0 |3812k|   0 | 0.000000e+00 |      --      |    Inf 
1396.54/1396.64	c  1214s|  9790k|  8995k|     0 |   0.0 |3057M| 767 |   - |1122 |  61k|   0 |   0 |   0 |3858k|   0 | 0.000000e+00 |      --      |    Inf 
1401.74/1401.86	c  1219s|  9800k|  8995k|     0 |   0.0 |3068M| 767 |   - |1122 |  94k|   0 |   0 |   0 |3908k|   0 | 0.000000e+00 |      --      |    Inf 
1407.14/1407.25	c  1224s|  9810k|  8995k|     0 |   0.0 |3079M| 767 |   - |1122 | 123k|   0 |   0 |   0 |3954k|   0 | 0.000000e+00 |      --      |    Inf 
1412.84/1412.98	c  1229s|  9820k|  8995k|     0 |   0.0 |3090M| 767 |   - |1122 | 155k|   0 |   0 |   0 |4002k|   0 | 0.000000e+00 |      --      |    Inf 
1426.75/1426.88	c  1243s|  9830k|  8995k|     0 |   0.0 |3041M| 767 |   - |1122 |  12k|   0 |   0 |   0 |4040k|   0 | 0.000000e+00 |      --      |    Inf 
1433.74/1433.83	c  1249s|  9840k|  8995k|     0 |   0.0 |3049M| 767 |   - |1122 |  34k|   0 |   0 |   0 |4082k|   0 | 0.000000e+00 |      --      |    Inf 
1438.94/1439.01	c  1254s|  9850k|  8995k|     0 |   0.0 |3060M| 767 |   - |1122 |  66k|   0 |   0 |   0 |4130k|   0 | 0.000000e+00 |      --      |    Inf 
1444.44/1444.55	c  1259s|  9860k|  8995k|     0 |   0.0 |3071M| 767 |   - |1122 |  96k|   0 |   0 |   0 |4177k|   0 | 0.000000e+00 |      --      |    Inf 
1450.45/1450.51	c  1265s|  9870k|  8995k|     0 |   0.0 |3081M| 767 |   - |1122 | 126k|   0 |   0 |   0 |4223k|   0 | 0.000000e+00 |      --      |    Inf 
1463.54/1463.63	c  1277s|  9880k|  8995k|     0 |   0.0 |3042M| 767 |   - |1122 |  11k|   0 |   0 |   0 |4257k|   0 | 0.000000e+00 |      --      |    Inf 
1473.24/1473.39	c  1287s|  9890k|  8995k|     0 |   0.0 |3043M| 767 |   - |1122 |  16k|   0 |   0 |   0 |4290k|   0 | 0.000000e+00 |      --      |    Inf 
1479.15/1479.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1479.15/1479.25	c  1292s|  9900k|  8995k|     0 |   0.0 |3056M| 767 |   - |1122 |  50k|   0 |   0 |   0 |4337k|   0 | 0.000000e+00 |      --      |    Inf 
1484.74/1484.85	c  1298s|  9910k|  8995k|     0 |   0.0 |3068M| 767 |   - |1122 |  84k|   0 |   0 |   0 |4389k|   0 | 0.000000e+00 |      --      |    Inf 
1490.94/1491.00	c  1303s|  9920k|  8995k|     0 |   0.0 |3079M| 767 |   - |1122 | 114k|   0 |   0 |   0 |4435k|   0 | 0.000000e+00 |      --      |    Inf 
1497.05/1497.13	c  1309s|  9930k|  8995k|     0 |   0.0 |3089M| 767 |   - |1122 | 143k|   0 |   0 |   0 |4482k|   0 | 0.000000e+00 |      --      |    Inf 
1510.25/1510.35	c  1322s|  9940k|  8995k|     0 |   0.0 |3044M| 767 |   - |1122 |  11k|   0 |   0 |   0 |4525k|   0 | 0.000000e+00 |      --      |    Inf 
1521.54/1521.67	c  1333s|  9950k|  8995k|     0 |   0.0 |3047M| 767 |   - |1122 |  17k|   0 |   0 |   0 |4551k|   0 | 0.000000e+00 |      --      |    Inf 
1530.95/1531.09	c  1342s|  9960k|  8995k|     0 |   0.0 |3048M| 767 |   - |1122 |  22k|   0 |   0 |   0 |4579k|   0 | 0.000000e+00 |      --      |    Inf 
1537.84/1537.99	c  1349s|  9970k|  8995k|     0 |   0.0 |3057M| 767 |   - |1122 |  45k|   0 |   0 |   0 |4622k|   0 | 0.000000e+00 |      --      |    Inf 
1543.35/1543.48	c  1354s|  9980k|  8995k|     0 |   0.0 |3069M| 767 |   - |1122 |  79k|   0 |   0 |   0 |4671k|   0 | 0.000000e+00 |      --      |    Inf 
1549.34/1549.45	c  1359s|  9990k|  8995k|     0 |   0.0 |3079M| 767 |   - |1122 | 108k|   0 |   0 |   0 |4716k|   0 | 0.000000e+00 |      --      |    Inf 
1555.65/1555.72	c  1365s| 10000k|  8995k|     0 |   0.0 |3090M| 767 |   - |1122 | 139k|   0 |   0 |   0 |4763k|   0 | 0.000000e+00 |      --      |    Inf 
1569.65/1569.71	c  1379s| 10010k|  8995k|     0 |   0.0 |3047M| 767 |   - |1122 |  16k|   0 |   0 |   0 |4804k|   0 | 0.000000e+00 |      --      |    Inf 
1580.14/1580.21	c  1389s| 10020k|  8995k|     0 |   0.0 |3047M| 767 |   - |1122 |  15k|   0 |   0 |   0 |4835k|   0 | 0.000000e+00 |      --      |    Inf 
1589.64/1589.77	c  1398s| 10030k|  8995k|     0 |   0.0 |3050M| 767 |   - |1122 |  24k|   0 |   0 |   0 |4869k|   0 | 0.000000e+00 |      --      |    Inf 
1595.44/1595.56	c  1404s| 10040k|  8995k|     0 |   0.0 |3061M| 767 |   - |1122 |  55k|   0 |   0 |   0 |4913k|   0 | 0.000000e+00 |      --      |    Inf 
1601.24/1601.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1601.24/1601.33	c  1409s| 10050k|  8995k|     0 |   0.0 |3074M| 767 |   - |1122 |  89k|   0 |   0 |   0 |4965k|   0 | 0.000000e+00 |      --      |    Inf 
1607.55/1607.64	c  1415s| 10060k|  8995k|     0 |   0.0 |3084M| 767 |   - |1122 | 119k|   0 |   0 |   0 |5012k|   0 | 0.000000e+00 |      --      |    Inf 
1614.54/1614.64	c  1422s| 10070k|  8995k|     0 |   0.0 |3094M| 767 |   - |1122 | 148k|   0 |   0 |   0 |5059k|   0 | 0.000000e+00 |      --      |    Inf 
1629.95/1630.04	c  1437s| 10080k|  8995k|     0 |   0.0 |3046M| 767 |   - |1122 |  12k|   0 |   0 |   0 |5095k|   0 | 0.000000e+00 |      --      |    Inf 
1639.96/1640.06	c  1446s| 10090k|  8995k|     0 |   0.0 |3047M| 767 |   - |1122 |  13k|   0 |   0 |   0 |5127k|   0 | 0.000000e+00 |      --      |    Inf 
1649.96/1650.01	c  1456s| 10100k|  8995k|     0 |   0.0 |3050M| 767 |   - |1122 |  21k|   0 |   0 |   0 |5154k|   0 | 0.000000e+00 |      --      |    Inf 
1660.25/1660.32	c  1466s| 10110k|  8995k|     0 |   0.0 |3052M| 767 |   - |1122 |  28k|   0 |   0 |   0 |5184k|   0 | 0.000000e+00 |      --      |    Inf 
1666.25/1666.31	c  1471s| 10120k|  8994k|     0 |   0.0 |3063M| 767 |   - |1122 |  57k|   0 |   0 |   0 |5230k|   0 | 0.000000e+00 |      --      |    Inf 
1672.05/1672.13	c  1477s| 10130k|  8994k|     0 |   0.0 |3074M| 767 |   - |1122 |  90k|   0 |   0 |   0 |5278k|   0 | 0.000000e+00 |      --      |    Inf 
1678.35/1678.44	c  1483s| 10140k|  8994k|     0 |   0.0 |3085M| 767 |   - |1122 | 120k|   0 |   0 |   0 |5324k|   0 | 0.000000e+00 |      --      |    Inf 
1684.95/1685.01	c  1489s| 10150k|  8994k|     0 |   0.0 |3096M| 767 |   - |1122 | 150k|   0 |   0 |   0 |5370k|   0 | 0.000000e+00 |      --      |    Inf 
1700.64/1700.70	c  1504s| 10160k|  8994k|     0 |   0.0 |3048M| 767 |   - |1122 |  14k|   0 |   0 |   0 |5402k|   0 | 0.000000e+00 |      --      |    Inf 
1712.95/1713.05	c  1516s| 10170k|  8994k|     0 |   0.0 |3048M| 767 |   - |1122 |  16k|   0 |   0 |   0 |5432k|   0 | 0.000000e+00 |      --      |    Inf 
1725.15/1725.20	c  1528s| 10180k|  8994k|     0 |   0.0 |3050M| 767 |   - |1122 |  22k|   0 |   0 |   0 |5454k|   0 | 0.000000e+00 |      --      |    Inf 
1734.56/1734.61	c  1537s| 10190k|  8994k|     0 |   0.0 |3053M| 767 |   - |1122 |  30k|   0 |   0 |   0 |5484k|   0 | 0.000000e+00 |      --      |    Inf 
1744.75/1744.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1744.75/1744.80	c  1546s| 10200k|  8994k|     0 |   0.0 |3057M| 767 |   - |1122 |  40k|   0 |   0 |   0 |5521k|   0 | 0.000000e+00 |      --      |    Inf 
1754.55/1754.65	c  1556s| 10210k|  8994k|     0 |   0.0 |3058M| 767 |   - |1122 |  44k|   0 |   0 |   0 |5556k|   0 | 0.000000e+00 |      --      |    Inf 
1759.95/1760.09	c  1561s| 10220k|  8994k|     0 |   0.0 |3072M| 767 |   - |1122 |  81k|   0 |   0 |   0 |5608k|   0 | 0.000000e+00 |      --      |    Inf 
1766.95/1767.07	c  1568s| 10230k|  8994k|     0 |   0.0 |3083M| 767 |   - |1122 | 113k|   0 |   0 |   0 |5658k|   0 | 0.000000e+00 |      --      |    Inf 
1779.81/1782.77	c  1580s| 10240k|  8994k|     0 |   0.0 |3075M| 767 |   - |1122 |  87k|   0 |   0 |   0 |5704k|   0 | 0.000000e+00 |      --      |    Inf 
1794.20/1797.41	c  1594s| 10250k|  8994k|     0 |   0.0 |3049M| 767 |   - |1122 |  14k|   0 |   0 |   0 |5731k|   0 | 0.000000e+00 |      --      |    Inf 
1800.02/1807.97	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1807.97	c 
1800.02/1807.97	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1807.97	c Solving Time (sec) : 1599.71
1800.02/1807.97	c Solving Nodes      : 10256201
1800.02/1807.97	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.02/1807.97	c Dual Bound         : +0.00000000000000e+00
1800.02/1807.97	c Gap                : infinite
1800.02/1807.97	s UNKNOWN
1800.02/1807.97	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1807.97	c Solving Time       :    1599.71
1800.02/1807.97	c Original Problem   :
1800.02/1807.97	c   Problem name     : HOME/instance-2693669-1277886225.wbo
1800.02/1807.97	c   Variables        : 1122 (1061 binary, 0 integer, 0 implicit integer, 61 continuous)
1800.02/1807.97	c   Constraints      : 152 initial, 152 maximal
1800.02/1807.97	c Presolved Problem  :
1800.02/1807.97	c   Problem name     : t_HOME/instance-2693669-1277886225.wbo
1800.02/1807.97	c   Variables        : 1122 (1061 binary, 0 integer, 0 implicit integer, 61 continuous)
1800.02/1807.97	c   Constraints      : 151 initial, 366789 maximal
1800.02/1807.97	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1807.97	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1807.97	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1807.97	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1807.97	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1807.97	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1807.97	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.02/1807.97	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.02/1807.97	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.02/1807.97	c   linear           :       0.00          0          0          0         61          0          1          0          0
1800.02/1807.97	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.02/1807.97	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1807.97	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1807.97	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.02/1807.97	c   indicator        :         61          0     120642          0     103565          0       5561          0          0          0
1800.02/1807.97	c   setppc           :         14          0   14712686          0    9891014      25384    3063363          0          0          0
1800.02/1807.97	c   linear           :         61          0   14687302          0    9891014     507715   21434837          0          0          0
1800.02/1807.97	c   logicor          :         15+         0    6128870          0    9891014     227465    7627760          0          0          0
1800.02/1807.97	c   countsols        :          0          0          0          0    9891014          0          0          0          0          0
1800.02/1807.97	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1807.97	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.02/1807.97	c   indicator        :       0.06       0.00       0.00       0.00       0.06
1800.02/1807.97	c   setppc           :      54.78       0.00      15.94       0.00      38.84
1800.02/1807.97	c   linear           :     308.69       0.00     308.15       0.00       0.54
1800.02/1807.97	c   logicor          :     308.47       0.00     277.86       0.00      30.61
1800.02/1807.97	c   countsols        :       0.11       0.00       0.00       0.00       0.11
1800.02/1807.97	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1807.97	c   vbounds          :       0.12          2          0          0
1800.02/1807.97	c   rootredcost      :       0.17          0          0          0
1800.02/1807.97	c   pseudoobj        :      19.31   14712486          0          0
1800.02/1807.97	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1807.97	c   propagation      :     276.71     760564     760563    9301733      135.5    4714907       20.8          -
1800.02/1807.97	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1807.97	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1807.97	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1807.97	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1807.97	c   applied globally :          -          -          -    5496186       29.5          -          -          -
1800.02/1807.97	c   applied locally  :          -          -          -     258635      133.5          -          -          -
1800.02/1807.97	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1807.97	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.02/1807.97	c   redcost          :       0.00          0          0          0          0          0
1800.02/1807.97	c   impliedbounds    :       0.00          0          0          0          0          0
1800.02/1807.97	c   intobj           :       0.00          0          0          0          0          0
1800.02/1807.97	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1807.97	c   gomory           :       0.00          0          0          0          0          0
1800.02/1807.97	c   strongcg         :       0.00          0          0          0          0          0
1800.02/1807.97	c   cmir             :       0.00          0          0          0          0          0
1800.02/1807.97	c   flowcover        :       0.00          0          0          0          0          0
1800.02/1807.97	c   clique           :       0.00          0          0          0          0          0
1800.02/1807.97	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1807.97	c   mcf              :       0.00          0          0          0          0          0
1800.02/1807.97	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1807.97	c Pricers            :       Time      Calls       Vars
1800.02/1807.97	c   problem variables:       0.00          0          0
1800.02/1807.97	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1807.97	c   relpscost        :       0.00          0          0          0          0          0          0
1800.02/1807.97	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1807.97	c   inference        :     549.34    9891014          0          0          0          0   19782028
1800.02/1807.97	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1807.97	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1807.97	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1807.97	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1807.97	c   random           :       0.00          0          0          0          0          0          0
1800.02/1807.97	c Primal Heuristics  :       Time      Calls      Found
1800.02/1807.97	c   LP solutions     :       0.00          -          0
1800.02/1807.97	c   pseudo solutions :       0.00          -          0
1800.02/1807.97	c   oneopt           :       0.11          0          0
1800.02/1807.97	c   trivial          :       0.00          2          0
1800.02/1807.97	c   simplerounding   :       0.00          0          0
1800.02/1807.97	c   zirounding       :       0.00          0          0
1800.02/1807.97	c   rounding         :       0.00          0          0
1800.02/1807.97	c   shifting         :       0.00          0          0
1800.02/1807.97	c   intshifting      :       0.00          0          0
1800.02/1807.97	c   twoopt           :       0.00          0          0
1800.02/1807.97	c   fixandinfer      :       0.00          0          0
1800.02/1807.97	c   feaspump         :       0.00          0          0
1800.02/1807.97	c   coefdiving       :       0.00          0          0
1800.02/1807.97	c   pscostdiving     :       0.00          0          0
1800.02/1807.97	c   fracdiving       :       0.00          0          0
1800.02/1807.97	c   veclendiving     :       0.00          0          0
1800.02/1807.97	c   intdiving        :       0.00          0          0
1800.02/1807.97	c   actconsdiving    :       0.00          0          0
1800.02/1807.97	c   objpscostdiving  :       0.00          0          0
1800.02/1807.97	c   rootsoldiving    :       0.00          0          0
1800.02/1807.97	c   linesearchdiving :       0.00          0          0
1800.02/1807.97	c   guideddiving     :       0.00          0          0
1800.02/1807.97	c   octane           :       0.00          0          0
1800.02/1807.97	c   rens             :       0.00          0          0
1800.02/1807.97	c   rins             :       0.00          0          0
1800.02/1807.97	c   localbranching   :       0.00          0          0
1800.02/1807.97	c   mutation         :       0.00          0          0
1800.02/1807.97	c   crossover        :       0.00          0          0
1800.02/1807.97	c   dins             :       0.00          0          0
1800.02/1807.97	c   undercover       :       0.00          0          0
1800.02/1807.97	c   nlp              :       0.12          0          0
1800.02/1807.97	c   trysol           :       0.07          1          0
1800.02/1807.97	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1807.97	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1807.97	c   dual LP          :       0.00          0          0       0.00          -
1800.02/1807.97	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1807.97	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1807.97	c   diving/probing LP:       0.00          0          0       0.00          -
1800.02/1807.97	c   strong branching :       0.00          0          0       0.00          -
1800.02/1807.97	c     (at root node) :          -          0          0       0.00          -
1800.02/1807.97	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1807.97	c B&B Tree           :
1800.02/1807.97	c   number of runs   :          1
1800.02/1807.97	c   nodes            :   10256201
1800.02/1807.97	c   nodes (total)    :   10256201
1800.02/1807.97	c   nodes left       :    8994794
1800.02/1807.97	c   max depth        :        767
1800.02/1807.97	c   max depth (total):        767
1800.02/1807.97	c   backtracks       :     416891 (4.1%)
1800.02/1807.97	c   delayed cutoffs  :     531034
1800.02/1807.97	c   repropagations   :     938179 (12861033 domain reductions, 395377 cutoffs)
1800.02/1807.97	c   avg switch length:       3.49
1800.02/1807.97	c   switching time   :     244.54
1800.02/1807.97	c Solution           :
1800.02/1807.97	c   Solutions found  :          0 (0 improvements)
1800.02/1807.97	c   Primal Bound     :          -
1800.02/1807.97	c   Dual Bound       : +0.00000000000000e+00
1800.02/1807.97	c   Gap              :   infinite
1800.02/1807.97	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1807.97	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-2693669-1277886225/watcher-2693669-1277886225 -o /tmp/evaluation-result-2693669-1277886225/solver-2693669-1277886225 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693669-1277886225.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.84 0.24 0.08 2/197 9644
/proc/meminfo: memFree=31383940/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=8544 CPUtime=0
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 1614 0 0 0 0 0 0 0 23 0 1 0 129919446 8749056 1537 4089446400 4194304 7136930 140733874036752 18446744073709551615 6177586 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9644/statm: 2136 1537 275 719 0 1415 0

[startup+0.031773 s]
/proc/loadavg: 0.84 0.24 0.08 2/197 9644
/proc/meminfo: memFree=31383940/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=14620 CPUtime=0.02
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 4665 0 0 0 2 0 0 0 23 0 1 0 129919446 14970880 2949 4089446400 4194304 7136930 140733874036752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9644/statm: 3655 2949 390 719 0 2934 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 14620

[startup+0.100742 s]
/proc/loadavg: 0.84 0.24 0.08 2/197 9644
/proc/meminfo: memFree=31383940/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=15284 CPUtime=0.09
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 4810 0 0 0 7 2 0 0 23 0 1 0 129919446 15650816 3094 4089446400 4194304 7136930 140733874036752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9644/statm: 3821 3094 394 719 0 3100 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15284

[startup+0.300714 s]
/proc/loadavg: 0.84 0.24 0.08 2/197 9644
/proc/meminfo: memFree=31383940/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=16280 CPUtime=0.29
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 5091 0 0 0 24 5 0 0 23 0 1 0 129919446 16670720 3375 4089446400 4194304 7136930 140733874036752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9644/statm: 4070 3375 394 719 0 3349 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16280

[startup+0.700644 s]
/proc/loadavg: 0.84 0.24 0.08 2/197 9644
/proc/meminfo: memFree=31383940/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=17716 CPUtime=0.69
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 5467 0 0 0 60 9 0 0 25 0 1 0 129919446 18141184 3751 4089446400 4194304 7136930 140733874036752 18446744073709551615 5909072 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9644/statm: 4429 3751 394 719 0 3708 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17716

[startup+1.50036 s]
/proc/loadavg: 0.84 0.24 0.08 4/200 9647
/proc/meminfo: memFree=31368416/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=20592 CPUtime=1.49
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 6181 0 0 0 134 15 0 0 25 0 1 0 129919446 21086208 4465 4089446400 4194304 7136930 140733874036752 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9644/statm: 5148 4465 394 719 0 4427 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20592

[startup+3.1002 s]
/proc/loadavg: 1.02 0.29 0.10 4/200 9647
/proc/meminfo: memFree=31358124/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=25876 CPUtime=3.08
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 7590 0 0 0 284 24 0 0 25 0 1 0 129919446 26497024 5874 4089446400 4194304 7136930 140733874036752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9644/statm: 6469 5874 394 719 0 5748 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 25876

[startup+6.30059 s]
/proc/loadavg: 1.02 0.29 0.10 2/198 9649
/proc/meminfo: memFree=31347652/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=35716 CPUtime=6.27
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 10167 0 0 0 576 51 0 0 25 0 1 0 129919446 36573184 8451 4089446400 4194304 7136930 140733874036752 18446744073709551615 5909056 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9644/statm: 8929 8451 394 719 0 8208 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 35716

[startup+12.7005 s]
/proc/loadavg: 1.17 0.34 0.12 4/200 9655
/proc/meminfo: memFree=31328192/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=56776 CPUtime=12.64
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 15109 0 0 0 1168 96 0 0 25 0 1 0 129919446 58138624 13393 4089446400 4194304 7136930 140733874036752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9644/statm: 14194 13393 394 719 0 13473 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 56776

[startup+25.5002 s]
/proc/loadavg: 1.45 0.43 0.15 4/200 9666
/proc/meminfo: memFree=31277460/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=98136 CPUtime=25.42
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 24873 0 0 0 2360 182 0 0 25 0 1 0 129919446 100491264 23157 4089446400 4194304 7136930 140733874036752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9644/statm: 24534 23157 394 719 0 23813 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 98136

[startup+51.1007 s]
/proc/loadavg: 1.65 0.56 0.20 4/200 9685
/proc/meminfo: memFree=31190116/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=169500 CPUtime=51.02
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 43582 0 0 0 4785 317 0 0 25 0 1 0 129919446 173568000 41866 4089446400 4194304 7136930 140733874036752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9644/statm: 42375 41866 394 719 0 41654 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 169500

[startup+102.306 s]
/proc/loadavg: 1.89 0.81 0.30 3/179 9714
/proc/meminfo: memFree=31152328/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=327888 CPUtime=102.22
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 83003 0 0 0 9050 1172 0 0 25 0 1 0 129919446 335757312 81287 4089446400 4194304 7136930 140733874036752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9644/statm: 81972 81287 394 719 0 81251 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 327888

[startup+162.301 s]
/proc/loadavg: 1.96 1.02 0.40 3/179 9715
/proc/meminfo: memFree=30770112/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=523460 CPUtime=162.21
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 129978 0 0 0 13995 2226 0 0 25 0 1 0 129919446 536023040 128262 4089446400 4194304 7136930 140733874036752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/9644/statm: 130865 128262 394 719 0 130144 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 523460

[startup+222.3 s]
/proc/loadavg: 1.98 1.20 0.50 3/179 9717
/proc/meminfo: memFree=30368288/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=733996 CPUtime=222.22
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 176647 0 0 0 18956 3266 0 0 25 0 1 0 129919446 751611904 174931 4089446400 4194304 7136930 140733874036752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/9644/statm: 183499 174931 394 719 0 182778 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 733996

[startup+282.301 s]
/proc/loadavg: 1.99 1.34 0.59 3/179 9719
/proc/meminfo: memFree=30145764/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=917616 CPUtime=282.22
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 224656 0 0 0 23916 4306 0 0 25 0 1 0 129919446 939638784 222940 4089446400 4194304 7136930 140733874036752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/9644/statm: 229404 222940 394 719 0 228683 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 917616

[startup+342.3 s]
/proc/loadavg: 1.99 1.46 0.68 3/179 9721
/proc/meminfo: memFree=29744308/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=1089188 CPUtime=342.21
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 269518 0 0 0 28917 5304 0 0 25 0 1 0 129919446 1115328512 267802 4089446400 4194304 7136930 140733874036752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/9644/statm: 272297 267802 394 719 0 271576 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 1089188

[startup+402.301 s]
/proc/loadavg: 1.99 1.55 0.76 3/179 9722
/proc/meminfo: memFree=29457440/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=1261620 CPUtime=402.22
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 314411 0 0 0 33988 6234 0 0 25 0 1 0 129919446 1291898880 312695 4089446400 4194304 7136930 140733874036752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/9644/statm: 315405 312695 394 719 0 314684 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 1261620

[startup+462.301 s]
/proc/loadavg: 1.99 1.63 0.83 3/179 9726
/proc/meminfo: memFree=29164216/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=1408900 CPUtime=462.22
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 352419 0 0 0 39216 7006 0 0 25 0 1 0 129919446 1442713600 350703 4089446400 4194304 7136930 140733874036752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/9644/statm: 352225 350703 394 719 0 351504 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1408900

[startup+522.3 s]
/proc/loadavg: 1.99 1.70 0.90 3/179 9728
/proc/meminfo: memFree=28838292/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=1644872 CPUtime=522.22
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 397180 0 0 0 44195 8027 0 0 25 0 1 0 129919446 1684348928 395464 4089446400 4194304 7136930 140733874036752 18446744073709551615 4641950 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/9644/statm: 411218 395464 394 719 0 410497 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 1644872

[startup+582.301 s]
/proc/loadavg: 1.99 1.75 0.97 3/179 9730
/proc/meminfo: memFree=28412924/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=1813808 CPUtime=582.22
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 441546 0 0 0 49212 9010 0 0 25 0 1 0 129919446 1857339392 439830 4089446400 4194304 7136930 140733874036752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/9644/statm: 453452 439830 394 719 0 452731 0
Current children cumulated CPU time (s) 582.22
Current children cumulated vsize (KiB) 1813808

[startup+642.3 s]
/proc/loadavg: 1.99 1.79 1.03 3/179 9732
/proc/meminfo: memFree=28018776/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=1975464 CPUtime=642.23
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 484096 0 0 0 54233 9990 0 0 25 0 1 0 129919446 2022875136 482380 4089446400 4194304 7136930 140733874036752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/9644/statm: 493866 482380 394 719 0 493145 0
Current children cumulated CPU time (s) 642.23
Current children cumulated vsize (KiB) 1975464

[startup+702.301 s]

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

/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 830933 0 0 0 89602 16622 0 0 25 0 1 0 129919446 3390980096 794069 4089446400 4194304 7136930 140733874036752 18446744073709551615 5909072 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/9644/statm: 827876 794069 394 719 0 827155 0
Current children cumulated CPU time (s) 1062.24
Current children cumulated vsize (KiB) 3311504

[startup+1122.3 s]
/proc/loadavg: 1.99 1.95 1.40 3/179 9744
/proc/meminfo: memFree=25819296/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=3525608 CPUtime=1122.24
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 881990 0 0 0 95269 16955 0 0 25 0 1 0 129919446 3610222592 845126 4089446400 4194304 7136930 140733874036752 18446744073709551615 4221536 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/9644/statm: 881402 845126 394 719 0 880681 0
Current children cumulated CPU time (s) 1122.24
Current children cumulated vsize (KiB) 3525608

[startup+1182.3 s]
/proc/loadavg: 1.99 1.95 1.44 3/179 9746
/proc/meminfo: memFree=25637096/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=3615120 CPUtime=1182.24
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 903917 0 0 0 101005 17219 0 0 25 0 1 0 129919446 3701882880 867053 4089446400 4194304 7136930 140733874036752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/9644/statm: 903780 867053 394 719 0 903059 0
Current children cumulated CPU time (s) 1182.24
Current children cumulated vsize (KiB) 3615120

[startup+1242.3 s]
/proc/loadavg: 1.99 1.96 1.47 3/179 9748
/proc/meminfo: memFree=25486756/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=3666940 CPUtime=1242.24
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 916379 0 0 0 106754 17470 0 0 25 0 1 0 129919446 3754946560 879515 4089446400 4194304 7136930 140733874036752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/9644/statm: 916735 879515 394 719 0 916014 0
Current children cumulated CPU time (s) 1242.24
Current children cumulated vsize (KiB) 3666940

[startup+1302.3 s]
/proc/loadavg: 1.99 1.96 1.50 3/179 9749
/proc/meminfo: memFree=25406728/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=3651676 CPUtime=1302.25
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 921662 0 0 0 112436 17789 0 0 25 0 1 0 129919446 3739316224 874905 4089446400 4194304 7136930 140733874036752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/9644/statm: 912919 874905 394 719 0 912198 0
Current children cumulated CPU time (s) 1302.25
Current children cumulated vsize (KiB) 3651676

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.53 3/179 9750
/proc/meminfo: memFree=25308348/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=3653652 CPUtime=1362.24
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 924128 0 0 0 118140 18084 0 0 25 0 1 0 129919446 3741339648 875477 4089446400 4194304 7136930 140733874036752 18446744073709551615 5921684 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/9644/statm: 913413 875477 394 719 0 912692 0
Current children cumulated CPU time (s) 1362.24
Current children cumulated vsize (KiB) 3653652

[startup+1422.31 s]
/proc/loadavg: 2.09 2.00 1.56 3/179 9752
/proc/meminfo: memFree=25209296/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=3653148 CPUtime=1422.24
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 925718 0 0 0 123823 18401 0 0 25 0 1 0 129919446 3740823552 875268 4089446400 4194304 7136930 140733874036752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/9644/statm: 913287 875268 394 719 0 912566 0
Current children cumulated CPU time (s) 1422.24
Current children cumulated vsize (KiB) 3653148

[startup+1482.3 s]
/proc/loadavg: 2.03 2.00 1.59 3/179 9754
/proc/meminfo: memFree=25091572/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=3643704 CPUtime=1482.24
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 926675 0 0 0 129522 18702 0 0 25 0 1 0 129919446 3731152896 872938 4089446400 4194304 7136930 140733874036752 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/9644/statm: 910926 872938 394 719 0 910205 0
Current children cumulated CPU time (s) 1482.24
Current children cumulated vsize (KiB) 3643704

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 1.61 3/179 9756
/proc/meminfo: memFree=24890392/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=3641252 CPUtime=1542.24
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 930635 0 0 0 135255 18969 0 0 25 0 1 0 129919446 3728642048 872267 4089446400 4194304 7136930 140733874036752 18446744073709551615 5483696 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/9644/statm: 910313 872267 394 719 0 909592 0
Current children cumulated CPU time (s) 1542.24
Current children cumulated vsize (KiB) 3641252

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.64 3/179 9757
/proc/meminfo: memFree=24734736/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=3642268 CPUtime=1602.25
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 935671 0 0 0 140986 19239 0 0 25 0 1 0 129919446 3729682432 872529 4089446400 4194304 7136930 140733874036752 18446744073709551615 5908957 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/9644/statm: 910567 872529 394 719 0 909846 0
Current children cumulated CPU time (s) 1602.25
Current children cumulated vsize (KiB) 3642268

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.65 3/179 9758
/proc/meminfo: memFree=24539756/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=3634604 CPUtime=1662.25
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 938511 0 0 0 146747 19478 0 0 25 0 1 0 129919446 3721834496 870643 4089446400 4194304 7136930 140733874036752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/9644/statm: 908651 870643 394 719 0 907930 0
Current children cumulated CPU time (s) 1662.25
Current children cumulated vsize (KiB) 3634604

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.67 3/179 9760
/proc/meminfo: memFree=24332628/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=3636468 CPUtime=1722.25
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 942824 0 0 0 152491 19734 0 0 25 0 1 0 129919446 3723743232 871012 4089446400 4194304 7136930 140733874036752 18446744073709551615 4923753 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/9644/statm: 909117 871012 394 719 0 908396 0
Current children cumulated CPU time (s) 1722.25
Current children cumulated vsize (KiB) 3636468

[startup+1782.3 s]
/proc/loadavg: 4.62 2.67 1.92 10/187 9826
/proc/meminfo: memFree=28066160/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=3647620 CPUtime=1779.55
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 945552 0 0 0 157982 19973 0 0 25 0 1 0 129919446 3735162880 873740 4089446400 4194304 7136930 140733874036752 18446744073709551615 5955601 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9644/statm: 911905 873740 394 719 0 911184 0
Current children cumulated CPU time (s) 1779.55
Current children cumulated vsize (KiB) 3647620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.9 s]
/proc/loadavg: 5.64 3.05 2.06 10/187 9826
/proc/meminfo: memFree=28067280/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=3624844 CPUtime=1800.02
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 945568 0 0 0 159971 20031 0 0 25 0 1 0 129919446 3711840256 868079 4089446400 4194304 7136930 140733874036752 18446744073709551615 4641950 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9644/statm: 906211 868079 394 719 0 905490 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 3624844

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -9644

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

[startup+1808.2 s]
/proc/loadavg: 5.64 3.05 2.06 10/187 9826
/proc/meminfo: memFree=28067280/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=3624844 CPUtime=1800.15
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 945573 0 0 0 159984 20031 0 0 25 0 1 0 129919446 3711840256 868084 4089446400 4194304 7136930 140733874036752 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9644/statm: 906211 868084 399 719 0 905490 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 3624844

[startup+1809 s]
/proc/loadavg: 5.64 3.05 2.06 10/188 9827
/proc/meminfo: memFree=28060576/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=3624844 CPUtime=1800.55
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 945573 0 0 0 160024 20031 0 0 25 0 1 0 129919446 3711840256 868084 4089446400 4194304 7136930 140733874036752 18446744073709551615 4212562 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9644/statm: 906211 868084 399 719 0 905490 0
Current children cumulated CPU time (s) 1800.55
Current children cumulated vsize (KiB) 3624844

[startup+1809.8 s]
/proc/loadavg: 5.64 3.05 2.06 10/188 9827
/proc/meminfo: memFree=28061940/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=3623816 CPUtime=1801.07
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4202496 945573 0 0 0 160076 20031 0 0 25 0 1 0 129919446 3710787584 867828 4089446400 4194304 7136930 140733874036752 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9644/statm: 905954 867828 399 719 0 905233 0
Current children cumulated CPU time (s) 1801.07
Current children cumulated vsize (KiB) 3623816

[startup+1810 s]
/proc/loadavg: 5.64 3.05 2.06 10/188 9827
/proc/meminfo: memFree=28061940/32950928 swapFree=67111528/67111528
[pid=9644] ppid=9642 vsize=0 CPUtime=1801.26
/proc/9644/stat : 9644 (pbscip.linux.x8) R 9642 9644 9402 0 -1 4203524 945573 0 0 0 160086 20040 0 0 25 0 1 0 129919446 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9644/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801.26
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1810.02
CPU time (s): 1801.29
CPU user time (s): 1600.86
CPU system time (s): 200.422
CPU usage (%): 99.5176
Max. virtual memory (cumulated for all children) (KiB): 3688892

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

runsolver used 3.10753 second user time and 6.14607 second system time

The end

Launcher Data

Begin job on node120 at 2010-06-30 10:23:45
IDJOB=2693669
IDBENCH=78663
IDSOLVER=1206
FILE ID=node120/2693669-1277886225
PBS_JOBID= 11197114
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl20_25_pb.cnf.cr--soft-33-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693669-1277886225/watcher-2693669-1277886225 -o /tmp/evaluation-result-2693669-1277886225/solver-2693669-1277886225 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693669-1277886225.wbo -t 1800 -m 3800

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

MD5SUM BENCH= a9a2270f2536f669bb9dfa31ae05dbb5
RANDOM SEED=932213320

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.68
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.820
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.820
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31384592 kB
Buffers:        169588 kB
Cached:         902852 kB
SwapCached:          0 kB
Active:         846608 kB
Inactive:       577188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31384592 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3640 kB
Writeback:           0 kB
AnonPages:      351412 kB
Mapped:          20496 kB
Slab:            77720 kB
PageTables:       5268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1649808 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 node120 at 2010-06-30 10:53:55