Trace number 3452525

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 SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1800.08 1800.04

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.4]
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-3452525-1307096098.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 = 1800
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.46	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.94	c   2.9s| 20000 |  6180 | 42358 |   2.1 |5659k|  36 |   - |  40 |3244 |  40 |  15 |  22 |9802 | 590 | 0.000000e+00 |      --      |    Inf 
4.39/4.44	c   4.4s| 30000 |  8790 | 63083 |   2.1 |7577k|  36 |   5 |  40 |3776 |  40 |  15 |  22 |  14k| 711 | 0.000000e+00 |      --      |    Inf 
5.99/6.03	c   6.0s| 40000 | 11155 | 83760 |   2.1 |9332k|  36 |   - |  40 |3945 |   0 |   0 |  22 |  20k| 809 | 0.000000e+00 |      --      |    Inf 
7.59/7.66	c   7.7s| 50000 | 13307 |103905 |   2.1 |  11M|  36 |   5 |  40 |4256 |  40 |  15 |  22 |  25k| 902 | 0.000000e+00 |      --      |    Inf 
9.29/9.30	c   9.3s| 60000 | 15701 |124638 |   2.1 |  12M|  36 |   5 |  40 |4234 |  40 |  15 |  22 |  31k|1017 | 0.000000e+00 |      --      |    Inf 
10.89/10.94	c  10.9s| 70000 | 18109 |146571 |   2.1 |  14M|  36 |   5 |  40 |4775 |  40 |  15 |  22 |  36k|1107 | 0.000000e+00 |      --      |    Inf 
12.59/12.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.59/12.68	c  12.7s| 80000 | 20183 |167456 |   2.1 |  16M|  36 |   5 |  40 |5390 |  40 |  15 |  22 |  42k|1187 | 0.000000e+00 |      --      |    Inf 
14.41/14.47	c  14.5s| 90000 | 22013 |188389 |   2.1 |  17M|  36 |   - |  40 |5309 |   0 |   0 |  22 |  48k|1272 | 0.000000e+00 |      --      |    Inf 
16.19/16.25	c  16.3s|100000 | 23942 |209007 |   2.1 |  19M|  36 |   5 |  40 |5300 |  40 |  15 |  22 |  53k|1350 | 0.000000e+00 |      --      |    Inf 
17.99/18.04	c  18.0s|110000 | 25902 |230186 |   2.1 |  20M|  36 |   - |  40 |5387 |  40 |  15 |  22 |  59k|1425 | 0.000000e+00 |      --      |    Inf 
19.80/19.86	c  19.9s|120000 | 27742 |250742 |   2.1 |  22M|  36 |   - |  40 |5689 |  40 |  15 |  22 |  65k|1483 | 0.000000e+00 |      --      |    Inf 
21.59/21.69	c  21.7s|130000 | 29461 |270952 |   2.1 |  23M|  36 |   5 |  40 |5366 |  40 |  15 |  22 |  71k|1533 | 0.000000e+00 |      --      |    Inf 
23.50/23.58	c  23.6s|140000 | 31097 |291995 |   2.1 |  25M|  36 |   5 |  40 |5805 |  40 |  15 |  22 |  77k|1585 | 0.000000e+00 |      --      |    Inf 
25.29/25.37	c  25.4s|150000 | 32994 |313208 |   2.1 |  27M|  36 |   5 |  40 |7415 |  40 |  15 |  22 |  82k|1631 | 0.000000e+00 |      --      |    Inf 
27.19/27.22	c  27.2s|160000 | 35073 |334266 |   2.1 |  29M|  36 |   - |  40 |7789 |  40 |  15 |  22 |  88k|1687 | 0.000000e+00 |      --      |    Inf 
29.19/29.21	c  29.2s|170000 | 36887 |355493 |   2.1 |  30M|  36 |   5 |  40 |6409 |  40 |  15 |  22 |  94k|1737 | 0.000000e+00 |      --      |    Inf 
30.91/30.98	c  31.0s|180000 | 39214 |376649 |   2.1 |  32M|  36 |   5 |  40 |7606 |  40 |  15 |  22 |  99k|1795 | 0.000000e+00 |      --      |    Inf 
33.00/33.07	c  33.1s|190000 | 40773 |397467 |   2.1 |  33M|  36 |   5 |  40 |6072 |  40 |  15 |  22 | 105k|1837 | 0.000000e+00 |      --      |    Inf 
34.79/34.87	c  34.9s|200000 | 42844 |418057 |   2.1 |  35M|  36 |   5 |  40 |6879 |  40 |  15 |  22 | 111k|1897 | 0.000000e+00 |      --      |    Inf 
36.90/36.96	c  37.0s|210000 | 44305 |438673 |   2.1 |  36M|  36 |   - |  40 |6285 |  40 |  15 |  22 | 117k|1949 | 0.000000e+00 |      --      |    Inf 
38.69/38.77	c  38.8s|220000 | 46449 |460827 |   2.1 |  38M|  36 |   - |  40 |9315 |   0 |   0 |  22 | 123k|1995 | 0.000000e+00 |      --      |    Inf 
40.89/41.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.89/41.00	c  41.0s|230000 | 48073 |481848 |   2.1 |  39M|  36 |   - |  40 |7219 |  40 |  15 |  22 | 129k|2037 | 0.000000e+00 |      --      |    Inf 
43.09/43.15	c  43.1s|240000 | 49550 |501873 |   2.1 |  40M|  36 |   - |  40 |6289 |  40 |  15 |  22 | 135k|2086 | 0.000000e+00 |      --      |    Inf 
44.99/45.08	c  45.1s|250000 | 51136 |523080 |   2.1 |  42M|  36 |   5 |  40 |6845 |  40 |  15 |  22 | 141k|2148 | 0.000000e+00 |      --      |    Inf 
47.19/47.21	c  47.2s|260000 | 52488 |544000 |   2.1 |  43M|  36 |   5 |  40 |6710 |  40 |  15 |  22 | 148k|2195 | 0.000000e+00 |      --      |    Inf 
49.10/49.14	c  49.1s|270000 | 54344 |564909 |   2.1 |  44M|  36 |   5 |  40 |7149 |  40 |  15 |  22 | 153k|2243 | 0.000000e+00 |      --      |    Inf 
51.29/51.30	c  51.3s|280000 | 55687 |584991 |   2.1 |  46M|  36 |   5 |  40 |6548 |  40 |  15 |  22 | 159k|2287 | 0.000000e+00 |      --      |    Inf 
53.30/53.35	c  53.4s|290000 | 57246 |605313 |   2.1 |  47M|  36 |   - |  40 |6266 |   0 |   0 |  22 | 165k|2322 | 0.000000e+00 |      --      |    Inf 
55.39/55.44	c  55.4s|300000 | 58777 |626506 |   2.1 |  48M|  36 |   5 |  40 |6538 |  40 |  15 |  22 | 171k|2368 | 0.000000e+00 |      --      |    Inf 
57.39/57.46	c  57.5s|310000 | 60271 |647643 |   2.1 |  50M|  36 |   5 |  40 |6604 |  40 |  15 |  22 | 178k|2419 | 0.000000e+00 |      --      |    Inf 
59.59/59.61	c  59.6s|320000 | 61512 |667714 |   2.1 |  51M|  36 |   5 |  40 |6145 |  40 |  15 |  22 | 184k|2454 | 0.000000e+00 |      --      |    Inf 
61.60/61.68	c  61.7s|330000 | 62798 |688684 |   2.1 |  52M|  36 |   - |  40 |5891 |  40 |  15 |  22 | 190k|2510 | 0.000000e+00 |      --      |    Inf 
63.60/63.61	c  63.6s|340000 | 64332 |709740 |   2.1 |  53M|  36 |   - |  40 |7001 |  40 |  15 |  22 | 196k|2547 | 0.000000e+00 |      --      |    Inf 
65.49/65.57	c  65.6s|350000 | 65984 |730803 |   2.1 |  55M|  36 |   5 |  40 |7947 |  40 |  15 |  22 | 202k|2574 | 0.000000e+00 |      --      |    Inf 
67.89/67.98	c  68.0s|360000 | 67025 |751422 |   2.1 |  56M|  36 |   5 |  40 |6503 |  40 |  15 |  22 | 209k|2612 | 0.000000e+00 |      --      |    Inf 
69.99/70.08	c  70.1s|370000 | 68500 |772513 |   2.1 |  57M|  36 |   5 |  40 |6958 |  40 |  15 |  22 | 215k|2646 | 0.000000e+00 |      --      |    Inf 
72.29/72.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
72.29/72.32	c  72.3s|380000 | 69764 |793177 |   2.1 |  58M|  36 |   5 |  40 |6694 |  40 |  15 |  22 | 221k|2705 | 0.000000e+00 |      --      |    Inf 
74.49/74.55	c  74.5s|390000 | 70877 |813828 |   2.1 |  60M|  36 |   5 |  40 |6761 |  40 |  15 |  22 | 228k|2753 | 0.000000e+00 |      --      |    Inf 
76.49/76.58	c  76.6s|400000 | 72586 |835299 |   2.1 |  61M|  36 |   5 |  40 |7738 |  40 |  15 |  22 | 234k|2779 | 0.000000e+00 |      --      |    Inf 
78.79/78.80	c  78.8s|410000 | 74034 |857248 |   2.1 |  63M|  36 |   - |  40 |8757 |  40 |  15 |  22 | 240k|2806 | 0.000000e+00 |      --      |    Inf 
80.89/80.95	c  81.0s|420000 | 75763 |878666 |   2.1 |  65M|  36 |   5 |  40 |9494 |  40 |  15 |  22 | 246k|2838 | 0.000000e+00 |      --      |    Inf 
83.19/83.27	c  83.3s|430000 | 77242 |899473 |   2.1 |  66M|  36 |   5 |  40 |8696 |  40 |  15 |  22 | 252k|2878 | 0.000000e+00 |      --      |    Inf 
85.50/85.59	c  85.6s|440000 | 78508 |920520 |   2.1 |  67M|  36 |   - |  40 |7263 |  40 |  15 |  22 | 259k|2923 | 0.000000e+00 |      --      |    Inf 
87.89/87.94	c  87.9s|450000 | 79640 |940936 |   2.1 |  68M|  36 |   5 |  40 |6948 |  40 |  15 |  22 | 265k|2959 | 0.000000e+00 |      --      |    Inf 
90.10/90.19	c  90.2s|460000 | 80831 |961549 |   2.1 |  69M|  36 |   5 |  40 |7196 |  40 |  15 |  22 | 271k|2982 | 0.000000e+00 |      --      |    Inf 
92.40/92.43	c  92.4s|470000 | 82000 |982294 |   2.1 |  70M|  36 |   - |  40 |6783 |  40 |  15 |  22 | 278k|3017 | 0.000000e+00 |      --      |    Inf 
94.71/94.75	c  94.8s|480000 | 82981 |  1003k|   2.1 |  71M|  36 |   - |  40 |6852 |  40 |  15 |  22 | 284k|3061 | 0.000000e+00 |      --      |    Inf 
96.99/97.00	c  97.0s|490000 | 84073 |  1023k|   2.1 |  72M|  36 |   5 |  40 |6890 |  40 |  15 |  22 | 291k|3093 | 0.000000e+00 |      --      |    Inf 
99.29/99.35	c  99.3s|500000 | 85141 |  1044k|   2.1 |  73M|  36 |   - |  40 |6417 |  40 |  15 |  22 | 297k|3134 | 0.000000e+00 |      --      |    Inf 
101.39/101.43	c   101s|510000 | 86301 |  1064k|   2.1 |  75M|  36 |   - |  40 |7694 |   0 |   0 |  22 | 303k|3154 | 0.000000e+00 |      --      |    Inf 
103.69/103.74	c   104s|520000 | 87492 |  1085k|   2.1 |  75M|  36 |   - |  40 |6545 |  40 |  15 |  22 | 310k|3191 | 0.000000e+00 |      --      |    Inf 
105.89/105.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
105.89/105.95	c   106s|530000 | 88745 |  1105k|   2.1 |  77M|  36 |   - |  40 |6794 |   0 |   0 |  22 | 316k|3223 | 0.000000e+00 |      --      |    Inf 
108.29/108.30	c   108s|540000 | 89751 |  1127k|   2.1 |  78M|  36 |   5 |  40 |6310 |  40 |  15 |  22 | 322k|3268 | 0.000000e+00 |      --      |    Inf 
110.29/110.38	c   110s|550000 | 91047 |  1147k|   2.1 |  79M|  36 |   5 |  40 |7640 |  40 |  15 |  22 | 328k|3296 | 0.000000e+00 |      --      |    Inf 
112.69/112.77	c   113s|560000 | 91909 |  1168k|   2.1 |  80M|  36 |   5 |  40 |7002 |  40 |  15 |  22 | 335k|3329 | 0.000000e+00 |      --      |    Inf 
114.79/114.89	c   115s|570000 | 93048 |  1188k|   2.1 |  82M|  36 |   5 |  40 |8510 |  40 |  15 |  22 | 342k|3364 | 0.000000e+00 |      --      |    Inf 
117.29/117.33	c   117s|580000 | 94049 |  1209k|   2.1 |  82M|  36 |   - |  40 |7200 |   0 |   0 |  22 | 348k|3392 | 0.000000e+00 |      --      |    Inf 
119.39/119.43	c   119s|590000 | 95397 |  1230k|   2.1 |  84M|  36 |   5 |  40 |8532 |  40 |  15 |  22 | 354k|3418 | 0.000000e+00 |      --      |    Inf 
121.89/121.97	c   122s|600000 | 96349 |  1251k|   2.1 |  85M|  36 |   - |  40 |7553 |  40 |  15 |  22 | 361k|3438 | 0.000000e+00 |      --      |    Inf 
124.09/124.19	c   124s|610000 | 97769 |  1272k|   2.1 |  86M|  36 |   5 |  40 |9005 |  40 |  15 |  22 | 367k|3468 | 0.000000e+00 |      --      |    Inf 
126.61/126.68	c   127s|620000 | 98922 |  1293k|   2.1 |  87M|  36 |   - |  40 |7928 |   0 |   0 |  22 | 373k|3494 | 0.000000e+00 |      --      |    Inf 
129.00/129.09	c   129s|630000 | 99838 |  1314k|   2.1 |  88M|  36 |   - |  40 |7580 |  40 |  15 |  22 | 380k|3517 | 0.000000e+00 |      --      |    Inf 
131.40/131.45	c   131s|640000 |100908 |  1335k|   2.1 |  89M|  36 |   - |  40 |7069 |   0 |   0 |  22 | 386k|3552 | 0.000000e+00 |      --      |    Inf 
133.39/133.47	c   133s|650000 |102493 |  1356k|   2.1 |  91M|  36 |   - |  40 |  10k|  40 |  15 |  22 | 392k|3575 | 0.000000e+00 |      --      |    Inf 
135.89/135.91	c   136s|660000 |103787 |  1376k|   2.1 |  93M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 398k|3605 | 0.000000e+00 |      --      |    Inf 
138.49/138.58	c   139s|670000 |104852 |  1397k|   2.1 |  93M|  36 |   - |  40 |7693 |  40 |  15 |  22 | 405k|3638 | 0.000000e+00 |      --      |    Inf 
140.99/141.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
140.99/141.01	c   141s|680000 |105860 |  1418k|   2.1 |  94M|  36 |   5 |  40 |7503 |  40 |  15 |  22 | 411k|3658 | 0.000000e+00 |      --      |    Inf 
143.40/143.47	c   143s|690000 |106910 |  1438k|   2.1 |  95M|  36 |   5 |  40 |7274 |  40 |  15 |  22 | 418k|3689 | 0.000000e+00 |      --      |    Inf 
145.59/145.65	c   146s|700000 |108239 |  1459k|   2.1 |  96M|  36 |   5 |  40 |7961 |  40 |  15 |  22 | 424k|3712 | 0.000000e+00 |      --      |    Inf 
147.59/147.66	c   148s|710000 |110300 |  1480k|   2.1 |  98M|  36 |   5 |  40 |9325 |  40 |  15 |  22 | 429k|3738 | 0.000000e+00 |      --      |    Inf 
149.80/149.86	c   150s|720000 |111990 |  1501k|   2.1 | 100M|  36 |   5 |  40 |  11k|  40 |  15 |  22 | 435k|3780 | 0.000000e+00 |      --      |    Inf 
152.20/152.24	c   152s|730000 |113762 |  1523k|   2.1 | 102M|  36 |   - |  40 |  12k|  40 |  15 |  22 | 441k|3798 | 0.000000e+00 |      --      |    Inf 
154.99/155.00	c   155s|740000 |115123 |  1543k|   2.1 | 103M|  36 |   5 |  40 |  12k|  40 |  15 |  22 | 447k|3820 | 0.000000e+00 |      --      |    Inf 
157.79/157.87	c   158s|750000 |116341 |  1564k|   2.1 | 105M|  36 |   - |  40 |  13k|  40 |  15 |  22 | 453k|3851 | 0.000000e+00 |      --      |    Inf 
160.89/160.90	c   161s|760000 |117394 |  1584k|   2.1 | 106M|  36 |   5 |  40 |  12k|  40 |  15 |  22 | 459k|3875 | 0.000000e+00 |      --      |    Inf 
164.01/164.05	c   164s|770000 |118244 |  1605k|   2.1 | 106M|  36 |   5 |  40 |8552 |  40 |  15 |  22 | 466k|3895 | 0.000000e+00 |      --      |    Inf 
166.59/166.62	c   167s|780000 |119382 |  1626k|   2.1 | 107M|  36 |   5 |  40 |8219 |  40 |  15 |  22 | 472k|3918 | 0.000000e+00 |      --      |    Inf 
169.00/169.00	c   169s|790000 |120591 |  1647k|   2.1 | 108M|  36 |   5 |  40 |9410 |  40 |  15 |  22 | 479k|3953 | 0.000000e+00 |      --      |    Inf 
171.60/171.70	c   172s|800000 |121634 |  1668k|   2.1 | 109M|  36 |   5 |  40 |8512 |  40 |  15 |  22 | 485k|3984 | 0.000000e+00 |      --      |    Inf 
174.19/174.28	c   174s|810000 |122731 |  1688k|   2.1 | 110M|  36 |   5 |  40 |7757 |  40 |  15 |  22 | 491k|4013 | 0.000000e+00 |      --      |    Inf 
176.40/176.43	c   176s|820000 |123990 |  1709k|   2.1 | 112M|  36 |   - |  40 |  10k|  40 |  15 |  22 | 498k|4032 | 0.000000e+00 |      --      |    Inf 
179.09/179.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
179.09/179.11	c   179s|830000 |125032 |  1729k|   2.1 | 113M|  36 |   5 |  40 |9404 |  40 |  15 |  22 | 504k|4049 | 0.000000e+00 |      --      |    Inf 
181.90/181.90	c   182s|840000 |125946 |  1750k|   2.1 | 114M|  36 |   5 |  40 |8377 |  40 |  15 |  22 | 511k|4072 | 0.000000e+00 |      --      |    Inf 
184.19/184.22	c   184s|850000 |127189 |  1770k|   2.1 | 115M|  36 |   5 |  40 |8950 |  40 |  15 |  22 | 517k|4100 | 0.000000e+00 |      --      |    Inf 
186.49/186.56	c   187s|860000 |128537 |  1791k|   2.1 | 116M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 523k|4127 | 0.000000e+00 |      --      |    Inf 
189.59/189.65	c   190s|870000 |129168 |  1812k|   2.1 | 116M|  36 |   5 |  40 |6978 |  40 |  15 |  22 | 530k|4160 | 0.000000e+00 |      --      |    Inf 
192.09/192.17	c   192s|880000 |129966 |  1832k|   2.1 | 117M|  36 |   5 |  40 |7480 |  40 |  15 |  22 | 536k|4181 | 0.000000e+00 |      --      |    Inf 
194.60/194.65	c   195s|890000 |130820 |  1852k|   2.1 | 119M|  36 |   5 |  40 |7877 |  40 |  15 |  22 | 543k|4205 | 0.000000e+00 |      --      |    Inf 
196.91/196.93	c   197s|900000 |132182 |  1873k|   2.1 | 120M|  36 |   5 |  40 |9247 |  40 |  15 |  22 | 549k|4232 | 0.000000e+00 |      --      |    Inf 
199.50/199.53	c   200s|910000 |133082 |  1894k|   2.1 | 121M|  36 |   5 |  40 |9322 |  40 |  15 |  22 | 556k|4257 | 0.000000e+00 |      --      |    Inf 
202.00/202.04	c   202s|920000 |134275 |  1915k|   2.1 | 123M|  36 |   - |  40 |9869 |  40 |  15 |  22 | 562k|4281 | 0.000000e+00 |      --      |    Inf 
204.89/204.90	c   205s|930000 |134964 |  1935k|   2.1 | 123M|  36 |   5 |  40 |8550 |  40 |  15 |  22 | 569k|4321 | 0.000000e+00 |      --      |    Inf 
207.30/207.35	c   207s|940000 |135946 |  1956k|   2.1 | 124M|  36 |   - |  40 |9384 |  40 |  15 |  22 | 575k|4328 | 0.000000e+00 |      --      |    Inf 
209.79/209.89	c   210s|950000 |136902 |  1977k|   2.1 | 125M|  36 |   5 |  40 |9452 |  40 |  15 |  22 | 582k|4341 | 0.000000e+00 |      --      |    Inf 
212.49/212.51	c   213s|960000 |138194 |  1997k|   2.1 | 126M|  36 |   5 |  40 |8662 |  40 |  15 |  22 | 588k|4410 | 0.000000e+00 |      --      |    Inf 
214.69/214.78	c   215s|970000 |139644 |  2018k|   2.1 | 128M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 594k|4410 | 0.000000e+00 |      --      |    Inf 
217.69/217.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
217.69/217.78	c   218s|980000 |140218 |  2038k|   2.1 | 128M|  36 |   5 |  40 |7671 |  40 |  15 |  22 | 601k|4417 | 0.000000e+00 |      --      |    Inf 
220.19/220.26	c   220s|990000 |141028 |  2058k|   2.1 | 130M|  36 |   5 |  40 |8897 |  40 |  15 |  22 | 607k|4430 | 0.000000e+00 |      --      |    Inf 
223.00/223.01	c   223s|  1000k|141675 |  2079k|   2.1 | 130M|  36 |   - |  40 |6967 |  40 |  15 |  22 | 614k|4438 | 0.000000e+00 |      --      |    Inf 
225.29/225.30	c   225s|  1010k|142695 |  2099k|   2.1 | 132M|  36 |   - |  40 |8684 |  40 |  15 |  22 | 620k|4458 | 0.000000e+00 |      --      |    Inf 
227.89/227.97	c   228s|  1020k|143519 |  2120k|   2.1 | 132M|  36 |   - |  40 |7598 |   0 |   0 |  22 | 627k|4470 | 0.000000e+00 |      --      |    Inf 
230.19/230.21	c   230s|  1030k|144733 |  2141k|   2.1 | 134M|  36 |   - |  40 |9766 |  40 |  15 |  22 | 634k|4488 | 0.000000e+00 |      --      |    Inf 
232.59/232.69	c   233s|  1040k|146112 |  2163k|   2.1 | 135M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 640k|4496 | 0.000000e+00 |      --      |    Inf 
235.00/235.07	c   235s|  1050k|147708 |  2185k|   2.1 | 137M|  36 |   5 |  40 |  12k|  40 |  15 |  22 | 646k|4512 | 0.000000e+00 |      --      |    Inf 
237.80/237.85	c   238s|  1060k|148855 |  2207k|   2.1 | 139M|  36 |   5 |  40 |  12k|  40 |  15 |  22 | 652k|4524 | 0.000000e+00 |      --      |    Inf 
240.90/241.01	c   241s|  1070k|149797 |  2229k|   2.1 | 140M|  36 |   - |  40 |  12k|  40 |  15 |  22 | 659k|4539 | 0.000000e+00 |      --      |    Inf 
244.31/244.35	c   244s|  1080k|150357 |  2249k|   2.1 | 140M|  36 |   5 |  40 |8483 |  40 |  15 |  22 | 666k|4552 | 0.000000e+00 |      --      |    Inf 
247.10/247.14	c   247s|  1090k|151165 |  2270k|   2.1 | 140M|  36 |   - |  40 |8207 |  40 |  15 |  22 | 672k|4568 | 0.000000e+00 |      --      |    Inf 
249.90/249.94	c   250s|  1100k|151841 |  2291k|   2.1 | 141M|  36 |   - |  40 |7794 |  40 |  15 |  22 | 679k|4585 | 0.000000e+00 |      --      |    Inf 
252.20/252.23	c   252s|  1110k|153101 |  2312k|   2.1 | 143M|  36 |   5 |  40 |9683 |  40 |  15 |  22 | 686k|4622 | 0.000000e+00 |      --      |    Inf 
254.99/255.09	c   255s|  1120k|154072 |  2332k|   2.1 | 144M|  36 |   5 |  40 |9381 |  40 |  15 |  22 | 692k|4632 | 0.000000e+00 |      --      |    Inf 
257.90/257.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
257.90/257.97	c   258s|  1130k|154733 |  2353k|   2.1 | 145M|  36 |   5 |  40 |8586 |  40 |  15 |  22 | 699k|4661 | 0.000000e+00 |      --      |    Inf 
260.60/260.68	c   261s|  1140k|155608 |  2374k|   2.1 | 146M|  36 |   5 |  40 |8268 |  40 |  15 |  22 | 706k|4683 | 0.000000e+00 |      --      |    Inf 
263.30/263.33	c   263s|  1150k|156555 |  2395k|   2.1 | 147M|  36 |   - |  40 |8340 |   0 |   0 |  22 | 712k|4698 | 0.000000e+00 |      --      |    Inf 
265.60/265.61	c   266s|  1160k|157820 |  2416k|   2.1 | 149M|  36 |   5 |  40 |  11k|  40 |  15 |  22 | 718k|4720 | 0.000000e+00 |      --      |    Inf 
268.40/268.45	c   268s|  1170k|158639 |  2437k|   2.1 | 149M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 725k|4746 | 0.000000e+00 |      --      |    Inf 
271.10/271.19	c   271s|  1180k|159304 |  2458k|   2.1 | 150M|  36 |   - |  40 |9944 |  40 |  15 |  22 | 732k|4768 | 0.000000e+00 |      --      |    Inf 
274.30/274.40	c   274s|  1190k|159755 |  2478k|   2.1 | 150M|  36 |   - |  40 |7700 |  40 |  15 |  22 | 739k|4792 | 0.000000e+00 |      --      |    Inf 
276.69/276.74	c   277s|  1200k|160905 |  2499k|   2.1 | 152M|  36 |   - |  40 |9847 |  40 |  15 |  22 | 745k|4803 | 0.000000e+00 |      --      |    Inf 
279.09/279.16	c   279s|  1210k|162070 |  2520k|   2.1 | 153M|  36 |   - |  40 |  10k|  40 |  15 |  22 | 752k|4872 | 0.000000e+00 |      --      |    Inf 
282.30/282.31	c   282s|  1220k|162836 |  2541k|   2.1 | 154M|  36 |   5 |  40 |9496 |  40 |  15 |  22 | 759k|4872 | 0.000000e+00 |      --      |    Inf 
285.30/285.31	c   285s|  1230k|163485 |  2561k|   2.1 | 154M|  36 |   5 |  40 |8009 |  40 |  15 |  22 | 765k|4872 | 0.000000e+00 |      --      |    Inf 
287.90/287.99	c   288s|  1240k|164371 |  2582k|   2.1 | 156M|  36 |   5 |  40 |8353 |  40 |  15 |  22 | 772k|4911 | 0.000000e+00 |      --      |    Inf 
290.20/290.27	c   290s|  1250k|165708 |  2601k|   2.1 | 157M|  36 |   - |  40 |  10k|  40 |  15 |  22 | 778k|4928 | 0.000000e+00 |      --      |    Inf 
293.29/293.37	c   293s|  1260k|166337 |  2622k|   2.1 | 158M|  36 |   - |  40 |8800 |  40 |  15 |  22 | 785k|4937 | 0.000000e+00 |      --      |    Inf 
296.50/296.57	c   297s|  1270k|166714 |  2642k|   2.1 | 158M|  36 |   5 |  40 |7939 |  40 |  15 |  22 | 791k|4958 | 0.000000e+00 |      --      |    Inf 
299.10/299.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
299.10/299.15	c   299s|  1280k|167816 |  2663k|   2.1 | 160M|  36 |   5 |  40 |9527 |  40 |  15 |  22 | 798k|4975 | 0.000000e+00 |      --      |    Inf 
302.00/302.00	c   302s|  1290k|168498 |  2683k|   2.1 | 160M|  36 |   - |  40 |7816 |  40 |  15 |  22 | 804k|4986 | 0.000000e+00 |      --      |    Inf 
304.49/304.54	c   305s|  1300k|169382 |  2704k|   2.1 | 161M|  36 |   - |  40 |8857 |  40 |  15 |  22 | 811k|5014 | 0.000000e+00 |      --      |    Inf 
306.80/306.81	c   307s|  1310k|170741 |  2726k|   2.1 | 163M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 818k|5029 | 0.000000e+00 |      --      |    Inf 
309.99/310.05	c   310s|  1320k|171139 |  2747k|   2.1 | 163M|  36 |   5 |  40 |9018 |  40 |  15 |  22 | 825k|5046 | 0.000000e+00 |      --      |    Inf 
312.51/312.59	c   313s|  1330k|172156 |  2768k|   2.1 | 165M|  36 |   - |  40 |  10k|   0 |   0 |  22 | 831k|5057 | 0.000000e+00 |      --      |    Inf 
315.70/315.80	c   316s|  1340k|172732 |  2788k|   2.1 | 165M|  36 |   5 |  40 |8869 |  40 |  15 |  22 | 838k|5080 | 0.000000e+00 |      --      |    Inf 
318.50/318.58	c   319s|  1350k|173516 |  2809k|   2.1 | 166M|  36 |   5 |  40 |9409 |  40 |  15 |  22 | 845k|5098 | 0.000000e+00 |      --      |    Inf 
321.39/321.43	c   321s|  1360k|174194 |  2830k|   2.1 | 167M|  36 |   - |  40 |9407 |  40 |  15 |  22 | 851k|5116 | 0.000000e+00 |      --      |    Inf 
324.10/324.14	c   324s|  1370k|175132 |  2850k|   2.1 | 169M|  36 |   - |  40 |9779 |  40 |  15 |  22 | 858k|5130 | 0.000000e+00 |      --      |    Inf 
327.10/327.17	c   327s|  1380k|175675 |  2870k|   2.1 | 169M|  36 |   5 |  40 |8665 |  40 |  15 |  22 | 865k|5140 | 0.000000e+00 |      --      |    Inf 
329.79/329.85	c   330s|  1390k|176494 |  2891k|   2.1 | 170M|  36 |   5 |  40 |9147 |  40 |  15 |  22 | 871k|5154 | 0.000000e+00 |      --      |    Inf 
332.70/332.77	c   333s|  1400k|177235 |  2912k|   2.1 | 171M|  36 |   - |  40 |8022 |  40 |  15 |  22 | 878k|5178 | 0.000000e+00 |      --      |    Inf 
334.79/334.86	c   335s|  1410k|178762 |  2933k|   2.1 | 173M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 884k|5192 | 0.000000e+00 |      --      |    Inf 
337.49/337.58	c   338s|  1420k|179623 |  2955k|   2.1 | 174M|  36 |   - |  40 |  11k|  40 |  15 |  22 | 892k|5214 | 0.000000e+00 |      --      |    Inf 
340.29/340.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
340.29/340.34	c   340s|  1430k|180635 |  2976k|   2.1 | 176M|  36 |   5 |  40 |  14k|  40 |  15 |  22 | 898k|5237 | 0.000000e+00 |      --      |    Inf 
343.59/343.64	c   344s|  1440k|181572 |  2996k|   2.1 | 176M|  36 |   5 |  40 |  11k|  40 |  15 |  22 | 905k|5270 | 0.000000e+00 |      --      |    Inf 
346.50/346.59	c   347s|  1450k|182532 |  3016k|   2.1 | 177M|  36 |   5 |  40 |  11k|  40 |  15 |  22 | 911k|5287 | 0.000000e+00 |      --      |    Inf 
349.80/349.82	c   350s|  1460k|183179 |  3037k|   2.1 | 178M|  36 |   5 |  40 |9155 |  40 |  15 |  22 | 918k|5312 | 0.000000e+00 |      --      |    Inf 
352.29/352.38	c   352s|  1470k|184231 |  3057k|   2.1 | 179M|  36 |   5 |  40 |  11k|  40 |  15 |  22 | 924k|5330 | 0.000000e+00 |      --      |    Inf 
354.90/354.92	c   355s|  1480k|185342 |  3079k|   2.1 | 180M|  36 |   5 |  40 |  11k|  40 |  15 |  22 | 931k|5349 | 0.000000e+00 |      --      |    Inf 
357.39/357.45	c   357s|  1490k|186298 |  3099k|   2.1 | 182M|  36 |   5 |  40 |  13k|  40 |  15 |  22 | 937k|5371 | 0.000000e+00 |      --      |    Inf 
360.99/361.07	c   361s|  1500k|186598 |  3119k|   2.1 | 182M|  36 |   - |  40 |9905 |  40 |  15 |  22 | 944k|5381 | 0.000000e+00 |      --      |    Inf 
364.10/364.12	c   364s|  1510k|187182 |  3140k|   2.1 | 182M|  36 |   - |  40 |9382 |  40 |  15 |  22 | 951k|5404 | 0.000000e+00 |      --      |    Inf 
366.89/366.94	c   367s|  1520k|187712 |  3161k|   2.1 | 183M|  36 |   5 |  40 |9649 |  40 |  15 |  22 | 958k|5424 | 0.000000e+00 |      --      |    Inf 
369.20/369.25	c   369s|  1530k|189320 |  3182k|   2.1 | 185M|  36 |   - |  40 |  11k|   0 |   0 |  22 | 964k|5445 | 0.000000e+00 |      --      |    Inf 
371.80/371.86	c   372s|  1540k|190575 |  3204k|   2.1 | 187M|  36 |   5 |  40 |  13k|  40 |  15 |  22 | 971k|5469 | 0.000000e+00 |      --      |    Inf 
375.29/375.38	c   375s|  1550k|190983 |  3225k|   2.1 | 187M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 978k|5486 | 0.000000e+00 |      --      |    Inf 
378.59/378.69	c   379s|  1560k|191531 |  3245k|   2.1 | 187M|  36 |   5 |  40 |9754 |  40 |  15 |  22 | 985k|5501 | 0.000000e+00 |      --      |    Inf 
381.59/381.68	c   382s|  1570k|192139 |  3266k|   2.1 | 188M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 991k|5518 | 0.000000e+00 |      --      |    Inf 
385.00/385.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
385.00/385.09	c   385s|  1580k|192455 |  3287k|   2.1 | 189M|  36 |   5 |  40 |8683 |  40 |  15 |  22 | 998k|5535 | 0.000000e+00 |      --      |    Inf 
387.09/387.19	c   387s|  1590k|194024 |  3308k|   2.1 | 191M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1004k|5553 | 0.000000e+00 |      --      |    Inf 
390.29/390.35	c   390s|  1600k|194650 |  3328k|   2.1 | 191M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1011k|5575 | 0.000000e+00 |      --      |    Inf 
392.70/392.72	c   393s|  1610k|196696 |  3350k|   2.1 | 193M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1017k|5602 | 0.000000e+00 |      --      |    Inf 
395.40/395.42	c   395s|  1620k|198402 |  3371k|   2.1 | 195M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1023k|5615 | 0.000000e+00 |      --      |    Inf 
398.20/398.29	c   398s|  1630k|199832 |  3393k|   2.1 | 196M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1030k|5629 | 0.000000e+00 |      --      |    Inf 
401.70/401.70	c   402s|  1640k|200612 |  3414k|   2.1 | 197M|  36 |   - |  40 |  13k|  40 |  15 |  22 |1037k|5658 | 0.000000e+00 |      --      |    Inf 
404.50/404.57	c   405s|  1650k|202105 |  3436k|   2.1 | 199M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |1043k|5676 | 0.000000e+00 |      --      |    Inf 
408.10/408.16	c   408s|  1660k|202953 |  3457k|   2.1 | 200M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1050k|5690 | 0.000000e+00 |      --      |    Inf 
411.80/411.87	c   412s|  1670k|203500 |  3478k|   2.1 | 201M|  36 |   - |  40 |  14k|   0 |   0 |  22 |1057k|5713 | 0.000000e+00 |      --      |    Inf 
415.92/415.93	c   416s|  1680k|203978 |  3499k|   2.1 | 201M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1065k|5733 | 0.000000e+00 |      --      |    Inf 
418.30/418.37	c   418s|  1690k|205718 |  3520k|   2.1 | 204M|  36 |   - |  40 |  14k|  40 |  15 |  22 |1071k|5751 | 0.000000e+00 |      --      |    Inf 
421.41/421.45	c   421s|  1700k|206722 |  3541k|   2.1 | 204M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1077k|5763 | 0.000000e+00 |      --      |    Inf 
424.39/424.48	c   424s|  1710k|207590 |  3562k|   2.1 | 206M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1084k|5787 | 0.000000e+00 |      --      |    Inf 
427.39/427.40	c   427s|  1720k|208860 |  3585k|   2.1 | 208M|  36 |   5 |  40 |  16k|  40 |  15 |  22 |1091k|5799 | 0.000000e+00 |      --      |    Inf 
430.29/430.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
430.29/430.36	c   430s|  1730k|210371 |  3607k|   2.1 | 209M|  36 |   - |  40 |  17k|  40 |  15 |  22 |1098k|5816 | 0.000000e+00 |      --      |    Inf 
433.90/433.95	c   434s|  1740k|210977 |  3629k|   2.1 | 210M|  36 |   - |  40 |  16k|  40 |  15 |  22 |1105k|5839 | 0.000000e+00 |      --      |    Inf 
438.09/438.15	c   438s|  1750k|211606 |  3649k|   2.1 | 210M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1112k|5858 | 0.000000e+00 |      --      |    Inf 
442.50/442.55	c   443s|  1760k|211841 |  3670k|   2.1 | 210M|  36 |   - |  40 |  10k|  40 |  15 |  22 |1119k|5871 | 0.000000e+00 |      --      |    Inf 
445.61/445.66	c   446s|  1770k|212716 |  3690k|   2.1 | 211M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1125k|5883 | 0.000000e+00 |      --      |    Inf 
448.70/448.70	c   449s|  1780k|213357 |  3710k|   2.1 | 212M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1132k|5892 | 0.000000e+00 |      --      |    Inf 
451.90/451.92	c   452s|  1790k|214016 |  3731k|   2.1 | 212M|  36 |   - |  40 |9943 |  40 |  15 |  22 |1139k|5912 | 0.000000e+00 |      --      |    Inf 
454.69/454.75	c   455s|  1800k|215097 |  3752k|   2.1 | 214M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1145k|5927 | 0.000000e+00 |      --      |    Inf 
457.99/458.01	c   458s|  1810k|215720 |  3772k|   2.1 | 214M|  36 |   5 |  40 |9795 |  40 |  15 |  22 |1152k|5942 | 0.000000e+00 |      --      |    Inf 
460.80/460.89	c   461s|  1820k|216586 |  3793k|   2.1 | 215M|  36 |   5 |  40 |9708 |  40 |  15 |  22 |1159k|5955 | 0.000000e+00 |      --      |    Inf 
463.40/463.40	c   463s|  1830k|217389 |  3813k|   2.1 | 217M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1166k|5968 | 0.000000e+00 |      --      |    Inf 
466.60/466.69	c   467s|  1840k|218066 |  3834k|   2.1 | 217M|  36 |   - |  40 |9474 |  40 |  15 |  22 |1172k|5993 | 0.000000e+00 |      --      |    Inf 
469.49/469.57	c   470s|  1850k|218734 |  3854k|   2.1 | 218M|  36 |   - |  40 |9842 |  40 |  15 |  22 |1179k|6007 | 0.000000e+00 |      --      |    Inf 
472.80/472.80	c   473s|  1860k|219190 |  3875k|   2.1 | 219M|  36 |   - |  40 |8510 |  40 |  15 |  22 |1186k|6031 | 0.000000e+00 |      --      |    Inf 
475.10/475.18	c   475s|  1870k|220409 |  3896k|   2.1 | 220M|  36 |   - |  40 |  10k|  40 |  15 |  22 |1192k|6045 | 0.000000e+00 |      --      |    Inf 
477.60/477.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
477.60/477.63	c   478s|  1880k|221686 |  3918k|   2.1 | 222M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1199k|6060 | 0.000000e+00 |      --      |    Inf 
481.20/481.22	c   481s|  1890k|222392 |  3939k|   2.1 | 223M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1206k|6068 | 0.000000e+00 |      --      |    Inf 
484.19/484.24	c   484s|  1900k|223177 |  3960k|   2.1 | 224M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1212k|6086 | 0.000000e+00 |      --      |    Inf 
487.90/487.94	c   488s|  1910k|223563 |  3980k|   2.1 | 224M|  36 |   5 |  40 |9861 |  40 |  15 |  22 |1220k|6104 | 0.000000e+00 |      --      |    Inf 
490.80/490.82	c   491s|  1920k|224300 |  4001k|   2.1 | 225M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1226k|6120 | 0.000000e+00 |      --      |    Inf 
494.19/494.27	c   494s|  1930k|224710 |  4022k|   2.1 | 225M|  36 |   5 |  40 |9579 |  40 |  15 |  22 |1233k|6132 | 0.000000e+00 |      --      |    Inf 
497.31/497.35	c   497s|  1940k|225303 |  4042k|   2.1 | 226M|  36 |   5 |  40 |9562 |  40 |  15 |  22 |1240k|6155 | 0.000000e+00 |      --      |    Inf 
500.30/500.34	c   500s|  1950k|225926 |  4063k|   2.1 | 227M|  36 |   5 |  40 |8891 |  40 |  15 |  22 |1247k|6174 | 0.000000e+00 |      --      |    Inf 
503.10/503.16	c   503s|  1960k|226644 |  4083k|   2.1 | 228M|  36 |   5 |  40 |9872 |  40 |  15 |  22 |1254k|6187 | 0.000000e+00 |      --      |    Inf 
506.50/506.55	c   507s|  1970k|227002 |  4103k|   2.1 | 229M|  36 |   5 |  40 |8823 |  40 |  15 |  22 |1261k|6208 | 0.000000e+00 |      --      |    Inf 
509.30/509.39	c   509s|  1980k|227656 |  4124k|   2.1 | 230M|  36 |   - |  40 |9474 |  40 |  15 |  22 |1268k|6219 | 0.000000e+00 |      --      |    Inf 
512.00/512.05	c   512s|  1990k|228491 |  4145k|   2.1 | 231M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1274k|6234 | 0.000000e+00 |      --      |    Inf 
515.20/515.29	c   515s|  2000k|229140 |  4166k|   2.1 | 232M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1281k|6247 | 0.000000e+00 |      --      |    Inf 
518.60/518.60	c   519s|  2010k|229660 |  4186k|   2.1 | 233M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1288k|6259 | 0.000000e+00 |      --      |    Inf 
522.00/522.04	c   522s|  2020k|230051 |  4207k|   2.1 | 233M|  36 |   5 |  40 |9281 |  40 |  15 |  22 |1295k|6271 | 0.000000e+00 |      --      |    Inf 
524.82/524.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
524.82/524.87	c   525s|  2030k|230878 |  4227k|   2.1 | 234M|  36 |   - |  40 |9768 |  40 |  15 |  22 |1302k|6291 | 0.000000e+00 |      --      |    Inf 
527.19/527.28	c   527s|  2040k|232183 |  4247k|   2.1 | 236M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1308k|6306 | 0.000000e+00 |      --      |    Inf 
530.69/530.73	c   531s|  2050k|232540 |  4267k|   2.1 | 236M|  36 |   - |  40 |9126 |  40 |  15 |  22 |1314k|6323 | 0.000000e+00 |      --      |    Inf 
534.00/534.06	c   534s|  2060k|232759 |  4287k|   2.1 | 236M|  36 |   5 |  40 |8321 |  40 |  15 |  22 |1321k|6335 | 0.000000e+00 |      --      |    Inf 
537.00/537.03	c   537s|  2070k|233315 |  4307k|   2.1 | 237M|  36 |   5 |  40 |9538 |  40 |  15 |  22 |1328k|6345 | 0.000000e+00 |      --      |    Inf 
539.90/539.97	c   540s|  2080k|233943 |  4328k|   2.1 | 238M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1335k|6359 | 0.000000e+00 |      --      |    Inf 
543.30/543.34	c   543s|  2090k|234207 |  4349k|   2.1 | 239M|  36 |   - |  40 |9525 |  40 |  15 |  22 |1342k|6375 | 0.000000e+00 |      --      |    Inf 
546.10/546.14	c   546s|  2100k|235058 |  4369k|   2.1 | 240M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1349k|6394 | 0.000000e+00 |      --      |    Inf 
549.02/549.02	c   549s|  2110k|235756 |  4389k|   2.1 | 241M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1356k|6403 | 0.000000e+00 |      --      |    Inf 
552.20/552.29	c   552s|  2120k|236384 |  4410k|   2.1 | 242M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1363k|6413 | 0.000000e+00 |      --      |    Inf 
555.30/555.33	c   555s|  2130k|237007 |  4430k|   2.1 | 243M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1370k|6425 | 0.000000e+00 |      --      |    Inf 
558.70/558.71	c   559s|  2140k|237500 |  4450k|   2.1 | 243M|  36 |   - |  40 |  10k|  40 |  15 |  22 |1377k|6436 | 0.000000e+00 |      --      |    Inf 
562.22/562.24	c   562s|  2150k|237785 |  4471k|   2.1 | 244M|  36 |   5 |  40 |8781 |  40 |  15 |  22 |1384k|6447 | 0.000000e+00 |      --      |    Inf 
565.10/565.10	c   565s|  2160k|238455 |  4492k|   2.1 | 245M|  36 |   5 |  40 |9948 |  40 |  15 |  22 |1391k|6464 | 0.000000e+00 |      --      |    Inf 
568.30/568.39	c   568s|  2170k|238867 |  4513k|   2.1 | 245M|  36 |   5 |  40 |9319 |  40 |  15 |  22 |1398k|6480 | 0.000000e+00 |      --      |    Inf 
571.02/571.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
571.02/571.06	c   571s|  2180k|239621 |  4534k|   2.1 | 247M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1405k|6492 | 0.000000e+00 |      --      |    Inf 
574.20/574.29	c   574s|  2190k|240143 |  4554k|   2.1 | 248M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1412k|6504 | 0.000000e+00 |      --      |    Inf 
577.10/577.13	c   577s|  2200k|241082 |  4575k|   2.1 | 249M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1418k|6519 | 0.000000e+00 |      --      |    Inf 
580.70/580.72	c   581s|  2210k|241573 |  4595k|   2.1 | 249M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1425k|6536 | 0.000000e+00 |      --      |    Inf 
584.22/584.21	c   584s|  2220k|242115 |  4616k|   2.1 | 250M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1432k|6551 | 0.000000e+00 |      --      |    Inf 
587.20/587.25	c   587s|  2230k|242899 |  4637k|   2.1 | 251M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1439k|6571 | 0.000000e+00 |      --      |    Inf 
591.10/591.12	c   591s|  2240k|243193 |  4658k|   2.1 | 251M|  36 |   5 |  40 |9325 |  40 |  15 |  22 |1446k|6577 | 0.000000e+00 |      --      |    Inf 
594.00/594.09	c   594s|  2250k|243809 |  4678k|   2.1 | 252M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1453k|6589 | 0.000000e+00 |      --      |    Inf 
597.31/597.36	c   597s|  2260k|244238 |  4699k|   2.1 | 253M|  36 |   - |  40 |8559 |  40 |  15 |  22 |1459k|6608 | 0.000000e+00 |      --      |    Inf 
599.80/599.86	c   600s|  2270k|245012 |  4720k|   2.1 | 254M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1467k|6630 | 0.000000e+00 |      --      |    Inf 
603.20/603.21	c   603s|  2280k|245516 |  4741k|   2.1 | 255M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1474k|6641 | 0.000000e+00 |      --      |    Inf 
605.80/605.84	c   606s|  2290k|246431 |  4761k|   2.1 | 257M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1480k|6658 | 0.000000e+00 |      --      |    Inf 
609.10/609.12	c   609s|  2300k|246817 |  4781k|   2.1 | 257M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1487k|6671 | 0.000000e+00 |      --      |    Inf 
612.81/612.88	c   613s|  2310k|247023 |  4802k|   2.1 | 257M|  36 |   5 |  40 |8933 |  40 |  15 |  22 |1494k|6687 | 0.000000e+00 |      --      |    Inf 
615.60/615.67	c   616s|  2320k|247797 |  4823k|   2.1 | 258M|  36 |   - |  40 |  10k|  40 |  15 |  22 |1501k|6699 | 0.000000e+00 |      --      |    Inf 
618.80/618.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
618.80/618.82	c   619s|  2330k|248311 |  4844k|   2.1 | 259M|  36 |   - |  40 |9974 |  40 |  15 |  22 |1508k|6710 | 0.000000e+00 |      --      |    Inf 
622.00/622.02	c   622s|  2340k|248793 |  4865k|   2.1 | 259M|  36 |   5 |  40 |9880 |  40 |  15 |  22 |1515k|6728 | 0.000000e+00 |      --      |    Inf 
625.10/625.10	c   625s|  2350k|249358 |  4885k|   2.1 | 260M|  36 |   - |  40 |9668 |  40 |  15 |  22 |1521k|6743 | 0.000000e+00 |      --      |    Inf 
628.10/628.14	c   628s|  2360k|249836 |  4906k|   2.1 | 261M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1528k|6754 | 0.000000e+00 |      --      |    Inf 
631.70/631.70	c   632s|  2370k|250031 |  4926k|   2.1 | 261M|  36 |   5 |  40 |8957 |  40 |  15 |  22 |1535k|6769 | 0.000000e+00 |      --      |    Inf 
634.40/634.46	c   634s|  2380k|250693 |  4947k|   2.1 | 263M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1542k|6783 | 0.000000e+00 |      --      |    Inf 
637.60/637.69	c   638s|  2390k|251213 |  4967k|   2.1 | 264M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1549k|6799 | 0.000000e+00 |      --      |    Inf 
640.90/640.94	c   641s|  2400k|251697 |  4988k|   2.1 | 264M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1556k|6815 | 0.000000e+00 |      --      |    Inf 
644.10/644.10	c   644s|  2410k|252193 |  5008k|   2.1 | 265M|  36 |   5 |  40 |9865 |  40 |  15 |  22 |1563k|6832 | 0.000000e+00 |      --      |    Inf 
647.10/647.13	c   647s|  2420k|252812 |  5030k|   2.1 | 266M|  36 |   - |  40 |  10k|  40 |  15 |  22 |1570k|6843 | 0.000000e+00 |      --      |    Inf 
650.30/650.37	c   650s|  2430k|253295 |  5050k|   2.1 | 266M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1577k|6854 | 0.000000e+00 |      --      |    Inf 
653.90/653.91	c   654s|  2440k|253539 |  5071k|   2.1 | 267M|  36 |   5 |  40 |8853 |  40 |  15 |  22 |1584k|6866 | 0.000000e+00 |      --      |    Inf 
657.10/657.12	c   657s|  2450k|253913 |  5092k|   2.1 | 267M|  36 |   - |  40 |9251 |  40 |  15 |  22 |1591k|6885 | 0.000000e+00 |      --      |    Inf 
660.20/660.24	c   660s|  2460k|254304 |  5112k|   2.1 | 268M|  36 |   5 |  40 |9417 |  40 |  15 |  22 |1598k|6901 | 0.000000e+00 |      --      |    Inf 
663.50/663.54	c   664s|  2470k|254781 |  5133k|   2.1 | 268M|  36 |   - |  40 |8320 |  40 |  15 |  22 |1605k|6919 | 0.000000e+00 |      --      |    Inf 
665.62/665.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
665.62/665.63	c   666s|  2480k|257513 |  5155k|   2.1 | 270M|  36 |   5 |  40 |9531 |  40 |  15 |  22 |1610k|6938 | 0.000000e+00 |      --      |    Inf 
667.90/667.99	c   668s|  2490k|259658 |  5177k|   2.1 | 272M|  36 |   - |  40 |9655 |  40 |  15 |  22 |1616k|6949 | 0.000000e+00 |      --      |    Inf 
670.31/670.39	c   670s|  2500k|261628 |  5198k|   2.1 | 274M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1621k|6960 | 0.000000e+00 |      --      |    Inf 
673.00/673.06	c   673s|  2510k|263174 |  5219k|   2.1 | 275M|  36 |   - |  40 |  10k|  40 |  15 |  22 |1627k|6970 | 0.000000e+00 |      --      |    Inf 
675.41/675.48	c   675s|  2520k|264961 |  5241k|   2.1 | 277M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1633k|6991 | 0.000000e+00 |      --      |    Inf 
678.10/678.19	c   678s|  2530k|266423 |  5263k|   2.1 | 278M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1639k|7001 | 0.000000e+00 |      --      |    Inf 
680.91/680.91	c   681s|  2540k|267863 |  5284k|   2.1 | 279M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1645k|7011 | 0.000000e+00 |      --      |    Inf 
683.70/683.72	c   684s|  2550k|269295 |  5306k|   2.1 | 281M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1651k|7023 | 0.000000e+00 |      --      |    Inf 
686.30/686.36	c   686s|  2560k|270787 |  5327k|   2.1 | 283M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1658k|7035 | 0.000000e+00 |      --      |    Inf 
689.40/689.46	c   689s|  2570k|271957 |  5349k|   2.1 | 284M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1664k|7047 | 0.000000e+00 |      --      |    Inf 
692.80/692.83	c   693s|  2580k|272944 |  5370k|   2.1 | 285M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1670k|7066 | 0.000000e+00 |      --      |    Inf 
696.01/696.02	c   696s|  2590k|274069 |  5391k|   2.1 | 286M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1677k|7076 | 0.000000e+00 |      --      |    Inf 
699.30/699.33	c   699s|  2600k|274903 |  5413k|   2.1 | 287M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1684k|7089 | 0.000000e+00 |      --      |    Inf 
702.50/702.52	c   703s|  2610k|275990 |  5435k|   2.1 | 288M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1690k|7106 | 0.000000e+00 |      --      |    Inf 
705.70/705.73	c   706s|  2620k|277068 |  5456k|   2.1 | 290M|  36 |   - |  40 |  14k|  40 |  15 |  22 |1697k|7119 | 0.000000e+00 |      --      |    Inf 
708.70/708.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
708.70/708.74	c   709s|  2630k|278457 |  5478k|   2.1 | 291M|  36 |   - |  40 |  15k|  40 |  15 |  22 |1703k|7131 | 0.000000e+00 |      --      |    Inf 
711.71/711.78	c   712s|  2640k|280279 |  5500k|   2.1 | 293M|  36 |   - |  40 |  15k|  40 |  15 |  22 |1709k|7152 | 0.000000e+00 |      --      |    Inf 
714.81/714.85	c   715s|  2650k|281601 |  5522k|   2.1 | 295M|  36 |   5 |  40 |  17k|  40 |  15 |  22 |1715k|7166 | 0.000000e+00 |      --      |    Inf 
718.90/718.91	c   719s|  2660k|282387 |  5543k|   2.1 | 295M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1722k|7182 | 0.000000e+00 |      --      |    Inf 
722.60/722.64	c   723s|  2670k|283123 |  5565k|   2.1 | 296M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1729k|7192 | 0.000000e+00 |      --      |    Inf 
726.40/726.44	c   726s|  2680k|283858 |  5587k|   2.1 | 297M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1736k|7200 | 0.000000e+00 |      --      |    Inf 
729.80/729.82	c   730s|  2690k|284828 |  5608k|   2.1 | 298M|  36 |   - |  40 |  15k|  40 |  15 |  22 |1743k|7209 | 0.000000e+00 |      --      |    Inf 
732.91/732.99	c   733s|  2700k|286210 |  5630k|   2.1 | 300M|  36 |   - |  40 |  16k|  40 |  15 |  22 |1749k|7226 | 0.000000e+00 |      --      |    Inf 
736.90/736.90	c   737s|  2710k|287031 |  5651k|   2.1 | 300M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1755k|7234 | 0.000000e+00 |      --      |    Inf 
740.90/740.93	c   741s|  2720k|287531 |  5672k|   2.1 | 301M|  36 |   - |  40 |  14k|  40 |  15 |  22 |1762k|7243 | 0.000000e+00 |      --      |    Inf 
744.50/744.52	c   745s|  2730k|288273 |  5694k|   2.1 | 302M|  36 |   - |  40 |  15k|  40 |  15 |  22 |1769k|7254 | 0.000000e+00 |      --      |    Inf 
748.80/748.86	c   749s|  2740k|288665 |  5715k|   2.1 | 303M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1776k|7269 | 0.000000e+00 |      --      |    Inf 
752.60/752.67	c   753s|  2750k|289212 |  5737k|   2.1 | 304M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1783k|7279 | 0.000000e+00 |      --      |    Inf 
756.51/756.53	c   757s|  2760k|289729 |  5758k|   2.1 | 304M|  36 |   - |  40 |  14k|  40 |  15 |  22 |1790k|7293 | 0.000000e+00 |      --      |    Inf 
760.40/760.41	c   760s|  2770k|290146 |  5780k|   2.1 | 305M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1797k|7303 | 0.000000e+00 |      --      |    Inf 
764.10/764.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
764.10/764.15	c   764s|  2780k|290747 |  5802k|   2.1 | 306M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1804k|7312 | 0.000000e+00 |      --      |    Inf 
767.80/767.90	c   768s|  2790k|291391 |  5824k|   2.1 | 307M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1811k|7322 | 0.000000e+00 |      --      |    Inf 
772.00/772.07	c   772s|  2800k|291618 |  5845k|   2.1 | 308M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1818k|7337 | 0.000000e+00 |      --      |    Inf 
776.10/776.14	c   776s|  2810k|291896 |  5867k|   2.1 | 308M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1825k|7356 | 0.000000e+00 |      --      |    Inf 
779.70/779.70	c   780s|  2820k|292642 |  5888k|   2.1 | 310M|  36 |   5 |  40 |  16k|  40 |  15 |  22 |1832k|7372 | 0.000000e+00 |      --      |    Inf 
783.71/783.75	c   784s|  2830k|293299 |  5909k|   2.1 | 310M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |1839k|7385 | 0.000000e+00 |      --      |    Inf 
787.10/787.12	c   787s|  2840k|293948 |  5929k|   2.1 | 311M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |1846k|7401 | 0.000000e+00 |      --      |    Inf 
791.10/791.15	c   791s|  2850k|294368 |  5951k|   2.1 | 312M|  36 |   - |  40 |  15k|   0 |   0 |  22 |1853k|7419 | 0.000000e+00 |      --      |    Inf 
795.00/795.04	c   795s|  2860k|295261 |  5972k|   2.1 | 313M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1859k|7426 | 0.000000e+00 |      --      |    Inf 
797.90/797.99	c   798s|  2870k|296544 |  5992k|   2.1 | 314M|  36 |   - |  40 |  15k|  40 |  15 |  22 |1865k|7445 | 0.000000e+00 |      --      |    Inf 
801.70/801.74	c   802s|  2880k|296997 |  6012k|   2.1 | 315M|  36 |   - |  40 |  15k|   0 |   0 |  22 |1872k|7456 | 0.000000e+00 |      --      |    Inf 
806.10/806.19	c   806s|  2890k|297352 |  6032k|   2.1 | 314M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1879k|7466 | 0.000000e+00 |      --      |    Inf 
809.90/809.94	c   810s|  2900k|297739 |  6053k|   2.1 | 315M|  36 |   - |  40 |  10k|   0 |   0 |  22 |1886k|7482 | 0.000000e+00 |      --      |    Inf 
813.31/813.38	c   813s|  2910k|298155 |  6074k|   2.1 | 316M|  36 |   - |  40 |  10k|   0 |   0 |  22 |1892k|7491 | 0.000000e+00 |      --      |    Inf 
817.20/817.28	c   817s|  2920k|298270 |  6094k|   2.1 | 316M|  36 |   - |  40 |9260 |  40 |  15 |  22 |1899k|7516 | 0.000000e+00 |      --      |    Inf 
819.90/819.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
819.90/819.95	c   820s|  2930k|299100 |  6116k|   2.1 | 318M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1907k|7528 | 0.000000e+00 |      --      |    Inf 
823.91/824.00	c   824s|  2940k|299305 |  6137k|   2.1 | 318M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1914k|7541 | 0.000000e+00 |      --      |    Inf 
827.71/827.71	c   828s|  2950k|299516 |  6158k|   2.1 | 318M|  36 |   5 |  40 |9476 |  40 |  15 |  22 |1921k|7559 | 0.000000e+00 |      --      |    Inf 
830.70/830.72	c   831s|  2960k|300451 |  6179k|   2.1 | 319M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1928k|7571 | 0.000000e+00 |      --      |    Inf 
833.92/833.95	c   834s|  2970k|300918 |  6200k|   2.1 | 320M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1935k|7582 | 0.000000e+00 |      --      |    Inf 
837.11/837.21	c   837s|  2980k|301725 |  6220k|   2.1 | 321M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1941k|7619 | 0.000000e+00 |      --      |    Inf 
840.41/840.48	c   840s|  2990k|302199 |  6242k|   2.1 | 322M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1948k|7619 | 0.000000e+00 |      --      |    Inf 
844.00/844.04	c   844s|  3000k|302810 |  6262k|   2.1 | 323M|  36 |   - |  40 |  11k|   0 |   0 |  22 |1955k|7627 | 0.000000e+00 |      --      |    Inf 
847.81/847.84	c   848s|  3010k|303109 |  6283k|   2.1 | 323M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1962k|7639 | 0.000000e+00 |      --      |    Inf 
850.61/850.63	c   851s|  3020k|303908 |  6304k|   2.1 | 325M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1969k|7651 | 0.000000e+00 |      --      |    Inf 
854.11/854.15	c   854s|  3030k|304453 |  6325k|   2.1 | 325M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1976k|7662 | 0.000000e+00 |      --      |    Inf 
857.90/857.90	c   858s|  3040k|304781 |  6346k|   2.1 | 326M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1983k|7672 | 0.000000e+00 |      --      |    Inf 
861.71/861.70	c   862s|  3050k|305054 |  6367k|   2.1 | 326M|  36 |   5 |  40 |9518 |  40 |  15 |  22 |1990k|7688 | 0.000000e+00 |      --      |    Inf 
864.90/864.96	c   865s|  3060k|305532 |  6387k|   2.1 | 327M|  36 |   5 |  40 |9904 |  40 |  15 |  22 |1997k|7702 | 0.000000e+00 |      --      |    Inf 
868.10/868.19	c   868s|  3070k|306010 |  6408k|   2.1 | 328M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2004k|7713 | 0.000000e+00 |      --      |    Inf 
871.41/871.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
871.41/871.41	c   871s|  3080k|306368 |  6429k|   2.1 | 328M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2011k|7721 | 0.000000e+00 |      --      |    Inf 
874.31/874.32	c   874s|  3090k|307008 |  6449k|   2.1 | 329M|  36 |   - |  40 |  12k|  40 |  15 |  22 |2018k|7738 | 0.000000e+00 |      --      |    Inf 
878.10/878.15	c   878s|  3100k|307163 |  6469k|   2.1 | 329M|  36 |   5 |  40 |9817 |  40 |  15 |  22 |2025k|7753 | 0.000000e+00 |      --      |    Inf 
881.41/881.44	c   881s|  3110k|307570 |  6489k|   2.1 | 330M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2032k|7763 | 0.000000e+00 |      --      |    Inf 
884.90/884.98	c   885s|  3120k|307867 |  6510k|   2.1 | 331M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2039k|7775 | 0.000000e+00 |      --      |    Inf 
888.81/888.83	c   889s|  3130k|307833 |  6531k|   2.1 | 331M|  36 |   5 |  40 |9324 |  40 |  15 |  22 |2046k|7791 | 0.000000e+00 |      --      |    Inf 
892.23/892.22	c   892s|  3140k|308081 |  6551k|   2.1 | 332M|  36 |   - |  40 |9883 |  40 |  15 |  22 |2053k|7804 | 0.000000e+00 |      --      |    Inf 
895.71/895.71	c   896s|  3150k|308310 |  6572k|   2.1 | 332M|  36 |   5 |  40 |9254 |  40 |  15 |  22 |2060k|7820 | 0.000000e+00 |      --      |    Inf 
899.50/899.55	c   900s|  3160k|308305 |  6592k|   2.1 | 332M|  36 |   - |  40 |9324 |  40 |  15 |  22 |2067k|7828 | 0.000000e+00 |      --      |    Inf 
902.81/902.81	c   903s|  3170k|309087 |  6613k|   2.1 | 333M|  36 |   5 |  40 |9812 |  40 |  15 |  22 |2074k|7840 | 0.000000e+00 |      --      |    Inf 
905.50/905.56	c   906s|  3180k|309906 |  6635k|   2.1 | 335M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2081k|7846 | 0.000000e+00 |      --      |    Inf 
908.91/908.90	c   909s|  3190k|310453 |  6657k|   2.1 | 336M|  36 |   - |  40 |  12k|  40 |  15 |  22 |2087k|7853 | 0.000000e+00 |      --      |    Inf 
911.81/911.83	c   912s|  3200k|312119 |  6677k|   2.1 | 337M|  36 |   - |  40 |  12k|  40 |  15 |  22 |2093k|7864 | 0.000000e+00 |      --      |    Inf 
914.71/914.76	c   915s|  3210k|313498 |  6697k|   2.1 | 339M|  36 |   - |  40 |  13k|  40 |  15 |  22 |2099k|7871 | 0.000000e+00 |      --      |    Inf 
917.91/917.91	c   918s|  3220k|314475 |  6717k|   2.1 | 340M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2106k|7884 | 0.000000e+00 |      --      |    Inf 
921.01/921.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
921.01/921.02	c   921s|  3230k|315514 |  6737k|   2.1 | 341M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |2112k|7897 | 0.000000e+00 |      --      |    Inf 
924.61/924.69	c   925s|  3240k|316085 |  6757k|   2.1 | 342M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2119k|7913 | 0.000000e+00 |      --      |    Inf 
927.81/927.88	c   928s|  3250k|317052 |  6777k|   2.1 | 343M|  36 |   - |  40 |  16k|  40 |  15 |  22 |2125k|7928 | 0.000000e+00 |      --      |    Inf 
931.01/931.05	c   931s|  3260k|317978 |  6797k|   2.1 | 345M|  36 |   - |  40 |  17k|  40 |  15 |  22 |2132k|7934 | 0.000000e+00 |      --      |    Inf 
935.41/935.46	c   935s|  3270k|318022 |  6817k|   2.1 | 345M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |2139k|7949 | 0.000000e+00 |      --      |    Inf 
939.01/939.05	c   939s|  3280k|318469 |  6837k|   2.1 | 346M|  36 |   5 |  40 |  17k|  40 |  15 |  22 |2146k|7967 | 0.000000e+00 |      --      |    Inf 
943.41/943.42	c   943s|  3290k|318649 |  6858k|   2.1 | 345M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2153k|7986 | 0.000000e+00 |      --      |    Inf 
946.40/946.45	c   946s|  3300k|320190 |  6880k|   2.1 | 347M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |2159k|7995 | 0.000000e+00 |      --      |    Inf 
949.50/949.55	c   950s|  3310k|321554 |  6902k|   2.1 | 349M|  36 |   - |  40 |  17k|  40 |  15 |  22 |2166k|8008 | 0.000000e+00 |      --      |    Inf 
953.51/953.59	c   954s|  3320k|322187 |  6924k|   2.1 | 350M|  36 |   5 |  40 |  17k|  40 |  15 |  22 |2173k|8017 | 0.000000e+00 |      --      |    Inf 
958.01/958.04	c   958s|  3330k|322467 |  6947k|   2.1 | 351M|  36 |   5 |  40 |  18k|  40 |  15 |  22 |2180k|8025 | 0.000000e+00 |      --      |    Inf 
962.63/962.64	c   963s|  3340k|322684 |  6968k|   2.1 | 351M|  36 |   - |  40 |  16k|  40 |  15 |  22 |2188k|8037 | 0.000000e+00 |      --      |    Inf 
967.50/967.54	c   968s|  3350k|322770 |  6989k|   2.1 | 350M|  36 |   - |  40 |  12k|  40 |  15 |  22 |2195k|8049 | 0.000000e+00 |      --      |    Inf 
971.42/971.43	c   971s|  3360k|323049 |  7009k|   2.1 | 351M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2202k|8060 | 0.000000e+00 |      --      |    Inf 
975.40/975.41	c   975s|  3370k|323216 |  7030k|   2.1 | 351M|  36 |   5 |  40 |9254 |  40 |  15 |  22 |2209k|8083 | 0.000000e+00 |      --      |    Inf 
978.31/978.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
978.31/978.36	c   978s|  3380k|323993 |  7052k|   2.1 | 352M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2216k|8096 | 0.000000e+00 |      --      |    Inf 
981.51/981.59	c   982s|  3390k|324514 |  7073k|   2.1 | 353M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2223k|8111 | 0.000000e+00 |      --      |    Inf 
985.41/985.42	c   985s|  3400k|324723 |  7094k|   2.1 | 353M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2230k|8128 | 0.000000e+00 |      --      |    Inf 
989.21/989.27	c   989s|  3410k|324893 |  7114k|   2.1 | 354M|  36 |   - |  40 |9699 |  40 |  15 |  22 |2238k|8147 | 0.000000e+00 |      --      |    Inf 
992.51/992.51	c   993s|  3420k|325402 |  7135k|   2.1 | 355M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2244k|8161 | 0.000000e+00 |      --      |    Inf 
996.30/996.34	c   996s|  3430k|325554 |  7156k|   2.1 | 355M|  36 |   - |  40 |9738 |  40 |  15 |  22 |2252k|8176 | 0.000000e+00 |      --      |    Inf 
1000.11/1000.17	c  1000s|  3440k|325632 |  7177k|   2.1 | 355M|  36 |   5 |  40 |9888 |  40 |  15 |  22 |2259k|8182 | 0.000000e+00 |      --      |    Inf 
1003.71/1003.71	c  1004s|  3450k|325877 |  7197k|   2.1 | 356M|  36 |   5 |  40 |9547 |  40 |  15 |  22 |2266k|8196 | 0.000000e+00 |      --      |    Inf 
1007.41/1007.49	c  1007s|  3460k|325934 |  7218k|   2.1 | 356M|  36 |   5 |  40 |8668 |  40 |  15 |  22 |2273k|8204 | 0.000000e+00 |      --      |    Inf 
1010.41/1010.49	c  1010s|  3470k|326371 |  7238k|   2.1 | 357M|  36 |   - |  40 |9849 |  40 |  15 |  22 |2280k|8219 | 0.000000e+00 |      --      |    Inf 
1013.51/1013.56	c  1014s|  3480k|326880 |  7258k|   2.1 | 358M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2286k|8224 | 0.000000e+00 |      --      |    Inf 
1017.31/1017.32	c  1017s|  3490k|326915 |  7279k|   2.1 | 358M|  36 |   5 |  40 |8406 |  40 |  15 |  22 |2294k|8240 | 0.000000e+00 |      --      |    Inf 
1019.83/1019.88	c  1020s|  3500k|327947 |  7300k|   2.1 | 360M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2300k|8249 | 0.000000e+00 |      --      |    Inf 
1023.61/1023.67	c  1024s|  3510k|328094 |  7321k|   2.1 | 360M|  36 |   5 |  40 |9236 |  40 |  15 |  22 |2307k|8257 | 0.000000e+00 |      --      |    Inf 
1026.01/1026.04	c  1026s|  3520k|329579 |  7342k|   2.1 | 362M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2313k|8272 | 0.000000e+00 |      --      |    Inf 
1029.01/1029.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1029.01/1029.08	c  1029s|  3530k|330250 |  7363k|   2.1 | 363M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |2320k|8286 | 0.000000e+00 |      --      |    Inf 
1032.21/1032.27	c  1032s|  3540k|330540 |  7384k|   2.1 | 364M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2327k|8295 | 0.000000e+00 |      --      |    Inf 
1035.81/1035.83	c  1036s|  3550k|331141 |  7405k|   2.1 | 364M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2334k|8307 | 0.000000e+00 |      --      |    Inf 
1039.21/1039.27	c  1039s|  3560k|331476 |  7427k|   2.1 | 365M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |2342k|8314 | 0.000000e+00 |      --      |    Inf 
1043.01/1043.03	c  1043s|  3570k|331757 |  7447k|   2.1 | 365M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2349k|8326 | 0.000000e+00 |      --      |    Inf 
1046.61/1046.69	c  1047s|  3580k|332030 |  7468k|   2.1 | 366M|  36 |   5 |  40 |9864 |  40 |  15 |  22 |2356k|8330 | 0.000000e+00 |      --      |    Inf 
1050.41/1050.46	c  1050s|  3590k|332056 |  7489k|   2.1 | 366M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2363k|8340 | 0.000000e+00 |      --      |    Inf 
1054.21/1054.25	c  1054s|  3600k|332147 |  7509k|   2.1 | 366M|  36 |   - |  40 |9541 |  40 |  15 |  22 |2370k|8354 | 0.000000e+00 |      --      |    Inf 
1057.41/1057.48	c  1057s|  3610k|332549 |  7530k|   2.1 | 367M|  36 |   - |  40 |9954 |  40 |  15 |  22 |2377k|8361 | 0.000000e+00 |      --      |    Inf 
1060.60/1060.66	c  1061s|  3620k|333347 |  7551k|   2.1 | 368M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2384k|8370 | 0.000000e+00 |      --      |    Inf 
1063.31/1063.33	c  1063s|  3630k|333979 |  7572k|   2.1 | 369M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2391k|8385 | 0.000000e+00 |      --      |    Inf 
1066.81/1066.86	c  1067s|  3640k|334162 |  7593k|   2.1 | 370M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2399k|8399 | 0.000000e+00 |      --      |    Inf 
1070.32/1070.39	c  1070s|  3650k|334483 |  7614k|   2.1 | 370M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2405k|8415 | 0.000000e+00 |      --      |    Inf 
1074.11/1074.18	c  1074s|  3660k|334652 |  7635k|   2.1 | 371M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2413k|8428 | 0.000000e+00 |      --      |    Inf 
1077.02/1077.09	c  1077s|  3670k|335385 |  7655k|   2.1 | 372M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2419k|8435 | 0.000000e+00 |      --      |    Inf 
1080.71/1080.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1080.71/1080.74	c  1081s|  3680k|335701 |  7676k|   2.1 | 372M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2427k|8460 | 0.000000e+00 |      --      |    Inf 
1083.81/1083.82	c  1084s|  3690k|337013 |  7697k|   2.1 | 374M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2433k|8469 | 0.000000e+00 |      --      |    Inf 
1086.51/1086.59	c  1087s|  3700k|338547 |  7718k|   2.1 | 376M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2439k|8479 | 0.000000e+00 |      --      |    Inf 
1089.81/1089.87	c  1090s|  3710k|339451 |  7739k|   2.1 | 377M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2446k|8489 | 0.000000e+00 |      --      |    Inf 
1093.11/1093.13	c  1093s|  3720k|340407 |  7761k|   2.1 | 378M|  36 |   5 |  40 |  16k|  40 |  15 |  22 |2452k|8507 | 0.000000e+00 |      --      |    Inf 
1097.01/1097.03	c  1097s|  3730k|341020 |  7782k|   2.1 | 380M|  36 |   5 |  40 |  16k|  40 |  15 |  22 |2459k|8516 | 0.000000e+00 |      --      |    Inf 
1101.41/1101.43	c  1101s|  3740k|341234 |  7803k|   2.1 | 380M|  36 |   - |  40 |  15k|  40 |  15 |  22 |2466k|8527 | 0.000000e+00 |      --      |    Inf 
1105.22/1105.21	c  1105s|  3750k|341881 |  7824k|   2.1 | 381M|  36 |   - |  40 |  18k|  40 |  15 |  22 |2473k|8539 | 0.000000e+00 |      --      |    Inf 
1110.41/1110.45	c  1110s|  3760k|341825 |  7844k|   2.1 | 381M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2481k|8553 | 0.000000e+00 |      --      |    Inf 
1114.81/1114.81	c  1115s|  3770k|342068 |  7865k|   2.1 | 381M|  36 |   - |  40 |  13k|  40 |  15 |  22 |2488k|8569 | 0.000000e+00 |      --      |    Inf 
1118.61/1118.69	c  1119s|  3780k|342355 |  7886k|   2.1 | 382M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2495k|8580 | 0.000000e+00 |      --      |    Inf 
1122.31/1122.39	c  1122s|  3790k|342803 |  7906k|   2.1 | 382M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2502k|8594 | 0.000000e+00 |      --      |    Inf 
1126.21/1126.23	c  1126s|  3800k|343089 |  7927k|   2.1 | 383M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2509k|8608 | 0.000000e+00 |      --      |    Inf 
1129.21/1129.21	c  1129s|  3810k|343840 |  7948k|   2.1 | 384M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2516k|8621 | 0.000000e+00 |      --      |    Inf 
1133.42/1133.45	c  1133s|  3820k|343838 |  7968k|   2.1 | 384M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2523k|8637 | 0.000000e+00 |      --      |    Inf 
1137.31/1137.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1137.31/1137.41	c  1137s|  3830k|343923 |  7989k|   2.1 | 384M|  36 |   5 |  40 |9191 |  40 |  15 |  22 |2530k|8652 | 0.000000e+00 |      --      |    Inf 
1140.61/1140.65	c  1141s|  3840k|344305 |  8010k|   2.1 | 385M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2538k|8660 | 0.000000e+00 |      --      |    Inf 
1143.81/1143.80	c  1144s|  3850k|344757 |  8031k|   2.1 | 386M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |2545k|8670 | 0.000000e+00 |      --      |    Inf 
1147.91/1147.96	c  1148s|  3860k|344806 |  8051k|   2.1 | 386M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2552k|8692 | 0.000000e+00 |      --      |    Inf 
1151.31/1151.33	c  1151s|  3870k|345258 |  8072k|   2.1 | 387M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2559k|8697 | 0.000000e+00 |      --      |    Inf 
1155.21/1155.26	c  1155s|  3880k|345336 |  8093k|   2.1 | 387M|  36 |   - |  40 |9953 |   0 |   0 |  22 |2566k|8711 | 0.000000e+00 |      --      |    Inf 
1158.81/1158.83	c  1159s|  3890k|345431 |  8113k|   2.1 | 387M|  36 |   5 |  40 |9096 |  40 |  15 |  22 |2573k|8718 | 0.000000e+00 |      --      |    Inf 
1162.21/1162.23	c  1162s|  3900k|345569 |  8135k|   2.1 | 388M|  36 |   5 |  40 |9637 |  40 |  15 |  22 |2581k|8732 | 0.000000e+00 |      --      |    Inf 
1165.31/1165.34	c  1165s|  3910k|345990 |  8156k|   2.1 | 389M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2587k|8751 | 0.000000e+00 |      --      |    Inf 
1168.61/1168.66	c  1169s|  3920k|346284 |  8176k|   2.1 | 390M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2595k|8757 | 0.000000e+00 |      --      |    Inf 
1172.12/1172.13	c  1172s|  3930k|346763 |  8197k|   2.1 | 390M|  36 |   - |  40 |  12k|  40 |  15 |  22 |2602k|8765 | 0.000000e+00 |      --      |    Inf 
1175.41/1175.47	c  1175s|  3940k|347412 |  8217k|   2.1 | 391M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2609k|8776 | 0.000000e+00 |      --      |    Inf 
1178.81/1178.87	c  1179s|  3950k|347796 |  8238k|   2.1 | 392M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2616k|8792 | 0.000000e+00 |      --      |    Inf 
1181.91/1181.96	c  1182s|  3960k|348437 |  8259k|   2.1 | 393M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2622k|8796 | 0.000000e+00 |      --      |    Inf 
1185.41/1185.48	c  1185s|  3970k|348859 |  8279k|   2.1 | 393M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2629k|8805 | 0.000000e+00 |      --      |    Inf 
1189.23/1189.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1189.23/1189.23	c  1189s|  3980k|349084 |  8300k|   2.1 | 393M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2636k|8815 | 0.000000e+00 |      --      |    Inf 
1192.81/1192.85	c  1193s|  3990k|349256 |  8320k|   2.1 | 394M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2643k|8834 | 0.000000e+00 |      --      |    Inf 
1196.71/1196.81	c  1197s|  4000k|349230 |  8341k|   2.1 | 394M|  36 |   - |  40 |9353 |   0 |   0 |  22 |2651k|8844 | 0.000000e+00 |      --      |    Inf 
1200.41/1200.42	c  1200s|  4010k|349327 |  8362k|   2.1 | 394M|  36 |   - |  40 |9117 |   0 |   0 |  22 |2658k|8852 | 0.000000e+00 |      --      |    Inf 
1203.11/1203.15	c  1203s|  4020k|350020 |  8383k|   2.1 | 396M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2665k|8865 | 0.000000e+00 |      --      |    Inf 
1206.01/1206.07	c  1206s|  4030k|350639 |  8404k|   2.1 | 397M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2671k|8877 | 0.000000e+00 |      --      |    Inf 
1210.62/1210.66	c  1211s|  4040k|350559 |  8425k|   2.1 | 396M|  36 |   5 |  40 |9415 |  40 |  15 |  22 |2679k|8883 | 0.000000e+00 |      --      |    Inf 
1214.31/1214.40	c  1214s|  4050k|350478 |  8445k|   2.1 | 397M|  36 |   - |  40 |9430 |  40 |  15 |  22 |2686k|8896 | 0.000000e+00 |      --      |    Inf 
1217.62/1217.69	c  1218s|  4060k|350809 |  8466k|   2.1 | 397M|  36 |   5 |  40 |9601 |  40 |  15 |  22 |2693k|8914 | 0.000000e+00 |      --      |    Inf 
1221.51/1221.50	c  1222s|  4070k|350705 |  8486k|   2.1 | 398M|  36 |   5 |  40 |8622 |  40 |  15 |  22 |2701k|8922 | 0.000000e+00 |      --      |    Inf 
1224.22/1224.24	c  1224s|  4080k|351546 |  8507k|   2.1 | 399M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2707k|8930 | 0.000000e+00 |      --      |    Inf 
1227.32/1227.32	c  1227s|  4090k|352347 |  8529k|   2.1 | 400M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2714k|8944 | 0.000000e+00 |      --      |    Inf 
1230.11/1230.17	c  1230s|  4100k|353494 |  8550k|   2.1 | 402M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2721k|8949 | 0.000000e+00 |      --      |    Inf 
1233.41/1233.47	c  1233s|  4110k|354061 |  8570k|   2.1 | 403M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2728k|8967 | 0.000000e+00 |      --      |    Inf 
1237.41/1237.47	c  1237s|  4120k|354125 |  8589k|   2.1 | 403M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2735k|8979 | 0.000000e+00 |      --      |    Inf 
1241.41/1241.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1241.41/1241.42	c  1241s|  4130k|354489 |  8610k|   2.1 | 404M|  36 |   - |  40 |  13k|   0 |   0 |  22 |2742k|8990 | 0.000000e+00 |      --      |    Inf 
1244.31/1244.31	c  1244s|  4140k|355801 |  8632k|   2.1 | 406M|  36 |   5 |  40 |  16k|  40 |  15 |  22 |2748k|8999 | 0.000000e+00 |      --      |    Inf 
1247.72/1247.72	c  1248s|  4150k|356522 |  8653k|   2.1 | 407M|  36 |   5 |  40 |  17k|  40 |  15 |  22 |2755k|9025 | 0.000000e+00 |      --      |    Inf 
1252.81/1252.82	c  1253s|  4160k|356506 |  8674k|   2.1 | 406M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2763k|9041 | 0.000000e+00 |      --      |    Inf 
1257.11/1257.16	c  1257s|  4170k|356604 |  8694k|   2.1 | 406M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2770k|9052 | 0.000000e+00 |      --      |    Inf 
1260.52/1260.57	c  1261s|  4180k|357085 |  8715k|   2.1 | 407M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2777k|9063 | 0.000000e+00 |      --      |    Inf 
1264.03/1264.02	c  1264s|  4190k|357296 |  8735k|   2.1 | 408M|  36 |   - |  40 |  11k|   0 |   0 |  22 |2784k|9066 | 0.000000e+00 |      --      |    Inf 
1268.11/1268.15	c  1268s|  4200k|357390 |  8756k|   2.1 | 408M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2791k|9078 | 0.000000e+00 |      --      |    Inf 
1271.81/1271.87	c  1272s|  4210k|357457 |  8777k|   2.1 | 408M|  36 |   - |  40 |  10k|   0 |   0 |  22 |2799k|9090 | 0.000000e+00 |      --      |    Inf 
1275.91/1275.91	c  1276s|  4220k|357563 |  8797k|   2.1 | 408M|  36 |   - |  40 |9790 |  40 |  15 |  22 |2806k|9104 | 0.000000e+00 |      --      |    Inf 
1279.52/1279.55	c  1280s|  4230k|357639 |  8818k|   2.1 | 409M|  36 |   5 |  40 |9539 |  40 |  15 |  22 |2814k|9108 | 0.000000e+00 |      --      |    Inf 
1283.21/1283.21	c  1283s|  4240k|357756 |  8839k|   2.1 | 409M|  36 |   5 |  40 |9666 |  40 |  15 |  22 |2821k|9122 | 0.000000e+00 |      --      |    Inf 
1286.31/1286.38	c  1286s|  4250k|358130 |  8859k|   2.1 | 410M|  36 |   - |  40 |  10k|   0 |   0 |  22 |2828k|9127 | 0.000000e+00 |      --      |    Inf 
1289.62/1289.68	c  1290s|  4260k|358470 |  8880k|   2.1 | 411M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2835k|9136 | 0.000000e+00 |      --      |    Inf 
1293.62/1293.63	c  1294s|  4270k|358501 |  8901k|   2.1 | 411M|  36 |   5 |  40 |9571 |  40 |  15 |  22 |2842k|9147 | 0.000000e+00 |      --      |    Inf 
1297.03/1297.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1297.03/1297.02	c  1297s|  4280k|359108 |  8922k|   2.1 | 412M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2849k|9161 | 0.000000e+00 |      --      |    Inf 
1300.02/1300.02	c  1300s|  4290k|359595 |  8943k|   2.1 | 413M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2856k|9172 | 0.000000e+00 |      --      |    Inf 
1303.11/1303.18	c  1303s|  4300k|360190 |  8964k|   2.1 | 414M|  36 |   - |  40 |  13k|  40 |  15 |  22 |2864k|9183 | 0.000000e+00 |      --      |    Inf 
1307.41/1307.45	c  1307s|  4310k|360248 |  8985k|   2.1 | 414M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2871k|9190 | 0.000000e+00 |      --      |    Inf 
1310.72/1310.80	c  1311s|  4320k|360771 |  9006k|   2.1 | 416M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2878k|9199 | 0.000000e+00 |      --      |    Inf 
1314.71/1314.78	c  1315s|  4330k|361007 |  9028k|   2.1 | 416M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2886k|9210 | 0.000000e+00 |      --      |    Inf 
1318.31/1318.37	c  1318s|  4340k|361350 |  9049k|   2.1 | 416M|  36 |   - |  40 |  12k|  40 |  15 |  22 |2893k|9216 | 0.000000e+00 |      --      |    Inf 
1321.51/1321.59	c  1322s|  4350k|362040 |  9070k|   2.1 | 418M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2900k|9227 | 0.000000e+00 |      --      |    Inf 
1325.52/1325.52	c  1326s|  4360k|362355 |  9090k|   2.1 | 418M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2907k|9238 | 0.000000e+00 |      --      |    Inf 
1329.72/1329.76	c  1330s|  4370k|362381 |  9111k|   2.1 | 418M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2914k|9250 | 0.000000e+00 |      --      |    Inf 
1333.81/1333.84	c  1334s|  4380k|362404 |  9132k|   2.1 | 418M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2921k|9261 | 0.000000e+00 |      --      |    Inf 
1337.82/1337.80	c  1338s|  4390k|362438 |  9153k|   2.1 | 419M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2929k|9270 | 0.000000e+00 |      --      |    Inf 
1341.52/1341.56	c  1342s|  4400k|362624 |  9174k|   2.1 | 419M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2936k|9284 | 0.000000e+00 |      --      |    Inf 
1345.51/1345.50	c  1345s|  4410k|362748 |  9194k|   2.1 | 420M|  36 |   - |  40 |  10k|   0 |   0 |  22 |2943k|9294 | 0.000000e+00 |      --      |    Inf 
1348.52/1348.58	c  1349s|  4420k|363626 |  9215k|   2.1 | 421M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2950k|9302 | 0.000000e+00 |      --      |    Inf 
1352.12/1352.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1352.12/1352.18	c  1352s|  4430k|363685 |  9234k|   2.1 | 421M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2957k|9305 | 0.000000e+00 |      --      |    Inf 
1356.01/1356.00	c  1356s|  4440k|363801 |  9255k|   2.1 | 421M|  36 |   - |  40 |  10k|   0 |   0 |  22 |2964k|9318 | 0.000000e+00 |      --      |    Inf 
1359.91/1359.92	c  1360s|  4450k|363863 |  9276k|   2.1 | 422M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2972k|9328 | 0.000000e+00 |      --      |    Inf 
1363.81/1363.80	c  1364s|  4460k|363952 |  9296k|   2.1 | 422M|  36 |   5 |  40 |9497 |  40 |  15 |  22 |2979k|9339 | 0.000000e+00 |      --      |    Inf 
1366.61/1366.64	c  1367s|  4470k|364558 |  9317k|   2.1 | 423M|  36 |   - |  40 |  12k|   0 |   0 |  22 |2986k|9341 | 0.000000e+00 |      --      |    Inf 
1370.11/1370.17	c  1370s|  4480k|364954 |  9338k|   2.1 | 424M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2993k|9353 | 0.000000e+00 |      --      |    Inf 
1374.51/1374.51	c  1375s|  4490k|364763 |  9359k|   2.1 | 424M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3000k|9369 | 0.000000e+00 |      --      |    Inf 
1377.22/1377.26	c  1377s|  4500k|365463 |  9381k|   2.1 | 425M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3008k|9380 | 0.000000e+00 |      --      |    Inf 
1381.22/1381.20	c  1381s|  4510k|365717 |  9401k|   2.1 | 426M|  36 |   - |  40 |  11k|  40 |  15 |  22 |3015k|9388 | 0.000000e+00 |      --      |    Inf 
1384.62/1384.67	c  1385s|  4520k|366356 |  9421k|   2.1 | 427M|  36 |   - |  40 |  12k|  40 |  15 |  22 |3021k|9397 | 0.000000e+00 |      --      |    Inf 
1387.51/1387.57	c  1388s|  4530k|367392 |  9443k|   2.1 | 428M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3028k|9411 | 0.000000e+00 |      --      |    Inf 
1390.91/1390.95	c  1391s|  4540k|368084 |  9463k|   2.1 | 430M|  36 |   - |  40 |  17k|  40 |  15 |  22 |3035k|9426 | 0.000000e+00 |      --      |    Inf 
1394.52/1394.59	c  1395s|  4550k|368633 |  9484k|   2.1 | 431M|  36 |   5 |  40 |  17k|  40 |  15 |  22 |3042k|9430 | 0.000000e+00 |      --      |    Inf 
1400.02/1400.04	c  1400s|  4560k|368373 |  9505k|   2.1 | 430M|  36 |   - |  40 |  12k|  40 |  15 |  22 |3049k|9440 | 0.000000e+00 |      --      |    Inf 
1404.32/1404.32	c  1404s|  4570k|368437 |  9526k|   2.1 | 430M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |3057k|9454 | 0.000000e+00 |      --      |    Inf 
1407.41/1407.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1407.41/1407.47	c  1407s|  4580k|369014 |  9546k|   2.1 | 431M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3064k|9464 | 0.000000e+00 |      --      |    Inf 
1411.22/1411.21	c  1411s|  4590k|369754 |  9567k|   2.1 | 431M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3070k|9477 | 0.000000e+00 |      --      |    Inf 
1414.52/1414.52	c  1415s|  4600k|370507 |  9588k|   2.1 | 433M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3077k|9484 | 0.000000e+00 |      --      |    Inf 
1419.13/1419.15	c  1419s|  4610k|370410 |  9609k|   2.1 | 433M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |3085k|9499 | 0.000000e+00 |      --      |    Inf 
1423.43/1423.46	c  1423s|  4620k|370468 |  9629k|   2.1 | 433M|  36 |   - |  40 |  12k|  40 |  15 |  22 |3092k|9507 | 0.000000e+00 |      --      |    Inf 
1427.32/1427.37	c  1427s|  4630k|370823 |  9651k|   2.1 | 434M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3099k|9520 | 0.000000e+00 |      --      |    Inf 
1431.02/1431.08	c  1431s|  4640k|371025 |  9672k|   2.1 | 434M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3107k|9533 | 0.000000e+00 |      --      |    Inf 
1434.82/1434.88	c  1435s|  4650k|371259 |  9693k|   2.1 | 435M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3114k|9545 | 0.000000e+00 |      --      |    Inf 
1439.22/1439.23	c  1439s|  4660k|371190 |  9714k|   2.1 | 435M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |3122k|9556 | 0.000000e+00 |      --      |    Inf 
1442.82/1442.86	c  1443s|  4670k|371509 |  9734k|   2.1 | 436M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |3129k|9559 | 0.000000e+00 |      --      |    Inf 
1447.12/1447.11	c  1447s|  4680k|371423 |  9755k|   2.1 | 435M|  36 |   - |  40 |9617 |  40 |  15 |  22 |3136k|9568 | 0.000000e+00 |      --      |    Inf 
1449.82/1449.86	c  1450s|  4690k|372617 |  9776k|   2.1 | 437M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3142k|9579 | 0.000000e+00 |      --      |    Inf 
1452.92/1452.98	c  1453s|  4700k|373645 |  9798k|   2.1 | 439M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3149k|9587 | 0.000000e+00 |      --      |    Inf 
1456.72/1456.73	c  1457s|  4710k|374165 |  9818k|   2.1 | 440M|  36 |   - |  40 |  17k|  40 |  15 |  22 |3156k|9595 | 0.000000e+00 |      --      |    Inf 
1461.61/1461.68	c  1462s|  4720k|374009 |  9840k|   2.1 | 441M|  36 |   - |  40 |  18k|  40 |  15 |  22 |3164k|9612 | 0.000000e+00 |      --      |    Inf 
1466.43/1466.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1466.43/1466.46	c  1466s|  4730k|374271 |  9861k|   2.1 | 441M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3172k|9620 | 0.000000e+00 |      --      |    Inf 
1471.12/1471.11	c  1471s|  4740k|374471 |  9881k|   2.1 | 441M|  36 |   - |  40 |  14k|  40 |  15 |  22 |3179k|9633 | 0.000000e+00 |      --      |    Inf 
1475.52/1475.51	c  1476s|  4750k|374694 |  9902k|   2.1 | 441M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3186k|9642 | 0.000000e+00 |      --      |    Inf 
1479.53/1479.59	c  1480s|  4760k|374891 |  9923k|   2.1 | 441M|  36 |   - |  40 |  11k|  40 |  15 |  22 |3193k|9648 | 0.000000e+00 |      --      |    Inf 
1483.32/1483.35	c  1483s|  4770k|375096 |  9943k|   2.1 | 442M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3200k|9655 | 0.000000e+00 |      --      |    Inf 
1487.02/1487.05	c  1487s|  4780k|375364 |  9964k|   2.1 | 442M|  36 |   - |  40 |  11k|   0 |   0 |  22 |3207k|9665 | 0.000000e+00 |      --      |    Inf 
1489.82/1489.86	c  1490s|  4790k|376314 |  9986k|   2.1 | 444M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3214k|9674 | 0.000000e+00 |      --      |    Inf 
1493.83/1493.90	c  1494s|  4800k|376583 | 10007k|   2.1 | 444M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |3221k|9690 | 0.000000e+00 |      --      |    Inf 
1497.82/1497.85	c  1498s|  4810k|377013 | 10027k|   2.1 | 445M|  36 |   - |  40 |  13k|  40 |  15 |  22 |3227k|9699 | 0.000000e+00 |      --      |    Inf 
1501.82/1501.84	c  1502s|  4820k|377151 | 10048k|   2.1 | 445M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3235k|9708 | 0.000000e+00 |      --      |    Inf 
1506.12/1506.16	c  1506s|  4830k|377205 | 10069k|   2.1 | 445M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3242k|9719 | 0.000000e+00 |      --      |    Inf 
1510.33/1510.36	c  1510s|  4840k|377229 | 10090k|   2.1 | 445M|  36 |   - |  40 |9955 |  40 |  15 |  22 |3250k|9724 | 0.000000e+00 |      --      |    Inf 
1514.12/1514.16	c  1514s|  4850k|377250 | 10110k|   2.1 | 446M|  36 |   - |  40 |9804 |   0 |   0 |  22 |3257k|9731 | 0.000000e+00 |      --      |    Inf 
1516.92/1516.95	c  1517s|  4860k|378965 | 10131k|   2.1 | 447M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3263k|9743 | 0.000000e+00 |      --      |    Inf 
1519.62/1519.67	c  1520s|  4870k|380450 | 10151k|   2.1 | 449M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |3269k|9745 | 0.000000e+00 |      --      |    Inf 
1522.43/1522.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1522.43/1522.46	c  1522s|  4880k|381975 | 10171k|   2.1 | 450M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3275k|9753 | 0.000000e+00 |      --      |    Inf 
1525.32/1525.37	c  1525s|  4890k|383628 | 10192k|   2.1 | 452M|  36 |   - |  40 |  12k|  40 |  15 |  22 |3281k|9764 | 0.000000e+00 |      --      |    Inf 
1528.32/1528.36	c  1528s|  4900k|385210 | 10213k|   2.1 | 454M|  36 |   - |  40 |  14k|  40 |  15 |  22 |3287k|9778 | 0.000000e+00 |      --      |    Inf 
1531.72/1531.76	c  1532s|  4910k|386251 | 10234k|   2.1 | 455M|  36 |   - |  40 |  15k|  40 |  15 |  22 |3294k|9791 | 0.000000e+00 |      --      |    Inf 
1535.22/1535.29	c  1535s|  4920k|387365 | 10255k|   2.1 | 456M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3300k|9793 | 0.000000e+00 |      --      |    Inf 
1538.62/1538.66	c  1539s|  4930k|388790 | 10276k|   2.1 | 457M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3306k|9809 | 0.000000e+00 |      --      |    Inf 
1541.92/1541.99	c  1542s|  4940k|389927 | 10297k|   2.1 | 459M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3313k|9817 | 0.000000e+00 |      --      |    Inf 
1545.72/1545.79	c  1546s|  4950k|390770 | 10317k|   2.1 | 459M|  36 |   - |  40 |  14k|  40 |  15 |  22 |3319k|9822 | 0.000000e+00 |      --      |    Inf 
1549.42/1549.47	c  1549s|  4960k|391520 | 10338k|   2.1 | 460M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3326k|9827 | 0.000000e+00 |      --      |    Inf 
1552.92/1552.96	c  1553s|  4970k|392348 | 10358k|   2.1 | 461M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3332k|9829 | 0.000000e+00 |      --      |    Inf 
1556.64/1556.67	c  1557s|  4980k|393109 | 10379k|   2.1 | 462M|  36 |   - |  40 |  13k|   0 |   0 |  22 |3339k|9834 | 0.000000e+00 |      --      |    Inf 
1560.33/1560.37	c  1560s|  4990k|393764 | 10400k|   2.1 | 463M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3346k|9845 | 0.000000e+00 |      --      |    Inf 
1564.12/1564.13	c  1564s|  5000k|394379 | 10420k|   2.1 | 464M|  36 |   - |  40 |  13k|   0 |   0 |  22 |3353k|9852 | 0.000000e+00 |      --      |    Inf 
1567.93/1567.99	c  1568s|  5010k|394775 | 10440k|   2.1 | 465M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |3360k|9855 | 0.000000e+00 |      --      |    Inf 
1571.62/1571.67	c  1572s|  5020k|395303 | 10461k|   2.1 | 466M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3367k|9865 | 0.000000e+00 |      --      |    Inf 
1575.82/1575.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1575.82/1575.84	c  1576s|  5030k|395631 | 10482k|   2.1 | 466M|  36 |   - |  40 |  14k|  40 |  15 |  22 |3374k|9868 | 0.000000e+00 |      --      |    Inf 
1579.92/1579.97	c  1580s|  5040k|395862 | 10502k|   2.1 | 467M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3381k|9876 | 0.000000e+00 |      --      |    Inf 
1583.82/1583.83	c  1584s|  5050k|396208 | 10522k|   2.1 | 467M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3388k|9884 | 0.000000e+00 |      --      |    Inf 
1587.43/1587.48	c  1587s|  5060k|396669 | 10543k|   2.1 | 469M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3395k|9890 | 0.000000e+00 |      --      |    Inf 
1591.62/1591.61	c  1592s|  5070k|396934 | 10564k|   2.1 | 469M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3402k|9898 | 0.000000e+00 |      --      |    Inf 
1595.62/1595.60	c  1596s|  5080k|397240 | 10585k|   2.1 | 470M|  36 |   - |  40 |  15k|  40 |  15 |  22 |3409k|9910 | 0.000000e+00 |      --      |    Inf 
1600.12/1600.16	c  1600s|  5090k|397272 | 10605k|   2.1 | 470M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3417k|9915 | 0.000000e+00 |      --      |    Inf 
1604.82/1604.88	c  1605s|  5100k|397023 | 10625k|   2.1 | 470M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |3424k|9923 | 0.000000e+00 |      --      |    Inf 
1609.02/1609.08	c  1609s|  5110k|397054 | 10645k|   2.1 | 470M|  36 |   - |  40 |  14k|  40 |  15 |  22 |3431k|9930 | 0.000000e+00 |      --      |    Inf 
1613.32/1613.38	c  1613s|  5120k|397164 | 10665k|   2.1 | 471M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3438k|9941 | 0.000000e+00 |      --      |    Inf 
1617.62/1617.64	c  1618s|  5130k|397250 | 10685k|   2.1 | 471M|  36 |   - |  40 |  15k|   0 |   0 |  22 |3445k|9949 | 0.000000e+00 |      --      |    Inf 
1621.32/1621.39	c  1621s|  5140k|397751 | 10705k|   2.1 | 473M|  36 |   5 |  40 |  17k|  40 |  15 |  22 |3452k|9960 | 0.000000e+00 |      --      |    Inf 
1627.03/1627.05	c  1627s|  5150k|397768 | 10726k|   2.1 | 472M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3459k|9973 | 0.000000e+00 |      --      |    Inf 
1632.22/1632.23	c  1632s|  5160k|397665 | 10746k|   2.1 | 472M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |3467k|9982 | 0.000000e+00 |      --      |    Inf 
1636.32/1636.36	c  1636s|  5170k|397979 | 10768k|   2.1 | 473M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3474k|9994 | 0.000000e+00 |      --      |    Inf 
1640.82/1640.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1640.82/1640.81	c  1641s|  5180k|397961 | 10789k|   2.1 | 473M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3481k|9998 | 0.000000e+00 |      --      |    Inf 
1644.42/1644.49	c  1644s|  5190k|398210 | 10810k|   2.1 | 473M|  36 |   - |  40 |  11k|  40 |  15 |  22 |3488k|  10k| 0.000000e+00 |      --      |    Inf 
1648.22/1648.26	c  1648s|  5200k|398527 | 10830k|   2.1 | 474M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3495k|  10k| 0.000000e+00 |      --      |    Inf 
1651.92/1651.94	c  1652s|  5210k|398759 | 10850k|   2.1 | 474M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3502k|  10k| 0.000000e+00 |      --      |    Inf 
1656.02/1656.01	c  1656s|  5220k|398782 | 10871k|   2.1 | 474M|  36 |   - |  40 |  10k|   0 |   0 |  22 |3510k|  10k| 0.000000e+00 |      --      |    Inf 
1659.32/1659.38	c  1659s|  5230k|399148 | 10892k|   2.1 | 475M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |3517k|  10k| 0.000000e+00 |      --      |    Inf 
1663.03/1663.00	c  1663s|  5240k|399299 | 10912k|   2.1 | 476M|  36 |   - |  40 |  11k|  40 |  15 |  22 |3524k|  10k| 0.000000e+00 |      --      |    Inf 
1667.42/1667.43	c  1667s|  5250k|399080 | 10932k|   2.1 | 476M|  36 |   - |  40 |9919 |  40 |  15 |  22 |3531k|  10k| 0.000000e+00 |      --      |    Inf 
1671.62/1671.61	c  1672s|  5260k|398978 | 10953k|   2.1 | 476M|  36 |   - |  40 |9389 |  40 |  15 |  22 |3539k|  10k| 0.000000e+00 |      --      |    Inf 
1675.22/1675.20	c  1675s|  5270k|399167 | 10974k|   2.1 | 476M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3546k|  10k| 0.000000e+00 |      --      |    Inf 
1678.42/1678.49	c  1678s|  5280k|399654 | 10994k|   2.1 | 477M|  36 |   - |  40 |  12k|  40 |  15 |  22 |3552k|  10k| 0.000000e+00 |      --      |    Inf 
1682.72/1682.70	c  1683s|  5290k|399617 | 11014k|   2.1 | 477M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3560k|  10k| 0.000000e+00 |      --      |    Inf 
1687.03/1687.07	c  1687s|  5300k|399544 | 11034k|   2.1 | 477M|  36 |   5 |  40 |9265 |  40 |  15 |  22 |3567k|  10k| 0.000000e+00 |      --      |    Inf 
1691.42/1691.45	c  1691s|  5310k|399265 | 11054k|   2.1 | 477M|  36 |   5 |  40 |9076 |  40 |  15 |  22 |3575k|  10k| 0.000000e+00 |      --      |    Inf 
1695.32/1695.36	c  1695s|  5320k|399120 | 11075k|   2.1 | 478M|  36 |   - |  40 |9596 |   0 |   0 |  22 |3582k|  10k| 0.000000e+00 |      --      |    Inf 
1699.13/1699.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1699.13/1699.19	c  1699s|  5330k|399092 | 11096k|   2.1 | 478M|  36 |   - |  40 |9139 |  40 |  15 |  22 |3589k|  10k| 0.000000e+00 |      --      |    Inf 
1702.33/1702.35	c  1702s|  5340k|399457 | 11117k|   2.1 | 479M|  36 |   - |  40 |  11k|  40 |  15 |  22 |3596k|  10k| 0.000000e+00 |      --      |    Inf 
1705.82/1705.86	c  1706s|  5350k|399764 | 11137k|   2.1 | 480M|  36 |   - |  40 |  12k|  40 |  15 |  22 |3604k|  10k| 0.000000e+00 |      --      |    Inf 
1709.62/1709.68	c  1710s|  5360k|400040 | 11157k|   2.1 | 480M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3611k|  10k| 0.000000e+00 |      --      |    Inf 
1712.53/1712.50	c  1713s|  5370k|401062 | 11179k|   2.1 | 482M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3618k|  10k| 0.000000e+00 |      --      |    Inf 
1716.52/1716.53	c  1717s|  5380k|401065 | 11200k|   2.1 | 482M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3626k|  10k| 0.000000e+00 |      --      |    Inf 
1720.82/1720.81	c  1721s|  5390k|401011 | 11221k|   2.1 | 482M|  36 |   - |  40 |  10k|   0 |   0 |  22 |3633k|  10k| 0.000000e+00 |      --      |    Inf 
1724.83/1724.83	c  1725s|  5400k|400999 | 11241k|   2.1 | 482M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3640k|  10k| 0.000000e+00 |      --      |    Inf 
1728.32/1728.37	c  1728s|  5410k|401173 | 11262k|   2.1 | 483M|  36 |   - |  40 |9846 |  40 |  15 |  22 |3647k|  10k| 0.000000e+00 |      --      |    Inf 
1732.64/1732.65	c  1733s|  5420k|401027 | 11283k|   2.1 | 483M|  36 |   - |  40 |9574 |  40 |  15 |  22 |3655k|  10k| 0.000000e+00 |      --      |    Inf 
1736.02/1736.03	c  1736s|  5430k|401478 | 11304k|   2.1 | 484M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3662k|  10k| 0.000000e+00 |      --      |    Inf 
1739.73/1739.78	c  1740s|  5440k|401555 | 11325k|   2.1 | 484M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3669k|  10k| 0.000000e+00 |      --      |    Inf 
1743.53/1743.53	c  1744s|  5450k|401667 | 11346k|   2.1 | 485M|  36 |   - |  40 |  10k|   0 |   0 |  22 |3677k|  10k| 0.000000e+00 |      --      |    Inf 
1747.22/1747.23	c  1747s|  5460k|401874 | 11367k|   2.1 | 485M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3684k|  10k| 0.000000e+00 |      --      |    Inf 
1751.23/1751.27	c  1751s|  5470k|401835 | 11387k|   2.1 | 485M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3691k|  10k| 0.000000e+00 |      --      |    Inf 
1755.43/1755.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1755.43/1755.47	c  1755s|  5480k|401725 | 11407k|   2.1 | 485M|  36 |   5 |  40 |9195 |  40 |  15 |  22 |3699k|  10k| 0.000000e+00 |      --      |    Inf 
1758.93/1758.96	c  1759s|  5490k|401899 | 11428k|   2.1 | 486M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3706k|  10k| 0.000000e+00 |      --      |    Inf 
1763.02/1763.00	c  1763s|  5500k|401898 | 11449k|   2.1 | 486M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3713k|  10k| 0.000000e+00 |      --      |    Inf 
1766.92/1766.90	c  1767s|  5510k|401926 | 11470k|   2.1 | 487M|  36 |   - |  40 |  10k|   0 |   0 |  22 |3720k|  10k| 0.000000e+00 |      --      |    Inf 
1771.14/1771.15	c  1771s|  5520k|401577 | 11491k|   2.1 | 487M|  36 |   - |  40 |9639 |  40 |  15 |  22 |3728k|  10k| 0.000000e+00 |      --      |    Inf 
1774.92/1774.91	c  1775s|  5530k|401670 | 11511k|   2.1 | 487M|  36 |   - |  40 |9766 |  40 |  15 |  22 |3736k|  10k| 0.000000e+00 |      --      |    Inf 
1778.63/1778.66	c  1779s|  5540k|401725 | 11532k|   2.1 | 487M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3743k|  10k| 0.000000e+00 |      --      |    Inf 
1782.72/1782.72	c  1783s|  5550k|401642 | 11553k|   2.1 | 488M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3750k|  10k| 0.000000e+00 |      --      |    Inf 
1785.23/1785.30	c  1785s|  5560k|403510 | 11575k|   2.1 | 490M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |3756k|  10k| 0.000000e+00 |      --      |    Inf 
1788.42/1788.43	c  1788s|  5570k|404399 | 11596k|   2.1 | 491M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3762k|  10k| 0.000000e+00 |      --      |    Inf 
1791.72/1791.75	c  1792s|  5580k|404871 | 11618k|   2.1 | 492M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |3769k|  10k| 0.000000e+00 |      --      |    Inf 
1795.42/1795.44	c  1795s|  5590k|404944 | 11639k|   2.1 | 493M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |3777k|  10k| 0.000000e+00 |      --      |    Inf 
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Solving Time (sec) : 1800.00
1800.03/1800.00	c Solving Nodes      : 5599752
1800.03/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.00	s UNKNOWN
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Total Time         :    1800.00
1800.03/1800.00	c   solving          :    1800.00
1800.03/1800.00	c   presolving       :       0.00 (included in solving)
1800.03/1800.00	c   reading          :       0.00 (included in solving)
1800.03/1800.00	c Original Problem   :
1800.03/1800.00	c   Problem name     : HOME/instance-3452525-1307096098.opb
1800.03/1800.00	c   Variables        : 41 (41 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 11 initial, 11 maximal
1800.03/1800.00	c Presolved Problem  :
1800.03/1800.00	c   Problem name     : t_HOME/instance-3452525-1307096098.opb
1800.03/1800.00	c   Variables        : 40 (40 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 5 initial, 19632 maximal
1800.03/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.03/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   dualfix          :       0.00          1          0          0          0          0          0          0          0          0
1800.03/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   linear           :       0.00          0          0          0          0          0          6          0          0          0
1800.03/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.03/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   integral         :          0          0          0    3192001          0          4          0       1472       5087          0          0    6371550
1800.03/1800.00	c   linear           :          5+         7   14020226          0          1          3    6933919     840403    7719666          0          0          0
1800.03/1800.00	c   logicor          :          0+         6    6868335          0          0          0    6413640      20488    2923512          0          0          0
1800.03/1800.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1800.03/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.03/1800.00	c   integral         :      18.02       0.00       0.00      18.02       0.00       0.00       0.00
1800.03/1800.00	c   linear           :     119.79       0.00     106.70       0.00       0.00       0.00      13.09
1800.03/1800.00	c   logicor          :     602.19       0.00     595.14       0.00       0.00       0.00       7.05
1800.03/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.03/1800.00	c   vbounds          :          0          0          0          0
1800.03/1800.00	c   rootredcost      :          0          0          0          0
1800.03/1800.00	c   pseudoobj        :          0          0          0          0
1800.03/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.03/1800.00	c   vbounds          :       2.03       2.03       0.00
1800.03/1800.00	c   rootredcost      :       2.32       2.32       0.00
1800.03/1800.00	c   pseudoobj        :       1.57       1.57       0.00
1800.03/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.00	c   propagation      :      24.68     860891     697081    2295466       28.5        109       23.6          -
1800.03/1800.00	c   infeasible LP    :      42.29    1882067    1881981    3553847       18.9      26362       22.9          0
1800.03/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.00	c   applied globally :          -          -          -    3754733       19.3          -          -          -
1800.03/1800.00	c   applied locally  :          -          -          -      29836       31.4          -          -          -
1800.03/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.00	c   cut pool         :       0.00          5          -          -         29          -    (maximal pool size: 104)
1800.03/1800.00	c   redcost          :       3.03    3192005          0          0          0          0
1800.03/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.03/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.00	c   gomory           :       0.00          6          0          0          0          0
1800.03/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.03/1800.00	c   strongcg         :       0.00          6          0          0         26          0
1800.03/1800.00	c   cmir             :       0.01          6          0          0         46          0
1800.03/1800.00	c   flowcover        :       0.01          6          0          0         57          0
1800.03/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.03/1800.00	c   rapidlearning    :       0.01          1          0          0          0          8
1800.03/1800.00	c Pricers            :       Time      Calls       Vars
1800.03/1800.00	c   problem variables:       0.00          0          0
1800.03/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   relpscost        :      16.40    3192001       1472       5087          0          0    6371550
1800.03/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1800.03/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.00	c   LP solutions     :       0.00          -          0
1800.03/1800.00	c   pseudo solutions :       0.00          -          0
1800.03/1800.00	c   oneopt           :       1.46          0          0
1800.03/1800.00	c   crossover        :       0.93          0          0
1800.03/1800.00	c   guideddiving     :       0.17          0          0
1800.03/1800.00	c   veclendiving     :       0.18        181          0
1800.03/1800.00	c   objpscostdiving  :       0.15         91          0
1800.03/1800.00	c   rootsoldiving    :       0.15         91          0
1800.03/1800.00	c   coefdiving       :       0.16        182          0
1800.03/1800.00	c   pscostdiving     :       0.18        182          0
1800.03/1800.00	c   linesearchdiving :       0.16        182          0
1800.03/1800.00	c   fracdiving       :       0.18        182          0
1800.03/1800.00	c   feaspump         :       0.16         91          0
1800.03/1800.00	c   trivial          :       0.00          2          0
1800.03/1800.00	c   shiftandpropagate:       0.00          1          0
1800.03/1800.00	c   simplerounding   :       0.55          0          0
1800.03/1800.00	c   zirounding       :       7.57          0          0
1800.03/1800.00	c   rounding         :       1.22      25234          0
1800.03/1800.00	c   shifting         :       1.60       7515          0
1800.03/1800.00	c   intshifting      :       0.07          0          0
1800.03/1800.00	c   twoopt           :       0.00          0          0
1800.03/1800.00	c   fixandinfer      :       0.00          0          0
1800.03/1800.00	c   clique           :       0.00          0          0
1800.03/1800.00	c   intdiving        :       0.00          0          0
1800.03/1800.00	c   actconsdiving    :       0.00          0          0
1800.03/1800.00	c   octane           :       0.00          0          0
1800.03/1800.00	c   rens             :       0.02          1          0
1800.03/1800.00	c   rins             :       0.00          0          0
1800.03/1800.00	c   localbranching   :       0.00          0          0
1800.03/1800.00	c   mutation         :       0.00          0          0
1800.03/1800.00	c   dins             :       0.00          0          0
1800.03/1800.00	c   vbounds          :       0.00          0          0
1800.03/1800.00	c   undercover       :       0.00          0          0
1800.03/1800.00	c   subnlp           :       0.72          0          0
1800.03/1800.00	c   trysol           :       1.00          0          0
1800.03/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.00	c   dual LP          :     209.82    4921144   11656696       2.37   55554.62
1800.03/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.00	c   diving/probing LP:       0.12       2464       3880       1.57   32954.53
1800.03/1800.00	c   strong branching :       0.77      10408      37680       3.62   48906.67
1800.03/1800.00	c     (at root node) :          -          9        315      35.00          -
1800.03/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.00	c B&B Tree           :
1800.03/1800.00	c   number of runs   :          1
1800.03/1800.00	c   nodes            :    5599752
1800.03/1800.00	c   nodes (total)    :    5599752
1800.03/1800.00	c   nodes left       :     404776
1800.03/1800.00	c   max depth        :         36
1800.03/1800.00	c   max depth (total):         36
1800.03/1800.00	c   backtracks       :    1283006 (22.9%)
1800.03/1800.00	c   delayed cutoffs  :     367025
1800.03/1800.00	c   repropagations   :    5003772 (5080818 domain reductions, 328302 cutoffs)
1800.03/1800.00	c   avg switch length:       5.99
1800.03/1800.00	c   switching time   :     514.47
1800.03/1800.00	c Solution           :
1800.03/1800.00	c   Solutions found  :          0 (0 improvements)
1800.03/1800.00	c   Primal Bound     :          -
1800.03/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.00	c   Gap              :   infinite
1800.03/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.00	c   Root Iterations  :        122

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3452525-1307096098/watcher-3452525-1307096098 -o /tmp/evaluation-result-3452525-1307096098/solver-3452525-1307096098 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452525-1307096098.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.02 2.00 2/464 6235
/proc/meminfo: memFree=28273552/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=16044 CPUtime=0 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 3046 0 0 0 0 0 0 0 25 0 1 0 821209634 16429056 2743 33554432000 4194304 9128323 140733660406192 18446744073709551615 5206875 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 4011 2743 524 1205 0 2802 0

[startup+0.118278 s]
/proc/loadavg: 2.00 2.02 2.00 2/464 6235
/proc/meminfo: memFree=28273552/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=27292 CPUtime=0.11 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 6090 0 0 0 9 2 0 0 25 0 1 0 821209634 27947008 5434 33554432000 4194304 9128323 140733660406192 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 6823 5434 721 1205 0 5614 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 27292

[startup+0.201186 s]
/proc/loadavg: 2.00 2.02 2.00 2/464 6235
/proc/meminfo: memFree=28273552/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=27292 CPUtime=0.19 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 6091 0 0 0 16 3 0 0 25 0 1 0 821209634 27947008 5435 33554432000 4194304 9128323 140733660406192 18446744073709551615 18446744073699065904 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 6823 5435 722 1205 0 5614 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 27292

[startup+0.300169 s]
/proc/loadavg: 2.00 2.02 2.00 2/464 6235
/proc/meminfo: memFree=28273552/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=27292 CPUtime=0.29 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 6092 0 0 0 25 4 0 0 25 0 1 0 821209634 27947008 5436 33554432000 4194304 9128323 140733660406192 18446744073709551615 4893764 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 6823 5436 722 1205 0 5614 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27292

[startup+0.700161 s]
/proc/loadavg: 2.00 2.02 2.00 2/464 6235
/proc/meminfo: memFree=28273552/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=27292 CPUtime=0.69 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 6097 0 0 0 61 8 0 0 25 0 1 0 821209634 27947008 5441 33554432000 4194304 9128323 140733660406192 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 6823 5441 723 1205 0 5614 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27292

[startup+1.50102 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 6236
/proc/meminfo: memFree=28252972/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=27292 CPUtime=1.49 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 6104 0 0 0 131 18 0 0 25 0 1 0 821209634 27947008 5448 33554432000 4194304 9128323 140733660406192 18446744073709551615 6712802 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 6823 5448 723 1205 0 5614 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27292

[startup+3.10067 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 6236
/proc/meminfo: memFree=28251360/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=27292 CPUtime=3.09 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 6151 0 0 0 275 34 0 0 25 0 1 0 821209634 27947008 5495 33554432000 4194304 9128323 140733660406192 18446744073709551615 18446744073699065955 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 6823 5495 723 1205 0 5614 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27292

[startup+6.30011 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 6236
/proc/meminfo: memFree=28246644/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=29148 CPUtime=6.29 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 6858 0 0 0 567 62 0 0 25 0 1 0 821209634 29847552 6202 33554432000 4194304 9128323 140733660406192 18446744073709551615 4219723 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 7287 6202 723 1205 0 6078 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29148

[startup+12.701 s]
/proc/loadavg: 2.16 2.05 2.01 3/465 6236
/proc/meminfo: memFree=28231524/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=37348 CPUtime=12.69 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 8887 0 0 0 1152 117 0 0 25 0 1 0 821209634 38244352 8231 33554432000 4194304 9128323 140733660406192 18446744073709551615 5332936 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 9337 8231 723 1205 0 8128 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37348

[startup+25.5007 s]
/proc/loadavg: 2.12 2.05 2.01 3/465 6236
/proc/meminfo: memFree=28203768/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=48472 CPUtime=25.49 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 11701 0 0 0 2332 217 0 0 25 0 1 0 821209634 49635328 11045 33554432000 4194304 9128323 140733660406192 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 12118 11045 723 1205 0 10909 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 48472

[startup+51.1012 s]
/proc/loadavg: 2.08 2.04 2.01 3/465 6237
/proc/meminfo: memFree=28156392/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=70948 CPUtime=51.09 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 17276 0 0 0 4711 398 0 0 25 0 1 0 821209634 72650752 16620 33554432000 4194304 9128323 140733660406192 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 17737 16620 723 1205 0 16528 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 70948

[startup+102.301 s]
/proc/loadavg: 2.16 2.08 2.02 3/465 6238
/proc/meminfo: memFree=28073864/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=102176 CPUtime=102.3 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 24698 0 0 0 9495 735 0 0 25 0 1 0 821209634 104628224 24042 33554432000 4194304 9128323 140733660406192 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 25544 24042 723 1205 0 24335 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 102176

[startup+162.301 s]
/proc/loadavg: 2.11 2.08 2.02 3/465 6240
/proc/meminfo: memFree=27976240/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=135920 CPUtime=162.3 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 33184 0 0 0 15127 1103 0 0 25 0 1 0 821209634 139182080 32528 33554432000 4194304 9128323 140733660406192 18446744073709551615 4240088 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 33980 32528 723 1205 0 32771 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 135920

[startup+222.317 s]
/proc/loadavg: 2.03 2.06 2.01 3/465 6270
/proc/meminfo: memFree=29939588/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=159612 CPUtime=222.31 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 39187 0 0 0 20785 1446 0 0 25 0 1 0 821209634 163442688 38531 33554432000 4194304 9128323 140733660406192 18446744073709551615 6581536 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 39903 38531 723 1205 0 38694 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 159612

[startup+282.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/465 6271
/proc/meminfo: memFree=29914204/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=185880 CPUtime=282.3 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 45743 0 0 0 26434 1796 0 0 25 0 1 0 821209634 190341120 45087 33554432000 4194304 9128323 140733660406192 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 46470 45087 723 1205 0 45261 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 185880

[startup+342.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/465 6273
/proc/meminfo: memFree=29889300/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=208424 CPUtime=342.29 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 51490 0 0 0 32119 2110 0 0 25 0 1 0 821209634 213426176 50834 33554432000 4194304 9128323 140733660406192 18446744073709551615 5318595 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 52106 50834 723 1205 0 50897 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 208424

[startup+402.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/465 6274
/proc/meminfo: memFree=29863844/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=233404 CPUtime=402.3 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 56734 0 0 0 37805 2425 0 0 25 0 1 0 821209634 239005696 56078 33554432000 4194304 9128323 140733660406192 18446744073709551615 6807056 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 58351 56078 723 1205 0 57142 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 233404

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 6276
/proc/meminfo: memFree=29836884/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=254860 CPUtime=462.3 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 61949 0 0 0 43528 2702 0 0 25 0 1 0 821209634 260976640 61293 33554432000 4194304 9128323 140733660406192 18446744073709551615 4207171 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 63715 61293 723 1205 0 62506 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 254860

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 6278
/proc/meminfo: memFree=29814232/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=270972 CPUtime=522.3 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 66036 0 0 0 49233 2997 0 0 25 0 1 0 821209634 277475328 65380 33554432000 4194304 9128323 140733660406192 18446744073709551615 4207474 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 67743 65380 723 1205 0 66534 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 270972

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 6279
/proc/meminfo: memFree=29786916/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=289452 CPUtime=582.3 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 70637 0 0 0 54958 3272 0 0 25 0 1 0 821209634 296398848 69981 33554432000 4194304 9128323 140733660406192 18446744073709551615 4825488 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 72363 69981 723 1205 0 71154 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 289452

[startup+642.301 s]

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

[startup+882.318 s]
/proc/loadavg: 2.01 2.04 2.01 3/465 6287
/proc/meminfo: memFree=29677380/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=370236 CPUtime=882.32 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 91156 0 0 0 83594 4638 0 0 25 0 1 0 821209634 379121664 90500 33554432000 4194304 9128323 140733660406192 18446744073709551615 5333232 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 92559 90500 723 1205 0 91350 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 370236

[startup+942.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/465 6289
/proc/meminfo: memFree=29662100/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=385208 CPUtime=942.31 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 95019 0 0 0 89338 4893 0 0 25 0 1 0 821209634 394452992 94363 33554432000 4194304 9128323 140733660406192 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 96302 94363 723 1205 0 95093 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 385208

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 6290
/proc/meminfo: memFree=29650768/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=395024 CPUtime=1002.31 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 97334 0 0 0 95084 5147 0 0 25 0 1 0 821209634 404504576 96678 33554432000 4194304 9128323 140733660406192 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 98756 96678 723 1205 0 97547 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 395024

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 6292
/proc/meminfo: memFree=29627764/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=407840 CPUtime=1062.31 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 100604 0 0 0 100819 5412 0 0 25 0 1 0 821209634 417628160 99948 33554432000 4194304 9128323 140733660406192 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 101960 99948 723 1205 0 100751 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 407840

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 6294
/proc/meminfo: memFree=29608504/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=421664 CPUtime=1122.31 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 104132 0 0 0 106575 5656 0 0 25 0 1 0 821209634 431783936 103476 33554432000 4194304 9128323 140733660406192 18446744073709551615 6581584 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 105416 103476 723 1205 0 104207 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 421664

[startup+1182.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/465 6295
/proc/meminfo: memFree=29596524/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=431908 CPUtime=1182.31 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 106772 0 0 0 112317 5914 0 0 25 0 1 0 821209634 442273792 106116 33554432000 4194304 9128323 140733660406192 18446744073709551615 5333216 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 107977 106116 723 1205 0 106768 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 431908

[startup+1242.3 s]
/proc/loadavg: 2.18 2.07 2.02 3/465 6297
/proc/meminfo: memFree=29582948/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=443308 CPUtime=1242.31 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 109646 0 0 0 118061 6170 0 0 25 0 1 0 821209634 453947392 108990 33554432000 4194304 9128323 140733660406192 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 110827 108990 723 1205 0 109618 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 443308

[startup+1302.3 s]
/proc/loadavg: 2.10 2.07 2.02 3/465 6298
/proc/meminfo: memFree=29570276/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=451828 CPUtime=1302.32 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 111731 0 0 0 123817 6415 0 0 25 0 1 0 821209634 462671872 111075 33554432000 4194304 9128323 140733660406192 18446744073709551615 18446744073699065949 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 112957 111075 723 1205 0 111748 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 451828

[startup+1362.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/465 6300
/proc/meminfo: memFree=29545200/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=462896 CPUtime=1362.32 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 114506 0 0 0 129574 6658 0 0 25 0 1 0 821209634 474005504 113850 33554432000 4194304 9128323 140733660406192 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 115724 113850 723 1205 0 114515 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 462896

[startup+1422.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/465 6302
/proc/meminfo: memFree=29530260/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=471856 CPUtime=1422.32 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 116832 0 0 0 135329 6903 0 0 25 0 1 0 821209634 483180544 116176 33554432000 4194304 9128323 140733660406192 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 117964 116176 723 1205 0 116755 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 471856

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/465 6303
/proc/meminfo: memFree=29510472/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=480512 CPUtime=1482.32 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 118852 0 0 0 141111 7121 0 0 25 0 1 0 821209634 492044288 118196 33554432000 4194304 9128323 140733660406192 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 120128 118196 723 1205 0 118919 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 480512

[startup+1542.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 6305
/proc/meminfo: memFree=29486236/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=495108 CPUtime=1542.34 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 122626 0 0 0 146859 7375 0 0 25 0 1 0 821209634 506990592 121970 33554432000 4194304 9128323 140733660406192 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 123777 121970 723 1205 0 122568 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 495108

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 6306
/proc/meminfo: memFree=29471052/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=508408 CPUtime=1602.32 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 126011 0 0 0 152625 7607 0 0 25 0 1 0 821209634 520609792 125355 33554432000 4194304 9128323 140733660406192 18446744073709551615 4209007 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 127102 125355 723 1205 0 125893 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 508408

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 6308
/proc/meminfo: memFree=29462700/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=514780 CPUtime=1662.32 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 127536 0 0 0 158424 7808 0 0 25 0 1 0 821209634 527134720 126880 33554432000 4194304 9128323 140733660406192 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 128695 126880 723 1205 0 127486 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 514780

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/465 6310
/proc/meminfo: memFree=29455948/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=521244 CPUtime=1722.32 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 129180 0 0 0 164193 8039 0 0 25 0 1 0 821209634 533753856 128524 33554432000 4194304 9128323 140733660406192 18446744073709551615 4552859 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 130311 128524 723 1205 0 129102 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 521244

[startup+1782.3 s]
/proc/loadavg: 2.25 2.09 2.02 3/465 6311
/proc/meminfo: memFree=29447960/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=527352 CPUtime=1782.33 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 130498 0 0 0 169961 8272 0 0 25 0 1 0 821209634 540008448 129842 33554432000 4194304 9128323 140733660406192 18446744073709551615 6581536 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6235/statm: 131838 129842 723 1205 0 130629 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 527352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.19 2.09 2.02 3/465 6312
/proc/meminfo: memFree=29442744/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=533244 CPUtime=1800.03 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 132038 0 0 0 171654 8349 0 0 25 0 1 0 821209634 546041856 131382 33554432000 4194304 9128323 140733660406192 18446744073709551615 5320780 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/6235/statm: 133311 131382 725 1205 0 132102 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 533244

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

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

[startup+1800 s]
/proc/loadavg: 2.19 2.09 2.02 3/465 6312
/proc/meminfo: memFree=29442744/32950928 swapFree=45617076/67111528
[pid=6235] ppid=6233 vsize=533244 CPUtime=1800.03 cores=1,3,5,7
/proc/6235/stat : 6235 (scip-2.0.1.4.li) R 6233 6235 5789 0 -1 4202496 132038 0 0 0 171654 8349 0 0 25 0 1 0 821209634 546041856 131382 33554432000 4194304 9128323 140733660406192 18446744073709551615 5320780 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/6235/statm: 133311 131382 725 1205 0 132102 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 533244

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.04
CPU time (s): 1800.08
CPU user time (s): 1716.56
CPU system time (s): 83.5173
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 533244

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

runsolver used 7.92979 second user time and 18.8251 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-03 12:14:58
IDJOB=3452525
IDBENCH=2913
IDSOLVER=1949
FILE ID=node123/3452525-1307096098
RUNJOBID= node123-1307092676-5809
PBS_JOBID= 13497979
Free space on /tmp= 73820 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
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.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3452525-1307096098/watcher-3452525-1307096098 -o /tmp/evaluation-result-3452525-1307096098/solver-3452525-1307096098 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452525-1307096098.opb -t 1800 -m 15500

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

MD5SUM BENCH= ae75c4a4fdafb98542bd11b7f7eecd54
RANDOM SEED=1679779958

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

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.80
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.838
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.838
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:     32950928 kB
MemFree:      28273708 kB
Buffers:        257096 kB
Cached:         352916 kB
SwapCached:       9456 kB
Active:        4109152 kB
Inactive:       285196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28273708 kB
SwapTotal:    67111528 kB
SwapFree:     45617076 kB
Dirty:           12052 kB
Writeback:           0 kB
AnonPages:     3782392 kB
Mapped:          26584 kB
Slab:           133380 kB
PageTables:      81792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 135218160 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= 73808 MiB
End job on node123 at 2011-06-03 12:45:00