Trace number 2693620

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 solverOPTIMUM 477.46 477.449

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/
uclid_pb_benchmarks/normalized-blast-floppy1-2.ucl--soft-33-100-0.wbo
MD5SUM41c5d5bb21666da1060ef5877d8823b7
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.015996
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables152
Total number of constraints127
Number of soft constraints88
Number of constraints which are clauses77
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints50
Minimum length of a constraint1
Maximum length of a constraint19
Top cost 4363
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 4362
Biggest number in a constraint 772
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2305
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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-2693620-1277913241.wbo>
0.00/0.00	c original problem has 328 variables (240 bin, 0 int, 0 impl, 88 cont) and 216 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) 1 del vars, 2 del conss, 1 chg bounds, 27 chg sides, 54 chg coeffs, 0 upgd conss, 136 impls, 0 clqs
0.00/0.00	c (round 2) 1 del vars, 3 del conss, 1 chg bounds, 27 chg sides, 54 chg coeffs, 0 upgd conss, 136 impls, 0 clqs
0.00/0.01	c (round 3) 1 del vars, 3 del conss, 89 chg bounds, 27 chg sides, 54 chg coeffs, 0 upgd conss, 136 impls, 0 clqs
0.00/0.01	c (round 4) 1 del vars, 3 del conss, 89 chg bounds, 27 chg sides, 54 chg coeffs, 39 upgd conss, 136 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 190/239 (79.5%) - 0 fixings, 0 aggregations, 3 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  1 deleted vars, 3 deleted constraints, 89 tightened bounds, 0 added holes, 27 changed sides, 54 changed coefficients
0.00/0.01	c  149 implications, 0 cliques
0.00/0.01	c presolved problem has 327 variables (239 bin, 0 int, 0 impl, 88 cont) and 213 constraints
0.00/0.01	c      88 constraints of type <indicator>
0.00/0.01	c       2 constraints of type <varbound>
0.00/0.01	c      12 constraints of type <knapsack>
0.00/0.01	c      86 constraints of type <linear>
0.00/0.01	c      25 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.02	c 
0.00/0.02	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.02	c   0.0s|     1 |     2 |     0 |     - |1167k|   0 |   - | 327 | 213 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.05	o 156
0.00/0.05	c * 0.0s|   811 |   657 |     0 |   0.0 |1469k| 169 |   - | 327 | 235 |   0 |   0 |   0 |  22 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
0.49/0.60	c   0.5s| 10000 |  9748 |     0 |   0.0 |5252k| 169 |   - | 327 | 316 |   0 |   0 |   0 | 103 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
1.19/1.24	c   1.1s| 20000 | 19653 |     0 |   0.0 |  10M| 169 |   - | 327 | 289 |   0 |   0 |   0 | 147 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
1.79/1.83	c   1.6s| 30000 | 29477 |     0 |   0.0 |  14M| 169 |   - | 327 | 335 |   0 |   0 |   0 | 252 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
2.29/2.37	c   2.1s| 40000 | 39400 |     0 |   0.0 |  18M| 169 |   - | 327 | 359 |   0 |   0 |   0 | 302 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
2.89/2.93	c   2.6s| 50000 | 49273 |     0 |   0.0 |  21M| 169 |   - | 327 | 352 |   0 |   0 |   0 | 326 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
3.39/3.49	c   3.1s| 60000 | 58856 |     0 |   0.0 |  25M| 169 |   - | 327 | 370 |   0 |   0 |   0 | 379 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
4.10/4.15	c   3.7s| 70000 | 68827 |     0 |   0.0 |  30M| 169 |   - | 327 | 255 |   0 |   0 |   0 | 395 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
4.79/4.82	c   4.2s| 80000 | 78798 |     0 |   0.0 |  34M| 169 |   - | 327 | 256 |   0 |   0 |   0 | 422 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
5.40/5.49	c   4.8s| 90000 | 88654 |     0 |   0.0 |  40M| 169 |   - | 327 | 314 |   0 |   0 |   0 | 530 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
6.09/6.15	c   5.4s|100000 | 98530 |     0 |   0.0 |  45M| 169 |   - | 327 | 342 |   0 |   0 |   0 | 610 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
6.79/6.80	c   6.0s|110000 |108368 |     0 |   0.0 |  50M| 169 |   - | 327 | 345 |   0 |   0 |   0 | 709 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
7.39/7.45	c   6.6s|120000 |118155 |     0 |   0.0 |  56M| 169 |   - | 327 | 348 |   0 |   0 |   0 | 767 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
7.99/8.05	c   7.1s|130000 |127930 |     0 |   0.0 |  61M| 169 |   - | 327 | 312 |   0 |   0 |   0 | 803 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
8.49/8.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.49/8.58	c   7.5s|140000 |137554 |     0 |   0.0 |  64M| 169 |   - | 327 | 357 |   0 |   0 |   0 | 861 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
9.09/9.10	c   8.0s|150000 |147301 |     0 |   0.0 |  68M| 169 |   - | 327 | 363 |   0 |   0 |   0 | 880 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
9.59/9.62	c   8.4s|160000 |157043 |     0 |   0.0 |  72M| 169 |   - | 327 | 375 |   0 |   0 |   0 | 901 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
10.09/10.13	c   8.9s|170000 |166788 |     0 |   0.0 |  75M| 169 |   - | 327 | 384 |   0 |   0 |   0 | 917 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
10.59/10.64	c   9.3s|180000 |176574 |     0 |   0.0 |  79M| 169 |   - | 327 | 394 |   0 |   0 |   0 | 940 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
11.09/11.15	c   9.8s|190000 |186348 |     0 |   0.0 |  83M| 169 |   - | 327 | 393 |   0 |   0 |   0 | 945 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
11.59/11.66	c  10.2s|200000 |196055 |     0 |   0.0 |  86M| 169 |   - | 327 | 414 |   0 |   0 |   0 | 973 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
12.09/12.18	c  10.7s|210000 |205880 |     0 |   0.0 |  90M| 169 |   - | 327 | 428 |   0 |   0 |   0 |1010 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
12.69/12.71	c  11.1s|220000 |215483 |     0 |   0.0 |  94M| 169 |   - | 327 | 483 |   0 |   0 |   0 |1095 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
13.20/13.24	c  11.6s|230000 |224967 |     0 |   0.0 |  98M| 169 |   - | 327 | 493 |   0 |   0 |   0 |1147 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
13.69/13.76	c  12.0s|240000 |234424 |     0 |   0.0 | 102M| 169 |   - | 327 | 520 |   0 |   0 |   0 |1194 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
14.29/14.30	c  12.5s|250000 |243999 |     0 |   0.0 | 105M| 169 |   - | 327 | 517 |   0 |   0 |   0 |1223 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
14.79/14.89	c  13.0s|260000 |253795 |     0 |   0.0 | 109M| 169 |   - | 327 | 512 |   0 |   0 |   0 |1245 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
15.40/15.45	c  13.5s|270000 |263758 |     0 |   0.0 | 112M| 169 |   - | 327 | 523 |   0 |   0 |   0 |1265 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
15.99/16.01	c  14.0s|280000 |273678 |     0 |   0.0 | 116M| 169 |   - | 327 | 523 |   0 |   0 |   0 |1272 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
16.49/16.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.49/16.57	c  14.5s|290000 |283496 |     0 |   0.0 | 120M| 169 |   - | 327 | 511 |   0 |   0 |   0 |1279 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
17.09/17.17	c  15.0s|300000 |293220 |     0 |   0.0 | 123M| 169 |   - | 327 | 371 |   0 |   0 |   0 |1310 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
17.69/17.70	c  15.4s|310000 |302775 |     0 |   0.0 | 127M| 169 |   - | 327 | 374 |   0 |   0 |   0 |1330 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
18.19/18.22	c  15.9s|320000 |312307 |     0 |   0.0 | 130M| 169 |   - | 327 | 393 |   0 |   0 |   0 |1363 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
18.79/18.85	c  16.4s|330000 |322182 |     0 |   0.0 | 134M| 169 |   - | 327 | 284 |   0 |   0 |   0 |1382 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
19.39/19.49	c  17.0s|340000 |332172 |     0 |   0.0 | 139M| 169 |   - | 327 | 247 |   0 |   0 |   0 |1383 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
20.09/20.11	c  17.6s|350000 |342137 |     0 |   0.0 | 143M| 169 |   - | 327 | 243 |   0 |   0 |   0 |1397 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
20.69/20.76	c  18.2s|360000 |352099 |     0 |   0.0 | 148M| 169 |   - | 327 | 251 |   0 |   0 |   0 |1417 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
21.39/21.41	c  18.7s|370000 |362075 |     0 |   0.0 | 153M| 169 |   - | 327 | 257 |   0 |   0 |   0 |1439 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
21.99/22.05	c  19.3s|380000 |372041 |     0 |   0.0 | 158M| 169 |   - | 327 | 265 |   0 |   0 |   0 |1456 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
22.59/22.69	c  19.9s|390000 |381961 |     0 |   0.0 | 163M| 169 |   - | 327 | 298 |   0 |   0 |   0 |1493 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
23.29/23.33	c  20.4s|400000 |391852 |     0 |   0.0 | 169M| 169 |   - | 327 | 323 |   0 |   0 |   0 |1542 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
23.89/23.98	c  21.0s|410000 |401548 |     0 |   0.0 | 174M| 169 |   - | 327 | 385 |   0 |   0 |   0 |1642 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
24.59/24.61	c  21.6s|420000 |411152 |     0 |   0.0 | 179M| 169 |   - | 327 | 397 |   0 |   0 |   0 |1707 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
25.19/25.24	c  22.1s|430000 |420814 |     0 |   0.0 | 184M| 169 |   - | 327 | 402 |   0 |   0 |   0 |1753 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
25.79/25.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
25.79/25.87	c  22.7s|440000 |430423 |     0 |   0.0 | 190M| 169 |   - | 327 | 449 |   0 |   0 |   0 |1840 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
26.40/26.49	c  23.2s|450000 |440115 |     0 |   0.0 | 195M| 169 |   - | 327 | 450 |   0 |   0 |   0 |1882 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
27.09/27.11	c  23.8s|460000 |449886 |     0 |   0.0 | 200M| 169 |   - | 327 | 495 |   0 |   0 |   0 |1961 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
27.69/27.72	c  24.4s|470000 |459705 |     0 |   0.0 | 205M| 169 |   - | 327 | 466 |   0 |   0 |   0 |1983 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
28.29/28.34	c  24.9s|480000 |469541 |     0 |   0.0 | 210M| 169 |   - | 327 | 467 |   0 |   0 |   0 |2008 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
28.90/28.94	c  25.4s|490000 |479358 |     0 |   0.0 | 216M| 169 |   - | 327 | 477 |   0 |   0 |   0 |2040 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
29.49/29.56	c  26.0s|500000 |489145 |     0 |   0.0 | 221M| 169 |   - | 327 | 537 |   0 |   0 |   0 |2134 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
30.09/30.18	c  26.5s|510000 |498757 |     0 |   0.0 | 226M| 169 |   - | 327 | 552 |   0 |   0 |   0 |2199 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
30.80/30.80	c  27.1s|520000 |508426 |     0 |   0.0 | 232M| 169 |   - | 327 | 553 |   0 |   0 |   0 |2230 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
31.39/31.42	c  27.6s|530000 |518126 |     0 |   0.0 | 238M| 169 |   - | 327 | 540 |   0 |   0 |   0 |2256 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
31.99/32.04	c  28.2s|540000 |528048 |     0 |   0.0 | 243M| 169 |   - | 327 | 529 |   0 |   0 |   0 |2282 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
32.59/32.67	c  28.7s|550000 |537936 |     0 |   0.0 | 248M| 169 |   - | 327 | 544 |   0 |   0 |   0 |2313 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
33.29/33.30	c  29.3s|560000 |547787 |     0 |   0.0 | 254M| 169 |   - | 327 | 558 |   0 |   0 |   0 |2353 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
33.89/33.93	c  29.8s|570000 |557578 |     0 |   0.0 | 260M| 169 |   - | 327 | 565 |   0 |   0 |   0 |2378 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
34.49/34.57	c  30.4s|580000 |567406 |     0 |   0.0 | 266M| 169 |   - | 327 | 582 |   0 |   0 |   0 |2419 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
35.10/35.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
35.10/35.18	c  31.0s|590000 |577257 |     0 |   0.0 | 271M| 169 |   - | 327 | 561 |   0 |   0 |   0 |2497 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
35.70/35.73	c  31.4s|600000 |587233 |     0 |   0.0 | 274M| 169 |   - | 327 | 527 |   0 |   0 |   0 |2514 |   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
35.79/35.89	o 151
35.79/35.89	c *31.6s|602400 |570458 |     0 |   0.0 | 263M| 169 |   - | 327 | 523 |   0 |   0 |   0 |2515 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
36.30/36.31	c  31.9s|610000 |578029 |     0 |   0.0 | 266M| 169 |   - | 327 | 542 |   0 |   0 |   0 |2553 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
36.80/36.86	c  32.4s|620000 |588004 |     0 |   0.0 | 269M| 169 |   - | 327 | 550 |   0 |   0 |   0 |2578 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
37.39/37.41	c  32.9s|630000 |597912 |     0 |   0.0 | 273M| 169 |   - | 327 | 582 |   0 |   0 |   0 |2637 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
37.89/37.95	c  33.4s|640000 |607830 |     0 |   0.0 | 277M| 169 |   - | 327 | 571 |   0 |   0 |   0 |2646 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
38.39/38.48	c  33.9s|650000 |617751 |     0 |   0.0 | 281M| 169 |   - | 327 | 564 |   0 |   0 |   0 |2659 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
38.99/39.01	c  34.3s|660000 |627665 |     0 |   0.0 | 285M| 169 |   - | 327 | 575 |   0 |   0 |   0 |2684 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
39.49/39.54	c  34.8s|670000 |637588 |     0 |   0.0 | 289M| 169 |   - | 327 | 566 |   0 |   0 |   0 |2694 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
39.99/40.07	c  35.2s|680000 |647536 |     0 |   0.0 | 292M| 169 |   - | 327 | 568 |   0 |   0 |   0 |2704 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
40.60/40.61	c  35.7s|690000 |657502 |     0 |   0.0 | 296M| 169 |   - | 327 | 565 |   0 |   0 |   0 |2714 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
41.09/41.14	c  36.1s|700000 |667446 |     0 |   0.0 | 300M| 169 |   - | 327 | 579 |   0 |   0 |   0 |2740 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
41.59/41.66	c  36.6s|710000 |677367 |     0 |   0.0 | 304M| 169 |   - | 327 | 568 |   0 |   0 |   0 |2744 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
42.09/42.19	c  37.0s|720000 |687312 |     0 |   0.0 | 308M| 169 |   - | 327 | 573 |   0 |   0 |   0 |2752 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
42.69/42.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
42.69/42.72	c  37.5s|730000 |697280 |     0 |   0.0 | 312M| 169 |   - | 327 | 580 |   0 |   0 |   0 |2775 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
43.19/43.25	c  37.9s|740000 |707249 |     0 |   0.0 | 316M| 169 |   - | 327 | 590 |   0 |   0 |   0 |2797 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
43.69/43.78	c  38.4s|750000 |717222 |     0 |   0.0 | 320M| 169 |   - | 327 | 591 |   0 |   0 |   0 |2817 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
44.30/44.31	c  38.9s|760000 |727208 |     0 |   0.0 | 324M| 169 |   - | 327 | 594 |   0 |   0 |   0 |2828 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
44.79/44.85	c  39.3s|770000 |737192 |     0 |   0.0 | 328M| 169 |   - | 327 | 589 |   0 |   0 |   0 |2841 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
45.29/45.37	c  39.8s|780000 |747186 |     0 |   0.0 | 332M| 169 |   - | 327 | 572 |   0 |   0 |   0 |2845 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
45.89/45.91	c  40.2s|790000 |757169 |     0 |   0.0 | 336M| 169 |   - | 327 | 585 |   0 |   0 |   0 |2869 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
46.39/46.44	c  40.7s|800000 |767160 |     0 |   0.0 | 340M| 169 |   - | 327 | 583 |   0 |   0 |   0 |2876 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
46.89/46.98	c  41.2s|810000 |777160 |     0 |   0.0 | 344M| 169 |   - | 327 | 578 |   0 |   0 |   0 |2876 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
47.49/47.52	c  41.7s|820000 |787156 |     0 |   0.0 | 348M| 169 |   - | 327 | 575 |   0 |   0 |   0 |2879 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
47.99/48.06	c  42.1s|830000 |797142 |     0 |   0.0 | 353M| 169 |   - | 327 | 580 |   0 |   0 |   0 |2886 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
48.59/48.61	c  42.6s|840000 |807109 |     0 |   0.0 | 357M| 169 |   - | 327 | 578 |   0 |   0 |   0 |2897 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
49.09/49.15	c  43.1s|850000 |817102 |     0 |   0.0 | 361M| 169 |   - | 327 | 576 |   0 |   0 |   0 |2897 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
49.59/49.69	c  43.5s|860000 |827093 |     0 |   0.0 | 365M| 169 |   - | 327 | 576 |   0 |   0 |   0 |2897 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
50.20/50.23	c  44.0s|870000 |837070 |     0 |   0.0 | 369M| 169 |   - | 327 | 581 |   0 |   0 |   0 |2908 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
50.69/50.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
50.69/50.77	c  44.5s|880000 |847027 |     0 |   0.0 | 374M| 169 |   - | 327 | 589 |   0 |   0 |   0 |2936 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
51.30/51.31	c  45.0s|890000 |857016 |     0 |   0.0 | 378M| 169 |   - | 327 | 588 |   0 |   0 |   0 |2942 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
51.79/51.85	c  45.4s|900000 |866991 |     0 |   0.0 | 382M| 169 |   - | 327 | 594 |   0 |   0 |   0 |2953 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
52.29/52.39	c  45.9s|910000 |876959 |     0 |   0.0 | 387M| 169 |   - | 327 | 606 |   0 |   0 |   0 |2980 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
52.89/52.93	c  46.4s|920000 |886944 |     0 |   0.0 | 391M| 169 |   - | 327 | 610 |   0 |   0 |   0 |3007 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
53.39/53.47	c  46.9s|930000 |896936 |     0 |   0.0 | 395M| 169 |   - | 327 | 592 |   0 |   0 |   0 |3011 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
53.99/54.02	c  47.4s|940000 |906921 |     0 |   0.0 | 399M| 169 |   - | 327 | 585 |   0 |   0 |   0 |3014 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
54.49/54.56	c  47.8s|950000 |916908 |     0 |   0.0 | 403M| 169 |   - | 327 | 575 |   0 |   0 |   0 |3023 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
54.99/55.08	c  48.3s|960000 |926906 |     0 |   0.0 | 407M| 169 |   - | 327 | 570 |   0 |   0 |   0 |3025 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
55.59/55.60	c  48.7s|970000 |936883 |     0 |   0.0 | 411M| 169 |   - | 327 | 572 |   0 |   0 |   0 |3028 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
56.10/56.13	c  49.2s|980000 |946846 |     0 |   0.0 | 415M| 169 |   - | 327 | 574 |   0 |   0 |   0 |3034 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
56.59/56.66	c  49.6s|990000 |956846 |     0 |   0.0 | 419M| 169 |   - | 327 | 574 |   0 |   0 |   0 |3034 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
57.10/57.19	c  50.1s|  1000k|966823 |     0 |   0.0 | 423M| 169 |   - | 327 | 590 |   0 |   0 |   0 |3056 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
57.69/57.75	c  50.6s|  1010k|976760 |     0 |   0.0 | 427M| 169 |   - | 327 | 585 |   0 |   0 |   0 |3070 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
58.19/58.30	c  51.0s|  1020k|986697 |     0 |   0.0 | 431M| 169 |   - | 327 | 583 |   0 |   0 |   0 |3070 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
58.79/58.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
58.79/58.85	c  51.5s|  1030k|996653 |     0 |   0.0 | 435M| 169 |   - | 327 | 581 |   0 |   0 |   0 |3070 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
59.29/59.39	c  52.0s|  1040k|  1006k|     0 |   0.0 | 439M| 169 |   - | 327 | 581 |   0 |   0 |   0 |3070 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
59.89/59.94	c  52.5s|  1050k|  1016k|     0 |   0.0 | 443M| 169 |   - | 327 | 580 |   0 |   0 |   0 |3076 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
60.40/60.48	c  52.9s|  1060k|  1026k|     0 |   0.0 | 447M| 169 |   - | 327 | 582 |   0 |   0 |   0 |3088 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
60.99/61.03	c  53.4s|  1070k|  1036k|     0 |   0.0 | 451M| 169 |   - | 327 | 580 |   0 |   0 |   0 |3088 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
61.49/61.58	c  53.9s|  1080k|  1046k|     0 |   0.0 | 455M| 169 |   - | 327 | 577 |   0 |   0 |   0 |3088 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
62.09/62.12	c  54.4s|  1090k|  1056k|     0 |   0.0 | 459M| 169 |   - | 327 | 577 |   0 |   0 |   0 |3088 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
62.60/62.66	c  54.8s|  1100k|  1066k|     0 |   0.0 | 463M| 169 |   - | 327 | 581 |   0 |   0 |   0 |3100 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
63.10/63.19	c  55.3s|  1110k|  1076k|     0 |   0.0 | 467M| 169 |   - | 327 | 581 |   0 |   0 |   0 |3100 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
63.70/63.73	c  55.8s|  1120k|  1086k|     0 |   0.0 | 471M| 169 |   - | 327 | 581 |   0 |   0 |   0 |3100 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
64.19/64.26	c  56.2s|  1130k|  1095k|     0 |   0.0 | 475M| 169 |   - | 327 | 581 |   0 |   0 |   0 |3100 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
64.69/64.80	c  56.7s|  1140k|  1105k|     0 |   0.0 | 479M| 169 |   - | 327 | 580 |   0 |   0 |   0 |3100 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
65.29/65.34	c  57.2s|  1150k|  1115k|     0 |   0.0 | 483M| 169 |   - | 327 | 582 |   0 |   0 |   0 |3112 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
65.79/65.87	c  57.6s|  1160k|  1125k|     0 |   0.0 | 487M| 169 |   - | 327 | 582 |   0 |   0 |   0 |3112 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
66.39/66.40	c  58.1s|  1170k|  1135k|     0 |   0.0 | 491M| 169 |   - | 327 | 582 |   0 |   0 |   0 |3112 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
66.89/66.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
66.89/66.93	c  58.6s|  1180k|  1145k|     0 |   0.0 | 495M| 169 |   - | 327 | 591 |   0 |   0 |   0 |3123 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
67.39/67.48	c  59.0s|  1190k|  1155k|     0 |   0.0 | 499M| 169 |   - | 327 | 597 |   0 |   0 |   0 |3142 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
67.99/68.01	c  59.5s|  1200k|  1165k|     0 |   0.0 | 503M| 169 |   - | 327 | 594 |   0 |   0 |   0 |3142 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
68.49/68.54	c  60.0s|  1210k|  1175k|     0 |   0.0 | 507M| 169 |   - | 327 | 601 |   0 |   0 |   0 |3149 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
68.99/69.08	c  60.4s|  1220k|  1185k|     0 |   0.0 | 511M| 169 |   - | 327 | 593 |   0 |   0 |   0 |3149 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
69.59/69.61	c  60.9s|  1230k|  1195k|     0 |   0.0 | 515M| 169 |   - | 327 | 590 |   0 |   0 |   0 |3158 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
70.09/70.14	c  61.3s|  1240k|  1205k|     0 |   0.0 | 519M| 169 |   - | 327 | 602 |   0 |   0 |   0 |3176 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
70.59/70.67	c  61.8s|  1250k|  1215k|     0 |   0.0 | 522M| 169 |   - | 327 | 608 |   0 |   0 |   0 |3187 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
71.09/71.19	c  62.2s|  1260k|  1224k|     0 |   0.0 | 526M| 169 |   - | 327 | 607 |   0 |   0 |   0 |3210 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
71.69/71.71	c  62.7s|  1270k|  1234k|     0 |   0.0 | 530M| 169 |   - | 327 | 614 |   0 |   0 |   0 |3220 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
72.19/72.23	c  63.1s|  1280k|  1243k|     0 |   0.0 | 534M| 169 |   - | 327 | 614 |   0 |   0 |   0 |3245 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
72.69/72.75	c  63.6s|  1290k|  1253k|     0 |   0.0 | 538M| 169 |   - | 327 | 627 |   0 |   0 |   0 |3265 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
73.19/73.26	c  64.0s|  1300k|  1263k|     0 |   0.0 | 542M| 169 |   - | 327 | 633 |   0 |   0 |   0 |3279 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
73.69/73.77	c  64.5s|  1310k|  1272k|     0 |   0.0 | 546M| 169 |   - | 327 | 665 |   0 |   0 |   0 |3321 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
74.19/74.28	c  64.9s|  1320k|  1282k|     0 |   0.0 | 550M| 169 |   - | 327 | 653 |   0 |   0 |   0 |3329 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
74.70/74.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
74.70/74.79	c  65.4s|  1330k|  1292k|     0 |   0.0 | 554M| 169 |   - | 327 | 674 |   0 |   0 |   0 |3380 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
75.30/75.30	c  65.8s|  1340k|  1301k|     0 |   0.0 | 558M| 169 |   - | 327 | 668 |   0 |   0 |   0 |3400 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
75.79/75.82	c  66.3s|  1350k|  1311k|     0 |   0.0 | 562M| 169 |   - | 327 | 647 |   0 |   0 |   0 |3421 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
76.29/76.33	c  66.7s|  1360k|  1321k|     0 |   0.0 | 567M| 169 |   - | 327 | 625 |   0 |   0 |   0 |3436 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
76.79/76.85	c  67.2s|  1370k|  1330k|     0 |   0.0 | 571M| 169 |   - | 327 | 621 |   0 |   0 |   0 |3464 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
77.29/77.37	c  67.6s|  1380k|  1340k|     0 |   0.0 | 575M| 169 |   - | 327 | 606 |   0 |   0 |   0 |3467 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
77.90/77.95	c  68.1s|  1390k|  1350k|     0 |   0.0 | 579M| 169 |   - | 327 | 561 |   0 |   0 |   0 |3498 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
78.49/78.53	c  68.7s|  1400k|  1360k|     0 |   0.0 | 582M| 169 |   - | 327 | 550 |   0 |   0 |   0 |3512 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
78.99/79.10	c  69.2s|  1410k|  1370k|     0 |   0.0 | 586M| 169 |   - | 327 | 536 |   0 |   0 |   0 |3517 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
79.59/79.66	c  69.7s|  1420k|  1380k|     0 |   0.0 | 589M| 169 |   - | 327 | 533 |   0 |   0 |   0 |3535 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
80.20/80.23	c  70.2s|  1430k|  1390k|     0 |   0.0 | 593M| 169 |   - | 327 | 516 |   0 |   0 |   0 |3540 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
80.69/80.78	c  70.6s|  1440k|  1399k|     0 |   0.0 | 596M| 169 |   - | 327 | 514 |   0 |   0 |   0 |3541 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
81.30/81.34	c  71.1s|  1450k|  1409k|     0 |   0.0 | 600M| 169 |   - | 327 | 513 |   0 |   0 |   0 |3544 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
81.89/81.90	c  71.6s|  1460k|  1419k|     0 |   0.0 | 604M| 169 |   - | 327 | 508 |   0 |   0 |   0 |3544 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
82.40/82.45	c  72.1s|  1470k|  1429k|     0 |   0.0 | 608M| 169 |   - | 327 | 508 |   0 |   0 |   0 |3547 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
82.89/82.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
82.89/82.99	c  72.6s|  1480k|  1439k|     0 |   0.0 | 612M| 169 |   - | 327 | 515 |   0 |   0 |   0 |3558 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
83.50/83.53	c  73.0s|  1490k|  1449k|     0 |   0.0 | 616M| 169 |   - | 327 | 510 |   0 |   0 |   0 |3561 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
83.99/84.06	c  73.5s|  1500k|  1459k|     0 |   0.0 | 620M| 169 |   - | 327 | 512 |   0 |   0 |   0 |3565 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
84.49/84.60	c  74.0s|  1510k|  1469k|     0 |   0.0 | 624M| 169 |   - | 327 | 513 |   0 |   0 |   0 |3573 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
85.09/85.17	c  74.5s|  1520k|  1479k|     0 |   0.0 | 628M| 169 |   - | 327 | 484 |   0 |   0 |   0 |3574 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
85.70/85.71	c  75.0s|  1530k|  1488k|     0 |   0.0 | 632M| 169 |   - | 327 | 483 |   0 |   0 |   0 |3574 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
86.30/86.31	c  75.5s|  1540k|  1498k|     0 |   0.0 | 636M| 169 |   - | 327 | 387 |   0 |   0 |   0 |3578 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
86.90/86.98	c  76.1s|  1550k|  1508k|     0 |   0.0 | 641M| 169 |   - | 327 | 407 |   0 |   0 |   0 |3620 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
87.59/87.65	c  76.7s|  1560k|  1518k|     0 |   0.0 | 646M| 169 |   - | 327 | 446 |   0 |   0 |   0 |3713 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
88.19/88.29	c  77.2s|  1570k|  1528k|     0 |   0.0 | 652M| 169 |   - | 327 | 428 |   0 |   0 |   0 |3756 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
88.90/88.94	c  77.8s|  1580k|  1538k|     0 |   0.0 | 657M| 169 |   - | 327 | 499 |   0 |   0 |   0 |3920 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
89.59/89.60	c  78.4s|  1590k|  1548k|     0 |   0.0 | 663M| 169 |   - | 327 | 468 |   0 |   0 |   0 |4004 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
90.10/90.18	c  78.9s|  1600k|  1558k|     0 |   0.0 | 668M| 169 |   - | 327 | 473 |   0 |   0 |   0 |4124 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
90.69/90.71	c  79.3s|  1610k|  1568k|     0 |   0.0 | 672M| 169 |   - | 327 | 474 |   0 |   0 |   0 |4140 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
91.20/91.22	c  79.8s|  1620k|  1578k|     0 |   0.0 | 675M| 169 |   - | 327 | 470 |   0 |   0 |   0 |4141 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
91.69/91.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
91.69/91.73	c  80.2s|  1630k|  1588k|     0 |   0.0 | 679M| 169 |   - | 327 | 468 |   0 |   0 |   0 |4141 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
92.19/92.25	c  80.7s|  1640k|  1598k|     0 |   0.0 | 683M| 169 |   - | 327 | 464 |   0 |   0 |   0 |4141 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
92.69/92.76	c  81.1s|  1650k|  1608k|     0 |   0.0 | 687M| 169 |   - | 327 | 462 |   0 |   0 |   0 |4141 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
93.19/93.27	c  81.6s|  1660k|  1618k|     0 |   0.0 | 691M| 169 |   - | 327 | 461 |   0 |   0 |   0 |4147 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
93.69/93.78	c  82.0s|  1670k|  1628k|     0 |   0.0 | 695M| 169 |   - | 327 | 470 |   0 |   0 |   0 |4161 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
94.29/94.30	c  82.5s|  1680k|  1638k|     0 |   0.0 | 699M| 169 |   - | 327 | 464 |   0 |   0 |   0 |4174 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
94.80/94.82	c  82.9s|  1690k|  1648k|     0 |   0.0 | 703M| 169 |   - | 327 | 471 |   0 |   0 |   0 |4196 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
95.29/95.34	c  83.4s|  1700k|  1658k|     0 |   0.0 | 707M| 169 |   - | 327 | 472 |   0 |   0 |   0 |4202 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
95.79/95.86	c  83.8s|  1710k|  1668k|     0 |   0.0 | 711M| 169 |   - | 327 | 470 |   0 |   0 |   0 |4204 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
96.29/96.38	c  84.3s|  1720k|  1678k|     0 |   0.0 | 716M| 169 |   - | 327 | 477 |   0 |   0 |   0 |4214 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
96.90/96.90	c  84.7s|  1730k|  1688k|     0 |   0.0 | 720M| 169 |   - | 327 | 480 |   0 |   0 |   0 |4221 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
97.39/97.42	c  85.2s|  1740k|  1698k|     0 |   0.0 | 724M| 169 |   - | 327 | 483 |   0 |   0 |   0 |4229 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
97.90/97.93	c  85.7s|  1750k|  1708k|     0 |   0.0 | 728M| 169 |   - | 327 | 477 |   0 |   0 |   0 |4229 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
98.40/98.45	c  86.1s|  1760k|  1718k|     0 |   0.0 | 733M| 169 |   - | 327 | 477 |   0 |   0 |   0 |4232 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
98.89/98.97	c  86.6s|  1770k|  1728k|     0 |   0.0 | 737M| 169 |   - | 327 | 483 |   0 |   0 |   0 |4243 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
99.39/99.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
99.39/99.49	c  87.0s|  1780k|  1738k|     0 |   0.0 | 741M| 169 |   - | 327 | 484 |   0 |   0 |   0 |4246 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
100.00/100.00	c  87.5s|  1790k|  1748k|     0 |   0.0 | 746M| 169 |   - | 327 | 484 |   0 |   0 |   0 |4252 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
100.49/100.52	c  87.9s|  1800k|  1758k|     0 |   0.0 | 750M| 169 |   - | 327 | 488 |   0 |   0 |   0 |4262 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
100.99/101.03	c  88.4s|  1810k|  1768k|     0 |   0.0 | 754M| 169 |   - | 327 | 487 |   0 |   0 |   0 |4263 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
101.50/101.54	c  88.8s|  1820k|  1778k|     0 |   0.0 | 759M| 169 |   - | 327 | 490 |   0 |   0 |   0 |4269 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
101.99/102.04	c  89.2s|  1830k|  1788k|     0 |   0.0 | 763M| 169 |   - | 327 | 489 |   0 |   0 |   0 |4273 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
102.49/102.58	c  89.7s|  1840k|  1798k|     0 |   0.0 | 767M| 169 |   - | 327 | 479 |   0 |   0 |   0 |4283 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
103.10/103.13	c  90.2s|  1850k|  1808k|     0 |   0.0 | 771M| 169 |   - | 327 | 479 |   0 |   0 |   0 |4293 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
103.60/103.67	c  90.7s|  1860k|  1818k|     0 |   0.0 | 776M| 169 |   - | 327 | 475 |   0 |   0 |   0 |4296 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
104.20/104.21	c  91.1s|  1870k|  1828k|     0 |   0.0 | 780M| 169 |   - | 327 | 481 |   0 |   0 |   0 |4305 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
104.69/104.74	c  91.6s|  1880k|  1837k|     0 |   0.0 | 784M| 169 |   - | 327 | 489 |   0 |   0 |   0 |4322 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
105.20/105.28	c  92.1s|  1890k|  1847k|     0 |   0.0 | 788M| 169 |   - | 327 | 484 |   0 |   0 |   0 |4327 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
105.80/105.81	c  92.5s|  1900k|  1857k|     0 |   0.0 | 792M| 169 |   - | 327 | 486 |   0 |   0 |   0 |4330 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
106.29/106.34	c  93.0s|  1910k|  1867k|     0 |   0.0 | 797M| 169 |   - | 327 | 486 |   0 |   0 |   0 |4332 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
106.80/106.87	c  93.4s|  1920k|  1877k|     0 |   0.0 | 801M| 169 |   - | 327 | 490 |   0 |   0 |   0 |4336 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
107.39/107.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
107.39/107.41	c  93.9s|  1930k|  1887k|     0 |   0.0 | 805M| 169 |   - | 327 | 488 |   0 |   0 |   0 |4340 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
107.89/107.93	c  94.4s|  1940k|  1897k|     0 |   0.0 | 809M| 169 |   - | 327 | 486 |   0 |   0 |   0 |4340 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
108.40/108.46	c  94.8s|  1950k|  1907k|     0 |   0.0 | 814M| 169 |   - | 327 | 506 |   0 |   0 |   0 |4374 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
109.00/109.03	c  95.3s|  1960k|  1917k|     0 |   0.0 | 818M| 169 |   - | 327 | 444 |   0 |   0 |   0 |4388 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
109.69/109.71	c  95.9s|  1970k|  1927k|     0 |   0.0 | 824M| 169 |   - | 327 | 350 |   0 |   0 |   0 |4444 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
110.29/110.39	c  96.5s|  1980k|  1937k|     0 |   0.0 | 829M| 169 |   - | 327 | 342 |   0 |   0 |   0 |4461 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
111.00/111.08	c  97.1s|  1990k|  1947k|     0 |   0.0 | 835M| 169 |   - | 327 | 325 |   0 |   0 |   0 |4473 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
111.69/111.77	c  97.7s|  2000k|  1957k|     0 |   0.0 | 841M| 169 |   - | 327 | 341 |   0 |   0 |   0 |4530 |   0 | 0.000000e+00 | 1.510000e+02 |    Inf 
111.80/111.86	o 150
111.80/111.86	c *97.8s|  2000k|  1948k|     0 |   0.0 | 839M| 169 |   - | 327 | 339 |   0 |   0 |   0 |4533 |   0 | 0.000000e+00 | 1.500000e+02 |    Inf 
112.50/112.52	c  98.4s|  2010k|  1958k|     0 |   0.0 | 845M| 169 |   - | 327 | 364 |   0 |   0 |   0 |4590 |   0 | 0.000000e+00 | 1.500000e+02 |    Inf 
113.20/113.23	c  99.0s|  2020k|  1967k|     0 |   0.0 | 850M| 169 |   - | 327 | 351 |   0 |   0 |   0 |4773 |   0 | 0.000000e+00 | 1.500000e+02 |    Inf 
113.90/113.91	c  99.7s|  2030k|  1977k|     0 |   0.0 | 856M| 169 |   - | 327 | 374 |   0 |   0 |   0 |4839 |   0 | 0.000000e+00 | 1.500000e+02 |    Inf 
114.60/114.60	c   100s|  2040k|  1987k|     0 |   0.0 | 862M| 169 |   - | 327 | 404 |   0 |   0 |   0 |4942 |   0 | 0.000000e+00 | 1.500000e+02 |    Inf 
115.19/115.28	c   101s|  2050k|  1997k|     0 |   0.0 | 868M| 169 |   - | 327 | 355 |   0 |   0 |   0 |4992 |   0 | 0.000000e+00 | 1.500000e+02 |    Inf 
115.50/115.57	o 149
115.50/115.57	c * 101s|  2053k|  1998k|     0 |   0.0 | 868M| 169 |   - | 327 | 357 |   0 |   0 |   0 |5006 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
115.99/116.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
115.99/116.00	c   102s|  2060k|  2004k|     0 |   0.0 | 872M| 169 |   - | 327 | 391 |   0 |   0 |   0 |5077 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
116.69/116.70	c   102s|  2070k|  2014k|     0 |   0.0 | 878M| 169 |   - | 327 | 449 |   0 |   0 |   0 |5214 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
117.39/117.41	c   103s|  2080k|  2024k|     0 |   0.0 | 884M| 169 |   - | 327 | 494 |   0 |   0 |   0 |5424 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
118.09/118.12	c   103s|  2090k|  2033k|     0 |   0.0 | 890M| 169 |   - | 327 | 510 |   0 |   0 |   0 |5582 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
118.80/118.81	c   104s|  2100k|  2043k|     0 |   0.0 | 896M| 169 |   - | 327 | 571 |   0 |   0 |   0 |5719 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
119.50/119.53	c   105s|  2110k|  2053k|     0 |   0.0 | 902M| 169 |   - | 327 | 642 |   0 |   0 |   0 |5911 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
120.19/120.22	c   105s|  2120k|  2063k|     0 |   0.0 | 907M| 169 |   - | 327 | 581 |   0 |   0 |   0 |5990 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
120.80/120.90	c   106s|  2130k|  2073k|     0 |   0.0 | 913M| 169 |   - | 327 | 587 |   0 |   0 |   0 |6045 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
121.49/121.56	c   106s|  2140k|  2082k|     0 |   0.0 | 918M| 169 |   - | 327 | 599 |   0 |   0 |   0 |6114 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
122.20/122.25	c   107s|  2150k|  2092k|     0 |   0.0 | 923M| 169 |   - | 327 | 578 |   0 |   0 |   0 |6156 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
122.89/122.94	c   108s|  2160k|  2102k|     0 |   0.0 | 929M| 169 |   - | 327 | 606 |   0 |   0 |   0 |6219 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
123.59/123.63	c   108s|  2170k|  2112k|     0 |   0.0 | 934M| 169 |   - | 327 | 659 |   0 |   0 |   0 |6324 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
124.20/124.28	c   109s|  2180k|  2122k|     0 |   0.0 | 939M| 169 |   - | 327 | 653 |   0 |   0 |   0 |6360 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
124.89/124.93	c   109s|  2190k|  2132k|     0 |   0.0 | 944M| 169 |   - | 327 | 620 |   0 |   0 |   0 |6377 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
125.59/125.60	c   110s|  2200k|  2142k|     0 |   0.0 | 950M| 169 |   - | 327 | 620 |   0 |   0 |   0 |6396 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
126.19/126.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
126.19/126.27	c   111s|  2210k|  2152k|     0 |   0.0 | 955M| 169 |   - | 327 | 645 |   0 |   0 |   0 |6439 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
126.89/126.94	c   111s|  2220k|  2161k|     0 |   0.0 | 961M| 169 |   - | 327 | 685 |   0 |   0 |   0 |6507 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
127.50/127.60	c   112s|  2230k|  2171k|     0 |   0.0 | 966M| 169 |   - | 327 | 688 |   0 |   0 |   0 |6562 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
128.19/128.24	c   112s|  2240k|  2181k|     0 |   0.0 | 971M| 169 |   - | 327 | 692 |   0 |   0 |   0 |6619 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
128.80/128.88	c   113s|  2250k|  2191k|     0 |   0.0 | 976M| 169 |   - | 327 | 693 |   0 |   0 |   0 |6637 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
129.49/129.52	c   114s|  2260k|  2201k|     0 |   0.0 | 981M| 169 |   - | 327 | 702 |   0 |   0 |   0 |6669 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
130.09/130.17	c   114s|  2270k|  2211k|     0 |   0.0 | 987M| 169 |   - | 327 | 706 |   0 |   0 |   0 |6710 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
130.80/130.80	c   115s|  2280k|  2221k|     0 |   0.0 | 992M| 169 |   - | 327 | 709 |   0 |   0 |   0 |6752 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
131.40/131.43	c   115s|  2290k|  2231k|     0 |   0.0 | 996M| 169 |   - | 327 | 687 |   0 |   0 |   0 |6760 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
132.00/132.05	c   116s|  2300k|  2241k|     0 |   0.0 |1001M| 169 |   - | 327 | 690 |   0 |   0 |   0 |6775 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
132.60/132.68	c   116s|  2310k|  2251k|     0 |   0.0 |1005M| 169 |   - | 327 | 688 |   0 |   0 |   0 |6782 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
133.29/133.31	c   117s|  2320k|  2261k|     0 |   0.0 |1009M| 169 |   - | 327 | 689 |   0 |   0 |   0 |6796 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
133.89/133.95	c   117s|  2330k|  2271k|     0 |   0.0 |1014M| 169 |   - | 327 | 709 |   0 |   0 |   0 |6860 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
134.49/134.59	c   118s|  2340k|  2280k|     0 |   0.0 |1019M| 169 |   - | 327 | 734 |   0 |   0 |   0 |6933 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
135.19/135.22	c   119s|  2350k|  2290k|     0 |   0.0 |1024M| 169 |   - | 327 | 725 |   0 |   0 |   0 |6962 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
135.80/135.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
135.80/135.84	c   119s|  2360k|  2300k|     0 |   0.0 |1029M| 169 |   - | 327 | 710 |   0 |   0 |   0 |6974 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
136.40/136.48	c   120s|  2370k|  2310k|     0 |   0.0 |1035M| 169 |   - | 327 | 718 |   0 |   0 |   0 |7002 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
137.10/137.14	c   120s|  2380k|  2320k|     0 |   0.0 |1040M| 169 |   - | 327 | 710 |   0 |   0 |   0 |7024 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
137.79/137.80	c   121s|  2390k|  2330k|     0 |   0.0 |1045M| 169 |   - | 327 | 727 |   0 |   0 |   0 |7059 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
138.39/138.45	c   121s|  2400k|  2340k|     0 |   0.0 |1050M| 169 |   - | 327 | 723 |   0 |   0 |   0 |7086 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
139.00/139.09	c   122s|  2410k|  2350k|     0 |   0.0 |1056M| 169 |   - | 327 | 720 |   0 |   0 |   0 |7098 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
139.70/139.72	c   123s|  2420k|  2359k|     0 |   0.0 |1061M| 169 |   - | 327 | 729 |   0 |   0 |   0 |7127 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
140.30/140.36	c   123s|  2430k|  2369k|     0 |   0.0 |1067M| 169 |   - | 327 | 720 |   0 |   0 |   0 |7139 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
141.00/141.01	c   124s|  2440k|  2379k|     0 |   0.0 |1072M| 169 |   - | 327 | 770 |   0 |   0 |   0 |7218 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
141.60/141.70	c   124s|  2450k|  2389k|     0 |   0.0 |1077M| 169 |   - | 327 | 743 |   0 |   0 |   0 |7249 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
142.29/142.37	c   125s|  2460k|  2399k|     0 |   0.0 |1083M| 169 |   - | 327 | 727 |   0 |   0 |   0 |7272 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
143.00/143.04	c   125s|  2470k|  2409k|     0 |   0.0 |1088M| 169 |   - | 327 | 726 |   0 |   0 |   0 |7282 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
143.70/143.71	c   126s|  2480k|  2419k|     0 |   0.0 |1094M| 169 |   - | 327 | 737 |   0 |   0 |   0 |7320 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
144.29/144.37	c   127s|  2490k|  2429k|     0 |   0.0 |1099M| 169 |   - | 327 | 729 |   0 |   0 |   0 |7341 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
144.99/145.03	c   127s|  2500k|  2439k|     0 |   0.0 |1105M| 169 |   - | 327 | 741 |   0 |   0 |   0 |7373 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
145.60/145.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
145.60/145.68	c   128s|  2510k|  2449k|     0 |   0.0 |1110M| 169 |   - | 327 | 737 |   0 |   0 |   0 |7400 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
146.30/146.33	c   128s|  2520k|  2459k|     0 |   0.0 |1115M| 169 |   - | 327 | 736 |   0 |   0 |   0 |7426 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
146.90/146.98	c   129s|  2530k|  2469k|     0 |   0.0 |1120M| 169 |   - | 327 | 738 |   0 |   0 |   0 |7435 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
147.59/147.63	c   130s|  2540k|  2479k|     0 |   0.0 |1125M| 169 |   - | 327 | 742 |   0 |   0 |   0 |7458 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
148.20/148.27	c   130s|  2550k|  2489k|     0 |   0.0 |1131M| 169 |   - | 327 | 732 |   0 |   0 |   0 |7476 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
148.90/148.91	c   131s|  2560k|  2498k|     0 |   0.0 |1136M| 169 |   - | 327 | 778 |   0 |   0 |   0 |7533 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
149.50/149.56	c   131s|  2570k|  2508k|     0 |   0.0 |1141M| 169 |   - | 327 | 769 |   0 |   0 |   0 |7562 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
150.19/150.20	c   132s|  2580k|  2518k|     0 |   0.0 |1147M| 169 |   - | 327 | 773 |   0 |   0 |   0 |7583 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
150.80/150.84	c   132s|  2590k|  2528k|     0 |   0.0 |1152M| 169 |   - | 327 | 784 |   0 |   0 |   0 |7607 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
151.40/151.49	c   133s|  2600k|  2538k|     0 |   0.0 |1158M| 169 |   - | 327 | 776 |   0 |   0 |   0 |7629 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
152.09/152.13	c   134s|  2610k|  2548k|     0 |   0.0 |1164M| 169 |   - | 327 | 772 |   0 |   0 |   0 |7653 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
152.70/152.78	c   134s|  2620k|  2558k|     0 |   0.0 |1170M| 169 |   - | 327 | 772 |   0 |   0 |   0 |7678 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
153.40/153.43	c   135s|  2630k|  2568k|     0 |   0.0 |1175M| 169 |   - | 327 | 761 |   0 |   0 |   0 |7727 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
154.00/154.08	c   135s|  2640k|  2578k|     0 |   0.0 |1181M| 169 |   - | 327 | 763 |   0 |   0 |   0 |7756 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
154.69/154.73	c   136s|  2650k|  2588k|     0 |   0.0 |1186M| 169 |   - | 327 | 764 |   0 |   0 |   0 |7807 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
155.29/155.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
155.29/155.39	c   136s|  2660k|  2597k|     0 |   0.0 |1192M| 169 |   - | 327 | 770 |   0 |   0 |   0 |7876 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
155.99/156.06	c   137s|  2670k|  2607k|     0 |   0.0 |1197M| 169 |   - | 327 | 771 |   0 |   0 |   0 |7933 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
156.69/156.73	c   138s|  2680k|  2617k|     0 |   0.0 |1203M| 169 |   - | 327 | 771 |   0 |   0 |   0 |8003 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
157.40/157.42	c   138s|  2690k|  2627k|     0 |   0.0 |1209M| 169 |   - | 327 | 768 |   0 |   0 |   0 |8073 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
158.09/158.12	c   139s|  2700k|  2637k|     0 |   0.0 |1216M| 169 |   - | 327 | 790 |   0 |   0 |   0 |8149 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
158.79/158.81	c   139s|  2710k|  2647k|     0 |   0.0 |1222M| 169 |   - | 327 | 760 |   0 |   0 |   0 |8169 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
159.40/159.49	c   140s|  2720k|  2657k|     0 |   0.0 |1227M| 169 |   - | 327 | 774 |   0 |   0 |   0 |8220 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
160.09/160.18	c   141s|  2730k|  2667k|     0 |   0.0 |1233M| 169 |   - | 327 | 788 |   0 |   0 |   0 |8323 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
160.80/160.88	c   141s|  2740k|  2677k|     0 |   0.0 |1239M| 169 |   - | 327 | 791 |   0 |   0 |   0 |8439 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
161.49/161.56	c   142s|  2750k|  2687k|     0 |   0.0 |1245M| 169 |   - | 327 | 767 |   0 |   0 |   0 |8471 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
162.19/162.25	c   143s|  2760k|  2697k|     0 |   0.0 |1251M| 169 |   - | 327 | 778 |   0 |   0 |   0 |8509 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
162.90/162.93	c   143s|  2770k|  2707k|     0 |   0.0 |1257M| 169 |   - | 327 | 763 |   0 |   0 |   0 |8553 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
163.59/163.61	c   144s|  2780k|  2717k|     0 |   0.0 |1262M| 169 |   - | 327 | 774 |   0 |   0 |   0 |8627 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
164.20/164.30	c   144s|  2790k|  2727k|     0 |   0.0 |1268M| 169 |   - | 327 | 755 |   0 |   0 |   0 |8697 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
164.90/164.97	c   145s|  2800k|  2737k|     0 |   0.0 |1273M| 169 |   - | 327 | 755 |   0 |   0 |   0 |8716 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
165.59/165.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
165.59/165.66	c   146s|  2810k|  2747k|     0 |   0.0 |1278M| 169 |   - | 327 | 808 |   0 |   0 |   0 |8820 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
166.29/166.36	c   146s|  2820k|  2757k|     0 |   0.0 |1283M| 169 |   - | 327 | 811 |   0 |   0 |   0 |8904 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
166.99/167.04	c   147s|  2830k|  2766k|     0 |   0.0 |1288M| 169 |   - | 327 | 827 |   0 |   0 |   0 |8988 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
167.69/167.71	c   147s|  2840k|  2776k|     0 |   0.0 |1292M| 169 |   - | 327 | 800 |   0 |   0 |   0 |9029 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
168.30/168.38	c   148s|  2850k|  2786k|     0 |   0.0 |1297M| 169 |   - | 327 | 801 |   0 |   0 |   0 |9063 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
168.99/169.04	c   149s|  2860k|  2796k|     0 |   0.0 |1302M| 169 |   - | 327 | 794 |   0 |   0 |   0 |9073 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
169.69/169.74	c   149s|  2870k|  2806k|     0 |   0.0 |1307M| 169 |   - | 327 | 808 |   0 |   0 |   0 |9117 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
170.40/170.44	c   150s|  2880k|  2816k|     0 |   0.0 |1313M| 169 |   - | 327 | 817 |   0 |   0 |   0 |9167 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
171.10/171.13	c   150s|  2890k|  2826k|     0 |   0.0 |1318M| 169 |   - | 327 | 799 |   0 |   0 |   0 |9186 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
171.79/171.82	c   151s|  2900k|  2836k|     0 |   0.0 |1323M| 169 |   - | 327 | 826 |   0 |   0 |   0 |9246 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
172.50/172.52	c   152s|  2910k|  2846k|     0 |   0.0 |1329M| 169 |   - | 327 | 843 |   0 |   0 |   0 |9317 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
173.19/173.21	c   152s|  2920k|  2856k|     0 |   0.0 |1334M| 169 |   - | 327 | 851 |   0 |   0 |   0 |9371 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
173.80/173.87	c   153s|  2930k|  2866k|     0 |   0.0 |1340M| 169 |   - | 327 | 873 |   0 |   0 |   0 |9412 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
174.49/174.53	c   153s|  2940k|  2876k|     0 |   0.0 |1344M| 169 |   - | 327 | 877 |   0 |   0 |   0 |9443 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
175.20/175.20	c   154s|  2950k|  2886k|     0 |   0.0 |1350M| 169 |   - | 327 | 891 |   0 |   0 |   0 |9510 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
175.80/175.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
175.80/175.88	c   155s|  2960k|  2896k|     0 |   0.0 |1355M| 169 |   - | 327 | 902 |   0 |   0 |   0 |9569 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
176.50/176.54	c   155s|  2970k|  2905k|     0 |   0.0 |1360M| 169 |   - | 327 | 901 |   0 |   0 |   0 |9599 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
177.20/177.20	c   156s|  2980k|  2915k|     0 |   0.0 |1365M| 169 |   - | 327 | 893 |   0 |   0 |   0 |9615 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
177.80/177.88	c   156s|  2990k|  2925k|     0 |   0.0 |1370M| 169 |   - | 327 | 899 |   0 |   0 |   0 |9723 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
178.50/178.57	c   157s|  3000k|  2935k|     0 |   0.0 |1376M| 169 |   - | 327 | 909 |   0 |   0 |   0 |9762 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
179.20/179.26	c   158s|  3010k|  2945k|     0 |   0.0 |1382M| 169 |   - | 327 | 902 |   0 |   0 |   0 |9822 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
179.90/179.97	c   158s|  3020k|  2955k|     0 |   0.0 |1387M| 169 |   - | 327 | 937 |   0 |   0 |   0 |9965 |   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
180.19/180.25	o 148
180.19/180.25	c * 159s|  3023k|  2953k|     0 |   0.0 |1386M| 169 |   - | 327 | 940 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
180.70/180.70	c   159s|  3030k|  2959k|     0 |   0.0 |1390M| 169 |   - | 327 | 929 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
181.40/181.42	c   160s|  3040k|  2969k|     0 |   0.0 |1396M| 169 |   - | 327 |1050 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
181.99/182.09	c   160s|  3050k|  2979k|     0 |   0.0 |1402M| 169 |   - | 327 | 884 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
182.69/182.71	c   161s|  3060k|  2989k|     0 |   0.0 |1406M| 169 |   - | 327 | 846 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
183.30/183.32	c   161s|  3070k|  2999k|     0 |   0.0 |1410M| 169 |   - | 327 | 833 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
183.90/183.92	c   162s|  3080k|  3009k|     0 |   0.0 |1414M| 169 |   - | 327 | 831 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
184.50/184.50	c   162s|  3090k|  3019k|     0 |   0.0 |1417M| 169 |   - | 327 | 820 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
185.00/185.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
185.00/185.08	c   163s|  3100k|  3029k|     0 |   0.0 |1421M| 169 |   - | 327 | 809 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
185.60/185.66	c   163s|  3110k|  3039k|     0 |   0.0 |1424M| 169 |   - | 327 | 806 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
186.20/186.23	c   164s|  3120k|  3049k|     0 |   0.0 |1428M| 169 |   - | 327 | 804 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
186.80/186.80	c   164s|  3130k|  3059k|     0 |   0.0 |1431M| 169 |   - | 327 | 797 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
187.30/187.37	c   165s|  3140k|  3069k|     0 |   0.0 |1435M| 169 |   - | 327 | 793 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
187.90/187.94	c   165s|  3150k|  3079k|     0 |   0.0 |1439M| 169 |   - | 327 | 791 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
188.50/188.53	c   166s|  3160k|  3089k|     0 |   0.0 |1442M| 169 |   - | 327 | 784 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
189.10/189.12	c   166s|  3170k|  3099k|     0 |   0.0 |1446M| 169 |   - | 327 | 787 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
189.70/189.70	c   167s|  3180k|  3109k|     0 |   0.0 |1450M| 169 |   - | 327 | 781 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
190.20/190.28	c   167s|  3190k|  3119k|     0 |   0.0 |1454M| 169 |   - | 327 | 778 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
190.80/190.86	c   168s|  3200k|  3129k|     0 |   0.0 |1458M| 169 |   - | 327 | 776 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
191.41/191.45	c   168s|  3210k|  3139k|     0 |   0.0 |1462M| 169 |   - | 327 | 773 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
192.00/192.04	c   169s|  3220k|  3149k|     0 |   0.0 |1466M| 169 |   - | 327 | 773 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
192.59/192.61	c   169s|  3230k|  3159k|     0 |   0.0 |1469M| 169 |   - | 327 | 771 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
193.09/193.18	c   170s|  3240k|  3169k|     0 |   0.0 |1473M| 169 |   - | 327 | 776 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
193.69/193.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
193.69/193.75	c   170s|  3250k|  3179k|     0 |   0.0 |1477M| 169 |   - | 327 | 768 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
194.29/194.32	c   171s|  3260k|  3189k|     0 |   0.0 |1480M| 169 |   - | 327 | 765 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
194.80/194.88	c   171s|  3270k|  3199k|     0 |   0.0 |1484M| 169 |   - | 327 | 773 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
195.40/195.45	c   172s|  3280k|  3209k|     0 |   0.0 |1488M| 169 |   - | 327 | 771 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
196.00/196.04	c   172s|  3290k|  3219k|     0 |   0.0 |1492M| 169 |   - | 327 | 776 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
196.60/196.62	c   173s|  3300k|  3229k|     0 |   0.0 |1496M| 169 |   - | 327 | 770 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
197.10/197.19	c   173s|  3310k|  3239k|     0 |   0.0 |1500M| 169 |   - | 327 | 770 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
197.69/197.76	c   174s|  3320k|  3249k|     0 |   0.0 |1504M| 169 |   - | 327 | 766 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
198.29/198.33	c   174s|  3330k|  3259k|     0 |   0.0 |1508M| 169 |   - | 327 | 767 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
198.79/198.89	c   175s|  3340k|  3269k|     0 |   0.0 |1512M| 169 |   - | 327 | 761 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
199.40/199.46	c   175s|  3350k|  3279k|     0 |   0.0 |1516M| 169 |   - | 327 | 762 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
200.00/200.02	c   176s|  3360k|  3289k|     0 |   0.0 |1520M| 169 |   - | 327 | 759 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
200.50/200.58	c   176s|  3370k|  3299k|     0 |   0.0 |1524M| 169 |   - | 327 | 762 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
201.10/201.16	c   177s|  3380k|  3309k|     0 |   0.0 |1528M| 169 |   - | 327 | 762 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
201.70/201.73	c   177s|  3390k|  3319k|     0 |   0.0 |1532M| 169 |   - | 327 | 759 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
202.31/202.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
202.31/202.30	c   178s|  3400k|  3329k|     0 |   0.0 |1536M| 169 |   - | 327 | 755 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
202.79/202.86	c   178s|  3410k|  3339k|     0 |   0.0 |1540M| 169 |   - | 327 | 754 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
203.41/203.43	c   179s|  3420k|  3349k|     0 |   0.0 |1544M| 169 |   - | 327 | 754 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
203.90/203.99	c   179s|  3430k|  3359k|     0 |   0.0 |1548M| 169 |   - | 327 | 754 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
204.30/204.37	o 147
204.30/204.37	c * 180s|  3435k|  3338k|     0 |   0.0 |1530M| 169 |   - | 327 | 754 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
204.60/204.64	c   180s|  3440k|  3343k|     0 |   0.0 |1532M| 169 |   - | 327 | 754 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
205.19/205.21	c   180s|  3450k|  3353k|     0 |   0.0 |1536M| 169 |   - | 327 | 757 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
205.70/205.77	c   181s|  3460k|  3363k|     0 |   0.0 |1540M| 169 |   - | 327 | 756 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
206.30/206.34	c   181s|  3470k|  3373k|     0 |   0.0 |1544M| 169 |   - | 327 | 756 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
206.80/206.89	c   182s|  3480k|  3383k|     0 |   0.0 |1548M| 169 |   - | 327 | 754 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
207.39/207.46	c   182s|  3490k|  3393k|     0 |   0.0 |1552M| 169 |   - | 327 | 752 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
208.00/208.03	c   183s|  3500k|  3403k|     0 |   0.0 |1556M| 169 |   - | 327 | 748 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
208.49/208.59	c   183s|  3510k|  3413k|     0 |   0.0 |1560M| 169 |   - | 327 | 744 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
209.10/209.17	c   184s|  3520k|  3423k|     0 |   0.0 |1564M| 169 |   - | 327 | 744 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
209.70/209.73	c   184s|  3530k|  3433k|     0 |   0.0 |1568M| 169 |   - | 327 | 754 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
210.20/210.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
210.20/210.29	c   185s|  3540k|  3443k|     0 |   0.0 |1572M| 169 |   - | 327 | 750 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
210.79/210.85	c   185s|  3550k|  3453k|     0 |   0.0 |1575M| 169 |   - | 327 | 764 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
211.40/211.41	c   186s|  3560k|  3463k|     0 |   0.0 |1579M| 169 |   - | 327 | 762 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
211.89/211.97	c   186s|  3570k|  3473k|     0 |   0.0 |1582M| 169 |   - | 327 | 759 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
212.50/212.53	c   187s|  3580k|  3483k|     0 |   0.0 |1586M| 169 |   - | 327 | 758 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
213.00/213.08	c   187s|  3590k|  3493k|     0 |   0.0 |1590M| 169 |   - | 327 | 759 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
213.60/213.62	c   188s|  3600k|  3503k|     0 |   0.0 |1593M| 169 |   - | 327 | 761 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
214.10/214.16	c   188s|  3610k|  3513k|     0 |   0.0 |1597M| 169 |   - | 327 | 763 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
214.70/214.70	c   189s|  3620k|  3523k|     0 |   0.0 |1600M| 169 |   - | 327 | 763 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
215.19/215.24	c   189s|  3630k|  3533k|     0 |   0.0 |1604M| 169 |   - | 327 | 762 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
215.70/215.79	c   190s|  3640k|  3543k|     0 |   0.0 |1607M| 169 |   - | 327 | 765 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
216.30/216.34	c   190s|  3650k|  3553k|     0 |   0.0 |1611M| 169 |   - | 327 | 764 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
216.80/216.88	c   190s|  3660k|  3563k|     0 |   0.0 |1614M| 169 |   - | 327 | 763 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
217.39/217.46	c   191s|  3670k|  3573k|     0 |   0.0 |1618M| 169 |   - | 327 | 767 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
218.00/218.02	c   191s|  3680k|  3583k|     0 |   0.0 |1622M| 169 |   - | 327 | 762 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
218.49/218.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
218.49/218.57	c   192s|  3690k|  3593k|     0 |   0.0 |1625M| 169 |   - | 327 | 775 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
219.10/219.13	c   192s|  3700k|  3603k|     0 |   0.0 |1629M| 169 |   - | 327 | 770 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
219.60/219.68	c   193s|  3710k|  3613k|     0 |   0.0 |1632M| 169 |   - | 327 | 770 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
220.20/220.22	c   193s|  3720k|  3622k|     0 |   0.0 |1636M| 169 |   - | 327 | 770 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
220.69/220.77	c   194s|  3730k|  3632k|     0 |   0.0 |1639M| 169 |   - | 327 | 771 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
221.30/221.32	c   194s|  3740k|  3642k|     0 |   0.0 |1643M| 169 |   - | 327 | 768 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
221.79/221.86	c   195s|  3750k|  3652k|     0 |   0.0 |1647M| 169 |   - | 327 | 768 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
222.39/222.40	c   195s|  3760k|  3662k|     0 |   0.0 |1650M| 169 |   - | 327 | 763 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
222.89/222.99	c   196s|  3770k|  3672k|     0 |   0.0 |1654M| 169 |   - | 327 | 779 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
223.50/223.58	c   196s|  3780k|  3682k|     0 |   0.0 |1658M| 169 |   - | 327 | 773 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
224.10/224.18	c   197s|  3790k|  3692k|     0 |   0.0 |1662M| 169 |   - | 327 | 774 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
224.70/224.77	c   197s|  3800k|  3702k|     0 |   0.0 |1667M| 169 |   - | 327 | 774 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
225.29/225.36	c   198s|  3810k|  3712k|     0 |   0.0 |1671M| 169 |   - | 327 | 772 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
225.90/225.95	c   198s|  3820k|  3722k|     0 |   0.0 |1675M| 169 |   - | 327 | 774 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
226.50/226.54	c   199s|  3830k|  3732k|     0 |   0.0 |1679M| 169 |   - | 327 | 778 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
227.09/227.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
227.09/227.14	c   199s|  3840k|  3742k|     0 |   0.0 |1683M| 169 |   - | 327 | 777 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
227.70/227.75	c   200s|  3850k|  3752k|     0 |   0.0 |1687M| 169 |   - | 327 | 777 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
228.29/228.37	c   200s|  3860k|  3762k|     0 |   0.0 |1692M| 169 |   - | 327 | 776 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
228.90/228.98	c   201s|  3870k|  3772k|     0 |   0.0 |1696M| 169 |   - | 327 | 778 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
229.49/229.59	c   201s|  3880k|  3782k|     0 |   0.0 |1700M| 169 |   - | 327 | 779 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
230.19/230.20	c   202s|  3890k|  3792k|     0 |   0.0 |1705M| 169 |   - | 327 | 787 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
230.80/230.80	c   203s|  3900k|  3802k|     0 |   0.0 |1709M| 169 |   - | 327 | 794 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
231.40/231.40	c   203s|  3910k|  3812k|     0 |   0.0 |1713M| 169 |   - | 327 | 804 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
231.90/231.99	c   204s|  3920k|  3822k|     0 |   0.0 |1718M| 169 |   - | 327 | 837 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
232.50/232.57	c   204s|  3930k|  3832k|     0 |   0.0 |1722M| 169 |   - | 327 | 826 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
233.10/233.17	c   205s|  3940k|  3842k|     0 |   0.0 |1726M| 169 |   - | 327 | 835 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
233.70/233.75	c   205s|  3950k|  3852k|     0 |   0.0 |1730M| 169 |   - | 327 | 846 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
234.30/234.31	c   206s|  3960k|  3862k|     0 |   0.0 |1734M| 169 |   - | 327 | 841 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
234.80/234.88	c   206s|  3970k|  3872k|     0 |   0.0 |1738M| 169 |   - | 327 | 837 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
235.40/235.48	c   207s|  3980k|  3882k|     0 |   0.0 |1742M| 169 |   - | 327 | 834 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
235.99/236.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
235.99/236.06	c   207s|  3990k|  3892k|     0 |   0.0 |1746M| 169 |   - | 327 | 825 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
236.60/236.63	c   208s|  4000k|  3902k|     0 |   0.0 |1750M| 169 |   - | 327 | 819 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
237.20/237.20	c   208s|  4010k|  3912k|     0 |   0.0 |1754M| 169 |   - | 327 | 811 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
237.79/237.82	c   209s|  4020k|  3922k|     0 |   0.0 |1757M| 169 |   - | 327 | 805 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
238.40/238.43	c   209s|  4030k|  3932k|     0 |   0.0 |1761M| 169 |   - | 327 | 801 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
238.99/239.06	c   210s|  4040k|  3942k|     0 |   0.0 |1765M| 169 |   - | 327 | 800 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
239.60/239.67	c   210s|  4050k|  3952k|     0 |   0.0 |1769M| 169 |   - | 327 | 798 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
240.20/240.27	c   211s|  4060k|  3962k|     0 |   0.0 |1773M| 169 |   - | 327 | 807 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
240.80/240.86	c   211s|  4070k|  3972k|     0 |   0.0 |1777M| 169 |   - | 327 | 800 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
241.40/241.44	c   212s|  4080k|  3982k|     0 |   0.0 |1781M| 169 |   - | 327 | 798 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
242.00/242.03	c   212s|  4090k|  3992k|     0 |   0.0 |1785M| 169 |   - | 327 | 793 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
242.50/242.59	c   213s|  4100k|  4002k|     0 |   0.0 |1789M| 169 |   - | 327 | 788 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
243.10/243.18	c   213s|  4110k|  4012k|     0 |   0.0 |1793M| 169 |   - | 327 | 786 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
243.70/243.75	c   214s|  4120k|  4022k|     0 |   0.0 |1796M| 169 |   - | 327 | 785 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
244.29/244.30	c   214s|  4130k|  4032k|     0 |   0.0 |1800M| 169 |   - | 327 | 785 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
244.80/244.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
244.80/244.88	c   215s|  4140k|  4042k|     0 |   0.0 |1804M| 169 |   - | 327 | 785 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
245.39/245.45	c   215s|  4150k|  4052k|     0 |   0.0 |1808M| 169 |   - | 327 | 785 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
246.00/246.01	c   216s|  4160k|  4062k|     0 |   0.0 |1812M| 169 |   - | 327 | 783 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
246.50/246.58	c   216s|  4170k|  4072k|     0 |   0.0 |1815M| 169 |   - | 327 | 786 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
247.10/247.16	c   217s|  4180k|  4082k|     0 |   0.0 |1819M| 169 |   - | 327 | 784 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
247.69/247.72	c   217s|  4190k|  4092k|     0 |   0.0 |1823M| 169 |   - | 327 | 784 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
248.20/248.28	c   218s|  4200k|  4102k|     0 |   0.0 |1827M| 169 |   - | 327 | 782 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
248.80/248.84	c   218s|  4210k|  4112k|     0 |   0.0 |1830M| 169 |   - | 327 | 782 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
249.39/249.40	c   219s|  4220k|  4122k|     0 |   0.0 |1834M| 169 |   - | 327 | 782 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
249.89/249.96	c   219s|  4230k|  4132k|     0 |   0.0 |1838M| 169 |   - | 327 | 782 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
250.50/250.51	c   220s|  4240k|  4142k|     0 |   0.0 |1842M| 169 |   - | 327 | 784 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
250.99/251.05	c   220s|  4250k|  4152k|     0 |   0.0 |1846M| 169 |   - | 327 | 785 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
251.60/251.63	c   221s|  4260k|  4162k|     0 |   0.0 |1850M| 169 |   - | 327 | 792 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
252.20/252.22	c   221s|  4270k|  4172k|     0 |   0.0 |1854M| 169 |   - | 327 | 791 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
252.79/252.82	c   222s|  4280k|  4182k|     0 |   0.0 |1858M| 169 |   - | 327 | 789 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
253.40/253.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
253.40/253.43	c   222s|  4290k|  4192k|     0 |   0.0 |1862M| 169 |   - | 327 | 784 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
254.00/254.00	c   223s|  4300k|  4202k|     0 |   0.0 |1866M| 169 |   - | 327 | 796 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
254.49/254.57	c   223s|  4310k|  4212k|     0 |   0.0 |1870M| 169 |   - | 327 | 798 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
255.10/255.11	c   224s|  4320k|  4222k|     0 |   0.0 |1874M| 169 |   - | 327 | 796 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
255.60/255.67	c   224s|  4330k|  4232k|     0 |   0.0 |1877M| 169 |   - | 327 | 801 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
256.20/256.23	c   225s|  4340k|  4242k|     0 |   0.0 |1881M| 169 |   - | 327 | 801 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
256.70/256.79	c   225s|  4350k|  4252k|     0 |   0.0 |1885M| 169 |   - | 327 | 805 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
257.31/257.34	c   226s|  4360k|  4262k|     0 |   0.0 |1889M| 169 |   - | 327 | 805 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
257.80/257.88	c   226s|  4370k|  4272k|     0 |   0.0 |1893M| 169 |   - | 327 | 806 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
258.40/258.44	c   227s|  4380k|  4282k|     0 |   0.0 |1896M| 169 |   - | 327 | 810 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
258.90/258.98	c   227s|  4390k|  4292k|     0 |   0.0 |1900M| 169 |   - | 327 | 810 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
259.50/259.52	c   227s|  4400k|  4302k|     0 |   0.0 |1904M| 169 |   - | 327 | 804 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
259.99/260.05	c   228s|  4410k|  4312k|     0 |   0.0 |1908M| 169 |   - | 327 | 800 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
260.50/260.60	c   228s|  4420k|  4322k|     0 |   0.0 |1911M| 169 |   - | 327 | 802 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
261.10/261.14	c   229s|  4430k|  4332k|     0 |   0.0 |1915M| 169 |   - | 327 | 802 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
261.60/261.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
261.60/261.67	c   229s|  4440k|  4342k|     0 |   0.0 |1919M| 169 |   - | 327 | 800 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
262.20/262.20	c   230s|  4450k|  4352k|     0 |   0.0 |1923M| 169 |   - | 327 | 803 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
262.70/262.73	c   230s|  4460k|  4362k|     0 |   0.0 |1926M| 169 |   - | 327 | 805 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
263.19/263.26	c   231s|  4470k|  4372k|     0 |   0.0 |1930M| 169 |   - | 327 | 804 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
263.70/263.79	c   231s|  4480k|  4382k|     0 |   0.0 |1934M| 169 |   - | 327 | 804 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
264.30/264.31	c   232s|  4490k|  4392k|     0 |   0.0 |1938M| 169 |   - | 327 | 804 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
264.79/264.84	c   232s|  4500k|  4402k|     0 |   0.0 |1941M| 169 |   - | 327 | 805 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
265.30/265.37	c   232s|  4510k|  4412k|     0 |   0.0 |1945M| 169 |   - | 327 | 804 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
265.90/265.90	c   233s|  4520k|  4422k|     0 |   0.0 |1949M| 169 |   - | 327 | 803 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
266.40/266.42	c   233s|  4530k|  4432k|     0 |   0.0 |1953M| 169 |   - | 327 | 802 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
266.89/266.94	c   234s|  4540k|  4442k|     0 |   0.0 |1956M| 169 |   - | 327 | 801 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
267.40/267.49	c   234s|  4550k|  4452k|     0 |   0.0 |1960M| 169 |   - | 327 | 801 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
268.00/268.04	c   235s|  4560k|  4462k|     0 |   0.0 |1964M| 169 |   - | 327 | 800 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
268.49/268.59	c   235s|  4570k|  4472k|     0 |   0.0 |1967M| 169 |   - | 327 | 800 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
269.10/269.14	c   236s|  4580k|  4482k|     0 |   0.0 |1971M| 169 |   - | 327 | 806 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
269.69/269.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
269.69/269.70	c   236s|  4590k|  4492k|     0 |   0.0 |1975M| 169 |   - | 327 | 805 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
270.19/270.25	c   237s|  4600k|  4502k|     0 |   0.0 |1979M| 169 |   - | 327 | 811 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
270.80/270.81	c   237s|  4610k|  4512k|     0 |   0.0 |1982M| 169 |   - | 327 | 810 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
271.30/271.36	c   238s|  4620k|  4522k|     0 |   0.0 |1986M| 169 |   - | 327 | 808 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
271.90/271.91	c   238s|  4630k|  4532k|     0 |   0.0 |1990M| 169 |   - | 327 | 812 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
272.40/272.46	c   239s|  4640k|  4542k|     0 |   0.0 |1993M| 169 |   - | 327 | 815 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
273.00/273.01	c   239s|  4650k|  4552k|     0 |   0.0 |1997M| 169 |   - | 327 | 813 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
273.49/273.56	c   240s|  4660k|  4562k|     0 |   0.0 |2001M| 169 |   - | 327 | 816 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
274.10/274.10	c   240s|  4670k|  4572k|     0 |   0.0 |2005M| 169 |   - | 327 | 815 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
274.60/274.63	c   240s|  4680k|  4582k|     0 |   0.0 |2008M| 169 |   - | 327 | 814 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
275.10/275.17	c   241s|  4690k|  4592k|     0 |   0.0 |2012M| 169 |   - | 327 | 818 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
275.69/275.71	c   241s|  4700k|  4602k|     0 |   0.0 |2016M| 169 |   - | 327 | 816 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
276.20/276.25	c   242s|  4710k|  4612k|     0 |   0.0 |2019M| 169 |   - | 327 | 813 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
276.70/276.79	c   242s|  4720k|  4622k|     0 |   0.0 |2023M| 169 |   - | 327 | 812 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
277.30/277.32	c   243s|  4730k|  4632k|     0 |   0.0 |2027M| 169 |   - | 327 | 810 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
277.80/277.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
277.80/277.85	c   243s|  4740k|  4642k|     0 |   0.0 |2030M| 169 |   - | 327 | 809 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
278.31/278.37	c   244s|  4750k|  4652k|     0 |   0.0 |2034M| 169 |   - | 327 | 809 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
278.89/278.90	c   244s|  4760k|  4662k|     0 |   0.0 |2038M| 169 |   - | 327 | 808 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
279.40/279.42	c   245s|  4770k|  4672k|     0 |   0.0 |2042M| 169 |   - | 327 | 808 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
279.90/279.94	c   245s|  4780k|  4682k|     0 |   0.0 |2045M| 169 |   - | 327 | 808 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
280.40/280.47	c   245s|  4790k|  4692k|     0 |   0.0 |2049M| 169 |   - | 327 | 808 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
280.90/280.99	c   246s|  4800k|  4702k|     0 |   0.0 |2053M| 169 |   - | 327 | 808 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
281.40/281.50	c   246s|  4810k|  4712k|     0 |   0.0 |2056M| 169 |   - | 327 | 808 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
282.00/282.03	c   247s|  4820k|  4722k|     0 |   0.0 |2060M| 169 |   - | 327 | 808 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
282.50/282.54	c   247s|  4830k|  4732k|     0 |   0.0 |2064M| 169 |   - | 327 | 807 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
283.00/283.06	c   248s|  4840k|  4742k|     0 |   0.0 |2067M| 169 |   - | 327 | 807 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
283.50/283.57	c   248s|  4850k|  4752k|     0 |   0.0 |2071M| 169 |   - | 327 | 807 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
284.00/284.09	c   249s|  4860k|  4762k|     0 |   0.0 |2075M| 169 |   - | 327 | 805 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
284.60/284.63	c   249s|  4870k|  4772k|     0 |   0.0 |2078M| 169 |   - | 327 | 805 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
285.10/285.17	c   250s|  4880k|  4782k|     0 |   0.0 |2082M| 169 |   - | 327 | 805 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
285.70/285.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
285.70/285.72	c   250s|  4890k|  4792k|     0 |   0.0 |2086M| 169 |   - | 327 | 805 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
286.19/286.27	c   250s|  4900k|  4802k|     0 |   0.0 |2089M| 169 |   - | 327 | 805 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
286.80/286.82	c   251s|  4910k|  4812k|     0 |   0.0 |2093M| 169 |   - | 327 | 808 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
287.30/287.36	c   251s|  4920k|  4822k|     0 |   0.0 |2097M| 169 |   - | 327 | 806 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
287.90/287.91	c   252s|  4930k|  4832k|     0 |   0.0 |2100M| 169 |   - | 327 | 806 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
288.40/288.46	c   252s|  4940k|  4842k|     0 |   0.0 |2104M| 169 |   - | 327 | 805 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
289.00/289.01	c   253s|  4950k|  4852k|     0 |   0.0 |2108M| 169 |   - | 327 | 806 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
289.50/289.55	c   253s|  4960k|  4862k|     0 |   0.0 |2111M| 169 |   - | 327 | 807 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
290.00/290.09	c   254s|  4970k|  4872k|     0 |   0.0 |2115M| 169 |   - | 327 | 806 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
290.60/290.63	c   254s|  4980k|  4882k|     0 |   0.0 |2119M| 169 |   - | 327 | 807 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
291.10/291.17	c   255s|  4990k|  4892k|     0 |   0.0 |2123M| 169 |   - | 327 | 810 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
291.70/291.70	c   255s|  5000k|  4902k|     0 |   0.0 |2126M| 169 |   - | 327 | 812 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
292.20/292.23	c   256s|  5010k|  4912k|     0 |   0.0 |2130M| 169 |   - | 327 | 812 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
292.70/292.77	c   256s|  5020k|  4922k|     0 |   0.0 |2134M| 169 |   - | 327 | 813 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
293.30/293.30	c   257s|  5030k|  4932k|     0 |   0.0 |2137M| 169 |   - | 327 | 812 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
293.80/293.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
293.80/293.83	c   257s|  5040k|  4942k|     0 |   0.0 |2141M| 169 |   - | 327 | 812 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
294.30/294.36	c   257s|  5050k|  4952k|     0 |   0.0 |2145M| 169 |   - | 327 | 812 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
294.80/294.88	c   258s|  5060k|  4962k|     0 |   0.0 |2148M| 169 |   - | 327 | 814 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
295.40/295.41	c   258s|  5070k|  4972k|     0 |   0.0 |2152M| 169 |   - | 327 | 808 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
295.90/295.93	c   259s|  5080k|  4982k|     0 |   0.0 |2156M| 169 |   - | 327 | 809 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
296.40/296.45	c   259s|  5090k|  4992k|     0 |   0.0 |2159M| 169 |   - | 327 | 809 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
296.90/296.98	c   260s|  5100k|  5002k|     0 |   0.0 |2163M| 169 |   - | 327 | 809 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
297.50/297.51	c   260s|  5110k|  5012k|     0 |   0.0 |2167M| 169 |   - | 327 | 812 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
298.01/298.05	c   261s|  5120k|  5022k|     0 |   0.0 |2170M| 169 |   - | 327 | 809 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
298.50/298.57	c   261s|  5130k|  5032k|     0 |   0.0 |2174M| 169 |   - | 327 | 809 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
299.00/299.07	c   262s|  5140k|  5042k|     0 |   0.0 |2178M| 169 |   - | 327 | 809 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
299.50/299.58	c   262s|  5150k|  5052k|     0 |   0.0 |2182M| 169 |   - | 327 | 809 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
300.00/300.09	c   262s|  5160k|  5062k|     0 |   0.0 |2185M| 169 |   - | 327 | 809 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
300.50/300.59	c   263s|  5170k|  5072k|     0 |   0.0 |2189M| 169 |   - | 327 | 808 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
300.99/301.09	c   263s|  5180k|  5082k|     0 |   0.0 |2193M| 169 |   - | 327 | 807 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
301.60/301.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
301.60/301.61	c   264s|  5190k|  5092k|     0 |   0.0 |2196M| 169 |   - | 327 | 806 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
302.10/302.16	c   264s|  5200k|  5102k|     0 |   0.0 |2200M| 169 |   - | 327 | 806 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
302.59/302.69	c   265s|  5210k|  5112k|     0 |   0.0 |2204M| 169 |   - | 327 | 806 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
303.20/303.23	c   265s|  5220k|  5122k|     0 |   0.0 |2207M| 169 |   - | 327 | 806 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
303.70/303.78	c   266s|  5230k|  5132k|     0 |   0.0 |2211M| 169 |   - | 327 | 806 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
304.30/304.32	c   266s|  5240k|  5142k|     0 |   0.0 |2215M| 169 |   - | 327 | 806 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
304.80/304.87	c   267s|  5250k|  5152k|     0 |   0.0 |2218M| 169 |   - | 327 | 806 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
305.40/305.41	c   267s|  5260k|  5162k|     0 |   0.0 |2222M| 169 |   - | 327 | 806 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
305.90/305.95	c   268s|  5270k|  5172k|     0 |   0.0 |2226M| 169 |   - | 327 | 806 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
306.40/306.48	c   268s|  5280k|  5182k|     0 |   0.0 |2229M| 169 |   - | 327 | 807 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
307.00/307.02	c   268s|  5290k|  5192k|     0 |   0.0 |2233M| 169 |   - | 327 | 807 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
307.50/307.57	c   269s|  5300k|  5202k|     0 |   0.0 |2237M| 169 |   - | 327 | 807 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
308.10/308.10	c   269s|  5310k|  5212k|     0 |   0.0 |2241M| 169 |   - | 327 | 807 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
308.60/308.63	c   270s|  5320k|  5222k|     0 |   0.0 |2244M| 169 |   - | 327 | 807 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
309.11/309.17	c   270s|  5330k|  5232k|     0 |   0.0 |2248M| 169 |   - | 327 | 811 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
309.70/309.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
309.70/309.72	c   271s|  5340k|  5242k|     0 |   0.0 |2252M| 169 |   - | 327 | 810 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
310.20/310.25	c   271s|  5350k|  5252k|     0 |   0.0 |2255M| 169 |   - | 327 | 810 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
310.70/310.77	c   272s|  5360k|  5262k|     0 |   0.0 |2259M| 169 |   - | 327 | 810 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
311.30/311.31	c   272s|  5370k|  5272k|     0 |   0.0 |2263M| 169 |   - | 327 | 810 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
311.80/311.83	c   273s|  5380k|  5282k|     0 |   0.0 |2266M| 169 |   - | 327 | 809 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
312.31/312.36	c   273s|  5390k|  5292k|     0 |   0.0 |2270M| 169 |   - | 327 | 809 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
312.80/312.89	c   274s|  5400k|  5302k|     0 |   0.0 |2274M| 169 |   - | 327 | 812 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
313.30/313.39	c   274s|  5410k|  5312k|     0 |   0.0 |2277M| 169 |   - | 327 | 811 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
313.80/313.89	c   274s|  5420k|  5322k|     0 |   0.0 |2281M| 169 |   - | 327 | 811 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
314.40/314.40	c   275s|  5430k|  5332k|     0 |   0.0 |2285M| 169 |   - | 327 | 810 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
314.90/314.92	c   275s|  5440k|  5342k|     0 |   0.0 |2288M| 169 |   - | 327 | 810 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
315.39/315.43	c   276s|  5450k|  5352k|     0 |   0.0 |2292M| 169 |   - | 327 | 810 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
315.90/315.95	c   276s|  5460k|  5362k|     0 |   0.0 |2296M| 169 |   - | 327 | 810 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
316.40/316.48	c   277s|  5470k|  5372k|     0 |   0.0 |2299M| 169 |   - | 327 | 810 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
317.00/317.02	c   277s|  5480k|  5382k|     0 |   0.0 |2303M| 169 |   - | 327 | 810 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
317.50/317.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
317.50/317.56	c   278s|  5490k|  5392k|     0 |   0.0 |2307M| 169 |   - | 327 | 810 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
318.09/318.10	c   278s|  5500k|  5402k|     0 |   0.0 |2310M| 169 |   - | 327 | 810 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
318.79/318.80	o 138
318.79/318.80	c * 279s|  5503k|  5218k|     0 |   0.0 |2224M| 169 |   - | 327 | 810 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
319.09/319.17	c   279s|  5510k|  5224k|     0 |   0.0 |2226M| 169 |   - | 327 | 812 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
319.70/319.72	c   279s|  5520k|  5234k|     0 |   0.0 |2229M| 169 |   - | 327 | 811 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
320.20/320.28	c   280s|  5530k|  5244k|     0 |   0.0 |2233M| 169 |   - | 327 | 815 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
320.80/320.82	c   280s|  5540k|  5254k|     0 |   0.0 |2237M| 169 |   - | 327 | 813 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
321.30/321.36	c   281s|  5550k|  5264k|     0 |   0.0 |2240M| 169 |   - | 327 | 813 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
321.90/321.91	c   281s|  5560k|  5274k|     0 |   0.0 |2244M| 169 |   - | 327 | 814 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
322.39/322.47	c   282s|  5570k|  5284k|     0 |   0.0 |2247M| 169 |   - | 327 | 814 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
323.00/323.01	c   282s|  5580k|  5294k|     0 |   0.0 |2251M| 169 |   - | 327 | 814 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
323.50/323.54	c   283s|  5590k|  5304k|     0 |   0.0 |2255M| 169 |   - | 327 | 814 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
324.00/324.08	c   283s|  5600k|  5314k|     0 |   0.0 |2258M| 169 |   - | 327 | 813 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
324.59/324.61	c   284s|  5610k|  5324k|     0 |   0.0 |2262M| 169 |   - | 327 | 813 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
325.10/325.15	c   284s|  5620k|  5334k|     0 |   0.0 |2265M| 169 |   - | 327 | 813 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
325.61/325.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
325.61/325.68	c   285s|  5630k|  5344k|     0 |   0.0 |2269M| 169 |   - | 327 | 814 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
326.10/326.19	c   285s|  5640k|  5353k|     0 |   0.0 |2272M| 169 |   - | 327 | 818 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
326.61/326.70	c   286s|  5650k|  5363k|     0 |   0.0 |2276M| 169 |   - | 327 | 815 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
327.20/327.23	c   286s|  5660k|  5373k|     0 |   0.0 |2280M| 169 |   - | 327 | 814 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
327.70/327.74	c   286s|  5670k|  5383k|     0 |   0.0 |2283M| 169 |   - | 327 | 814 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
328.20/328.26	c   287s|  5680k|  5393k|     0 |   0.0 |2287M| 169 |   - | 327 | 814 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
328.70/328.78	c   287s|  5690k|  5403k|     0 |   0.0 |2290M| 169 |   - | 327 | 814 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
329.30/329.30	c   288s|  5700k|  5413k|     0 |   0.0 |2294M| 169 |   - | 327 | 814 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
329.80/329.83	c   288s|  5710k|  5423k|     0 |   0.0 |2297M| 169 |   - | 327 | 819 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
330.29/330.36	c   289s|  5720k|  5433k|     0 |   0.0 |2301M| 169 |   - | 327 | 817 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
330.90/330.90	c   289s|  5730k|  5443k|     0 |   0.0 |2304M| 169 |   - | 327 | 817 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
331.40/331.43	c   290s|  5740k|  5452k|     0 |   0.0 |2308M| 169 |   - | 327 | 817 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
331.90/331.97	c   290s|  5750k|  5462k|     0 |   0.0 |2312M| 169 |   - | 327 | 844 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
332.50/332.50	c   291s|  5760k|  5472k|     0 |   0.0 |2315M| 169 |   - | 327 | 832 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
333.00/333.03	c   291s|  5770k|  5482k|     0 |   0.0 |2319M| 169 |   - | 327 | 832 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
333.50/333.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
333.50/333.56	c   291s|  5780k|  5492k|     0 |   0.0 |2322M| 169 |   - | 327 | 832 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
334.00/334.09	c   292s|  5790k|  5502k|     0 |   0.0 |2326M| 169 |   - | 327 | 832 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
334.60/334.62	c   292s|  5800k|  5512k|     0 |   0.0 |2329M| 169 |   - | 327 | 832 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
335.10/335.14	c   293s|  5810k|  5522k|     0 |   0.0 |2333M| 169 |   - | 327 | 831 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
335.60/335.68	c   293s|  5820k|  5532k|     0 |   0.0 |2337M| 169 |   - | 327 | 831 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
336.20/336.20	c   294s|  5830k|  5542k|     0 |   0.0 |2340M| 169 |   - | 327 | 831 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
336.70/336.72	c   294s|  5840k|  5552k|     0 |   0.0 |2344M| 169 |   - | 327 | 830 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
337.20/337.25	c   295s|  5850k|  5562k|     0 |   0.0 |2347M| 169 |   - | 327 | 830 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
337.71/337.77	c   295s|  5860k|  5571k|     0 |   0.0 |2351M| 169 |   - | 327 | 827 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
338.30/338.30	c   296s|  5870k|  5581k|     0 |   0.0 |2354M| 169 |   - | 327 | 827 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
338.80/338.83	c   296s|  5880k|  5591k|     0 |   0.0 |2358M| 169 |   - | 327 | 827 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
339.30/339.37	c   296s|  5890k|  5601k|     0 |   0.0 |2362M| 169 |   - | 327 | 829 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
339.90/339.91	c   297s|  5900k|  5611k|     0 |   0.0 |2365M| 169 |   - | 327 | 829 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
340.40/340.45	c   297s|  5910k|  5621k|     0 |   0.0 |2369M| 169 |   - | 327 | 838 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
340.90/340.98	c   298s|  5920k|  5631k|     0 |   0.0 |2372M| 169 |   - | 327 | 839 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
341.50/341.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
341.50/341.52	c   298s|  5930k|  5641k|     0 |   0.0 |2376M| 169 |   - | 327 | 834 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
342.01/342.05	c   299s|  5940k|  5651k|     0 |   0.0 |2380M| 169 |   - | 327 | 834 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
342.50/342.58	c   299s|  5950k|  5661k|     0 |   0.0 |2383M| 169 |   - | 327 | 835 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
343.11/343.12	c   300s|  5960k|  5671k|     0 |   0.0 |2387M| 169 |   - | 327 | 834 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
343.60/343.64	c   300s|  5970k|  5681k|     0 |   0.0 |2390M| 169 |   - | 327 | 836 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
344.10/344.15	c   301s|  5980k|  5691k|     0 |   0.0 |2394M| 169 |   - | 327 | 836 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
344.60/344.69	c   301s|  5990k|  5701k|     0 |   0.0 |2397M| 169 |   - | 327 | 836 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
345.20/345.23	c   302s|  6000k|  5711k|     0 |   0.0 |2401M| 169 |   - | 327 | 850 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
345.70/345.76	c   302s|  6010k|  5721k|     0 |   0.0 |2405M| 169 |   - | 327 | 846 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
346.20/346.29	c   302s|  6020k|  5731k|     0 |   0.0 |2408M| 169 |   - | 327 | 839 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
346.80/346.81	c   303s|  6030k|  5740k|     0 |   0.0 |2412M| 169 |   - | 327 | 839 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
347.30/347.35	c   303s|  6040k|  5750k|     0 |   0.0 |2416M| 169 |   - | 327 | 839 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
347.80/347.88	c   304s|  6050k|  5760k|     0 |   0.0 |2419M| 169 |   - | 327 | 849 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
348.40/348.41	c   304s|  6060k|  5770k|     0 |   0.0 |2423M| 169 |   - | 327 | 846 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
348.80/348.89	c   305s|  6070k|  5780k|     0 |   0.0 |2426M| 169 |   - | 327 | 852 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
349.30/349.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
349.30/349.37	c   305s|  6080k|  5790k|     0 |   0.0 |2430M| 169 |   - | 327 | 851 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
349.81/349.89	c   306s|  6090k|  5799k|     0 |   0.0 |2434M| 169 |   - | 327 | 857 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
350.40/350.40	c   306s|  6100k|  5809k|     0 |   0.0 |2437M| 169 |   - | 327 | 861 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
350.81/350.87	c   306s|  6110k|  5819k|     0 |   0.0 |2441M| 169 |   - | 327 | 861 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
351.30/351.34	c   307s|  6120k|  5829k|     0 |   0.0 |2444M| 169 |   - | 327 | 865 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
351.80/351.86	c   307s|  6130k|  5839k|     0 |   0.0 |2448M| 169 |   - | 327 | 863 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
352.30/352.34	c   308s|  6140k|  5848k|     0 |   0.0 |2452M| 169 |   - | 327 | 861 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
352.80/352.82	c   308s|  6150k|  5858k|     0 |   0.0 |2455M| 169 |   - | 327 | 857 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
353.30/353.30	c   308s|  6160k|  5868k|     0 |   0.0 |2459M| 169 |   - | 327 | 855 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
353.70/353.78	c   309s|  6170k|  5877k|     0 |   0.0 |2462M| 169 |   - | 327 | 859 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
354.20/354.26	c   309s|  6180k|  5887k|     0 |   0.0 |2466M| 169 |   - | 327 | 858 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
354.70/354.78	c   310s|  6190k|  5897k|     0 |   0.0 |2470M| 169 |   - | 327 | 857 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
355.20/355.26	c   310s|  6200k|  5907k|     0 |   0.0 |2474M| 169 |   - | 327 | 854 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
355.70/355.75	c   311s|  6210k|  5916k|     0 |   0.0 |2477M| 169 |   - | 327 | 855 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
356.20/356.24	c   311s|  6220k|  5926k|     0 |   0.0 |2481M| 169 |   - | 327 | 850 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
356.70/356.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
356.70/356.74	c   311s|  6230k|  5936k|     0 |   0.0 |2485M| 169 |   - | 327 | 845 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
357.20/357.24	c   312s|  6240k|  5946k|     0 |   0.0 |2489M| 169 |   - | 327 | 842 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
357.70/357.72	c   312s|  6250k|  5955k|     0 |   0.0 |2492M| 169 |   - | 327 | 889 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
358.20/358.22	c   313s|  6260k|  5965k|     0 |   0.0 |2496M| 169 |   - | 327 | 872 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
358.70/358.73	c   313s|  6270k|  5975k|     0 |   0.0 |2500M| 169 |   - | 327 | 870 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
359.20/359.25	c   314s|  6280k|  5984k|     0 |   0.0 |2504M| 169 |   - | 327 | 871 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
359.71/359.73	c   314s|  6290k|  5994k|     0 |   0.0 |2508M| 169 |   - | 327 | 896 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
360.20/360.26	c   314s|  6300k|  6004k|     0 |   0.0 |2512M| 169 |   - | 327 | 890 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
360.70/360.76	c   315s|  6310k|  6014k|     0 |   0.0 |2516M| 169 |   - | 327 | 892 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
361.20/361.30	c   315s|  6320k|  6024k|     0 |   0.0 |2520M| 169 |   - | 327 | 909 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
361.80/361.82	c   316s|  6330k|  6033k|     0 |   0.0 |2524M| 169 |   - | 327 | 913 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
362.30/362.34	c   316s|  6340k|  6043k|     0 |   0.0 |2528M| 169 |   - | 327 | 934 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
362.80/362.89	c   317s|  6350k|  6053k|     0 |   0.0 |2532M| 169 |   - | 327 | 942 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
363.39/363.46	c   317s|  6360k|  6063k|     0 |   0.0 |2536M| 169 |   - | 327 | 868 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
364.01/364.04	c   318s|  6370k|  6073k|     0 |   0.0 |2539M| 169 |   - | 327 | 758 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
364.60/364.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
364.60/364.62	c   318s|  6380k|  6083k|     0 |   0.0 |2543M| 169 |   - | 327 | 704 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
365.10/365.20	c   319s|  6390k|  6093k|     0 |   0.0 |2547M| 169 |   - | 327 | 662 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
365.70/365.77	c   319s|  6400k|  6103k|     0 |   0.0 |2550M| 169 |   - | 327 | 658 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
366.31/366.34	c   320s|  6410k|  6113k|     0 |   0.0 |2554M| 169 |   - | 327 | 651 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
366.90/366.90	c   320s|  6420k|  6123k|     0 |   0.0 |2557M| 169 |   - | 327 | 655 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
367.41/367.47	c   321s|  6430k|  6133k|     0 |   0.0 |2561M| 169 |   - | 327 | 667 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
368.00/368.04	c   321s|  6440k|  6143k|     0 |   0.0 |2565M| 169 |   - | 327 | 679 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
368.60/368.62	c   322s|  6450k|  6153k|     0 |   0.0 |2568M| 169 |   - | 327 | 704 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
369.20/369.20	c   322s|  6460k|  6163k|     0 |   0.0 |2572M| 169 |   - | 327 | 703 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
369.70/369.78	c   323s|  6470k|  6173k|     0 |   0.0 |2576M| 169 |   - | 327 | 687 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
370.30/370.37	c   323s|  6480k|  6183k|     0 |   0.0 |2580M| 169 |   - | 327 | 686 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
370.90/370.94	c   324s|  6490k|  6193k|     0 |   0.0 |2584M| 169 |   - | 327 | 689 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
371.50/371.52	c   324s|  6500k|  6203k|     0 |   0.0 |2588M| 169 |   - | 327 | 689 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
372.10/372.10	c   325s|  6510k|  6213k|     0 |   0.0 |2592M| 169 |   - | 327 | 699 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
372.60/372.64	c   325s|  6520k|  6223k|     0 |   0.0 |2596M| 169 |   - | 327 | 725 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
373.10/373.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
373.10/373.19	c   326s|  6530k|  6233k|     0 |   0.0 |2599M| 169 |   - | 327 | 695 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
373.70/373.71	c   326s|  6540k|  6243k|     0 |   0.0 |2603M| 169 |   - | 327 | 692 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
374.20/374.25	c   327s|  6550k|  6253k|     0 |   0.0 |2607M| 169 |   - | 327 | 690 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
374.70/374.79	c   327s|  6560k|  6262k|     0 |   0.0 |2610M| 169 |   - | 327 | 693 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
375.30/375.32	c   328s|  6570k|  6272k|     0 |   0.0 |2614M| 169 |   - | 327 | 698 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
375.80/375.85	c   328s|  6580k|  6282k|     0 |   0.0 |2618M| 169 |   - | 327 | 698 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
376.30/376.36	c   328s|  6590k|  6292k|     0 |   0.0 |2621M| 169 |   - | 327 | 698 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
376.80/376.90	c   329s|  6600k|  6302k|     0 |   0.0 |2625M| 169 |   - | 327 | 698 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
377.40/377.42	c   329s|  6610k|  6312k|     0 |   0.0 |2628M| 169 |   - | 327 | 697 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
377.90/377.94	c   330s|  6620k|  6322k|     0 |   0.0 |2632M| 169 |   - | 327 | 702 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
378.41/378.46	c   330s|  6630k|  6332k|     0 |   0.0 |2635M| 169 |   - | 327 | 707 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
378.90/378.97	c   331s|  6640k|  6342k|     0 |   0.0 |2639M| 169 |   - | 327 | 711 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
379.41/379.48	c   331s|  6650k|  6352k|     0 |   0.0 |2643M| 169 |   - | 327 | 714 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
380.00/380.00	c   332s|  6660k|  6362k|     0 |   0.0 |2646M| 169 |   - | 327 | 718 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
380.50/380.51	c   332s|  6670k|  6372k|     0 |   0.0 |2650M| 169 |   - | 327 | 717 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
381.00/381.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
381.00/381.02	c   332s|  6680k|  6382k|     0 |   0.0 |2653M| 169 |   - | 327 | 722 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
381.50/381.53	c   333s|  6690k|  6392k|     0 |   0.0 |2657M| 169 |   - | 327 | 722 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
382.00/382.04	c   333s|  6700k|  6402k|     0 |   0.0 |2661M| 169 |   - | 327 | 720 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
382.50/382.55	c   334s|  6710k|  6412k|     0 |   0.0 |2664M| 169 |   - | 327 | 720 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
383.00/383.06	c   334s|  6720k|  6422k|     0 |   0.0 |2668M| 169 |   - | 327 | 720 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
383.51/383.57	c   335s|  6730k|  6432k|     0 |   0.0 |2671M| 169 |   - | 327 | 718 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
384.00/384.07	c   335s|  6740k|  6441k|     0 |   0.0 |2675M| 169 |   - | 327 | 720 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
384.50/384.58	c   336s|  6750k|  6451k|     0 |   0.0 |2678M| 169 |   - | 327 | 722 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
385.00/385.08	c   336s|  6760k|  6461k|     0 |   0.0 |2682M| 169 |   - | 327 | 723 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
385.50/385.58	c   336s|  6770k|  6471k|     0 |   0.0 |2686M| 169 |   - | 327 | 723 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
386.01/386.08	c   337s|  6780k|  6481k|     0 |   0.0 |2689M| 169 |   - | 327 | 723 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
386.50/386.58	c   337s|  6790k|  6491k|     0 |   0.0 |2693M| 169 |   - | 327 | 723 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
387.00/387.09	c   338s|  6800k|  6501k|     0 |   0.0 |2696M| 169 |   - | 327 | 723 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
387.60/387.60	c   338s|  6810k|  6511k|     0 |   0.0 |2700M| 169 |   - | 327 | 723 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
388.10/388.10	c   339s|  6820k|  6521k|     0 |   0.0 |2703M| 169 |   - | 327 | 725 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
388.60/388.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
388.60/388.60	c   339s|  6830k|  6531k|     0 |   0.0 |2707M| 169 |   - | 327 | 727 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
389.10/389.12	c   339s|  6840k|  6541k|     0 |   0.0 |2711M| 169 |   - | 327 | 730 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
389.61/389.63	c   340s|  6850k|  6551k|     0 |   0.0 |2714M| 169 |   - | 327 | 727 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
390.10/390.13	c   340s|  6860k|  6561k|     0 |   0.0 |2718M| 169 |   - | 327 | 726 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
390.60/390.63	c   341s|  6870k|  6570k|     0 |   0.0 |2721M| 169 |   - | 327 | 726 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
391.10/391.14	c   341s|  6880k|  6580k|     0 |   0.0 |2725M| 169 |   - | 327 | 726 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
391.61/391.65	c   342s|  6890k|  6590k|     0 |   0.0 |2729M| 169 |   - | 327 | 726 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
392.10/392.15	c   342s|  6900k|  6600k|     0 |   0.0 |2732M| 169 |   - | 327 | 731 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
392.60/392.67	c   343s|  6910k|  6610k|     0 |   0.0 |2736M| 169 |   - | 327 | 734 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
393.10/393.18	c   343s|  6920k|  6620k|     0 |   0.0 |2740M| 169 |   - | 327 | 733 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
393.60/393.69	c   343s|  6930k|  6630k|     0 |   0.0 |2743M| 169 |   - | 327 | 734 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
394.20/394.20	c   344s|  6940k|  6640k|     0 |   0.0 |2747M| 169 |   - | 327 | 736 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
394.60/394.69	c   344s|  6950k|  6650k|     0 |   0.0 |2750M| 169 |   - | 327 | 732 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
395.20/395.22	c   345s|  6960k|  6659k|     0 |   0.0 |2754M| 169 |   - | 327 | 732 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
395.70/395.72	c   345s|  6970k|  6669k|     0 |   0.0 |2758M| 169 |   - | 327 | 732 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
396.20/396.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
396.20/396.26	c   346s|  6980k|  6679k|     0 |   0.0 |2761M| 169 |   - | 327 | 748 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
396.70/396.78	c   346s|  6990k|  6689k|     0 |   0.0 |2765M| 169 |   - | 327 | 751 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
397.30/397.30	c   346s|  7000k|  6699k|     0 |   0.0 |2769M| 169 |   - | 327 | 743 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
397.70/397.79	c   347s|  7010k|  6709k|     0 |   0.0 |2772M| 169 |   - | 327 | 742 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
398.30/398.30	c   347s|  7020k|  6719k|     0 |   0.0 |2776M| 169 |   - | 327 | 743 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
398.80/398.83	c   348s|  7030k|  6729k|     0 |   0.0 |2780M| 169 |   - | 327 | 753 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
399.31/399.37	c   348s|  7040k|  6738k|     0 |   0.0 |2783M| 169 |   - | 327 | 753 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
399.80/399.87	c   349s|  7050k|  6748k|     0 |   0.0 |2787M| 169 |   - | 327 | 754 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
400.31/400.36	c   349s|  7060k|  6758k|     0 |   0.0 |2791M| 169 |   - | 327 | 751 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
400.80/400.86	c   350s|  7070k|  6768k|     0 |   0.0 |2794M| 169 |   - | 327 | 758 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
401.30/401.40	c   350s|  7080k|  6778k|     0 |   0.0 |2798M| 169 |   - | 327 | 759 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
401.90/401.90	c   350s|  7090k|  6788k|     0 |   0.0 |2801M| 169 |   - | 327 | 759 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
402.40/402.40	c   351s|  7100k|  6798k|     0 |   0.0 |2805M| 169 |   - | 327 | 759 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
402.90/402.91	c   351s|  7110k|  6808k|     0 |   0.0 |2809M| 169 |   - | 327 | 759 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
403.40/403.43	c   352s|  7120k|  6818k|     0 |   0.0 |2812M| 169 |   - | 327 | 759 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
403.90/403.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
403.90/403.93	c   352s|  7130k|  6828k|     0 |   0.0 |2816M| 169 |   - | 327 | 760 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
404.40/404.43	c   353s|  7140k|  6838k|     0 |   0.0 |2820M| 169 |   - | 327 | 758 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
404.90/404.94	c   353s|  7150k|  6848k|     0 |   0.0 |2823M| 169 |   - | 327 | 759 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
405.40/405.45	c   353s|  7160k|  6858k|     0 |   0.0 |2827M| 169 |   - | 327 | 760 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
405.91/405.95	c   354s|  7170k|  6868k|     0 |   0.0 |2831M| 169 |   - | 327 | 759 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
406.40/406.45	c   354s|  7180k|  6878k|     0 |   0.0 |2834M| 169 |   - | 327 | 759 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
406.91/406.96	c   355s|  7190k|  6887k|     0 |   0.0 |2838M| 169 |   - | 327 | 759 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
407.40/407.46	c   355s|  7200k|  6897k|     0 |   0.0 |2842M| 169 |   - | 327 | 759 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
407.90/407.95	c   356s|  7210k|  6907k|     0 |   0.0 |2845M| 169 |   - | 327 | 759 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
408.40/408.45	c   356s|  7220k|  6917k|     0 |   0.0 |2849M| 169 |   - | 327 | 761 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
408.90/408.96	c   356s|  7230k|  6927k|     0 |   0.0 |2853M| 169 |   - | 327 | 760 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
409.40/409.47	c   357s|  7240k|  6937k|     0 |   0.0 |2856M| 169 |   - | 327 | 759 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
409.90/409.96	c   357s|  7250k|  6947k|     0 |   0.0 |2860M| 169 |   - | 327 | 759 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
410.40/410.46	c   358s|  7260k|  6957k|     0 |   0.0 |2864M| 169 |   - | 327 | 759 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
410.90/410.97	c   358s|  7270k|  6967k|     0 |   0.0 |2867M| 169 |   - | 327 | 759 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
411.11/411.10	c (node 7272475) switching to memory saving mode (mem: 2736.0M/3420.0M)
413.70/413.78	o 113
413.70/413.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
413.70/413.78	c * 361s|  7272k|  6425k|     0 |   0.0 |2679M| 169 |   - | 327 | 772 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.130000e+02 |    Inf 
430.30/430.32	o 28
430.30/430.32	c * 377s|  7272k|  3147k|     0 |   0.0 |1052M| 177 |   - | 327 | 772 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 2.800000e+01 |    Inf 
430.30/430.32	c (node 7272639) switching to standard mode (mem: 1004.2M/3420.0M)
431.11/431.15	o 27
431.11/431.15	c * 378s|  7273k|  3144k|     0 |   0.0 |1051M| 177 |   - | 327 | 598 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 2.700000e+01 |    Inf 
431.50/431.56	o 26
431.50/431.56	c * 379s|  7275k|  3145k|     0 |   0.0 |1052M| 177 |   - | 327 | 647 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
431.60/431.62	o 22
431.60/431.62	c * 379s|  7275k|  3144k|     0 |   0.0 |1051M| 177 |   - | 327 | 649 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 2.200000e+01 |    Inf 
431.70/431.70	o 19
431.70/431.70	c * 379s|  7275k|  3139k|     0 |   0.0 |1050M| 177 |   - | 327 | 651 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.900000e+01 |    Inf 
431.90/431.96	o 11
431.90/431.96	c * 379s|  7275k|  3101k|     0 |   0.0 |1037M| 177 |   - | 327 | 671 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
433.80/433.83	o 5
433.80/433.83	c * 381s|  7275k|  2707k|     0 |   0.0 | 909M| 177 |   - | 327 | 453 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
441.80/441.84	o 1
441.80/441.84	c * 389s|  7275k|  1068k|     0 |   0.0 | 391M| 177 |   - | 327 | 473 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
477.41/477.41	c 
477.41/477.41	c SCIP Status        : problem is solved [optimal solution found]
477.41/477.41	c Solving Time (sec) : 424.02
477.41/477.41	c Solving Nodes      : 7276024
477.41/477.41	c Primal Bound       : +1.00000000000000e+00 (16 solutions)
477.41/477.41	c Dual Bound         : +1.00000000000000e+00
477.41/477.41	c Gap                : 0.00 %
477.41/477.41	s OPTIMUM FOUND
477.41/477.41	v -x152 -x151 x150 -x149 -x148 x147 -x146 x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 
477.41/477.41	v x130 -x129 x128 -x127 -x126 -x125 x124 -x123 -x122 x121 -x120 x119 -x118 -x117 -x116 -x115 -x114 -x113 x112 -x111 -x110 -x109 
477.41/477.41	v x108 x107 -x106 -x105 -x104 x103 -x102 -x101 x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 
477.41/477.41	v -x84 -x83 x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 x64 -x63 -x62 -x61 -x60 -x59 
477.41/477.41	v -x58 -x57 -x56 x55 -x54 -x53 -x52 x51 x50 x49 x48 x47 x46 x45 x44 x43 x42 x41 x40 -x39 x38 x37 x36 x35 x34 x33 -x32 x31 -x30 
477.41/477.41	v x29 x28 x27 x26 x25 x24 x23 x22 x21 x20 x19 x18 x17 x16 x15 x14 x13 x12 x11 -x10 x9 x8 x7 x6 x5 x4 x3 x2 x1 
477.41/477.41	c SCIP Status        : problem is solved [optimal solution found]
477.41/477.41	c Solving Time       :     424.02
477.41/477.41	c Original Problem   :
477.41/477.41	c   Problem name     : HOME/instance-2693620-1277913241.wbo
477.41/477.41	c   Variables        : 328 (240 binary, 0 integer, 0 implicit integer, 88 continuous)
477.41/477.41	c   Constraints      : 216 initial, 216 maximal
477.41/477.41	c Presolved Problem  :
477.41/477.41	c   Problem name     : t_HOME/instance-2693620-1277913241.wbo
477.41/477.41	c   Variables        : 327 (239 binary, 0 integer, 0 implicit integer, 88 continuous)
477.41/477.41	c   Constraints      : 213 initial, 1065 maximal
477.41/477.41	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
477.41/477.41	c   trivial          :       0.00          0          0          0          0          0          0          0          0
477.41/477.41	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
477.41/477.41	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
477.41/477.41	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
477.41/477.41	c   implics          :       0.00          0          0          0          0          0          0          0          0
477.41/477.41	c   probing          :       0.01          0          0          0          0          0          0          0          0
477.41/477.41	c   indicator        :       0.00          0          0          0          0          0          0          0          0
477.41/477.41	c   varbound         :       0.00          0          0          0          0          0          0          0          0
477.41/477.41	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
477.41/477.41	c   linear           :       0.00          1          0          0         89          0          3         27         54
477.41/477.41	c   logicor          :       0.00          0          0          0          0          0          0          0          0
477.41/477.41	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
477.41/477.41	c   root node        :          -        206          -          -        294          -          -          -          -
477.41/477.41	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
477.41/477.41	c   integral         :          0          0          0          0          0          0          0          0          0          0
477.41/477.41	c   indicator        :         88          0   10815303          0    7264355        793    7445980          0          0          0
477.41/477.41	c   varbound         :          2          0    5839831          0    3880621          0     140160          0          0          0
477.41/477.41	c   knapsack         :         12          0   10824909          0    7269524       1215     658580          0          0          0
477.41/477.41	c   linear           :         86          0   10823691          0    7269521       3716    3058700          0          0          0
477.41/477.41	c   logicor          :         25+         0    1716419          0    7267325       1224    1148073          0          0          0
477.41/477.41	c   bounddisjunction :          0+         0     117147          0          0         20       3007          0          0          0
477.41/477.41	c   countsols        :          0          0          0          0    7269524          0          0          0          0          0
477.41/477.41	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
477.41/477.41	c   integral         :       0.00       0.00       0.00       0.00       0.00
477.41/477.41	c   indicator        :      23.02       0.00      10.87       0.00      12.15
477.41/477.41	c   varbound         :       2.84       0.00       1.86       0.00       0.98
477.41/477.41	c   knapsack         :      22.13       0.00      16.85       0.00       5.28
477.41/477.41	c   linear           :      38.92       0.00      35.08       0.00       3.84
477.41/477.41	c   logicor          :      13.11       0.00       8.02       0.00       5.09
477.41/477.41	c   bounddisjunction :       0.11       0.00       0.11       0.00       0.00
477.41/477.41	c   countsols        :       1.26       0.00       0.00       0.00       1.26
477.41/477.41	c Propagators        :       Time      Calls    Cutoffs    DomReds
477.41/477.41	c   vbounds          :       2.67     589549          0     153200
477.41/477.41	c   rootredcost      :       2.30          0          0          0
477.41/477.41	c   pseudoobj        :      35.01   10825551        228    5675789
477.41/477.41	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
477.41/477.41	c   propagation      :       0.07       6403       6268      14248       15.2       4030        4.3          -
477.41/477.41	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
477.41/477.41	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
477.41/477.41	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
477.41/477.41	c   pseudo solution  :       0.01         64         64        143        7.8         79        4.0          -
477.41/477.41	c   applied globally :          -          -          -      12840       10.4          -          -          -
477.41/477.41	c   applied locally  :          -          -          -          0        0.0          -          -          -
477.41/477.41	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
477.41/477.41	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
477.41/477.41	c   redcost          :       0.00          0          0          0          0          0
477.41/477.41	c   impliedbounds    :       0.00          0          0          0          0          0
477.41/477.41	c   intobj           :       0.00          0          0          0          0          0
477.41/477.41	c   cgmip            :       0.00          0          0          0          0          0
477.41/477.41	c   gomory           :       0.00          0          0          0          0          0
477.41/477.41	c   strongcg         :       0.00          0          0          0          0          0
477.41/477.41	c   cmir             :       0.00          0          0          0          0          0
477.41/477.41	c   flowcover        :       0.00          0          0          0          0          0
477.41/477.41	c   clique           :       0.00          0          0          0          0          0
477.41/477.41	c   zerohalf         :       0.00          0          0          0          0          0
477.41/477.41	c   mcf              :       0.00          0          0          0          0          0
477.41/477.41	c   rapidlearning    :       0.00          0          0          0          0          0
477.41/477.41	c Pricers            :       Time      Calls       Vars
477.41/477.41	c   problem variables:       0.00          0          0
477.41/477.41	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
477.41/477.41	c   relpscost        :       0.00          0          0          0          0          0          0
477.41/477.41	c   pscost           :       0.00          0          0          0          0          0          0
477.41/477.41	c   inference        :      73.05    7269508          0          0          0          0   14539016
477.41/477.41	c   mostinf          :       0.00          0          0          0          0          0          0
477.41/477.41	c   leastinf         :       0.00          0          0          0          0          0          0
477.41/477.41	c   fullstrong       :       0.00          0          0          0          0          0          0
477.41/477.41	c   allfullstrong    :       0.00          0          0          0          0          0          0
477.41/477.41	c   random           :       0.00          0          0          0          0          0          0
477.41/477.41	c Primal Heuristics  :       Time      Calls      Found
477.41/477.41	c   LP solutions     :       0.00          -          0
477.41/477.41	c   pseudo solutions :      28.88          -         16
477.41/477.41	c   oneopt           :       2.22          0          0
477.41/477.41	c   trivial          :       0.00          2          0
477.41/477.41	c   simplerounding   :       0.00          0          0
477.41/477.41	c   zirounding       :       0.00          0          0
477.41/477.41	c   rounding         :       0.00          0          0
477.41/477.41	c   shifting         :       0.00          0          0
477.41/477.41	c   intshifting      :       0.00          0          0
477.41/477.41	c   twoopt           :       0.00          0          0
477.41/477.41	c   fixandinfer      :       0.00          0          0
477.41/477.41	c   feaspump         :       0.00          0          0
477.41/477.41	c   coefdiving       :       0.00          0          0
477.41/477.41	c   pscostdiving     :       0.00          0          0
477.41/477.41	c   fracdiving       :       0.00          0          0
477.41/477.41	c   veclendiving     :       0.00          0          0
477.41/477.41	c   intdiving        :       0.00          0          0
477.41/477.41	c   actconsdiving    :       0.00          0          0
477.41/477.41	c   objpscostdiving  :       0.00          0          0
477.41/477.41	c   rootsoldiving    :       0.00          0          0
477.41/477.41	c   linesearchdiving :       0.00          0          0
477.41/477.41	c   guideddiving     :       0.00          0          0
477.41/477.41	c   octane           :       0.00          0          0
477.41/477.41	c   rens             :       0.00          0          0
477.41/477.41	c   rins             :       0.00          0          0
477.41/477.41	c   localbranching   :       0.00          0          0
477.41/477.41	c   mutation         :       0.00          0          0
477.41/477.41	c   crossover        :       0.00          0          0
477.41/477.41	c   dins             :       0.00          0          0
477.41/477.41	c   undercover       :       0.00          0          0
477.41/477.41	c   nlp              :       1.61          0          0
477.41/477.41	c   trysol           :       1.50          1          0
477.41/477.41	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
477.41/477.41	c   primal LP        :       0.00          0          0       0.00          -
477.41/477.41	c   dual LP          :       0.00          0          0       0.00          -
477.41/477.41	c   lex dual LP      :       0.00          0          0       0.00          -
477.41/477.41	c   barrier LP       :       0.00          0          0       0.00          -
477.41/477.41	c   diving/probing LP:       0.00          0          0       0.00          -
477.41/477.41	c   strong branching :       0.00          0          0       0.00          -
477.41/477.41	c     (at root node) :          -          0          0       0.00          -
477.41/477.41	c   conflict analysis:       0.00          0          0       0.00          -
477.41/477.41	c B&B Tree           :
477.41/477.41	c   number of runs   :          1
477.41/477.41	c   nodes            :    7276024
477.41/477.41	c   nodes (total)    :    7276024
477.41/477.41	c   nodes left       :          0
477.41/477.41	c   max depth        :        177
477.41/477.41	c   max depth (total):        177
477.41/477.41	c   backtracks       :     301746 (4.1%)
477.41/477.41	c   delayed cutoffs  :    1130453
477.41/477.41	c   repropagations   :      22214 (83394 domain reductions, 760 cutoffs)
477.41/477.41	c   avg switch length:       4.66
477.41/477.41	c   switching time   :      88.09
477.41/477.41	c Solution           :
477.41/477.41	c   Solutions found  :         16 (16 improvements)
477.41/477.41	c   First Solution   : +1.56000000000000e+02   (in run 1, after 811 nodes, 0.04 seconds, depth 169, found by <relaxation>)
477.41/477.41	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 7275826 nodes, 381.45 seconds, depth 38, found by <relaxation>)
477.41/477.41	c   Dual Bound       : +1.00000000000000e+00
477.41/477.41	c   Gap              :       0.00 %
477.41/477.41	c   Root Dual Bound  : +0.00000000000000e+00
477.41/477.41	c   Root Iterations  :          0
477.41/477.44	c Time complete: 477.45.

