Trace number 4495941

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.00a1? (TO) 3600.05 3609.72

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-cuww4.opb
MD5SUM13439fe0222d33319b9169d149c100b9
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.005377
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables82
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint82
Maximum length of a constraint82
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 104723596
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 1078440737
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.47/0.57	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4495941-1751152887.opb
0.47/0.57	c Solving mode: decision
0.47/0.57	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
0.47/0.57	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.47/0.57	c original problem has 82 variables (82 bin, 0 int, 0 impl, 0 cont) and 2 constraints
0.47/0.57	c presolving:
0.47/0.57	c (round 1, exhaustive) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 18 clqs
0.47/0.57	c (round 2, fast)       1 del vars, 1 del conss, 1 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 18 clqs
0.47/0.57	c (round 3, fast)       1 del vars, 1 del conss, 1 add conss, 0 chg bounds, 3 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 18 clqs
0.47/0.57	c (round 4, exhaustive) 1 del vars, 1 del conss, 1 add conss, 0 chg bounds, 3 chg sides, 3 chg coeffs, 1 upgd conss, 0 impls, 18 clqs
0.47/0.57	c (round 5, exhaustive) 2 del vars, 1 del conss, 1 add conss, 0 chg bounds, 3 chg sides, 3 chg coeffs, 1 upgd conss, 0 impls, 18 clqs
0.47/0.57	c (round 6, fast)       2 del vars, 1 del conss, 2 add conss, 0 chg bounds, 3 chg sides, 3 chg coeffs, 1 upgd conss, 0 impls, 18 clqs
0.47/0.57	c (round 7, fast)       2 del vars, 1 del conss, 2 add conss, 0 chg bounds, 60 chg sides, 60 chg coeffs, 1 upgd conss, 0 impls, 18 clqs
0.47/0.57	c    (0.0s) probing: 51/80 (63.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.47/0.57	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.47/0.57	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.47/0.57	c    (0.0s) symmetry computation finished: 10 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.00)
0.47/0.57	c dynamic symmetry handling statistics:
0.47/0.57	c    orbitopal reduction:       no components
0.47/0.57	c    orbital reduction:         no components
0.47/0.57	c    lexicographic reduction:   no permutations
0.47/0.57	c handled 10 out of 10 symmetry components
0.47/0.57	c (round 8, exhaustive) 2 del vars, 1 del conss, 12 add conss, 0 chg bounds, 60 chg sides, 60 chg coeffs, 1 upgd conss, 0 impls, 28 clqs
0.47/0.57	c (round 9, fast)       2 del vars, 1 del conss, 13 add conss, 0 chg bounds, 60 chg sides, 60 chg coeffs, 1 upgd conss, 0 impls, 28 clqs
0.47/0.57	c (round 10, fast)       2 del vars, 1 del conss, 13 add conss, 0 chg bounds, 117 chg sides, 117 chg coeffs, 1 upgd conss, 0 impls, 28 clqs
0.47/0.57	c (round 11, exhaustive) 2 del vars, 2 del conss, 13 add conss, 0 chg bounds, 117 chg sides, 117 chg coeffs, 1 upgd conss, 0 impls, 28 clqs
0.47/0.57	c (round 12, exhaustive) 2 del vars, 2 del conss, 13 add conss, 0 chg bounds, 117 chg sides, 117 chg coeffs, 11 upgd conss, 0 impls, 28 clqs
0.47/0.57	c presolving (13 rounds: 13 fast, 7 medium, 7 exhaustive):
0.47/0.57	c  2 deleted vars, 2 deleted constraints, 13 added constraints, 0 tightened bounds, 0 added holes, 117 changed sides, 117 changed coefficients
0.47/0.57	c  0 implications, 28 cliques
0.47/0.57	c presolved problem has 80 variables (80 bin, 0 int, 0 impl, 0 cont) and 13 constraints
0.47/0.57	c      10 constraints of type <setppc>
0.47/0.57	c       2 constraints of type <linear>
0.47/0.57	c       1 constraints of type <logicor>
0.47/0.57	c transformed objective value is always integral (scale: 1)
0.47/0.57	c Presolving Time: 0.00
0.47/0.57	c 
0.47/0.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.47/0.57	c   0.0s|     1 |     0 |     2 |     - |  2620k |   0 |  80 |  14 |  13 |   0 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.47/0.57	c   0.0s|     1 |     0 |     8 |     - |  2655k |   0 |  80 |  14 |  14 |   1 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.47/0.57	c   0.0s|     1 |     0 |     9 |     - |  2658k |   0 |  80 |  14 |  15 |   2 |  2 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.47/0.57	c   0.0s|     1 |     0 |    11 |     - |  2682k |   0 |  80 |  14 |  17 |   4 |  3 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.47/0.57	c   0.0s|     1 |     0 |    12 |     - |  2695k |   0 |  80 |  14 |  18 |   5 |  4 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.47/0.57	c   0.0s|     1 |     0 |    14 |     - |  2740k |   0 |  80 |  14 |  20 |   7 |  5 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.47/0.57	c   0.0s|     1 |     0 |    17 |     - |  2742k |   0 |  80 |  14 |  21 |   8 |  6 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.47/0.57	c   0.0s|     1 |     0 |    19 |     - |  2774k |   0 |  80 |  14 |  22 |   9 |  7 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.47/0.57	c   0.0s|     1 |     0 |    21 |     - |  2799k |   0 |  80 |  14 |  23 |  10 |  8 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.47/0.57	c   0.0s|     1 |     0 |    22 |     - |  2802k |   0 |  80 |  14 |  24 |  11 |  9 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.47/0.57	c   0.0s|     1 |     0 |    23 |     - |  2843k |   0 |  80 |  14 |  25 |  12 | 10 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.47/0.57	c   0.0s|     1 |     0 |    24 |     - |  2845k |   0 |  80 |  14 |  26 |  13 | 11 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.47/0.57	c   0.0s|     1 |     0 |    27 |     - |  2850k |   0 |  80 |  14 |  27 |  14 | 12 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.47/0.57	c   0.0s|     1 |     0 |    28 |     - |  2959k |   0 |  80 |  14 |  28 |  15 | 13 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.47/0.57	c   0.0s|     1 |     0 |    33 |     - |  2962k |   0 |  80 |  14 |  22 |  16 | 14 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.47/0.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.47/0.57	c   0.0s|     1 |     0 |    34 |     - |  2962k |   0 |  80 |  14 |  23 |  17 | 15 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.47/0.57	c   0.0s|     1 |     0 |    38 |     - |  2962k |   0 |  80 |  14 |  24 |  18 | 16 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.47/0.57	c   0.0s|     1 |     0 |    39 |     - |  2990k |   0 |  80 |  14 |  25 |  19 | 17 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.47/0.57	c   0.0s|     1 |     0 |    41 |     - |  3052k |   0 |  80 |  14 |  27 |  21 | 18 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.47/0.57	c   0.0s|     1 |     2 |    99 |     - |  3053k |   0 |  80 |  14 |  27 |  21 | 18 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.47/0.57	c   0.1s|   100 |    71 |   368 |   3.3 |  3402k |  20 |  80 |  14 |  14 |  49 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.47/0.57	c   0.1s|   200 |   105 |   566 |   2.6 |  3601k |  23 |  80 |  14 |   0 |  55 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.47/0.57	c   0.2s|   300 |   137 |   741 |   2.3 |  3772k |  29 |  80 |  14 |   0 |  67 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |   3.45%
0.47/0.57	c   0.2s|   400 |   163 |   860 |   2.1 |  3949k |  34 |  80 |  14 |  14 |  80 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |   3.66%
0.47/0.57	c   0.2s|   500 |   191 |  1008 |   1.9 |  3993k |  34 |  80 |  14 |  13 | 101 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |   4.51%
0.47/0.57	c   0.3s|   600 |   209 |  1121 |   1.8 |  4010k |  34 |  80 |  14 |  14 | 121 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |   7.46%
0.47/0.57	c   0.3s|   700 |   223 |  1208 |   1.7 |  4012k |  35 |  80 |  14 |   0 | 127 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |   7.67%
0.47/0.57	c   0.3s|   800 |   241 |  1271 |   1.5 |  4084k |  35 |  80 |  14 |  14 | 127 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |   7.73%
0.47/0.57	c   0.4s|   900 |   255 |  1372 |   1.5 |  4094k |  35 |  80 |  14 |  13 | 129 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |   7.94%
0.47/0.57	c   0.4s|  1000 |   269 |  1465 |   1.4 |  4126k |  35 |  80 |  14 |  14 | 140 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |   8.13%
0.47/0.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.96/1.05	c   0.4s|  1100 |   285 |  1556 |   1.4 |  4131k |  35 |  80 |  14 |   0 | 150 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |   8.29%
0.96/1.05	c   0.5s|  1200 |   303 |  1665 |   1.4 |  4143k |  36 |  80 |  14 |  14 | 160 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |   8.44%
0.96/1.05	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
0.96/1.05	c (run 1, node 1268) performing user restart
0.96/1.05	c 
0.96/1.05	c (restart) converted 1 cuts from the global cut pool into linear constraints
0.96/1.05	c 
0.96/1.05	c presolving:
0.96/1.05	c (round 1, fast)       0 del vars, 0 del conss, 1 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 28 clqs
0.96/1.05	c (round 2, fast)       0 del vars, 0 del conss, 1 add conss, 0 chg bounds, 3 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 28 clqs
0.96/1.05	c (round 3, exhaustive) 0 del vars, 0 del conss, 1 add conss, 0 chg bounds, 3 chg sides, 3 chg coeffs, 2 upgd conss, 0 impls, 28 clqs
0.96/1.05	c (round 4, fast)       0 del vars, 1 del conss, 1 add conss, 0 chg bounds, 3 chg sides, 3 chg coeffs, 2 upgd conss, 0 impls, 28 clqs
0.96/1.05	c presolving (5 rounds: 5 fast, 2 medium, 2 exhaustive):
0.96/1.05	c  0 deleted vars, 1 deleted constraints, 1 added constraints, 0 tightened bounds, 0 added holes, 3 changed sides, 3 changed coefficients
0.96/1.05	c  0 implications, 28 cliques
0.96/1.05	c presolved problem has 80 variables (80 bin, 0 int, 0 impl, 0 cont) and 15 constraints
0.96/1.05	c      10 constraints of type <setppc>
0.96/1.05	c       2 constraints of type <linear>
0.96/1.05	c       3 constraints of type <logicor>
0.96/1.05	c transformed objective value is always integral (scale: 1)
0.96/1.05	c Presolving Time: 0.00
0.96/1.05	c 
0.96/1.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.96/1.05	c   0.5s|     1 |     0 |  1715 |     - |  4218k |   0 |  80 |  15 |  14 |   0 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.96/1.05	c   0.5s|     1 |     0 |  1717 |     - |  4218k |   0 |  80 |  15 |  15 |   1 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.96/1.05	c   0.5s|     1 |     0 |  1718 |     - |  4218k |   0 |  80 |  15 |  16 |   2 |  2 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.96/1.05	c   0.5s|     1 |     0 |  1719 |     - |  4220k |   0 |  80 |  15 |  17 |   3 |  3 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.96/1.05	c   0.5s|     1 |     0 |  1720 |     - |  4220k |   0 |  80 |  15 |  18 |   4 |  4 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.96/1.05	c   0.5s|     1 |     0 |  1721 |     - |  4220k |   0 |  80 |  15 |  19 |   5 |  5 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.96/1.05	c   0.5s|     1 |     0 |  1723 |     - |  4222k |   0 |  80 |  15 |  21 |   7 |  6 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.96/1.05	c   0.5s|     1 |     0 |  1725 |     - |  4222k |   0 |  80 |  15 |  23 |   9 |  7 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.96/1.05	c   0.5s|     1 |     0 |  1727 |     - |  4222k |   0 |  80 |  15 |  24 |  10 |  8 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.96/1.05	c   0.5s|     1 |     0 |  1728 |     - |  4222k |   0 |  80 |  15 |  25 |  11 |  9 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.96/1.05	c   0.5s|     1 |     0 |  1730 |     - |  4238k |   0 |  80 |  15 |  27 |  13 | 10 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.96/1.05	c   0.5s|     1 |     0 |  1731 |     - |  4238k |   0 |  80 |  15 |  28 |  14 | 11 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.96/1.05	c   0.5s|     1 |     2 |  1779 |     - |  4238k |   0 |  80 |  15 |  28 |  14 | 11 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.96/1.05	c   0.5s|   100 |    57 |  1959 |   1.4 |  4245k |  20 |  80 |  15 |   0 |  37 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.96/1.05	c   0.6s|   200 |    79 |  2056 |   1.4 |  4273k |  20 |  80 |  15 |   0 |  46 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |   0.60%
0.96/1.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.96/1.05	c   0.6s|   300 |    93 |  2160 |   1.3 |  4273k |  20 |  80 |  15 |  13 |  55 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |   1.78%
0.96/1.05	c   0.6s|   400 |   109 |  2254 |   1.3 |  4273k |  20 |  80 |  15 |   0 |  72 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |   3.12%
0.96/1.05	c   0.6s|   500 |   113 |  2326 |   1.3 |  4273k |  20 |  80 |  15 |  13 |  72 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |   3.16%
0.96/1.05	c   0.7s|   600 |   103 |  2393 |   1.2 |  4273k |  22 |  80 |  15 |   0 |  79 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |   3.60%
0.96/1.05	c   0.7s|   700 |   119 |  2463 |   1.2 |  4273k |  24 |  80 |  15 |  13 |  83 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |   3.66%
0.96/1.05	c   0.7s|   800 |   135 |  2585 |   1.2 |  4273k |  24 |  80 |  15 |   0 | 106 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |   3.87%
0.96/1.05	c   0.7s|   900 |   145 |  2646 |   1.2 |  4273k |  25 |  80 |  15 |  13 | 108 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |   3.93%
0.96/1.05	c   0.7s|  1000 |   149 |  2698 |   1.2 |  4273k |  28 |  80 |  15 |  11 | 108 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |   3.93%
0.96/1.05	c   0.7s|  1100 |   169 |  2830 |   1.2 |  4273k |  28 |  80 |  15 |  11 | 133 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |   5.03%
0.96/1.05	c   0.7s|  1200 |   185 |  2916 |   1.2 |  4275k |  28 |  80 |  15 |  13 | 152 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |   5.75%
0.96/1.05	c   0.7s|  1300 |   209 |  3017 |   1.2 |  4275k |  28 |  80 |  15 |  13 | 152 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |   5.78%
0.96/1.05	c   0.7s|  1400 |   197 |  3098 |   1.1 |  4281k |  28 |  80 |  15 |  13 | 160 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |   5.97%
0.96/1.05	c   0.8s|  1500 |   205 |  3201 |   1.1 |  4281k |  28 |  80 |  15 |  11 | 170 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  10.61%
0.96/1.05	c   0.8s|  1600 |   197 |  3280 |   1.1 |  4281k |  28 |  80 |  15 |   0 | 181 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  10.80%
0.96/1.05	c   0.8s|  1700 |   201 |  3342 |   1.1 |  4304k |  28 |  80 |  15 |  13 | 181 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  10.86%
0.96/1.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.96/1.05	c   0.8s|  1800 |   205 |  3411 |   1.1 |  4304k |  28 |  80 |  15 |  12 | 186 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  10.88%
0.96/1.05	c   0.8s|  1900 |   199 |  3497 |   1.1 |  4304k |  28 |  80 |  15 |  11 | 200 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  21.65%
0.96/1.05	c   0.8s|  2000 |   205 |  3582 |   1.1 |  4307k |  28 |  80 |  15 |   0 | 213 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  22.13%
0.96/1.05	c   0.8s|  2100 |   207 |  3669 |   1.1 |  4307k |  28 |  80 |  15 |  13 | 221 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  23.03%
0.96/1.05	c   0.8s|  2200 |   215 |  3731 |   1.1 |  4307k |  29 |  80 |  15 |   0 | 221 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  23.08%
0.96/1.05	c   0.8s|  2300 |   215 |  3790 |   1.0 |  4307k |  29 |  80 |  15 |   0 | 221 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  23.29%
0.96/1.05	c   0.9s|  2400 |   223 |  3883 |   1.0 |  4307k |  29 |  80 |  15 |  12 | 233 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  29.05%
0.96/1.05	c   0.9s|  2500 |   233 |  3952 |   1.0 |  4310k |  29 |  80 |  15 |  13 | 237 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  29.28%
0.96/1.05	c   0.9s|  2600 |   237 |  4004 |   1.0 |  4310k |  29 |  80 |  15 |   0 | 237 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  29.29%
0.96/1.05	c   0.9s|  2700 |   257 |  4067 |   1.0 |  4310k |  32 |  80 |  15 |   0 | 237 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  29.29%
0.96/1.05	c   0.9s|  2800 |   259 |  4122 |   1.0 |  4310k |  32 |  80 |  15 |  13 | 237 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  29.29%
0.96/1.05	c   0.9s|  2900 |   283 |  4188 |   1.0 |  4317k |  32 |  80 |  15 |  13 | 237 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  29.29%
1.36/1.48	c   0.9s|  3000 |   305 |  4251 |   1.0 |  4317k |  32 |  80 |  15 |  13 | 237 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  29.29%
1.36/1.48	c   0.9s|  3100 |   315 |  4307 |   1.0 |  4317k |  32 |  80 |  15 |   0 | 237 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  29.30%
1.36/1.48	c   0.9s|  3200 |   307 |  4353 |   1.0 |  4317k |  32 |  80 |  15 |  13 | 237 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  29.30%
1.36/1.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.36/1.48	c   0.9s|  3300 |   307 |  4430 |   1.0 |  4317k |  32 |  80 |  15 |   0 | 252 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  31.46%
1.36/1.48	c   0.9s|  3400 |   341 |  4550 |   1.0 |  4350k |  32 |  80 |  15 |  13 | 264 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  31.53%
1.36/1.48	c   1.0s|  3500 |   363 |  4629 |   1.0 |  4350k |  32 |  80 |  15 |  13 | 264 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  31.59%
1.36/1.48	c   1.0s|  3600 |   381 |  4743 |   1.0 |  4350k |  32 |  80 |  15 |   0 | 272 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  31.75%
1.36/1.48	c   1.0s|  3700 |   397 |  4820 |   1.0 |  4526k |  32 |  80 |  15 |   0 | 280 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  32.49%
1.36/1.48	c   1.0s|  3800 |   423 |  4930 |   1.0 |  4528k |  32 |  80 |  15 |   0 | 285 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  32.85%
1.36/1.48	c   1.0s|  3900 |   445 |  5013 |   1.0 |  4528k |  32 |  80 |  15 |   0 | 287 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  32.90%
1.36/1.48	c   1.0s|  4000 |   461 |  5071 |   1.0 |  4532k |  32 |  80 |  15 |  13 | 287 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  32.91%
1.36/1.48	c   1.0s|  4100 |   465 |  5143 |   0.9 |  4532k |  32 |  80 |  15 |  13 | 294 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  33.31%
1.36/1.48	c   1.0s|  4200 |   485 |  5216 |   0.9 |  4540k |  32 |  80 |  15 |   0 | 294 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  33.33%
1.36/1.48	c   1.0s|  4300 |   505 |  5288 |   0.9 |  4669k |  32 |  80 |  15 |  13 | 294 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  33.33%
1.36/1.48	c   1.0s|  4400 |   521 |  5354 |   0.9 |  4669k |  33 |  80 |  15 |  13 | 294 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  33.33%
1.36/1.48	c   1.0s|  4500 |   525 |  5412 |   0.9 |  4669k |  34 |  80 |  15 |  13 | 294 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  33.33%
1.36/1.48	c   1.0s|  4600 |   527 |  5470 |   0.9 |  4669k |  34 |  80 |  15 |   0 | 294 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  33.33%
1.36/1.48	c   1.1s|  4700 |   519 |  5518 |   0.9 |  4669k |  34 |  80 |  15 |   0 | 294 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  33.33%
1.36/1.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.36/1.48	c   1.1s|  4800 |   515 |  5571 |   0.9 |  4669k |  34 |  80 |  15 |   0 | 294 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  33.34%
1.36/1.48	c   1.1s|  4900 |   529 |  5647 |   0.9 |  4669k |  34 |  80 |  15 |  13 | 300 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  33.44%
1.36/1.48	c   1.1s|  5000 |   541 |  5718 |   0.9 |  4669k |  34 |  80 |  15 |  13 | 300 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  33.44%
1.36/1.48	c   1.1s|  5100 |   557 |  5792 |   0.9 |  4675k |  34 |  80 |  15 |  13 | 300 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  33.44%
1.36/1.48	c   1.1s|  5200 |   575 |  5852 |   0.9 |  4678k |  34 |  80 |  15 |   0 | 300 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  33.45%
1.36/1.48	c   1.1s|  5300 |   581 |  5906 |   0.9 |  4678k |  34 |  80 |  15 |  13 | 300 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  33.45%
1.36/1.48	c   1.1s|  5400 |   591 |  5962 |   0.9 |  4710k |  34 |  80 |  15 |  13 | 300 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  33.45%
1.36/1.48	c   1.1s|  5500 |   605 |  6035 |   0.9 |  4710k |  34 |  80 |  15 |  13 | 300 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  33.45%
1.36/1.48	c   1.1s|  5600 |   617 |  6097 |   0.9 |  4710k |  34 |  80 |  15 |  13 | 302 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  33.50%
1.36/1.48	c   1.1s|  5700 |   627 |  6162 |   0.9 |  4713k |  34 |  80 |  15 |   0 | 302 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  33.52%
1.36/1.48	c   1.1s|  5800 |   609 |  6203 |   0.9 |  4713k |  34 |  80 |  15 |  13 | 302 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  33.52%
1.36/1.48	c   1.1s|  5900 |   625 |  6262 |   0.9 |  4713k |  34 |  80 |  15 |  13 | 302 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  33.52%
1.36/1.48	c   1.2s|  6000 |   589 |  6294 |   0.9 |  4713k |  34 |  80 |  15 |   0 | 302 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  33.53%
1.36/1.48	c   1.2s|  6100 |   603 |  6367 |   0.9 |  4713k |  34 |  80 |  15 |  13 | 302 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  33.54%
1.36/1.48	c   1.2s|  6200 |   585 |  6431 |   0.9 |  4713k |  34 |  80 |  15 |   0 | 302 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  33.69%
1.36/1.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.36/1.48	c   1.2s|  6300 |   599 |  6556 |   0.9 |  4722k |  34 |  80 |  15 |  13 | 323 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  35.11%
1.36/1.48	c   1.2s|  6400 |   617 |  6626 |   0.9 |  4787k |  34 |  80 |  15 |  13 | 323 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  35.18%
1.36/1.48	c   1.2s|  6500 |   633 |  6719 |   0.9 |  4787k |  34 |  80 |  15 |   0 | 332 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  35.46%
1.36/1.48	c   1.2s|  6600 |   649 |  6777 |   0.9 |  4787k |  34 |  80 |  15 |   0 | 332 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  35.47%
1.36/1.48	c   1.2s|  6700 |   661 |  6833 |   0.9 |  4787k |  34 |  80 |  15 |   0 | 332 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  35.47%
1.36/1.48	c   1.2s|  6800 |   665 |  6894 |   0.8 |  4849k |  34 |  80 |  15 |  13 | 336 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  35.70%
1.36/1.48	c   1.2s|  6900 |   683 |  6957 |   0.8 |  4864k |  34 |  80 |  15 |  13 | 336 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  35.71%
1.36/1.48	c   1.2s|  7000 |   699 |  7015 |   0.8 |  4872k |  34 |  80 |  15 |  13 | 336 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  35.71%
1.36/1.48	c   1.3s|  7100 |   709 |  7077 |   0.8 |  4872k |  34 |  80 |  15 |  13 | 338 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  35.75%
1.36/1.48	c   1.3s|  7200 |   701 |  7125 |   0.8 |  4872k |  34 |  80 |  15 |   0 | 338 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  35.75%
1.36/1.48	c   1.3s|  7300 |   671 |  7161 |   0.8 |  4872k |  34 |  80 |  15 |   0 | 338 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  35.79%
1.36/1.48	c   1.3s|  7400 |   685 |  7228 |   0.8 |  4872k |  34 |  80 |  15 |  13 | 338 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  35.81%
1.36/1.48	c   1.3s|  7500 |   703 |  7301 |   0.8 |  4872k |  34 |  80 |  15 |  13 | 338 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  35.82%
1.36/1.48	c   1.3s|  7600 |   715 |  7363 |   0.8 |  4872k |  34 |  80 |  15 |  13 | 338 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  35.83%
1.36/1.48	c   1.3s|  7700 |   659 |  7388 |   0.8 |  4872k |  34 |  80 |  15 |  13 | 338 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  35.90%
1.36/1.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.36/1.48	c   1.3s|  7800 |   655 |  7452 |   0.8 |  4872k |  34 |  80 |  15 |   0 | 338 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  35.93%
1.36/1.48	c   1.3s|  7900 |   663 |  7538 |   0.8 |  4882k |  34 |  80 |  15 |   0 | 354 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  36.72%
1.36/1.48	c   1.3s|  8000 |   671 |  7608 |   0.8 |  4882k |  34 |  80 |  15 |   0 | 359 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  36.82%
1.36/1.48	c   1.3s|  8100 |   677 |  7669 |   0.8 |  4882k |  34 |  80 |  15 |  13 | 361 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  36.84%
1.46/1.53	c   1.3s|  8200 |   687 |  7736 |   0.8 |  4889k |  34 |  80 |  15 |  13 | 361 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  36.88%
1.46/1.53	c   1.3s|  8300 |   691 |  7794 |   0.8 |  4889k |  34 |  80 |  15 |  13 | 363 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  36.93%
1.46/1.53	c   1.4s|  8400 |   665 |  7832 |   0.8 |  4889k |  34 |  80 |  15 |   0 | 363 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  36.98%
1.46/1.53	c   1.4s|  8500 |   661 |  7894 |   0.8 |  4889k |  34 |  80 |  15 |  13 | 363 |  1 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  37.02%
1.46/1.53	c   1.4s|  8600 |   649 |  7938 |   0.8 |  4889k |  34 |  80 |  15 |   0 | 363 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  37.02%
1.46/1.53	c   1.4s|  8700 |   669 |  8021 |   0.8 |  4889k |  34 |  80 |  15 |   0 | 367 |  0 |   1 |   0 | 0.000000e+00 |      --      |    Inf |  37.09%
1.46/1.53	c r 1.4s|  8735 |     0 |  8057 |   0.8 |shifting|  34 |  80 |  15 |  13 | 367 |  0 |   1 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%| 100.00%
1.46/1.53	c 
1.46/1.53	c SCIP Status        : problem is solved [optimal solution found]
1.46/1.53	c Solving Time (sec) : 1.39
1.46/1.53	c Solving Nodes      : 8735 (total of 10003 nodes in 2 runs)
1.46/1.53	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
1.46/1.53	c Dual Bound         : +0.00000000000000e+00
1.46/1.53	c Gap                : 0.00 %
1.46/1.53	c [VIOLATION] Line 7: -13211 x1 -26422 x2 -52844 x3 -105688 x4 -211376 x5 -422752 x6 -845504 x7 -1691008 x8 -3382016 x9 -6764032 x10 -13528064 x11 -27056128 x12 -54112256 x13 -13212 x14 -26424 x15 -52848 x16 -105696 x17 -211392 x18 -422784 x19 -845568 x20 -1691136 x21 -3382272 x22 -6764544 x23 -13529088 x24 -27058176 x25 -54116352 x26 -39638 x27 -79276 x28 -158552 x29 -317104 x30 -634208 x31 -1268416 x32 -2536832 x33 -5073664 x34 -10147328 x35 -20294656 x36 -40589312 x37 -81178624 x38 -52844 x39 -105688 x40 -211376 x41 -422752 x42 -845504 x43 -1691008 x44 -3382016 x45 -6764032 x46 -13528064 x47 -27056128 x48 -54112256 x49 -66060 x50 -132120 x51 -264240 x52 -528480 x53 -1056960 x54 -2113920 x55 -4227840 x56 -8455680 x57 -16911360 x58 -33822720 x59 -67645440 x60 -79268 x61 -158536 x62 -317072 x63 -634144 x64 -1268288 x65 -2536576 x66 -5073152 x67 -10146304 x68 -20292608 x69 -40585216 x70 -81170432 x71 -92482 x72 -184964 x73 -369928 x74 -739856 x75 -1479712 x76 -2959424 x77 -5918848 x78 -11837696 x79 -23675392 x80 -47350784 x81 -94701568 x82 >= -104723596 ;
1.46/1.53	c   Computed activity: -104723604
1.46/1.53	c   Required: activity >= -104723596
1.46/1.53	c   Variable assignments: {x1=0, x2=0, x3=0, x4=0, x5=1, x6=1, x7=1, x8=1, x9=0, x10=1, x11=1, x12=1, x13=1, x14=1, x15=1, x16=1, x17=0, x18=0, x19=0, x20=0, x21=0, x22=0, x23=0, x24=0, x25=0, x26=0, x27=0, x28=0, x29=0, x30=0, x31=0, x32=0, x33=0, x34=0, x35=0, x36=0, x37=0, x38=0, x39=0, x40=0, x41=0, x42=0, x43=0, x44=0, x45=0, x46=0, x47=0, x48=0, x49=0, x50=0, x51=0, x52=0, x53=0, x54=0, x55=0, x56=0, x57=0, x58=0, x59=0, x60=0, x61=0, x62=0, x63=0, x64=0, x65=0, x66=0, x67=0, x68=0, x69=0, x70=0, x71=0, x72=0, x73=0, x74=0, x75=0, x76=0, x77=0, x78=0, x79=0, x80=0, x81=0, x82=0}}
1.46/1.53	c SCIP found a solution, but it is not feasible according to the original problem.
1.46/1.53	c ----------------------------------------------------------------------
1.46/1.53	c executing external solver (fallback): HOME/naps-1.03a6
1.46/1.53	c ----------------------------------------------------------------------
1.46/1.53	c command: HOME/naps-1.03a6 HOME/instance-4495941-1751152887.opb
1.46/1.53	c NaPS 1.03a6.
1.46/1.53	c Input file name: HOME/instance-4495941-1751152887.opb
3600.00/3609.70	c
3600.00/3609.70	c *** TERMINATED *** by signal 15
3600.00/3609.70	c _____________________________________________________________________________
3600.00/3609.70	c std/band forms        : 0,1
3600.00/3609.70	c 2cl/3cl ITE-codings   : 0,44830
3600.00/3609.70	c BDD/srt/adr Max costs : 46724,0,0
3600.00/3609.70	c BDDraw/bin/mul/srt/adr: 0,0,1,0,0
3600.00/3609.70	c BDD nodes             : 46726
3600.00/3609.70	c Es1/CC detections     : 0,0
3600.00/3609.70	c CC sort               : 0
3600.00/3609.70	c SAT/UNSAT calls       : 0,0
3600.00/3609.70	c regenrated variables  : 0
3600.00/3609.70	c eliminated fixed lits : 0
3600.00/3609.70	c goal lit flips        : 0
3600.00/3609.70	c goal stages           : 0
3600.00/3609.70	c goal shrink           : 0
3600.00/3609.70	c goal coeff separations: 0
3600.00/3609.70	c restarts              : 0
3600.00/3609.70	c conflicts             : 0              (0 /sec)
3600.00/3609.70	c decisions             : 0              (0 /sec)
3600.00/3609.70	c propagations          : 0              (0 /sec)
3600.00/3609.70	c inspects              : 0              (0 /sec)
3600.00/3609.70	c CPU time (solving tm) : 3598 s        (3598 s, SAT 0 s, UNSAT 0 s)
3600.00/3609.70	c Time for Opt-base     : 0.06071 s
3600.00/3609.70	c Steps for Opt-base    : 259694
3600.00/3609.70	c Time for BDD coding   : 0.3206 s
3600.00/3609.70	c Time for srt coding   : 0 s
3600.00/3609.70	c _____________________________________________________________________________
3600.00/3609.70	s UNKNOWN
3600.00/3609.71	Terminated

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: 63708 MiB (63009 MiB free)
  memory of node 1: 64465 MiB (63720 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100062 s]*
