Trace number 2693696

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl20_25_pb.cnf.cr--soft-66-100-0.wbo
MD5SUM42da1cd697f3cedc8c0556e71b08964e
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark0.052991
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 constraints38
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 1923
Min constraint cost 1
Max constraint cost 95
Sum of constraints costs 1922
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-2693696-1277971506.wbo>
0.00/0.00	c original problem has 1076 variables (1038 bin, 0 int, 0 impl, 38 cont) and 129 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, 38 impls, 22 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 38 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 38 impls, 22 clqs
0.00/0.01	c (round 3) 0 del vars, 1 del conss, 38 chg bounds, 0 chg sides, 0 chg coeffs, 30 upgd conss, 38 impls, 22 clqs
0.00/0.01	c (round 4) 0 del vars, 1 del conss, 38 chg bounds, 0 chg sides, 0 chg coeffs, 52 upgd conss, 38 impls, 22 clqs
0.00/0.02	c    (0.0s) probing: 101/1038 (9.7%) - 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, 38 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  38 implications, 22 cliques
0.00/0.02	c presolved problem has 1076 variables (1038 bin, 0 int, 0 impl, 38 cont) and 128 constraints
0.00/0.02	c      38 constraints of type <indicator>
0.00/0.02	c      22 constraints of type <setppc>
0.00/0.02	c      38 constraints of type <linear>
0.00/0.02	c      30 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 |     - |2207k|   0 |   - |1076 | 128 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.00/1.07	c   0.9s| 10000 |  9856 |     0 |   0.0 |5665k| 676 |   - |1076 | 379 |   0 |   0 |   0 | 597 |   0 | 0.000000e+00 |      --      |    Inf 
2.09/2.15	c   1.8s| 20000 | 19675 |     0 |   0.0 |8746k| 676 |   - |1076 | 416 |   0 |   0 |   0 |1428 |   0 | 0.000000e+00 |      --      |    Inf 
3.09/3.19	c   2.7s| 30000 | 29396 |     0 |   0.0 |  11M| 676 |   - |1076 | 636 |   0 |   0 |   0 |2887 |   0 | 0.000000e+00 |      --      |    Inf 
4.19/4.20	c   3.5s| 40000 | 39043 |     0 |   0.0 |  15M| 676 |   - |1076 | 863 |   0 |   0 |   0 |4755 |   0 | 0.000000e+00 |      --      |    Inf 
5.19/5.27	c   4.3s| 50000 | 48536 |     0 |   0.0 |  19M| 676 |   - |1076 | 813 |   0 |   0 |   0 |7738 |   0 | 0.000000e+00 |      --      |    Inf 
6.19/6.28	c   5.2s| 60000 | 57887 |     0 |   0.0 |  22M| 676 |   - |1076 | 809 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
7.29/7.33	c   6.0s| 70000 | 67260 |     0 |   0.0 |  26M| 676 |   - |1076 | 598 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
8.29/8.39	c   6.9s| 80000 | 77105 |     0 |   0.0 |  29M| 676 |   - |1076 | 544 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
9.39/9.46	c   7.7s| 90000 | 86943 |     0 |   0.0 |  32M| 676 |   - |1076 | 514 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
10.49/10.52	c   8.6s|100000 | 96787 |     0 |   0.0 |  35M| 676 |   - |1076 | 457 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
11.49/11.58	c   9.5s|110000 |106635 |     0 |   0.0 |  38M| 676 |   - |1076 | 436 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
12.60/12.65	c  10.3s|120000 |116467 |     0 |   0.0 |  41M| 676 |   - |1076 | 477 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
13.69/13.72	c  11.2s|130000 |126300 |     0 |   0.0 |  44M| 676 |   - |1076 | 437 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
14.69/14.79	c  12.1s|140000 |136120 |     0 |   0.0 |  47M| 676 |   - |1076 | 476 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
15.79/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.79/15.85	c  13.0s|150000 |145954 |     0 |   0.0 |  50M| 676 |   - |1076 | 448 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
16.89/16.92	c  13.9s|160000 |155769 |     0 |   0.0 |  53M| 676 |   - |1076 | 457 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
17.89/17.99	c  14.8s|170000 |165611 |     0 |   0.0 |  56M| 676 |   - |1076 | 485 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
18.99/19.05	c  15.7s|180000 |175441 |     0 |   0.0 |  59M| 676 |   - |1076 | 477 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
20.09/20.12	c  16.5s|190000 |185279 |     0 |   0.0 |  62M| 676 |   - |1076 | 508 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
21.09/21.18	c  17.4s|200000 |195098 |     0 |   0.0 |  65M| 676 |   - |1076 | 494 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
22.19/22.25	c  18.3s|210000 |204906 |     0 |   0.0 |  68M| 676 |   - |1076 | 512 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
23.29/23.32	c  19.2s|220000 |214721 |     0 |   0.0 |  71M| 676 |   - |1076 | 487 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
24.29/24.38	c  20.0s|230000 |224543 |     0 |   0.0 |  73M| 676 |   - |1076 | 542 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
25.40/25.44	c  20.9s|240000 |234361 |     0 |   0.0 |  76M| 676 |   - |1076 | 526 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
26.49/26.50	c  21.8s|250000 |244184 |     0 |   0.0 |  79M| 676 |   - |1076 | 529 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
27.50/27.57	c  22.7s|260000 |254000 |     0 |   0.0 |  82M| 676 |   - |1076 | 520 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
28.60/28.63	c  23.5s|270000 |263815 |     0 |   0.0 |  85M| 676 |   - |1076 | 541 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
29.59/29.69	c  24.4s|280000 |273647 |     0 |   0.0 |  88M| 676 |   - |1076 | 455 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
30.70/30.75	c  25.3s|290000 |283482 |     0 |   0.0 |  91M| 676 |   - |1076 | 488 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
31.69/31.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
31.69/31.80	c  26.1s|300000 |293301 |     0 |   0.0 |  94M| 676 |   - |1076 | 562 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
32.80/32.86	c  27.0s|310000 |303125 |     0 |   0.0 |  97M| 676 |   - |1076 | 470 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
33.90/33.91	c  27.9s|320000 |312949 |     0 |   0.0 | 100M| 676 |   - |1076 | 520 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
34.89/34.97	c  28.8s|330000 |322776 |     0 |   0.0 | 103M| 676 |   - |1076 | 510 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
35.99/36.02	c  29.6s|340000 |332591 |     0 |   0.0 | 106M| 676 |   - |1076 | 467 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
37.00/37.08	c  30.5s|350000 |342417 |     0 |   0.0 | 109M| 676 |   - |1076 | 517 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
38.09/38.15	c  31.4s|360000 |352218 |     0 |   0.0 | 112M| 676 |   - |1076 | 503 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
39.19/39.21	c  32.2s|370000 |362031 |     0 |   0.0 | 115M| 676 |   - |1076 | 516 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
40.19/40.27	c  33.1s|380000 |371858 |     0 |   0.0 | 118M| 676 |   - |1076 | 512 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
41.29/41.33	c  34.0s|390000 |381660 |     0 |   0.0 | 121M| 676 |   - |1076 | 459 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
42.39/42.41	c  34.9s|400000 |391457 |     0 |   0.0 | 124M| 676 |   - |1076 | 532 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
43.39/43.47	c  35.8s|410000 |401286 |     0 |   0.0 | 127M| 676 |   - |1076 | 469 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
44.50/44.54	c  36.7s|420000 |411082 |     0 |   0.0 | 130M| 676 |   - |1076 | 515 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
45.59/45.61	c  37.6s|430000 |420894 |     0 |   0.0 | 133M| 676 |   - |1076 | 475 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
46.59/46.67	c  38.4s|440000 |430707 |     0 |   0.0 | 136M| 676 |   - |1076 | 605 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
47.69/47.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
47.69/47.73	c  39.4s|450000 |440513 |     0 |   0.0 | 139M| 676 |   - |1076 | 583 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
48.79/48.80	c  40.2s|460000 |450329 |     0 |   0.0 | 142M| 676 |   - |1076 | 578 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
49.79/49.85	c  41.1s|470000 |460160 |     0 |   0.0 | 145M| 676 |   - |1076 | 550 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
50.90/50.92	c  42.0s|480000 |469971 |     0 |   0.0 | 148M| 676 |   - |1076 | 558 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
51.89/51.97	c  42.8s|490000 |479797 |     0 |   0.0 | 151M| 676 |   - |1076 | 559 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
53.00/53.03	c  43.7s|500000 |489602 |     0 |   0.0 | 154M| 676 |   - |1076 | 554 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
54.00/54.09	c  44.6s|510000 |499409 |     0 |   0.0 | 157M| 676 |   - |1076 | 548 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
55.09/55.17	c  45.5s|520000 |509192 |     0 |   0.0 | 160M| 676 |   - |1076 | 554 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
56.19/56.23	c  46.3s|530000 |518992 |     0 |   0.0 | 163M| 676 |   - |1076 | 584 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
57.29/57.30	c  47.2s|540000 |528795 |     0 |   0.0 | 166M| 676 |   - |1076 | 553 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
58.30/58.37	c  48.1s|550000 |538585 |     0 |   0.0 | 169M| 676 |   - |1076 | 531 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
59.40/59.43	c  49.0s|560000 |548382 |     0 |   0.0 | 172M| 676 |   - |1076 | 555 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
60.40/60.48	c  49.8s|570000 |558203 |     0 |   0.0 | 175M| 676 |   - |1076 | 626 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
61.50/61.53	c  50.7s|580000 |568019 |     0 |   0.0 | 178M| 676 |   - |1076 | 649 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
62.49/62.59	c  51.6s|590000 |577823 |     0 |   0.0 | 181M| 676 |   - |1076 | 588 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
63.59/63.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
63.59/63.64	c  52.5s|600000 |587637 |     0 |   0.0 | 184M| 676 |   - |1076 | 635 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
64.70/64.70	c  53.4s|610000 |597455 |     0 |   0.0 | 187M| 676 |   - |1076 | 593 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
65.69/65.76	c  54.2s|620000 |607256 |     0 |   0.0 | 190M| 676 |   - |1076 | 643 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
66.79/66.82	c  55.1s|630000 |617051 |     0 |   0.0 | 193M| 676 |   - |1076 | 617 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
67.79/67.88	c  56.0s|640000 |626857 |     0 |   0.0 | 196M| 676 |   - |1076 | 643 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
68.89/68.93	c  56.8s|650000 |636666 |     0 |   0.0 | 199M| 676 |   - |1076 | 629 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
69.90/69.98	c  57.7s|660000 |646489 |     0 |   0.0 | 202M| 676 |   - |1076 | 605 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
71.00/71.03	c  58.6s|670000 |656296 |     0 |   0.0 | 205M| 676 |   - |1076 | 603 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
71.99/72.09	c  59.4s|680000 |666099 |     0 |   0.0 | 208M| 676 |   - |1076 | 677 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
73.10/73.15	c  60.3s|690000 |675889 |     0 |   0.0 | 211M| 676 |   - |1076 | 655 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
74.19/74.21	c  61.2s|700000 |685682 |     0 |   0.0 | 214M| 676 |   - |1076 | 650 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
75.19/75.26	c  62.1s|710000 |695489 |     0 |   0.0 | 217M| 676 |   - |1076 | 607 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
76.29/76.31	c  62.9s|720000 |705299 |     0 |   0.0 | 220M| 676 |   - |1076 | 597 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
77.29/77.37	c  63.8s|730000 |715100 |     0 |   0.0 | 223M| 676 |   - |1076 | 606 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
78.40/78.43	c  64.7s|740000 |724886 |     0 |   0.0 | 226M| 676 |   - |1076 | 653 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
79.40/79.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
79.40/79.48	c  65.6s|750000 |734698 |     0 |   0.0 | 229M| 676 |   - |1076 | 697 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
80.49/80.53	c  66.5s|760000 |744499 |     0 |   0.0 | 232M| 676 |   - |1076 | 607 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
81.49/81.59	c  67.3s|770000 |754284 |     0 |   0.0 | 235M| 676 |   - |1076 | 594 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
82.59/82.65	c  68.2s|780000 |764055 |     0 |   0.0 | 238M| 676 |   - |1076 | 676 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
83.70/83.70	c  69.0s|790000 |773862 |     0 |   0.0 | 241M| 676 |   - |1076 | 605 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
84.70/84.75	c  69.9s|800000 |783663 |     0 |   0.0 | 244M| 676 |   - |1076 | 658 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
85.80/85.81	c  70.8s|810000 |793448 |     0 |   0.0 | 247M| 676 |   - |1076 | 638 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
86.80/86.86	c  71.7s|820000 |803242 |     0 |   0.0 | 250M| 676 |   - |1076 | 626 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
87.89/87.91	c  72.6s|830000 |813033 |     0 |   0.0 | 253M| 676 |   - |1076 | 639 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
88.90/88.96	c  73.4s|840000 |822827 |     0 |   0.0 | 256M| 676 |   - |1076 | 718 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
89.99/90.00	c  74.3s|850000 |832639 |     0 |   0.0 | 259M| 676 |   - |1076 | 683 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
90.99/91.06	c  75.2s|860000 |842439 |     0 |   0.0 | 262M| 676 |   - |1076 | 717 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
92.09/92.11	c  76.0s|870000 |852216 |     0 |   0.0 | 265M| 676 |   - |1076 | 746 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
93.10/93.16	c  76.9s|880000 |862018 |     0 |   0.0 | 268M| 676 |   - |1076 | 656 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
94.19/94.21	c  77.8s|890000 |871810 |     0 |   0.0 | 271M| 676 |   - |1076 | 728 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
95.20/95.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
95.20/95.26	c  78.6s|900000 |881598 |     0 |   0.0 | 274M| 676 |   - |1076 | 698 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
96.29/96.30	c  79.5s|910000 |891401 |     0 |   0.0 | 277M| 676 |   - |1076 | 724 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
97.29/97.35	c  80.3s|920000 |901193 |     0 |   0.0 | 280M| 676 |   - |1076 | 715 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
98.39/98.41	c  81.2s|930000 |910977 |     0 |   0.0 | 283M| 676 |   - |1076 | 718 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
99.39/99.46	c  82.0s|940000 |920769 |     0 |   0.0 | 286M| 676 |   - |1076 | 726 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
100.49/100.52	c  83.0s|950000 |930554 |     0 |   0.0 | 289M| 676 |   - |1076 | 701 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
101.49/101.58	c  83.8s|960000 |940315 |     0 |   0.0 | 292M| 676 |   - |1076 | 748 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
102.59/102.63	c  84.7s|970000 |950103 |     0 |   0.0 | 295M| 676 |   - |1076 | 693 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
103.60/103.66	c  85.5s|980000 |959904 |     0 |   0.0 | 298M| 676 |   - |1076 | 694 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
104.69/104.73	c  86.4s|990000 |969651 |     0 |   0.0 | 301M| 676 |   - |1076 | 832 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
105.70/105.77	c  87.3s|  1000k|979449 |     0 |   0.0 | 304M| 676 |   - |1076 | 769 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
106.80/106.84	c  88.2s|  1010k|989202 |     0 |   0.0 | 307M| 676 |   - |1076 | 794 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
107.80/107.89	c  89.0s|  1020k|998991 |     0 |   0.0 | 310M| 676 |   - |1076 | 864 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
108.90/108.93	c  89.9s|  1030k|  1008k|     0 |   0.0 | 313M| 676 |   - |1076 | 849 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
109.90/109.98	c  90.7s|  1040k|  1018k|     0 |   0.0 | 316M| 676 |   - |1076 | 814 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
111.00/111.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
111.00/111.04	c  91.6s|  1050k|  1028k|     0 |   0.0 | 319M| 676 |   - |1076 | 769 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
112.00/112.08	c  92.5s|  1060k|  1038k|     0 |   0.0 | 322M| 676 |   - |1076 | 795 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
113.09/113.14	c  93.4s|  1070k|  1047k|     0 |   0.0 | 325M| 676 |   - |1076 | 721 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
114.20/114.20	c  94.2s|  1080k|  1057k|     0 |   0.0 | 328M| 676 |   - |1076 | 778 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
115.19/115.24	c  95.1s|  1090k|  1067k|     0 |   0.0 | 331M| 676 |   - |1076 | 817 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
116.19/116.29	c  96.0s|  1100k|  1077k|     0 |   0.0 | 334M| 676 |   - |1076 | 771 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
117.29/117.32	c  96.8s|  1110k|  1087k|     0 |   0.0 | 337M| 676 |   - |1076 | 796 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
118.29/118.39	c  97.7s|  1120k|  1096k|     0 |   0.0 | 340M| 676 |   - |1076 | 854 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
119.40/119.46	c  98.5s|  1130k|  1106k|     0 |   0.0 | 343M| 676 |   - |1076 | 874 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
120.50/120.52	c  99.4s|  1140k|  1116k|     0 |   0.0 | 346M| 676 |   - |1076 | 909 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
121.49/121.57	c   100s|  1150k|  1126k|     0 |   0.0 | 349M| 676 |   - |1076 | 921 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
122.59/122.61	c   101s|  1160k|  1135k|     0 |   0.0 | 352M| 676 |   - |1076 | 847 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
123.60/123.65	c   102s|  1170k|  1145k|     0 |   0.0 | 356M| 676 |   - |1076 | 885 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
124.69/124.71	c   103s|  1180k|  1155k|     0 |   0.0 | 359M| 676 |   - |1076 | 855 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
125.70/125.77	c   104s|  1190k|  1165k|     0 |   0.0 | 362M| 676 |   - |1076 | 939 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
126.80/126.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
126.80/126.82	c   105s|  1200k|  1174k|     0 |   0.0 | 365M| 676 |   - |1076 | 832 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
127.79/127.87	c   105s|  1210k|  1184k|     0 |   0.0 | 368M| 676 |   - |1076 | 919 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
128.90/128.93	c   106s|  1220k|  1194k|     0 |   0.0 | 371M| 676 |   - |1076 | 876 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
129.90/129.97	c   107s|  1230k|  1204k|     0 |   0.0 | 374M| 676 |   - |1076 | 869 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
131.00/131.04	c   108s|  1240k|  1214k|     0 |   0.0 | 377M| 676 |   - |1076 | 897 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
132.00/132.08	c   109s|  1250k|  1223k|     0 |   0.0 | 380M| 676 |   - |1076 | 868 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
133.10/133.12	c   110s|  1260k|  1233k|     0 |   0.0 | 383M| 676 |   - |1076 | 815 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
134.10/134.17	c   111s|  1270k|  1243k|     0 |   0.0 | 386M| 676 |   - |1076 | 918 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
135.20/135.22	c   111s|  1280k|  1253k|     0 |   0.0 | 389M| 676 |   - |1076 | 892 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
136.20/136.26	c   112s|  1290k|  1262k|     0 |   0.0 | 392M| 676 |   - |1076 | 957 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
137.30/137.33	c   113s|  1300k|  1272k|     0 |   0.0 | 395M| 676 |   - |1076 | 920 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
138.30/138.37	c   114s|  1310k|  1282k|     0 |   0.0 | 398M| 676 |   - |1076 | 920 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
139.39/139.42	c   115s|  1320k|  1292k|     0 |   0.0 | 401M| 676 |   - |1076 | 925 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
140.40/140.47	c   116s|  1330k|  1301k|     0 |   0.0 | 404M| 676 |   - |1076 | 912 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
141.49/141.52	c   117s|  1340k|  1311k|     0 |   0.0 | 407M| 676 |   - |1076 | 929 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
142.50/142.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
142.50/142.56	c   118s|  1350k|  1321k|     0 |   0.0 | 410M| 676 |   - |1076 |1017 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
143.59/143.61	c   118s|  1360k|  1331k|     0 |   0.0 | 414M| 676 |   - |1076 |1077 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
144.59/144.67	c   119s|  1370k|  1340k|     0 |   0.0 | 417M| 676 |   - |1076 |1119 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
145.69/145.71	c   120s|  1380k|  1350k|     0 |   0.0 | 420M| 676 |   - |1076 |1017 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
146.70/146.75	c   121s|  1390k|  1360k|     0 |   0.0 | 423M| 676 |   - |1076 |1012 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
147.69/147.79	c   122s|  1400k|  1370k|     0 |   0.0 | 426M| 676 |   - |1076 |1004 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
148.79/148.82	c   123s|  1410k|  1379k|     0 |   0.0 | 429M| 676 |   - |1076 | 983 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
149.79/149.86	c   123s|  1420k|  1389k|     0 |   0.0 | 432M| 676 |   - |1076 | 975 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
150.89/150.90	c   124s|  1430k|  1399k|     0 |   0.0 | 435M| 676 |   - |1076 | 992 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
151.89/151.93	c   125s|  1440k|  1409k|     0 |   0.0 | 438M| 676 |   - |1076 | 912 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
152.90/152.99	c   126s|  1450k|  1419k|     0 |   0.0 | 441M| 676 |   - |1076 |1002 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
154.00/154.03	c   127s|  1460k|  1428k|     0 |   0.0 | 444M| 676 |   - |1076 | 998 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
155.00/155.08	c   128s|  1470k|  1438k|     0 |   0.0 | 447M| 676 |   - |1076 |1069 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
156.10/156.14	c   129s|  1480k|  1448k|     0 |   0.0 | 451M| 676 |   - |1076 |1037 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
157.20/157.23	c   130s|  1490k|  1458k|     0 |   0.0 | 454M| 676 |   - |1076 |1060 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
158.19/158.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
158.19/158.30	c   130s|  1500k|  1467k|     0 |   0.0 | 457M| 676 |   - |1076 |1056 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
159.30/159.34	c   131s|  1510k|  1477k|     0 |   0.0 | 460M| 676 |   - |1076 |1183 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
160.29/160.38	c   132s|  1520k|  1487k|     0 |   0.0 | 463M| 676 |   - |1076 |1117 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
161.40/161.44	c   133s|  1530k|  1496k|     0 |   0.0 | 466M| 676 |   - |1076 |1161 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
162.40/162.48	c   134s|  1540k|  1506k|     0 |   0.0 | 469M| 676 |   - |1076 |1138 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
163.50/163.54	c   135s|  1550k|  1516k|     0 |   0.0 | 472M| 676 |   - |1076 |1174 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
164.49/164.58	c   136s|  1560k|  1526k|     0 |   0.0 | 475M| 676 |   - |1076 |1109 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
165.59/165.65	c   136s|  1570k|  1535k|     0 |   0.0 | 478M| 676 |   - |1076 |1096 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
166.70/166.71	c   137s|  1580k|  1545k|     0 |   0.0 | 481M| 676 |   - |1076 |1219 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
167.69/167.76	c   138s|  1590k|  1555k|     0 |   0.0 | 484M| 676 |   - |1076 |1128 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
168.80/168.81	c   139s|  1600k|  1565k|     0 |   0.0 | 487M| 676 |   - |1076 |1176 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
169.79/169.87	c   140s|  1610k|  1574k|     0 |   0.0 | 490M| 676 |   - |1076 |1193 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
170.90/170.91	c   141s|  1620k|  1584k|     0 |   0.0 | 494M| 676 |   - |1076 |1214 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
171.89/171.96	c   142s|  1630k|  1594k|     0 |   0.0 | 497M| 676 |   - |1076 |1094 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
172.99/173.03	c   143s|  1640k|  1604k|     0 |   0.0 | 500M| 676 |   - |1076 |1140 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
174.00/174.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
174.00/174.08	c   143s|  1650k|  1613k|     0 |   0.0 | 503M| 676 |   - |1076 |1180 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
175.09/175.15	c   144s|  1660k|  1623k|     0 |   0.0 | 506M| 676 |   - |1076 |1122 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
176.09/176.19	c   145s|  1670k|  1633k|     0 |   0.0 | 509M| 676 |   - |1076 |1186 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
177.19/177.24	c   146s|  1680k|  1642k|     0 |   0.0 | 512M| 676 |   - |1076 |1328 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
178.20/178.28	c   147s|  1690k|  1652k|     0 |   0.0 | 515M| 676 |   - |1076 |1224 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
179.30/179.32	c   148s|  1700k|  1662k|     0 |   0.0 | 518M| 676 |   - |1076 |1233 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
180.30/180.36	c   148s|  1710k|  1672k|     0 |   0.0 | 521M| 676 |   - |1076 |1252 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
181.40/181.41	c   149s|  1720k|  1681k|     0 |   0.0 | 524M| 676 |   - |1076 |1178 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
182.39/182.44	c   150s|  1730k|  1691k|     0 |   0.0 | 527M| 676 |   - |1076 |1168 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
183.40/183.49	c   151s|  1740k|  1701k|     0 |   0.0 | 531M| 676 |   - |1076 |1159 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
184.50/184.52	c   152s|  1750k|  1711k|     0 |   0.0 | 534M| 676 |   - |1076 |1157 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
185.49/185.58	c   153s|  1760k|  1720k|     0 |   0.0 | 537M| 676 |   - |1076 |1173 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
186.59/186.65	c   154s|  1770k|  1730k|     0 |   0.0 | 540M| 676 |   - |1076 |1191 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
187.69/187.72	c   155s|  1780k|  1740k|     0 |   0.0 | 543M| 676 |   - |1076 |1202 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
188.70/188.79	c   155s|  1790k|  1750k|     0 |   0.0 | 546M| 676 |   - |1076 |1240 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
189.80/189.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
189.80/189.82	c   156s|  1800k|  1759k|     0 |   0.0 | 549M| 676 |   - |1076 |1177 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
190.79/190.89	c   157s|  1810k|  1769k|     0 |   0.0 | 552M| 676 |   - |1076 |1378 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
191.90/191.94	c   158s|  1820k|  1779k|     0 |   0.0 | 555M| 676 |   - |1076 |1260 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
192.89/193.00	c   159s|  1830k|  1788k|     0 |   0.0 | 558M| 676 |   - |1076 |1268 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
194.00/194.05	c   160s|  1840k|  1798k|     0 |   0.0 | 561M| 676 |   - |1076 |1192 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
195.10/195.12	c   161s|  1850k|  1808k|     0 |   0.0 | 564M| 676 |   - |1076 |1259 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
196.10/196.19	c   161s|  1860k|  1818k|     0 |   0.0 | 568M| 676 |   - |1076 |1191 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
197.20/197.21	c   162s|  1870k|  1827k|     0 |   0.0 | 571M| 676 |   - |1076 |1219 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
198.20/198.27	c   163s|  1880k|  1837k|     0 |   0.0 | 574M| 676 |   - |1076 |1244 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
199.30/199.34	c   164s|  1890k|  1847k|     0 |   0.0 | 577M| 676 |   - |1076 |1202 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
200.29/200.37	c   165s|  1900k|  1856k|     0 |   0.0 | 580M| 676 |   - |1076 |1267 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
201.40/201.43	c   166s|  1910k|  1866k|     0 |   0.0 | 583M| 676 |   - |1076 |1272 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
202.50/202.50	c   167s|  1920k|  1876k|     0 |   0.0 | 586M| 676 |   - |1076 |1445 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
203.51/203.53	c   167s|  1930k|  1886k|     0 |   0.0 | 590M| 676 |   - |1076 |1368 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
204.60/204.60	c   168s|  1940k|  1895k|     0 |   0.0 | 593M| 676 |   - |1076 |1392 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
205.60/205.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
205.60/205.69	c   169s|  1950k|  1905k|     0 |   0.0 | 596M| 676 |   - |1076 |1392 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
206.70/206.74	c   170s|  1960k|  1915k|     0 |   0.0 | 599M| 676 |   - |1076 |1316 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
207.80/207.84	c   171s|  1970k|  1924k|     0 |   0.0 | 602M| 676 |   - |1076 |1381 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
208.80/208.89	c   172s|  1980k|  1934k|     0 |   0.0 | 605M| 676 |   - |1076 |1345 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
209.90/209.93	c   173s|  1990k|  1944k|     0 |   0.0 | 608M| 676 |   - |1076 |1295 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
210.90/210.98	c   174s|  2000k|  1953k|     0 |   0.0 | 611M| 676 |   - |1076 |1273 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
211.99/212.03	c   174s|  2010k|  1963k|     0 |   0.0 | 614M| 676 |   - |1076 |1377 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
213.00/213.06	c   175s|  2020k|  1973k|     0 |   0.0 | 617M| 676 |   - |1076 |1343 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
214.10/214.10	c   176s|  2030k|  1983k|     0 |   0.0 | 620M| 676 |   - |1076 |1457 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
215.10/215.13	c   177s|  2040k|  1992k|     0 |   0.0 | 624M| 676 |   - |1076 |1374 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
216.10/216.17	c   178s|  2050k|  2002k|     0 |   0.0 | 627M| 676 |   - |1076 |1382 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
217.10/217.19	c   179s|  2060k|  2012k|     0 |   0.0 | 630M| 676 |   - |1076 |1392 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
218.19/218.22	c   179s|  2070k|  2021k|     0 |   0.0 | 633M| 676 |   - |1076 |1364 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
219.19/219.28	c   180s|  2080k|  2031k|     0 |   0.0 | 636M| 676 |   - |1076 |1519 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 |      --      |    Inf 
220.30/220.30	c   181s|  2090k|  2041k|     0 |   0.0 | 639M| 676 |   - |1076 |1360 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
221.30/221.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
221.30/221.35	c   182s|  2100k|  2050k|     0 |   0.0 | 642M| 676 |   - |1076 |1415 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
222.30/222.39	c   183s|  2110k|  2060k|     0 |   0.0 | 645M| 676 |   - |1076 |1311 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
223.39/223.43	c   184s|  2120k|  2070k|     0 |   0.0 | 648M| 676 |   - |1076 |1433 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 |      --      |    Inf 
224.40/224.46	c   184s|  2130k|  2080k|     0 |   0.0 | 651M| 676 |   - |1076 |1429 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 |      --      |    Inf 
225.51/225.51	c   185s|  2140k|  2089k|     0 |   0.0 | 654M| 676 |   - |1076 |1405 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
226.50/226.56	c   186s|  2150k|  2099k|     0 |   0.0 | 658M| 676 |   - |1076 |1425 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 |      --      |    Inf 
227.60/227.61	c   187s|  2160k|  2109k|     0 |   0.0 | 661M| 676 |   - |1076 |1410 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 |      --      |    Inf 
228.59/228.65	c   188s|  2170k|  2118k|     0 |   0.0 | 664M| 676 |   - |1076 |1562 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
229.69/229.70	c   189s|  2180k|  2128k|     0 |   0.0 | 667M| 676 |   - |1076 |1541 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 |      --      |    Inf 
230.70/230.78	c   190s|  2190k|  2138k|     0 |   0.0 | 670M| 676 |   - |1076 |1616 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 |      --      |    Inf 
231.80/231.87	c   191s|  2200k|  2147k|     0 |   0.0 | 673M| 676 |   - |1076 |1543 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 |      --      |    Inf 
232.99/233.02	c   192s|  2210k|  2157k|     0 |   0.0 | 676M| 676 |   - |1076 |1503 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 |      --      |    Inf 
234.00/234.07	c   192s|  2220k|  2167k|     0 |   0.0 | 679M| 676 |   - |1076 |1595 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 |      --      |    Inf 
235.10/235.11	c   193s|  2230k|  2176k|     0 |   0.0 | 682M| 676 |   - |1076 |1453 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 |      --      |    Inf 
236.09/236.14	c   194s|  2240k|  2186k|     0 |   0.0 | 685M| 676 |   - |1076 |1549 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 |      --      |    Inf 
237.09/237.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
237.09/237.18	c   195s|  2250k|  2196k|     0 |   0.0 | 689M| 676 |   - |1076 |1383 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 |      --      |    Inf 
238.20/238.23	c   196s|  2260k|  2205k|     0 |   0.0 | 692M| 676 |   - |1076 |1491 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 |      --      |    Inf 
239.20/239.29	c   197s|  2270k|  2215k|     0 |   0.0 | 695M| 676 |   - |1076 |1476 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 |      --      |    Inf 
240.30/240.36	c   198s|  2280k|  2225k|     0 |   0.0 | 698M| 676 |   - |1076 |1547 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 |      --      |    Inf 
241.40/241.40	c   198s|  2290k|  2235k|     0 |   0.0 | 701M| 676 |   - |1076 |1517 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 |      --      |    Inf 
242.40/242.49	c   199s|  2300k|  2244k|     0 |   0.0 | 704M| 676 |   - |1076 |1680 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 |      --      |    Inf 
243.50/243.56	c   200s|  2310k|  2254k|     0 |   0.0 | 707M| 676 |   - |1076 |1590 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 |      --      |    Inf 
244.50/244.59	c   201s|  2320k|  2264k|     0 |   0.0 | 711M| 676 |   - |1076 |1565 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 |      --      |    Inf 
245.60/245.66	c   202s|  2330k|  2273k|     0 |   0.0 | 714M| 676 |   - |1076 |1594 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 |      --      |    Inf 
246.59/246.69	c   203s|  2340k|  2283k|     0 |   0.0 | 717M| 676 |   - |1076 |1553 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 |      --      |    Inf 
247.70/247.75	c   204s|  2350k|  2293k|     0 |   0.0 | 720M| 676 |   - |1076 |1675 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 |      --      |    Inf 
248.79/248.80	c   204s|  2360k|  2302k|     0 |   0.0 | 723M| 676 |   - |1076 |1571 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 |      --      |    Inf 
249.79/249.85	c   205s|  2370k|  2312k|     0 |   0.0 | 726M| 676 |   - |1076 |1550 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 |      --      |    Inf 
250.89/250.92	c   206s|  2380k|  2322k|     0 |   0.0 | 729M| 676 |   - |1076 |1606 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 |      --      |    Inf 
251.91/251.95	c   207s|  2390k|  2331k|     0 |   0.0 | 732M| 676 |   - |1076 |1501 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 |      --      |    Inf 
253.01/253.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
253.01/253.00	c   208s|  2400k|  2341k|     0 |   0.0 | 736M| 676 |   - |1076 |1748 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 |      --      |    Inf 
254.00/254.06	c   209s|  2410k|  2351k|     0 |   0.0 | 739M| 676 |   - |1076 |1529 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 |      --      |    Inf 
255.11/255.14	c   210s|  2420k|  2360k|     0 |   0.0 | 742M| 676 |   - |1076 |1707 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 |      --      |    Inf 
256.10/256.18	c   210s|  2430k|  2370k|     0 |   0.0 | 745M| 676 |   - |1076 |1477 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 |      --      |    Inf 
257.20/257.25	c   211s|  2440k|  2380k|     0 |   0.0 | 748M| 676 |   - |1076 |1577 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 |      --      |    Inf 
258.30/258.32	c   212s|  2450k|  2389k|     0 |   0.0 | 751M| 676 |   - |1076 |1649 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 |      --      |    Inf 
259.29/259.38	c   213s|  2460k|  2399k|     0 |   0.0 | 754M| 676 |   - |1076 |1531 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 |      --      |    Inf 
260.40/260.42	c   214s|  2470k|  2409k|     0 |   0.0 | 757M| 676 |   - |1076 |1688 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 |      --      |    Inf 
261.40/261.49	c   215s|  2480k|  2418k|     0 |   0.0 | 761M| 676 |   - |1076 |1493 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 |      --      |    Inf 
262.50/262.54	c   216s|  2490k|  2428k|     0 |   0.0 | 764M| 676 |   - |1076 |1697 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 |      --      |    Inf 
263.50/263.57	c   216s|  2500k|  2438k|     0 |   0.0 | 767M| 676 |   - |1076 |1507 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 |      --      |    Inf 
264.60/264.64	c   217s|  2510k|  2447k|     0 |   0.0 | 770M| 676 |   - |1076 |1775 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 |      --      |    Inf 
265.70/265.73	c   218s|  2520k|  2457k|     0 |   0.0 | 773M| 676 |   - |1076 |1611 |   0 |   0 |   0 | 302k|   0 | 0.000000e+00 |      --      |    Inf 
266.69/266.76	c   219s|  2530k|  2467k|     0 |   0.0 | 776M| 676 |   - |1076 |1649 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 |      --      |    Inf 
267.80/267.83	c   220s|  2540k|  2476k|     0 |   0.0 | 779M| 676 |   - |1076 |1711 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 |      --      |    Inf 
268.80/268.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
268.80/268.85	c   221s|  2550k|  2486k|     0 |   0.0 | 783M| 676 |   - |1076 |1606 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 |      --      |    Inf 
269.90/269.90	c   222s|  2560k|  2496k|     0 |   0.0 | 786M| 676 |   - |1076 |1726 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 |      --      |    Inf 
270.90/270.91	c   222s|  2570k|  2505k|     0 |   0.0 | 789M| 676 |   - |1076 |1625 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 |      --      |    Inf 
272.00/272.01	c   223s|  2580k|  2515k|     0 |   0.0 | 792M| 676 |   - |1076 |1771 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 |      --      |    Inf 
273.00/273.07	c   224s|  2590k|  2525k|     0 |   0.0 | 795M| 676 |   - |1076 |1665 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 |      --      |    Inf 
274.00/274.10	c   225s|  2600k|  2534k|     0 |   0.0 | 798M| 676 |   - |1076 |1676 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 |      --      |    Inf 
275.10/275.15	c   226s|  2610k|  2544k|     0 |   0.0 | 801M| 676 |   - |1076 |1745 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 |      --      |    Inf 
276.20/276.21	c   227s|  2620k|  2554k|     0 |   0.0 | 804M| 676 |   - |1076 |1628 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 |      --      |    Inf 
277.20/277.29	c   228s|  2630k|  2563k|     0 |   0.0 | 808M| 676 |   - |1076 |1777 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 |      --      |    Inf 
278.31/278.33	c   229s|  2640k|  2573k|     0 |   0.0 | 811M| 676 |   - |1076 |1682 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 |      --      |    Inf 
279.41/279.44	c   230s|  2650k|  2583k|     0 |   0.0 | 814M| 676 |   - |1076 |1791 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 |      --      |    Inf 
280.50/280.52	c   230s|  2660k|  2592k|     0 |   0.0 | 817M| 676 |   - |1076 |1611 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 |      --      |    Inf 
281.60/281.68	c   231s|  2670k|  2602k|     0 |   0.0 | 820M| 676 |   - |1076 |1759 |   0 |   0 |   0 | 327k|   0 | 0.000000e+00 |      --      |    Inf 
282.70/282.72	c   232s|  2680k|  2612k|     0 |   0.0 | 823M| 676 |   - |1076 |1848 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 |      --      |    Inf 
283.71/283.75	c   233s|  2690k|  2621k|     0 |   0.0 | 827M| 676 |   - |1076 |1774 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 |      --      |    Inf 
284.80/284.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
284.80/284.86	c   234s|  2700k|  2631k|     0 |   0.0 | 830M| 676 |   - |1076 |2000 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 |      --      |    Inf 
285.80/285.88	c   235s|  2710k|  2641k|     0 |   0.0 | 833M| 676 |   - |1076 |1730 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 |      --      |    Inf 
286.90/286.98	c   236s|  2720k|  2650k|     0 |   0.0 | 836M| 676 |   - |1076 |1787 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 |      --      |    Inf 
287.90/287.99	c   237s|  2730k|  2660k|     0 |   0.0 | 839M| 676 |   - |1076 |1632 |   0 |   0 |   0 | 337k|   0 | 0.000000e+00 |      --      |    Inf 
289.10/289.13	c   238s|  2740k|  2669k|     0 |   0.0 | 842M| 676 |   - |1076 |1952 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 |      --      |    Inf 
290.10/290.19	c   238s|  2750k|  2679k|     0 |   0.0 | 846M| 676 |   - |1076 |1790 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 |      --      |    Inf 
291.20/291.25	c   239s|  2760k|  2689k|     0 |   0.0 | 849M| 676 |   - |1076 |1838 |   0 |   0 |   0 | 342k|   0 | 0.000000e+00 |      --      |    Inf 
292.20/292.29	c   240s|  2770k|  2698k|     0 |   0.0 | 852M| 676 |   - |1076 |1908 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 |      --      |    Inf 
293.30/293.39	c   241s|  2780k|  2708k|     0 |   0.0 | 855M| 676 |   - |1076 |1838 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 |      --      |    Inf 
294.40/294.49	c   242s|  2790k|  2718k|     0 |   0.0 | 858M| 676 |   - |1076 |2040 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 |      --      |    Inf 
295.50/295.56	c   243s|  2800k|  2727k|     0 |   0.0 | 861M| 676 |   - |1076 |1849 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 |      --      |    Inf 
296.60/296.65	c   244s|  2810k|  2737k|     0 |   0.0 | 865M| 676 |   - |1076 |2005 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 |      --      |    Inf 
297.70/297.76	c   245s|  2820k|  2747k|     0 |   0.0 | 868M| 676 |   - |1076 |1849 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 |      --      |    Inf 
298.79/298.83	c   245s|  2830k|  2756k|     0 |   0.0 | 871M| 676 |   - |1076 |1993 |   0 |   0 |   0 | 355k|   0 | 0.000000e+00 |      --      |    Inf 
299.90/299.91	c   246s|  2840k|  2766k|     0 |   0.0 | 874M| 676 |   - |1076 |1890 |   0 |   0 |   0 | 357k|   0 | 0.000000e+00 |      --      |    Inf 
301.00/301.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
301.00/301.00	c   247s|  2850k|  2775k|     0 |   0.0 | 877M| 676 |   - |1076 |1909 |   0 |   0 |   0 | 359k|   0 | 0.000000e+00 |      --      |    Inf 
302.00/302.05	c   248s|  2860k|  2785k|     0 |   0.0 | 880M| 676 |   - |1076 |1999 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 |      --      |    Inf 
303.10/303.12	c   249s|  2870k|  2795k|     0 |   0.0 | 884M| 676 |   - |1076 |1896 |   0 |   0 |   0 | 362k|   0 | 0.000000e+00 |      --      |    Inf 
304.20/304.20	c   250s|  2880k|  2804k|     0 |   0.0 | 887M| 676 |   - |1076 |2090 |   0 |   0 |   0 | 364k|   0 | 0.000000e+00 |      --      |    Inf 
305.30/305.31	c   251s|  2890k|  2814k|     0 |   0.0 | 890M| 676 |   - |1076 |1870 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 |      --      |    Inf 
306.30/306.39	c   252s|  2900k|  2824k|     0 |   0.0 | 893M| 676 |   - |1076 |2044 |   0 |   0 |   0 | 368k|   0 | 0.000000e+00 |      --      |    Inf 
307.40/307.43	c   252s|  2910k|  2833k|     0 |   0.0 | 896M| 676 |   - |1076 |1929 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 |      --      |    Inf 
308.40/308.48	c   253s|  2920k|  2843k|     0 |   0.0 | 900M| 676 |   - |1076 |2006 |   0 |   0 |   0 | 372k|   0 | 0.000000e+00 |      --      |    Inf 
309.50/309.54	c   254s|  2930k|  2852k|     0 |   0.0 | 903M| 676 |   - |1076 |1932 |   0 |   0 |   0 | 374k|   0 | 0.000000e+00 |      --      |    Inf 
310.60/310.61	c   255s|  2940k|  2862k|     0 |   0.0 | 906M| 676 |   - |1076 |2021 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 |      --      |    Inf 
311.70/311.71	c   256s|  2950k|  2872k|     0 |   0.0 | 909M| 676 |   - |1076 |2037 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 |      --      |    Inf 
312.70/312.78	c   257s|  2960k|  2881k|     0 |   0.0 | 912M| 676 |   - |1076 |1893 |   0 |   0 |   0 | 379k|   0 | 0.000000e+00 |      --      |    Inf 
313.80/313.84	c   258s|  2970k|  2891k|     0 |   0.0 | 916M| 676 |   - |1076 |2115 |   0 |   0 |   0 | 381k|   0 | 0.000000e+00 |      --      |    Inf 
314.80/314.87	c   259s|  2980k|  2901k|     0 |   0.0 | 919M| 676 |   - |1076 |1910 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 |      --      |    Inf 
315.90/315.94	c   259s|  2990k|  2910k|     0 |   0.0 | 922M| 676 |   - |1076 |2045 |   0 |   0 |   0 | 385k|   0 | 0.000000e+00 |      --      |    Inf 
317.00/317.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
317.00/317.00	c   260s|  3000k|  2920k|     0 |   0.0 | 925M| 676 |   - |1076 |1904 |   0 |   0 |   0 | 387k|   0 | 0.000000e+00 |      --      |    Inf 
318.10/318.11	c   261s|  3010k|  2929k|     0 |   0.0 | 928M| 676 |   - |1076 |2003 |   0 |   0 |   0 | 389k|   0 | 0.000000e+00 |      --      |    Inf 
319.20/319.20	c   262s|  3020k|  2939k|     0 |   0.0 | 931M| 676 |   - |1076 |1817 |   0 |   0 |   0 | 391k|   0 | 0.000000e+00 |      --      |    Inf 
320.20/320.26	c   263s|  3030k|  2949k|     0 |   0.0 | 935M| 676 |   - |1076 |2069 |   0 |   0 |   0 | 393k|   0 | 0.000000e+00 |      --      |    Inf 
321.30/321.34	c   264s|  3040k|  2958k|     0 |   0.0 | 938M| 676 |   - |1076 |2151 |   0 |   0 |   0 | 395k|   0 | 0.000000e+00 |      --      |    Inf 
322.40/322.41	c   265s|  3050k|  2968k|     0 |   0.0 | 941M| 676 |   - |1076 |1885 |   0 |   0 |   0 | 397k|   0 | 0.000000e+00 |      --      |    Inf 
323.41/323.48	c   266s|  3060k|  2977k|     0 |   0.0 | 944M| 676 |   - |1076 |2064 |   0 |   0 |   0 | 399k|   0 | 0.000000e+00 |      --      |    Inf 
324.50/324.54	c   266s|  3070k|  2987k|     0 |   0.0 | 948M| 676 |   - |1076 |1924 |   0 |   0 |   0 | 401k|   0 | 0.000000e+00 |      --      |    Inf 
325.61/325.70	c   267s|  3080k|  2997k|     0 |   0.0 | 951M| 676 |   - |1076 |2113 |   0 |   0 |   0 | 403k|   0 | 0.000000e+00 |      --      |    Inf 
326.80/326.81	c   268s|  3090k|  3006k|     0 |   0.0 | 954M| 676 |   - |1076 |1957 |   0 |   0 |   0 | 405k|   0 | 0.000000e+00 |      --      |    Inf 
327.90/327.90	c   269s|  3100k|  3016k|     0 |   0.0 | 957M| 676 |   - |1076 |2130 |   0 |   0 |   0 | 407k|   0 | 0.000000e+00 |      --      |    Inf 
329.00/329.04	c   270s|  3110k|  3025k|     0 |   0.0 | 960M| 676 |   - |1076 |2069 |   0 |   0 |   0 | 409k|   0 | 0.000000e+00 |      --      |    Inf 
330.01/330.09	c   271s|  3120k|  3035k|     0 |   0.0 | 964M| 676 |   - |1076 |2197 |   0 |   0 |   0 | 411k|   0 | 0.000000e+00 |      --      |    Inf 
331.20/331.22	c   272s|  3130k|  3044k|     0 |   0.0 | 967M| 676 |   - |1076 |2421 |   0 |   0 |   0 | 414k|   0 | 0.000000e+00 |      --      |    Inf 
332.21/332.27	c   273s|  3140k|  3054k|     0 |   0.0 | 970M| 676 |   - |1076 |2023 |   0 |   0 |   0 | 415k|   0 | 0.000000e+00 |      --      |    Inf 
333.31/333.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
333.31/333.37	c   274s|  3150k|  3064k|     0 |   0.0 | 973M| 676 |   - |1076 |2218 |   0 |   0 |   0 | 418k|   0 | 0.000000e+00 |      --      |    Inf 
334.30/334.40	c   274s|  3160k|  3073k|     0 |   0.0 | 976M| 676 |   - |1076 |2050 |   0 |   0 |   0 | 420k|   0 | 0.000000e+00 |      --      |    Inf 
335.41/335.46	c   275s|  3170k|  3083k|     0 |   0.0 | 980M| 676 |   - |1076 |2092 |   0 |   0 |   0 | 422k|   0 | 0.000000e+00 |      --      |    Inf 
336.50/336.57	c   276s|  3180k|  3092k|     0 |   0.0 | 983M| 676 |   - |1076 |2058 |   0 |   0 |   0 | 424k|   0 | 0.000000e+00 |      --      |    Inf 
337.60/337.67	c   277s|  3190k|  3102k|     0 |   0.0 | 986M| 676 |   - |1076 |2189 |   0 |   0 |   0 | 426k|   0 | 0.000000e+00 |      --      |    Inf 
338.71/338.75	c   278s|  3200k|  3112k|     0 |   0.0 | 989M| 676 |   - |1076 |2003 |   0 |   0 |   0 | 428k|   0 | 0.000000e+00 |      --      |    Inf 
339.80/339.82	c   279s|  3210k|  3121k|     0 |   0.0 | 993M| 676 |   - |1076 |2128 |   0 |   0 |   0 | 430k|   0 | 0.000000e+00 |      --      |    Inf 
340.91/340.92	c   280s|  3220k|  3131k|     0 |   0.0 | 996M| 676 |   - |1076 |2352 |   0 |   0 |   0 | 432k|   0 | 0.000000e+00 |      --      |    Inf 
342.01/342.01	c   281s|  3230k|  3140k|     0 |   0.0 | 999M| 676 |   - |1076 |2046 |   0 |   0 |   0 | 434k|   0 | 0.000000e+00 |      --      |    Inf 
343.00/343.09	c   282s|  3240k|  3150k|     0 |   0.0 |1002M| 676 |   - |1076 |2306 |   0 |   0 |   0 | 436k|   0 | 0.000000e+00 |      --      |    Inf 
344.11/344.17	c   282s|  3250k|  3160k|     0 |   0.0 |1006M| 676 |   - |1076 |2012 |   0 |   0 |   0 | 438k|   0 | 0.000000e+00 |      --      |    Inf 
345.20/345.26	c   283s|  3260k|  3169k|     0 |   0.0 |1009M| 676 |   - |1076 |2216 |   0 |   0 |   0 | 440k|   0 | 0.000000e+00 |      --      |    Inf 
346.40/346.41	c   284s|  3270k|  3179k|     0 |   0.0 |1012M| 676 |   - |1076 |2116 |   0 |   0 |   0 | 443k|   0 | 0.000000e+00 |      --      |    Inf 
347.51/347.51	c   285s|  3280k|  3188k|     0 |   0.0 |1015M| 676 |   - |1076 |2184 |   0 |   0 |   0 | 445k|   0 | 0.000000e+00 |      --      |    Inf 
348.61/348.63	c   286s|  3290k|  3198k|     0 |   0.0 |1018M| 676 |   - |1076 |2301 |   0 |   0 |   0 | 447k|   0 | 0.000000e+00 |      --      |    Inf 
349.70/349.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
349.70/349.73	c   287s|  3300k|  3208k|     0 |   0.0 |1022M| 676 |   - |1076 |2348 |   0 |   0 |   0 | 449k|   0 | 0.000000e+00 |      --      |    Inf 
350.70/350.78	c   288s|  3310k|  3217k|     0 |   0.0 |1025M| 676 |   - |1076 |2239 |   0 |   0 |   0 | 451k|   0 | 0.000000e+00 |      --      |    Inf 
351.80/351.83	c   289s|  3320k|  3227k|     0 |   0.0 |1028M| 676 |   - |1076 |2196 |   0 |   0 |   0 | 453k|   0 | 0.000000e+00 |      --      |    Inf 
352.90/352.97	c   290s|  3330k|  3236k|     0 |   0.0 |1031M| 676 |   - |1076 |2484 |   0 |   0 |   0 | 455k|   0 | 0.000000e+00 |      --      |    Inf 
354.00/354.06	c   291s|  3340k|  3246k|     0 |   0.0 |1035M| 676 |   - |1076 |2273 |   0 |   0 |   0 | 457k|   0 | 0.000000e+00 |      --      |    Inf 
355.10/355.19	c   292s|  3350k|  3255k|     0 |   0.0 |1038M| 676 |   - |1076 |2476 |   0 |   0 |   0 | 460k|   0 | 0.000000e+00 |      --      |    Inf 
356.20/356.24	c   292s|  3360k|  3265k|     0 |   0.0 |1041M| 676 |   - |1076 |2085 |   0 |   0 |   0 | 462k|   0 | 0.000000e+00 |      --      |    Inf 
357.30/357.33	c   293s|  3370k|  3275k|     0 |   0.0 |1044M| 676 |   - |1076 |2399 |   0 |   0 |   0 | 464k|   0 | 0.000000e+00 |      --      |    Inf 
358.40/358.41	c   294s|  3380k|  3284k|     0 |   0.0 |1048M| 676 |   - |1076 |2207 |   0 |   0 |   0 | 466k|   0 | 0.000000e+00 |      --      |    Inf 
359.40/359.49	c   295s|  3390k|  3294k|     0 |   0.0 |1051M| 676 |   - |1076 |2354 |   0 |   0 |   0 | 468k|   0 | 0.000000e+00 |      --      |    Inf 
360.60/360.61	c   296s|  3400k|  3303k|     0 |   0.0 |1054M| 676 |   - |1076 |2229 |   0 |   0 |   0 | 471k|   0 | 0.000000e+00 |      --      |    Inf 
361.70/361.72	c   297s|  3410k|  3313k|     0 |   0.0 |1057M| 676 |   - |1076 |2332 |   0 |   0 |   0 | 473k|   0 | 0.000000e+00 |      --      |    Inf 
362.70/362.79	c   298s|  3420k|  3322k|     0 |   0.0 |1060M| 676 |   - |1076 |2446 |   0 |   0 |   0 | 475k|   0 | 0.000000e+00 |      --      |    Inf 
363.90/363.90	c   299s|  3430k|  3332k|     0 |   0.0 |1064M| 676 |   - |1076 |2344 |   0 |   0 |   0 | 477k|   0 | 0.000000e+00 |      --      |    Inf 
365.00/365.06	c   300s|  3440k|  3342k|     0 |   0.0 |1067M| 676 |   - |1076 |2619 |   0 |   0 |   0 | 480k|   0 | 0.000000e+00 |      --      |    Inf 
366.10/366.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
366.10/366.11	c   300s|  3450k|  3351k|     0 |   0.0 |1070M| 676 |   - |1076 |2261 |   0 |   0 |   0 | 482k|   0 | 0.000000e+00 |      --      |    Inf 
367.20/367.25	c   301s|  3460k|  3361k|     0 |   0.0 |1074M| 676 |   - |1076 |2404 |   0 |   0 |   0 | 484k|   0 | 0.000000e+00 |      --      |    Inf 
368.30/368.37	c   302s|  3470k|  3370k|     0 |   0.0 |1077M| 676 |   - |1076 |2146 |   0 |   0 |   0 | 486k|   0 | 0.000000e+00 |      --      |    Inf 
369.50/369.51	c   303s|  3480k|  3380k|     0 |   0.0 |1080M| 676 |   - |1076 |2535 |   0 |   0 |   0 | 489k|   0 | 0.000000e+00 |      --      |    Inf 
370.61/370.63	c   304s|  3490k|  3389k|     0 |   0.0 |1083M| 676 |   - |1076 |2125 |   0 |   0 |   0 | 491k|   0 | 0.000000e+00 |      --      |    Inf 
371.70/371.76	c   305s|  3500k|  3399k|     0 |   0.0 |1087M| 676 |   - |1076 |2379 |   0 |   0 |   0 | 494k|   0 | 0.000000e+00 |      --      |    Inf 
372.81/372.88	c   306s|  3510k|  3408k|     0 |   0.0 |1090M| 676 |   - |1076 |2214 |   0 |   0 |   0 | 496k|   0 | 0.000000e+00 |      --      |    Inf 
374.01/374.04	c   307s|  3520k|  3418k|     0 |   0.0 |1093M| 676 |   - |1076 |2490 |   0 |   0 |   0 | 498k|   0 | 0.000000e+00 |      --      |    Inf 
375.11/375.13	c   308s|  3530k|  3427k|     0 |   0.0 |1096M| 676 |   - |1076 |2294 |   0 |   0 |   0 | 500k|   0 | 0.000000e+00 |      --      |    Inf 
376.10/376.19	c   309s|  3540k|  3437k|     0 |   0.0 |1100M| 676 |   - |1076 |2320 |   0 |   0 |   0 | 503k|   0 | 0.000000e+00 |      --      |    Inf 
377.31/377.33	c   310s|  3550k|  3447k|     0 |   0.0 |1103M| 676 |   - |1076 |2480 |   0 |   0 |   0 | 505k|   0 | 0.000000e+00 |      --      |    Inf 
378.41/378.45	c   311s|  3560k|  3456k|     0 |   0.0 |1106M| 676 |   - |1076 |2448 |   0 |   0 |   0 | 508k|   0 | 0.000000e+00 |      --      |    Inf 
379.41/379.49	c   312s|  3570k|  3466k|     0 |   0.0 |1109M| 676 |   - |1076 |2540 |   0 |   0 |   0 | 510k|   0 | 0.000000e+00 |      --      |    Inf 
380.60/380.63	c   312s|  3580k|  3475k|     0 |   0.0 |1113M| 676 |   - |1076 |2443 |   0 |   0 |   0 | 512k|   0 | 0.000000e+00 |      --      |    Inf 
381.80/381.81	c   313s|  3590k|  3485k|     0 |   0.0 |1116M| 676 |   - |1076 |2736 |   0 |   0 |   0 | 515k|   0 | 0.000000e+00 |      --      |    Inf 
382.90/382.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
382.90/382.98	c   314s|  3600k|  3494k|     0 |   0.0 |1119M| 676 |   - |1076 |2287 |   0 |   0 |   0 | 517k|   0 | 0.000000e+00 |      --      |    Inf 
384.10/384.10	c   315s|  3610k|  3504k|     0 |   0.0 |1123M| 676 |   - |1076 |2579 |   0 |   0 |   0 | 520k|   0 | 0.000000e+00 |      --      |    Inf 
385.20/385.25	c   316s|  3620k|  3513k|     0 |   0.0 |1126M| 676 |   - |1076 |2271 |   0 |   0 |   0 | 522k|   0 | 0.000000e+00 |      --      |    Inf 
386.30/386.37	c   317s|  3630k|  3523k|     0 |   0.0 |1129M| 676 |   - |1076 |2629 |   0 |   0 |   0 | 525k|   0 | 0.000000e+00 |      --      |    Inf 
387.50/387.59	c   318s|  3640k|  3532k|     0 |   0.0 |1132M| 676 |   - |1076 |2303 |   0 |   0 |   0 | 527k|   0 | 0.000000e+00 |      --      |    Inf 
388.71/388.77	c   319s|  3650k|  3542k|     0 |   0.0 |1136M| 676 |   - |1076 |2693 |   0 |   0 |   0 | 530k|   0 | 0.000000e+00 |      --      |    Inf 
389.90/389.91	c   320s|  3660k|  3551k|     0 |   0.0 |1139M| 676 |   - |1076 |2387 |   0 |   0 |   0 | 532k|   0 | 0.000000e+00 |      --      |    Inf 
391.10/391.10	c   321s|  3670k|  3561k|     0 |   0.0 |1142M| 676 |   - |1076 |2691 |   0 |   0 |   0 | 535k|   0 | 0.000000e+00 |      --      |    Inf 
392.20/392.20	c   322s|  3680k|  3570k|     0 |   0.0 |1146M| 676 |   - |1076 |2405 |   0 |   0 |   0 | 537k|   0 | 0.000000e+00 |      --      |    Inf 
393.30/393.37	c   323s|  3690k|  3580k|     0 |   0.0 |1149M| 676 |   - |1076 |2711 |   0 |   0 |   0 | 540k|   0 | 0.000000e+00 |      --      |    Inf 
394.50/394.50	c   324s|  3700k|  3589k|     0 |   0.0 |1152M| 676 |   - |1076 |2330 |   0 |   0 |   0 | 542k|   0 | 0.000000e+00 |      --      |    Inf 
395.61/395.60	c   325s|  3710k|  3599k|     0 |   0.0 |1156M| 676 |   - |1076 |2660 |   0 |   0 |   0 | 545k|   0 | 0.000000e+00 |      --      |    Inf 
396.70/396.72	c   326s|  3720k|  3608k|     0 |   0.0 |1159M| 676 |   - |1076 |2450 |   0 |   0 |   0 | 547k|   0 | 0.000000e+00 |      --      |    Inf 
397.80/397.87	c   327s|  3730k|  3618k|     0 |   0.0 |1162M| 676 |   - |1076 |2756 |   0 |   0 |   0 | 550k|   0 | 0.000000e+00 |      --      |    Inf 
399.00/399.01	c   328s|  3740k|  3627k|     0 |   0.0 |1166M| 676 |   - |1076 |2536 |   0 |   0 |   0 | 553k|   0 | 0.000000e+00 |      --      |    Inf 
400.10/400.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
400.10/400.16	c   329s|  3750k|  3637k|     0 |   0.0 |1169M| 676 |   - |1076 |2719 |   0 |   0 |   0 | 555k|   0 | 0.000000e+00 |      --      |    Inf 
401.20/401.28	c   330s|  3760k|  3646k|     0 |   0.0 |1172M| 676 |   - |1076 |2475 |   0 |   0 |   0 | 558k|   0 | 0.000000e+00 |      --      |    Inf 
402.40/402.47	c   331s|  3770k|  3656k|     0 |   0.0 |1176M| 676 |   - |1076 |2665 |   0 |   0 |   0 | 560k|   0 | 0.000000e+00 |      --      |    Inf 
403.60/403.64	c   331s|  3780k|  3665k|     0 |   0.0 |1179M| 676 |   - |1076 |2582 |   0 |   0 |   0 | 563k|   0 | 0.000000e+00 |      --      |    Inf 
405.00/405.06	c   333s|  3790k|  3675k|     0 |   0.0 |1182M| 676 |   - |1076 |2791 |   0 |   0 |   0 | 566k|   0 | 0.000000e+00 |      --      |    Inf 
406.21/406.25	c   334s|  3800k|  3684k|     0 |   0.0 |1186M| 676 |   - |1076 |2570 |   0 |   0 |   0 | 568k|   0 | 0.000000e+00 |      --      |    Inf 
407.40/407.44	c   335s|  3810k|  3694k|     0 |   0.0 |1189M| 676 |   - |1076 |2720 |   0 |   0 |   0 | 571k|   0 | 0.000000e+00 |      --      |    Inf 
408.60/408.60	c   336s|  3820k|  3703k|     0 |   0.0 |1192M| 676 |   - |1076 |2716 |   0 |   0 |   0 | 574k|   0 | 0.000000e+00 |      --      |    Inf 
409.70/409.73	c   337s|  3830k|  3713k|     0 |   0.0 |1196M| 676 |   - |1076 |2738 |   0 |   0 |   0 | 576k|   0 | 0.000000e+00 |      --      |    Inf 
410.90/410.94	c   338s|  3840k|  3722k|     0 |   0.0 |1199M| 676 |   - |1076 |2663 |   0 |   0 |   0 | 579k|   0 | 0.000000e+00 |      --      |    Inf 
412.10/412.13	c   339s|  3850k|  3731k|     0 |   0.0 |1202M| 676 |   - |1076 |2789 |   0 |   0 |   0 | 582k|   0 | 0.000000e+00 |      --      |    Inf 
413.20/413.25	c   339s|  3860k|  3741k|     0 |   0.0 |1206M| 676 |   - |1076 |2721 |   0 |   0 |   0 | 584k|   0 | 0.000000e+00 |      --      |    Inf 
414.50/414.52	c   341s|  3870k|  3750k|     0 |   0.0 |1209M| 676 |   - |1076 |2954 |   0 |   0 |   0 | 587k|   0 | 0.000000e+00 |      --      |    Inf 
415.61/415.65	c   341s|  3880k|  3760k|     0 |   0.0 |1212M| 676 |   - |1076 |2782 |   0 |   0 |   0 | 590k|   0 | 0.000000e+00 |      --      |    Inf 
416.80/416.83	c   342s|  3890k|  3769k|     0 |   0.0 |1216M| 676 |   - |1076 |2931 |   0 |   0 |   0 | 593k|   0 | 0.000000e+00 |      --      |    Inf 
417.91/417.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
417.91/417.98	c   343s|  3900k|  3779k|     0 |   0.0 |1219M| 676 |   - |1076 |2606 |   0 |   0 |   0 | 596k|   0 | 0.000000e+00 |      --      |    Inf 
419.10/419.18	c   344s|  3910k|  3788k|     0 |   0.0 |1222M| 676 |   - |1076 |2987 |   0 |   0 |   0 | 599k|   0 | 0.000000e+00 |      --      |    Inf 
420.31/420.34	c   345s|  3920k|  3798k|     0 |   0.0 |1226M| 676 |   - |1076 |2546 |   0 |   0 |   0 | 602k|   0 | 0.000000e+00 |      --      |    Inf 
421.50/421.54	c   346s|  3930k|  3807k|     0 |   0.0 |1229M| 676 |   - |1076 |2967 |   0 |   0 |   0 | 604k|   0 | 0.000000e+00 |      --      |    Inf 
422.60/422.69	c   347s|  3940k|  3816k|     0 |   0.0 |1232M| 676 |   - |1076 |2580 |   0 |   0 |   0 | 607k|   0 | 0.000000e+00 |      --      |    Inf 
423.90/423.94	c   348s|  3950k|  3826k|     0 |   0.0 |1236M| 676 |   - |1076 |3163 |   0 |   0 |   0 | 610k|   0 | 0.000000e+00 |      --      |    Inf 
425.10/425.10	c   349s|  3960k|  3835k|     0 |   0.0 |1239M| 676 |   - |1076 |2814 |   0 |   0 |   0 | 613k|   0 | 0.000000e+00 |      --      |    Inf 
426.20/426.28	c   350s|  3970k|  3845k|     0 |   0.0 |1243M| 676 |   - |1076 |3224 |   0 |   0 |   0 | 616k|   0 | 0.000000e+00 |      --      |    Inf 
427.60/427.63	c   351s|  3980k|  3854k|     0 |   0.0 |1246M| 676 |   - |1076 |2855 |   0 |   0 |   0 | 619k|   0 | 0.000000e+00 |      --      |    Inf 
428.91/428.90	c   352s|  3990k|  3863k|     0 |   0.0 |1250M| 676 |   - |1076 |3397 |   0 |   0 |   0 | 622k|   0 | 0.000000e+00 |      --      |    Inf 
430.00/430.06	c   353s|  4000k|  3873k|     0 |   0.0 |1253M| 676 |   - |1076 |3010 |   0 |   0 |   0 | 625k|   0 | 0.000000e+00 |      --      |    Inf 
431.21/431.26	c   354s|  4010k|  3882k|     0 |   0.0 |1256M| 676 |   - |1076 |3164 |   0 |   0 |   0 | 628k|   0 | 0.000000e+00 |      --      |    Inf 
432.40/432.46	c   355s|  4020k|  3892k|     0 |   0.0 |1260M| 676 |   - |1076 |2945 |   0 |   0 |   0 | 631k|   0 | 0.000000e+00 |      --      |    Inf 
433.60/433.61	c   356s|  4030k|  3901k|     0 |   0.0 |1263M| 676 |   - |1076 |2854 |   0 |   0 |   0 | 634k|   0 | 0.000000e+00 |      --      |    Inf 
434.70/434.78	c   357s|  4040k|  3911k|     0 |   0.0 |1266M| 676 |   - |1076 |3138 |   0 |   0 |   0 | 637k|   0 | 0.000000e+00 |      --      |    Inf 
435.90/435.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
435.90/435.91	c   358s|  4050k|  3920k|     0 |   0.0 |1270M| 676 |   - |1076 |2661 |   0 |   0 |   0 | 640k|   0 | 0.000000e+00 |      --      |    Inf 
437.11/437.18	c   359s|  4060k|  3929k|     0 |   0.0 |1273M| 676 |   - |1076 |3279 |   0 |   0 |   0 | 643k|   0 | 0.000000e+00 |      --      |    Inf 
438.30/438.39	c   360s|  4070k|  3939k|     0 |   0.0 |1277M| 676 |   - |1076 |2917 |   0 |   0 |   0 | 646k|   0 | 0.000000e+00 |      --      |    Inf 
439.50/439.59	c   361s|  4080k|  3948k|     0 |   0.0 |1280M| 676 |   - |1076 |3400 |   0 |   0 |   0 | 650k|   0 | 0.000000e+00 |      --      |    Inf 
440.70/440.79	c   362s|  4090k|  3958k|     0 |   0.0 |1283M| 676 |   - |1076 |3038 |   0 |   0 |   0 | 653k|   0 | 0.000000e+00 |      --      |    Inf 
441.90/441.97	c   363s|  4100k|  3967k|     0 |   0.0 |1287M| 676 |   - |1076 |3375 |   0 |   0 |   0 | 656k|   0 | 0.000000e+00 |      --      |    Inf 
443.10/443.19	c   364s|  4110k|  3976k|     0 |   0.0 |1290M| 676 |   - |1076 |3166 |   0 |   0 |   0 | 659k|   0 | 0.000000e+00 |      --      |    Inf 
444.41/444.45	c   365s|  4120k|  3986k|     0 |   0.0 |1294M| 676 |   - |1076 |2892 |   0 |   0 |   0 | 662k|   0 | 0.000000e+00 |      --      |    Inf 
445.60/445.65	c   366s|  4130k|  3995k|     0 |   0.0 |1297M| 676 |   - |1076 |3235 |   0 |   0 |   0 | 666k|   0 | 0.000000e+00 |      --      |    Inf 
446.80/446.85	c   367s|  4140k|  4005k|     0 |   0.0 |1301M| 676 |   - |1076 |3038 |   0 |   0 |   0 | 669k|   0 | 0.000000e+00 |      --      |    Inf 
448.00/448.09	c   368s|  4150k|  4014k|     0 |   0.0 |1304M| 676 |   - |1076 |3531 |   0 |   0 |   0 | 672k|   0 | 0.000000e+00 |      --      |    Inf 
449.21/449.27	c   369s|  4160k|  4023k|     0 |   0.0 |1307M| 676 |   - |1076 |3233 |   0 |   0 |   0 | 675k|   0 | 0.000000e+00 |      --      |    Inf 
450.40/450.45	c   370s|  4170k|  4033k|     0 |   0.0 |1311M| 676 |   - |1076 |3358 |   0 |   0 |   0 | 678k|   0 | 0.000000e+00 |      --      |    Inf 
451.70/451.72	c   371s|  4180k|  4042k|     0 |   0.0 |1314M| 676 |   - |1076 |3345 |   0 |   0 |   0 | 682k|   0 | 0.000000e+00 |      --      |    Inf 
452.80/452.89	c   372s|  4190k|  4051k|     0 |   0.0 |1318M| 676 |   - |1076 |2910 |   0 |   0 |   0 | 685k|   0 | 0.000000e+00 |      --      |    Inf 
454.01/454.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
454.01/454.09	c   373s|  4200k|  4061k|     0 |   0.0 |1321M| 676 |   - |1076 |3566 |   0 |   0 |   0 | 689k|   0 | 0.000000e+00 |      --      |    Inf 
455.31/455.36	c   374s|  4210k|  4070k|     0 |   0.0 |1325M| 676 |   - |1076 |3131 |   0 |   0 |   0 | 692k|   0 | 0.000000e+00 |      --      |    Inf 
456.51/456.60	c   375s|  4220k|  4079k|     0 |   0.0 |1328M| 676 |   - |1076 |3600 |   0 |   0 |   0 | 696k|   0 | 0.000000e+00 |      --      |    Inf 
457.90/457.95	c   377s|  4230k|  4089k|     0 |   0.0 |1332M| 676 |   - |1076 |3390 |   0 |   0 |   0 | 699k|   0 | 0.000000e+00 |      --      |    Inf 
459.20/459.26	c   378s|  4240k|  4098k|     0 |   0.0 |1335M| 676 |   - |1076 |3030 |   0 |   0 |   0 | 703k|   0 | 0.000000e+00 |      --      |    Inf 
460.51/460.51	c   379s|  4250k|  4107k|     0 |   0.0 |1339M| 676 |   - |1076 |3694 |   0 |   0 |   0 | 707k|   0 | 0.000000e+00 |      --      |    Inf 
461.81/461.82	c   380s|  4260k|  4117k|     0 |   0.0 |1342M| 676 |   - |1076 |3440 |   0 |   0 |   0 | 710k|   0 | 0.000000e+00 |      --      |    Inf 
463.11/463.11	c   381s|  4270k|  4126k|     0 |   0.0 |1346M| 676 |   - |1076 |3611 |   0 |   0 |   0 | 714k|   0 | 0.000000e+00 |      --      |    Inf 
464.40/464.43	c   382s|  4280k|  4135k|     0 |   0.0 |1349M| 676 |   - |1076 |3729 |   0 |   0 |   0 | 718k|   0 | 0.000000e+00 |      --      |    Inf 
465.70/465.78	c   383s|  4290k|  4144k|     0 |   0.0 |1353M| 676 |   - |1076 |3331 |   0 |   0 |   0 | 721k|   0 | 0.000000e+00 |      --      |    Inf 
467.00/467.02	c   384s|  4300k|  4154k|     0 |   0.0 |1356M| 676 |   - |1076 |3744 |   0 |   0 |   0 | 725k|   0 | 0.000000e+00 |      --      |    Inf 
468.20/468.28	c   385s|  4310k|  4163k|     0 |   0.0 |1359M| 676 |   - |1076 |3535 |   0 |   0 |   0 | 728k|   0 | 0.000000e+00 |      --      |    Inf 
469.61/469.63	c   386s|  4320k|  4172k|     0 |   0.0 |1363M| 676 |   - |1076 |3275 |   0 |   0 |   0 | 732k|   0 | 0.000000e+00 |      --      |    Inf 
470.81/470.88	c   387s|  4330k|  4182k|     0 |   0.0 |1367M| 676 |   - |1076 |3808 |   0 |   0 |   0 | 736k|   0 | 0.000000e+00 |      --      |    Inf 
472.11/472.11	c   388s|  4340k|  4191k|     0 |   0.0 |1370M| 676 |   - |1076 |3601 |   0 |   0 |   0 | 740k|   0 | 0.000000e+00 |      --      |    Inf 
473.40/473.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
473.40/473.47	c   390s|  4350k|  4200k|     0 |   0.0 |1373M| 676 |   - |1076 |3231 |   0 |   0 |   0 | 744k|   0 | 0.000000e+00 |      --      |    Inf 
474.70/474.77	c   391s|  4360k|  4209k|     0 |   0.0 |1377M| 676 |   - |1076 |3920 |   0 |   0 |   0 | 748k|   0 | 0.000000e+00 |      --      |    Inf 
476.00/476.03	c   392s|  4370k|  4218k|     0 |   0.0 |1381M| 676 |   - |1076 |3581 |   0 |   0 |   0 | 752k|   0 | 0.000000e+00 |      --      |    Inf 
477.41/477.42	c   393s|  4380k|  4228k|     0 |   0.0 |1384M| 676 |   - |1076 |3190 |   0 |   0 |   0 | 756k|   0 | 0.000000e+00 |      --      |    Inf 
478.70/478.71	c   394s|  4390k|  4237k|     0 |   0.0 |1388M| 676 |   - |1076 |4054 |   0 |   0 |   0 | 760k|   0 | 0.000000e+00 |      --      |    Inf 
479.90/479.95	c   395s|  4400k|  4246k|     0 |   0.0 |1391M| 676 |   - |1076 |3603 |   0 |   0 |   0 | 764k|   0 | 0.000000e+00 |      --      |    Inf 
481.30/481.34	c   396s|  4410k|  4255k|     0 |   0.0 |1395M| 676 |   - |1076 |3430 |   0 |   0 |   0 | 768k|   0 | 0.000000e+00 |      --      |    Inf 
482.70/482.70	c   397s|  4420k|  4264k|     0 |   0.0 |1398M| 676 |   - |1076 |4096 |   0 |   0 |   0 | 773k|   0 | 0.000000e+00 |      --      |    Inf 
484.01/484.04	c   399s|  4430k|  4274k|     0 |   0.0 |1402M| 676 |   - |1076 |3800 |   0 |   0 |   0 | 777k|   0 | 0.000000e+00 |      --      |    Inf 
485.41/485.45	c   400s|  4440k|  4283k|     0 |   0.0 |1406M| 676 |   - |1076 |3653 |   0 |   0 |   0 | 781k|   0 | 0.000000e+00 |      --      |    Inf 
486.71/486.78	c   401s|  4450k|  4292k|     0 |   0.0 |1409M| 676 |   - |1076 |3549 |   0 |   0 |   0 | 786k|   0 | 0.000000e+00 |      --      |    Inf 
488.20/488.26	c   402s|  4460k|  4301k|     0 |   0.0 |1413M| 676 |   - |1076 |4111 |   0 |   0 |   0 | 790k|   0 | 0.000000e+00 |      --      |    Inf 
489.61/489.69	c   403s|  4470k|  4310k|     0 |   0.0 |1416M| 676 |   - |1076 |3845 |   0 |   0 |   0 | 795k|   0 | 0.000000e+00 |      --      |    Inf 
491.10/491.16	c   405s|  4480k|  4319k|     0 |   0.0 |1420M| 676 |   - |1076 |3592 |   0 |   0 |   0 | 799k|   0 | 0.000000e+00 |      --      |    Inf 
492.51/492.55	c   406s|  4490k|  4328k|     0 |   0.0 |1423M| 676 |   - |1076 |3651 |   0 |   0 |   0 | 804k|   0 | 0.000000e+00 |      --      |    Inf 
493.91/493.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
493.91/493.95	c   407s|  4500k|  4337k|     0 |   0.0 |1427M| 676 |   - |1076 |4253 |   0 |   0 |   0 | 809k|   0 | 0.000000e+00 |      --      |    Inf 
495.30/495.31	c   408s|  4510k|  4346k|     0 |   0.0 |1431M| 676 |   - |1076 |4044 |   0 |   0 |   0 | 813k|   0 | 0.000000e+00 |      --      |    Inf 
496.70/496.70	c   409s|  4520k|  4356k|     0 |   0.0 |1434M| 676 |   - |1076 |3761 |   0 |   0 |   0 | 818k|   0 | 0.000000e+00 |      --      |    Inf 
498.21/498.23	c   411s|  4530k|  4365k|     0 |   0.0 |1438M| 676 |   - |1076 |3617 |   0 |   0 |   0 | 823k|   0 | 0.000000e+00 |      --      |    Inf 
499.60/499.64	c   412s|  4540k|  4374k|     0 |   0.0 |1442M| 676 |   - |1076 |4592 |   0 |   0 |   0 | 828k|   0 | 0.000000e+00 |      --      |    Inf 
501.00/501.02	c   413s|  4550k|  4383k|     0 |   0.0 |1446M| 676 |   - |1076 |4574 |   0 |   0 |   0 | 833k|   0 | 0.000000e+00 |      --      |    Inf 
502.50/502.57	c   414s|  4560k|  4392k|     0 |   0.0 |1449M| 676 |   - |1076 |4215 |   0 |   0 |   0 | 838k|   0 | 0.000000e+00 |      --      |    Inf 
504.10/504.17	c   416s|  4570k|  4401k|     0 |   0.0 |1453M| 676 |   - |1076 |4221 |   0 |   0 |   0 | 843k|   0 | 0.000000e+00 |      --      |    Inf 
505.60/505.65	c   417s|  4580k|  4410k|     0 |   0.0 |1456M| 676 |   - |1076 |3867 |   0 |   0 |   0 | 848k|   0 | 0.000000e+00 |      --      |    Inf 
507.11/507.12	c   418s|  4590k|  4419k|     0 |   0.0 |1460M| 676 |   - |1076 |3866 |   0 |   0 |   0 | 854k|   0 | 0.000000e+00 |      --      |    Inf 
508.71/508.73	c   420s|  4600k|  4428k|     0 |   0.0 |1464M| 676 |   - |1076 |4803 |   0 |   0 |   0 | 859k|   0 | 0.000000e+00 |      --      |    Inf 
510.21/510.26	c   421s|  4610k|  4437k|     0 |   0.0 |1468M| 676 |   - |1076 |5035 |   0 |   0 |   0 | 865k|   0 | 0.000000e+00 |      --      |    Inf 
511.81/511.87	c   422s|  4620k|  4446k|     0 |   0.0 |1471M| 676 |   - |1076 |4748 |   0 |   0 |   0 | 871k|   0 | 0.000000e+00 |      --      |    Inf 
513.50/513.54	c   424s|  4630k|  4454k|     0 |   0.0 |1475M| 676 |   - |1076 |5080 |   0 |   0 |   0 | 877k|   0 | 0.000000e+00 |      --      |    Inf 
515.30/515.30	c   425s|  4640k|  4463k|     0 |   0.0 |1479M| 676 |   - |1076 |4899 |   0 |   0 |   0 | 883k|   0 | 0.000000e+00 |      --      |    Inf 
516.81/516.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
516.81/516.90	c   427s|  4650k|  4472k|     0 |   0.0 |1483M| 676 |   - |1076 |4961 |   0 |   0 |   0 | 889k|   0 | 0.000000e+00 |      --      |    Inf 
518.51/518.50	c   428s|  4660k|  4481k|     0 |   0.0 |1487M| 676 |   - |1076 |4798 |   0 |   0 |   0 | 895k|   0 | 0.000000e+00 |      --      |    Inf 
520.11/520.10	c   429s|  4670k|  4490k|     0 |   0.0 |1491M| 676 |   - |1076 |5083 |   0 |   0 |   0 | 901k|   0 | 0.000000e+00 |      --      |    Inf 
521.60/521.65	c   431s|  4680k|  4498k|     0 |   0.0 |1494M| 676 |   - |1076 |5010 |   0 |   0 |   0 | 908k|   0 | 0.000000e+00 |      --      |    Inf 
523.41/523.43	c   432s|  4690k|  4507k|     0 |   0.0 |1498M| 676 |   - |1076 |5555 |   0 |   0 |   0 | 915k|   0 | 0.000000e+00 |      --      |    Inf 
525.11/525.11	c   434s|  4700k|  4516k|     0 |   0.0 |1502M| 676 |   - |1076 |5247 |   0 |   0 |   0 | 921k|   0 | 0.000000e+00 |      --      |    Inf 
526.92/526.95	c   435s|  4710k|  4524k|     0 |   0.0 |1506M| 676 |   - |1076 |4359 |   0 |   0 |   0 | 929k|   0 | 0.000000e+00 |      --      |    Inf 
528.80/528.88	c   437s|  4720k|  4533k|     0 |   0.0 |1510M| 676 |   - |1076 |4871 |   0 |   0 |   0 | 936k|   0 | 0.000000e+00 |      --      |    Inf 
530.80/530.83	c   439s|  4730k|  4541k|     0 |   0.0 |1514M| 676 |   - |1076 |4986 |   0 |   0 |   0 | 943k|   0 | 0.000000e+00 |      --      |    Inf 
532.51/532.56	c   440s|  4740k|  4550k|     0 |   0.0 |1518M| 676 |   - |1076 |5728 |   0 |   0 |   0 | 951k|   0 | 0.000000e+00 |      --      |    Inf 
534.30/534.36	c   442s|  4750k|  4559k|     0 |   0.0 |1522M| 676 |   - |1076 |4390 |   0 |   0 |   0 | 958k|   0 | 0.000000e+00 |      --      |    Inf 
536.11/536.11	c   443s|  4760k|  4567k|     0 |   0.0 |1526M| 676 |   - |1076 |5275 |   0 |   0 |   0 | 966k|   0 | 0.000000e+00 |      --      |    Inf 
538.11/538.18	c   445s|  4770k|  4575k|     0 |   0.0 |1530M| 676 |   - |1076 |4675 |   0 |   0 |   0 | 974k|   0 | 0.000000e+00 |      --      |    Inf 
540.11/540.14	c   447s|  4780k|  4584k|     0 |   0.0 |1534M| 676 |   - |1076 |5391 |   0 |   0 |   0 | 982k|   0 | 0.000000e+00 |      --      |    Inf 
541.91/541.90	c   448s|  4790k|  4592k|     0 |   0.0 |1538M| 676 |   - |1076 |4697 |   0 |   0 |   0 | 990k|   0 | 0.000000e+00 |      --      |    Inf 
543.90/543.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
543.90/543.94	c   450s|  4800k|  4601k|     0 |   0.0 |1542M| 676 |   - |1076 |6085 |   0 |   0 |   0 | 999k|   0 | 0.000000e+00 |      --      |    Inf 
546.10/546.14	c   452s|  4810k|  4609k|     0 |   0.0 |1546M| 676 |   - |1076 |5757 |   0 |   0 |   0 |1008k|   0 | 0.000000e+00 |      --      |    Inf 
548.10/548.15	c   454s|  4820k|  4617k|     0 |   0.0 |1550M| 676 |   - |1076 |5835 |   0 |   0 |   0 |1017k|   0 | 0.000000e+00 |      --      |    Inf 
550.30/550.37	c   456s|  4830k|  4625k|     0 |   0.0 |1555M| 676 |   - |1076 |6214 |   0 |   0 |   0 |1027k|   0 | 0.000000e+00 |      --      |    Inf 
552.50/552.51	c   458s|  4840k|  4633k|     0 |   0.0 |1559M| 676 |   - |1076 |5096 |   0 |   0 |   0 |1036k|   0 | 0.000000e+00 |      --      |    Inf 
554.71/554.72	c   460s|  4850k|  4641k|     0 |   0.0 |1563M| 676 |   - |1076 |5548 |   0 |   0 |   0 |1046k|   0 | 0.000000e+00 |      --      |    Inf 
556.61/556.65	c   462s|  4860k|  4650k|     0 |   0.0 |1567M| 676 |   - |1076 |5232 |   0 |   0 |   0 |1055k|   0 | 0.000000e+00 |      --      |    Inf 
558.41/558.49	c   463s|  4870k|  4658k|     0 |   0.0 |1571M| 676 |   - |1076 |4720 |   0 |   0 |   0 |1063k|   0 | 0.000000e+00 |      --      |    Inf 
560.50/560.50	c   465s|  4880k|  4666k|     0 |   0.0 |1576M| 676 |   - |1076 |4787 |   0 |   0 |   0 |1072k|   0 | 0.000000e+00 |      --      |    Inf 
562.21/562.27	c   466s|  4890k|  4675k|     0 |   0.0 |1580M| 676 |   - |1076 |4919 |   0 |   0 |   0 |1081k|   0 | 0.000000e+00 |      --      |    Inf 
563.91/563.95	c   468s|  4900k|  4683k|     0 |   0.0 |1584M| 676 |   - |1076 |4951 |   0 |   0 |   0 |1089k|   0 | 0.000000e+00 |      --      |    Inf 
565.31/565.39	c   469s|  4910k|  4692k|     0 |   0.0 |1588M| 676 |   - |1076 |4634 |   0 |   0 |   0 |1096k|   0 | 0.000000e+00 |      --      |    Inf 
566.80/566.82	c   470s|  4920k|  4700k|     0 |   0.0 |1593M| 676 |   - |1076 |4574 |   0 |   0 |   0 |1102k|   0 | 0.000000e+00 |      --      |    Inf 
568.21/568.29	c   472s|  4930k|  4709k|     0 |   0.0 |1597M| 676 |   - |1076 |4471 |   0 |   0 |   0 |1109k|   0 | 0.000000e+00 |      --      |    Inf 
569.71/569.72	c   473s|  4940k|  4718k|     0 |   0.0 |1602M| 676 |   - |1076 |4177 |   0 |   0 |   0 |1115k|   0 | 0.000000e+00 |      --      |    Inf 
571.10/571.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
571.10/571.20	c   474s|  4950k|  4727k|     0 |   0.0 |1606M| 676 |   - |1076 |4240 |   0 |   0 |   0 |1122k|   0 | 0.000000e+00 |      --      |    Inf 
572.71/572.73	c   475s|  4960k|  4736k|     0 |   0.0 |1610M| 676 |   - |1076 |4210 |   0 |   0 |   0 |1129k|   0 | 0.000000e+00 |      --      |    Inf 
574.11/574.19	c   477s|  4970k|  4744k|     0 |   0.0 |1615M| 676 |   - |1076 |3968 |   0 |   0 |   0 |1135k|   0 | 0.000000e+00 |      --      |    Inf 
575.60/575.65	c   478s|  4980k|  4753k|     0 |   0.0 |1619M| 676 |   - |1076 |4088 |   0 |   0 |   0 |1142k|   0 | 0.000000e+00 |      --      |    Inf 
577.10/577.13	c   479s|  4990k|  4762k|     0 |   0.0 |1624M| 676 |   - |1076 |4284 |   0 |   0 |   0 |1148k|   0 | 0.000000e+00 |      --      |    Inf 
578.61/578.62	c   480s|  5000k|  4771k|     0 |   0.0 |1628M| 676 |   - |1076 |4281 |   0 |   0 |   0 |1155k|   0 | 0.000000e+00 |      --      |    Inf 
580.10/580.10	c   482s|  5010k|  4779k|     0 |   0.0 |1633M| 676 |   - |1076 |4110 |   0 |   0 |   0 |1161k|   0 | 0.000000e+00 |      --      |    Inf 
581.51/581.58	c   483s|  5020k|  4788k|     0 |   0.0 |1637M| 676 |   - |1076 |4319 |   0 |   0 |   0 |1168k|   0 | 0.000000e+00 |      --      |    Inf 
583.01/583.07	c   484s|  5030k|  4797k|     0 |   0.0 |1642M| 676 |   - |1076 |4311 |   0 |   0 |   0 |1176k|   0 | 0.000000e+00 |      --      |    Inf 
584.41/584.44	c   485s|  5040k|  4805k|     0 |   0.0 |1646M| 676 |   - |1076 |4235 |   0 |   0 |   0 |1183k|   0 | 0.000000e+00 |      --      |    Inf 
585.91/585.91	c   486s|  5050k|  4814k|     0 |   0.0 |1651M| 676 |   - |1076 |4320 |   0 |   0 |   0 |1190k|   0 | 0.000000e+00 |      --      |    Inf 
587.21/587.29	c   488s|  5060k|  4823k|     0 |   0.0 |1655M| 676 |   - |1076 |4348 |   0 |   0 |   0 |1196k|   0 | 0.000000e+00 |      --      |    Inf 
588.70/588.71	c   489s|  5070k|  4832k|     0 |   0.0 |1660M| 676 |   - |1076 |4303 |   0 |   0 |   0 |1203k|   0 | 0.000000e+00 |      --      |    Inf 
590.11/590.17	c   490s|  5080k|  4840k|     0 |   0.0 |1664M| 676 |   - |1076 |4331 |   0 |   0 |   0 |1210k|   0 | 0.000000e+00 |      --      |    Inf 
591.51/591.57	c   491s|  5090k|  4849k|     0 |   0.0 |1669M| 676 |   - |1076 |4253 |   0 |   0 |   0 |1216k|   0 | 0.000000e+00 |      --      |    Inf 
592.91/592.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
592.91/592.94	c   492s|  5100k|  4858k|     0 |   0.0 |1673M| 676 |   - |1076 |4271 |   0 |   0 |   0 |1223k|   0 | 0.000000e+00 |      --      |    Inf 
594.51/594.52	c   494s|  5110k|  4866k|     0 |   0.0 |1678M| 676 |   - |1076 |4187 |   0 |   0 |   0 |1230k|   0 | 0.000000e+00 |      --      |    Inf 
595.91/595.90	c   495s|  5120k|  4875k|     0 |   0.0 |1682M| 676 |   - |1076 |4192 |   0 |   0 |   0 |1237k|   0 | 0.000000e+00 |      --      |    Inf 
597.41/597.48	c   496s|  5130k|  4883k|     0 |   0.0 |1687M| 676 |   - |1076 |4334 |   0 |   0 |   0 |1245k|   0 | 0.000000e+00 |      --      |    Inf 
598.90/598.96	c   497s|  5140k|  4892k|     0 |   0.0 |1692M| 676 |   - |1076 |4418 |   0 |   0 |   0 |1252k|   0 | 0.000000e+00 |      --      |    Inf 
600.51/600.53	c   499s|  5150k|  4901k|     0 |   0.0 |1696M| 676 |   - |1076 |4100 |   0 |   0 |   0 |1259k|   0 | 0.000000e+00 |      --      |    Inf 
602.01/602.07	c   500s|  5160k|  4909k|     0 |   0.0 |1700M| 676 |   - |1076 |4173 |   0 |   0 |   0 |1267k|   0 | 0.000000e+00 |      --      |    Inf 
603.60/603.60	c   501s|  5170k|  4917k|     0 |   0.0 |1705M| 676 |   - |1076 |4449 |   0 |   0 |   0 |1275k|   0 | 0.000000e+00 |      --      |    Inf 
605.21/605.24	c   503s|  5180k|  4926k|     0 |   0.0 |1710M| 676 |   - |1076 |4497 |   0 |   0 |   0 |1284k|   0 | 0.000000e+00 |      --      |    Inf 
606.91/606.90	c   504s|  5190k|  4934k|     0 |   0.0 |1714M| 676 |   - |1076 |4494 |   0 |   0 |   0 |1293k|   0 | 0.000000e+00 |      --      |    Inf 
608.71/608.73	c   506s|  5200k|  4942k|     0 |   0.0 |1719M| 676 |   - |1076 |4482 |   0 |   0 |   0 |1302k|   0 | 0.000000e+00 |      --      |    Inf 
610.61/610.62	c   507s|  5210k|  4950k|     0 |   0.0 |1725M| 676 |   - |1076 |4697 |   0 |   0 |   0 |1311k|   0 | 0.000000e+00 |      --      |    Inf 
612.61/612.66	c   509s|  5220k|  4957k|     0 |   0.0 |1730M| 676 |   - |1076 |5044 |   0 |   0 |   0 |1321k|   0 | 0.000000e+00 |      --      |    Inf 
615.61/615.62	c   512s|  5230k|  4963k|     0 |   0.0 |1737M| 676 |   - |1076 |5392 |   0 |   0 |   0 |1334k|   0 | 0.000000e+00 |      --      |    Inf 
617.51/617.55	c   514s|  5240k|  4971k|     0 |   0.0 |1740M| 676 |   - |1076 |3207 |   0 |   0 |   0 |1338k|   0 | 0.000000e+00 |      --      |    Inf 
618.61/618.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
618.61/618.66	c   514s|  5250k|  4981k|     0 |   0.0 |1743M| 676 |   - |1076 |2606 |   0 |   0 |   0 |1339k|   0 | 0.000000e+00 |      --      |    Inf 
619.81/619.81	c   515s|  5260k|  4991k|     0 |   0.0 |1746M| 676 |   - |1076 |1805 |   0 |   0 |   0 |1341k|   0 | 0.000000e+00 |      --      |    Inf 
621.01/621.02	c   516s|  5270k|  5000k|     0 |   0.0 |1750M| 676 |   - |1076 |1303 |   0 |   0 |   0 |1343k|   0 | 0.000000e+00 |      --      |    Inf 
622.11/622.12	c   517s|  5280k|  5010k|     0 |   0.0 |1753M| 676 |   - |1076 |1027 |   0 |   0 |   0 |1345k|   0 | 0.000000e+00 |      --      |    Inf 
623.21/623.22	c   518s|  5290k|  5020k|     0 |   0.0 |1756M| 676 |   - |1076 |1032 |   0 |   0 |   0 |1346k|   0 | 0.000000e+00 |      --      |    Inf 
624.31/624.33	c   519s|  5300k|  5029k|     0 |   0.0 |1759M| 676 |   - |1076 | 919 |   0 |   0 |   0 |1347k|   0 | 0.000000e+00 |      --      |    Inf 
625.51/625.52	c   520s|  5310k|  5039k|     0 |   0.0 |1762M| 676 |   - |1076 | 947 |   0 |   0 |   0 |1348k|   0 | 0.000000e+00 |      --      |    Inf 
626.61/626.66	c   521s|  5320k|  5049k|     0 |   0.0 |1765M| 676 |   - |1076 | 870 |   0 |   0 |   0 |1349k|   0 | 0.000000e+00 |      --      |    Inf 
627.71/627.77	c   522s|  5330k|  5059k|     0 |   0.0 |1768M| 676 |   - |1076 | 850 |   0 |   0 |   0 |1350k|   0 | 0.000000e+00 |      --      |    Inf 
628.91/628.92	c   523s|  5340k|  5069k|     0 |   0.0 |1771M| 676 |   - |1076 | 792 |   0 |   0 |   0 |1351k|   0 | 0.000000e+00 |      --      |    Inf 
630.01/630.01	c   524s|  5350k|  5079k|     0 |   0.0 |1774M| 676 |   - |1076 | 738 |   0 |   0 |   0 |1352k|   0 | 0.000000e+00 |      --      |    Inf 
631.11/631.12	c   525s|  5360k|  5088k|     0 |   0.0 |1777M| 676 |   - |1076 | 654 |   0 |   0 |   0 |1353k|   0 | 0.000000e+00 |      --      |    Inf 
632.21/632.22	c   526s|  5370k|  5098k|     0 |   0.0 |1780M| 676 |   - |1076 | 724 |   0 |   0 |   0 |1354k|   0 | 0.000000e+00 |      --      |    Inf 
633.31/633.34	c   527s|  5380k|  5108k|     0 |   0.0 |1783M| 676 |   - |1076 | 754 |   0 |   0 |   0 |1355k|   0 | 0.000000e+00 |      --      |    Inf 
634.40/634.43	c   527s|  5390k|  5118k|     0 |   0.0 |1786M| 676 |   - |1076 | 725 |   0 |   0 |   0 |1356k|   0 | 0.000000e+00 |      --      |    Inf 
635.51/635.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
635.51/635.57	c   528s|  5400k|  5128k|     0 |   0.0 |1789M| 676 |   - |1076 | 680 |   0 |   0 |   0 |1357k|   0 | 0.000000e+00 |      --      |    Inf 
636.71/636.73	c   529s|  5410k|  5137k|     0 |   0.0 |1792M| 676 |   - |1076 | 733 |   0 |   0 |   0 |1358k|   0 | 0.000000e+00 |      --      |    Inf 
637.81/637.83	c   530s|  5420k|  5147k|     0 |   0.0 |1795M| 676 |   - |1076 | 718 |   0 |   0 |   0 |1359k|   0 | 0.000000e+00 |      --      |    Inf 
638.91/638.91	c   531s|  5430k|  5157k|     0 |   0.0 |1798M| 676 |   - |1076 | 707 |   0 |   0 |   0 |1360k|   0 | 0.000000e+00 |      --      |    Inf 
640.01/640.01	c   532s|  5440k|  5167k|     0 |   0.0 |1801M| 676 |   - |1076 | 722 |   0 |   0 |   0 |1361k|   0 | 0.000000e+00 |      --      |    Inf 
641.10/641.11	c   533s|  5450k|  5177k|     0 |   0.0 |1804M| 676 |   - |1076 | 665 |   0 |   0 |   0 |1362k|   0 | 0.000000e+00 |      --      |    Inf 
642.21/642.22	c   534s|  5460k|  5187k|     0 |   0.0 |1808M| 676 |   - |1076 | 727 |   0 |   0 |   0 |1363k|   0 | 0.000000e+00 |      --      |    Inf 
643.31/643.37	c   535s|  5470k|  5196k|     0 |   0.0 |1811M| 676 |   - |1076 | 717 |   0 |   0 |   0 |1364k|   0 | 0.000000e+00 |      --      |    Inf 
644.41/644.47	c   536s|  5480k|  5206k|     0 |   0.0 |1814M| 676 |   - |1076 | 684 |   0 |   0 |   0 |1365k|   0 | 0.000000e+00 |      --      |    Inf 
645.51/645.55	c   537s|  5490k|  5216k|     0 |   0.0 |1817M| 676 |   - |1076 | 647 |   0 |   0 |   0 |1366k|   0 | 0.000000e+00 |      --      |    Inf 
646.61/646.68	c   538s|  5500k|  5226k|     0 |   0.0 |1820M| 676 |   - |1076 | 698 |   0 |   0 |   0 |1367k|   0 | 0.000000e+00 |      --      |    Inf 
647.70/647.80	c   539s|  5510k|  5236k|     0 |   0.0 |1823M| 676 |   - |1076 | 682 |   0 |   0 |   0 |1368k|   0 | 0.000000e+00 |      --      |    Inf 
648.91/648.90	c   539s|  5520k|  5245k|     0 |   0.0 |1826M| 676 |   - |1076 | 699 |   0 |   0 |   0 |1369k|   0 | 0.000000e+00 |      --      |    Inf 
649.91/649.99	c   540s|  5530k|  5255k|     0 |   0.0 |1829M| 676 |   - |1076 | 723 |   0 |   0 |   0 |1370k|   0 | 0.000000e+00 |      --      |    Inf 
651.01/651.08	c   541s|  5540k|  5265k|     0 |   0.0 |1832M| 676 |   - |1076 | 680 |   0 |   0 |   0 |1371k|   0 | 0.000000e+00 |      --      |    Inf 
652.11/652.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
652.11/652.15	c   542s|  5550k|  5275k|     0 |   0.0 |1835M| 676 |   - |1076 | 628 |   0 |   0 |   0 |1372k|   0 | 0.000000e+00 |      --      |    Inf 
653.21/653.23	c   543s|  5560k|  5285k|     0 |   0.0 |1838M| 676 |   - |1076 | 688 |   0 |   0 |   0 |1373k|   0 | 0.000000e+00 |      --      |    Inf 
654.31/654.33	c   544s|  5570k|  5295k|     0 |   0.0 |1841M| 676 |   - |1076 | 691 |   0 |   0 |   0 |1374k|   0 | 0.000000e+00 |      --      |    Inf 
655.31/655.40	c   545s|  5580k|  5304k|     0 |   0.0 |1844M| 676 |   - |1076 | 678 |   0 |   0 |   0 |1375k|   0 | 0.000000e+00 |      --      |    Inf 
656.51/656.52	c   546s|  5590k|  5314k|     0 |   0.0 |1847M| 676 |   - |1076 | 655 |   0 |   0 |   0 |1376k|   0 | 0.000000e+00 |      --      |    Inf 
657.61/657.61	c   547s|  5600k|  5324k|     0 |   0.0 |1850M| 676 |   - |1076 | 650 |   0 |   0 |   0 |1377k|   0 | 0.000000e+00 |      --      |    Inf 
658.71/658.73	c   548s|  5610k|  5334k|     0 |   0.0 |1853M| 676 |   - |1076 | 646 |   0 |   0 |   0 |1379k|   0 | 0.000000e+00 |      --      |    Inf 
659.81/659.81	c   549s|  5620k|  5344k|     0 |   0.0 |1856M| 676 |   - |1076 | 687 |   0 |   0 |   0 |1380k|   0 | 0.000000e+00 |      --      |    Inf 
660.91/660.93	c   549s|  5630k|  5353k|     0 |   0.0 |1860M| 676 |   - |1076 | 665 |   0 |   0 |   0 |1381k|   0 | 0.000000e+00 |      --      |    Inf 
662.01/662.07	c   550s|  5640k|  5363k|     0 |   0.0 |1863M| 676 |   - |1076 | 668 |   0 |   0 |   0 |1382k|   0 | 0.000000e+00 |      --      |    Inf 
663.22/663.21	c   551s|  5650k|  5373k|     0 |   0.0 |1866M| 676 |   - |1076 | 600 |   0 |   0 |   0 |1383k|   0 | 0.000000e+00 |      --      |    Inf 
664.31/664.32	c   552s|  5660k|  5383k|     0 |   0.0 |1869M| 676 |   - |1076 | 653 |   0 |   0 |   0 |1384k|   0 | 0.000000e+00 |      --      |    Inf 
665.42/665.42	c   553s|  5670k|  5393k|     0 |   0.0 |1872M| 676 |   - |1076 | 665 |   0 |   0 |   0 |1385k|   0 | 0.000000e+00 |      --      |    Inf 
666.52/666.51	c   554s|  5680k|  5402k|     0 |   0.0 |1875M| 676 |   - |1076 | 644 |   0 |   0 |   0 |1386k|   0 | 0.000000e+00 |      --      |    Inf 
667.61/667.65	c   555s|  5690k|  5412k|     0 |   0.0 |1878M| 676 |   - |1076 | 644 |   0 |   0 |   0 |1387k|   0 | 0.000000e+00 |      --      |    Inf 
668.81/668.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
668.81/668.81	c   556s|  5700k|  5422k|     0 |   0.0 |1881M| 676 |   - |1076 | 702 |   0 |   0 |   0 |1388k|   0 | 0.000000e+00 |      --      |    Inf 
669.92/669.95	c   557s|  5710k|  5432k|     0 |   0.0 |1884M| 676 |   - |1076 | 657 |   0 |   0 |   0 |1389k|   0 | 0.000000e+00 |      --      |    Inf 
671.02/671.04	c   558s|  5720k|  5442k|     0 |   0.0 |1887M| 676 |   - |1076 | 686 |   0 |   0 |   0 |1390k|   0 | 0.000000e+00 |      --      |    Inf 
672.12/672.15	c   559s|  5730k|  5451k|     0 |   0.0 |1890M| 676 |   - |1076 | 669 |   0 |   0 |   0 |1391k|   0 | 0.000000e+00 |      --      |    Inf 
673.31/673.30	c   560s|  5740k|  5461k|     0 |   0.0 |1893M| 676 |   - |1076 | 704 |   0 |   0 |   0 |1393k|   0 | 0.000000e+00 |      --      |    Inf 
674.41/674.41	c   561s|  5750k|  5471k|     0 |   0.0 |1896M| 676 |   - |1076 | 608 |   0 |   0 |   0 |1394k|   0 | 0.000000e+00 |      --      |    Inf 
675.51/675.51	c   562s|  5760k|  5481k|     0 |   0.0 |1899M| 676 |   - |1076 | 657 |   0 |   0 |   0 |1395k|   0 | 0.000000e+00 |      --      |    Inf 
676.52/676.59	c   563s|  5770k|  5491k|     0 |   0.0 |1902M| 676 |   - |1076 | 588 |   0 |   0 |   0 |1396k|   0 | 0.000000e+00 |      --      |    Inf 
677.61/677.66	c   563s|  5780k|  5501k|     0 |   0.0 |1905M| 676 |   - |1076 | 643 |   0 |   0 |   0 |1397k|   0 | 0.000000e+00 |      --      |    Inf 
678.71/678.76	c   564s|  5790k|  5510k|     0 |   0.0 |1908M| 676 |   - |1076 | 647 |   0 |   0 |   0 |1398k|   0 | 0.000000e+00 |      --      |    Inf 
679.81/679.86	c   565s|  5800k|  5520k|     0 |   0.0 |1911M| 676 |   - |1076 | 656 |   0 |   0 |   0 |1399k|   0 | 0.000000e+00 |      --      |    Inf 
680.92/680.94	c   566s|  5810k|  5530k|     0 |   0.0 |1914M| 676 |   - |1076 | 625 |   0 |   0 |   0 |1400k|   0 | 0.000000e+00 |      --      |    Inf 
682.01/682.04	c   567s|  5820k|  5540k|     0 |   0.0 |1917M| 676 |   - |1076 | 622 |   0 |   0 |   0 |1401k|   0 | 0.000000e+00 |      --      |    Inf 
683.11/683.15	c   568s|  5830k|  5550k|     0 |   0.0 |1920M| 676 |   - |1076 | 700 |   0 |   0 |   0 |1402k|   0 | 0.000000e+00 |      --      |    Inf 
684.21/684.25	c   569s|  5840k|  5559k|     0 |   0.0 |1923M| 676 |   - |1076 | 672 |   0 |   0 |   0 |1403k|   0 | 0.000000e+00 |      --      |    Inf 
685.32/685.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
685.32/685.33	c   570s|  5850k|  5569k|     0 |   0.0 |1926M| 676 |   - |1076 | 657 |   0 |   0 |   0 |1404k|   0 | 0.000000e+00 |      --      |    Inf 
686.41/686.42	c   571s|  5860k|  5579k|     0 |   0.0 |1929M| 676 |   - |1076 | 634 |   0 |   0 |   0 |1405k|   0 | 0.000000e+00 |      --      |    Inf 
687.42/687.48	c   572s|  5870k|  5589k|     0 |   0.0 |1933M| 676 |   - |1076 | 673 |   0 |   0 |   0 |1406k|   0 | 0.000000e+00 |      --      |    Inf 
688.52/688.56	c   572s|  5880k|  5599k|     0 |   0.0 |1936M| 676 |   - |1076 | 633 |   0 |   0 |   0 |1407k|   0 | 0.000000e+00 |      --      |    Inf 
689.62/689.66	c   573s|  5890k|  5608k|     0 |   0.0 |1939M| 676 |   - |1076 | 606 |   0 |   0 |   0 |1408k|   0 | 0.000000e+00 |      --      |    Inf 
690.71/690.76	c   574s|  5900k|  5618k|     0 |   0.0 |1942M| 676 |   - |1076 | 552 |   0 |   0 |   0 |1409k|   0 | 0.000000e+00 |      --      |    Inf 
691.81/691.85	c   575s|  5910k|  5628k|     0 |   0.0 |1945M| 676 |   - |1076 | 600 |   0 |   0 |   0 |1410k|   0 | 0.000000e+00 |      --      |    Inf 
692.91/692.97	c   576s|  5920k|  5638k|     0 |   0.0 |1948M| 676 |   - |1076 | 619 |   0 |   0 |   0 |1411k|   0 | 0.000000e+00 |      --      |    Inf 
694.01/694.05	c   577s|  5930k|  5648k|     0 |   0.0 |1951M| 676 |   - |1076 | 640 |   0 |   0 |   0 |1412k|   0 | 0.000000e+00 |      --      |    Inf 
695.11/695.16	c   578s|  5940k|  5657k|     0 |   0.0 |1954M| 676 |   - |1076 | 609 |   0 |   0 |   0 |1414k|   0 | 0.000000e+00 |      --      |    Inf 
696.22/696.29	c   579s|  5950k|  5667k|     0 |   0.0 |1957M| 676 |   - |1076 | 586 |   0 |   0 |   0 |1415k|   0 | 0.000000e+00 |      --      |    Inf 
697.31/697.38	c   580s|  5960k|  5677k|     0 |   0.0 |1960M| 676 |   - |1076 | 580 |   0 |   0 |   0 |1416k|   0 | 0.000000e+00 |      --      |    Inf 
698.41/698.48	c   581s|  5970k|  5687k|     0 |   0.0 |1963M| 676 |   - |1076 | 642 |   0 |   0 |   0 |1417k|   0 | 0.000000e+00 |      --      |    Inf 
699.52/699.54	c   582s|  5980k|  5697k|     0 |   0.0 |1966M| 676 |   - |1076 | 588 |   0 |   0 |   0 |1418k|   0 | 0.000000e+00 |      --      |    Inf 
700.51/700.60	c   582s|  5990k|  5707k|     0 |   0.0 |1969M| 676 |   - |1076 | 593 |   0 |   0 |   0 |1419k|   0 | 0.000000e+00 |      --      |    Inf 
701.71/701.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
701.71/701.73	c   583s|  6000k|  5716k|     0 |   0.0 |1972M| 676 |   - |1076 | 637 |   0 |   0 |   0 |1420k|   0 | 0.000000e+00 |      --      |    Inf 
702.82/702.85	c   584s|  6010k|  5726k|     0 |   0.0 |1975M| 676 |   - |1076 | 598 |   0 |   0 |   0 |1421k|   0 | 0.000000e+00 |      --      |    Inf 
703.92/703.93	c   585s|  6020k|  5736k|     0 |   0.0 |1978M| 676 |   - |1076 | 618 |   0 |   0 |   0 |1422k|   0 | 0.000000e+00 |      --      |    Inf 
705.02/705.09	c   586s|  6030k|  5746k|     0 |   0.0 |1981M| 676 |   - |1076 | 630 |   0 |   0 |   0 |1423k|   0 | 0.000000e+00 |      --      |    Inf 
706.21/706.22	c   587s|  6040k|  5756k|     0 |   0.0 |1984M| 676 |   - |1076 | 596 |   0 |   0 |   0 |1424k|   0 | 0.000000e+00 |      --      |    Inf 
707.32/707.37	c   588s|  6050k|  5765k|     0 |   0.0 |1987M| 676 |   - |1076 | 586 |   0 |   0 |   0 |1425k|   0 | 0.000000e+00 |      --      |    Inf 
708.41/708.49	c   589s|  6060k|  5775k|     0 |   0.0 |1990M| 676 |   - |1076 | 656 |   0 |   0 |   0 |1426k|   0 | 0.000000e+00 |      --      |    Inf 
709.51/709.59	c   590s|  6070k|  5785k|     0 |   0.0 |1993M| 676 |   - |1076 | 607 |   0 |   0 |   0 |1427k|   0 | 0.000000e+00 |      --      |    Inf 
710.61/710.69	c   591s|  6080k|  5795k|     0 |   0.0 |1996M| 676 |   - |1076 | 585 |   0 |   0 |   0 |1428k|   0 | 0.000000e+00 |      --      |    Inf 
711.71/711.77	c   592s|  6090k|  5805k|     0 |   0.0 |1999M| 676 |   - |1076 | 562 |   0 |   0 |   0 |1429k|   0 | 0.000000e+00 |      --      |    Inf 
712.91/712.91	c   593s|  6100k|  5814k|     0 |   0.0 |2003M| 676 |   - |1076 | 628 |   0 |   0 |   0 |1430k|   0 | 0.000000e+00 |      --      |    Inf 
713.92/713.96	c   593s|  6110k|  5824k|     0 |   0.0 |2006M| 676 |   - |1076 | 603 |   0 |   0 |   0 |1431k|   0 | 0.000000e+00 |      --      |    Inf 
715.01/715.03	c   594s|  6120k|  5834k|     0 |   0.0 |2009M| 676 |   - |1076 | 597 |   0 |   0 |   0 |1432k|   0 | 0.000000e+00 |      --      |    Inf 
716.12/716.17	c   595s|  6130k|  5844k|     0 |   0.0 |2012M| 676 |   - |1076 | 622 |   0 |   0 |   0 |1434k|   0 | 0.000000e+00 |      --      |    Inf 
717.22/717.26	c   596s|  6140k|  5854k|     0 |   0.0 |2015M| 676 |   - |1076 | 674 |   0 |   0 |   0 |1435k|   0 | 0.000000e+00 |      --      |    Inf 
718.41/718.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
718.41/718.42	c   597s|  6150k|  5864k|     0 |   0.0 |2018M| 676 |   - |1076 | 683 |   0 |   0 |   0 |1436k|   0 | 0.000000e+00 |      --      |    Inf 
719.42/719.49	c   598s|  6160k|  5873k|     0 |   0.0 |2021M| 676 |   - |1076 | 673 |   0 |   0 |   0 |1437k|   0 | 0.000000e+00 |      --      |    Inf 
720.52/720.55	c   599s|  6170k|  5883k|     0 |   0.0 |2024M| 676 |   - |1076 | 664 |   0 |   0 |   0 |1438k|   0 | 0.000000e+00 |      --      |    Inf 
721.62/721.65	c   600s|  6180k|  5893k|     0 |   0.0 |2027M| 676 |   - |1076 | 664 |   0 |   0 |   0 |1439k|   0 | 0.000000e+00 |      --      |    Inf 
722.71/722.77	c   601s|  6190k|  5903k|     0 |   0.0 |2030M| 676 |   - |1076 | 690 |   0 |   0 |   0 |1440k|   0 | 0.000000e+00 |      --      |    Inf 
723.91/723.91	c   602s|  6200k|  5913k|     0 |   0.0 |2033M| 676 |   - |1076 | 656 |   0 |   0 |   0 |1441k|   0 | 0.000000e+00 |      --      |    Inf 
725.01/725.04	c   603s|  6210k|  5922k|     0 |   0.0 |2036M| 676 |   - |1076 | 634 |   0 |   0 |   0 |1442k|   0 | 0.000000e+00 |      --      |    Inf 
726.11/726.12	c   604s|  6220k|  5932k|     0 |   0.0 |2039M| 676 |   - |1076 | 601 |   0 |   0 |   0 |1443k|   0 | 0.000000e+00 |      --      |    Inf 
727.21/727.22	c   605s|  6230k|  5942k|     0 |   0.0 |2042M| 676 |   - |1076 | 663 |   0 |   0 |   0 |1444k|   0 | 0.000000e+00 |      --      |    Inf 
728.31/728.35	c   605s|  6240k|  5952k|     0 |   0.0 |2045M| 676 |   - |1076 | 623 |   0 |   0 |   0 |1445k|   0 | 0.000000e+00 |      --      |    Inf 
729.42/729.42	c   606s|  6250k|  5962k|     0 |   0.0 |2048M| 676 |   - |1076 | 557 |   0 |   0 |   0 |1446k|   0 | 0.000000e+00 |      --      |    Inf 
730.51/730.54	c   607s|  6260k|  5971k|     0 |   0.0 |2051M| 676 |   - |1076 | 607 |   0 |   0 |   0 |1447k|   0 | 0.000000e+00 |      --      |    Inf 
731.71/731.70	c   608s|  6270k|  5981k|     0 |   0.0 |2054M| 676 |   - |1076 | 632 |   0 |   0 |   0 |1448k|   0 | 0.000000e+00 |      --      |    Inf 
732.92/732.91	c   609s|  6280k|  5991k|     0 |   0.0 |2057M| 676 |   - |1076 | 603 |   0 |   0 |   0 |1449k|   0 | 0.000000e+00 |      --      |    Inf 
734.01/734.03	c   610s|  6290k|  6001k|     0 |   0.0 |2060M| 676 |   - |1076 | 608 |   0 |   0 |   0 |1450k|   0 | 0.000000e+00 |      --      |    Inf 
735.11/735.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
735.11/735.12	c   611s|  6300k|  6011k|     0 |   0.0 |2063M| 676 |   - |1076 | 659 |   0 |   0 |   0 |1451k|   0 | 0.000000e+00 |      --      |    Inf 
736.22/736.27	c   612s|  6310k|  6020k|     0 |   0.0 |2066M| 676 |   - |1076 | 650 |   0 |   0 |   0 |1452k|   0 | 0.000000e+00 |      --      |    Inf 
737.31/737.39	c   613s|  6320k|  6030k|     0 |   0.0 |2070M| 676 |   - |1076 | 647 |   0 |   0 |   0 |1453k|   0 | 0.000000e+00 |      --      |    Inf 
738.41/738.47	c   614s|  6330k|  6040k|     0 |   0.0 |2073M| 676 |   - |1076 | 671 |   0 |   0 |   0 |1454k|   0 | 0.000000e+00 |      --      |    Inf 
739.61/739.61	c   615s|  6340k|  6050k|     0 |   0.0 |2076M| 676 |   - |1076 | 657 |   0 |   0 |   0 |1455k|   0 | 0.000000e+00 |      --      |    Inf 
740.71/740.72	c   616s|  6350k|  6060k|     0 |   0.0 |2079M| 676 |   - |1076 | 703 |   0 |   0 |   0 |1457k|   0 | 0.000000e+00 |      --      |    Inf 
741.81/741.80	c   617s|  6360k|  6070k|     0 |   0.0 |2082M| 676 |   - |1076 | 634 |   0 |   0 |   0 |1458k|   0 | 0.000000e+00 |      --      |    Inf 
742.91/742.93	c   618s|  6370k|  6079k|     0 |   0.0 |2085M| 676 |   - |1076 | 648 |   0 |   0 |   0 |1459k|   0 | 0.000000e+00 |      --      |    Inf 
744.01/744.04	c   618s|  6380k|  6089k|     0 |   0.0 |2088M| 676 |   - |1076 | 686 |   0 |   0 |   0 |1460k|   0 | 0.000000e+00 |      --      |    Inf 
745.11/745.12	c   619s|  6390k|  6099k|     0 |   0.0 |2091M| 676 |   - |1076 | 653 |   0 |   0 |   0 |1461k|   0 | 0.000000e+00 |      --      |    Inf 
746.21/746.24	c   620s|  6400k|  6109k|     0 |   0.0 |2094M| 676 |   - |1076 | 712 |   0 |   0 |   0 |1462k|   0 | 0.000000e+00 |      --      |    Inf 
747.31/747.30	c   621s|  6410k|  6119k|     0 |   0.0 |2097M| 676 |   - |1076 | 648 |   0 |   0 |   0 |1463k|   0 | 0.000000e+00 |      --      |    Inf 
748.31/748.38	c   622s|  6420k|  6128k|     0 |   0.0 |2100M| 676 |   - |1076 | 640 |   0 |   0 |   0 |1464k|   0 | 0.000000e+00 |      --      |    Inf 
749.51/749.50	c   623s|  6430k|  6138k|     0 |   0.0 |2103M| 676 |   - |1076 | 644 |   0 |   0 |   0 |1465k|   0 | 0.000000e+00 |      --      |    Inf 
750.51/750.59	c   624s|  6440k|  6148k|     0 |   0.0 |2106M| 676 |   - |1076 | 689 |   0 |   0 |   0 |1466k|   0 | 0.000000e+00 |      --      |    Inf 
751.61/751.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
751.61/751.68	c   625s|  6450k|  6158k|     0 |   0.0 |2109M| 676 |   - |1076 | 639 |   0 |   0 |   0 |1467k|   0 | 0.000000e+00 |      --      |    Inf 
752.71/752.79	c   626s|  6460k|  6168k|     0 |   0.0 |2112M| 676 |   - |1076 | 675 |   0 |   0 |   0 |1468k|   0 | 0.000000e+00 |      --      |    Inf 
753.81/753.89	c   626s|  6470k|  6177k|     0 |   0.0 |2115M| 676 |   - |1076 | 630 |   0 |   0 |   0 |1469k|   0 | 0.000000e+00 |      --      |    Inf 
755.01/755.01	c   627s|  6480k|  6187k|     0 |   0.0 |2118M| 676 |   - |1076 | 642 |   0 |   0 |   0 |1470k|   0 | 0.000000e+00 |      --      |    Inf 
756.11/756.18	c   628s|  6490k|  6197k|     0 |   0.0 |2121M| 676 |   - |1076 | 600 |   0 |   0 |   0 |1471k|   0 | 0.000000e+00 |      --      |    Inf 
757.21/757.26	c   629s|  6500k|  6207k|     0 |   0.0 |2124M| 676 |   - |1076 | 678 |   0 |   0 |   0 |1472k|   0 | 0.000000e+00 |      --      |    Inf 
758.31/758.37	c   630s|  6510k|  6217k|     0 |   0.0 |2127M| 676 |   - |1076 | 654 |   0 |   0 |   0 |1473k|   0 | 0.000000e+00 |      --      |    Inf 
759.52/759.55	c   631s|  6520k|  6226k|     0 |   0.0 |2130M| 676 |   - |1076 | 665 |   0 |   0 |   0 |1474k|   0 | 0.000000e+00 |      --      |    Inf 
760.61/760.62	c   632s|  6530k|  6236k|     0 |   0.0 |2133M| 676 |   - |1076 | 642 |   0 |   0 |   0 |1475k|   0 | 0.000000e+00 |      --      |    Inf 
761.81/761.80	c   633s|  6540k|  6246k|     0 |   0.0 |2136M| 676 |   - |1076 | 685 |   0 |   0 |   0 |1476k|   0 | 0.000000e+00 |      --      |    Inf 
762.91/762.93	c   634s|  6550k|  6256k|     0 |   0.0 |2139M| 676 |   - |1076 | 683 |   0 |   0 |   0 |1477k|   0 | 0.000000e+00 |      --      |    Inf 
764.12/764.12	c   635s|  6560k|  6266k|     0 |   0.0 |2142M| 676 |   - |1076 | 646 |   0 |   0 |   0 |1478k|   0 | 0.000000e+00 |      --      |    Inf 
765.21/765.21	c   636s|  6570k|  6275k|     0 |   0.0 |2145M| 676 |   - |1076 | 642 |   0 |   0 |   0 |1479k|   0 | 0.000000e+00 |      --      |    Inf 
766.31/766.31	c   637s|  6580k|  6285k|     0 |   0.0 |2148M| 676 |   - |1076 | 630 |   0 |   0 |   0 |1480k|   0 | 0.000000e+00 |      --      |    Inf 
767.41/767.45	c   638s|  6590k|  6295k|     0 |   0.0 |2151M| 676 |   - |1076 | 644 |   0 |   0 |   0 |1481k|   0 | 0.000000e+00 |      --      |    Inf 
768.51/768.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
768.51/768.56	c   639s|  6600k|  6305k|     0 |   0.0 |2154M| 676 |   - |1076 | 629 |   0 |   0 |   0 |1482k|   0 | 0.000000e+00 |      --      |    Inf 
769.61/769.69	c   640s|  6610k|  6315k|     0 |   0.0 |2157M| 676 |   - |1076 | 644 |   0 |   0 |   0 |1483k|   0 | 0.000000e+00 |      --      |    Inf 
770.81/770.80	c   641s|  6620k|  6325k|     0 |   0.0 |2160M| 676 |   - |1076 | 605 |   0 |   0 |   0 |1484k|   0 | 0.000000e+00 |      --      |    Inf 
771.91/771.91	c   641s|  6630k|  6334k|     0 |   0.0 |2163M| 676 |   - |1076 | 638 |   0 |   0 |   0 |1485k|   0 | 0.000000e+00 |      --      |    Inf 
772.91/772.97	c   642s|  6640k|  6344k|     0 |   0.0 |2166M| 676 |   - |1076 | 611 |   0 |   0 |   0 |1486k|   0 | 0.000000e+00 |      --      |    Inf 
774.01/774.08	c   643s|  6650k|  6354k|     0 |   0.0 |2170M| 676 |   - |1076 | 655 |   0 |   0 |   0 |1487k|   0 | 0.000000e+00 |      --      |    Inf 
775.22/775.21	c   644s|  6660k|  6364k|     0 |   0.0 |2173M| 676 |   - |1076 | 610 |   0 |   0 |   0 |1488k|   0 | 0.000000e+00 |      --      |    Inf 
776.31/776.34	c   645s|  6670k|  6374k|     0 |   0.0 |2176M| 676 |   - |1076 | 566 |   0 |   0 |   0 |1489k|   0 | 0.000000e+00 |      --      |    Inf 
777.42/777.46	c   646s|  6680k|  6383k|     0 |   0.0 |2179M| 676 |   - |1076 | 605 |   0 |   0 |   0 |1490k|   0 | 0.000000e+00 |      --      |    Inf 
778.51/778.56	c   647s|  6690k|  6393k|     0 |   0.0 |2182M| 676 |   - |1076 | 636 |   0 |   0 |   0 |1491k|   0 | 0.000000e+00 |      --      |    Inf 
779.61/779.68	c   648s|  6700k|  6403k|     0 |   0.0 |2185M| 676 |   - |1076 | 642 |   0 |   0 |   0 |1492k|   0 | 0.000000e+00 |      --      |    Inf 
780.71/780.78	c   649s|  6710k|  6413k|     0 |   0.0 |2188M| 676 |   - |1076 | 617 |   0 |   0 |   0 |1493k|   0 | 0.000000e+00 |      --      |    Inf 
781.82/781.87	c   650s|  6720k|  6423k|     0 |   0.0 |2191M| 676 |   - |1076 | 604 |   0 |   0 |   0 |1494k|   0 | 0.000000e+00 |      --      |    Inf 
782.91/782.98	c   651s|  6730k|  6432k|     0 |   0.0 |2194M| 676 |   - |1076 | 620 |   0 |   0 |   0 |1495k|   0 | 0.000000e+00 |      --      |    Inf 
784.01/784.04	c   652s|  6740k|  6442k|     0 |   0.0 |2197M| 676 |   - |1076 | 638 |   0 |   0 |   0 |1496k|   0 | 0.000000e+00 |      --      |    Inf 
785.11/785.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
785.11/785.15	c   652s|  6750k|  6452k|     0 |   0.0 |2200M| 676 |   - |1076 | 664 |   0 |   0 |   0 |1497k|   0 | 0.000000e+00 |      --      |    Inf 
786.31/786.31	c   653s|  6760k|  6462k|     0 |   0.0 |2203M| 676 |   - |1076 | 655 |   0 |   0 |   0 |1498k|   0 | 0.000000e+00 |      --      |    Inf 
787.41/787.44	c   654s|  6770k|  6472k|     0 |   0.0 |2206M| 676 |   - |1076 | 650 |   0 |   0 |   0 |1499k|   0 | 0.000000e+00 |      --      |    Inf 
788.51/788.51	c   655s|  6780k|  6481k|     0 |   0.0 |2209M| 676 |   - |1076 | 630 |   0 |   0 |   0 |1500k|   0 | 0.000000e+00 |      --      |    Inf 
789.62/789.63	c   656s|  6790k|  6491k|     0 |   0.0 |2212M| 676 |   - |1076 | 617 |   0 |   0 |   0 |1501k|   0 | 0.000000e+00 |      --      |    Inf 
790.62/790.68	c   657s|  6800k|  6501k|     0 |   0.0 |2215M| 676 |   - |1076 | 606 |   0 |   0 |   0 |1502k|   0 | 0.000000e+00 |      --      |    Inf 
791.71/791.79	c   658s|  6810k|  6511k|     0 |   0.0 |2218M| 676 |   - |1076 | 658 |   0 |   0 |   0 |1503k|   0 | 0.000000e+00 |      --      |    Inf 
792.81/792.86	c   659s|  6820k|  6521k|     0 |   0.0 |2221M| 676 |   - |1076 | 624 |   0 |   0 |   0 |1504k|   0 | 0.000000e+00 |      --      |    Inf 
793.91/793.97	c   660s|  6830k|  6531k|     0 |   0.0 |2224M| 676 |   - |1076 | 612 |   0 |   0 |   0 |1505k|   0 | 0.000000e+00 |      --      |    Inf 
795.01/795.03	c   661s|  6840k|  6540k|     0 |   0.0 |2227M| 676 |   - |1076 | 563 |   0 |   0 |   0 |1506k|   0 | 0.000000e+00 |      --      |    Inf 
796.11/796.10	c   662s|  6850k|  6550k|     0 |   0.0 |2230M| 676 |   - |1076 | 607 |   0 |   0 |   0 |1507k|   0 | 0.000000e+00 |      --      |    Inf 
797.21/797.22	c   662s|  6860k|  6560k|     0 |   0.0 |2233M| 676 |   - |1076 | 582 |   0 |   0 |   0 |1508k|   0 | 0.000000e+00 |      --      |    Inf 
798.32/798.33	c   663s|  6870k|  6570k|     0 |   0.0 |2236M| 676 |   - |1076 | 643 |   0 |   0 |   0 |1509k|   0 | 0.000000e+00 |      --      |    Inf 
799.42/799.48	c   664s|  6880k|  6580k|     0 |   0.0 |2239M| 676 |   - |1076 | 654 |   0 |   0 |   0 |1510k|   0 | 0.000000e+00 |      --      |    Inf 
800.51/800.58	c   665s|  6890k|  6589k|     0 |   0.0 |2242M| 676 |   - |1076 | 621 |   0 |   0 |   0 |1511k|   0 | 0.000000e+00 |      --      |    Inf 
801.71/801.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
801.71/801.70	c   666s|  6900k|  6599k|     0 |   0.0 |2245M| 676 |   - |1076 | 649 |   0 |   0 |   0 |1512k|   0 | 0.000000e+00 |      --      |    Inf 
802.81/802.80	c   667s|  6910k|  6609k|     0 |   0.0 |2248M| 676 |   - |1076 | 610 |   0 |   0 |   0 |1513k|   0 | 0.000000e+00 |      --      |    Inf 
803.92/803.91	c   668s|  6920k|  6619k|     0 |   0.0 |2251M| 676 |   - |1076 | 635 |   0 |   0 |   0 |1514k|   0 | 0.000000e+00 |      --      |    Inf 
805.01/805.04	c   669s|  6930k|  6629k|     0 |   0.0 |2254M| 676 |   - |1076 | 659 |   0 |   0 |   0 |1515k|   0 | 0.000000e+00 |      --      |    Inf 
806.12/806.11	c   670s|  6940k|  6638k|     0 |   0.0 |2257M| 676 |   - |1076 | 656 |   0 |   0 |   0 |1516k|   0 | 0.000000e+00 |      --      |    Inf 
807.21/807.21	c   671s|  6950k|  6648k|     0 |   0.0 |2260M| 676 |   - |1076 | 625 |   0 |   0 |   0 |1517k|   0 | 0.000000e+00 |      --      |    Inf 
808.31/808.34	c   672s|  6960k|  6658k|     0 |   0.0 |2263M| 676 |   - |1076 | 571 |   0 |   0 |   0 |1518k|   0 | 0.000000e+00 |      --      |    Inf 
809.52/809.51	c   673s|  6970k|  6668k|     0 |   0.0 |2266M| 676 |   - |1076 | 618 |   0 |   0 |   0 |1519k|   0 | 0.000000e+00 |      --      |    Inf 
810.51/810.59	c   674s|  6980k|  6678k|     0 |   0.0 |2269M| 676 |   - |1076 | 589 |   0 |   0 |   0 |1520k|   0 | 0.000000e+00 |      --      |    Inf 
811.72/811.74	c   675s|  6990k|  6688k|     0 |   0.0 |2273M| 676 |   - |1076 | 667 |   0 |   0 |   0 |1521k|   0 | 0.000000e+00 |      --      |    Inf 
812.82/812.83	c   676s|  7000k|  6697k|     0 |   0.0 |2276M| 676 |   - |1076 | 629 |   0 |   0 |   0 |1521k|   0 | 0.000000e+00 |      --      |    Inf 
813.92/813.97	c   676s|  7010k|  6707k|     0 |   0.0 |2279M| 676 |   - |1076 | 647 |   0 |   0 |   0 |1523k|   0 | 0.000000e+00 |      --      |    Inf 
815.02/815.02	c   677s|  7020k|  6717k|     0 |   0.0 |2282M| 676 |   - |1076 | 594 |   0 |   0 |   0 |1523k|   0 | 0.000000e+00 |      --      |    Inf 
816.12/816.14	c   678s|  7030k|  6727k|     0 |   0.0 |2285M| 676 |   - |1076 | 594 |   0 |   0 |   0 |1524k|   0 | 0.000000e+00 |      --      |    Inf 
817.22/817.29	c   679s|  7040k|  6737k|     0 |   0.0 |2288M| 676 |   - |1076 | 617 |   0 |   0 |   0 |1526k|   0 | 0.000000e+00 |      --      |    Inf 
818.32/818.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
818.32/818.37	c   680s|  7050k|  6746k|     0 |   0.0 |2291M| 676 |   - |1076 | 636 |   0 |   0 |   0 |1526k|   0 | 0.000000e+00 |      --      |    Inf 
819.61/819.62	c   681s|  7060k|  6756k|     0 |   0.0 |2294M| 676 |   - |1076 | 685 |   0 |   0 |   0 |1527k|   0 | 0.000000e+00 |      --      |    Inf 
820.71/820.74	c   682s|  7070k|  6766k|     0 |   0.0 |2297M| 676 |   - |1076 | 637 |   0 |   0 |   0 |1529k|   0 | 0.000000e+00 |      --      |    Inf 
821.81/821.85	c   683s|  7080k|  6776k|     0 |   0.0 |2300M| 676 |   - |1076 | 587 |   0 |   0 |   0 |1529k|   0 | 0.000000e+00 |      --      |    Inf 
822.91/822.99	c   684s|  7090k|  6786k|     0 |   0.0 |2303M| 676 |   - |1076 | 649 |   0 |   0 |   0 |1530k|   0 | 0.000000e+00 |      --      |    Inf 
824.11/824.10	c   685s|  7100k|  6795k|     0 |   0.0 |2306M| 676 |   - |1076 | 659 |   0 |   0 |   0 |1531k|   0 | 0.000000e+00 |      --      |    Inf 
825.21/825.27	c   686s|  7110k|  6805k|     0 |   0.0 |2309M| 676 |   - |1076 | 659 |   0 |   0 |   0 |1533k|   0 | 0.000000e+00 |      --      |    Inf 
826.31/826.39	c   687s|  7120k|  6815k|     0 |   0.0 |2312M| 676 |   - |1076 | 660 |   0 |   0 |   0 |1534k|   0 | 0.000000e+00 |      --      |    Inf 
827.42/827.49	c   688s|  7130k|  6825k|     0 |   0.0 |2315M| 676 |   - |1076 | 631 |   0 |   0 |   0 |1535k|   0 | 0.000000e+00 |      --      |    Inf 
828.51/828.59	c   689s|  7140k|  6835k|     0 |   0.0 |2318M| 676 |   - |1076 | 664 |   0 |   0 |   0 |1535k|   0 | 0.000000e+00 |      --      |    Inf 
829.62/829.66	c   690s|  7150k|  6844k|     0 |   0.0 |2321M| 676 |   - |1076 | 623 |   0 |   0 |   0 |1536k|   0 | 0.000000e+00 |      --      |    Inf 
830.81/830.85	c   691s|  7160k|  6854k|     0 |   0.0 |2324M| 676 |   - |1076 | 615 |   0 |   0 |   0 |1537k|   0 | 0.000000e+00 |      --      |    Inf 
831.91/831.91	c   691s|  7170k|  6864k|     0 |   0.0 |2327M| 676 |   - |1076 | 614 |   0 |   0 |   0 |1539k|   0 | 0.000000e+00 |      --      |    Inf 
833.02/833.01	c   692s|  7180k|  6874k|     0 |   0.0 |2330M| 676 |   - |1076 | 592 |   0 |   0 |   0 |1540k|   0 | 0.000000e+00 |      --      |    Inf 
834.01/834.10	c   693s|  7190k|  6884k|     0 |   0.0 |2333M| 676 |   - |1076 | 641 |   0 |   0 |   0 |1541k|   0 | 0.000000e+00 |      --      |    Inf 
835.21/835.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
835.21/835.29	c   694s|  7200k|  6893k|     0 |   0.0 |2336M| 676 |   - |1076 | 715 |   0 |   0 |   0 |1542k|   0 | 0.000000e+00 |      --      |    Inf 
836.31/836.38	c   695s|  7210k|  6903k|     0 |   0.0 |2339M| 676 |   - |1076 | 577 |   0 |   0 |   0 |1543k|   0 | 0.000000e+00 |      --      |    Inf 
837.42/837.49	c   696s|  7220k|  6913k|     0 |   0.0 |2342M| 676 |   - |1076 | 646 |   0 |   0 |   0 |1544k|   0 | 0.000000e+00 |      --      |    Inf 
838.61/838.60	c   697s|  7230k|  6923k|     0 |   0.0 |2345M| 676 |   - |1076 | 605 |   0 |   0 |   0 |1545k|   0 | 0.000000e+00 |      --      |    Inf 
839.71/839.70	c   698s|  7240k|  6933k|     0 |   0.0 |2348M| 676 |   - |1076 | 669 |   0 |   0 |   0 |1546k|   0 | 0.000000e+00 |      --      |    Inf 
840.82/840.80	c   699s|  7250k|  6942k|     0 |   0.0 |2351M| 676 |   - |1076 | 634 |   0 |   0 |   0 |1547k|   0 | 0.000000e+00 |      --      |    Inf 
841.91/841.91	c   700s|  7260k|  6952k|     0 |   0.0 |2354M| 676 |   - |1076 | 612 |   0 |   0 |   0 |1548k|   0 | 0.000000e+00 |      --      |    Inf 
843.01/843.02	c   701s|  7270k|  6962k|     0 |   0.0 |2357M| 676 |   - |1076 | 650 |   0 |   0 |   0 |1549k|   0 | 0.000000e+00 |      --      |    Inf 
844.12/844.17	c   702s|  7280k|  6972k|     0 |   0.0 |2360M| 676 |   - |1076 | 609 |   0 |   0 |   0 |1550k|   0 | 0.000000e+00 |      --      |    Inf 
845.21/845.28	c   702s|  7290k|  6982k|     0 |   0.0 |2363M| 676 |   - |1076 | 568 |   0 |   0 |   0 |1551k|   0 | 0.000000e+00 |      --      |    Inf 
846.32/846.33	c   703s|  7300k|  6991k|     0 |   0.0 |2366M| 676 |   - |1076 | 649 |   0 |   0 |   0 |1552k|   0 | 0.000000e+00 |      --      |    Inf 
847.41/847.43	c   704s|  7310k|  7001k|     0 |   0.0 |2369M| 676 |   - |1076 | 642 |   0 |   0 |   0 |1553k|   0 | 0.000000e+00 |      --      |    Inf 
848.52/848.50	c   705s|  7320k|  7011k|     0 |   0.0 |2372M| 676 |   - |1076 | 642 |   0 |   0 |   0 |1554k|   0 | 0.000000e+00 |      --      |    Inf 
849.62/849.62	c   706s|  7330k|  7021k|     0 |   0.0 |2375M| 676 |   - |1076 | 657 |   0 |   0 |   0 |1555k|   0 | 0.000000e+00 |      --      |    Inf 
850.72/850.75	c   707s|  7340k|  7031k|     0 |   0.0 |2378M| 676 |   - |1076 | 623 |   0 |   0 |   0 |1556k|   0 | 0.000000e+00 |      --      |    Inf 
851.81/851.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
851.81/851.88	c   708s|  7350k|  7041k|     0 |   0.0 |2381M| 676 |   - |1076 | 599 |   0 |   0 |   0 |1557k|   0 | 0.000000e+00 |      --      |    Inf 
852.92/852.96	c   709s|  7360k|  7050k|     0 |   0.0 |2385M| 676 |   - |1076 | 605 |   0 |   0 |   0 |1558k|   0 | 0.000000e+00 |      --      |    Inf 
854.12/854.13	c   710s|  7370k|  7060k|     0 |   0.0 |2388M| 676 |   - |1076 | 601 |   0 |   0 |   0 |1559k|   0 | 0.000000e+00 |      --      |    Inf 
855.21/855.21	c   711s|  7380k|  7070k|     0 |   0.0 |2391M| 676 |   - |1076 | 676 |   0 |   0 |   0 |1560k|   0 | 0.000000e+00 |      --      |    Inf 
856.21/856.28	c   712s|  7390k|  7080k|     0 |   0.0 |2394M| 676 |   - |1076 | 710 |   0 |   0 |   0 |1561k|   0 | 0.000000e+00 |      --      |    Inf 
857.41/857.42	c   712s|  7400k|  7090k|     0 |   0.0 |2397M| 676 |   - |1076 | 644 |   0 |   0 |   0 |1562k|   0 | 0.000000e+00 |      --      |    Inf 
858.51/858.55	c   713s|  7410k|  7099k|     0 |   0.0 |2400M| 676 |   - |1076 | 652 |   0 |   0 |   0 |1563k|   0 | 0.000000e+00 |      --      |    Inf 
859.71/859.76	c   714s|  7420k|  7109k|     0 |   0.0 |2403M| 676 |   - |1076 | 641 |   0 |   0 |   0 |1564k|   0 | 0.000000e+00 |      --      |    Inf 
860.91/860.97	c   715s|  7430k|  7119k|     0 |   0.0 |2406M| 676 |   - |1076 | 603 |   0 |   0 |   0 |1565k|   0 | 0.000000e+00 |      --      |    Inf 
862.01/862.04	c   716s|  7440k|  7129k|     0 |   0.0 |2409M| 676 |   - |1076 | 591 |   0 |   0 |   0 |1566k|   0 | 0.000000e+00 |      --      |    Inf 
863.11/863.19	c   717s|  7450k|  7139k|     0 |   0.0 |2412M| 676 |   - |1076 | 671 |   0 |   0 |   0 |1567k|   0 | 0.000000e+00 |      --      |    Inf 
864.31/864.31	c   718s|  7460k|  7148k|     0 |   0.0 |2415M| 676 |   - |1076 | 672 |   0 |   0 |   0 |1568k|   0 | 0.000000e+00 |      --      |    Inf 
865.41/865.44	c   719s|  7470k|  7158k|     0 |   0.0 |2418M| 676 |   - |1076 | 760 |   0 |   0 |   0 |1569k|   0 | 0.000000e+00 |      --      |    Inf 
866.52/866.52	c   720s|  7480k|  7168k|     0 |   0.0 |2421M| 676 |   - |1076 | 654 |   0 |   0 |   0 |1570k|   0 | 0.000000e+00 |      --      |    Inf 
867.62/867.69	c   721s|  7490k|  7178k|     0 |   0.0 |2424M| 676 |   - |1076 | 687 |   0 |   0 |   0 |1571k|   0 | 0.000000e+00 |      --      |    Inf 
868.81/868.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
868.81/868.88	c   722s|  7500k|  7188k|     0 |   0.0 |2427M| 676 |   - |1076 | 645 |   0 |   0 |   0 |1572k|   0 | 0.000000e+00 |      --      |    Inf 
870.02/870.03	c   723s|  7510k|  7197k|     0 |   0.0 |2430M| 676 |   - |1076 | 702 |   0 |   0 |   0 |1573k|   0 | 0.000000e+00 |      --      |    Inf 
871.22/871.21	c   724s|  7520k|  7207k|     0 |   0.0 |2433M| 676 |   - |1076 | 733 |   0 |   0 |   0 |1574k|   0 | 0.000000e+00 |      --      |    Inf 
872.42/872.40	c   725s|  7530k|  7217k|     0 |   0.0 |2436M| 676 |   - |1076 | 761 |   0 |   0 |   0 |1575k|   0 | 0.000000e+00 |      --      |    Inf 
873.52/873.53	c   726s|  7540k|  7227k|     0 |   0.0 |2439M| 676 |   - |1076 | 779 |   0 |   0 |   0 |1576k|   0 | 0.000000e+00 |      --      |    Inf 
874.71/874.71	c   727s|  7550k|  7237k|     0 |   0.0 |2442M| 676 |   - |1076 | 734 |   0 |   0 |   0 |1577k|   0 | 0.000000e+00 |      --      |    Inf 
875.82/875.84	c   728s|  7560k|  7246k|     0 |   0.0 |2445M| 676 |   - |1076 | 690 |   0 |   0 |   0 |1578k|   0 | 0.000000e+00 |      --      |    Inf 
876.91/876.93	c   729s|  7570k|  7256k|     0 |   0.0 |2448M| 676 |   - |1076 | 663 |   0 |   0 |   0 |1579k|   0 | 0.000000e+00 |      --      |    Inf 
878.01/878.05	c   730s|  7580k|  7266k|     0 |   0.0 |2451M| 676 |   - |1076 | 759 |   0 |   0 |   0 |1581k|   0 | 0.000000e+00 |      --      |    Inf 
879.12/879.12	c   731s|  7590k|  7276k|     0 |   0.0 |2454M| 676 |   - |1076 | 706 |   0 |   0 |   0 |1582k|   0 | 0.000000e+00 |      --      |    Inf 
880.21/880.21	c   732s|  7600k|  7286k|     0 |   0.0 |2457M| 676 |   - |1076 | 725 |   0 |   0 |   0 |1583k|   0 | 0.000000e+00 |      --      |    Inf 
881.21/881.29	c   732s|  7610k|  7295k|     0 |   0.0 |2460M| 676 |   - |1076 | 668 |   0 |   0 |   0 |1583k|   0 | 0.000000e+00 |      --      |    Inf 
882.42/882.40	c   733s|  7620k|  7305k|     0 |   0.0 |2463M| 676 |   - |1076 | 731 |   0 |   0 |   0 |1585k|   0 | 0.000000e+00 |      --      |    Inf 
883.52/883.51	c   734s|  7630k|  7315k|     0 |   0.0 |2466M| 676 |   - |1076 | 667 |   0 |   0 |   0 |1586k|   0 | 0.000000e+00 |      --      |    Inf 
884.62/884.60	c   735s|  7640k|  7325k|     0 |   0.0 |2469M| 676 |   - |1076 | 692 |   0 |   0 |   0 |1586k|   0 | 0.000000e+00 |      --      |    Inf 
885.72/885.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
885.72/885.70	c   736s|  7650k|  7335k|     0 |   0.0 |2472M| 676 |   - |1076 | 679 |   0 |   0 |   0 |1587k|   0 | 0.000000e+00 |      --      |    Inf 
886.71/886.78	c   737s|  7660k|  7344k|     0 |   0.0 |2475M| 676 |   - |1076 | 643 |   0 |   0 |   0 |1588k|   0 | 0.000000e+00 |      --      |    Inf 
887.82/887.88	c   738s|  7670k|  7354k|     0 |   0.0 |2479M| 676 |   - |1076 | 683 |   0 |   0 |   0 |1589k|   0 | 0.000000e+00 |      --      |    Inf 
888.92/888.97	c   739s|  7680k|  7364k|     0 |   0.0 |2482M| 676 |   - |1076 | 657 |   0 |   0 |   0 |1590k|   0 | 0.000000e+00 |      --      |    Inf 
890.01/890.03	c   740s|  7690k|  7374k|     0 |   0.0 |2485M| 676 |   - |1076 | 717 |   0 |   0 |   0 |1591k|   0 | 0.000000e+00 |      --      |    Inf 
891.11/891.11	c   741s|  7700k|  7384k|     0 |   0.0 |2488M| 676 |   - |1076 | 684 |   0 |   0 |   0 |1592k|   0 | 0.000000e+00 |      --      |    Inf 
892.12/892.19	c   741s|  7710k|  7393k|     0 |   0.0 |2491M| 676 |   - |1076 | 716 |   0 |   0 |   0 |1593k|   0 | 0.000000e+00 |      --      |    Inf 
893.22/893.27	c   742s|  7720k|  7403k|     0 |   0.0 |2494M| 676 |   - |1076 | 684 |   0 |   0 |   0 |1594k|   0 | 0.000000e+00 |      --      |    Inf 
894.32/894.37	c   743s|  7730k|  7413k|     0 |   0.0 |2497M| 676 |   - |1076 | 703 |   0 |   0 |   0 |1595k|   0 | 0.000000e+00 |      --      |    Inf 
895.51/895.51	c   744s|  7740k|  7423k|     0 |   0.0 |2500M| 676 |   - |1076 | 683 |   0 |   0 |   0 |1596k|   0 | 0.000000e+00 |      --      |    Inf 
896.62/896.62	c   745s|  7750k|  7433k|     0 |   0.0 |2503M| 676 |   - |1076 | 671 |   0 |   0 |   0 |1597k|   0 | 0.000000e+00 |      --      |    Inf 
897.71/897.73	c   746s|  7760k|  7442k|     0 |   0.0 |2506M| 676 |   - |1076 | 708 |   0 |   0 |   0 |1599k|   0 | 0.000000e+00 |      --      |    Inf 
898.81/898.84	c   747s|  7770k|  7452k|     0 |   0.0 |2509M| 676 |   - |1076 | 747 |   0 |   0 |   0 |1600k|   0 | 0.000000e+00 |      --      |    Inf 
899.92/899.97	c   748s|  7780k|  7462k|     0 |   0.0 |2512M| 676 |   - |1076 | 684 |   0 |   0 |   0 |1601k|   0 | 0.000000e+00 |      --      |    Inf 
901.02/901.09	c   749s|  7790k|  7472k|     0 |   0.0 |2515M| 676 |   - |1076 | 662 |   0 |   0 |   0 |1602k|   0 | 0.000000e+00 |      --      |    Inf 
902.21/902.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
902.21/902.25	c   750s|  7800k|  7482k|     0 |   0.0 |2518M| 676 |   - |1076 | 650 |   0 |   0 |   0 |1602k|   0 | 0.000000e+00 |      --      |    Inf 
903.31/903.32	c   751s|  7810k|  7491k|     0 |   0.0 |2521M| 676 |   - |1076 | 649 |   0 |   0 |   0 |1603k|   0 | 0.000000e+00 |      --      |    Inf 
904.41/904.44	c   752s|  7820k|  7501k|     0 |   0.0 |2524M| 676 |   - |1076 | 624 |   0 |   0 |   0 |1604k|   0 | 0.000000e+00 |      --      |    Inf 
905.51/905.52	c   753s|  7830k|  7511k|     0 |   0.0 |2527M| 676 |   - |1076 | 673 |   0 |   0 |   0 |1605k|   0 | 0.000000e+00 |      --      |    Inf 
906.61/906.64	c   754s|  7840k|  7521k|     0 |   0.0 |2530M| 676 |   - |1076 | 655 |   0 |   0 |   0 |1606k|   0 | 0.000000e+00 |      --      |    Inf 
907.72/907.74	c   754s|  7850k|  7531k|     0 |   0.0 |2533M| 676 |   - |1076 | 606 |   0 |   0 |   0 |1607k|   0 | 0.000000e+00 |      --      |    Inf 
908.81/908.81	c   755s|  7860k|  7541k|     0 |   0.0 |2536M| 676 |   - |1076 | 640 |   0 |   0 |   0 |1608k|   0 | 0.000000e+00 |      --      |    Inf 
909.92/909.94	c   756s|  7870k|  7550k|     0 |   0.0 |2539M| 676 |   - |1076 | 700 |   0 |   0 |   0 |1609k|   0 | 0.000000e+00 |      --      |    Inf 
911.01/911.00	c   757s|  7880k|  7560k|     0 |   0.0 |2542M| 676 |   - |1076 | 623 |   0 |   0 |   0 |1610k|   0 | 0.000000e+00 |      --      |    Inf 
912.12/912.12	c   758s|  7890k|  7570k|     0 |   0.0 |2545M| 676 |   - |1076 | 664 |   0 |   0 |   0 |1611k|   0 | 0.000000e+00 |      --      |    Inf 
913.31/913.30	c   759s|  7900k|  7580k|     0 |   0.0 |2548M| 676 |   - |1076 | 625 |   0 |   0 |   0 |1612k|   0 | 0.000000e+00 |      --      |    Inf 
914.42/914.44	c   760s|  7910k|  7590k|     0 |   0.0 |2551M| 676 |   - |1076 | 731 |   0 |   0 |   0 |1614k|   0 | 0.000000e+00 |      --      |    Inf 
915.51/915.53	c   761s|  7920k|  7599k|     0 |   0.0 |2554M| 676 |   - |1076 | 620 |   0 |   0 |   0 |1614k|   0 | 0.000000e+00 |      --      |    Inf 
916.62/916.62	c   762s|  7930k|  7609k|     0 |   0.0 |2557M| 676 |   - |1076 | 687 |   0 |   0 |   0 |1615k|   0 | 0.000000e+00 |      --      |    Inf 
917.72/917.75	c   763s|  7940k|  7619k|     0 |   0.0 |2560M| 676 |   - |1076 | 626 |   0 |   0 |   0 |1616k|   0 | 0.000000e+00 |      --      |    Inf 
918.81/918.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
918.81/918.88	c   764s|  7950k|  7629k|     0 |   0.0 |2563M| 676 |   - |1076 | 615 |   0 |   0 |   0 |1617k|   0 | 0.000000e+00 |      --      |    Inf 
920.02/920.07	c   765s|  7960k|  7639k|     0 |   0.0 |2566M| 676 |   - |1076 | 602 |   0 |   0 |   0 |1619k|   0 | 0.000000e+00 |      --      |    Inf 
921.12/921.16	c   766s|  7970k|  7648k|     0 |   0.0 |2569M| 676 |   - |1076 | 652 |   0 |   0 |   0 |1620k|   0 | 0.000000e+00 |      --      |    Inf 
922.32/922.36	c   767s|  7980k|  7658k|     0 |   0.0 |2572M| 676 |   - |1076 | 587 |   0 |   0 |   0 |1621k|   0 | 0.000000e+00 |      --      |    Inf 
923.42/923.48	c   768s|  7990k|  7668k|     0 |   0.0 |2575M| 676 |   - |1076 | 623 |   0 |   0 |   0 |1622k|   0 | 0.000000e+00 |      --      |    Inf 
924.52/924.53	c   768s|  8000k|  7678k|     0 |   0.0 |2579M| 676 |   - |1076 | 633 |   0 |   0 |   0 |1623k|   0 | 0.000000e+00 |      --      |    Inf 
925.62/925.66	c   769s|  8010k|  7688k|     0 |   0.0 |2582M| 676 |   - |1076 | 674 |   0 |   0 |   0 |1624k|   0 | 0.000000e+00 |      --      |    Inf 
926.71/926.79	c   770s|  8020k|  7697k|     0 |   0.0 |2585M| 676 |   - |1076 | 638 |   0 |   0 |   0 |1625k|   0 | 0.000000e+00 |      --      |    Inf 
927.91/927.92	c   771s|  8030k|  7707k|     0 |   0.0 |2588M| 676 |   - |1076 | 690 |   0 |   0 |   0 |1626k|   0 | 0.000000e+00 |      --      |    Inf 
928.92/928.98	c   772s|  8040k|  7717k|     0 |   0.0 |2591M| 676 |   - |1076 | 666 |   0 |   0 |   0 |1627k|   0 | 0.000000e+00 |      --      |    Inf 
930.11/930.13	c   773s|  8050k|  7727k|     0 |   0.0 |2594M| 676 |   - |1076 | 629 |   0 |   0 |   0 |1628k|   0 | 0.000000e+00 |      --      |    Inf 
931.32/931.34	c   774s|  8060k|  7737k|     0 |   0.0 |2597M| 676 |   - |1076 | 674 |   0 |   0 |   0 |1629k|   0 | 0.000000e+00 |      --      |    Inf 
932.41/932.45	c   775s|  8070k|  7747k|     0 |   0.0 |2600M| 676 |   - |1076 | 613 |   0 |   0 |   0 |1630k|   0 | 0.000000e+00 |      --      |    Inf 
933.62/933.65	c   776s|  8080k|  7756k|     0 |   0.0 |2603M| 676 |   - |1076 | 639 |   0 |   0 |   0 |1631k|   0 | 0.000000e+00 |      --      |    Inf 
934.72/934.73	c   777s|  8090k|  7766k|     0 |   0.0 |2606M| 676 |   - |1076 | 674 |   0 |   0 |   0 |1632k|   0 | 0.000000e+00 |      --      |    Inf 
935.82/935.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
935.82/935.83	c   778s|  8100k|  7776k|     0 |   0.0 |2609M| 676 |   - |1076 | 679 |   0 |   0 |   0 |1633k|   0 | 0.000000e+00 |      --      |    Inf 
936.91/936.93	c   779s|  8110k|  7786k|     0 |   0.0 |2612M| 676 |   - |1076 | 674 |   0 |   0 |   0 |1634k|   0 | 0.000000e+00 |      --      |    Inf 
938.02/938.00	c   780s|  8120k|  7796k|     0 |   0.0 |2615M| 676 |   - |1076 | 655 |   0 |   0 |   0 |1635k|   0 | 0.000000e+00 |      --      |    Inf 
939.02/939.08	c   780s|  8130k|  7805k|     0 |   0.0 |2618M| 676 |   - |1076 | 604 |   0 |   0 |   0 |1636k|   0 | 0.000000e+00 |      --      |    Inf 
940.22/940.22	c   781s|  8140k|  7815k|     0 |   0.0 |2621M| 676 |   - |1076 | 639 |   0 |   0 |   0 |1637k|   0 | 0.000000e+00 |      --      |    Inf 
941.32/941.30	c   782s|  8150k|  7825k|     0 |   0.0 |2624M| 676 |   - |1076 | 647 |   0 |   0 |   0 |1638k|   0 | 0.000000e+00 |      --      |    Inf 
942.42/942.42	c   783s|  8160k|  7835k|     0 |   0.0 |2627M| 676 |   - |1076 | 628 |   0 |   0 |   0 |1639k|   0 | 0.000000e+00 |      --      |    Inf 
943.51/943.54	c   784s|  8170k|  7845k|     0 |   0.0 |2630M| 676 |   - |1076 | 668 |   0 |   0 |   0 |1640k|   0 | 0.000000e+00 |      --      |    Inf 
944.62/944.69	c   785s|  8180k|  7854k|     0 |   0.0 |2633M| 676 |   - |1076 | 636 |   0 |   0 |   0 |1641k|   0 | 0.000000e+00 |      --      |    Inf 
945.81/945.86	c   786s|  8190k|  7864k|     0 |   0.0 |2636M| 676 |   - |1076 | 642 |   0 |   0 |   0 |1642k|   0 | 0.000000e+00 |      --      |    Inf 
946.92/946.98	c   787s|  8200k|  7874k|     0 |   0.0 |2639M| 676 |   - |1076 | 670 |   0 |   0 |   0 |1643k|   0 | 0.000000e+00 |      --      |    Inf 
948.12/948.14	c   788s|  8210k|  7884k|     0 |   0.0 |2642M| 676 |   - |1076 | 680 |   0 |   0 |   0 |1644k|   0 | 0.000000e+00 |      --      |    Inf 
949.33/949.34	c   789s|  8220k|  7894k|     0 |   0.0 |2645M| 676 |   - |1076 | 617 |   0 |   0 |   0 |1645k|   0 | 0.000000e+00 |      --      |    Inf 
950.51/950.54	c   790s|  8230k|  7903k|     0 |   0.0 |2648M| 676 |   - |1076 | 647 |   0 |   0 |   0 |1646k|   0 | 0.000000e+00 |      --      |    Inf 
951.62/951.60	c   791s|  8240k|  7913k|     0 |   0.0 |2651M| 676 |   - |1076 | 669 |   0 |   0 |   0 |1647k|   0 | 0.000000e+00 |      --      |    Inf 
952.71/952.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
952.71/952.72	c   792s|  8250k|  7923k|     0 |   0.0 |2654M| 676 |   - |1076 | 697 |   0 |   0 |   0 |1648k|   0 | 0.000000e+00 |      --      |    Inf 
953.82/953.85	c   793s|  8260k|  7933k|     0 |   0.0 |2657M| 676 |   - |1076 | 658 |   0 |   0 |   0 |1649k|   0 | 0.000000e+00 |      --      |    Inf 
954.92/954.96	c   794s|  8270k|  7943k|     0 |   0.0 |2660M| 676 |   - |1076 | 712 |   0 |   0 |   0 |1650k|   0 | 0.000000e+00 |      --      |    Inf 
956.02/956.01	c   795s|  8280k|  7952k|     0 |   0.0 |2663M| 676 |   - |1076 | 648 |   0 |   0 |   0 |1651k|   0 | 0.000000e+00 |      --      |    Inf 
957.21/957.22	c   796s|  8290k|  7962k|     0 |   0.0 |2666M| 676 |   - |1076 | 638 |   0 |   0 |   0 |1652k|   0 | 0.000000e+00 |      --      |    Inf 
958.32/958.32	c   797s|  8300k|  7972k|     0 |   0.0 |2669M| 676 |   - |1076 | 688 |   0 |   0 |   0 |1653k|   0 | 0.000000e+00 |      --      |    Inf 
959.42/959.40	c   797s|  8310k|  7982k|     0 |   0.0 |2672M| 676 |   - |1076 | 687 |   0 |   0 |   0 |1654k|   0 | 0.000000e+00 |      --      |    Inf 
960.42/960.48	c   798s|  8320k|  7992k|     0 |   0.0 |2675M| 676 |   - |1076 | 661 |   0 |   0 |   0 |1655k|   0 | 0.000000e+00 |      --      |    Inf 
961.62/961.62	c   799s|  8330k|  8001k|     0 |   0.0 |2678M| 676 |   - |1076 | 640 |   0 |   0 |   0 |1657k|   0 | 0.000000e+00 |      --      |    Inf 
962.72/962.77	c   800s|  8340k|  8011k|     0 |   0.0 |2681M| 676 |   - |1076 | 687 |   0 |   0 |   0 |1658k|   0 | 0.000000e+00 |      --      |    Inf 
963.82/963.89	c   801s|  8350k|  8021k|     0 |   0.0 |2684M| 676 |   - |1076 | 613 |   0 |   0 |   0 |1659k|   0 | 0.000000e+00 |      --      |    Inf 
965.12/965.14	c   802s|  8360k|  8031k|     0 |   0.0 |2687M| 676 |   - |1076 | 718 |   0 |   0 |   0 |1660k|   0 | 0.000000e+00 |      --      |    Inf 
966.21/966.21	c   803s|  8370k|  8041k|     0 |   0.0 |2690M| 676 |   - |1076 | 653 |   0 |   0 |   0 |1661k|   0 | 0.000000e+00 |      --      |    Inf 
967.32/967.34	c   804s|  8380k|  8050k|     0 |   0.0 |2693M| 676 |   - |1076 | 660 |   0 |   0 |   0 |1662k|   0 | 0.000000e+00 |      --      |    Inf 
968.42/968.44	c   805s|  8390k|  8060k|     0 |   0.0 |2696M| 676 |   - |1076 | 677 |   0 |   0 |   0 |1663k|   0 | 0.000000e+00 |      --      |    Inf 
969.42/969.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
969.42/969.49	c   806s|  8400k|  8070k|     0 |   0.0 |2700M| 676 |   - |1076 | 675 |   0 |   0 |   0 |1664k|   0 | 0.000000e+00 |      --      |    Inf 
970.61/970.65	c   807s|  8410k|  8080k|     0 |   0.0 |2703M| 676 |   - |1076 | 720 |   0 |   0 |   0 |1665k|   0 | 0.000000e+00 |      --      |    Inf 
971.72/971.77	c   808s|  8420k|  8090k|     0 |   0.0 |2706M| 676 |   - |1076 | 667 |   0 |   0 |   0 |1666k|   0 | 0.000000e+00 |      --      |    Inf 
972.92/972.91	c   809s|  8430k|  8099k|     0 |   0.0 |2709M| 676 |   - |1076 | 712 |   0 |   0 |   0 |1667k|   0 | 0.000000e+00 |      --      |    Inf 
974.02/974.05	c   810s|  8440k|  8109k|     0 |   0.0 |2712M| 676 |   - |1076 | 690 |   0 |   0 |   0 |1668k|   0 | 0.000000e+00 |      --      |    Inf 
975.11/975.18	c   811s|  8450k|  8119k|     0 |   0.0 |2715M| 676 |   - |1076 | 684 |   0 |   0 |   0 |1669k|   0 | 0.000000e+00 |      --      |    Inf 
976.31/976.31	c   811s|  8460k|  8129k|     0 |   0.0 |2718M| 676 |   - |1076 | 710 |   0 |   0 |   0 |1670k|   0 | 0.000000e+00 |      --      |    Inf 
977.42/977.41	c   812s|  8470k|  8139k|     0 |   0.0 |2721M| 676 |   - |1076 | 634 |   0 |   0 |   0 |1671k|   0 | 0.000000e+00 |      --      |    Inf 
978.61/978.60	c   813s|  8480k|  8148k|     0 |   0.0 |2724M| 676 |   - |1076 | 740 |   0 |   0 |   0 |1672k|   0 | 0.000000e+00 |      --      |    Inf 
979.62/979.65	c   814s|  8490k|  8158k|     0 |   0.0 |2727M| 676 |   - |1076 | 638 |   0 |   0 |   0 |1673k|   0 | 0.000000e+00 |      --      |    Inf 
980.71/980.79	c   815s|  8500k|  8168k|     0 |   0.0 |2730M| 676 |   - |1076 | 687 |   0 |   0 |   0 |1674k|   0 | 0.000000e+00 |      --      |    Inf 
982.02/982.00	c   816s|  8510k|  8178k|     0 |   0.0 |2733M| 676 |   - |1076 | 770 |   0 |   0 |   0 |1675k|   0 | 0.000000e+00 |      --      |    Inf 
983.01/983.05	c   817s|  8520k|  8188k|     0 |   0.0 |2736M| 676 |   - |1076 | 674 |   0 |   0 |   0 |1676k|   0 | 0.000000e+00 |      --      |    Inf 
984.12/984.18	c   818s|  8530k|  8197k|     0 |   0.0 |2739M| 676 |   - |1076 | 728 |   0 |   0 |   0 |1677k|   0 | 0.000000e+00 |      --      |    Inf 
985.22/985.26	c   819s|  8540k|  8207k|     0 |   0.0 |2742M| 676 |   - |1076 | 693 |   0 |   0 |   0 |1678k|   0 | 0.000000e+00 |      --      |    Inf 
986.42/986.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
986.42/986.40	c   820s|  8550k|  8217k|     0 |   0.0 |2745M| 676 |   - |1076 | 661 |   0 |   0 |   0 |1679k|   0 | 0.000000e+00 |      --      |    Inf 
987.52/987.53	c   821s|  8560k|  8227k|     0 |   0.0 |2748M| 676 |   - |1076 | 697 |   0 |   0 |   0 |1680k|   0 | 0.000000e+00 |      --      |    Inf 
988.62/988.70	c   822s|  8570k|  8237k|     0 |   0.0 |2751M| 676 |   - |1076 | 705 |   0 |   0 |   0 |1681k|   0 | 0.000000e+00 |      --      |    Inf 
989.82/989.85	c   823s|  8580k|  8246k|     0 |   0.0 |2754M| 676 |   - |1076 | 702 |   0 |   0 |   0 |1682k|   0 | 0.000000e+00 |      --      |    Inf 
990.92/990.98	c   824s|  8590k|  8256k|     0 |   0.0 |2757M| 676 |   - |1076 | 693 |   0 |   0 |   0 |1683k|   0 | 0.000000e+00 |      --      |    Inf 
992.01/992.07	c   825s|  8600k|  8266k|     0 |   0.0 |2760M| 676 |   - |1076 | 667 |   0 |   0 |   0 |1684k|   0 | 0.000000e+00 |      --      |    Inf 
993.12/993.14	c   826s|  8610k|  8276k|     0 |   0.0 |2763M| 676 |   - |1076 | 657 |   0 |   0 |   0 |1685k|   0 | 0.000000e+00 |      --      |    Inf 
994.22/994.29	c   826s|  8620k|  8286k|     0 |   0.0 |2766M| 676 |   - |1076 | 660 |   0 |   0 |   0 |1686k|   0 | 0.000000e+00 |      --      |    Inf 
995.32/995.38	c   827s|  8630k|  8296k|     0 |   0.0 |2769M| 676 |   - |1076 | 660 |   0 |   0 |   0 |1687k|   0 | 0.000000e+00 |      --      |    Inf 
996.52/996.53	c   828s|  8640k|  8305k|     0 |   0.0 |2772M| 676 |   - |1076 | 703 |   0 |   0 |   0 |1688k|   0 | 0.000000e+00 |      --      |    Inf 
997.62/997.61	c   829s|  8650k|  8315k|     0 |   0.0 |2775M| 676 |   - |1076 | 629 |   0 |   0 |   0 |1689k|   0 | 0.000000e+00 |      --      |    Inf 
998.62/998.69	c   830s|  8660k|  8325k|     0 |   0.0 |2778M| 676 |   - |1076 | 637 |   0 |   0 |   0 |1690k|   0 | 0.000000e+00 |      --      |    Inf 
999.72/999.77	c   831s|  8670k|  8335k|     0 |   0.0 |2781M| 676 |   - |1076 | 639 |   0 |   0 |   0 |1691k|   0 | 0.000000e+00 |      --      |    Inf 
1000.92/1000.92	c   832s|  8680k|  8345k|     0 |   0.0 |2785M| 676 |   - |1076 | 697 |   0 |   0 |   0 |1692k|   0 | 0.000000e+00 |      --      |    Inf 
1002.03/1002.04	c   833s|  8690k|  8354k|     0 |   0.0 |2788M| 676 |   - |1076 | 670 |   0 |   0 |   0 |1693k|   0 | 0.000000e+00 |      --      |    Inf 
1003.22/1003.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1003.22/1003.21	c   834s|  8700k|  8364k|     0 |   0.0 |2791M| 676 |   - |1076 | 704 |   0 |   0 |   0 |1694k|   0 | 0.000000e+00 |      --      |    Inf 
1004.22/1004.30	c   835s|  8710k|  8374k|     0 |   0.0 |2794M| 676 |   - |1076 | 604 |   0 |   0 |   0 |1695k|   0 | 0.000000e+00 |      --      |    Inf 
1005.42/1005.44	c   836s|  8720k|  8384k|     0 |   0.0 |2797M| 676 |   - |1076 | 688 |   0 |   0 |   0 |1696k|   0 | 0.000000e+00 |      --      |    Inf 
1006.53/1006.55	c   837s|  8730k|  8394k|     0 |   0.0 |2800M| 676 |   - |1076 | 666 |   0 |   0 |   0 |1697k|   0 | 0.000000e+00 |      --      |    Inf 
1007.63/1007.64	c   838s|  8740k|  8403k|     0 |   0.0 |2803M| 676 |   - |1076 | 615 |   0 |   0 |   0 |1698k|   0 | 0.000000e+00 |      --      |    Inf 
1008.73/1008.77	c   839s|  8750k|  8413k|     0 |   0.0 |2806M| 676 |   - |1076 | 679 |   0 |   0 |   0 |1699k|   0 | 0.000000e+00 |      --      |    Inf 
1009.82/1009.88	c   839s|  8760k|  8423k|     0 |   0.0 |2809M| 676 |   - |1076 | 751 |   0 |   0 |   0 |1700k|   0 | 0.000000e+00 |      --      |    Inf 
1011.02/1011.04	c   840s|  8770k|  8433k|     0 |   0.0 |2812M| 676 |   - |1076 | 646 |   0 |   0 |   0 |1701k|   0 | 0.000000e+00 |      --      |    Inf 
1012.12/1012.17	c   841s|  8780k|  8443k|     0 |   0.0 |2815M| 676 |   - |1076 | 670 |   0 |   0 |   0 |1702k|   0 | 0.000000e+00 |      --      |    Inf 
1013.31/1013.31	c   842s|  8790k|  8452k|     0 |   0.0 |2818M| 676 |   - |1076 | 720 |   0 |   0 |   0 |1703k|   0 | 0.000000e+00 |      --      |    Inf 
1014.42/1014.46	c   843s|  8800k|  8462k|     0 |   0.0 |2821M| 676 |   - |1076 | 755 |   0 |   0 |   0 |1704k|   0 | 0.000000e+00 |      --      |    Inf 
1015.62/1015.68	c   844s|  8810k|  8472k|     0 |   0.0 |2824M| 676 |   - |1076 | 723 |   0 |   0 |   0 |1705k|   0 | 0.000000e+00 |      --      |    Inf 
1016.82/1016.83	c   845s|  8820k|  8482k|     0 |   0.0 |2827M| 676 |   - |1076 | 721 |   0 |   0 |   0 |1706k|   0 | 0.000000e+00 |      --      |    Inf 
1017.91/1017.94	c   846s|  8830k|  8492k|     0 |   0.0 |2830M| 676 |   - |1076 | 704 |   0 |   0 |   0 |1708k|   0 | 0.000000e+00 |      --      |    Inf 
1019.02/1019.08	c   847s|  8840k|  8501k|     0 |   0.0 |2833M| 676 |   - |1076 | 700 |   0 |   0 |   0 |1709k|   0 | 0.000000e+00 |      --      |    Inf 
1020.12/1020.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1020.12/1020.13	c   848s|  8850k|  8511k|     0 |   0.0 |2836M| 676 |   - |1076 | 686 |   0 |   0 |   0 |1710k|   0 | 0.000000e+00 |      --      |    Inf 
1021.11/1021.19	c   849s|  8860k|  8521k|     0 |   0.0 |2839M| 676 |   - |1076 | 692 |   0 |   0 |   0 |1711k|   0 | 0.000000e+00 |      --      |    Inf 
1022.32/1022.32	c   850s|  8870k|  8531k|     0 |   0.0 |2842M| 676 |   - |1076 | 644 |   0 |   0 |   0 |1711k|   0 | 0.000000e+00 |      --      |    Inf 
1023.42/1023.44	c   851s|  8880k|  8541k|     0 |   0.0 |2845M| 676 |   - |1076 | 650 |   0 |   0 |   0 |1712k|   0 | 0.000000e+00 |      --      |    Inf 
1024.62/1024.60	c   852s|  8890k|  8550k|     0 |   0.0 |2848M| 676 |   - |1076 | 662 |   0 |   0 |   0 |1713k|   0 | 0.000000e+00 |      --      |    Inf 
1025.62/1025.68	c   853s|  8900k|  8560k|     0 |   0.0 |2851M| 676 |   - |1076 | 687 |   0 |   0 |   0 |1714k|   0 | 0.000000e+00 |      --      |    Inf 
1026.72/1026.77	c   854s|  8910k|  8570k|     0 |   0.0 |2854M| 676 |   - |1076 | 681 |   0 |   0 |   0 |1715k|   0 | 0.000000e+00 |      --      |    Inf 
1027.92/1027.96	c   855s|  8920k|  8580k|     0 |   0.0 |2857M| 676 |   - |1076 | 644 |   0 |   0 |   0 |1716k|   0 | 0.000000e+00 |      --      |    Inf 
1029.02/1029.08	c   856s|  8930k|  8590k|     0 |   0.0 |2860M| 676 |   - |1076 | 635 |   0 |   0 |   0 |1717k|   0 | 0.000000e+00 |      --      |    Inf 
1030.22/1030.21	c   856s|  8940k|  8599k|     0 |   0.0 |2863M| 676 |   - |1076 | 668 |   0 |   0 |   0 |1718k|   0 | 0.000000e+00 |      --      |    Inf 
1031.32/1031.30	c   857s|  8950k|  8609k|     0 |   0.0 |2866M| 676 |   - |1076 | 695 |   0 |   0 |   0 |1719k|   0 | 0.000000e+00 |      --      |    Inf 
1032.02/1032.06	c (node 8957295) switching to memory saving mode (mem: 2736.0M/3420.0M)
1033.82/1033.81	c   860s|  8960k|  8615k|     0 |   0.0 |2867M| 676 |   - |1076 |1642 |   0 |   0 |   0 |1726k|   0 | 0.000000e+00 |      --      |    Inf 
1036.72/1036.79	c   862s|  8970k|  8614k|     0 |   0.0 |2865M| 676 |   - |1076 |1327 |   0 |   0 |   0 |1747k|   0 | 0.000000e+00 |      --      |    Inf 
1039.62/1039.69	c   865s|  8980k|  8613k|     0 |   0.0 |2864M| 676 |   - |1076 |1433 |   0 |   0 |   0 |1767k|   0 | 0.000000e+00 |      --      |    Inf 
1042.62/1042.68	c   867s|  8990k|  8612k|     0 |   0.0 |2863M| 676 |   - |1076 |1393 |   0 |   0 |   0 |1788k|   0 | 0.000000e+00 |      --      |    Inf 
1045.62/1045.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1045.62/1045.67	c   870s|  9000k|  8611k|     0 |   0.0 |2863M| 676 |   - |1076 |1464 |   0 |   0 |   0 |1807k|   0 | 0.000000e+00 |      --      |    Inf 
1048.62/1048.61	c   872s|  9010k|  8610k|     0 |   0.0 |2862M| 676 |   - |1076 |1595 |   0 |   0 |   0 |1825k|   0 | 0.000000e+00 |      --      |    Inf 
1051.52/1051.58	c   875s|  9020k|  8610k|     0 |   0.0 |2862M| 676 |   - |1076 |2049 |   0 |   0 |   0 |1844k|   0 | 0.000000e+00 |      --      |    Inf 
1054.62/1054.60	c   877s|  9030k|  8609k|     0 |   0.0 |2861M| 676 |   - |1076 |1955 |   0 |   0 |   0 |1862k|   0 | 0.000000e+00 |      --      |    Inf 
1057.62/1057.68	c   880s|  9040k|  8609k|     0 |   0.0 |2861M| 676 |   - |1076 |2222 |   0 |   0 |   0 |1881k|   0 | 0.000000e+00 |      --      |    Inf 
1060.62/1060.66	c   883s|  9050k|  8608k|     0 |   0.0 |2861M| 676 |   - |1076 |2105 |   0 |   0 |   0 |1898k|   0 | 0.000000e+00 |      --      |    Inf 
1063.63/1063.66	c   885s|  9060k|  8608k|     0 |   0.0 |2860M| 676 |   - |1076 |1660 |   0 |   0 |   0 |1915k|   0 | 0.000000e+00 |      --      |    Inf 
1066.72/1066.76	c   888s|  9070k|  8607k|     0 |   0.0 |2860M| 676 |   - |1076 |1988 |   0 |   0 |   0 |1935k|   0 | 0.000000e+00 |      --      |    Inf 
1069.92/1069.90	c   891s|  9080k|  8607k|     0 |   0.0 |2860M| 676 |   - |1076 |2286 |   0 |   0 |   0 |1954k|   0 | 0.000000e+00 |      --      |    Inf 
1072.92/1072.91	c   893s|  9090k|  8606k|     0 |   0.0 |2859M| 676 |   - |1076 |1686 |   0 |   0 |   0 |1970k|   0 | 0.000000e+00 |      --      |    Inf 
1076.12/1076.15	c   896s|  9100k|  8606k|     0 |   0.0 |2859M| 676 |   - |1076 |2318 |   0 |   0 |   0 |1990k|   0 | 0.000000e+00 |      --      |    Inf 
1079.02/1079.09	c   899s|  9110k|  8606k|     0 |   0.0 |2859M| 676 |   - |1076 |1739 |   0 |   0 |   0 |2005k|   0 | 0.000000e+00 |      --      |    Inf 
1082.22/1082.27	c   901s|  9120k|  8605k|     0 |   0.0 |2859M| 676 |   - |1076 |2698 |   0 |   0 |   0 |2026k|   0 | 0.000000e+00 |      --      |    Inf 
1085.32/1085.32	c   904s|  9130k|  8605k|     0 |   0.0 |2858M| 676 |   - |1076 |1822 |   0 |   0 |   0 |2042k|   0 | 0.000000e+00 |      --      |    Inf 
1088.42/1088.42	c   907s|  9140k|  8604k|     0 |   0.0 |2858M| 676 |   - |1076 |2916 |   0 |   0 |   0 |2062k|   0 | 0.000000e+00 |      --      |    Inf 
1091.52/1091.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1091.52/1091.51	c   910s|  9150k|  8604k|     0 |   0.0 |2858M| 676 |   - |1076 |1923 |   0 |   0 |   0 |2078k|   0 | 0.000000e+00 |      --      |    Inf 
1094.43/1094.46	c   912s|  9160k|  8604k|     0 |   0.0 |2858M| 676 |   - |1076 |1687 |   0 |   0 |   0 |2094k|   0 | 0.000000e+00 |      --      |    Inf 
1097.63/1097.64	c   915s|  9170k|  8604k|     0 |   0.0 |2858M| 676 |   - |1076 |3037 |   0 |   0 |   0 |2115k|   0 | 0.000000e+00 |      --      |    Inf 
1100.73/1100.77	c   918s|  9180k|  8603k|     0 |   0.0 |2857M| 676 |   - |1076 |2345 |   0 |   0 |   0 |2132k|   0 | 0.000000e+00 |      --      |    Inf 
1103.92/1103.93	c   920s|  9190k|  8603k|     0 |   0.0 |2857M| 676 |   - |1076 |2265 |   0 |   0 |   0 |2150k|   0 | 0.000000e+00 |      --      |    Inf 
1107.12/1107.15	c   923s|  9200k|  8603k|     0 |   0.0 |2857M| 676 |   - |1076 |2510 |   0 |   0 |   0 |2171k|   0 | 0.000000e+00 |      --      |    Inf 
1110.32/1110.30	c   926s|  9210k|  8603k|     0 |   0.0 |2857M| 676 |   - |1076 |2063 |   0 |   0 |   0 |2187k|   0 | 0.000000e+00 |      --      |    Inf 
1113.33/1113.36	c   929s|  9220k|  8603k|     0 |   0.0 |2856M| 676 |   - |1076 |1754 |   0 |   0 |   0 |2203k|   0 | 0.000000e+00 |      --      |    Inf 
1116.43/1116.44	c   931s|  9230k|  8602k|     0 |   0.0 |2857M| 676 |   - |1076 |2362 |   0 |   0 |   0 |2222k|   0 | 0.000000e+00 |      --      |    Inf 
1119.72/1119.70	c   934s|  9240k|  8602k|     0 |   0.0 |2856M| 676 |   - |1076 |2297 |   0 |   0 |   0 |2240k|   0 | 0.000000e+00 |      --      |    Inf 
1122.82/1122.83	c   937s|  9250k|  8602k|     0 |   0.0 |2856M| 676 |   - |1076 |2195 |   0 |   0 |   0 |2257k|   0 | 0.000000e+00 |      --      |    Inf 
1125.82/1125.88	c   939s|  9260k|  8602k|     0 |   0.0 |2856M| 676 |   - |1076 |1956 |   0 |   0 |   0 |2273k|   0 | 0.000000e+00 |      --      |    Inf 
1129.02/1129.05	c   942s|  9270k|  8601k|     0 |   0.0 |2856M| 676 |   - |1076 |2517 |   0 |   0 |   0 |2292k|   0 | 0.000000e+00 |      --      |    Inf 
1132.22/1132.28	c   945s|  9280k|  8601k|     0 |   0.0 |2856M| 676 |   - |1076 |2384 |   0 |   0 |   0 |2311k|   0 | 0.000000e+00 |      --      |    Inf 
1135.33/1135.35	c   948s|  9290k|  8601k|     0 |   0.0 |2856M| 676 |   - |1076 |2103 |   0 |   0 |   0 |2328k|   0 | 0.000000e+00 |      --      |    Inf 
1138.42/1138.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1138.42/1138.40	c   950s|  9300k|  8601k|     0 |   0.0 |2856M| 676 |   - |1076 |2204 |   0 |   0 |   0 |2344k|   0 | 0.000000e+00 |      --      |    Inf 
1141.52/1141.52	c   953s|  9310k|  8601k|     0 |   0.0 |2855M| 676 |   - |1076 |1901 |   0 |   0 |   0 |2361k|   0 | 0.000000e+00 |      --      |    Inf 
1144.72/1144.75	c   956s|  9320k|  8600k|     0 |   0.0 |2856M| 676 |   - |1076 |2502 |   0 |   0 |   0 |2381k|   0 | 0.000000e+00 |      --      |    Inf 
1148.03/1148.00	c   959s|  9330k|  8600k|     0 |   0.0 |2855M| 676 |   - |1076 |2601 |   0 |   0 |   0 |2400k|   0 | 0.000000e+00 |      --      |    Inf 
1151.13/1151.15	c   962s|  9340k|  8600k|     0 |   0.0 |2855M| 676 |   - |1076 |2133 |   0 |   0 |   0 |2416k|   0 | 0.000000e+00 |      --      |    Inf 
1154.23/1154.22	c   964s|  9350k|  8600k|     0 |   0.0 |2855M| 676 |   - |1076 |1891 |   0 |   0 |   0 |2432k|   0 | 0.000000e+00 |      --      |    Inf 
1157.23/1157.28	c   967s|  9360k|  8600k|     0 |   0.0 |2855M| 676 |   - |1076 |1928 |   0 |   0 |   0 |2447k|   0 | 0.000000e+00 |      --      |    Inf 
1160.52/1160.57	c   970s|  9370k|  8599k|     0 |   0.0 |2855M| 676 |   - |1076 |2618 |   0 |   0 |   0 |2469k|   0 | 0.000000e+00 |      --      |    Inf 
1163.83/1163.83	c   973s|  9380k|  8599k|     0 |   0.0 |2855M| 676 |   - |1076 |2991 |   0 |   0 |   0 |2489k|   0 | 0.000000e+00 |      --      |    Inf 
1167.03/1167.07	c   975s|  9390k|  8599k|     0 |   0.0 |2855M| 676 |   - |1076 |2065 |   0 |   0 |   0 |2505k|   0 | 0.000000e+00 |      --      |    Inf 
1170.13/1170.17	c   978s|  9400k|  8599k|     0 |   0.0 |2854M| 676 |   - |1076 |1668 |   0 |   0 |   0 |2521k|   0 | 0.000000e+00 |      --      |    Inf 
1173.32/1173.34	c   981s|  9410k|  8599k|     0 |   0.0 |2855M| 676 |   - |1076 |1992 |   0 |   0 |   0 |2537k|   0 | 0.000000e+00 |      --      |    Inf 
1176.32/1176.36	c   984s|  9420k|  8599k|     0 |   0.0 |2855M| 676 |   - |1076 |2057 |   0 |   0 |   0 |2553k|   0 | 0.000000e+00 |      --      |    Inf 
1179.63/1179.60	c   986s|  9430k|  8599k|     0 |   0.0 |2854M| 676 |   - |1076 |1913 |   0 |   0 |   0 |2573k|   0 | 0.000000e+00 |      --      |    Inf 
1182.73/1182.72	c   989s|  9440k|  8598k|     0 |   0.0 |2855M| 676 |   - |1076 |2530 |   0 |   0 |   0 |2590k|   0 | 0.000000e+00 |      --      |    Inf 
1186.02/1186.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1186.02/1186.04	c   992s|  9450k|  8598k|     0 |   0.0 |2855M| 676 |   - |1076 |3214 |   0 |   0 |   0 |2609k|   0 | 0.000000e+00 |      --      |    Inf 
1189.23/1189.29	c   995s|  9460k|  8598k|     0 |   0.0 |2854M| 676 |   - |1076 |1902 |   0 |   0 |   0 |2626k|   0 | 0.000000e+00 |      --      |    Inf 
1192.33/1192.34	c   998s|  9470k|  8598k|     0 |   0.0 |2854M| 676 |   - |1076 |2247 |   0 |   0 |   0 |2641k|   0 | 0.000000e+00 |      --      |    Inf 
1195.42/1195.40	c  1000s|  9480k|  8598k|     0 |   0.0 |2854M| 676 |   - |1076 |2013 |   0 |   0 |   0 |2655k|   0 | 0.000000e+00 |      --      |    Inf 
1198.52/1198.51	c  1003s|  9490k|  8598k|     0 |   0.0 |2853M| 676 |   - |1076 |1687 |   0 |   0 |   0 |2670k|   0 | 0.000000e+00 |      --      |    Inf 
1201.72/1201.73	c  1006s|  9500k|  8598k|     0 |   0.0 |2854M| 676 |   - |1076 |2234 |   0 |   0 |   0 |2690k|   0 | 0.000000e+00 |      --      |    Inf 
1204.92/1204.91	c  1008s|  9510k|  8597k|     0 |   0.0 |2854M| 676 |   - |1076 |2302 |   0 |   0 |   0 |2708k|   0 | 0.000000e+00 |      --      |    Inf 
1208.12/1208.11	c  1011s|  9520k|  8597k|     0 |   0.0 |2854M| 676 |   - |1076 |2715 |   0 |   0 |   0 |2726k|   0 | 0.000000e+00 |      --      |    Inf 
1211.33/1211.30	c  1014s|  9530k|  8597k|     0 |   0.0 |2854M| 676 |   - |1076 |2485 |   0 |   0 |   0 |2743k|   0 | 0.000000e+00 |      --      |    Inf 
1214.43/1214.45	c  1017s|  9540k|  8597k|     0 |   0.0 |2853M| 676 |   - |1076 |1712 |   0 |   0 |   0 |2758k|   0 | 0.000000e+00 |      --      |    Inf 
1217.52/1217.55	c  1019s|  9550k|  8597k|     0 |   0.0 |2853M| 676 |   - |1076 |1872 |   0 |   0 |   0 |2774k|   0 | 0.000000e+00 |      --      |    Inf 
1220.72/1220.70	c  1022s|  9560k|  8597k|     0 |   0.0 |2853M| 676 |   - |1076 |2526 |   0 |   0 |   0 |2791k|   0 | 0.000000e+00 |      --      |    Inf 
1223.92/1223.94	c  1025s|  9570k|  8597k|     0 |   0.0 |2853M| 676 |   - |1076 |1875 |   0 |   0 |   0 |2809k|   0 | 0.000000e+00 |      --      |    Inf 
1227.02/1227.09	c  1028s|  9580k|  8597k|     0 |   0.0 |2853M| 676 |   - |1076 |2181 |   0 |   0 |   0 |2826k|   0 | 0.000000e+00 |      --      |    Inf 
1230.22/1230.22	c  1030s|  9590k|  8596k|     0 |   0.0 |2853M| 676 |   - |1076 |2679 |   0 |   0 |   0 |2843k|   0 | 0.000000e+00 |      --      |    Inf 
1233.53/1233.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1233.53/1233.52	c  1033s|  9600k|  8596k|     0 |   0.0 |2853M| 676 |   - |1076 |2895 |   0 |   0 |   0 |2861k|   0 | 0.000000e+00 |      --      |    Inf 
1236.72/1236.71	c  1036s|  9610k|  8596k|     0 |   0.0 |2853M| 676 |   - |1076 |2083 |   0 |   0 |   0 |2878k|   0 | 0.000000e+00 |      --      |    Inf 
1239.83/1239.88	c  1039s|  9620k|  8596k|     0 |   0.0 |2853M| 676 |   - |1076 |2321 |   0 |   0 |   0 |2894k|   0 | 0.000000e+00 |      --      |    Inf 
1242.93/1242.93	c  1042s|  9630k|  8596k|     0 |   0.0 |2853M| 676 |   - |1076 |1953 |   0 |   0 |   0 |2908k|   0 | 0.000000e+00 |      --      |    Inf 
1245.93/1245.98	c  1044s|  9640k|  8596k|     0 |   0.0 |2853M| 676 |   - |1076 |1829 |   0 |   0 |   0 |2921k|   0 | 0.000000e+00 |      --      |    Inf 
1249.23/1249.21	c  1047s|  9650k|  8596k|     0 |   0.0 |2853M| 676 |   - |1076 |2739 |   0 |   0 |   0 |2942k|   0 | 0.000000e+00 |      --      |    Inf 
1252.42/1252.46	c  1050s|  9660k|  8596k|     0 |   0.0 |2853M| 676 |   - |1076 |2360 |   0 |   0 |   0 |2960k|   0 | 0.000000e+00 |      --      |    Inf 
1255.62/1255.67	c  1053s|  9670k|  8596k|     0 |   0.0 |2853M| 676 |   - |1076 |2637 |   0 |   0 |   0 |2976k|   0 | 0.000000e+00 |      --      |    Inf 
1258.92/1258.96	c  1056s|  9680k|  8595k|     0 |   0.0 |2853M| 676 |   - |1076 |2728 |   0 |   0 |   0 |2993k|   0 | 0.000000e+00 |      --      |    Inf 
1262.23/1262.28	c  1058s|  9690k|  8595k|     0 |   0.0 |2853M| 676 |   - |1076 |2524 |   0 |   0 |   0 |3009k|   0 | 0.000000e+00 |      --      |    Inf 
1265.53/1265.57	c  1061s|  9700k|  8595k|     0 |   0.0 |2852M| 676 |   - |1076 |2053 |   0 |   0 |   0 |3026k|   0 | 0.000000e+00 |      --      |    Inf 
1268.63/1268.67	c  1064s|  9710k|  8595k|     0 |   0.0 |2853M| 676 |   - |1076 |2603 |   0 |   0 |   0 |3040k|   0 | 0.000000e+00 |      --      |    Inf 
1271.83/1271.87	c  1067s|  9720k|  8595k|     0 |   0.0 |2852M| 676 |   - |1076 |1892 |   0 |   0 |   0 |3056k|   0 | 0.000000e+00 |      --      |    Inf 
1274.93/1274.97	c  1070s|  9730k|  8595k|     0 |   0.0 |2852M| 676 |   - |1076 |2126 |   0 |   0 |   0 |3072k|   0 | 0.000000e+00 |      --      |    Inf 
1278.23/1278.25	c  1072s|  9740k|  8595k|     0 |   0.0 |2853M| 676 |   - |1076 |2845 |   0 |   0 |   0 |3092k|   0 | 0.000000e+00 |      --      |    Inf 
1281.43/1281.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1281.43/1281.50	c  1075s|  9750k|  8595k|     0 |   0.0 |2852M| 676 |   - |1076 |2425 |   0 |   0 |   0 |3109k|   0 | 0.000000e+00 |      --      |    Inf 
1284.73/1284.74	c  1078s|  9760k|  8595k|     0 |   0.0 |2852M| 676 |   - |1076 |2265 |   0 |   0 |   0 |3126k|   0 | 0.000000e+00 |      --      |    Inf 
1287.93/1287.96	c  1081s|  9770k|  8595k|     0 |   0.0 |2852M| 676 |   - |1076 |2435 |   0 |   0 |   0 |3142k|   0 | 0.000000e+00 |      --      |    Inf 
1291.23/1291.22	c  1084s|  9780k|  8595k|     0 |   0.0 |2853M| 676 |   - |1076 |3322 |   0 |   0 |   0 |3159k|   0 | 0.000000e+00 |      --      |    Inf 
1294.52/1294.55	c  1087s|  9790k|  8594k|     0 |   0.0 |2852M| 676 |   - |1076 |2620 |   0 |   0 |   0 |3176k|   0 | 0.000000e+00 |      --      |    Inf 
1297.83/1297.84	c  1089s|  9800k|  8594k|     0 |   0.0 |2852M| 676 |   - |1076 |2882 |   0 |   0 |   0 |3194k|   0 | 0.000000e+00 |      --      |    Inf 
1301.03/1301.06	c  1092s|  9810k|  8594k|     0 |   0.0 |2852M| 676 |   - |1076 |1990 |   0 |   0 |   0 |3210k|   0 | 0.000000e+00 |      --      |    Inf 
1304.12/1304.19	c  1095s|  9820k|  8594k|     0 |   0.0 |2852M| 676 |   - |1076 |1952 |   0 |   0 |   0 |3225k|   0 | 0.000000e+00 |      --      |    Inf 
1307.33/1307.39	c  1098s|  9830k|  8594k|     0 |   0.0 |2852M| 676 |   - |1076 |2532 |   0 |   0 |   0 |3242k|   0 | 0.000000e+00 |      --      |    Inf 
1310.63/1310.68	c  1101s|  9840k|  8594k|     0 |   0.0 |2852M| 676 |   - |1076 |2507 |   0 |   0 |   0 |3261k|   0 | 0.000000e+00 |      --      |    Inf 
1313.92/1313.99	c  1104s|  9850k|  8594k|     0 |   0.0 |2852M| 676 |   - |1076 |2260 |   0 |   0 |   0 |3278k|   0 | 0.000000e+00 |      --      |    Inf 
1317.23/1317.26	c  1106s|  9860k|  8594k|     0 |   0.0 |2852M| 676 |   - |1076 |2787 |   0 |   0 |   0 |3296k|   0 | 0.000000e+00 |      --      |    Inf 
1320.53/1320.57	c  1109s|  9870k|  8594k|     0 |   0.0 |2852M| 676 |   - |1076 |2817 |   0 |   0 |   0 |3312k|   0 | 0.000000e+00 |      --      |    Inf 
1323.93/1323.95	c  1112s|  9880k|  8594k|     0 |   0.0 |2852M| 676 |   - |1076 |3038 |   0 |   0 |   0 |3328k|   0 | 0.000000e+00 |      --      |    Inf 
1327.23/1327.28	c  1115s|  9890k|  8594k|     0 |   0.0 |2852M| 676 |   - |1076 |2431 |   0 |   0 |   0 |3344k|   0 | 0.000000e+00 |      --      |    Inf 
1330.63/1330.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1330.63/1330.65	c  1118s|  9900k|  8593k|     0 |   0.0 |2852M| 676 |   - |1076 |2799 |   0 |   0 |   0 |3360k|   0 | 0.000000e+00 |      --      |    Inf 
1333.83/1333.88	c  1121s|  9910k|  8593k|     0 |   0.0 |2852M| 676 |   - |1076 |2095 |   0 |   0 |   0 |3374k|   0 | 0.000000e+00 |      --      |    Inf 
1337.03/1337.05	c  1124s|  9920k|  8593k|     0 |   0.0 |2851M| 676 |   - |1076 |1863 |   0 |   0 |   0 |3388k|   0 | 0.000000e+00 |      --      |    Inf 
1340.23/1340.28	c  1127s|  9930k|  8593k|     0 |   0.0 |2852M| 676 |   - |1076 |2263 |   0 |   0 |   0 |3403k|   0 | 0.000000e+00 |      --      |    Inf 
1343.53/1343.51	c  1129s|  9940k|  8593k|     0 |   0.0 |2851M| 676 |   - |1076 |2463 |   0 |   0 |   0 |3417k|   0 | 0.000000e+00 |      --      |    Inf 
1346.73/1346.74	c  1132s|  9950k|  8593k|     0 |   0.0 |2853M| 676 |   - |1076 |4959 |   0 |   0 |   0 |3436k|   0 | 0.000000e+00 |      --      |    Inf 
1350.12/1350.12	c  1135s|  9960k|  8593k|     0 |   0.0 |2852M| 676 |   - |1076 |3085 |   0 |   0 |   0 |3453k|   0 | 0.000000e+00 |      --      |    Inf 
1353.33/1353.37	c  1138s|  9970k|  8593k|     0 |   0.0 |2852M| 676 |   - |1076 |2273 |   0 |   0 |   0 |3470k|   0 | 0.000000e+00 |      --      |    Inf 
1356.63/1356.68	c  1141s|  9980k|  8593k|     0 |   0.0 |2852M| 676 |   - |1076 |2904 |   0 |   0 |   0 |3487k|   0 | 0.000000e+00 |      --      |    Inf 
1360.03/1360.02	c  1144s|  9990k|  8593k|     0 |   0.0 |2852M| 676 |   - |1076 |2756 |   0 |   0 |   0 |3503k|   0 | 0.000000e+00 |      --      |    Inf 
1363.33/1363.32	c  1147s| 10000k|  8593k|     0 |   0.0 |2852M| 676 |   - |1076 |2775 |   0 |   0 |   0 |3520k|   0 | 0.000000e+00 |      --      |    Inf 
1366.63/1366.66	c  1150s| 10010k|  8593k|     0 |   0.0 |2852M| 676 |   - |1076 |3014 |   0 |   0 |   0 |3537k|   0 | 0.000000e+00 |      --      |    Inf 
1370.03/1370.01	c  1153s| 10020k|  8593k|     0 |   0.0 |2852M| 676 |   - |1076 |2660 |   0 |   0 |   0 |3553k|   0 | 0.000000e+00 |      --      |    Inf 
1373.33/1373.35	c  1155s| 10030k|  8593k|     0 |   0.0 |2851M| 676 |   - |1076 |2304 |   0 |   0 |   0 |3570k|   0 | 0.000000e+00 |      --      |    Inf 
1376.53/1376.54	c  1158s| 10040k|  8592k|     0 |   0.0 |2851M| 676 |   - |1076 |2147 |   0 |   0 |   0 |3584k|   0 | 0.000000e+00 |      --      |    Inf 
1379.63/1379.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1379.63/1379.67	c  1161s| 10050k|  8592k|     0 |   0.0 |2851M| 676 |   - |1076 |2804 |   0 |   0 |   0 |3600k|   0 | 0.000000e+00 |      --      |    Inf 
1382.73/1382.78	c  1164s| 10060k|  8592k|     0 |   0.0 |2851M| 676 |   - |1076 |2324 |   0 |   0 |   0 |3612k|   0 | 0.000000e+00 |      --      |    Inf 
1385.93/1386.00	c  1166s| 10070k|  8592k|     0 |   0.0 |2851M| 676 |   - |1076 |2654 |   0 |   0 |   0 |3630k|   0 | 0.000000e+00 |      --      |    Inf 
1389.34/1389.35	c  1169s| 10080k|  8592k|     0 |   0.0 |2852M| 676 |   - |1076 |3291 |   0 |   0 |   0 |3649k|   0 | 0.000000e+00 |      --      |    Inf 
1392.73/1392.75	c  1172s| 10090k|  8592k|     0 |   0.0 |2851M| 676 |   - |1076 |2408 |   0 |   0 |   0 |3665k|   0 | 0.000000e+00 |      --      |    Inf 
1396.03/1396.04	c  1175s| 10100k|  8592k|     0 |   0.0 |2851M| 676 |   - |1076 |2494 |   0 |   0 |   0 |3679k|   0 | 0.000000e+00 |      --      |    Inf 
1399.24/1399.25	c  1178s| 10110k|  8592k|     0 |   0.0 |2851M| 676 |   - |1076 |2668 |   0 |   0 |   0 |3695k|   0 | 0.000000e+00 |      --      |    Inf 
1402.44/1402.50	c  1181s| 10120k|  8592k|     0 |   0.0 |2851M| 676 |   - |1076 |2662 |   0 |   0 |   0 |3710k|   0 | 0.000000e+00 |      --      |    Inf 
1405.84/1405.83	c  1184s| 10130k|  8592k|     0 |   0.0 |2851M| 676 |   - |1076 |2526 |   0 |   0 |   0 |3726k|   0 | 0.000000e+00 |      --      |    Inf 
1409.23/1409.22	c  1187s| 10140k|  8592k|     0 |   0.0 |2851M| 676 |   - |1076 |2816 |   0 |   0 |   0 |3742k|   0 | 0.000000e+00 |      --      |    Inf 
1412.53/1412.54	c  1190s| 10150k|  8592k|     0 |   0.0 |2851M| 676 |   - |1076 |2855 |   0 |   0 |   0 |3757k|   0 | 0.000000e+00 |      --      |    Inf 
1415.83/1415.82	c  1193s| 10160k|  8592k|     0 |   0.0 |2851M| 676 |   - |1076 |2034 |   0 |   0 |   0 |3773k|   0 | 0.000000e+00 |      --      |    Inf 
1418.94/1418.96	c  1195s| 10170k|  8592k|     0 |   0.0 |2851M| 676 |   - |1076 |2115 |   0 |   0 |   0 |3788k|   0 | 0.000000e+00 |      --      |    Inf 
1422.24/1422.23	c  1198s| 10180k|  8592k|     0 |   0.0 |2851M| 676 |   - |1076 |2340 |   0 |   0 |   0 |3805k|   0 | 0.000000e+00 |      --      |    Inf 
1425.33/1425.40	c  1201s| 10190k|  8592k|     0 |   0.0 |2851M| 676 |   - |1076 |2620 |   0 |   0 |   0 |3819k|   0 | 0.000000e+00 |      --      |    Inf 
1428.63/1428.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1428.63/1428.61	c  1204s| 10200k|  8592k|     0 |   0.0 |2851M| 676 |   - |1076 |2642 |   0 |   0 |   0 |3832k|   0 | 0.000000e+00 |      --      |    Inf 
1431.83/1431.89	c  1207s| 10210k|  8591k|     0 |   0.0 |2851M| 676 |   - |1076 |2471 |   0 |   0 |   0 |3849k|   0 | 0.000000e+00 |      --      |    Inf 
1435.13/1435.15	c  1209s| 10220k|  8591k|     0 |   0.0 |2851M| 676 |   - |1076 |3389 |   0 |   0 |   0 |3868k|   0 | 0.000000e+00 |      --      |    Inf 
1438.43/1438.47	c  1212s| 10230k|  8591k|     0 |   0.0 |2851M| 676 |   - |1076 |2434 |   0 |   0 |   0 |3884k|   0 | 0.000000e+00 |      --      |    Inf 
1441.74/1441.71	c  1215s| 10240k|  8591k|     0 |   0.0 |2850M| 676 |   - |1076 |2265 |   0 |   0 |   0 |3901k|   0 | 0.000000e+00 |      --      |    Inf 
1444.93/1444.90	c  1218s| 10250k|  8591k|     0 |   0.0 |2851M| 676 |   - |1076 |2625 |   0 |   0 |   0 |3916k|   0 | 0.000000e+00 |      --      |    Inf 
1448.23/1448.21	c  1221s| 10260k|  8591k|     0 |   0.0 |2851M| 676 |   - |1076 |2416 |   0 |   0 |   0 |3932k|   0 | 0.000000e+00 |      --      |    Inf 
1451.53/1451.54	c  1224s| 10270k|  8591k|     0 |   0.0 |2851M| 676 |   - |1076 |2559 |   0 |   0 |   0 |3948k|   0 | 0.000000e+00 |      --      |    Inf 
1454.83/1454.88	c  1227s| 10280k|  8591k|     0 |   0.0 |2851M| 676 |   - |1076 |2605 |   0 |   0 |   0 |3964k|   0 | 0.000000e+00 |      --      |    Inf 
1458.23/1458.23	c  1230s| 10290k|  8591k|     0 |   0.0 |2851M| 676 |   - |1076 |2501 |   0 |   0 |   0 |3978k|   0 | 0.000000e+00 |      --      |    Inf 
1461.53/1461.57	c  1232s| 10300k|  8591k|     0 |   0.0 |2851M| 676 |   - |1076 |2597 |   0 |   0 |   0 |3993k|   0 | 0.000000e+00 |      --      |    Inf 
1464.83/1464.80	c  1235s| 10310k|  8591k|     0 |   0.0 |2851M| 676 |   - |1076 |2696 |   0 |   0 |   0 |4008k|   0 | 0.000000e+00 |      --      |    Inf 
1468.23/1468.20	c  1238s| 10320k|  8591k|     0 |   0.0 |2850M| 676 |   - |1076 |2277 |   0 |   0 |   0 |4025k|   0 | 0.000000e+00 |      --      |    Inf 
1471.43/1471.43	c  1241s| 10330k|  8591k|     0 |   0.0 |2850M| 676 |   - |1076 |2154 |   0 |   0 |   0 |4042k|   0 | 0.000000e+00 |      --      |    Inf 
1474.53/1474.58	c  1244s| 10340k|  8591k|     0 |   0.0 |2850M| 676 |   - |1076 |2116 |   0 |   0 |   0 |4058k|   0 | 0.000000e+00 |      --      |    Inf 
1477.73/1477.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1477.73/1477.73	c  1247s| 10350k|  8591k|     0 |   0.0 |2850M| 676 |   - |1076 |2122 |   0 |   0 |   0 |4071k|   0 | 0.000000e+00 |      --      |    Inf 
1480.93/1480.97	c  1249s| 10360k|  8591k|     0 |   0.0 |2850M| 676 |   - |1076 |1659 |   0 |   0 |   0 |4085k|   0 | 0.000000e+00 |      --      |    Inf 
1484.13/1484.17	c  1252s| 10370k|  8591k|     0 |   0.0 |2850M| 676 |   - |1076 |2378 |   0 |   0 |   0 |4100k|   0 | 0.000000e+00 |      --      |    Inf 
1487.43/1487.47	c  1255s| 10380k|  8590k|     0 |   0.0 |2851M| 676 |   - |1076 |3858 |   0 |   0 |   0 |4119k|   0 | 0.000000e+00 |      --      |    Inf 
1490.73/1490.75	c  1258s| 10390k|  8590k|     0 |   0.0 |2850M| 676 |   - |1076 |2470 |   0 |   0 |   0 |4134k|   0 | 0.000000e+00 |      --      |    Inf 
1494.04/1494.03	c  1261s| 10400k|  8590k|     0 |   0.0 |2850M| 676 |   - |1076 |2960 |   0 |   0 |   0 |4152k|   0 | 0.000000e+00 |      --      |    Inf 
1497.34/1497.35	c  1264s| 10410k|  8590k|     0 |   0.0 |2850M| 676 |   - |1076 |3028 |   0 |   0 |   0 |4169k|   0 | 0.000000e+00 |      --      |    Inf 
1500.63/1500.63	c  1267s| 10420k|  8590k|     0 |   0.0 |2850M| 676 |   - |1076 |2904 |   0 |   0 |   0 |4184k|   0 | 0.000000e+00 |      --      |    Inf 
1503.93/1503.94	c  1270s| 10430k|  8590k|     0 |   0.0 |2850M| 676 |   - |1076 |2217 |   0 |   0 |   0 |4199k|   0 | 0.000000e+00 |      --      |    Inf 
1507.13/1507.17	c  1272s| 10440k|  8590k|     0 |   0.0 |2850M| 676 |   - |1076 |2395 |   0 |   0 |   0 |4214k|   0 | 0.000000e+00 |      --      |    Inf 
1510.43/1510.40	c  1275s| 10450k|  8590k|     0 |   0.0 |2850M| 676 |   - |1076 |2461 |   0 |   0 |   0 |4230k|   0 | 0.000000e+00 |      --      |    Inf 
1513.73/1513.71	c  1278s| 10460k|  8590k|     0 |   0.0 |2850M| 676 |   - |1076 |2320 |   0 |   0 |   0 |4246k|   0 | 0.000000e+00 |      --      |    Inf 
1516.94/1516.98	c  1281s| 10470k|  8590k|     0 |   0.0 |2850M| 676 |   - |1076 |2707 |   0 |   0 |   0 |4261k|   0 | 0.000000e+00 |      --      |    Inf 
1520.34/1520.38	c  1284s| 10480k|  8590k|     0 |   0.0 |2850M| 676 |   - |1076 |2365 |   0 |   0 |   0 |4276k|   0 | 0.000000e+00 |      --      |    Inf 
1523.83/1523.82	c  1287s| 10490k|  8590k|     0 |   0.0 |2850M| 676 |   - |1076 |2594 |   0 |   0 |   0 |4292k|   0 | 0.000000e+00 |      --      |    Inf 
1527.13/1527.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1527.13/1527.18	c  1290s| 10500k|  8590k|     0 |   0.0 |2850M| 676 |   - |1076 |2932 |   0 |   0 |   0 |4306k|   0 | 0.000000e+00 |      --      |    Inf 
1530.43/1530.42	c  1293s| 10510k|  8590k|     0 |   0.0 |2850M| 676 |   - |1076 |2616 |   0 |   0 |   0 |4319k|   0 | 0.000000e+00 |      --      |    Inf 
1533.83/1533.82	c  1296s| 10520k|  8590k|     0 |   0.0 |2850M| 676 |   - |1076 |2132 |   0 |   0 |   0 |4335k|   0 | 0.000000e+00 |      --      |    Inf 
1537.03/1537.07	c  1299s| 10530k|  8590k|     0 |   0.0 |2850M| 676 |   - |1076 |2130 |   0 |   0 |   0 |4350k|   0 | 0.000000e+00 |      --      |    Inf 
1540.13/1540.20	c  1301s| 10540k|  8590k|     0 |   0.0 |2850M| 676 |   - |1076 |2536 |   0 |   0 |   0 |4366k|   0 | 0.000000e+00 |      --      |    Inf 
1543.53/1543.57	c  1304s| 10550k|  8590k|     0 |   0.0 |2850M| 676 |   - |1076 |2198 |   0 |   0 |   0 |4384k|   0 | 0.000000e+00 |      --      |    Inf 
1546.83/1546.82	c  1307s| 10560k|  8589k|     0 |   0.0 |2850M| 676 |   - |1076 |3931 |   0 |   0 |   0 |4402k|   0 | 0.000000e+00 |      --      |    Inf 
1550.24/1550.24	c  1310s| 10570k|  8589k|     0 |   0.0 |2851M| 676 |   - |1076 |4624 |   0 |   0 |   0 |4420k|   0 | 0.000000e+00 |      --      |    Inf 
1553.63/1553.63	c  1313s| 10580k|  8589k|     0 |   0.0 |2850M| 676 |   - |1076 |3387 |   0 |   0 |   0 |4438k|   0 | 0.000000e+00 |      --      |    Inf 
1556.83/1556.89	c  1316s| 10590k|  8589k|     0 |   0.0 |2850M| 676 |   - |1076 |2850 |   0 |   0 |   0 |4455k|   0 | 0.000000e+00 |      --      |    Inf 
1560.13/1560.19	c  1319s| 10600k|  8589k|     0 |   0.0 |2850M| 676 |   - |1076 |2771 |   0 |   0 |   0 |4470k|   0 | 0.000000e+00 |      --      |    Inf 
1563.54/1563.53	c  1322s| 10610k|  8589k|     0 |   0.0 |2849M| 676 |   - |1076 |2194 |   0 |   0 |   0 |4488k|   0 | 0.000000e+00 |      --      |    Inf 
1566.84/1566.83	c  1325s| 10620k|  8589k|     0 |   0.0 |2849M| 676 |   - |1076 |2142 |   0 |   0 |   0 |4502k|   0 | 0.000000e+00 |      --      |    Inf 
1570.03/1570.01	c  1327s| 10630k|  8589k|     0 |   0.0 |2850M| 676 |   - |1076 |2463 |   0 |   0 |   0 |4518k|   0 | 0.000000e+00 |      --      |    Inf 
1573.23/1573.27	c  1330s| 10640k|  8589k|     0 |   0.0 |2850M| 676 |   - |1076 |2648 |   0 |   0 |   0 |4534k|   0 | 0.000000e+00 |      --      |    Inf 
1576.54/1576.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1576.54/1576.54	c  1333s| 10650k|  8589k|     0 |   0.0 |2849M| 676 |   - |1076 |2388 |   0 |   0 |   0 |4550k|   0 | 0.000000e+00 |      --      |    Inf 
1579.84/1579.86	c  1336s| 10660k|  8589k|     0 |   0.0 |2849M| 676 |   - |1076 |2435 |   0 |   0 |   0 |4567k|   0 | 0.000000e+00 |      --      |    Inf 
1583.14/1583.10	c  1339s| 10670k|  8589k|     0 |   0.0 |2849M| 676 |   - |1076 |2534 |   0 |   0 |   0 |4582k|   0 | 0.000000e+00 |      --      |    Inf 
1586.44/1586.47	c  1342s| 10680k|  8589k|     0 |   0.0 |2849M| 676 |   - |1076 |2235 |   0 |   0 |   0 |4597k|   0 | 0.000000e+00 |      --      |    Inf 
1589.84/1589.83	c  1345s| 10690k|  8589k|     0 |   0.0 |2849M| 676 |   - |1076 |2444 |   0 |   0 |   0 |4612k|   0 | 0.000000e+00 |      --      |    Inf 
1593.03/1593.07	c  1348s| 10700k|  8589k|     0 |   0.0 |2849M| 676 |   - |1076 |2505 |   0 |   0 |   0 |4627k|   0 | 0.000000e+00 |      --      |    Inf 
1596.44/1596.42	c  1351s| 10710k|  8589k|     0 |   0.0 |2849M| 676 |   - |1076 |1926 |   0 |   0 |   0 |4643k|   0 | 0.000000e+00 |      --      |    Inf 
1599.54/1599.56	c  1353s| 10720k|  8589k|     0 |   0.0 |2849M| 676 |   - |1076 |2302 |   0 |   0 |   0 |4659k|   0 | 0.000000e+00 |      --      |    Inf 
1602.83/1602.84	c  1356s| 10730k|  8589k|     0 |   0.0 |2849M| 676 |   - |1076 |2132 |   0 |   0 |   0 |4674k|   0 | 0.000000e+00 |      --      |    Inf 
1606.04/1606.06	c  1359s| 10740k|  8589k|     0 |   0.0 |2849M| 676 |   - |1076 |2126 |   0 |   0 |   0 |4688k|   0 | 0.000000e+00 |      --      |    Inf 
1609.24/1609.29	c  1362s| 10750k|  8589k|     0 |   0.0 |2849M| 676 |   - |1076 |2250 |   0 |   0 |   0 |4703k|   0 | 0.000000e+00 |      --      |    Inf 
1612.54/1612.54	c  1365s| 10760k|  8589k|     0 |   0.0 |2849M| 676 |   - |1076 |2213 |   0 |   0 |   0 |4716k|   0 | 0.000000e+00 |      --      |    Inf 
1615.94/1615.93	c  1368s| 10770k|  8588k|     0 |   0.0 |2849M| 676 |   - |1076 |2769 |   0 |   0 |   0 |4736k|   0 | 0.000000e+00 |      --      |    Inf 
1619.24/1619.28	c  1371s| 10780k|  8588k|     0 |   0.0 |2850M| 676 |   - |1076 |4646 |   0 |   0 |   0 |4753k|   0 | 0.000000e+00 |      --      |    Inf 
1622.64/1622.66	c  1374s| 10790k|  8588k|     0 |   0.0 |2850M| 676 |   - |1076 |3262 |   0 |   0 |   0 |4770k|   0 | 0.000000e+00 |      --      |    Inf 
1625.93/1625.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1625.93/1625.94	c  1376s| 10800k|  8588k|     0 |   0.0 |2849M| 676 |   - |1076 |2671 |   0 |   0 |   0 |4786k|   0 | 0.000000e+00 |      --      |    Inf 
1629.23/1629.22	c  1379s| 10810k|  8588k|     0 |   0.0 |2849M| 676 |   - |1076 |2538 |   0 |   0 |   0 |4801k|   0 | 0.000000e+00 |      --      |    Inf 
1632.53/1632.56	c  1382s| 10820k|  8588k|     0 |   0.0 |2849M| 676 |   - |1076 |2855 |   0 |   0 |   0 |4817k|   0 | 0.000000e+00 |      --      |    Inf 
1635.93/1635.91	c  1385s| 10830k|  8588k|     0 |   0.0 |2849M| 676 |   - |1076 |2666 |   0 |   0 |   0 |4832k|   0 | 0.000000e+00 |      --      |    Inf 
1639.24/1639.20	c  1388s| 10840k|  8588k|     0 |   0.0 |2849M| 676 |   - |1076 |2215 |   0 |   0 |   0 |4847k|   0 | 0.000000e+00 |      --      |    Inf 
1642.54/1642.51	c  1391s| 10850k|  8588k|     0 |   0.0 |2849M| 676 |   - |1076 |2610 |   0 |   0 |   0 |4863k|   0 | 0.000000e+00 |      --      |    Inf 
1645.74/1645.76	c  1394s| 10860k|  8588k|     0 |   0.0 |2849M| 676 |   - |1076 |2325 |   0 |   0 |   0 |4878k|   0 | 0.000000e+00 |      --      |    Inf 
1649.03/1649.09	c  1397s| 10870k|  8588k|     0 |   0.0 |2849M| 676 |   - |1076 |2313 |   0 |   0 |   0 |4893k|   0 | 0.000000e+00 |      --      |    Inf 
1652.44/1652.40	c  1400s| 10880k|  8588k|     0 |   0.0 |2849M| 676 |   - |1076 |2900 |   0 |   0 |   0 |4909k|   0 | 0.000000e+00 |      --      |    Inf 
1655.73/1655.79	c  1403s| 10890k|  8588k|     0 |   0.0 |2849M| 676 |   - |1076 |2685 |   0 |   0 |   0 |4924k|   0 | 0.000000e+00 |      --      |    Inf 
1659.04/1659.09	c  1405s| 10900k|  8588k|     0 |   0.0 |2849M| 676 |   - |1076 |2623 |   0 |   0 |   0 |4939k|   0 | 0.000000e+00 |      --      |    Inf 
1662.44/1662.44	c  1408s| 10910k|  8588k|     0 |   0.0 |2849M| 676 |   - |1076 |2370 |   0 |   0 |   0 |4954k|   0 | 0.000000e+00 |      --      |    Inf 
1665.64/1665.67	c  1411s| 10920k|  8588k|     0 |   0.0 |2849M| 676 |   - |1076 |2706 |   0 |   0 |   0 |4968k|   0 | 0.000000e+00 |      --      |    Inf 
1669.03/1669.07	c  1414s| 10930k|  8588k|     0 |   0.0 |2849M| 676 |   - |1076 |2469 |   0 |   0 |   0 |4983k|   0 | 0.000000e+00 |      --      |    Inf 
1672.33/1672.34	c  1417s| 10940k|  8588k|     0 |   0.0 |2849M| 676 |   - |1076 |2625 |   0 |   0 |   0 |4998k|   0 | 0.000000e+00 |      --      |    Inf 
1675.74/1675.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1675.74/1675.76	c  1420s| 10950k|  8588k|     0 |   0.0 |2849M| 676 |   - |1076 |1990 |   0 |   0 |   0 |5013k|   0 | 0.000000e+00 |      --      |    Inf 
1678.94/1678.95	c  1423s| 10960k|  8588k|     0 |   0.0 |2849M| 676 |   - |1076 |2938 |   0 |   0 |   0 |5027k|   0 | 0.000000e+00 |      --      |    Inf 
1682.33/1682.36	c  1426s| 10970k|  8588k|     0 |   0.0 |2849M| 676 |   - |1076 |2146 |   0 |   0 |   0 |5044k|   0 | 0.000000e+00 |      --      |    Inf 
1685.64/1685.61	c  1429s| 10980k|  8588k|     0 |   0.0 |2849M| 676 |   - |1076 |2125 |   0 |   0 |   0 |5058k|   0 | 0.000000e+00 |      --      |    Inf 
1688.93/1688.95	c  1432s| 10990k|  8588k|     0 |   0.0 |2848M| 676 |   - |1076 |1995 |   0 |   0 |   0 |5073k|   0 | 0.000000e+00 |      --      |    Inf 
1692.03/1692.05	c  1434s| 11000k|  8588k|     0 |   0.0 |2849M| 676 |   - |1076 |2062 |   0 |   0 |   0 |5085k|   0 | 0.000000e+00 |      --      |    Inf 
1695.33/1695.34	c  1437s| 11010k|  8587k|     0 |   0.0 |2849M| 676 |   - |1076 |3293 |   0 |   0 |   0 |5104k|   0 | 0.000000e+00 |      --      |    Inf 
1698.74/1698.76	c  1440s| 11020k|  8587k|     0 |   0.0 |2849M| 676 |   - |1076 |2678 |   0 |   0 |   0 |5120k|   0 | 0.000000e+00 |      --      |    Inf 
1702.14/1702.10	c  1443s| 11030k|  8587k|     0 |   0.0 |2849M| 676 |   - |1076 |2900 |   0 |   0 |   0 |5137k|   0 | 0.000000e+00 |      --      |    Inf 
1705.34/1705.39	c  1446s| 11040k|  8587k|     0 |   0.0 |2849M| 676 |   - |1076 |2790 |   0 |   0 |   0 |5152k|   0 | 0.000000e+00 |      --      |    Inf 
1708.64/1708.69	c  1449s| 11050k|  8587k|     0 |   0.0 |2849M| 676 |   - |1076 |3472 |   0 |   0 |   0 |5171k|   0 | 0.000000e+00 |      --      |    Inf 
1712.04/1712.07	c  1452s| 11060k|  8587k|     0 |   0.0 |2848M| 676 |   - |1076 |2313 |   0 |   0 |   0 |5186k|   0 | 0.000000e+00 |      --      |    Inf 
1715.34/1715.38	c  1455s| 11070k|  8587k|     0 |   0.0 |2848M| 676 |   - |1076 |2388 |   0 |   0 |   0 |5199k|   0 | 0.000000e+00 |      --      |    Inf 
1718.74/1718.70	c  1458s| 11080k|  8587k|     0 |   0.0 |2849M| 676 |   - |1076 |3072 |   0 |   0 |   0 |5215k|   0 | 0.000000e+00 |      --      |    Inf 
1721.93/1721.97	c  1460s| 11090k|  8587k|     0 |   0.0 |2848M| 676 |   - |1076 |2274 |   0 |   0 |   0 |5230k|   0 | 0.000000e+00 |      --      |    Inf 
1725.23/1725.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1725.23/1725.27	c  1463s| 11100k|  8587k|     0 |   0.0 |2848M| 676 |   - |1076 |1960 |   0 |   0 |   0 |5245k|   0 | 0.000000e+00 |      --      |    Inf 
1728.54/1728.52	c  1466s| 11110k|  8587k|     0 |   0.0 |2848M| 676 |   - |1076 |2714 |   0 |   0 |   0 |5260k|   0 | 0.000000e+00 |      --      |    Inf 
1731.74/1731.77	c  1469s| 11120k|  8587k|     0 |   0.0 |2848M| 676 |   - |1076 |2312 |   0 |   0 |   0 |5275k|   0 | 0.000000e+00 |      --      |    Inf 
1735.03/1735.09	c  1472s| 11130k|  8587k|     0 |   0.0 |2849M| 676 |   - |1076 |2761 |   0 |   0 |   0 |5291k|   0 | 0.000000e+00 |      --      |    Inf 
1738.44/1738.46	c  1475s| 11140k|  8587k|     0 |   0.0 |2848M| 676 |   - |1076 |2540 |   0 |   0 |   0 |5306k|   0 | 0.000000e+00 |      --      |    Inf 
1741.84/1741.84	c  1478s| 11150k|  8587k|     0 |   0.0 |2848M| 676 |   - |1076 |2494 |   0 |   0 |   0 |5321k|   0 | 0.000000e+00 |      --      |    Inf 
1745.14/1745.10	c  1481s| 11160k|  8587k|     0 |   0.0 |2848M| 676 |   - |1076 |2737 |   0 |   0 |   0 |5336k|   0 | 0.000000e+00 |      --      |    Inf 
1748.44/1748.45	c  1484s| 11170k|  8587k|     0 |   0.0 |2849M| 676 |   - |1076 |2875 |   0 |   0 |   0 |5351k|   0 | 0.000000e+00 |      --      |    Inf 
1751.84/1751.81	c  1487s| 11180k|  8587k|     0 |   0.0 |2848M| 676 |   - |1076 |2265 |   0 |   0 |   0 |5365k|   0 | 0.000000e+00 |      --      |    Inf 
1755.03/1755.07	c  1489s| 11190k|  8587k|     0 |   0.0 |2848M| 676 |   - |1076 |2250 |   0 |   0 |   0 |5380k|   0 | 0.000000e+00 |      --      |    Inf 
1758.44/1758.42	c  1492s| 11200k|  8587k|     0 |   0.0 |2848M| 676 |   - |1076 |2261 |   0 |   0 |   0 |5395k|   0 | 0.000000e+00 |      --      |    Inf 
1761.74/1761.75	c  1495s| 11210k|  8587k|     0 |   0.0 |2848M| 676 |   - |1076 |2076 |   0 |   0 |   0 |5409k|   0 | 0.000000e+00 |      --      |    Inf 
1765.04/1765.03	c  1498s| 11220k|  8587k|     0 |   0.0 |2848M| 676 |   - |1076 |2655 |   0 |   0 |   0 |5422k|   0 | 0.000000e+00 |      --      |    Inf 
1768.43/1768.40	c  1501s| 11230k|  8587k|     0 |   0.0 |2848M| 676 |   - |1076 |2678 |   0 |   0 |   0 |5437k|   0 | 0.000000e+00 |      --      |    Inf 
1771.74/1771.76	c  1504s| 11240k|  8587k|     0 |   0.0 |2849M| 676 |   - |1076 |2754 |   0 |   0 |   0 |5453k|   0 | 0.000000e+00 |      --      |    Inf 
1775.14/1775.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1775.14/1775.16	c  1507s| 11250k|  8587k|     0 |   0.0 |2848M| 676 |   - |1076 |2577 |   0 |   0 |   0 |5469k|   0 | 0.000000e+00 |      --      |    Inf 
1778.44/1778.41	c  1510s| 11260k|  8587k|     0 |   0.0 |2848M| 676 |   - |1076 |2301 |   0 |   0 |   0 |5482k|   0 | 0.000000e+00 |      --      |    Inf 
1781.75/1781.78	c  1513s| 11270k|  8586k|     0 |   0.0 |2848M| 676 |   - |1076 |3104 |   0 |   0 |   0 |5500k|   0 | 0.000000e+00 |      --      |    Inf 
1785.14/1785.13	c  1516s| 11280k|  8586k|     0 |   0.0 |2849M| 676 |   - |1076 |3246 |   0 |   0 |   0 |5518k|   0 | 0.000000e+00 |      --      |    Inf 
1788.44/1788.43	c  1519s| 11290k|  8586k|     0 |   0.0 |2849M| 676 |   - |1076 |5364 |   0 |   0 |   0 |5534k|   0 | 0.000000e+00 |      --      |    Inf 
1791.85/1791.86	c  1522s| 11300k|  8586k|     0 |   0.0 |2848M| 676 |   - |1076 |3046 |   0 |   0 |   0 |5551k|   0 | 0.000000e+00 |      --      |    Inf 
1795.15/1795.13	c  1525s| 11310k|  8586k|     0 |   0.0 |2848M| 676 |   - |1076 |2690 |   0 |   0 |   0 |5568k|   0 | 0.000000e+00 |      --      |    Inf 
1798.55/1798.52	c  1528s| 11320k|  8586k|     0 |   0.0 |2848M| 676 |   - |1076 |2797 |   0 |   0 |   0 |5585k|   0 | 0.000000e+00 |      --      |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1528.80
1800.04/1800.00	c Solving Nodes      : 11324545
1800.04/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.00	s UNKNOWN
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time       :    1528.80
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-2693696-1277971506.wbo
1800.04/1800.00	c   Variables        : 1076 (1038 binary, 0 integer, 0 implicit integer, 38 continuous)
1800.04/1800.00	c   Constraints      : 129 initial, 129 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-2693696-1277971506.wbo
1800.04/1800.00	c   Variables        : 1076 (1038 binary, 0 integer, 0 implicit integer, 38 continuous)
1800.04/1800.00	c   Constraints      : 128 initial, 6404 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.01          0          0          0         38          0          1          0          0
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   indicator        :         38          0      41830          0      33835          0         39          0          0          0
1800.04/1800.00	c   setppc           :         22          0   20934419          0   10584434     927117   81703226          0          0          0
1800.04/1800.00	c   linear           :         38          0   20007303          0   10584433     283355   11867506          0          0          0
1800.04/1800.00	c   logicor          :         30+         0   10669406          0   10584433     412547   10926471          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0          0   10584433          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c   indicator        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c   setppc           :     272.67       0.00     209.08       0.00      63.59
1800.04/1800.00	c   linear           :     126.60       0.00     126.51       0.00       0.09
1800.04/1800.00	c   logicor          :     264.49       0.00     194.79       0.00      69.70
1800.04/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :       0.00          2          0          0
1800.04/1800.00	c   rootredcost      :       0.00          0          0          0
1800.04/1800.00	c   pseudoobj        :      14.98   20934219          0          0
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :     263.91    1623019    1623019    9879726      121.6    2230457       22.1          -
1800.04/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.00	c   applied globally :          -          -          -    4982134       45.9          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -     611123      136.6          -          -          -
1800.04/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.04/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.04/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.04/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.04/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.04/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.04/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.04/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.00	c Pricers            :       Time      Calls       Vars
1800.04/1800.00	c   problem variables:       0.00          0          0
1800.04/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :     514.21   10584433          0          0          0          0   21168866
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.00          -          0
1800.04/1800.00	c   pseudo solutions :       0.00          -          0
1800.04/1800.00	c   oneopt           :       0.00          0          0
1800.04/1800.00	c   trivial          :       0.00          2          0
1800.04/1800.00	c   simplerounding   :       0.00          0          0
1800.04/1800.00	c   zirounding       :       0.00          0          0
1800.04/1800.00	c   rounding         :       0.00          0          0
1800.04/1800.00	c   shifting         :       0.00          0          0
1800.04/1800.00	c   intshifting      :       0.00          0          0
1800.04/1800.00	c   twoopt           :       0.00          0          0
1800.04/1800.00	c   fixandinfer      :       0.00          0          0
1800.04/1800.00	c   feaspump         :       0.00          0          0
1800.04/1800.00	c   coefdiving       :       0.00          0          0
1800.04/1800.00	c   pscostdiving     :       0.00          0          0
1800.04/1800.00	c   fracdiving       :       0.00          0          0
1800.04/1800.00	c   veclendiving     :       0.00          0          0
1800.04/1800.00	c   intdiving        :       0.00          0          0
1800.04/1800.00	c   actconsdiving    :       0.00          0          0
1800.04/1800.00	c   objpscostdiving  :       0.00          0          0
1800.04/1800.00	c   rootsoldiving    :       0.00          0          0
1800.04/1800.00	c   linesearchdiving :       0.00          0          0
1800.04/1800.00	c   guideddiving     :       0.00          0          0
1800.04/1800.00	c   octane           :       0.00          0          0
1800.04/1800.00	c   rens             :       0.00          0          0
1800.04/1800.00	c   rins             :       0.00          0          0
1800.04/1800.00	c   localbranching   :       0.00          0          0
1800.04/1800.00	c   mutation         :       0.00          0          0
1800.04/1800.00	c   crossover        :       0.00          0          0
1800.04/1800.00	c   dins             :       0.00          0          0
1800.04/1800.00	c   undercover       :       0.00          0          0
1800.04/1800.00	c   nlp              :       0.01          0          0
1800.04/1800.00	c   trysol           :       0.00          1          0
1800.04/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.04/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.04/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.04/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.00	c B&B Tree           :
1800.04/1800.00	c   number of runs   :          1
1800.04/1800.00	c   nodes            :   11324545
1800.04/1800.00	c   nodes (total)    :   11324545
1800.04/1800.00	c   nodes left       :    8586540
1800.04/1800.00	c   max depth        :        676
1800.04/1800.00	c   max depth (total):        676
1800.04/1800.00	c   backtracks       :     934249 (8.2%)
1800.04/1800.00	c   delayed cutoffs  :    1257782
1800.04/1800.00	c   repropagations   :    2154773 (53143409 domain reductions, 882907 cutoffs)
1800.04/1800.00	c   avg switch length:       3.76
1800.04/1800.00	c   switching time   :     239.06
1800.04/1800.00	c Solution           :
1800.04/1800.00	c   Solutions found  :          0 (0 improvements)
1800.04/1800.00	c   Primal Bound     :          -
1800.04/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.00	c   Gap              :   infinite
1800.04/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.00	c   Root Iterations  :          0

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 2/173 19068
/proc/meminfo: memFree=31259772/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=13020 CPUtime=0
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 2883 0 0 0 0 0 0 0 23 0 1 0 138445789 13332480 2452 4089446400 4194304 7136930 140735367152144 18446744073709551615 6350076 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 3255 2461 317 719 0 2534 0

