Trace number 3485343

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 NameAnswerobjective functionCPU timeWall clock time
SCIP spx 2 2011-06-10 (fixed)? 1798.68 1798.64

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_1.opb
MD5SUMae75c4a4fdafb98542bd11b7f7eecd54
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables41
Total number of constraints11
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint1
Maximum length of a constraint40
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1086
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3258
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 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-3485343-1307774115.opb>
0.00/0.00	c original problem has 41 variables (41 bin, 0 int, 0 impl, 0 cont) and 11 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 1 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.00	c (round 2) 1 del vars, 6 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.00	c presolving (3 rounds):
0.00/0.00	c  1 deleted vars, 6 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.00	c  0 implications, 0 cliques
0.00/0.00	c presolved problem has 40 variables (40 bin, 0 int, 0 impl, 0 cont) and 5 constraints
0.00/0.00	c       5 constraints of type <linear>
0.00/0.00	c transformed objective value is always integral (scale: 1)
0.00/0.00	c Presolving Time: 0.00
0.00/0.00	c - non default parameters ----------------------------------------------------------------------
0.00/0.00	c # SCIP version 2.0.1.4
0.00/0.00	c 
0.00/0.00	c # frequency for displaying node information lines
0.00/0.00	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.00	c display/freq = 10000
0.00/0.00	c 
0.00/0.00	c # maximal time in seconds to run
0.00/0.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.00	c limits/time = 1797
0.00/0.00	c 
0.00/0.00	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.00	c limits/memory = 13950
0.00/0.00	c 
0.00/0.00	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.00	c # [type: int, range: [1,2], default: 1]
0.00/0.00	c timing/clocktype = 2
0.00/0.00	c 
0.00/0.00	c # belongs reading time to solving time?
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c timing/reading = TRUE
0.00/0.00	c 
0.00/0.00	c # should presolving try to simplify inequalities
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c constraints/linear/simplifyinequalities = TRUE
0.00/0.00	c 
0.00/0.00	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c constraints/indicator/addCouplingCons = TRUE
0.00/0.00	c 
0.00/0.00	c # should presolving try to simplify knapsacks
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.00	c 
0.00/0.00	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.00	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.00	c separating/rapidlearning/freq = 0
0.00/0.00	c 
0.00/0.00	c -----------------------------------------------------------------------------------------------
0.00/0.00	c start solving
0.00/0.00	c 
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c   0.0s|     1 |     0 |    25 |     - | 255k|   0 |   5 |  40 |  20 |  40 |   5 |   0 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    87 |     - | 288k|   0 |   8 |  40 |  28 |  40 |  10 |   5 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    93 |     - | 315k|   0 |  10 |  40 |  28 |  40 |  15 |  10 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |   106 |     - | 341k|   0 |  10 |  40 |  28 |  40 |  18 |  13 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |   113 |     - | 378k|   0 |  12 |  40 |  28 |  40 |  22 |  17 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |   120 |     - | 393k|   0 |  14 |  40 |  28 |  40 |  25 |  20 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |   122 |     - | 402k|   0 |  15 |  40 |  28 |  40 |  27 |  22 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.06	c   0.1s|     1 |     2 |   122 |     - | 403k|   0 |  15 |  40 |  28 |  40 |  27 |  22 |  15 |   9 | 0.000000e+00 |      --      |    Inf 
1.39/1.48	c   1.5s| 10000 |  3388 | 21564 |   2.1 |3827k|  35 |   5 |  40 |3359 |  40 |  15 |  22 |4718 | 422 | 0.000000e+00 |      --      |    Inf 
2.89/2.99	c   3.0s| 20000 |  6180 | 42358 |   2.1 |5659k|  36 |   - |  40 |3244 |  40 |  15 |  22 |9802 | 590 | 0.000000e+00 |      --      |    Inf 
4.50/4.53	c   4.5s| 30000 |  8790 | 63083 |   2.1 |7577k|  36 |   5 |  40 |3776 |  40 |  15 |  22 |  14k| 711 | 0.000000e+00 |      --      |    Inf 
6.09/6.14	c   6.1s| 40000 | 11155 | 83760 |   2.1 |9332k|  36 |   - |  40 |3945 |   0 |   0 |  22 |  20k| 809 | 0.000000e+00 |      --      |    Inf 
7.80/7.81	c   7.8s| 50000 | 13307 |103905 |   2.1 |  11M|  36 |   5 |  40 |4256 |  40 |  15 |  22 |  25k| 902 | 0.000000e+00 |      --      |    Inf 
9.39/9.49	c   9.5s| 60000 | 15701 |124638 |   2.1 |  12M|  36 |   5 |  40 |4234 |  40 |  15 |  22 |  31k|1017 | 0.000000e+00 |      --      |    Inf 
11.09/11.16	c  11.2s| 70000 | 18109 |146571 |   2.1 |  14M|  36 |   5 |  40 |4775 |  40 |  15 |  22 |  36k|1107 | 0.000000e+00 |      --      |    Inf 
12.89/12.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.89/12.94	c  12.9s| 80000 | 20183 |167456 |   2.1 |  16M|  36 |   5 |  40 |5390 |  40 |  15 |  22 |  42k|1187 | 0.000000e+00 |      --      |    Inf 
14.69/14.77	c  14.8s| 90000 | 22013 |188389 |   2.1 |  17M|  36 |   - |  40 |5309 |   0 |   0 |  22 |  48k|1272 | 0.000000e+00 |      --      |    Inf 
16.50/16.58	c  16.6s|100000 | 23942 |209007 |   2.1 |  19M|  36 |   5 |  40 |5300 |  40 |  15 |  22 |  53k|1350 | 0.000000e+00 |      --      |    Inf 
18.39/18.41	c  18.4s|110000 | 25902 |230186 |   2.1 |  20M|  36 |   - |  40 |5387 |  40 |  15 |  22 |  59k|1425 | 0.000000e+00 |      --      |    Inf 
20.20/20.26	c  20.3s|120000 | 27742 |250742 |   2.1 |  22M|  36 |   - |  40 |5689 |  40 |  15 |  22 |  65k|1483 | 0.000000e+00 |      --      |    Inf 
22.09/22.13	c  22.1s|130000 | 29461 |270952 |   2.1 |  23M|  36 |   5 |  40 |5366 |  40 |  15 |  22 |  71k|1533 | 0.000000e+00 |      --      |    Inf 
23.99/24.06	c  24.1s|140000 | 31097 |291995 |   2.1 |  25M|  36 |   5 |  40 |5805 |  40 |  15 |  22 |  77k|1585 | 0.000000e+00 |      --      |    Inf 
25.79/25.90	c  25.9s|150000 | 32994 |313208 |   2.1 |  27M|  36 |   5 |  40 |7415 |  40 |  15 |  22 |  82k|1631 | 0.000000e+00 |      --      |    Inf 
27.69/27.77	c  27.8s|160000 | 35073 |334266 |   2.1 |  29M|  36 |   - |  40 |7789 |  40 |  15 |  22 |  88k|1687 | 0.000000e+00 |      --      |    Inf 
29.80/29.81	c  29.8s|170000 | 36887 |355493 |   2.1 |  30M|  36 |   5 |  40 |6409 |  40 |  15 |  22 |  94k|1737 | 0.000000e+00 |      --      |    Inf 
31.59/31.61	c  31.6s|180000 | 39214 |376649 |   2.1 |  32M|  36 |   5 |  40 |7606 |  40 |  15 |  22 |  99k|1795 | 0.000000e+00 |      --      |    Inf 
33.69/33.74	c  33.7s|190000 | 40773 |397467 |   2.1 |  33M|  36 |   5 |  40 |6072 |  40 |  15 |  22 | 105k|1837 | 0.000000e+00 |      --      |    Inf 
35.49/35.58	c  35.6s|200000 | 42844 |418057 |   2.1 |  35M|  36 |   5 |  40 |6879 |  40 |  15 |  22 | 111k|1897 | 0.000000e+00 |      --      |    Inf 
37.69/37.71	c  37.7s|210000 | 44305 |438673 |   2.1 |  36M|  36 |   - |  40 |6285 |  40 |  15 |  22 | 117k|1949 | 0.000000e+00 |      --      |    Inf 
39.49/39.56	c  39.6s|220000 | 46449 |460827 |   2.1 |  38M|  36 |   - |  40 |9315 |   0 |   0 |  22 | 123k|1995 | 0.000000e+00 |      --      |    Inf 
41.80/41.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.80/41.82	c  41.8s|230000 | 48073 |481848 |   2.1 |  39M|  36 |   - |  40 |7219 |  40 |  15 |  22 | 129k|2037 | 0.000000e+00 |      --      |    Inf 
44.00/44.01	c  44.0s|240000 | 49550 |501873 |   2.1 |  40M|  36 |   - |  40 |6289 |  40 |  15 |  22 | 135k|2086 | 0.000000e+00 |      --      |    Inf 
45.89/45.97	c  46.0s|250000 | 51136 |523080 |   2.1 |  42M|  36 |   5 |  40 |6845 |  40 |  15 |  22 | 141k|2148 | 0.000000e+00 |      --      |    Inf 
48.09/48.14	c  48.1s|260000 | 52488 |544000 |   2.1 |  43M|  36 |   5 |  40 |6710 |  40 |  15 |  22 | 148k|2195 | 0.000000e+00 |      --      |    Inf 
50.09/50.11	c  50.1s|270000 | 54344 |564909 |   2.1 |  44M|  36 |   5 |  40 |7149 |  40 |  15 |  22 | 153k|2243 | 0.000000e+00 |      --      |    Inf 
52.29/52.31	c  52.3s|280000 | 55687 |584991 |   2.1 |  46M|  36 |   5 |  40 |6548 |  40 |  15 |  22 | 159k|2287 | 0.000000e+00 |      --      |    Inf 
54.39/54.40	c  54.4s|290000 | 57246 |605313 |   2.1 |  47M|  36 |   - |  40 |6266 |   0 |   0 |  22 | 165k|2322 | 0.000000e+00 |      --      |    Inf 
56.49/56.53	c  56.5s|300000 | 58777 |626506 |   2.1 |  48M|  36 |   5 |  40 |6538 |  40 |  15 |  22 | 171k|2368 | 0.000000e+00 |      --      |    Inf 
58.49/58.59	c  58.6s|310000 | 60271 |647643 |   2.1 |  50M|  36 |   5 |  40 |6604 |  40 |  15 |  22 | 178k|2419 | 0.000000e+00 |      --      |    Inf 
60.69/60.78	c  60.8s|320000 | 61512 |667714 |   2.1 |  51M|  36 |   5 |  40 |6145 |  40 |  15 |  22 | 184k|2454 | 0.000000e+00 |      --      |    Inf 
62.80/62.89	c  62.9s|330000 | 62798 |688684 |   2.1 |  52M|  36 |   - |  40 |5891 |  40 |  15 |  22 | 190k|2510 | 0.000000e+00 |      --      |    Inf 
64.79/64.86	c  64.9s|340000 | 64332 |709740 |   2.1 |  53M|  36 |   - |  40 |7001 |  40 |  15 |  22 | 196k|2547 | 0.000000e+00 |      --      |    Inf 
66.79/66.85	c  66.9s|350000 | 65984 |730803 |   2.1 |  55M|  36 |   5 |  40 |7947 |  40 |  15 |  22 | 202k|2574 | 0.000000e+00 |      --      |    Inf 
69.19/69.30	c  69.3s|360000 | 67025 |751422 |   2.1 |  56M|  36 |   5 |  40 |6503 |  40 |  15 |  22 | 209k|2612 | 0.000000e+00 |      --      |    Inf 
71.40/71.43	c  71.4s|370000 | 68500 |772513 |   2.1 |  57M|  36 |   5 |  40 |6958 |  40 |  15 |  22 | 215k|2646 | 0.000000e+00 |      --      |    Inf 
73.70/73.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
73.70/73.71	c  73.7s|380000 | 69764 |793177 |   2.1 |  58M|  36 |   5 |  40 |6694 |  40 |  15 |  22 | 221k|2705 | 0.000000e+00 |      --      |    Inf 
75.90/75.98	c  76.0s|390000 | 70877 |813828 |   2.1 |  60M|  36 |   5 |  40 |6761 |  40 |  15 |  22 | 228k|2753 | 0.000000e+00 |      --      |    Inf 
77.99/78.05	c  78.0s|400000 | 72586 |835299 |   2.1 |  61M|  36 |   5 |  40 |7738 |  40 |  15 |  22 | 234k|2779 | 0.000000e+00 |      --      |    Inf 
80.30/80.31	c  80.3s|410000 | 74034 |857248 |   2.1 |  63M|  36 |   - |  40 |8757 |  40 |  15 |  22 | 240k|2806 | 0.000000e+00 |      --      |    Inf 
82.39/82.49	c  82.5s|420000 | 75763 |878666 |   2.1 |  65M|  36 |   5 |  40 |9494 |  40 |  15 |  22 | 246k|2838 | 0.000000e+00 |      --      |    Inf 
84.80/84.83	c  84.8s|430000 | 77242 |899473 |   2.1 |  66M|  36 |   5 |  40 |8696 |  40 |  15 |  22 | 252k|2878 | 0.000000e+00 |      --      |    Inf 
87.09/87.19	c  87.2s|440000 | 78508 |920520 |   2.1 |  67M|  36 |   - |  40 |7263 |  40 |  15 |  22 | 259k|2923 | 0.000000e+00 |      --      |    Inf 
89.49/89.56	c  89.6s|450000 | 79640 |940936 |   2.1 |  68M|  36 |   5 |  40 |6948 |  40 |  15 |  22 | 265k|2959 | 0.000000e+00 |      --      |    Inf 
91.79/91.84	c  91.8s|460000 | 80831 |961549 |   2.1 |  69M|  36 |   5 |  40 |7196 |  40 |  15 |  22 | 271k|2982 | 0.000000e+00 |      --      |    Inf 
94.09/94.12	c  94.1s|470000 | 82000 |982294 |   2.1 |  70M|  36 |   - |  40 |6783 |  40 |  15 |  22 | 278k|3017 | 0.000000e+00 |      --      |    Inf 
96.39/96.47	c  96.5s|480000 | 82981 |  1003k|   2.1 |  71M|  36 |   - |  40 |6852 |  40 |  15 |  22 | 284k|3061 | 0.000000e+00 |      --      |    Inf 
98.69/98.75	c  98.8s|490000 | 84073 |  1023k|   2.1 |  72M|  36 |   5 |  40 |6890 |  40 |  15 |  22 | 291k|3093 | 0.000000e+00 |      --      |    Inf 
101.09/101.14	c   101s|500000 | 85141 |  1044k|   2.1 |  73M|  36 |   - |  40 |6417 |  40 |  15 |  22 | 297k|3134 | 0.000000e+00 |      --      |    Inf 
103.19/103.25	c   103s|510000 | 86301 |  1064k|   2.1 |  75M|  36 |   - |  40 |7694 |   0 |   0 |  22 | 303k|3154 | 0.000000e+00 |      --      |    Inf 
105.49/105.60	c   106s|520000 | 87492 |  1085k|   2.1 |  75M|  36 |   - |  40 |6545 |  40 |  15 |  22 | 310k|3191 | 0.000000e+00 |      --      |    Inf 
107.79/107.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
107.79/107.84	c   108s|530000 | 88745 |  1105k|   2.1 |  77M|  36 |   - |  40 |6794 |   0 |   0 |  22 | 316k|3223 | 0.000000e+00 |      --      |    Inf 
110.20/110.23	c   110s|540000 | 89751 |  1127k|   2.1 |  78M|  36 |   5 |  40 |6310 |  40 |  15 |  22 | 322k|3268 | 0.000000e+00 |      --      |    Inf 
112.30/112.33	c   112s|550000 | 91047 |  1147k|   2.1 |  79M|  36 |   5 |  40 |7640 |  40 |  15 |  22 | 328k|3296 | 0.000000e+00 |      --      |    Inf 
114.69/114.77	c   115s|560000 | 91909 |  1168k|   2.1 |  80M|  36 |   5 |  40 |7002 |  40 |  15 |  22 | 335k|3329 | 0.000000e+00 |      --      |    Inf 
116.89/116.93	c   117s|570000 | 93048 |  1188k|   2.1 |  82M|  36 |   5 |  40 |8510 |  40 |  15 |  22 | 342k|3364 | 0.000000e+00 |      --      |    Inf 
119.40/119.41	c   119s|580000 | 94049 |  1209k|   2.1 |  82M|  36 |   - |  40 |7200 |   0 |   0 |  22 | 348k|3392 | 0.000000e+00 |      --      |    Inf 
121.49/121.56	c   122s|590000 | 95397 |  1230k|   2.1 |  84M|  36 |   5 |  40 |8532 |  40 |  15 |  22 | 354k|3418 | 0.000000e+00 |      --      |    Inf 
124.10/124.15	c   124s|600000 | 96349 |  1251k|   2.1 |  85M|  36 |   - |  40 |7553 |  40 |  15 |  22 | 361k|3438 | 0.000000e+00 |      --      |    Inf 
126.39/126.42	c   126s|610000 | 97769 |  1272k|   2.1 |  86M|  36 |   5 |  40 |9005 |  40 |  15 |  22 | 367k|3468 | 0.000000e+00 |      --      |    Inf 
128.90/128.95	c   129s|620000 | 98922 |  1293k|   2.1 |  87M|  36 |   - |  40 |7928 |   0 |   0 |  22 | 373k|3494 | 0.000000e+00 |      --      |    Inf 
131.29/131.39	c   131s|630000 | 99838 |  1314k|   2.1 |  88M|  36 |   - |  40 |7580 |  40 |  15 |  22 | 380k|3517 | 0.000000e+00 |      --      |    Inf 
133.79/133.80	c   134s|640000 |100908 |  1335k|   2.1 |  89M|  36 |   - |  40 |7069 |   0 |   0 |  22 | 386k|3552 | 0.000000e+00 |      --      |    Inf 
135.79/135.86	c   136s|650000 |102493 |  1356k|   2.1 |  91M|  36 |   - |  40 |  10k|  40 |  15 |  22 | 392k|3575 | 0.000000e+00 |      --      |    Inf 
138.29/138.34	c   138s|660000 |103787 |  1376k|   2.1 |  93M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 398k|3605 | 0.000000e+00 |      --      |    Inf 
140.99/141.05	c   141s|670000 |104852 |  1397k|   2.1 |  93M|  36 |   - |  40 |7693 |  40 |  15 |  22 | 405k|3638 | 0.000000e+00 |      --      |    Inf 
143.50/143.51	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.51	c   144s|680000 |105860 |  1418k|   2.1 |  94M|  36 |   5 |  40 |7503 |  40 |  15 |  22 | 411k|3658 | 0.000000e+00 |      --      |    Inf 
145.99/146.00	c   146s|690000 |106910 |  1438k|   2.1 |  95M|  36 |   5 |  40 |7274 |  40 |  15 |  22 | 418k|3689 | 0.000000e+00 |      --      |    Inf 
148.19/148.23	c   148s|700000 |108239 |  1459k|   2.1 |  96M|  36 |   5 |  40 |7961 |  40 |  15 |  22 | 424k|3712 | 0.000000e+00 |      --      |    Inf 
150.20/150.26	c   150s|710000 |110300 |  1480k|   2.1 |  98M|  36 |   5 |  40 |9325 |  40 |  15 |  22 | 429k|3738 | 0.000000e+00 |      --      |    Inf 
152.50/152.50	c   153s|720000 |111990 |  1501k|   2.1 | 100M|  36 |   5 |  40 |  11k|  40 |  15 |  22 | 435k|3780 | 0.000000e+00 |      --      |    Inf 
154.89/154.93	c   155s|730000 |113762 |  1523k|   2.1 | 102M|  36 |   - |  40 |  12k|  40 |  15 |  22 | 441k|3798 | 0.000000e+00 |      --      |    Inf 
157.69/157.73	c   158s|740000 |115123 |  1543k|   2.1 | 103M|  36 |   5 |  40 |  12k|  40 |  15 |  22 | 447k|3820 | 0.000000e+00 |      --      |    Inf 
160.60/160.63	c   161s|750000 |116341 |  1564k|   2.1 | 105M|  36 |   - |  40 |  13k|  40 |  15 |  22 | 453k|3851 | 0.000000e+00 |      --      |    Inf 
163.59/163.69	c   164s|760000 |117394 |  1584k|   2.1 | 106M|  36 |   5 |  40 |  12k|  40 |  15 |  22 | 459k|3875 | 0.000000e+00 |      --      |    Inf 
166.79/166.85	c   167s|770000 |118244 |  1605k|   2.1 | 106M|  36 |   5 |  40 |8552 |  40 |  15 |  22 | 466k|3895 | 0.000000e+00 |      --      |    Inf 
169.40/169.44	c   169s|780000 |119382 |  1626k|   2.1 | 107M|  36 |   5 |  40 |8219 |  40 |  15 |  22 | 472k|3918 | 0.000000e+00 |      --      |    Inf 
171.80/171.86	c   172s|790000 |120591 |  1647k|   2.1 | 108M|  36 |   5 |  40 |9410 |  40 |  15 |  22 | 479k|3953 | 0.000000e+00 |      --      |    Inf 
174.49/174.58	c   175s|800000 |121634 |  1668k|   2.1 | 109M|  36 |   5 |  40 |8512 |  40 |  15 |  22 | 485k|3984 | 0.000000e+00 |      --      |    Inf 
177.10/177.19	c   177s|810000 |122731 |  1688k|   2.1 | 110M|  36 |   5 |  40 |7757 |  40 |  15 |  22 | 491k|4013 | 0.000000e+00 |      --      |    Inf 
179.30/179.38	c   179s|820000 |123990 |  1709k|   2.1 | 112M|  36 |   - |  40 |  10k|  40 |  15 |  22 | 498k|4032 | 0.000000e+00 |      --      |    Inf 
182.00/182.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
182.00/182.07	c   182s|830000 |125032 |  1729k|   2.1 | 113M|  36 |   5 |  40 |9404 |  40 |  15 |  22 | 504k|4049 | 0.000000e+00 |      --      |    Inf 
184.80/184.89	c   185s|840000 |125946 |  1750k|   2.1 | 114M|  36 |   5 |  40 |8377 |  40 |  15 |  22 | 511k|4072 | 0.000000e+00 |      --      |    Inf 
187.19/187.24	c   187s|850000 |127189 |  1770k|   2.1 | 115M|  36 |   5 |  40 |8950 |  40 |  15 |  22 | 517k|4100 | 0.000000e+00 |      --      |    Inf 
189.59/189.61	c   190s|860000 |128537 |  1791k|   2.1 | 116M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 523k|4127 | 0.000000e+00 |      --      |    Inf 
192.70/192.73	c   193s|870000 |129168 |  1812k|   2.1 | 116M|  36 |   5 |  40 |6978 |  40 |  15 |  22 | 530k|4160 | 0.000000e+00 |      --      |    Inf 
195.20/195.27	c   195s|880000 |129966 |  1832k|   2.1 | 117M|  36 |   5 |  40 |7480 |  40 |  15 |  22 | 536k|4181 | 0.000000e+00 |      --      |    Inf 
197.70/197.77	c   198s|890000 |130820 |  1852k|   2.1 | 119M|  36 |   5 |  40 |7877 |  40 |  15 |  22 | 543k|4205 | 0.000000e+00 |      --      |    Inf 
200.00/200.09	c   200s|900000 |132182 |  1873k|   2.1 | 120M|  36 |   5 |  40 |9247 |  40 |  15 |  22 | 549k|4232 | 0.000000e+00 |      --      |    Inf 
202.70/202.72	c   203s|910000 |133082 |  1894k|   2.1 | 121M|  36 |   5 |  40 |9322 |  40 |  15 |  22 | 556k|4257 | 0.000000e+00 |      --      |    Inf 
205.19/205.25	c   205s|920000 |134275 |  1915k|   2.1 | 123M|  36 |   - |  40 |9869 |  40 |  15 |  22 | 562k|4281 | 0.000000e+00 |      --      |    Inf 
208.10/208.15	c   208s|930000 |134964 |  1935k|   2.1 | 123M|  36 |   5 |  40 |8550 |  40 |  15 |  22 | 569k|4321 | 0.000000e+00 |      --      |    Inf 
210.60/210.62	c   211s|940000 |135946 |  1956k|   2.1 | 124M|  36 |   - |  40 |9384 |  40 |  15 |  22 | 575k|4328 | 0.000000e+00 |      --      |    Inf 
213.19/213.20	c   213s|950000 |136902 |  1977k|   2.1 | 125M|  36 |   5 |  40 |9452 |  40 |  15 |  22 | 582k|4341 | 0.000000e+00 |      --      |    Inf 
215.79/215.85	c   216s|960000 |138194 |  1997k|   2.1 | 126M|  36 |   5 |  40 |8662 |  40 |  15 |  22 | 588k|4410 | 0.000000e+00 |      --      |    Inf 
218.10/218.17	c   218s|970000 |139644 |  2018k|   2.1 | 128M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 594k|4410 | 0.000000e+00 |      --      |    Inf 
221.10/221.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
221.10/221.20	c   221s|980000 |140218 |  2038k|   2.1 | 128M|  36 |   5 |  40 |7671 |  40 |  15 |  22 | 601k|4417 | 0.000000e+00 |      --      |    Inf 
223.69/223.72	c   224s|990000 |141028 |  2058k|   2.1 | 130M|  36 |   5 |  40 |8897 |  40 |  15 |  22 | 607k|4430 | 0.000000e+00 |      --      |    Inf 
226.50/226.51	c   227s|  1000k|141675 |  2079k|   2.1 | 130M|  36 |   - |  40 |6967 |  40 |  15 |  22 | 614k|4438 | 0.000000e+00 |      --      |    Inf 
228.80/228.84	c   229s|  1010k|142695 |  2099k|   2.1 | 132M|  36 |   - |  40 |8684 |  40 |  15 |  22 | 620k|4458 | 0.000000e+00 |      --      |    Inf 
231.50/231.54	c   232s|  1020k|143519 |  2120k|   2.1 | 132M|  36 |   - |  40 |7598 |   0 |   0 |  22 | 627k|4470 | 0.000000e+00 |      --      |    Inf 
233.79/233.82	c   234s|  1030k|144733 |  2141k|   2.1 | 134M|  36 |   - |  40 |9766 |  40 |  15 |  22 | 634k|4488 | 0.000000e+00 |      --      |    Inf 
236.30/236.34	c   236s|  1040k|146112 |  2163k|   2.1 | 135M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 640k|4496 | 0.000000e+00 |      --      |    Inf 
238.70/238.77	c   239s|  1050k|147708 |  2185k|   2.1 | 137M|  36 |   5 |  40 |  12k|  40 |  15 |  22 | 646k|4512 | 0.000000e+00 |      --      |    Inf 
241.60/241.60	c   242s|  1060k|148855 |  2207k|   2.1 | 139M|  36 |   5 |  40 |  12k|  40 |  15 |  22 | 652k|4524 | 0.000000e+00 |      --      |    Inf 
244.70/244.78	c   245s|  1070k|149797 |  2229k|   2.1 | 140M|  36 |   - |  40 |  12k|  40 |  15 |  22 | 659k|4539 | 0.000000e+00 |      --      |    Inf 
248.10/248.14	c   248s|  1080k|150357 |  2249k|   2.1 | 140M|  36 |   5 |  40 |8483 |  40 |  15 |  22 | 666k|4552 | 0.000000e+00 |      --      |    Inf 
250.90/250.95	c   251s|  1090k|151165 |  2270k|   2.1 | 140M|  36 |   - |  40 |8207 |  40 |  15 |  22 | 672k|4568 | 0.000000e+00 |      --      |    Inf 
253.69/253.78	c   254s|  1100k|151841 |  2291k|   2.1 | 141M|  36 |   - |  40 |7794 |  40 |  15 |  22 | 679k|4585 | 0.000000e+00 |      --      |    Inf 
256.10/256.11	c   256s|  1110k|153101 |  2312k|   2.1 | 143M|  36 |   5 |  40 |9683 |  40 |  15 |  22 | 686k|4622 | 0.000000e+00 |      --      |    Inf 
258.90/258.99	c   259s|  1120k|154072 |  2332k|   2.1 | 144M|  36 |   5 |  40 |9381 |  40 |  15 |  22 | 692k|4632 | 0.000000e+00 |      --      |    Inf 
261.80/261.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
261.80/261.88	c   262s|  1130k|154733 |  2353k|   2.1 | 145M|  36 |   5 |  40 |8586 |  40 |  15 |  22 | 699k|4661 | 0.000000e+00 |      --      |    Inf 
264.60/264.62	c   265s|  1140k|155608 |  2374k|   2.1 | 146M|  36 |   5 |  40 |8268 |  40 |  15 |  22 | 706k|4683 | 0.000000e+00 |      --      |    Inf 
267.19/267.30	c   267s|  1150k|156555 |  2395k|   2.1 | 147M|  36 |   - |  40 |8340 |   0 |   0 |  22 | 712k|4698 | 0.000000e+00 |      --      |    Inf 
269.60/269.61	c   270s|  1160k|157820 |  2416k|   2.1 | 149M|  36 |   5 |  40 |  11k|  40 |  15 |  22 | 718k|4720 | 0.000000e+00 |      --      |    Inf 
272.40/272.48	c   272s|  1170k|158639 |  2437k|   2.1 | 149M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 725k|4746 | 0.000000e+00 |      --      |    Inf 
275.19/275.23	c   275s|  1180k|159304 |  2458k|   2.1 | 150M|  36 |   - |  40 |9944 |  40 |  15 |  22 | 732k|4768 | 0.000000e+00 |      --      |    Inf 
278.40/278.44	c   278s|  1190k|159755 |  2478k|   2.1 | 150M|  36 |   - |  40 |7700 |  40 |  15 |  22 | 739k|4792 | 0.000000e+00 |      --      |    Inf 
280.80/280.82	c   281s|  1200k|160905 |  2499k|   2.1 | 152M|  36 |   - |  40 |9847 |  40 |  15 |  22 | 745k|4803 | 0.000000e+00 |      --      |    Inf 
283.20/283.27	c   283s|  1210k|162070 |  2520k|   2.1 | 153M|  36 |   - |  40 |  10k|  40 |  15 |  22 | 752k|4872 | 0.000000e+00 |      --      |    Inf 
286.40/286.44	c   286s|  1220k|162836 |  2541k|   2.1 | 154M|  36 |   5 |  40 |9496 |  40 |  15 |  22 | 759k|4872 | 0.000000e+00 |      --      |    Inf 
289.40/289.44	c   289s|  1230k|163485 |  2561k|   2.1 | 154M|  36 |   5 |  40 |8009 |  40 |  15 |  22 | 765k|4872 | 0.000000e+00 |      --      |    Inf 
292.10/292.14	c   292s|  1240k|164371 |  2582k|   2.1 | 156M|  36 |   5 |  40 |8353 |  40 |  15 |  22 | 772k|4911 | 0.000000e+00 |      --      |    Inf 
294.39/294.45	c   294s|  1250k|165708 |  2601k|   2.1 | 157M|  36 |   - |  40 |  10k|  40 |  15 |  22 | 778k|4928 | 0.000000e+00 |      --      |    Inf 
297.49/297.56	c   298s|  1260k|166337 |  2622k|   2.1 | 158M|  36 |   - |  40 |8800 |  40 |  15 |  22 | 785k|4937 | 0.000000e+00 |      --      |    Inf 
300.70/300.77	c   301s|  1270k|166714 |  2642k|   2.1 | 158M|  36 |   5 |  40 |7939 |  40 |  15 |  22 | 791k|4958 | 0.000000e+00 |      --      |    Inf 
303.30/303.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
303.30/303.39	c   303s|  1280k|167816 |  2663k|   2.1 | 160M|  36 |   5 |  40 |9527 |  40 |  15 |  22 | 798k|4975 | 0.000000e+00 |      --      |    Inf 
306.20/306.29	c   306s|  1290k|168498 |  2683k|   2.1 | 160M|  36 |   - |  40 |7816 |  40 |  15 |  22 | 804k|4986 | 0.000000e+00 |      --      |    Inf 
308.80/308.86	c   309s|  1300k|169382 |  2704k|   2.1 | 161M|  36 |   - |  40 |8857 |  40 |  15 |  22 | 811k|5014 | 0.000000e+00 |      --      |    Inf 
311.10/311.16	c   311s|  1310k|170741 |  2726k|   2.1 | 163M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 818k|5029 | 0.000000e+00 |      --      |    Inf 
314.40/314.42	c   314s|  1320k|171139 |  2747k|   2.1 | 163M|  36 |   5 |  40 |9018 |  40 |  15 |  22 | 825k|5046 | 0.000000e+00 |      --      |    Inf 
316.91/316.97	c   317s|  1330k|172156 |  2768k|   2.1 | 165M|  36 |   - |  40 |  10k|   0 |   0 |  22 | 831k|5057 | 0.000000e+00 |      --      |    Inf 
320.11/320.20	c   320s|  1340k|172732 |  2788k|   2.1 | 165M|  36 |   5 |  40 |8869 |  40 |  15 |  22 | 838k|5080 | 0.000000e+00 |      --      |    Inf 
322.89/322.99	c   323s|  1350k|173516 |  2809k|   2.1 | 166M|  36 |   5 |  40 |9409 |  40 |  15 |  22 | 845k|5098 | 0.000000e+00 |      --      |    Inf 
325.80/325.84	c   326s|  1360k|174194 |  2830k|   2.1 | 167M|  36 |   - |  40 |9407 |  40 |  15 |  22 | 851k|5116 | 0.000000e+00 |      --      |    Inf 
328.50/328.57	c   329s|  1370k|175132 |  2850k|   2.1 | 169M|  36 |   - |  40 |9779 |  40 |  15 |  22 | 858k|5130 | 0.000000e+00 |      --      |    Inf 
331.60/331.60	c   332s|  1380k|175675 |  2870k|   2.1 | 169M|  36 |   5 |  40 |8665 |  40 |  15 |  22 | 865k|5140 | 0.000000e+00 |      --      |    Inf 
334.20/334.29	c   334s|  1390k|176494 |  2891k|   2.1 | 170M|  36 |   5 |  40 |9147 |  40 |  15 |  22 | 871k|5154 | 0.000000e+00 |      --      |    Inf 
337.19/337.24	c   337s|  1400k|177235 |  2912k|   2.1 | 171M|  36 |   - |  40 |8022 |  40 |  15 |  22 | 878k|5178 | 0.000000e+00 |      --      |    Inf 
339.30/339.38	c   339s|  1410k|178762 |  2933k|   2.1 | 173M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 884k|5192 | 0.000000e+00 |      --      |    Inf 
342.10/342.12	c   342s|  1420k|179623 |  2955k|   2.1 | 174M|  36 |   - |  40 |  11k|  40 |  15 |  22 | 892k|5214 | 0.000000e+00 |      --      |    Inf 
344.90/344.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
344.90/344.91	c   345s|  1430k|180635 |  2976k|   2.1 | 176M|  36 |   5 |  40 |  14k|  40 |  15 |  22 | 898k|5237 | 0.000000e+00 |      --      |    Inf 
348.20/348.20	c   348s|  1440k|181572 |  2996k|   2.1 | 176M|  36 |   5 |  40 |  11k|  40 |  15 |  22 | 905k|5270 | 0.000000e+00 |      --      |    Inf 
351.09/351.17	c   351s|  1450k|182532 |  3016k|   2.1 | 177M|  36 |   5 |  40 |  11k|  40 |  15 |  22 | 911k|5287 | 0.000000e+00 |      --      |    Inf 
354.30/354.39	c   354s|  1460k|183179 |  3037k|   2.1 | 178M|  36 |   5 |  40 |9155 |  40 |  15 |  22 | 918k|5312 | 0.000000e+00 |      --      |    Inf 
356.89/356.95	c   357s|  1470k|184231 |  3057k|   2.1 | 179M|  36 |   5 |  40 |  11k|  40 |  15 |  22 | 924k|5330 | 0.000000e+00 |      --      |    Inf 
359.50/359.53	c   360s|  1480k|185342 |  3079k|   2.1 | 180M|  36 |   5 |  40 |  11k|  40 |  15 |  22 | 931k|5349 | 0.000000e+00 |      --      |    Inf 
362.10/362.10	c   362s|  1490k|186298 |  3099k|   2.1 | 182M|  36 |   5 |  40 |  13k|  40 |  15 |  22 | 937k|5371 | 0.000000e+00 |      --      |    Inf 
365.69/365.73	c   366s|  1500k|186598 |  3119k|   2.1 | 182M|  36 |   - |  40 |9905 |  40 |  15 |  22 | 944k|5381 | 0.000000e+00 |      --      |    Inf 
368.70/368.79	c   369s|  1510k|187182 |  3140k|   2.1 | 182M|  36 |   - |  40 |9382 |  40 |  15 |  22 | 951k|5404 | 0.000000e+00 |      --      |    Inf 
371.60/371.66	c   372s|  1520k|187712 |  3161k|   2.1 | 183M|  36 |   5 |  40 |9649 |  40 |  15 |  22 | 958k|5424 | 0.000000e+00 |      --      |    Inf 
374.00/374.01	c   374s|  1530k|189320 |  3182k|   2.1 | 185M|  36 |   - |  40 |  11k|   0 |   0 |  22 | 964k|5445 | 0.000000e+00 |      --      |    Inf 
376.60/376.67	c   377s|  1540k|190575 |  3204k|   2.1 | 187M|  36 |   5 |  40 |  13k|  40 |  15 |  22 | 971k|5469 | 0.000000e+00 |      --      |    Inf 
380.20/380.21	c   380s|  1550k|190983 |  3225k|   2.1 | 187M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 978k|5486 | 0.000000e+00 |      --      |    Inf 
383.50/383.53	c   384s|  1560k|191531 |  3245k|   2.1 | 187M|  36 |   5 |  40 |9754 |  40 |  15 |  22 | 985k|5501 | 0.000000e+00 |      --      |    Inf 
386.50/386.55	c   387s|  1570k|192139 |  3266k|   2.1 | 188M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 991k|5518 | 0.000000e+00 |      --      |    Inf 
389.90/389.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
389.90/389.96	c   390s|  1580k|192455 |  3287k|   2.1 | 189M|  36 |   5 |  40 |8683 |  40 |  15 |  22 | 998k|5535 | 0.000000e+00 |      --      |    Inf 
392.10/392.10	c   392s|  1590k|194024 |  3308k|   2.1 | 191M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1004k|5553 | 0.000000e+00 |      --      |    Inf 
395.20/395.28	c   395s|  1600k|194650 |  3328k|   2.1 | 191M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1011k|5575 | 0.000000e+00 |      --      |    Inf 
397.60/397.69	c   398s|  1610k|196696 |  3350k|   2.1 | 193M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1017k|5602 | 0.000000e+00 |      --      |    Inf 
400.40/400.42	c   400s|  1620k|198402 |  3371k|   2.1 | 195M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1023k|5615 | 0.000000e+00 |      --      |    Inf 
403.30/403.31	c   403s|  1630k|199832 |  3393k|   2.1 | 196M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1030k|5629 | 0.000000e+00 |      --      |    Inf 
406.70/406.73	c   407s|  1640k|200612 |  3414k|   2.1 | 197M|  36 |   - |  40 |  13k|  40 |  15 |  22 |1037k|5658 | 0.000000e+00 |      --      |    Inf 
409.60/409.61	c   410s|  1650k|202105 |  3436k|   2.1 | 199M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |1043k|5676 | 0.000000e+00 |      --      |    Inf 
413.20/413.20	c   413s|  1660k|202953 |  3457k|   2.1 | 200M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1050k|5690 | 0.000000e+00 |      --      |    Inf 
416.90/416.91	c   417s|  1670k|203500 |  3478k|   2.1 | 201M|  36 |   - |  40 |  14k|   0 |   0 |  22 |1057k|5713 | 0.000000e+00 |      --      |    Inf 
420.90/420.93	c   421s|  1680k|203978 |  3499k|   2.1 | 201M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1065k|5733 | 0.000000e+00 |      --      |    Inf 
423.30/423.39	c   423s|  1690k|205718 |  3520k|   2.1 | 204M|  36 |   - |  40 |  14k|  40 |  15 |  22 |1071k|5751 | 0.000000e+00 |      --      |    Inf 
426.50/426.51	c   427s|  1700k|206722 |  3541k|   2.1 | 204M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1077k|5763 | 0.000000e+00 |      --      |    Inf 
429.50/429.56	c   430s|  1710k|207590 |  3562k|   2.1 | 206M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1084k|5787 | 0.000000e+00 |      --      |    Inf 
432.50/432.51	c   433s|  1720k|208860 |  3585k|   2.1 | 208M|  36 |   5 |  40 |  16k|  40 |  15 |  22 |1091k|5799 | 0.000000e+00 |      --      |    Inf 
435.40/435.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
435.40/435.48	c   435s|  1730k|210371 |  3607k|   2.1 | 209M|  36 |   - |  40 |  17k|  40 |  15 |  22 |1098k|5816 | 0.000000e+00 |      --      |    Inf 
439.11/439.10	c   439s|  1740k|210977 |  3629k|   2.1 | 210M|  36 |   - |  40 |  16k|  40 |  15 |  22 |1105k|5839 | 0.000000e+00 |      --      |    Inf 
443.20/443.25	c   443s|  1750k|211606 |  3649k|   2.1 | 210M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1112k|5858 | 0.000000e+00 |      --      |    Inf 
447.60/447.61	c   448s|  1760k|211841 |  3670k|   2.1 | 210M|  36 |   - |  40 |  10k|  40 |  15 |  22 |1119k|5871 | 0.000000e+00 |      --      |    Inf 
450.70/450.72	c   451s|  1770k|212716 |  3690k|   2.1 | 211M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1125k|5883 | 0.000000e+00 |      --      |    Inf 
453.70/453.77	c   454s|  1780k|213357 |  3710k|   2.1 | 212M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1132k|5892 | 0.000000e+00 |      --      |    Inf 
457.00/457.00	c   457s|  1790k|214016 |  3731k|   2.1 | 212M|  36 |   - |  40 |9943 |  40 |  15 |  22 |1139k|5912 | 0.000000e+00 |      --      |    Inf 
459.80/459.87	c   460s|  1800k|215097 |  3752k|   2.1 | 214M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1145k|5927 | 0.000000e+00 |      --      |    Inf 
463.11/463.15	c   463s|  1810k|215720 |  3772k|   2.1 | 214M|  36 |   5 |  40 |9795 |  40 |  15 |  22 |1152k|5942 | 0.000000e+00 |      --      |    Inf 
466.00/466.05	c   466s|  1820k|216586 |  3793k|   2.1 | 215M|  36 |   5 |  40 |9708 |  40 |  15 |  22 |1159k|5955 | 0.000000e+00 |      --      |    Inf 
468.61/468.60	c   469s|  1830k|217389 |  3813k|   2.1 | 217M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1166k|5968 | 0.000000e+00 |      --      |    Inf 
471.90/471.91	c   472s|  1840k|218066 |  3834k|   2.1 | 217M|  36 |   - |  40 |9474 |  40 |  15 |  22 |1172k|5993 | 0.000000e+00 |      --      |    Inf 
474.80/474.82	c   475s|  1850k|218734 |  3854k|   2.1 | 218M|  36 |   - |  40 |9842 |  40 |  15 |  22 |1179k|6007 | 0.000000e+00 |      --      |    Inf 
478.00/478.09	c   478s|  1860k|219190 |  3875k|   2.1 | 219M|  36 |   - |  40 |8510 |  40 |  15 |  22 |1186k|6031 | 0.000000e+00 |      --      |    Inf 
480.50/480.52	c   481s|  1870k|220409 |  3896k|   2.1 | 220M|  36 |   - |  40 |  10k|  40 |  15 |  22 |1192k|6045 | 0.000000e+00 |      --      |    Inf 
483.01/483.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
483.01/483.00	c   483s|  1880k|221686 |  3918k|   2.1 | 222M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1199k|6060 | 0.000000e+00 |      --      |    Inf 
486.50/486.59	c   487s|  1890k|222392 |  3939k|   2.1 | 223M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1206k|6068 | 0.000000e+00 |      --      |    Inf 
489.61/489.63	c   490s|  1900k|223177 |  3960k|   2.1 | 224M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1212k|6086 | 0.000000e+00 |      --      |    Inf 
493.31/493.32	c   493s|  1910k|223563 |  3980k|   2.1 | 224M|  36 |   5 |  40 |9861 |  40 |  15 |  22 |1220k|6104 | 0.000000e+00 |      --      |    Inf 
496.21/496.22	c   496s|  1920k|224300 |  4001k|   2.1 | 225M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1226k|6120 | 0.000000e+00 |      --      |    Inf 
499.60/499.68	c   500s|  1930k|224710 |  4022k|   2.1 | 225M|  36 |   5 |  40 |9579 |  40 |  15 |  22 |1233k|6132 | 0.000000e+00 |      --      |    Inf 
502.70/502.78	c   503s|  1940k|225303 |  4042k|   2.1 | 226M|  36 |   5 |  40 |9562 |  40 |  15 |  22 |1240k|6155 | 0.000000e+00 |      --      |    Inf 
505.80/505.81	c   506s|  1950k|225926 |  4063k|   2.1 | 227M|  36 |   5 |  40 |8891 |  40 |  15 |  22 |1247k|6174 | 0.000000e+00 |      --      |    Inf 
508.60/508.66	c   509s|  1960k|226644 |  4083k|   2.1 | 228M|  36 |   5 |  40 |9872 |  40 |  15 |  22 |1254k|6187 | 0.000000e+00 |      --      |    Inf 
512.00/512.07	c   512s|  1970k|227002 |  4103k|   2.1 | 229M|  36 |   5 |  40 |8823 |  40 |  15 |  22 |1261k|6208 | 0.000000e+00 |      --      |    Inf 
514.91/514.94	c   515s|  1980k|227656 |  4124k|   2.1 | 230M|  36 |   - |  40 |9474 |  40 |  15 |  22 |1268k|6219 | 0.000000e+00 |      --      |    Inf 
517.60/517.63	c   518s|  1990k|228491 |  4145k|   2.1 | 231M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1274k|6234 | 0.000000e+00 |      --      |    Inf 
520.81/520.87	c   521s|  2000k|229140 |  4166k|   2.1 | 232M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1281k|6247 | 0.000000e+00 |      --      |    Inf 
524.11/524.18	c   524s|  2010k|229660 |  4186k|   2.1 | 233M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1288k|6259 | 0.000000e+00 |      --      |    Inf 
527.60/527.63	c   528s|  2020k|230051 |  4207k|   2.1 | 233M|  36 |   5 |  40 |9281 |  40 |  15 |  22 |1295k|6271 | 0.000000e+00 |      --      |    Inf 
530.41/530.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
530.41/530.47	c   530s|  2030k|230878 |  4227k|   2.1 | 234M|  36 |   - |  40 |9768 |  40 |  15 |  22 |1302k|6291 | 0.000000e+00 |      --      |    Inf 
532.90/532.91	c   533s|  2040k|232183 |  4247k|   2.1 | 236M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1308k|6306 | 0.000000e+00 |      --      |    Inf 
536.30/536.35	c   536s|  2050k|232540 |  4267k|   2.1 | 236M|  36 |   - |  40 |9126 |  40 |  15 |  22 |1314k|6323 | 0.000000e+00 |      --      |    Inf 
539.61/539.67	c   540s|  2060k|232759 |  4287k|   2.1 | 236M|  36 |   5 |  40 |8321 |  40 |  15 |  22 |1321k|6335 | 0.000000e+00 |      --      |    Inf 
542.60/542.65	c   543s|  2070k|233315 |  4307k|   2.1 | 237M|  36 |   5 |  40 |9538 |  40 |  15 |  22 |1328k|6345 | 0.000000e+00 |      --      |    Inf 
545.61/545.61	c   546s|  2080k|233943 |  4328k|   2.1 | 238M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1335k|6359 | 0.000000e+00 |      --      |    Inf 
548.91/548.98	c   549s|  2090k|234207 |  4349k|   2.1 | 239M|  36 |   - |  40 |9525 |  40 |  15 |  22 |1342k|6375 | 0.000000e+00 |      --      |    Inf 
551.80/551.80	c   552s|  2100k|235058 |  4369k|   2.1 | 240M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1349k|6394 | 0.000000e+00 |      --      |    Inf 
554.70/554.71	c   555s|  2110k|235756 |  4389k|   2.1 | 241M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1356k|6403 | 0.000000e+00 |      --      |    Inf 
558.00/558.00	c   558s|  2120k|236384 |  4410k|   2.1 | 242M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1363k|6413 | 0.000000e+00 |      --      |    Inf 
561.00/561.06	c   561s|  2130k|237007 |  4430k|   2.1 | 243M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1370k|6425 | 0.000000e+00 |      --      |    Inf 
564.41/564.44	c   564s|  2140k|237500 |  4450k|   2.1 | 243M|  36 |   - |  40 |  10k|  40 |  15 |  22 |1377k|6436 | 0.000000e+00 |      --      |    Inf 
567.91/567.96	c   568s|  2150k|237785 |  4471k|   2.1 | 244M|  36 |   5 |  40 |8781 |  40 |  15 |  22 |1384k|6447 | 0.000000e+00 |      --      |    Inf 
570.80/570.84	c   571s|  2160k|238455 |  4492k|   2.1 | 245M|  36 |   5 |  40 |9948 |  40 |  15 |  22 |1391k|6464 | 0.000000e+00 |      --      |    Inf 
574.11/574.13	c   574s|  2170k|238867 |  4513k|   2.1 | 245M|  36 |   5 |  40 |9319 |  40 |  15 |  22 |1398k|6480 | 0.000000e+00 |      --      |    Inf 
576.80/576.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
576.80/576.82	c   577s|  2180k|239621 |  4534k|   2.1 | 247M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1405k|6492 | 0.000000e+00 |      --      |    Inf 
580.00/580.05	c   580s|  2190k|240143 |  4554k|   2.1 | 248M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1412k|6504 | 0.000000e+00 |      --      |    Inf 
582.90/582.93	c   583s|  2200k|241082 |  4575k|   2.1 | 249M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1418k|6519 | 0.000000e+00 |      --      |    Inf 
586.51/586.52	c   587s|  2210k|241573 |  4595k|   2.1 | 249M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1425k|6536 | 0.000000e+00 |      --      |    Inf 
590.00/590.03	c   590s|  2220k|242115 |  4616k|   2.1 | 250M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1432k|6551 | 0.000000e+00 |      --      |    Inf 
593.01/593.09	c   593s|  2230k|242899 |  4637k|   2.1 | 251M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1439k|6571 | 0.000000e+00 |      --      |    Inf 
596.90/596.92	c   597s|  2240k|243193 |  4658k|   2.1 | 251M|  36 |   5 |  40 |9325 |  40 |  15 |  22 |1446k|6577 | 0.000000e+00 |      --      |    Inf 
599.80/599.89	c   600s|  2250k|243809 |  4678k|   2.1 | 252M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1453k|6589 | 0.000000e+00 |      --      |    Inf 
603.10/603.17	c   603s|  2260k|244238 |  4699k|   2.1 | 253M|  36 |   - |  40 |8559 |  40 |  15 |  22 |1459k|6608 | 0.000000e+00 |      --      |    Inf 
605.71/605.71	c   606s|  2270k|245012 |  4720k|   2.1 | 254M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1467k|6630 | 0.000000e+00 |      --      |    Inf 
609.00/609.07	c   609s|  2280k|245516 |  4741k|   2.1 | 255M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1474k|6641 | 0.000000e+00 |      --      |    Inf 
611.71/611.73	c   612s|  2290k|246431 |  4761k|   2.1 | 257M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1480k|6658 | 0.000000e+00 |      --      |    Inf 
615.01/615.01	c   615s|  2300k|246817 |  4781k|   2.1 | 257M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1487k|6671 | 0.000000e+00 |      --      |    Inf 
618.70/618.76	c   619s|  2310k|247023 |  4802k|   2.1 | 257M|  36 |   5 |  40 |8933 |  40 |  15 |  22 |1494k|6687 | 0.000000e+00 |      --      |    Inf 
621.50/621.57	c   622s|  2320k|247797 |  4823k|   2.1 | 258M|  36 |   - |  40 |  10k|  40 |  15 |  22 |1501k|6699 | 0.000000e+00 |      --      |    Inf 
624.70/624.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
624.70/624.74	c   625s|  2330k|248311 |  4844k|   2.1 | 259M|  36 |   - |  40 |9974 |  40 |  15 |  22 |1508k|6710 | 0.000000e+00 |      --      |    Inf 
627.91/627.95	c   628s|  2340k|248793 |  4865k|   2.1 | 259M|  36 |   5 |  40 |9880 |  40 |  15 |  22 |1515k|6728 | 0.000000e+00 |      --      |    Inf 
631.00/631.04	c   631s|  2350k|249358 |  4885k|   2.1 | 260M|  36 |   - |  40 |9668 |  40 |  15 |  22 |1521k|6743 | 0.000000e+00 |      --      |    Inf 
634.10/634.12	c   634s|  2360k|249836 |  4906k|   2.1 | 261M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1528k|6754 | 0.000000e+00 |      --      |    Inf 
637.60/637.68	c   638s|  2370k|250031 |  4926k|   2.1 | 261M|  36 |   5 |  40 |8957 |  40 |  15 |  22 |1535k|6769 | 0.000000e+00 |      --      |    Inf 
640.40/640.47	c   640s|  2380k|250693 |  4947k|   2.1 | 263M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1542k|6783 | 0.000000e+00 |      --      |    Inf 
643.70/643.73	c   644s|  2390k|251213 |  4967k|   2.1 | 264M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1549k|6799 | 0.000000e+00 |      --      |    Inf 
646.91/646.99	c   647s|  2400k|251697 |  4988k|   2.1 | 264M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1556k|6815 | 0.000000e+00 |      --      |    Inf 
650.11/650.16	c   650s|  2410k|252193 |  5008k|   2.1 | 265M|  36 |   5 |  40 |9865 |  40 |  15 |  22 |1563k|6832 | 0.000000e+00 |      --      |    Inf 
653.21/653.20	c   653s|  2420k|252812 |  5030k|   2.1 | 266M|  36 |   - |  40 |  10k|  40 |  15 |  22 |1570k|6843 | 0.000000e+00 |      --      |    Inf 
656.41/656.44	c   656s|  2430k|253295 |  5050k|   2.1 | 266M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1577k|6854 | 0.000000e+00 |      --      |    Inf 
659.91/659.97	c   660s|  2440k|253539 |  5071k|   2.1 | 267M|  36 |   5 |  40 |8853 |  40 |  15 |  22 |1584k|6866 | 0.000000e+00 |      --      |    Inf 
663.11/663.18	c   663s|  2450k|253913 |  5092k|   2.1 | 267M|  36 |   - |  40 |9251 |  40 |  15 |  22 |1591k|6885 | 0.000000e+00 |      --      |    Inf 
666.30/666.32	c   666s|  2460k|254304 |  5112k|   2.1 | 268M|  36 |   5 |  40 |9417 |  40 |  15 |  22 |1598k|6901 | 0.000000e+00 |      --      |    Inf 
669.61/669.63	c   670s|  2470k|254781 |  5133k|   2.1 | 268M|  36 |   - |  40 |8320 |  40 |  15 |  22 |1605k|6919 | 0.000000e+00 |      --      |    Inf 
671.70/671.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
671.70/671.74	c   672s|  2480k|257513 |  5155k|   2.1 | 270M|  36 |   5 |  40 |9531 |  40 |  15 |  22 |1610k|6938 | 0.000000e+00 |      --      |    Inf 
674.10/674.12	c   674s|  2490k|259658 |  5177k|   2.1 | 272M|  36 |   - |  40 |9655 |  40 |  15 |  22 |1616k|6949 | 0.000000e+00 |      --      |    Inf 
676.51/676.55	c   677s|  2500k|261628 |  5198k|   2.1 | 274M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1621k|6960 | 0.000000e+00 |      --      |    Inf 
679.20/679.26	c   679s|  2510k|263174 |  5219k|   2.1 | 275M|  36 |   - |  40 |  10k|  40 |  15 |  22 |1627k|6970 | 0.000000e+00 |      --      |    Inf 
681.70/681.71	c   682s|  2520k|264961 |  5241k|   2.1 | 277M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1633k|6991 | 0.000000e+00 |      --      |    Inf 
684.40/684.44	c   684s|  2530k|266423 |  5263k|   2.1 | 278M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1639k|7001 | 0.000000e+00 |      --      |    Inf 
687.11/687.17	c   687s|  2540k|267863 |  5284k|   2.1 | 279M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1645k|7011 | 0.000000e+00 |      --      |    Inf 
689.90/689.99	c   690s|  2550k|269295 |  5306k|   2.1 | 281M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1651k|7023 | 0.000000e+00 |      --      |    Inf 
692.61/692.66	c   693s|  2560k|270787 |  5327k|   2.1 | 283M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1658k|7035 | 0.000000e+00 |      --      |    Inf 
695.70/695.76	c   696s|  2570k|271957 |  5349k|   2.1 | 284M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1664k|7047 | 0.000000e+00 |      --      |    Inf 
699.11/699.12	c   699s|  2580k|272944 |  5370k|   2.1 | 285M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1670k|7066 | 0.000000e+00 |      --      |    Inf 
702.31/702.31	c   702s|  2590k|274069 |  5391k|   2.1 | 286M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1677k|7076 | 0.000000e+00 |      --      |    Inf 
705.61/705.60	c   706s|  2600k|274903 |  5413k|   2.1 | 287M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1684k|7089 | 0.000000e+00 |      --      |    Inf 
708.71/708.78	c   709s|  2610k|275990 |  5435k|   2.1 | 288M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1690k|7106 | 0.000000e+00 |      --      |    Inf 
711.91/711.98	c   712s|  2620k|277068 |  5456k|   2.1 | 290M|  36 |   - |  40 |  14k|  40 |  15 |  22 |1697k|7119 | 0.000000e+00 |      --      |    Inf 
714.91/715.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
714.91/715.00	c   715s|  2630k|278457 |  5478k|   2.1 | 291M|  36 |   - |  40 |  15k|  40 |  15 |  22 |1703k|7131 | 0.000000e+00 |      --      |    Inf 
718.01/718.05	c   718s|  2640k|280279 |  5500k|   2.1 | 293M|  36 |   - |  40 |  15k|  40 |  15 |  22 |1709k|7152 | 0.000000e+00 |      --      |    Inf 
721.11/721.17	c   721s|  2650k|281601 |  5522k|   2.1 | 295M|  36 |   5 |  40 |  17k|  40 |  15 |  22 |1715k|7166 | 0.000000e+00 |      --      |    Inf 
725.11/725.19	c   725s|  2660k|282387 |  5543k|   2.1 | 295M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1722k|7182 | 0.000000e+00 |      --      |    Inf 
728.91/728.91	c   729s|  2670k|283123 |  5565k|   2.1 | 296M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1729k|7192 | 0.000000e+00 |      --      |    Inf 
732.61/732.68	c   733s|  2680k|283858 |  5587k|   2.1 | 297M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1736k|7200 | 0.000000e+00 |      --      |    Inf 
736.01/736.05	c   736s|  2690k|284828 |  5608k|   2.1 | 298M|  36 |   - |  40 |  15k|  40 |  15 |  22 |1743k|7209 | 0.000000e+00 |      --      |    Inf 
739.21/739.25	c   739s|  2700k|286210 |  5630k|   2.1 | 300M|  36 |   - |  40 |  16k|  40 |  15 |  22 |1749k|7226 | 0.000000e+00 |      --      |    Inf 
743.11/743.16	c   743s|  2710k|287031 |  5651k|   2.1 | 300M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1755k|7234 | 0.000000e+00 |      --      |    Inf 
747.20/747.20	c   747s|  2720k|287531 |  5672k|   2.1 | 301M|  36 |   - |  40 |  14k|  40 |  15 |  22 |1762k|7243 | 0.000000e+00 |      --      |    Inf 
750.70/750.78	c   751s|  2730k|288273 |  5694k|   2.1 | 302M|  36 |   - |  40 |  15k|  40 |  15 |  22 |1769k|7254 | 0.000000e+00 |      --      |    Inf 
755.01/755.07	c   755s|  2740k|288665 |  5715k|   2.1 | 303M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1776k|7269 | 0.000000e+00 |      --      |    Inf 
758.81/758.87	c   759s|  2750k|289212 |  5737k|   2.1 | 304M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1783k|7279 | 0.000000e+00 |      --      |    Inf 
762.61/762.68	c   763s|  2760k|289729 |  5758k|   2.1 | 304M|  36 |   - |  40 |  14k|  40 |  15 |  22 |1790k|7293 | 0.000000e+00 |      --      |    Inf 
766.51/766.54	c   767s|  2770k|290146 |  5780k|   2.1 | 305M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1797k|7303 | 0.000000e+00 |      --      |    Inf 
770.20/770.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
770.20/770.27	c   770s|  2780k|290747 |  5802k|   2.1 | 306M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1804k|7312 | 0.000000e+00 |      --      |    Inf 
774.01/774.01	c   774s|  2790k|291391 |  5824k|   2.1 | 307M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1811k|7322 | 0.000000e+00 |      --      |    Inf 
778.11/778.15	c   778s|  2800k|291618 |  5845k|   2.1 | 308M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1818k|7337 | 0.000000e+00 |      --      |    Inf 
782.11/782.18	c   782s|  2810k|291896 |  5867k|   2.1 | 308M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1825k|7356 | 0.000000e+00 |      --      |    Inf 
785.71/785.75	c   786s|  2820k|292642 |  5888k|   2.1 | 310M|  36 |   5 |  40 |  16k|  40 |  15 |  22 |1832k|7372 | 0.000000e+00 |      --      |    Inf 
789.71/789.78	c   790s|  2830k|293299 |  5909k|   2.1 | 310M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |1839k|7385 | 0.000000e+00 |      --      |    Inf 
793.11/793.20	c   793s|  2840k|293948 |  5929k|   2.1 | 311M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |1846k|7401 | 0.000000e+00 |      --      |    Inf 
797.20/797.20	c   797s|  2850k|294368 |  5951k|   2.1 | 312M|  36 |   - |  40 |  15k|   0 |   0 |  22 |1853k|7419 | 0.000000e+00 |      --      |    Inf 
801.01/801.07	c   801s|  2860k|295261 |  5972k|   2.1 | 313M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1859k|7426 | 0.000000e+00 |      --      |    Inf 
804.01/804.03	c   804s|  2870k|296544 |  5992k|   2.1 | 314M|  36 |   - |  40 |  15k|  40 |  15 |  22 |1865k|7445 | 0.000000e+00 |      --      |    Inf 
807.71/807.79	c   808s|  2880k|296997 |  6012k|   2.1 | 315M|  36 |   - |  40 |  15k|   0 |   0 |  22 |1872k|7456 | 0.000000e+00 |      --      |    Inf 
812.21/812.20	c   812s|  2890k|297352 |  6032k|   2.1 | 314M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1879k|7466 | 0.000000e+00 |      --      |    Inf 
815.91/815.93	c   816s|  2900k|297739 |  6053k|   2.1 | 315M|  36 |   - |  40 |  10k|   0 |   0 |  22 |1886k|7482 | 0.000000e+00 |      --      |    Inf 
819.31/819.37	c   819s|  2910k|298155 |  6074k|   2.1 | 316M|  36 |   - |  40 |  10k|   0 |   0 |  22 |1892k|7491 | 0.000000e+00 |      --      |    Inf 
823.21/823.25	c   823s|  2920k|298270 |  6094k|   2.1 | 316M|  36 |   - |  40 |9260 |  40 |  15 |  22 |1899k|7516 | 0.000000e+00 |      --      |    Inf 
825.91/825.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
825.91/825.94	c   826s|  2930k|299100 |  6116k|   2.1 | 318M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1907k|7528 | 0.000000e+00 |      --      |    Inf 
829.91/829.95	c   830s|  2940k|299305 |  6137k|   2.1 | 318M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1914k|7541 | 0.000000e+00 |      --      |    Inf 
833.61/833.64	c   834s|  2950k|299516 |  6158k|   2.1 | 318M|  36 |   5 |  40 |9476 |  40 |  15 |  22 |1921k|7559 | 0.000000e+00 |      --      |    Inf 
836.61/836.66	c   837s|  2960k|300451 |  6179k|   2.1 | 319M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1928k|7571 | 0.000000e+00 |      --      |    Inf 
839.91/839.90	c   840s|  2970k|300918 |  6200k|   2.1 | 320M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1935k|7582 | 0.000000e+00 |      --      |    Inf 
843.11/843.17	c   843s|  2980k|301725 |  6220k|   2.1 | 321M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1941k|7619 | 0.000000e+00 |      --      |    Inf 
846.41/846.46	c   846s|  2990k|302199 |  6242k|   2.1 | 322M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1948k|7619 | 0.000000e+00 |      --      |    Inf 
850.01/850.03	c   850s|  3000k|302810 |  6262k|   2.1 | 323M|  36 |   - |  40 |  11k|   0 |   0 |  22 |1955k|7627 | 0.000000e+00 |      --      |    Inf 
853.81/853.83	c   854s|  3010k|303109 |  6283k|   2.1 | 323M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1962k|7639 | 0.000000e+00 |      --      |    Inf 
856.61/856.66	c   857s|  3020k|303908 |  6304k|   2.1 | 325M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1969k|7651 | 0.000000e+00 |      --      |    Inf 
860.11/860.20	c   860s|  3030k|304453 |  6325k|   2.1 | 325M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1976k|7662 | 0.000000e+00 |      --      |    Inf 
863.91/863.96	c   864s|  3040k|304781 |  6346k|   2.1 | 326M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1983k|7672 | 0.000000e+00 |      --      |    Inf 
867.71/867.78	c   868s|  3050k|305054 |  6367k|   2.1 | 326M|  36 |   5 |  40 |9518 |  40 |  15 |  22 |1990k|7688 | 0.000000e+00 |      --      |    Inf 
871.01/871.04	c   871s|  3060k|305532 |  6387k|   2.1 | 327M|  36 |   5 |  40 |9904 |  40 |  15 |  22 |1997k|7702 | 0.000000e+00 |      --      |    Inf 
874.21/874.29	c   874s|  3070k|306010 |  6408k|   2.1 | 328M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2004k|7713 | 0.000000e+00 |      --      |    Inf 
877.51/877.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
877.51/877.56	c   878s|  3080k|306368 |  6429k|   2.1 | 328M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2011k|7721 | 0.000000e+00 |      --      |    Inf 
880.52/880.50	c   880s|  3090k|307008 |  6449k|   2.1 | 329M|  36 |   - |  40 |  12k|  40 |  15 |  22 |2018k|7738 | 0.000000e+00 |      --      |    Inf 
884.31/884.32	c   884s|  3100k|307163 |  6469k|   2.1 | 329M|  36 |   5 |  40 |9817 |  40 |  15 |  22 |2025k|7753 | 0.000000e+00 |      --      |    Inf 
887.61/887.62	c   888s|  3110k|307570 |  6489k|   2.1 | 330M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2032k|7763 | 0.000000e+00 |      --      |    Inf 
891.11/891.15	c   891s|  3120k|307867 |  6510k|   2.1 | 331M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2039k|7775 | 0.000000e+00 |      --      |    Inf 
894.91/894.96	c   895s|  3130k|307833 |  6531k|   2.1 | 331M|  36 |   5 |  40 |9324 |  40 |  15 |  22 |2046k|7791 | 0.000000e+00 |      --      |    Inf 
898.32/898.35	c   898s|  3140k|308081 |  6551k|   2.1 | 332M|  36 |   - |  40 |9883 |  40 |  15 |  22 |2053k|7804 | 0.000000e+00 |      --      |    Inf 
901.81/901.83	c   902s|  3150k|308310 |  6572k|   2.1 | 332M|  36 |   5 |  40 |9254 |  40 |  15 |  22 |2060k|7820 | 0.000000e+00 |      --      |    Inf 
905.61/905.65	c   906s|  3160k|308305 |  6592k|   2.1 | 332M|  36 |   - |  40 |9324 |  40 |  15 |  22 |2067k|7828 | 0.000000e+00 |      --      |    Inf 
908.81/908.89	c   909s|  3170k|309087 |  6613k|   2.1 | 333M|  36 |   5 |  40 |9812 |  40 |  15 |  22 |2074k|7840 | 0.000000e+00 |      --      |    Inf 
911.61/911.67	c   912s|  3180k|309906 |  6635k|   2.1 | 335M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2081k|7846 | 0.000000e+00 |      --      |    Inf 
915.01/915.00	c   915s|  3190k|310453 |  6657k|   2.1 | 336M|  36 |   - |  40 |  12k|  40 |  15 |  22 |2087k|7853 | 0.000000e+00 |      --      |    Inf 
917.91/917.93	c   918s|  3200k|312119 |  6677k|   2.1 | 337M|  36 |   - |  40 |  12k|  40 |  15 |  22 |2093k|7864 | 0.000000e+00 |      --      |    Inf 
920.82/920.87	c   921s|  3210k|313498 |  6697k|   2.1 | 339M|  36 |   - |  40 |  13k|  40 |  15 |  22 |2099k|7871 | 0.000000e+00 |      --      |    Inf 
924.01/924.04	c   924s|  3220k|314475 |  6717k|   2.1 | 340M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2106k|7884 | 0.000000e+00 |      --      |    Inf 
927.11/927.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
927.11/927.15	c   927s|  3230k|315514 |  6737k|   2.1 | 341M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |2112k|7897 | 0.000000e+00 |      --      |    Inf 
930.81/930.82	c   931s|  3240k|316085 |  6757k|   2.1 | 342M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2119k|7913 | 0.000000e+00 |      --      |    Inf 
934.02/934.02	c   934s|  3250k|317052 |  6777k|   2.1 | 343M|  36 |   - |  40 |  16k|  40 |  15 |  22 |2125k|7928 | 0.000000e+00 |      --      |    Inf 
937.21/937.23	c   937s|  3260k|317978 |  6797k|   2.1 | 345M|  36 |   - |  40 |  17k|  40 |  15 |  22 |2132k|7934 | 0.000000e+00 |      --      |    Inf 
941.61/941.62	c   942s|  3270k|318022 |  6817k|   2.1 | 345M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |2139k|7949 | 0.000000e+00 |      --      |    Inf 
945.21/945.23	c   945s|  3280k|318469 |  6837k|   2.1 | 346M|  36 |   5 |  40 |  17k|  40 |  15 |  22 |2146k|7967 | 0.000000e+00 |      --      |    Inf 
949.52/949.58	c   950s|  3290k|318649 |  6858k|   2.1 | 345M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2153k|7986 | 0.000000e+00 |      --      |    Inf 
952.61/952.62	c   953s|  3300k|320190 |  6880k|   2.1 | 347M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |2159k|7995 | 0.000000e+00 |      --      |    Inf 
955.71/955.75	c   956s|  3310k|321554 |  6902k|   2.1 | 349M|  36 |   - |  40 |  17k|  40 |  15 |  22 |2166k|8008 | 0.000000e+00 |      --      |    Inf 
959.81/959.83	c   960s|  3320k|322187 |  6924k|   2.1 | 350M|  36 |   5 |  40 |  17k|  40 |  15 |  22 |2173k|8017 | 0.000000e+00 |      --      |    Inf 
964.21/964.28	c   964s|  3330k|322467 |  6947k|   2.1 | 351M|  36 |   5 |  40 |  18k|  40 |  15 |  22 |2180k|8025 | 0.000000e+00 |      --      |    Inf 
968.81/968.86	c   969s|  3340k|322684 |  6968k|   2.1 | 351M|  36 |   - |  40 |  16k|  40 |  15 |  22 |2188k|8037 | 0.000000e+00 |      --      |    Inf 
973.72/973.71	c   974s|  3350k|322770 |  6989k|   2.1 | 350M|  36 |   - |  40 |  12k|  40 |  15 |  22 |2195k|8049 | 0.000000e+00 |      --      |    Inf 
977.52/977.57	c   978s|  3360k|323049 |  7009k|   2.1 | 351M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2202k|8060 | 0.000000e+00 |      --      |    Inf 
981.52/981.51	c   982s|  3370k|323216 |  7030k|   2.1 | 351M|  36 |   5 |  40 |9254 |  40 |  15 |  22 |2209k|8083 | 0.000000e+00 |      --      |    Inf 
984.42/984.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
984.42/984.48	c   984s|  3380k|323993 |  7052k|   2.1 | 352M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2216k|8096 | 0.000000e+00 |      --      |    Inf 
987.72/987.72	c   988s|  3390k|324514 |  7073k|   2.1 | 353M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2223k|8111 | 0.000000e+00 |      --      |    Inf 
991.51/991.54	c   992s|  3400k|324723 |  7094k|   2.1 | 353M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2230k|8128 | 0.000000e+00 |      --      |    Inf 
995.32/995.36	c   995s|  3410k|324893 |  7114k|   2.1 | 354M|  36 |   - |  40 |9699 |  40 |  15 |  22 |2238k|8147 | 0.000000e+00 |      --      |    Inf 
998.61/998.61	c   999s|  3420k|325402 |  7135k|   2.1 | 355M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2244k|8161 | 0.000000e+00 |      --      |    Inf 
1002.42/1002.41	c  1002s|  3430k|325554 |  7156k|   2.1 | 355M|  36 |   - |  40 |9738 |  40 |  15 |  22 |2252k|8176 | 0.000000e+00 |      --      |    Inf 
1006.21/1006.24	c  1006s|  3440k|325632 |  7177k|   2.1 | 355M|  36 |   5 |  40 |9888 |  40 |  15 |  22 |2259k|8182 | 0.000000e+00 |      --      |    Inf 
1009.82/1009.81	c  1010s|  3450k|325877 |  7197k|   2.1 | 356M|  36 |   5 |  40 |9547 |  40 |  15 |  22 |2266k|8196 | 0.000000e+00 |      --      |    Inf 
1013.51/1013.58	c  1014s|  3460k|325934 |  7218k|   2.1 | 356M|  36 |   5 |  40 |8668 |  40 |  15 |  22 |2273k|8204 | 0.000000e+00 |      --      |    Inf 
1016.61/1016.61	c  1017s|  3470k|326371 |  7238k|   2.1 | 357M|  36 |   - |  40 |9849 |  40 |  15 |  22 |2280k|8219 | 0.000000e+00 |      --      |    Inf 
1019.62/1019.67	c  1020s|  3480k|326880 |  7258k|   2.1 | 358M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2286k|8224 | 0.000000e+00 |      --      |    Inf 
1023.42/1023.42	c  1023s|  3490k|326915 |  7279k|   2.1 | 358M|  36 |   5 |  40 |8406 |  40 |  15 |  22 |2294k|8240 | 0.000000e+00 |      --      |    Inf 
1026.01/1026.01	c  1026s|  3500k|327947 |  7300k|   2.1 | 360M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2300k|8249 | 0.000000e+00 |      --      |    Inf 
1029.81/1029.81	c  1030s|  3510k|328094 |  7321k|   2.1 | 360M|  36 |   5 |  40 |9236 |  40 |  15 |  22 |2307k|8257 | 0.000000e+00 |      --      |    Inf 
1032.21/1032.20	c  1032s|  3520k|329579 |  7342k|   2.1 | 362M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2313k|8272 | 0.000000e+00 |      --      |    Inf 
1035.22/1035.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1035.22/1035.28	c  1035s|  3530k|330250 |  7363k|   2.1 | 363M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |2320k|8286 | 0.000000e+00 |      --      |    Inf 
1038.53/1038.51	c  1039s|  3540k|330540 |  7384k|   2.1 | 364M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2327k|8295 | 0.000000e+00 |      --      |    Inf 
1042.02/1042.08	c  1042s|  3550k|331141 |  7405k|   2.1 | 364M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2334k|8307 | 0.000000e+00 |      --      |    Inf 
1045.51/1045.53	c  1046s|  3560k|331476 |  7427k|   2.1 | 365M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |2342k|8314 | 0.000000e+00 |      --      |    Inf 
1049.21/1049.27	c  1049s|  3570k|331757 |  7447k|   2.1 | 365M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2349k|8326 | 0.000000e+00 |      --      |    Inf 
1052.91/1052.92	c  1053s|  3580k|332030 |  7468k|   2.1 | 366M|  36 |   5 |  40 |9864 |  40 |  15 |  22 |2356k|8330 | 0.000000e+00 |      --      |    Inf 
1056.62/1056.69	c  1057s|  3590k|332056 |  7489k|   2.1 | 366M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2363k|8340 | 0.000000e+00 |      --      |    Inf 
1060.42/1060.45	c  1060s|  3600k|332147 |  7509k|   2.1 | 366M|  36 |   - |  40 |9541 |  40 |  15 |  22 |2370k|8354 | 0.000000e+00 |      --      |    Inf 
1063.61/1063.68	c  1064s|  3610k|332549 |  7530k|   2.1 | 367M|  36 |   - |  40 |9954 |  40 |  15 |  22 |2377k|8361 | 0.000000e+00 |      --      |    Inf 
1066.81/1066.86	c  1067s|  3620k|333347 |  7551k|   2.1 | 368M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2384k|8370 | 0.000000e+00 |      --      |    Inf 
1069.52/1069.57	c  1070s|  3630k|333979 |  7572k|   2.1 | 369M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2391k|8385 | 0.000000e+00 |      --      |    Inf 
1073.11/1073.13	c  1073s|  3640k|334162 |  7593k|   2.1 | 370M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2399k|8399 | 0.000000e+00 |      --      |    Inf 
1076.61/1076.65	c  1077s|  3650k|334483 |  7614k|   2.1 | 370M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2405k|8415 | 0.000000e+00 |      --      |    Inf 
1080.41/1080.41	c  1080s|  3660k|334652 |  7635k|   2.1 | 371M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2413k|8428 | 0.000000e+00 |      --      |    Inf 
1083.32/1083.36	c  1083s|  3670k|335385 |  7655k|   2.1 | 372M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2419k|8435 | 0.000000e+00 |      --      |    Inf 
1087.02/1087.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1087.02/1087.02	c  1087s|  3680k|335701 |  7676k|   2.1 | 372M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2427k|8460 | 0.000000e+00 |      --      |    Inf 
1090.12/1090.11	c  1090s|  3690k|337013 |  7697k|   2.1 | 374M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2433k|8469 | 0.000000e+00 |      --      |    Inf 
1092.92/1092.90	c  1093s|  3700k|338547 |  7718k|   2.1 | 376M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2439k|8479 | 0.000000e+00 |      --      |    Inf 
1096.21/1096.20	c  1096s|  3710k|339451 |  7739k|   2.1 | 377M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2446k|8489 | 0.000000e+00 |      --      |    Inf 
1099.42/1099.47	c  1099s|  3720k|340407 |  7761k|   2.1 | 378M|  36 |   5 |  40 |  16k|  40 |  15 |  22 |2452k|8507 | 0.000000e+00 |      --      |    Inf 
1103.32/1103.36	c  1103s|  3730k|341020 |  7782k|   2.1 | 380M|  36 |   5 |  40 |  16k|  40 |  15 |  22 |2459k|8516 | 0.000000e+00 |      --      |    Inf 
1107.72/1107.75	c  1108s|  3740k|341234 |  7803k|   2.1 | 380M|  36 |   - |  40 |  15k|  40 |  15 |  22 |2466k|8527 | 0.000000e+00 |      --      |    Inf 
1111.52/1111.52	c  1112s|  3750k|341881 |  7824k|   2.1 | 381M|  36 |   - |  40 |  18k|  40 |  15 |  22 |2473k|8539 | 0.000000e+00 |      --      |    Inf 
1116.72/1116.72	c  1117s|  3760k|341825 |  7844k|   2.1 | 381M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2481k|8553 | 0.000000e+00 |      --      |    Inf 
1121.02/1121.07	c  1121s|  3770k|342068 |  7865k|   2.1 | 381M|  36 |   - |  40 |  13k|  40 |  15 |  22 |2488k|8569 | 0.000000e+00 |      --      |    Inf 
1124.92/1124.91	c  1125s|  3780k|342355 |  7886k|   2.1 | 382M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2495k|8580 | 0.000000e+00 |      --      |    Inf 
1128.62/1128.61	c  1129s|  3790k|342803 |  7906k|   2.1 | 382M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2502k|8594 | 0.000000e+00 |      --      |    Inf 
1132.42/1132.42	c  1132s|  3800k|343089 |  7927k|   2.1 | 383M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2509k|8608 | 0.000000e+00 |      --      |    Inf 
1135.42/1135.43	c  1135s|  3810k|343840 |  7948k|   2.1 | 384M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2516k|8621 | 0.000000e+00 |      --      |    Inf 
1139.62/1139.65	c  1140s|  3820k|343838 |  7968k|   2.1 | 384M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2523k|8637 | 0.000000e+00 |      --      |    Inf 
1143.52/1143.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1143.52/1143.57	c  1144s|  3830k|343923 |  7989k|   2.1 | 384M|  36 |   5 |  40 |9191 |  40 |  15 |  22 |2530k|8652 | 0.000000e+00 |      --      |    Inf 
1146.81/1146.80	c  1147s|  3840k|344305 |  8010k|   2.1 | 385M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2538k|8660 | 0.000000e+00 |      --      |    Inf 
1149.91/1149.97	c  1150s|  3850k|344757 |  8031k|   2.1 | 386M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |2545k|8670 | 0.000000e+00 |      --      |    Inf 
1154.12/1154.10	c  1154s|  3860k|344806 |  8051k|   2.1 | 386M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2552k|8692 | 0.000000e+00 |      --      |    Inf 
1157.42/1157.46	c  1157s|  3870k|345258 |  8072k|   2.1 | 387M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2559k|8697 | 0.000000e+00 |      --      |    Inf 
1161.32/1161.36	c  1161s|  3880k|345336 |  8093k|   2.1 | 387M|  36 |   - |  40 |9953 |   0 |   0 |  22 |2566k|8711 | 0.000000e+00 |      --      |    Inf 
1164.92/1164.92	c  1165s|  3890k|345431 |  8113k|   2.1 | 387M|  36 |   5 |  40 |9096 |  40 |  15 |  22 |2573k|8718 | 0.000000e+00 |      --      |    Inf 
1168.33/1168.33	c  1168s|  3900k|345569 |  8135k|   2.1 | 388M|  36 |   5 |  40 |9637 |  40 |  15 |  22 |2581k|8732 | 0.000000e+00 |      --      |    Inf 
1171.42/1171.43	c  1171s|  3910k|345990 |  8156k|   2.1 | 389M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2587k|8751 | 0.000000e+00 |      --      |    Inf 
1174.72/1174.76	c  1175s|  3920k|346284 |  8176k|   2.1 | 390M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2595k|8757 | 0.000000e+00 |      --      |    Inf 
1178.22/1178.27	c  1178s|  3930k|346763 |  8197k|   2.1 | 390M|  36 |   - |  40 |  12k|  40 |  15 |  22 |2602k|8765 | 0.000000e+00 |      --      |    Inf 
1181.61/1181.65	c  1182s|  3940k|347412 |  8217k|   2.1 | 391M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2609k|8776 | 0.000000e+00 |      --      |    Inf 
1185.02/1185.06	c  1185s|  3950k|347796 |  8238k|   2.1 | 392M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2616k|8792 | 0.000000e+00 |      --      |    Inf 
1188.12/1188.18	c  1188s|  3960k|348437 |  8259k|   2.1 | 393M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2622k|8796 | 0.000000e+00 |      --      |    Inf 
1191.72/1191.72	c  1192s|  3970k|348859 |  8279k|   2.1 | 393M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2629k|8805 | 0.000000e+00 |      --      |    Inf 
1195.42/1195.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1195.42/1195.46	c  1195s|  3980k|349084 |  8300k|   2.1 | 393M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2636k|8815 | 0.000000e+00 |      --      |    Inf 
1199.13/1199.11	c  1199s|  3990k|349256 |  8320k|   2.1 | 394M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2643k|8834 | 0.000000e+00 |      --      |    Inf 
1203.01/1203.05	c  1203s|  4000k|349230 |  8341k|   2.1 | 394M|  36 |   - |  40 |9353 |   0 |   0 |  22 |2651k|8844 | 0.000000e+00 |      --      |    Inf 
1206.62/1206.69	c  1207s|  4010k|349327 |  8362k|   2.1 | 394M|  36 |   - |  40 |9117 |   0 |   0 |  22 |2658k|8852 | 0.000000e+00 |      --      |    Inf 
1209.42/1209.45	c  1209s|  4020k|350020 |  8383k|   2.1 | 396M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2665k|8865 | 0.000000e+00 |      --      |    Inf 
1212.42/1212.40	c  1212s|  4030k|350639 |  8404k|   2.1 | 397M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2671k|8877 | 0.000000e+00 |      --      |    Inf 
1216.92/1216.97	c  1217s|  4040k|350559 |  8425k|   2.1 | 396M|  36 |   5 |  40 |9415 |  40 |  15 |  22 |2679k|8883 | 0.000000e+00 |      --      |    Inf 
1220.72/1220.71	c  1221s|  4050k|350478 |  8445k|   2.1 | 397M|  36 |   - |  40 |9430 |  40 |  15 |  22 |2686k|8896 | 0.000000e+00 |      --      |    Inf 
1224.02/1224.00	c  1224s|  4060k|350809 |  8466k|   2.1 | 397M|  36 |   5 |  40 |9601 |  40 |  15 |  22 |2693k|8914 | 0.000000e+00 |      --      |    Inf 
1227.81/1227.82	c  1228s|  4070k|350705 |  8486k|   2.1 | 398M|  36 |   5 |  40 |8622 |  40 |  15 |  22 |2701k|8922 | 0.000000e+00 |      --      |    Inf 
1230.62/1230.60	c  1231s|  4080k|351546 |  8507k|   2.1 | 399M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2707k|8930 | 0.000000e+00 |      --      |    Inf 
1233.62/1233.69	c  1234s|  4090k|352347 |  8529k|   2.1 | 400M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2714k|8944 | 0.000000e+00 |      --      |    Inf 
1236.53/1236.57	c  1237s|  4100k|353494 |  8550k|   2.1 | 402M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2721k|8949 | 0.000000e+00 |      --      |    Inf 
1239.92/1239.90	c  1240s|  4110k|354061 |  8570k|   2.1 | 403M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2728k|8967 | 0.000000e+00 |      --      |    Inf 
1243.92/1243.92	c  1244s|  4120k|354125 |  8589k|   2.1 | 403M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2735k|8979 | 0.000000e+00 |      --      |    Inf 
1247.81/1247.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1247.81/1247.84	c  1248s|  4130k|354489 |  8610k|   2.1 | 404M|  36 |   - |  40 |  13k|   0 |   0 |  22 |2742k|8990 | 0.000000e+00 |      --      |    Inf 
1250.72/1250.76	c  1251s|  4140k|355801 |  8632k|   2.1 | 406M|  36 |   5 |  40 |  16k|  40 |  15 |  22 |2748k|8999 | 0.000000e+00 |      --      |    Inf 
1254.13/1254.19	c  1254s|  4150k|356522 |  8653k|   2.1 | 407M|  36 |   5 |  40 |  17k|  40 |  15 |  22 |2755k|9025 | 0.000000e+00 |      --      |    Inf 
1259.22/1259.24	c  1259s|  4160k|356506 |  8674k|   2.1 | 406M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2763k|9041 | 0.000000e+00 |      --      |    Inf 
1263.52/1263.53	c  1264s|  4170k|356604 |  8694k|   2.1 | 406M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2770k|9052 | 0.000000e+00 |      --      |    Inf 
1266.92/1266.93	c  1267s|  4180k|357085 |  8715k|   2.1 | 407M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2777k|9063 | 0.000000e+00 |      --      |    Inf 
1270.32/1270.36	c  1270s|  4190k|357296 |  8735k|   2.1 | 408M|  36 |   - |  40 |  11k|   0 |   0 |  22 |2784k|9066 | 0.000000e+00 |      --      |    Inf 
1274.42/1274.46	c  1274s|  4200k|357390 |  8756k|   2.1 | 408M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2791k|9078 | 0.000000e+00 |      --      |    Inf 
1278.23/1278.21	c  1278s|  4210k|357457 |  8777k|   2.1 | 408M|  36 |   - |  40 |  10k|   0 |   0 |  22 |2799k|9090 | 0.000000e+00 |      --      |    Inf 
1282.22/1282.23	c  1282s|  4220k|357563 |  8797k|   2.1 | 408M|  36 |   - |  40 |9790 |  40 |  15 |  22 |2806k|9104 | 0.000000e+00 |      --      |    Inf 
1285.82/1285.86	c  1286s|  4230k|357639 |  8818k|   2.1 | 409M|  36 |   5 |  40 |9539 |  40 |  15 |  22 |2814k|9108 | 0.000000e+00 |      --      |    Inf 
1289.52/1289.50	c  1290s|  4240k|357756 |  8839k|   2.1 | 409M|  36 |   5 |  40 |9666 |  40 |  15 |  22 |2821k|9122 | 0.000000e+00 |      --      |    Inf 
1292.63/1292.69	c  1293s|  4250k|358130 |  8859k|   2.1 | 410M|  36 |   - |  40 |  10k|   0 |   0 |  22 |2828k|9127 | 0.000000e+00 |      --      |    Inf 
1296.02/1296.00	c  1296s|  4260k|358470 |  8880k|   2.1 | 411M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2835k|9136 | 0.000000e+00 |      --      |    Inf 
1299.92/1299.93	c  1300s|  4270k|358501 |  8901k|   2.1 | 411M|  36 |   5 |  40 |9571 |  40 |  15 |  22 |2842k|9147 | 0.000000e+00 |      --      |    Inf 
1303.32/1303.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1303.32/1303.33	c  1303s|  4280k|359108 |  8922k|   2.1 | 412M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2849k|9161 | 0.000000e+00 |      --      |    Inf 
1306.32/1306.35	c  1306s|  4290k|359595 |  8943k|   2.1 | 413M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2856k|9172 | 0.000000e+00 |      --      |    Inf 
1309.52/1309.55	c  1310s|  4300k|360190 |  8964k|   2.1 | 414M|  36 |   - |  40 |  13k|  40 |  15 |  22 |2864k|9183 | 0.000000e+00 |      --      |    Inf 
1313.82/1313.82	c  1314s|  4310k|360248 |  8985k|   2.1 | 414M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2871k|9190 | 0.000000e+00 |      --      |    Inf 
1317.12/1317.19	c  1317s|  4320k|360771 |  9006k|   2.1 | 416M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2878k|9199 | 0.000000e+00 |      --      |    Inf 
1321.13/1321.17	c  1321s|  4330k|361007 |  9028k|   2.1 | 416M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2886k|9210 | 0.000000e+00 |      --      |    Inf 
1324.72/1324.77	c  1325s|  4340k|361350 |  9049k|   2.1 | 416M|  36 |   - |  40 |  12k|  40 |  15 |  22 |2893k|9216 | 0.000000e+00 |      --      |    Inf 
1328.02/1328.01	c  1328s|  4350k|362040 |  9070k|   2.1 | 418M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2900k|9227 | 0.000000e+00 |      --      |    Inf 
1331.92/1331.93	c  1332s|  4360k|362355 |  9090k|   2.1 | 418M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2907k|9238 | 0.000000e+00 |      --      |    Inf 
1336.12/1336.14	c  1336s|  4370k|362381 |  9111k|   2.1 | 418M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2914k|9250 | 0.000000e+00 |      --      |    Inf 
1340.22/1340.21	c  1340s|  4380k|362404 |  9132k|   2.1 | 418M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2921k|9261 | 0.000000e+00 |      --      |    Inf 
1344.12/1344.14	c  1344s|  4390k|362438 |  9153k|   2.1 | 419M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2929k|9270 | 0.000000e+00 |      --      |    Inf 
1347.82/1347.89	c  1348s|  4400k|362624 |  9174k|   2.1 | 419M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2936k|9284 | 0.000000e+00 |      --      |    Inf 
1351.82/1351.81	c  1352s|  4410k|362748 |  9194k|   2.1 | 420M|  36 |   - |  40 |  10k|   0 |   0 |  22 |2943k|9294 | 0.000000e+00 |      --      |    Inf 
1354.92/1354.91	c  1355s|  4420k|363626 |  9215k|   2.1 | 421M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2950k|9302 | 0.000000e+00 |      --      |    Inf 
1358.53/1358.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1358.53/1358.51	c  1359s|  4430k|363685 |  9234k|   2.1 | 421M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2957k|9305 | 0.000000e+00 |      --      |    Inf 
1362.32/1362.32	c  1362s|  4440k|363801 |  9255k|   2.1 | 421M|  36 |   - |  40 |  10k|   0 |   0 |  22 |2964k|9318 | 0.000000e+00 |      --      |    Inf 
1366.22/1366.21	c  1366s|  4450k|363863 |  9276k|   2.1 | 422M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2972k|9328 | 0.000000e+00 |      --      |    Inf 
1370.02/1370.07	c  1370s|  4460k|363952 |  9296k|   2.1 | 422M|  36 |   5 |  40 |9497 |  40 |  15 |  22 |2979k|9339 | 0.000000e+00 |      --      |    Inf 
1372.93/1372.92	c  1373s|  4470k|364558 |  9317k|   2.1 | 423M|  36 |   - |  40 |  12k|   0 |   0 |  22 |2986k|9341 | 0.000000e+00 |      --      |    Inf 
1376.42/1376.44	c  1376s|  4480k|364954 |  9338k|   2.1 | 424M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2993k|9353 | 0.000000e+00 |      --      |    Inf 
1380.72/1380.73	c  1381s|  4490k|364763 |  9359k|   2.1 | 424M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3000k|9369 | 0.000000e+00 |      --      |    Inf 
1383.52/1383.51	c  1384s|  4500k|365463 |  9381k|   2.1 | 425M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3008k|9380 | 0.000000e+00 |      --      |    Inf 
1387.42/1387.42	c  1387s|  4510k|365717 |  9401k|   2.1 | 426M|  36 |   - |  40 |  11k|  40 |  15 |  22 |3015k|9388 | 0.000000e+00 |      --      |    Inf 
1390.82/1390.89	c  1391s|  4520k|366356 |  9421k|   2.1 | 427M|  36 |   - |  40 |  12k|  40 |  15 |  22 |3021k|9397 | 0.000000e+00 |      --      |    Inf 
1393.83/1393.82	c  1394s|  4530k|367392 |  9443k|   2.1 | 428M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3028k|9411 | 0.000000e+00 |      --      |    Inf 
1397.22/1397.22	c  1397s|  4540k|368084 |  9463k|   2.1 | 430M|  36 |   - |  40 |  17k|  40 |  15 |  22 |3035k|9426 | 0.000000e+00 |      --      |    Inf 
1400.82/1400.87	c  1401s|  4550k|368633 |  9484k|   2.1 | 431M|  36 |   5 |  40 |  17k|  40 |  15 |  22 |3042k|9430 | 0.000000e+00 |      --      |    Inf 
1406.23/1406.27	c  1406s|  4560k|368373 |  9505k|   2.1 | 430M|  36 |   - |  40 |  12k|  40 |  15 |  22 |3049k|9440 | 0.000000e+00 |      --      |    Inf 
1410.52/1410.52	c  1411s|  4570k|368437 |  9526k|   2.1 | 430M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |3057k|9454 | 0.000000e+00 |      --      |    Inf 
1413.63/1413.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1413.63/1413.68	c  1414s|  4580k|369014 |  9546k|   2.1 | 431M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3064k|9464 | 0.000000e+00 |      --      |    Inf 
1417.32/1417.39	c  1417s|  4590k|369754 |  9567k|   2.1 | 431M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3070k|9477 | 0.000000e+00 |      --      |    Inf 
1420.72/1420.71	c  1421s|  4600k|370507 |  9588k|   2.1 | 433M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3077k|9484 | 0.000000e+00 |      --      |    Inf 
1425.22/1425.29	c  1425s|  4610k|370410 |  9609k|   2.1 | 433M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |3085k|9499 | 0.000000e+00 |      --      |    Inf 
1429.52/1429.54	c  1430s|  4620k|370468 |  9629k|   2.1 | 433M|  36 |   - |  40 |  12k|  40 |  15 |  22 |3092k|9507 | 0.000000e+00 |      --      |    Inf 
1433.43/1433.42	c  1433s|  4630k|370823 |  9651k|   2.1 | 434M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3099k|9520 | 0.000000e+00 |      --      |    Inf 
1437.13/1437.13	c  1437s|  4640k|371025 |  9672k|   2.1 | 434M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3107k|9533 | 0.000000e+00 |      --      |    Inf 
1440.93/1440.90	c  1441s|  4650k|371259 |  9693k|   2.1 | 435M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3114k|9545 | 0.000000e+00 |      --      |    Inf 
1445.22/1445.20	c  1445s|  4660k|371190 |  9714k|   2.1 | 435M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |3122k|9556 | 0.000000e+00 |      --      |    Inf 
1448.83/1448.81	c  1449s|  4670k|371509 |  9734k|   2.1 | 436M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |3129k|9559 | 0.000000e+00 |      --      |    Inf 
1453.03/1453.01	c  1453s|  4680k|371423 |  9755k|   2.1 | 435M|  36 |   - |  40 |9617 |  40 |  15 |  22 |3136k|9568 | 0.000000e+00 |      --      |    Inf 
1455.72/1455.78	c  1456s|  4690k|372617 |  9776k|   2.1 | 437M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3142k|9579 | 0.000000e+00 |      --      |    Inf 
1458.92/1458.94	c  1459s|  4700k|373645 |  9798k|   2.1 | 439M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3149k|9587 | 0.000000e+00 |      --      |    Inf 
1462.73/1462.72	c  1463s|  4710k|374165 |  9818k|   2.1 | 440M|  36 |   - |  40 |  17k|  40 |  15 |  22 |3156k|9595 | 0.000000e+00 |      --      |    Inf 
1467.62/1467.66	c  1468s|  4720k|374009 |  9840k|   2.1 | 441M|  36 |   - |  40 |  18k|  40 |  15 |  22 |3164k|9612 | 0.000000e+00 |      --      |    Inf 
1472.43/1472.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1472.43/1472.41	c  1472s|  4730k|374271 |  9861k|   2.1 | 441M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3172k|9620 | 0.000000e+00 |      --      |    Inf 
1477.02/1477.05	c  1477s|  4740k|374471 |  9881k|   2.1 | 441M|  36 |   - |  40 |  14k|  40 |  15 |  22 |3179k|9633 | 0.000000e+00 |      --      |    Inf 
1481.42/1481.42	c  1481s|  4750k|374694 |  9902k|   2.1 | 441M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3186k|9642 | 0.000000e+00 |      --      |    Inf 
1485.43/1485.49	c  1485s|  4760k|374891 |  9923k|   2.1 | 441M|  36 |   - |  40 |  11k|  40 |  15 |  22 |3193k|9648 | 0.000000e+00 |      --      |    Inf 
1489.22/1489.25	c  1489s|  4770k|375096 |  9943k|   2.1 | 442M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3200k|9655 | 0.000000e+00 |      --      |    Inf 
1492.93/1492.94	c  1493s|  4780k|375364 |  9964k|   2.1 | 442M|  36 |   - |  40 |  11k|   0 |   0 |  22 |3207k|9665 | 0.000000e+00 |      --      |    Inf 
1495.72/1495.77	c  1496s|  4790k|376314 |  9986k|   2.1 | 444M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3214k|9674 | 0.000000e+00 |      --      |    Inf 
1499.83/1499.82	c  1500s|  4800k|376583 | 10007k|   2.1 | 444M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |3221k|9690 | 0.000000e+00 |      --      |    Inf 
1503.73/1503.76	c  1504s|  4810k|377013 | 10027k|   2.1 | 445M|  36 |   - |  40 |  13k|  40 |  15 |  22 |3227k|9699 | 0.000000e+00 |      --      |    Inf 
1507.73/1507.73	c  1508s|  4820k|377151 | 10048k|   2.1 | 445M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3235k|9708 | 0.000000e+00 |      --      |    Inf 
1512.03/1512.01	c  1512s|  4830k|377205 | 10069k|   2.1 | 445M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3242k|9719 | 0.000000e+00 |      --      |    Inf 
1516.12/1516.18	c  1516s|  4840k|377229 | 10090k|   2.1 | 445M|  36 |   - |  40 |9955 |  40 |  15 |  22 |3250k|9724 | 0.000000e+00 |      --      |    Inf 
1519.92/1519.99	c  1520s|  4850k|377250 | 10110k|   2.1 | 446M|  36 |   - |  40 |9804 |   0 |   0 |  22 |3257k|9731 | 0.000000e+00 |      --      |    Inf 
1522.73/1522.79	c  1523s|  4860k|378965 | 10131k|   2.1 | 447M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3263k|9743 | 0.000000e+00 |      --      |    Inf 
1525.53/1525.54	c  1526s|  4870k|380450 | 10151k|   2.1 | 449M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |3269k|9745 | 0.000000e+00 |      --      |    Inf 
1528.33/1528.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1528.33/1528.36	c  1528s|  4880k|381975 | 10171k|   2.1 | 450M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3275k|9753 | 0.000000e+00 |      --      |    Inf 
1531.23/1531.29	c  1531s|  4890k|383628 | 10192k|   2.1 | 452M|  36 |   - |  40 |  12k|  40 |  15 |  22 |3281k|9764 | 0.000000e+00 |      --      |    Inf 
1534.33/1534.31	c  1534s|  4900k|385210 | 10213k|   2.1 | 454M|  36 |   - |  40 |  14k|  40 |  15 |  22 |3287k|9778 | 0.000000e+00 |      --      |    Inf 
1537.73/1537.71	c  1538s|  4910k|386251 | 10234k|   2.1 | 455M|  36 |   - |  40 |  15k|  40 |  15 |  22 |3294k|9791 | 0.000000e+00 |      --      |    Inf 
1541.23/1541.25	c  1541s|  4920k|387365 | 10255k|   2.1 | 456M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3300k|9793 | 0.000000e+00 |      --      |    Inf 
1544.63/1544.63	c  1545s|  4930k|388790 | 10276k|   2.1 | 457M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3306k|9809 | 0.000000e+00 |      --      |    Inf 
1548.03/1548.00	c  1548s|  4940k|389927 | 10297k|   2.1 | 459M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3313k|9817 | 0.000000e+00 |      --      |    Inf 
1551.83/1551.81	c  1552s|  4950k|390770 | 10317k|   2.1 | 459M|  36 |   - |  40 |  14k|  40 |  15 |  22 |3319k|9822 | 0.000000e+00 |      --      |    Inf 
1555.43/1555.48	c  1555s|  4960k|391520 | 10338k|   2.1 | 460M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3326k|9827 | 0.000000e+00 |      --      |    Inf 
1558.92/1558.98	c  1559s|  4970k|392348 | 10358k|   2.1 | 461M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3332k|9829 | 0.000000e+00 |      --      |    Inf 
1562.72/1562.70	c  1563s|  4980k|393109 | 10379k|   2.1 | 462M|  36 |   - |  40 |  13k|   0 |   0 |  22 |3339k|9834 | 0.000000e+00 |      --      |    Inf 
1566.43/1566.42	c  1566s|  4990k|393764 | 10400k|   2.1 | 463M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3346k|9845 | 0.000000e+00 |      --      |    Inf 
1570.13/1570.18	c  1570s|  5000k|394379 | 10420k|   2.1 | 464M|  36 |   - |  40 |  13k|   0 |   0 |  22 |3353k|9852 | 0.000000e+00 |      --      |    Inf 
1574.02/1574.04	c  1574s|  5010k|394775 | 10440k|   2.1 | 465M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |3360k|9855 | 0.000000e+00 |      --      |    Inf 
1577.72/1577.74	c  1578s|  5020k|395303 | 10461k|   2.1 | 466M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3367k|9865 | 0.000000e+00 |      --      |    Inf 
1581.83/1581.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1581.83/1581.90	c  1582s|  5030k|395631 | 10482k|   2.1 | 466M|  36 |   - |  40 |  14k|  40 |  15 |  22 |3374k|9868 | 0.000000e+00 |      --      |    Inf 
1586.02/1586.02	c  1586s|  5040k|395862 | 10502k|   2.1 | 467M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3381k|9876 | 0.000000e+00 |      --      |    Inf 
1589.82/1589.88	c  1590s|  5050k|396208 | 10522k|   2.1 | 467M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3388k|9884 | 0.000000e+00 |      --      |    Inf 
1593.53/1593.54	c  1594s|  5060k|396669 | 10543k|   2.1 | 469M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3395k|9890 | 0.000000e+00 |      --      |    Inf 
1597.62/1597.66	c  1598s|  5070k|396934 | 10564k|   2.1 | 469M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3402k|9898 | 0.000000e+00 |      --      |    Inf 
1601.63/1601.66	c  1602s|  5080k|397240 | 10585k|   2.1 | 470M|  36 |   - |  40 |  15k|  40 |  15 |  22 |3409k|9910 | 0.000000e+00 |      --      |    Inf 
1606.23/1606.20	c  1606s|  5090k|397272 | 10605k|   2.1 | 470M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3417k|9915 | 0.000000e+00 |      --      |    Inf 
1610.82/1610.88	c  1611s|  5100k|397023 | 10625k|   2.1 | 470M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |3424k|9923 | 0.000000e+00 |      --      |    Inf 
1615.02/1615.07	c  1615s|  5110k|397054 | 10645k|   2.1 | 470M|  36 |   - |  40 |  14k|  40 |  15 |  22 |3431k|9930 | 0.000000e+00 |      --      |    Inf 
1619.33/1619.33	c  1619s|  5120k|397164 | 10665k|   2.1 | 471M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3438k|9941 | 0.000000e+00 |      --      |    Inf 
1623.53/1623.56	c  1624s|  5130k|397250 | 10685k|   2.1 | 471M|  36 |   - |  40 |  15k|   0 |   0 |  22 |3445k|9949 | 0.000000e+00 |      --      |    Inf 
1627.33/1627.31	c  1627s|  5140k|397751 | 10705k|   2.1 | 473M|  36 |   5 |  40 |  17k|  40 |  15 |  22 |3452k|9960 | 0.000000e+00 |      --      |    Inf 
1632.83/1632.88	c  1633s|  5150k|397768 | 10726k|   2.1 | 472M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3459k|9973 | 0.000000e+00 |      --      |    Inf 
1637.93/1637.96	c  1638s|  5160k|397665 | 10746k|   2.1 | 472M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |3467k|9982 | 0.000000e+00 |      --      |    Inf 
1642.02/1642.05	c  1642s|  5170k|397979 | 10768k|   2.1 | 473M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3474k|9994 | 0.000000e+00 |      --      |    Inf 
1646.42/1646.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1646.42/1646.45	c  1646s|  5180k|397961 | 10789k|   2.1 | 473M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3481k|9998 | 0.000000e+00 |      --      |    Inf 
1650.13/1650.10	c  1650s|  5190k|398210 | 10810k|   2.1 | 473M|  36 |   - |  40 |  11k|  40 |  15 |  22 |3488k|  10k| 0.000000e+00 |      --      |    Inf 
1653.83/1653.85	c  1654s|  5200k|398527 | 10830k|   2.1 | 474M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3495k|  10k| 0.000000e+00 |      --      |    Inf 
1657.52/1657.50	c  1658s|  5210k|398759 | 10850k|   2.1 | 474M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3502k|  10k| 0.000000e+00 |      --      |    Inf 
1661.52/1661.55	c  1662s|  5220k|398782 | 10871k|   2.1 | 474M|  36 |   - |  40 |  10k|   0 |   0 |  22 |3510k|  10k| 0.000000e+00 |      --      |    Inf 
1664.92/1664.92	c  1665s|  5230k|399148 | 10892k|   2.1 | 475M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |3517k|  10k| 0.000000e+00 |      --      |    Inf 
1668.52/1668.52	c  1669s|  5240k|399299 | 10912k|   2.1 | 476M|  36 |   - |  40 |  11k|  40 |  15 |  22 |3524k|  10k| 0.000000e+00 |      --      |    Inf 
1672.93/1672.94	c  1673s|  5250k|399080 | 10932k|   2.1 | 476M|  36 |   - |  40 |9919 |  40 |  15 |  22 |3531k|  10k| 0.000000e+00 |      --      |    Inf 
1677.02/1677.09	c  1677s|  5260k|398978 | 10953k|   2.1 | 476M|  36 |   - |  40 |9389 |  40 |  15 |  22 |3539k|  10k| 0.000000e+00 |      --      |    Inf 
1680.62/1680.68	c  1681s|  5270k|399167 | 10974k|   2.1 | 476M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3546k|  10k| 0.000000e+00 |      --      |    Inf 
1683.92/1683.98	c  1684s|  5280k|399654 | 10994k|   2.1 | 477M|  36 |   - |  40 |  12k|  40 |  15 |  22 |3552k|  10k| 0.000000e+00 |      --      |    Inf 
1688.13/1688.15	c  1688s|  5290k|399617 | 11014k|   2.1 | 477M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3560k|  10k| 0.000000e+00 |      --      |    Inf 
1692.43/1692.47	c  1692s|  5300k|399544 | 11034k|   2.1 | 477M|  36 |   5 |  40 |9265 |  40 |  15 |  22 |3567k|  10k| 0.000000e+00 |      --      |    Inf 
1696.82/1696.85	c  1697s|  5310k|399265 | 11054k|   2.1 | 477M|  36 |   5 |  40 |9076 |  40 |  15 |  22 |3575k|  10k| 0.000000e+00 |      --      |    Inf 
1700.73/1700.74	c  1701s|  5320k|399120 | 11075k|   2.1 | 478M|  36 |   - |  40 |9596 |   0 |   0 |  22 |3582k|  10k| 0.000000e+00 |      --      |    Inf 
1704.53/1704.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1704.53/1704.54	c  1705s|  5330k|399092 | 11096k|   2.1 | 478M|  36 |   - |  40 |9139 |  40 |  15 |  22 |3589k|  10k| 0.000000e+00 |      --      |    Inf 
1707.72/1707.71	c  1708s|  5340k|399457 | 11117k|   2.1 | 479M|  36 |   - |  40 |  11k|  40 |  15 |  22 |3596k|  10k| 0.000000e+00 |      --      |    Inf 
1711.23/1711.22	c  1711s|  5350k|399764 | 11137k|   2.1 | 480M|  36 |   - |  40 |  12k|  40 |  15 |  22 |3604k|  10k| 0.000000e+00 |      --      |    Inf 
1715.03/1715.01	c  1715s|  5360k|400040 | 11157k|   2.1 | 480M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3611k|  10k| 0.000000e+00 |      --      |    Inf 
1717.82/1717.89	c  1718s|  5370k|401062 | 11179k|   2.1 | 482M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3618k|  10k| 0.000000e+00 |      --      |    Inf 
1721.92/1721.92	c  1722s|  5380k|401065 | 11200k|   2.1 | 482M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3626k|  10k| 0.000000e+00 |      --      |    Inf 
1726.22/1726.21	c  1726s|  5390k|401011 | 11221k|   2.1 | 482M|  36 |   - |  40 |  10k|   0 |   0 |  22 |3633k|  10k| 0.000000e+00 |      --      |    Inf 
1730.22/1730.20	c  1730s|  5400k|400999 | 11241k|   2.1 | 482M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3640k|  10k| 0.000000e+00 |      --      |    Inf 
1733.73/1733.76	c  1734s|  5410k|401173 | 11262k|   2.1 | 483M|  36 |   - |  40 |9846 |  40 |  15 |  22 |3647k|  10k| 0.000000e+00 |      --      |    Inf 
1738.03/1738.01	c  1738s|  5420k|401027 | 11283k|   2.1 | 483M|  36 |   - |  40 |9574 |  40 |  15 |  22 |3655k|  10k| 0.000000e+00 |      --      |    Inf 
1741.33/1741.40	c  1741s|  5430k|401478 | 11304k|   2.1 | 484M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3662k|  10k| 0.000000e+00 |      --      |    Inf 
1745.13/1745.15	c  1745s|  5440k|401555 | 11325k|   2.1 | 484M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3669k|  10k| 0.000000e+00 |      --      |    Inf 
1748.93/1748.92	c  1749s|  5450k|401667 | 11346k|   2.1 | 485M|  36 |   - |  40 |  10k|   0 |   0 |  22 |3677k|  10k| 0.000000e+00 |      --      |    Inf 
1752.62/1752.62	c  1753s|  5460k|401874 | 11367k|   2.1 | 485M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3684k|  10k| 0.000000e+00 |      --      |    Inf 
1756.62/1756.64	c  1757s|  5470k|401835 | 11387k|   2.1 | 485M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3691k|  10k| 0.000000e+00 |      --      |    Inf 
1760.83/1760.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1760.83/1760.81	c  1761s|  5480k|401725 | 11407k|   2.1 | 485M|  36 |   5 |  40 |9195 |  40 |  15 |  22 |3699k|  10k| 0.000000e+00 |      --      |    Inf 
1764.32/1764.30	c  1764s|  5490k|401899 | 11428k|   2.1 | 486M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3706k|  10k| 0.000000e+00 |      --      |    Inf 
1768.33/1768.31	c  1768s|  5500k|401898 | 11449k|   2.1 | 486M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3713k|  10k| 0.000000e+00 |      --      |    Inf 
1772.13/1772.17	c  1772s|  5510k|401926 | 11470k|   2.1 | 487M|  36 |   - |  40 |  10k|   0 |   0 |  22 |3720k|  10k| 0.000000e+00 |      --      |    Inf 
1776.42/1776.42	c  1776s|  5520k|401577 | 11491k|   2.1 | 487M|  36 |   - |  40 |9639 |  40 |  15 |  22 |3728k|  10k| 0.000000e+00 |      --      |    Inf 
1780.13/1780.16	c  1780s|  5530k|401670 | 11511k|   2.1 | 487M|  36 |   - |  40 |9766 |  40 |  15 |  22 |3736k|  10k| 0.000000e+00 |      --      |    Inf 
1783.83/1783.88	c  1784s|  5540k|401725 | 11532k|   2.1 | 487M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3743k|  10k| 0.000000e+00 |      --      |    Inf 
1787.92/1787.94	c  1788s|  5550k|401642 | 11553k|   2.1 | 488M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3750k|  10k| 0.000000e+00 |      --      |    Inf 
1790.52/1790.54	c  1791s|  5560k|403510 | 11575k|   2.1 | 490M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |3756k|  10k| 0.000000e+00 |      --      |    Inf 
1793.63/1793.69	c  1794s|  5570k|404399 | 11596k|   2.1 | 491M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3762k|  10k| 0.000000e+00 |      --      |    Inf 
1797.02/1797.00	c 
1797.02/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.02/1797.00	c Solving Time (sec) : 1797.00
1797.02/1797.00	c Solving Nodes      : 5579892
1797.02/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.02/1797.00	c Dual Bound         : +0.00000000000000e+00
1797.02/1797.00	c Gap                : infinite
1797.02/1797.00	s UNKNOWN
1797.02/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.02/1797.00	c Total Time         :    1797.00
1797.02/1797.00	c   solving          :    1797.00
1797.02/1797.00	c   presolving       :       0.00 (included in solving)
1797.02/1797.00	c   reading          :       0.00 (included in solving)
1797.02/1797.00	c Original Problem   :
1797.02/1797.00	c   Problem name     : HOME/instance-3485343-1307774115.opb
1797.02/1797.00	c   Variables        : 41 (41 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.02/1797.00	c   Constraints      : 11 initial, 11 maximal
1797.02/1797.00	c Presolved Problem  :
1797.02/1797.00	c   Problem name     : t_HOME/instance-3485343-1307774115.opb
1797.02/1797.00	c   Variables        : 40 (40 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.02/1797.00	c   Constraints      : 5 initial, 19632 maximal
1797.02/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.02/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.00	c   dualfix          :       0.00          1          0          0          0          0          0          0          0          0
1797.02/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.00	c   linear           :       0.00          0          0          0          0          0          6          0          0          0
1797.02/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.02/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.02/1797.00	c   integral         :          0          0          0    3181301          0          4          0       1469       5083          0          0    6350164
1797.02/1797.00	c   linear           :          5+         7   13967715          0          1          3    6906324     837086    7688735          0          0          0
1797.02/1797.00	c   logicor          :          0+         6    6842311          0          0          0    6387037      20382    2911567          0          0          0
1797.02/1797.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1797.02/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.02/1797.00	c   integral         :      18.10       0.00       0.00      18.10       0.00       0.00       0.00
1797.02/1797.00	c   linear           :     119.43       0.00     105.75       0.00       0.00       0.00      13.68
1797.02/1797.00	c   logicor          :     574.29       0.00     567.27       0.00       0.00       0.00       7.01
1797.02/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.02/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.02/1797.00	c   vbounds          :          0          0          0          0
1797.02/1797.00	c   rootredcost      :          0          0          0          0
1797.02/1797.00	c   pseudoobj        :          0          0          0          0
1797.02/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.02/1797.00	c   vbounds          :       1.92       1.92       0.00
1797.02/1797.00	c   rootredcost      :       1.93       1.93       0.00
1797.02/1797.00	c   pseudoobj        :       1.49       1.49       0.00
1797.02/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.02/1797.00	c   propagation      :      25.39     857468     694316    2286417       28.5        108       23.6          -
1797.02/1797.00	c   infeasible LP    :      43.41    1874996    1874910    3539955       18.9      26243       22.9          0
1797.02/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.02/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.02/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.02/1797.00	c   applied globally :          -          -          -    3740156       19.3          -          -          -
1797.02/1797.00	c   applied locally  :          -          -          -      29741       31.4          -          -          -
1797.02/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.02/1797.00	c   cut pool         :       0.00          5          -          -         29          -    (maximal pool size: 104)
1797.02/1797.00	c   redcost          :       2.91    3181305          0          0          0          0
1797.02/1797.00	c   impliedbounds    :       0.00          6          0          0          0          0
1797.02/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.02/1797.00	c   gomory           :       0.00          6          0          0          0          0
1797.02/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.02/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.02/1797.00	c   strongcg         :       0.00          6          0          0         26          0
1797.02/1797.00	c   cmir             :       0.01          6          0          0         46          0
1797.02/1797.00	c   flowcover        :       0.01          6          0          0         57          0
1797.02/1797.00	c   clique           :       0.00          1          0          0          0          0
1797.02/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.02/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.02/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.02/1797.00	c   rapidlearning    :       0.01          1          0          0          0          8
1797.02/1797.00	c Pricers            :       Time      Calls       Vars
1797.02/1797.00	c   problem variables:       0.00          0          0
1797.02/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.02/1797.00	c   relpscost        :      16.28    3181301       1469       5083          0          0    6350164
1797.02/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.02/1797.00	c   inference        :       0.00          1          0          0          0          0          2
1797.02/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.02/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.02/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.02/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.02/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.02/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.02/1797.00	c   LP solutions     :       0.00          -          0
1797.02/1797.00	c   pseudo solutions :       0.00          -          0
1797.02/1797.00	c   oneopt           :       1.51          0          0
1797.02/1797.00	c   crossover        :       0.93          0          0
1797.02/1797.00	c   guideddiving     :       0.17          0          0
1797.02/1797.00	c   linesearchdiving :       0.16        181          0
1797.02/1797.00	c   fracdiving       :       0.16        181          0
1797.02/1797.00	c   veclendiving     :       0.16        181          0
1797.02/1797.00	c   objpscostdiving  :       0.13         91          0
1797.02/1797.00	c   rootsoldiving    :       0.16         91          0
1797.02/1797.00	c   coefdiving       :       0.18        182          0
1797.02/1797.00	c   feaspump         :       0.14         91          0
1797.02/1797.00	c   pscostdiving     :       0.18        182          0
1797.02/1797.00	c   trivial          :       0.00          2          0
1797.02/1797.00	c   shiftandpropagate:       0.00          1          0
1797.02/1797.00	c   simplerounding   :       0.56          0          0
1797.02/1797.00	c   zirounding       :       7.11          0          0
1797.02/1797.00	c   rounding         :       1.13      25188          0
1797.02/1797.00	c   shifting         :       1.53       7498          0
1797.02/1797.00	c   intshifting      :       0.08          0          0
1797.02/1797.00	c   twoopt           :       0.00          0          0
1797.02/1797.00	c   fixandinfer      :       0.00          0          0
1797.02/1797.00	c   clique           :       0.00          0          0
1797.02/1797.00	c   intdiving        :       0.00          0          0
1797.02/1797.00	c   actconsdiving    :       0.00          0          0
1797.02/1797.00	c   octane           :       0.00          0          0
1797.02/1797.00	c   rens             :       0.02          1          0
1797.02/1797.00	c   rins             :       0.00          0          0
1797.02/1797.00	c   localbranching   :       0.00          0          0
1797.02/1797.00	c   mutation         :       0.00          0          0
1797.02/1797.00	c   dins             :       0.00          0          0
1797.02/1797.00	c   vbounds          :       0.00          0          0
1797.02/1797.00	c   undercover       :       0.00          0          0
1797.02/1797.00	c   subnlp           :       0.69          0          0
1797.02/1797.00	c   trysol           :       0.91          0          0
1797.02/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.02/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1797.02/1797.00	c   dual LP          :     219.34    4903886   11614428       2.37   52952.53
1797.02/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.02/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.02/1797.00	c   diving/probing LP:       0.12       2461       3876       1.57   31786.91
1797.02/1797.00	c   strong branching :       0.80      10395      37627       3.62   46890.21
1797.02/1797.00	c     (at root node) :          -          9        315      35.00          -
1797.02/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.02/1797.00	c B&B Tree           :
1797.02/1797.00	c   number of runs   :          1
1797.02/1797.00	c   nodes            :    5579892
1797.02/1797.00	c   nodes (total)    :    5579892
1797.02/1797.00	c   nodes left       :     404853
1797.02/1797.00	c   max depth        :         36
1797.02/1797.00	c   max depth (total):         36
1797.02/1797.00	c   backtracks       :    1277554 (22.9%)
1797.02/1797.00	c   delayed cutoffs  :     365422
1797.02/1797.00	c   repropagations   :    4984527 (5060393 domain reductions, 326976 cutoffs)
1797.02/1797.00	c   avg switch length:       5.99
1797.02/1797.00	c   switching time   :     511.88
1797.02/1797.00	c Solution           :
1797.02/1797.00	c   Solutions found  :          0 (0 improvements)
1797.02/1797.00	c   Primal Bound     :          -
1797.02/1797.00	c   Dual Bound       : +0.00000000000000e+00
1797.02/1797.00	c   Gap              :   infinite
1797.02/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1797.02/1797.00	c   Root Iterations  :        122
1798.64/1798.64	c Time complete: 1798.67.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3485343-1307774115/watcher-3485343-1307774115 -o /tmp/evaluation-result-3485343-1307774115/solver-3485343-1307774115 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485343-1307774115.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.98 2/177 6823
/proc/meminfo: memFree=31790328/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=13624 CPUtime=0 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 2075 0 0 0 0 0 0 0 25 0 1 0 967642165 13950976 2029 33554432000 4194304 8979876 140735818456496 18446744073709551615 7836189 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 3406 2041 422 1169 0 2233 0

[startup+0.101993 s]
/proc/loadavg: 2.00 2.00 1.98 2/177 6823
/proc/meminfo: memFree=31790328/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=27148 CPUtime=0.09 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 6072 0 0 0 8 1 0 0 18 0 1 0 967642165 27799552 5416 33554432000 4194304 8979876 140735818456496 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 6787 5416 703 1169 0 5614 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27148

[startup+0.200974 s]
/proc/loadavg: 2.00 2.00 1.98 2/177 6823
/proc/meminfo: memFree=31790328/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=27148 CPUtime=0.19 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 6072 0 0 0 16 3 0 0 18 0 1 0 967642165 27799552 5416 33554432000 4194304 8979876 140735818456496 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 6787 5416 703 1169 0 5614 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 27148

[startup+0.300957 s]
/proc/loadavg: 2.00 2.00 1.98 2/177 6823
/proc/meminfo: memFree=31790328/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=27148 CPUtime=0.29 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 6073 0 0 0 24 5 0 0 18 0 1 0 967642165 27799552 5417 33554432000 4194304 8979876 140735818456496 18446744073709551615 4293519 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 6787 5417 703 1169 0 5614 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27148

[startup+0.700887 s]
/proc/loadavg: 2.00 2.00 1.98 2/177 6823
/proc/meminfo: memFree=31790328/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=27148 CPUtime=0.69 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 6078 0 0 0 60 9 0 0 18 0 1 0 967642165 27799552 5422 33554432000 4194304 8979876 140735818456496 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 6787 5422 704 1169 0 5614 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27148

[startup+1.50074 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 6824
/proc/meminfo: memFree=31770504/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=27148 CPUtime=1.49 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 6085 0 0 0 133 16 0 0 19 0 1 0 967642165 27799552 5429 33554432000 4194304 8979876 140735818456496 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 6787 5429 704 1169 0 5614 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27148

[startup+3.10048 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 6824
/proc/meminfo: memFree=31759420/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=27148 CPUtime=3.09 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 6098 0 0 0 277 32 0 0 25 0 1 0 967642165 27799552 5442 33554432000 4194304 8979876 140735818456496 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 6787 5442 704 1169 0 5614 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27148

[startup+6.30091 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 6824
/proc/meminfo: memFree=31763148/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=29004 CPUtime=6.29 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 6839 0 0 0 568 61 0 0 25 0 1 0 967642165 29700096 6183 33554432000 4194304 8979876 140735818456496 18446744073709551615 4350352 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 7251 6183 704 1169 0 6078 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29004

[startup+12.7008 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 6824
/proc/meminfo: memFree=31745924/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=37204 CPUtime=12.69 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 8867 0 0 0 1152 117 0 0 25 0 1 0 967642165 38096896 8211 33554432000 4194304 8979876 140735818456496 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 9301 8211 704 1169 0 8128 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37204

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 6824
/proc/meminfo: memFree=31713224/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=48080 CPUtime=25.49 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 11628 0 0 0 2339 210 0 0 25 0 1 0 967642165 49233920 10972 33554432000 4194304 8979876 140735818456496 18446744073709551615 5272162 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 12020 10972 704 1169 0 10847 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 48080

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 6825
/proc/meminfo: memFree=31661248/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=70164 CPUtime=51.09 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 17093 0 0 0 4714 395 0 0 25 0 1 0 967642165 71847936 16437 33554432000 4194304 8979876 140735818456496 18446744073709551615 4320904 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 17541 16437 704 1169 0 16368 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 70164

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 6827
/proc/meminfo: memFree=31594352/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=101164 CPUtime=102.3 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 24436 0 0 0 9505 725 0 0 25 0 1 0 967642165 103591936 23780 33554432000 4194304 8979876 140735818456496 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 25291 23780 704 1169 0 24118 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 101164

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 6828
/proc/meminfo: memFree=31501164/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=134952 CPUtime=162.3 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 32966 0 0 0 15147 1083 0 0 25 0 1 0 967642165 138190848 32310 33554432000 4194304 8979876 140735818456496 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 33738 32310 704 1169 0 32565 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 134952

[startup+222.306 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 6832
/proc/meminfo: memFree=31434640/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=158416 CPUtime=222.3 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 38937 0 0 0 20808 1422 0 0 25 0 1 0 967642165 162217984 38281 33554432000 4194304 8979876 140735818456496 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 39604 38281 704 1169 0 38431 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 158416

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 6834
/proc/meminfo: memFree=31370964/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=183852 CPUtime=282.3 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 45276 0 0 0 26470 1760 0 0 25 0 1 0 967642165 188264448 44620 33554432000 4194304 8979876 140735818456496 18446744073709551615 6492579 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 45963 44620 704 1169 0 44790 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 183852

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 6836
/proc/meminfo: memFree=31309628/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=205756 CPUtime=342.3 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 50857 0 0 0 32156 2074 0 0 25 0 1 0 967642165 210694144 50201 33554432000 4194304 8979876 140735818456496 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 51439 50201 704 1169 0 50266 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 205756

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 6837
/proc/meminfo: memFree=31232568/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=231916 CPUtime=402.3 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 56367 0 0 0 37841 2389 0 0 25 0 1 0 967642165 237481984 55711 33554432000 4194304 8979876 140735818456496 18446744073709551615 5381791 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 57979 55711 704 1169 0 56806 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 231916

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 6839
/proc/meminfo: memFree=31154392/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=253372 CPUtime=462.3 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 61554 0 0 0 43568 2662 0 0 25 0 1 0 967642165 259452928 60898 33554432000 4194304 8979876 140735818456496 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 63343 60898 704 1169 0 62170 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 253372

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 6841
/proc/meminfo: memFree=31083892/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=270508 CPUtime=522.3 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 65937 0 0 0 49276 2954 0 0 25 0 1 0 967642165 277000192 65281 33554432000 4194304 8979876 140735818456496 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 67627 65281 704 1169 0 66454 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 270508

[startup+582.301 s]
/proc/loadavg: 2.04 2.01 1.98 3/178 6842
/proc/meminfo: memFree=31023824/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=285988 CPUtime=582.3 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 69892 0 0 0 54985 3245 0 0 25 0 1 0 967642165 292851712 69236 33554432000 4194304 8979876 140735818456496 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 71497 69236 704 1169 0 70324 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 285988

[startup+642.301 s]

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

/proc/meminfo: memFree=30584652/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=405520 CPUtime=1062.31 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 100027 0 0 0 100891 5340 0 0 25 0 1 0 967642165 415252480 99371 33554432000 4194304 8979876 140735818456496 18446744073709551615 4318205 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 101380 99371 704 1169 0 100207 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 405520

[startup+1122.3 s]
/proc/loadavg: 2.06 2.01 1.99 3/178 6857
/proc/meminfo: memFree=30527160/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=420624 CPUtime=1122.32 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 103891 0 0 0 106639 5593 0 0 25 0 1 0 967642165 430718976 103235 33554432000 4194304 8979876 140735818456496 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 105156 103235 704 1169 0 103983 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 420624

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 1.99 3/178 6858
/proc/meminfo: memFree=30478628/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=430932 CPUtime=1182.32 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 106505 0 0 0 112390 5842 0 0 25 0 1 0 967642165 441274368 105849 33554432000 4194304 8979876 140735818456496 18446744073709551615 4331397 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 107733 105849 704 1169 0 106560 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 430932

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 6860
/proc/meminfo: memFree=30430944/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=441564 CPUtime=1242.32 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 109255 0 0 0 118127 6105 0 0 25 0 1 0 967642165 452161536 108599 33554432000 4194304 8979876 140735818456496 18446744073709551615 4347574 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 110391 108599 704 1169 0 109218 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 441564

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 6861
/proc/meminfo: memFree=30387988/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=450980 CPUtime=1302.32 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 111490 0 0 0 123902 6330 0 0 25 0 1 0 967642165 461803520 110834 33554432000 4194304 8979876 140735818456496 18446744073709551615 5381809 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 112745 110834 704 1169 0 111572 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 450980

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 6863
/proc/meminfo: memFree=30336212/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=460064 CPUtime=1362.32 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 113814 0 0 0 129669 6563 0 0 25 0 1 0 967642165 471105536 113158 33554432000 4194304 8979876 140735818456496 18446744073709551615 4321648 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 115016 113158 704 1169 0 113843 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 460064

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 6865
/proc/meminfo: memFree=30292004/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=471712 CPUtime=1422.33 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 116784 0 0 0 135429 6804 0 0 25 0 1 0 967642165 483033088 116128 33554432000 4194304 8979876 140735818456496 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 117928 116128 704 1169 0 116755 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 471712

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 6866
/proc/meminfo: memFree=30249912/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=479856 CPUtime=1482.33 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 118702 0 0 0 141202 7031 0 0 25 0 1 0 967642165 491372544 118046 33554432000 4194304 8979876 140735818456496 18446744073709551615 5371760 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 119964 118046 704 1169 0 118791 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 479856

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 6868
/proc/meminfo: memFree=30202596/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=492340 CPUtime=1542.33 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 121905 0 0 0 146949 7284 0 0 25 0 1 0 967642165 504156160 121249 33554432000 4194304 8979876 140735818456496 18446744073709551615 5381809 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 123085 121249 704 1169 0 121912 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 492340

[startup+1602.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/178 6878
/proc/meminfo: memFree=30151176/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=508264 CPUtime=1602.32 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 125954 0 0 0 152710 7522 0 0 25 0 1 0 967642165 520462336 125298 33554432000 4194304 8979876 140735818456496 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 127066 125298 704 1169 0 125893 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 508264

[startup+1662.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/178 6880
/proc/meminfo: memFree=30116520/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=513932 CPUtime=1662.33 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 127337 0 0 0 158502 7731 0 0 25 0 1 0 967642165 526266368 126681 33554432000 4194304 8979876 140735818456496 18446744073709551615 18446744073699065949 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 128483 126681 704 1169 0 127310 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 513932

[startup+1722.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/178 6882
/proc/meminfo: memFree=30079368/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=521100 CPUtime=1722.33 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 129160 0 0 0 164269 7964 0 0 25 0 1 0 967642165 533606400 128504 33554432000 4194304 8979876 140735818456496 18446744073709551615 5381809 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 130275 128504 704 1169 0 129102 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 521100

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 6883
/proc/meminfo: memFree=30044332/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=527212 CPUtime=1782.33 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 130477 0 0 0 170041 8192 0 0 25 0 1 0 967642165 539865088 129821 33554432000 4194304 8979876 140735818456496 18446744073709551615 6492544 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 131803 129821 704 1169 0 130630 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 527212

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

[startup+1792.01 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 6884
/proc/meminfo: memFree=30036016/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=529900 CPUtime=1792.03 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 131166 0 0 0 170969 8234 0 0 25 0 1 0 967642165 542617600 130510 33554432000 4194304 8979876 140735818456496 18446744073709551615 18446744073699065939 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 132475 130510 704 1169 0 131302 0
Current children cumulated CPU time (s) 1792.03
Current children cumulated vsize (KiB) 529900

[startup+1795.2 s]
/proc/loadavg: 2.01 2.01 2.00 2/176 6885
/proc/meminfo: memFree=31285452/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=529900 CPUtime=1795.23 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 131207 0 0 0 171276 8247 0 0 25 0 1 0 967642165 542617600 130551 33554432000 4194304 8979876 140735818456496 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 132475 130551 704 1169 0 131302 0
Current children cumulated CPU time (s) 1795.23
Current children cumulated vsize (KiB) 529900

[startup+1796.8 s]
/proc/loadavg: 1.93 2.00 1.99 2/176 6885
/proc/meminfo: memFree=31284572/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=531244 CPUtime=1796.82 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 131511 0 0 0 171425 8257 0 0 25 0 1 0 967642165 543993856 130855 33554432000 4194304 8979876 140735818456496 18446744073709551615 4347632 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6823/statm: 132811 130855 704 1169 0 131638 0
Current children cumulated CPU time (s) 1796.82
Current children cumulated vsize (KiB) 531244

[startup+1797.6 s]
/proc/loadavg: 1.93 2.00 1.99 2/172 6909
/proc/meminfo: memFree=31303056/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=531244 CPUtime=1797.63 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 131514 0 0 0 171504 8259 0 0 18 0 1 0 967642165 543993856 130858 33554432000 4194304 8979876 140735818456496 18446744073709551615 6778433 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6823/statm: 132811 130858 707 1169 0 131638 0
Current children cumulated CPU time (s) 1797.63
Current children cumulated vsize (KiB) 531244

[startup+1798.4 s]
/proc/loadavg: 1.93 2.00 1.99 2/172 6909
/proc/meminfo: memFree=31303056/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=531244 CPUtime=1798.43 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 131514 0 0 0 171584 8259 0 0 19 0 1 0 967642165 543993856 130858 33554432000 4194304 8979876 140735818456496 18446744073709551615 6778271 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6823/statm: 132811 130858 707 1169 0 131638 0
Current children cumulated CPU time (s) 1798.43
Current children cumulated vsize (KiB) 531244

[startup+1798.61 s]
/proc/loadavg: 1.93 2.00 1.99 2/172 6909
/proc/meminfo: memFree=31303056/32951124 swapFree=67054712/67111528
[pid=6823] ppid=6821 vsize=529832 CPUtime=1798.64 cores=1,3,5,7
/proc/6823/stat : 6823 (scip-2.0.1.4_2.) R 6821 6823 2200 0 -1 4202496 131514 0 0 0 171605 8259 0 0 20 0 1 0 967642165 542547968 130505 33554432000 4194304 8979876 140735818456496 18446744073709551615 5368611 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6823/statm: 132458 130505 707 1169 0 131285 0
Current children cumulated CPU time (s) 1798.64
Current children cumulated vsize (KiB) 529832

Child status: 0
Real time (s): 1798.64
CPU time (s): 1798.68
CPU user time (s): 1716.07
CPU system time (s): 82.6104
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 531244

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

runsolver used 2.76058 second user time and 6.03308 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-11 08:35:15
IDJOB=3485343
IDBENCH=2913
IDSOLVER=1977
FILE ID=node119/3485343-1307774115
RUNJOBID= node119-1307766885-6158
PBS_JOBID= 13550843
Free space on /tmp= 74060 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_5_40_1.opb
COMMAND LINE= HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3485343-1307774115/watcher-3485343-1307774115 -o /tmp/evaluation-result-3485343-1307774115/solver-3485343-1307774115 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485343-1307774115.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= ae75c4a4fdafb98542bd11b7f7eecd54
RANDOM SEED=660322749

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
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.815
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.815
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:      31790768 kB
Buffers:        249004 kB
Cached:         655336 kB
SwapCached:      11012 kB
Active:         499736 kB
Inactive:       444000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31790768 kB
SwapTotal:    67111528 kB
SwapFree:     67054712 kB
Dirty:           33796 kB
Writeback:          68 kB
AnonPages:       36776 kB
Mapped:          16016 kB
Slab:           150836 kB
PageTables:       4948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   229056 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= 74060 MiB
End job on node119 at 2011-06-11 09:05:14