Trace number 4513451

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-NaPS 1.00a1UNSAT 27.2212 27.3574

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_ODD_GRIDS/normalized-ECgrid5x110split.opb
MD5SUM1b3727bc41a297c1e3576d09f30c6702
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 benchmark26.048
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1101
Total number of constraints551
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)551
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 6
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

5.51/5.63	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4513451-1751211380.opb
5.51/5.63	c Solving mode: decision
5.51/5.63	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
5.51/5.63	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
5.51/5.63	c original problem has 1101 variables (1101 bin, 0 int, 0 impl, 0 cont) and 551 constraints
5.51/5.63	c presolving:
5.51/5.63	c (round 1, fast)       1 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
5.51/5.63	c    (0.0s) probing: 51/1100 (4.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
5.51/5.63	c    (0.0s) probing aborted: 50/50 successive totally useless probings
5.51/5.63	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
5.51/5.63	c    (0.0s) symmetry computation finished: 1 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.00)
5.51/5.63	c dynamic symmetry handling statistics:
5.51/5.63	c    orbitopal reduction:       no components
5.51/5.63	c    orbital reduction:         no components
5.51/5.63	c    lexicographic reduction:    1 permutations with support sizes 880
5.51/5.63	c handled 1 out of 1 symmetry components
5.51/5.63	c presolving (2 rounds: 2 fast, 1 medium, 1 exhaustive):
5.51/5.63	c  1 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
5.51/5.63	c  0 implications, 0 cliques
5.51/5.63	c presolved problem has 1100 variables (1100 bin, 0 int, 0 impl, 0 cont) and 550 constraints
5.51/5.63	c     550 constraints of type <linear>
5.51/5.63	c transformed objective value is always integral (scale: 1)
5.51/5.63	c Presolving Time: 0.03
5.51/5.63	c 
5.51/5.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.51/5.63	c   0.1s|     1 |     0 |   600 |     - |    18M |   0 |1100 | 571 | 550 |   0 |  0 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   0.2s|     1 |     0 |   835 |     - |    18M |   0 |1100 | 581 | 564 |  14 |  1 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   0.2s|     1 |     0 |   846 |     - |    18M |   0 |1100 | 581 | 578 |  28 |  2 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   0.2s|     1 |     0 |   856 |     - |    19M |   0 |1100 | 581 | 590 |  40 |  3 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   0.2s|     1 |     0 |   871 |     - |    19M |   0 |1100 | 581 | 599 |  49 |  4 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   0.2s|     1 |     0 |   876 |     - |    20M |   0 |1100 | 581 | 603 |  53 |  5 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   0.2s|     1 |     0 |   880 |     - |    20M |   0 |1100 | 581 | 608 |  58 |  6 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   0.2s|     1 |     0 |   885 |     - |    21M |   0 |1100 | 581 | 612 |  62 |  7 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   0.2s|     1 |     0 |   890 |     - |    21M |   0 |1100 | 581 | 616 |  66 |  8 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   0.3s|     1 |     0 |   909 |     - |    21M |   0 |1100 | 581 | 618 |  68 |  9 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   0.3s|     1 |     0 |   923 |     - |    22M |   0 |1100 | 581 | 620 |  70 | 10 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   0.3s|     1 |     0 |   947 |     - |    22M |   0 |1100 | 581 | 622 |  72 | 11 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   0.3s|     1 |     0 |   950 |     - |    22M |   0 |1100 | 581 | 623 |  73 | 12 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   0.3s|     1 |     0 |   953 |     - |    23M |   0 |1100 | 581 | 625 |  75 | 13 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   0.3s|     1 |     0 |   958 |     - |    23M |   0 |1100 | 581 | 626 |  76 | 14 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.51/5.63	c   0.3s|     1 |     0 |   969 |     - |    23M |   0 |1100 | 581 | 597 |  77 | 15 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   0.3s|     1 |     0 |   977 |     - |    23M |   0 |1100 | 581 | 598 |  78 | 16 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   0.4s|     1 |     0 |   981 |     - |    23M |   0 |1100 | 581 | 600 |  80 | 17 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   0.4s|     1 |     0 |  1008 |     - |    23M |   0 |1100 | 581 | 602 |  82 | 18 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   0.4s|     1 |     0 |  1021 |     - |    23M |   0 |1100 | 581 | 604 |  84 | 19 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   0.4s|     1 |     0 |  1024 |     - |    23M |   0 |1100 | 582 | 605 |  85 | 20 |  22 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   0.4s|     1 |     2 |  1213 |     - |    23M |   0 |1100 | 588 | 605 |  85 | 21 |  28 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   1.6s|   100 |   101 |  6863 |  59.0 |    24M |  32 |1100 | 781 | 557 | 101 |  1 | 221 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   2.0s|   200 |   201 |  8883 |  39.5 |    25M |  42 |1100 | 866 | 560 | 106 |  1 | 308 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   2.4s|   300 |   295 | 11901 |  36.4 |    26M |  44 |1100 |1050 | 557 | 182 |  1 | 493 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   2.9s|   400 |   393 | 15280 |  35.7 |    27M |  44 |1100 |1320 | 557 | 263 |  1 | 765 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   3.1s|   500 |   489 | 17132 |  32.3 |    27M |  47 |1100 |1367 | 561 | 329 |  1 | 812 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   3.3s|   600 |   587 | 18873 |  29.8 |    29M |  55 |1100 |1447 | 557 | 434 |  1 | 893 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   3.5s|   700 |   685 | 20215 |  27.5 |    30M |  55 |1100 |1523 | 560 | 544 |  1 | 970 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   3.7s|   800 |   785 | 21150 |  25.2 |    30M |  55 |1100 |1544 | 561 | 622 |  1 | 992 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.51/5.63	c   3.8s|   900 |   883 | 22047 |  23.4 |    30M |  59 |1100 |1562 | 561 | 634 |  1 |1011 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   3.9s|  1000 |   983 | 22391 |  21.4 |    31M |  97 |1100 |1572 | 561 | 634 |  1 |1021 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   4.1s|  1100 |  1083 | 22863 |  19.9 |    31M |  97 |1100 |1588 | 561 | 634 |  1 |1037 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   4.3s|  1200 |  1183 | 23335 |  18.6 |    31M | 104 |1100 |1613 | 561 | 634 |  1 |1063 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   4.4s|  1300 |  1283 | 23922 |  17.6 |    31M | 109 |1100 |1638 | 561 | 634 |  1 |1089 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   4.6s|  1400 |  1383 | 24571 |  16.8 |    31M | 109 |1100 |1664 | 561 | 634 |  1 |1115 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   4.7s|  1500 |  1481 | 25100 |  16.1 |    31M | 113 |1100 |1679 | 561 | 634 |  1 |1130 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   4.8s|  1600 |  1579 | 25921 |  15.6 |    31M | 123 |1100 |1716 | 561 | 634 |  1 |1169 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   4.9s|  1700 |  1677 | 26434 |  15.0 |    31M | 123 |1100 |1762 | 561 | 634 |  1 |1216 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   5.0s|  1800 |  1769 | 27052 |  14.5 |    32M | 125 |1100 |1798 | 561 | 634 |  1 |1252 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.51/5.63	c   5.2s|  1900 |  1867 | 27685 |  14.0 |    32M | 125 |1100 |1842 | 561 | 634 |  1 |1296 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c   5.3s|  2000 |  1945 | 28186 |  13.6 |    32M | 125 |1100 |1899 | 561 | 634 |  1 |1359 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c   5.4s|  2100 |  2043 | 28618 |  13.1 |    32M | 125 |1100 |1936 | 561 | 634 |  1 |1400 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c   5.5s|  2200 |  2130 | 29124 |  12.8 |    33M | 125 |1100 |1987 | 561 | 646 |  1 |1460 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c   5.6s|  2300 |  2226 | 29817 |  12.5 |    33M | 140 |1100 |2022 | 561 | 646 |  1 |1499 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
13.09/13.20	c   5.8s|  2400 |  2311 | 30660 |  12.4 |    33M | 141 |1100 |2103 | 561 | 646 |  1 |1592 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c   5.9s|  2500 |  2411 | 31244 |  12.1 |    33M | 141 |1100 |2145 | 561 | 650 |  1 |1638 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c   6.0s|  2600 |  2507 | 31698 |  11.8 |    33M | 141 |1100 |2170 | 561 | 654 |  1 |1665 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c   6.1s|  2700 |  2607 | 32295 |  11.6 |    33M | 141 |1100 |2184 | 562 | 667 |  1 |1681 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c   6.2s|  2800 |  2700 | 32874 |  11.4 |    33M | 141 |1100 |2210 | 561 | 671 |  1 |1710 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c   6.2s|  2900 |  2794 | 33497 |  11.2 |    33M | 141 |1100 |2252 | 561 | 675 |  1 |1758 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c   6.4s|  3000 |  2892 | 34200 |  11.1 |    33M | 141 |1100 |2286 | 561 | 675 |  1 |1795 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c   6.5s|  3100 |  2982 | 34771 |  10.9 |    33M | 141 |1100 |2380 | 565 | 682 |  2 |1894 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c   6.6s|  3200 |  3078 | 35661 |  10.8 |    34M | 141 |1100 |2429 | 561 | 694 |  1 |1949 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c   6.7s|  3300 |  3172 | 36319 |  10.7 |    34M | 141 |1100 |2465 | 561 | 698 |  1 |1989 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c   6.8s|  3400 |  3272 | 36839 |  10.5 |    34M | 141 |1100 |2492 | 562 | 706 |  1 |2019 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c   7.1s|  3500 |  3358 | 37425 |  10.4 |    34M | 141 |1100 |2542 |   0 | 714 |  0 |2077 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c   7.4s|  3600 |  3447 | 37964 |  10.3 |    34M | 141 |1100 |2587 | 561 | 721 |  1 |2127 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c   7.5s|  3700 |  3543 | 38629 |  10.2 |    34M | 141 |1100 |2636 | 562 | 741 |  1 |2182 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c   7.6s|  3800 |  3638 | 39293 |  10.1 |    35M | 141 |1100 |2677 | 561 | 753 |  1 |2226 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
13.09/13.20	c   7.7s|  3900 |  3736 | 39780 |   9.9 |    35M | 141 |1100 |2690 | 562 | 773 |  1 |2242 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c   7.7s|  4000 |  3828 | 40251 |   9.8 |    36M | 144 |1100 |2726 | 561 | 781 |  1 |2279 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c   8.0s|  4100 |  3912 | 40712 |   9.7 |    36M | 150 |1100 |2795 | 561 | 781 |  2 |2358 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c   8.1s|  4200 |  4008 | 41237 |   9.6 |    36M | 150 |1100 |2819 | 561 | 788 |  1 |2383 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c   8.4s|  4300 |  4099 | 42057 |   9.5 |    36M | 150 |1100 |2857 | 562 | 792 |  1 |2428 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c   8.5s|  4400 |  4189 | 42766 |   9.5 |    36M | 150 |1100 |2928 | 561 | 796 |  1 |2510 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c   8.6s|  4500 |  4276 | 43328 |   9.4 |    36M | 150 |1100 |2977 | 561 | 801 |  1 |2563 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c   8.7s|  4600 |  4368 | 43920 |   9.3 |    36M | 150 |1100 |3061 | 562 | 817 |  1 |2651 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c   8.8s|  4700 |  4466 | 44487 |   9.2 |    36M | 150 |1100 |3075 | 561 | 821 |  1 |2667 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c   8.9s|  4800 |  4566 | 45738 |   9.3 |    36M | 150 |1100 |3092 | 561 | 833 |  1 |2687 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c   9.1s|  4900 |  4652 | 46441 |   9.3 |    36M | 150 |1100 |3150 | 561 | 841 |  1 |2749 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c   9.1s|  5000 |  4747 | 46873 |   9.2 |    36M | 150 |1100 |3172 | 561 | 841 |  1 |2774 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c   9.4s|  5100 |  4843 | 47360 |   9.1 |    36M | 150 |1100 |3194 | 562 | 853 |  1 |2799 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c   9.6s|  5200 |  4937 | 48205 |   9.1 |    36M | 150 |1100 |3244 | 561 | 857 |  1 |2857 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c   9.7s|  5300 |  5031 | 48704 |   9.0 |    36M | 150 |1100 |3271 | 561 | 865 |  1 |2888 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
13.09/13.20	c   9.9s|  5400 |  5125 | 49458 |   9.0 |    36M | 150 |1100 |3302 | 561 | 873 |  1 |2926 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c  10.0s|  5500 |  5209 | 50196 |   8.9 |    36M | 150 |1100 |3351 | 561 | 877 |  1 |2981 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c  10.1s|  5600 |  5301 | 50904 |   8.9 |    37M | 150 |1100 |3401 | 561 | 881 |  1 |3041 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c  10.2s|  5700 |  5391 | 51529 |   8.9 |    37M | 150 |1100 |3434 | 561 | 893 |  1 |3083 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c  10.3s|  5800 |  5491 | 52120 |   8.8 |    37M | 150 |1100 |3475 | 562 | 909 |  1 |3129 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c  10.4s|  5900 |  5589 | 52730 |   8.8 |    38M | 150 |1100 |3518 | 561 | 921 |  1 |3178 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c  10.8s|  6000 |  5684 | 53248 |   8.7 |    38M | 150 |1100 |3543 | 561 | 925 |  1 |3206 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c  10.9s|  6100 |  5772 | 53788 |   8.7 |    38M | 150 |1100 |3568 | 561 | 933 |  1 |3235 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c  10.9s|  6200 |  5851 | 54241 |   8.6 |    38M | 150 |1100 |3623 | 562 | 945 |  1 |3295 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c  11.0s|  6300 |  5944 | 54854 |   8.5 |    38M | 150 |1100 |3665 | 561 | 953 |  1 |3348 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c  11.1s|  6400 |  6035 | 55416 |   8.5 |    38M | 150 |1100 |3711 | 561 | 957 |  1 |3405 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c  11.5s|  6500 |  6120 | 55777 |   8.4 |    38M | 150 |1100 |3770 | 562 | 961 |  1 |3470 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c  11.7s|  6600 |  6201 | 56309 |   8.4 |    38M | 150 |1100 |3859 | 562 | 969 |  1 |3564 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c  12.3s|  6700 |  6300 | 57195 |   8.4 |    38M | 150 |1100 |3898 | 561 | 969 |  1 |3620 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c  12.4s|  6800 |  6382 | 57740 |   8.3 |    38M | 150 |1100 |3941 | 561 | 969 |  1 |3665 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
13.09/13.20	c  12.6s|  6900 |  6477 | 58267 |   8.3 |    39M | 150 |1100 |3976 | 561 | 969 |  1 |3706 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c  12.6s|  7000 |  6562 | 58886 |   8.3 |    39M | 150 |1100 |4024 | 561 | 977 |  1 |3765 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.09/13.20	c  12.8s|  7100 |  6654 | 59518 |   8.2 |    40M | 150 |1100 |4088 | 561 | 985 |  1 |3836 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  12.8s|  7200 |  6736 | 60115 |   8.2 |    40M | 150 |1100 |4123 | 561 | 989 |  1 |3880 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  12.9s|  7300 |  6827 | 60615 |   8.2 |    40M | 150 |1100 |4156 | 561 | 989 |  1 |3916 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  13.0s|  7400 |  6927 | 61219 |   8.1 |    40M | 150 |1100 |4163 | 561 | 989 |  1 |3941 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  13.2s|  7500 |  7014 | 61919 |   8.1 |    40M | 150 |1100 |4227 | 561 | 993 |  1 |4021 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  13.3s|  7600 |  7114 | 62378 |   8.1 |    41M | 150 |1100 |4245 | 561 | 993 |  1 |4046 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  13.5s|  7700 |  7202 | 62948 |   8.0 |    42M | 150 |1100 |4272 | 561 | 993 |  0 |4089 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  13.7s|  7800 |  7280 | 63415 |   8.0 |    42M | 150 |1100 |4308 | 561 | 993 |  1 |4142 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  13.9s|  7900 |  7377 | 64158 |   8.0 |    42M | 150 |1100 |4325 | 561 |1009 |  1 |4167 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  14.0s|  8000 |  7475 | 64707 |   8.0 |    42M | 150 |1100 |4369 | 562 |1025 |  1 |4221 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  14.3s|  8100 |  7572 | 65397 |   7.9 |    42M | 150 |1100 |4407 | 561 |1037 |  1 |4267 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  14.5s|  8200 |  7670 | 65894 |   7.9 |    42M | 150 |1100 |4438 | 561 |1049 |  1 |4314 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  14.6s|  8300 |  7764 | 66305 |   7.9 |    42M | 150 |1100 |4469 | 565 |1061 |  2 |4347 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
22.86/23.02	c  14.7s|  8400 |  7860 | 66825 |   7.8 |    42M | 150 |1100 |4472 | 561 |1073 |  1 |4380 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  14.9s|  8500 |  7954 | 67602 |   7.8 |    42M | 150 |1100 |4528 | 561 |1089 |  1 |4447 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  15.0s|  8600 |  8050 | 68106 |   7.8 |    42M | 150 |1100 |4566 | 562 |1105 |  1 |4501 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  15.1s|  8700 |  8142 | 68629 |   7.8 |    43M | 150 |1100 |4583 | 561 |1113 |  1 |4535 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  15.3s|  8800 |  8234 | 69175 |   7.7 |    43M | 150 |1100 |4601 | 561 |1121 |  1 |4562 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  15.4s|  8900 |  8326 | 69846 |   7.7 |    43M | 150 |1100 |4610 | 561 |1121 |  1 |4594 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  15.5s|  9000 |  8416 | 70305 |   7.7 |    43M | 150 |1100 |4659 | 561 |1125 |  1 |4651 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  15.7s|  9100 |  8516 | 70933 |   7.7 |    43M | 150 |1100 |4679 | 556 |1172 |  1 |4677 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  15.8s|  9200 |  8616 | 72031 |   7.7 |    43M | 150 |1100 |4728 | 562 |1243 |  1 |4734 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  16.0s|  9300 |  8716 | 73000 |   7.7 |    43M | 150 |1100 |4771 | 567 |1355 |  1 |4781 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  16.2s|  9400 |  8815 | 73988 |   7.8 |    45M | 150 |1100 |4777 | 561 |1470 |  1 |4802 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  16.3s|  9500 |  8913 | 74609 |   7.7 |    45M | 150 |1100 |4787 | 561 |1479 |  1 |4827 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  16.4s|  9600 |  9005 | 75161 |   7.7 |    45M | 150 |1100 |4837 | 561 |1484 |  1 |4882 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  16.6s|  9700 |  9097 | 75592 |   7.7 |    45M | 150 |1100 |4839 | 560 |1490 |  1 |4895 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  17.1s|  9800 |  9195 | 76233 |   7.7 |    45M | 150 |1100 |4826 | 561 |1503 |  1 |4913 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
22.86/23.02	c  17.5s|  9900 |  9291 | 77063 |   7.7 |    45M | 150 |1100 |4825 | 561 |1503 |  1 |4946 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  17.8s| 10000 |  9375 | 77426 |   7.6 |    45M | 150 |1100 |4849 | 561 |1503 |  1 |4982 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  17.9s| 10100 |  9463 | 77905 |   7.6 |    45M | 150 |1100 |4841 |   0 |1513 |  0 |4994 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  18.0s| 10200 |  9551 | 78570 |   7.6 |    45M | 150 |1100 |4847 | 561 |1513 |  1 |5036 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  18.1s| 10300 |  9638 | 79243 |   7.6 |    45M | 150 |1100 |4864 | 561 |1521 |  1 |5058 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  18.1s| 10400 |  9731 | 79788 |   7.6 |    45M | 150 |1100 |4887 | 561 |1525 |  1 |5088 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  18.2s| 10500 |  9822 | 80456 |   7.6 |    45M | 150 |1100 |4917 | 561 |1525 |  1 |5127 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  18.4s| 10600 |  9920 | 81069 |   7.6 |    45M | 150 |1100 |4934 | 562 |1540 |  1 |5188 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  18.7s| 10700 | 10005 | 81828 |   7.6 |    46M | 150 |1100 |4944 | 556 |1551 |  1 |5236 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  18.9s| 10800 | 10105 | 82555 |   7.5 |    46M | 150 |1100 |4948 | 560 |1564 |  1 |5245 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  19.2s| 10900 | 10203 | 83174 |   7.5 |    46M | 150 |1100 |4955 | 560 |1574 |  1 |5268 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  19.3s| 11000 | 10301 | 83881 |   7.5 |    46M | 150 |1100 |4947 | 560 |1592 |  1 |5283 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  19.4s| 11100 | 10401 | 84521 |   7.5 |    46M | 150 |1100 |4937 | 562 |1610 |  1 |5286 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  19.7s| 11200 | 10497 | 85071 |   7.5 |    46M | 150 |1100 |4942 | 562 |1617 |  1 |5297 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  19.9s| 11300 | 10597 | 85701 |   7.5 |    47M | 150 |1100 |4942 | 562 |1629 |  1 |5307 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
22.86/23.02	c  20.2s| 11400 | 10687 | 86427 |   7.5 |    47M | 150 |1100 |4975 | 562 |1643 |  1 |5345 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  20.5s| 11500 | 10785 | 87084 |   7.5 |    47M | 150 |1100 |5002 | 564 |1651 |  1 |5390 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  20.8s| 11600 | 10885 | 87618 |   7.5 |    47M | 150 |1100 |4998 | 564 |1659 |  2 |5394 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  21.0s| 11700 | 10981 | 88152 |   7.4 |    47M | 150 |1100 |5018 | 560 |1663 |  1 |5430 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  21.5s| 11800 | 11081 | 89043 |   7.5 |    47M | 150 |1100 |5031 | 561 |1667 |  1 |5463 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  21.9s| 11900 | 11176 | 89590 |   7.4 |    47M | 150 |1100 |5066 | 560 |1676 |  1 |5515 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  22.1s| 12000 | 11276 | 90092 |   7.4 |    47M | 150 |1100 |5076 | 561 |1684 |  1 |5538 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  22.3s| 12100 | 11376 | 90662 |   7.4 |    47M | 150 |1100 |5068 | 563 |1692 |  1 |5547 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  22.4s| 12200 | 11474 | 91146 |   7.4 |    47M | 150 |1100 |5084 | 563 |1700 |  1 |5570 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  22.4s| 12300 | 11574 | 91652 |   7.4 |    47M | 150 |1100 |5093 | 563 |1708 |  1 |5586 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.86/23.02	c  22.5s| 12400 | 11674 | 92164 |   7.4 |    47M | 150 |1100 |5104 | 562 |1712 |  1 |5612 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  22.7s| 12500 | 11763 | 92787 |   7.3 |    47M | 150 |1100 |5151 | 561 |1716 |  1 |5672 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  22.7s| 12600 | 11855 | 93179 |   7.3 |    47M | 150 |1100 |5166 | 563 |1716 |  1 |5693 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  22.9s| 12700 | 11953 | 94142 |   7.3 |    47M | 150 |1100 |5202 | 560 |1716 |  1 |5753 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  23.0s| 12800 | 12046 | 95022 |   7.3 |    47M | 150 |1100 |5224 | 561 |1724 |  1 |5784 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
27.14/27.32	c  23.1s| 12900 | 12143 | 95599 |   7.3 |    47M | 150 |1100 |5256 | 561 |1732 |  1 |5831 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  23.2s| 13000 | 12243 | 95874 |   7.3 |    47M | 150 |1100 |5259 | 561 |1732 |  1 |5837 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  23.2s| 13100 | 12331 | 96415 |   7.3 |    48M | 150 |1100 |5288 | 561 |1732 |  1 |5884 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  23.3s| 13200 | 12421 | 96989 |   7.3 |    48M | 150 |1100 |5327 | 561 |1732 |  1 |5929 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  23.4s| 13300 | 12505 | 97363 |   7.2 |    48M | 150 |1100 |5353 | 564 |1732 |  1 |5986 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  23.5s| 13400 | 12562 | 97770 |   7.2 |    48M | 150 |1100 |5346 | 561 |1732 |  1 |6047 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  23.5s| 13500 | 12621 | 98303 |   7.2 |    48M | 150 |1100 |5351 | 562 |1732 |  1 |6081 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  23.7s| 13600 | 12717 | 99149 |   7.2 |    48M | 150 |1100 |5383 | 562 |1752 |  1 |6137 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  23.8s| 13700 | 12797 | 99865 |   7.2 |    49M | 150 |1100 |5431 | 562 |1752 |  1 |6218 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  23.9s| 13800 | 12895 |100919 |   7.2 |    50M | 150 |1100 |5456 | 562 |1752 |  1 |6264 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  24.0s| 13900 | 12990 |101733 |   7.2 |    50M | 150 |1100 |5491 | 562 |1760 |  1 |6328 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  24.1s| 14000 | 13077 |102451 |   7.2 |    50M | 150 |1100 |5526 | 562 |1764 |  1 |6386 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  24.2s| 14100 | 13149 |103075 |   7.2 |    50M | 150 |1100 |5601 | 563 |1772 |  1 |6496 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  24.3s| 14200 | 13247 |103768 |   7.2 |    50M | 150 |1100 |5679 | 563 |1772 |  1 |6609 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  24.4s| 14300 | 13337 |104162 |   7.2 |    50M | 170 |1100 |5719 | 563 |1784 |  1 |6659 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
27.14/27.32	c  24.5s| 14400 | 13418 |104641 |   7.2 |    50M | 183 |1100 |5793 | 564 |1797 |  1 |6741 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  24.7s| 14500 | 13516 |105940 |   7.2 |    50M | 183 |1100 |5771 | 561 |1822 |  1 |6762 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  24.8s| 14600 | 13612 |106682 |   7.2 |    50M | 183 |1100 |5798 | 564 |1837 |  1 |6805 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  24.9s| 14700 | 13703 |107222 |   7.2 |    50M | 183 |1100 |5802 | 560 |1838 |  1 |6840 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  25.0s| 14800 | 13797 |107866 |   7.2 |    50M | 183 |1100 |5806 | 562 |1857 |  1 |6872 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  25.1s| 14900 | 13895 |108619 |   7.2 |    50M | 183 |1100 |5819 | 563 |1863 |  1 |6912 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  25.2s| 15000 | 13989 |109566 |   7.2 |    50M | 183 |1100 |5828 | 561 |1881 |  1 |6946 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  25.4s| 15100 | 14085 |110065 |   7.2 |    51M | 183 |1100 |5847 | 563 |1881 |  1 |7013 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  25.5s| 15200 | 14185 |110660 |   7.2 |    52M | 183 |1100 |5892 | 563 |1881 |  1 |7075 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  25.6s| 15300 | 14285 |111398 |   7.2 |    52M | 183 |1100 |5894 | 565 |1896 |  1 |7107 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  25.7s| 15400 | 14385 |112174 |   7.2 |    52M | 183 |1100 |5896 | 562 |1925 |  1 |7126 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  25.8s| 15500 | 14485 |112750 |   7.2 |    53M | 183 |1100 |5884 | 563 |1927 |  1 |7131 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  25.9s| 15600 | 14585 |113163 |   7.2 |    53M | 183 |1100 |5871 | 563 |1943 |  1 |7148 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  26.0s| 15700 | 14685 |114045 |   7.2 |    53M | 183 |1100 |5885 | 562 |1961 |  1 |7185 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  26.1s| 15800 | 14783 |114746 |   7.2 |    53M | 183 |1100 |5903 | 562 |1971 |  1 |7234 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
27.14/27.32	c  26.2s| 15900 | 14877 |115180 |   7.2 |    53M | 183 |1100 |5903 | 565 |1971 |  1 |7244 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  26.3s| 16000 | 14931 |115617 |   7.2 |    53M | 183 |1100 |5924 |   0 |1971 |  0 |7281 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  26.3s| 16100 | 15007 |116086 |   7.1 |    53M | 183 |1100 |5942 | 565 |1971 |  1 |7323 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  26.4s| 16200 | 15076 |116533 |   7.1 |    53M | 183 |1100 |5957 | 565 |1971 |  1 |7368 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  26.5s| 16300 | 15168 |117559 |   7.1 |    53M | 183 |1100 |5888 | 561 |1981 |  1 |7435 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  26.6s| 16400 | 15254 |118458 |   7.2 |    54M | 183 |1100 |5859 | 562 |1981 |  1 |7523 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  26.7s| 16500 | 15339 |119055 |   7.2 |    54M | 183 |1100 |5893 | 562 |1983 |  1 |7574 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c  26.9s| 16600 | 15439 |119828 |   7.2 |    54M | 183 |1100 |5938 | 563 |1984 |  2 |7656 |  11 | 0.000000e+00 |      --      |    Inf | unknown
27.14/27.32	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
27.14/27.32	c 
27.14/27.32	c SCIP Status        : problem is solved [infeasible]
27.14/27.32	c Solving Time (sec) : 26.96
27.14/27.32	c Solving Nodes      : 16630
27.14/27.32	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
27.14/27.32	c Dual Bound         : +1.00000000000000e+20
27.14/27.32	c Gap                : 0.00 %
27.14/27.32	c SCIP found the problem to be infeasible.
27.14/27.32	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (63006 MiB free)
  memory of node 1: 64507 MiB (63140 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513451-1751211380/watcher-4513451-1751211380 -o /tmp/evaluation-result-4513451-1751211380/solver-4513451-1751211380 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751204026-25376 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4513451-1751211380.opb 

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=27320, runsolver pid=27317

[startup+0.1001 s]*
/proc/loadavg: 4.17 4.20 4.19 5/258 27325
/proc/meminfo: memFree=129174632/131382116 swapFree=33010684/33010684
[pid=27320] ppid=27317 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/27320/stat : 27320 (scip-naps-1.00.) S 27317 27320 25366 0 -1 4194304 260 326 0 0 0 0 0 0 20 0 1 0 36817754 4292608 768 18446744073709551615 94246289264640 94246290159173 140722413151760 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94246290398224 94246290445968 94246302588928 140722413160865 140722413160962 140722413160962 140722413166564 0
/proc/27320/statm: 1048 768 704 219 0 110 0
[pid=27325] ppid=27320 vsize=18788 memory=13568 CPUtime=0.07 cores=0,2
/proc/27325/stat : 27325 (python3) R 27320 27320 25366 0 -1 4194304 1813 0 0 0 6 1 0 0 20 0 1 0 36817757 19238912 3392 18446744073709551615 94757129953280 94757129953657 140736398846640 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94757129964952 94757129965572 94757136879616 140736398854488 140736398854690 140736398854690 140736398860263 0
/proc/27325/statm: 4697 3392 1856 1 0 1470 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 22980 KiB
Current children cumulated memory: 16640 KiB

[startup+0.213635 s]*
/proc/loadavg: 4.17 4.20 4.19 5/258 27325
/proc/meminfo: memFree=129167868/131382116 swapFree=33010684/33010684
[pid=27320] ppid=27317 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/27320/stat : 27320 (scip-naps-1.00.) S 27317 27320 25366 0 -1 4194304 260 326 0 0 0 0 0 0 20 0 1 0 36817754 4292608 768 18446744073709551615 94246289264640 94246290159173 140722413151760 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94246290398224 94246290445968 94246302588928 140722413160865 140722413160962 140722413160962 140722413166564 0
/proc/27320/statm: 1048 768 704 219 0 110 0
[pid=27325] ppid=27320 vsize=1186920 memory=31580 CPUtime=0.17 cores=0,2
/proc/27325/stat : 27325 (python3) R 27320 27320 25366 0 -1 4194304 3671 0 0 0 15 2 0 0 20 0 1 0 36817757 1215406080 7895 18446744073709551615 94757129953280 94757129953657 140736398846640 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94757129964952 94757129965572 94757136879616 140736398854488 140736398854690 140736398854690 140736398860263 0
/proc/27325/statm: 296730 7895 4855 1 0 268752 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1191112 KiB
Current children cumulated memory: 34652 KiB

[startup+0.313515 s]*
/proc/loadavg: 4.17 4.20 4.19 5/258 27325
/proc/meminfo: memFree=129163100/131382116 swapFree=33010684/33010684
[pid=27320] ppid=27317 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/27320/stat : 27320 (scip-naps-1.00.) S 27317 27320 25366 0 -1 4194304 260 326 0 0 0 0 0 0 20 0 1 0 36817754 4292608 768 18446744073709551615 94246289264640 94246290159173 140722413151760 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94246290398224 94246290445968 94246302588928 140722413160865 140722413160962 140722413160962 140722413166564 0
/proc/27320/statm: 1048 768 704 219 0 110 0
[pid=27325] ppid=27320 vsize=1192476 memory=37596 CPUtime=0.27 cores=0,2
/proc/27325/stat : 27325 (python3) R 27320 27320 25366 0 -1 4194304 4757 0 0 0 24 3 0 0 20 0 1 0 36817757 1221095424 9399 18446744073709551615 94757129953280 94757129953657 140736398846640 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94757129964952 94757129965572 94757136879616 140736398854488 140736398854690 140736398854690 140736398860263 0
/proc/27325/statm: 298119 9399 5335 1 0 269793 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 1196668 KiB
Current children cumulated memory: 40668 KiB

[startup+0.700423 s]
/proc/loadavg: 4.17 4.20 4.19 5/258 27325
/proc/meminfo: memFree=129137900/131382116 swapFree=33010684/33010684
[pid=27320] ppid=27317 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/27320/stat : 27320 (scip-naps-1.00.) S 27317 27320 25366 0 -1 4194304 260 326 0 0 0 0 0 0 20 0 1 0 36817754 4292608 768 18446744073709551615 94246289264640 94246290159173 140722413151760 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94246290398224 94246290445968 94246302588928 140722413160865 140722413160962 140722413160962 140722413166564 0
/proc/27320/statm: 1048 768 704 219 0 110 0
[pid=27325] ppid=27320 vsize=1225136 memory=72924 CPUtime=0.64 cores=0,2
/proc/27325/stat : 27325 (python3) R 27320 27320 25366 0 -1 4194304 10996 0 0 0 58 6 0 0 20 0 1 0 36817757 1254539264 18231 18446744073709551615 94757129953280 94757129953657 140736398846640 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94757129964952 94757129965572 94757136879616 140736398854488 140736398854690 140736398854690 140736398860263 0
/proc/27325/statm: 306284 18231 8151 1 0 277642 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 1229328 KiB
Current children cumulated memory: 75996 KiB

[startup+1.50041 s]
/proc/loadavg: 4.17 4.20 4.19 5/258 27325
/proc/meminfo: memFree=129129836/131382116 swapFree=33010684/33010684
[pid=27320] ppid=27317 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/27320/stat : 27320 (scip-naps-1.00.) S 27317 27320 25366 0 -1 4194304 260 326 0 0 0 0 0 0 20 0 1 0 36817754 4292608 768 18446744073709551615 94246289264640 94246290159173 140722413151760 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94246290398224 94246290445968 94246302588928 140722413160865 140722413160962 140722413160962 140722413166564 0
/proc/27320/statm: 1048 768 704 219 0 110 0
[pid=27325] ppid=27320 vsize=1231736 memory=81040 CPUtime=1.43 cores=0,2
/proc/27325/stat : 27325 (python3) R 27320 27320 25366 0 -1 4194304 14741 0 0 0 136 7 0 0 20 0 1 0 36817757 1261297664 20260 18446744073709551615 94757129953280 94757129953657 140736398846640 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94757129964952 94757129965572 94757136879616 140736398854488 140736398854690 140736398854690 140736398860263 0
/proc/27325/statm: 307934 20260 8151 1 0 279292 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 1235928 KiB
Current children cumulated memory: 84112 KiB

[startup+3.11326 s]
/proc/loadavg: 4.15 4.20 4.19 5/258 27325
/proc/meminfo: memFree=129130276/131382116 swapFree=33010684/33010684
[pid=27320] ppid=27317 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/27320/stat : 27320 (scip-naps-1.00.) S 27317 27320 25366 0 -1 4194304 260 326 0 0 0 0 0 0 20 0 1 0 36817754 4292608 768 18446744073709551615 94246289264640 94246290159173 140722413151760 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94246290398224 94246290445968 94246302588928 140722413160865 140722413160962 140722413160962 140722413166564 0
/proc/27320/statm: 1048 768 704 219 0 110 0
[pid=27325] ppid=27320 vsize=1232900 memory=82192 CPUtime=3.04 cores=0,2
/proc/27325/stat : 27325 (python3) R 27320 27320 25366 0 -1 4194304 15015 0 0 0 297 7 0 0 20 0 1 0 36817757 1262489600 20548 18446744073709551615 94757129953280 94757129953657 140736398846640 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94757129964952 94757129965572 94757136879616 140736398854488 140736398854690 140736398854690 140736398860263 0
/proc/27325/statm: 308225 20548 8151 1 0 279583 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 1237092 KiB
Current children cumulated memory: 85264 KiB

[startup+6.30036 s]
/proc/loadavg: 4.15 4.20 4.19 5/259 27327
/proc/meminfo: memFree=129113488/131382116 swapFree=33010684/33010684
[pid=27320] ppid=27317 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/27320/stat : 27320 (scip-naps-1.00.) S 27317 27320 25366 0 -1 4194304 260 326 0 0 0 0 0 0 20 0 1 0 36817754 4292608 768 18446744073709551615 94246289264640 94246290159173 140722413151760 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94246290398224 94246290445968 94246302588928 140722413160865 140722413160962 140722413160962 140722413166564 0
/proc/27320/statm: 1048 768 704 219 0 110 0
[pid=27325] ppid=27320 vsize=1247100 memory=96400 CPUtime=6.21 cores=0,2
/proc/27325/stat : 27325 (python3) R 27320 27320 25366 0 -1 4194304 18585 0 0 0 614 7 0 0 20 0 1 0 36817757 1277030400 24100 18446744073709551615 94757129953280 94757129953657 140736398846640 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94757129964952 94757129965572 94757136879616 140736398854488 140736398854690 140736398854690 140736398860263 0
/proc/27325/statm: 311775 24100 8151 1 0 283133 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 1251292 KiB
Current children cumulated memory: 99472 KiB

[startup+12.7004 s]
/proc/loadavg: 4.13 4.19 4.19 5/258 27327
/proc/meminfo: memFree=129105244/131382116 swapFree=33010684/33010684
[pid=27320] ppid=27317 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/27320/stat : 27320 (scip-naps-1.00.) S 27317 27320 25366 0 -1 4194304 260 326 0 0 0 0 0 0 20 0 1 0 36817754 4292608 768 18446744073709551615 94246289264640 94246290159173 140722413151760 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94246290398224 94246290445968 94246302588928 140722413160865 140722413160962 140722413160962 140722413166564 0
/proc/27320/statm: 1048 768 704 219 0 110 0
[pid=27325] ppid=27320 vsize=1256792 memory=106212 CPUtime=12.59 cores=0,2
/proc/27325/stat : 27325 (python3) R 27320 27320 25366 0 -1 4194304 24269 0 0 0 1250 9 0 0 20 0 1 0 36817757 1286955008 26553 18446744073709551615 94757129953280 94757129953657 140736398846640 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94757129964952 94757129965572 94757136879616 140736398854488 140736398854690 140736398854690 140736398860263 0
/proc/27325/statm: 314198 26553 8151 1 0 285556 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 1260984 KiB
Current children cumulated memory: 109284 KiB

[startup+25.5004 s]
/proc/loadavg: 4.11 4.18 4.19 5/258 27327
/proc/meminfo: memFree=129078840/131382116 swapFree=33010684/33010684
[pid=27320] ppid=27317 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/27320/stat : 27320 (scip-naps-1.00.) S 27317 27320 25366 0 -1 4194304 260 326 0 0 0 0 0 0 20 0 1 0 36817754 4292608 768 18446744073709551615 94246289264640 94246290159173 140722413151760 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94246290398224 94246290445968 94246302588928 140722413160865 140722413160962 140722413160962 140722413166564 0
/proc/27320/statm: 1048 768 704 219 0 110 0
[pid=27325] ppid=27320 vsize=1270716 memory=120428 CPUtime=25.34 cores=0,2
/proc/27325/stat : 27325 (python3) R 27320 27320 25366 0 -1 4194304 34507 0 0 0 2524 10 0 0 20 0 1 0 36817757 1301213184 30107 18446744073709551615 94757129953280 94757129953657 140736398846640 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94757129964952 94757129965572 94757136879616 140736398854488 140736398854690 140736398854690 140736398860263 0
/proc/27325/statm: 317679 30107 8151 1 0 289037 0
Current children cumulated CPU time: 25.34 s
Current children cumulated vsize: 1274908 KiB
Current children cumulated memory: 123500 KiB

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

# cumulated CPU time of all completed processes:  user=27.0939 s, system=0.127313 s

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

[startup+25.6004 s]
/proc/loadavg: 4.11 4.18 4.19 5/258 27327
/proc/meminfo: memFree=129078840/131382116 swapFree=33010684/33010684
[pid=27320] ppid=27317 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/27320/stat : 27320 (scip-naps-1.00.) S 27317 27320 25366 0 -1 4194304 260 326 0 0 0 0 0 0 20 0 1 0 36817754 4292608 768 18446744073709551615 94246289264640 94246290159173 140722413151760 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94246290398224 94246290445968 94246302588928 140722413160865 140722413160962 140722413160962 140722413166564 0
/proc/27320/statm: 1048 768 704 219 0 110 0
[pid=27325] ppid=27320 vsize=1270716 memory=120428 CPUtime=25.44 cores=0,2
/proc/27325/stat : 27325 (python3) R 27320 27320 25366 0 -1 4194304 34507 0 0 0 2534 10 0 0 20 0 1 0 36817757 1301213184 30107 18446744073709551615 94757129953280 94757129953657 140736398846640 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94757129964952 94757129965572 94757136879616 140736398854488 140736398854690 140736398854690 140736398860263 0
/proc/27325/statm: 317679 30107 8151 1 0 289037 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 1274908 KiB
Current children cumulated memory: 123500 KiB

[startup+26.4003 s]
/proc/loadavg: 4.11 4.18 4.19 5/258 27327
/proc/meminfo: memFree=129078840/131382116 swapFree=33010684/33010684
[pid=27320] ppid=27317 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/27320/stat : 27320 (scip-naps-1.00.) S 27317 27320 25366 0 -1 4194304 260 326 0 0 0 0 0 0 20 0 1 0 36817754 4292608 768 18446744073709551615 94246289264640 94246290159173 140722413151760 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94246290398224 94246290445968 94246302588928 140722413160865 140722413160962 140722413160962 140722413166564 0
/proc/27320/statm: 1048 768 704 219 0 110 0
[pid=27325] ppid=27320 vsize=1270716 memory=120428 CPUtime=26.24 cores=0,2
/proc/27325/stat : 27325 (python3) R 27320 27320 25366 0 -1 4194304 34510 0 0 0 2614 10 0 0 20 0 1 0 36817757 1301213184 30107 18446744073709551615 94757129953280 94757129953657 140736398846640 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94757129964952 94757129965572 94757136879616 140736398854488 140736398854690 140736398854690 140736398860263 0
/proc/27325/statm: 317679 30107 8151 1 0 289037 0
Current children cumulated CPU time: 26.24 s
Current children cumulated vsize: 1274908 KiB
Current children cumulated memory: 123500 KiB

[startup+26.8003 s]
/proc/loadavg: 4.11 4.18 4.19 5/258 27327
/proc/meminfo: memFree=129078840/131382116 swapFree=33010684/33010684
[pid=27320] ppid=27317 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/27320/stat : 27320 (scip-naps-1.00.) S 27317 27320 25366 0 -1 4194304 260 326 0 0 0 0 0 0 20 0 1 0 36817754 4292608 768 18446744073709551615 94246289264640 94246290159173 140722413151760 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94246290398224 94246290445968 94246302588928 140722413160865 140722413160962 140722413160962 140722413166564 0
/proc/27320/statm: 1048 768 704 219 0 110 0
[pid=27325] ppid=27320 vsize=1270716 memory=120428 CPUtime=26.64 cores=0,2
/proc/27325/stat : 27325 (python3) R 27320 27320 25366 0 -1 4194304 34511 0 0 0 2654 10 0 0 20 0 1 0 36817757 1301213184 30107 18446744073709551615 94757129953280 94757129953657 140736398846640 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94757129964952 94757129965572 94757136879616 140736398854488 140736398854690 140736398854690 140736398860263 0
/proc/27325/statm: 317679 30107 8151 1 0 289037 0
Current children cumulated CPU time: 26.64 s
Current children cumulated vsize: 1274908 KiB
Current children cumulated memory: 123500 KiB

[startup+27.2004 s]
/proc/loadavg: 4.18 4.20 4.19 5/258 27327
/proc/meminfo: memFree=129074744/131382116 swapFree=33010684/33010684
[pid=27320] ppid=27317 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/27320/stat : 27320 (scip-naps-1.00.) S 27317 27320 25366 0 -1 4194304 260 326 0 0 0 0 0 0 20 0 1 0 36817754 4292608 768 18446744073709551615 94246289264640 94246290159173 140722413151760 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94246290398224 94246290445968 94246302588928 140722413160865 140722413160962 140722413160962 140722413166564 0
/proc/27320/statm: 1048 768 704 219 0 110 0
[pid=27325] ppid=27320 vsize=1270716 memory=120428 CPUtime=27.04 cores=0,2
/proc/27325/stat : 27325 (python3) R 27320 27320 25366 0 -1 4194304 34514 0 0 0 2694 10 0 0 20 0 1 0 36817757 1301213184 30107 18446744073709551615 94757129953280 94757129953657 140736398846640 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94757129964952 94757129965572 94757136879616 140736398854488 140736398854690 140736398854690 140736398860263 0
/proc/27325/statm: 317679 30107 8151 1 0 289037 0
Current children cumulated CPU time: 27.04 s
Current children cumulated vsize: 1274908 KiB
Current children cumulated memory: 123500 KiB

[startup+27.3003 s]
/proc/loadavg: 4.18 4.20 4.19 5/258 27327
/proc/meminfo: memFree=129074744/131382116 swapFree=33010684/33010684
[pid=27320] ppid=27317 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/27320/stat : 27320 (scip-naps-1.00.) S 27317 27320 25366 0 -1 4194304 260 326 0 0 0 0 0 0 20 0 1 0 36817754 4292608 768 18446744073709551615 94246289264640 94246290159173 140722413151760 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94246290398224 94246290445968 94246302588928 140722413160865 140722413160962 140722413160962 140722413166564 0
/proc/27320/statm: 1048 768 704 219 0 110 0
[pid=27325] ppid=27320 vsize=1270716 memory=120428 CPUtime=27.14 cores=0,2
/proc/27325/stat : 27325 (python3) R 27320 27320 25366 0 -1 4194304 34514 0 0 0 2704 10 0 0 20 0 1 0 36817757 1301213184 30107 18446744073709551615 94757129953280 94757129953657 140736398846640 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94757129964952 94757129965572 94757136879616 140736398854488 140736398854690 140736398854690 140736398860263 0
/proc/27325/statm: 317679 30107 8151 1 0 289037 0
Current children cumulated CPU time: 27.14 s
Current children cumulated vsize: 1274908 KiB
Current children cumulated memory: 123500 KiB

Child status: 0

Real time (s): 27.3574
CPU time (s): 27.2212
CPU user time (s): 27.0939
CPU system time (s): 0.127313
CPU usage (%): 99.502
Max. virtual memory (cumulated for all children) (KiB): 1278908
Max. memory (cumulated for all children) (KiB): 127080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.0939
system time used= 0.127313
maximum resident set size= 124008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35142
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 351
involuntary context switches= 72


# summary of solver processes directly reported to runsolver:
#   pid: 27320
#   total CPU time (s): 27.2212
#   total CPU user time (s): 27.0939
#   total CPU system time (s): 0.127313

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.189897 second user time and 0.325992 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-06-29 17:36:20
IDJOB=4513451
IDBENCH=162346
IDSOLVER=3368
FILE ID=nodeC011/4513451-1751211380
RUNJOBID= nodeC011-1751204026-25376
SLURM_JOB_ID= 9587615
Free space on /tmp= 433036 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_ODD_GRIDS/normalized-ECgrid5x110split.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513451-1751211380/watcher-4513451-1751211380 -o /tmp/evaluation-result-4513451-1751211380/solver-4513451-1751211380 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751204026-25376 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4513451-1751211380.opb

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

MD5SUM BENCH= 1b3727bc41a297c1e3576d09f30c6702
RANDOM SEED=146145940

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129174312 kB
MemAvailable:   128935248 kB
Buffers:            3280 kB
Cached:           571520 kB
SwapCached:            0 kB
Active:          1383920 kB
Inactive:         272648 kB
Active(anon):    1099728 kB
Inactive(anon):        0 kB
Active(file):     284192 kB
Inactive(file):   272648 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5700 kB
Writeback:            12 kB
AnonPages:       1081276 kB
Mapped:           131864 kB
Shmem:             17960 kB
KReclaimable:      87064 kB
Slab:             167464 kB
SReclaimable:      87064 kB
SUnreclaim:        80400 kB
KernelStack:        4144 kB
PageTables:         5776 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    4649576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149512 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    548864 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC011 at 2025-06-29 17:36:48