Trace number 4529867
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 | PB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/ normalized-3col-almost3reg-l080-r079-n1.opb |
MD5SUM | 1372c66e4673859c6e3da379b7182901 |
Bench Category | DEC-LIN (decision problem, linear constraints, no UNSAT certificate) |
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 | 879.083 |
Has Objective Function | NO |
Satisfiable | |
(Un)Satisfiability was proved | |
Best value of the objective function | |
Optimality of the best value was proved | |
Number of variables | 4323 |
Total number of constraints | 9214 |
Number of constraints which are clauses | 7773 |
Number of constraints which are cardinality constraints (but not clauses) | 1441 |
Number of constraints which are nor clauses,nor cardinality constraints | 0 |
Minimum length of a constraint | 2 |
Maximum length of a constraint | 3 |
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 | 1 |
Number of bits of the biggest number in a constraint | 1 |
Biggest sum of numbers in a constraint | 4 |
Number of bits of the biggest sum of numbers | 3 |
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
33.65/33.80 c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4529867-1752260855.opb
33.65/33.80 c Solving mode: decision
33.65/33.80 c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
33.65/33.80 c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
33.65/33.80 c original problem has 4323 variables (4323 bin, 0 int, 0 impl, 0 cont) and 9214 constraints
33.65/33.80 c presolving:
33.65/33.80 c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 9214 upgd conss, 0 impls, 9214 clqs
33.65/33.80 c (0.1s) probing: 51/4323 (1.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
33.65/33.80 c (0.1s) probing aborted: 50/50 successive totally useless probings
33.65/33.80 c (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
33.65/33.80 c (0.1s) symmetry computation finished: 2 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.01)
33.65/33.80 c dynamic symmetry handling statistics:
33.65/33.80 c orbitopal reduction: no components
33.65/33.80 c orbital reduction: no components
33.65/33.80 c lexicographic reduction: no permutations
33.65/33.80 c handled 1 out of 1 symmetry components
33.65/33.80 c (round 2, exhaustive) 10 del vars, 0 del conss, 1 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 9214 upgd conss, 0 impls, 9177 clqs
33.65/33.80 c (round 3, fast) 24 del vars, 44 del conss, 1 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 9214 upgd conss, 0 impls, 9170 clqs
33.65/33.80 c (0.1s) probing: 56/4323 (1.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
33.65/33.80 c (0.1s) probing aborted: 50/50 successive totally useless probings
33.65/33.80 c presolving (4 rounds: 4 fast, 3 medium, 3 exhaustive):
33.65/33.80 c 24 deleted vars, 44 deleted constraints, 1 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
33.65/33.80 c 0 implications, 9170 cliques
33.65/33.80 c presolved problem has 4306 variables (4306 bin, 0 int, 0 impl, 0 cont) and 9171 constraints
33.65/33.80 c 9170 constraints of type <setppc>
33.65/33.80 c 1 constraints of type <orbitope>
33.65/33.80 c transformed objective value is always integral (scale: 1)
33.65/33.80 c Presolving Time: 0.13
33.65/33.80 c
33.65/33.80 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
33.65/33.80 c 0.3s| 1 | 0 | 3463 | - | 78M | 0 |4306 |9195 |9170 | 0 | 0 | 23 | 0 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 1.0s| 1 | 0 | 9788 | - | 82M | 0 |4306 |9196 |9361 | 191 | 1 | 24 | 0 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 1.2s| 1 | 0 | 10644 | - | 83M | 0 |4306 |9197 |9543 | 373 | 2 | 25 | 0 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 1.4s| 1 | 0 | 11026 | - | 84M | 0 |4306 |9198 |9647 | 477 | 3 | 26 | 0 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 1.6s| 1 | 0 | 11313 | - | 89M | 0 |4306 |9199 |9685 | 515 | 4 | 27 | 0 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 1.9s| 1 | 0 | 11750 | - | 90M | 0 |4306 |9200 |9709 | 539 | 5 | 28 | 0 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 2.2s| 1 | 0 | 12091 | - | 92M | 0 |4306 |9201 |9773 | 603 | 6 | 29 | 0 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 2.8s| 1 | 0 | 12561 | - | 93M | 0 |4306 |9202 |9827 | 657 | 7 | 30 | 0 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 3.0s| 1 | 0 | 12811 | - | 94M | 0 |4306 |9203 |9856 | 686 | 8 | 31 | 0 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 3.5s| 1 | 0 | 12997 | - | 99M | 0 |4306 |9204 |9872 | 702 | 9 | 32 | 0 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 3.7s| 1 | 0 | 13064 | - | 100M | 0 |4306 |9205 |9889 | 719 | 10 | 33 | 0 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 3.8s| 1 | 0 | 13180 | - | 101M | 0 |4306 |9206 |9834 | 736 | 11 | 34 | 0 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 4.6s| 1 | 2 | 14393 | - | 102M | 0 |4306 |9211 |9834 | 736 | 11 | 39 | 11 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 13.8s| 100 | 97 | 40640 | 277.4 | 109M | 62 |4306 |9364 |9685 |1039 | 1 | 192 | 11 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 16.1s| 200 | 130 | 44502 | 157.4 | 111M | 80 |4306 |9445 |9690 |1275 | 1 | 277 | 11 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
33.65/33.80 c 17.6s| 300 | 161 | 45224 | 107.2 | 112M | 105 |4306 |9549 |9701 |1299 | 1 | 381 | 11 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 20.3s| 400 | 135 | 46379 | 83.2 | 112M | 120 |4306 |9655 |9693 |1312 | 2 | 487 | 11 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 21.0s| 500 | 163 | 46973 | 67.7 | 112M | 132 |4306 |9709 |9696 |1317 | 1 | 541 | 11 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 21.9s| 600 | 119 | 47733 | 57.7 | 112M | 132 |4306 |9768 |9688 |1324 | 1 | 601 | 11 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 24.3s| 700 | 101 | 48430 | 50.4 | 112M | 132 |4306 |9829 |9683 |1324 | 1 | 690 | 11 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 24.7s| 800 | 112 | 49172 | 45.0 | 112M | 132 |4306 |9875 |9691 |1340 | 1 | 743 | 11 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 25.2s| 900 | 132 | 50407 | 41.4 | 112M | 132 |4306 |9904 |9556 |1493 | 1 | 779 | 11 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 25.9s| 1000 | 144 | 53153 | 40.0 | 113M | 132 |4306 |9965 |9692 |1512 | 0 | 852 | 11 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 26.5s| 1100 | 143 | 55315 | 38.3 | 113M | 132 |4306 | 10k|9691 |1515 | 1 | 960 | 11 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 26.9s| 1200 | 137 | 56324 | 36.0 | 113M | 132 |4306 | 10k|9689 |1521 | 1 |1036 | 11 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 27.4s| 1300 | 127 | 57824 | 34.4 | 113M | 132 |4306 | 10k|9687 |1546 | 1 |1168 | 11 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 27.9s| 1400 | 162 | 59271 | 32.9 | 113M | 132 |4306 | 10k|9688 |1566 | 1 |1265 | 11 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 28.5s| 1500 | 164 | 61299 | 32.1 | 116M | 132 |4306 | 10k| 0 |1668 | 0 |1371 | 11 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 29.0s| 1600 | 145 | 63081 | 31.2 | 116M | 132 |4306 | 10k|9687 |1685 | 1 |1494 | 11 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 29.4s| 1700 | 143 | 64672 | 30.3 | 116M | 132 |4306 | 10k| 0 |1706 | 0 |1744 | 11 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
33.65/33.80 c 29.9s| 1800 | 154 | 66276 | 29.5 | 116M | 132 |4306 | 10k| 0 |1735 | 0 |2019 | 11 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 30.4s| 1900 | 156 | 68320 | 29.0 | 117M | 132 |4306 | 11k|9688 |1775 | 1 |2276 | 11 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 30.9s| 2000 | 157 | 70304 | 28.6 | 117M | 132 |4306 | 11k|9685 |1833 | 1 |2590 | 11 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 31.4s| 2100 | 159 | 72600 | 28.3 | 117M | 132 |4306 | 11k| 0 |1867 | 0 |2899 | 11 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 31.8s| 2200 | 157 | 74921 | 28.1 | 117M | 132 |4306 | 11k|9684 |1936 | 1 |3198 | 11 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 32.2s| 2300 | 153 | 76851 | 27.7 | 118M | 132 |4306 | 11k| 0 |1953 | 0 |3534 | 11 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 32.7s| 2400 | 152 | 78391 | 27.2 | 118M | 132 |4306 | 11k| 0 |1991 | 0 |3850 | 11 | 0.000000e+00 | -- | Inf | unknown
33.65/33.80 c 33.1s| 2500 | 163 | 80118 | 26.8 | 118M | 132 |4306 | 11k|9662 |2057 | 0 |4074 | 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 33.6s| 2600 | 174 | 82247 | 26.6 | 118M | 132 |4306 | 11k| 0 |2090 | 0 |4271 | 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 34.0s| 2700 | 165 | 84296 | 26.3 | 118M | 132 |4306 | 11k| 0 |2153 | 0 |4626 | 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 34.6s| 2800 | 164 | 86295 | 26.1 | 118M | 132 |4306 | 12k| 0 |2190 | 0 |4992 | 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 35.0s| 2900 | 154 | 88643 | 26.0 | 118M | 132 |4306 | 11k|9687 |2266 | 1 |5340 | 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 35.5s| 3000 | 176 | 90381 | 25.7 | 119M | 132 |4306 | 11k|9668 |2366 | 1 |5515 | 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 36.1s| 3100 | 157 | 92063 | 25.5 | 120M | 132 |4306 | 11k|9665 |2390 | 1 |5709 | 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 36.7s| 3200 | 182 | 93979 | 25.3 | 122M | 132 |4306 | 12k|9684 |2538 | 1 |5918 | 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
57.27/57.51 c 37.2s| 3300 | 164 | 95898 | 25.1 | 122M | 132 |4306 | 12k| 0 |2594 | 0 |6213 | 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 37.7s| 3400 | 173 | 98038 | 25.0 | 122M | 132 |4306 | 12k| 0 |2643 | 0 |6493 | 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 38.2s| 3500 | 174 | 99555 | 24.7 | 122M | 132 |4306 | 12k| 0 |2684 | 0 |6762 | 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 38.7s| 3600 | 173 |101527 | 24.5 | 122M | 132 |4306 | 12k|9684 |2766 | 1 |7057 | 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 39.2s| 3700 | 175 |103348 | 24.4 | 122M | 132 |4306 | 12k|9678 |2849 | 1 |7364 | 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 39.6s| 3800 | 170 |105067 | 24.2 | 122M | 132 |4306 | 12k|9685 |2906 | 1 |7679 | 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 40.1s| 3900 | 175 |106545 | 23.9 | 122M | 132 |4306 | 13k| 0 |2948 | 0 |7949 | 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 40.5s| 4000 | 173 |107857 | 23.7 | 122M | 132 |4306 | 13k|9678 |2980 | 1 |8257 | 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 41.0s| 4100 | 173 |109863 | 23.6 | 123M | 132 |4306 | 13k|9678 |3027 | 1 |8614 | 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 41.4s| 4200 | 163 |111236 | 23.4 | 123M | 132 |4306 | 13k|9678 |3086 | 1 |8893 | 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 41.9s| 4300 | 178 |113316 | 23.3 | 123M | 132 |4306 | 13k| 0 |3138 | 0 |9119 | 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 42.3s| 4400 | 173 |114871 | 23.1 | 123M | 132 |4306 | 13k|9683 |3199 | 2 |9403 | 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 42.7s| 4500 | 174 |116224 | 22.9 | 123M | 132 |4306 | 13k| 0 |3238 | 0 |9692 | 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 43.1s| 4600 | 174 |117828 | 22.8 | 123M | 132 |4306 | 13k|9684 |3270 | 1 |9941 | 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 43.6s| 4700 | 168 |119141 | 22.5 | 123M | 132 |4306 | 14k| 0 |3335 | 0 | 10k| 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
57.27/57.51 c 44.0s| 4800 | 162 |120523 | 22.4 | 123M | 132 |4306 | 14k| 0 |3398 | 0 | 10k| 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 44.4s| 4900 | 165 |121872 | 22.2 | 123M | 132 |4306 | 14k|9685 |3470 | 1 | 10k| 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 44.8s| 5000 | 162 |123484 | 22.1 | 123M | 132 |4306 | 14k|9687 |3510 | 1 | 11k| 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 45.3s| 5100 | 167 |125063 | 21.9 | 123M | 132 |4306 | 14k| 0 |3542 | 0 | 11k| 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 45.6s| 5200 | 160 |125965 | 21.7 | 123M | 132 |4306 | 14k|9678 |3556 | 1 | 11k| 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 46.0s| 5300 | 164 |127529 | 21.6 | 123M | 132 |4306 | 14k| 0 |3593 | 0 | 11k| 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 46.6s| 5400 | 172 |130082 | 21.7 | 123M | 132 |4306 | 14k|9686 |3672 | 1 | 12k| 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 47.0s| 5500 | 173 |131809 | 21.6 | 123M | 132 |4306 | 14k|9686 |3712 | 1 | 12k| 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 47.5s| 5600 | 179 |133436 | 21.5 | 124M | 132 |4306 | 14k|9678 |3755 | 1 | 12k| 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 47.9s| 5700 | 182 |134810 | 21.3 | 124M | 132 |4306 | 14k|9688 |3806 | 1 | 12k| 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 48.2s| 5800 | 182 |135997 | 21.2 | 124M | 132 |4306 | 14k| 0 |3838 | 0 | 13k| 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 48.7s| 5900 | 188 |137601 | 21.1 | 124M | 132 |4306 | 15k| 0 |3862 | 0 | 13k| 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 49.0s| 6000 | 187 |139156 | 21.0 | 124M | 132 |4306 | 15k|9686 |3871 | 1 | 13k| 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 49.4s| 6100 | 177 |140410 | 20.9 | 125M | 132 |4306 | 15k| 0 |3878 | 0 | 13k| 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 49.8s| 6200 | 181 |141708 | 20.7 | 125M | 132 |4306 | 15k| 0 |3920 | 0 | 14k| 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
57.27/57.51 c 50.2s| 6300 | 187 |142648 | 20.6 | 125M | 132 |4306 | 15k|9686 |3944 | 1 | 14k| 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 50.6s| 6400 | 176 |143769 | 20.4 | 125M | 132 |4306 | 15k|9687 |3959 | 1 | 14k| 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 51.0s| 6500 | 170 |145046 | 20.3 | 125M | 132 |4306 | 15k|9688 |4012 | 2 | 15k| 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 51.5s| 6600 | 169 |146678 | 20.2 | 125M | 132 |4306 | 16k|9678 |4035 | 1 | 15k| 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 51.9s| 6700 | 168 |148621 | 20.2 | 125M | 132 |4306 | 15k| 0 |4104 | 0 | 15k| 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 52.4s| 6800 | 163 |150440 | 20.2 | 125M | 132 |4306 | 15k| 0 |4159 | 0 | 16k| 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 52.9s| 6900 | 166 |152039 | 20.1 | 125M | 132 |4306 | 15k|9678 |4216 | 1 | 16k| 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 53.4s| 7000 | 167 |153347 | 20.0 | 125M | 132 |4306 | 16k| 0 |4275 | 0 | 16k| 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 53.8s| 7100 | 167 |154552 | 19.9 | 125M | 132 |4306 | 16k|9685 |4327 | 1 | 16k| 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 54.2s| 7200 | 167 |155816 | 19.8 | 125M | 132 |4306 | 16k|9684 |4368 | 1 | 17k| 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 54.6s| 7300 | 165 |157245 | 19.7 | 126M | 132 |4306 | 16k|9686 |4429 | 1 | 17k| 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 55.0s| 7400 | 163 |158646 | 19.7 | 126M | 132 |4306 | 16k|9684 |4509 | 1 | 17k| 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 55.5s| 7500 | 157 |160843 | 19.7 | 126M | 132 |4306 | 16k|9665 |4603 | 1 | 18k| 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 56.1s| 7600 | 163 |163238 | 19.7 | 126M | 132 |4306 | 16k|9674 |4692 | 1 | 18k| 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c 56.7s| 7700 | 154 |165712 | 19.8 | 126M | 132 |4306 | 17k|9665 |4836 | 1 | 18k| 11 | 0.000000e+00 | -- | Inf | unknown
57.27/57.51 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
84.97/85.32 c 57.3s| 7800 | 158 |168258 | 19.9 | 127M | 132 |4306 | 16k| 0 |5009 | 0 | 18k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 57.7s| 7900 | 159 |169511 | 19.8 | 127M | 132 |4306 | 16k| 0 |5044 | 0 | 19k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 58.2s| 8000 | 158 |170938 | 19.7 | 127M | 132 |4306 | 16k|9658 |5106 | 2 | 19k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 58.6s| 8100 | 160 |172559 | 19.7 | 127M | 132 |4306 | 16k|9649 |5150 | 1 | 19k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 59.0s| 8200 | 163 |174462 | 19.7 | 127M | 132 |4306 | 16k|9649 |5178 | 1 | 20k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 59.4s| 8300 | 164 |176082 | 19.6 | 127M | 132 |4306 | 17k| 0 |5225 | 0 | 20k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 59.9s| 8400 | 164 |177473 | 19.6 | 127M | 132 |4306 | 17k| 0 |5269 | 0 | 20k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 60.3s| 8500 | 164 |179063 | 19.5 | 127M | 132 |4306 | 17k|9655 |5316 | 1 | 21k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 60.7s| 8600 | 165 |180908 | 19.5 | 127M | 132 |4306 | 17k|9659 |5362 | 1 | 21k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 61.2s| 8700 | 165 |182145 | 19.4 | 129M | 132 |4306 | 17k|9658 |5415 | 2 | 21k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 61.7s| 8800 | 165 |183811 | 19.4 | 129M | 132 |4306 | 17k|9649 |5499 | 1 | 22k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 62.1s| 8900 | 162 |185177 | 19.3 | 129M | 132 |4306 | 17k|9657 |5588 | 2 | 22k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 62.5s| 9000 | 163 |186545 | 19.3 | 129M | 132 |4306 | 18k|9658 |5642 | 1 | 22k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 63.0s| 9100 | 156 |188029 | 19.2 | 129M | 132 |4306 | 18k|9656 |5713 | 1 | 23k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 63.5s| 9200 | 158 |190117 | 19.2 | 129M | 132 |4306 | 18k|9649 |5800 | 1 | 23k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
84.97/85.32 c 64.0s| 9300 | 159 |192034 | 19.2 | 129M | 132 |4306 | 18k|9659 |5871 | 1 | 23k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 64.5s| 9400 | 159 |193776 | 19.2 | 129M | 132 |4306 | 18k|9660 |5930 | 1 | 24k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 65.0s| 9500 | 160 |195440 | 19.2 | 129M | 132 |4306 | 18k|9655 |5993 | 1 | 24k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 65.4s| 9600 | 154 |197047 | 19.2 | 129M | 132 |4306 | 18k| 0 |6060 | 0 | 25k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 66.0s| 9700 | 159 |199625 | 19.2 | 131M | 132 |4306 | 18k| 0 |6300 | 0 | 25k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 66.5s| 9800 | 168 |201427 | 19.2 | 131M | 132 |4306 | 18k|9673 |6351 | 1 | 25k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 67.0s| 9900 | 164 |203691 | 19.2 | 131M | 132 |4306 | 18k|9664 |6434 | 1 | 26k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 67.4s| 10000 | 167 |205563 | 19.2 | 131M | 132 |4306 | 18k| 0 |6470 | 0 | 26k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 67.9s| 10100 | 152 |207409 | 19.2 | 131M | 132 |4306 | 18k| 0 |6514 | 0 | 26k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 68.5s| 10200 | 171 |210032 | 19.3 | 132M | 132 |4306 | 18k|9663 |6656 | 1 | 27k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 69.1s| 10300 | 173 |212369 | 19.3 | 132M | 132 |4306 | 18k|9663 |6743 | 1 | 27k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 69.8s| 10400 | 166 |214273 | 19.3 | 132M | 132 |4306 | 18k|9663 |6829 | 1 | 27k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 70.3s| 10500 | 166 |216265 | 19.3 | 133M | 132 |4306 | 18k| 0 |6881 | 0 | 28k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 70.9s| 10600 | 164 |218041 | 19.3 | 133M | 132 |4306 | 18k| 0 |6955 | 0 | 28k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 71.4s| 10700 | 156 |219949 | 19.3 | 133M | 132 |4306 | 18k| 0 |6986 | 0 | 28k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
84.97/85.32 c 71.9s| 10800 | 161 |221489 | 19.3 | 133M | 132 |4306 | 18k| 0 |7053 | 0 | 29k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 72.5s| 10900 | 154 |223182 | 19.3 | 133M | 132 |4306 | 18k| 0 |7109 | 0 | 29k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 73.0s| 11000 | 166 |224960 | 19.3 | 134M | 132 |4306 | 18k|9654 |7221 | 1 | 29k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 73.6s| 11100 | 157 |226803 | 19.2 | 135M | 132 |4306 | 18k|9650 |7338 | 1 | 29k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 74.2s| 11200 | 159 |229277 | 19.3 | 136M | 132 |4306 | 18k|9663 |7516 | 1 | 30k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 74.7s| 11300 | 158 |231018 | 19.3 | 136M | 132 |4306 | 18k| 0 |7570 | 0 | 30k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 75.3s| 11400 | 162 |232474 | 19.2 | 136M | 132 |4306 | 18k|9674 |7654 | 2 | 30k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 75.9s| 11500 | 159 |233909 | 19.2 | 136M | 132 |4306 | 18k|9663 |7729 | 1 | 30k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 76.5s| 11600 | 174 |236249 | 19.2 | 137M | 132 |4306 | 18k| 0 |7871 | 0 | 31k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 77.0s| 11700 | 175 |237980 | 19.2 | 137M | 132 |4306 | 19k|9657 |7942 | 1 | 31k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 77.6s| 11800 | 164 |239871 | 19.2 | 137M | 132 |4306 | 19k|9664 |8071 | 0 | 31k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 78.2s| 11900 | 164 |241624 | 19.2 | 137M | 132 |4306 | 19k|9658 |8126 | 1 | 31k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 78.7s| 12000 | 170 |243232 | 19.2 | 137M | 132 |4306 | 19k|9664 |8188 | 1 | 32k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 79.3s| 12100 | 160 |245299 | 19.2 | 137M | 132 |4306 | 19k| 0 |8316 | 0 | 32k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 79.9s| 12200 | 159 |247208 | 19.2 | 137M | 132 |4306 | 19k| 0 |8494 | 0 | 32k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
84.97/85.32 c 80.5s| 12300 | 156 |249256 | 19.2 | 137M | 132 |4306 | 19k|9663 |8653 | 1 | 32k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 81.2s| 12400 | 162 |251459 | 19.2 | 137M | 132 |4306 | 19k|9663 |8761 | 1 | 32k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 81.8s| 12500 | 161 |253270 | 19.2 | 137M | 132 |4306 | 19k|9666 |8837 | 1 | 33k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 82.4s| 12600 | 163 |255254 | 19.2 | 137M | 132 |4306 | 19k|9663 |8914 | 1 | 33k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 82.9s| 12700 | 169 |256823 | 19.2 | 137M | 132 |4306 | 19k| 0 |8968 | 0 | 33k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 83.5s| 12800 | 168 |258778 | 19.2 | 137M | 132 |4306 | 19k|9669 |9039 | 1 | 34k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 84.0s| 12900 | 168 |259964 | 19.1 | 137M | 132 |4306 | 19k|9669 |9075 | 2 | 34k| 11 | 0.000000e+00 | -- | Inf | unknown
84.97/85.32 c 84.6s| 13000 | 174 |261756 | 19.1 | 138M | 132 |4306 | 19k|9667 |9112 | 1 | 34k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 85.2s| 13100 | 167 |263522 | 19.1 | 138M | 132 |4306 | 19k| 0 |9167 | 0 | 34k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 85.7s| 13200 | 163 |264917 | 19.1 | 138M | 132 |4306 | 19k|9665 |9201 | 0 | 35k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 86.2s| 13300 | 165 |266639 | 19.1 | 138M | 132 |4306 | 19k|9670 |9262 | 1 | 35k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 86.8s| 13400 | 180 |268303 | 19.0 | 138M | 132 |4306 | 19k| 0 |9322 | 0 | 35k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 87.4s| 13500 | 181 |270525 | 19.1 | 138M | 132 |4306 | 19k| 0 |9363 | 0 | 35k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 88.0s| 13600 | 182 |272462 | 19.1 | 138M | 132 |4306 | 19k| 0 |9440 | 0 | 36k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 88.5s| 13700 | 195 |274174 | 19.1 | 138M | 132 |4306 | 19k| 0 |9482 | 0 | 36k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
110.79/111.28 c 89.2s| 13800 | 180 |276435 | 19.1 | 138M | 132 |4306 | 19k|9672 |9577 | 1 | 36k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 89.8s| 13900 | 180 |278487 | 19.1 | 138M | 132 |4306 | 19k|9663 |9648 | 1 | 36k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 90.5s| 14000 | 208 |281205 | 19.1 | 139M | 132 |4306 | 19k|9670 |9726 | 1 | 37k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 91.0s| 14100 | 186 |282776 | 19.1 | 139M | 132 |4306 | 19k|9668 |9754 | 1 | 37k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 91.6s| 14200 | 165 |284876 | 19.1 | 139M | 132 |4306 | 19k|9669 |9805 | 1 | 37k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 92.2s| 14300 | 183 |286361 | 19.1 | 139M | 132 |4306 | 19k|9665 |9847 | 1 | 37k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 92.6s| 14400 | 165 |287367 | 19.0 | 139M | 132 |4306 | 19k| 0 |9863 | 0 | 38k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 93.2s| 14500 | 165 |288638 | 19.0 | 139M | 132 |4306 | 19k|9650 |9883 | 1 | 38k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 93.8s| 14600 | 167 |290777 | 19.0 | 139M | 132 |4306 | 19k|9659 |9955 | 1 | 38k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 94.3s| 14700 | 162 |292399 | 19.0 | 139M | 132 |4306 | 19k|9656 |9989 | 1 | 38k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 94.7s| 14800 | 162 |293141 | 18.9 | 139M | 132 |4306 | 19k|9658 | 10k| 0 | 38k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 95.4s| 14900 | 171 |295760 | 19.0 | 139M | 132 |4306 | 19k|9659 | 10k| 1 | 38k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 95.9s| 15000 | 182 |296285 | 18.9 | 139M | 132 |4306 | 19k|9659 | 10k| 1 | 38k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 96.4s| 15100 | 164 |297288 | 18.8 | 139M | 132 |4306 | 19k| 0 | 10k| 0 | 38k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 96.9s| 15200 | 174 |298274 | 18.8 | 139M | 132 |4306 | 19k|9663 | 10k| 0 | 38k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
110.79/111.28 c 97.3s| 15300 | 172 |298952 | 18.7 | 139M | 132 |4306 | 19k|9659 | 10k| 1 | 38k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 97.8s| 15400 | 182 |300153 | 18.6 | 139M | 132 |4306 | 19k|9663 | 10k| 1 | 39k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 98.3s| 15500 | 199 |300892 | 18.6 | 139M | 132 |4306 | 19k| 0 | 10k| 0 | 39k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 98.7s| 15600 | 197 |301588 | 18.5 | 139M | 132 |4306 | 19k|9663 | 10k| 1 | 39k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 99.2s| 15700 | 199 |303389 | 18.5 | 139M | 132 |4306 | 19k|9658 | 10k| 1 | 39k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 99.7s| 15800 | 182 |304371 | 18.4 | 139M | 132 |4306 | 19k|9658 | 10k| 1 | 39k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 100s| 15900 | 175 |305175 | 18.4 | 139M | 132 |4306 | 19k|9658 | 10k| 1 | 39k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 101s| 16000 | 173 |305941 | 18.3 | 139M | 132 |4306 | 19k|9657 | 10k| 1 | 39k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 101s| 16100 | 180 |306876 | 18.2 | 139M | 132 |4306 | 19k|9660 | 10k| 1 | 39k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 101s| 16200 | 178 |307918 | 18.2 | 139M | 132 |4306 | 19k|9660 | 10k| 1 | 39k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 102s| 16300 | 180 |308921 | 18.1 | 139M | 132 |4306 | 19k|9660 | 10k| 0 | 39k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 103s| 16400 | 191 |310112 | 18.1 | 139M | 132 |4306 | 19k|9664 | 10k| 1 | 39k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 103s| 16500 | 184 |311125 | 18.1 | 139M | 132 |4306 | 19k|9661 | 10k| 1 | 40k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 103s| 16600 | 188 |312593 | 18.0 | 139M | 132 |4306 | 19k|9660 | 10k| 0 | 40k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 104s| 16700 | 193 |313975 | 18.0 | 139M | 132 |4306 | 19k|9660 | 10k| 1 | 40k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
110.79/111.28 c 104s| 16800 | 167 |315496 | 18.0 | 139M | 132 |4306 | 19k| 0 | 10k| 0 | 40k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 105s| 16900 | 182 |316338 | 17.9 | 139M | 132 |4306 | 19k|9665 | 10k| 1 | 40k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 105s| 17000 | 182 |317121 | 17.9 | 139M | 132 |4306 | 19k| 0 | 10k| 0 | 40k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 106s| 17100 | 161 |317997 | 17.8 | 139M | 132 |4306 | 19k|9665 | 10k| 1 | 40k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 106s| 17200 | 186 |319725 | 17.8 | 139M | 132 |4306 | 19k|9671 | 10k| 1 | 40k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 107s| 17300 | 204 |320281 | 17.8 | 139M | 132 |4306 | 19k|9667 | 10k| 1 | 40k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 107s| 17400 | 176 |320939 | 17.7 | 139M | 132 |4306 | 19k|9667 | 10k| 1 | 40k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 108s| 17500 | 171 |321662 | 17.6 | 139M | 132 |4306 | 19k|9671 | 10k| 1 | 40k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 108s| 17600 | 185 |322671 | 17.6 | 139M | 132 |4306 | 19k|9668 | 10k| 1 | 41k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 108s| 17700 | 169 |323917 | 17.6 | 139M | 132 |4306 | 19k|9667 | 10k| 1 | 41k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 109s| 17800 | 162 |324738 | 17.5 | 139M | 132 |4306 | 19k|9667 | 10k| 1 | 41k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 109s| 17900 | 182 |326124 | 17.5 | 141M | 132 |4306 | 19k|9685 | 10k| 1 | 41k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 110s| 18000 | 215 |326863 | 17.4 | 141M | 132 |4306 | 19k|9681 | 10k| 1 | 41k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 110s| 18100 | 205 |327756 | 17.4 | 141M | 132 |4306 | 19k|9680 | 10k| 1 | 41k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c 111s| 18200 | 213 |328599 | 17.3 | 141M | 132 |4306 | 19k|9681 | 10k| 2 | 41k| 11 | 0.000000e+00 | -- | Inf | unknown
110.79/111.28 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
134.70/135.24 c 111s| 18300 | 210 |329353 | 17.3 | 141M | 132 |4306 | 19k|9684 | 10k| 1 | 41k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 112s| 18400 | 209 |331359 | 17.3 | 141M | 132 |4306 | 19k|9679 | 10k| 1 | 41k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 112s| 18500 | 223 |332211 | 17.2 | 141M | 132 |4306 | 19k|9679 | 10k| 1 | 41k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 113s| 18600 | 193 |332993 | 17.2 | 141M | 132 |4306 | 19k|9677 | 10k| 1 | 41k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 113s| 18700 | 196 |334492 | 17.2 | 141M | 132 |4306 | 19k|9677 | 10k| 0 | 41k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 114s| 18800 | 219 |336462 | 17.2 | 141M | 132 |4306 | 19k|9679 | 10k| 1 | 42k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 114s| 18900 | 214 |337576 | 17.2 | 141M | 132 |4306 | 19k|9679 | 10k| 1 | 42k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 115s| 19000 | 216 |338473 | 17.1 | 141M | 132 |4306 | 19k|9680 | 10k| 1 | 42k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 115s| 19100 | 207 |339579 | 17.1 | 141M | 132 |4306 | 19k|9680 | 10k| 2 | 42k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 115s| 19200 | 199 |340374 | 17.0 | 141M | 132 |4306 | 19k|9684 | 10k| 2 | 42k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 116s| 19300 | 196 |342027 | 17.0 | 141M | 132 |4306 | 19k|9676 | 10k| 1 | 42k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 116s| 19400 | 199 |343668 | 17.0 | 141M | 132 |4306 | 19k|9678 | 10k| 1 | 42k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 117s| 19500 | 217 |344771 | 17.0 | 141M | 132 |4306 | 19k|9677 | 10k| 0 | 42k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 117s| 19600 | 217 |345992 | 17.0 | 141M | 132 |4306 | 19k|9680 | 10k| 1 | 42k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 118s| 19700 | 208 |346934 | 16.9 | 141M | 132 |4306 | 19k|9682 | 10k| 1 | 43k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
134.70/135.24 c 118s| 19800 | 238 |348242 | 16.9 | 141M | 132 |4306 | 19k|9680 | 10k| 1 | 43k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 119s| 19900 | 227 |350199 | 16.9 | 141M | 132 |4306 | 19k|9676 | 10k| 1 | 43k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 119s| 20000 | 221 |351430 | 16.9 | 141M | 132 |4306 | 19k| 0 | 10k| 0 | 43k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 120s| 20100 | 222 |353459 | 16.9 | 141M | 132 |4306 | 19k| 0 | 10k| 0 | 43k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 120s| 20200 | 223 |355456 | 16.9 | 141M | 132 |4306 | 19k|9683 | 10k| 1 | 43k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 121s| 20300 | 218 |357232 | 16.9 | 141M | 132 |4306 | 19k|9680 | 10k| 1 | 43k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 121s| 20400 | 217 |359048 | 17.0 | 141M | 132 |4306 | 19k|9676 | 11k| 1 | 44k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 122s| 20500 | 222 |360942 | 17.0 | 141M | 132 |4306 | 19k|9685 | 11k| 0 | 44k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 122s| 20600 | 230 |363027 | 17.0 | 141M | 132 |4306 | 19k| 0 | 11k| 0 | 44k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 122s| 20700 | 228 |364531 | 17.0 | 141M | 132 |4306 | 19k| 0 | 11k| 0 | 44k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 123s| 20800 | 236 |366498 | 17.0 | 141M | 132 |4306 | 19k| 0 | 11k| 0 | 44k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 123s| 20900 | 232 |368236 | 17.0 | 141M | 132 |4306 | 19k| 0 | 11k| 0 | 44k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 124s| 21000 | 231 |370112 | 17.0 | 141M | 132 |4306 | 19k|9676 | 11k| 1 | 45k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 124s| 21100 | 224 |372175 | 17.0 | 141M | 132 |4306 | 19k|9679 | 11k| 2 | 45k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 125s| 21200 | 232 |373713 | 17.0 | 141M | 132 |4306 | 19k|9676 | 11k| 1 | 45k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
134.70/135.24 c 125s| 21300 | 243 |375386 | 17.0 | 141M | 132 |4306 | 19k|9679 | 11k| 2 | 45k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 125s| 21400 | 232 |376908 | 17.0 | 141M | 132 |4306 | 19k|9676 | 11k| 1 | 45k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 126s| 21500 | 232 |378639 | 17.0 | 141M | 132 |4306 | 19k| 0 | 11k| 0 | 45k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 126s| 21600 | 232 |380507 | 17.0 | 141M | 132 |4306 | 19k| 0 | 11k| 0 | 46k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 127s| 21700 | 231 |381622 | 17.0 | 141M | 132 |4306 | 19k|9678 | 11k| 1 | 46k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 127s| 21800 | 232 |383557 | 17.0 | 141M | 132 |4306 | 19k|9680 | 11k| 1 | 46k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 128s| 21900 | 227 |385103 | 17.0 | 141M | 132 |4306 | 19k|9678 | 11k| 1 | 46k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 128s| 22000 | 232 |386301 | 17.0 | 141M | 132 |4306 | 19k| 0 | 11k| 0 | 46k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 128s| 22100 | 238 |388102 | 17.0 | 141M | 132 |4306 | 19k|9678 | 11k| 1 | 46k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 129s| 22200 | 232 |389384 | 16.9 | 142M | 132 |4306 | 19k|9679 | 11k| 1 | 46k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 129s| 22300 | 238 |391351 | 17.0 | 142M | 132 |4306 | 19k| 0 | 11k| 0 | 47k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 130s| 22400 | 241 |392955 | 17.0 | 142M | 132 |4306 | 19k| 0 | 11k| 0 | 47k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 130s| 22500 | 252 |394836 | 17.0 | 142M | 132 |4306 | 19k| 0 | 11k| 0 | 47k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 130s| 22600 | 255 |396664 | 17.0 | 142M | 132 |4306 | 19k|9678 | 11k| 1 | 47k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 131s| 22700 | 270 |398627 | 17.0 | 142M | 132 |4306 | 19k| 0 | 11k| 0 | 47k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
134.70/135.24 c 131s| 22800 | 249 |399942 | 17.0 | 142M | 132 |4306 | 19k|9678 | 11k| 2 | 47k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 132s| 22900 | 250 |400920 | 16.9 | 142M | 132 |4306 | 19k|9676 | 11k| 1 | 47k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 132s| 23000 | 250 |402070 | 16.9 | 142M | 132 |4306 | 19k|9676 | 11k| 1 | 47k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 133s| 23100 | 269 |403379 | 16.9 | 143M | 132 |4306 | 19k|9684 | 11k| 1 | 48k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 133s| 23200 | 254 |404757 | 16.9 | 143M | 132 |4306 | 19k|9676 | 11k| 1 | 48k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 134s| 23300 | 252 |406872 | 16.9 | 143M | 132 |4306 | 19k| 0 | 11k| 0 | 48k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 134s| 23400 | 243 |408770 | 16.9 | 143M | 132 |4306 | 19k|9681 | 11k| 2 | 48k| 11 | 0.000000e+00 | -- | Inf | unknown
134.70/135.24 c 135s| 23500 | 239 |410350 | 16.9 | 143M | 132 |4306 | 19k|9678 | 11k| 1 | 48k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 135s| 23600 | 241 |411671 | 16.9 | 143M | 132 |4306 | 19k|9680 | 11k| 0 | 48k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 136s| 23700 | 247 |413687 | 16.9 | 143M | 132 |4306 | 19k|9681 | 11k| 1 | 48k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 136s| 23800 | 247 |414572 | 16.9 | 143M | 132 |4306 | 19k| 0 | 11k| 0 | 49k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 137s| 23900 | 262 |415791 | 16.8 | 143M | 132 |4306 | 19k|9679 | 11k| 1 | 49k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 137s| 24000 | 241 |416859 | 16.8 | 143M | 132 |4306 | 19k| 0 | 11k| 0 | 49k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 137s| 24100 | 258 |418431 | 16.8 | 143M | 132 |4306 | 19k|9680 | 11k| 1 | 49k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 138s| 24200 | 243 |419800 | 16.8 | 143M | 132 |4306 | 19k| 0 | 11k| 0 | 49k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
157.73/158.34 c 138s| 24300 | 241 |420986 | 16.8 | 143M | 132 |4306 | 19k|9676 | 11k| 1 | 49k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 139s| 24400 | 246 |422773 | 16.8 | 143M | 132 |4306 | 19k|9680 | 11k| 1 | 49k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 139s| 24500 | 250 |424878 | 16.8 | 143M | 132 |4306 | 19k|9678 | 11k| 1 | 49k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 140s| 24600 | 256 |426420 | 16.8 | 143M | 132 |4306 | 19k|9681 | 11k| 1 | 50k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 140s| 24700 | 250 |427476 | 16.8 | 143M | 132 |4306 | 19k|9676 | 11k| 1 | 50k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 140s| 24800 | 242 |429224 | 16.8 | 143M | 132 |4306 | 19k|9676 | 11k| 1 | 50k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 141s| 24900 | 241 |431075 | 16.8 | 143M | 132 |4306 | 19k| 0 | 11k| 0 | 50k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 141s| 25000 | 239 |432862 | 16.8 | 143M | 132 |4306 | 19k|9682 | 11k| 1 | 50k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 142s| 25100 | 236 |434859 | 16.8 | 143M | 132 |4306 | 19k|9679 | 11k| 0 | 50k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 142s| 25200 | 232 |436489 | 16.8 | 143M | 132 |4306 | 19k|9676 | 12k| 1 | 51k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 143s| 25300 | 233 |438470 | 16.8 | 143M | 132 |4306 | 19k|9679 | 12k| 2 | 51k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 143s| 25400 | 242 |439799 | 16.8 | 143M | 132 |4306 | 19k|9677 | 12k| 1 | 51k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 144s| 25500 | 245 |440966 | 16.8 | 143M | 132 |4306 | 19k|9677 | 12k| 1 | 51k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 144s| 25600 | 238 |442513 | 16.8 | 143M | 132 |4306 | 19k|9680 | 12k| 1 | 51k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 145s| 25700 | 243 |443959 | 16.8 | 143M | 132 |4306 | 19k|9676 | 12k| 1 | 51k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
157.73/158.34 c 145s| 25800 | 229 |445606 | 16.8 | 143M | 132 |4306 | 19k|9678 | 12k| 1 | 51k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 146s| 25900 | 230 |447347 | 16.8 | 144M | 132 |4306 | 19k|9678 | 12k| 1 | 52k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 146s| 26000 | 233 |448500 | 16.7 | 144M | 132 |4306 | 19k|9678 | 12k| 1 | 52k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 146s| 26100 | 243 |449547 | 16.7 | 144M | 132 |4306 | 19k|9682 | 12k| 0 | 52k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 147s| 26200 | 233 |450751 | 16.7 | 144M | 132 |4306 | 19k|9677 | 12k| 1 | 52k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 147s| 26300 | 227 |451835 | 16.7 | 144M | 132 |4306 | 19k|9678 | 12k| 1 | 52k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 148s| 26400 | 245 |452693 | 16.6 | 144M | 132 |4306 | 19k|9682 | 12k| 0 | 52k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 148s| 26500 | 240 |453596 | 16.6 | 144M | 132 |4306 | 19k|9683 | 12k| 1 | 52k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 149s| 26600 | 239 |454201 | 16.6 | 144M | 132 |4306 | 19k|9677 | 12k| 0 | 52k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 149s| 26700 | 249 |455271 | 16.6 | 144M | 132 |4306 | 19k| 0 | 12k| 0 | 52k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 150s| 26800 | 237 |456395 | 16.5 | 144M | 132 |4306 | 19k|9678 | 12k| 1 | 52k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 150s| 26900 | 233 |457826 | 16.5 | 144M | 132 |4306 | 19k|9678 | 12k| 1 | 52k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 151s| 27000 | 231 |459586 | 16.5 | 144M | 132 |4306 | 19k|9678 | 12k| 1 | 53k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 151s| 27100 | 230 |460912 | 16.5 | 144M | 132 |4306 | 19k|9682 | 12k| 1 | 53k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 151s| 27200 | 230 |462809 | 16.5 | 144M | 132 |4306 | 19k|9679 | 12k| 1 | 53k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
157.73/158.34 c 152s| 27300 | 231 |464487 | 16.5 | 144M | 132 |4306 | 19k| 0 | 12k| 0 | 53k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 152s| 27400 | 251 |465765 | 16.5 | 144M | 132 |4306 | 19k|9682 | 12k| 1 | 53k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 153s| 27500 | 248 |466933 | 16.5 | 144M | 132 |4306 | 19k|9678 | 12k| 1 | 53k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 153s| 27600 | 250 |468005 | 16.5 | 144M | 132 |4306 | 19k| 0 | 12k| 0 | 53k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 154s| 27700 | 236 |469261 | 16.5 | 144M | 132 |4306 | 19k| 0 | 12k| 0 | 53k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 154s| 27800 | 238 |470653 | 16.5 | 144M | 132 |4306 | 19k|9684 | 12k| 2 | 54k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 155s| 27900 | 237 |472275 | 16.5 | 144M | 132 |4306 | 19k|9679 | 12k| 1 | 54k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 155s| 28000 | 234 |473671 | 16.4 | 144M | 132 |4306 | 19k|9680 | 12k| 1 | 54k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 155s| 28100 | 231 |474380 | 16.4 | 144M | 132 |4306 | 19k|9683 | 12k| 0 | 54k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 156s| 28200 | 228 |476906 | 16.4 | 144M | 132 |4306 | 19k|9681 | 12k| 1 | 54k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 157s| 28300 | 243 |477917 | 16.4 | 144M | 132 |4306 | 19k|9678 | 12k| 1 | 54k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 157s| 28400 | 244 |478949 | 16.4 | 144M | 132 |4306 | 19k| 0 | 12k| 0 | 54k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 157s| 28500 | 254 |479383 | 16.4 | 144M | 132 |4306 | 19k|9683 | 12k| 2 | 54k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 158s| 28600 | 260 |479633 | 16.3 | 144M | 132 |4306 | 19k|9681 | 12k| 1 | 54k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c 158s| 28700 | 258 |480147 | 16.3 | 144M | 132 |4306 | 19k|9680 | 12k| 2 | 54k| 11 | 0.000000e+00 | -- | Inf | unknown
157.73/158.34 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
182.34/183.07 c 158s| 28800 | 252 |480628 | 16.2 | 144M | 132 |4306 | 19k|9681 | 12k| 1 | 54k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 158s| 28900 | 248 |481007 | 16.2 | 144M | 132 |4306 | 19k|9680 | 12k| 1 | 54k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 159s| 29000 | 243 |481512 | 16.1 | 144M | 132 |4306 | 19k|9681 | 12k| 1 | 54k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 159s| 29100 | 231 |482315 | 16.1 | 144M | 132 |4306 | 19k| 0 | 12k| 0 | 54k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 159s| 29200 | 232 |483815 | 16.1 | 144M | 132 |4306 | 19k|9680 | 12k| 1 | 54k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 160s| 29300 | 254 |485130 | 16.1 | 144M | 132 |4306 | 19k|9680 | 12k| 1 | 54k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 160s| 29400 | 248 |486357 | 16.1 | 144M | 132 |4306 | 19k|9680 | 12k| 0 | 55k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 161s| 29500 | 224 |487614 | 16.1 | 144M | 132 |4306 | 19k| 0 | 12k| 0 | 55k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 161s| 29600 | 247 |488587 | 16.1 | 144M | 132 |4306 | 19k|9682 | 12k| 1 | 55k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 162s| 29700 | 229 |489655 | 16.0 | 144M | 132 |4306 | 19k|9680 | 12k| 1 | 55k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 162s| 29800 | 218 |490884 | 16.0 | 144M | 132 |4306 | 19k|9681 | 12k| 1 | 55k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 163s| 29900 | 230 |491865 | 16.0 | 144M | 132 |4306 | 19k|9679 | 12k| 1 | 55k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 163s| 30000 | 225 |493280 | 16.0 | 144M | 132 |4306 | 19k|9680 | 12k| 1 | 55k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 164s| 30100 | 217 |494513 | 16.0 | 144M | 132 |4306 | 19k|9679 | 12k| 1 | 55k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 164s| 30200 | 217 |495719 | 16.0 | 144M | 132 |4306 | 19k| 0 | 12k| 0 | 55k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
182.34/183.07 c 165s| 30300 | 256 |497845 | 16.0 | 144M | 132 |4306 | 19k|9680 | 12k| 0 | 55k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 165s| 30400 | 232 |499450 | 16.0 | 144M | 132 |4306 | 19k|9676 | 12k| 1 | 56k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 166s| 30500 | 233 |500660 | 16.0 | 144M | 132 |4306 | 19k|9676 | 12k| 1 | 56k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 166s| 30600 | 241 |502021 | 16.0 | 144M | 132 |4306 | 19k|9683 | 12k| 1 | 56k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 167s| 30700 | 228 |504404 | 16.0 | 144M | 132 |4306 | 19k|9682 | 12k| 1 | 56k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 167s| 30800 | 225 |505712 | 16.0 | 144M | 132 |4306 | 19k|9681 | 12k| 1 | 56k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 168s| 30900 | 221 |506788 | 16.0 | 144M | 132 |4306 | 19k|9683 | 12k| 1 | 56k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 168s| 31000 | 219 |507896 | 16.0 | 144M | 132 |4306 | 19k|9682 | 12k| 1 | 56k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 169s| 31100 | 220 |510623 | 16.0 | 145M | 132 |4306 | 19k|9682 | 13k| 2 | 56k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 169s| 31200 | 210 |512130 | 16.0 | 145M | 132 |4306 | 19k|9682 | 13k| 0 | 56k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 170s| 31300 | 203 |513117 | 16.0 | 145M | 132 |4306 | 19k| 0 | 13k| 0 | 57k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 170s| 31400 | 207 |515120 | 16.0 | 145M | 132 |4306 | 19k|9676 | 13k| 1 | 57k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 171s| 31500 | 213 |516600 | 16.0 | 145M | 132 |4306 | 19k|9682 | 13k| 1 | 57k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 171s| 31600 | 205 |518040 | 16.0 | 145M | 132 |4306 | 19k| 0 | 13k| 0 | 57k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 171s| 31700 | 204 |519629 | 16.0 | 145M | 132 |4306 | 18k|9676 | 13k| 1 | 57k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
182.34/183.07 c 172s| 31800 | 209 |521308 | 16.0 | 145M | 132 |4306 | 19k| 0 | 13k| 0 | 57k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 172s| 31900 | 205 |522905 | 16.0 | 145M | 132 |4306 | 19k| 0 | 13k| 0 | 57k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 173s| 32000 | 212 |524154 | 16.0 | 145M | 132 |4306 | 19k|9679 | 13k| 1 | 57k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 173s| 32100 | 208 |525170 | 16.0 | 145M | 132 |4306 | 19k| 0 | 13k| 0 | 58k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 174s| 32200 | 199 |526404 | 15.9 | 145M | 132 |4306 | 19k|9683 | 13k| 1 | 58k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 174s| 32300 | 194 |527557 | 15.9 | 145M | 132 |4306 | 19k|9680 | 13k| 0 | 58k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 175s| 32400 | 190 |528827 | 15.9 | 145M | 132 |4306 | 19k| 0 | 13k| 0 | 58k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 175s| 32500 | 187 |530944 | 15.9 | 145M | 132 |4306 | 19k|9682 | 13k| 1 | 58k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 176s| 32600 | 194 |532860 | 15.9 | 145M | 132 |4306 | 19k|9676 | 13k| 1 | 58k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 176s| 32700 | 197 |534533 | 15.9 | 145M | 132 |4306 | 19k|9676 | 13k| 1 | 58k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 177s| 32800 | 194 |535977 | 15.9 | 145M | 132 |4306 | 19k|9677 | 13k| 0 | 58k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 177s| 32900 | 190 |537416 | 15.9 | 145M | 132 |4306 | 19k|9679 | 13k| 1 | 58k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 177s| 33000 | 184 |538913 | 15.9 | 145M | 132 |4306 | 19k|9676 | 13k| 1 | 59k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 178s| 33100 | 185 |540314 | 15.9 | 145M | 132 |4306 | 19k|9679 | 13k| 2 | 59k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 178s| 33200 | 200 |542865 | 16.0 | 145M | 132 |4306 | 19k|9679 | 13k| 1 | 59k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
182.34/183.07 c 179s| 33300 | 211 |543781 | 15.9 | 145M | 132 |4306 | 19k|9680 | 13k| 1 | 59k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 179s| 33400 | 209 |545379 | 15.9 | 146M | 132 |4306 | 19k|9696 | 13k| 1 | 59k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 180s| 33500 | 233 |546154 | 15.9 | 146M | 132 |4306 | 19k|9704 | 13k| 2 | 59k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 180s| 33600 | 213 |546853 | 15.9 | 146M | 132 |4306 | 19k| 0 | 13k| 0 | 59k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 181s| 33700 | 225 |548839 | 15.9 | 146M | 132 |4306 | 19k|9702 | 13k| 1 | 59k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 181s| 33800 | 250 |550948 | 15.9 | 147M | 132 |4306 | 19k|9684 | 13k| 1 | 59k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 182s| 33900 | 248 |551674 | 15.9 | 147M | 132 |4306 | 19k| 0 | 13k| 0 | 59k| 11 | 0.000000e+00 | -- | Inf | unknown
182.34/183.07 c 182s| 34000 | 241 |552833 | 15.9 | 147M | 132 |4306 | 19k|9705 | 13k| 0 | 59k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 183s| 34100 | 238 |553510 | 15.8 | 147M | 132 |4306 | 19k|9707 | 13k| 1 | 59k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 183s| 34200 | 245 |554265 | 15.8 | 147M | 132 |4306 | 19k|9706 | 13k| 1 | 60k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 184s| 34300 | 236 |555096 | 15.8 | 147M | 132 |4306 | 19k|9703 | 13k| 1 | 60k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 184s| 34400 | 226 |558064 | 15.8 | 147M | 132 |4306 | 19k|9701 | 13k| 1 | 60k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 185s| 34500 | 241 |559008 | 15.8 | 147M | 132 |4306 | 19k|9701 | 13k| 1 | 60k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 185s| 34600 | 224 |560177 | 15.8 | 147M | 132 |4306 | 19k|9697 | 13k| 0 | 60k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 186s| 34700 | 241 |561242 | 15.8 | 147M | 132 |4306 | 19k|9700 | 13k| 1 | 60k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
207.36/208.19 c 186s| 34800 | 215 |562229 | 15.8 | 147M | 132 |4306 | 19k| 0 | 13k| 0 | 60k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 187s| 34900 | 214 |563230 | 15.8 | 147M | 132 |4306 | 19k|9701 | 13k| 1 | 60k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 187s| 35000 | 212 |563996 | 15.7 | 147M | 132 |4306 | 19k|9697 | 13k| 1 | 60k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 188s| 35100 | 214 |564876 | 15.7 | 147M | 132 |4306 | 19k|9701 | 13k| 1 | 60k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 188s| 35200 | 203 |565819 | 15.7 | 147M | 132 |4306 | 19k|9696 | 13k| 1 | 61k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 189s| 35300 | 209 |567740 | 15.7 | 147M | 132 |4306 | 18k|9678 | 13k| 1 | 61k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 189s| 35400 | 207 |568769 | 15.7 | 147M | 132 |4306 | 18k| 0 | 13k| 0 | 61k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 190s| 35500 | 203 |570055 | 15.7 | 147M | 132 |4306 | 18k|9686 | 14k| 1 | 61k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 190s| 35600 | 197 |571388 | 15.7 | 147M | 132 |4306 | 18k|9691 | 14k| 1 | 61k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 191s| 35700 | 199 |573681 | 15.7 | 147M | 132 |4306 | 18k|9693 | 14k| 1 | 61k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 191s| 35800 | 208 |574719 | 15.7 | 147M | 132 |4306 | 18k|9699 | 14k| 1 | 61k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 192s| 35900 | 203 |575754 | 15.7 | 147M | 132 |4306 | 18k| 0 | 14k| 0 | 61k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 192s| 36000 | 193 |578364 | 15.7 | 147M | 132 |4306 | 18k| 0 | 14k| 0 | 61k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 193s| 36100 | 209 |579441 | 15.7 | 147M | 132 |4306 | 18k|9694 | 14k| 1 | 61k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 193s| 36200 | 206 |580879 | 15.7 | 147M | 132 |4306 | 18k|9686 | 14k| 1 | 62k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
207.36/208.19 c 194s| 36300 | 207 |582541 | 15.7 | 147M | 132 |4306 | 18k|9696 | 14k| 1 | 62k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 194s| 36400 | 198 |583731 | 15.7 | 147M | 132 |4306 | 18k| 0 | 14k| 0 | 62k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 195s| 36500 | 204 |585387 | 15.7 | 147M | 132 |4306 | 18k|9690 | 14k| 1 | 62k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 195s| 36600 | 210 |587268 | 15.7 | 147M | 132 |4306 | 18k|9693 | 14k| 1 | 62k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 196s| 36700 | 193 |589137 | 15.7 | 147M | 132 |4306 | 18k|9690 | 14k| 0 | 62k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 196s| 36800 | 193 |590117 | 15.7 | 147M | 132 |4306 | 18k|9687 | 14k| 1 | 62k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 197s| 36900 | 188 |591475 | 15.7 | 147M | 132 |4306 | 18k|9686 | 14k| 0 | 62k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 197s| 37000 | 221 |593362 | 15.7 | 148M | 132 |4306 | 18k| 0 | 14k| 0 | 62k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 198s| 37100 | 218 |594614 | 15.7 | 148M | 132 |4306 | 18k|9693 | 14k| 1 | 62k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 198s| 37200 | 208 |595747 | 15.7 | 148M | 132 |4306 | 18k|9694 | 14k| 0 | 63k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 199s| 37300 | 245 |596359 | 15.6 | 148M | 132 |4306 | 18k| 0 | 14k| 0 | 63k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 199s| 37400 | 209 |597189 | 15.6 | 148M | 132 |4306 | 18k|9692 | 14k| 0 | 63k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 200s| 37500 | 211 |597967 | 15.6 | 148M | 132 |4306 | 18k| 0 | 14k| 0 | 63k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 200s| 37600 | 221 |598859 | 15.6 | 148M | 132 |4306 | 18k|9695 | 14k| 1 | 63k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 200s| 37700 | 223 |599646 | 15.6 | 148M | 132 |4306 | 18k|9690 | 14k| 1 | 63k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
207.36/208.19 c 201s| 37800 | 250 |600765 | 15.5 | 148M | 132 |4306 | 18k| 0 | 14k| 0 | 63k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 201s| 37900 | 258 |601599 | 15.5 | 148M | 132 |4306 | 18k| 0 | 14k| 0 | 63k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 202s| 38000 | 232 |602543 | 15.5 | 148M | 132 |4306 | 18k|9693 | 14k| 0 | 63k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 202s| 38100 | 231 |603674 | 15.5 | 148M | 132 |4306 | 18k|9700 | 14k| 1 | 63k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 203s| 38200 | 254 |604524 | 15.5 | 148M | 132 |4306 | 18k|9695 | 14k| 1 | 63k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 203s| 38300 | 262 |607131 | 15.5 | 148M | 132 |4306 | 18k|9695 | 14k| 1 | 63k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 204s| 38400 | 271 |607812 | 15.5 | 148M | 132 |4306 | 18k| 0 | 14k| 0 | 64k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 204s| 38500 | 215 |609142 | 15.5 | 148M | 132 |4306 | 18k|9687 | 14k| 1 | 64k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 205s| 38600 | 214 |609910 | 15.5 | 148M | 132 |4306 | 18k|9687 | 14k| 1 | 64k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 205s| 38700 | 222 |610744 | 15.4 | 148M | 132 |4306 | 18k|9694 | 14k| 1 | 64k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 206s| 38800 | 207 |613071 | 15.5 | 148M | 132 |4306 | 18k|9694 | 14k| 2 | 64k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 206s| 38900 | 237 |613879 | 15.4 | 148M | 132 |4306 | 18k|9694 | 14k| 0 | 64k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 207s| 39000 | 199 |615411 | 15.4 | 148M | 132 |4306 | 18k|9690 | 14k| 1 | 64k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 207s| 39100 | 200 |616640 | 15.4 | 148M | 132 |4306 | 18k|9693 | 14k| 1 | 64k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c 208s| 39200 | 220 |617711 | 15.4 | 148M | 132 |4306 | 18k|9695 | 15k| 1 | 64k| 11 | 0.000000e+00 | -- | Inf | unknown
207.36/208.19 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
233.46/234.31 c 208s| 39300 | 211 |618582 | 15.4 | 148M | 132 |4306 | 18k|9694 | 15k| 2 | 65k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 209s| 39400 | 236 |619612 | 15.4 | 148M | 132 |4306 | 18k|9692 | 15k| 1 | 65k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 209s| 39500 | 247 |621615 | 15.4 | 148M | 132 |4306 | 18k|9690 | 15k| 1 | 65k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 210s| 39600 | 218 |622740 | 15.4 | 148M | 132 |4306 | 18k|9688 | 15k| 1 | 65k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 210s| 39700 | 220 |623738 | 15.4 | 148M | 132 |4306 | 18k|9693 | 15k| 1 | 65k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 210s| 39800 | 214 |625050 | 15.4 | 148M | 132 |4306 | 18k|9690 | 15k| 1 | 65k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 211s| 39900 | 266 |625707 | 15.4 | 148M | 132 |4306 | 18k|9697 | 15k| 1 | 65k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 211s| 40000 | 238 |626716 | 15.3 | 148M | 132 |4306 | 18k|9688 | 15k| 1 | 65k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 212s| 40100 | 234 |627363 | 15.3 | 148M | 132 |4306 | 18k|9693 | 15k| 1 | 65k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 212s| 40200 | 278 |629082 | 15.3 | 148M | 132 |4306 | 18k|9693 | 15k| 2 | 65k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 213s| 40300 | 250 |629815 | 15.3 | 148M | 132 |4306 | 18k|9690 | 15k| 2 | 65k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 213s| 40400 | 288 |630836 | 15.3 | 148M | 132 |4306 | 18k|9693 | 15k| 1 | 65k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 214s| 40500 | 232 |631718 | 15.3 | 148M | 132 |4306 | 18k|9689 | 15k| 1 | 66k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 214s| 40600 | 241 |632865 | 15.3 | 148M | 132 |4306 | 18k| 0 | 15k| 0 | 66k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 215s| 40700 | 248 |634074 | 15.3 | 148M | 132 |4306 | 18k|9689 | 15k| 1 | 66k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
233.46/234.31 c 215s| 40800 | 202 |635823 | 15.3 | 148M | 132 |4306 | 18k|9687 | 15k| 1 | 66k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 216s| 40900 | 226 |637317 | 15.3 | 148M | 132 |4306 | 18k| 0 | 15k| 0 | 66k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 216s| 41000 | 230 |638462 | 15.3 | 148M | 132 |4306 | 18k|9694 | 15k| 1 | 66k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 217s| 41100 | 216 |640037 | 15.3 | 148M | 132 |4306 | 18k|9698 | 15k| 1 | 66k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 217s| 41200 | 211 |640749 | 15.2 | 148M | 132 |4306 | 18k|9695 | 15k| 1 | 66k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 218s| 41300 | 261 |644681 | 15.3 | 149M | 132 |4306 | 18k|9695 | 15k| 1 | 67k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 218s| 41400 | 245 |645717 | 15.3 | 149M | 132 |4306 | 18k|9695 | 15k| 0 | 67k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 219s| 41500 | 216 |646657 | 15.3 | 149M | 132 |4306 | 18k|9695 | 15k| 0 | 67k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 219s| 41600 | 237 |647788 | 15.3 | 149M | 132 |4306 | 18k|9695 | 15k| 1 | 67k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 220s| 41700 | 240 |648547 | 15.2 | 149M | 132 |4306 | 18k|9698 | 15k| 1 | 67k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 220s| 41800 | 234 |649533 | 15.2 | 149M | 132 |4306 | 18k|9691 | 15k| 1 | 67k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 221s| 41900 | 222 |650641 | 15.2 | 149M | 132 |4306 | 18k|9694 | 15k| 1 | 67k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 221s| 42000 | 207 |651858 | 15.2 | 149M | 132 |4306 | 18k|9690 | 15k| 1 | 67k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 222s| 42100 | 214 |653014 | 15.2 | 149M | 132 |4306 | 18k|9693 | 15k| 1 | 67k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 222s| 42200 | 198 |653825 | 15.2 | 149M | 132 |4306 | 18k|9687 | 15k| 1 | 68k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
233.46/234.31 c 223s| 42300 | 210 |654775 | 15.2 | 149M | 132 |4306 | 18k|9690 | 15k| 1 | 68k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 223s| 42400 | 231 |656103 | 15.2 | 149M | 132 |4306 | 18k|9697 | 15k| 1 | 68k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 223s| 42500 | 220 |657240 | 15.2 | 149M | 132 |4306 | 18k|9697 | 15k| 1 | 68k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 224s| 42600 | 214 |658053 | 15.1 | 149M | 132 |4306 | 18k|9690 | 15k| 1 | 68k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 224s| 42700 | 216 |659266 | 15.1 | 149M | 132 |4306 | 18k|9689 | 15k| 1 | 68k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 225s| 42800 | 229 |660224 | 15.1 | 149M | 132 |4306 | 18k|9690 | 15k| 1 | 68k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 225s| 42900 | 219 |661141 | 15.1 | 149M | 132 |4306 | 18k|9693 | 15k| 1 | 68k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 226s| 43000 | 231 |662005 | 15.1 | 149M | 132 |4306 | 18k|9689 | 15k| 1 | 68k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 226s| 43100 | 247 |664212 | 15.1 | 149M | 132 |4306 | 18k|9693 | 15k| 1 | 68k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 227s| 43200 | 213 |665120 | 15.1 | 149M | 132 |4306 | 18k|9689 | 15k| 0 | 68k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 227s| 43300 | 206 |666305 | 15.1 | 149M | 132 |4306 | 18k|9694 | 15k| 1 | 68k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 228s| 43400 | 203 |670088 | 15.1 | 149M | 132 |4306 | 18k|9689 | 15k| 0 | 69k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 228s| 43500 | 204 |671491 | 15.1 | 149M | 132 |4306 | 18k|9690 | 15k| 1 | 69k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 229s| 43600 | 214 |674594 | 15.2 | 149M | 132 |4306 | 18k|9700 | 15k| 1 | 69k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 230s| 43700 | 207 |677912 | 15.2 | 149M | 132 |4306 | 18k|9700 | 15k| 1 | 69k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
233.46/234.31 c 230s| 43800 | 214 |679004 | 15.2 | 149M | 132 |4306 | 18k|9699 | 15k| 1 | 69k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 231s| 43900 | 211 |679839 | 15.2 | 149M | 132 |4306 | 18k|9698 | 15k| 1 | 69k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 231s| 44000 | 206 |680464 | 15.2 | 149M | 132 |4306 | 18k|9699 | 15k| 1 | 69k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 232s| 44100 | 228 |682386 | 15.2 | 149M | 132 |4306 | 18k|9669 | 16k| 2 | 69k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 232s| 44200 | 247 |683828 | 15.2 | 149M | 132 |4306 | 18k| 0 | 16k| 0 | 69k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 233s| 44300 | 252 |684548 | 15.2 | 149M | 132 |4306 | 18k|9668 | 16k| 1 | 70k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 233s| 44400 | 273 |686945 | 15.2 | 149M | 132 |4306 | 18k|9667 | 16k| 1 | 70k| 11 | 0.000000e+00 | -- | Inf | unknown
233.46/234.31 c 234s| 44500 | 283 |687863 | 15.2 | 149M | 132 |4306 | 18k|9667 | 16k| 1 | 70k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 234s| 44600 | 312 |688736 | 15.1 | 149M | 132 |4306 | 18k|9670 | 16k| 1 | 70k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 235s| 44700 | 291 |689890 | 15.1 | 149M | 132 |4306 | 18k|9671 | 16k| 1 | 70k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 235s| 44800 | 315 |693224 | 15.2 | 150M | 132 |4306 | 18k|9668 | 16k| 1 | 70k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 236s| 44900 | 287 |695207 | 15.2 | 150M | 132 |4306 | 18k|9672 | 16k| 0 | 70k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 236s| 45000 | 324 |698311 | 15.2 | 150M | 132 |4306 | 18k|9672 | 16k| 1 | 70k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 237s| 45100 | 275 |699510 | 15.2 | 150M | 132 |4306 | 18k|9667 | 16k| 1 | 70k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 237s| 45200 | 301 |700523 | 15.2 | 150M | 132 |4306 | 18k| 0 | 16k| 0 | 70k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
256.98/257.91 c 238s| 45300 | 259 |701548 | 15.2 | 150M | 132 |4306 | 18k|9668 | 16k| 1 | 71k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 238s| 45400 | 234 |702875 | 15.2 | 150M | 132 |4306 | 18k|9670 | 16k| 2 | 71k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 239s| 45500 | 266 |704613 | 15.2 | 150M | 132 |4306 | 18k|9672 | 16k| 1 | 71k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 239s| 45600 | 272 |706885 | 15.2 | 150M | 132 |4306 | 18k|9671 | 16k| 1 | 71k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 240s| 45700 | 277 |707881 | 15.2 | 150M | 132 |4306 | 18k|9673 | 16k| 1 | 71k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 240s| 45800 | 291 |709270 | 15.2 | 150M | 132 |4306 | 18k|9674 | 16k| 2 | 71k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 241s| 45900 | 284 |710146 | 15.2 | 150M | 132 |4306 | 18k|9669 | 16k| 1 | 71k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 241s| 46000 | 276 |711186 | 15.2 | 150M | 132 |4306 | 18k|9669 | 16k| 1 | 71k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 241s| 46100 | 279 |711790 | 15.2 | 150M | 132 |4306 | 18k|9669 | 16k| 0 | 71k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 242s| 46200 | 297 |712429 | 15.1 | 150M | 132 |4306 | 18k|9669 | 16k| 1 | 72k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 242s| 46300 | 308 |713446 | 15.1 | 150M | 132 |4306 | 18k|9669 | 16k| 1 | 72k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 243s| 46400 | 297 |714483 | 15.1 | 150M | 132 |4306 | 18k| 0 | 16k| 0 | 72k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 243s| 46500 | 321 |715299 | 15.1 | 150M | 132 |4306 | 18k|9670 | 16k| 1 | 72k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 244s| 46600 | 319 |717838 | 15.1 | 150M | 132 |4306 | 18k|9668 | 16k| 0 | 72k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 244s| 46700 | 317 |718779 | 15.1 | 151M | 132 |4306 | 18k|9669 | 16k| 1 | 72k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
256.98/257.91 c 245s| 46800 | 306 |719753 | 15.1 | 151M | 132 |4306 | 18k|9669 | 16k| 1 | 72k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 245s| 46900 | 307 |721518 | 15.1 | 151M | 132 |4306 | 18k|9669 | 16k| 1 | 72k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 246s| 47000 | 324 |722402 | 15.1 | 151M | 132 |4306 | 18k|9669 | 16k| 1 | 72k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 246s| 47100 | 316 |723074 | 15.1 | 151M | 132 |4306 | 18k| 0 | 16k| 0 | 72k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 246s| 47200 | 324 |723867 | 15.1 | 151M | 132 |4306 | 18k|9670 | 16k| 1 | 72k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 247s| 47300 | 326 |724770 | 15.0 | 151M | 132 |4306 | 18k|9670 | 16k| 1 | 73k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 247s| 47400 | 331 |725254 | 15.0 | 151M | 132 |4306 | 18k|9670 | 16k| 1 | 73k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 248s| 47500 | 326 |726225 | 15.0 | 151M | 132 |4306 | 18k| 0 | 16k| 0 | 73k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 248s| 47600 | 327 |727111 | 15.0 | 151M | 132 |4306 | 18k|9669 | 16k| 1 | 73k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 249s| 47700 | 353 |728099 | 15.0 | 151M | 132 |4306 | 18k| 0 | 16k| 0 | 73k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 249s| 47800 | 351 |728970 | 15.0 | 151M | 132 |4306 | 18k|9669 | 16k| 1 | 73k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 249s| 47900 | 358 |729607 | 15.0 | 151M | 132 |4306 | 18k|9669 | 16k| 1 | 73k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 250s| 48000 | 338 |730736 | 14.9 | 151M | 132 |4306 | 18k| 0 | 16k| 0 | 73k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 250s| 48100 | 336 |731752 | 14.9 | 151M | 132 |4306 | 18k|9670 | 16k| 1 | 73k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 251s| 48200 | 327 |732691 | 14.9 | 151M | 132 |4306 | 18k|9670 | 16k| 1 | 74k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
256.98/257.91 c 251s| 48300 | 321 |735310 | 15.0 | 151M | 132 |4306 | 18k|9670 | 16k| 0 | 74k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 252s| 48400 | 320 |735986 | 14.9 | 151M | 132 |4306 | 18k|9669 | 16k| 1 | 74k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 252s| 48500 | 359 |737922 | 14.9 | 151M | 132 |4306 | 18k|9668 | 16k| 1 | 74k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 252s| 48600 | 352 |738734 | 14.9 | 151M | 132 |4306 | 18k|9667 | 16k| 0 | 74k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 253s| 48700 | 320 |739731 | 14.9 | 151M | 132 |4306 | 18k|9669 | 16k| 1 | 74k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 253s| 48800 | 335 |740561 | 14.9 | 151M | 132 |4306 | 18k|9670 | 16k| 1 | 74k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 254s| 48900 | 349 |742990 | 14.9 | 151M | 132 |4306 | 18k|9670 | 16k| 1 | 74k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 254s| 49000 | 333 |743905 | 14.9 | 151M | 132 |4306 | 18k|9668 | 16k| 0 | 74k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 255s| 49100 | 329 |744569 | 14.9 | 151M | 132 |4306 | 18k|9668 | 16k| 1 | 74k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 255s| 49200 | 313 |745261 | 14.9 | 151M | 132 |4306 | 18k|9670 | 16k| 0 | 75k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 255s| 49300 | 318 |746199 | 14.9 | 151M | 132 |4306 | 18k|9669 | 16k| 1 | 75k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 256s| 49400 | 336 |747150 | 14.9 | 151M | 132 |4306 | 18k|9669 | 16k| 1 | 75k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 256s| 49500 | 334 |748635 | 14.9 | 151M | 132 |4306 | 18k|9669 | 16k| 1 | 75k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 257s| 49600 | 317 |749384 | 14.8 | 151M | 132 |4306 | 18k|9669 | 16k| 1 | 75k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c 257s| 49700 | 299 |750480 | 14.8 | 151M | 132 |4306 | 18k|9670 | 16k| 1 | 75k| 11 | 0.000000e+00 | -- | Inf | unknown
256.98/257.91 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
279.90/280.90 c 258s| 49800 | 298 |751610 | 14.8 | 151M | 132 |4306 | 18k|9670 | 16k| 1 | 75k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 258s| 49900 | 291 |752370 | 14.8 | 151M | 132 |4306 | 18k|9669 | 16k| 0 | 75k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 259s| 50000 | 294 |753086 | 14.8 | 151M | 132 |4306 | 18k|9669 | 16k| 1 | 75k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 259s| 50100 | 286 |754117 | 14.8 | 151M | 132 |4306 | 18k|9669 | 16k| 2 | 75k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 259s| 50200 | 290 |755067 | 14.8 | 151M | 132 |4306 | 18k|9668 | 16k| 1 | 76k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 260s| 50300 | 289 |755957 | 14.8 | 151M | 132 |4306 | 18k|9668 | 16k| 1 | 76k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 260s| 50400 | 295 |756808 | 14.8 | 151M | 132 |4306 | 18k|9668 | 16k| 1 | 76k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 261s| 50500 | 285 |757482 | 14.7 | 151M | 132 |4306 | 18k|9669 | 16k| 1 | 76k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 261s| 50600 | 293 |758766 | 14.7 | 151M | 132 |4306 | 18k|9669 | 16k| 1 | 76k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 262s| 50700 | 307 |759879 | 14.7 | 151M | 132 |4306 | 18k|9670 | 16k| 1 | 76k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 262s| 50800 | 285 |760802 | 14.7 | 151M | 132 |4306 | 18k|9667 | 16k| 1 | 76k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 262s| 50900 | 283 |761488 | 14.7 | 151M | 132 |4306 | 18k|9670 | 16k| 1 | 76k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 263s| 51000 | 283 |762173 | 14.7 | 151M | 132 |4306 | 18k| 0 | 16k| 0 | 76k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 263s| 51100 | 301 |763787 | 14.7 | 151M | 132 |4306 | 18k|9666 | 16k| 1 | 76k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 264s| 51200 | 291 |764575 | 14.7 | 151M | 132 |4306 | 18k|9669 | 16k| 1 | 76k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
279.90/280.90 c 264s| 51300 | 288 |765254 | 14.7 | 151M | 132 |4306 | 18k|9669 | 16k| 1 | 77k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 265s| 51400 | 313 |767724 | 14.7 | 151M | 132 |4306 | 18k|9667 | 16k| 0 | 77k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 265s| 51500 | 284 |768549 | 14.7 | 151M | 132 |4306 | 18k|9669 | 16k| 1 | 77k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 265s| 51600 | 287 |769387 | 14.7 | 151M | 132 |4306 | 18k|9667 | 16k| 1 | 77k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 266s| 51700 | 306 |770822 | 14.7 | 151M | 132 |4306 | 18k|9667 | 16k| 1 | 77k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 266s| 51800 | 329 |774210 | 14.7 | 151M | 132 |4306 | 18k|9667 | 16k| 1 | 77k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 267s| 51900 | 280 |774933 | 14.7 | 151M | 132 |4306 | 18k|9668 | 16k| 1 | 77k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 267s| 52000 | 283 |775942 | 14.7 | 152M | 132 |4306 | 18k|9670 | 16k| 1 | 77k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 268s| 52100 | 281 |776804 | 14.7 | 152M | 132 |4306 | 18k|9670 | 16k| 1 | 77k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 268s| 52200 | 274 |777710 | 14.6 | 152M | 132 |4306 | 18k|9670 | 16k| 0 | 77k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 269s| 52300 | 281 |778946 | 14.6 | 152M | 132 |4306 | 18k|9668 | 16k| 1 | 77k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 269s| 52400 | 248 |780084 | 14.6 | 152M | 132 |4306 | 18k|9670 | 16k| 0 | 78k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 269s| 52500 | 247 |781290 | 14.6 | 152M | 132 |4306 | 18k|9664 | 16k| 1 | 78k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 270s| 52600 | 253 |782076 | 14.6 | 152M | 132 |4306 | 18k| 0 | 16k| 0 | 78k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 270s| 52700 | 253 |782676 | 14.6 | 152M | 132 |4306 | 18k|9664 | 16k| 1 | 78k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
279.90/280.90 c 271s| 52800 | 243 |783800 | 14.6 | 152M | 132 |4306 | 18k|9664 | 16k| 1 | 78k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 271s| 52900 | 280 |784815 | 14.6 | 152M | 132 |4306 | 18k|9668 | 16k| 1 | 78k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 272s| 53000 | 260 |785828 | 14.6 | 152M | 132 |4306 | 18k|9666 | 16k| 1 | 78k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 272s| 53100 | 280 |786843 | 14.6 | 152M | 132 |4306 | 18k| 0 | 16k| 0 | 78k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 272s| 53200 | 277 |787773 | 14.6 | 152M | 132 |4306 | 18k|9668 | 16k| 1 | 78k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 273s| 53300 | 287 |788797 | 14.6 | 152M | 132 |4306 | 18k|9668 | 16k| 1 | 78k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 273s| 53400 | 267 |789915 | 14.5 | 152M | 132 |4306 | 18k|9668 | 16k| 1 | 79k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 274s| 53500 | 300 |790785 | 14.5 | 152M | 132 |4306 | 18k|9668 | 16k| 1 | 79k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 274s| 53600 | 274 |791820 | 14.5 | 152M | 132 |4306 | 18k|9668 | 16k| 1 | 79k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 275s| 53700 | 273 |792589 | 14.5 | 152M | 132 |4306 | 18k|9668 | 16k| 1 | 79k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 275s| 53800 | 264 |793388 | 14.5 | 152M | 132 |4306 | 18k|9669 | 16k| 1 | 79k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 275s| 53900 | 275 |794513 | 14.5 | 152M | 132 |4306 | 18k|9668 | 16k| 0 | 79k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 276s| 54000 | 266 |795637 | 14.5 | 152M | 132 |4306 | 18k|9667 | 16k| 1 | 79k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 276s| 54100 | 280 |796953 | 14.5 | 152M | 132 |4306 | 18k|9669 | 16k| 1 | 79k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 277s| 54200 | 259 |798274 | 14.5 | 152M | 132 |4306 | 18k|9668 | 16k| 1 | 79k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
279.90/280.90 c 277s| 54300 | 257 |799334 | 14.5 | 152M | 132 |4306 | 18k| 0 | 16k| 0 | 79k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 278s| 54400 | 277 |800352 | 14.5 | 152M | 132 |4306 | 18k| 0 | 16k| 0 | 79k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 278s| 54500 | 309 |801181 | 14.5 | 152M | 132 |4306 | 18k|9667 | 16k| 1 | 80k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 279s| 54600 | 283 |802563 | 14.5 | 152M | 132 |4306 | 18k|9666 | 16k| 0 | 80k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 279s| 54700 | 290 |803752 | 14.5 | 152M | 132 |4306 | 18k|9668 | 16k| 1 | 80k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 279s| 54800 | 289 |805314 | 14.5 | 152M | 132 |4306 | 18k|9666 | 16k| 1 | 80k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 280s| 54900 | 280 |806829 | 14.5 | 152M | 132 |4306 | 18k|9668 | 16k| 2 | 80k| 11 | 0.000000e+00 | -- | Inf | unknown
279.90/280.90 c 280s| 55000 | 280 |808438 | 14.5 | 152M | 132 |4306 | 18k|9667 | 16k| 0 | 80k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 281s| 55100 | 282 |809359 | 14.4 | 152M | 132 |4306 | 18k| 0 | 16k| 0 | 80k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 281s| 55200 | 283 |811144 | 14.5 | 152M | 132 |4306 | 18k|9666 | 16k| 1 | 80k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 282s| 55300 | 259 |812886 | 14.5 | 152M | 132 |4306 | 18k| 0 | 16k| 0 | 80k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 282s| 55400 | 273 |814190 | 14.5 | 152M | 132 |4306 | 18k|9666 | 16k| 1 | 81k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 282s| 55500 | 258 |815231 | 14.5 | 152M | 132 |4306 | 18k|9669 | 16k| 1 | 81k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 283s| 55600 | 255 |816606 | 14.5 | 152M | 132 |4306 | 18k|9668 | 16k| 1 | 81k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 283s| 55700 | 273 |817575 | 14.4 | 152M | 132 |4306 | 18k|9669 | 16k| 1 | 81k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
302.23/303.36 c 284s| 55800 | 255 |818402 | 14.4 | 152M | 132 |4306 | 18k| 0 | 16k| 0 | 81k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 284s| 55900 | 258 |820032 | 14.4 | 152M | 132 |4306 | 18k|9666 | 16k| 0 | 81k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 285s| 56000 | 252 |821667 | 14.4 | 152M | 132 |4306 | 18k|9668 | 16k| 1 | 81k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 285s| 56100 | 257 |822939 | 14.4 | 152M | 132 |4306 | 18k|9668 | 16k| 1 | 81k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 286s| 56200 | 255 |823831 | 14.4 | 152M | 132 |4306 | 18k|9669 | 16k| 1 | 81k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 286s| 56300 | 254 |824967 | 14.4 | 152M | 132 |4306 | 18k|9670 | 16k| 1 | 82k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 287s| 56400 | 249 |826020 | 14.4 | 152M | 132 |4306 | 18k|9670 | 16k| 1 | 82k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 287s| 56500 | 247 |826768 | 14.4 | 152M | 132 |4306 | 18k|9670 | 16k| 1 | 82k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 287s| 56600 | 243 |828340 | 14.4 | 152M | 132 |4306 | 18k| 0 | 16k| 0 | 82k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 288s| 56700 | 238 |829163 | 14.4 | 152M | 132 |4306 | 18k| 0 | 16k| 0 | 82k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 288s| 56800 | 231 |830445 | 14.4 | 152M | 132 |4306 | 18k|9670 | 16k| 1 | 82k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 289s| 56900 | 247 |831709 | 14.4 | 152M | 132 |4306 | 18k|9666 | 16k| 1 | 82k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 289s| 57000 | 240 |832895 | 14.4 | 152M | 132 |4306 | 18k|9666 | 16k| 1 | 82k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 290s| 57100 | 276 |833862 | 14.4 | 152M | 132 |4306 | 18k|9667 | 16k| 1 | 82k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 290s| 57200 | 245 |835831 | 14.4 | 152M | 132 |4306 | 18k|9667 | 16k| 1 | 82k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
302.23/303.36 c 291s| 57300 | 240 |837893 | 14.4 | 152M | 132 |4306 | 18k|9669 | 16k| 1 | 83k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 291s| 57400 | 238 |839755 | 14.4 | 152M | 132 |4306 | 18k|9664 | 16k| 1 | 83k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 291s| 57500 | 236 |841360 | 14.4 | 152M | 132 |4306 | 18k|9664 | 16k| 1 | 83k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 292s| 57600 | 253 |842476 | 14.4 | 152M | 132 |4306 | 18k|9698 | 16k| 1 | 83k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 292s| 57700 | 224 |843523 | 14.4 | 152M | 132 |4306 | 18k|9680 | 16k| 1 | 83k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 293s| 57800 | 217 |845099 | 14.4 | 152M | 132 |4306 | 18k|9688 | 16k| 1 | 83k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 293s| 57900 | 239 |846161 | 14.4 | 152M | 132 |4306 | 18k| 0 | 17k| 0 | 83k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 294s| 58000 | 234 |847379 | 14.4 | 152M | 132 |4306 | 18k|9690 | 17k| 1 | 83k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 294s| 58100 | 252 |848533 | 14.4 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 83k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 295s| 58200 | 260 |849401 | 14.4 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 84k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 295s| 58300 | 252 |849566 | 14.3 | 152M | 132 |4306 | 18k|9689 | 17k| 2 | 84k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 295s| 58400 | 253 |849868 | 14.3 | 152M | 132 |4306 | 18k|9689 | 17k| 1 | 84k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 296s| 58500 | 247 |851003 | 14.3 | 152M | 132 |4306 | 18k|9690 | 17k| 1 | 84k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 296s| 58600 | 235 |852490 | 14.3 | 152M | 132 |4306 | 18k|9691 | 17k| 1 | 84k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 296s| 58700 | 224 |853903 | 14.3 | 152M | 132 |4306 | 18k|9686 | 17k| 1 | 84k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
302.23/303.36 c 297s| 58800 | 225 |855367 | 14.3 | 152M | 132 |4306 | 18k|9686 | 17k| 1 | 84k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 297s| 58900 | 218 |857218 | 14.3 | 152M | 132 |4306 | 18k|9688 | 17k| 0 | 84k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 298s| 59000 | 229 |858623 | 14.3 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 85k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 298s| 59100 | 251 |860129 | 14.3 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 85k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 298s| 59200 | 226 |861202 | 14.3 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 85k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 299s| 59300 | 230 |862153 | 14.3 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 85k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 299s| 59400 | 250 |863105 | 14.3 | 152M | 132 |4306 | 18k|9689 | 17k| 1 | 85k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 300s| 59500 | 236 |863789 | 14.3 | 152M | 132 |4306 | 18k|9688 | 17k| 0 | 85k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 300s| 59600 | 258 |866074 | 14.3 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 85k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 301s| 59700 | 263 |867533 | 14.3 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 85k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 301s| 59800 | 264 |868453 | 14.3 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 85k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 301s| 59900 | 265 |870015 | 14.3 | 152M | 132 |4306 | 18k| 0 | 17k| 0 | 85k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 302s| 60000 | 260 |871294 | 14.3 | 152M | 132 |4306 | 18k|9689 | 17k| 1 | 86k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 302s| 60100 | 230 |872449 | 14.3 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 86k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c 303s| 60200 | 239 |874038 | 14.3 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 86k| 11 | 0.000000e+00 | -- | Inf | unknown
302.23/303.36 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
323.65/324.80 c 303s| 60300 | 249 |875691 | 14.3 | 152M | 132 |4306 | 18k|9690 | 17k| 1 | 86k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 304s| 60400 | 222 |878614 | 14.3 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 86k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 304s| 60500 | 264 |880435 | 14.3 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 86k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 305s| 60600 | 243 |881165 | 14.3 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 86k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 305s| 60700 | 255 |882394 | 14.3 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 86k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 305s| 60800 | 249 |883195 | 14.3 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 86k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 306s| 60900 | 252 |884560 | 14.3 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 87k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 306s| 61000 | 279 |885698 | 14.3 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 87k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 307s| 61100 | 221 |886812 | 14.3 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 87k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 307s| 61200 | 235 |888097 | 14.3 | 152M | 132 |4306 | 18k| 0 | 17k| 0 | 87k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 307s| 61300 | 246 |889120 | 14.3 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 87k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 308s| 61400 | 235 |889992 | 14.3 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 87k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 308s| 61500 | 233 |891112 | 14.3 | 152M | 132 |4306 | 18k| 0 | 17k| 0 | 87k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 308s| 61600 | 257 |892307 | 14.3 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 87k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 309s| 61700 | 265 |893416 | 14.3 | 152M | 132 |4306 | 18k| 0 | 17k| 0 | 87k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
323.65/324.80 c 309s| 61800 | 272 |894838 | 14.3 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 87k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 310s| 61900 | 286 |896335 | 14.3 | 152M | 132 |4306 | 18k|9689 | 17k| 1 | 87k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 310s| 62000 | 249 |897187 | 14.3 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 88k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 310s| 62100 | 267 |898266 | 14.3 | 152M | 132 |4306 | 18k| 0 | 17k| 0 | 88k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 311s| 62200 | 252 |899056 | 14.2 | 152M | 132 |4306 | 18k| 0 | 17k| 0 | 88k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 311s| 62300 | 280 |899986 | 14.2 | 152M | 132 |4306 | 18k|9689 | 17k| 0 | 88k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 312s| 62400 | 260 |900793 | 14.2 | 152M | 132 |4306 | 18k| 0 | 17k| 0 | 88k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 312s| 62500 | 260 |901889 | 14.2 | 152M | 132 |4306 | 18k| 0 | 17k| 0 | 88k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 312s| 62600 | 254 |903075 | 14.2 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 88k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 313s| 62700 | 228 |904230 | 14.2 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 88k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 313s| 62800 | 237 |905065 | 14.2 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 88k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 314s| 62900 | 260 |907248 | 14.2 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 88k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 314s| 63000 | 261 |908008 | 14.2 | 152M | 132 |4306 | 18k|9688 | 17k| 0 | 88k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 314s| 63100 | 265 |908879 | 14.2 | 152M | 132 |4306 | 18k|9689 | 17k| 0 | 89k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 315s| 63200 | 228 |909827 | 14.2 | 152M | 132 |4306 | 18k| 0 | 17k| 0 | 89k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
323.65/324.80 c 315s| 63300 | 252 |911001 | 14.2 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 89k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 316s| 63400 | 249 |911795 | 14.2 | 152M | 132 |4306 | 18k|9689 | 17k| 1 | 89k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 316s| 63500 | 239 |913647 | 14.2 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 89k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 317s| 63600 | 262 |914569 | 14.2 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 89k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 317s| 63700 | 261 |915719 | 14.2 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 89k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 317s| 63800 | 247 |917361 | 14.2 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 89k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 318s| 63900 | 242 |918429 | 14.2 | 152M | 132 |4306 | 18k|9688 | 17k| 0 | 89k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 318s| 64000 | 240 |919980 | 14.2 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 90k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 318s| 64100 | 238 |921221 | 14.2 | 152M | 132 |4306 | 18k| 0 | 17k| 0 | 90k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 319s| 64200 | 238 |923132 | 14.2 | 152M | 132 |4306 | 18k|9689 | 17k| 1 | 90k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 319s| 64300 | 217 |924306 | 14.2 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 90k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 320s| 64400 | 262 |927195 | 14.2 | 152M | 132 |4306 | 18k|9672 | 17k| 1 | 90k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 320s| 64500 | 261 |928274 | 14.2 | 152M | 132 |4306 | 18k|9688 | 17k| 1 | 90k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 321s| 64600 | 274 |929371 | 14.2 | 152M | 132 |4306 | 18k|9672 | 17k| 1 | 90k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 321s| 64700 | 269 |930472 | 14.2 | 152M | 132 |4306 | 18k|9672 | 17k| 1 | 90k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
323.65/324.80 c 322s| 64800 | 248 |931923 | 14.2 | 152M | 132 |4306 | 18k| 0 | 17k| 0 | 91k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 322s| 64900 | 250 |933187 | 14.2 | 152M | 132 |4306 | 18k| 0 | 17k| 0 | 91k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 322s| 65000 | 245 |934135 | 14.2 | 152M | 132 |4306 | 18k|9672 | 17k| 1 | 91k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 323s| 65100 | 235 |935486 | 14.2 | 152M | 132 |4306 | 18k| 0 | 17k| 0 | 91k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 323s| 65200 | 240 |936985 | 14.2 | 152M | 132 |4306 | 18k|9672 | 17k| 1 | 91k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 323s| 65300 | 236 |938155 | 14.2 | 152M | 132 |4306 | 18k| 0 | 17k| 0 | 91k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 324s| 65400 | 240 |939679 | 14.2 | 152M | 132 |4306 | 18k|9672 | 17k| 1 | 91k| 11 | 0.000000e+00 | -- | Inf | unknown
323.65/324.80 c 324s| 65500 | 243 |940886 | 14.2 | 152M | 132 |4306 | 18k|9672 | 17k| 1 | 92k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 325s| 65600 | 237 |942110 | 14.2 | 152M | 132 |4306 | 18k| 0 | 17k| 0 | 92k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 325s| 65700 | 236 |943097 | 14.2 | 152M | 132 |4306 | 18k|9672 | 17k| 1 | 92k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 325s| 65800 | 248 |944648 | 14.2 | 152M | 132 |4306 | 18k|9672 | 17k| 1 | 92k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 326s| 65900 | 259 |946076 | 14.2 | 152M | 132 |4306 | 18k|9672 | 17k| 1 | 92k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 326s| 66000 | 248 |947112 | 14.2 | 152M | 132 |4306 | 18k|9672 | 17k| 1 | 92k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 327s| 66100 | 238 |948189 | 14.1 | 152M | 132 |4306 | 18k|9672 | 17k| 1 | 92k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 327s| 66200 | 237 |949102 | 14.1 | 152M | 132 |4306 | 18k|9672 | 17k| 1 | 92k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
345.08/346.37 c 328s| 66300 | 241 |950103 | 14.1 | 152M | 132 |4306 | 18k|9672 | 17k| 1 | 93k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 328s| 66400 | 260 |951251 | 14.1 | 152M | 132 |4306 | 18k|9672 | 17k| 1 | 93k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 328s| 66500 | 269 |952310 | 14.1 | 152M | 132 |4306 | 18k|9672 | 17k| 0 | 93k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 329s| 66600 | 252 |953537 | 14.1 | 152M | 132 |4306 | 18k|9672 | 17k| 1 | 93k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 329s| 66700 | 254 |955125 | 14.1 | 152M | 132 |4306 | 18k|9672 | 17k| 1 | 93k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 330s| 66800 | 253 |956261 | 14.1 | 152M | 132 |4306 | 18k|9672 | 17k| 1 | 93k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 330s| 66900 | 266 |957223 | 14.1 | 152M | 132 |4306 | 18k|9672 | 17k| 0 | 93k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 330s| 67000 | 267 |958496 | 14.1 | 152M | 132 |4306 | 18k|9672 | 17k| 0 | 93k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 331s| 67100 | 242 |959815 | 14.1 | 152M | 132 |4306 | 18k|9672 | 17k| 1 | 93k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 331s| 67200 | 237 |960894 | 14.1 | 152M | 132 |4306 | 18k|9672 | 17k| 1 | 93k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 332s| 67300 | 227 |962354 | 14.1 | 152M | 132 |4306 | 18k|9672 | 17k| 1 | 93k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 332s| 67400 | 275 |964898 | 14.1 | 152M | 132 |4306 | 18k|9695 | 17k| 1 | 94k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 333s| 67500 | 264 |965746 | 14.1 | 152M | 132 |4306 | 18k|9699 | 17k| 0 | 94k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 333s| 67600 | 258 |966854 | 14.1 | 152M | 132 |4306 | 18k|9693 | 17k| 1 | 94k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 333s| 67700 | 295 |967911 | 14.1 | 152M | 132 |4306 | 18k|9693 | 17k| 1 | 94k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
345.08/346.37 c 334s| 67800 | 303 |969592 | 14.1 | 152M | 132 |4306 | 18k|9694 | 17k| 1 | 94k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 334s| 67900 | 273 |970604 | 14.1 | 152M | 132 |4306 | 18k|9693 | 17k| 1 | 94k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 335s| 68000 | 263 |971320 | 14.1 | 152M | 132 |4306 | 18k|9693 | 17k| 1 | 94k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 335s| 68100 | 264 |971914 | 14.1 | 152M | 132 |4306 | 18k|9693 | 17k| 1 | 94k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 335s| 68200 | 266 |972954 | 14.1 | 152M | 132 |4306 | 18k| 0 | 17k| 0 | 94k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 336s| 68300 | 259 |973538 | 14.1 | 152M | 132 |4306 | 18k|9695 | 17k| 0 | 94k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 336s| 68400 | 284 |974419 | 14.1 | 152M | 132 |4306 | 18k| 0 | 17k| 0 | 95k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 337s| 68500 | 249 |975263 | 14.0 | 152M | 132 |4306 | 18k|9694 | 17k| 1 | 95k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 337s| 68600 | 249 |976201 | 14.0 | 152M | 132 |4306 | 18k|9694 | 17k| 0 | 95k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 338s| 68700 | 250 |977671 | 14.0 | 152M | 132 |4306 | 18k|9694 | 17k| 1 | 95k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 338s| 68800 | 251 |978364 | 14.0 | 152M | 132 |4306 | 18k| 0 | 17k| 0 | 95k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 338s| 68900 | 232 |979257 | 14.0 | 152M | 132 |4306 | 18k| 0 | 17k| 0 | 95k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 338s| 69000 | 252 |979974 | 14.0 | 152M | 132 |4306 | 18k|9693 | 17k| 0 | 95k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 339s| 69100 | 250 |981008 | 14.0 | 152M | 132 |4306 | 18k|9693 | 17k| 1 | 96k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 339s| 69200 | 294 |982063 | 14.0 | 152M | 132 |4306 | 18k|9693 | 17k| 1 | 96k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
345.08/346.37 c 340s| 69300 | 235 |983252 | 14.0 | 152M | 132 |4306 | 18k|9693 | 17k| 1 | 96k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 340s| 69400 | 240 |984250 | 14.0 | 152M | 132 |4306 | 18k|9694 | 17k| 1 | 96k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 341s| 69500 | 244 |985382 | 14.0 | 152M | 132 |4306 | 18k|9694 | 17k| 1 | 96k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 341s| 69600 | 266 |986639 | 14.0 | 152M | 132 |4306 | 18k|9694 | 17k| 1 | 96k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 341s| 69700 | 272 |987582 | 14.0 | 152M | 132 |4306 | 18k|9693 | 17k| 1 | 96k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 342s| 69800 | 265 |988932 | 14.0 | 152M | 132 |4306 | 18k|9694 | 17k| 1 | 96k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 342s| 69900 | 254 |989928 | 14.0 | 152M | 132 |4306 | 18k|9694 | 17k| 1 | 97k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 343s| 70000 | 250 |990801 | 14.0 | 152M | 132 |4306 | 18k|9694 | 17k| 1 | 97k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 343s| 70100 | 253 |991785 | 14.0 | 152M | 132 |4306 | 18k|9693 | 17k| 1 | 97k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 344s| 70200 | 237 |992724 | 14.0 | 152M | 132 |4306 | 18k|9693 | 17k| 1 | 97k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 344s| 70300 | 250 |994110 | 14.0 | 152M | 132 |4306 | 18k| 0 | 17k| 0 | 97k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 344s| 70400 | 241 |995805 | 14.0 | 152M | 132 |4306 | 18k|9693 | 17k| 0 | 97k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 345s| 70500 | 245 |997417 | 14.0 | 152M | 132 |4306 | 18k|9693 | 17k| 1 | 97k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 345s| 70600 | 244 |998794 | 14.0 | 152M | 132 |4306 | 18k|9693 | 17k| 1 | 98k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c 346s| 70700 | 244 |999797 | 14.0 | 152M | 132 |4306 | 18k|9694 | 17k| 1 | 98k| 11 | 0.000000e+00 | -- | Inf | unknown
345.08/346.37 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
366.40/367.72 c 346s| 70800 | 236 | 1000k| 13.9 | 152M | 132 |4306 | 18k|9693 | 17k| 1 | 98k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 347s| 70900 | 272 | 1003k| 14.0 | 152M | 132 |4306 | 18k|9693 | 17k| 1 | 98k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 347s| 71000 | 255 | 1004k| 14.0 | 152M | 132 |4306 | 18k| 0 | 17k| 0 | 98k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 348s| 71100 | 266 | 1005k| 14.0 | 152M | 132 |4306 | 18k|9693 | 17k| 1 | 98k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 348s| 71200 | 259 | 1006k| 14.0 | 152M | 132 |4306 | 18k|9694 | 17k| 1 | 98k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 348s| 71300 | 261 | 1007k| 13.9 | 152M | 132 |4306 | 18k|9694 | 17k| 1 | 98k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 349s| 71400 | 248 | 1008k| 13.9 | 152M | 132 |4306 | 18k| 0 | 17k| 0 | 98k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 349s| 71500 | 261 | 1009k| 13.9 | 152M | 132 |4306 | 18k|9693 | 17k| 1 | 99k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 350s| 71600 | 259 | 1010k| 13.9 | 152M | 132 |4306 | 18k|9694 | 17k| 1 | 99k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 350s| 71700 | 248 | 1011k| 13.9 | 152M | 132 |4306 | 18k| 0 | 17k| 0 | 99k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 350s| 71800 | 249 | 1012k| 13.9 | 152M | 132 |4306 | 18k|9694 | 17k| 0 | 99k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 351s| 71900 | 287 | 1014k| 13.9 | 152M | 132 |4306 | 18k|9694 | 17k| 1 | 99k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 351s| 72000 | 286 | 1015k| 13.9 | 152M | 132 |4306 | 18k| 0 | 17k| 0 | 99k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 352s| 72100 | 281 | 1016k| 13.9 | 152M | 132 |4306 | 18k|9693 | 17k| 1 | 99k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 352s| 72200 | 274 | 1017k| 13.9 | 152M | 132 |4306 | 18k|9693 | 17k| 1 | 99k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
366.40/367.72 c 352s| 72300 | 277 | 1018k| 13.9 | 152M | 132 |4306 | 18k| 0 | 17k| 0 | 99k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 353s| 72400 | 283 | 1019k| 13.9 | 152M | 132 |4306 | 18k|9693 | 17k| 1 | 100k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 353s| 72500 | 279 | 1020k| 13.9 | 152M | 132 |4306 | 18k|9693 | 17k| 1 | 100k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 354s| 72600 | 275 | 1021k| 13.9 | 152M | 132 |4306 | 18k|9693 | 17k| 1 | 100k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 354s| 72700 | 273 | 1022k| 13.9 | 152M | 132 |4306 | 18k|9693 | 17k| 1 | 100k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 354s| 72800 | 286 | 1023k| 13.9 | 152M | 132 |4306 | 18k|9694 | 17k| 0 | 100k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 355s| 72900 | 293 | 1024k| 13.9 | 152M | 132 |4306 | 18k|9694 | 17k| 1 | 100k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 355s| 73000 | 288 | 1025k| 13.9 | 152M | 132 |4306 | 18k| 0 | 17k| 0 | 100k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 355s| 73100 | 298 | 1026k| 13.9 | 152M | 132 |4306 | 18k|9694 | 17k| 0 | 100k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 356s| 73200 | 294 | 1027k| 13.9 | 152M | 132 |4306 | 18k| 0 | 17k| 0 | 100k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 356s| 73300 | 280 | 1028k| 13.9 | 152M | 132 |4306 | 18k|9694 | 17k| 1 | 101k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 357s| 73400 | 275 | 1030k| 13.9 | 152M | 132 |4306 | 18k|9694 | 17k| 1 | 101k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 357s| 73500 | 281 | 1030k| 13.8 | 152M | 132 |4306 | 18k|9694 | 17k| 1 | 101k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 358s| 73600 | 281 | 1032k| 13.8 | 152M | 132 |4306 | 18k|9694 | 17k| 1 | 101k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 358s| 73700 | 285 | 1033k| 13.8 | 152M | 132 |4306 | 18k|9693 | 17k| 1 | 101k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
366.40/367.72 c 358s| 73800 | 278 | 1034k| 13.8 | 152M | 132 |4306 | 18k| 0 | 17k| 0 | 101k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 359s| 73900 | 265 | 1035k| 13.8 | 152M | 132 |4306 | 18k|9694 | 17k| 1 | 101k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 359s| 74000 | 269 | 1036k| 13.8 | 152M | 132 |4306 | 18k|9694 | 17k| 1 | 101k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 359s| 74100 | 275 | 1037k| 13.8 | 152M | 132 |4306 | 18k| 0 | 17k| 0 | 102k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 360s| 74200 | 269 | 1037k| 13.8 | 152M | 132 |4306 | 18k|9694 | 17k| 1 | 102k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 360s| 74300 | 264 | 1037k| 13.8 | 152M | 132 |4306 | 18k| 0 | 17k| 0 | 102k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 360s| 74400 | 276 | 1038k| 13.8 | 152M | 132 |4306 | 18k|9694 | 17k| 1 | 102k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 361s| 74500 | 262 | 1039k| 13.8 | 152M | 132 |4306 | 18k|9694 | 17k| 1 | 102k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 361s| 74600 | 260 | 1040k| 13.8 | 152M | 132 |4306 | 18k|9694 | 17k| 1 | 102k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 361s| 74700 | 239 | 1041k| 13.8 | 152M | 132 |4306 | 18k|9693 | 17k| 1 | 102k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 362s| 74800 | 259 | 1042k| 13.8 | 152M | 132 |4306 | 18k| 0 | 17k| 0 | 103k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 362s| 74900 | 253 | 1043k| 13.8 | 152M | 132 |4306 | 18k|9693 | 17k| 1 | 103k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 363s| 75000 | 258 | 1044k| 13.8 | 152M | 132 |4306 | 18k|9693 | 17k| 1 | 103k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 363s| 75100 | 259 | 1046k| 13.8 | 152M | 132 |4306 | 18k|9694 | 17k| 1 | 103k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 364s| 75200 | 260 | 1047k| 13.7 | 152M | 132 |4306 | 18k|9694 | 17k| 1 | 103k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
366.40/367.72 c 364s| 75300 | 265 | 1048k| 13.7 | 152M | 132 |4306 | 18k|9694 | 17k| 1 | 103k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 364s| 75400 | 250 | 1049k| 13.7 | 152M | 132 |4306 | 18k| 0 | 17k| 0 | 103k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 365s| 75500 | 256 | 1051k| 13.8 | 152M | 132 |4306 | 18k|9693 | 17k| 1 | 103k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 365s| 75600 | 264 | 1054k| 13.8 | 152M | 132 |4306 | 18k|9694 | 17k| 1 | 104k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 366s| 75700 | 263 | 1055k| 13.8 | 152M | 132 |4306 | 18k|9694 | 17k| 0 | 104k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 366s| 75800 | 269 | 1055k| 13.8 | 152M | 132 |4306 | 18k|9694 | 17k| 1 | 104k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 367s| 75900 | 263 | 1056k| 13.8 | 152M | 132 |4306 | 18k|9694 | 17k| 1 | 104k| 11 | 0.000000e+00 | -- | Inf | unknown
366.40/367.72 c 367s| 76000 | 268 | 1058k| 13.8 | 152M | 132 |4306 | 18k|9694 | 17k| 1 | 104k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 368s| 76100 | 250 | 1059k| 13.7 | 152M | 132 |4306 | 18k|9694 | 17k| 0 | 104k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 368s| 76200 | 247 | 1060k| 13.7 | 152M | 132 |4306 | 18k|9693 | 17k| 0 | 104k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 368s| 76300 | 259 | 1061k| 13.7 | 152M | 132 |4306 | 18k|9693 | 17k| 1 | 104k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 369s| 76400 | 238 | 1062k| 13.7 | 152M | 132 |4306 | 18k|9693 | 17k| 0 | 105k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 369s| 76500 | 250 | 1063k| 13.7 | 152M | 132 |4306 | 18k|9693 | 17k| 1 | 105k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 370s| 76600 | 249 | 1064k| 13.7 | 152M | 132 |4306 | 18k|9693 | 17k| 1 | 105k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 370s| 76700 | 251 | 1065k| 13.7 | 153M | 132 |4306 | 18k|9694 | 17k| 1 | 105k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
387.33/388.74 c 370s| 76800 | 247 | 1066k| 13.7 | 153M | 132 |4306 | 18k| 0 | 17k| 0 | 105k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 371s| 76900 | 244 | 1067k| 13.7 | 153M | 132 |4306 | 18k|9694 | 17k| 1 | 105k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 371s| 77000 | 248 | 1068k| 13.7 | 153M | 132 |4306 | 18k|9694 | 17k| 1 | 105k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 372s| 77100 | 257 | 1069k| 13.7 | 153M | 132 |4306 | 18k|9693 | 17k| 1 | 105k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 372s| 77200 | 246 | 1070k| 13.7 | 153M | 132 |4306 | 18k|9693 | 17k| 1 | 105k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 372s| 77300 | 245 | 1071k| 13.7 | 153M | 132 |4306 | 18k|9693 | 17k| 1 | 106k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 373s| 77400 | 248 | 1073k| 13.7 | 153M | 132 |4306 | 18k|9693 | 17k| 0 | 106k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 373s| 77500 | 260 | 1074k| 13.7 | 153M | 132 |4306 | 18k|9694 | 17k| 1 | 106k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 374s| 77600 | 243 | 1075k| 13.7 | 153M | 132 |4306 | 18k|9694 | 17k| 1 | 106k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 374s| 77700 | 243 | 1076k| 13.7 | 153M | 132 |4306 | 18k|9693 | 17k| 1 | 106k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 374s| 77800 | 237 | 1077k| 13.7 | 153M | 132 |4306 | 18k| 0 | 17k| 0 | 106k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 375s| 77900 | 241 | 1077k| 13.7 | 153M | 132 |4306 | 18k|9693 | 17k| 1 | 106k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 375s| 78000 | 240 | 1078k| 13.7 | 153M | 132 |4306 | 18k|9693 | 17k| 1 | 106k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 376s| 78100 | 243 | 1081k| 13.7 | 153M | 132 |4306 | 18k| 0 | 17k| 0 | 106k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 376s| 78200 | 231 | 1082k| 13.7 | 153M | 132 |4306 | 18k|9693 | 17k| 0 | 107k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
387.33/388.74 c 376s| 78300 | 233 | 1083k| 13.7 | 153M | 132 |4306 | 18k| 0 | 17k| 0 | 107k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 377s| 78400 | 244 | 1084k| 13.7 | 153M | 132 |4306 | 18k|9693 | 17k| 1 | 107k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 377s| 78500 | 236 | 1085k| 13.7 | 153M | 132 |4306 | 18k| 0 | 17k| 0 | 107k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 378s| 78600 | 240 | 1087k| 13.7 | 153M | 132 |4306 | 18k|9694 | 17k| 0 | 107k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 378s| 78700 | 235 | 1088k| 13.7 | 153M | 132 |4306 | 18k|9693 | 17k| 1 | 107k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 379s| 78800 | 239 | 1089k| 13.7 | 153M | 132 |4306 | 18k|9693 | 17k| 0 | 107k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 379s| 78900 | 236 | 1090k| 13.7 | 153M | 132 |4306 | 18k| 0 | 17k| 0 | 107k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 379s| 79000 | 234 | 1091k| 13.7 | 153M | 132 |4306 | 18k|9693 | 17k| 1 | 108k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 380s| 79100 | 231 | 1092k| 13.6 | 153M | 132 |4306 | 18k| 0 | 17k| 0 | 108k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 380s| 79200 | 240 | 1093k| 13.6 | 153M | 132 |4306 | 18k| 0 | 17k| 0 | 108k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 380s| 79300 | 239 | 1093k| 13.6 | 153M | 132 |4306 | 18k| 0 | 17k| 0 | 108k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 380s| 79400 | 239 | 1094k| 13.6 | 153M | 132 |4306 | 18k|9693 | 17k| 1 | 108k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 381s| 79500 | 234 | 1095k| 13.6 | 153M | 132 |4306 | 18k|9669 | 17k| 1 | 108k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 381s| 79600 | 261 | 1095k| 13.6 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 108k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 382s| 79700 | 244 | 1096k| 13.6 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 108k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
387.33/388.74 c 382s| 79800 | 237 | 1097k| 13.6 | 153M | 132 |4306 | 18k|9672 | 17k| 0 | 108k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 383s| 79900 | 258 | 1098k| 13.6 | 153M | 132 |4306 | 18k|9687 | 17k| 1 | 108k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 383s| 80000 | 241 | 1099k| 13.6 | 153M | 132 |4306 | 18k| 0 | 17k| 0 | 108k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 383s| 80100 | 232 | 1101k| 13.6 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 109k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 384s| 80200 | 243 | 1102k| 13.6 | 153M | 132 |4306 | 18k| 0 | 17k| 0 | 109k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 384s| 80300 | 230 | 1103k| 13.6 | 153M | 132 |4306 | 18k| 0 | 17k| 0 | 109k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 385s| 80400 | 241 | 1104k| 13.6 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 109k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 385s| 80500 | 240 | 1106k| 13.6 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 109k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 386s| 80600 | 250 | 1107k| 13.6 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 109k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 386s| 80700 | 238 | 1108k| 13.6 | 153M | 132 |4306 | 18k| 0 | 17k| 0 | 109k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 386s| 80800 | 241 | 1109k| 13.6 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 109k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 387s| 80900 | 238 | 1111k| 13.6 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 109k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 387s| 81000 | 227 | 1112k| 13.6 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 110k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 388s| 81100 | 233 | 1113k| 13.6 | 153M | 132 |4306 | 18k| 0 | 17k| 0 | 110k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c 388s| 81200 | 230 | 1114k| 13.6 | 153M | 132 |4306 | 18k|9672 | 17k| 0 | 110k| 11 | 0.000000e+00 | -- | Inf | unknown
387.33/388.74 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
410.25/411.78 c 389s| 81300 | 240 | 1115k| 13.6 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 110k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 389s| 81400 | 241 | 1116k| 13.6 | 153M | 132 |4306 | 18k| 0 | 17k| 0 | 110k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 389s| 81500 | 236 | 1117k| 13.6 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 110k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 390s| 81600 | 265 | 1118k| 13.5 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 110k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 390s| 81700 | 237 | 1119k| 13.5 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 110k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 391s| 81800 | 244 | 1120k| 13.5 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 110k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 391s| 81900 | 254 | 1121k| 13.5 | 153M | 132 |4306 | 18k|9672 | 17k| 0 | 111k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 392s| 82000 | 253 | 1122k| 13.5 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 111k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 392s| 82100 | 236 | 1123k| 13.5 | 153M | 132 |4306 | 18k|9672 | 17k| 0 | 111k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 392s| 82200 | 258 | 1124k| 13.5 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 111k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 393s| 82300 | 241 | 1126k| 13.5 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 111k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 393s| 82400 | 259 | 1127k| 13.5 | 153M | 132 |4306 | 18k|9672 | 17k| 0 | 111k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 394s| 82500 | 286 | 1128k| 13.5 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 111k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 394s| 82600 | 290 | 1129k| 13.5 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 111k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 395s| 82700 | 285 | 1130k| 13.5 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 111k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
410.25/411.78 c 395s| 82800 | 280 | 1131k| 13.5 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 111k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 395s| 82900 | 262 | 1133k| 13.5 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 112k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 396s| 83000 | 309 | 1135k| 13.5 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 112k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 396s| 83100 | 287 | 1137k| 13.5 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 112k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 397s| 83200 | 245 | 1138k| 13.5 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 112k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 397s| 83300 | 245 | 1139k| 13.5 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 112k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 398s| 83400 | 242 | 1141k| 13.5 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 112k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 398s| 83500 | 264 | 1142k| 13.5 | 153M | 132 |4306 | 18k|9672 | 17k| 0 | 112k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 398s| 83600 | 250 | 1143k| 13.5 | 153M | 132 |4306 | 18k| 0 | 17k| 0 | 112k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 399s| 83700 | 276 | 1144k| 13.5 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 112k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 399s| 83800 | 257 | 1146k| 13.5 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 113k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 400s| 83900 | 247 | 1149k| 13.5 | 153M | 132 |4306 | 18k| 0 | 17k| 0 | 113k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 400s| 84000 | 259 | 1151k| 13.5 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 113k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 401s| 84100 | 258 | 1152k| 13.5 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 113k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 401s| 84200 | 269 | 1154k| 13.6 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 113k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
410.25/411.78 c 401s| 84300 | 254 | 1155k| 13.5 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 113k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 402s| 84400 | 252 | 1157k| 13.6 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 113k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 402s| 84500 | 246 | 1157k| 13.5 | 153M | 132 |4306 | 18k| 0 | 17k| 0 | 113k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 403s| 84600 | 263 | 1158k| 13.5 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 113k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 403s| 84700 | 248 | 1159k| 13.5 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 113k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 403s| 84800 | 249 | 1161k| 13.5 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 113k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 404s| 84900 | 245 | 1162k| 13.5 | 153M | 132 |4306 | 18k|9672 | 17k| 1 | 114k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 404s| 85000 | 249 | 1163k| 13.5 | 153M | 132 |4306 | 18k|9672 | 17k| 0 | 114k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 405s| 85100 | 271 | 1165k| 13.5 | 155M | 132 |4306 | 18k|9675 | 17k| 1 | 114k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 405s| 85200 | 265 | 1167k| 13.5 | 155M | 132 |4306 | 18k| 0 | 17k| 0 | 114k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 406s| 85300 | 260 | 1169k| 13.6 | 155M | 132 |4306 | 18k| 0 | 17k| 0 | 114k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 406s| 85400 | 264 | 1170k| 13.6 | 155M | 132 |4306 | 18k|9673 | 17k| 1 | 114k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 407s| 85500 | 271 | 1172k| 13.6 | 155M | 132 |4306 | 18k| 0 | 17k| 0 | 114k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 407s| 85600 | 281 | 1173k| 13.6 | 155M | 132 |4306 | 18k|9673 | 17k| 1 | 114k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 408s| 85700 | 293 | 1175k| 13.6 | 155M | 132 |4306 | 18k|9673 | 17k| 1 | 114k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
410.25/411.78 c 408s| 85800 | 272 | 1176k| 13.6 | 155M | 132 |4306 | 18k|9673 | 17k| 1 | 115k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 408s| 85900 | 268 | 1177k| 13.6 | 155M | 132 |4306 | 18k| 0 | 17k| 0 | 115k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 409s| 86000 | 272 | 1178k| 13.5 | 155M | 132 |4306 | 18k|9673 | 17k| 0 | 115k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 409s| 86100 | 302 | 1181k| 13.6 | 155M | 132 |4306 | 18k|9674 | 17k| 0 | 115k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 410s| 86200 | 302 | 1182k| 13.6 | 155M | 132 |4306 | 18k|9674 | 17k| 1 | 115k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 410s| 86300 | 302 | 1183k| 13.6 | 155M | 132 |4306 | 18k| 0 | 17k| 0 | 115k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 411s| 86400 | 300 | 1185k| 13.6 | 155M | 132 |4306 | 18k| 0 | 17k| 0 | 115k| 11 | 0.000000e+00 | -- | Inf | unknown
410.25/411.78 c 411s| 86500 | 302 | 1187k| 13.6 | 155M | 132 |4306 | 18k| 0 | 17k| 0 | 115k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 412s| 86600 | 303 | 1188k| 13.6 | 155M | 132 |4306 | 18k|9675 | 17k| 0 | 115k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 412s| 86700 | 286 | 1190k| 13.6 | 155M | 132 |4306 | 18k| 0 | 17k| 0 | 115k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 413s| 86800 | 273 | 1192k| 13.6 | 155M | 132 |4306 | 18k|9674 | 17k| 1 | 116k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 413s| 86900 | 265 | 1193k| 13.6 | 155M | 132 |4306 | 18k| 0 | 17k| 0 | 116k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 413s| 87000 | 254 | 1195k| 13.6 | 155M | 132 |4306 | 18k| 0 | 17k| 0 | 116k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 414s| 87100 | 267 | 1196k| 13.6 | 155M | 132 |4306 | 18k|9675 | 17k| 1 | 116k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 414s| 87200 | 271 | 1196k| 13.6 | 155M | 132 |4306 | 18k|9676 | 17k| 1 | 116k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
431.48/433.04 c 414s| 87300 | 266 | 1197k| 13.6 | 155M | 132 |4306 | 18k| 0 | 17k| 0 | 116k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 415s| 87400 | 268 | 1197k| 13.5 | 155M | 132 |4306 | 18k|9676 | 17k| 1 | 116k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 415s| 87500 | 263 | 1197k| 13.5 | 155M | 132 |4306 | 18k|9675 | 17k| 1 | 116k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 415s| 87600 | 261 | 1197k| 13.5 | 155M | 132 |4306 | 18k|9676 | 17k| 2 | 116k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 415s| 87700 | 254 | 1198k| 13.5 | 155M | 132 |4306 | 18k|9673 | 17k| 2 | 116k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 416s| 87800 | 253 | 1199k| 13.5 | 155M | 132 |4306 | 18k|9674 | 17k| 1 | 116k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 416s| 87900 | 259 | 1200k| 13.5 | 155M | 132 |4306 | 18k|9666 | 17k| 1 | 116k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 417s| 88000 | 267 | 1201k| 13.5 | 155M | 132 |4306 | 18k|9667 | 17k| 1 | 116k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 417s| 88100 | 265 | 1202k| 13.5 | 155M | 132 |4306 | 18k|9666 | 17k| 1 | 117k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 418s| 88200 | 284 | 1203k| 13.5 | 155M | 132 |4306 | 18k|9667 | 17k| 1 | 117k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 418s| 88300 | 295 | 1204k| 13.5 | 155M | 132 |4306 | 18k| 0 | 17k| 0 | 117k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 418s| 88400 | 289 | 1205k| 13.5 | 155M | 132 |4306 | 18k| 0 | 17k| 0 | 117k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 419s| 88500 | 261 | 1206k| 13.5 | 155M | 132 |4306 | 18k|9694 | 17k| 1 | 117k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 419s| 88600 | 262 | 1208k| 13.5 | 155M | 132 |4306 | 18k|9694 | 17k| 1 | 117k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 420s| 88700 | 282 | 1209k| 13.5 | 155M | 132 |4306 | 18k| 0 | 17k| 0 | 117k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
431.48/433.04 c 420s| 88800 | 296 | 1210k| 13.5 | 155M | 132 |4306 | 18k| 0 | 17k| 0 | 117k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 420s| 88900 | 277 | 1211k| 13.5 | 155M | 132 |4306 | 18k| 0 | 17k| 0 | 117k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 421s| 89000 | 261 | 1212k| 13.5 | 155M | 132 |4306 | 18k|9668 | 17k| 1 | 118k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 421s| 89100 | 271 | 1213k| 13.5 | 155M | 132 |4306 | 18k|9691 | 17k| 1 | 118k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 422s| 89200 | 258 | 1214k| 13.5 | 155M | 132 |4306 | 18k|9687 | 17k| 1 | 118k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 422s| 89300 | 258 | 1214k| 13.5 | 155M | 132 |4306 | 18k|9689 | 17k| 2 | 118k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 422s| 89400 | 257 | 1215k| 13.4 | 155M | 132 |4306 | 18k|9690 | 17k| 1 | 118k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 423s| 89500 | 261 | 1216k| 13.4 | 155M | 132 |4306 | 18k| 0 | 17k| 0 | 118k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 423s| 89600 | 267 | 1217k| 13.4 | 155M | 132 |4306 | 18k|9691 | 17k| 1 | 118k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 424s| 89700 | 263 | 1218k| 13.4 | 155M | 132 |4306 | 18k|9672 | 17k| 0 | 118k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 424s| 89800 | 266 | 1219k| 13.4 | 155M | 132 |4306 | 18k|9673 | 17k| 1 | 118k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 424s| 89900 | 271 | 1221k| 13.4 | 155M | 132 |4306 | 18k|9674 | 17k| 1 | 118k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 425s| 90000 | 263 | 1223k| 13.4 | 155M | 132 |4306 | 18k|9673 | 17k| 0 | 119k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 425s| 90100 | 268 | 1225k| 13.5 | 155M | 132 |4306 | 18k|9672 | 17k| 0 | 119k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 426s| 90200 | 256 | 1226k| 13.4 | 155M | 132 |4306 | 18k| 0 | 17k| 0 | 119k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
431.48/433.04 c 426s| 90300 | 283 | 1227k| 13.4 | 155M | 132 |4306 | 18k| 0 | 17k| 0 | 119k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 427s| 90400 | 264 | 1229k| 13.5 | 155M | 132 |4306 | 18k| 0 | 17k| 0 | 119k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 427s| 90500 | 266 | 1231k| 13.5 | 155M | 132 |4306 | 18k|9672 | 17k| 1 | 119k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 427s| 90600 | 268 | 1233k| 13.5 | 155M | 132 |4306 | 18k|9672 | 17k| 1 | 119k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 428s| 90700 | 258 | 1234k| 13.5 | 155M | 132 |4306 | 18k|9687 | 17k| 1 | 119k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 428s| 90800 | 261 | 1235k| 13.5 | 155M | 132 |4306 | 18k|9693 | 17k| 1 | 119k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 429s| 90900 | 294 | 1235k| 13.4 | 155M | 132 |4306 | 18k|9661 | 17k| 1 | 119k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 429s| 91000 | 309 | 1238k| 13.5 | 155M | 132 |4306 | 18k|9662 | 17k| 1 | 120k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 430s| 91100 | 297 | 1238k| 13.5 | 155M | 132 |4306 | 18k|9662 | 17k| 1 | 120k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 430s| 91200 | 313 | 1239k| 13.4 | 155M | 132 |4306 | 18k| 0 | 17k| 0 | 120k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 431s| 91300 | 313 | 1240k| 13.4 | 155M | 132 |4306 | 18k|9662 | 17k| 1 | 120k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 431s| 91400 | 302 | 1241k| 13.4 | 155M | 132 |4306 | 18k|9662 | 17k| 1 | 120k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 431s| 91500 | 311 | 1242k| 13.4 | 155M | 132 |4306 | 18k|9662 | 17k| 0 | 120k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 432s| 91600 | 299 | 1243k| 13.4 | 155M | 132 |4306 | 18k|9662 | 17k| 1 | 120k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c 432s| 91700 | 294 | 1245k| 13.4 | 155M | 132 |4306 | 18k|9662 | 17k| 1 | 120k| 11 | 0.000000e+00 | -- | Inf | unknown
431.48/433.04 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
454.40/456.05 c 433s| 91800 | 289 | 1247k| 13.4 | 156M | 132 |4306 | 18k| 0 | 17k| 0 | 120k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 433s| 91900 | 298 | 1248k| 13.4 | 156M | 132 |4306 | 18k|9662 | 17k| 1 | 120k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 434s| 92000 | 299 | 1250k| 13.4 | 156M | 132 |4306 | 18k| 0 | 17k| 0 | 121k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 434s| 92100 | 278 | 1251k| 13.4 | 156M | 132 |4306 | 18k|9691 | 17k| 1 | 121k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 435s| 92200 | 283 | 1251k| 13.4 | 156M | 132 |4306 | 18k|9662 | 17k| 0 | 121k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 435s| 92300 | 292 | 1253k| 13.4 | 156M | 132 |4306 | 18k|9662 | 17k| 1 | 121k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 436s| 92400 | 297 | 1254k| 13.4 | 156M | 132 |4306 | 18k|9662 | 17k| 1 | 121k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 436s| 92500 | 297 | 1254k| 13.4 | 156M | 132 |4306 | 18k|9662 | 17k| 1 | 121k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 436s| 92600 | 304 | 1255k| 13.4 | 156M | 132 |4306 | 18k| 0 | 17k| 0 | 121k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 437s| 92700 | 287 | 1256k| 13.4 | 156M | 132 |4306 | 18k|9662 | 17k| 1 | 121k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 437s| 92800 | 275 | 1257k| 13.4 | 156M | 132 |4306 | 18k| 0 | 17k| 0 | 121k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 438s| 92900 | 301 | 1259k| 13.4 | 156M | 132 |4306 | 18k|9687 | 17k| 1 | 121k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 438s| 93000 | 308 | 1259k| 13.4 | 156M | 132 |4306 | 18k|9687 | 17k| 0 | 121k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 439s| 93100 | 277 | 1260k| 13.4 | 156M | 132 |4306 | 18k|9687 | 17k| 1 | 122k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 439s| 93200 | 283 | 1261k| 13.4 | 157M | 132 |4306 | 18k|9650 | 17k| 1 | 122k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
454.40/456.05 c 439s| 93300 | 298 | 1263k| 13.4 | 157M | 132 |4306 | 18k| 0 | 17k| 0 | 122k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 440s| 93400 | 333 | 1265k| 13.4 | 157M | 132 |4306 | 18k|9651 | 17k| 1 | 122k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 440s| 93500 | 352 | 1266k| 13.4 | 157M | 132 |4306 | 18k|9651 | 17k| 1 | 122k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 441s| 93600 | 296 | 1266k| 13.4 | 157M | 132 |4306 | 18k| 0 | 17k| 0 | 122k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 441s| 93700 | 314 | 1267k| 13.4 | 157M | 132 |4306 | 18k|9651 | 17k| 1 | 122k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 442s| 93800 | 307 | 1268k| 13.4 | 157M | 132 |4306 | 18k|9651 | 17k| 1 | 122k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 442s| 93900 | 300 | 1268k| 13.4 | 157M | 132 |4306 | 18k|9651 | 17k| 0 | 122k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 443s| 94000 | 302 | 1269k| 13.4 | 157M | 132 |4306 | 18k|9649 | 17k| 1 | 122k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 443s| 94100 | 307 | 1270k| 13.4 | 157M | 132 |4306 | 18k|9649 | 17k| 1 | 122k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 443s| 94200 | 309 | 1271k| 13.4 | 157M | 132 |4306 | 18k|9650 | 17k| 1 | 122k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 444s| 94300 | 301 | 1271k| 13.3 | 157M | 132 |4306 | 18k| 0 | 17k| 0 | 123k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 444s| 94400 | 326 | 1272k| 13.3 | 157M | 132 |4306 | 18k|9650 | 17k| 1 | 123k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 445s| 94500 | 325 | 1273k| 13.3 | 157M | 132 |4306 | 18k|9651 | 17k| 1 | 123k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 445s| 94600 | 319 | 1274k| 13.3 | 157M | 132 |4306 | 18k|9650 | 17k| 1 | 123k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 446s| 94700 | 328 | 1276k| 13.3 | 158M | 132 |4306 | 18k|9650 | 17k| 1 | 123k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
454.40/456.05 c 446s| 94800 | 314 | 1276k| 13.3 | 158M | 132 |4306 | 18k|9650 | 17k| 1 | 123k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 446s| 94900 | 321 | 1277k| 13.3 | 158M | 132 |4306 | 18k|9651 | 17k| 1 | 123k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 447s| 95000 | 314 | 1278k| 13.3 | 158M | 132 |4306 | 18k|9651 | 17k| 1 | 123k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 447s| 95100 | 306 | 1279k| 13.3 | 158M | 132 |4306 | 18k|9650 | 17k| 1 | 123k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 448s| 95200 | 322 | 1280k| 13.3 | 158M | 132 |4306 | 18k|9648 | 17k| 1 | 123k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 448s| 95300 | 355 | 1281k| 13.3 | 158M | 132 |4306 | 18k| 0 | 17k| 0 | 123k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 449s| 95400 | 347 | 1282k| 13.3 | 158M | 132 |4306 | 18k| 0 | 17k| 0 | 123k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 449s| 95500 | 358 | 1283k| 13.3 | 158M | 132 |4306 | 18k|9651 | 17k| 1 | 124k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 449s| 95600 | 381 | 1284k| 13.3 | 158M | 132 |4306 | 18k|9651 | 17k| 0 | 124k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 450s| 95700 | 349 | 1286k| 13.3 | 158M | 132 |4306 | 18k|9650 | 17k| 0 | 124k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 450s| 95800 | 350 | 1286k| 13.3 | 158M | 132 |4306 | 18k|9650 | 17k| 1 | 124k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 451s| 95900 | 341 | 1287k| 13.3 | 158M | 132 |4306 | 18k|9650 | 17k| 1 | 124k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 451s| 96000 | 338 | 1289k| 13.3 | 158M | 132 |4306 | 18k|9650 | 17k| 1 | 124k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 452s| 96100 | 342 | 1290k| 13.3 | 158M | 132 |4306 | 18k|9651 | 17k| 2 | 124k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 452s| 96200 | 346 | 1291k| 13.3 | 158M | 132 |4306 | 18k|9651 | 17k| 1 | 124k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
454.40/456.05 c 452s| 96300 | 350 | 1292k| 13.3 | 158M | 132 |4306 | 18k|9649 | 17k| 1 | 124k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 453s| 96400 | 347 | 1293k| 13.3 | 158M | 132 |4306 | 18k|9651 | 17k| 1 | 124k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 453s| 96500 | 334 | 1294k| 13.3 | 158M | 132 |4306 | 18k|9651 | 17k| 1 | 124k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 454s| 96600 | 324 | 1295k| 13.3 | 158M | 132 |4306 | 18k|9651 | 17k| 2 | 125k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 454s| 96700 | 357 | 1297k| 13.3 | 158M | 132 |4306 | 18k| 0 | 17k| 0 | 125k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 455s| 96800 | 385 | 1298k| 13.3 | 158M | 132 |4306 | 18k|9651 | 17k| 2 | 125k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 455s| 96900 | 359 | 1301k| 13.3 | 158M | 132 |4306 | 18k| 0 | 17k| 0 | 125k| 11 | 0.000000e+00 | -- | Inf | unknown
454.40/456.05 c 455s| 97000 | 388 | 1301k| 13.3 | 158M | 132 |4306 | 18k|9651 | 17k| 1 | 125k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 456s| 97100 | 371 | 1302k| 13.3 | 158M | 132 |4306 | 18k|9650 | 17k| 0 | 125k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 456s| 97200 | 373 | 1303k| 13.3 | 158M | 132 |4306 | 18k|9651 | 17k| 1 | 125k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 457s| 97300 | 361 | 1304k| 13.3 | 158M | 132 |4306 | 18k|9651 | 17k| 1 | 125k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 457s| 97400 | 326 | 1305k| 13.3 | 158M | 132 |4306 | 18k|9650 | 17k| 1 | 125k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 458s| 97500 | 323 | 1307k| 13.3 | 158M | 132 |4306 | 18k|9650 | 17k| 1 | 125k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 458s| 97600 | 353 | 1310k| 13.3 | 158M | 132 |4306 | 18k|9651 | 17k| 2 | 125k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 459s| 97700 | 353 | 1311k| 13.3 | 158M | 132 |4306 | 18k|9650 | 17k| 1 | 126k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
476.72/478.45 c 459s| 97800 | 339 | 1313k| 13.3 | 158M | 132 |4306 | 18k| 0 | 17k| 0 | 126k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 460s| 97900 | 350 | 1314k| 13.3 | 158M | 132 |4306 | 18k|9650 | 17k| 1 | 126k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 460s| 98000 | 327 | 1316k| 13.3 | 158M | 132 |4306 | 18k|9650 | 17k| 1 | 126k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 460s| 98100 | 354 | 1317k| 13.3 | 158M | 132 |4306 | 18k|9651 | 17k| 1 | 126k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 461s| 98200 | 316 | 1318k| 13.3 | 158M | 132 |4306 | 18k|9651 | 17k| 1 | 126k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 461s| 98300 | 343 | 1319k| 13.3 | 158M | 132 |4306 | 18k|9650 | 17k| 1 | 126k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 462s| 98400 | 332 | 1320k| 13.3 | 158M | 132 |4306 | 18k| 0 | 17k| 0 | 126k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 462s| 98500 | 338 | 1321k| 13.3 | 158M | 132 |4306 | 18k|9650 | 17k| 1 | 126k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 463s| 98600 | 336 | 1322k| 13.3 | 158M | 132 |4306 | 18k| 0 | 17k| 0 | 127k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 463s| 98700 | 359 | 1323k| 13.3 | 158M | 132 |4306 | 18k|9650 | 17k| 1 | 127k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 463s| 98800 | 370 | 1324k| 13.3 | 158M | 132 |4306 | 18k|9650 | 17k| 1 | 127k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 464s| 98900 | 347 | 1325k| 13.3 | 158M | 132 |4306 | 18k|9649 | 17k| 1 | 127k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 464s| 99000 | 374 | 1327k| 13.3 | 158M | 132 |4306 | 18k|9649 | 17k| 1 | 127k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 465s| 99100 | 366 | 1327k| 13.3 | 158M | 132 |4306 | 18k|9651 | 17k| 1 | 127k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 465s| 99200 | 380 | 1328k| 13.3 | 158M | 132 |4306 | 18k| 0 | 17k| 0 | 127k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
476.72/478.45 c 466s| 99300 | 367 | 1329k| 13.3 | 158M | 132 |4306 | 18k|9650 | 17k| 1 | 127k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 466s| 99400 | 370 | 1330k| 13.3 | 158M | 132 |4306 | 18k|9650 | 17k| 1 | 127k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 466s| 99500 | 392 | 1331k| 13.3 | 158M | 132 |4306 | 18k|9650 | 17k| 1 | 128k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 467s| 99600 | 386 | 1333k| 13.3 | 158M | 132 |4306 | 18k|9651 | 17k| 0 | 128k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 467s| 99700 | 396 | 1334k| 13.3 | 158M | 132 |4306 | 18k|9650 | 17k| 1 | 128k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 468s| 99800 | 396 | 1336k| 13.3 | 158M | 132 |4306 | 18k|9651 | 17k| 0 | 128k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 468s| 99900 | 405 | 1337k| 13.3 | 158M | 132 |4306 | 18k|9650 | 17k| 1 | 128k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 469s|100000 | 410 | 1338k| 13.3 | 158M | 132 |4306 | 18k|9650 | 17k| 1 | 128k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 469s|100100 | 400 | 1340k| 13.3 | 158M | 132 |4306 | 18k|9650 | 17k| 1 | 128k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 469s|100200 | 378 | 1340k| 13.3 | 158M | 132 |4306 | 18k|9650 | 17k| 0 | 128k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 470s|100300 | 362 | 1342k| 13.2 | 158M | 132 |4306 | 18k|9650 | 17k| 1 | 128k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 470s|100400 | 371 | 1342k| 13.2 | 158M | 132 |4306 | 18k|9650 | 17k| 1 | 128k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 471s|100500 | 410 | 1344k| 13.3 | 158M | 132 |4306 | 18k|9650 | 17k| 1 | 129k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 471s|100600 | 428 | 1345k| 13.2 | 158M | 132 |4306 | 18k|9651 | 17k| 0 | 129k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 472s|100700 | 420 | 1347k| 13.2 | 158M | 132 |4306 | 18k| 0 | 17k| 0 | 129k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
476.72/478.45 c 472s|100800 | 425 | 1348k| 13.3 | 158M | 132 |4306 | 18k|9651 | 17k| 0 | 129k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 472s|100900 | 400 | 1350k| 13.3 | 158M | 132 |4306 | 18k|9650 | 17k| 1 | 129k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 473s|101000 | 381 | 1351k| 13.3 | 158M | 132 |4306 | 18k|9650 | 17k| 1 | 129k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 473s|101100 | 387 | 1352k| 13.3 | 158M | 132 |4306 | 18k| 0 | 17k| 0 | 129k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 474s|101200 | 427 | 1353k| 13.2 | 158M | 132 |4306 | 18k|9649 | 17k| 1 | 129k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 474s|101300 | 456 | 1354k| 13.2 | 158M | 132 |4306 | 18k|9649 | 17k| 1 | 129k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 475s|101400 | 436 | 1355k| 13.2 | 158M | 132 |4306 | 18k|9649 | 17k| 0 | 129k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 475s|101500 | 432 | 1356k| 13.2 | 158M | 132 |4306 | 18k|9650 | 17k| 0 | 130k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 475s|101600 | 419 | 1357k| 13.2 | 158M | 132 |4306 | 18k|9649 | 18k| 1 | 130k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 476s|101700 | 400 | 1358k| 13.2 | 158M | 132 |4306 | 18k|9650 | 18k| 1 | 130k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 476s|101800 | 416 | 1360k| 13.2 | 158M | 132 |4306 | 18k|9650 | 18k| 1 | 130k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 477s|101900 | 401 | 1362k| 13.2 | 158M | 132 |4306 | 18k| 0 | 18k| 0 | 130k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 477s|102000 | 417 | 1363k| 13.2 | 158M | 132 |4306 | 18k|9648 | 18k| 1 | 130k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 478s|102100 | 444 | 1364k| 13.2 | 158M | 132 |4306 | 18k|9649 | 18k| 1 | 130k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c 478s|102200 | 464 | 1365k| 13.2 | 158M | 132 |4306 | 18k|9649 | 18k| 1 | 130k| 11 | 0.000000e+00 | -- | Inf | unknown
476.72/478.45 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
496.95/498.73 c 478s|102300 | 457 | 1366k| 13.2 | 158M | 132 |4306 | 18k|9649 | 18k| 1 | 130k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 479s|102400 | 452 | 1367k| 13.2 | 158M | 132 |4306 | 18k|9650 | 18k| 1 | 130k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 479s|102500 | 448 | 1367k| 13.2 | 158M | 132 |4306 | 18k|9650 | 18k| 1 | 130k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 480s|102600 | 462 | 1370k| 13.2 | 158M | 132 |4306 | 18k|9650 | 18k| 1 | 130k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 480s|102700 | 435 | 1371k| 13.2 | 158M | 132 |4306 | 18k|9650 | 18k| 1 | 131k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 480s|102800 | 422 | 1372k| 13.2 | 158M | 132 |4306 | 18k|9650 | 18k| 1 | 131k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 481s|102900 | 417 | 1373k| 13.2 | 158M | 132 |4306 | 18k|9650 | 18k| 1 | 131k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 481s|103000 | 429 | 1374k| 13.2 | 158M | 132 |4306 | 18k|9650 | 18k| 0 | 131k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 481s|103100 | 424 | 1375k| 13.2 | 159M | 132 |4306 | 18k| 0 | 18k| 0 | 131k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 482s|103200 | 440 | 1376k| 13.2 | 159M | 132 |4306 | 18k|9649 | 18k| 1 | 131k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 482s|103300 | 481 | 1378k| 13.2 | 159M | 132 |4306 | 18k| 0 | 18k| 0 | 131k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 483s|103400 | 480 | 1380k| 13.2 | 159M | 132 |4306 | 18k|9649 | 18k| 1 | 131k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 483s|103500 | 490 | 1382k| 13.2 | 160M | 132 |4306 | 18k|9649 | 18k| 1 | 131k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 484s|103600 | 487 | 1383k| 13.2 | 160M | 132 |4306 | 18k|9650 | 18k| 1 | 131k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 484s|103700 | 483 | 1384k| 13.2 | 160M | 132 |4306 | 18k|9649 | 18k| 1 | 131k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
496.95/498.73 c 484s|103800 | 513 | 1386k| 13.2 | 160M | 132 |4306 | 18k|9649 | 18k| 1 | 132k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 485s|103900 | 530 | 1387k| 13.2 | 160M | 132 |4306 | 18k|9649 | 18k| 1 | 132k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 485s|104000 | 530 | 1388k| 13.2 | 160M | 132 |4306 | 18k| 0 | 18k| 0 | 132k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 486s|104100 | 548 | 1389k| 13.2 | 160M | 132 |4306 | 18k|9650 | 18k| 1 | 132k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 486s|104200 | 534 | 1389k| 13.2 | 160M | 132 |4306 | 18k| 0 | 18k| 0 | 132k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 486s|104300 | 534 | 1390k| 13.2 | 160M | 132 |4306 | 18k|9649 | 18k| 1 | 132k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 487s|104400 | 539 | 1391k| 13.2 | 160M | 132 |4306 | 18k|9649 | 18k| 1 | 132k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 487s|104500 | 542 | 1392k| 13.2 | 160M | 132 |4306 | 18k|9649 | 18k| 0 | 132k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 488s|104600 | 583 | 1393k| 13.2 | 160M | 132 |4306 | 18k|9649 | 18k| 1 | 132k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 488s|104700 | 573 | 1394k| 13.2 | 160M | 132 |4306 | 18k| 0 | 18k| 0 | 132k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 488s|104800 | 536 | 1396k| 13.2 | 160M | 132 |4306 | 18k|9649 | 18k| 1 | 132k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 489s|104900 | 549 | 1397k| 13.2 | 160M | 132 |4306 | 18k|9649 | 18k| 0 | 132k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 489s|105000 | 548 | 1397k| 13.2 | 160M | 132 |4306 | 18k|9649 | 18k| 1 | 132k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 489s|105100 | 526 | 1398k| 13.2 | 160M | 132 |4306 | 18k| 0 | 18k| 0 | 133k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 490s|105200 | 534 | 1399k| 13.2 | 160M | 132 |4306 | 18k|9649 | 18k| 1 | 133k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
496.95/498.73 c 490s|105300 | 537 | 1400k| 13.2 | 160M | 132 |4306 | 18k|9649 | 18k| 1 | 133k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 491s|105400 | 575 | 1401k| 13.2 | 160M | 132 |4306 | 18k|9649 | 18k| 0 | 133k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 491s|105500 | 553 | 1402k| 13.2 | 160M | 132 |4306 | 18k|9649 | 18k| 1 | 133k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 491s|105600 | 587 | 1403k| 13.2 | 160M | 132 |4306 | 18k| 0 | 18k| 0 | 133k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 492s|105700 | 606 | 1404k| 13.2 | 160M | 132 |4306 | 18k| 0 | 18k| 0 | 133k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 492s|105800 | 542 | 1405k| 13.2 | 160M | 132 |4306 | 18k| 0 | 18k| 0 | 133k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 492s|105900 | 530 | 1406k| 13.2 | 161M | 132 |4306 | 18k|9649 | 18k| 1 | 133k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 493s|106000 | 537 | 1408k| 13.2 | 161M | 132 |4306 | 18k|9649 | 18k| 1 | 133k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 493s|106100 | 523 | 1409k| 13.2 | 161M | 132 |4306 | 18k|9649 | 18k| 1 | 133k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 494s|106200 | 543 | 1410k| 13.2 | 161M | 132 |4306 | 18k|9649 | 18k| 1 | 133k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 494s|106300 | 520 | 1411k| 13.2 | 161M | 132 |4306 | 18k| 0 | 18k| 0 | 133k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 494s|106400 | 521 | 1412k| 13.2 | 161M | 132 |4306 | 18k|9649 | 18k| 1 | 134k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 495s|106500 | 551 | 1414k| 13.2 | 161M | 132 |4306 | 18k|9650 | 18k| 1 | 134k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 495s|106600 | 529 | 1415k| 13.2 | 161M | 132 |4306 | 18k|9650 | 18k| 1 | 134k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 496s|106700 | 534 | 1416k| 13.2 | 161M | 132 |4306 | 18k| 0 | 18k| 0 | 134k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
496.95/498.73 c 496s|106800 | 527 | 1417k| 13.1 | 161M | 132 |4306 | 18k| 0 | 18k| 0 | 134k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 496s|106900 | 530 | 1417k| 13.1 | 161M | 132 |4306 | 18k| 0 | 18k| 0 | 134k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 496s|107000 | 532 | 1417k| 13.1 | 161M | 132 |4306 | 18k| 0 | 18k| 0 | 134k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 497s|107100 | 535 | 1418k| 13.1 | 161M | 132 |4306 | 18k|9651 | 18k| 1 | 134k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 497s|107200 | 530 | 1418k| 13.1 | 161M | 132 |4306 | 18k|9651 | 18k| 1 | 134k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 497s|107300 | 518 | 1419k| 13.1 | 161M | 132 |4306 | 18k|9649 | 18k| 1 | 135k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 498s|107400 | 507 | 1420k| 13.1 | 161M | 132 |4306 | 18k|9649 | 18k| 1 | 135k| 11 | 0.000000e+00 | -- | Inf | unknown
496.95/498.73 c 498s|107500 | 510 | 1422k| 13.1 | 161M | 132 |4306 | 18k|9649 | 18k| 1 | 135k| 11 | 0.000000e+00 | -- | Inf | unknown
498.35/500.18 c 499s|107600 | 517 | 1423k| 13.1 | 161M | 132 |4306 | 18k|9649 | 18k| 1 | 135k| 11 | 0.000000e+00 | -- | Inf | unknown
498.35/500.18 c 499s|107700 | 525 | 1424k| 13.1 | 161M | 132 |4306 | 18k| 0 | 18k| 0 | 135k| 11 | 0.000000e+00 | -- | Inf | unknown
498.35/500.18 c 499s|107800 | 514 | 1425k| 13.1 | 161M | 132 |4306 | 18k| 0 | 18k| 0 | 135k| 11 | 0.000000e+00 | -- | Inf | unknown
498.35/500.18 c 500s|107900 | 515 | 1426k| 13.1 | 161M | 132 |4306 | 18k| 0 | 18k| 0 | 135k| 11 | 0.000000e+00 | -- | Inf | unknown
498.35/500.18 c
498.35/500.18 c SCIP Status : solving was interrupted [time limit reached]
498.35/500.18 c Solving Time (sec) : 500.00
498.35/500.18 c Solving Nodes : 107992
498.35/500.18 c Primal Bound : +1.00000000000000e+20 (0 solutions)
498.35/500.18 c Dual Bound : +0.00000000000000e+00
498.35/500.18 c Gap : infinite
498.35/500.18 c ----------------------------------------------------------------------
498.35/500.18 c dual bound: 0.0 -> 0
498.35/500.18 c primal bound: 1e+20 -> 100000000000000000000
498.35/500.18 c scip-goal-lb: 0
498.35/500.18 c scip-goal-ub: 100000000000000000000
498.35/500.18 c writing output to: HOME/tmpyn04dt6g.opb
498.35/500.18 c appending fixed variable constraints
498.35/500.18 c scip-fixed vars: 0.23% (10/4306)
498.35/500.18 c ----------------------------------------------------------------------
498.35/500.18 c executing external solver: HOME/naps-1.03a6
498.35/500.18 c ----------------------------------------------------------------------
498.35/500.18 c command: HOME/naps-1.03a6 HOME/tmpyn04dt6g.opb
498.35/500.19 c NaPS 1.03a6.
498.35/500.19 c Input file name: HOME/tmpyn04dt6g.opb
3600.01/3610.60 c
3600.01/3610.60 c *** TERMINATED *** by signal 15
3600.01/3610.60 c s UNKNOWN
3600.01/3610.60 c _____________________________________________________________________________
3600.01/3610.60 c std/band forms : 1441,0
3600.01/3610.60 c 2cl/3cl ITE-codings : 0,0
3600.01/3610.60 c BDD/srt/adr Max costs : 0,6,0
3600.01/3610.60 c BDDraw/bin/mul/srt/adr: 0,0,0,1441,0
3600.01/3610.60 c BDD nodes : 0
3600.01/3610.60 c Es1/CC detections : 0,0
3600.01/3610.60 c CC sort : 1441
3600.01/3610.60 c SAT/UNSAT calls : 0,0
3600.01/3610.60 c regenrated variables : 0
3600.01/3610.60 c eliminated fixed lits : 15
3600.01/3610.60 c goal lit flips : 0
3600.01/3610.60 c goal stages : 0
3600.01/3610.60 c goal shrink : 0
3600.01/3610.60 c goal coeff separations: 0
3600.01/3610.60 c restarts : 0
3600.01/3610.60 c conflicts : 0 (0 /sec)
3600.01/3610.60 c decisions : 0 (0 /sec)
3600.01/3610.60 c propagations : 0 (0 /sec)
3600.01/3610.60 c inspects : 0 (0 /sec)
3600.01/3610.60 c CPU time (solving tm) : 3092 s (3092 s, SAT 0 s, UNSAT 0 s)
3600.01/3610.60 c Time for Opt-base : 0.001799 s
3600.01/3610.60 c Steps for Opt-base : 0
3600.01/3610.60 c Time for BDD coding : 0 s
3600.01/3610.60 c Time for srt coding : 0.002048 s
3600.01/3610.60 c _____________________________________________________________________________
3600.01/3610.60 s UNKNOWN
3600.01/3610.65 c received SIGTERM, forwarding to pbsolver...
3600.01/3610.65 c failed to send SIGTERM to pbsolver: [Errno 3] No such process
Verifier Data
ERROR: no interpretation found !
Watcher Data
runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL
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.
NUMA information:
number of nodes: 2
memory of node 0: 63665 MiB (46828 MiB free)
memory of node 1: 64507 MiB (51915 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4529867-1752260855/watcher-4529867-1752260855 -o /tmp/evaluation-result-4529867-1752260855/solver-4529867-1752260855 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1752258008-113133 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4529867-1752260855.opb
running on 2 cores: 5,7
CPU governors:
performance: 5 7
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=114027, runsolver pid=114024
[startup+0.100068 s]*
/proc/loadavg: 4.05 4.12 4.04 5/269 114032
/proc/meminfo: memFree=101113956/131250000 swapFree=33010416/33010684
[pid=114027] ppid=114024 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/114027/stat : 114027 (scip-naps-1.00a) S 114024 114027 113120 0 -1 4194304 258 347 0 0 0 0 0 0 20 0 1 0 141765419 4292608 768 18446744073709551615 94855296827392 94855297721925 140721060585312 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94855297960976 94855298008720 94855310626816 140721060587931 140721060588030 140721060588030 140721060593634 0
/proc/114027/statm: 1048 768 704 219 0 110 0
[pid=114032] ppid=114027 vsize=1186972 memory=32056 CPUtime=0.06 cores=5,7
/proc/114032/stat : 114032 (python3) R 114027 114027 113120 0 -1 4194304 3740 0 0 0 5 1 0 0 20 0 1 0 141765421 1215459328 8014 18446744073709551615 94047909859328 94047909859705 140723460365488 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94047909871000 94047909871620 94047932424192 140723460372815 140723460373024 140723460373024 140723460378599 0
/proc/114032/statm: 296743 8014 4917 1 0 268765 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 1191164 KiB
Current children cumulated memory: 35128 KiB
[startup+0.205786 s]*
/proc/loadavg: 4.05 4.12 4.04 5/269 114032
/proc/meminfo: memFree=101113956/131250000 swapFree=33010416/33010684
[pid=114027] ppid=114024 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/114027/stat : 114027 (scip-naps-1.00a) S 114024 114027 113120 0 -1 4194304 258 347 0 0 0 0 0 0 20 0 1 0 141765419 4292608 768 18446744073709551615 94855296827392 94855297721925 140721060585312 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94855297960976 94855298008720 94855310626816 140721060587931 140721060588030 140721060588030 140721060593634 0
/proc/114027/statm: 1048 768 704 219 0 110 0
[pid=114032] ppid=114027 vsize=1223808 memory=75704 CPUtime=0.17 cores=5,7
/proc/114032/stat : 114032 (python3) R 114027 114027 113120 0 -1 4194304 11945 0 0 0 15 2 0 0 20 0 1 0 141765421 1253179392 18926 18446744073709551615 94047909859328 94047909859705 140723460365488 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94047909871000 94047909871620 94047932424192 140723460372815 140723460373024 140723460373024 140723460378599 0
/proc/114032/statm: 305952 18926 7861 1 0 277310 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1228000 KiB
Current children cumulated memory: 78776 KiB
[startup+0.305706 s]*
/proc/loadavg: 4.05 4.12 4.04 5/269 114032
/proc/meminfo: memFree=101113956/131250000 swapFree=33010416/33010684
[pid=114027] ppid=114024 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/114027/stat : 114027 (scip-naps-1.00a) S 114024 114027 113120 0 -1 4194304 258 347 0 0 0 0 0 0 20 0 1 0 141765419 4292608 768 18446744073709551615 94855296827392 94855297721925 140721060585312 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94855297960976 94855298008720 94855310626816 140721060587931 140721060588030 140721060588030 140721060593634 0
/proc/114027/statm: 1048 768 704 219 0 110 0
[pid=114032] ppid=114027 vsize=1263824 memory=101944 CPUtime=0.27 cores=5,7
/proc/114032/stat : 114032 (python3) R 114027 114027 113120 0 -1 4194304 18418 0 0 0 24 3 0 0 20 0 1 0 141765421 1294155776 25486 18446744073709551615 94047909859328 94047909859705 140723460365488 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94047909871000 94047909871620 94047932424192 140723460372815 140723460373024 140723460373024 140723460378599 0
/proc/114032/statm: 315956 25486 7989 1 0 287314 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 1268016 KiB
Current children cumulated memory: 105016 KiB
[startup+0.70023 s]
/proc/loadavg: 4.05 4.12 4.04 5/269 114032
/proc/meminfo: memFree=101400676/131250000 swapFree=33010416/33010684
[pid=114027] ppid=114024 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/114027/stat : 114027 (scip-naps-1.00a) S 114024 114027 113120 0 -1 4194304 258 347 0 0 0 0 0 0 20 0 1 0 141765419 4292608 768 18446744073709551615 94855296827392 94855297721925 140721060585312 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94855297960976 94855298008720 94855310626816 140721060587931 140721060588030 140721060588030 140721060593634 0
/proc/114027/statm: 1048 768 704 219 0 110 0
[pid=114032] ppid=114027 vsize=1283248 memory=121744 CPUtime=0.66 cores=5,7
/proc/114032/stat : 114032 (python3) R 114027 114027 113120 0 -1 4194304 23507 0 0 0 62 4 0 0 20 0 1 0 141765421 1314045952 30436 18446744073709551615 94047909859328 94047909859705 140723460365488 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94047909871000 94047909871620 94047932424192 140723460372815 140723460373024 140723460373024 140723460378599 0
/proc/114032/statm: 320812 30436 8149 1 0 292170 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 1287440 KiB
Current children cumulated memory: 124816 KiB
[startup+1.50023 s]
/proc/loadavg: 4.05 4.12 4.04 5/269 114032
/proc/meminfo: memFree=100822232/131250000 swapFree=33010416/33010684
[pid=114027] ppid=114024 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/114027/stat : 114027 (scip-naps-1.00a) S 114024 114027 113120 0 -1 4194304 258 347 0 0 0 0 0 0 20 0 1 0 141765419 4292608 768 18446744073709551615 94855296827392 94855297721925 140721060585312 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94855297960976 94855298008720 94855310626816 140721060587931 140721060588030 140721060588030 140721060593634 0
/proc/114027/statm: 1048 768 704 219 0 110 0
[pid=114032] ppid=114027 vsize=1316196 memory=152348 CPUtime=1.46 cores=5,7
/proc/114032/stat : 114032 (python3) R 114027 114027 113120 0 -1 4194304 32599 0 0 0 141 5 0 0 20 0 1 0 141765421 1347784704 38087 18446744073709551615 94047909859328 94047909859705 140723460365488 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94047909871000 94047909871620 94047932424192 140723460372815 140723460373024 140723460373024 140723460378599 0
/proc/114032/statm: 329049 38087 8149 1 0 300407 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 1320388 KiB
Current children cumulated memory: 155420 KiB
[startup+3.1056 s]
/proc/loadavg: 4.05 4.12 4.04 5/269 114032
/proc/meminfo: memFree=101124832/131250000 swapFree=33010416/33010684
[pid=114027] ppid=114024 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/114027/stat : 114027 (scip-naps-1.00a) S 114024 114027 113120 0 -1 4194304 258 347 0 0 0 0 0 0 20 0 1 0 141765419 4292608 768 18446744073709551615 94855296827392 94855297721925 140721060585312 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94855297960976 94855298008720 94855310626816 140721060587931 140721060588030 140721060588030 140721060593634 0
/proc/114027/statm: 1048 768 704 219 0 110 0
[pid=114032] ppid=114027 vsize=1316196 memory=152476 CPUtime=3.06 cores=5,7
/proc/114032/stat : 114032 (python3) R 114027 114027 113120 0 -1 4194304 32613 0 0 0 301 5 0 0 20 0 1 0 141765421 1347784704 38119 18446744073709551615 94047909859328 94047909859705 140723460365488 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94047909871000 94047909871620 94047932424192 140723460372815 140723460373024 140723460373024 140723460378599 0
/proc/114032/statm: 329049 38119 8149 1 0 300407 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 1320388 KiB
Current children cumulated memory: 155548 KiB
[startup+6.30022 s]
/proc/loadavg: 4.05 4.12 4.04 5/269 114032
/proc/meminfo: memFree=101099640/131250000 swapFree=33010416/33010684
[pid=114027] ppid=114024 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/114027/stat : 114027 (scip-naps-1.00a) S 114024 114027 113120 0 -1 4194304 258 347 0 0 0 0 0 0 20 0 1 0 141765419 4292608 768 18446744073709551615 94855296827392 94855297721925 140721060585312 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94855297960976 94855298008720 94855310626816 140721060587931 140721060588030 140721060588030 140721060593634 0
/proc/114027/statm: 1048 768 704 219 0 110 0
[pid=114032] ppid=114027 vsize=1339504 memory=177312 CPUtime=6.24 cores=5,7
/proc/114032/stat : 114032 (python3) R 114027 114027 113120 0 -1 4194304 40033 0 0 0 618 6 0 0 20 0 1 0 141765421 1371652096 44328 18446744073709551615 94047909859328 94047909859705 140723460365488 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94047909871000 94047909871620 94047932424192 140723460372815 140723460373024 140723460373024 140723460378599 0
/proc/114032/statm: 334876 44328 8149 1 0 306234 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 1343696 KiB
Current children cumulated memory: 180384 KiB
[startup+12.7002 s]
/proc/loadavg: 4.04 4.11 4.04 5/269 114032
/proc/meminfo: memFree=101668248/131250000 swapFree=33010416/33010684
[pid=114027] ppid=114024 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/114027/stat : 114027 (scip-naps-1.00a) S 114024 114027 113120 0 -1 4194304 258 347 0 0 0 0 0 0 20 0 1 0 141765419 4292608 768 18446744073709551615 94855296827392 94855297721925 140721060585312 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94855297960976 94855298008720 94855310626816 140721060587931 140721060588030 140721060588030 140721060593634 0
/proc/114027/statm: 1048 768 704 219 0 110 0
[pid=114032] ppid=114027 vsize=1339504 memory=177312 CPUtime=12.63 cores=5,7
/proc/114032/stat : 114032 (python3) R 114027 114027 113120 0 -1 4194304 40033 0 0 0 1257 6 0 0 20 0 1 0 141765421 1371652096 44328 18446744073709551615 94047909859328 94047909859705 140723460365488 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94047909871000 94047909871620 94047932424192 140723460372815 140723460373024 140723460373024 140723460378599 0
/proc/114032/statm: 334876 44328 8149 1 0 306234 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 1343696 KiB
Current children cumulated memory: 180384 KiB
[startup+25.5002 s]
/proc/loadavg: 4.03 4.11 4.04 5/269 114032
/proc/meminfo: memFree=101839612/131250000 swapFree=33010416/33010684
[pid=114027] ppid=114024 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/114027/stat : 114027 (scip-naps-1.00a) S 114024 114027 113120 0 -1 4194304 258 347 0 0 0 0 0 0 20 0 1 0 141765419 4292608 768 18446744073709551615 94855296827392 94855297721925 140721060585312 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94855297960976 94855298008720 94855310626816 140721060587931 140721060588030 140721060588030 140721060593634 0
/proc/114027/statm: 1048 768 704 219 0 110 0
[pid=114032] ppid=114027 vsize=1348228 memory=186204 CPUtime=25.38 cores=5,7
/proc/114032/stat : 114032 (python3) R 114027 114027 113120 0 -1 4194304 50769 0 0 0 2529 9 0 0 20 0 1 0 141765421 1380585472 46551 18446744073709551615 94047909859328 94047909859705 140723460365488 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94047909871000 94047909871620 94047932424192 140723460372815 140723460373024 140723460373024 140723460378599 0
/proc/114032/statm: 337057 46551 8149 1 0 308415 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 1352420 KiB
Current children cumulated memory: 189276 KiB
[startup+51.1057 s]
/proc/loadavg: 4.08 4.11 4.04 5/269 114033
/proc/meminfo: memFree=102079252/131250000 swapFree=33010416/33010684
[pid=114027] ppid=114024 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/114027/stat : 114027 (scip-naps-1.00a) S 114024 114027 113120 0 -1 4194304 258 347 0 0 0 0 0 0 20 0 1 0 141765419 4292608 768 18446744073709551615 94855296827392 94855297721925 140721060585312 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94855297960976 94855298008720 94855310626816 140721060587931 140721060588030 140721060588030 140721060593634 0
/proc/114027/statm: 1048 768 704 219 0 110 0
[pid=114032] ppid=114027 vsize=1348160 memory=186160 CPUtime=50.9 cores=5,7
/proc/114032/stat : 114032 (python3) R 114027 114027 113120 0 -1 4194304 51487 0 0 0 5081 9 0 0 20 0 1 0 141765421 1380515840 46540 18446744073709551615 94047909859328 94047909859705 140723460365488 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94047909871000 94047909871620 94047932424192 140723460372815 140723460373024 140723460373024 140723460378599 0
/proc/114032/statm: 337040 46540 8149 1 0 308398 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 1352352 KiB
Current children cumulated memory: 189232 KiB
[startup+102.3 s]
/proc/loadavg: 4.08 4.11 4.04 5/269 114035
/proc/meminfo: memFree=102257772/131250000 swapFree=33010416/33010684
[pid=114027] ppid=114024 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/114027/stat : 114027 (scip-naps-1.00a) S 114024 114027 113120 0 -1 4194304 258 347 0 0 0 0 0 0 20 0 1 0 141765419 4292608 768 18446744073709551615 94855296827392 94855297721925 140721060585312 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94855297960976 94855298008720 94855310626816 140721060587931 140721060588030 140721060588030 140721060593634 0
/proc/114027/statm: 1048 768 704 219 0 110 0
[pid=114032] ppid=114027 vsize=1348296 memory=186180 CPUtime=101.91 cores=5,7
/proc/114032/stat : 114032 (python3) R 114027 114027 113120 0 -1 4194304 56521 0 0 0 10182 9 0 0 20 0 1 0 141765421 1380655104 46545 18446744073709551615 94047909859328 94047909859705 140723460365488 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94047909871000 94047909871620 94047932424192 140723460372815 140723460373024 140723460373024 140723460378599 0
/proc/114032/statm: 337074 46545 8149 1 0 308432 0
Current children cumulated CPU time: 101.91 s
Current children cumulated vsize: 1352488 KiB
Current children cumulated memory: 189252 KiB
[startup+162.3 s]
/proc/loadavg: 4.07 4.10 4.04 5/270 114044
/proc/meminfo: memFree=101846940/131250000 swapFree=33010416/33010684
[pid=114027] ppid=114024 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/114027/stat : 114027 (scip-naps-1.00a) S 114024 114027 113120 0 -1 4194304 258 347 0 0 0 0 0 0 20 0 1 0 141765419 4292608 768 18446744073709551615 94855296827392 94855297721925 140721060585312 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94855297960976 94855298008720 94855310626816 140721060587931 140721060588030 140721060588030 140721060593634 0
/proc/114027/statm: 1048 768 704 219 0 110 0
[pid=114032] ppid=114027 vsize=1382148 memory=217668 CPUtime=161.71 cores=5,7
/proc/114032/stat : 114032 (python3) R 114027 114027 113120 0 -1 4194304 64423 0 0 0 16160 11 0 0 20 0 1 0 141765421 1415319552 54417 18446744073709551615 94047909859328 94047909859705 140723460365488 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94047909871000 94047909871620 94047932424192 140723460372815 140723460373024 140723460373024 140723460378599 0
/proc/114032/statm: 345537 54417 8149 1 0 316895 0
Current children cumulated CPU time: 161.71 s
Current children cumulated vsize: 1386340 KiB
Current children cumulated memory: 220740 KiB
[startup+222.3 s]
/proc/loadavg: 4.08 4.10 4.04 5/270 114045
/proc/meminfo: memFree=102441624/131250000 swapFree=33010416/33010684
[pid=114027] ppid=114024 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/114027/stat : 114027 (scip-naps-1.00a) S 114024 114027 113120 0 -1 4194304 258 347 0 0 0 0 0 0 20 0 1 0 141765419 4292608 768 18446744073709551615 94855296827392 94855297721925 140721060585312 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94855297960976 94855298008720 94855310626816 140721060587931 140721060588030 140721060588030 140721060593634 0
/proc/114027/statm: 1048 768 704 219 0 110 0
[pid=114032] ppid=114027 vsize=1387428 memory=223684 CPUtime=221.5 cores=5,7
/proc/114032/stat : 114032 (python3) R 114027 114027 113120 0 -1 4194304 65908 0 0 0 22139 11 0 0 20 0 1 0 141765421 1420726272 55921 18446744073709551615 94047909859328 94047909859705 140723460365488 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94047909871000 94047909871620 94047932424192 140723460372815 140723460373024 140723460373024 140723460378599 0
/proc/114032/statm: 346857 55921 8149 1 0 318215 0
Current children cumulated CPU time: 221.5 s
Current children cumulated vsize: 1391620 KiB
################
# More data... #
################
[pid=114056] ppid=114032 vsize=70728 memory=68984 CPUtime=2654.65 cores=5,7
/proc/114056/stat : 114056 (naps-1.03a6) R 114032 114056 114056 0 -1 4194304 2894037 0 0 0 264813 652 0 0 20 0 1 0 141815438 72425472 17246 18446744073709551615 4198400 7047149 140736154416464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 30973952 140736154425743 140736154425841 140736154425841 140736154431433 0
/proc/114056/statm: 17682 17246 544 696 0 16843 0
Current children cumulated CPU time: 3153.08 s
Current children cumulated vsize: 1472044 KiB
Current children cumulated memory: 309380 KiB
[startup+3222.3 s]
/proc/loadavg: 4.07 4.13 4.10 5/270 114591
/proc/meminfo: memFree=124534372/131250000 swapFree=33010416/33010684
[pid=114027] ppid=114024 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/114027/stat : 114027 (scip-naps-1.00a) S 114024 114027 113120 0 -1 4194304 258 347 0 0 0 0 0 0 20 0 1 0 141765419 4292608 768 18446744073709551615 94855296827392 94855297721925 140721060585312 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94855297960976 94855298008720 94855310626816 140721060587931 140721060588030 140721060588030 140721060593634 0
/proc/114027/statm: 1048 768 704 219 0 110 0
[pid=114032] ppid=114027 vsize=1397124 memory=237324 CPUtime=498.43 cores=5,7
/proc/114032/stat : 114032 (python3) S 114027 114027 113120 0 -1 4194304 70122 0 0 0 49830 13 0 0 20 0 1 0 141765421 1430654976 59331 18446744073709551615 94047909859328 94047909859705 140723460365488 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94047909871000 94047909871620 94047932424192 140723460372815 140723460373024 140723460373024 140723460378599 0
/proc/114032/statm: 349281 59331 8181 1 0 320639 0
[pid=114056] ppid=114032 vsize=70728 memory=68984 CPUtime=2714.47 cores=5,7
/proc/114056/stat : 114056 (naps-1.03a6) R 114032 114056 114056 0 -1 4194304 2894037 0 0 0 270795 652 0 0 20 0 1 0 141815438 72425472 17246 18446744073709551615 4198400 7047149 140736154416464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 30973952 140736154425743 140736154425841 140736154425841 140736154431433 0
/proc/114056/statm: 17682 17246 544 696 0 16843 0
Current children cumulated CPU time: 3212.9 s
Current children cumulated vsize: 1472044 KiB
Current children cumulated memory: 309380 KiB
[startup+3282.3 s]
/proc/loadavg: 4.37 4.20 4.12 5/270 114593
/proc/meminfo: memFree=124534292/131250000 swapFree=33010416/33010684
[pid=114027] ppid=114024 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/114027/stat : 114027 (scip-naps-1.00a) S 114024 114027 113120 0 -1 4194304 258 347 0 0 0 0 0 0 20 0 1 0 141765419 4292608 768 18446744073709551615 94855296827392 94855297721925 140721060585312 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94855297960976 94855298008720 94855310626816 140721060587931 140721060588030 140721060588030 140721060593634 0
/proc/114027/statm: 1048 768 704 219 0 110 0
[pid=114032] ppid=114027 vsize=1397124 memory=237324 CPUtime=498.43 cores=5,7
/proc/114032/stat : 114032 (python3) S 114027 114027 113120 0 -1 4194304 70122 0 0 0 49830 13 0 0 20 0 1 0 141765421 1430654976 59331 18446744073709551615 94047909859328 94047909859705 140723460365488 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94047909871000 94047909871620 94047932424192 140723460372815 140723460373024 140723460373024 140723460378599 0
/proc/114032/statm: 349281 59331 8181 1 0 320639 0
[pid=114056] ppid=114032 vsize=70728 memory=68984 CPUtime=2774.28 cores=5,7
/proc/114056/stat : 114056 (naps-1.03a6) R 114032 114056 114056 0 -1 4194304 2894037 0 0 0 276776 652 0 0 20 0 1 0 141815438 72425472 17246 18446744073709551615 4198400 7047149 140736154416464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 30973952 140736154425743 140736154425841 140736154425841 140736154431433 0
/proc/114056/statm: 17682 17246 544 696 0 16843 0
Current children cumulated CPU time: 3272.71 s
Current children cumulated vsize: 1472044 KiB
Current children cumulated memory: 309380 KiB
[startup+3342.3 s]
/proc/loadavg: 4.17 4.17 4.11 5/271 114596
/proc/meminfo: memFree=124016964/131250000 swapFree=33010416/33010684
[pid=114027] ppid=114024 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/114027/stat : 114027 (scip-naps-1.00a) S 114024 114027 113120 0 -1 4194304 258 347 0 0 0 0 0 0 20 0 1 0 141765419 4292608 768 18446744073709551615 94855296827392 94855297721925 140721060585312 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94855297960976 94855298008720 94855310626816 140721060587931 140721060588030 140721060588030 140721060593634 0
/proc/114027/statm: 1048 768 704 219 0 110 0
[pid=114032] ppid=114027 vsize=1397124 memory=237324 CPUtime=498.43 cores=5,7
/proc/114032/stat : 114032 (python3) S 114027 114027 113120 0 -1 4194304 70122 0 0 0 49830 13 0 0 20 0 1 0 141765421 1430654976 59331 18446744073709551615 94047909859328 94047909859705 140723460365488 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94047909871000 94047909871620 94047932424192 140723460372815 140723460373024 140723460373024 140723460378599 0
/proc/114032/statm: 349281 59331 8181 1 0 320639 0
[pid=114056] ppid=114032 vsize=78924 memory=75148 CPUtime=2834.1 cores=5,7
/proc/114056/stat : 114056 (naps-1.03a6) R 114032 114056 114056 0 -1 4194304 3181902 0 0 0 282699 711 0 0 20 0 1 0 141815438 80818176 18787 18446744073709551615 4198400 7047149 140736154416464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 30973952 140736154425743 140736154425841 140736154425841 140736154431433 0
/proc/114056/statm: 19731 18787 544 696 0 18892 0
Current children cumulated CPU time: 3332.53 s
Current children cumulated vsize: 1480240 KiB
Current children cumulated memory: 315544 KiB
[startup+3402.3 s]
/proc/loadavg: 4.27 4.20 4.12 5/271 114599
/proc/meminfo: memFree=120549076/131250000 swapFree=33010416/33010684
[pid=114027] ppid=114024 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/114027/stat : 114027 (scip-naps-1.00a) S 114024 114027 113120 0 -1 4194304 258 347 0 0 0 0 0 0 20 0 1 0 141765419 4292608 768 18446744073709551615 94855296827392 94855297721925 140721060585312 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94855297960976 94855298008720 94855310626816 140721060587931 140721060588030 140721060588030 140721060593634 0
/proc/114027/statm: 1048 768 704 219 0 110 0
[pid=114032] ppid=114027 vsize=1397124 memory=237324 CPUtime=498.43 cores=5,7
/proc/114032/stat : 114032 (python3) S 114027 114027 113120 0 -1 4194304 70122 0 0 0 49830 13 0 0 20 0 1 0 141765421 1430654976 59331 18446744073709551615 94047909859328 94047909859705 140723460365488 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94047909871000 94047909871620 94047932424192 140723460372815 140723460373024 140723460373024 140723460378599 0
/proc/114032/statm: 349281 59331 8181 1 0 320639 0
[pid=114056] ppid=114032 vsize=70728 memory=68984 CPUtime=2893.91 cores=5,7
/proc/114056/stat : 114056 (naps-1.03a6) R 114032 114056 114056 0 -1 4194304 3617383 0 0 0 288583 808 0 0 20 0 1 0 141815438 72425472 17246 18446744073709551615 4198400 7047149 140736154416464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 30973952 140736154425743 140736154425841 140736154425841 140736154431433 0
/proc/114056/statm: 17682 17246 544 696 0 16843 0
Current children cumulated CPU time: 3392.34 s
Current children cumulated vsize: 1472044 KiB
Current children cumulated memory: 309380 KiB
[startup+3462.3 s]
/proc/loadavg: 4.10 4.16 4.11 5/271 114601
/proc/meminfo: memFree=119728708/131250000 swapFree=33010416/33010684
[pid=114027] ppid=114024 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/114027/stat : 114027 (scip-naps-1.00a) S 114024 114027 113120 0 -1 4194304 258 347 0 0 0 0 0 0 20 0 1 0 141765419 4292608 768 18446744073709551615 94855296827392 94855297721925 140721060585312 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94855297960976 94855298008720 94855310626816 140721060587931 140721060588030 140721060588030 140721060593634 0
/proc/114027/statm: 1048 768 704 219 0 110 0
[pid=114032] ppid=114027 vsize=1397124 memory=237324 CPUtime=498.43 cores=5,7
/proc/114032/stat : 114032 (python3) S 114027 114027 113120 0 -1 4194304 70122 0 0 0 49830 13 0 0 20 0 1 0 141765421 1430654976 59331 18446744073709551615 94047909859328 94047909859705 140723460365488 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94047909871000 94047909871620 94047932424192 140723460372815 140723460373024 140723460373024 140723460378599 0
/proc/114032/statm: 349281 59331 8181 1 0 320639 0
[pid=114056] ppid=114032 vsize=78924 memory=75404 CPUtime=2953.73 cores=5,7
/proc/114056/stat : 114056 (naps-1.03a6) R 114032 114056 114056 0 -1 4194304 3637675 0 0 0 294561 812 0 0 20 0 1 0 141815438 80818176 18851 18446744073709551615 4198400 7047149 140736154416464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 30973952 140736154425743 140736154425841 140736154425841 140736154431433 0
/proc/114056/statm: 19731 18851 544 696 0 18892 0
Current children cumulated CPU time: 3452.16 s
Current children cumulated vsize: 1480240 KiB
Current children cumulated memory: 315800 KiB
[startup+3522.3 s]
/proc/loadavg: 4.14 4.16 4.11 5/270 114603
/proc/meminfo: memFree=120538324/131250000 swapFree=33010416/33010684
[pid=114027] ppid=114024 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/114027/stat : 114027 (scip-naps-1.00a) S 114024 114027 113120 0 -1 4194304 258 347 0 0 0 0 0 0 20 0 1 0 141765419 4292608 768 18446744073709551615 94855296827392 94855297721925 140721060585312 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94855297960976 94855298008720 94855310626816 140721060587931 140721060588030 140721060588030 140721060593634 0
/proc/114027/statm: 1048 768 704 219 0 110 0
[pid=114032] ppid=114027 vsize=1397124 memory=237324 CPUtime=498.43 cores=5,7
/proc/114032/stat : 114032 (python3) S 114027 114027 113120 0 -1 4194304 70122 0 0 0 49830 13 0 0 20 0 1 0 141765421 1430654976 59331 18446744073709551615 94047909859328 94047909859705 140723460365488 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94047909871000 94047909871620 94047932424192 140723460372815 140723460373024 140723460373024 140723460378599 0
/proc/114032/statm: 349281 59331 8181 1 0 320639 0
[pid=114056] ppid=114032 vsize=78924 memory=75276 CPUtime=3013.54 cores=5,7
/proc/114056/stat : 114056 (naps-1.03a6) R 114032 114056 114056 0 -1 4194304 3964366 0 0 0 300466 888 0 0 20 0 1 0 141815438 80818176 18819 18446744073709551615 4198400 7047149 140736154416464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 30973952 140736154425743 140736154425841 140736154425841 140736154431433 0
/proc/114056/statm: 19731 18819 544 696 0 18892 0
Current children cumulated CPU time: 3511.97 s
Current children cumulated vsize: 1480240 KiB
Current children cumulated memory: 315672 KiB
[startup+3582.3 s]
/proc/loadavg: 4.11 4.14 4.11 5/270 114605
/proc/meminfo: memFree=120049492/131250000 swapFree=33010416/33010684
[pid=114027] ppid=114024 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/114027/stat : 114027 (scip-naps-1.00a) S 114024 114027 113120 0 -1 4194304 258 347 0 0 0 0 0 0 20 0 1 0 141765419 4292608 768 18446744073709551615 94855296827392 94855297721925 140721060585312 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94855297960976 94855298008720 94855310626816 140721060587931 140721060588030 140721060588030 140721060593634 0
/proc/114027/statm: 1048 768 704 219 0 110 0
[pid=114032] ppid=114027 vsize=1397124 memory=237324 CPUtime=498.43 cores=5,7
/proc/114032/stat : 114032 (python3) S 114027 114027 113120 0 -1 4194304 70122 0 0 0 49830 13 0 0 20 0 1 0 141765421 1430654976 59331 18446744073709551615 94047909859328 94047909859705 140723460365488 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94047909871000 94047909871620 94047932424192 140723460372815 140723460373024 140723460373024 140723460378599 0
/proc/114032/statm: 349281 59331 8181 1 0 320639 0
[pid=114056] ppid=114032 vsize=78924 memory=75148 CPUtime=3073.36 cores=5,7
/proc/114056/stat : 114056 (naps-1.03a6) R 114032 114056 114056 0 -1 4194304 4136843 0 0 0 306404 932 0 0 20 0 1 0 141815438 80818176 18787 18446744073709551615 4198400 7047149 140736154416464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 30973952 140736154425743 140736154425841 140736154425841 140736154431433 0
/proc/114056/statm: 19731 18787 544 696 0 18892 0
Current children cumulated CPU time: 3571.79 s
Current children cumulated vsize: 1480240 KiB
Current children cumulated memory: 315544 KiB
Maximum CPU time exceeded: sending SIGTERM then SIGKILL
[startup+3610.6 s]
/proc/loadavg: 4.15 4.15 4.11 5/270 114606
/proc/meminfo: memFree=120501260/131250000 swapFree=33010416/33010684
[pid=114027] ppid=114024 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/114027/stat : 114027 (scip-naps-1.00a) S 114024 114027 113120 0 -1 4194304 258 347 0 0 0 0 0 0 20 0 1 0 141765419 4292608 768 18446744073709551615 94855296827392 94855297721925 140721060585312 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94855297960976 94855298008720 94855310626816 140721060587931 140721060588030 140721060588030 140721060593634 0
/proc/114027/statm: 1048 768 704 219 0 110 0
[pid=114032] ppid=114027 vsize=1397124 memory=237324 CPUtime=498.43 cores=5,7
/proc/114032/stat : 114032 (python3) S 114027 114027 113120 0 -1 4194304 70122 0 0 0 49830 13 0 0 20 0 1 0 141765421 1430654976 59331 18446744073709551615 94047909859328 94047909859705 140723460365488 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94047909871000 94047909871620 94047932424192 140723460372815 140723460373024 140723460373024 140723460378599 0
/proc/114032/statm: 349281 59331 8181 1 0 320639 0
[pid=114056] ppid=114032 vsize=70728 memory=68984 CPUtime=3101.58 cores=5,7
/proc/114056/stat : 114056 (naps-1.03a6) R 114032 114056 114056 0 -1 4194304 4149448 0 0 0 309222 936 0 0 20 0 1 0 141815438 72425472 17246 18446744073709551615 4198400 7047149 140736154416464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 30973952 140736154425743 140736154425841 140736154425841 140736154431433 0
/proc/114056/statm: 17682 17246 544 696 0 16843 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 1472044 KiB
Current children cumulated memory: 309380 KiB
Sending SIGTERM to process tree (bottom up)
[startup+3610.62 s]
# the end of solver process 114027 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)
# cumulated CPU time of all completed processes: user=0.001018 s, system=0.006463 s
Sleeping 2 seconds
[startup+3610.68 s]
# the end of solver process 114032 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=3590.59 s, system=9.52715 s
# this solver process was not waited by its parent and was adopted by runsolver
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
Child status: 0
Real time (s): 3610.68
CPU time (s): 3600.12
CPU user time (s): 3590.59
CPU system time (s): 9.52715
CPU usage (%): 99.7075
Max. virtual memory (cumulated for all children) (KiB): 1537588
Max. memory (cumulated for all children) (KiB): 356528
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.59
system time used= 9.52715
maximum resident set size= 237508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4240632
page faults= 0
swaps= 0
block input operations= 0
block output operations= 488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 346
involuntary context switches= 4307
# summary of solver processes directly reported to runsolver:
# pid: 114027,114032
# total CPU time (s): 3600.12
# total CPU user time (s): 3590.59
# total CPU system time (s): 9.52715
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.33966 second user time and 17.5744 second system time
The end
Launcher Data
Begin job on nodeC027 at 2025-07-11 21:07:35
IDJOB=4529867
IDBENCH=162572
IDSOLVER=3388
FILE ID=nodeC027/4529867-1752260855
RUNJOBID= nodeC027-1752258008-113133
SLURM_JOB_ID= 9682611
Free space on /tmp= 431056 MiB
SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/normalized-3col-almost3reg-l080-r079-n1.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4529867-1752260855/watcher-4529867-1752260855 -o /tmp/evaluation-result-4529867-1752260855/solver-4529867-1752260855 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1752258008-113133 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4529867-1752260855.opb
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 1372c66e4673859c6e3da379b7182901
RANDOM SEED=1139787941
nodeC027 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.643
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.29
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.659
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.29
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.958
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.29
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3602.504
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
initial apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.29
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.655
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.29
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.613
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 2
cpu cores : 4
apicid : 20
initial apicid : 20
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.29
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3519.487
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.29
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3604.751
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
initial apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.29
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131250000 kB
MemFree: 101114020 kB
MemAvailable: 103017532 kB
Buffers: 2488 kB
Cached: 2695732 kB
SwapCached: 12 kB
Active: 26261872 kB
Inactive: 2084908 kB
Active(anon): 25663824 kB
Inactive(anon): 2792 kB
Active(file): 598048 kB
Inactive(file): 2082116 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010416 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 5608 kB
Writeback: 0 kB
AnonPages: 25641116 kB
Mapped: 135904 kB
Shmem: 18056 kB
KReclaimable: 124772 kB
Slab: 217540 kB
SReclaimable: 124772 kB
SUnreclaim: 92768 kB
KernelStack: 4336 kB
PageTables: 54244 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98635684 kB
Committed_AS: 31823568 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 150632 kB
VmallocChunk: 0 kB
Percpu: 3872 kB
HardwareCorrupted: 0 kB
AnonHugePages: 11175936 kB
ShmemHugePages: 0 kB
ShmemPmdMapped: 0 kB
FileHugePages: 0 kB
FilePmdMapped: 0 kB
CmaTotal: 0 kB
CmaFree: 0 kB
Unaccepted: 0 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
Hugetlb: 0 kB
DirectMap4k: 203476 kB
DirectMap2M: 9005056 kB
DirectMap1G: 126877696 kB
Free space on /tmp at the end= 431072 MiB
End job on nodeC027 at 2025-07-11 22:07:46