Verifier Data

OK	1

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.34 2.08 2.02 4/178 14037
/proc/meminfo: memFree=31656292/32951124 swapFree=67111528/67111528
[pid=14037] ppid=14035 vsize=8276 CPUtime=0
/proc/14037/stat : 14037 (pbscip.linux.x8) R 14035 14037 13147 0 -1 4202496 1548 0 0 0 0 0 0 0 25 0 1 0 132621961 8474624 1470 4089446400 4194304 7136930 140735262744448 18446744073709551615 6272118 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/14037/statm: 2069 1470 275 719 0 1348 0

[startup+0.0898531 s]
/proc/loadavg: 2.34 2.08 2.02 4/178 14037
/proc/meminfo: memFree=31656292/32951124 swapFree=67111528/67111528
[pid=14037] ppid=14035 vsize=13108 CPUtime=0.08
/proc/14037/stat : 14037 (pbscip.linux.x8) R 14035 14037 13147 0 -1 4202496 4021 0 0 0 7 1 0 0 18 0 1 0 132621961 13422592 2562 4089446400 4194304 7136930 140735262744448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14037/statm: 3277 2562 407 719 0 2556 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13108

[startup+0.100854 s]
/proc/loadavg: 2.34 2.08 2.02 4/178 14037
/proc/meminfo: memFree=31656292/32951124 swapFree=67111528/67111528
[pid=14037] ppid=14035 vsize=13108 CPUtime=0.09
/proc/14037/stat : 14037 (pbscip.linux.x8) R 14035 14037 13147 0 -1 4202496 4024 0 0 0 8 1 0 0 18 0 1 0 132621961 13422592 2565 4089446400 4194304 7136930 140735262744448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14037/statm: 3277 2565 407 719 0 2556 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13108

