Trace number 4493565

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.00a1SAT 42.9989 43.1666

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army9.12ls.opb
MD5SUMdccf1bd51baf1439f9e0744b31eb924b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.054513
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables266
Total number of constraints401
Number of constraints which are clauses237
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints162
Minimum length of a constraint2
Maximum length of a constraint81
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 12
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 93
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

5.05/5.13	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4493565-1751149821.opb
5.05/5.13	c Solving mode: decision
5.05/5.13	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
5.05/5.13	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
5.05/5.13	c original problem has 266 variables (266 bin, 0 int, 0 impl, 0 cont) and 401 constraints
5.05/5.13	c presolving:
5.05/5.13	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 401 upgd conss, 0 impls, 141 clqs
5.05/5.13	c (round 2, medium)     8 del vars, 170 del conss, 648 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 401 upgd conss, 0 impls, 769 clqs
5.05/5.13	c (round 3, fast)       8 del vars, 182 del conss, 648 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 401 upgd conss, 0 impls, 769 clqs
5.05/5.13	c (round 4, exhaustive) 8 del vars, 918 del conss, 744 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 401 upgd conss, 0 impls, 769 clqs
5.05/5.13	c    (0.0s) probing cycle finished: starting next cycle
5.05/5.13	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
5.05/5.13	c    (0.0s) symmetry computation finished: 4 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.00)
5.05/5.13	c dynamic symmetry handling statistics:
5.05/5.13	c    orbitopal reduction:       no components
5.05/5.13	c    orbital reduction:          1 components of sizes 4
5.05/5.13	c    lexicographic reduction:    4 permutations with support sizes 220, 220, 208, 258
5.05/5.13	c handled 1 out of 1 symmetry components
5.05/5.13	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
5.05/5.13	c  8 deleted vars, 918 deleted constraints, 744 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
5.05/5.13	c  0 implications, 1990 cliques
5.05/5.13	c presolved problem has 258 variables (258 bin, 0 int, 0 impl, 0 cont) and 227 constraints
5.05/5.13	c       2 constraints of type <knapsack>
5.05/5.13	c     129 constraints of type <setppc>
5.05/5.13	c      96 constraints of type <and>
5.05/5.13	c transformed objective value is always integral (scale: 1)
5.05/5.13	c Presolving Time: 0.02
5.05/5.13	c 
5.05/5.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.05/5.13	c   0.0s|     1 |     0 |   113 |     - |  8829k |   0 | 258 | 261 | 323 |   0 |  0 |  40 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.05/5.13	c   0.1s|     1 |     0 |   292 |     - |  9233k |   0 | 258 | 287 | 366 |  43 |  1 |  41 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.05/5.13	c   0.1s|     1 |     0 |   334 |     - |    13M |   0 | 258 | 291 | 394 |  71 |  2 |  45 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.05/5.13	c   0.1s|     1 |     0 |   370 |     - |    16M |   0 | 258 | 295 | 418 |  95 |  3 |  49 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.05/5.13	c   0.2s|     1 |     0 |   411 |     - |    20M |   0 | 258 | 299 | 444 | 121 |  4 |  53 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.05/5.13	c   0.2s|     1 |     0 |   456 |     - |    25M |   0 | 258 | 304 | 468 | 145 |  5 |  58 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.05/5.13	c   0.2s|     1 |     0 |   511 |     - |    28M |   0 | 258 | 305 | 490 | 167 |  6 |  59 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.05/5.13	c   0.3s|     1 |     0 |   578 |     - |    32M |   0 | 258 | 310 | 509 | 186 |  7 |  64 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.05/5.13	c   0.3s|     1 |     0 |   633 |     - |    38M |   0 | 258 | 316 | 520 | 197 |  8 |  70 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.05/5.13	c   0.3s|     1 |     0 |   680 |     - |    42M |   0 | 258 | 319 | 539 | 216 |  9 |  73 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.05/5.13	c   0.4s|     1 |     0 |   742 |     - |    46M |   0 | 258 | 321 | 552 | 229 | 10 |  75 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.05/5.13	c   0.4s|     1 |     0 |   802 |     - |    46M |   0 | 258 | 325 | 573 | 250 | 11 |  79 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.05/5.13	c   0.5s|     1 |     2 |  1143 |     - |    46M |   0 | 258 | 337 | 573 | 250 | 11 |  92 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.05/5.13	c   1.0s|   100 |    15 |  6151 |  54.0 |    56M |  15 | 258 | 377 | 600 | 986 |  2 | 133 |  11 | 0.000000e+00 |      --      |    Inf |   6.84%
5.05/5.13	c   1.8s|   200 |    23 | 11225 |  52.4 |    75M |  16 | 258 | 404 | 581 |1830 |  2 | 160 |  11 | 0.000000e+00 |      --      |    Inf |  11.07%
5.05/5.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.05/5.13	c   2.4s|   300 |    19 | 14543 |  46.0 |    89M |  16 | 258 | 411 | 611 |2406 |  0 | 168 |  11 | 0.000000e+00 |      --      |    Inf |  12.31%
5.05/5.13	c   2.7s|   400 |    19 | 17735 |  42.4 |    94M |  16 | 258 | 419 | 570 |2935 |  2 | 176 |  11 | 0.000000e+00 |      --      |    Inf |  15.97%
5.05/5.13	c   3.1s|   500 |    17 | 20069 |  38.6 |    94M |  17 | 258 | 427 | 568 |3367 |  0 | 184 |  11 | 0.000000e+00 |      --      |    Inf |  18.33%
5.05/5.13	c   3.5s|   600 |    15 | 22756 |  36.7 |    94M |  20 | 258 | 447 | 599 |3861 |  1 | 204 |  11 | 0.000000e+00 |      --      |    Inf |  19.00%
5.05/5.13	c   3.8s|   700 |    17 | 24976 |  34.6 |    94M |  20 | 258 | 481 | 611 |4371 |  2 | 240 |  11 | 0.000000e+00 |      --      |    Inf |  19.58%
5.05/5.13	c   4.0s|   800 |    17 | 26419 |  32.1 |    94M |  20 | 258 | 495 | 566 |4534 |  0 | 254 |  11 | 0.000000e+00 |      --      |    Inf |  19.63%
5.05/5.13	c   4.4s|   900 |    23 | 28981 |  31.3 |    94M |  20 | 258 | 505 | 568 |5013 |  0 | 264 |  11 | 0.000000e+00 |      --      |    Inf |  20.21%
5.05/5.13	c   4.6s|  1000 |    23 | 30355 |  29.6 |    94M |  20 | 258 | 515 | 568 |5247 |  0 | 274 |  11 | 0.000000e+00 |      --      |    Inf |  20.27%
5.05/5.13	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
5.05/5.13	c (run 1, node 1083) performing user restart
5.05/5.13	c 
5.05/5.13	c (restart) converted 84 cuts from the global cut pool into linear constraints
5.05/5.13	c 
5.05/5.13	c presolving:
5.05/5.13	c (round 1, fast)       0 del vars, 5 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1990 clqs
5.05/5.13	c (round 2, exhaustive) 0 del vars, 5 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 107 upgd conss, 0 impls, 1990 clqs
5.05/5.13	c (round 3, medium)     0 del vars, 11 del conss, 13 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 107 upgd conss, 0 impls, 1990 clqs
5.05/5.13	c (round 4, exhaustive) 0 del vars, 32 del conss, 13 add conss, 0 chg bounds, 0 chg sides, 13 chg coeffs, 107 upgd conss, 0 impls, 1990 clqs
5.05/5.13	c (round 5, exhaustive) 0 del vars, 32 del conss, 13 add conss, 0 chg bounds, 0 chg sides, 226 chg coeffs, 107 upgd conss, 0 impls, 1990 clqs
5.05/5.13	c (round 6, exhaustive) 0 del vars, 33 del conss, 13 add conss, 0 chg bounds, 0 chg sides, 226 chg coeffs, 107 upgd conss, 0 impls, 1990 clqs
5.05/5.13	c presolving (7 rounds: 7 fast, 6 medium, 5 exhaustive):
5.05/5.13	c  0 deleted vars, 33 deleted constraints, 13 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 226 changed coefficients
5.05/5.13	c  0 implications, 1990 cliques
5.05/5.13	c presolved problem has 258 variables (258 bin, 0 int, 0 impl, 0 cont) and 584 constraints
5.05/5.13	c       3 constraints of type <knapsack>
5.05/5.13	c     219 constraints of type <setppc>
5.05/5.13	c      96 constraints of type <and>
5.05/5.13	c       2 constraints of type <linear>
5.05/5.13	c     264 constraints of type <logicor>
5.05/5.13	c transformed objective value is always integral (scale: 1)
5.05/5.13	c Presolving Time: 0.05
5.05/5.13	c 
5.05/5.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.05/5.13	c   4.8s|     1 |     0 | 32091 |     - |    91M |   0 | 258 | 582 | 414 |   0 |  0 | 284 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.05/5.13	c   4.9s|     1 |     0 | 32140 |     - |    91M |   0 | 258 | 604 | 449 |  35 |  1 | 287 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.05/5.13	c   4.9s|     1 |     0 | 32173 |     - |    94M |   0 | 258 | 607 | 479 |  65 |  2 | 290 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.05/5.13	c   4.9s|     1 |     0 | 32235 |     - |    96M |   0 | 258 | 612 | 499 |  85 |  3 | 295 |  11 | 0.000000e+00 |      --      |    Inf | unknown
15.11/15.24	c   5.0s|     1 |     0 | 32254 |     - |    98M |   0 | 258 | 616 | 519 | 105 |  4 | 299 |  11 | 0.000000e+00 |      --      |    Inf | unknown
15.11/15.24	c   5.0s|     1 |     0 | 32289 |     - |   100M |   0 | 258 | 617 | 535 | 121 |  5 | 300 |  11 | 0.000000e+00 |      --      |    Inf | unknown
15.11/15.24	c   5.1s|     1 |     0 | 32308 |     - |   102M |   0 | 258 | 618 | 544 | 130 |  6 | 301 |  11 | 0.000000e+00 |      --      |    Inf | unknown
15.11/15.24	c   5.1s|     1 |     0 | 32350 |     - |   102M |   0 | 258 | 618 | 553 | 139 |  7 | 302 |  11 | 0.000000e+00 |      --      |    Inf | unknown
15.11/15.24	c   5.2s|     1 |     0 | 32388 |     - |   104M |   0 | 258 | 619 | 570 | 156 |  8 | 303 |  11 | 0.000000e+00 |      --      |    Inf | unknown
15.11/15.24	c   5.2s|     1 |     0 | 32418 |     - |   104M |   0 | 258 | 619 | 576 | 162 |  9 | 304 |  11 | 0.000000e+00 |      --      |    Inf | unknown
15.11/15.24	c   5.3s|     1 |     0 | 32484 |     - |   105M |   0 | 258 | 623 | 582 | 168 | 10 | 308 |  11 | 0.000000e+00 |      --      |    Inf | unknown
15.11/15.24	c   5.3s|     1 |     0 | 32508 |     - |   105M |   0 | 258 | 626 | 595 | 181 | 11 | 311 |  11 | 0.000000e+00 |      --      |    Inf | unknown
15.11/15.24	c   5.4s|     1 |     2 | 32806 |     - |   105M |   0 | 258 | 645 | 595 | 181 | 11 | 330 |  22 | 0.000000e+00 |      --      |    Inf | unknown
15.11/15.24	c   5.8s|   100 |    10 | 37375 |  30.4 |   107M |  18 | 258 | 671 | 644 | 866 |  0 | 356 |  22 | 0.000000e+00 |      --      |    Inf |   1.56%
15.11/15.24	c   6.3s|   200 |    16 | 41855 |  31.6 |   109M |  18 | 258 | 709 |   0 |1654 |  0 | 394 |  22 | 0.000000e+00 |      --      |    Inf |   2.34%
15.11/15.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
15.11/15.24	c   7.0s|   300 |    20 | 46005 |  32.3 |   112M |  18 | 258 | 719 | 608 |2201 |  0 | 404 |  22 | 0.000000e+00 |      --      |    Inf |   9.24%
15.11/15.24	c   7.2s|   400 |    20 | 48362 |  31.7 |   112M |  18 | 258 | 739 | 597 |2520 |  1 | 424 |  22 | 0.000000e+00 |      --      |    Inf |   9.74%
15.11/15.24	c   7.4s|   500 |    20 | 50433 |  31.0 |   112M |  19 | 258 | 746 | 600 |2869 |  1 | 435 |  22 | 0.000000e+00 |      --      |    Inf |  10.05%
15.11/15.24	c   7.8s|   600 |    20 | 52592 |  30.4 |   112M |  20 | 258 | 749 | 591 |3234 |  2 | 438 |  22 | 0.000000e+00 |      --      |    Inf |  10.82%
15.11/15.24	c   7.9s|   700 |    22 | 53938 |  29.5 |   112M |  20 | 258 | 759 | 606 |3367 |  1 | 448 |  22 | 0.000000e+00 |      --      |    Inf |  10.88%
15.11/15.24	c   8.2s|   800 |    18 | 56123 |  29.1 |   114M |  20 | 258 | 773 | 568 |3601 |  2 | 462 |  22 | 0.000000e+00 |      --      |    Inf |  11.12%
15.11/15.24	c   8.4s|   900 |    22 | 58013 |  28.6 |   114M |  20 | 258 | 786 | 588 |3944 |  2 | 475 |  22 | 0.000000e+00 |      --      |    Inf |  11.38%
15.11/15.24	c   8.8s|  1000 |    22 | 60475 |  28.4 |   114M |  20 | 258 | 809 |   0 |4296 |  0 | 499 |  22 | 0.000000e+00 |      --      |    Inf |  11.52%
15.11/15.24	c   9.0s|  1100 |    22 | 62382 |  27.9 |   114M |  20 | 258 | 825 | 555 |4618 |  0 | 515 |  22 | 0.000000e+00 |      --      |    Inf |  11.70%
15.11/15.24	c   9.1s|  1200 |    20 | 64371 |  27.6 |   114M |  20 | 258 | 839 | 561 |4946 |  2 | 529 |  22 | 0.000000e+00 |      --      |    Inf |  11.96%
15.11/15.24	c   9.3s|  1300 |    24 | 66487 |  27.3 |   114M |  20 | 258 | 852 | 602 |5286 |  2 | 543 |  22 | 0.000000e+00 |      --      |    Inf |  12.20%
15.11/15.24	c   9.4s|  1400 |    24 | 68487 |  27.0 |   114M |  20 | 258 | 862 | 584 |5613 |  0 | 553 |  22 | 0.000000e+00 |      --      |    Inf |  12.37%
15.11/15.24	c   9.7s|  1500 |    24 | 70865 |  26.9 |   114M |  20 | 258 | 871 | 606 |5952 |  0 | 562 |  22 | 0.000000e+00 |      --      |    Inf |  12.76%
15.11/15.24	c   9.9s|  1600 |    24 | 73278 |  26.8 |   114M |  20 | 258 | 878 | 598 |6255 |  0 | 569 |  22 | 0.000000e+00 |      --      |    Inf |  12.98%
15.11/15.24	c  10.3s|  1700 |    22 | 75611 |  26.7 |   114M |  22 | 258 | 890 | 613 |6511 |  1 | 581 |  22 | 0.000000e+00 |      --      |    Inf |  13.10%
15.11/15.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
15.11/15.24	c  10.5s|  1800 |    24 | 77946 |  26.6 |   114M |  22 | 258 | 916 | 611 |6735 |  2 | 608 |  22 | 0.000000e+00 |      --      |    Inf |  13.20%
15.11/15.24	c  10.9s|  1900 |    24 | 79947 |  26.3 |   114M |  23 | 258 | 925 | 570 |7041 |  2 | 617 |  22 | 0.000000e+00 |      --      |    Inf |  13.35%
15.11/15.24	c  11.2s|  2000 |    24 | 81483 |  26.0 |   114M |  23 | 258 | 939 | 615 |7248 |  2 | 631 |  22 | 0.000000e+00 |      --      |    Inf |  13.44%
15.11/15.24	c  11.7s|  2100 |    24 | 83830 |  25.9 |   116M |  24 | 258 | 948 | 611 |7569 |  2 | 640 |  22 | 0.000000e+00 |      --      |    Inf |  14.88%
15.11/15.24	c  12.1s|  2200 |    24 | 86452 |  25.9 |   116M |  24 | 258 | 960 | 595 |7996 |  0 | 652 |  22 | 0.000000e+00 |      --      |    Inf |  16.41%
15.11/15.24	c  12.2s|  2300 |    26 | 88915 |  25.9 |   116M |  26 | 258 | 966 | 625 |8271 |  1 | 658 |  22 | 0.000000e+00 |      --      |    Inf |  16.56%
15.11/15.24	c  12.3s|  2400 |    24 | 90784 |  25.7 |   116M |  27 | 258 | 969 | 600 |8466 |  2 | 664 |  22 | 0.000000e+00 |      --      |    Inf |  16.59%
15.11/15.24	c  12.5s|  2500 |    24 | 92521 |  25.4 |   116M |  27 | 258 | 969 | 578 |8727 |  0 | 665 |  22 | 0.000000e+00 |      --      |    Inf |  16.67%
15.11/15.24	c  12.5s|  2600 |    22 | 94340 |  25.2 |   116M |  27 | 258 | 973 | 642 |8982 |  0 | 670 |  22 | 0.000000e+00 |      --      |    Inf |  16.71%
15.11/15.24	c  12.6s|  2700 |    24 | 95872 |  25.0 |   116M |  27 | 258 | 974 | 618 |9202 |  0 | 673 |  22 | 0.000000e+00 |      --      |    Inf |  16.73%
15.11/15.24	c  12.7s|  2800 |    22 | 97574 |  24.8 |   116M |  27 | 258 | 977 | 633 |9414 |  1 | 676 |  22 | 0.000000e+00 |      --      |    Inf |  16.73%
15.11/15.24	c  12.8s|  2900 |    26 | 99445 |  24.6 |   116M |  27 | 258 | 977 | 635 |9594 |  1 | 676 |  22 | 0.000000e+00 |      --      |    Inf |  16.73%
15.11/15.24	c  12.9s|  3000 |    26 |101741 |  24.6 |   116M |  28 | 258 | 979 | 645 |9832 |  1 | 679 |  22 | 0.000000e+00 |      --      |    Inf |  16.73%
15.11/15.24	c  13.1s|  3100 |    32 |103787 |  24.5 |   116M |  28 | 258 | 987 | 607 |  10k|  2 | 689 |  22 | 0.000000e+00 |      --      |    Inf |  17.01%
15.11/15.24	c  13.2s|  3200 |    28 |105257 |  24.3 |   116M |  28 | 258 | 993 | 612 |  10k|  2 | 696 |  22 | 0.000000e+00 |      --      |    Inf |  17.05%
15.11/15.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
15.11/15.24	c  13.3s|  3300 |    30 |106998 |  24.1 |   116M |  28 | 258 |1003 | 622 |  10k|  0 | 706 |  22 | 0.000000e+00 |      --      |    Inf |  17.10%
15.11/15.24	c  13.3s|  3400 |    32 |108649 |  23.9 |   116M |  28 | 258 |1011 | 619 |  10k|  0 | 716 |  22 | 0.000000e+00 |      --      |    Inf |  17.12%
15.11/15.24	c  13.6s|  3500 |    32 |110952 |  23.9 |   116M |  28 | 258 |1019 | 636 |  10k|  1 | 725 |  22 | 0.000000e+00 |      --      |    Inf |  17.42%
15.11/15.24	c  13.7s|  3600 |    28 |112541 |  23.7 |   116M |  28 | 258 |1025 | 609 |  11k|  1 | 735 |  22 | 0.000000e+00 |      --      |    Inf |  17.52%
15.11/15.24	c  14.1s|  3700 |    34 |115192 |  23.8 |   116M |  28 | 258 |1036 | 577 |  11k|  2 | 748 |  22 | 0.000000e+00 |      --      |    Inf |  18.11%
15.11/15.24	c  14.2s|  3800 |    34 |116562 |  23.6 |   116M |  28 | 258 |1039 | 598 |  11k|  2 | 752 |  22 | 0.000000e+00 |      --      |    Inf |  18.17%
15.11/15.24	c  14.3s|  3900 |    34 |118116 |  23.4 |   116M |  28 | 258 |1042 | 627 |  12k|  1 | 757 |  22 | 0.000000e+00 |      --      |    Inf |  18.24%
15.11/15.24	c  14.5s|  4000 |    32 |120243 |  23.4 |   116M |  28 | 258 |1056 | 611 |  12k|  1 | 771 |  22 | 0.000000e+00 |      --      |    Inf |  18.90%
15.11/15.24	c  14.6s|  4100 |    28 |121998 |  23.3 |   116M |  28 | 258 |1062 | 647 |  12k|  1 | 780 |  22 | 0.000000e+00 |      --      |    Inf |  18.98%
15.11/15.24	c  14.7s|  4200 |    28 |123792 |  23.2 |   116M |  28 | 258 |1072 | 628 |  12k|  0 | 791 |  22 | 0.000000e+00 |      --      |    Inf |  18.98%
15.11/15.24	c  14.8s|  4300 |    30 |125657 |  23.1 |   116M |  28 | 258 |1083 | 601 |  13k|  2 | 802 |  22 | 0.000000e+00 |      --      |    Inf |  19.06%
15.11/15.24	c  14.9s|  4400 |    30 |127509 |  23.0 |   116M |  28 | 258 |1094 | 636 |  13k|  0 | 816 |  22 | 0.000000e+00 |      --      |    Inf |  19.17%
23.48/23.63	c  15.1s|  4500 |    28 |130234 |  23.1 |   116M |  29 | 258 |1094 | 566 |  13k|  0 | 819 |  22 | 0.000000e+00 |      --      |    Inf |  19.21%
23.48/23.63	c  15.2s|  4600 |    28 |132139 |  23.0 |   116M |  29 | 258 |1098 | 625 |  13k|  2 | 825 |  22 | 0.000000e+00 |      --      |    Inf |  19.38%
23.48/23.63	c  15.4s|  4700 |    30 |134524 |  23.0 |   116M |  31 | 258 |1098 | 577 |  14k|  2 | 828 |  22 | 0.000000e+00 |      --      |    Inf |  20.02%
23.48/23.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
23.48/23.63	c  15.9s|  4800 |    28 |136561 |  23.0 |   117M |  31 | 258 |1120 | 665 |  14k|  0 | 850 |  22 | 0.000000e+00 |      --      |    Inf |  21.59%
23.48/23.63	c  16.3s|  4900 |    30 |138667 |  22.9 |   117M |  31 | 258 |1128 | 671 |  14k|  1 | 859 |  22 | 0.000000e+00 |      --      |    Inf |  22.31%
23.48/23.63	c  16.4s|  5000 |    26 |140304 |  22.8 |   117M |  31 | 258 |1134 | 663 |  14k|  1 | 867 |  22 | 0.000000e+00 |      --      |    Inf |  22.49%
23.48/23.63	c  16.6s|  5100 |    28 |142536 |  22.8 |   117M |  31 | 258 |1139 |   0 |  15k|  0 | 874 |  22 | 0.000000e+00 |      --      |    Inf |  23.20%
23.48/23.63	c  16.8s|  5200 |    28 |144448 |  22.8 |   117M |  31 | 258 |1164 | 621 |  15k|  0 | 899 |  22 | 0.000000e+00 |      --      |    Inf |  23.79%
23.48/23.63	c  17.1s|  5300 |    28 |146245 |  22.7 |   117M |  31 | 258 |1184 |   0 |  15k|  0 | 920 |  22 | 0.000000e+00 |      --      |    Inf |  24.16%
23.48/23.63	c  17.3s|  5400 |    30 |148650 |  22.7 |   117M |  31 | 258 |1193 | 606 |  16k|  1 | 931 |  22 | 0.000000e+00 |      --      |    Inf |  24.71%
23.48/23.63	c  17.6s|  5500 |    36 |150707 |  22.7 |   119M |  31 | 258 |1205 | 602 |  16k|  2 | 946 |  22 | 0.000000e+00 |      --      |    Inf |  25.04%
23.48/23.63	c  17.6s|  5600 |    32 |152177 |  22.6 |   119M |  31 | 258 |1210 | 601 |  16k|  0 | 952 |  22 | 0.000000e+00 |      --      |    Inf |  25.12%
23.48/23.63	c  17.7s|  5700 |    32 |153566 |  22.4 |   119M |  31 | 258 |1215 | 598 |  16k|  2 | 959 |  22 | 0.000000e+00 |      --      |    Inf |  25.13%
23.48/23.63	c  17.8s|  5800 |    32 |154997 |  22.3 |   119M |  31 | 258 |1226 | 623 |  17k|  2 | 974 |  22 | 0.000000e+00 |      --      |    Inf |  25.24%
23.48/23.63	c  18.0s|  5900 |    32 |156608 |  22.2 |   119M |  31 | 258 |1229 | 629 |  17k|  0 | 980 |  22 | 0.000000e+00 |      --      |    Inf |  25.31%
23.48/23.63	c  18.1s|  6000 |    32 |158245 |  22.1 |   119M |  31 | 258 |1232 | 615 |  17k|  1 | 985 |  22 | 0.000000e+00 |      --      |    Inf |  25.33%
23.48/23.63	c  18.2s|  6100 |    32 |159701 |  22.0 |   119M |  31 | 258 |1254 | 605 |  18k|  0 |1008 |  22 | 0.000000e+00 |      --      |    Inf |  25.38%
23.48/23.63	c  18.3s|  6200 |    34 |161518 |  22.0 |   119M |  31 | 258 |1260 |   0 |  18k|  0 |1014 |  22 | 0.000000e+00 |      --      |    Inf |  25.40%
23.48/23.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
23.48/23.63	c  18.4s|  6300 |    36 |163028 |  21.9 |   119M |  31 | 258 |1266 | 606 |  18k|  0 |1023 |  22 | 0.000000e+00 |      --      |    Inf |  25.40%
23.48/23.63	c  18.5s|  6400 |    34 |164522 |  21.8 |   119M |  31 | 258 |1275 | 673 |  18k|  2 |1036 |  22 | 0.000000e+00 |      --      |    Inf |  25.46%
23.48/23.63	c  19.0s|  6500 |    38 |166701 |  21.8 |   119M |  31 | 258 |1285 | 630 |  19k|  2 |1053 |  22 | 0.000000e+00 |      --      |    Inf |  26.94%
23.48/23.63	c  19.4s|  6600 |    40 |168827 |  21.8 |   119M |  31 | 258 |1298 | 595 |  19k|  2 |1069 |  22 | 0.000000e+00 |      --      |    Inf |  27.78%
23.48/23.63	c  19.6s|  6700 |    34 |170698 |  21.8 |   119M |  31 | 258 |1311 | 628 |  20k|  2 |1083 |  22 | 0.000000e+00 |      --      |    Inf |  27.92%
23.48/23.63	c  19.7s|  6800 |    40 |172570 |  21.7 |   119M |  31 | 258 |1308 | 616 |  20k|  2 |1088 |  22 | 0.000000e+00 |      --      |    Inf |  28.22%
23.48/23.63	c  19.9s|  6900 |    38 |174309 |  21.7 |   119M |  31 | 258 |1313 | 578 |  20k|  0 |1096 |  22 | 0.000000e+00 |      --      |    Inf |  28.37%
23.48/23.63	c  20.1s|  7000 |    38 |176328 |  21.6 |   119M |  31 | 258 |1316 | 615 |  20k|  0 |1100 |  22 | 0.000000e+00 |      --      |    Inf |  28.47%
23.48/23.63	c  20.2s|  7100 |    38 |178226 |  21.6 |   119M |  31 | 258 |1318 | 617 |  21k|  2 |1106 |  22 | 0.000000e+00 |      --      |    Inf |  28.49%
23.48/23.63	c  20.3s|  7200 |    36 |180305 |  21.6 |   119M |  31 | 258 |1325 | 585 |  21k|  2 |1116 |  22 | 0.000000e+00 |      --      |    Inf |  28.62%
23.48/23.63	c  20.5s|  7300 |    38 |182047 |  21.6 |   119M |  31 | 258 |1320 | 602 |  21k|  0 |1118 |  22 | 0.000000e+00 |      --      |    Inf |  28.75%
23.48/23.63	c  20.6s|  7400 |    36 |184115 |  21.5 |   119M |  31 | 258 |1315 | 605 |  21k|  0 |1120 |  22 | 0.000000e+00 |      --      |    Inf |  28.79%
23.48/23.63	c  20.8s|  7500 |    38 |186206 |  21.5 |   119M |  31 | 258 |1314 | 606 |  22k|  2 |1125 |  22 | 0.000000e+00 |      --      |    Inf |  28.84%
23.48/23.63	c  20.9s|  7600 |    38 |187889 |  21.5 |   119M |  31 | 258 |1331 | 599 |  22k|  2 |1142 |  22 | 0.000000e+00 |      --      |    Inf |  28.88%
23.48/23.63	c  21.0s|  7700 |    36 |189437 |  21.4 |   119M |  31 | 258 |1335 |   0 |  22k|  0 |1150 |  22 | 0.000000e+00 |      --      |    Inf |  28.90%
23.48/23.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
23.48/23.63	c  21.1s|  7800 |    36 |191154 |  21.4 |   119M |  31 | 258 |1346 | 609 |  22k|  2 |1165 |  22 | 0.000000e+00 |      --      |    Inf |  28.92%
23.48/23.63	c  21.2s|  7900 |    38 |193623 |  21.4 |   119M |  31 | 258 |1356 | 604 |  23k|  2 |1179 |  22 | 0.000000e+00 |      --      |    Inf |  28.96%
23.48/23.63	c  21.3s|  8000 |    36 |196156 |  21.4 |   119M |  31 | 258 |1358 | 610 |  23k|  2 |1189 |  22 | 0.000000e+00 |      --      |    Inf |  28.98%
23.48/23.63	c  21.5s|  8100 |    40 |198262 |  21.4 |   119M |  31 | 258 |1350 | 608 |  24k|  2 |1200 |  22 | 0.000000e+00 |      --      |    Inf |  29.21%
23.48/23.63	c  21.6s|  8200 |    40 |200355 |  21.4 |   119M |  31 | 258 |1362 | 599 |  24k|  1 |1214 |  22 | 0.000000e+00 |      --      |    Inf |  29.32%
23.48/23.63	c  21.7s|  8300 |    40 |202359 |  21.4 |   119M |  31 | 258 |1362 | 604 |  24k|  0 |1219 |  22 | 0.000000e+00 |      --      |    Inf |  29.33%
23.48/23.63	c  21.9s|  8400 |    38 |204574 |  21.4 |   119M |  31 | 258 |1376 | 604 |  24k|  0 |1235 |  22 | 0.000000e+00 |      --      |    Inf |  29.40%
23.48/23.63	c  21.9s|  8500 |    38 |205925 |  21.3 |   119M |  31 | 258 |1380 | 612 |  25k|  1 |1246 |  22 | 0.000000e+00 |      --      |    Inf |  29.42%
23.48/23.63	c  22.0s|  8600 |    38 |207445 |  21.3 |   119M |  32 | 258 |1384 | 622 |  25k|  0 |1251 |  22 | 0.000000e+00 |      --      |    Inf |  29.42%
23.48/23.63	c  22.2s|  8700 |    40 |209607 |  21.3 |   119M |  32 | 258 |1379 |   0 |  25k|  0 |1268 |  22 | 0.000000e+00 |      --      |    Inf |  30.40%
23.48/23.63	c  22.5s|  8800 |    46 |212012 |  21.3 |   119M |  32 | 258 |1382 | 577 |  26k|  2 |1276 |  22 | 0.000000e+00 |      --      |    Inf |  30.71%
23.48/23.63	c  22.6s|  8900 |    46 |213833 |  21.3 |   119M |  32 | 258 |1386 | 580 |  26k|  2 |1283 |  22 | 0.000000e+00 |      --      |    Inf |  30.85%
23.48/23.63	c  22.8s|  9000 |    42 |216821 |  21.4 |   119M |  32 | 258 |1385 | 594 |  27k|  0 |1292 |  22 | 0.000000e+00 |      --      |    Inf |  31.06%
23.48/23.63	c  23.0s|  9100 |    48 |218403 |  21.3 |   119M |  32 | 258 |1383 | 572 |  27k|  2 |1293 |  22 | 0.000000e+00 |      --      |    Inf |  31.11%
23.48/23.63	c  23.1s|  9200 |    48 |220126 |  21.3 |   119M |  32 | 258 |1402 | 579 |  27k|  2 |1314 |  22 | 0.000000e+00 |      --      |    Inf |  31.15%
23.48/23.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
23.48/23.63	c  23.2s|  9300 |    44 |221943 |  21.2 |   119M |  32 | 258 |1415 | 615 |  28k|  0 |1329 |  22 | 0.000000e+00 |      --      |    Inf |  31.18%
23.48/23.63	c  23.3s|  9400 |    46 |223670 |  21.2 |   119M |  32 | 258 |1419 | 577 |  28k|  1 |1335 |  22 | 0.000000e+00 |      --      |    Inf |  31.20%
23.48/23.63	c  23.3s|  9500 |    46 |225208 |  21.2 |   119M |  32 | 258 |1425 | 596 |  28k|  2 |1341 |  22 | 0.000000e+00 |      --      |    Inf |  31.21%
23.48/23.63	c  23.4s|  9600 |    46 |226850 |  21.1 |   119M |  32 | 258 |1443 | 588 |  28k|  2 |1361 |  22 | 0.000000e+00 |      --      |    Inf |  31.22%
33.16/33.33	c  23.5s|  9700 |    46 |228545 |  21.1 |   119M |  32 | 258 |1449 | 599 |  29k|  2 |1369 |  22 | 0.000000e+00 |      --      |    Inf |  31.22%
33.16/33.33	c  23.7s|  9800 |    48 |231179 |  21.1 |   119M |  32 | 258 |1465 | 632 |  29k|  1 |1399 |  22 | 0.000000e+00 |      --      |    Inf |  32.58%
33.16/33.33	c  23.9s|  9900 |    48 |233145 |  21.1 |   119M |  32 | 258 |1488 |   0 |  29k|  0 |1428 |  22 | 0.000000e+00 |      --      |    Inf |  32.83%
33.16/33.33	c  24.0s| 10000 |    46 |234663 |  21.0 |   119M |  32 | 258 |1504 | 597 |  30k|  0 |1445 |  22 | 0.000000e+00 |      --      |    Inf |  32.84%
33.16/33.33	c  24.1s| 10100 |    48 |236897 |  21.1 |   121M |  32 | 258 |1526 | 610 |  30k|  0 |1475 |  22 | 0.000000e+00 |      --      |    Inf |  33.22%
33.16/33.33	c  24.3s| 10200 |    52 |239352 |  21.1 |   121M |  32 | 258 |1539 | 583 |  30k|  2 |1496 |  22 | 0.000000e+00 |      --      |    Inf |  33.36%
33.16/33.33	c  24.4s| 10300 |    52 |240785 |  21.0 |   121M |  32 | 258 |1548 | 625 |  31k|  2 |1507 |  22 | 0.000000e+00 |      --      |    Inf |  33.37%
33.16/33.33	c  24.5s| 10400 |    52 |243157 |  21.1 |   121M |  32 | 258 |1551 | 576 |  31k|  1 |1513 |  22 | 0.000000e+00 |      --      |    Inf |  33.46%
33.16/33.33	c  24.6s| 10500 |    50 |245433 |  21.1 |   121M |  32 | 258 |1552 | 603 |  31k|  1 |1519 |  22 | 0.000000e+00 |      --      |    Inf |  33.56%
33.16/33.33	c  24.8s| 10600 |    50 |247602 |  21.1 |   122M |  32 | 258 |1565 |   0 |  32k|  0 |1537 |  22 | 0.000000e+00 |      --      |    Inf |  33.65%
33.16/33.33	c  24.9s| 10700 |    50 |249751 |  21.1 |   122M |  32 | 258 |1575 | 581 |  32k|  0 |1551 |  22 | 0.000000e+00 |      --      |    Inf |  33.66%
33.16/33.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
33.16/33.33	c  25.0s| 10800 |    50 |251147 |  21.0 |   122M |  33 | 258 |1576 | 607 |  32k|  2 |1566 |  22 | 0.000000e+00 |      --      |    Inf |  33.66%
33.16/33.33	c  25.1s| 10900 |    50 |252590 |  21.0 |   122M |  33 | 258 |1586 | 599 |  32k|  1 |1580 |  22 | 0.000000e+00 |      --      |    Inf |  33.67%
33.16/33.33	c  25.1s| 11000 |    46 |254099 |  20.9 |   122M |  33 | 258 |1586 | 610 |  32k|  0 |1588 |  22 | 0.000000e+00 |      --      |    Inf |  33.67%
33.16/33.33	c  25.2s| 11100 |    46 |256630 |  21.0 |   122M |  33 | 258 |1577 | 627 |  33k|  0 |1603 |  22 | 0.000000e+00 |      --      |    Inf |  33.69%
33.16/33.33	c  25.4s| 11200 |    46 |259510 |  21.0 |   122M |  33 | 258 |1578 | 592 |  33k|  1 |1622 |  22 | 0.000000e+00 |      --      |    Inf |  33.88%
33.16/33.33	c  25.6s| 11300 |    48 |261535 |  21.0 |   122M |  33 | 258 |1576 | 720 |  33k|  1 |1632 |  22 | 0.000000e+00 |      --      |    Inf |  33.92%
33.16/33.33	c  25.7s| 11400 |    48 |263472 |  21.0 |   122M |  33 | 258 |1577 | 615 |  34k|  0 |1634 |  22 | 0.000000e+00 |      --      |    Inf |  33.92%
33.16/33.33	c  26.0s| 11500 |    50 |267152 |  21.1 |   122M |  33 | 258 |1571 | 609 |  34k|  2 |1654 |  22 | 0.000000e+00 |      --      |    Inf |  35.48%
33.16/33.33	c  26.3s| 11600 |    50 |269427 |  21.1 |   122M |  33 | 258 |1572 |   0 |  35k|  0 |1669 |  22 | 0.000000e+00 |      --      |    Inf |  35.83%
33.16/33.33	c  26.5s| 11700 |    50 |272544 |  21.2 |   122M |  33 | 258 |1580 | 595 |  35k|  2 |1689 |  22 | 0.000000e+00 |      --      |    Inf |  36.17%
33.16/33.33	c  26.6s| 11800 |    48 |275564 |  21.3 |   122M |  33 | 258 |1563 | 597 |  35k|  2 |1699 |  22 | 0.000000e+00 |      --      |    Inf |  36.20%
33.16/33.33	c  26.7s| 11900 |    46 |277992 |  21.3 |   122M |  33 | 258 |1564 |   0 |  36k|  0 |1710 |  22 | 0.000000e+00 |      --      |    Inf |  36.59%
33.16/33.33	c  27.1s| 12000 |    48 |282168 |  21.5 |   122M |  33 | 258 |1569 | 594 |  36k|  1 |1730 |  22 | 0.000000e+00 |      --      |    Inf |  37.66%
33.16/33.33	c  27.3s| 12100 |    46 |286413 |  21.6 |   122M |  33 | 258 |1559 | 600 |  37k|  0 |1737 |  22 | 0.000000e+00 |      --      |    Inf |  38.08%
33.16/33.33	c  27.5s| 12200 |    46 |288950 |  21.6 |   122M |  33 | 258 |1553 | 642 |  38k|  0 |1743 |  22 | 0.000000e+00 |      --      |    Inf |  38.17%
33.16/33.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
33.16/33.33	c  27.6s| 12300 |    46 |290823 |  21.6 |   122M |  33 | 258 |1555 | 604 |  38k|  2 |1750 |  22 | 0.000000e+00 |      --      |    Inf |  38.18%
33.16/33.33	c  27.7s| 12400 |    46 |292417 |  21.6 |   122M |  33 | 258 |1560 | 611 |  38k|  1 |1761 |  22 | 0.000000e+00 |      --      |    Inf |  38.18%
33.16/33.33	c  27.9s| 12500 |    50 |295001 |  21.6 |   122M |  33 | 258 |1568 | 601 |  38k|  1 |1783 |  22 | 0.000000e+00 |      --      |    Inf |  38.86%
33.16/33.33	c  28.0s| 12600 |    52 |296888 |  21.6 |   122M |  33 | 258 |1560 | 626 |  39k|  2 |1803 |  22 | 0.000000e+00 |      --      |    Inf |  38.90%
33.16/33.33	c  28.1s| 12700 |    50 |298512 |  21.6 |   122M |  33 | 258 |1553 | 592 |  39k|  2 |1810 |  22 | 0.000000e+00 |      --      |    Inf |  38.94%
33.16/33.33	c  28.2s| 12800 |    48 |300529 |  21.5 |   122M |  33 | 258 |1547 | 611 |  39k|  2 |1816 |  22 | 0.000000e+00 |      --      |    Inf |  39.00%
33.16/33.33	c  28.3s| 12900 |    46 |302529 |  21.5 |   122M |  33 | 258 |1546 | 592 |  39k|  0 |1833 |  22 | 0.000000e+00 |      --      |    Inf |  39.02%
33.16/33.33	c  28.4s| 13000 |    48 |304230 |  21.5 |   122M |  33 | 258 |1538 | 601 |  40k|  1 |1846 |  22 | 0.000000e+00 |      --      |    Inf |  39.04%
33.16/33.33	c  28.5s| 13100 |    50 |306026 |  21.5 |   122M |  33 | 258 |1528 | 662 |  40k|  1 |1853 |  22 | 0.000000e+00 |      --      |    Inf |  39.05%
33.16/33.33	c  28.5s| 13200 |    48 |307480 |  21.4 |   122M |  33 | 258 |1541 | 662 |  40k|  1 |1869 |  22 | 0.000000e+00 |      --      |    Inf |  39.05%
33.16/33.33	c  28.6s| 13300 |    48 |308998 |  21.4 |   122M |  33 | 258 |1543 | 628 |  40k|  0 |1877 |  22 | 0.000000e+00 |      --      |    Inf |  39.05%
33.16/33.33	c  28.9s| 13400 |    48 |311544 |  21.4 |   122M |  33 | 258 |1531 | 601 |  40k|  0 |1884 |  22 | 0.000000e+00 |      --      |    Inf |  39.44%
33.16/33.33	c  29.1s| 13500 |    52 |313465 |  21.4 |   122M |  33 | 258 |1517 | 613 |  41k|  2 |1885 |  22 | 0.000000e+00 |      --      |    Inf |  39.85%
33.16/33.33	c  29.3s| 13600 |    54 |315650 |  21.4 |   122M |  33 | 258 |1514 | 635 |  41k|  1 |1904 |  22 | 0.000000e+00 |      --      |    Inf |  40.06%
33.16/33.33	c  29.6s| 13700 |    56 |317722 |  21.4 |   122M |  33 | 258 |1508 | 674 |  41k|  0 |1911 |  22 | 0.000000e+00 |      --      |    Inf |  40.62%
33.16/33.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
33.16/33.33	c  29.9s| 13800 |    58 |319814 |  21.4 |   122M |  33 | 258 |1506 | 669 |  42k|  2 |1919 |  22 | 0.000000e+00 |      --      |    Inf |  41.01%
33.16/33.33	c  30.1s| 13900 |    58 |321927 |  21.4 |   123M |  33 | 258 |1504 | 673 |  42k|  0 |1925 |  22 | 0.000000e+00 |      --      |    Inf |  41.21%
33.16/33.33	c  30.3s| 14000 |    58 |323525 |  21.4 |   123M |  33 | 258 |1507 | 647 |  42k|  1 |1931 |  22 | 0.000000e+00 |      --      |    Inf |  41.26%
33.16/33.33	c  30.4s| 14100 |    60 |325594 |  21.4 |   123M |  33 | 258 |1503 | 671 |  42k|  0 |1938 |  22 | 0.000000e+00 |      --      |    Inf |  41.33%
33.16/33.33	c  30.5s| 14200 |    56 |327746 |  21.4 |   123M |  33 | 258 |1500 | 610 |  43k|  1 |1951 |  22 | 0.000000e+00 |      --      |    Inf |  41.53%
33.16/33.33	c  31.1s| 14300 |    58 |330217 |  21.4 |   123M |  33 | 258 |1493 | 558 |  43k|  2 |1962 |  22 | 0.000000e+00 |      --      |    Inf |  43.63%
33.16/33.33	c  31.7s| 14400 |    54 |333620 |  21.5 |   123M |  33 | 258 |1488 | 616 |  44k|  0 |1981 |  22 | 0.000000e+00 |      --      |    Inf |  45.18%
33.16/33.33	c  32.3s| 14500 |    60 |335705 |  21.5 |   123M |  33 | 258 |1483 | 606 |  44k|  1 |1982 |  22 | 0.000000e+00 |      --      |    Inf |  46.23%
33.16/33.33	c  32.4s| 14600 |    56 |337375 |  21.4 |   123M |  33 | 258 |1488 | 606 |  44k|  2 |1990 |  22 | 0.000000e+00 |      --      |    Inf |  46.35%
33.16/33.33	c  32.6s| 14700 |    54 |339708 |  21.4 |   123M |  33 | 258 |1489 | 592 |  45k|  2 |2016 |  22 | 0.000000e+00 |      --      |    Inf |  46.53%
33.16/33.33	c  32.9s| 14800 |    58 |343047 |  21.5 |   123M |  33 | 258 |1500 |   0 |  45k|  0 |2040 |  22 | 0.000000e+00 |      --      |    Inf |  46.76%
33.16/33.33	c  33.0s| 14900 |    58 |345123 |  21.5 |   123M |  33 | 258 |1497 | 620 |  45k|  0 |2047 |  22 | 0.000000e+00 |      --      |    Inf |  46.83%
40.23/40.42	c  33.2s| 15000 |    56 |347663 |  21.5 |   123M |  33 | 258 |1492 | 572 |  46k|  2 |2056 |  22 | 0.000000e+00 |      --      |    Inf |  46.92%
40.23/40.42	c  33.3s| 15100 |    60 |349370 |  21.5 |   125M |  33 | 258 |1496 | 622 |  46k|  0 |2070 |  22 | 0.000000e+00 |      --      |    Inf |  46.95%
40.23/40.42	c  33.4s| 15200 |    60 |350983 |  21.5 |   125M |  33 | 258 |1489 | 663 |  46k|  2 |2091 |  22 | 0.000000e+00 |      --      |    Inf |  47.10%
40.23/40.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
40.23/40.42	c  33.6s| 15300 |    60 |353281 |  21.5 |   125M |  33 | 258 |1497 | 658 |  47k|  2 |2109 |  22 | 0.000000e+00 |      --      |    Inf |  47.27%
40.23/40.42	c  33.8s| 15400 |    58 |355333 |  21.5 |   125M |  33 | 258 |1512 | 657 |  47k|  2 |2126 |  22 | 0.000000e+00 |      --      |    Inf |  47.53%
40.23/40.42	c  34.0s| 15500 |    62 |357302 |  21.5 |   125M |  33 | 258 |1511 | 666 |  47k|  2 |2132 |  22 | 0.000000e+00 |      --      |    Inf |  47.63%
40.23/40.42	c  34.2s| 15600 |    58 |358884 |  21.4 |   125M |  33 | 258 |1519 | 670 |  48k|  1 |2148 |  22 | 0.000000e+00 |      --      |    Inf |  47.70%
40.23/40.42	c  34.3s| 15700 |    58 |360827 |  21.4 |   125M |  33 | 258 |1517 | 666 |  48k|  2 |2155 |  22 | 0.000000e+00 |      --      |    Inf |  47.75%
40.23/40.42	c  34.3s| 15800 |    56 |362792 |  21.4 |   125M |  33 | 258 |1522 | 693 |  48k|  0 |2164 |  22 | 0.000000e+00 |      --      |    Inf |  47.76%
40.23/40.42	c  34.6s| 15900 |    60 |364693 |  21.4 |   125M |  33 | 258 |1516 | 658 |  48k|  2 |2167 |  22 | 0.000000e+00 |      --      |    Inf |  48.05%
40.23/40.42	c  34.7s| 16000 |    58 |366206 |  21.4 |   125M |  33 | 258 |1515 | 656 |  48k|  2 |2172 |  22 | 0.000000e+00 |      --      |    Inf |  48.14%
40.23/40.42	c  34.9s| 16100 |    58 |367823 |  21.3 |   125M |  33 | 258 |1514 | 670 |  49k|  1 |2180 |  22 | 0.000000e+00 |      --      |    Inf |  48.19%
40.23/40.42	c  35.0s| 16200 |    58 |369302 |  21.3 |   126M |  33 | 258 |1520 | 671 |  49k|  0 |2187 |  22 | 0.000000e+00 |      --      |    Inf |  48.25%
40.23/40.42	c  35.2s| 16300 |    60 |371036 |  21.3 |   126M |  33 | 258 |1522 | 685 |  49k|  0 |2193 |  22 | 0.000000e+00 |      --      |    Inf |  48.31%
40.23/40.42	c  35.3s| 16400 |    58 |372794 |  21.2 |   126M |  33 | 258 |1524 | 683 |  49k|  0 |2200 |  22 | 0.000000e+00 |      --      |    Inf |  48.34%
40.23/40.42	c  35.3s| 16500 |    56 |374442 |  21.2 |   126M |  33 | 258 |1521 | 687 |  49k|  3 |2203 |  22 | 0.000000e+00 |      --      |    Inf |  48.35%
40.23/40.42	c  35.4s| 16600 |    62 |376154 |  21.2 |   126M |  33 | 258 |1534 | 669 |  50k|  0 |2220 |  22 | 0.000000e+00 |      --      |    Inf |  48.37%
40.23/40.42	c  35.5s| 16700 |    64 |377786 |  21.2 |   126M |  33 | 258 |1544 | 678 |  50k|  2 |2232 |  22 | 0.000000e+00 |      --      |    Inf |  48.38%
40.23/40.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
40.23/40.42	c  35.6s| 16800 |    58 |379102 |  21.1 |   126M |  33 | 258 |1549 | 678 |  50k|  0 |2239 |  22 | 0.000000e+00 |      --      |    Inf |  48.38%
40.23/40.42	c  35.6s| 16900 |    58 |380835 |  21.1 |   126M |  33 | 258 |1550 | 658 |  50k|  0 |2244 |  22 | 0.000000e+00 |      --      |    Inf |  48.39%
40.23/40.42	c  35.7s| 17000 |    62 |382316 |  21.1 |   126M |  33 | 258 |1558 | 676 |  50k|  1 |2252 |  22 | 0.000000e+00 |      --      |    Inf |  48.39%
40.23/40.42	c  35.8s| 17100 |    60 |383695 |  21.0 |   126M |  36 | 258 |1556 | 671 |  50k|  0 |2261 |  22 | 0.000000e+00 |      --      |    Inf |  48.39%
40.23/40.42	c  35.9s| 17200 |    62 |385202 |  21.0 |   126M |  36 | 258 |1587 | 785 |  50k|  1 |2295 |  22 | 0.000000e+00 |      --      |    Inf |  48.39%
40.23/40.42	c  35.9s| 17300 |    58 |386633 |  21.0 |   126M |  36 | 258 |1596 |   0 |  50k|  0 |2307 |  22 | 0.000000e+00 |      --      |    Inf |  48.39%
40.23/40.42	c  36.0s| 17400 |    60 |388044 |  20.9 |   126M |  36 | 258 |1596 | 690 |  51k|  0 |2307 |  22 | 0.000000e+00 |      --      |    Inf |  48.39%
40.23/40.42	c  36.1s| 17500 |    60 |389405 |  20.9 |   126M |  36 | 258 |1597 | 687 |  51k|  1 |2309 |  22 | 0.000000e+00 |      --      |    Inf |  48.39%
40.23/40.42	c  36.2s| 17600 |    60 |391323 |  20.9 |   126M |  36 | 258 |1596 | 644 |  51k|  2 |2337 |  22 | 0.000000e+00 |      --      |    Inf |  48.50%
40.23/40.42	c  36.4s| 17700 |    58 |394111 |  20.9 |   126M |  36 | 258 |1585 |   0 |  51k|  0 |2365 |  22 | 0.000000e+00 |      --      |    Inf |  48.85%
40.23/40.42	c  36.6s| 17800 |    60 |396212 |  20.9 |   126M |  36 | 258 |1587 | 598 |  52k|  2 |2383 |  22 | 0.000000e+00 |      --      |    Inf |  49.12%
40.23/40.42	c  36.7s| 17900 |    64 |398042 |  20.9 |   126M |  36 | 258 |1596 | 667 |  52k|  2 |2399 |  22 | 0.000000e+00 |      --      |    Inf |  49.14%
40.23/40.42	c  36.9s| 18000 |    62 |400395 |  20.9 |   126M |  36 | 258 |1609 |   0 |  52k|  0 |2423 |  22 | 0.000000e+00 |      --      |    Inf |  49.21%
40.23/40.42	c  37.1s| 18100 |    66 |403572 |  21.0 |   126M |  36 | 258 |1588 | 566 |  53k|  0 |2445 |  22 | 0.000000e+00 |      --      |    Inf |  49.56%
40.23/40.42	c  37.2s| 18200 |    64 |405569 |  21.0 |   126M |  36 | 258 |1584 | 692 |  53k|  1 |2452 |  22 | 0.000000e+00 |      --      |    Inf |  49.60%
40.23/40.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
40.23/40.42	c  37.3s| 18300 |    68 |407443 |  20.9 |   126M |  36 | 258 |1579 | 588 |  53k|  2 |2460 |  22 | 0.000000e+00 |      --      |    Inf |  49.70%
40.23/40.42	c  37.6s| 18400 |    66 |410371 |  21.0 |   126M |  36 | 258 |1558 | 593 |  54k|  1 |2468 |  22 | 0.000000e+00 |      --      |    Inf |  49.85%
40.23/40.42	c  37.7s| 18500 |    66 |413930 |  21.1 |   126M |  36 | 258 |1531 |   0 |  54k|  0 |2474 |  22 | 0.000000e+00 |      --      |    Inf |  49.94%
40.23/40.42	c  37.8s| 18600 |    60 |416124 |  21.1 |   126M |  36 | 258 |1490 | 668 |  54k|  2 |2475 |  22 | 0.000000e+00 |      --      |    Inf |  49.99%
40.23/40.42	c  38.0s| 18700 |    62 |419040 |  21.1 |   126M |  36 | 258 |1464 | 613 |  55k|  0 |2479 |  22 | 0.000000e+00 |      --      |    Inf |  50.20%
40.23/40.42	c  38.1s| 18800 |    62 |420902 |  21.1 |   126M |  36 | 258 |1459 | 633 |  55k|  0 |2490 |  22 | 0.000000e+00 |      --      |    Inf |  50.22%
40.23/40.42	c  38.2s| 18900 |    62 |422949 |  21.1 |   126M |  36 | 258 |1464 | 639 |  55k|  2 |2508 |  22 | 0.000000e+00 |      --      |    Inf |  50.24%
40.23/40.42	c  38.4s| 19000 |    60 |425647 |  21.1 |   126M |  36 | 258 |1481 |   0 |  56k|  0 |2535 |  22 | 0.000000e+00 |      --      |    Inf |  50.40%
40.23/40.42	c  38.5s| 19100 |    60 |429025 |  21.2 |   126M |  36 | 258 |1469 | 631 |  56k|  2 |2547 |  22 | 0.000000e+00 |      --      |    Inf |  50.46%
40.23/40.42	c  38.8s| 19200 |    64 |434449 |  21.4 |   126M |  36 | 258 |1453 | 590 |  57k|  1 |2572 |  22 | 0.000000e+00 |      --      |    Inf |  51.39%
40.23/40.42	c  38.9s| 19300 |    62 |436976 |  21.4 |   126M |  36 | 258 |1447 | 667 |  57k|  2 |2575 |  22 | 0.000000e+00 |      --      |    Inf |  51.44%
40.23/40.42	c  39.2s| 19400 |    68 |439997 |  21.4 |   127M |  36 | 258 |1444 | 612 |  58k|  0 |2585 |  22 | 0.000000e+00 |      --      |    Inf |  52.08%
40.23/40.42	c  39.4s| 19500 |    68 |442192 |  21.4 |   127M |  36 | 258 |1446 | 601 |  58k|  1 |2596 |  22 | 0.000000e+00 |      --      |    Inf |  52.20%
40.23/40.42	c  39.6s| 19600 |    64 |444896 |  21.4 |   127M |  36 | 258 |1443 | 583 |  59k|  2 |2612 |  22 | 0.000000e+00 |      --      |    Inf |  52.41%
40.23/40.42	c  39.8s| 19700 |    64 |446394 |  21.4 |   127M |  36 | 258 |1441 | 577 |  59k|  2 |2617 |  22 | 0.000000e+00 |      --      |    Inf |  52.47%
40.23/40.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
40.23/40.42	c  39.9s| 19800 |    68 |447798 |  21.4 |   127M |  36 | 258 |1459 | 606 |  59k|  1 |2641 |  22 | 0.000000e+00 |      --      |    Inf |  52.49%
40.23/40.42	c  40.0s| 19900 |    70 |449857 |  21.4 |   127M |  36 | 258 |1471 | 594 |  60k|  1 |2653 |  22 | 0.000000e+00 |      --      |    Inf |  52.54%
40.23/40.42	c  40.1s| 20000 |    72 |451505 |  21.4 |   127M |  36 | 258 |1493 | 600 |  60k|  0 |2682 |  22 | 0.000000e+00 |      --      |    Inf |  52.55%
40.23/40.42	c  40.2s| 20100 |    68 |453082 |  21.3 |   127M |  36 | 258 |1501 | 621 |  60k|  0 |2691 |  22 | 0.000000e+00 |      --      |    Inf |  52.56%
42.92/43.14	c  40.3s| 20200 |    68 |454569 |  21.3 |   127M |  36 | 258 |1504 | 605 |  60k|  2 |2696 |  22 | 0.000000e+00 |      --      |    Inf |  52.56%
42.92/43.14	c  40.4s| 20300 |    66 |456332 |  21.3 |   127M |  36 | 258 |1508 | 628 |  60k|  2 |2701 |  22 | 0.000000e+00 |      --      |    Inf |  52.57%
42.92/43.14	c  40.5s| 20400 |    68 |458622 |  21.3 |   127M |  36 | 258 |1509 | 633 |  61k|  2 |2705 |  22 | 0.000000e+00 |      --      |    Inf |  52.58%
42.92/43.14	c  40.6s| 20500 |    66 |461230 |  21.3 |   127M |  36 | 258 |1518 | 620 |  61k|  2 |2716 |  22 | 0.000000e+00 |      --      |    Inf |  52.59%
42.92/43.14	c  40.8s| 20600 |    66 |463378 |  21.3 |   127M |  36 | 258 |1546 | 568 |  62k|  2 |2745 |  22 | 0.000000e+00 |      --      |    Inf |  52.88%
42.92/43.14	c  40.9s| 20700 |    68 |465040 |  21.3 |   127M |  36 | 258 |1563 | 635 |  62k|  0 |2764 |  22 | 0.000000e+00 |      --      |    Inf |  52.97%
42.92/43.14	c  41.0s| 20800 |    66 |466733 |  21.3 |   127M |  36 | 258 |1579 | 623 |  62k|  1 |2781 |  22 | 0.000000e+00 |      --      |    Inf |  52.98%
42.92/43.14	c  41.0s| 20900 |    64 |468486 |  21.2 |   127M |  36 | 258 |1577 | 678 |  62k|  1 |2790 |  22 | 0.000000e+00 |      --      |    Inf |  52.98%
42.92/43.14	c  41.1s| 21000 |    62 |470082 |  21.2 |   127M |  36 | 258 |1581 | 593 |  62k|  2 |2804 |  22 | 0.000000e+00 |      --      |    Inf |  52.99%
42.92/43.14	c  41.3s| 21100 |    64 |471918 |  21.2 |   127M |  36 | 258 |1584 |   0 |  63k|  0 |2820 |  22 | 0.000000e+00 |      --      |    Inf |  53.16%
42.92/43.14	c  41.4s| 21200 |    62 |473818 |  21.2 |   127M |  36 | 258 |1587 | 644 |  63k|  2 |2836 |  22 | 0.000000e+00 |      --      |    Inf |  53.20%
42.92/43.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
42.92/43.14	c  41.5s| 21300 |    60 |475666 |  21.2 |   127M |  36 | 258 |1589 | 668 |  63k|  2 |2845 |  22 | 0.000000e+00 |      --      |    Inf |  53.20%
42.92/43.14	c  41.7s| 21400 |    64 |477231 |  21.2 |   127M |  36 | 258 |1592 | 582 |  63k|  2 |2867 |  22 | 0.000000e+00 |      --      |    Inf |  53.35%
42.92/43.14	c  41.8s| 21500 |    64 |479367 |  21.2 |   127M |  36 | 258 |1592 | 618 |  64k|  0 |2875 |  22 | 0.000000e+00 |      --      |    Inf |  53.42%
42.92/43.14	c  42.0s| 21600 |    68 |482560 |  21.2 |   127M |  36 | 258 |1579 | 605 |  64k|  2 |2884 |  22 | 0.000000e+00 |      --      |    Inf |  53.62%
42.92/43.14	c  42.2s| 21700 |    66 |484154 |  21.2 |   127M |  36 | 258 |1599 | 600 |  65k|  0 |2906 |  22 | 0.000000e+00 |      --      |    Inf |  53.68%
42.92/43.14	c  42.3s| 21800 |    66 |485914 |  21.2 |   127M |  36 | 258 |1619 | 623 |  65k|  2 |2935 |  22 | 0.000000e+00 |      --      |    Inf |  53.71%
42.92/43.14	c  42.3s| 21900 |    64 |487343 |  21.1 |   127M |  36 | 258 |1638 | 605 |  65k|  0 |2957 |  22 | 0.000000e+00 |      --      |    Inf |  53.71%
42.92/43.14	c  42.4s| 22000 |    66 |488833 |  21.1 |   127M |  36 | 258 |1641 | 594 |  65k|  0 |2964 |  22 | 0.000000e+00 |      --      |    Inf |  53.72%
42.92/43.14	c  42.5s| 22100 |    68 |490058 |  21.1 |   127M |  36 | 258 |1664 | 615 |  65k|  2 |2990 |  22 | 0.000000e+00 |      --      |    Inf |  53.73%
42.92/43.14	c  42.6s| 22200 |    66 |491926 |  21.1 |   127M |  36 | 258 |1681 | 635 |  66k|  0 |3011 |  22 | 0.000000e+00 |      --      |    Inf |  53.74%
42.92/43.14	c  42.7s| 22300 |    66 |493942 |  21.1 |   127M |  36 | 258 |1689 | 631 |  66k|  1 |3024 |  22 | 0.000000e+00 |      --      |    Inf |  53.76%
42.92/43.14	c  42.8s| 22400 |    66 |495695 |  21.1 |   127M |  36 | 258 |1702 | 611 |  66k|  1 |3041 |  22 | 0.000000e+00 |      --      |    Inf |  53.80%
42.92/43.14	c  42.9s| 22500 |    66 |497543 |  21.0 |   127M |  36 | 258 |1714 | 610 |  67k|  1 |3065 |  22 | 0.000000e+00 |      --      |    Inf |  53.81%
42.92/43.14	c  43.0s| 22600 |    68 |499488 |  21.0 |   127M |  36 | 258 |1731 | 589 |  67k|  2 |3092 |  22 | 0.000000e+00 |      --      |    Inf |  53.85%
42.92/43.14	c *43.0s| 22603 |     0 |499592 |  21.0 |    LP  |  36 | 258 |1730 | 607 |  67k|  2 |3092 |  22 | 0.000000e+00 | 0.000000e+00 |   0.00%| 100.00%
42.92/43.14	c 
42.92/43.14	c SCIP Status        : problem is solved [optimal solution found]
42.92/43.14	c Solving Time (sec) : 42.99
42.92/43.14	c Solving Nodes      : 22603 (total of 23686 nodes in 2 runs)
42.92/43.14	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
42.92/43.14	c Dual Bound         : +0.00000000000000e+00
42.92/43.14	c Gap                : 0.00 %
42.92/43.14	c All original constraints are satisfied.
42.92/43.14	c SCIP's best solution is verified feasible for the original problem.
42.92/43.14	c SCIP found a feasible solution.
42.92/43.14	s SATISFIABLE
42.92/43.14	v -x1 -x3 -x5 -x7 -x9 -x11 -x13 -x15 -x17 -x19 -x21 -x23 -x25 x27 -x29 x31 -x33 -x35 -x37 -x39 -x41 -x43 -x45 -x47 -x49 -x51 -x53 -x55 -x57 -x59 -x61 x63 -x65 x67 -x69 -x71 -x73 -x75 -x77 -x79 -x81 -x83 -x85 -x87 -x89 -x91 -x93 -x95 -x97 x99 -x101 x103 -x105 -x107 -x109 -x111 -x113 -x115 -x117 -x119 -x121 -x123 -x125 -x127 -x129 -x131 -x133 x135 -x137 x139 -x141 -x143 -x145 x147 -x149 x151 -x153 x155 -x157 x159 -x161 x2 -x4 x6 -x8 -x10 -x12 -x14 -x16 x18 -x20 -x22 -x24 -x26 -x28 -x30 -x32 -x34 -x36 x38 -x40 x42 -x44 -x46 -x48 -x50 -x52 x54 -x56 -x58 -x60 -x62 -x64 -x66 -x68 -x70 -x72 x74 -x76 x78 -x80 -x82 -x84 -x86 -x88 x90 -x92 -x94 -x96 -x98 -x100 -x102 -x104 -x106 -x108 x110 -x112 x114 -x116 -x118 -x120 -x122 -x124 x126 -x128 -x130 -x132 -x134 -x136 -x138 -x140 -x142 -x144 -x146 -x148 -x150 -x152 -x154 -x156 -x158 -x160 -x162 -x164 x163 x166 -x165 -x168 x167 x170 -x169 -x172 x171 x174 -x173 -x176 x175 x178 -x177 x180 -x179 -x182 x181 x184 -x183 -x186 x185 x188 -x187 x190 -x189 x192 -x191 x194 -x193 x196 -x195 -x198 x197 -x200 x199 x202 -x201 -x204 x203 x206 -x205 -x208 x207 x210 -x209 -x212 x211 x214 -x213 -x216 -x215 -x218 x217 -x220 -x219 -x222 x221 -x224 -x223 -x226 x225 x228 -x227 -x230 x229 x232 -x231 -x234 x233 x236 -x235 -x238 x237 x240 -x239 -x242 x241 x244 -x243 -x246 x245 x248 -x247 -x250 -x249 -x252 x251 -x254 -x253 -x256 x255 x258 -x257 -x260 x259 x262 -x261 -x264 x263 x266 -x265

