Trace number 2693781

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.17 1802.08

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-61-60--soft-33-100-0.wbo
MD5SUMe56482878ee36dcbb361a64b1d161fc3
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.150976
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3660
Total number of constraints121
Number of soft constraints81
Number of constraints which are clauses61
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint60
Maximum length of a constraint61
Top cost 3401
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 3400
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 62
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693781-1277892571.wbo>
0.00/0.01	c original problem has 3822 variables (3741 bin, 0 int, 0 impl, 81 cont) and 203 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 81 impls, 21 clqs
0.00/0.02	c (round 2) 0 del vars, 1 del conss, 81 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 81 impls, 21 clqs
0.02/0.03	c (round 3) 0 del vars, 1 del conss, 81 chg bounds, 0 chg sides, 0 chg coeffs, 19 upgd conss, 81 impls, 21 clqs
0.02/0.03	c (round 4) 0 del vars, 1 del conss, 81 chg bounds, 0 chg sides, 0 chg coeffs, 40 upgd conss, 81 impls, 21 clqs
0.02/0.06	c    (0.0s) probing: 101/3741 (2.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.02/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.02/0.06	c presolving (5 rounds):
0.02/0.06	c  0 deleted vars, 1 deleted constraints, 81 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.02/0.06	c  81 implications, 21 cliques
0.02/0.06	c presolved problem has 3822 variables (3741 bin, 0 int, 0 impl, 81 cont) and 202 constraints
0.02/0.06	c      81 constraints of type <indicator>
0.02/0.06	c      21 constraints of type <setppc>
0.02/0.06	c      81 constraints of type <linear>
0.02/0.06	c      19 constraints of type <logicor>
0.02/0.06	c transformed objective value is always integral (scale: 1)
0.02/0.06	c Presolving Time: 0.04
0.02/0.06	c - non default parameters ----------------------------------------------------------------------
0.02/0.06	c # SCIP version 1.2.1.2
0.02/0.06	c 
0.02/0.06	c # frequency for displaying node information lines
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.02/0.06	c display/freq = 10000
0.02/0.06	c 
0.02/0.06	c # maximal time in seconds to run
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.06	c limits/time = 1799.99
0.02/0.06	c 
0.02/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.06	c limits/memory = 3420
0.02/0.06	c 
0.02/0.06	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.06	c lp/solvefreq = -1
0.02/0.06	c 
0.02/0.06	c # should presolving try to simplify inequalities
0.02/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.06	c constraints/linear/simplifyinequalities = TRUE
0.02/0.06	c 
0.02/0.06	c # should presolving try to simplify knapsacks
0.02/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.02/0.06	c 
0.02/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.06	c separating/rapidlearning/freq = 0
0.02/0.06	c 
0.02/0.06	c -----------------------------------------------------------------------------------------------
0.02/0.06	c start solving
0.02/0.06	c 
0.02/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.02/0.06	c   0.0s|     1 |     2 |     0 |     - |7154k|   0 |   - |3822 | 202 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.20/2.21	c   2.0s| 10000 |  9981 |     0 |   0.0 |  10M|3097 |   - |3822 | 272 |   0 |   0 |   0 | 103 |   0 | 0.000000e+00 |      --      |    Inf 
4.29/4.37	c   4.0s| 20000 | 19950 |     0 |   0.0 |  13M|3097 |   - |3822 | 288 |   0 |   0 |   0 | 255 |   0 | 0.000000e+00 |      --      |    Inf 
6.79/6.80	c   6.2s| 30000 | 29928 |     0 |   0.0 |  16M|3097 |   - |3822 | 266 |   0 |   0 |   0 | 365 |   0 | 0.000000e+00 |      --      |    Inf 
9.19/9.23	c   8.4s| 40000 | 39912 |     0 |   0.0 |  19M|3097 |   - |3822 | 245 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 |      --      |    Inf 
11.69/11.74	c  10.8s| 50000 | 49882 |     0 |   0.0 |  22M|3097 |   - |3822 | 300 |   0 |   0 |   0 | 595 |   0 | 0.000000e+00 |      --      |    Inf 
14.20/14.20	c  13.0s| 60000 | 59864 |     0 |   0.0 |  25M|3097 |   - |3822 | 309 |   0 |   0 |   0 | 685 |   0 | 0.000000e+00 |      --      |    Inf 
16.69/16.72	c  15.4s| 70000 | 69844 |     0 |   0.0 |  28M|3097 |   - |3822 | 345 |   0 |   0 |   0 | 785 |   0 | 0.000000e+00 |      --      |    Inf 
19.10/19.11	c  17.5s| 80000 | 79824 |     0 |   0.0 |  31M|3097 |   - |3822 | 363 |   0 |   0 |   0 | 884 |   0 | 0.000000e+00 |      --      |    Inf 
21.59/21.68	c  19.9s| 90000 | 89805 |     0 |   0.0 |  33M|3097 |   - |3822 | 390 |   0 |   0 |   0 | 968 |   0 | 0.000000e+00 |      --      |    Inf 
23.99/24.07	c  22.2s|100000 | 99781 |     0 |   0.0 |  36M|3097 |   - |3822 | 427 |   0 |   0 |   0 |1086 |   0 | 0.000000e+00 |      --      |    Inf 
26.49/26.59	c  24.5s|110000 |109761 |     0 |   0.0 |  39M|3097 |   - |3822 | 416 |   0 |   0 |   0 |1186 |   0 | 0.000000e+00 |      --      |    Inf 
29.10/29.14	c  26.9s|120000 |119741 |     0 |   0.0 |  42M|3097 |   - |3822 | 412 |   0 |   0 |   0 |1286 |   0 | 0.000000e+00 |      --      |    Inf 
31.59/31.65	c  29.2s|130000 |129725 |     0 |   0.0 |  44M|3097 |   - |3822 | 412 |   0 |   0 |   0 |1366 |   0 | 0.000000e+00 |      --      |    Inf 
34.20/34.25	c  31.6s|140000 |139697 |     0 |   0.0 |  47M|3097 |   - |3822 | 454 |   0 |   0 |   0 |1506 |   0 | 0.000000e+00 |      --      |    Inf 
36.59/36.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
36.59/36.69	c  33.9s|150000 |149681 |     0 |   0.0 |  50M|3097 |   - |3822 | 459 |   0 |   0 |   0 |1586 |   0 | 0.000000e+00 |      --      |    Inf 
39.19/39.20	c  36.2s|160000 |159663 |     0 |   0.0 |  52M|3097 |   - |3822 | 480 |   0 |   0 |   0 |1676 |   0 | 0.000000e+00 |      --      |    Inf 
41.59/41.63	c  38.5s|170000 |169639 |     0 |   0.0 |  55M|3097 |   - |3822 | 514 |   0 |   0 |   0 |1794 |   0 | 0.000000e+00 |      --      |    Inf 
44.09/44.13	c  40.8s|180000 |179625 |     0 |   0.0 |  58M|3097 |   - |3822 | 520 |   0 |   0 |   0 |1864 |   0 | 0.000000e+00 |      --      |    Inf 
46.49/46.56	c  43.0s|190000 |189603 |     0 |   0.0 |  61M|3097 |   - |3822 | 548 |   0 |   0 |   0 |1974 |   0 | 0.000000e+00 |      --      |    Inf 
48.99/49.05	c  45.3s|200000 |199589 |     0 |   0.0 |  63M|3097 |   - |3822 | 529 |   0 |   0 |   0 |2044 |   0 | 0.000000e+00 |      --      |    Inf 
51.50/51.57	c  47.7s|210000 |209567 |     0 |   0.0 |  66M|3097 |   - |3822 | 543 |   0 |   0 |   0 |2154 |   0 | 0.000000e+00 |      --      |    Inf 
53.99/54.01	c  49.9s|220000 |219545 |     0 |   0.0 |  69M|3097 |   - |3822 | 555 |   0 |   0 |   0 |2264 |   0 | 0.000000e+00 |      --      |    Inf 
56.50/56.55	c  52.3s|230000 |229527 |     0 |   0.0 |  71M|3097 |   - |3822 | 570 |   0 |   0 |   0 |2354 |   0 | 0.000000e+00 |      --      |    Inf 
58.90/58.98	c  54.5s|240000 |239507 |     0 |   0.0 |  74M|3097 |   - |3822 | 569 |   0 |   0 |   0 |2454 |   0 | 0.000000e+00 |      --      |    Inf 
61.50/61.53	c  56.9s|250000 |249489 |     0 |   0.0 |  77M|3097 |   - |3822 | 580 |   0 |   0 |   0 |2544 |   0 | 0.000000e+00 |      --      |    Inf 
64.00/64.05	c  59.2s|260000 |259467 |     0 |   0.0 |  80M|3097 |   - |3822 | 583 |   0 |   0 |   0 |2654 |   0 | 0.000000e+00 |      --      |    Inf 
66.49/66.54	c  61.5s|270000 |269453 |     0 |   0.0 |  82M|3097 |   - |3822 | 575 |   0 |   0 |   0 |2724 |   0 | 0.000000e+00 |      --      |    Inf 
69.00/69.06	c  63.9s|280000 |279427 |     0 |   0.0 |  85M|3097 |   - |3822 | 620 |   0 |   0 |   0 |2854 |   0 | 0.000000e+00 |      --      |    Inf 
71.50/71.59	c  66.2s|290000 |289407 |     0 |   0.0 |  88M|3097 |   - |3822 | 606 |   0 |   0 |   0 |2954 |   0 | 0.000000e+00 |      --      |    Inf 
74.00/74.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
74.00/74.05	c  68.5s|300000 |299377 |     0 |   0.0 |  90M|3097 |   - |3822 | 656 |   0 |   0 |   0 |3104 |   0 | 0.000000e+00 |      --      |    Inf 
76.49/76.57	c  70.8s|310000 |309359 |     0 |   0.0 |  93M|3097 |   - |3822 | 624 |   0 |   0 |   0 |3194 |   0 | 0.000000e+00 |      --      |    Inf 
79.00/79.03	c  73.0s|320000 |319337 |     0 |   0.0 |  96M|3097 |   - |3822 | 661 |   0 |   0 |   0 |3304 |   0 | 0.000000e+00 |      --      |    Inf 
81.40/81.48	c  75.3s|330000 |329321 |     0 |   0.0 |  98M|3097 |   - |3822 | 658 |   0 |   0 |   0 |3384 |   0 | 0.000000e+00 |      --      |    Inf 
84.00/84.03	c  77.7s|340000 |339295 |     0 |   0.0 | 101M|3097 |   - |3822 | 682 |   0 |   0 |   0 |3514 |   0 | 0.000000e+00 |      --      |    Inf 
86.39/86.46	c  79.9s|350000 |349279 |     0 |   0.0 | 104M|3097 |   - |3822 | 646 |   0 |   0 |   0 |3590 |   0 | 0.000000e+00 |      --      |    Inf 
89.10/89.12	c  82.4s|360000 |359255 |     0 |   0.0 | 106M|3097 |   - |3822 | 666 |   0 |   0 |   0 |3710 |   0 | 0.000000e+00 |      --      |    Inf 
91.50/91.58	c  84.7s|370000 |369235 |     0 |   0.0 | 109M|3097 |   - |3822 | 668 |   0 |   0 |   0 |3810 |   0 | 0.000000e+00 |      --      |    Inf 
93.89/93.99	c  86.9s|380000 |379211 |     0 |   0.0 | 112M|3097 |   - |3822 | 700 |   0 |   0 |   0 |3930 |   0 | 0.000000e+00 |      --      |    Inf 
96.49/96.56	c  89.3s|390000 |389185 |     0 |   0.0 | 115M|3097 |   - |3822 | 703 |   0 |   0 |   0 |4060 |   0 | 0.000000e+00 |      --      |    Inf 
99.10/99.12	c  91.6s|400000 |399153 |     0 |   0.0 | 117M|3097 |   - |3822 | 713 |   0 |   0 |   0 |4220 |   0 | 0.000000e+00 |      --      |    Inf 
101.50/101.57	c  93.9s|410000 |409133 |     0 |   0.0 | 120M|3097 |   - |3822 | 703 |   0 |   0 |   0 |4320 |   0 | 0.000000e+00 |      --      |    Inf 
104.00/104.01	c  96.2s|420000 |419109 |     0 |   0.0 | 123M|3097 |   - |3822 | 702 |   0 |   0 |   0 |4440 |   0 | 0.000000e+00 |      --      |    Inf 
106.40/106.45	c  98.5s|430000 |429087 |     0 |   0.0 | 125M|3097 |   - |3822 | 673 |   0 |   0 |   0 |4550 |   0 | 0.000000e+00 |      --      |    Inf 
108.90/108.96	c   101s|440000 |439069 |     0 |   0.0 | 128M|3097 |   - |3822 | 665 |   0 |   0 |   0 |4640 |   0 | 0.000000e+00 |      --      |    Inf 
111.20/111.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
111.20/111.29	c   103s|450000 |449047 |     0 |   0.0 | 131M|3097 |   - |3822 | 686 |   0 |   0 |   0 |4750 |   0 | 0.000000e+00 |      --      |    Inf 
113.70/113.70	c   105s|460000 |459027 |     0 |   0.0 | 133M|3097 |   - |3822 | 687 |   0 |   0 |   0 |4850 |   0 | 0.000000e+00 |      --      |    Inf 
116.10/116.15	c   107s|470000 |469003 |     0 |   0.0 | 136M|3097 |   - |3822 | 673 |   0 |   0 |   0 |4970 |   0 | 0.000000e+00 |      --      |    Inf 
118.49/118.57	c   110s|480000 |478975 |     0 |   0.0 | 139M|3097 |   - |3822 | 716 |   0 |   0 |   0 |5110 |   0 | 0.000000e+00 |      --      |    Inf 
120.80/120.88	c   112s|490000 |488957 |     0 |   0.0 | 142M|3097 |   - |3822 | 696 |   0 |   0 |   0 |5200 |   0 | 0.000000e+00 |      --      |    Inf 
123.20/123.27	c   114s|500000 |498935 |     0 |   0.0 | 144M|3097 |   - |3822 | 683 |   0 |   0 |   0 |5310 |   0 | 0.000000e+00 |      --      |    Inf 
125.60/125.66	c   116s|510000 |508913 |     0 |   0.0 | 147M|3097 |   - |3822 | 643 |   0 |   0 |   0 |5420 |   0 | 0.000000e+00 |      --      |    Inf 
128.00/128.03	c   118s|520000 |518889 |     0 |   0.0 | 150M|3097 |   - |3822 | 653 |   0 |   0 |   0 |5540 |   0 | 0.000000e+00 |      --      |    Inf 
130.30/130.35	c   120s|530000 |528871 |     0 |   0.0 | 152M|3097 |   - |3822 | 659 |   0 |   0 |   0 |5630 |   0 | 0.000000e+00 |      --      |    Inf 
132.80/132.80	c   123s|540000 |538851 |     0 |   0.0 | 155M|3097 |   - |3822 | 643 |   0 |   0 |   0 |5730 |   0 | 0.000000e+00 |      --      |    Inf 
135.10/135.15	c   125s|550000 |548829 |     0 |   0.0 | 158M|3097 |   - |3822 | 645 |   0 |   0 |   0 |5840 |   0 | 0.000000e+00 |      --      |    Inf 
137.51/137.53	c   127s|560000 |558805 |     0 |   0.0 | 161M|3097 |   - |3822 | 659 |   0 |   0 |   0 |5960 |   0 | 0.000000e+00 |      --      |    Inf 
139.80/139.87	c   129s|570000 |568787 |     0 |   0.0 | 163M|3097 |   - |3822 | 642 |   0 |   0 |   0 |6050 |   0 | 0.000000e+00 |      --      |    Inf 
142.09/142.19	c   131s|580000 |578763 |     0 |   0.0 | 166M|3097 |   - |3822 | 668 |   0 |   0 |   0 |6170 |   0 | 0.000000e+00 |      --      |    Inf 
144.50/144.58	c   134s|590000 |588735 |     0 |   0.0 | 169M|3097 |   - |3822 | 679 |   0 |   0 |   0 |6310 |   0 | 0.000000e+00 |      --      |    Inf 
146.90/146.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
146.90/146.91	c   136s|600000 |598715 |     0 |   0.0 | 171M|3097 |   - |3822 | 648 |   0 |   0 |   0 |6410 |   0 | 0.000000e+00 |      --      |    Inf 
149.20/149.28	c   138s|610000 |608691 |     0 |   0.0 | 174M|3097 |   - |3822 | 655 |   0 |   0 |   0 |6530 |   0 | 0.000000e+00 |      --      |    Inf 
151.60/151.68	c   140s|620000 |618671 |     0 |   0.0 | 177M|3097 |   - |3822 | 631 |   0 |   0 |   0 |6630 |   0 | 0.000000e+00 |      --      |    Inf 
154.01/154.04	c   142s|630000 |628645 |     0 |   0.0 | 180M|3097 |   - |3822 | 631 |   0 |   0 |   0 |6760 |   0 | 0.000000e+00 |      --      |    Inf 
156.30/156.34	c   144s|640000 |638615 |     0 |   0.0 | 182M|3097 |   - |3822 | 652 |   0 |   0 |   0 |6910 |   0 | 0.000000e+00 |      --      |    Inf 
158.60/158.68	c   147s|650000 |648595 |     0 |   0.0 | 185M|3097 |   - |3822 | 619 |   0 |   0 |   0 |7010 |   0 | 0.000000e+00 |      --      |    Inf 
160.90/160.99	c   149s|660000 |658569 |     0 |   0.0 | 188M|3097 |   - |3822 | 654 |   0 |   0 |   0 |7140 |   0 | 0.000000e+00 |      --      |    Inf 
163.20/163.26	c   151s|670000 |668543 |     0 |   0.0 | 191M|3097 |   - |3822 | 633 |   0 |   0 |   0 |7270 |   0 | 0.000000e+00 |      --      |    Inf 
165.50/165.56	c   153s|680000 |678519 |     0 |   0.0 | 193M|3097 |   - |3822 | 635 |   0 |   0 |   0 |7390 |   0 | 0.000000e+00 |      --      |    Inf 
167.80/167.83	c   155s|690000 |688495 |     0 |   0.0 | 196M|3097 |   - |3822 | 645 |   0 |   0 |   0 |7510 |   0 | 0.000000e+00 |      --      |    Inf 
170.00/170.05	c   157s|700000 |698475 |     0 |   0.0 | 199M|3097 |   - |3822 | 634 |   0 |   0 |   0 |7610 |   0 | 0.000000e+00 |      --      |    Inf 
172.19/172.26	c   159s|710000 |708455 |     0 |   0.0 | 201M|3097 |   - |3822 | 623 |   0 |   0 |   0 |7710 |   0 | 0.000000e+00 |      --      |    Inf 
174.50/174.50	c   161s|720000 |718427 |     0 |   0.0 | 204M|3097 |   - |3822 | 629 |   0 |   0 |   0 |7850 |   0 | 0.000000e+00 |      --      |    Inf 
176.70/176.74	c   163s|730000 |728405 |     0 |   0.0 | 207M|3097 |   - |3822 | 632 |   0 |   0 |   0 |7960 |   0 | 0.000000e+00 |      --      |    Inf 
178.90/178.98	c   165s|740000 |738381 |     0 |   0.0 | 210M|3097 |   - |3822 | 629 |   0 |   0 |   0 |8080 |   0 | 0.000000e+00 |      --      |    Inf 
181.20/181.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
181.20/181.25	c   167s|750000 |748351 |     0 |   0.0 | 212M|3097 |   - |3822 | 607 |   0 |   0 |   0 |8230 |   0 | 0.000000e+00 |      --      |    Inf 
183.40/183.47	c   169s|760000 |758333 |     0 |   0.0 | 215M|3097 |   - |3822 | 597 |   0 |   0 |   0 |8320 |   0 | 0.000000e+00 |      --      |    Inf 
185.70/185.72	c   171s|770000 |768313 |     0 |   0.0 | 218M|3097 |   - |3822 | 583 |   0 |   0 |   0 |8420 |   0 | 0.000000e+00 |      --      |    Inf 
187.90/187.95	c   173s|780000 |778289 |     0 |   0.0 | 221M|3097 |   - |3822 | 585 |   0 |   0 |   0 |8540 |   0 | 0.000000e+00 |      --      |    Inf 
190.10/190.19	c   176s|790000 |788267 |     0 |   0.0 | 223M|3097 |   - |3822 | 576 |   0 |   0 |   0 |8650 |   0 | 0.000000e+00 |      --      |    Inf 
192.40/192.48	c   178s|800000 |798237 |     0 |   0.0 | 226M|3097 |   - |3822 | 574 |   0 |   0 |   0 |8800 |   0 | 0.000000e+00 |      --      |    Inf 
194.60/194.67	c   180s|810000 |808211 |     0 |   0.0 | 229M|3097 |   - |3822 | 594 |   0 |   0 |   0 |8930 |   0 | 0.000000e+00 |      --      |    Inf 
196.80/196.89	c   182s|820000 |818189 |     0 |   0.0 | 232M|3097 |   - |3822 | 590 |   0 |   0 |   0 |9040 |   0 | 0.000000e+00 |      --      |    Inf 
199.11/199.16	c   184s|830000 |828161 |     0 |   0.0 | 234M|3097 |   - |3822 | 574 |   0 |   0 |   0 |9180 |   0 | 0.000000e+00 |      --      |    Inf 
201.30/201.35	c   186s|840000 |838139 |     0 |   0.0 | 237M|3097 |   - |3822 | 560 |   0 |   0 |   0 |9290 |   0 | 0.000000e+00 |      --      |    Inf 
203.51/203.53	c   188s|850000 |848115 |     0 |   0.0 | 240M|3097 |   - |3822 | 574 |   0 |   0 |   0 |9410 |   0 | 0.000000e+00 |      --      |    Inf 
205.70/205.74	c   190s|860000 |858089 |     0 |   0.0 | 243M|3097 |   - |3822 | 565 |   0 |   0 |   0 |9540 |   0 | 0.000000e+00 |      --      |    Inf 
207.90/207.92	c   192s|870000 |868061 |     0 |   0.0 | 245M|3097 |   - |3822 | 596 |   0 |   0 |   0 |9680 |   0 | 0.000000e+00 |      --      |    Inf 
210.11/210.16	c   194s|880000 |878031 |     0 |   0.0 | 248M|3097 |   - |3822 | 612 |   0 |   0 |   0 |9830 |   0 | 0.000000e+00 |      --      |    Inf 
212.40/212.40	c   196s|890000 |888005 |     0 |   0.0 | 251M|3097 |   - |3822 | 627 |   0 |   0 |   0 |9960 |   0 | 0.000000e+00 |      --      |    Inf 
214.51/214.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
214.51/214.52	c   198s|900000 |897987 |     0 |   0.0 | 254M|3097 |   - |3822 | 588 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
216.61/216.69	c   200s|910000 |907967 |     0 |   0.0 | 256M|3097 |   - |3822 | 577 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
218.81/218.80	c   202s|920000 |917939 |     0 |   0.0 | 259M|3097 |   - |3822 | 589 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
220.90/220.96	c   204s|930000 |927915 |     0 |   0.0 | 262M|3097 |   - |3822 | 586 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
223.00/223.08	c   206s|940000 |937891 |     0 |   0.0 | 265M|3097 |   - |3822 | 582 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
225.00/225.09	c   208s|950000 |947873 |     0 |   0.0 | 267M|3097 |   - |3822 | 570 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
227.20/227.25	c   209s|960000 |957845 |     0 |   0.0 | 270M|3097 |   - |3822 | 575 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
229.31/229.33	c   211s|970000 |967821 |     0 |   0.0 | 273M|3097 |   - |3822 | 584 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
231.30/231.36	c   213s|980000 |977799 |     0 |   0.0 | 276M|3097 |   - |3822 | 573 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
233.50/233.56	c   215s|990000 |987765 |     0 |   0.0 | 278M|3097 |   - |3822 | 577 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
235.50/235.56	c   217s|  1000k|997741 |     0 |   0.0 | 281M|3097 |   - |3822 | 582 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
237.61/237.63	c   219s|  1010k|  1007k|     0 |   0.0 | 284M|3097 |   - |3822 | 556 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
239.60/239.65	c   221s|  1020k|  1017k|     0 |   0.0 | 287M|3097 |   - |3822 | 549 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
241.81/241.83	c   223s|  1030k|  1027k|     0 |   0.0 | 290M|3097 |   - |3822 | 555 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
243.80/243.85	c   225s|  1040k|  1037k|     0 |   0.0 | 292M|3097 |   - |3822 | 582 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
245.80/245.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
245.80/245.88	c   226s|  1050k|  1047k|     0 |   0.0 | 295M|3097 |   - |3822 | 537 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
248.00/248.01	c   228s|  1060k|  1057k|     0 |   0.0 | 298M|3097 |   - |3822 | 592 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
250.10/250.14	c   230s|  1070k|  1067k|     0 |   0.0 | 301M|3097 |   - |3822 | 561 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
252.40/252.40	c   232s|  1080k|  1077k|     0 |   0.0 | 304M|3097 |   - |3822 | 565 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
254.50/254.53	c   234s|  1090k|  1087k|     0 |   0.0 | 306M|3097 |   - |3822 | 569 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
256.60/256.60	c   236s|  1100k|  1097k|     0 |   0.0 | 309M|3097 |   - |3822 | 629 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
258.70/258.75	c   238s|  1110k|  1107k|     0 |   0.0 | 312M|3097 |   - |3822 | 561 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
260.71/260.77	c   240s|  1120k|  1117k|     0 |   0.0 | 315M|3097 |   - |3822 | 589 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
262.81/262.88	c   242s|  1130k|  1127k|     0 |   0.0 | 318M|3097 |   - |3822 | 587 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
264.90/264.93	c   244s|  1140k|  1137k|     0 |   0.0 | 320M|3097 |   - |3822 | 572 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
266.90/266.99	c   246s|  1150k|  1147k|     0 |   0.0 | 323M|3097 |   - |3822 | 595 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
269.00/269.06	c   248s|  1160k|  1157k|     0 |   0.0 | 326M|3097 |   - |3822 | 559 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
271.10/271.10	c   249s|  1170k|  1167k|     0 |   0.0 | 329M|3097 |   - |3822 | 557 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
273.11/273.17	c   251s|  1180k|  1177k|     0 |   0.0 | 332M|3097 |   - |3822 | 588 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
275.10/275.19	c   253s|  1190k|  1187k|     0 |   0.0 | 334M|3097 |   - |3822 | 535 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
277.31/277.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
277.31/277.30	c   255s|  1200k|  1197k|     0 |   0.0 | 337M|3097 |   - |3822 | 572 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
279.31/279.34	c   257s|  1210k|  1207k|     0 |   0.0 | 340M|3097 |   - |3822 | 546 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
281.40/281.46	c   259s|  1220k|  1217k|     0 |   0.0 | 343M|3097 |   - |3822 | 577 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
283.40/283.46	c   261s|  1230k|  1227k|     0 |   0.0 | 346M|3097 |   - |3822 | 553 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
285.51/285.55	c   263s|  1240k|  1237k|     0 |   0.0 | 348M|3097 |   - |3822 | 564 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
287.40/287.47	c   264s|  1250k|  1247k|     0 |   0.0 | 351M|3097 |   - |3822 | 562 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
289.40/289.45	c   266s|  1260k|  1256k|     0 |   0.0 | 354M|3097 |   - |3822 | 584 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
291.41/291.47	c   268s|  1270k|  1266k|     0 |   0.0 | 357M|3097 |   - |3822 | 567 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
293.41/293.44	c   270s|  1280k|  1276k|     0 |   0.0 | 360M|3097 |   - |3822 | 586 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
295.30/295.39	c   271s|  1290k|  1286k|     0 |   0.0 | 362M|3097 |   - |3822 | 544 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
297.30/297.31	c   273s|  1300k|  1296k|     0 |   0.0 | 365M|3097 |   - |3822 | 564 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
299.31/299.37	c   275s|  1310k|  1306k|     0 |   0.0 | 368M|3097 |   - |3822 | 590 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
301.31/301.36	c   277s|  1320k|  1316k|     0 |   0.0 | 371M|3097 |   - |3822 | 579 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
303.20/303.24	c   279s|  1330k|  1326k|     0 |   0.0 | 374M|3097 |   - |3822 | 589 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
305.20/305.20	c   280s|  1340k|  1336k|     0 |   0.0 | 377M|3097 |   - |3822 | 568 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
307.10/307.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
307.10/307.11	c   282s|  1350k|  1346k|     0 |   0.0 | 379M|3097 |   - |3822 | 567 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
309.11/309.12	c   284s|  1360k|  1356k|     0 |   0.0 | 382M|3097 |   - |3822 | 611 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
311.01/311.02	c   286s|  1370k|  1366k|     0 |   0.0 | 385M|3097 |   - |3822 | 570 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
312.91/312.97	c   287s|  1380k|  1376k|     0 |   0.0 | 388M|3097 |   - |3822 | 579 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
314.91/314.95	c   289s|  1390k|  1386k|     0 |   0.0 | 391M|3097 |   - |3822 | 581 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
316.82/316.88	c   291s|  1400k|  1396k|     0 |   0.0 | 394M|3097 |   - |3822 | 570 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
318.80/318.84	c   293s|  1410k|  1406k|     0 |   0.0 | 396M|3097 |   - |3822 | 563 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
320.71/320.71	c   294s|  1420k|  1416k|     0 |   0.0 | 399M|3097 |   - |3822 | 582 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
322.61/322.60	c   296s|  1430k|  1426k|     0 |   0.0 | 402M|3097 |   - |3822 | 588 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
324.41/324.44	c   298s|  1440k|  1436k|     0 |   0.0 | 405M|3097 |   - |3822 | 572 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
326.21/326.28	c   299s|  1450k|  1446k|     0 |   0.0 | 408M|3097 |   - |3822 | 568 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
328.01/328.09	c   301s|  1460k|  1456k|     0 |   0.0 | 411M|3097 |   - |3822 | 578 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
330.02/330.10	c   303s|  1470k|  1466k|     0 |   0.0 | 413M|3097 |   - |3822 | 646 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
332.01/332.02	c   305s|  1480k|  1476k|     0 |   0.0 | 416M|3097 |   - |3822 | 568 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
333.80/333.88	c   306s|  1490k|  1486k|     0 |   0.0 | 419M|3097 |   - |3822 | 600 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
335.71/335.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
335.71/335.70	c   308s|  1500k|  1496k|     0 |   0.0 | 422M|3097 |   - |3822 | 581 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
337.51/337.51	c   310s|  1510k|  1506k|     0 |   0.0 | 425M|3097 |   - |3822 | 592 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
339.30/339.32	c   311s|  1520k|  1516k|     0 |   0.0 | 428M|3097 |   - |3822 | 589 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
341.31/341.32	c   313s|  1530k|  1526k|     0 |   0.0 | 430M|3097 |   - |3822 | 609 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
343.12/343.19	c   315s|  1540k|  1536k|     0 |   0.0 | 433M|3097 |   - |3822 | 613 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
345.01/345.03	c   316s|  1550k|  1546k|     0 |   0.0 | 436M|3097 |   - |3822 | 605 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
346.90/346.90	c   318s|  1560k|  1556k|     0 |   0.0 | 439M|3097 |   - |3822 | 619 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
348.71/348.72	c   320s|  1570k|  1566k|     0 |   0.0 | 442M|3097 |   - |3822 | 574 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
350.61/350.61	c   321s|  1580k|  1575k|     0 |   0.0 | 445M|3097 |   - |3822 | 564 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
352.41/352.43	c   323s|  1590k|  1585k|     0 |   0.0 | 448M|3097 |   - |3822 | 586 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
354.31/354.35	c   325s|  1600k|  1595k|     0 |   0.0 | 450M|3097 |   - |3822 | 628 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
356.11/356.17	c   326s|  1610k|  1605k|     0 |   0.0 | 453M|3097 |   - |3822 | 611 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
357.91/357.99	c   328s|  1620k|  1615k|     0 |   0.0 | 456M|3097 |   - |3822 | 586 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
359.80/359.87	c   330s|  1630k|  1625k|     0 |   0.0 | 459M|3097 |   - |3822 | 573 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
361.71/361.70	c   331s|  1640k|  1635k|     0 |   0.0 | 462M|3097 |   - |3822 | 610 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
363.61/363.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
363.61/363.62	c   333s|  1650k|  1645k|     0 |   0.0 | 465M|3097 |   - |3822 | 584 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
365.41/365.47	c   335s|  1660k|  1655k|     0 |   0.0 | 468M|3097 |   - |3822 | 593 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
367.11/367.18	c   336s|  1670k|  1665k|     0 |   0.0 | 471M|3097 |   - |3822 | 573 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
369.01/369.02	c   338s|  1680k|  1675k|     0 |   0.0 | 473M|3097 |   - |3822 | 586 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
370.81/370.86	c   340s|  1690k|  1685k|     0 |   0.0 | 476M|3097 |   - |3822 | 564 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
372.51/372.60	c   341s|  1700k|  1695k|     0 |   0.0 | 479M|3097 |   - |3822 | 574 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
374.31/374.32	c   343s|  1710k|  1705k|     0 |   0.0 | 482M|3097 |   - |3822 | 575 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
376.11/376.16	c   344s|  1720k|  1715k|     0 |   0.0 | 485M|3097 |   - |3822 | 584 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
378.01/378.01	c   346s|  1730k|  1725k|     0 |   0.0 | 488M|3097 |   - |3822 | 575 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
379.71/379.74	c   348s|  1740k|  1735k|     0 |   0.0 | 491M|3097 |   - |3822 | 573 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
381.61/381.66	c   349s|  1750k|  1745k|     0 |   0.0 | 494M|3097 |   - |3822 | 603 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
383.51/383.50	c   351s|  1760k|  1755k|     0 |   0.0 | 497M|3097 |   - |3822 | 583 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
385.31/385.34	c   353s|  1770k|  1765k|     0 |   0.0 | 499M|3097 |   - |3822 | 600 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
387.11/387.16	c   354s|  1780k|  1775k|     0 |   0.0 | 502M|3097 |   - |3822 | 590 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
388.91/388.97	c   356s|  1790k|  1785k|     0 |   0.0 | 505M|3097 |   - |3822 | 564 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
390.81/390.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
390.81/390.81	c   358s|  1800k|  1795k|     0 |   0.0 | 508M|3097 |   - |3822 | 579 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
392.51/392.55	c   359s|  1810k|  1805k|     0 |   0.0 | 511M|3097 |   - |3822 | 593 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
394.31/394.31	c   361s|  1820k|  1815k|     0 |   0.0 | 514M|3097 |   - |3822 | 568 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
396.11/396.11	c   362s|  1830k|  1825k|     0 |   0.0 | 517M|3097 |   - |3822 | 553 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
397.81/397.83	c   364s|  1840k|  1835k|     0 |   0.0 | 520M|3097 |   - |3822 | 565 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
399.61/399.60	c   365s|  1850k|  1844k|     0 |   0.0 | 523M|3097 |   - |3822 | 563 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
401.41/401.44	c   367s|  1860k|  1854k|     0 |   0.0 | 526M|3097 |   - |3822 | 543 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
403.31/403.34	c   369s|  1870k|  1864k|     0 |   0.0 | 529M|3097 |   - |3822 | 569 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
405.11/405.18	c   370s|  1880k|  1874k|     0 |   0.0 | 532M|3097 |   - |3822 | 567 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
407.11/407.14	c   372s|  1890k|  1884k|     0 |   0.0 | 535M|3097 |   - |3822 | 582 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
409.01/409.04	c   374s|  1900k|  1894k|     0 |   0.0 | 538M|3097 |   - |3822 | 610 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
410.71/410.78	c   376s|  1910k|  1904k|     0 |   0.0 | 541M|3097 |   - |3822 | 585 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
412.71/412.72	c   377s|  1920k|  1914k|     0 |   0.0 | 544M|3097 |   - |3822 | 610 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
415.21/415.20	c   380s|  1930k|  1924k|     0 |   0.0 | 547M|3097 |   - |3822 | 607 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
417.71/417.76	c   382s|  1940k|  1934k|     0 |   0.0 | 550M|3097 |   - |3822 | 639 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
420.71/420.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
420.71/420.70	c   385s|  1950k|  1944k|     0 |   0.0 | 554M|3097 |   - |3822 | 617 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
423.51/423.59	c   387s|  1960k|  1954k|     0 |   0.0 | 558M|3097 |   - |3822 | 599 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
426.41/426.43	c   390s|  1970k|  1964k|     0 |   0.0 | 562M|3097 |   - |3822 | 606 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
429.22/429.23	c   393s|  1980k|  1973k|     0 |   0.0 | 566M|3097 |   - |3822 | 596 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
432.01/432.03	c   395s|  1990k|  1983k|     0 |   0.0 | 570M|3097 |   - |3822 | 617 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
434.71/434.78	c   398s|  2000k|  1993k|     0 |   0.0 | 574M|3097 |   - |3822 | 613 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
437.52/437.51	c   400s|  2010k|  2003k|     0 |   0.0 | 578M|3097 |   - |3822 | 608 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
440.21/440.26	c   403s|  2020k|  2013k|     0 |   0.0 | 582M|3097 |   - |3822 | 605 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
442.92/442.93	c   405s|  2030k|  2023k|     0 |   0.0 | 586M|3097 |   - |3822 | 592 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
445.61/445.60	c   408s|  2040k|  2032k|     0 |   0.0 | 590M|3097 |   - |3822 | 619 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
448.22/448.24	c   410s|  2050k|  2042k|     0 |   0.0 | 594M|3097 |   - |3822 | 637 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
450.82/450.87	c   413s|  2060k|  2052k|     0 |   0.0 | 598M|3097 |   - |3822 | 615 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
453.51/453.50	c   415s|  2070k|  2062k|     0 |   0.0 | 602M|3097 |   - |3822 | 604 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
456.02/456.09	c   418s|  2080k|  2072k|     0 |   0.0 | 606M|3097 |   - |3822 | 607 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
458.62/458.64	c   420s|  2090k|  2082k|     0 |   0.0 | 610M|3097 |   - |3822 | 596 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
461.12/461.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
461.12/461.18	c   422s|  2100k|  2092k|     0 |   0.0 | 614M|3097 |   - |3822 | 611 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
463.61/463.65	c   424s|  2110k|  2101k|     0 |   0.0 | 618M|3097 |   - |3822 | 584 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
466.11/466.18	c   427s|  2120k|  2111k|     0 |   0.0 | 621M|3097 |   - |3822 | 617 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
468.61/468.65	c   429s|  2130k|  2121k|     0 |   0.0 | 625M|3097 |   - |3822 | 581 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
471.01/471.09	c   431s|  2140k|  2131k|     0 |   0.0 | 629M|3097 |   - |3822 | 585 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
473.41/473.49	c   434s|  2150k|  2141k|     0 |   0.0 | 633M|3097 |   - |3822 | 602 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
475.81/475.82	c   436s|  2160k|  2151k|     0 |   0.0 | 637M|3097 |   - |3822 | 597 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
478.11/478.12	c   438s|  2170k|  2160k|     0 |   0.0 | 641M|3097 |   - |3822 | 611 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
480.31/480.37	c   440s|  2180k|  2170k|     0 |   0.0 | 645M|3097 |   - |3822 | 603 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
482.61/482.61	c   442s|  2190k|  2180k|     0 |   0.0 | 649M|3097 |   - |3822 | 592 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
484.81/484.86	c   444s|  2200k|  2190k|     0 |   0.0 | 653M|3097 |   - |3822 | 610 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
487.02/487.06	c   446s|  2210k|  2200k|     0 |   0.0 | 657M|3097 |   - |3822 | 594 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
489.21/489.24	c   448s|  2220k|  2210k|     0 |   0.0 | 661M|3097 |   - |3822 | 599 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
491.42/491.43	c   450s|  2230k|  2219k|     0 |   0.0 | 665M|3097 |   - |3822 | 580 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
493.51/493.55	c   452s|  2240k|  2229k|     0 |   0.0 | 669M|3097 |   - |3822 | 603 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
495.61/495.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
495.61/495.66	c   454s|  2250k|  2239k|     0 |   0.0 | 672M|3097 |   - |3822 | 595 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
497.71/497.74	c   456s|  2260k|  2249k|     0 |   0.0 | 676M|3097 |   - |3822 | 600 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
499.82/499.81	c   457s|  2270k|  2259k|     0 |   0.0 | 680M|3097 |   - |3822 | 600 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
501.82/501.84	c   459s|  2280k|  2269k|     0 |   0.0 | 684M|3097 |   - |3822 | 604 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
503.82/503.85	c   461s|  2290k|  2279k|     0 |   0.0 | 688M|3097 |   - |3822 | 595 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
505.72/505.78	c   463s|  2300k|  2288k|     0 |   0.0 | 692M|3097 |   - |3822 | 582 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
507.71/507.71	c   465s|  2310k|  2298k|     0 |   0.0 | 696M|3097 |   - |3822 | 605 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
509.62/509.66	c   466s|  2320k|  2308k|     0 |   0.0 | 700M|3097 |   - |3822 | 606 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
511.52/511.52	c   468s|  2330k|  2318k|     0 |   0.0 | 703M|3097 |   - |3822 | 605 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
513.31/513.39	c   470s|  2340k|  2328k|     0 |   0.0 | 707M|3097 |   - |3822 | 631 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
515.21/515.20	c   471s|  2350k|  2338k|     0 |   0.0 | 711M|3097 |   - |3822 | 611 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
517.02/517.02	c   473s|  2360k|  2348k|     0 |   0.0 | 715M|3097 |   - |3822 | 616 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
518.72/518.79	c   475s|  2370k|  2357k|     0 |   0.0 | 719M|3097 |   - |3822 | 611 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
520.52/520.52	c   476s|  2380k|  2367k|     0 |   0.0 | 723M|3097 |   - |3822 | 615 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
522.22/522.25	c   478s|  2390k|  2377k|     0 |   0.0 | 727M|3097 |   - |3822 | 593 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
524.02/524.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
524.02/524.00	c   479s|  2400k|  2387k|     0 |   0.0 | 731M|3097 |   - |3822 | 641 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
525.82/525.83	c   481s|  2410k|  2397k|     0 |   0.0 | 735M|3097 |   - |3822 | 715 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
527.51/527.51	c   482s|  2420k|  2406k|     0 |   0.0 | 740M|3097 |   - |3822 | 925 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
529.61/529.62	c   484s|  2430k|  2416k|     0 |   0.0 | 748M|3097 |   - |3822 |1517 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
532.52/532.53	c   487s|  2440k|  2425k|     0 |   0.0 | 751M|3097 |   - |3822 | 670 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
534.92/534.90	c   489s|  2450k|  2435k|     0 |   0.0 | 754M|3097 |   - |3822 | 608 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
537.32/537.36	c   491s|  2460k|  2445k|     0 |   0.0 | 757M|3097 |   - |3822 | 576 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
539.82/539.87	c   494s|  2470k|  2455k|     0 |   0.0 | 759M|3097 |   - |3822 | 634 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
542.33/542.39	c   496s|  2480k|  2465k|     0 |   0.0 | 762M|3097 |   - |3822 | 593 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
544.82/544.89	c   498s|  2490k|  2475k|     0 |   0.0 | 765M|3097 |   - |3822 | 619 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
547.31/547.35	c   501s|  2500k|  2485k|     0 |   0.0 | 768M|3097 |   - |3822 | 638 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
549.92/549.93	c   503s|  2510k|  2495k|     0 |   0.0 | 770M|3097 |   - |3822 | 659 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
552.42/552.42	c   505s|  2520k|  2505k|     0 |   0.0 | 773M|3097 |   - |3822 | 699 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
554.82/554.84	c   507s|  2530k|  2515k|     0 |   0.0 | 776M|3097 |   - |3822 | 674 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
557.42/557.44	c   510s|  2540k|  2525k|     0 |   0.0 | 779M|3097 |   - |3822 | 667 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
560.12/560.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
560.12/560.12	c   512s|  2550k|  2535k|     0 |   0.0 | 781M|3097 |   - |3822 | 660 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
562.82/562.80	c   515s|  2560k|  2545k|     0 |   0.0 | 784M|3097 |   - |3822 | 676 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
565.51/565.50	c   517s|  2570k|  2555k|     0 |   0.0 | 787M|3097 |   - |3822 | 689 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
568.01/568.02	c   520s|  2580k|  2565k|     0 |   0.0 | 790M|3097 |   - |3822 | 672 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
570.62/570.61	c   522s|  2590k|  2575k|     0 |   0.0 | 793M|3097 |   - |3822 | 703 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
573.12/573.13	c   524s|  2600k|  2585k|     0 |   0.0 | 795M|3097 |   - |3822 | 696 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
575.62/575.62	c   527s|  2610k|  2595k|     0 |   0.0 | 798M|3097 |   - |3822 | 685 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
578.12/578.14	c   529s|  2620k|  2605k|     0 |   0.0 | 801M|3097 |   - |3822 | 699 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
580.52/580.56	c   531s|  2630k|  2615k|     0 |   0.0 | 804M|3097 |   - |3822 | 686 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
583.02/583.02	c   534s|  2640k|  2625k|     0 |   0.0 | 806M|3097 |   - |3822 | 653 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
585.52/585.51	c   536s|  2650k|  2635k|     0 |   0.0 | 809M|3097 |   - |3822 | 667 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
587.92/587.92	c   538s|  2660k|  2645k|     0 |   0.0 | 812M|3097 |   - |3822 | 655 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
590.42/590.49	c   541s|  2670k|  2655k|     0 |   0.0 | 814M|3097 |   - |3822 | 650 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
592.92/592.94	c   543s|  2680k|  2665k|     0 |   0.0 | 817M|3097 |   - |3822 | 660 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
595.32/595.37	c   545s|  2690k|  2675k|     0 |   0.0 | 820M|3097 |   - |3822 | 640 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
597.82/597.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
597.82/597.86	c   547s|  2700k|  2685k|     0 |   0.0 | 822M|3097 |   - |3822 | 662 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
600.32/600.37	c   550s|  2710k|  2695k|     0 |   0.0 | 825M|3097 |   - |3822 | 681 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
602.72/602.77	c   552s|  2720k|  2705k|     0 |   0.0 | 828M|3097 |   - |3822 | 656 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
605.22/605.21	c   554s|  2730k|  2715k|     0 |   0.0 | 830M|3097 |   - |3822 | 649 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
607.62/607.68	c   556s|  2740k|  2725k|     0 |   0.0 | 833M|3097 |   - |3822 | 638 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
610.12/610.17	c   559s|  2750k|  2735k|     0 |   0.0 | 836M|3097 |   - |3822 | 636 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
612.63/612.67	c   561s|  2760k|  2745k|     0 |   0.0 | 838M|3097 |   - |3822 | 646 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
615.12/615.11	c   563s|  2770k|  2755k|     0 |   0.0 | 841M|3097 |   - |3822 | 605 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
617.62/617.67	c   566s|  2780k|  2765k|     0 |   0.0 | 844M|3097 |   - |3822 | 607 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
620.02/620.09	c   568s|  2790k|  2775k|     0 |   0.0 | 847M|3097 |   - |3822 | 573 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
622.62/622.64	c   570s|  2800k|  2785k|     0 |   0.0 | 849M|3097 |   - |3822 | 563 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
625.02/625.07	c   573s|  2810k|  2794k|     0 |   0.0 | 852M|3097 |   - |3822 | 585 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
627.52/627.53	c   575s|  2820k|  2804k|     0 |   0.0 | 855M|3097 |   - |3822 | 571 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
629.92/629.96	c   577s|  2830k|  2814k|     0 |   0.0 | 857M|3097 |   - |3822 | 591 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
632.43/632.43	c   579s|  2840k|  2824k|     0 |   0.0 | 860M|3097 |   - |3822 | 594 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
634.82/634.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
634.82/634.87	c   582s|  2850k|  2834k|     0 |   0.0 | 863M|3097 |   - |3822 | 573 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
637.32/637.35	c   584s|  2860k|  2844k|     0 |   0.0 | 865M|3097 |   - |3822 | 573 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
639.82/639.86	c   586s|  2870k|  2854k|     0 |   0.0 | 868M|3097 |   - |3822 | 575 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
642.33/642.36	c   589s|  2880k|  2864k|     0 |   0.0 | 871M|3097 |   - |3822 | 551 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
644.82/644.88	c   591s|  2890k|  2874k|     0 |   0.0 | 873M|3097 |   - |3822 | 571 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
647.32/647.31	c   593s|  2900k|  2884k|     0 |   0.0 | 876M|3097 |   - |3822 | 561 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
649.92/649.91	c   596s|  2910k|  2894k|     0 |   0.0 | 879M|3097 |   - |3822 | 571 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
652.33/652.39	c   598s|  2920k|  2904k|     0 |   0.0 | 882M|3097 |   - |3822 | 581 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
654.92/654.95	c   600s|  2930k|  2914k|     0 |   0.0 | 884M|3097 |   - |3822 | 550 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
657.42/657.45	c   603s|  2940k|  2924k|     0 |   0.0 | 887M|3097 |   - |3822 | 557 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
659.82/659.86	c   605s|  2950k|  2934k|     0 |   0.0 | 890M|3097 |   - |3822 | 527 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
662.42/662.44	c   607s|  2960k|  2944k|     0 |   0.0 | 892M|3097 |   - |3822 | 551 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
664.83/664.83	c   609s|  2970k|  2954k|     0 |   0.0 | 895M|3097 |   - |3822 | 536 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
667.33/667.38	c   612s|  2980k|  2964k|     0 |   0.0 | 898M|3097 |   - |3822 | 591 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
669.83/669.84	c   614s|  2990k|  2974k|     0 |   0.0 | 900M|3097 |   - |3822 | 596 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
672.42/672.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
672.42/672.46	c   616s|  3000k|  2984k|     0 |   0.0 | 903M|3097 |   - |3822 | 611 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
674.92/674.91	c   619s|  3010k|  2994k|     0 |   0.0 | 906M|3097 |   - |3822 | 629 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
677.42/677.48	c   621s|  3020k|  3004k|     0 |   0.0 | 908M|3097 |   - |3822 | 635 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
679.92/679.96	c   623s|  3030k|  3014k|     0 |   0.0 | 911M|3097 |   - |3822 | 641 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
682.42/682.46	c   626s|  3040k|  3024k|     0 |   0.0 | 914M|3097 |   - |3822 | 642 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
684.92/684.99	c   628s|  3050k|  3034k|     0 |   0.0 | 916M|3097 |   - |3822 | 651 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
687.43/687.41	c   630s|  3060k|  3044k|     0 |   0.0 | 919M|3097 |   - |3822 | 631 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
690.02/690.04	c   633s|  3070k|  3054k|     0 |   0.0 | 922M|3097 |   - |3822 | 640 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
692.42/692.48	c   635s|  3080k|  3064k|     0 |   0.0 | 925M|3097 |   - |3822 | 643 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
695.03/695.01	c   637s|  3090k|  3074k|     0 |   0.0 | 927M|3097 |   - |3822 | 638 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
697.52/697.57	c   640s|  3100k|  3084k|     0 |   0.0 | 930M|3097 |   - |3822 | 664 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
700.03/700.08	c   642s|  3110k|  3094k|     0 |   0.0 | 933M|3097 |   - |3822 | 662 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
702.53/702.51	c   644s|  3120k|  3104k|     0 |   0.0 | 935M|3097 |   - |3822 | 654 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
704.93/704.95	c   646s|  3130k|  3114k|     0 |   0.0 | 938M|3097 |   - |3822 | 664 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
707.42/707.46	c   649s|  3140k|  3124k|     0 |   0.0 | 941M|3097 |   - |3822 | 661 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
709.93/709.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
709.93/709.93	c   651s|  3150k|  3134k|     0 |   0.0 | 943M|3097 |   - |3822 | 673 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
712.52/712.55	c   654s|  3160k|  3144k|     0 |   0.0 | 946M|3097 |   - |3822 | 694 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
715.03/715.00	c   656s|  3170k|  3154k|     0 |   0.0 | 949M|3097 |   - |3822 | 663 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
717.43/717.44	c   658s|  3180k|  3164k|     0 |   0.0 | 951M|3097 |   - |3822 | 677 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
719.93/719.93	c   660s|  3190k|  3174k|     0 |   0.0 | 954M|3097 |   - |3822 | 675 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
722.32/722.37	c   663s|  3200k|  3184k|     0 |   0.0 | 957M|3097 |   - |3822 | 675 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
724.93/724.94	c   665s|  3210k|  3194k|     0 |   0.0 | 959M|3097 |   - |3822 | 664 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
727.32/727.39	c   667s|  3220k|  3204k|     0 |   0.0 | 962M|3097 |   - |3822 | 678 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
729.92/729.92	c   670s|  3230k|  3214k|     0 |   0.0 | 965M|3097 |   - |3822 | 680 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
732.42/732.40	c   672s|  3240k|  3224k|     0 |   0.0 | 967M|3097 |   - |3822 | 692 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
734.93/734.92	c   674s|  3250k|  3234k|     0 |   0.0 | 970M|3097 |   - |3822 | 671 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
737.33/737.37	c   676s|  3260k|  3244k|     0 |   0.0 | 973M|3097 |   - |3822 | 681 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
739.83/739.82	c   679s|  3270k|  3254k|     0 |   0.0 | 975M|3097 |   - |3822 | 660 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
742.32/742.34	c   681s|  3280k|  3264k|     0 |   0.0 | 978M|3097 |   - |3822 | 668 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
744.73/744.75	c   683s|  3290k|  3273k|     0 |   0.0 | 981M|3097 |   - |3822 | 664 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
747.33/747.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
747.33/747.35	c   686s|  3300k|  3283k|     0 |   0.0 | 984M|3097 |   - |3822 | 669 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
749.73/749.74	c   688s|  3310k|  3293k|     0 |   0.0 | 986M|3097 |   - |3822 | 676 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
752.23/752.27	c   690s|  3320k|  3303k|     0 |   0.0 | 989M|3097 |   - |3822 | 678 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
754.63/754.69	c   692s|  3330k|  3313k|     0 |   0.0 | 992M|3097 |   - |3822 | 664 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
757.32/757.31	c   695s|  3340k|  3323k|     0 |   0.0 | 994M|3097 |   - |3822 | 683 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
759.73/759.72	c   697s|  3350k|  3333k|     0 |   0.0 | 997M|3097 |   - |3822 | 662 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
762.33/762.32	c   699s|  3360k|  3343k|     0 |   0.0 |1000M|3097 |   - |3822 | 657 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
764.73/764.77	c   702s|  3370k|  3353k|     0 |   0.0 |1002M|3097 |   - |3822 | 653 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
767.22/767.27	c   704s|  3380k|  3363k|     0 |   0.0 |1005M|3097 |   - |3822 | 654 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
769.62/769.69	c   706s|  3390k|  3373k|     0 |   0.0 |1008M|3097 |   - |3822 | 693 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
772.13/772.15	c   708s|  3400k|  3383k|     0 |   0.0 |1010M|3097 |   - |3822 | 659 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
774.63/774.63	c   711s|  3410k|  3393k|     0 |   0.0 |1013M|3097 |   - |3822 | 656 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
777.02/777.09	c   713s|  3420k|  3403k|     0 |   0.0 |1016M|3097 |   - |3822 | 657 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
779.43/779.47	c   715s|  3430k|  3413k|     0 |   0.0 |1018M|3097 |   - |3822 | 671 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
781.93/781.99	c   718s|  3440k|  3423k|     0 |   0.0 |1021M|3097 |   - |3822 | 671 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
784.43/784.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
784.43/784.49	c   720s|  3450k|  3433k|     0 |   0.0 |1024M|3097 |   - |3822 | 667 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
786.93/786.96	c   722s|  3460k|  3443k|     0 |   0.0 |1026M|3097 |   - |3822 | 674 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
789.63/789.60	c   725s|  3470k|  3453k|     0 |   0.0 |1029M|3097 |   - |3822 | 702 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
792.03/792.07	c   727s|  3480k|  3463k|     0 |   0.0 |1032M|3097 |   - |3822 | 663 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
794.63/794.61	c   729s|  3490k|  3473k|     0 |   0.0 |1035M|3097 |   - |3822 | 650 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
797.03/797.03	c   732s|  3500k|  3483k|     0 |   0.0 |1037M|3097 |   - |3822 | 664 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
799.43/799.47	c   734s|  3510k|  3493k|     0 |   0.0 |1040M|3097 |   - |3822 | 659 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
801.93/801.99	c   736s|  3520k|  3503k|     0 |   0.0 |1043M|3097 |   - |3822 | 659 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
804.43/804.43	c   738s|  3530k|  3513k|     0 |   0.0 |1045M|3097 |   - |3822 | 685 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
806.93/806.97	c   741s|  3540k|  3523k|     0 |   0.0 |1048M|3097 |   - |3822 | 661 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
809.43/809.42	c   743s|  3550k|  3533k|     0 |   0.0 |1051M|3097 |   - |3822 | 669 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
811.84/811.88	c   745s|  3560k|  3543k|     0 |   0.0 |1053M|3097 |   - |3822 | 652 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
814.33/814.39	c   748s|  3570k|  3553k|     0 |   0.0 |1056M|3097 |   - |3822 | 636 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
816.83/816.84	c   750s|  3580k|  3563k|     0 |   0.0 |1059M|3097 |   - |3822 | 642 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
819.33/819.39	c   752s|  3590k|  3573k|     0 |   0.0 |1061M|3097 |   - |3822 | 646 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
821.93/821.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
821.93/821.92	c   755s|  3600k|  3583k|     0 |   0.0 |1064M|3097 |   - |3822 | 656 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
824.53/824.51	c   757s|  3610k|  3593k|     0 |   0.0 |1067M|3097 |   - |3822 | 661 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
826.93/826.96	c   759s|  3620k|  3603k|     0 |   0.0 |1069M|3097 |   - |3822 | 645 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
829.34/829.39	c   762s|  3630k|  3613k|     0 |   0.0 |1072M|3097 |   - |3822 | 666 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
831.83/831.84	c   764s|  3640k|  3623k|     0 |   0.0 |1075M|3097 |   - |3822 | 623 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
834.33/834.38	c   766s|  3650k|  3633k|     0 |   0.0 |1077M|3097 |   - |3822 | 649 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
836.83/836.80	c   768s|  3660k|  3643k|     0 |   0.0 |1080M|3097 |   - |3822 | 612 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
839.33/839.38	c   771s|  3670k|  3653k|     0 |   0.0 |1083M|3097 |   - |3822 | 643 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
841.83/841.83	c   773s|  3680k|  3663k|     0 |   0.0 |1086M|3097 |   - |3822 | 627 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
844.43/844.43	c   775s|  3690k|  3673k|     0 |   0.0 |1088M|3097 |   - |3822 | 657 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
846.73/846.77	c   778s|  3700k|  3683k|     0 |   0.0 |1091M|3097 |   - |3822 | 646 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
849.43/849.43	c   780s|  3710k|  3693k|     0 |   0.0 |1094M|3097 |   - |3822 | 655 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
851.73/851.78	c   782s|  3720k|  3703k|     0 |   0.0 |1096M|3097 |   - |3822 | 641 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
854.33/854.32	c   785s|  3730k|  3713k|     0 |   0.0 |1099M|3097 |   - |3822 | 656 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
856.63/856.69	c   787s|  3740k|  3723k|     0 |   0.0 |1102M|3097 |   - |3822 | 656 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
859.14/859.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
859.14/859.19	c   789s|  3750k|  3733k|     0 |   0.0 |1104M|3097 |   - |3822 | 633 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
861.63/861.60	c   791s|  3760k|  3743k|     0 |   0.0 |1107M|3097 |   - |3822 | 636 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
864.03/864.08	c   794s|  3770k|  3753k|     0 |   0.0 |1110M|3097 |   - |3822 | 640 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
866.53/866.51	c   796s|  3780k|  3762k|     0 |   0.0 |1112M|3097 |   - |3822 | 636 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
868.94/868.99	c   798s|  3790k|  3772k|     0 |   0.0 |1115M|3097 |   - |3822 | 643 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
871.43/871.45	c   800s|  3800k|  3782k|     0 |   0.0 |1118M|3097 |   - |3822 | 641 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
873.93/873.94	c   803s|  3810k|  3792k|     0 |   0.0 |1120M|3097 |   - |3822 | 632 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
876.53/876.53	c   805s|  3820k|  3802k|     0 |   0.0 |1123M|3097 |   - |3822 | 645 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
878.94/878.96	c   807s|  3830k|  3812k|     0 |   0.0 |1126M|3097 |   - |3822 | 620 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
881.53/881.51	c   810s|  3840k|  3822k|     0 |   0.0 |1128M|3097 |   - |3822 | 632 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
883.93/883.92	c   812s|  3850k|  3832k|     0 |   0.0 |1131M|3097 |   - |3822 | 636 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
886.43/886.41	c   814s|  3860k|  3842k|     0 |   0.0 |1134M|3097 |   - |3822 | 630 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
888.84/888.89	c   816s|  3870k|  3852k|     0 |   0.0 |1137M|3097 |   - |3822 | 652 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
891.33/891.37	c   819s|  3880k|  3862k|     0 |   0.0 |1139M|3097 |   - |3822 | 638 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
893.93/893.90	c   821s|  3890k|  3872k|     0 |   0.0 |1142M|3097 |   - |3822 | 637 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
896.33/896.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
896.33/896.32	c   823s|  3900k|  3882k|     0 |   0.0 |1145M|3097 |   - |3822 | 614 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
898.93/898.98	c   826s|  3910k|  3892k|     0 |   0.0 |1147M|3097 |   - |3822 | 666 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
901.33/901.37	c   828s|  3920k|  3902k|     0 |   0.0 |1150M|3097 |   - |3822 | 658 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
903.94/903.91	c   830s|  3930k|  3912k|     0 |   0.0 |1153M|3097 |   - |3822 | 660 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
906.24/906.29	c   833s|  3940k|  3922k|     0 |   0.0 |1155M|3097 |   - |3822 | 642 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
908.83/908.89	c   835s|  3950k|  3932k|     0 |   0.0 |1158M|3097 |   - |3822 | 655 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
911.34/911.34	c   837s|  3960k|  3942k|     0 |   0.0 |1161M|3097 |   - |3822 | 671 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
913.83/913.82	c   840s|  3970k|  3952k|     0 |   0.0 |1163M|3097 |   - |3822 | 659 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
916.24/916.25	c   842s|  3980k|  3962k|     0 |   0.0 |1166M|3097 |   - |3822 | 680 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
918.74/918.73	c   844s|  3990k|  3972k|     0 |   0.0 |1169M|3097 |   - |3822 | 708 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
921.14/921.19	c   846s|  4000k|  3982k|     0 |   0.0 |1171M|3097 |   - |3822 | 676 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
923.63/923.66	c   849s|  4010k|  3992k|     0 |   0.0 |1174M|3097 |   - |3822 | 677 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
926.14/926.20	c   851s|  4020k|  4002k|     0 |   0.0 |1177M|3097 |   - |3822 | 676 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
928.73/928.71	c   853s|  4030k|  4012k|     0 |   0.0 |1179M|3097 |   - |3822 | 648 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
931.33/931.31	c   856s|  4040k|  4022k|     0 |   0.0 |1182M|3097 |   - |3822 | 666 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
933.74/933.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
933.74/933.70	c   858s|  4050k|  4032k|     0 |   0.0 |1185M|3097 |   - |3822 | 658 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
936.14/936.19	c   860s|  4060k|  4042k|     0 |   0.0 |1188M|3097 |   - |3822 | 656 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
938.73/938.71	c   863s|  4070k|  4052k|     0 |   0.0 |1190M|3097 |   - |3822 | 713 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
941.13/941.19	c   865s|  4080k|  4062k|     0 |   0.0 |1193M|3097 |   - |3822 | 654 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
943.74/943.70	c   867s|  4090k|  4072k|     0 |   0.0 |1196M|3097 |   - |3822 | 689 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
946.14/946.13	c   870s|  4100k|  4082k|     0 |   0.0 |1198M|3097 |   - |3822 | 687 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
948.63/948.66	c   872s|  4110k|  4092k|     0 |   0.0 |1201M|3097 |   - |3822 | 698 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
951.14/951.16	c   874s|  4120k|  4102k|     0 |   0.0 |1204M|3097 |   - |3822 | 713 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
953.84/953.84	c   877s|  4130k|  4112k|     0 |   0.0 |1206M|3097 |   - |3822 | 710 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
956.23/956.25	c   879s|  4140k|  4122k|     0 |   0.0 |1209M|3097 |   - |3822 | 724 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
958.74/958.75	c   881s|  4150k|  4132k|     0 |   0.0 |1212M|3097 |   - |3822 | 703 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
961.14/961.17	c   883s|  4160k|  4142k|     0 |   0.0 |1214M|3097 |   - |3822 | 691 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
963.64/963.69	c   886s|  4170k|  4152k|     0 |   0.0 |1217M|3097 |   - |3822 | 678 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
966.24/966.21	c   888s|  4180k|  4162k|     0 |   0.0 |1220M|3097 |   - |3822 | 686 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
968.73/968.70	c   890s|  4190k|  4172k|     0 |   0.0 |1222M|3097 |   - |3822 | 679 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
971.24/971.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
971.24/971.23	c   893s|  4200k|  4182k|     0 |   0.0 |1225M|3097 |   - |3822 | 675 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
973.64/973.65	c   895s|  4210k|  4192k|     0 |   0.0 |1228M|3097 |   - |3822 | 658 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
976.03/976.09	c   897s|  4220k|  4202k|     0 |   0.0 |1230M|3097 |   - |3822 | 655 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
978.54/978.50	c   900s|  4230k|  4212k|     0 |   0.0 |1233M|3097 |   - |3822 | 640 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
980.93/980.98	c   902s|  4240k|  4222k|     0 |   0.0 |1236M|3097 |   - |3822 | 656 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
983.45/983.44	c   904s|  4250k|  4231k|     0 |   0.0 |1239M|3097 |   - |3822 | 665 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
985.94/985.93	c   906s|  4260k|  4241k|     0 |   0.0 |1241M|3097 |   - |3822 | 696 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
988.34/988.32	c   909s|  4270k|  4251k|     0 |   0.0 |1244M|3097 |   - |3822 | 684 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
990.84/990.88	c   911s|  4280k|  4261k|     0 |   0.0 |1247M|3097 |   - |3822 | 686 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
993.35/993.31	c   913s|  4290k|  4271k|     0 |   0.0 |1249M|3097 |   - |3822 | 666 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
995.84/995.88	c   916s|  4300k|  4281k|     0 |   0.0 |1252M|3097 |   - |3822 | 691 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
998.34/998.32	c   918s|  4310k|  4291k|     0 |   0.0 |1255M|3097 |   - |3822 | 665 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
1000.84/1000.81	c   920s|  4320k|  4301k|     0 |   0.0 |1257M|3097 |   - |3822 | 701 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
1003.24/1003.26	c   922s|  4330k|  4311k|     0 |   0.0 |1260M|3097 |   - |3822 | 701 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
1005.73/1005.79	c   925s|  4340k|  4321k|     0 |   0.0 |1263M|3097 |   - |3822 | 692 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
1008.34/1008.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1008.34/1008.35	c   927s|  4350k|  4331k|     0 |   0.0 |1265M|3097 |   - |3822 | 706 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
1010.84/1010.81	c   929s|  4360k|  4341k|     0 |   0.0 |1268M|3097 |   - |3822 | 711 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
1013.34/1013.37	c   932s|  4370k|  4351k|     0 |   0.0 |1271M|3097 |   - |3822 | 712 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
1015.74/1015.77	c   934s|  4380k|  4361k|     0 |   0.0 |1273M|3097 |   - |3822 | 686 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
1018.24/1018.23	c   936s|  4390k|  4371k|     0 |   0.0 |1276M|3097 |   - |3822 | 711 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
1020.64/1020.69	c   939s|  4400k|  4381k|     0 |   0.0 |1279M|3097 |   - |3822 | 684 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
1023.14/1023.12	c   941s|  4410k|  4391k|     0 |   0.0 |1281M|3097 |   - |3822 | 681 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
1025.54/1025.58	c   943s|  4420k|  4401k|     0 |   0.0 |1284M|3097 |   - |3822 | 688 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
1027.94/1027.94	c   945s|  4430k|  4411k|     0 |   0.0 |1287M|3097 |   - |3822 | 665 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
1030.44/1030.48	c   948s|  4440k|  4421k|     0 |   0.0 |1289M|3097 |   - |3822 | 690 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
1032.74/1032.80	c   950s|  4450k|  4431k|     0 |   0.0 |1292M|3097 |   - |3822 | 681 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
1035.34/1035.34	c   952s|  4460k|  4441k|     0 |   0.0 |1295M|3097 |   - |3822 | 698 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
1037.74/1037.79	c   954s|  4470k|  4451k|     0 |   0.0 |1297M|3097 |   - |3822 | 678 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
1040.24/1040.28	c   957s|  4480k|  4461k|     0 |   0.0 |1300M|3097 |   - |3822 | 703 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
1042.75/1042.72	c   959s|  4490k|  4471k|     0 |   0.0 |1303M|3097 |   - |3822 | 696 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
1045.34/1045.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1045.34/1045.32	c   961s|  4500k|  4481k|     0 |   0.0 |1305M|3097 |   - |3822 | 708 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
1047.75/1047.75	c   964s|  4510k|  4491k|     0 |   0.0 |1308M|3097 |   - |3822 | 687 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
1050.25/1050.26	c   966s|  4520k|  4501k|     0 |   0.0 |1311M|3097 |   - |3822 | 689 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
1052.65/1052.61	c   968s|  4530k|  4511k|     0 |   0.0 |1313M|3097 |   - |3822 | 678 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
1055.15/1055.13	c   970s|  4540k|  4521k|     0 |   0.0 |1316M|3097 |   - |3822 | 694 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
1057.55/1057.50	c   973s|  4550k|  4531k|     0 |   0.0 |1319M|3097 |   - |3822 | 685 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
1060.04/1060.03	c   975s|  4560k|  4541k|     0 |   0.0 |1322M|3097 |   - |3822 | 705 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
1062.65/1062.61	c   977s|  4570k|  4551k|     0 |   0.0 |1324M|3097 |   - |3822 | 728 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
1065.14/1065.10	c   980s|  4580k|  4561k|     0 |   0.0 |1327M|3097 |   - |3822 | 683 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
1067.64/1067.60	c   982s|  4590k|  4571k|     0 |   0.0 |1330M|3097 |   - |3822 | 698 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
1070.14/1070.10	c   984s|  4600k|  4581k|     0 |   0.0 |1332M|3097 |   - |3822 | 682 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
1072.65/1072.63	c   987s|  4610k|  4591k|     0 |   0.0 |1335M|3097 |   - |3822 | 698 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
1075.14/1075.13	c   989s|  4620k|  4601k|     0 |   0.0 |1338M|3097 |   - |3822 | 692 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
1077.64/1077.68	c   991s|  4630k|  4611k|     0 |   0.0 |1340M|3097 |   - |3822 | 713 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
1080.25/1080.24	c   994s|  4640k|  4621k|     0 |   0.0 |1343M|3097 |   - |3822 | 711 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
1082.64/1082.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1082.64/1082.68	c   996s|  4650k|  4631k|     0 |   0.0 |1346M|3097 |   - |3822 | 685 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
1085.14/1085.18	c   998s|  4660k|  4641k|     0 |   0.0 |1348M|3097 |   - |3822 | 694 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
1087.64/1087.65	c  1001s|  4670k|  4651k|     0 |   0.0 |1351M|3097 |   - |3822 | 673 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
1090.05/1090.02	c  1003s|  4680k|  4661k|     0 |   0.0 |1354M|3097 |   - |3822 | 668 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
1092.54/1092.55	c  1005s|  4690k|  4671k|     0 |   0.0 |1356M|3097 |   - |3822 | 672 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
1095.04/1095.01	c  1007s|  4700k|  4681k|     0 |   0.0 |1359M|3097 |   - |3822 | 660 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
1097.54/1097.52	c  1010s|  4710k|  4691k|     0 |   0.0 |1362M|3097 |   - |3822 | 655 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
1099.95/1099.90	c  1012s|  4720k|  4701k|     0 |   0.0 |1364M|3097 |   - |3822 | 668 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
1102.34/1102.37	c  1014s|  4730k|  4711k|     0 |   0.0 |1367M|3097 |   - |3822 | 666 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
1104.84/1104.87	c  1016s|  4740k|  4720k|     0 |   0.0 |1370M|3097 |   - |3822 | 648 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
1107.25/1107.29	c  1019s|  4750k|  4730k|     0 |   0.0 |1372M|3097 |   - |3822 | 658 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
1109.85/1109.80	c  1021s|  4760k|  4740k|     0 |   0.0 |1375M|3097 |   - |3822 | 651 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
1112.15/1112.16	c  1023s|  4770k|  4750k|     0 |   0.0 |1378M|3097 |   - |3822 | 644 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
1114.74/1114.70	c  1025s|  4780k|  4760k|     0 |   0.0 |1381M|3097 |   - |3822 | 682 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
1117.05/1117.09	c  1028s|  4790k|  4770k|     0 |   0.0 |1383M|3097 |   - |3822 | 677 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
1119.64/1119.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1119.64/1119.65	c  1030s|  4800k|  4780k|     0 |   0.0 |1386M|3097 |   - |3822 | 665 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
1122.05/1122.04	c  1032s|  4810k|  4790k|     0 |   0.0 |1389M|3097 |   - |3822 | 661 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
1124.55/1124.56	c  1035s|  4820k|  4800k|     0 |   0.0 |1391M|3097 |   - |3822 | 667 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
1127.04/1127.09	c  1037s|  4830k|  4810k|     0 |   0.0 |1394M|3097 |   - |3822 | 672 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
1129.65/1129.63	c  1039s|  4840k|  4820k|     0 |   0.0 |1397M|3097 |   - |3822 | 671 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
1132.15/1132.15	c  1042s|  4850k|  4830k|     0 |   0.0 |1399M|3097 |   - |3822 | 671 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
1134.64/1134.61	c  1044s|  4860k|  4840k|     0 |   0.0 |1402M|3097 |   - |3822 | 664 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
1137.05/1137.06	c  1046s|  4870k|  4850k|     0 |   0.0 |1405M|3097 |   - |3822 | 676 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
1139.55/1139.54	c  1048s|  4880k|  4860k|     0 |   0.0 |1407M|3097 |   - |3822 | 668 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
1142.05/1142.00	c  1051s|  4890k|  4870k|     0 |   0.0 |1410M|3097 |   - |3822 | 659 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
1144.55/1144.53	c  1053s|  4900k|  4880k|     0 |   0.0 |1413M|3097 |   - |3822 | 681 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
1147.05/1147.02	c  1055s|  4910k|  4890k|     0 |   0.0 |1415M|3097 |   - |3822 | 687 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
1149.45/1149.42	c  1058s|  4920k|  4900k|     0 |   0.0 |1418M|3097 |   - |3822 | 679 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
1151.95/1151.93	c  1060s|  4930k|  4910k|     0 |   0.0 |1421M|3097 |   - |3822 | 681 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
1154.35/1154.36	c  1062s|  4940k|  4920k|     0 |   0.0 |1423M|3097 |   - |3822 | 670 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
1156.85/1156.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1156.85/1156.88	c  1065s|  4950k|  4930k|     0 |   0.0 |1426M|3097 |   - |3822 | 666 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
1159.24/1159.29	c  1067s|  4960k|  4940k|     0 |   0.0 |1429M|3097 |   - |3822 | 669 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
1161.85/1161.80	c  1069s|  4970k|  4950k|     0 |   0.0 |1431M|3097 |   - |3822 | 643 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
1164.25/1164.21	c  1071s|  4980k|  4960k|     0 |   0.0 |1434M|3097 |   - |3822 | 632 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
1166.94/1166.91	c  1074s|  4990k|  4970k|     0 |   0.0 |1437M|3097 |   - |3822 | 663 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
1169.35/1169.33	c  1076s|  5000k|  4980k|     0 |   0.0 |1439M|3097 |   - |3822 | 661 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
1171.85/1171.88	c  1078s|  5010k|  4990k|     0 |   0.0 |1442M|3097 |   - |3822 | 648 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
1174.25/1174.28	c  1081s|  5020k|  5000k|     0 |   0.0 |1445M|3097 |   - |3822 | 660 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
1176.74/1176.79	c  1083s|  5030k|  5010k|     0 |   0.0 |1447M|3097 |   - |3822 | 646 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
1179.25/1179.22	c  1085s|  5040k|  5020k|     0 |   0.0 |1450M|3097 |   - |3822 | 677 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
1181.75/1181.79	c  1088s|  5050k|  5030k|     0 |   0.0 |1453M|3097 |   - |3822 | 677 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
1184.25/1184.22	c  1090s|  5060k|  5040k|     0 |   0.0 |1456M|3097 |   - |3822 | 666 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
1186.74/1186.76	c  1092s|  5070k|  5050k|     0 |   0.0 |1458M|3097 |   - |3822 | 655 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
1189.35/1189.32	c  1095s|  5080k|  5060k|     0 |   0.0 |1461M|3097 |   - |3822 | 703 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
1191.84/1191.80	c  1097s|  5090k|  5070k|     0 |   0.0 |1464M|3097 |   - |3822 | 674 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
1194.25/1194.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1194.25/1194.28	c  1099s|  5100k|  5080k|     0 |   0.0 |1466M|3097 |   - |3822 | 714 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
1196.76/1196.78	c  1102s|  5110k|  5090k|     0 |   0.0 |1469M|3097 |   - |3822 | 679 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
1199.24/1199.26	c  1104s|  5120k|  5100k|     0 |   0.0 |1472M|3097 |   - |3822 | 683 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
1201.74/1201.78	c  1106s|  5130k|  5110k|     0 |   0.0 |1474M|3097 |   - |3822 | 682 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
1204.25/1204.29	c  1108s|  5140k|  5120k|     0 |   0.0 |1477M|3097 |   - |3822 | 706 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
1206.76/1206.78	c  1111s|  5150k|  5130k|     0 |   0.0 |1480M|3097 |   - |3822 | 681 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
1209.25/1209.25	c  1113s|  5160k|  5140k|     0 |   0.0 |1482M|3097 |   - |3822 | 668 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
1211.74/1211.74	c  1115s|  5170k|  5150k|     0 |   0.0 |1485M|3097 |   - |3822 | 688 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
1214.25/1214.20	c  1118s|  5180k|  5160k|     0 |   0.0 |1488M|3097 |   - |3822 | 701 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
1216.66/1216.69	c  1120s|  5190k|  5170k|     0 |   0.0 |1490M|3097 |   - |3822 | 690 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
1219.15/1219.11	c  1122s|  5200k|  5180k|     0 |   0.0 |1493M|3097 |   - |3822 | 725 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
1221.55/1221.56	c  1124s|  5210k|  5189k|     0 |   0.0 |1496M|3097 |   - |3822 | 703 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
1224.05/1224.02	c  1127s|  5220k|  5199k|     0 |   0.0 |1498M|3097 |   - |3822 | 698 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
1226.46/1226.49	c  1129s|  5230k|  5209k|     0 |   0.0 |1501M|3097 |   - |3822 | 678 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
1229.05/1229.02	c  1131s|  5240k|  5219k|     0 |   0.0 |1504M|3097 |   - |3822 | 711 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
1231.55/1231.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1231.55/1231.50	c  1134s|  5250k|  5229k|     0 |   0.0 |1506M|3097 |   - |3822 | 694 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
1234.06/1234.07	c  1136s|  5260k|  5239k|     0 |   0.0 |1509M|3097 |   - |3822 | 686 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
1236.55/1236.55	c  1138s|  5270k|  5249k|     0 |   0.0 |1512M|3097 |   - |3822 | 697 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
1239.05/1239.09	c  1141s|  5280k|  5259k|     0 |   0.0 |1514M|3097 |   - |3822 | 687 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
1241.65/1241.64	c  1143s|  5290k|  5269k|     0 |   0.0 |1517M|3097 |   - |3822 | 687 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
1244.16/1244.11	c  1145s|  5300k|  5279k|     0 |   0.0 |1520M|3097 |   - |3822 | 671 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
1246.55/1246.59	c  1148s|  5310k|  5289k|     0 |   0.0 |1522M|3097 |   - |3822 | 709 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
1249.15/1249.20	c  1150s|  5320k|  5299k|     0 |   0.0 |1525M|3097 |   - |3822 | 712 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
1251.65/1251.63	c  1152s|  5330k|  5309k|     0 |   0.0 |1528M|3097 |   - |3822 | 702 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
1254.26/1254.25	c  1155s|  5340k|  5319k|     0 |   0.0 |1530M|3097 |   - |3822 | 741 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
1256.75/1256.74	c  1157s|  5350k|  5329k|     0 |   0.0 |1533M|3097 |   - |3822 | 691 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
1259.15/1259.15	c  1159s|  5360k|  5339k|     0 |   0.0 |1536M|3097 |   - |3822 | 697 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
1261.66/1261.67	c  1162s|  5370k|  5349k|     0 |   0.0 |1538M|3097 |   - |3822 | 680 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
1264.05/1264.00	c  1164s|  5380k|  5359k|     0 |   0.0 |1541M|3097 |   - |3822 | 687 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
1266.55/1266.53	c  1166s|  5390k|  5369k|     0 |   0.0 |1544M|3097 |   - |3822 | 692 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
1268.95/1268.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1268.95/1268.96	c  1168s|  5400k|  5379k|     0 |   0.0 |1546M|3097 |   - |3822 | 697 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
1271.46/1271.42	c  1171s|  5410k|  5389k|     0 |   0.0 |1549M|3097 |   - |3822 | 694 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
1273.86/1273.85	c  1173s|  5420k|  5399k|     0 |   0.0 |1552M|3097 |   - |3822 | 681 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
1276.45/1276.40	c  1175s|  5430k|  5409k|     0 |   0.0 |1554M|3097 |   - |3822 | 681 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
1278.85/1278.83	c  1177s|  5440k|  5419k|     0 |   0.0 |1557M|3097 |   - |3822 | 709 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
1281.46/1281.49	c  1180s|  5450k|  5429k|     0 |   0.0 |1560M|3097 |   - |3822 | 717 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
1283.86/1283.89	c  1182s|  5460k|  5439k|     0 |   0.0 |1562M|3097 |   - |3822 | 704 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
1286.45/1286.43	c  1184s|  5470k|  5449k|     0 |   0.0 |1565M|3097 |   - |3822 | 711 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
1288.96/1288.99	c  1187s|  5480k|  5459k|     0 |   0.0 |1568M|3097 |   - |3822 | 677 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
1291.46/1291.46	c  1189s|  5490k|  5469k|     0 |   0.0 |1570M|3097 |   - |3822 | 665 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
1293.95/1293.98	c  1191s|  5500k|  5479k|     0 |   0.0 |1573M|3097 |   - |3822 | 678 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
1296.45/1296.46	c  1194s|  5510k|  5489k|     0 |   0.0 |1576M|3097 |   - |3822 | 666 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
1298.95/1298.90	c  1196s|  5520k|  5499k|     0 |   0.0 |1578M|3097 |   - |3822 | 651 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
1301.36/1301.39	c  1198s|  5530k|  5509k|     0 |   0.0 |1581M|3097 |   - |3822 | 680 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
1303.86/1303.88	c  1201s|  5540k|  5519k|     0 |   0.0 |1584M|3097 |   - |3822 | 669 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
1306.26/1306.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1306.26/1306.29	c  1203s|  5550k|  5529k|     0 |   0.0 |1586M|3097 |   - |3822 | 667 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
1308.86/1308.86	c  1205s|  5560k|  5539k|     0 |   0.0 |1589M|3097 |   - |3822 | 686 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
1311.26/1311.23	c  1207s|  5570k|  5549k|     0 |   0.0 |1592M|3097 |   - |3822 | 645 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
1313.86/1313.84	c  1210s|  5580k|  5559k|     0 |   0.0 |1594M|3097 |   - |3822 | 656 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
1316.26/1316.20	c  1212s|  5590k|  5569k|     0 |   0.0 |1597M|3097 |   - |3822 | 644 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
1318.86/1318.85	c  1214s|  5600k|  5579k|     0 |   0.0 |1600M|3097 |   - |3822 | 715 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
1321.26/1321.25	c  1217s|  5610k|  5589k|     0 |   0.0 |1603M|3097 |   - |3822 | 665 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
1323.76/1323.76	c  1219s|  5620k|  5599k|     0 |   0.0 |1605M|3097 |   - |3822 | 655 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
1326.16/1326.14	c  1221s|  5630k|  5609k|     0 |   0.0 |1608M|3097 |   - |3822 | 665 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
1328.76/1328.75	c  1223s|  5640k|  5619k|     0 |   0.0 |1611M|3097 |   - |3822 | 663 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
1331.15/1331.19	c  1226s|  5650k|  5629k|     0 |   0.0 |1613M|3097 |   - |3822 | 676 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
1333.75/1333.72	c  1228s|  5660k|  5639k|     0 |   0.0 |1616M|3097 |   - |3822 | 670 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
1336.26/1336.22	c  1230s|  5670k|  5648k|     0 |   0.0 |1619M|3097 |   - |3822 | 657 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
1338.66/1338.65	c  1233s|  5680k|  5658k|     0 |   0.0 |1621M|3097 |   - |3822 | 630 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
1341.15/1341.13	c  1235s|  5690k|  5668k|     0 |   0.0 |1624M|3097 |   - |3822 | 631 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
1343.55/1343.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1343.55/1343.51	c  1237s|  5700k|  5678k|     0 |   0.0 |1627M|3097 |   - |3822 | 618 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
1346.15/1346.11	c  1240s|  5710k|  5688k|     0 |   0.0 |1629M|3097 |   - |3822 | 640 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
1348.56/1348.51	c  1242s|  5720k|  5698k|     0 |   0.0 |1632M|3097 |   - |3822 | 628 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
1350.96/1350.99	c  1244s|  5730k|  5708k|     0 |   0.0 |1635M|3097 |   - |3822 | 642 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
1353.56/1353.51	c  1246s|  5740k|  5718k|     0 |   0.0 |1637M|3097 |   - |3822 | 645 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
1355.95/1355.95	c  1249s|  5750k|  5728k|     0 |   0.0 |1640M|3097 |   - |3822 | 651 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
1358.46/1358.44	c  1251s|  5760k|  5738k|     0 |   0.0 |1643M|3097 |   - |3822 | 649 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
1360.86/1360.83	c  1253s|  5770k|  5748k|     0 |   0.0 |1645M|3097 |   - |3822 | 631 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
1363.36/1363.37	c  1255s|  5780k|  5758k|     0 |   0.0 |1648M|3097 |   - |3822 | 619 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
1365.86/1365.80	c  1258s|  5790k|  5768k|     0 |   0.0 |1651M|3097 |   - |3822 | 656 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
1368.36/1368.36	c  1260s|  5800k|  5778k|     0 |   0.0 |1653M|3097 |   - |3822 | 623 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
1370.76/1370.78	c  1262s|  5810k|  5788k|     0 |   0.0 |1656M|3097 |   - |3822 | 615 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
1373.36/1373.32	c  1265s|  5820k|  5798k|     0 |   0.0 |1659M|3097 |   - |3822 | 628 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
1375.76/1375.76	c  1267s|  5830k|  5808k|     0 |   0.0 |1662M|3097 |   - |3822 | 631 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
1378.26/1378.28	c  1269s|  5840k|  5818k|     0 |   0.0 |1664M|3097 |   - |3822 | 620 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
1380.66/1380.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1380.66/1380.69	c  1271s|  5850k|  5828k|     0 |   0.0 |1667M|3097 |   - |3822 | 645 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
1383.26/1383.27	c  1274s|  5860k|  5838k|     0 |   0.0 |1670M|3097 |   - |3822 | 653 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
1385.76/1385.73	c  1276s|  5870k|  5848k|     0 |   0.0 |1672M|3097 |   - |3822 | 647 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
1388.27/1388.24	c  1278s|  5880k|  5858k|     0 |   0.0 |1675M|3097 |   - |3822 | 681 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
1390.76/1390.71	c  1281s|  5890k|  5868k|     0 |   0.0 |1678M|3097 |   - |3822 | 681 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
1393.26/1393.20	c  1283s|  5900k|  5878k|     0 |   0.0 |1680M|3097 |   - |3822 | 671 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
1395.65/1395.61	c  1285s|  5910k|  5888k|     0 |   0.0 |1683M|3097 |   - |3822 | 669 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
1398.16/1398.10	c  1288s|  5920k|  5898k|     0 |   0.0 |1686M|3097 |   - |3822 | 651 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
1400.56/1400.51	c  1290s|  5930k|  5908k|     0 |   0.0 |1688M|3097 |   - |3822 | 710 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
1403.05/1403.03	c  1292s|  5940k|  5918k|     0 |   0.0 |1691M|3097 |   - |3822 | 692 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
1405.46/1405.47	c  1294s|  5950k|  5928k|     0 |   0.0 |1694M|3097 |   - |3822 | 695 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
1407.96/1407.98	c  1297s|  5960k|  5938k|     0 |   0.0 |1696M|3097 |   - |3822 | 698 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
1410.46/1410.46	c  1299s|  5970k|  5948k|     0 |   0.0 |1699M|3097 |   - |3822 | 674 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
1412.96/1412.93	c  1301s|  5980k|  5958k|     0 |   0.0 |1702M|3097 |   - |3822 | 685 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
1415.46/1415.43	c  1304s|  5990k|  5968k|     0 |   0.0 |1704M|3097 |   - |3822 | 703 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
1417.87/1417.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1417.87/1417.87	c  1306s|  6000k|  5978k|     0 |   0.0 |1707M|3097 |   - |3822 | 703 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
1420.26/1420.24	c  1308s|  6010k|  5988k|     0 |   0.0 |1710M|3097 |   - |3822 | 709 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
1422.76/1422.76	c  1310s|  6020k|  5998k|     0 |   0.0 |1712M|3097 |   - |3822 | 697 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
1425.16/1425.16	c  1313s|  6030k|  6008k|     0 |   0.0 |1715M|3097 |   - |3822 | 694 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
1427.77/1427.74	c  1315s|  6040k|  6018k|     0 |   0.0 |1718M|3097 |   - |3822 | 711 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
1430.16/1430.13	c  1317s|  6050k|  6028k|     0 |   0.0 |1720M|3097 |   - |3822 | 714 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
1432.66/1432.67	c  1319s|  6060k|  6038k|     0 |   0.0 |1723M|3097 |   - |3822 | 727 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
1435.06/1435.04	c  1322s|  6070k|  6048k|     0 |   0.0 |1726M|3097 |   - |3822 | 711 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
1437.66/1437.64	c  1324s|  6080k|  6058k|     0 |   0.0 |1728M|3097 |   - |3822 | 739 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
1440.06/1440.07	c  1326s|  6090k|  6068k|     0 |   0.0 |1731M|3097 |   - |3822 | 733 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
1442.56/1442.55	c  1329s|  6100k|  6078k|     0 |   0.0 |1734M|3097 |   - |3822 | 760 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
1445.06/1445.04	c  1331s|  6110k|  6088k|     0 |   0.0 |1736M|3097 |   - |3822 | 747 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
1447.46/1447.50	c  1333s|  6120k|  6098k|     0 |   0.0 |1739M|3097 |   - |3822 | 741 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
1449.96/1449.99	c  1335s|  6130k|  6108k|     0 |   0.0 |1742M|3097 |   - |3822 | 745 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
1452.56/1452.51	c  1338s|  6140k|  6118k|     0 |   0.0 |1744M|3097 |   - |3822 | 745 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
1455.06/1455.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1455.06/1455.03	c  1340s|  6150k|  6127k|     0 |   0.0 |1747M|3097 |   - |3822 | 746 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
1457.57/1457.54	c  1342s|  6160k|  6137k|     0 |   0.0 |1750M|3097 |   - |3822 | 749 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
1460.06/1460.03	c  1345s|  6170k|  6147k|     0 |   0.0 |1752M|3097 |   - |3822 | 751 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
1462.56/1462.54	c  1347s|  6180k|  6157k|     0 |   0.0 |1755M|3097 |   - |3822 | 794 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
1465.06/1465.08	c  1349s|  6190k|  6167k|     0 |   0.0 |1758M|3097 |   - |3822 | 791 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
1467.56/1467.54	c  1352s|  6200k|  6177k|     0 |   0.0 |1760M|3097 |   - |3822 | 784 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
1469.96/1469.98	c  1354s|  6210k|  6187k|     0 |   0.0 |1763M|3097 |   - |3822 | 791 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
1472.46/1472.47	c  1356s|  6220k|  6197k|     0 |   0.0 |1766M|3097 |   - |3822 | 776 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
1475.06/1475.00	c  1359s|  6230k|  6207k|     0 |   0.0 |1768M|3097 |   - |3822 | 783 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
1477.37/1477.38	c  1361s|  6240k|  6217k|     0 |   0.0 |1771M|3097 |   - |3822 | 764 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
1479.96/1479.92	c  1363s|  6250k|  6227k|     0 |   0.0 |1774M|3097 |   - |3822 | 791 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
1482.36/1482.39	c  1366s|  6260k|  6237k|     0 |   0.0 |1776M|3097 |   - |3822 | 781 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
1484.97/1484.93	c  1368s|  6270k|  6247k|     0 |   0.0 |1779M|3097 |   - |3822 | 760 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
1487.36/1487.37	c  1370s|  6280k|  6257k|     0 |   0.0 |1782M|3097 |   - |3822 | 777 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
1489.87/1489.87	c  1372s|  6290k|  6267k|     0 |   0.0 |1784M|3097 |   - |3822 | 780 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
1492.27/1492.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1492.27/1492.25	c  1375s|  6300k|  6277k|     0 |   0.0 |1787M|3097 |   - |3822 | 754 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
1494.76/1494.80	c  1377s|  6310k|  6287k|     0 |   0.0 |1790M|3097 |   - |3822 | 759 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
1497.07/1497.09	c  1379s|  6320k|  6297k|     0 |   0.0 |1792M|3097 |   - |3822 | 739 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
1499.66/1499.65	c  1381s|  6330k|  6307k|     0 |   0.0 |1795M|3097 |   - |3822 | 771 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
1502.07/1502.09	c  1384s|  6340k|  6317k|     0 |   0.0 |1798M|3097 |   - |3822 | 759 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
1504.67/1504.61	c  1386s|  6350k|  6327k|     0 |   0.0 |1800M|3097 |   - |3822 | 746 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
1507.07/1507.02	c  1388s|  6360k|  6337k|     0 |   0.0 |1803M|3097 |   - |3822 | 739 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
1509.46/1509.46	c  1391s|  6370k|  6347k|     0 |   0.0 |1806M|3097 |   - |3822 | 748 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
1511.96/1511.93	c  1393s|  6380k|  6357k|     0 |   0.0 |1808M|3097 |   - |3822 | 733 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
1514.46/1514.42	c  1395s|  6390k|  6367k|     0 |   0.0 |1811M|3097 |   - |3822 | 789 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
1516.96/1516.96	c  1397s|  6400k|  6377k|     0 |   0.0 |1814M|3097 |   - |3822 | 761 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
1519.47/1519.40	c  1400s|  6410k|  6387k|     0 |   0.0 |1816M|3097 |   - |3822 | 747 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
1521.87/1521.88	c  1402s|  6420k|  6397k|     0 |   0.0 |1819M|3097 |   - |3822 | 744 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
1524.47/1524.42	c  1404s|  6430k|  6407k|     0 |   0.0 |1822M|3097 |   - |3822 | 749 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
1526.87/1526.88	c  1407s|  6440k|  6417k|     0 |   0.0 |1824M|3097 |   - |3822 | 738 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
1529.46/1529.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1529.46/1529.41	c  1409s|  6450k|  6427k|     0 |   0.0 |1827M|3097 |   - |3822 | 759 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
1531.86/1531.86	c  1411s|  6460k|  6437k|     0 |   0.0 |1830M|3097 |   - |3822 | 733 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
1534.48/1534.41	c  1414s|  6470k|  6447k|     0 |   0.0 |1833M|3097 |   - |3822 | 732 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
1536.87/1536.88	c  1416s|  6480k|  6457k|     0 |   0.0 |1835M|3097 |   - |3822 | 723 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
1539.47/1539.46	c  1418s|  6490k|  6467k|     0 |   0.0 |1838M|3097 |   - |3822 | 705 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
1541.87/1541.86	c  1420s|  6500k|  6477k|     0 |   0.0 |1841M|3097 |   - |3822 | 714 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
1544.47/1544.47	c  1423s|  6510k|  6487k|     0 |   0.0 |1843M|3097 |   - |3822 | 719 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
1546.87/1546.84	c  1425s|  6520k|  6497k|     0 |   0.0 |1846M|3097 |   - |3822 | 709 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
1549.47/1549.43	c  1428s|  6530k|  6507k|     0 |   0.0 |1849M|3097 |   - |3822 | 735 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
1551.76/1551.79	c  1430s|  6540k|  6517k|     0 |   0.0 |1851M|3097 |   - |3822 | 731 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
1554.37/1554.33	c  1432s|  6550k|  6527k|     0 |   0.0 |1854M|3097 |   - |3822 | 747 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
1556.67/1556.68	c  1434s|  6560k|  6537k|     0 |   0.0 |1857M|3097 |   - |3822 | 726 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
1559.27/1559.24	c  1437s|  6570k|  6547k|     0 |   0.0 |1859M|3097 |   - |3822 | 701 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
1561.76/1561.71	c  1439s|  6580k|  6557k|     0 |   0.0 |1862M|3097 |   - |3822 | 724 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
1564.27/1564.26	c  1441s|  6590k|  6567k|     0 |   0.0 |1865M|3097 |   - |3822 | 723 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
1566.67/1566.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1566.67/1566.68	c  1443s|  6600k|  6577k|     0 |   0.0 |1867M|3097 |   - |3822 | 736 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
1569.27/1569.21	c  1446s|  6610k|  6587k|     0 |   0.0 |1870M|3097 |   - |3822 | 737 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
1571.66/1571.62	c  1448s|  6620k|  6596k|     0 |   0.0 |1873M|3097 |   - |3822 | 735 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
1574.17/1574.16	c  1450s|  6630k|  6606k|     0 |   0.0 |1875M|3097 |   - |3822 | 743 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
1576.67/1576.65	c  1453s|  6640k|  6616k|     0 |   0.0 |1878M|3097 |   - |3822 | 748 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
1579.17/1579.18	c  1455s|  6650k|  6626k|     0 |   0.0 |1881M|3097 |   - |3822 | 736 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
1581.67/1581.60	c  1457s|  6660k|  6636k|     0 |   0.0 |1883M|3097 |   - |3822 | 744 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
1584.27/1584.20	c  1460s|  6670k|  6646k|     0 |   0.0 |1886M|3097 |   - |3822 | 722 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
1586.77/1586.72	c  1462s|  6680k|  6656k|     0 |   0.0 |1889M|3097 |   - |3822 | 754 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
1589.26/1589.21	c  1464s|  6690k|  6666k|     0 |   0.0 |1891M|3097 |   - |3822 | 708 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
1591.67/1591.62	c  1467s|  6700k|  6676k|     0 |   0.0 |1894M|3097 |   - |3822 | 743 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
1594.07/1594.09	c  1469s|  6710k|  6686k|     0 |   0.0 |1897M|3097 |   - |3822 | 702 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
1596.47/1596.41	c  1471s|  6720k|  6696k|     0 |   0.0 |1899M|3097 |   - |3822 | 700 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
1598.97/1598.96	c  1473s|  6730k|  6706k|     0 |   0.0 |1902M|3097 |   - |3822 | 706 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
1601.37/1601.36	c  1476s|  6740k|  6716k|     0 |   0.0 |1905M|3097 |   - |3822 | 703 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
1603.97/1603.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1603.97/1603.92	c  1478s|  6750k|  6726k|     0 |   0.0 |1907M|3097 |   - |3822 | 711 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
1606.36/1606.35	c  1480s|  6760k|  6736k|     0 |   0.0 |1910M|3097 |   - |3822 | 699 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
1608.77/1608.74	c  1482s|  6770k|  6746k|     0 |   0.0 |1913M|3097 |   - |3822 | 688 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
1611.27/1611.22	c  1485s|  6780k|  6756k|     0 |   0.0 |1915M|3097 |   - |3822 | 731 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
1613.68/1613.63	c  1487s|  6790k|  6766k|     0 |   0.0 |1918M|3097 |   - |3822 | 741 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
1616.17/1616.15	c  1489s|  6800k|  6776k|     0 |   0.0 |1921M|3097 |   - |3822 | 730 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
1618.57/1618.59	c  1491s|  6810k|  6786k|     0 |   0.0 |1923M|3097 |   - |3822 | 751 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
1621.17/1621.13	c  1494s|  6820k|  6796k|     0 |   0.0 |1926M|3097 |   - |3822 | 733 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
1623.58/1623.60	c  1496s|  6830k|  6806k|     0 |   0.0 |1929M|3097 |   - |3822 | 724 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
1626.16/1626.14	c  1498s|  6840k|  6816k|     0 |   0.0 |1931M|3097 |   - |3822 | 724 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
1628.67/1628.64	c  1501s|  6850k|  6826k|     0 |   0.0 |1934M|3097 |   - |3822 | 690 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
1631.27/1631.22	c  1503s|  6860k|  6836k|     0 |   0.0 |1937M|3097 |   - |3822 | 707 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
1633.67/1633.64	c  1505s|  6870k|  6846k|     0 |   0.0 |1939M|3097 |   - |3822 | 701 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
1636.27/1636.20	c  1508s|  6880k|  6856k|     0 |   0.0 |1942M|3097 |   - |3822 | 706 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
1638.57/1638.57	c  1510s|  6890k|  6866k|     0 |   0.0 |1945M|3097 |   - |3822 | 702 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
1641.07/1641.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1641.07/1641.09	c  1512s|  6900k|  6876k|     0 |   0.0 |1947M|3097 |   - |3822 | 679 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
1643.57/1643.53	c  1515s|  6910k|  6886k|     0 |   0.0 |1950M|3097 |   - |3822 | 673 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
1646.07/1646.01	c  1517s|  6920k|  6896k|     0 |   0.0 |1953M|3097 |   - |3822 | 668 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
1648.57/1648.53	c  1519s|  6930k|  6906k|     0 |   0.0 |1955M|3097 |   - |3822 | 662 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
1651.08/1651.03	c  1522s|  6940k|  6916k|     0 |   0.0 |1958M|3097 |   - |3822 | 678 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
1653.57/1653.54	c  1524s|  6950k|  6926k|     0 |   0.0 |1961M|3097 |   - |3822 | 666 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
1656.07/1656.06	c  1526s|  6960k|  6936k|     0 |   0.0 |1963M|3097 |   - |3822 | 676 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
1658.67/1658.65	c  1529s|  6970k|  6946k|     0 |   0.0 |1966M|3097 |   - |3822 | 703 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
1661.27/1661.28	c  1531s|  6980k|  6956k|     0 |   0.0 |1969M|3097 |   - |3822 | 716 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
1663.67/1663.64	c  1533s|  6990k|  6966k|     0 |   0.0 |1971M|3097 |   - |3822 | 678 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
1666.27/1666.23	c  1536s|  7000k|  6976k|     0 |   0.0 |1974M|3097 |   - |3822 | 712 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
1668.68/1668.69	c  1538s|  7010k|  6986k|     0 |   0.0 |1977M|3097 |   - |3822 | 690 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
1671.27/1671.25	c  1540s|  7020k|  6996k|     0 |   0.0 |1979M|3097 |   - |3822 | 678 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
1673.67/1673.64	c  1542s|  7030k|  7006k|     0 |   0.0 |1982M|3097 |   - |3822 | 690 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
1676.28/1676.24	c  1545s|  7040k|  7016k|     0 |   0.0 |1985M|3097 |   - |3822 | 693 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
1678.77/1678.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1678.77/1678.72	c  1547s|  7050k|  7026k|     0 |   0.0 |1987M|3097 |   - |3822 | 689 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
1681.27/1681.26	c  1550s|  7060k|  7036k|     0 |   0.0 |1990M|3097 |   - |3822 | 656 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
1683.68/1683.67	c  1552s|  7070k|  7046k|     0 |   0.0 |1993M|3097 |   - |3822 | 647 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
1686.17/1686.18	c  1554s|  7080k|  7056k|     0 |   0.0 |1995M|3097 |   - |3822 | 674 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
1688.77/1688.72	c  1556s|  7090k|  7065k|     0 |   0.0 |1998M|3097 |   - |3822 | 665 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
1691.27/1691.24	c  1559s|  7100k|  7075k|     0 |   0.0 |2001M|3097 |   - |3822 | 660 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
1693.67/1693.62	c  1561s|  7110k|  7085k|     0 |   0.0 |2003M|3097 |   - |3822 | 670 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
1696.28/1696.25	c  1563s|  7120k|  7095k|     0 |   0.0 |2006M|3097 |   - |3822 | 704 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
1698.78/1698.71	c  1566s|  7130k|  7105k|     0 |   0.0 |2009M|3097 |   - |3822 | 700 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
1701.17/1701.17	c  1568s|  7140k|  7115k|     0 |   0.0 |2011M|3097 |   - |3822 | 677 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
1703.77/1703.71	c  1570s|  7150k|  7125k|     0 |   0.0 |2014M|3097 |   - |3822 | 688 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
1706.18/1706.17	c  1573s|  7160k|  7135k|     0 |   0.0 |2017M|3097 |   - |3822 | 662 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
1708.77/1708.72	c  1575s|  7170k|  7145k|     0 |   0.0 |2019M|3097 |   - |3822 | 671 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
1711.07/1711.05	c  1577s|  7180k|  7155k|     0 |   0.0 |2022M|3097 |   - |3822 | 681 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
1713.57/1713.58	c  1579s|  7190k|  7165k|     0 |   0.0 |2025M|3097 |   - |3822 | 668 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
1715.98/1715.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1715.98/1715.96	c  1582s|  7200k|  7175k|     0 |   0.0 |2027M|3097 |   - |3822 | 670 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
1718.57/1718.51	c  1584s|  7210k|  7185k|     0 |   0.0 |2030M|3097 |   - |3822 | 650 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
1720.87/1720.87	c  1586s|  7220k|  7195k|     0 |   0.0 |2033M|3097 |   - |3822 | 640 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
1723.48/1723.42	c  1589s|  7230k|  7205k|     0 |   0.0 |2035M|3097 |   - |3822 | 685 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
1725.77/1725.79	c  1591s|  7240k|  7215k|     0 |   0.0 |2038M|3097 |   - |3822 | 681 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
1728.38/1728.39	c  1593s|  7250k|  7225k|     0 |   0.0 |2041M|3097 |   - |3822 | 679 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
1730.87/1730.84	c  1595s|  7260k|  7235k|     0 |   0.0 |2043M|3097 |   - |3822 | 674 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
1733.37/1733.33	c  1598s|  7270k|  7245k|     0 |   0.0 |2046M|3111 |   - |3822 | 681 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
1735.88/1735.82	c  1600s|  7280k|  7255k|     0 |   0.0 |2049M|3111 |   - |3822 | 684 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
1738.18/1738.19	c  1602s|  7290k|  7265k|     0 |   0.0 |2051M|3111 |   - |3822 | 693 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
1740.78/1740.79	c  1604s|  7300k|  7275k|     0 |   0.0 |2054M|3111 |   - |3822 | 704 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
1743.18/1743.19	c  1607s|  7310k|  7285k|     0 |   0.0 |2057M|3111 |   - |3822 | 696 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
1745.68/1745.65	c  1609s|  7320k|  7295k|     0 |   0.0 |2059M|3111 |   - |3822 | 691 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
1748.17/1748.13	c  1611s|  7330k|  7305k|     0 |   0.0 |2062M|3111 |   - |3822 | 727 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
1750.67/1750.63	c  1614s|  7340k|  7315k|     0 |   0.0 |2065M|3111 |   - |3822 | 743 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
1753.08/1753.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1753.08/1753.07	c  1616s|  7350k|  7325k|     0 |   0.0 |2067M|3111 |   - |3822 | 702 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
1755.48/1755.49	c  1618s|  7360k|  7335k|     0 |   0.0 |2070M|3111 |   - |3822 | 697 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
1758.07/1758.05	c  1620s|  7370k|  7345k|     0 |   0.0 |2073M|3111 |   - |3822 | 710 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
1760.48/1760.42	c  1623s|  7380k|  7355k|     0 |   0.0 |2075M|3111 |   - |3822 | 683 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
1762.88/1762.89	c  1625s|  7390k|  7365k|     0 |   0.0 |2078M|3111 |   - |3822 | 701 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
1765.28/1765.26	c  1627s|  7400k|  7375k|     0 |   0.0 |2081M|3111 |   - |3822 | 694 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
1767.79/1767.79	c  1629s|  7410k|  7385k|     0 |   0.0 |2083M|3111 |   - |3822 | 729 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
1770.28/1770.22	c  1632s|  7420k|  7395k|     0 |   0.0 |2086M|3111 |   - |3822 | 716 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
1772.78/1772.73	c  1634s|  7430k|  7405k|     0 |   0.0 |2089M|3111 |   - |3822 | 739 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
1775.18/1775.15	c  1636s|  7440k|  7415k|     0 |   0.0 |2091M|3111 |   - |3822 | 738 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
1777.68/1777.66	c  1639s|  7450k|  7425k|     0 |   0.0 |2094M|3111 |   - |3822 | 742 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
1780.08/1780.06	c  1641s|  7460k|  7435k|     0 |   0.0 |2097M|3111 |   - |3822 | 710 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
1782.58/1782.57	c  1643s|  7470k|  7445k|     0 |   0.0 |2099M|3111 |   - |3822 | 716 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
1784.97/1784.99	c  1645s|  7480k|  7455k|     0 |   0.0 |2102M|3111 |   - |3822 | 703 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
1787.49/1787.49	c  1648s|  7490k|  7465k|     0 |   0.0 |2105M|3111 |   - |3822 | 710 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
1789.88/1789.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1789.88/1789.86	c  1650s|  7500k|  7475k|     0 |   0.0 |2107M|3111 |   - |3822 | 710 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
1792.37/1792.36	c  1652s|  7510k|  7485k|     0 |   0.0 |2110M|3111 |   - |3822 | 720 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
1794.88/1794.82	c  1654s|  7520k|  7495k|     0 |   0.0 |2113M|3111 |   - |3822 | 749 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
1797.38/1797.39	c  1657s|  7530k|  7505k|     0 |   0.0 |2115M|3111 |   - |3822 | 738 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
1799.78/1799.79	c  1659s|  7540k|  7515k|     0 |   0.0 |2118M|3111 |   - |3822 | 723 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
1800.08/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.08/1800.00	c 
1800.08/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.00	c Solving Time (sec) : 1659.24
1800.08/1800.00	c Solving Nodes      : 7540840
1800.08/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.08/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.08/1800.00	c Gap                : infinite
1800.08/1800.00	s UNKNOWN
1800.08/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.00	c Solving Time       :    1659.24
1800.08/1800.00	c Original Problem   :
1800.08/1800.00	c   Problem name     : HOME/instance-2693781-1277892571.wbo
1800.08/1800.00	c   Variables        : 3822 (3741 binary, 0 integer, 0 implicit integer, 81 continuous)
1800.08/1800.00	c   Constraints      : 203 initial, 203 maximal
1800.08/1800.00	c Presolved Problem  :
1800.08/1800.00	c   Problem name     : t_HOME/instance-2693781-1277892571.wbo
1800.08/1800.00	c   Variables        : 3822 (3741 binary, 0 integer, 0 implicit integer, 81 continuous)
1800.08/1800.00	c   Constraints      : 202 initial, 1605 maximal
1800.08/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.08/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.00	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.08/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.00	c   linear           :       0.00          0          0          0         81          0          1          0          0
1800.08/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.08/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.08/1800.00	c   indicator        :         81          0       6252          0       5962          0        136          0          0          0
1800.08/1800.00	c   setppc           :         21          0    7749793          0    7451390       6377    2961302          0          0          0
1800.08/1800.00	c   linear           :         81          0    7839680          0    7528948       5638    1294154          0          0          0
1800.08/1800.00	c   logicor          :         19+         0     683094          0    7528699       1026      92973          0          0          0
1800.08/1800.00	c   countsols        :          0          0          0          0    7528948          0          0          0          0          0
1800.08/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.00	c   indicator        :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.00	c   setppc           :     138.19       0.00      24.87       0.00     113.32
1800.08/1800.00	c   linear           :      85.73       0.00      85.65       0.00       0.08
1800.08/1800.00	c   logicor          :      94.89       0.00      10.49       0.00      84.40
1800.08/1800.00	c   countsols        :       0.01       0.00       0.00       0.00       0.01
1800.08/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.00	c   vbounds          :       0.00          2          0          0
1800.08/1800.00	c   rootredcost      :       0.00          0          0          0
1800.08/1800.00	c   pseudoobj        :      14.35    7845867          0          0
1800.08/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.00	c   propagation      :      87.47      13041      13041     292689      598.9     247561       54.8          -
1800.08/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.08/1800.00	c   applied globally :          -          -          -     127250       64.0          -          -          -
1800.08/1800.00	c   applied locally  :          -          -          -        236      475.0          -          -          -
1800.08/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.08/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.08/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.08/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.08/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.08/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.08/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.08/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.08/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.08/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.08/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.08/1800.00	c Pricers            :       Time      Calls       Vars
1800.08/1800.00	c   problem variables:       0.00          0          0
1800.08/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.08/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.00	c   inference        :    1272.67    7528948          0          0          0          0   15057896
1800.08/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.00	c   LP solutions     :       0.00          -          0
1800.08/1800.00	c   pseudo solutions :       0.00          -          0
1800.08/1800.00	c   oneopt           :       0.00          0          0
1800.08/1800.00	c   trivial          :       0.01          2          0
1800.08/1800.00	c   simplerounding   :       0.00          0          0
1800.08/1800.00	c   zirounding       :       0.00          0          0
1800.08/1800.00	c   rounding         :       0.00          0          0
1800.08/1800.00	c   shifting         :       0.00          0          0
1800.08/1800.00	c   intshifting      :       0.00          0          0
1800.08/1800.00	c   twoopt           :       0.00          0          0
1800.08/1800.00	c   fixandinfer      :       0.00          0          0
1800.08/1800.00	c   feaspump         :       0.00          0          0
1800.08/1800.00	c   coefdiving       :       0.00          0          0
1800.08/1800.00	c   pscostdiving     :       0.00          0          0
1800.08/1800.00	c   fracdiving       :       0.00          0          0
1800.08/1800.00	c   veclendiving     :       0.00          0          0
1800.08/1800.00	c   intdiving        :       0.00          0          0
1800.08/1800.00	c   actconsdiving    :       0.00          0          0
1800.08/1800.00	c   objpscostdiving  :       0.00          0          0
1800.08/1800.00	c   rootsoldiving    :       0.00          0          0
1800.08/1800.00	c   linesearchdiving :       0.00          0          0
1800.08/1800.00	c   guideddiving     :       0.00          0          0
1800.08/1800.00	c   octane           :       0.00          0          0
1800.08/1800.00	c   rens             :       0.00          0          0
1800.08/1800.00	c   rins             :       0.00          0          0
1800.08/1800.00	c   localbranching   :       0.00          0          0
1800.08/1800.00	c   mutation         :       0.00          0          0
1800.08/1800.00	c   crossover        :       0.00          0          0
1800.08/1800.00	c   dins             :       0.00          0          0
1800.08/1800.00	c   undercover       :       0.00          0          0
1800.08/1800.00	c   nlp              :       0.00          0          0
1800.08/1800.00	c   trysol           :       0.00          1          0
1800.08/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.08/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.08/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.08/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.08/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.08/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.08/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.00	c B&B Tree           :
1800.08/1800.00	c   number of runs   :          1
1800.08/1800.00	c   nodes            :    7540840
1800.08/1800.00	c   nodes (total)    :    7540840
1800.08/1800.00	c   nodes left       :    7515885
1800.08/1800.00	c   max depth        :       3111
1800.08/1800.00	c   max depth (total):       3111
1800.08/1800.00	c   backtracks       :       5125 (0.1%)
1800.08/1800.00	c   delayed cutoffs  :       1172
1800.08/1800.00	c   repropagations   :      10816 (150645 domain reductions, 1149 cutoffs)
1800.08/1800.00	c   avg switch length:       2.24
1800.08/1800.00	c   switching time   :      25.93
1800.08/1800.00	c Solution           :
1800.08/1800.00	c   Solutions found  :          0 (0 improvements)
1800.08/1800.00	c   Primal Bound     :          -
1800.08/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.08/1800.00	c   Gap              :   infinite
1800.08/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.08/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-2693781-1277892571/watcher-2693781-1277892571 -o /tmp/evaluation-result-2693781-1277892571/solver-2693781-1277892571 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693781-1277892571.wbo -t 1800 -m 3800 

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


[startup+0 s]
/proc/loadavg: 2.16 2.03 2.06 4/178 12851
/proc/meminfo: memFree=29187660/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=8540 CPUtime=0
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 1615 0 0 0 0 0 0 0 21 0 1 0 130552007 8744960 1538 4089446400 4194304 7136930 140734024997264 18446744073709551615 6331534 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12851/statm: 2135 1538 275 719 0 1414 0

[startup+0.029835 s]
/proc/loadavg: 2.16 2.03 2.06 4/178 12851
/proc/meminfo: memFree=29187660/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=19852 CPUtime=0.02
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 5105 0 0 0 2 0 0 0 21 0 1 0 130552007 20328448 4160 4089446400 4194304 7136930 140734024997264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 5220 4226 357 719 0 4499 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 19852

[startup+0.100824 s]
/proc/loadavg: 2.16 2.03 2.06 4/178 12851
/proc/meminfo: memFree=29187660/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=21968 CPUtime=0.09
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 6468 0 0 0 8 1 0 0 21 0 1 0 130552007 22495232 4752 4089446400 4194304 7136930 140734024997264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 5492 4752 390 719 0 4771 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21968

[startup+0.300785 s]
/proc/loadavg: 2.16 2.03 2.06 4/178 12851
/proc/meminfo: memFree=29187660/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=22644 CPUtime=0.29
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 6621 0 0 0 27 2 0 0 21 0 1 0 130552007 23187456 4905 4089446400 4194304 7136930 140734024997264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 5661 4905 390 719 0 4940 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22644

[startup+0.700704 s]
/proc/loadavg: 2.16 2.03 2.06 4/178 12851
/proc/meminfo: memFree=29187660/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=23292 CPUtime=0.69
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 6802 0 0 0 62 7 0 0 22 0 1 0 130552007 23851008 5086 4089446400 4194304 7136930 140734024997264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 5823 5086 390 719 0 5102 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23292

[startup+1.50055 s]
/proc/loadavg: 2.16 2.03 2.06 3/179 12852
/proc/meminfo: memFree=29167784/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=25108 CPUtime=1.49
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 7290 0 0 0 135 14 0 0 25 0 1 0 130552007 25710592 5574 4089446400 4194304 7136930 140734024997264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 6277 5574 394 719 0 5556 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25108

[startup+3.10022 s]
/proc/loadavg: 2.16 2.03 2.06 3/179 12852
/proc/meminfo: memFree=29164312/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=29404 CPUtime=3.09
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 8378 0 0 0 281 28 0 0 25 0 1 0 130552007 30109696 6662 4089446400 4194304 7136930 140734024997264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 7351 6662 394 719 0 6630 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29404

[startup+6.30058 s]
/proc/loadavg: 2.15 2.03 2.06 3/179 12852
/proc/meminfo: memFree=29154268/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=33504 CPUtime=6.29
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 9467 0 0 0 573 56 0 0 25 0 1 0 130552007 34308096 7751 4089446400 4194304 7136930 140734024997264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 8376 7751 394 719 0 7655 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33504

[startup+12.7003 s]
/proc/loadavg: 2.13 2.03 2.06 3/179 12852
/proc/meminfo: memFree=29139768/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=41388 CPUtime=12.69
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 11532 0 0 0 1165 104 0 0 25 0 1 0 130552007 42381312 9816 4089446400 4194304 7136930 140734024997264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 10347 9816 394 719 0 9626 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41388

[startup+25.5007 s]
/proc/loadavg: 2.10 2.03 2.06 3/179 12852
/proc/meminfo: memFree=29102544/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=61496 CPUtime=25.49
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 16213 0 0 0 2349 200 0 0 25 0 1 0 130552007 62971904 14497 4089446400 4194304 7136930 140734024997264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 15374 14497 394 719 0 14653 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61496

[startup+51.1006 s]
/proc/loadavg: 2.07 2.03 2.06 3/179 12853
/proc/meminfo: memFree=29033076/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=96564 CPUtime=51.09
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 24343 0 0 0 4722 387 0 0 25 0 1 0 130552007 98881536 22627 4089446400 4194304 7136930 140734024997264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 24141 22627 394 719 0 23420 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 96564

[startup+102.306 s]
/proc/loadavg: 2.10 2.04 2.06 3/179 12854
/proc/meminfo: memFree=28897880/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=156584 CPUtime=102.3
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 40055 0 0 0 9460 770 0 0 25 0 1 0 130552007 160342016 38339 4089446400 4194304 7136930 140734024997264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 39146 38339 394 719 0 38425 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 156584

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/179 12856
/proc/meminfo: memFree=28734532/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=236276 CPUtime=162.3
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 58853 0 0 0 14992 1238 0 0 25 0 1 0 130552007 241946624 57137 4089446400 4194304 7136930 140734024997264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 59069 57137 394 719 0 58348 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 236276

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/179 12858
/proc/meminfo: memFree=28568940/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=315356 CPUtime=222.3
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 79598 0 0 0 20496 1734 0 0 25 0 1 0 130552007 322924544 77882 4089446400 4194304 7136930 140734024997264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 78839 77882 394 719 0 78118 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 315356

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/179 12860
/proc/meminfo: memFree=28408164/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=412812 CPUtime=282.31
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 100945 0 0 0 25963 2268 0 0 25 0 1 0 130552007 422719488 99229 4089446400 4194304 7136930 140734024997264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 103203 99229 394 719 0 102482 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 412812

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/179 12861
/proc/meminfo: memFree=28237488/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=505440 CPUtime=342.31
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 125221 0 0 0 31389 2842 0 0 25 0 1 0 130552007 517570560 123505 4089446400 4194304 7136930 140734024997264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 126360 123505 394 719 0 125639 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 505440

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 12862
/proc/meminfo: memFree=28061596/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=606156 CPUtime=402.31
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 151440 0 0 0 36787 3444 0 0 25 0 1 0 130552007 620703744 149724 4089446400 4194304 7136930 140734024997264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 151539 149724 394 719 0 150818 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 606156

[startup+462.3 s]
/proc/loadavg: 1.96 1.99 2.02 3/179 12919
/proc/meminfo: memFree=30472000/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=734208 CPUtime=462.31
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 175833 0 0 0 42322 3909 0 0 25 0 1 0 130552007 751828992 174117 4089446400 4194304 7136930 140734024997264 18446744073709551615 5921503 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 183552 174117 394 719 0 182831 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 734208

[startup+522.3 s]
/proc/loadavg: 1.98 1.99 2.01 3/179 12921
/proc/meminfo: memFree=30198164/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=850336 CPUtime=522.32
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 205473 0 0 0 47762 4470 0 0 25 0 1 0 130552007 870744064 203757 4089446400 4194304 7136930 140734024997264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 212584 203757 394 719 0 211863 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 850336

[startup+582.3 s]
/proc/loadavg: 1.99 1.99 2.01 3/179 12923
/proc/meminfo: memFree=29975904/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=934832 CPUtime=582.31
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 227424 0 0 0 53296 4935 0 0 25 0 1 0 130552007 957267968 225708 4089446400 4194304 7136930 140734024997264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 233708 225708 394 719 0 232987 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 934832

[startup+642.3 s]
/proc/loadavg: 2.03 2.00 2.01 3/179 12924
/proc/meminfo: memFree=29779680/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=1000224 CPUtime=642.33
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 244692 0 0 0 58851 5382 0 0 25 0 1 0 130552007 1024229376 242976 4089446400 4194304 7136930 140734024997264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 250056 242976 394 719 0 249335 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 1000224

[startup+702.3 s]

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

/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 347807 0 0 0 92154 8080 0 0 25 0 1 0 130552007 1491218432 346091 4089446400 4194304 7136930 140734024997264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 364067 346091 394 719 0 363346 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 1456268

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12935
/proc/meminfo: memFree=28421016/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=1520868 CPUtime=1062.34
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 364878 0 0 0 97711 8523 0 0 25 0 1 0 130552007 1557368832 363162 4089446400 4194304 7136930 140734024997264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 380217 363162 394 719 0 379496 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 1520868

[startup+1122.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 12937
/proc/meminfo: memFree=28224160/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=1584724 CPUtime=1122.34
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 381779 0 0 0 103252 8982 0 0 25 0 1 0 130552007 1622757376 380063 4089446400 4194304 7136930 140734024997264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 396181 380063 394 719 0 395460 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 1584724

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 12939
/proc/meminfo: memFree=28028900/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=1649192 CPUtime=1182.35
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 398841 0 0 0 108811 9424 0 0 25 0 1 0 130552007 1688772608 397125 4089446400 4194304 7136930 140734024997264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 412298 397125 394 719 0 411577 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 1649192

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12940
/proc/meminfo: memFree=27831932/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=1711708 CPUtime=1242.35
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 415395 0 0 0 114358 9877 0 0 25 0 1 0 130552007 1752788992 413679 4089446400 4194304 7136930 140734024997264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 427927 413679 394 719 0 427206 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 1711708

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12941
/proc/meminfo: memFree=27638504/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=1773892 CPUtime=1302.36
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 431873 0 0 0 119909 10327 0 0 25 0 1 0 130552007 1816465408 430157 4089446400 4194304 7136930 140734024997264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 443473 430157 394 719 0 442752 0
Current children cumulated CPU time (s) 1302.36
Current children cumulated vsize (KiB) 1773892

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12946
/proc/meminfo: memFree=27447912/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=1837980 CPUtime=1362.36
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 448846 0 0 0 125441 10795 0 0 25 0 1 0 130552007 1882091520 447130 4089446400 4194304 7136930 140734024997264 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 459495 447130 394 719 0 458774 0
Current children cumulated CPU time (s) 1362.36
Current children cumulated vsize (KiB) 1837980

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12948
/proc/meminfo: memFree=27254888/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=1900716 CPUtime=1422.36
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 465478 0 0 0 130988 11248 0 0 25 0 1 0 130552007 1946333184 463762 4089446400 4194304 7136930 140734024997264 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 475179 463762 394 719 0 474458 0
Current children cumulated CPU time (s) 1422.36
Current children cumulated vsize (KiB) 1900716

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12950
/proc/meminfo: memFree=27056424/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=1967624 CPUtime=1482.36
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 483090 0 0 0 136542 11694 0 0 25 0 1 0 130552007 2014846976 481374 4089446400 4194304 7136930 140734024997264 18446744073709551615 5909042 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 491906 481374 394 719 0 491185 0
Current children cumulated CPU time (s) 1482.36
Current children cumulated vsize (KiB) 1967624

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12951
/proc/meminfo: memFree=26861168/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=2033676 CPUtime=1542.36
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 500571 0 0 0 142088 12148 0 0 25 0 1 0 130552007 2082484224 498855 4089446400 4194304 7136930 140734024997264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 508419 498855 394 719 0 507698 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 2033676

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 12952
/proc/meminfo: memFree=26665816/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=2099380 CPUtime=1602.36
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 517925 0 0 0 147642 12594 0 0 25 0 1 0 130552007 2149765120 516209 4089446400 4194304 7136930 140734024997264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 524845 516209 394 719 0 524124 0
Current children cumulated CPU time (s) 1602.36
Current children cumulated vsize (KiB) 2099380

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 12954
/proc/meminfo: memFree=26469332/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=2163540 CPUtime=1662.38
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 534886 0 0 0 153199 13039 0 0 25 0 1 0 130552007 2215464960 533170 4089446400 4194304 7136930 140734024997264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 540885 533170 394 719 0 540164 0
Current children cumulated CPU time (s) 1662.38
Current children cumulated vsize (KiB) 2163540

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 12956
/proc/meminfo: memFree=26275448/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=2225776 CPUtime=1722.38
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 551386 0 0 0 158750 13488 0 0 25 0 1 0 130552007 2279194624 549670 4089446400 4194304 7136930 140734024997264 18446744073709551615 5909091 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 556444 549670 394 719 0 555723 0
Current children cumulated CPU time (s) 1722.38
Current children cumulated vsize (KiB) 2225776

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 12958
/proc/meminfo: memFree=26076856/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=2291304 CPUtime=1782.38
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 568680 0 0 0 164290 13948 0 0 25 0 1 0 130552007 2346295296 566964 4089446400 4194304 7136930 140734024997264 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 572826 566964 394 719 0 572105 0
Current children cumulated CPU time (s) 1782.38
Current children cumulated vsize (KiB) 2291304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 12958
/proc/meminfo: memFree=26017440/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=2308784 CPUtime=1800.08
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 573362 0 0 0 165925 14083 0 0 25 0 1 0 130552007 2364194816 571646 4089446400 4194304 7136930 140734024997264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12851/statm: 577196 571646 394 719 0 576475 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 2308784

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -12851

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

[startup+1801.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 12959
/proc/meminfo: memFree=26016428/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=2307368 CPUtime=1801.47
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 573415 0 0 0 166064 14083 0 0 20 0 1 0 130552007 2362744832 571312 4089446400 4194304 7136930 140734024997264 18446744073709551615 6165624 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12851/statm: 576842 571312 399 719 0 576121 0
Current children cumulated CPU time (s) 1801.47
Current children cumulated vsize (KiB) 2307368

[startup+1801.81 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 12959
/proc/meminfo: memFree=26015436/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=2306852 CPUtime=1801.88
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 573415 0 0 0 166105 14083 0 0 20 0 1 0 130552007 2362216448 571183 4089446400 4194304 7136930 140734024997264 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12851/statm: 576713 571183 399 719 0 575992 0
Current children cumulated CPU time (s) 1801.88
Current children cumulated vsize (KiB) 2306852

[startup+1802 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 12959
/proc/meminfo: memFree=26015436/32950928 swapFree=67111528/67111528
[pid=12851] ppid=12849 vsize=2306852 CPUtime=1802.07
/proc/12851/stat : 12851 (pbscip.linux.x8) R 12849 12851 11713 0 -1 4202496 573415 0 0 0 166124 14083 0 0 21 0 1 0 130552007 2362216448 571183 4089446400 4194304 7136930 140734024997264 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12851/statm: 576713 571183 399 719 0 575992 0
Current children cumulated CPU time (s) 1802.07
Current children cumulated vsize (KiB) 2306852

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.08
CPU time (s): 1802.17
CPU user time (s): 1661.26
CPU system time (s): 140.912
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 2308784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1661.26
system time used= 140.912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 573415
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= 2
involuntary context switches= 18958

runsolver used 3.2985 second user time and 6.577 second system time

The end

Launcher Data

Begin job on node149 at 2010-06-30 12:09:31
IDJOB=2693781
IDBENCH=78714
IDSOLVER=1206
FILE ID=node149/2693781-1277892571
PBS_JOBID= 11197055
Free space on /tmp= 74208 MiB

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

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

MD5SUM BENCH= e56482878ee36dcbb361a64b1d161fc3
RANDOM SEED=1066002973

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29188312 kB
Buffers:        180864 kB
Cached:        1268760 kB
SwapCached:          0 kB
Active:        2599332 kB
Inactive:      1012724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29188312 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3148 kB
Writeback:           0 kB
AnonPages:     2163268 kB
Mapped:          14932 kB
Slab:            81796 kB
PageTables:       8324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2307732 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 node149 at 2010-06-30 12:39:33