/proc/loadavg: 4.15 4.15 4.11 5/274 25828
/proc/meminfo: memFree=129765512/131249992 swapFree=33010684/33010684
[pid=25823] ppid=25820 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/25823/stat : 25823 (scip-naps-1.00.) S 25820 25823 19810 0 -1 4194304 258 315 0 0 0 0 0 0 20 0 1 0 30967485 4292608 736 18446744073709551615 94507786989568 94507787884101 140730356168496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94507788123152 94507788170896 94507800788992 140730356177313 140730356177410 140730356177410 140730356183012 0
/proc/25823/statm: 1048 736 672 219 0 110 0
[pid=25828] ppid=25823 vsize=1187604 memory=32312 CPUtime=0.07 cores=0,2
/proc/25828/stat : 25828 (python3) R 25823 25823 19810 0 -1 4194304 3831 0 0 0 6 1 0 0 20 0 1 0 30967487 1216106496 8078 18446744073709551615 94598041645056 94598041645433 140727721006512 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94598041656728 94598041657348 94598071844864 140727721011544 140727721011746 140727721011746 140727721017319 0
/proc/25828/statm: 296901 8078 4882 1 0 268923 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 1191796 KiB
Current children cumulated memory: 35256 KiB

[startup+0.205696 s]*
/proc/loadavg: 4.15 4.15 4.11 5/274 25828
/proc/meminfo: memFree=129753416/131249992 swapFree=33010684/33010684
[pid=25823] ppid=25820 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/25823/stat : 25823 (scip-naps-1.00.) S 25820 25823 19810 0 -1 4194304 258 315 0 0 0 0 0 0 20 0 1 0 30967485 4292608 736 18446744073709551615 94507786989568 94507787884101 140730356168496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94507788123152 94507788170896 94507800788992 140730356177313 140730356177410 140730356177410 140730356183012 0
/proc/25823/statm: 1048 736 672 219 0 110 0
[pid=25828] ppid=25823 vsize=1203480 memory=55480 CPUtime=0.17 cores=0,2
/proc/25828/stat : 25828 (python3) R 25823 25823 19810 0 -1 4194304 6688 0 0 0 16 1 0 0 20 0 1 0 30967487 1232363520 13870 18446744073709551615 94598041645056 94598041645433 140727721006512 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94598041656728 94598041657348 94598071844864 140727721011544 140727721011746 140727721011746 140727721017319 0
/proc/25828/statm: 300870 13870 8082 1 0 272228 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1207672 KiB
Current children cumulated memory: 58424 KiB

