Trace number 4529745

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.00a2SAT 43.4288 44.0506

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4529745-1752253329/watcher-4529745-1752253329 -o /tmp/evaluation-result-4529745-1752253329/solver-4529745-1752253329 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1752253329-117727 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4529745-1752253329.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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.el9_5.x86_64
Starting watchdog thread
solver pid=117788, runsolver pid=117775
Current StackSize limit: 8192 KiB


[startup+0.100077 s]*
/proc/loadavg: 0.85 1.06 1.52 1/267 117799
/proc/meminfo: memFree=129662444/131249996 swapFree=33000896/33010684
[pid=117788] ppid=117775 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/117788/stat : 117788 (scip-naps-1.00a) S 117775 117788 117714 0 -1 4194304 257 316 0 0 0 0 0 0 20 0 1 0 141010750 4292608 768 18446744073709551615 94825843085312 94825843979845 140735731478480 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94825844218896 94825844266640 94825852305408 140735731485083 140735731485182 140735731485182 140735731490786 0
/proc/117788/statm: 1048 768 704 219 0 110 0
[pid=117799] ppid=117788 vsize=60108 memory=22400 CPUtime=0.03 cores=5,7
/proc/117799/stat : 117799 (python3) R 117788 117788 117714 0 -1 4194304 2652 0 0 0 3 0 0 0 20 0 1 0 141010755 61550592 5600 18446744073709551615 94730804232192 94730804232569 140731055649824 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94730804243864 94730804244484 94730833362944 140731055655247 140731055655456 140731055655456 140731055661031 0
/proc/117799/statm: 15027 5600 3360 1 0 3743 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 64300 KiB
Current children cumulated memory: 25472 KiB

[startup+0.204928 s]*
/proc/loadavg: 0.85 1.06 1.52 1/267 117799
/proc/meminfo: memFree=129658160/131249996 swapFree=33000896/33010684
[pid=117788] ppid=117775 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/117788/stat : 117788 (scip-naps-1.00a) S 117775 117788 117714 0 -1 4194304 257 316 0 0 0 0 0 0 20 0 1 0 141010750 4292608 768 18446744073709551615 94825843085312 94825843979845 140735731478480 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94825844218896 94825844266640 94825852305408 140735731485083 140735731485182 140735731485182 140735731490786 0
/proc/117788/statm: 1048 768 704 219 0 110 0
[pid=117799] ppid=117788 vsize=82676 memory=25088 CPUtime=0.03 cores=5,7
/proc/117799/stat : 117799 (python3) D 117788 117788 117714 0 -1 4194304 2873 0 6 0 3 0 0 0 20 0 1 0 141010755 84660224 6272 18446744073709551615 94730804232192 94730804232569 140731055649824 0 0 0 0 16781312 2 1 0 0 17 5 0 0 0 0 0 94730804243864 94730804244484 94730833362944 140731055655247 140731055655456 140731055655456 140731055661031 0
/proc/117799/statm: 20669 6272 3840 1 0 3898 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 86868 KiB
Current children cumulated memory: 28160 KiB

[startup+0.304537 s]*
/proc/loadavg: 0.85 1.06 1.52 1/267 117799
/proc/meminfo: memFree=129650612/131249996 swapFree=33000896/33010684
[pid=117788] ppid=117775 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/117788/stat : 117788 (scip-naps-1.00a) S 117775 117788 117714 0 -1 4194304 257 316 0 0 0 0 0 0 20 0 1 0 141010750 4292608 768 18446744073709551615 94825843085312 94825843979845 140735731478480 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94825844218896 94825844266640 94825852305408 140735731485083 140735731485182 140735731485182 140735731490786 0
/proc/117788/statm: 1048 768 704 219 0 110 0
[pid=117799] ppid=117788 vsize=1185212 memory=29852 CPUtime=0.05 cores=5,7
/proc/117799/stat : 117799 (python3) D 117788 117788 117714 0 -1 4194304 3265 0 9 0 4 1 0 0 20 0 1 0 141010755 1213657088 7463 18446744073709551615 94730804232192 94730804232569 140731055649824 0 0 0 0 16781312 2 1 0 0 17 5 0 0 0 0 0 94730804243864 94730804244484 94730833362944 140731055655247 140731055655456 140731055655456 140731055661031 0
/proc/117799/statm: 296303 7463 4814 1 0 268371 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 1189404 KiB
Current children cumulated memory: 32924 KiB

