Trace number 2693693

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl40_50_pb.cnf.cr--soft-33-100-0.wbo
MD5SUM757312960b1468f2853dd7cd5a4d6fc6
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark0.264958
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables4000
Total number of constraints180
Number of soft constraints127
Number of constraints which are clauses100
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 constraint50
Top cost 6095
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 6094
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 51
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-2693693-1277889839.wbo>
0.00/0.01	c original problem has 4254 variables (4127 bin, 0 int, 0 impl, 127 cont) and 308 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.03	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, 127 impls, 22 clqs
0.00/0.03	c (round 2) 0 del vars, 1 del conss, 127 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 127 impls, 22 clqs
0.00/0.03	c (round 3) 0 del vars, 1 del conss, 127 chg bounds, 0 chg sides, 0 chg coeffs, 31 upgd conss, 127 impls, 22 clqs
0.00/0.03	c (round 4) 0 del vars, 1 del conss, 127 chg bounds, 0 chg sides, 0 chg coeffs, 53 upgd conss, 127 impls, 22 clqs
0.00/0.07	c    (0.1s) probing: 101/4127 (2.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.07	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.00/0.07	c presolving (5 rounds):
0.00/0.07	c  0 deleted vars, 1 deleted constraints, 127 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.07	c  127 implications, 22 cliques
0.00/0.07	c presolved problem has 4254 variables (4127 bin, 0 int, 0 impl, 127 cont) and 307 constraints
0.00/0.07	c     127 constraints of type <indicator>
0.00/0.07	c      22 constraints of type <setppc>
0.00/0.07	c     127 constraints of type <linear>
0.00/0.07	c      31 constraints of type <logicor>
0.00/0.07	c transformed objective value is always integral (scale: 1)
0.00/0.07	c Presolving Time: 0.05
0.00/0.07	c - non default parameters ----------------------------------------------------------------------
0.00/0.07	c # SCIP version 1.2.1.2
0.00/0.07	c 
0.00/0.07	c # frequency for displaying node information lines
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.07	c display/freq = 10000
0.00/0.07	c 
0.00/0.07	c # maximal time in seconds to run
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.07	c limits/time = 1799.99
0.00/0.07	c 
0.00/0.07	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.07	c limits/memory = 3420
0.00/0.07	c 
0.00/0.07	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.07	c lp/solvefreq = -1
0.00/0.07	c 
0.00/0.07	c # should presolving try to simplify inequalities
0.00/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.07	c constraints/linear/simplifyinequalities = TRUE
0.00/0.07	c 
0.00/0.07	c # should presolving try to simplify knapsacks
0.00/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.07	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.07	c 
0.00/0.07	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.07	c separating/rapidlearning/freq = 0
0.00/0.07	c 
0.00/0.07	c -----------------------------------------------------------------------------------------------
0.00/0.07	c start solving
0.00/0.07	c 
0.00/0.07	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.07	c   0.1s|     1 |     2 |     0 |     - |7946k|   0 |   - |4254 | 307 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.80/2.85	c   2.8s| 10000 |  9972 |     0 |   0.0 |  11M|3271 |   - |4254 | 398 |   0 |   0 |   0 | 120 |   0 | 0.000000e+00 |      --      |    Inf 
6.19/6.26	c   6.1s| 20000 | 19924 |     0 |   0.0 |  14M|3271 |   - |4254 | 394 |   0 |   0 |   0 | 360 |   0 | 0.000000e+00 |      --      |    Inf 
9.69/9.70	c   9.5s| 30000 | 29875 |     0 |   0.0 |  17M|3271 |   - |4254 | 522 |   0 |   0 |   0 | 610 |   0 | 0.000000e+00 |      --      |    Inf 
13.10/13.17	c  12.9s| 40000 | 39837 |     0 |   0.0 |  20M|3271 |   - |4254 | 538 |   0 |   0 |   0 | 810 |   0 | 0.000000e+00 |      --      |    Inf 
16.59/16.64	c  16.3s| 50000 | 49793 |     0 |   0.0 |  23M|3271 |   - |4254 | 576 |   0 |   0 |   0 |1035 |   0 | 0.000000e+00 |      --      |    Inf 
20.09/20.16	c  19.8s| 60000 | 59738 |     0 |   0.0 |  26M|3271 |   - |4254 | 688 |   0 |   0 |   0 |1312 |   0 | 0.000000e+00 |      --      |    Inf 
23.60/23.68	c  23.2s| 70000 | 69695 |     0 |   0.0 |  29M|3271 |   - |4254 | 674 |   0 |   0 |   0 |1532 |   0 | 0.000000e+00 |      --      |    Inf 
27.10/27.19	c  26.7s| 80000 | 79653 |     0 |   0.0 |  32M|3271 |   - |4254 | 696 |   0 |   0 |   0 |1742 |   0 | 0.000000e+00 |      --      |    Inf 
30.69/30.73	c  30.2s| 90000 | 89611 |     0 |   0.0 |  35M|3271 |   - |4254 | 721 |   0 |   0 |   0 |1952 |   0 | 0.000000e+00 |      --      |    Inf 
34.19/34.26	c  33.6s|100000 | 99547 |     0 |   0.0 |  38M|3271 |   - |4254 | 806 |   0 |   0 |   0 |2272 |   0 | 0.000000e+00 |      --      |    Inf 
37.69/37.71	c  37.0s|110000 |109507 |     0 |   0.0 |  40M|3271 |   - |4254 | 812 |   0 |   0 |   0 |2469 |   0 | 0.000000e+00 |      --      |    Inf 
41.10/41.19	c  40.4s|120000 |119465 |     0 |   0.0 |  43M|3271 |   - |4254 | 849 |   0 |   0 |   0 |2673 |   0 | 0.000000e+00 |      --      |    Inf 
44.59/44.69	c  43.9s|130000 |129419 |     0 |   0.0 |  46M|3271 |   - |4254 | 881 |   0 |   0 |   0 |2903 |   0 | 0.000000e+00 |      --      |    Inf 
48.09/48.14	c  47.3s|140000 |139385 |     0 |   0.0 |  49M|3271 |   - |4254 | 909 |   0 |   0 |   0 |3073 |   0 | 0.000000e+00 |      --      |    Inf 
51.60/51.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
51.60/51.62	c  50.7s|150000 |149333 |     0 |   0.0 |  52M|3271 |   - |4254 | 958 |   0 |   0 |   0 |3333 |   0 | 0.000000e+00 |      --      |    Inf 
55.10/55.10	c  54.1s|160000 |159287 |     0 |   0.0 |  55M|3271 |   - |4254 | 969 |   0 |   0 |   0 |3563 |   0 | 0.000000e+00 |      --      |    Inf 
58.50/58.56	c  57.5s|170000 |169239 |     0 |   0.0 |  57M|3271 |   - |4254 | 997 |   0 |   0 |   0 |3803 |   0 | 0.000000e+00 |      --      |    Inf 
61.99/62.02	c  60.9s|180000 |179205 |     0 |   0.0 |  60M|3271 |   - |4254 | 985 |   0 |   0 |   0 |3983 |   0 | 0.000000e+00 |      --      |    Inf 
65.40/65.49	c  64.3s|190000 |189149 |     0 |   0.0 |  63M|3271 |   - |4254 |1044 |   0 |   0 |   0 |4263 |   0 | 0.000000e+00 |      --      |    Inf 
68.89/68.93	c  67.7s|200000 |199105 |     0 |   0.0 |  66M|3271 |   - |4254 | 990 |   0 |   0 |   0 |4482 |   0 | 0.000000e+00 |      --      |    Inf 
72.29/72.37	c  71.1s|210000 |209063 |     0 |   0.0 |  69M|3271 |   - |4254 | 965 |   0 |   0 |   0 |4692 |   0 | 0.000000e+00 |      --      |    Inf 
75.80/75.83	c  74.5s|220000 |219016 |     0 |   0.0 |  71M|3271 |   - |4254 | 960 |   0 |   0 |   0 |4931 |   0 | 0.000000e+00 |      --      |    Inf 
79.20/79.25	c  77.9s|230000 |228974 |     0 |   0.0 |  74M|3271 |   - |4254 | 980 |   0 |   0 |   0 |5141 |   0 | 0.000000e+00 |      --      |    Inf 
82.59/82.69	c  81.2s|240000 |238926 |     0 |   0.0 |  77M|3271 |   - |4254 | 973 |   0 |   0 |   0 |5375 |   0 | 0.000000e+00 |      --      |    Inf 
86.00/86.08	c  84.6s|250000 |248882 |     0 |   0.0 |  80M|3271 |   - |4254 |1002 |   0 |   0 |   0 |5595 |   0 | 0.000000e+00 |      --      |    Inf 
89.40/89.44	c  87.9s|260000 |258830 |     0 |   0.0 |  83M|3271 |   - |4254 | 993 |   0 |   0 |   0 |5855 |   0 | 0.000000e+00 |      --      |    Inf 
92.70/92.78	c  91.2s|270000 |268792 |     0 |   0.0 |  86M|3271 |   - |4254 | 949 |   0 |   0 |   0 |6045 |   0 | 0.000000e+00 |      --      |    Inf 
96.09/96.16	c  94.5s|280000 |278736 |     0 |   0.0 |  89M|3271 |   - |4254 | 967 |   0 |   0 |   0 |6325 |   0 | 0.000000e+00 |      --      |    Inf 
99.40/99.48	c  97.8s|290000 |288686 |     0 |   0.0 |  91M|3271 |   - |4254 | 947 |   0 |   0 |   0 |6575 |   0 | 0.000000e+00 |      --      |    Inf 
102.69/102.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
102.69/102.80	c   101s|300000 |298646 |     0 |   0.0 |  94M|3271 |   - |4254 | 925 |   0 |   0 |   0 |6775 |   0 | 0.000000e+00 |      --      |    Inf 
106.09/106.10	c   104s|310000 |308584 |     0 |   0.0 |  97M|3271 |   - |4254 | 965 |   0 |   0 |   0 |7085 |   0 | 0.000000e+00 |      --      |    Inf 
109.39/109.43	c   108s|320000 |318532 |     0 |   0.0 | 100M|3271 |   - |4254 | 911 |   0 |   0 |   0 |7345 |   0 | 0.000000e+00 |      --      |    Inf 
112.69/112.70	c   111s|330000 |328496 |     0 |   0.0 | 103M|3271 |   - |4254 | 879 |   0 |   0 |   0 |7525 |   0 | 0.000000e+00 |      --      |    Inf 
116.00/116.03	c   114s|340000 |338440 |     0 |   0.0 | 106M|3271 |   - |4254 | 903 |   0 |   0 |   0 |7801 |   0 | 0.000000e+00 |      --      |    Inf 
119.29/119.31	c   117s|350000 |348382 |     0 |   0.0 | 109M|3271 |   - |4254 | 896 |   0 |   0 |   0 |8091 |   0 | 0.000000e+00 |      --      |    Inf 
122.50/122.58	c   120s|360000 |358342 |     0 |   0.0 | 111M|3271 |   - |4254 | 845 |   0 |   0 |   0 |8291 |   0 | 0.000000e+00 |      --      |    Inf 
125.80/125.87	c   124s|370000 |368296 |     0 |   0.0 | 114M|3271 |   - |4254 | 848 |   0 |   0 |   0 |8519 |   0 | 0.000000e+00 |      --      |    Inf 
129.09/129.17	c   127s|380000 |378232 |     0 |   0.0 | 117M|3271 |   - |4254 | 858 |   0 |   0 |   0 |8839 |   0 | 0.000000e+00 |      --      |    Inf 
132.39/132.42	c   130s|390000 |388178 |     0 |   0.0 | 120M|3271 |   - |4254 | 829 |   0 |   0 |   0 |9109 |   0 | 0.000000e+00 |      --      |    Inf 
135.70/135.71	c   133s|400000 |398126 |     0 |   0.0 | 123M|3271 |   - |4254 | 852 |   0 |   0 |   0 |9369 |   0 | 0.000000e+00 |      --      |    Inf 
138.90/138.96	c   137s|410000 |408078 |     0 |   0.0 | 126M|3271 |   - |4254 | 824 |   0 |   0 |   0 |9609 |   0 | 0.000000e+00 |      --      |    Inf 
142.20/142.23	c   140s|420000 |418020 |     0 |   0.0 | 129M|3271 |   - |4254 | 852 |   0 |   0 |   0 |9899 |   0 | 0.000000e+00 |      --      |    Inf 
145.40/145.44	c   143s|430000 |427956 |     0 |   0.0 | 132M|3271 |   - |4254 | 903 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
148.60/148.65	c   146s|440000 |437900 |     0 |   0.0 | 135M|3271 |   - |4254 | 872 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
152.99/153.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
152.99/153.02	c   150s|450000 |447842 |     0 |   0.0 | 138M|3271 |   - |4254 | 906 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
158.31/158.32	c   156s|460000 |457782 |     0 |   0.0 | 140M|3271 |   - |4254 | 911 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
164.39/164.45	c   162s|470000 |467728 |     0 |   0.0 | 143M|3271 |   - |4254 | 908 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
169.80/169.87	c   167s|480000 |477670 |     0 |   0.0 | 146M|3271 |   - |4254 | 894 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
174.90/174.97	c   172s|490000 |487600 |     0 |   0.0 | 149M|3271 |   - |4254 | 961 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
179.69/179.76	c   177s|500000 |497532 |     0 |   0.0 | 152M|3271 |   - |4254 | 955 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
184.49/184.58	c   181s|510000 |507460 |     0 |   0.0 | 155M|3271 |   - |4254 |1014 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
189.10/189.14	c   186s|520000 |517402 |     0 |   0.0 | 158M|3271 |   - |4254 |1006 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
193.20/193.22	c   190s|530000 |527344 |     0 |   0.0 | 161M|3271 |   - |4254 |1006 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
195.99/196.08	c   193s|540000 |537286 |     0 |   0.0 | 164M|3271 |   - |4254 |1008 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
198.89/198.92	c   195s|550000 |547226 |     0 |   0.0 | 167M|3271 |   - |4254 |1035 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
201.69/201.75	c   198s|560000 |557162 |     0 |   0.0 | 170M|3271 |   - |4254 | 989 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
204.50/204.55	c   201s|570000 |567101 |     0 |   0.0 | 172M|3271 |   - |4254 |1048 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
207.30/207.33	c   204s|580000 |577049 |     0 |   0.0 | 175M|3271 |   - |4254 |1027 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
210.10/210.13	c   206s|590000 |586976 |     0 |   0.0 | 178M|3271 |   - |4254 |1062 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
212.89/212.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
212.89/212.91	c   209s|600000 |596921 |     0 |   0.0 | 181M|3271 |   - |4254 |1077 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
215.60/215.70	c   212s|610000 |606852 |     0 |   0.0 | 184M|3271 |   - |4254 |1114 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
218.40/218.47	c   215s|620000 |616796 |     0 |   0.0 | 187M|3271 |   - |4254 |1102 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
221.30/221.30	c   217s|630000 |626729 |     0 |   0.0 | 190M|3271 |   - |4254 |1095 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
224.09/224.11	c   220s|640000 |636660 |     0 |   0.0 | 193M|3271 |   - |4254 |1137 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
226.79/226.86	c   223s|650000 |646600 |     0 |   0.0 | 196M|3271 |   - |4254 |1136 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
229.60/229.62	c   225s|660000 |656531 |     0 |   0.0 | 199M|3271 |   - |4254 |1151 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
232.29/232.37	c   228s|670000 |666468 |     0 |   0.0 | 202M|3271 |   - |4254 |1172 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
234.99/235.09	c   231s|680000 |676402 |     0 |   0.0 | 205M|3271 |   - |4254 |1196 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
237.69/237.77	c   233s|690000 |686341 |     0 |   0.0 | 208M|3271 |   - |4254 |1222 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
240.39/240.45	c   236s|700000 |696273 |     0 |   0.0 | 211M|3271 |   - |4254 |1191 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
243.10/243.12	c   239s|710000 |706204 |     0 |   0.0 | 214M|3271 |   - |4254 |1187 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
245.69/245.78	c   241s|720000 |716135 |     0 |   0.0 | 217M|3271 |   - |4254 |1173 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
248.39/248.47	c   244s|730000 |726060 |     0 |   0.0 | 220M|3271 |   - |4254 |1176 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
251.09/251.12	c   246s|740000 |735984 |     0 |   0.0 | 223M|3271 |   - |4254 |1158 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
253.69/253.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
253.69/253.74	c   249s|750000 |745923 |     0 |   0.0 | 226M|3271 |   - |4254 |1101 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
256.30/256.38	c   252s|760000 |755846 |     0 |   0.0 | 229M|3271 |   - |4254 |1089 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
258.89/258.98	c   254s|770000 |765780 |     0 |   0.0 | 232M|3271 |   - |4254 |1051 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
261.59/261.61	c   257s|780000 |775703 |     0 |   0.0 | 235M|3271 |   - |4254 |1028 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
264.20/264.22	c   259s|790000 |785634 |     0 |   0.0 | 238M|3271 |   - |4254 |1029 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
266.89/266.90	c   262s|800000 |795544 |     0 |   0.0 | 241M|3271 |   - |4254 |1079 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
269.39/269.49	c   264s|810000 |805477 |     0 |   0.0 | 244M|3271 |   - |4254 |1074 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
272.00/272.06	c   267s|820000 |815406 |     0 |   0.0 | 247M|3271 |   - |4254 |1107 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
274.70/274.70	c   270s|830000 |825329 |     0 |   0.0 | 250M|3271 |   - |4254 |1061 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
277.20/277.28	c   272s|840000 |835251 |     0 |   0.0 | 253M|3271 |   - |4254 |1036 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
279.79/279.82	c   275s|850000 |845178 |     0 |   0.0 | 256M|3271 |   - |4254 |1022 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
282.30/282.37	c   277s|860000 |855095 |     0 |   0.0 | 259M|3271 |   - |4254 |1030 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
285.69/285.72	c   280s|870000 |864492 |     0 |   0.0 | 265M|3271 |   - |4254 |1074 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
288.89/288.96	c   284s|880000 |873873 |     0 |   0.0 | 270M|3271 |   - |4254 |1113 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
292.00/292.06	c   287s|890000 |883242 |     0 |   0.0 | 275M|3271 |   - |4254 |1023 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
294.99/295.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
294.99/295.01	c   289s|900000 |892624 |     0 |   0.0 | 281M|3271 |   - |4254 |1037 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
297.80/297.86	c   292s|910000 |901982 |     0 |   0.0 | 286M|3271 |   - |4254 |1039 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
300.50/300.55	c   295s|920000 |911388 |     0 |   0.0 | 291M|3271 |   - |4254 |1019 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
303.09/303.12	c   297s|930000 |920762 |     0 |   0.0 | 296M|3271 |   - |4254 |1020 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
305.50/305.56	c   300s|940000 |930160 |     0 |   0.0 | 302M|3271 |   - |4254 |1037 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
307.80/307.86	c   302s|950000 |939552 |     0 |   0.0 | 307M|3271 |   - |4254 |1030 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
309.99/310.02	c   304s|960000 |948944 |     0 |   0.0 | 312M|3271 |   - |4254 |1054 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
311.99/312.05	c   306s|970000 |958334 |     0 |   0.0 | 317M|3271 |   - |4254 |1061 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
313.90/313.94	c   308s|980000 |967715 |     0 |   0.0 | 322M|3271 |   - |4254 |1045 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
316.59/316.60	c   310s|990000 |977027 |     0 |   0.0 | 327M|3271 |   - |4254 |1313 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
319.60/319.65	c   313s|  1000k|986990 |     0 |   0.0 | 329M|3271 |   - |4254 |1000 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
322.69/322.74	c   316s|  1010k|996942 |     0 |   0.0 | 332M|3271 |   - |4254 | 965 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
325.79/325.83	c   320s|  1020k|  1006k|     0 |   0.0 | 335M|3271 |   - |4254 | 916 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
328.90/328.91	c   323s|  1030k|  1016k|     0 |   0.0 | 338M|3271 |   - |4254 | 968 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
332.00/332.03	c   326s|  1040k|  1026k|     0 |   0.0 | 341M|3271 |   - |4254 | 923 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
335.10/335.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
335.10/335.14	c   329s|  1050k|  1036k|     0 |   0.0 | 343M|3271 |   - |4254 | 948 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
338.20/338.27	c   332s|  1060k|  1046k|     0 |   0.0 | 346M|3271 |   - |4254 | 948 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
341.39/341.40	c   335s|  1070k|  1056k|     0 |   0.0 | 349M|3271 |   - |4254 | 919 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
344.50/344.54	c   338s|  1080k|  1066k|     0 |   0.0 | 352M|3271 |   - |4254 | 889 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
347.60/347.69	c   341s|  1090k|  1076k|     0 |   0.0 | 355M|3271 |   - |4254 | 912 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
350.80/350.84	c   344s|  1100k|  1086k|     0 |   0.0 | 358M|3271 |   - |4254 | 895 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
353.89/353.99	c   347s|  1110k|  1096k|     0 |   0.0 | 361M|3271 |   - |4254 | 914 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
357.09/357.14	c   350s|  1120k|  1106k|     0 |   0.0 | 363M|3271 |   - |4254 | 859 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
360.19/360.28	c   353s|  1130k|  1116k|     0 |   0.0 | 366M|3271 |   - |4254 | 886 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
363.40/363.43	c   356s|  1140k|  1126k|     0 |   0.0 | 369M|3271 |   - |4254 | 881 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
366.49/366.57	c   360s|  1150k|  1136k|     0 |   0.0 | 372M|3271 |   - |4254 | 860 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
369.70/369.71	c   363s|  1160k|  1146k|     0 |   0.0 | 375M|3271 |   - |4254 | 833 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
372.80/372.86	c   366s|  1170k|  1156k|     0 |   0.0 | 377M|3271 |   - |4254 | 832 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
376.00/376.03	c   369s|  1180k|  1166k|     0 |   0.0 | 380M|3271 |   - |4254 | 838 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
379.10/379.18	c   372s|  1190k|  1176k|     0 |   0.0 | 383M|3271 |   - |4254 | 848 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
382.30/382.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
382.30/382.32	c   375s|  1200k|  1186k|     0 |   0.0 | 386M|3271 |   - |4254 | 799 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
385.40/385.45	c   378s|  1210k|  1196k|     0 |   0.0 | 389M|3271 |   - |4254 | 821 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
388.50/388.59	c   381s|  1220k|  1205k|     0 |   0.0 | 391M|3271 |   - |4254 | 817 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
391.69/391.75	c   384s|  1230k|  1215k|     0 |   0.0 | 394M|3271 |   - |4254 | 838 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
394.80/394.87	c   387s|  1240k|  1225k|     0 |   0.0 | 397M|3271 |   - |4254 | 857 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
397.90/397.98	c   390s|  1250k|  1235k|     0 |   0.0 | 400M|3271 |   - |4254 | 870 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
401.10/401.11	c   394s|  1260k|  1245k|     0 |   0.0 | 403M|3271 |   - |4254 | 869 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
404.20/404.26	c   397s|  1270k|  1255k|     0 |   0.0 | 405M|3271 |   - |4254 | 894 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
407.39/407.43	c   400s|  1280k|  1265k|     0 |   0.0 | 408M|3271 |   - |4254 | 938 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
410.49/410.58	c   403s|  1290k|  1275k|     0 |   0.0 | 411M|3271 |   - |4254 | 937 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
413.60/413.69	c   406s|  1300k|  1285k|     0 |   0.0 | 414M|3271 |   - |4254 | 932 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
416.80/416.84	c   409s|  1310k|  1295k|     0 |   0.0 | 417M|3271 |   - |4254 | 951 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
419.90/419.99	c   412s|  1320k|  1305k|     0 |   0.0 | 419M|3271 |   - |4254 | 972 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
423.10/423.14	c   415s|  1330k|  1315k|     0 |   0.0 | 422M|3271 |   - |4254 | 939 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
426.29/426.32	c   418s|  1340k|  1325k|     0 |   0.0 | 425M|3271 |   - |4254 | 997 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
429.40/429.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
429.40/429.49	c   421s|  1350k|  1335k|     0 |   0.0 | 428M|3271 |   - |4254 |1012 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
432.60/432.65	c   424s|  1360k|  1345k|     0 |   0.0 | 431M|3271 |   - |4254 |1017 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
435.80/435.83	c   428s|  1370k|  1355k|     0 |   0.0 | 433M|3271 |   - |4254 |1009 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
438.91/438.99	c   431s|  1380k|  1365k|     0 |   0.0 | 436M|3271 |   - |4254 |1002 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
442.10/442.18	c   434s|  1390k|  1375k|     0 |   0.0 | 439M|3271 |   - |4254 | 974 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
445.30/445.35	c   437s|  1400k|  1385k|     0 |   0.0 | 442M|3271 |   - |4254 | 998 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
448.50/448.51	c   440s|  1410k|  1395k|     0 |   0.0 | 445M|3271 |   - |4254 | 999 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
451.60/451.66	c   443s|  1420k|  1405k|     0 |   0.0 | 447M|3271 |   - |4254 | 970 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
454.80/454.84	c   446s|  1430k|  1415k|     0 |   0.0 | 450M|3271 |   - |4254 | 982 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
458.00/458.01	c   449s|  1440k|  1424k|     0 |   0.0 | 453M|3271 |   - |4254 | 974 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
461.10/461.19	c   453s|  1450k|  1434k|     0 |   0.0 | 456M|3271 |   - |4254 | 990 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
464.40/464.44	c   456s|  1460k|  1444k|     0 |   0.0 | 459M|3271 |   - |4254 |1009 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
467.60/467.61	c   459s|  1470k|  1454k|     0 |   0.0 | 461M|3271 |   - |4254 | 963 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
470.70/470.79	c   462s|  1480k|  1464k|     0 |   0.0 | 464M|3271 |   - |4254 | 991 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
473.90/473.94	c   465s|  1490k|  1474k|     0 |   0.0 | 467M|3271 |   - |4254 | 986 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
477.10/477.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
477.10/477.12	c   468s|  1500k|  1484k|     0 |   0.0 | 470M|3271 |   - |4254 |1003 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
480.30/480.30	c   471s|  1510k|  1494k|     0 |   0.0 | 473M|3271 |   - |4254 | 967 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
483.40/483.47	c   474s|  1520k|  1504k|     0 |   0.0 | 475M|3271 |   - |4254 | 971 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
486.60/486.62	c   478s|  1530k|  1514k|     0 |   0.0 | 478M|3271 |   - |4254 | 945 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
489.70/489.79	c   481s|  1540k|  1524k|     0 |   0.0 | 481M|3271 |   - |4254 | 898 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
492.90/492.96	c   484s|  1550k|  1534k|     0 |   0.0 | 484M|3271 |   - |4254 | 934 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
496.10/496.12	c   487s|  1560k|  1544k|     0 |   0.0 | 487M|3271 |   - |4254 | 933 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
499.20/499.28	c   490s|  1570k|  1554k|     0 |   0.0 | 489M|3271 |   - |4254 | 906 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
502.40/502.46	c   493s|  1580k|  1564k|     0 |   0.0 | 492M|3271 |   - |4254 | 918 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
505.50/505.59	c   496s|  1590k|  1574k|     0 |   0.0 | 495M|3271 |   - |4254 | 917 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
508.80/508.80	c   499s|  1600k|  1584k|     0 |   0.0 | 498M|3271 |   - |4254 | 947 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
511.90/511.99	c   502s|  1610k|  1594k|     0 |   0.0 | 500M|3271 |   - |4254 | 922 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
515.10/515.16	c   506s|  1620k|  1604k|     0 |   0.0 | 503M|3271 |   - |4254 | 930 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
518.31/518.32	c   509s|  1630k|  1614k|     0 |   0.0 | 506M|3271 |   - |4254 | 899 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
521.41/521.49	c   512s|  1640k|  1624k|     0 |   0.0 | 509M|3271 |   - |4254 | 905 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
524.60/524.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
524.60/524.67	c   515s|  1650k|  1634k|     0 |   0.0 | 512M|3271 |   - |4254 | 913 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
527.81/527.84	c   518s|  1660k|  1643k|     0 |   0.0 | 514M|3271 |   - |4254 | 897 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
531.00/531.04	c   521s|  1670k|  1653k|     0 |   0.0 | 517M|3271 |   - |4254 | 917 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
534.21/534.21	c   524s|  1680k|  1663k|     0 |   0.0 | 520M|3271 |   - |4254 | 919 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
537.30/537.34	c   527s|  1690k|  1673k|     0 |   0.0 | 523M|3271 |   - |4254 | 943 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
540.40/540.49	c   530s|  1700k|  1683k|     0 |   0.0 | 526M|3271 |   - |4254 | 978 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
543.60/543.67	c   534s|  1710k|  1693k|     0 |   0.0 | 528M|3271 |   - |4254 | 961 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
546.81/546.85	c   537s|  1720k|  1703k|     0 |   0.0 | 531M|3271 |   - |4254 | 967 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
550.01/550.05	c   540s|  1730k|  1713k|     0 |   0.0 | 534M|3271 |   - |4254 | 967 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
553.21/553.25	c   543s|  1740k|  1723k|     0 |   0.0 | 537M|3271 |   - |4254 | 989 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
556.41/556.41	c   546s|  1750k|  1733k|     0 |   0.0 | 539M|3271 |   - |4254 | 990 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
559.50/559.58	c   549s|  1760k|  1743k|     0 |   0.0 | 542M|3271 |   - |4254 |1008 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
562.71/562.77	c   552s|  1770k|  1753k|     0 |   0.0 | 545M|3271 |   - |4254 | 987 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
565.91/565.96	c   556s|  1780k|  1763k|     0 |   0.0 | 548M|3271 |   - |4254 |1013 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
569.11/569.13	c   559s|  1790k|  1773k|     0 |   0.0 | 551M|3271 |   - |4254 | 985 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
572.20/572.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
572.20/572.29	c   562s|  1800k|  1783k|     0 |   0.0 | 553M|3271 |   - |4254 | 982 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
575.41/575.47	c   565s|  1810k|  1793k|     0 |   0.0 | 556M|3271 |   - |4254 | 940 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
578.61/578.64	c   568s|  1820k|  1803k|     0 |   0.0 | 559M|3271 |   - |4254 | 956 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
581.81/581.82	c   571s|  1830k|  1813k|     0 |   0.0 | 562M|3271 |   - |4254 | 982 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
585.00/585.00	c   574s|  1840k|  1823k|     0 |   0.0 | 565M|3271 |   - |4254 | 950 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
588.11/588.18	c   577s|  1850k|  1833k|     0 |   0.0 | 567M|3271 |   - |4254 | 915 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
591.31/591.38	c   580s|  1860k|  1843k|     0 |   0.0 | 570M|3271 |   - |4254 | 975 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
594.51/594.54	c   584s|  1870k|  1853k|     0 |   0.0 | 573M|3271 |   - |4254 | 948 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
597.71/597.74	c   587s|  1880k|  1863k|     0 |   0.0 | 576M|3271 |   - |4254 | 985 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
600.90/600.94	c   590s|  1890k|  1872k|     0 |   0.0 | 579M|3271 |   - |4254 |1013 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
604.11/604.13	c   593s|  1900k|  1882k|     0 |   0.0 | 581M|3271 |   - |4254 | 978 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
607.31/607.30	c   596s|  1910k|  1892k|     0 |   0.0 | 584M|3271 |   - |4254 | 980 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
610.41/610.50	c   599s|  1920k|  1902k|     0 |   0.0 | 587M|3271 |   - |4254 | 997 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
613.60/613.70	c   602s|  1930k|  1912k|     0 |   0.0 | 590M|3271 |   - |4254 | 952 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
616.80/616.88	c   606s|  1940k|  1922k|     0 |   0.0 | 593M|3271 |   - |4254 | 963 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
620.01/620.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
620.01/620.07	c   609s|  1950k|  1932k|     0 |   0.0 | 595M|3271 |   - |4254 | 981 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
623.20/623.25	c   612s|  1960k|  1942k|     0 |   0.0 | 598M|3271 |   - |4254 | 969 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
626.41/626.41	c   615s|  1970k|  1952k|     0 |   0.0 | 601M|3271 |   - |4254 | 962 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
629.50/629.59	c   618s|  1980k|  1962k|     0 |   0.0 | 604M|3271 |   - |4254 | 955 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
632.71/632.77	c   621s|  1990k|  1972k|     0 |   0.0 | 607M|3271 |   - |4254 | 952 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
635.90/635.98	c   624s|  2000k|  1982k|     0 |   0.0 | 609M|3271 |   - |4254 | 958 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
639.11/639.16	c   627s|  2010k|  1992k|     0 |   0.0 | 612M|3271 |   - |4254 | 962 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
642.31/642.36	c   631s|  2020k|  2002k|     0 |   0.0 | 615M|3271 |   - |4254 | 982 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
645.51/645.55	c   634s|  2030k|  2012k|     0 |   0.0 | 618M|3271 |   - |4254 | 954 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
648.71/648.75	c   637s|  2040k|  2022k|     0 |   0.0 | 621M|3271 |   - |4254 | 945 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
651.91/651.94	c   640s|  2050k|  2032k|     0 |   0.0 | 623M|3271 |   - |4254 | 949 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
655.11/655.13	c   643s|  2060k|  2042k|     0 |   0.0 | 626M|3271 |   - |4254 | 908 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
658.31/658.32	c   646s|  2070k|  2052k|     0 |   0.0 | 629M|3271 |   - |4254 | 905 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
661.51/661.53	c   649s|  2080k|  2062k|     0 |   0.0 | 632M|3271 |   - |4254 | 895 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
664.70/664.74	c   653s|  2090k|  2072k|     0 |   0.0 | 635M|3271 |   - |4254 | 925 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
667.91/667.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
667.91/667.94	c   656s|  2100k|  2081k|     0 |   0.0 | 637M|3271 |   - |4254 | 949 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
671.11/671.14	c   659s|  2110k|  2091k|     0 |   0.0 | 640M|3271 |   - |4254 | 908 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
674.31/674.33	c   662s|  2120k|  2101k|     0 |   0.0 | 643M|3271 |   - |4254 | 922 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
677.51/677.51	c   665s|  2130k|  2111k|     0 |   0.0 | 646M|3271 |   - |4254 | 929 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
680.70/680.72	c   668s|  2140k|  2121k|     0 |   0.0 | 648M|3271 |   - |4254 | 954 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
683.91/683.93	c   671s|  2150k|  2131k|     0 |   0.0 | 651M|3271 |   - |4254 | 935 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
687.11/687.13	c   675s|  2160k|  2141k|     0 |   0.0 | 654M|3271 |   - |4254 | 945 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
690.31/690.36	c   678s|  2170k|  2151k|     0 |   0.0 | 657M|3271 |   - |4254 | 964 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
693.51/693.54	c   681s|  2180k|  2161k|     0 |   0.0 | 660M|3271 |   - |4254 | 933 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
696.71/696.73	c   684s|  2190k|  2171k|     0 |   0.0 | 662M|3271 |   - |4254 | 924 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
699.91/699.94	c   687s|  2200k|  2181k|     0 |   0.0 | 665M|3271 |   - |4254 | 960 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
703.11/703.14	c   690s|  2210k|  2191k|     0 |   0.0 | 668M|3271 |   - |4254 | 956 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
706.31/706.34	c   693s|  2220k|  2201k|     0 |   0.0 | 671M|3271 |   - |4254 | 970 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
709.51/709.53	c   697s|  2230k|  2211k|     0 |   0.0 | 674M|3271 |   - |4254 | 935 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
712.72/712.72	c   700s|  2240k|  2221k|     0 |   0.0 | 676M|3271 |   - |4254 | 952 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
715.91/715.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
715.91/715.92	c   703s|  2250k|  2231k|     0 |   0.0 | 679M|3271 |   - |4254 | 938 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
719.11/719.11	c   706s|  2260k|  2241k|     0 |   0.0 | 682M|3271 |   - |4254 | 967 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
722.31/722.32	c   709s|  2270k|  2251k|     0 |   0.0 | 685M|3271 |   - |4254 | 992 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
725.51/725.50	c   712s|  2280k|  2261k|     0 |   0.0 | 687M|3271 |   - |4254 | 996 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
728.71/728.70	c   715s|  2290k|  2271k|     0 |   0.0 | 690M|3271 |   - |4254 | 996 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
731.91/731.90	c   719s|  2300k|  2281k|     0 |   0.0 | 693M|3271 |   - |4254 | 982 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
735.01/735.08	c   722s|  2310k|  2291k|     0 |   0.0 | 696M|3271 |   - |4254 | 965 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
738.21/738.28	c   725s|  2320k|  2300k|     0 |   0.0 | 699M|3271 |   - |4254 | 958 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
741.41/741.50	c   728s|  2330k|  2310k|     0 |   0.0 | 701M|3271 |   - |4254 | 988 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
744.72/744.71	c   731s|  2340k|  2320k|     0 |   0.0 | 704M|3271 |   - |4254 | 961 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
747.81/747.89	c   734s|  2350k|  2330k|     0 |   0.0 | 707M|3271 |   - |4254 | 969 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
751.02/751.08	c   737s|  2360k|  2340k|     0 |   0.0 | 710M|3271 |   - |4254 | 972 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
754.21/754.27	c   740s|  2370k|  2350k|     0 |   0.0 | 713M|3271 |   - |4254 | 949 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
757.41/757.48	c   744s|  2380k|  2360k|     0 |   0.0 | 715M|3271 |   - |4254 | 948 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
760.61/760.68	c   747s|  2390k|  2370k|     0 |   0.0 | 718M|3271 |   - |4254 | 947 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
763.82/763.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
763.82/763.87	c   750s|  2400k|  2380k|     0 |   0.0 | 721M|3271 |   - |4254 | 974 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
767.01/767.07	c   753s|  2410k|  2390k|     0 |   0.0 | 724M|3271 |   - |4254 | 957 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
770.22/770.27	c   756s|  2420k|  2400k|     0 |   0.0 | 726M|3271 |   - |4254 | 916 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
773.41/773.47	c   759s|  2430k|  2410k|     0 |   0.0 | 729M|3271 |   - |4254 | 914 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
776.62/776.68	c   762s|  2440k|  2420k|     0 |   0.0 | 732M|3271 |   - |4254 | 957 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
779.82/779.88	c   766s|  2450k|  2430k|     0 |   0.0 | 735M|3271 |   - |4254 | 946 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
783.01/783.09	c   769s|  2460k|  2440k|     0 |   0.0 | 738M|3271 |   - |4254 | 899 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
786.21/786.29	c   772s|  2470k|  2450k|     0 |   0.0 | 740M|3271 |   - |4254 | 883 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
789.42/789.48	c   775s|  2480k|  2460k|     0 |   0.0 | 743M|3271 |   - |4254 | 879 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
792.61/792.68	c   778s|  2490k|  2470k|     0 |   0.0 | 746M|3271 |   - |4254 | 916 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
795.82/795.88	c   781s|  2500k|  2480k|     0 |   0.0 | 749M|3271 |   - |4254 | 886 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
799.01/799.08	c   785s|  2510k|  2490k|     0 |   0.0 | 751M|3271 |   - |4254 | 911 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
802.21/802.28	c   788s|  2520k|  2500k|     0 |   0.0 | 754M|3271 |   - |4254 | 880 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
805.41/805.49	c   791s|  2530k|  2510k|     0 |   0.0 | 757M|3271 |   - |4254 | 880 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
808.72/808.74	c   794s|  2540k|  2519k|     0 |   0.0 | 760M|3271 |   - |4254 | 936 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
811.91/811.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
811.91/811.92	c   797s|  2550k|  2529k|     0 |   0.0 | 763M|3271 |   - |4254 | 882 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
815.12/815.10	c   800s|  2560k|  2539k|     0 |   0.0 | 765M|3271 |   - |4254 | 899 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
818.32/818.31	c   803s|  2570k|  2549k|     0 |   0.0 | 768M|3271 |   - |4254 | 897 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
821.41/821.48	c   807s|  2580k|  2559k|     0 |   0.0 | 771M|3271 |   - |4254 | 905 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
824.61/824.64	c   810s|  2590k|  2569k|     0 |   0.0 | 774M|3271 |   - |4254 | 928 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
827.81/827.85	c   813s|  2600k|  2579k|     0 |   0.0 | 777M|3271 |   - |4254 | 956 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
831.01/831.07	c   816s|  2610k|  2589k|     0 |   0.0 | 779M|3271 |   - |4254 | 946 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
834.22/834.28	c   819s|  2620k|  2599k|     0 |   0.0 | 782M|3271 |   - |4254 |1013 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
837.41/837.45	c   822s|  2630k|  2609k|     0 |   0.0 | 785M|3271 |   - |4254 | 973 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
840.61/840.67	c   825s|  2640k|  2619k|     0 |   0.0 | 788M|3271 |   - |4254 | 986 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
843.81/843.84	c   828s|  2650k|  2629k|     0 |   0.0 | 790M|3271 |   - |4254 | 984 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
847.02/847.04	c   832s|  2660k|  2639k|     0 |   0.0 | 793M|3271 |   - |4254 | 979 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
850.22/850.24	c   835s|  2670k|  2649k|     0 |   0.0 | 796M|3271 |   - |4254 | 972 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
853.41/853.44	c   838s|  2680k|  2659k|     0 |   0.0 | 799M|3271 |   - |4254 |1003 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
856.62/856.63	c   841s|  2690k|  2669k|     0 |   0.0 | 802M|3271 |   - |4254 | 985 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
859.81/859.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
859.81/859.81	c   844s|  2700k|  2679k|     0 |   0.0 | 804M|3271 |   - |4254 |1002 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
862.91/862.97	c   847s|  2710k|  2689k|     0 |   0.0 | 807M|3271 |   - |4254 |1003 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
866.12/866.16	c   850s|  2720k|  2699k|     0 |   0.0 | 810M|3271 |   - |4254 | 989 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
869.32/869.38	c   854s|  2730k|  2709k|     0 |   0.0 | 813M|3271 |   - |4254 |1024 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
872.52/872.60	c   857s|  2740k|  2719k|     0 |   0.0 | 816M|3271 |   - |4254 | 983 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
875.81/875.80	c   860s|  2750k|  2729k|     0 |   0.0 | 818M|3271 |   - |4254 | 970 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
879.02/879.02	c   863s|  2760k|  2738k|     0 |   0.0 | 821M|3271 |   - |4254 | 978 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
882.12/882.19	c   866s|  2770k|  2748k|     0 |   0.0 | 824M|3271 |   - |4254 | 952 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
885.31/885.35	c   869s|  2780k|  2758k|     0 |   0.0 | 827M|3271 |   - |4254 | 985 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
888.51/888.53	c   872s|  2790k|  2768k|     0 |   0.0 | 829M|3271 |   - |4254 | 958 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
891.72/891.72	c   876s|  2800k|  2778k|     0 |   0.0 | 832M|3271 |   - |4254 | 970 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
894.92/894.91	c   879s|  2810k|  2788k|     0 |   0.0 | 835M|3271 |   - |4254 | 944 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
898.12/898.10	c   882s|  2820k|  2798k|     0 |   0.0 | 838M|3271 |   - |4254 | 922 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
901.22/901.29	c   885s|  2830k|  2808k|     0 |   0.0 | 841M|3271 |   - |4254 | 944 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
904.42/904.46	c   888s|  2840k|  2818k|     0 |   0.0 | 843M|3271 |   - |4254 | 946 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
907.61/907.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
907.61/907.64	c   891s|  2850k|  2828k|     0 |   0.0 | 846M|3271 |   - |4254 | 954 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
910.83/910.85	c   894s|  2860k|  2838k|     0 |   0.0 | 849M|3271 |   - |4254 | 990 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
914.03/914.03	c   897s|  2870k|  2848k|     0 |   0.0 | 852M|3271 |   - |4254 | 955 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
917.22/917.21	c   901s|  2880k|  2858k|     0 |   0.0 | 855M|3271 |   - |4254 | 972 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
920.42/920.40	c   904s|  2890k|  2868k|     0 |   0.0 | 857M|3271 |   - |4254 | 982 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
923.51/923.58	c   907s|  2900k|  2878k|     0 |   0.0 | 860M|3271 |   - |4254 | 936 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
926.71/926.75	c   910s|  2910k|  2888k|     0 |   0.0 | 863M|3271 |   - |4254 | 939 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
929.92/929.99	c   913s|  2920k|  2898k|     0 |   0.0 | 866M|3271 |   - |4254 | 979 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
933.11/933.17	c   916s|  2930k|  2908k|     0 |   0.0 | 869M|3271 |   - |4254 | 958 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
936.32/936.36	c   919s|  2940k|  2918k|     0 |   0.0 | 871M|3271 |   - |4254 | 925 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
939.52/939.54	c   922s|  2950k|  2928k|     0 |   0.0 | 874M|3271 |   - |4254 | 948 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
942.72/942.74	c   926s|  2960k|  2938k|     0 |   0.0 | 877M|3271 |   - |4254 | 948 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
945.92/945.93	c   929s|  2970k|  2948k|     0 |   0.0 | 880M|3271 |   - |4254 | 933 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
949.12/949.12	c   932s|  2980k|  2957k|     0 |   0.0 | 883M|3271 |   - |4254 | 906 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
952.32/952.34	c   935s|  2990k|  2967k|     0 |   0.0 | 885M|3271 |   - |4254 | 911 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
955.52/955.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
955.52/955.50	c   938s|  3000k|  2977k|     0 |   0.0 | 888M|3271 |   - |4254 | 894 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
958.72/958.72	c   941s|  3010k|  2987k|     0 |   0.0 | 891M|3271 |   - |4254 | 931 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
961.92/961.93	c   944s|  3020k|  2997k|     0 |   0.0 | 894M|3271 |   - |4254 | 913 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
965.12/965.15	c   948s|  3030k|  3007k|     0 |   0.0 | 897M|3271 |   - |4254 | 924 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
968.32/968.36	c   951s|  3040k|  3017k|     0 |   0.0 | 899M|3271 |   - |4254 | 918 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
971.52/971.55	c   954s|  3050k|  3027k|     0 |   0.0 | 902M|3271 |   - |4254 | 950 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
974.72/974.77	c   957s|  3060k|  3037k|     0 |   0.0 | 905M|3271 |   - |4254 | 929 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
977.93/977.98	c   960s|  3070k|  3047k|     0 |   0.0 | 908M|3271 |   - |4254 | 947 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
981.13/981.17	c   963s|  3080k|  3057k|     0 |   0.0 | 911M|3271 |   - |4254 | 916 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
984.32/984.37	c   967s|  3090k|  3067k|     0 |   0.0 | 913M|3271 |   - |4254 | 943 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
987.52/987.53	c   970s|  3100k|  3077k|     0 |   0.0 | 916M|3271 |   - |4254 | 931 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
990.62/990.69	c   973s|  3110k|  3087k|     0 |   0.0 | 919M|3271 |   - |4254 | 936 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
993.82/993.89	c   976s|  3120k|  3097k|     0 |   0.0 | 922M|3271 |   - |4254 | 948 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
997.12/997.10	c   979s|  3130k|  3107k|     0 |   0.0 | 925M|3271 |   - |4254 | 953 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
1000.22/1000.28	c   982s|  3140k|  3117k|     0 |   0.0 | 928M|3271 |   - |4254 | 960 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
1003.42/1003.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1003.42/1003.48	c   985s|  3150k|  3127k|     0 |   0.0 | 930M|3271 |   - |4254 | 974 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
1006.72/1006.70	c   988s|  3160k|  3137k|     0 |   0.0 | 933M|3271 |   - |4254 | 962 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
1009.83/1009.88	c   992s|  3170k|  3147k|     0 |   0.0 | 936M|3271 |   - |4254 | 960 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
1013.02/1013.07	c   995s|  3180k|  3156k|     0 |   0.0 | 939M|3271 |   - |4254 | 982 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
1016.22/1016.26	c   998s|  3190k|  3166k|     0 |   0.0 | 942M|3271 |   - |4254 |1007 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
1019.42/1019.44	c  1001s|  3200k|  3176k|     0 |   0.0 | 944M|3271 |   - |4254 | 975 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
1022.62/1022.63	c  1004s|  3210k|  3186k|     0 |   0.0 | 947M|3271 |   - |4254 | 981 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
1025.83/1025.81	c  1007s|  3220k|  3196k|     0 |   0.0 | 950M|3271 |   - |4254 |1001 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
1029.03/1029.01	c  1010s|  3230k|  3206k|     0 |   0.0 | 953M|3271 |   - |4254 | 983 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
1032.22/1032.20	c  1014s|  3240k|  3216k|     0 |   0.0 | 955M|3271 |   - |4254 |1001 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
1035.42/1035.40	c  1017s|  3250k|  3226k|     0 |   0.0 | 958M|3271 |   - |4254 | 978 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
1038.52/1038.57	c  1020s|  3260k|  3236k|     0 |   0.0 | 961M|3271 |   - |4254 | 973 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
1041.73/1041.75	c  1023s|  3270k|  3246k|     0 |   0.0 | 964M|3271 |   - |4254 | 987 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
1044.93/1044.90	c  1026s|  3280k|  3256k|     0 |   0.0 | 967M|3271 |   - |4254 |1028 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
1048.03/1048.08	c  1029s|  3290k|  3266k|     0 |   0.0 | 969M|3271 |   - |4254 |1027 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
1051.22/1051.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1051.22/1051.24	c  1032s|  3300k|  3276k|     0 |   0.0 | 972M|3271 |   - |4254 |1004 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
1054.42/1054.41	c  1035s|  3310k|  3286k|     0 |   0.0 | 975M|3271 |   - |4254 |1009 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
1057.62/1057.61	c  1038s|  3320k|  3296k|     0 |   0.0 | 978M|3271 |   - |4254 | 982 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
1060.82/1060.82	c  1042s|  3330k|  3306k|     0 |   0.0 | 981M|3271 |   - |4254 | 995 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
1064.03/1064.02	c  1045s|  3340k|  3316k|     0 |   0.0 | 983M|3271 |   - |4254 |1001 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
1067.13/1067.18	c  1048s|  3350k|  3326k|     0 |   0.0 | 986M|3271 |   - |4254 |1011 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
1070.33/1070.36	c  1051s|  3360k|  3336k|     0 |   0.0 | 989M|3271 |   - |4254 | 979 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
1073.53/1073.53	c  1054s|  3370k|  3346k|     0 |   0.0 | 992M|3271 |   - |4254 | 975 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
1076.62/1076.70	c  1057s|  3380k|  3356k|     0 |   0.0 | 995M|3271 |   - |4254 | 967 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
1079.83/1079.87	c  1060s|  3390k|  3366k|     0 |   0.0 | 998M|3271 |   - |4254 | 958 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
1083.02/1083.08	c  1063s|  3400k|  3375k|     0 |   0.0 |1000M|3271 |   - |4254 |1045 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
1086.22/1086.28	c  1067s|  3410k|  3385k|     0 |   0.0 |1003M|3271 |   - |4254 |1025 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
1089.53/1089.50	c  1070s|  3420k|  3395k|     0 |   0.0 |1006M|3271 |   - |4254 | 978 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
1092.62/1092.66	c  1073s|  3430k|  3405k|     0 |   0.0 |1009M|3271 |   - |4254 | 972 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
1095.82/1095.84	c  1076s|  3440k|  3415k|     0 |   0.0 |1012M|3271 |   - |4254 | 968 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
1098.93/1098.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1098.93/1098.99	c  1079s|  3450k|  3425k|     0 |   0.0 |1014M|3271 |   - |4254 | 898 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
1102.13/1102.14	c  1082s|  3460k|  3435k|     0 |   0.0 |1017M|3271 |   - |4254 | 927 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
1105.32/1105.36	c  1085s|  3470k|  3445k|     0 |   0.0 |1020M|3271 |   - |4254 | 966 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
1108.52/1108.53	c  1089s|  3480k|  3455k|     0 |   0.0 |1023M|3271 |   - |4254 | 908 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
1111.73/1111.72	c  1092s|  3490k|  3465k|     0 |   0.0 |1026M|3271 |   - |4254 | 925 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
1114.93/1114.90	c  1095s|  3500k|  3475k|     0 |   0.0 |1028M|3271 |   - |4254 | 876 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
1118.12/1118.10	c  1098s|  3510k|  3485k|     0 |   0.0 |1031M|3271 |   - |4254 | 891 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
1121.23/1121.27	c  1101s|  3520k|  3495k|     0 |   0.0 |1034M|3271 |   - |4254 | 899 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
1124.43/1124.45	c  1104s|  3530k|  3505k|     0 |   0.0 |1037M|3271 |   - |4254 | 907 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
1127.63/1127.65	c  1107s|  3540k|  3515k|     0 |   0.0 |1040M|3271 |   - |4254 | 908 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
1130.83/1130.85	c  1110s|  3550k|  3525k|     0 |   0.0 |1042M|3271 |   - |4254 | 949 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
1134.03/1134.03	c  1114s|  3560k|  3535k|     0 |   0.0 |1045M|3271 |   - |4254 | 928 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
1137.23/1137.21	c  1117s|  3570k|  3545k|     0 |   0.0 |1048M|3271 |   - |4254 | 919 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
1140.42/1140.43	c  1120s|  3580k|  3555k|     0 |   0.0 |1051M|3271 |   - |4254 | 939 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
1143.63/1143.61	c  1123s|  3590k|  3565k|     0 |   0.0 |1053M|3271 |   - |4254 | 919 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
1146.83/1146.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1146.83/1146.80	c  1126s|  3600k|  3575k|     0 |   0.0 |1056M|3271 |   - |4254 | 950 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
1149.93/1149.98	c  1129s|  3610k|  3585k|     0 |   0.0 |1059M|3271 |   - |4254 | 948 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
1153.13/1153.19	c  1132s|  3620k|  3594k|     0 |   0.0 |1062M|3271 |   - |4254 | 933 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
1156.33/1156.37	c  1136s|  3630k|  3604k|     0 |   0.0 |1065M|3271 |   - |4254 | 971 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
1159.53/1159.57	c  1139s|  3640k|  3614k|     0 |   0.0 |1067M|3271 |   - |4254 |1005 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
1162.73/1162.75	c  1142s|  3650k|  3624k|     0 |   0.0 |1070M|3271 |   - |4254 |1000 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
1165.93/1165.94	c  1145s|  3660k|  3634k|     0 |   0.0 |1073M|3271 |   - |4254 |1044 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
1169.13/1169.13	c  1148s|  3670k|  3644k|     0 |   0.0 |1076M|3271 |   - |4254 |1078 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
1172.33/1172.32	c  1151s|  3680k|  3654k|     0 |   0.0 |1079M|3271 |   - |4254 |1092 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
1175.52/1175.50	c  1154s|  3690k|  3664k|     0 |   0.0 |1081M|3271 |   - |4254 |1071 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
1178.72/1178.70	c  1157s|  3700k|  3674k|     0 |   0.0 |1084M|3271 |   - |4254 |1075 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
1181.83/1181.89	c  1161s|  3710k|  3684k|     0 |   0.0 |1087M|3271 |   - |4254 |1113 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
1185.03/1185.08	c  1164s|  3720k|  3694k|     0 |   0.0 |1090M|3271 |   - |4254 |1089 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
1188.23/1188.27	c  1167s|  3730k|  3704k|     0 |   0.0 |1093M|3271 |   - |4254 |1069 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
1191.43/1191.46	c  1170s|  3740k|  3714k|     0 |   0.0 |1095M|3271 |   - |4254 |1093 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
1194.63/1194.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1194.63/1194.64	c  1173s|  3750k|  3724k|     0 |   0.0 |1098M|3271 |   - |4254 |1063 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
1197.83/1197.83	c  1176s|  3760k|  3734k|     0 |   0.0 |1101M|3271 |   - |4254 |1091 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
1201.03/1201.04	c  1179s|  3770k|  3744k|     0 |   0.0 |1104M|3271 |   - |4254 |1087 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
1204.23/1204.24	c  1183s|  3780k|  3754k|     0 |   0.0 |1107M|3271 |   - |4254 |1088 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
1207.42/1207.45	c  1186s|  3790k|  3764k|     0 |   0.0 |1109M|3271 |   - |4254 |1066 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
1210.63/1210.64	c  1189s|  3800k|  3774k|     0 |   0.0 |1112M|3271 |   - |4254 |1077 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
1213.83/1213.82	c  1192s|  3810k|  3784k|     0 |   0.0 |1115M|3271 |   - |4254 |1030 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
1217.03/1217.00	c  1195s|  3820k|  3794k|     0 |   0.0 |1118M|3271 |   - |4254 |1022 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
1220.13/1220.18	c  1198s|  3830k|  3804k|     0 |   0.0 |1120M|3271 |   - |4254 |1000 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
1223.33/1223.34	c  1201s|  3840k|  3813k|     0 |   0.0 |1123M|3271 |   - |4254 |1008 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
1226.53/1226.53	c  1204s|  3850k|  3823k|     0 |   0.0 |1126M|3271 |   - |4254 | 985 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
1229.73/1229.72	c  1208s|  3860k|  3833k|     0 |   0.0 |1129M|3271 |   - |4254 | 990 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
1232.83/1232.88	c  1211s|  3870k|  3843k|     0 |   0.0 |1132M|3271 |   - |4254 | 974 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
1236.03/1236.07	c  1214s|  3880k|  3853k|     0 |   0.0 |1134M|3271 |   - |4254 | 980 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
1239.23/1239.27	c  1217s|  3890k|  3863k|     0 |   0.0 |1137M|3271 |   - |4254 |1028 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
1242.43/1242.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1242.43/1242.47	c  1220s|  3900k|  3873k|     0 |   0.0 |1140M|3271 |   - |4254 |1021 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
1245.63/1245.68	c  1223s|  3910k|  3883k|     0 |   0.0 |1143M|3271 |   - |4254 |1047 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
1248.83/1248.86	c  1226s|  3920k|  3893k|     0 |   0.0 |1146M|3271 |   - |4254 |1007 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
1252.03/1252.05	c  1230s|  3930k|  3903k|     0 |   0.0 |1148M|3271 |   - |4254 |1024 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
1255.23/1255.24	c  1233s|  3940k|  3913k|     0 |   0.0 |1151M|3271 |   - |4254 |1059 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
1258.44/1258.43	c  1236s|  3950k|  3923k|     0 |   0.0 |1154M|3271 |   - |4254 |1026 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
1261.53/1261.58	c  1239s|  3960k|  3933k|     0 |   0.0 |1157M|3271 |   - |4254 |1040 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
1264.73/1264.74	c  1242s|  3970k|  3943k|     0 |   0.0 |1160M|3271 |   - |4254 |1038 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
1267.93/1267.95	c  1245s|  3980k|  3953k|     0 |   0.0 |1162M|3271 |   - |4254 |1040 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
1271.13/1271.10	c  1248s|  3990k|  3963k|     0 |   0.0 |1165M|3271 |   - |4254 |1040 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
1274.23/1274.28	c  1251s|  4000k|  3973k|     0 |   0.0 |1168M|3271 |   - |4254 |1063 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
1277.43/1277.45	c  1255s|  4010k|  3983k|     0 |   0.0 |1171M|3271 |   - |4254 |1053 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
1280.63/1280.64	c  1258s|  4020k|  3993k|     0 |   0.0 |1174M|3271 |   - |4254 |1074 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
1283.84/1283.84	c  1261s|  4030k|  4003k|     0 |   0.0 |1176M|3271 |   - |4254 |1095 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
1287.04/1287.07	c  1264s|  4040k|  4012k|     0 |   0.0 |1179M|3271 |   - |4254 |1156 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
1290.23/1290.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1290.23/1290.27	c  1267s|  4050k|  4022k|     0 |   0.0 |1182M|3271 |   - |4254 |1078 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
1293.44/1293.45	c  1270s|  4060k|  4032k|     0 |   0.0 |1185M|3271 |   - |4254 |1113 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
1296.63/1296.64	c  1273s|  4070k|  4042k|     0 |   0.0 |1188M|3271 |   - |4254 |1112 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
1299.83/1299.80	c  1277s|  4080k|  4052k|     0 |   0.0 |1190M|3271 |   - |4254 |1094 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
1303.03/1303.03	c  1280s|  4090k|  4062k|     0 |   0.0 |1193M|3271 |   - |4254 |1150 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
1306.23/1306.22	c  1283s|  4100k|  4072k|     0 |   0.0 |1196M|3271 |   - |4254 |1120 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
1309.44/1309.42	c  1286s|  4110k|  4082k|     0 |   0.0 |1199M|3271 |   - |4254 |1105 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
1312.64/1312.62	c  1289s|  4120k|  4092k|     0 |   0.0 |1201M|3271 |   - |4254 |1147 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
1315.73/1315.79	c  1292s|  4130k|  4102k|     0 |   0.0 |1204M|3271 |   - |4254 |1112 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
1318.94/1318.96	c  1295s|  4140k|  4112k|     0 |   0.0 |1207M|3271 |   - |4254 |1121 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
1322.14/1322.12	c  1298s|  4150k|  4122k|     0 |   0.0 |1210M|3271 |   - |4254 |1081 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
1325.34/1325.31	c  1302s|  4160k|  4132k|     0 |   0.0 |1213M|3271 |   - |4254 |1129 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
1328.43/1328.49	c  1305s|  4170k|  4142k|     0 |   0.0 |1215M|3271 |   - |4254 |1134 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
1331.64/1331.66	c  1308s|  4180k|  4152k|     0 |   0.0 |1218M|3271 |   - |4254 |1145 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
1334.83/1334.83	c  1311s|  4190k|  4162k|     0 |   0.0 |1221M|3271 |   - |4254 |1129 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
1338.04/1338.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1338.04/1338.00	c  1314s|  4200k|  4172k|     0 |   0.0 |1224M|3271 |   - |4254 |1095 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
1341.23/1341.20	c  1317s|  4210k|  4182k|     0 |   0.0 |1227M|3271 |   - |4254 |1081 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
1344.33/1344.35	c  1320s|  4220k|  4192k|     0 |   0.0 |1230M|3271 |   - |4254 |1097 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
1347.54/1347.54	c  1323s|  4230k|  4202k|     0 |   0.0 |1232M|3271 |   - |4254 |1078 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
1350.74/1350.71	c  1327s|  4240k|  4212k|     0 |   0.0 |1235M|3271 |   - |4254 |1060 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
1353.93/1353.91	c  1330s|  4250k|  4221k|     0 |   0.0 |1238M|3271 |   - |4254 |1086 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
1357.14/1357.12	c  1333s|  4260k|  4231k|     0 |   0.0 |1241M|3271 |   - |4254 |1071 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
1360.33/1360.36	c  1336s|  4270k|  4241k|     0 |   0.0 |1243M|3271 |   - |4254 |1113 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
1363.54/1363.57	c  1339s|  4280k|  4251k|     0 |   0.0 |1246M|3271 |   - |4254 |1112 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
1366.73/1366.73	c  1342s|  4290k|  4261k|     0 |   0.0 |1249M|3271 |   - |4254 |1083 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
1369.93/1369.90	c  1345s|  4300k|  4271k|     0 |   0.0 |1252M|3271 |   - |4254 |1084 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
1373.14/1373.13	c  1349s|  4310k|  4281k|     0 |   0.0 |1255M|3271 |   - |4254 |1129 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
1376.33/1376.32	c  1352s|  4320k|  4291k|     0 |   0.0 |1257M|3271 |   - |4254 |1067 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
1379.44/1379.49	c  1355s|  4330k|  4301k|     0 |   0.0 |1260M|3271 |   - |4254 |1071 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
1382.64/1382.69	c  1358s|  4340k|  4311k|     0 |   0.0 |1263M|3271 |   - |4254 |1052 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
1385.84/1385.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1385.84/1385.88	c  1361s|  4350k|  4321k|     0 |   0.0 |1266M|3271 |   - |4254 |1123 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
1389.04/1389.03	c  1364s|  4360k|  4331k|     0 |   0.0 |1269M|3271 |   - |4254 |1067 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
1392.14/1392.19	c  1367s|  4370k|  4341k|     0 |   0.0 |1271M|3271 |   - |4254 |1088 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
1395.44/1395.41	c  1370s|  4380k|  4351k|     0 |   0.0 |1274M|3271 |   - |4254 |1076 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
1398.53/1398.59	c  1374s|  4390k|  4361k|     0 |   0.0 |1277M|3271 |   - |4254 |1113 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
1401.73/1401.79	c  1377s|  4400k|  4371k|     0 |   0.0 |1280M|3271 |   - |4254 |1113 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
1404.94/1404.97	c  1380s|  4410k|  4381k|     0 |   0.0 |1282M|3271 |   - |4254 |1116 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
1408.14/1408.16	c  1383s|  4420k|  4391k|     0 |   0.0 |1285M|3271 |   - |4254 |1082 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
1411.34/1411.37	c  1386s|  4430k|  4401k|     0 |   0.0 |1288M|3271 |   - |4254 |1095 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
1414.54/1414.54	c  1389s|  4440k|  4411k|     0 |   0.0 |1291M|3271 |   - |4254 |1092 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
1417.74/1417.75	c  1392s|  4450k|  4421k|     0 |   0.0 |1294M|3271 |   - |4254 |1090 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
1420.94/1420.93	c  1396s|  4460k|  4431k|     0 |   0.0 |1296M|3271 |   - |4254 |1095 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
1424.14/1424.12	c  1399s|  4470k|  4440k|     0 |   0.0 |1299M|3271 |   - |4254 |1115 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
1427.24/1427.29	c  1402s|  4480k|  4450k|     0 |   0.0 |1302M|3271 |   - |4254 |1050 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
1430.44/1430.45	c  1405s|  4490k|  4460k|     0 |   0.0 |1305M|3271 |   - |4254 |1090 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
1433.64/1433.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1433.64/1433.61	c  1408s|  4500k|  4470k|     0 |   0.0 |1308M|3271 |   - |4254 |1042 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
1436.84/1436.81	c  1411s|  4510k|  4480k|     0 |   0.0 |1310M|3271 |   - |4254 |1063 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
1440.04/1440.00	c  1414s|  4520k|  4490k|     0 |   0.0 |1313M|3271 |   - |4254 |1065 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
1443.24/1443.23	c  1417s|  4530k|  4500k|     0 |   0.0 |1316M|3271 |   - |4254 |1078 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
1446.44/1446.46	c  1421s|  4540k|  4510k|     0 |   0.0 |1319M|3271 |   - |4254 |1080 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
1449.64/1449.65	c  1424s|  4550k|  4520k|     0 |   0.0 |1322M|3271 |   - |4254 |1065 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
1452.84/1452.82	c  1427s|  4560k|  4530k|     0 |   0.0 |1324M|3271 |   - |4254 |1065 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
1456.04/1456.02	c  1430s|  4570k|  4540k|     0 |   0.0 |1327M|3271 |   - |4254 |1074 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
1459.14/1459.19	c  1433s|  4580k|  4550k|     0 |   0.0 |1330M|3271 |   - |4254 |1104 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
1462.34/1462.38	c  1436s|  4590k|  4560k|     0 |   0.0 |1333M|3271 |   - |4254 |1073 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
1465.54/1465.57	c  1439s|  4600k|  4570k|     0 |   0.0 |1336M|3271 |   - |4254 |1055 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
1468.74/1468.74	c  1443s|  4610k|  4580k|     0 |   0.0 |1338M|3271 |   - |4254 |1067 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
1471.94/1471.96	c  1446s|  4620k|  4590k|     0 |   0.0 |1341M|3271 |   - |4254 |1037 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
1475.15/1475.14	c  1449s|  4630k|  4600k|     0 |   0.0 |1344M|3271 |   - |4254 |1038 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
1478.34/1478.32	c  1452s|  4640k|  4610k|     0 |   0.0 |1347M|3271 |   - |4254 |1032 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
1481.54/1481.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1481.54/1481.54	c  1455s|  4650k|  4620k|     0 |   0.0 |1350M|3271 |   - |4254 |1074 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
1484.74/1484.70	c  1458s|  4660k|  4630k|     0 |   0.0 |1352M|3271 |   - |4254 |1035 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
1487.84/1487.87	c  1461s|  4670k|  4640k|     0 |   0.0 |1355M|3271 |   - |4254 |1043 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
1491.14/1491.10	c  1464s|  4680k|  4649k|     0 |   0.0 |1358M|3271 |   - |4254 |1039 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
1494.24/1494.28	c  1468s|  4690k|  4659k|     0 |   0.0 |1361M|3271 |   - |4254 |1013 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
1497.44/1497.47	c  1471s|  4700k|  4669k|     0 |   0.0 |1364M|3271 |   - |4254 |1058 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
1500.64/1500.69	c  1474s|  4710k|  4679k|     0 |   0.0 |1366M|3271 |   - |4254 |1056 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
1503.84/1503.85	c  1477s|  4720k|  4689k|     0 |   0.0 |1369M|3271 |   - |4254 |1052 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
1507.04/1507.03	c  1480s|  4730k|  4699k|     0 |   0.0 |1372M|3271 |   - |4254 |1023 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
1510.25/1510.21	c  1483s|  4740k|  4709k|     0 |   0.0 |1375M|3271 |   - |4254 |1018 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
1513.44/1513.43	c  1486s|  4750k|  4719k|     0 |   0.0 |1377M|3271 |   - |4254 |1066 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
1516.54/1516.59	c  1489s|  4760k|  4729k|     0 |   0.0 |1380M|3271 |   - |4254 | 992 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
1519.74/1519.77	c  1493s|  4770k|  4739k|     0 |   0.0 |1383M|3271 |   - |4254 |1011 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
1522.94/1522.95	c  1496s|  4780k|  4749k|     0 |   0.0 |1386M|3271 |   - |4254 |1005 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
1526.14/1526.14	c  1499s|  4790k|  4759k|     0 |   0.0 |1389M|3271 |   - |4254 |1034 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
1529.34/1529.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1529.34/1529.33	c  1502s|  4800k|  4769k|     0 |   0.0 |1391M|3271 |   - |4254 |1027 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
1532.44/1532.49	c  1505s|  4810k|  4779k|     0 |   0.0 |1394M|3271 |   - |4254 | 979 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
1535.64/1535.68	c  1508s|  4820k|  4789k|     0 |   0.0 |1397M|3271 |   - |4254 |1005 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
1538.95/1538.91	c  1511s|  4830k|  4799k|     0 |   0.0 |1400M|3271 |   - |4254 | 998 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
1542.14/1542.12	c  1515s|  4840k|  4809k|     0 |   0.0 |1403M|3271 |   - |4254 |1027 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
1545.25/1545.29	c  1518s|  4850k|  4819k|     0 |   0.0 |1405M|3271 |   - |4254 |1003 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
1548.44/1548.44	c  1521s|  4860k|  4829k|     0 |   0.0 |1408M|3271 |   - |4254 |1004 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
1551.64/1551.63	c  1524s|  4870k|  4839k|     0 |   0.0 |1411M|3271 |   - |4254 | 997 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
1554.84/1554.82	c  1527s|  4880k|  4849k|     0 |   0.0 |1414M|3271 |   - |4254 | 972 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
1557.94/1557.99	c  1530s|  4890k|  4859k|     0 |   0.0 |1417M|3271 |   - |4254 | 999 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
1561.14/1561.18	c  1533s|  4900k|  4868k|     0 |   0.0 |1419M|3271 |   - |4254 | 939 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
1564.35/1564.37	c  1536s|  4910k|  4878k|     0 |   0.0 |1422M|3271 |   - |4254 | 963 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
1567.54/1567.57	c  1540s|  4920k|  4888k|     0 |   0.0 |1425M|3271 |   - |4254 | 965 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
1570.75/1570.77	c  1543s|  4930k|  4898k|     0 |   0.0 |1428M|3271 |   - |4254 | 939 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
1573.94/1573.94	c  1546s|  4940k|  4908k|     0 |   0.0 |1430M|3271 |   - |4254 | 934 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
1577.14/1577.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1577.14/1577.14	c  1549s|  4950k|  4918k|     0 |   0.0 |1433M|3271 |   - |4254 | 988 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
1580.34/1580.33	c  1552s|  4960k|  4928k|     0 |   0.0 |1436M|3271 |   - |4254 | 946 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
1583.44/1583.49	c  1555s|  4970k|  4938k|     0 |   0.0 |1439M|3271 |   - |4254 | 957 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
1586.74/1586.70	c  1558s|  4980k|  4948k|     0 |   0.0 |1442M|3271 |   - |4254 | 990 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
1589.84/1589.85	c  1561s|  4990k|  4958k|     0 |   0.0 |1444M|3271 |   - |4254 | 988 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
1593.04/1593.05	c  1565s|  5000k|  4968k|     0 |   0.0 |1447M|3271 |   - |4254 | 982 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
1596.25/1596.22	c  1568s|  5010k|  4978k|     0 |   0.0 |1450M|3271 |   - |4254 | 975 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
1599.35/1599.37	c  1571s|  5020k|  4988k|     0 |   0.0 |1453M|3271 |   - |4254 | 975 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
1602.55/1602.56	c  1574s|  5030k|  4998k|     0 |   0.0 |1456M|3271 |   - |4254 |1005 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
1605.74/1605.74	c  1577s|  5040k|  5008k|     0 |   0.0 |1459M|3271 |   - |4254 |1004 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
1608.94/1608.93	c  1580s|  5050k|  5018k|     0 |   0.0 |1461M|3271 |   - |4254 | 970 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
1612.15/1612.11	c  1583s|  5060k|  5028k|     0 |   0.0 |1464M|3271 |   - |4254 |1037 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
1615.34/1615.30	c  1586s|  5070k|  5038k|     0 |   0.0 |1467M|3271 |   - |4254 |1034 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
1618.54/1618.51	c  1590s|  5080k|  5048k|     0 |   0.0 |1470M|3271 |   - |4254 | 993 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
1621.74/1621.70	c  1593s|  5090k|  5058k|     0 |   0.0 |1473M|3271 |   - |4254 | 975 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
1624.94/1624.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1624.94/1624.92	c  1596s|  5100k|  5068k|     0 |   0.0 |1475M|3271 |   - |4254 |1040 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
1628.14/1628.14	c  1599s|  5110k|  5078k|     0 |   0.0 |1478M|3271 |   - |4254 | 999 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
1631.35/1631.31	c  1602s|  5120k|  5087k|     0 |   0.0 |1481M|3271 |   - |4254 | 995 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
1634.55/1634.52	c  1605s|  5130k|  5097k|     0 |   0.0 |1484M|3271 |   - |4254 | 998 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
1637.74/1637.75	c  1609s|  5140k|  5107k|     0 |   0.0 |1487M|3271 |   - |4254 |1009 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
1640.94/1640.95	c  1612s|  5150k|  5117k|     0 |   0.0 |1489M|3271 |   - |4254 | 972 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
1644.14/1644.16	c  1615s|  5160k|  5127k|     0 |   0.0 |1492M|3271 |   - |4254 |1017 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
1647.35/1647.31	c  1618s|  5170k|  5137k|     0 |   0.0 |1495M|3271 |   - |4254 |1031 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
1650.44/1650.47	c  1621s|  5180k|  5147k|     0 |   0.0 |1498M|3271 |   - |4254 |1008 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
1653.64/1653.65	c  1624s|  5190k|  5157k|     0 |   0.0 |1500M|3271 |   - |4254 |1049 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
1656.84/1656.83	c  1627s|  5200k|  5167k|     0 |   0.0 |1503M|3271 |   - |4254 |1020 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
1660.05/1660.02	c  1630s|  5210k|  5177k|     0 |   0.0 |1506M|3271 |   - |4254 |1034 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
1663.15/1663.19	c  1633s|  5220k|  5187k|     0 |   0.0 |1509M|3271 |   - |4254 |1058 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
1666.34/1666.37	c  1637s|  5230k|  5197k|     0 |   0.0 |1512M|3271 |   - |4254 |1077 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
1669.55/1669.56	c  1640s|  5240k|  5207k|     0 |   0.0 |1514M|3271 |   - |4254 |1109 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
1672.75/1672.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1672.75/1672.72	c  1643s|  5250k|  5217k|     0 |   0.0 |1517M|3271 |   - |4254 |1057 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
1675.85/1675.89	c  1646s|  5260k|  5227k|     0 |   0.0 |1520M|3271 |   - |4254 |1062 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
1679.04/1679.05	c  1649s|  5270k|  5237k|     0 |   0.0 |1523M|3271 |   - |4254 |1075 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
1682.24/1682.21	c  1652s|  5280k|  5247k|     0 |   0.0 |1526M|3271 |   - |4254 |1081 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
1685.34/1685.39	c  1655s|  5290k|  5257k|     0 |   0.0 |1528M|3271 |   - |4254 |1093 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
1688.64/1688.60	c  1658s|  5300k|  5267k|     0 |   0.0 |1531M|3271 |   - |4254 |1039 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
1691.75/1691.77	c  1662s|  5310k|  5277k|     0 |   0.0 |1534M|3271 |   - |4254 |1034 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
1694.94/1694.94	c  1665s|  5320k|  5287k|     0 |   0.0 |1537M|3271 |   - |4254 |1012 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
1698.15/1698.10	c  1668s|  5330k|  5296k|     0 |   0.0 |1539M|3271 |   - |4254 |1015 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
1701.24/1701.25	c  1671s|  5340k|  5306k|     0 |   0.0 |1542M|3271 |   - |4254 |1037 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
1704.45/1704.47	c  1674s|  5350k|  5316k|     0 |   0.0 |1545M|3271 |   - |4254 |1014 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
1707.65/1707.64	c  1677s|  5360k|  5326k|     0 |   0.0 |1548M|3271 |   - |4254 |1002 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
1710.85/1710.81	c  1680s|  5370k|  5336k|     0 |   0.0 |1551M|3271 |   - |4254 |1013 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
1713.95/1713.99	c  1683s|  5380k|  5346k|     0 |   0.0 |1554M|3271 |   - |4254 |1011 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
1717.15/1717.19	c  1687s|  5390k|  5356k|     0 |   0.0 |1556M|3271 |   - |4254 | 982 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
1720.35/1720.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1720.35/1720.35	c  1690s|  5400k|  5366k|     0 |   0.0 |1559M|3271 |   - |4254 | 963 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
1723.55/1723.54	c  1693s|  5410k|  5376k|     0 |   0.0 |1562M|3271 |   - |4254 | 975 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
1726.75/1726.70	c  1696s|  5420k|  5386k|     0 |   0.0 |1565M|3271 |   - |4254 | 962 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
1729.84/1729.88	c  1699s|  5430k|  5396k|     0 |   0.0 |1568M|3271 |   - |4254 | 993 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
1733.05/1733.06	c  1702s|  5440k|  5406k|     0 |   0.0 |1570M|3271 |   - |4254 | 947 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
1736.25/1736.22	c  1705s|  5450k|  5416k|     0 |   0.0 |1573M|3271 |   - |4254 | 927 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
1739.45/1739.41	c  1708s|  5460k|  5426k|     0 |   0.0 |1576M|3271 |   - |4254 | 944 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
1742.55/1742.58	c  1712s|  5470k|  5436k|     0 |   0.0 |1579M|3271 |   - |4254 | 918 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
1745.76/1745.75	c  1715s|  5480k|  5446k|     0 |   0.0 |1582M|3271 |   - |4254 | 974 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
1748.95/1748.98	c  1718s|  5490k|  5456k|     0 |   0.0 |1584M|3271 |   - |4254 |1020 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
1752.15/1752.17	c  1721s|  5500k|  5466k|     0 |   0.0 |1587M|3271 |   - |4254 | 970 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
1755.35/1755.38	c  1724s|  5510k|  5476k|     0 |   0.0 |1590M|3271 |   - |4254 | 960 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
1758.55/1758.52	c  1727s|  5520k|  5486k|     0 |   0.0 |1593M|3271 |   - |4254 | 998 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
1761.65/1761.67	c  1730s|  5530k|  5496k|     0 |   0.0 |1596M|3271 |   - |4254 | 989 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
1764.85/1764.84	c  1733s|  5540k|  5505k|     0 |   0.0 |1598M|3271 |   - |4254 |1055 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
1768.05/1768.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1768.05/1768.04	c  1736s|  5550k|  5515k|     0 |   0.0 |1601M|3271 |   - |4254 |1057 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
1771.25/1771.22	c  1740s|  5560k|  5525k|     0 |   0.0 |1604M|3271 |   - |4254 |1043 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
1774.45/1774.43	c  1743s|  5570k|  5535k|     0 |   0.0 |1607M|3271 |   - |4254 |1009 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
1777.66/1777.64	c  1746s|  5580k|  5545k|     0 |   0.0 |1609M|3271 |   - |4254 |1000 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
1780.86/1780.84	c  1749s|  5590k|  5555k|     0 |   0.0 |1612M|3271 |   - |4254 |1009 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
1784.05/1784.01	c  1752s|  5600k|  5565k|     0 |   0.0 |1615M|3271 |   - |4254 |1001 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
1787.25/1787.20	c  1755s|  5610k|  5575k|     0 |   0.0 |1618M|3271 |   - |4254 |1009 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
1790.45/1790.41	c  1759s|  5620k|  5585k|     0 |   0.0 |1621M|3271 |   - |4254 |1040 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
1793.56/1793.55	c  1762s|  5630k|  5595k|     0 |   0.0 |1623M|3271 |   - |4254 |1035 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
1796.75/1796.78	c  1765s|  5640k|  5605k|     0 |   0.0 |1626M|3271 |   - |4254 |1022 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
1799.95/1799.93	c  1768s|  5650k|  5615k|     0 |   0.0 |1629M|3271 |   - |4254 |1008 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1767.96
1800.05/1800.00	c Solving Nodes      : 5650232
1800.05/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.00	s UNKNOWN
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time       :    1767.96
1800.05/1800.00	c Original Problem   :
1800.05/1800.00	c   Problem name     : HOME/instance-2693693-1277889839.wbo
1800.05/1800.00	c   Variables        : 4254 (4127 binary, 0 integer, 0 implicit integer, 127 continuous)
1800.05/1800.00	c   Constraints      : 308 initial, 308 maximal
1800.05/1800.00	c Presolved Problem  :
1800.05/1800.00	c   Problem name     : t_HOME/instance-2693693-1277889839.wbo
1800.05/1800.00	c   Variables        : 4254 (4127 binary, 0 integer, 0 implicit integer, 127 continuous)
1800.05/1800.00	c   Constraints      : 307 initial, 1416 maximal
1800.05/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.05/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   linear           :       0.01          0          0          0        127          0          1          0          0
1800.05/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   indicator        :        127          0       3316          0       3061          0        272          0          0          0
1800.05/1800.00	c   setppc           :         22          0    5962368          0    5634360       7366    1994596          0          0          0
1800.05/1800.00	c   linear           :        127          0    5955002          0    5634360       9871    2669351          0          0          0
1800.05/1800.00	c   logicor          :         31+         0     826918          0    5634360       1336     152580          0          0          0
1800.05/1800.00	c   countsols        :          0          0          0          0    5634360          0          0          0          0          0
1800.05/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.00	c   indicator        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.00	c   setppc           :      96.93       0.00      10.74       0.00      86.19
1800.05/1800.00	c   linear           :      61.69       0.00      59.24       0.00       2.45
1800.05/1800.00	c   logicor          :      86.57       0.00       4.90       0.00      81.67
1800.05/1800.00	c   countsols        :       1.03       0.00       0.00       0.00       1.03
1800.05/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.00	c   vbounds          :       1.59          2          0          0
1800.05/1800.00	c   rootredcost      :       1.38          0          0          0
1800.05/1800.00	c   pseudoobj        :      22.44    5962168          0          0
1800.05/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.00	c   propagation      :      40.33      18573      18573     285068      376.0     237060       36.0          -
1800.05/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.00	c   applied globally :          -          -          -     180546       49.0          -          -          -
1800.05/1800.00	c   applied locally  :          -          -          -         62      552.5          -          -          -
1800.05/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.05/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.05/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.05/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.05/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.05/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.05/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.00	c Pricers            :       Time      Calls       Vars
1800.05/1800.00	c   problem variables:       0.00          0          0
1800.05/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   inference        :    1403.53    5634360          0          0          0          0   11268720
1800.05/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.00	c   LP solutions     :       0.00          -          0
1800.05/1800.00	c   pseudo solutions :       0.00          -          0
1800.05/1800.00	c   oneopt           :       1.30          0          0
1800.05/1800.00	c   trivial          :       0.00          2          0
1800.05/1800.00	c   simplerounding   :       0.00          0          0
1800.05/1800.00	c   zirounding       :       0.00          0          0
1800.05/1800.00	c   rounding         :       0.00          0          0
1800.05/1800.00	c   shifting         :       0.00          0          0
1800.05/1800.00	c   intshifting      :       0.00          0          0
1800.05/1800.00	c   twoopt           :       0.00          0          0
1800.05/1800.00	c   fixandinfer      :       0.00          0          0
1800.05/1800.00	c   feaspump         :       0.00          0          0
1800.05/1800.00	c   coefdiving       :       0.00          0          0
1800.05/1800.00	c   pscostdiving     :       0.00          0          0
1800.05/1800.00	c   fracdiving       :       0.00          0          0
1800.05/1800.00	c   veclendiving     :       0.00          0          0
1800.05/1800.00	c   intdiving        :       0.00          0          0
1800.05/1800.00	c   actconsdiving    :       0.00          0          0
1800.05/1800.00	c   objpscostdiving  :       0.00          0          0
1800.05/1800.00	c   rootsoldiving    :       0.00          0          0
1800.05/1800.00	c   linesearchdiving :       0.00          0          0
1800.05/1800.00	c   guideddiving     :       0.00          0          0
1800.05/1800.00	c   octane           :       0.00          0          0
1800.05/1800.00	c   rens             :       0.00          0          0
1800.05/1800.00	c   rins             :       0.00          0          0
1800.05/1800.00	c   localbranching   :       0.00          0          0
1800.05/1800.00	c   mutation         :       0.00          0          0
1800.05/1800.00	c   crossover        :       0.00          0          0
1800.05/1800.00	c   dins             :       0.00          0          0
1800.05/1800.00	c   undercover       :       0.00          0          0
1800.05/1800.00	c   nlp              :       1.63          0          0
1800.05/1800.00	c   trysol           :       1.13          1          0
1800.05/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.05/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.05/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.05/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.00	c B&B Tree           :
1800.05/1800.00	c   number of runs   :          1
1800.05/1800.00	c   nodes            :    5650232
1800.05/1800.00	c   nodes (total)    :    5650232
1800.05/1800.00	c   nodes left       :    5615699
1800.05/1800.00	c   max depth        :       3271
1800.05/1800.00	c   max depth (total):       3271
1800.05/1800.00	c   backtracks       :       7607 (0.1%)
1800.05/1800.00	c   delayed cutoffs  :       2790
1800.05/1800.00	c   repropagations   :       9433 (214702 domain reductions, 2701 cutoffs)
1800.05/1800.00	c   avg switch length:       2.28
1800.05/1800.00	c   switching time   :      27.24
1800.05/1800.00	c Solution           :
1800.05/1800.00	c   Solutions found  :          0 (0 improvements)
1800.05/1800.00	c   Primal Bound     :          -
1800.05/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.00	c   Gap              :   infinite
1800.05/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.00	c   Root Iterations  :          0

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.28 2.75 2.88 4/186 13596
/proc/meminfo: memFree=31090676/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=8540 CPUtime=0
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 1612 0 0 0 0 0 0 0 25 0 1 0 130279095 8744960 1534 4089446400 4194304 7136930 140734452387904 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13596/statm: 2135 1534 275 719 0 1414 0

[startup+0.096278 s]
/proc/loadavg: 2.28 2.75 2.88 4/186 13596
/proc/meminfo: memFree=31090676/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=24508 CPUtime=0.09
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 7141 0 0 0 9 0 0 0 25 0 1 0 130279095 25096192 5424 4089446400 4194304 7136930 140734452387904 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13596/statm: 6127 5424 390 719 0 5406 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24508

[startup+0.101278 s]
/proc/loadavg: 2.28 2.75 2.88 4/186 13596
/proc/meminfo: memFree=31090676/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=24508 CPUtime=0.09
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 7141 0 0 0 9 0 0 0 25 0 1 0 130279095 25096192 5424 4089446400 4194304 7136930 140734452387904 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13596/statm: 6127 5424 390 719 0 5406 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24508

[startup+0.300241 s]
/proc/loadavg: 2.28 2.75 2.88 4/186 13596
/proc/meminfo: memFree=31090676/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=24640 CPUtime=0.29
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 7143 0 0 0 29 0 0 0 25 0 1 0 130279095 25231360 5426 4089446400 4194304 7136930 140734452387904 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13596/statm: 6160 5426 390 719 0 5439 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24640

[startup+0.701163 s]
/proc/loadavg: 2.28 2.75 2.88 4/186 13596
/proc/meminfo: memFree=31090676/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=25892 CPUtime=0.69
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 7467 0 0 0 68 1 0 0 25 0 1 0 130279095 26513408 5750 4089446400 4194304 7136930 140734452387904 18446744073709551615 5892251 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13596/statm: 6473 5750 390 719 0 5752 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25892

[startup+1.50103 s]
/proc/loadavg: 2.28 2.75 2.88 3/187 13597
/proc/meminfo: memFree=31068248/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=27440 CPUtime=1.49
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 7870 0 0 0 146 3 0 0 25 0 1 0 130279095 28098560 6153 4089446400 4194304 7136930 140734452387904 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13596/statm: 6860 6153 394 719 0 6139 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27440

[startup+3.10071 s]
/proc/loadavg: 2.25 2.74 2.88 3/187 13597
/proc/meminfo: memFree=31066636/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=29908 CPUtime=3.09
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 8514 0 0 0 303 6 0 0 25 0 1 0 130279095 30625792 6797 4089446400 4194304 7136930 140734452387904 18446744073709551615 4643155 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13596/statm: 7477 6797 394 719 0 6756 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29908

[startup+6.30112 s]
/proc/loadavg: 2.25 2.74 2.88 3/187 13598
/proc/meminfo: memFree=31064388/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=32940 CPUtime=6.29
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 9316 0 0 0 617 12 0 0 25 0 1 0 130279095 33730560 7599 4089446400 4194304 7136930 140734452387904 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13596/statm: 8235 7599 394 719 0 7514 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32940

[startup+12.7009 s]
/proc/loadavg: 2.23 2.73 2.87 3/187 13598
/proc/meminfo: memFree=31058404/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=39452 CPUtime=12.7
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 11010 0 0 0 1246 24 0 0 25 0 1 0 130279095 40398848 9293 4089446400 4194304 7136930 140734452387904 18446744073709551615 4740369 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13596/statm: 9863 9293 394 719 0 9142 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 39452

[startup+25.5005 s]
/proc/loadavg: 2.18 2.69 2.86 3/187 13599
/proc/meminfo: memFree=31047440/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=52496 CPUtime=25.49
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 13913 0 0 0 2502 47 0 0 25 0 1 0 130279095 53755904 12196 4089446400 4194304 7136930 140734452387904 18446744073709551615 5892370 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13596/statm: 13124 12196 394 719 0 12403 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 52496

[startup+51.1006 s]
/proc/loadavg: 2.12 2.63 2.83 3/187 13599
/proc/meminfo: memFree=31021268/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=75712 CPUtime=51.09
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 19984 0 0 0 5019 90 0 0 25 0 1 0 130279095 77529088 18267 4089446400 4194304 7136930 140734452387904 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13596/statm: 18928 18267 394 719 0 18207 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 75712

[startup+102.306 s]
/proc/loadavg: 2.05 2.52 2.78 3/187 13601
/proc/meminfo: memFree=30974920/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=124484 CPUtime=102.3
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 31697 0 0 0 10054 176 0 0 25 0 1 0 130279095 127471616 29980 4089446400 4194304 7136930 140734452387904 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13596/statm: 31121 29980 394 719 0 30400 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 124484

[startup+162.301 s]
/proc/loadavg: 3.31 2.71 2.83 10/187 13602
/proc/meminfo: memFree=30669368/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=183924 CPUtime=162.29
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 45153 0 0 0 15946 283 0 0 25 0 1 0 130279095 188338176 43436 4089446400 4194304 7136930 140734452387904 18446744073709551615 4643199 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13596/statm: 45981 43436 394 719 0 45260 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 183924

[startup+222.3 s]
/proc/loadavg: 4.36 3.29 3.02 3/179 13658
/proc/meminfo: memFree=31161364/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=234724 CPUtime=222.29
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 58454 0 0 0 21829 400 0 0 25 0 1 0 130279095 240357376 56737 4089446400 4194304 7136930 140734452387904 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13596/statm: 58681 56737 394 719 0 57960 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 234724

[startup+282.301 s]
/proc/loadavg: 2.94 3.07 2.96 3/179 13660
/proc/meminfo: memFree=31085804/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=308332 CPUtime=282.3
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 77591 0 0 0 27700 530 0 0 25 0 1 0 130279095 315731968 75874 4089446400 4194304 7136930 140734452387904 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13596/statm: 77083 75874 394 719 0 76362 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 308332

[startup+342.3 s]
/proc/loadavg: 2.34 2.87 2.90 3/179 13662
/proc/meminfo: memFree=30986048/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=421384 CPUtime=342.3
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 102347 0 0 0 33573 657 0 0 25 0 1 0 130279095 431497216 100630 4089446400 4194304 7136930 140734452387904 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13596/statm: 105346 100630 394 719 0 104625 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 421384

[startup+402.301 s]
/proc/loadavg: 2.12 2.71 2.84 3/179 13664
/proc/meminfo: memFree=30927584/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=476828 CPUtime=402.29
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 116931 0 0 0 39472 757 0 0 25 0 1 0 130279095 488271872 115214 4089446400 4194304 7136930 140734452387904 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13596/statm: 119207 115214 394 719 0 118486 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 476828

[startup+462.301 s]
/proc/loadavg: 2.04 2.58 2.79 3/179 13667
/proc/meminfo: memFree=30868124/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=531764 CPUtime=462.3
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 131386 0 0 0 45368 862 0 0 25 0 1 0 130279095 544526336 129669 4089446400 4194304 7136930 140734452387904 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13596/statm: 132941 129669 394 719 0 132220 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 531764

[startup+522.3 s]
/proc/loadavg: 2.01 2.47 2.73 3/179 13669
/proc/meminfo: memFree=30811044/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=586484 CPUtime=522.31
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 145750 0 0 0 51262 969 0 0 25 0 1 0 130279095 600559616 144033 4089446400 4194304 7136930 140734452387904 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13596/statm: 146621 144033 394 719 0 145900 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 586484

[startup+582.301 s]
/proc/loadavg: 2.00 2.38 2.68 3/179 13671
/proc/meminfo: memFree=30754940/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=639084 CPUtime=582.31
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 159660 0 0 0 57156 1075 0 0 25 0 1 0 130279095 654422016 157943 4089446400 4194304 7136930 140734452387904 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13596/statm: 159771 157943 394 719 0 159050 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 639084

[startup+642.301 s]
/proc/loadavg: 2.00 2.30 2.63 3/179 13673
/proc/meminfo: memFree=30698096/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=692264 CPUtime=642.31
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 173686 0 0 0 63048 1183 0 0 25 0 1 0 130279095 708878336 171969 4089446400 4194304 7136930 140734452387904 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13596/statm: 173066 171969 394 719 0 172345 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 692264

[startup+702.3 s]

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

/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 257127 0 0 0 98415 1818 0 0 25 0 1 0 130279095 1066450944 255410 4089446400 4194304 7136930 140734452387904 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13596/statm: 260364 255410 394 719 0 259643 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 1041456

[startup+1062.3 s]
/proc/loadavg: 2.00 2.06 2.39 3/179 13684
/proc/meminfo: memFree=30311528/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=1091488 CPUtime=1062.33
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 270369 0 0 0 104310 1923 0 0 25 0 1 0 130279095 1117683712 268652 4089446400 4194304 7136930 140734452387904 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13596/statm: 272872 268652 394 719 0 272151 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1091488

[startup+1122.3 s]
/proc/loadavg: 2.04 2.06 2.36 3/179 13685
/proc/meminfo: memFree=30253924/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=1145284 CPUtime=1122.33
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 284532 0 0 0 110203 2030 0 0 25 0 1 0 130279095 1172770816 282815 4089446400 4194304 7136930 140734452387904 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13596/statm: 286321 282815 394 719 0 285600 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1145284

[startup+1182.3 s]
/proc/loadavg: 2.01 2.05 2.34 3/179 13687
/proc/meminfo: memFree=30201168/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=1195788 CPUtime=1182.33
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 297891 0 0 0 116100 2133 0 0 25 0 1 0 130279095 1224486912 296174 4089446400 4194304 7136930 140734452387904 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13596/statm: 298947 296174 394 719 0 298226 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1195788

[startup+1242.3 s]
/proc/loadavg: 2.00 2.04 2.32 3/179 13689
/proc/meminfo: memFree=30145428/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=1247816 CPUtime=1242.33
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 311633 0 0 0 122001 2232 0 0 25 0 1 0 130279095 1277763584 309916 4089446400 4194304 7136930 140734452387904 18446744073709551615 4407876 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13596/statm: 311954 309916 394 719 0 311233 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1247816

[startup+1302.3 s]
/proc/loadavg: 2.00 2.03 2.29 3/179 13691
/proc/meminfo: memFree=30085852/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=1303912 CPUtime=1302.33
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 326376 0 0 0 127902 2331 0 0 25 0 1 0 130279095 1335205888 324659 4089446400 4194304 7136930 140734452387904 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13596/statm: 325978 324659 394 719 0 325257 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1303912

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.27 3/179 13692
/proc/meminfo: memFree=30033212/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=1419656 CPUtime=1362.33
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 339658 0 0 0 133794 2439 0 0 25 0 1 0 130279095 1453727744 337941 4089446400 4194304 7136930 140734452387904 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13596/statm: 354914 337941 394 719 0 354193 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1419656

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.25 3/179 13693
/proc/meminfo: memFree=29976980/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=1472184 CPUtime=1422.34
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 353498 0 0 0 139694 2540 0 0 25 0 1 0 130279095 1507516416 351781 4089446400 4194304 7136930 140734452387904 18446744073709551615 5892359 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13596/statm: 368046 351781 394 719 0 367325 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 1472184

[startup+1482.3 s]
/proc/loadavg: 2.06 2.03 2.24 3/179 13695
/proc/meminfo: memFree=29921628/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=1525472 CPUtime=1482.34
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 367560 0 0 0 145583 2651 0 0 25 0 1 0 130279095 1562083328 365843 4089446400 4194304 7136930 140734452387904 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13596/statm: 381368 365843 394 719 0 380647 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 1525472

[startup+1542.3 s]
/proc/loadavg: 2.02 2.02 2.22 3/179 13697
/proc/meminfo: memFree=29866016/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=1577000 CPUtime=1542.34
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 381168 0 0 0 151473 2761 0 0 25 0 1 0 130279095 1614848000 379451 4089446400 4194304 7136930 140734452387904 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13596/statm: 394250 379451 394 719 0 393529 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 1577000

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.21 3/179 13699
/proc/meminfo: memFree=29812896/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=1627360 CPUtime=1602.34
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 394482 0 0 0 157369 2865 0 0 25 0 1 0 130279095 1666416640 392765 4089446400 4194304 7136930 140734452387904 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13596/statm: 406840 392765 394 719 0 406119 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 1627360

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.19 3/179 13700
/proc/meminfo: memFree=29757156/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=1679740 CPUtime=1662.35
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 408222 0 0 0 163261 2974 0 0 25 0 1 0 130279095 1720053760 406505 4089446400 4194304 7136930 140734452387904 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13596/statm: 419935 406505 394 719 0 419214 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 1679740

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.17 3/179 13701
/proc/meminfo: memFree=29699436/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=1735212 CPUtime=1722.35
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 422843 0 0 0 169157 3078 0 0 25 0 1 0 130279095 1776857088 421126 4089446400 4194304 7136930 140734452387904 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13596/statm: 433803 421126 394 719 0 433082 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 1735212

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.16 3/179 13703
/proc/meminfo: memFree=29642588/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=1788488 CPUtime=1782.35
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 436912 0 0 0 175052 3183 0 0 25 0 1 0 130279095 1831411712 435195 4089446400 4194304 7136930 140734452387904 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13596/statm: 447122 435195 394 719 0 446401 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 1788488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.16 3/179 13703
/proc/meminfo: memFree=29625964/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=1804044 CPUtime=1800.05
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 440998 0 0 0 176797 3208 0 0 25 0 1 0 130279095 1847341056 439281 4089446400 4194304 7136930 140734452387904 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13596/statm: 451011 439281 394 719 0 450290 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1804044

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -13596

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.16 3/180 13704
/proc/meminfo: memFree=29625952/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=1803528 CPUtime=1801.45
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 441018 0 0 0 176937 3208 0 0 19 0 1 0 130279095 1846812672 439172 4089446400 4194304 7136930 140734452387904 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/13596/statm: 450882 439172 399 719 0 450161 0
Current children cumulated CPU time (s) 1801.45
Current children cumulated vsize (KiB) 1803528

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.16 3/180 13704
/proc/meminfo: memFree=29625952/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=1803528 CPUtime=1801.85
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 441018 0 0 0 176977 3208 0 0 20 0 1 0 130279095 1846812672 439172 4089446400 4194304 7136930 140734452387904 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/13596/statm: 450882 439172 399 719 0 450161 0
Current children cumulated CPU time (s) 1801.85
Current children cumulated vsize (KiB) 1803528

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.16 3/180 13704
/proc/meminfo: memFree=29625952/32951124 swapFree=67111528/67111528
[pid=13596] ppid=13594 vsize=1803528 CPUtime=1802.05
/proc/13596/stat : 13596 (pbscip.linux.x8) R 13594 13596 12845 0 -1 4202496 441018 0 0 0 176997 3208 0 0 21 0 1 0 130279095 1846812672 439172 4089446400 4194304 7136930 140734452387904 18446744073709551615 6165648 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/13596/statm: 450882 439172 399 719 0 450161 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 1803528

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.06
CPU time (s): 1802.12
CPU user time (s): 1769.98
CPU system time (s): 32.1441
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1804044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1769.98
system time used= 32.1441
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 441018
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 1590

runsolver used 2.54961 second user time and 5.73113 second system time

The end

Launcher Data

Begin job on node141 at 2010-06-30 11:23:59
IDJOB=2693693
IDBENCH=78671
IDSOLVER=1206
FILE ID=node141/2693693-1277889839
PBS_JOBID= 11197072
Free space on /tmp= 74192 MiB

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

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

MD5SUM BENCH= 757312960b1468f2853dd7cd5a4d6fc6
RANDOM SEED=509373978

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31091328 kB
Buffers:        172636 kB
Cached:        1158064 kB
SwapCached:          0 kB
Active:         944612 kB
Inactive:       767544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31091328 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3488 kB
Writeback:           0 kB
AnonPages:      381692 kB
Mapped:          18660 kB
Slab:            80520 kB
PageTables:       5828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   784572 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node141 at 2010-06-30 11:54:01