[startup+0.305627 s]*
/proc/loadavg: 4.15 4.15 4.11 5/274 25828
/proc/meminfo: memFree=129753416/131249992 swapFree=33010684/33010684
[pid=25823] ppid=25820 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/25823/stat : 25823 (scip-naps-1.00.) S 25820 25823 19810 0 -1 4194304 258 315 0 0 0 0 0 0 20 0 1 0 30967485 4292608 736 18446744073709551615 94507786989568 94507787884101 140730356168496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94507788123152 94507788170896 94507800788992 140730356177313 140730356177410 140730356177410 140730356183012 0
/proc/25823/statm: 1048 736 672 219 0 110 0
[pid=25828] ppid=25823 vsize=1203992 memory=56120 CPUtime=0.27 cores=0,2
/proc/25828/stat : 25828 (python3) R 25823 25823 19810 0 -1 4194304 6843 0 0 0 25 2 0 0 20 0 1 0 30967487 1232887808 14030 18446744073709551615 94598041645056 94598041645433 140727721006512 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94598041656728 94598041657348 94598071844864 140727721011544 140727721011746 140727721011746 140727721017319 0
/proc/25828/statm: 300998 14030 8082 1 0 272356 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 1208184 KiB
Current children cumulated memory: 59064 KiB

[startup+0.700168 s]
/proc/loadavg: 4.15 4.15 4.11 5/274 25828
/proc/meminfo: memFree=129753416/131249992 swapFree=33010684/33010684
[pid=25823] ppid=25820 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/25823/stat : 25823 (scip-naps-1.00.) S 25820 25823 19810 0 -1 4194304 258 315 0 0 0 0 0 0 20 0 1 0 30967485 4292608 736 18446744073709551615 94507786989568 94507787884101 140730356168496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94507788123152 94507788170896 94507800788992 140730356177313 140730356177410 140730356177410 140730356183012 0
/proc/25823/statm: 1048 736 672 219 0 110 0
[pid=25828] ppid=25823 vsize=1204560 memory=57016 CPUtime=0.66 cores=0,2
/proc/25828/stat : 25828 (python3) R 25823 25823 19810 0 -1 4194304 7090 0 0 0 64 2 0 0 20 0 1 0 30967487 1233469440 14254 18446744073709551615 94598041645056 94598041645433 140727721006512 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94598041656728 94598041657348 94598071844864 140727721011544 140727721011746 140727721011746 140727721017319 0
/proc/25828/statm: 301140 14254 8082 1 0 272498 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 1208752 KiB
Current children cumulated memory: 59960 KiB

