Trace number 3692767
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.1900584106.opb |
MD5SUM | 4a96a2353b6045ef15a9bfabac06d14b |
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.625904 |
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 | 737 |
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-3692767-1338019553.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.00/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.00/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.00/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.00/0.09 c (0.1s) probing: 51/231 (22.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.09 c (0.1s) probing aborted: 50/50 successive totally useless probings
0.00/0.09 c presolving (4 rounds):
0.00/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.00/0.09 c 242 implications, 22 cliques
0.00/0.09 c presolved problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2443 constraints
0.00/0.09 c 1 constraints of type <knapsack>
0.00/0.09 c 22 constraints of type <setppc>
0.00/0.09 c 2420 constraints of type <logicor>
0.00/0.09 c transformed objective value is always integral (scale: 1)
0.00/0.09 c Presolving Time: 0.08
0.00/0.09 c - non default parameters ----------------------------------------------------------------------
0.00/0.09 c # SCIP version 2.1.1.4
0.00/0.09 c
0.00/0.09 c # maximal time in seconds to run
0.00/0.09 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.09 c limits/time = 1797
0.00/0.09 c
0.00/0.09 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.09 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.09 c limits/memory = 13950
0.00/0.09 c
0.00/0.09 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.09 c # [type: int, range: [1,2], default: 1]
0.00/0.09 c timing/clocktype = 2
0.00/0.09 c
0.00/0.09 c # belongs reading time to solving time?
0.00/0.09 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.09 c timing/reading = TRUE
0.00/0.09 c
0.00/0.09 c -----------------------------------------------------------------------------------------------
0.00/0.09 c start solving
0.00/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.38/0.41 c 0.4s| 1 | 0 | 2895 | - |4283k| 0 | 39 | 231 |2463 | 231 |2450 | 7 | 20 | 0 | 0.000000e+00 | -- | Inf
0.38/0.45 c 0.5s| 1 | 0 | 2910 | - |4609k| 0 | 45 | 231 |2463 | 231 |2454 | 11 | 20 | 0 | 0.000000e+00 | -- | Inf
0.49/0.50 c 0.5s| 1 | 0 | 2925 | - |5052k| 0 | 46 | 231 |2463 | 231 |2455 | 12 | 20 | 0 | 0.000000e+00 | -- | Inf
0.49/0.55 c 0.6s| 1 | 0 | 2944 | - |5496k| 0 | 47 | 231 |2463 | 231 |2457 | 14 | 20 | 0 | 0.000000e+00 | -- | Inf
0.69/0.72 c 0.7s| 1 | 0 | 2951 | - |5837k| 0 | 51 | 231 |2463 | 231 |2460 | 17 | 20 | 0 | 0.000000e+00 | -- | Inf
0.89/0.91 c 0.9s| 1 | 0 | 2973 | - |6108k| 0 | 47 | 231 |2463 | 231 |2461 | 18 | 20 | 0 | 0.000000e+00 | -- | Inf
1.39/1.49 c 1.5s| 1 | 2 | 2973 | - |6109k| 0 | 47 | 231 |2463 | 231 |2461 | 18 | 20 | 28 | 0.000000e+00 | -- | Inf
9.19/9.20 c 9.2s| 100 | 8 | 7249 | 43.2 |6178k| 24 | 17 | 231 |2507 | 231 |2455 | 18 | 67 |1345 | 0.000000e+00 | -- | Inf
9.98/10.08 c 10.1s| 200 | 12 | 9428 | 32.4 |6203k| 25 | 29 | 231 |2559 | 231 |2455 | 18 | 119 |1523 | 0.000000e+00 | -- | Inf
10.79/10.80 c 10.8s| 300 | 14 | 11852 | 29.7 |6227k| 29 | 34 | 231 |2609 | 231 |2455 | 18 | 171 |1634 | 0.000000e+00 | -- | Inf
11.08/11.13 c 11.1s| 400 | 16 | 13726 | 26.9 |6250k| 29 | 36 | 231 |2661 | 231 |2455 | 18 | 223 |1659 | 0.000000e+00 | -- | Inf
11.39/11.41 c 11.4s| 500 | 13 | 15518 | 25.1 |6270k| 31 | - | 231 |2718 | 231 |2455 | 18 | 282 |1670 | 0.000000e+00 | -- | Inf
11.58/11.69 c 11.7s| 600 | 14 | 17487 | 24.2 |6291k| 31 | 26 | 231 |2778 | 231 |2455 | 18 | 343 |1679 | 0.000000e+00 | -- | Inf
11.89/11.98 c 12.0s| 700 | 12 | 19586 | 23.8 |6303k| 31 | 37 | 231 |2834 | 231 |2455 | 18 | 401 |1684 | 0.000000e+00 | -- | Inf
12.38/12.47 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
12.38/12.47 c 12.5s| 800 | 13 | 22061 | 23.9 |6332k| 31 | 35 | 231 |2894 | 231 |2455 | 18 | 462 |1726 | 0.000000e+00 | -- | Inf
12.68/12.79 c 12.8s| 900 | 9 | 24389 | 23.8 |6340k| 31 | 32 | 231 |2959 | 231 |2455 | 18 | 533 |1734 | 0.000000e+00 | -- | Inf
13.10/13.15 c 13.1s| 1000 | 9 | 26957 | 24.0 |6357k| 31 | 36 | 231 |3015 | 231 |2455 | 18 | 592 |1743 | 0.000000e+00 | -- | Inf
13.58/13.69 c 13.7s| 1100 | 12 | 29907 | 24.5 |6388k| 31 | - | 231 |3076 | 0 | 0 | 18 | 656 |1784 | 0.000000e+00 | -- | Inf
13.89/13.97 c 14.0s| 1200 | 11 | 31808 | 24.0 |6405k| 31 | - | 231 |3148 | 231 |2455 | 18 | 732 |1795 | 0.000000e+00 | -- | Inf
14.29/14.30 c 14.3s| 1300 | 15 | 33749 | 23.7 |6439k| 31 | 36 | 231 |3216 | 231 |2455 | 18 | 802 |1814 | 0.000000e+00 | -- | Inf
14.49/14.58 c 14.6s| 1400 | 13 | 35976 | 23.6 |6465k| 31 | - | 231 |3305 | 231 |2455 | 18 | 891 |1816 | 0.000000e+00 | -- | Inf
14.89/14.90 c 14.9s| 1500 | 13 | 38134 | 23.5 |6487k| 31 | - | 231 |3364 | 231 |2455 | 18 | 953 |1830 | 0.000000e+00 | -- | Inf
15.18/15.20 c 15.2s| 1600 | 15 | 40402 | 23.4 |6511k| 31 | - | 231 |3426 | 231 |2455 | 18 |1017 |1832 | 0.000000e+00 | -- | Inf
15.48/15.50 c 15.5s| 1700 | 23 | 42627 | 23.3 |6545k| 31 | 38 | 231 |3483 | 231 |2455 | 18 |1082 |1838 | 0.000000e+00 | -- | Inf
15.78/15.81 c 15.8s| 1800 | 25 | 45134 | 23.4 |6585k| 31 | - | 231 |3567 | 231 |2455 | 18 |1168 |1839 | 0.000000e+00 | -- | Inf
15.98/16.09 c 16.1s| 1900 | 23 | 47321 | 23.4 |6605k| 31 | 29 | 231 |3641 | 231 |2455 | 18 |1247 |1839 | 0.000000e+00 | -- | Inf
16.29/16.38 c 16.4s| 2000 | 19 | 49657 | 23.4 |6620k| 31 | 34 | 231 |3707 | 231 |2455 | 18 |1316 |1840 | 0.000000e+00 | -- | Inf
16.58/16.68 c 16.7s| 2100 | 18 | 51991 | 23.4 |6646k| 31 | - | 231 |3770 | 231 |2455 | 18 |1382 |1843 | 0.000000e+00 | -- | Inf
17.28/17.32 c 17.3s| 2200 | 20 | 54635 | 23.5 |6664k| 31 | 32 | 231 |3811 | 231 |2455 | 18 |1444 |1911 | 0.000000e+00 | -- | Inf
17.68/17.76 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
17.68/17.76 c 17.8s| 2300 | 18 | 57003 | 23.5 |6691k| 31 | 44 | 231 |3897 | 231 |2455 | 18 |1538 |1941 | 0.000000e+00 | -- | Inf
18.08/18.12 c 18.1s| 2400 | 21 | 59533 | 23.6 |6734k| 31 | 43 | 231 |3964 | 231 |2455 | 18 |1619 |1952 | 0.000000e+00 | -- | Inf
18.48/18.50 c 18.5s| 2500 | 31 | 61911 | 23.6 |6780k| 31 | 19 | 231 |4014 | 231 |2455 | 18 |1692 |1966 | 0.000000e+00 | -- | Inf
18.69/18.78 c 18.8s| 2600 | 29 | 64079 | 23.5 |6802k| 31 | - | 231 |4079 | 231 |2455 | 18 |1764 |1970 | 0.000000e+00 | -- | Inf
18.98/19.08 c 19.1s| 2700 | 29 | 66597 | 23.6 |6828k| 31 | - | 231 |4158 | 231 |2455 | 18 |1847 |1970 | 0.000000e+00 | -- | Inf
19.39/19.40 c 19.4s| 2800 | 31 | 68934 | 23.6 |6852k| 31 | 34 | 231 |4220 | 231 |2455 | 18 |1916 |1977 | 0.000000e+00 | -- | Inf
19.58/19.66 c 19.7s| 2900 | 29 | 70793 | 23.4 |6863k| 31 | 46 | 231 |4264 | 231 |2455 | 18 |1984 |1978 | 0.000000e+00 | -- | Inf
19.88/19.97 c 20.0s| 3000 | 29 | 72925 | 23.3 |6888k| 31 | 29 | 231 |4323 | 231 |2455 | 18 |2058 |1984 | 0.000000e+00 | -- | Inf
20.28/20.35 c 20.3s| 3100 | 30 | 75338 | 23.4 |6924k| 35 | - | 231 |4376 | 231 |2455 | 18 |2141 |2001 | 0.000000e+00 | -- | Inf
20.68/20.71 c 20.7s| 3200 | 34 | 77579 | 23.3 |6943k| 35 | - | 231 |4408 | 231 |2455 | 18 |2211 |2020 | 0.000000e+00 | -- | Inf
20.98/21.07 c 21.1s| 3300 | 34 | 79651 | 23.2 |6953k| 35 | 35 | 231 |4448 | 231 |2455 | 18 |2283 |2041 | 0.000000e+00 | -- | Inf
21.28/21.39 c 21.4s| 3400 | 33 | 81625 | 23.1 |6979k| 35 | - | 231 |4516 | 231 |2455 | 18 |2370 |2056 | 0.000000e+00 | -- | Inf
21.68/21.75 c 21.7s| 3500 | 31 | 83783 | 23.1 |6993k| 35 | 32 | 231 |4566 | 231 |2455 | 18 |2434 |2073 | 0.000000e+00 | -- | Inf
22.08/22.17 c 22.2s| 3600 | 33 | 86346 | 23.2 |7021k| 35 | 25 | 231 |4635 | 231 |2455 | 18 |2515 |2097 | 0.000000e+00 | -- | Inf
22.48/22.52 c 22.5s| 3700 | 31 | 88614 | 23.2 |7034k| 35 | 33 | 231 |4662 | 231 |2455 | 18 |2588 |2114 | 0.000000e+00 | -- | Inf
22.78/22.89 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
22.78/22.89 c 22.9s| 3800 | 30 | 90848 | 23.1 |7058k| 35 | - | 231 |4704 | 231 |2455 | 18 |2674 |2133 | 0.000000e+00 | -- | Inf
23.18/23.26 c 23.3s| 3900 | 32 | 93022 | 23.1 |7092k| 35 | - | 231 |4749 | 0 | 0 | 18 |2755 |2153 | 0.000000e+00 | -- | Inf
23.48/23.51 c 23.5s| 4000 | 30 | 94678 | 22.9 |7103k| 35 | 21 | 231 |4807 | 231 |2455 | 18 |2832 |2159 | 0.000000e+00 | -- | Inf
23.68/23.78 c 23.8s| 4100 | 30 | 96513 | 22.8 |7127k| 35 | 31 | 231 |4852 | 231 |2455 | 18 |2914 |2165 | 0.000000e+00 | -- | Inf
23.98/24.09 c 24.1s| 4200 | 30 | 98432 | 22.7 |7150k| 35 | - | 231 |4898 | 231 |2455 | 18 |2995 |2179 | 0.000000e+00 | -- | Inf
24.28/24.39 c 24.4s| 4300 | 30 |100681 | 22.7 |7168k| 35 | - | 231 |4947 | 231 |2455 | 18 |3068 |2185 | 0.000000e+00 | -- | Inf
24.68/24.73 c 24.7s| 4400 | 28 |103034 | 22.7 |7183k| 35 | - | 231 |4997 | 231 |2455 | 18 |3132 |2188 | 0.000000e+00 | -- | Inf
24.97/25.03 c 25.0s| 4500 | 28 |105293 | 22.7 |7200k| 35 | - | 231 |5032 | 231 |2455 | 18 |3200 |2191 | 0.000000e+00 | -- | Inf
25.18/25.28 c 25.3s| 4600 | 26 |107091 | 22.6 |7213k| 35 | - | 231 |5073 | 231 |2455 | 18 |3261 |2193 | 0.000000e+00 | -- | Inf
25.47/25.57 c 25.6s| 4700 | 28 |109279 | 22.6 |7224k| 35 | 37 | 231 |5072 | 231 |2455 | 18 |3319 |2194 | 0.000000e+00 | -- | Inf
25.78/25.88 c 25.9s| 4800 | 26 |111674 | 22.7 |7237k| 35 | - | 231 |5111 | 231 |2455 | 18 |3399 |2196 | 0.000000e+00 | -- | Inf
26.08/26.17 c 26.2s| 4900 | 25 |113908 | 22.6 |7245k| 35 | - | 231 |5124 | 231 |2455 | 18 |3470 |2198 | 0.000000e+00 | -- | Inf
26.39/26.44 c 26.4s| 5000 | 26 |116012 | 22.6 |7258k| 35 | - | 231 |5154 | 231 |2455 | 18 |3529 |2199 | 0.000000e+00 | -- | Inf
26.68/26.76 c 26.8s| 5100 | 26 |118657 | 22.7 |7269k| 35 | - | 231 |5186 | 231 |2455 | 18 |3605 |2201 | 0.000000e+00 | -- | Inf
26.98/27.04 c 27.0s| 5200 | 26 |120935 | 22.7 |7285k| 35 | 44 | 231 |5242 | 231 |2455 | 18 |3679 |2201 | 0.000000e+00 | -- | Inf
27.27/27.32 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
27.27/27.32 c 27.3s| 5300 | 26 |123289 | 22.7 |7312k| 35 | - | 231 |5315 | 231 |2455 | 18 |3765 |2201 | 0.000000e+00 | -- | Inf
27.58/27.60 c 27.6s| 5400 | 28 |125539 | 22.7 |7333k| 35 | 52 | 231 |5376 | 231 |2455 | 18 |3846 |2201 | 0.000000e+00 | -- | Inf
28.07/28.11 c 28.1s| 5500 | 38 |128591 | 22.8 |7384k| 35 | - | 231 |5448 | 231 |2455 | 18 |3924 |2216 | 0.000000e+00 | -- | Inf
28.48/28.60 c 28.6s| 5600 | 32 |131896 | 23.0 |7407k| 35 | - | 231 |5535 | 231 |2455 | 18 |4012 |2237 | 0.000000e+00 | -- | Inf
28.98/29.05 c 29.1s| 5700 | 32 |134703 | 23.1 |7425k| 35 | - | 231 |5562 | 231 |2455 | 18 |4083 |2259 | 0.000000e+00 | -- | Inf
29.38/29.40 c 29.4s| 5800 | 32 |137139 | 23.1 |7444k| 35 | 38 | 231 |5629 | 231 |2455 | 18 |4171 |2272 | 0.000000e+00 | -- | Inf
29.78/29.81 c 29.8s| 5900 | 29 |139721 | 23.2 |7468k| 41 | 40 | 231 |5720 | 231 |2455 | 18 |4271 |2293 | 0.000000e+00 | -- | Inf
30.08/30.15 c 30.2s| 6000 | 27 |141901 | 23.2 |7496k| 41 | - | 231 |5744 | 231 |2455 | 18 |4352 |2307 | 0.000000e+00 | -- | Inf
30.47/30.54 c 30.5s| 6100 | 27 |144366 | 23.2 |7515k| 41 | - | 231 |5788 | 231 |2455 | 18 |4450 |2323 | 0.000000e+00 | -- | Inf
30.78/30.89 c 30.9s| 6200 | 31 |146659 | 23.2 |7531k| 41 | 41 | 231 |5810 | 231 |2455 | 18 |4508 |2338 | 0.000000e+00 | -- | Inf
31.18/31.29 c 31.3s| 6300 | 33 |149207 | 23.2 |7556k| 41 | 37 | 231 |5861 | 231 |2455 | 18 |4569 |2357 | 0.000000e+00 | -- | Inf
31.58/31.62 c 31.6s| 6400 | 35 |151343 | 23.2 |7587k| 41 | - | 231 |5899 | 0 | 0 | 18 |4651 |2370 | 0.000000e+00 | -- | Inf
31.89/31.95 c 32.0s| 6500 | 39 |153744 | 23.2 |7598k| 41 | - | 231 |5933 | 231 |2455 | 18 |4726 |2379 | 0.000000e+00 | -- | Inf
32.18/32.26 c 32.3s| 6600 | 40 |156013 | 23.2 |7626k| 41 | - | 231 |5986 | 231 |2455 | 18 |4797 |2383 | 0.000000e+00 | -- | Inf
32.58/32.60 c 32.6s| 6700 | 41 |158689 | 23.2 |7653k| 41 | - | 231 |6055 | 231 |2455 | 18 |4885 |2386 | 0.000000e+00 | -- | Inf
32.78/32.90 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
32.78/32.90 c 32.9s| 6800 | 42 |160963 | 23.2 |7678k| 41 | - | 231 |6116 | 231 |2455 | 18 |4959 |2390 | 0.000000e+00 | -- | Inf
33.08/33.19 c 33.2s| 6900 | 40 |163216 | 23.2 |7692k| 41 | - | 231 |6172 | 231 |2455 | 18 |5020 |2392 | 0.000000e+00 | -- | Inf
33.38/33.47 c 33.5s| 7000 | 39 |165272 | 23.2 |7718k| 41 | 45 | 231 |6262 | 231 |2455 | 18 |5116 |2394 | 0.000000e+00 | -- | Inf
33.67/33.75 c 33.8s| 7100 | 38 |167442 | 23.2 |7740k| 41 | 40 | 231 |6321 | 231 |2455 | 18 |5179 |2396 | 0.000000e+00 | -- | Inf
33.98/34.07 c 34.1s| 7200 | 35 |169759 | 23.2 |7767k| 41 | - | 231 |6371 | 231 |2455 | 18 |5261 |2400 | 0.000000e+00 | -- | Inf
34.27/34.34 c 34.3s| 7300 | 35 |171831 | 23.1 |7780k| 41 | 37 | 231 |6422 | 231 |2455 | 18 |5334 |2401 | 0.000000e+00 | -- | Inf
34.57/34.68 c 34.7s| 7400 | 32 |174546 | 23.2 |7804k| 41 | - | 231 |6481 | 231 |2455 | 18 |5414 |2404 | 0.000000e+00 | -- | Inf
34.87/34.95 c 35.0s| 7500 | 30 |176644 | 23.2 |7819k| 41 | - | 231 |6530 | 231 |2455 | 18 |5506 |2404 | 0.000000e+00 | -- | Inf
35.19/35.25 c 35.2s| 7600 | 31 |178912 | 23.2 |7840k| 41 | 38 | 231 |6564 | 231 |2455 | 18 |5589 |2406 | 0.000000e+00 | -- | Inf
35.47/35.55 c 35.6s| 7700 | 35 |181375 | 23.2 |7855k| 41 | - | 231 |6557 | 231 |2455 | 18 |5667 |2406 | 0.000000e+00 | -- | Inf
35.77/35.86 c 35.9s| 7800 | 35 |183758 | 23.2 |7860k| 41 | 37 | 231 |6585 | 231 |2455 | 18 |5751 |2409 | 0.000000e+00 | -- | Inf
36.18/36.24 c 36.2s| 7900 | 37 |186341 | 23.2 |7894k| 41 | 32 | 231 |6664 | 231 |2455 | 18 |5852 |2422 | 0.000000e+00 | -- | Inf
36.47/36.57 c 36.6s| 8000 | 37 |188391 | 23.2 |7926k| 41 | - | 231 |6738 | 231 |2455 | 18 |5945 |2435 | 0.000000e+00 | -- | Inf
36.78/36.87 c 36.9s| 8100 | 37 |190244 | 23.1 |7950k| 41 | 23 | 231 |6814 | 231 |2455 | 18 |6039 |2447 | 0.000000e+00 | -- | Inf
37.08/37.13 c 37.1s| 8200 | 34 |192038 | 23.1 |7978k| 41 | 30 | 231 |6915 | 231 |2455 | 18 |6145 |2453 | 0.000000e+00 | -- | Inf
37.38/37.46 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
37.38/37.46 c 37.5s| 8300 | 37 |193859 | 23.0 |7998k| 41 | 27 | 231 |6952 | 231 |2455 | 18 |6221 |2471 | 0.000000e+00 | -- | Inf
37.67/37.79 c 37.8s| 8400 | 35 |196079 | 23.0 |8020k| 41 | 38 | 231 |7024 | 231 |2455 | 18 |6306 |2485 | 0.000000e+00 | -- | Inf
38.08/38.13 c 38.1s| 8500 | 37 |198356 | 23.0 |8043k| 41 | 35 | 231 |7065 | 231 |2455 | 18 |6387 |2495 | 0.000000e+00 | -- | Inf
38.38/38.48 c 38.5s| 8600 | 41 |200510 | 23.0 |8059k| 41 | 22 | 231 |7073 | 231 |2455 | 18 |6457 |2508 | 0.000000e+00 | -- | Inf
38.77/38.86 c 38.9s| 8700 | 36 |202648 | 23.0 |8063k| 41 | - | 231 |7105 | 231 |2455 | 18 |6538 |2528 | 0.000000e+00 | -- | Inf
39.08/39.18 c 39.2s| 8800 | 36 |205014 | 23.0 |8090k| 41 | - | 231 |7174 | 231 |2455 | 18 |6628 |2533 | 0.000000e+00 | -- | Inf
39.48/39.55 c 39.6s| 8900 | 40 |207474 | 23.0 |8121k| 41 | 42 | 231 |7240 | 231 |2455 | 18 |6719 |2548 | 0.000000e+00 | -- | Inf
39.88/39.92 c 39.9s| 9000 | 44 |209886 | 23.0 |8164k| 41 | 37 | 231 |7328 | 231 |2455 | 18 |6814 |2566 | 0.000000e+00 | -- | Inf
40.17/40.28 c 40.3s| 9100 | 41 |212126 | 23.0 |8185k| 41 | 24 | 231 |7411 | 231 |2455 | 18 |6903 |2584 | 0.000000e+00 | -- | Inf
40.58/40.63 c 40.6s| 9200 | 39 |214386 | 23.0 |8220k| 41 | 35 | 231 |7499 | 231 |2455 | 18 |7003 |2599 | 0.000000e+00 | -- | Inf
40.87/40.95 c 41.0s| 9300 | 39 |216374 | 22.9 |8243k| 41 | 41 | 231 |7551 | 231 |2455 | 18 |7078 |2612 | 0.000000e+00 | -- | Inf
41.27/41.31 c 41.3s| 9400 | 39 |218620 | 22.9 |8273k| 41 | - | 231 |7619 | 231 |2455 | 18 |7162 |2631 | 0.000000e+00 | -- | Inf
41.57/41.66 c 41.7s| 9500 | 37 |220691 | 22.9 |8294k| 41 | - | 231 |7696 | 231 |2455 | 18 |7249 |2649 | 0.000000e+00 | -- | Inf
41.87/41.97 c 42.0s| 9600 | 39 |222549 | 22.9 |8315k| 41 | 32 | 231 |7742 | 231 |2455 | 18 |7310 |2666 | 0.000000e+00 | -- | Inf
42.17/42.29 c 42.3s| 9700 | 39 |224441 | 22.8 |8322k| 41 | - | 231 |7762 | 231 |2455 | 18 |7373 |2679 | 0.000000e+00 | -- | Inf
42.47/42.58 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
42.47/42.58 c 42.6s| 9800 | 39 |226429 | 22.8 |8332k| 41 | 41 | 231 |7801 | 231 |2455 | 18 |7434 |2686 | 0.000000e+00 | -- | Inf
42.78/42.85 c 42.8s| 9900 | 40 |228249 | 22.8 |8359k| 41 | 32 | 231 |7848 | 231 |2455 | 18 |7496 |2691 | 0.000000e+00 | -- | Inf
42.97/43.08 c 43.1s| 10000 | 40 |229905 | 22.7 |8371k| 41 | 37 | 231 |7888 | 231 |2455 | 18 |7556 |2692 | 0.000000e+00 | -- | Inf
43.28/43.39 c 43.4s| 10100 | 38 |232102 | 22.7 |8385k| 41 | - | 231 |7925 | 231 |2455 | 18 |7614 |2696 | 0.000000e+00 | -- | Inf
43.57/43.67 c 43.7s| 10200 | 39 |234176 | 22.7 |8395k| 41 | 34 | 231 |7934 | 231 |2455 | 18 |7683 |2697 | 0.000000e+00 | -- | Inf
43.98/44.00 c 44.0s| 10300 | 38 |236770 | 22.7 |8402k| 41 | - | 231 |7937 | 231 |2455 | 18 |7753 |2698 | 0.000000e+00 | -- | Inf
44.17/44.29 c 44.3s| 10400 | 37 |238962 | 22.7 |8404k| 41 | 28 | 231 |7961 | 231 |2455 | 18 |7833 |2700 | 0.000000e+00 | -- | Inf
44.48/44.54 c 44.5s| 10500 | 38 |240797 | 22.7 |8429k| 41 | - | 231 |7997 | 231 |2455 | 18 |7903 |2701 | 0.000000e+00 | -- | Inf
44.67/44.79 c 44.8s| 10600 | 38 |242744 | 22.6 |8450k| 41 | - | 231 |8044 | 231 |2455 | 18 |7963 |2701 | 0.000000e+00 | -- | Inf
44.98/45.06 c 45.1s| 10700 | 40 |244878 | 22.6 |8464k| 41 | 29 | 231 |8096 | 231 |2455 | 18 |8022 |2702 | 0.000000e+00 | -- | Inf
45.27/45.36 c 45.4s| 10800 | 42 |247165 | 22.6 |8497k| 41 | 39 | 231 |8161 | 231 |2455 | 18 |8091 |2704 | 0.000000e+00 | -- | Inf
45.57/45.69 c 45.7s| 10900 | 41 |249655 | 22.6 |8528k| 41 | - | 231 |8223 | 0 | 0 | 18 |8154 |2708 | 0.000000e+00 | -- | Inf
45.87/45.98 c 46.0s| 11000 | 45 |252012 | 22.6 |8555k| 41 | 37 | 231 |8294 | 231 |2455 | 18 |8225 |2708 | 0.000000e+00 | -- | Inf
46.28/46.30 c 46.3s| 11100 | 39 |254497 | 22.7 |8574k| 41 | - | 231 |8358 | 231 |2455 | 18 |8289 |2709 | 0.000000e+00 | -- | Inf
46.47/46.58 c 46.6s| 11200 | 39 |256558 | 22.6 |8604k| 41 | 47 | 231 |8388 | 231 |2455 | 18 |8345 |2710 | 0.000000e+00 | -- | Inf
46.77/46.82 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
46.77/46.82 c 46.8s| 11300 | 40 |258405 | 22.6 |8623k| 41 | - | 231 |8418 | 231 |2455 | 18 |8412 |2710 | 0.000000e+00 | -- | Inf
47.07/47.10 c 47.1s| 11400 | 42 |260426 | 22.6 |8628k| 41 | 40 | 231 |8385 | 231 |2455 | 18 |8487 |2711 | 0.000000e+00 | -- | Inf
47.28/47.36 c 47.4s| 11500 | 44 |262427 | 22.6 |8644k| 41 | 42 | 231 |8407 | 231 |2455 | 18 |8545 |2711 | 0.000000e+00 | -- | Inf
47.58/47.66 c 47.7s| 11600 | 42 |264670 | 22.6 |8638k| 41 | - | 231 |8355 | 231 |2455 | 18 |8609 |2712 | 0.000000e+00 | -- | Inf
47.87/47.95 c 47.9s| 11700 | 42 |266827 | 22.6 |8600k| 41 | 40 | 231 |8252 | 231 |2455 | 18 |8668 |2713 | 0.000000e+00 | -- | Inf
48.17/48.20 c 48.2s| 11800 | 41 |268719 | 22.5 |8612k| 41 | - | 231 |8268 | 231 |2455 | 18 |8732 |2714 | 0.000000e+00 | -- | Inf
48.38/48.49 c 48.5s| 11900 | 43 |270907 | 22.5 |8610k| 41 | 28 | 231 |8257 | 231 |2455 | 18 |8796 |2714 | 0.000000e+00 | -- | Inf
48.68/48.78 c 48.8s| 12000 | 39 |273124 | 22.5 |8614k| 41 | - | 231 |8269 | 231 |2455 | 18 |8875 |2714 | 0.000000e+00 | -- | Inf
48.97/49.04 c 49.0s| 12100 | 39 |275113 | 22.5 |8612k| 41 | 37 | 231 |8283 | 231 |2455 | 18 |8960 |2715 | 0.000000e+00 | -- | Inf
49.27/49.31 c 49.3s| 12200 | 35 |277153 | 22.5 |8611k| 41 | - | 231 |8302 | 231 |2455 | 18 |9038 |2715 | 0.000000e+00 | -- | Inf
49.57/49.61 c 49.6s| 12300 | 35 |279351 | 22.5 |8609k| 41 | - | 231 |8289 | 231 |2455 | 18 |9132 |2717 | 0.000000e+00 | -- | Inf
49.77/49.87 c 49.9s| 12400 | 39 |281370 | 22.5 |8616k| 41 | 33 | 231 |8273 | 231 |2455 | 18 |9192 |2717 | 0.000000e+00 | -- | Inf
49.97/50.09 c 50.1s| 12500 | 39 |283087 | 22.4 |8625k| 41 | 34 | 231 |8295 | 231 |2455 | 18 |9252 |2717 | 0.000000e+00 | -- | Inf
50.27/50.35 c 50.3s| 12600 | 37 |285076 | 22.4 |8632k| 41 | - | 231 |8323 | 231 |2455 | 18 |9317 |2717 | 0.000000e+00 | -- | Inf
50.58/50.64 c 50.6s| 12700 | 37 |287411 | 22.4 |8647k| 41 | - | 231 |8374 | 231 |2455 | 18 |9382 |2717 | 0.000000e+00 | -- | Inf
50.87/50.94 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
50.87/50.94 c 50.9s| 12800 | 36 |289832 | 22.4 |8654k| 41 | - | 231 |8397 | 231 |2455 | 18 |9455 |2718 | 0.000000e+00 | -- | Inf
51.17/51.22 c 51.2s| 12900 | 37 |291911 | 22.4 |8671k| 41 | - | 231 |8432 | 231 |2455 | 18 |9529 |2719 | 0.000000e+00 | -- | Inf
51.48/51.52 c 51.5s| 13000 | 38 |294403 | 22.4 |8680k| 41 | - | 231 |8443 | 231 |2455 | 18 |9607 |2719 | 0.000000e+00 | -- | Inf
51.77/51.81 c 51.8s| 13100 | 38 |296666 | 22.4 |8695k| 41 | - | 231 |8486 | 231 |2455 | 18 |9681 |2719 | 0.000000e+00 | -- | Inf
51.97/52.08 c 52.1s| 13200 | 39 |298756 | 22.4 |8712k| 41 | - | 231 |8538 | 231 |2455 | 18 |9744 |2719 | 0.000000e+00 | -- | Inf
52.27/52.35 c 52.4s| 13300 | 38 |300886 | 22.4 |8729k| 41 | - | 231 |8592 | 231 |2455 | 18 |9803 |2719 | 0.000000e+00 | -- | Inf
52.57/52.62 c 52.6s| 13400 | 40 |303072 | 22.4 |8753k| 41 | 35 | 231 |8649 | 231 |2455 | 18 |9873 |2719 | 0.000000e+00 | -- | Inf
52.77/52.86 c 52.9s| 13500 | 41 |304875 | 22.4 |8779k| 41 | - | 231 |8703 | 231 |2455 | 18 |9961 |2719 | 0.000000e+00 | -- | Inf
53.07/53.10 c 53.1s| 13600 | 42 |306599 | 22.3 |8796k| 41 | 36 | 231 |8748 | 231 |2455 | 18 | 10k|2719 | 0.000000e+00 | -- | Inf
53.27/53.37 c 53.4s| 13700 | 40 |308706 | 22.3 |8810k| 41 | 42 | 231 |8808 | 231 |2455 | 18 | 10k|2719 | 0.000000e+00 | -- | Inf
53.57/53.61 c 53.6s| 13800 | 38 |310526 | 22.3 |8828k| 41 | - | 231 |8865 | 231 |2455 | 18 | 10k|2720 | 0.000000e+00 | -- | Inf
53.78/53.87 c 53.9s| 13900 | 37 |312457 | 22.3 |8846k| 41 | - | 231 |8926 | 231 |2455 | 18 | 10k|2721 | 0.000000e+00 | -- | Inf
54.07/54.12 c 54.1s| 14000 | 41 |314339 | 22.2 |8873k| 41 | 33 | 231 |8973 | 231 |2455 | 18 | 10k|2721 | 0.000000e+00 | -- | Inf
54.37/54.44 c 54.4s| 14100 | 41 |317021 | 22.3 |8885k| 41 | 34 | 231 |9012 | 231 |2455 | 18 | 10k|2722 | 0.000000e+00 | -- | Inf
54.68/54.72 c 54.7s| 14200 | 39 |319253 | 22.3 |8911k| 41 | - | 231 |9071 | 231 |2455 | 18 | 10k|2722 | 0.000000e+00 | -- | Inf
54.98/55.02 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
54.98/55.02 c 55.0s| 14300 | 38 |321600 | 22.3 |8923k| 41 | - | 231 |9100 | 231 |2455 | 18 | 10k|2722 | 0.000000e+00 | -- | Inf
55.17/55.29 c 55.3s| 14400 | 37 |323625 | 22.3 |8911k| 41 | 44 | 231 |9087 | 231 |2455 | 18 | 10k|2722 | 0.000000e+00 | -- | Inf
55.47/55.58 c 55.6s| 14500 | 38 |325950 | 22.3 |8940k| 41 | 44 | 231 |9155 | 231 |2455 | 18 | 10k|2722 | 0.000000e+00 | -- | Inf
55.77/55.87 c 55.9s| 14600 | 38 |328246 | 22.3 |8953k| 41 | - | 231 |9167 | 231 |2455 | 18 | 10k|2722 | 0.000000e+00 | -- | Inf
56.08/56.18 c 56.2s| 14700 | 38 |330679 | 22.3 |8964k| 41 | - | 231 |9188 | 231 |2455 | 18 | 10k|2722 | 0.000000e+00 | -- | Inf
56.37/56.45 c 56.4s| 14800 | 39 |332676 | 22.3 |8968k| 41 | 42 | 231 |9174 | 231 |2455 | 18 | 10k|2723 | 0.000000e+00 | -- | Inf
56.67/56.71 c 56.7s| 14900 | 39 |334659 | 22.3 |8980k| 41 | 32 | 231 |9183 | 231 |2455 | 18 | 11k|2723 | 0.000000e+00 | -- | Inf
56.87/56.99 c 57.0s| 15000 | 41 |336749 | 22.3 |9000k| 41 | 44 | 231 |9208 | 231 |2455 | 18 | 11k|2723 | 0.000000e+00 | -- | Inf
57.18/57.28 c 57.3s| 15100 | 45 |339109 | 22.3 |9030k| 41 | - | 231 |9257 | 231 |2455 | 18 | 11k|2723 | 0.000000e+00 | -- | Inf
57.47/57.59 c 57.6s| 15200 | 53 |341582 | 22.3 |9061k| 41 | 39 | 231 |9288 | 231 |2455 | 18 | 11k|2724 | 0.000000e+00 | -- | Inf
57.77/57.89 c 57.9s| 15300 | 61 |344060 | 22.3 |9093k| 41 | 29 | 231 |9319 | 231 |2455 | 18 | 11k|2724 | 0.000000e+00 | -- | Inf
58.18/58.21 c 58.2s| 15400 | 55 |346658 | 22.3 |9105k| 41 | - | 231 |9376 | 231 |2455 | 18 | 11k|2724 | 0.000000e+00 | -- | Inf
58.48/58.51 c 58.5s| 15500 | 51 |349000 | 22.3 |9123k| 41 | - | 231 |9450 | 231 |2455 | 18 | 11k|2724 | 0.000000e+00 | -- | Inf
58.77/58.81 c 58.8s| 15600 | 49 |351321 | 22.3 |9146k| 41 | - | 231 |9528 | 231 |2455 | 18 | 11k|2724 | 0.000000e+00 | -- | Inf
59.07/59.12 c 59.1s| 15700 | 52 |353832 | 22.3 |9174k| 41 | 39 | 231 |9593 | 231 |2455 | 18 | 11k|2724 | 0.000000e+00 | -- | Inf
59.28/59.36 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
59.28/59.36 c 59.4s| 15800 | 51 |355689 | 22.3 |9207k| 41 | 36 | 231 |9685 | 231 |2455 | 18 | 11k|2725 | 0.000000e+00 | -- | Inf
59.57/59.63 c 59.6s| 15900 | 52 |357748 | 22.3 |9235k| 41 | - | 231 |9751 | 231 |2455 | 18 | 11k|2726 | 0.000000e+00 | -- | Inf
59.77/59.87 c 59.9s| 16000 | 52 |359566 | 22.3 |9258k| 41 | - | 231 |9807 | 231 |2455 | 18 | 11k|2727 | 0.000000e+00 | -- | Inf
60.07/60.15 c 60.1s| 16100 | 52 |361841 | 22.3 |9275k| 41 | 35 | 231 |9863 | 231 |2455 | 18 | 11k|2727 | 0.000000e+00 | -- | Inf
60.37/60.44 c 60.4s| 16200 | 52 |364225 | 22.3 |9300k| 41 | 42 | 231 |9927 | 231 |2455 | 18 | 11k|2727 | 0.000000e+00 | -- | Inf
60.67/60.70 c 60.7s| 16300 | 56 |366286 | 22.3 |9338k| 41 | - | 231 |9985 | 231 |2455 | 18 | 12k|2727 | 0.000000e+00 | -- | Inf
60.97/61.04 c 61.0s| 16400 | 50 |369011 | 22.3 |9342k| 41 | 38 | 231 | 10k| 231 |2455 | 18 | 12k|2727 | 0.000000e+00 | -- | Inf
61.27/61.32 c 61.3s| 16500 | 49 |371263 | 22.3 |9366k| 41 | - | 231 | 10k| 231 |2455 | 18 | 12k|2727 | 0.000000e+00 | -- | Inf
61.58/61.60 c 61.6s| 16600 | 53 |373559 | 22.3 |9394k| 41 | 38 | 231 | 10k| 231 |2455 | 18 | 12k|2727 | 0.000000e+00 | -- | Inf
61.77/61.87 c 61.9s| 16700 | 51 |375737 | 22.3 |9417k| 41 | - | 231 | 10k| 231 |2455 | 18 | 12k|2727 | 0.000000e+00 | -- | Inf
62.07/62.14 c 62.1s| 16800 | 54 |377838 | 22.3 |9449k| 41 | - | 231 | 10k| 231 |2455 | 18 | 12k|2728 | 0.000000e+00 | -- | Inf
62.37/62.44 c 62.4s| 16900 | 53 |380265 | 22.3 |9477k| 41 | 38 | 231 | 10k| 231 |2455 | 18 | 12k|2729 | 0.000000e+00 | -- | Inf
62.68/62.71 c 62.7s| 17000 | 59 |382414 | 22.3 |9526k| 41 | - | 231 | 10k| 0 | 0 | 18 | 12k|2729 | 0.000000e+00 | -- | Inf
62.87/62.98 c 63.0s| 17100 | 61 |384560 | 22.3 |9551k| 41 | 47 | 231 | 10k| 231 |2455 | 18 | 12k|2729 | 0.000000e+00 | -- | Inf
63.17/63.28 c 63.3s| 17200 | 61 |386902 | 22.3 |9587k| 41 | - | 231 | 10k| 231 |2455 | 18 | 12k|2729 | 0.000000e+00 | -- | Inf
63.47/63.55 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
63.47/63.55 c 63.5s| 17300 | 61 |389069 | 22.3 |9607k| 41 | 40 | 231 | 10k| 231 |2455 | 18 | 12k|2729 | 0.000000e+00 | -- | Inf
63.78/63.85 c 63.9s| 17400 | 59 |391551 | 22.3 |9633k| 41 | 28 | 231 | 10k| 231 |2455 | 18 | 12k|2729 | 0.000000e+00 | -- | Inf
64.07/64.13 c 64.1s| 17500 | 57 |393700 | 22.3 |9665k| 41 | 46 | 231 | 10k| 231 |2455 | 18 | 12k|2729 | 0.000000e+00 | -- | Inf
64.37/64.42 c 64.4s| 17600 | 59 |395999 | 22.3 |9697k| 41 | 39 | 231 | 10k| 231 |2455 | 18 | 13k|2729 | 0.000000e+00 | -- | Inf
64.67/64.72 c 64.7s| 17700 | 60 |398403 | 22.3 |9725k| 41 | 43 | 231 | 10k| 231 |2455 | 18 | 13k|2729 | 0.000000e+00 | -- | Inf
64.97/65.04 c 65.0s| 17800 | 64 |401015 | 22.4 |9756k| 41 | - | 231 | 10k| 231 |2455 | 18 | 13k|2729 | 0.000000e+00 | -- | Inf
65.27/65.36 c 65.4s| 17900 | 66 |403618 | 22.4 |9789k| 41 | 46 | 231 | 11k| 231 |2455 | 18 | 13k|2729 | 0.000000e+00 | -- | Inf
65.57/65.66 c 65.7s| 18000 | 70 |406067 | 22.4 |9820k| 41 | 40 | 231 | 11k| 231 |2455 | 18 | 13k|2729 | 0.000000e+00 | -- | Inf
65.87/65.99 c 66.0s| 18100 | 68 |408713 | 22.4 |9847k| 41 | - | 231 | 11k| 231 |2455 | 18 | 13k|2729 | 0.000000e+00 | -- | Inf
66.27/66.31 c 66.3s| 18200 | 70 |411314 | 22.4 |9872k| 41 | - | 231 | 11k| 231 |2455 | 18 | 13k|2729 | 0.000000e+00 | -- | Inf
66.57/66.63 c 66.6s| 18300 | 68 |413923 | 22.5 |9898k| 41 | - | 231 | 11k| 231 |2455 | 18 | 13k|2729 | 0.000000e+00 | -- | Inf
66.87/66.94 c 66.9s| 18400 | 68 |416343 | 22.5 |9925k| 41 | 43 | 231 | 11k| 231 |2455 | 18 | 13k|2729 | 0.000000e+00 | -- | Inf
67.17/67.27 c 67.3s| 18500 | 68 |419093 | 22.5 |9960k| 41 | - | 231 | 11k| 231 |2455 | 18 | 13k|2729 | 0.000000e+00 | -- | Inf
67.47/67.56 c 67.6s| 18600 | 69 |421325 | 22.5 |9986k| 41 | 41 | 231 | 11k| 231 |2455 | 18 | 13k|2729 | 0.000000e+00 | -- | Inf
67.77/67.88 c 67.9s| 18700 | 71 |423961 | 22.5 | 10M| 41 | 32 | 231 | 11k| 231 |2455 | 18 | 13k|2729 | 0.000000e+00 | -- | Inf
68.08/68.17 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
68.08/68.17 c 68.2s| 18800 | 71 |426397 | 22.5 | 10M| 41 | - | 231 | 11k| 231 |2455 | 18 | 13k|2729 | 0.000000e+00 | -- | Inf
68.37/68.49 c 68.5s| 18900 | 75 |428880 | 22.5 | 10M| 41 | - | 231 | 11k| 231 |2455 | 18 | 13k|2729 | 0.000000e+00 | -- | Inf
68.77/68.81 c 68.8s| 19000 | 73 |431496 | 22.6 | 10M| 41 | - | 231 | 11k| 231 |2455 | 18 | 13k|2729 | 0.000000e+00 | -- | Inf
69.07/69.17 c 69.2s| 19100 | 79 |434425 | 22.6 | 10M| 41 | 27 | 231 | 11k| 231 |2455 | 18 | 14k|2729 | 0.000000e+00 | -- | Inf
69.37/69.49 c 69.5s| 19200 | 79 |437174 | 22.6 | 10M| 42 | 41 | 231 | 11k| 231 |2455 | 18 | 14k|2729 | 0.000000e+00 | -- | Inf
69.77/69.83 c 69.8s| 19300 | 78 |439976 | 22.6 | 10M| 47 | - | 231 | 11k| 231 |2455 | 18 | 14k|2729 | 0.000000e+00 | -- | Inf
70.07/70.14 c 70.1s| 19400 | 79 |442467 | 22.7 | 10M| 47 | - | 231 | 11k| 231 |2455 | 18 | 14k|2729 | 0.000000e+00 | -- | Inf
70.38/70.47 c 70.5s| 19500 | 79 |445149 | 22.7 | 10M| 47 | - | 231 | 12k| 231 |2455 | 18 | 14k|2729 | 0.000000e+00 | -- | Inf
70.67/70.78 c 70.8s| 19600 | 81 |447609 | 22.7 | 10M| 47 | 47 | 231 | 12k| 231 |2455 | 18 | 14k|2729 | 0.000000e+00 | -- | Inf
70.97/71.07 c 71.1s| 19700 | 84 |449974 | 22.7 | 10M| 47 | - | 231 | 12k| 231 |2455 | 18 | 14k|2729 | 0.000000e+00 | -- | Inf
71.27/71.38 c 71.4s| 19800 | 80 |452548 | 22.7 | 10M| 47 | - | 231 | 12k| 231 |2455 | 18 | 14k|2729 | 0.000000e+00 | -- | Inf
71.57/71.67 c 71.7s| 19900 | 80 |454776 | 22.7 | 10M| 47 | - | 231 | 12k| 231 |2455 | 18 | 14k|2729 | 0.000000e+00 | -- | Inf
71.87/71.98 c 72.0s| 20000 | 84 |457233 | 22.7 | 10M| 47 | 36 | 231 | 12k| 231 |2455 | 18 | 14k|2729 | 0.000000e+00 | -- | Inf
72.17/72.26 c 72.3s| 20100 | 82 |459443 | 22.7 | 10M| 50 | - | 231 | 12k| 231 |2455 | 18 | 14k|2729 | 0.000000e+00 | -- | Inf
72.48/72.57 c 72.6s| 20200 | 80 |461939 | 22.7 | 10M| 50 | 39 | 231 | 12k| 231 |2455 | 18 | 14k|2729 | 0.000000e+00 | -- | Inf
72.77/72.88 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
72.77/72.88 c 72.9s| 20300 | 79 |464358 | 22.7 | 10M| 50 | - | 231 | 12k| 231 |2455 | 18 | 14k|2729 | 0.000000e+00 | -- | Inf
73.07/73.14 c 73.1s| 20400 | 81 |466228 | 22.7 | 10M| 50 | - | 231 | 12k| 231 |2455 | 18 | 14k|2729 | 0.000000e+00 | -- | Inf
73.37/73.42 c 73.4s| 20500 | 80 |468231 | 22.7 | 10M| 50 | 39 | 231 | 12k| 231 |2455 | 18 | 15k|2729 | 0.000000e+00 | -- | Inf
73.67/73.71 c 73.7s| 20600 | 76 |470413 | 22.7 | 10M| 50 | 44 | 231 | 12k| 231 |2455 | 18 | 15k|2729 | 0.000000e+00 | -- | Inf
73.87/73.96 c 74.0s| 20700 | 76 |472119 | 22.7 | 10M| 50 | 38 | 231 | 12k| 231 |2455 | 18 | 15k|2729 | 0.000000e+00 | -- | Inf
74.17/74.29 c 74.3s| 20800 | 76 |474363 | 22.7 | 10M| 50 | 35 | 231 | 12k| 231 |2455 | 18 | 15k|2739 | 0.000000e+00 | -- | Inf
74.57/74.69 c 74.7s| 20900 | 72 |476935 | 22.7 | 10M| 50 | 32 | 231 | 11k| 231 |2455 | 18 | 15k|2753 | 0.000000e+00 | -- | Inf
74.97/75.04 c 75.0s| 21000 | 66 |479148 | 22.7 | 10M| 50 | - | 231 | 11k| 231 |2455 | 18 | 15k|2762 | 0.000000e+00 | -- | Inf
75.37/75.45 c 75.5s| 21100 | 64 |481517 | 22.7 | 10M| 50 | - | 231 | 11k| 231 |2455 | 18 | 15k|2782 | 0.000000e+00 | -- | Inf
75.78/75.85 c 75.8s| 21200 | 60 |483845 | 22.7 | 10M| 50 | - | 231 | 11k| 231 |2455 | 18 | 15k|2793 | 0.000000e+00 | -- | Inf
76.16/76.23 c 76.2s| 21300 | 57 |486398 | 22.7 | 10M| 50 | - | 231 | 11k| 231 |2455 | 18 | 15k|2806 | 0.000000e+00 | -- | Inf
76.57/76.67 c 76.7s| 21400 | 53 |489099 | 22.7 | 10M| 50 | - | 231 | 11k| 0 | 0 | 18 | 15k|2819 | 0.000000e+00 | -- | Inf
76.98/77.08 c 77.1s| 21500 | 52 |491493 | 22.7 | 10M| 50 | - | 231 | 11k| 231 |2455 | 18 | 15k|2841 | 0.000000e+00 | -- | Inf
77.47/77.51 c 77.5s| 21600 | 52 |494568 | 22.8 |9981k| 50 | 31 | 231 | 11k| 231 |2455 | 18 | 15k|2850 | 0.000000e+00 | -- | Inf
77.87/77.90 c 77.9s| 21700 | 53 |497181 | 22.8 |9980k| 50 | 41 | 231 | 11k| 231 |2455 | 18 | 15k|2867 | 0.000000e+00 | -- | Inf
78.26/78.31 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
78.26/78.31 c 78.3s| 21800 | 54 |500003 | 22.8 | 10M| 50 | 43 | 231 | 11k| 231 |2455 | 18 | 16k|2883 | 0.000000e+00 | -- | Inf
78.67/78.74 c 78.7s| 21900 | 50 |502490 | 22.8 |9938k| 50 | 46 | 231 | 10k| 231 |2455 | 18 | 16k|2906 | 0.000000e+00 | -- | Inf
78.97/79.09 c 79.1s| 22000 | 49 |504778 | 22.8 |9878k| 50 | - | 231 | 10k| 231 |2455 | 18 | 16k|2916 | 0.000000e+00 | -- | Inf
79.36/79.45 c 79.4s| 22100 | 49 |506999 | 22.8 |9838k| 50 | 39 | 231 | 10k| 231 |2455 | 18 | 16k|2930 | 0.000000e+00 | -- | Inf
79.67/79.75 c 79.7s| 22200 | 47 |509158 | 22.8 |9834k| 50 | - | 231 | 10k| 231 |2455 | 18 | 16k|2933 | 0.000000e+00 | -- | Inf
80.07/80.11 c 80.1s| 22300 | 43 |511820 | 22.8 |9778k| 50 | 45 | 231 | 10k| 231 |2455 | 18 | 16k|2936 | 0.000000e+00 | -- | Inf
80.36/80.40 c 80.4s| 22400 | 43 |513822 | 22.8 |9773k| 50 | 39 | 231 | 10k| 231 |2455 | 18 | 16k|2940 | 0.000000e+00 | -- | Inf
80.57/80.68 c 80.7s| 22500 | 45 |515835 | 22.8 |9730k| 50 | 38 | 231 | 10k| 231 |2455 | 18 | 16k|2941 | 0.000000e+00 | -- | Inf
80.97/81.02 c 81.0s| 22600 | 45 |518175 | 22.8 |9701k| 50 | 32 | 231 | 10k| 231 |2455 | 18 | 16k|2942 | 0.000000e+00 | -- | Inf
81.27/81.31 c 81.3s| 22700 | 43 |520379 | 22.8 |9715k| 50 | - | 231 | 10k| 231 |2455 | 18 | 16k|2943 | 0.000000e+00 | -- | Inf
81.47/81.59 c 81.6s| 22800 | 42 |522519 | 22.8 |9729k| 50 | 41 | 231 | 10k| 231 |2455 | 18 | 16k|2943 | 0.000000e+00 | -- | Inf
81.77/81.89 c 81.9s| 22900 | 44 |524897 | 22.8 |9757k| 50 | - | 231 | 10k| 231 |2455 | 18 | 16k|2944 | 0.000000e+00 | -- | Inf
82.06/82.16 c 82.2s| 23000 | 47 |527086 | 22.8 |9786k| 50 | 34 | 231 | 10k| 231 |2455 | 18 | 16k|2944 | 0.000000e+00 | -- | Inf
82.37/82.48 c 82.5s| 23100 | 40 |529557 | 22.8 |9798k| 50 | - | 231 | 10k| 231 |2455 | 18 | 16k|2946 | 0.000000e+00 | -- | Inf
82.67/82.77 c 82.8s| 23200 | 41 |531792 | 22.8 |9777k| 50 | - | 231 | 10k| 231 |2455 | 18 | 17k|2946 | 0.000000e+00 | -- | Inf
82.97/83.09 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
82.97/83.09 c 83.1s| 23300 | 36 |534202 | 22.8 |9770k| 50 | - | 231 | 10k| 231 |2455 | 18 | 17k|2946 | 0.000000e+00 | -- | Inf
83.36/83.40 c 83.4s| 23400 | 36 |536606 | 22.8 |9718k| 50 | 40 | 231 | 10k| 231 |2455 | 18 | 17k|2946 | 0.000000e+00 | -- | Inf
83.57/83.68 c 83.7s| 23500 | 32 |538787 | 22.8 |9721k| 50 | - | 231 | 10k| 231 |2455 | 18 | 17k|2946 | 0.000000e+00 | -- | Inf
83.86/83.97 c 84.0s| 23600 | 36 |541048 | 22.8 |9727k| 50 | - | 231 | 10k| 231 |2455 | 18 | 17k|2947 | 0.000000e+00 | -- | Inf
84.16/84.29 c 84.3s| 23700 | 38 |543560 | 22.8 |9740k| 50 | 31 | 231 | 10k| 231 |2455 | 18 | 17k|2948 | 0.000000e+00 | -- | Inf
84.58/84.65 c 84.7s| 23800 | 34 |546038 | 22.8 |9755k| 50 | - | 231 | 10k| 231 |2455 | 18 | 17k|2957 | 0.000000e+00 | -- | Inf
84.97/85.07 c 85.1s| 23900 | 34 |548848 | 22.8 |9786k| 50 | - | 231 | 10k| 231 |2455 | 18 | 17k|2968 | 0.000000e+00 | -- | Inf
85.36/85.42 c 85.4s| 24000 | 32 |550932 | 22.8 |9782k| 50 | 44 | 231 | 10k| 231 |2455 | 18 | 17k|2983 | 0.000000e+00 | -- | Inf
85.67/85.75 c 85.8s| 24100 | 30 |553070 | 22.8 |9773k| 50 | 45 | 231 | 10k| 231 |2455 | 18 | 17k|2993 | 0.000000e+00 | -- | Inf
86.06/86.11 c 86.1s| 24200 | 33 |555160 | 22.8 |9782k| 50 | 31 | 231 | 10k| 231 |2455 | 18 | 17k|3013 | 0.000000e+00 | -- | Inf
86.36/86.44 c 86.4s| 24300 | 34 |557482 | 22.8 |9803k| 50 | 26 | 231 | 10k| 231 |2455 | 18 | 17k|3022 | 0.000000e+00 | -- | Inf
86.77/86.80 c 86.8s| 24400 | 34 |559928 | 22.8 |9829k| 50 | 44 | 231 | 10k| 231 |2455 | 18 | 17k|3034 | 0.000000e+00 | -- | Inf
87.16/87.22 c 87.2s| 24500 | 33 |562669 | 22.8 |9847k| 50 | 42 | 231 | 10k| 231 |2455 | 18 | 18k|3051 | 0.000000e+00 | -- | Inf
87.57/87.61 c 87.6s| 24600 | 28 |565244 | 22.9 |9854k| 50 | 41 | 231 | 10k| 231 |2455 | 18 | 18k|3065 | 0.000000e+00 | -- | Inf
87.87/87.96 c 88.0s| 24700 | 28 |567540 | 22.9 |9862k| 50 | - | 231 | 10k| 231 |2455 | 18 | 18k|3079 | 0.000000e+00 | -- | Inf
88.26/88.31 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
88.26/88.31 c 88.3s| 24800 | 27 |569843 | 22.9 |9860k| 50 | - | 231 | 10k| 231 |2455 | 18 | 18k|3092 | 0.000000e+00 | -- | Inf
88.57/88.68 c 88.7s| 24900 | 29 |572255 | 22.9 |9888k| 50 | - | 231 | 10k| 231 |2455 | 18 | 18k|3107 | 0.000000e+00 | -- | Inf
88.97/89.05 c 89.1s| 25000 | 26 |574778 | 22.9 |9852k| 50 | - | 231 | 10k| 231 |2455 | 18 | 18k|3120 | 0.000000e+00 | -- | Inf
89.37/89.46 c 89.5s| 25100 | 26 |577584 | 22.9 |9864k| 50 | - | 231 | 10k| 231 |2455 | 18 | 18k|3133 | 0.000000e+00 | -- | Inf
89.76/89.80 c 89.8s| 25200 | 26 |579538 | 22.9 |9851k| 50 | 37 | 231 | 10k| 231 |2455 | 18 | 18k|3148 | 0.000000e+00 | -- | Inf
90.07/90.12 c 90.1s| 25300 | 24 |581883 | 22.9 |9804k| 50 | - | 231 | 10k| 231 |2455 | 18 | 18k|3150 | 0.000000e+00 | -- | Inf
90.36/90.44 c 90.4s| 25400 | 22 |584132 | 22.9 |9769k| 50 | - | 231 | 10k| 231 |2455 | 18 | 18k|3156 | 0.000000e+00 | -- | Inf
90.67/90.74 c 90.7s| 25500 | 19 |586379 | 22.9 |9756k| 50 | 30 | 231 | 10k| 231 |2455 | 18 | 18k|3160 | 0.000000e+00 | -- | Inf
90.97/91.05 c 91.1s| 25600 | 15 |588724 | 22.9 |9748k| 50 | - | 231 | 10k| 231 |2455 | 18 | 18k|3162 | 0.000000e+00 | -- | Inf
91.27/91.38 c 91.4s| 25700 | 15 |591159 | 22.9 |9722k| 50 | 31 | 231 | 10k| 231 |2455 | 18 | 18k|3165 | 0.000000e+00 | -- | Inf
91.57/91.68 c 91.7s| 25800 | 12 |593446 | 22.9 |9713k| 50 | - | 231 | 10k| 231 |2455 | 18 | 19k|3168 | 0.000000e+00 | -- | Inf
91.86/91.96 c 92.0s| 25900 | 12 |595523 | 22.9 |9724k| 50 | - | 231 | 10k| 231 |2455 | 18 | 19k|3172 | 0.000000e+00 | -- | Inf
92.17/92.27 c 92.3s| 26000 | 13 |597750 | 22.9 |9699k| 50 | 36 | 231 | 10k| 231 |2455 | 18 | 19k|3174 | 0.000000e+00 | -- | Inf
92.57/92.61 c 92.6s| 26100 | 12 |600422 | 22.9 |9698k| 50 | - | 231 | 10k| 231 |2455 | 18 | 19k|3175 | 0.000000e+00 | -- | Inf
92.87/92.93 c 92.9s| 26200 | 9 |602874 | 22.9 |9681k| 50 | 32 | 231 | 10k| 231 |2455 | 18 | 19k|3176 | 0.000000e+00 | -- | Inf
93.17/93.27 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
93.17/93.27 c 93.3s| 26300 | 4 |605395 | 22.9 |9589k| 50 | 30 | 231 | 10k| 231 |2455 | 18 | 19k|3178 | 0.000000e+00 | -- | Inf
93.26/93.39 c
93.26/93.39 c SCIP Status : problem is solved [infeasible]
93.26/93.39 c Solving Time (sec) : 93.39
93.26/93.39 c Solving Nodes : 26348
93.26/93.39 c Primal Bound : +1.00000000000000e+20 (0 solutions)
93.26/93.39 c Dual Bound : +1.00000000000000e+20
93.26/93.39 c Gap : 0.00 %
93.26/93.39 s UNSATISFIABLE
93.26/93.39 c SCIP Status : problem is solved [infeasible]
93.26/93.39 c Total Time : 93.39
93.26/93.39 c solving : 93.39
93.26/93.39 c presolving : 0.08 (included in solving)
93.26/93.39 c reading : 0.01 (included in solving)
93.26/93.39 c copying : 0.01 (1 #copies) (minimal 0.01, maximal 0.01, average 0.01)
93.26/93.39 c Original Problem :
93.26/93.39 c Problem name : HOME/instance-3692767-1338019553.opb
93.26/93.39 c Variables : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
93.26/93.39 c Constraints : 2707 initial, 2707 maximal
93.26/93.39 c Objective sense : minimize
93.26/93.39 c Presolved Problem :
93.26/93.39 c Problem name : t_HOME/instance-3692767-1338019553.opb
93.26/93.40 c Variables : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
93.26/93.40 c Constraints : 2443 initial, 12386 maximal
93.26/93.40 c Presolvers : ExecTime SetupTime FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
93.26/93.40 c domcol : 0.00 0.00 0 0 0 0 0 0 0 0 0
93.26/93.40 c trivial : 0.00 0.00 0 0 0 0 0 0 0 0 0
93.26/93.40 c dualfix : 0.00 0.00 0 0 0 0 0 0 0 0 0
93.26/93.40 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0
93.26/93.40 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0
93.26/93.40 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0
93.37/93.41 c gateextraction : 0.00 0.00 0 0 0 0 0 0 0 0 0
93.37/93.41 c implics : 0.00 0.00 0 0 0 0 0 0 0 0 0
93.37/93.41 c components : 0.00 0.00 0 0 0 0 0 0 0 0 0
93.37/93.41 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0
93.37/93.41 c probing : 0.00 0.00 0 0 0 0 0 0 0 0 0
93.37/93.41 c knapsack : 0.00 0.00 0 0 0 0 0 0 0 0 0
93.37/93.41 c setppc : 0.00 0.00 0 0 0 0 0 121 0 0 0
93.37/93.41 c linear : 0.03 0.00 0 0 0 0 0 143 0 0 0
93.37/93.41 c logicor : 0.03 0.00 0 0 0 0 0 0 0 0 0
93.37/93.41 c root node : - - 1 - - 1 - - - - -
93.37/93.41 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Conss Children
93.37/93.41 c integral : 0 0 0 0 13880 0 4 0 68 1046 0 0 26524
93.37/93.41 c knapsack : 1 1 6 107798 0 0 3 7249 132 50526 0 0 0
93.37/93.41 c setppc : 22 22 6 107778 0 0 2 251684 511 153510 0 0 0
93.37/93.41 c logicor : 2420+ 12367 6 49867 0 0 0 99267 123 155595 0 0 0
93.37/93.41 c countsols : 0 0 0 0 0 0 0 0 0 0 0 0 0
93.37/93.41 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS Check ResProp
93.37/93.41 c integral : 15.44 0.00 0.00 0.00 15.44 0.00 0.00 0.00
93.37/93.41 c knapsack : 0.18 0.00 0.00 0.16 0.00 0.00 0.00 0.01
93.37/93.41 c setppc : 0.54 0.00 0.00 0.32 0.00 0.00 0.00 0.22
93.37/93.41 c logicor : 1.97 0.00 0.00 1.83 0.00 0.00 0.00 0.14
93.37/93.41 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
93.37/93.41 c Propagators : #Propagate #ResProp Cutoffs DomReds
93.37/93.41 c rootredcost : 0 0 0 0
93.37/93.41 c pseudoobj : 0 0 0 0
93.37/93.41 c vbounds : 0 0 0 0
93.37/93.41 c redcost : 13886 0 0 0
93.37/93.41 c probing : 0 0 0 0
93.37/93.41 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp
93.37/93.41 c rootredcost : 0.09 0.00 0.00 0.09 0.00
93.37/93.41 c pseudoobj : 0.09 0.00 0.00 0.09 0.00
93.37/93.41 c vbounds : 0.08 0.00 0.00 0.08 0.00
93.37/93.41 c redcost : 0.10 0.00 0.00 0.10 0.00
93.37/93.41 c probing : 0.00 0.00 0.00 0.00 0.00
93.37/93.41 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
93.37/93.41 c propagation : 0.05 766 765 3415 18.6 15 14.7 -
93.37/93.41 c infeasible LP : 1.53 12525 12506 68159 28.6 28 14.9 0
93.37/93.41 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
93.37/93.41 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
93.37/93.41 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
93.37/93.41 c applied globally : - - - 19120 18.5 - - -
93.37/93.41 c applied locally : - - - 285 33.0 - - -
93.37/93.41 c Separators : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss
93.37/93.41 c cut pool : 0.00 5 - - 394 - (maximal pool size: 587)
93.37/93.41 c closecuts : 0.00 0.00 0 0 0 0 0
93.37/93.41 c impliedbounds : 0.00 0.00 6 0 0 0 0
93.37/93.41 c intobj : 0.00 0.00 0 0 0 0 0
93.37/93.41 c gomory : 0.20 0.00 6 0 0 200 0
93.37/93.41 c cgmip : 0.00 0.00 0 0 0 0 0
93.37/93.41 c strongcg : 0.27 0.00 6 0 0 2780 0
93.37/93.41 c cmir : 0.02 0.00 6 0 0 0 0
93.37/93.41 c flowcover : 0.03 0.00 6 0 0 0 0
93.37/93.41 c clique : 0.00 0.00 6 0 0 0 0
93.37/93.41 c zerohalf : 0.00 0.00 0 0 0 0 0
93.37/93.41 c mcf : 0.00 0.00 1 0 0 0 0
93.37/93.41 c oddcycle : 0.00 0.00 0 0 0 0 0
93.37/93.41 c rapidlearning : 0.00 0.00 0 0 0 0 0
93.37/93.41 c Pricers : ExecTime SetupTime Calls Vars
93.37/93.41 c problem variables: 0.00 - 0 0
93.37/93.41 c Branching Rules : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss Children
93.37/93.41 c relpscost : 15.41 0.00 13880 68 1046 0 0 26524
93.37/93.41 c pscost : 0.00 0.00 0 0 0 0 0 0
93.37/93.41 c inference : 0.00 0.00 0 0 0 0 0 0
93.37/93.41 c mostinf : 0.00 0.00 0 0 0 0 0 0
93.37/93.41 c leastinf : 0.00 0.00 0 0 0 0 0 0
93.37/93.41 c fullstrong : 0.00 0.00 0 0 0 0 0 0
93.37/93.41 c allfullstrong : 0.00 0.00 0 0 0 0 0 0
93.37/93.41 c random : 0.00 0.00 0 0 0 0 0 0
93.37/93.41 c Primal Heuristics : ExecTime SetupTime Calls Found
93.37/93.41 c LP solutions : 0.00 - - 0
93.37/93.41 c pseudo solutions : 0.00 - - 0
93.37/93.41 c oneopt : 0.03 0.00 0 0
93.37/93.41 c crossover : 0.02 0.00 0 0
93.37/93.41 c guideddiving : 0.00 0.00 0 0
93.37/93.41 c intshifting : 0.00 0.00 0 0
93.37/93.41 c linesearchdiving : 0.11 0.00 5 0
93.37/93.41 c objpscostdiving : 0.02 0.00 3 0
93.37/93.41 c rootsoldiving : 0.06 0.00 3 0
93.37/93.41 c coefdiving : 0.12 0.00 6 0
93.37/93.41 c pscostdiving : 0.25 0.00 6 0
93.37/93.41 c fracdiving : 0.26 0.00 6 0
93.37/93.41 c veclendiving : 0.20 0.00 6 0
93.37/93.41 c feaspump : 0.31 0.00 3 0
93.37/93.41 c smallcard : 0.00 0.00 0 0
93.37/93.41 c trivial : 0.00 0.00 2 0
93.37/93.41 c shiftandpropagate: 0.01 0.00 1 0
93.37/93.41 c simplerounding : 0.01 0.00 0 0
93.37/93.41 c zirounding : 0.30 0.00 0 0
93.37/93.41 c rounding : 0.20 0.00 1631 0
93.37/93.41 c shifting : 0.16 0.00 472 0
93.37/93.41 c twoopt : 0.00 0.00 0 0
93.37/93.41 c indoneopt : 0.05 0.00 0 0
93.37/93.41 c indtwoopt : 0.00 0.00 0 0
93.37/93.41 c fixandinfer : 0.00 0.00 0 0
93.37/93.41 c clique : 0.00 0.00 0 0
93.37/93.41 c indcoefdiving : 0.00 0.00 0 0
93.37/93.41 c indrounding : 0.00 0.00 0 0
93.37/93.41 c nlpdiving : 0.00 0.00 0 0
93.37/93.41 c intdiving : 0.00 0.00 0 0
93.37/93.41 c actconsdiving : 0.00 0.00 0 0
93.37/93.41 c octane : 0.00 0.00 0 0
93.37/93.41 c rens : 0.03 0.00 1 0
93.37/93.41 c rins : 0.00 0.00 0 0
93.37/93.41 c localbranching : 0.00 0.00 0 0
93.37/93.41 c mutation : 0.00 0.00 0 0
93.37/93.41 c dins : 0.00 0.00 0 0
93.37/93.41 c vbounds : 0.00 0.00 0 0
93.37/93.41 c undercover : 0.00 0.00 0 0
93.37/93.41 c subnlp : 0.02 0.00 0 0
93.37/93.41 c trysol : 0.03 0.00 0 0
93.37/93.41 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It
93.37/93.41 c primal LP : 0.00 1 0 0.00 - 0.00 1
93.37/93.41 c dual LP : 63.71 26355 597260 22.71 9374.27 0.02 57
93.37/93.41 c lex dual LP : 0.00 0 0 0.00 -
93.37/93.41 c barrier LP : 0.00 0 0 0.00 - 0.00 0
93.37/93.41 c diving/probing LP: 1.11 933 9004 9.65 8106.23
93.37/93.41 c strong branching : 15.13 3178 134645 42.37 8898.78
93.37/93.41 c (at root node) : - 28 5258 187.79 -
93.37/93.41 c conflict analysis: 0.00 0 0 0.00 -
93.37/93.41 c B&B Tree :
93.37/93.41 c number of runs : 1
93.37/93.41 c nodes : 26348
93.37/93.41 c nodes (total) : 26348
93.37/93.41 c nodes left : 0
93.37/93.41 c max depth : 50
93.37/93.41 c max depth (total): 50
93.37/93.41 c backtracks : 3123 (11.9%)
93.37/93.41 c delayed cutoffs : 177
93.37/93.41 c repropagations : 46687 (63464 domain reductions, 177 cutoffs)
93.37/93.41 c avg switch length: 5.10
93.37/93.41 c switching time : 1.99
93.37/93.41 c Solution :
93.37/93.41 c Solutions found : 0 (0 improvements)
93.37/93.41 c Primal Bound : infeasible
93.37/93.41 c Dual Bound : -
93.37/93.41 c Gap : 0.00 %
93.37/93.41 c Root Dual Bound : +0.00000000000000e+00
93.37/93.41 c Root Iterations : 2973
93.37/93.41 c Time complete: 93.38.
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-3692767-1338019553/watcher-3692767-1338019553 -o /tmp/evaluation-result-3692767-1338019553/solver-3692767-1338019553 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692767-1338019553.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.14 2.03 2.01 3/178 5474
/proc/meminfo: memFree=29071540/32873844 swapFree=7364/7364
[pid=5474] ppid=5472 vsize=10124 CPUtime=0 cores=1,3,5,7
/proc/5474/stat : 5474 (scip-2.1.1.4sfi) R 5472 5474 4481 0 -1 4202496 1280 0 0 0 0 0 0 0 20 0 1 0 268080149 10366976 1235 33554432000 4194304 10169799 140734529892064 140735539081624 8797266 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5474/statm: 2531 1235 409 1459 0 1063 0
[startup+0.0099979 s]
/proc/loadavg: 2.14 2.03 2.01 3/178 5474
/proc/meminfo: memFree=29071540/32873844 swapFree=7364/7364
[pid=5474] ppid=5472 vsize=10840 CPUtime=0 cores=1,3,5,7
/proc/5474/stat : 5474 (scip-2.1.1.4sfi) R 5472 5474 4481 0 -1 4202496 1432 0 0 0 0 0 0 0 20 0 1 0 268080149 11100160 1387 33554432000 4194304 10169799 140734529892064 140735539081624 7543003 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5474/statm: 2710 1397 409 1459 0 1242 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10840
[startup+0.100252 s]
/proc/loadavg: 2.14 2.03 2.01 3/178 5474
/proc/meminfo: memFree=29071540/32873844 swapFree=7364/7364
[pid=5474] ppid=5472 vsize=27952 CPUtime=0.09 cores=1,3,5,7
/proc/5474/stat : 5474 (scip-2.1.1.4sfi) R 5472 5474 4481 0 -1 4202496 6070 0 0 0 4 5 0 0 20 0 1 0 268080149 28622848 5730 33554432000 4194304 10169799 140734529892064 140735539081624 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5474/statm: 6988 5730 689 1459 0 5520 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27952
[startup+0.300253 s]
/proc/loadavg: 2.14 2.03 2.01 3/178 5474
/proc/meminfo: memFree=29071540/32873844 swapFree=7364/7364
[pid=5474] ppid=5472 vsize=29488 CPUtime=0.29 cores=1,3,5,7
/proc/5474/stat : 5474 (scip-2.1.1.4sfi) R 5472 5474 4481 0 -1 4202496 6582 0 0 0 23 6 0 0 20 0 1 0 268080149 30195712 6228 33554432000 4194304 10169799 140734529892064 140734529884376 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5474/statm: 7372 6228 778 1459 0 5904 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29488
[startup+0.700249 s]
/proc/loadavg: 2.14 2.03 2.01 3/178 5474
/proc/meminfo: memFree=29071540/32873844 swapFree=7364/7364
[pid=5474] ppid=5472 vsize=36868 CPUtime=0.69 cores=1,3,5,7
/proc/5474/stat : 5474 (scip-2.1.1.4sfi) R 5472 5474 4481 0 -1 4202496 8351 0 0 0 59 10 0 0 20 0 1 0 268080149 37752832 7995 33554432000 4194304 10169799 140734529892064 140734529884376 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5474/statm: 9217 7995 813 1459 0 7749 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36868
[startup+1.50021 s]
/proc/loadavg: 2.14 2.03 2.01 3/179 5475
/proc/meminfo: memFree=29041880/32873844 swapFree=7364/7364
[pid=5474] ppid=5472 vsize=37692 CPUtime=1.49 cores=1,3,5,7
/proc/5474/stat : 5474 (scip-2.1.1.4sfi) R 5472 5474 4481 0 -1 4202496 11268 0 0 0 136 13 0 0 20 0 1 0 268080149 38596608 8267 33554432000 4194304 10169799 140734529892064 140734529886664 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5474/statm: 9423 8267 854 1459 0 7955 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37692
[startup+3.10021 s]
/proc/loadavg: 2.14 2.03 2.01 3/179 5475
/proc/meminfo: memFree=29041508/32873844 swapFree=7364/7364
[pid=5474] ppid=5472 vsize=37692 CPUtime=3.09 cores=1,3,5,7
/proc/5474/stat : 5474 (scip-2.1.1.4sfi) R 5472 5474 4481 0 -1 4202496 11289 0 0 0 294 15 0 0 20 0 1 0 268080149 38596608 8288 33554432000 4194304 10169799 140734529892064 140734529886712 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5474/statm: 9423 8288 854 1459 0 7955 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37692
[startup+6.30022 s]
/proc/loadavg: 2.13 2.03 2.01 3/179 5475
/proc/meminfo: memFree=29041632/32873844 swapFree=7364/7364
[pid=5474] ppid=5472 vsize=37692 CPUtime=6.28 cores=1,3,5,7
/proc/5474/stat : 5474 (scip-2.1.1.4sfi) R 5472 5474 4481 0 -1 4202496 11298 0 0 0 609 19 0 0 20 0 1 0 268080149 38596608 8297 33554432000 4194304 10169799 140734529892064 140734529886024 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5474/statm: 9423 8297 855 1459 0 7955 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 37692
[startup+12.7002 s]
/proc/loadavg: 2.12 2.03 2.01 3/179 5475
/proc/meminfo: memFree=29041036/32873844 swapFree=7364/7364
[pid=5474] ppid=5472 vsize=38144 CPUtime=12.68 cores=1,3,5,7
/proc/5474/stat : 5474 (scip-2.1.1.4sfi) R 5472 5474 4481 0 -1 4202496 11421 0 0 0 1235 33 0 0 20 0 1 0 268080149 39059456 8419 33554432000 4194304 10169799 140734529892064 140734529886392 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5474/statm: 9536 8419 855 1459 0 8068 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 38144
[startup+25.5003 s]
/proc/loadavg: 2.09 2.03 2.01 3/179 5475
/proc/meminfo: memFree=29037920/32873844 swapFree=7364/7364
[pid=5474] ppid=5472 vsize=39456 CPUtime=25.47 cores=1,3,5,7
/proc/5474/stat : 5474 (scip-2.1.1.4sfi) R 5472 5474 4481 0 -1 4202496 11765 0 0 0 2465 82 0 0 20 0 1 0 268080149 40402944 9155 33554432000 4194304 10169799 140734529892064 140734529886152 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5474/statm: 9864 9155 855 1459 0 8396 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 39456
[startup+51.1003 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 5475
/proc/meminfo: memFree=29034076/32873844 swapFree=7364/7364
[pid=5474] ppid=5472 vsize=42356 CPUtime=51.07 cores=1,3,5,7
/proc/5474/stat : 5474 (scip-2.1.1.4sfi) R 5472 5474 4481 0 -1 4202496 12481 0 0 0 4925 182 0 0 20 0 1 0 268080149 43372544 9871 33554432000 4194304 10169799 140734529892064 140734529885832 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5474/statm: 10589 9871 855 1459 0 9121 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 42356
Solver just ended. Dumping a history of the last processes samples
[startup+76.7003 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 5475
/proc/meminfo: memFree=29030228/32873844 swapFree=7364/7364
[pid=5474] ppid=5472 vsize=44764 CPUtime=76.66 cores=1,3,5,7
/proc/5474/stat : 5474 (scip-2.1.1.4sfi) R 5472 5474 4481 0 -1 4202496 13086 0 0 0 7384 282 0 0 20 0 1 0 268080149 45838336 10475 33554432000 4194304 10169799 140734529892064 140734529886472 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5474/statm: 11191 10475 855 1459 0 9723 0
Current children cumulated CPU time (s) 76.66
Current children cumulated vsize (KiB) 44764
[startup+83.1003 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 5475
/proc/meminfo: memFree=29029360/32873844 swapFree=7364/7364
[pid=5474] ppid=5472 vsize=44960 CPUtime=83.06 cores=1,3,5,7
/proc/5474/stat : 5474 (scip-2.1.1.4sfi) R 5472 5474 4481 0 -1 4202496 13140 0 0 0 8001 305 0 0 20 0 1 0 268080149 46039040 10529 33554432000 4194304 10169799 140734529892064 140734529885832 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5474/statm: 11240 10529 855 1459 0 9772 0
Current children cumulated CPU time (s) 83.06
Current children cumulated vsize (KiB) 44960
[startup+89.5003 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 5475
/proc/meminfo: memFree=29029356/32873844 swapFree=7364/7364
[pid=5474] ppid=5472 vsize=44960 CPUtime=89.46 cores=1,3,5,7
/proc/5474/stat : 5474 (scip-2.1.1.4sfi) R 5472 5474 4481 0 -1 4202496 13152 0 0 0 8618 328 0 0 20 0 1 0 268080149 46039040 10539 33554432000 4194304 10169799 140734529892064 140734529886936 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5474/statm: 11240 10539 855 1459 0 9772 0
Current children cumulated CPU time (s) 89.46
Current children cumulated vsize (KiB) 44960
[startup+91.1003 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 5475
/proc/meminfo: memFree=29029356/32873844 swapFree=7364/7364
[pid=5474] ppid=5472 vsize=45100 CPUtime=91.06 cores=1,3,5,7
/proc/5474/stat : 5474 (scip-2.1.1.4sfi) R 5472 5474 4481 0 -1 4202496 13160 0 0 0 8772 334 0 0 20 0 1 0 268080149 46182400 10547 33554432000 4194304 10169799 140734529892064 140734529889704 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5474/statm: 11275 10547 855 1459 0 9807 0
Current children cumulated CPU time (s) 91.06
Current children cumulated vsize (KiB) 45100
[startup+92.7003 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 5475
/proc/meminfo: memFree=29029356/32873844 swapFree=7364/7364
[pid=5474] ppid=5472 vsize=45100 CPUtime=92.66 cores=1,3,5,7
/proc/5474/stat : 5474 (scip-2.1.1.4sfi) R 5472 5474 4481 0 -1 4202496 13172 0 0 0 8926 340 0 0 20 0 1 0 268080149 46182400 10559 33554432000 4194304 10169799 140734529892064 140734529886856 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5474/statm: 11275 10559 855 1459 0 9807 0
Current children cumulated CPU time (s) 92.66
Current children cumulated vsize (KiB) 45100
[startup+93.1003 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 5475
/proc/meminfo: memFree=29029356/32873844 swapFree=7364/7364
[pid=5474] ppid=5472 vsize=45100 CPUtime=93.07 cores=1,3,5,7
/proc/5474/stat : 5474 (scip-2.1.1.4sfi) R 5472 5474 4481 0 -1 4202496 13176 0 0 0 8965 342 0 0 20 0 1 0 268080149 46182400 10563 33554432000 4194304 10169799 140734529892064 140734529886856 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5474/statm: 11275 10563 855 1459 0 9807 0
Current children cumulated CPU time (s) 93.07
Current children cumulated vsize (KiB) 45100
[startup+93.3003 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 5475
/proc/meminfo: memFree=29029356/32873844 swapFree=7364/7364
[pid=5474] ppid=5472 vsize=45100 CPUtime=93.26 cores=1,3,5,7
/proc/5474/stat : 5474 (scip-2.1.1.4sfi) R 5472 5474 4481 0 -1 4202496 13176 0 0 0 8983 343 0 0 20 0 1 0 268080149 46182400 10563 33554432000 4194304 10169799 140734529892064 140734529886472 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5474/statm: 11275 10563 855 1459 0 9807 0
Current children cumulated CPU time (s) 93.26
Current children cumulated vsize (KiB) 45100
[startup+93.4003 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 5475
/proc/meminfo: memFree=29029976/32873844 swapFree=7364/7364
[pid=5474] ppid=5472 vsize=43688 CPUtime=93.37 cores=1,3,5,7
/proc/5474/stat : 5474 (scip-2.1.1.4sfi) R 5472 5474 4481 0 -1 4202496 13179 0 0 0 8993 344 0 0 20 0 1 0 268080149 44736512 10213 33554432000 4194304 10169799 140734529892064 140734529886472 4515685 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5474/statm: 10922 10213 858 1459 0 9454 0
Current children cumulated CPU time (s) 93.37
Current children cumulated vsize (KiB) 43688
Child status: 0
Real time (s): 93.4152
CPU time (s): 93.3878
CPU user time (s): 89.9413
CPU system time (s): 3.44648
CPU usage (%): 99.9707
Max. virtual memory (cumulated for all children) (KiB): 45100
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.9413
system time used= 3.44648
maximum resident set size= 43312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13181
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= 96
runsolver used 0.199969 second user time and 0.516921 second system time
The end
Launcher Data
Begin job on node133 at 2012-05-26 10:05:54
IDJOB=3692767
IDBENCH=1309
IDSOLVER=2272
FILE ID=node133/3692767-1338019553
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.1900584106.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-3692767-1338019553/watcher-3692767-1338019553 -o /tmp/evaluation-result-3692767-1338019553/solver-3692767-1338019553 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692767-1338019553.opb -t 1800 -m 15500
TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4
MD5SUM BENCH= 4a96a2353b6045ef15a9bfabac06d14b
RANDOM SEED=570212703
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: 29071804 kB
Buffers: 245036 kB
Cached: 2717316 kB
SwapCached: 0 kB
Active: 544512 kB
Inactive: 2485016 kB
Active(anon): 69316 kB
Inactive(anon): 0 kB
Active(file): 475196 kB
Inactive(file): 2485016 kB
Unevictable: 7364 kB
Mlocked: 7364 kB
SwapTotal: 67108856 kB
SwapFree: 67108856 kB
Dirty: 13660 kB
Writeback: 0 kB
AnonPages: 108692 kB
Mapped: 17716 kB
Shmem: 212 kB
Slab: 633364 kB
SReclaimable: 75740 kB
SUnreclaim: 557624 kB
KernelStack: 1488 kB
PageTables: 3836 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 83545776 kB
Committed_AS: 182020 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 346376 kB
VmallocChunk: 34341987860 kB
HardwareCorrupted: 0 kB
AnonHugePages: 77824 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:07:27