Trace number 4449965

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 2024-07-07UNSAT 68.5087 68.7174

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL/
normalized-3col-left3reg-l040-r039-n1.opb
MD5SUM81dfd5daef2fe8d62fef7b61917a2420
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.095856
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3543
Total number of constraints7694
Number of constraints which are clauses6513
Number of constraints which are cardinality constraints (but not clauses)1181
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of 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 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-4449965-1721406712.opb>
0.00/0.02	c original problem has 3543 variables (3543 bin, 0 int, 0 impl, 0 cont) and 7694 constraints
0.00/0.02	c problem read in 0.02
0.00/0.02	c No objective function, only one solution is needed.
0.00/0.03	c presolving:
0.00/0.05	c    (0.0s) running MILP presolver
0.00/0.06	c    (0.1s) MILP presolver found nothing
0.00/0.07	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 7694 upgd conss, 0 impls, 7694 clqs
0.09/0.12	c    (0.1s) probing: 51/3543 (1.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.12	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.09/0.13	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.09/0.15	c    (0.1s) symmetry computation finished: 2 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.01)
0.09/0.15	c dynamic symmetry handling statistics:
0.09/0.15	c    orbitopal reduction:       no components
0.09/0.15	c    orbital reduction:         no components
0.09/0.15	c    lexicographic reduction:   no permutations
0.09/0.15	c handled 1 out of 1 symmetry components
0.09/0.15	c (round 2, exhaustive) 16 del vars, 0 del conss, 1 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 7694 upgd conss, 0 impls, 7622 clqs
0.09/0.15	c (round 3, fast)       42 del vars, 85 del conss, 1 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 7694 upgd conss, 0 impls, 7609 clqs
0.20/0.22	c    (0.2s) probing: 152/3543 (4.3%) - 0 fixings, 0 aggregations, 26 implications, 0 bound changes
0.20/0.22	c    (0.2s) probing aborted: 50/50 successive totally useless probings
0.20/0.22	c presolving (4 rounds: 4 fast, 3 medium, 3 exhaustive):
0.20/0.22	c  42 deleted vars, 85 deleted constraints, 1 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.20/0.22	c  0 implications, 7635 cliques
0.20/0.22	c presolved problem has 3514 variables (3514 bin, 0 int, 0 impl, 0 cont) and 7610 constraints
0.20/0.22	c    7609 constraints of type <setppc>
0.20/0.22	c       1 constraints of type <orbitope>
0.20/0.22	c transformed objective value is always integral (scale: 1)
0.20/0.22	c Presolving Time: 0.19
0.20/0.22	c - non default parameters ----------------------------------------------------------------------
0.20/0.22	c # SCIP version 10.0.0
0.20/0.22	c 
0.20/0.22	c # maximal time in seconds to run
0.20/0.22	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.20/0.22	c limits/time = 3596.998024
0.20/0.22	c 
0.20/0.22	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.20/0.22	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.20/0.22	c limits/memory = 27900
0.20/0.22	c 
0.20/0.22	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
0.20/0.22	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
0.20/0.22	c limits/solutions = 1
0.20/0.22	c 
0.20/0.22	c # bitset describing used symmetry handling technique: (0: off; 1: constraint-based (orbitopes and/or symresacks); 2: orbital fixing; 3: orbitopes and orbital fixing; 4: Schreier Sims cuts; 5: Schreier Sims cuts and orbitopes; 6: Schreier Sims cuts and orbital fixing; 7: Schreier Sims cuts, orbitopes, and orbital fixing) See type_symmetry.h.
0.20/0.22	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
0.20/0.22	c misc/usesymmetry = 3
0.20/0.22	c 
0.20/0.22	c # belongs reading time to solving time?
0.20/0.22	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.20/0.22	c timing/reading = TRUE
0.20/0.22	c 
0.20/0.22	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
0.20/0.22	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.20/0.22	c propagating/symmetry/detectdoublelex = FALSE
0.20/0.22	c 
0.20/0.22	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
0.20/0.22	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.20/0.22	c propagating/symmetry/detectsubgroups = FALSE
0.20/0.22	c 
0.20/0.22	c # Type of symmetries that shall be computed?
0.20/0.22	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
0.20/0.22	c propagating/symmetry/symtype = 1
0.20/0.22	c 
0.20/0.22	c # Should components consisting of a single full reflection be handled?
0.20/0.22	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.20/0.22	c propagating/symmetry/usesimplesgncomp = FALSE
0.20/0.22	c 
0.20/0.22	c -----------------------------------------------------------------------------------------------
0.20/0.22	c start solving
0.20/0.22	c 
0.30/0.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.30/0.35	c   0.3s|     1 |     0 |  2725 |     - |    44M |   0 |3514 |7634 |7609 |   0 |  0 |  23 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.18/1.21	c   1.2s|     1 |     0 |  8549 |     - |    47M |   0 |3514 |7699 |7810 | 201 |  1 |  24 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.28/1.39	c   1.4s|     1 |     0 |  9394 |     - |    48M |   0 |3514 |7700 |7994 | 385 |  2 |  25 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.58/1.61	c   1.6s|     1 |     0 |  9901 |     - |    50M |   0 |3514 |7701 |8105 | 496 |  3 |  26 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.68/1.74	c   1.7s|     1 |     0 | 10028 |     - |    51M |   0 |3514 |7702 |8138 | 529 |  4 |  27 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.78/1.88	c   1.9s|     1 |     0 | 10189 |     - |    54M |   0 |3514 |7703 |8167 | 558 |  5 |  28 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.88/2.00	c   2.0s|     1 |     0 | 10331 |     - |    56M |   0 |3514 |7705 |8184 | 575 |  6 |  30 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.09/2.14	c   2.1s|     1 |     0 | 10451 |     - |    58M |   0 |3514 |7706 |8202 | 593 |  7 |  31 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.18/2.28	c   2.3s|     1 |     0 | 10720 |     - |    65M |   0 |3514 |7707 |8218 | 609 |  8 |  32 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.38/2.41	c   2.4s|     1 |     0 | 10903 |     - |    67M |   0 |3514 |7708 |8244 | 635 |  9 |  33 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.68/2.71	c   2.7s|     1 |     0 | 11067 |     - |    69M |   0 |3514 |7709 |8265 | 656 | 10 |  34 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.68/2.79	c   2.8s|     1 |     0 | 11201 |     - |    70M |   0 |3514 |7710 |8287 | 678 | 11 |  35 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.57/3.61	c   3.6s|     1 |     2 | 11960 |     - |    71M |   0 |3514 |7717 |8287 | 678 | 11 |  42 |  11 | 0.000000e+00 |      --      |    Inf | unknown
8.16/8.25	c   8.3s|   100 |    46 | 30390 | 193.8 |    76M |  40 |3514 |7784 |   0 |1037 |  0 | 112 |  11 | 0.000000e+00 |      --      |    Inf | unknown
11.06/11.14	c  11.1s|   200 |    49 | 34650 | 117.8 |    78M |  40 |3514 |7829 |7999 |1538 |  1 | 160 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.55/13.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
13.55/13.67	c  13.7s|   300 |    47 | 38399 |  91.0 |    79M |  40 |3514 |7897 |8000 |2061 |  1 | 228 |  11 | 0.000000e+00 |      --      |    Inf | unknown
15.74/15.90	c  15.9s|   400 |    43 | 41444 |  75.8 |    80M |  40 |3514 |7971 |7986 |2366 |  1 | 305 |  11 | 0.000000e+00 |      --      |    Inf | unknown
17.94/18.02	c  18.0s|   500 |    77 | 50146 |  78.0 |    81M |  40 |3514 |8054 |8019 |2997 |  1 | 389 |  11 | 0.000000e+00 |      --      |    Inf | unknown
18.43/18.50	c  18.5s|   600 |    43 | 52132 |  68.3 |    83M |  40 |3514 |8176 |8047 |3094 |  1 | 511 |  11 | 0.000000e+00 |      --      |    Inf | unknown
18.94/19.04	c  19.0s|   700 |    39 | 54976 |  62.6 |    85M |  40 |3514 |8293 |8050 |3222 |  1 | 633 |  11 | 0.000000e+00 |      --      |    Inf | unknown
19.73/19.86	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
19.73/19.87	c (run 1, node 784) performing user restart
19.73/19.87	c 
19.73/19.87	c (restart) converted 403 cuts from the global cut pool into linear constraints
19.73/19.87	c 
19.73/19.88	c presolving:
19.73/19.88	c (round 1, fast)       0 del vars, 179 del conss, 0 add conss, 0 chg bounds, 11 chg sides, 71 chg coeffs, 0 upgd conss, 0 impls, 7943 clqs
19.73/19.89	c (round 2, exhaustive) 0 del vars, 311 del conss, 33 add conss, 0 chg bounds, 11 chg sides, 71 chg coeffs, 0 upgd conss, 0 impls, 7943 clqs
19.83/19.90	c (round 3, exhaustive) 0 del vars, 311 del conss, 33 add conss, 0 chg bounds, 11 chg sides, 71 chg coeffs, 484 upgd conss, 0 impls, 7974 clqs
19.83/19.90	c (round 4, fast)       0 del vars, 328 del conss, 33 add conss, 0 chg bounds, 11 chg sides, 71 chg coeffs, 484 upgd conss, 0 impls, 7975 clqs
19.83/19.91	c (round 5, medium)     0 del vars, 351 del conss, 55 add conss, 0 chg bounds, 33 chg sides, 126 chg coeffs, 484 upgd conss, 0 impls, 7984 clqs
19.83/19.92	c (round 6, exhaustive) 0 del vars, 362 del conss, 57 add conss, 0 chg bounds, 33 chg sides, 126 chg coeffs, 484 upgd conss, 0 impls, 7984 clqs
19.83/19.93	c (round 7, exhaustive) 0 del vars, 383 del conss, 57 add conss, 0 chg bounds, 33 chg sides, 136 chg coeffs, 484 upgd conss, 0 impls, 7985 clqs
19.83/19.94	c presolving (8 rounds: 8 fast, 6 medium, 5 exhaustive):
19.83/19.94	c  0 deleted vars, 383 deleted constraints, 57 added constraints, 0 tightened bounds, 0 added holes, 33 changed sides, 136 changed coefficients
19.83/19.94	c  0 implications, 7985 cliques
19.83/19.94	c presolved problem has 3514 variables (3514 bin, 0 int, 0 impl, 0 cont) and 8452 constraints
19.83/19.94	c      51 constraints of type <knapsack>
19.83/19.94	c    7856 constraints of type <setppc>
19.83/19.94	c       1 constraints of type <orbitope>
19.83/19.94	c     544 constraints of type <logicor>
19.83/19.94	c transformed objective value is always integral (scale: 1)
19.83/19.94	c Presolving Time: 0.26
19.83/19.95	c 
19.93/20.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
19.93/20.06	c  20.1s|     1 |     0 | 63707 |     - |    89M |   0 |3514 |8461 |7935 |   0 |  0 | 736 |  11 | 0.000000e+00 |      --      |    Inf | unknown
20.13/20.23	c  20.2s|     1 |     0 | 64625 |     - |    90M |   0 |3514 |8463 |8113 | 178 |  1 | 738 |  11 | 0.000000e+00 |      --      |    Inf | unknown
20.23/20.36	c  20.4s|     1 |     0 | 65266 |     - |    91M |   0 |3514 |8464 |8241 | 306 |  2 | 739 |  11 | 0.000000e+00 |      --      |    Inf | unknown
20.52/20.60	c  20.6s|     1 |     0 | 65616 |     - |    91M |   0 |3514 |8465 |8298 | 363 |  3 | 740 |  11 | 0.000000e+00 |      --      |    Inf | unknown
20.62/20.78	c  20.8s|     1 |     0 | 65769 |     - |    92M |   0 |3514 |8467 |8324 | 389 |  4 | 742 |  11 | 0.000000e+00 |      --      |    Inf | unknown
20.93/21.07	c  21.1s|     1 |     0 | 66018 |     - |    94M |   0 |3514 |8469 |8347 | 412 |  5 | 744 |  11 | 0.000000e+00 |      --      |    Inf | unknown
21.12/21.22	c  21.2s|     1 |     0 | 66186 |     - |    95M |   0 |3514 |8470 |8364 | 429 |  6 | 745 |  11 | 0.000000e+00 |      --      |    Inf | unknown
21.32/21.43	c  21.4s|     1 |     0 | 66323 |     - |    96M |   0 |3514 |8471 |8377 | 442 |  7 | 746 |  11 | 0.000000e+00 |      --      |    Inf | unknown
21.62/21.71	c  21.7s|     1 |     0 | 66454 |     - |   100M |   0 |3514 |8472 |8393 | 458 |  8 | 747 |  11 | 0.000000e+00 |      --      |    Inf | unknown
21.82/21.99	c  22.0s|     1 |     0 | 66504 |     - |   103M |   0 |3514 |8473 |8406 | 471 |  9 | 748 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.12/22.28	c  22.3s|     1 |     0 | 66653 |     - |   104M |   0 |3514 |8474 |8421 | 486 | 10 | 749 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.22/22.36	c  22.4s|     1 |     0 | 66768 |     - |   106M |   0 |3514 |8475 |8432 | 497 | 11 | 750 |  11 | 0.000000e+00 |      --      |    Inf | unknown
23.22/23.34	c  23.3s|     1 |     2 | 68952 |     - |   106M |   0 |3514 |8480 |8432 | 497 | 11 | 755 |  31 | 0.000000e+00 |      --      |    Inf | unknown
24.31/24.46	c  24.5s|   100 |    13 | 75507 |  65.9 |   113M |  31 |3514 |8560 |8008 |1145 |  1 | 835 |  31 | 0.000000e+00 |      --      |    Inf | unknown
25.81/25.90	c  25.9s|   200 |    25 | 85758 |  69.7 |   118M |  31 |3514 |8664 |8019 |2400 |  1 | 939 |  31 | 0.000000e+00 |      --      |    Inf |   1.47%
26.71/26.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
26.71/26.86	c  26.9s|   300 |    14 | 91821 |  68.8 |   124M |  33 |3514 |8804 |7959 |3242 |  1 |1082 |  31 | 0.000000e+00 |      --      |    Inf |   3.91%
28.31/28.41	c  28.4s|   400 |    23 |100379 |  70.2 |   133M |  35 |3514 |8915 |7969 |4524 |  0 |1194 |  31 | 0.000000e+00 |      --      |    Inf |   6.45%
29.01/29.15	c  29.2s|   500 |    16 |102946 |  66.8 |   138M |  35 |3514 |8982 |8006 |4969 |  1 |1282 |  31 | 0.000000e+00 |      --      |    Inf |   7.13%
30.69/30.89	c  30.9s|   600 |    11 |111455 |  68.1 |   145M |  35 |3514 |9072 |7973 |6414 |  1 |1407 |  31 | 0.000000e+00 |      --      |    Inf |  12.27%
32.79/32.97	c  33.0s|   700 |    31 |127579 |  74.4 |   152M |  35 |3514 |9161 |8009 |7952 |  1 |1531 |  31 | 0.000000e+00 |      --      |    Inf |  15.00%
34.48/34.69	c  34.7s|   800 |    30 |137064 |  75.7 |   160M |  35 |3514 |9236 |8022 |9281 |  1 |1653 |  31 | 0.000000e+00 |      --      |    Inf |  17.30%
36.47/36.63	c  36.6s|   900 |    39 |150157 |  78.9 |   165M |  35 |3514 |9342 |7999 |  10k|  1 |1797 |  31 | 0.000000e+00 |      --      |    Inf |  18.02%
37.07/37.22	c  37.2s|  1000 |    36 |153273 |  76.3 |   165M |  35 |3514 |9421 |8050 |  10k|  1 |1908 |  31 | 0.000000e+00 |      --      |    Inf |  18.10%
38.97/39.15	c  39.1s|  1100 |    40 |167328 |  79.7 |   170M |  35 |3514 |9486 |8051 |  11k|  1 |2023 |  31 | 0.000000e+00 |      --      |    Inf |  19.13%
40.57/40.72	c  40.7s|  1200 |    45 |181087 |  82.6 |   173M |  35 |3514 |9555 |8031 |  12k|  1 |2131 |  31 | 0.000000e+00 |      --      |    Inf |  19.60%
41.56/41.70	c  41.7s|  1300 |    43 |186980 |  81.5 |   174M |  35 |3514 |9628 |7990 |  13k|  1 |2239 |  31 | 0.000000e+00 |      --      |    Inf |  19.69%
47.54/47.78	c  47.8s|  1400 |    49 |212754 |  89.5 |   177M |  35 |3514 |9665 |8074 |  14k|  1 |2350 |  31 | 0.000000e+00 |      --      |    Inf |  21.11%
48.84/49.05	c  49.1s|  1500 |    43 |220781 |  89.1 |   178M |  35 |3514 |9765 |8014 |  14k|  0 |2497 |  31 | 0.000000e+00 |      --      |    Inf |  21.48%
51.34/51.58	c  51.6s|  1600 |    46 |236897 |  92.2 |   187M |  35 |3514 |9815 |8041 |  16k|  1 |2634 |  31 | 0.000000e+00 |      --      |    Inf |  26.00%
52.94/53.16	c  53.2s|  1700 |    39 |248527 |  93.1 |   191M |  35 |3514 |9851 |7924 |  18k|  1 |2745 |  31 | 0.000000e+00 |      --      |    Inf |  30.66%
55.62/55.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
55.62/55.83	c  55.8s|  1800 |    38 |265733 |  96.2 |   199M |  35 |3514 |9891 |8035 |  20k|  2 |2858 |  31 | 0.000000e+00 |      --      |    Inf |  32.32%
57.92/58.10	c  58.1s|  1900 |    42 |285519 | 100.0 |   202M |  35 |3514 |9943 |8028 |  22k|  1 |2987 |  31 | 0.000000e+00 |      --      |    Inf |  35.64%
59.50/59.77	c  59.8s|  2000 |    30 |299893 | 101.5 |   205M |  35 |3514 |9984 |   0 |  23k|  0 |3134 |  31 | 0.000000e+00 |      --      |    Inf |  48.19%
61.00/61.24	c  61.2s|  2100 |    30 |310691 | 101.8 |   207M |  35 |3514 |  10k|   0 |  24k|  0 |3264 |  31 | 0.000000e+00 |      --      |    Inf |  49.56%
62.70/62.93	c  62.9s|  2200 |    28 |325844 | 103.4 |   210M |  35 |3514 |  10k|7867 |  26k|  1 |3386 |  31 | 0.000000e+00 |      --      |    Inf |  59.72%
64.39/64.62	c  64.6s|  2300 |    28 |338959 | 104.3 |   214M |  35 |3514 |  10k|8080 |  27k|  1 |3520 |  31 | 0.000000e+00 |      --      |    Inf |  62.35%
65.98/66.25	c  66.2s|  2400 |    32 |355618 | 106.3 |   215M |  35 |3514 |  10k|7860 |  29k|  1 |3618 |  31 | 0.000000e+00 |      --      |    Inf |  72.92%
67.29/67.59	c  67.6s|  2500 |    25 |368091 | 106.9 |   217M |  35 |3514 |  10k|8047 |  30k|  1 |3731 |  31 | 0.000000e+00 |      --      |    Inf |  85.75%
68.38/68.67	c 
68.38/68.67	c SCIP Status        : problem is solved [infeasible]
68.38/68.67	c Solving Time (sec) : 68.67
68.38/68.67	c Solving Nodes      : 2588 (total of 3372 nodes in 2 runs)
68.38/68.67	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
68.38/68.67	c Dual Bound         : +1.00000000000000e+20
68.38/68.67	c Gap                : 0.00 %
68.38/68.67	s UNSATISFIABLE
68.38/68.67	c SCIP Status        : problem is solved [infeasible]
68.38/68.67	c Total Time         :      68.67
68.38/68.67	c   solving          :      68.67
68.38/68.67	c   presolving       :       0.26 (included in solving)
68.38/68.67	c   reading          :       0.02 (included in solving)
68.38/68.67	c   copying          :       1.42 (104 #copies) (minimal 0.01, maximal 0.02, average 0.01)
68.38/68.67	c Original Problem   :
68.38/68.67	c   Problem name     : HOME/instance-4449965-1721406712.opb
68.38/68.67	c   Variables        : 3543 (3543 binary, 0 integer, 0 implicit integer, 0 continuous)
68.38/68.67	c   Constraints      : 7694 initial, 7694 maximal
68.38/68.67	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
68.38/68.67	c Presolved Problem  :
68.38/68.67	c   Problem name     : t_HOME/instance-4449965-1721406712.opb
68.38/68.67	c   Variables        : 3514 (3514 binary, 0 integer, 0 implicit integer, 0 continuous)
68.38/68.67	c   Constraints      : 8452 initial, 10193 maximal
68.38/68.67	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
68.38/68.67	c   Nonzeros         : 20319 constraint, 17515 clique table
68.38/68.67	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
68.38/68.67	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
68.38/68.67	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
68.38/68.67	c   domcol           :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
68.38/68.67	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
68.38/68.67	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
68.38/68.67	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
68.38/68.67	c   dualsparsify     :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
68.38/68.67	c   gateextraction   :       0.02       0.00      5          0          0          0          0          0        142         35          0          0
68.38/68.67	c   implics          :       0.00       0.00      9          0          0          0          0          0          0          0          0          0
68.38/68.67	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
68.38/68.67	c   milp             :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
68.38/68.67	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
68.38/68.67	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
68.38/68.67	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
68.38/68.67	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
68.38/68.67	c   trivial          :       0.00       0.00     12         13          0          0          0          0          0          0          0          0
68.38/68.67	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
68.38/68.67	c   dualfix          :       0.00       0.00     12          0          0          0          0          0          0          0          0          0
68.38/68.67	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
68.38/68.67	c   probing          :       0.09       0.00      2          0          0          0          0          0          0          0          0          0
68.38/68.67	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
68.38/68.67	c   symmetry         :       0.02       0.00      1          3          0          0          0          0          0          1          0          0
68.38/68.67	c   vbounds          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
68.38/68.67	c   knapsack         :       0.00       0.00     17          0          0          0          0          0         11         22         23         59
68.38/68.67	c   setppc           :       0.04       0.00     24          0         13          0          0          0        101          0          0          0
68.38/68.67	c   linear           :       0.03       0.00      6          0          0          0          0          0          0          0         10         67
68.38/68.67	c   orbitope         :       0.00       0.00      7          0          0          0          0          0          0          0          0          0
68.38/68.67	c   logicor          :       0.01       0.00     16          0          0          0          0          0        214          0          0         10
68.38/68.67	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
68.38/68.67	c   components       :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
68.38/68.67	c   root node        :          -          -      -        876          -          -        876          -          -          -          -          -
68.38/68.67	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
68.38/68.67	c   benderslp        :          0          0          0          0       2305          0          0        353          0          0          0          0          0          0          0
68.38/68.67	c   integral         :          0          0          0          0       2305          0          0        353          0          0          0          0          0          0       4610
68.38/68.67	c   knapsack         :         51+        86         11      29733          0          0          0          0        881          8       1471          0          0          0          0
68.38/68.67	c   setppc           :       7856+      7867         22      38331          0          0          0        349      41237        552     258704          1          0          0          0
68.38/68.67	c   linear           :          0+        22         11      31316          0          0          0          2        389          6        841         37         19          0          0
68.38/68.67	c   orbitope         :          1          1          0      37673          0          0          0          0          2          0          4          0          0          0          0
68.38/68.67	c   logicor          :        544+      2232         22      16387          0          0          0          0      14251        316      29721         49         28          0          0
68.38/68.67	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
68.38/68.67	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
68.38/68.67	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
68.38/68.67	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
68.38/68.67	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
68.38/68.67	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
68.38/68.67	c   integral         :       1.66       0.00       0.00       0.00       1.66       0.00       0.00       0.00       0.00       0.00
68.38/68.67	c   knapsack         :       0.04       0.00       0.00       0.04       0.00       0.00       0.00       0.00       0.00       0.00
68.38/68.67	c   setppc           :       0.62       0.00       0.01       0.59       0.00       0.00       0.00       0.00       0.01       0.00
68.38/68.67	c   linear           :       0.02       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
68.38/68.67	c   orbitope         :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
68.38/68.67	c   logicor          :       0.26       0.00       0.00       0.25       0.00       0.00       0.00       0.00       0.01       0.00
68.38/68.67	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
68.38/68.67	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
68.38/68.67	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
68.38/68.67	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
68.38/68.67	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
68.38/68.67	c   dualfix          :          2          0          0          0
68.38/68.67	c   genvbounds       :          0          0          0          0
68.38/68.67	c   nlobbt           :          0          0          0          0
68.38/68.67	c   obbt             :          0          0          0          0
68.38/68.67	c   probing          :          0          0          0          0
68.38/68.67	c   pseudoobj        :          0          0          0          0
68.38/68.67	c   redcost          :          0          0          0          0
68.38/68.67	c   rootredcost      :          0          0          0          0
68.38/68.67	c   symmetry         :          0          0          0          0
68.38/68.67	c   vbounds          :      26921          0          0          0
68.38/68.67	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
68.38/68.67	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
68.38/68.67	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
68.38/68.67	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
68.38/68.67	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
68.38/68.67	c   probing          :       0.09       0.00       0.09       0.00       0.00       0.00
68.38/68.67	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
68.38/68.67	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
68.38/68.67	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
68.38/68.67	c   symmetry         :       0.03       0.00       0.02       0.01       0.00       0.00
68.38/68.67	c   vbounds          :       0.29       0.00       0.00       0.29       0.00       0.00
68.38/68.67	c Symmetry           :
68.38/68.67	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
68.38/68.67	c   orbital reduction:          0 reductions applied,          0 cutoffs
68.38/68.67	c   lexicographic red:          0 reductions applied,          0 cutoffs
68.38/68.67	c   shadow tree time :       0.00 s
68.38/68.67	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
68.38/68.67	c   propagation      :       0.03        877        815          -       2223       12.9        208        6.7          -          -          -
68.38/68.67	c   infeasible LP    :       0.29        624        614          -       1987       10.9        256        6.7        614        8.0          0
68.38/68.67	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
68.38/68.67	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
68.38/68.67	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
68.38/68.67	c   applied globally :       0.03          -          -          0       3215        7.7          -          -        596          -          -
68.38/68.67	c   applied locally  :          -          -          -          0          6       26.8          -          -         18          -          -
68.38/68.67	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
68.38/68.67	c   cut pool         :       0.68          -       1055         42          -          -      18360     122106          -          -          -          -          -    (maximal pool size:       4833)
68.38/68.67	c   aggregation      :       0.37       0.00        282         22          0          0          3          5          1          1          0          1          0
68.38/68.67	c   > cmir           :          -          -          -          -          -          -          -          5          0          0          0          0          -
68.38/68.67	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
68.38/68.67	c   > knapsackcover  :          -          -          -          -          -          -          -          0          1          1          0          1          -
68.38/68.67	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
68.38/68.67	c   clique           :       0.58       0.00         22         22          0          0        128       1142          0        975        975          0          0
68.38/68.67	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
68.38/68.67	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
68.38/68.67	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
68.38/68.67	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
68.38/68.67	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
68.38/68.67	c   gomory           :      12.58       0.00        280         20          0          0      17037      91937        892      13881      13842         39          0
68.38/68.67	c   > gomorymi       :          -          -          -          -          -          -          -       5611        446         98         77         21          -
68.38/68.67	c   > strongcg       :          -          -          -          -          -          -          -      86326        446      13783      13765         18          -
68.38/68.67	c   impliedbounds    :       0.08       0.00        282         22          0          0         11         50          0         44         44          0          0
68.38/68.67	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
68.38/68.67	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
68.38/68.67	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
68.38/68.67	c   mcf              :       0.01       0.00          2          2          0          0          0          0          0          0          0          0          0
68.38/68.67	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
68.38/68.67	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
68.38/68.67	c   multilinear      :       0.00       0.00        169         22          0          0          0          0          0          0          0          0          0
68.38/68.67	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
68.38/68.67	c   rapidlearning    :       7.67       0.00        100          1          0       2453          0          0          0          0          0          0         76
68.38/68.67	c   rlt              :       0.00       0.00        184         20          0          0          0          0          0          0          0          0          0
68.38/68.67	c   zerohalf         :       2.01       0.00        282         22          0          0       4237      28972       2163      20499      20100        399          0
68.38/68.67	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
68.38/68.67	c   hybrid           :       0.15       0.00        738         22      35452         21      89730       1175          0       5273
68.38/68.67	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
68.38/68.67	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
68.38/68.67	c Pricers            :   ExecTime  SetupTime      Calls       Vars
68.38/68.67	c   problem variables:       0.00          -          0          0
68.38/68.67	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
68.38/68.67	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
68.38/68.67	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
68.38/68.67	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
68.38/68.67	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
68.38/68.67	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
68.38/68.67	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
68.38/68.67	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
68.38/68.67	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
68.38/68.67	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
68.38/68.67	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
68.38/68.67	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
68.38/68.67	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
68.38/68.67	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
68.38/68.67	c   relpscost        :       1.65       0.00       2305          0          0          0          0          0          0       4610
68.38/68.67	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
68.38/68.67	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
68.38/68.67	c   LP solutions     :       0.00          -          -          0          0
68.38/68.67	c   relax solutions  :       0.00          -          -          0          0
68.38/68.67	c   pseudo solutions :       0.00          -          -          0          0
68.38/68.67	c   strong branching :       0.00          -          -          0          0
68.38/68.67	c   actconsdiving    :       0.00       0.00          0          0          0
68.38/68.67	c   adaptivediving   :       0.84       0.00         11          0          0
68.38/68.67	c   alns             :       0.18       0.00          4          0          0
68.38/68.67	c   bound            :       0.00       0.00          0          0          0
68.38/68.67	c   clique           :       0.02       0.00          1          0          0
68.38/68.67	c   coefdiving       :       0.00       0.00          0          0          0
68.38/68.67	c   completesol      :       0.00       0.00          0          0          0
68.38/68.67	c   conflictdiving   :       0.78       0.00          8          0          0
68.38/68.67	c   crossover        :       0.00       0.00          0          0          0
68.38/68.67	c   dins             :       0.00       0.00          0          0          0
68.38/68.67	c   distributiondivin:       0.38       0.00          8          0          0
68.38/68.67	c   dps              :       0.00       0.00          0          0          0
68.38/68.67	c   dualval          :       0.00       0.00          0          0          0
68.38/68.67	c   farkasdiving     :       0.00       0.00          0          0          0
68.38/68.67	c   feasjump         :       0.03       0.00          2          0          0
68.38/68.67	c   feaspump         :       0.82       0.00          4          0          0
68.38/68.67	c   fixandinfer      :       0.00       0.00          0          0          0
68.38/68.67	c   fracdiving       :       0.48       0.00          9          0          0
68.38/68.67	c   gins             :       0.00       0.00          0          0          0
68.38/68.67	c   guideddiving     :       0.00       0.00          0          0          0
68.38/68.67	c   indcoefdiving    :       0.00       0.00          0          0          0
68.38/68.67	c   indicator        :       0.00       0.00          0          0          0
68.38/68.67	c   indicatordiving  :       0.00       0.00          0          0          0
68.38/68.67	c   indoneopt        :       0.00       0.00          0          0          0
68.38/68.67	c   indrounding      :       0.00       0.00          0          0          0
68.38/68.67	c   indtwoopt        :       0.00       0.00          0          0          0
68.38/68.67	c   intdiving        :       0.00       0.00          0          0          0
68.38/68.67	c   intshifting      :       0.00       0.00          0          0          0
68.38/68.67	c   linesearchdiving :       0.35       0.00          8          0          0
68.38/68.67	c   localbranching   :       0.00       0.00          0          0          0
68.38/68.67	c   locks            :       0.00       0.00          1          0          0
68.38/68.67	c   lpface           :       0.01       0.00          0          0          0
68.38/68.67	c   mpec             :       0.00       0.00          0          0          0
68.38/68.67	c   multistart       :       0.00       0.00          0          0          0
68.38/68.67	c   mutation         :       0.00       0.00          0          0          0
68.38/68.67	c   nlpdiving        :       0.00       0.00          0          0          0
68.38/68.67	c   objpscostdiving  :       6.85       0.00          3          0          0
68.38/68.67	c   octane           :       0.00       0.00          0          0          0
68.38/68.67	c   ofins            :       0.00       0.00          0          0          0
68.38/68.67	c   oneopt           :       0.00       0.00          0          0          0
68.38/68.67	c   padm             :       0.00       0.00          0          0          0
68.38/68.67	c   proximity        :       0.00       0.00          0          0          0
68.38/68.67	c   pscostdiving     :       0.54       0.00          8          0          0
68.38/68.67	c   randrounding     :       0.13       0.00        364          0          0
68.38/68.67	c   rens             :       0.00       0.00          0          0          0
68.38/68.67	c   reoptsols        :       0.00       0.00          0          0          0
68.38/68.67	c   repair           :       0.00       0.00          0          0          0
68.38/68.67	c   rins             :       0.00       0.00          0          0          0
68.38/68.67	c   rootsoldiving    :       0.80       0.00          5          0          0
68.38/68.67	c   rounding         :       0.11       0.00        718          0          0
68.38/68.67	c   scheduler        :       0.00       0.00          0          0          0
68.38/68.67	c   shiftandpropagate:       0.03       0.00          2          0          0
68.38/68.67	c   shifting         :       0.40       0.00        393          0          0
68.38/68.67	c   simplerounding   :       0.00       0.00          0          0          0
68.38/68.67	c   smallcard        :       0.00       0.00          0          0          0
68.38/68.67	c   subnlp           :       0.00       0.00          0          0          0
68.38/68.67	c   trivial          :       0.00       0.00          4          0          0
68.38/68.67	c   trivialnegation  :       0.00       0.00          0          0          0
68.38/68.67	c   trustregion      :       0.00       0.00          0          0          0
68.38/68.67	c   trysol           :       0.00       0.00          0          0          0
68.38/68.67	c   twoopt           :       0.00       0.00          0          0          0
68.38/68.67	c   undercover       :       0.00       0.00          0          0          0
68.38/68.67	c   vbounds          :       0.02       0.00          2          0          0
68.38/68.67	c   veclendiving     :       0.67       0.00          8          0          0
68.38/68.67	c   zeroobj          :       0.00       0.00          0          0          0
68.38/68.67	c   zirounding       :       0.10       0.00       1000          0          0
68.38/68.67	c   other solutions  :          -          -          -          0          -
68.38/68.67	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
68.38/68.67	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
68.38/68.67	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
68.38/68.67	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
68.38/68.67	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
68.38/68.67	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
68.38/68.67	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
68.38/68.67	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
68.38/68.67	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
68.38/68.67	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
68.38/68.67	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
68.38/68.67	c   primal LP        :       0.45        337          0       0.00       0.00       0.45        337
68.38/68.67	c   dual LP          :      22.14       3747     301900      83.61   13633.78       0.15        136
68.38/68.67	c   lex dual LP      :       0.00          0          0       0.00          -
68.38/68.67	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
68.38/68.67	c   resolve instable :       0.00          0          0       0.00          -
68.38/68.67	c   diving/probing LP:      11.72        496      78640     158.55    6708.84
68.38/68.67	c   strong branching :       0.93         31      11993     386.87   12875.49          -          -         11
68.38/68.67	c     (at root node) :          -         31      11993     386.87          -
68.38/68.67	c   conflict analysis:       0.00          0          0       0.00          -
68.38/68.67	c B&B Tree           :
68.38/68.67	c   number of runs   :          2
68.38/68.67	c   nodes            :       2588 (1752 internal, 836 leaves)
68.38/68.67	c   feasible leaves  :          0
68.38/68.67	c   infeas. leaves   :        836
68.38/68.67	c   objective leaves :          0
68.38/68.67	c   nodes (total)    :       3372 (2305 internal, 1067 leaves)
68.38/68.67	c   nodes left       :          0
68.38/68.67	c   max depth        :         35
68.38/68.67	c   max depth (total):         40
68.38/68.67	c   backtracks       :        630 (24.3%)
68.38/68.67	c   early backtracks :          0 (0.0%)
68.38/68.67	c   nodes exc. ref.  :          0 (0.0%)
68.38/68.67	c   delayed cutoffs  :        917
68.38/68.67	c   repropagations   :       3197 (107382 domain reductions, 397 cutoffs)
68.38/68.67	c   avg switch length:       4.33
68.38/68.67	c   switching time   :       1.28
68.38/68.67	c Root Node          :
68.38/68.67	c   First LP value   : +0.00000000000000e+00
68.38/68.67	c   First LP Iters   :       2725 (45399.26 Iter/sec)
68.38/68.67	c   First LP Time    :       0.06
68.38/68.67	c   Final Dual Bound :          -
68.38/68.67	c   Final Root Iters :      17289
68.38/68.67	c   Root LP Estimate : +7.84709537094279e-02
68.38/68.67	c Solution           :
68.38/68.67	c   Solutions found  :          0 (0 improvements)
68.38/68.67	c   Primal Bound     : infeasible
68.38/68.67	c   Dual Bound       :          -
68.38/68.67	c   Gap              :       0.00 %
68.38/68.67	c Integrals          :      Total       Avg%
68.38/68.67	c   primal-dual      :          -          - (problem infeasible)
68.38/68.67	c   primal-ref       :          -          - (problem infeasible)
68.38/68.67	c   dual-ref         :          -          - (problem infeasible)
68.48/68.71	c Time complete: 68.5001.

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: 63968 MiB (59199 MiB free)
  memory of node 1: 64473 MiB (58179 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449965-1721406712/watcher-4449965-1721406712 -o /tmp/evaluation-result-4449965-1721406712/solver-4449965-1721406712 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721403126-1020634 --watchdog 3760 pbscip -f HOME/instance-4449965-1721406712.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=1022871, runsolver pid=1022868
Current StackSize limit: 8192 KiB


[startup+0.100098 s]*
/proc/loadavg: 4.10 4.12 4.06 5/257 1022872
/proc/meminfo: memFree=120166744/131524600 swapFree=131071996/131071996
[pid=1022871] ppid=1022868 vsize=81884 memory=43016 CPUtime=0.09 cores=4,6
/proc/1022871/stat : 1022871 (pbscip) R 1022868 1022871 1018507 0 -1 4194304 8392 0 0 0 9 0 0 0 20 0 1 0 192842057 83849216 10754 134679101440 4194304 18693293 140729087650816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29798400 140729087652866 140729087652965 140729087652965 140729087659982 0
/proc/1022871/statm: 20471 10754 3748 3540 0 8728 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 81884 KiB
Current children cumulated memory: 43016 KiB

[startup+0.205829 s]*
/proc/loadavg: 4.10 4.12 4.06 5/257 1022872
/proc/meminfo: memFree=120157184/131524600 swapFree=131071996/131071996
[pid=1022871] ppid=1022868 vsize=97632 memory=52240 CPUtime=0.2 cores=4,6
/proc/1022871/stat : 1022871 (pbscip) R 1022868 1022871 1018507 0 -1 4194304 10742 0 0 0 19 1 0 0 20 0 1 0 192842057 99975168 13060 134679101440 4194304 18693293 140729087650816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29798400 140729087652866 140729087652965 140729087652965 140729087659982 0
/proc/1022871/statm: 24408 13060 3764 3540 0 12665 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 97632 KiB
Current children cumulated memory: 52240 KiB

[startup+0.305792 s]*
/proc/loadavg: 4.10 4.12 4.06 5/257 1022872
/proc/meminfo: memFree=120149792/131524600 swapFree=131071996/131071996
[pid=1022871] ppid=1022868 vsize=104284 memory=60584 CPUtime=0.3 cores=4,6
/proc/1022871/stat : 1022871 (pbscip) R 1022868 1022871 1018507 0 -1 4194304 12679 0 0 0 29 1 0 0 20 0 1 0 192842057 106786816 15146 134679101440 4194304 18693293 140729087650816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29798400 140729087652866 140729087652965 140729087652965 140729087659982 0
/proc/1022871/statm: 26071 15146 3956 3540 0 14328 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 104284 KiB
Current children cumulated memory: 60584 KiB

[startup+0.70026 s]
/proc/loadavg: 4.10 4.12 4.06 5/257 1022872
/proc/meminfo: memFree=120147776/131524600 swapFree=131071996/131071996
[pid=1022871] ppid=1022868 vsize=106332 memory=62684 CPUtime=0.68 cores=4,6
/proc/1022871/stat : 1022871 (pbscip) R 1022868 1022871 1018507 0 -1 4194304 13176 0 0 0 67 1 0 0 20 0 1 0 192842057 108883968 15671 134679101440 4194304 18693293 140729087650816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29798400 140729087652866 140729087652965 140729087652965 140729087659982 0
/proc/1022871/statm: 26583 15671 3956 3540 0 14840 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 106332 KiB
Current children cumulated memory: 62684 KiB

[startup+1.50026 s]
/proc/loadavg: 4.10 4.12 4.06 5/257 1022872
/proc/meminfo: memFree=120116420/131524600 swapFree=131071996/131071996
[pid=1022871] ppid=1022868 vsize=135064 memory=89188 CPUtime=1.48 cores=4,6
/proc/1022871/stat : 1022871 (pbscip) R 1022868 1022871 1018507 0 -1 4194304 21057 0 0 0 146 2 0 0 20 0 1 0 192842057 138305536 22297 134679101440 4194304 18693293 140729087650816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29798400 140729087652866 140729087652965 140729087652965 140729087659982 0
/proc/1022871/statm: 33766 22297 3981 3540 0 22023 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 135064 KiB
Current children cumulated memory: 89188 KiB

[startup+3.10575 s]
/proc/loadavg: 4.10 4.12 4.06 5/258 1022873
/proc/meminfo: memFree=120118388/131524600 swapFree=131071996/131071996
[pid=1022871] ppid=1022868 vsize=155784 memory=108724 CPUtime=3.08 cores=4,6
/proc/1022871/stat : 1022871 (pbscip) R 1022868 1022871 1018507 0 -1 4194304 25925 0 0 0 306 2 0 0 20 0 1 0 192842057 159522816 27181 134679101440 4194304 18693293 140729087650816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29798400 140729087652866 140729087652965 140729087652965 140729087659982 0
/proc/1022871/statm: 38946 27181 3981 3540 0 27203 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 155784 KiB
Current children cumulated memory: 108724 KiB

[startup+6.30023 s]
/proc/loadavg: 4.09 4.12 4.06 5/258 1022873
/proc/meminfo: memFree=120085336/131524600 swapFree=131071996/131071996
[pid=1022871] ppid=1022868 vsize=164244 memory=118916 CPUtime=6.27 cores=4,6
/proc/1022871/stat : 1022871 (pbscip) R 1022868 1022871 1018507 0 -1 4194304 28938 0 0 0 624 3 0 0 20 0 1 0 192842057 168185856 29729 134679101440 4194304 18693293 140729087650816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29798400 140729087652866 140729087652965 140729087652965 140729087659982 0
/proc/1022871/statm: 41061 29729 3981 3540 0 29318 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 164244 KiB
Current children cumulated memory: 118916 KiB

[startup+12.7003 s]
/proc/loadavg: 4.08 4.12 4.06 5/258 1022875
/proc/meminfo: memFree=120070432/131524600 swapFree=131071996/131071996
[pid=1022871] ppid=1022868 vsize=169488 memory=124044 CPUtime=12.65 cores=4,6
/proc/1022871/stat : 1022871 (pbscip) R 1022868 1022871 1018507 0 -1 4194304 33251 0 0 0 1261 4 0 0 20 0 1 0 192842057 173555712 31011 134679101440 4194304 18693293 140729087650816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29798400 140729087652866 140729087652965 140729087652965 140729087659982 0
/proc/1022871/statm: 42372 31011 3981 3540 0 30629 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 169488 KiB
Current children cumulated memory: 124044 KiB

[startup+25.5002 s]
/proc/loadavg: 4.07 4.11 4.06 5/258 1022877
/proc/meminfo: memFree=120061672/131524600 swapFree=131071996/131071996
[pid=1022871] ppid=1022868 vsize=185068 memory=127728 CPUtime=25.41 cores=4,6
/proc/1022871/stat : 1022871 (pbscip) R 1022868 1022871 1018507 0 -1 4194304 34184 0 0 0 2537 4 0 0 20 0 1 0 192842057 189509632 31932 134679101440 4194304 18693293 140729087650816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29798400 140729087652866 140729087652965 140729087652965 140729087659982 0
/proc/1022871/statm: 46267 31932 3981 3540 0 34524 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 185068 KiB
Current children cumulated memory: 127728 KiB

[startup+51.1058 s]
/proc/loadavg: 4.12 4.12 4.06 5/258 1023020
/proc/meminfo: memFree=123798636/131524600 swapFree=131071996/131071996
[pid=1022871] ppid=1022868 vsize=250616 memory=138532 CPUtime=50.94 cores=4,6
/proc/1022871/stat : 1022871 (pbscip) R 1022868 1022871 1018507 0 -1 4194304 36937 0 0 0 5087 7 0 0 20 0 1 0 192842057 256630784 34633 134679101440 4194304 18693293 140729087650816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29798400 140729087652866 140729087652965 140729087652965 140729087659982 0
/proc/1022871/statm: 62654 34633 3981 3540 0 50911 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 250616 KiB
Current children cumulated memory: 138532 KiB

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

# cumulated CPU time of all completed processes:  user=68.4091 s, system=0.099667 s

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

[startup+51.2003 s]
/proc/loadavg: 4.12 4.12 4.06 5/258 1023020
/proc/meminfo: memFree=123798636/131524600 swapFree=131071996/131071996
[pid=1022871] ppid=1022868 vsize=251364 memory=138532 CPUtime=51.04 cores=4,6
/proc/1022871/stat : 1022871 (pbscip) R 1022868 1022871 1018507 0 -1 4194304 36938 0 0 0 5097 7 0 0 20 0 1 0 192842057 257396736 34633 134679101440 4194304 18693293 140729087650816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29798400 140729087652866 140729087652965 140729087652965 140729087659982 0
/proc/1022871/statm: 62841 34633 3981 3540 0 51098 0
Current children cumulated CPU time: 51.04 s
Current children cumulated vsize: 251364 KiB
Current children cumulated memory: 138532 KiB

[startup+57.6002 s]
/proc/loadavg: 4.11 4.12 4.06 5/258 1023022
/proc/meminfo: memFree=123779760/131524600 swapFree=131071996/131071996
[pid=1022871] ppid=1022868 vsize=263524 memory=140908 CPUtime=57.41 cores=4,6
/proc/1022871/stat : 1022871 (pbscip) R 1022868 1022871 1018507 0 -1 4194304 37520 0 0 0 5734 7 0 0 20 0 1 0 192842057 269848576 35227 134679101440 4194304 18693293 140729087650816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29798400 140729087652866 140729087652965 140729087652965 140729087659982 0
/proc/1022871/statm: 65881 35227 3981 3540 0 54138 0
Current children cumulated CPU time: 57.41 s
Current children cumulated vsize: 263524 KiB
Current children cumulated memory: 140908 KiB

[startup+64.0002 s]*
/proc/loadavg: 4.10 4.11 4.06 5/258 1023022
/proc/meminfo: memFree=123768588/131524600 swapFree=131071996/131071996
[pid=1022871] ppid=1022868 vsize=274696 memory=148412 CPUtime=63.8 cores=4,6
/proc/1022871/stat : 1022871 (pbscip) R 1022868 1022871 1018507 0 -1 4194304 39509 0 0 0 6372 8 0 0 20 0 1 0 192842057 281288704 37103 134679101440 4194304 18693293 140729087650816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29798400 140729087652866 140729087652965 140729087652965 140729087659982 0
/proc/1022871/statm: 68674 37103 3981 3540 0 56931 0
Current children cumulated CPU time: 63.8 s
Current children cumulated vsize: 274696 KiB
Current children cumulated memory: 148412 KiB

[startup+67.2002 s]
/proc/loadavg: 4.09 4.11 4.06 5/258 1023023
/proc/meminfo: memFree=123763620/131524600 swapFree=131071996/131071996
[pid=1022871] ppid=1022868 vsize=278796 memory=150236 CPUtime=66.99 cores=4,6
/proc/1022871/stat : 1022871 (pbscip) R 1022868 1022871 1018507 0 -1 4194304 39933 0 0 0 6690 9 0 0 20 0 1 0 192842057 285487104 37559 134679101440 4194304 18693293 140729087650816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29798400 140729087652866 140729087652965 140729087652965 140729087659982 0
/proc/1022871/statm: 69699 37559 3981 3540 0 57956 0
Current children cumulated CPU time: 66.99 s
Current children cumulated vsize: 278796 KiB
Current children cumulated memory: 150236 KiB

[startup+68.0002 s]*
/proc/loadavg: 4.09 4.11 4.06 5/258 1023023
/proc/meminfo: memFree=123760412/131524600 swapFree=131071996/131071996
[pid=1022871] ppid=1022868 vsize=280040 memory=151028 CPUtime=67.79 cores=4,6
/proc/1022871/stat : 1022871 (pbscip) R 1022868 1022871 1018507 0 -1 4194304 40150 0 0 0 6770 9 0 0 20 0 1 0 192842057 286760960 37757 134679101440 4194304 18693293 140729087650816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29798400 140729087652866 140729087652965 140729087652965 140729087659982 0
/proc/1022871/statm: 70010 37757 3981 3540 0 58267 0
Current children cumulated CPU time: 67.79 s
Current children cumulated vsize: 280040 KiB
Current children cumulated memory: 151028 KiB

[startup+68.4002 s]
/proc/loadavg: 4.09 4.11 4.06 5/258 1023023
/proc/meminfo: memFree=123760412/131524600 swapFree=131071996/131071996
[pid=1022871] ppid=1022868 vsize=281004 memory=151552 CPUtime=68.19 cores=4,6
/proc/1022871/stat : 1022871 (pbscip) R 1022868 1022871 1018507 0 -1 4194304 40290 0 0 0 6810 9 0 0 20 0 1 0 192842057 287748096 37888 134679101440 4194304 18693293 140729087650816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29798400 140729087652866 140729087652965 140729087652965 140729087659982 0
/proc/1022871/statm: 70251 37888 3981 3540 0 58508 0
Current children cumulated CPU time: 68.19 s
Current children cumulated vsize: 281004 KiB
Current children cumulated memory: 151552 KiB

[startup+68.6002 s]
/proc/loadavg: 4.09 4.11 4.06 5/258 1023023
/proc/meminfo: memFree=123760412/131524600 swapFree=131071996/131071996
[pid=1022871] ppid=1022868 vsize=281004 memory=151552 CPUtime=68.38 cores=4,6
/proc/1022871/stat : 1022871 (pbscip) R 1022868 1022871 1018507 0 -1 4194304 40316 0 0 0 6829 9 0 0 20 0 1 0 192842057 287748096 37888 134679101440 4194304 18693293 140729087650816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29798400 140729087652866 140729087652965 140729087652965 140729087659982 0
/proc/1022871/statm: 70251 37888 3981 3540 0 58508 0
Current children cumulated CPU time: 68.38 s
Current children cumulated vsize: 281004 KiB
Current children cumulated memory: 151552 KiB

[startup+68.7002 s]
/proc/loadavg: 4.09 4.11 4.06 5/258 1023023
/proc/meminfo: memFree=123760412/131524600 swapFree=131071996/131071996
[pid=1022871] ppid=1022868 vsize=281004 memory=151788 CPUtime=68.48 cores=4,6
/proc/1022871/stat : 1022871 (pbscip) R 1022868 1022871 1018507 0 -1 4194304 40354 0 0 0 6839 9 0 0 20 0 1 0 192842057 287748096 37947 134679101440 4194304 18693293 140729087650816 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29798400 140729087652866 140729087652965 140729087652965 140729087659982 0
/proc/1022871/statm: 70251 37947 3981 3540 0 58508 0
Current children cumulated CPU time: 68.48 s
Current children cumulated vsize: 281004 KiB
Current children cumulated memory: 151788 KiB

Child status: 0

Real time (s): 68.7174
CPU time (s): 68.5087
CPU user time (s): 68.4091
CPU system time (s): 0.099667
CPU usage (%): 99.6964
Max. virtual memory (cumulated for all children) (KiB): 281004
Max. memory (cumulated for all children) (KiB): 151788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.4091
system time used= 0.099667
maximum resident set size= 151788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40367
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= 10
involuntary context switches= 91


# summary of solver processes directly reported to runsolver:
#   pid: 1022871
#   total CPU time (s): 68.5087
#   total CPU user time (s): 68.4091
#   total CPU system time (s): 0.099667

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.203354 second user time and 0.301034 second system time

The end

Launcher Data

Begin job on nodeC035 at 2024-07-19 18:32:05
IDJOB=4449965
IDBENCH=160329
IDSOLVER=3059
FILE ID=nodeC035/4449965-1721406712
RUNJOBID= nodeC035-1721403126-1020634
SLURM_JOB_ID= 7545458
Free space on /tmp= 890008 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL/normalized-3col-left3reg-l040-r039-n1.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449965-1721406712/watcher-4449965-1721406712 -o /tmp/evaluation-result-4449965-1721406712/solver-4449965-1721406712 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721403126-1020634 --watchdog 3760  pbscip -f HOME/instance-4449965-1721406712.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 81dfd5daef2fe8d62fef7b61917a2420
RANDOM SEED=1231565190

nodeC035.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3657.949
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.65
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		: 3686.271
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.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		: 3600.469
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.65
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		: 3600.063
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.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		: 3636.976
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.65
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		: 3686.308
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.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		: 3666.219
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.65
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.845
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        120195356 kB
MemAvailable:   122852464 kB
Buffers:          529904 kB
Cached:          2945436 kB
SwapCached:            0 kB
Active:          1001948 kB
Inactive:        9643232 kB
Active(anon):       1552 kB
Inactive(anon):  7213872 kB
Active(file):    1000396 kB
Inactive(file):  2429360 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             18780 kB
Writeback:            56 kB
AnonPages:       7163396 kB
Mapped:           143360 kB
Shmem:             45916 kB
KReclaimable:     134348 kB
Slab:             251412 kB
SReclaimable:     134348 kB
SUnreclaim:       117064 kB
KernelStack:        4108 kB
PageTables:        23760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7858444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            72544 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3637248 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      207572 kB
DirectMap2M:    19488768 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 889992 MiB
End job on nodeC035 at 2024-07-19 18:33:13