Trace number 2693801

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 solverMSAT (TO) 1802.13 1802.08

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-65-60--soft-33-100-0.wbo
MD5SUM62825c7b78173675be8da33e26a62860
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.112982
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3900
Total number of constraints125
Number of soft constraints82
Number of constraints which are clauses65
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 constraint65
Top cost 4502
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 4501
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 66
Number of bits of the biggest sum of numbers7
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-2693801-1277893389.wbo>
0.01/0.01	c original problem has 4064 variables (3982 bin, 0 int, 0 impl, 82 cont) and 208 constraints
0.01/0.01	c problem read
0.01/0.01	c presolving settings loaded
0.01/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.01/0.02	c presolving:
0.01/0.03	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 82 impls, 22 clqs
0.01/0.03	c (round 2) 0 del vars, 1 del conss, 82 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 82 impls, 22 clqs
0.01/0.03	c (round 3) 0 del vars, 1 del conss, 82 chg bounds, 0 chg sides, 0 chg coeffs, 21 upgd conss, 82 impls, 22 clqs
0.01/0.03	c (round 4) 0 del vars, 1 del conss, 82 chg bounds, 0 chg sides, 0 chg coeffs, 43 upgd conss, 82 impls, 22 clqs
0.01/0.07	c    (0.1s) probing: 101/3982 (2.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.07	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.01/0.07	c presolving (5 rounds):
0.01/0.07	c  0 deleted vars, 1 deleted constraints, 82 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.07	c  82 implications, 22 cliques
0.01/0.07	c presolved problem has 4064 variables (3982 bin, 0 int, 0 impl, 82 cont) and 207 constraints
0.01/0.07	c      82 constraints of type <indicator>
0.01/0.07	c      22 constraints of type <setppc>
0.01/0.07	c      82 constraints of type <linear>
0.01/0.07	c      21 constraints of type <logicor>
0.01/0.07	c transformed objective value is always integral (scale: 1)
0.01/0.07	c Presolving Time: 0.05
0.01/0.07	c - non default parameters ----------------------------------------------------------------------
0.01/0.07	c # SCIP version 1.2.1.2
0.01/0.07	c 
0.01/0.07	c # frequency for displaying node information lines
0.01/0.07	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.07	c display/freq = 10000
0.01/0.07	c 
0.01/0.07	c # maximal time in seconds to run
0.01/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.07	c limits/time = 1799.99
0.01/0.07	c 
0.01/0.07	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.07	c limits/memory = 3420
0.01/0.07	c 
0.01/0.07	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.01/0.07	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.07	c lp/solvefreq = -1
0.01/0.07	c 
0.01/0.07	c # should presolving try to simplify inequalities
0.01/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.07	c constraints/linear/simplifyinequalities = TRUE
0.01/0.07	c 
0.01/0.07	c # should presolving try to simplify knapsacks
0.01/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.07	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.07	c 
0.01/0.07	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.07	c separating/rapidlearning/freq = 0
0.01/0.07	c 
0.01/0.07	c -----------------------------------------------------------------------------------------------
0.01/0.07	c start solving
0.01/0.07	c 
0.01/0.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.01/0.08	c   0.1s|     1 |     2 |     0 |     - |7604k|   0 |   - |4064 | 207 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.69/2.72	c   2.6s| 10000 |  9977 |     0 |   0.0 |  11M|3173 |   - |4064 | 275 |   0 |   0 |   0 | 108 |   0 | 0.000000e+00 |      --      |    Inf 
5.19/5.20	c   5.0s| 20000 | 19946 |     0 |   0.0 |  14M|3173 |   - |4064 | 282 |   0 |   0 |   0 | 258 |   0 | 0.000000e+00 |      --      |    Inf 
7.78/7.83	c   7.6s| 30000 | 29924 |     0 |   0.0 |  17M|3173 |   - |4064 | 240 |   0 |   0 |   0 | 368 |   0 | 0.000000e+00 |      --      |    Inf 
10.48/10.57	c  10.3s| 40000 | 39900 |     0 |   0.0 |  20M|3173 |   - |4064 | 262 |   0 |   0 |   0 | 488 |   0 | 0.000000e+00 |      --      |    Inf 
13.19/13.25	c  12.9s| 50000 | 49880 |     0 |   0.0 |  23M|3173 |   - |4064 | 294 |   0 |   0 |   0 | 588 |   0 | 0.000000e+00 |      --      |    Inf 
15.89/15.94	c  15.6s| 60000 | 59860 |     0 |   0.0 |  26M|3173 |   - |4064 | 321 |   0 |   0 |   0 | 688 |   0 | 0.000000e+00 |      --      |    Inf 
18.48/18.57	c  18.2s| 70000 | 69840 |     0 |   0.0 |  28M|3173 |   - |4064 | 352 |   0 |   0 |   0 | 788 |   0 | 0.000000e+00 |      --      |    Inf 
21.18/21.25	c  20.8s| 80000 | 79824 |     0 |   0.0 |  31M|3173 |   - |4064 | 369 |   0 |   0 |   0 | 868 |   0 | 0.000000e+00 |      --      |    Inf 
23.78/23.85	c  23.3s| 90000 | 89809 |     0 |   0.0 |  34M|3173 |   - |4064 | 387 |   0 |   0 |   0 | 940 |   0 | 0.000000e+00 |      --      |    Inf 
26.39/26.49	c  25.9s|100000 | 99785 |     0 |   0.0 |  37M|3173 |   - |4064 | 430 |   0 |   0 |   0 |1053 |   0 | 0.000000e+00 |      --      |    Inf 
29.08/29.17	c  28.5s|110000 |109767 |     0 |   0.0 |  39M|3173 |   - |4064 | 430 |   0 |   0 |   0 |1143 |   0 | 0.000000e+00 |      --      |    Inf 
31.79/31.81	c  31.1s|120000 |119749 |     0 |   0.0 |  42M|3173 |   - |4064 | 440 |   0 |   0 |   0 |1233 |   0 | 0.000000e+00 |      --      |    Inf 
34.38/34.49	c  33.7s|130000 |129735 |     0 |   0.0 |  45M|3173 |   - |4064 | 441 |   0 |   0 |   0 |1303 |   0 | 0.000000e+00 |      --      |    Inf 
37.08/37.17	c  36.4s|140000 |139715 |     0 |   0.0 |  48M|3173 |   - |4064 | 447 |   0 |   0 |   0 |1403 |   0 | 0.000000e+00 |      --      |    Inf 
39.88/39.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
39.88/39.91	c  39.0s|150000 |149697 |     0 |   0.0 |  50M|3173 |   - |4064 | 475 |   0 |   0 |   0 |1493 |   0 | 0.000000e+00 |      --      |    Inf 
42.59/42.64	c  41.7s|160000 |159667 |     0 |   0.0 |  53M|3173 |   - |4064 | 525 |   0 |   0 |   0 |1643 |   0 | 0.000000e+00 |      --      |    Inf 
45.29/45.39	c  44.4s|170000 |169649 |     0 |   0.0 |  56M|3173 |   - |4064 | 507 |   0 |   0 |   0 |1733 |   0 | 0.000000e+00 |      --      |    Inf 
47.98/48.07	c  47.1s|180000 |179633 |     0 |   0.0 |  59M|3173 |   - |4064 | 491 |   0 |   0 |   0 |1813 |   0 | 0.000000e+00 |      --      |    Inf 
50.78/50.82	c  49.8s|190000 |189611 |     0 |   0.0 |  61M|3173 |   - |4064 | 526 |   0 |   0 |   0 |1923 |   0 | 0.000000e+00 |      --      |    Inf 
53.49/53.52	c  52.4s|200000 |199587 |     0 |   0.0 |  64M|3173 |   - |4064 | 543 |   0 |   0 |   0 |2043 |   0 | 0.000000e+00 |      --      |    Inf 
56.29/56.36	c  55.2s|210000 |209565 |     0 |   0.0 |  67M|3173 |   - |4064 | 547 |   0 |   0 |   0 |2153 |   0 | 0.000000e+00 |      --      |    Inf 
59.08/59.19	c  58.0s|220000 |219545 |     0 |   0.0 |  70M|3173 |   - |4064 | 539 |   0 |   0 |   0 |2253 |   0 | 0.000000e+00 |      --      |    Inf 
61.89/61.99	c  60.7s|230000 |229521 |     0 |   0.0 |  73M|3173 |   - |4064 | 562 |   0 |   0 |   0 |2373 |   0 | 0.000000e+00 |      --      |    Inf 
64.69/64.70	c  63.4s|240000 |239507 |     0 |   0.0 |  75M|3173 |   - |4064 | 557 |   0 |   0 |   0 |2443 |   0 | 0.000000e+00 |      --      |    Inf 
67.38/67.48	c  66.1s|250000 |249483 |     0 |   0.0 |  78M|3173 |   - |4064 | 578 |   0 |   0 |   0 |2563 |   0 | 0.000000e+00 |      --      |    Inf 
70.09/70.15	c  68.7s|260000 |259467 |     0 |   0.0 |  81M|3173 |   - |4064 | 573 |   0 |   0 |   0 |2643 |   0 | 0.000000e+00 |      --      |    Inf 
72.99/73.04	c  71.5s|270000 |269445 |     0 |   0.0 |  83M|3173 |   - |4064 | 589 |   0 |   0 |   0 |2753 |   0 | 0.000000e+00 |      --      |    Inf 
75.68/75.70	c  74.1s|280000 |279425 |     0 |   0.0 |  86M|3173 |   - |4064 | 628 |   0 |   0 |   0 |2853 |   0 | 0.000000e+00 |      --      |    Inf 
78.49/78.52	c  76.9s|290000 |289403 |     0 |   0.0 |  89M|3173 |   - |4064 | 658 |   0 |   0 |   0 |2963 |   0 | 0.000000e+00 |      --      |    Inf 
81.19/81.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
81.19/81.22	c  79.5s|300000 |299375 |     0 |   0.0 |  92M|3173 |   - |4064 | 708 |   0 |   0 |   0 |3103 |   0 | 0.000000e+00 |      --      |    Inf 
83.89/83.99	c  82.2s|310000 |309353 |     0 |   0.0 |  94M|3173 |   - |4064 | 711 |   0 |   0 |   0 |3213 |   0 | 0.000000e+00 |      --      |    Inf 
86.89/86.91	c  85.1s|320000 |319321 |     0 |   0.0 |  97M|3173 |   - |4064 | 744 |   0 |   0 |   0 |3373 |   0 | 0.000000e+00 |      --      |    Inf 
89.58/89.66	c  87.8s|330000 |329303 |     0 |   0.0 | 100M|3173 |   - |4064 | 719 |   0 |   0 |   0 |3463 |   0 | 0.000000e+00 |      --      |    Inf 
92.29/92.34	c  90.4s|340000 |339281 |     0 |   0.0 | 103M|3173 |   - |4064 | 731 |   0 |   0 |   0 |3573 |   0 | 0.000000e+00 |      --      |    Inf 
95.08/95.13	c  93.2s|350000 |349263 |     0 |   0.0 | 105M|3173 |   - |4064 | 718 |   0 |   0 |   0 |3663 |   0 | 0.000000e+00 |      --      |    Inf 
97.89/97.93	c  95.9s|360000 |359237 |     0 |   0.0 | 108M|3173 |   - |4064 | 768 |   0 |   0 |   0 |3793 |   0 | 0.000000e+00 |      --      |    Inf 
100.58/100.63	c  98.5s|370000 |369223 |     0 |   0.0 | 111M|3173 |   - |4064 | 729 |   0 |   0 |   0 |3863 |   0 | 0.000000e+00 |      --      |    Inf 
103.29/103.40	c   101s|380000 |379195 |     0 |   0.0 | 114M|3173 |   - |4064 | 775 |   0 |   0 |   0 |4003 |   0 | 0.000000e+00 |      --      |    Inf 
105.89/105.96	c   104s|390000 |389175 |     0 |   0.0 | 116M|3173 |   - |4064 | 767 |   0 |   0 |   0 |4103 |   0 | 0.000000e+00 |      --      |    Inf 
108.80/108.84	c   107s|400000 |399129 |     0 |   0.0 | 119M|3173 |   - |4064 | 818 |   0 |   0 |   0 |4333 |   0 | 0.000000e+00 |      --      |    Inf 
111.29/111.38	c   109s|410000 |409109 |     0 |   0.0 | 122M|3173 |   - |4064 | 781 |   0 |   0 |   0 |4433 |   0 | 0.000000e+00 |      --      |    Inf 
114.09/114.10	c   112s|420000 |419089 |     0 |   0.0 | 124M|3173 |   - |4064 | 770 |   0 |   0 |   0 |4533 |   0 | 0.000000e+00 |      --      |    Inf 
116.69/116.75	c   114s|430000 |429061 |     0 |   0.0 | 127M|3173 |   - |4064 | 795 |   0 |   0 |   0 |4672 |   0 | 0.000000e+00 |      --      |    Inf 
119.28/119.39	c   117s|440000 |439043 |     0 |   0.0 | 130M|3173 |   - |4064 | 786 |   0 |   0 |   0 |4762 |   0 | 0.000000e+00 |      --      |    Inf 
121.99/122.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
121.99/122.07	c   120s|450000 |449011 |     0 |   0.0 | 133M|3173 |   - |4064 | 799 |   0 |   0 |   0 |4916 |   0 | 0.000000e+00 |      --      |    Inf 
124.59/124.61	c   122s|460000 |458997 |     0 |   0.0 | 135M|3173 |   - |4064 | 782 |   0 |   0 |   0 |4983 |   0 | 0.000000e+00 |      --      |    Inf 
127.28/127.34	c   125s|470000 |468969 |     0 |   0.0 | 138M|3173 |   - |4064 | 790 |   0 |   0 |   0 |5123 |   0 | 0.000000e+00 |      --      |    Inf 
129.89/129.97	c   127s|480000 |478955 |     0 |   0.0 | 141M|3173 |   - |4064 | 751 |   0 |   0 |   0 |5193 |   0 | 0.000000e+00 |      --      |    Inf 
132.59/132.66	c   130s|490000 |488925 |     0 |   0.0 | 143M|3173 |   - |4064 | 798 |   0 |   0 |   0 |5343 |   0 | 0.000000e+00 |      --      |    Inf 
135.29/135.34	c   133s|500000 |498901 |     0 |   0.0 | 146M|3173 |   - |4064 | 808 |   0 |   0 |   0 |5463 |   0 | 0.000000e+00 |      --      |    Inf 
137.99/138.02	c   135s|510000 |508872 |     0 |   0.0 | 149M|3173 |   - |4064 | 829 |   0 |   0 |   0 |5613 |   0 | 0.000000e+00 |      --      |    Inf 
140.59/140.61	c   138s|520000 |518852 |     0 |   0.0 | 152M|3173 |   - |4064 | 794 |   0 |   0 |   0 |5713 |   0 | 0.000000e+00 |      --      |    Inf 
143.19/143.22	c   140s|530000 |528838 |     0 |   0.0 | 154M|3173 |   - |4064 | 806 |   0 |   0 |   0 |5783 |   0 | 0.000000e+00 |      --      |    Inf 
145.79/145.81	c   143s|540000 |538818 |     0 |   0.0 | 157M|3173 |   - |4064 | 812 |   0 |   0 |   0 |5883 |   0 | 0.000000e+00 |      --      |    Inf 
148.29/148.30	c   145s|550000 |548796 |     0 |   0.0 | 160M|3173 |   - |4064 | 824 |   0 |   0 |   0 |5993 |   0 | 0.000000e+00 |      --      |    Inf 
150.88/150.96	c   148s|560000 |558780 |     0 |   0.0 | 163M|3173 |   - |4064 | 823 |   0 |   0 |   0 |6073 |   0 | 0.000000e+00 |      --      |    Inf 
153.49/153.57	c   150s|570000 |568758 |     0 |   0.0 | 165M|3173 |   - |4064 | 837 |   0 |   0 |   0 |6183 |   0 | 0.000000e+00 |      --      |    Inf 
156.10/156.17	c   153s|580000 |578736 |     0 |   0.0 | 168M|3173 |   - |4064 | 838 |   0 |   0 |   0 |6293 |   0 | 0.000000e+00 |      --      |    Inf 
158.69/158.78	c   155s|590000 |588718 |     0 |   0.0 | 171M|3173 |   - |4064 | 839 |   0 |   0 |   0 |6383 |   0 | 0.000000e+00 |      --      |    Inf 
161.29/161.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
161.29/161.39	c   158s|600000 |598698 |     0 |   0.0 | 174M|3173 |   - |4064 | 827 |   0 |   0 |   0 |6483 |   0 | 0.000000e+00 |      --      |    Inf 
163.99/164.01	c   160s|610000 |608672 |     0 |   0.0 | 176M|3173 |   - |4064 | 849 |   0 |   0 |   0 |6613 |   0 | 0.000000e+00 |      --      |    Inf 
166.59/166.61	c   163s|620000 |618654 |     0 |   0.0 | 179M|3173 |   - |4064 | 866 |   0 |   0 |   0 |6703 |   0 | 0.000000e+00 |      --      |    Inf 
169.09/169.10	c   165s|630000 |628636 |     0 |   0.0 | 182M|3173 |   - |4064 | 863 |   0 |   0 |   0 |6793 |   0 | 0.000000e+00 |      --      |    Inf 
171.39/171.50	c   167s|640000 |638616 |     0 |   0.0 | 184M|3173 |   - |4064 | 887 |   0 |   0 |   0 |6893 |   0 | 0.000000e+00 |      --      |    Inf 
173.99/174.05	c   170s|650000 |648590 |     0 |   0.0 | 187M|3173 |   - |4064 | 897 |   0 |   0 |   0 |7023 |   0 | 0.000000e+00 |      --      |    Inf 
176.39/176.48	c   172s|660000 |658573 |     0 |   0.0 | 190M|3173 |   - |4064 | 870 |   0 |   0 |   0 |7113 |   0 | 0.000000e+00 |      --      |    Inf 
178.99/179.01	c   174s|670000 |668555 |     0 |   0.0 | 193M|3173 |   - |4064 | 855 |   0 |   0 |   0 |7203 |   0 | 0.000000e+00 |      --      |    Inf 
181.49/181.54	c   177s|680000 |678531 |     0 |   0.0 | 195M|3173 |   - |4064 | 864 |   0 |   0 |   0 |7323 |   0 | 0.000000e+00 |      --      |    Inf 
183.99/184.05	c   179s|690000 |688507 |     0 |   0.0 | 198M|3173 |   - |4064 | 889 |   0 |   0 |   0 |7443 |   0 | 0.000000e+00 |      --      |    Inf 
186.49/186.59	c   181s|700000 |698482 |     0 |   0.0 | 201M|3173 |   - |4064 | 918 |   0 |   0 |   0 |7573 |   0 | 0.000000e+00 |      --      |    Inf 
189.10/189.12	c   184s|710000 |708458 |     0 |   0.0 | 204M|3173 |   - |4064 | 915 |   0 |   0 |   0 |7693 |   0 | 0.000000e+00 |      --      |    Inf 
191.59/191.61	c   186s|720000 |718428 |     0 |   0.0 | 207M|3173 |   - |4064 | 930 |   0 |   0 |   0 |7843 |   0 | 0.000000e+00 |      --      |    Inf 
193.99/194.02	c   188s|730000 |728408 |     0 |   0.0 | 209M|3173 |   - |4064 | 897 |   0 |   0 |   0 |7943 |   0 | 0.000000e+00 |      --      |    Inf 
196.49/196.55	c   190s|740000 |738384 |     0 |   0.0 | 212M|3173 |   - |4064 | 914 |   0 |   0 |   0 |8063 |   0 | 0.000000e+00 |      --      |    Inf 
198.99/199.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
198.99/199.02	c   193s|750000 |748359 |     0 |   0.0 | 215M|3173 |   - |4064 | 919 |   0 |   0 |   0 |8193 |   0 | 0.000000e+00 |      --      |    Inf 
201.39/201.48	c   195s|760000 |758339 |     0 |   0.0 | 218M|3173 |   - |4064 | 906 |   0 |   0 |   0 |8293 |   0 | 0.000000e+00 |      --      |    Inf 
204.09/204.12	c   197s|770000 |768307 |     0 |   0.0 | 220M|3173 |   - |4064 | 925 |   0 |   0 |   0 |8453 |   0 | 0.000000e+00 |      --      |    Inf 
206.59/206.61	c   200s|780000 |778287 |     0 |   0.0 | 223M|3173 |   - |4064 | 894 |   0 |   0 |   0 |8553 |   0 | 0.000000e+00 |      --      |    Inf 
209.00/209.02	c   202s|790000 |788269 |     0 |   0.0 | 226M|3173 |   - |4064 | 891 |   0 |   0 |   0 |8643 |   0 | 0.000000e+00 |      --      |    Inf 
211.39/211.45	c   204s|800000 |798245 |     0 |   0.0 | 229M|3173 |   - |4064 | 899 |   0 |   0 |   0 |8763 |   0 | 0.000000e+00 |      --      |    Inf 
213.98/214.07	c   207s|810000 |808201 |     0 |   0.0 | 231M|3173 |   - |4064 | 948 |   0 |   0 |   0 |8983 |   0 | 0.000000e+00 |      --      |    Inf 
216.39/216.44	c   209s|820000 |818175 |     0 |   0.0 | 234M|3173 |   - |4064 | 945 |   0 |   0 |   0 |9113 |   0 | 0.000000e+00 |      --      |    Inf 
218.79/218.88	c   211s|830000 |828153 |     0 |   0.0 | 237M|3173 |   - |4064 | 924 |   0 |   0 |   0 |9223 |   0 | 0.000000e+00 |      --      |    Inf 
221.29/221.39	c   213s|840000 |838129 |     0 |   0.0 | 240M|3173 |   - |4064 | 910 |   0 |   0 |   0 |9343 |   0 | 0.000000e+00 |      --      |    Inf 
223.79/223.89	c   216s|850000 |848103 |     0 |   0.0 | 243M|3173 |   - |4064 | 907 |   0 |   0 |   0 |9473 |   0 | 0.000000e+00 |      --      |    Inf 
226.28/226.39	c   218s|860000 |858075 |     0 |   0.0 | 245M|3173 |   - |4064 | 902 |   0 |   0 |   0 |9613 |   0 | 0.000000e+00 |      --      |    Inf 
228.69/228.75	c   220s|870000 |868059 |     0 |   0.0 | 248M|3173 |   - |4064 | 876 |   0 |   0 |   0 |9693 |   0 | 0.000000e+00 |      --      |    Inf 
231.09/231.10	c   222s|880000 |878033 |     0 |   0.0 | 251M|3173 |   - |4064 | 903 |   0 |   0 |   0 |9823 |   0 | 0.000000e+00 |      --      |    Inf 
233.59/233.60	c   225s|890000 |887999 |     0 |   0.0 | 254M|3173 |   - |4064 | 896 |   0 |   0 |   0 |9993 |   0 | 0.000000e+00 |      --      |    Inf 
235.89/235.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
235.89/235.98	c   227s|900000 |897971 |     0 |   0.0 | 256M|3173 |   - |4064 | 903 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
238.39/238.41	c   229s|910000 |907945 |     0 |   0.0 | 259M|3173 |   - |4064 | 890 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
240.79/240.86	c   231s|920000 |917919 |     0 |   0.0 | 262M|3173 |   - |4064 | 877 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
243.19/243.22	c   234s|930000 |927903 |     0 |   0.0 | 265M|3173 |   - |4064 | 864 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
245.49/245.59	c   236s|940000 |937877 |     0 |   0.0 | 268M|3173 |   - |4064 | 881 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
247.79/247.88	c   238s|950000 |947857 |     0 |   0.0 | 270M|3173 |   - |4064 | 829 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
250.39/250.42	c   240s|960000 |957825 |     0 |   0.0 | 273M|3173 |   - |4064 | 836 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
252.69/252.80	c   242s|970000 |967805 |     0 |   0.0 | 276M|3173 |   - |4064 | 803 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
254.99/255.08	c   244s|980000 |977779 |     0 |   0.0 | 279M|3173 |   - |4064 | 809 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
257.39/257.49	c   247s|990000 |987751 |     0 |   0.0 | 282M|3173 |   - |4064 | 812 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
259.69/259.77	c   249s|  1000k|997727 |     0 |   0.0 | 284M|3173 |   - |4064 | 795 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
261.99/262.05	c   251s|  1010k|  1007k|     0 |   0.0 | 287M|3173 |   - |4064 | 785 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
264.39/264.42	c   253s|  1020k|  1017k|     0 |   0.0 | 290M|3173 |   - |4064 | 796 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
266.69/266.78	c   255s|  1030k|  1027k|     0 |   0.0 | 293M|3173 |   - |4064 | 795 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
269.09/269.14	c   257s|  1040k|  1037k|     0 |   0.0 | 296M|3173 |   - |4064 | 763 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
271.39/271.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
271.39/271.42	c   259s|  1050k|  1047k|     0 |   0.0 | 299M|3173 |   - |4064 | 772 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
273.89/273.90	c   262s|  1060k|  1057k|     0 |   0.0 | 301M|3173 |   - |4064 | 801 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
276.19/276.23	c   264s|  1070k|  1067k|     0 |   0.0 | 304M|3173 |   - |4064 | 747 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
278.49/278.51	c   266s|  1080k|  1077k|     0 |   0.0 | 307M|3173 |   - |4064 | 768 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
280.79/280.82	c   268s|  1090k|  1087k|     0 |   0.0 | 310M|3173 |   - |4064 | 760 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
283.09/283.11	c   270s|  1100k|  1097k|     0 |   0.0 | 313M|3173 |   - |4064 | 752 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
285.39/285.41	c   272s|  1110k|  1107k|     0 |   0.0 | 315M|3173 |   - |4064 | 714 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
287.69/287.70	c   274s|  1120k|  1117k|     0 |   0.0 | 318M|3173 |   - |4064 | 686 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
289.79/289.87	c   276s|  1130k|  1127k|     0 |   0.0 | 321M|3173 |   - |4064 | 683 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
292.19/292.22	c   279s|  1140k|  1137k|     0 |   0.0 | 324M|3173 |   - |4064 | 681 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
294.49/294.51	c   281s|  1150k|  1147k|     0 |   0.0 | 327M|3173 |   - |4064 | 692 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
296.69/296.75	c   283s|  1160k|  1157k|     0 |   0.0 | 330M|3173 |   - |4064 | 688 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
298.99/299.00	c   285s|  1170k|  1167k|     0 |   0.0 | 332M|3173 |   - |4064 | 685 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
301.30/301.31	c   287s|  1180k|  1177k|     0 |   0.0 | 335M|3173 |   - |4064 | 679 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
303.60/303.61	c   289s|  1190k|  1187k|     0 |   0.0 | 338M|3173 |   - |4064 | 678 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
305.80/305.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
305.80/305.85	c   291s|  1200k|  1197k|     0 |   0.0 | 341M|3173 |   - |4064 | 667 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
308.00/308.04	c   293s|  1210k|  1207k|     0 |   0.0 | 344M|3173 |   - |4064 | 683 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
310.29/310.30	c   295s|  1220k|  1217k|     0 |   0.0 | 347M|3173 |   - |4064 | 671 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
312.49/312.58	c   297s|  1230k|  1227k|     0 |   0.0 | 350M|3173 |   - |4064 | 655 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
314.69/314.76	c   299s|  1240k|  1237k|     0 |   0.0 | 353M|3173 |   - |4064 | 651 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
316.90/316.95	c   301s|  1250k|  1247k|     0 |   0.0 | 355M|3173 |   - |4064 | 641 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
319.09/319.12	c   303s|  1260k|  1257k|     0 |   0.0 | 358M|3173 |   - |4064 | 631 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
321.29/321.36	c   305s|  1270k|  1266k|     0 |   0.0 | 361M|3173 |   - |4064 | 672 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
323.49/323.56	c   307s|  1280k|  1276k|     0 |   0.0 | 364M|3173 |   - |4064 | 630 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
325.79/325.86	c   309s|  1290k|  1286k|     0 |   0.0 | 367M|3173 |   - |4064 | 641 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
328.10/328.17	c   311s|  1300k|  1296k|     0 |   0.0 | 370M|3173 |   - |4064 | 654 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
330.39/330.47	c   314s|  1310k|  1306k|     0 |   0.0 | 373M|3173 |   - |4064 | 647 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
332.59/332.68	c   316s|  1320k|  1316k|     0 |   0.0 | 375M|3173 |   - |4064 | 655 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
334.89/334.92	c   318s|  1330k|  1326k|     0 |   0.0 | 378M|3173 |   - |4064 | 651 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
337.10/337.12	c   320s|  1340k|  1336k|     0 |   0.0 | 381M|3173 |   - |4064 | 643 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
339.20/339.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
339.20/339.21	c   322s|  1350k|  1346k|     0 |   0.0 | 384M|3173 |   - |4064 | 633 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
341.40/341.42	c   324s|  1360k|  1356k|     0 |   0.0 | 387M|3173 |   - |4064 | 648 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
343.59/343.62	c   326s|  1370k|  1366k|     0 |   0.0 | 390M|3173 |   - |4064 | 633 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
345.80/345.85	c   328s|  1380k|  1376k|     0 |   0.0 | 393M|3173 |   - |4064 | 678 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
347.99/348.02	c   330s|  1390k|  1386k|     0 |   0.0 | 395M|3173 |   - |4064 | 664 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
350.09/350.17	c   332s|  1400k|  1396k|     0 |   0.0 | 398M|3173 |   - |4064 | 657 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
352.19/352.27	c   333s|  1410k|  1406k|     0 |   0.0 | 401M|3173 |   - |4064 | 644 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
354.39/354.49	c   335s|  1420k|  1416k|     0 |   0.0 | 404M|3173 |   - |4064 | 634 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
356.60/356.67	c   337s|  1430k|  1426k|     0 |   0.0 | 407M|3173 |   - |4064 | 653 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
358.79/358.84	c   339s|  1440k|  1436k|     0 |   0.0 | 410M|3173 |   - |4064 | 633 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
360.90/360.98	c   341s|  1450k|  1446k|     0 |   0.0 | 413M|3173 |   - |4064 | 649 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
362.99/363.03	c   343s|  1460k|  1456k|     0 |   0.0 | 416M|3173 |   - |4064 | 634 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
365.10/365.16	c   345s|  1470k|  1466k|     0 |   0.0 | 418M|3173 |   - |4064 | 636 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
367.30/367.40	c   347s|  1480k|  1476k|     0 |   0.0 | 421M|3173 |   - |4064 | 664 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
369.49/369.51	c   349s|  1490k|  1486k|     0 |   0.0 | 424M|3173 |   - |4064 | 655 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
371.70/371.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
371.70/371.71	c   351s|  1500k|  1496k|     0 |   0.0 | 427M|3173 |   - |4064 | 677 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
373.69/373.79	c   353s|  1510k|  1506k|     0 |   0.0 | 430M|3173 |   - |4064 | 661 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
375.80/375.85	c   355s|  1520k|  1516k|     0 |   0.0 | 433M|3173 |   - |4064 | 691 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
377.79/377.86	c   357s|  1530k|  1526k|     0 |   0.0 | 436M|3173 |   - |4064 | 660 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
379.80/379.88	c   359s|  1540k|  1536k|     0 |   0.0 | 439M|3173 |   - |4064 | 680 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
381.90/381.94	c   361s|  1550k|  1546k|     0 |   0.0 | 441M|3173 |   - |4064 | 666 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
383.90/383.97	c   362s|  1560k|  1556k|     0 |   0.0 | 444M|3173 |   - |4064 | 663 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
386.00/386.07	c   364s|  1570k|  1566k|     0 |   0.0 | 447M|3173 |   - |4064 | 620 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
388.00/388.06	c   366s|  1580k|  1575k|     0 |   0.0 | 450M|3173 |   - |4064 | 645 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
390.10/390.10	c   368s|  1590k|  1585k|     0 |   0.0 | 453M|3173 |   - |4064 | 651 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
392.10/392.16	c   370s|  1600k|  1595k|     0 |   0.0 | 456M|3173 |   - |4064 | 657 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
394.09/394.19	c   372s|  1610k|  1605k|     0 |   0.0 | 459M|3173 |   - |4064 | 661 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
396.20/396.20	c   373s|  1620k|  1615k|     0 |   0.0 | 462M|3173 |   - |4064 | 646 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
398.30/398.33	c   375s|  1630k|  1625k|     0 |   0.0 | 465M|3173 |   - |4064 | 648 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
400.40/400.43	c   377s|  1640k|  1635k|     0 |   0.0 | 468M|3173 |   - |4064 | 647 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
402.29/402.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
402.29/402.37	c   379s|  1650k|  1645k|     0 |   0.0 | 471M|3173 |   - |4064 | 666 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
404.40/404.49	c   381s|  1660k|  1655k|     0 |   0.0 | 474M|3173 |   - |4064 | 655 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
406.49/406.53	c   383s|  1670k|  1665k|     0 |   0.0 | 476M|3173 |   - |4064 | 630 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
408.60/408.60	c   385s|  1680k|  1675k|     0 |   0.0 | 479M|3173 |   - |4064 | 630 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
410.60/410.69	c   387s|  1690k|  1685k|     0 |   0.0 | 482M|3173 |   - |4064 | 671 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
412.80/412.81	c   389s|  1700k|  1695k|     0 |   0.0 | 485M|3173 |   - |4064 | 646 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
414.79/414.88	c   390s|  1710k|  1705k|     0 |   0.0 | 488M|3173 |   - |4064 | 658 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
416.91/416.93	c   392s|  1720k|  1715k|     0 |   0.0 | 491M|3173 |   - |4064 | 656 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
418.89/418.96	c   394s|  1730k|  1725k|     0 |   0.0 | 494M|3173 |   - |4064 | 687 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
420.99/421.00	c   396s|  1740k|  1735k|     0 |   0.0 | 497M|3173 |   - |4064 | 657 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
423.00/423.03	c   398s|  1750k|  1745k|     0 |   0.0 | 500M|3173 |   - |4064 | 670 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
425.09/425.10	c   400s|  1760k|  1755k|     0 |   0.0 | 503M|3173 |   - |4064 | 628 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
427.10/427.15	c   402s|  1770k|  1765k|     0 |   0.0 | 506M|3173 |   - |4064 | 619 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
429.09/429.18	c   403s|  1780k|  1775k|     0 |   0.0 | 509M|3173 |   - |4064 | 637 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
431.10/431.18	c   405s|  1790k|  1785k|     0 |   0.0 | 512M|3173 |   - |4064 | 650 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
432.99/433.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
432.99/433.04	c   407s|  1800k|  1795k|     0 |   0.0 | 515M|3173 |   - |4064 | 641 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
434.99/435.02	c   409s|  1810k|  1805k|     0 |   0.0 | 517M|3173 |   - |4064 | 641 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
436.99/437.03	c   411s|  1820k|  1815k|     0 |   0.0 | 520M|3173 |   - |4064 | 682 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
439.00/439.04	c   412s|  1830k|  1825k|     0 |   0.0 | 523M|3173 |   - |4064 | 704 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
441.00/441.05	c   414s|  1840k|  1835k|     0 |   0.0 | 526M|3173 |   - |4064 | 674 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
443.10/443.15	c   416s|  1850k|  1844k|     0 |   0.0 | 529M|3173 |   - |4064 | 640 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
445.09/445.17	c   418s|  1860k|  1854k|     0 |   0.0 | 532M|3173 |   - |4064 | 642 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
447.20/447.24	c   420s|  1870k|  1864k|     0 |   0.0 | 535M|3173 |   - |4064 | 645 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
449.19/449.25	c   422s|  1880k|  1874k|     0 |   0.0 | 538M|3173 |   - |4064 | 629 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
451.10/451.14	c   423s|  1890k|  1884k|     0 |   0.0 | 541M|3173 |   - |4064 | 652 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
453.10/453.16	c   425s|  1900k|  1894k|     0 |   0.0 | 544M|3173 |   - |4064 | 665 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
455.00/455.04	c   427s|  1910k|  1904k|     0 |   0.0 | 547M|3173 |   - |4064 | 652 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
457.10/457.16	c   429s|  1920k|  1914k|     0 |   0.0 | 550M|3173 |   - |4064 | 646 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
459.09/459.17	c   431s|  1930k|  1924k|     0 |   0.0 | 553M|3173 |   - |4064 | 640 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
461.40/461.43	c   433s|  1940k|  1934k|     0 |   0.0 | 556M|3173 |   - |4064 | 637 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
463.99/464.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
463.99/464.02	c   435s|  1950k|  1944k|     0 |   0.0 | 560M|3173 |   - |4064 | 645 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
466.30/466.38	c   437s|  1960k|  1954k|     0 |   0.0 | 563M|3173 |   - |4064 | 654 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
468.51/468.53	c   439s|  1970k|  1964k|     0 |   0.0 | 566M|3173 |   - |4064 | 628 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
471.30/471.30	c   442s|  1980k|  1974k|     0 |   0.0 | 570M|3173 |   - |4064 | 641 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
474.50/474.50	c   445s|  1990k|  1984k|     0 |   0.0 | 573M|3173 |   - |4064 | 670 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
477.60/477.65	c   448s|  2000k|  1994k|     0 |   0.0 | 577M|3173 |   - |4064 | 618 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
480.70/480.79	c   451s|  2010k|  2003k|     0 |   0.0 | 581M|3173 |   - |4064 | 632 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
483.80/483.89	c   454s|  2020k|  2013k|     0 |   0.0 | 585M|3173 |   - |4064 | 634 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
486.90/486.97	c   457s|  2030k|  2023k|     0 |   0.0 | 589M|3173 |   - |4064 | 662 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
490.00/490.04	c   459s|  2040k|  2033k|     0 |   0.0 | 593M|3173 |   - |4064 | 637 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
493.00/493.09	c   462s|  2050k|  2043k|     0 |   0.0 | 597M|3173 |   - |4064 | 643 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
496.01/496.07	c   465s|  2060k|  2053k|     0 |   0.0 | 601M|3173 |   - |4064 | 638 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
499.10/499.10	c   468s|  2070k|  2063k|     0 |   0.0 | 605M|3173 |   - |4064 | 661 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
502.00/502.08	c   471s|  2080k|  2072k|     0 |   0.0 | 608M|3173 |   - |4064 | 648 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
505.00/505.02	c   473s|  2090k|  2082k|     0 |   0.0 | 612M|3173 |   - |4064 | 636 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
507.90/507.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
507.90/507.92	c   476s|  2100k|  2092k|     0 |   0.0 | 616M|3173 |   - |4064 | 648 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
510.70/510.76	c   479s|  2110k|  2102k|     0 |   0.0 | 620M|3173 |   - |4064 | 664 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
513.61/513.62	c   481s|  2120k|  2112k|     0 |   0.0 | 624M|3173 |   - |4064 | 641 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
516.40/516.45	c   484s|  2130k|  2122k|     0 |   0.0 | 628M|3173 |   - |4064 | 644 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
519.20/519.25	c   487s|  2140k|  2132k|     0 |   0.0 | 632M|3173 |   - |4064 | 638 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
522.00/522.01	c   489s|  2150k|  2141k|     0 |   0.0 | 636M|3173 |   - |4064 | 656 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
524.70/524.75	c   492s|  2160k|  2151k|     0 |   0.0 | 640M|3173 |   - |4064 | 653 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
527.40/527.48	c   494s|  2170k|  2161k|     0 |   0.0 | 644M|3173 |   - |4064 | 645 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
530.10/530.19	c   497s|  2180k|  2171k|     0 |   0.0 | 648M|3173 |   - |4064 | 649 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
532.80/532.86	c   499s|  2190k|  2181k|     0 |   0.0 | 652M|3173 |   - |4064 | 649 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
535.50/535.51	c   502s|  2200k|  2191k|     0 |   0.0 | 656M|3173 |   - |4064 | 629 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
538.00/538.09	c   504s|  2210k|  2201k|     0 |   0.0 | 660M|3173 |   - |4064 | 617 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
540.60/540.69	c   506s|  2220k|  2210k|     0 |   0.0 | 664M|3173 |   - |4064 | 637 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
543.20/543.27	c   509s|  2230k|  2220k|     0 |   0.0 | 668M|3173 |   - |4064 | 639 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
545.70/545.76	c   511s|  2240k|  2230k|     0 |   0.0 | 672M|3173 |   - |4064 | 629 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
548.20/548.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
548.20/548.26	c   513s|  2250k|  2240k|     0 |   0.0 | 676M|3173 |   - |4064 | 658 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
550.70/550.75	c   516s|  2260k|  2250k|     0 |   0.0 | 679M|3173 |   - |4064 | 633 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
553.10/553.20	c   518s|  2270k|  2260k|     0 |   0.0 | 683M|3173 |   - |4064 | 625 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
555.60/555.64	c   520s|  2280k|  2270k|     0 |   0.0 | 687M|3173 |   - |4064 | 656 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
558.00/558.08	c   522s|  2290k|  2279k|     0 |   0.0 | 691M|3173 |   - |4064 | 641 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
560.40/560.46	c   525s|  2300k|  2289k|     0 |   0.0 | 695M|3173 |   - |4064 | 662 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
562.80/562.86	c   527s|  2310k|  2299k|     0 |   0.0 | 699M|3173 |   - |4064 | 665 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
565.20/565.23	c   529s|  2320k|  2309k|     0 |   0.0 | 703M|3173 |   - |4064 | 644 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
567.50/567.52	c   531s|  2330k|  2319k|     0 |   0.0 | 707M|3173 |   - |4064 | 638 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
569.81/569.84	c   533s|  2340k|  2329k|     0 |   0.0 | 711M|3173 |   - |4064 | 641 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
572.00/572.08	c   535s|  2350k|  2339k|     0 |   0.0 | 715M|3173 |   - |4064 | 617 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
574.30/574.31	c   537s|  2360k|  2348k|     0 |   0.0 | 718M|3173 |   - |4064 | 632 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
576.50/576.52	c   539s|  2370k|  2358k|     0 |   0.0 | 722M|3173 |   - |4064 | 639 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
578.70/578.73	c   541s|  2380k|  2368k|     0 |   0.0 | 726M|3173 |   - |4064 | 621 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
580.90/580.93	c   543s|  2390k|  2378k|     0 |   0.0 | 730M|3173 |   - |4064 | 639 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
583.10/583.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
583.10/583.10	c   545s|  2400k|  2388k|     0 |   0.0 | 734M|3173 |   - |4064 | 648 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
585.20/585.21	c   547s|  2410k|  2398k|     0 |   0.0 | 738M|3173 |   - |4064 | 624 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
587.31/587.32	c   549s|  2420k|  2408k|     0 |   0.0 | 742M|3173 |   - |4064 | 630 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
589.40/589.42	c   551s|  2430k|  2418k|     0 |   0.0 | 746M|3173 |   - |4064 | 635 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
591.41/591.47	c   553s|  2440k|  2427k|     0 |   0.0 | 750M|3173 |   - |4064 | 642 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
593.50/593.57	c   555s|  2450k|  2437k|     0 |   0.0 | 753M|3173 |   - |4064 | 659 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
595.50/595.58	c   556s|  2460k|  2447k|     0 |   0.0 | 757M|3173 |   - |4064 | 639 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
597.50/597.55	c   558s|  2470k|  2457k|     0 |   0.0 | 761M|3173 |   - |4064 | 652 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
599.51/599.51	c   560s|  2480k|  2467k|     0 |   0.0 | 765M|3173 |   - |4064 | 625 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
601.40/601.45	c   562s|  2490k|  2477k|     0 |   0.0 | 769M|3173 |   - |4064 | 624 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
603.30/603.36	c   563s|  2500k|  2487k|     0 |   0.0 | 773M|3173 |   - |4064 | 632 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
605.20/605.26	c   565s|  2510k|  2496k|     0 |   0.0 | 777M|3173 |   - |4064 | 648 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
607.10/607.15	c   567s|  2520k|  2506k|     0 |   0.0 | 781M|3173 |   - |4064 | 673 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
608.90/608.90	c   568s|  2530k|  2516k|     0 |   0.0 | 785M|3173 |   - |4064 | 687 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
610.61/610.69	c   570s|  2540k|  2526k|     0 |   0.0 | 789M|3173 |   - |4064 | 701 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
612.61/612.64	o 1
612.61/612.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
612.61/612.64	c * 572s|  2549k|  2532k|     0 |   0.0 | 793M|3253 |   - |4064 | 675 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
612.80/612.88	c   572s|  2550k|  2532k|     0 |   0.0 | 792M|3253 |   - |4064 | 672 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
615.50/615.51	c   574s|  2560k|  2542k|     0 |   0.0 | 795M|3253 |   - |4064 | 648 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
618.00/618.04	c   577s|  2570k|  2552k|     0 |   0.0 | 798M|3253 |   - |4064 | 618 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
620.61/620.66	c   579s|  2580k|  2562k|     0 |   0.0 | 800M|3253 |   - |4064 | 584 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
623.31/623.30	c   582s|  2590k|  2572k|     0 |   0.0 | 803M|3253 |   - |4064 | 603 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
625.81/625.89	c   584s|  2600k|  2582k|     0 |   0.0 | 806M|3253 |   - |4064 | 605 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
628.40/628.47	c   586s|  2610k|  2592k|     0 |   0.0 | 808M|3253 |   - |4064 | 590 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
631.00/631.08	c   589s|  2620k|  2602k|     0 |   0.0 | 811M|3253 |   - |4064 | 565 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
633.80/633.80	c   591s|  2630k|  2612k|     0 |   0.0 | 814M|3253 |   - |4064 | 602 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
636.50/636.52	c   594s|  2640k|  2622k|     0 |   0.0 | 817M|3253 |   - |4064 | 624 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
639.11/639.19	c   596s|  2650k|  2632k|     0 |   0.0 | 819M|3253 |   - |4064 | 630 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
641.90/641.90	c   599s|  2660k|  2642k|     0 |   0.0 | 822M|3253 |   - |4064 | 630 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
644.51/644.53	c   601s|  2670k|  2652k|     0 |   0.0 | 825M|3253 |   - |4064 | 621 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
647.11/647.11	c   604s|  2680k|  2662k|     0 |   0.0 | 828M|3253 |   - |4064 | 627 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
649.60/649.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
649.60/649.69	c   606s|  2690k|  2672k|     0 |   0.0 | 830M|3253 |   - |4064 | 602 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
652.21/652.24	c   608s|  2700k|  2682k|     0 |   0.0 | 833M|3253 |   - |4064 | 597 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
654.90/654.95	c   611s|  2710k|  2692k|     0 |   0.0 | 836M|3253 |   - |4064 | 635 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
657.50/657.56	c   613s|  2720k|  2702k|     0 |   0.0 | 839M|3253 |   - |4064 | 591 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
660.10/660.17	c   616s|  2730k|  2712k|     0 |   0.0 | 841M|3253 |   - |4064 | 619 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
662.91/662.91	c   618s|  2740k|  2722k|     0 |   0.0 | 844M|3253 |   - |4064 | 582 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
665.60/665.64	c   621s|  2750k|  2732k|     0 |   0.0 | 847M|3253 |   - |4064 | 601 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
668.30/668.32	c   623s|  2760k|  2742k|     0 |   0.0 | 850M|3253 |   - |4064 | 602 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
670.91/670.98	c   626s|  2770k|  2752k|     0 |   0.0 | 852M|3253 |   - |4064 | 605 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
673.71/673.77	c   628s|  2780k|  2762k|     0 |   0.0 | 855M|3253 |   - |4064 | 591 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
676.41/676.47	c   631s|  2790k|  2772k|     0 |   0.0 | 858M|3253 |   - |4064 | 583 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
679.01/679.10	c   633s|  2800k|  2782k|     0 |   0.0 | 861M|3253 |   - |4064 | 608 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
681.81/681.82	c   636s|  2810k|  2792k|     0 |   0.0 | 863M|3253 |   - |4064 | 619 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
684.51/684.59	c   638s|  2820k|  2802k|     0 |   0.0 | 866M|3253 |   - |4064 | 605 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
687.21/687.24	c   641s|  2830k|  2812k|     0 |   0.0 | 869M|3253 |   - |4064 | 593 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
690.01/690.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
690.01/690.04	c   644s|  2840k|  2822k|     0 |   0.0 | 872M|3253 |   - |4064 | 614 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
692.81/692.85	c   646s|  2850k|  2832k|     0 |   0.0 | 874M|3253 |   - |4064 | 647 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
695.51/695.57	c   649s|  2860k|  2842k|     0 |   0.0 | 877M|3253 |   - |4064 | 598 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
698.31/698.32	c   651s|  2870k|  2852k|     0 |   0.0 | 880M|3253 |   - |4064 | 618 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
700.91/700.98	c   654s|  2880k|  2862k|     0 |   0.0 | 883M|3253 |   - |4064 | 613 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
703.61/703.69	c   656s|  2890k|  2872k|     0 |   0.0 | 885M|3253 |   - |4064 | 575 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
706.50/706.51	c   659s|  2900k|  2882k|     0 |   0.0 | 888M|3253 |   - |4064 | 606 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
709.11/709.16	c   661s|  2910k|  2892k|     0 |   0.0 | 891M|3253 |   - |4064 | 589 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
711.80/711.86	c   664s|  2920k|  2902k|     0 |   0.0 | 893M|3253 |   - |4064 | 589 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
714.50/714.57	c   666s|  2930k|  2912k|     0 |   0.0 | 896M|3253 |   - |4064 | 628 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
717.21/717.23	c   669s|  2940k|  2922k|     0 |   0.0 | 899M|3253 |   - |4064 | 610 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
720.00/720.08	c   671s|  2950k|  2932k|     0 |   0.0 | 902M|3253 |   - |4064 | 610 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
722.72/722.72	c   674s|  2960k|  2942k|     0 |   0.0 | 904M|3253 |   - |4064 | 578 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
725.51/725.50	c   676s|  2970k|  2952k|     0 |   0.0 | 907M|3253 |   - |4064 | 567 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
728.21/728.20	c   679s|  2980k|  2962k|     0 |   0.0 | 910M|3253 |   - |4064 | 582 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
731.01/731.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
731.01/731.01	c   682s|  2990k|  2972k|     0 |   0.0 | 913M|3253 |   - |4064 | 589 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
733.72/733.71	c   684s|  3000k|  2981k|     0 |   0.0 | 915M|3253 |   - |4064 | 549 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
736.41/736.48	c   687s|  3010k|  2991k|     0 |   0.0 | 918M|3253 |   - |4064 | 555 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
739.11/739.13	c   689s|  3020k|  3001k|     0 |   0.0 | 921M|3253 |   - |4064 | 556 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
741.81/741.83	c   692s|  3030k|  3011k|     0 |   0.0 | 923M|3253 |   - |4064 | 571 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
744.51/744.59	c   694s|  3040k|  3021k|     0 |   0.0 | 926M|3253 |   - |4064 | 542 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
747.20/747.24	c   697s|  3050k|  3031k|     0 |   0.0 | 929M|3253 |   - |4064 | 556 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
750.01/750.01	c   699s|  3060k|  3041k|     0 |   0.0 | 932M|3253 |   - |4064 | 588 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
752.71/752.70	c   702s|  3070k|  3051k|     0 |   0.0 | 934M|3253 |   - |4064 | 573 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
755.31/755.39	c   704s|  3080k|  3061k|     0 |   0.0 | 937M|3253 |   - |4064 | 576 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
758.01/758.05	c   707s|  3090k|  3071k|     0 |   0.0 | 940M|3253 |   - |4064 | 602 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
760.81/760.81	c   709s|  3100k|  3081k|     0 |   0.0 | 942M|3253 |   - |4064 | 598 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
763.51/763.56	c   712s|  3110k|  3091k|     0 |   0.0 | 945M|3253 |   - |4064 | 603 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
766.21/766.24	c   714s|  3120k|  3101k|     0 |   0.0 | 948M|3253 |   - |4064 | 615 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
768.91/768.96	c   717s|  3130k|  3111k|     0 |   0.0 | 951M|3253 |   - |4064 | 645 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
771.61/771.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
771.61/771.68	c   719s|  3140k|  3121k|     0 |   0.0 | 953M|3253 |   - |4064 | 635 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
774.31/774.36	c   722s|  3150k|  3131k|     0 |   0.0 | 956M|3253 |   - |4064 | 617 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
777.11/777.10	c   724s|  3160k|  3141k|     0 |   0.0 | 959M|3253 |   - |4064 | 621 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
779.71/779.77	c   727s|  3170k|  3151k|     0 |   0.0 | 961M|3253 |   - |4064 | 603 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
782.51/782.54	c   729s|  3180k|  3161k|     0 |   0.0 | 964M|3253 |   - |4064 | 620 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
785.20/785.22	c   732s|  3190k|  3171k|     0 |   0.0 | 967M|3253 |   - |4064 | 615 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
787.91/787.93	c   734s|  3200k|  3181k|     0 |   0.0 | 970M|3253 |   - |4064 | 605 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
790.61/790.61	c   737s|  3210k|  3191k|     0 |   0.0 | 972M|3253 |   - |4064 | 601 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
793.41/793.42	c   739s|  3220k|  3201k|     0 |   0.0 | 975M|3253 |   - |4064 | 636 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
796.01/796.09	c   742s|  3230k|  3211k|     0 |   0.0 | 978M|3253 |   - |4064 | 629 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
798.70/798.76	c   744s|  3240k|  3221k|     0 |   0.0 | 980M|3253 |   - |4064 | 637 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
801.61/801.62	c   747s|  3250k|  3231k|     0 |   0.0 | 983M|3253 |   - |4064 | 654 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
804.21/804.29	c   750s|  3260k|  3241k|     0 |   0.0 | 986M|3253 |   - |4064 | 644 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
806.91/806.98	c   752s|  3270k|  3251k|     0 |   0.0 | 989M|3253 |   - |4064 | 646 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
809.62/809.61	c   754s|  3280k|  3261k|     0 |   0.0 | 991M|3253 |   - |4064 | 622 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
812.31/812.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
812.31/812.35	c   757s|  3290k|  3271k|     0 |   0.0 | 994M|3253 |   - |4064 | 634 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
814.91/814.93	c   759s|  3300k|  3281k|     0 |   0.0 | 997M|3253 |   - |4064 | 619 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
817.71/817.76	c   762s|  3310k|  3291k|     0 |   0.0 | 999M|3253 |   - |4064 | 624 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
820.41/820.41	c   764s|  3320k|  3301k|     0 |   0.0 |1002M|3253 |   - |4064 | 629 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
823.21/823.25	c   767s|  3330k|  3311k|     0 |   0.0 |1005M|3253 |   - |4064 | 657 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
825.81/825.84	c   770s|  3340k|  3321k|     0 |   0.0 |1008M|3253 |   - |4064 | 641 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
828.71/828.70	c   772s|  3350k|  3331k|     0 |   0.0 |1010M|3253 |   - |4064 | 611 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
831.31/831.32	c   775s|  3360k|  3341k|     0 |   0.0 |1013M|3253 |   - |4064 | 611 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
834.01/834.08	c   777s|  3370k|  3351k|     0 |   0.0 |1016M|3253 |   - |4064 | 602 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
836.71/836.76	c   780s|  3380k|  3361k|     0 |   0.0 |1018M|3253 |   - |4064 | 622 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
839.41/839.48	c   782s|  3390k|  3371k|     0 |   0.0 |1021M|3253 |   - |4064 | 594 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
842.11/842.19	c   785s|  3400k|  3381k|     0 |   0.0 |1024M|3253 |   - |4064 | 641 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
844.91/844.92	c   787s|  3410k|  3391k|     0 |   0.0 |1027M|3253 |   - |4064 | 630 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
847.71/847.71	c   790s|  3420k|  3401k|     0 |   0.0 |1029M|3253 |   - |4064 | 616 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
850.31/850.38	c   792s|  3430k|  3411k|     0 |   0.0 |1032M|3253 |   - |4064 | 603 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
853.01/853.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
853.01/853.09	c   795s|  3440k|  3421k|     0 |   0.0 |1035M|3253 |   - |4064 | 609 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
855.82/855.82	c   797s|  3450k|  3431k|     0 |   0.0 |1037M|3253 |   - |4064 | 630 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
858.51/858.54	c   800s|  3460k|  3441k|     0 |   0.0 |1040M|3253 |   - |4064 | 607 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
861.21/861.22	c   802s|  3470k|  3451k|     0 |   0.0 |1043M|3253 |   - |4064 | 616 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
863.91/863.99	c   805s|  3480k|  3461k|     0 |   0.0 |1046M|3253 |   - |4064 | 600 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
866.61/866.63	c   807s|  3490k|  3470k|     0 |   0.0 |1048M|3253 |   - |4064 | 580 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
869.31/869.39	c   810s|  3500k|  3480k|     0 |   0.0 |1051M|3253 |   - |4064 | 595 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
872.01/872.07	c   813s|  3510k|  3490k|     0 |   0.0 |1054M|3253 |   - |4064 | 585 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
874.92/874.90	c   815s|  3520k|  3500k|     0 |   0.0 |1056M|3253 |   - |4064 | 629 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
877.51/877.52	c   818s|  3530k|  3510k|     0 |   0.0 |1059M|3253 |   - |4064 | 595 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
880.31/880.39	c   820s|  3540k|  3520k|     0 |   0.0 |1062M|3253 |   - |4064 | 620 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
882.91/882.99	c   823s|  3550k|  3530k|     0 |   0.0 |1065M|3253 |   - |4064 | 589 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
885.61/885.69	c   825s|  3560k|  3540k|     0 |   0.0 |1067M|3253 |   - |4064 | 618 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
888.41/888.41	c   828s|  3570k|  3550k|     0 |   0.0 |1070M|3253 |   - |4064 | 601 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
891.11/891.10	c   830s|  3580k|  3560k|     0 |   0.0 |1073M|3253 |   - |4064 | 628 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
893.82/893.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
893.82/893.84	c   833s|  3590k|  3570k|     0 |   0.0 |1075M|3253 |   - |4064 | 612 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
896.42/896.46	c   835s|  3600k|  3580k|     0 |   0.0 |1078M|3253 |   - |4064 | 614 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
899.21/899.27	c   838s|  3610k|  3590k|     0 |   0.0 |1081M|3253 |   - |4064 | 627 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
901.92/901.98	c   840s|  3620k|  3600k|     0 |   0.0 |1083M|3253 |   - |4064 | 603 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
904.81/904.88	c   843s|  3630k|  3610k|     0 |   0.0 |1086M|3253 |   - |4064 | 629 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
907.61/907.64	c   846s|  3640k|  3620k|     0 |   0.0 |1089M|3253 |   - |4064 | 612 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
910.31/910.39	c   848s|  3650k|  3630k|     0 |   0.0 |1092M|3253 |   - |4064 | 617 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
913.02/913.04	c   851s|  3660k|  3640k|     0 |   0.0 |1094M|3253 |   - |4064 | 613 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
915.71/915.72	c   853s|  3670k|  3650k|     0 |   0.0 |1097M|3253 |   - |4064 | 621 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
918.42/918.40	c   856s|  3680k|  3660k|     0 |   0.0 |1100M|3253 |   - |4064 | 605 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
921.01/921.08	c   858s|  3690k|  3670k|     0 |   0.0 |1102M|3253 |   - |4064 | 607 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
923.72/923.79	c   861s|  3700k|  3680k|     0 |   0.0 |1105M|3253 |   - |4064 | 598 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
926.41/926.48	c   863s|  3710k|  3690k|     0 |   0.0 |1108M|3253 |   - |4064 | 639 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
929.21/929.26	c   866s|  3720k|  3700k|     0 |   0.0 |1110M|3253 |   - |4064 | 617 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
931.92/931.95	c   868s|  3730k|  3710k|     0 |   0.0 |1113M|3253 |   - |4064 | 663 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
934.62/934.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
934.62/934.66	c   871s|  3740k|  3720k|     0 |   0.0 |1116M|3253 |   - |4064 | 654 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
937.22/937.27	c   873s|  3750k|  3730k|     0 |   0.0 |1119M|3253 |   - |4064 | 630 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
940.11/940.12	c   876s|  3760k|  3740k|     0 |   0.0 |1121M|3253 |   - |4064 | 644 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
942.72/942.76	c   878s|  3770k|  3750k|     0 |   0.0 |1124M|3253 |   - |4064 | 630 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
945.42/945.47	c   881s|  3780k|  3760k|     0 |   0.0 |1127M|3253 |   - |4064 | 667 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
948.12/948.19	c   883s|  3790k|  3770k|     0 |   0.0 |1129M|3253 |   - |4064 | 670 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
950.91/950.96	c   886s|  3800k|  3780k|     0 |   0.0 |1132M|3253 |   - |4064 | 684 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
953.72/953.73	c   889s|  3810k|  3790k|     0 |   0.0 |1135M|3253 |   - |4064 | 669 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
956.31/956.35	c   891s|  3820k|  3800k|     0 |   0.0 |1138M|3253 |   - |4064 | 649 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
959.02/959.10	c   894s|  3830k|  3810k|     0 |   0.0 |1140M|3253 |   - |4064 | 664 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
961.71/961.75	c   896s|  3840k|  3820k|     0 |   0.0 |1143M|3253 |   - |4064 | 667 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
964.51/964.53	c   899s|  3850k|  3830k|     0 |   0.0 |1146M|3253 |   - |4064 | 688 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
967.12/967.18	c   901s|  3860k|  3840k|     0 |   0.0 |1148M|3253 |   - |4064 | 655 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
970.01/970.00	c   904s|  3870k|  3850k|     0 |   0.0 |1151M|3253 |   - |4064 | 709 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
972.61/972.67	c   906s|  3880k|  3860k|     0 |   0.0 |1154M|3253 |   - |4064 | 687 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
975.52/975.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
975.52/975.52	c   909s|  3890k|  3870k|     0 |   0.0 |1156M|3253 |   - |4064 | 686 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
978.21/978.28	c   911s|  3900k|  3880k|     0 |   0.0 |1159M|3253 |   - |4064 | 671 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
980.92/980.96	c   914s|  3910k|  3890k|     0 |   0.0 |1162M|3253 |   - |4064 | 704 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
983.71/983.70	c   916s|  3920k|  3900k|     0 |   0.0 |1165M|3253 |   - |4064 | 691 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
986.51/986.52	c   919s|  3930k|  3910k|     0 |   0.0 |1167M|3253 |   - |4064 | 716 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
989.22/989.25	c   922s|  3940k|  3920k|     0 |   0.0 |1170M|3253 |   - |4064 | 666 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
991.81/991.85	c   924s|  3950k|  3930k|     0 |   0.0 |1173M|3253 |   - |4064 | 675 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
994.61/994.60	c   926s|  3960k|  3939k|     0 |   0.0 |1175M|3253 |   - |4064 | 690 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
997.22/997.22	c   929s|  3970k|  3949k|     0 |   0.0 |1178M|3253 |   - |4064 | 681 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
999.92/999.90	c   931s|  3980k|  3959k|     0 |   0.0 |1181M|3253 |   - |4064 | 676 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1002.62/1002.62	c   934s|  3990k|  3969k|     0 |   0.0 |1183M|3253 |   - |4064 | 672 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1005.21/1005.27	c   936s|  4000k|  3979k|     0 |   0.0 |1186M|3253 |   - |4064 | 698 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1008.02/1008.08	c   939s|  4010k|  3989k|     0 |   0.0 |1189M|3253 |   - |4064 | 734 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1010.82/1010.81	c   942s|  4020k|  3999k|     0 |   0.0 |1192M|3253 |   - |4064 | 715 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1013.51/1013.57	c   944s|  4030k|  4009k|     0 |   0.0 |1194M|3253 |   - |4064 | 730 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1016.21/1016.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1016.21/1016.28	c   947s|  4040k|  4019k|     0 |   0.0 |1197M|3253 |   - |4064 | 743 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1019.02/1019.09	c   949s|  4050k|  4029k|     0 |   0.0 |1200M|3253 |   - |4064 | 744 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1021.83/1021.81	c   952s|  4060k|  4039k|     0 |   0.0 |1202M|3253 |   - |4064 | 745 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1024.42/1024.46	c   954s|  4070k|  4049k|     0 |   0.0 |1205M|3253 |   - |4064 | 767 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1027.32/1027.31	c   957s|  4080k|  4059k|     0 |   0.0 |1208M|3253 |   - |4064 | 781 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1029.92/1029.92	c   959s|  4090k|  4069k|     0 |   0.0 |1210M|3253 |   - |4064 | 753 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1032.71/1032.75	c   962s|  4100k|  4079k|     0 |   0.0 |1213M|3253 |   - |4064 | 744 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1035.52/1035.51	c   965s|  4110k|  4089k|     0 |   0.0 |1216M|3253 |   - |4064 | 771 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1038.32/1038.32	c   967s|  4120k|  4099k|     0 |   0.0 |1219M|3253 |   - |4064 | 768 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1040.91/1040.96	c   970s|  4130k|  4109k|     0 |   0.0 |1221M|3253 |   - |4064 | 739 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1043.62/1043.69	c   972s|  4140k|  4119k|     0 |   0.0 |1224M|3253 |   - |4064 | 725 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1046.42/1046.44	c   975s|  4150k|  4129k|     0 |   0.0 |1227M|3253 |   - |4064 | 723 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1049.12/1049.13	c   977s|  4160k|  4139k|     0 |   0.0 |1229M|3253 |   - |4064 | 732 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1051.92/1051.92	c   980s|  4170k|  4149k|     0 |   0.0 |1232M|3253 |   - |4064 | 732 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1054.52/1054.58	c   982s|  4180k|  4159k|     0 |   0.0 |1235M|3253 |   - |4064 | 719 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1057.41/1057.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1057.41/1057.45	c   985s|  4190k|  4169k|     0 |   0.0 |1237M|3253 |   - |4064 | 732 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1060.12/1060.14	c   987s|  4200k|  4179k|     0 |   0.0 |1240M|3253 |   - |4064 | 732 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1062.72/1062.76	c   990s|  4210k|  4189k|     0 |   0.0 |1243M|3253 |   - |4064 | 734 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1065.52/1065.54	c   992s|  4220k|  4199k|     0 |   0.0 |1245M|3253 |   - |4064 | 733 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1068.12/1068.16	c   995s|  4230k|  4209k|     0 |   0.0 |1248M|3253 |   - |4064 | 726 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1071.02/1071.01	c   997s|  4240k|  4219k|     0 |   0.0 |1251M|3253 |   - |4064 | 736 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1073.62/1073.65	c  1000s|  4250k|  4229k|     0 |   0.0 |1254M|3253 |   - |4064 | 707 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1076.41/1076.41	c  1002s|  4260k|  4239k|     0 |   0.0 |1256M|3253 |   - |4064 | 721 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1079.13/1079.10	c  1005s|  4270k|  4249k|     0 |   0.0 |1259M|3253 |   - |4064 | 689 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1081.92/1081.91	c  1008s|  4280k|  4259k|     0 |   0.0 |1262M|3253 |   - |4064 | 721 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1084.62/1084.65	c  1010s|  4290k|  4269k|     0 |   0.0 |1264M|3253 |   - |4064 | 703 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1087.42/1087.40	c  1013s|  4300k|  4279k|     0 |   0.0 |1267M|3253 |   - |4064 | 712 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1090.02/1090.09	c  1015s|  4310k|  4289k|     0 |   0.0 |1270M|3253 |   - |4064 | 715 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1092.82/1092.88	c  1018s|  4320k|  4299k|     0 |   0.0 |1273M|3253 |   - |4064 | 704 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1095.52/1095.54	c  1020s|  4330k|  4309k|     0 |   0.0 |1275M|3253 |   - |4064 | 712 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1098.32/1098.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1098.32/1098.35	c  1023s|  4340k|  4319k|     0 |   0.0 |1278M|3253 |   - |4064 | 754 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1101.13/1101.10	c  1025s|  4350k|  4329k|     0 |   0.0 |1281M|3253 |   - |4064 | 733 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1103.72/1103.78	c  1028s|  4360k|  4339k|     0 |   0.0 |1283M|3253 |   - |4064 | 722 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1106.42/1106.49	c  1030s|  4370k|  4349k|     0 |   0.0 |1286M|3253 |   - |4064 | 725 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1109.22/1109.27	c  1033s|  4380k|  4359k|     0 |   0.0 |1289M|3253 |   - |4064 | 707 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1111.92/1111.99	c  1036s|  4390k|  4369k|     0 |   0.0 |1292M|3253 |   - |4064 | 701 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1114.82/1114.80	c  1038s|  4400k|  4379k|     0 |   0.0 |1294M|3253 |   - |4064 | 702 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1117.52/1117.59	c  1041s|  4410k|  4389k|     0 |   0.0 |1297M|3253 |   - |4064 | 694 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1120.22/1120.28	c  1043s|  4420k|  4399k|     0 |   0.0 |1300M|3253 |   - |4064 | 664 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1123.02/1123.08	c  1046s|  4430k|  4409k|     0 |   0.0 |1302M|3253 |   - |4064 | 663 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1125.82/1125.80	c  1048s|  4440k|  4419k|     0 |   0.0 |1305M|3253 |   - |4064 | 649 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1128.62/1128.64	c  1051s|  4450k|  4428k|     0 |   0.0 |1308M|3253 |   - |4064 | 653 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1131.42/1131.47	c  1054s|  4460k|  4438k|     0 |   0.0 |1310M|3253 |   - |4064 | 671 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1134.22/1134.26	c  1056s|  4470k|  4448k|     0 |   0.0 |1313M|3253 |   - |4064 | 655 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1137.02/1137.01	c  1059s|  4480k|  4458k|     0 |   0.0 |1316M|3253 |   - |4064 | 657 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1139.72/1139.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1139.72/1139.73	c  1061s|  4490k|  4468k|     0 |   0.0 |1319M|3253 |   - |4064 | 627 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1142.42/1142.50	c  1064s|  4500k|  4478k|     0 |   0.0 |1321M|3253 |   - |4064 | 610 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1145.13/1145.17	c  1066s|  4510k|  4488k|     0 |   0.0 |1324M|3253 |   - |4064 | 634 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1147.92/1147.90	c  1069s|  4520k|  4498k|     0 |   0.0 |1327M|3253 |   - |4064 | 627 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1150.63/1150.61	c  1072s|  4530k|  4508k|     0 |   0.0 |1329M|3253 |   - |4064 | 641 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1153.32/1153.39	c  1074s|  4540k|  4518k|     0 |   0.0 |1332M|3253 |   - |4064 | 667 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1156.03/1156.06	c  1077s|  4550k|  4528k|     0 |   0.0 |1335M|3253 |   - |4064 | 647 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1158.82/1158.87	c  1079s|  4560k|  4538k|     0 |   0.0 |1337M|3253 |   - |4064 | 674 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1161.53/1161.54	c  1082s|  4570k|  4548k|     0 |   0.0 |1340M|3253 |   - |4064 | 630 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1164.13/1164.11	c  1084s|  4580k|  4558k|     0 |   0.0 |1343M|3253 |   - |4064 | 626 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1166.82/1166.88	c  1087s|  4590k|  4568k|     0 |   0.0 |1345M|3253 |   - |4064 | 654 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1169.53/1169.57	c  1089s|  4600k|  4578k|     0 |   0.0 |1348M|3253 |   - |4064 | 667 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1172.22/1172.29	c  1092s|  4610k|  4588k|     0 |   0.0 |1351M|3253 |   - |4064 | 650 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1174.92/1174.98	c  1094s|  4620k|  4598k|     0 |   0.0 |1354M|3253 |   - |4064 | 652 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1177.62/1177.67	c  1097s|  4630k|  4608k|     0 |   0.0 |1356M|3253 |   - |4064 | 680 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1180.42/1180.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1180.42/1180.43	c  1099s|  4640k|  4618k|     0 |   0.0 |1359M|3253 |   - |4064 | 648 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1183.12/1183.16	c  1102s|  4650k|  4628k|     0 |   0.0 |1362M|3253 |   - |4064 | 701 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1185.93/1185.98	c  1104s|  4660k|  4638k|     0 |   0.0 |1364M|3253 |   - |4064 | 646 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1188.63/1188.69	c  1107s|  4670k|  4648k|     0 |   0.0 |1367M|3253 |   - |4064 | 681 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1191.42/1191.46	c  1110s|  4680k|  4658k|     0 |   0.0 |1370M|3253 |   - |4064 | 644 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1194.02/1194.07	c  1112s|  4690k|  4668k|     0 |   0.0 |1372M|3253 |   - |4064 | 624 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1196.83/1196.83	c  1115s|  4700k|  4678k|     0 |   0.0 |1375M|3253 |   - |4064 | 639 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1199.42/1199.42	c  1117s|  4710k|  4688k|     0 |   0.0 |1378M|3253 |   - |4064 | 647 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1202.33/1202.31	c  1120s|  4720k|  4698k|     0 |   0.0 |1381M|3253 |   - |4064 | 655 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1204.92/1204.99	c  1122s|  4730k|  4708k|     0 |   0.0 |1383M|3253 |   - |4064 | 636 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1207.83/1207.80	c  1125s|  4740k|  4718k|     0 |   0.0 |1386M|3253 |   - |4064 | 656 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1210.42/1210.44	c  1127s|  4750k|  4728k|     0 |   0.0 |1389M|3253 |   - |4064 | 649 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1213.23/1213.26	c  1130s|  4760k|  4738k|     0 |   0.0 |1391M|3253 |   - |4064 | 640 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1215.92/1215.94	c  1132s|  4770k|  4748k|     0 |   0.0 |1394M|3253 |   - |4064 | 638 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1218.63/1218.68	c  1135s|  4780k|  4758k|     0 |   0.0 |1397M|3253 |   - |4064 | 624 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1221.42/1221.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1221.42/1221.49	c  1137s|  4790k|  4768k|     0 |   0.0 |1399M|3253 |   - |4064 | 615 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1224.13/1224.18	c  1140s|  4800k|  4778k|     0 |   0.0 |1402M|3253 |   - |4064 | 628 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1226.93/1226.99	c  1143s|  4810k|  4788k|     0 |   0.0 |1405M|3253 |   - |4064 | 651 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1229.73/1229.79	c  1145s|  4820k|  4798k|     0 |   0.0 |1408M|3253 |   - |4064 | 662 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1232.43/1232.46	c  1148s|  4830k|  4808k|     0 |   0.0 |1410M|3253 |   - |4064 | 637 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1235.12/1235.16	c  1150s|  4840k|  4818k|     0 |   0.0 |1413M|3253 |   - |4064 | 661 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1237.83/1237.86	c  1153s|  4850k|  4828k|     0 |   0.0 |1416M|3253 |   - |4064 | 635 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1240.63/1240.61	c  1155s|  4860k|  4838k|     0 |   0.0 |1418M|3253 |   - |4064 | 677 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1243.42/1243.40	c  1158s|  4870k|  4848k|     0 |   0.0 |1421M|3253 |   - |4064 | 672 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1246.23/1246.22	c  1160s|  4880k|  4858k|     0 |   0.0 |1424M|3253 |   - |4064 | 727 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1248.92/1248.93	c  1163s|  4890k|  4868k|     0 |   0.0 |1427M|3253 |   - |4064 | 658 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1251.63/1251.62	c  1165s|  4900k|  4878k|     0 |   0.0 |1429M|3253 |   - |4064 | 704 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1254.32/1254.36	c  1168s|  4910k|  4887k|     0 |   0.0 |1432M|3253 |   - |4064 | 678 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1257.02/1257.07	c  1170s|  4920k|  4897k|     0 |   0.0 |1435M|3253 |   - |4064 | 672 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1259.73/1259.79	c  1173s|  4930k|  4907k|     0 |   0.0 |1437M|3253 |   - |4064 | 664 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1262.43/1262.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1262.43/1262.47	c  1175s|  4940k|  4917k|     0 |   0.0 |1440M|3253 |   - |4064 | 680 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1265.22/1265.24	c  1178s|  4950k|  4927k|     0 |   0.0 |1443M|3253 |   - |4064 | 646 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1267.93/1267.93	c  1181s|  4960k|  4937k|     0 |   0.0 |1446M|3253 |   - |4064 | 657 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1270.83/1270.82	c  1183s|  4970k|  4947k|     0 |   0.0 |1448M|3253 |   - |4064 | 659 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1273.52/1273.51	c  1186s|  4980k|  4957k|     0 |   0.0 |1451M|3253 |   - |4064 | 645 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1276.22/1276.26	c  1188s|  4990k|  4967k|     0 |   0.0 |1454M|3253 |   - |4064 | 679 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1278.92/1278.99	c  1191s|  5000k|  4977k|     0 |   0.0 |1456M|3253 |   - |4064 | 640 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1281.62/1281.65	c  1193s|  5010k|  4987k|     0 |   0.0 |1459M|3253 |   - |4064 | 686 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1284.42/1284.41	c  1196s|  5020k|  4997k|     0 |   0.0 |1462M|3253 |   - |4064 | 671 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1287.03/1287.02	c  1198s|  5030k|  5007k|     0 |   0.0 |1464M|3253 |   - |4064 | 682 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1289.93/1289.95	c  1201s|  5040k|  5017k|     0 |   0.0 |1467M|3253 |   - |4064 | 697 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1292.53/1292.59	c  1203s|  5050k|  5027k|     0 |   0.0 |1470M|3253 |   - |4064 | 690 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1295.42/1295.41	c  1206s|  5060k|  5037k|     0 |   0.0 |1472M|3253 |   - |4064 | 690 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1298.03/1298.07	c  1209s|  5070k|  5047k|     0 |   0.0 |1475M|3253 |   - |4064 | 680 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1300.82/1300.83	c  1211s|  5080k|  5057k|     0 |   0.0 |1478M|3253 |   - |4064 | 704 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1303.53/1303.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1303.53/1303.51	c  1214s|  5090k|  5067k|     0 |   0.0 |1481M|3253 |   - |4064 | 695 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1306.33/1306.30	c  1216s|  5100k|  5077k|     0 |   0.0 |1483M|3253 |   - |4064 | 709 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1308.94/1308.95	c  1219s|  5110k|  5087k|     0 |   0.0 |1486M|3253 |   - |4064 | 691 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1311.63/1311.69	c  1221s|  5120k|  5097k|     0 |   0.0 |1489M|3253 |   - |4064 | 718 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1314.43/1314.46	c  1224s|  5130k|  5107k|     0 |   0.0 |1491M|3253 |   - |4064 | 718 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1317.13/1317.14	c  1226s|  5140k|  5117k|     0 |   0.0 |1494M|3253 |   - |4064 | 726 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1319.83/1319.87	c  1229s|  5150k|  5127k|     0 |   0.0 |1497M|3253 |   - |4064 | 721 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1322.63/1322.65	c  1231s|  5160k|  5137k|     0 |   0.0 |1500M|3253 |   - |4064 | 740 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1325.22/1325.29	c  1234s|  5170k|  5147k|     0 |   0.0 |1502M|3253 |   - |4064 | 707 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1328.03/1328.04	c  1236s|  5180k|  5157k|     0 |   0.0 |1505M|3253 |   - |4064 | 706 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1330.73/1330.71	c  1239s|  5190k|  5167k|     0 |   0.0 |1508M|3253 |   - |4064 | 706 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1333.43/1333.49	c  1242s|  5200k|  5177k|     0 |   0.0 |1510M|3253 |   - |4064 | 695 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1336.32/1336.31	c  1244s|  5210k|  5187k|     0 |   0.0 |1513M|3253 |   - |4064 | 750 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1339.13/1339.13	c  1247s|  5220k|  5197k|     0 |   0.0 |1516M|3253 |   - |4064 | 698 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1341.82/1341.86	c  1249s|  5230k|  5207k|     0 |   0.0 |1519M|3253 |   - |4064 | 723 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1344.53/1344.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1344.53/1344.58	c  1252s|  5240k|  5217k|     0 |   0.0 |1521M|3253 |   - |4064 | 683 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1347.33/1347.31	c  1254s|  5250k|  5227k|     0 |   0.0 |1524M|3253 |   - |4064 | 699 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1350.03/1350.03	c  1257s|  5260k|  5237k|     0 |   0.0 |1527M|3253 |   - |4064 | 681 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1352.73/1352.78	c  1259s|  5270k|  5247k|     0 |   0.0 |1529M|3253 |   - |4064 | 694 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1355.53/1355.55	c  1262s|  5280k|  5257k|     0 |   0.0 |1532M|3253 |   - |4064 | 669 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1358.23/1358.24	c  1265s|  5290k|  5267k|     0 |   0.0 |1535M|3253 |   - |4064 | 682 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1361.02/1361.02	c  1267s|  5300k|  5277k|     0 |   0.0 |1537M|3253 |   - |4064 | 663 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1363.52/1363.58	c  1270s|  5310k|  5287k|     0 |   0.0 |1540M|3253 |   - |4064 | 667 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1366.43/1366.42	c  1272s|  5320k|  5297k|     0 |   0.0 |1543M|3253 |   - |4064 | 689 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1369.03/1369.06	c  1275s|  5330k|  5307k|     0 |   0.0 |1546M|3253 |   - |4064 | 701 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1371.93/1371.92	c  1277s|  5340k|  5317k|     0 |   0.0 |1548M|3253 |   - |4064 | 744 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1374.53/1374.57	c  1280s|  5350k|  5327k|     0 |   0.0 |1551M|3253 |   - |4064 | 730 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1377.33/1377.31	c  1282s|  5360k|  5337k|     0 |   0.0 |1554M|3253 |   - |4064 | 719 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1379.93/1379.98	c  1285s|  5370k|  5347k|     0 |   0.0 |1556M|3253 |   - |4064 | 708 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1382.74/1382.78	c  1287s|  5380k|  5357k|     0 |   0.0 |1559M|3253 |   - |4064 | 738 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1385.43/1385.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1385.43/1385.48	c  1290s|  5390k|  5367k|     0 |   0.0 |1562M|3253 |   - |4064 | 755 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1388.24/1388.24	c  1292s|  5400k|  5376k|     0 |   0.0 |1564M|3253 |   - |4064 | 767 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1390.93/1390.96	c  1295s|  5410k|  5386k|     0 |   0.0 |1567M|3253 |   - |4064 | 717 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1393.74/1393.79	c  1298s|  5420k|  5396k|     0 |   0.0 |1570M|3253 |   - |4064 | 742 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1396.53/1396.55	c  1300s|  5430k|  5406k|     0 |   0.0 |1573M|3253 |   - |4064 | 722 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1399.13/1399.18	c  1303s|  5440k|  5416k|     0 |   0.0 |1575M|3253 |   - |4064 | 743 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1401.93/1401.96	c  1305s|  5450k|  5426k|     0 |   0.0 |1578M|3253 |   - |4064 | 720 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1404.53/1404.59	c  1308s|  5460k|  5436k|     0 |   0.0 |1581M|3253 |   - |4064 | 707 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1407.53/1407.50	c  1310s|  5470k|  5446k|     0 |   0.0 |1583M|3253 |   - |4064 | 741 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1410.03/1410.06	c  1313s|  5480k|  5456k|     0 |   0.0 |1586M|3253 |   - |4064 | 721 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1412.73/1412.75	c  1315s|  5490k|  5466k|     0 |   0.0 |1589M|3253 |   - |4064 | 721 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1415.43/1415.48	c  1318s|  5500k|  5476k|     0 |   0.0 |1591M|3253 |   - |4064 | 728 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1418.13/1418.12	c  1320s|  5510k|  5486k|     0 |   0.0 |1594M|3253 |   - |4064 | 710 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1420.83/1420.87	c  1323s|  5520k|  5496k|     0 |   0.0 |1597M|3253 |   - |4064 | 736 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1423.53/1423.50	c  1325s|  5530k|  5506k|     0 |   0.0 |1600M|3253 |   - |4064 | 706 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1426.23/1426.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1426.23/1426.28	c  1328s|  5540k|  5516k|     0 |   0.0 |1602M|3253 |   - |4064 | 715 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1428.83/1428.86	c  1330s|  5550k|  5526k|     0 |   0.0 |1605M|3253 |   - |4064 | 721 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1431.63/1431.70	c  1333s|  5560k|  5536k|     0 |   0.0 |1608M|3253 |   - |4064 | 738 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1434.34/1434.40	c  1335s|  5570k|  5546k|     0 |   0.0 |1610M|3253 |   - |4064 | 713 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1437.13/1437.14	c  1338s|  5580k|  5556k|     0 |   0.0 |1613M|3253 |   - |4064 | 704 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1439.83/1439.88	c  1341s|  5590k|  5566k|     0 |   0.0 |1616M|3253 |   - |4064 | 751 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1442.53/1442.54	c  1343s|  5600k|  5576k|     0 |   0.0 |1618M|3253 |   - |4064 | 708 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1445.23/1445.23	c  1345s|  5610k|  5586k|     0 |   0.0 |1621M|3253 |   - |4064 | 729 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1447.93/1447.94	c  1348s|  5620k|  5596k|     0 |   0.0 |1624M|3253 |   - |4064 | 717 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1450.63/1450.63	c  1350s|  5630k|  5606k|     0 |   0.0 |1626M|3253 |   - |4064 | 706 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1453.43/1453.43	c  1353s|  5640k|  5616k|     0 |   0.0 |1629M|3253 |   - |4064 | 749 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1456.13/1456.19	c  1356s|  5650k|  5626k|     0 |   0.0 |1632M|3253 |   - |4064 | 744 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1458.83/1458.81	c  1358s|  5660k|  5636k|     0 |   0.0 |1635M|3253 |   - |4064 | 736 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1461.54/1461.51	c  1361s|  5670k|  5646k|     0 |   0.0 |1637M|3253 |   - |4064 | 729 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1464.23/1464.22	c  1363s|  5680k|  5656k|     0 |   0.0 |1640M|3253 |   - |4064 | 760 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1467.03/1467.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1467.03/1467.04	c  1366s|  5690k|  5666k|     0 |   0.0 |1643M|3253 |   - |4064 | 767 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1469.63/1469.66	c  1368s|  5700k|  5676k|     0 |   0.0 |1645M|3253 |   - |4064 | 731 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1472.43/1472.40	c  1371s|  5710k|  5686k|     0 |   0.0 |1648M|3253 |   - |4064 | 711 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1475.04/1475.09	c  1373s|  5720k|  5696k|     0 |   0.0 |1651M|3253 |   - |4064 | 724 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1477.73/1477.77	c  1376s|  5730k|  5706k|     0 |   0.0 |1654M|3253 |   - |4064 | 737 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1480.54/1480.53	c  1378s|  5740k|  5716k|     0 |   0.0 |1656M|3253 |   - |4064 | 751 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1483.33/1483.30	c  1381s|  5750k|  5726k|     0 |   0.0 |1659M|3253 |   - |4064 | 744 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1486.04/1486.09	c  1383s|  5760k|  5736k|     0 |   0.0 |1662M|3253 |   - |4064 | 716 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1488.83/1488.80	c  1386s|  5770k|  5746k|     0 |   0.0 |1664M|3253 |   - |4064 | 695 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1491.44/1491.50	c  1388s|  5780k|  5756k|     0 |   0.0 |1667M|3253 |   - |4064 | 711 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1494.24/1494.24	c  1391s|  5790k|  5766k|     0 |   0.0 |1670M|3253 |   - |4064 | 699 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1496.84/1496.88	c  1393s|  5800k|  5776k|     0 |   0.0 |1672M|3253 |   - |4064 | 695 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1499.64/1499.64	c  1396s|  5810k|  5786k|     0 |   0.0 |1675M|3253 |   - |4064 | 694 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1502.33/1502.36	c  1399s|  5820k|  5796k|     0 |   0.0 |1678M|3253 |   - |4064 | 696 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1505.13/1505.16	c  1401s|  5830k|  5806k|     0 |   0.0 |1680M|3253 |   - |4064 | 687 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1507.73/1507.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1507.73/1507.73	c  1404s|  5840k|  5816k|     0 |   0.0 |1683M|3253 |   - |4064 | 665 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1510.44/1510.46	c  1406s|  5850k|  5826k|     0 |   0.0 |1686M|3253 |   - |4064 | 690 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1513.13/1513.15	c  1409s|  5860k|  5836k|     0 |   0.0 |1689M|3253 |   - |4064 | 717 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1515.84/1515.87	c  1411s|  5870k|  5846k|     0 |   0.0 |1691M|3253 |   - |4064 | 715 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1518.53/1518.58	c  1414s|  5880k|  5856k|     0 |   0.0 |1694M|3253 |   - |4064 | 721 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1521.24/1521.25	c  1416s|  5890k|  5865k|     0 |   0.0 |1697M|3253 |   - |4064 | 714 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1524.03/1524.01	c  1419s|  5900k|  5875k|     0 |   0.0 |1699M|3253 |   - |4064 | 718 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1526.63/1526.67	c  1421s|  5910k|  5885k|     0 |   0.0 |1702M|3253 |   - |4064 | 726 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1529.44/1529.41	c  1424s|  5920k|  5895k|     0 |   0.0 |1705M|3253 |   - |4064 | 718 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1532.13/1532.14	c  1426s|  5930k|  5905k|     0 |   0.0 |1707M|3253 |   - |4064 | 709 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1534.73/1534.77	c  1429s|  5940k|  5915k|     0 |   0.0 |1710M|3253 |   - |4064 | 733 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1537.53/1537.50	c  1431s|  5950k|  5925k|     0 |   0.0 |1713M|3253 |   - |4064 | 701 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1540.13/1540.16	c  1434s|  5960k|  5935k|     0 |   0.0 |1715M|3253 |   - |4064 | 678 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1542.83/1542.89	c  1436s|  5970k|  5945k|     0 |   0.0 |1718M|3253 |   - |4064 | 713 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1545.63/1545.61	c  1439s|  5980k|  5955k|     0 |   0.0 |1721M|3253 |   - |4064 | 708 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1548.34/1548.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1548.34/1548.34	c  1441s|  5990k|  5965k|     0 |   0.0 |1724M|3253 |   - |4064 | 741 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1551.24/1551.30	c  1444s|  6000k|  5975k|     0 |   0.0 |1726M|3253 |   - |4064 | 762 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1554.04/1554.02	c  1447s|  6010k|  5985k|     0 |   0.0 |1729M|3253 |   - |4064 | 710 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1557.04/1557.00	c  1449s|  6020k|  5995k|     0 |   0.0 |1732M|3253 |   - |4064 | 728 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1559.64/1559.64	c  1452s|  6030k|  6005k|     0 |   0.0 |1734M|3253 |   - |4064 | 711 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1562.43/1562.46	c  1454s|  6040k|  6015k|     0 |   0.0 |1737M|3253 |   - |4064 | 739 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1565.14/1565.20	c  1457s|  6050k|  6025k|     0 |   0.0 |1740M|3253 |   - |4064 | 723 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1567.94/1567.92	c  1460s|  6060k|  6035k|     0 |   0.0 |1742M|3253 |   - |4064 | 749 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1570.63/1570.61	c  1462s|  6070k|  6045k|     0 |   0.0 |1745M|3253 |   - |4064 | 733 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1573.34/1573.32	c  1465s|  6080k|  6055k|     0 |   0.0 |1748M|3253 |   - |4064 | 772 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1576.04/1576.06	c  1467s|  6090k|  6065k|     0 |   0.0 |1750M|3253 |   - |4064 | 746 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1578.64/1578.66	c  1470s|  6100k|  6075k|     0 |   0.0 |1753M|3253 |   - |4064 | 740 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1581.43/1581.44	c  1472s|  6110k|  6085k|     0 |   0.0 |1756M|3253 |   - |4064 | 732 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1584.23/1584.28	c  1475s|  6120k|  6095k|     0 |   0.0 |1759M|3253 |   - |4064 | 777 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1586.84/1586.87	c  1477s|  6130k|  6105k|     0 |   0.0 |1761M|3253 |   - |4064 | 761 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1589.64/1589.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1589.64/1589.62	c  1480s|  6140k|  6115k|     0 |   0.0 |1764M|3253 |   - |4064 | 752 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1592.23/1592.20	c  1482s|  6150k|  6125k|     0 |   0.0 |1767M|3253 |   - |4064 | 759 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1595.05/1595.03	c  1485s|  6160k|  6135k|     0 |   0.0 |1769M|3253 |   - |4064 | 752 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1597.73/1597.73	c  1487s|  6170k|  6145k|     0 |   0.0 |1772M|3253 |   - |4064 | 777 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1600.44/1600.41	c  1490s|  6180k|  6155k|     0 |   0.0 |1775M|3253 |   - |4064 | 788 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1603.14/1603.18	c  1492s|  6190k|  6165k|     0 |   0.0 |1777M|3253 |   - |4064 | 806 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1605.94/1605.92	c  1495s|  6200k|  6175k|     0 |   0.0 |1780M|3253 |   - |4064 | 790 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1608.74/1608.70	c  1498s|  6210k|  6185k|     0 |   0.0 |1783M|3253 |   - |4064 | 797 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1611.34/1611.34	c  1500s|  6220k|  6195k|     0 |   0.0 |1785M|3253 |   - |4064 | 763 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1614.13/1614.12	c  1503s|  6230k|  6205k|     0 |   0.0 |1788M|3253 |   - |4064 | 767 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1616.73/1616.75	c  1505s|  6240k|  6215k|     0 |   0.0 |1791M|3253 |   - |4064 | 750 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1619.54/1619.59	c  1508s|  6250k|  6225k|     0 |   0.0 |1794M|3253 |   - |4064 | 774 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1622.23/1622.28	c  1510s|  6260k|  6235k|     0 |   0.0 |1796M|3253 |   - |4064 | 760 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1625.04/1625.03	c  1513s|  6270k|  6245k|     0 |   0.0 |1799M|3253 |   - |4064 | 785 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1627.73/1627.70	c  1515s|  6280k|  6255k|     0 |   0.0 |1802M|3253 |   - |4064 | 786 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1630.34/1630.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1630.34/1630.36	c  1518s|  6290k|  6265k|     0 |   0.0 |1804M|3253 |   - |4064 | 801 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1633.14/1633.12	c  1520s|  6300k|  6275k|     0 |   0.0 |1807M|3253 |   - |4064 | 789 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1635.84/1635.83	c  1523s|  6310k|  6285k|     0 |   0.0 |1810M|3253 |   - |4064 | 791 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1638.64/1638.69	c  1525s|  6320k|  6295k|     0 |   0.0 |1812M|3253 |   - |4064 | 792 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1641.34/1641.33	c  1528s|  6330k|  6305k|     0 |   0.0 |1815M|3253 |   - |4064 | 796 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1644.14/1644.14	c  1531s|  6340k|  6315k|     0 |   0.0 |1818M|3253 |   - |4064 | 828 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1646.84/1646.84	c  1533s|  6350k|  6325k|     0 |   0.0 |1821M|3253 |   - |4064 | 817 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1649.64/1649.63	c  1536s|  6360k|  6334k|     0 |   0.0 |1823M|3253 |   - |4064 | 819 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1652.54/1652.50	c  1538s|  6370k|  6344k|     0 |   0.0 |1826M|3253 |   - |4064 | 819 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1655.33/1655.35	c  1541s|  6380k|  6354k|     0 |   0.0 |1829M|3253 |   - |4064 | 797 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1658.04/1658.05	c  1543s|  6390k|  6364k|     0 |   0.0 |1831M|3253 |   - |4064 | 784 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1660.84/1660.85	c  1546s|  6400k|  6374k|     0 |   0.0 |1834M|3253 |   - |4064 | 799 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1663.64/1663.63	c  1549s|  6410k|  6384k|     0 |   0.0 |1837M|3253 |   - |4064 | 799 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1666.24/1666.23	c  1551s|  6420k|  6394k|     0 |   0.0 |1839M|3253 |   - |4064 | 779 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1669.04/1669.04	c  1554s|  6430k|  6404k|     0 |   0.0 |1842M|3253 |   - |4064 | 793 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1671.73/1671.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1671.73/1671.79	c  1556s|  6440k|  6414k|     0 |   0.0 |1845M|3253 |   - |4064 | 785 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1674.44/1674.42	c  1559s|  6450k|  6424k|     0 |   0.0 |1847M|3253 |   - |4064 | 779 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1677.24/1677.28	c  1561s|  6460k|  6434k|     0 |   0.0 |1850M|3253 |   - |4064 | 801 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1680.04/1680.04	c  1564s|  6470k|  6444k|     0 |   0.0 |1853M|3253 |   - |4064 | 811 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1682.84/1682.81	c  1566s|  6480k|  6454k|     0 |   0.0 |1856M|3253 |   - |4064 | 771 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1685.54/1685.51	c  1569s|  6490k|  6464k|     0 |   0.0 |1858M|3253 |   - |4064 | 740 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1688.24/1688.24	c  1572s|  6500k|  6474k|     0 |   0.0 |1861M|3253 |   - |4064 | 785 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1691.04/1691.02	c  1574s|  6510k|  6484k|     0 |   0.0 |1864M|3253 |   - |4064 | 746 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1693.54/1693.58	c  1576s|  6520k|  6494k|     0 |   0.0 |1866M|3253 |   - |4064 | 738 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1696.44/1696.44	c  1579s|  6530k|  6504k|     0 |   0.0 |1869M|3253 |   - |4064 | 787 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1699.14/1699.10	c  1582s|  6540k|  6514k|     0 |   0.0 |1872M|3253 |   - |4064 | 732 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1701.84/1701.85	c  1584s|  6550k|  6524k|     0 |   0.0 |1874M|3253 |   - |4064 | 765 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1704.44/1704.42	c  1587s|  6560k|  6534k|     0 |   0.0 |1877M|3253 |   - |4064 | 736 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1707.14/1707.20	c  1589s|  6570k|  6544k|     0 |   0.0 |1880M|3253 |   - |4064 | 755 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1709.84/1709.81	c  1592s|  6580k|  6554k|     0 |   0.0 |1883M|3253 |   - |4064 | 755 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1712.65/1712.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1712.65/1712.68	c  1594s|  6590k|  6564k|     0 |   0.0 |1885M|3253 |   - |4064 | 794 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1715.34/1715.39	c  1597s|  6600k|  6574k|     0 |   0.0 |1888M|3253 |   - |4064 | 769 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1718.04/1718.10	c  1599s|  6610k|  6584k|     0 |   0.0 |1891M|3253 |   - |4064 | 755 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1720.74/1720.75	c  1602s|  6620k|  6594k|     0 |   0.0 |1893M|3253 |   - |4064 | 765 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1723.44/1723.48	c  1604s|  6630k|  6604k|     0 |   0.0 |1896M|3253 |   - |4064 | 772 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1726.24/1726.27	c  1607s|  6640k|  6614k|     0 |   0.0 |1899M|3253 |   - |4064 | 744 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1728.94/1728.93	c  1609s|  6650k|  6624k|     0 |   0.0 |1901M|3253 |   - |4064 | 726 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1731.64/1731.68	c  1612s|  6660k|  6634k|     0 |   0.0 |1904M|3253 |   - |4064 | 714 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1734.54/1734.50	c  1614s|  6670k|  6644k|     0 |   0.0 |1907M|3253 |   - |4064 | 703 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1737.25/1737.25	c  1617s|  6680k|  6654k|     0 |   0.0 |1910M|3253 |   - |4064 | 713 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1739.94/1739.91	c  1620s|  6690k|  6664k|     0 |   0.0 |1912M|3253 |   - |4064 | 705 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1742.64/1742.67	c  1622s|  6700k|  6674k|     0 |   0.0 |1915M|3253 |   - |4064 | 702 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1745.34/1745.37	c  1625s|  6710k|  6684k|     0 |   0.0 |1918M|3253 |   - |4064 | 674 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1748.04/1748.06	c  1627s|  6720k|  6694k|     0 |   0.0 |1920M|3253 |   - |4064 | 682 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1750.74/1750.74	c  1630s|  6730k|  6704k|     0 |   0.0 |1923M|3253 |   - |4064 | 716 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1753.45/1753.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1753.45/1753.47	c  1632s|  6740k|  6714k|     0 |   0.0 |1926M|3253 |   - |4064 | 693 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1756.15/1756.16	c  1635s|  6750k|  6724k|     0 |   0.0 |1928M|3253 |   - |4064 | 710 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1758.95/1758.94	c  1637s|  6760k|  6734k|     0 |   0.0 |1931M|3253 |   - |4064 | 730 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1761.64/1761.63	c  1640s|  6770k|  6744k|     0 |   0.0 |1934M|3253 |   - |4064 | 718 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1764.44/1764.46	c  1642s|  6780k|  6754k|     0 |   0.0 |1937M|3253 |   - |4064 | 727 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1767.04/1767.01	c  1645s|  6790k|  6764k|     0 |   0.0 |1939M|3253 |   - |4064 | 673 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1769.74/1769.79	c  1647s|  6800k|  6774k|     0 |   0.0 |1942M|3253 |   - |4064 | 687 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1772.45/1772.46	c  1650s|  6810k|  6784k|     0 |   0.0 |1945M|3253 |   - |4064 | 666 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1775.34/1775.34	c  1652s|  6820k|  6793k|     0 |   0.0 |1947M|3253 |   - |4064 | 684 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1778.04/1778.00	c  1655s|  6830k|  6803k|     0 |   0.0 |1950M|3253 |   - |4064 | 691 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1780.85/1780.82	c  1658s|  6840k|  6813k|     0 |   0.0 |1953M|3253 |   - |4064 | 682 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1783.54/1783.56	c  1660s|  6850k|  6823k|     0 |   0.0 |1956M|3253 |   - |4064 | 682 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1786.35/1786.32	c  1663s|  6860k|  6833k|     0 |   0.0 |1958M|3253 |   - |4064 | 684 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1789.04/1789.06	c  1665s|  6870k|  6843k|     0 |   0.0 |1961M|3253 |   - |4064 | 695 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1791.74/1791.79	c  1668s|  6880k|  6853k|     0 |   0.0 |1964M|3253 |   - |4064 | 692 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1794.54/1794.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1794.54/1794.52	c  1670s|  6890k|  6863k|     0 |   0.0 |1966M|3253 |   - |4064 | 693 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1797.35/1797.37	c  1673s|  6900k|  6873k|     0 |   0.0 |1969M|3253 |   - |4064 | 714 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1675.37
1800.05/1800.00	c Solving Nodes      : 6909478
1800.05/1800.00	c Primal Bound       : +1.00000000000000e+00 (1 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.01	s SATISFIABLE
1800.05/1800.01	v -x3900 -x3899 -x3898 -x3897 -x3896 -x3895 -x3894 -x3893 -x3892 -x3891 -x3890 -x3889 -x3888 -x3887 -x3886 -x3885 -x3884 -x3883 -x3882 
1800.05/1800.01	v -x3881 -x3880 -x3879 -x3878 -x3877 -x3876 -x3875 -x3874 -x3873 -x3872 -x3871 -x3870 -x3869 -x3868 -x3867 -x3866 -x3865 
1800.05/1800.01	v -x3864 -x3863 -x3862 -x3861 -x3860 -x3859 x3858 -x3857 -x3856 -x3855 -x3854 -x3853 -x3852 -x3851 -x3850 -x3849 -x3848 -x3847 
1800.05/1800.01	v -x3846 -x3845 -x3844 -x3843 -x3842 -x3841 -x3840 -x3839 -x3838 -x3837 -x3836 -x3835 -x3834 -x3833 -x3832 -x3831 -x3830 -x3829 
1800.05/1800.01	v -x3828 -x3827 -x3826 -x3825 -x3824 -x3823 -x3822 -x3821 -x3820 -x3819 -x3818 -x3817 -x3816 -x3815 -x3814 -x3813 -x3812 -x3811 
1800.05/1800.01	v -x3810 -x3809 -x3808 -x3807 -x3806 -x3805 -x3804 -x3803 -x3802 -x3801 -x3800 -x3799 -x3798 -x3797 -x3796 -x3795 -x3794 -x3793 
1800.05/1800.01	v -x3792 x3791 -x3790 -x3789 -x3788 -x3787 -x3786 -x3785 -x3784 -x3783 -x3782 -x3781 -x3780 -x3779 -x3778 -x3777 -x3776 -x3775 
1800.05/1800.01	v -x3774 -x3773 -x3772 -x3771 -x3770 -x3769 -x3768 -x3767 -x3766 -x3765 -x3764 -x3763 -x3762 -x3761 -x3760 -x3759 -x3758 -x3757 
1800.05/1800.01	v -x3756 -x3755 -x3754 -x3753 -x3752 -x3751 -x3750 -x3749 -x3748 -x3747 -x3746 x3745 -x3744 -x3743 -x3742 -x3741 -x3740 -x3739 
1800.05/1800.01	v -x3738 -x3737 -x3736 -x3735 -x3734 -x3733 -x3732 -x3731 -x3730 -x3729 -x3728 -x3727 -x3726 -x3725 -x3724 -x3723 -x3722 -x3721 
1800.05/1800.01	v -x3720 -x3719 -x3718 -x3717 -x3716 -x3715 -x3714 -x3713 -x3712 -x3711 -x3710 -x3709 -x3708 -x3707 -x3706 -x3705 -x3704 -x3703 
1800.05/1800.01	v -x3702 -x3701 -x3700 -x3699 -x3698 -x3697 -x3696 -x3695 -x3694 -x3693 -x3692 -x3691 -x3690 -x3689 -x3688 -x3687 -x3686 
1800.05/1800.01	v -x3685 -x3684 -x3683 -x3682 -x3681 -x3680 -x3679 -x3678 -x3677 x3676 -x3675 -x3674 -x3673 -x3672 -x3671 -x3670 -x3669 -x3668 
1800.05/1800.01	v -x3667 -x3666 -x3665 -x3664 -x3663 -x3662 -x3661 -x3660 -x3659 -x3658 -x3657 -x3656 -x3655 -x3654 -x3653 -x3652 -x3651 -x3650 
1800.05/1800.01	v -x3649 -x3648 -x3647 -x3646 -x3645 -x3644 -x3643 -x3642 -x3641 -x3640 -x3639 -x3638 -x3637 -x3636 -x3635 -x3634 -x3633 -x3632 
1800.05/1800.01	v -x3631 -x3630 -x3629 -x3628 -x3627 -x3626 x3625 -x3624 -x3623 -x3622 -x3621 -x3620 -x3619 -x3618 -x3617 -x3616 -x3615 -x3614 
1800.05/1800.01	v -x3613 -x3612 -x3611 -x3610 -x3609 -x3608 -x3607 -x3606 -x3605 -x3604 -x3603 -x3602 -x3601 -x3600 -x3599 -x3598 -x3597 -x3596 
1800.05/1800.01	v -x3595 -x3594 -x3593 -x3592 -x3591 -x3590 -x3589 -x3588 -x3587 -x3586 -x3585 -x3584 -x3583 -x3582 -x3581 -x3580 -x3579 -x3578 
1800.05/1800.01	v -x3577 -x3576 -x3575 -x3574 -x3573 -x3572 -x3571 -x3570 -x3569 -x3568 -x3567 -x3566 -x3565 x3564 -x3563 -x3562 -x3561 -x3560 
1800.05/1800.01	v -x3559 -x3558 -x3557 -x3556 -x3555 -x3554 -x3553 -x3552 -x3551 -x3550 -x3549 -x3548 -x3547 -x3546 -x3545 -x3544 -x3543 -x3542 
1800.05/1800.01	v -x3541 -x3540 -x3539 -x3538 -x3537 -x3536 -x3535 -x3534 -x3533 -x3532 -x3531 -x3530 -x3529 -x3528 -x3527 -x3526 -x3525 -x3524 
1800.05/1800.01	v -x3523 -x3522 -x3521 -x3520 -x3519 -x3518 -x3517 -x3516 -x3515 -x3514 -x3513 -x3512 -x3511 -x3510 -x3509 -x3508 -x3507 
1800.05/1800.01	v -x3506 -x3505 -x3504 -x3503 -x3502 -x3501 -x3500 -x3499 -x3498 -x3497 -x3496 -x3495 -x3494 -x3493 -x3492 -x3491 -x3490 -x3489 
1800.05/1800.01	v -x3488 -x3487 -x3486 -x3485 -x3484 x3483 -x3482 -x3481 -x3480 -x3479 -x3478 -x3477 -x3476 -x3475 -x3474 -x3473 -x3472 -x3471 
1800.05/1800.01	v -x3470 -x3469 -x3468 -x3467 -x3466 -x3465 -x3464 -x3463 -x3462 -x3461 -x3460 -x3459 -x3458 -x3457 -x3456 -x3455 -x3454 -x3453 
1800.05/1800.01	v -x3452 -x3451 -x3450 -x3449 -x3448 -x3447 -x3446 x3445 -x3444 -x3443 -x3442 -x3441 -x3440 -x3439 -x3438 -x3437 -x3436 -x3435 
1800.05/1800.01	v -x3434 -x3433 -x3432 -x3431 -x3430 -x3429 -x3428 -x3427 -x3426 -x3425 -x3424 -x3423 -x3422 -x3421 -x3420 -x3419 -x3418 -x3417 
1800.05/1800.01	v -x3416 -x3415 -x3414 -x3413 -x3412 -x3411 -x3410 -x3409 -x3408 -x3407 -x3406 -x3405 -x3404 -x3403 -x3402 -x3401 -x3400 -x3399 
1800.05/1800.01	v -x3398 -x3397 -x3396 -x3395 -x3394 -x3393 -x3392 -x3391 -x3390 -x3389 -x3388 -x3387 -x3386 x3385 -x3384 -x3383 -x3382 -x3381 
1800.05/1800.01	v -x3380 -x3379 -x3378 -x3377 -x3376 -x3375 -x3374 -x3373 -x3372 -x3371 -x3370 -x3369 -x3368 -x3367 -x3366 -x3365 -x3364 -x3363 
1800.05/1800.01	v -x3362 -x3361 -x3360 -x3359 -x3358 -x3357 -x3356 -x3355 -x3354 -x3353 -x3352 -x3351 -x3350 -x3349 -x3348 -x3347 -x3346 -x3345 
1800.05/1800.01	v -x3344 -x3343 -x3342 -x3341 -x3340 -x3339 -x3338 -x3337 -x3336 -x3335 -x3334 x3333 -x3332 -x3331 -x3330 -x3329 -x3328 -x3327 
1800.05/1800.01	v -x3326 -x3325 -x3324 -x3323 -x3322 -x3321 -x3320 -x3319 -x3318 -x3317 -x3316 -x3315 -x3314 -x3313 -x3312 -x3311 -x3310 
1800.05/1800.01	v -x3309 -x3308 -x3307 -x3306 -x3305 -x3304 -x3303 -x3302 -x3301 -x3300 -x3299 -x3298 -x3297 -x3296 -x3295 -x3294 -x3293 -x3292 
1800.05/1800.01	v -x3291 -x3290 -x3289 -x3288 -x3287 -x3286 -x3285 -x3284 -x3283 -x3282 -x3281 -x3280 -x3279 -x3278 -x3277 -x3276 -x3275 -x3274 
1800.05/1800.01	v -x3273 -x3272 -x3271 -x3270 -x3269 -x3268 -x3267 -x3266 -x3265 -x3264 -x3263 -x3262 -x3261 x3260 -x3259 -x3258 -x3257 -x3256 
1800.05/1800.01	v -x3255 -x3254 -x3253 -x3252 -x3251 -x3250 -x3249 -x3248 -x3247 -x3246 -x3245 -x3244 -x3243 -x3242 -x3241 -x3240 -x3239 x3238 
1800.05/1800.01	v -x3237 -x3236 -x3235 -x3234 -x3233 -x3232 -x3231 -x3230 -x3229 -x3228 -x3227 -x3226 -x3225 -x3224 -x3223 -x3222 -x3221 -x3220 
1800.05/1800.01	v -x3219 -x3218 -x3217 -x3216 -x3215 -x3214 -x3213 -x3212 -x3211 -x3210 -x3209 -x3208 -x3207 -x3206 -x3205 -x3204 -x3203 -x3202 
1800.05/1800.01	v -x3201 -x3200 -x3199 -x3198 -x3197 -x3196 -x3195 -x3194 -x3193 -x3192 -x3191 -x3190 -x3189 -x3188 -x3187 -x3186 -x3185 -x3184 
1800.05/1800.01	v -x3183 -x3182 -x3181 -x3180 -x3179 -x3178 -x3177 -x3176 -x3175 -x3174 -x3173 -x3172 -x3171 -x3170 -x3169 -x3168 -x3167 -x3166 
1800.05/1800.01	v -x3165 -x3164 -x3163 -x3162 -x3161 -x3160 -x3159 -x3158 -x3157 -x3156 -x3155 -x3154 -x3153 -x3152 -x3151 -x3150 -x3149 
1800.05/1800.01	v -x3148 -x3147 -x3146 -x3145 -x3144 -x3143 -x3142 -x3141 -x3140 -x3139 -x3138 -x3137 -x3136 -x3135 -x3134 -x3133 -x3132 -x3131 
1800.05/1800.01	v -x3130 -x3129 x3128 -x3127 -x3126 -x3125 -x3124 -x3123 -x3122 -x3121 -x3120 -x3119 -x3118 -x3117 -x3116 -x3115 -x3114 -x3113 
1800.05/1800.01	v -x3112 -x3111 -x3110 -x3109 -x3108 -x3107 -x3106 -x3105 x3104 -x3103 -x3102 -x3101 -x3100 -x3099 -x3098 -x3097 -x3096 -x3095 
1800.05/1800.01	v -x3094 -x3093 -x3092 -x3091 -x3090 -x3089 -x3088 -x3087 -x3086 -x3085 -x3084 -x3083 -x3082 -x3081 -x3080 -x3079 -x3078 -x3077 
1800.05/1800.01	v -x3076 -x3075 -x3074 -x3073 -x3072 -x3071 -x3070 -x3069 -x3068 -x3067 -x3066 -x3065 -x3064 -x3063 -x3062 -x3061 -x3060 -x3059 
1800.05/1800.01	v -x3058 -x3057 -x3056 -x3055 -x3054 -x3053 -x3052 -x3051 -x3050 -x3049 -x3048 -x3047 -x3046 -x3045 -x3044 -x3043 -x3042 -x3041 
1800.05/1800.01	v -x3040 -x3039 -x3038 -x3037 -x3036 -x3035 -x3034 -x3033 -x3032 -x3031 -x3030 -x3029 -x3028 -x3027 -x3026 -x3025 -x3024 -x3023 
1800.05/1800.01	v -x3022 -x3021 -x3020 -x3019 -x3018 -x3017 -x3016 -x3015 -x3014 -x3013 -x3012 -x3011 -x3010 -x3009 -x3008 -x3007 -x3006 -x3005 
1800.05/1800.01	v x3004 -x3003 -x3002 -x3001 -x3000 -x2999 -x2998 -x2997 -x2996 -x2995 -x2994 -x2993 -x2992 -x2991 -x2990 -x2989 -x2988 -x2987 
1800.05/1800.01	v -x2986 -x2985 -x2984 -x2983 -x2982 -x2981 -x2980 -x2979 -x2978 -x2977 -x2976 -x2975 -x2974 -x2973 -x2972 -x2971 -x2970 
1800.05/1800.01	v -x2969 -x2968 -x2967 -x2966 -x2965 -x2964 -x2963 -x2962 -x2961 -x2960 x2959 -x2958 -x2957 -x2956 -x2955 -x2954 -x2953 -x2952 
1800.05/1800.01	v -x2951 -x2950 -x2949 -x2948 -x2947 -x2946 -x2945 -x2944 -x2943 -x2942 -x2941 -x2940 -x2939 -x2938 -x2937 -x2936 -x2935 -x2934 
1800.05/1800.01	v -x2933 -x2932 -x2931 -x2930 -x2929 -x2928 -x2927 -x2926 -x2925 -x2924 -x2923 -x2922 -x2921 -x2920 -x2919 -x2918 -x2917 -x2916 
1800.05/1800.01	v -x2915 -x2914 -x2913 -x2912 -x2911 -x2910 -x2909 -x2908 -x2907 -x2906 -x2905 -x2904 -x2903 -x2902 -x2901 -x2900 -x2899 -x2898 
1800.05/1800.01	v -x2897 -x2896 -x2895 -x2894 -x2893 -x2892 -x2891 -x2890 x2889 -x2888 -x2887 -x2886 -x2885 -x2884 -x2883 -x2882 -x2881 -x2880 
1800.05/1800.01	v -x2879 -x2878 -x2877 -x2876 -x2875 -x2874 -x2873 -x2872 -x2871 -x2870 -x2869 -x2868 -x2867 -x2866 -x2865 -x2864 -x2863 -x2862 
1800.05/1800.01	v -x2861 -x2860 -x2859 x2858 -x2857 -x2856 -x2855 -x2854 -x2853 -x2852 -x2851 -x2850 -x2849 -x2848 -x2847 -x2846 -x2845 -x2844 
1800.05/1800.01	v -x2843 -x2842 -x2841 -x2840 -x2839 -x2838 -x2837 -x2836 -x2835 -x2834 -x2833 -x2832 -x2831 -x2830 -x2829 -x2828 -x2827 -x2826 
1800.05/1800.01	v -x2825 -x2824 -x2823 -x2822 -x2821 -x2820 -x2819 -x2818 -x2817 -x2816 -x2815 -x2814 x2813 -x2812 -x2811 -x2810 -x2809 -x2808 
1800.05/1800.01	v -x2807 -x2806 -x2805 -x2804 -x2803 -x2802 -x2801 -x2800 -x2799 -x2798 -x2797 -x2796 -x2795 -x2794 -x2793 -x2792 -x2791 -x2790 
1800.05/1800.01	v -x2789 -x2788 -x2787 -x2786 -x2785 -x2784 -x2783 -x2782 -x2781 -x2780 -x2779 -x2778 -x2777 -x2776 -x2775 -x2774 -x2773 
1800.05/1800.01	v -x2772 -x2771 -x2770 -x2769 -x2768 -x2767 -x2766 -x2765 -x2764 -x2763 -x2762 -x2761 -x2760 -x2759 -x2758 -x2757 -x2756 -x2755 
1800.05/1800.01	v -x2754 -x2753 -x2752 -x2751 -x2750 -x2749 -x2748 -x2747 -x2746 -x2745 -x2744 -x2743 -x2742 -x2741 -x2740 -x2739 -x2738 -x2737 
1800.05/1800.01	v -x2736 -x2735 -x2734 -x2733 -x2732 -x2731 -x2730 -x2729 -x2728 -x2727 -x2726 -x2725 -x2724 -x2723 -x2722 x2721 -x2720 -x2719 
1800.05/1800.01	v -x2718 -x2717 -x2716 -x2715 -x2714 -x2713 -x2712 -x2711 -x2710 -x2709 -x2708 -x2707 -x2706 -x2705 -x2704 -x2703 -x2702 -x2701 
1800.05/1800.01	v -x2700 -x2699 -x2698 -x2697 -x2696 -x2695 -x2694 -x2693 -x2692 -x2691 -x2690 -x2689 -x2688 -x2687 -x2686 x2685 -x2684 -x2683 
1800.05/1800.01	v -x2682 -x2681 -x2680 -x2679 -x2678 -x2677 -x2676 -x2675 -x2674 -x2673 -x2672 -x2671 -x2670 -x2669 -x2668 -x2667 -x2666 -x2665 
1800.05/1800.01	v -x2664 -x2663 -x2662 -x2661 -x2660 -x2659 -x2658 -x2657 -x2656 -x2655 -x2654 -x2653 -x2652 -x2651 -x2650 -x2649 -x2648 -x2647 
1800.05/1800.01	v -x2646 -x2645 -x2644 -x2643 -x2642 -x2641 -x2640 -x2639 -x2638 -x2637 -x2636 -x2635 -x2634 -x2633 -x2632 -x2631 -x2630 -x2629 
1800.05/1800.01	v -x2628 -x2627 -x2626 -x2625 -x2624 -x2623 -x2622 -x2621 -x2620 -x2619 -x2618 -x2617 x2616 -x2615 -x2614 -x2613 -x2612 -x2611 
1800.05/1800.01	v -x2610 -x2609 -x2608 -x2607 -x2606 -x2605 -x2604 -x2603 -x2602 -x2601 -x2600 -x2599 -x2598 -x2597 -x2596 -x2595 -x2594 
1800.05/1800.01	v -x2593 -x2592 -x2591 -x2590 -x2589 -x2588 -x2587 -x2586 -x2585 -x2584 -x2583 -x2582 -x2581 -x2580 -x2579 -x2578 -x2577 -x2576 
1800.05/1800.01	v -x2575 -x2574 -x2573 -x2572 -x2571 -x2570 -x2569 -x2568 -x2567 -x2566 -x2565 -x2564 -x2563 -x2562 x2561 -x2560 -x2559 -x2558 
1800.05/1800.01	v -x2557 -x2556 -x2555 -x2554 -x2553 -x2552 -x2551 -x2550 -x2549 -x2548 -x2547 -x2546 -x2545 -x2544 -x2543 -x2542 -x2541 -x2540 
1800.05/1800.01	v -x2539 -x2538 -x2537 -x2536 -x2535 -x2534 -x2533 -x2532 -x2531 -x2530 -x2529 -x2528 -x2527 -x2526 -x2525 -x2524 -x2523 -x2522 
1800.05/1800.01	v -x2521 -x2520 -x2519 -x2518 -x2517 -x2516 -x2515 -x2514 -x2513 -x2512 -x2511 -x2510 -x2509 -x2508 -x2507 -x2506 -x2505 -x2504 
1800.05/1800.01	v -x2503 -x2502 -x2501 -x2500 -x2499 -x2498 -x2497 -x2496 -x2495 -x2494 -x2493 -x2492 -x2491 -x2490 -x2489 -x2488 -x2487 -x2486 
1800.05/1800.01	v -x2485 -x2484 -x2483 -x2482 -x2481 -x2480 -x2479 -x2478 -x2477 -x2476 -x2475 -x2474 -x2473 -x2472 -x2471 -x2470 -x2469 -x2468 
1800.05/1800.01	v x2467 -x2466 -x2465 -x2464 -x2463 -x2462 -x2461 -x2460 -x2459 -x2458 -x2457 -x2456 -x2455 -x2454 -x2453 -x2452 -x2451 -x2450 
1800.05/1800.01	v -x2449 -x2448 -x2447 x2446 -x2445 -x2444 -x2443 -x2442 -x2441 -x2440 -x2439 -x2438 -x2437 -x2436 -x2435 -x2434 -x2433 -x2432 
1800.05/1800.01	v -x2431 -x2430 -x2429 -x2428 -x2427 -x2426 -x2425 -x2424 -x2423 -x2422 -x2421 -x2420 -x2419 -x2418 -x2417 -x2416 -x2415 
1800.05/1800.01	v -x2414 -x2413 -x2412 -x2411 -x2410 -x2409 -x2408 -x2407 -x2406 -x2405 -x2404 -x2403 -x2402 -x2401 -x2400 -x2399 -x2398 -x2397 
1800.05/1800.01	v -x2396 -x2395 -x2394 -x2393 -x2392 -x2391 -x2390 -x2389 -x2388 -x2387 -x2386 -x2385 -x2384 -x2383 -x2382 -x2381 -x2380 -x2379 
1800.05/1800.01	v -x2378 -x2377 -x2376 -x2375 -x2374 -x2373 -x2372 -x2371 -x2370 -x2369 -x2368 -x2367 -x2366 -x2365 -x2364 -x2363 -x2362 -x2361 
1800.05/1800.01	v -x2360 -x2359 -x2358 -x2357 -x2356 -x2355 -x2354 -x2353 -x2352 -x2351 -x2350 -x2349 -x2348 -x2347 -x2346 -x2345 -x2344 -x2343 
1800.05/1800.01	v -x2342 x2341 -x2340 -x2339 -x2338 -x2337 -x2336 -x2335 -x2334 -x2333 -x2332 -x2331 -x2330 -x2329 -x2328 -x2327 -x2326 -x2325 
1800.05/1800.01	v -x2324 -x2323 x2322 -x2321 -x2320 -x2319 -x2318 -x2317 -x2316 -x2315 -x2314 -x2313 -x2312 -x2311 -x2310 -x2309 -x2308 -x2307 
1800.05/1800.01	v -x2306 -x2305 -x2304 -x2303 -x2302 -x2301 -x2300 -x2299 -x2298 -x2297 -x2296 -x2295 -x2294 -x2293 -x2292 -x2291 -x2290 -x2289 
1800.05/1800.01	v -x2288 -x2287 -x2286 -x2285 -x2284 -x2283 -x2282 -x2281 -x2280 -x2279 -x2278 -x2277 -x2276 -x2275 -x2274 -x2273 -x2272 -x2271 
1800.05/1800.01	v -x2270 -x2269 -x2268 -x2267 -x2266 -x2265 -x2264 -x2263 -x2262 -x2261 -x2260 -x2259 -x2258 -x2257 -x2256 -x2255 -x2254 
1800.05/1800.01	v -x2253 -x2252 -x2251 -x2250 -x2249 -x2248 -x2247 -x2246 -x2245 -x2244 -x2243 -x2242 -x2241 -x2240 -x2239 -x2238 -x2237 -x2236 
1800.05/1800.01	v x2235 -x2234 -x2233 -x2232 -x2231 -x2230 -x2229 -x2228 -x2227 -x2226 -x2225 -x2224 -x2223 -x2222 -x2221 -x2220 -x2219 -x2218 
1800.05/1800.01	v -x2217 -x2216 -x2215 -x2214 -x2213 -x2212 -x2211 -x2210 -x2209 -x2208 -x2207 -x2206 -x2205 -x2204 -x2203 -x2202 -x2201 -x2200 
1800.05/1800.01	v -x2199 -x2198 -x2197 -x2196 -x2195 -x2194 -x2193 -x2192 -x2191 -x2190 -x2189 x2188 -x2187 -x2186 -x2185 -x2184 -x2183 -x2182 
1800.05/1800.01	v -x2181 -x2180 -x2179 -x2178 -x2177 -x2176 -x2175 -x2174 -x2173 -x2172 -x2171 -x2170 -x2169 -x2168 -x2167 -x2166 -x2165 -x2164 
1800.05/1800.01	v -x2163 -x2162 -x2161 -x2160 -x2159 -x2158 -x2157 -x2156 -x2155 -x2154 -x2153 -x2152 -x2151 -x2150 -x2149 -x2148 -x2147 -x2146 
1800.05/1800.01	v -x2145 -x2144 x2143 -x2142 -x2141 -x2140 -x2139 -x2138 -x2137 -x2136 -x2135 -x2134 -x2133 -x2132 -x2131 -x2130 -x2129 -x2128 
1800.05/1800.01	v -x2127 -x2126 -x2125 -x2124 -x2123 -x2122 -x2121 -x2120 -x2119 -x2118 -x2117 -x2116 -x2115 -x2114 -x2113 -x2112 -x2111 -x2110 
1800.05/1800.01	v -x2109 -x2108 -x2107 -x2106 -x2105 -x2104 -x2103 -x2102 -x2101 -x2100 -x2099 -x2098 -x2097 -x2096 -x2095 -x2094 -x2093 -x2092 
1800.05/1800.01	v -x2091 -x2090 -x2089 -x2088 -x2087 -x2086 -x2085 -x2084 -x2083 -x2082 -x2081 -x2080 -x2079 -x2078 -x2077 -x2076 -x2075 
1800.05/1800.01	v -x2074 -x2073 -x2072 -x2071 -x2070 -x2069 -x2068 -x2067 -x2066 -x2065 -x2064 -x2063 -x2062 -x2061 -x2060 -x2059 -x2058 -x2057 
1800.05/1800.01	v -x2056 -x2055 -x2054 -x2053 x2052 -x2051 -x2050 -x2049 -x2048 -x2047 -x2046 -x2045 -x2044 -x2043 -x2042 -x2041 -x2040 -x2039 
1800.05/1800.01	v -x2038 -x2037 -x2036 -x2035 x2034 -x2033 -x2032 -x2031 -x2030 -x2029 -x2028 -x2027 -x2026 -x2025 -x2024 -x2023 -x2022 -x2021 
1800.05/1800.01	v -x2020 -x2019 -x2018 -x2017 -x2016 -x2015 -x2014 -x2013 -x2012 -x2011 -x2010 -x2009 -x2008 -x2007 -x2006 -x2005 -x2004 -x2003 
1800.05/1800.01	v -x2002 -x2001 -x2000 -x1999 -x1998 -x1997 -x1996 -x1995 -x1994 -x1993 -x1992 -x1991 -x1990 -x1989 -x1988 -x1987 -x1986 -x1985 
1800.05/1800.01	v -x1984 -x1983 -x1982 -x1981 -x1980 -x1979 -x1978 -x1977 -x1976 -x1975 -x1974 -x1973 -x1972 x1971 -x1970 -x1969 -x1968 -x1967 
1800.05/1800.01	v -x1966 -x1965 -x1964 -x1963 -x1962 -x1961 -x1960 -x1959 -x1958 -x1957 -x1956 -x1955 -x1954 -x1953 -x1952 -x1951 -x1950 -x1949 
1800.05/1800.01	v -x1948 -x1947 -x1946 -x1945 -x1944 -x1943 -x1942 -x1941 -x1940 -x1939 -x1938 -x1937 -x1936 -x1935 -x1934 -x1933 -x1932 -x1931 
1800.05/1800.01	v -x1930 -x1929 -x1928 -x1927 -x1926 -x1925 -x1924 -x1923 -x1922 -x1921 -x1920 -x1919 -x1918 -x1917 -x1916 -x1915 -x1914 -x1913 
1800.05/1800.01	v -x1912 -x1911 -x1910 -x1909 -x1908 -x1907 -x1906 -x1905 -x1904 -x1903 -x1902 -x1901 -x1900 -x1899 -x1898 -x1897 -x1896 
1800.05/1800.01	v x1895 -x1894 -x1893 -x1892 -x1891 -x1890 -x1889 -x1888 -x1887 -x1886 -x1885 -x1884 -x1883 -x1882 -x1881 -x1880 -x1879 -x1878 
1800.05/1800.01	v -x1877 -x1876 -x1875 -x1874 -x1873 -x1872 -x1871 -x1870 -x1869 -x1868 -x1867 -x1866 -x1865 -x1864 -x1863 -x1862 -x1861 -x1860 
1800.05/1800.01	v -x1859 -x1858 -x1857 -x1856 -x1855 -x1854 -x1853 -x1852 -x1851 -x1850 -x1849 -x1848 -x1847 -x1846 -x1845 -x1844 -x1843 -x1842 
1800.05/1800.01	v -x1841 -x1840 -x1839 -x1838 -x1837 -x1836 -x1835 x1834 -x1833 -x1832 -x1831 -x1830 -x1829 -x1828 -x1827 -x1826 -x1825 -x1824 
1800.05/1800.01	v -x1823 -x1822 -x1821 -x1820 -x1819 -x1818 -x1817 -x1816 -x1815 -x1814 -x1813 -x1812 -x1811 -x1810 -x1809 -x1808 -x1807 -x1806 
1800.05/1800.01	v -x1805 -x1804 -x1803 -x1802 -x1801 -x1800 -x1799 -x1798 -x1797 -x1796 -x1795 -x1794 -x1793 -x1792 -x1791 -x1790 -x1789 -x1788 
1800.05/1800.01	v -x1787 -x1786 -x1785 -x1784 -x1783 -x1782 -x1781 -x1780 -x1779 -x1778 -x1777 -x1776 -x1775 -x1774 -x1773 -x1772 -x1771 -x1770 
1800.05/1800.01	v -x1769 -x1768 -x1767 -x1766 -x1765 -x1764 -x1763 x1762 -x1761 -x1760 -x1759 -x1758 -x1757 -x1756 -x1755 -x1754 -x1753 -x1752 
1800.05/1800.01	v -x1751 -x1750 -x1749 -x1748 -x1747 -x1746 -x1745 -x1744 -x1743 -x1742 -x1741 -x1740 -x1739 -x1738 -x1737 -x1736 -x1735 -x1734 
1800.05/1800.01	v -x1733 -x1732 -x1731 -x1730 -x1729 -x1728 -x1727 -x1726 -x1725 -x1724 -x1723 -x1722 -x1721 -x1720 -x1719 -x1718 -x1717 
1800.05/1800.01	v -x1716 -x1715 -x1714 -x1713 -x1712 -x1711 -x1710 -x1709 -x1708 -x1707 -x1706 -x1705 -x1704 -x1703 -x1702 -x1701 -x1700 -x1699 
1800.05/1800.01	v -x1698 x1697 -x1696 -x1695 -x1694 -x1693 -x1692 -x1691 -x1690 -x1689 -x1688 -x1687 -x1686 -x1685 -x1684 -x1683 -x1682 -x1681 
1800.05/1800.01	v -x1680 -x1679 -x1678 -x1677 -x1676 -x1675 -x1674 -x1673 -x1672 -x1671 -x1670 -x1669 -x1668 -x1667 -x1666 -x1665 -x1664 -x1663 
1800.05/1800.01	v -x1662 -x1661 -x1660 -x1659 -x1658 -x1657 -x1656 -x1655 -x1654 -x1653 -x1652 -x1651 -x1650 -x1649 -x1648 -x1647 -x1646 -x1645 
1800.05/1800.01	v -x1644 -x1643 -x1642 -x1641 -x1640 -x1639 -x1638 -x1637 -x1636 -x1635 x1634 -x1633 -x1632 -x1631 -x1630 -x1629 -x1628 -x1627 
1800.05/1800.01	v -x1626 -x1625 -x1624 -x1623 -x1622 -x1621 -x1620 -x1619 -x1618 -x1617 -x1616 -x1615 -x1614 -x1613 x1612 -x1611 -x1610 -x1609 
1800.05/1800.01	v -x1608 -x1607 -x1606 -x1605 -x1604 -x1603 -x1602 -x1601 -x1600 -x1599 -x1598 -x1597 -x1596 -x1595 -x1594 -x1593 -x1592 -x1591 
1800.05/1800.01	v -x1590 -x1589 -x1588 -x1587 -x1586 -x1585 -x1584 -x1583 -x1582 -x1581 -x1580 -x1579 -x1578 -x1577 -x1576 -x1575 -x1574 -x1573 
1800.05/1800.01	v -x1572 -x1571 -x1570 -x1569 -x1568 -x1567 -x1566 -x1565 -x1564 -x1563 -x1562 -x1561 -x1560 -x1559 -x1558 -x1557 -x1556 -x1555 
1800.05/1800.01	v -x1554 -x1553 -x1552 -x1551 -x1550 -x1549 -x1548 -x1547 -x1546 -x1545 -x1544 -x1543 -x1542 -x1541 -x1540 -x1539 -x1538 
1800.05/1800.01	v -x1537 -x1536 -x1535 -x1534 -x1533 -x1532 -x1531 -x1530 -x1529 -x1528 x1527 -x1526 -x1525 -x1524 -x1523 -x1522 -x1521 -x1520 
1800.05/1800.01	v -x1519 -x1518 -x1517 -x1516 -x1515 -x1514 -x1513 -x1512 -x1511 -x1510 -x1509 -x1508 -x1507 -x1506 -x1505 -x1504 -x1503 -x1502 
1800.05/1800.01	v -x1501 -x1500 -x1499 -x1498 -x1497 -x1496 -x1495 -x1494 -x1493 -x1492 -x1491 -x1490 -x1489 -x1488 -x1487 -x1486 -x1485 -x1484 
1800.05/1800.01	v -x1483 -x1482 -x1481 -x1480 -x1479 -x1478 -x1477 -x1476 -x1475 -x1474 -x1473 -x1472 -x1471 -x1470 -x1469 -x1468 -x1467 -x1466 
1800.05/1800.01	v -x1465 -x1464 -x1463 -x1462 -x1461 -x1460 -x1459 -x1458 -x1457 -x1456 -x1455 -x1454 -x1453 -x1452 -x1451 -x1450 -x1449 -x1448 
1800.05/1800.01	v -x1447 x1446 -x1445 -x1444 -x1443 -x1442 -x1441 -x1440 -x1439 -x1438 -x1437 -x1436 -x1435 -x1434 -x1433 -x1432 -x1431 -x1430 
1800.05/1800.01	v -x1429 -x1428 -x1427 -x1426 -x1425 -x1424 -x1423 -x1422 -x1421 -x1420 -x1419 -x1418 -x1417 -x1416 -x1415 -x1414 -x1413 -x1412 
1800.05/1800.01	v -x1411 -x1410 -x1409 -x1408 -x1407 -x1406 -x1405 -x1404 -x1403 -x1402 -x1401 -x1400 -x1399 -x1398 -x1397 -x1396 -x1395 -x1394 
1800.05/1800.01	v -x1393 -x1392 -x1391 -x1390 -x1389 -x1388 -x1387 -x1386 x1385 -x1384 -x1383 -x1382 -x1381 x1380 -x1379 -x1378 -x1377 -x1376 
1800.05/1800.01	v -x1375 -x1374 -x1373 -x1372 -x1371 -x1370 -x1369 -x1368 -x1367 -x1366 -x1365 -x1364 -x1363 -x1362 -x1361 -x1360 -x1359 -x1358 
1800.05/1800.01	v -x1357 -x1356 -x1355 -x1354 -x1353 -x1352 -x1351 -x1350 -x1349 -x1348 -x1347 -x1346 -x1345 -x1344 -x1343 -x1342 -x1341 
1800.05/1800.01	v -x1340 -x1339 -x1338 -x1337 -x1336 -x1335 -x1334 -x1333 -x1332 -x1331 -x1330 -x1329 -x1328 -x1327 -x1326 -x1325 -x1324 -x1323 
1800.05/1800.01	v -x1322 -x1321 -x1320 -x1319 -x1318 -x1317 -x1316 -x1315 -x1314 -x1313 -x1312 -x1311 -x1310 -x1309 -x1308 -x1307 -x1306 -x1305 
1800.05/1800.01	v -x1304 -x1303 -x1302 -x1301 x1300 -x1299 -x1298 -x1297 -x1296 -x1295 -x1294 -x1293 -x1292 -x1291 -x1290 -x1289 -x1288 -x1287 
1800.05/1800.01	v -x1286 -x1285 -x1284 -x1283 -x1282 -x1281 -x1280 -x1279 -x1278 -x1277 -x1276 -x1275 -x1274 -x1273 -x1272 -x1271 -x1270 -x1269 
1800.05/1800.01	v -x1268 -x1267 -x1266 -x1265 -x1264 -x1263 -x1262 -x1261 -x1260 x1259 -x1258 -x1257 -x1256 -x1255 -x1254 -x1253 -x1252 -x1251 
1800.05/1800.01	v -x1250 -x1249 -x1248 -x1247 -x1246 -x1245 -x1244 -x1243 -x1242 -x1241 -x1240 -x1239 -x1238 -x1237 -x1236 -x1235 -x1234 -x1233 
1800.05/1800.01	v -x1232 -x1231 -x1230 -x1229 -x1228 -x1227 -x1226 -x1225 -x1224 -x1223 -x1222 -x1221 -x1220 -x1219 -x1218 -x1217 -x1216 -x1215 
1800.05/1800.01	v -x1214 -x1213 -x1212 -x1211 -x1210 -x1209 -x1208 -x1207 -x1206 -x1205 -x1204 -x1203 -x1202 -x1201 -x1200 -x1199 -x1198 -x1197 
1800.05/1800.01	v -x1196 -x1195 -x1194 -x1193 -x1192 -x1191 -x1190 -x1189 -x1188 -x1187 -x1186 -x1185 -x1184 -x1183 -x1182 -x1181 -x1180 
1800.05/1800.01	v -x1179 -x1178 -x1177 -x1176 -x1175 -x1174 -x1173 -x1172 x1171 -x1170 -x1169 -x1168 -x1167 -x1166 -x1165 -x1164 -x1163 -x1162 
1800.05/1800.01	v -x1161 -x1160 -x1159 -x1158 -x1157 -x1156 -x1155 -x1154 -x1153 -x1152 -x1151 -x1150 -x1149 -x1148 -x1147 -x1146 -x1145 -x1144 
1800.05/1800.01	v -x1143 -x1142 -x1141 -x1140 -x1139 -x1138 -x1137 -x1136 -x1135 -x1134 -x1133 -x1132 -x1131 -x1130 -x1129 -x1128 -x1127 -x1126 
1800.05/1800.01	v -x1125 -x1124 -x1123 -x1122 -x1121 -x1120 -x1119 -x1118 -x1117 -x1116 -x1115 -x1114 -x1113 -x1112 -x1111 -x1110 -x1109 -x1108 
1800.05/1800.01	v -x1107 -x1106 -x1105 -x1104 -x1103 -x1102 -x1101 -x1100 -x1099 -x1098 -x1097 -x1096 -x1095 -x1094 x1093 -x1092 -x1091 -x1090 
1800.05/1800.01	v -x1089 -x1088 -x1087 -x1086 -x1085 -x1084 -x1083 -x1082 -x1081 -x1080 -x1079 -x1078 -x1077 -x1076 -x1075 -x1074 -x1073 -x1072 
1800.05/1800.01	v -x1071 -x1070 -x1069 -x1068 -x1067 -x1066 -x1065 -x1064 -x1063 -x1062 -x1061 -x1060 -x1059 -x1058 -x1057 -x1056 -x1055 -x1054 
1800.05/1800.01	v -x1053 -x1052 -x1051 -x1050 -x1049 -x1048 -x1047 -x1046 -x1045 -x1044 -x1043 -x1042 -x1041 -x1040 -x1039 -x1038 -x1037 -x1036 
1800.05/1800.01	v -x1035 -x1034 -x1033 -x1032 -x1031 -x1030 -x1029 -x1028 -x1027 -x1026 -x1025 -x1024 -x1023 x1022 -x1021 -x1020 -x1019 -x1018 
1800.05/1800.01	v -x1017 -x1016 x1015 -x1014 -x1013 -x1012 -x1011 -x1010 -x1009 -x1008 -x1007 -x1006 -x1005 -x1004 -x1003 -x1002 -x1001 -x1000 
1800.05/1800.01	v -x999 -x998 -x997 -x996 -x995 -x994 -x993 -x992 -x991 -x990 -x989 -x988 -x987 -x986 -x985 -x984 -x983 -x982 -x981 -x980 
1800.05/1800.01	v -x979 -x978 -x977 -x976 -x975 -x974 -x973 -x972 -x971 -x970 -x969 -x968 -x967 -x966 -x965 -x964 -x963 -x962 -x961 -x960 -x959 
1800.05/1800.01	v -x958 -x957 -x956 -x955 -x954 -x953 -x952 -x951 -x950 -x949 -x948 -x947 -x946 -x945 -x944 -x943 -x942 -x941 -x940 -x939 -x938 
1800.05/1800.01	v -x937 -x936 -x935 -x934 -x933 x932 -x931 -x930 -x929 -x928 -x927 -x926 -x925 -x924 -x923 -x922 -x921 -x920 -x919 -x918 -x917 
1800.05/1800.01	v -x916 -x915 -x914 -x913 -x912 -x911 -x910 -x909 -x908 -x907 -x906 -x905 -x904 -x903 -x902 -x901 -x900 -x899 -x898 -x897 -x896 
1800.05/1800.01	v -x895 -x894 -x893 -x892 -x891 -x890 -x889 -x888 -x887 -x886 -x885 -x884 -x883 -x882 -x881 -x880 x879 -x878 -x877 -x876 -x875 
1800.05/1800.01	v -x874 -x873 -x872 -x871 -x870 -x869 -x868 -x867 -x866 -x865 -x864 -x863 -x862 -x861 -x860 -x859 -x858 -x857 -x856 -x855 -x854 
1800.05/1800.01	v -x853 -x852 -x851 -x850 -x849 -x848 -x847 -x846 -x845 -x844 -x843 -x842 -x841 -x840 -x839 -x838 -x837 -x836 -x835 -x834 
1800.05/1800.01	v -x833 -x832 -x831 x830 -x829 -x828 -x827 -x826 -x825 -x824 -x823 -x822 -x821 -x820 -x819 -x818 -x817 -x816 -x815 -x814 -x813 
1800.05/1800.01	v -x812 -x811 -x810 -x809 -x808 -x807 -x806 -x805 -x804 -x803 -x802 -x801 -x800 -x799 -x798 -x797 -x796 -x795 -x794 -x793 -x792 
1800.05/1800.01	v -x791 -x790 -x789 -x788 -x787 -x786 -x785 -x784 -x783 -x782 -x781 -x780 -x779 -x778 -x777 -x776 -x775 -x774 -x773 -x772 -x771 
1800.05/1800.01	v -x770 -x769 -x768 -x767 -x766 -x765 -x764 -x763 -x762 -x761 -x760 -x759 -x758 -x757 -x756 -x755 -x754 -x753 -x752 -x751 -x750 
1800.05/1800.01	v -x749 -x748 -x747 -x746 x745 -x744 -x743 -x742 -x741 -x740 -x739 -x738 -x737 -x736 -x735 -x734 -x733 -x732 -x731 -x730 -x729 
1800.05/1800.01	v -x728 -x727 -x726 -x725 -x724 -x723 -x722 -x721 -x720 -x719 -x718 -x717 -x716 -x715 -x714 -x713 -x712 -x711 -x710 -x709 -x708 
1800.05/1800.01	v -x707 -x706 -x705 -x704 -x703 -x702 -x701 -x700 -x699 -x698 -x697 -x696 -x695 -x694 -x693 -x692 -x691 -x690 x689 -x688 -x687 
1800.05/1800.01	v -x686 -x685 -x684 -x683 -x682 -x681 -x680 -x679 -x678 -x677 -x676 -x675 -x674 -x673 -x672 -x671 -x670 -x669 -x668 -x667 -x666 
1800.05/1800.01	v -x665 -x664 -x663 -x662 -x661 -x660 -x659 -x658 -x657 -x656 -x655 -x654 -x653 -x652 -x651 -x650 -x649 -x648 -x647 -x646 
1800.05/1800.01	v -x645 -x644 -x643 -x642 -x641 -x640 -x639 -x638 -x637 -x636 -x635 -x634 -x633 -x632 -x631 -x630 -x629 -x628 -x627 -x626 -x625 
1800.05/1800.01	v -x624 x623 -x622 -x621 -x620 -x619 -x618 -x617 -x616 -x615 -x614 -x613 -x612 -x611 -x610 -x609 -x608 -x607 -x606 -x605 -x604 
1800.05/1800.01	v -x603 -x602 -x601 -x600 -x599 -x598 -x597 -x596 -x595 -x594 -x593 -x592 -x591 -x590 -x589 -x588 -x587 -x586 -x585 -x584 -x583 
1800.05/1800.01	v -x582 -x581 -x580 -x579 -x578 -x577 -x576 -x575 -x574 -x573 -x572 -x571 -x570 -x569 -x568 -x567 x566 -x565 -x564 -x563 -x562 
1800.05/1800.01	v -x561 -x560 -x559 -x558 -x557 -x556 -x555 -x554 -x553 -x552 -x551 -x550 -x549 -x548 -x547 -x546 -x545 -x544 -x543 -x542 -x541 
1800.05/1800.01	v -x540 -x539 -x538 -x537 -x536 -x535 -x534 -x533 -x532 -x531 -x530 -x529 -x528 x527 -x526 -x525 -x524 -x523 -x522 -x521 -x520 
1800.05/1800.01	v -x519 -x518 -x517 -x516 -x515 -x514 -x513 -x512 -x511 -x510 -x509 -x508 -x507 -x506 -x505 -x504 -x503 -x502 -x501 -x500 -x499 
1800.05/1800.01	v -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 -x478 
1800.05/1800.01	v -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 -x457 
1800.05/1800.01	v -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 
1800.05/1800.01	v -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 
1800.05/1800.01	v -x415 -x414 -x413 -x412 -x411 -x410 x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 
1800.05/1800.01	v -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 
1800.05/1800.01	v -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 
1800.05/1800.01	v -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 
1800.05/1800.01	v -x331 -x330 -x329 -x328 -x327 -x326 x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 
1800.05/1800.01	v -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 
1800.05/1800.01	v -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 
1800.05/1800.01	v -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 x250 -x249 
1800.05/1800.01	v -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 
1800.05/1800.01	v -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 
1800.05/1800.01	v -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 
1800.05/1800.01	v -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 
1800.05/1800.01	v -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 
1800.05/1800.01	v -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 
1800.05/1800.01	v -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 
1800.05/1800.01	v -x101 -x100 -x99 -x98 x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 
1800.05/1800.01	v -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 
1800.05/1800.01	v -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 x30 -x29 -x28 
1800.05/1800.01	v -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Solving Time       :    1675.37
1800.05/1800.01	c Original Problem   :
1800.05/1800.01	c   Problem name     : HOME/instance-2693801-1277893389.wbo
1800.05/1800.01	c   Variables        : 4064 (3982 binary, 0 integer, 0 implicit integer, 82 continuous)
1800.05/1800.01	c   Constraints      : 208 initial, 208 maximal
1800.05/1800.01	c Presolved Problem  :
1800.05/1800.01	c   Problem name     : t_HOME/instance-2693801-1277893389.wbo
1800.05/1800.01	c   Variables        : 4064 (3982 binary, 0 integer, 0 implicit integer, 82 continuous)
1800.05/1800.01	c   Constraints      : 207 initial, 992 maximal
1800.05/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.05/1800.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   linear           :       0.00          0          0          0         82          0          1          0          0
1800.05/1800.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   indicator        :         82          0       3564          0       3281          0        126          0          0          0
1800.05/1800.01	c   setppc           :         22          0    7112398          0    6840369       5945    3216564          0          0          0
1800.05/1800.01	c   linear           :         82          0    7185017          0    6898393       5175    1445067          0          0          0
1800.05/1800.01	c   logicor          :         21+         0     663381          0    6898048        713      95286          0          0          0
1800.05/1800.01	c   countsols        :          0          0          0          0    6898394          0          0          0          0          0
1800.05/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.01	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.01	c   indicator        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.01	c   setppc           :     139.22       0.00      26.23       0.00     112.99
1800.05/1800.01	c   linear           :      88.07       0.00      87.78       0.00       0.29
1800.05/1800.01	c   logicor          :      94.29       0.00       7.15       0.00      87.14
1800.05/1800.01	c   countsols        :       0.09       0.00       0.00       0.00       0.09
1800.05/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.01	c   vbounds          :       0.11          2          0          0
1800.05/1800.01	c   rootredcost      :       0.17          0          0          0
1800.05/1800.01	c   pseudoobj        :      14.31    7190763          0          0
1800.05/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.01	c   propagation      :      87.05      11833      11833     264413      625.1     216438       54.6          -
1800.05/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.01	c   applied globally :          -          -          -     116857       62.0          -          -          -
1800.05/1800.01	c   applied locally  :          -          -          -         99      498.4          -          -          -
1800.05/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.01	c   redcost          :       0.00          0          0          0          0          0
1800.05/1800.01	c   impliedbounds    :       0.00          0          0          0          0          0
1800.05/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.01	c   gomory           :       0.00          0          0          0          0          0
1800.05/1800.01	c   strongcg         :       0.00          0          0          0          0          0
1800.05/1800.01	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.01	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.01	c   clique           :       0.00          0          0          0          0          0
1800.05/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.01	c   mcf              :       0.00          0          0          0          0          0
1800.05/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.01	c Pricers            :       Time      Calls       Vars
1800.05/1800.01	c   problem variables:       0.00          0          0
1800.05/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   relpscost        :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   inference        :    1282.28    6898393          0          0          0          0   13796786
1800.05/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.01	c   LP solutions     :       0.00          -          0
1800.05/1800.01	c   pseudo solutions :       0.03          -          1
1800.05/1800.01	c   oneopt           :       0.16          0          0
1800.05/1800.01	c   trivial          :       0.01          2          0
1800.05/1800.01	c   simplerounding   :       0.00          0          0
1800.05/1800.01	c   zirounding       :       0.00          0          0
1800.05/1800.01	c   rounding         :       0.00          0          0
1800.05/1800.01	c   shifting         :       0.00          0          0
1800.05/1800.01	c   intshifting      :       0.00          0          0
1800.05/1800.01	c   twoopt           :       0.00          0          0
1800.05/1800.01	c   fixandinfer      :       0.00          0          0
1800.05/1800.01	c   feaspump         :       0.00          0          0
1800.05/1800.01	c   coefdiving       :       0.00          0          0
1800.05/1800.01	c   pscostdiving     :       0.00          0          0
1800.05/1800.01	c   fracdiving       :       0.00          0          0
1800.05/1800.01	c   veclendiving     :       0.00          0          0
1800.05/1800.01	c   intdiving        :       0.00          0          0
1800.05/1800.01	c   actconsdiving    :       0.00          0          0
1800.05/1800.01	c   objpscostdiving  :       0.00          0          0
1800.05/1800.01	c   rootsoldiving    :       0.00          0          0
1800.05/1800.01	c   linesearchdiving :       0.00          0          0
1800.05/1800.01	c   guideddiving     :       0.00          0          0
1800.05/1800.01	c   octane           :       0.00          0          0
1800.05/1800.01	c   rens             :       0.00          0          0
1800.05/1800.01	c   rins             :       0.00          0          0
1800.05/1800.01	c   localbranching   :       0.00          0          0
1800.05/1800.01	c   mutation         :       0.00          0          0
1800.05/1800.01	c   crossover        :       0.00          0          0
1800.05/1800.01	c   dins             :       0.00          0          0
1800.05/1800.01	c   undercover       :       0.00          0          0
1800.05/1800.01	c   nlp              :       0.19          0          0
1800.05/1800.01	c   trysol           :       0.10          1          0
1800.05/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.01	c   dual LP          :       0.00          0          0       0.00          -
1800.05/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.01	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.01	c   strong branching :       0.00          0          0       0.00          -
1800.05/1800.01	c     (at root node) :          -          0          0       0.00          -
1800.05/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.01	c B&B Tree           :
1800.05/1800.01	c   number of runs   :          1
1800.05/1800.01	c   nodes            :    6909478
1800.05/1800.01	c   nodes (total)    :    6909478
1800.05/1800.01	c   nodes left       :    6883245
1800.05/1800.01	c   max depth        :       3253
1800.05/1800.01	c   max depth (total):       3253
1800.05/1800.01	c   backtracks       :       4617 (0.1%)
1800.05/1800.01	c   delayed cutoffs  :        768
1800.05/1800.01	c   repropagations   :      11464 (108986 domain reductions, 749 cutoffs)
1800.05/1800.01	c   avg switch length:       2.23
1800.05/1800.01	c   switching time   :      28.09
1800.05/1800.01	c Solution           :
1800.05/1800.01	c   Solutions found  :          1 (1 improvements)
1800.05/1800.01	c   First Solution   : +1.00000000000000e+00   (in run 1, after 2549350 nodes, 571.73 seconds, depth 3253, found by <relaxation>)
1800.05/1800.01	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 2549350 nodes, 571.73 seconds, depth 3253, found by <relaxation>)
1800.05/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.01	c   Gap              :   infinite
1800.05/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.01	c   Root Iterations  :          0

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693801-1277893389/watcher-2693801-1277893389 -o /tmp/evaluation-result-2693801-1277893389/solver-2693801-1277893389 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693801-1277893389.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: 1.92 2.02 2.08 4/196 22749
/proc/meminfo: memFree=31441588/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=8536 CPUtime=0
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 1616 0 0 0 0 0 0 0 24 0 1 0 164942439 8740864 1539 4089446400 4194304 7136930 140736224076304 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22749/statm: 2134 1540 275 719 0 1413 0

[startup+0.014843 s]
/proc/loadavg: 1.92 2.02 2.08 4/196 22749
/proc/meminfo: memFree=31441588/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=12800 CPUtime=0.01
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 2706 0 0 0 1 0 0 0 24 0 1 0 164942439 13107200 2629 4089446400 4194304 7136930 140736224076304 18446744073709551615 6340431 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22749/statm: 3235 2634 275 719 0 2514 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12800

[startup+0.100832 s]
/proc/loadavg: 1.92 2.02 2.08 4/196 22749
/proc/meminfo: memFree=31441588/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=24432 CPUtime=0.09
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 7088 0 0 0 9 0 0 0 24 0 1 0 164942439 25018368 5372 4089446400 4194304 7136930 140736224076304 18446744073709551615 4740321 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22749/statm: 6108 5372 390 719 0 5387 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24432

[startup+0.300795 s]
/proc/loadavg: 1.92 2.02 2.08 4/196 22749
/proc/meminfo: memFree=31441588/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=24948 CPUtime=0.29
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 7225 0 0 0 28 1 0 0 25 0 1 0 164942439 25546752 5509 4089446400 4194304 7136930 140736224076304 18446744073709551615 4407837 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22749/statm: 6237 5509 390 719 0 5516 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24948

[startup+0.700722 s]
/proc/loadavg: 1.92 2.02 2.08 4/196 22749
/proc/meminfo: memFree=31441588/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=25264 CPUtime=0.69
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 7284 0 0 0 67 2 0 0 25 0 1 0 164942439 25870336 5568 4089446400 4194304 7136930 140736224076304 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22749/statm: 6316 5568 390 719 0 5595 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25264

[startup+1.50058 s]
/proc/loadavg: 1.92 2.02 2.08 3/197 22750
/proc/meminfo: memFree=31418516/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=27332 CPUtime=1.49
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 7832 0 0 0 145 4 0 0 25 0 1 0 164942439 27987968 6115 4089446400 4194304 7136930 140736224076304 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22749/statm: 6833 6115 394 719 0 6112 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27332

[startup+3.10028 s]
/proc/loadavg: 1.92 2.02 2.08 3/197 22750
/proc/meminfo: memFree=31416532/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=31132 CPUtime=3.09
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 8801 0 0 0 301 8 0 0 25 0 1 0 164942439 31879168 7084 4089446400 4194304 7136930 140736224076304 18446744073709551615 4407868 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22749/statm: 7783 7084 394 719 0 7062 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31132

[startup+6.30068 s]
/proc/loadavg: 1.93 2.02 2.08 3/197 22750
/proc/meminfo: memFree=31411720/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=35948 CPUtime=6.28
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 10041 0 0 0 614 14 0 0 25 0 1 0 164942439 36810752 8324 4089446400 4194304 7136930 140736224076304 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22749/statm: 8987 8324 394 719 0 8266 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 35948

[startup+12.7005 s]
/proc/loadavg: 1.93 2.02 2.08 3/197 22751
/proc/meminfo: memFree=31404072/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=43464 CPUtime=12.68
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 12012 0 0 0 1241 27 0 0 25 0 1 0 164942439 44507136 10295 4089446400 4194304 7136930 140736224076304 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22749/statm: 10866 10295 394 719 0 10145 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 43464

[startup+25.5011 s]
/proc/loadavg: 1.95 2.02 2.08 3/197 22751
/proc/meminfo: memFree=31389028/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=59832 CPUtime=25.48
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 15809 0 0 0 2496 52 0 0 25 0 1 0 164942439 61267968 14092 4089446400 4194304 7136930 140736224076304 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22749/statm: 14958 14092 394 719 0 14237 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 59832

[startup+51.1004 s]
/proc/loadavg: 1.96 2.02 2.07 3/197 22751
/proc/meminfo: memFree=31357412/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=90452 CPUtime=51.09
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 23785 0 0 0 5004 105 0 0 25 0 1 0 164942439 92622848 22068 4089446400 4194304 7136930 140736224076304 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22749/statm: 22613 22068 394 719 0 21892 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 90452

[startup+102.307 s]
/proc/loadavg: 1.98 2.01 2.07 3/197 22753
/proc/meminfo: memFree=31296972/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=150792 CPUtime=102.3
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 38447 0 0 0 10016 214 0 0 25 0 1 0 164942439 154411008 36730 4089446400 4194304 7136930 140736224076304 18446744073709551615 5892363 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22749/statm: 37698 36730 394 719 0 36977 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 150792

[startup+162.301 s]
/proc/loadavg: 1.91 1.99 2.06 3/179 22885
/proc/meminfo: memFree=31304068/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=226576 CPUtime=162.29
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 56111 0 0 0 15871 358 0 0 25 0 1 0 164942439 232013824 54394 4089446400 4194304 7136930 140736224076304 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22749/statm: 56644 54394 394 719 0 55923 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 226576

[startup+222.301 s]
/proc/loadavg: 1.97 1.99 2.05 3/179 22886
/proc/meminfo: memFree=30880884/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=295440 CPUtime=222.29
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 74150 0 0 0 21421 808 0 0 25 0 1 0 164942439 302530560 72433 4089446400 4194304 7136930 140736224076304 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22749/statm: 73860 72433 394 719 0 73139 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 295440

[startup+282.3 s]
/proc/loadavg: 2.03 2.00 2.05 3/179 22888
/proc/meminfo: memFree=30477452/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=387312 CPUtime=282.29
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 93950 0 0 0 26943 1286 0 0 25 0 1 0 164942439 396607488 92233 4089446400 4194304 7136930 140736224076304 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22749/statm: 96828 92233 394 719 0 96107 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 387312

[startup+342.3 s]
/proc/loadavg: 2.08 2.02 2.05 3/179 22889
/proc/meminfo: memFree=30138360/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=465404 CPUtime=342.29
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 114450 0 0 0 32435 1794 0 0 25 0 1 0 164942439 476573696 112733 4089446400 4194304 7136930 140736224076304 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22749/statm: 116351 112733 394 719 0 115630 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 465404

[startup+402.301 s]
/proc/loadavg: 2.03 2.01 2.05 3/179 22891
/proc/meminfo: memFree=29738628/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=549200 CPUtime=402.29
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 136391 0 0 0 37900 2329 0 0 25 0 1 0 164942439 562380800 134674 4089446400 4194304 7136930 140736224076304 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22749/statm: 137300 134674 394 719 0 136579 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 549200

[startup+462.301 s]
/proc/loadavg: 2.01 2.00 2.04 3/179 22893
/proc/meminfo: memFree=29330856/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=640356 CPUtime=462.3
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 160047 0 0 0 43351 2879 0 0 25 0 1 0 164942439 655724544 158330 4089446400 4194304 7136930 140736224076304 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22749/statm: 160089 158330 394 719 0 159368 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 640356

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 22894
/proc/meminfo: memFree=28940796/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=759316 CPUtime=522.3
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 181933 0 0 0 48942 3288 0 0 25 0 1 0 164942439 777539584 180216 4089446400 4194304 7136930 140736224076304 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22749/statm: 189829 180216 394 719 0 189108 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 759316

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 22896
/proc/meminfo: memFree=28524192/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=863260 CPUtime=582.31
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 208185 0 0 0 54452 3779 0 0 25 0 1 0 164942439 883978240 206468 4089446400 4194304 7136930 140736224076304 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22749/statm: 215815 206468 394 719 0 215094 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 863260

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 22897
/proc/meminfo: memFree=28130040/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=952544 CPUtime=642.31
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 231463 0 0 0 59923 4308 0 0 25 0 1 0 164942439 975405056 229746 4089446400 4194304 7136930 140736224076304 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22749/statm: 238136 229746 394 719 0 237415 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 952544

[startup+702.3 s]

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

/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 327678 0 0 0 93361 6870 0 0 25 0 1 0 164942439 1348960256 325961 4089446400 4194304 7136930 140736224076304 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22749/statm: 329336 325961 394 719 0 328615 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1317344

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22909
/proc/meminfo: memFree=26996976/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=1442932 CPUtime=1062.31
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 343551 0 0 0 98938 7293 0 0 25 0 1 0 164942439 1477562368 341834 4089446400 4194304 7136930 140736224076304 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22749/statm: 360733 341834 394 719 0 360012 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1442932

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22910
/proc/meminfo: memFree=26917280/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=1503968 CPUtime=1122.32
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 359625 0 0 0 104518 7714 0 0 25 0 1 0 164942439 1540063232 357908 4089446400 4194304 7136930 140736224076304 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22749/statm: 375992 357908 394 719 0 375271 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1503968

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22911
/proc/meminfo: memFree=26815408/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=1562248 CPUtime=1182.32
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 375004 0 0 0 110098 8134 0 0 25 0 1 0 164942439 1599741952 373287 4089446400 4194304 7136930 140736224076304 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22749/statm: 390562 373287 394 719 0 389841 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1562248

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22913
/proc/meminfo: memFree=26718248/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=1624684 CPUtime=1242.33
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 391519 0 0 0 115672 8561 0 0 25 0 1 0 164942439 1663676416 389802 4089446400 4194304 7136930 140736224076304 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22749/statm: 406171 389802 394 719 0 405450 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1624684

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22915
/proc/meminfo: memFree=26624440/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=1683216 CPUtime=1302.33
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 406996 0 0 0 121252 8981 0 0 25 0 1 0 164942439 1723613184 405279 4089446400 4194304 7136930 140736224076304 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22749/statm: 420804 405279 394 719 0 420083 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1683216

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 22917
/proc/meminfo: memFree=26521832/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=1742820 CPUtime=1362.33
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 422748 0 0 0 126834 9399 0 0 25 0 1 0 164942439 1784647680 421031 4089446400 4194304 7136930 140736224076304 18446744073709551615 4642962 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22749/statm: 435705 421031 394 719 0 434984 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1742820

[startup+1422.31 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 22918
/proc/meminfo: memFree=26436220/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=1800944 CPUtime=1422.33
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 438141 0 0 0 132418 9815 0 0 25 0 1 0 164942439 1844166656 436424 4089446400 4194304 7136930 140736224076304 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22749/statm: 450236 436424 394 719 0 449515 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 1800944

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 22920
/proc/meminfo: memFree=26350232/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=1857260 CPUtime=1482.33
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 453086 0 0 0 137995 10238 0 0 25 0 1 0 164942439 1901834240 451369 4089446400 4194304 7136930 140736224076304 18446744073709551615 4642107 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22749/statm: 464315 451369 394 719 0 463594 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 1857260

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 22921
/proc/meminfo: memFree=26235844/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=1919020 CPUtime=1542.33
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 469352 0 0 0 143571 10662 0 0 25 0 1 0 164942439 1965076480 467635 4089446400 4194304 7136930 140736224076304 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22749/statm: 479755 467635 394 719 0 479034 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 1919020

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22923
/proc/meminfo: memFree=26139800/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=1978644 CPUtime=1602.33
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 485125 0 0 0 149156 11077 0 0 25 0 1 0 164942439 2026131456 483408 4089446400 4194304 7136930 140736224076304 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22749/statm: 494661 483408 394 719 0 493940 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 1978644

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22925
/proc/meminfo: memFree=25998636/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=2036204 CPUtime=1662.34
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 500323 0 0 0 154735 11499 0 0 25 0 1 0 164942439 2085072896 498606 4089446400 4194304 7136930 140736224076304 18446744073709551615 5921487 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22749/statm: 509051 498606 394 719 0 508330 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 2036204

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22926
/proc/meminfo: memFree=25920924/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=2094956 CPUtime=1722.34
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 515857 0 0 0 160321 11913 0 0 25 0 1 0 164942439 2145234944 514140 4089446400 4194304 7136930 140736224076304 18446744073709551615 4407969 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22749/statm: 523739 514140 394 719 0 523018 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 2094956

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22928
/proc/meminfo: memFree=25854396/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=2156848 CPUtime=1782.34
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 532194 0 0 0 165894 12340 0 0 25 0 1 0 164942439 2208612352 530477 4089446400 4194304 7136930 140736224076304 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22749/statm: 539212 530477 394 719 0 538491 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 2156848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22928
/proc/meminfo: memFree=25832068/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=2174856 CPUtime=1800.05
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 536934 0 0 0 167538 12467 0 0 25 0 1 0 164942439 2227052544 535217 4089446400 4194304 7136930 140736224076304 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22749/statm: 543714 535217 394 719 0 542993 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2174856

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -22749

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22929
/proc/meminfo: memFree=25831936/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=2173308 CPUtime=1801.44
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 536939 0 0 0 167677 12467 0 0 19 0 1 0 164942439 2225467392 534835 4089446400 4194304 7136930 140736224076304 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22749/statm: 543327 534835 399 719 0 542606 0
Current children cumulated CPU time (s) 1801.44
Current children cumulated vsize (KiB) 2173308

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22929
/proc/meminfo: memFree=25832928/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=2173308 CPUtime=1801.85
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 536939 0 0 0 167718 12467 0 0 20 0 1 0 164942439 2225467392 534835 4089446400 4194304 7136930 140736224076304 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22749/statm: 543327 534835 399 719 0 542606 0
Current children cumulated CPU time (s) 1801.85
Current children cumulated vsize (KiB) 2173308

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22929
/proc/meminfo: memFree=25832928/32950928 swapFree=67111528/67111528
[pid=22749] ppid=22747 vsize=2173308 CPUtime=1802.04
/proc/22749/stat : 22749 (pbscip.linux.x8) R 22747 22749 21446 0 -1 4202496 536939 0 0 0 167737 12467 0 0 21 0 1 0 164942439 2225467392 534835 4089446400 4194304 7136930 140736224076304 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22749/statm: 543327 534835 399 719 0 542606 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 2173308

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.08
CPU time (s): 1802.13
CPU user time (s): 1677.38
CPU system time (s): 124.747
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2174856

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

runsolver used 3.24951 second user time and 6.16706 second system time

The end

Launcher Data

Begin job on node113 at 2010-06-30 12:23:09
IDJOB=2693801
IDBENCH=78724
IDSOLVER=1206
FILE ID=node113/2693801-1277893389
PBS_JOBID= 11197127
Free space on /tmp= 74212 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-65-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-2693801-1277893389/watcher-2693801-1277893389 -o /tmp/evaluation-result-2693801-1277893389/solver-2693801-1277893389 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693801-1277893389.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 62825c7b78173675be8da33e26a62860
RANDOM SEED=2051202035

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31442116 kB
Buffers:        173672 kB
Cached:        1017064 kB
SwapCached:          0 kB
Active:         691492 kB
Inactive:       674424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31442116 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3204 kB
Writeback:           0 kB
AnonPages:      175020 kB
Mapped:          20248 kB
Slab:            77908 kB
PageTables:       5096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1646772 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 node113 at 2010-06-30 12:53:12