Trace number 3692760
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:
-
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.
-
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.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
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.
-
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
General information on the benchmark
Name | normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/ namasivayam/tsp/normalized-t3002.11tsp11.1900568186.opb |
MD5SUM | 75bd0b27f5ff05dc207afe3c3d5552d1 |
Bench Category | DEC-SMALLINT (no optimisation, small integers) |
Best result obtained on this benchmark | UNSAT |
Best value of the objective obtained on this benchmark | |
Best CPU time to get the best result obtained on this benchmark | 0.089985 |
Has Objective Function | NO |
Satisfiable | NO |
(Un)Satisfiability was proved | YES |
Best value of the objective function | |
Optimality of the best value was proved | |
Number of variables | 231 |
Total number of constraints | 2707 |
Number of constraints which are clauses | 2684 |
Number of constraints which are cardinality constraints (but not clauses) | 22 |
Number of constraints which are nor clauses,nor cardinality constraints | 1 |
Minimum length of a constraint | 2 |
Maximum length of a constraint | 110 |
Number of terms in the objective function | 0 |
Biggest coefficient in the objective function | 0 |
Number of bits for the biggest coefficient in the objective function | 0 |
Sum of the numbers in the objective function | 0 |
Number of bits of the sum of numbers in the objective function | 0 |
Biggest number in a constraint | 25 |
Number of bits of the biggest number in a constraint | 5 |
Biggest sum of numbers in a constraint | 721 |
Number of bits of the biggest sum of numbers | 10 |
Number of products (including duplicates) | 0 |
Sum of products size (including duplicates) | 0 |
Number of different products | 0 |
Sum of products size | 0 |
Solver Data
0.00/0.00 c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00 c Copyright (c) 2002-2012 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-3692760-1338019229.opb>
0.00/0.01 c original problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2707 constraints
0.00/0.01 c problem read in 0.01
0.00/0.02 c presolving:
0.03/0.05 c (round 1) 0 del vars, 143 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2542 upgd conss, 242 impls, 22 clqs
0.03/0.06 c (round 2) 0 del vars, 143 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2564 upgd conss, 242 impls, 22 clqs
0.03/0.07 c (round 3) 0 del vars, 264 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2564 upgd conss, 242 impls, 22 clqs
0.03/0.08 c (0.1s) probing: 51/231 (22.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.03/0.08 c (0.1s) probing aborted: 50/50 successive totally useless probings
0.03/0.09 c presolving (4 rounds):
0.03/0.09 c 0 deleted vars, 264 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.03/0.09 c 242 implications, 22 cliques
0.03/0.09 c presolved problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2443 constraints
0.03/0.09 c 1 constraints of type <knapsack>
0.03/0.09 c 22 constraints of type <setppc>
0.03/0.09 c 2420 constraints of type <logicor>
0.03/0.09 c transformed objective value is always integral (scale: 1)
0.03/0.09 c Presolving Time: 0.07
0.03/0.09 c - non default parameters ----------------------------------------------------------------------
0.03/0.09 c # SCIP version 2.1.1.4
0.03/0.09 c
0.03/0.09 c # maximal time in seconds to run
0.03/0.09 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.09 c limits/time = 1797
0.03/0.09 c
0.03/0.09 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.03/0.09 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.09 c limits/memory = 13950
0.03/0.09 c
0.03/0.09 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.03/0.09 c # [type: int, range: [1,2], default: 1]
0.03/0.09 c timing/clocktype = 2
0.03/0.09 c
0.03/0.09 c # belongs reading time to solving time?
0.03/0.09 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.09 c timing/reading = TRUE
0.03/0.09 c
0.03/0.09 c -----------------------------------------------------------------------------------------------
0.03/0.09 c start solving
0.03/0.09 c
0.09/0.10 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
0.09/0.10 c 0.1s| 1 | 0 | 76 | - |4078k| 0 | 36 | 231 |2463 | 231 |2443 | 0 | 20 | 0 | 0.000000e+00 | -- | Inf
0.48/0.59 c 0.6s| 1 | 0 | 4789 | - |4282k| 0 | 39 | 231 |2463 | 231 |2450 | 7 | 20 | 0 | 0.000000e+00 | -- | Inf
0.59/0.63 c 0.6s| 1 | 0 | 4804 | - |4611k| 0 | 45 | 231 |2463 | 231 |2454 | 11 | 20 | 0 | 0.000000e+00 | -- | Inf
0.59/0.68 c 0.7s| 1 | 0 | 4819 | - |5054k| 0 | 46 | 231 |2463 | 231 |2455 | 12 | 20 | 0 | 0.000000e+00 | -- | Inf
0.68/0.73 c 0.7s| 1 | 0 | 4838 | - |5498k| 0 | 47 | 231 |2463 | 231 |2457 | 14 | 20 | 0 | 0.000000e+00 | -- | Inf
0.88/0.90 c 0.9s| 1 | 0 | 4845 | - |5842k| 0 | 51 | 231 |2463 | 231 |2460 | 17 | 20 | 0 | 0.000000e+00 | -- | Inf
0.99/1.09 c 1.1s| 1 | 0 | 4867 | - |6113k| 0 | 47 | 231 |2463 | 231 |2461 | 18 | 20 | 0 | 0.000000e+00 | -- | Inf
1.58/1.68 c 1.7s| 1 | 2 | 4867 | - |6114k| 0 | 47 | 231 |2463 | 231 |2461 | 18 | 20 | 28 | 0.000000e+00 | -- | Inf
8.29/8.35 c 8.3s| 100 | 7 | 9429 | 46.1 |6173k| 18 | 49 | 231 |2504 | 231 |2455 | 18 | 63 |1212 | 0.000000e+00 | -- | Inf
10.19/10.20 c 10.2s| 200 | 10 | 12247 | 37.1 |6207k| 28 | - | 231 |2555 | 231 |2455 | 18 | 115 |1601 | 0.000000e+00 | -- | Inf
10.90/10.91 c 10.9s| 300 | 10 | 14012 | 30.6 |6230k| 28 | - | 231 |2624 | 231 |2455 | 18 | 184 |1730 | 0.000000e+00 | -- | Inf
11.49/11.59 c 11.6s| 400 | 13 | 16080 | 28.1 |6254k| 28 | 21 | 231 |2675 | 231 |2455 | 18 | 236 |1842 | 0.000000e+00 | -- | Inf
11.89/11.99 c 12.0s| 500 | 16 | 17622 | 25.6 |6292k| 28 | - | 231 |2751 | 231 |2455 | 18 | 313 |1887 | 0.000000e+00 | -- | Inf
12.18/12.28 c 12.3s| 600 | 16 | 19407 | 24.3 |6309k| 28 | 25 | 231 |2804 | 231 |2455 | 18 | 367 |1901 | 0.000000e+00 | -- | Inf
12.59/12.60 c 12.6s| 700 | 12 | 21157 | 23.3 |6311k| 30 | 33 | 231 |2857 | 231 |2455 | 18 | 424 |1923 | 0.000000e+00 | -- | Inf
12.78/12.86 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
12.78/12.86 c 12.9s| 800 | 12 | 22708 | 22.3 |6334k| 30 | - | 231 |2913 | 231 |2455 | 18 | 483 |1936 | 0.000000e+00 | -- | Inf
13.10/13.14 c 13.1s| 900 | 12 | 24220 | 21.5 |6344k| 30 | 35 | 231 |2959 | 231 |2455 | 18 | 532 |1954 | 0.000000e+00 | -- | Inf
13.48/13.52 c 13.5s| 1000 | 16 | 26188 | 21.3 |6372k| 30 | 36 | 231 |3014 | 231 |2455 | 18 | 590 |1988 | 0.000000e+00 | -- | Inf
13.68/13.78 c 13.8s| 1100 | 22 | 27646 | 20.7 |6404k| 30 | 15 | 231 |3071 | 231 |2455 | 18 | 648 |2005 | 0.000000e+00 | -- | Inf
13.98/14.01 c 14.0s| 1200 | 20 | 28988 | 20.1 |6424k| 30 | - | 231 |3134 | 231 |2455 | 18 | 711 |2015 | 0.000000e+00 | -- | Inf
14.19/14.25 c 14.3s| 1300 | 19 | 30496 | 19.7 |6446k| 30 | - | 231 |3197 | 231 |2455 | 18 | 778 |2026 | 0.000000e+00 | -- | Inf
14.39/14.48 c 14.5s| 1400 | 19 | 32032 | 19.4 |6461k| 30 | - | 231 |3247 | 231 |2455 | 18 | 832 |2031 | 0.000000e+00 | -- | Inf
14.59/14.69 c 14.7s| 1500 | 19 | 33448 | 19.1 |6477k| 30 | - | 231 |3292 | 231 |2455 | 18 | 881 |2034 | 0.000000e+00 | -- | Inf
14.89/14.95 c 15.0s| 1600 | 19 | 35201 | 19.0 |6489k| 30 | - | 231 |3335 | 231 |2455 | 18 | 929 |2042 | 0.000000e+00 | -- | Inf
15.08/15.19 c 15.2s| 1700 | 19 | 36900 | 18.9 |6504k| 30 | - | 231 |3388 | 231 |2455 | 18 | 985 |2046 | 0.000000e+00 | -- | Inf
15.39/15.40 c 15.4s| 1800 | 17 | 38365 | 18.6 |6510k| 30 | 39 | 231 |3439 | 231 |2455 | 18 |1037 |2048 | 0.000000e+00 | -- | Inf
15.58/15.62 c 15.6s| 1900 | 19 | 39897 | 18.4 |6534k| 30 | - | 231 |3490 | 231 |2455 | 18 |1089 |2049 | 0.000000e+00 | -- | Inf
15.79/15.81 c 15.8s| 2000 | 20 | 41284 | 18.2 |6565k| 30 | - | 231 |3570 | 231 |2455 | 18 |1172 |2050 | 0.000000e+00 | -- | Inf
15.99/16.06 c 16.1s| 2100 | 22 | 43187 | 18.3 |6592k| 30 | - | 231 |3621 | 231 |2455 | 18 |1228 |2050 | 0.000000e+00 | -- | Inf
16.29/16.30 c 16.3s| 2200 | 18 | 45132 | 18.3 |6605k| 30 | - | 231 |3683 | 231 |2455 | 18 |1294 |2050 | 0.000000e+00 | -- | Inf
16.49/16.52 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
16.49/16.52 c 16.5s| 2300 | 17 | 46651 | 18.2 |6621k| 30 | 32 | 231 |3730 | 231 |2455 | 18 |1345 |2050 | 0.000000e+00 | -- | Inf
16.69/16.75 c 16.8s| 2400 | 15 | 48469 | 18.2 |6635k| 30 | 34 | 231 |3780 | 231 |2455 | 18 |1402 |2050 | 0.000000e+00 | -- | Inf
16.89/16.98 c 17.0s| 2500 | 13 | 50159 | 18.1 |6653k| 30 | 22 | 231 |3842 | 231 |2455 | 18 |1466 |2050 | 0.000000e+00 | -- | Inf
17.18/17.23 c 17.2s| 2600 | 11 | 51884 | 18.1 |6686k| 30 | - | 231 |3895 | 231 |2455 | 18 |1528 |2055 | 0.000000e+00 | -- | Inf
17.50/17.51 c 17.5s| 2700 | 15 | 53967 | 18.2 |6709k| 30 | - | 231 |3944 | 231 |2455 | 18 |1588 |2057 | 0.000000e+00 | -- | Inf
17.79/17.83 c 17.8s| 2800 | 15 | 56124 | 18.3 |6732k| 30 | 42 | 231 |4006 | 231 |2455 | 18 |1654 |2069 | 0.000000e+00 | -- | Inf
18.09/18.17 c 18.2s| 2900 | 19 | 58106 | 18.4 |6755k| 30 | 35 | 231 |4049 | 231 |2455 | 18 |1712 |2089 | 0.000000e+00 | -- | Inf
18.39/18.47 c 18.5s| 3000 | 25 | 59925 | 18.4 |6792k| 30 | 32 | 231 |4102 | 231 |2455 | 18 |1771 |2104 | 0.000000e+00 | -- | Inf
18.78/18.82 c 18.8s| 3100 | 25 | 61966 | 18.4 |6813k| 30 | 30 | 231 |4162 | 231 |2455 | 18 |1839 |2125 | 0.000000e+00 | -- | Inf
19.09/19.14 c 19.1s| 3200 | 21 | 63823 | 18.4 |6825k| 31 | - | 231 |4202 | 231 |2455 | 18 |1900 |2146 | 0.000000e+00 | -- | Inf
19.48/19.50 c 19.5s| 3300 | 25 | 66003 | 18.5 |6846k| 31 | 26 | 231 |4247 | 231 |2455 | 18 |1954 |2169 | 0.000000e+00 | -- | Inf
19.69/19.79 c 19.8s| 3400 | 24 | 67908 | 18.5 |6868k| 31 | 32 | 231 |4309 | 231 |2455 | 18 |2019 |2180 | 0.000000e+00 | -- | Inf
19.99/20.06 c 20.1s| 3500 | 20 | 69959 | 18.6 |6876k| 31 | 44 | 231 |4371 | 231 |2455 | 18 |2084 |2181 | 0.000000e+00 | -- | Inf
20.29/20.31 c 20.3s| 3600 | 21 | 71653 | 18.6 |6896k| 31 | 39 | 231 |4417 | 231 |2455 | 18 |2144 |2184 | 0.000000e+00 | -- | Inf
20.48/20.54 c 20.5s| 3700 | 21 | 73329 | 18.5 |6918k| 34 | 30 | 231 |4483 | 231 |2455 | 18 |2212 |2185 | 0.000000e+00 | -- | Inf
20.69/20.80 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
20.69/20.80 c 20.8s| 3800 | 17 | 75154 | 18.5 |6923k| 41 | - | 231 |4522 | 231 |2455 | 18 |2264 |2186 | 0.000000e+00 | -- | Inf
20.98/21.06 c 21.1s| 3900 | 16 | 77044 | 18.5 |6945k| 41 | 18 | 231 |4597 | 231 |2455 | 18 |2346 |2189 | 0.000000e+00 | -- | Inf
21.28/21.33 c 21.3s| 4000 | 15 | 78897 | 18.5 |6980k| 41 | - | 231 |4672 | 231 |2455 | 18 |2426 |2194 | 0.000000e+00 | -- | Inf
21.58/21.60 c 21.6s| 4100 | 15 | 80900 | 18.5 |7000k| 41 | 26 | 231 |4728 | 231 |2455 | 18 |2496 |2195 | 0.000000e+00 | -- | Inf
21.89/21.99 c 22.0s| 4200 | 13 | 83272 | 18.7 |7020k| 41 | - | 231 |4763 | 231 |2455 | 18 |2562 |2208 | 0.000000e+00 | -- | Inf
22.19/22.25 c 22.3s| 4300 | 15 | 85191 | 18.7 |7040k| 41 | 28 | 231 |4793 | 231 |2455 | 18 |2622 |2208 | 0.000000e+00 | -- | Inf
22.48/22.54 c 22.5s| 4400 | 15 | 87443 | 18.8 |7065k| 41 | - | 231 |4839 | 231 |2455 | 18 |2704 |2208 | 0.000000e+00 | -- | Inf
22.78/22.85 c 22.9s| 4500 | 14 | 89968 | 18.9 |7067k| 41 | - | 231 |4851 | 231 |2455 | 18 |2782 |2208 | 0.000000e+00 | -- | Inf
23.10/23.16 c 23.2s| 4600 | 14 | 92384 | 19.0 |7089k| 41 | - | 231 |4912 | 231 |2455 | 18 |2874 |2208 | 0.000000e+00 | -- | Inf
23.38/23.43 c 23.4s| 4700 | 18 | 94467 | 19.1 |7113k| 41 | 29 | 231 |4956 | 231 |2455 | 18 |2934 |2209 | 0.000000e+00 | -- | Inf
23.69/23.73 c 23.7s| 4800 | 16 | 96552 | 19.1 |7139k| 41 | - | 231 |5024 | 231 |2455 | 18 |3021 |2216 | 0.000000e+00 | -- | Inf
23.99/24.09 c 24.1s| 4900 | 17 | 98753 | 19.2 |7163k| 41 | - | 231 |5079 | 231 |2455 | 18 |3088 |2235 | 0.000000e+00 | -- | Inf
24.38/24.45 c 24.5s| 5000 | 19 |101060 | 19.2 |7195k| 41 | 26 | 231 |5155 | 231 |2455 | 18 |3171 |2252 | 0.000000e+00 | -- | Inf
24.98/25.00 c 25.0s| 5100 | 17 |105231 | 19.7 |7221k| 41 | 43 | 231 |5238 | 231 |2455 | 18 |3259 |2269 | 0.000000e+00 | -- | Inf
25.38/25.40 c 25.4s| 5200 | 12 |107602 | 19.8 |7242k| 41 | 43 | 231 |5312 | 231 |2455 | 18 |3353 |2291 | 0.000000e+00 | -- | Inf
25.68/25.72 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
25.68/25.72 c 25.7s| 5300 | 10 |109623 | 19.8 |7241k| 41 | - | 231 |5286 | 231 |2455 | 18 |3423 |2304 | 0.000000e+00 | -- | Inf
25.98/26.08 c 26.1s| 5400 | 14 |111919 | 19.8 |7250k| 41 | 36 | 231 |5258 | 231 |2455 | 18 |3497 |2319 | 0.000000e+00 | -- | Inf
26.39/26.41 c 26.4s| 5500 | 13 |114050 | 19.9 |7240k| 41 | 52 | 231 |5209 | 231 |2455 | 18 |3565 |2331 | 0.000000e+00 | -- | Inf
26.59/26.69 c 26.7s| 5600 | 17 |116222 | 19.9 |7253k| 41 | - | 231 |5200 | 231 |2455 | 18 |3655 |2335 | 0.000000e+00 | -- | Inf
26.78/26.89 c 26.9s| 5700 | 17 |117630 | 19.8 |7271k| 41 | 35 | 231 |5267 | 231 |2455 | 18 |3736 |2337 | 0.000000e+00 | -- | Inf
27.08/27.15 c 27.1s| 5800 | 17 |119608 | 19.8 |7288k| 41 | 38 | 231 |5309 | 231 |2455 | 18 |3802 |2339 | 0.000000e+00 | -- | Inf
27.39/27.42 c 27.4s| 5900 | 19 |121649 | 19.8 |7304k| 41 | 30 | 231 |5322 | 231 |2455 | 18 |3873 |2343 | 0.000000e+00 | -- | Inf
27.58/27.69 c 27.7s| 6000 | 17 |123677 | 19.8 |7306k| 41 | - | 231 |5339 | 231 |2455 | 18 |3941 |2345 | 0.000000e+00 | -- | Inf
27.88/27.96 c 28.0s| 6100 | 18 |125653 | 19.8 |7325k| 41 | - | 231 |5385 | 231 |2455 | 18 |4020 |2348 | 0.000000e+00 | -- | Inf
28.19/28.26 c 28.3s| 6200 | 18 |127887 | 19.8 |7324k| 41 | 36 | 231 |5376 | 231 |2455 | 18 |4096 |2349 | 0.000000e+00 | -- | Inf
28.49/28.54 c 28.5s| 6300 | 20 |129971 | 19.9 |7335k| 41 | 35 | 231 |5374 | 231 |2455 | 18 |4172 |2350 | 0.000000e+00 | -- | Inf
28.79/28.83 c 28.8s| 6400 | 16 |132250 | 19.9 |7348k| 41 | - | 231 |5408 | 231 |2455 | 18 |4261 |2351 | 0.000000e+00 | -- | Inf
29.09/29.12 c 29.1s| 6500 | 17 |134522 | 19.9 |7364k| 41 | - | 231 |5437 | 231 |2455 | 18 |4338 |2351 | 0.000000e+00 | -- | Inf
29.29/29.37 c 29.4s| 6600 | 15 |136344 | 19.9 |7380k| 41 | - | 231 |5514 | 231 |2455 | 18 |4433 |2354 | 0.000000e+00 | -- | Inf
29.59/29.68 c 29.7s| 6700 | 17 |138734 | 20.0 |7404k| 41 | - | 231 |5583 | 231 |2455 | 18 |4525 |2357 | 0.000000e+00 | -- | Inf
29.88/29.94 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
29.88/29.94 c 29.9s| 6800 | 18 |140736 | 20.0 |7423k| 41 | 37 | 231 |5642 | 231 |2455 | 18 |4605 |2357 | 0.000000e+00 | -- | Inf
30.18/30.27 c 30.3s| 6900 | 16 |143086 | 20.0 |7432k| 41 | - | 231 |5683 | 231 |2455 | 18 |4681 |2366 | 0.000000e+00 | -- | Inf
30.48/30.59 c 30.6s| 7000 | 19 |145044 | 20.0 |7468k| 41 | - | 231 |5748 | 231 |2455 | 18 |4759 |2383 | 0.000000e+00 | -- | Inf
30.88/30.92 c 30.9s| 7100 | 19 |147237 | 20.1 |7491k| 41 | - | 231 |5825 | 231 |2455 | 18 |4857 |2395 | 0.000000e+00 | -- | Inf
31.18/31.25 c 31.2s| 7200 | 20 |149275 | 20.1 |7511k| 41 | 38 | 231 |5888 | 231 |2455 | 18 |4933 |2411 | 0.000000e+00 | -- | Inf
31.48/31.55 c 31.6s| 7300 | 18 |151221 | 20.1 |7531k| 41 | - | 231 |5954 | 231 |2455 | 18 |5003 |2423 | 0.000000e+00 | -- | Inf
31.79/31.86 c 31.9s| 7400 | 20 |153134 | 20.0 |7564k| 41 | - | 231 |6036 | 231 |2455 | 18 |5087 |2440 | 0.000000e+00 | -- | Inf
32.19/32.21 c 32.2s| 7500 | 20 |155349 | 20.1 |7592k| 41 | 40 | 231 |6118 | 231 |2455 | 18 |5177 |2455 | 0.000000e+00 | -- | Inf
32.48/32.53 c 32.5s| 7600 | 20 |157293 | 20.1 |7626k| 41 | - | 231 |6194 | 231 |2455 | 18 |5259 |2474 | 0.000000e+00 | -- | Inf
32.78/32.81 c 32.8s| 7700 | 23 |159085 | 20.0 |7664k| 41 | - | 231 |6276 | 231 |2455 | 18 |5344 |2486 | 0.000000e+00 | -- | Inf
32.99/33.09 c 33.1s| 7800 | 22 |160799 | 20.0 |7675k| 41 | 33 | 231 |6337 | 231 |2455 | 18 |5414 |2497 | 0.000000e+00 | -- | Inf
33.28/33.36 c 33.4s| 7900 | 21 |162535 | 20.0 |7693k| 41 | 42 | 231 |6394 | 231 |2455 | 18 |5476 |2506 | 0.000000e+00 | -- | Inf
33.58/33.63 c 33.6s| 8000 | 21 |164512 | 20.0 |7727k| 41 | - | 231 |6472 | 231 |2455 | 18 |5561 |2511 | 0.000000e+00 | -- | Inf
33.78/33.86 c 33.9s| 8100 | 22 |166146 | 19.9 |7750k| 41 | 31 | 231 |6541 | 231 |2455 | 18 |5634 |2515 | 0.000000e+00 | -- | Inf
34.09/34.12 c 34.1s| 8200 | 21 |168070 | 19.9 |7773k| 41 | 25 | 231 |6620 | 231 |2455 | 18 |5716 |2517 | 0.000000e+00 | -- | Inf
34.28/34.37 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
34.28/34.37 c 34.4s| 8300 | 18 |170004 | 19.9 |7799k| 41 | - | 231 |6709 | 231 |2455 | 18 |5808 |2519 | 0.000000e+00 | -- | Inf
34.58/34.64 c 34.6s| 8400 | 16 |172123 | 19.9 |7817k| 41 | 36 | 231 |6789 | 231 |2455 | 18 |5892 |2520 | 0.000000e+00 | -- | Inf
34.89/34.90 c 34.9s| 8500 | 14 |174043 | 19.9 |7843k| 41 | 41 | 231 |6873 | 231 |2455 | 18 |5984 |2524 | 0.000000e+00 | -- | Inf
35.08/35.18 c 35.2s| 8600 | 20 |175927 | 19.9 |7888k| 41 | 30 | 231 |6882 | 231 |2455 | 18 |6042 |2530 | 0.000000e+00 | -- | Inf
35.38/35.44 c 35.4s| 8700 | 18 |177820 | 19.9 |7894k| 41 | - | 231 |6887 | 231 |2455 | 18 |6115 |2532 | 0.000000e+00 | -- | Inf
35.58/35.69 c 35.7s| 8800 | 20 |179595 | 19.9 |7890k| 41 | 32 | 231 |6888 | 231 |2455 | 18 |6169 |2533 | 0.000000e+00 | -- | Inf
35.88/35.95 c 36.0s| 8900 | 18 |181547 | 19.9 |7893k| 41 | - | 231 |6903 | 231 |2455 | 18 |6227 |2535 | 0.000000e+00 | -- | Inf
36.19/36.22 c 36.2s| 9000 | 18 |183598 | 19.9 |7907k| 41 | - | 231 |6948 | 231 |2455 | 18 |6300 |2537 | 0.000000e+00 | -- | Inf
36.48/36.52 c 36.5s| 9100 | 16 |185916 | 19.9 |7921k| 41 | - | 231 |6998 | 231 |2455 | 18 |6359 |2537 | 0.000000e+00 | -- | Inf
36.68/36.79 c 36.8s| 9200 | 20 |187973 | 19.9 |7936k| 41 | 28 | 231 |7007 | 231 |2455 | 18 |6431 |2537 | 0.000000e+00 | -- | Inf
36.98/37.05 c 37.0s| 9300 | 20 |189847 | 19.9 |7958k| 41 | 22 | 231 |7067 | 231 |2455 | 18 |6532 |2538 | 0.000000e+00 | -- | Inf
37.18/37.29 c 37.3s| 9400 | 20 |191726 | 19.9 |7972k| 41 | 23 | 231 |7109 | 231 |2455 | 18 |6608 |2538 | 0.000000e+00 | -- | Inf
37.48/37.56 c 37.6s| 9500 | 18 |193725 | 19.9 |7989k| 41 | 38 | 231 |7173 | 231 |2455 | 18 |6684 |2538 | 0.000000e+00 | -- | Inf
37.78/37.82 c 37.8s| 9600 | 20 |195674 | 19.9 |8008k| 41 | 31 | 231 |7214 | 231 |2455 | 18 |6749 |2538 | 0.000000e+00 | -- | Inf
37.98/38.03 c 38.0s| 9700 | 19 |197106 | 19.8 |8022k| 41 | 33 | 231 |7262 | 231 |2455 | 18 |6809 |2538 | 0.000000e+00 | -- | Inf
38.18/38.27 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
38.18/38.27 c 38.3s| 9800 | 20 |198885 | 19.8 |8044k| 41 | 26 | 231 |7324 | 231 |2455 | 18 |6887 |2538 | 0.000000e+00 | -- | Inf
38.48/38.51 c 38.5s| 9900 | 18 |200607 | 19.8 |8065k| 41 | - | 231 |7396 | 231 |2455 | 18 |6965 |2538 | 0.000000e+00 | -- | Inf
38.68/38.75 c 38.8s| 10000 | 18 |202449 | 19.8 |8086k| 41 | - | 231 |7458 | 231 |2455 | 18 |7029 |2538 | 0.000000e+00 | -- | Inf
38.98/39.00 c 39.0s| 10100 | 18 |204239 | 19.7 |8112k| 41 | - | 231 |7525 | 231 |2455 | 18 |7098 |2538 | 0.000000e+00 | -- | Inf
39.18/39.25 c 39.3s| 10200 | 16 |206127 | 19.7 |8141k| 41 | - | 231 |7562 | 231 |2455 | 18 |7165 |2538 | 0.000000e+00 | -- | Inf
39.49/39.52 c 39.5s| 10300 | 18 |208100 | 19.7 |8156k| 41 | - | 231 |7590 | 231 |2455 | 18 |7257 |2538 | 0.000000e+00 | -- | Inf
39.67/39.78 c 39.8s| 10400 | 18 |210014 | 19.7 |8163k| 41 | 37 | 231 |7621 | 231 |2455 | 18 |7321 |2538 | 0.000000e+00 | -- | Inf
39.97/40.05 c 40.0s| 10500 | 19 |212063 | 19.7 |8173k| 41 | 30 | 231 |7632 | 231 |2455 | 18 |7379 |2538 | 0.000000e+00 | -- | Inf
40.27/40.31 c 40.3s| 10600 | 17 |214070 | 19.7 |8180k| 41 | 38 | 231 |7669 | 231 |2455 | 18 |7441 |2538 | 0.000000e+00 | -- | Inf
40.47/40.59 c 40.6s| 10700 | 17 |216282 | 19.8 |8188k| 41 | - | 231 |7689 | 231 |2455 | 18 |7517 |2538 | 0.000000e+00 | -- | Inf
40.87/40.90 c 40.9s| 10800 | 17 |218695 | 19.8 |8209k| 41 | 39 | 231 |7739 | 231 |2455 | 18 |7594 |2538 | 0.000000e+00 | -- | Inf
41.07/41.14 c 41.1s| 10900 | 16 |220525 | 19.8 |8238k| 41 | - | 231 |7792 | 0 | 0 | 18 |7681 |2538 | 0.000000e+00 | -- | Inf
41.37/41.46 c 41.5s| 11000 | 20 |223099 | 19.8 |8245k| 41 | 28 | 231 |7816 | 231 |2455 | 18 |7756 |2538 | 0.000000e+00 | -- | Inf
41.57/41.67 c 41.7s| 11100 | 24 |224631 | 19.8 |8277k| 41 | - | 231 |7876 | 231 |2455 | 18 |7834 |2538 | 0.000000e+00 | -- | Inf
41.88/41.91 c 41.9s| 11200 | 22 |226517 | 19.8 |8293k| 41 | - | 231 |7933 | 231 |2455 | 18 |7904 |2538 | 0.000000e+00 | -- | Inf
42.07/42.16 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
42.07/42.16 c 42.2s| 11300 | 21 |228490 | 19.8 |8297k| 41 | 38 | 231 |7969 | 231 |2455 | 18 |7969 |2538 | 0.000000e+00 | -- | Inf
42.37/42.45 c 42.4s| 11400 | 20 |230923 | 19.8 |8318k| 41 | - | 231 |8012 | 231 |2455 | 18 |8046 |2538 | 0.000000e+00 | -- | Inf
42.67/42.72 c 42.7s| 11500 | 21 |233154 | 19.9 |8332k| 41 | - | 231 |8043 | 231 |2455 | 18 |8116 |2538 | 0.000000e+00 | -- | Inf
42.97/43.03 c 43.0s| 11600 | 23 |235630 | 19.9 |8354k| 41 | - | 231 |8085 | 231 |2455 | 18 |8188 |2538 | 0.000000e+00 | -- | Inf
43.27/43.31 c 43.3s| 11700 | 23 |237941 | 19.9 |8371k| 41 | 43 | 231 |8148 | 231 |2455 | 18 |8269 |2538 | 0.000000e+00 | -- | Inf
43.47/43.59 c 43.6s| 11800 | 23 |240203 | 19.9 |8406k| 41 | - | 231 |8223 | 231 |2455 | 18 |8357 |2538 | 0.000000e+00 | -- | Inf
43.77/43.87 c 43.9s| 11900 | 21 |242397 | 20.0 |8420k| 41 | 41 | 231 |8277 | 231 |2455 | 18 |8434 |2538 | 0.000000e+00 | -- | Inf
44.08/44.16 c 44.2s| 12000 | 19 |244713 | 20.0 |8441k| 41 | 31 | 231 |8341 | 231 |2455 | 18 |8511 |2538 | 0.000000e+00 | -- | Inf
44.37/44.43 c 44.4s| 12100 | 21 |246783 | 20.0 |8467k| 41 | - | 231 |8388 | 231 |2455 | 18 |8588 |2538 | 0.000000e+00 | -- | Inf
44.57/44.69 c 44.7s| 12200 | 19 |248834 | 20.0 |8479k| 41 | - | 231 |8441 | 231 |2455 | 18 |8668 |2538 | 0.000000e+00 | -- | Inf
44.87/44.98 c 45.0s| 12300 | 23 |251112 | 20.0 |8505k| 41 | - | 231 |8476 | 231 |2455 | 18 |8737 |2538 | 0.000000e+00 | -- | Inf
45.17/45.27 c 45.3s| 12400 | 25 |253379 | 20.0 |8533k| 41 | - | 231 |8541 | 231 |2455 | 18 |8814 |2538 | 0.000000e+00 | -- | Inf
45.47/45.54 c 45.5s| 12500 | 23 |255519 | 20.1 |8552k| 41 | - | 231 |8602 | 231 |2455 | 18 |8888 |2538 | 0.000000e+00 | -- | Inf
45.77/45.81 c 45.8s| 12600 | 20 |257518 | 20.1 |8569k| 41 | - | 231 |8670 | 231 |2455 | 18 |8965 |2538 | 0.000000e+00 | -- | Inf
45.97/46.09 c 46.1s| 12700 | 20 |259701 | 20.1 |8595k| 41 | - | 231 |8735 | 231 |2455 | 18 |9036 |2538 | 0.000000e+00 | -- | Inf
46.27/46.37 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
46.27/46.37 c 46.4s| 12800 | 20 |261903 | 20.1 |8629k| 41 | - | 231 |8823 | 231 |2455 | 18 |9130 |2538 | 0.000000e+00 | -- | Inf
46.57/46.62 c 46.6s| 12900 | 22 |263778 | 20.1 |8665k| 41 | - | 231 |8896 | 231 |2455 | 18 |9209 |2538 | 0.000000e+00 | -- | Inf
46.77/46.87 c 46.9s| 13000 | 22 |265636 | 20.1 |8681k| 41 | 36 | 231 |8953 | 231 |2455 | 18 |9272 |2538 | 0.000000e+00 | -- | Inf
47.08/47.16 c 47.2s| 13100 | 24 |267945 | 20.1 |8709k| 41 | 36 | 231 |9021 | 231 |2455 | 18 |9341 |2538 | 0.000000e+00 | -- | Inf
47.38/47.41 c 47.4s| 13200 | 24 |269708 | 20.1 |8732k| 41 | 28 | 231 |9088 | 231 |2455 | 18 |9414 |2538 | 0.000000e+00 | -- | Inf
47.57/47.68 c 47.7s| 13300 | 24 |271794 | 20.1 |8779k| 41 | - | 231 |9155 | 231 |2455 | 18 |9486 |2538 | 0.000000e+00 | -- | Inf
47.88/47.94 c 47.9s| 13400 | 24 |273812 | 20.1 |8802k| 41 | - | 231 |9187 | 231 |2455 | 18 |9545 |2538 | 0.000000e+00 | -- | Inf
48.17/48.20 c 48.2s| 13500 | 26 |275725 | 20.1 |8810k| 41 | - | 231 |9203 | 231 |2455 | 18 |9605 |2538 | 0.000000e+00 | -- | Inf
48.47/48.50 c 48.5s| 13600 | 25 |278007 | 20.1 |8819k| 41 | - | 231 |9205 | 231 |2455 | 18 |9659 |2538 | 0.000000e+00 | -- | Inf
48.67/48.78 c 48.8s| 13700 | 28 |280175 | 20.1 |8822k| 41 | 32 | 231 |9206 | 231 |2455 | 18 |9714 |2538 | 0.000000e+00 | -- | Inf
48.97/49.06 c 49.1s| 13800 | 26 |282228 | 20.1 |8825k| 41 | 37 | 231 |9220 | 231 |2455 | 18 |9782 |2538 | 0.000000e+00 | -- | Inf
49.28/49.35 c 49.4s| 13900 | 26 |284470 | 20.1 |8851k| 41 | - | 231 |9260 | 231 |2455 | 18 |9851 |2538 | 0.000000e+00 | -- | Inf
49.57/49.60 c 49.6s| 14000 | 26 |286283 | 20.1 |8865k| 41 | 39 | 231 |9279 | 231 |2455 | 18 |9920 |2538 | 0.000000e+00 | -- | Inf
49.77/49.86 c 49.9s| 14100 | 24 |288194 | 20.1 |8869k| 41 | 33 | 231 |9316 | 231 |2455 | 18 |9975 |2538 | 0.000000e+00 | -- | Inf
50.07/50.12 c 50.1s| 14200 | 24 |290195 | 20.1 |8885k| 41 | - | 231 |9359 | 231 |2455 | 18 | 10k|2538 | 0.000000e+00 | -- | Inf
50.37/50.44 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
50.37/50.44 c 50.4s| 14300 | 24 |292781 | 20.1 |8910k| 41 | - | 231 |9421 | 231 |2455 | 18 | 10k|2538 | 0.000000e+00 | -- | Inf
50.67/50.73 c 50.7s| 14400 | 24 |295071 | 20.2 |8926k| 41 | 46 | 231 |9478 | 231 |2455 | 18 | 10k|2538 | 0.000000e+00 | -- | Inf
50.97/51.02 c 51.0s| 14500 | 24 |297305 | 20.2 |8961k| 41 | - | 231 |9541 | 231 |2455 | 18 | 10k|2538 | 0.000000e+00 | -- | Inf
51.17/51.26 c 51.3s| 14600 | 24 |299062 | 20.2 |8964k| 41 | - | 231 |9531 | 231 |2455 | 18 | 10k|2538 | 0.000000e+00 | -- | Inf
51.47/51.53 c 51.5s| 14700 | 22 |301105 | 20.2 |8933k| 41 | - | 231 |9453 | 231 |2455 | 18 | 10k|2538 | 0.000000e+00 | -- | Inf
51.77/51.81 c 51.8s| 14800 | 25 |303261 | 20.2 |8944k| 41 | 42 | 231 |9473 | 231 |2455 | 18 | 10k|2538 | 0.000000e+00 | -- | Inf
51.97/52.09 c 52.1s| 14900 | 25 |305501 | 20.2 |8974k| 41 | - | 231 |9539 | 231 |2455 | 18 | 10k|2538 | 0.000000e+00 | -- | Inf
52.37/52.40 c 52.4s| 15000 | 27 |307914 | 20.2 |8980k| 41 | 42 | 231 |9523 | 231 |2455 | 18 | 10k|2538 | 0.000000e+00 | -- | Inf
52.57/52.68 c 52.7s| 15100 | 25 |310104 | 20.2 |8965k| 41 | - | 231 |9470 | 231 |2455 | 18 | 10k|2538 | 0.000000e+00 | -- | Inf
52.97/53.03 c 53.0s| 15200 | 25 |312917 | 20.3 |8955k| 41 | - | 231 |9415 | 231 |2455 | 18 | 10k|2538 | 0.000000e+00 | -- | Inf
53.27/53.33 c 53.3s| 15300 | 27 |315341 | 20.3 |8951k| 41 | 31 | 231 |9376 | 231 |2455 | 18 | 10k|2538 | 0.000000e+00 | -- | Inf
53.57/53.64 c 53.6s| 15400 | 26 |317850 | 20.3 |8962k| 41 | 41 | 231 |9416 | 231 |2455 | 18 | 11k|2538 | 0.000000e+00 | -- | Inf
53.87/53.96 c 54.0s| 15500 | 28 |320409 | 20.4 |8982k| 41 | 39 | 231 |9447 | 231 |2455 | 18 | 11k|2538 | 0.000000e+00 | -- | Inf
54.17/54.21 c 54.2s| 15600 | 27 |322407 | 20.4 |9001k| 41 | - | 231 |9499 | 231 |2455 | 18 | 11k|2538 | 0.000000e+00 | -- | Inf
54.37/54.49 c 54.5s| 15700 | 30 |324572 | 20.4 |9005k| 41 | 26 | 231 |9468 | 231 |2455 | 18 | 11k|2538 | 0.000000e+00 | -- | Inf
54.67/54.79 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
54.67/54.79 c 54.8s| 15800 | 31 |326810 | 20.4 |9007k| 41 | 22 | 231 |9452 | 231 |2455 | 18 | 11k|2538 | 0.000000e+00 | -- | Inf
54.97/55.08 c 55.1s| 15900 | 33 |329098 | 20.4 |9011k| 41 | - | 231 |9428 | 231 |2455 | 18 | 11k|2538 | 0.000000e+00 | -- | Inf
55.27/55.30 c 55.3s| 16000 | 35 |330695 | 20.4 |9027k| 41 | 36 | 231 |9468 | 231 |2455 | 18 | 11k|2538 | 0.000000e+00 | -- | Inf
55.47/55.56 c 55.6s| 16100 | 35 |332731 | 20.4 |9044k| 41 | - | 231 |9513 | 231 |2455 | 18 | 11k|2538 | 0.000000e+00 | -- | Inf
55.77/55.87 c 55.9s| 16200 | 31 |335104 | 20.4 |9049k| 41 | - | 231 |9552 | 231 |2455 | 18 | 11k|2538 | 0.000000e+00 | -- | Inf
56.17/56.21 c 56.2s| 16300 | 32 |337831 | 20.4 |9012k| 41 | 43 | 231 |9439 | 231 |2455 | 18 | 11k|2538 | 0.000000e+00 | -- | Inf
56.37/56.47 c 56.5s| 16400 | 32 |339824 | 20.4 |9026k| 41 | - | 231 |9453 | 231 |2455 | 18 | 11k|2538 | 0.000000e+00 | -- | Inf
56.67/56.78 c 56.8s| 16500 | 33 |342302 | 20.5 |9026k| 41 | - | 231 |9440 | 231 |2455 | 18 | 11k|2538 | 0.000000e+00 | -- | Inf
56.97/57.08 c 57.1s| 16600 | 34 |344633 | 20.5 |9028k| 41 | 36 | 231 |9436 | 231 |2455 | 18 | 11k|2538 | 0.000000e+00 | -- | Inf
57.27/57.39 c 57.4s| 16700 | 36 |347014 | 20.5 |9046k| 41 | 40 | 231 |9474 | 231 |2455 | 18 | 11k|2538 | 0.000000e+00 | -- | Inf
57.57/57.66 c 57.7s| 16800 | 36 |349174 | 20.5 |9066k| 41 | - | 231 |9516 | 231 |2455 | 18 | 12k|2538 | 0.000000e+00 | -- | Inf
57.87/57.93 c 57.9s| 16900 | 37 |351385 | 20.5 |9084k| 41 | 43 | 231 |9574 | 231 |2455 | 18 | 12k|2538 | 0.000000e+00 | -- | Inf
58.17/58.22 c 58.2s| 17000 | 37 |353782 | 20.5 |9108k| 41 | - | 231 |9628 | 231 |2455 | 18 | 12k|2538 | 0.000000e+00 | -- | Inf
58.46/58.51 c 58.5s| 17100 | 38 |356107 | 20.5 |9125k| 41 | - | 231 |9650 | 231 |2455 | 18 | 12k|2538 | 0.000000e+00 | -- | Inf
58.76/58.81 c 58.8s| 17200 | 39 |358492 | 20.6 |9134k| 41 | 23 | 231 |9677 | 231 |2455 | 18 | 12k|2538 | 0.000000e+00 | -- | Inf
58.97/59.05 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
58.97/59.05 c 59.1s| 17300 | 37 |360319 | 20.5 |9154k| 41 | - | 231 |9733 | 231 |2455 | 18 | 12k|2538 | 0.000000e+00 | -- | Inf
59.28/59.33 c 59.3s| 17400 | 37 |362584 | 20.6 |9177k| 41 | - | 231 |9806 | 231 |2455 | 18 | 12k|2538 | 0.000000e+00 | -- | Inf
59.57/59.66 c 59.7s| 17500 | 39 |365257 | 20.6 |9191k| 41 | 22 | 231 |9844 | 231 |2455 | 18 | 12k|2538 | 0.000000e+00 | -- | Inf
59.87/59.95 c 60.0s| 17600 | 36 |367640 | 20.6 |9208k| 41 | - | 231 |9903 | 231 |2455 | 18 | 12k|2538 | 0.000000e+00 | -- | Inf
60.17/60.28 c 60.3s| 17700 | 38 |370241 | 20.6 |9220k| 41 | 39 | 231 |9945 | 231 |2455 | 18 | 12k|2538 | 0.000000e+00 | -- | Inf
60.47/60.59 c 60.6s| 17800 | 36 |372690 | 20.7 |9242k| 41 | - | 231 |9999 | 231 |2455 | 18 | 12k|2538 | 0.000000e+00 | -- | Inf
60.77/60.89 c 60.9s| 17900 | 36 |375145 | 20.7 |9261k| 41 | - | 231 | 10k| 231 |2455 | 18 | 12k|2538 | 0.000000e+00 | -- | Inf
61.06/61.18 c 61.2s| 18000 | 37 |377456 | 20.7 |9287k| 41 | - | 231 | 10k| 231 |2455 | 18 | 12k|2538 | 0.000000e+00 | -- | Inf
61.37/61.47 c 61.5s| 18100 | 42 |379806 | 20.7 |9315k| 41 | 42 | 231 | 10k| 231 |2455 | 18 | 12k|2538 | 0.000000e+00 | -- | Inf
61.67/61.74 c 61.7s| 18200 | 44 |381900 | 20.7 |9343k| 41 | 33 | 231 | 10k| 231 |2455 | 18 | 13k|2538 | 0.000000e+00 | -- | Inf
61.97/62.04 c 62.0s| 18300 | 42 |384223 | 20.7 |9371k| 41 | - | 231 | 10k| 231 |2455 | 18 | 13k|2538 | 0.000000e+00 | -- | Inf
62.37/62.40 c 62.4s| 18400 | 42 |387145 | 20.8 |9398k| 41 | 36 | 231 | 10k| 231 |2455 | 18 | 13k|2538 | 0.000000e+00 | -- | Inf
62.68/62.75 c 62.7s| 18500 | 40 |390023 | 20.8 |9422k| 41 | - | 231 | 10k| 231 |2455 | 18 | 13k|2538 | 0.000000e+00 | -- | Inf
62.97/63.08 c 63.1s| 18600 | 38 |392594 | 20.8 |9440k| 41 | - | 231 | 10k| 231 |2455 | 18 | 13k|2538 | 0.000000e+00 | -- | Inf
63.26/63.36 c 63.4s| 18700 | 42 |394844 | 20.9 |9474k| 41 | 24 | 231 | 10k| 231 |2455 | 18 | 13k|2538 | 0.000000e+00 | -- | Inf
63.57/63.67 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
63.57/63.67 c 63.7s| 18800 | 35 |397269 | 20.9 |9489k| 41 | - | 231 | 10k| 231 |2455 | 18 | 13k|2538 | 0.000000e+00 | -- | Inf
63.87/63.93 c 63.9s| 18900 | 35 |399106 | 20.9 |9507k| 41 | - | 231 | 10k| 231 |2455 | 18 | 13k|2538 | 0.000000e+00 | -- | Inf
64.07/64.18 c 64.2s| 19000 | 33 |400844 | 20.8 |9455k| 41 | 36 | 231 | 10k| 231 |2455 | 18 | 13k|2538 | 0.000000e+00 | -- | Inf
64.37/64.44 c 64.4s| 19100 | 33 |402820 | 20.8 |9466k| 41 | - | 231 | 10k| 231 |2455 | 18 | 13k|2538 | 0.000000e+00 | -- | Inf
64.67/64.75 c 64.8s| 19200 | 32 |404965 | 20.8 |9479k| 41 | 38 | 231 | 10k| 231 |2455 | 18 | 13k|2547 | 0.000000e+00 | -- | Inf
65.07/65.13 c 65.1s| 19300 | 30 |407282 | 20.9 |9500k| 42 | - | 231 | 10k| 231 |2455 | 18 | 13k|2565 | 0.000000e+00 | -- | Inf
65.37/65.48 c 65.5s| 19400 | 32 |409705 | 20.9 |9501k| 42 | - | 231 | 10k| 231 |2455 | 18 | 13k|2574 | 0.000000e+00 | -- | Inf
65.66/65.77 c 65.8s| 19500 | 31 |411444 | 20.9 |9505k| 43 | 46 | 231 | 10k| 231 |2455 | 18 | 14k|2586 | 0.000000e+00 | -- | Inf
65.97/66.09 c 66.1s| 19600 | 31 |413462 | 20.8 |9517k| 43 | 39 | 231 | 10k| 231 |2455 | 18 | 14k|2599 | 0.000000e+00 | -- | Inf
66.37/66.48 c 66.5s| 19700 | 33 |415945 | 20.9 |9523k| 43 | 44 | 231 | 10k| 231 |2455 | 18 | 14k|2616 | 0.000000e+00 | -- | Inf
66.77/66.85 c 66.9s| 19800 | 31 |418329 | 20.9 |9505k| 43 | - | 231 | 10k| 231 |2455 | 18 | 14k|2632 | 0.000000e+00 | -- | Inf
67.07/67.19 c 67.2s| 19900 | 33 |420357 | 20.9 |9469k| 43 | - | 231 | 10k| 231 |2455 | 18 | 14k|2644 | 0.000000e+00 | -- | Inf
67.47/67.58 c 67.6s| 20000 | 40 |422757 | 20.9 |9450k| 43 | 30 | 231 | 10k| 231 |2455 | 18 | 14k|2663 | 0.000000e+00 | -- | Inf
67.87/67.97 c 68.0s| 20100 | 34 |425278 | 20.9 |9415k| 43 | - | 231 | 10k| 231 |2455 | 18 | 14k|2677 | 0.000000e+00 | -- | Inf
68.27/68.32 c 68.3s| 20200 | 34 |427473 | 20.9 |9375k| 43 | - | 231 | 10k| 231 |2455 | 18 | 14k|2691 | 0.000000e+00 | -- | Inf
68.57/68.64 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
68.57/68.64 c 68.6s| 20300 | 32 |429522 | 20.9 |9361k| 43 | 45 | 231 | 10k| 231 |2455 | 18 | 14k|2701 | 0.000000e+00 | -- | Inf
68.87/68.95 c 68.9s| 20400 | 34 |431710 | 20.9 |9358k| 43 | 39 | 231 | 10k| 231 |2455 | 18 | 14k|2707 | 0.000000e+00 | -- | Inf
69.17/69.25 c 69.3s| 20500 | 33 |433838 | 20.9 |9365k| 43 | - | 231 | 10k| 231 |2455 | 18 | 14k|2714 | 0.000000e+00 | -- | Inf
69.46/69.57 c 69.6s| 20600 | 32 |436210 | 20.9 |9364k| 43 | - | 231 | 10k| 231 |2455 | 18 | 14k|2720 | 0.000000e+00 | -- | Inf
69.76/69.87 c 69.9s| 20700 | 32 |438559 | 21.0 |9376k| 43 | 47 | 231 | 10k| 231 |2455 | 18 | 14k|2721 | 0.000000e+00 | -- | Inf
70.07/70.15 c 70.2s| 20800 | 32 |440775 | 21.0 |9401k| 43 | - | 231 | 10k| 231 |2455 | 18 | 14k|2723 | 0.000000e+00 | -- | Inf
70.37/70.48 c 70.5s| 20900 | 29 |443150 | 21.0 |9401k| 43 | - | 231 | 10k| 231 |2455 | 18 | 15k|2725 | 0.000000e+00 | -- | Inf
70.67/70.79 c 70.8s| 21000 | 28 |445382 | 21.0 |9386k| 43 | 42 | 231 | 10k| 231 |2455 | 18 | 15k|2730 | 0.000000e+00 | -- | Inf
71.07/71.12 c 71.1s| 21100 | 28 |447892 | 21.0 |9400k| 43 | - | 231 | 10k| 231 |2455 | 18 | 15k|2733 | 0.000000e+00 | -- | Inf
71.37/71.43 c 71.4s| 21200 | 26 |450284 | 21.0 |9404k| 43 | 41 | 231 | 10k| 231 |2455 | 18 | 15k|2735 | 0.000000e+00 | -- | Inf
71.66/71.74 c 71.7s| 21300 | 25 |452770 | 21.0 |9405k| 43 | - | 231 | 10k| 231 |2455 | 18 | 15k|2736 | 0.000000e+00 | -- | Inf
71.97/72.05 c 72.1s| 21400 | 25 |455175 | 21.0 |9421k| 43 | 39 | 231 | 10k| 231 |2455 | 18 | 15k|2740 | 0.000000e+00 | -- | Inf
72.27/72.35 c 72.4s| 21500 | 23 |457333 | 21.0 |9385k| 43 | - | 231 | 10k| 231 |2455 | 18 | 15k|2742 | 0.000000e+00 | -- | Inf
72.48/72.60 c 72.6s| 21600 | 29 |459083 | 21.0 |9399k| 43 | 29 | 231 | 10k| 231 |2455 | 18 | 15k|2744 | 0.000000e+00 | -- | Inf
72.76/72.85 c 72.9s| 21700 | 23 |460818 | 21.0 |9385k| 43 | - | 231 | 10k| 231 |2455 | 18 | 15k|2749 | 0.000000e+00 | -- | Inf
73.06/73.11 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
73.06/73.11 c 73.1s| 21800 | 25 |462641 | 21.0 |9382k| 43 | 34 | 231 | 10k| 231 |2455 | 18 | 15k|2751 | 0.000000e+00 | -- | Inf
73.37/73.43 c 73.4s| 21900 | 24 |465150 | 21.0 |9386k| 43 | - | 231 | 10k| 231 |2455 | 18 | 15k|2751 | 0.000000e+00 | -- | Inf
73.67/73.71 c 73.7s| 22000 | 23 |467004 | 21.0 |9389k| 43 | - | 231 | 10k| 231 |2455 | 18 | 15k|2760 | 0.000000e+00 | -- | Inf
73.97/74.05 c 74.0s| 22100 | 23 |469238 | 21.0 |9390k| 43 | 32 | 231 | 10k| 231 |2455 | 18 | 15k|2771 | 0.000000e+00 | -- | Inf
74.36/74.40 c 74.4s| 22200 | 19 |471633 | 21.0 |9407k| 43 | - | 231 | 10k| 231 |2455 | 18 | 16k|2782 | 0.000000e+00 | -- | Inf
74.68/74.73 c 74.7s| 22300 | 23 |473761 | 21.0 |9430k| 43 | 23 | 231 | 10k| 231 |2455 | 18 | 16k|2792 | 0.000000e+00 | -- | Inf
74.97/75.08 c 75.1s| 22400 | 20 |475939 | 21.0 |9435k| 43 | - | 231 | 10k| 231 |2455 | 18 | 16k|2809 | 0.000000e+00 | -- | Inf
75.27/75.36 c 75.4s| 22500 | 22 |477804 | 21.0 |9459k| 43 | 44 | 231 | 10k| 231 |2455 | 18 | 16k|2817 | 0.000000e+00 | -- | Inf
75.57/75.69 c 75.7s| 22600 | 24 |479991 | 21.0 |9485k| 43 | - | 231 | 10k| 231 |2455 | 18 | 16k|2830 | 0.000000e+00 | -- | Inf
75.96/76.03 c 76.0s| 22700 | 26 |482243 | 21.0 |9505k| 43 | - | 231 | 10k| 231 |2455 | 18 | 16k|2842 | 0.000000e+00 | -- | Inf
76.26/76.30 c 76.3s| 22800 | 26 |483983 | 21.0 |9528k| 43 | - | 231 | 10k| 231 |2455 | 18 | 16k|2849 | 0.000000e+00 | -- | Inf
76.56/76.65 c 76.6s| 22900 | 28 |486217 | 21.0 |9546k| 43 | 35 | 231 | 10k| 231 |2455 | 18 | 16k|2863 | 0.000000e+00 | -- | Inf
76.87/76.98 c 77.0s| 23000 | 26 |488333 | 21.0 |9564k| 43 | 23 | 231 | 10k| 231 |2455 | 18 | 16k|2877 | 0.000000e+00 | -- | Inf
77.26/77.34 c 77.3s| 23100 | 24 |490620 | 21.0 |9584k| 43 | - | 231 | 10k| 231 |2455 | 18 | 16k|2894 | 0.000000e+00 | -- | Inf
77.56/77.67 c 77.7s| 23200 | 22 |492809 | 21.0 |9602k| 43 | - | 231 | 10k| 231 |2455 | 18 | 16k|2905 | 0.000000e+00 | -- | Inf
77.86/77.99 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
77.86/77.99 c 78.0s| 23300 | 22 |494990 | 21.0 |9630k| 51 | - | 231 | 10k| 231 |2455 | 18 | 16k|2916 | 0.000000e+00 | -- | Inf
78.26/78.32 c 78.3s| 23400 | 18 |497279 | 21.0 |9636k| 53 | - | 231 | 10k| 231 |2455 | 18 | 16k|2924 | 0.000000e+00 | -- | Inf
78.57/78.65 c 78.7s| 23500 | 20 |499345 | 21.0 |9641k| 53 | 27 | 231 | 10k| 231 |2455 | 18 | 16k|2943 | 0.000000e+00 | -- | Inf
78.97/79.00 c 79.0s| 23600 | 18 |501410 | 21.0 |9657k| 53 | - | 231 | 10k| 0 | 0 | 18 | 17k|2962 | 0.000000e+00 | -- | Inf
79.27/79.34 c 79.3s| 23700 | 20 |503507 | 21.0 |9664k| 53 | 32 | 231 | 10k| 231 |2455 | 18 | 17k|2973 | 0.000000e+00 | -- | Inf
79.47/79.58 c 79.6s| 23800 | 22 |504860 | 21.0 |9682k| 53 | 29 | 231 | 10k| 231 |2455 | 18 | 17k|2985 | 0.000000e+00 | -- | Inf
79.77/79.82 c 79.8s| 23900 | 20 |506559 | 21.0 |9698k| 53 | 34 | 231 | 10k| 231 |2455 | 18 | 17k|2987 | 0.000000e+00 | -- | Inf
79.96/80.07 c 80.1s| 24000 | 20 |508395 | 21.0 |9712k| 53 | 19 | 231 | 11k| 231 |2455 | 18 | 17k|2990 | 0.000000e+00 | -- | Inf
80.27/80.35 c 80.4s| 24100 | 20 |510458 | 21.0 |9727k| 53 | 45 | 231 | 11k| 231 |2455 | 18 | 17k|2994 | 0.000000e+00 | -- | Inf
80.56/80.64 c 80.6s| 24200 | 17 |512636 | 21.0 |9725k| 53 | 48 | 231 | 11k| 231 |2455 | 18 | 17k|2996 | 0.000000e+00 | -- | Inf
80.87/80.92 c 80.9s| 24300 | 21 |514598 | 21.0 |9750k| 53 | 30 | 231 | 11k| 231 |2455 | 18 | 17k|2998 | 0.000000e+00 | -- | Inf
81.16/81.21 c 81.2s| 24400 | 19 |516818 | 21.0 |9755k| 53 | 33 | 231 | 11k| 231 |2455 | 18 | 17k|2998 | 0.000000e+00 | -- | Inf
81.47/81.51 c 81.5s| 24500 | 19 |519181 | 21.0 |9771k| 53 | - | 231 | 11k| 231 |2455 | 18 | 17k|2998 | 0.000000e+00 | -- | Inf
81.66/81.78 c 81.8s| 24600 | 21 |521265 | 21.0 |9784k| 53 | 31 | 231 | 11k| 231 |2455 | 18 | 17k|2999 | 0.000000e+00 | -- | Inf
81.97/82.07 c 82.1s| 24700 | 20 |523507 | 21.0 |9801k| 53 | - | 231 | 11k| 231 |2455 | 18 | 17k|2999 | 0.000000e+00 | -- | Inf
82.27/82.34 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
82.27/82.34 c 82.3s| 24800 | 19 |525672 | 21.0 |9814k| 53 | - | 231 | 11k| 231 |2455 | 18 | 17k|2999 | 0.000000e+00 | -- | Inf
82.56/82.63 c 82.6s| 24900 | 21 |527889 | 21.0 |9811k| 53 | 18 | 231 | 11k| 231 |2455 | 18 | 17k|3000 | 0.000000e+00 | -- | Inf
82.76/82.89 c 82.9s| 25000 | 19 |529966 | 21.0 |9832k| 53 | 41 | 231 | 11k| 231 |2455 | 18 | 18k|3000 | 0.000000e+00 | -- | Inf
83.07/83.17 c 83.2s| 25100 | 19 |531970 | 21.0 |9843k| 53 | 42 | 231 | 11k| 231 |2455 | 18 | 18k|3000 | 0.000000e+00 | -- | Inf
83.36/83.45 c 83.5s| 25200 | 22 |534242 | 21.0 |9872k| 53 | - | 231 | 11k| 231 |2455 | 18 | 18k|3000 | 0.000000e+00 | -- | Inf
83.67/83.74 c 83.7s| 25300 | 20 |536480 | 21.0 |9889k| 53 | - | 231 | 11k| 231 |2455 | 18 | 18k|3000 | 0.000000e+00 | -- | Inf
83.97/84.07 c 84.1s| 25400 | 22 |538631 | 21.0 |9913k| 53 | - | 231 | 11k| 231 |2455 | 18 | 18k|3011 | 0.000000e+00 | -- | Inf
84.36/84.44 c 84.4s| 25500 | 20 |541106 | 21.0 |9937k| 53 | - | 231 | 11k| 231 |2455 | 18 | 18k|3022 | 0.000000e+00 | -- | Inf
84.67/84.74 c 84.7s| 25600 | 23 |543217 | 21.0 |9956k| 53 | 38 | 231 | 11k| 231 |2455 | 18 | 18k|3028 | 0.000000e+00 | -- | Inf
84.96/85.07 c 85.1s| 25700 | 21 |545379 | 21.0 |9970k| 53 | 43 | 231 | 11k| 231 |2455 | 18 | 18k|3038 | 0.000000e+00 | -- | Inf
85.36/85.44 c 85.4s| 25800 | 21 |547831 | 21.0 | 10M| 53 | 27 | 231 | 11k| 231 |2455 | 18 | 18k|3051 | 0.000000e+00 | -- | Inf
85.67/85.77 c 85.8s| 25900 | 21 |549920 | 21.0 |9991k| 53 | - | 231 | 11k| 231 |2455 | 18 | 18k|3062 | 0.000000e+00 | -- | Inf
85.96/86.08 c 86.1s| 26000 | 22 |551976 | 21.0 | 10M| 53 | - | 231 | 11k| 231 |2455 | 18 | 18k|3073 | 0.000000e+00 | -- | Inf
86.36/86.42 c 86.4s| 26100 | 22 |554148 | 21.0 | 10M| 53 | 30 | 231 | 11k| 231 |2455 | 18 | 18k|3086 | 0.000000e+00 | -- | Inf
86.67/86.74 c 86.7s| 26200 | 21 |556345 | 21.0 | 10M| 53 | 35 | 231 | 11k| 231 |2455 | 18 | 18k|3095 | 0.000000e+00 | -- | Inf
86.97/87.07 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
86.97/87.07 c 87.1s| 26300 | 20 |558290 | 21.0 | 10M| 53 | - | 231 | 11k| 231 |2455 | 18 | 19k|3114 | 0.000000e+00 | -- | Inf
87.37/87.40 c 87.4s| 26400 | 19 |560369 | 21.0 | 10M| 53 | - | 231 | 12k| 231 |2455 | 18 | 19k|3126 | 0.000000e+00 | -- | Inf
87.66/87.74 c 87.7s| 26500 | 26 |562496 | 21.0 | 10M| 53 | 28 | 231 | 12k| 231 |2455 | 18 | 19k|3142 | 0.000000e+00 | -- | Inf
87.97/88.07 c 88.1s| 26600 | 23 |564652 | 21.0 | 10M| 53 | - | 231 | 12k| 231 |2455 | 18 | 19k|3159 | 0.000000e+00 | -- | Inf
88.26/88.36 c 88.4s| 26700 | 23 |566587 | 21.0 | 10M| 53 | - | 231 | 12k| 231 |2455 | 18 | 19k|3168 | 0.000000e+00 | -- | Inf
88.56/88.67 c 88.7s| 26800 | 24 |568586 | 21.0 | 10M| 53 | - | 231 | 12k| 231 |2455 | 18 | 19k|3179 | 0.000000e+00 | -- | Inf
88.86/88.97 c 89.0s| 26900 | 26 |570701 | 21.0 | 10M| 53 | - | 231 | 12k| 231 |2455 | 18 | 19k|3185 | 0.000000e+00 | -- | Inf
89.16/89.29 c 89.3s| 27000 | 21 |572893 | 21.0 | 10M| 53 | - | 231 | 12k| 231 |2455 | 18 | 19k|3195 | 0.000000e+00 | -- | Inf
89.57/89.62 c 89.6s| 27100 | 22 |575280 | 21.0 | 10M| 53 | - | 231 | 12k| 231 |2455 | 18 | 19k|3201 | 0.000000e+00 | -- | Inf
89.86/89.92 c 89.9s| 27200 | 25 |577476 | 21.1 | 10M| 53 | - | 231 | 12k| 231 |2455 | 18 | 19k|3204 | 0.000000e+00 | -- | Inf
90.17/90.24 c 90.2s| 27300 | 30 |579920 | 21.1 | 10M| 53 | - | 231 | 12k| 231 |2455 | 18 | 19k|3208 | 0.000000e+00 | -- | Inf
90.46/90.57 c 90.6s| 27400 | 28 |582408 | 21.1 | 10M| 53 | 35 | 231 | 12k| 231 |2455 | 18 | 19k|3211 | 0.000000e+00 | -- | Inf
90.76/90.82 c 90.8s| 27500 | 28 |584285 | 21.1 | 10M| 53 | 30 | 231 | 12k| 231 |2455 | 18 | 19k|3214 | 0.000000e+00 | -- | Inf
91.07/91.10 c 91.1s| 27600 | 28 |586525 | 21.1 | 10M| 53 | 38 | 231 | 12k| 231 |2455 | 18 | 20k|3215 | 0.000000e+00 | -- | Inf
91.27/91.38 c 91.4s| 27700 | 28 |588614 | 21.1 | 10M| 53 | - | 231 | 12k| 231 |2455 | 18 | 20k|3218 | 0.000000e+00 | -- | Inf
91.56/91.62 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
91.56/91.62 c 91.6s| 27800 | 29 |590326 | 21.1 | 10M| 53 | - | 231 | 13k| 231 |2455 | 18 | 20k|3220 | 0.000000e+00 | -- | Inf
91.76/91.86 c 91.9s| 27900 | 31 |592066 | 21.0 | 10M| 53 | 26 | 231 | 13k| 231 |2455 | 18 | 20k|3220 | 0.000000e+00 | -- | Inf
92.06/92.11 c 92.1s| 28000 | 31 |593911 | 21.0 | 10M| 53 | - | 231 | 13k| 231 |2455 | 18 | 20k|3221 | 0.000000e+00 | -- | Inf
92.27/92.38 c 92.4s| 28100 | 29 |595916 | 21.0 | 10M| 53 | - | 231 | 13k| 231 |2455 | 18 | 20k|3221 | 0.000000e+00 | -- | Inf
92.56/92.64 c 92.6s| 28200 | 31 |598012 | 21.0 | 10M| 53 | 35 | 231 | 13k| 231 |2455 | 18 | 20k|3221 | 0.000000e+00 | -- | Inf
92.86/92.94 c 92.9s| 28300 | 33 |600239 | 21.0 | 10M| 53 | 30 | 231 | 13k| 231 |2455 | 18 | 20k|3223 | 0.000000e+00 | -- | Inf
93.07/93.18 c 93.2s| 28400 | 32 |602045 | 21.0 | 10M| 53 | - | 231 | 13k| 231 |2455 | 18 | 20k|3223 | 0.000000e+00 | -- | Inf
93.37/93.42 c 93.4s| 28500 | 30 |603782 | 21.0 | 10M| 53 | - | 231 | 13k| 231 |2455 | 18 | 20k|3223 | 0.000000e+00 | -- | Inf
93.56/93.68 c 93.7s| 28600 | 32 |605697 | 21.0 | 10M| 53 | 43 | 231 | 13k| 231 |2455 | 18 | 20k|3223 | 0.000000e+00 | -- | Inf
93.86/93.94 c 93.9s| 28700 | 30 |607690 | 21.0 | 10M| 53 | 28 | 231 | 13k| 231 |2455 | 18 | 20k|3224 | 0.000000e+00 | -- | Inf
94.16/94.26 c 94.3s| 28800 | 30 |609738 | 21.0 | 10M| 53 | - | 231 | 13k| 231 |2455 | 18 | 20k|3234 | 0.000000e+00 | -- | Inf
94.47/94.51 c 94.5s| 28900 | 33 |611588 | 21.0 | 10M| 53 | - | 231 | 13k| 231 |2455 | 18 | 20k|3234 | 0.000000e+00 | -- | Inf
94.66/94.80 c 94.8s| 29000 | 31 |613261 | 21.0 | 10M| 53 | - | 231 | 13k| 231 |2455 | 18 | 20k|3244 | 0.000000e+00 | -- | Inf
95.06/95.10 c 95.1s| 29100 | 31 |615323 | 21.0 | 10M| 53 | - | 231 | 13k| 231 |2455 | 18 | 21k|3255 | 0.000000e+00 | -- | Inf
95.36/95.42 c 95.4s| 29200 | 31 |617500 | 21.0 | 10M| 53 | 41 | 231 | 13k| 231 |2455 | 18 | 21k|3264 | 0.000000e+00 | -- | Inf
95.67/95.75 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
95.67/95.75 c 95.7s| 29300 | 31 |619580 | 21.0 | 10M| 53 | - | 231 | 13k| 231 |2455 | 18 | 21k|3277 | 0.000000e+00 | -- | Inf
95.96/96.07 c 96.1s| 29400 | 33 |621647 | 21.0 | 10M| 53 | 38 | 231 | 14k| 231 |2455 | 18 | 21k|3291 | 0.000000e+00 | -- | Inf
96.36/96.43 c 96.4s| 29500 | 29 |624105 | 21.0 | 10M| 53 | - | 231 | 14k| 231 |2455 | 18 | 21k|3305 | 0.000000e+00 | -- | Inf
96.67/96.77 c 96.8s| 29600 | 30 |626159 | 21.0 | 10M| 53 | - | 231 | 14k| 231 |2455 | 18 | 21k|3323 | 0.000000e+00 | -- | Inf
96.96/97.00 c 97.0s| 29700 | 30 |627893 | 21.0 | 10M| 53 | - | 231 | 14k| 231 |2455 | 18 | 21k|3323 | 0.000000e+00 | -- | Inf
97.27/97.36 c 97.4s| 29800 | 35 |630249 | 21.0 | 11M| 53 | 42 | 231 | 14k| 231 |2455 | 18 | 21k|3337 | 0.000000e+00 | -- | Inf
97.66/97.74 c 97.7s| 29900 | 36 |632434 | 21.0 | 11M| 53 | - | 231 | 14k| 231 |2455 | 18 | 21k|3352 | 0.000000e+00 | -- | Inf
97.96/98.08 c 98.1s| 30000 | 34 |634719 | 21.0 | 11M| 53 | - | 231 | 14k| 231 |2455 | 18 | 21k|3362 | 0.000000e+00 | -- | Inf
98.36/98.42 c 98.4s| 30100 | 34 |637067 | 21.0 | 11M| 53 | 33 | 231 | 14k| 231 |2455 | 18 | 21k|3373 | 0.000000e+00 | -- | Inf
98.66/98.77 c 98.8s| 30200 | 29 |639233 | 21.0 | 11M| 53 | 28 | 231 | 14k| 231 |2455 | 18 | 21k|3387 | 0.000000e+00 | -- | Inf
99.06/99.15 c 99.2s| 30300 | 30 |641871 | 21.0 | 11M| 53 | 43 | 231 | 14k| 231 |2455 | 18 | 21k|3403 | 0.000000e+00 | -- | Inf
99.36/99.48 c 99.5s| 30400 | 30 |643955 | 21.0 | 11M| 53 | 36 | 231 | 14k| 231 |2455 | 18 | 22k|3415 | 0.000000e+00 | -- | Inf
99.76/99.81 c 99.8s| 30500 | 28 |645930 | 21.0 | 11M| 53 | - | 231 | 14k| 231 |2455 | 18 | 22k|3428 | 0.000000e+00 | -- | Inf
100.07/100.15 c 100s| 30600 | 28 |648129 | 21.0 | 11M| 53 | - | 231 | 14k| 231 |2455 | 18 | 22k|3441 | 0.000000e+00 | -- | Inf
100.36/100.46 c 100s| 30700 | 26 |650125 | 21.0 | 11M| 53 | - | 231 | 14k| 231 |2455 | 18 | 22k|3450 | 0.000000e+00 | -- | Inf
100.66/100.75 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
100.66/100.75 c 101s| 30800 | 31 |652166 | 21.0 | 11M| 53 | - | 231 | 14k| 231 |2455 | 18 | 22k|3456 | 0.000000e+00 | -- | Inf
100.96/101.02 c 101s| 30900 | 35 |654023 | 21.0 | 11M| 53 | 30 | 231 | 14k| 231 |2455 | 18 | 22k|3461 | 0.000000e+00 | -- | Inf
101.17/101.28 c 101s| 31000 | 33 |655863 | 21.0 | 11M| 53 | - | 231 | 14k| 231 |2455 | 18 | 22k|3464 | 0.000000e+00 | -- | Inf
101.56/101.63 c 102s| 31100 | 36 |658132 | 21.0 | 11M| 53 | - | 231 | 15k| 231 |2455 | 18 | 22k|3475 | 0.000000e+00 | -- | Inf
101.86/101.90 c 102s| 31200 | 34 |660097 | 21.0 | 11M| 53 | - | 231 | 15k| 231 |2455 | 18 | 22k|3477 | 0.000000e+00 | -- | Inf
102.06/102.19 c 102s| 31300 | 32 |662214 | 21.0 | 11M| 53 | - | 231 | 15k| 231 |2455 | 18 | 22k|3480 | 0.000000e+00 | -- | Inf
102.36/102.48 c 102s| 31400 | 30 |664291 | 21.0 | 11M| 53 | 47 | 231 | 15k| 231 |2455 | 18 | 22k|3482 | 0.000000e+00 | -- | Inf
102.66/102.79 c 103s| 31500 | 33 |666571 | 21.0 | 11M| 53 | 24 | 231 | 15k| 231 |2455 | 18 | 22k|3486 | 0.000000e+00 | -- | Inf
102.96/103.03 c 103s| 31600 | 32 |668323 | 21.0 | 11M| 53 | 33 | 231 | 15k| 231 |2455 | 18 | 22k|3487 | 0.000000e+00 | -- | Inf
103.16/103.30 c 103s| 31700 | 31 |670294 | 21.0 | 11M| 53 | - | 231 | 15k| 231 |2455 | 18 | 23k|3488 | 0.000000e+00 | -- | Inf
103.46/103.56 c 104s| 31800 | 33 |672286 | 21.0 | 11M| 53 | - | 231 | 15k| 231 |2455 | 18 | 23k|3488 | 0.000000e+00 | -- | Inf
103.76/103.85 c 104s| 31900 | 30 |674484 | 21.0 | 11M| 53 | 30 | 231 | 15k| 231 |2455 | 18 | 23k|3489 | 0.000000e+00 | -- | Inf
104.06/104.13 c 104s| 32000 | 33 |676500 | 21.0 | 11M| 53 | - | 231 | 15k| 231 |2455 | 18 | 23k|3492 | 0.000000e+00 | -- | Inf
104.25/104.40 c 104s| 32100 | 34 |678565 | 21.0 | 11M| 53 | 30 | 231 | 15k| 231 |2455 | 18 | 23k|3492 | 0.000000e+00 | -- | Inf
104.66/104.70 c 105s| 32200 | 32 |680854 | 21.0 | 11M| 53 | 43 | 231 | 15k| 231 |2455 | 18 | 23k|3493 | 0.000000e+00 | -- | Inf
104.86/104.94 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
104.86/104.94 c 105s| 32300 | 31 |682595 | 21.0 | 11M| 53 | 49 | 231 | 15k| 231 |2455 | 18 | 23k|3494 | 0.000000e+00 | -- | Inf
105.16/105.24 c 105s| 32400 | 35 |684961 | 21.0 | 11M| 53 | 34 | 231 | 15k| 231 |2455 | 18 | 23k|3495 | 0.000000e+00 | -- | Inf
105.46/105.53 c 106s| 32500 | 39 |687212 | 21.0 | 11M| 53 | - | 231 | 15k| 231 |2455 | 18 | 23k|3496 | 0.000000e+00 | -- | Inf
105.75/105.82 c 106s| 32600 | 40 |689449 | 21.0 | 11M| 53 | 39 | 231 | 15k| 231 |2455 | 18 | 23k|3497 | 0.000000e+00 | -- | Inf
105.96/106.08 c 106s| 32700 | 40 |691526 | 21.0 | 11M| 53 | 33 | 231 | 15k| 231 |2455 | 18 | 23k|3497 | 0.000000e+00 | -- | Inf
106.26/106.35 c 106s| 32800 | 38 |693629 | 21.0 | 11M| 53 | - | 231 | 15k| 231 |2455 | 18 | 23k|3497 | 0.000000e+00 | -- | Inf
106.57/106.65 c 107s| 32900 | 40 |695727 | 21.0 | 11M| 53 | 25 | 231 | 15k| 231 |2455 | 18 | 23k|3506 | 0.000000e+00 | -- | Inf
106.86/106.97 c 107s| 33000 | 38 |697838 | 21.0 | 11M| 53 | 30 | 231 | 15k| 231 |2455 | 18 | 23k|3517 | 0.000000e+00 | -- | Inf
107.26/107.33 c 107s| 33100 | 36 |700272 | 21.0 | 11M| 53 | - | 231 | 16k| 231 |2455 | 18 | 23k|3529 | 0.000000e+00 | -- | Inf
107.56/107.68 c 108s| 33200 | 36 |702463 | 21.0 | 11M| 53 | - | 231 | 16k| 231 |2455 | 18 | 24k|3543 | 0.000000e+00 | -- | Inf
107.96/108.03 c 108s| 33300 | 36 |704767 | 21.0 | 11M| 53 | 21 | 231 | 16k| 231 |2455 | 18 | 24k|3557 | 0.000000e+00 | -- | Inf
108.26/108.39 c 108s| 33400 | 38 |706972 | 21.0 | 11M| 53 | 36 | 231 | 16k| 231 |2455 | 18 | 24k|3570 | 0.000000e+00 | -- | Inf
108.56/108.69 c 109s| 33500 | 41 |709281 | 21.0 | 11M| 53 | 36 | 231 | 16k| 231 |2455 | 18 | 24k|3573 | 0.000000e+00 | -- | Inf
108.96/109.02 c 109s| 33600 | 36 |711323 | 21.0 | 11M| 53 | - | 231 | 16k| 231 |2455 | 18 | 24k|3587 | 0.000000e+00 | -- | Inf
109.25/109.33 c 109s| 33700 | 34 |713383 | 21.0 | 11M| 53 | 45 | 231 | 16k| 231 |2455 | 18 | 24k|3595 | 0.000000e+00 | -- | Inf
109.66/109.75 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
109.66/109.75 c 110s| 33800 | 35 |716111 | 21.0 | 11M| 53 | 35 | 231 | 16k| 231 |2455 | 18 | 24k|3609 | 0.000000e+00 | -- | Inf
109.97/110.08 c 110s| 33900 | 34 |718352 | 21.0 | 11M| 53 | - | 231 | 16k| 231 |2455 | 18 | 24k|3618 | 0.000000e+00 | -- | Inf
110.35/110.43 c 110s| 34000 | 33 |720751 | 21.1 | 11M| 53 | 31 | 231 | 16k| 231 |2455 | 18 | 24k|3630 | 0.000000e+00 | -- | Inf
110.66/110.78 c 111s| 34100 | 32 |723030 | 21.1 | 11M| 53 | 26 | 231 | 16k| 231 |2455 | 18 | 24k|3644 | 0.000000e+00 | -- | Inf
111.06/111.14 c 111s| 34200 | 28 |725353 | 21.1 | 11M| 53 | - | 231 | 16k| 231 |2455 | 18 | 24k|3654 | 0.000000e+00 | -- | Inf
111.36/111.49 c 111s| 34300 | 27 |727430 | 21.1 | 11M| 53 | - | 231 | 16k| 231 |2455 | 18 | 24k|3666 | 0.000000e+00 | -- | Inf
111.75/111.85 c 112s| 34400 | 25 |729653 | 21.1 | 11M| 53 | - | 231 | 15k| 231 |2455 | 18 | 24k|3678 | 0.000000e+00 | -- | Inf
112.07/112.19 c 112s| 34500 | 23 |731868 | 21.1 | 11M| 53 | - | 231 | 15k| 231 |2455 | 18 | 25k|3686 | 0.000000e+00 | -- | Inf
112.46/112.50 c 113s| 34600 | 23 |733903 | 21.1 | 11M| 53 | 46 | 231 | 15k| 231 |2455 | 18 | 25k|3692 | 0.000000e+00 | -- | Inf
112.75/112.80 c 113s| 34700 | 23 |736102 | 21.1 | 11M| 53 | - | 231 | 15k| 231 |2455 | 18 | 25k|3695 | 0.000000e+00 | -- | Inf
112.95/113.08 c 113s| 34800 | 22 |737939 | 21.1 | 11M| 53 | - | 231 | 15k| 231 |2455 | 18 | 25k|3701 | 0.000000e+00 | -- | Inf
113.26/113.39 c 113s| 34900 | 22 |739954 | 21.1 | 11M| 53 | 39 | 231 | 15k| 231 |2455 | 18 | 25k|3706 | 0.000000e+00 | -- | Inf
113.56/113.68 c 114s| 35000 | 26 |742028 | 21.1 | 11M| 53 | 36 | 231 | 14k| 231 |2455 | 18 | 25k|3710 | 0.000000e+00 | -- | Inf
113.96/114.00 c 114s| 35100 | 20 |744242 | 21.1 | 11M| 53 | - | 231 | 14k| 231 |2455 | 18 | 25k|3714 | 0.000000e+00 | -- | Inf
114.27/114.34 c 114s| 35200 | 20 |746648 | 21.1 | 11M| 53 | 37 | 231 | 14k| 231 |2455 | 18 | 25k|3718 | 0.000000e+00 | -- | Inf
114.56/114.67 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
114.56/114.67 c 115s| 35300 | 21 |749064 | 21.1 | 11M| 53 | 43 | 231 | 14k| 231 |2455 | 18 | 25k|3720 | 0.000000e+00 | -- | Inf
114.96/115.00 c 115s| 35400 | 19 |751620 | 21.1 | 11M| 53 | - | 231 | 14k| 231 |2455 | 18 | 25k|3722 | 0.000000e+00 | -- | Inf
115.16/115.30 c 115s| 35500 | 20 |753637 | 21.1 | 11M| 53 | 14 | 231 | 13k| 231 |2455 | 18 | 25k|3723 | 0.000000e+00 | -- | Inf
115.56/115.60 c 116s| 35600 | 20 |755843 | 21.1 | 11M| 53 | 39 | 231 | 13k| 231 |2455 | 18 | 25k|3723 | 0.000000e+00 | -- | Inf
115.85/115.93 c 116s| 35700 | 19 |758243 | 21.1 | 11M| 53 | 42 | 231 | 13k| 231 |2455 | 18 | 25k|3725 | 0.000000e+00 | -- | Inf
116.16/116.26 c 116s| 35800 | 17 |760784 | 21.1 | 11M| 53 | - | 231 | 13k| 231 |2455 | 18 | 25k|3725 | 0.000000e+00 | -- | Inf
116.47/116.55 c 117s| 35900 | 21 |762903 | 21.1 | 10M| 53 | 33 | 231 | 13k| 231 |2455 | 18 | 26k|3727 | 0.000000e+00 | -- | Inf
116.75/116.84 c 117s| 36000 | 20 |765020 | 21.1 | 10M| 53 | - | 231 | 12k| 231 |2455 | 18 | 26k|3728 | 0.000000e+00 | -- | Inf
117.06/117.15 c 117s| 36100 | 20 |767544 | 21.1 | 10M| 53 | - | 231 | 12k| 231 |2455 | 18 | 26k|3728 | 0.000000e+00 | -- | Inf
117.36/117.48 c 117s| 36200 | 22 |770137 | 21.1 | 10M| 53 | 40 | 231 | 12k| 231 |2455 | 18 | 26k|3730 | 0.000000e+00 | -- | Inf
117.75/117.80 c 118s| 36300 | 16 |772826 | 21.2 | 10M| 53 | 47 | 231 | 12k| 231 |2455 | 18 | 26k|3730 | 0.000000e+00 | -- | Inf
118.06/118.11 c 118s| 36400 | 16 |775161 | 21.2 | 10M| 53 | 22 | 231 | 12k| 231 |2455 | 18 | 26k|3730 | 0.000000e+00 | -- | Inf
118.26/118.39 c 118s| 36500 | 17 |777167 | 21.2 | 10M| 53 | - | 231 | 12k| 0 | 0 | 18 | 26k|3730 | 0.000000e+00 | -- | Inf
118.67/118.73 c 119s| 36600 | 16 |779381 | 21.2 | 10M| 53 | - | 231 | 12k| 231 |2455 | 18 | 26k|3739 | 0.000000e+00 | -- | Inf
118.96/119.07 c 119s| 36700 | 16 |781630 | 21.2 | 10M| 53 | - | 231 | 12k| 231 |2455 | 18 | 26k|3749 | 0.000000e+00 | -- | Inf
119.26/119.39 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
119.26/119.39 c 119s| 36800 | 16 |783844 | 21.2 | 10M| 53 | - | 231 | 12k| 231 |2455 | 18 | 26k|3758 | 0.000000e+00 | -- | Inf
119.66/119.71 c 120s| 36900 | 15 |785915 | 21.2 | 10M| 53 | - | 231 | 12k| 231 |2455 | 18 | 26k|3772 | 0.000000e+00 | -- | Inf
119.96/120.06 c 120s| 37000 | 17 |788160 | 21.2 | 10M| 53 | 30 | 231 | 12k| 231 |2455 | 18 | 26k|3785 | 0.000000e+00 | -- | Inf
120.36/120.42 c 120s| 37100 | 19 |790430 | 21.2 | 10M| 53 | 39 | 231 | 12k| 231 |2455 | 18 | 26k|3800 | 0.000000e+00 | -- | Inf
120.66/120.75 c 121s| 37200 | 17 |792809 | 21.2 | 10M| 53 | 39 | 231 | 12k| 231 |2455 | 18 | 27k|3806 | 0.000000e+00 | -- | Inf
121.06/121.10 c 121s| 37300 | 18 |795125 | 21.2 | 10M| 53 | 40 | 231 | 12k| 231 |2455 | 18 | 27k|3820 | 0.000000e+00 | -- | Inf
121.35/121.44 c 121s| 37400 | 19 |797425 | 21.2 | 10M| 53 | 36 | 231 | 12k| 231 |2455 | 18 | 27k|3830 | 0.000000e+00 | -- | Inf
121.66/121.78 c 122s| 37500 | 19 |799794 | 21.2 | 10M| 53 | 31 | 231 | 12k| 231 |2455 | 18 | 27k|3838 | 0.000000e+00 | -- | Inf
122.06/122.13 c 122s| 37600 | 17 |802001 | 21.2 | 10M| 53 | 37 | 231 | 12k| 231 |2455 | 18 | 27k|3849 | 0.000000e+00 | -- | Inf
122.36/122.49 c 122s| 37700 | 17 |804315 | 21.2 | 10M| 53 | 29 | 231 | 12k| 231 |2455 | 18 | 27k|3863 | 0.000000e+00 | -- | Inf
122.75/122.85 c 123s| 37800 | 14 |806715 | 21.2 | 10M| 53 | 42 | 231 | 12k| 231 |2455 | 18 | 27k|3876 | 0.000000e+00 | -- | Inf
123.07/123.20 c 123s| 37900 | 13 |808925 | 21.2 | 10M| 53 | 45 | 231 | 11k| 231 |2455 | 18 | 27k|3888 | 0.000000e+00 | -- | Inf
123.45/123.52 c 124s| 38000 | 13 |811222 | 21.2 | 10M| 53 | - | 231 | 11k| 231 |2455 | 18 | 27k|3893 | 0.000000e+00 | -- | Inf
123.76/123.86 c 124s| 38100 | 9 |813550 | 21.2 | 10M| 53 | - | 231 | 11k| 231 |2455 | 18 | 27k|3903 | 0.000000e+00 | -- | Inf
124.05/124.17 c 124s| 38200 | 13 |815790 | 21.2 | 10M| 53 | 26 | 231 | 11k| 231 |2455 | 18 | 27k|3910 | 0.000000e+00 | -- | Inf
124.35/124.46 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
124.35/124.46 c 124s| 38300 | 11 |818087 | 21.2 | 10M| 53 | 33 | 231 | 12k| 231 |2455 | 18 | 27k|3912 | 0.000000e+00 | -- | Inf
124.65/124.76 c 125s| 38400 | 9 |820270 | 21.2 | 10M| 53 | 40 | 231 | 11k| 231 |2455 | 18 | 27k|3915 | 0.000000e+00 | -- | Inf
124.96/125.05 c 125s| 38500 | 7 |822479 | 21.2 | 10M| 53 | 48 | 231 | 11k| 231 |2455 | 18 | 27k|3916 | 0.000000e+00 | -- | Inf
125.26/125.37 c 125s| 38600 | 9 |824903 | 21.2 | 10M| 53 | 32 | 231 | 11k| 231 |2455 | 18 | 28k|3918 | 0.000000e+00 | -- | Inf
125.55/125.63 c 126s| 38700 | 7 |826868 | 21.2 | 10M| 53 | - | 231 | 11k| 0 | 0 | 18 | 28k|3918 | 0.000000e+00 | -- | Inf
125.86/125.93 c 126s| 38800 | 10 |829144 | 21.2 | 10M| 53 | 25 | 231 | 11k| 231 |2455 | 18 | 28k|3918 | 0.000000e+00 | -- | Inf
126.15/126.23 c 126s| 38900 | 8 |831549 | 21.3 | 10M| 53 | - | 231 | 11k| 231 |2455 | 18 | 28k|3919 | 0.000000e+00 | -- | Inf
126.46/126.53 c 127s| 39000 | 5 |833853 | 21.3 | 10M| 53 | - | 231 | 11k| 231 |2455 | 18 | 28k|3920 | 0.000000e+00 | -- | Inf
126.66/126.80 c 127s| 39100 | 4 |835891 | 21.3 | 10M| 53 | - | 231 | 11k| 231 |2455 | 18 | 28k|3920 | 0.000000e+00 | -- | Inf
126.96/127.07 c 127s| 39200 | 2 |838060 | 21.3 | 10M| 53 | 22 | 231 | 11k| 231 |2455 | 18 | 28k|3920 | 0.000000e+00 | -- | Inf
126.96/127.09 c
126.96/127.09 c SCIP Status : problem is solved [infeasible]
126.96/127.09 c Solving Time (sec) : 127.09
126.96/127.09 c Solving Nodes : 39208
126.96/127.09 c Primal Bound : +1.00000000000000e+20 (0 solutions)
126.96/127.09 c Dual Bound : +1.00000000000000e+20
126.96/127.09 c Gap : 0.00 %
126.96/127.09 s UNSATISFIABLE
126.96/127.09 c SCIP Status : problem is solved [infeasible]
126.96/127.09 c Total Time : 127.09
126.96/127.09 c solving : 127.09
126.96/127.09 c presolving : 0.07 (included in solving)
126.96/127.09 c reading : 0.01 (included in solving)
126.96/127.09 c copying : 0.01 (1 #copies) (minimal 0.01, maximal 0.01, average 0.01)
126.96/127.09 c Original Problem :
126.96/127.09 c Problem name : HOME/instance-3692760-1338019229.opb
126.96/127.09 c Variables : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
126.96/127.09 c Constraints : 2707 initial, 2707 maximal
126.96/127.09 c Objective sense : minimize
126.96/127.09 c Presolved Problem :
126.96/127.09 c Problem name : t_HOME/instance-3692760-1338019229.opb
126.96/127.09 c Variables : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
126.96/127.09 c Constraints : 2443 initial, 16398 maximal
126.96/127.09 c Presolvers : ExecTime SetupTime FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
126.96/127.09 c domcol : 0.00 0.00 0 0 0 0 0 0 0 0 0
126.96/127.09 c trivial : 0.00 0.00 0 0 0 0 0 0 0 0 0
126.96/127.09 c dualfix : 0.00 0.00 0 0 0 0 0 0 0 0 0
126.96/127.09 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0
126.96/127.09 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0
126.96/127.09 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0
126.96/127.09 c gateextraction : 0.00 0.00 0 0 0 0 0 0 0 0 0
126.96/127.09 c implics : 0.00 0.00 0 0 0 0 0 0 0 0 0
126.96/127.09 c components : 0.00 0.00 0 0 0 0 0 0 0 0 0
126.96/127.09 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0
126.96/127.09 c probing : 0.00 0.00 0 0 0 0 0 0 0 0 0
126.96/127.09 c knapsack : 0.00 0.00 0 0 0 0 0 0 0 0 0
126.96/127.09 c setppc : 0.00 0.00 0 0 0 0 0 121 0 0 0
126.96/127.09 c linear : 0.02 0.00 0 0 0 0 0 143 0 0 0
126.96/127.09 c logicor : 0.03 0.00 0 0 0 0 0 0 0 0 0
126.96/127.09 c root node : - - 2 - - 2 - - - - -
126.96/127.09 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Conss Children
126.96/127.09 c integral : 0 0 0 0 20616 0 4 0 89 1285 0 0 39418
126.96/127.09 c knapsack : 1 1 6 160568 0 0 3 9744 172 63559 0 0 0
126.96/127.09 c setppc : 22 22 6 160545 0 0 2 399477 702 226764 0 0 0
126.96/127.09 c logicor : 2420+ 16376 6 73525 0 0 0 182928 189 237602 0 0 0
126.96/127.09 c countsols : 0 0 0 0 0 0 0 0 0 0 0 0 0
126.96/127.09 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS Check ResProp
126.96/127.09 c integral : 17.40 0.00 0.00 0.00 17.40 0.00 0.00 0.00
126.96/127.09 c knapsack : 0.25 0.00 0.00 0.23 0.00 0.00 0.00 0.02
126.96/127.09 c setppc : 0.85 0.00 0.00 0.49 0.00 0.00 0.00 0.35
126.96/127.09 c logicor : 3.28 0.00 0.00 3.03 0.00 0.00 0.00 0.24
126.96/127.09 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
126.96/127.09 c Propagators : #Propagate #ResProp Cutoffs DomReds
126.96/127.09 c rootredcost : 0 0 0 0
126.96/127.09 c pseudoobj : 0 0 0 0
126.96/127.09 c vbounds : 0 0 0 0
126.96/127.09 c redcost : 20622 0 0 0
126.96/127.09 c probing : 0 0 0 0
126.96/127.09 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp
126.96/127.09 c rootredcost : 0.13 0.00 0.00 0.13 0.00
126.96/127.09 c pseudoobj : 0.14 0.00 0.00 0.14 0.00
126.96/127.09 c vbounds : 0.13 0.00 0.00 0.13 0.00
126.96/127.09 c redcost : 0.15 0.00 0.00 0.15 0.00
126.96/127.09 c probing : 0.00 0.00 0.00 0.00 0.00
126.96/127.09 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
126.96/127.09 c propagation : 0.08 1063 1060 5517 19.0 24 15.1 -
126.96/127.09 c infeasible LP : 2.42 18665 18504 114453 28.3 126 10.7 0
126.96/127.09 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
126.96/127.09 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
126.96/127.09 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
126.96/127.09 c applied globally : - - - 27886 17.7 - - -
126.96/127.09 c applied locally : - - - 581 33.0 - - -
126.96/127.09 c Separators : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss
126.96/127.09 c cut pool : 0.00 5 - - 401 - (maximal pool size: 588)
126.96/127.09 c closecuts : 0.00 0.00 0 0 0 0 0
126.96/127.09 c impliedbounds : 0.00 0.00 6 0 0 0 0
126.96/127.09 c intobj : 0.00 0.00 0 0 0 0 0
126.96/127.09 c gomory : 0.20 0.00 6 0 0 200 0
126.96/127.09 c cgmip : 0.00 0.00 0 0 0 0 0
126.96/127.09 c strongcg : 0.27 0.00 6 0 0 2780 0
126.96/127.09 c cmir : 0.02 0.00 6 0 0 0 0
126.96/127.09 c flowcover : 0.03 0.00 6 0 0 0 0
126.96/127.09 c clique : 0.00 0.00 6 0 0 0 0
126.96/127.09 c zerohalf : 0.00 0.00 0 0 0 0 0
126.96/127.09 c mcf : 0.00 0.00 1 0 0 0 0
126.96/127.09 c oddcycle : 0.00 0.00 0 0 0 0 0
126.96/127.09 c rapidlearning : 0.00 0.00 0 0 0 0 0
126.96/127.09 c Pricers : ExecTime SetupTime Calls Vars
126.96/127.09 c problem variables: 0.00 - 0 0
126.96/127.09 c Branching Rules : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss Children
126.96/127.09 c relpscost : 17.36 0.00 20616 89 1285 0 0 39418
126.96/127.09 c pscost : 0.00 0.00 0 0 0 0 0 0
126.96/127.09 c inference : 0.00 0.00 0 0 0 0 0 0
126.96/127.09 c mostinf : 0.00 0.00 0 0 0 0 0 0
126.96/127.09 c leastinf : 0.00 0.00 0 0 0 0 0 0
126.96/127.09 c fullstrong : 0.00 0.00 0 0 0 0 0 0
126.96/127.09 c allfullstrong : 0.00 0.00 0 0 0 0 0 0
126.96/127.09 c random : 0.00 0.00 0 0 0 0 0 0
126.96/127.09 c Primal Heuristics : ExecTime SetupTime Calls Found
126.96/127.09 c LP solutions : 0.00 - - 0
126.96/127.09 c pseudo solutions : 0.00 - - 0
126.96/127.09 c oneopt : 0.05 0.00 0 0
126.96/127.09 c crossover : 0.03 0.00 0 0
126.96/127.09 c guideddiving : 0.00 0.00 0 0
126.96/127.09 c intshifting : 0.00 0.00 0 0
126.96/127.09 c fracdiving : 0.20 0.00 6 0
126.96/127.09 c veclendiving : 0.27 0.00 6 0
126.96/127.09 c linesearchdiving : 0.05 0.00 6 0
126.96/127.09 c feaspump : 0.54 0.00 3 0
126.96/127.09 c coefdiving : 0.09 0.00 7 0
126.96/127.09 c pscostdiving : 0.08 0.00 7 0
126.96/127.09 c objpscostdiving : 0.07 0.00 4 0
126.96/127.09 c rootsoldiving : 0.07 0.00 4 0
126.96/127.09 c smallcard : 0.00 0.00 0 0
126.96/127.09 c trivial : 0.00 0.00 2 0
126.96/127.09 c shiftandpropagate: 0.01 0.00 1 0
126.96/127.09 c simplerounding : 0.02 0.00 0 0
126.96/127.09 c zirounding : 0.45 0.00 0 0
126.96/127.09 c rounding : 0.25 0.00 2000 0
126.96/127.09 c shifting : 0.21 0.00 617 0
126.96/127.09 c twoopt : 0.00 0.00 0 0
126.96/127.09 c indtwoopt : 0.00 0.00 0 0
126.96/127.09 c indoneopt : 0.08 0.00 0 0
126.96/127.09 c fixandinfer : 0.00 0.00 0 0
126.96/127.09 c clique : 0.00 0.00 0 0
126.96/127.09 c indcoefdiving : 0.00 0.00 0 0
126.96/127.09 c indrounding : 0.00 0.00 0 0
126.96/127.09 c nlpdiving : 0.00 0.00 0 0
126.96/127.09 c intdiving : 0.00 0.00 0 0
126.96/127.09 c actconsdiving : 0.00 0.00 0 0
126.96/127.09 c octane : 0.00 0.00 0 0
126.96/127.09 c rens : 0.03 0.00 1 0
126.96/127.09 c rins : 0.00 0.00 0 0
126.96/127.09 c localbranching : 0.00 0.00 0 0
126.96/127.09 c mutation : 0.00 0.00 0 0
126.96/127.09 c dins : 0.00 0.00 0 0
126.96/127.09 c vbounds : 0.00 0.00 0 0
126.96/127.09 c undercover : 0.00 0.00 0 0
126.96/127.09 c subnlp : 0.03 0.00 0 0
126.96/127.09 c trysol : 0.05 0.00 0 0
126.96/127.09 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It
126.96/127.09 c primal LP : 0.00 1 0 0.00 - 0.00 1
126.96/127.09 c dual LP : 88.70 39223 827254 21.15 9326.22 0.04 103
126.96/127.09 c lex dual LP : 0.00 0 0 0.00 -
126.96/127.09 c barrier LP : 0.00 0 0 0.00 - 0.00 0
126.96/127.09 c diving/probing LP: 1.20 634 10947 17.27 9121.72
126.96/127.09 c strong branching : 16.96 3920 148856 37.97 8777.31
126.96/127.09 c (at root node) : - 28 5377 192.04 -
126.96/127.09 c conflict analysis: 0.00 0 0 0.00 -
126.96/127.09 c B&B Tree :
126.96/127.09 c number of runs : 1
126.96/127.09 c nodes : 39208
126.96/127.09 c nodes (total) : 39208
126.96/127.09 c nodes left : 0
126.96/127.09 c max depth : 53
126.96/127.09 c max depth (total): 53
126.96/127.09 c backtracks : 4404 (11.2%)
126.96/127.09 c delayed cutoffs : 211
126.96/127.09 c repropagations : 70406 (86078 domain reductions, 211 cutoffs)
126.96/127.09 c avg switch length: 5.03
126.96/127.09 c switching time : 3.22
126.96/127.09 c Solution :
126.96/127.09 c Solutions found : 0 (0 improvements)
126.96/127.09 c Primal Bound : infeasible
126.96/127.09 c Dual Bound : -
126.96/127.09 c Gap : 0.00 %
126.96/127.09 c Root Dual Bound : +0.00000000000000e+00
126.96/127.09 c Root Iterations : 4867
127.06/127.11 c Time complete: 127.07.
Verifier Data
ERROR: no interpretation found !
Watcher Data
runsolver Copyright (C) 2010-2011 Olivier ROUSSEL
This is runsolver version 3.3.1 (svn: 989)
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-3692760-1338019229/watcher-3692760-1338019229 -o /tmp/evaluation-result-3692760-1338019229/solver-3692760-1338019229 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692760-1338019229.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: 1.99 2.00 2.00 3/179 5374
/proc/meminfo: memFree=29078552/32873844 swapFree=7364/7364
[pid=5374] ppid=5372 vsize=9984 CPUtime=0 cores=1,3,5,7
/proc/5374/stat : 5374 (scip-2.1.1.4sfi) R 5372 5374 4481 0 -1 4202496 1255 0 0 0 0 0 0 0 20 0 1 0 268047683 10223616 1209 33554432000 4194304 10169799 140734645421008 140735555022488 7543003 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5374/statm: 2496 1209 409 1459 0 1028 0
[startup+0.0417449 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 5374
/proc/meminfo: memFree=29078552/32873844 swapFree=7364/7364
[pid=5374] ppid=5372 vsize=20584 CPUtime=0.03 cores=1,3,5,7
/proc/5374/stat : 5374 (scip-2.1.1.4sfi) R 5372 5374 4481 0 -1 4202496 3945 0 0 0 3 0 0 0 20 0 1 0 268047683 21078016 3642 33554432000 4194304 10169799 140734645421008 140735555022488 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5374/statm: 5146 3642 554 1459 0 3678 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 20584
[startup+0.100297 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 5374
/proc/meminfo: memFree=29078552/32873844 swapFree=7364/7364
[pid=5374] ppid=5372 vsize=27956 CPUtime=0.09 cores=1,3,5,7
/proc/5374/stat : 5374 (scip-2.1.1.4sfi) R 5372 5374 4481 0 -1 4202496 6071 0 0 0 7 2 0 0 20 0 1 0 268047683 28626944 5730 33554432000 4194304 10169799 140734645421008 140735555022488 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5374/statm: 6989 5730 689 1459 0 5521 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27956
[startup+0.300223 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 5374
/proc/meminfo: memFree=29078552/32873844 swapFree=7364/7364
[pid=5374] ppid=5372 vsize=29492 CPUtime=0.29 cores=1,3,5,7
/proc/5374/stat : 5374 (scip-2.1.1.4sfi) R 5372 5374 4481 0 -1 4202496 6606 0 0 0 27 2 0 0 20 0 1 0 268047683 30199808 6251 33554432000 4194304 10169799 140734645421008 140735555022488 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5374/statm: 7373 6251 778 1459 0 5905 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29492
[startup+0.700241 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 5374
/proc/meminfo: memFree=29078552/32873844 swapFree=7364/7364
[pid=5374] ppid=5372 vsize=35372 CPUtime=0.68 cores=1,3,5,7
/proc/5374/stat : 5374 (scip-2.1.1.4sfi) R 5372 5374 4481 0 -1 4202496 7933 0 0 0 65 3 0 0 20 0 1 0 268047683 36220928 7578 33554432000 4194304 10169799 140734645421008 140735555022488 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5374/statm: 8843 7578 812 1459 0 7375 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 35372
[startup+1.50021 s]
/proc/loadavg: 1.99 2.00 2.00 3/180 5375
/proc/meminfo: memFree=29049668/32873844 swapFree=7364/7364
[pid=5374] ppid=5372 vsize=37684 CPUtime=1.48 cores=1,3,5,7
/proc/5374/stat : 5374 (scip-2.1.1.4sfi) R 5372 5374 4481 0 -1 4202496 11240 0 0 0 142 6 0 0 20 0 1 0 268047683 38588416 8296 33554432000 4194304 10169799 140734645421008 140734645417048 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5374/statm: 9421 8296 853 1459 0 7953 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 37684
[startup+3.10021 s]
/proc/loadavg: 1.99 2.00 2.00 3/180 5375
/proc/meminfo: memFree=29048800/32873844 swapFree=7364/7364
[pid=5374] ppid=5372 vsize=37816 CPUtime=3.08 cores=1,3,5,7
/proc/5374/stat : 5374 (scip-2.1.1.4sfi) R 5372 5374 4481 0 -1 4202496 11282 0 0 0 301 7 0 0 20 0 1 0 268047683 38723584 8338 33554432000 4194304 10169799 140734645421008 140734645415608 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5374/statm: 9454 8338 854 1459 0 7986 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 37816
[startup+6.3002 s]
/proc/loadavg: 1.99 2.00 2.00 3/180 5375
/proc/meminfo: memFree=29048924/32873844 swapFree=7364/7364
[pid=5374] ppid=5372 vsize=37816 CPUtime=6.28 cores=1,3,5,7
/proc/5374/stat : 5374 (scip-2.1.1.4sfi) R 5372 5374 4481 0 -1 4202496 11285 0 0 0 616 12 0 0 20 0 1 0 268047683 38723584 8341 33554432000 4194304 10169799 140734645421008 140734645415608 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5374/statm: 9454 8341 855 1459 0 7986 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 37816
[startup+12.7002 s]
/proc/loadavg: 1.99 2.00 2.00 3/180 5375
/proc/meminfo: memFree=29048312/32873844 swapFree=7364/7364
[pid=5374] ppid=5372 vsize=38328 CPUtime=12.68 cores=1,3,5,7
/proc/5374/stat : 5374 (scip-2.1.1.4sfi) R 5372 5374 4481 0 -1 4202496 11374 0 0 0 1242 26 0 0 20 0 1 0 268047683 39247872 8430 33554432000 4194304 10169799 140734645421008 140734645415576 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5374/statm: 9582 8430 855 1459 0 8114 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 38328
[startup+25.5002 s]
/proc/loadavg: 2.07 2.01 2.00 3/180 5375
/proc/meminfo: memFree=29047452/32873844 swapFree=7364/7364
[pid=5374] ppid=5372 vsize=39336 CPUtime=25.48 cores=1,3,5,7
/proc/5374/stat : 5374 (scip-2.1.1.4sfi) R 5372 5374 4481 0 -1 4202496 11657 0 0 0 2469 79 0 0 20 0 1 0 268047683 40280064 8713 33554432000 4194304 10169799 140734645421008 140734645415080 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5374/statm: 9834 8713 855 1459 0 8366 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 39336
[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 5398
/proc/meminfo: memFree=29042400/32873844 swapFree=7364/7364
[pid=5374] ppid=5372 vsize=42452 CPUtime=51.07 cores=1,3,5,7
/proc/5374/stat : 5374 (scip-2.1.1.4sfi) R 5372 5374 4481 0 -1 4202496 12436 0 0 0 4913 194 0 0 20 0 1 0 268047683 43470848 9903 33554432000 4194304 10169799 140734645421008 140734645415432 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5374/statm: 10613 9903 855 1459 0 9145 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 42452
[startup+102.307 s]
/proc/loadavg: 2.08 2.02 2.00 3/179 5398
/proc/meminfo: memFree=29035832/32873844 swapFree=7364/7364
[pid=5374] ppid=5372 vsize=46352 CPUtime=102.26 cores=1,3,5,7
/proc/5374/stat : 5374 (scip-2.1.1.4sfi) R 5372 5374 4481 0 -1 4202496 13415 0 0 0 9830 396 0 0 20 0 1 0 268047683 47464448 10880 33554432000 4194304 10169799 140734645421008 140734645415800 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5374/statm: 11588 10880 855 1459 0 10120 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 46352
Solver just ended. Dumping a history of the last processes samples
[startup+115.1 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 5398
/proc/meminfo: memFree=29034716/32873844 swapFree=7364/7364
[pid=5374] ppid=5372 vsize=47104 CPUtime=115.06 cores=1,3,5,7
/proc/5374/stat : 5374 (scip-2.1.1.4sfi) R 5372 5374 4481 0 -1 4202496 13625 0 0 0 11058 448 0 0 20 0 1 0 268047683 48234496 11090 33554432000 4194304 10169799 140734645421008 140734645415464 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5374/statm: 11776 11090 855 1459 0 10308 0
Current children cumulated CPU time (s) 115.06
Current children cumulated vsize (KiB) 47104
[startup+121.5 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 5398
/proc/meminfo: memFree=29034468/32873844 swapFree=7364/7364
[pid=5374] ppid=5372 vsize=47408 CPUtime=121.46 cores=1,3,5,7
/proc/5374/stat : 5374 (scip-2.1.1.4sfi) R 5372 5374 4481 0 -1 4202496 13679 0 0 0 11673 473 0 0 20 0 1 0 268047683 48545792 11144 33554432000 4194304 10169799 140734645421008 140734645415800 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5374/statm: 11852 11144 855 1459 0 10384 0
Current children cumulated CPU time (s) 121.46
Current children cumulated vsize (KiB) 47408
[startup+124.7 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 5398
/proc/meminfo: memFree=29034344/32873844 swapFree=7364/7364
[pid=5374] ppid=5372 vsize=47408 CPUtime=124.65 cores=1,3,5,7
/proc/5374/stat : 5374 (scip-2.1.1.4sfi) R 5372 5374 4481 0 -1 4202496 13680 0 0 0 11980 485 0 0 20 0 1 0 268047683 48545792 11145 33554432000 4194304 10169799 140734645421008 140734645415464 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5374/statm: 11852 11145 855 1459 0 10384 0
Current children cumulated CPU time (s) 124.65
Current children cumulated vsize (KiB) 47408
[startup+126.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 5398
/proc/meminfo: memFree=29034344/32873844 swapFree=7364/7364
[pid=5374] ppid=5372 vsize=47408 CPUtime=126.26 cores=1,3,5,7
/proc/5374/stat : 5374 (scip-2.1.1.4sfi) R 5372 5374 4481 0 -1 4202496 13681 0 0 0 12134 492 0 0 20 0 1 0 268047683 48545792 11146 33554432000 4194304 10169799 140734645421008 140734645415512 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5374/statm: 11852 11146 855 1459 0 10384 0
Current children cumulated CPU time (s) 126.26
Current children cumulated vsize (KiB) 47408
[startup+126.7 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 5398
/proc/meminfo: memFree=29034344/32873844 swapFree=7364/7364
[pid=5374] ppid=5372 vsize=47408 CPUtime=126.66 cores=1,3,5,7
/proc/5374/stat : 5374 (scip-2.1.1.4sfi) R 5372 5374 4481 0 -1 4202496 13681 0 0 0 12173 493 0 0 20 0 1 0 268047683 48545792 11146 33554432000 4194304 10169799 140734645421008 140734645415512 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5374/statm: 11852 11146 855 1459 0 10384 0
Current children cumulated CPU time (s) 126.66
Current children cumulated vsize (KiB) 47408
[startup+127.1 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 5398
/proc/meminfo: memFree=29034344/32873844 swapFree=7364/7364
[pid=5374] ppid=5372 vsize=47408 CPUtime=127.06 cores=1,3,5,7
/proc/5374/stat : 5374 (scip-2.1.1.4sfi) R 5372 5374 4481 0 -1 4202496 13684 0 0 0 12211 495 0 0 20 0 1 0 268047683 48545792 11149 33554432000 4194304 10169799 140734645421008 140734645415416 8961143 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5374/statm: 11852 11149 858 1459 0 10384 0
Current children cumulated CPU time (s) 127.06
Current children cumulated vsize (KiB) 47408
Child status: 0
Real time (s): 127.117
CPU time (s): 127.083
CPU user time (s): 122.124
CPU system time (s): 4.95825
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 47408
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 122.124
system time used= 4.95825
maximum resident set size= 44596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13686
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= 16
involuntary context switches= 130
runsolver used 0.211967 second user time and 0.630904 second system time
The end
Launcher Data
Begin job on node133 at 2012-05-26 10:00:29
IDJOB=3692760
IDBENCH=1298
IDSOLVER=2272
FILE ID=node133/3692760-1338019229
RUNJOBID= node133-1338017258-5022
PBS_JOBID= 14624264
Free space on /tmp= 71604 MiB
SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900568186.opb
COMMAND LINE= HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3692760-1338019229/watcher-3692760-1338019229 -o /tmp/evaluation-result-3692760-1338019229/solver-3692760-1338019229 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692760-1338019229.opb -t 1800 -m 15500
TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4
MD5SUM BENCH= 75bd0b27f5ff05dc207afe3c3d5552d1
RANDOM SEED=136517541
node133.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011
/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.540
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5333.08
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
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.540
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5331.92
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
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.540
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5331.92
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
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.540
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
initial apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5331.91
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
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.540
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5331.91
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
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.540
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 2
cpu cores : 4
apicid : 20
initial apicid : 20
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5331.90
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
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.540
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5331.91
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
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.540
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
initial apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5331.91
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 32873844 kB
MemFree: 29079196 kB
Buffers: 244496 kB
Cached: 2716940 kB
SwapCached: 0 kB
Active: 537636 kB
Inactive: 2484284 kB
Active(anon): 62612 kB
Inactive(anon): 0 kB
Active(file): 475024 kB
Inactive(file): 2484284 kB
Unevictable: 7364 kB
Mlocked: 7364 kB
SwapTotal: 67108856 kB
SwapFree: 67108856 kB
Dirty: 13580 kB
Writeback: 0 kB
AnonPages: 67060 kB
Mapped: 17884 kB
Shmem: 212 kB
Slab: 633900 kB
SReclaimable: 75816 kB
SUnreclaim: 558084 kB
KernelStack: 1472 kB
PageTables: 4132 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 83545776 kB
Committed_AS: 175468 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 346376 kB
VmallocChunk: 34341987860 kB
HardwareCorrupted: 0 kB
AnonHugePages: 36864 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
DirectMap4k: 7872 kB
DirectMap2M: 33538048 kB
Free space on /tmp at the end= 71588 MiB
End job on node133 at 2012-05-26 10:02:36