[startup+0.700161 s]
/proc/loadavg: 0.85 1.06 1.52 1/267 117799
/proc/meminfo: memFree=129627240/131249996 swapFree=33000896/33010684
[pid=117788] ppid=117775 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/117788/stat : 117788 (scip-naps-1.00a) S 117775 117788 117714 0 -1 4194304 257 316 0 0 0 0 0 0 20 0 1 0 141010750 4292608 768 18446744073709551615 94825843085312 94825843979845 140735731478480 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94825844218896 94825844266640 94825852305408 140735731485083 140735731485182 140735731485182 140735731490786 0
/proc/117788/statm: 1048 768 704 219 0 110 0
[pid=117799] ppid=117788 vsize=1212624 memory=63516 CPUtime=0.22 cores=5,7
/proc/117799/stat : 117799 (python3) R 117788 117788 117714 0 -1 4194304 8769 0 20 0 19 3 0 0 20 0 1 0 141010755 1241726976 15879 18446744073709551615 94730804232192 94730804232569 140731055649824 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94730804243864 94730804244484 94730833362944 140731055655247 140731055655456 140731055655456 140731055661031 0
/proc/117799/statm: 303156 15879 8078 1 0 274514 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 1216816 KiB
Current children cumulated memory: 66588 KiB

[startup+1.50019 s]
/proc/loadavg: 0.85 1.06 1.52 4/264 117799
/proc/meminfo: memFree=129457140/131249996 swapFree=33000896/33010684
[pid=117788] ppid=117775 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/117788/stat : 117788 (scip-naps-1.00a) S 117775 117788 117714 0 -1 4194304 257 316 0 0 0 0 0 0 20 0 1 0 141010750 4292608 768 18446744073709551615 94825843085312 94825843979845 140735731478480 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94825844218896 94825844266640 94825852305408 140735731485083 140735731485182 140735731485182 140735731490786 0
/proc/117788/statm: 1048 768 704 219 0 110 0
[pid=117799] ppid=117788 vsize=1255752 memory=104348 CPUtime=1.01 cores=5,7
/proc/117799/stat : 117799 (python3) R 117788 117788 117714 0 -1 4194304 18977 0 20 0 96 5 0 0 20 0 1 0 141010755 1285890048 26087 18446744073709551615 94730804232192 94730804232569 140731055649824 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94730804243864 94730804244484 94730833362944 140731055655247 140731055655456 140731055655456 140731055661031 0
/proc/117799/statm: 313938 26087 8078 1 0 285296 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 1259944 KiB
Current children cumulated memory: 107420 KiB

[startup+3.10539 s]
/proc/loadavg: 0.85 1.06 1.52 5/267 117848
/proc/meminfo: memFree=129334644/131249996 swapFree=33000896/33010684
[pid=117788] ppid=117775 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/117788/stat : 117788 (scip-naps-1.00a) S 117775 117788 117714 0 -1 4194304 257 316 0 0 0 0 0 0 20 0 1 0 141010750 4292608 768 18446744073709551615 94825843085312 94825843979845 140735731478480 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94825844218896 94825844266640 94825852305408 140735731485083 140735731485182 140735731485182 140735731490786 0
/proc/117788/statm: 1048 768 704 219 0 110 0
[pid=117799] ppid=117788 vsize=1291456 memory=137884 CPUtime=2.6 cores=5,7
/proc/117799/stat : 117799 (python3) R 117788 117788 117714 0 -1 4194304 27369 0 20 0 254 6 0 0 20 0 1 0 141010755 1322450944 34471 18446744073709551615 94730804232192 94730804232569 140731055649824 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94730804243864 94730804244484 94730833362944 140731055655247 140731055655456 140731055655456 140731055661031 0
/proc/117799/statm: 322864 34471 8078 1 0 294222 0
Current children cumulated CPU time: 2.6 s
Current children cumulated vsize: 1295648 KiB
Current children cumulated memory: 140956 KiB