Verifier Data

OK	0

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62846 MiB free)
  memory of node 1: 64465 MiB (63508 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493565-1751149821/watcher-4493565-1751149821 -o /tmp/evaluation-result-4493565-1751149821/solver-4493565-1751149821 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751145166-19821 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4493565-1751149821.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100063 s]*
/proc/loadavg: 4.09 4.10 4.09 5/268 22436
/proc/meminfo: memFree=129381904/131249992 swapFree=33010684/33010684
[pid=22431] ppid=22428 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/22431/stat : 22431 (scip-naps-1.00.) S 22428 22431 19810 0 -1 4194304 256 322 0 0 0 0 0 0 20 0 1 0 30660826 4292608 736 18446744073709551615 94073524228096 94073525122629 140723321384288 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94073525361680 94073525409424 94073542574080 140723321391521 140723321391618 140723321391618 140723321397220 0
/proc/22431/statm: 1048 736 672 219 0 110 0
[pid=22436] ppid=22431 vsize=1187976 memory=32940 CPUtime=0.07 cores=4,6
/proc/22436/stat : 22436 (python3) R 22431 22431 19810 0 -1 4194304 3974 0 0 0 6 1 0 0 20 0 1 0 30660828 1216487424 8235 18446744073709551615 94229548109824 94229548110201 140727593565472 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94229548121496 94229548122116 94229558886400 140727593572696 140727593572898 140727593572898 140727593578471 0
/proc/22436/statm: 296994 8235 4907 1 0 268985 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 1192168 KiB
Current children cumulated memory: 35884 KiB