[startup+1.50016 s]
/proc/loadavg: 4.15 4.15 4.11 5/274 25828
/proc/meminfo: memFree=129753416/131249992 swapFree=33010684/33010684
[pid=25823] ppid=25820 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/25823/stat : 25823 (scip-naps-1.00.) S 25820 25823 19810 0 -1 4194304 258 315 0 0 0 0 0 0 20 0 1 0 30967485 4292608 736 18446744073709551615 94507786989568 94507787884101 140730356168496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94507788123152 94507788170896 94507800788992 140730356177313 140730356177410 140730356177410 140730356183012 0
/proc/25823/statm: 1048 736 672 219 0 110 0
[pid=25828] ppid=25823 vsize=1204824 memory=57400 CPUtime=1.46 cores=0,2
/proc/25828/stat : 25828 (python3) R 25823 25823 19810 0 -1 4194304 7187 0 0 0 144 2 0 0 20 0 1 0 30967487 1233739776 14350 18446744073709551615 94598041645056 94598041645433 140727721006512 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94598041656728 94598041657348 94598071844864 140727721011544 140727721011746 140727721011746 140727721017319 0
/proc/25828/statm: 301206 14350 8082 1 0 272564 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 1209016 KiB
Current children cumulated memory: 60344 KiB

[startup+3.10555 s]
/proc/loadavg: 4.14 4.15 4.11 5/275 25829
/proc/meminfo: memFree=129698740/131249992 swapFree=33010684/33010684
[pid=25823] ppid=25820 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/25823/stat : 25823 (scip-naps-1.00.) S 25820 25823 19810 0 -1 4194304 258 315 0 0 0 0 0 0 20 0 1 0 30967485 4292608 736 18446744073709551615 94507786989568 94507787884101 140730356168496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94507788123152 94507788170896 94507800788992 140730356177313 140730356177410 140730356177410 140730356183012 0
/proc/25823/statm: 1048 736 672 219 0 110 0
[pid=25828] ppid=25823 vsize=1204824 memory=57784 CPUtime=1.49 cores=0,2
/proc/25828/stat : 25828 (python3) S 25823 25823 19810 0 -1 4194304 7395 0 0 0 147 2 0 0 20 0 1 0 30967487 1233739776 14446 18446744073709551615 94598041645056 94598041645433 140727721006512 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94598041656728 94598041657348 94598071844864 140727721011544 140727721011746 140727721011746 140727721017319 0
/proc/25828/statm: 301206 14446 8146 1 0 272564 0
[pid=25829] ppid=25828 vsize=62956 memory=56800 CPUtime=1.55 cores=0,2
/proc/25829/stat : 25829 (naps-1.03a6) R 25828 25829 25829 0 -1 4194304 15466 0 0 0 153 2 0 0 20 0 1 0 30967639 64466944 14200 18446744073709551615 4198400 7047149 140729368644448 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 30846976 140729368648065 140729368648179 140729368648179 140729368653769 0
/proc/25829/statm: 15739 14200 544 696 0 14900 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 1271972 KiB
Current children cumulated memory: 117528 KiB

