Trace number 4507743

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? 3586.84 3597.05

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathBA/normalized-BeauxArts_K76.opb
MD5SUMc8871c8b730191d1a04606ab4baf2dee
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 benchmark0.706908
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4180
Total number of constraints4334
Number of constraints which are clauses4258
Number of constraints which are cardinality constraints (but not clauses)76
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint76
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 77
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-4507743-1751193166.opb>
0.00/0.04	c original problem has 4180 variables (4180 bin, 0 int, 0 cont) and 4334 constraints
0.00/0.04	c problem read in 0.037 seconds
0.00/0.04	c problem without objective
0.00/0.07	c presolving:
0.00/0.09	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, 793 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, 780 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, 777 clqs
0.00/0.10	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, 788 clqs
0.00/0.10	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, 810 clqs
0.00/0.10	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, 828 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, 837 clqs
0.10/0.13	c    (0.1s) running MILP presolver
0.68/0.78	c    (0.8s) MILP presolver (22 rounds): 5 aggregations, 173 fixings, 0 bound changes
0.68/0.78	c (round 8, medium)     905 del vars, 414 del conss, 0 add conss, 184 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 718 clqs
0.68/0.79	c (round 9, fast)       905 del vars, 593 del conss, 0 add conss, 184 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 722 clqs
0.78/0.80	c (round 10, exhaustive) 905 del vars, 664 del conss, 0 add conss, 184 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 722 clqs
0.78/0.83	c (round 11, exhaustive) 905 del vars, 664 del conss, 0 add conss, 184 chg bounds, 0 chg sides, 0 chg coeffs, 3670 upgd conss, 0 impls, 722 clqs
0.78/0.87	c (round 12, exhaustive) 933 del vars, 665 del conss, 0 add conss, 184 chg bounds, 0 chg sides, 33 chg coeffs, 3670 upgd conss, 0 impls, 722 clqs
0.78/0.87	c (round 13, fast)       961 del vars, 692 del conss, 0 add conss, 184 chg bounds, 0 chg sides, 33 chg coeffs, 3670 upgd conss, 0 impls, 724 clqs
1.58/1.67	c (round 14, exhaustive) 986 del vars, 693 del conss, 0 add conss, 184 chg bounds, 0 chg sides, 33 chg coeffs, 3670 upgd conss, 0 impls, 23909 clqs
1.58/1.68	c (round 15, fast)       986 del vars, 718 del conss, 0 add conss, 184 chg bounds, 0 chg sides, 58 chg coeffs, 3670 upgd conss, 0 impls, 23909 clqs
1.58/1.69	c (round 16, exhaustive) 986 del vars, 722 del conss, 1 add conss, 184 chg bounds, 0 chg sides, 58 chg coeffs, 3670 upgd conss, 0 impls, 23909 clqs
1.78/1.87	c (round 17, exhaustive) 1011 del vars, 723 del conss, 2 add conss, 184 chg bounds, 0 chg sides, 58 chg coeffs, 3670 upgd conss, 0 impls, 24361 clqs
1.78/1.87	c (round 18, fast)       1011 del vars, 748 del conss, 2 add conss, 184 chg bounds, 0 chg sides, 85 chg coeffs, 3670 upgd conss, 0 impls, 24361 clqs
1.88/1.99	c (round 19, exhaustive) 1036 del vars, 748 del conss, 2 add conss, 184 chg bounds, 0 chg sides, 85 chg coeffs, 3670 upgd conss, 0 impls, 24376 clqs
1.88/1.99	c (round 20, fast)       1036 del vars, 773 del conss, 2 add conss, 184 chg bounds, 0 chg sides, 115 chg coeffs, 3670 upgd conss, 0 impls, 24376 clqs
2.09/2.19	c    (2.2s) probing: 1000/3518 (28.4%) - 96 fixings, 2 aggregations, 370624 implications, 0 bound changes
2.18/2.22	c (round 21, exhaustive) 1061 del vars, 773 del conss, 2 add conss, 184 chg bounds, 0 chg sides, 115 chg coeffs, 3670 upgd conss, 0 impls, 24388 clqs
2.18/2.22	c (round 22, fast)       1061 del vars, 798 del conss, 2 add conss, 184 chg bounds, 0 chg sides, 146 chg coeffs, 3670 upgd conss, 0 impls, 24389 clqs
2.38/2.40	c (round 23, exhaustive) 1086 del vars, 798 del conss, 2 add conss, 184 chg bounds, 0 chg sides, 146 chg coeffs, 3670 upgd conss, 0 impls, 24400 clqs
2.38/2.41	c (round 24, fast)       1086 del vars, 823 del conss, 2 add conss, 184 chg bounds, 0 chg sides, 184 chg coeffs, 3670 upgd conss, 0 impls, 24403 clqs
2.88/2.95	c    (2.9s) probing: 2000/3518 (56.9%) - 136 fixings, 2 aggregations, 690258 implications, 0 bound changes
3.09/3.17	c    (3.2s) probing: 2290/3518 (65.1%) - 136 fixings, 2 aggregations, 789520 implications, 0 bound changes
3.09/3.17	c    (3.2s) probing aborted: 1000/1000 successive useless probings
3.09/3.17	c (round 25, exhaustive) 1099 del vars, 823 del conss, 2 add conss, 184 chg bounds, 0 chg sides, 184 chg coeffs, 3670 upgd conss, 0 impls, 24410 clqs
3.09/3.17	c (round 26, fast)       1099 del vars, 836 del conss, 2 add conss, 184 chg bounds, 0 chg sides, 203 chg coeffs, 3670 upgd conss, 0 impls, 24410 clqs
3.58/3.69	c    (3.7s) probing: 3000/3518 (85.3%) - 138 fixings, 2 aggregations, 1034010 implications, 0 bound changes
3.78/3.87	c    (3.9s) probing: 3292/3518 (93.6%) - 138 fixings, 2 aggregations, 1116919 implications, 0 bound changes
3.78/3.87	c    (3.9s) probing aborted: 1000/1000 successive useless probings
3.78/3.87	c    (3.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
3.78/3.88	c    (3.9s) symmetry computation finished: 3 generators found (max: 1500, log10 of symmetry group size: 0.90) (symcode time: 0.00)
3.78/3.89	c dynamic symmetry handling statistics:
3.78/3.89	c    orbitopal reduction:       no components
3.78/3.89	c    orbital reduction:         no components
3.78/3.89	c    lexicographic reduction:    3 permutations with support sizes 342, 132, 126
3.78/3.89	c handled 3 out of 3 symmetry components
3.78/3.89	c presolving (27 rounds: 27 fast, 12 medium, 11 exhaustive):
3.78/3.89	c  1101 deleted vars, 838 deleted constraints, 2 added constraints, 184 tightened bounds, 0 added holes, 0 changed sides, 205 changed coefficients
3.78/3.89	c  0 implications, 24420 cliques
3.78/3.89	c presolved problem has 3378 variables (3378 bin, 0 int, 0 cont) and 3498 constraints
3.78/3.89	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
3.78/3.89	c     712 constraints of type <setppc>
3.78/3.89	c    2786 constraints of type <logicor>
3.78/3.89	c transformed objective value is always integral (scale: 1)
3.78/3.89	c Presolving Time: 3.83
3.78/3.89	c 
3.78/3.89	c - non default parameters ----------------------------------------------------------------------
3.78/3.89	c 
3.78/3.89	c # SCIP version 10.0.0
3.78/3.89	c 
3.78/3.89	c # maximal time in seconds to run
3.78/3.89	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
3.78/3.89	c limits/time = 3596.995049
3.78/3.89	c 
3.78/3.89	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.78/3.89	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
3.78/3.89	c limits/memory = 27900
3.78/3.89	c 
3.78/3.89	c # belongs reading time to solving time?
3.78/3.89	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
3.78/3.89	c timing/reading = TRUE
3.78/3.89	c 
3.78/3.89	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.78/3.89	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
3.78/3.89	c reading/opbreader/maxintsize = 47
3.78/3.89	c 
3.78/3.89	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
3.78/3.89	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
3.78/3.89	c propagating/genvbounds/timingmask = 0
3.78/3.89	c 
3.78/3.89	c -----------------------------------------------------------------------------------------------
3.78/3.89	c 
6.08/6.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
6.08/6.18	c   6.2s|     1 |     0 | 10488 |     - |    77M |   0 |3378 |3568 |3498 |   0 |  0 |  69 |   0 | 0.000000e+00 |      --      |    Inf | unknown
16.24/16.31	c  16.3s|     1 |     0 | 42798 |     - |    83M |   0 |3378 |3769 |3502 |   4 |  1 |  70 |   0 | 0.000000e+00 |      --      |    Inf | unknown
16.84/16.98	c  17.0s|     1 |     0 | 44491 |     - |    84M |   0 |3378 |3771 |3510 |  12 |  2 |  72 |   0 | 0.000000e+00 |      --      |    Inf | unknown
17.64/17.76	c  17.8s|     1 |     0 | 46489 |     - |    85M |   0 |3378 |3772 |3517 |  19 |  3 |  73 |   0 | 0.000000e+00 |      --      |    Inf | unknown
18.73/18.86	c  18.9s|     1 |     0 | 49464 |     - |    88M |   0 |3378 |3781 |3527 |  29 |  4 |  83 |   0 | 0.000000e+00 |      --      |    Inf | unknown
19.53/19.67	c  19.7s|     1 |     0 | 51326 |     - |    89M |   0 |3378 |3791 |3534 |  36 |  5 |  93 |   0 | 0.000000e+00 |      --      |    Inf | unknown
22.12/22.28	c  22.3s|     1 |     0 | 59807 |     - |    90M |   0 |3378 |3794 |3540 |  42 |  6 |  99 |   0 | 0.000000e+00 |      --      |    Inf | unknown
23.22/23.30	c  23.3s|     1 |     0 | 62357 |     - |    90M |   0 |3378 |3798 |3547 |  49 |  7 | 103 |   0 | 0.000000e+00 |      --      |    Inf | unknown
24.52/24.61	c  24.6s|     1 |     0 | 65887 |     - |    91M |   0 |3378 |3792 |3557 |  59 |  8 | 104 |   0 | 0.000000e+00 |      --      |    Inf | unknown
26.11/26.28	c  26.3s|     1 |     0 | 70710 |     - |    92M |   0 |3378 |3786 |3565 |  67 |  9 | 105 |   0 | 0.000000e+00 |      --      |    Inf | unknown
27.61/27.74	c  27.7s|     1 |     0 | 74825 |     - |    93M |   0 |3378 |3786 |3574 |  76 | 10 | 107 |   0 | 0.000000e+00 |      --      |    Inf | unknown
28.60/28.73	c  28.7s|     1 |     0 | 77832 |     - |    94M |   0 |3378 |3786 |3582 |  84 | 11 | 109 |   0 | 0.000000e+00 |      --      |    Inf | unknown
40.88/41.10	c  41.1s|     1 |     2 |108997 |     - |    94M |   0 |3378 |3795 |3582 |  84 | 11 | 143 |  11 | 0.000000e+00 |      --      |    Inf | unknown
76.27/76.52	c  76.5s|   100 |    19 |230175 |1538.8 |    98M |  20 |3378 |3823 |3546 | 146 |  1 | 178 |  11 | 0.000000e+00 |      --      |    Inf | unknown
229.65/230.31	c   230s|   200 |    91 |817133 |3715.1 |   109M |  20 |3378 |3953 |3552 | 216 |  1 | 447 |  11 | 0.000000e+00 |      --      |    Inf |   4.79%
327.89/328.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
327.89/328.88	c   329s|   300 |   175 |  1229k|3851.0 |   122M |  20 |3378 |4229 |3546 | 352 |  1 | 958 |  11 | 0.000000e+00 |      --      |    Inf |   5.14%
381.64/382.78	c   383s|   400 |   203 |  1444k|3426.4 |   125M |  20 |3378 |4271 |   0 | 562 |  0 |1125 |  11 | 0.000000e+00 |      --      |    Inf |   5.32%
408.36/409.54	c   410s|   500 |   219 |  1580k|3012.2 |   129M |  20 |3378 |4243 |3545 | 619 |  1 |1185 |  11 | 0.000000e+00 |      --      |    Inf |   5.48%
437.77/439.02	c   439s|   600 |   240 |  1709k|2723.9 |   130M |  20 |3378 |4190 |3554 | 731 |  1 |1261 |  11 | 0.000000e+00 |      --      |    Inf |   5.55%
452.42/453.71	c   454s|   700 |   252 |  1775k|2428.2 |   131M |  20 |3378 |4182 |3546 | 782 |  0 |1291 |  11 | 0.000000e+00 |      --      |    Inf |   5.79%
458.00/459.33	c   459s|   800 |   248 |  1804k|2160.9 |   131M |  20 |3378 |4191 |3557 | 814 |  0 |1304 |  11 | 0.000000e+00 |      --      |    Inf |   5.85%
468.17/469.54	c   470s|   900 |   254 |  1853k|1975.4 |   131M |  20 |3378 |4208 |3544 | 858 |  0 |1340 |  11 | 0.000000e+00 |      --      |    Inf |   5.90%
481.23/482.65	c   483s|  1000 |   268 |  1916k|1840.2 |   132M |  28 |3378 |4239 |3552 | 885 |  0 |1406 |  11 | 0.000000e+00 |      --      |    Inf |   5.93%
489.11/490.54	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
489.11/490.57	c (run 1, node 1092) performing user restart
489.11/490.57	c 
489.11/490.58	c (restart) converted 47 cuts from the global cut pool into linear constraints
489.11/490.58	c 
489.11/490.59	c presolving:
489.11/490.59	c (round 1, fast)       0 del vars, 31 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 1 chg coeffs, 0 upgd conss, 0 impls, 24420 clqs
489.21/490.60	c (round 2, exhaustive) 0 del vars, 54 del conss, 0 add conss, 0 chg bounds, 23 chg sides, 1 chg coeffs, 0 upgd conss, 0 impls, 24420 clqs
489.21/490.61	c (round 3, exhaustive) 0 del vars, 54 del conss, 0 add conss, 0 chg bounds, 23 chg sides, 1 chg coeffs, 224 upgd conss, 0 impls, 24420 clqs
489.21/490.61	c (round 4, medium)     0 del vars, 58 del conss, 4 add conss, 0 chg bounds, 35 chg sides, 17 chg coeffs, 224 upgd conss, 0 impls, 24420 clqs
489.21/490.69	c (round 5, exhaustive) 0 del vars, 83 del conss, 4 add conss, 0 chg bounds, 35 chg sides, 2058 chg coeffs, 224 upgd conss, 0 impls, 24420 clqs
489.31/490.77	c presolving (6 rounds: 6 fast, 5 medium, 4 exhaustive):
489.31/490.77	c  0 deleted vars, 83 deleted constraints, 4 added constraints, 0 tightened bounds, 0 added holes, 35 changed sides, 2085 changed coefficients
489.31/490.77	c  0 implications, 24420 cliques
489.31/490.77	c presolved problem has 3378 variables (3378 bin, 0 int, 0 cont) and 4248 constraints
489.31/490.77	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
489.31/490.77	c      29 constraints of type <knapsack>
489.31/490.77	c     876 constraints of type <setppc>
489.31/490.77	c    3343 constraints of type <logicor>
489.31/490.77	c transformed objective value is always integral (scale: 1)
489.31/490.77	c Presolving Time: 4.01
489.31/490.77	c 
491.10/492.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
491.10/492.54	c   493s|     1 |     0 |  1965k|     - |   133M |   0 |3378 |4352 |3545 |   0 |  0 |1565 |  11 | 0.000000e+00 |      --      |    Inf | unknown
491.61/493.03	c   493s|     1 |     0 |  1966k|     - |   133M |   0 |3378 |4351 |3555 |  10 |  1 |1570 |  11 | 0.000000e+00 |      --      |    Inf | unknown
492.20/493.64	c   494s|     1 |     0 |  1968k|     - |   134M |   0 |3378 |4347 |3566 |  21 |  2 |1580 |  11 | 0.000000e+00 |      --      |    Inf | unknown
492.90/494.31	c   494s|     1 |     0 |  1969k|     - |   134M |   0 |3378 |4344 |3576 |  31 |  3 |1582 |  11 | 0.000000e+00 |      --      |    Inf | unknown
493.50/494.97	c   495s|     1 |     0 |  1971k|     - |   134M |   0 |3378 |4344 |3587 |  42 |  4 |1586 |  11 | 0.000000e+00 |      --      |    Inf | unknown
494.79/496.28	c   496s|     1 |     0 |  1974k|     - |   135M |   0 |3378 |4331 |3597 |  52 |  5 |1587 |  11 | 0.000000e+00 |      --      |    Inf | unknown
495.79/497.20	c   497s|     1 |     0 |  1977k|     - |   135M |   0 |3378 |4328 |3607 |  62 |  6 |1592 |  11 | 0.000000e+00 |      --      |    Inf | unknown
496.70/498.14	c   498s|     1 |     0 |  1979k|     - |   135M |   0 |3378 |4319 |3615 |  70 |  7 |1593 |  11 | 0.000000e+00 |      --      |    Inf | unknown
498.28/499.72	c   500s|     1 |     0 |  1983k|     - |   136M |   0 |3378 |4311 |3626 |  81 |  8 |1595 |  11 | 0.000000e+00 |      --      |    Inf | unknown
499.59/501.09	c   501s|     1 |     0 |  1987k|     - |   136M |   0 |3378 |4301 |3638 |  93 |  9 |1596 |  11 | 0.000000e+00 |      --      |    Inf | unknown
500.69/502.18	c   502s|     1 |     0 |  1989k|     - |   137M |   0 |3378 |4292 |3644 |  99 | 10 |1597 |  11 | 0.000000e+00 |      --      |    Inf | unknown
501.78/503.23	c   503s|     1 |     0 |  1992k|     - |   137M |   0 |3378 |4278 |3655 | 110 | 11 |1598 |  11 | 0.000000e+00 |      --      |    Inf | unknown
513.94/515.47	c   515s|     1 |     2 |  2015k|     - |   137M |   0 |3378 |4137 |3655 | 110 | 11 |1602 |  30 | 0.000000e+00 |      --      |    Inf | unknown
546.65/548.24	c   548s|   100 |    32 |  2145k|1706.2 |   140M |  39 |3378 |4256 |   0 | 123 |  0 |1811 |  30 | 0.000000e+00 |      --      |    Inf | unknown
554.63/556.21	c   556s|   200 |    35 |  2185k|1604.7 |   140M |  39 |3378 |4364 |3571 | 135 |  1 |1994 |  30 | 0.000000e+00 |      --      |    Inf | unknown
560.21/561.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
560.21/561.86	c   562s|   300 |    40 |  2215k|1511.3 |   140M |  39 |3378 |4433 |3570 | 142 |  1 |2154 |  30 | 0.000000e+00 |      --      |    Inf | unknown
563.70/565.30	c   565s|   400 |    38 |  2235k|1423.5 |   141M |  39 |3378 |4492 |3571 | 144 |  0 |2265 |  30 | 0.000000e+00 |      --      |    Inf | unknown
570.50/572.18	c   572s|   500 |    35 |  2271k|1356.3 |   141M |  39 |3378 |4520 |3571 | 147 |  1 |2347 |  30 | 0.000000e+00 |      --      |    Inf | unknown
577.56/579.22	c   579s|   600 |    38 |  2306k|1296.6 |   142M |  39 |3378 |4553 |   0 | 150 |  0 |2460 |  30 | 0.000000e+00 |      --      |    Inf | unknown
587.45/589.18	c   589s|   700 |    46 |  2355k|1251.9 |   142M |  39 |3378 |4586 |3571 | 163 |  1 |2577 |  30 | 0.000000e+00 |      --      |    Inf | unknown
593.62/595.36	c   595s|   800 |    46 |  2388k|1202.9 |   143M |  39 |3378 |4632 |3571 | 170 |  0 |2629 |  30 | 0.000000e+00 |      --      |    Inf | unknown
598.71/600.47	c   600s|   900 |    43 |  2414k|1155.7 |   143M |  39 |3378 |4691 |3573 | 173 |  0 |2696 |  30 | 0.000000e+00 |      --      |    Inf | unknown
606.19/607.91	c   608s|  1000 |    47 |  2451k|1118.0 |   143M |  40 |3378 |4742 |   0 | 178 |  0 |2768 |  30 | 0.000000e+00 |      --      |    Inf | unknown
614.76/616.59	c   617s|  1100 |    55 |  2493k|1086.4 |   144M |  40 |3378 |4809 |3569 | 178 |  0 |2842 |  30 | 0.000000e+00 |      --      |    Inf | unknown
622.44/624.24	c   624s|  1200 |    45 |  2531k|1055.4 |   145M |  40 |3378 |4862 |3574 | 185 |  0 |2967 |  30 | 0.000000e+00 |      --      |    Inf | unknown
627.63/629.41	c   629s|  1300 |    46 |  2558k|1022.5 |   145M |  40 |3378 |4843 |3572 | 188 |  1 |3036 |  30 | 0.000000e+00 |      --      |    Inf | unknown
633.51/635.30	c   635s|  1400 |    37 |  2588k| 993.7 |   146M |  40 |3378 |4869 |3573 | 194 |  0 |3106 |  30 | 0.000000e+00 |      --      |    Inf | unknown
639.30/641.19	c   641s|  1500 |    43 |  2619k| 967.1 |   146M |  40 |3378 |4901 |3568 | 194 |  0 |3152 |  30 | 0.000000e+00 |      --      |    Inf | unknown
646.07/647.96	c   648s|  1600 |    32 |  2654k| 944.2 |   146M |  40 |3378 |4937 |3571 | 197 |  0 |3209 |  30 | 0.000000e+00 |      --      |    Inf | unknown
653.35/655.22	c   655s|  1700 |    41 |  2691k| 923.8 |   146M |  40 |3378 |5036 |3570 | 202 |  1 |3368 |  30 | 0.000000e+00 |      --      |    Inf | unknown
657.84/659.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
657.84/659.79	c   660s|  1800 |    39 |  2716k| 900.4 |   147M |  40 |3378 |5218 |3570 | 203 |  0 |3573 |  30 | 0.000000e+00 |      --      |    Inf | unknown
662.73/664.69	c   665s|  1900 |    40 |  2741k| 878.7 |   147M |  40 |3378 |5294 |3570 | 205 |  0 |3805 |  30 | 0.000000e+00 |      --      |    Inf | unknown
670.31/672.20	c   672s|  2000 |    36 |  2779k| 862.4 |   147M |  40 |3378 |5355 |3570 | 205 |  0 |3878 |  30 | 0.000000e+00 |      --      |    Inf | unknown
678.98/680.95	c   681s|  2100 |    37 |  2822k| 848.9 |   148M |  40 |3378 |5475 |3575 | 216 |  1 |4035 |  30 | 0.000000e+00 |      --      |    Inf | unknown
687.26/689.28	c   689s|  2200 |    35 |  2865k| 836.2 |   148M |  40 |3378 |5463 |3571 | 223 |  1 |4137 |  30 | 0.000000e+00 |      --      |    Inf | unknown
694.05/696.09	c   696s|  2300 |    36 |  2902k| 822.4 |   149M |  40 |3378 |5458 |3572 | 231 |  0 |4235 |  30 | 0.000000e+00 |      --      |    Inf | unknown
703.31/705.37	c   705s|  2400 |    36 |  2948k| 812.2 |   149M |  40 |3378 |5532 |3576 | 247 |  0 |4329 |  30 | 0.000000e+00 |      --      |    Inf | unknown
710.79/712.88	c   713s|  2500 |    34 |  2989k| 800.8 |   149M |  40 |3378 |5560 |3576 | 248 |  1 |4436 |  30 | 0.000000e+00 |      --      |    Inf | unknown
719.67/721.76	c   722s|  2600 |    37 |  3033k| 791.1 |   149M |  40 |3378 |5500 |3572 | 252 |  0 |4509 |  30 | 0.000000e+00 |      --      |    Inf | unknown
730.14/732.26	c   732s|  2700 |    38 |  3086k| 784.2 |   149M |  40 |3378 |5557 |3572 | 259 |  1 |4587 |  30 | 0.000000e+00 |      --      |    Inf | unknown
738.42/740.58	c   741s|  2800 |    33 |  3129k| 775.1 |   149M |  40 |3378 |5649 |3573 | 264 |  0 |4703 |  30 | 0.000000e+00 |      --      |    Inf | unknown
747.69/749.85	c   750s|  2900 |    34 |  3175k| 767.3 |   150M |  40 |3378 |5777 |3573 | 270 |  1 |4922 |  30 | 0.000000e+00 |      --      |    Inf | unknown
755.77/757.91	c   758s|  3000 |    32 |  3215k| 758.4 |   150M |  40 |3378 |5826 |3574 | 279 |  2 |5080 |  30 | 0.000000e+00 |      --      |    Inf | unknown
763.14/765.32	c   765s|  3100 |    35 |  3253k| 749.1 |   150M |  40 |3378 |5957 |3576 | 283 |  2 |5289 |  30 | 0.000000e+00 |      --      |    Inf | unknown
771.02/773.26	c   773s|  3200 |    35 |  3291k| 740.7 |   151M |  40 |3378 |6054 |   0 | 287 |  0 |5475 |  30 | 0.000000e+00 |      --      |    Inf | unknown
779.90/782.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
779.90/782.20	c   782s|  3300 |    35 |  3336k| 733.9 |   151M |  40 |3378 |6059 |3571 | 288 |  1 |5562 |  30 | 0.000000e+00 |      --      |    Inf | unknown
786.67/788.96	c   789s|  3400 |    34 |  3369k| 725.1 |   151M |  40 |3378 |5990 |3569 | 292 |  0 |5746 |  30 | 0.000000e+00 |      --      |    Inf | unknown
794.54/796.85	c   797s|  3500 |    36 |  3408k| 717.7 |   151M |  40 |3378 |6008 |3574 | 301 |  1 |5829 |  30 | 0.000000e+00 |      --      |    Inf | unknown
805.61/807.90	c   808s|  3600 |    35 |  3464k| 714.4 |   151M |  40 |3378 |6108 |3574 | 305 |  1 |5993 |  30 | 0.000000e+00 |      --      |    Inf | unknown
815.08/817.46	c   817s|  3700 |    34 |  3512k| 709.5 |   152M |  40 |3378 |6223 |3574 | 308 |  1 |6169 |  30 | 0.000000e+00 |      --      |    Inf | unknown
826.04/828.47	c   828s|  3800 |    35 |  3566k| 706.0 |   152M |  40 |3378 |6214 |3573 | 313 |  1 |6257 |  30 | 0.000000e+00 |      --      |    Inf | unknown
836.41/838.82	c   839s|  3900 |    30 |  3616k| 701.9 |   152M |  40 |3378 |6092 |3573 | 328 |  0 |6324 |  30 | 0.000000e+00 |      --      |    Inf | unknown
848.07/850.57	c   851s|  4000 |    35 |  3673k| 699.4 |   153M |  40 |3378 |6029 |3573 | 344 |  1 |6381 |  30 | 0.000000e+00 |      --      |    Inf | unknown
858.94/861.47	c   861s|  4100 |    33 |  3726k| 696.1 |   153M |  40 |3378 |5918 |3573 | 351 |  0 |6539 |  30 | 0.000000e+00 |      --      |    Inf | unknown
868.90/871.45	c   871s|  4200 |    33 |  3776k| 692.2 |   153M |  40 |3378 |6012 |3573 | 358 |  1 |6716 |  30 | 0.000000e+00 |      --      |    Inf | unknown
881.47/884.06	c   884s|  4300 |    35 |  3843k| 691.8 |   153M |  40 |3378 |5980 |3575 | 366 |  1 |6838 |  30 | 0.000000e+00 |      --      |    Inf | unknown
890.83/893.46	c   893s|  4400 |    35 |  3889k| 687.6 |   153M |  40 |3378 |6064 |3576 | 371 |  2 |6989 |  30 | 0.000000e+00 |      --      |    Inf | unknown
899.52/902.12	c   902s|  4500 |    39 |  3931k| 682.9 |   153M |  40 |3378 |6156 |3576 | 377 |  1 |7112 |  30 | 0.000000e+00 |      --      |    Inf | unknown
907.58/910.22	c   910s|  4600 |    38 |  3972k| 678.0 |   153M |  40 |3378 |6283 |3575 | 378 |  0 |7284 |  30 | 0.000000e+00 |      --      |    Inf | unknown
918.64/921.31	c   921s|  4700 |    36 |  4026k| 675.6 |   153M |  40 |3378 |6301 |3576 | 391 |  1 |7419 |  30 | 0.000000e+00 |      --      |    Inf | unknown
929.42/932.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
929.42/932.14	c   932s|  4800 |    35 |  4080k| 673.4 |   153M |  40 |3378 |6475 |3577 | 392 |  0 |7645 |  30 | 0.000000e+00 |      --      |    Inf | unknown
940.39/943.14	c   943s|  4900 |    35 |  4135k| 671.4 |   153M |  40 |3378 |6515 |3576 | 397 |  1 |7728 |  30 | 0.000000e+00 |      --      |    Inf | unknown
952.36/955.19	c   955s|  5000 |    33 |  4194k| 670.0 |   155M |  42 |3378 |6583 |3579 | 452 |  0 |7822 |  30 | 0.000000e+00 |      --      |    Inf | unknown
962.72/965.59	c   966s|  5100 |    34 |  4247k| 667.8 |   155M |  42 |3378 |6705 |3585 | 476 |  0 |8048 |  30 | 0.000000e+00 |      --      |    Inf | unknown
972.59/975.47	c   975s|  5200 |    36 |  4296k| 664.9 |   155M |  42 |3378 |6829 |3583 | 496 |  1 |8260 |  30 | 0.000000e+00 |      --      |    Inf | unknown
981.86/984.75	c   985s|  5300 |    35 |  4341k| 661.6 |   156M |  42 |3378 |6892 |3581 | 519 |  0 |8457 |  30 | 0.000000e+00 |      --      |    Inf | unknown
995.53/998.46	c   998s|  5400 |    35 |  4409k| 661.8 |   156M |  42 |3378 |6928 |3587 | 543 |  1 |8598 |  30 | 0.000000e+00 |      --      |    Inf | unknown
1009.39/1012.33	c  1012s|  5500 |    35 |  4475k| 661.9 |   156M |  42 |3378 |7028 |3586 | 559 |  1 |8727 |  30 | 0.000000e+00 |      --      |    Inf | unknown
1022.75/1025.78	c  1026s|  5600 |    33 |  4541k| 661.8 |   156M |  42 |3378 |7081 |3579 | 586 |  0 |8835 |  30 | 0.000000e+00 |      --      |    Inf | unknown
1033.03/1036.07	c  1036s|  5700 |    33 |  4591k| 659.4 |   157M |  42 |3378 |6743 |3576 | 604 |  0 |8934 |  30 | 0.000000e+00 |      --      |    Inf | unknown
1042.29/1045.30	c  1045s|  5800 |    39 |  4636k| 656.4 |   157M |  42 |3378 |6677 |3579 | 623 |  0 |9096 |  30 | 0.000000e+00 |      --      |    Inf | unknown
1049.57/1052.66	c  1053s|  5900 |    43 |  4674k| 652.4 |   157M |  42 |3378 |6723 |3579 | 638 |  1 |9227 |  30 | 0.000000e+00 |      --      |    Inf | unknown
1057.55/1060.60	c  1061s|  6000 |    46 |  4716k| 649.1 |   157M |  42 |3378 |6761 |3581 | 645 |  1 |9343 |  30 | 0.000000e+00 |      --      |    Inf | unknown
1065.43/1068.55	c  1069s|  6100 |    44 |  4757k| 645.7 |   157M |  42 |3378 |6834 |3581 | 657 |  1 |9512 |  30 | 0.000000e+00 |      --      |    Inf | unknown
1074.10/1077.25	c  1077s|  6200 |    44 |  4800k| 642.9 |   157M |  42 |3378 |6916 |3581 | 663 |  0 |9662 |  30 | 0.000000e+00 |      --      |    Inf | unknown
1082.68/1085.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1082.68/1085.82	c  1086s|  6300 |    45 |  4843k| 640.0 |   157M |  42 |3378 |6684 |3582 | 677 |  1 |9771 |  30 | 0.000000e+00 |      --      |    Inf | unknown
1092.15/1095.39	c  1095s|  6400 |    43 |  4891k| 637.8 |   158M |  42 |3378 |6748 |3587 | 702 |  0 |9869 |  30 | 0.000000e+00 |      --      |    Inf | unknown
1102.23/1105.46	c  1105s|  6500 |    39 |  4940k| 635.9 |   158M |  42 |3378 |6822 |3586 | 729 |  0 |9993 |  30 | 0.000000e+00 |      --      |    Inf | unknown
1112.70/1115.94	c  1116s|  6600 |    43 |  4991k| 634.3 |   158M |  42 |3378 |6507 |3581 | 771 |  0 |  10k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1122.97/1126.21	c  1126s|  6700 |    39 |  5043k| 632.8 |   158M |  42 |3378 |6539 |3578 | 797 |  0 |  10k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1132.94/1136.25	c  1136s|  6800 |    40 |  5093k| 631.1 |   158M |  42 |3378 |6586 |3583 | 828 |  1 |  10k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1143.41/1146.78	c  1147s|  6900 |    39 |  5145k| 629.8 |   158M |  42 |3378 |6644 |3583 | 847 |  0 |  10k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1153.98/1157.39	c  1157s|  7000 |    39 |  5198k| 628.5 |   158M |  42 |3378 |6614 |3576 | 872 |  1 |  10k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1161.77/1165.18	c  1165s|  7100 |    43 |  5239k| 625.8 |   159M |  42 |3378 |6650 |3581 | 896 |  0 |  10k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1172.23/1175.61	c  1176s|  7200 |    44 |  5288k| 624.2 |   159M |  54 |3378 |6696 |3581 | 933 |  0 |  10k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1183.90/1187.38	c  1187s|  7300 |    43 |  5345k| 623.5 |   161M |  54 |3378 |6801 |3599 | 977 |  3 |  11k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1193.17/1196.69	c  1197s|  7400 |    41 |  5389k| 621.4 |   161M |  63 |3378 |6901 |3576 | 985 |  1 |  11k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1205.14/1208.64	c  1209s|  7500 |    42 |  5448k| 621.0 |   161M |  63 |3378 |6954 |3589 |1054 |  1 |  11k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1218.80/1222.35	c  1222s|  7600 |    41 |  5516k| 621.7 |   161M |  63 |3378 |7010 |3590 |1111 |  0 |  11k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1231.07/1234.67	c  1235s|  7700 |    42 |  5575k| 621.4 |   162M |  63 |3378 |7107 |3586 |1141 |  0 |  11k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1242.14/1245.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1242.14/1245.75	c  1246s|  7800 |    42 |  5630k| 620.5 |   163M |  63 |3378 |7176 |3589 |1148 |  1 |  11k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1254.61/1258.21	c  1258s|  7900 |    40 |  5688k| 620.0 |   164M |  63 |3378 |7297 |3608 |1214 |  0 |  11k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1266.28/1269.99	c  1270s|  8000 |    45 |  5744k| 619.4 |   165M |  63 |3378 |7242 |3586 |1247 |  0 |  11k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1278.94/1282.67	c  1283s|  8100 |    47 |  5805k| 619.3 |   165M |  63 |3378 |7285 |3593 |1295 |  1 |  12k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1290.32/1294.04	c  1294s|  8200 |    43 |  5860k| 618.6 |   165M |  63 |3378 |7223 |3583 |1344 |  1 |  12k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1301.29/1305.02	c  1305s|  8300 |    41 |  5913k| 617.6 |   165M |  63 |3378 |7252 |3585 |1397 |  0 |  12k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1312.36/1316.15	c  1316s|  8400 |    42 |  5966k| 616.7 |   165M |  63 |3378 |7097 |3587 |1449 |  1 |  12k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1323.92/1327.75	c  1328s|  8500 |    42 |  6022k| 616.0 |   165M |  63 |3378 |7155 |3594 |1525 |  1 |  12k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1336.38/1340.29	c  1340s|  8600 |    42 |  6083k| 616.0 |   166M |  63 |3378 |7317 |3596 |1565 |  1 |  12k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1347.55/1351.46	c  1351s|  8700 |    41 |  6134k| 615.0 |   167M |  63 |3378 |7365 |3614 |1618 |  2 |  12k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1364.21/1368.17	c  1368s|  8800 |    37 |  6211k| 616.6 |   172M |  63 |3378 |7183 |3588 |1672 |  0 |  13k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1376.37/1380.35	c  1380s|  8900 |    37 |  6271k| 616.3 |   172M |  63 |3378 |7167 |3580 |1717 |  1 |  13k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1386.34/1390.37	c  1390s|  9000 |    41 |  6318k| 614.9 |   172M |  63 |3378 |7257 |3597 |1769 |  1 |  13k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1395.42/1399.43	c  1399s|  9100 |    39 |  6363k| 613.2 |   172M |  63 |3378 |7056 |3577 |1807 |  0 |  13k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1404.89/1408.99	c  1409s|  9200 |    39 |  6411k| 612.0 |   172M |  63 |3378 |6855 |3579 |1814 |  1 |  13k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1416.46/1420.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1416.46/1420.59	c  1421s|  9300 |    38 |  6466k| 611.4 |   172M |  63 |3378 |6856 |3586 |1848 |  0 |  13k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1423.84/1427.99	c  1428s|  9400 |    40 |  6504k| 609.1 |   172M |  63 |3378 |6887 |3587 |1872 |  0 |  13k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1431.93/1436.05	c  1436s|  9500 |    38 |  6545k| 607.3 |   172M |  63 |3378 |6769 |3577 |1886 |  1 |  13k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1442.00/1446.16	c  1446s|  9600 |    37 |  6594k| 606.2 |   173M |  63 |3378 |6511 |3580 |1909 |  0 |  13k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1453.06/1457.29	c  1457s|  9700 |    37 |  6647k| 605.5 |   173M |  63 |3378 |6382 |3576 |1944 |  1 |  13k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1465.93/1470.19	c  1470s|  9800 |    36 |  6709k| 605.6 |   173M |  63 |3378 |6375 |3590 |1979 |  0 |  14k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1476.80/1481.09	c  1481s|  9900 |    34 |  6762k| 605.0 |   173M |  63 |3378 |6401 |3590 |2034 |  1 |  14k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1490.15/1494.40	c  1494s| 10000 |    37 |  6826k| 605.2 |   173M |  63 |3378 |6369 |3582 |2075 |  1 |  14k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1502.73/1507.02	c  1507s| 10100 |    41 |  6887k| 605.3 |   173M |  63 |3378 |6424 |3587 |2096 |  0 |  14k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1514.18/1518.54	c  1519s| 10200 |    41 |  6944k| 605.0 |   173M |  63 |3378 |6447 |3584 |2110 |  1 |  14k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1525.25/1529.69	c  1530s| 10300 |    39 |  6999k| 604.5 |   173M |  63 |3378 |6491 |3581 |2130 |  0 |  14k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1535.52/1539.93	c  1540s| 10400 |    39 |  7049k| 603.6 |   173M |  63 |3378 |6543 |3585 |2147 |  1 |  14k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1546.99/1551.47	c  1551s| 10500 |    38 |  7104k| 603.1 |   173M |  63 |3378 |6581 |3581 |2154 |  1 |  14k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1558.67/1563.17	c  1563s| 10600 |    38 |  7158k| 602.6 |   173M |  63 |3378 |6598 |3586 |2179 |  1 |  14k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1570.73/1575.29	c  1575s| 10700 |    35 |  7216k| 602.4 |   174M |  63 |3378 |6637 |3587 |2193 |  0 |  14k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1582.40/1586.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1582.40/1586.94	c  1587s| 10800 |    38 |  7271k| 602.0 |   174M |  63 |3378 |6680 |3587 |2207 |  2 |  14k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1597.25/1601.83	c  1602s| 10900 |    38 |  7341k| 602.8 |   174M |  63 |3378 |6740 |3586 |2236 |  0 |  15k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1611.43/1616.06	c  1616s| 11000 |    35 |  7409k| 603.4 |   174M |  63 |3378 |6793 |3588 |2261 |  0 |  15k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1623.78/1628.42	c  1628s| 11100 |    34 |  7468k| 603.3 |   174M |  63 |3378 |6834 |3579 |2279 |  0 |  15k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1635.05/1639.73	c  1640s| 11200 |    35 |  7522k| 602.8 |   174M |  63 |3378 |6866 |3584 |2310 |  0 |  15k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1647.43/1652.14	c  1652s| 11300 |    35 |  7581k| 602.7 |   174M |  63 |3378 |6959 |3588 |2331 |  0 |  15k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1656.49/1661.28	c  1661s| 11400 |    39 |  7622k| 601.2 |   174M |  63 |3378 |6994 |3589 |2373 |  1 |  15k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1665.77/1670.50	c  1670s| 11500 |    37 |  7665k| 599.8 |   174M |  63 |3378 |7140 |3599 |2401 |  0 |  15k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1674.14/1678.91	c  1679s| 11600 |    40 |  7703k| 598.1 |   175M |  63 |3378 |7236 |3600 |2432 |  1 |  15k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1683.33/1688.17	c  1688s| 11700 |    38 |  7746k| 596.7 |   176M |  63 |3378 |7261 |3595 |2457 |  1 |  15k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1693.49/1698.35	c  1698s| 11800 |    36 |  7794k| 595.8 |   176M |  63 |3378 |7211 |3583 |2482 |  1 |  16k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1703.86/1708.78	c  1709s| 11900 |    36 |  7844k| 595.1 |   176M |  63 |3378 |7131 |3587 |2501 |  0 |  16k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1711.74/1716.63	c  1717s| 12000 |    36 |  7882k| 593.4 |   176M |  63 |3378 |7186 |3582 |2506 |  1 |  16k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1721.41/1726.35	c  1726s| 12100 |    37 |  7929k| 592.5 |   176M |  63 |3378 |7302 |3588 |2525 |  0 |  16k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1729.90/1734.86	c  1735s| 12200 |    38 |  7970k| 591.2 |   177M |  63 |3378 |7373 |3586 |2538 |  1 |  16k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1740.97/1745.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1740.97/1745.97	c  1746s| 12300 |    34 |  8024k| 590.7 |   177M |  63 |3378 |7239 |3585 |2556 |  0 |  16k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1751.74/1756.72	c  1757s| 12400 |    36 |  8075k| 590.2 |   177M |  63 |3378 |7185 |3584 |2570 |  0 |  16k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1761.41/1766.44	c  1766s| 12500 |    37 |  8121k| 589.2 |   177M |  63 |3378 |7242 |3586 |2574 |  0 |  16k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1771.18/1776.25	c  1776s| 12600 |    41 |  8168k| 588.3 |   177M |  63 |3378 |7286 |3584 |2581 |  1 |  17k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1781.35/1786.48	c  1786s| 12700 |    35 |  8217k| 587.6 |   177M |  63 |3378 |7334 |3586 |2610 |  0 |  17k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1790.43/1795.51	c  1796s| 12800 |    38 |  8260k| 586.5 |   177M |  63 |3378 |7358 |3586 |2635 |  1 |  17k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1800.40/1805.51	c  1806s| 12900 |    36 |  8306k| 585.6 |   177M |  63 |3378 |7424 |3589 |2686 |  1 |  17k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1812.07/1817.28	c  1817s| 13000 |    35 |  8360k| 585.3 |   177M |  63 |3378 |7379 |3586 |2716 |  0 |  17k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1821.14/1826.30	c  1826s| 13100 |    36 |  8403k| 584.2 |   177M |  63 |3378 |7362 |3587 |2743 |  1 |  17k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1832.01/1837.21	c  1837s| 13200 |    35 |  8456k| 583.8 |   178M |  63 |3378 |7342 |3588 |2780 |  0 |  17k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1843.79/1849.02	c  1849s| 13300 |    34 |  8511k| 583.5 |   178M |  63 |3378 |7357 |3589 |2807 |  1 |  17k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1855.05/1860.35	c  1860s| 13400 |    37 |  8565k| 583.2 |   178M |  63 |3378 |7222 |3593 |2834 |  3 |  18k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1866.92/1872.22	c  1872s| 13500 |    32 |  8621k| 583.1 |   178M |  63 |3378 |7314 |3590 |2858 |  0 |  18k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1879.28/1884.66	c  1885s| 13600 |    34 |  8680k| 583.2 |   178M |  63 |3378 |7239 |3585 |2881 |  1 |  18k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1889.66/1895.08	c  1895s| 13700 |    34 |  8728k| 582.5 |   178M |  63 |3378 |7220 |3591 |2935 |  0 |  18k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1902.82/1908.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1902.82/1908.26	c  1908s| 13800 |    34 |  8788k| 582.5 |   180M |  63 |3378 |7263 |3587 |3010 |  0 |  18k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1913.49/1918.97	c  1919s| 13900 |    36 |  8838k| 582.0 |   180M |  63 |3378 |7357 |3597 |3047 |  0 |  18k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1926.25/1931.79	c  1932s| 14000 |    37 |  8896k| 582.0 |   182M |  63 |3378 |7476 |3605 |3121 |  1 |  18k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1938.12/1943.63	c  1944s| 14100 |    33 |  8951k| 581.8 |   182M |  63 |3378 |7538 |3589 |3165 |  1 |  18k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1948.99/1954.59	c  1955s| 14200 |    33 |  9003k| 581.4 |   182M |  63 |3378 |7480 |3586 |3222 |  0 |  19k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1960.86/1966.40	c  1966s| 14300 |    39 |  9059k| 581.3 |   182M |  63 |3378 |7497 |3593 |3283 |  1 |  19k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1972.82/1978.42	c  1978s| 14400 |    37 |  9116k| 581.2 |   185M |  63 |3378 |7599 |3594 |3350 |  1 |  19k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1983.79/1989.47	c  1989s| 14500 |    39 |  9167k| 580.7 |   185M |  63 |3378 |7704 |   0 |3395 |  0 |  19k|  30 | 0.000000e+00 |      --      |    Inf | unknown
1995.76/2001.48	c  2001s| 14600 |    36 |  9221k| 580.4 |   185M |  63 |3378 |7269 |3588 |3456 |  1 |  19k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2007.82/2013.50	c  2013s| 14700 |    36 |  9277k| 580.3 |   185M |  63 |3378 |7372 |3591 |3497 |  1 |  19k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2020.78/2026.54	c  2027s| 14800 |    35 |  9337k| 580.4 |   185M |  63 |3378 |7391 |3584 |3540 |  1 |  19k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2031.85/2037.61	c  2038s| 14900 |    37 |  9389k| 580.1 |   185M |  63 |3378 |7398 |3592 |3606 |  1 |  19k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2043.82/2049.69	c  2050s| 15000 |    35 |  9446k| 580.0 |   185M |  63 |3378 |7258 |3600 |3662 |  0 |  20k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2055.20/2061.07	c  2061s| 15100 |    35 |  9497k| 579.6 |   187M |  63 |3378 |7364 |3600 |3712 |  1 |  20k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2066.36/2072.20	c  2072s| 15200 |    33 |  9547k| 579.1 |   188M |  63 |3378 |7415 |3614 |3777 |  2 |  20k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2080.02/2085.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2080.02/2085.96	c  2086s| 15300 |    39 |  9610k| 579.4 |   188M |  63 |3378 |7441 |3603 |3838 |  1 |  20k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2093.58/2099.59	c  2100s| 15400 |    35 |  9671k| 579.6 |   189M |  63 |3378 |7528 |3607 |3895 |  1 |  20k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2107.16/2113.17	c  2113s| 15500 |    32 |  9733k| 579.8 |   189M |  63 |3378 |7597 |3602 |3930 |  0 |  20k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2121.90/2127.97	c  2128s| 15600 |    33 |  9803k| 580.5 |   189M |  63 |3378 |7391 |3594 |3974 |  1 |  20k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2133.08/2139.12	c  2139s| 15700 |    32 |  9856k| 580.2 |   189M |  63 |3378 |7383 |3598 |4014 |  1 |  20k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2143.14/2149.27	c  2149s| 15800 |    32 |  9906k| 579.8 |   189M |  63 |3378 |7313 |3576 |4048 |  1 |  20k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2155.92/2162.07	c  2162s| 15900 |    32 |  9967k| 580.0 |   189M |  63 |3378 |7341 |3584 |4122 |  0 |  21k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2166.58/2172.78	c  2173s| 16000 |    30 | 10018k| 579.6 |   189M |  63 |3378 |7362 |3576 |4144 |  1 |  21k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2179.04/2185.20	c  2185s| 16100 |    30 | 10077k| 579.6 |   189M |  63 |3378 |7406 |3579 |4154 |  1 |  21k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2191.51/2197.74	c  2198s| 16200 |    31 | 10135k| 579.6 |   189M |  63 |3378 |7405 |3584 |4181 |  1 |  21k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2204.27/2210.54	c  2211s| 16300 |    29 | 10194k| 579.7 |   190M |  63 |3378 |7410 |3588 |4224 |  1 |  21k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2213.76/2220.05	c  2220s| 16400 |    39 | 10240k| 579.0 |   190M |  63 |3378 |7328 |3578 |4256 |  0 |  21k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2222.73/2229.07	c  2229s| 16500 |    41 | 10285k| 578.3 |   190M |  63 |3378 |7324 |3582 |4307 |  1 |  21k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2231.60/2237.96	c  2238s| 16600 |    39 | 10327k| 577.4 |   190M |  63 |3378 |7315 |3590 |4343 |  1 |  21k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2240.07/2246.40	c  2246s| 16700 |    39 | 10369k| 576.4 |   190M |  63 |3378 |7254 |3580 |4363 |  0 |  21k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2246.85/2253.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2246.85/2253.20	c  2253s| 16800 |    39 | 10402k| 575.1 |   190M |  63 |3378 |7440 |3589 |4397 |  0 |  22k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2253.33/2259.70	c  2260s| 16900 |    36 | 10434k| 573.7 |   190M |  63 |3378 |7404 |3586 |4436 |  0 |  22k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2262.00/2268.41	c  2268s| 17000 |    39 | 10477k| 572.9 |   190M |  63 |3378 |7327 |3584 |4475 |  2 |  22k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2270.47/2276.99	c  2277s| 17100 |    37 | 10519k| 572.0 |   190M |  63 |3378 |7356 |3586 |4503 |  1 |  22k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2278.75/2285.22	c  2285s| 17200 |    39 | 10559k| 571.1 |   190M |  63 |3378 |7429 |3591 |4538 |  0 |  22k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2287.72/2294.24	c  2294s| 17300 |    37 | 10603k| 570.4 |   190M |  63 |3378 |7502 |3580 |4568 |  0 |  22k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2295.99/2302.52	c  2303s| 17400 |    35 | 10644k| 569.5 |   190M |  63 |3378 |7609 |3579 |4588 |  1 |  23k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2305.36/2311.99	c  2312s| 17500 |    35 | 10688k| 568.8 |   190M |  63 |3378 |7604 |   0 |4629 |  0 |  23k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2316.82/2323.46	c  2323s| 17600 |    33 | 10741k| 568.6 |   190M |  63 |3378 |7619 |3593 |4649 |  0 |  23k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2325.51/2332.12	c  2332s| 17700 |    35 | 10782k| 567.8 |   190M |  63 |3378 |7682 |3593 |4701 |  1 |  23k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2334.48/2341.16	c  2341s| 17800 |    33 | 10825k| 567.0 |   190M |  63 |3378 |7803 |3600 |4752 |  0 |  23k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2345.44/2352.13	c  2352s| 17900 |    35 | 10876k| 566.7 |   190M |  63 |3378 |7762 |3586 |4789 |  0 |  23k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2353.80/2360.55	c  2361s| 18000 |    37 | 10915k| 565.8 |   190M |  63 |3378 |7840 |3587 |4836 |  1 |  23k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2360.78/2367.56	c  2368s| 18100 |    34 | 10950k| 564.7 |   191M |  63 |3378 |7969 |3582 |4863 |  0 |  24k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2368.55/2375.30	c  2375s| 18200 |    36 | 10988k| 563.7 |   191M |  63 |3378 |8009 |3587 |4908 |  1 |  24k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2377.62/2384.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2377.62/2384.40	c  2384s| 18300 |    39 | 11031k| 563.0 |   191M |  63 |3378 |8094 |3593 |4947 |  1 |  24k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2386.89/2393.76	c  2394s| 18400 |    36 | 11076k| 562.5 |   191M |  63 |3378 |8220 |3593 |4968 |  0 |  24k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2394.18/2401.08	c  2401s| 18500 |    36 | 11111k| 561.4 |   191M |  63 |3378 |8325 |3597 |4999 |  1 |  24k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2403.34/2410.28	c  2410s| 18600 |    36 | 11154k| 560.7 |   191M |  63 |3378 |8344 |3592 |5049 |  1 |  24k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2414.60/2421.57	c  2422s| 18700 |    36 | 11207k| 560.5 |   191M |  63 |3378 |8264 |3588 |5089 |  1 |  24k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2424.37/2431.30	c  2431s| 18800 |    36 | 11252k| 560.0 |   192M |  63 |3378 |8367 |3606 |5143 |  0 |  25k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2432.34/2439.30	c  2439s| 18900 |    33 | 11290k| 559.1 |   192M |  63 |3378 |8333 |3587 |5163 |  1 |  25k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2442.02/2449.02	c  2449s| 19000 |    33 | 11337k| 558.7 |   192M |  63 |3378 |8384 |3596 |5186 |  0 |  25k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2451.10/2458.13	c  2458s| 19100 |    31 | 11380k| 558.0 |   192M |  63 |3378 |8456 |3588 |5210 |  0 |  25k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2462.75/2469.81	c  2470s| 19200 |    33 | 11435k| 558.0 |   192M |  63 |3378 |8572 |3588 |5239 |  0 |  25k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2474.51/2481.67	c  2482s| 19300 |    32 | 11491k| 558.0 |   192M |  63 |3378 |8662 |3595 |5244 |  1 |  25k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2485.98/2493.14	c  2493s| 19400 |    34 | 11546k| 557.9 |   192M |  63 |3378 |8385 |3577 |5255 |  0 |  26k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2496.64/2503.83	c  2504s| 19500 |    37 | 11598k| 557.8 |   192M |  63 |3378 |8090 |3572 |5274 |  1 |  26k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2508.00/2515.28	c  2515s| 19600 |    37 | 11654k| 557.8 |   192M |  63 |3378 |7895 |3577 |5292 |  0 |  26k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2518.47/2525.73	c  2526s| 19700 |    37 | 11706k| 557.6 |   192M |  63 |3378 |8051 |3581 |5311 |  1 |  26k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2526.85/2534.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2526.85/2534.16	c  2534s| 19800 |    37 | 11747k| 556.9 |   192M |  63 |3378 |7968 |3584 |5333 |  0 |  26k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2536.51/2543.85	c  2544s| 19900 |    37 | 11793k| 556.4 |   192M |  63 |3378 |7899 |3578 |5354 |  1 |  26k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2545.98/2553.30	c  2553s| 20000 |    43 | 11838k| 555.9 |   192M |  63 |3378 |7800 |3587 |5377 |  0 |  26k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2552.26/2559.65	c  2560s| 20100 |    41 | 11868k| 554.7 |   192M |  63 |3378 |7780 |3593 |5406 |  0 |  26k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2559.43/2566.83	c  2567s| 20200 |    39 | 11902k| 553.7 |   192M |  63 |3378 |7842 |3578 |5442 |  1 |  26k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2570.20/2577.68	c  2578s| 20300 |    37 | 11953k| 553.5 |   192M |  63 |3378 |7880 |3584 |5493 |  0 |  26k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2581.16/2588.69	c  2589s| 20400 |    38 | 12006k| 553.4 |   192M |  63 |3378 |7900 |3580 |5517 |  0 |  26k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2588.66/2596.11	c  2596s| 20500 |    38 | 12042k| 552.5 |   192M |  63 |3378 |7968 |3587 |5545 |  1 |  27k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2597.53/2605.01	c  2605s| 20600 |    36 | 12086k| 552.0 |   192M |  63 |3378 |8025 |3584 |5562 |  0 |  27k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2604.20/2611.70	c  2612s| 20700 |    40 | 12118k| 550.9 |   192M |  63 |3378 |8111 |3579 |5569 |  1 |  27k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2612.18/2619.79	c  2620s| 20800 |    37 | 12157k| 550.2 |   192M |  63 |3378 |8134 |3579 |5602 |  1 |  27k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2622.15/2629.75	c  2630s| 20900 |    36 | 12206k| 549.9 |   192M |  63 |3378 |8192 |3587 |5635 |  0 |  27k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2631.73/2639.32	c  2639s| 21000 |    39 | 12252k| 549.5 |   192M |  63 |3378 |8172 |   0 |5654 |  0 |  27k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2642.00/2649.69	c  2650s| 21100 |    36 | 12301k| 549.2 |   192M |  63 |3378 |8220 |3592 |5684 |  0 |  27k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2648.28/2655.96	c  2656s| 21200 |    36 | 12331k| 548.1 |   192M |  63 |3378 |8265 |3579 |5694 |  0 |  27k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2657.37/2665.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2657.37/2665.09	c  2665s| 21300 |    40 | 12376k| 547.7 |   193M |  63 |3378 |8309 |3583 |5713 |  1 |  27k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2665.93/2673.61	c  2674s| 21400 |    40 | 12418k| 547.1 |   193M |  63 |3378 |8360 |3582 |5739 |  0 |  27k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2671.71/2679.45	c  2679s| 21500 |    42 | 12446k| 545.9 |   193M |  63 |3378 |8456 |   0 |5762 |  0 |  27k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2678.79/2686.53	c  2687s| 21600 |    41 | 12481k| 545.1 |   193M |  68 |3378 |8496 |3575 |5778 |  1 |  28k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2687.07/2694.82	c  2695s| 21700 |    41 | 12520k| 544.4 |   193M |  68 |3378 |8535 |3575 |5811 |  1 |  28k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2693.55/2701.39	c  2701s| 21800 |    39 | 12552k| 543.4 |   193M |  68 |3378 |8597 |3583 |5832 |  0 |  28k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2702.53/2710.30	c  2710s| 21900 |    38 | 12595k| 542.9 |   193M |  68 |3378 |8635 |3579 |5853 |  1 |  28k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2712.60/2720.46	c  2720s| 22000 |    36 | 12643k| 542.6 |   193M |  68 |3378 |8670 |3576 |5888 |  0 |  28k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2722.19/2730.05	c  2730s| 22100 |    40 | 12689k| 542.3 |   193M |  68 |3378 |8700 |3575 |5918 |  1 |  28k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2733.26/2741.12	c  2741s| 22200 |    40 | 12741k| 542.2 |   194M |  68 |3378 |8733 |3596 |5951 |  0 |  28k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2745.01/2752.94	c  2753s| 22300 |    41 | 12796k| 542.2 |   194M |  68 |3378 |8757 |3580 |5997 |  0 |  28k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2755.48/2763.47	c  2763s| 22400 |    40 | 12846k| 542.0 |   194M |  68 |3378 |8786 |3587 |6043 |  1 |  28k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2766.65/2774.62	c  2775s| 22500 |    40 | 12898k| 541.9 |   194M |  68 |3378 |8747 |3585 |6103 |  1 |  28k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2776.33/2784.31	c  2784s| 22600 |    40 | 12945k| 541.6 |   194M |  68 |3378 |8708 |   0 |6128 |  0 |  28k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2786.31/2794.30	c  2794s| 22700 |    40 | 12992k| 541.4 |   194M |  68 |3378 |8687 |3589 |6170 |  0 |  28k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2797.77/2805.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2797.77/2805.84	c  2806s| 22800 |    40 | 13046k| 541.3 |   194M |  68 |3378 |8631 |3589 |6214 |  1 |  28k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2810.14/2818.29	c  2818s| 22900 |    40 | 13103k| 541.5 |   194M |  68 |3378 |8598 |3595 |6253 |  1 |  28k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2819.81/2827.96	c  2828s| 23000 |    40 | 13149k| 541.1 |   194M |  68 |3378 |8615 |3597 |6260 |  1 |  28k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2829.29/2837.47	c  2837s| 23100 |    40 | 13194k| 540.7 |   194M |  68 |3378 |8602 |3593 |6280 |  1 |  28k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2838.26/2846.47	c  2846s| 23200 |    40 | 13238k| 540.3 |   194M |  68 |3378 |8558 |3590 |6326 |  2 |  29k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2844.96/2853.12	c  2853s| 23300 |    47 | 13271k| 539.5 |   194M |  68 |3378 |8580 |3586 |6350 |  1 |  29k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2851.94/2860.19	c  2860s| 23400 |    43 | 13305k| 538.7 |   194M |  68 |3378 |8589 |3586 |6373 |  1 |  29k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2859.31/2867.52	c  2868s| 23500 |    43 | 13340k| 537.9 |   194M |  68 |3378 |8618 |3590 |6424 |  1 |  29k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2868.38/2876.61	c  2877s| 23600 |    41 | 13383k| 537.5 |   194M |  68 |3378 |8641 |3598 |6476 |  2 |  29k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2878.25/2886.52	c  2887s| 23700 |    43 | 13430k| 537.2 |   194M |  68 |3378 |8688 |3585 |6539 |  1 |  29k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2889.52/2897.83	c  2898s| 23800 |    43 | 13482k| 537.1 |   196M |  68 |3378 |8740 |3587 |6609 |  1 |  29k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2899.39/2907.78	c  2908s| 23900 |    41 | 13528k| 536.8 |   196M |  68 |3378 |8808 |3587 |6662 |  1 |  29k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2908.57/2916.91	c  2917s| 24000 |    39 | 13572k| 536.4 |   196M |  68 |3378 |8843 |3587 |6684 |  0 |  29k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2916.76/2925.16	c  2925s| 24100 |    40 | 13613k| 535.9 |   196M |  68 |3378 |8894 |3585 |6706 |  0 |  29k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2927.11/2935.57	c  2936s| 24200 |    38 | 13663k| 535.8 |   196M |  68 |3378 |8958 |3587 |6735 |  0 |  29k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2938.28/2946.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2938.28/2946.72	c  2947s| 24300 |    40 | 13715k| 535.7 |   196M |  68 |3378 |8974 |3600 |6769 |  1 |  29k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2947.96/2956.46	c  2956s| 24400 |    40 | 13762k| 535.5 |   196M |  68 |3378 |8941 |3599 |6818 |  1 |  29k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2956.73/2965.22	c  2965s| 24500 |    41 | 13806k| 535.1 |   196M |  68 |3378 |8962 |3590 |6850 |  1 |  29k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2965.52/2974.04	c  2974s| 24600 |    43 | 13848k| 534.6 |   196M |  68 |3378 |9014 |3590 |6876 |  1 |  29k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2974.49/2983.06	c  2983s| 24700 |    40 | 13891k| 534.2 |   196M |  68 |3378 |9048 |3592 |6924 |  1 |  30k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2984.75/2993.36	c  2993s| 24800 |    39 | 13938k| 534.0 |   196M |  68 |3378 |9127 |   0 |7015 |  0 |  30k|  30 | 0.000000e+00 |      --      |    Inf | unknown
2993.23/3001.89	c  3002s| 24900 |    38 | 13979k| 533.5 |   196M |  68 |3378 |9150 |3590 |7057 |  0 |  30k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3004.20/3012.85	c  3013s| 25000 |    40 | 14032k| 533.5 |   196M |  68 |3378 |9189 |3596 |7105 |  1 |  30k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3014.67/3023.31	c  3023s| 25100 |    43 | 14081k| 533.3 |   196M |  68 |3378 |9222 |3596 |7130 |  1 |  30k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3021.25/3030.01	c  3030s| 25200 |    40 | 14113k| 532.5 |   196M |  70 |3378 |9273 |3598 |7146 |  1 |  30k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3032.52/3041.28	c  3041s| 25300 |    38 | 14166k| 532.5 |   196M |  70 |3378 |9323 |3602 |7194 |  2 |  30k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3040.41/3049.12	c  3049s| 25400 |    36 | 14203k| 531.9 |   196M |  70 |3378 |9449 |   0 |7220 |  0 |  30k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3049.97/3058.78	c  3059s| 25500 |    38 | 14249k| 531.6 |   196M |  70 |3378 |9318 |3586 |7257 |  0 |  30k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3060.44/3069.21	c  3069s| 25600 |    38 | 14299k| 531.5 |   196M |  70 |3378 |9184 |3586 |7287 |  1 |  30k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3071.91/3080.71	c  3081s| 25700 |    35 | 14354k| 531.5 |   196M |  70 |3378 |9175 |3594 |7327 |  0 |  30k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3082.29/3091.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3082.29/3091.18	c  3091s| 25800 |    37 | 14406k| 531.5 |   196M |  70 |3378 |9137 |3583 |7352 |  1 |  31k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3093.85/3102.75	c  3103s| 25900 |    39 | 14462k| 531.6 |   196M |  70 |3378 |9004 |3581 |7419 |  0 |  31k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3103.24/3112.13	c  3112s| 26000 |    40 | 14507k| 531.3 |   196M |  70 |3378 |8904 |3584 |7430 |  1 |  31k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3111.60/3120.55	c  3121s| 26100 |    38 | 14548k| 530.9 |   196M |  70 |3378 |8828 |3582 |7460 |  0 |  31k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3121.77/3130.79	c  3131s| 26200 |    37 | 14597k| 530.7 |   196M |  70 |3378 |8854 |3585 |7502 |  0 |  31k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3130.25/3139.23	c  3139s| 26300 |    39 | 14637k| 530.3 |   197M |  70 |3378 |8855 |3602 |7550 |  2 |  31k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3138.73/3147.74	c  3148s| 26400 |    39 | 14679k| 529.9 |   197M |  70 |3378 |8890 |3600 |7564 |  0 |  31k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3147.02/3156.10	c  3156s| 26500 |    42 | 14719k| 529.4 |   197M |  70 |3378 |8891 |3599 |7586 |  0 |  31k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3155.58/3164.64	c  3165s| 26600 |    42 | 14761k| 529.0 |   197M |  70 |3378 |8974 |3601 |7596 |  2 |  31k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3164.86/3173.97	c  3174s| 26700 |    40 | 14805k| 528.7 |   197M |  70 |3378 |9043 |   0 |7612 |  0 |  31k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3176.04/3185.18	c  3185s| 26800 |    39 | 14857k| 528.6 |   197M |  70 |3378 |9057 |   0 |7650 |  0 |  31k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3185.10/3194.28	c  3194s| 26900 |    38 | 14899k| 528.2 |   197M |  70 |3378 |9072 |3590 |7674 |  0 |  31k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3191.99/3201.13	c  3201s| 27000 |    38 | 14933k| 527.6 |   197M |  70 |3378 |9109 |3589 |7694 |  0 |  31k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3202.75/3211.91	c  3212s| 27100 |    39 | 14985k| 527.5 |   197M |  70 |3378 |9136 |3591 |7731 |  0 |  32k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3212.12/3221.32	c  3221s| 27200 |    38 | 15031k| 527.3 |   197M |  70 |3378 |9188 |3595 |7754 |  1 |  32k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3221.91/3231.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3221.91/3231.18	c  3231s| 27300 |    40 | 15079k| 527.1 |   197M |  70 |3378 |9219 |3587 |7772 |  1 |  32k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3229.08/3238.37	c  3238s| 27400 |    40 | 15114k| 526.5 |   197M |  70 |3378 |9287 |3592 |7803 |  0 |  32k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3238.65/3247.93	c  3248s| 27500 |    38 | 15160k| 526.3 |   197M |  70 |3378 |9312 |3591 |7819 |  1 |  32k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3247.43/3256.76	c  3257s| 27600 |    39 | 15203k| 525.9 |   197M |  70 |3378 |9293 |3583 |7850 |  1 |  32k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3254.72/3264.04	c  3264s| 27700 |    39 | 15240k| 525.4 |   197M |  70 |3378 |9328 |3583 |7865 |  1 |  32k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3261.99/3271.31	c  3271s| 27800 |    39 | 15274k| 524.8 |   197M |  70 |3378 |9410 |3593 |7886 |  1 |  32k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3272.06/3281.49	c  3281s| 27900 |    40 | 15322k| 524.6 |   197M |  70 |3378 |9332 |3588 |7922 |  1 |  32k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3280.83/3290.20	c  3290s| 28000 |    41 | 15364k| 524.2 |   197M |  70 |3378 |9347 |3589 |7970 |  1 |  32k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3289.81/3299.26	c  3299s| 28100 |    39 | 15407k| 523.9 |   197M |  70 |3378 |9312 |3595 |8007 |  1 |  32k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3299.28/3308.72	c  3309s| 28200 |    37 | 15453k| 523.7 |   197M |  70 |3378 |9291 |3591 |8039 |  0 |  32k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3306.76/3316.22	c  3316s| 28300 |    39 | 15490k| 523.2 |   197M |  70 |3378 |9261 |3591 |8049 |  0 |  32k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3316.34/3325.81	c  3326s| 28400 |    37 | 15534k| 522.9 |   197M |  70 |3378 |9275 |3583 |8123 |  1 |  33k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3324.91/3334.48	c  3334s| 28500 |    43 | 15576k| 522.6 |   197M |  70 |3378 |9312 |3591 |8162 |  1 |  33k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3333.79/3343.37	c  3343s| 28600 |    41 | 15620k| 522.3 |   197M |  70 |3378 |9346 |3591 |8179 |  0 |  33k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3344.06/3353.62	c  3354s| 28700 |    39 | 15670k| 522.2 |   197M |  70 |3378 |9388 |3589 |8190 |  0 |  33k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3354.83/3364.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3354.83/3364.46	c  3364s| 28800 |    39 | 15722k| 522.2 |   197M |  70 |3378 |9436 |3588 |8229 |  0 |  33k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3364.30/3373.96	c  3374s| 28900 |    41 | 15768k| 522.0 |   197M |  70 |3378 |9475 |3590 |8264 |  1 |  33k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3372.28/3381.94	c  3382s| 29000 |    39 | 15805k| 521.5 |   197M |  70 |3378 |9534 |3592 |8286 |  0 |  33k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3381.16/3390.85	c  3391s| 29100 |    39 | 15847k| 521.1 |   197M |  70 |3378 |9571 |3588 |8317 |  1 |  33k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3388.74/3398.50	c  3398s| 29200 |    39 | 15884k| 520.7 |   197M |  70 |3378 |9645 |3588 |8339 |  0 |  33k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3396.33/3406.01	c  3406s| 29300 |    39 | 15921k| 520.1 |   197M |  70 |3378 |9707 |3590 |8361 |  0 |  33k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3405.19/3414.98	c  3415s| 29400 |    39 | 15963k| 519.8 |   197M |  70 |3378 |9734 |3589 |8393 |  1 |  33k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3415.56/3425.33	c  3425s| 29500 |    39 | 16012k| 519.7 |   197M |  70 |3378 |9788 |3589 |8418 |  1 |  33k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3426.73/3436.50	c  3437s| 29600 |    37 | 16064k| 519.7 |   197M |  70 |3378 |9821 |   0 |8452 |  0 |  33k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3435.91/3445.70	c  3446s| 29700 |    37 | 16109k| 519.5 |   197M |  70 |3378 |9876 |3597 |8468 |  0 |  33k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3444.68/3454.58	c  3455s| 29800 |    37 | 16152k| 519.2 |   197M |  70 |3378 |9915 |3596 |8504 |  1 |  33k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3454.27/3464.19	c  3464s| 29900 |    37 | 16197k| 519.0 |   197M |  70 |3378 |9934 |3590 |8544 |  0 |  34k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3463.43/3473.34	c  3473s| 30000 |    37 | 16242k| 518.8 |   197M |  70 |3378 |9972 |3585 |8564 |  0 |  34k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3473.22/3483.14	c  3483s| 30100 |    37 | 16289k| 518.6 |   197M |  70 |3378 |9985 |3589 |8602 |  0 |  34k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3480.68/3490.64	c  3491s| 30200 |    37 | 16325k| 518.1 |   197M |  70 |3378 |  10k|3588 |8639 |  0 |  34k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3488.96/3498.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3488.96/3498.90	c  3499s| 30300 |    43 | 16364k| 517.7 |   197M |  70 |3378 |  10k|3594 |8674 |  1 |  34k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3495.74/3505.77	c  3506s| 30400 |    41 | 16396k| 517.1 |   198M |  70 |3378 |  10k|3599 |8726 |  1 |  34k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3503.62/3513.66	c  3514s| 30500 |    37 | 16435k| 516.7 |   198M |  70 |3378 |  10k|3594 |8748 |  0 |  34k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3511.60/3521.67	c  3522s| 30600 |    37 | 16473k| 516.2 |   198M |  70 |3378 |  10k|3595 |8780 |  0 |  34k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3520.47/3530.53	c  3531s| 30700 |    37 | 16514k| 515.9 |   198M |  70 |3378 |  10k|3603 |8824 |  0 |  34k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3530.96/3541.06	c  3541s| 30800 |    34 | 16564k| 515.8 |   198M |  70 |3378 |  10k|3592 |8874 |  0 |  34k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3540.22/3550.39	c  3550s| 30900 |    37 | 16607k| 515.6 |   198M |  70 |3378 |  10k|   0 |8915 |  0 |  34k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3549.09/3559.29	c  3559s| 31000 |    37 | 16649k| 515.3 |   198M |  70 |3378 |  10k|   0 |8956 |  0 |  34k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3558.17/3568.36	c  3568s| 31100 |    37 | 16691k| 515.0 |   198M |  70 |3378 |  10k|3598 |9003 |  0 |  34k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3567.04/3577.27	c  3577s| 31200 |    35 | 16733k| 514.7 |   198M |  70 |3378 |  10k|3592 |9042 |  0 |  34k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3575.22/3585.47	c  3585s| 31300 |    35 | 16772k| 514.3 |   198M |  70 |3378 |  10k|3590 |9087 |  0 |  35k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3584.20/3594.47	c  3594s| 31400 |    36 | 16814k| 514.0 |   198M |  70 |3378 |  10k|   0 |9127 |  0 |  35k|  30 | 0.000000e+00 |      --      |    Inf | unknown
3586.69/3597.00	c 
3586.69/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3586.69/3597.00	c Solving Time (sec) : 3597.00
3586.69/3597.00	c Solving Nodes      : 31441 (total of 32533 nodes in 2 runs)
3586.69/3597.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3586.69/3597.00	c Dual Bound         : +0.00000000000000e+00
3586.69/3597.00	c Gap                : infinite
3586.69/3597.00	s UNKNOWN
3586.69/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3586.69/3597.00	c Total Time         :    3597.00
3586.69/3597.00	c   solving          :    3597.00
3586.69/3597.00	c   presolving       :       4.01 (included in solving)
3586.69/3597.00	c   reading          :       0.04 (included in solving)
3586.69/3597.00	c   copying          :       0.98 (108 #copies) (minimal 0.01, maximal 0.02, average 0.01)
3586.69/3597.00	c Original Problem   :
3586.69/3597.00	c   Problem name     : HOME/instance-4507743-1751193166.opb
3586.69/3597.00	c   Variables        : 4180 (4180 binary, 0 integer, 0 continuous)
3586.69/3597.00	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3586.69/3597.00	c   Constraints      : 4334 initial, 4334 maximal
3586.69/3597.00	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3586.69/3597.00	c Presolved Problem  :
3586.69/3597.00	c   Problem name     : t_HOME/instance-4507743-1751193166.opb
3586.69/3597.00	c   Variables        : 3378 (3378 binary, 0 integer, 0 continuous)
3586.69/3597.00	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3586.69/3597.00	c   Constraints      : 4248 initial, 10299 maximal
3586.69/3597.00	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3586.69/3597.00	c   Nonzeros         : 51348 constraint, 52608 clique table
3586.69/3597.00	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3586.69/3597.00	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   domcol           :       0.05       0.00      8          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   dualsparsify     :       0.01       0.00      1          0          0          0          0          0          2          0          0          2
3586.69/3597.00	c   gateextraction   :       0.02       0.00     13          0          0          0          0          0          5          1          0          0
3586.69/3597.00	c   implics          :       0.00       0.00     17          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   milp             :       0.68       0.00      1        173          5          0          0          0          0          0          0          0
3586.69/3597.00	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   sparsify         :       0.08       0.00      2          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   trivial          :       0.00       0.00     33        299          0          0          0          0          0          0          0          0
3586.69/3597.00	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   dualfix          :       0.00       0.00     33          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   probing          :       2.72       0.00      7        138          2          0          0          0          0          0          0          0
3586.69/3597.00	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   symmetry         :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   vbounds          :       0.01       0.00      3          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   knapsack         :       0.01       0.00      8          0          0          0          0          0          0          4         12         49
3586.69/3597.00	c   setppc           :       0.03       0.00     48          0          0          0          0          0         19          0          0          0
3586.69/3597.00	c   and              :       0.00       0.00      2          0          0          0          0          0          1          1          0          0
3586.69/3597.00	c   linear           :       0.08       0.01     18        184          1          0        184          0        687          0         23          1
3586.69/3597.00	c   logicor          :       0.29       0.01     46         28          0          0          0          0        207          0          0       2238
3586.69/3597.00	c   components       :       0.01       0.00      2          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3586.69/3597.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3586.69/3597.00	c   integral         :          0          0          0          0      16598          0          0       1172          0          0          0          0          0          0      33196
3586.69/3597.00	c   knapsack         :         29+        31         11     208982          0          0          0          0     953128          8      73469          0          0          0          0
3586.69/3597.00	c   setppc           :        876+      1162         22     283350          0          0          0       1167    8837388        424    1159416          1          0          0          0
3586.69/3597.00	c   linear           :          0+        41         11     226017          0          0          0          3       4844        114      16506          3          3          0          0
3586.69/3597.00	c   logicor          :       3343+      9112         22     207033          0          0          0          0   17140418       2000    1683333         46         34          0          0
3586.69/3597.00	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3586.69/3597.00	c   integral         :       9.97       0.00       0.00       0.00       9.97       0.00       0.00       0.00       0.00       0.00
3586.69/3597.00	c   knapsack         :       0.72       0.00       0.02       0.52       0.00       0.00       0.00       0.00       0.18       0.00
3586.69/3597.00	c   setppc           :       4.60       0.00       0.00       2.45       0.00       0.00       0.00       0.01       2.12       0.01
3586.69/3597.00	c   linear           :       0.26       0.01       0.00       0.21       0.00       0.00       0.00       0.00       0.04       0.00
3586.69/3597.00	c   logicor          :      12.08       0.01       0.01       5.92       0.00       0.00       0.00       0.00       6.13       0.02
3586.69/3597.00	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.69/3597.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.69/3597.00	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.69/3597.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3586.69/3597.00	c   dualfix          :          2          0          0          0
3586.69/3597.00	c   genvbounds       :          0          0          0          0
3586.69/3597.00	c   nlobbt           :          0          0          0          0
3586.69/3597.00	c   obbt             :          0          0          0          0
3586.69/3597.00	c   probing          :          0          0          0          0
3586.69/3597.00	c   pseudoobj        :          0          0          0          0
3586.69/3597.00	c   redcost          :          0          0          0          0
3586.69/3597.00	c   rootredcost      :          0          0          0          0
3586.69/3597.00	c   symmetry         :      21420          0          0         57
3586.69/3597.00	c   vbounds          :     191754          0          0          0
3586.69/3597.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3586.69/3597.00	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3586.69/3597.00	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3586.69/3597.00	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3586.69/3597.00	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3586.69/3597.00	c   probing          :       2.72       0.00       2.72       0.00       0.00       0.00
3586.69/3597.00	c   pseudoobj        :       0.04       0.00       0.00       0.04       0.00       0.00
3586.69/3597.00	c   redcost          :       0.02       0.00       0.00       0.02       0.00       0.00
3586.69/3597.00	c   rootredcost      :       0.02       0.00       0.00       0.02       0.00       0.00
3586.69/3597.00	c   symmetry         :       0.08       0.00       0.01       0.07       0.00       0.00
3586.69/3597.00	c   vbounds          :       3.96       0.00       0.01       3.95       0.00       0.00
3586.69/3597.00	c Symmetry           :
3586.69/3597.00	c   #affected vars   :        600 (600 bin, 0 int, 0 cont)
3586.69/3597.00	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3586.69/3597.00	c   orbital reduction:          0 reductions applied,          0 cutoffs
3586.69/3597.00	c   lexicographic red:         57 reductions applied,          0 cutoffs
3586.69/3597.00	c   shadow tree time :       0.05 s
3586.69/3597.00	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3586.69/3597.00	c   propagation      :       0.84       2431       2273          -      17286      117.9        310       49.6          -          -          -
3586.69/3597.00	c   infeasible LP    :      41.35      14236      12401          -     239975      537.3         56       11.6        177      295.2          0
3586.69/3597.00	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3586.69/3597.00	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3586.69/3597.00	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3586.69/3597.00	c   applied globally :       1.13          -          -          0      35005      173.9          -          -        176          -          -
3586.69/3597.00	c   applied locally  :          -          -          -          0         21      740.5          -          -          1          -          -
3586.69/3597.00	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3586.69/3597.00	c   cut pool         :       1.06          -       3664         42          -          -       8016      69399          -          -          -          -          -    (maximal pool size:        992)
3586.69/3597.00	c   aggregation      :       0.45       0.00        729         22          0          0          5        377          1         19         18          1          0
3586.69/3597.00	c   > cmir           :          -          -          -          -          -          -          -        377          0         18         18          0          -
3586.69/3597.00	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.69/3597.00	c   > knapsackcover  :          -          -          -          -          -          -          -          0          1          1          0          1          -
3586.69/3597.00	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   clique           :       0.33       0.00         22         22          0          0        165       1699          0        665        665          0          0
3586.69/3597.00	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   gomory           :      22.97       0.00        727         20          0          0       8773      63224       1334       5420       5377         43          0
3586.69/3597.00	c   > gomorymi       :          -          -          -          -          -          -          -      32348        667       3552       3526         26          -
3586.69/3597.00	c   > strongcg       :          -          -          -          -          -          -          -      30876        667       1868       1851         17          -
3586.69/3597.00	c   impliedbounds    :       0.65       0.00        729         22          0          0        154       1033          0        617        617          0          0
3586.69/3597.00	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   mcf              :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   multilinear      :       0.00       0.00        115         22          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   rapidlearning    :      15.21       0.00        100          1          0      20121          0          0          0          0          0          0        430
3586.69/3597.00	c   rlt              :       0.00       0.00         20         20          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   zerohalf         :       6.89       0.00        729         22          0          0       1701       3066       1447       3266       1922       1344          0
3586.69/3597.00	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3586.69/3597.00	c   hybrid           :       0.12       0.00       2744         22      10027          0      61804        194          0        324
3586.69/3597.00	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.69/3597.00	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3586.69/3597.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3586.69/3597.00	c   problem variables:       0.00          -          0          0
3586.69/3597.00	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3586.69/3597.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3586.69/3597.00	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3586.69/3597.00	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3586.69/3597.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3586.69/3597.00	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.69/3597.00	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.69/3597.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.69/3597.00	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.69/3597.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3586.69/3597.00	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.69/3597.00	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.69/3597.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.69/3597.00	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.69/3597.00	c   relpscost        :       9.95       0.00      16598          0          0          0          0          0          0      33196
3586.69/3597.00	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3586.69/3597.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3586.69/3597.00	c   LP solutions     :       0.00          -          -          0          0
3586.69/3597.00	c   relax solutions  :       0.00          -          -          0          0
3586.69/3597.00	c   pseudo solutions :       0.00          -          -          0          0
3586.69/3597.00	c   strong branching :       0.00          -          -          0          0
3586.69/3597.00	c   actconsdiving    :       0.00       0.00          0          0          0
3586.69/3597.00	c   adaptivediving   :      15.38       0.00          9          0          0
3586.69/3597.00	c   alns             :       1.30       0.00          7          0          0
3586.69/3597.00	c   bound            :       0.00       0.00          0          0          0
3586.69/3597.00	c   clique           :       0.01       0.00          1          0          0
3586.69/3597.00	c   coefdiving       :       0.00       0.00          0          0          0
3586.69/3597.00	c   completesol      :       0.00       0.00          0          0          0
3586.69/3597.00	c   conflictdiving   :      34.99       0.00         18          0          0
3586.69/3597.00	c   crossover        :       0.01       0.00          0          0          0
3586.69/3597.00	c   dins             :       0.00       0.00          0          0          0
3586.69/3597.00	c   distributiondivin:      28.17       0.00         15          0          0
3586.69/3597.00	c   dks              :       0.00       0.00          0          0          0
3586.69/3597.00	c   dps              :       0.00       0.00          0          0          0
3586.69/3597.00	c   dualval          :       0.00       0.00          0          0          0
3586.69/3597.00	c   farkasdiving     :       0.00       0.00          0          0          0
3586.69/3597.00	c   feaspump         :      14.19       0.00          6          0          0
3586.69/3597.00	c   fixandinfer      :       0.00       0.00          0          0          0
3586.69/3597.00	c   fracdiving       :      19.12       0.00         17          0          0
3586.69/3597.00	c   gins             :       0.01       0.00          0          0          0
3586.69/3597.00	c   guideddiving     :       0.00       0.00          0          0          0
3586.69/3597.00	c   indicator        :       0.00       0.00          0          0          0
3586.69/3597.00	c   indicatordiving  :       0.00       0.00          0          0          0
3586.69/3597.00	c   intdiving        :       0.00       0.00          0          0          0
3586.69/3597.00	c   intshifting      :       0.00       0.00          0          0          0
3586.69/3597.00	c   linesearchdiving :      23.09       0.00         16          0          0
3586.69/3597.00	c   localbranching   :       0.00       0.00          0          0          0
3586.69/3597.00	c   locks            :       0.00       0.00          1          0          0
3586.69/3597.00	c   lpface           :       0.11       0.00          0          0          0
3586.69/3597.00	c   mpec             :       0.00       0.00          0          0          0
3586.69/3597.00	c   multistart       :       0.00       0.00          0          0          0
3586.69/3597.00	c   mutation         :       0.00       0.00          0          0          0
3586.69/3597.00	c   nlpdiving        :       0.00       0.00          0          0          0
3586.69/3597.00	c   objpscostdiving  :      34.35       0.00          4          0          0
3586.69/3597.00	c   octane           :       0.00       0.00          0          0          0
3586.69/3597.00	c   ofins            :       0.00       0.00          0          0          0
3586.69/3597.00	c   oneopt           :       0.01       0.00          0          0          0
3586.69/3597.00	c   padm             :       0.00       0.00          0          0          0
3586.69/3597.00	c   proximity        :       0.00       0.00          0          0          0
3586.69/3597.00	c   pscostdiving     :      28.12       0.00         17          0          0
3586.69/3597.00	c   randrounding     :       0.26       0.00       1182          0          0
3586.69/3597.00	c   rens             :       0.12       0.00          2          0          0
3586.69/3597.00	c   reoptsols        :       0.00       0.00          0          0          0
3586.69/3597.00	c   repair           :       0.00       0.00          0          0          0
3586.69/3597.00	c   rins             :       0.01       0.00          0          0          0
3586.69/3597.00	c   rootsoldiving    :      17.65       0.00          4          0          0
3586.69/3597.00	c   rounding         :       0.23       0.00       1936          0          0
3586.69/3597.00	c   scheduler        :       0.00       0.00          0          0          0
3586.69/3597.00	c   shiftandpropagate:       0.05       0.00          2          0          0
3586.69/3597.00	c   shifting         :       0.59       0.00        852          0          0
3586.69/3597.00	c   simplerounding   :       0.01       0.00          0          0          0
3586.69/3597.00	c   subnlp           :       0.00       0.00          0          0          0
3586.69/3597.00	c   trivial          :       0.01       0.00          4          0          0
3586.69/3597.00	c   trivialnegation  :       0.00       0.00          0          0          0
3586.69/3597.00	c   trustregion      :       0.00       0.00          0          0          0
3586.69/3597.00	c   trysol           :       0.01       0.00          0          0          0
3586.69/3597.00	c   twoopt           :       0.00       0.00          0          0          0
3586.69/3597.00	c   undercover       :       0.00       0.00          0          0          0
3586.69/3597.00	c   vbounds          :       0.02       0.00          2          0          0
3586.69/3597.00	c   veclendiving     :      29.27       0.00         13          0          0
3586.69/3597.00	c   zeroobj          :       0.00       0.00          0          0          0
3586.69/3597.00	c   zirounding       :       0.06       0.00       1000          0          0
3586.69/3597.00	c   other solutions  :          -          -          -          0          -
3586.69/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
3586.69/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
3586.69/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
3586.69/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
3586.69/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
3586.69/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
3586.69/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
3586.69/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
3586.69/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
3586.69/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
3586.69/3597.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3586.69/3597.00	c   primal LP        :       3.22       1487          0       0.00       0.00       3.22       1487
3586.69/3597.00	c   dual LP          :    3203.28      33442   15821673     473.29    4939.21       0.01         13
3586.69/3597.00	c   lex dual LP      :       0.00          0          0       0.00          -
3586.69/3597.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3586.69/3597.00	c   resolve instable :       0.32          2       3181    1590.50   10022.94
3586.69/3597.00	c   diving/probing LP:     240.62       1179    1005380     852.74    4178.27
3586.69/3597.00	c   strong branching :       7.15         30      20442     681.40    2859.51          -          -         32
3586.69/3597.00	c     (at root node) :          -         30      20442     681.40          -
3586.69/3597.00	c   conflict analysis:       0.00          0          0       0.00          -
3586.69/3597.00	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
3586.69/3597.00	c   benders          :       0.00          0          0          0       0.00          0          0          0
3586.69/3597.00	c B&B Tree           :
3586.69/3597.00	c   number of runs   :          2
3586.69/3597.00	c   nodes            :      31441 (15918 internal, 15523 leaves)
3586.69/3597.00	c   feasible leaves  :          0
3586.69/3597.00	c   infeas. leaves   :      15522
3586.69/3597.00	c   objective leaves :          0
3586.69/3597.00	c   nodes (total)    :      32533 (16598 internal, 15935 leaves)
3586.69/3597.00	c   nodes left       :         36
3586.69/3597.00	c   max depth        :         70
3586.69/3597.00	c   max depth (total):         70
3586.69/3597.00	c   backtracks       :       4303 (13.7%)
3586.69/3597.00	c   early backtracks :          0 (0.0%)
3586.69/3597.00	c   nodes exc. ref.  :          0 (0.0%)
3586.69/3597.00	c   delayed cutoffs  :        361
3586.69/3597.00	c   repropagations   :      42992 (224360 domain reductions, 292 cutoffs)
3586.69/3597.00	c   avg switch length:       4.29
3586.69/3597.00	c   switching time   :       9.84
3586.69/3597.00	c Root Node          :
3586.69/3597.00	c   First LP value   : +0.00000000000000e+00
3586.69/3597.00	c   First LP Iters   :      10488 (4677.13 Iter/sec)
3586.69/3597.00	c   First LP Time    :       2.24
3586.69/3597.00	c   Final Dual Bound : +0.00000000000000e+00
3586.69/3597.00	c   Final Root Iters :     113518
3586.69/3597.00	c   Root LP Estimate : +3.11756984835171e-02
3586.69/3597.00	c Solution           :
3586.69/3597.00	c   Solutions found  :          0 (0 improvements)
3586.69/3597.00	c   Primal Bound     :          -
3586.69/3597.00	c   Dual Bound       : +0.00000000000000e+00
3586.69/3597.00	c   Gap              :   infinite
3586.69/3597.00	c Integrals          :      Total       Avg%
3586.69/3597.00	c   primal-dual      :  359699.54     100.00
3586.69/3597.00	c   primal-ref       :          -          - (not evaluated)
3586.69/3597.00	c   dual-ref         :          -          - (not evaluated)
3586.80/3597.04	c Time complete (sec):   3586.842

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-4507743-1751193166/watcher-4507743-1751193166 -o /tmp/evaluation-result-4507743-1751193166/solver-4507743-1751193166 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751193166-24234 --watchdog 3760 pbsolver -f HOME/instance-4507743-1751193166.opb -t 3600 -m 31000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=24289, runsolver pid=24277

[startup+0.10007 s]*
/proc/loadavg: 1.05 1.08 1.41 7/251 24294
/proc/meminfo: memFree=130185128/131382116 swapFree=33010684/33010684
[pid=24289] ppid=24277 vsize=41508 memory=30976 CPUtime=0.1 cores=0,2
/proc/24289/stat : 24289 (pbsolver) R 24277 24289 24224 0 -1 4194304 5612 0 0 0 8 2 0 0 20 0 1 0 34996388 42504192 7744 18446744073709551615 4198400 14743177 140720341654672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51703808 140720341662090 140720341662186 140720341662186 140720341667788 0
/proc/24289/statm: 10377 7744 2400 2575 0 7284 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 41508 KiB
Current children cumulated memory: 30976 KiB

[startup+0.213108 s]*
/proc/loadavg: 1.05 1.08 1.41 7/251 24294
/proc/meminfo: memFree=130173040/131382116 swapFree=33010684/33010684
[pid=24289] ppid=24277 vsize=44492 memory=35116 CPUtime=0.21 cores=0,2
/proc/24289/stat : 24289 (pbsolver) R 24277 24289 24224 0 -1 4194304 6976 0 0 0 19 2 0 0 20 0 1 0 34996388 45559808 8779 18446744073709551615 4198400 14743177 140720341654672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51703808 140720341662090 140720341662186 140720341662186 140720341667788 0
/proc/24289/statm: 11123 8779 2496 2575 0 8030 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 44492 KiB
Current children cumulated memory: 35116 KiB

[startup+0.312724 s]*
/proc/loadavg: 1.05 1.08 1.41 7/251 24294
/proc/meminfo: memFree=130172792/131382116 swapFree=33010684/33010684
[pid=24289] ppid=24277 vsize=44492 memory=35116 CPUtime=0.31 cores=0,2
/proc/24289/stat : 24289 (pbsolver) R 24277 24289 24224 0 -1 4194304 6976 0 0 0 29 2 0 0 20 0 1 0 34996388 45559808 8779 18446744073709551615 4198400 14743177 140720341654672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51703808 140720341662090 140720341662186 140720341662186 140720341667788 0
/proc/24289/statm: 11123 8779 2496 2575 0 8030 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 44492 KiB
Current children cumulated memory: 35116 KiB

[startup+0.700226 s]
/proc/loadavg: 1.05 1.08 1.41 7/251 24294
/proc/meminfo: memFree=130169012/131382116 swapFree=33010684/33010684
[pid=24289] ppid=24277 vsize=44492 memory=35116 CPUtime=0.68 cores=0,2
/proc/24289/stat : 24289 (pbsolver) R 24277 24289 24224 0 -1 4194304 6976 0 0 0 66 2 0 0 20 0 1 0 34996388 45559808 8779 18446744073709551615 4198400 14743177 140720341654672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51703808 140720341662090 140720341662186 140720341662186 140720341667788 0
/proc/24289/statm: 11123 8779 2496 2575 0 8030 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 44492 KiB
Current children cumulated memory: 35116 KiB

[startup+1.50026 s]
/proc/loadavg: 1.05 1.08 1.41 7/251 24294
/proc/meminfo: memFree=130114584/131382116 swapFree=33010684/33010684
[pid=24289] ppid=24277 vsize=61644 memory=50804 CPUtime=1.49 cores=0,2
/proc/24289/stat : 24289 (pbsolver) R 24277 24289 24224 0 -1 4194304 11134 0 0 0 145 4 0 0 20 0 1 0 34996388 63123456 12701 18446744073709551615 4198400 14743177 140720341654672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51703808 140720341662090 140720341662186 140720341662186 140720341667788 0
/proc/24289/statm: 15411 12701 2560 2575 0 12318 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 61644 KiB
Current children cumulated memory: 50804 KiB

[startup+3.11255 s]
/proc/loadavg: 1.29 1.12 1.42 7/251 24294
/proc/meminfo: memFree=130115004/131382116 swapFree=33010684/33010684
[pid=24289] ppid=24277 vsize=62380 memory=51444 CPUtime=3.09 cores=0,2
/proc/24289/stat : 24289 (pbsolver) R 24277 24289 24224 0 -1 4194304 11282 0 0 0 305 4 0 0 20 0 1 0 34996388 63877120 12861 18446744073709551615 4198400 14743177 140720341654672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51703808 140720341662090 140720341662186 140720341662186 140720341667788 0
/proc/24289/statm: 15595 12861 2560 2575 0 12502 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 62380 KiB
Current children cumulated memory: 51444 KiB

[startup+6.30022 s]
/proc/loadavg: 1.29 1.12 1.42 7/251 24294
/proc/meminfo: memFree=129986392/131382116 swapFree=33010684/33010684
[pid=24289] ppid=24277 vsize=103352 memory=81396 CPUtime=6.27 cores=0,2
/proc/24289/stat : 24289 (pbsolver) R 24277 24289 24224 0 -1 4194304 18712 0 0 0 622 5 0 0 20 0 1 0 34996388 105832448 20349 18446744073709551615 4198400 14743177 140720341654672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51703808 140720341662090 140720341662186 140720341662186 140720341667788 0
/proc/24289/statm: 25838 20349 2656 2575 0 22745 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 103352 KiB
Current children cumulated memory: 81396 KiB

[startup+12.7002 s]
/proc/loadavg: 1.71 1.22 1.45 7/251 24294
/proc/meminfo: memFree=129986656/131382116 swapFree=33010684/33010684
[pid=24289] ppid=24277 vsize=105180 memory=82548 CPUtime=12.65 cores=0,2
/proc/24289/stat : 24289 (pbsolver) R 24277 24289 24224 0 -1 4194304 19003 0 0 0 1260 5 0 0 20 0 1 0 34996388 107704320 20637 18446744073709551615 4198400 14743177 140720341654672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51703808 140720341662090 140720341662186 140720341662186 140720341667788 0
/proc/24289/statm: 26295 20637 2656 2575 0 23202 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 105180 KiB
Current children cumulated memory: 82548 KiB

[startup+25.5002 s]
/proc/loadavg: 2.06 1.31 1.48 7/251 24294
/proc/meminfo: memFree=129785008/131382116 swapFree=33010684/33010684
[pid=24289] ppid=24277 vsize=141708 memory=116988 CPUtime=25.41 cores=0,2
/proc/24289/stat : 24289 (pbsolver) R 24277 24289 24224 0 -1 4194304 32486 0 0 0 2534 7 0 0 20 0 1 0 34996388 145108992 29247 18446744073709551615 4198400 14743177 140720341654672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51703808 140720341662090 140720341662186 140720341662186 140720341667788 0
/proc/24289/statm: 35427 29247 2688 2575 0 32334 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 141708 KiB
Current children cumulated memory: 116988 KiB

[startup+51.1122 s]
/proc/loadavg: 2.80 1.54 1.55 7/251 24295
/proc/meminfo: memFree=129766672/131382116 swapFree=33010684/33010684
[pid=24289] ppid=24277 vsize=146008 memory=123028 CPUtime=50.96 cores=0,2
/proc/24289/stat : 24289 (pbsolver) R 24277 24289 24224 0 -1 4194304 38803 0 0 0 5088 8 0 0 20 0 1 0 34996388 149512192 30757 18446744073709551615 4198400 14743177 140720341654672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51703808 140720341662090 140720341662186 140720341662186 140720341667788 0
/proc/24289/statm: 36502 30757 2688 2575 0 33409 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 146008 KiB
Current children cumulated memory: 123028 KiB

[startup+102.3 s]
/proc/loadavg: 3.58 1.98 1.70 7/253 24299
/proc/meminfo: memFree=129764760/131382116 swapFree=33010684/33010684
[pid=24289] ppid=24277 vsize=153136 memory=130268 CPUtime=102 cores=0,2
/proc/24289/stat : 24289 (pbsolver) R 24277 24289 24224 0 -1 4194304 45366 0 0 0 10191 9 0 0 20 0 1 0 34996388 156811264 32567 18446744073709551615 4198400 14743177 140720341654672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51703808 140720341662090 140720341662186 140720341662186 140720341667788 0
/proc/24289/statm: 38284 32567 2688 2575 0 35191 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 153136 KiB
Current children cumulated memory: 130268 KiB

[startup+162.3 s]
/proc/loadavg: 3.85 2.35 1.85 7/253 24301
/proc/meminfo: memFree=129713200/131382116 swapFree=33010684/33010684
[pid=24289] ppid=24277 vsize=153136 memory=130268 CPUtime=161.84 cores=0,2
/proc/24289/stat : 24289 (pbsolver) R 24277 24289 24224 0 -1 4194304 45366 0 0 0 16175 9 0 0 20 0 1 0 34996388 156811264 32567 18446744073709551615 4198400 14743177 140720341654672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51703808 140720341662090 140720341662186 140720341662186 140720341667788 0
/proc/24289/statm: 38284 32567 2688 2575 0 35191 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 153136 KiB
Current children cumulated memory: 130268 KiB

[startup+222.3 s]
/proc/loadavg: 4.04 2.68 2.00 7/253 24306
/proc/meminfo: memFree=129639776/131382116 swapFree=33010684/33010684
[pid=24289] ppid=24277 vsize=158556 memory=135628 CPUtime=221.68 cores=0,2
/proc/24289/stat : 24289 (pbsolver) R 24277 24289 24224 0 -1 4194304 53188 0 0 0 22158 10 0 0 20 0 1 0 34996388 162361344 33907 18446744073709551615 4198400 14743177 140720341654672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51703808 140720341662090 140720341662186 140720341662186 140720341667788 0
/proc/24289/statm: 39639 33907 2688 2575 0 36546 0
Current children cumulated CPU time: 221.68 s
Current children cumulated vsize: 158556 KiB
Current children cumulated memory: 135628 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 2.94 2.13 7/253 24308
/proc/meminfo: memFree=129632796/131382116 swapFree=33010684/33010684
[pid=24289] ppid=24277 vsize=161516 memory=138444 CPUtime=281.51 cores=0,2
/proc/24289/stat : 24289 (pbsolver) R 24277 24289 24224 0 -1 4194304 53911 0 0 0 28141 10 0 0 20 0 1 0 34996388 165392384 34611 18446744073709551615 4198400 14743177 140720341654672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51703808 140720341662090 140720341662186 140720341662186 140720341667788 0
/proc/24289/statm: 40379 34611 2688 2575 0 37286 0
Current children cumulated CPU time: 281.51 s
Current children cumulated vsize: 161516 KiB
Current children cumulated memory: 138444 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 3.15 2.25 7/252 24314
/proc/meminfo: memFree=129622292/131382116 swapFree=33010684/33010684
[pid=24289] ppid=24277 vsize=172136 memory=149152 CPUtime=341.35 cores=0,2
/proc/24289/stat : 24289 (pbsolver) R 24277 24289 24224 0 -1 4194304 57469 0 0 0 34124 11 0 0 20 0 1 0 34996388 176267264 37288 18446744073709551615 4198400 14743177 140720341654672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51703808 140720341662090 140720341662186 140720341662186 140720341667788 0
/proc/24289/statm: 43034 37288 2688 2575 0 39941 0
Current children cumulated CPU time: 341.35 s
Current children cumulated vsize: 172136 KiB
Current children cumulated memory: 149152 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 3.32 2.37 7/250 24316
/proc/meminfo: memFree=129589552/131382116 swapFree=33010684/33010684
[pid=24289] ppid=24277 vsize=177988 memory=157212 CPUtime=401.18 cores=0,2
/proc/24289/stat : 24289 (pbsolver) R 24277 24289 24224 0 -1 4194304 60426 0 0 0 40106 12 0 0 20 0 1 0 34996388 182259712 39303 18446744073709551615 4198400 14743177 140720341654672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51703808 140720341662090 140720341662186 140720341662186 140720341667788 0
/proc/24289/statm: 44497 39303 2688 2575 0 41404 0
Current children cumulated CPU time: 401.18 s
Current children cumulated vsize: 177988 KiB
Current children cumulated memory: 157212 KiB

[startup+462.3 s]
/proc/loadavg: 4.07 3.46 2.48 7/250 24317
/proc/meminfo: memFree=129564876/131382116 swapFree=33010684/33010684
[pid=24289] ppid=24277 vsize=183092 memory=174116 CPUtime=460.99 cores=0,2
/proc/24289/stat : 24289 (pbsolver) R 24277 24289 24224 0 -1 4194304 66427 0 0 0 46086 13 0 0 20 0 1 0 34996388 187486208 43529 18446744073709551615 4198400 14743177 140720341654672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51703808 140720341662090 140720341662186 140720341662186 140720341667788 0
/proc/24289/statm: 45773 43529 2688 2575 0 42680 0
Current children cumulated CPU time: 460.99 s

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

/proc/loadavg: 4.10 4.09 4.01 7/252 24462
/proc/meminfo: memFree=129390104/131382116 swapFree=33010684/33010684
[pid=24289] ppid=24277 vsize=254636 memory=246384 CPUtime=3153.29 cores=0,2
/proc/24289/stat : 24289 (pbsolver) R 24277 24289 24224 0 -1 4194304 86090 0 0 0 315311 18 0 0 20 0 1 0 34996388 260747264 61596 18446744073709551615 4198400 14743177 140720341654672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51703808 140720341662090 140720341662186 140720341662186 140720341667788 0
/proc/24289/statm: 63659 61596 2944 2575 0 60566 0
Current children cumulated CPU time: 3153.29 s
Current children cumulated vsize: 254636 KiB
Current children cumulated memory: 246384 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.09 4.01 7/252 24466
/proc/meminfo: memFree=129395900/131382116 swapFree=33010684/33010684
[pid=24289] ppid=24277 vsize=254636 memory=247920 CPUtime=3213.12 cores=0,2
/proc/24289/stat : 24289 (pbsolver) R 24277 24289 24224 0 -1 4194304 86094 0 0 0 321294 18 0 0 20 0 1 0 34996388 260747264 61980 18446744073709551615 4198400 14743177 140720341654672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51703808 140720341662090 140720341662186 140720341662186 140720341667788 0
/proc/24289/statm: 63659 61980 2944 2575 0 60566 0
Current children cumulated CPU time: 3213.12 s
Current children cumulated vsize: 254636 KiB
Current children cumulated memory: 247920 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.09 4.01 7/251 24468
/proc/meminfo: memFree=129394944/131382116 swapFree=33010684/33010684
[pid=24289] ppid=24277 vsize=254636 memory=247920 CPUtime=3272.96 cores=0,2
/proc/24289/stat : 24289 (pbsolver) R 24277 24289 24224 0 -1 4194304 86094 0 0 0 327278 18 0 0 20 0 1 0 34996388 260747264 61980 18446744073709551615 4198400 14743177 140720341654672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51703808 140720341662090 140720341662186 140720341662186 140720341667788 0
/proc/24289/statm: 63659 61980 2944 2575 0 60566 0
Current children cumulated CPU time: 3272.96 s
Current children cumulated vsize: 254636 KiB
Current children cumulated memory: 247920 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.08 4.01 7/251 24475
/proc/meminfo: memFree=129410104/131382116 swapFree=33010684/33010684
[pid=24289] ppid=24277 vsize=254636 memory=247920 CPUtime=3332.79 cores=0,2
/proc/24289/stat : 24289 (pbsolver) R 24277 24289 24224 0 -1 4194304 86102 0 0 0 333261 18 0 0 20 0 1 0 34996388 260747264 61980 18446744073709551615 4198400 14743177 140720341654672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51703808 140720341662090 140720341662186 140720341662186 140720341667788 0
/proc/24289/statm: 63659 61980 2944 2575 0 60566 0
Current children cumulated CPU time: 3332.79 s
Current children cumulated vsize: 254636 KiB
Current children cumulated memory: 247920 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.08 4.01 7/252 24478
/proc/meminfo: memFree=129410052/131382116 swapFree=33010684/33010684
[pid=24289] ppid=24277 vsize=254636 memory=247920 CPUtime=3392.62 cores=0,2
/proc/24289/stat : 24289 (pbsolver) R 24277 24289 24224 0 -1 4194304 86102 0 0 0 339244 18 0 0 20 0 1 0 34996388 260747264 61980 18446744073709551615 4198400 14743177 140720341654672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51703808 140720341662090 140720341662186 140720341662186 140720341667788 0
/proc/24289/statm: 63659 61980 2944 2575 0 60566 0
Current children cumulated CPU time: 3392.62 s
Current children cumulated vsize: 254636 KiB
Current children cumulated memory: 247920 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.08 4.01 7/251 24480
/proc/meminfo: memFree=129409596/131382116 swapFree=33010684/33010684
[pid=24289] ppid=24277 vsize=254636 memory=247920 CPUtime=3452.46 cores=0,2
/proc/24289/stat : 24289 (pbsolver) R 24277 24289 24224 0 -1 4194304 86102 0 0 0 345228 18 0 0 20 0 1 0 34996388 260747264 61980 18446744073709551615 4198400 14743177 140720341654672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51703808 140720341662090 140720341662186 140720341662186 140720341667788 0
/proc/24289/statm: 63659 61980 2944 2575 0 60566 0
Current children cumulated CPU time: 3452.46 s
Current children cumulated vsize: 254636 KiB
Current children cumulated memory: 247920 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.08 4.01 7/252 24483
/proc/meminfo: memFree=129409136/131382116 swapFree=33010684/33010684
[pid=24289] ppid=24277 vsize=254636 memory=247920 CPUtime=3512.3 cores=0,2
/proc/24289/stat : 24289 (pbsolver) R 24277 24289 24224 0 -1 4194304 86102 0 0 0 351212 18 0 0 20 0 1 0 34996388 260747264 61980 18446744073709551615 4198400 14743177 140720341654672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51703808 140720341662090 140720341662186 140720341662186 140720341667788 0
/proc/24289/statm: 63659 61980 2944 2575 0 60566 0
Current children cumulated CPU time: 3512.3 s
Current children cumulated vsize: 254636 KiB
Current children cumulated memory: 247920 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.09 4.02 7/252 24485
/proc/meminfo: memFree=129393868/131382116 swapFree=33010684/33010684
[pid=24289] ppid=24277 vsize=254636 memory=247920 CPUtime=3572.13 cores=0,2
/proc/24289/stat : 24289 (pbsolver) R 24277 24289 24224 0 -1 4194304 86113 0 0 0 357195 18 0 0 20 0 1 0 34996388 260747264 61980 18446744073709551615 4198400 14743177 140720341654672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51703808 140720341662090 140720341662186 140720341662186 140720341667788 0
/proc/24289/statm: 63659 61980 2944 2575 0 60566 0
Current children cumulated CPU time: 3572.13 s
Current children cumulated vsize: 254636 KiB
Current children cumulated memory: 247920 KiB

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

# cumulated CPU time of all completed processes:  user=3586.66 s, system=0.18624 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 7/252 24485
/proc/meminfo: memFree=129393884/131382116 swapFree=33010684/33010684
[pid=24289] ppid=24277 vsize=254636 memory=247920 CPUtime=3573.84 cores=0,2
/proc/24289/stat : 24289 (pbsolver) R 24277 24289 24224 0 -1 4194304 86113 0 0 0 357366 18 0 0 20 0 1 0 34996388 260747264 61980 18446744073709551615 4198400 14743177 140720341654672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51703808 140720341662090 140720341662186 140720341662186 140720341667788 0
/proc/24289/statm: 63659 61980 2944 2575 0 60566 0
Current children cumulated CPU time: 3573.84 s
Current children cumulated vsize: 254636 KiB
Current children cumulated memory: 247920 KiB

[startup+3590.4 s]
/proc/loadavg: 4.11 4.09 4.02 7/252 24485
/proc/meminfo: memFree=129378260/131382116 swapFree=33010684/33010684
[pid=24289] ppid=24277 vsize=254636 memory=247920 CPUtime=3580.21 cores=0,2
/proc/24289/stat : 24289 (pbsolver) R 24277 24289 24224 0 -1 4194304 86113 0 0 0 358003 18 0 0 20 0 1 0 34996388 260747264 61980 18446744073709551615 4198400 14743177 140720341654672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51703808 140720341662090 140720341662186 140720341662186 140720341667788 0
/proc/24289/statm: 63659 61980 2944 2575 0 60566 0
Current children cumulated CPU time: 3580.21 s
Current children cumulated vsize: 254636 KiB
Current children cumulated memory: 247920 KiB

[startup+3593.6 s]
/proc/loadavg: 4.10 4.09 4.02 7/252 24485
/proc/meminfo: memFree=129378528/131382116 swapFree=33010684/33010684
[pid=24289] ppid=24277 vsize=254636 memory=247920 CPUtime=3583.4 cores=0,2
/proc/24289/stat : 24289 (pbsolver) R 24277 24289 24224 0 -1 4194304 86113 0 0 0 358322 18 0 0 20 0 1 0 34996388 260747264 61980 18446744073709551615 4198400 14743177 140720341654672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51703808 140720341662090 140720341662186 140720341662186 140720341667788 0
/proc/24289/statm: 63659 61980 2944 2575 0 60566 0
Current children cumulated CPU time: 3583.4 s
Current children cumulated vsize: 254636 KiB
Current children cumulated memory: 247920 KiB

[startup+3595.2 s]
/proc/loadavg: 4.10 4.09 4.02 7/252 24485
/proc/meminfo: memFree=129378532/131382116 swapFree=33010684/33010684
[pid=24289] ppid=24277 vsize=254636 memory=247920 CPUtime=3584.99 cores=0,2
/proc/24289/stat : 24289 (pbsolver) R 24277 24289 24224 0 -1 4194304 86113 0 0 0 358481 18 0 0 20 0 1 0 34996388 260747264 61980 18446744073709551615 4198400 14743177 140720341654672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51703808 140720341662090 140720341662186 140720341662186 140720341667788 0
/proc/24289/statm: 63659 61980 2944 2575 0 60566 0
Current children cumulated CPU time: 3584.99 s
Current children cumulated vsize: 254636 KiB
Current children cumulated memory: 247920 KiB

[startup+3596 s]*
/proc/loadavg: 4.10 4.09 4.02 7/252 24486
/proc/meminfo: memFree=129378532/131382116 swapFree=33010684/33010684
[pid=24289] ppid=24277 vsize=254636 memory=247920 CPUtime=3585.8 cores=0,2
/proc/24289/stat : 24289 (pbsolver) R 24277 24289 24224 0 -1 4194304 86113 0 0 0 358562 18 0 0 20 0 1 0 34996388 260747264 61980 18446744073709551615 4198400 14743177 140720341654672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51703808 140720341662090 140720341662186 140720341662186 140720341667788 0
/proc/24289/statm: 63659 61980 2944 2575 0 60566 0
Current children cumulated CPU time: 3585.8 s
Current children cumulated vsize: 254636 KiB
Current children cumulated memory: 247920 KiB

[startup+3596.8 s]
/proc/loadavg: 4.10 4.09 4.02 7/252 24486
/proc/meminfo: memFree=129378532/131382116 swapFree=33010684/33010684
[pid=24289] ppid=24277 vsize=254636 memory=247920 CPUtime=3586.59 cores=0,2
/proc/24289/stat : 24289 (pbsolver) R 24277 24289 24224 0 -1 4194304 86113 0 0 0 358641 18 0 0 20 0 1 0 34996388 260747264 61980 18446744073709551615 4198400 14743177 140720341654672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51703808 140720341662090 140720341662186 140720341662186 140720341667788 0
/proc/24289/statm: 63659 61980 2944 2575 0 60566 0
Current children cumulated CPU time: 3586.59 s
Current children cumulated vsize: 254636 KiB
Current children cumulated memory: 247920 KiB

[startup+3597 s]*
/proc/loadavg: 4.10 4.09 4.01 7/252 24486
/proc/meminfo: memFree=129378532/131382116 swapFree=33010684/33010684
[pid=24289] ppid=24277 vsize=254636 memory=247920 CPUtime=3586.8 cores=0,2
/proc/24289/stat : 24289 (pbsolver) R 24277 24289 24224 0 -1 4194304 86113 0 0 0 358662 18 0 0 20 0 1 0 34996388 260747264 61980 18446744073709551615 4198400 14743177 140720341654672 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51703808 140720341662090 140720341662186 140720341662186 140720341667788 0
/proc/24289/statm: 63659 61980 2944 2575 0 60566 0
Current children cumulated CPU time: 3586.8 s
Current children cumulated vsize: 254636 KiB
Current children cumulated memory: 247920 KiB

Child status: 0

Real time (s): 3597.05
CPU time (s): 3586.84
CPU user time (s): 3586.66
CPU system time (s): 0.18624
CPU usage (%): 99.7163
Max. virtual memory (cumulated for all children) (KiB): 254636
Max. memory (cumulated for all children) (KiB): 247920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.66
system time used= 0.18624
maximum resident set size= 247920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86122
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= 47
involuntary context switches= 8190


# summary of solver processes directly reported to runsolver:
#   pid: 24289
#   total CPU time (s): 3586.84
#   total CPU user time (s): 3586.66
#   total CPU system time (s): 0.18624

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.7673 second user time and 30.9424 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-06-29 12:32:47
IDJOB=4507743
IDBENCH=158381
IDSOLVER=3366
FILE ID=nodeC011/4507743-1751193166
RUNJOBID= nodeC011-1751193166-24234
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_K76.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507743-1751193166/watcher-4507743-1751193166 -o /tmp/evaluation-result-4507743-1751193166/solver-4507743-1751193166 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751193166-24234 --watchdog 3760  pbsolver -f HOME/instance-4507743-1751193166.opb -t 3600 -m 31000

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

MD5SUM BENCH= c8871c8b730191d1a04606ab4baf2dee
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.581
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		: 1197.292
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.294
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.539
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		: 1197.306
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		: 1197.267
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.686
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.284
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:   129920176 kB
Buffers:            3280 kB
Cached:           519908 kB
SwapCached:            0 kB
Active:           318980 kB
Inactive:         272120 kB
Active(anon):      85872 kB
Inactive(anon):        0 kB
Active(file):     233108 kB
Inactive(file):   272120 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:     333468 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