Trace number 2693718

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.13 1802.1

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl10_15_pb.cnf.cr--soft-66-100-0.wbo
MD5SUM8841123e57febe545fae4a69b91f873c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark58
Best CPU time to get the best result obtained on this benchmark0.017997
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables300
Total number of constraints50
Number of soft constraints18
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint15
Top cost 838
Min constraint cost 1
Max constraint cost 83
Sum of constraints costs 837
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693718-1277890694.wbo>
0.00/0.00	c original problem has 336 variables (318 bin, 0 int, 0 impl, 18 cont) and 69 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 18 impls, 10 clqs
0.00/0.00	c (round 2) 0 del vars, 1 del conss, 18 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 18 impls, 10 clqs
0.00/0.00	c (round 3) 0 del vars, 1 del conss, 18 chg bounds, 0 chg sides, 0 chg coeffs, 22 upgd conss, 18 impls, 10 clqs
0.00/0.00	c (round 4) 0 del vars, 1 del conss, 18 chg bounds, 0 chg sides, 0 chg coeffs, 32 upgd conss, 18 impls, 10 clqs
0.00/0.01	c    (0.0s) probing: 101/318 (31.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (5 rounds):
0.00/0.01	c  0 deleted vars, 1 deleted constraints, 18 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  18 implications, 10 cliques
0.00/0.01	c presolved problem has 336 variables (318 bin, 0 int, 0 impl, 18 cont) and 68 constraints
0.00/0.01	c      18 constraints of type <indicator>
0.00/0.01	c      10 constraints of type <setppc>
0.00/0.01	c      18 constraints of type <linear>
0.00/0.01	c      22 constraints of type <logicor>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.2
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 3420
0.00/0.01	c 
0.00/0.01	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.01	c lp/solvefreq = -1
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	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.01	c   0.0s|     1 |     2 |     0 |     - | 791k|   0 |   - | 336 |  68 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.56	c   0.5s| 10000 |  8980 |     0 |   0.0 |4629k| 196 |   - | 336 | 715 |   0 |   0 |   0 |2818 |   0 | 0.000000e+00 |      --      |    Inf 
1.09/1.14	c   1.0s| 20000 | 18029 |     0 |   0.0 |7952k| 196 |   - | 336 | 630 |   0 |   0 |   0 |5744 |   0 | 0.000000e+00 |      --      |    Inf 
1.69/1.72	c   1.5s| 30000 | 26965 |     0 |   0.0 |  11M| 196 |   - | 336 | 679 |   0 |   0 |   0 |8654 |   0 | 0.000000e+00 |      --      |    Inf 
2.29/2.31	c   2.0s| 40000 | 35841 |     0 |   0.0 |  14M| 196 |   - | 336 | 734 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
2.89/2.94	c   2.6s| 50000 | 44523 |     0 |   0.0 |  18M| 196 |   - | 336 | 865 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
3.59/3.60	c   3.1s| 60000 | 53019 |     0 |   0.0 |  21M| 196 |   - | 336 |1073 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
4.30/4.34	c   3.7s| 70000 | 61256 |     0 |   0.0 |  25M| 196 |   - | 336 |1343 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
5.09/5.12	c   4.4s| 80000 | 69249 |     0 |   0.0 |  28M| 196 |   - | 336 |1510 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
5.89/5.98	c   5.2s| 90000 | 76861 |     0 |   0.0 |  32M| 196 |   - | 336 |1960 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
6.99/7.06	c   6.2s|100000 | 83574 |     0 |   0.0 |  36M| 196 |   - | 336 |2357 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
7.79/7.84	c   6.9s|110000 | 90930 |     0 |   0.0 |  39M| 196 |   - | 336 | 822 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
8.39/8.47	c   7.4s|120000 | 99810 |     0 |   0.0 |  42M| 196 |   - | 336 | 740 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
9.09/9.11	c   8.0s|130000 |108608 |     0 |   0.0 |  46M| 196 |   - | 336 | 832 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
9.69/9.74	c   8.6s|140000 |117393 |     0 |   0.0 |  49M| 196 |   - | 336 | 805 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
10.39/10.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.39/10.40	c   9.1s|150000 |126117 |     0 |   0.0 |  53M| 196 |   - | 336 | 986 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
10.99/11.07	c   9.6s|160000 |134819 |     0 |   0.0 |  56M| 196 |   - | 336 | 869 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
11.69/11.74	c  10.2s|170000 |143511 |     0 |   0.0 |  60M| 196 |   - | 336 | 960 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
12.40/12.43	c  10.8s|180000 |152128 |     0 |   0.0 |  64M| 196 |   - | 336 | 960 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
12.99/13.10	c  11.4s|190000 |160835 |     0 |   0.0 |  67M| 196 |   - | 336 | 963 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
13.69/13.76	c  12.0s|200000 |169511 |     0 |   0.0 |  71M| 196 |   - | 336 | 938 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
14.39/14.44	c  12.7s|210000 |178148 |     0 |   0.0 |  74M| 196 |   - | 336 | 951 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
15.09/15.13	c  13.3s|220000 |186732 |     0 |   0.0 |  78M| 196 |   - | 336 |1041 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
15.80/15.82	c  13.9s|230000 |195283 |     0 |   0.0 |  81M| 196 |   - | 336 |1041 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
16.50/16.52	c  14.5s|240000 |203802 |     0 |   0.0 |  85M| 196 |   - | 336 |1140 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
17.19/17.20	c  15.0s|250000 |212360 |     0 |   0.0 |  88M| 196 |   - | 336 | 911 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
17.89/17.90	c  15.6s|260000 |220891 |     0 |   0.0 |  92M| 196 |   - | 336 | 945 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
18.60/18.60	c  16.2s|270000 |229390 |     0 |   0.0 |  95M| 196 |   - | 336 | 954 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
19.29/19.31	c  16.9s|280000 |237867 |     0 |   0.0 |  99M| 196 |   - | 336 |1273 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
19.99/20.03	c  17.5s|290000 |246336 |     0 |   0.0 | 103M| 196 |   - | 336 |1103 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
20.69/20.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
20.69/20.76	c  18.2s|300000 |254771 |     0 |   0.0 | 106M| 196 |   - | 336 |1071 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
21.39/21.47	c  18.9s|310000 |263207 |     0 |   0.0 | 110M| 196 |   - | 336 |1090 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
22.19/22.20	c  19.5s|320000 |271599 |     0 |   0.0 | 113M| 196 |   - | 336 |1061 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
22.89/22.93	c  20.1s|330000 |279995 |     0 |   0.0 | 117M| 196 |   - | 336 |1193 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
23.59/23.64	c  20.7s|340000 |288417 |     0 |   0.0 | 120M| 196 |   - | 336 |1165 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
24.29/24.38	c  21.3s|350000 |296761 |     0 |   0.0 | 124M| 196 |   - | 336 |1092 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
25.09/25.10	c  21.9s|360000 |305178 |     0 |   0.0 | 127M| 196 |   - | 336 |1093 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
25.79/25.84	c  22.6s|370000 |313491 |     0 |   0.0 | 131M| 196 |   - | 336 |1163 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
26.49/26.58	c  23.3s|380000 |321913 |     0 |   0.0 | 134M| 196 |   - | 336 |1259 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
27.29/27.32	c  24.0s|390000 |330215 |     0 |   0.0 | 138M| 196 |   - | 336 |1091 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
27.99/28.05	c  24.6s|400000 |338583 |     0 |   0.0 | 141M| 196 |   - | 336 |1181 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
28.70/28.79	c  25.3s|410000 |346912 |     0 |   0.0 | 145M| 196 |   - | 336 |1179 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
29.50/29.55	c  26.0s|420000 |355246 |     0 |   0.0 | 148M| 196 |   - | 336 |1230 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
30.29/30.32	c  26.6s|430000 |363481 |     0 |   0.0 | 152M| 196 |   - | 336 |1214 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
30.99/31.07	c  27.2s|440000 |371787 |     0 |   0.0 | 155M| 196 |   - | 336 |1213 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
31.80/31.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
31.80/31.83	c  27.9s|450000 |380062 |     0 |   0.0 | 159M| 196 |   - | 336 |1065 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
32.50/32.59	c  28.6s|460000 |388289 |     0 |   0.0 | 162M| 196 |   - | 336 |1235 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
33.29/33.37	c  29.3s|470000 |396555 |     0 |   0.0 | 166M| 196 |   - | 336 |1227 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
34.10/34.16	c  30.1s|480000 |404729 |     0 |   0.0 | 169M| 196 |   - | 336 |1214 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
34.89/34.94	c  30.8s|490000 |412978 |     0 |   0.0 | 173M| 196 |   - | 336 |1167 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
35.69/35.73	c  31.5s|500000 |421070 |     0 |   0.0 | 177M| 196 |   - | 336 |1299 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
36.50/36.53	c  32.2s|510000 |429268 |     0 |   0.0 | 180M| 196 |   - | 336 |1351 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
37.30/37.35	c  32.8s|520000 |437290 |     0 |   0.0 | 184M| 196 |   - | 336 |1258 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
38.09/38.17	c  33.6s|530000 |445321 |     0 |   0.0 | 187M| 196 |   - | 336 |1475 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
38.89/38.95	c  34.3s|540000 |453500 |     0 |   0.0 | 191M| 196 |   - | 336 |1353 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
39.69/39.78	c  35.0s|550000 |461477 |     0 |   0.0 | 195M| 196 |   - | 336 |1435 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
40.50/40.60	c  35.8s|560000 |469593 |     0 |   0.0 | 198M| 196 |   - | 336 |1268 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
41.39/41.45	c  36.6s|570000 |477548 |     0 |   0.0 | 202M| 196 |   - | 336 |1385 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
42.19/42.27	c  37.3s|580000 |485552 |     0 |   0.0 | 205M| 196 |   - | 336 |1281 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
43.09/43.12	c  38.0s|590000 |493444 |     0 |   0.0 | 209M| 196 |   - | 336 |1404 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
43.90/43.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
43.90/43.97	c  38.7s|600000 |501348 |     0 |   0.0 | 213M| 196 |   - | 336 |1445 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
44.79/44.80	c  39.5s|610000 |509325 |     0 |   0.0 | 216M| 196 |   - | 336 |1457 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 |      --      |    Inf 
45.69/45.70	c  40.3s|620000 |517095 |     0 |   0.0 | 220M| 196 |   - | 336 |1618 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
46.49/46.56	c  41.1s|630000 |525044 |     0 |   0.0 | 223M| 196 |   - | 336 |1540 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 |      --      |    Inf 
47.40/47.45	c  41.9s|640000 |532840 |     0 |   0.0 | 227M| 196 |   - | 336 |1499 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
48.30/48.33	c  42.8s|650000 |540651 |     0 |   0.0 | 231M| 196 |   - | 336 |1629 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 |      --      |    Inf 
49.19/49.24	c  43.5s|660000 |548505 |     0 |   0.0 | 234M| 196 |   - | 336 |1599 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 |      --      |    Inf 
50.10/50.16	c  44.3s|670000 |556214 |     0 |   0.0 | 238M| 196 |   - | 336 |1618 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 |      --      |    Inf 
50.99/51.02	c  45.1s|680000 |564087 |     0 |   0.0 | 241M| 196 |   - | 336 |1406 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 |      --      |    Inf 
51.90/51.97	c  45.9s|690000 |571668 |     0 |   0.0 | 245M| 196 |   - | 336 |1619 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 |      --      |    Inf 
52.80/52.87	c  46.8s|700000 |579459 |     0 |   0.0 | 249M| 196 |   - | 336 |1694 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 |      --      |    Inf 
53.79/53.82	c  47.7s|710000 |587071 |     0 |   0.0 | 252M| 196 |   - | 336 |1675 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 |      --      |    Inf 
54.69/54.77	c  48.5s|720000 |594691 |     0 |   0.0 | 256M| 196 |   - | 336 |1712 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 |      --      |    Inf 
55.59/55.69	c  49.4s|730000 |602469 |     0 |   0.0 | 259M| 196 |   - | 336 |1700 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 |      --      |    Inf 
56.59/56.66	c  50.2s|740000 |609999 |     0 |   0.0 | 263M| 196 |   - | 336 |1907 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 |      --      |    Inf 
57.49/57.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
57.49/57.59	c  51.0s|750000 |617790 |     0 |   0.0 | 267M| 196 |   - | 336 |1831 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 |      --      |    Inf 
58.60/58.61	c  52.0s|760000 |625173 |     0 |   0.0 | 271M| 196 |   - | 336 |1803 |   0 |   0 |   0 | 324k|   0 | 0.000000e+00 |      --      |    Inf 
59.49/59.58	c  52.9s|770000 |632808 |     0 |   0.0 | 274M| 196 |   - | 336 |1702 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 |      --      |    Inf 
60.50/60.58	c  53.8s|780000 |640306 |     0 |   0.0 | 278M| 196 |   - | 336 |1801 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 |      --      |    Inf 
61.50/61.59	c  54.8s|790000 |647740 |     0 |   0.0 | 282M| 196 |   - | 336 |1991 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 |      --      |    Inf 
62.49/62.60	c  55.7s|800000 |655303 |     0 |   0.0 | 285M| 196 |   - | 336 |1994 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 |      --      |    Inf 
63.59/63.60	c  56.5s|810000 |662744 |     0 |   0.0 | 289M| 196 |   - | 336 |2069 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 |      --      |    Inf 
64.50/64.55	c  57.4s|820000 |670475 |     0 |   0.0 | 292M| 196 |   - | 336 |1819 |   0 |   0 |   0 | 359k|   0 | 0.000000e+00 |      --      |    Inf 
65.59/65.60	c  58.4s|830000 |677675 |     0 |   0.0 | 296M| 196 |   - | 336 |2127 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 |      --      |    Inf 
66.50/66.59	c  59.3s|840000 |685282 |     0 |   0.0 | 300M| 196 |   - | 336 |1943 |   0 |   0 |   0 | 371k|   0 | 0.000000e+00 |      --      |    Inf 
67.59/67.62	c  60.2s|850000 |692574 |     0 |   0.0 | 304M| 196 |   - | 336 |2204 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 |      --      |    Inf 
68.59/68.66	c  61.2s|860000 |699996 |     0 |   0.0 | 307M| 196 |   - | 336 |2026 |   0 |   0 |   0 | 384k|   0 | 0.000000e+00 |      --      |    Inf 
69.69/69.75	c  62.1s|870000 |707224 |     0 |   0.0 | 311M| 196 |   - | 336 |2096 |   0 |   0 |   0 | 390k|   0 | 0.000000e+00 |      --      |    Inf 
70.80/70.84	c  63.1s|880000 |714517 |     0 |   0.0 | 315M| 196 |   - | 336 |2117 |   0 |   0 |   0 | 396k|   0 | 0.000000e+00 |      --      |    Inf 
71.79/71.89	c  64.1s|890000 |721846 |     0 |   0.0 | 318M| 196 |   - | 336 |2182 |   0 |   0 |   0 | 403k|   0 | 0.000000e+00 |      --      |    Inf 
73.00/73.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
73.00/73.04	c  65.2s|900000 |728951 |     0 |   0.0 | 322M| 196 |   - | 336 |2221 |   0 |   0 |   0 | 410k|   0 | 0.000000e+00 |      --      |    Inf 
73.99/74.07	c  66.1s|910000 |736464 |     0 |   0.0 | 325M| 196 |   - | 336 |2185 |   0 |   0 |   0 | 416k|   0 | 0.000000e+00 |      --      |    Inf 
75.19/75.27	c  67.2s|920000 |743447 |     0 |   0.0 | 329M| 196 |   - | 336 |2617 |   0 |   0 |   0 | 423k|   0 | 0.000000e+00 |      --      |    Inf 
76.19/76.27	c  68.1s|930000 |751016 |     0 |   0.0 | 333M| 196 |   - | 336 |2162 |   0 |   0 |   0 | 430k|   0 | 0.000000e+00 |      --      |    Inf 
77.50/77.52	c  69.2s|940000 |757865 |     0 |   0.0 | 337M| 196 |   - | 336 |2561 |   0 |   0 |   0 | 437k|   0 | 0.000000e+00 |      --      |    Inf 
78.49/78.60	c  70.2s|950000 |765360 |     0 |   0.0 | 340M| 196 |   - | 336 |2355 |   0 |   0 |   0 | 443k|   0 | 0.000000e+00 |      --      |    Inf 
79.79/79.89	c  71.4s|960000 |772120 |     0 |   0.0 | 344M| 196 |   - | 336 |2663 |   0 |   0 |   0 | 451k|   0 | 0.000000e+00 |      --      |    Inf 
80.99/81.00	c  72.5s|970000 |779517 |     0 |   0.0 | 347M| 196 |   - | 336 |2217 |   0 |   0 |   0 | 458k|   0 | 0.000000e+00 |      --      |    Inf 
82.30/82.31	c  73.7s|980000 |786294 |     0 |   0.0 | 351M| 196 |   - | 336 |2622 |   0 |   0 |   0 | 466k|   0 | 0.000000e+00 |      --      |    Inf 
83.39/83.42	c  74.6s|990000 |793653 |     0 |   0.0 | 355M| 196 |   - | 336 |2422 |   0 |   0 |   0 | 472k|   0 | 0.000000e+00 |      --      |    Inf 
84.60/84.68	c  75.8s|  1000k|800514 |     0 |   0.0 | 358M| 196 |   - | 336 |2701 |   0 |   0 |   0 | 480k|   0 | 0.000000e+00 |      --      |    Inf 
85.70/85.74	c  76.8s|  1010k|808010 |     0 |   0.0 | 362M| 196 |   - | 336 |2463 |   0 |   0 |   0 | 486k|   0 | 0.000000e+00 |      --      |    Inf 
86.99/87.01	c  78.0s|  1020k|814850 |     0 |   0.0 | 365M| 196 |   - | 336 |2721 |   0 |   0 |   0 | 494k|   0 | 0.000000e+00 |      --      |    Inf 
88.10/88.17	c  79.0s|  1030k|822102 |     0 |   0.0 | 369M| 196 |   - | 336 |2570 |   0 |   0 |   0 | 501k|   0 | 0.000000e+00 |      --      |    Inf 
89.40/89.40	c  80.1s|  1040k|829060 |     0 |   0.0 | 373M| 196 |   - | 336 |2799 |   0 |   0 |   0 | 509k|   0 | 0.000000e+00 |      --      |    Inf 
90.50/90.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
90.50/90.55	c  81.2s|  1050k|836258 |     0 |   0.0 | 376M| 196 |   - | 336 |2927 |   0 |   0 |   0 | 516k|   0 | 0.000000e+00 |      --      |    Inf 
91.80/91.87	c  82.4s|  1060k|843288 |     0 |   0.0 | 380M| 196 |   - | 336 |2720 |   0 |   0 |   0 | 524k|   0 | 0.000000e+00 |      --      |    Inf 
93.10/93.11	c  83.6s|  1070k|850310 |     0 |   0.0 | 384M| 196 |   - | 336 |3421 |   0 |   0 |   0 | 532k|   0 | 0.000000e+00 |      --      |    Inf 
94.30/94.39	c  84.8s|  1080k|857452 |     0 |   0.0 | 387M| 196 |   - | 336 |2659 |   0 |   0 |   0 | 539k|   0 | 0.000000e+00 |      --      |    Inf 
95.59/95.66	c  86.0s|  1090k|864253 |     0 |   0.0 | 391M| 196 |   - | 336 |3068 |   0 |   0 |   0 | 547k|   0 | 0.000000e+00 |      --      |    Inf 
96.81/96.83	c  87.0s|  1100k|871506 |     0 |   0.0 | 394M| 196 |   - | 336 |2669 |   0 |   0 |   0 | 554k|   0 | 0.000000e+00 |      --      |    Inf 
98.20/98.22	c  88.3s|  1110k|878189 |     0 |   0.0 | 398M| 196 |   - | 336 |3002 |   0 |   0 |   0 | 562k|   0 | 0.000000e+00 |      --      |    Inf 
99.50/99.50	c  89.5s|  1120k|885098 |     0 |   0.0 | 402M| 196 |   - | 336 |3258 |   0 |   0 |   0 | 570k|   0 | 0.000000e+00 |      --      |    Inf 
100.80/100.87	c  90.8s|  1130k|892022 |     0 |   0.0 | 405M| 196 |   - | 336 |2788 |   0 |   0 |   0 | 578k|   0 | 0.000000e+00 |      --      |    Inf 
102.20/102.21	c  92.0s|  1140k|898750 |     0 |   0.0 | 409M| 196 |   - | 336 |3432 |   0 |   0 |   0 | 586k|   0 | 0.000000e+00 |      --      |    Inf 
103.49/103.55	c  93.2s|  1150k|905847 |     0 |   0.0 | 413M| 196 |   - | 336 |2855 |   0 |   0 |   0 | 593k|   0 | 0.000000e+00 |      --      |    Inf 
104.99/105.00	c  94.6s|  1160k|912525 |     0 |   0.0 | 416M| 196 |   - | 336 |3185 |   0 |   0 |   0 | 602k|   0 | 0.000000e+00 |      --      |    Inf 
106.40/106.44	c  95.9s|  1170k|919238 |     0 |   0.0 | 420M| 196 |   - | 336 |3728 |   0 |   0 |   0 | 610k|   0 | 0.000000e+00 |      --      |    Inf 
107.81/107.81	c  97.2s|  1180k|926244 |     0 |   0.0 | 424M| 196 |   - | 336 |3093 |   0 |   0 |   0 | 618k|   0 | 0.000000e+00 |      --      |    Inf 
109.30/109.39	c  98.7s|  1190k|932717 |     0 |   0.0 | 427M| 196 |   - | 336 |3491 |   0 |   0 |   0 | 627k|   0 | 0.000000e+00 |      --      |    Inf 
110.90/110.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
110.90/110.95	c   100s|  1200k|939297 |     0 |   0.0 | 431M| 196 |   - | 336 |3719 |   0 |   0 |   0 | 636k|   0 | 0.000000e+00 |      --      |    Inf 
112.40/112.43	c   102s|  1210k|946022 |     0 |   0.0 | 435M| 196 |   - | 336 |4024 |   0 |   0 |   0 | 644k|   0 | 0.000000e+00 |      --      |    Inf 
113.90/113.94	c   103s|  1220k|952725 |     0 |   0.0 | 439M| 196 |   - | 336 |3597 |   0 |   0 |   0 | 653k|   0 | 0.000000e+00 |      --      |    Inf 
115.60/115.60	c   105s|  1230k|959213 |     0 |   0.0 | 442M| 196 |   - | 336 |3946 |   0 |   0 |   0 | 662k|   0 | 0.000000e+00 |      --      |    Inf 
117.10/117.19	c   106s|  1240k|965702 |     0 |   0.0 | 446M| 196 |   - | 336 |3971 |   0 |   0 |   0 | 670k|   0 | 0.000000e+00 |      --      |    Inf 
118.80/118.85	c   108s|  1250k|972059 |     0 |   0.0 | 450M| 196 |   - | 336 |4090 |   0 |   0 |   0 | 680k|   0 | 0.000000e+00 |      --      |    Inf 
120.50/120.58	c   109s|  1260k|978470 |     0 |   0.0 | 454M| 196 |   - | 336 |4187 |   0 |   0 |   0 | 688k|   0 | 0.000000e+00 |      --      |    Inf 
122.19/122.25	c   111s|  1270k|984790 |     0 |   0.0 | 458M| 196 |   - | 336 |4075 |   0 |   0 |   0 | 697k|   0 | 0.000000e+00 |      --      |    Inf 
123.99/124.04	c   112s|  1280k|990993 |     0 |   0.0 | 462M| 196 |   - | 336 |4366 |   0 |   0 |   0 | 706k|   0 | 0.000000e+00 |      --      |    Inf 
125.79/125.88	c   114s|  1290k|997082 |     0 |   0.0 | 465M| 196 |   - | 336 |4578 |   0 |   0 |   0 | 715k|   0 | 0.000000e+00 |      --      |    Inf 
127.79/127.85	c   116s|  1300k|  1003k|     0 |   0.0 | 469M| 196 |   - | 336 |4882 |   0 |   0 |   0 | 725k|   0 | 0.000000e+00 |      --      |    Inf 
129.89/129.92	c   118s|  1310k|  1008k|     0 |   0.0 | 473M| 196 |   - | 336 |4497 |   0 |   0 |   0 | 735k|   0 | 0.000000e+00 |      --      |    Inf 
131.90/131.98	c   120s|  1320k|  1013k|     0 |   0.0 | 477M| 196 |   - | 336 |4585 |   0 |   0 |   0 | 744k|   0 | 0.000000e+00 |      --      |    Inf 
134.40/134.41	c   122s|  1330k|  1018k|     0 |   0.0 | 481M| 196 |   - | 336 |4848 |   0 |   0 |   0 | 755k|   0 | 0.000000e+00 |      --      |    Inf 
136.60/136.66	c   124s|  1340k|  1023k|     0 |   0.0 | 485M| 196 |   - | 336 |4939 |   0 |   0 |   0 | 765k|   0 | 0.000000e+00 |      --      |    Inf 
139.09/139.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
139.09/139.19	c   127s|  1350k|  1028k|     0 |   0.0 | 489M| 196 |   - | 336 |5201 |   0 |   0 |   0 | 776k|   0 | 0.000000e+00 |      --      |    Inf 
141.69/141.80	c   129s|  1360k|  1032k|     0 |   0.0 | 493M| 196 |   - | 336 |5140 |   0 |   0 |   0 | 787k|   0 | 0.000000e+00 |      --      |    Inf 
144.49/144.57	c   132s|  1370k|  1036k|     0 |   0.0 | 497M| 196 |   - | 336 |5793 |   0 |   0 |   0 | 799k|   0 | 0.000000e+00 |      --      |    Inf 
147.69/147.74	c   135s|  1380k|  1038k|     0 |   0.0 | 500M| 196 |   - | 336 |6238 |   0 |   0 |   0 | 812k|   0 | 0.000000e+00 |      --      |    Inf 
148.59/148.63	c   136s|  1390k|  1047k|     0 |   0.0 | 501M| 196 |   - | 336 | 863 |   0 |   0 |   0 | 813k|   0 | 0.000000e+00 |      --      |    Inf 
149.09/149.12	c   136s|  1400k|  1057k|     0 |   0.0 | 504M| 196 |   - | 336 | 462 |   0 |   0 |   0 | 813k|   0 | 0.000000e+00 |      --      |    Inf 
149.59/149.62	c   137s|  1410k|  1067k|     0 |   0.0 | 507M| 196 |   - | 336 | 398 |   0 |   0 |   0 | 814k|   0 | 0.000000e+00 |      --      |    Inf 
150.09/150.12	c   137s|  1420k|  1077k|     0 |   0.0 | 510M| 196 |   - | 336 | 447 |   0 |   0 |   0 | 814k|   0 | 0.000000e+00 |      --      |    Inf 
150.59/150.60	c   137s|  1430k|  1087k|     0 |   0.0 | 513M| 196 |   - | 336 | 468 |   0 |   0 |   0 | 814k|   0 | 0.000000e+00 |      --      |    Inf 
151.09/151.11	c   138s|  1440k|  1097k|     0 |   0.0 | 517M| 196 |   - | 336 | 523 |   0 |   0 |   0 | 814k|   0 | 0.000000e+00 |      --      |    Inf 
151.59/151.62	c   138s|  1450k|  1107k|     0 |   0.0 | 520M| 196 |   - | 336 | 575 |   0 |   0 |   0 | 814k|   0 | 0.000000e+00 |      --      |    Inf 
152.09/152.14	c   139s|  1460k|  1117k|     0 |   0.0 | 523M| 196 |   - | 336 | 668 |   0 |   0 |   0 | 815k|   0 | 0.000000e+00 |      --      |    Inf 
152.68/152.70	c   139s|  1470k|  1126k|     0 |   0.0 | 527M| 196 |   - | 336 |1011 |   0 |   0 |   0 | 816k|   0 | 0.000000e+00 |      --      |    Inf 
153.48/153.55	c   140s|  1480k|  1135k|     0 |   0.0 | 531M| 196 |   - | 336 |1325 |   0 |   0 |   0 | 821k|   0 | 0.000000e+00 |      --      |    Inf 
154.39/154.45	c   141s|  1490k|  1143k|     0 |   0.0 | 534M| 196 |   - | 336 |1080 |   0 |   0 |   0 | 826k|   0 | 0.000000e+00 |      --      |    Inf 
155.19/155.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
155.19/155.27	c   141s|  1500k|  1152k|     0 |   0.0 | 538M| 196 |   - | 336 |1232 |   0 |   0 |   0 | 830k|   0 | 0.000000e+00 |      --      |    Inf 
156.09/156.12	c   142s|  1510k|  1160k|     0 |   0.0 | 541M| 196 |   - | 336 |1275 |   0 |   0 |   0 | 835k|   0 | 0.000000e+00 |      --      |    Inf 
156.99/157.04	c   143s|  1520k|  1169k|     0 |   0.0 | 545M| 196 |   - | 336 |1246 |   0 |   0 |   0 | 840k|   0 | 0.000000e+00 |      --      |    Inf 
157.89/157.92	c   144s|  1530k|  1177k|     0 |   0.0 | 549M| 196 |   - | 336 |1162 |   0 |   0 |   0 | 844k|   0 | 0.000000e+00 |      --      |    Inf 
158.79/158.85	c   145s|  1540k|  1186k|     0 |   0.0 | 552M| 196 |   - | 336 |1288 |   0 |   0 |   0 | 849k|   0 | 0.000000e+00 |      --      |    Inf 
159.68/159.70	c   145s|  1550k|  1194k|     0 |   0.0 | 556M| 196 |   - | 336 |1423 |   0 |   0 |   0 | 854k|   0 | 0.000000e+00 |      --      |    Inf 
160.50/160.59	c   146s|  1560k|  1203k|     0 |   0.0 | 560M| 196 |   - | 336 |1299 |   0 |   0 |   0 | 859k|   0 | 0.000000e+00 |      --      |    Inf 
161.39/161.46	c   147s|  1570k|  1211k|     0 |   0.0 | 563M| 196 |   - | 336 |1326 |   0 |   0 |   0 | 864k|   0 | 0.000000e+00 |      --      |    Inf 
162.29/162.35	c   148s|  1580k|  1220k|     0 |   0.0 | 567M| 196 |   - | 336 |1376 |   0 |   0 |   0 | 870k|   0 | 0.000000e+00 |      --      |    Inf 
163.09/163.18	c   148s|  1590k|  1228k|     0 |   0.0 | 570M| 196 |   - | 336 |1446 |   0 |   0 |   0 | 876k|   0 | 0.000000e+00 |      --      |    Inf 
164.09/164.14	c   149s|  1600k|  1237k|     0 |   0.0 | 574M| 196 |   - | 336 |1390 |   0 |   0 |   0 | 882k|   0 | 0.000000e+00 |      --      |    Inf 
164.99/165.02	c   150s|  1610k|  1245k|     0 |   0.0 | 578M| 196 |   - | 336 |1479 |   0 |   0 |   0 | 888k|   0 | 0.000000e+00 |      --      |    Inf 
165.89/165.99	c   151s|  1620k|  1254k|     0 |   0.0 | 581M| 196 |   - | 336 |1408 |   0 |   0 |   0 | 894k|   0 | 0.000000e+00 |      --      |    Inf 
166.89/166.94	c   152s|  1630k|  1262k|     0 |   0.0 | 585M| 196 |   - | 336 |1380 |   0 |   0 |   0 | 900k|   0 | 0.000000e+00 |      --      |    Inf 
167.79/167.89	c   153s|  1640k|  1270k|     0 |   0.0 | 588M| 196 |   - | 336 |1471 |   0 |   0 |   0 | 906k|   0 | 0.000000e+00 |      --      |    Inf 
168.79/168.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
168.79/168.80	c   153s|  1650k|  1279k|     0 |   0.0 | 592M| 196 |   - | 336 |1392 |   0 |   0 |   0 | 912k|   0 | 0.000000e+00 |      --      |    Inf 
169.69/169.72	c   154s|  1660k|  1287k|     0 |   0.0 | 596M| 196 |   - | 336 |1461 |   0 |   0 |   0 | 919k|   0 | 0.000000e+00 |      --      |    Inf 
170.59/170.66	c   155s|  1670k|  1295k|     0 |   0.0 | 599M| 196 |   - | 336 |1494 |   0 |   0 |   0 | 924k|   0 | 0.000000e+00 |      --      |    Inf 
171.50/171.59	c   156s|  1680k|  1304k|     0 |   0.0 | 603M| 196 |   - | 336 |1509 |   0 |   0 |   0 | 930k|   0 | 0.000000e+00 |      --      |    Inf 
172.49/172.54	c   157s|  1690k|  1312k|     0 |   0.0 | 607M| 196 |   - | 336 |1429 |   0 |   0 |   0 | 936k|   0 | 0.000000e+00 |      --      |    Inf 
173.49/173.54	c   158s|  1700k|  1320k|     0 |   0.0 | 610M| 196 |   - | 336 |1621 |   0 |   0 |   0 | 943k|   0 | 0.000000e+00 |      --      |    Inf 
174.49/174.55	c   159s|  1710k|  1328k|     0 |   0.0 | 614M| 196 |   - | 336 |1515 |   0 |   0 |   0 | 949k|   0 | 0.000000e+00 |      --      |    Inf 
175.49/175.51	c   160s|  1720k|  1337k|     0 |   0.0 | 617M| 196 |   - | 336 |1447 |   0 |   0 |   0 | 955k|   0 | 0.000000e+00 |      --      |    Inf 
176.39/176.46	c   160s|  1730k|  1345k|     0 |   0.0 | 621M| 196 |   - | 336 |1414 |   0 |   0 |   0 | 961k|   0 | 0.000000e+00 |      --      |    Inf 
177.29/177.37	c   161s|  1740k|  1353k|     0 |   0.0 | 625M| 196 |   - | 336 |1439 |   0 |   0 |   0 | 968k|   0 | 0.000000e+00 |      --      |    Inf 
178.29/178.33	c   162s|  1750k|  1362k|     0 |   0.0 | 628M| 196 |   - | 336 |1429 |   0 |   0 |   0 | 974k|   0 | 0.000000e+00 |      --      |    Inf 
179.29/179.31	c   163s|  1760k|  1370k|     0 |   0.0 | 632M| 196 |   - | 336 |1517 |   0 |   0 |   0 | 980k|   0 | 0.000000e+00 |      --      |    Inf 
180.19/180.21	c   164s|  1770k|  1378k|     0 |   0.0 | 636M| 196 |   - | 336 |1483 |   0 |   0 |   0 | 986k|   0 | 0.000000e+00 |      --      |    Inf 
181.09/181.11	c   165s|  1780k|  1386k|     0 |   0.0 | 639M| 196 |   - | 336 |1573 |   0 |   0 |   0 | 993k|   0 | 0.000000e+00 |      --      |    Inf 
181.99/182.07	c   165s|  1790k|  1395k|     0 |   0.0 | 643M| 196 |   - | 336 |1324 |   0 |   0 |   0 | 999k|   0 | 0.000000e+00 |      --      |    Inf 
182.99/183.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
182.99/183.07	c   166s|  1800k|  1403k|     0 |   0.0 | 647M| 196 |   - | 336 |1529 |   0 |   0 |   0 |1005k|   0 | 0.000000e+00 |      --      |    Inf 
184.09/184.10	c   167s|  1810k|  1411k|     0 |   0.0 | 650M| 196 |   - | 336 |1450 |   0 |   0 |   0 |1010k|   0 | 0.000000e+00 |      --      |    Inf 
184.99/185.03	c   168s|  1820k|  1419k|     0 |   0.0 | 654M| 196 |   - | 336 |1401 |   0 |   0 |   0 |1016k|   0 | 0.000000e+00 |      --      |    Inf 
185.90/185.92	c   169s|  1830k|  1428k|     0 |   0.0 | 657M| 196 |   - | 336 |1401 |   0 |   0 |   0 |1021k|   0 | 0.000000e+00 |      --      |    Inf 
186.79/186.87	c   170s|  1840k|  1436k|     0 |   0.0 | 661M| 196 |   - | 336 |1444 |   0 |   0 |   0 |1027k|   0 | 0.000000e+00 |      --      |    Inf 
187.79/187.85	c   171s|  1850k|  1444k|     0 |   0.0 | 665M| 196 |   - | 336 |1451 |   0 |   0 |   0 |1033k|   0 | 0.000000e+00 |      --      |    Inf 
188.79/188.88	c   172s|  1860k|  1452k|     0 |   0.0 | 668M| 196 |   - | 336 |1747 |   0 |   0 |   0 |1039k|   0 | 0.000000e+00 |      --      |    Inf 
189.89/189.91	c   173s|  1870k|  1461k|     0 |   0.0 | 672M| 196 |   - | 336 |1445 |   0 |   0 |   0 |1045k|   0 | 0.000000e+00 |      --      |    Inf 
190.79/190.81	c   173s|  1880k|  1469k|     0 |   0.0 | 676M| 196 |   - | 336 |1418 |   0 |   0 |   0 |1050k|   0 | 0.000000e+00 |      --      |    Inf 
191.69/191.76	c   174s|  1890k|  1477k|     0 |   0.0 | 679M| 196 |   - | 336 |1397 |   0 |   0 |   0 |1055k|   0 | 0.000000e+00 |      --      |    Inf 
192.69/192.74	c   175s|  1900k|  1485k|     0 |   0.0 | 683M| 196 |   - | 336 |1365 |   0 |   0 |   0 |1062k|   0 | 0.000000e+00 |      --      |    Inf 
193.69/193.75	c   176s|  1910k|  1493k|     0 |   0.0 | 686M| 196 |   - | 336 |1527 |   0 |   0 |   0 |1068k|   0 | 0.000000e+00 |      --      |    Inf 
194.70/194.74	c   177s|  1920k|  1502k|     0 |   0.0 | 690M| 196 |   - | 336 |1650 |   0 |   0 |   0 |1074k|   0 | 0.000000e+00 |      --      |    Inf 
195.70/195.79	c   178s|  1930k|  1510k|     0 |   0.0 | 694M| 196 |   - | 336 |1586 |   0 |   0 |   0 |1081k|   0 | 0.000000e+00 |      --      |    Inf 
196.79/196.85	c   179s|  1940k|  1518k|     0 |   0.0 | 698M| 196 |   - | 336 |1406 |   0 |   0 |   0 |1086k|   0 | 0.000000e+00 |      --      |    Inf 
197.79/197.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
197.79/197.84	c   180s|  1950k|  1526k|     0 |   0.0 | 701M| 196 |   - | 336 |1456 |   0 |   0 |   0 |1091k|   0 | 0.000000e+00 |      --      |    Inf 
198.69/198.79	c   181s|  1960k|  1534k|     0 |   0.0 | 705M| 196 |   - | 336 |1389 |   0 |   0 |   0 |1097k|   0 | 0.000000e+00 |      --      |    Inf 
199.69/199.77	c   182s|  1970k|  1543k|     0 |   0.0 | 708M| 196 |   - | 336 |1609 |   0 |   0 |   0 |1103k|   0 | 0.000000e+00 |      --      |    Inf 
200.69/200.78	c   182s|  1980k|  1551k|     0 |   0.0 | 712M| 196 |   - | 336 |1524 |   0 |   0 |   0 |1110k|   0 | 0.000000e+00 |      --      |    Inf 
201.79/201.83	c   183s|  1990k|  1559k|     0 |   0.0 | 716M| 196 |   - | 336 |1602 |   0 |   0 |   0 |1116k|   0 | 0.000000e+00 |      --      |    Inf 
202.89/202.91	c   184s|  2000k|  1567k|     0 |   0.0 | 719M| 196 |   - | 336 |1555 |   0 |   0 |   0 |1123k|   0 | 0.000000e+00 |      --      |    Inf 
203.99/204.02	c   185s|  2010k|  1575k|     0 |   0.0 | 723M| 196 |   - | 336 |1492 |   0 |   0 |   0 |1129k|   0 | 0.000000e+00 |      --      |    Inf 
204.99/205.05	c   186s|  2020k|  1583k|     0 |   0.0 | 727M| 196 |   - | 336 |1368 |   0 |   0 |   0 |1134k|   0 | 0.000000e+00 |      --      |    Inf 
205.99/206.05	c   187s|  2030k|  1591k|     0 |   0.0 | 730M| 196 |   - | 336 |1474 |   0 |   0 |   0 |1140k|   0 | 0.000000e+00 |      --      |    Inf 
206.99/207.04	c   188s|  2040k|  1599k|     0 |   0.0 | 734M| 196 |   - | 336 |1504 |   0 |   0 |   0 |1145k|   0 | 0.000000e+00 |      --      |    Inf 
208.09/208.14	c   189s|  2050k|  1608k|     0 |   0.0 | 738M| 196 |   - | 336 |1501 |   0 |   0 |   0 |1152k|   0 | 0.000000e+00 |      --      |    Inf 
209.19/209.29	c   190s|  2060k|  1616k|     0 |   0.0 | 741M| 196 |   - | 336 |1660 |   0 |   0 |   0 |1159k|   0 | 0.000000e+00 |      --      |    Inf 
210.48/210.50	c   191s|  2070k|  1624k|     0 |   0.0 | 745M| 196 |   - | 336 |1657 |   0 |   0 |   0 |1165k|   0 | 0.000000e+00 |      --      |    Inf 
211.49/211.58	c   192s|  2080k|  1632k|     0 |   0.0 | 749M| 196 |   - | 336 |1536 |   0 |   0 |   0 |1172k|   0 | 0.000000e+00 |      --      |    Inf 
212.59/212.67	c   193s|  2090k|  1640k|     0 |   0.0 | 752M| 196 |   - | 336 |1481 |   0 |   0 |   0 |1177k|   0 | 0.000000e+00 |      --      |    Inf 
213.59/213.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
213.59/213.62	c   194s|  2100k|  1648k|     0 |   0.0 | 756M| 196 |   - | 336 |1256 |   0 |   0 |   0 |1182k|   0 | 0.000000e+00 |      --      |    Inf 
214.50/214.52	c   195s|  2110k|  1656k|     0 |   0.0 | 760M| 196 |   - | 336 |1346 |   0 |   0 |   0 |1187k|   0 | 0.000000e+00 |      --      |    Inf 
215.49/215.56	c   196s|  2120k|  1664k|     0 |   0.0 | 763M| 196 |   - | 336 |1381 |   0 |   0 |   0 |1193k|   0 | 0.000000e+00 |      --      |    Inf 
216.59/216.63	c   197s|  2130k|  1672k|     0 |   0.0 | 767M| 196 |   - | 336 |1594 |   0 |   0 |   0 |1200k|   0 | 0.000000e+00 |      --      |    Inf 
217.59/217.69	c   198s|  2140k|  1680k|     0 |   0.0 | 770M| 196 |   - | 336 |1650 |   0 |   0 |   0 |1207k|   0 | 0.000000e+00 |      --      |    Inf 
218.69/218.80	c   199s|  2150k|  1688k|     0 |   0.0 | 774M| 196 |   - | 336 |1739 |   0 |   0 |   0 |1214k|   0 | 0.000000e+00 |      --      |    Inf 
219.89/219.91	c   200s|  2160k|  1696k|     0 |   0.0 | 778M| 196 |   - | 336 |1573 |   0 |   0 |   0 |1220k|   0 | 0.000000e+00 |      --      |    Inf 
221.00/221.03	c   201s|  2170k|  1704k|     0 |   0.0 | 781M| 196 |   - | 336 |1604 |   0 |   0 |   0 |1227k|   0 | 0.000000e+00 |      --      |    Inf 
221.99/222.07	c   202s|  2180k|  1712k|     0 |   0.0 | 785M| 196 |   - | 336 |1475 |   0 |   0 |   0 |1233k|   0 | 0.000000e+00 |      --      |    Inf 
223.09/223.17	c   203s|  2190k|  1720k|     0 |   0.0 | 789M| 196 |   - | 336 |1534 |   0 |   0 |   0 |1239k|   0 | 0.000000e+00 |      --      |    Inf 
224.19/224.26	c   204s|  2200k|  1729k|     0 |   0.0 | 792M| 196 |   - | 336 |1585 |   0 |   0 |   0 |1246k|   0 | 0.000000e+00 |      --      |    Inf 
225.28/225.32	c   205s|  2210k|  1737k|     0 |   0.0 | 796M| 196 |   - | 336 |1511 |   0 |   0 |   0 |1253k|   0 | 0.000000e+00 |      --      |    Inf 
226.28/226.34	c   206s|  2220k|  1745k|     0 |   0.0 | 800M| 196 |   - | 336 |1678 |   0 |   0 |   0 |1259k|   0 | 0.000000e+00 |      --      |    Inf 
227.49/227.54	c   207s|  2230k|  1753k|     0 |   0.0 | 803M| 196 |   - | 336 |1794 |   0 |   0 |   0 |1267k|   0 | 0.000000e+00 |      --      |    Inf 
228.59/228.64	c   208s|  2240k|  1761k|     0 |   0.0 | 807M| 196 |   - | 336 |1378 |   0 |   0 |   0 |1273k|   0 | 0.000000e+00 |      --      |    Inf 
229.69/229.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
229.69/229.71	c   209s|  2250k|  1769k|     0 |   0.0 | 810M| 196 |   - | 336 |1534 |   0 |   0 |   0 |1280k|   0 | 0.000000e+00 |      --      |    Inf 
230.79/230.86	c   210s|  2260k|  1777k|     0 |   0.0 | 814M| 196 |   - | 336 |1413 |   0 |   0 |   0 |1287k|   0 | 0.000000e+00 |      --      |    Inf 
231.89/231.90	c   211s|  2270k|  1785k|     0 |   0.0 | 818M| 196 |   - | 336 |1470 |   0 |   0 |   0 |1293k|   0 | 0.000000e+00 |      --      |    Inf 
232.99/233.01	c   212s|  2280k|  1793k|     0 |   0.0 | 822M| 196 |   - | 336 |1505 |   0 |   0 |   0 |1298k|   0 | 0.000000e+00 |      --      |    Inf 
234.09/234.12	c   213s|  2290k|  1801k|     0 |   0.0 | 825M| 196 |   - | 336 |1500 |   0 |   0 |   0 |1304k|   0 | 0.000000e+00 |      --      |    Inf 
235.19/235.24	c   214s|  2300k|  1809k|     0 |   0.0 | 829M| 196 |   - | 336 |1528 |   0 |   0 |   0 |1311k|   0 | 0.000000e+00 |      --      |    Inf 
236.29/236.31	c   215s|  2310k|  1817k|     0 |   0.0 | 833M| 196 |   - | 336 |1562 |   0 |   0 |   0 |1318k|   0 | 0.000000e+00 |      --      |    Inf 
237.39/237.49	c   216s|  2320k|  1825k|     0 |   0.0 | 836M| 196 |   - | 336 |1708 |   0 |   0 |   0 |1324k|   0 | 0.000000e+00 |      --      |    Inf 
238.59/238.67	c   217s|  2330k|  1833k|     0 |   0.0 | 840M| 196 |   - | 336 |1363 |   0 |   0 |   0 |1330k|   0 | 0.000000e+00 |      --      |    Inf 
239.70/239.75	c   218s|  2340k|  1841k|     0 |   0.0 | 843M| 196 |   - | 336 |1495 |   0 |   0 |   0 |1337k|   0 | 0.000000e+00 |      --      |    Inf 
240.90/240.98	c   219s|  2350k|  1849k|     0 |   0.0 | 847M| 196 |   - | 336 |1504 |   0 |   0 |   0 |1344k|   0 | 0.000000e+00 |      --      |    Inf 
242.08/242.12	c   220s|  2360k|  1857k|     0 |   0.0 | 851M| 196 |   - | 336 |1681 |   0 |   0 |   0 |1350k|   0 | 0.000000e+00 |      --      |    Inf 
243.29/243.30	c   221s|  2370k|  1865k|     0 |   0.0 | 854M| 196 |   - | 336 |1689 |   0 |   0 |   0 |1356k|   0 | 0.000000e+00 |      --      |    Inf 
244.39/244.42	c   222s|  2380k|  1873k|     0 |   0.0 | 858M| 196 |   - | 336 |1376 |   0 |   0 |   0 |1362k|   0 | 0.000000e+00 |      --      |    Inf 
245.49/245.54	c   223s|  2390k|  1881k|     0 |   0.0 | 862M| 196 |   - | 336 |1487 |   0 |   0 |   0 |1368k|   0 | 0.000000e+00 |      --      |    Inf 
246.49/246.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
246.49/246.58	c   224s|  2400k|  1889k|     0 |   0.0 | 865M| 196 |   - | 336 |1345 |   0 |   0 |   0 |1373k|   0 | 0.000000e+00 |      --      |    Inf 
247.69/247.71	c   225s|  2410k|  1897k|     0 |   0.0 | 869M| 196 |   - | 336 |1437 |   0 |   0 |   0 |1379k|   0 | 0.000000e+00 |      --      |    Inf 
248.79/248.88	c   226s|  2420k|  1905k|     0 |   0.0 | 873M| 196 |   - | 336 |1771 |   0 |   0 |   0 |1386k|   0 | 0.000000e+00 |      --      |    Inf 
249.99/250.05	c   228s|  2430k|  1913k|     0 |   0.0 | 876M| 196 |   - | 336 |1444 |   0 |   0 |   0 |1392k|   0 | 0.000000e+00 |      --      |    Inf 
251.19/251.21	c   229s|  2440k|  1921k|     0 |   0.0 | 880M| 196 |   - | 336 |1445 |   0 |   0 |   0 |1399k|   0 | 0.000000e+00 |      --      |    Inf 
252.39/252.45	c   230s|  2450k|  1929k|     0 |   0.0 | 883M| 196 |   - | 336 |1666 |   0 |   0 |   0 |1406k|   0 | 0.000000e+00 |      --      |    Inf 
253.49/253.60	c   231s|  2460k|  1937k|     0 |   0.0 | 887M| 196 |   - | 336 |1697 |   0 |   0 |   0 |1413k|   0 | 0.000000e+00 |      --      |    Inf 
254.69/254.72	c   232s|  2470k|  1945k|     0 |   0.0 | 891M| 196 |   - | 336 |1504 |   0 |   0 |   0 |1419k|   0 | 0.000000e+00 |      --      |    Inf 
255.89/255.93	c   233s|  2480k|  1952k|     0 |   0.0 | 894M| 196 |   - | 336 |1688 |   0 |   0 |   0 |1426k|   0 | 0.000000e+00 |      --      |    Inf 
256.99/257.06	c   234s|  2490k|  1960k|     0 |   0.0 | 898M| 196 |   - | 336 |1431 |   0 |   0 |   0 |1432k|   0 | 0.000000e+00 |      --      |    Inf 
258.19/258.23	c   235s|  2500k|  1968k|     0 |   0.0 | 902M| 196 |   - | 336 |1406 |   0 |   0 |   0 |1437k|   0 | 0.000000e+00 |      --      |    Inf 
259.29/259.34	c   236s|  2510k|  1976k|     0 |   0.0 | 906M| 196 |   - | 336 |1452 |   0 |   0 |   0 |1443k|   0 | 0.000000e+00 |      --      |    Inf 
260.39/260.45	c   237s|  2520k|  1984k|     0 |   0.0 | 909M| 196 |   - | 336 |1686 |   0 |   0 |   0 |1449k|   0 | 0.000000e+00 |      --      |    Inf 
261.59/261.61	c   238s|  2530k|  1992k|     0 |   0.0 | 913M| 196 |   - | 336 |1824 |   0 |   0 |   0 |1455k|   0 | 0.000000e+00 |      --      |    Inf 
262.69/262.77	c   239s|  2540k|  2000k|     0 |   0.0 | 917M| 196 |   - | 336 |1603 |   0 |   0 |   0 |1461k|   0 | 0.000000e+00 |      --      |    Inf 
263.79/263.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
263.79/263.82	c   240s|  2550k|  2008k|     0 |   0.0 | 920M| 196 |   - | 336 |1518 |   0 |   0 |   0 |1467k|   0 | 0.000000e+00 |      --      |    Inf 
264.89/264.98	c   241s|  2560k|  2016k|     0 |   0.0 | 924M| 196 |   - | 336 |1412 |   0 |   0 |   0 |1474k|   0 | 0.000000e+00 |      --      |    Inf 
266.19/266.24	c   242s|  2570k|  2024k|     0 |   0.0 | 927M| 196 |   - | 336 |1572 |   0 |   0 |   0 |1481k|   0 | 0.000000e+00 |      --      |    Inf 
267.29/267.39	c   243s|  2580k|  2032k|     0 |   0.0 | 931M| 196 |   - | 336 |1641 |   0 |   0 |   0 |1487k|   0 | 0.000000e+00 |      --      |    Inf 
268.39/268.45	c   244s|  2590k|  2040k|     0 |   0.0 | 935M| 196 |   - | 336 |1445 |   0 |   0 |   0 |1494k|   0 | 0.000000e+00 |      --      |    Inf 
269.59/269.61	c   245s|  2600k|  2048k|     0 |   0.0 | 939M| 196 |   - | 336 |1700 |   0 |   0 |   0 |1501k|   0 | 0.000000e+00 |      --      |    Inf 
270.79/270.85	c   247s|  2610k|  2056k|     0 |   0.0 | 942M| 196 |   - | 336 |1481 |   0 |   0 |   0 |1507k|   0 | 0.000000e+00 |      --      |    Inf 
271.79/271.89	c   248s|  2620k|  2064k|     0 |   0.0 | 946M| 196 |   - | 336 |1504 |   0 |   0 |   0 |1512k|   0 | 0.000000e+00 |      --      |    Inf 
272.99/273.04	c   249s|  2630k|  2072k|     0 |   0.0 | 950M| 196 |   - | 336 |1455 |   0 |   0 |   0 |1519k|   0 | 0.000000e+00 |      --      |    Inf 
274.09/274.17	c   250s|  2640k|  2079k|     0 |   0.0 | 953M| 196 |   - | 336 |1752 |   0 |   0 |   0 |1525k|   0 | 0.000000e+00 |      --      |    Inf 
275.09/275.16	c   251s|  2650k|  2087k|     0 |   0.0 | 957M| 196 |   - | 336 |1518 |   0 |   0 |   0 |1532k|   0 | 0.000000e+00 |      --      |    Inf 
276.10/276.17	c   251s|  2660k|  2095k|     0 |   0.0 | 961M| 196 |   - | 336 |1448 |   0 |   0 |   0 |1539k|   0 | 0.000000e+00 |      --      |    Inf 
277.20/277.23	c   252s|  2670k|  2103k|     0 |   0.0 | 965M| 196 |   - | 336 |1784 |   0 |   0 |   0 |1546k|   0 | 0.000000e+00 |      --      |    Inf 
278.29/278.30	c   253s|  2680k|  2111k|     0 |   0.0 | 968M| 196 |   - | 336 |1817 |   0 |   0 |   0 |1553k|   0 | 0.000000e+00 |      --      |    Inf 
279.30/279.36	c   254s|  2690k|  2119k|     0 |   0.0 | 972M| 196 |   - | 336 |1640 |   0 |   0 |   0 |1559k|   0 | 0.000000e+00 |      --      |    Inf 
280.40/280.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
280.40/280.45	c   255s|  2700k|  2127k|     0 |   0.0 | 975M| 196 |   - | 336 |1403 |   0 |   0 |   0 |1566k|   0 | 0.000000e+00 |      --      |    Inf 
281.39/281.49	c   256s|  2710k|  2135k|     0 |   0.0 | 979M| 196 |   - | 336 |1753 |   0 |   0 |   0 |1573k|   0 | 0.000000e+00 |      --      |    Inf 
282.49/282.50	c   257s|  2720k|  2143k|     0 |   0.0 | 983M| 196 |   - | 336 |1454 |   0 |   0 |   0 |1579k|   0 | 0.000000e+00 |      --      |    Inf 
283.49/283.56	c   258s|  2730k|  2151k|     0 |   0.0 | 987M| 196 |   - | 336 |1696 |   0 |   0 |   0 |1585k|   0 | 0.000000e+00 |      --      |    Inf 
284.49/284.56	c   259s|  2740k|  2159k|     0 |   0.0 | 990M| 196 |   - | 336 |1484 |   0 |   0 |   0 |1592k|   0 | 0.000000e+00 |      --      |    Inf 
285.59/285.60	c   260s|  2750k|  2167k|     0 |   0.0 | 994M| 196 |   - | 336 |1516 |   0 |   0 |   0 |1598k|   0 | 0.000000e+00 |      --      |    Inf 
286.49/286.57	c   261s|  2760k|  2175k|     0 |   0.0 | 998M| 196 |   - | 336 |1463 |   0 |   0 |   0 |1603k|   0 | 0.000000e+00 |      --      |    Inf 
287.59/287.62	c   262s|  2770k|  2183k|     0 |   0.0 |1002M| 196 |   - | 336 |1854 |   0 |   0 |   0 |1610k|   0 | 0.000000e+00 |      --      |    Inf 
288.59/288.67	c   263s|  2780k|  2190k|     0 |   0.0 |1006M| 196 |   - | 336 |1644 |   0 |   0 |   0 |1616k|   0 | 0.000000e+00 |      --      |    Inf 
289.59/289.69	c   264s|  2790k|  2198k|     0 |   0.0 |1009M| 196 |   - | 336 |1751 |   0 |   0 |   0 |1623k|   0 | 0.000000e+00 |      --      |    Inf 
290.69/290.74	c   265s|  2800k|  2206k|     0 |   0.0 |1013M| 196 |   - | 336 |1537 |   0 |   0 |   0 |1630k|   0 | 0.000000e+00 |      --      |    Inf 
291.69/291.77	c   266s|  2810k|  2214k|     0 |   0.0 |1017M| 196 |   - | 336 |1626 |   0 |   0 |   0 |1637k|   0 | 0.000000e+00 |      --      |    Inf 
292.78/292.89	c   267s|  2820k|  2222k|     0 |   0.0 |1020M| 196 |   - | 336 |1664 |   0 |   0 |   0 |1643k|   0 | 0.000000e+00 |      --      |    Inf 
293.89/293.99	c   268s|  2830k|  2230k|     0 |   0.0 |1024M| 196 |   - | 336 |1768 |   0 |   0 |   0 |1651k|   0 | 0.000000e+00 |      --      |    Inf 
294.99/295.00	c   269s|  2840k|  2238k|     0 |   0.0 |1028M| 196 |   - | 336 |1541 |   0 |   0 |   0 |1657k|   0 | 0.000000e+00 |      --      |    Inf 
295.99/296.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
295.99/296.01	c   269s|  2850k|  2246k|     0 |   0.0 |1031M| 196 |   - | 336 |1579 |   0 |   0 |   0 |1664k|   0 | 0.000000e+00 |      --      |    Inf 
297.00/297.04	c   270s|  2860k|  2254k|     0 |   0.0 |1035M| 196 |   - | 336 |1437 |   0 |   0 |   0 |1669k|   0 | 0.000000e+00 |      --      |    Inf 
298.09/298.15	c   271s|  2870k|  2262k|     0 |   0.0 |1039M| 196 |   - | 336 |1461 |   0 |   0 |   0 |1676k|   0 | 0.000000e+00 |      --      |    Inf 
299.29/299.34	c   272s|  2880k|  2270k|     0 |   0.0 |1042M| 196 |   - | 336 |1640 |   0 |   0 |   0 |1682k|   0 | 0.000000e+00 |      --      |    Inf 
300.58/300.63	c   274s|  2890k|  2277k|     0 |   0.0 |1046M| 196 |   - | 336 |1469 |   0 |   0 |   0 |1688k|   0 | 0.000000e+00 |      --      |    Inf 
301.89/301.92	c   275s|  2900k|  2285k|     0 |   0.0 |1050M| 196 |   - | 336 |1524 |   0 |   0 |   0 |1694k|   0 | 0.000000e+00 |      --      |    Inf 
302.99/303.05	c   276s|  2910k|  2293k|     0 |   0.0 |1054M| 196 |   - | 336 |1720 |   0 |   0 |   0 |1701k|   0 | 0.000000e+00 |      --      |    Inf 
304.28/304.31	c   277s|  2920k|  2301k|     0 |   0.0 |1057M| 196 |   - | 336 |1674 |   0 |   0 |   0 |1708k|   0 | 0.000000e+00 |      --      |    Inf 
305.49/305.53	c   278s|  2930k|  2309k|     0 |   0.0 |1061M| 196 |   - | 336 |1399 |   0 |   0 |   0 |1714k|   0 | 0.000000e+00 |      --      |    Inf 
306.69/306.72	c   279s|  2940k|  2316k|     0 |   0.0 |1065M| 196 |   - | 336 |1485 |   0 |   0 |   0 |1721k|   0 | 0.000000e+00 |      --      |    Inf 
308.00/308.06	c   280s|  2950k|  2324k|     0 |   0.0 |1068M| 196 |   - | 336 |1575 |   0 |   0 |   0 |1727k|   0 | 0.000000e+00 |      --      |    Inf 
309.29/309.32	c   282s|  2960k|  2332k|     0 |   0.0 |1072M| 196 |   - | 336 |1703 |   0 |   0 |   0 |1734k|   0 | 0.000000e+00 |      --      |    Inf 
310.49/310.52	c   283s|  2970k|  2340k|     0 |   0.0 |1076M| 196 |   - | 336 |1707 |   0 |   0 |   0 |1742k|   0 | 0.000000e+00 |      --      |    Inf 
311.79/311.80	c   284s|  2980k|  2348k|     0 |   0.0 |1079M| 196 |   - | 336 |1529 |   0 |   0 |   0 |1748k|   0 | 0.000000e+00 |      --      |    Inf 
312.99/313.01	c   285s|  2990k|  2355k|     0 |   0.0 |1083M| 196 |   - | 336 |1566 |   0 |   0 |   0 |1755k|   0 | 0.000000e+00 |      --      |    Inf 
314.19/314.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
314.19/314.22	c   286s|  3000k|  2363k|     0 |   0.0 |1087M| 196 |   - | 336 |1488 |   0 |   0 |   0 |1761k|   0 | 0.000000e+00 |      --      |    Inf 
315.48/315.56	c   287s|  3010k|  2371k|     0 |   0.0 |1090M| 196 |   - | 336 |1586 |   0 |   0 |   0 |1767k|   0 | 0.000000e+00 |      --      |    Inf 
316.79/316.84	c   289s|  3020k|  2379k|     0 |   0.0 |1094M| 196 |   - | 336 |1691 |   0 |   0 |   0 |1774k|   0 | 0.000000e+00 |      --      |    Inf 
318.09/318.14	c   290s|  3030k|  2386k|     0 |   0.0 |1097M| 196 |   - | 336 |1454 |   0 |   0 |   0 |1780k|   0 | 0.000000e+00 |      --      |    Inf 
319.39/319.42	c   291s|  3040k|  2394k|     0 |   0.0 |1101M| 196 |   - | 336 |1521 |   0 |   0 |   0 |1787k|   0 | 0.000000e+00 |      --      |    Inf 
320.69/320.70	c   292s|  3050k|  2402k|     0 |   0.0 |1105M| 196 |   - | 336 |1649 |   0 |   0 |   0 |1793k|   0 | 0.000000e+00 |      --      |    Inf 
321.79/321.88	c   293s|  3060k|  2410k|     0 |   0.0 |1109M| 196 |   - | 336 |1765 |   0 |   0 |   0 |1799k|   0 | 0.000000e+00 |      --      |    Inf 
323.18/323.23	c   295s|  3070k|  2417k|     0 |   0.0 |1113M| 196 |   - | 336 |1685 |   0 |   0 |   0 |1806k|   0 | 0.000000e+00 |      --      |    Inf 
324.39/324.49	c   296s|  3080k|  2425k|     0 |   0.0 |1116M| 196 |   - | 336 |1381 |   0 |   0 |   0 |1812k|   0 | 0.000000e+00 |      --      |    Inf 
325.79/325.84	c   297s|  3090k|  2433k|     0 |   0.0 |1120M| 196 |   - | 336 |1529 |   0 |   0 |   0 |1819k|   0 | 0.000000e+00 |      --      |    Inf 
327.09/327.12	c   298s|  3100k|  2440k|     0 |   0.0 |1124M| 196 |   - | 336 |1553 |   0 |   0 |   0 |1825k|   0 | 0.000000e+00 |      --      |    Inf 
328.38/328.44	c   299s|  3110k|  2448k|     0 |   0.0 |1127M| 196 |   - | 336 |1567 |   0 |   0 |   0 |1832k|   0 | 0.000000e+00 |      --      |    Inf 
329.59/329.61	c   300s|  3120k|  2456k|     0 |   0.0 |1131M| 196 |   - | 336 |1828 |   0 |   0 |   0 |1839k|   0 | 0.000000e+00 |      --      |    Inf 
330.79/330.82	c   302s|  3130k|  2464k|     0 |   0.0 |1135M| 196 |   - | 336 |1482 |   0 |   0 |   0 |1845k|   0 | 0.000000e+00 |      --      |    Inf 
332.09/332.13	c   303s|  3140k|  2472k|     0 |   0.0 |1138M| 196 |   - | 336 |1600 |   0 |   0 |   0 |1852k|   0 | 0.000000e+00 |      --      |    Inf 
333.48/333.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
333.48/333.52	c   304s|  3150k|  2479k|     0 |   0.0 |1142M| 196 |   - | 336 |1657 |   0 |   0 |   0 |1859k|   0 | 0.000000e+00 |      --      |    Inf 
334.78/334.81	c   305s|  3160k|  2487k|     0 |   0.0 |1146M| 196 |   - | 336 |1485 |   0 |   0 |   0 |1866k|   0 | 0.000000e+00 |      --      |    Inf 
335.99/336.06	c   306s|  3170k|  2495k|     0 |   0.0 |1149M| 196 |   - | 336 |1611 |   0 |   0 |   0 |1873k|   0 | 0.000000e+00 |      --      |    Inf 
337.29/337.32	c   308s|  3180k|  2503k|     0 |   0.0 |1153M| 196 |   - | 336 |1652 |   0 |   0 |   0 |1879k|   0 | 0.000000e+00 |      --      |    Inf 
338.48/338.57	c   309s|  3190k|  2510k|     0 |   0.0 |1157M| 196 |   - | 336 |1495 |   0 |   0 |   0 |1886k|   0 | 0.000000e+00 |      --      |    Inf 
339.69/339.72	c   310s|  3200k|  2518k|     0 |   0.0 |1160M| 196 |   - | 336 |1672 |   0 |   0 |   0 |1892k|   0 | 0.000000e+00 |      --      |    Inf 
341.09/341.15	c   311s|  3210k|  2526k|     0 |   0.0 |1164M| 196 |   - | 336 |1720 |   0 |   0 |   0 |1899k|   0 | 0.000000e+00 |      --      |    Inf 
342.49/342.55	c   312s|  3220k|  2533k|     0 |   0.0 |1168M| 196 |   - | 336 |1872 |   0 |   0 |   0 |1906k|   0 | 0.000000e+00 |      --      |    Inf 
343.99/344.01	c   314s|  3230k|  2541k|     0 |   0.0 |1172M| 196 |   - | 336 |1970 |   0 |   0 |   0 |1913k|   0 | 0.000000e+00 |      --      |    Inf 
345.40/345.40	c   315s|  3240k|  2548k|     0 |   0.0 |1175M| 196 |   - | 336 |1962 |   0 |   0 |   0 |1920k|   0 | 0.000000e+00 |      --      |    Inf 
346.69/346.77	c   316s|  3250k|  2556k|     0 |   0.0 |1179M| 196 |   - | 336 |1786 |   0 |   0 |   0 |1926k|   0 | 0.000000e+00 |      --      |    Inf 
347.99/348.09	c   318s|  3260k|  2564k|     0 |   0.0 |1183M| 196 |   - | 336 |1671 |   0 |   0 |   0 |1932k|   0 | 0.000000e+00 |      --      |    Inf 
349.39/349.46	c   319s|  3270k|  2571k|     0 |   0.0 |1186M| 196 |   - | 336 |1544 |   0 |   0 |   0 |1939k|   0 | 0.000000e+00 |      --      |    Inf 
350.79/350.83	c   320s|  3280k|  2579k|     0 |   0.0 |1190M| 196 |   - | 336 |1661 |   0 |   0 |   0 |1946k|   0 | 0.000000e+00 |      --      |    Inf 
352.08/352.16	c   321s|  3290k|  2587k|     0 |   0.0 |1194M| 196 |   - | 336 |1893 |   0 |   0 |   0 |1953k|   0 | 0.000000e+00 |      --      |    Inf 
353.59/353.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
353.59/353.66	c   323s|  3300k|  2594k|     0 |   0.0 |1197M| 196 |   - | 336 |1648 |   0 |   0 |   0 |1960k|   0 | 0.000000e+00 |      --      |    Inf 
354.89/354.99	c   324s|  3310k|  2602k|     0 |   0.0 |1201M| 196 |   - | 336 |1548 |   0 |   0 |   0 |1967k|   0 | 0.000000e+00 |      --      |    Inf 
356.30/356.34	c   325s|  3320k|  2610k|     0 |   0.0 |1205M| 196 |   - | 336 |1710 |   0 |   0 |   0 |1973k|   0 | 0.000000e+00 |      --      |    Inf 
357.59/357.63	c   326s|  3330k|  2617k|     0 |   0.0 |1208M| 196 |   - | 336 |1636 |   0 |   0 |   0 |1980k|   0 | 0.000000e+00 |      --      |    Inf 
358.99/359.09	c   328s|  3340k|  2625k|     0 |   0.0 |1212M| 196 |   - | 336 |1593 |   0 |   0 |   0 |1987k|   0 | 0.000000e+00 |      --      |    Inf 
360.29/360.31	c   329s|  3350k|  2633k|     0 |   0.0 |1215M| 196 |   - | 336 |1543 |   0 |   0 |   0 |1994k|   0 | 0.000000e+00 |      --      |    Inf 
361.59/361.62	c   330s|  3360k|  2640k|     0 |   0.0 |1219M| 196 |   - | 336 |1535 |   0 |   0 |   0 |2000k|   0 | 0.000000e+00 |      --      |    Inf 
362.90/362.92	c   331s|  3370k|  2648k|     0 |   0.0 |1223M| 196 |   - | 336 |1464 |   0 |   0 |   0 |2007k|   0 | 0.000000e+00 |      --      |    Inf 
364.29/364.32	c   333s|  3380k|  2656k|     0 |   0.0 |1227M| 196 |   - | 336 |1849 |   0 |   0 |   0 |2014k|   0 | 0.000000e+00 |      --      |    Inf 
365.69/365.78	c   334s|  3390k|  2663k|     0 |   0.0 |1230M| 196 |   - | 336 |1793 |   0 |   0 |   0 |2021k|   0 | 0.000000e+00 |      --      |    Inf 
367.19/367.20	c   335s|  3400k|  2671k|     0 |   0.0 |1234M| 196 |   - | 336 |1659 |   0 |   0 |   0 |2028k|   0 | 0.000000e+00 |      --      |    Inf 
368.59/368.61	c   337s|  3410k|  2678k|     0 |   0.0 |1238M| 196 |   - | 336 |1610 |   0 |   0 |   0 |2035k|   0 | 0.000000e+00 |      --      |    Inf 
369.79/369.88	c   338s|  3420k|  2686k|     0 |   0.0 |1242M| 196 |   - | 336 |1651 |   0 |   0 |   0 |2041k|   0 | 0.000000e+00 |      --      |    Inf 
371.19/371.22	c   339s|  3430k|  2693k|     0 |   0.0 |1245M| 196 |   - | 336 |1627 |   0 |   0 |   0 |2048k|   0 | 0.000000e+00 |      --      |    Inf 
372.49/372.59	c   340s|  3440k|  2701k|     0 |   0.0 |1249M| 196 |   - | 336 |1794 |   0 |   0 |   0 |2055k|   0 | 0.000000e+00 |      --      |    Inf 
373.89/373.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
373.89/373.93	c   342s|  3450k|  2708k|     0 |   0.0 |1253M| 196 |   - | 336 |1839 |   0 |   0 |   0 |2062k|   0 | 0.000000e+00 |      --      |    Inf 
375.19/375.23	c   343s|  3460k|  2716k|     0 |   0.0 |1256M| 196 |   - | 336 |1689 |   0 |   0 |   0 |2068k|   0 | 0.000000e+00 |      --      |    Inf 
376.39/376.48	c   344s|  3470k|  2724k|     0 |   0.0 |1260M| 196 |   - | 336 |1675 |   0 |   0 |   0 |2075k|   0 | 0.000000e+00 |      --      |    Inf 
377.69/377.77	c   345s|  3480k|  2732k|     0 |   0.0 |1264M| 196 |   - | 336 |1834 |   0 |   0 |   0 |2082k|   0 | 0.000000e+00 |      --      |    Inf 
379.09/379.11	c   346s|  3490k|  2739k|     0 |   0.0 |1267M| 196 |   - | 336 |1531 |   0 |   0 |   0 |2089k|   0 | 0.000000e+00 |      --      |    Inf 
380.39/380.44	c   347s|  3500k|  2747k|     0 |   0.0 |1271M| 196 |   - | 336 |1681 |   0 |   0 |   0 |2096k|   0 | 0.000000e+00 |      --      |    Inf 
381.59/381.65	c   349s|  3510k|  2755k|     0 |   0.0 |1275M| 196 |   - | 336 |1571 |   0 |   0 |   0 |2102k|   0 | 0.000000e+00 |      --      |    Inf 
382.89/382.95	c   350s|  3520k|  2762k|     0 |   0.0 |1279M| 196 |   - | 336 |1673 |   0 |   0 |   0 |2108k|   0 | 0.000000e+00 |      --      |    Inf 
384.09/384.10	c   351s|  3530k|  2770k|     0 |   0.0 |1282M| 196 |   - | 336 |1557 |   0 |   0 |   0 |2114k|   0 | 0.000000e+00 |      --      |    Inf 
385.29/385.32	c   352s|  3540k|  2778k|     0 |   0.0 |1286M| 196 |   - | 336 |1647 |   0 |   0 |   0 |2120k|   0 | 0.000000e+00 |      --      |    Inf 
386.59/386.64	c   353s|  3550k|  2786k|     0 |   0.0 |1289M| 196 |   - | 336 |1605 |   0 |   0 |   0 |2125k|   0 | 0.000000e+00 |      --      |    Inf 
388.09/388.14	c   355s|  3560k|  2793k|     0 |   0.0 |1293M| 196 |   - | 336 |1952 |   0 |   0 |   0 |2131k|   0 | 0.000000e+00 |      --      |    Inf 
389.49/389.50	c   356s|  3570k|  2800k|     0 |   0.0 |1297M| 196 |   - | 336 |1762 |   0 |   0 |   0 |2138k|   0 | 0.000000e+00 |      --      |    Inf 
390.99/391.00	c   357s|  3580k|  2808k|     0 |   0.0 |1301M| 196 |   - | 336 |1797 |   0 |   0 |   0 |2144k|   0 | 0.000000e+00 |      --      |    Inf 
392.39/392.41	c   359s|  3590k|  2815k|     0 |   0.0 |1304M| 196 |   - | 336 |1676 |   0 |   0 |   0 |2149k|   0 | 0.000000e+00 |      --      |    Inf 
393.69/393.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
393.69/393.78	c   360s|  3600k|  2823k|     0 |   0.0 |1308M| 196 |   - | 336 |1678 |   0 |   0 |   0 |2155k|   0 | 0.000000e+00 |      --      |    Inf 
395.09/395.12	c   361s|  3610k|  2830k|     0 |   0.0 |1311M| 196 |   - | 336 |2024 |   0 |   0 |   0 |2161k|   0 | 0.000000e+00 |      --      |    Inf 
396.39/396.44	c   362s|  3620k|  2838k|     0 |   0.0 |1315M| 196 |   - | 336 |1757 |   0 |   0 |   0 |2167k|   0 | 0.000000e+00 |      --      |    Inf 
397.69/397.76	c   363s|  3630k|  2846k|     0 |   0.0 |1319M| 196 |   - | 336 |1633 |   0 |   0 |   0 |2173k|   0 | 0.000000e+00 |      --      |    Inf 
399.20/399.21	c   365s|  3640k|  2853k|     0 |   0.0 |1322M| 196 |   - | 336 |1778 |   0 |   0 |   0 |2178k|   0 | 0.000000e+00 |      --      |    Inf 
400.49/400.50	c   366s|  3650k|  2861k|     0 |   0.0 |1326M| 196 |   - | 336 |1820 |   0 |   0 |   0 |2184k|   0 | 0.000000e+00 |      --      |    Inf 
401.89/401.91	c   367s|  3660k|  2869k|     0 |   0.0 |1329M| 196 |   - | 336 |1726 |   0 |   0 |   0 |2190k|   0 | 0.000000e+00 |      --      |    Inf 
403.08/403.15	c   369s|  3670k|  2876k|     0 |   0.0 |1333M| 196 |   - | 336 |1808 |   0 |   0 |   0 |2196k|   0 | 0.000000e+00 |      --      |    Inf 
404.39/404.42	c   370s|  3680k|  2884k|     0 |   0.0 |1337M| 196 |   - | 336 |1640 |   0 |   0 |   0 |2202k|   0 | 0.000000e+00 |      --      |    Inf 
405.59/405.64	c   371s|  3690k|  2892k|     0 |   0.0 |1340M| 196 |   - | 336 |1548 |   0 |   0 |   0 |2208k|   0 | 0.000000e+00 |      --      |    Inf 
406.79/406.88	c   372s|  3700k|  2899k|     0 |   0.0 |1344M| 196 |   - | 336 |1680 |   0 |   0 |   0 |2213k|   0 | 0.000000e+00 |      --      |    Inf 
407.99/408.10	c   373s|  3710k|  2907k|     0 |   0.0 |1348M| 196 |   - | 336 |1605 |   0 |   0 |   0 |2219k|   0 | 0.000000e+00 |      --      |    Inf 
409.20/409.29	c   374s|  3720k|  2915k|     0 |   0.0 |1351M| 196 |   - | 336 |1574 |   0 |   0 |   0 |2225k|   0 | 0.000000e+00 |      --      |    Inf 
410.49/410.56	c   375s|  3730k|  2923k|     0 |   0.0 |1355M| 196 |   - | 336 |1699 |   0 |   0 |   0 |2231k|   0 | 0.000000e+00 |      --      |    Inf 
411.89/411.93	c   377s|  3740k|  2931k|     0 |   0.0 |1359M| 196 |   - | 336 |1736 |   0 |   0 |   0 |2237k|   0 | 0.000000e+00 |      --      |    Inf 
413.39/413.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
413.39/413.41	c   378s|  3750k|  2938k|     0 |   0.0 |1363M| 196 |   - | 336 |1831 |   0 |   0 |   0 |2243k|   0 | 0.000000e+00 |      --      |    Inf 
414.79/414.84	c   379s|  3760k|  2945k|     0 |   0.0 |1366M| 196 |   - | 336 |2050 |   0 |   0 |   0 |2250k|   0 | 0.000000e+00 |      --      |    Inf 
416.39/416.48	c   381s|  3770k|  2952k|     0 |   0.0 |1370M| 196 |   - | 336 |1931 |   0 |   0 |   0 |2256k|   0 | 0.000000e+00 |      --      |    Inf 
417.89/417.96	c   382s|  3780k|  2960k|     0 |   0.0 |1374M| 196 |   - | 336 |1945 |   0 |   0 |   0 |2262k|   0 | 0.000000e+00 |      --      |    Inf 
419.29/419.35	c   384s|  3790k|  2967k|     0 |   0.0 |1377M| 196 |   - | 336 |1775 |   0 |   0 |   0 |2268k|   0 | 0.000000e+00 |      --      |    Inf 
420.69/420.74	c   385s|  3800k|  2975k|     0 |   0.0 |1381M| 196 |   - | 336 |1681 |   0 |   0 |   0 |2274k|   0 | 0.000000e+00 |      --      |    Inf 
422.09/422.14	c   386s|  3810k|  2982k|     0 |   0.0 |1385M| 196 |   - | 336 |1593 |   0 |   0 |   0 |2279k|   0 | 0.000000e+00 |      --      |    Inf 
423.50/423.59	c   388s|  3820k|  2990k|     0 |   0.0 |1388M| 196 |   - | 336 |1685 |   0 |   0 |   0 |2285k|   0 | 0.000000e+00 |      --      |    Inf 
425.09/425.13	c   389s|  3830k|  2997k|     0 |   0.0 |1392M| 196 |   - | 336 |1912 |   0 |   0 |   0 |2291k|   0 | 0.000000e+00 |      --      |    Inf 
426.49/426.53	c   390s|  3840k|  3005k|     0 |   0.0 |1396M| 196 |   - | 336 |1600 |   0 |   0 |   0 |2296k|   0 | 0.000000e+00 |      --      |    Inf 
427.79/427.82	c   392s|  3850k|  3012k|     0 |   0.0 |1400M| 196 |   - | 336 |1643 |   0 |   0 |   0 |2302k|   0 | 0.000000e+00 |      --      |    Inf 
429.09/429.16	c   393s|  3860k|  3020k|     0 |   0.0 |1403M| 196 |   - | 336 |1732 |   0 |   0 |   0 |2307k|   0 | 0.000000e+00 |      --      |    Inf 
430.59/430.61	c   394s|  3870k|  3027k|     0 |   0.0 |1407M| 196 |   - | 336 |1678 |   0 |   0 |   0 |2313k|   0 | 0.000000e+00 |      --      |    Inf 
431.89/431.90	c   395s|  3880k|  3035k|     0 |   0.0 |1411M| 196 |   - | 336 |1565 |   0 |   0 |   0 |2319k|   0 | 0.000000e+00 |      --      |    Inf 
433.09/433.14	c   396s|  3890k|  3043k|     0 |   0.0 |1414M| 196 |   - | 336 |1676 |   0 |   0 |   0 |2325k|   0 | 0.000000e+00 |      --      |    Inf 
434.40/434.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
434.40/434.46	c   398s|  3900k|  3050k|     0 |   0.0 |1418M| 196 |   - | 336 |1738 |   0 |   0 |   0 |2330k|   0 | 0.000000e+00 |      --      |    Inf 
435.69/435.74	c   399s|  3910k|  3058k|     0 |   0.0 |1422M| 196 |   - | 336 |1857 |   0 |   0 |   0 |2337k|   0 | 0.000000e+00 |      --      |    Inf 
436.89/436.96	c   400s|  3920k|  3066k|     0 |   0.0 |1425M| 196 |   - | 336 |1603 |   0 |   0 |   0 |2342k|   0 | 0.000000e+00 |      --      |    Inf 
438.19/438.29	c   401s|  3930k|  3073k|     0 |   0.0 |1429M| 196 |   - | 336 |1707 |   0 |   0 |   0 |2348k|   0 | 0.000000e+00 |      --      |    Inf 
439.59/439.68	c   402s|  3940k|  3081k|     0 |   0.0 |1433M| 196 |   - | 336 |1844 |   0 |   0 |   0 |2354k|   0 | 0.000000e+00 |      --      |    Inf 
441.29/441.36	c   404s|  3950k|  3088k|     0 |   0.0 |1436M| 196 |   - | 336 |2051 |   0 |   0 |   0 |2361k|   0 | 0.000000e+00 |      --      |    Inf 
442.89/442.95	c   406s|  3960k|  3095k|     0 |   0.0 |1440M| 196 |   - | 336 |1962 |   0 |   0 |   0 |2367k|   0 | 0.000000e+00 |      --      |    Inf 
444.59/444.64	c   407s|  3970k|  3102k|     0 |   0.0 |1444M| 196 |   - | 336 |1833 |   0 |   0 |   0 |2373k|   0 | 0.000000e+00 |      --      |    Inf 
446.19/446.20	c   409s|  3980k|  3110k|     0 |   0.0 |1448M| 196 |   - | 336 |1961 |   0 |   0 |   0 |2379k|   0 | 0.000000e+00 |      --      |    Inf 
447.60/447.70	c   410s|  3990k|  3117k|     0 |   0.0 |1451M| 196 |   - | 336 |1889 |   0 |   0 |   0 |2385k|   0 | 0.000000e+00 |      --      |    Inf 
449.00/449.01	c   411s|  4000k|  3125k|     0 |   0.0 |1455M| 196 |   - | 336 |1792 |   0 |   0 |   0 |2390k|   0 | 0.000000e+00 |      --      |    Inf 
450.49/450.52	c   413s|  4010k|  3132k|     0 |   0.0 |1458M| 196 |   - | 336 |1559 |   0 |   0 |   0 |2396k|   0 | 0.000000e+00 |      --      |    Inf 
451.89/451.99	c   414s|  4020k|  3140k|     0 |   0.0 |1462M| 196 |   - | 336 |1777 |   0 |   0 |   0 |2402k|   0 | 0.000000e+00 |      --      |    Inf 
453.29/453.37	c   415s|  4030k|  3147k|     0 |   0.0 |1466M| 196 |   - | 336 |1779 |   0 |   0 |   0 |2408k|   0 | 0.000000e+00 |      --      |    Inf 
454.59/454.62	c   416s|  4040k|  3155k|     0 |   0.0 |1469M| 196 |   - | 336 |1683 |   0 |   0 |   0 |2414k|   0 | 0.000000e+00 |      --      |    Inf 
455.79/455.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
455.79/455.86	c   418s|  4050k|  3162k|     0 |   0.0 |1473M| 196 |   - | 336 |1692 |   0 |   0 |   0 |2420k|   0 | 0.000000e+00 |      --      |    Inf 
457.39/457.47	c   419s|  4060k|  3170k|     0 |   0.0 |1477M| 196 |   - | 336 |1641 |   0 |   0 |   0 |2426k|   0 | 0.000000e+00 |      --      |    Inf 
458.79/458.85	c   420s|  4070k|  3177k|     0 |   0.0 |1480M| 196 |   - | 336 |1640 |   0 |   0 |   0 |2432k|   0 | 0.000000e+00 |      --      |    Inf 
460.09/460.13	c   422s|  4080k|  3185k|     0 |   0.0 |1484M| 196 |   - | 336 |1684 |   0 |   0 |   0 |2437k|   0 | 0.000000e+00 |      --      |    Inf 
461.49/461.50	c   423s|  4090k|  3192k|     0 |   0.0 |1488M| 196 |   - | 336 |1764 |   0 |   0 |   0 |2443k|   0 | 0.000000e+00 |      --      |    Inf 
463.00/463.07	c   424s|  4100k|  3200k|     0 |   0.0 |1492M| 196 |   - | 336 |1674 |   0 |   0 |   0 |2449k|   0 | 0.000000e+00 |      --      |    Inf 
464.29/464.38	c   426s|  4110k|  3208k|     0 |   0.0 |1495M| 196 |   - | 336 |1632 |   0 |   0 |   0 |2455k|   0 | 0.000000e+00 |      --      |    Inf 
465.69/465.78	c   427s|  4120k|  3215k|     0 |   0.0 |1499M| 196 |   - | 336 |1797 |   0 |   0 |   0 |2461k|   0 | 0.000000e+00 |      --      |    Inf 
467.29/467.37	c   428s|  4130k|  3223k|     0 |   0.0 |1503M| 196 |   - | 336 |1666 |   0 |   0 |   0 |2466k|   0 | 0.000000e+00 |      --      |    Inf 
468.89/468.97	c   430s|  4140k|  3230k|     0 |   0.0 |1506M| 196 |   - | 336 |1751 |   0 |   0 |   0 |2473k|   0 | 0.000000e+00 |      --      |    Inf 
470.70/470.72	c   432s|  4150k|  3237k|     0 |   0.0 |1510M| 196 |   - | 336 |1682 |   0 |   0 |   0 |2479k|   0 | 0.000000e+00 |      --      |    Inf 
472.19/472.25	c   433s|  4160k|  3244k|     0 |   0.0 |1514M| 196 |   - | 336 |1908 |   0 |   0 |   0 |2486k|   0 | 0.000000e+00 |      --      |    Inf 
473.69/473.74	c   434s|  4170k|  3252k|     0 |   0.0 |1518M| 196 |   - | 336 |1850 |   0 |   0 |   0 |2492k|   0 | 0.000000e+00 |      --      |    Inf 
475.20/475.23	c   436s|  4180k|  3259k|     0 |   0.0 |1521M| 196 |   - | 336 |2013 |   0 |   0 |   0 |2498k|   0 | 0.000000e+00 |      --      |    Inf 
476.79/476.84	c   437s|  4190k|  3266k|     0 |   0.0 |1525M| 196 |   - | 336 |1752 |   0 |   0 |   0 |2504k|   0 | 0.000000e+00 |      --      |    Inf 
478.40/478.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
478.40/478.44	c   439s|  4200k|  3273k|     0 |   0.0 |1529M| 196 |   - | 336 |1776 |   0 |   0 |   0 |2510k|   0 | 0.000000e+00 |      --      |    Inf 
479.89/479.98	c   440s|  4210k|  3281k|     0 |   0.0 |1532M| 196 |   - | 336 |1907 |   0 |   0 |   0 |2516k|   0 | 0.000000e+00 |      --      |    Inf 
481.19/481.24	c   441s|  4220k|  3288k|     0 |   0.0 |1536M| 196 |   - | 336 |1718 |   0 |   0 |   0 |2522k|   0 | 0.000000e+00 |      --      |    Inf 
482.59/482.61	c   443s|  4230k|  3296k|     0 |   0.0 |1540M| 196 |   - | 336 |1766 |   0 |   0 |   0 |2528k|   0 | 0.000000e+00 |      --      |    Inf 
484.19/484.28	c   444s|  4240k|  3303k|     0 |   0.0 |1543M| 196 |   - | 336 |1845 |   0 |   0 |   0 |2534k|   0 | 0.000000e+00 |      --      |    Inf 
485.69/485.75	c   446s|  4250k|  3311k|     0 |   0.0 |1547M| 196 |   - | 336 |1688 |   0 |   0 |   0 |2540k|   0 | 0.000000e+00 |      --      |    Inf 
487.10/487.19	c   447s|  4260k|  3318k|     0 |   0.0 |1551M| 196 |   - | 336 |1702 |   0 |   0 |   0 |2546k|   0 | 0.000000e+00 |      --      |    Inf 
488.59/488.63	c   448s|  4270k|  3326k|     0 |   0.0 |1555M| 196 |   - | 336 |1758 |   0 |   0 |   0 |2552k|   0 | 0.000000e+00 |      --      |    Inf 
490.09/490.15	c   450s|  4280k|  3333k|     0 |   0.0 |1558M| 196 |   - | 336 |1699 |   0 |   0 |   0 |2558k|   0 | 0.000000e+00 |      --      |    Inf 
491.39/491.47	c   451s|  4290k|  3341k|     0 |   0.0 |1562M| 196 |   - | 336 |1632 |   0 |   0 |   0 |2564k|   0 | 0.000000e+00 |      --      |    Inf 
492.99/493.06	c   453s|  4300k|  3348k|     0 |   0.0 |1566M| 196 |   - | 336 |1727 |   0 |   0 |   0 |2570k|   0 | 0.000000e+00 |      --      |    Inf 
494.59/494.65	c   454s|  4310k|  3356k|     0 |   0.0 |1569M| 196 |   - | 336 |1642 |   0 |   0 |   0 |2575k|   0 | 0.000000e+00 |      --      |    Inf 
496.00/496.10	c   455s|  4320k|  3363k|     0 |   0.0 |1573M| 196 |   - | 336 |1780 |   0 |   0 |   0 |2581k|   0 | 0.000000e+00 |      --      |    Inf 
497.49/497.54	c   457s|  4330k|  3371k|     0 |   0.0 |1577M| 196 |   - | 336 |1561 |   0 |   0 |   0 |2587k|   0 | 0.000000e+00 |      --      |    Inf 
498.89/498.99	c   458s|  4340k|  3378k|     0 |   0.0 |1580M| 196 |   - | 336 |1770 |   0 |   0 |   0 |2594k|   0 | 0.000000e+00 |      --      |    Inf 
500.40/500.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
500.40/500.45	c   459s|  4350k|  3385k|     0 |   0.0 |1584M| 196 |   - | 336 |1792 |   0 |   0 |   0 |2600k|   0 | 0.000000e+00 |      --      |    Inf 
502.19/502.23	c   461s|  4360k|  3392k|     0 |   0.0 |1588M| 196 |   - | 336 |2019 |   0 |   0 |   0 |2607k|   0 | 0.000000e+00 |      --      |    Inf 
503.80/503.81	c   463s|  4370k|  3399k|     0 |   0.0 |1592M| 196 |   - | 336 |1986 |   0 |   0 |   0 |2613k|   0 | 0.000000e+00 |      --      |    Inf 
505.49/505.54	c   464s|  4380k|  3406k|     0 |   0.0 |1595M| 196 |   - | 336 |1937 |   0 |   0 |   0 |2620k|   0 | 0.000000e+00 |      --      |    Inf 
507.09/507.15	c   466s|  4390k|  3414k|     0 |   0.0 |1599M| 196 |   - | 336 |2057 |   0 |   0 |   0 |2626k|   0 | 0.000000e+00 |      --      |    Inf 
508.49/508.54	c   467s|  4400k|  3421k|     0 |   0.0 |1603M| 196 |   - | 336 |1980 |   0 |   0 |   0 |2631k|   0 | 0.000000e+00 |      --      |    Inf 
510.19/510.25	c   469s|  4410k|  3428k|     0 |   0.0 |1606M| 196 |   - | 336 |1756 |   0 |   0 |   0 |2637k|   0 | 0.000000e+00 |      --      |    Inf 
511.80/511.85	c   470s|  4420k|  3435k|     0 |   0.0 |1610M| 196 |   - | 336 |1865 |   0 |   0 |   0 |2644k|   0 | 0.000000e+00 |      --      |    Inf 
513.39/513.40	c   472s|  4430k|  3443k|     0 |   0.0 |1614M| 196 |   - | 336 |1723 |   0 |   0 |   0 |2649k|   0 | 0.000000e+00 |      --      |    Inf 
514.69/514.80	c   473s|  4440k|  3450k|     0 |   0.0 |1618M| 196 |   - | 336 |1773 |   0 |   0 |   0 |2655k|   0 | 0.000000e+00 |      --      |    Inf 
516.19/516.28	c   474s|  4450k|  3457k|     0 |   0.0 |1621M| 196 |   - | 336 |1819 |   0 |   0 |   0 |2661k|   0 | 0.000000e+00 |      --      |    Inf 
517.79/517.86	c   476s|  4460k|  3465k|     0 |   0.0 |1625M| 196 |   - | 336 |1888 |   0 |   0 |   0 |2667k|   0 | 0.000000e+00 |      --      |    Inf 
519.39/519.40	c   477s|  4470k|  3472k|     0 |   0.0 |1629M| 196 |   - | 336 |1784 |   0 |   0 |   0 |2673k|   0 | 0.000000e+00 |      --      |    Inf 
520.69/520.74	c   478s|  4480k|  3480k|     0 |   0.0 |1633M| 196 |   - | 336 |1714 |   0 |   0 |   0 |2679k|   0 | 0.000000e+00 |      --      |    Inf 
522.29/522.30	c   480s|  4490k|  3487k|     0 |   0.0 |1636M| 196 |   - | 336 |1766 |   0 |   0 |   0 |2685k|   0 | 0.000000e+00 |      --      |    Inf 
523.69/523.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
523.69/523.71	c   481s|  4500k|  3495k|     0 |   0.0 |1640M| 196 |   - | 336 |1679 |   0 |   0 |   0 |2691k|   0 | 0.000000e+00 |      --      |    Inf 
525.09/525.17	c   482s|  4510k|  3502k|     0 |   0.0 |1644M| 196 |   - | 336 |1727 |   0 |   0 |   0 |2696k|   0 | 0.000000e+00 |      --      |    Inf 
526.49/526.54	c   484s|  4520k|  3510k|     0 |   0.0 |1647M| 196 |   - | 336 |1498 |   0 |   0 |   0 |2703k|   0 | 0.000000e+00 |      --      |    Inf 
527.89/527.97	c   485s|  4530k|  3517k|     0 |   0.0 |1651M| 196 |   - | 336 |1856 |   0 |   0 |   0 |2709k|   0 | 0.000000e+00 |      --      |    Inf 
529.30/529.38	c   486s|  4540k|  3525k|     0 |   0.0 |1655M| 196 |   - | 336 |1620 |   0 |   0 |   0 |2715k|   0 | 0.000000e+00 |      --      |    Inf 
530.99/531.05	c   488s|  4550k|  3532k|     0 |   0.0 |1658M| 196 |   - | 336 |1796 |   0 |   0 |   0 |2721k|   0 | 0.000000e+00 |      --      |    Inf 
532.79/532.80	c   490s|  4560k|  3539k|     0 |   0.0 |1662M| 196 |   - | 336 |1980 |   0 |   0 |   0 |2728k|   0 | 0.000000e+00 |      --      |    Inf 
534.50/534.52	c   491s|  4570k|  3546k|     0 |   0.0 |1666M| 196 |   - | 336 |1960 |   0 |   0 |   0 |2734k|   0 | 0.000000e+00 |      --      |    Inf 
536.19/536.27	c   493s|  4580k|  3553k|     0 |   0.0 |1670M| 196 |   - | 336 |1939 |   0 |   0 |   0 |2741k|   0 | 0.000000e+00 |      --      |    Inf 
537.70/537.79	c   494s|  4590k|  3560k|     0 |   0.0 |1673M| 196 |   - | 336 |1866 |   0 |   0 |   0 |2747k|   0 | 0.000000e+00 |      --      |    Inf 
539.59/539.60	c   496s|  4600k|  3567k|     0 |   0.0 |1677M| 196 |   - | 336 |1820 |   0 |   0 |   0 |2753k|   0 | 0.000000e+00 |      --      |    Inf 
541.10/541.20	c   497s|  4610k|  3574k|     0 |   0.0 |1681M| 196 |   - | 336 |1865 |   0 |   0 |   0 |2760k|   0 | 0.000000e+00 |      --      |    Inf 
542.60/542.63	c   499s|  4620k|  3581k|     0 |   0.0 |1684M| 196 |   - | 336 |1802 |   0 |   0 |   0 |2765k|   0 | 0.000000e+00 |      --      |    Inf 
544.40/544.43	c   500s|  4630k|  3588k|     0 |   0.0 |1688M| 196 |   - | 336 |1953 |   0 |   0 |   0 |2772k|   0 | 0.000000e+00 |      --      |    Inf 
546.00/546.02	c   502s|  4640k|  3596k|     0 |   0.0 |1692M| 196 |   - | 336 |1776 |   0 |   0 |   0 |2778k|   0 | 0.000000e+00 |      --      |    Inf 
547.70/547.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
547.70/547.72	c   504s|  4650k|  3603k|     0 |   0.0 |1696M| 196 |   - | 336 |1908 |   0 |   0 |   0 |2785k|   0 | 0.000000e+00 |      --      |    Inf 
549.20/549.27	c   505s|  4660k|  3610k|     0 |   0.0 |1699M| 196 |   - | 336 |2015 |   0 |   0 |   0 |2791k|   0 | 0.000000e+00 |      --      |    Inf 
550.69/550.76	c   506s|  4670k|  3618k|     0 |   0.0 |1703M| 196 |   - | 336 |1893 |   0 |   0 |   0 |2798k|   0 | 0.000000e+00 |      --      |    Inf 
551.99/552.06	c   508s|  4680k|  3625k|     0 |   0.0 |1707M| 196 |   - | 336 |1890 |   0 |   0 |   0 |2804k|   0 | 0.000000e+00 |      --      |    Inf 
553.59/553.68	c   509s|  4690k|  3633k|     0 |   0.0 |1710M| 196 |   - | 336 |1720 |   0 |   0 |   0 |2810k|   0 | 0.000000e+00 |      --      |    Inf 
555.20/555.29	c   511s|  4700k|  3640k|     0 |   0.0 |1714M| 196 |   - | 336 |1809 |   0 |   0 |   0 |2816k|   0 | 0.000000e+00 |      --      |    Inf 
556.79/556.86	c   512s|  4710k|  3647k|     0 |   0.0 |1718M| 196 |   - | 336 |1722 |   0 |   0 |   0 |2822k|   0 | 0.000000e+00 |      --      |    Inf 
558.29/558.35	c   513s|  4720k|  3655k|     0 |   0.0 |1721M| 196 |   - | 336 |1748 |   0 |   0 |   0 |2828k|   0 | 0.000000e+00 |      --      |    Inf 
559.69/559.77	c   515s|  4730k|  3662k|     0 |   0.0 |1725M| 196 |   - | 336 |1598 |   0 |   0 |   0 |2834k|   0 | 0.000000e+00 |      --      |    Inf 
561.30/561.32	c   516s|  4740k|  3670k|     0 |   0.0 |1729M| 196 |   - | 336 |1703 |   0 |   0 |   0 |2840k|   0 | 0.000000e+00 |      --      |    Inf 
562.69/562.75	c   518s|  4750k|  3677k|     0 |   0.0 |1733M| 196 |   - | 336 |1637 |   0 |   0 |   0 |2846k|   0 | 0.000000e+00 |      --      |    Inf 
564.09/564.18	c   519s|  4760k|  3685k|     0 |   0.0 |1736M| 196 |   - | 336 |1608 |   0 |   0 |   0 |2852k|   0 | 0.000000e+00 |      --      |    Inf 
565.79/565.82	c   520s|  4770k|  3692k|     0 |   0.0 |1740M| 196 |   - | 336 |2002 |   0 |   0 |   0 |2858k|   0 | 0.000000e+00 |      --      |    Inf 
567.80/567.84	c   522s|  4780k|  3698k|     0 |   0.0 |1744M| 196 |   - | 336 |2245 |   0 |   0 |   0 |2865k|   0 | 0.000000e+00 |      --      |    Inf 
569.70/569.76	c   524s|  4790k|  3705k|     0 |   0.0 |1747M| 196 |   - | 336 |1833 |   0 |   0 |   0 |2872k|   0 | 0.000000e+00 |      --      |    Inf 
571.50/571.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
571.50/571.55	c   526s|  4800k|  3712k|     0 |   0.0 |1751M| 196 |   - | 336 |1908 |   0 |   0 |   0 |2878k|   0 | 0.000000e+00 |      --      |    Inf 
573.30/573.30	c   528s|  4810k|  3719k|     0 |   0.0 |1755M| 196 |   - | 336 |1792 |   0 |   0 |   0 |2885k|   0 | 0.000000e+00 |      --      |    Inf 
574.89/574.98	c   529s|  4820k|  3726k|     0 |   0.0 |1759M| 196 |   - | 336 |1884 |   0 |   0 |   0 |2891k|   0 | 0.000000e+00 |      --      |    Inf 
576.69/576.73	c   531s|  4830k|  3733k|     0 |   0.0 |1762M| 196 |   - | 336 |1786 |   0 |   0 |   0 |2897k|   0 | 0.000000e+00 |      --      |    Inf 
578.40/578.40	c   532s|  4840k|  3740k|     0 |   0.0 |1766M| 196 |   - | 336 |1781 |   0 |   0 |   0 |2903k|   0 | 0.000000e+00 |      --      |    Inf 
579.99/580.09	c   534s|  4850k|  3748k|     0 |   0.0 |1770M| 196 |   - | 336 |2149 |   0 |   0 |   0 |2910k|   0 | 0.000000e+00 |      --      |    Inf 
581.80/581.86	c   536s|  4860k|  3755k|     0 |   0.0 |1774M| 196 |   - | 336 |1884 |   0 |   0 |   0 |2917k|   0 | 0.000000e+00 |      --      |    Inf 
583.49/583.53	c   537s|  4870k|  3762k|     0 |   0.0 |1777M| 196 |   - | 336 |1851 |   0 |   0 |   0 |2923k|   0 | 0.000000e+00 |      --      |    Inf 
585.10/585.16	c   539s|  4880k|  3769k|     0 |   0.0 |1781M| 196 |   - | 336 |1924 |   0 |   0 |   0 |2930k|   0 | 0.000000e+00 |      --      |    Inf 
586.59/586.69	c   540s|  4890k|  3776k|     0 |   0.0 |1785M| 196 |   - | 336 |1635 |   0 |   0 |   0 |2935k|   0 | 0.000000e+00 |      --      |    Inf 
588.19/588.28	c   542s|  4900k|  3784k|     0 |   0.0 |1789M| 196 |   - | 336 |1758 |   0 |   0 |   0 |2942k|   0 | 0.000000e+00 |      --      |    Inf 
589.69/589.78	c   543s|  4910k|  3791k|     0 |   0.0 |1792M| 196 |   - | 336 |1543 |   0 |   0 |   0 |2947k|   0 | 0.000000e+00 |      --      |    Inf 
591.29/591.31	c   544s|  4920k|  3799k|     0 |   0.0 |1796M| 196 |   - | 336 |1831 |   0 |   0 |   0 |2953k|   0 | 0.000000e+00 |      --      |    Inf 
592.80/592.84	c   546s|  4930k|  3806k|     0 |   0.0 |1800M| 196 |   - | 336 |1698 |   0 |   0 |   0 |2960k|   0 | 0.000000e+00 |      --      |    Inf 
594.30/594.37	c   547s|  4940k|  3813k|     0 |   0.0 |1803M| 196 |   - | 336 |1677 |   0 |   0 |   0 |2966k|   0 | 0.000000e+00 |      --      |    Inf 
595.89/595.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
595.89/595.90	c   549s|  4950k|  3821k|     0 |   0.0 |1807M| 196 |   - | 336 |1833 |   0 |   0 |   0 |2972k|   0 | 0.000000e+00 |      --      |    Inf 
597.20/597.25	c   550s|  4960k|  3828k|     0 |   0.0 |1811M| 196 |   - | 336 |1710 |   0 |   0 |   0 |2978k|   0 | 0.000000e+00 |      --      |    Inf 
598.69/598.73	c   551s|  4970k|  3836k|     0 |   0.0 |1815M| 196 |   - | 336 |1848 |   0 |   0 |   0 |2984k|   0 | 0.000000e+00 |      --      |    Inf 
600.39/600.45	c   553s|  4980k|  3843k|     0 |   0.0 |1818M| 196 |   - | 336 |1848 |   0 |   0 |   0 |2991k|   0 | 0.000000e+00 |      --      |    Inf 
602.40/602.40	c   555s|  4990k|  3850k|     0 |   0.0 |1822M| 196 |   - | 336 |2175 |   0 |   0 |   0 |2998k|   0 | 0.000000e+00 |      --      |    Inf 
604.10/604.17	c   556s|  5000k|  3857k|     0 |   0.0 |1826M| 196 |   - | 336 |2169 |   0 |   0 |   0 |3005k|   0 | 0.000000e+00 |      --      |    Inf 
605.89/605.90	c   558s|  5010k|  3863k|     0 |   0.0 |1830M| 196 |   - | 336 |2188 |   0 |   0 |   0 |3012k|   0 | 0.000000e+00 |      --      |    Inf 
607.49/607.51	c   560s|  5020k|  3870k|     0 |   0.0 |1834M| 196 |   - | 336 |2003 |   0 |   0 |   0 |3019k|   0 | 0.000000e+00 |      --      |    Inf 
609.09/609.14	c   561s|  5030k|  3877k|     0 |   0.0 |1837M| 196 |   - | 336 |2033 |   0 |   0 |   0 |3026k|   0 | 0.000000e+00 |      --      |    Inf 
610.89/610.93	c   563s|  5040k|  3884k|     0 |   0.0 |1841M| 196 |   - | 336 |2118 |   0 |   0 |   0 |3033k|   0 | 0.000000e+00 |      --      |    Inf 
612.79/612.86	c   565s|  5050k|  3891k|     0 |   0.0 |1845M| 196 |   - | 336 |1916 |   0 |   0 |   0 |3039k|   0 | 0.000000e+00 |      --      |    Inf 
614.69/614.76	c   566s|  5060k|  3898k|     0 |   0.0 |1849M| 196 |   - | 336 |1955 |   0 |   0 |   0 |3046k|   0 | 0.000000e+00 |      --      |    Inf 
616.49/616.52	c   568s|  5070k|  3905k|     0 |   0.0 |1853M| 196 |   - | 336 |2005 |   0 |   0 |   0 |3053k|   0 | 0.000000e+00 |      --      |    Inf 
618.20/618.22	c   570s|  5080k|  3912k|     0 |   0.0 |1856M| 196 |   - | 336 |1953 |   0 |   0 |   0 |3059k|   0 | 0.000000e+00 |      --      |    Inf 
620.00/620.07	c   572s|  5090k|  3919k|     0 |   0.0 |1860M| 196 |   - | 336 |1651 |   0 |   0 |   0 |3066k|   0 | 0.000000e+00 |      --      |    Inf 
621.60/621.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
621.60/621.68	c   573s|  5100k|  3927k|     0 |   0.0 |1864M| 196 |   - | 336 |1891 |   0 |   0 |   0 |3072k|   0 | 0.000000e+00 |      --      |    Inf 
623.09/623.19	c   574s|  5110k|  3934k|     0 |   0.0 |1867M| 196 |   - | 336 |1716 |   0 |   0 |   0 |3078k|   0 | 0.000000e+00 |      --      |    Inf 
624.89/624.98	c   576s|  5120k|  3941k|     0 |   0.0 |1871M| 196 |   - | 336 |1948 |   0 |   0 |   0 |3085k|   0 | 0.000000e+00 |      --      |    Inf 
626.69/626.74	c   578s|  5130k|  3948k|     0 |   0.0 |1875M| 196 |   - | 336 |1849 |   0 |   0 |   0 |3091k|   0 | 0.000000e+00 |      --      |    Inf 
628.20/628.26	c   579s|  5140k|  3956k|     0 |   0.0 |1879M| 196 |   - | 336 |1841 |   0 |   0 |   0 |3097k|   0 | 0.000000e+00 |      --      |    Inf 
629.89/629.92	c   581s|  5150k|  3963k|     0 |   0.0 |1883M| 196 |   - | 336 |1759 |   0 |   0 |   0 |3103k|   0 | 0.000000e+00 |      --      |    Inf 
631.50/631.50	c   582s|  5160k|  3970k|     0 |   0.0 |1886M| 196 |   - | 336 |1681 |   0 |   0 |   0 |3109k|   0 | 0.000000e+00 |      --      |    Inf 
633.10/633.12	c   584s|  5170k|  3978k|     0 |   0.0 |1890M| 196 |   - | 336 |1709 |   0 |   0 |   0 |3115k|   0 | 0.000000e+00 |      --      |    Inf 
634.60/634.69	c   585s|  5180k|  3985k|     0 |   0.0 |1894M| 196 |   - | 336 |1830 |   0 |   0 |   0 |3122k|   0 | 0.000000e+00 |      --      |    Inf 
636.19/636.22	c   587s|  5190k|  3993k|     0 |   0.0 |1897M| 196 |   - | 336 |1694 |   0 |   0 |   0 |3128k|   0 | 0.000000e+00 |      --      |    Inf 
637.90/637.94	c   588s|  5200k|  4000k|     0 |   0.0 |1901M| 196 |   - | 336 |1883 |   0 |   0 |   0 |3134k|   0 | 0.000000e+00 |      --      |    Inf 
639.69/639.73	c   590s|  5210k|  4006k|     0 |   0.0 |1905M| 196 |   - | 336 |2136 |   0 |   0 |   0 |3142k|   0 | 0.000000e+00 |      --      |    Inf 
641.69/641.71	c   592s|  5220k|  4013k|     0 |   0.0 |1909M| 196 |   - | 336 |2227 |   0 |   0 |   0 |3149k|   0 | 0.000000e+00 |      --      |    Inf 
643.79/643.84	c   594s|  5230k|  4020k|     0 |   0.0 |1913M| 196 |   - | 336 |1999 |   0 |   0 |   0 |3156k|   0 | 0.000000e+00 |      --      |    Inf 
645.80/645.89	c   596s|  5240k|  4026k|     0 |   0.0 |1917M| 196 |   - | 336 |1943 |   0 |   0 |   0 |3163k|   0 | 0.000000e+00 |      --      |    Inf 
647.81/647.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
647.81/647.80	c   598s|  5250k|  4033k|     0 |   0.0 |1920M| 196 |   - | 336 |2150 |   0 |   0 |   0 |3171k|   0 | 0.000000e+00 |      --      |    Inf 
649.80/649.85	c   600s|  5260k|  4040k|     0 |   0.0 |1924M| 196 |   - | 336 |2174 |   0 |   0 |   0 |3178k|   0 | 0.000000e+00 |      --      |    Inf 
651.59/651.60	c   601s|  5270k|  4047k|     0 |   0.0 |1928M| 196 |   - | 336 |2084 |   0 |   0 |   0 |3185k|   0 | 0.000000e+00 |      --      |    Inf 
653.31/653.38	c   603s|  5280k|  4054k|     0 |   0.0 |1932M| 196 |   - | 336 |1934 |   0 |   0 |   0 |3192k|   0 | 0.000000e+00 |      --      |    Inf 
655.10/655.16	c   605s|  5290k|  4061k|     0 |   0.0 |1935M| 196 |   - | 336 |1906 |   0 |   0 |   0 |3198k|   0 | 0.000000e+00 |      --      |    Inf 
656.79/656.86	c   606s|  5300k|  4068k|     0 |   0.0 |1939M| 196 |   - | 336 |1882 |   0 |   0 |   0 |3205k|   0 | 0.000000e+00 |      --      |    Inf 
658.49/658.57	c   608s|  5310k|  4075k|     0 |   0.0 |1943M| 196 |   - | 336 |1909 |   0 |   0 |   0 |3211k|   0 | 0.000000e+00 |      --      |    Inf 
660.20/660.21	c   609s|  5320k|  4082k|     0 |   0.0 |1947M| 196 |   - | 336 |1851 |   0 |   0 |   0 |3218k|   0 | 0.000000e+00 |      --      |    Inf 
661.80/661.81	c   611s|  5330k|  4090k|     0 |   0.0 |1951M| 196 |   - | 336 |1882 |   0 |   0 |   0 |3224k|   0 | 0.000000e+00 |      --      |    Inf 
663.31/663.35	c   612s|  5340k|  4097k|     0 |   0.0 |1954M| 196 |   - | 336 |1757 |   0 |   0 |   0 |3230k|   0 | 0.000000e+00 |      --      |    Inf 
665.09/665.19	c   614s|  5350k|  4104k|     0 |   0.0 |1958M| 196 |   - | 336 |1855 |   0 |   0 |   0 |3237k|   0 | 0.000000e+00 |      --      |    Inf 
666.60/666.69	c   615s|  5360k|  4111k|     0 |   0.0 |1962M| 196 |   - | 336 |1858 |   0 |   0 |   0 |3243k|   0 | 0.000000e+00 |      --      |    Inf 
668.20/668.25	c   617s|  5370k|  4118k|     0 |   0.0 |1965M| 196 |   - | 336 |1744 |   0 |   0 |   0 |3249k|   0 | 0.000000e+00 |      --      |    Inf 
669.90/669.92	c   618s|  5380k|  4126k|     0 |   0.0 |1969M| 196 |   - | 336 |1854 |   0 |   0 |   0 |3255k|   0 | 0.000000e+00 |      --      |    Inf 
671.49/671.52	c   620s|  5390k|  4133k|     0 |   0.0 |1973M| 196 |   - | 336 |1792 |   0 |   0 |   0 |3262k|   0 | 0.000000e+00 |      --      |    Inf 
673.20/673.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
673.20/673.23	c   622s|  5400k|  4140k|     0 |   0.0 |1977M| 196 |   - | 336 |1886 |   0 |   0 |   0 |3268k|   0 | 0.000000e+00 |      --      |    Inf 
674.79/674.85	c   623s|  5410k|  4148k|     0 |   0.0 |1980M| 196 |   - | 336 |1871 |   0 |   0 |   0 |3274k|   0 | 0.000000e+00 |      --      |    Inf 
676.40/676.42	c   625s|  5420k|  4155k|     0 |   0.0 |1984M| 196 |   - | 336 |1839 |   0 |   0 |   0 |3281k|   0 | 0.000000e+00 |      --      |    Inf 
677.89/677.94	c   626s|  5430k|  4161k|     0 |   0.0 |1988M| 196 |   - | 336 |2268 |   0 |   0 |   0 |3289k|   0 | 0.000000e+00 |      --      |    Inf 
679.50/679.50	c   628s|  5440k|  4168k|     0 |   0.0 |1992M| 196 |   - | 336 |2094 |   0 |   0 |   0 |3297k|   0 | 0.000000e+00 |      --      |    Inf 
680.90/680.96	c   629s|  5450k|  4174k|     0 |   0.0 |1996M| 196 |   - | 336 |2099 |   0 |   0 |   0 |3304k|   0 | 0.000000e+00 |      --      |    Inf 
682.60/682.62	c   630s|  5460k|  4181k|     0 |   0.0 |2000M| 196 |   - | 336 |2145 |   0 |   0 |   0 |3312k|   0 | 0.000000e+00 |      --      |    Inf 
684.10/684.18	c   632s|  5470k|  4188k|     0 |   0.0 |2004M| 196 |   - | 336 |2286 |   0 |   0 |   0 |3319k|   0 | 0.000000e+00 |      --      |    Inf 
685.59/685.65	c   633s|  5480k|  4195k|     0 |   0.0 |2008M| 196 |   - | 336 |1992 |   0 |   0 |   0 |3326k|   0 | 0.000000e+00 |      --      |    Inf 
687.40/687.45	c   635s|  5490k|  4202k|     0 |   0.0 |2012M| 196 |   - | 336 |1913 |   0 |   0 |   0 |3333k|   0 | 0.000000e+00 |      --      |    Inf 
688.99/689.02	c   636s|  5500k|  4209k|     0 |   0.0 |2016M| 196 |   - | 336 |1946 |   0 |   0 |   0 |3339k|   0 | 0.000000e+00 |      --      |    Inf 
690.60/690.67	c   638s|  5510k|  4216k|     0 |   0.0 |2020M| 196 |   - | 336 |1950 |   0 |   0 |   0 |3346k|   0 | 0.000000e+00 |      --      |    Inf 
692.20/692.21	c   639s|  5520k|  4223k|     0 |   0.0 |2023M| 196 |   - | 336 |1821 |   0 |   0 |   0 |3352k|   0 | 0.000000e+00 |      --      |    Inf 
693.59/693.68	c   641s|  5530k|  4230k|     0 |   0.0 |2027M| 196 |   - | 336 |1801 |   0 |   0 |   0 |3359k|   0 | 0.000000e+00 |      --      |    Inf 
695.20/695.28	c   642s|  5540k|  4237k|     0 |   0.0 |2031M| 196 |   - | 336 |1882 |   0 |   0 |   0 |3366k|   0 | 0.000000e+00 |      --      |    Inf 
696.70/696.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
696.70/696.73	c   644s|  5550k|  4244k|     0 |   0.0 |2035M| 196 |   - | 336 |1924 |   0 |   0 |   0 |3372k|   0 | 0.000000e+00 |      --      |    Inf 
698.19/698.25	c   645s|  5560k|  4252k|     0 |   0.0 |2039M| 196 |   - | 336 |1882 |   0 |   0 |   0 |3379k|   0 | 0.000000e+00 |      --      |    Inf 
699.69/699.76	c   646s|  5570k|  4259k|     0 |   0.0 |2042M| 196 |   - | 336 |1878 |   0 |   0 |   0 |3386k|   0 | 0.000000e+00 |      --      |    Inf 
701.29/701.34	c   648s|  5580k|  4266k|     0 |   0.0 |2046M| 196 |   - | 336 |1807 |   0 |   0 |   0 |3392k|   0 | 0.000000e+00 |      --      |    Inf 
702.80/702.81	c   649s|  5590k|  4273k|     0 |   0.0 |2050M| 196 |   - | 336 |1890 |   0 |   0 |   0 |3399k|   0 | 0.000000e+00 |      --      |    Inf 
704.30/704.36	c   651s|  5600k|  4280k|     0 |   0.0 |2054M| 196 |   - | 336 |1857 |   0 |   0 |   0 |3405k|   0 | 0.000000e+00 |      --      |    Inf 
705.80/705.87	c   652s|  5610k|  4288k|     0 |   0.0 |2058M| 196 |   - | 336 |1854 |   0 |   0 |   0 |3412k|   0 | 0.000000e+00 |      --      |    Inf 
707.20/707.25	c   653s|  5620k|  4295k|     0 |   0.0 |2061M| 196 |   - | 336 |1721 |   0 |   0 |   0 |3418k|   0 | 0.000000e+00 |      --      |    Inf 
708.60/708.64	c   655s|  5630k|  4302k|     0 |   0.0 |2065M| 196 |   - | 336 |1683 |   0 |   0 |   0 |3424k|   0 | 0.000000e+00 |      --      |    Inf 
709.99/710.04	c   656s|  5640k|  4309k|     0 |   0.0 |2069M| 196 |   - | 336 |1782 |   0 |   0 |   0 |3430k|   0 | 0.000000e+00 |      --      |    Inf 
711.49/711.56	c   657s|  5650k|  4316k|     0 |   0.0 |2073M| 196 |   - | 336 |2030 |   0 |   0 |   0 |3437k|   0 | 0.000000e+00 |      --      |    Inf 
713.29/713.32	c   659s|  5660k|  4323k|     0 |   0.0 |2077M| 196 |   - | 336 |2322 |   0 |   0 |   0 |3446k|   0 | 0.000000e+00 |      --      |    Inf 
714.90/714.99	c   661s|  5670k|  4329k|     0 |   0.0 |2081M| 196 |   - | 336 |2107 |   0 |   0 |   0 |3453k|   0 | 0.000000e+00 |      --      |    Inf 
716.80/716.88	c   662s|  5680k|  4336k|     0 |   0.0 |2085M| 196 |   - | 336 |2373 |   0 |   0 |   0 |3461k|   0 | 0.000000e+00 |      --      |    Inf 
718.70/718.71	c   664s|  5690k|  4342k|     0 |   0.0 |2089M| 196 |   - | 336 |2332 |   0 |   0 |   0 |3469k|   0 | 0.000000e+00 |      --      |    Inf 
720.30/720.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
720.30/720.40	c   666s|  5700k|  4349k|     0 |   0.0 |2093M| 196 |   - | 336 |2221 |   0 |   0 |   0 |3476k|   0 | 0.000000e+00 |      --      |    Inf 
722.10/722.15	c   667s|  5710k|  4356k|     0 |   0.0 |2097M| 196 |   - | 336 |1972 |   0 |   0 |   0 |3484k|   0 | 0.000000e+00 |      --      |    Inf 
723.60/723.66	c   669s|  5720k|  4363k|     0 |   0.0 |2100M| 196 |   - | 336 |1868 |   0 |   0 |   0 |3490k|   0 | 0.000000e+00 |      --      |    Inf 
725.20/725.28	c   670s|  5730k|  4370k|     0 |   0.0 |2104M| 196 |   - | 336 |2028 |   0 |   0 |   0 |3497k|   0 | 0.000000e+00 |      --      |    Inf 
726.80/726.85	c   672s|  5740k|  4377k|     0 |   0.0 |2108M| 196 |   - | 336 |1916 |   0 |   0 |   0 |3504k|   0 | 0.000000e+00 |      --      |    Inf 
728.29/728.35	c   673s|  5750k|  4384k|     0 |   0.0 |2112M| 196 |   - | 336 |1967 |   0 |   0 |   0 |3511k|   0 | 0.000000e+00 |      --      |    Inf 
729.80/729.87	c   675s|  5760k|  4391k|     0 |   0.0 |2116M| 196 |   - | 336 |1935 |   0 |   0 |   0 |3518k|   0 | 0.000000e+00 |      --      |    Inf 
731.30/731.34	c   676s|  5770k|  4398k|     0 |   0.0 |2120M| 196 |   - | 336 |1951 |   0 |   0 |   0 |3524k|   0 | 0.000000e+00 |      --      |    Inf 
732.70/732.76	c   677s|  5780k|  4405k|     0 |   0.0 |2124M| 196 |   - | 336 |2078 |   0 |   0 |   0 |3531k|   0 | 0.000000e+00 |      --      |    Inf 
734.29/734.39	c   679s|  5790k|  4412k|     0 |   0.0 |2128M| 196 |   - | 336 |1838 |   0 |   0 |   0 |3538k|   0 | 0.000000e+00 |      --      |    Inf 
735.80/735.83	c   680s|  5800k|  4419k|     0 |   0.0 |2131M| 196 |   - | 336 |1938 |   0 |   0 |   0 |3545k|   0 | 0.000000e+00 |      --      |    Inf 
737.20/737.26	c   681s|  5810k|  4426k|     0 |   0.0 |2135M| 196 |   - | 336 |2007 |   0 |   0 |   0 |3552k|   0 | 0.000000e+00 |      --      |    Inf 
738.60/738.69	c   683s|  5820k|  4433k|     0 |   0.0 |2139M| 196 |   - | 336 |1999 |   0 |   0 |   0 |3558k|   0 | 0.000000e+00 |      --      |    Inf 
740.21/740.26	c   684s|  5830k|  4440k|     0 |   0.0 |2143M| 196 |   - | 336 |2026 |   0 |   0 |   0 |3565k|   0 | 0.000000e+00 |      --      |    Inf 
741.70/741.73	c   686s|  5840k|  4448k|     0 |   0.0 |2147M| 196 |   - | 336 |2067 |   0 |   0 |   0 |3571k|   0 | 0.000000e+00 |      --      |    Inf 
743.10/743.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
743.10/743.16	c   687s|  5850k|  4455k|     0 |   0.0 |2150M| 196 |   - | 336 |2003 |   0 |   0 |   0 |3578k|   0 | 0.000000e+00 |      --      |    Inf 
744.50/744.59	c   688s|  5860k|  4462k|     0 |   0.0 |2154M| 196 |   - | 336 |2045 |   0 |   0 |   0 |3585k|   0 | 0.000000e+00 |      --      |    Inf 
746.10/746.14	c   690s|  5870k|  4469k|     0 |   0.0 |2158M| 196 |   - | 336 |2252 |   0 |   0 |   0 |3592k|   0 | 0.000000e+00 |      --      |    Inf 
747.50/747.57	c   691s|  5880k|  4476k|     0 |   0.0 |2162M| 196 |   - | 336 |1951 |   0 |   0 |   0 |3599k|   0 | 0.000000e+00 |      --      |    Inf 
749.00/749.09	c   693s|  5890k|  4483k|     0 |   0.0 |2166M| 196 |   - | 336 |2040 |   0 |   0 |   0 |3606k|   0 | 0.000000e+00 |      --      |    Inf 
750.69/750.78	c   694s|  5900k|  4490k|     0 |   0.0 |2170M| 196 |   - | 336 |2163 |   0 |   0 |   0 |3614k|   0 | 0.000000e+00 |      --      |    Inf 
752.69/752.71	c   696s|  5910k|  4496k|     0 |   0.0 |2174M| 196 |   - | 336 |2325 |   0 |   0 |   0 |3622k|   0 | 0.000000e+00 |      --      |    Inf 
754.50/754.60	c   698s|  5920k|  4502k|     0 |   0.0 |2178M| 196 |   - | 336 |2299 |   0 |   0 |   0 |3630k|   0 | 0.000000e+00 |      --      |    Inf 
756.50/756.56	c   700s|  5930k|  4509k|     0 |   0.0 |2182M| 196 |   - | 336 |2345 |   0 |   0 |   0 |3637k|   0 | 0.000000e+00 |      --      |    Inf 
758.60/758.65	c   702s|  5940k|  4516k|     0 |   0.0 |2185M| 196 |   - | 336 |2157 |   0 |   0 |   0 |3644k|   0 | 0.000000e+00 |      --      |    Inf 
760.70/760.79	c   704s|  5950k|  4522k|     0 |   0.0 |2189M| 196 |   - | 336 |2058 |   0 |   0 |   0 |3651k|   0 | 0.000000e+00 |      --      |    Inf 
762.70/762.72	c   705s|  5960k|  4529k|     0 |   0.0 |2193M| 196 |   - | 336 |1902 |   0 |   0 |   0 |3659k|   0 | 0.000000e+00 |      --      |    Inf 
764.40/764.47	c   707s|  5970k|  4536k|     0 |   0.0 |2197M| 196 |   - | 336 |2166 |   0 |   0 |   0 |3666k|   0 | 0.000000e+00 |      --      |    Inf 
766.20/766.25	c   709s|  5980k|  4543k|     0 |   0.0 |2201M| 196 |   - | 336 |2057 |   0 |   0 |   0 |3673k|   0 | 0.000000e+00 |      --      |    Inf 
768.19/768.24	c   711s|  5990k|  4550k|     0 |   0.0 |2205M| 196 |   - | 336 |2064 |   0 |   0 |   0 |3680k|   0 | 0.000000e+00 |      --      |    Inf 
769.90/769.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
769.90/769.98	c   712s|  6000k|  4557k|     0 |   0.0 |2208M| 196 |   - | 336 |2152 |   0 |   0 |   0 |3687k|   0 | 0.000000e+00 |      --      |    Inf 
772.10/772.12	c   714s|  6010k|  4563k|     0 |   0.0 |2212M| 196 |   - | 336 |1952 |   0 |   0 |   0 |3694k|   0 | 0.000000e+00 |      --      |    Inf 
774.20/774.21	c   716s|  6020k|  4570k|     0 |   0.0 |2216M| 196 |   - | 336 |2056 |   0 |   0 |   0 |3701k|   0 | 0.000000e+00 |      --      |    Inf 
776.09/776.18	c   718s|  6030k|  4577k|     0 |   0.0 |2220M| 196 |   - | 336 |2152 |   0 |   0 |   0 |3708k|   0 | 0.000000e+00 |      --      |    Inf 
777.99/778.00	c   720s|  6040k|  4584k|     0 |   0.0 |2224M| 196 |   - | 336 |1920 |   0 |   0 |   0 |3715k|   0 | 0.000000e+00 |      --      |    Inf 
780.00/780.09	c   722s|  6050k|  4591k|     0 |   0.0 |2228M| 196 |   - | 336 |2073 |   0 |   0 |   0 |3722k|   0 | 0.000000e+00 |      --      |    Inf 
781.80/781.87	c   723s|  6060k|  4598k|     0 |   0.0 |2231M| 196 |   - | 336 |2038 |   0 |   0 |   0 |3729k|   0 | 0.000000e+00 |      --      |    Inf 
783.50/783.52	c   725s|  6070k|  4605k|     0 |   0.0 |2235M| 196 |   - | 336 |1895 |   0 |   0 |   0 |3735k|   0 | 0.000000e+00 |      --      |    Inf 
785.41/785.41	c   727s|  6080k|  4612k|     0 |   0.0 |2239M| 196 |   - | 336 |2054 |   0 |   0 |   0 |3742k|   0 | 0.000000e+00 |      --      |    Inf 
787.29/787.34	c   729s|  6090k|  4619k|     0 |   0.0 |2243M| 196 |   - | 336 |2108 |   0 |   0 |   0 |3749k|   0 | 0.000000e+00 |      --      |    Inf 
789.10/789.13	c   730s|  6100k|  4626k|     0 |   0.0 |2246M| 196 |   - | 336 |1895 |   0 |   0 |   0 |3755k|   0 | 0.000000e+00 |      --      |    Inf 
790.90/790.91	c   732s|  6110k|  4633k|     0 |   0.0 |2250M| 196 |   - | 336 |1973 |   0 |   0 |   0 |3762k|   0 | 0.000000e+00 |      --      |    Inf 
792.90/792.93	c   734s|  6120k|  4640k|     0 |   0.0 |2254M| 196 |   - | 336 |1682 |   0 |   0 |   0 |3769k|   0 | 0.000000e+00 |      --      |    Inf 
795.30/795.37	c   736s|  6130k|  4647k|     0 |   0.0 |2258M| 196 |   - | 336 |2142 |   0 |   0 |   0 |3777k|   0 | 0.000000e+00 |      --      |    Inf 
797.69/797.74	c   739s|  6140k|  4653k|     0 |   0.0 |2262M| 196 |   - | 336 |2272 |   0 |   0 |   0 |3786k|   0 | 0.000000e+00 |      --      |    Inf 
800.20/800.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
800.20/800.21	c   741s|  6150k|  4659k|     0 |   0.0 |2266M| 196 |   - | 336 |2285 |   0 |   0 |   0 |3794k|   0 | 0.000000e+00 |      --      |    Inf 
802.50/802.54	c   743s|  6160k|  4665k|     0 |   0.0 |2270M| 196 |   - | 336 |2196 |   0 |   0 |   0 |3801k|   0 | 0.000000e+00 |      --      |    Inf 
804.40/804.47	c   745s|  6170k|  4672k|     0 |   0.0 |2274M| 196 |   - | 336 |1926 |   0 |   0 |   0 |3808k|   0 | 0.000000e+00 |      --      |    Inf 
806.60/806.69	c   747s|  6180k|  4678k|     0 |   0.0 |2277M| 196 |   - | 336 |2017 |   0 |   0 |   0 |3816k|   0 | 0.000000e+00 |      --      |    Inf 
808.60/808.64	c   749s|  6190k|  4685k|     0 |   0.0 |2281M| 196 |   - | 336 |2002 |   0 |   0 |   0 |3823k|   0 | 0.000000e+00 |      --      |    Inf 
810.71/810.71	c   751s|  6200k|  4692k|     0 |   0.0 |2285M| 196 |   - | 336 |2087 |   0 |   0 |   0 |3831k|   0 | 0.000000e+00 |      --      |    Inf 
812.90/812.90	c   753s|  6210k|  4699k|     0 |   0.0 |2289M| 196 |   - | 336 |2265 |   0 |   0 |   0 |3839k|   0 | 0.000000e+00 |      --      |    Inf 
814.89/814.97	c   755s|  6220k|  4705k|     0 |   0.0 |2293M| 196 |   - | 336 |2170 |   0 |   0 |   0 |3846k|   0 | 0.000000e+00 |      --      |    Inf 
816.89/816.93	c   757s|  6230k|  4712k|     0 |   0.0 |2297M| 196 |   - | 336 |2036 |   0 |   0 |   0 |3854k|   0 | 0.000000e+00 |      --      |    Inf 
819.00/819.05	c   759s|  6240k|  4719k|     0 |   0.0 |2301M| 196 |   - | 336 |2234 |   0 |   0 |   0 |3861k|   0 | 0.000000e+00 |      --      |    Inf 
820.90/820.91	c   761s|  6250k|  4726k|     0 |   0.0 |2304M| 196 |   - | 336 |2025 |   0 |   0 |   0 |3868k|   0 | 0.000000e+00 |      --      |    Inf 
822.89/822.91	c   762s|  6260k|  4733k|     0 |   0.0 |2308M| 196 |   - | 336 |2126 |   0 |   0 |   0 |3875k|   0 | 0.000000e+00 |      --      |    Inf 
824.90/824.93	c   764s|  6270k|  4740k|     0 |   0.0 |2312M| 196 |   - | 336 |2088 |   0 |   0 |   0 |3882k|   0 | 0.000000e+00 |      --      |    Inf 
826.69/826.74	c   766s|  6280k|  4747k|     0 |   0.0 |2316M| 196 |   - | 336 |2156 |   0 |   0 |   0 |3889k|   0 | 0.000000e+00 |      --      |    Inf 
828.60/828.67	c   768s|  6290k|  4754k|     0 |   0.0 |2320M| 196 |   - | 336 |2074 |   0 |   0 |   0 |3896k|   0 | 0.000000e+00 |      --      |    Inf 
830.60/830.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
830.60/830.64	c   770s|  6300k|  4760k|     0 |   0.0 |2324M| 196 |   - | 336 |2145 |   0 |   0 |   0 |3903k|   0 | 0.000000e+00 |      --      |    Inf 
832.40/832.47	c   771s|  6310k|  4767k|     0 |   0.0 |2327M| 196 |   - | 336 |2047 |   0 |   0 |   0 |3909k|   0 | 0.000000e+00 |      --      |    Inf 
834.40/834.41	c   773s|  6320k|  4774k|     0 |   0.0 |2331M| 196 |   - | 336 |2113 |   0 |   0 |   0 |3916k|   0 | 0.000000e+00 |      --      |    Inf 
836.10/836.14	c   775s|  6330k|  4781k|     0 |   0.0 |2335M| 196 |   - | 336 |1810 |   0 |   0 |   0 |3923k|   0 | 0.000000e+00 |      --      |    Inf 
838.00/838.10	c   777s|  6340k|  4788k|     0 |   0.0 |2339M| 196 |   - | 336 |2152 |   0 |   0 |   0 |3930k|   0 | 0.000000e+00 |      --      |    Inf 
840.10/840.13	c   779s|  6350k|  4795k|     0 |   0.0 |2342M| 196 |   - | 336 |1993 |   0 |   0 |   0 |3937k|   0 | 0.000000e+00 |      --      |    Inf 
842.40/842.47	c   781s|  6360k|  4801k|     0 |   0.0 |2346M| 196 |   - | 336 |2619 |   0 |   0 |   0 |3946k|   0 | 0.000000e+00 |      --      |    Inf 
844.90/844.94	c   783s|  6370k|  4807k|     0 |   0.0 |2350M| 196 |   - | 336 |2309 |   0 |   0 |   0 |3954k|   0 | 0.000000e+00 |      --      |    Inf 
847.00/847.06	c   785s|  6380k|  4814k|     0 |   0.0 |2354M| 196 |   - | 336 |2322 |   0 |   0 |   0 |3962k|   0 | 0.000000e+00 |      --      |    Inf 
849.40/849.48	c   788s|  6390k|  4820k|     0 |   0.0 |2358M| 196 |   - | 336 |2070 |   0 |   0 |   0 |3970k|   0 | 0.000000e+00 |      --      |    Inf 
851.69/851.70	c   790s|  6400k|  4826k|     0 |   0.0 |2362M| 196 |   - | 336 |2209 |   0 |   0 |   0 |3978k|   0 | 0.000000e+00 |      --      |    Inf 
853.70/853.72	c   792s|  6410k|  4833k|     0 |   0.0 |2366M| 196 |   - | 336 |2197 |   0 |   0 |   0 |3985k|   0 | 0.000000e+00 |      --      |    Inf 
855.80/855.88	c   794s|  6420k|  4840k|     0 |   0.0 |2370M| 196 |   - | 336 |2051 |   0 |   0 |   0 |3993k|   0 | 0.000000e+00 |      --      |    Inf 
858.01/858.09	c   796s|  6430k|  4846k|     0 |   0.0 |2374M| 196 |   - | 336 |2203 |   0 |   0 |   0 |4000k|   0 | 0.000000e+00 |      --      |    Inf 
860.21/860.20	c   798s|  6440k|  4853k|     0 |   0.0 |2378M| 196 |   - | 336 |1966 |   0 |   0 |   0 |4008k|   0 | 0.000000e+00 |      --      |    Inf 
862.09/862.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
862.09/862.18	c   800s|  6450k|  4859k|     0 |   0.0 |2381M| 196 |   - | 336 |2081 |   0 |   0 |   0 |4015k|   0 | 0.000000e+00 |      --      |    Inf 
864.29/864.34	c   802s|  6460k|  4866k|     0 |   0.0 |2385M| 196 |   - | 336 |2391 |   0 |   0 |   0 |4023k|   0 | 0.000000e+00 |      --      |    Inf 
866.40/866.48	c   804s|  6470k|  4873k|     0 |   0.0 |2389M| 196 |   - | 336 |2080 |   0 |   0 |   0 |4030k|   0 | 0.000000e+00 |      --      |    Inf 
868.60/868.63	c   806s|  6480k|  4879k|     0 |   0.0 |2393M| 196 |   - | 336 |2050 |   0 |   0 |   0 |4037k|   0 | 0.000000e+00 |      --      |    Inf 
870.70/870.71	c   808s|  6490k|  4886k|     0 |   0.0 |2397M| 196 |   - | 336 |2171 |   0 |   0 |   0 |4045k|   0 | 0.000000e+00 |      --      |    Inf 
872.60/872.67	c   810s|  6500k|  4893k|     0 |   0.0 |2401M| 196 |   - | 336 |2074 |   0 |   0 |   0 |4051k|   0 | 0.000000e+00 |      --      |    Inf 
874.60/874.63	c   811s|  6510k|  4900k|     0 |   0.0 |2405M| 196 |   - | 336 |2403 |   0 |   0 |   0 |4059k|   0 | 0.000000e+00 |      --      |    Inf 
876.60/876.69	c   813s|  6520k|  4907k|     0 |   0.0 |2408M| 196 |   - | 336 |1999 |   0 |   0 |   0 |4066k|   0 | 0.000000e+00 |      --      |    Inf 
878.70/878.73	c   815s|  6530k|  4914k|     0 |   0.0 |2412M| 196 |   - | 336 |2250 |   0 |   0 |   0 |4073k|   0 | 0.000000e+00 |      --      |    Inf 
880.70/880.74	c   817s|  6540k|  4921k|     0 |   0.0 |2416M| 196 |   - | 336 |2079 |   0 |   0 |   0 |4080k|   0 | 0.000000e+00 |      --      |    Inf 
882.80/882.81	c   819s|  6550k|  4927k|     0 |   0.0 |2420M| 196 |   - | 336 |2385 |   0 |   0 |   0 |4087k|   0 | 0.000000e+00 |      --      |    Inf 
884.70/884.75	c   821s|  6560k|  4934k|     0 |   0.0 |2424M| 196 |   - | 336 |1939 |   0 |   0 |   0 |4094k|   0 | 0.000000e+00 |      --      |    Inf 
886.50/886.58	c   823s|  6570k|  4941k|     0 |   0.0 |2427M| 196 |   - | 336 |2127 |   0 |   0 |   0 |4101k|   0 | 0.000000e+00 |      --      |    Inf 
888.30/888.31	c   824s|  6580k|  4948k|     0 |   0.0 |2431M| 196 |   - | 336 |1897 |   0 |   0 |   0 |4108k|   0 | 0.000000e+00 |      --      |    Inf 
891.01/891.03	c   827s|  6590k|  4954k|     0 |   0.0 |2435M| 196 |   - | 336 |2350 |   0 |   0 |   0 |4117k|   0 | 0.000000e+00 |      --      |    Inf 
893.50/893.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
893.50/893.57	c   829s|  6600k|  4960k|     0 |   0.0 |2439M| 196 |   - | 336 |2501 |   0 |   0 |   0 |4126k|   0 | 0.000000e+00 |      --      |    Inf 
895.80/895.85	c   832s|  6610k|  4966k|     0 |   0.0 |2443M| 196 |   - | 336 |2294 |   0 |   0 |   0 |4134k|   0 | 0.000000e+00 |      --      |    Inf 
898.00/898.08	c   834s|  6620k|  4972k|     0 |   0.0 |2447M| 196 |   - | 336 |2297 |   0 |   0 |   0 |4142k|   0 | 0.000000e+00 |      --      |    Inf 
900.30/900.33	c   836s|  6630k|  4979k|     0 |   0.0 |2451M| 196 |   - | 336 |2080 |   0 |   0 |   0 |4149k|   0 | 0.000000e+00 |      --      |    Inf 
902.60/902.61	c   838s|  6640k|  4985k|     0 |   0.0 |2455M| 196 |   - | 336 |2312 |   0 |   0 |   0 |4157k|   0 | 0.000000e+00 |      --      |    Inf 
904.80/904.89	c   840s|  6650k|  4992k|     0 |   0.0 |2459M| 196 |   - | 336 |2479 |   0 |   0 |   0 |4166k|   0 | 0.000000e+00 |      --      |    Inf 
907.00/907.00	c   842s|  6660k|  4998k|     0 |   0.0 |2463M| 196 |   - | 336 |2203 |   0 |   0 |   0 |4173k|   0 | 0.000000e+00 |      --      |    Inf 
909.19/909.23	c   844s|  6670k|  5005k|     0 |   0.0 |2467M| 196 |   - | 336 |2207 |   0 |   0 |   0 |4181k|   0 | 0.000000e+00 |      --      |    Inf 
911.20/911.29	c   846s|  6680k|  5011k|     0 |   0.0 |2470M| 196 |   - | 336 |2226 |   0 |   0 |   0 |4188k|   0 | 0.000000e+00 |      --      |    Inf 
913.60/913.60	c   849s|  6690k|  5018k|     0 |   0.0 |2474M| 196 |   - | 336 |2310 |   0 |   0 |   0 |4196k|   0 | 0.000000e+00 |      --      |    Inf 
915.60/915.64	c   850s|  6700k|  5024k|     0 |   0.0 |2478M| 196 |   - | 336 |2315 |   0 |   0 |   0 |4203k|   0 | 0.000000e+00 |      --      |    Inf 
917.41/917.46	c   852s|  6710k|  5031k|     0 |   0.0 |2482M| 196 |   - | 336 |2173 |   0 |   0 |   0 |4211k|   0 | 0.000000e+00 |      --      |    Inf 
919.70/919.80	c   854s|  6720k|  5038k|     0 |   0.0 |2486M| 196 |   - | 336 |2321 |   0 |   0 |   0 |4218k|   0 | 0.000000e+00 |      --      |    Inf 
921.70/921.78	c   856s|  6730k|  5045k|     0 |   0.0 |2490M| 196 |   - | 336 |2179 |   0 |   0 |   0 |4226k|   0 | 0.000000e+00 |      --      |    Inf 
923.90/923.95	c   858s|  6740k|  5051k|     0 |   0.0 |2494M| 196 |   - | 336 |2524 |   0 |   0 |   0 |4233k|   0 | 0.000000e+00 |      --      |    Inf 
926.11/926.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
926.11/926.11	c   860s|  6750k|  5058k|     0 |   0.0 |2497M| 196 |   - | 336 |2160 |   0 |   0 |   0 |4241k|   0 | 0.000000e+00 |      --      |    Inf 
927.90/927.96	c   862s|  6760k|  5065k|     0 |   0.0 |2501M| 196 |   - | 336 |2339 |   0 |   0 |   0 |4248k|   0 | 0.000000e+00 |      --      |    Inf 
930.10/930.19	c   864s|  6770k|  5072k|     0 |   0.0 |2505M| 196 |   - | 336 |2398 |   0 |   0 |   0 |4255k|   0 | 0.000000e+00 |      --      |    Inf 
932.20/932.25	c   866s|  6780k|  5079k|     0 |   0.0 |2509M| 196 |   - | 336 |2033 |   0 |   0 |   0 |4262k|   0 | 0.000000e+00 |      --      |    Inf 
934.10/934.18	c   868s|  6790k|  5085k|     0 |   0.0 |2512M| 196 |   - | 336 |2219 |   0 |   0 |   0 |4269k|   0 | 0.000000e+00 |      --      |    Inf 
936.30/936.38	c   870s|  6800k|  5092k|     0 |   0.0 |2516M| 196 |   - | 336 |2233 |   0 |   0 |   0 |4276k|   0 | 0.000000e+00 |      --      |    Inf 
939.10/939.10	c   873s|  6810k|  5098k|     0 |   0.0 |2520M| 196 |   - | 336 |2820 |   0 |   0 |   0 |4284k|   0 | 0.000000e+00 |      --      |    Inf 
941.61/941.65	c   875s|  6820k|  5104k|     0 |   0.0 |2524M| 196 |   - | 336 |2536 |   0 |   0 |   0 |4293k|   0 | 0.000000e+00 |      --      |    Inf 
944.20/944.28	c   878s|  6830k|  5110k|     0 |   0.0 |2528M| 196 |   - | 336 |2373 |   0 |   0 |   0 |4302k|   0 | 0.000000e+00 |      --      |    Inf 
946.70/946.70	c   880s|  6840k|  5116k|     0 |   0.0 |2532M| 196 |   - | 336 |2347 |   0 |   0 |   0 |4310k|   0 | 0.000000e+00 |      --      |    Inf 
949.21/949.28	c   882s|  6850k|  5122k|     0 |   0.0 |2536M| 196 |   - | 336 |2266 |   0 |   0 |   0 |4318k|   0 | 0.000000e+00 |      --      |    Inf 
951.60/951.63	c   885s|  6860k|  5129k|     0 |   0.0 |2540M| 196 |   - | 336 |2331 |   0 |   0 |   0 |4326k|   0 | 0.000000e+00 |      --      |    Inf 
953.60/953.62	c   887s|  6870k|  5135k|     0 |   0.0 |2544M| 196 |   - | 336 |2297 |   0 |   0 |   0 |4334k|   0 | 0.000000e+00 |      --      |    Inf 
956.10/956.13	c   889s|  6880k|  5142k|     0 |   0.0 |2548M| 196 |   - | 336 |2279 |   0 |   0 |   0 |4342k|   0 | 0.000000e+00 |      --      |    Inf 
958.40/958.43	c   891s|  6890k|  5148k|     0 |   0.0 |2552M| 196 |   - | 336 |2625 |   0 |   0 |   0 |4351k|   0 | 0.000000e+00 |      --      |    Inf 
960.40/960.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
960.40/960.43	c   893s|  6900k|  5154k|     0 |   0.0 |2556M| 196 |   - | 336 |2331 |   0 |   0 |   0 |4359k|   0 | 0.000000e+00 |      --      |    Inf 
962.80/962.82	c   895s|  6910k|  5161k|     0 |   0.0 |2560M| 196 |   - | 336 |2514 |   0 |   0 |   0 |4366k|   0 | 0.000000e+00 |      --      |    Inf 
965.00/965.09	c   897s|  6920k|  5167k|     0 |   0.0 |2563M| 196 |   - | 336 |2503 |   0 |   0 |   0 |4374k|   0 | 0.000000e+00 |      --      |    Inf 
967.10/967.16	c   899s|  6930k|  5174k|     0 |   0.0 |2567M| 196 |   - | 336 |2368 |   0 |   0 |   0 |4382k|   0 | 0.000000e+00 |      --      |    Inf 
969.20/969.23	c   901s|  6940k|  5181k|     0 |   0.0 |2571M| 196 |   - | 336 |2356 |   0 |   0 |   0 |4389k|   0 | 0.000000e+00 |      --      |    Inf 
971.40/971.46	c   904s|  6950k|  5187k|     0 |   0.0 |2575M| 196 |   - | 336 |2391 |   0 |   0 |   0 |4396k|   0 | 0.000000e+00 |      --      |    Inf 
973.70/973.77	c   906s|  6960k|  5194k|     0 |   0.0 |2579M| 196 |   - | 336 |2533 |   0 |   0 |   0 |4404k|   0 | 0.000000e+00 |      --      |    Inf 
976.00/976.05	c   908s|  6970k|  5201k|     0 |   0.0 |2582M| 196 |   - | 336 |2312 |   0 |   0 |   0 |4411k|   0 | 0.000000e+00 |      --      |    Inf 
978.10/978.14	c   910s|  6980k|  5207k|     0 |   0.0 |2586M| 196 |   - | 336 |2388 |   0 |   0 |   0 |4418k|   0 | 0.000000e+00 |      --      |    Inf 
980.40/980.45	c   912s|  6990k|  5214k|     0 |   0.0 |2590M| 196 |   - | 336 |2007 |   0 |   0 |   0 |4426k|   0 | 0.000000e+00 |      --      |    Inf 
982.30/982.35	c   914s|  7000k|  5221k|     0 |   0.0 |2594M| 196 |   - | 336 |2327 |   0 |   0 |   0 |4433k|   0 | 0.000000e+00 |      --      |    Inf 
984.51/984.51	c   916s|  7010k|  5228k|     0 |   0.0 |2598M| 196 |   - | 336 |2114 |   0 |   0 |   0 |4440k|   0 | 0.000000e+00 |      --      |    Inf 
986.30/986.31	c   918s|  7020k|  5235k|     0 |   0.0 |2601M| 196 |   - | 336 |2290 |   0 |   0 |   0 |4447k|   0 | 0.000000e+00 |      --      |    Inf 
988.70/988.74	c   920s|  7030k|  5241k|     0 |   0.0 |2605M| 196 |   - | 336 |2453 |   0 |   0 |   0 |4455k|   0 | 0.000000e+00 |      --      |    Inf 
991.50/991.58	c   923s|  7040k|  5246k|     0 |   0.0 |2609M| 196 |   - | 336 |2636 |   0 |   0 |   0 |4464k|   0 | 0.000000e+00 |      --      |    Inf 
994.10/994.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
994.10/994.10	c   925s|  7050k|  5252k|     0 |   0.0 |2613M| 196 |   - | 336 |2451 |   0 |   0 |   0 |4473k|   0 | 0.000000e+00 |      --      |    Inf 
996.50/996.53	c   927s|  7060k|  5258k|     0 |   0.0 |2617M| 196 |   - | 336 |2289 |   0 |   0 |   0 |4481k|   0 | 0.000000e+00 |      --      |    Inf 
999.00/999.09	c   930s|  7070k|  5264k|     0 |   0.0 |2621M| 196 |   - | 336 |2455 |   0 |   0 |   0 |4489k|   0 | 0.000000e+00 |      --      |    Inf 
1001.60/1001.62	c   932s|  7080k|  5271k|     0 |   0.0 |2625M| 196 |   - | 336 |2593 |   0 |   0 |   0 |4498k|   0 | 0.000000e+00 |      --      |    Inf 
1003.90/1003.94	c   934s|  7090k|  5277k|     0 |   0.0 |2629M| 196 |   - | 336 |2450 |   0 |   0 |   0 |4506k|   0 | 0.000000e+00 |      --      |    Inf 
1006.30/1006.35	c   937s|  7100k|  5283k|     0 |   0.0 |2633M| 196 |   - | 336 |2653 |   0 |   0 |   0 |4514k|   0 | 0.000000e+00 |      --      |    Inf 
1008.90/1008.99	c   939s|  7110k|  5290k|     0 |   0.0 |2637M| 196 |   - | 336 |2506 |   0 |   0 |   0 |4522k|   0 | 0.000000e+00 |      --      |    Inf 
1011.10/1011.14	c   941s|  7120k|  5296k|     0 |   0.0 |2641M| 196 |   - | 336 |2432 |   0 |   0 |   0 |4530k|   0 | 0.000000e+00 |      --      |    Inf 
1013.30/1013.38	c   943s|  7130k|  5303k|     0 |   0.0 |2644M| 196 |   - | 336 |2459 |   0 |   0 |   0 |4538k|   0 | 0.000000e+00 |      --      |    Inf 
1015.70/1015.77	c   946s|  7140k|  5309k|     0 |   0.0 |2648M| 196 |   - | 336 |2545 |   0 |   0 |   0 |4546k|   0 | 0.000000e+00 |      --      |    Inf 
1017.90/1017.92	c   948s|  7150k|  5315k|     0 |   0.0 |2652M| 196 |   - | 336 |2471 |   0 |   0 |   0 |4553k|   0 | 0.000000e+00 |      --      |    Inf 
1020.00/1020.04	c   950s|  7160k|  5322k|     0 |   0.0 |2656M| 196 |   - | 336 |2517 |   0 |   0 |   0 |4561k|   0 | 0.000000e+00 |      --      |    Inf 
1022.30/1022.37	c   952s|  7170k|  5329k|     0 |   0.0 |2660M| 196 |   - | 336 |2781 |   0 |   0 |   0 |4569k|   0 | 0.000000e+00 |      --      |    Inf 
1024.40/1024.47	c   954s|  7180k|  5335k|     0 |   0.0 |2664M| 196 |   - | 336 |2370 |   0 |   0 |   0 |4576k|   0 | 0.000000e+00 |      --      |    Inf 
1026.50/1026.57	c   956s|  7190k|  5342k|     0 |   0.0 |2667M| 196 |   - | 336 |2131 |   0 |   0 |   0 |4583k|   0 | 0.000000e+00 |      --      |    Inf 
1028.60/1028.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1028.60/1028.61	c   958s|  7200k|  5348k|     0 |   0.0 |2671M| 196 |   - | 336 |2541 |   0 |   0 |   0 |4591k|   0 | 0.000000e+00 |      --      |    Inf 
1030.50/1030.50	c   960s|  7210k|  5355k|     0 |   0.0 |2675M| 196 |   - | 336 |2375 |   0 |   0 |   0 |4599k|   0 | 0.000000e+00 |      --      |    Inf 
1032.30/1032.38	c   961s|  7220k|  5362k|     0 |   0.0 |2679M| 196 |   - | 336 |2563 |   0 |   0 |   0 |4606k|   0 | 0.000000e+00 |      --      |    Inf 
1034.20/1034.21	c   963s|  7230k|  5369k|     0 |   0.0 |2683M| 196 |   - | 336 |2522 |   0 |   0 |   0 |4613k|   0 | 0.000000e+00 |      --      |    Inf 
1036.20/1036.23	c   965s|  7240k|  5376k|     0 |   0.0 |2686M| 196 |   - | 336 |2469 |   0 |   0 |   0 |4621k|   0 | 0.000000e+00 |      --      |    Inf 
1038.30/1038.33	c   967s|  7250k|  5382k|     0 |   0.0 |2690M| 196 |   - | 336 |2488 |   0 |   0 |   0 |4629k|   0 | 0.000000e+00 |      --      |    Inf 
1041.30/1041.37	c   970s|  7260k|  5388k|     0 |   0.0 |2694M| 196 |   - | 336 |2666 |   0 |   0 |   0 |4639k|   0 | 0.000000e+00 |      --      |    Inf 
1044.00/1044.05	c   973s|  7270k|  5393k|     0 |   0.0 |2698M| 196 |   - | 336 |2636 |   0 |   0 |   0 |4647k|   0 | 0.000000e+00 |      --      |    Inf 
1046.30/1046.38	c   975s|  7280k|  5399k|     0 |   0.0 |2702M| 196 |   - | 336 |2433 |   0 |   0 |   0 |4656k|   0 | 0.000000e+00 |      --      |    Inf 
1048.70/1048.79	c   977s|  7290k|  5405k|     0 |   0.0 |2706M| 196 |   - | 336 |2780 |   0 |   0 |   0 |4665k|   0 | 0.000000e+00 |      --      |    Inf 
1051.10/1051.13	c   979s|  7300k|  5411k|     0 |   0.0 |2710M| 196 |   - | 336 |2678 |   0 |   0 |   0 |4673k|   0 | 0.000000e+00 |      --      |    Inf 
1053.40/1053.48	c   982s|  7310k|  5418k|     0 |   0.0 |2714M| 196 |   - | 336 |2592 |   0 |   0 |   0 |4681k|   0 | 0.000000e+00 |      --      |    Inf 
1056.01/1056.03	c   984s|  7320k|  5424k|     0 |   0.0 |2718M| 196 |   - | 336 |2572 |   0 |   0 |   0 |4690k|   0 | 0.000000e+00 |      --      |    Inf 
1058.11/1058.17	c   986s|  7330k|  5430k|     0 |   0.0 |2721M| 196 |   - | 336 |2579 |   0 |   0 |   0 |4698k|   0 | 0.000000e+00 |      --      |    Inf 
1060.50/1060.59	c   988s|  7340k|  5437k|     0 |   0.0 |2725M| 196 |   - | 336 |2585 |   0 |   0 |   0 |4706k|   0 | 0.000000e+00 |      --      |    Inf 
1062.70/1062.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1062.70/1062.72	c   990s|  7350k|  5443k|     0 |   0.0 |2729M| 196 |   - | 336 |2532 |   0 |   0 |   0 |4713k|   0 | 0.000000e+00 |      --      |    Inf 
1065.00/1065.03	c   993s|  7360k|  5449k|     0 |   0.0 |2733M| 196 |   - | 336 |2775 |   0 |   0 |   0 |4722k|   0 | 0.000000e+00 |      --      |    Inf 
1067.40/1067.40	c   995s|  7370k|  5456k|     0 |   0.0 |2737M| 196 |   - | 336 |2644 |   0 |   0 |   0 |4730k|   0 | 0.000000e+00 |      --      |    Inf 
1069.50/1069.52	c   997s|  7380k|  5462k|     0 |   0.0 |2741M| 196 |   - | 336 |2647 |   0 |   0 |   0 |4738k|   0 | 0.000000e+00 |      --      |    Inf 
1071.60/1071.66	c   999s|  7390k|  5469k|     0 |   0.0 |2745M| 196 |   - | 336 |2712 |   0 |   0 |   0 |4746k|   0 | 0.000000e+00 |      --      |    Inf 
1073.90/1073.95	c  1001s|  7400k|  5476k|     0 |   0.0 |2748M| 196 |   - | 336 |2460 |   0 |   0 |   0 |4753k|   0 | 0.000000e+00 |      --      |    Inf 
1076.00/1076.09	c  1003s|  7410k|  5482k|     0 |   0.0 |2752M| 196 |   - | 336 |2606 |   0 |   0 |   0 |4761k|   0 | 0.000000e+00 |      --      |    Inf 
1078.00/1078.06	c  1005s|  7420k|  5489k|     0 |   0.0 |2756M| 196 |   - | 336 |2650 |   0 |   0 |   0 |4768k|   0 | 0.000000e+00 |      --      |    Inf 
1080.21/1080.27	c  1007s|  7430k|  5496k|     0 |   0.0 |2760M| 196 |   - | 336 |2471 |   0 |   0 |   0 |4776k|   0 | 0.000000e+00 |      --      |    Inf 
1082.41/1082.43	c  1009s|  7440k|  5502k|     0 |   0.0 |2764M| 196 |   - | 336 |2562 |   0 |   0 |   0 |4783k|   0 | 0.000000e+00 |      --      |    Inf 
1084.51/1084.54	c  1011s|  7450k|  5509k|     0 |   0.0 |2767M| 196 |   - | 336 |2586 |   0 |   0 |   0 |4791k|   0 | 0.000000e+00 |      --      |    Inf 
1086.50/1086.50	c  1013s|  7460k|  5516k|     0 |   0.0 |2771M| 196 |   - | 336 |2360 |   0 |   0 |   0 |4798k|   0 | 0.000000e+00 |      --      |    Inf 
1088.80/1088.88	c  1015s|  7470k|  5522k|     0 |   0.0 |2775M| 196 |   - | 336 |2694 |   0 |   0 |   0 |4807k|   0 | 0.000000e+00 |      --      |    Inf 
1091.80/1091.82	c  1018s|  7480k|  5527k|     0 |   0.0 |2779M| 196 |   - | 336 |2544 |   0 |   0 |   0 |4816k|   0 | 0.000000e+00 |      --      |    Inf 
1094.20/1094.28	c  1020s|  7490k|  5533k|     0 |   0.0 |2783M| 196 |   - | 336 |2185 |   0 |   0 |   0 |4824k|   0 | 0.000000e+00 |      --      |    Inf 
1096.80/1096.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1096.80/1096.82	c  1023s|  7500k|  5539k|     0 |   0.0 |2787M| 196 |   - | 336 |2940 |   0 |   0 |   0 |4833k|   0 | 0.000000e+00 |      --      |    Inf 
1099.21/1099.20	c  1025s|  7510k|  5545k|     0 |   0.0 |2791M| 196 |   - | 336 |2504 |   0 |   0 |   0 |4842k|   0 | 0.000000e+00 |      --      |    Inf 
1101.50/1101.59	c  1027s|  7520k|  5551k|     0 |   0.0 |2795M| 196 |   - | 336 |2726 |   0 |   0 |   0 |4850k|   0 | 0.000000e+00 |      --      |    Inf 
1103.90/1103.96	c  1029s|  7530k|  5558k|     0 |   0.0 |2798M| 196 |   - | 336 |2582 |   0 |   0 |   0 |4859k|   0 | 0.000000e+00 |      --      |    Inf 
1106.31/1106.39	c  1032s|  7540k|  5564k|     0 |   0.0 |2802M| 196 |   - | 336 |2660 |   0 |   0 |   0 |4867k|   0 | 0.000000e+00 |      --      |    Inf 
1109.11/1109.13	c  1034s|  7550k|  5570k|     0 |   0.0 |2806M| 196 |   - | 336 |2768 |   0 |   0 |   0 |4875k|   0 | 0.000000e+00 |      --      |    Inf 
1111.60/1111.64	c  1037s|  7560k|  5576k|     0 |   0.0 |2810M| 196 |   - | 336 |2809 |   0 |   0 |   0 |4884k|   0 | 0.000000e+00 |      --      |    Inf 
1114.01/1114.08	c  1039s|  7570k|  5582k|     0 |   0.0 |2814M| 196 |   - | 336 |2949 |   0 |   0 |   0 |4892k|   0 | 0.000000e+00 |      --      |    Inf 
1116.41/1116.45	c  1041s|  7580k|  5589k|     0 |   0.0 |2818M| 196 |   - | 336 |2746 |   0 |   0 |   0 |4900k|   0 | 0.000000e+00 |      --      |    Inf 
1118.80/1118.81	c  1044s|  7590k|  5595k|     0 |   0.0 |2822M| 196 |   - | 336 |2873 |   0 |   0 |   0 |4908k|   0 | 0.000000e+00 |      --      |    Inf 
1121.10/1121.19	c  1046s|  7600k|  5602k|     0 |   0.0 |2826M| 196 |   - | 336 |2610 |   0 |   0 |   0 |4916k|   0 | 0.000000e+00 |      --      |    Inf 
1123.40/1123.42	c  1048s|  7610k|  5608k|     0 |   0.0 |2830M| 196 |   - | 336 |2551 |   0 |   0 |   0 |4924k|   0 | 0.000000e+00 |      --      |    Inf 
1125.71/1125.75	c  1050s|  7620k|  5615k|     0 |   0.0 |2833M| 196 |   - | 336 |2817 |   0 |   0 |   0 |4932k|   0 | 0.000000e+00 |      --      |    Inf 
1128.10/1128.14	c  1053s|  7630k|  5621k|     0 |   0.0 |2837M| 196 |   - | 336 |2978 |   0 |   0 |   0 |4940k|   0 | 0.000000e+00 |      --      |    Inf 
1130.30/1130.37	c  1055s|  7640k|  5628k|     0 |   0.0 |2841M| 196 |   - | 336 |2631 |   0 |   0 |   0 |4948k|   0 | 0.000000e+00 |      --      |    Inf 
1132.40/1132.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1132.40/1132.41	c  1057s|  7650k|  5634k|     0 |   0.0 |2845M| 196 |   - | 336 |2820 |   0 |   0 |   0 |4956k|   0 | 0.000000e+00 |      --      |    Inf 
1134.30/1134.39	c  1058s|  7660k|  5641k|     0 |   0.0 |2849M| 196 |   - | 336 |2668 |   0 |   0 |   0 |4963k|   0 | 0.000000e+00 |      --      |    Inf 
1136.21/1136.25	c  1060s|  7670k|  5648k|     0 |   0.0 |2852M| 196 |   - | 336 |2758 |   0 |   0 |   0 |4971k|   0 | 0.000000e+00 |      --      |    Inf 
1138.51/1138.53	c  1062s|  7680k|  5654k|     0 |   0.0 |2856M| 196 |   - | 336 |2709 |   0 |   0 |   0 |4979k|   0 | 0.000000e+00 |      --      |    Inf 
1141.60/1141.62	c  1065s|  7690k|  5660k|     0 |   0.0 |2860M| 196 |   - | 336 |2784 |   0 |   0 |   0 |4988k|   0 | 0.000000e+00 |      --      |    Inf 
1143.91/1143.94	c  1068s|  7700k|  5665k|     0 |   0.0 |2864M| 196 |   - | 336 |2568 |   0 |   0 |   0 |4997k|   0 | 0.000000e+00 |      --      |    Inf 
1146.51/1146.51	c  1070s|  7710k|  5671k|     0 |   0.0 |2868M| 196 |   - | 336 |2956 |   0 |   0 |   0 |5006k|   0 | 0.000000e+00 |      --      |    Inf 
1147.00/1147.04	c (node 7711971) switching to memory saving mode (mem: 2736.0M/3420.0M)
1148.51/1148.59	c  1072s|  7720k|  5673k|     0 |   0.0 |2869M| 224 |   - | 336 |2999 |   0 |   0 |   0 |5013k|   0 | 0.000000e+00 |      --      |    Inf 
1149.91/1149.92	c  1073s|  7730k|  5673k|     0 |   0.0 |2869M| 224 |   - | 336 |3227 |   0 |   0 |   0 |5021k|   0 | 0.000000e+00 |      --      |    Inf 
1151.21/1151.28	c  1074s|  7740k|  5673k|     0 |   0.0 |2869M| 224 |   - | 336 |3340 |   0 |   0 |   0 |5029k|   0 | 0.000000e+00 |      --      |    Inf 
1152.61/1152.65	c  1075s|  7750k|  5673k|     0 |   0.0 |2869M| 224 |   - | 336 |3335 |   0 |   0 |   0 |5036k|   0 | 0.000000e+00 |      --      |    Inf 
1154.00/1154.08	c  1077s|  7760k|  5673k|     0 |   0.0 |2869M| 224 |   - | 336 |3466 |   0 |   0 |   0 |5046k|   0 | 0.000000e+00 |      --      |    Inf 
1155.50/1155.52	c  1078s|  7770k|  5673k|     0 |   0.0 |2869M| 224 |   - | 336 |3541 |   0 |   0 |   0 |5054k|   0 | 0.000000e+00 |      --      |    Inf 
1156.90/1156.96	c  1079s|  7780k|  5673k|     0 |   0.0 |2869M| 224 |   - | 336 |4209 |   0 |   0 |   0 |5062k|   0 | 0.000000e+00 |      --      |    Inf 
1158.50/1158.57	c  1081s|  7790k|  5673k|     0 |   0.0 |2869M| 224 |   - | 336 |4081 |   0 |   0 |   0 |5070k|   0 | 0.000000e+00 |      --      |    Inf 
1160.10/1160.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1160.10/1160.16	c  1082s|  7800k|  5673k|     0 |   0.0 |2869M| 224 |   - | 336 |4495 |   0 |   0 |   0 |5079k|   0 | 0.000000e+00 |      --      |    Inf 
1161.70/1161.72	c  1083s|  7810k|  5673k|     0 |   0.0 |2869M| 224 |   - | 336 |4110 |   0 |   0 |   0 |5087k|   0 | 0.000000e+00 |      --      |    Inf 
1163.31/1163.30	c  1085s|  7820k|  5673k|     0 |   0.0 |2869M| 224 |   - | 336 |4109 |   0 |   0 |   0 |5096k|   0 | 0.000000e+00 |      --      |    Inf 
1164.91/1164.94	c  1086s|  7830k|  5673k|     0 |   0.0 |2869M| 224 |   - | 336 |4029 |   0 |   0 |   0 |5104k|   0 | 0.000000e+00 |      --      |    Inf 
1166.50/1166.55	c  1088s|  7840k|  5673k|     0 |   0.0 |2869M| 224 |   - | 336 |3953 |   0 |   0 |   0 |5113k|   0 | 0.000000e+00 |      --      |    Inf 
1168.21/1168.22	c  1089s|  7850k|  5673k|     0 |   0.0 |2869M| 224 |   - | 336 |4101 |   0 |   0 |   0 |5123k|   0 | 0.000000e+00 |      --      |    Inf 
1169.81/1169.87	c  1091s|  7860k|  5673k|     0 |   0.0 |2869M| 224 |   - | 336 |3773 |   0 |   0 |   0 |5131k|   0 | 0.000000e+00 |      --      |    Inf 
1171.41/1171.49	c  1092s|  7870k|  5673k|     0 |   0.0 |2869M| 224 |   - | 336 |3904 |   0 |   0 |   0 |5139k|   0 | 0.000000e+00 |      --      |    Inf 
1173.10/1173.14	c  1094s|  7880k|  5673k|     0 |   0.0 |2869M| 224 |   - | 336 |3980 |   0 |   0 |   0 |5148k|   0 | 0.000000e+00 |      --      |    Inf 
1174.80/1174.85	c  1095s|  7890k|  5673k|     0 |   0.0 |2870M| 224 |   - | 336 |4397 |   0 |   0 |   0 |5157k|   0 | 0.000000e+00 |      --      |    Inf 
1176.40/1176.49	c  1097s|  7900k|  5673k|     0 |   0.0 |2869M| 224 |   - | 336 |3877 |   0 |   0 |   0 |5166k|   0 | 0.000000e+00 |      --      |    Inf 
1178.11/1178.15	c  1098s|  7910k|  5673k|     0 |   0.0 |2870M| 224 |   - | 336 |4275 |   0 |   0 |   0 |5174k|   0 | 0.000000e+00 |      --      |    Inf 
1179.80/1179.82	c  1100s|  7920k|  5673k|     0 |   0.0 |2870M| 224 |   - | 336 |4466 |   0 |   0 |   0 |5182k|   0 | 0.000000e+00 |      --      |    Inf 
1181.50/1181.56	c  1101s|  7930k|  5673k|     0 |   0.0 |2870M| 224 |   - | 336 |4617 |   0 |   0 |   0 |5191k|   0 | 0.000000e+00 |      --      |    Inf 
1183.40/1183.46	c  1103s|  7940k|  5673k|     0 |   0.0 |2870M| 224 |   - | 336 |4672 |   0 |   0 |   0 |5202k|   0 | 0.000000e+00 |      --      |    Inf 
1185.21/1185.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1185.21/1185.20	c  1105s|  7950k|  5673k|     0 |   0.0 |2870M| 224 |   - | 336 |4896 |   0 |   0 |   0 |5211k|   0 | 0.000000e+00 |      --      |    Inf 
1187.00/1187.03	c  1106s|  7960k|  5673k|     0 |   0.0 |2870M| 224 |   - | 336 |5500 |   0 |   0 |   0 |5221k|   0 | 0.000000e+00 |      --      |    Inf 
1188.90/1188.90	c  1108s|  7970k|  5673k|     0 |   0.0 |2870M| 224 |   - | 336 |6035 |   0 |   0 |   0 |5231k|   0 | 0.000000e+00 |      --      |    Inf 
1190.90/1190.94	c  1110s|  7980k|  5673k|     0 |   0.0 |2871M| 224 |   - | 336 |6312 |   0 |   0 |   0 |5242k|   0 | 0.000000e+00 |      --      |    Inf 
1192.80/1192.84	c  1112s|  7990k|  5673k|     0 |   0.0 |2870M| 224 |   - | 336 |4953 |   0 |   0 |   0 |5250k|   0 | 0.000000e+00 |      --      |    Inf 
1194.70/1194.75	c  1113s|  8000k|  5673k|     0 |   0.0 |2870M| 224 |   - | 336 |4470 |   0 |   0 |   0 |5259k|   0 | 0.000000e+00 |      --      |    Inf 
1196.50/1196.57	c  1115s|  8010k|  5673k|     0 |   0.0 |2870M| 224 |   - | 336 |4976 |   0 |   0 |   0 |5268k|   0 | 0.000000e+00 |      --      |    Inf 
1198.41/1198.44	c  1117s|  8020k|  5673k|     0 |   0.0 |2870M| 224 |   - | 336 |4821 |   0 |   0 |   0 |5276k|   0 | 0.000000e+00 |      --      |    Inf 
1200.30/1200.31	c  1118s|  8030k|  5673k|     0 |   0.0 |2870M| 224 |   - | 336 |4692 |   0 |   0 |   0 |5286k|   0 | 0.000000e+00 |      --      |    Inf 
1202.10/1202.18	c  1120s|  8040k|  5673k|     0 |   0.0 |2870M| 224 |   - | 336 |4930 |   0 |   0 |   0 |5294k|   0 | 0.000000e+00 |      --      |    Inf 
1204.01/1204.02	c  1122s|  8050k|  5673k|     0 |   0.0 |2870M| 224 |   - | 336 |4609 |   0 |   0 |   0 |5302k|   0 | 0.000000e+00 |      --      |    Inf 
1205.81/1205.88	c  1124s|  8060k|  5673k|     0 |   0.0 |2871M| 224 |   - | 336 |5732 |   0 |   0 |   0 |5312k|   0 | 0.000000e+00 |      --      |    Inf 
1207.90/1207.97	c  1126s|  8070k|  5673k|     0 |   0.0 |2871M| 224 |   - | 336 |5903 |   0 |   0 |   0 |5321k|   0 | 0.000000e+00 |      --      |    Inf 
1209.91/1209.97	c  1127s|  8080k|  5673k|     0 |   0.0 |2871M| 224 |   - | 336 |5795 |   0 |   0 |   0 |5331k|   0 | 0.000000e+00 |      --      |    Inf 
1212.01/1212.07	c  1129s|  8090k|  5673k|     0 |   0.0 |2871M| 224 |   - | 336 |6645 |   0 |   0 |   0 |5342k|   0 | 0.000000e+00 |      --      |    Inf 
1214.20/1214.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1214.20/1214.20	c  1131s|  8100k|  5673k|     0 |   0.0 |2871M| 224 |   - | 336 |6477 |   0 |   0 |   0 |5350k|   0 | 0.000000e+00 |      --      |    Inf 
1216.31/1216.31	c  1133s|  8110k|  5673k|     0 |   0.0 |2871M| 224 |   - | 336 |5956 |   0 |   0 |   0 |5359k|   0 | 0.000000e+00 |      --      |    Inf 
1218.30/1218.34	c  1135s|  8120k|  5673k|     0 |   0.0 |2871M| 224 |   - | 336 |5481 |   0 |   0 |   0 |5368k|   0 | 0.000000e+00 |      --      |    Inf 
1220.21/1220.27	c  1137s|  8130k|  5673k|     0 |   0.0 |2871M| 224 |   - | 336 |5358 |   0 |   0 |   0 |5377k|   0 | 0.000000e+00 |      --      |    Inf 
1222.31/1222.33	c  1139s|  8140k|  5673k|     0 |   0.0 |2870M| 224 |   - | 336 |5142 |   0 |   0 |   0 |5386k|   0 | 0.000000e+00 |      --      |    Inf 
1224.21/1224.23	c  1141s|  8150k|  5673k|     0 |   0.0 |2871M| 224 |   - | 336 |5650 |   0 |   0 |   0 |5394k|   0 | 0.000000e+00 |      --      |    Inf 
1226.30/1226.34	c  1142s|  8160k|  5673k|     0 |   0.0 |2871M| 224 |   - | 336 |5825 |   0 |   0 |   0 |5404k|   0 | 0.000000e+00 |      --      |    Inf 
1228.51/1228.50	c  1144s|  8170k|  5673k|     0 |   0.0 |2871M| 224 |   - | 336 |6152 |   0 |   0 |   0 |5414k|   0 | 0.000000e+00 |      --      |    Inf 
1230.61/1230.67	c  1146s|  8180k|  5673k|     0 |   0.0 |2871M| 224 |   - | 336 |6511 |   0 |   0 |   0 |5423k|   0 | 0.000000e+00 |      --      |    Inf 
1232.81/1232.87	c  1148s|  8190k|  5673k|     0 |   0.0 |2871M| 224 |   - | 336 |5047 |   0 |   0 |   0 |5431k|   0 | 0.000000e+00 |      --      |    Inf 
1234.91/1234.99	c  1150s|  8200k|  5673k|     0 |   0.0 |2871M| 224 |   - | 336 |5223 |   0 |   0 |   0 |5441k|   0 | 0.000000e+00 |      --      |    Inf 
1236.90/1236.95	c  1152s|  8210k|  5673k|     0 |   0.0 |2871M| 224 |   - | 336 |5576 |   0 |   0 |   0 |5448k|   0 | 0.000000e+00 |      --      |    Inf 
1239.00/1239.01	c  1154s|  8220k|  5673k|     0 |   0.0 |2871M| 224 |   - | 336 |5618 |   0 |   0 |   0 |5457k|   0 | 0.000000e+00 |      --      |    Inf 
1241.11/1241.17	c  1156s|  8230k|  5673k|     0 |   0.0 |2871M| 224 |   - | 336 |6003 |   0 |   0 |   0 |5467k|   0 | 0.000000e+00 |      --      |    Inf 
1243.30/1243.30	c  1158s|  8240k|  5673k|     0 |   0.0 |2871M| 224 |   - | 336 |6060 |   0 |   0 |   0 |5476k|   0 | 0.000000e+00 |      --      |    Inf 
1245.40/1245.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1245.40/1245.46	c  1160s|  8250k|  5672k|     0 |   0.0 |2871M| 224 |   - | 336 |5055 |   0 |   0 |   0 |5486k|   0 | 0.000000e+00 |      --      |    Inf 
1247.41/1247.49	c  1162s|  8260k|  5672k|     0 |   0.0 |2871M| 224 |   - | 336 |6082 |   0 |   0 |   0 |5496k|   0 | 0.000000e+00 |      --      |    Inf 
1249.51/1249.55	c  1164s|  8270k|  5673k|     0 |   0.0 |2871M| 224 |   - | 336 |6055 |   0 |   0 |   0 |5506k|   0 | 0.000000e+00 |      --      |    Inf 
1251.71/1251.77	c  1166s|  8280k|  5673k|     0 |   0.0 |2871M| 224 |   - | 336 |6144 |   0 |   0 |   0 |5518k|   0 | 0.000000e+00 |      --      |    Inf 
1253.91/1254.00	c  1168s|  8290k|  5673k|     0 |   0.0 |2871M| 224 |   - | 336 |6083 |   0 |   0 |   0 |5527k|   0 | 0.000000e+00 |      --      |    Inf 
1256.30/1256.32	c  1170s|  8300k|  5673k|     0 |   0.0 |2872M| 224 |   - | 336 |8588 |   0 |   0 |   0 |5538k|   0 | 0.000000e+00 |      --      |    Inf 
1258.70/1258.70	c  1172s|  8310k|  5672k|     0 |   0.0 |2871M| 224 |   - | 336 |6675 |   0 |   0 |   0 |5547k|   0 | 0.000000e+00 |      --      |    Inf 
1261.00/1261.05	c  1174s|  8320k|  5673k|     0 |   0.0 |2871M| 224 |   - | 336 |6585 |   0 |   0 |   0 |5556k|   0 | 0.000000e+00 |      --      |    Inf 
1263.30/1263.38	c  1177s|  8330k|  5672k|     0 |   0.0 |2871M| 224 |   - | 336 |5933 |   0 |   0 |   0 |5564k|   0 | 0.000000e+00 |      --      |    Inf 
1265.50/1265.58	c  1179s|  8340k|  5672k|     0 |   0.0 |2871M| 224 |   - | 336 |5668 |   0 |   0 |   0 |5574k|   0 | 0.000000e+00 |      --      |    Inf 
1267.80/1267.88	c  1181s|  8350k|  5672k|     0 |   0.0 |2871M| 224 |   - | 336 |6507 |   0 |   0 |   0 |5584k|   0 | 0.000000e+00 |      --      |    Inf 
1270.30/1270.32	c  1183s|  8360k|  5673k|     0 |   0.0 |2871M| 224 |   - | 336 |6397 |   0 |   0 |   0 |5593k|   0 | 0.000000e+00 |      --      |    Inf 
1272.51/1272.57	c  1185s|  8370k|  5672k|     0 |   0.0 |2871M| 224 |   - | 336 |6460 |   0 |   0 |   0 |5604k|   0 | 0.000000e+00 |      --      |    Inf 
1274.81/1274.88	c  1187s|  8380k|  5672k|     0 |   0.0 |2871M| 224 |   - | 336 |6549 |   0 |   0 |   0 |5613k|   0 | 0.000000e+00 |      --      |    Inf 
1277.20/1277.25	c  1189s|  8390k|  5672k|     0 |   0.0 |2872M| 224 |   - | 336 |6888 |   0 |   0 |   0 |5620k|   0 | 0.000000e+00 |      --      |    Inf 
1279.61/1279.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1279.61/1279.68	c  1192s|  8400k|  5672k|     0 |   0.0 |2872M| 224 |   - | 336 |6658 |   0 |   0 |   0 |5630k|   0 | 0.000000e+00 |      --      |    Inf 
1282.01/1282.04	c  1194s|  8410k|  5672k|     0 |   0.0 |2871M| 224 |   - | 336 |6562 |   0 |   0 |   0 |5639k|   0 | 0.000000e+00 |      --      |    Inf 
1284.41/1284.46	c  1196s|  8420k|  5672k|     0 |   0.0 |2872M| 224 |   - | 336 |6673 |   0 |   0 |   0 |5649k|   0 | 0.000000e+00 |      --      |    Inf 
1286.80/1286.81	c  1198s|  8430k|  5672k|     0 |   0.0 |2872M| 224 |   - | 336 |6652 |   0 |   0 |   0 |5657k|   0 | 0.000000e+00 |      --      |    Inf 
1289.00/1289.07	c  1200s|  8440k|  5672k|     0 |   0.0 |2871M| 224 |   - | 336 |6062 |   0 |   0 |   0 |5666k|   0 | 0.000000e+00 |      --      |    Inf 
1291.31/1291.34	c  1203s|  8450k|  5672k|     0 |   0.0 |2871M| 224 |   - | 336 |6453 |   0 |   0 |   0 |5676k|   0 | 0.000000e+00 |      --      |    Inf 
1293.61/1293.64	c  1205s|  8460k|  5672k|     0 |   0.0 |2872M| 224 |   - | 336 |6827 |   0 |   0 |   0 |5685k|   0 | 0.000000e+00 |      --      |    Inf 
1296.00/1296.07	c  1207s|  8470k|  5672k|     0 |   0.0 |2872M| 224 |   - | 336 |8299 |   0 |   0 |   0 |5694k|   0 | 0.000000e+00 |      --      |    Inf 
1298.70/1298.73	c  1209s|  8480k|  5672k|     0 |   0.0 |2872M| 224 |   - | 336 |8748 |   0 |   0 |   0 |5703k|   0 | 0.000000e+00 |      --      |    Inf 
1301.41/1301.47	c  1212s|  8490k|  5672k|     0 |   0.0 |2872M| 224 |   - | 336 |8329 |   0 |   0 |   0 |5714k|   0 | 0.000000e+00 |      --      |    Inf 
1304.20/1304.26	c  1215s|  8500k|  5672k|     0 |   0.0 |2872M| 224 |   - | 336 |7937 |   0 |   0 |   0 |5723k|   0 | 0.000000e+00 |      --      |    Inf 
1306.90/1306.91	c  1217s|  8510k|  5672k|     0 |   0.0 |2872M| 224 |   - | 336 |8391 |   0 |   0 |   0 |5733k|   0 | 0.000000e+00 |      --      |    Inf 
1309.70/1309.79	c  1220s|  8520k|  5672k|     0 |   0.0 |2873M| 224 |   - | 336 |9096 |   0 |   0 |   0 |5744k|   0 | 0.000000e+00 |      --      |    Inf 
1312.71/1312.75	c  1223s|  8530k|  5672k|     0 |   0.0 |2873M| 224 |   - | 336 |9183 |   0 |   0 |   0 |5753k|   0 | 0.000000e+00 |      --      |    Inf 
1315.70/1315.78	c  1225s|  8540k|  5672k|     0 |   0.0 |2873M| 224 |   - | 336 |8832 |   0 |   0 |   0 |5763k|   0 | 0.000000e+00 |      --      |    Inf 
1318.71/1318.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1318.71/1318.75	c  1228s|  8550k|  5672k|     0 |   0.0 |2873M| 224 |   - | 336 |8763 |   0 |   0 |   0 |5773k|   0 | 0.000000e+00 |      --      |    Inf 
1321.31/1321.32	c  1231s|  8560k|  5672k|     0 |   0.0 |2872M| 224 |   - | 336 |7796 |   0 |   0 |   0 |5782k|   0 | 0.000000e+00 |      --      |    Inf 
1323.50/1323.58	c  1233s|  8570k|  5672k|     0 |   0.0 |2872M| 224 |   - | 336 |8250 |   0 |   0 |   0 |5790k|   0 | 0.000000e+00 |      --      |    Inf 
1326.21/1326.20	c  1235s|  8580k|  5672k|     0 |   0.0 |2873M| 224 |   - | 336 |9037 |   0 |   0 |   0 |5799k|   0 | 0.000000e+00 |      --      |    Inf 
1328.91/1328.90	c  1238s|  8590k|  5672k|     0 |   0.0 |2873M| 224 |   - | 336 |9376 |   0 |   0 |   0 |5808k|   0 | 0.000000e+00 |      --      |    Inf 
1331.70/1331.70	c  1240s|  8600k|  5672k|     0 |   0.0 |2873M| 224 |   - | 336 |9149 |   0 |   0 |   0 |5817k|   0 | 0.000000e+00 |      --      |    Inf 
1334.50/1334.58	c  1243s|  8610k|  5672k|     0 |   0.0 |2873M| 224 |   - | 336 |8545 |   0 |   0 |   0 |5826k|   0 | 0.000000e+00 |      --      |    Inf 
1337.30/1337.39	c  1246s|  8620k|  5672k|     0 |   0.0 |2873M| 224 |   - | 336 |9110 |   0 |   0 |   0 |5837k|   0 | 0.000000e+00 |      --      |    Inf 
1340.40/1340.46	c  1249s|  8630k|  5672k|     0 |   0.0 |2873M| 224 |   - | 336 |  10k|   0 |   0 |   0 |5847k|   0 | 0.000000e+00 |      --      |    Inf 
1343.70/1343.76	c  1252s|  8640k|  5672k|     0 |   0.0 |2873M| 224 |   - | 336 |9984 |   0 |   0 |   0 |5858k|   0 | 0.000000e+00 |      --      |    Inf 
1347.00/1347.04	c  1255s|  8650k|  5672k|     0 |   0.0 |2874M| 224 |   - | 336 |  10k|   0 |   0 |   0 |5868k|   0 | 0.000000e+00 |      --      |    Inf 
1350.30/1350.34	c  1258s|  8660k|  5672k|     0 |   0.0 |2873M| 224 |   - | 336 |9395 |   0 |   0 |   0 |5877k|   0 | 0.000000e+00 |      --      |    Inf 
1353.20/1353.27	c  1261s|  8670k|  5672k|     0 |   0.0 |2873M| 224 |   - | 336 |8594 |   0 |   0 |   0 |5887k|   0 | 0.000000e+00 |      --      |    Inf 
1356.01/1356.07	c  1263s|  8680k|  5672k|     0 |   0.0 |2873M| 224 |   - | 336 |8461 |   0 |   0 |   0 |5895k|   0 | 0.000000e+00 |      --      |    Inf 
1359.01/1359.01	c  1266s|  8690k|  5672k|     0 |   0.0 |2873M| 224 |   - | 336 |8516 |   0 |   0 |   0 |5905k|   0 | 0.000000e+00 |      --      |    Inf 
1361.71/1361.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1361.71/1361.75	c  1269s|  8700k|  5672k|     0 |   0.0 |2873M| 224 |   - | 336 |8387 |   0 |   0 |   0 |5914k|   0 | 0.000000e+00 |      --      |    Inf 
1364.40/1364.43	c  1271s|  8710k|  5672k|     0 |   0.0 |2873M| 224 |   - | 336 |8440 |   0 |   0 |   0 |5925k|   0 | 0.000000e+00 |      --      |    Inf 
1367.21/1367.23	c  1274s|  8720k|  5672k|     0 |   0.0 |2873M| 224 |   - | 336 |8737 |   0 |   0 |   0 |5934k|   0 | 0.000000e+00 |      --      |    Inf 
1369.91/1369.93	c  1276s|  8730k|  5672k|     0 |   0.0 |2873M| 224 |   - | 336 |8469 |   0 |   0 |   0 |5944k|   0 | 0.000000e+00 |      --      |    Inf 
1372.60/1372.68	c  1279s|  8740k|  5672k|     0 |   0.0 |2873M| 224 |   - | 336 |8199 |   0 |   0 |   0 |5953k|   0 | 0.000000e+00 |      --      |    Inf 
1375.50/1375.50	c  1282s|  8750k|  5672k|     0 |   0.0 |2873M| 224 |   - | 336 |8311 |   0 |   0 |   0 |5962k|   0 | 0.000000e+00 |      --      |    Inf 
1378.40/1378.45	c  1285s|  8760k|  5672k|     0 |   0.0 |2873M| 224 |   - | 336 |8549 |   0 |   0 |   0 |5971k|   0 | 0.000000e+00 |      --      |    Inf 
1381.61/1381.61	c  1288s|  8770k|  5672k|     0 |   0.0 |2873M| 224 |   - | 336 |9153 |   0 |   0 |   0 |5981k|   0 | 0.000000e+00 |      --      |    Inf 
1384.71/1384.72	c  1291s|  8780k|  5672k|     0 |   0.0 |2873M| 224 |   - | 336 |8713 |   0 |   0 |   0 |5991k|   0 | 0.000000e+00 |      --      |    Inf 
1387.70/1387.79	c  1293s|  8790k|  5672k|     0 |   0.0 |2873M| 224 |   - | 336 |9374 |   0 |   0 |   0 |6000k|   0 | 0.000000e+00 |      --      |    Inf 
1390.90/1390.91	c  1296s|  8800k|  5672k|     0 |   0.0 |2874M| 224 |   - | 336 |9851 |   0 |   0 |   0 |6010k|   0 | 0.000000e+00 |      --      |    Inf 
1394.10/1394.11	c  1299s|  8810k|  5672k|     0 |   0.0 |2873M| 224 |   - | 336 |9528 |   0 |   0 |   0 |6020k|   0 | 0.000000e+00 |      --      |    Inf 
1397.10/1397.16	c  1302s|  8820k|  5672k|     0 |   0.0 |2874M| 224 |   - | 336 |9619 |   0 |   0 |   0 |6029k|   0 | 0.000000e+00 |      --      |    Inf 
1400.41/1400.41	c  1305s|  8830k|  5672k|     0 |   0.0 |2874M| 224 |   - | 336 |9984 |   0 |   0 |   0 |6040k|   0 | 0.000000e+00 |      --      |    Inf 
1403.70/1403.76	c  1309s|  8840k|  5672k|     0 |   0.0 |2874M| 224 |   - | 336 |  10k|   0 |   0 |   0 |6050k|   0 | 0.000000e+00 |      --      |    Inf 
1407.10/1407.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1407.10/1407.10	c  1312s|  8850k|  5672k|     0 |   0.0 |2874M| 224 |   - | 336 |  10k|   0 |   0 |   0 |6061k|   0 | 0.000000e+00 |      --      |    Inf 
1410.61/1410.61	c  1315s|  8860k|  5672k|     0 |   0.0 |2874M| 224 |   - | 336 |  10k|   0 |   0 |   0 |6071k|   0 | 0.000000e+00 |      --      |    Inf 
1413.90/1413.92	c  1318s|  8870k|  5672k|     0 |   0.0 |2874M| 224 |   - | 336 |9971 |   0 |   0 |   0 |6080k|   0 | 0.000000e+00 |      --      |    Inf 
1416.71/1416.76	c  1321s|  8880k|  5672k|     0 |   0.0 |2874M| 224 |   - | 336 |9441 |   0 |   0 |   0 |6089k|   0 | 0.000000e+00 |      --      |    Inf 
1419.71/1419.77	c  1324s|  8890k|  5672k|     0 |   0.0 |2874M| 224 |   - | 336 |9912 |   0 |   0 |   0 |6097k|   0 | 0.000000e+00 |      --      |    Inf 
1422.60/1422.66	c  1327s|  8900k|  5672k|     0 |   0.0 |2874M| 224 |   - | 336 |  10k|   0 |   0 |   0 |6105k|   0 | 0.000000e+00 |      --      |    Inf 
1425.41/1425.49	c  1329s|  8910k|  5672k|     0 |   0.0 |2874M| 224 |   - | 336 |  10k|   0 |   0 |   0 |6113k|   0 | 0.000000e+00 |      --      |    Inf 
1428.40/1428.41	c  1332s|  8920k|  5672k|     0 |   0.0 |2874M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6121k|   0 | 0.000000e+00 |      --      |    Inf 
1431.80/1431.81	c  1335s|  8930k|  5672k|     0 |   0.0 |2874M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6130k|   0 | 0.000000e+00 |      --      |    Inf 
1435.21/1435.20	c  1338s|  8940k|  5672k|     0 |   0.0 |2874M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6140k|   0 | 0.000000e+00 |      --      |    Inf 
1438.71/1438.75	c  1342s|  8950k|  5672k|     0 |   0.0 |2874M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6150k|   0 | 0.000000e+00 |      --      |    Inf 
1442.21/1442.25	c  1345s|  8960k|  5672k|     0 |   0.0 |2874M| 224 |   - | 336 |  10k|   0 |   0 |   0 |6159k|   0 | 0.000000e+00 |      --      |    Inf 
1445.21/1445.30	c  1348s|  8970k|  5672k|     0 |   0.0 |2874M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6167k|   0 | 0.000000e+00 |      --      |    Inf 
1448.41/1448.43	c  1351s|  8980k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  12k|   0 |   0 |   0 |6175k|   0 | 0.000000e+00 |      --      |    Inf 
1451.71/1451.71	c  1354s|  8990k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  12k|   0 |   0 |   0 |6184k|   0 | 0.000000e+00 |      --      |    Inf 
1455.41/1455.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1455.41/1455.48	c  1358s|  9000k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  12k|   0 |   0 |   0 |6193k|   0 | 0.000000e+00 |      --      |    Inf 
1459.11/1459.14	c  1361s|  9010k|  5672k|     0 |   0.0 |2874M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6201k|   0 | 0.000000e+00 |      --      |    Inf 
1462.80/1462.84	c  1365s|  9020k|  5672k|     0 |   0.0 |2874M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6210k|   0 | 0.000000e+00 |      --      |    Inf 
1466.61/1466.62	c  1368s|  9030k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6220k|   0 | 0.000000e+00 |      --      |    Inf 
1470.21/1470.28	c  1372s|  9040k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6230k|   0 | 0.000000e+00 |      --      |    Inf 
1474.20/1474.20	c  1376s|  9050k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6240k|   0 | 0.000000e+00 |      --      |    Inf 
1477.61/1477.68	c  1379s|  9060k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  12k|   0 |   0 |   0 |6255k|   0 | 0.000000e+00 |      --      |    Inf 
1481.31/1481.39	c  1383s|  9070k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  12k|   0 |   0 |   0 |6268k|   0 | 0.000000e+00 |      --      |    Inf 
1485.11/1485.15	c  1386s|  9080k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  12k|   0 |   0 |   0 |6279k|   0 | 0.000000e+00 |      --      |    Inf 
1488.90/1488.94	c  1390s|  9090k|  5672k|     0 |   0.0 |2874M| 224 |   - | 336 |  10k|   0 |   0 |   0 |6291k|   0 | 0.000000e+00 |      --      |    Inf 
1492.31/1492.33	c  1393s|  9100k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6299k|   0 | 0.000000e+00 |      --      |    Inf 
1495.91/1495.98	c  1396s|  9110k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  10k|   0 |   0 |   0 |6308k|   0 | 0.000000e+00 |      --      |    Inf 
1499.71/1499.72	c  1400s|  9120k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6318k|   0 | 0.000000e+00 |      --      |    Inf 
1503.41/1503.48	c  1404s|  9130k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6328k|   0 | 0.000000e+00 |      --      |    Inf 
1507.21/1507.28	c  1407s|  9140k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  12k|   0 |   0 |   0 |6339k|   0 | 0.000000e+00 |      --      |    Inf 
1510.71/1510.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1510.71/1510.76	c  1411s|  9150k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6349k|   0 | 0.000000e+00 |      --      |    Inf 
1514.41/1514.45	c  1414s|  9160k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6358k|   0 | 0.000000e+00 |      --      |    Inf 
1518.21/1518.20	c  1418s|  9170k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6368k|   0 | 0.000000e+00 |      --      |    Inf 
1521.61/1521.64	c  1421s|  9180k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6376k|   0 | 0.000000e+00 |      --      |    Inf 
1525.11/1525.10	c  1424s|  9190k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6386k|   0 | 0.000000e+00 |      --      |    Inf 
1528.31/1528.38	c  1427s|  9200k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  10k|   0 |   0 |   0 |6397k|   0 | 0.000000e+00 |      --      |    Inf 
1531.71/1531.72	c  1431s|  9210k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  10k|   0 |   0 |   0 |6406k|   0 | 0.000000e+00 |      --      |    Inf 
1535.01/1535.08	c  1434s|  9220k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  12k|   0 |   0 |   0 |6418k|   0 | 0.000000e+00 |      --      |    Inf 
1538.61/1538.60	c  1437s|  9230k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  10k|   0 |   0 |   0 |6429k|   0 | 0.000000e+00 |      --      |    Inf 
1541.71/1541.79	c  1440s|  9240k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6438k|   0 | 0.000000e+00 |      --      |    Inf 
1545.01/1545.07	c  1443s|  9250k|  5672k|     0 |   0.0 |2874M| 224 |   - | 336 |9644 |   0 |   0 |   0 |6447k|   0 | 0.000000e+00 |      --      |    Inf 
1548.42/1548.46	c  1446s|  9260k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  10k|   0 |   0 |   0 |6457k|   0 | 0.000000e+00 |      --      |    Inf 
1551.81/1551.82	c  1450s|  9270k|  5672k|     0 |   0.0 |2874M| 224 |   - | 336 |9783 |   0 |   0 |   0 |6466k|   0 | 0.000000e+00 |      --      |    Inf 
1554.71/1554.76	c  1452s|  9280k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  10k|   0 |   0 |   0 |6475k|   0 | 0.000000e+00 |      --      |    Inf 
1557.81/1557.88	c  1455s|  9290k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  10k|   0 |   0 |   0 |6484k|   0 | 0.000000e+00 |      --      |    Inf 
1561.01/1561.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1561.01/1561.08	c  1458s|  9300k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  10k|   0 |   0 |   0 |6494k|   0 | 0.000000e+00 |      --      |    Inf 
1564.12/1564.12	c  1461s|  9310k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  10k|   0 |   0 |   0 |6504k|   0 | 0.000000e+00 |      --      |    Inf 
1567.11/1567.18	c  1464s|  9320k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |9948 |   0 |   0 |   0 |6514k|   0 | 0.000000e+00 |      --      |    Inf 
1570.11/1570.13	c  1467s|  9330k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  10k|   0 |   0 |   0 |6525k|   0 | 0.000000e+00 |      --      |    Inf 
1573.51/1573.54	c  1470s|  9340k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  10k|   0 |   0 |   0 |6535k|   0 | 0.000000e+00 |      --      |    Inf 
1577.11/1577.10	c  1474s|  9350k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  10k|   0 |   0 |   0 |6546k|   0 | 0.000000e+00 |      --      |    Inf 
1580.61/1580.63	c  1477s|  9360k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6556k|   0 | 0.000000e+00 |      --      |    Inf 
1584.51/1584.50	c  1481s|  9370k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6567k|   0 | 0.000000e+00 |      --      |    Inf 
1588.52/1588.58	c  1485s|  9380k|  5672k|     0 |   0.0 |2876M| 224 |   - | 336 |  12k|   0 |   0 |   0 |6578k|   0 | 0.000000e+00 |      --      |    Inf 
1592.21/1592.29	c  1488s|  9390k|  5672k|     0 |   0.0 |2876M| 224 |   - | 336 |  12k|   0 |   0 |   0 |6589k|   0 | 0.000000e+00 |      --      |    Inf 
1596.12/1596.11	c  1492s|  9400k|  5672k|     0 |   0.0 |2876M| 224 |   - | 336 |  12k|   0 |   0 |   0 |6603k|   0 | 0.000000e+00 |      --      |    Inf 
1600.01/1600.02	c  1495s|  9410k|  5672k|     0 |   0.0 |2876M| 224 |   - | 336 |  13k|   0 |   0 |   0 |6614k|   0 | 0.000000e+00 |      --      |    Inf 
1603.92/1603.94	c  1499s|  9420k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6624k|   0 | 0.000000e+00 |      --      |    Inf 
1607.72/1607.71	c  1503s|  9430k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6633k|   0 | 0.000000e+00 |      --      |    Inf 
1611.22/1611.29	c  1506s|  9440k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  10k|   0 |   0 |   0 |6643k|   0 | 0.000000e+00 |      --      |    Inf 
1614.51/1614.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1614.51/1614.56	c  1509s|  9450k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6653k|   0 | 0.000000e+00 |      --      |    Inf 
1618.02/1618.09	c  1513s|  9460k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  10k|   0 |   0 |   0 |6664k|   0 | 0.000000e+00 |      --      |    Inf 
1621.61/1621.66	c  1516s|  9470k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6674k|   0 | 0.000000e+00 |      --      |    Inf 
1625.21/1625.23	c  1519s|  9480k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6684k|   0 | 0.000000e+00 |      --      |    Inf 
1628.81/1628.84	c  1523s|  9490k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6694k|   0 | 0.000000e+00 |      --      |    Inf 
1632.61/1632.60	c  1526s|  9500k|  5672k|     0 |   0.0 |2876M| 224 |   - | 336 |  12k|   0 |   0 |   0 |6705k|   0 | 0.000000e+00 |      --      |    Inf 
1636.31/1636.35	c  1530s|  9510k|  5672k|     0 |   0.0 |2876M| 224 |   - | 336 |  12k|   0 |   0 |   0 |6716k|   0 | 0.000000e+00 |      --      |    Inf 
1640.22/1640.27	c  1534s|  9520k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6727k|   0 | 0.000000e+00 |      --      |    Inf 
1644.11/1644.13	c  1538s|  9530k|  5672k|     0 |   0.0 |2876M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6738k|   0 | 0.000000e+00 |      --      |    Inf 
1647.92/1647.92	c  1541s|  9540k|  5672k|     0 |   0.0 |2876M| 224 |   - | 336 |  12k|   0 |   0 |   0 |6747k|   0 | 0.000000e+00 |      --      |    Inf 
1651.41/1651.48	c  1545s|  9550k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  10k|   0 |   0 |   0 |6756k|   0 | 0.000000e+00 |      --      |    Inf 
1654.91/1654.91	c  1548s|  9560k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6765k|   0 | 0.000000e+00 |      --      |    Inf 
1658.32/1658.38	c  1551s|  9570k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6774k|   0 | 0.000000e+00 |      --      |    Inf 
1661.72/1661.70	c  1554s|  9580k|  5672k|     0 |   0.0 |2876M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6782k|   0 | 0.000000e+00 |      --      |    Inf 
1665.11/1665.14	c  1557s|  9590k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |9915 |   0 |   0 |   0 |6791k|   0 | 0.000000e+00 |      --      |    Inf 
1668.41/1668.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1668.41/1668.45	c  1561s|  9600k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  10k|   0 |   0 |   0 |6800k|   0 | 0.000000e+00 |      --      |    Inf 
1671.82/1671.87	c  1564s|  9610k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  10k|   0 |   0 |   0 |6810k|   0 | 0.000000e+00 |      --      |    Inf 
1675.12/1675.11	c  1567s|  9620k|  5672k|     0 |   0.0 |2875M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6818k|   0 | 0.000000e+00 |      --      |    Inf 
1678.62/1678.61	c  1570s|  9630k|  5672k|     0 |   0.0 |2876M| 224 |   - | 336 |  11k|   0 |   0 |   0 |6828k|   0 | 0.000000e+00 |      --      |    Inf 
1682.42/1682.40	c  1574s|  9640k|  5672k|     0 |   0.0 |2876M| 224 |   - | 336 |  12k|   0 |   0 |   0 |6838k|   0 | 0.000000e+00 |      --      |    Inf 
1686.42/1686.42	c  1578s|  9650k|  5672k|     0 |   0.0 |2876M| 224 |   - | 336 |  12k|   0 |   0 |   0 |6848k|   0 | 0.000000e+00 |      --      |    Inf 
1690.62/1690.65	c  1582s|  9660k|  5672k|     0 |   0.0 |2876M| 224 |   - | 336 |  12k|   0 |   0 |   0 |6859k|   0 | 0.000000e+00 |      --      |    Inf 
1694.62/1694.68	c  1586s|  9670k|  5672k|     0 |   0.0 |2876M| 224 |   - | 336 |  12k|   0 |   0 |   0 |6870k|   0 | 0.000000e+00 |      --      |    Inf 
1698.82/1698.84	c  1590s|  9680k|  5672k|     0 |   0.0 |2876M| 224 |   - | 336 |  12k|   0 |   0 |   0 |6882k|   0 | 0.000000e+00 |      --      |    Inf 
1702.41/1702.45	c  1593s|  9690k|  5672k|     0 |   0.0 |2876M| 224 |   - | 336 |  12k|   0 |   0 |   0 |6890k|   0 | 0.000000e+00 |      --      |    Inf 
1706.22/1706.27	c  1597s|  9700k|  5672k|     0 |   0.0 |2876M| 224 |   - | 336 |  12k|   0 |   0 |   0 |6902k|   0 | 0.000000e+00 |      --      |    Inf 
1710.21/1710.28	c  1601s|  9710k|  5672k|     0 |   0.0 |2876M| 224 |   - | 336 |  13k|   0 |   0 |   0 |6912k|   0 | 0.000000e+00 |      --      |    Inf 
1713.92/1713.94	c  1604s|  9720k|  5672k|     0 |   0.0 |2876M| 224 |   - | 336 |  13k|   0 |   0 |   0 |6923k|   0 | 0.000000e+00 |      --      |    Inf 
1717.82/1717.87	c  1608s|  9730k|  5672k|     0 |   0.0 |2877M| 224 |   - | 336 |  13k|   0 |   0 |   0 |6933k|   0 | 0.000000e+00 |      --      |    Inf 
1721.62/1721.66	c  1612s|  9740k|  5672k|     0 |   0.0 |2876M| 224 |   - | 336 |  13k|   0 |   0 |   0 |6942k|   0 | 0.000000e+00 |      --      |    Inf 
1725.42/1725.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1725.42/1725.42	c  1615s|  9750k|  5672k|     0 |   0.0 |2876M| 224 |   - | 336 |  12k|   0 |   0 |   0 |6951k|   0 | 0.000000e+00 |      --      |    Inf 
1729.02/1729.04	c  1619s|  9760k|  5672k|     0 |   0.0 |2876M| 224 |   - | 336 |  12k|   0 |   0 |   0 |6961k|   0 | 0.000000e+00 |      --      |    Inf 
1732.82/1732.88	c  1622s|  9770k|  5672k|     0 |   0.0 |2876M| 224 |   - | 336 |  12k|   0 |   0 |   0 |6971k|   0 | 0.000000e+00 |      --      |    Inf 
1736.72/1736.76	c  1626s|  9780k|  5672k|     0 |   0.0 |2876M| 224 |   - | 336 |  13k|   0 |   0 |   0 |6981k|   0 | 0.000000e+00 |      --      |    Inf 
1740.52/1740.58	c  1630s|  9790k|  5672k|     0 |   0.0 |2876M| 224 |   - | 336 |  13k|   0 |   0 |   0 |6991k|   0 | 0.000000e+00 |      --      |    Inf 
1744.31/1744.39	c  1633s|  9800k|  5672k|     0 |   0.0 |2876M| 224 |   - | 336 |  12k|   0 |   0 |   0 |7001k|   0 | 0.000000e+00 |      --      |    Inf 
1748.12/1748.11	c  1637s|  9810k|  5672k|     0 |   0.0 |2876M| 224 |   - | 336 |  12k|   0 |   0 |   0 |7011k|   0 | 0.000000e+00 |      --      |    Inf 
1751.92/1751.93	c  1641s|  9820k|  5672k|     0 |   0.0 |2876M| 224 |   - | 336 |  12k|   0 |   0 |   0 |7020k|   0 | 0.000000e+00 |      --      |    Inf 
1756.02/1756.08	c  1645s|  9830k|  5672k|     0 |   0.0 |2876M| 224 |   - | 336 |  13k|   0 |   0 |   0 |7031k|   0 | 0.000000e+00 |      --      |    Inf 
1760.12/1760.14	c  1648s|  9840k|  5672k|     0 |   0.0 |2877M| 224 |   - | 336 |  13k|   0 |   0 |   0 |7041k|   0 | 0.000000e+00 |      --      |    Inf 
1764.32/1764.36	c  1652s|  9850k|  5672k|     0 |   0.0 |2877M| 224 |   - | 336 |  13k|   0 |   0 |   0 |7051k|   0 | 0.000000e+00 |      --      |    Inf 
1768.73/1768.73	c  1657s|  9860k|  5672k|     0 |   0.0 |2877M| 224 |   - | 336 |  14k|   0 |   0 |   0 |7062k|   0 | 0.000000e+00 |      --      |    Inf 
1772.81/1772.86	c  1661s|  9870k|  5672k|     0 |   0.0 |2877M| 224 |   - | 336 |  14k|   0 |   0 |   0 |7071k|   0 | 0.000000e+00 |      --      |    Inf 
1777.12/1777.16	c  1665s|  9880k|  5672k|     0 |   0.0 |2876M| 224 |   - | 336 |  12k|   0 |   0 |   0 |7082k|   0 | 0.000000e+00 |      --      |    Inf 
1780.82/1780.90	c  1668s|  9890k|  5672k|     0 |   0.0 |2877M| 224 |   - | 336 |  13k|   0 |   0 |   0 |7092k|   0 | 0.000000e+00 |      --      |    Inf 
1784.72/1784.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1784.72/1784.75	c  1672s|  9900k|  5672k|     0 |   0.0 |2877M| 224 |   - | 336 |  13k|   0 |   0 |   0 |7102k|   0 | 0.000000e+00 |      --      |    Inf 
1788.82/1788.83	c  1676s|  9910k|  5672k|     0 |   0.0 |2877M| 224 |   - | 336 |  14k|   0 |   0 |   0 |7112k|   0 | 0.000000e+00 |      --      |    Inf 
1793.12/1793.16	c  1680s|  9920k|  5672k|     0 |   0.0 |2877M| 224 |   - | 336 |  14k|   0 |   0 |   0 |7123k|   0 | 0.000000e+00 |      --      |    Inf 
1797.52/1797.55	c  1684s|  9930k|  5672k|     0 |   0.0 |2877M| 224 |   - | 336 |  14k|   0 |   0 |   0 |7133k|   0 | 0.000000e+00 |      --      |    Inf 
1800.02/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.00	c 
1800.02/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.00	c Solving Time (sec) : 1686.76
1800.02/1800.00	c Solving Nodes      : 9935596
1800.02/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.02/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.02/1800.00	c Gap                : infinite
1800.02/1800.00	s UNKNOWN
1800.02/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.00	c Solving Time       :    1686.76
1800.02/1800.00	c Original Problem   :
1800.02/1800.00	c   Problem name     : HOME/instance-2693718-1277890694.wbo
1800.02/1800.00	c   Variables        : 336 (318 binary, 0 integer, 0 implicit integer, 18 continuous)
1800.02/1800.00	c   Constraints      : 69 initial, 69 maximal
1800.02/1800.00	c Presolved Problem  :
1800.02/1800.00	c   Problem name     : t_HOME/instance-2693718-1277890694.wbo
1800.02/1800.00	c   Variables        : 336 (318 binary, 0 integer, 0 implicit integer, 18 continuous)
1800.02/1800.00	c   Constraints      : 68 initial, 15603 maximal
1800.02/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.02/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   linear           :       0.00          0          0          0         18          0          1          0          0
1800.02/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   indicator        :         18          0    8823820          0    1713829          0       3629          0          0          0
1800.02/1800.00	c   setppc           :         10          0   22704459          0    8500559     617363   28858714          0          0          0
1800.02/1800.00	c   linear           :         18          0   22993340          0    8620931     903250   43529812          0          0          0
1800.02/1800.00	c   logicor          :         22+         0   15488934          0    8620931    1086140   20940376          0          0          0
1800.02/1800.00	c   countsols        :          0          0          0          0    8620930          0          0          0          0          0
1800.02/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.00	c   indicator        :       2.42       0.00       1.71       0.00       0.71
1800.02/1800.00	c   setppc           :      77.01       0.00      63.44       0.00      13.57
1800.02/1800.00	c   linear           :     141.67       0.00     138.63       0.00       3.04
1800.02/1800.00	c   logicor          :     418.81       0.00     398.37       0.00      20.44
1800.02/1800.00	c   countsols        :       1.68       0.00       0.00       0.00       1.68
1800.02/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.00	c   vbounds          :       5.63          2          0          0
1800.02/1800.00	c   rootredcost      :       4.35          0          0          0
1800.02/1800.00	c   pseudoobj        :      13.31   23610503          0          0
1800.02/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.00	c   propagation      :     127.27    2606753    2606706   15062764       39.3    1855476       10.7          -
1800.02/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.00	c   applied globally :          -          -          -    5976594       20.1          -          -          -
1800.02/1800.00	c   applied locally  :          -          -          -    1162059       39.8          -          -          -
1800.02/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.02/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.02/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.02/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.02/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.02/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.02/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.02/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.02/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.02/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.00	c Pricers            :       Time      Calls       Vars
1800.02/1800.00	c   problem variables:       0.00          0          0
1800.02/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   inference        :     102.19    8620930          0          0          0          0   17241860
1800.02/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.00	c   LP solutions     :       0.00          -          0
1800.02/1800.00	c   pseudo solutions :       0.00          -          0
1800.02/1800.00	c   oneopt           :       2.10          0          0
1800.02/1800.00	c   trivial          :       0.00          2          0
1800.02/1800.00	c   simplerounding   :       0.00          0          0
1800.02/1800.00	c   zirounding       :       0.00          0          0
1800.02/1800.00	c   rounding         :       0.00          0          0
1800.02/1800.00	c   shifting         :       0.00          0          0
1800.02/1800.00	c   intshifting      :       0.00          0          0
1800.02/1800.00	c   twoopt           :       0.00          0          0
1800.02/1800.00	c   fixandinfer      :       0.00          0          0
1800.02/1800.00	c   feaspump         :       0.00          0          0
1800.02/1800.00	c   coefdiving       :       0.00          0          0
1800.02/1800.00	c   pscostdiving     :       0.00          0          0
1800.02/1800.00	c   fracdiving       :       0.00          0          0
1800.02/1800.00	c   veclendiving     :       0.00          0          0
1800.02/1800.00	c   intdiving        :       0.00          0          0
1800.02/1800.00	c   actconsdiving    :       0.00          0          0
1800.02/1800.00	c   objpscostdiving  :       0.00          0          0
1800.02/1800.00	c   rootsoldiving    :       0.00          0          0
1800.02/1800.00	c   linesearchdiving :       0.00          0          0
1800.02/1800.00	c   guideddiving     :       0.00          0          0
1800.02/1800.00	c   octane           :       0.00          0          0
1800.02/1800.00	c   rens             :       0.00          0          0
1800.02/1800.00	c   rins             :       0.00          0          0
1800.02/1800.00	c   localbranching   :       0.00          0          0
1800.02/1800.00	c   mutation         :       0.00          0          0
1800.02/1800.00	c   crossover        :       0.00          0          0
1800.02/1800.00	c   dins             :       0.00          0          0
1800.02/1800.00	c   undercover       :       0.00          0          0
1800.02/1800.00	c   nlp              :       2.22          0          0
1800.02/1800.00	c   trysol           :       1.90          1          0
1800.02/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.02/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.02/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.02/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.02/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.00	c B&B Tree           :
1800.02/1800.00	c   number of runs   :          1
1800.02/1800.00	c   nodes            :    9935596
1800.02/1800.00	c   nodes (total)    :    9935596
1800.02/1800.00	c   nodes left       :    5672928
1800.02/1800.00	c   max depth        :        224
1800.02/1800.00	c   max depth (total):        224
1800.02/1800.00	c   backtracks       :    1397606 (14.1%)
1800.02/1800.00	c   delayed cutoffs  :    1633337
1800.02/1800.00	c   repropagations   :    2873254 (40067151 domain reductions, 1292087 cutoffs)
1800.02/1800.00	c   avg switch length:       6.75
1800.02/1800.00	c   switching time   :     661.81
1800.02/1800.00	c Solution           :
1800.02/1800.00	c   Solutions found  :          0 (0 improvements)
1800.02/1800.00	c   Primal Bound     :          -
1800.02/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.02/1800.00	c   Gap              :   infinite
1800.02/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/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-2693718-1277890694/watcher-2693718-1277890694 -o /tmp/evaluation-result-2693718-1277890694/solver-2693718-1277890694 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693718-1277890694.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: 6.64 3.59 3.23 4/179 9922
/proc/meminfo: memFree=31337360/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=7812 CPUtime=0
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 1791 0 0 0 0 0 0 0 25 0 1 0 130215097 7999488 1362 4089446400 4194304 7136930 140735517070064 18446744073709551615 6346856 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9922/statm: 2210 1377 282 719 0 1489 0

[startup+0.0477291 s]
/proc/loadavg: 6.64 3.59 3.23 4/179 9922
/proc/meminfo: memFree=31337360/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=12256 CPUtime=0.04
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 4049 0 0 0 4 0 0 0 25 0 1 0 130215097 12550144 2334 4089446400 4194304 7136930 140735517070064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9922/statm: 3064 2334 394 719 0 2343 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12256

[startup+0.100681 s]
/proc/loadavg: 6.64 3.59 3.23 4/179 9922
/proc/meminfo: memFree=31337360/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=13012 CPUtime=0.09
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 4242 0 0 0 8 1 0 0 25 0 1 0 130215097 13324288 2527 4089446400 4194304 7136930 140735517070064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9922/statm: 3253 2527 394 719 0 2532 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13012

[startup+0.300641 s]
/proc/loadavg: 6.64 3.59 3.23 4/179 9922
/proc/meminfo: memFree=31337360/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=14856 CPUtime=0.29
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 4729 0 0 0 26 3 0 0 25 0 1 0 130215097 15212544 3014 4089446400 4194304 7136930 140735517070064 18446744073709551615 4227482 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9922/statm: 3714 3014 394 719 0 2993 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14856

[startup+0.700566 s]
/proc/loadavg: 6.64 3.59 3.23 4/179 9922
/proc/meminfo: memFree=31337360/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=17692 CPUtime=0.69
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 5472 0 0 0 61 8 0 0 25 0 1 0 130215097 18116608 3757 4089446400 4194304 7136930 140735517070064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9922/statm: 4423 3757 394 719 0 3702 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17692

[startup+1.50047 s]
/proc/loadavg: 6.64 3.59 3.23 3/180 9923
/proc/meminfo: memFree=31320984/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=22788 CPUtime=1.49
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 6781 0 0 0 129 20 0 0 25 0 1 0 130215097 23334912 5066 4089446400 4194304 7136930 140735517070064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9922/statm: 5697 5066 394 719 0 4976 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22788

[startup+3.10118 s]
/proc/loadavg: 6.64 3.59 3.23 3/180 9923
/proc/meminfo: memFree=31313576/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=32432 CPUtime=3.09
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 9294 0 0 0 271 38 0 0 25 0 1 0 130215097 33210368 7579 4089446400 4194304 7136930 140735517070064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9922/statm: 8108 7579 394 719 0 7387 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32432

[startup+6.3005 s]
/proc/loadavg: 6.27 3.56 3.23 3/180 9923
/proc/meminfo: memFree=31295224/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=52956 CPUtime=6.29
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 14018 0 0 0 547 82 0 0 25 0 1 0 130215097 54226944 12303 4089446400 4194304 7136930 140735517070064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9922/statm: 13239 12303 394 719 0 12518 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52956

[startup+12.7003 s]
/proc/loadavg: 5.92 3.54 3.22 3/180 9923
/proc/meminfo: memFree=31260668/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=85272 CPUtime=12.69
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 22409 0 0 0 1105 164 0 0 25 0 1 0 130215097 87318528 20694 4089446400 4194304 7136930 140735517070064 18446744073709551615 4240384 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9922/statm: 21318 20694 394 719 0 20597 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 85272

[startup+25.5009 s]
/proc/loadavg: 5.05 3.46 3.20 3/180 9923
/proc/meminfo: memFree=31188212/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=156952 CPUtime=25.49
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 39893 0 0 0 2228 321 0 0 25 0 1 0 130215097 160718848 38178 4089446400 4194304 7136930 140735517070064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9922/statm: 39238 38178 394 719 0 38517 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 156952

[startup+51.1009 s]
/proc/loadavg: 4.01 3.34 3.17 3/180 9924
/proc/meminfo: memFree=31066864/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=284408 CPUtime=51.1
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 70682 0 0 0 4514 596 0 0 25 0 1 0 130215097 291233792 68967 4089446400 4194304 7136930 140735517070064 18446744073709551615 5955605 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9922/statm: 71102 68967 394 719 0 70381 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 284408

[startup+102.306 s]
/proc/loadavg: 2.87 3.13 3.10 3/180 9925
/proc/meminfo: memFree=30883900/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=457736 CPUtime=102.3
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 115268 0 0 0 9207 1023 0 0 25 0 1 0 130215097 468721664 113553 4089446400 4194304 7136930 140735517070064 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9922/statm: 114434 113553 394 719 0 113713 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 457736

[startup+162.301 s]
/proc/loadavg: 2.32 2.92 3.03 3/197 9972
/proc/meminfo: memFree=31204352/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=639648 CPUtime=162.29
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 157905 0 0 0 14763 1466 0 0 25 0 1 0 130215097 654999552 156190 4089446400 4194304 7136930 140735517070064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9922/statm: 159912 156190 394 719 0 159191 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 639648

[startup+222.3 s]
/proc/loadavg: 2.11 2.75 2.96 3/197 9974
/proc/meminfo: memFree=30966572/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=857324 CPUtime=222.29
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 214269 0 0 0 20209 2020 0 0 25 0 1 0 130215097 877899776 212554 4089446400 4194304 7136930 140735517070064 18446744073709551615 6123172 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9922/statm: 214331 212554 394 719 0 213610 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 857324

[startup+282.301 s]
/proc/loadavg: 2.04 2.61 2.90 3/197 9975
/proc/meminfo: memFree=30762916/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=1085396 CPUtime=282.29
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 264779 0 0 0 25704 2525 0 0 25 0 1 0 130215097 1111445504 263064 4089446400 4194304 7136930 140735517070064 18446744073709551615 6123168 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9922/statm: 271349 263064 394 719 0 270628 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 1085396

[startup+342.3 s]
/proc/loadavg: 2.01 2.50 2.84 3/197 9977
/proc/meminfo: memFree=30567928/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=1268412 CPUtime=342.29
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 312063 0 0 0 31223 3006 0 0 25 0 1 0 130215097 1298853888 310348 4089446400 4194304 7136930 140735517070064 18446744073709551615 6123184 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9922/statm: 317103 310348 394 719 0 316382 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 1268412

[startup+402.301 s]
/proc/loadavg: 2.00 2.41 2.79 3/197 9978
/proc/meminfo: memFree=30400228/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=1429424 CPUtime=402.29
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 353632 0 0 0 36775 3454 0 0 25 0 1 0 130215097 1463730176 351917 4089446400 4194304 7136930 140735517070064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9922/statm: 357356 351917 394 719 0 356635 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 1429424

[startup+462.3 s]
/proc/loadavg: 2.05 2.34 2.74 3/197 9980
/proc/meminfo: memFree=30234264/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=1588108 CPUtime=462.29
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 394545 0 0 0 42363 3866 0 0 25 0 1 0 130215097 1626222592 392830 4089446400 4194304 7136930 140735517070064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9922/statm: 397027 392830 394 719 0 396306 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 1588108

[startup+522.301 s]
/proc/loadavg: 2.02 2.28 2.69 3/197 9982
/proc/meminfo: memFree=30085528/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=1732344 CPUtime=522.29
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 431688 0 0 0 47981 4248 0 0 25 0 1 0 130215097 1773920256 429973 4089446400 4194304 7136930 140735517070064 18446744073709551615 4677406 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9922/statm: 433086 429973 394 719 0 432365 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 1732344

[startup+582.3 s]
/proc/loadavg: 2.00 2.23 2.64 3/197 9983
/proc/meminfo: memFree=29939996/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=1872612 CPUtime=582.29
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 467884 0 0 0 53597 4632 0 0 25 0 1 0 130215097 1917554688 466169 4089446400 4194304 7136930 140735517070064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9922/statm: 468153 466169 394 719 0 467432 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 1872612

[startup+642.301 s]
/proc/loadavg: 2.00 2.18 2.60 3/197 9985
/proc/meminfo: memFree=29796464/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=2008276 CPUtime=642.3
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 502729 0 0 0 59244 4986 0 0 25 0 1 0 130215097 2056474624 501014 4089446400 4194304 7136930 140735517070064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9922/statm: 502069 501014 394 719 0 501348 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 2008276

[startup+702.3 s]

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

/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 683577 0 0 0 93286 6944 0 0 25 0 1 0 130215097 2844131328 681862 4089446400 4194304 7136930 140735517070064 18446744073709551615 4704784 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9922/statm: 694368 681862 394 719 0 693647 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 2777472

[startup+1062.3 s]
/proc/loadavg: 2.04 2.06 2.38 3/197 9996
/proc/meminfo: memFree=28960128/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=2883180 CPUtime=1062.3
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 710721 0 0 0 98991 7239 0 0 25 0 1 0 130215097 2952376320 709006 4089446400 4194304 7136930 140735517070064 18446744073709551615 6123184 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9922/statm: 720795 709006 394 719 0 720074 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 2883180

[startup+1122.3 s]
/proc/loadavg: 2.01 2.04 2.35 3/197 10001
/proc/meminfo: memFree=28862200/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=2978152 CPUtime=1122.3
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 734893 0 0 0 104698 7532 0 0 25 0 1 0 130215097 3049627648 733178 4089446400 4194304 7136930 140735517070064 18446744073709551615 6123176 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9922/statm: 744538 733178 394 719 0 743817 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 2978152

[startup+1182.3 s]
/proc/loadavg: 2.00 2.03 2.33 3/197 10002
/proc/meminfo: memFree=28810908/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=3027000 CPUtime=1182.3
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 769543 0 0 0 110196 8034 0 0 25 0 1 0 130215097 3099648000 745665 4089446400 4194304 7136930 140735517070064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9922/statm: 756750 745665 394 719 0 756029 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 3027000

[startup+1242.3 s]
/proc/loadavg: 2.00 2.03 2.30 3/197 10004
/proc/meminfo: memFree=28805992/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=3030872 CPUtime=1242.3
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 770539 0 0 0 115712 8518 0 0 25 0 1 0 130215097 3103612928 746661 4089446400 4194304 7136930 140735517070064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9922/statm: 757718 746661 394 719 0 756997 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 3030872

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.28 3/197 10005
/proc/meminfo: memFree=28804564/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=3032464 CPUtime=1302.31
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 770894 0 0 0 121277 8954 0 0 25 0 1 0 130215097 3105243136 747016 4089446400 4194304 7136930 140735517070064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9922/statm: 758116 747016 394 719 0 757395 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 3032464

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.26 3/197 10007
/proc/meminfo: memFree=28803260/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=3033560 CPUtime=1362.3
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 771159 0 0 0 126933 9297 0 0 25 0 1 0 130215097 3106365440 747281 4089446400 4194304 7136930 140735517070064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9922/statm: 758390 747281 394 719 0 757669 0
Current children cumulated CPU time (s) 1362.3
Current children cumulated vsize (KiB) 3033560

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.24 3/197 10018
/proc/meminfo: memFree=28801412/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=3034628 CPUtime=1422.31
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 771404 0 0 0 132624 9607 0 0 25 0 1 0 130215097 3107459072 747526 4089446400 4194304 7136930 140735517070064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9922/statm: 758657 747526 394 719 0 757936 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 3034628

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.22 3/197 10019
/proc/meminfo: memFree=28798504/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=3036932 CPUtime=1482.31
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 771950 0 0 0 138338 9893 0 0 25 0 1 0 130215097 3109818368 748072 4089446400 4194304 7136930 140735517070064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9922/statm: 759233 748072 394 719 0 758512 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 3036932

[startup+1542.3 s]
/proc/loadavg: 2.10 2.03 2.22 3/197 10021
/proc/meminfo: memFree=28798300/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=3037096 CPUtime=1542.31
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 771991 0 0 0 144059 10172 0 0 25 0 1 0 130215097 3109986304 748113 4089446400 4194304 7136930 140735517070064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9922/statm: 759274 748113 394 719 0 758553 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 3037096

[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 2.20 3/197 10022
/proc/meminfo: memFree=28797744/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=3037300 CPUtime=1602.31
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 772056 0 0 0 149760 10471 0 0 25 0 1 0 130215097 3110195200 748178 4089446400 4194304 7136930 140735517070064 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9922/statm: 759325 748178 394 719 0 758604 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 3037300

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.18 3/197 10024
/proc/meminfo: memFree=28797432/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=3037764 CPUtime=1662.31
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 772142 0 0 0 155476 10755 0 0 25 0 1 0 130215097 3110670336 748264 4089446400 4194304 7136930 140735517070064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9922/statm: 759441 748264 394 719 0 758720 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 3037764

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.17 3/197 10026
/proc/meminfo: memFree=28794404/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=3038416 CPUtime=1722.32
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 772297 0 0 0 161221 11011 0 0 25 0 1 0 130215097 3111337984 748419 4089446400 4194304 7136930 140735517070064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9922/statm: 759604 748419 394 719 0 758883 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 3038416

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.16 3/197 10027
/proc/meminfo: memFree=28793220/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=3039004 CPUtime=1782.32
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 772396 0 0 0 166967 11265 0 0 25 0 1 0 130215097 3111940096 748518 4089446400 4194304 7136930 140735517070064 18446744073709551615 5955609 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9922/statm: 759751 748518 394 719 0 759030 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 3039004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.15 3/197 10028
/proc/meminfo: memFree=28793080/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=3039004 CPUtime=1800.02
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 772421 0 0 0 168675 11327 0 0 25 0 1 0 130215097 3111940096 748543 4089446400 4194304 7136930 140735517070064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9922/statm: 759751 748543 394 719 0 759030 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 3039004

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -9922

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.15 3/198 10029
/proc/meminfo: memFree=28792948/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=3039004 CPUtime=1801.42
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 772457 0 0 0 168815 11327 0 0 19 0 1 0 130215097 3111940096 748579 4089446400 4194304 7136930 140735517070064 18446744073709551615 6165594 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9922/statm: 759751 748579 399 719 0 759030 0
Current children cumulated CPU time (s) 1801.42
Current children cumulated vsize (KiB) 3039004

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.15 3/198 10029
/proc/meminfo: memFree=28792948/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=3039004 CPUtime=1801.83
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 772457 0 0 0 168856 11327 0 0 20 0 1 0 130215097 3111940096 748579 4089446400 4194304 7136930 140735517070064 18446744073709551615 4615481 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9922/statm: 759751 748579 399 719 0 759030 0
Current children cumulated CPU time (s) 1801.83
Current children cumulated vsize (KiB) 3039004

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.15 3/198 10029
/proc/meminfo: memFree=28792948/32950928 swapFree=67111528/67111528
[pid=9922] ppid=9920 vsize=3039004 CPUtime=1802.02
/proc/9922/stat : 9922 (pbscip.linux.x8) R 9920 9922 8905 0 -1 4202496 772457 0 0 0 168875 11327 0 0 20 0 1 0 130215097 3111940096 748579 4089446400 4194304 7136930 140735517070064 18446744073709551615 6165762 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9922/statm: 759751 748579 399 719 0 759030 0
Current children cumulated CPU time (s) 1802.02
Current children cumulated vsize (KiB) 3039004

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.1
CPU time (s): 1802.13
CPU user time (s): 1688.76
CPU system time (s): 113.369
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3154936

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

runsolver used 2.71159 second user time and 5.95409 second system time

The end

Launcher Data

Begin job on node127 at 2010-06-30 11:38:15
IDJOB=2693718
IDBENCH=78685
IDSOLVER=1206
FILE ID=node127/2693718-1277890694
PBS_JOBID= 11197100
Free space on /tmp= 74180 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-chnl10_15_pb.cnf.cr--soft-66-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693718-1277890694/watcher-2693718-1277890694 -o /tmp/evaluation-result-2693718-1277890694/solver-2693718-1277890694 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693718-1277890694.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 8841123e57febe545fae4a69b91f873c
RANDOM SEED=1528988502

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.828
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31338012 kB
Buffers:        172688 kB
Cached:         733208 kB
SwapCached:          0 kB
Active:         994928 kB
Inactive:       475800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31338012 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3212 kB
Writeback:           0 kB
AnonPages:      564712 kB
Mapped:          18012 kB
Slab:            76608 kB
PageTables:       6200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1137260 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node127 at 2010-06-30 12:08:17