[startup+0.300823 s]
/proc/loadavg: 2.34 2.08 2.02 4/178 14037
/proc/meminfo: memFree=31656292/32951124 swapFree=67111528/67111528
[pid=14037] ppid=14035 vsize=15056 CPUtime=0.29
/proc/14037/stat : 14037 (pbscip.linux.x8) R 14035 14037 13147 0 -1 4202496 4540 0 0 0 26 3 0 0 18 0 1 0 132621961 15417344 3081 4089446400 4194304 7136930 140735262744448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14037/statm: 3764 3081 407 719 0 3043 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15056

[startup+0.700752 s]
/proc/loadavg: 2.34 2.08 2.02 4/178 14037
/proc/meminfo: memFree=31656292/32951124 swapFree=67111528/67111528
[pid=14037] ppid=14035 vsize=18100 CPUtime=0.69
/proc/14037/stat : 14037 (pbscip.linux.x8) R 14035 14037 13147 0 -1 4202496 5325 0 0 0 61 8 0 0 18 0 1 0 132621961 18534400 3866 4089446400 4194304 7136930 140735262744448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14037/statm: 4525 3866 407 719 0 3804 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18100

[startup+1.50062 s]
/proc/loadavg: 2.31 2.08 2.02 3/179 14038
/proc/meminfo: memFree=31640180/32951124 swapFree=67111528/67111528
[pid=14037] ppid=14035 vsize=25872 CPUtime=1.49
/proc/14037/stat : 14037 (pbscip.linux.x8) R 14035 14037 13147 0 -1 4202496 7283 0 0 0 132 17 0 0 19 0 1 0 132621961 26492928 5824 4089446400 4194304 7136930 140735262744448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14037/statm: 6468 5824 407 719 0 5747 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25872