[startup+6.30022 s]
/proc/loadavg: 4.14 4.15 4.11 5/275 25829
/proc/meminfo: memFree=129698748/131249992 swapFree=33010684/33010684
[pid=25823] ppid=25820 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/25823/stat : 25823 (scip-naps-1.00.) S 25820 25823 19810 0 -1 4194304 258 315 0 0 0 0 0 0 20 0 1 0 30967485 4292608 736 18446744073709551615 94507786989568 94507787884101 140730356168496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94507788123152 94507788170896 94507800788992 140730356177313 140730356177410 140730356177410 140730356183012 0
/proc/25823/statm: 1048 736 672 219 0 110 0
[pid=25828] ppid=25823 vsize=1204824 memory=57784 CPUtime=1.49 cores=0,2
/proc/25828/stat : 25828 (python3) S 25823 25823 19810 0 -1 4194304 7395 0 0 0 147 2 0 0 20 0 1 0 30967487 1233739776 14446 18446744073709551615 94598041645056 94598041645433 140727721006512 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94598041656728 94598041657348 94598071844864 140727721011544 140727721011746 140727721011746 140727721017319 0
/proc/25828/statm: 301206 14446 8146 1 0 272564 0
[pid=25829] ppid=25828 vsize=65152 memory=59744 CPUtime=4.73 cores=0,2
/proc/25829/stat : 25829 (naps-1.03a6) R 25828 25829 25829 0 -1 4194304 16534 0 0 0 471 2 0 0 20 0 1 0 30967639 66715648 14936 18446744073709551615 4198400 7047149 140729368644448 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 30846976 140729368648065 140729368648179 140729368648179 140729368653769 0
/proc/25829/statm: 16288 14936 544 696 0 15449 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 1274168 KiB
Current children cumulated memory: 120472 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.15 4.11 5/275 25829
/proc/meminfo: memFree=129698780/131249992 swapFree=33010684/33010684
[pid=25823] ppid=25820 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/25823/stat : 25823 (scip-naps-1.00.) S 25820 25823 19810 0 -1 4194304 258 315 0 0 0 0 0 0 20 0 1 0 30967485 4292608 736 18446744073709551615 94507786989568 94507787884101 140730356168496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94507788123152 94507788170896 94507800788992 140730356177313 140730356177410 140730356177410 140730356183012 0
/proc/25823/statm: 1048 736 672 219 0 110 0
[pid=25828] ppid=25823 vsize=1204824 memory=57784 CPUtime=1.49 cores=0,2
/proc/25828/stat : 25828 (python3) S 25823 25823 19810 0 -1 4194304 7395 0 0 0 147 2 0 0 20 0 1 0 30967487 1233739776 14446 18446744073709551615 94598041645056 94598041645433 140727721006512 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94598041656728 94598041657348 94598071844864 140727721011544 140727721011746 140727721011746 140727721017319 0
/proc/25828/statm: 301206 14446 8146 1 0 272564 0
[pid=25829] ppid=25828 vsize=65152 memory=60128 CPUtime=11.12 cores=0,2
/proc/25829/stat : 25829 (naps-1.03a6) R 25828 25829 25829 0 -1 4194304 16622 0 0 0 1110 2 0 0 20 0 1 0 30967639 66715648 15032 18446744073709551615 4198400 7047149 140729368644448 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 30846976 140729368648065 140729368648179 140729368648179 140729368653769 0
/proc/25829/statm: 16288 15032 544 696 0 15449 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 1274168 KiB
Current children cumulated memory: 120856 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.14 4.11 5/274 25829
/proc/meminfo: memFree=129678724/131249992 swapFree=33010684/33010684
[pid=25823] ppid=25820 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/25823/stat : 25823 (scip-naps-1.00.) S 25820 25823 19810 0 -1 4194304 258 315 0 0 0 0 0 0 20 0 1 0 30967485 4292608 736 18446744073709551615 94507786989568 94507787884101 140730356168496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94507788123152 94507788170896 94507800788992 140730356177313 140730356177410 140730356177410 140730356183012 0
/proc/25823/statm: 1048 736 672 219 0 110 0
[pid=25828] ppid=25823 vsize=1204824 memory=57784 CPUtime=1.49 cores=0,2
/proc/25828/stat : 25828 (python3) S 25823 25823 19810 0 -1 4194304 7395 0 0 0 147 2 0 0 20 0 1 0 30967487 1233739776 14446 18446744073709551615 94598041645056 94598041645433 140727721006512 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94598041656728 94598041657348 94598071844864 140727721011544 140727721011746 140727721011746 140727721017319 0
/proc/25828/statm: 301206 14446 8146 1 0 272564 0
[pid=25829] ppid=25828 vsize=64884 memory=60128 CPUtime=23.89 cores=0,2
/proc/25829/stat : 25829 (naps-1.03a6) R 25828 25829 25829 0 -1 4194304 16642 0 0 0 2386 3 0 0 20 0 1 0 30967639 66441216 15032 18446744073709551615 4198400 7047149 140729368644448 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 30846976 140729368648065 140729368648179 140729368648179 140729368653769 0
/proc/25829/statm: 16221 15032 544 696 0 15382 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 1273900 KiB
Current children cumulated memory: 120856 KiB

