Trace number 2693753

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl35_45_pb.cnf.cr--soft-33-100-0.wbo
MD5SUM3aafd47af6446049bcdbc11c9b966efe
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark0.6489
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3150
Total number of constraints160
Number of soft constraints101
Number of constraints which are clauses90
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint35
Maximum length of a constraint45
Top cost 4835
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 4834
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693753-1277891597.wbo>
0.00/0.01	c original problem has 3352 variables (3251 bin, 0 int, 0 impl, 101 cont) and 262 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 101 impls, 30 clqs
0.00/0.02	c (round 2) 0 del vars, 1 del conss, 101 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 101 impls, 30 clqs
0.00/0.02	c (round 3) 0 del vars, 1 del conss, 101 chg bounds, 0 chg sides, 0 chg coeffs, 29 upgd conss, 101 impls, 30 clqs
0.00/0.02	c (round 4) 0 del vars, 1 del conss, 101 chg bounds, 0 chg sides, 0 chg coeffs, 59 upgd conss, 101 impls, 30 clqs
0.00/0.05	c    (0.0s) probing: 101/3251 (3.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.05	c presolving (5 rounds):
0.00/0.05	c  0 deleted vars, 1 deleted constraints, 101 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  101 implications, 30 cliques
0.00/0.05	c presolved problem has 3352 variables (3251 bin, 0 int, 0 impl, 101 cont) and 261 constraints
0.00/0.05	c     101 constraints of type <indicator>
0.00/0.05	c      30 constraints of type <setppc>
0.00/0.05	c     101 constraints of type <linear>
0.00/0.05	c      29 constraints of type <logicor>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.03
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 1.2.1.2
0.00/0.05	c 
0.00/0.05	c # frequency for displaying node information lines
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05	c display/freq = 10000
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1799.99
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 3420
0.00/0.05	c 
0.00/0.05	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05	c lp/solvefreq = -1
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify inequalities
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/linear/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify knapsacks
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/rapidlearning/freq = 0
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.05	c 
0.00/0.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.05	c   0.0s|     1 |     2 |     0 |     - |6442k|   0 |   - |3352 | 261 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.09/2.14	c   2.1s| 10000 |  9966 |     0 |   0.0 |9927k|2134 |   - |3352 | 364 |   0 |   0 |   0 | 158 |   0 | 0.000000e+00 |      --      |    Inf 
4.69/4.75	c   4.6s| 20000 | 19907 |     0 |   0.0 |  13M|2135 |   - |3352 | 351 |   0 |   0 |   0 | 446 |   0 | 0.000000e+00 |      --      |    Inf 
7.29/7.37	c   7.2s| 30000 | 29855 |     0 |   0.0 |  15M|2135 |   - |3352 | 428 |   0 |   0 |   0 | 708 |   0 | 0.000000e+00 |      --      |    Inf 
9.99/10.03	c   9.8s| 40000 | 39796 |     0 |   0.0 |  18M|2135 |   - |3352 | 485 |   0 |   0 |   0 | 992 |   0 | 0.000000e+00 |      --      |    Inf 
12.69/12.71	c  12.4s| 50000 | 49721 |     0 |   0.0 |  21M|2135 |   - |3352 | 505 |   0 |   0 |   0 |1372 |   0 | 0.000000e+00 |      --      |    Inf 
15.30/15.36	c  15.0s| 60000 | 59663 |     0 |   0.0 |  24M|2135 |   - |3352 | 496 |   0 |   0 |   0 |1662 |   0 | 0.000000e+00 |      --      |    Inf 
17.99/18.03	c  17.6s| 70000 | 69598 |     0 |   0.0 |  27M|2135 |   - |3352 | 536 |   0 |   0 |   0 |1990 |   0 | 0.000000e+00 |      --      |    Inf 
20.59/20.69	c  20.2s| 80000 | 79525 |     0 |   0.0 |  30M|2135 |   - |3352 | 612 |   0 |   0 |   0 |2360 |   0 | 0.000000e+00 |      --      |    Inf 
23.29/23.33	c  22.8s| 90000 | 89453 |     0 |   0.0 |  33M|2135 |   - |3352 | 633 |   0 |   0 |   0 |2720 |   0 | 0.000000e+00 |      --      |    Inf 
25.90/25.96	c  25.4s|100000 | 99389 |     0 |   0.0 |  36M|2135 |   - |3352 | 687 |   0 |   0 |   0 |3040 |   0 | 0.000000e+00 |      --      |    Inf 
28.49/28.58	c  27.9s|110000 |109328 |     0 |   0.0 |  39M|2135 |   - |3352 | 695 |   0 |   0 |   0 |3350 |   0 | 0.000000e+00 |      --      |    Inf 
31.09/31.17	c  30.5s|120000 |119270 |     0 |   0.0 |  42M|2135 |   - |3352 | 700 |   0 |   0 |   0 |3640 |   0 | 0.000000e+00 |      --      |    Inf 
33.69/33.75	c  33.0s|130000 |129208 |     0 |   0.0 |  45M|2135 |   - |3352 | 747 |   0 |   0 |   0 |3947 |   0 | 0.000000e+00 |      --      |    Inf 
36.30/36.31	c  35.5s|140000 |139154 |     0 |   0.0 |  48M|2135 |   - |3352 | 715 |   0 |   0 |   0 |4217 |   0 | 0.000000e+00 |      --      |    Inf 
38.79/38.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.79/38.88	c  38.0s|150000 |149088 |     0 |   0.0 |  50M|2135 |   - |3352 | 752 |   0 |   0 |   0 |4545 |   0 | 0.000000e+00 |      --      |    Inf 
41.39/41.44	c  40.5s|160000 |159034 |     0 |   0.0 |  53M|2135 |   - |3352 | 740 |   0 |   0 |   0 |4815 |   0 | 0.000000e+00 |      --      |    Inf 
43.90/44.00	c  43.0s|170000 |168960 |     0 |   0.0 |  56M|2135 |   - |3352 | 749 |   0 |   0 |   0 |5185 |   0 | 0.000000e+00 |      --      |    Inf 
46.50/46.53	c  45.5s|180000 |178900 |     0 |   0.0 |  59M|2135 |   - |3352 | 722 |   0 |   0 |   0 |5485 |   0 | 0.000000e+00 |      --      |    Inf 
49.00/49.06	c  48.0s|190000 |188844 |     0 |   0.0 |  62M|2135 |   - |3352 | 727 |   0 |   0 |   0 |5765 |   0 | 0.000000e+00 |      --      |    Inf 
51.49/51.59	c  50.5s|200000 |198778 |     0 |   0.0 |  65M|2135 |   - |3352 | 683 |   0 |   0 |   0 |6095 |   0 | 0.000000e+00 |      --      |    Inf 
54.09/54.13	c  53.0s|210000 |208704 |     0 |   0.0 |  68M|2135 |   - |3352 | 683 |   0 |   0 |   0 |6465 |   0 | 0.000000e+00 |      --      |    Inf 
56.59/56.66	c  55.5s|220000 |218638 |     0 |   0.0 |  71M|2135 |   - |3352 | 677 |   0 |   0 |   0 |6795 |   0 | 0.000000e+00 |      --      |    Inf 
59.09/59.17	c  57.9s|230000 |228563 |     0 |   0.0 |  74M|2135 |   - |3352 | 737 |   0 |   0 |   0 |7175 |   0 | 0.000000e+00 |      --      |    Inf 
61.60/61.64	c  60.3s|240000 |238503 |     0 |   0.0 |  76M|2135 |   - |3352 | 686 |   0 |   0 |   0 |7475 |   0 | 0.000000e+00 |      --      |    Inf 
64.10/64.10	c  62.7s|250000 |248437 |     0 |   0.0 |  79M|2135 |   - |3352 | 692 |   0 |   0 |   0 |7805 |   0 | 0.000000e+00 |      --      |    Inf 
66.49/66.56	c  65.1s|260000 |258363 |     0 |   0.0 |  82M|2135 |   - |3352 | 689 |   0 |   0 |   0 |8175 |   0 | 0.000000e+00 |      --      |    Inf 
68.89/68.99	c  67.5s|270000 |268279 |     0 |   0.0 |  85M|2135 |   - |3352 | 734 |   0 |   0 |   0 |8595 |   0 | 0.000000e+00 |      --      |    Inf 
71.39/71.41	c  69.8s|280000 |278205 |     0 |   0.0 |  88M|2135 |   - |3352 | 653 |   0 |   0 |   0 |8965 |   0 | 0.000000e+00 |      --      |    Inf 
73.80/73.82	c  72.2s|290000 |288121 |     0 |   0.0 |  91M|2135 |   - |3352 | 719 |   0 |   0 |   0 |9385 |   0 | 0.000000e+00 |      --      |    Inf 
76.19/76.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
76.19/76.23	c  74.5s|300000 |298041 |     0 |   0.0 |  94M|2135 |   - |3352 | 711 |   0 |   0 |   0 |9785 |   0 | 0.000000e+00 |      --      |    Inf 
78.59/78.65	c  76.9s|310000 |307949 |     0 |   0.0 |  97M|2135 |   - |3352 | 730 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
80.99/81.03	c  79.2s|320000 |317867 |     0 |   0.0 | 100M|2135 |   - |3352 | 748 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
83.40/83.40	c  81.5s|330000 |327769 |     0 |   0.0 | 103M|2135 |   - |3352 | 738 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
85.70/85.75	c  83.8s|340000 |337681 |     0 |   0.0 | 107M|2135 |   - |3352 | 704 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
88.00/88.05	c  86.0s|350000 |347609 |     0 |   0.0 | 110M|2135 |   - |3352 | 694 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
90.30/90.37	c  88.3s|360000 |357515 |     0 |   0.0 | 113M|2135 |   - |3352 | 690 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
92.59/92.67	c  90.5s|370000 |367407 |     0 |   0.0 | 116M|2135 |   - |3352 | 703 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
94.90/94.97	c  92.8s|380000 |377323 |     0 |   0.0 | 119M|2135 |   - |3352 | 677 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
97.19/97.26	c  95.0s|390000 |387217 |     0 |   0.0 | 122M|2135 |   - |3352 | 744 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
99.49/99.55	c  97.2s|400000 |397123 |     0 |   0.0 | 125M|2135 |   - |3352 | 696 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
101.79/101.83	c  99.5s|410000 |407027 |     0 |   0.0 | 128M|2135 |   - |3352 | 760 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
103.99/104.05	c   102s|420000 |416953 |     0 |   0.0 | 131M|2135 |   - |3352 | 710 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
106.19/106.26	c   104s|430000 |426872 |     0 |   0.0 | 134M|2135 |   - |3352 | 726 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
108.50/108.51	c   106s|440000 |436757 |     0 |   0.0 | 137M|2135 |   - |3352 | 833 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
110.69/110.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
110.69/110.74	c   108s|450000 |446659 |     0 |   0.0 | 140M|2135 |   - |3352 | 762 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
112.90/112.99	c   110s|460000 |456565 |     0 |   0.0 | 143M|2135 |   - |3352 | 763 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
115.20/115.20	c   112s|470000 |466465 |     0 |   0.0 | 146M|2135 |   - |3352 | 776 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
117.39/117.41	c   115s|480000 |476369 |     0 |   0.0 | 149M|2135 |   - |3352 | 784 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
119.60/119.60	c   117s|490000 |486274 |     0 |   0.0 | 152M|2135 |   - |3352 | 785 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
121.69/121.79	c   119s|500000 |496182 |     0 |   0.0 | 155M|2135 |   - |3352 | 781 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
123.89/123.96	c   121s|510000 |506091 |     0 |   0.0 | 158M|2135 |   - |3352 | 777 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
126.10/126.11	c   123s|520000 |515987 |     0 |   0.0 | 162M|2135 |   - |3352 | 804 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
128.19/128.25	c   125s|530000 |525892 |     0 |   0.0 | 165M|2135 |   - |3352 | 821 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
130.39/130.42	c   127s|540000 |535782 |     0 |   0.0 | 168M|2135 |   - |3352 | 848 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
132.50/132.56	c   129s|550000 |545673 |     0 |   0.0 | 171M|2135 |   - |3352 | 858 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
134.70/134.74	c   132s|560000 |555558 |     0 |   0.0 | 174M|2135 |   - |3352 | 884 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
136.89/136.90	c   134s|570000 |565445 |     0 |   0.0 | 177M|2135 |   - |3352 | 875 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
139.10/139.14	c   136s|580000 |575327 |     0 |   0.0 | 181M|2135 |   - |3352 | 861 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
141.29/141.31	c   138s|590000 |585212 |     0 |   0.0 | 184M|2135 |   - |3352 | 848 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
143.50/143.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
143.50/143.50	c   140s|600000 |595101 |     0 |   0.0 | 187M|2135 |   - |3352 | 852 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
145.70/145.77	c   142s|610000 |604966 |     0 |   0.0 | 191M|2135 |   - |3352 | 822 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
148.09/148.17	c   145s|620000 |614812 |     0 |   0.0 | 194M|2135 |   - |3352 | 831 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
150.50/150.56	c   147s|630000 |624642 |     0 |   0.0 | 197M|2135 |   - |3352 | 862 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
152.80/152.89	c   149s|640000 |634478 |     0 |   0.0 | 201M|2135 |   - |3352 | 852 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
155.19/155.21	c   152s|650000 |644290 |     0 |   0.0 | 205M|2135 |   - |3352 | 868 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
157.39/157.49	c   154s|660000 |654115 |     0 |   0.0 | 208M|2135 |   - |3352 | 863 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
159.69/159.74	c   156s|670000 |663956 |     0 |   0.0 | 212M|2135 |   - |3352 | 837 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
161.89/161.96	c   158s|680000 |673797 |     0 |   0.0 | 216M|2135 |   - |3352 | 844 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
164.09/164.16	c   160s|690000 |683620 |     0 |   0.0 | 219M|2135 |   - |3352 | 862 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
166.29/166.34	c   162s|700000 |693462 |     0 |   0.0 | 223M|2135 |   - |3352 | 846 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
168.40/168.48	c   164s|710000 |703279 |     0 |   0.0 | 226M|2135 |   - |3352 | 872 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
170.50/170.59	c   166s|720000 |713094 |     0 |   0.0 | 230M|2135 |   - |3352 | 851 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
172.60/172.66	c   169s|730000 |722934 |     0 |   0.0 | 234M|2135 |   - |3352 | 846 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
174.59/174.68	c   170s|740000 |732767 |     0 |   0.0 | 237M|2135 |   - |3352 | 850 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
176.60/176.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
176.60/176.69	c   172s|750000 |742605 |     0 |   0.0 | 241M|2135 |   - |3352 | 842 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
178.60/178.67	c   174s|760000 |752430 |     0 |   0.0 | 244M|2135 |   - |3352 | 838 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
180.59/180.61	c   176s|770000 |762244 |     0 |   0.0 | 248M|2135 |   - |3352 | 861 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
182.50/182.54	c   178s|780000 |772058 |     0 |   0.0 | 251M|2135 |   - |3352 | 863 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
184.40/184.42	c   180s|790000 |781899 |     0 |   0.0 | 255M|2135 |   - |3352 | 845 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
186.20/186.27	c   182s|800000 |791734 |     0 |   0.0 | 259M|2135 |   - |3352 | 879 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
188.00/188.10	c   183s|810000 |801568 |     0 |   0.0 | 262M|2135 |   - |3352 | 845 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
189.79/189.88	c   185s|820000 |811399 |     0 |   0.0 | 266M|2135 |   - |3352 | 851 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
191.60/191.65	c   187s|830000 |821206 |     0 |   0.0 | 270M|2135 |   - |3352 | 879 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
193.29/193.37	c   189s|840000 |831039 |     0 |   0.0 | 273M|2143 |   - |3352 | 842 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
194.99/195.02	c   190s|850000 |840855 |     0 |   0.0 | 277M|2165 |   - |3352 | 856 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
196.60/196.65	c   192s|860000 |850646 |     0 |   0.0 | 281M|2200 |   - |3352 | 892 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
198.20/198.29	c   193s|870000 |860419 |     0 |   0.0 | 284M|2251 |   - |3352 | 948 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
200.69/200.78	c   196s|880000 |870321 |     0 |   0.0 | 287M|2251 |   - |3352 | 821 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
203.29/203.37	c   198s|890000 |880272 |     0 |   0.0 | 290M|2251 |   - |3352 | 832 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
205.90/205.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
205.90/205.94	c   201s|900000 |890199 |     0 |   0.0 | 293M|2251 |   - |3352 | 821 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
208.49/208.52	c   203s|910000 |900127 |     0 |   0.0 | 296M|2251 |   - |3352 | 778 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
211.10/211.18	c   206s|920000 |910061 |     0 |   0.0 | 299M|2251 |   - |3352 | 769 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
213.80/213.84	c   209s|930000 |920004 |     0 |   0.0 | 302M|2251 |   - |3352 | 766 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
216.40/216.48	c   211s|940000 |929950 |     0 |   0.0 | 305M|2251 |   - |3352 | 733 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
219.09/219.14	c   214s|950000 |939890 |     0 |   0.0 | 307M|2251 |   - |3352 | 717 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
221.79/221.81	c   216s|960000 |949826 |     0 |   0.0 | 310M|2251 |   - |3352 | 713 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
224.40/224.45	c   219s|970000 |959771 |     0 |   0.0 | 313M|2251 |   - |3352 | 710 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
227.00/227.09	c   222s|980000 |969727 |     0 |   0.0 | 316M|2251 |   - |3352 | 663 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
229.70/229.77	c   224s|990000 |979670 |     0 |   0.0 | 319M|2251 |   - |3352 | 680 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
232.39/232.44	c   227s|  1000k|989609 |     0 |   0.0 | 322M|2251 |   - |3352 | 663 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
235.00/235.09	c   229s|  1010k|999550 |     0 |   0.0 | 325M|2251 |   - |3352 | 664 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
237.70/237.77	c   232s|  1020k|  1009k|     0 |   0.0 | 327M|2251 |   - |3352 | 637 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
240.39/240.44	c   235s|  1030k|  1019k|     0 |   0.0 | 330M|2251 |   - |3352 | 667 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
243.00/243.10	c   237s|  1040k|  1029k|     0 |   0.0 | 333M|2251 |   - |3352 | 667 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
245.70/245.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
245.70/245.78	c   240s|  1050k|  1039k|     0 |   0.0 | 336M|2251 |   - |3352 | 685 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
248.39/248.50	c   242s|  1060k|  1049k|     0 |   0.0 | 339M|2251 |   - |3352 | 715 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
251.10/251.17	c   245s|  1070k|  1059k|     0 |   0.0 | 342M|2251 |   - |3352 | 696 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
253.80/253.83	c   248s|  1080k|  1069k|     0 |   0.0 | 345M|2251 |   - |3352 | 698 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
256.50/256.53	c   250s|  1090k|  1079k|     0 |   0.0 | 347M|2251 |   - |3352 | 704 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
259.20/259.21	c   253s|  1100k|  1088k|     0 |   0.0 | 350M|2251 |   - |3352 | 691 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
261.80/261.87	c   256s|  1110k|  1098k|     0 |   0.0 | 353M|2251 |   - |3352 | 696 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
264.50/264.54	c   258s|  1120k|  1108k|     0 |   0.0 | 356M|2251 |   - |3352 | 700 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
267.09/267.20	c   261s|  1130k|  1118k|     0 |   0.0 | 359M|2251 |   - |3352 | 721 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
269.80/269.85	c   263s|  1140k|  1128k|     0 |   0.0 | 362M|2251 |   - |3352 | 711 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
272.50/272.53	c   266s|  1150k|  1138k|     0 |   0.0 | 365M|2251 |   - |3352 | 700 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
275.20/275.22	c   269s|  1160k|  1148k|     0 |   0.0 | 367M|2251 |   - |3352 | 729 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
277.80/277.88	c   271s|  1170k|  1158k|     0 |   0.0 | 370M|2251 |   - |3352 | 718 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
280.51/280.55	c   274s|  1180k|  1168k|     0 |   0.0 | 373M|2251 |   - |3352 | 713 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
283.20/283.23	c   277s|  1190k|  1178k|     0 |   0.0 | 376M|2251 |   - |3352 | 701 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
285.90/285.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
285.90/285.90	c   279s|  1200k|  1188k|     0 |   0.0 | 379M|2251 |   - |3352 | 692 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
288.50/288.57	c   282s|  1210k|  1198k|     0 |   0.0 | 382M|2251 |   - |3352 | 676 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
291.19/291.26	c   284s|  1220k|  1208k|     0 |   0.0 | 384M|2251 |   - |3352 | 706 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
293.90/293.92	c   287s|  1230k|  1218k|     0 |   0.0 | 387M|2251 |   - |3352 | 659 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
296.60/296.60	c   290s|  1240k|  1228k|     0 |   0.0 | 390M|2251 |   - |3352 | 687 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
299.20/299.29	c   292s|  1250k|  1238k|     0 |   0.0 | 393M|2251 |   - |3352 | 711 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
301.90/301.98	c   295s|  1260k|  1248k|     0 |   0.0 | 396M|2251 |   - |3352 | 747 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
304.61/304.66	c   298s|  1270k|  1258k|     0 |   0.0 | 399M|2251 |   - |3352 | 717 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
307.30/307.34	c   300s|  1280k|  1267k|     0 |   0.0 | 401M|2251 |   - |3352 | 720 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
310.00/310.01	c   303s|  1290k|  1277k|     0 |   0.0 | 404M|2251 |   - |3352 | 719 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
312.59/312.66	c   305s|  1300k|  1287k|     0 |   0.0 | 407M|2251 |   - |3352 | 725 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
315.30/315.33	c   308s|  1310k|  1297k|     0 |   0.0 | 410M|2251 |   - |3352 | 776 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
318.00/318.01	c   311s|  1320k|  1307k|     0 |   0.0 | 413M|2251 |   - |3352 | 751 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
320.60/320.68	c   313s|  1330k|  1317k|     0 |   0.0 | 416M|2251 |   - |3352 | 726 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
323.30/323.35	c   316s|  1340k|  1327k|     0 |   0.0 | 419M|2251 |   - |3352 | 745 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
326.00/326.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
326.00/326.03	c   318s|  1350k|  1337k|     0 |   0.0 | 422M|2251 |   - |3352 | 796 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
328.70/328.72	c   321s|  1360k|  1347k|     0 |   0.0 | 424M|2251 |   - |3352 | 745 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
331.39/331.40	c   324s|  1370k|  1357k|     0 |   0.0 | 427M|2251 |   - |3352 | 782 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
334.00/334.07	c   326s|  1380k|  1367k|     0 |   0.0 | 430M|2251 |   - |3352 | 746 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
336.70/336.74	c   329s|  1390k|  1377k|     0 |   0.0 | 433M|2251 |   - |3352 | 759 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
339.40/339.41	c   332s|  1400k|  1387k|     0 |   0.0 | 436M|2251 |   - |3352 | 806 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
342.00/342.08	c   334s|  1410k|  1397k|     0 |   0.0 | 439M|2251 |   - |3352 | 740 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
344.69/344.72	c   337s|  1420k|  1407k|     0 |   0.0 | 441M|2251 |   - |3352 | 716 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
347.30/347.39	c   339s|  1430k|  1417k|     0 |   0.0 | 444M|2251 |   - |3352 | 703 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
350.00/350.06	c   342s|  1440k|  1427k|     0 |   0.0 | 447M|2251 |   - |3352 | 688 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
352.70/352.71	c   345s|  1450k|  1436k|     0 |   0.0 | 450M|2251 |   - |3352 | 722 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
355.30/355.37	c   347s|  1460k|  1446k|     0 |   0.0 | 453M|2251 |   - |3352 | 748 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
358.00/358.03	c   350s|  1470k|  1456k|     0 |   0.0 | 456M|2251 |   - |3352 | 744 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
360.60/360.69	c   352s|  1480k|  1466k|     0 |   0.0 | 459M|2251 |   - |3352 | 722 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
363.30/363.35	c   355s|  1490k|  1476k|     0 |   0.0 | 461M|2251 |   - |3352 | 714 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
366.00/366.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
366.00/366.04	c   358s|  1500k|  1486k|     0 |   0.0 | 464M|2251 |   - |3352 | 756 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
368.60/368.69	c   360s|  1510k|  1496k|     0 |   0.0 | 467M|2251 |   - |3352 | 718 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
371.30/371.36	c   363s|  1520k|  1506k|     0 |   0.0 | 470M|2251 |   - |3352 | 696 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
374.01/374.02	c   365s|  1530k|  1516k|     0 |   0.0 | 473M|2251 |   - |3352 | 697 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
376.60/376.68	c   368s|  1540k|  1526k|     0 |   0.0 | 476M|2251 |   - |3352 | 717 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
379.30/379.34	c   371s|  1550k|  1536k|     0 |   0.0 | 478M|2251 |   - |3352 | 691 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
382.00/382.01	c   373s|  1560k|  1546k|     0 |   0.0 | 481M|2251 |   - |3352 | 701 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
384.60/384.68	c   376s|  1570k|  1556k|     0 |   0.0 | 484M|2251 |   - |3352 | 702 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
387.30/387.35	c   378s|  1580k|  1566k|     0 |   0.0 | 487M|2251 |   - |3352 | 732 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
390.01/390.01	c   381s|  1590k|  1576k|     0 |   0.0 | 490M|2251 |   - |3352 | 690 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
392.61/392.66	c   384s|  1600k|  1586k|     0 |   0.0 | 493M|2251 |   - |3352 | 719 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
395.30/395.33	c   386s|  1610k|  1596k|     0 |   0.0 | 496M|2251 |   - |3352 | 736 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
398.00/398.00	c   389s|  1620k|  1605k|     0 |   0.0 | 498M|2251 |   - |3352 | 689 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
400.61/400.66	c   392s|  1630k|  1615k|     0 |   0.0 | 501M|2251 |   - |3352 | 735 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
403.30/403.31	c   394s|  1640k|  1625k|     0 |   0.0 | 504M|2251 |   - |3352 | 716 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
406.01/406.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
406.01/406.00	c   397s|  1650k|  1635k|     0 |   0.0 | 507M|2251 |   - |3352 | 745 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
408.60/408.65	c   399s|  1660k|  1645k|     0 |   0.0 | 510M|2251 |   - |3352 | 755 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
411.31/411.34	c   402s|  1670k|  1655k|     0 |   0.0 | 513M|2251 |   - |3352 | 737 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
413.90/413.99	c   405s|  1680k|  1665k|     0 |   0.0 | 515M|2251 |   - |3352 | 720 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
416.61/416.67	c   407s|  1690k|  1675k|     0 |   0.0 | 518M|2251 |   - |3352 | 776 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
419.31/419.33	c   410s|  1700k|  1685k|     0 |   0.0 | 521M|2251 |   - |3352 | 770 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
421.91/421.95	c   412s|  1710k|  1695k|     0 |   0.0 | 524M|2251 |   - |3352 | 739 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
424.61/424.62	c   415s|  1720k|  1705k|     0 |   0.0 | 527M|2251 |   - |3352 | 743 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
427.20/427.27	c   418s|  1730k|  1715k|     0 |   0.0 | 530M|2251 |   - |3352 | 745 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
429.90/429.93	c   420s|  1740k|  1725k|     0 |   0.0 | 532M|2251 |   - |3352 | 801 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
432.50/432.58	c   423s|  1750k|  1735k|     0 |   0.0 | 535M|2251 |   - |3352 | 767 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
435.20/435.22	c   425s|  1760k|  1745k|     0 |   0.0 | 538M|2251 |   - |3352 | 793 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
437.81/437.88	c   428s|  1770k|  1755k|     0 |   0.0 | 541M|2251 |   - |3352 | 790 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
440.50/440.56	c   431s|  1780k|  1765k|     0 |   0.0 | 544M|2251 |   - |3352 | 787 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
443.21/443.23	c   433s|  1790k|  1774k|     0 |   0.0 | 547M|2251 |   - |3352 | 750 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
445.80/445.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
445.80/445.89	c   436s|  1800k|  1784k|     0 |   0.0 | 550M|2251 |   - |3352 | 758 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
448.50/448.55	c   438s|  1810k|  1794k|     0 |   0.0 | 552M|2251 |   - |3352 | 747 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
451.21/451.23	c   441s|  1820k|  1804k|     0 |   0.0 | 555M|2251 |   - |3352 | 730 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
453.81/453.88	c   444s|  1830k|  1814k|     0 |   0.0 | 558M|2251 |   - |3352 | 732 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
456.51/456.52	c   446s|  1840k|  1824k|     0 |   0.0 | 561M|2251 |   - |3352 | 749 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
459.10/459.18	c   449s|  1850k|  1834k|     0 |   0.0 | 564M|2251 |   - |3352 | 695 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
461.80/461.83	c   451s|  1860k|  1844k|     0 |   0.0 | 567M|2251 |   - |3352 | 699 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
464.41/464.47	c   454s|  1870k|  1854k|     0 |   0.0 | 570M|2251 |   - |3352 | 729 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
467.10/467.12	c   457s|  1880k|  1864k|     0 |   0.0 | 572M|2251 |   - |3352 | 739 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
469.71/469.78	c   459s|  1890k|  1874k|     0 |   0.0 | 575M|2251 |   - |3352 | 713 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
472.40/472.43	c   462s|  1900k|  1884k|     0 |   0.0 | 578M|2251 |   - |3352 | 711 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
475.00/475.09	c   464s|  1910k|  1894k|     0 |   0.0 | 581M|2251 |   - |3352 | 728 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
477.70/477.74	c   467s|  1920k|  1904k|     0 |   0.0 | 584M|2251 |   - |3352 | 716 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
480.41/480.40	c   470s|  1930k|  1914k|     0 |   0.0 | 587M|2251 |   - |3352 | 755 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
483.01/483.05	c   472s|  1940k|  1924k|     0 |   0.0 | 589M|2251 |   - |3352 | 724 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
485.70/485.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
485.70/485.70	c   475s|  1950k|  1933k|     0 |   0.0 | 592M|2251 |   - |3352 | 715 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
488.31/488.37	c   477s|  1960k|  1943k|     0 |   0.0 | 595M|2251 |   - |3352 | 714 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
491.00/491.03	c   480s|  1970k|  1953k|     0 |   0.0 | 598M|2251 |   - |3352 | 732 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
493.70/493.71	c   483s|  1980k|  1963k|     0 |   0.0 | 601M|2251 |   - |3352 | 732 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
496.30/496.39	c   485s|  1990k|  1973k|     0 |   0.0 | 604M|2251 |   - |3352 | 746 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
499.00/499.06	c   488s|  2000k|  1983k|     0 |   0.0 | 607M|2251 |   - |3352 | 712 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
501.70/501.72	c   491s|  2010k|  1993k|     0 |   0.0 | 609M|2251 |   - |3352 | 717 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
504.31/504.37	c   493s|  2020k|  2003k|     0 |   0.0 | 612M|2251 |   - |3352 | 720 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
507.01/507.02	c   496s|  2030k|  2013k|     0 |   0.0 | 615M|2251 |   - |3352 | 738 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
509.60/509.68	c   498s|  2040k|  2023k|     0 |   0.0 | 618M|2251 |   - |3352 | 724 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
512.30/512.35	c   501s|  2050k|  2033k|     0 |   0.0 | 621M|2251 |   - |3352 | 714 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
515.01/515.01	c   504s|  2060k|  2043k|     0 |   0.0 | 624M|2251 |   - |3352 | 728 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
517.61/517.69	c   506s|  2070k|  2053k|     0 |   0.0 | 627M|2251 |   - |3352 | 698 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
520.31/520.35	c   509s|  2080k|  2063k|     0 |   0.0 | 629M|2251 |   - |3352 | 726 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
523.00/523.02	c   511s|  2090k|  2073k|     0 |   0.0 | 632M|2251 |   - |3352 | 746 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
525.71/525.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
525.71/525.71	c   514s|  2100k|  2083k|     0 |   0.0 | 635M|2251 |   - |3352 | 767 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
528.30/528.39	c   517s|  2110k|  2093k|     0 |   0.0 | 638M|2251 |   - |3352 | 749 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
531.00/531.07	c   519s|  2120k|  2102k|     0 |   0.0 | 641M|2251 |   - |3352 | 740 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
533.70/533.72	c   522s|  2130k|  2112k|     0 |   0.0 | 644M|2251 |   - |3352 | 708 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
536.31/536.38	c   525s|  2140k|  2122k|     0 |   0.0 | 646M|2251 |   - |3352 | 717 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
539.01/539.04	c   527s|  2150k|  2132k|     0 |   0.0 | 649M|2251 |   - |3352 | 741 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
541.60/541.69	c   530s|  2160k|  2142k|     0 |   0.0 | 652M|2251 |   - |3352 | 695 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
544.30/544.36	c   532s|  2170k|  2152k|     0 |   0.0 | 655M|2251 |   - |3352 | 700 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
547.00/547.02	c   535s|  2180k|  2162k|     0 |   0.0 | 658M|2251 |   - |3352 | 715 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
549.60/549.69	c   538s|  2190k|  2172k|     0 |   0.0 | 661M|2251 |   - |3352 | 665 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
552.31/552.34	c   540s|  2200k|  2182k|     0 |   0.0 | 663M|2251 |   - |3352 | 683 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
555.00/555.00	c   543s|  2210k|  2192k|     0 |   0.0 | 666M|2251 |   - |3352 | 663 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
557.61/557.67	c   545s|  2220k|  2202k|     0 |   0.0 | 669M|2251 |   - |3352 | 642 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
560.31/560.32	c   548s|  2230k|  2212k|     0 |   0.0 | 672M|2251 |   - |3352 | 634 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
562.90/562.98	c   551s|  2240k|  2222k|     0 |   0.0 | 675M|2251 |   - |3352 | 691 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
565.60/565.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
565.60/565.66	c   553s|  2250k|  2232k|     0 |   0.0 | 678M|2251 |   - |3352 | 697 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
568.31/568.33	c   556s|  2260k|  2242k|     0 |   0.0 | 681M|2251 |   - |3352 | 667 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
570.91/570.96	c   558s|  2270k|  2252k|     0 |   0.0 | 683M|2251 |   - |3352 | 629 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
573.60/573.64	c   561s|  2280k|  2262k|     0 |   0.0 | 686M|2251 |   - |3352 | 684 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
576.31/576.31	c   564s|  2290k|  2271k|     0 |   0.0 | 689M|2251 |   - |3352 | 711 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
578.91/578.99	c   566s|  2300k|  2281k|     0 |   0.0 | 692M|2251 |   - |3352 | 698 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
581.61/581.67	c   569s|  2310k|  2291k|     0 |   0.0 | 695M|2251 |   - |3352 | 720 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
584.31/584.34	c   572s|  2320k|  2301k|     0 |   0.0 | 698M|2251 |   - |3352 | 729 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
587.00/587.00	c   574s|  2330k|  2311k|     0 |   0.0 | 700M|2251 |   - |3352 | 725 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
589.61/589.66	c   577s|  2340k|  2321k|     0 |   0.0 | 703M|2251 |   - |3352 | 727 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
592.31/592.33	c   579s|  2350k|  2331k|     0 |   0.0 | 706M|2251 |   - |3352 | 725 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
594.90/595.00	c   582s|  2360k|  2341k|     0 |   0.0 | 709M|2251 |   - |3352 | 707 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
597.61/597.68	c   585s|  2370k|  2351k|     0 |   0.0 | 712M|2251 |   - |3352 | 760 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
600.31/600.35	c   587s|  2380k|  2361k|     0 |   0.0 | 714M|2251 |   - |3352 | 743 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
603.00/603.02	c   590s|  2390k|  2371k|     0 |   0.0 | 717M|2251 |   - |3352 | 722 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
605.70/605.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
605.70/605.70	c   592s|  2400k|  2381k|     0 |   0.0 | 720M|2251 |   - |3352 | 755 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
608.31/608.34	c   595s|  2410k|  2391k|     0 |   0.0 | 723M|2251 |   - |3352 | 706 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
610.90/610.98	c   598s|  2420k|  2401k|     0 |   0.0 | 726M|2251 |   - |3352 | 706 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
613.60/613.67	c   600s|  2430k|  2411k|     0 |   0.0 | 729M|2251 |   - |3352 | 733 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
616.30/616.35	c   603s|  2440k|  2421k|     0 |   0.0 | 732M|2251 |   - |3352 | 762 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
618.91/618.99	c   605s|  2450k|  2430k|     0 |   0.0 | 734M|2251 |   - |3352 | 764 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
621.61/621.65	c   608s|  2460k|  2440k|     0 |   0.0 | 737M|2251 |   - |3352 | 709 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
624.30/624.31	c   611s|  2470k|  2450k|     0 |   0.0 | 740M|2251 |   - |3352 | 695 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
626.91/626.97	c   613s|  2480k|  2460k|     0 |   0.0 | 743M|2251 |   - |3352 | 733 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
629.60/629.61	c   616s|  2490k|  2470k|     0 |   0.0 | 746M|2251 |   - |3352 | 743 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
632.21/632.26	c   618s|  2500k|  2480k|     0 |   0.0 | 749M|2251 |   - |3352 | 736 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
634.91/634.92	c   621s|  2510k|  2490k|     0 |   0.0 | 751M|2251 |   - |3352 | 724 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
637.51/637.56	c   624s|  2520k|  2500k|     0 |   0.0 | 754M|2251 |   - |3352 | 724 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
640.21/640.21	c   626s|  2530k|  2510k|     0 |   0.0 | 757M|2251 |   - |3352 | 704 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
642.81/642.85	c   629s|  2540k|  2520k|     0 |   0.0 | 760M|2251 |   - |3352 | 696 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
645.51/645.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
645.51/645.51	c   631s|  2550k|  2530k|     0 |   0.0 | 763M|2251 |   - |3352 | 706 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
648.10/648.16	c   634s|  2560k|  2540k|     0 |   0.0 | 766M|2251 |   - |3352 | 699 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
650.80/650.81	c   637s|  2570k|  2550k|     0 |   0.0 | 768M|2251 |   - |3352 | 695 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
653.42/653.47	c   639s|  2580k|  2560k|     0 |   0.0 | 771M|2251 |   - |3352 | 683 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
656.10/656.16	c   642s|  2590k|  2570k|     0 |   0.0 | 774M|2251 |   - |3352 | 729 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
658.81/658.82	c   644s|  2600k|  2580k|     0 |   0.0 | 777M|2251 |   - |3352 | 714 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
661.41/661.47	c   647s|  2610k|  2590k|     0 |   0.0 | 780M|2251 |   - |3352 | 725 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
664.11/664.11	c   650s|  2620k|  2599k|     0 |   0.0 | 783M|2251 |   - |3352 | 684 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
666.71/666.77	c   652s|  2630k|  2609k|     0 |   0.0 | 785M|2251 |   - |3352 | 725 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
669.41/669.45	c   655s|  2640k|  2619k|     0 |   0.0 | 788M|2251 |   - |3352 | 706 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
672.11/672.10	c   657s|  2650k|  2629k|     0 |   0.0 | 791M|2251 |   - |3352 | 704 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
674.71/674.77	c   660s|  2660k|  2639k|     0 |   0.0 | 794M|2251 |   - |3352 | 730 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
677.40/677.44	c   663s|  2670k|  2649k|     0 |   0.0 | 797M|2251 |   - |3352 | 701 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
680.10/680.11	c   665s|  2680k|  2659k|     0 |   0.0 | 800M|2251 |   - |3352 | 690 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
682.70/682.79	c   668s|  2690k|  2669k|     0 |   0.0 | 803M|2251 |   - |3352 | 726 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
685.41/685.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
685.41/685.47	c   671s|  2700k|  2679k|     0 |   0.0 | 805M|2251 |   - |3352 | 701 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
688.11/688.13	c   673s|  2710k|  2689k|     0 |   0.0 | 808M|2251 |   - |3352 | 711 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
690.81/690.81	c   676s|  2720k|  2699k|     0 |   0.0 | 811M|2251 |   - |3352 | 718 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
693.41/693.46	c   678s|  2730k|  2709k|     0 |   0.0 | 814M|2251 |   - |3352 | 669 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
696.11/696.11	c   681s|  2740k|  2719k|     0 |   0.0 | 817M|2251 |   - |3352 | 652 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
698.71/698.79	c   684s|  2750k|  2729k|     0 |   0.0 | 820M|2251 |   - |3352 | 684 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
701.41/701.44	c   686s|  2760k|  2739k|     0 |   0.0 | 823M|2251 |   - |3352 | 695 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
704.10/704.10	c   689s|  2770k|  2749k|     0 |   0.0 | 825M|2251 |   - |3352 | 681 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
706.71/706.75	c   691s|  2780k|  2759k|     0 |   0.0 | 828M|2251 |   - |3352 | 690 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
709.42/709.42	c   694s|  2790k|  2768k|     0 |   0.0 | 831M|2251 |   - |3352 | 675 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
712.01/712.07	c   697s|  2800k|  2778k|     0 |   0.0 | 834M|2251 |   - |3352 | 657 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
714.71/714.72	c   699s|  2810k|  2788k|     0 |   0.0 | 837M|2251 |   - |3352 | 702 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
717.30/717.38	c   702s|  2820k|  2798k|     0 |   0.0 | 839M|2251 |   - |3352 | 731 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
720.01/720.04	c   704s|  2830k|  2808k|     0 |   0.0 | 842M|2251 |   - |3352 | 749 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
722.71/722.73	c   707s|  2840k|  2818k|     0 |   0.0 | 845M|2251 |   - |3352 | 748 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
725.31/725.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
725.31/725.37	c   710s|  2850k|  2828k|     0 |   0.0 | 848M|2251 |   - |3352 | 740 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
728.00/728.00	c   712s|  2860k|  2838k|     0 |   0.0 | 851M|2251 |   - |3352 | 764 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
730.61/730.65	c   715s|  2870k|  2848k|     0 |   0.0 | 854M|2251 |   - |3352 | 751 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
733.31/733.32	c   717s|  2880k|  2858k|     0 |   0.0 | 856M|2251 |   - |3352 | 748 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
735.91/735.97	c   720s|  2890k|  2868k|     0 |   0.0 | 859M|2251 |   - |3352 | 784 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
738.61/738.62	c   723s|  2900k|  2878k|     0 |   0.0 | 862M|2251 |   - |3352 | 764 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
741.21/741.26	c   725s|  2910k|  2888k|     0 |   0.0 | 865M|2251 |   - |3352 | 741 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
743.90/743.93	c   728s|  2920k|  2898k|     0 |   0.0 | 868M|2251 |   - |3352 | 749 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
746.51/746.58	c   730s|  2930k|  2908k|     0 |   0.0 | 871M|2251 |   - |3352 | 764 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
749.20/749.25	c   733s|  2940k|  2918k|     0 |   0.0 | 874M|2251 |   - |3352 | 761 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
751.91/751.91	c   736s|  2950k|  2927k|     0 |   0.0 | 876M|2251 |   - |3352 | 757 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
754.52/754.58	c   738s|  2960k|  2937k|     0 |   0.0 | 879M|2251 |   - |3352 | 754 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
757.20/757.25	c   741s|  2970k|  2947k|     0 |   0.0 | 882M|2251 |   - |3352 | 766 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
759.91/759.90	c   743s|  2980k|  2957k|     0 |   0.0 | 885M|2251 |   - |3352 | 769 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
762.51/762.54	c   746s|  2990k|  2967k|     0 |   0.0 | 888M|2251 |   - |3352 | 763 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
765.21/765.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
765.21/765.20	c   749s|  3000k|  2977k|     0 |   0.0 | 891M|2251 |   - |3352 | 766 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
767.81/767.83	c   751s|  3010k|  2987k|     0 |   0.0 | 893M|2251 |   - |3352 | 750 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
770.41/770.47	c   754s|  3020k|  2997k|     0 |   0.0 | 896M|2251 |   - |3352 | 726 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
773.11/773.12	c   756s|  3030k|  3007k|     0 |   0.0 | 899M|2251 |   - |3352 | 756 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
775.71/775.78	c   759s|  3040k|  3017k|     0 |   0.0 | 902M|2251 |   - |3352 | 768 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
778.41/778.44	c   762s|  3050k|  3027k|     0 |   0.0 | 905M|2251 |   - |3352 | 765 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
781.02/781.07	c   764s|  3060k|  3037k|     0 |   0.0 | 908M|2251 |   - |3352 | 734 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
783.71/783.72	c   767s|  3070k|  3047k|     0 |   0.0 | 911M|2251 |   - |3352 | 758 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
786.31/786.39	c   769s|  3080k|  3057k|     0 |   0.0 | 913M|2251 |   - |3352 | 749 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
789.01/789.03	c   772s|  3090k|  3067k|     0 |   0.0 | 916M|2251 |   - |3352 | 741 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
791.71/791.70	c   774s|  3100k|  3077k|     0 |   0.0 | 919M|2251 |   - |3352 | 751 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
794.31/794.35	c   777s|  3110k|  3086k|     0 |   0.0 | 922M|2251 |   - |3352 | 781 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
797.01/797.01	c   780s|  3120k|  3096k|     0 |   0.0 | 925M|2251 |   - |3352 | 771 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
799.62/799.68	c   782s|  3130k|  3106k|     0 |   0.0 | 928M|2251 |   - |3352 | 784 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
802.31/802.33	c   785s|  3140k|  3116k|     0 |   0.0 | 930M|2251 |   - |3352 | 738 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
805.01/805.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
805.01/805.01	c   788s|  3150k|  3126k|     0 |   0.0 | 933M|2251 |   - |3352 | 770 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
807.61/807.69	c   790s|  3160k|  3136k|     0 |   0.0 | 936M|2251 |   - |3352 | 746 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
810.31/810.34	c   793s|  3170k|  3146k|     0 |   0.0 | 939M|2251 |   - |3352 | 709 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
812.91/813.00	c   795s|  3180k|  3156k|     0 |   0.0 | 942M|2251 |   - |3352 | 699 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
815.61/815.64	c   798s|  3190k|  3166k|     0 |   0.0 | 945M|2251 |   - |3352 | 696 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
818.32/818.30	c   801s|  3200k|  3176k|     0 |   0.0 | 947M|2251 |   - |3352 | 736 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
820.92/820.99	c   803s|  3210k|  3186k|     0 |   0.0 | 950M|2251 |   - |3352 | 747 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
823.61/823.64	c   806s|  3220k|  3196k|     0 |   0.0 | 953M|2251 |   - |3352 | 707 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
826.21/826.29	c   808s|  3230k|  3206k|     0 |   0.0 | 956M|2251 |   - |3352 | 753 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
828.91/828.96	c   811s|  3240k|  3216k|     0 |   0.0 | 959M|2251 |   - |3352 | 736 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
831.62/831.61	c   814s|  3250k|  3226k|     0 |   0.0 | 962M|2251 |   - |3352 | 723 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
834.21/834.27	c   816s|  3260k|  3236k|     0 |   0.0 | 965M|2251 |   - |3352 | 728 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
836.91/836.95	c   819s|  3270k|  3245k|     0 |   0.0 | 967M|2251 |   - |3352 | 784 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
839.52/839.59	c   821s|  3280k|  3255k|     0 |   0.0 | 970M|2251 |   - |3352 | 756 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
842.21/842.25	c   824s|  3290k|  3265k|     0 |   0.0 | 973M|2251 |   - |3352 | 800 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
844.92/844.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
844.92/844.90	c   827s|  3300k|  3275k|     0 |   0.0 | 976M|2251 |   - |3352 | 779 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
847.51/847.55	c   829s|  3310k|  3285k|     0 |   0.0 | 979M|2251 |   - |3352 | 777 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
850.11/850.20	c   832s|  3320k|  3295k|     0 |   0.0 | 982M|2251 |   - |3352 | 779 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
852.81/852.87	c   834s|  3330k|  3305k|     0 |   0.0 | 985M|2251 |   - |3352 | 773 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
855.51/855.51	c   837s|  3340k|  3315k|     0 |   0.0 | 987M|2251 |   - |3352 | 784 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
858.11/858.17	c   840s|  3350k|  3325k|     0 |   0.0 | 990M|2251 |   - |3352 | 798 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
860.81/860.85	c   842s|  3360k|  3335k|     0 |   0.0 | 993M|2251 |   - |3352 | 794 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
863.41/863.49	c   845s|  3370k|  3345k|     0 |   0.0 | 996M|2251 |   - |3352 | 783 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
866.11/866.14	c   847s|  3380k|  3355k|     0 |   0.0 | 999M|2251 |   - |3352 | 771 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
868.71/868.77	c   850s|  3390k|  3365k|     0 |   0.0 |1002M|2251 |   - |3352 | 768 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
871.42/871.41	c   853s|  3400k|  3375k|     0 |   0.0 |1004M|2251 |   - |3352 | 788 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
874.01/874.08	c   855s|  3410k|  3385k|     0 |   0.0 |1007M|2251 |   - |3352 | 790 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
876.72/876.74	c   858s|  3420k|  3395k|     0 |   0.0 |1010M|2251 |   - |3352 | 777 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
879.41/879.40	c   860s|  3430k|  3405k|     0 |   0.0 |1013M|2251 |   - |3352 | 780 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
882.02/882.04	c   863s|  3440k|  3414k|     0 |   0.0 |1016M|2251 |   - |3352 | 786 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
884.71/884.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
884.71/884.70	c   866s|  3450k|  3424k|     0 |   0.0 |1019M|2251 |   - |3352 | 748 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
887.31/887.36	c   868s|  3460k|  3434k|     0 |   0.0 |1021M|2251 |   - |3352 | 746 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
890.01/890.01	c   871s|  3470k|  3444k|     0 |   0.0 |1024M|2251 |   - |3352 | 730 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
892.61/892.66	c   873s|  3480k|  3454k|     0 |   0.0 |1027M|2251 |   - |3352 | 735 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
895.32/895.31	c   876s|  3490k|  3464k|     0 |   0.0 |1030M|2251 |   - |3352 | 714 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
897.91/897.97	c   879s|  3500k|  3474k|     0 |   0.0 |1033M|2251 |   - |3352 | 726 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
900.61/900.63	c   881s|  3510k|  3484k|     0 |   0.0 |1036M|2251 |   - |3352 | 686 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
903.21/903.29	c   884s|  3520k|  3494k|     0 |   0.0 |1039M|2251 |   - |3352 | 709 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
905.91/905.94	c   886s|  3530k|  3504k|     0 |   0.0 |1041M|2251 |   - |3352 | 653 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
908.52/908.60	c   889s|  3540k|  3514k|     0 |   0.0 |1044M|2251 |   - |3352 | 691 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
911.21/911.25	c   892s|  3550k|  3524k|     0 |   0.0 |1047M|2251 |   - |3352 | 692 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
913.91/913.92	c   894s|  3560k|  3534k|     0 |   0.0 |1050M|2251 |   - |3352 | 628 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
916.61/916.60	c   897s|  3570k|  3544k|     0 |   0.0 |1053M|2251 |   - |3352 | 688 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
919.21/919.25	c   899s|  3580k|  3554k|     0 |   0.0 |1056M|2251 |   - |3352 | 629 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
921.91/921.92	c   902s|  3590k|  3564k|     0 |   0.0 |1058M|2251 |   - |3352 | 647 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
924.51/924.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
924.51/924.57	c   905s|  3600k|  3574k|     0 |   0.0 |1061M|2251 |   - |3352 | 621 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
927.22/927.23	c   907s|  3610k|  3583k|     0 |   0.0 |1064M|2251 |   - |3352 | 636 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
929.81/929.88	c   910s|  3620k|  3593k|     0 |   0.0 |1067M|2251 |   - |3352 | 626 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
932.51/932.55	c   912s|  3630k|  3603k|     0 |   0.0 |1070M|2251 |   - |3352 | 678 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
935.21/935.21	c   915s|  3640k|  3613k|     0 |   0.0 |1073M|2251 |   - |3352 | 701 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
937.81/937.86	c   918s|  3650k|  3623k|     0 |   0.0 |1076M|2251 |   - |3352 | 674 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
940.52/940.53	c   920s|  3660k|  3633k|     0 |   0.0 |1078M|2251 |   - |3352 | 661 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
943.21/943.20	c   923s|  3670k|  3643k|     0 |   0.0 |1081M|2251 |   - |3352 | 675 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
945.81/945.86	c   925s|  3680k|  3653k|     0 |   0.0 |1084M|2251 |   - |3352 | 688 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
948.51/948.51	c   928s|  3690k|  3663k|     0 |   0.0 |1087M|2251 |   - |3352 | 703 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
951.11/951.18	c   931s|  3700k|  3673k|     0 |   0.0 |1090M|2251 |   - |3352 | 710 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
953.82/953.84	c   933s|  3710k|  3683k|     0 |   0.0 |1093M|2251 |   - |3352 | 708 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
956.52/956.51	c   936s|  3720k|  3693k|     0 |   0.0 |1096M|2251 |   - |3352 | 722 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
959.12/959.16	c   938s|  3730k|  3703k|     0 |   0.0 |1098M|2251 |   - |3352 | 715 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
961.82/961.81	c   941s|  3740k|  3713k|     0 |   0.0 |1101M|2251 |   - |3352 | 739 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
964.42/964.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
964.42/964.46	c   944s|  3750k|  3723k|     0 |   0.0 |1104M|2251 |   - |3352 | 718 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
967.12/967.12	c   946s|  3760k|  3733k|     0 |   0.0 |1107M|2251 |   - |3352 | 731 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
969.72/969.80	c   949s|  3770k|  3743k|     0 |   0.0 |1110M|2251 |   - |3352 | 748 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
972.42/972.47	c   951s|  3780k|  3752k|     0 |   0.0 |1113M|2251 |   - |3352 | 753 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
975.11/975.15	c   954s|  3790k|  3762k|     0 |   0.0 |1115M|2251 |   - |3352 | 785 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
977.82/977.83	c   957s|  3800k|  3772k|     0 |   0.0 |1118M|2251 |   - |3352 | 752 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
980.42/980.48	c   959s|  3810k|  3782k|     0 |   0.0 |1121M|2251 |   - |3352 | 754 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
983.11/983.13	c   962s|  3820k|  3792k|     0 |   0.0 |1124M|2251 |   - |3352 | 715 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
985.72/985.77	c   964s|  3830k|  3802k|     0 |   0.0 |1127M|2251 |   - |3352 | 727 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
988.42/988.42	c   967s|  3840k|  3812k|     0 |   0.0 |1130M|2251 |   - |3352 | 749 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
991.02/991.09	c   970s|  3850k|  3822k|     0 |   0.0 |1132M|2251 |   - |3352 | 736 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
993.72/993.74	c   972s|  3860k|  3832k|     0 |   0.0 |1135M|2251 |   - |3352 | 736 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
996.41/996.40	c   975s|  3870k|  3842k|     0 |   0.0 |1138M|2251 |   - |3352 | 746 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
999.01/999.07	c   977s|  3880k|  3852k|     0 |   0.0 |1141M|2251 |   - |3352 | 707 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
1001.71/1001.73	c   980s|  3890k|  3862k|     0 |   0.0 |1144M|2251 |   - |3352 | 727 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
1004.42/1004.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1004.42/1004.40	c   983s|  3900k|  3872k|     0 |   0.0 |1147M|2251 |   - |3352 | 733 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
1007.01/1007.05	c   985s|  3910k|  3882k|     0 |   0.0 |1149M|2251 |   - |3352 | 709 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
1009.72/1009.74	c   988s|  3920k|  3892k|     0 |   0.0 |1152M|2251 |   - |3352 | 732 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
1012.42/1012.41	c   990s|  3930k|  3902k|     0 |   0.0 |1155M|2251 |   - |3352 | 728 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
1015.01/1015.05	c   993s|  3940k|  3911k|     0 |   0.0 |1158M|2251 |   - |3352 | 753 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
1017.71/1017.70	c   996s|  3950k|  3921k|     0 |   0.0 |1161M|2251 |   - |3352 | 727 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
1020.31/1020.36	c   998s|  3960k|  3931k|     0 |   0.0 |1164M|2251 |   - |3352 | 743 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
1023.03/1023.04	c  1001s|  3970k|  3941k|     0 |   0.0 |1166M|2251 |   - |3352 | 752 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
1025.71/1025.71	c  1003s|  3980k|  3951k|     0 |   0.0 |1169M|2251 |   - |3352 | 772 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
1028.31/1028.36	c  1006s|  3990k|  3961k|     0 |   0.0 |1172M|2251 |   - |3352 | 781 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
1031.02/1031.02	c  1009s|  4000k|  3971k|     0 |   0.0 |1175M|2251 |   - |3352 | 757 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
1033.62/1033.67	c  1011s|  4010k|  3981k|     0 |   0.0 |1178M|2251 |   - |3352 | 757 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
1036.32/1036.34	c  1014s|  4020k|  3991k|     0 |   0.0 |1181M|2251 |   - |3352 | 808 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
1039.01/1039.01	c  1017s|  4030k|  4001k|     0 |   0.0 |1184M|2251 |   - |3352 | 791 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
1041.63/1041.67	c  1019s|  4040k|  4011k|     0 |   0.0 |1186M|2251 |   - |3352 | 807 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
1044.31/1044.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1044.31/1044.31	c  1022s|  4050k|  4021k|     0 |   0.0 |1189M|2251 |   - |3352 | 755 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
1046.92/1046.94	c  1024s|  4060k|  4031k|     0 |   0.0 |1192M|2251 |   - |3352 | 762 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
1049.52/1049.59	c  1027s|  4070k|  4041k|     0 |   0.0 |1195M|2251 |   - |3352 | 780 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
1052.22/1052.24	c  1030s|  4080k|  4051k|     0 |   0.0 |1198M|2251 |   - |3352 | 781 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
1054.93/1054.92	c  1032s|  4090k|  4061k|     0 |   0.0 |1201M|2251 |   - |3352 | 781 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
1057.52/1057.56	c  1035s|  4100k|  4070k|     0 |   0.0 |1203M|2251 |   - |3352 | 734 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
1060.22/1060.22	c  1037s|  4110k|  4080k|     0 |   0.0 |1206M|2251 |   - |3352 | 731 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
1062.81/1062.87	c  1040s|  4120k|  4090k|     0 |   0.0 |1209M|2251 |   - |3352 | 721 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
1065.51/1065.53	c  1043s|  4130k|  4100k|     0 |   0.0 |1212M|2251 |   - |3352 | 790 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
1068.22/1068.21	c  1045s|  4140k|  4110k|     0 |   0.0 |1215M|2251 |   - |3352 | 770 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
1070.82/1070.86	c  1048s|  4150k|  4120k|     0 |   0.0 |1218M|2251 |   - |3352 | 778 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
1073.53/1073.54	c  1050s|  4160k|  4130k|     0 |   0.0 |1220M|2251 |   - |3352 | 748 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
1076.12/1076.19	c  1053s|  4170k|  4140k|     0 |   0.0 |1223M|2251 |   - |3352 | 769 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
1078.82/1078.85	c  1056s|  4180k|  4150k|     0 |   0.0 |1226M|2251 |   - |3352 | 754 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
1081.52/1081.51	c  1058s|  4190k|  4160k|     0 |   0.0 |1229M|2251 |   - |3352 | 755 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
1084.12/1084.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1084.12/1084.16	c  1061s|  4200k|  4170k|     0 |   0.0 |1232M|2251 |   - |3352 | 757 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
1086.82/1086.83	c  1063s|  4210k|  4180k|     0 |   0.0 |1235M|2251 |   - |3352 | 756 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
1089.42/1089.47	c  1066s|  4220k|  4190k|     0 |   0.0 |1237M|2251 |   - |3352 | 753 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
1092.12/1092.12	c  1069s|  4230k|  4200k|     0 |   0.0 |1240M|2251 |   - |3352 | 743 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
1094.72/1094.77	c  1071s|  4240k|  4210k|     0 |   0.0 |1243M|2251 |   - |3352 | 800 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
1097.42/1097.42	c  1074s|  4250k|  4220k|     0 |   0.0 |1246M|2251 |   - |3352 | 784 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
1100.12/1100.10	c  1076s|  4260k|  4230k|     0 |   0.0 |1249M|2251 |   - |3352 | 770 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
1102.71/1102.76	c  1079s|  4270k|  4239k|     0 |   0.0 |1252M|2251 |   - |3352 | 729 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
1105.42/1105.45	c  1082s|  4280k|  4249k|     0 |   0.0 |1255M|2251 |   - |3352 | 745 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
1108.12/1108.11	c  1084s|  4290k|  4259k|     0 |   0.0 |1257M|2251 |   - |3352 | 755 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
1110.72/1110.76	c  1087s|  4300k|  4269k|     0 |   0.0 |1260M|2251 |   - |3352 | 753 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
1113.42/1113.42	c  1089s|  4310k|  4279k|     0 |   0.0 |1263M|2251 |   - |3352 | 763 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
1116.02/1116.08	c  1092s|  4320k|  4289k|     0 |   0.0 |1266M|2251 |   - |3352 | 763 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
1118.73/1118.76	c  1095s|  4330k|  4299k|     0 |   0.0 |1269M|2251 |   - |3352 | 774 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
1121.42/1121.43	c  1097s|  4340k|  4309k|     0 |   0.0 |1272M|2251 |   - |3352 | 752 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
1124.02/1124.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1124.02/1124.07	c  1100s|  4350k|  4319k|     0 |   0.0 |1274M|2251 |   - |3352 | 740 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
1126.72/1126.71	c  1102s|  4360k|  4329k|     0 |   0.0 |1277M|2251 |   - |3352 | 733 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
1129.32/1129.36	c  1105s|  4370k|  4339k|     0 |   0.0 |1280M|2251 |   - |3352 | 743 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
1132.02/1132.03	c  1108s|  4380k|  4349k|     0 |   0.0 |1283M|2251 |   - |3352 | 742 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
1134.62/1134.69	c  1110s|  4390k|  4359k|     0 |   0.0 |1286M|2251 |   - |3352 | 744 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
1137.32/1137.37	c  1113s|  4400k|  4369k|     0 |   0.0 |1289M|2251 |   - |3352 | 752 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
1140.02/1140.03	c  1116s|  4410k|  4379k|     0 |   0.0 |1291M|2251 |   - |3352 | 744 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
1142.62/1142.68	c  1118s|  4420k|  4389k|     0 |   0.0 |1294M|2251 |   - |3352 | 708 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
1145.32/1145.34	c  1121s|  4430k|  4398k|     0 |   0.0 |1297M|2251 |   - |3352 | 720 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
1148.02/1148.01	c  1123s|  4440k|  4408k|     0 |   0.0 |1300M|2251 |   - |3352 | 735 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
1150.63/1150.67	c  1126s|  4450k|  4418k|     0 |   0.0 |1303M|2251 |   - |3352 | 706 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
1153.31/1153.31	c  1129s|  4460k|  4428k|     0 |   0.0 |1306M|2251 |   - |3352 | 693 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
1155.92/1155.95	c  1131s|  4470k|  4438k|     0 |   0.0 |1308M|2251 |   - |3352 | 713 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
1158.62/1158.60	c  1134s|  4480k|  4448k|     0 |   0.0 |1311M|2251 |   - |3352 | 703 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
1161.22/1161.26	c  1136s|  4490k|  4458k|     0 |   0.0 |1314M|2251 |   - |3352 | 730 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
1163.92/1163.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1163.92/1163.93	c  1139s|  4500k|  4468k|     0 |   0.0 |1317M|2251 |   - |3352 | 721 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
1166.62/1166.63	c  1142s|  4510k|  4478k|     0 |   0.0 |1320M|2251 |   - |3352 | 774 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
1169.23/1169.27	c  1144s|  4520k|  4488k|     0 |   0.0 |1323M|2251 |   - |3352 | 716 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
1171.92/1171.93	c  1147s|  4530k|  4498k|     0 |   0.0 |1326M|2251 |   - |3352 | 718 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
1174.52/1174.57	c  1149s|  4540k|  4508k|     0 |   0.0 |1328M|2251 |   - |3352 | 760 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
1177.22/1177.24	c  1152s|  4550k|  4518k|     0 |   0.0 |1331M|2251 |   - |3352 | 759 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
1179.92/1179.92	c  1155s|  4560k|  4528k|     0 |   0.0 |1334M|2251 |   - |3352 | 766 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
1182.53/1182.58	c  1157s|  4570k|  4538k|     0 |   0.0 |1337M|2251 |   - |3352 | 752 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
1185.22/1185.22	c  1160s|  4580k|  4548k|     0 |   0.0 |1340M|2251 |   - |3352 | 768 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
1187.82/1187.89	c  1162s|  4590k|  4557k|     0 |   0.0 |1343M|2251 |   - |3352 | 735 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
1190.52/1190.57	c  1165s|  4600k|  4567k|     0 |   0.0 |1345M|2251 |   - |3352 | 756 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
1193.22/1193.22	c  1168s|  4610k|  4577k|     0 |   0.0 |1348M|2251 |   - |3352 | 730 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
1195.82/1195.87	c  1170s|  4620k|  4587k|     0 |   0.0 |1351M|2251 |   - |3352 | 795 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
1198.52/1198.52	c  1173s|  4630k|  4597k|     0 |   0.0 |1354M|2251 |   - |3352 | 791 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
1201.13/1201.17	c  1175s|  4640k|  4607k|     0 |   0.0 |1357M|2251 |   - |3352 | 758 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
1203.82/1203.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1203.82/1203.84	c  1178s|  4650k|  4617k|     0 |   0.0 |1360M|2251 |   - |3352 | 807 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
1206.52/1206.52	c  1181s|  4660k|  4627k|     0 |   0.0 |1362M|2251 |   - |3352 | 776 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
1209.13/1209.17	c  1183s|  4670k|  4637k|     0 |   0.0 |1365M|2251 |   - |3352 | 757 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
1211.82/1211.80	c  1186s|  4680k|  4647k|     0 |   0.0 |1368M|2251 |   - |3352 | 782 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
1214.43/1214.47	c  1188s|  4690k|  4657k|     0 |   0.0 |1371M|2251 |   - |3352 | 781 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
1217.12/1217.11	c  1191s|  4700k|  4667k|     0 |   0.0 |1374M|2251 |   - |3352 | 794 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
1219.72/1219.76	c  1194s|  4710k|  4677k|     0 |   0.0 |1377M|2251 |   - |3352 | 768 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
1222.43/1222.42	c  1196s|  4720k|  4687k|     0 |   0.0 |1380M|2251 |   - |3352 | 802 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
1225.13/1225.10	c  1199s|  4730k|  4697k|     0 |   0.0 |1382M|2251 |   - |3352 | 751 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
1227.72/1227.78	c  1201s|  4740k|  4707k|     0 |   0.0 |1385M|2251 |   - |3352 | 775 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
1230.42/1230.43	c  1204s|  4750k|  4717k|     0 |   0.0 |1388M|2251 |   - |3352 | 772 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
1233.03/1233.08	c  1207s|  4760k|  4726k|     0 |   0.0 |1391M|2251 |   - |3352 | 775 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
1235.72/1235.72	c  1209s|  4770k|  4736k|     0 |   0.0 |1394M|2251 |   - |3352 | 743 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
1238.32/1238.37	c  1212s|  4780k|  4746k|     0 |   0.0 |1397M|2251 |   - |3352 | 762 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
1241.02/1241.03	c  1214s|  4790k|  4756k|     0 |   0.0 |1399M|2251 |   - |3352 | 766 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
1243.62/1243.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1243.62/1243.66	c  1217s|  4800k|  4766k|     0 |   0.0 |1402M|2251 |   - |3352 | 756 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
1246.22/1246.30	c  1220s|  4810k|  4776k|     0 |   0.0 |1405M|2251 |   - |3352 | 749 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
1248.92/1248.96	c  1222s|  4820k|  4786k|     0 |   0.0 |1408M|2251 |   - |3352 | 744 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
1251.62/1251.61	c  1225s|  4830k|  4796k|     0 |   0.0 |1411M|2251 |   - |3352 | 744 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
1254.22/1254.27	c  1227s|  4840k|  4806k|     0 |   0.0 |1414M|2251 |   - |3352 | 736 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
1256.92/1256.92	c  1230s|  4850k|  4816k|     0 |   0.0 |1416M|2251 |   - |3352 | 745 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
1259.52/1259.59	c  1233s|  4860k|  4826k|     0 |   0.0 |1419M|2251 |   - |3352 | 778 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
1262.23/1262.26	c  1235s|  4870k|  4836k|     0 |   0.0 |1422M|2251 |   - |3352 | 784 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
1264.92/1264.90	c  1238s|  4880k|  4846k|     0 |   0.0 |1425M|2251 |   - |3352 | 722 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
1267.53/1267.57	c  1240s|  4890k|  4856k|     0 |   0.0 |1428M|2251 |   - |3352 | 725 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
1270.23/1270.23	c  1243s|  4900k|  4866k|     0 |   0.0 |1431M|2251 |   - |3352 | 732 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
1272.92/1272.90	c  1246s|  4910k|  4876k|     0 |   0.0 |1433M|2251 |   - |3352 | 703 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
1275.52/1275.53	c  1248s|  4920k|  4885k|     0 |   0.0 |1436M|2251 |   - |3352 | 763 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
1278.22/1278.21	c  1251s|  4930k|  4895k|     0 |   0.0 |1439M|2251 |   - |3352 | 736 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
1280.83/1280.86	c  1254s|  4940k|  4905k|     0 |   0.0 |1442M|2251 |   - |3352 | 754 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
1283.42/1283.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1283.42/1283.49	c  1256s|  4950k|  4915k|     0 |   0.0 |1445M|2251 |   - |3352 | 742 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
1286.12/1286.13	c  1259s|  4960k|  4925k|     0 |   0.0 |1448M|2251 |   - |3352 | 766 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
1288.72/1288.77	c  1261s|  4970k|  4935k|     0 |   0.0 |1450M|2251 |   - |3352 | 734 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
1291.43/1291.42	c  1264s|  4980k|  4945k|     0 |   0.0 |1453M|2251 |   - |3352 | 705 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
1294.02/1294.06	c  1266s|  4990k|  4955k|     0 |   0.0 |1456M|2251 |   - |3352 | 709 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
1296.72/1296.73	c  1269s|  5000k|  4965k|     0 |   0.0 |1459M|2251 |   - |3352 | 724 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
1299.43/1299.40	c  1272s|  5010k|  4975k|     0 |   0.0 |1462M|2251 |   - |3352 | 765 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
1302.03/1302.03	c  1274s|  5020k|  4985k|     0 |   0.0 |1465M|2251 |   - |3352 | 723 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
1304.63/1304.68	c  1277s|  5030k|  4995k|     0 |   0.0 |1468M|2251 |   - |3352 | 752 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
1307.32/1307.31	c  1279s|  5040k|  5005k|     0 |   0.0 |1470M|2251 |   - |3352 | 757 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
1309.92/1309.95	c  1282s|  5050k|  5015k|     0 |   0.0 |1473M|2251 |   - |3352 | 802 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
1312.62/1312.62	c  1285s|  5060k|  5025k|     0 |   0.0 |1476M|2251 |   - |3352 | 782 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
1315.23/1315.29	c  1287s|  5070k|  5035k|     0 |   0.0 |1479M|2251 |   - |3352 | 762 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
1317.93/1317.94	c  1290s|  5080k|  5045k|     0 |   0.0 |1482M|2251 |   - |3352 | 740 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
1320.52/1320.59	c  1292s|  5090k|  5054k|     0 |   0.0 |1485M|2251 |   - |3352 | 747 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
1323.23/1323.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1323.23/1323.23	c  1295s|  5100k|  5064k|     0 |   0.0 |1487M|2251 |   - |3352 | 715 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
1325.82/1325.89	c  1298s|  5110k|  5074k|     0 |   0.0 |1490M|2251 |   - |3352 | 697 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
1328.52/1328.54	c  1300s|  5120k|  5084k|     0 |   0.0 |1493M|2251 |   - |3352 | 721 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
1331.13/1331.18	c  1303s|  5130k|  5094k|     0 |   0.0 |1496M|2251 |   - |3352 | 735 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
1333.82/1333.84	c  1305s|  5140k|  5104k|     0 |   0.0 |1499M|2251 |   - |3352 | 728 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
1336.43/1336.49	c  1308s|  5150k|  5114k|     0 |   0.0 |1502M|2251 |   - |3352 | 701 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
1339.12/1339.15	c  1311s|  5160k|  5124k|     0 |   0.0 |1504M|2251 |   - |3352 | 726 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
1341.82/1341.80	c  1313s|  5170k|  5134k|     0 |   0.0 |1507M|2251 |   - |3352 | 705 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
1344.42/1344.46	c  1316s|  5180k|  5144k|     0 |   0.0 |1510M|2251 |   - |3352 | 704 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
1347.13/1347.10	c  1318s|  5190k|  5154k|     0 |   0.0 |1513M|2251 |   - |3352 | 725 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
1349.73/1349.73	c  1321s|  5200k|  5164k|     0 |   0.0 |1516M|2251 |   - |3352 | 727 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
1352.42/1352.40	c  1324s|  5210k|  5174k|     0 |   0.0 |1519M|2251 |   - |3352 | 716 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
1355.03/1355.04	c  1326s|  5220k|  5184k|     0 |   0.0 |1522M|2251 |   - |3352 | 723 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
1357.62/1357.67	c  1329s|  5230k|  5194k|     0 |   0.0 |1524M|2251 |   - |3352 | 735 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
1360.33/1360.36	c  1331s|  5240k|  5204k|     0 |   0.0 |1527M|2251 |   - |3352 | 773 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
1363.03/1363.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1363.03/1363.01	c  1334s|  5250k|  5214k|     0 |   0.0 |1530M|2251 |   - |3352 | 753 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
1365.62/1365.65	c  1336s|  5260k|  5223k|     0 |   0.0 |1533M|2251 |   - |3352 | 748 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
1368.22/1368.27	c  1339s|  5270k|  5233k|     0 |   0.0 |1536M|2251 |   - |3352 | 798 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
1370.92/1370.94	c  1342s|  5280k|  5243k|     0 |   0.0 |1539M|2251 |   - |3352 | 789 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
1373.52/1373.58	c  1344s|  5290k|  5253k|     0 |   0.0 |1541M|2251 |   - |3352 | 761 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
1376.23/1376.22	c  1347s|  5300k|  5263k|     0 |   0.0 |1544M|2251 |   - |3352 | 768 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
1378.82/1378.87	c  1349s|  5310k|  5273k|     0 |   0.0 |1547M|2251 |   - |3352 | 767 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
1381.53/1381.54	c  1352s|  5320k|  5283k|     0 |   0.0 |1550M|2251 |   - |3352 | 754 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
1384.12/1384.18	c  1355s|  5330k|  5293k|     0 |   0.0 |1553M|2251 |   - |3352 | 748 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
1386.82/1386.85	c  1357s|  5340k|  5303k|     0 |   0.0 |1556M|2251 |   - |3352 | 733 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
1389.53/1389.50	c  1360s|  5350k|  5313k|     0 |   0.0 |1558M|2251 |   - |3352 | 726 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
1392.12/1392.15	c  1362s|  5360k|  5323k|     0 |   0.0 |1561M|2251 |   - |3352 | 737 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
1394.73/1394.79	c  1365s|  5370k|  5333k|     0 |   0.0 |1564M|2251 |   - |3352 | 744 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
1397.42/1397.42	c  1368s|  5380k|  5343k|     0 |   0.0 |1567M|2251 |   - |3352 | 745 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
1400.02/1400.08	c  1370s|  5390k|  5353k|     0 |   0.0 |1570M|2251 |   - |3352 | 774 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
1402.73/1402.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1402.73/1402.74	c  1373s|  5400k|  5363k|     0 |   0.0 |1573M|2251 |   - |3352 | 726 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
1405.42/1405.40	c  1375s|  5410k|  5373k|     0 |   0.0 |1576M|2251 |   - |3352 | 713 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
1408.03/1408.09	c  1378s|  5420k|  5382k|     0 |   0.0 |1578M|2251 |   - |3352 | 765 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
1410.73/1410.75	c  1381s|  5430k|  5392k|     0 |   0.0 |1581M|2251 |   - |3352 | 750 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
1413.32/1413.38	c  1383s|  5440k|  5402k|     0 |   0.0 |1584M|2251 |   - |3352 | 755 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
1416.03/1416.03	c  1386s|  5450k|  5412k|     0 |   0.0 |1587M|2251 |   - |3352 | 802 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
1418.63/1418.69	c  1388s|  5460k|  5422k|     0 |   0.0 |1590M|2251 |   - |3352 | 803 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
1421.33/1421.34	c  1391s|  5470k|  5432k|     0 |   0.0 |1593M|2251 |   - |3352 | 771 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
1423.93/1423.98	c  1394s|  5480k|  5442k|     0 |   0.0 |1595M|2251 |   - |3352 | 778 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
1426.53/1426.59	c  1396s|  5490k|  5452k|     0 |   0.0 |1598M|2251 |   - |3352 | 781 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
1429.23/1429.21	c  1399s|  5500k|  5462k|     0 |   0.0 |1601M|2251 |   - |3352 | 772 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
1431.83/1431.83	c  1401s|  5510k|  5472k|     0 |   0.0 |1604M|2251 |   - |3352 | 769 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
1434.43/1434.49	c  1404s|  5520k|  5482k|     0 |   0.0 |1607M|2251 |   - |3352 | 747 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
1437.12/1437.12	c  1406s|  5530k|  5492k|     0 |   0.0 |1610M|2251 |   - |3352 | 814 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
1439.73/1439.76	c  1409s|  5540k|  5502k|     0 |   0.0 |1612M|2251 |   - |3352 | 799 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
1442.32/1442.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1442.32/1442.39	c  1412s|  5550k|  5512k|     0 |   0.0 |1615M|2251 |   - |3352 | 788 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
1445.02/1445.01	c  1414s|  5560k|  5522k|     0 |   0.0 |1618M|2251 |   - |3352 | 740 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
1447.63/1447.65	c  1417s|  5570k|  5532k|     0 |   0.0 |1621M|2251 |   - |3352 | 768 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
1450.33/1450.30	c  1419s|  5580k|  5541k|     0 |   0.0 |1624M|2251 |   - |3352 | 749 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
1452.92/1452.95	c  1422s|  5590k|  5551k|     0 |   0.0 |1627M|2251 |   - |3352 | 807 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
1455.63/1455.60	c  1425s|  5600k|  5561k|     0 |   0.0 |1630M|2251 |   - |3352 | 791 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
1458.22/1458.26	c  1427s|  5610k|  5571k|     0 |   0.0 |1632M|2251 |   - |3352 | 768 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
1460.92/1460.90	c  1430s|  5620k|  5581k|     0 |   0.0 |1635M|2251 |   - |3352 | 742 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
1463.52/1463.55	c  1432s|  5630k|  5591k|     0 |   0.0 |1638M|2251 |   - |3352 | 799 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
1466.23/1466.21	c  1435s|  5640k|  5601k|     0 |   0.0 |1641M|2251 |   - |3352 | 789 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
1468.83/1468.86	c  1437s|  5650k|  5611k|     0 |   0.0 |1644M|2251 |   - |3352 | 806 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
1471.52/1471.52	c  1440s|  5660k|  5621k|     0 |   0.0 |1647M|2251 |   - |3352 | 830 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
1474.13/1474.18	c  1443s|  5670k|  5631k|     0 |   0.0 |1650M|2251 |   - |3352 | 810 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
1476.83/1476.83	c  1445s|  5680k|  5641k|     0 |   0.0 |1652M|2251 |   - |3352 | 763 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
1479.43/1479.48	c  1448s|  5690k|  5651k|     0 |   0.0 |1655M|2251 |   - |3352 | 810 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
1482.13/1482.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1482.13/1482.14	c  1450s|  5700k|  5661k|     0 |   0.0 |1658M|2251 |   - |3352 | 839 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
1484.83/1484.82	c  1453s|  5710k|  5671k|     0 |   0.0 |1661M|2251 |   - |3352 | 836 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
1487.43/1487.45	c  1456s|  5720k|  5681k|     0 |   0.0 |1664M|2251 |   - |3352 | 802 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
1490.03/1490.09	c  1458s|  5730k|  5691k|     0 |   0.0 |1667M|2251 |   - |3352 | 787 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
1492.74/1492.74	c  1461s|  5740k|  5700k|     0 |   0.0 |1670M|2251 |   - |3352 | 815 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
1495.33/1495.37	c  1463s|  5750k|  5710k|     0 |   0.0 |1672M|2251 |   - |3352 | 816 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
1498.03/1498.02	c  1466s|  5760k|  5720k|     0 |   0.0 |1675M|2251 |   - |3352 | 831 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
1500.63/1500.69	c  1469s|  5770k|  5730k|     0 |   0.0 |1678M|2251 |   - |3352 | 807 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
1503.33/1503.38	c  1471s|  5780k|  5740k|     0 |   0.0 |1681M|2251 |   - |3352 | 785 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
1506.02/1506.04	c  1474s|  5790k|  5750k|     0 |   0.0 |1684M|2251 |   - |3352 | 813 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
1508.62/1508.67	c  1476s|  5800k|  5760k|     0 |   0.0 |1687M|2251 |   - |3352 | 774 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
1511.34/1511.30	c  1479s|  5810k|  5770k|     0 |   0.0 |1689M|2251 |   - |3352 | 799 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
1513.92/1513.95	c  1482s|  5820k|  5780k|     0 |   0.0 |1692M|2251 |   - |3352 | 776 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
1516.63/1516.60	c  1484s|  5830k|  5790k|     0 |   0.0 |1695M|2251 |   - |3352 | 791 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
1519.22/1519.24	c  1487s|  5840k|  5800k|     0 |   0.0 |1698M|2251 |   - |3352 | 783 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
1521.93/1521.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1521.93/1521.92	c  1489s|  5850k|  5810k|     0 |   0.0 |1701M|2251 |   - |3352 | 827 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
1524.53/1524.57	c  1492s|  5860k|  5820k|     0 |   0.0 |1704M|2251 |   - |3352 | 806 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
1527.23/1527.20	c  1495s|  5870k|  5830k|     0 |   0.0 |1706M|2251 |   - |3352 | 782 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
1529.83/1529.86	c  1497s|  5880k|  5840k|     0 |   0.0 |1709M|2251 |   - |3352 | 803 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
1532.53/1532.51	c  1500s|  5890k|  5850k|     0 |   0.0 |1712M|2251 |   - |3352 | 808 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
1535.13/1535.17	c  1502s|  5900k|  5859k|     0 |   0.0 |1715M|2251 |   - |3352 | 766 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
1537.84/1537.83	c  1505s|  5910k|  5869k|     0 |   0.0 |1718M|2251 |   - |3352 | 786 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
1540.43/1540.48	c  1508s|  5920k|  5879k|     0 |   0.0 |1721M|2251 |   - |3352 | 805 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
1543.12/1543.13	c  1510s|  5930k|  5889k|     0 |   0.0 |1724M|2251 |   - |3352 | 784 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
1545.73/1545.78	c  1513s|  5940k|  5899k|     0 |   0.0 |1726M|2251 |   - |3352 | 785 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
1548.43/1548.42	c  1515s|  5950k|  5909k|     0 |   0.0 |1729M|2251 |   - |3352 | 767 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
1551.03/1551.05	c  1518s|  5960k|  5919k|     0 |   0.0 |1732M|2251 |   - |3352 | 775 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
1553.73/1553.73	c  1521s|  5970k|  5929k|     0 |   0.0 |1735M|2251 |   - |3352 | 777 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
1556.33/1556.37	c  1523s|  5980k|  5939k|     0 |   0.0 |1738M|2251 |   - |3352 | 766 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
1559.03/1559.01	c  1526s|  5990k|  5949k|     0 |   0.0 |1741M|2251 |   - |3352 | 756 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
1561.63/1561.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1561.63/1561.66	c  1528s|  6000k|  5959k|     0 |   0.0 |1743M|2251 |   - |3352 | 780 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
1564.33/1564.34	c  1531s|  6010k|  5969k|     0 |   0.0 |1746M|2251 |   - |3352 | 799 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
1567.03/1567.01	c  1534s|  6020k|  5979k|     0 |   0.0 |1749M|2251 |   - |3352 | 854 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
1569.63/1569.65	c  1536s|  6030k|  5989k|     0 |   0.0 |1752M|2251 |   - |3352 | 798 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
1572.33/1572.30	c  1539s|  6040k|  5999k|     0 |   0.0 |1755M|2251 |   - |3352 | 805 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
1574.93/1574.94	c  1541s|  6050k|  6009k|     0 |   0.0 |1758M|2251 |   - |3352 | 827 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
1577.53/1577.59	c  1544s|  6060k|  6018k|     0 |   0.0 |1760M|2251 |   - |3352 | 781 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
1580.23/1580.24	c  1547s|  6070k|  6028k|     0 |   0.0 |1763M|2251 |   - |3352 | 844 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
1582.84/1582.89	c  1549s|  6080k|  6038k|     0 |   0.0 |1766M|2251 |   - |3352 | 842 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
1585.53/1585.54	c  1552s|  6090k|  6048k|     0 |   0.0 |1769M|2251 |   - |3352 | 809 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
1588.13/1588.17	c  1554s|  6100k|  6058k|     0 |   0.0 |1772M|2251 |   - |3352 | 780 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
1590.83/1590.84	c  1557s|  6110k|  6068k|     0 |   0.0 |1775M|2251 |   - |3352 | 797 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
1593.43/1593.49	c  1559s|  6120k|  6078k|     0 |   0.0 |1778M|2251 |   - |3352 | 781 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
1596.13/1596.13	c  1562s|  6130k|  6088k|     0 |   0.0 |1780M|2251 |   - |3352 | 776 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
1598.73/1598.75	c  1565s|  6140k|  6098k|     0 |   0.0 |1783M|2251 |   - |3352 | 755 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
1601.33/1601.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1601.33/1601.39	c  1567s|  6150k|  6108k|     0 |   0.0 |1786M|2251 |   - |3352 | 764 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
1604.03/1604.03	c  1570s|  6160k|  6118k|     0 |   0.0 |1789M|2251 |   - |3352 | 759 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
1606.73/1606.73	c  1572s|  6170k|  6128k|     0 |   0.0 |1792M|2251 |   - |3352 | 762 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
1609.63/1609.61	c  1575s|  6180k|  6138k|     0 |   0.0 |1795M|2251 |   - |3352 | 740 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
1612.53/1612.51	c  1578s|  6190k|  6148k|     0 |   0.0 |1798M|2251 |   - |3352 | 742 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
1615.32/1615.38	c  1581s|  6200k|  6158k|     0 |   0.0 |1800M|2251 |   - |3352 | 759 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
1618.23/1618.28	c  1584s|  6210k|  6167k|     0 |   0.0 |1803M|2251 |   - |3352 | 782 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
1621.23/1621.20	c  1587s|  6220k|  6177k|     0 |   0.0 |1806M|2251 |   - |3352 | 756 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
1624.03/1624.07	c  1589s|  6230k|  6187k|     0 |   0.0 |1809M|2251 |   - |3352 | 788 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
1626.93/1626.96	c  1592s|  6240k|  6197k|     0 |   0.0 |1812M|2251 |   - |3352 | 793 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
1629.83/1629.84	c  1595s|  6250k|  6207k|     0 |   0.0 |1815M|2251 |   - |3352 | 744 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
1632.73/1632.74	c  1598s|  6260k|  6217k|     0 |   0.0 |1817M|2251 |   - |3352 | 766 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
1635.64/1635.64	c  1601s|  6270k|  6227k|     0 |   0.0 |1820M|2251 |   - |3352 | 779 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
1638.53/1638.53	c  1604s|  6280k|  6237k|     0 |   0.0 |1823M|2251 |   - |3352 | 738 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
1641.43/1641.45	c  1606s|  6290k|  6247k|     0 |   0.0 |1826M|2251 |   - |3352 | 800 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
1644.33/1644.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1644.33/1644.34	c  1609s|  6300k|  6257k|     0 |   0.0 |1829M|2251 |   - |3352 | 798 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
1647.23/1647.20	c  1612s|  6310k|  6267k|     0 |   0.0 |1832M|2251 |   - |3352 | 798 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
1650.13/1650.10	c  1615s|  6320k|  6277k|     0 |   0.0 |1834M|2251 |   - |3352 | 861 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
1652.93/1652.98	c  1618s|  6330k|  6287k|     0 |   0.0 |1837M|2251 |   - |3352 | 793 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
1655.83/1655.87	c  1621s|  6340k|  6297k|     0 |   0.0 |1840M|2251 |   - |3352 | 822 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
1658.74/1658.74	c  1623s|  6350k|  6307k|     0 |   0.0 |1843M|2251 |   - |3352 | 781 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
1661.62/1661.65	c  1626s|  6360k|  6317k|     0 |   0.0 |1846M|2251 |   - |3352 | 827 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
1664.53/1664.52	c  1629s|  6370k|  6326k|     0 |   0.0 |1849M|2251 |   - |3352 | 793 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
1667.42/1667.42	c  1632s|  6380k|  6336k|     0 |   0.0 |1851M|2251 |   - |3352 | 776 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
1670.23/1670.29	c  1635s|  6390k|  6346k|     0 |   0.0 |1854M|2251 |   - |3352 | 782 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
1673.23/1673.21	c  1638s|  6400k|  6356k|     0 |   0.0 |1857M|2251 |   - |3352 | 780 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
1676.03/1676.07	c  1640s|  6410k|  6366k|     0 |   0.0 |1860M|2251 |   - |3352 | 808 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
1678.93/1678.95	c  1643s|  6420k|  6376k|     0 |   0.0 |1863M|2251 |   - |3352 | 774 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
1681.84/1681.84	c  1646s|  6430k|  6386k|     0 |   0.0 |1866M|2251 |   - |3352 | 763 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
1684.74/1684.74	c  1649s|  6440k|  6396k|     0 |   0.0 |1869M|2251 |   - |3352 | 757 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
1687.63/1687.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1687.63/1687.66	c  1652s|  6450k|  6406k|     0 |   0.0 |1871M|2251 |   - |3352 | 804 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
1690.53/1690.54	c  1655s|  6460k|  6416k|     0 |   0.0 |1874M|2251 |   - |3352 | 776 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
1693.43/1693.43	c  1657s|  6470k|  6426k|     0 |   0.0 |1877M|2251 |   - |3352 | 804 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
1696.33/1696.30	c  1660s|  6480k|  6436k|     0 |   0.0 |1880M|2251 |   - |3352 | 766 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
1699.23/1699.25	c  1663s|  6490k|  6446k|     0 |   0.0 |1883M|2251 |   - |3352 | 832 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
1702.13/1702.14	c  1666s|  6500k|  6456k|     0 |   0.0 |1886M|2251 |   - |3352 | 757 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
1705.03/1705.04	c  1669s|  6510k|  6466k|     0 |   0.0 |1888M|2251 |   - |3352 | 776 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
1707.93/1707.91	c  1672s|  6520k|  6476k|     0 |   0.0 |1891M|2251 |   - |3352 | 780 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
1710.83/1710.80	c  1674s|  6530k|  6485k|     0 |   0.0 |1894M|2251 |   - |3352 | 762 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
1713.63/1713.70	c  1677s|  6540k|  6495k|     0 |   0.0 |1897M|2251 |   - |3352 | 787 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
1716.63/1716.61	c  1680s|  6550k|  6505k|     0 |   0.0 |1900M|2251 |   - |3352 | 816 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
1719.53/1719.52	c  1683s|  6560k|  6515k|     0 |   0.0 |1903M|2251 |   - |3352 | 815 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
1722.14/1722.16	c  1686s|  6570k|  6525k|     0 |   0.0 |1905M|2251 |   - |3352 | 808 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
1724.84/1724.84	c  1688s|  6580k|  6535k|     0 |   0.0 |1908M|2251 |   - |3352 | 878 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
1727.43/1727.48	c  1691s|  6590k|  6545k|     0 |   0.0 |1911M|2251 |   - |3352 | 826 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
1730.13/1730.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1730.13/1730.12	c  1693s|  6600k|  6555k|     0 |   0.0 |1914M|2251 |   - |3352 | 807 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
1732.73/1732.75	c  1696s|  6610k|  6565k|     0 |   0.0 |1917M|2251 |   - |3352 | 780 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
1735.33/1735.39	c  1699s|  6620k|  6575k|     0 |   0.0 |1920M|2251 |   - |3352 | 833 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
1738.04/1738.03	c  1701s|  6630k|  6585k|     0 |   0.0 |1923M|2251 |   - |3352 | 807 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
1740.63/1740.67	c  1704s|  6640k|  6595k|     0 |   0.0 |1925M|2251 |   - |3352 | 803 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
1743.33/1743.30	c  1706s|  6650k|  6605k|     0 |   0.0 |1928M|2251 |   - |3352 | 788 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
1745.93/1745.93	c  1709s|  6660k|  6615k|     0 |   0.0 |1931M|2251 |   - |3352 | 768 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
1748.53/1748.59	c  1711s|  6670k|  6625k|     0 |   0.0 |1934M|2251 |   - |3352 | 825 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
1751.24/1751.21	c  1714s|  6680k|  6635k|     0 |   0.0 |1937M|2251 |   - |3352 | 791 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
1753.83/1753.86	c  1717s|  6690k|  6644k|     0 |   0.0 |1940M|2251 |   - |3352 | 800 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
1756.53/1756.50	c  1719s|  6700k|  6654k|     0 |   0.0 |1942M|2251 |   - |3352 | 795 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
1759.13/1759.15	c  1722s|  6710k|  6664k|     0 |   0.0 |1945M|2251 |   - |3352 | 777 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
1761.73/1761.77	c  1724s|  6720k|  6674k|     0 |   0.0 |1948M|2251 |   - |3352 | 766 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
1764.44/1764.42	c  1727s|  6730k|  6684k|     0 |   0.0 |1951M|2251 |   - |3352 | 778 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
1767.03/1767.09	c  1730s|  6740k|  6694k|     0 |   0.0 |1954M|2251 |   - |3352 | 726 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
1769.74/1769.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1769.74/1769.75	c  1732s|  6750k|  6704k|     0 |   0.0 |1956M|2251 |   - |3352 | 777 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
1772.33/1772.38	c  1735s|  6760k|  6714k|     0 |   0.0 |1959M|2251 |   - |3352 | 729 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
1775.03/1775.03	c  1737s|  6770k|  6724k|     0 |   0.0 |1962M|2251 |   - |3352 | 756 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
1777.64/1777.68	c  1740s|  6780k|  6734k|     0 |   0.0 |1965M|2251 |   - |3352 | 735 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
1780.23/1780.29	c  1742s|  6790k|  6744k|     0 |   0.0 |1968M|2251 |   - |3352 | 717 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
1782.93/1782.93	c  1745s|  6800k|  6754k|     0 |   0.0 |1971M|2251 |   - |3352 | 736 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
1785.53/1785.55	c  1748s|  6810k|  6764k|     0 |   0.0 |1973M|2251 |   - |3352 | 759 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
1788.14/1788.19	c  1750s|  6820k|  6774k|     0 |   0.0 |1976M|2251 |   - |3352 | 745 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
1790.84/1790.84	c  1753s|  6830k|  6784k|     0 |   0.0 |1979M|2251 |   - |3352 | 713 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
1793.44/1793.48	c  1755s|  6840k|  6794k|     0 |   0.0 |1982M|2251 |   - |3352 | 722 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
1796.13/1796.15	c  1758s|  6850k|  6803k|     0 |   0.0 |1985M|2251 |   - |3352 | 759 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
1798.84/1798.83	c  1761s|  6860k|  6813k|     0 |   0.0 |1988M|2251 |   - |3352 | 760 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1761.77
1800.04/1800.00	c Solving Nodes      : 6864468
1800.04/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.00	s UNKNOWN
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time       :    1761.77
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-2693753-1277891597.wbo
1800.04/1800.00	c   Variables        : 3352 (3251 binary, 0 integer, 0 implicit integer, 101 continuous)
1800.04/1800.00	c   Constraints      : 262 initial, 262 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-2693753-1277891597.wbo
1800.04/1800.00	c   Variables        : 3352 (3251 binary, 0 integer, 0 implicit integer, 101 continuous)
1800.04/1800.00	c   Constraints      : 261 initial, 1026 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.02          0          0          0          0          0          0          0          0
1800.04/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.01          0          0          0        101          0          1          0          0
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   indicator        :        101          0       1523          0       1285          0        192          0          0          0
1800.04/1800.00	c   setppc           :         30          0    7295709          0    6842060      11133    3388732          0          0          0
1800.04/1800.00	c   linear           :        101          0    7284576          0    6842060      11116    2339705          0          0          0
1800.04/1800.00	c   logicor          :         29+         0    1179047          0    6842060       1401     142231          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0          0    6842060          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c   indicator        :       0.01       0.00       0.00       0.00       0.01
1800.04/1800.00	c   setppc           :     144.17       0.00      20.63       0.00     123.54
1800.04/1800.00	c   linear           :      52.56       0.00      49.70       0.00       2.86
1800.04/1800.00	c   logicor          :      85.38       0.00       4.75       0.00      80.63
1800.04/1800.00	c   countsols        :       1.08       0.00       0.00       0.00       1.08
1800.04/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :       1.78          2          0          0
1800.04/1800.00	c   rootredcost      :       1.63          0          0          0
1800.04/1800.00	c   pseudoobj        :      22.06    7295509          0          0
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :      36.09      23650      23650     404131      290.9     319225       33.9          -
1800.04/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.00	c   applied globally :          -          -          -     234967       37.1          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -        108      444.4          -          -          -
1800.04/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.04/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.04/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.04/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.04/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.04/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.04/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.04/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.00	c Pricers            :       Time      Calls       Vars
1800.04/1800.00	c   problem variables:       0.00          0          0
1800.04/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :    1345.06    6842060          0          0          0          0   13684120
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.00          -          0
1800.04/1800.00	c   pseudo solutions :       0.00          -          0
1800.04/1800.00	c   oneopt           :       1.41          0          0
1800.04/1800.00	c   trivial          :       0.00          2          0
1800.04/1800.00	c   simplerounding   :       0.00          0          0
1800.04/1800.00	c   zirounding       :       0.00          0          0
1800.04/1800.00	c   rounding         :       0.00          0          0
1800.04/1800.00	c   shifting         :       0.00          0          0
1800.04/1800.00	c   intshifting      :       0.00          0          0
1800.04/1800.00	c   twoopt           :       0.00          0          0
1800.04/1800.00	c   fixandinfer      :       0.00          0          0
1800.04/1800.00	c   feaspump         :       0.00          0          0
1800.04/1800.00	c   coefdiving       :       0.00          0          0
1800.04/1800.00	c   pscostdiving     :       0.00          0          0
1800.04/1800.00	c   fracdiving       :       0.00          0          0
1800.04/1800.00	c   veclendiving     :       0.00          0          0
1800.04/1800.00	c   intdiving        :       0.00          0          0
1800.04/1800.00	c   actconsdiving    :       0.00          0          0
1800.04/1800.00	c   objpscostdiving  :       0.00          0          0
1800.04/1800.00	c   rootsoldiving    :       0.00          0          0
1800.04/1800.00	c   linesearchdiving :       0.00          0          0
1800.04/1800.00	c   guideddiving     :       0.00          0          0
1800.04/1800.00	c   octane           :       0.00          0          0
1800.04/1800.00	c   rens             :       0.00          0          0
1800.04/1800.00	c   rins             :       0.00          0          0
1800.04/1800.00	c   localbranching   :       0.00          0          0
1800.04/1800.00	c   mutation         :       0.00          0          0
1800.04/1800.00	c   crossover        :       0.00          0          0
1800.04/1800.00	c   dins             :       0.00          0          0
1800.04/1800.00	c   undercover       :       0.00          0          0
1800.04/1800.00	c   nlp              :       2.13          0          0
1800.04/1800.00	c   trysol           :       1.58          1          0
1800.04/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.04/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.04/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.04/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.00	c B&B Tree           :
1800.04/1800.00	c   number of runs   :          1
1800.04/1800.00	c   nodes            :    6864468
1800.04/1800.00	c   nodes (total)    :    6864468
1800.04/1800.00	c   nodes left       :    6818342
1800.04/1800.00	c   max depth        :       2251
1800.04/1800.00	c   max depth (total):       2251
1800.04/1800.00	c   backtracks       :       9520 (0.1%)
1800.04/1800.00	c   delayed cutoffs  :       1311
1800.04/1800.00	c   repropagations   :      10558 (107020 domain reductions, 1242 cutoffs)
1800.04/1800.00	c   avg switch length:       2.32
1800.04/1800.00	c   switching time   :      29.78
1800.04/1800.00	c Solution           :
1800.04/1800.00	c   Solutions found  :          0 (0 improvements)
1800.04/1800.00	c   Primal Bound     :          -
1800.04/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.00	c   Gap              :   infinite
1800.04/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.00	c   Root Iterations  :          0

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693753-1277891597/watcher-2693753-1277891597 -o /tmp/evaluation-result-2693753-1277891597/solver-2693753-1277891597 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693753-1277891597.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.00 2.00 2.15 4/178 9503
/proc/meminfo: memFree=30851008/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=9176 CPUtime=0
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 1760 0 0 0 0 0 0 0 24 0 1 0 130456919 9396224 1682 4089446400 4194304 7136930 140735284349680 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9503/statm: 2294 1700 275 719 0 1573 0

[startup+0.0732879 s]
/proc/loadavg: 2.00 2.00 2.15 4/178 9503
/proc/meminfo: memFree=30851008/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=19364 CPUtime=0.06
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 5817 0 0 0 6 0 0 0 25 0 1 0 130456919 19828736 4100 4089446400 4194304 7136930 140735284349680 18446744073709551615 4740365 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9503/statm: 4841 4100 390 719 0 4120 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 19364

[startup+0.100285 s]
/proc/loadavg: 2.00 2.00 2.15 4/178 9503
/proc/meminfo: memFree=30851008/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=19364 CPUtime=0.09
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 5817 0 0 0 9 0 0 0 25 0 1 0 130456919 19828736 4100 4089446400 4194304 7136930 140735284349680 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9503/statm: 4841 4100 390 719 0 4120 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19364

[startup+0.300247 s]
/proc/loadavg: 2.00 2.00 2.15 4/178 9503
/proc/meminfo: memFree=30851008/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=20312 CPUtime=0.29
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 6045 0 0 0 28 1 0 0 25 0 1 0 130456919 20799488 4328 4089446400 4194304 7136930 140735284349680 18446744073709551615 4643319 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9503/statm: 5078 4328 390 719 0 4357 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20312

[startup+0.700173 s]
/proc/loadavg: 2.00 2.00 2.15 4/178 9503
/proc/meminfo: memFree=30851008/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=21228 CPUtime=0.69
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 6302 0 0 0 68 1 0 0 25 0 1 0 130456919 21737472 4585 4089446400 4194304 7136930 140735284349680 18446744073709551615 4740387 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9503/statm: 5307 4585 394 719 0 4586 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21228

[startup+1.50103 s]
/proc/loadavg: 2.00 2.00 2.15 3/179 9504
/proc/meminfo: memFree=30832028/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=22808 CPUtime=1.49
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 6716 0 0 0 145 4 0 0 25 0 1 0 130456919 23355392 4999 4089446400 4194304 7136930 140735284349680 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9503/statm: 5702 4999 394 719 0 4981 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22808

[startup+3.10076 s]
/proc/loadavg: 2.00 2.00 2.15 3/179 9504
/proc/meminfo: memFree=30828004/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=24804 CPUtime=3.09
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 7241 0 0 0 302 7 0 0 25 0 1 0 130456919 25399296 5524 4089446400 4194304 7136930 140735284349680 18446744073709551615 4407748 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9503/statm: 6201 5524 394 719 0 5480 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24804

[startup+6.30018 s]
/proc/loadavg: 2.00 2.00 2.15 3/179 9504
/proc/meminfo: memFree=30814248/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=29624 CPUtime=6.29
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 8496 0 0 0 615 14 0 0 25 0 1 0 130456919 30334976 6779 4089446400 4194304 7136930 140735284349680 18446744073709551615 5909095 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9503/statm: 7406 6779 394 719 0 6685 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29624

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 2.15 3/179 9504
/proc/meminfo: memFree=30784280/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=38740 CPUtime=12.69
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 10845 0 0 0 1242 27 0 0 25 0 1 0 130456919 39669760 9128 4089446400 4194304 7136930 140735284349680 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9503/statm: 9685 9128 394 719 0 8964 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38740

[startup+25.5008 s]
/proc/loadavg: 2.00 2.00 2.14 3/179 9504
/proc/meminfo: memFree=30734152/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=56176 CPUtime=25.49
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 14874 0 0 0 2494 55 0 0 25 0 1 0 130456919 57524224 13157 4089446400 4194304 7136930 140735284349680 18446744073709551615 4407876 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9503/statm: 14044 13157 394 719 0 13323 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 56176

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.14 3/179 9504
/proc/meminfo: memFree=30631036/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=90228 CPUtime=51.09
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 22756 0 0 0 5001 108 0 0 25 0 1 0 130456919 92393472 21039 4089446400 4194304 7136930 140735284349680 18446744073709551615 4643257 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9503/statm: 22557 21039 394 719 0 21836 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 90228

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.13 3/179 9506
/proc/meminfo: memFree=30415856/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=158620 CPUtime=102.3
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 40638 0 0 0 9993 237 0 0 25 0 1 0 130456919 162426880 38921 4089446400 4194304 7136930 140735284349680 18446744073709551615 4643257 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9503/statm: 39655 38921 394 719 0 38934 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 158620

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.12 3/179 9508
/proc/meminfo: memFree=30194332/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=260704 CPUtime=162.29
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 65058 0 0 0 15842 387 0 0 25 0 1 0 130456919 266960896 63341 4089446400 4194304 7136930 140735284349680 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9503/statm: 65176 63341 394 719 0 64455 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 260704

[startup+222.301 s]
/proc/loadavg: 2.07 2.02 2.11 3/179 9509
/proc/meminfo: memFree=30014708/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=359308 CPUtime=222.3
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 90688 0 0 0 21684 546 0 0 25 0 1 0 130456919 367931392 88971 4089446400 4194304 7136930 140735284349680 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9503/statm: 89827 88971 394 719 0 89106 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 359308

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 2.10 3/179 9511
/proc/meminfo: memFree=29856920/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=443788 CPUtime=282.3
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 108548 0 0 0 27561 669 0 0 25 0 1 0 130456919 454438912 106831 4089446400 4194304 7136930 140735284349680 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9503/statm: 110947 106831 394 719 0 110226 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 443788

[startup+342.301 s]
/proc/loadavg: 2.01 2.00 2.09 3/179 9512
/proc/meminfo: memFree=29703216/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=506412 CPUtime=342.3
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 125058 0 0 0 33438 792 0 0 25 0 1 0 130456919 518565888 123341 4089446400 4194304 7136930 140735284349680 18446744073709551615 4652809 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9503/statm: 126603 123341 394 719 0 125882 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 506412

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 9514
/proc/meminfo: memFree=29522128/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=569132 CPUtime=402.3
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 141608 0 0 0 39312 918 0 0 25 0 1 0 130456919 582791168 139891 4089446400 4194304 7136930 140735284349680 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9503/statm: 142283 139891 394 719 0 141562 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 569132

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 9516
/proc/meminfo: memFree=29362612/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=636568 CPUtime=462.31
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 159310 0 0 0 45195 1036 0 0 25 0 1 0 130456919 651845632 157593 4089446400 4194304 7136930 140735284349680 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9503/statm: 159142 157593 394 719 0 158421 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 636568

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 9526
/proc/meminfo: memFree=29201708/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=735276 CPUtime=522.3
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 176658 0 0 0 51071 1159 0 0 25 0 1 0 130456919 752922624 174941 4089446400 4194304 7136930 140735284349680 18446744073709551615 4436499 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9503/statm: 183819 174941 394 719 0 183098 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 735276

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 9528
/proc/meminfo: memFree=29070080/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=798856 CPUtime=582.31
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 193399 0 0 0 56954 1277 0 0 25 0 1 0 130456919 818028544 191682 4089446400 4194304 7136930 140735284349680 18446744073709551615 4740369 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9503/statm: 199714 191682 394 719 0 198993 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 798856

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 9529
/proc/meminfo: memFree=28904836/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=866796 CPUtime=642.31
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 211265 0 0 0 62829 1402 0 0 25 0 1 0 130456919 887599104 209548 4089446400 4194304 7136930 140735284349680 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9503/statm: 216699 209548 394 719 0 215978 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 866796

[startup+702.301 s]

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

/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 312973 0 0 0 98058 2173 0 0 25 0 1 0 130456919 1282940928 311256 4089446400 4194304 7136930 140735284349680 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9503/statm: 313218 311256 394 719 0 312497 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1252872

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 9541
/proc/meminfo: memFree=27773908/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=1314504 CPUtime=1062.31
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 329260 0 0 0 103936 2295 0 0 25 0 1 0 130456919 1346052096 327543 4089446400 4194304 7136930 140735284349680 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9503/statm: 328626 327543 394 719 0 327905 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1314504

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 9542
/proc/meminfo: memFree=27654436/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=1440836 CPUtime=1122.32
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 345345 0 0 0 109816 2416 0 0 25 0 1 0 130456919 1475416064 343628 4089446400 4194304 7136930 140735284349680 18446744073709551615 4740387 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9503/statm: 360209 343628 394 719 0 359488 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1440836

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 9544
/proc/meminfo: memFree=27531740/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=1507968 CPUtime=1182.32
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 363004 0 0 0 115689 2543 0 0 25 0 1 0 130456919 1544159232 361287 4089446400 4194304 7136930 140735284349680 18446744073709551615 5892363 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9503/statm: 376992 361287 394 719 0 376271 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1507968

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 9545
/proc/meminfo: memFree=27394020/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=1571104 CPUtime=1242.32
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 379682 0 0 0 121568 2664 0 0 25 0 1 0 130456919 1608810496 377965 4089446400 4194304 7136930 140735284349680 18446744073709551615 4407876 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9503/statm: 392776 377965 394 719 0 392055 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1571104

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9547
/proc/meminfo: memFree=27233756/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=1634892 CPUtime=1302.33
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 396501 0 0 0 127449 2784 0 0 25 0 1 0 130456919 1674129408 394784 4089446400 4194304 7136930 140735284349680 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9503/statm: 408723 394784 394 719 0 408002 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1634892

[startup+1362.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 9549
/proc/meminfo: memFree=27089356/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=1702916 CPUtime=1362.32
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 414337 0 0 0 133321 2911 0 0 25 0 1 0 130456919 1743785984 412620 4089446400 4194304 7136930 140735284349680 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9503/statm: 425729 412620 394 719 0 425008 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 1702916

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 9550
/proc/meminfo: memFree=26950272/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=1765436 CPUtime=1422.33
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 430777 0 0 0 139197 3036 0 0 25 0 1 0 130456919 1807806464 429060 4089446400 4194304 7136930 140735284349680 18446744073709551615 4436367 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9503/statm: 441359 429060 394 719 0 440638 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 1765436

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9552
/proc/meminfo: memFree=26830800/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=1830492 CPUtime=1482.32
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 447874 0 0 0 145062 3170 0 0 25 0 1 0 130456919 1874423808 446157 4089446400 4194304 7136930 140735284349680 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9503/statm: 457623 446157 394 719 0 456902 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 1830492

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9553
/proc/meminfo: memFree=26730560/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=1889784 CPUtime=1542.32
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 463601 0 0 0 150940 3292 0 0 25 0 1 0 130456919 1935138816 461884 4089446400 4194304 7136930 140735284349680 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9503/statm: 472446 461884 394 719 0 471725 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 1889784

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9555
/proc/meminfo: memFree=26611216/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=1954284 CPUtime=1602.33
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 480634 0 0 0 156811 3422 0 0 25 0 1 0 130456919 2001186816 478917 4089446400 4194304 7136930 140735284349680 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9503/statm: 488571 478917 394 719 0 487850 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 1954284

[startup+1662.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/179 9585
/proc/meminfo: memFree=29397344/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=2011436 CPUtime=1662.33
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 495744 0 0 0 162684 3549 0 0 25 0 1 0 130456919 2059710464 494027 4089446400 4194304 7136930 140735284349680 18446744073709551615 4697605 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9503/statm: 502859 494027 394 719 0 502138 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 2011436

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 9586
/proc/meminfo: memFree=29333812/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=2071824 CPUtime=1722.33
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 511648 0 0 0 168568 3665 0 0 25 0 1 0 130456919 2121547776 509931 4089446400 4194304 7136930 140735284349680 18446744073709551615 4642126 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9503/statm: 517956 509931 394 719 0 517235 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 2071824

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 9588
/proc/meminfo: memFree=29263804/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=2137184 CPUtime=1782.34
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 528814 0 0 0 174443 3791 0 0 25 0 1 0 130456919 2188476416 527097 4089446400 4194304 7136930 140735284349680 18446744073709551615 4407949 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9503/statm: 534296 527097 394 719 0 533575 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 2137184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 9589
/proc/meminfo: memFree=29243084/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=2156632 CPUtime=1800.04
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 533911 0 0 0 176178 3826 0 0 25 0 1 0 130456919 2208391168 532194 4089446400 4194304 7136930 140735284349680 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/9503/statm: 539158 532194 394 719 0 538437 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 2156632

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -9503

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

[startup+1801.4 s]
/proc/loadavg: 1.99 1.98 1.99 3/180 9590
/proc/meminfo: memFree=29243076/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=2155640 CPUtime=1801.43
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 533940 0 0 0 176317 3826 0 0 25 0 1 0 130456919 2207375360 531965 4089446400 4194304 7136930 140735284349680 18446744073709551615 6165629 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/9503/statm: 538910 531965 399 719 0 538189 0
Current children cumulated CPU time (s) 1801.43
Current children cumulated vsize (KiB) 2155640

[startup+1801.81 s]
/proc/loadavg: 1.99 1.98 1.99 3/180 9590
/proc/meminfo: memFree=29243444/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=2155640 CPUtime=1801.84
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 533940 0 0 0 176358 3826 0 0 25 0 1 0 130456919 2207375360 531965 4089446400 4194304 7136930 140735284349680 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/9503/statm: 538910 531965 399 719 0 538189 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 2155640

[startup+1802 s]
/proc/loadavg: 1.99 1.98 1.99 3/180 9590
/proc/meminfo: memFree=29243444/32951124 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=2155640 CPUtime=1802.03
/proc/9503/stat : 9503 (pbscip.linux.x8) R 9501 9503 8684 0 -1 4202496 533940 0 0 0 176377 3826 0 0 25 0 1 0 130456919 2207375360 531965 4089446400 4194304 7136930 140735284349680 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/9503/statm: 538910 531965 399 719 0 538189 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 2155640

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.07
CPU time (s): 1802.12
CPU user time (s): 1763.78
CPU system time (s): 38.3362
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2156632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1763.78
system time used= 38.3362
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 533940
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= 1
involuntary context switches= 1200

runsolver used 2.50962 second user time and 5.73613 second system time

The end

Launcher Data

Begin job on node108 at 2010-06-30 11:53:17
IDJOB=2693753
IDBENCH=78702
IDSOLVER=1206
FILE ID=node108/2693753-1277891597
PBS_JOBID= 11197138
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/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl35_45_pb.cnf.cr--soft-33-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693753-1277891597/watcher-2693753-1277891597 -o /tmp/evaluation-result-2693753-1277891597/solver-2693753-1277891597 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693753-1277891597.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 3aafd47af6446049bcdbc11c9b966efe
RANDOM SEED=756720815

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
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:      30851660 kB
Buffers:        173428 kB
Cached:        1156012 kB
SwapCached:          0 kB
Active:        1124204 kB
Inactive:       831096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30851660 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3268 kB
Writeback:           0 kB
AnonPages:      625932 kB
Mapped:          15164 kB
Slab:            78112 kB
PageTables:       5856 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   769060 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node108 at 2010-06-30 12:23:19