[startup+3.10032 s]
/proc/loadavg: 2.31 2.08 2.02 3/179 14038
/proc/meminfo: memFree=31631252/32951124 swapFree=67111528/67111528
[pid=14037] ppid=14035 vsize=38632 CPUtime=3.09
/proc/14037/stat : 14037 (pbscip.linux.x8) R 14035 14037 13147 0 -1 4202496 10588 0 0 0 272 37 0 0 25 0 1 0 132621961 39559168 9129 4089446400 4194304 7136930 140735262744448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14037/statm: 9658 9129 407 719 0 8937 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38632

[startup+6.30076 s]
/proc/loadavg: 2.31 2.08 2.02 3/179 14038
/proc/meminfo: memFree=31601988/32951124 swapFree=67111528/67111528
[pid=14037] ppid=14035 vsize=68032 CPUtime=6.29
/proc/14037/stat : 14037 (pbscip.linux.x8) R 14035 14037 13147 0 -1 4202496 17488 0 0 0 554 75 0 0 25 0 1 0 132621961 69664768 16029 4089446400 4194304 7136930 140735262744448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14037/statm: 17008 16029 407 719 0 16287 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 68032

[startup+12.7006 s]
/proc/loadavg: 2.26 2.07 2.02 3/179 14038
/proc/meminfo: memFree=31546088/32951124 swapFree=67111528/67111528
[pid=14037] ppid=14035 vsize=125000 CPUtime=12.69
/proc/14037/stat : 14037 (pbscip.linux.x8) R 14035 14037 13147 0 -1 4202496 31078 0 0 0 1110 159 0 0 25 0 1 0 132621961 128000000 29619 4089446400 4194304 7136930 140735262744448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14037/statm: 31250 29619 409 719 0 30529 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 125000