[startup+0.026621 s]
/proc/loadavg: 0.00 0.00 0.00 2/173 19068
/proc/meminfo: memFree=31259772/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=14620 CPUtime=0.01
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 4647 0 0 0 1 0 0 0 23 0 1 0 138445789 14970880 2931 4089446400 4194304 7136930 140735367152144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 3655 2931 390 719 0 2934 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14620

[startup+0.100636 s]
/proc/loadavg: 0.00 0.00 0.00 2/173 19068
/proc/meminfo: memFree=31259772/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=15200 CPUtime=0.09
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 4792 0 0 0 7 2 0 0 23 0 1 0 138445789 15564800 3076 4089446400 4194304 7136930 140735367152144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 3800 3076 394 719 0 3079 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15200

[startup+0.300573 s]
/proc/loadavg: 0.00 0.00 0.00 2/173 19068
/proc/meminfo: memFree=31259772/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=16316 CPUtime=0.29
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 5071 0 0 0 24 5 0 0 23 0 1 0 138445789 16707584 3355 4089446400 4194304 7136930 140735367152144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 4079 3355 394 719 0 3358 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16316

[startup+0.700502 s]
/proc/loadavg: 0.00 0.00 0.00 2/173 19068
/proc/meminfo: memFree=31259772/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=17620 CPUtime=0.69
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 5439 0 0 0 56 13 0 0 25 0 1 0 138445789 18042880 3723 4089446400 4194304 7136930 140735367152144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 4405 3723 394 719 0 3684 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17620