[startup+51.1055 s]
/proc/loadavg: 4.13 4.14 4.11 5/274 25829
/proc/meminfo: memFree=129672332/131249992 swapFree=33010684/33010684
[pid=25823] ppid=25820 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/25823/stat : 25823 (scip-naps-1.00.) S 25820 25823 19810 0 -1 4194304 258 315 0 0 0 0 0 0 20 0 1 0 30967485 4292608 736 18446744073709551615 94507786989568 94507787884101 140730356168496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94507788123152 94507788170896 94507800788992 140730356177313 140730356177410 140730356177410 140730356183012 0
/proc/25823/statm: 1048 736 672 219 0 110 0
[pid=25828] ppid=25823 vsize=1204824 memory=57784 CPUtime=1.49 cores=0,2
/proc/25828/stat : 25828 (python3) S 25823 25823 19810 0 -1 4194304 7395 0 0 0 147 2 0 0 20 0 1 0 30967487 1233739776 14446 18446744073709551615 94598041645056 94598041645433 140727721006512 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94598041656728 94598041657348 94598071844864 140727721011544 140727721011746 140727721011746 140727721017319 0
/proc/25828/statm: 301206 14446 8146 1 0 272564 0
[pid=25829] ppid=25828 vsize=65832 memory=61468 CPUtime=49.43 cores=0,2
/proc/25829/stat : 25829 (naps-1.03a6) R 25828 25829 25829 0 -1 4194304 17025 0 0 0 4940 3 0 0 20 0 1 0 30967639 67411968 15367 18446744073709551615 4198400 7047149 140729368644448 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 30846976 140729368648065 140729368648179 140729368648179 140729368653769 0
/proc/25829/statm: 16458 15367 544 696 0 15619 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 1274848 KiB
Current children cumulated memory: 122196 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.14 4.10 5/275 25836
/proc/meminfo: memFree=129668804/131249992 swapFree=33010684/33010684
[pid=25823] ppid=25820 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/25823/stat : 25823 (scip-naps-1.00.) S 25820 25823 19810 0 -1 4194304 258 315 0 0 0 0 0 0 20 0 1 0 30967485 4292608 736 18446744073709551615 94507786989568 94507787884101 140730356168496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94507788123152 94507788170896 94507800788992 140730356177313 140730356177410 140730356177410 140730356183012 0
/proc/25823/statm: 1048 736 672 219 0 110 0
[pid=25828] ppid=25823 vsize=1204824 memory=58552 CPUtime=1.49 cores=0,2
/proc/25828/stat : 25828 (python3) S 25823 25823 19810 0 -1 4194304 7395 0 0 0 147 2 0 0 20 0 1 0 30967487 1233739776 14638 18446744073709551615 94598041645056 94598041645433 140727721006512 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94598041656728 94598041657348 94598071844864 140727721011544 140727721011746 140727721011746 140727721017319 0
/proc/25828/statm: 301206 14638 8146 1 0 272564 0
[pid=25829] ppid=25828 vsize=89832 memory=78932 CPUtime=100.49 cores=0,2
/proc/25829/stat : 25829 (naps-1.03a6) R 25828 25829 25829 0 -1 4194304 17887 0 0 0 10046 3 0 0 20 0 1 0 30967639 91987968 19733 18446744073709551615 4198400 7047149 140729368644448 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 30846976 140729368648065 140729368648179 140729368648179 140729368653769 0
/proc/25829/statm: 22458 19733 544 696 0 21619 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 1298848 KiB
Current children cumulated memory: 140428 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.12 4.10 5/273 25888
/proc/meminfo: memFree=129690652/131249992 swapFree=33010684/33010684
[pid=25823] ppid=25820 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/25823/stat : 25823 (scip-naps-1.00.) S 25820 25823 19810 0 -1 4194304 258 315 0 0 0 0 0 0 20 0 1 0 30967485 4292608 736 18446744073709551615 94507786989568 94507787884101 140730356168496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94507788123152 94507788170896 94507800788992 140730356177313 140730356177410 140730356177410 140730356183012 0

################
# More data... #
################

/proc/meminfo: memFree=129741496/131249992 swapFree=33010684/33010684
[pid=25823] ppid=25820 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/25823/stat : 25823 (scip-naps-1.00.) S 25820 25823 19810 0 -1 4194304 258 315 0 0 0 0 0 0 20 0 1 0 30967485 4292608 736 18446744073709551615 94507786989568 94507787884101 140730356168496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94507788123152 94507788170896 94507800788992 140730356177313 140730356177410 140730356177410 140730356183012 0
/proc/25823/statm: 1048 736 672 219 0 110 0
[pid=25828] ppid=25823 vsize=1204824 memory=58552 CPUtime=1.49 cores=0,2
/proc/25828/stat : 25828 (python3) S 25823 25823 19810 0 -1 4194304 7395 0 0 0 147 2 0 0 20 0 1 0 30967487 1233739776 14638 18446744073709551615 94598041645056 94598041645433 140727721006512 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94598041656728 94598041657348 94598071844864 140727721011544 140727721011746 140727721011746 140727721017319 0
/proc/25828/statm: 301206 14638 8146 1 0 272564 0
[pid=25829] ppid=25828 vsize=122604 memory=101760 CPUtime=3212.18 cores=0,2
/proc/25829/stat : 25829 (naps-1.03a6) R 25828 25829 25829 0 -1 4194304 44794 0 0 0 321199 19 0 0 20 0 1 0 30967639 125546496 25440 18446744073709551615 4198400 7047149 140729368644448 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 30846976 140729368648065 140729368648179 140729368648179 140729368653769 0
/proc/25829/statm: 30651 25440 544 696 0 29812 0
Current children cumulated CPU time: 3213.67 s
Current children cumulated vsize: 1331620 KiB
Current children cumulated memory: 163256 KiB