[startup+6.30019 s]
/proc/loadavg: 1.10 1.10 1.53 5/267 117848
/proc/meminfo: memFree=129239840/131249996 swapFree=33000896/33010684
[pid=117788] ppid=117775 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/117788/stat : 117788 (scip-naps-1.00a) S 117775 117788 117714 0 -1 4194304 257 316 0 0 0 0 0 0 20 0 1 0 141010750 4292608 768 18446744073709551615 94825843085312 94825843979845 140735731478480 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94825844218896 94825844266640 94825852305408 140735731485083 140735731485182 140735731485182 140735731490786 0
/proc/117788/statm: 1048 768 704 219 0 110 0
[pid=117799] ppid=117788 vsize=1308188 memory=155316 CPUtime=5.79 cores=5,7
/proc/117799/stat : 117799 (python3) R 117788 117788 117714 0 -1 4194304 32530 0 20 0 572 7 0 0 20 0 1 0 141010755 1339584512 38829 18446744073709551615 94730804232192 94730804232569 140731055649824 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94730804243864 94730804244484 94730833362944 140731055655247 140731055655456 140731055655456 140731055661031 0
/proc/117799/statm: 327047 38829 8078 1 0 298405 0
Current children cumulated CPU time: 5.79 s
Current children cumulated vsize: 1312380 KiB
Current children cumulated memory: 158388 KiB

[startup+12.7002 s]
/proc/loadavg: 1.33 1.15 1.55 5/267 117848
/proc/meminfo: memFree=129175688/131249996 swapFree=33000896/33010684
[pid=117788] ppid=117775 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/117788/stat : 117788 (scip-naps-1.00a) S 117775 117788 117714 0 -1 4194304 257 316 0 0 0 0 0 0 20 0 1 0 141010750 4292608 768 18446744073709551615 94825843085312 94825843979845 140735731478480 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94825844218896 94825844266640 94825852305408 140735731485083 140735731485182 140735731485182 140735731490786 0
/proc/117788/statm: 1048 768 704 219 0 110 0
[pid=117799] ppid=117788 vsize=1319336 memory=166324 CPUtime=12.17 cores=5,7
/proc/117799/stat : 117799 (python3) R 117788 117788 117714 0 -1 4194304 35337 0 20 0 1209 8 0 0 20 0 1 0 141010755 1351000064 41581 18446744073709551615 94730804232192 94730804232569 140731055649824 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94730804243864 94730804244484 94730833362944 140731055655247 140731055655456 140731055655456 140731055661031 0
/proc/117799/statm: 329834 41581 8078 1 0 301192 0
Current children cumulated CPU time: 12.17 s
Current children cumulated vsize: 1323528 KiB
Current children cumulated memory: 169396 KiB

[startup+25.5002 s]
/proc/loadavg: 2.00 1.31 1.59 5/267 117898
/proc/meminfo: memFree=129173924/131249996 swapFree=33000896/33010684
[pid=117788] ppid=117775 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/117788/stat : 117788 (scip-naps-1.00a) S 117775 117788 117714 0 -1 4194304 257 316 0 0 0 0 0 0 20 0 1 0 141010750 4292608 768 18446744073709551615 94825843085312 94825843979845 140735731478480 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94825844218896 94825844266640 94825852305408 140735731485083 140735731485182 140735731485182 140735731490786 0
/proc/117788/statm: 1048 768 704 219 0 110 0
[pid=117799] ppid=117788 vsize=1323828 memory=170536 CPUtime=24.92 cores=5,7
/proc/117799/stat : 117799 (python3) R 117788 117788 117714 0 -1 4194304 36877 0 20 0 2484 8 0 0 20 0 1 0 141010755 1355599872 42634 18446744073709551615 94730804232192 94730804232569 140731055649824 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94730804243864 94730804244484 94730833362944 140731055655247 140731055655456 140731055655456 140731055661031 0
/proc/117799/statm: 330957 42634 8078 1 0 302315 0
Current children cumulated CPU time: 24.92 s
Current children cumulated vsize: 1328020 KiB
Current children cumulated memory: 173608 KiB

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