[startup+1.50033 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 19079
/proc/meminfo: memFree=31232900/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=20244 CPUtime=1.49
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 6124 0 0 0 125 24 0 0 25 0 1 0 138445789 20729856 4408 4089446400 4194304 7136930 140735367152144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 5061 4408 394 719 0 4340 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20244

[startup+3.10108 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 19079
/proc/meminfo: memFree=31222236/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=25532 CPUtime=3.09
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 7474 0 0 0 260 49 0 0 25 0 1 0 138445789 26144768 5758 4089446400 4194304 7136930 140735367152144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 6383 5758 394 719 0 5662 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25532

[startup+6.3005 s]
/proc/loadavg: 0.16 0.03 0.01 3/179 19079
/proc/meminfo: memFree=31193968/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=38252 CPUtime=6.29
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 10768 0 0 0 518 111 0 0 25 0 1 0 138445789 39170048 9052 4089446400 4194304 7136930 140735367152144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 9563 9052 394 719 0 8842 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38252

[startup+12.7003 s]
/proc/loadavg: 0.31 0.07 0.02 3/179 19079
/proc/meminfo: memFree=31146816/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=60600 CPUtime=12.69
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 16062 0 0 0 1039 230 0 0 25 0 1 0 138445789 62054400 14346 4089446400 4194304 7136930 140735367152144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 15150 14346 394 719 0 14429 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 60600

[startup+25.5011 s]
/proc/loadavg: 0.68 0.16 0.05 3/179 19080
/proc/meminfo: memFree=31064492/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=100528 CPUtime=25.5
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 25476 0 0 0 2097 453 0 0 25 0 1 0 138445789 102940672 23760 4089446400 4194304 7136930 140735367152144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 25132 23760 394 719 0 24411 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 100528

[startup+51.1005 s]
/proc/loadavg: 1.13 0.31 0.10 3/179 19081
/proc/meminfo: memFree=30920796/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=184104 CPUtime=51.09
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 45252 0 0 0 4211 898 0 0 25 0 1 0 138445789 188522496 43536 4089446400 4194304 7136930 140735367152144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 46026 43536 394 719 0 45305 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 184104

[startup+102.306 s]
/proc/loadavg: 1.62 0.56 0.20 3/179 19082
/proc/meminfo: memFree=30617796/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=334940 CPUtime=102.3
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 84824 0 0 0 8441 1789 0 0 25 0 1 0 138445789 342978560 83108 4089446400 4194304 7136930 140735367152144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 83735 83108 394 719 0 83014 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 334940

[startup+162.301 s]
/proc/loadavg: 1.93 0.84 0.31 3/179 19083
/proc/meminfo: memFree=30258872/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=528516 CPUtime=162.29
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 131290 0 0 0 13371 2858 0 0 25 0 1 0 138445789 541200384 129574 4089446400 4194304 7136930 140735367152144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 132129 129574 394 719 0 131408 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 528516

[startup+222.301 s]
/proc/loadavg: 1.97 1.05 0.42 3/179 19085
/proc/meminfo: memFree=29908012/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=738528 CPUtime=222.3
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 177762 0 0 0 18277 3953 0 0 25 0 1 0 138445789 756252672 176046 4089446400 4194304 7136930 140735367152144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 184632 176046 394 719 0 183911 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 738528

[startup+282.301 s]
/proc/loadavg: 1.99 1.22 0.51 3/179 19087
/proc/meminfo: memFree=29617544/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=917484 CPUtime=282.3
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 224638 0 0 0 23190 5040 0 0 25 0 1 0 138445789 939503616 222922 4089446400 4194304 7136930 140735367152144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 229371 222922 394 719 0 228650 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 917484

[startup+342.301 s]
/proc/loadavg: 1.99 1.36 0.60 3/179 19089
/proc/meminfo: memFree=29333768/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=1100604 CPUtime=342.3
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 272495 0 0 0 28095 6135 0 0 25 0 1 0 138445789 1127018496 270779 4089446400 4194304 7136930 140735367152144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 275151 270779 394 719 0 274430 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1100604

[startup+402.3 s]
/proc/loadavg: 1.99 1.47 0.69 3/179 19090
/proc/meminfo: memFree=29035728/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=1274176 CPUtime=402.3
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 317873 0 0 0 33037 7193 0 0 25 0 1 0 138445789 1304756224 316157 4089446400 4194304 7136930 140735367152144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 318544 316157 394 719 0 317823 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1274176

[startup+462.301 s]
/proc/loadavg: 1.99 1.57 0.77 3/179 19091
/proc/meminfo: memFree=28755552/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=1447264 CPUtime=462.3
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 362922 0 0 0 38021 8209 0 0 25 0 1 0 138445789 1481998336 361206 4089446400 4194304 7136930 140735367152144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 361816 361206 394 719 0 361095 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1447264

[startup+522.301 s]
/proc/loadavg: 1.99 1.64 0.84 3/179 19093
/proc/meminfo: memFree=28484668/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=1667648 CPUtime=522.31
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 403111 0 0 0 43123 9108 0 0 25 0 1 0 138445789 1707671552 401395 4089446400 4194304 7136930 140735367152144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 416912 401395 394 719 0 416191 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1667648

[startup+582.301 s]
/proc/loadavg: 1.99 1.70 0.91 3/179 19095
/proc/meminfo: memFree=28194576/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=1808764 CPUtime=582.31
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 439443 0 0 0 48344 9887 0 0 25 0 1 0 138445789 1852174336 437727 4089446400 4194304 7136930 140735367152144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 452191 437727 394 719 0 451470 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1808764

[startup+642.3 s]
/proc/loadavg: 1.99 1.76 0.98 3/179 19097
/proc/meminfo: memFree=27797568/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=1988792 CPUtime=642.31
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 485963 0 0 0 53402 10829 0 0 25 0 1 0 138445789 2036523008 484247 4089446400 4194304 7136930 140735367152144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 497198 484247 394 719 0 496477 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1988792

[startup+702.301 s]

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

/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 795190 0 0 0 88414 17818 0 0 25 0 1 0 138445789 3244961792 759814 4089446400 4194304 7136930 140735367152144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 792227 759814 394 719 0 791506 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 3168908

[startup+1122.3 s]
/proc/loadavg: 2.00 1.94 1.37 3/179 19109
/proc/meminfo: memFree=25381228/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=3170384 CPUtime=1122.32
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 795579 0 0 0 93636 18596 0 0 25 0 1 0 138445789 3246473216 760203 4089446400 4194304 7136930 140735367152144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 792596 760203 394 719 0 791875 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 3170384

[startup+1182.3 s]
/proc/loadavg: 2.00 1.95 1.41 3/179 19111
/proc/meminfo: memFree=25276644/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=3171780 CPUtime=1182.32
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 795869 0 0 0 98872 19360 0 0 25 0 1 0 138445789 3247902720 760493 4089446400 4194304 7136930 140735367152144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 792945 760493 394 719 0 792224 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 3171780

[startup+1242.3 s]
/proc/loadavg: 2.00 1.95 1.45 3/179 19113
/proc/meminfo: memFree=25149848/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=3172100 CPUtime=1242.32
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 795920 0 0 0 104102 20130 0 0 25 0 1 0 138445789 3248230400 760544 4089446400 4194304 7136930 140735367152144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 793025 760544 394 719 0 792304 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 3172100

[startup+1302.3 s]
/proc/loadavg: 2.05 1.97 1.48 3/179 19114
/proc/meminfo: memFree=25020700/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=3173148 CPUtime=1302.34
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 796126 0 0 0 109337 20897 0 0 25 0 1 0 138445789 3249303552 760750 4089446400 4194304 7136930 140735367152144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 793287 760750 394 719 0 792566 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 3173148

[startup+1362.3 s]
/proc/loadavg: 2.02 1.97 1.51 3/179 19115
/proc/meminfo: memFree=24913776/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=3174944 CPUtime=1362.33
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 796553 0 0 0 114576 21657 0 0 25 0 1 0 138445789 3251142656 761177 4089446400 4194304 7136930 140735367152144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 793736 761177 394 719 0 793015 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 3174944

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.54 3/179 19117
/proc/meminfo: memFree=24831636/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=3175076 CPUtime=1422.33
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 796562 0 0 0 119815 22418 0 0 25 0 1 0 138445789 3251277824 761186 4089446400 4194304 7136930 140735367152144 18446744073709551615 4704233 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 793769 761186 394 719 0 793048 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 3175076

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.57 3/179 19119
/proc/meminfo: memFree=24698392/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=3175076 CPUtime=1482.33
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 796566 0 0 0 125062 23171 0 0 25 0 1 0 138445789 3251277824 761190 4089446400 4194304 7136930 140735367152144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 793769 761190 394 719 0 793048 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 3175076

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.59 3/179 19121
/proc/meminfo: memFree=24636584/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=3175280 CPUtime=1542.33
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 796621 0 0 0 130317 23916 0 0 25 0 1 0 138445789 3251486720 761245 4089446400 4194304 7136930 140735367152144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 793820 761245 394 719 0 793099 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 3175280

[startup+1602.3 s]
/proc/loadavg: 2.08 1.99 1.62 3/179 19125
/proc/meminfo: memFree=24510880/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=3175280 CPUtime=1602.33
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 796622 0 0 0 135575 24658 0 0 25 0 1 0 138445789 3251486720 761246 4089446400 4194304 7136930 140735367152144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 793820 761246 394 719 0 793099 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 3175280

[startup+1662.3 s]
/proc/loadavg: 2.03 1.99 1.64 3/179 19126
/proc/meminfo: memFree=24386644/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=3175280 CPUtime=1662.34
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 796630 0 0 0 140827 25407 0 0 25 0 1 0 138445789 3251486720 761254 4089446400 4194304 7136930 140735367152144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 793820 761254 394 719 0 793099 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 3175280

[startup+1722.3 s]
/proc/loadavg: 2.06 2.00 1.66 3/179 19229
/proc/meminfo: memFree=28178608/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=3175636 CPUtime=1722.34
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 796705 0 0 0 146073 26161 0 0 25 0 1 0 138445789 3251851264 761329 4089446400 4194304 7136930 140735367152144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 793909 761329 394 719 0 793188 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 3175636

[startup+1782.3 s]
/proc/loadavg: 2.10 2.02 1.69 3/179 19258
/proc/meminfo: memFree=28106696/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=3176080 CPUtime=1782.34
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 796802 0 0 0 151331 26903 0 0 25 0 1 0 138445789 3252305920 761426 4089446400 4194304 7136930 140735367152144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 794020 761426 394 719 0 793299 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 3176080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.07 2.01 1.69 3/179 19258
/proc/meminfo: memFree=28081512/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=3176080 CPUtime=1800.04
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 796802 0 0 0 152880 27124 0 0 25 0 1 0 138445789 3252305920 761426 4089446400 4194304 7136930 140735367152144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19068/statm: 794020 761426 394 719 0 793299 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 3176080

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -19068

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

[startup+1801.4 s]
/proc/loadavg: 2.07 2.01 1.69 3/180 19259
/proc/meminfo: memFree=28081256/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=3174532 CPUtime=1801.44
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 796807 0 0 0 153020 27124 0 0 25 0 1 0 138445789 3250720768 761044 4089446400 4194304 7136930 140735367152144 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19068/statm: 793633 761044 399 719 0 792912 0
Current children cumulated CPU time (s) 1801.44
Current children cumulated vsize (KiB) 3174532

[startup+1801.81 s]
/proc/loadavg: 2.07 2.01 1.69 3/180 19259
/proc/meminfo: memFree=28079768/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=3174532 CPUtime=1801.85
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 796807 0 0 0 153061 27124 0 0 25 0 1 0 138445789 3250720768 761044 4089446400 4194304 7136930 140735367152144 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19068/statm: 793633 761044 399 719 0 792912 0
Current children cumulated CPU time (s) 1801.85
Current children cumulated vsize (KiB) 3174532

[startup+1802 s]
/proc/loadavg: 2.07 2.01 1.69 3/180 19259
/proc/meminfo: memFree=28079768/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=3174532 CPUtime=1802.04
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4202496 796807 0 0 0 153080 27124 0 0 25 0 1 0 138445789 3250720768 761044 4089446400 4194304 7136930 140735367152144 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19068/statm: 793633 761044 399 719 0 792912 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 3174532

[startup+1802.1 s]
/proc/loadavg: 2.07 2.01 1.69 3/180 19259
/proc/meminfo: memFree=28079768/32951124 swapFree=67111528/67111528
[pid=19068] ppid=19066 vsize=0 CPUtime=1802.15
/proc/19068/stat : 19068 (pbscip.linux.x8) R 19066 19068 19026 0 -1 4203524 796807 0 0 0 153081 27134 0 0 25 0 1 0 138445789 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19068/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.15
Current children cumulated vsize (KiB) 0

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

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

runsolver used 2.81457 second user time and 5.51916 second system time

The end

Launcher Data

Begin job on node145 at 2010-07-01 10:05:06
IDJOB=2693696
IDBENCH=78672
IDSOLVER=1206
FILE ID=node145/2693696-1277971506
PBS_JOBID= 11197876
Free space on /tmp= 74212 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-66-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-2693696-1277971506/watcher-2693696-1277971506 -o /tmp/evaluation-result-2693696-1277971506/solver-2693696-1277971506 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693696-1277971506.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 42da1cd697f3cedc8c0556e71b08964e
RANDOM SEED=1000692426

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31260176 kB
Buffers:        216856 kB
Cached:        1266152 kB
SwapCached:          0 kB
Active:         547196 kB
Inactive:       998972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31260176 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3180 kB
Writeback:           0 kB
AnonPages:       63452 kB
Mapped:          14328 kB
Slab:            81156 kB
PageTables:       4092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   181268 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node145 at 2010-07-01 10:35:08