[startup+0.205407 s]*
/proc/loadavg: 4.09 4.10 4.09 5/268 22436
/proc/meminfo: memFree=129361744/131249992 swapFree=33010684/33010684
[pid=22431] ppid=22428 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/22431/stat : 22431 (scip-naps-1.00.) S 22428 22431 19810 0 -1 4194304 256 322 0 0 0 0 0 0 20 0 1 0 30660826 4292608 736 18446744073709551615 94073524228096 94073525122629 140723321384288 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94073525361680 94073525409424 94073542574080 140723321391521 140723321391618 140723321391618 140723321397220 0
/proc/22431/statm: 1048 736 672 219 0 110 0
[pid=22436] ppid=22431 vsize=1212440 memory=63276 CPUtime=0.17 cores=4,6
/proc/22436/stat : 22436 (python3) R 22431 22431 19810 0 -1 4194304 8629 0 0 0 15 2 0 0 20 0 1 0 30660828 1241538560 15819 18446744073709551615 94229548109824 94229548110201 140727593565472 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94229548121496 94229548122116 94229558886400 140727593572696 140727593572898 140727593572898 140727593578471 0
/proc/22436/statm: 303110 15819 8107 1 0 274468 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1216632 KiB
Current children cumulated memory: 66220 KiB

[startup+0.305366 s]*
/proc/loadavg: 4.09 4.10 4.09 5/268 22436
/proc/meminfo: memFree=129353680/131249992 swapFree=33010684/33010684
[pid=22431] ppid=22428 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/22431/stat : 22431 (scip-naps-1.00.) S 22428 22431 19810 0 -1 4194304 256 322 0 0 0 0 0 0 20 0 1 0 30660826 4292608 736 18446744073709551615 94073524228096 94073525122629 140723321384288 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94073525361680 94073525409424 94073542574080 140723321391521 140723321391618 140723321391618 140723321397220 0
/proc/22431/statm: 1048 736 672 219 0 110 0
[pid=22436] ppid=22431 vsize=1219380 memory=71212 CPUtime=0.28 cores=4,6
/proc/22436/stat : 22436 (python3) R 22431 22431 19810 0 -1 4194304 10592 0 0 0 25 3 0 0 20 0 1 0 30660828 1248645120 17803 18446744073709551615 94229548109824 94229548110201 140727593565472 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94229548121496 94229548122116 94229558886400 140727593572696 140727593572898 140727593572898 140727593578471 0
/proc/22436/statm: 304845 17803 8107 1 0 276203 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 1223572 KiB
Current children cumulated memory: 74156 KiB

