Trace number 4510159

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-13UNSAT 5.06189 5.0894

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n34-d3-i2-r2.cnf.gz-plain.pb.metafix.opb
MD5SUM10805e7a04221544de9efc2e76d20e2d
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.007252
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables51
Total number of constraints136
Number of constraints which are clauses136
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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-4510159-1751198445.opb>
0.00/0.00	c original problem has 51 variables (51 bin, 0 int, 0 cont) and 136 constraints
0.00/0.00	c problem read in 0.000 seconds
0.00/0.00	c problem without objective
0.00/0.00	c presolving:
0.00/0.00	c    (0.0s) running MILP presolver
0.00/0.00	c    (0.0s) MILP presolver found nothing
0.00/0.00	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 136 upgd conss, 0 impls, 0 clqs
0.00/0.00	c    (0.0s) probing: 51/51 (100.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.00	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.00	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.00	c    (0.0s) no symmetry present (symcode time: 0.00)
0.00/0.00	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
0.00/0.00	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.00	c  0 implications, 0 cliques
0.00/0.00	c presolved problem has 51 variables (51 bin, 0 int, 0 cont) and 136 constraints
0.00/0.00	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
0.00/0.00	c     136 constraints of type <logicor>
0.00/0.00	c transformed objective value is always integral (scale: 1)
0.00/0.00	c Presolving Time: 0.00
0.00/0.00	c problem pure SAT
0.00/0.00	c 
0.00/0.00	c - non default parameters ----------------------------------------------------------------------
0.00/0.00	c 
0.00/0.00	c # SCIP version 10.0.0
0.00/0.00	c 
0.00/0.00	c # maximal time in seconds to run
0.00/0.00	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.00	c limits/time = 3596.998019
0.00/0.00	c 
0.00/0.00	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.00	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.00	c limits/memory = 27900
0.00/0.00	c 
0.00/0.00	c # belongs reading time to solving time?
0.00/0.00	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c timing/reading = TRUE
0.00/0.00	c 
0.00/0.00	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
0.00/0.00	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
0.00/0.00	c reading/opbreader/maxintsize = 47
0.00/0.00	c 
0.00/0.00	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
0.00/0.00	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
0.00/0.00	c propagating/genvbounds/timingmask = 0
0.00/0.00	c 
0.00/0.00	c -----------------------------------------------------------------------------------------------
0.00/0.00	c 
0.00/0.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.00/0.00	c   0.0s|     1 |     0 |    20 |     - |  2133k |   0 |  51 | 142 | 136 |   0 |  0 |   8 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.02	c   0.0s|     1 |     0 |    74 |     - |  2331k |   0 |  51 | 342 | 137 |   1 |  1 |   8 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.02	c   0.0s|     1 |     0 |    75 |     - |  2458k |   0 |  51 | 342 | 138 |   2 |  2 |   8 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.02	c   0.0s|     1 |     0 |    86 |     - |  2480k |   0 |  51 | 342 | 140 |   4 |  3 |   8 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.03	c   0.0s|     1 |     0 |    90 |     - |  2649k |   0 |  51 | 342 | 142 |   6 |  4 |   8 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.03	c   0.0s|     1 |     0 |   101 |     - |  2680k |   0 |  51 | 342 | 143 |   7 |  5 |   8 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.03	c   0.0s|     1 |     0 |   108 |     - |  2901k |   0 |  51 | 343 | 145 |   9 |  6 |   9 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.03	c   0.0s|     1 |     0 |   123 |     - |  3039k |   0 |  51 | 343 | 146 |  10 |  7 |   9 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.04	c   0.0s|     1 |     0 |   129 |     - |  3501k |   0 |  51 | 343 | 148 |  12 |  8 |  10 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.04	c   0.0s|     1 |     0 |   140 |     - |  3855k |   0 |  51 | 344 | 149 |  13 |  9 |  11 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.04	c   0.0s|     1 |     0 |   145 |     - |  4174k |   0 |  51 | 344 | 150 |  14 | 10 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.05	c   0.0s|     1 |     0 |   147 |     - |  4190k |   0 |  51 | 344 | 151 |  15 | 11 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.05	c   0.0s|     1 |     0 |   148 |     - |  4206k |   0 |  51 | 344 | 152 |  16 | 12 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.05	c   0.0s|     1 |     0 |   153 |     - |  4223k |   0 |  51 | 344 | 153 |  17 | 13 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.05	c   0.1s|     1 |     0 |   157 |     - |  4238k |   0 |  51 | 344 | 155 |  19 | 14 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.00/0.05	c   0.1s|     1 |     0 |   160 |     - |  4255k |   0 |  51 | 345 | 156 |  20 | 15 |  13 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.05	c   0.1s|     1 |     0 |   165 |     - |  4272k |   0 |  51 | 346 | 151 |  22 | 16 |  14 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.06	c   0.1s|     1 |     2 |   208 |     - |  4275k |   0 |  51 | 347 | 151 |  22 | 16 |  17 |  10 | 0.000000e+00 |      --      |    Inf | unknown
0.40/0.46	c   0.5s|   100 |    71 |  2388 |  22.5 |  5031k |  13 |  51 | 384 | 145 |  50 |  1 | 101 |  10 | 0.000000e+00 |      --      |    Inf |  40.65%
0.50/0.56	c   0.6s|   200 |   169 |  4310 |  20.8 |  6398k |  16 |  51 | 388 | 145 | 130 |  1 | 209 |  10 | 0.000000e+00 |      --      |    Inf |  40.65%
0.59/0.66	c   0.7s|   300 |   246 |  5881 |  19.1 |  6707k |  16 |  51 | 393 |   0 | 156 |  0 | 288 |  10 | 0.000000e+00 |      --      |    Inf |  46.93%
0.68/0.78	c   0.8s|   400 |   301 |  7302 |  17.9 |  7062k |  16 |  51 | 406 | 145 | 202 |  1 | 363 |  10 | 0.000000e+00 |      --      |    Inf |  59.53%
0.78/0.84	c   0.8s|   500 |   367 |  8632 |  17.0 |  7225k |  16 |  51 | 405 | 147 | 224 |  1 | 452 |  10 | 0.000000e+00 |      --      |    Inf |  59.62%
0.78/0.88	c   0.9s|   600 |   428 |  9287 |  15.2 |  7247k |  16 |  51 | 407 | 147 | 235 |  1 | 556 |  10 | 0.000000e+00 |      --      |    Inf |  59.84%
0.88/0.93	c   0.9s|   700 |   498 | 10326 |  14.5 |  7297k |  17 |  51 | 408 | 147 | 243 |  1 | 676 |  10 | 0.000000e+00 |      --      |    Inf |  59.91%
0.88/0.98	c   1.0s|   800 |   560 | 11464 |  14.1 |  7384k |  18 |  51 | 410 | 149 | 249 |  1 | 795 |  10 | 0.000000e+00 |      --      |    Inf |  60.01%
0.99/1.02	c   1.0s|   900 |   607 | 12312 |  13.5 |  7653k |  18 |  51 | 410 | 147 | 256 |  1 | 909 |  10 | 0.000000e+00 |      --      |    Inf |  60.23%
0.99/1.05	c   1.1s|  1000 |   659 | 13043 |  12.9 |  7680k |  18 |  51 | 408 | 147 | 263 |  1 | 995 |  10 | 0.000000e+00 |      --      |    Inf |  60.31%
1.09/1.11	c   1.1s|  1100 |   737 | 14291 |  12.9 |  7828k |  18 |  51 | 421 | 147 | 297 |  1 |1097 |  10 | 0.000000e+00 |      --      |    Inf |  60.41%
1.09/1.18	c   1.2s|  1200 |   772 | 14979 |  12.4 |  7928k |  18 |  51 | 424 | 145 | 304 |  1 |1166 |  10 | 0.000000e+00 |      --      |    Inf |  63.68%
1.18/1.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.18/1.24	c   1.2s|  1300 |   813 | 15682 |  11.9 |  8027k |  18 |  51 | 397 |   0 | 314 |  0 |1223 |  10 | 0.000000e+00 |      --      |    Inf |  73.22%
1.18/1.27	c   1.3s|  1400 |   850 | 16274 |  11.5 |  8107k |  18 |  51 | 393 | 149 | 322 |  1 |1293 |  10 | 0.000000e+00 |      --      |    Inf |  73.39%
1.28/1.32	c   1.3s|  1500 |   904 | 17297 |  11.4 |  8135k |  18 |  51 | 390 | 147 | 351 |  1 |1385 |  10 | 0.000000e+00 |      --      |    Inf |  73.48%
1.28/1.36	c   1.4s|  1600 |   969 | 18133 |  11.2 |  8325k |  18 |  51 | 383 | 147 | 366 |  1 |1465 |  10 | 0.000000e+00 |      --      |    Inf |  73.50%
1.28/1.39	c   1.4s|  1700 |  1048 | 18974 |  11.1 |  8355k |  18 |  51 | 380 |   0 | 372 |  0 |1559 |  10 | 0.000000e+00 |      --      |    Inf |  73.51%
1.38/1.43	c   1.4s|  1800 |  1121 | 20102 |  11.1 |  8358k |  18 |  51 | 378 | 147 | 393 |  1 |1636 |  10 | 0.000000e+00 |      --      |    Inf |  73.52%
1.38/1.47	c   1.5s|  1900 |  1164 | 20969 |  11.0 |  8615k |  18 |  51 | 386 | 147 | 412 |  1 |1739 |  10 | 0.000000e+00 |      --      |    Inf |  73.58%
1.48/1.50	c   1.5s|  2000 |  1209 | 21894 |  10.9 |  8645k |  18 |  51 | 385 | 146 | 412 |  1 |1827 |  10 | 0.000000e+00 |      --      |    Inf |  73.67%
1.48/1.55	c   1.6s|  2100 |  1262 | 22934 |  10.8 |  8726k |  18 |  51 | 394 | 148 | 448 |  1 |1903 |  10 | 0.000000e+00 |      --      |    Inf |  73.83%
1.48/1.58	c   1.6s|  2200 |  1288 | 23525 |  10.6 |  8726k |  18 |  51 | 394 |   0 | 454 |  0 |1976 |  10 | 0.000000e+00 |      --      |    Inf |  74.18%
1.58/1.63	c   1.6s|  2300 |  1318 | 24372 |  10.5 |  8734k |  18 |  51 | 400 | 148 | 463 |  1 |2057 |  10 | 0.000000e+00 |      --      |    Inf |  77.46%
1.58/1.66	c   1.7s|  2400 |  1359 | 25158 |  10.4 |  8894k |  18 |  51 | 399 | 146 | 472 |  1 |2124 |  10 | 0.000000e+00 |      --      |    Inf |  77.52%
1.58/1.69	c   1.7s|  2500 |  1409 | 25875 |  10.3 |  8958k |  18 |  51 | 398 |   0 | 472 |  0 |2215 |  10 | 0.000000e+00 |      --      |    Inf |  77.56%
1.68/1.72	c   1.7s|  2600 |  1453 | 26592 |  10.2 |  8960k |  18 |  51 | 404 | 148 | 472 |  1 |2295 |  10 | 0.000000e+00 |      --      |    Inf |  77.62%
1.68/1.75	c   1.8s|  2700 |  1479 | 27333 |  10.1 |  8986k |  18 |  51 | 403 |   0 | 472 |  0 |2361 |  10 | 0.000000e+00 |      --      |    Inf |  80.83%
1.68/1.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.68/1.78	c   1.8s|  2800 |  1505 | 28089 |  10.0 |  9382k |  18 |  51 | 405 | 148 | 472 |  1 |2444 |  10 | 0.000000e+00 |      --      |    Inf |  80.91%
1.78/1.80	c   1.8s|  2900 |  1553 | 28812 |   9.9 |  9473k |  18 |  51 | 408 | 147 | 472 |  1 |2524 |  10 | 0.000000e+00 |      --      |    Inf |  80.95%
1.78/1.84	c   1.8s|  3000 |  1626 | 29672 |   9.8 |  9491k |  18 |  51 | 404 | 147 | 480 |  1 |2619 |  10 | 0.000000e+00 |      --      |    Inf |  81.02%
1.78/1.87	c   1.9s|  3100 |  1629 | 30205 |   9.7 |  9757k |  18 |  51 | 405 | 146 | 480 |  1 |2709 |  10 | 0.000000e+00 |      --      |    Inf |  81.21%
1.88/1.90	c   1.9s|  3200 |  1667 | 31070 |   9.7 |  9764k |  18 |  51 | 402 | 147 | 480 |  1 |2789 |  10 | 0.000000e+00 |      --      |    Inf |  81.26%
1.88/1.94	c   1.9s|  3300 |  1712 | 31907 |   9.6 |  9766k |  18 |  51 | 403 | 147 | 483 |  1 |2889 |  10 | 0.000000e+00 |      --      |    Inf |  81.40%
1.88/1.97	c   2.0s|  3400 |  1766 | 32764 |   9.6 |  9895k |  18 |  51 | 402 | 146 | 486 |  1 |2973 |  10 | 0.000000e+00 |      --      |    Inf |  81.45%
1.98/2.01	c   2.0s|  3500 |  1824 | 33747 |   9.6 |  9975k |  18 |  51 | 403 | 147 | 488 |  1 |3067 |  10 | 0.000000e+00 |      --      |    Inf |  81.51%
1.98/2.05	c   2.0s|  3600 |  1871 | 34390 |   9.5 |  9979k |  18 |  51 | 405 | 148 | 492 |  1 |3169 |  10 | 0.000000e+00 |      --      |    Inf |  81.57%
1.98/2.07	c   2.1s|  3700 |  1899 | 34931 |   9.4 |  9979k |  18 |  51 | 403 |   0 | 492 |  0 |3241 |  10 | 0.000000e+00 |      --      |    Inf |  81.67%
2.08/2.10	c   2.1s|  3800 |  1924 | 35458 |   9.3 |  9979k |  18 |  51 | 403 |   0 | 497 |  0 |3341 |  10 | 0.000000e+00 |      --      |    Inf |  81.75%
2.08/2.12	c   2.1s|  3900 |  1952 | 36026 |   9.2 |  9979k |  18 |  51 | 401 | 148 | 497 |  1 |3405 |  10 | 0.000000e+00 |      --      |    Inf |  81.80%
2.08/2.15	c   2.2s|  4000 |  1992 | 36628 |   9.1 |    10M |  18 |  51 | 403 | 147 | 500 |  1 |3474 |  10 | 0.000000e+00 |      --      |    Inf |  81.87%
2.08/2.19	c   2.2s|  4100 |  2043 | 37538 |   9.1 |    10M |  18 |  51 | 405 | 147 | 508 |  1 |3571 |  10 | 0.000000e+00 |      --      |    Inf |  81.93%
2.18/2.22	c   2.2s|  4200 |  2070 | 38201 |   9.1 |    10M |  18 |  51 | 407 |   0 | 508 |  0 |3654 |  10 | 0.000000e+00 |      --      |    Inf |  82.02%
2.18/2.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.18/2.25	c   2.2s|  4300 |  2085 | 38726 |   9.0 |    10M |  18 |  51 | 405 | 148 | 518 |  1 |3726 |  10 | 0.000000e+00 |      --      |    Inf |  82.24%
2.18/2.27	c   2.3s|  4400 |  2124 | 39377 |   8.9 |    10M |  18 |  51 | 405 | 147 | 522 |  1 |3803 |  10 | 0.000000e+00 |      --      |    Inf |  82.30%
2.27/2.31	c   2.3s|  4500 |  2167 | 40011 |   8.9 |    10M |  18 |  51 | 407 | 147 | 526 |  1 |3914 |  10 | 0.000000e+00 |      --      |    Inf |  82.36%
2.27/2.34	c   2.3s|  4600 |  2205 | 40611 |   8.8 |    10M |  18 |  51 | 406 | 147 | 526 |  1 |3979 |  10 | 0.000000e+00 |      --      |    Inf |  82.40%
2.27/2.36	c   2.4s|  4700 |  2203 | 41137 |   8.7 |    10M |  18 |  51 | 403 |   0 | 526 |  0 |4060 |  10 | 0.000000e+00 |      --      |    Inf |  82.57%
2.27/2.39	c   2.4s|  4800 |  2219 | 41873 |   8.7 |    11M |  18 |  51 | 401 | 146 | 526 |  1 |4149 |  10 | 0.000000e+00 |      --      |    Inf |  82.67%
2.37/2.41	c   2.4s|  4900 |  2230 | 42384 |   8.6 |    11M |  18 |  51 | 405 |   0 | 526 |  0 |4214 |  10 | 0.000000e+00 |      --      |    Inf |  82.77%
2.37/2.44	c   2.4s|  5000 |  2270 | 43115 |   8.6 |    11M |  18 |  51 | 404 | 147 | 529 |  1 |4302 |  10 | 0.000000e+00 |      --      |    Inf |  82.91%
2.37/2.48	c   2.5s|  5100 |  2342 | 43998 |   8.6 |    11M |  18 |  51 | 406 | 148 | 539 |  1 |4388 |  10 | 0.000000e+00 |      --      |    Inf |  82.93%
2.47/2.51	c   2.5s|  5200 |  2392 | 44785 |   8.6 |    11M |  18 |  51 | 404 |   0 | 539 |  0 |4470 |  10 | 0.000000e+00 |      --      |    Inf |  82.96%
2.47/2.54	c   2.5s|  5300 |  2447 | 45633 |   8.6 |    11M |  18 |  51 | 405 |   0 | 548 |  0 |4532 |  10 | 0.000000e+00 |      --      |    Inf |  82.97%
2.47/2.58	c   2.6s|  5400 |  2514 | 46583 |   8.6 |    11M |  18 |  51 | 404 | 147 | 555 |  1 |4603 |  10 | 0.000000e+00 |      --      |    Inf |  82.98%
2.57/2.61	c   2.6s|  5500 |  2550 | 47289 |   8.6 |    11M |  18 |  51 | 402 | 147 | 555 |  1 |4674 |  10 | 0.000000e+00 |      --      |    Inf |  83.03%
2.57/2.63	c   2.6s|  5600 |  2573 | 47803 |   8.5 |    11M |  18 |  51 | 401 | 147 | 559 |  1 |4739 |  10 | 0.000000e+00 |      --      |    Inf |  83.09%
2.57/2.66	c   2.7s|  5700 |  2596 | 48434 |   8.5 |    11M |  18 |  51 | 399 |   0 | 559 |  0 |4805 |  10 | 0.000000e+00 |      --      |    Inf |  83.15%
2.57/2.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.57/2.69	c   2.7s|  5800 |  2652 | 49240 |   8.5 |    11M |  18 |  51 | 398 | 147 | 559 |  1 |4884 |  10 | 0.000000e+00 |      --      |    Inf |  83.24%
2.67/2.71	c   2.7s|  5900 |  2662 | 49752 |   8.4 |    11M |  18 |  51 | 397 | 148 | 559 |  1 |4977 |  10 | 0.000000e+00 |      --      |    Inf |  83.31%
2.67/2.74	c   2.7s|  6000 |  2696 | 50392 |   8.4 |    11M |  18 |  51 | 396 |   0 | 559 |  0 |5059 |  10 | 0.000000e+00 |      --      |    Inf |  83.42%
2.67/2.77	c   2.8s|  6100 |  2744 | 51167 |   8.4 |    11M |  18 |  51 | 396 | 147 | 559 |  1 |5147 |  10 | 0.000000e+00 |      --      |    Inf |  83.45%
2.77/2.80	c   2.8s|  6200 |  2783 | 51951 |   8.4 |    11M |  18 |  51 | 399 | 147 | 559 |  1 |5251 |  10 | 0.000000e+00 |      --      |    Inf |  83.53%
2.77/2.82	c   2.8s|  6300 |  2798 | 52565 |   8.3 |    11M |  18 |  51 | 397 | 146 | 559 |  1 |5319 |  10 | 0.000000e+00 |      --      |    Inf |  83.65%
2.77/2.85	c   2.9s|  6400 |  2835 | 53142 |   8.3 |    11M |  18 |  51 | 400 | 147 | 559 |  1 |5398 |  10 | 0.000000e+00 |      --      |    Inf |  83.70%
2.77/2.88	c   2.9s|  6500 |  2860 | 53772 |   8.2 |    12M |  18 |  51 | 398 |   0 | 559 |  0 |5473 |  10 | 0.000000e+00 |      --      |    Inf |  83.77%
2.87/2.90	c   2.9s|  6600 |  2876 | 54295 |   8.2 |    12M |  18 |  51 | 399 | 147 | 559 |  1 |5539 |  10 | 0.000000e+00 |      --      |    Inf |  83.90%
2.87/2.92	c   2.9s|  6700 |  2895 | 54910 |   8.2 |    12M |  18 |  51 | 402 | 147 | 559 |  1 |5625 |  10 | 0.000000e+00 |      --      |    Inf |  83.98%
2.87/2.96	c   3.0s|  6800 |  2964 | 55670 |   8.2 |    12M |  18 |  51 | 401 | 148 | 559 |  1 |5724 |  10 | 0.000000e+00 |      --      |    Inf |  84.01%
2.87/2.99	c   3.0s|  6900 |  3002 | 56456 |   8.2 |    12M |  18 |  51 | 402 | 147 | 559 |  1 |5802 |  10 | 0.000000e+00 |      --      |    Inf |  84.15%
2.97/3.01	c   3.0s|  7000 |  3028 | 57024 |   8.1 |    12M |  18 |  51 | 408 | 148 | 567 |  1 |5866 |  10 | 0.000000e+00 |      --      |    Inf |  84.20%
2.97/3.03	c   3.0s|  7100 |  3052 | 57466 |   8.1 |    12M |  18 |  51 | 406 | 146 | 567 |  1 |5923 |  10 | 0.000000e+00 |      --      |    Inf |  84.25%
2.97/3.07	c   3.1s|  7200 |  3063 | 58230 |   8.1 |    12M |  18 |  51 | 406 | 147 | 567 |  1 |6019 |  10 | 0.000000e+00 |      --      |    Inf |  84.43%
2.97/3.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.97/3.09	c   3.1s|  7300 |  3102 | 58921 |   8.0 |    12M |  18 |  51 | 404 |   0 | 567 |  0 |6098 |  10 | 0.000000e+00 |      --      |    Inf |  84.55%
3.07/3.12	c   3.1s|  7400 |  3093 | 59538 |   8.0 |    12M |  18 |  51 | 403 | 147 | 567 |  1 |6182 |  10 | 0.000000e+00 |      --      |    Inf |  84.73%
3.07/3.14	c   3.1s|  7500 |  3135 | 60032 |   8.0 |    12M |  18 |  51 | 406 | 148 | 567 |  1 |6255 |  10 | 0.000000e+00 |      --      |    Inf |  84.84%
3.07/3.17	c   3.2s|  7600 |  3156 | 60680 |   8.0 |    13M |  18 |  51 | 408 | 147 | 567 |  1 |6343 |  10 | 0.000000e+00 |      --      |    Inf |  84.91%
3.07/3.19	c   3.2s|  7700 |  3187 | 61229 |   7.9 |    13M |  18 |  51 | 411 | 147 | 567 |  1 |6406 |  10 | 0.000000e+00 |      --      |    Inf |  84.94%
3.17/3.21	c   3.2s|  7800 |  3227 | 61813 |   7.9 |    13M |  18 |  51 | 411 |   0 | 567 |  0 |6469 |  10 | 0.000000e+00 |      --      |    Inf |  84.96%
3.17/3.23	c   3.2s|  7900 |  3252 | 62355 |   7.9 |    13M |  18 |  51 | 411 |   0 | 567 |  0 |6534 |  10 | 0.000000e+00 |      --      |    Inf |  85.08%
3.17/3.25	c   3.3s|  8000 |  3261 | 62880 |   7.8 |    13M |  18 |  51 | 414 | 148 | 567 |  1 |6601 |  10 | 0.000000e+00 |      --      |    Inf |  85.14%
3.17/3.27	c   3.3s|  8100 |  3272 | 63460 |   7.8 |    13M |  18 |  51 | 412 | 146 | 567 |  1 |6669 |  10 | 0.000000e+00 |      --      |    Inf |  85.21%
3.27/3.30	c   3.3s|  8200 |  3293 | 63942 |   7.8 |    13M |  18 |  51 | 411 | 146 | 567 |  1 |6748 |  10 | 0.000000e+00 |      --      |    Inf |  85.28%
3.27/3.33	c   3.3s|  8300 |  3336 | 64739 |   7.8 |    13M |  18 |  51 | 412 |   0 | 567 |  0 |6822 |  10 | 0.000000e+00 |      --      |    Inf |  85.31%
3.27/3.35	c   3.4s|  8400 |  3341 | 65258 |   7.8 |    13M |  18 |  51 | 414 | 147 | 567 |  1 |6888 |  10 | 0.000000e+00 |      --      |    Inf |  85.37%
3.27/3.37	c   3.4s|  8500 |  3300 | 65831 |   7.7 |    13M |  18 |  51 | 415 | 146 | 567 |  1 |6970 |  10 | 0.000000e+00 |      --      |    Inf |  85.50%
3.37/3.40	c   3.4s|  8600 |  3279 | 66318 |   7.7 |    13M |  18 |  51 | 416 | 148 | 567 |  1 |7057 |  10 | 0.000000e+00 |      --      |    Inf |  85.59%
3.37/3.42	c   3.4s|  8700 |  3283 | 66817 |   7.7 |    13M |  18 |  51 | 415 |   0 | 567 |  0 |7132 |  10 | 0.000000e+00 |      --      |    Inf |  85.65%
3.37/3.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.37/3.44	c   3.4s|  8800 |  3250 | 67312 |   7.6 |    13M |  18 |  51 | 414 |   0 | 567 |  0 |7215 |  10 | 0.000000e+00 |      --      |    Inf |  85.77%
3.37/3.48	c   3.5s|  8900 |  3270 | 67870 |   7.6 |    13M |  18 |  51 | 416 | 147 | 571 |  1 |7275 |  10 | 0.000000e+00 |      --      |    Inf |  88.98%
3.47/3.51	c   3.5s|  9000 |  3267 | 68392 |   7.6 |    13M |  18 |  51 | 414 | 147 | 571 |  1 |7350 |  10 | 0.000000e+00 |      --      |    Inf |  89.05%
3.47/3.53	c   3.5s|  9100 |  3240 | 68876 |   7.6 |    13M |  18 |  51 | 414 | 147 | 571 |  1 |7423 |  10 | 0.000000e+00 |      --      |    Inf |  89.12%
3.47/3.55	c   3.6s|  9200 |  3264 | 69444 |   7.5 |    13M |  18 |  51 | 414 | 147 | 571 |  1 |7506 |  10 | 0.000000e+00 |      --      |    Inf |  89.18%
3.47/3.60	c   3.6s|  9300 |  3306 | 70362 |   7.5 |    13M |  18 |  51 | 415 |   0 | 571 |  0 |7587 |  10 | 0.000000e+00 |      --      |    Inf |  92.37%
3.57/3.62	c   3.6s|  9400 |  3306 | 70979 |   7.5 |    13M |  18 |  51 | 417 |   0 | 571 |  0 |7672 |  10 | 0.000000e+00 |      --      |    Inf |  92.45%
3.57/3.64	c   3.6s|  9500 |  3331 | 71540 |   7.5 |    13M |  18 |  51 | 417 | 147 | 571 |  1 |7736 |  10 | 0.000000e+00 |      --      |    Inf |  92.49%
3.57/3.67	c   3.7s|  9600 |  3364 | 72204 |   7.5 |    13M |  18 |  51 | 417 | 147 | 571 |  1 |7820 |  10 | 0.000000e+00 |      --      |    Inf |  92.57%
3.57/3.69	c   3.7s|  9700 |  3380 | 72885 |   7.5 |    13M |  18 |  51 | 416 |   0 | 571 |  0 |7917 |  10 | 0.000000e+00 |      --      |    Inf |  92.72%
3.67/3.72	c   3.7s|  9800 |  3401 | 73651 |   7.5 |    14M |  18 |  51 | 419 | 147 | 575 |  1 |7992 |  10 | 0.000000e+00 |      --      |    Inf |  92.78%
3.67/3.74	c   3.7s|  9900 |  3420 | 74298 |   7.5 |    14M |  18 |  51 | 420 |   0 | 575 |  0 |8053 |  10 | 0.000000e+00 |      --      |    Inf |  92.89%
3.67/3.78	c   3.8s| 10000 |  3429 | 74957 |   7.5 |    14M |  18 |  51 | 420 | 147 | 575 |  1 |8153 |  10 | 0.000000e+00 |      --      |    Inf |  92.99%
3.77/3.80	c   3.8s| 10100 |  3442 | 75591 |   7.5 |    14M |  18 |  51 | 419 | 146 | 575 |  1 |8244 |  10 | 0.000000e+00 |      --      |    Inf |  93.07%
3.77/3.83	c   3.8s| 10200 |  3443 | 76157 |   7.5 |    14M |  18 |  51 | 420 | 147 | 575 |  1 |8347 |  10 | 0.000000e+00 |      --      |    Inf |  93.15%
3.77/3.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.77/3.86	c   3.9s| 10300 |  3494 | 76774 |   7.4 |    14M |  18 |  51 | 419 | 147 | 575 |  1 |8445 |  10 | 0.000000e+00 |      --      |    Inf |  93.18%
3.77/3.88	c   3.9s| 10400 |  3521 | 77229 |   7.4 |    14M |  18 |  51 | 419 |   0 | 575 |  0 |8505 |  10 | 0.000000e+00 |      --      |    Inf |  93.20%
3.87/3.90	c   3.9s| 10500 |  3511 | 77769 |   7.4 |    14M |  18 |  51 | 419 |   0 | 575 |  0 |8586 |  10 | 0.000000e+00 |      --      |    Inf |  93.33%
3.87/3.93	c   3.9s| 10600 |  3513 | 78335 |   7.4 |    14M |  18 |  51 | 417 |   0 | 575 |  0 |8669 |  10 | 0.000000e+00 |      --      |    Inf |  93.49%
3.87/3.95	c   4.0s| 10700 |  3526 | 78947 |   7.4 |    14M |  18 |  51 | 417 |   0 | 575 |  0 |8753 |  10 | 0.000000e+00 |      --      |    Inf |  93.57%
3.87/3.98	c   4.0s| 10800 |  3535 | 79515 |   7.3 |    14M |  18 |  51 | 419 | 147 | 575 |  1 |8811 |  10 | 0.000000e+00 |      --      |    Inf |  93.68%
3.87/4.00	c   4.0s| 10900 |  3525 | 80064 |   7.3 |    14M |  18 |  51 | 425 | 148 | 575 |  1 |8895 |  10 | 0.000000e+00 |      --      |    Inf |  93.85%
3.98/4.03	c   4.0s| 11000 |  3546 | 80720 |   7.3 |    14M |  18 |  51 | 425 | 146 | 575 |  1 |8973 |  10 | 0.000000e+00 |      --      |    Inf |  94.00%
3.98/4.06	c   4.1s| 11100 |  3589 | 81338 |   7.3 |    14M |  18 |  51 | 426 | 147 | 575 |  1 |9055 |  10 | 0.000000e+00 |      --      |    Inf |  94.06%
3.98/4.08	c   4.1s| 11200 |  3595 | 81859 |   7.3 |    15M |  18 |  51 | 432 | 146 | 575 |  1 |9147 |  10 | 0.000000e+00 |      --      |    Inf |  94.19%
3.98/4.10	c   4.1s| 11300 |  3614 | 82277 |   7.3 |    15M |  18 |  51 | 432 | 147 | 575 |  1 |9201 |  10 | 0.000000e+00 |      --      |    Inf |  94.24%
4.08/4.12	c   4.1s| 11400 |  3603 | 82810 |   7.3 |    15M |  18 |  51 | 429 | 147 | 575 |  1 |9278 |  10 | 0.000000e+00 |      --      |    Inf |  94.32%
4.08/4.15	c   4.1s| 11500 |  3559 | 83229 |   7.2 |    15M |  18 |  51 | 427 |   0 | 575 |  0 |9368 |  10 | 0.000000e+00 |      --      |    Inf |  94.52%
4.08/4.17	c   4.2s| 11600 |  3496 | 83535 |   7.2 |    15M |  18 |  51 | 428 | 147 | 575 |  1 |9456 |  10 | 0.000000e+00 |      --      |    Inf |  94.64%
4.08/4.19	c   4.2s| 11700 |  3432 | 83940 |   7.2 |    15M |  18 |  51 | 429 |   0 | 575 |  0 |9553 |  10 | 0.000000e+00 |      --      |    Inf |  94.74%
4.17/4.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.17/4.21	c   4.2s| 11800 |  3402 | 84233 |   7.1 |    15M |  18 |  51 | 428 |   0 | 575 |  0 |9627 |  10 | 0.000000e+00 |      --      |    Inf |  94.82%
4.17/4.24	c   4.2s| 11900 |  3385 | 84655 |   7.1 |    15M |  18 |  51 | 429 |   0 | 575 |  0 |9714 |  10 | 0.000000e+00 |      --      |    Inf |  94.93%
4.17/4.26	c   4.3s| 12000 |  3376 | 85486 |   7.1 |    15M |  18 |  51 | 428 | 147 | 575 |  1 |9824 |  10 | 0.000000e+00 |      --      |    Inf |  95.05%
4.17/4.28	c   4.3s| 12100 |  3386 | 86108 |   7.1 |    15M |  18 |  51 | 429 | 148 | 575 |  1 |9899 |  10 | 0.000000e+00 |      --      |    Inf |  95.15%
4.27/4.31	c   4.3s| 12200 |  3351 | 86516 |   7.1 |    15M |  18 |  51 | 425 |   0 | 575 |  0 |9973 |  10 | 0.000000e+00 |      --      |    Inf |  95.28%
4.27/4.33	c   4.3s| 12300 |  3288 | 86935 |   7.1 |    15M |  18 |  51 | 424 |   0 | 575 |  0 |  10k|  10 | 0.000000e+00 |      --      |    Inf |  95.40%
4.27/4.35	c   4.4s| 12400 |  3225 | 87439 |   7.0 |    15M |  18 |  51 | 424 | 148 | 575 |  1 |  10k|  10 | 0.000000e+00 |      --      |    Inf |  95.51%
4.27/4.37	c   4.4s| 12500 |  3196 | 87913 |   7.0 |    15M |  18 |  51 | 424 | 147 | 575 |  1 |  10k|  10 | 0.000000e+00 |      --      |    Inf |  95.62%
4.37/4.40	c   4.4s| 12600 |  3160 | 88355 |   7.0 |    15M |  18 |  51 | 426 | 148 | 575 |  1 |  10k|  10 | 0.000000e+00 |      --      |    Inf |  95.69%
4.37/4.42	c   4.4s| 12700 |  3117 | 88711 |   7.0 |    16M |  18 |  51 | 427 | 147 | 575 |  1 |  10k|  10 | 0.000000e+00 |      --      |    Inf |  95.79%
4.37/4.44	c   4.4s| 12800 |  3092 | 89097 |   6.9 |    16M |  18 |  51 | 425 | 147 | 575 |  1 |  10k|  10 | 0.000000e+00 |      --      |    Inf |  95.89%
4.37/4.46	c   4.5s| 12900 |  3090 | 89629 |   6.9 |    16M |  18 |  51 | 425 | 147 | 575 |  1 |  10k|  10 | 0.000000e+00 |      --      |    Inf |  95.94%
4.37/4.48	c   4.5s| 13000 |  3005 | 90065 |   6.9 |    16M |  18 |  51 | 426 | 147 | 575 |  1 |  10k|  10 | 0.000000e+00 |      --      |    Inf |  96.08%
4.47/4.50	c   4.5s| 13100 |  2955 | 90519 |   6.9 |    16M |  18 |  51 | 427 | 148 | 575 |  1 |  10k|  10 | 0.000000e+00 |      --      |    Inf |  96.18%
4.47/4.52	c   4.5s| 13200 |  2940 | 90933 |   6.9 |    16M |  18 |  51 | 431 | 147 | 575 |  1 |  10k|  10 | 0.000000e+00 |      --      |    Inf |  96.23%
4.47/4.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.47/4.54	c   4.5s| 13300 |  2940 | 91405 |   6.9 |    16M |  18 |  51 | 433 |   0 | 575 |  0 |  10k|  10 | 0.000000e+00 |      --      |    Inf |  96.28%
4.47/4.57	c   4.6s| 13400 |  2895 | 91803 |   6.8 |    16M |  18 |  51 | 433 | 147 | 575 |  1 |  10k|  10 | 0.000000e+00 |      --      |    Inf |  96.39%
4.47/4.59	c   4.6s| 13500 |  2803 | 92208 |   6.8 |    16M |  18 |  51 | 437 |   0 | 575 |  0 |  11k|  10 | 0.000000e+00 |      --      |    Inf |  96.50%
4.57/4.62	c   4.6s| 13600 |  2677 | 92689 |   6.8 |    16M |  18 |  51 | 436 |   0 | 575 |  0 |  11k|  10 | 0.000000e+00 |      --      |    Inf |  96.66%
4.57/4.65	c   4.7s| 13700 |  2595 | 93230 |   6.8 |    16M |  18 |  51 | 435 |   0 | 575 |  0 |  11k|  10 | 0.000000e+00 |      --      |    Inf |  96.80%
4.57/4.68	c   4.7s| 13800 |  2496 | 93727 |   6.8 |    16M |  18 |  51 | 433 | 147 | 575 |  1 |  11k|  10 | 0.000000e+00 |      --      |    Inf |  97.00%
4.67/4.71	c   4.7s| 13900 |  2409 | 94151 |   6.8 |    16M |  18 |  51 | 434 |   0 | 575 |  0 |  11k|  10 | 0.000000e+00 |      --      |    Inf |  97.17%
4.67/4.74	c   4.7s| 14000 |  2347 | 94719 |   6.8 |    16M |  18 |  51 | 437 | 147 | 575 |  1 |  11k|  10 | 0.000000e+00 |      --      |    Inf |  97.33%
4.67/4.76	c   4.8s| 14100 |  2347 | 95231 |   6.7 |    16M |  18 |  51 | 438 | 148 | 575 |  1 |  11k|  10 | 0.000000e+00 |      --      |    Inf |  97.39%
4.77/4.81	c   4.8s| 14200 |  2022 | 95538 |   6.7 |    16M |  18 |  51 | 217 | 147 | 575 |  1 |  11k|  10 | 0.000000e+00 |      --      |    Inf |  97.74%
4.77/4.85	c   4.9s| 14300 |  1714 | 95890 |   6.7 |    16M |  18 |  51 | 167 |   0 | 575 |  0 |  12k|  10 | 0.000000e+00 |      --      |    Inf |  98.02%
4.77/4.89	c   4.9s| 14400 |  1523 | 96273 |   6.7 |    16M |  18 |  51 | 156 | 148 | 575 |  1 |  12k|  10 | 0.000000e+00 |      --      |    Inf |  98.20%
4.87/4.92	c   4.9s| 14500 |  1274 | 96555 |   6.6 |    16M |  18 |  51 | 153 |   0 | 575 |  0 |  12k|  10 | 0.000000e+00 |      --      |    Inf |  98.40%
4.87/4.94	c   4.9s| 14600 |  1172 | 96871 |   6.6 |    16M |  18 |  51 | 150 | 147 | 575 |  1 |  12k|  10 | 0.000000e+00 |      --      |    Inf |  98.53%
4.87/4.98	c   5.0s| 14700 |   777 | 97121 |   6.6 |    16M |  18 |  51 | 152 | 147 | 575 |  1 |  13k|  10 | 0.000000e+00 |      --      |    Inf |  98.97%
4.97/5.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.97/5.01	c   5.0s| 14800 |   403 | 97390 |   6.6 |    16M |  18 |  51 | 150 |   0 | 575 |  0 |  13k|  10 | 0.000000e+00 |      --      |    Inf |  99.41%
4.97/5.04	c   5.0s| 14900 |   114 | 97777 |   6.6 |    16M |  18 |  51 | 151 | 146 | 575 |  1 |  13k|  10 | 0.000000e+00 |      --      |    Inf |  99.79%
4.97/5.06	c   5.1s| 15000 |    22 | 98008 |   6.5 |    16M |  18 |  51 | 153 |   0 | 575 |  0 |  13k|  10 | 0.000000e+00 |      --      |    Inf |  99.96%
4.97/5.08	c 
4.97/5.08	c SCIP Status        : problem is solved [infeasible]
4.97/5.08	c Solving Time (sec) : 5.08
4.97/5.08	c Solving Nodes      : 15085
4.97/5.08	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
4.97/5.08	c Dual Bound         : +1.00000000000000e+20
4.97/5.08	c Gap                : 0.00 %
4.97/5.08	s UNSATISFIABLE
4.97/5.08	c SCIP Status        : problem is solved [infeasible]
4.97/5.08	c Total Time         :       5.08
4.97/5.08	c   solving          :       5.08
4.97/5.08	c   presolving       :       0.00 (included in solving)
4.97/5.08	c   reading          :       0.00 (included in solving)
4.97/5.08	c   copying          :       0.05 (34 #copies) (minimal 0.00, maximal 0.00, average 0.00)
4.97/5.08	c Original Problem   :
4.97/5.08	c   Problem name     : HOME/instance-4510159-1751198445.opb
4.97/5.08	c   Variables        : 51 (51 binary, 0 integer, 0 continuous)
4.97/5.08	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
4.97/5.08	c   Constraints      : 136 initial, 136 maximal
4.97/5.08	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
4.97/5.08	c Presolved Problem  :
4.97/5.08	c   Problem name     : t_HOME/instance-4510159-1751198445.opb
4.97/5.08	c   Variables        : 51 (51 binary, 0 integer, 0 continuous)
4.97/5.08	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
4.97/5.08	c   Constraints      : 136 initial, 438 maximal
4.97/5.08	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
4.97/5.08	c   Nonzeros         : 408 constraint, 0 clique table
4.97/5.08	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
4.97/5.08	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
4.97/5.08	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
4.97/5.08	c   domcol           :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
4.97/5.08	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
4.97/5.08	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
4.97/5.08	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
4.97/5.08	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
4.97/5.08	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
4.97/5.08	c   implics          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
4.97/5.08	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
4.97/5.08	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
4.97/5.08	c   milp             :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
4.97/5.08	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
4.97/5.08	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
4.97/5.08	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
4.97/5.08	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
4.97/5.08	c   trivial          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
4.97/5.08	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
4.97/5.08	c   dualfix          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
4.97/5.08	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
4.97/5.08	c   probing          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
4.97/5.08	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
4.97/5.08	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
4.97/5.08	c   vbounds          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
4.97/5.08	c   knapsack         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
4.97/5.08	c   linear           :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
4.97/5.08	c   logicor          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
4.97/5.08	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
4.97/5.08	c   root node        :          -          -      -          9          -          -          9          -          -          -          -          -
4.97/5.08	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
4.97/5.08	c   integral         :          0          0          0          0      10793          0          0         17          0          0          0          0          0          0      21586
4.97/5.08	c   knapsack         :          0+         1          0          7          0          0          0          0          0          0          1          0          0          0          0
4.97/5.08	c   linear           :          0+       210         16      73231          0          0          0          3      29432       1707      24952         23          7          0          0
4.97/5.08	c   logicor          :        136+       334         16      84639          0          0          0         13     132158      13126     140485          1          0          0          0
4.97/5.08	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
4.97/5.08	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
4.97/5.08	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
4.97/5.08	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
4.97/5.08	c   integral         :       0.08       0.00       0.00       0.00       0.08       0.00       0.00       0.00       0.00       0.00
4.97/5.08	c   knapsack         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
4.97/5.08	c   linear           :       0.22       0.00       0.00       0.20       0.00       0.00       0.00       0.00       0.01       0.00
4.97/5.08	c   logicor          :       0.58       0.00       0.00       0.55       0.00       0.00       0.00       0.00       0.03       0.00
4.97/5.08	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
4.97/5.08	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
4.97/5.08	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
4.97/5.08	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
4.97/5.08	c   dualfix          :          1          0          0          0
4.97/5.08	c   genvbounds       :          0          0          0          0
4.97/5.08	c   nlobbt           :          0          0          0          0
4.97/5.08	c   obbt             :          0          0          0          0
4.97/5.08	c   probing          :          0          0          0          0
4.97/5.08	c   pseudoobj        :          0          0          0          0
4.97/5.08	c   redcost          :          0          0          0          0
4.97/5.08	c   rootredcost      :          0          0          0          0
4.97/5.08	c   symmetry         :          0          0          0          0
4.97/5.08	c   vbounds          :          0          0          0          0
4.97/5.08	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
4.97/5.08	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
4.97/5.08	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
4.97/5.08	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
4.97/5.08	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
4.97/5.08	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
4.97/5.08	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00       0.00
4.97/5.08	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
4.97/5.08	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
4.97/5.08	c   symmetry         :       0.01       0.00       0.00       0.01       0.00       0.00
4.97/5.08	c   vbounds          :       0.01       0.00       0.00       0.01       0.00       0.00
4.97/5.08	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
4.97/5.08	c   propagation      :       0.12      14774      13425          -      37650       12.3        178        8.0          -          -          -
4.97/5.08	c   infeasible LP    :       0.00         55         30          -         40        8.7          2        7.0         28        5.9          0
4.97/5.08	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
4.97/5.08	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
4.97/5.08	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
4.97/5.08	c   applied globally :       0.00          -          -          0        684        5.8          -          -         24          -          -
4.97/5.08	c   applied locally  :          -          -          -          0      12896       11.0          -          -          4          -          -
4.97/5.08	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
4.97/5.08	c   cut pool         :       0.02          -        708         31          -          -       2183       2718          -          -          -          -          -    (maximal pool size:        670)
4.97/5.08	c   aggregation      :       0.04       0.00        399         16          0          0          0          0          0          0          0          0          0
4.97/5.08	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
4.97/5.08	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
4.97/5.08	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
4.97/5.08	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
4.97/5.08	c   clique           :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
4.97/5.08	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
4.97/5.08	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
4.97/5.08	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
4.97/5.08	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
4.97/5.08	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
4.97/5.08	c   gomory           :       0.20       0.00        393         10          0          0       7751       2570       5634        349        209        140          0
4.97/5.08	c   > gomorymi       :          -          -          -          -          -          -          -        673       2817        131         44         87          -
4.97/5.08	c   > strongcg       :          -          -          -          -          -          -          -       1897       2817        218        165         53          -
4.97/5.08	c   impliedbounds    :       0.00       0.00        399         16          0          0          0          0          0          0          0          0          0
4.97/5.08	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
4.97/5.08	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
4.97/5.08	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
4.97/5.08	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
4.97/5.08	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
4.97/5.08	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
4.97/5.08	c   multilinear      :       0.00       0.00       2794         16          0          0          0          0          0          0          0          0          0
4.97/5.08	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
4.97/5.08	c   rapidlearning    :       0.56       0.00         33          1          0        687          0          0          0          0          0          0        450
4.97/5.08	c   rlt              :       0.00       0.00         10         10          0          0          0          0          0          0          0          0          0
4.97/5.08	c   zerohalf         :       0.02       0.00        399         16          0          0        364        148        298        219         63        156          0
4.97/5.08	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
4.97/5.08	c   hybrid           :       0.00       0.00        399         16        575          0       8099         22          0        460
4.97/5.08	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
4.97/5.08	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
4.97/5.08	c Pricers            :   ExecTime  SetupTime      Calls       Vars
4.97/5.08	c   problem variables:       0.00          -          0          0
4.97/5.08	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
4.97/5.08	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
4.97/5.08	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
4.97/5.08	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
4.97/5.08	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
4.97/5.08	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
4.97/5.08	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
4.97/5.08	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
4.97/5.08	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
4.97/5.08	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
4.97/5.08	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
4.97/5.08	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
4.97/5.08	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
4.97/5.08	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
4.97/5.08	c   relpscost        :       0.08       0.00      10793          0          0          0          0          0          0      21586
4.97/5.08	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
4.97/5.08	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
4.97/5.08	c   LP solutions     :       0.00          -          -          0          0
4.97/5.08	c   relax solutions  :       0.00          -          -          0          0
4.97/5.08	c   pseudo solutions :       0.00          -          -          0          0
4.97/5.08	c   strong branching :       0.00          -          -          0          0
4.97/5.08	c   actconsdiving    :       0.00       0.00          0          0          0
4.97/5.08	c   adaptivediving   :       0.06       0.00        127          0          0
4.97/5.08	c   alns             :       0.00       0.00          1          0          0
4.97/5.08	c   bound            :       0.00       0.00          0          0          0
4.97/5.08	c   clique           :       0.00       0.00          0          0          0
4.97/5.08	c   coefdiving       :       0.00       0.00          0          0          0
4.97/5.08	c   completesol      :       0.00       0.00          0          0          0
4.97/5.08	c   conflictdiving   :       0.06       0.00        114          0          0
4.97/5.08	c   crossover        :       0.00       0.00          0          0          0
4.97/5.08	c   dins             :       0.00       0.00          0          0          0
4.97/5.08	c   distributiondivin:       0.55       0.00        467          0          0
4.97/5.08	c   dks              :       0.00       0.00          0          0          0
4.97/5.08	c   dps              :       0.00       0.00          0          0          0
4.97/5.08	c   dualval          :       0.00       0.00          0          0          0
4.97/5.08	c   farkasdiving     :       0.00       0.00          0          0          0
4.97/5.08	c   feaspump         :       0.00       0.00          1          0          0
4.97/5.08	c   fixandinfer      :       0.00       0.00          0          0          0
4.97/5.08	c   fracdiving       :       0.08       0.00        541          0          0
4.97/5.08	c   gins             :       0.00       0.00          0          0          0
4.97/5.08	c   guideddiving     :       0.00       0.00          0          0          0
4.97/5.08	c   indicator        :       0.00       0.00          0          0          0
4.97/5.08	c   indicatordiving  :       0.00       0.00          0          0          0
4.97/5.08	c   intdiving        :       0.00       0.00          0          0          0
4.97/5.08	c   intshifting      :       0.00       0.00          0          0          0
4.97/5.08	c   linesearchdiving :       0.13       0.00        842          0          0
4.97/5.08	c   localbranching   :       0.00       0.00          0          0          0
4.97/5.08	c   locks            :       0.00       0.00          1          0          0
4.97/5.08	c   lpface           :       0.00       0.00          0          0          0
4.97/5.08	c   mpec             :       0.00       0.00          0          0          0
4.97/5.08	c   multistart       :       0.00       0.00          0          0          0
4.97/5.08	c   mutation         :       0.00       0.00          0          0          0
4.97/5.08	c   nlpdiving        :       0.00       0.00          0          0          0
4.97/5.08	c   objpscostdiving  :       0.00       0.00          7          0          0
4.97/5.08	c   octane           :       0.00       0.00          0          0          0
4.97/5.08	c   ofins            :       0.00       0.00          0          0          0
4.97/5.08	c   oneopt           :       0.00       0.00          0          0          0
4.97/5.08	c   padm             :       0.00       0.00          0          0          0
4.97/5.08	c   proximity        :       0.00       0.00          0          0          0
4.97/5.08	c   pscostdiving     :       0.14       0.00        414          0          0
4.97/5.08	c   randrounding     :       0.00       0.00         17          0          0
4.97/5.08	c   rens             :       0.00       0.00          0          0          0
4.97/5.08	c   reoptsols        :       0.00       0.00          0          0          0
4.97/5.08	c   repair           :       0.00       0.00          0          0          0
4.97/5.08	c   rins             :       0.00       0.00          0          0          0
4.97/5.08	c   rootsoldiving    :       0.01       0.00         10          0          0
4.97/5.08	c   rounding         :       0.01       0.00       1469          0          0
4.97/5.08	c   scheduler        :       0.00       0.00          0          0          0
4.97/5.08	c   shiftandpropagate:       0.00       0.00          1          0          0
4.97/5.08	c   shifting         :       0.01       0.00        297          0          0
4.97/5.08	c   simplerounding   :       0.00       0.00          0          0          0
4.97/5.08	c   subnlp           :       0.00       0.00          0          0          0
4.97/5.08	c   trivial          :       0.00       0.00          2          0          0
4.97/5.08	c   trivialnegation  :       0.00       0.00          0          0          0
4.97/5.08	c   trustregion      :       0.00       0.00          0          0          0
4.97/5.08	c   trysol           :       0.00       0.00          0          0          0
4.97/5.08	c   twoopt           :       0.00       0.00          0          0          0
4.97/5.08	c   undercover       :       0.00       0.00          0          0          0
4.97/5.08	c   vbounds          :       0.00       0.00          0          0          0
4.97/5.08	c   veclendiving     :       0.10       0.00        749          0          0
4.97/5.08	c   zeroobj          :       0.00       0.00          0          0          0
4.97/5.08	c   zirounding       :       0.01       0.00       1000          0          0
4.97/5.08	c   other solutions  :          -          -          -          0          -
4.97/5.08	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
4.97/5.08	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
4.97/5.08	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
4.97/5.08	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
4.97/5.08	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
4.97/5.08	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
4.97/5.08	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
4.97/5.08	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
4.97/5.08	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
4.97/5.08	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
4.97/5.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
4.97/5.08	c   primal LP        :       0.00        131          0       0.00          -       0.00        131
4.97/5.08	c   dual LP          :       0.93      11277      85580       7.59   91801.87       0.00          3
4.97/5.08	c   lex dual LP      :       0.00          0          0       0.00          -
4.97/5.08	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
4.97/5.08	c   resolve instable :       0.00          0          0       0.00          -
4.97/5.08	c   diving/probing LP:       0.20       1059      12710      12.00   62602.82
4.97/5.08	c   strong branching :       0.00         10        228      22.80          -          -          -          0
4.97/5.08	c     (at root node) :          -         10        228      22.80          -
4.97/5.08	c   conflict analysis:       0.00          0          0       0.00          -
4.97/5.08	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
4.97/5.08	c   benders          :       0.00          0          0          0       0.00          0          0          0
4.97/5.08	c B&B Tree           :
4.97/5.08	c   number of runs   :          1
4.97/5.08	c   nodes            :      15085 (10793 internal, 4292 leaves)
4.97/5.08	c   feasible leaves  :          0
4.97/5.08	c   infeas. leaves   :       4292
4.97/5.08	c   objective leaves :          0
4.97/5.08	c   nodes (total)    :      15085 (10793 internal, 4292 leaves)
4.97/5.08	c   nodes left       :          0
4.97/5.08	c   max depth        :         18
4.97/5.08	c   max depth (total):         18
4.97/5.08	c   backtracks       :       8919 (59.1%)
4.97/5.08	c   early backtracks :          0 (0.0%)
4.97/5.08	c   nodes exc. ref.  :          0 (0.0%)
4.97/5.08	c   delayed cutoffs  :       6502
4.97/5.08	c   repropagations   :       9296 (75631 domain reductions, 4290 cutoffs)
4.97/5.08	c   avg switch length:       8.00
4.97/5.08	c   switching time   :       0.52
4.97/5.08	c Root Node          :
4.97/5.08	c   First LP value   : +0.00000000000000e+00
4.97/5.08	c   First LP Iters   :         20 (130718.95 Iter/sec)
4.97/5.08	c   First LP Time    :       0.00
4.97/5.08	c   Final Dual Bound : +0.00000000000000e+00
4.97/5.08	c   Final Root Iters :        165
4.97/5.08	c   Root LP Estimate : +1.54416243816769e-03
4.97/5.08	c Solution           :
4.97/5.08	c   Solutions found  :          0 (0 improvements)
4.97/5.08	c   Primal Bound     : infeasible
4.97/5.08	c   Dual Bound       :          -
4.97/5.08	c   Gap              :       0.00 %
4.97/5.08	c Integrals          :      Total       Avg%
4.97/5.08	c   primal-dual      :          -          - (problem infeasible)
4.97/5.08	c   primal-ref       :          -          - (problem infeasible)
4.97/5.08	c   dual-ref         :          -          - (problem infeasible)
4.97/5.08	c Time complete (sec):      5.060

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: 63708 MiB (59337 MiB free)
  memory of node 1: 64465 MiB (61459 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510159-1751198445/watcher-4510159-1751198445 -o /tmp/evaluation-result-4510159-1751198445/solver-4510159-1751198445 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751194846-25408 --watchdog 3760 pbsolver -f HOME/instance-4510159-1751198445.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=25716, runsolver pid=25713

[startup+0.100066 s]*
/proc/loadavg: 4.06 4.19 4.15 5/262 25717
/proc/meminfo: memFree=123709208/131249988 swapFree=33010684/33010684
[pid=25716] ppid=25713 vsize=27972 memory=18688 CPUtime=0.09 cores=0,2
/proc/25716/stat : 25716 (pbsolver) R 25713 25716 25398 0 -1 4194304 2235 0 0 0 9 0 0 0 20 0 1 0 35522058 28643328 4672 18446744073709551615 4198400 14743177 140725474820784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 43663360 140725474822538 140725474822634 140725474822634 140725474828236 0
/proc/25716/statm: 6993 4672 2688 2575 0 3900 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 27972 KiB
Current children cumulated memory: 18688 KiB

[startup+0.205442 s]*
/proc/loadavg: 4.06 4.19 4.15 5/262 25717
/proc/meminfo: memFree=123709248/131249988 swapFree=33010684/33010684
[pid=25716] ppid=25713 vsize=28460 memory=19200 CPUtime=0.2 cores=0,2
/proc/25716/stat : 25716 (pbsolver) R 25713 25716 25398 0 -1 4194304 2380 0 0 0 20 0 0 0 20 0 1 0 35522058 29143040 4800 18446744073709551615 4198400 14743177 140725474820784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 43663360 140725474822538 140725474822634 140725474822634 140725474828236 0
/proc/25716/statm: 7115 4800 2688 2575 0 4022 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 28460 KiB
Current children cumulated memory: 19200 KiB

[startup+0.305358 s]*
/proc/loadavg: 4.06 4.19 4.15 5/262 25717
/proc/meminfo: memFree=123728484/131249988 swapFree=33010684/33010684
[pid=25716] ppid=25713 vsize=28460 memory=19200 CPUtime=0.3 cores=0,2
/proc/25716/stat : 25716 (pbsolver) R 25713 25716 25398 0 -1 4194304 2392 0 0 0 30 0 0 0 20 0 1 0 35522058 29143040 4800 18446744073709551615 4198400 14743177 140725474820784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 43663360 140725474822538 140725474822634 140725474822634 140725474828236 0
/proc/25716/statm: 7115 4800 2688 2575 0 4022 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 28460 KiB
Current children cumulated memory: 19200 KiB

[startup+0.700208 s]
/proc/loadavg: 4.06 4.19 4.15 5/259 25726
/proc/meminfo: memFree=123777636/131249988 swapFree=33010684/33010684
[pid=25716] ppid=25713 vsize=30732 memory=21320 CPUtime=0.68 cores=0,2
/proc/25716/stat : 25716 (pbsolver) R 25713 25716 25398 0 -1 4194304 2948 0 0 0 68 0 0 0 20 0 1 0 35522058 31469568 5330 18446744073709551615 4198400 14743177 140725474820784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 43663360 140725474822538 140725474822634 140725474822634 140725474828236 0
/proc/25716/statm: 7683 5330 2688 2575 0 4590 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 30732 KiB
Current children cumulated memory: 21320 KiB

[startup+1.50018 s]
/proc/loadavg: 3.98 4.17 4.14 5/260 25750
/proc/meminfo: memFree=125974012/131249988 swapFree=33010684/33010684
[pid=25716] ppid=25713 vsize=30724 memory=22472 CPUtime=1.48 cores=0,2
/proc/25716/stat : 25716 (pbsolver) R 25713 25716 25398 0 -1 4194304 3386 0 0 0 148 0 0 0 20 0 1 0 35522058 31461376 5618 18446744073709551615 4198400 14743177 140725474820784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 43663360 140725474822538 140725474822634 140725474822634 140725474828236 0
/proc/25716/statm: 7681 5618 2688 2575 0 4588 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 30724 KiB
Current children cumulated memory: 22472 KiB

[startup+3.10518 s]
/proc/loadavg: 3.98 4.17 4.14 5/260 25805
/proc/meminfo: memFree=125935716/131249988 swapFree=33010684/33010684
[pid=25716] ppid=25713 vsize=33732 memory=25416 CPUtime=3.07 cores=0,2
/proc/25716/stat : 25716 (pbsolver) R 25713 25716 25398 0 -1 4194304 4152 0 0 0 307 0 0 0 20 0 1 0 35522058 34541568 6354 18446744073709551615 4198400 14743177 140725474820784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 43663360 140725474822538 140725474822634 140725474822634 140725474828236 0
/proc/25716/statm: 8433 6354 2688 2575 0 5340 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 33732 KiB
Current children cumulated memory: 25416 KiB

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

# cumulated CPU time of all completed processes:  user=5.0481 s, system=0.013784 s

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

[startup+3.20019 s]
/proc/loadavg: 3.98 4.17 4.14 5/260 25805
/proc/meminfo: memFree=125935716/131249988 swapFree=33010684/33010684
[pid=25716] ppid=25713 vsize=33988 memory=25800 CPUtime=3.17 cores=0,2
/proc/25716/stat : 25716 (pbsolver) R 25713 25716 25398 0 -1 4194304 4249 0 0 0 317 0 0 0 20 0 1 0 35522058 34803712 6450 18446744073709551615 4198400 14743177 140725474820784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 43663360 140725474822538 140725474822634 140725474822634 140725474828236 0
/proc/25716/statm: 8497 6450 2688 2575 0 5404 0
Current children cumulated CPU time: 3.17 s
Current children cumulated vsize: 33988 KiB
Current children cumulated memory: 25800 KiB

[startup+4.00015 s]*
/proc/loadavg: 3.98 4.17 4.14 5/264 25832
/proc/meminfo: memFree=125927220/131249988 swapFree=33010684/33010684
[pid=25716] ppid=25713 vsize=37640 memory=28360 CPUtime=3.98 cores=0,2
/proc/25716/stat : 25716 (pbsolver) R 25713 25716 25398 0 -1 4194304 4902 0 0 0 397 1 0 0 20 0 1 0 35522058 38543360 7090 18446744073709551615 4198400 14743177 140725474820784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 43663360 140725474822538 140725474822634 140725474822634 140725474828236 0
/proc/25716/statm: 9410 7090 2688 2575 0 6317 0
Current children cumulated CPU time: 3.98 s
Current children cumulated vsize: 37640 KiB
Current children cumulated memory: 28360 KiB

[startup+4.80016 s]
/proc/loadavg: 3.98 4.17 4.14 5/264 25832
/proc/meminfo: memFree=125927220/131249988 swapFree=33010684/33010684
[pid=25716] ppid=25713 vsize=38540 memory=30152 CPUtime=4.77 cores=0,2
/proc/25716/stat : 25716 (pbsolver) R 25713 25716 25398 0 -1 4194304 5331 0 0 0 476 1 0 0 20 0 1 0 35522058 39464960 7538 18446744073709551615 4198400 14743177 140725474820784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 43663360 140725474822538 140725474822634 140725474822634 140725474828236 0
/proc/25716/statm: 9635 7538 2688 2575 0 6542 0
Current children cumulated CPU time: 4.77 s
Current children cumulated vsize: 38540 KiB
Current children cumulated memory: 30152 KiB

[startup+5.00016 s]*
/proc/loadavg: 3.98 4.17 4.14 5/264 25832
/proc/meminfo: memFree=126038544/131249988 swapFree=33010684/33010684
[pid=25716] ppid=25713 vsize=38540 memory=30152 CPUtime=4.97 cores=0,2
/proc/25716/stat : 25716 (pbsolver) R 25713 25716 25398 0 -1 4194304 5331 0 0 0 496 1 0 0 20 0 1 0 35522058 39464960 7538 18446744073709551615 4198400 14743177 140725474820784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 43663360 140725474822538 140725474822634 140725474822634 140725474828236 0
/proc/25716/statm: 9635 7538 2688 2575 0 6542 0
Current children cumulated CPU time: 4.97 s
Current children cumulated vsize: 38540 KiB
Current children cumulated memory: 30152 KiB

Child status: 0

Real time (s): 5.0894
CPU time (s): 5.06189
CPU user time (s): 5.0481
CPU system time (s): 0.013784
CPU usage (%): 99.4593
Max. virtual memory (cumulated for all children) (KiB): 38540
Max. memory (cumulated for all children) (KiB): 30152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.0481
system time used= 0.013784
maximum resident set size= 30152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5331
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= 3
involuntary context switches= 15


# summary of solver processes directly reported to runsolver:
#   pid: 25716
#   total CPU time (s): 5.06189
#   total CPU user time (s): 5.0481
#   total CPU system time (s): 0.013784

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.027963 second user time and 0.049886 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-29 14:00:45
IDJOB=4510159
IDBENCH=160142
IDSOLVER=3366
FILE ID=nodeC020/4510159-1751198445
RUNJOBID= nodeC020-1751194846-25408
SLURM_JOB_ID= 9587600
Free space on /tmp= 432972 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n34-d3-i2-r2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510159-1751198445/watcher-4510159-1751198445 -o /tmp/evaluation-result-4510159-1751198445/solver-4510159-1751198445 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751194846-25408 --watchdog 3760  pbsolver -f HOME/instance-4510159-1751198445.opb -t 3600 -m 31000

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

MD5SUM BENCH= 10805e7a04221544de9efc2e76d20e2d
RANDOM SEED=1682851367

nodeC020 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.833
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.910
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.868
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3603.175
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.975
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.907
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3601.144
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.420
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        123697044 kB
MemAvailable:   123830012 kB
Buffers:            3280 kB
Cached:           939968 kB
SwapCached:            0 kB
Active:          6312448 kB
Inactive:         632584 kB
Active(anon):    6019924 kB
Inactive(anon):        0 kB
Active(file):     292524 kB
Inactive(file):   632584 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             15236 kB
Writeback:             0 kB
AnonPages:       5992368 kB
Mapped:           124252 kB
Shmem:             18056 kB
KReclaimable:      94196 kB
Slab:             180224 kB
SReclaimable:      94196 kB
SUnreclaim:        86028 kB
KernelStack:        4192 kB
PageTables:        14864 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    6339096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3901440 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432972 MiB
End job on nodeC020 at 2025-06-29 14:00:50