# cumulated CPU time of all completed processes:  user=43.3279 s, system=0.100967 s

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

[startup+25.6002 s]
/proc/loadavg: 2.00 1.31 1.59 5/267 117898
/proc/meminfo: memFree=129173924/131249996 swapFree=33000896/33010684
[pid=117788] ppid=117775 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/117788/stat : 117788 (scip-naps-1.00a) S 117775 117788 117714 0 -1 4194304 257 316 0 0 0 0 0 0 20 0 1 0 141010750 4292608 768 18446744073709551615 94825843085312 94825843979845 140735731478480 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94825844218896 94825844266640 94825852305408 140735731485083 140735731485182 140735731485182 140735731490786 0
/proc/117788/statm: 1048 768 704 219 0 110 0
[pid=117799] ppid=117788 vsize=1323828 memory=170536 CPUtime=25.02 cores=5,7
/proc/117799/stat : 117799 (python3) R 117788 117788 117714 0 -1 4194304 36877 0 20 0 2494 8 0 0 20 0 1 0 141010755 1355599872 42634 18446744073709551615 94730804232192 94730804232569 140731055649824 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94730804243864 94730804244484 94730833362944 140731055655247 140731055655456 140731055655456 140731055661031 0
/proc/117799/statm: 330957 42634 8078 1 0 302315 0
Current children cumulated CPU time: 25.02 s
Current children cumulated vsize: 1328020 KiB
Current children cumulated memory: 173608 KiB

[startup+32.0002 s]*
/proc/loadavg: 2.24 1.37 1.61 5/267 117898
/proc/meminfo: memFree=129162844/131249996 swapFree=33000896/33010684
[pid=117788] ppid=117775 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/117788/stat : 117788 (scip-naps-1.00a) S 117775 117788 117714 0 -1 4194304 257 316 0 0 0 0 0 0 20 0 1 0 141010750 4292608 768 18446744073709551615 94825843085312 94825843979845 140735731478480 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94825844218896 94825844266640 94825852305408 140735731485083 140735731485182 140735731485182 140735731490786 0
/proc/117788/statm: 1048 768 704 219 0 110 0
[pid=117799] ppid=117788 vsize=1323828 memory=170536 CPUtime=31.4 cores=5,7
/proc/117799/stat : 117799 (python3) R 117788 117788 117714 0 -1 4194304 36879 0 20 0 3132 8 0 0 20 0 1 0 141010755 1355599872 42634 18446744073709551615 94730804232192 94730804232569 140731055649824 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94730804243864 94730804244484 94730833362944 140731055655247 140731055655456 140731055655456 140731055661031 0
/proc/117799/statm: 330957 42634 8078 1 0 302315 0
Current children cumulated CPU time: 31.4 s
Current children cumulated vsize: 1328020 KiB
Current children cumulated memory: 173608 KiB

[startup+38.4002 s]
/proc/loadavg: 2.38 1.42 1.62 5/266 117898
/proc/meminfo: memFree=129155040/131249996 swapFree=33000896/33010684
[pid=117788] ppid=117775 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/117788/stat : 117788 (scip-naps-1.00a) S 117775 117788 117714 0 -1 4194304 257 316 0 0 0 0 0 0 20 0 1 0 141010750 4292608 768 18446744073709551615 94825843085312 94825843979845 140735731478480 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94825844218896 94825844266640 94825852305408 140735731485083 140735731485182 140735731485182 140735731490786 0
/proc/117788/statm: 1048 768 704 219 0 110 0
[pid=117799] ppid=117788 vsize=1329772 memory=175400 CPUtime=37.78 cores=5,7
/proc/117799/stat : 117799 (python3) R 117788 117788 117714 0 -1 4194304 38109 0 20 0 3770 8 0 0 20 0 1 0 141010755 1361686528 43850 18446744073709551615 94730804232192 94730804232569 140731055649824 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94730804243864 94730804244484 94730833362944 140731055655247 140731055655456 140731055655456 140731055661031 0
/proc/117799/statm: 332443 43850 8078 1 0 303801 0
Current children cumulated CPU time: 37.78 s
Current children cumulated vsize: 1333964 KiB
Current children cumulated memory: 178472 KiB