[startup+0.7002 s]
/proc/loadavg: 4.09 4.10 4.09 5/268 22436
/proc/meminfo: memFree=129329488/131249992 swapFree=33010684/33010684
[pid=22431] ppid=22428 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/22431/stat : 22431 (scip-naps-1.00.) S 22428 22431 19810 0 -1 4194304 256 322 0 0 0 0 0 0 20 0 1 0 30660826 4292608 736 18446744073709551615 94073524228096 94073525122629 140723321384288 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94073525361680 94073525409424 94073542574080 140723321391521 140723321391618 140723321391618 140723321397220 0
/proc/22431/statm: 1048 736 672 219 0 110 0
[pid=22436] ppid=22431 vsize=1249888 memory=100012 CPUtime=0.66 cores=4,6
/proc/22436/stat : 22436 (python3) R 22431 22431 19810 0 -1 4194304 17790 0 0 0 62 4 0 0 20 0 1 0 30660828 1279885312 25003 18446744073709551615 94229548109824 94229548110201 140727593565472 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94229548121496 94229548122116 94229558886400 140727593572696 140727593572898 140727593572898 140727593578471 0
/proc/22436/statm: 312472 25003 8107 1 0 283830 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 1254080 KiB
Current children cumulated memory: 102956 KiB

[startup+1.50018 s]
/proc/loadavg: 4.09 4.10 4.09 5/268 22436
/proc/meminfo: memFree=129321424/131249992 swapFree=33010684/33010684
[pid=22431] ppid=22428 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/22431/stat : 22431 (scip-naps-1.00.) S 22428 22431 19810 0 -1 4194304 256 322 0 0 0 0 0 0 20 0 1 0 30660826 4292608 736 18446744073709551615 94073524228096 94073525122629 140723321384288 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94073525361680 94073525409424 94073542574080 140723321391521 140723321391618 140723321391618 140723321397220 0
/proc/22431/statm: 1048 736 672 219 0 110 0
[pid=22436] ppid=22431 vsize=1263760 memory=112556 CPUtime=1.46 cores=4,6
/proc/22436/stat : 22436 (python3) R 22431 22431 19810 0 -1 4194304 20924 0 0 0 141 5 0 0 20 0 1 0 30660828 1294090240 28139 18446744073709551615 94229548109824 94229548110201 140727593565472 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94229548121496 94229548122116 94229558886400 140727593572696 140727593572898 140727593572898 140727593578471 0
/proc/22436/statm: 315940 28139 8107 1 0 287298 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 1267952 KiB
Current children cumulated memory: 115500 KiB