[startup+25.5004 s]
/proc/loadavg: 2.22 2.07 2.02 3/179 14038
/proc/meminfo: memFree=31438860/32951124 swapFree=67111528/67111528
[pid=14037] ppid=14035 vsize=227740 CPUtime=25.49
/proc/14037/stat : 14037 (pbscip.linux.x8) R 14035 14037 13147 0 -1 4202496 57190 0 0 0 2236 313 0 0 25 0 1 0 132621961 233205760 55731 4089446400 4194304 7136930 140735262744448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14037/statm: 56935 55731 409 719 0 56214 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 227740

[startup+51.1008 s]
/proc/loadavg: 2.15 2.06 2.02 3/179 14038
/proc/meminfo: memFree=31220260/32951124 swapFree=67111528/67111528
[pid=14037] ppid=14035 vsize=447248 CPUtime=51.09
/proc/14037/stat : 14037 (pbscip.linux.x8) R 14035 14037 13147 0 -1 4202496 111292 0 0 0 4477 632 0 0 25 0 1 0 132621961 457981952 109833 4089446400 4194304 7136930 140735262744448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14037/statm: 111812 109833 409 719 0 111091 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 447248

[startup+102.307 s]
/proc/loadavg: 2.06 2.05 2.01 3/179 14040
/proc/meminfo: memFree=30781496/32951124 swapFree=67111528/67111528
[pid=14037] ppid=14035 vsize=857080 CPUtime=102.3
/proc/14037/stat : 14037 (pbscip.linux.x8) R 14035 14037 13147 0 -1 4202496 213178 0 0 0 8945 1285 0 0 25 0 1 0 132621961 877649920 211719 4089446400 4194304 7136930 140735262744448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14037/statm: 214270 211719 409 719 0 213549 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 857080