[startup+41.6002 s]
/proc/loadavg: 2.51 1.46 1.64 5/266 117898
/proc/meminfo: memFree=129146976/131249996 swapFree=33000896/33010684
[pid=117788] ppid=117775 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/117788/stat : 117788 (scip-naps-1.00a) S 117775 117788 117714 0 -1 4194304 257 316 0 0 0 0 0 0 20 0 1 0 141010750 4292608 768 18446744073709551615 94825843085312 94825843979845 140735731478480 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94825844218896 94825844266640 94825852305408 140735731485083 140735731485182 140735731485182 140735731490786 0
/proc/117788/statm: 1048 768 704 219 0 110 0
[pid=117799] ppid=117788 vsize=1330948 memory=176552 CPUtime=40.97 cores=5,7
/proc/117799/stat : 117799 (python3) R 117788 117788 117714 0 -1 4194304 38383 0 20 0 4088 9 0 0 20 0 1 0 141010755 1362890752 44138 18446744073709551615 94730804232192 94730804232569 140731055649824 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94730804243864 94730804244484 94730833362944 140731055655247 140731055655456 140731055655456 140731055661031 0
/proc/117799/statm: 332737 44138 8078 1 0 304095 0
Current children cumulated CPU time: 40.97 s
Current children cumulated vsize: 1335140 KiB
Current children cumulated memory: 179624 KiB

[startup+43.2002 s]
/proc/loadavg: 2.51 1.46 1.64 5/266 117898
/proc/meminfo: memFree=129146976/131249996 swapFree=33000896/33010684
[pid=117788] ppid=117775 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/117788/stat : 117788 (scip-naps-1.00a) S 117775 117788 117714 0 -1 4194304 257 316 0 0 0 0 0 0 20 0 1 0 141010750 4292608 768 18446744073709551615 94825843085312 94825843979845 140735731478480 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94825844218896 94825844266640 94825852305408 140735731485083 140735731485182 140735731485182 140735731490786 0
/proc/117788/statm: 1048 768 704 219 0 110 0
[pid=117799] ppid=117788 vsize=1330948 memory=176552 CPUtime=42.57 cores=5,7
/proc/117799/stat : 117799 (python3) R 117788 117788 117714 0 -1 4194304 38383 0 20 0 4248 9 0 0 20 0 1 0 141010755 1362890752 44138 18446744073709551615 94730804232192 94730804232569 140731055649824 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94730804243864 94730804244484 94730833362944 140731055655247 140731055655456 140731055655456 140731055661031 0
/proc/117799/statm: 332737 44138 8078 1 0 304095 0
Current children cumulated CPU time: 42.57 s
Current children cumulated vsize: 1335140 KiB
Current children cumulated memory: 179624 KiB

[startup+43.6002 s]
/proc/loadavg: 2.51 1.46 1.64 5/266 117898
/proc/meminfo: memFree=129146976/131249996 swapFree=33000896/33010684
[pid=117788] ppid=117775 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/117788/stat : 117788 (scip-naps-1.00a) S 117775 117788 117714 0 -1 4194304 257 316 0 0 0 0 0 0 20 0 1 0 141010750 4292608 768 18446744073709551615 94825843085312 94825843979845 140735731478480 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94825844218896 94825844266640 94825852305408 140735731485083 140735731485182 140735731485182 140735731490786 0
/proc/117788/statm: 1048 768 704 219 0 110 0
[pid=117799] ppid=117788 vsize=1330948 memory=176552 CPUtime=42.97 cores=5,7
/proc/117799/stat : 117799 (python3) R 117788 117788 117714 0 -1 4194304 38383 0 20 0 4288 9 0 0 20 0 1 0 141010755 1362890752 44138 18446744073709551615 94730804232192 94730804232569 140731055649824 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94730804243864 94730804244484 94730833362944 140731055655247 140731055655456 140731055655456 140731055661031 0
/proc/117799/statm: 332737 44138 8078 1 0 304095 0
Current children cumulated CPU time: 42.97 s
Current children cumulated vsize: 1335140 KiB
Current children cumulated memory: 179624 KiB