[startup+3.10529 s]
/proc/loadavg: 4.09 4.10 4.09 5/268 22436
/proc/meminfo: memFree=129281356/131249992 swapFree=33010684/33010684
[pid=22431] ppid=22428 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/22431/stat : 22431 (scip-naps-1.00.) S 22428 22431 19810 0 -1 4194304 256 322 0 0 0 0 0 0 20 0 1 0 30660826 4292608 736 18446744073709551615 94073524228096 94073525122629 140723321384288 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94073525361680 94073525409424 94073542574080 140723321391521 140723321391618 140723321391618 140723321397220 0
/proc/22431/statm: 1048 736 672 219 0 110 0
[pid=22436] ppid=22431 vsize=1296204 memory=141868 CPUtime=3.06 cores=4,6
/proc/22436/stat : 22436 (python3) R 22431 22431 19810 0 -1 4194304 28292 0 0 0 300 6 0 0 20 0 1 0 30660828 1327312896 35467 18446744073709551615 94229548109824 94229548110201 140727593565472 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94229548121496 94229548122116 94229558886400 140727593572696 140727593572898 140727593572898 140727593578471 0
/proc/22436/statm: 324051 35467 8107 1 0 295409 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 1300396 KiB
Current children cumulated memory: 144812 KiB

[startup+6.30018 s]
/proc/loadavg: 4.16 4.11 4.10 5/268 22436
/proc/meminfo: memFree=129264360/131249992 swapFree=33010684/33010684
[pid=22431] ppid=22428 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/22431/stat : 22431 (scip-naps-1.00.) S 22428 22431 19810 0 -1 4194304 256 322 0 0 0 0 0 0 20 0 1 0 30660826 4292608 736 18446744073709551615 94073524228096 94073525122629 140723321384288 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94073525361680 94073525409424 94073542574080 140723321391521 140723321391618 140723321391618 140723321397220 0
/proc/22431/statm: 1048 736 672 219 0 110 0
[pid=22436] ppid=22431 vsize=1310616 memory=157228 CPUtime=6.24 cores=4,6
/proc/22436/stat : 22436 (python3) R 22431 22431 19810 0 -1 4194304 32139 0 0 0 618 6 0 0 20 0 1 0 30660828 1342070784 39307 18446744073709551615 94229548109824 94229548110201 140727593565472 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94229548121496 94229548122116 94229558886400 140727593572696 140727593572898 140727593572898 140727593578471 0
/proc/22436/statm: 327654 39307 8107 1 0 299012 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 1314808 KiB
Current children cumulated memory: 160172 KiB

