Trace number 4510845

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP-NaPS 1.00a1UNSAT 61.8633 62.8333

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-left3reg-l040-r039-n1.cnf-plain.pb.metafix.opb
MD5SUM496e1a97745958844c4098fcb049f7a4
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.093145
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3543
Total number of constraints11237
Number of constraints which are clauses11237
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

32.02/32.91	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4510845-1751204746.opb
32.02/32.91	c Solving mode: decision
32.02/32.91	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
32.02/32.91	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
32.02/32.91	c original problem has 3543 variables (3543 bin, 0 int, 0 impl, 0 cont) and 11237 constraints
32.02/32.91	c presolving:
32.02/32.91	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 11237 upgd conss, 0 impls, 10056 clqs
32.02/32.91	c (round 2, exhaustive) 0 del vars, 4724 del conss, 1181 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 11237 upgd conss, 0 impls, 10056 clqs
32.02/32.91	c    (0.3s) probing: 51/3543 (1.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
32.02/32.91	c    (0.3s) probing aborted: 50/50 successive totally useless probings
32.02/32.91	c    (0.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
32.02/32.91	c    (0.3s) symmetry computation finished: 2 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.01)
32.02/32.91	c dynamic symmetry handling statistics:
32.02/32.91	c    orbitopal reduction:       no components
32.02/32.91	c    orbital reduction:         no components
32.02/32.91	c    lexicographic reduction:   no permutations
32.02/32.91	c handled 1 out of 1 symmetry components
32.02/32.91	c (round 3, exhaustive) 15 del vars, 4724 del conss, 1182 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 11237 upgd conss, 0 impls, 11133 clqs
32.02/32.91	c (round 4, fast)       39 del vars, 4800 del conss, 1182 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 11237 upgd conss, 0 impls, 11121 clqs
32.02/32.91	c    (0.4s) probing: 57/3543 (1.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
32.02/32.91	c    (0.4s) probing aborted: 50/50 successive totally useless probings
32.02/32.91	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
32.02/32.91	c  39 deleted vars, 4800 deleted constraints, 1182 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
32.02/32.91	c  0 implications, 11121 cliques
32.02/32.91	c presolved problem has 3516 variables (3516 bin, 0 int, 0 impl, 0 cont) and 7619 constraints
32.02/32.91	c    7618 constraints of type <setppc>
32.02/32.91	c       1 constraints of type <orbitope>
32.02/32.91	c transformed objective value is always integral (scale: 1)
32.02/32.91	c Presolving Time: 0.35
32.02/32.91	c 
32.02/32.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
32.02/32.91	c   0.6s|     1 |     0 |  2674 |     - |    69M |   0 |3516 |7640 |7618 |   0 |  0 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.91	c   1.9s|     1 |     0 | 10052 |     - |    73M |   0 |3516 |7714 |7799 | 181 |  1 |  22 |   0 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.91	c   2.2s|     1 |     0 | 10958 |     - |    73M |   0 |3516 |7715 |7974 | 356 |  2 |  23 |   0 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.91	c   2.5s|     1 |     0 | 11656 |     - |    75M |   0 |3516 |7716 |8123 | 505 |  3 |  24 |   0 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.91	c   2.8s|     1 |     0 | 12103 |     - |    76M |   0 |3516 |7718 |8203 | 585 |  4 |  26 |   0 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.91	c   3.0s|     1 |     0 | 12314 |     - |    80M |   0 |3516 |7719 |8236 | 618 |  5 |  27 |   0 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.91	c   3.3s|     1 |     0 | 12463 |     - |    82M |   0 |3516 |7720 |8253 | 635 |  6 |  28 |   0 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.91	c   3.4s|     1 |     0 | 12694 |     - |    84M |   0 |3516 |7721 |8263 | 645 |  7 |  29 |   0 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.91	c   3.7s|     1 |     0 | 12774 |     - |    86M |   0 |3516 |7723 |8286 | 668 |  8 |  31 |   0 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.91	c   4.0s|     1 |     0 | 12962 |     - |    88M |   0 |3516 |7724 |8303 | 685 |  9 |  32 |   0 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.91	c   4.2s|     1 |     0 | 13096 |     - |    89M |   0 |3516 |7725 |8320 | 702 | 10 |  33 |   0 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.91	c   4.3s|     1 |     0 | 13211 |     - |    91M |   0 |3516 |7726 |8336 | 718 | 11 |  34 |   0 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.91	c   5.0s|     1 |     2 | 15398 |     - |    92M |   0 |3516 |7731 |8336 | 718 | 11 |  39 |  11 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.91	c   7.2s|   100 |    45 | 28944 | 158.9 |    99M |  42 |3516 |7803 |8060 |1120 |  1 | 111 |  11 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.91	c   9.2s|   200 |    33 | 34598 | 107.5 |   100M |  42 |3516 |7966 |8032 |1464 |  0 | 276 |  11 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
32.02/32.91	c  11.2s|   300 |    43 | 37558 |  81.4 |   103M |  42 |3516 |8059 |8019 |1945 |  1 | 369 |  11 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.91	c  12.3s|   400 |    41 | 39584 |  66.1 |   103M |  42 |3516 |8155 |7991 |2192 |  1 | 465 |  11 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.91	c  14.3s|   500 |    34 | 42573 |  58.8 |   104M |  42 |3516 |8290 |   0 |2267 |  0 | 616 |  11 | 0.000000e+00 |      --      |    Inf |   0.73%
32.02/32.91	c  16.6s|   600 |    32 | 46324 |  55.3 |   104M |  42 |3516 |8392 |7994 |2974 |  1 | 739 |  11 | 0.000000e+00 |      --      |    Inf |   0.81%
32.02/32.91	c  17.9s|   700 |    59 | 52060 |  55.6 |   107M |  42 |3516 |8472 |8039 |3327 |  1 | 830 |  11 | 0.000000e+00 |      --      |    Inf |   0.87%
32.02/32.91	c  18.5s|   800 |    29 | 56463 |  54.1 |   110M |  42 |3516 |8568 |7937 |3930 |  1 | 947 |  11 | 0.000000e+00 |      --      |    Inf |   4.00%
32.02/32.91	c  19.7s|   900 |    34 | 64815 |  57.4 |   119M |  42 |3516 |8662 |8037 |5369 |  2 |1082 |  11 | 0.000000e+00 |      --      |    Inf |  12.21%
32.02/32.91	c  20.7s|  1000 |    28 | 71390 |  58.2 |   123M |  42 |3516 |8729 |7891 |6339 |  1 |1191 |  11 | 0.000000e+00 |      --      |    Inf |  28.27%
32.02/32.91	c  21.7s|  1100 |    16 | 80831 |  61.5 |   128M |  42 |3516 |8844 |7881 |8097 |  1 |1340 |  11 | 0.000000e+00 |      --      |    Inf |  37.30%
32.02/32.91	c  22.9s|  1200 |    24 | 91232 |  65.1 |   135M |  42 |3516 |8920 |7999 |  10k|  1 |1438 |  11 | 0.000000e+00 |      --      |    Inf |  50.70%
32.02/32.91	c  27.5s|  1300 |    40 |109253 |  73.9 |   135M |  42 |3516 |8978 |8044 |  10k|  1 |1520 |  11 | 0.000000e+00 |      --      |    Inf |  50.76%
32.02/32.91	c  28.6s|  1400 |    22 |118465 |  75.2 |   137M |  42 |3516 |9064 |7878 |  10k|  1 |1635 |  11 | 0.000000e+00 |      --      |    Inf |  50.99%
32.02/32.91	c  30.7s|  1500 |    20 |126994 |  75.9 |   145M |  42 |3516 |9152 |7914 |  11k|  1 |1749 |  11 | 0.000000e+00 |      --      |    Inf |  53.12%
32.02/32.91	c  31.6s|  1600 |    35 |135075 |  76.2 |   147M |  42 |3516 |9251 |7943 |  12k|  1 |1868 |  11 | 0.000000e+00 |      --      |    Inf |  53.23%
32.02/32.91	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
32.02/32.91	c (run 1, node 1621) performing user restart
32.02/32.91	c 
32.02/32.91	c (restart) converted 249 cuts from the global cut pool into linear constraints
32.02/32.91	c 
32.02/32.91	c presolving:
32.02/32.91	c (round 1, fast)       0 del vars, 344 del conss, 0 add conss, 0 chg bounds, 7 chg sides, 116 chg coeffs, 0 upgd conss, 0 impls, 11311 clqs
32.02/32.91	c (round 2, exhaustive) 0 del vars, 587 del conss, 60 add conss, 0 chg bounds, 7 chg sides, 116 chg coeffs, 0 upgd conss, 0 impls, 11311 clqs
32.02/32.91	c (round 3, exhaustive) 0 del vars, 587 del conss, 60 add conss, 0 chg bounds, 7 chg sides, 118 chg coeffs, 333 upgd conss, 0 impls, 11365 clqs
32.02/32.91	c (round 4, fast)       0 del vars, 601 del conss, 60 add conss, 0 chg bounds, 7 chg sides, 118 chg coeffs, 333 upgd conss, 0 impls, 11366 clqs
32.02/32.91	c (round 5, medium)     0 del vars, 612 del conss, 70 add conss, 0 chg bounds, 17 chg sides, 143 chg coeffs, 333 upgd conss, 0 impls, 11370 clqs
32.02/32.91	c (round 6, exhaustive) 0 del vars, 620 del conss, 72 add conss, 0 chg bounds, 17 chg sides, 143 chg coeffs, 333 upgd conss, 0 impls, 11370 clqs
32.02/32.91	c (round 7, exhaustive) 0 del vars, 826 del conss, 72 add conss, 0 chg bounds, 17 chg sides, 300 chg coeffs, 333 upgd conss, 0 impls, 11371 clqs
61.71/62.77	c (round 8, exhaustive) 0 del vars, 855 del conss, 72 add conss, 0 chg bounds, 17 chg sides, 318 chg coeffs, 333 upgd conss, 0 impls, 11373 clqs
61.71/62.77	c presolving (9 rounds: 9 fast, 7 medium, 6 exhaustive):
61.71/62.77	c  0 deleted vars, 860 deleted constraints, 72 added constraints, 0 tightened bounds, 0 added holes, 17 changed sides, 323 changed coefficients
61.71/62.77	c  0 implications, 11373 cliques
61.71/62.77	c presolved problem has 3516 variables (3516 bin, 0 int, 0 impl, 0 cont) and 8740 constraints
61.71/62.77	c      41 constraints of type <knapsack>
61.71/62.77	c    7682 constraints of type <setppc>
61.71/62.77	c       4 constraints of type <linear>
61.71/62.77	c       1 constraints of type <orbitope>
61.71/62.77	c    1012 constraints of type <logicor>
61.71/62.77	c transformed objective value is always integral (scale: 1)
61.71/62.77	c Presolving Time: 0.43
61.71/62.77	c 
61.71/62.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
61.71/62.77	c  31.8s|     1 |     0 |138543 |     - |   148M |   0 |3516 |8748 |7735 |   0 |  0 |1908 |  11 | 0.000000e+00 |      --      |    Inf | unknown
61.71/62.77	c  32.1s|     1 |     0 |139466 |     - |   148M |   0 |3516 |8752 |7904 | 169 |  1 |1912 |  11 | 0.000000e+00 |      --      |    Inf | unknown
61.71/62.77	c  32.3s|     1 |     0 |140033 |     - |   149M |   0 |3516 |8753 |8027 | 292 |  2 |1913 |  11 | 0.000000e+00 |      --      |    Inf | unknown
61.71/62.77	c  32.5s|     1 |     0 |140377 |     - |   150M |   0 |3516 |8759 |8069 | 334 |  3 |1919 |  11 | 0.000000e+00 |      --      |    Inf | unknown
61.71/62.77	c  32.6s|     1 |     0 |140630 |     - |   151M |   0 |3516 |8764 |8105 | 370 |  4 |1924 |  11 | 0.000000e+00 |      --      |    Inf | unknown
61.71/62.77	c  32.8s|     1 |     0 |140821 |     - |   153M |   0 |3516 |8765 |8126 | 391 |  5 |1925 |  11 | 0.000000e+00 |      --      |    Inf | unknown
61.71/62.77	c  33.1s|     1 |     0 |141055 |     - |   155M |   0 |3516 |8768 |8157 | 422 |  6 |1928 |  11 | 0.000000e+00 |      --      |    Inf | unknown
61.71/62.77	c  33.6s|     1 |     0 |141169 |     - |   157M |   0 |3516 |8769 |8173 | 438 |  7 |1929 |  11 | 0.000000e+00 |      --      |    Inf | unknown
61.71/62.77	c  33.9s|     1 |     0 |141251 |     - |   158M |   0 |3516 |8770 |8194 | 459 |  8 |1930 |  11 | 0.000000e+00 |      --      |    Inf | unknown
61.71/62.77	c  34.2s|     1 |     0 |141541 |     - |   160M |   0 |3516 |8771 |8211 | 476 |  9 |1931 |  11 | 0.000000e+00 |      --      |    Inf | unknown
61.71/62.77	c  34.5s|     1 |     0 |141687 |     - |   165M |   0 |3516 |8772 |8233 | 498 | 10 |1932 |  11 | 0.000000e+00 |      --      |    Inf | unknown
61.71/62.77	c  34.6s|     1 |     0 |141812 |     - |   166M |   0 |3516 |8773 |8247 | 512 | 11 |1933 |  11 | 0.000000e+00 |      --      |    Inf | unknown
61.71/62.77	c  35.3s|     1 |     2 |142754 |     - |   166M |   0 |3516 |8777 |8247 | 512 | 11 |1938 |  30 | 0.000000e+00 |      --      |    Inf | unknown
61.71/62.77	c  36.9s|   100 |    13 |150216 |  76.0 |   179M |  20 |3516 |8903 |7884 |1553 |  1 |2064 |  30 | 0.000000e+00 |      --      |    Inf |   2.25%
61.71/62.77	c  38.9s|   200 |    24 |165291 |  80.1 |   192M |  20 |3516 |9106 |7859 |2931 |  0 |2269 |  30 | 0.000000e+00 |      --      |    Inf |   7.03%
61.71/62.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
61.71/62.77	c  39.9s|   300 |    23 |171819 |  79.3 |   195M |  20 |3516 |9248 |7880 |3561 |  1 |2427 |  30 | 0.000000e+00 |      --      |    Inf |   7.49%
61.71/62.77	c  40.9s|   400 |    14 |179815 |  79.4 |   201M |  20 |3516 |9399 |7758 |4511 |  1 |2597 |  30 | 0.000000e+00 |      --      |    Inf |  14.06%
61.71/62.77	c  42.7s|   500 |    13 |195456 |  83.0 |   208M |  20 |3516 |9493 |   0 |6522 |  0 |2740 |  30 | 0.000000e+00 |      --      |    Inf |  19.53%
61.71/62.77	c  45.0s|   600 |    13 |213209 |  87.3 |   221M |  20 |3516 |9614 |7870 |9450 |  2 |2922 |  30 | 0.000000e+00 |      --      |    Inf |  26.56%
61.71/62.77	c  46.3s|   700 |    15 |226164 |  89.1 |   225M |  20 |3516 |9710 |7771 |  11k|  1 |3070 |  30 | 0.000000e+00 |      --      |    Inf |  29.85%
61.71/62.77	c  48.4s|   800 |    30 |248307 |  94.6 |   227M |  20 |3516 |9751 |   0 |  12k|  0 |3223 |  30 | 0.000000e+00 |      --      |    Inf |  36.57%
61.71/62.77	c  50.1s|   900 |    29 |261839 |  96.2 |   232M |  20 |3516 |9803 |7874 |  14k|  2 |3350 |  30 | 0.000000e+00 |      --      |    Inf |  39.75%
61.71/62.77	c  51.2s|  1000 |    38 |274576 |  97.4 |   235M |  20 |3516 |9847 |7880 |  15k|  1 |3459 |  30 | 0.000000e+00 |      --      |    Inf |  42.76%
61.71/62.77	c  52.4s|  1100 |    34 |286433 |  98.1 |   238M |  21 |3516 |9902 |7939 |  17k|  0 |3580 |  30 | 0.000000e+00 |      --      |    Inf |  46.79%
61.71/62.77	c  53.4s|  1200 |    31 |295542 |  97.9 |   240M |  21 |3516 |9991 |7864 |  18k|  1 |3721 |  30 | 0.000000e+00 |      --      |    Inf |  48.05%
61.71/62.77	c  55.0s|  1300 |    32 |312124 | 100.2 |   243M |  21 |3516 |  10k|   0 |  20k|  0 |3816 |  30 | 0.000000e+00 |      --      |    Inf |  58.11%
61.71/62.77	c  56.2s|  1400 |    29 |326924 | 101.8 |   246M |  21 |3516 |  10k|7696 |  22k|  1 |3936 |  30 | 0.000000e+00 |      --      |    Inf |  67.87%
61.71/62.77	c  57.3s|  1500 |    25 |340640 | 102.9 |   247M |  21 |3516 |  10k|   0 |  23k|  0 |4029 |  30 | 0.000000e+00 |      --      |    Inf |  78.81%
61.71/62.77	c  58.9s|  1600 |    30 |356377 | 104.6 |   249M |  21 |3516 |  10k|7871 |  25k|  1 |4147 |  30 | 0.000000e+00 |      --      |    Inf |  82.02%
61.71/62.77	c  60.4s|  1700 |    25 |370627 | 105.8 |   252M |  21 |3516 |  10k|7712 |  28k|  1 |4264 |  30 | 0.000000e+00 |      --      |    Inf |  84.28%
61.71/62.77	c 
61.71/62.77	c SCIP Status        : problem is solved [infeasible]
61.71/62.77	c Solving Time (sec) : 61.61
61.71/62.77	c Solving Nodes      : 1790 (total of 3411 nodes in 2 runs)
61.71/62.77	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
61.71/62.77	c Dual Bound         : +1.00000000000000e+20
61.71/62.77	c Gap                : 0.00 %
61.71/62.77	c SCIP found the problem to be infeasible.
61.71/62.77	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (63314 MiB free)
  memory of node 1: 64465 MiB (62178 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510845-1751204746/watcher-4510845-1751204746 -o /tmp/evaluation-result-4510845-1751204746/solver-4510845-1751204746 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751204746-27065 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4510845-1751204746.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=27114, runsolver pid=27105

[startup+0.100073 s]*
/proc/loadavg: 0.70 1.33 2.07 6/257 27139
/proc/meminfo: memFree=128496096/131382116 swapFree=33010684/33010684
[pid=27114] ppid=27105 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/27114/stat : 27114 (scip-naps-1.00.) S 27105 27114 27054 0 -1 4194304 254 342 0 0 0 0 0 0 20 0 1 0 36153776 4292608 736 18446744073709551615 94177824473088 94177825367621 140722471559440 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94177825606672 94177825654416 94177830903808 140722471561633 140722471561730 140722471561730 140722471567332 0
/proc/27114/statm: 1048 736 672 219 0 110 0
[pid=27137] ppid=27114 vsize=11128 memory=8192 CPUtime=0.03 cores=4,6
/proc/27137/stat : 27137 (python3) R 27114 27114 27054 0 -1 4194304 1090 0 0 0 2 1 0 0 20 0 1 0 36153781 11395072 2048 18446744073709551615 94441252962304 94441252962681 140733627724384 0 0 0 0 16781312 2 0 0 0 17 6 0 0 0 0 0 94441252973976 94441252974596 94441259978752 140733627730264 140733627730466 140733627730466 140733627736039 0
/proc/27137/statm: 2782 2048 1120 1 0 1038 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 15320 KiB
Current children cumulated memory: 11136 KiB

[startup+0.214294 s]*
/proc/loadavg: 0.70 1.33 2.07 2/258 27140
/proc/meminfo: memFree=128482400/131382116 swapFree=33010684/33010684
[pid=27114] ppid=27105 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/27114/stat : 27114 (scip-naps-1.00.) S 27105 27114 27054 0 -1 4194304 254 342 0 0 0 0 0 0 20 0 1 0 36153776 4292608 736 18446744073709551615 94177824473088 94177825367621 140722471559440 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94177825606672 94177825654416 94177830903808 140722471561633 140722471561730 140722471561730 140722471567332 0
/proc/27114/statm: 1048 736 672 219 0 110 0
[pid=27137] ppid=27114 vsize=60056 memory=21632 CPUtime=0.1 cores=4,6
/proc/27137/stat : 27137 (python3) R 27114 27114 27054 0 -1 4194304 2577 0 31 0 8 2 0 0 20 0 1 0 36153781 61497344 5408 18446744073709551615 94441252962304 94441252962681 140733627724384 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94441252973976 94441252974596 94441259978752 140733627730264 140733627730466 140733627730466 140733627736039 0
/proc/27137/statm: 15014 5408 3264 1 0 3730 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 64248 KiB
Current children cumulated memory: 24576 KiB

[startup+0.314442 s]*
/proc/loadavg: 0.70 1.33 2.07 2/258 27140
/proc/meminfo: memFree=128479724/131382116 swapFree=33010684/33010684
[pid=27114] ppid=27105 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/27114/stat : 27114 (scip-naps-1.00.) S 27105 27114 27054 0 -1 4194304 254 342 0 0 0 0 0 0 20 0 1 0 36153776 4292608 736 18446744073709551615 94177824473088 94177825367621 140722471559440 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94177825606672 94177825654416 94177830903808 140722471561633 140722471561730 140722471561730 140722471567332 0
/proc/27114/statm: 1048 736 672 219 0 110 0
[pid=27137] ppid=27114 vsize=68004 memory=22528 CPUtime=0.13 cores=4,6
/proc/27137/stat : 27137 (python3) D 27114 27114 27054 0 -1 4194304 2757 0 33 0 10 3 0 0 20 0 1 0 36153781 69636096 5632 18446744073709551615 94441252962304 94441252962681 140733627724384 0 0 0 0 16781312 2 1 0 0 17 4 0 0 0 0 0 94441252973976 94441252974596 94441259978752 140733627730264 140733627730466 140733627730466 140733627736039 0
/proc/27137/statm: 17001 5632 3296 1 0 3861 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 72196 KiB
Current children cumulated memory: 25472 KiB

[startup+0.700317 s]
/proc/loadavg: 0.70 1.33 2.07 2/258 27140
/proc/meminfo: memFree=128469144/131382116 swapFree=33010684/33010684
[pid=27114] ppid=27105 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/27114/stat : 27114 (scip-naps-1.00.) S 27105 27114 27054 0 -1 4194304 254 342 0 0 0 0 0 0 20 0 1 0 36153776 4292608 736 18446744073709551615 94177824473088 94177825367621 140722471559440 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94177825606672 94177825654416 94177830903808 140722471561633 140722471561730 140722471561730 140722471567332 0
/proc/27114/statm: 1048 736 672 219 0 110 0
[pid=27137] ppid=27114 vsize=1185144 memory=29308 CPUtime=0.17 cores=4,6
/proc/27137/stat : 27137 (python3) D 27114 27114 27054 0 -1 4194304 3251 0 59 0 12 5 0 0 20 0 1 0 36153781 1213587456 7327 18446744073709551615 94441252962304 94441252962681 140733627724384 0 0 0 0 16781312 2 1 0 0 17 6 0 0 0 0 0 94441252973976 94441252974596 94441259978752 140733627730264 140733627730466 140733627730466 140733627736039 0
/proc/27137/statm: 296286 7327 4713 1 0 268354 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1189336 KiB
Current children cumulated memory: 32252 KiB

[startup+1.50048 s]
/proc/loadavg: 0.70 1.33 2.07 2/258 27140
/proc/meminfo: memFree=128442724/131382116 swapFree=33010684/33010684
[pid=27114] ppid=27105 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/27114/stat : 27114 (scip-naps-1.00.) S 27105 27114 27054 0 -1 4194304 254 342 0 0 0 0 0 0 20 0 1 0 36153776 4292608 736 18446744073709551615 94177824473088 94177825367621 140722471559440 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94177825606672 94177825654416 94177830903808 140722471561633 140722471561730 140722471561730 140722471567332 0
/proc/27114/statm: 1048 736 672 219 0 110 0
[pid=27137] ppid=27114 vsize=1237852 memory=83836 CPUtime=0.74 cores=4,6
/proc/27137/stat : 27137 (python3) R 27114 27114 27054 0 -1 4194304 14115 0 165 0 63 11 0 0 20 0 1 0 36153781 1267560448 20959 18446744073709551615 94441252962304 94441252962681 140733627724384 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94441252973976 94441252974596 94441259978752 140733627730264 140733627730466 140733627730466 140733627736039 0
/proc/27137/statm: 309463 20959 7753 1 0 280821 0
Current children cumulated CPU time: 0.74 s
Current children cumulated vsize: 1242044 KiB
Current children cumulated memory: 86780 KiB

[startup+3.1134 s]
/proc/loadavg: 0.70 1.33 2.07 6/258 27140
/proc/meminfo: memFree=128130940/131382116 swapFree=33010684/33010684
[pid=27114] ppid=27105 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/27114/stat : 27114 (scip-naps-1.00.) S 27105 27114 27054 0 -1 4194304 254 342 0 0 0 0 0 0 20 0 1 0 36153776 4292608 736 18446744073709551615 94177824473088 94177825367621 140722471559440 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94177825606672 94177825654416 94177830903808 140722471561633 140722471561730 140722471561730 140722471567332 0
/proc/27114/statm: 1048 736 672 219 0 110 0
[pid=27137] ppid=27114 vsize=1301232 memory=138492 CPUtime=2.35 cores=4,6
/proc/27137/stat : 27137 (python3) R 27114 27114 27054 0 -1 4194304 28912 0 165 0 220 15 0 0 20 0 1 0 36153781 1332461568 34623 18446744073709551615 94441252962304 94441252962681 140733627724384 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94441252973976 94441252974596 94441259978752 140733627730264 140733627730466 140733627730466 140733627736039 0
/proc/27137/statm: 325308 34623 8009 1 0 296666 0
Current children cumulated CPU time: 2.35 s
Current children cumulated vsize: 1305424 KiB
Current children cumulated memory: 141436 KiB
heavy processes:

[startup+6.30044 s]
/proc/loadavg: 0.96 1.37 2.09 6/258 27140
/proc/meminfo: memFree=128069232/131382116 swapFree=33010684/33010684
[pid=27114] ppid=27105 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/27114/stat : 27114 (scip-naps-1.00.) S 27105 27114 27054 0 -1 4194304 254 342 0 0 0 0 0 0 20 0 1 0 36153776 4292608 736 18446744073709551615 94177824473088 94177825367621 140722471559440 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94177825606672 94177825654416 94177830903808 140722471561633 140722471561730 140722471561730 140722471567332 0
/proc/27114/statm: 1048 736 672 219 0 110 0
[pid=27137] ppid=27114 vsize=1321900 memory=158332 CPUtime=5.52 cores=4,6
/proc/27137/stat : 27137 (python3) R 27114 27114 27054 0 -1 4194304 35815 0 165 0 536 16 0 0 20 0 1 0 36153781 1353625600 39583 18446744073709551615 94441252962304 94441252962681 140733627724384 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94441252973976 94441252974596 94441259978752 140733627730264 140733627730466 140733627730466 140733627736039 0
/proc/27137/statm: 330475 39583 8009 1 0 301833 0
Current children cumulated CPU time: 5.52 s
Current children cumulated vsize: 1326092 KiB
Current children cumulated memory: 161276 KiB

[startup+12.7004 s]
/proc/loadavg: 1.20 1.41 2.10 6/258 27140
/proc/meminfo: memFree=127994388/131382116 swapFree=33010684/33010684
[pid=27114] ppid=27105 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/27114/stat : 27114 (scip-naps-1.00.) S 27105 27114 27054 0 -1 4194304 254 342 0 0 0 0 0 0 20 0 1 0 36153776 4292608 736 18446744073709551615 94177824473088 94177825367621 140722471559440 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94177825606672 94177825654416 94177830903808 140722471561633 140722471561730 140722471561730 140722471567332 0
/proc/27114/statm: 1048 736 672 219 0 110 0
[pid=27137] ppid=27114 vsize=1327940 memory=166288 CPUtime=11.9 cores=4,6
/proc/27137/stat : 27137 (python3) R 27114 27114 27054 0 -1 4194304 55885 0 165 0 1170 20 0 0 20 0 1 0 36153781 1359810560 41572 18446744073709551615 94441252962304 94441252962681 140733627724384 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94441252973976 94441252974596 94441259978752 140733627730264 140733627730466 140733627730466 140733627736039 0
/proc/27137/statm: 331985 41572 8009 1 0 303343 0
Current children cumulated CPU time: 11.9 s
Current children cumulated vsize: 1332132 KiB
Current children cumulated memory: 169232 KiB

[startup+25.5005 s]
/proc/loadavg: 1.82 1.54 2.13 5/258 27189
/proc/meminfo: memFree=127866452/131382116 swapFree=33010684/33010684
[pid=27114] ppid=27105 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/27114/stat : 27114 (scip-naps-1.00.) S 27105 27114 27054 0 -1 4194304 254 342 0 0 0 0 0 0 20 0 1 0 36153776 4292608 736 18446744073709551615 94177824473088 94177825367621 140722471559440 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94177825606672 94177825654416 94177830903808 140722471561633 140722471561730 140722471561730 140722471567332 0
/proc/27114/statm: 1048 736 672 219 0 110 0
[pid=27137] ppid=27114 vsize=1351184 memory=166444 CPUtime=24.65 cores=4,6
/proc/27137/stat : 27137 (python3) R 27114 27114 27054 0 -1 4194304 108234 0 165 0 2436 29 0 0 20 0 1 0 36153781 1383612416 41611 18446744073709551615 94441252962304 94441252962681 140733627724384 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94441252973976 94441252974596 94441259978752 140733627730264 140733627730466 140733627730466 140733627736039 0
/proc/27137/statm: 337796 41611 8009 1 0 309154 0
Current children cumulated CPU time: 24.65 s
Current children cumulated vsize: 1355376 KiB
Current children cumulated memory: 169388 KiB

[startup+51.1137 s]
/proc/loadavg: 2.57 1.74 2.18 5/258 27239
/proc/meminfo: memFree=127756948/131382116 swapFree=33010684/33010684
[pid=27114] ppid=27105 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/27114/stat : 27114 (scip-naps-1.00.) S 27105 27114 27054 0 -1 4194304 254 342 0 0 0 0 0 0 20 0 1 0 36153776 4292608 736 18446744073709551615 94177824473088 94177825367621 140722471559440 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94177825606672 94177825654416 94177830903808 140722471561633 140722471561730 140722471561730 140722471567332 0
/proc/27114/statm: 1048 736 672 219 0 110 0
[pid=27137] ppid=27114 vsize=1436000 memory=199228 CPUtime=50.16 cores=4,6
/proc/27137/stat : 27137 (python3) R 27114 27114 27054 0 -1 4194304 118875 0 166 0 4985 31 0 0 20 0 1 0 36153781 1470464000 49807 18446744073709551615 94441252962304 94441252962681 140733627724384 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94441252973976 94441252974596 94441259978752 140733627730264 140733627730466 140733627730466 140733627736039 0
/proc/27137/statm: 359000 49807 8009 1 0 330358 0
Current children cumulated CPU time: 50.16 s
Current children cumulated vsize: 1440192 KiB
Current children cumulated memory: 202172 KiB

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

# cumulated CPU time of all completed processes:  user=61.5191 s, system=0.344232 s

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

[startup+51.2005 s]
/proc/loadavg: 2.57 1.74 2.18 5/258 27239
/proc/meminfo: memFree=127756948/131382116 swapFree=33010684/33010684
[pid=27114] ppid=27105 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/27114/stat : 27114 (scip-naps-1.00.) S 27105 27114 27054 0 -1 4194304 254 342 0 0 0 0 0 0 20 0 1 0 36153776 4292608 736 18446744073709551615 94177824473088 94177825367621 140722471559440 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94177825606672 94177825654416 94177830903808 140722471561633 140722471561730 140722471561730 140722471567332 0
/proc/27114/statm: 1048 736 672 219 0 110 0
[pid=27137] ppid=27114 vsize=1436000 memory=199228 CPUtime=50.25 cores=4,6
/proc/27137/stat : 27137 (python3) R 27114 27114 27054 0 -1 4194304 118875 0 166 0 4994 31 0 0 20 0 1 0 36153781 1470464000 49807 18446744073709551615 94441252962304 94441252962681 140733627724384 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94441252973976 94441252974596 94441259978752 140733627730264 140733627730466 140733627730466 140733627736039 0
/proc/27137/statm: 359000 49807 8009 1 0 330358 0
Current children cumulated CPU time: 50.25 s
Current children cumulated vsize: 1440192 KiB
Current children cumulated memory: 202172 KiB

[startup+57.6004 s]
/proc/loadavg: 2.68 1.78 2.19 5/258 27239
/proc/meminfo: memFree=127749892/131382116 swapFree=33010684/33010684
[pid=27114] ppid=27105 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/27114/stat : 27114 (scip-naps-1.00.) S 27105 27114 27054 0 -1 4194304 254 342 0 0 0 0 0 0 20 0 1 0 36153776 4292608 736 18446744073709551615 94177824473088 94177825367621 140722471559440 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94177825606672 94177825654416 94177830903808 140722471561633 140722471561730 140722471561730 140722471567332 0
/proc/27114/statm: 1048 736 672 219 0 110 0
[pid=27137] ppid=27114 vsize=1450236 memory=205500 CPUtime=56.62 cores=4,6
/proc/27137/stat : 27137 (python3) R 27114 27114 27054 0 -1 4194304 120461 0 166 0 5631 31 0 0 20 0 1 0 36153781 1485041664 51375 18446744073709551615 94441252962304 94441252962681 140733627724384 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94441252973976 94441252974596 94441259978752 140733627730264 140733627730466 140733627730466 140733627736039 0
/proc/27137/statm: 362559 51375 8009 1 0 333917 0
Current children cumulated CPU time: 56.62 s
Current children cumulated vsize: 1454428 KiB
Current children cumulated memory: 208444 KiB

[startup+60.8004 s]
/proc/loadavg: 2.79 1.81 2.20 5/258 27239
/proc/meminfo: memFree=127735968/131382116 swapFree=33010684/33010684
[pid=27114] ppid=27105 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/27114/stat : 27114 (scip-naps-1.00.) S 27105 27114 27054 0 -1 4194304 254 342 0 0 0 0 0 0 20 0 1 0 36153776 4292608 736 18446744073709551615 94177824473088 94177825367621 140722471559440 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94177825606672 94177825654416 94177830903808 140722471561633 140722471561730 140722471561730 140722471567332 0
/proc/27114/statm: 1048 736 672 219 0 110 0
[pid=27137] ppid=27114 vsize=1453928 memory=210620 CPUtime=59.82 cores=4,6
/proc/27137/stat : 27137 (python3) R 27114 27114 27054 0 -1 4194304 120746 0 166 0 5950 32 0 0 20 0 1 0 36153781 1488822272 52655 18446744073709551615 94441252962304 94441252962681 140733627724384 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94441252973976 94441252974596 94441259978752 140733627730264 140733627730466 140733627730466 140733627736039 0
/proc/27137/statm: 363482 52655 8009 1 0 334840 0
Current children cumulated CPU time: 59.82 s
Current children cumulated vsize: 1458120 KiB
Current children cumulated memory: 213564 KiB

[startup+61.6004 s]
/proc/loadavg: 2.79 1.81 2.20 5/258 27239
/proc/meminfo: memFree=127735968/131382116 swapFree=33010684/33010684
[pid=27114] ppid=27105 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/27114/stat : 27114 (scip-naps-1.00.) S 27105 27114 27054 0 -1 4194304 254 342 0 0 0 0 0 0 20 0 1 0 36153776 4292608 736 18446744073709551615 94177824473088 94177825367621 140722471559440 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94177825606672 94177825654416 94177830903808 140722471561633 140722471561730 140722471561730 140722471567332 0
/proc/27114/statm: 1048 736 672 219 0 110 0
[pid=27137] ppid=27114 vsize=1456248 memory=212924 CPUtime=60.61 cores=4,6
/proc/27137/stat : 27137 (python3) R 27114 27114 27054 0 -1 4194304 121300 0 166 0 6029 32 0 0 20 0 1 0 36153781 1491197952 53231 18446744073709551615 94441252962304 94441252962681 140733627724384 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94441252973976 94441252974596 94441259978752 140733627730264 140733627730466 140733627730466 140733627736039 0
/proc/27137/statm: 364062 53231 8009 1 0 335420 0
Current children cumulated CPU time: 60.61 s
Current children cumulated vsize: 1460440 KiB
Current children cumulated memory: 215868 KiB

[startup+62.4004 s]
/proc/loadavg: 2.79 1.81 2.20 5/258 27239
/proc/meminfo: memFree=127735968/131382116 swapFree=33010684/33010684
[pid=27114] ppid=27105 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/27114/stat : 27114 (scip-naps-1.00.) S 27105 27114 27054 0 -1 4194304 254 342 0 0 0 0 0 0 20 0 1 0 36153776 4292608 736 18446744073709551615 94177824473088 94177825367621 140722471559440 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94177825606672 94177825654416 94177830903808 140722471561633 140722471561730 140722471561730 140722471567332 0
/proc/27114/statm: 1048 736 672 219 0 110 0
[pid=27137] ppid=27114 vsize=1460436 memory=216380 CPUtime=61.41 cores=4,6
/proc/27137/stat : 27137 (python3) R 27114 27114 27054 0 -1 4194304 122185 0 166 0 6109 32 0 0 20 0 1 0 36153781 1495486464 54095 18446744073709551615 94441252962304 94441252962681 140733627724384 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94441252973976 94441252974596 94441259978752 140733627730264 140733627730466 140733627730466 140733627736039 0
/proc/27137/statm: 365109 54095 8009 1 0 336467 0
Current children cumulated CPU time: 61.41 s
Current children cumulated vsize: 1464628 KiB
Current children cumulated memory: 219324 KiB

[startup+62.8004 s]
/proc/loadavg: 2.79 1.81 2.20 5/258 27239
/proc/meminfo: memFree=127735968/131382116 swapFree=33010684/33010684
[pid=27114] ppid=27105 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/27114/stat : 27114 (scip-naps-1.00.) S 27105 27114 27054 0 -1 4194304 254 342 0 0 0 0 0 0 20 0 1 0 36153776 4292608 736 18446744073709551615 94177824473088 94177825367621 140722471559440 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94177825606672 94177825654416 94177830903808 140722471561633 140722471561730 140722471561730 140722471567332 0
/proc/27114/statm: 1048 736 672 219 0 110 0
[pid=27137] ppid=27114 vsize=1460436 memory=216380 CPUtime=61.81 cores=4,6
/proc/27137/stat : 27137 (python3) R 27114 27114 27054 0 -1 4194304 122185 0 166 0 6149 32 0 0 20 0 1 0 36153781 1495486464 54095 18446744073709551615 94441252962304 94441252962681 140733627724384 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94441252973976 94441252974596 94441259978752 140733627730264 140733627730466 140733627730466 140733627736039 0
/proc/27137/statm: 365109 54095 8009 1 0 336467 0
Current children cumulated CPU time: 61.81 s
Current children cumulated vsize: 1464628 KiB
Current children cumulated memory: 219324 KiB

Child status: 0

Real time (s): 62.8333
CPU time (s): 61.8633
CPU user time (s): 61.5191
CPU system time (s): 0.344232
CPU usage (%): 98.4562
Max. virtual memory (cumulated for all children) (KiB): 1464628
Max. memory (cumulated for all children) (KiB): 219324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.5191
system time used= 0.344232
maximum resident set size= 216380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122824
page faults= 166
swaps= 0
block input operations= 27096
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 969
involuntary context switches= 98


# summary of solver processes directly reported to runsolver:
#   pid: 27114
#   total CPU time (s): 61.8633
#   total CPU user time (s): 61.5191
#   total CPU system time (s): 0.344232

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.404185 second user time and 0.69889 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-06-29 15:45:46
IDJOB=4510845
IDBENCH=160395
IDSOLVER=3368
FILE ID=nodeC004/4510845-1751204746
RUNJOBID= nodeC004-1751204746-27065
SLURM_JOB_ID= 9587619
Free space on /tmp= 433060 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-left3reg-l040-r039-n1.cnf-plain.pb.metafix.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510845-1751204746/watcher-4510845-1751204746 -o /tmp/evaluation-result-4510845-1751204746/solver-4510845-1751204746 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751204746-27065 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4510845-1751204746.opb

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

MD5SUM BENCH= 496e1a97745958844c4098fcb049f7a4
RANDOM SEED=1584929384

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        128504860 kB
MemAvailable:   129958412 kB
Buffers:            3280 kB
Cached:          2257456 kB
SwapCached:            0 kB
Active:           316804 kB
Inactive:        2009784 kB
Active(anon):      83828 kB
Inactive(anon):        0 kB
Active(file):     232976 kB
Inactive(file):  2009784 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             23300 kB
Writeback:            28 kB
AnonPages:         68800 kB
Mapped:           102124 kB
Shmem:             17976 kB
KReclaimable:     100836 kB
Slab:             183492 kB
SReclaimable:     100836 kB
SUnreclaim:        82656 kB
KernelStack:        3824 kB
PageTables:         2688 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     331748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433036 MiB
End job on nodeC004 at 2025-06-29 15:46:49