[startup+44.0001 s]*
/proc/loadavg: 2.51 1.46 1.64 5/266 117898
/proc/meminfo: memFree=129146724/131249996 swapFree=33000896/33010684
[pid=117788] ppid=117775 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/117788/stat : 117788 (scip-naps-1.00a) S 117775 117788 117714 0 -1 4194304 257 316 0 0 0 0 0 0 20 0 1 0 141010750 4292608 768 18446744073709551615 94825843085312 94825843979845 140735731478480 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94825844218896 94825844266640 94825852305408 140735731485083 140735731485182 140735731485182 140735731490786 0
/proc/117788/statm: 1048 768 704 219 0 110 0
[pid=117799] ppid=117788 vsize=1330948 memory=176552 CPUtime=43.37 cores=5,7
/proc/117799/stat : 117799 (python3) R 117788 117788 117714 0 -1 4194304 38383 0 20 0 4328 9 0 0 20 0 1 0 141010755 1362890752 44138 18446744073709551615 94730804232192 94730804232569 140731055649824 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94730804243864 94730804244484 94730833362944 140731055655247 140731055655456 140731055655456 140731055661031 0
/proc/117799/statm: 332737 44138 8078 1 0 304095 0
Current children cumulated CPU time: 43.37 s
Current children cumulated vsize: 1335140 KiB
Current children cumulated memory: 179624 KiB

Child status: 0

Real time (s): 44.0506
CPU time (s): 43.4288
CPU user time (s): 43.3279
CPU system time (s): 0.100967
CPU usage (%): 98.5885
Max. virtual memory (cumulated for all children) (KiB): 1335140
Max. memory (cumulated for all children) (KiB): 179624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.3279
system time used= 0.100967
maximum resident set size= 177064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39043
page faults= 20
swaps= 0
block input operations= 2496
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 650
involuntary context switches= 258


# summary of solver processes directly reported to runsolver:
#   pid: 117788
#   total CPU time (s): 43.4288
#   total CPU user time (s): 43.3279
#   total CPU system time (s): 0.100967

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.097135 second user time and 0.221035 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-11 19:02:09
IDJOB=4529745
IDBENCH=147866
IDSOLVER=3388
FILE ID=nodeC023/4529745-1752253329
RUNJOBID= nodeC023-1752253329-117727
SLURM_JOB_ID= 9682585
Free space on /tmp= 431872 MiB

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

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

MD5SUM BENCH= dccf1bd51baf1439f9e0744b31eb924b
RANDOM SEED=243401552

nodeC023 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		: 3600.165
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.78
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		: 3600.005
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.279
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.283
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.78
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		: 3601.393
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.78
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.870
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.78
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.842
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.78
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		: 3603.056
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129685116 kB
MemAvailable:   129668200 kB
Buffers:              16 kB
Cached:           723808 kB
SwapCached:         2860 kB
Active:           244288 kB
Inactive:         560404 kB
Active(anon):      40724 kB
Inactive(anon):    52756 kB
Active(file):     203564 kB
Inactive(file):   507648 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000896 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             22032 kB
Writeback:             0 kB
AnonPages:         81448 kB
Mapped:            99596 kB
Shmem:             12612 kB
KReclaimable:     222224 kB
Slab:             314876 kB
SReclaimable:     222224 kB
SUnreclaim:        92652 kB
KernelStack:        4008 kB
PageTables:         2416 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     345480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431848 MiB
End job on nodeC023 at 2025-07-11 19:02:53