[startup+12.7001 s]
/proc/loadavg: 4.15 4.11 4.09 5/268 22436
/proc/meminfo: memFree=129260588/131249992 swapFree=33010684/33010684
[pid=22431] ppid=22428 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/22431/stat : 22431 (scip-naps-1.00.) S 22428 22431 19810 0 -1 4194304 256 322 0 0 0 0 0 0 20 0 1 0 30660826 4292608 736 18446744073709551615 94073524228096 94073525122629 140723321384288 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94073525361680 94073525409424 94073542574080 140723321391521 140723321391618 140723321391618 140723321397220 0
/proc/22431/statm: 1048 736 672 219 0 110 0
[pid=22436] ppid=22431 vsize=1319304 memory=165920 CPUtime=12.62 cores=4,6
/proc/22436/stat : 22436 (python3) R 22431 22431 19810 0 -1 4194304 38029 0 0 0 1254 8 0 0 20 0 1 0 30660828 1350967296 41480 18446744073709551615 94229548109824 94229548110201 140727593565472 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94229548121496 94229548122116 94229558886400 140727593572696 140727593572898 140727593572898 140727593578471 0
/proc/22436/statm: 329826 41480 8107 1 0 301184 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 1323496 KiB
Current children cumulated memory: 168864 KiB

[startup+25.5001 s]
/proc/loadavg: 4.12 4.11 4.09 5/268 22437
/proc/meminfo: memFree=129245124/131249992 swapFree=33010684/33010684
[pid=22431] ppid=22428 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/22431/stat : 22431 (scip-naps-1.00.) S 22428 22431 19810 0 -1 4194304 256 322 0 0 0 0 0 0 20 0 1 0 30660826 4292608 736 18446744073709551615 94073524228096 94073525122629 140723321384288 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94073525361680 94073525409424 94073542574080 140723321391521 140723321391618 140723321391618 140723321397220 0
/proc/22431/statm: 1048 736 672 219 0 110 0
[pid=22436] ppid=22431 vsize=1323784 memory=169952 CPUtime=25.38 cores=4,6
/proc/22436/stat : 22436 (python3) R 22431 22431 19810 0 -1 4194304 39486 0 0 0 2529 9 0 0 20 0 1 0 30660828 1355554816 42488 18446744073709551615 94229548109824 94229548110201 140727593565472 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94229548121496 94229548122116 94229558886400 140727593572696 140727593572898 140727593572898 140727593578471 0
/proc/22436/statm: 330946 42488 8107 1 0 302304 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 1327976 KiB
Current children cumulated memory: 172896 KiB

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