[startup+3282.3 s]
/proc/loadavg: 3.13 3.15 3.42 4/265 26181
/proc/meminfo: memFree=129732924/131249992 swapFree=33010684/33010684
[pid=25823] ppid=25820 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/25823/stat : 25823 (scip-naps-1.00.) S 25820 25823 19810 0 -1 4194304 258 315 0 0 0 0 0 0 20 0 1 0 30967485 4292608 736 18446744073709551615 94507786989568 94507787884101 140730356168496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94507788123152 94507788170896 94507800788992 140730356177313 140730356177410 140730356177410 140730356183012 0
/proc/25823/statm: 1048 736 672 219 0 110 0
[pid=25828] ppid=25823 vsize=1204824 memory=58552 CPUtime=1.49 cores=0,2
/proc/25828/stat : 25828 (python3) S 25823 25823 19810 0 -1 4194304 7395 0 0 0 147 2 0 0 20 0 1 0 30967487 1233739776 14638 18446744073709551615 94598041645056 94598041645433 140727721006512 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94598041656728 94598041657348 94598071844864 140727721011544 140727721011746 140727721011746 140727721017319 0
/proc/25828/statm: 301206 14638 8146 1 0 272564 0
[pid=25829] ppid=25828 vsize=98028 memory=89728 CPUtime=3272.01 cores=0,2
/proc/25829/stat : 25829 (naps-1.03a6) R 25828 25829 25829 0 -1 4194304 45995 0 0 0 327181 20 0 0 20 0 1 0 30967639 100380672 22432 18446744073709551615 4198400 7047149 140729368644448 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 30846976 140729368648065 140729368648179 140729368648179 140729368653769 0
/proc/25829/statm: 24507 22432 544 696 0 23668 0
Current children cumulated CPU time: 3273.5 s
Current children cumulated vsize: 1307044 KiB
Current children cumulated memory: 151224 KiB

[startup+3342.3 s]
/proc/loadavg: 3.09 3.14 3.40 4/265 26183
/proc/meminfo: memFree=129728872/131249992 swapFree=33010684/33010684
[pid=25823] ppid=25820 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/25823/stat : 25823 (scip-naps-1.00.) S 25820 25823 19810 0 -1 4194304 258 315 0 0 0 0 0 0 20 0 1 0 30967485 4292608 736 18446744073709551615 94507786989568 94507787884101 140730356168496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94507788123152 94507788170896 94507800788992 140730356177313 140730356177410 140730356177410 140730356183012 0
/proc/25823/statm: 1048 736 672 219 0 110 0
[pid=25828] ppid=25823 vsize=1204824 memory=58552 CPUtime=1.49 cores=0,2
/proc/25828/stat : 25828 (python3) S 25823 25823 19810 0 -1 4194304 7395 0 0 0 147 2 0 0 20 0 1 0 30967487 1233739776 14638 18446744073709551615 94598041645056 94598041645433 140727721006512 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94598041656728 94598041657348 94598071844864 140727721011544 140727721011746 140727721011746 140727721017319 0
/proc/25828/statm: 301206 14638 8146 1 0 272564 0
[pid=25829] ppid=25828 vsize=89832 memory=83252 CPUtime=3331.83 cores=0,2
/proc/25829/stat : 25829 (naps-1.03a6) R 25828 25829 25829 0 -1 4194304 50080 0 0 0 333162 21 0 0 20 0 1 0 30967639 91987968 20813 18446744073709551615 4198400 7047149 140729368644448 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 30846976 140729368648065 140729368648179 140729368648179 140729368653769 0
/proc/25829/statm: 22458 20813 544 696 0 21619 0
Current children cumulated CPU time: 3333.32 s
Current children cumulated vsize: 1298848 KiB
Current children cumulated memory: 144748 KiB

[startup+3402.3 s]
/proc/loadavg: 3.15 3.14 3.38 4/265 26185
/proc/meminfo: memFree=129726296/131249992 swapFree=33010684/33010684
[pid=25823] ppid=25820 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/25823/stat : 25823 (scip-naps-1.00.) S 25820 25823 19810 0 -1 4194304 258 315 0 0 0 0 0 0 20 0 1 0 30967485 4292608 736 18446744073709551615 94507786989568 94507787884101 140730356168496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94507788123152 94507788170896 94507800788992 140730356177313 140730356177410 140730356177410 140730356183012 0
/proc/25823/statm: 1048 736 672 219 0 110 0
[pid=25828] ppid=25823 vsize=1204824 memory=58552 CPUtime=1.49 cores=0,2
/proc/25828/stat : 25828 (python3) S 25823 25823 19810 0 -1 4194304 7395 0 0 0 147 2 0 0 20 0 1 0 30967487 1233739776 14638 18446744073709551615 94598041645056 94598041645433 140727721006512 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94598041656728 94598041657348 94598071844864 140727721011544 140727721011746 140727721011746 140727721017319 0
/proc/25828/statm: 301206 14638 8146 1 0 272564 0
[pid=25829] ppid=25828 vsize=106220 memory=94560 CPUtime=3391.66 cores=0,2
/proc/25829/stat : 25829 (naps-1.03a6) R 25828 25829 25829 0 -1 4194304 55043 0 0 0 339143 23 0 0 20 0 1 0 30967639 108769280 23640 18446744073709551615 4198400 7047149 140729368644448 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 30846976 140729368648065 140729368648179 140729368648179 140729368653769 0
/proc/25829/statm: 26555 23640 544 696 0 25716 0
Current children cumulated CPU time: 3393.15 s
Current children cumulated vsize: 1315236 KiB
Current children cumulated memory: 156056 KiB

[startup+3462.3 s]
/proc/loadavg: 3.12 3.13 3.36 4/265 26188
/proc/meminfo: memFree=129724816/131249992 swapFree=33010684/33010684
[pid=25823] ppid=25820 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/25823/stat : 25823 (scip-naps-1.00.) S 25820 25823 19810 0 -1 4194304 258 315 0 0 0 0 0 0 20 0 1 0 30967485 4292608 736 18446744073709551615 94507786989568 94507787884101 140730356168496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94507788123152 94507788170896 94507800788992 140730356177313 140730356177410 140730356177410 140730356183012 0
/proc/25823/statm: 1048 736 672 219 0 110 0
[pid=25828] ppid=25823 vsize=1204824 memory=58552 CPUtime=1.49 cores=0,2
/proc/25828/stat : 25828 (python3) S 25823 25823 19810 0 -1 4194304 7395 0 0 0 147 2 0 0 20 0 1 0 30967487 1233739776 14638 18446744073709551615 94598041645056 94598041645433 140727721006512 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94598041656728 94598041657348 94598071844864 140727721011544 140727721011746 140727721011746 140727721017319 0
/proc/25828/statm: 301206 14638 8146 1 0 272564 0
[pid=25829] ppid=25828 vsize=98028 memory=88400 CPUtime=3451.5 cores=0,2
/proc/25829/stat : 25829 (naps-1.03a6) R 25828 25829 25829 0 -1 4194304 63941 0 0 0 345124 26 0 0 20 0 1 0 30967639 100380672 22100 18446744073709551615 4198400 7047149 140729368644448 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 30846976 140729368648065 140729368648179 140729368648179 140729368653769 0
/proc/25829/statm: 24507 22100 544 696 0 23668 0
Current children cumulated CPU time: 3452.99 s
Current children cumulated vsize: 1307044 KiB
Current children cumulated memory: 149896 KiB

