Trace number 4507671

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP 2025-06-13? 3587.28 3597.04

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathBA/normalized-BeauxArts_K71.opb
MD5SUM9c6bc9cc94309c2493f896d524de96fb
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.42493
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3905
Total number of constraints4049
Number of constraints which are clauses3978
Number of constraints which are cardinality constraints (but not clauses)71
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint71
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 72
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 8.0.0] [GitHash: 0408ae5eca]
0.00/0.00	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c External libraries: 
0.00/0.00	c   SoPlex 8.0.0         Linear programming solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: 67f6a391]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 4.0.0        AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 3.0.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   bliss 0.77           Computing Graph Automorphisms by T. Junttila and P. Kaski (users.aalto.fi/~tjunttil/bliss)
0.00/0.00	c   sassy 2.0            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c 
0.00/0.00	c reading problem <HOME/instance-4507671-1751193166.opb>
0.00/0.04	c original problem has 3905 variables (3905 bin, 0 int, 0 cont) and 4049 constraints
0.00/0.04	c problem read in 0.033 seconds
0.00/0.04	c problem without objective
0.00/0.07	c presolving:
0.00/0.08	c (round 1, fast)       174 del vars, 2 del conss, 0 add conss, 2 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 738 clqs
0.00/0.09	c (round 2, fast)       434 del vars, 190 del conss, 0 add conss, 60 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 725 clqs
0.00/0.09	c (round 3, fast)       551 del vars, 276 del conss, 0 add conss, 116 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 722 clqs
0.00/0.09	c (round 4, fast)       644 del vars, 346 del conss, 0 add conss, 154 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 733 clqs
0.00/0.09	c (round 5, fast)       701 del vars, 391 del conss, 0 add conss, 176 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 755 clqs
0.00/0.09	c (round 6, fast)       723 del vars, 410 del conss, 0 add conss, 183 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 773 clqs
0.00/0.10	c (round 7, fast)       727 del vars, 414 del conss, 0 add conss, 184 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 782 clqs
0.10/0.12	c    (0.1s) running MILP presolver
0.41/0.44	c    (0.4s) MILP presolver (10 rounds): 4 aggregations, 118 fixings, 0 bound changes
0.41/0.45	c (round 8, medium)     849 del vars, 414 del conss, 0 add conss, 184 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 675 clqs
0.41/0.45	c (round 9, fast)       849 del vars, 537 del conss, 0 add conss, 184 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 681 clqs
0.41/0.46	c (round 10, exhaustive) 849 del vars, 603 del conss, 0 add conss, 184 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 681 clqs
0.41/0.49	c (round 11, exhaustive) 849 del vars, 603 del conss, 0 add conss, 184 chg bounds, 0 chg sides, 0 chg coeffs, 3446 upgd conss, 0 impls, 681 clqs
0.51/0.53	c (round 12, exhaustive) 887 del vars, 604 del conss, 0 add conss, 184 chg bounds, 0 chg sides, 41 chg coeffs, 3446 upgd conss, 0 impls, 677 clqs
0.51/0.53	c (round 13, fast)       925 del vars, 641 del conss, 0 add conss, 184 chg bounds, 0 chg sides, 41 chg coeffs, 3446 upgd conss, 0 impls, 678 clqs
1.28/1.38	c (round 14, exhaustive) 950 del vars, 642 del conss, 0 add conss, 184 chg bounds, 0 chg sides, 41 chg coeffs, 3446 upgd conss, 0 impls, 22678 clqs
1.28/1.38	c (round 15, fast)       950 del vars, 667 del conss, 0 add conss, 184 chg bounds, 0 chg sides, 81 chg coeffs, 3446 upgd conss, 0 impls, 22687 clqs
1.28/1.39	c (round 16, exhaustive) 950 del vars, 671 del conss, 1 add conss, 184 chg bounds, 0 chg sides, 81 chg coeffs, 3446 upgd conss, 0 impls, 22687 clqs
1.38/1.42	c (round 17, exhaustive) 975 del vars, 672 del conss, 2 add conss, 184 chg bounds, 0 chg sides, 82 chg coeffs, 3446 upgd conss, 0 impls, 22729 clqs
1.38/1.42	c (round 18, fast)       975 del vars, 697 del conss, 2 add conss, 184 chg bounds, 0 chg sides, 128 chg coeffs, 3446 upgd conss, 0 impls, 22737 clqs
1.48/1.59	c (round 19, exhaustive) 1000 del vars, 697 del conss, 2 add conss, 184 chg bounds, 0 chg sides, 128 chg coeffs, 3446 upgd conss, 0 impls, 22699 clqs
1.48/1.59	c (round 20, fast)       1000 del vars, 722 del conss, 2 add conss, 184 chg bounds, 0 chg sides, 156 chg coeffs, 3446 upgd conss, 0 impls, 22699 clqs
1.58/1.66	c (round 21, exhaustive) 1026 del vars, 722 del conss, 2 add conss, 184 chg bounds, 0 chg sides, 156 chg coeffs, 3446 upgd conss, 0 impls, 22743 clqs
1.58/1.66	c (round 22, fast)       1027 del vars, 748 del conss, 2 add conss, 184 chg bounds, 0 chg sides, 191 chg coeffs, 3446 upgd conss, 0 impls, 22744 clqs
1.87/1.97	c    (2.0s) probing: 1000/3289 (30.4%) - 111 fixings, 3 aggregations, 354516 implications, 0 bound changes
2.17/2.21	c (round 23, exhaustive) 1052 del vars, 748 del conss, 2 add conss, 184 chg bounds, 0 chg sides, 191 chg coeffs, 3446 upgd conss, 0 impls, 22769 clqs
2.17/2.21	c (round 24, fast)       1052 del vars, 773 del conss, 2 add conss, 184 chg bounds, 0 chg sides, 234 chg coeffs, 3446 upgd conss, 0 impls, 22777 clqs
2.17/2.24	c (round 25, exhaustive) 1077 del vars, 773 del conss, 2 add conss, 184 chg bounds, 0 chg sides, 234 chg coeffs, 3446 upgd conss, 0 impls, 22779 clqs
2.17/2.24	c (round 26, fast)       1077 del vars, 798 del conss, 2 add conss, 184 chg bounds, 0 chg sides, 275 chg coeffs, 3446 upgd conss, 0 impls, 22782 clqs
2.67/2.71	c    (2.7s) probing: 2000/3289 (60.8%) - 166 fixings, 3 aggregations, 673102 implications, 0 bound changes
2.77/2.85	c (round 27, exhaustive) 1102 del vars, 798 del conss, 2 add conss, 184 chg bounds, 0 chg sides, 275 chg coeffs, 3446 upgd conss, 0 impls, 22800 clqs
2.77/2.85	c (round 28, fast)       1102 del vars, 823 del conss, 2 add conss, 184 chg bounds, 0 chg sides, 315 chg coeffs, 3446 upgd conss, 0 impls, 22803 clqs
3.37/3.40	c    (3.4s) probing: 3000/3289 (91.2%) - 183 fixings, 3 aggregations, 988661 implications, 0 bound changes
3.47/3.53	c    (3.5s) probing: 3221/3289 (97.9%) - 183 fixings, 3 aggregations, 1051851 implications, 0 bound changes
3.47/3.53	c    (3.5s) probing aborted: 1000/1000 successive useless probings
3.47/3.53	c (round 29, exhaustive) 1115 del vars, 823 del conss, 2 add conss, 184 chg bounds, 0 chg sides, 320 chg coeffs, 3446 upgd conss, 0 impls, 22816 clqs
3.47/3.53	c (round 30, fast)       1115 del vars, 834 del conss, 2 add conss, 184 chg bounds, 0 chg sides, 328 chg coeffs, 3446 upgd conss, 0 impls, 22816 clqs
3.57/3.60	c    (3.6s) probing cycle finished: starting next cycle
3.57/3.64	c    (3.6s) probing: 49/3102 (1.6%) - 183 fixings, 3 aggregations, 1082104 implications, 0 bound changes
3.57/3.64	c    (3.6s) probing aborted: 1000/1000 successive useless probings
3.57/3.64	c    (3.6s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
3.57/3.65	c    (3.6s) symmetry computation finished: 3 generators found (max: 1500, log10 of symmetry group size: 0.90) (symcode time: 0.00)
3.57/3.65	c dynamic symmetry handling statistics:
3.57/3.65	c    orbitopal reduction:       no components
3.57/3.65	c    orbital reduction:         no components
3.57/3.65	c    lexicographic reduction:    3 permutations with support sizes 312, 122, 116
3.57/3.65	c handled 3 out of 3 symmetry components
3.57/3.66	c presolving (31 rounds: 31 fast, 14 medium, 13 exhaustive):
3.57/3.66	c  1115 deleted vars, 834 deleted constraints, 2 added constraints, 184 tightened bounds, 0 added holes, 0 changed sides, 328 changed coefficients
3.57/3.66	c  0 implications, 22829 cliques
3.57/3.66	c presolved problem has 3102 variables (3102 bin, 0 int, 0 cont) and 3217 constraints
3.57/3.66	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
3.57/3.66	c     656 constraints of type <setppc>
3.57/3.66	c    2561 constraints of type <logicor>
3.57/3.66	c transformed objective value is always integral (scale: 1)
3.57/3.66	c Presolving Time: 3.60
3.57/3.66	c 
3.57/3.66	c - non default parameters ----------------------------------------------------------------------
3.57/3.66	c 
3.57/3.66	c # SCIP version 10.0.0
3.57/3.66	c 
3.57/3.66	c # maximal time in seconds to run
3.57/3.66	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
3.57/3.66	c limits/time = 3596.995115
3.57/3.66	c 
3.57/3.66	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.57/3.66	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
3.57/3.66	c limits/memory = 27900
3.57/3.66	c 
3.57/3.66	c # belongs reading time to solving time?
3.57/3.66	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
3.57/3.66	c timing/reading = TRUE
3.57/3.66	c 
3.57/3.66	c # maximum allowed 'intsize' (i.e. the number of bits required to represent the sum of absolute values of all integers that appear in a constraint or objective function) or -1 for unlimited
3.57/3.66	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
3.57/3.66	c reading/opbreader/maxintsize = 47
3.57/3.66	c 
3.57/3.66	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
3.57/3.66	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
3.57/3.66	c propagating/genvbounds/timingmask = 0
3.57/3.66	c 
3.57/3.66	c -----------------------------------------------------------------------------------------------
3.57/3.66	c 
4.77/4.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.77/4.85	c   4.8s|     1 |     0 |  6305 |     - |    73M |   0 |3102 |3412 |3217 |   0 |  0 | 204 |   0 | 0.000000e+00 |      --      |    Inf | unknown
15.06/15.17	c  15.2s|     1 |     0 | 41561 |     - |    81M |   0 |3102 |3618 |3229 |  12 |  1 | 210 |   0 | 0.000000e+00 |      --      |    Inf | unknown
15.85/15.94	c  15.9s|     1 |     0 | 43927 |     - |    82M |   0 |3102 |3622 |3246 |  29 |  2 | 214 |   0 | 0.000000e+00 |      --      |    Inf | unknown
16.34/16.46	c  16.5s|     1 |     0 | 45204 |     - |    83M |   0 |3102 |3632 |3258 |  41 |  3 | 224 |   0 | 0.000000e+00 |      --      |    Inf | unknown
17.34/17.47	c  17.5s|     1 |     0 | 48273 |     - |    84M |   0 |3102 |3642 |3268 |  51 |  4 | 234 |   0 | 0.000000e+00 |      --      |    Inf | unknown
18.34/18.46	c  18.5s|     1 |     0 | 51121 |     - |    84M |   0 |3102 |3643 |3282 |  65 |  5 | 235 |   0 | 0.000000e+00 |      --      |    Inf | unknown
19.24/19.39	c  19.4s|     1 |     0 | 53699 |     - |    85M |   0 |3102 |3647 |3292 |  75 |  6 | 243 |   0 | 0.000000e+00 |      --      |    Inf | unknown
20.33/20.48	c  20.5s|     1 |     0 | 56669 |     - |    88M |   0 |3102 |3643 |3304 |  87 |  7 | 245 |   0 | 0.000000e+00 |      --      |    Inf | unknown
21.13/21.29	c  21.3s|     1 |     0 | 58705 |     - |    89M |   0 |3102 |3648 |3314 |  97 |  8 | 252 |   0 | 0.000000e+00 |      --      |    Inf | unknown
22.33/22.44	c  22.4s|     1 |     0 | 61835 |     - |    89M |   0 |3102 |3652 |3326 | 109 |  9 | 257 |   0 | 0.000000e+00 |      --      |    Inf | unknown
23.53/23.64	c  23.6s|     1 |     0 | 65216 |     - |    90M |   0 |3102 |3648 |3340 | 123 | 10 | 259 |   0 | 0.000000e+00 |      --      |    Inf | unknown
24.72/24.86	c  24.9s|     1 |     0 | 69113 |     - |    91M |   0 |3102 |3628 |3345 | 133 | 11 | 260 |   0 | 0.000000e+00 |      --      |    Inf | unknown
37.49/37.62	c  37.6s|     1 |     2 |102551 |     - |    92M |   0 |3102 |3574 |3345 | 133 | 11 | 282 |  11 | 0.000000e+00 |      --      |    Inf | unknown
72.70/72.99	c  73.0s|   100 |    29 |255044 |1878.1 |    97M |  29 |3102 |3622 |3280 | 177 |  1 | 375 |  11 | 0.000000e+00 |      --      |    Inf | unknown
92.95/93.29	c  93.3s|   200 |    35 |354651 |1434.9 |   102M |  41 |3102 |3616 |3284 | 228 |  0 | 430 |  11 | 0.000000e+00 |      --      |    Inf |   3.16%
104.22/104.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
104.22/104.59	c   105s|   300 |    41 |409637 |1138.9 |   105M |  41 |3102 |3637 |3282 | 279 |  1 | 499 |  11 | 0.000000e+00 |      --      |    Inf |   3.17%
117.89/118.28	c   118s|   400 |    41 |472910 |1012.0 |   108M |  41 |3102 |3645 |3285 | 347 |  1 | 538 |  11 | 0.000000e+00 |      --      |    Inf |   3.17%
131.25/131.67	c   132s|   500 |    41 |541203 | 946.1 |   109M |  41 |3102 |3668 |3276 | 369 |  1 | 590 |  11 | 0.000000e+00 |      --      |    Inf |   3.18%
144.81/145.22	c   145s|   600 |    41 |605341 | 895.2 |   110M |  41 |3102 |3740 |3276 | 442 |  1 | 696 |  11 | 0.000000e+00 |      --      |    Inf |   3.19%
166.36/166.82	c   167s|   700 |    41 |707394 | 913.1 |   111M |  42 |3102 |3737 |3292 | 511 |  1 | 745 |  11 | 0.000000e+00 |      --      |    Inf |   3.19%
186.90/187.42	c   187s|   800 |    51 |802034 | 917.3 |   113M |  52 |3102 |3718 |3277 | 604 |  1 | 767 |  11 | 0.000000e+00 |      --      |    Inf |   3.20%
193.18/193.76	c   194s|   900 |    55 |834093 | 850.9 |   116M |  52 |3102 |3863 |3287 | 617 |  1 |1001 |  11 | 0.000000e+00 |      --      |    Inf |   3.20%
196.67/197.24	c   197s|  1000 |    55 |855692 | 787.4 |   116M |  52 |3102 |3814 |3288 | 622 |  1 |1038 |  11 | 0.000000e+00 |      --      |    Inf |   3.20%
204.26/204.83	c   205s|  1100 |    55 |897092 | 753.4 |   121M |  52 |3102 |3826 |3274 | 672 |  1 |1084 |  11 | 0.000000e+00 |      --      |    Inf |   3.20%
216.02/216.66	c   217s|  1200 |    53 |953945 | 738.0 |   121M |  52 |3102 |3841 |3287 | 726 |  1 |1135 |  11 | 0.000000e+00 |      --      |    Inf |   3.20%
228.59/229.27	c   229s|  1300 |    51 |  1018k| 730.9 |   123M |  52 |3102 |3866 |3276 | 774 |  0 |1187 |  11 | 0.000000e+00 |      --      |    Inf |   3.20%
234.87/235.57	c   236s|  1400 |    55 |  1052k| 703.2 |   124M |  52 |3102 |3887 |3287 | 797 |  0 |1221 |  11 | 0.000000e+00 |      --      |    Inf |   3.20%
245.05/245.72	c   246s|  1500 |    53 |  1105k| 691.7 |   127M |  52 |3102 |4028 |3295 | 842 |  1 |1390 |  11 | 0.000000e+00 |      --      |    Inf |   3.20%
251.83/252.57	c   253s|  1600 |    55 |  1144k| 672.5 |   127M |  52 |3102 |3937 |3276 | 869 |  0 |1429 |  11 | 0.000000e+00 |      --      |    Inf |   3.20%
258.51/259.20	c   259s|  1700 |    54 |  1179k| 653.5 |   128M |  52 |3102 |3926 |3280 | 883 |  0 |1502 |  11 | 0.000000e+00 |      --      |    Inf |   3.20%
281.76/282.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
281.76/282.54	c   283s|  1800 |    60 |  1264k| 664.4 |   128M |  52 |3102 |3843 |3282 | 936 |  1 |1556 |  11 | 0.000000e+00 |      --      |    Inf |   3.30%
318.75/319.64	c   320s|  1900 |   102 |  1439k| 721.8 |   132M |  52 |3102 |3794 |3288 |1073 |  0 |1650 |  11 | 0.000000e+00 |      --      |    Inf |   4.28%
342.98/343.93	c   344s|  2000 |   131 |  1559k| 745.8 |   133M |  52 |3102 |3918 |3292 |1180 |  1 |1828 |  11 | 0.000000e+00 |      --      |    Inf |   5.84%
349.26/350.27	c   350s|  2100 |   133 |  1594k| 726.6 |   137M |  52 |3102 |3970 |   0 |1230 |  0 |1936 |  11 | 0.000000e+00 |      --      |    Inf |   5.84%
362.42/363.43	c   363s|  2200 |   133 |  1662k| 724.7 |   139M |  52 |3102 |3968 |   0 |1270 |  0 |1989 |  11 | 0.000000e+00 |      --      |    Inf |   5.84%
370.50/371.58	c   372s|  2300 |   131 |  1707k| 712.8 |   140M |  57 |3102 |4000 |3291 |1323 |  0 |2059 |  11 | 0.000000e+00 |      --      |    Inf |   5.89%
371.80/372.86	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
371.80/372.86	c (run 1, node 2309) performing user restart
371.80/372.86	c 
371.80/372.86	c (restart) converted 39 cuts from the global cut pool into linear constraints
371.80/372.86	c 
371.80/372.88	c presolving:
371.80/372.88	c (round 1, fast)       0 del vars, 33 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 22829 clqs
371.80/372.89	c (round 2, exhaustive) 0 del vars, 33 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 233 upgd conss, 0 impls, 22829 clqs
371.80/372.89	c (round 3, medium)     0 del vars, 35 del conss, 3 add conss, 0 chg bounds, 20 chg sides, 24 chg coeffs, 233 upgd conss, 0 impls, 22829 clqs
371.90/372.90	c (round 4, exhaustive) 0 del vars, 44 del conss, 3 add conss, 0 chg bounds, 20 chg sides, 44 chg coeffs, 233 upgd conss, 0 impls, 22829 clqs
371.90/372.93	c (round 5, exhaustive) 0 del vars, 99 del conss, 3 add conss, 0 chg bounds, 20 chg sides, 815 chg coeffs, 233 upgd conss, 0 impls, 22829 clqs
371.90/372.97	c presolving (6 rounds: 6 fast, 5 medium, 4 exhaustive):
371.90/372.97	c  0 deleted vars, 100 deleted constraints, 3 added constraints, 0 tightened bounds, 0 added holes, 20 changed sides, 868 changed coefficients
371.90/372.97	c  0 implications, 22829 cliques
371.90/372.97	c presolved problem has 3102 variables (3102 bin, 0 int, 0 cont) and 3941 constraints
371.90/372.97	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
371.90/372.97	c      23 constraints of type <knapsack>
371.90/372.97	c     847 constraints of type <setppc>
371.90/372.97	c       2 constraints of type <linear>
371.90/372.97	c    3069 constraints of type <logicor>
371.90/372.97	c transformed objective value is always integral (scale: 1)
371.90/372.97	c Presolving Time: 3.69
371.90/372.97	c 
374.00/375.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
374.00/375.07	c   375s|     1 |     0 |  1724k|     - |   139M |   0 |3102 |3977 |3248 |   0 |  0 |2100 |  11 | 0.000000e+00 |      --      |    Inf | unknown
374.69/375.79	c   376s|     1 |     0 |  1726k|     - |   140M |   0 |3102 |3977 |3263 |  15 |  1 |2101 |  11 | 0.000000e+00 |      --      |    Inf | unknown
377.38/378.45	c   378s|     1 |     0 |  1736k|     - |   141M |   0 |3102 |3974 |3273 |  25 |  2 |2102 |  11 | 0.000000e+00 |      --      |    Inf | unknown
378.48/379.50	c   379s|     1 |     0 |  1739k|     - |   141M |   0 |3102 |3972 |3285 |  37 |  3 |2103 |  11 | 0.000000e+00 |      --      |    Inf | unknown
379.28/380.36	c   380s|     1 |     0 |  1741k|     - |   141M |   0 |3102 |3972 |3297 |  49 |  4 |2104 |  11 | 0.000000e+00 |      --      |    Inf | unknown
380.09/381.18	c   381s|     1 |     0 |  1744k|     - |   141M |   0 |3102 |3976 |3305 |  57 |  5 |2114 |  11 | 0.000000e+00 |      --      |    Inf | unknown
380.87/382.01	c   382s|     1 |     0 |  1746k|     - |   141M |   0 |3102 |3984 |3316 |  68 |  6 |2124 |  11 | 0.000000e+00 |      --      |    Inf | unknown
382.77/383.89	c   384s|     1 |     0 |  1752k|     - |   141M |   0 |3102 |3985 |3328 |  80 |  7 |2129 |  11 | 0.000000e+00 |      --      |    Inf | unknown
383.77/384.88	c   385s|     1 |     0 |  1754k|     - |   142M |   0 |3102 |3985 |3339 |  91 |  8 |2139 |  11 | 0.000000e+00 |      --      |    Inf | unknown
384.86/386.00	c   386s|     1 |     0 |  1757k|     - |   142M |   0 |3102 |3983 |3351 | 103 |  9 |2143 |  11 | 0.000000e+00 |      --      |    Inf | unknown
386.26/387.32	c   387s|     1 |     0 |  1761k|     - |   143M |   0 |3102 |3986 |3359 | 111 | 10 |2151 |  11 | 0.000000e+00 |      --      |    Inf | unknown
387.46/388.56	c   389s|     1 |     0 |  1764k|     - |   143M |   0 |3102 |3983 |3371 | 123 | 11 |2155 |  11 | 0.000000e+00 |      --      |    Inf | unknown
400.12/401.26	c   401s|     1 |     2 |  1791k|     - |   143M |   0 |3102 |3940 |3371 | 123 | 11 |2168 |  30 | 0.000000e+00 |      --      |    Inf | unknown
478.12/479.43	c   479s|   100 |    49 |  2121k| 831.3 |   147M |  30 |3102 |4038 |3313 | 241 |  0 |2306 |  30 | 0.000000e+00 |      --      |    Inf | unknown
532.88/534.36	c   534s|   200 |    79 |  2358k| 892.4 |   149M |  30 |3102 |4070 |3314 | 326 |  0 |2445 |  30 | 0.000000e+00 |      --      |    Inf |   9.76%
547.84/549.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
547.84/549.36	c   549s|   300 |    79 |  2435k| 887.9 |   149M |  30 |3102 |4089 |3305 | 385 |  1 |2498 |  30 | 0.000000e+00 |      --      |    Inf |  10.33%
564.20/565.77	c   566s|   400 |    89 |  2522k| 887.2 |   150M |  30 |3102 |4134 |3307 | 429 |  1 |2564 |  30 | 0.000000e+00 |      --      |    Inf |  10.35%
572.88/574.41	c   574s|   500 |    89 |  2568k| 871.9 |   150M |  34 |3102 |4177 |3301 | 440 |  0 |2617 |  30 | 0.000000e+00 |      --      |    Inf |  10.35%
582.35/583.91	c   584s|   600 |    89 |  2618k| 859.2 |   150M |  37 |3102 |4221 |3315 | 472 |  0 |2666 |  30 | 0.000000e+00 |      --      |    Inf |  10.37%
594.02/595.64	c   596s|   700 |    91 |  2679k| 850.9 |   150M |  40 |3102 |4253 |3318 | 519 |  2 |2713 |  30 | 0.000000e+00 |      --      |    Inf |  10.41%
604.99/606.68	c   607s|   800 |    85 |  2738k| 842.5 |   151M |  40 |3102 |4269 |3310 | 587 |  1 |2750 |  30 | 0.000000e+00 |      --      |    Inf |  10.44%
620.55/622.20	c   622s|   900 |    94 |  2818k| 841.0 |   151M |  40 |3102 |4294 |3300 | 643 |  1 |2794 |  30 | 0.000000e+00 |      --      |    Inf |  10.56%
627.14/628.84	c   629s|  1000 |    94 |  2854k| 826.7 |   151M |  40 |3102 |4336 |3307 | 662 |  1 |2851 |  30 | 0.000000e+00 |      --      |    Inf |  10.57%
638.51/640.24	c   640s|  1100 |    93 |  2915k| 820.1 |   151M |  40 |3102 |4379 |3306 | 673 |  1 |2912 |  30 | 0.000000e+00 |      --      |    Inf |  10.58%
648.48/650.28	c   650s|  1200 |    97 |  2968k| 811.9 |   152M |  40 |3102 |4415 |3306 | 701 |  1 |2962 |  30 | 0.000000e+00 |      --      |    Inf |  10.59%
656.86/658.69	c   659s|  1300 |    95 |  3011k| 801.4 |   152M |  40 |3102 |4489 |3309 | 721 |  0 |3049 |  30 | 0.000000e+00 |      --      |    Inf |  10.59%
668.73/670.58	c   671s|  1400 |    92 |  3071k| 796.1 |   152M |  40 |3102 |4549 |3307 | 730 |  0 |3110 |  30 | 0.000000e+00 |      --      |    Inf |  10.59%
683.49/685.33	c   685s|  1500 |    96 |  3146k| 794.7 |   152M |  40 |3102 |4594 |3309 | 751 |  0 |3161 |  30 | 0.000000e+00 |      --      |    Inf |  10.59%
697.75/699.65	c   700s|  1600 |   100 |  3217k| 792.6 |   152M |  40 |3102 |4674 |   0 | 774 |  0 |3247 |  30 | 0.000000e+00 |      --      |    Inf |  10.59%
711.72/713.62	c   714s|  1700 |    98 |  3288k| 790.6 |   152M |  40 |3102 |4711 |3309 | 787 |  0 |3300 |  30 | 0.000000e+00 |      --      |    Inf |  10.59%
726.19/728.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
726.19/728.14	c   728s|  1800 |   100 |  3362k| 789.4 |   153M |  40 |3102 |4761 |3308 | 814 |  0 |3362 |  30 | 0.000000e+00 |      --      |    Inf |  10.59%
739.65/741.69	c   742s|  1900 |    98 |  3431k| 787.0 |   153M |  40 |3102 |4809 |3308 | 820 |  0 |3422 |  30 | 0.000000e+00 |      --      |    Inf |  10.59%
751.82/753.83	c   754s|  2000 |   100 |  3493k| 783.1 |   153M |  40 |3102 |4858 |3314 | 828 |  1 |3474 |  30 | 0.000000e+00 |      --      |    Inf |  10.59%
765.58/767.63	c   768s|  2100 |    97 |  3563k| 781.2 |   153M |  40 |3102 |4914 |3310 | 839 |  1 |3535 |  30 | 0.000000e+00 |      --      |    Inf |  10.59%
779.34/781.47	c   781s|  2200 |    95 |  3633k| 779.4 |   153M |  40 |3102 |4962 |3306 | 844 |  1 |3590 |  30 | 0.000000e+00 |      --      |    Inf |  10.59%
795.80/797.91	c   798s|  2300 |    94 |  3717k| 780.6 |   154M |  40 |3102 |5009 |3307 | 859 |  1 |3642 |  30 | 0.000000e+00 |      --      |    Inf |  10.59%
812.25/814.44	c   814s|  2400 |    92 |  3800k| 781.7 |   154M |  40 |3102 |5058 |3313 | 879 |  0 |3694 |  30 | 0.000000e+00 |      --      |    Inf |  10.59%
827.51/829.74	c   830s|  2500 |    92 |  3878k| 781.7 |   154M |  40 |3102 |5105 |3313 | 885 |  0 |3744 |  30 | 0.000000e+00 |      --      |    Inf |  10.59%
842.37/844.64	c   845s|  2600 |    94 |  3953k| 781.1 |   154M |  40 |3102 |5156 |3308 | 900 |  0 |3797 |  30 | 0.000000e+00 |      --      |    Inf |  10.59%
857.74/860.04	c   860s|  2700 |    92 |  4031k| 781.0 |   154M |  40 |3102 |5204 |3320 | 915 |  0 |3849 |  30 | 0.000000e+00 |      --      |    Inf |  10.59%
871.59/873.99	c   874s|  2800 |    94 |  4102k| 779.7 |   154M |  40 |3102 |5245 |3301 | 919 |  0 |3904 |  30 | 0.000000e+00 |      --      |    Inf |  10.59%
880.87/883.23	c   883s|  2900 |    93 |  4152k| 774.2 |   154M |  40 |3102 |5286 |3303 | 923 |  1 |3953 |  30 | 0.000000e+00 |      --      |    Inf |  10.60%
891.04/893.48	c   893s|  3000 |    91 |  4205k| 769.7 |   154M |  40 |3102 |5340 |3312 | 928 |  1 |4013 |  30 | 0.000000e+00 |      --      |    Inf |  10.61%
901.52/903.97	c   904s|  3100 |    92 |  4261k| 765.7 |   154M |  40 |3102 |5388 |   0 | 935 |  0 |4065 |  30 | 0.000000e+00 |      --      |    Inf |  10.61%
914.98/917.44	c   917s|  3200 |    93 |  4330k| 764.4 |   155M |  40 |3102 |5446 |3303 | 943 |  0 |4127 |  30 | 0.000000e+00 |      --      |    Inf |  10.62%
926.66/929.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
926.66/929.12	c   929s|  3300 |    89 |  4389k| 761.3 |   155M |  40 |3102 |5513 |3311 | 954 |  1 |4197 |  30 | 0.000000e+00 |      --      |    Inf |  10.62%
941.01/943.59	c   944s|  3400 |    89 |  4461k| 760.6 |   155M |  40 |3102 |5552 |3286 | 964 |  1 |4264 |  30 | 0.000000e+00 |      --      |    Inf |  10.62%
950.88/953.44	c   953s|  3500 |    95 |  4513k| 756.5 |   155M |  40 |3102 |5598 |3291 | 974 |  0 |4331 |  30 | 0.000000e+00 |      --      |    Inf |  10.66%
958.36/960.97	c   961s|  3600 |   100 |  4556k| 750.9 |   155M |  40 |3102 |5631 |3301 | 977 |  1 |4392 |  30 | 0.000000e+00 |      --      |    Inf |  10.66%
965.04/967.61	c   968s|  3700 |    99 |  4594k| 744.7 |   156M |  40 |3102 |5673 |3301 | 983 |  0 |4453 |  30 | 0.000000e+00 |      --      |    Inf |  10.66%
971.92/974.53	c   975s|  3800 |    99 |  4634k| 739.0 |   156M |  40 |3102 |5725 |3306 | 996 |  0 |4512 |  30 | 0.000000e+00 |      --      |    Inf |  10.66%
980.90/983.57	c   984s|  3900 |    96 |  4684k| 735.2 |   156M |  40 |3102 |5777 |3301 |1000 |  0 |4581 |  30 | 0.000000e+00 |      --      |    Inf |  10.67%
991.77/994.48	c   994s|  4000 |   100 |  4744k| 733.0 |   156M |  40 |3102 |5808 |3300 |1009 |  1 |4635 |  30 | 0.000000e+00 |      --      |    Inf |  10.67%
999.95/1002.65	c  1003s|  4100 |    98 |  4789k| 728.7 |   156M |  40 |3102 |5852 |3300 |1013 |  1 |4694 |  30 | 0.000000e+00 |      --      |    Inf |  10.67%
1011.13/1013.86	c  1014s|  4200 |    98 |  4851k| 727.0 |   157M |  40 |3102 |5883 |   0 |1026 |  0 |4751 |  30 | 0.000000e+00 |      --      |    Inf |  10.67%
1021.50/1024.20	c  1024s|  4300 |    98 |  4908k| 724.6 |   157M |  40 |3102 |5926 |3303 |1027 |  0 |4814 |  30 | 0.000000e+00 |      --      |    Inf |  10.67%
1031.47/1034.28	c  1034s|  4400 |    96 |  4963k| 722.0 |   157M |  40 |3102 |5987 |3303 |1028 |  0 |4881 |  30 | 0.000000e+00 |      --      |    Inf |  10.67%
1043.35/1046.14	c  1046s|  4500 |    93 |  5028k| 721.0 |   157M |  40 |3102 |6029 |3304 |1036 |  0 |4945 |  30 | 0.000000e+00 |      --      |    Inf |  10.67%
1054.71/1057.55	c  1058s|  4600 |    95 |  5090k| 719.5 |   158M |  40 |3102 |6062 |3304 |1056 |  0 |4993 |  30 | 0.000000e+00 |      --      |    Inf |  10.67%
1064.48/1067.30	c  1067s|  4700 |    99 |  5145k| 717.1 |   158M |  40 |3102 |6111 |3300 |1074 |  0 |5058 |  30 | 0.000000e+00 |      --      |    Inf |  10.68%
1074.17/1077.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1074.17/1077.05	c  1077s|  4800 |    96 |  5199k| 714.6 |   158M |  40 |3102 |6161 |3301 |1076 |  0 |5112 |  30 | 0.000000e+00 |      --      |    Inf |  10.68%
1084.03/1086.97	c  1087s|  4900 |    98 |  5253k| 712.2 |   158M |  40 |3102 |6195 |3303 |1094 |  2 |5166 |  30 | 0.000000e+00 |      --      |    Inf |  10.68%
1095.80/1098.72	c  1099s|  5000 |   100 |  5317k| 711.2 |   158M |  40 |3102 |6246 |3306 |1112 |  0 |5239 |  30 | 0.000000e+00 |      --      |    Inf |  10.68%
1105.68/1108.66	c  1109s|  5100 |    97 |  5373k| 709.1 |   159M |  40 |3102 |6299 |3302 |1125 |  0 |5317 |  30 | 0.000000e+00 |      --      |    Inf |  10.68%
1115.95/1118.97	c  1119s|  5200 |    97 |  5428k| 707.1 |   159M |  40 |3102 |6368 |3300 |1131 |  0 |5390 |  30 | 0.000000e+00 |      --      |    Inf |  10.69%
1124.33/1127.30	c  1127s|  5300 |   100 |  5474k| 703.8 |   159M |  40 |3102 |6402 |3303 |1149 |  0 |5438 |  30 | 0.000000e+00 |      --      |    Inf |  10.69%
1133.60/1136.68	c  1137s|  5400 |   100 |  5526k| 701.4 |   159M |  40 |3102 |6476 |3303 |1163 |  0 |5521 |  30 | 0.000000e+00 |      --      |    Inf |  10.69%
1146.37/1149.43	c  1149s|  5500 |   100 |  5595k| 701.3 |   159M |  40 |3102 |6513 |3300 |1173 |  1 |5579 |  30 | 0.000000e+00 |      --      |    Inf |  10.69%
1156.14/1159.27	c  1159s|  5600 |   104 |  5648k| 699.1 |   159M |  40 |3102 |6562 |3300 |1177 |  1 |5635 |  30 | 0.000000e+00 |      --      |    Inf |  10.69%
1168.21/1171.34	c  1171s|  5700 |    95 |  5712k| 698.4 |   160M |  40 |3102 |6592 |3305 |1184 |  0 |5690 |  30 | 0.000000e+00 |      --      |    Inf |  10.69%
1175.90/1179.03	c  1179s|  5800 |    97 |  5755k| 695.0 |   160M |  40 |3102 |6627 |3300 |1185 |  0 |5739 |  30 | 0.000000e+00 |      --      |    Inf |  10.69%
1184.07/1187.22	c  1187s|  5900 |    95 |  5800k| 692.1 |   160M |  40 |3102 |6673 |3300 |1189 |  0 |5787 |  30 | 0.000000e+00 |      --      |    Inf |  10.69%
1196.44/1199.60	c  1200s|  6000 |   103 |  5863k| 691.4 |   160M |  40 |3102 |6698 |3309 |1205 |  1 |5840 |  30 | 0.000000e+00 |      --      |    Inf |  10.70%
1211.50/1214.74	c  1215s|  6100 |    99 |  5939k| 692.2 |   160M |  40 |3102 |6722 |3309 |1209 |  2 |5896 |  30 | 0.000000e+00 |      --      |    Inf |  10.70%
1222.97/1226.22	c  1226s|  6200 |    96 |  6002k| 691.3 |   160M |  40 |3102 |6750 |3305 |1214 |  0 |5949 |  30 | 0.000000e+00 |      --      |    Inf |  10.71%
1239.33/1242.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1239.33/1242.62	c  1243s|  6300 |    96 |  6089k| 693.4 |   160M |  40 |3102 |6757 |3300 |1236 |  1 |5998 |  30 | 0.000000e+00 |      --      |    Inf |  10.72%
1254.19/1257.57	c  1258s|  6400 |    98 |  6165k| 694.2 |   160M |  40 |3102 |6749 |3301 |1248 |  1 |6037 |  30 | 0.000000e+00 |      --      |    Inf |  10.73%
1266.95/1270.32	c  1270s|  6500 |   100 |  6232k| 694.0 |   160M |  40 |3102 |6746 |3303 |1252 |  1 |6095 |  30 | 0.000000e+00 |      --      |    Inf |  10.73%
1278.31/1281.74	c  1282s|  6600 |   100 |  6292k| 692.9 |   161M |  40 |3102 |6754 |3304 |1259 |  2 |6158 |  30 | 0.000000e+00 |      --      |    Inf |  10.73%
1293.57/1297.04	c  1297s|  6700 |    97 |  6372k| 694.1 |   161M |  40 |3102 |6749 |3303 |1264 |  0 |6214 |  30 | 0.000000e+00 |      --      |    Inf |  10.73%
1307.02/1310.58	c  1311s|  6800 |    97 |  6443k| 694.3 |   161M |  40 |3102 |6776 |3303 |1267 |  1 |6271 |  30 | 0.000000e+00 |      --      |    Inf |  10.73%
1321.37/1324.97	c  1325s|  6900 |    97 |  6519k| 694.9 |   161M |  40 |3102 |6797 |3304 |1269 |  1 |6321 |  30 | 0.000000e+00 |      --      |    Inf |  10.73%
1335.33/1338.99	c  1339s|  7000 |    99 |  6592k| 695.3 |   161M |  40 |3102 |6831 |3303 |1273 |  1 |6369 |  30 | 0.000000e+00 |      --      |    Inf |  10.73%
1351.88/1355.58	c  1356s|  7100 |   101 |  6679k| 697.2 |   161M |  40 |3102 |6864 |3303 |1276 |  0 |6412 |  30 | 0.000000e+00 |      --      |    Inf |  10.73%
1361.75/1365.44	c  1365s|  7200 |    99 |  6730k| 695.2 |   161M |  40 |3102 |6917 |3303 |1280 |  1 |6465 |  30 | 0.000000e+00 |      --      |    Inf |  10.73%
1375.33/1379.05	c  1379s|  7300 |   100 |  6801k| 695.4 |   161M |  40 |3102 |7055 |3303 |1281 |  1 |6660 |  30 | 0.000000e+00 |      --      |    Inf |  10.73%
1383.60/1387.31	c  1387s|  7400 |   100 |  6843k| 692.6 |   161M |  40 |3102 |7082 |   0 |1283 |  0 |6711 |  30 | 0.000000e+00 |      --      |    Inf |  10.73%
1394.57/1398.34	c  1398s|  7500 |    98 |  6899k| 691.2 |   162M |  40 |3102 |7133 |3304 |1294 |  0 |6775 |  30 | 0.000000e+00 |      --      |    Inf |  10.73%
1407.73/1411.51	c  1412s|  7600 |    98 |  6965k| 690.9 |   163M |  48 |3102 |7175 |3306 |1323 |  1 |6826 |  30 | 0.000000e+00 |      --      |    Inf |  10.73%
1420.60/1424.44	c  1424s|  7700 |   100 |  7031k| 690.6 |   163M |  48 |3102 |7219 |3304 |1330 |  1 |6884 |  30 | 0.000000e+00 |      --      |    Inf |  10.73%
1432.18/1436.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1432.18/1436.11	c  1436s|  7800 |    98 |  7091k| 689.7 |   163M |  48 |3102 |7283 |3304 |1330 |  0 |6982 |  30 | 0.000000e+00 |      --      |    Inf |  10.73%
1444.44/1448.36	c  1448s|  7900 |    98 |  7153k| 689.0 |   163M |  48 |3102 |7313 |3304 |1330 |  1 |7031 |  30 | 0.000000e+00 |      --      |    Inf |  10.73%
1458.60/1462.58	c  1463s|  8000 |    96 |  7226k| 689.4 |   163M |  48 |3102 |7358 |3305 |1332 |  1 |7085 |  30 | 0.000000e+00 |      --      |    Inf |  10.73%
1470.97/1474.97	c  1475s|  8100 |   102 |  7289k| 688.9 |   163M |  48 |3102 |7355 |3306 |1338 |  2 |7137 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1483.73/1487.72	c  1488s|  8200 |   100 |  7354k| 688.5 |   163M |  48 |3102 |7380 |3306 |1348 |  0 |7198 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1498.79/1502.88	c  1503s|  8300 |   100 |  7432k| 689.3 |   164M |  48 |3102 |7398 |3307 |1360 |  1 |7249 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1511.07/1515.14	c  1515s|  8400 |    98 |  7493k| 688.5 |   164M |  48 |3102 |7430 |3312 |1373 |  1 |7292 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1522.73/1526.87	c  1527s|  8500 |    98 |  7552k| 687.7 |   164M |  53 |3102 |7443 |3306 |1379 |  0 |7342 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1537.90/1542.04	c  1542s|  8600 |    98 |  7629k| 688.4 |   164M |  53 |3102 |7490 |3308 |1390 |  1 |7392 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1547.66/1551.83	c  1552s|  8700 |    98 |  7678k| 686.7 |   164M |  58 |3102 |7486 |   0 |1409 |  0 |7430 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1561.03/1565.23	c  1565s|  8800 |    98 |  7748k| 686.8 |   164M |  58 |3102 |7462 |3304 |1413 |  0 |7492 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1574.69/1578.96	c  1579s|  8900 |    94 |  7819k| 687.0 |   164M |  58 |3102 |7481 |3304 |1421 |  0 |7550 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1587.06/1591.31	c  1591s|  9000 |   100 |  7884k| 686.6 |   164M |  58 |3102 |7498 |3309 |1428 |  1 |7595 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1597.53/1601.82	c  1602s|  9100 |    96 |  7937k| 685.2 |   164M |  58 |3102 |7486 |3309 |1450 |  0 |7659 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1613.19/1617.52	c  1618s|  9200 |    96 |  8018k| 686.3 |   166M |  58 |3102 |7479 |3305 |1459 |  0 |7712 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1631.45/1635.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1631.45/1635.80	c  1636s|  9300 |    98 |  8114k| 688.7 |   166M |  58 |3102 |7515 |3306 |1465 |  0 |7768 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1646.62/1651.10	c  1651s|  9400 |   100 |  8191k| 689.4 |   166M |  58 |3102 |7555 |3309 |1488 |  1 |7819 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1660.37/1664.83	c  1665s|  9500 |   100 |  8261k| 689.5 |   166M |  58 |3102 |7592 |3306 |1507 |  1 |7866 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1676.03/1680.56	c  1681s|  9600 |   100 |  8341k| 690.4 |   166M |  58 |3102 |7631 |3306 |1525 |  1 |7907 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1691.29/1695.88	c  1696s|  9700 |    98 |  8418k| 691.1 |   166M |  58 |3102 |7677 |3319 |1557 |  0 |7956 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1703.47/1708.02	c  1708s|  9800 |    96 |  8481k| 690.5 |   167M |  58 |3102 |7703 |3326 |1576 |  1 |7986 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1717.53/1722.18	c  1722s|  9900 |    94 |  8554k| 690.8 |   167M |  58 |3102 |7727 |3314 |1594 |  1 |8018 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1736.77/1741.47	c  1741s| 10000 |    98 |  8651k| 693.1 |   167M |  58 |3102 |7735 |3299 |1606 |  1 |8070 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1752.13/1756.88	c  1757s| 10100 |    98 |  8729k| 693.9 |   167M |  58 |3102 |7727 |3303 |1617 |  0 |8131 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1767.89/1772.62	c  1773s| 10200 |   104 |  8809k| 694.7 |   167M |  58 |3102 |7668 |3302 |1630 |  1 |8174 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1778.06/1782.82	c  1783s| 10300 |   104 |  8865k| 693.7 |   167M |  58 |3102 |7688 |3304 |1651 |  1 |8241 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1790.53/1795.36	c  1795s| 10400 |   114 |  8929k| 693.2 |   168M |  58 |3102 |7707 |3304 |1657 |  1 |8313 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1806.09/1810.92	c  1811s| 10500 |   102 |  9006k| 693.8 |   168M |  58 |3102 |7697 |3310 |1692 |  3 |8406 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1818.55/1823.40	c  1823s| 10600 |   102 |  9069k| 693.3 |   168M |  58 |3102 |7701 |3304 |1700 |  0 |8468 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1831.42/1836.32	c  1836s| 10700 |   102 |  9135k| 693.1 |   168M |  58 |3102 |7663 |3304 |1721 |  0 |8533 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1841.99/1846.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1841.99/1846.97	c  1847s| 10800 |   104 |  9191k| 692.1 |   168M |  58 |3102 |7635 |3311 |1733 |  1 |8596 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1854.46/1859.47	c  1859s| 10900 |   104 |  9257k| 691.8 |   168M |  58 |3102 |7649 |   0 |1746 |  0 |8648 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1865.04/1870.07	c  1870s| 11000 |   102 |  9312k| 690.7 |   168M |  58 |3102 |7671 |3309 |1757 |  0 |8724 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1877.70/1882.73	c  1883s| 11100 |   102 |  9377k| 690.4 |   169M |  58 |3102 |7719 |3310 |1776 |  0 |8776 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1893.97/1899.04	c  1899s| 11200 |   102 |  9461k| 691.6 |   169M |  58 |3102 |7730 |3308 |1799 |  1 |8827 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1906.22/1911.31	c  1911s| 11300 |   104 |  9524k| 691.1 |   169M |  58 |3102 |7751 |3304 |1813 |  1 |8900 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1916.01/1921.16	c  1921s| 11400 |   106 |  9577k| 689.9 |   169M |  58 |3102 |7764 |3304 |1820 |  0 |8966 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1925.37/1930.52	c  1931s| 11500 |   106 |  9626k| 688.4 |   169M |  58 |3102 |7784 |3305 |1847 |  0 |9054 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1934.65/1939.80	c  1940s| 11600 |   105 |  9674k| 687.0 |   169M |  58 |3102 |7769 |3303 |1852 |  1 |9106 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1945.52/1950.74	c  1951s| 11700 |   103 |  9731k| 686.2 |   169M |  58 |3102 |7801 |3303 |1864 |  0 |9156 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1957.29/1962.57	c  1963s| 11800 |   105 |  9793k| 685.7 |   169M |  58 |3102 |7839 |3302 |1878 |  1 |9205 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1968.06/1973.36	c  1973s| 11900 |   103 |  9850k| 684.9 |   169M |  58 |3102 |7886 |3309 |1896 |  0 |9259 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1984.22/1989.50	c  1989s| 12000 |   105 |  9935k| 686.0 |   169M |  58 |3102 |7926 |3304 |1929 |  1 |9305 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
1995.89/2001.26	c  2001s| 12100 |   103 |  9995k| 685.4 |   169M |  58 |3102 |7950 |3305 |1950 |  0 |9358 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
2006.96/2012.32	c  2012s| 12200 |   103 | 10054k| 684.7 |   169M |  58 |3102 |7979 |3309 |1967 |  0 |9420 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
2019.43/2024.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2019.43/2024.82	c  2025s| 12300 |   105 | 10119k| 684.5 |   169M |  58 |3102 |7977 |3307 |1989 |  1 |9481 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
2032.09/2037.58	c  2038s| 12400 |   103 | 10185k| 684.3 |   170M |  58 |3102 |8027 |3305 |2009 |  0 |9538 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
2044.06/2049.55	c  2050s| 12500 |   104 | 10247k| 683.9 |   170M |  58 |3102 |8076 |3304 |2026 |  1 |9594 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
2055.13/2060.62	c  2061s| 12600 |   104 | 10303k| 683.1 |   170M |  58 |3102 |8131 |   0 |2060 |  0 |9658 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
2068.00/2073.53	c  2074s| 12700 |   102 | 10370k| 683.0 |   170M |  58 |3102 |8154 |3308 |2077 |  0 |9742 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
2080.27/2085.89	c  2086s| 12800 |   102 | 10433k| 682.6 |   171M |  58 |3102 |8113 |3309 |2089 |  1 |9786 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
2093.33/2099.00	c  2099s| 12900 |   104 | 10500k| 682.6 |   171M |  58 |3102 |8090 |3316 |2116 |  0 |9860 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
2105.91/2111.53	c  2112s| 13000 |   106 | 10565k| 682.4 |   171M |  58 |3102 |8078 |3307 |2156 |  0 |9906 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
2116.98/2122.60	c  2123s| 13100 |   106 | 10620k| 681.5 |   171M |  60 |3102 |8049 |3311 |2204 |  1 |9967 |  30 | 0.000000e+00 |      --      |    Inf |  10.74%
2128.25/2133.97	c  2134s| 13200 |   106 | 10679k| 680.9 |   171M |  60 |3102 |8097 |   0 |2221 |  0 |  10k|  30 | 0.000000e+00 |      --      |    Inf |  10.74%
2141.62/2147.32	c  2147s| 13300 |   106 | 10749k| 681.0 |   171M |  73 |3102 |8138 |3314 |2231 |  1 |  10k|  30 | 0.000000e+00 |      --      |    Inf |  10.74%
2152.99/2158.71	c  2159s| 13400 |   103 | 10808k| 680.4 |   172M |  74 |3102 |7980 |3304 |2253 |  0 |  10k|  30 | 0.000000e+00 |      --      |    Inf |  10.74%
2167.65/2173.40	c  2173s| 13500 |   103 | 10882k| 680.8 |   172M |  74 |3102 |7876 |3299 |2290 |  0 |  10k|  30 | 0.000000e+00 |      --      |    Inf |  10.74%
2180.11/2185.94	c  2186s| 13600 |   103 | 10945k| 680.5 |   172M |  74 |3102 |7882 |3318 |2322 |  0 |  10k|  30 | 0.000000e+00 |      --      |    Inf |  10.74%
2191.98/2197.83	c  2198s| 13700 |   103 | 11006k| 680.0 |   172M |  74 |3102 |7903 |3307 |2334 |  0 |  10k|  30 | 0.000000e+00 |      --      |    Inf |  10.74%
2210.83/2216.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2210.83/2216.78	c  2217s| 13800 |   103 | 11103k| 681.8 |   172M |  74 |3102 |7899 |3309 |2357 |  0 |  10k|  30 | 0.000000e+00 |      --      |    Inf |  10.74%
2232.58/2238.53	c  2239s| 13900 |   103 | 11214k| 684.5 |   172M |  77 |3102 |7937 |3323 |2383 |  0 |  10k|  30 | 0.000000e+00 |      --      |    Inf |  10.74%
2249.93/2255.92	c  2256s| 14000 |   103 | 11301k| 685.6 |   172M |  77 |3102 |7928 |3306 |2429 |  0 |  10k|  30 | 0.000000e+00 |      --      |    Inf |  10.75%
2265.49/2271.51	c  2272s| 14100 |   103 | 11380k| 686.3 |   172M |  77 |3102 |7939 |   0 |2455 |  0 |  10k|  30 | 0.000000e+00 |      --      |    Inf |  10.75%
2283.05/2289.14	c  2289s| 14200 |   101 | 11470k| 687.6 |   172M |  77 |3102 |7953 |3308 |2477 |  0 |  10k|  30 | 0.000000e+00 |      --      |    Inf |  10.75%
2298.50/2304.68	c  2305s| 14300 |   101 | 11548k| 688.1 |   172M |  77 |3102 |7969 |3308 |2512 |  0 |  10k|  30 | 0.000000e+00 |      --      |    Inf |  10.75%
2318.25/2324.41	c  2324s| 14400 |   101 | 11647k| 689.9 |   172M |  77 |3102 |7989 |3321 |2565 |  1 |  10k|  30 | 0.000000e+00 |      --      |    Inf |  10.75%
2335.60/2341.87	c  2342s| 14500 |   101 | 11737k| 691.2 |   172M |  77 |3102 |8015 |   0 |2568 |  0 |  10k|  30 | 0.000000e+00 |      --      |    Inf |  10.75%
2350.16/2356.45	c  2356s| 14600 |   101 | 11813k| 691.6 |   172M |  77 |3102 |8074 |3322 |2578 |  0 |  10k|  30 | 0.000000e+00 |      --      |    Inf |  10.75%
2368.82/2375.13	c  2375s| 14700 |   101 | 11909k| 693.2 |   172M |  82 |3102 |8118 |3323 |2583 |  1 |  10k|  30 | 0.000000e+00 |      --      |    Inf |  10.75%
2389.45/2395.85	c  2396s| 14800 |   104 | 12015k| 695.3 |   172M |  82 |3102 |8056 |3301 |2587 |  1 |  10k|  30 | 0.000000e+00 |      --      |    Inf |  10.75%
2395.84/2402.21	c  2402s| 14900 |   106 | 12049k| 693.3 |   172M |  82 |3102 |8111 |3306 |2612 |  0 |  10k|  30 | 0.000000e+00 |      --      |    Inf |  10.75%
2406.21/2412.61	c  2413s| 15000 |   109 | 12104k| 692.4 |   172M |  82 |3102 |8106 |3305 |2623 |  1 |  10k|  30 | 0.000000e+00 |      --      |    Inf |  10.75%
2418.59/2425.08	c  2425s| 15100 |   107 | 12170k| 692.2 |   172M |  82 |3102 |8090 |3316 |2646 |  0 |  10k|  30 | 0.000000e+00 |      --      |    Inf |  10.75%
2431.15/2437.68	c  2438s| 15200 |   107 | 12236k| 692.1 |   172M |  82 |3102 |8107 |3310 |2663 |  1 |  11k|  30 | 0.000000e+00 |      --      |    Inf |  10.75%
2442.32/2448.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2442.32/2448.81	c  2449s| 15300 |   107 | 12294k| 691.4 |   172M |  82 |3102 |8145 |3306 |2677 |  0 |  11k|  30 | 0.000000e+00 |      --      |    Inf |  10.75%
2453.98/2460.59	c  2461s| 15400 |   113 | 12356k| 691.0 |   173M |  82 |3102 |8185 |3312 |2697 |  1 |  11k|  30 | 0.000000e+00 |      --      |    Inf |  10.75%
2466.95/2473.54	c  2474s| 15500 |   109 | 12425k| 691.0 |   173M |  82 |3102 |8230 |3311 |2710 |  0 |  11k|  30 | 0.000000e+00 |      --      |    Inf |  10.75%
2481.91/2488.53	c  2489s| 15600 |   108 | 12503k| 691.5 |   173M |  82 |3102 |8253 |3317 |2762 |  1 |  11k|  30 | 0.000000e+00 |      --      |    Inf |  10.75%
2497.48/2504.12	c  2504s| 15700 |   108 | 12584k| 692.1 |   173M |  82 |3102 |8296 |3312 |2782 |  1 |  11k|  30 | 0.000000e+00 |      --      |    Inf |  10.75%
2508.83/2515.56	c  2516s| 15800 |   108 | 12644k| 691.6 |   173M |  82 |3102 |8342 |3314 |2795 |  1 |  11k|  30 | 0.000000e+00 |      --      |    Inf |  10.75%
2521.50/2528.26	c  2528s| 15900 |   108 | 12710k| 691.5 |   173M |  82 |3102 |8391 |3316 |2821 |  1 |  11k|  30 | 0.000000e+00 |      --      |    Inf |  10.75%
2535.28/2542.02	c  2542s| 16000 |   105 | 12782k| 691.6 |   174M |  82 |3102 |8433 |3314 |2838 |  0 |  11k|  30 | 0.000000e+00 |      --      |    Inf |  10.75%
2547.53/2554.32	c  2554s| 16100 |   107 | 12844k| 691.3 |   174M |  82 |3102 |8476 |3310 |2866 |  0 |  11k|  30 | 0.000000e+00 |      --      |    Inf |  10.75%
2556.90/2563.79	c  2564s| 16200 |   107 | 12894k| 690.2 |   174M |  82 |3102 |8509 |3309 |2881 |  0 |  11k|  30 | 0.000000e+00 |      --      |    Inf |  10.75%
2566.48/2573.36	c  2573s| 16300 |   107 | 12945k| 689.2 |   174M |  82 |3102 |8543 |3313 |2891 |  1 |  11k|  30 | 0.000000e+00 |      --      |    Inf |  10.75%
2578.84/2585.71	c  2586s| 16400 |   105 | 13008k| 688.9 |   174M |  82 |3102 |8575 |3309 |2902 |  0 |  11k|  30 | 0.000000e+00 |      --      |    Inf |  10.75%
2591.01/2597.92	c  2598s| 16500 |   105 | 13072k| 688.7 |   174M |  82 |3102 |8590 |3311 |2919 |  1 |  11k|  30 | 0.000000e+00 |      --      |    Inf |  10.75%
2602.98/2609.97	c  2610s| 16600 |   103 | 13135k| 688.4 |   174M |  82 |3102 |8633 |3311 |2931 |  0 |  11k|  30 | 0.000000e+00 |      --      |    Inf |  10.75%
2616.33/2623.32	c  2623s| 16700 |   103 | 13203k| 688.3 |   174M |  82 |3102 |8679 |3316 |2948 |  0 |  11k|  30 | 0.000000e+00 |      --      |    Inf |  10.75%
2628.79/2635.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2628.79/2635.83	c  2636s| 16800 |   103 | 13268k| 688.1 |   174M |  82 |3102 |8717 |3309 |2973 |  0 |  11k|  30 | 0.000000e+00 |      --      |    Inf |  10.75%
2643.15/2650.23	c  2650s| 16900 |   107 | 13345k| 688.6 |   174M |  82 |3102 |8752 |3311 |2986 |  1 |  11k|  30 | 0.000000e+00 |      --      |    Inf |  10.75%
2656.80/2663.99	c  2664s| 17000 |   103 | 13418k| 688.7 |   174M |  82 |3102 |8801 |3305 |3008 |  0 |  12k|  30 | 0.000000e+00 |      --      |    Inf |  10.75%
2666.88/2674.05	c  2674s| 17100 |   103 | 13472k| 688.0 |   174M |  82 |3102 |8843 |3313 |3022 |  0 |  12k|  30 | 0.000000e+00 |      --      |    Inf |  10.75%
2682.32/2689.57	c  2690s| 17200 |   103 | 13552k| 688.6 |   174M |  82 |3102 |8892 |3311 |3026 |  1 |  12k|  30 | 0.000000e+00 |      --      |    Inf |  10.75%
2693.29/2700.52	c  2701s| 17300 |   102 | 13607k| 687.9 |   174M |  82 |3102 |8870 |3301 |3041 |  1 |  12k|  30 | 0.000000e+00 |      --      |    Inf |  10.76%
2714.92/2722.26	c  2722s| 17400 |   108 | 13714k| 689.8 |   174M |  82 |3102 |8772 |3304 |3071 |  1 |  12k|  30 | 0.000000e+00 |      --      |    Inf |  10.77%
2730.87/2738.24	c  2738s| 17500 |   108 | 13794k| 690.3 |   174M |  82 |3102 |8730 |3303 |3103 |  1 |  12k|  30 | 0.000000e+00 |      --      |    Inf |  10.82%
2742.33/2749.76	c  2750s| 17600 |   108 | 13855k| 689.9 |   174M |  82 |3102 |8639 |3292 |3140 |  0 |  12k|  30 | 0.000000e+00 |      --      |    Inf |  10.85%
2749.31/2756.78	c  2757s| 17700 |   110 | 13891k| 688.3 |   175M |  82 |3102 |8560 |   0 |3169 |  0 |  12k|  30 | 0.000000e+00 |      --      |    Inf |  10.85%
2759.38/2766.86	c  2767s| 17800 |   108 | 13943k| 687.4 |   175M |  82 |3102 |8509 |3299 |3199 |  0 |  12k|  30 | 0.000000e+00 |      --      |    Inf |  10.98%
2767.95/2775.41	c  2775s| 17900 |   110 | 13987k| 686.2 |   175M |  82 |3102 |8504 |   0 |3212 |  0 |  12k|  30 | 0.000000e+00 |      --      |    Inf |  10.98%
2779.21/2786.78	c  2787s| 18000 |   110 | 14048k| 685.8 |   175M |  82 |3102 |8514 |3304 |3222 |  0 |  12k|  30 | 0.000000e+00 |      --      |    Inf |  10.99%
2791.37/2798.95	c  2799s| 18100 |   108 | 14111k| 685.6 |   175M |  82 |3102 |8552 |3299 |3230 |  0 |  12k|  30 | 0.000000e+00 |      --      |    Inf |  10.99%
2806.54/2814.18	c  2814s| 18200 |   110 | 14189k| 686.0 |   175M |  82 |3102 |8467 |3299 |3256 |  1 |  12k|  30 | 0.000000e+00 |      --      |    Inf |  11.45%
2816.51/2824.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2816.51/2824.14	c  2824s| 18300 |   112 | 14242k| 685.3 |   175M |  82 |3102 |8350 |3293 |3280 |  0 |  12k|  30 | 0.000000e+00 |      --      |    Inf |  11.46%
2824.77/2832.48	c  2832s| 18400 |   111 | 14287k| 684.1 |   175M |  82 |3102 |8384 |3297 |3289 |  0 |  12k|  30 | 0.000000e+00 |      --      |    Inf |  11.47%
2832.45/2840.15	c  2840s| 18500 |   110 | 14328k| 682.8 |   175M |  82 |3102 |8286 |3296 |3301 |  0 |  12k|  30 | 0.000000e+00 |      --      |    Inf |  11.49%
2842.91/2850.62	c  2851s| 18600 |   111 | 14384k| 682.2 |   175M |  82 |3102 |8329 |3291 |3313 |  1 |  12k|  30 | 0.000000e+00 |      --      |    Inf |  11.50%
2851.88/2859.63	c  2860s| 18700 |   111 | 14432k| 681.3 |   175M |  82 |3102 |8324 |3296 |3324 |  1 |  13k|  30 | 0.000000e+00 |      --      |    Inf |  11.50%
2862.04/2869.83	c  2870s| 18800 |   108 | 14487k| 680.6 |   175M |  82 |3102 |8227 |3294 |3343 |  0 |  13k|  30 | 0.000000e+00 |      --      |    Inf |  11.51%
2881.30/2889.18	c  2889s| 18900 |   110 | 14584k| 682.0 |   175M |  82 |3102 |7953 |3310 |3357 |  0 |  13k|  30 | 0.000000e+00 |      --      |    Inf |  11.54%
2891.75/2899.69	c  2900s| 19000 |   110 | 14637k| 681.3 |   175M |  82 |3102 |7996 |   0 |3361 |  0 |  13k|  30 | 0.000000e+00 |      --      |    Inf |  11.54%
2905.51/2913.49	c  2913s| 19100 |   110 | 14703k| 681.2 |   175M |  82 |3102 |7882 |3316 |3383 |  2 |  13k|  30 | 0.000000e+00 |      --      |    Inf |  11.54%
2917.27/2925.27	c  2925s| 19200 |   112 | 14760k| 680.7 |   175M |  82 |3102 |7889 |3311 |3390 |  0 |  13k|  30 | 0.000000e+00 |      --      |    Inf |  11.54%
2935.03/2943.02	c  2943s| 19300 |   112 | 14850k| 681.7 |   175M |  82 |3102 |7812 |3314 |3425 |  1 |  13k|  30 | 0.000000e+00 |      --      |    Inf |  11.55%
2952.16/2960.25	c  2960s| 19400 |   123 | 14935k| 682.5 |   176M |  82 |3102 |7785 |3293 |3446 |  1 |  13k|  30 | 0.000000e+00 |      --      |    Inf |  11.55%
2961.63/2969.72	c  2970s| 19500 |   122 | 14983k| 681.6 |   176M |  82 |3102 |7825 |3297 |3464 |  2 |  13k|  30 | 0.000000e+00 |      --      |    Inf |  11.55%
2971.80/2979.93	c  2980s| 19600 |   118 | 15037k| 680.9 |   176M |  82 |3102 |7869 |3294 |3472 |  0 |  13k|  30 | 0.000000e+00 |      --      |    Inf |  11.55%
2983.46/2991.67	c  2992s| 19700 |   116 | 15096k| 680.5 |   176M |  82 |3102 |7923 |3295 |3481 |  0 |  13k|  30 | 0.000000e+00 |      --      |    Inf |  11.55%
2993.23/3001.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2993.23/3001.44	c  3001s| 19800 |   120 | 15145k| 679.6 |   176M |  82 |3102 |7956 |3296 |3483 |  2 |  13k|  30 | 0.000000e+00 |      --      |    Inf |  11.55%
3007.18/3015.40	c  3015s| 19900 |   116 | 15216k| 679.8 |   176M |  82 |3102 |8001 |3293 |3491 |  0 |  13k|  30 | 0.000000e+00 |      --      |    Inf |  11.55%
3020.34/3028.63	c  3029s| 20000 |   114 | 15282k| 679.7 |   176M |  82 |3102 |8042 |3295 |3498 |  0 |  13k|  30 | 0.000000e+00 |      --      |    Inf |  11.55%
3031.72/3040.01	c  3040s| 20100 |   114 | 15340k| 679.2 |   176M |  82 |3102 |8090 |3294 |3504 |  0 |  13k|  30 | 0.000000e+00 |      --      |    Inf |  11.55%
3043.57/3051.98	c  3052s| 20200 |   114 | 15400k| 678.9 |   176M |  82 |3102 |8136 |3295 |3522 |  1 |  13k|  30 | 0.000000e+00 |      --      |    Inf |  11.55%
3053.54/3062.00	c  3062s| 20300 |   118 | 15451k| 678.2 |   176M |  82 |3102 |8122 |3296 |3528 |  0 |  13k|  30 | 0.000000e+00 |      --      |    Inf |  11.55%
3064.02/3072.47	c  3072s| 20400 |   116 | 15504k| 677.5 |   176M |  82 |3102 |8149 |3295 |3534 |  1 |  13k|  30 | 0.000000e+00 |      --      |    Inf |  11.55%
3075.09/3083.57	c  3084s| 20500 |   115 | 15560k| 677.0 |   176M |  82 |3102 |8174 |3307 |3536 |  1 |  14k|  30 | 0.000000e+00 |      --      |    Inf |  11.55%
3087.06/3095.54	c  3096s| 20600 |   115 | 15621k| 676.7 |   176M |  82 |3102 |8213 |3295 |3537 |  1 |  14k|  30 | 0.000000e+00 |      --      |    Inf |  11.55%
3098.83/3107.39	c  3107s| 20700 |   113 | 15681k| 676.3 |   176M |  82 |3102 |8235 |3316 |3546 |  2 |  14k|  30 | 0.000000e+00 |      --      |    Inf |  11.55%
3113.99/3122.53	c  3123s| 20800 |   115 | 15754k| 676.6 |   176M |  82 |3102 |7923 |3305 |3570 |  1 |  14k|  30 | 0.000000e+00 |      --      |    Inf |  11.55%
3128.56/3137.18	c  3137s| 20900 |   113 | 15827k| 676.8 |   177M |  82 |3102 |7689 |3306 |3575 |  1 |  14k|  30 | 0.000000e+00 |      --      |    Inf |  11.55%
3140.82/3149.46	c  3149s| 21000 |   115 | 15889k| 676.6 |   177M |  82 |3102 |7621 |3291 |3578 |  1 |  14k|  30 | 0.000000e+00 |      --      |    Inf |  11.55%
3152.19/3160.89	c  3161s| 21100 |   115 | 15947k| 676.2 |   177M |  82 |3102 |7607 |3291 |3582 |  0 |  14k|  30 | 0.000000e+00 |      --      |    Inf |  11.55%
3163.47/3172.18	c  3172s| 21200 |   115 | 16006k| 675.8 |   177M |  82 |3102 |7601 |3291 |3592 |  1 |  14k|  30 | 0.000000e+00 |      --      |    Inf |  11.55%
3174.44/3183.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3174.44/3183.16	c  3183s| 21300 |   113 | 16062k| 675.3 |   177M |  82 |3102 |7636 |3292 |3596 |  0 |  14k|  30 | 0.000000e+00 |      --      |    Inf |  11.55%
3186.49/3195.28	c  3195s| 21400 |   113 | 16123k| 675.0 |   177M |  82 |3102 |7676 |3291 |3600 |  0 |  14k|  30 | 0.000000e+00 |      --      |    Inf |  11.55%
3197.66/3206.46	c  3206s| 21500 |   111 | 16179k| 674.6 |   177M |  82 |3102 |7692 |3291 |3615 |  1 |  14k|  30 | 0.000000e+00 |      --      |    Inf |  11.55%
3218.81/3227.61	c  3228s| 21600 |   121 | 16277k| 675.8 |   177M |  82 |3102 |7420 |3306 |3645 |  1 |  14k|  30 | 0.000000e+00 |      --      |    Inf |  11.56%
3230.67/3239.58	c  3240s| 21700 |   121 | 16335k| 675.4 |   177M |  82 |3102 |7286 |3309 |3675 |  2 |  14k|  30 | 0.000000e+00 |      --      |    Inf |  11.56%
3249.82/3258.76	c  3259s| 21800 |   119 | 16427k| 676.4 |   177M |  82 |3102 |7323 |3316 |3707 |  0 |  14k|  30 | 0.000000e+00 |      --      |    Inf |  11.56%
3263.99/3272.99	c  3273s| 21900 |   123 | 16496k| 676.5 |   177M |  82 |3102 |7223 |3320 |3726 |  1 |  14k|  30 | 0.000000e+00 |      --      |    Inf |  11.56%
3278.25/3287.25	c  3287s| 22000 |   123 | 16564k| 676.5 |   177M |  82 |3102 |7246 |3309 |3745 |  1 |  14k|  30 | 0.000000e+00 |      --      |    Inf |  11.56%
3289.62/3298.60	c  3299s| 22100 |   121 | 16619k| 676.0 |   177M |  82 |3102 |7233 |3310 |3762 |  1 |  15k|  30 | 0.000000e+00 |      --      |    Inf |  11.56%
3305.38/3314.47	c  3314s| 22200 |   121 | 16696k| 676.4 |   177M |  82 |3102 |7308 |3322 |3788 |  1 |  15k|  30 | 0.000000e+00 |      --      |    Inf |  11.56%
3324.13/3333.22	c  3333s| 22300 |   121 | 16785k| 677.3 |   177M |  82 |3102 |7308 |3320 |3816 |  0 |  15k|  30 | 0.000000e+00 |      --      |    Inf |  11.56%
3338.19/3347.31	c  3347s| 22400 |   117 | 16853k| 677.3 |   177M |  82 |3102 |7332 |3296 |3823 |  1 |  15k|  30 | 0.000000e+00 |      --      |    Inf |  11.56%
3350.87/3360.06	c  3360s| 22500 |   117 | 16916k| 677.1 |   177M |  82 |3102 |7363 |3305 |3857 |  0 |  15k|  30 | 0.000000e+00 |      --      |    Inf |  11.56%
3360.94/3370.11	c  3370s| 22600 |   117 | 16967k| 676.4 |   177M |  82 |3102 |7439 |   0 |3863 |  0 |  15k|  30 | 0.000000e+00 |      --      |    Inf |  11.56%
3372.00/3381.25	c  3381s| 22700 |   119 | 17021k| 675.8 |   177M |  82 |3102 |7528 |3313 |3890 |  1 |  15k|  30 | 0.000000e+00 |      --      |    Inf |  11.56%
3386.06/3395.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3386.06/3395.33	c  3395s| 22800 |   117 | 17088k| 675.8 |   177M |  82 |3102 |7592 |3316 |3929 |  0 |  15k|  30 | 0.000000e+00 |      --      |    Inf |  11.56%
3399.03/3408.36	c  3408s| 22900 |   125 | 17151k| 675.6 |   178M |  82 |3102 |7624 |3318 |3942 |  1 |  15k|  30 | 0.000000e+00 |      --      |    Inf |  11.56%
3415.39/3424.73	c  3425s| 23000 |   116 | 17231k| 676.1 |   178M |  83 |3102 |7689 |3317 |3980 |  0 |  15k|  30 | 0.000000e+00 |      --      |    Inf |  11.56%
3435.64/3445.09	c  3445s| 23100 |   116 | 17331k| 677.4 |   178M |  83 |3102 |7471 |3317 |3996 |  1 |  15k|  30 | 0.000000e+00 |      --      |    Inf |  11.56%
3460.47/3469.96	c  3470s| 23200 |   114 | 17453k| 679.5 |   178M |  83 |3102 |7453 |3301 |4043 |  0 |  15k|  30 | 0.000000e+00 |      --      |    Inf |  11.56%
3472.13/3481.63	c  3482s| 23300 |   116 | 17513k| 679.2 |   178M |  83 |3102 |7255 |3314 |4063 |  1 |  16k|  30 | 0.000000e+00 |      --      |    Inf |  11.57%
3483.52/3493.06	c  3493s| 23400 |   118 | 17570k| 678.8 |   178M |  83 |3102 |7119 |3306 |4077 |  0 |  16k|  30 | 0.000000e+00 |      --      |    Inf |  11.58%
3498.76/3508.38	c  3508s| 23500 |   115 | 17646k| 679.1 |   178M |  83 |3102 |7017 |3304 |4112 |  1 |  16k|  30 | 0.000000e+00 |      --      |    Inf |  11.58%
3512.13/3521.75	c  3522s| 23600 |   115 | 17714k| 679.1 |   178M |  83 |3102 |7093 |3315 |4134 |  0 |  16k|  30 | 0.000000e+00 |      --      |    Inf |  11.58%
3522.41/3532.04	c  3532s| 23700 |   118 | 17765k| 678.5 |   178M |  83 |3102 |7123 |3317 |4156 |  1 |  16k|  30 | 0.000000e+00 |      --      |    Inf |  11.58%
3533.49/3543.15	c  3543s| 23800 |   116 | 17822k| 678.0 |   178M |  83 |3102 |7193 |3320 |4186 |  1 |  16k|  30 | 0.000000e+00 |      --      |    Inf |  11.58%
3552.44/3562.12	c  3562s| 23900 |   114 | 17917k| 679.1 |   178M |  83 |3102 |7269 |3332 |4232 |  0 |  16k|  30 | 0.000000e+00 |      --      |    Inf |  11.58%
3569.48/3579.21	c  3579s| 24000 |   114 | 18004k| 679.8 |   178M |  83 |3102 |7244 |   0 |4258 |  0 |  16k|  30 | 0.000000e+00 |      --      |    Inf |  11.58%
3587.13/3597.00	c 
3587.13/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3587.13/3597.00	c Solving Time (sec) : 3597.00
3587.13/3597.00	c Solving Nodes      : 24083 (total of 26392 nodes in 2 runs)
3587.13/3597.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3587.13/3597.00	c Dual Bound         : +0.00000000000000e+00
3587.13/3597.00	c Gap                : infinite
3587.13/3597.00	s UNKNOWN
3587.13/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3587.13/3597.00	c Total Time         :    3597.00
3587.13/3597.00	c   solving          :    3597.00
3587.13/3597.00	c   presolving       :       3.69 (included in solving)
3587.13/3597.00	c   reading          :       0.03 (included in solving)
3587.13/3597.00	c   copying          :       0.89 (108 #copies) (minimal 0.01, maximal 0.02, average 0.01)
3587.13/3597.00	c Original Problem   :
3587.13/3597.00	c   Problem name     : HOME/instance-4507671-1751193166.opb
3587.13/3597.00	c   Variables        : 3905 (3905 binary, 0 integer, 0 continuous)
3587.13/3597.00	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3587.13/3597.00	c   Constraints      : 4049 initial, 4049 maximal
3587.13/3597.00	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3587.13/3597.00	c Presolved Problem  :
3587.13/3597.00	c   Problem name     : t_HOME/instance-4507671-1751193166.opb
3587.13/3597.00	c   Variables        : 3102 (3102 binary, 0 integer, 0 continuous)
3587.13/3597.00	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3587.13/3597.00	c   Constraints      : 3941 initial, 8903 maximal
3587.13/3597.00	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3587.13/3597.00	c   Nonzeros         : 34831 constraint, 49168 clique table
3587.13/3597.00	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3587.13/3597.00	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   domcol           :       0.06       0.00     10          0          0          0          0          0          0          0          0          5
3587.13/3597.00	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   gateextraction   :       0.03       0.00     15          0          0          0          0          0          5          1          0          0
3587.13/3597.00	c   implics          :       0.00       0.00     19          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   milp             :       0.35       0.00      1        118          4          0          0          0          0          0          0          0
3587.13/3597.00	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   sparsify         :       0.12       0.00      3          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   trivial          :       0.00       0.00     37        310          0          0          0          0          0          0          0          0
3587.13/3597.00	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   dualfix          :       0.00       0.00     37          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   probing          :       2.72       0.00      9        183          3          0          0          0          0          0          0          0
3587.13/3597.00	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   symmetry         :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   vbounds          :       0.01       0.00      4          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   knapsack         :       0.01       0.00     11          0          0          0          0          0          0          3         20         58
3587.13/3597.00	c   setppc           :       0.04       0.00     56          0          0          0          0          0         34          0          0          0
3587.13/3597.00	c   and              :       0.00       0.00      2          0          0          0          0          0          1          1          0          0
3587.13/3597.00	c   linear           :       0.07       0.01     22        184          1          0        184          0        603          0          0          0
3587.13/3597.00	c   logicor          :       0.25       0.01     54         40          0          0          0          0        291          0          0       1133
3587.13/3597.00	c   components       :       0.01       0.00      2          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3587.13/3597.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3587.13/3597.00	c   integral         :          0          0          0          0      13365          0          0       1844          0          0          0          0          0          0      26730
3587.13/3597.00	c   knapsack         :         23+        24         11     204258          0          0          0          0     708094          4      51333          0          0          0          0
3587.13/3597.00	c   setppc           :        847+      1128         22     269549          0          0          0       1839    5629027        377     924849          0          0          0          0
3587.13/3597.00	c   linear           :          2+         9         11     175158          0          0          0          3       2353         22       2570          4          4          0          0
3587.13/3597.00	c   logicor          :       3069+      7862         22     202870          0          0          0          0   12593136       1358    1789339         74         34          0          0
3587.13/3597.00	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3587.13/3597.00	c   integral         :       9.89       0.00       0.00       0.00       9.89       0.00       0.00       0.00       0.00       0.00
3587.13/3597.00	c   knapsack         :       0.87       0.00       0.03       0.73       0.00       0.00       0.00       0.00       0.11       0.00
3587.13/3597.00	c   setppc           :       3.32       0.00       0.00       1.91       0.00       0.00       0.00       0.03       1.37       0.01
3587.13/3597.00	c   linear           :       0.10       0.01       0.00       0.09       0.00       0.00       0.00       0.00       0.01       0.00
3587.13/3597.00	c   logicor          :       9.63       0.01       0.01       5.30       0.00       0.00       0.00       0.00       4.30       0.02
3587.13/3597.00	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.13/3597.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.13/3597.00	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.13/3597.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3587.13/3597.00	c   dualfix          :          2          0          0          0
3587.13/3597.00	c   genvbounds       :          0          0          0          0
3587.13/3597.00	c   nlobbt           :          0          0          0          0
3587.13/3597.00	c   obbt             :          0          0          0          0
3587.13/3597.00	c   probing          :          0          0          0          0
3587.13/3597.00	c   pseudoobj        :          0          0          0          0
3587.13/3597.00	c   redcost          :          0          0          0          0
3587.13/3597.00	c   rootredcost      :          0          0          0          0
3587.13/3597.00	c   symmetry         :      18705          0          4         39
3587.13/3597.00	c   vbounds          :     183212          0          0          0
3587.13/3597.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3587.13/3597.00	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3587.13/3597.00	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3587.13/3597.00	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3587.13/3597.00	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3587.13/3597.00	c   probing          :       2.72       0.00       2.72       0.00       0.00       0.00
3587.13/3597.00	c   pseudoobj        :       0.04       0.00       0.00       0.04       0.00       0.00
3587.13/3597.00	c   redcost          :       0.01       0.00       0.00       0.01       0.00       0.00
3587.13/3597.00	c   rootredcost      :       0.02       0.00       0.00       0.02       0.00       0.00
3587.13/3597.00	c   symmetry         :       0.11       0.00       0.01       0.10       0.00       0.00
3587.13/3597.00	c   vbounds          :       3.61       0.00       0.01       3.60       0.00       0.00
3587.13/3597.00	c Symmetry           :
3587.13/3597.00	c   #affected vars   :        550 (550 bin, 0 int, 0 cont)
3587.13/3597.00	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3587.13/3597.00	c   orbital reduction:          0 reductions applied,          0 cutoffs
3587.13/3597.00	c   lexicographic red:         39 reductions applied,          4 cutoffs
3587.13/3597.00	c   shadow tree time :       0.05 s
3587.13/3597.00	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3587.13/3597.00	c   propagation      :       0.52       1745       1585          -      10165       89.7        237       36.7          -          -          -
3587.13/3597.00	c   infeasible LP    :      28.04      11801       9809          -     155048      508.1         39       17.6         56      235.0          0
3587.13/3597.00	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3587.13/3597.00	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3587.13/3597.00	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3587.13/3597.00	c   applied globally :       0.50          -          -          0      16672       66.1          -          -         55          -          -
3587.13/3597.00	c   applied locally  :          -          -          -          0         51      529.5          -          -          1          -          -
3587.13/3597.00	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3587.13/3597.00	c   cut pool         :       0.40          -       2831         42          -          -       3734      51352          -          -          -          -          -    (maximal pool size:        827)
3587.13/3597.00	c   aggregation      :       0.23       0.00        380         22          0          0          4          0          4          2          0          2          0
3587.13/3597.00	c   > cmir           :          -          -          -          -          -          -          -          0          4          2          0          2          -
3587.13/3597.00	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3587.13/3597.00	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3587.13/3597.00	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   clique           :       0.30       0.00         22         22          0          0        156       1178          0        528        528          0          0
3587.13/3597.00	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   gomory           :      13.26       0.00        378         20          0          0       3594      46755        620       2478       2444         34          0
3587.13/3597.00	c   > gomorymi       :          -          -          -          -          -          -          -      29252        310       1702       1679         23          -
3587.13/3597.00	c   > strongcg       :          -          -          -          -          -          -          -      17503        310        776        765         11          -
3587.13/3597.00	c   impliedbounds    :       0.32       0.00        380         22          0          0        391       1966          0        927        927          0          0
3587.13/3597.00	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   mcf              :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   multilinear      :       0.00       0.00        274         22          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   rapidlearning    :      11.86       0.00        100          1          0      15707          0          0          0          0          0          0        409
3587.13/3597.00	c   rlt              :       0.00       0.00         20         20          0          0          0          0          0          0          0          0          0
3587.13/3597.00	c   zerohalf         :       6.23       0.00        380         22          0          0       1023       1453        810       1624        857        767          0
3587.13/3597.00	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3587.13/3597.00	c   hybrid           :       0.06       0.00       1862         22       5620          0      47049        256          0        278
3587.13/3597.00	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.13/3597.00	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3587.13/3597.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3587.13/3597.00	c   problem variables:       0.00          -          0          0
3587.13/3597.00	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3587.13/3597.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3587.13/3597.00	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3587.13/3597.00	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3587.13/3597.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3587.13/3597.00	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.13/3597.00	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.13/3597.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.13/3597.00	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.13/3597.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3587.13/3597.00	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.13/3597.00	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.13/3597.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.13/3597.00	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.13/3597.00	c   relpscost        :       9.87       0.00      13365          0          0          0          0          0          0      26730
3587.13/3597.00	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3587.13/3597.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3587.13/3597.00	c   LP solutions     :       0.00          -          -          0          0
3587.13/3597.00	c   relax solutions  :       0.00          -          -          0          0
3587.13/3597.00	c   pseudo solutions :       0.00          -          -          0          0
3587.13/3597.00	c   strong branching :       0.00          -          -          0          0
3587.13/3597.00	c   actconsdiving    :       0.00       0.00          0          0          0
3587.13/3597.00	c   adaptivediving   :      13.64       0.00         16          0          0
3587.13/3597.00	c   alns             :       6.09       0.00          6          0          0
3587.13/3597.00	c   bound            :       0.00       0.00          0          0          0
3587.13/3597.00	c   clique           :       0.01       0.00          1          0          0
3587.13/3597.00	c   coefdiving       :       0.00       0.00          0          0          0
3587.13/3597.00	c   completesol      :       0.00       0.00          0          0          0
3587.13/3597.00	c   conflictdiving   :      19.67       0.00          8          0          0
3587.13/3597.00	c   crossover        :       0.01       0.00          0          0          0
3587.13/3597.00	c   dins             :       0.00       0.00          0          0          0
3587.13/3597.00	c   distributiondivin:       7.83       0.00          8          0          0
3587.13/3597.00	c   dks              :       0.00       0.00          0          0          0
3587.13/3597.00	c   dps              :       0.00       0.00          0          0          0
3587.13/3597.00	c   dualval          :       0.00       0.00          0          0          0
3587.13/3597.00	c   farkasdiving     :       0.00       0.00          0          0          0
3587.13/3597.00	c   feaspump         :      10.58       0.00          4          0          0
3587.13/3597.00	c   fixandinfer      :       0.00       0.00          0          0          0
3587.13/3597.00	c   fracdiving       :       4.25       0.00          9          0          0
3587.13/3597.00	c   gins             :       0.01       0.00          0          0          0
3587.13/3597.00	c   guideddiving     :       0.00       0.00          0          0          0
3587.13/3597.00	c   indicator        :       0.00       0.00          0          0          0
3587.13/3597.00	c   indicatordiving  :       0.00       0.00          0          0          0
3587.13/3597.00	c   intdiving        :       0.00       0.00          0          0          0
3587.13/3597.00	c   intshifting      :       0.00       0.00          0          0          0
3587.13/3597.00	c   linesearchdiving :       7.57       0.00          9          0          0
3587.13/3597.00	c   localbranching   :       0.00       0.00          0          0          0
3587.13/3597.00	c   locks            :       0.00       0.00          1          0          0
3587.13/3597.00	c   lpface           :       0.05       0.00          0          0          0
3587.13/3597.00	c   mpec             :       0.00       0.00          0          0          0
3587.13/3597.00	c   multistart       :       0.00       0.00          0          0          0
3587.13/3597.00	c   mutation         :       0.00       0.00          0          0          0
3587.13/3597.00	c   nlpdiving        :       0.00       0.00          0          0          0
3587.13/3597.00	c   objpscostdiving  :      16.77       0.00          5          0          0
3587.13/3597.00	c   octane           :       0.00       0.00          0          0          0
3587.13/3597.00	c   ofins            :       0.00       0.00          0          0          0
3587.13/3597.00	c   oneopt           :       0.01       0.00          0          0          0
3587.13/3597.00	c   padm             :       0.00       0.00          0          0          0
3587.13/3597.00	c   proximity        :       0.00       0.00          0          0          0
3587.13/3597.00	c   pscostdiving     :      10.40       0.00          9          0          0
3587.13/3597.00	c   randrounding     :       0.35       0.00       1854          0          0
3587.13/3597.00	c   rens             :       0.12       0.00          2          0          0
3587.13/3597.00	c   reoptsols        :       0.00       0.00          0          0          0
3587.13/3597.00	c   repair           :       0.00       0.00          0          0          0
3587.13/3597.00	c   rins             :       0.01       0.00          0          0          0
3587.13/3597.00	c   rootsoldiving    :       5.88       0.00          5          0          0
3587.13/3597.00	c   rounding         :       0.21       0.00       1694          0          0
3587.13/3597.00	c   scheduler        :       0.00       0.00          0          0          0
3587.13/3597.00	c   shiftandpropagate:       0.05       0.00          2          0          0
3587.13/3597.00	c   shifting         :       0.53       0.00        756          0          0
3587.13/3597.00	c   simplerounding   :       0.01       0.00          0          0          0
3587.13/3597.00	c   subnlp           :       0.00       0.00          0          0          0
3587.13/3597.00	c   trivial          :       0.01       0.00          4          0          0
3587.13/3597.00	c   trivialnegation  :       0.00       0.00          0          0          0
3587.13/3597.00	c   trustregion      :       0.00       0.00          0          0          0
3587.13/3597.00	c   trysol           :       0.01       0.00          0          0          0
3587.13/3597.00	c   twoopt           :       0.00       0.00          0          0          0
3587.13/3597.00	c   undercover       :       0.00       0.00          0          0          0
3587.13/3597.00	c   vbounds          :       0.02       0.00          2          0          0
3587.13/3597.00	c   veclendiving     :       5.27       0.00          8          0          0
3587.13/3597.00	c   zeroobj          :       0.00       0.00          0          0          0
3587.13/3597.00	c   zirounding       :       0.06       0.00       1000          0          0
3587.13/3597.00	c   other solutions  :          -          -          -          0          -
3587.13/3597.00	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3587.13/3597.00	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.13/3597.00	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.13/3597.00	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.13/3597.00	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.13/3597.00	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.13/3597.00	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.13/3597.00	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.13/3597.00	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3587.13/3597.00	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3587.13/3597.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3587.13/3597.00	c   primal LP        :       1.34        789          0       0.00       0.00       1.34        789
3587.13/3597.00	c   dual LP          :    3379.31      27074   17654556     653.56    5224.30       0.06         61
3587.13/3597.00	c   lex dual LP      :       0.00          0          0       0.00          -
3587.13/3597.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3587.13/3597.00	c   resolve instable :       0.46          1       3578    3578.00    7700.49
3587.13/3597.00	c   diving/probing LP:      99.97        852     438884     515.12    4390.33
3587.13/3597.00	c   strong branching :       7.51         30      23271     775.70    3098.53          -          -         39
3587.13/3597.00	c     (at root node) :          -         30      23271     775.70          -
3587.13/3597.00	c   conflict analysis:       0.00          0          0       0.00          -
3587.13/3597.00	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
3587.13/3597.00	c   benders          :       0.00          0          0          0       0.00          0          0          0
3587.13/3597.00	c B&B Tree           :
3587.13/3597.00	c   number of runs   :          2
3587.13/3597.00	c   nodes            :      24083 (12144 internal, 11939 leaves)
3587.13/3597.00	c   feasible leaves  :          0
3587.13/3597.00	c   infeas. leaves   :      11938
3587.13/3597.00	c   objective leaves :          0
3587.13/3597.00	c   nodes (total)    :      26392 (13365 internal, 13027 leaves)
3587.13/3597.00	c   nodes left       :        114
3587.13/3597.00	c   max depth        :         83
3587.13/3597.00	c   max depth (total):         83
3587.13/3597.00	c   backtracks       :       2590 (10.8%)
3587.13/3597.00	c   early backtracks :          0 (0.0%)
3587.13/3597.00	c   nodes exc. ref.  :          0 (0.0%)
3587.13/3597.00	c   delayed cutoffs  :         93
3587.13/3597.00	c   repropagations   :      42146 (194757 domain reductions, 78 cutoffs)
3587.13/3597.00	c   avg switch length:       5.02
3587.13/3597.00	c   switching time   :       6.98
3587.13/3597.00	c Root Node          :
3587.13/3597.00	c   First LP value   : +0.00000000000000e+00
3587.13/3597.00	c   First LP Iters   :       6305 (5613.84 Iter/sec)
3587.13/3597.00	c   First LP Time    :       1.12
3587.13/3597.00	c   Final Dual Bound : +0.00000000000000e+00
3587.13/3597.00	c   Final Root Iters :     120137
3587.13/3597.00	c   Root LP Estimate : +2.74198824452026e-02
3587.13/3597.00	c Solution           :
3587.13/3597.00	c   Solutions found  :          0 (0 improvements)
3587.13/3597.00	c   Primal Bound     :          -
3587.13/3597.00	c   Dual Bound       : +0.00000000000000e+00
3587.13/3597.00	c   Gap              :   infinite
3587.13/3597.00	c Integrals          :      Total       Avg%
3587.13/3597.00	c   primal-dual      :  359699.53     100.00
3587.13/3597.00	c   primal-ref       :          -          - (not evaluated)
3587.13/3597.00	c   dual-ref         :          -          - (not evaluated)
3587.24/3597.04	c Time complete (sec):   3587.280

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: 63794 MiB (63230 MiB free)
  memory of node 1: 64507 MiB (63941 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507671-1751193166/watcher-4507671-1751193166 -o /tmp/evaluation-result-4507671-1751193166/solver-4507671-1751193166 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751193166-24236 --watchdog 3760 pbsolver -f HOME/instance-4507671-1751193166.opb -t 3600 -m 31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=24293, runsolver pid=24278

[startup+0.100072 s]*
/proc/loadavg: 1.05 1.08 1.41 8/251 24294
/proc/meminfo: memFree=130185128/131382116 swapFree=33010684/33010684
[pid=24293] ppid=24278 vsize=41100 memory=30848 CPUtime=0.1 cores=1,3
/proc/24293/stat : 24293 (pbsolver) R 24278 24293 24224 0 -1 4194304 5626 0 0 0 8 2 0 0 20 0 1 0 34996388 42086400 7712 18446744073709551615 4198400 14743177 140728044779584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 45936640 140728044788106 140728044788202 140728044788202 140728044793804 0
/proc/24293/statm: 10275 7712 2400 2575 0 7182 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 41100 KiB
Current children cumulated memory: 30848 KiB

[startup+0.213621 s]*
/proc/loadavg: 1.05 1.08 1.41 8/251 24294
/proc/meminfo: memFree=130173040/131382116 swapFree=33010684/33010684
[pid=24293] ppid=24278 vsize=43864 memory=34348 CPUtime=0.21 cores=1,3
/proc/24293/stat : 24293 (pbsolver) R 24278 24293 24224 0 -1 4194304 6776 0 0 0 19 2 0 0 20 0 1 0 34996388 44916736 8587 18446744073709551615 4198400 14743177 140728044779584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 45936640 140728044788106 140728044788202 140728044788202 140728044793804 0
/proc/24293/statm: 10966 8587 2496 2575 0 7873 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 43864 KiB
Current children cumulated memory: 34348 KiB

[startup+0.312946 s]*
/proc/loadavg: 1.05 1.08 1.41 8/251 24294
/proc/meminfo: memFree=130172792/131382116 swapFree=33010684/33010684
[pid=24293] ppid=24278 vsize=43864 memory=34348 CPUtime=0.31 cores=1,3
/proc/24293/stat : 24293 (pbsolver) R 24278 24293 24224 0 -1 4194304 6776 0 0 0 29 2 0 0 20 0 1 0 34996388 44916736 8587 18446744073709551615 4198400 14743177 140728044779584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 45936640 140728044788106 140728044788202 140728044788202 140728044793804 0
/proc/24293/statm: 10966 8587 2496 2575 0 7873 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 43864 KiB
Current children cumulated memory: 34348 KiB

[startup+0.700305 s]
/proc/loadavg: 1.05 1.08 1.41 8/251 24294
/proc/meminfo: memFree=130169012/131382116 swapFree=33010684/33010684
[pid=24293] ppid=24278 vsize=56456 memory=45384 CPUtime=0.68 cores=1,3
/proc/24293/stat : 24293 (pbsolver) R 24278 24293 24224 0 -1 4194304 9746 0 0 0 65 3 0 0 20 0 1 0 34996388 57810944 11346 18446744073709551615 4198400 14743177 140728044779584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 45936640 140728044788106 140728044788202 140728044788202 140728044793804 0
/proc/24293/statm: 14114 11346 2560 2575 0 11021 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 56456 KiB
Current children cumulated memory: 45384 KiB

[startup+1.50032 s]
/proc/loadavg: 1.05 1.08 1.41 8/251 24294
/proc/meminfo: memFree=130114584/131382116 swapFree=33010684/33010684
[pid=24293] ppid=24278 vsize=58788 memory=47688 CPUtime=1.48 cores=1,3
/proc/24293/stat : 24293 (pbsolver) R 24278 24293 24224 0 -1 4194304 10326 0 0 0 145 3 0 0 20 0 1 0 34996388 60198912 11922 18446744073709551615 4198400 14743177 140728044779584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 45936640 140728044788106 140728044788202 140728044788202 140728044793804 0
/proc/24293/statm: 14697 11922 2560 2575 0 11604 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 58788 KiB
Current children cumulated memory: 47688 KiB

[startup+3.11288 s]
/proc/loadavg: 1.29 1.12 1.42 8/251 24294
/proc/meminfo: memFree=130115004/131382116 swapFree=33010684/33010684
[pid=24293] ppid=24278 vsize=59300 memory=48200 CPUtime=3.08 cores=1,3
/proc/24293/stat : 24293 (pbsolver) R 24278 24293 24224 0 -1 4194304 10435 0 0 0 305 3 0 0 20 0 1 0 34996388 60723200 12050 18446744073709551615 4198400 14743177 140728044779584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 45936640 140728044788106 140728044788202 140728044788202 140728044793804 0
/proc/24293/statm: 14825 12050 2560 2575 0 11732 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 59300 KiB
Current children cumulated memory: 48200 KiB

[startup+6.30025 s]
/proc/loadavg: 1.29 1.12 1.42 8/251 24294
/proc/meminfo: memFree=129986392/131382116 swapFree=33010684/33010684
[pid=24293] ppid=24278 vsize=99776 memory=78536 CPUtime=6.26 cores=1,3
/proc/24293/stat : 24293 (pbsolver) R 24278 24293 24224 0 -1 4194304 17963 0 0 0 622 4 0 0 20 0 1 0 34996388 102170624 19634 18446744073709551615 4198400 14743177 140728044779584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 45936640 140728044788106 140728044788202 140728044788202 140728044793804 0
/proc/24293/statm: 24944 19634 2656 2575 0 21851 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 99776 KiB
Current children cumulated memory: 78536 KiB

[startup+12.7002 s]
/proc/loadavg: 1.71 1.22 1.45 8/251 24294
/proc/meminfo: memFree=129986656/131382116 swapFree=33010684/33010684
[pid=24293] ppid=24278 vsize=100336 memory=79048 CPUtime=12.65 cores=1,3
/proc/24293/stat : 24293 (pbsolver) R 24278 24293 24224 0 -1 4194304 18092 0 0 0 1261 4 0 0 20 0 1 0 34996388 102744064 19762 18446744073709551615 4198400 14743177 140728044779584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 45936640 140728044788106 140728044788202 140728044788202 140728044793804 0
/proc/24293/statm: 25084 19762 2656 2575 0 21991 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 100336 KiB
Current children cumulated memory: 79048 KiB

[startup+25.5002 s]
/proc/loadavg: 2.06 1.31 1.48 8/251 24294
/proc/meminfo: memFree=129785008/131382116 swapFree=33010684/33010684
[pid=24293] ppid=24278 vsize=145504 memory=121584 CPUtime=25.42 cores=1,3
/proc/24293/stat : 24293 (pbsolver) R 24278 24293 24224 0 -1 4194304 31112 0 0 0 2535 7 0 0 20 0 1 0 34996388 148996096 30396 18446744073709551615 4198400 14743177 140728044779584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 45936640 140728044788106 140728044788202 140728044788202 140728044793804 0
/proc/24293/statm: 36376 30396 2688 2575 0 33283 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 145504 KiB
Current children cumulated memory: 121584 KiB

[startup+51.1127 s]
/proc/loadavg: 2.80 1.54 1.55 8/251 24295
/proc/meminfo: memFree=129766672/131382116 swapFree=33010684/33010684
[pid=24293] ppid=24278 vsize=145124 memory=123196 CPUtime=50.96 cores=1,3
/proc/24293/stat : 24293 (pbsolver) R 24278 24293 24224 0 -1 4194304 35791 0 0 0 5089 7 0 0 20 0 1 0 34996388 148606976 30799 18446744073709551615 4198400 14743177 140728044779584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 45936640 140728044788106 140728044788202 140728044788202 140728044793804 0
/proc/24293/statm: 36281 30799 2688 2575 0 33188 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 145124 KiB
Current children cumulated memory: 123196 KiB

[startup+102.3 s]
/proc/loadavg: 3.58 1.98 1.70 8/253 24299
/proc/meminfo: memFree=129764760/131382116 swapFree=33010684/33010684
[pid=24293] ppid=24278 vsize=151124 memory=129152 CPUtime=102.02 cores=1,3
/proc/24293/stat : 24293 (pbsolver) R 24278 24293 24224 0 -1 4194304 40892 0 0 0 10193 9 0 0 20 0 1 0 34996388 154750976 32288 18446744073709551615 4198400 14743177 140728044779584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 45936640 140728044788106 140728044788202 140728044788202 140728044793804 0
/proc/24293/statm: 37781 32288 2688 2575 0 34688 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 151124 KiB
Current children cumulated memory: 129152 KiB

[startup+162.3 s]
/proc/loadavg: 3.85 2.35 1.85 8/253 24301
/proc/meminfo: memFree=129713200/131382116 swapFree=33010684/33010684
[pid=24293] ppid=24278 vsize=158040 memory=136016 CPUtime=161.87 cores=1,3
/proc/24293/stat : 24293 (pbsolver) R 24278 24293 24224 0 -1 4194304 51848 0 0 0 16176 11 0 0 20 0 1 0 34996388 161832960 34004 18446744073709551615 4198400 14743177 140728044779584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 45936640 140728044788106 140728044788202 140728044788202 140728044793804 0
/proc/24293/statm: 39510 34004 2688 2575 0 36417 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 158040 KiB
Current children cumulated memory: 136016 KiB

[startup+222.3 s]
/proc/loadavg: 4.04 2.68 2.00 8/253 24306
/proc/meminfo: memFree=129639776/131382116 swapFree=33010684/33010684
[pid=24293] ppid=24278 vsize=169476 memory=147632 CPUtime=221.71 cores=1,3
/proc/24293/stat : 24293 (pbsolver) R 24278 24293 24224 0 -1 4194304 59726 0 0 0 22159 12 0 0 20 0 1 0 34996388 173543424 36908 18446744073709551615 4198400 14743177 140728044779584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 45936640 140728044788106 140728044788202 140728044788202 140728044793804 0
/proc/24293/statm: 42369 36908 2688 2575 0 39276 0
Current children cumulated CPU time: 221.71 s
Current children cumulated vsize: 169476 KiB
Current children cumulated memory: 147632 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 2.94 2.13 8/253 24308
/proc/meminfo: memFree=129632796/131382116 swapFree=33010684/33010684
[pid=24293] ppid=24278 vsize=184880 memory=162916 CPUtime=281.56 cores=1,3
/proc/24293/stat : 24293 (pbsolver) R 24278 24293 24224 0 -1 4194304 66625 0 0 0 28142 14 0 0 20 0 1 0 34996388 189317120 40729 18446744073709551615 4198400 14743177 140728044779584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 45936640 140728044788106 140728044788202 140728044788202 140728044793804 0
/proc/24293/statm: 46220 40729 2688 2575 0 43127 0
Current children cumulated CPU time: 281.56 s
Current children cumulated vsize: 184880 KiB
Current children cumulated memory: 162916 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 3.15 2.25 8/252 24314
/proc/meminfo: memFree=129622292/131382116 swapFree=33010684/33010684
[pid=24293] ppid=24278 vsize=184880 memory=165220 CPUtime=341.38 cores=1,3
/proc/24293/stat : 24293 (pbsolver) R 24278 24293 24224 0 -1 4194304 66723 0 0 0 34124 14 0 0 20 0 1 0 34996388 189317120 41305 18446744073709551615 4198400 14743177 140728044779584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 45936640 140728044788106 140728044788202 140728044788202 140728044793804 0
/proc/24293/statm: 46220 41305 2688 2575 0 43127 0
Current children cumulated CPU time: 341.38 s
Current children cumulated vsize: 184880 KiB
Current children cumulated memory: 165220 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 3.32 2.37 8/250 24316
/proc/meminfo: memFree=129589552/131382116 swapFree=33010684/33010684
[pid=24293] ppid=24278 vsize=189652 memory=180696 CPUtime=401.22 cores=1,3
/proc/24293/stat : 24293 (pbsolver) R 24278 24293 24224 0 -1 4194304 68015 0 0 0 40108 14 0 0 20 0 1 0 34996388 194203648 45174 18446744073709551615 4198400 14743177 140728044779584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 45936640 140728044788106 140728044788202 140728044788202 140728044793804 0
/proc/24293/statm: 47413 45174 2688 2575 0 44320 0
Current children cumulated CPU time: 401.22 s
Current children cumulated vsize: 189652 KiB
Current children cumulated memory: 180696 KiB

[startup+462.3 s]
/proc/loadavg: 4.07 3.46 2.48 8/250 24317
/proc/meminfo: memFree=129564876/131382116 swapFree=33010684/33010684
[pid=24293] ppid=24278 vsize=189652 memory=180696 CPUtime=461.07 cores=1,3
/proc/24293/stat : 24293 (pbsolver) R 24278 24293 24224 0 -1 4194304 68089 0 0 0 46093 14 0 0 20 0 1 0 34996388 194203648 45174 18446744073709551615 4198400 14743177 140728044779584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 45936640 140728044788106 140728044788202 140728044788202 140728044793804 0
/proc/24293/statm: 47413 45174 2688 2575 0 44320 0

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

/proc/loadavg: 4.10 4.09 4.01 8/252 24462
/proc/meminfo: memFree=129390104/131382116 swapFree=33010684/33010684
[pid=24293] ppid=24278 vsize=207180 memory=200444 CPUtime=3153.68 cores=1,3
/proc/24293/stat : 24293 (pbsolver) R 24278 24293 24224 0 -1 4194304 74523 0 0 0 315349 19 0 0 20 0 1 0 34996388 212152320 50111 18446744073709551615 4198400 14743177 140728044779584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 45936640 140728044788106 140728044788202 140728044788202 140728044793804 0
/proc/24293/statm: 51795 50111 2944 2575 0 48702 0
Current children cumulated CPU time: 3153.68 s
Current children cumulated vsize: 207180 KiB
Current children cumulated memory: 200444 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.09 4.01 8/252 24466
/proc/meminfo: memFree=129395900/131382116 swapFree=33010684/33010684
[pid=24293] ppid=24278 vsize=207528 memory=200828 CPUtime=3213.52 cores=1,3
/proc/24293/stat : 24293 (pbsolver) R 24278 24293 24224 0 -1 4194304 74613 0 0 0 321333 19 0 0 20 0 1 0 34996388 212508672 50207 18446744073709551615 4198400 14743177 140728044779584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 45936640 140728044788106 140728044788202 140728044788202 140728044793804 0
/proc/24293/statm: 51882 50207 2944 2575 0 48789 0
Current children cumulated CPU time: 3213.52 s
Current children cumulated vsize: 207528 KiB
Current children cumulated memory: 200828 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.09 4.01 8/251 24468
/proc/meminfo: memFree=129394944/131382116 swapFree=33010684/33010684
[pid=24293] ppid=24278 vsize=207528 memory=200828 CPUtime=3273.36 cores=1,3
/proc/24293/stat : 24293 (pbsolver) R 24278 24293 24224 0 -1 4194304 74614 0 0 0 327317 19 0 0 20 0 1 0 34996388 212508672 50207 18446744073709551615 4198400 14743177 140728044779584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 45936640 140728044788106 140728044788202 140728044788202 140728044793804 0
/proc/24293/statm: 51882 50207 2944 2575 0 48789 0
Current children cumulated CPU time: 3273.36 s
Current children cumulated vsize: 207528 KiB
Current children cumulated memory: 200828 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.08 4.01 8/251 24475
/proc/meminfo: memFree=129410104/131382116 swapFree=33010684/33010684
[pid=24293] ppid=24278 vsize=207832 memory=201212 CPUtime=3333.2 cores=1,3
/proc/24293/stat : 24293 (pbsolver) R 24278 24293 24224 0 -1 4194304 74713 0 0 0 333301 19 0 0 20 0 1 0 34996388 212819968 50303 18446744073709551615 4198400 14743177 140728044779584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 45936640 140728044788106 140728044788202 140728044788202 140728044793804 0
/proc/24293/statm: 51958 50303 2944 2575 0 48865 0
Current children cumulated CPU time: 3333.2 s
Current children cumulated vsize: 207832 KiB
Current children cumulated memory: 201212 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.08 4.01 8/252 24478
/proc/meminfo: memFree=129410052/131382116 swapFree=33010684/33010684
[pid=24293] ppid=24278 vsize=208064 memory=201468 CPUtime=3393.05 cores=1,3
/proc/24293/stat : 24293 (pbsolver) R 24278 24293 24224 0 -1 4194304 74771 0 0 0 339286 19 0 0 20 0 1 0 34996388 213057536 50367 18446744073709551615 4198400 14743177 140728044779584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 45936640 140728044788106 140728044788202 140728044788202 140728044793804 0
/proc/24293/statm: 52016 50367 2944 2575 0 48923 0
Current children cumulated CPU time: 3393.05 s
Current children cumulated vsize: 208064 KiB
Current children cumulated memory: 201468 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.08 4.01 8/251 24480
/proc/meminfo: memFree=129409596/131382116 swapFree=33010684/33010684
[pid=24293] ppid=24278 vsize=208064 memory=201468 CPUtime=3452.89 cores=1,3
/proc/24293/stat : 24293 (pbsolver) R 24278 24293 24224 0 -1 4194304 74772 0 0 0 345270 19 0 0 20 0 1 0 34996388 213057536 50367 18446744073709551615 4198400 14743177 140728044779584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 45936640 140728044788106 140728044788202 140728044788202 140728044793804 0
/proc/24293/statm: 52016 50367 2944 2575 0 48923 0
Current children cumulated CPU time: 3452.89 s
Current children cumulated vsize: 208064 KiB
Current children cumulated memory: 201468 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.08 4.01 8/252 24483
/proc/meminfo: memFree=129409136/131382116 swapFree=33010684/33010684
[pid=24293] ppid=24278 vsize=208064 memory=201468 CPUtime=3512.73 cores=1,3
/proc/24293/stat : 24293 (pbsolver) R 24278 24293 24224 0 -1 4194304 74788 0 0 0 351254 19 0 0 20 0 1 0 34996388 213057536 50367 18446744073709551615 4198400 14743177 140728044779584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 45936640 140728044788106 140728044788202 140728044788202 140728044793804 0
/proc/24293/statm: 52016 50367 2944 2575 0 48923 0
Current children cumulated CPU time: 3512.73 s
Current children cumulated vsize: 208064 KiB
Current children cumulated memory: 201468 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.09 4.02 8/252 24485
/proc/meminfo: memFree=129393868/131382116 swapFree=33010684/33010684
[pid=24293] ppid=24278 vsize=208768 memory=202108 CPUtime=3572.57 cores=1,3
/proc/24293/stat : 24293 (pbsolver) R 24278 24293 24224 0 -1 4194304 74939 0 0 0 357238 19 0 0 20 0 1 0 34996388 213778432 50527 18446744073709551615 4198400 14743177 140728044779584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 45936640 140728044788106 140728044788202 140728044788202 140728044793804 0
/proc/24293/statm: 52192 50527 2944 2575 0 49099 0
Current children cumulated CPU time: 3572.57 s
Current children cumulated vsize: 208768 KiB
Current children cumulated memory: 202108 KiB

[startup+3597.04 s]
# the end of solver process 24293 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3587.07 s, system=0.211834 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3584 s]*
/proc/loadavg: 4.12 4.09 4.02 8/252 24485
/proc/meminfo: memFree=129393884/131382116 swapFree=33010684/33010684
[pid=24293] ppid=24278 vsize=208768 memory=202108 CPUtime=3574.28 cores=1,3
/proc/24293/stat : 24293 (pbsolver) R 24278 24293 24224 0 -1 4194304 74939 0 0 0 357409 19 0 0 20 0 1 0 34996388 213778432 50527 18446744073709551615 4198400 14743177 140728044779584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 45936640 140728044788106 140728044788202 140728044788202 140728044793804 0
/proc/24293/statm: 52192 50527 2944 2575 0 49099 0
Current children cumulated CPU time: 3574.28 s
Current children cumulated vsize: 208768 KiB
Current children cumulated memory: 202108 KiB

[startup+3590.4 s]
/proc/loadavg: 4.11 4.09 4.02 8/252 24485
/proc/meminfo: memFree=129378260/131382116 swapFree=33010684/33010684
[pid=24293] ppid=24278 vsize=229336 memory=221564 CPUtime=3580.65 cores=1,3
/proc/24293/stat : 24293 (pbsolver) R 24278 24293 24224 0 -1 4194304 79814 0 0 0 358045 20 0 0 20 0 1 0 34996388 234840064 55391 18446744073709551615 4198400 14743177 140728044779584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 45936640 140728044788106 140728044788202 140728044788202 140728044793804 0
/proc/24293/statm: 57334 55391 2944 2575 0 54241 0
Current children cumulated CPU time: 3580.65 s
Current children cumulated vsize: 229336 KiB
Current children cumulated memory: 221564 KiB

[startup+3593.6 s]
/proc/loadavg: 4.10 4.09 4.02 8/252 24485
/proc/meminfo: memFree=129378528/131382116 swapFree=33010684/33010684
[pid=24293] ppid=24278 vsize=229336 memory=221564 CPUtime=3583.84 cores=1,3
/proc/24293/stat : 24293 (pbsolver) R 24278 24293 24224 0 -1 4194304 79814 0 0 0 358364 20 0 0 20 0 1 0 34996388 234840064 55391 18446744073709551615 4198400 14743177 140728044779584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 45936640 140728044788106 140728044788202 140728044788202 140728044793804 0
/proc/24293/statm: 57334 55391 2944 2575 0 54241 0
Current children cumulated CPU time: 3583.84 s
Current children cumulated vsize: 229336 KiB
Current children cumulated memory: 221564 KiB

[startup+3595.2 s]
/proc/loadavg: 4.10 4.09 4.02 8/252 24485
/proc/meminfo: memFree=129378532/131382116 swapFree=33010684/33010684
[pid=24293] ppid=24278 vsize=229336 memory=221564 CPUtime=3585.44 cores=1,3
/proc/24293/stat : 24293 (pbsolver) R 24278 24293 24224 0 -1 4194304 79814 0 0 0 358524 20 0 0 20 0 1 0 34996388 234840064 55391 18446744073709551615 4198400 14743177 140728044779584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 45936640 140728044788106 140728044788202 140728044788202 140728044793804 0
/proc/24293/statm: 57334 55391 2944 2575 0 54241 0
Current children cumulated CPU time: 3585.44 s
Current children cumulated vsize: 229336 KiB
Current children cumulated memory: 221564 KiB

[startup+3596 s]*
/proc/loadavg: 4.10 4.09 4.02 8/252 24486
/proc/meminfo: memFree=129378532/131382116 swapFree=33010684/33010684
[pid=24293] ppid=24278 vsize=229336 memory=221564 CPUtime=3586.25 cores=1,3
/proc/24293/stat : 24293 (pbsolver) R 24278 24293 24224 0 -1 4194304 79814 0 0 0 358605 20 0 0 20 0 1 0 34996388 234840064 55391 18446744073709551615 4198400 14743177 140728044779584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 45936640 140728044788106 140728044788202 140728044788202 140728044793804 0
/proc/24293/statm: 57334 55391 2944 2575 0 54241 0
Current children cumulated CPU time: 3586.25 s
Current children cumulated vsize: 229336 KiB
Current children cumulated memory: 221564 KiB

[startup+3596.8 s]
/proc/loadavg: 4.10 4.09 4.02 8/252 24486
/proc/meminfo: memFree=129378532/131382116 swapFree=33010684/33010684
[pid=24293] ppid=24278 vsize=229336 memory=221564 CPUtime=3587.03 cores=1,3
/proc/24293/stat : 24293 (pbsolver) R 24278 24293 24224 0 -1 4194304 79814 0 0 0 358683 20 0 0 20 0 1 0 34996388 234840064 55391 18446744073709551615 4198400 14743177 140728044779584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 45936640 140728044788106 140728044788202 140728044788202 140728044793804 0
/proc/24293/statm: 57334 55391 2944 2575 0 54241 0
Current children cumulated CPU time: 3587.03 s
Current children cumulated vsize: 229336 KiB
Current children cumulated memory: 221564 KiB

[startup+3597 s]*
/proc/loadavg: 4.10 4.09 4.01 9/252 24486
/proc/meminfo: memFree=129378532/131382116 swapFree=33010684/33010684
[pid=24293] ppid=24278 vsize=229336 memory=221564 CPUtime=3587.24 cores=1,3
/proc/24293/stat : 24293 (pbsolver) R 24278 24293 24224 0 -1 4194304 79814 0 0 0 358704 20 0 0 20 0 1 0 34996388 234840064 55391 18446744073709551615 4198400 14743177 140728044779584 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 45936640 140728044788106 140728044788202 140728044788202 140728044793804 0
/proc/24293/statm: 57334 55391 2944 2575 0 54241 0
Current children cumulated CPU time: 3587.24 s
Current children cumulated vsize: 229336 KiB
Current children cumulated memory: 221564 KiB

Child status: 0

Real time (s): 3597.04
CPU time (s): 3587.28
CPU user time (s): 3587.07
CPU system time (s): 0.211834
CPU usage (%): 99.7287
Max. virtual memory (cumulated for all children) (KiB): 229336
Max. memory (cumulated for all children) (KiB): 221564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.07
system time used= 0.211834
maximum resident set size= 221564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79823
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39
involuntary context switches= 2748


# summary of solver processes directly reported to runsolver:
#   pid: 24293
#   total CPU time (s): 3587.28
#   total CPU user time (s): 3587.07
#   total CPU system time (s): 0.211834

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.0837 second user time and 32.1208 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-06-29 12:32:47
IDJOB=4507671
IDBENCH=158375
IDSOLVER=3366
FILE ID=nodeC011/4507671-1751193166
RUNJOBID= nodeC011-1751193166-24236
SLURM_JOB_ID= 9587587
Free space on /tmp= 433052 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathBA/normalized-BeauxArts_K71.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507671-1751193166/watcher-4507671-1751193166 -o /tmp/evaluation-result-4507671-1751193166/solver-4507671-1751193166 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751193166-24236 --watchdog 3760  pbsolver -f HOME/instance-4507671-1751193166.opb -t 3600 -m 31000

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= 9c6bc9cc94309c2493f896d524de96fb
RANDOM SEED=1500985455

nodeC011 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	: 0xb00001f
cpu MHz		: 1197.658
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 3700.000
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.291
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.301
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 3700.000
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 3700.000
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.295
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.295
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        130211444 kB
MemAvailable:   129919852 kB
Buffers:            3280 kB
Cached:           519908 kB
SwapCached:            0 kB
Active:           318980 kB
Inactive:         271796 kB
Active(anon):      85872 kB
Inactive(anon):        0 kB
Active(file):     233108 kB
Inactive(file):   271796 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             59948 kB
Writeback:             0 kB
AnonPages:         71072 kB
Mapped:           101680 kB
Shmem:             17960 kB
KReclaimable:      85876 kB
Slab:             165148 kB
SReclaimable:      85876 kB
SUnreclaim:        79272 kB
KernelStack:        3800 kB
PageTables:         2356 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     332600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432996 MiB
End job on nodeC011 at 2025-06-29 13:32:44