# cumulated CPU time of all completed processes:  user=42.8918 s, system=0.107141 s

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

[startup+25.6002 s]
/proc/loadavg: 4.12 4.11 4.09 5/268 22437
/proc/meminfo: memFree=129245124/131249992 swapFree=33010684/33010684
[pid=22431] ppid=22428 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/22431/stat : 22431 (scip-naps-1.00.) S 22428 22431 19810 0 -1 4194304 256 322 0 0 0 0 0 0 20 0 1 0 30660826 4292608 736 18446744073709551615 94073524228096 94073525122629 140723321384288 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94073525361680 94073525409424 94073542574080 140723321391521 140723321391618 140723321391618 140723321397220 0
/proc/22431/statm: 1048 736 672 219 0 110 0
[pid=22436] ppid=22431 vsize=1323784 memory=169952 CPUtime=25.48 cores=4,6
/proc/22436/stat : 22436 (python3) R 22431 22431 19810 0 -1 4194304 39486 0 0 0 2539 9 0 0 20 0 1 0 30660828 1355554816 42488 18446744073709551615 94229548109824 94229548110201 140727593565472 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94229548121496 94229548122116 94229558886400 140727593572696 140727593572898 140727593572898 140727593578471 0
/proc/22436/statm: 330946 42488 8107 1 0 302304 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 1327976 KiB
Current children cumulated memory: 172896 KiB