[startup+3522.3 s]
/proc/loadavg: 3.08 3.12 3.34 4/265 26190
/proc/meminfo: memFree=129727896/131249992 swapFree=33010684/33010684
[pid=25823] ppid=25820 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/25823/stat : 25823 (scip-naps-1.00.) S 25820 25823 19810 0 -1 4194304 258 315 0 0 0 0 0 0 20 0 1 0 30967485 4292608 736 18446744073709551615 94507786989568 94507787884101 140730356168496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94507788123152 94507788170896 94507800788992 140730356177313 140730356177410 140730356177410 140730356183012 0
/proc/25823/statm: 1048 736 672 219 0 110 0
[pid=25828] ppid=25823 vsize=1204824 memory=58552 CPUtime=1.49 cores=0,2
/proc/25828/stat : 25828 (python3) S 25823 25823 19810 0 -1 4194304 7395 0 0 0 147 2 0 0 20 0 1 0 30967487 1233739776 14638 18446744073709551615 94598041645056 94598041645433 140727721006512 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94598041656728 94598041657348 94598071844864 140727721011544 140727721011746 140727721011746 140727721017319 0
/proc/25828/statm: 301206 14638 8146 1 0 272564 0
[pid=25829] ppid=25828 vsize=98028 memory=91384 CPUtime=3511.35 cores=0,2
/proc/25829/stat : 25829 (naps-1.03a6) R 25828 25829 25829 0 -1 4194304 66483 0 0 0 351108 27 0 0 20 0 1 0 30967639 100380672 22846 18446744073709551615 4198400 7047149 140729368644448 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 30846976 140729368648065 140729368648179 140729368648179 140729368653769 0
/proc/25829/statm: 24507 22846 544 696 0 23668 0
Current children cumulated CPU time: 3512.84 s
Current children cumulated vsize: 1307044 KiB
Current children cumulated memory: 152880 KiB

[startup+3582.3 s]
/proc/loadavg: 3.13 3.12 3.33 4/265 26192
/proc/meminfo: memFree=129731400/131249992 swapFree=33010684/33010684
[pid=25823] ppid=25820 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/25823/stat : 25823 (scip-naps-1.00.) S 25820 25823 19810 0 -1 4194304 258 315 0 0 0 0 0 0 20 0 1 0 30967485 4292608 736 18446744073709551615 94507786989568 94507787884101 140730356168496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94507788123152 94507788170896 94507800788992 140730356177313 140730356177410 140730356177410 140730356183012 0
/proc/25823/statm: 1048 736 672 219 0 110 0
[pid=25828] ppid=25823 vsize=1204824 memory=58552 CPUtime=1.49 cores=0,2
/proc/25828/stat : 25828 (python3) S 25823 25823 19810 0 -1 4194304 7395 0 0 0 147 2 0 0 20 0 1 0 30967487 1233739776 14638 18446744073709551615 94598041645056 94598041645433 140727721006512 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94598041656728 94598041657348 94598071844864 140727721011544 140727721011746 140727721011746 140727721017319 0
/proc/25828/statm: 301206 14638 8146 1 0 272564 0
[pid=25829] ppid=25828 vsize=106220 memory=93048 CPUtime=3571.19 cores=0,2
/proc/25829/stat : 25829 (naps-1.03a6) R 25828 25829 25829 0 -1 4194304 73847 0 0 0 357090 29 0 0 20 0 1 0 30967639 108769280 23262 18446744073709551615 4198400 7047149 140729368644448 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 30846976 140729368648065 140729368648179 140729368648179 140729368653769 0
/proc/25829/statm: 26555 23262 544 696 0 25716 0
Current children cumulated CPU time: 3572.68 s
Current children cumulated vsize: 1315236 KiB
Current children cumulated memory: 154544 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.7 s]
/proc/loadavg: 3.08 3.11 3.32 4/265 26192
/proc/meminfo: memFree=129740348/131249992 swapFree=33010684/33010684
[pid=25823] ppid=25820 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/25823/stat : 25823 (scip-naps-1.00.) S 25820 25823 19810 0 -1 4194304 258 315 0 0 0 0 0 0 20 0 1 0 30967485 4292608 736 18446744073709551615 94507786989568 94507787884101 140730356168496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94507788123152 94507788170896 94507800788992 140730356177313 140730356177410 140730356177410 140730356183012 0
/proc/25823/statm: 1048 736 672 219 0 110 0
[pid=25828] ppid=25823 vsize=1204824 memory=58552 CPUtime=1.49 cores=0,2
/proc/25828/stat : 25828 (python3) S 25823 25823 19810 0 -1 4194304 7395 0 0 0 147 2 0 0 20 0 1 0 30967487 1233739776 14638 18446744073709551615 94598041645056 94598041645433 140727721006512 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94598041656728 94598041657348 94598071844864 140727721011544 140727721011746 140727721011746 140727721017319 0
/proc/25828/statm: 301206 14638 8146 1 0 272564 0
[pid=25829] ppid=25828 vsize=98028 memory=91384 CPUtime=3598.51 cores=0,2
/proc/25829/stat : 25829 (naps-1.03a6) R 25828 25829 25829 0 -1 4194304 74205 0 0 0 359822 29 0 0 20 0 1 0 30967639 100380672 22846 18446744073709551615 4198400 7047149 140729368644448 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 30846976 140729368648065 140729368648179 140729368648179 140729368653769 0
/proc/25829/statm: 24507 22846 544 696 0 23668 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 1307044 KiB
Current children cumulated memory: 152880 KiB

Sending SIGTERM to process tree (bottom up)

[startup+3609.72 s]
# the end of solver process 25823 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3599.72 s, system=0.328277 s

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

[startup+3609.7 s]
/proc/loadavg: 3.08 3.11 3.32 4/265 26192
/proc/meminfo: memFree=129740348/131249992 swapFree=33010684/33010684
[pid=25823] ppid=25820 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/25823/stat : 25823 (scip-naps-1.00.) S 25820 25823 19810 0 -1 4194304 258 315 0 0 0 0 0 0 20 0 1 0 30967485 4292608 736 18446744073709551615 94507786989568 94507787884101 140730356168496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94507788123152 94507788170896 94507800788992 140730356177313 140730356177410 140730356177410 140730356183012 0
/proc/25823/statm: 1048 736 672 219 0 110 0
[pid=25828] ppid=25823 vsize=1204824 memory=58552 CPUtime=1.49 cores=0,2
/proc/25828/stat : 25828 (python3) S 25823 25823 19810 0 -1 4194304 7395 0 0 0 147 2 0 0 20 0 1 0 30967487 1233739776 14638 18446744073709551615 94598041645056 94598041645433 140727721006512 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94598041656728 94598041657348 94598071844864 140727721011544 140727721011746 140727721011746 140727721017319 0
/proc/25828/statm: 301206 14638 8146 1 0 272564 0
[pid=25829] ppid=25828 vsize=98028 memory=91384 CPUtime=3598.51 cores=0,2
/proc/25829/stat : 25829 (naps-1.03a6) R 25828 25829 25829 0 -1 4194304 74205 0 0 0 359822 29 0 0 20 0 1 0 30967639 100380672 22846 18446744073709551615 4198400 7047149 140729368644448 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 30846976 140729368648065 140729368648179 140729368648179 140729368653769 0
/proc/25829/statm: 24507 22846 544 696 0 23668 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 1307044 KiB
Current children cumulated memory: 152880 KiB

Child status: 143

Real time (s): 3609.72
CPU time (s): 3600.05
CPU user time (s): 3599.72
CPU system time (s): 0.328277
CPU usage (%): 99.7321
Max. virtual memory (cumulated for all children) (KiB): 1348004
Max. memory (cumulated for all children) (KiB): 179640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.72
system time used= 0.328277
maximum resident set size= 118144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84877
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 381
involuntary context switches= 4555


# summary of solver processes directly reported to runsolver:
#   pid: 25823
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3599.72
#   total CPU system time (s): 0.328277

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.19417 second user time and 15.4993 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-06-29 01:21:27
IDJOB=4495941
IDBENCH=148102
IDSOLVER=3368
FILE ID=nodeC025/4495941-1751152887
RUNJOBID= nodeC025-1751145166-19820
SLURM_JOB_ID= 9587446
Free space on /tmp= 433048 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-cuww4.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4495941-1751152887/watcher-4495941-1751152887 -o /tmp/evaluation-result-4495941-1751152887/solver-4495941-1751152887 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751145166-19820 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4495941-1751152887.opb

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

MD5SUM BENCH= 13439fe0222d33319b9169d149c100b9
RANDOM SEED=1098075590

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        129771056 kB
MemAvailable:   129412500 kB
Buffers:            3280 kB
Cached:           445560 kB
SwapCached:            0 kB
Active:           679780 kB
Inactive:         187476 kB
Active(anon):     436500 kB
Inactive(anon):        0 kB
Active(file):     243280 kB
Inactive(file):   187476 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5520 kB
Writeback:             0 kB
AnonPages:        421500 kB
Mapped:           132040 kB
Shmem:             18084 kB
KReclaimable:      87488 kB
Slab:             171596 kB
SReclaimable:      87488 kB
SUnreclaim:        84108 kB
KernelStack:        4416 kB
PageTables:         4500 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    3985936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC025 at 2025-06-29 02:21:37