[startup+162.301 s]
/proc/loadavg: 2.02 2.04 2.01 3/179 14042
/proc/meminfo: memFree=30263848/32951124 swapFree=67111528/67111528
[pid=14037] ppid=14035 vsize=1390976 CPUtime=162.29
/proc/14037/stat : 14037 (pbscip.linux.x8) R 14035 14037 13147 0 -1 4202496 340363 0 0 0 14262 1967 0 0 25 0 1 0 132621961 1424359424 338904 4089446400 4194304 7136930 140735262744448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14037/statm: 347744 338904 409 719 0 347023 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1390976

[startup+222.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 14043
/proc/meminfo: memFree=29827912/32951124 swapFree=67111528/67111528
[pid=14037] ppid=14035 vsize=1795284 CPUtime=222.29
/proc/14037/stat : 14037 (pbscip.linux.x8) R 14035 14037 13147 0 -1 4202496 444885 0 0 0 19514 2715 0 0 25 0 1 0 132621961 1838370816 443426 4089446400 4194304 7136930 140735262744448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14037/statm: 448821 443426 409 719 0 448100 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1795284

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 14045
/proc/meminfo: memFree=29402160/32951124 swapFree=67111528/67111528
[pid=14037] ppid=14035 vsize=2263372 CPUtime=282.3
/proc/14037/stat : 14037 (pbscip.linux.x8) R 14035 14037 13147 0 -1 4202496 549637 0 0 0 24705 3525 0 0 25 0 1 0 132621961 2317692928 548178 4089446400 4194304 7136930 140735262744448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14037/statm: 565843 548178 409 719 0 565122 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 2263372

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 14046
/proc/meminfo: memFree=29010364/32951124 swapFree=67111528/67111528
[pid=14037] ppid=14035 vsize=2622164 CPUtime=342.3
/proc/14037/stat : 14037 (pbscip.linux.x8) R 14035 14037 13147 0 -1 4202496 642957 0 0 0 29904 4326 0 0 25 0 1 0 132621961 2685095936 641498 4089446400 4194304 7136930 140735262744448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14037/statm: 655541 641498 409 719 0 654820 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 2622164

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 14048
/proc/meminfo: memFree=28558292/32951124 swapFree=67111528/67111528
[pid=14037] ppid=14035 vsize=3041612 CPUtime=402.3
/proc/14037/stat : 14037 (pbscip.linux.x8) R 14035 14037 13147 0 -1 4202496 752268 0 0 0 35076 5154 0 0 25 0 1 0 132621961 3114610688 750809 4089446400 4194304 7136930 140735262744448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14037/statm: 760403 750809 409 719 0 759682 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 3041612

[startup+462.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 14059
/proc/meminfo: memFree=28690552/32951124 swapFree=67111528/67111528
[pid=14037] ppid=14035 vsize=2866780 CPUtime=462.3
/proc/14037/stat : 14037 (pbscip.linux.x8) R 14035 14037 13147 0 -1 4202496 806993 0 0 0 40936 5294 0 0 25 0 1 0 132621961 2935582720 709207 4089446400 4194304 7136930 140735262744448 18446744073709551615 6123168 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14037/statm: 716695 709207 409 719 0 715974 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 2866780

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

[startup+467.101 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 14059
/proc/meminfo: memFree=28688072/32951124 swapFree=67111528/67111528
[pid=14037] ppid=14035 vsize=2866780 CPUtime=467.1
/proc/14037/stat : 14037 (pbscip.linux.x8) R 14035 14037 13147 0 -1 4202496 806993 0 0 0 41415 5295 0 0 25 0 1 0 132621961 2935582720 709207 4089446400 4194304 7136930 140735262744448 18446744073709551615 6123184 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14037/statm: 716695 709207 409 719 0 715974 0
Current children cumulated CPU time (s) 467.1
Current children cumulated vsize (KiB) 2866780

[startup+473.501 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 14059
/proc/meminfo: memFree=28714724/32951124 swapFree=67111528/67111528
[pid=14037] ppid=14035 vsize=2821528 CPUtime=473.5
/proc/14037/stat : 14037 (pbscip.linux.x8) R 14035 14037 13147 0 -1 4202496 806993 0 0 0 42031 5319 0 0 25 0 1 0 132621961 2889244672 697894 4089446400 4194304 7136930 140735262744448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14037/statm: 705382 697894 409 719 0 704661 0
Current children cumulated CPU time (s) 473.5
Current children cumulated vsize (KiB) 2821528

[startup+475.101 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 14059
/proc/meminfo: memFree=28747336/32951124 swapFree=67111528/67111528
[pid=14037] ppid=14035 vsize=2805732 CPUtime=475.1
/proc/14037/stat : 14037 (pbscip.linux.x8) R 14035 14037 13147 0 -1 4202496 806993 0 0 0 42186 5324 0 0 25 0 1 0 132621961 2873069568 693945 4089446400 4194304 7136930 140735262744448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14037/statm: 701433 693945 409 719 0 700712 0
Current children cumulated CPU time (s) 475.1
Current children cumulated vsize (KiB) 2805732

[startup+476.7 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 14059
/proc/meminfo: memFree=28825332/32951124 swapFree=67111528/67111528
[pid=14037] ppid=14035 vsize=2685392 CPUtime=476.7
/proc/14037/stat : 14037 (pbscip.linux.x8) R 14035 14037 13147 0 -1 4202496 806993 0 0 0 42341 5329 0 0 25 0 1 0 132621961 2749841408 663860 4089446400 4194304 7136930 140735262744448 18446744073709551615 6165648 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14037/statm: 671348 663860 409 719 0 670627 0
Current children cumulated CPU time (s) 476.7
Current children cumulated vsize (KiB) 2685392

[startup+477.1 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 14059
/proc/meminfo: memFree=28825332/32951124 swapFree=67111528/67111528
[pid=14037] ppid=14035 vsize=2315044 CPUtime=477.1
/proc/14037/stat : 14037 (pbscip.linux.x8) R 14035 14037 13147 0 -1 4202496 806993 0 0 0 42377 5333 0 0 25 0 1 0 132621961 2370605056 571276 4089446400 4194304 7136930 140735262744448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14037/statm: 578761 571276 409 719 0 578040 0
Current children cumulated CPU time (s) 477.1
Current children cumulated vsize (KiB) 2315044

[startup+477.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 14059
/proc/meminfo: memFree=29703500/32951124 swapFree=67111528/67111528
[pid=14037] ppid=14035 vsize=1815752 CPUtime=477.31
/proc/14037/stat : 14037 (pbscip.linux.x8) R 14035 14037 13147 0 -1 4202496 806993 0 0 0 42395 5336 0 0 25 0 1 0 132621961 1859330048 446454 4089446400 4194304 7136930 140735262744448 18446744073709551615 6360983 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14037/statm: 453809 446325 409 719 0 453088 0
Current children cumulated CPU time (s) 477.31
Current children cumulated vsize (KiB) 1815752

[startup+477.406 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 14059
/proc/meminfo: memFree=29703500/32951124 swapFree=67111528/67111528
[pid=14037] ppid=14035 vsize=1015592 CPUtime=477.41
/proc/14037/stat : 14037 (pbscip.linux.x8) R 14035 14037 13147 0 -1 4202496 806993 0 0 0 42402 5339 0 0 25 0 1 0 132621961 1039966208 246382 4089446400 4194304 7136930 140735262744448 18446744073709551615 6360983 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14037/statm: 253766 246283 409 719 0 253045 0
Current children cumulated CPU time (s) 477.41
Current children cumulated vsize (KiB) 1015592

Child status: 0
Real time (s): 477.449
CPU time (s): 477.46
CPU user time (s): 424.032
CPU system time (s): 53.4289
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3229724

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

runsolver used 0.738887 second user time and 1.71774 second system time

The end

Launcher Data

Begin job on node101 at 2010-06-30 17:54:01
IDJOB=2693620
IDBENCH=79012
IDSOLVER=1206
FILE ID=node101/2693620-1277913241
PBS_JOBID= 11197253
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-blast-floppy1-2.ucl--soft-33-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693620-1277913241/watcher-2693620-1277913241 -o /tmp/evaluation-result-2693620-1277913241/solver-2693620-1277913241 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693620-1277913241.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 41c5d5bb21666da1060ef5877d8823b7
RANDOM SEED=1329326731

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31656820 kB
Buffers:        201352 kB
Cached:         741360 kB
SwapCached:          0 kB
Active:         620360 kB
Inactive:       529332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31656820 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3680 kB
Writeback:           0 kB
AnonPages:      207028 kB
Mapped:          17020 kB
Slab:            79236 kB
PageTables:       5140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   357828 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 node101 at 2010-06-30 18:01:58