[startup+32.0002 s]*
/proc/loadavg: 4.11 4.10 4.09 5/268 22437
/proc/meminfo: memFree=129237468/131249992 swapFree=33010684/33010684
[pid=22431] ppid=22428 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/22431/stat : 22431 (scip-naps-1.00.) S 22428 22431 19810 0 -1 4194304 256 322 0 0 0 0 0 0 20 0 1 0 30660826 4292608 736 18446744073709551615 94073524228096 94073525122629 140723321384288 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94073525361680 94073525409424 94073542574080 140723321391521 140723321391618 140723321391618 140723321397220 0
/proc/22431/statm: 1048 736 672 219 0 110 0
[pid=22436] ppid=22431 vsize=1323784 memory=169952 CPUtime=31.87 cores=4,6
/proc/22436/stat : 22436 (python3) R 22431 22431 19810 0 -1 4194304 39487 0 0 0 3178 9 0 0 20 0 1 0 30660828 1355554816 42488 18446744073709551615 94229548109824 94229548110201 140727593565472 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94229548121496 94229548122116 94229558886400 140727593572696 140727593572898 140727593572898 140727593578471 0
/proc/22436/statm: 330946 42488 8107 1 0 302304 0
Current children cumulated CPU time: 31.87 s
Current children cumulated vsize: 1327976 KiB
Current children cumulated memory: 172896 KiB

[startup+38.4002 s]
/proc/loadavg: 4.10 4.10 4.09 5/268 22437
/proc/meminfo: memFree=129236964/131249992 swapFree=33010684/33010684
[pid=22431] ppid=22428 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/22431/stat : 22431 (scip-naps-1.00.) S 22428 22431 19810 0 -1 4194304 256 322 0 0 0 0 0 0 20 0 1 0 30660826 4292608 736 18446744073709551615 94073524228096 94073525122629 140723321384288 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94073525361680 94073525409424 94073542574080 140723321391521 140723321391618 140723321391618 140723321397220 0
/proc/22431/statm: 1048 736 672 219 0 110 0
[pid=22436] ppid=22431 vsize=1328492 memory=174048 CPUtime=38.24 cores=4,6
/proc/22436/stat : 22436 (python3) R 22431 22431 19810 0 -1 4194304 40507 0 0 0 3815 9 0 0 20 0 1 0 30660828 1360375808 43512 18446744073709551615 94229548109824 94229548110201 140727593565472 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94229548121496 94229548122116 94229558886400 140727593572696 140727593572898 140727593572898 140727593578471 0
/proc/22436/statm: 332123 43512 8107 1 0 303481 0
Current children cumulated CPU time: 38.24 s
Current children cumulated vsize: 1332684 KiB
Current children cumulated memory: 176992 KiB

[startup+41.6001 s]
/proc/loadavg: 4.09 4.10 4.09 5/268 22437
/proc/meminfo: memFree=129227388/131249992 swapFree=33010684/33010684
[pid=22431] ppid=22428 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/22431/stat : 22431 (scip-naps-1.00.) S 22428 22431 19810 0 -1 4194304 256 322 0 0 0 0 0 0 20 0 1 0 30660826 4292608 736 18446744073709551615 94073524228096 94073525122629 140723321384288 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94073525361680 94073525409424 94073542574080 140723321391521 140723321391618 140723321391618 140723321397220 0
/proc/22431/statm: 1048 736 672 219 0 110 0
[pid=22436] ppid=22431 vsize=1329668 memory=175200 CPUtime=41.42 cores=4,6
/proc/22436/stat : 22436 (python3) R 22431 22431 19810 0 -1 4194304 40781 0 0 0 4133 9 0 0 20 0 1 0 30660828 1361580032 43800 18446744073709551615 94229548109824 94229548110201 140727593565472 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94229548121496 94229548122116 94229558886400 140727593572696 140727593572898 140727593572898 140727593578471 0
/proc/22436/statm: 332417 43800 8107 1 0 303775 0
Current children cumulated CPU time: 41.42 s
Current children cumulated vsize: 1333860 KiB
Current children cumulated memory: 178144 KiB

[startup+42.4001 s]
/proc/loadavg: 4.09 4.10 4.09 5/268 22437
/proc/meminfo: memFree=129227388/131249992 swapFree=33010684/33010684
[pid=22431] ppid=22428 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/22431/stat : 22431 (scip-naps-1.00.) S 22428 22431 19810 0 -1 4194304 256 322 0 0 0 0 0 0 20 0 1 0 30660826 4292608 736 18446744073709551615 94073524228096 94073525122629 140723321384288 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94073525361680 94073525409424 94073542574080 140723321391521 140723321391618 140723321391618 140723321397220 0
/proc/22431/statm: 1048 736 672 219 0 110 0
[pid=22436] ppid=22431 vsize=1329668 memory=175200 CPUtime=42.22 cores=4,6
/proc/22436/stat : 22436 (python3) R 22431 22431 19810 0 -1 4194304 40781 0 0 0 4213 9 0 0 20 0 1 0 30660828 1361580032 43800 18446744073709551615 94229548109824 94229548110201 140727593565472 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94229548121496 94229548122116 94229558886400 140727593572696 140727593572898 140727593572898 140727593578471 0
/proc/22436/statm: 332417 43800 8107 1 0 303775 0
Current children cumulated CPU time: 42.22 s
Current children cumulated vsize: 1333860 KiB
Current children cumulated memory: 178144 KiB

[startup+42.8001 s]
/proc/loadavg: 4.09 4.10 4.09 5/268 22437
/proc/meminfo: memFree=129227388/131249992 swapFree=33010684/33010684
[pid=22431] ppid=22428 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/22431/stat : 22431 (scip-naps-1.00.) S 22428 22431 19810 0 -1 4194304 256 322 0 0 0 0 0 0 20 0 1 0 30660826 4292608 736 18446744073709551615 94073524228096 94073525122629 140723321384288 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94073525361680 94073525409424 94073542574080 140723321391521 140723321391618 140723321391618 140723321397220 0
/proc/22431/statm: 1048 736 672 219 0 110 0
[pid=22436] ppid=22431 vsize=1329668 memory=175200 CPUtime=42.62 cores=4,6
/proc/22436/stat : 22436 (python3) R 22431 22431 19810 0 -1 4194304 40782 0 0 0 4253 9 0 0 20 0 1 0 30660828 1361580032 43800 18446744073709551615 94229548109824 94229548110201 140727593565472 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94229548121496 94229548122116 94229558886400 140727593572696 140727593572898 140727593572898 140727593578471 0
/proc/22436/statm: 332417 43800 8107 1 0 303775 0
Current children cumulated CPU time: 42.62 s
Current children cumulated vsize: 1333860 KiB
Current children cumulated memory: 178144 KiB

[startup+43.0001 s]*
/proc/loadavg: 4.09 4.10 4.09 5/268 22437
/proc/meminfo: memFree=129227388/131249992 swapFree=33010684/33010684
[pid=22431] ppid=22428 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/22431/stat : 22431 (scip-naps-1.00.) S 22428 22431 19810 0 -1 4194304 256 322 0 0 0 0 0 0 20 0 1 0 30660826 4292608 736 18446744073709551615 94073524228096 94073525122629 140723321384288 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94073525361680 94073525409424 94073542574080 140723321391521 140723321391618 140723321391618 140723321397220 0
/proc/22431/statm: 1048 736 672 219 0 110 0
[pid=22436] ppid=22431 vsize=1329668 memory=175200 CPUtime=42.82 cores=4,6
/proc/22436/stat : 22436 (python3) R 22431 22431 19810 0 -1 4194304 40782 0 0 0 4273 9 0 0 20 0 1 0 30660828 1361580032 43800 18446744073709551615 94229548109824 94229548110201 140727593565472 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94229548121496 94229548122116 94229558886400 140727593572696 140727593572898 140727593572898 140727593578471 0
/proc/22436/statm: 332417 43800 8107 1 0 303775 0
Current children cumulated CPU time: 42.82 s
Current children cumulated vsize: 1333860 KiB
Current children cumulated memory: 178144 KiB

[startup+43.1054 s]
/proc/loadavg: 4.09 4.10 4.09 5/268 22437
/proc/meminfo: memFree=129227388/131249992 swapFree=33010684/33010684
[pid=22431] ppid=22428 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/22431/stat : 22431 (scip-naps-1.00.) S 22428 22431 19810 0 -1 4194304 256 322 0 0 0 0 0 0 20 0 1 0 30660826 4292608 736 18446744073709551615 94073524228096 94073525122629 140723321384288 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94073525361680 94073525409424 94073542574080 140723321391521 140723321391618 140723321391618 140723321397220 0
/proc/22431/statm: 1048 736 672 219 0 110 0
[pid=22436] ppid=22431 vsize=1329668 memory=175200 CPUtime=42.92 cores=4,6
/proc/22436/stat : 22436 (python3) R 22431 22431 19810 0 -1 4194304 40782 0 0 0 4283 9 0 0 20 0 1 0 30660828 1361580032 43800 18446744073709551615 94229548109824 94229548110201 140727593565472 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94229548121496 94229548122116 94229558886400 140727593572696 140727593572898 140727593572898 140727593578471 0
/proc/22436/statm: 332417 43800 8107 1 0 303775 0
Current children cumulated CPU time: 42.92 s
Current children cumulated vsize: 1333860 KiB
Current children cumulated memory: 178144 KiB

Child status: 0

Real time (s): 43.1666
CPU time (s): 42.9989
CPU user time (s): 42.8918
CPU system time (s): 0.107141
CPU usage (%): 99.6115
Max. virtual memory (cumulated for all children) (KiB): 1333860
Max. memory (cumulated for all children) (KiB): 178144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.8918
system time used= 0.107141
maximum resident set size= 175584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41452
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= 350
involuntary context switches= 266


# summary of solver processes directly reported to runsolver:
#   pid: 22431
#   total CPU time (s): 42.9989
#   total CPU user time (s): 42.8918
#   total CPU system time (s): 0.107141

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.082983 second user time and 0.214812 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-06-29 00:30:21
IDJOB=4493565
IDBENCH=147866
IDSOLVER=3368
FILE ID=nodeC025/4493565-1751149821
RUNJOBID= nodeC025-1751145166-19821
SLURM_JOB_ID= 9587446
Free space on /tmp= 433044 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army9.12ls.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493565-1751149821/watcher-4493565-1751149821 -o /tmp/evaluation-result-4493565-1751149821/solver-4493565-1751149821 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751145166-19821 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4493565-1751149821.opb

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

MD5SUM BENCH= dccf1bd51baf1439f9e0744b31eb924b
RANDOM SEED=1780070525

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        129387316 kB
MemAvailable:   129028308 kB
Buffers:            3280 kB
Cached:           445188 kB
SwapCached:            0 kB
Active:          1098132 kB
Inactive:         187104 kB
Active(anon):     854852 kB
Inactive(anon):        0 kB
Active(file):     243280 kB
Inactive(file):   187104 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5612 kB
Writeback:             0 kB
AnonPages:        839840 kB
Mapped:           124696 kB
Shmem:             18084 kB
KReclaimable:      86960 kB
Slab:             170680 kB
SReclaimable:      86960 kB
SUnreclaim:        83720 kB
KernelStack:        4336 kB
PageTables:         5316 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4475680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    106496 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433040 MiB
End job on nodeC025 at 2025-06-29 00:31:04