Trace number 2693966

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/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl40_45_pb.cnf.cr--soft-0-100-0.wbo
MD5SUM6dc14d51c0879b2054c8b72501c6facc
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.201968
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3600
Total number of constraints170
Number of soft constraints170
Number of constraints which are clauses90
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint45
Top cost 7974
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 7973
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693966-1277919377.wbo>
0.00/0.01	c original problem has 3940 variables (3770 bin, 0 int, 0 impl, 170 cont) and 341 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.02	o 7973
0.00/0.02	c feasible solution found by trivial heuristic, objective value  7.973000e+03
0.00/0.02	c presolving:
0.00/0.03	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 170 impls, 0 clqs
0.00/0.03	c (round 2) 0 del vars, 1 del conss, 170 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 170 impls, 0 clqs
0.00/0.04	c    (0.0s) probing: 101/3770 (2.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.04	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.04	c presolving (3 rounds):
0.00/0.04	c  0 deleted vars, 1 deleted constraints, 170 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.04	c  170 implications, 0 cliques
0.00/0.04	c presolved problem has 3940 variables (3770 bin, 0 int, 0 impl, 170 cont) and 340 constraints
0.00/0.04	c     170 constraints of type <indicator>
0.00/0.04	c     170 constraints of type <linear>
0.00/0.04	c transformed objective value is always integral (scale: 1)
0.00/0.04	c Presolving Time: 0.03
0.00/0.04	c - non default parameters ----------------------------------------------------------------------
0.00/0.04	c # SCIP version 1.2.1.2
0.00/0.04	c 
0.00/0.04	c # frequency for displaying node information lines
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.04	c display/freq = 10000
0.00/0.04	c 
0.00/0.04	c # maximal time in seconds to run
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.04	c limits/time = 1799.99
0.00/0.04	c 
0.00/0.04	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.04	c limits/memory = 3420
0.00/0.04	c 
0.00/0.04	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.04	c lp/solvefreq = -1
0.00/0.04	c 
0.00/0.04	c # should presolving try to simplify inequalities
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/linear/simplifyinequalities = TRUE
0.00/0.04	c 
0.00/0.04	c # should presolving try to simplify knapsacks
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.04	c 
0.00/0.04	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.04	c separating/rapidlearning/freq = 0
0.00/0.04	c 
0.00/0.04	c -----------------------------------------------------------------------------------------------
0.00/0.04	c start solving
0.00/0.04	c 
0.00/0.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.05	c t 0.0s|     1 |     2 |     0 |     - |7437k|   0 |   - |3940 | 340 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
2.20/2.25	c   2.2s| 10000 |  9960 |     0 |   0.0 |  11M|2290 |   - |3940 | 538 |   0 |   0 |   0 | 198 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
4.70/4.74	c   4.6s| 20000 | 19922 |     0 |   0.0 |  14M|2290 |   - |3940 | 728 |   0 |   0 |   0 | 388 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
7.19/7.20	c   7.0s| 30000 | 29884 |     0 |   0.0 |  17M|2290 |   - |3940 | 918 |   0 |   0 |   0 | 578 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
9.59/9.66	c   9.5s| 40000 | 39844 |     0 |   0.0 |  20M|2290 |   - |3940 |1075 |   0 |   0 |   0 | 778 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
12.09/12.12	c  11.9s| 50000 | 49808 |     0 |   0.0 |  23M|2290 |   - |3940 |1180 |   0 |   0 |   0 | 958 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
14.49/14.58	c  14.3s| 60000 | 59770 |     0 |   0.0 |  26M|2290 |   - |3940 |1287 |   0 |   0 |   0 |1148 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
17.09/17.12	c  16.8s| 70000 | 69734 |     0 |   0.0 |  29M|2290 |   - |3940 |1387 |   0 |   0 |   0 |1328 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
19.59/19.69	c  19.3s| 80000 | 79694 |     0 |   0.0 |  32M|2290 |   - |3940 |1445 |   0 |   0 |   0 |1528 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
22.20/22.26	c  21.8s| 90000 | 89652 |     0 |   0.0 |  35M|2290 |   - |3940 |1507 |   0 |   0 |   0 |1738 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
24.69/24.79	c  24.3s|100000 | 99604 |     0 |   0.0 |  38M|2290 |   - |3940 |1589 |   0 |   0 |   0 |1978 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
27.29/27.30	c  26.8s|110000 |109562 |     0 |   0.0 |  40M|2290 |   - |3940 |1638 |   0 |   0 |   0 |2188 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
29.79/29.80	c  29.2s|120000 |119516 |     0 |   0.0 |  43M|2290 |   - |3940 |1655 |   0 |   0 |   0 |2418 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
32.30/32.34	c  31.7s|130000 |129474 |     0 |   0.0 |  46M|2290 |   - |3940 |1609 |   0 |   0 |   0 |2628 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
34.79/34.85	c  34.2s|140000 |139430 |     0 |   0.0 |  49M|2290 |   - |3940 |1587 |   0 |   0 |   0 |2848 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
37.30/37.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
37.30/37.36	c  36.7s|150000 |149380 |     0 |   0.0 |  52M|2290 |   - |3940 |1651 |   0 |   0 |   0 |3098 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
39.79/39.84	c  39.1s|160000 |159346 |     0 |   0.0 |  54M|2290 |   - |3940 |1617 |   0 |   0 |   0 |3268 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
42.19/42.28	c  41.5s|170000 |169300 |     0 |   0.0 |  57M|2290 |   - |3940 |1682 |   0 |   0 |   0 |3497 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
44.70/44.75	c  43.9s|180000 |179262 |     0 |   0.0 |  60M|2290 |   - |3940 |1686 |   0 |   0 |   0 |3687 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
47.20/47.20	c  46.4s|190000 |189222 |     0 |   0.0 |  63M|2290 |   - |3940 |1665 |   0 |   0 |   0 |3887 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
49.60/49.68	c  48.8s|200000 |199174 |     0 |   0.0 |  66M|2290 |   - |3940 |1650 |   0 |   0 |   0 |4127 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
52.09/52.17	c  51.2s|210000 |209122 |     0 |   0.0 |  68M|2290 |   - |3940 |1666 |   0 |   0 |   0 |4387 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
54.59/54.62	c  53.6s|220000 |219070 |     0 |   0.0 |  71M|2290 |   - |3940 |1743 |   0 |   0 |   0 |4647 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
56.99/57.05	c  56.0s|230000 |229026 |     0 |   0.0 |  74M|2290 |   - |3940 |1786 |   0 |   0 |   0 |4867 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
59.40/59.46	c  58.4s|240000 |238984 |     0 |   0.0 |  77M|2290 |   - |3940 |1782 |   0 |   0 |   0 |5077 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
61.79/61.86	c  60.7s|250000 |248946 |     0 |   0.0 |  79M|2290 |   - |3940 |1759 |   0 |   0 |   0 |5267 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
64.20/64.23	c  63.0s|260000 |258898 |     0 |   0.0 |  82M|2290 |   - |3940 |1775 |   0 |   0 |   0 |5507 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
66.59/66.62	c  65.4s|270000 |268852 |     0 |   0.0 |  85M|2290 |   - |3940 |1809 |   0 |   0 |   0 |5737 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
69.00/69.01	c  67.7s|280000 |278802 |     0 |   0.0 |  88M|2290 |   - |3940 |1873 |   0 |   0 |   0 |5987 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
71.29/71.39	c  70.0s|290000 |288752 |     0 |   0.0 |  91M|2290 |   - |3940 |1937 |   0 |   0 |   0 |6237 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
73.70/73.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
73.70/73.75	c  72.4s|300000 |298704 |     0 |   0.0 |  93M|2290 |   - |3940 |1967 |   0 |   0 |   0 |6477 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
75.99/76.08	c  74.7s|310000 |308658 |     0 |   0.0 |  96M|2290 |   - |3940 |1972 |   0 |   0 |   0 |6707 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
78.39/78.43	c  76.9s|320000 |318594 |     0 |   0.0 |  99M|2290 |   - |3940 |2053 |   0 |   0 |   0 |7025 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
80.69/80.75	c  79.2s|330000 |328546 |     0 |   0.0 | 102M|2290 |   - |3940 |2049 |   0 |   0 |   0 |7265 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
82.99/83.04	c  81.5s|340000 |338500 |     0 |   0.0 | 104M|2290 |   - |3940 |2089 |   0 |   0 |   0 |7495 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
85.29/85.37	c  83.8s|350000 |348456 |     0 |   0.0 | 107M|2290 |   - |3940 |2104 |   0 |   0 |   0 |7715 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
87.59/87.65	c  86.0s|360000 |358406 |     0 |   0.0 | 110M|2290 |   - |3940 |2120 |   0 |   0 |   0 |7965 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
89.89/89.93	c  88.2s|370000 |368360 |     0 |   0.0 | 113M|2290 |   - |3940 |2107 |   0 |   0 |   0 |8195 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
92.20/92.20	c  90.5s|380000 |378314 |     0 |   0.0 | 116M|2290 |   - |3940 |2089 |   0 |   0 |   0 |8425 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
94.39/94.47	c  92.7s|390000 |388256 |     0 |   0.0 | 118M|2290 |   - |3940 |2148 |   0 |   0 |   0 |8715 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
96.70/96.74	c  94.9s|400000 |398207 |     0 |   0.0 | 121M|2290 |   - |3940 |2154 |   0 |   0 |   0 |8965 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
98.90/98.99	c  97.1s|410000 |408153 |     0 |   0.0 | 124M|2290 |   - |3940 |2185 |   0 |   0 |   0 |9235 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
101.10/101.20	c  99.2s|420000 |418113 |     0 |   0.0 | 127M|2290 |   - |3940 |2163 |   0 |   0 |   0 |9435 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
103.30/103.40	c   101s|430000 |428055 |     0 |   0.0 | 129M|2290 |   - |3940 |2216 |   0 |   0 |   0 |9725 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
105.60/105.61	c   104s|440000 |438001 |     0 |   0.0 | 132M|2290 |   - |3940 |2264 |   0 |   0 |   0 |9995 |   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
107.80/107.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
107.80/107.82	c   106s|450000 |447959 |     0 |   0.0 | 135M|2290 |   - |3940 |2184 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
109.90/109.97	c   108s|460000 |457915 |     0 |   0.0 | 138M|2290 |   - |3940 |2109 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
112.10/112.11	c   110s|470000 |467871 |     0 |   0.0 | 140M|2290 |   - |3940 |2087 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
114.20/114.28	c   112s|480000 |477831 |     0 |   0.0 | 143M|2290 |   - |3940 |2090 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
116.40/116.46	c   114s|490000 |487779 |     0 |   0.0 | 146M|2290 |   - |3940 |2141 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
118.59/118.64	c   116s|500000 |497725 |     0 |   0.0 | 149M|2290 |   - |3940 |2206 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
120.70/120.78	c   118s|510000 |507667 |     0 |   0.0 | 152M|2290 |   - |3940 |2223 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
122.90/122.91	c   121s|520000 |517617 |     0 |   0.0 | 154M|2290 |   - |3940 |2171 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
124.89/124.99	c   123s|530000 |527569 |     0 |   0.0 | 157M|2290 |   - |3940 |2135 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
127.09/127.10	c   125s|540000 |537505 |     0 |   0.0 | 160M|2290 |   - |3940 |2247 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
129.09/129.19	c   127s|550000 |547459 |     0 |   0.0 | 163M|2290 |   - |3940 |2232 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
131.19/131.25	c   129s|560000 |557407 |     0 |   0.0 | 166M|2290 |   - |3940 |2270 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
133.29/133.30	c   131s|570000 |567361 |     0 |   0.0 | 169M|2290 |   - |3940 |2273 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
135.30/135.37	c   133s|580000 |577309 |     0 |   0.0 | 171M|2290 |   - |3940 |2228 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
137.41/137.41	c   135s|590000 |587259 |     0 |   0.0 | 174M|2290 |   - |3940 |2217 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
139.49/139.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
139.49/139.51	c   137s|600000 |597207 |     0 |   0.0 | 177M|2290 |   - |3940 |2214 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
141.50/141.57	c   139s|610000 |607139 |     0 |   0.0 | 180M|2290 |   - |3940 |2282 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
143.49/143.59	c   141s|620000 |617087 |     0 |   0.0 | 183M|2290 |   - |3940 |2315 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
145.59/145.61	c   143s|630000 |627035 |     0 |   0.0 | 185M|2290 |   - |3940 |2306 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
147.60/147.61	c   145s|640000 |636985 |     0 |   0.0 | 188M|2290 |   - |3940 |2309 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
149.60/149.62	c   147s|650000 |646925 |     0 |   0.0 | 191M|2290 |   - |3940 |2357 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
151.49/151.59	c   149s|660000 |656863 |     0 |   0.0 | 194M|2290 |   - |3940 |2452 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
153.50/153.57	c   150s|670000 |666797 |     0 |   0.0 | 197M|2290 |   - |3940 |2552 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
155.50/155.57	c   152s|680000 |676723 |     0 |   0.0 | 200M|2290 |   - |3940 |2639 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
157.50/157.51	c   154s|690000 |686659 |     0 |   0.0 | 203M|2290 |   - |3940 |2694 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
159.40/159.47	c   156s|700000 |696593 |     0 |   0.0 | 205M|2290 |   - |3940 |2812 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
161.29/161.39	c   158s|710000 |706535 |     0 |   0.0 | 208M|2290 |   - |3940 |2894 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
163.20/163.29	c   160s|720000 |716479 |     0 |   0.0 | 211M|2290 |   - |3940 |2968 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
165.19/165.21	c   162s|730000 |726409 |     0 |   0.0 | 214M|2290 |   - |3940 |3085 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
167.10/167.11	c   164s|740000 |736351 |     0 |   0.0 | 217M|2290 |   - |3940 |3166 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
168.89/168.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
168.89/168.99	c   166s|750000 |746293 |     0 |   0.0 | 220M|2290 |   - |3940 |3245 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
170.90/170.91	c   167s|760000 |756207 |     0 |   0.0 | 223M|2290 |   - |3940 |3448 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
172.70/172.77	c   169s|770000 |766145 |     0 |   0.0 | 226M|2290 |   - |3940 |3572 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
174.60/174.62	c   171s|780000 |776067 |     0 |   0.0 | 229M|2290 |   - |3940 |3722 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
176.39/176.45	c   173s|790000 |785985 |     0 |   0.0 | 231M|2290 |   - |3940 |3912 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
178.20/178.27	c   175s|800000 |795919 |     0 |   0.0 | 234M|2290 |   - |3940 |4024 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
179.99/180.07	c   176s|810000 |805851 |     0 |   0.0 | 237M|2290 |   - |3940 |4159 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
181.89/181.91	c   178s|820000 |815771 |     0 |   0.0 | 240M|2290 |   - |3940 |4369 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
183.70/183.71	c   180s|830000 |825695 |     0 |   0.0 | 243M|2290 |   - |3940 |4562 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
185.40/185.49	c   182s|840000 |835627 |     0 |   0.0 | 246M|2290 |   - |3940 |4707 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
187.20/187.23	c   183s|850000 |845559 |     0 |   0.0 | 249M|2290 |   - |3940 |4817 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
188.90/188.95	c   185s|860000 |855483 |     0 |   0.0 | 252M|2290 |   - |3940 |4986 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
190.59/190.66	c   187s|870000 |865415 |     0 |   0.0 | 255M|2290 |   - |3940 |5148 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
192.40/192.42	c   188s|880000 |875333 |     0 |   0.0 | 258M|2290 |   - |3940 |5343 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
194.10/194.17	c   190s|890000 |885255 |     0 |   0.0 | 261M|2290 |   - |3940 |5537 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
195.80/195.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
195.80/195.87	c   192s|900000 |895165 |     0 |   0.0 | 264M|2290 |   - |3940 |5768 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
197.49/197.55	c   193s|910000 |905089 |     0 |   0.0 | 267M|2290 |   - |3940 |5970 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
199.20/199.24	c   195s|920000 |915003 |     0 |   0.0 | 270M|2290 |   - |3940 |6225 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
200.89/200.91	c   197s|930000 |924919 |     0 |   0.0 | 273M|2290 |   - |3940 |6489 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
202.50/202.55	c   198s|940000 |934825 |     0 |   0.0 | 276M|2290 |   - |3940 |6803 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
204.10/204.18	c   200s|950000 |944741 |     0 |   0.0 | 279M|2290 |   - |3940 |7097 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
205.70/205.78	c   201s|960000 |954637 |     0 |   0.0 | 282M|2290 |   - |3940 |7489 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
207.40/207.41	c   203s|970000 |964533 |     0 |   0.0 | 286M|2290 |   - |3940 |7884 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
209.00/209.05	c   205s|980000 |974419 |     0 |   0.0 | 289M|2290 |   - |3940 |8337 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
210.60/210.64	c   206s|990000 |984307 |     0 |   0.0 | 292M|2290 |   - |3940 |8832 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
212.20/212.22	c   208s|  1000k|994199 |     0 |   0.0 | 295M|2290 |   - |3940 |9306 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
213.70/213.76	c   209s|  1010k|  1004k|     0 |   0.0 | 298M|2290 |   - |3940 |9766 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
215.20/215.27	c   211s|  1020k|  1013k|     0 |   0.0 | 302M|2290 |   - |3940 |  10k|   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
216.71/216.77	c   212s|  1030k|  1023k|     0 |   0.0 | 305M|2290 |   - |3940 |  10k|   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
218.20/218.27	c   214s|  1040k|  1033k|     0 |   0.0 | 308M|2290 |   - |3940 |  11k|   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
219.70/219.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
219.70/219.78	c   215s|  1050k|  1043k|     0 |   0.0 | 312M|2290 |   - |3940 |  12k|   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
221.20/221.26	c   216s|  1060k|  1053k|     0 |   0.0 | 315M|2290 |   - |3940 |  12k|   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
222.70/222.72	c   218s|  1070k|  1063k|     0 |   0.0 | 319M|2290 |   - |3940 |  13k|   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
224.20/224.21	c   219s|  1080k|  1073k|     0 |   0.0 | 322M|2290 |   - |3940 |  14k|   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
225.60/225.66	c   221s|  1090k|  1082k|     0 |   0.0 | 326M|2290 |   - |3940 |  15k|   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
227.10/227.12	c   222s|  1100k|  1092k|     0 |   0.0 | 330M|2290 |   - |3940 |  16k|   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
228.50/228.54	c   223s|  1110k|  1102k|     0 |   0.0 | 334M|2290 |   - |3940 |  17k|   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
229.90/229.92	c   225s|  1120k|  1112k|     0 |   0.0 | 337M|2290 |   - |3940 |  18k|   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
231.30/231.39	c   226s|  1130k|  1122k|     0 |   0.0 | 341M|2290 |   - |3940 |  19k|   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
232.80/232.81	c   228s|  1140k|  1131k|     0 |   0.0 | 345M|2290 |   - |3940 |  20k|   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
234.20/234.22	c   229s|  1150k|  1141k|     0 |   0.0 | 350M|2290 |   - |3940 |  22k|   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
235.70/235.70	c   230s|  1160k|  1151k|     0 |   0.0 | 354M|2290 |   - |3940 |  23k|   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
237.61/237.67	c   232s|  1170k|  1160k|     0 |   0.0 | 363M|2290 |   - |3940 |  28k|   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
240.40/240.45	c   235s|  1180k|  1170k|     0 |   0.0 | 358M|2290 |   - |3940 |2722 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
243.01/243.01	c   238s|  1190k|  1180k|     0 |   0.0 | 360M|2290 |   - |3940 |1262 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
245.50/245.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
245.50/245.57	c   240s|  1200k|  1190k|     0 |   0.0 | 362M|2290 |   - |3940 |1248 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
248.10/248.12	c   243s|  1210k|  1199k|     0 |   0.0 | 365M|2290 |   - |3940 |1251 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
250.60/250.66	c   245s|  1220k|  1209k|     0 |   0.0 | 368M|2290 |   - |3940 |1268 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
253.20/253.27	c   248s|  1230k|  1219k|     0 |   0.0 | 371M|2290 |   - |3940 |1306 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
255.80/255.89	c   250s|  1240k|  1229k|     0 |   0.0 | 373M|2290 |   - |3940 |1308 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
258.51/258.51	c   253s|  1250k|  1239k|     0 |   0.0 | 376M|2290 |   - |3940 |1320 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
261.10/261.12	c   255s|  1260k|  1249k|     0 |   0.0 | 379M|2290 |   - |3940 |1293 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
263.70/263.76	c   258s|  1270k|  1259k|     0 |   0.0 | 382M|2290 |   - |3940 |1322 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
266.30/266.38	c   260s|  1280k|  1269k|     0 |   0.0 | 384M|2290 |   - |3940 |1321 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
269.00/269.03	c   263s|  1290k|  1279k|     0 |   0.0 | 387M|2290 |   - |3940 |1351 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
271.60/271.64	c   266s|  1300k|  1289k|     0 |   0.0 | 390M|2290 |   - |3940 |1341 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
274.20/274.24	c   268s|  1310k|  1299k|     0 |   0.0 | 393M|2290 |   - |3940 |1322 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
276.80/276.85	c   271s|  1320k|  1309k|     0 |   0.0 | 395M|2290 |   - |3940 |1309 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
279.50/279.50	c   273s|  1330k|  1319k|     0 |   0.0 | 398M|2290 |   - |3940 |1250 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
282.10/282.12	c   276s|  1340k|  1329k|     0 |   0.0 | 401M|2290 |   - |3940 |1053 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
284.70/284.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
284.70/284.76	c   279s|  1350k|  1339k|     0 |   0.0 | 404M|2290 |   - |3940 |1058 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
287.40/287.41	c   281s|  1360k|  1349k|     0 |   0.0 | 406M|2290 |   - |3940 |1046 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
290.00/290.03	c   284s|  1370k|  1359k|     0 |   0.0 | 409M|2290 |   - |3940 |1032 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
292.60/292.64	c   286s|  1380k|  1369k|     0 |   0.0 | 412M|2290 |   - |3940 | 997 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
295.20/295.26	c   289s|  1390k|  1379k|     0 |   0.0 | 415M|2290 |   - |3940 | 979 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
297.80/297.89	c   291s|  1400k|  1389k|     0 |   0.0 | 417M|2290 |   - |3940 | 946 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
300.50/300.53	c   294s|  1410k|  1399k|     0 |   0.0 | 420M|2290 |   - |3940 | 968 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
303.10/303.14	c   297s|  1420k|  1409k|     0 |   0.0 | 423M|2290 |   - |3940 | 959 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
305.70/305.78	c   299s|  1430k|  1419k|     0 |   0.0 | 426M|2290 |   - |3940 | 964 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
308.40/308.42	c   302s|  1440k|  1428k|     0 |   0.0 | 428M|2290 |   - |3940 | 966 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
311.00/311.05	c   304s|  1450k|  1438k|     0 |   0.0 | 431M|2290 |   - |3940 | 946 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
313.60/313.65	c   307s|  1460k|  1448k|     0 |   0.0 | 434M|2290 |   - |3940 | 945 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
316.19/316.26	c   310s|  1470k|  1458k|     0 |   0.0 | 437M|2290 |   - |3940 | 947 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
318.80/318.86	c   312s|  1480k|  1468k|     0 |   0.0 | 439M|2290 |   - |3940 | 930 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
321.40/321.49	c   315s|  1490k|  1478k|     0 |   0.0 | 442M|2290 |   - |3940 | 922 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
324.10/324.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
324.10/324.12	c   317s|  1500k|  1488k|     0 |   0.0 | 445M|2290 |   - |3940 | 937 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
326.70/326.75	c   320s|  1510k|  1498k|     0 |   0.0 | 448M|2290 |   - |3940 | 911 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
329.40/329.41	c   322s|  1520k|  1508k|     0 |   0.0 | 450M|2290 |   - |3940 | 911 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
332.00/332.06	c   325s|  1530k|  1518k|     0 |   0.0 | 453M|2290 |   - |3940 | 907 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
334.70/334.70	c   328s|  1540k|  1528k|     0 |   0.0 | 456M|2290 |   - |3940 | 916 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
337.30/337.31	c   330s|  1550k|  1538k|     0 |   0.0 | 459M|2290 |   - |3940 | 909 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
339.90/339.94	c   333s|  1560k|  1548k|     0 |   0.0 | 462M|2290 |   - |3940 | 948 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
342.60/342.60	c   335s|  1570k|  1558k|     0 |   0.0 | 464M|2290 |   - |3940 | 911 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
345.20/345.23	c   338s|  1580k|  1568k|     0 |   0.0 | 467M|2290 |   - |3940 | 898 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
347.80/347.84	c   341s|  1590k|  1578k|     0 |   0.0 | 470M|2290 |   - |3940 | 903 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
350.40/350.46	c   343s|  1600k|  1588k|     0 |   0.0 | 473M|2290 |   - |3940 | 907 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
353.01/353.06	c   346s|  1610k|  1598k|     0 |   0.0 | 475M|2290 |   - |3940 | 896 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
355.60/355.66	c   348s|  1620k|  1608k|     0 |   0.0 | 478M|2290 |   - |3940 | 917 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
358.20/358.29	c   351s|  1630k|  1618k|     0 |   0.0 | 481M|2290 |   - |3940 | 917 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
360.91/360.90	c   353s|  1640k|  1628k|     0 |   0.0 | 484M|2290 |   - |3940 | 932 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
363.51/363.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
363.51/363.51	c   356s|  1650k|  1638k|     0 |   0.0 | 486M|2290 |   - |3940 | 962 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
366.11/366.13	c   359s|  1660k|  1648k|     0 |   0.0 | 489M|2290 |   - |3940 | 944 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
368.70/368.74	c   361s|  1670k|  1657k|     0 |   0.0 | 492M|2290 |   - |3940 | 900 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
371.30/371.37	c   364s|  1680k|  1667k|     0 |   0.0 | 495M|2290 |   - |3940 | 935 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
374.00/374.02	c   366s|  1690k|  1677k|     0 |   0.0 | 497M|2290 |   - |3940 | 933 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
376.60/376.62	c   369s|  1700k|  1687k|     0 |   0.0 | 500M|2290 |   - |3940 | 914 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
379.20/379.25	c   371s|  1710k|  1697k|     0 |   0.0 | 503M|2290 |   - |3940 | 960 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
381.80/381.85	c   374s|  1720k|  1707k|     0 |   0.0 | 505M|2290 |   - |3940 | 921 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
384.41/384.47	c   377s|  1730k|  1717k|     0 |   0.0 | 508M|2290 |   - |3940 | 946 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
387.01/387.09	c   379s|  1740k|  1727k|     0 |   0.0 | 511M|2290 |   - |3940 | 980 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
389.60/389.67	c   382s|  1750k|  1737k|     0 |   0.0 | 514M|2290 |   - |3940 | 949 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
392.20/392.30	c   384s|  1760k|  1747k|     0 |   0.0 | 516M|2290 |   - |3940 | 967 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
394.90/394.93	c   387s|  1770k|  1757k|     0 |   0.0 | 519M|2290 |   - |3940 | 977 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
397.50/397.55	c   389s|  1780k|  1767k|     0 |   0.0 | 522M|2290 |   - |3940 |1002 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
400.11/400.14	c   392s|  1790k|  1777k|     0 |   0.0 | 525M|2290 |   - |3940 | 954 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
402.71/402.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
402.71/402.75	c   395s|  1800k|  1787k|     0 |   0.0 | 527M|2290 |   - |3940 | 987 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
405.31/405.36	c   397s|  1810k|  1797k|     0 |   0.0 | 530M|2290 |   - |3940 | 981 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
408.00/408.00	c   400s|  1820k|  1807k|     0 |   0.0 | 533M|2290 |   - |3940 | 990 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
410.60/410.63	c   402s|  1830k|  1817k|     0 |   0.0 | 536M|2290 |   - |3940 | 994 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
413.20/413.23	c   405s|  1840k|  1827k|     0 |   0.0 | 538M|2290 |   - |3940 | 972 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
415.81/415.84	c   407s|  1850k|  1837k|     0 |   0.0 | 541M|2290 |   - |3940 | 956 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
418.40/418.44	c   410s|  1860k|  1847k|     0 |   0.0 | 544M|2290 |   - |3940 | 981 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
421.01/421.05	c   413s|  1870k|  1857k|     0 |   0.0 | 547M|2290 |   - |3940 |1005 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
423.60/423.67	c   415s|  1880k|  1867k|     0 |   0.0 | 549M|2290 |   - |3940 |1015 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
426.30/426.31	c   418s|  1890k|  1877k|     0 |   0.0 | 552M|2290 |   - |3940 |1027 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
428.91/428.92	c   420s|  1900k|  1886k|     0 |   0.0 | 555M|2290 |   - |3940 | 978 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
431.50/431.53	c   423s|  1910k|  1896k|     0 |   0.0 | 557M|2290 |   - |3940 |1016 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
434.11/434.17	c   425s|  1920k|  1906k|     0 |   0.0 | 560M|2290 |   - |3940 |1009 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
436.71/436.79	c   428s|  1930k|  1916k|     0 |   0.0 | 563M|2290 |   - |3940 |1013 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
439.40/439.42	c   431s|  1940k|  1926k|     0 |   0.0 | 566M|2290 |   - |3940 |1026 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
442.00/442.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
442.00/442.05	c   433s|  1950k|  1936k|     0 |   0.0 | 568M|2290 |   - |3940 |1003 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
444.60/444.68	c   436s|  1960k|  1946k|     0 |   0.0 | 571M|2290 |   - |3940 |1003 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
447.20/447.29	c   438s|  1970k|  1956k|     0 |   0.0 | 574M|2290 |   - |3940 |1017 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
449.91/449.93	c   441s|  1980k|  1966k|     0 |   0.0 | 577M|2290 |   - |3940 |1032 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
452.50/452.54	c   443s|  1990k|  1976k|     0 |   0.0 | 579M|2290 |   - |3940 |1038 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
455.11/455.15	c   446s|  2000k|  1986k|     0 |   0.0 | 582M|2290 |   - |3940 |1022 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
457.70/457.78	c   449s|  2010k|  1996k|     0 |   0.0 | 585M|2290 |   - |3940 |1066 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
460.41/460.41	c   451s|  2020k|  2006k|     0 |   0.0 | 588M|2290 |   - |3940 |1074 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
463.01/463.04	c   454s|  2030k|  2016k|     0 |   0.0 | 590M|2290 |   - |3940 |1080 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
465.61/465.69	c   456s|  2040k|  2026k|     0 |   0.0 | 593M|2290 |   - |3940 |1048 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
468.30/468.33	c   459s|  2050k|  2036k|     0 |   0.0 | 596M|2290 |   - |3940 |1024 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
470.90/470.95	c   462s|  2060k|  2046k|     0 |   0.0 | 599M|2290 |   - |3940 |1044 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
473.50/473.59	c   464s|  2070k|  2056k|     0 |   0.0 | 601M|2290 |   - |3940 |1056 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
476.21/476.22	c   467s|  2080k|  2066k|     0 |   0.0 | 604M|2290 |   - |3940 |1034 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
478.81/478.84	c   469s|  2090k|  2076k|     0 |   0.0 | 607M|2290 |   - |3940 |1021 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
481.41/481.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
481.41/481.47	c   472s|  2100k|  2086k|     0 |   0.0 | 610M|2290 |   - |3940 |1018 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
484.10/484.11	c   474s|  2110k|  2095k|     0 |   0.0 | 612M|2290 |   - |3940 |1025 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
486.70/486.75	c   477s|  2120k|  2105k|     0 |   0.0 | 615M|2290 |   - |3940 |1038 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
489.30/489.36	c   480s|  2130k|  2115k|     0 |   0.0 | 618M|2290 |   - |3940 | 980 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
491.90/491.99	c   482s|  2140k|  2125k|     0 |   0.0 | 620M|2290 |   - |3940 | 993 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
494.61/494.63	c   485s|  2150k|  2135k|     0 |   0.0 | 623M|2290 |   - |3940 |1048 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
497.21/497.27	c   487s|  2160k|  2145k|     0 |   0.0 | 626M|2290 |   - |3940 | 990 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
499.81/499.88	c   490s|  2170k|  2155k|     0 |   0.0 | 629M|2290 |   - |3940 | 970 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
502.50/502.50	c   493s|  2180k|  2165k|     0 |   0.0 | 631M|2290 |   - |3940 | 969 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
505.11/505.15	c   495s|  2190k|  2175k|     0 |   0.0 | 634M|2290 |   - |3940 | 980 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
507.71/507.79	c   498s|  2200k|  2185k|     0 |   0.0 | 637M|2290 |   - |3940 | 988 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
510.31/510.38	c   500s|  2210k|  2195k|     0 |   0.0 | 640M|2290 |   - |3940 | 964 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
513.01/513.01	c   503s|  2220k|  2205k|     0 |   0.0 | 642M|2290 |   - |3940 | 968 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
515.61/515.63	c   505s|  2230k|  2215k|     0 |   0.0 | 645M|2290 |   - |3940 | 974 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
518.20/518.26	c   508s|  2240k|  2225k|     0 |   0.0 | 648M|2290 |   - |3940 | 957 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
520.91/520.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
520.91/520.90	c   511s|  2250k|  2235k|     0 |   0.0 | 651M|2290 |   - |3940 | 972 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
523.51/523.54	c   513s|  2260k|  2245k|     0 |   0.0 | 653M|2290 |   - |3940 | 942 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
526.11/526.17	c   516s|  2270k|  2255k|     0 |   0.0 | 656M|2290 |   - |3940 | 949 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
528.71/528.79	c   518s|  2280k|  2265k|     0 |   0.0 | 659M|2290 |   - |3940 | 946 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
531.40/531.40	c   521s|  2290k|  2275k|     0 |   0.0 | 662M|2290 |   - |3940 | 943 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
534.01/534.02	c   524s|  2300k|  2285k|     0 |   0.0 | 664M|2290 |   - |3940 | 957 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
536.60/536.66	c   526s|  2310k|  2295k|     0 |   0.0 | 667M|2290 |   - |3940 | 947 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
539.21/539.27	c   529s|  2320k|  2305k|     0 |   0.0 | 670M|2290 |   - |3940 | 924 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
541.91/541.91	c   531s|  2330k|  2315k|     0 |   0.0 | 673M|2290 |   - |3940 | 955 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
544.51/544.51	c   534s|  2340k|  2324k|     0 |   0.0 | 675M|2290 |   - |3940 | 935 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
547.10/547.11	c   536s|  2350k|  2334k|     0 |   0.0 | 678M|2290 |   - |3940 | 935 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
549.71/549.73	c   539s|  2360k|  2344k|     0 |   0.0 | 681M|2290 |   - |3940 | 948 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
552.31/552.37	c   542s|  2370k|  2354k|     0 |   0.0 | 684M|2290 |   - |3940 | 934 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
555.01/555.00	c   544s|  2380k|  2364k|     0 |   0.0 | 686M|2290 |   - |3940 | 971 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
557.61/557.64	c   547s|  2390k|  2374k|     0 |   0.0 | 689M|2290 |   - |3940 | 990 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
560.20/560.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
560.20/560.27	c   549s|  2400k|  2384k|     0 |   0.0 | 692M|2290 |   - |3940 | 977 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
562.81/562.88	c   552s|  2410k|  2394k|     0 |   0.0 | 695M|2290 |   - |3940 | 963 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
565.51/565.50	c   554s|  2420k|  2404k|     0 |   0.0 | 697M|2290 |   - |3940 | 998 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
568.11/568.14	c   557s|  2430k|  2414k|     0 |   0.0 | 700M|2290 |   - |3940 | 960 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
570.70/570.77	c   560s|  2440k|  2424k|     0 |   0.0 | 703M|2290 |   - |3940 | 973 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
573.41/573.41	c   562s|  2450k|  2434k|     0 |   0.0 | 706M|2290 |   - |3940 | 959 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
576.01/576.05	c   565s|  2460k|  2444k|     0 |   0.0 | 708M|2290 |   - |3940 | 986 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
578.61/578.67	c   567s|  2470k|  2454k|     0 |   0.0 | 711M|2290 |   - |3940 | 968 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
581.21/581.29	c   570s|  2480k|  2464k|     0 |   0.0 | 714M|2290 |   - |3940 | 937 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
583.91/583.94	c   573s|  2490k|  2474k|     0 |   0.0 | 717M|2290 |   - |3940 |1006 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
586.51/586.58	c   575s|  2500k|  2484k|     0 |   0.0 | 719M|2290 |   - |3940 | 972 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
589.21/589.23	c   578s|  2510k|  2494k|     0 |   0.0 | 722M|2290 |   - |3940 | 980 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
591.82/591.86	c   580s|  2520k|  2504k|     0 |   0.0 | 725M|2290 |   - |3940 | 962 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
594.41/594.48	c   583s|  2530k|  2514k|     0 |   0.0 | 728M|2290 |   - |3940 | 990 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
597.11/597.10	c   586s|  2540k|  2524k|     0 |   0.0 | 730M|2290 |   - |3940 |1029 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
599.71/599.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
599.71/599.74	c   588s|  2550k|  2533k|     0 |   0.0 | 733M|2290 |   - |3940 |1040 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
602.31/602.37	c   591s|  2560k|  2543k|     0 |   0.0 | 736M|2290 |   - |3940 |1038 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
604.91/604.98	c   593s|  2570k|  2553k|     0 |   0.0 | 738M|2290 |   - |3940 |1043 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
607.61/607.60	c   596s|  2580k|  2563k|     0 |   0.0 | 741M|2290 |   - |3940 |1032 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
610.21/610.21	c   598s|  2590k|  2573k|     0 |   0.0 | 744M|2290 |   - |3940 |1022 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
612.81/612.82	c   601s|  2600k|  2583k|     0 |   0.0 | 747M|2290 |   - |3940 |1020 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
615.41/615.43	c   604s|  2610k|  2593k|     0 |   0.0 | 749M|2290 |   - |3940 |1009 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
618.01/618.06	c   606s|  2620k|  2603k|     0 |   0.0 | 752M|2290 |   - |3940 |1006 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
620.71/620.73	c   609s|  2630k|  2613k|     0 |   0.0 | 755M|2290 |   - |3940 |1102 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
623.31/623.34	c   611s|  2640k|  2623k|     0 |   0.0 | 758M|2290 |   - |3940 |1020 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
625.92/625.94	c   614s|  2650k|  2633k|     0 |   0.0 | 760M|2290 |   - |3940 |1008 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
628.51/628.55	c   616s|  2660k|  2643k|     0 |   0.0 | 763M|2290 |   - |3940 |1028 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
631.21/631.21	c   619s|  2670k|  2653k|     0 |   0.0 | 766M|2290 |   - |3940 |1017 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
633.81/633.83	c   622s|  2680k|  2663k|     0 |   0.0 | 769M|2290 |   - |3940 | 991 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
636.42/636.45	c   624s|  2690k|  2673k|     0 |   0.0 | 771M|2290 |   - |3940 |1034 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
639.02/639.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
639.02/639.08	c   627s|  2700k|  2683k|     0 |   0.0 | 774M|2290 |   - |3940 | 985 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
641.61/641.69	c   629s|  2710k|  2693k|     0 |   0.0 | 777M|2290 |   - |3940 | 979 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
644.21/644.29	c   632s|  2720k|  2703k|     0 |   0.0 | 780M|2290 |   - |3940 | 994 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
646.91/646.91	c   634s|  2730k|  2713k|     0 |   0.0 | 782M|2290 |   - |3940 | 958 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
649.51/649.55	c   637s|  2740k|  2723k|     0 |   0.0 | 785M|2290 |   - |3940 | 983 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
652.11/652.17	c   640s|  2750k|  2733k|     0 |   0.0 | 788M|2290 |   - |3940 | 970 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
654.81/654.80	c   642s|  2760k|  2743k|     0 |   0.0 | 791M|2290 |   - |3940 | 961 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
657.41/657.45	c   645s|  2770k|  2753k|     0 |   0.0 | 793M|2290 |   - |3940 | 993 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
660.01/660.07	c   647s|  2780k|  2762k|     0 |   0.0 | 796M|2290 |   - |3940 |1019 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
662.71/662.73	c   650s|  2790k|  2772k|     0 |   0.0 | 799M|2290 |   - |3940 |1032 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
665.31/665.36	c   653s|  2800k|  2782k|     0 |   0.0 | 802M|2290 |   - |3940 |1017 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
667.91/667.98	c   655s|  2810k|  2792k|     0 |   0.0 | 804M|2290 |   - |3940 |1023 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
670.61/670.60	c   658s|  2820k|  2802k|     0 |   0.0 | 807M|2290 |   - |3940 | 994 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
673.22/673.22	c   660s|  2830k|  2812k|     0 |   0.0 | 810M|2290 |   - |3940 |1007 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
675.81/675.84	c   663s|  2840k|  2822k|     0 |   0.0 | 813M|2290 |   - |3940 | 987 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
678.41/678.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
678.41/678.47	c   665s|  2850k|  2832k|     0 |   0.0 | 815M|2290 |   - |3940 |1005 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
681.11/681.11	c   668s|  2860k|  2842k|     0 |   0.0 | 818M|2290 |   - |3940 |1005 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
683.71/683.73	c   671s|  2870k|  2852k|     0 |   0.0 | 821M|2290 |   - |3940 |1009 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
686.31/686.37	c   673s|  2880k|  2862k|     0 |   0.0 | 824M|2290 |   - |3940 |1008 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
689.01/689.02	c   676s|  2890k|  2872k|     0 |   0.0 | 826M|2290 |   - |3940 | 993 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
691.61/691.67	c   678s|  2900k|  2882k|     0 |   0.0 | 829M|2290 |   - |3940 |1012 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
694.31/694.32	c   681s|  2910k|  2892k|     0 |   0.0 | 832M|2290 |   - |3940 |1001 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
696.91/696.97	c   684s|  2920k|  2902k|     0 |   0.0 | 835M|2290 |   - |3940 |1041 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
699.61/699.61	c   686s|  2930k|  2912k|     0 |   0.0 | 837M|2290 |   - |3940 |1012 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
702.21/702.23	c   689s|  2940k|  2922k|     0 |   0.0 | 840M|2290 |   - |3940 | 981 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
704.81/704.85	c   691s|  2950k|  2932k|     0 |   0.0 | 843M|2290 |   - |3940 | 988 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
707.41/707.48	c   694s|  2960k|  2942k|     0 |   0.0 | 846M|2290 |   - |3940 |1036 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
710.11/710.11	c   697s|  2970k|  2952k|     0 |   0.0 | 848M|2290 |   - |3940 |1015 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
712.72/712.74	c   699s|  2980k|  2962k|     0 |   0.0 | 851M|2290 |   - |3940 |1003 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
715.42/715.40	c   702s|  2990k|  2972k|     0 |   0.0 | 854M|2290 |   - |3940 |1018 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
718.02/718.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
718.02/718.02	c   704s|  3000k|  2981k|     0 |   0.0 | 856M|2290 |   - |3940 |1031 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
720.61/720.66	c   707s|  3010k|  2991k|     0 |   0.0 | 859M|2290 |   - |3940 |1037 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
723.22/723.27	c   710s|  3020k|  3001k|     0 |   0.0 | 862M|2290 |   - |3940 |1022 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
725.81/725.90	c   712s|  3030k|  3011k|     0 |   0.0 | 865M|2290 |   - |3940 | 998 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
728.51/728.53	c   715s|  3040k|  3021k|     0 |   0.0 | 867M|2290 |   - |3940 |1034 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
731.12/731.17	c   717s|  3050k|  3031k|     0 |   0.0 | 870M|2290 |   - |3940 |1038 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
733.72/733.79	c   720s|  3060k|  3041k|     0 |   0.0 | 873M|2290 |   - |3940 |1009 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
736.41/736.40	c   722s|  3070k|  3051k|     0 |   0.0 | 876M|2290 |   - |3940 |1033 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
739.02/739.04	c   725s|  3080k|  3061k|     0 |   0.0 | 878M|2290 |   - |3940 |1022 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
741.62/741.68	c   728s|  3090k|  3071k|     0 |   0.0 | 881M|2290 |   - |3940 |1060 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
744.32/744.32	c   730s|  3100k|  3081k|     0 |   0.0 | 884M|2290 |   - |3940 |1046 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
746.92/746.93	c   733s|  3110k|  3091k|     0 |   0.0 | 887M|2290 |   - |3940 |1054 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
749.51/749.55	c   735s|  3120k|  3101k|     0 |   0.0 | 889M|2290 |   - |3940 |1046 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
752.11/752.17	c   738s|  3130k|  3111k|     0 |   0.0 | 892M|2290 |   - |3940 |1026 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
754.81/754.80	c   740s|  3140k|  3121k|     0 |   0.0 | 895M|2290 |   - |3940 |1033 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
757.41/757.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
757.41/757.43	c   743s|  3150k|  3131k|     0 |   0.0 | 897M|2290 |   - |3940 |1027 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
760.02/760.04	c   746s|  3160k|  3141k|     0 |   0.0 | 900M|2290 |   - |3940 |1001 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
762.61/762.65	c   748s|  3170k|  3151k|     0 |   0.0 | 903M|2290 |   - |3940 | 991 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
765.22/765.25	c   751s|  3180k|  3161k|     0 |   0.0 | 906M|2290 |   - |3940 |1029 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
767.91/767.90	c   753s|  3190k|  3171k|     0 |   0.0 | 908M|2290 |   - |3940 |1046 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
770.51/770.52	c   756s|  3200k|  3181k|     0 |   0.0 | 911M|2290 |   - |3940 |1009 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
773.11/773.15	c   759s|  3210k|  3191k|     0 |   0.0 | 914M|2290 |   - |3940 | 997 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
775.71/775.76	c   761s|  3220k|  3200k|     0 |   0.0 | 917M|2290 |   - |3940 |1002 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
778.31/778.40	c   764s|  3230k|  3210k|     0 |   0.0 | 919M|2290 |   - |3940 | 989 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
781.02/781.02	c   766s|  3240k|  3220k|     0 |   0.0 | 922M|2290 |   - |3940 | 987 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
783.62/783.67	c   769s|  3250k|  3230k|     0 |   0.0 | 925M|2290 |   - |3940 |1003 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
786.32/786.30	c   771s|  3260k|  3240k|     0 |   0.0 | 928M|2290 |   - |3940 |1000 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
788.91/788.93	c   774s|  3270k|  3250k|     0 |   0.0 | 930M|2290 |   - |3940 |1018 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
791.52/791.57	c   777s|  3280k|  3260k|     0 |   0.0 | 933M|2290 |   - |3940 | 971 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
794.22/794.21	c   779s|  3290k|  3270k|     0 |   0.0 | 936M|2290 |   - |3940 | 978 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
796.82/796.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
796.82/796.83	c   782s|  3300k|  3280k|     0 |   0.0 | 939M|2290 |   - |3940 |1000 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
799.41/799.42	c   784s|  3310k|  3290k|     0 |   0.0 | 941M|2290 |   - |3940 |1022 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
801.92/801.99	c   787s|  3320k|  3300k|     0 |   0.0 | 944M|2290 |   - |3940 |1009 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
804.62/804.63	c   790s|  3330k|  3310k|     0 |   0.0 | 947M|2290 |   - |3940 |1008 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
807.21/807.25	c   792s|  3340k|  3320k|     0 |   0.0 | 949M|2290 |   - |3940 |1007 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
809.82/809.87	c   795s|  3350k|  3330k|     0 |   0.0 | 952M|2290 |   - |3940 | 983 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
812.41/812.49	c   797s|  3360k|  3340k|     0 |   0.0 | 955M|2290 |   - |3940 | 989 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
815.13/815.13	c   800s|  3370k|  3350k|     0 |   0.0 | 958M|2290 |   - |3940 |1022 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
817.72/817.78	c   802s|  3380k|  3360k|     0 |   0.0 | 960M|2290 |   - |3940 |1020 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
820.42/820.41	c   805s|  3390k|  3370k|     0 |   0.0 | 963M|2290 |   - |3940 |1027 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
823.01/823.05	c   808s|  3400k|  3380k|     0 |   0.0 | 966M|2290 |   - |3940 |1027 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
825.62/825.65	c   810s|  3410k|  3390k|     0 |   0.0 | 969M|2290 |   - |3940 | 983 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
828.22/828.27	c   813s|  3420k|  3400k|     0 |   0.0 | 971M|2290 |   - |3940 | 993 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
830.92/830.90	c   815s|  3430k|  3410k|     0 |   0.0 | 974M|2290 |   - |3940 |1009 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
833.51/833.53	c   818s|  3440k|  3419k|     0 |   0.0 | 977M|2290 |   - |3940 |1001 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
836.12/836.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
836.12/836.16	c   820s|  3450k|  3429k|     0 |   0.0 | 980M|2290 |   - |3940 | 989 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
838.72/838.79	c   823s|  3460k|  3439k|     0 |   0.0 | 982M|2290 |   - |3940 | 990 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
841.31/841.39	c   826s|  3470k|  3449k|     0 |   0.0 | 985M|2290 |   - |3940 | 987 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
844.02/844.04	c   828s|  3480k|  3459k|     0 |   0.0 | 988M|2290 |   - |3940 | 981 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
846.61/846.68	c   831s|  3490k|  3469k|     0 |   0.0 | 991M|2290 |   - |3940 | 956 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
849.32/849.32	c   833s|  3500k|  3479k|     0 |   0.0 | 993M|2290 |   - |3940 | 972 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
851.91/851.97	c   836s|  3510k|  3489k|     0 |   0.0 | 996M|2290 |   - |3940 |1008 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
854.52/854.57	c   839s|  3520k|  3499k|     0 |   0.0 | 999M|2290 |   - |3940 | 954 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
857.22/857.22	c   841s|  3530k|  3509k|     0 |   0.0 |1002M|2290 |   - |3940 | 962 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
859.82/859.82	c   844s|  3540k|  3519k|     0 |   0.0 |1004M|2290 |   - |3940 | 959 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
862.43/862.47	c   846s|  3550k|  3529k|     0 |   0.0 |1007M|2290 |   - |3940 |1008 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
865.11/865.11	c   849s|  3560k|  3539k|     0 |   0.0 |1010M|2290 |   - |3940 |1003 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
867.72/867.71	c   852s|  3570k|  3549k|     0 |   0.0 |1012M|2290 |   - |3940 | 978 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
870.31/870.35	c   854s|  3580k|  3559k|     0 |   0.0 |1015M|2290 |   - |3940 | 980 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
872.92/872.96	c   857s|  3590k|  3569k|     0 |   0.0 |1018M|2290 |   - |3940 | 950 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
875.52/875.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
875.52/875.57	c   859s|  3600k|  3579k|     0 |   0.0 |1021M|2290 |   - |3940 | 970 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
878.12/878.18	c   862s|  3610k|  3589k|     0 |   0.0 |1023M|2290 |   - |3940 |1005 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
880.81/880.83	c   864s|  3620k|  3599k|     0 |   0.0 |1026M|2290 |   - |3940 | 993 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
883.41/883.44	c   867s|  3630k|  3609k|     0 |   0.0 |1029M|2290 |   - |3940 | 977 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
886.02/886.07	c   870s|  3640k|  3619k|     0 |   0.0 |1032M|2290 |   - |3940 |1005 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
888.62/888.70	c   872s|  3650k|  3629k|     0 |   0.0 |1034M|2290 |   - |3940 | 976 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
891.31/891.30	c   875s|  3660k|  3638k|     0 |   0.0 |1037M|2290 |   - |3940 |1008 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
893.91/893.92	c   877s|  3670k|  3648k|     0 |   0.0 |1040M|2290 |   - |3940 | 989 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
896.52/896.54	c   880s|  3680k|  3658k|     0 |   0.0 |1043M|2290 |   - |3940 |1012 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
899.12/899.14	c   882s|  3690k|  3668k|     0 |   0.0 |1045M|2290 |   - |3940 | 999 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
901.72/901.78	c   885s|  3700k|  3678k|     0 |   0.0 |1048M|2290 |   - |3940 |1029 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
904.42/904.40	c   888s|  3710k|  3688k|     0 |   0.0 |1051M|2290 |   - |3940 | 972 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
907.01/907.04	c   890s|  3720k|  3698k|     0 |   0.0 |1054M|2290 |   - |3940 |1025 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
909.63/909.65	c   893s|  3730k|  3708k|     0 |   0.0 |1056M|2290 |   - |3940 | 990 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
912.22/912.26	c   895s|  3740k|  3718k|     0 |   0.0 |1059M|2290 |   - |3940 | 981 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
914.81/914.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
914.81/914.87	c   898s|  3750k|  3728k|     0 |   0.0 |1062M|2290 |   - |3940 |1020 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
917.52/917.53	c   900s|  3760k|  3738k|     0 |   0.0 |1065M|2290 |   - |3940 | 978 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
920.11/920.16	c   903s|  3770k|  3748k|     0 |   0.0 |1067M|2290 |   - |3940 | 972 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
922.72/922.79	c   906s|  3780k|  3758k|     0 |   0.0 |1070M|2290 |   - |3940 | 971 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
925.42/925.41	c   908s|  3790k|  3768k|     0 |   0.0 |1073M|2290 |   - |3940 | 973 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
928.02/928.01	c   911s|  3800k|  3778k|     0 |   0.0 |1076M|2290 |   - |3940 | 986 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
930.63/930.66	c   913s|  3810k|  3788k|     0 |   0.0 |1078M|2290 |   - |3940 |1004 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
933.22/933.27	c   916s|  3820k|  3798k|     0 |   0.0 |1081M|2290 |   - |3940 | 984 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
935.92/935.90	c   919s|  3830k|  3808k|     0 |   0.0 |1084M|2290 |   - |3940 | 965 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
938.52/938.55	c   921s|  3840k|  3818k|     0 |   0.0 |1087M|2290 |   - |3940 | 979 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
941.12/941.18	c   924s|  3850k|  3828k|     0 |   0.0 |1089M|2290 |   - |3940 | 943 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
943.72/943.79	c   926s|  3860k|  3838k|     0 |   0.0 |1092M|2290 |   - |3940 | 975 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
946.32/946.39	c   929s|  3870k|  3848k|     0 |   0.0 |1095M|2290 |   - |3940 | 973 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
949.02/949.03	c   931s|  3880k|  3857k|     0 |   0.0 |1098M|2290 |   - |3940 |1010 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
951.62/951.67	c   934s|  3890k|  3867k|     0 |   0.0 |1100M|2290 |   - |3940 |1009 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
954.22/954.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
954.22/954.27	c   937s|  3900k|  3877k|     0 |   0.0 |1103M|2290 |   - |3940 |1024 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
956.93/956.91	c   939s|  3910k|  3887k|     0 |   0.0 |1106M|2290 |   - |3940 |1000 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
959.52/959.54	c   942s|  3920k|  3897k|     0 |   0.0 |1109M|2290 |   - |3940 | 990 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
962.12/962.18	c   944s|  3930k|  3907k|     0 |   0.0 |1111M|2290 |   - |3940 |1015 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
964.73/964.77	c   947s|  3940k|  3917k|     0 |   0.0 |1114M|2290 |   - |3940 | 970 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
967.42/967.40	c   950s|  3950k|  3927k|     0 |   0.0 |1117M|2290 |   - |3940 | 973 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
970.02/970.03	c   952s|  3960k|  3937k|     0 |   0.0 |1119M|2290 |   - |3940 | 954 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
972.72/972.70	c   955s|  3970k|  3947k|     0 |   0.0 |1122M|2290 |   - |3940 | 993 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
975.32/975.34	c   957s|  3980k|  3957k|     0 |   0.0 |1125M|2290 |   - |3940 | 998 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
977.93/977.96	c   960s|  3990k|  3967k|     0 |   0.0 |1128M|2290 |   - |3940 |1026 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
980.52/980.59	c   962s|  4000k|  3977k|     0 |   0.0 |1131M|2290 |   - |3940 |1044 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
983.22/983.24	c   965s|  4010k|  3987k|     0 |   0.0 |1133M|2290 |   - |3940 |1067 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
985.82/985.85	c   968s|  4020k|  3997k|     0 |   0.0 |1136M|2290 |   - |3940 |1015 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
988.42/988.46	c   970s|  4030k|  4007k|     0 |   0.0 |1139M|2290 |   - |3940 |1037 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
991.02/991.08	c   973s|  4040k|  4017k|     0 |   0.0 |1141M|2290 |   - |3940 |1047 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
993.62/993.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
993.62/993.69	c   975s|  4050k|  4027k|     0 |   0.0 |1144M|2290 |   - |3940 |1029 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
996.32/996.31	c   978s|  4060k|  4037k|     0 |   0.0 |1147M|2290 |   - |3940 |1020 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
998.92/998.97	c   981s|  4070k|  4047k|     0 |   0.0 |1150M|2290 |   - |3940 |1053 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1001.52/1001.59	c   983s|  4080k|  4057k|     0 |   0.0 |1152M|2290 |   - |3940 |1009 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1004.23/1004.23	c   986s|  4090k|  4066k|     0 |   0.0 |1155M|2290 |   - |3940 |1021 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1006.82/1006.89	c   988s|  4100k|  4076k|     0 |   0.0 |1158M|2290 |   - |3940 |1010 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1009.52/1009.50	c   991s|  4110k|  4086k|     0 |   0.0 |1161M|2290 |   - |3940 |1028 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1012.12/1012.12	c   993s|  4120k|  4096k|     0 |   0.0 |1163M|2290 |   - |3940 |1035 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1014.72/1014.73	c   996s|  4130k|  4106k|     0 |   0.0 |1166M|2290 |   - |3940 |1005 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1017.32/1017.37	c   999s|  4140k|  4116k|     0 |   0.0 |1169M|2290 |   - |3940 |1029 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1019.92/1019.98	c  1001s|  4150k|  4126k|     0 |   0.0 |1172M|2290 |   - |3940 |1062 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1022.62/1022.62	c  1004s|  4160k|  4136k|     0 |   0.0 |1174M|2290 |   - |3940 |1019 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1025.23/1025.23	c  1006s|  4170k|  4146k|     0 |   0.0 |1177M|2290 |   - |3940 |1040 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1027.82/1027.85	c  1009s|  4180k|  4156k|     0 |   0.0 |1180M|2290 |   - |3940 |1009 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1030.43/1030.47	c  1012s|  4190k|  4166k|     0 |   0.0 |1183M|2290 |   - |3940 |1016 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1033.12/1033.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1033.12/1033.10	c  1014s|  4200k|  4176k|     0 |   0.0 |1185M|2290 |   - |3940 | 998 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1035.72/1035.75	c  1017s|  4210k|  4186k|     0 |   0.0 |1188M|2290 |   - |3940 | 979 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1038.32/1038.34	c  1019s|  4220k|  4196k|     0 |   0.0 |1191M|2290 |   - |3940 |1006 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1040.93/1040.96	c  1022s|  4230k|  4206k|     0 |   0.0 |1194M|2290 |   - |3940 |1008 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1043.62/1043.61	c  1024s|  4240k|  4216k|     0 |   0.0 |1196M|2290 |   - |3940 | 998 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1046.22/1046.27	c  1027s|  4250k|  4226k|     0 |   0.0 |1199M|2290 |   - |3940 |1021 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1048.92/1048.90	c  1030s|  4260k|  4236k|     0 |   0.0 |1202M|2290 |   - |3940 |1017 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1051.53/1051.50	c  1032s|  4270k|  4246k|     0 |   0.0 |1205M|2290 |   - |3940 |1054 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1054.13/1054.14	c  1035s|  4280k|  4256k|     0 |   0.0 |1207M|2290 |   - |3940 |1036 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1056.73/1056.77	c  1037s|  4290k|  4266k|     0 |   0.0 |1210M|2290 |   - |3940 |1051 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1059.42/1059.40	c  1040s|  4300k|  4276k|     0 |   0.0 |1213M|2290 |   - |3940 |1082 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1062.02/1062.04	c  1043s|  4310k|  4285k|     0 |   0.0 |1215M|2290 |   - |3940 |1081 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1064.63/1064.63	c  1045s|  4320k|  4295k|     0 |   0.0 |1218M|2290 |   - |3940 |1089 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1067.22/1067.24	c  1048s|  4330k|  4305k|     0 |   0.0 |1221M|2290 |   - |3940 |1093 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1069.82/1069.88	c  1050s|  4340k|  4315k|     0 |   0.0 |1224M|2290 |   - |3940 |1081 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1072.53/1072.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1072.53/1072.52	c  1053s|  4350k|  4325k|     0 |   0.0 |1226M|2290 |   - |3940 |1101 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1075.12/1075.15	c  1055s|  4360k|  4335k|     0 |   0.0 |1229M|2290 |   - |3940 |1119 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1077.72/1077.74	c  1058s|  4370k|  4345k|     0 |   0.0 |1232M|2290 |   - |3940 |1127 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1080.33/1080.36	c  1061s|  4380k|  4355k|     0 |   0.0 |1235M|2290 |   - |3940 |1159 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1082.93/1082.96	c  1063s|  4390k|  4365k|     0 |   0.0 |1237M|2290 |   - |3940 |1160 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1085.63/1085.60	c  1066s|  4400k|  4375k|     0 |   0.0 |1240M|2290 |   - |3940 |1121 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1088.22/1088.20	c  1068s|  4410k|  4385k|     0 |   0.0 |1243M|2290 |   - |3940 |1133 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1090.82/1090.81	c  1071s|  4420k|  4395k|     0 |   0.0 |1245M|2290 |   - |3940 |1140 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1093.43/1093.42	c  1073s|  4430k|  4405k|     0 |   0.0 |1248M|2290 |   - |3940 |1125 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1096.03/1096.04	c  1076s|  4440k|  4415k|     0 |   0.0 |1251M|2290 |   - |3940 |1126 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1098.62/1098.66	c  1079s|  4450k|  4425k|     0 |   0.0 |1254M|2290 |   - |3940 |1133 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1101.22/1101.29	c  1081s|  4460k|  4435k|     0 |   0.0 |1256M|2290 |   - |3940 |1128 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1103.92/1103.92	c  1084s|  4470k|  4445k|     0 |   0.0 |1259M|2290 |   - |3940 |1115 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1106.53/1106.54	c  1086s|  4480k|  4455k|     0 |   0.0 |1262M|2290 |   - |3940 |1109 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1109.12/1109.13	c  1089s|  4490k|  4465k|     0 |   0.0 |1265M|2290 |   - |3940 |1062 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1111.73/1111.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1111.73/1111.75	c  1091s|  4500k|  4475k|     0 |   0.0 |1267M|2290 |   - |3940 |1114 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1114.33/1114.37	c  1094s|  4510k|  4485k|     0 |   0.0 |1270M|2290 |   - |3940 |1093 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1116.92/1116.99	c  1097s|  4520k|  4495k|     0 |   0.0 |1273M|2290 |   - |3940 |1097 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1119.63/1119.61	c  1099s|  4530k|  4504k|     0 |   0.0 |1275M|2290 |   - |3940 |1098 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1122.23/1122.21	c  1102s|  4540k|  4514k|     0 |   0.0 |1278M|2290 |   - |3940 |1077 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1124.82/1124.87	c  1104s|  4550k|  4524k|     0 |   0.0 |1281M|2290 |   - |3940 |1096 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1127.53/1127.52	c  1107s|  4560k|  4534k|     0 |   0.0 |1284M|2290 |   - |3940 |1059 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1130.13/1130.13	c  1110s|  4570k|  4544k|     0 |   0.0 |1286M|2290 |   - |3940 |1052 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1132.73/1132.75	c  1112s|  4580k|  4554k|     0 |   0.0 |1289M|2290 |   - |3940 |1095 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1135.33/1135.37	c  1115s|  4590k|  4564k|     0 |   0.0 |1292M|2290 |   - |3940 |1132 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1137.93/1137.99	c  1117s|  4600k|  4574k|     0 |   0.0 |1294M|2290 |   - |3940 |1102 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1140.53/1140.59	c  1120s|  4610k|  4584k|     0 |   0.0 |1297M|2290 |   - |3940 |1096 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1143.22/1143.21	c  1122s|  4620k|  4594k|     0 |   0.0 |1300M|2290 |   - |3940 |1074 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1145.82/1145.84	c  1125s|  4630k|  4604k|     0 |   0.0 |1303M|2290 |   - |3940 |1085 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1148.43/1148.45	c  1128s|  4640k|  4614k|     0 |   0.0 |1305M|2290 |   - |3940 |1070 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1151.03/1151.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1151.03/1151.05	c  1130s|  4650k|  4624k|     0 |   0.0 |1308M|2290 |   - |3940 |1072 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1153.63/1153.66	c  1133s|  4660k|  4634k|     0 |   0.0 |1311M|2290 |   - |3940 |1060 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1156.23/1156.26	c  1135s|  4670k|  4644k|     0 |   0.0 |1314M|2290 |   - |3940 |1079 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1158.83/1158.84	c  1138s|  4680k|  4654k|     0 |   0.0 |1316M|2290 |   - |3940 |1124 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1161.42/1161.44	c  1140s|  4690k|  4664k|     0 |   0.0 |1319M|2290 |   - |3940 |1111 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1164.03/1164.06	c  1143s|  4700k|  4674k|     0 |   0.0 |1322M|2290 |   - |3940 |1072 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1166.62/1166.65	c  1145s|  4710k|  4684k|     0 |   0.0 |1325M|2290 |   - |3940 |1058 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1169.23/1169.28	c  1148s|  4720k|  4694k|     0 |   0.0 |1327M|2290 |   - |3940 |1060 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1171.83/1171.87	c  1151s|  4730k|  4704k|     0 |   0.0 |1330M|2290 |   - |3940 |1043 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1174.43/1174.47	c  1153s|  4740k|  4714k|     0 |   0.0 |1333M|2290 |   - |3940 |1005 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1177.13/1177.11	c  1156s|  4750k|  4724k|     0 |   0.0 |1336M|2290 |   - |3940 |1031 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1179.73/1179.74	c  1158s|  4760k|  4733k|     0 |   0.0 |1338M|2290 |   - |3940 |1007 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1182.32/1182.35	c  1161s|  4770k|  4743k|     0 |   0.0 |1341M|2290 |   - |3940 | 985 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1184.93/1184.96	c  1163s|  4780k|  4753k|     0 |   0.0 |1344M|2290 |   - |3940 |1032 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1187.53/1187.57	c  1166s|  4790k|  4763k|     0 |   0.0 |1347M|2290 |   - |3940 |1030 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1190.13/1190.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1190.13/1190.18	c  1169s|  4800k|  4773k|     0 |   0.0 |1349M|2290 |   - |3940 |1040 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1192.73/1192.77	c  1171s|  4810k|  4783k|     0 |   0.0 |1352M|2290 |   - |3940 |1005 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1195.33/1195.39	c  1174s|  4820k|  4793k|     0 |   0.0 |1355M|2290 |   - |3940 |1026 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1198.02/1198.00	c  1176s|  4830k|  4803k|     0 |   0.0 |1357M|2290 |   - |3940 |1025 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1200.62/1200.61	c  1179s|  4840k|  4813k|     0 |   0.0 |1360M|2290 |   - |3940 |1002 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1203.23/1203.24	c  1181s|  4850k|  4823k|     0 |   0.0 |1363M|2290 |   - |3940 |1049 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1205.83/1205.87	c  1184s|  4860k|  4833k|     0 |   0.0 |1366M|2290 |   - |3940 | 997 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1208.53/1208.50	c  1187s|  4870k|  4843k|     0 |   0.0 |1369M|2290 |   - |3940 |1010 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1211.13/1211.11	c  1189s|  4880k|  4853k|     0 |   0.0 |1371M|2290 |   - |3940 |1027 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1213.73/1213.73	c  1192s|  4890k|  4863k|     0 |   0.0 |1374M|2290 |   - |3940 |1067 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1216.33/1216.36	c  1194s|  4900k|  4873k|     0 |   0.0 |1377M|2290 |   - |3940 |1042 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1218.93/1218.94	c  1197s|  4910k|  4883k|     0 |   0.0 |1379M|2290 |   - |3940 |1037 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1221.53/1221.57	c  1199s|  4920k|  4893k|     0 |   0.0 |1382M|2290 |   - |3940 |1029 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1224.13/1224.16	c  1202s|  4930k|  4903k|     0 |   0.0 |1385M|2290 |   - |3940 |1046 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1226.73/1226.77	c  1205s|  4940k|  4913k|     0 |   0.0 |1388M|2290 |   - |3940 |1055 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1229.33/1229.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1229.33/1229.38	c  1207s|  4950k|  4923k|     0 |   0.0 |1390M|2290 |   - |3940 |1031 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1231.93/1231.99	c  1210s|  4960k|  4933k|     0 |   0.0 |1393M|2290 |   - |3940 |1018 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1234.63/1234.63	c  1212s|  4970k|  4943k|     0 |   0.0 |1396M|2290 |   - |3940 |1008 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1237.23/1237.23	c  1215s|  4980k|  4952k|     0 |   0.0 |1399M|2290 |   - |3940 | 988 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1239.83/1239.85	c  1217s|  4990k|  4962k|     0 |   0.0 |1401M|2290 |   - |3940 | 984 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1242.43/1242.49	c  1220s|  5000k|  4972k|     0 |   0.0 |1404M|2290 |   - |3940 |1008 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1245.14/1245.11	c  1223s|  5010k|  4982k|     0 |   0.0 |1407M|2290 |   - |3940 |1019 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1247.72/1247.72	c  1225s|  5020k|  4992k|     0 |   0.0 |1410M|2290 |   - |3940 |1013 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1250.33/1250.34	c  1228s|  5030k|  5002k|     0 |   0.0 |1412M|2290 |   - |3940 |1029 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1252.94/1252.97	c  1230s|  5040k|  5012k|     0 |   0.0 |1415M|2290 |   - |3940 |1028 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1255.53/1255.59	c  1233s|  5050k|  5022k|     0 |   0.0 |1418M|2290 |   - |3940 |1012 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1258.23/1258.22	c  1235s|  5060k|  5032k|     0 |   0.0 |1421M|2290 |   - |3940 |1015 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1260.82/1260.87	c  1238s|  5070k|  5042k|     0 |   0.0 |1423M|2290 |   - |3940 |1000 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1263.43/1263.49	c  1241s|  5080k|  5052k|     0 |   0.0 |1426M|2290 |   - |3940 |1008 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1266.04/1266.09	c  1243s|  5090k|  5062k|     0 |   0.0 |1429M|2290 |   - |3940 |1022 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1268.73/1268.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1268.73/1268.73	c  1246s|  5100k|  5072k|     0 |   0.0 |1432M|2290 |   - |3940 |1030 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1271.33/1271.32	c  1248s|  5110k|  5082k|     0 |   0.0 |1434M|2290 |   - |3940 |1033 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1273.93/1273.96	c  1251s|  5120k|  5092k|     0 |   0.0 |1437M|2290 |   - |3940 |1071 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1276.53/1276.54	c  1253s|  5130k|  5102k|     0 |   0.0 |1440M|2290 |   - |3940 |1073 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1279.13/1279.15	c  1256s|  5140k|  5112k|     0 |   0.0 |1443M|2290 |   - |3940 |1080 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1281.73/1281.76	c  1259s|  5150k|  5122k|     0 |   0.0 |1445M|2290 |   - |3940 |1060 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1284.43/1284.40	c  1261s|  5160k|  5132k|     0 |   0.0 |1448M|2290 |   - |3940 |1064 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1287.03/1287.02	c  1264s|  5170k|  5142k|     0 |   0.0 |1451M|2290 |   - |3940 |1075 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1289.63/1289.64	c  1266s|  5180k|  5152k|     0 |   0.0 |1453M|2290 |   - |3940 |1045 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1292.23/1292.24	c  1269s|  5190k|  5162k|     0 |   0.0 |1456M|2290 |   - |3940 |1080 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1294.83/1294.83	c  1271s|  5200k|  5171k|     0 |   0.0 |1459M|2290 |   - |3940 |1061 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1297.43/1297.40	c  1274s|  5210k|  5181k|     0 |   0.0 |1462M|2290 |   - |3940 |1073 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1300.03/1300.02	c  1277s|  5220k|  5191k|     0 |   0.0 |1464M|2290 |   - |3940 |1064 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1302.63/1302.62	c  1279s|  5230k|  5201k|     0 |   0.0 |1467M|2290 |   - |3940 |1086 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1305.23/1305.28	c  1282s|  5240k|  5211k|     0 |   0.0 |1470M|2290 |   - |3940 |1065 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1307.84/1307.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1307.84/1307.89	c  1284s|  5250k|  5221k|     0 |   0.0 |1473M|2290 |   - |3940 |1043 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1310.43/1310.49	c  1287s|  5260k|  5231k|     0 |   0.0 |1475M|2290 |   - |3940 |1048 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1313.13/1313.11	c  1289s|  5270k|  5241k|     0 |   0.0 |1478M|2290 |   - |3940 |1015 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1315.73/1315.73	c  1292s|  5280k|  5251k|     0 |   0.0 |1481M|2290 |   - |3940 |1032 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1318.33/1318.36	c  1295s|  5290k|  5261k|     0 |   0.0 |1484M|2290 |   - |3940 |1030 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1320.93/1320.95	c  1297s|  5300k|  5271k|     0 |   0.0 |1486M|2290 |   - |3940 |1026 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1323.53/1323.55	c  1300s|  5310k|  5281k|     0 |   0.0 |1489M|2290 |   - |3940 |1013 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1326.13/1326.16	c  1302s|  5320k|  5291k|     0 |   0.0 |1492M|2290 |   - |3940 |1019 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1328.73/1328.75	c  1305s|  5330k|  5301k|     0 |   0.0 |1495M|2290 |   - |3940 |1022 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1331.34/1331.37	c  1307s|  5340k|  5311k|     0 |   0.0 |1497M|2290 |   - |3940 |1004 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1333.93/1333.98	c  1310s|  5350k|  5321k|     0 |   0.0 |1500M|2290 |   - |3940 |1024 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1336.54/1336.58	c  1312s|  5360k|  5331k|     0 |   0.0 |1503M|2290 |   - |3940 |1021 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1339.24/1339.23	c  1315s|  5370k|  5341k|     0 |   0.0 |1506M|2290 |   - |3940 |1004 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1341.83/1341.87	c  1317s|  5380k|  5351k|     0 |   0.0 |1508M|2290 |   - |3940 |1043 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1344.43/1344.49	c  1320s|  5390k|  5361k|     0 |   0.0 |1511M|2290 |   - |3940 |1019 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1347.13/1347.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1347.13/1347.11	c  1322s|  5400k|  5371k|     0 |   0.0 |1514M|2290 |   - |3940 |1046 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1349.73/1349.71	c  1325s|  5410k|  5381k|     0 |   0.0 |1517M|2290 |   - |3940 |1015 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1352.33/1352.31	c  1327s|  5420k|  5390k|     0 |   0.0 |1519M|2290 |   - |3940 |1018 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1354.93/1354.95	c  1330s|  5430k|  5400k|     0 |   0.0 |1522M|2290 |   - |3940 |1066 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1357.63/1357.61	c  1332s|  5440k|  5410k|     0 |   0.0 |1525M|2290 |   - |3940 |1054 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1360.23/1360.24	c  1335s|  5450k|  5420k|     0 |   0.0 |1527M|2290 |   - |3940 |1090 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1362.83/1362.84	c  1337s|  5460k|  5430k|     0 |   0.0 |1530M|2290 |   - |3940 |1077 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1365.43/1365.48	c  1340s|  5470k|  5440k|     0 |   0.0 |1533M|2290 |   - |3940 |1076 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1368.13/1368.11	c  1342s|  5480k|  5450k|     0 |   0.0 |1536M|2290 |   - |3940 |1073 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1370.73/1370.73	c  1345s|  5490k|  5460k|     0 |   0.0 |1538M|2290 |   - |3940 |1096 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1373.33/1373.37	c  1347s|  5500k|  5470k|     0 |   0.0 |1541M|2290 |   - |3940 |1093 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1375.93/1375.99	c  1350s|  5510k|  5480k|     0 |   0.0 |1544M|2290 |   - |3940 |1085 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1378.63/1378.61	c  1352s|  5520k|  5490k|     0 |   0.0 |1547M|2290 |   - |3940 |1055 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1381.23/1381.27	c  1355s|  5530k|  5500k|     0 |   0.0 |1549M|2290 |   - |3940 |1076 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1383.93/1383.96	c  1357s|  5540k|  5510k|     0 |   0.0 |1552M|2290 |   - |3940 |1103 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1386.53/1386.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1386.53/1386.58	c  1360s|  5550k|  5520k|     0 |   0.0 |1555M|2290 |   - |3940 |1088 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1389.13/1389.19	c  1362s|  5560k|  5530k|     0 |   0.0 |1558M|2290 |   - |3940 |1105 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1391.83/1391.82	c  1365s|  5570k|  5540k|     0 |   0.0 |1560M|2290 |   - |3940 |1083 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1394.43/1394.47	c  1367s|  5580k|  5550k|     0 |   0.0 |1563M|2290 |   - |3940 |1102 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1397.13/1397.10	c  1370s|  5590k|  5560k|     0 |   0.0 |1566M|2290 |   - |3940 |1081 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1399.73/1399.76	c  1372s|  5600k|  5570k|     0 |   0.0 |1569M|2290 |   - |3940 |1076 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1402.33/1402.34	c  1375s|  5610k|  5580k|     0 |   0.0 |1571M|2290 |   - |3940 |1036 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1404.93/1404.96	c  1377s|  5620k|  5590k|     0 |   0.0 |1574M|2290 |   - |3940 |1037 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1407.63/1407.60	c  1380s|  5630k|  5599k|     0 |   0.0 |1577M|2290 |   - |3940 |1048 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1410.24/1410.23	c  1382s|  5640k|  5609k|     0 |   0.0 |1580M|2290 |   - |3940 |1082 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1412.83/1412.89	c  1385s|  5650k|  5619k|     0 |   0.0 |1582M|2290 |   - |3940 |1046 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1415.44/1415.48	c  1387s|  5660k|  5629k|     0 |   0.0 |1585M|2290 |   - |3940 |1029 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1418.13/1418.10	c  1390s|  5670k|  5639k|     0 |   0.0 |1588M|2290 |   - |3940 |1011 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1420.74/1420.72	c  1392s|  5680k|  5649k|     0 |   0.0 |1590M|2290 |   - |3940 |1040 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1423.33/1423.33	c  1394s|  5690k|  5659k|     0 |   0.0 |1593M|2290 |   - |3940 |1058 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1425.93/1425.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1425.93/1425.94	c  1397s|  5700k|  5669k|     0 |   0.0 |1596M|2290 |   - |3940 |1045 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1428.53/1428.53	c  1399s|  5710k|  5679k|     0 |   0.0 |1599M|2290 |   - |3940 |1062 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1431.14/1431.16	c  1402s|  5720k|  5689k|     0 |   0.0 |1601M|2290 |   - |3940 |1070 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1433.73/1433.77	c  1404s|  5730k|  5699k|     0 |   0.0 |1604M|2290 |   - |3940 |1052 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1436.43/1436.43	c  1407s|  5740k|  5709k|     0 |   0.0 |1607M|2290 |   - |3940 |1047 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1439.03/1439.07	c  1409s|  5750k|  5719k|     0 |   0.0 |1610M|2290 |   - |3940 |1051 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1441.63/1441.67	c  1412s|  5760k|  5729k|     0 |   0.0 |1612M|2290 |   - |3940 |1015 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1444.24/1444.30	c  1414s|  5770k|  5739k|     0 |   0.0 |1615M|2290 |   - |3940 |1029 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1446.94/1446.95	c  1417s|  5780k|  5749k|     0 |   0.0 |1618M|2290 |   - |3940 |1021 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1449.54/1449.56	c  1419s|  5790k|  5759k|     0 |   0.0 |1621M|2290 |   - |3940 |1032 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1452.14/1452.19	c  1422s|  5800k|  5769k|     0 |   0.0 |1623M|2290 |   - |3940 |1040 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1454.74/1454.80	c  1424s|  5810k|  5779k|     0 |   0.0 |1626M|2290 |   - |3940 |1033 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1457.44/1457.42	c  1427s|  5820k|  5789k|     0 |   0.0 |1629M|2290 |   - |3940 |1057 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1460.04/1460.01	c  1429s|  5830k|  5799k|     0 |   0.0 |1632M|2290 |   - |3940 |1031 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1462.63/1462.65	c  1432s|  5840k|  5809k|     0 |   0.0 |1634M|2290 |   - |3940 |1073 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1465.33/1465.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1465.33/1465.32	c  1434s|  5850k|  5818k|     0 |   0.0 |1637M|2290 |   - |3940 |1042 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1467.94/1467.95	c  1437s|  5860k|  5828k|     0 |   0.0 |1640M|2290 |   - |3940 |1059 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1470.53/1470.59	c  1439s|  5870k|  5838k|     0 |   0.0 |1643M|2290 |   - |3940 |1036 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1473.24/1473.24	c  1442s|  5880k|  5848k|     0 |   0.0 |1645M|2290 |   - |3940 |1051 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1475.84/1475.84	c  1444s|  5890k|  5858k|     0 |   0.0 |1648M|2290 |   - |3940 |1068 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1478.53/1478.50	c  1447s|  5900k|  5868k|     0 |   0.0 |1651M|2290 |   - |3940 |1081 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1481.14/1481.13	c  1449s|  5910k|  5878k|     0 |   0.0 |1653M|2290 |   - |3940 |1045 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1483.74/1483.74	c  1451s|  5920k|  5888k|     0 |   0.0 |1656M|2290 |   - |3940 |1078 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1486.34/1486.34	c  1454s|  5930k|  5898k|     0 |   0.0 |1659M|2290 |   - |3940 |1102 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1488.94/1488.91	c  1456s|  5940k|  5908k|     0 |   0.0 |1662M|2290 |   - |3940 |1058 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1491.54/1491.53	c  1459s|  5950k|  5918k|     0 |   0.0 |1664M|2290 |   - |3940 |1096 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1494.24/1494.20	c  1461s|  5960k|  5928k|     0 |   0.0 |1667M|2290 |   - |3940 |1084 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1496.84/1496.86	c  1464s|  5970k|  5938k|     0 |   0.0 |1670M|2290 |   - |3940 |1075 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1499.53/1499.50	c  1466s|  5980k|  5948k|     0 |   0.0 |1673M|2290 |   - |3940 |1121 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1502.14/1502.12	c  1469s|  5990k|  5958k|     0 |   0.0 |1675M|2290 |   - |3940 |1104 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1504.75/1504.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1504.75/1504.74	c  1471s|  6000k|  5968k|     0 |   0.0 |1678M|2290 |   - |3940 |1113 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1507.33/1507.39	c  1474s|  6010k|  5978k|     0 |   0.0 |1681M|2290 |   - |3940 |1141 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1510.03/1510.03	c  1476s|  6020k|  5988k|     0 |   0.0 |1684M|2290 |   - |3940 |1158 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1512.64/1512.65	c  1479s|  6030k|  5998k|     0 |   0.0 |1686M|2290 |   - |3940 |1108 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1515.23/1515.25	c  1481s|  6040k|  6008k|     0 |   0.0 |1689M|2290 |   - |3940 |1123 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1517.84/1517.84	c  1484s|  6050k|  6018k|     0 |   0.0 |1692M|2290 |   - |3940 |1118 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1520.43/1520.44	c  1486s|  6060k|  6028k|     0 |   0.0 |1694M|2290 |   - |3940 |1131 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1523.03/1523.09	c  1489s|  6070k|  6037k|     0 |   0.0 |1697M|2290 |   - |3940 |1188 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1525.74/1525.72	c  1491s|  6080k|  6047k|     0 |   0.0 |1700M|2290 |   - |3940 |1123 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1528.33/1528.38	c  1494s|  6090k|  6057k|     0 |   0.0 |1703M|2290 |   - |3940 |1114 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1531.03/1531.05	c  1496s|  6100k|  6067k|     0 |   0.0 |1705M|2290 |   - |3940 |1153 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1533.63/1533.65	c  1499s|  6110k|  6077k|     0 |   0.0 |1708M|2290 |   - |3940 |1134 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1536.24/1536.25	c  1501s|  6120k|  6087k|     0 |   0.0 |1711M|2290 |   - |3940 |1120 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1538.84/1538.90	c  1504s|  6130k|  6097k|     0 |   0.0 |1714M|2290 |   - |3940 |1122 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1541.54/1541.51	c  1506s|  6140k|  6107k|     0 |   0.0 |1716M|2290 |   - |3940 |1099 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1544.14/1544.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1544.14/1544.11	c  1509s|  6150k|  6117k|     0 |   0.0 |1719M|2290 |   - |3940 |1082 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1546.74/1546.74	c  1511s|  6160k|  6127k|     0 |   0.0 |1722M|2290 |   - |3940 |1072 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1549.34/1549.33	c  1513s|  6170k|  6137k|     0 |   0.0 |1725M|2290 |   - |3940 |1081 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1551.93/1551.95	c  1516s|  6180k|  6147k|     0 |   0.0 |1727M|2290 |   - |3940 |1082 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1554.54/1554.58	c  1518s|  6190k|  6157k|     0 |   0.0 |1730M|2290 |   - |3940 |1032 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1557.24/1557.21	c  1521s|  6200k|  6167k|     0 |   0.0 |1733M|2290 |   - |3940 |1033 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1559.85/1559.82	c  1523s|  6210k|  6177k|     0 |   0.0 |1736M|2290 |   - |3940 | 996 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1562.44/1562.47	c  1526s|  6220k|  6187k|     0 |   0.0 |1738M|2290 |   - |3940 | 996 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1565.04/1565.07	c  1528s|  6230k|  6197k|     0 |   0.0 |1741M|2290 |   - |3940 |1006 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1567.74/1567.72	c  1531s|  6240k|  6207k|     0 |   0.0 |1744M|2290 |   - |3940 |1030 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1570.34/1570.31	c  1533s|  6250k|  6217k|     0 |   0.0 |1746M|2290 |   - |3940 | 980 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1572.94/1572.94	c  1536s|  6260k|  6227k|     0 |   0.0 |1749M|2290 |   - |3940 |1006 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1575.54/1575.56	c  1538s|  6270k|  6237k|     0 |   0.0 |1752M|2290 |   - |3940 |1045 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1578.14/1578.17	c  1541s|  6280k|  6246k|     0 |   0.0 |1755M|2290 |   - |3940 |1018 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1580.74/1580.78	c  1543s|  6290k|  6256k|     0 |   0.0 |1757M|2290 |   - |3940 |1024 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1583.44/1583.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1583.44/1583.40	c  1546s|  6300k|  6266k|     0 |   0.0 |1760M|2290 |   - |3940 |1056 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1586.04/1586.02	c  1548s|  6310k|  6276k|     0 |   0.0 |1763M|2290 |   - |3940 |1049 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1588.64/1588.68	c  1551s|  6320k|  6286k|     0 |   0.0 |1766M|2290 |   - |3940 |1071 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1591.34/1591.32	c  1553s|  6330k|  6296k|     0 |   0.0 |1768M|2290 |   - |3940 |1094 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1593.95/1593.97	c  1556s|  6340k|  6306k|     0 |   0.0 |1771M|2290 |   - |3940 |1067 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1596.64/1596.63	c  1558s|  6350k|  6316k|     0 |   0.0 |1774M|2290 |   - |3940 |1058 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1599.24/1599.25	c  1561s|  6360k|  6326k|     0 |   0.0 |1777M|2290 |   - |3940 |1060 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1601.84/1601.84	c  1563s|  6370k|  6336k|     0 |   0.0 |1779M|2290 |   - |3940 |1058 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1604.44/1604.44	c  1566s|  6380k|  6346k|     0 |   0.0 |1782M|2290 |   - |3940 |1071 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1607.04/1607.03	c  1568s|  6390k|  6356k|     0 |   0.0 |1785M|2290 |   - |3940 |1069 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1609.64/1609.64	c  1570s|  6400k|  6366k|     0 |   0.0 |1787M|2290 |   - |3940 |1060 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1612.24/1612.30	c  1573s|  6410k|  6376k|     0 |   0.0 |1790M|2290 |   - |3940 |1085 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1614.93/1614.91	c  1575s|  6420k|  6386k|     0 |   0.0 |1793M|2290 |   - |3940 |1098 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1617.54/1617.54	c  1578s|  6430k|  6396k|     0 |   0.0 |1796M|2290 |   - |3940 |1084 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1620.14/1620.19	c  1580s|  6440k|  6406k|     0 |   0.0 |1798M|2290 |   - |3940 |1072 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1622.83/1622.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1622.83/1622.83	c  1583s|  6450k|  6416k|     0 |   0.0 |1801M|2290 |   - |3940 |1072 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1625.44/1625.43	c  1585s|  6460k|  6426k|     0 |   0.0 |1804M|2290 |   - |3940 |1027 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1628.04/1628.05	c  1588s|  6470k|  6436k|     0 |   0.0 |1807M|2290 |   - |3940 |1031 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1630.64/1630.66	c  1590s|  6480k|  6446k|     0 |   0.0 |1809M|2290 |   - |3940 |1046 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1633.24/1633.27	c  1593s|  6490k|  6456k|     0 |   0.0 |1812M|2290 |   - |3940 |1026 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1635.84/1635.89	c  1595s|  6500k|  6465k|     0 |   0.0 |1815M|2290 |   - |3940 |1059 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1638.44/1638.49	c  1598s|  6510k|  6475k|     0 |   0.0 |1818M|2290 |   - |3940 |1066 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1641.14/1641.13	c  1600s|  6520k|  6485k|     0 |   0.0 |1820M|2290 |   - |3940 |1030 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1643.74/1643.77	c  1603s|  6530k|  6495k|     0 |   0.0 |1823M|2290 |   - |3940 |1080 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1646.34/1646.39	c  1605s|  6540k|  6505k|     0 |   0.0 |1826M|2290 |   - |3940 |1036 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1649.04/1649.03	c  1608s|  6550k|  6515k|     0 |   0.0 |1829M|2290 |   - |3940 |1034 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1651.64/1651.66	c  1610s|  6560k|  6525k|     0 |   0.0 |1831M|2290 |   - |3940 |1049 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1654.24/1654.26	c  1613s|  6570k|  6535k|     0 |   0.0 |1834M|2290 |   - |3940 |1036 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1656.94/1656.91	c  1615s|  6580k|  6545k|     0 |   0.0 |1837M|2290 |   - |3940 |1073 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1659.54/1659.53	c  1618s|  6590k|  6555k|     0 |   0.0 |1840M|2290 |   - |3940 |1039 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1662.15/1662.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1662.15/1662.15	c  1620s|  6600k|  6565k|     0 |   0.0 |1842M|2290 |   - |3940 |1071 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1664.74/1664.79	c  1623s|  6610k|  6575k|     0 |   0.0 |1845M|2290 |   - |3940 |1090 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1667.44/1667.41	c  1625s|  6620k|  6585k|     0 |   0.0 |1848M|2290 |   - |3940 |1032 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1669.94/1669.98	c  1628s|  6630k|  6595k|     0 |   0.0 |1850M|2290 |   - |3940 |1052 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1672.64/1672.60	c  1630s|  6640k|  6605k|     0 |   0.0 |1853M|2290 |   - |3940 |1043 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1675.24/1675.24	c  1632s|  6650k|  6615k|     0 |   0.0 |1856M|2290 |   - |3940 |1030 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1677.84/1677.86	c  1635s|  6660k|  6625k|     0 |   0.0 |1859M|2290 |   - |3940 |1059 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1680.44/1680.48	c  1637s|  6670k|  6635k|     0 |   0.0 |1861M|2290 |   - |3940 |1077 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1683.14/1683.12	c  1640s|  6680k|  6645k|     0 |   0.0 |1864M|2290 |   - |3940 |1077 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1685.74/1685.74	c  1642s|  6690k|  6655k|     0 |   0.0 |1867M|2290 |   - |3940 |1065 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1688.35/1688.34	c  1645s|  6700k|  6665k|     0 |   0.0 |1870M|2290 |   - |3940 |1044 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1690.94/1690.94	c  1647s|  6710k|  6674k|     0 |   0.0 |1872M|2290 |   - |3940 |1043 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1693.54/1693.56	c  1650s|  6720k|  6684k|     0 |   0.0 |1875M|2290 |   - |3940 |1057 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1696.25/1696.25	c  1652s|  6730k|  6694k|     0 |   0.0 |1878M|2290 |   - |3940 |1087 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1698.84/1698.84	c  1655s|  6740k|  6704k|     0 |   0.0 |1881M|2290 |   - |3940 |1095 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1701.45/1701.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1701.45/1701.48	c  1657s|  6750k|  6714k|     0 |   0.0 |1883M|2290 |   - |3940 |1114 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1704.15/1704.12	c  1660s|  6760k|  6724k|     0 |   0.0 |1886M|2290 |   - |3940 |1117 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1706.74/1706.78	c  1662s|  6770k|  6734k|     0 |   0.0 |1889M|2290 |   - |3940 |1097 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1709.35/1709.39	c  1665s|  6780k|  6744k|     0 |   0.0 |1891M|2290 |   - |3940 |1084 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1712.04/1712.02	c  1667s|  6790k|  6754k|     0 |   0.0 |1894M|2290 |   - |3940 |1112 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1714.64/1714.64	c  1670s|  6800k|  6764k|     0 |   0.0 |1897M|2290 |   - |3940 |1121 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1717.24/1717.29	c  1672s|  6810k|  6774k|     0 |   0.0 |1900M|2290 |   - |3940 |1131 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1719.84/1719.89	c  1675s|  6820k|  6784k|     0 |   0.0 |1902M|2290 |   - |3940 |1121 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1722.44/1722.50	c  1677s|  6830k|  6794k|     0 |   0.0 |1905M|2290 |   - |3940 |1086 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1725.14/1725.11	c  1680s|  6840k|  6804k|     0 |   0.0 |1908M|2290 |   - |3940 |1106 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1727.74/1727.74	c  1682s|  6850k|  6814k|     0 |   0.0 |1911M|2290 |   - |3940 |1105 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1730.25/1730.29	c  1684s|  6860k|  6824k|     0 |   0.0 |1913M|2290 |   - |3940 |1140 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1732.95/1732.91	c  1687s|  6870k|  6834k|     0 |   0.0 |1916M|2290 |   - |3940 |1117 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1735.55/1735.57	c  1689s|  6880k|  6844k|     0 |   0.0 |1919M|2290 |   - |3940 |1120 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1738.14/1738.19	c  1692s|  6890k|  6854k|     0 |   0.0 |1922M|2290 |   - |3940 |1110 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1740.85/1740.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1740.85/1740.80	c  1694s|  6900k|  6864k|     0 |   0.0 |1924M|2290 |   - |3940 |1091 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1743.44/1743.45	c  1697s|  6910k|  6874k|     0 |   0.0 |1927M|2290 |   - |3940 |1110 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1746.14/1746.10	c  1699s|  6920k|  6883k|     0 |   0.0 |1930M|2290 |   - |3940 |1099 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1748.74/1748.73	c  1702s|  6930k|  6893k|     0 |   0.0 |1932M|2290 |   - |3940 |1100 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1751.35/1751.35	c  1704s|  6940k|  6903k|     0 |   0.0 |1935M|2290 |   - |3940 |1133 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1753.95/1753.98	c  1707s|  6950k|  6913k|     0 |   0.0 |1938M|2290 |   - |3940 |1126 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1756.65/1756.61	c  1709s|  6960k|  6923k|     0 |   0.0 |1941M|2290 |   - |3940 |1098 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1759.14/1759.19	c  1712s|  6970k|  6933k|     0 |   0.0 |1943M|2290 |   - |3940 |1070 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1761.85/1761.81	c  1714s|  6980k|  6943k|     0 |   0.0 |1946M|2290 |   - |3940 |1057 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1764.45/1764.43	c  1717s|  6990k|  6953k|     0 |   0.0 |1949M|2290 |   - |3940 |1045 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1767.04/1767.07	c  1719s|  7000k|  6963k|     0 |   0.0 |1952M|2290 |   - |3940 |1081 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1769.64/1769.68	c  1722s|  7010k|  6973k|     0 |   0.0 |1954M|2290 |   - |3940 |1064 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1772.25/1772.27	c  1724s|  7020k|  6983k|     0 |   0.0 |1957M|2290 |   - |3940 |1070 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1774.95/1774.90	c  1727s|  7030k|  6993k|     0 |   0.0 |1960M|2290 |   - |3940 |1074 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1777.55/1777.55	c  1729s|  7040k|  7003k|     0 |   0.0 |1963M|2290 |   - |3940 |1047 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1780.14/1780.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1780.14/1780.15	c  1732s|  7050k|  7013k|     0 |   0.0 |1965M|2290 |   - |3940 |1083 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1782.85/1782.82	c  1734s|  7060k|  7023k|     0 |   0.0 |1968M|2290 |   - |3940 |1089 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1785.44/1785.43	c  1737s|  7070k|  7033k|     0 |   0.0 |1971M|2290 |   - |3940 |1069 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1788.04/1788.00	c  1739s|  7080k|  7043k|     0 |   0.0 |1973M|2290 |   - |3940 |1064 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1790.65/1790.62	c  1742s|  7090k|  7053k|     0 |   0.0 |1976M|2290 |   - |3940 |1066 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1793.24/1793.22	c  1744s|  7100k|  7063k|     0 |   0.0 |1979M|2290 |   - |3940 |1033 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1795.85/1795.83	c  1746s|  7110k|  7073k|     0 |   0.0 |1982M|2290 |   - |3940 |1025 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 7.973000e+03 |    Inf 
1798.55/1798.51	c  1749s|  7120k|  7083k|     0 |   0.0 |1984M|2290 |   - |3940 |1093 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 7.973000e+03 |    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) : 1750.38
1800.05/1800.00	c Solving Nodes      : 7125715
1800.05/1800.00	c Primal Bound       : +7.97300000000000e+03 (4 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 x3600 x3599 x3598 x3597 x3596 x3595 x3594 x3593 x3592 x3591 x3590 x3589 x3588 x3587 x3586 x3585 x3584 x3583 x3582 x3581 x3580 x3579 
1800.05/1800.01	v x3578 x3577 x3576 x3575 x3574 x3573 x3572 x3571 x3570 x3569 x3568 x3567 x3566 x3565 x3564 x3563 x3562 x3561 x3560 x3559 
1800.05/1800.01	v x3558 x3557 x3556 x3555 x3554 x3553 x3552 x3551 x3550 x3549 x3548 x3547 x3546 x3545 x3544 x3543 x3542 x3541 x3540 x3539 x3538 
1800.05/1800.01	v x3537 x3536 x3535 x3534 x3533 x3532 x3531 x3530 x3529 x3528 x3527 x3526 x3525 x3524 x3523 x3522 x3521 x3520 x3519 x3518 x3517 
1800.05/1800.01	v x3516 x3515 x3514 x3513 x3512 x3511 x3510 x3509 x3508 x3507 x3506 x3505 x3504 x3503 x3502 x3501 x3500 x3499 x3498 x3497 x3496 
1800.05/1800.01	v x3495 x3494 x3493 x3492 x3491 x3490 x3489 x3488 x3487 x3486 x3485 x3484 x3483 x3482 x3481 x3480 x3479 x3478 x3477 x3476 x3475 
1800.05/1800.01	v x3474 x3473 x3472 x3471 x3470 x3469 x3468 x3467 x3466 x3465 x3464 x3463 x3462 x3461 x3460 x3459 x3458 x3457 x3456 x3455 x3454 
1800.05/1800.01	v x3453 x3452 x3451 x3450 x3449 x3448 x3447 x3446 x3445 x3444 x3443 x3442 x3441 x3440 x3439 x3438 x3437 x3436 x3435 x3434 
1800.05/1800.01	v x3433 x3432 x3431 x3430 x3429 x3428 x3427 x3426 x3425 x3424 x3423 x3422 x3421 x3420 x3419 x3418 x3417 x3416 x3415 x3414 x3413 
1800.05/1800.01	v x3412 x3411 x3410 x3409 x3408 x3407 x3406 x3405 x3404 x3403 x3402 x3401 x3400 x3399 x3398 x3397 x3396 x3395 x3394 x3393 x3392 
1800.05/1800.01	v x3391 x3390 x3389 x3388 x3387 x3386 x3385 x3384 x3383 x3382 x3381 x3380 x3379 x3378 x3377 x3376 x3375 x3374 x3373 x3372 x3371 
1800.05/1800.01	v x3370 x3369 x3368 x3367 x3366 x3365 x3364 x3363 x3362 x3361 x3360 x3359 x3358 x3357 x3356 x3355 x3354 x3353 x3352 x3351 x3350 
1800.05/1800.01	v x3349 x3348 x3347 x3346 x3345 x3344 x3343 x3342 x3341 x3340 x3339 x3338 x3337 x3336 x3335 x3334 x3333 x3332 x3331 x3330 x3329 
1800.05/1800.01	v x3328 x3327 x3326 x3325 x3324 x3323 x3322 x3321 x3320 x3319 x3318 x3317 x3316 x3315 x3314 x3313 x3312 x3311 x3310 x3309 
1800.05/1800.01	v x3308 x3307 x3306 x3305 x3304 x3303 x3302 x3301 x3300 x3299 x3298 x3297 x3296 x3295 x3294 x3293 x3292 x3291 x3290 x3289 x3288 
1800.05/1800.01	v x3287 x3286 x3285 x3284 x3283 x3282 x3281 x3280 x3279 x3278 x3277 x3276 x3275 x3274 x3273 x3272 x3271 x3270 x3269 x3268 x3267 
1800.05/1800.01	v x3266 x3265 x3264 x3263 x3262 x3261 x3260 x3259 x3258 x3257 x3256 x3255 x3254 x3253 x3252 x3251 x3250 x3249 x3248 x3247 x3246 
1800.05/1800.01	v x3245 x3244 x3243 x3242 x3241 x3240 x3239 x3238 x3237 x3236 x3235 x3234 x3233 x3232 x3231 x3230 x3229 x3228 x3227 x3226 x3225 
1800.05/1800.01	v x3224 x3223 x3222 x3221 x3220 x3219 x3218 x3217 x3216 x3215 x3214 x3213 x3212 x3211 x3210 x3209 x3208 x3207 x3206 x3205 x3204 
1800.05/1800.01	v x3203 x3202 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 x3165 x3164 x3163 
1800.05/1800.01	v x3162 x3161 x3160 x3159 x3158 x3157 x3156 x3155 x3154 x3153 x3152 x3151 x3150 x3149 x3148 x3147 x3146 x3145 x3144 x3143 x3142 
1800.05/1800.01	v x3141 x3140 x3139 x3138 x3137 x3136 x3135 x3134 x3133 x3132 x3131 x3130 x3129 x3128 x3127 x3126 x3125 x3124 x3123 x3122 x3121 
1800.05/1800.01	v x3120 x3119 x3118 x3117 x3116 x3115 x3114 x3113 x3112 x3111 x3110 x3109 x3108 x3107 x3106 x3105 x3104 x3103 x3102 x3101 x3100 
1800.05/1800.01	v x3099 x3098 x3097 x3096 x3095 x3094 x3093 x3092 x3091 x3090 x3089 x3088 x3087 x3086 x3085 x3084 x3083 x3082 x3081 x3080 x3079 
1800.05/1800.01	v x3078 x3077 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 x3040 x3039 x3038 
1800.05/1800.01	v x3037 x3036 x3035 x3034 x3033 x3032 x3031 x3030 x3029 x3028 x3027 x3026 x3025 x3024 x3023 x3022 x3021 x3020 x3019 x3018 x3017 
1800.05/1800.01	v x3016 x3015 x3014 x3013 x3012 x3011 x3010 x3009 x3008 x3007 x3006 x3005 x3004 x3003 x3002 x3001 x3000 x2999 x2998 x2997 x2996 
1800.05/1800.01	v x2995 x2994 x2993 x2992 x2991 x2990 x2989 x2988 x2987 x2986 x2985 x2984 x2983 x2982 x2981 x2980 x2979 x2978 x2977 x2976 x2975 
1800.05/1800.01	v x2974 x2973 x2972 x2971 x2970 x2969 x2968 x2967 x2966 x2965 x2964 x2963 x2962 x2961 x2960 x2959 x2958 x2957 x2956 x2955 x2954 
1800.05/1800.01	v x2953 x2952 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 x2915 x2914 x2913 
1800.05/1800.01	v x2912 x2911 x2910 x2909 x2908 x2907 x2906 x2905 x2904 x2903 x2902 x2901 x2900 x2899 x2898 x2897 x2896 x2895 x2894 x2893 x2892 
1800.05/1800.01	v x2891 x2890 x2889 x2888 x2887 x2886 x2885 x2884 x2883 x2882 x2881 x2880 x2879 x2878 x2877 x2876 x2875 x2874 x2873 x2872 x2871 
1800.05/1800.01	v x2870 x2869 x2868 x2867 x2866 x2865 x2864 x2863 x2862 x2861 x2860 x2859 x2858 x2857 x2856 x2855 x2854 x2853 x2852 x2851 x2850 
1800.05/1800.01	v x2849 x2848 x2847 x2846 x2845 x2844 x2843 x2842 x2841 x2840 x2839 x2838 x2837 x2836 x2835 x2834 x2833 x2832 x2831 x2830 x2829 
1800.05/1800.01	v x2828 x2827 x2826 x2825 x2824 x2823 x2822 x2821 x2820 x2819 x2818 x2817 x2816 x2815 x2814 x2813 x2812 x2811 x2810 x2809 
1800.05/1800.01	v x2808 x2807 x2806 x2805 x2804 x2803 x2802 x2801 x2800 x2799 x2798 x2797 x2796 x2795 x2794 x2793 x2792 x2791 x2790 x2789 x2788 
1800.05/1800.01	v x2787 x2786 x2785 x2784 x2783 x2782 x2781 x2780 x2779 x2778 x2777 x2776 x2775 x2774 x2773 x2772 x2771 x2770 x2769 x2768 x2767 
1800.05/1800.01	v x2766 x2765 x2764 x2763 x2762 x2761 x2760 x2759 x2758 x2757 x2756 x2755 x2754 x2753 x2752 x2751 x2750 x2749 x2748 x2747 x2746 
1800.05/1800.01	v x2745 x2744 x2743 x2742 x2741 x2740 x2739 x2738 x2737 x2736 x2735 x2734 x2733 x2732 x2731 x2730 x2729 x2728 x2727 x2726 x2725 
1800.05/1800.01	v x2724 x2723 x2722 x2721 x2720 x2719 x2718 x2717 x2716 x2715 x2714 x2713 x2712 x2711 x2710 x2709 x2708 x2707 x2706 x2705 x2704 
1800.05/1800.01	v x2703 x2702 x2701 x2700 x2699 x2698 x2697 x2696 x2695 x2694 x2693 x2692 x2691 x2690 x2689 x2688 x2687 x2686 x2685 x2684 
1800.05/1800.01	v x2683 x2682 x2681 x2680 x2679 x2678 x2677 x2676 x2675 x2674 x2673 x2672 x2671 x2670 x2669 x2668 x2667 x2666 x2665 x2664 x2663 
1800.05/1800.01	v x2662 x2661 x2660 x2659 x2658 x2657 x2656 x2655 x2654 x2653 x2652 x2651 x2650 x2649 x2648 x2647 x2646 x2645 x2644 x2643 x2642 
1800.05/1800.01	v x2641 x2640 x2639 x2638 x2637 x2636 x2635 x2634 x2633 x2632 x2631 x2630 x2629 x2628 x2627 x2626 x2625 x2624 x2623 x2622 x2621 
1800.05/1800.01	v x2620 x2619 x2618 x2617 x2616 x2615 x2614 x2613 x2612 x2611 x2610 x2609 x2608 x2607 x2606 x2605 x2604 x2603 x2602 x2601 x2600 
1800.05/1800.01	v x2599 x2598 x2597 x2596 x2595 x2594 x2593 x2592 x2591 x2590 x2589 x2588 x2587 x2586 x2585 x2584 x2583 x2582 x2581 x2580 x2579 
1800.05/1800.01	v x2578 x2577 x2576 x2575 x2574 x2573 x2572 x2571 x2570 x2569 x2568 x2567 x2566 x2565 x2564 x2563 x2562 x2561 x2560 x2559 
1800.05/1800.01	v x2558 x2557 x2556 x2555 x2554 x2553 x2552 x2551 x2550 x2549 x2548 x2547 x2546 x2545 x2544 x2543 x2542 x2541 x2540 x2539 x2538 
1800.05/1800.01	v x2537 x2536 x2535 x2534 x2533 x2532 x2531 x2530 x2529 x2528 x2527 x2526 x2525 x2524 x2523 x2522 x2521 x2520 x2519 x2518 x2517 
1800.05/1800.01	v x2516 x2515 x2514 x2513 x2512 x2511 x2510 x2509 x2508 x2507 x2506 x2505 x2504 x2503 x2502 x2501 x2500 x2499 x2498 x2497 x2496 
1800.05/1800.01	v x2495 x2494 x2493 x2492 x2491 x2490 x2489 x2488 x2487 x2486 x2485 x2484 x2483 x2482 x2481 x2480 x2479 x2478 x2477 x2476 x2475 
1800.05/1800.01	v x2474 x2473 x2472 x2471 x2470 x2469 x2468 x2467 x2466 x2465 x2464 x2463 x2462 x2461 x2460 x2459 x2458 x2457 x2456 x2455 x2454 
1800.05/1800.01	v x2453 x2452 x2451 x2450 x2449 x2448 x2447 x2446 x2445 x2444 x2443 x2442 x2441 x2440 x2439 x2438 x2437 x2436 x2435 x2434 
1800.05/1800.01	v x2433 x2432 x2431 x2430 x2429 x2428 x2427 x2426 x2425 x2424 x2423 x2422 x2421 x2420 x2419 x2418 x2417 x2416 x2415 x2414 x2413 
1800.05/1800.01	v x2412 x2411 x2410 x2409 x2408 x2407 x2406 x2405 x2404 x2403 x2402 x2401 x2400 x2399 x2398 x2397 x2396 x2395 x2394 x2393 x2392 
1800.05/1800.01	v x2391 x2390 x2389 x2388 x2387 x2386 x2385 x2384 x2383 x2382 x2381 x2380 x2379 x2378 x2377 x2376 x2375 x2374 x2373 x2372 x2371 
1800.05/1800.01	v x2370 x2369 x2368 x2367 x2366 x2365 x2364 x2363 x2362 x2361 x2360 x2359 x2358 x2357 x2356 x2355 x2354 x2353 x2352 x2351 x2350 
1800.05/1800.01	v x2349 x2348 x2347 x2346 x2345 x2344 x2343 x2342 x2341 x2340 x2339 x2338 x2337 x2336 x2335 x2334 x2333 x2332 x2331 x2330 x2329 
1800.05/1800.01	v x2328 x2327 x2326 x2325 x2324 x2323 x2322 x2321 x2320 x2319 x2318 x2317 x2316 x2315 x2314 x2313 x2312 x2311 x2310 x2309 
1800.05/1800.01	v x2308 x2307 x2306 x2305 x2304 x2303 x2302 x2301 x2300 x2299 x2298 x2297 x2296 x2295 x2294 x2293 x2292 x2291 x2290 x2289 x2288 
1800.05/1800.01	v x2287 x2286 x2285 x2284 x2283 x2282 x2281 x2280 x2279 x2278 x2277 x2276 x2275 x2274 x2273 x2272 x2271 x2270 x2269 x2268 x2267 
1800.05/1800.01	v x2266 x2265 x2264 x2263 x2262 x2261 x2260 x2259 x2258 x2257 x2256 x2255 x2254 x2253 x2252 x2251 x2250 x2249 x2248 x2247 x2246 
1800.05/1800.01	v x2245 x2244 x2243 x2242 x2241 x2240 x2239 x2238 x2237 x2236 x2235 x2234 x2233 x2232 x2231 x2230 x2229 x2228 x2227 x2226 x2225 
1800.05/1800.01	v x2224 x2223 x2222 x2221 x2220 x2219 x2218 x2217 x2216 x2215 x2214 x2213 x2212 x2211 x2210 x2209 x2208 x2207 x2206 x2205 x2204 
1800.05/1800.01	v x2203 x2202 x2201 x2200 x2199 x2198 x2197 x2196 x2195 x2194 x2193 x2192 x2191 x2190 x2189 x2188 x2187 x2186 x2185 x2184 
1800.05/1800.01	v x2183 x2182 x2181 x2180 x2179 x2178 x2177 x2176 x2175 x2174 x2173 x2172 x2171 x2170 x2169 x2168 x2167 x2166 x2165 x2164 x2163 
1800.05/1800.01	v x2162 x2161 x2160 x2159 x2158 x2157 x2156 x2155 x2154 x2153 x2152 x2151 x2150 x2149 x2148 x2147 x2146 x2145 x2144 x2143 x2142 
1800.05/1800.01	v x2141 x2140 x2139 x2138 x2137 x2136 x2135 x2134 x2133 x2132 x2131 x2130 x2129 x2128 x2127 x2126 x2125 x2124 x2123 x2122 x2121 
1800.05/1800.01	v x2120 x2119 x2118 x2117 x2116 x2115 x2114 x2113 x2112 x2111 x2110 x2109 x2108 x2107 x2106 x2105 x2104 x2103 x2102 x2101 x2100 
1800.05/1800.01	v x2099 x2098 x2097 x2096 x2095 x2094 x2093 x2092 x2091 x2090 x2089 x2088 x2087 x2086 x2085 x2084 x2083 x2082 x2081 x2080 x2079 
1800.05/1800.01	v x2078 x2077 x2076 x2075 x2074 x2073 x2072 x2071 x2070 x2069 x2068 x2067 x2066 x2065 x2064 x2063 x2062 x2061 x2060 x2059 
1800.05/1800.01	v x2058 x2057 x2056 x2055 x2054 x2053 x2052 x2051 x2050 x2049 x2048 x2047 x2046 x2045 x2044 x2043 x2042 x2041 x2040 x2039 x2038 
1800.05/1800.01	v x2037 x2036 x2035 x2034 x2033 x2032 x2031 x2030 x2029 x2028 x2027 x2026 x2025 x2024 x2023 x2022 x2021 x2020 x2019 x2018 x2017 
1800.05/1800.01	v x2016 x2015 x2014 x2013 x2012 x2011 x2010 x2009 x2008 x2007 x2006 x2005 x2004 x2003 x2002 x2001 x2000 x1999 x1998 x1997 x1996 
1800.05/1800.01	v x1995 x1994 x1993 x1992 x1991 x1990 x1989 x1988 x1987 x1986 x1985 x1984 x1983 x1982 x1981 x1980 x1979 x1978 x1977 x1976 x1975 
1800.05/1800.01	v x1974 x1973 x1972 x1971 x1970 x1969 x1968 x1967 x1966 x1965 x1964 x1963 x1962 x1961 x1960 x1959 x1958 x1957 x1956 x1955 x1954 
1800.05/1800.01	v x1953 x1952 x1951 x1950 x1949 x1948 x1947 x1946 x1945 x1944 x1943 x1942 x1941 x1940 x1939 x1938 x1937 x1936 x1935 x1934 
1800.05/1800.01	v x1933 x1932 x1931 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 x1895 x1894 x1893 x1892 
1800.05/1800.01	v x1891 x1890 x1889 x1888 x1887 x1886 x1885 x1884 x1883 x1882 x1881 x1880 x1879 x1878 x1877 x1876 x1875 x1874 x1873 x1872 x1871 
1800.05/1800.01	v x1870 x1869 x1868 x1867 x1866 x1865 x1864 x1863 x1862 x1861 x1860 x1859 x1858 x1857 x1856 x1855 x1854 x1853 x1852 x1851 x1850 
1800.05/1800.01	v x1849 x1848 x1847 x1846 x1845 x1844 x1843 x1842 x1841 x1840 x1839 x1838 x1837 x1836 x1835 x1834 x1833 x1832 x1831 x1830 x1829 
1800.05/1800.01	v x1828 x1827 x1826 x1825 x1824 x1823 x1822 x1821 x1820 x1819 x1818 x1817 x1816 x1815 x1814 x1813 x1812 x1811 x1810 x1809 
1800.05/1800.01	v x1808 x1807 x1806 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 x1769 x1768 x1767 
1800.05/1800.01	v x1766 x1765 x1764 x1763 x1762 x1761 x1760 x1759 x1758 x1757 x1756 x1755 x1754 x1753 x1752 x1751 x1750 x1749 x1748 x1747 x1746 
1800.05/1800.01	v x1745 x1744 x1743 x1742 x1741 x1740 x1739 x1738 x1737 x1736 x1735 x1734 x1733 x1732 x1731 x1730 x1729 x1728 x1727 x1726 x1725 
1800.05/1800.01	v x1724 x1723 x1722 x1721 x1720 x1719 x1718 x1717 x1716 x1715 x1714 x1713 x1712 x1711 x1710 x1709 x1708 x1707 x1706 x1705 x1704 
1800.05/1800.01	v x1703 x1702 x1701 x1700 x1699 x1698 x1697 x1696 x1695 x1694 x1693 x1692 x1691 x1690 x1689 x1688 x1687 x1686 x1685 x1684 
1800.05/1800.01	v x1683 x1682 x1681 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 x1644 x1643 x1642 
1800.05/1800.01	v x1641 x1640 x1639 x1638 x1637 x1636 x1635 x1634 x1633 x1632 x1631 x1630 x1629 x1628 x1627 x1626 x1625 x1624 x1623 x1622 x1621 
1800.05/1800.01	v x1620 x1619 x1618 x1617 x1616 x1615 x1614 x1613 x1612 x1611 x1610 x1609 x1608 x1607 x1606 x1605 x1604 x1603 x1602 x1601 x1600 
1800.05/1800.01	v x1599 x1598 x1597 x1596 x1595 x1594 x1593 x1592 x1591 x1590 x1589 x1588 x1587 x1586 x1585 x1584 x1583 x1582 x1581 x1580 x1579 
1800.05/1800.01	v x1578 x1577 x1576 x1575 x1574 x1573 x1572 x1571 x1570 x1569 x1568 x1567 x1566 x1565 x1564 x1563 x1562 x1561 x1560 x1559 
1800.05/1800.01	v x1558 x1557 x1556 x1555 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 x1519 x1518 x1517 
1800.05/1800.01	v x1516 x1515 x1514 x1513 x1512 x1511 x1510 x1509 x1508 x1507 x1506 x1505 x1504 x1503 x1502 x1501 x1500 x1499 x1498 x1497 x1496 
1800.05/1800.01	v x1495 x1494 x1493 x1492 x1491 x1490 x1489 x1488 x1487 x1486 x1485 x1484 x1483 x1482 x1481 x1480 x1479 x1478 x1477 x1476 x1475 
1800.05/1800.01	v x1474 x1473 x1472 x1471 x1470 x1469 x1468 x1467 x1466 x1465 x1464 x1463 x1462 x1461 x1460 x1459 x1458 x1457 x1456 x1455 x1454 
1800.05/1800.01	v x1453 x1452 x1451 x1450 x1449 x1448 x1447 x1446 x1445 x1444 x1443 x1442 x1441 x1440 x1439 x1438 x1437 x1436 x1435 x1434 
1800.05/1800.01	v x1433 x1432 x1431 x1430 x1429 x1428 x1427 x1426 x1425 x1424 x1423 x1422 x1421 x1420 x1419 x1418 x1417 x1416 x1415 x1414 x1413 
1800.05/1800.01	v x1412 x1411 x1410 x1409 x1408 x1407 x1406 x1405 x1404 x1403 x1402 x1401 x1400 x1399 x1398 x1397 x1396 x1395 x1394 x1393 x1392 
1800.05/1800.01	v x1391 x1390 x1389 x1388 x1387 x1386 x1385 x1384 x1383 x1382 x1381 x1380 x1379 x1378 x1377 x1376 x1375 x1374 x1373 x1372 x1371 
1800.05/1800.01	v x1370 x1369 x1368 x1367 x1366 x1365 x1364 x1363 x1362 x1361 x1360 x1359 x1358 x1357 x1356 x1355 x1354 x1353 x1352 x1351 x1350 
1800.05/1800.01	v x1349 x1348 x1347 x1346 x1345 x1344 x1343 x1342 x1341 x1340 x1339 x1338 x1337 x1336 x1335 x1334 x1333 x1332 x1331 x1330 x1329 
1800.05/1800.01	v x1328 x1327 x1326 x1325 x1324 x1323 x1322 x1321 x1320 x1319 x1318 x1317 x1316 x1315 x1314 x1313 x1312 x1311 x1310 x1309 
1800.05/1800.01	v x1308 x1307 x1306 x1305 x1304 x1303 x1302 x1301 x1300 x1299 x1298 x1297 x1296 x1295 x1294 x1293 x1292 x1291 x1290 x1289 x1288 
1800.05/1800.01	v x1287 x1286 x1285 x1284 x1283 x1282 x1281 x1280 x1279 x1278 x1277 x1276 x1275 x1274 x1273 x1272 x1271 x1270 x1269 x1268 x1267 
1800.05/1800.01	v x1266 x1265 x1264 x1263 x1262 x1261 x1260 x1259 x1258 x1257 x1256 x1255 x1254 x1253 x1252 x1251 x1250 x1249 x1248 x1247 x1246 
1800.05/1800.01	v x1245 x1244 x1243 x1242 x1241 x1240 x1239 x1238 x1237 x1236 x1235 x1234 x1233 x1232 x1231 x1230 x1229 x1228 x1227 x1226 x1225 
1800.05/1800.01	v x1224 x1223 x1222 x1221 x1220 x1219 x1218 x1217 x1216 x1215 x1214 x1213 x1212 x1211 x1210 x1209 x1208 x1207 x1206 x1205 x1204 
1800.05/1800.01	v x1203 x1202 x1201 x1200 x1199 x1198 x1197 x1196 x1195 x1194 x1193 x1192 x1191 x1190 x1189 x1188 x1187 x1186 x1185 x1184 
1800.05/1800.01	v x1183 x1182 x1181 x1180 x1179 x1178 x1177 x1176 x1175 x1174 x1173 x1172 x1171 x1170 x1169 x1168 x1167 x1166 x1165 x1164 x1163 
1800.05/1800.01	v x1162 x1161 x1160 x1159 x1158 x1157 x1156 x1155 x1154 x1153 x1152 x1151 x1150 x1149 x1148 x1147 x1146 x1145 x1144 x1143 x1142 
1800.05/1800.01	v x1141 x1140 x1139 x1138 x1137 x1136 x1135 x1134 x1133 x1132 x1131 x1130 x1129 x1128 x1127 x1126 x1125 x1124 x1123 x1122 x1121 
1800.05/1800.01	v x1120 x1119 x1118 x1117 x1116 x1115 x1114 x1113 x1112 x1111 x1110 x1109 x1108 x1107 x1106 x1105 x1104 x1103 x1102 x1101 x1100 
1800.05/1800.01	v x1099 x1098 x1097 x1096 x1095 x1094 x1093 x1092 x1091 x1090 x1089 x1088 x1087 x1086 x1085 x1084 x1083 x1082 x1081 x1080 x1079 
1800.05/1800.01	v x1078 x1077 x1076 x1075 x1074 x1073 x1072 x1071 x1070 x1069 x1068 x1067 x1066 x1065 x1064 x1063 x1062 x1061 x1060 x1059 
1800.05/1800.01	v x1058 x1057 x1056 x1055 x1054 x1053 x1052 x1051 x1050 x1049 x1048 x1047 x1046 x1045 x1044 x1043 x1042 x1041 x1040 x1039 x1038 
1800.05/1800.01	v x1037 x1036 x1035 x1034 x1033 x1032 x1031 x1030 x1029 x1028 x1027 x1026 x1025 x1024 x1023 x1022 x1021 x1020 x1019 x1018 x1017 
1800.05/1800.01	v x1016 x1015 x1014 x1013 x1012 x1011 x1010 x1009 x1008 x1007 x1006 x1005 x1004 x1003 x1002 x1001 x1000 x999 x998 x997 x996 x995 
1800.05/1800.01	v x994 x993 x992 x991 x990 x989 x988 x987 x986 x985 x984 x983 x982 x981 x980 x979 x978 x977 x976 x975 x974 x973 x972 x971 x970 
1800.05/1800.01	v x969 x968 x967 x966 x965 x964 x963 x962 x961 x960 x959 x958 x957 x956 x955 x954 x953 x952 x951 x950 x949 x948 x947 x946 x945 
1800.05/1800.01	v x944 x943 x942 x941 x940 x939 x938 x937 x936 x935 x934 x933 x932 x931 x930 x929 x928 x927 x926 x925 x924 x923 x922 x921 x920 
1800.05/1800.01	v x919 x918 x917 x916 x915 x914 x913 x912 x911 x910 x909 x908 x907 x906 x905 x904 x903 x902 x901 x900 x899 x898 x897 x896 x895 
1800.05/1800.01	v x894 x893 x892 x891 x890 x889 x888 x887 x886 x885 x884 x883 x882 x881 x880 x879 x878 x877 x876 x875 x874 x873 x872 x871 x870 
1800.05/1800.01	v x869 x868 x867 x866 x865 x864 x863 x862 x861 x860 x859 x858 x857 x856 x855 x854 x853 x852 x851 x850 x849 x848 x847 x846 x845 
1800.05/1800.01	v x844 x843 x842 x841 x840 x839 x838 x837 x836 x835 x834 x833 x832 x831 x830 x829 x828 x827 x826 x825 x824 x823 x822 x821 x820 
1800.05/1800.01	v x819 x818 x817 x816 x815 x814 x813 x812 x811 x810 x809 x808 x807 x806 x805 x804 x803 x802 x801 x800 x799 x798 x797 x796 x795 
1800.05/1800.01	v x794 x793 x792 x791 x790 x789 x788 x787 x786 x785 x784 x783 x782 x781 x780 x779 x778 x777 x776 x775 x774 x773 x772 x771 x770 
1800.05/1800.01	v x769 x768 x767 x766 x765 x764 x763 x762 x761 x760 x759 x758 x757 x756 x755 x754 x753 x752 x751 x750 x749 x748 x747 x746 x745 
1800.05/1800.01	v x744 x743 x742 x741 x740 x739 x738 x737 x736 x735 x734 x733 x732 x731 x730 x729 x728 x727 x726 x725 x724 x723 x722 x721 x720 
1800.05/1800.01	v x719 x718 x717 x716 x715 x714 x713 x712 x711 x710 x709 x708 x707 x706 x705 x704 x703 x702 x701 x700 x699 x698 x697 x696 x695 
1800.05/1800.01	v x694 x693 x692 x691 x690 x689 x688 x687 x686 x685 x684 x683 x682 x681 x680 x679 x678 x677 x676 x675 x674 x673 x672 x671 x670 
1800.05/1800.01	v x669 x668 x667 x666 x665 x664 x663 x662 x661 x660 x659 x658 x657 x656 x655 x654 x653 x652 x651 x650 x649 x648 x647 x646 x645 
1800.05/1800.01	v x644 x643 x642 x641 x640 x639 x638 x637 x636 x635 x634 x633 x632 x631 x630 x629 x628 x627 x626 x625 x624 x623 x622 x621 x620 
1800.05/1800.01	v x619 x618 x617 x616 x615 x614 x613 x612 x611 x610 x609 x608 x607 x606 x605 x604 x603 x602 x601 x600 x599 x598 x597 x596 x595 
1800.05/1800.01	v x594 x593 x592 x591 x590 x589 x588 x587 x586 x585 x584 x583 x582 x581 x580 x579 x578 x577 x576 x575 x574 x573 x572 x571 x570 
1800.05/1800.01	v x569 x568 x567 x566 x565 x564 x563 x562 x561 x560 x559 x558 x557 x556 x555 x554 x553 x552 x551 x550 x549 x548 x547 x546 x545 
1800.05/1800.01	v x544 x543 x542 x541 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 x498 x497 x496 x495 
1800.05/1800.01	v x494 x493 x492 x491 x490 x489 x488 x487 x486 x485 x484 x483 x482 x481 x480 x479 x478 x477 x476 x475 x474 x473 x472 x471 x470 
1800.05/1800.01	v x469 x468 x467 x466 x465 x464 x463 x462 x461 x460 x459 x458 x457 x456 x455 x454 x453 x452 x451 x450 x449 x448 x447 x446 x445 
1800.05/1800.01	v x444 x443 x442 x441 x440 x439 x438 x437 x436 x435 x434 x433 x432 x431 x430 x429 x428 x427 x426 x425 x424 x423 x422 x421 x420 
1800.05/1800.01	v x419 x418 x417 x416 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 x373 x372 x371 x370 
1800.05/1800.01	v x369 x368 x367 x366 x365 x364 x363 x362 x361 x360 x359 x358 x357 x356 x355 x354 x353 x352 x351 x350 x349 x348 x347 x346 x345 
1800.05/1800.01	v x344 x343 x342 x341 x340 x339 x338 x337 x336 x335 x334 x333 x332 x331 x330 x329 x328 x327 x326 x325 x324 x323 x322 x321 x320 
1800.05/1800.01	v x319 x318 x317 x316 x315 x314 x313 x312 x311 x310 x309 x308 x307 x306 x305 x304 x303 x302 x301 x300 x299 x298 x297 x296 x295 
1800.05/1800.01	v x294 x293 x292 x291 x290 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 x248 x247 x246 x245 
1800.05/1800.01	v x244 x243 x242 x241 x240 x239 x238 x237 x236 x235 x234 x233 x232 x231 x230 x229 x228 x227 x226 x225 x224 x223 x222 x221 x220 
1800.05/1800.01	v x219 x218 x217 x216 x215 x214 x213 x212 x211 x210 x209 x208 x207 x206 x205 x204 x203 x202 x201 x200 x199 x198 x197 x196 x195 
1800.05/1800.01	v x194 x193 x192 x191 x190 x189 x188 x187 x186 x185 x184 x183 x182 x181 x180 x179 x178 x177 x176 x175 x174 x173 x172 x171 x170 
1800.05/1800.01	v x169 x168 x167 x166 x165 x164 x163 x162 x161 x160 x159 x158 x157 x156 x155 x154 x153 x152 x151 x150 x149 x148 x147 x146 x145 
1800.05/1800.01	v x144 x143 x142 x141 x140 x139 x138 x137 x136 x135 x134 x133 x132 x131 x130 x129 x128 x127 x126 x125 x124 x123 x122 x121 x120 
1800.05/1800.01	v x119 x118 x117 x116 x115 x114 x113 x112 x111 x110 x109 x108 x107 x106 x105 x104 x103 x102 x101 x100 x99 x98 x97 x96 x95 x94 
1800.05/1800.01	v x93 x92 x91 x90 x89 x88 x87 x86 x85 x84 x83 x82 x81 x80 x79 x78 x77 x76 x75 x74 x73 x72 x71 x70 x69 x68 x67 x66 x65 x64 x63 
1800.05/1800.01	v x62 x61 x60 x59 x58 x57 x56 x55 x54 x53 x52 x51 x50 x49 x48 x47 x46 x45 x44 x43 x42 x41 x40 x39 x38 x37 x36 x35 x34 x33 x32 
1800.05/1800.01	v x31 x30 x29 x28 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       :    1750.38
1800.05/1800.01	c Original Problem   :
1800.05/1800.01	c   Problem name     : HOME/instance-2693966-1277919377.wbo
1800.05/1800.01	c   Variables        : 3940 (3770 binary, 0 integer, 0 implicit integer, 170 continuous)
1800.05/1800.01	c   Constraints      : 341 initial, 341 maximal
1800.05/1800.01	c Presolved Problem  :
1800.05/1800.01	c   Problem name     : t_HOME/instance-2693966-1277919377.wbo
1800.05/1800.01	c   Variables        : 3940 (3770 binary, 0 integer, 0 implicit integer, 170 continuous)
1800.05/1800.01	c   Constraints      : 340 initial, 29022 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.02          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   linear           :       0.00          0          0          0        170          0          1          0          0
1800.05/1800.01	c   logicor          :       0.00          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        :        170          0       1968          0       1718          0        207          0          0          0
1800.05/1800.01	c   linear           :        170          0    7479175          0    7107242      18426    3565686          0          0          0
1800.05/1800.01	c   logicor          :          0+         0     593380          0          0         69      30404          0          0          0
1800.05/1800.01	c   countsols        :          0          0          0          0    7107242          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   linear           :      96.89       0.00      94.44       0.00       2.45
1800.05/1800.01	c   logicor          :       3.13       0.00       3.13       0.00       0.00
1800.05/1800.01	c   countsols        :       0.77       0.00       0.00       0.00       0.77
1800.05/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.01	c   vbounds          :       1.43          2          0          0
1800.05/1800.01	c   rootredcost      :       1.55          0          0          0
1800.05/1800.01	c   pseudoobj        :      32.45    7478975          0          0
1800.05/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.01	c   propagation      :      52.34      18495      18495     381872      367.0     455975       36.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 :          -          -          -     184800       38.0          -          -          -
1800.05/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
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        :    1513.23    7107242          0          0          0          0   14214484
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.00          -          0
1800.05/1800.01	c   oneopt           :       1.45          0          0
1800.05/1800.01	c   trivial          :       0.01          2          3
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              :       1.47          0          0
1800.05/1800.01	c   trysol           :       1.00          1          1
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            :    7125715
1800.05/1800.01	c   nodes (total)    :    7125715
1800.05/1800.01	c   nodes left       :    7088747
1800.05/1800.01	c   max depth        :       2290
1800.05/1800.01	c   max depth (total):       2290
1800.05/1800.01	c   backtracks       :       7203 (0.1%)
1800.05/1800.01	c   delayed cutoffs  :         23
1800.05/1800.01	c   repropagations   :       1890 (2660 domain reductions, 22 cutoffs)
1800.05/1800.01	c   avg switch length:       2.28
1800.05/1800.01	c   switching time   :      37.70
1800.05/1800.01	c Solution           :
1800.05/1800.01	c   Solutions found  :          4 (1 improvements)
1800.05/1800.01	c   First Solution   : +7.97300000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.05/1800.01	c   Primal Bound     : +7.97300000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
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	3929

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693966-1277919377/watcher-2693966-1277919377 -o /tmp/evaluation-result-2693966-1277919377/solver-2693966-1277919377 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693966-1277919377.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.95 2.01 1.99 4/200 15606
/proc/meminfo: memFree=31200676/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=9180 CPUtime=0
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 1787 0 0 0 0 0 0 0 18 0 1 0 133233852 9400320 1709 4089446400 4194304 7136930 140736732669904 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15606/statm: 2295 1709 275 719 0 1574 0

[startup+0.0838681 s]
/proc/loadavg: 1.95 2.01 1.99 4/200 15606
/proc/meminfo: memFree=31200676/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=23640 CPUtime=0.07
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 5883 0 0 0 7 0 0 0 18 0 1 0 133233852 24207360 5194 4089446400 4194304 7136930 140736732669904 18446744073709551615 4740387 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15606/statm: 5910 5194 383 719 0 5189 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 23640

[startup+0.100864 s]
/proc/loadavg: 1.95 2.01 1.99 4/200 15606
/proc/meminfo: memFree=31200676/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=23772 CPUtime=0.09
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 5915 0 0 0 9 0 0 0 18 0 1 0 133233852 24342528 5226 4089446400 4194304 7136930 140736732669904 18446744073709551615 4642989 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15606/statm: 5943 5226 383 719 0 5222 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23772

[startup+0.300826 s]
/proc/loadavg: 1.95 2.01 1.99 4/200 15606
/proc/meminfo: memFree=31200676/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=24816 CPUtime=0.29
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 6151 0 0 0 28 1 0 0 18 0 1 0 133233852 25411584 5462 4089446400 4194304 7136930 140736732669904 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15606/statm: 6204 5462 383 719 0 5483 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24816

[startup+0.700752 s]
/proc/loadavg: 1.95 2.01 1.99 4/200 15606
/proc/meminfo: memFree=31200676/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=27552 CPUtime=0.69
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 6871 0 0 0 67 2 0 0 18 0 1 0 133233852 28213248 6182 4089446400 4194304 7136930 140736732669904 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15606/statm: 6888 6182 390 719 0 6167 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27552

[startup+1.50061 s]
/proc/loadavg: 1.95 2.01 1.99 3/201 15607
/proc/meminfo: memFree=31176860/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=29244 CPUtime=1.49
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 7301 0 0 0 145 4 0 0 20 0 1 0 133233852 29945856 6612 4089446400 4194304 7136930 140736732669904 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15606/statm: 7311 6612 390 719 0 6590 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29244

[startup+3.10032 s]
/proc/loadavg: 1.95 2.01 1.99 3/201 15607
/proc/meminfo: memFree=31175416/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=30968 CPUtime=3.09
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 7740 0 0 0 303 6 0 0 25 0 1 0 133233852 31711232 7051 4089446400 4194304 7136930 140736732669904 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15606/statm: 7742 7051 390 719 0 7021 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30968

[startup+6.30073 s]
/proc/loadavg: 1.95 2.01 1.99 3/201 15607
/proc/meminfo: memFree=31169960/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=35568 CPUtime=6.29
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 8938 0 0 0 617 12 0 0 25 0 1 0 133233852 36421632 8249 4089446400 4194304 7136930 140736732669904 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15606/statm: 8892 8249 390 719 0 8171 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35568

[startup+12.7006 s]
/proc/loadavg: 1.96 2.01 1.99 3/201 15607
/proc/meminfo: memFree=31162228/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=44588 CPUtime=12.69
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 11321 0 0 0 1246 23 0 0 25 0 1 0 133233852 45658112 10632 4089446400 4194304 7136930 140736732669904 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15606/statm: 11147 10632 390 719 0 10426 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44588

[startup+25.5002 s]
/proc/loadavg: 1.96 2.01 1.99 3/201 15607
/proc/meminfo: memFree=31144888/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=62216 CPUtime=25.49
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 15388 0 0 0 2503 46 0 0 25 0 1 0 133233852 63709184 14699 4089446400 4194304 7136930 140736732669904 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15606/statm: 15554 14699 390 719 0 14833 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 62216

[startup+51.1006 s]
/proc/loadavg: 1.98 2.01 1.99 3/201 15608
/proc/meminfo: memFree=31113548/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=96812 CPUtime=51.09
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 23423 0 0 0 5018 91 0 0 25 0 1 0 133233852 99135488 22734 4089446400 4194304 7136930 140736732669904 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15606/statm: 24203 22734 390 719 0 23482 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 96812

[startup+102.307 s]
/proc/loadavg: 1.99 2.00 1.99 3/201 15609
/proc/meminfo: memFree=31045672/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=160496 CPUtime=102.3
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 40172 0 0 0 10034 196 0 0 25 0 1 0 133233852 164347904 39483 4089446400 4194304 7136930 140736732669904 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15606/statm: 40124 39483 390 719 0 39403 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 160496

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/201 15611
/proc/meminfo: memFree=30958812/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=251740 CPUtime=162.3
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 62025 0 0 0 15900 330 0 0 25 0 1 0 133233852 257781760 61336 4089446400 4194304 7136930 140736732669904 18446744073709551615 4993617 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15606/statm: 62935 61336 390 719 0 62214 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 251740

[startup+222.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/201 15613
/proc/meminfo: memFree=30836604/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=383664 CPUtime=222.29
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 92261 0 0 0 21739 490 0 0 25 0 1 0 133233852 392871936 91572 4089446400 4194304 7136930 140736732669904 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15606/statm: 95916 91572 390 719 0 95195 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 383664

[startup+282.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/201 15614
/proc/meminfo: memFree=30738572/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=479348 CPUtime=282.3
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 117358 0 0 0 27614 616 0 0 25 0 1 0 133233852 490852352 116099 4089446400 4194304 7136930 140736732669904 18446744073709551615 4407969 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15606/statm: 119837 116099 390 719 0 119116 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 479348

[startup+342.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/201 15615
/proc/meminfo: memFree=30669304/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=544000 CPUtime=342.3
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 134416 0 0 0 33512 718 0 0 25 0 1 0 133233852 557056000 133157 4089446400 4194304 7136930 140736732669904 18446744073709551615 5892359 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15606/statm: 136000 133157 390 719 0 135279 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 544000

[startup+402.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/201 15617
/proc/meminfo: memFree=30600300/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=609920 CPUtime=402.3
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 151781 0 0 0 39409 821 0 0 25 0 1 0 133233852 624558080 150522 4089446400 4194304 7136930 140736732669904 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15606/statm: 152480 150522 390 719 0 151759 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 609920

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/201 15619
/proc/meminfo: memFree=30533392/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=673140 CPUtime=462.3
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 168506 0 0 0 45303 927 0 0 25 0 1 0 133233852 689295360 167247 4089446400 4194304 7136930 140736732669904 18446744073709551615 5892230 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15606/statm: 168285 167247 390 719 0 167564 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 673140

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 15621
/proc/meminfo: memFree=30471072/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=764768 CPUtime=522.3
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 184091 0 0 0 51203 1027 0 0 25 0 1 0 133233852 783122432 182832 4089446400 4194304 7136930 140736732669904 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15606/statm: 191192 182832 390 719 0 190471 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 764768

[startup+582.301 s]
/proc/loadavg: 2.25 2.06 2.02 3/201 15622
/proc/meminfo: memFree=30403552/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=828504 CPUtime=582.31
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 200922 0 0 0 57103 1128 0 0 25 0 1 0 133233852 848388096 199663 4089446400 4194304 7136930 140736732669904 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15606/statm: 207126 199663 390 719 0 206405 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 828504

[startup+642.301 s]
/proc/loadavg: 2.09 2.05 2.01 3/201 15623
/proc/meminfo: memFree=30336780/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=890320 CPUtime=642.32
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 217261 0 0 0 62998 1234 0 0 25 0 1 0 133233852 911687680 216002 4089446400 4194304 7136930 140736732669904 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15606/statm: 222580 216002 390 719 0 221859 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 890320

[startup+702.301 s]

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

/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 315547 0 0 0 98383 1849 0 0 25 0 1 0 133233852 1292521472 314288 4089446400 4194304 7136930 140736732669904 18446744073709551615 4407896 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15606/statm: 315557 314288 390 719 0 314836 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1262228

[startup+1062.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/201 15635
/proc/meminfo: memFree=29874924/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=1391984 CPUtime=1062.32
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 332458 0 0 0 104281 1951 0 0 25 0 1 0 133233852 1425391616 331199 4089446400 4194304 7136930 140736732669904 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15606/statm: 347996 331199 390 719 0 347275 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1391984

[startup+1122.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/201 15637
/proc/meminfo: memFree=29807012/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=1455524 CPUtime=1122.33
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 349262 0 0 0 110183 2050 0 0 25 0 1 0 133233852 1490456576 348003 4089446400 4194304 7136930 140736732669904 18446744073709551615 5892230 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15606/statm: 363881 348003 390 719 0 363160 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1455524

[startup+1182.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/201 15638
/proc/meminfo: memFree=29743692/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=1516348 CPUtime=1182.32
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 365328 0 0 0 116079 2153 0 0 25 0 1 0 133233852 1552740352 364069 4089446400 4194304 7136930 140736732669904 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15606/statm: 379087 364069 390 719 0 378366 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1516348

[startup+1242.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/201 15639
/proc/meminfo: memFree=29677156/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=1578272 CPUtime=1242.33
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 381720 0 0 0 121981 2252 0 0 25 0 1 0 133233852 1616150528 380461 4089446400 4194304 7136930 140736732669904 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15606/statm: 394568 380461 390 719 0 393847 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1578272

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/201 15641
/proc/meminfo: memFree=29610368/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=1640808 CPUtime=1302.34
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 398232 0 0 0 127878 2356 0 0 25 0 1 0 133233852 1680187392 396973 4089446400 4194304 7136930 140736732669904 18446744073709551615 5892210 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15606/statm: 410202 396973 390 719 0 409481 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 1640808

[startup+1362.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 15830
/proc/meminfo: memFree=29746368/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=1702732 CPUtime=1362.34
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 414631 0 0 0 133674 2560 0 0 25 0 1 0 133233852 1743597568 413372 4089446400 4194304 7136930 140736732669904 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15606/statm: 425683 413372 390 719 0 424962 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 1702732

[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 15832
/proc/meminfo: memFree=29681420/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=1764256 CPUtime=1422.34
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 430900 0 0 0 139347 2887 0 0 25 0 1 0 133233852 1806598144 429641 4089446400 4194304 7136930 140736732669904 18446744073709551615 5892284 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15606/statm: 441064 429641 390 719 0 440343 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 1764256

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 15833
/proc/meminfo: memFree=29612656/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=1829528 CPUtime=1482.34
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 448103 0 0 0 145012 3222 0 0 25 0 1 0 133233852 1873436672 446844 4089446400 4194304 7136930 140736732669904 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15606/statm: 457382 446844 390 719 0 456661 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 1829528

[startup+1542.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 15843
/proc/meminfo: memFree=29547892/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=1888892 CPUtime=1542.34
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 463829 0 0 0 150684 3550 0 0 25 0 1 0 133233852 1934225408 462570 4089446400 4194304 7136930 140736732669904 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15606/statm: 472223 462570 390 719 0 471502 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 1888892

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 15845
/proc/meminfo: memFree=29482620/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=1951488 CPUtime=1602.34
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 480351 0 0 0 156355 3879 0 0 25 0 1 0 133233852 1998323712 479092 4089446400 4194304 7136930 140736732669904 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15606/statm: 487872 479092 390 719 0 487151 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 1951488

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 15847
/proc/meminfo: memFree=29413500/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=2016296 CPUtime=1662.34
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 497458 0 0 0 162026 4208 0 0 25 0 1 0 133233852 2064687104 496199 4089446400 4194304 7136930 140736732669904 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15606/statm: 504074 496199 390 719 0 503353 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 2016296

[startup+1722.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/183 15849
/proc/meminfo: memFree=29350308/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=2076452 CPUtime=1722.35
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 513351 0 0 0 167695 4540 0 0 25 0 1 0 133233852 2126286848 512092 4089446400 4194304 7136930 140736732669904 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15606/statm: 519113 512092 390 719 0 518392 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 2076452

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 15850
/proc/meminfo: memFree=29286380/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=2135924 CPUtime=1782.35
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 529126 0 0 0 173367 4868 0 0 25 0 1 0 133233852 2187186176 527867 4089446400 4194304 7136930 140736732669904 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15606/statm: 533981 527867 390 719 0 533260 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 2135924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 15851
/proc/meminfo: memFree=29265408/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=2155080 CPUtime=1800.05
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 534170 0 0 0 175039 4966 0 0 25 0 1 0 133233852 2206801920 532911 4089446400 4194304 7136930 140736732669904 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15606/statm: 538770 532911 390 719 0 538049 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2155080

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -15606

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

[startup+1801.4 s]
/proc/loadavg: 2.02 2.02 2.00 3/184 15852
/proc/meminfo: memFree=29265152/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=2154604 CPUtime=1801.45
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 534211 0 0 0 175179 4966 0 0 19 0 1 0 133233852 2206314496 532823 4089446400 4194304 7136930 140736732669904 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15606/statm: 538651 532823 396 719 0 537930 0
Current children cumulated CPU time (s) 1801.45
Current children cumulated vsize (KiB) 2154604

[startup+1801.81 s]
/proc/loadavg: 2.02 2.02 2.00 3/184 15852
/proc/meminfo: memFree=29265288/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=2154604 CPUtime=1801.85
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 534211 0 0 0 175219 4966 0 0 20 0 1 0 133233852 2206314496 532823 4089446400 4194304 7136930 140736732669904 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15606/statm: 538651 532823 396 719 0 537930 0
Current children cumulated CPU time (s) 1801.85
Current children cumulated vsize (KiB) 2154604

[startup+1802 s]
/proc/loadavg: 2.02 2.02 2.00 3/184 15852
/proc/meminfo: memFree=29265288/32951124 swapFree=67111528/67111528
[pid=15606] ppid=15604 vsize=2154604 CPUtime=1802.05
/proc/15606/stat : 15606 (pbscip.linux.x8) R 15604 15606 14291 0 -1 4202496 534211 0 0 0 175239 4966 0 0 21 0 1 0 133233852 2206314496 532823 4089446400 4194304 7136930 140736732669904 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15606/statm: 538651 532823 396 719 0 537930 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 2154604

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1752.4
system time used= 49.7344
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 534211
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 27706

runsolver used 3.04754 second user time and 6.80996 second system time

The end

Launcher Data

Begin job on node134 at 2010-06-30 19:36:17
IDJOB=2693966
IDBENCH=79149
IDSOLVER=1206
FILE ID=node134/2693966-1277919377
PBS_JOBID= 11197275
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl40_45_pb.cnf.cr--soft-0-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-2693966-1277919377/watcher-2693966-1277919377 -o /tmp/evaluation-result-2693966-1277919377/solver-2693966-1277919377 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693966-1277919377.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 6dc14d51c0879b2054c8b72501c6facc
RANDOM SEED=463312059

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.818
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.818
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	: 7397.66
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.818
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.67
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.818
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.84
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.818
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.74
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.818
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:     32951124 kB
MemFree:      31201080 kB
Buffers:        205804 kB
Cached:        1097568 kB
SwapCached:          0 kB
Active:         900800 kB
Inactive:       704308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31201080 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3480 kB
Writeback:           0 kB
AnonPages:      301500 kB
Mapped:          20284 kB
Slab:            80916 kB
PageTables:       5536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1657556 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node134 at 2010-06-30 20:06:19