Trace number 4495797

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP-NaPS 1.00a1SAT 657.744 659.702

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob4.opb
MD5SUM51f776679cf4368d72b5455aa221d9d6
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.036692
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 60575666
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 801239175
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.86/0.99	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4495797-1751151959.opb
0.86/0.99	c Solving mode: decision
0.86/0.99	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
0.86/0.99	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.86/0.99	c original problem has 82 variables (82 bin, 0 int, 0 impl, 0 cont) and 2 constraints
0.86/0.99	c presolving:
0.86/0.99	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, 27 clqs
0.86/0.99	c (round 2, fast)       0 del vars, 1 del conss, 1 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 27 clqs
0.86/0.99	c (round 3, fast)       0 del vars, 1 del conss, 1 add conss, 0 chg bounds, 72 chg sides, 71 chg coeffs, 0 upgd conss, 0 impls, 27 clqs
0.86/0.99	c    (0.0s) probing: 51/82 (62.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.86/0.99	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.86/0.99	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.86/0.99	c    (0.0s) no symmetry present (symcode time: 0.00)
0.86/0.99	c presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):
0.86/0.99	c  0 deleted vars, 1 deleted constraints, 1 added constraints, 0 tightened bounds, 0 added holes, 72 changed sides, 71 changed coefficients
0.86/0.99	c  0 implications, 27 cliques
0.86/0.99	c presolved problem has 82 variables (82 bin, 0 int, 0 impl, 0 cont) and 2 constraints
0.86/0.99	c       2 constraints of type <linear>
0.86/0.99	c transformed objective value is always integral (scale: 1)
0.86/0.99	c Presolving Time: 0.00
0.86/0.99	c 
0.86/0.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.86/0.99	c   0.0s|     1 |     0 |     3 |     - |  1536k |   0 |  82 |   2 |   2 |   0 |  0 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.86/0.99	c   0.0s|     1 |     0 |     5 |     - |  1567k |   0 |  82 |   2 |   3 |   1 |  1 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.86/0.99	c   0.0s|     1 |     0 |     8 |     - |  1619k |   0 |  82 |   2 |   4 |   2 |  2 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.86/0.99	c   0.0s|     1 |     0 |     9 |     - |  1666k |   0 |  82 |   2 |   5 |   3 |  3 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.86/0.99	c   0.0s|     1 |     0 |    11 |     - |  1724k |   0 |  82 |   2 |   7 |   5 |  4 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.86/0.99	c   0.0s|     1 |     0 |    13 |     - |  1749k |   0 |  82 |   2 |   9 |   7 |  5 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.86/0.99	c   0.0s|     1 |     0 |    17 |     - |  1752k |   0 |  82 |   2 |  11 |   9 |  6 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.86/0.99	c   0.0s|     1 |     0 |    22 |     - |  1862k |   0 |  82 |   2 |  13 |  11 |  7 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.86/0.99	c   0.0s|     1 |     0 |    26 |     - |  1986k |   0 |  82 |   2 |  15 |  13 |  8 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.86/0.99	c   0.0s|     1 |     0 |    27 |     - |  2140k |   0 |  82 |   2 |  16 |  14 |  9 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.86/0.99	c   0.0s|     1 |     0 |    30 |     - |  2309k |   0 |  82 |   2 |  18 |  16 | 10 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.86/0.99	c   0.0s|     1 |     0 |    35 |     - |  2311k |   0 |  82 |   2 |  19 |  17 | 11 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.86/0.99	c   0.0s|     1 |     0 |    39 |     - |  2437k |   0 |  82 |   2 |  21 |  19 | 12 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.86/0.99	c   0.0s|     1 |     0 |    41 |     - |  2441k |   0 |  82 |   2 |  23 |  21 | 13 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.86/0.99	c   0.0s|     1 |     0 |    43 |     - |  2444k |   0 |  82 |   2 |  25 |  23 | 14 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.86/0.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.86/0.99	c   0.0s|     1 |     0 |    45 |     - |  2450k |   0 |  82 |   2 |  27 |  25 | 15 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.86/0.99	c   0.0s|     1 |     0 |    47 |     - |  2641k |   0 |  82 |   2 |  21 |  27 | 16 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.86/0.99	c   0.0s|     1 |     0 |    49 |     - |  2641k |   0 |  82 |   2 |  23 |  29 | 17 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.86/0.99	c   0.0s|     1 |     2 |    60 |     - |  2653k |   0 |  82 |   2 |  23 |  29 | 17 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.86/0.99	c   0.1s|   100 |    87 |   311 |   2.6 |  2699k |  42 |  82 |   2 |   5 |  39 |  1 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.86/0.99	c   0.1s|   200 |   137 |   471 |   2.1 |  3035k |  49 |  82 |   2 |   6 |  62 |  3 |   0 |  11 | 0.000000e+00 |      --      |    Inf |   6.25%
0.86/0.99	c   0.2s|   300 |   155 |   582 |   1.8 |  3175k |  49 |  82 |   2 |   0 |  80 |  0 |   0 |  11 | 0.000000e+00 |      --      |    Inf |   6.25%
0.86/0.99	c   0.2s|   400 |   177 |   676 |   1.6 |  3181k |  50 |  82 |   2 |   0 |  93 |  0 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  10.55%
0.86/0.99	c   0.2s|   500 |   189 |   751 |   1.4 |  3537k |  51 |  82 |   2 |   4 |  97 |  1 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  10.77%
0.86/0.99	c   0.3s|   600 |   205 |   826 |   1.3 |  3800k |  51 |  82 |   2 |   3 | 104 |  1 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  10.79%
0.86/0.99	c   0.4s|   700 |   225 |   894 |   1.2 |  3873k |  51 |  82 |   2 |   3 | 104 |  1 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  10.80%
0.86/0.99	c   0.4s|   800 |   263 |   969 |   1.2 |  3885k |  51 |  82 |   2 |   3 | 104 |  1 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  10.80%
0.86/0.99	c   0.4s|   900 |   289 |  1075 |   1.1 |  3919k |  51 |  82 |   2 |   5 | 120 |  1 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  10.80%
0.86/0.99	c   0.4s|  1000 |   307 |  1139 |   1.1 |  3923k |  51 |  82 |   2 |   0 | 120 |  0 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  10.80%
0.86/0.99	c   0.5s|  1100 |   335 |  1219 |   1.1 |  3997k |  51 |  82 |   2 |   6 | 131 |  1 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  10.80%
0.86/0.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.86/0.99	c   0.5s|  1200 |   347 |  1295 |   1.0 |  3997k |  51 |  82 |   2 |   3 | 131 |  1 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  10.80%
0.86/0.99	c   0.5s|  1300 |   355 |  1351 |   1.0 |  3997k |  51 |  82 |   2 |   0 | 131 |  0 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  10.80%
0.86/0.99	c   0.6s|  1400 |   379 |  1430 |   1.0 |  4004k |  52 |  82 |   2 |   1 | 138 |  1 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  20.06%
0.86/0.99	c   0.6s|  1500 |   391 |  1502 |   1.0 |  4024k |  52 |  82 |   2 |   0 | 142 |  0 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  27.72%
0.86/0.99	c   0.7s|  1600 |   423 |  1638 |   1.0 |  4046k |  52 |  82 |   2 |   3 | 158 |  1 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  28.13%
0.86/0.99	c   0.7s|  1700 |   461 |  1766 |   1.0 |  4082k |  52 |  82 |   2 |   0 | 165 |  0 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  28.22%
0.86/0.99	c   0.7s|  1800 |   481 |  1854 |   1.0 |  4106k |  52 |  82 |   2 |   0 | 174 |  0 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  28.22%
0.86/0.99	c   0.7s|  1900 |   487 |  1922 |   1.0 |  4139k |  52 |  82 |   2 |   0 | 186 |  0 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  28.22%
0.86/0.99	c   0.8s|  2000 |   507 |  1992 |   1.0 |  4272k |  52 |  82 |   2 |   3 | 189 |  1 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  28.22%
0.86/0.99	c   0.8s|  2100 |   549 |  2145 |   1.0 |  4282k |  52 |  82 |   2 |   5 | 214 |  1 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  28.22%
0.86/0.99	c   0.8s|  2200 |   587 |  2253 |   1.0 |  4337k |  53 |  82 |   2 |   3 | 220 |  1 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  28.22%
1.46/1.53	c   0.8s|  2300 |   633 |  2373 |   1.0 |  4395k |  53 |  82 |   2 |   3 | 224 |  1 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  28.25%
1.46/1.53	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
1.46/1.53	c (run 1, node 2326) performing user restart
1.46/1.53	c 
1.46/1.53	c (restart) converted 1 cuts from the global cut pool into linear constraints
1.46/1.53	c 
1.46/1.53	c presolving:
1.46/1.53	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, 27 clqs
1.46/1.53	c (round 2, fast)       0 del vars, 0 del conss, 1 add conss, 0 chg bounds, 7 chg sides, 7 chg coeffs, 0 upgd conss, 0 impls, 27 clqs
1.46/1.53	c (round 3, exhaustive) 0 del vars, 0 del conss, 1 add conss, 0 chg bounds, 7 chg sides, 7 chg coeffs, 1 upgd conss, 0 impls, 27 clqs
1.46/1.53	c presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):
1.46/1.53	c  0 deleted vars, 0 deleted constraints, 1 added constraints, 0 tightened bounds, 0 added holes, 7 changed sides, 7 changed coefficients
1.46/1.53	c  0 implications, 27 cliques
1.46/1.53	c presolved problem has 82 variables (82 bin, 0 int, 0 impl, 0 cont) and 4 constraints
1.46/1.53	c       3 constraints of type <linear>
1.46/1.53	c       1 constraints of type <logicor>
1.46/1.53	c transformed objective value is always integral (scale: 1)
1.46/1.53	c Presolving Time: 0.00
1.46/1.53	c 
1.46/1.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.46/1.53	c   0.9s|     1 |     0 |  2399 |     - |  4543k |   0 |  82 |   4 |   4 |   0 |  0 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2401 |     - |  4543k |   0 |  82 |   4 |   5 |   1 |  1 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2402 |     - |  4543k |   0 |  82 |   4 |   6 |   2 |  2 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2403 |     - |  4543k |   0 |  82 |   4 |   7 |   3 |  3 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2404 |     - |  4543k |   0 |  82 |   4 |   8 |   4 |  4 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2407 |     - |  4650k |   0 |  82 |   4 |  10 |   6 |  5 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2409 |     - |  4650k |   0 |  82 |   4 |  11 |   7 |  6 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2410 |     - |  4650k |   0 |  82 |   4 |  12 |   8 |  7 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2411 |     - |  4650k |   0 |  82 |   4 |  13 |   9 |  8 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2412 |     - |  4650k |   0 |  82 |   4 |  14 |  10 |  9 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2414 |     - |  4650k |   0 |  82 |   4 |  15 |  11 | 10 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2418 |     - |  4650k |   0 |  82 |   4 |  16 |  12 | 11 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2419 |     - |  4650k |   0 |  82 |   4 |  12 |  13 | 12 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2420 |     - |  4650k |   0 |  82 |   4 |  13 |  14 | 13 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2422 |     - |  4650k |   0 |  82 |   4 |  14 |  15 | 14 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.46/1.53	c   0.9s|     1 |     0 |  2423 |     - |  4650k |   0 |  82 |   4 |  15 |  16 | 15 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2424 |     - |  4650k |   0 |  82 |   4 |  16 |  17 | 16 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2427 |     - |  4650k |   0 |  82 |   4 |  18 |  19 | 17 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2433 |     - |  4650k |   0 |  82 |   4 |  13 |  20 | 18 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2434 |     - |  4650k |   0 |  82 |   4 |  14 |  21 | 19 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2435 |     - |  4650k |   0 |  82 |   4 |  15 |  22 | 20 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2436 |     - |  4650k |   0 |  82 |   4 |  16 |  23 | 21 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2437 |     - |  4650k |   0 |  82 |   4 |  17 |  24 | 22 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2438 |     - |  4650k |   0 |  82 |   4 |  18 |  25 | 23 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2440 |     - |  4650k |   0 |  82 |   4 |  13 |  26 | 24 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2442 |     - |  4650k |   0 |  82 |   4 |  14 |  27 | 25 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2444 |     - |  4650k |   0 |  82 |   4 |  15 |  28 | 26 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2445 |     - |  4650k |   0 |  82 |   4 |  16 |  29 | 27 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2446 |     - |  4650k |   0 |  82 |   4 |  17 |  30 | 28 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2447 |     - |  4650k |   0 |  82 |   4 |  18 |  31 | 29 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.46/1.53	c   0.9s|     1 |     0 |  2449 |     - |  4650k |   0 |  82 |   4 |  17 |  32 | 30 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2452 |     - |  4650k |   0 |  82 |   4 |  18 |  33 | 31 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2454 |     - |  4650k |   0 |  82 |   4 |  19 |  34 | 32 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2456 |     - |  4650k |   0 |  82 |   4 |  20 |  35 | 33 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2458 |     - |  4650k |   0 |  82 |   4 |  22 |  37 | 34 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2460 |     - |  4651k |   0 |  82 |   4 |  23 |  38 | 35 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2462 |     - |  4651k |   0 |  82 |   4 |  19 |  39 | 36 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2464 |     - |  4651k |   0 |  82 |   4 |  21 |  41 | 37 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     0 |  2465 |     - |  4651k |   0 |  82 |   4 |  22 |  42 | 38 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|     1 |     2 |  2480 |     - |  4651k |   0 |  82 |   4 |  22 |  42 | 38 |   0 |  18 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   0.9s|   100 |    39 |  2607 |   1.0 |  4652k |  20 |  82 |   6 |   0 |  63 |  0 |   3 |  18 | 0.000000e+00 |      --      |    Inf |   6.32%
1.46/1.53	c   1.1s|   200 |    49 |  2702 |   1.0 |  4785k |  20 |  82 |   8 |   0 |  76 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  11.04%
1.46/1.53	c   1.2s|   300 |    59 |  2787 |   1.0 |  4785k |  20 |  82 |   8 |   0 |  81 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  11.79%
1.46/1.53	c   1.3s|   400 |    61 |  2887 |   1.0 |  4785k |  20 |  82 |   8 |   0 |  91 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  22.69%
1.66/1.79	c   1.4s|   500 |    81 |  2982 |   1.0 |  4790k |  26 |  82 |   8 |   3 |  93 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  22.79%
1.66/1.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.66/1.79	c   1.4s|   600 |   105 |  3096 |   1.0 |  4793k |  34 |  82 |   8 |   0 |  93 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  22.80%
1.66/1.79	c   1.5s|   700 |   129 |  3183 |   1.0 |  4793k |  34 |  82 |   8 |   3 |  93 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  22.80%
1.66/1.79	c   1.5s|   800 |   151 |  3250 |   1.0 |  4806k |  37 |  82 |   8 |   0 |  93 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  22.80%
1.66/1.79	c   1.5s|   900 |   157 |  3306 |   1.0 |  4808k |  39 |  82 |   8 |   3 |  93 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  22.80%
1.66/1.79	c   1.6s|  1000 |   183 |  3398 |   1.0 |  4811k |  39 |  82 |   6 |   3 |  93 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  22.80%
1.66/1.79	c   1.6s|  1100 |   191 |  3454 |   1.0 |  4814k |  39 |  82 |   6 |   0 |  93 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  22.80%
1.66/1.79	c   1.6s|  1200 |   199 |  3509 |   1.0 |  4814k |  39 |  82 |   6 |   3 |  93 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  22.80%
1.66/1.79	c r 1.7s|  1204 |     0 |  3511 |   1.0 |rounding|  39 |  82 |   6 |   3 |  93 |  0 |   5 |  18 | 0.000000e+00 | 0.000000e+00 |   0.00%| 100.00%
1.66/1.79	c 
1.66/1.79	c SCIP Status        : problem is solved [optimal solution found]
1.66/1.79	c Solving Time (sec) : 1.65
1.66/1.79	c Solving Nodes      : 1204 (total of 3530 nodes in 2 runs)
1.66/1.79	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
1.66/1.79	c Dual Bound         : +0.00000000000000e+00
1.66/1.79	c Gap                : 0.00 %
1.66/1.79	c [VIOLATION] Line 8: +48709 x1 +97418 x2 +194836 x3 +389672 x4 +779344 x5 +1558688 x6 +3117376 x7 +6234752 x8 +12469504 x9 +24939008 x10 +49878016 x11 +55893 x12 +111786 x13 +223572 x14 +447144 x15 +894288 x16 +1788576 x17 +3577152 x18 +7154304 x19 +14308608 x20 +28617216 x21 +57234432 x22 +62177 x23 +124354 x24 +248708 x25 +497416 x26 +994832 x27 +1989664 x28 +3979328 x29 +7958656 x30 +15917312 x31 +31834624 x32 +65919 x33 +131838 x34 +263676 x35 +527352 x36 +1054704 x37 +2109408 x38 +4218816 x39 +8437632 x40 +16875264 x41 +33750528 x42 +86271 x43 +172542 x44 +345084 x45 +690168 x46 +1380336 x47 +2760672 x48 +5521344 x49 +11042688 x50 +22085376 x51 +44170752 x52 +87692 x53 +175384 x54 +350768 x55 +701536 x56 +1403072 x57 +2806144 x58 +5612288 x59 +11224576 x60 +22449152 x61 +44898304 x62 +102881 x63 +205762 x64 +411524 x65 +823048 x66 +1646096 x67 +3292192 x68 +6584384 x69 +13168768 x70 +26337536 x71 +52675072 x72 +109765 x73 +219530 x74 +439060 x75 +878120 x76 +1756240 x77 +3512480 x78 +7024960 x79 +14049920 x80 +28099840 x81 +56199680 x82 >= 60575666 ;
1.66/1.79	c   Computed activity: 60575655
1.66/1.79	c   Required: activity >= 60575666
1.66/1.79	c   Variable assignments: {x1=0, x2=0, x3=0, x4=0, x5=0, x6=0, x7=0, x8=0, x9=0, x10=0, x11=0, x12=1, x13=0, x14=1, x15=0, x16=0, 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=1, x33=0, x34=1, x35=0, x36=0, x37=0, x38=1, x39=0, x40=0, x41=1, x42=0, x43=0, x44=0, x45=0, x46=0, x47=0, x48=1, 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=1, 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.66/1.79	c SCIP found a solution, but it is not feasible according to the original problem.
1.66/1.79	c ----------------------------------------------------------------------
1.66/1.79	c executing external solver (fallback): HOME/naps-1.03a6
1.66/1.79	c ----------------------------------------------------------------------
1.66/1.79	c command: HOME/naps-1.03a6 HOME/instance-4495797-1751151959.opb
1.66/1.79	c NaPS 1.03a6.
1.66/1.79	c Input file name: HOME/instance-4495797-1751151959.opb
657.62/659.68	c _____________________________________________________________________________
657.62/659.68	c std/band forms        : 0,1
657.62/659.68	c 2cl/3cl ITE-codings   : 0,43545
657.62/659.68	c BDD/srt/adr Max costs : 45482,0,0
657.62/659.68	c BDDraw/bin/mul/srt/adr: 0,0,1,0,0
657.62/659.68	c BDD nodes             : 45484
657.62/659.68	c Es1/CC detections     : 0,0
657.62/659.68	c CC sort               : 0
657.62/659.68	c SAT/UNSAT calls       : 1,0
657.62/659.68	c regenrated variables  : 0
657.62/659.68	c eliminated fixed lits : 0
657.62/659.68	c goal lit flips        : 0
657.62/659.68	c goal stages           : 0
657.62/659.68	c goal shrink           : 0
657.62/659.68	c goal coeff separations: 0
657.62/659.68	c restarts              : 60167
657.62/659.68	c conflicts             : 2098519        (3200 /sec)
657.62/659.68	c decisions             : 8723734        (13303 /sec)
657.62/659.68	c propagations          : 6144603962     (9370140 /sec)
657.62/659.68	c inspects              : 0              (0 /sec)
657.62/659.68	c CPU time (solving tm) : 655.8 s        (655.4 s, SAT 655.4 s, UNSAT 0 s)
657.62/659.68	c Time for Opt-base     : 0.06454 s
657.62/659.68	c Steps for Opt-base    : 271830
657.62/659.68	c Time for BDD coding   : 0.3219 s
657.62/659.68	c Time for srt coding   : 0 s
657.62/659.68	c _____________________________________________________________________________
657.62/659.68	s SATISFIABLE
657.62/659.68	v x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10 x11 x12 x13 -x14 -x15 -x16 -x17 x18 -x19 -x20 -x21 -x22 x23 -x24 -x25 x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82

Verifier Data

OK	0

Watcher Data

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

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

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=25590, runsolver pid=25587

[startup+0.100064 s]*
/proc/loadavg: 4.27 4.15 4.10 5/266 25595
/proc/meminfo: memFree=129401148/131249992 swapFree=33010684/33010684
[pid=25590] ppid=25587 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25590/stat : 25590 (scip-naps-1.00.) S 25587 25590 19810 0 -1 4194304 256 315 0 0 0 0 0 0 20 0 1 0 30874693 4292608 736 18446744073709551615 94800166354944 94800167249477 140724223425360 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94800167488528 94800167536272 94800170393600 140724223433121 140724223433218 140724223433218 140724223438820 0
/proc/25590/statm: 1048 736 672 219 0 110 0
[pid=25595] ppid=25590 vsize=1188236 memory=32796 CPUtime=0.07 cores=4,6
/proc/25595/stat : 25595 (python3) R 25590 25590 19810 0 -1 4194304 3994 0 0 0 6 1 0 0 20 0 1 0 30874695 1216753664 8199 18446744073709551615 94818028527616 94818028527993 140727029134864 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94818028539288 94818028539908 94818058858496 140727029143896 140727029144098 140727029144098 140727029149671 0
/proc/25595/statm: 297059 8199 4876 1 0 269050 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 1192428 KiB
Current children cumulated memory: 35740 KiB

[startup+0.205502 s]*
/proc/loadavg: 4.27 4.15 4.10 5/266 25595
/proc/meminfo: memFree=129401148/131249992 swapFree=33010684/33010684
[pid=25590] ppid=25587 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25590/stat : 25590 (scip-naps-1.00.) S 25587 25590 19810 0 -1 4194304 256 315 0 0 0 0 0 0 20 0 1 0 30874693 4292608 736 18446744073709551615 94800166354944 94800167249477 140724223425360 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94800167488528 94800167536272 94800170393600 140724223433121 140724223433218 140724223433218 140724223438820 0
/proc/25590/statm: 1048 736 672 219 0 110 0
[pid=25595] ppid=25590 vsize=1202648 memory=55068 CPUtime=0.18 cores=4,6
/proc/25595/stat : 25595 (python3) R 25590 25590 19810 0 -1 4194304 6600 0 0 0 17 1 0 0 20 0 1 0 30874695 1231511552 13767 18446744073709551615 94818028527616 94818028527993 140727029134864 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94818028539288 94818028539908 94818058858496 140727029143896 140727029144098 140727029144098 140727029149671 0
/proc/25595/statm: 300662 13767 8076 1 0 272020 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 1206840 KiB
Current children cumulated memory: 58012 KiB

[startup+0.305464 s]*
/proc/loadavg: 4.27 4.15 4.10 5/266 25595
/proc/meminfo: memFree=129401148/131249992 swapFree=33010684/33010684
[pid=25590] ppid=25587 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25590/stat : 25590 (scip-naps-1.00.) S 25587 25590 19810 0 -1 4194304 256 315 0 0 0 0 0 0 20 0 1 0 30874693 4292608 736 18446744073709551615 94800166354944 94800167249477 140724223425360 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94800167488528 94800167536272 94800170393600 140724223433121 140724223433218 140724223433218 140724223438820 0
/proc/25590/statm: 1048 736 672 219 0 110 0
[pid=25595] ppid=25590 vsize=1203064 memory=55580 CPUtime=0.28 cores=4,6
/proc/25595/stat : 25595 (python3) R 25590 25590 19810 0 -1 4194304 6719 0 0 0 27 1 0 0 20 0 1 0 30874695 1231937536 13895 18446744073709551615 94818028527616 94818028527993 140727029134864 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94818028539288 94818028539908 94818058858496 140727029143896 140727029144098 140727029144098 140727029149671 0
/proc/25595/statm: 300766 13895 8076 1 0 272124 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 1207256 KiB
Current children cumulated memory: 58524 KiB

[startup+0.700194 s]
/proc/loadavg: 4.27 4.15 4.10 5/266 25595
/proc/meminfo: memFree=129400316/131249992 swapFree=33010684/33010684
[pid=25590] ppid=25587 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25590/stat : 25590 (scip-naps-1.00.) S 25587 25590 19810 0 -1 4194304 256 315 0 0 0 0 0 0 20 0 1 0 30874693 4292608 736 18446744073709551615 94800166354944 94800167249477 140724223425360 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94800167488528 94800167536272 94800170393600 140724223433121 140724223433218 140724223433218 140724223438820 0
/proc/25590/statm: 1048 736 672 219 0 110 0
[pid=25595] ppid=25590 vsize=1204064 memory=56860 CPUtime=0.66 cores=4,6
/proc/25595/stat : 25595 (python3) R 25590 25590 19810 0 -1 4194304 7055 0 0 0 65 1 0 0 20 0 1 0 30874695 1232961536 14215 18446744073709551615 94818028527616 94818028527993 140727029134864 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94818028539288 94818028539908 94818058858496 140727029143896 140727029144098 140727029144098 140727029149671 0
/proc/25595/statm: 301016 14215 8076 1 0 272374 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 1208256 KiB
Current children cumulated memory: 59804 KiB

[startup+1.5002 s]
/proc/loadavg: 4.27 4.15 4.10 5/266 25595
/proc/meminfo: memFree=129399472/131249992 swapFree=33010684/33010684
[pid=25590] ppid=25587 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25590/stat : 25590 (scip-naps-1.00.) S 25587 25590 19810 0 -1 4194304 256 315 0 0 0 0 0 0 20 0 1 0 30874693 4292608 736 18446744073709551615 94800166354944 94800167249477 140724223425360 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94800167488528 94800167536272 94800170393600 140724223433121 140724223433218 140724223433218 140724223438820 0
/proc/25590/statm: 1048 736 672 219 0 110 0
[pid=25595] ppid=25590 vsize=1205088 memory=57628 CPUtime=1.46 cores=4,6
/proc/25595/stat : 25595 (python3) R 25590 25590 19810 0 -1 4194304 7240 0 0 0 145 1 0 0 20 0 1 0 30874695 1234010112 14407 18446744073709551615 94818028527616 94818028527993 140727029134864 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94818028539288 94818028539908 94818058858496 140727029143896 140727029144098 140727029144098 140727029149671 0
/proc/25595/statm: 301272 14407 8076 1 0 272630 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 1209280 KiB
Current children cumulated memory: 60572 KiB

[startup+3.10523 s]
/proc/loadavg: 4.27 4.15 4.10 5/267 25596
/proc/meminfo: memFree=129338272/131249992 swapFree=33010684/33010684
[pid=25590] ppid=25587 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25590/stat : 25590 (scip-naps-1.00.) S 25587 25590 19810 0 -1 4194304 256 315 0 0 0 0 0 0 20 0 1 0 30874693 4292608 736 18446744073709551615 94800166354944 94800167249477 140724223425360 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94800167488528 94800167536272 94800170393600 140724223433121 140724223433218 140724223433218 140724223438820 0
/proc/25590/statm: 1048 736 672 219 0 110 0
[pid=25595] ppid=25590 vsize=1205088 memory=58012 CPUtime=1.76 cores=4,6
/proc/25595/stat : 25595 (python3) S 25590 25590 19810 0 -1 4194304 7462 0 0 0 175 1 0 0 20 0 1 0 30874695 1234010112 14503 18446744073709551615 94818028527616 94818028527993 140727029134864 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94818028539288 94818028539908 94818058858496 140727029143896 140727029144098 140727029144098 140727029149671 0
/proc/25595/statm: 301272 14503 8140 1 0 272630 0
[pid=25596] ppid=25595 vsize=65680 memory=58068 CPUtime=1.29 cores=4,6
/proc/25596/stat : 25596 (naps-1.03a6) R 25595 25596 25596 0 -1 4194304 16289 0 0 0 127 2 0 0 20 0 1 0 30874873 67256320 14517 18446744073709551615 4198400 7047149 140724871566400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 40976384 140724871571841 140724871571955 140724871571955 140724871577545 0
/proc/25596/statm: 16420 14517 544 696 0 15581 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 1274960 KiB
Current children cumulated memory: 119024 KiB

[startup+6.30022 s]
/proc/loadavg: 4.25 4.14 4.10 5/270 25632
/proc/meminfo: memFree=129332580/131249992 swapFree=33010684/33010684
[pid=25590] ppid=25587 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25590/stat : 25590 (scip-naps-1.00.) S 25587 25590 19810 0 -1 4194304 256 315 0 0 0 0 0 0 20 0 1 0 30874693 4292608 736 18446744073709551615 94800166354944 94800167249477 140724223425360 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94800167488528 94800167536272 94800170393600 140724223433121 140724223433218 140724223433218 140724223438820 0
/proc/25590/statm: 1048 736 672 219 0 110 0
[pid=25595] ppid=25590 vsize=1205088 memory=58012 CPUtime=1.76 cores=4,6
/proc/25595/stat : 25595 (python3) S 25590 25590 19810 0 -1 4194304 7462 0 0 0 175 1 0 0 20 0 1 0 30874695 1234010112 14503 18446744073709551615 94818028527616 94818028527993 140727029134864 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94818028539288 94818028539908 94818058858496 140727029143896 140727029144098 140727029144098 140727029149671 0
/proc/25595/statm: 301272 14503 8140 1 0 272630 0
[pid=25596] ppid=25595 vsize=65680 memory=60388 CPUtime=4.46 cores=4,6
/proc/25596/stat : 25596 (naps-1.03a6) R 25595 25596 25596 0 -1 4194304 16368 0 0 0 442 4 0 0 20 0 1 0 30874873 67256320 15097 18446744073709551615 4198400 7047149 140724871566400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 40976384 140724871571841 140724871571955 140724871571955 140724871577545 0
/proc/25596/statm: 16420 15097 544 696 0 15581 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 1274960 KiB
Current children cumulated memory: 121344 KiB

[startup+12.7002 s]
/proc/loadavg: 4.23 4.14 4.10 5/270 25632
/proc/meminfo: memFree=129320372/131249992 swapFree=33010684/33010684
[pid=25590] ppid=25587 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25590/stat : 25590 (scip-naps-1.00.) S 25587 25590 19810 0 -1 4194304 256 315 0 0 0 0 0 0 20 0 1 0 30874693 4292608 736 18446744073709551615 94800166354944 94800167249477 140724223425360 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94800167488528 94800167536272 94800170393600 140724223433121 140724223433218 140724223433218 140724223438820 0
/proc/25590/statm: 1048 736 672 219 0 110 0
[pid=25595] ppid=25590 vsize=1205088 memory=58012 CPUtime=1.76 cores=4,6
/proc/25595/stat : 25595 (python3) S 25590 25590 19810 0 -1 4194304 7462 0 0 0 175 1 0 0 20 0 1 0 30874695 1234010112 14503 18446744073709551615 94818028527616 94818028527993 140727029134864 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94818028539288 94818028539908 94818058858496 140727029143896 140727029144098 140727029144098 140727029149671 0
/proc/25595/statm: 301272 14503 8140 1 0 272630 0
[pid=25596] ppid=25595 vsize=65680 memory=60388 CPUtime=10.84 cores=4,6
/proc/25596/stat : 25596 (naps-1.03a6) R 25595 25596 25596 0 -1 4194304 16393 0 0 0 1080 4 0 0 20 0 1 0 30874873 67256320 15097 18446744073709551615 4198400 7047149 140724871566400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 40976384 140724871571841 140724871571955 140724871571955 140724871577545 0
/proc/25596/statm: 16420 15097 544 696 0 15581 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 1274960 KiB
Current children cumulated memory: 121344 KiB

[startup+25.5002 s]
/proc/loadavg: 4.18 4.14 4.10 5/271 25633
/proc/meminfo: memFree=129233556/131249992 swapFree=33010684/33010684
[pid=25590] ppid=25587 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25590/stat : 25590 (scip-naps-1.00.) S 25587 25590 19810 0 -1 4194304 256 315 0 0 0 0 0 0 20 0 1 0 30874693 4292608 736 18446744073709551615 94800166354944 94800167249477 140724223425360 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94800167488528 94800167536272 94800170393600 140724223433121 140724223433218 140724223433218 140724223438820 0
/proc/25590/statm: 1048 736 672 219 0 110 0
[pid=25595] ppid=25590 vsize=1205088 memory=58012 CPUtime=1.76 cores=4,6
/proc/25595/stat : 25595 (python3) S 25590 25590 19810 0 -1 4194304 7462 0 0 0 175 1 0 0 20 0 1 0 30874695 1234010112 14503 18446744073709551615 94818028527616 94818028527993 140727029134864 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94818028539288 94818028539908 94818058858496 140727029143896 140727029144098 140727029144098 140727029149671 0
/proc/25595/statm: 301272 14503 8140 1 0 272630 0
[pid=25596] ppid=25595 vsize=65680 memory=60388 CPUtime=23.6 cores=4,6
/proc/25596/stat : 25596 (naps-1.03a6) R 25595 25596 25596 0 -1 4194304 16401 0 0 0 2356 4 0 0 20 0 1 0 30874873 67256320 15097 18446744073709551615 4198400 7047149 140724871566400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 40976384 140724871571841 140724871571955 140724871571955 140724871577545 0
/proc/25596/statm: 16420 15097 544 696 0 15581 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 1274960 KiB
Current children cumulated memory: 121344 KiB

[startup+51.1054 s]
/proc/loadavg: 4.12 4.12 4.09 5/270 25633
/proc/meminfo: memFree=129226484/131249992 swapFree=33010684/33010684
[pid=25590] ppid=25587 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25590/stat : 25590 (scip-naps-1.00.) S 25587 25590 19810 0 -1 4194304 256 315 0 0 0 0 0 0 20 0 1 0 30874693 4292608 736 18446744073709551615 94800166354944 94800167249477 140724223425360 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94800167488528 94800167536272 94800170393600 140724223433121 140724223433218 140724223433218 140724223438820 0
/proc/25590/statm: 1048 736 672 219 0 110 0
[pid=25595] ppid=25590 vsize=1205088 memory=58012 CPUtime=1.76 cores=4,6
/proc/25595/stat : 25595 (python3) S 25590 25590 19810 0 -1 4194304 7462 0 0 0 175 1 0 0 20 0 1 0 30874695 1234010112 14503 18446744073709551615 94818028527616 94818028527993 140727029134864 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94818028539288 94818028539908 94818058858496 140727029143896 140727029144098 140727029144098 140727029149671 0
/proc/25595/statm: 301272 14503 8140 1 0 272630 0
[pid=25596] ppid=25595 vsize=66416 memory=61796 CPUtime=49.13 cores=4,6
/proc/25596/stat : 25596 (naps-1.03a6) R 25595 25596 25596 0 -1 4194304 16777 0 0 0 4909 4 0 0 20 0 1 0 30874873 68009984 15449 18446744073709551615 4198400 7047149 140724871566400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 40976384 140724871571841 140724871571955 140724871571955 140724871577545 0
/proc/25596/statm: 16604 15449 544 696 0 15765 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 1275696 KiB
Current children cumulated memory: 122752 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/270 25635
/proc/meminfo: memFree=129175108/131249992 swapFree=33010684/33010684
[pid=25590] ppid=25587 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25590/stat : 25590 (scip-naps-1.00.) S 25587 25590 19810 0 -1 4194304 256 315 0 0 0 0 0 0 20 0 1 0 30874693 4292608 736 18446744073709551615 94800166354944 94800167249477 140724223425360 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94800167488528 94800167536272 94800170393600 140724223433121 140724223433218 140724223433218 140724223438820 0
/proc/25590/statm: 1048 736 672 219 0 110 0
[pid=25595] ppid=25590 vsize=1205088 memory=58524 CPUtime=1.76 cores=4,6
/proc/25595/stat : 25595 (python3) S 25590 25590 19810 0 -1 4194304 7462 0 0 0 175 1 0 0 20 0 1 0 30874695 1234010112 14631 18446744073709551615 94818028527616 94818028527993 140727029134864 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94818028539288 94818028539908 94818058858496 140727029143896 140727029144098 140727029144098 140727029149671 0
/proc/25595/statm: 301272 14631 8140 1 0 272630 0
[pid=25596] ppid=25595 vsize=82228 memory=75740 CPUtime=100.17 cores=4,6
/proc/25596/stat : 25596 (naps-1.03a6) R 25595 25596 25596 0 -1 4194304 22839 0 0 0 10010 7 0 0 20 0 1 0 30874873 84201472 18935 18446744073709551615 4198400 7047149 140724871566400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 40976384 140724871571841 140724871571955 140724871571955 140724871577545 0
/proc/25596/statm: 20557 18935 544 696 0 19718 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 1291508 KiB
Current children cumulated memory: 137208 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/271 25638
/proc/meminfo: memFree=129151364/131249992 swapFree=33010684/33010684
[pid=25590] ppid=25587 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25590/stat : 25590 (scip-naps-1.00.) S 25587 25590 19810 0 -1 4194304 256 315 0 0 0 0 0 0 20 0 1 0 30874693 4292608 736 18446744073709551615 94800166354944 94800167249477 140724223425360 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94800167488528 94800167536272 94800170393600 140724223433121 140724223433218 140724223433218 140724223438820 0

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

/proc/25590/statm: 1048 736 672 219 0 110 0
[pid=25595] ppid=25590 vsize=1205088 memory=58524 CPUtime=1.76 cores=4,6
/proc/25595/stat : 25595 (python3) S 25590 25590 19810 0 -1 4194304 7462 0 0 0 175 1 0 0 20 0 1 0 30874695 1234010112 14631 18446744073709551615 94818028527616 94818028527993 140727029134864 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94818028539288 94818028539908 94818058858496 140727029143896 140727029144098 140727029144098 140727029149671 0
/proc/25595/statm: 301272 14631 8140 1 0 272630 0
[pid=25596] ppid=25595 vsize=85948 memory=75756 CPUtime=518.96 cores=4,6
/proc/25596/stat : 25596 (naps-1.03a6) R 25595 25596 25596 0 -1 4194304 28574 0 0 0 51884 12 0 0 20 0 1 0 30874873 88010752 18939 18446744073709551615 4198400 7047149 140724871566400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 40976384 140724871571841 140724871571955 140724871571955 140724871577545 0
/proc/25596/statm: 21487 18939 544 696 0 20648 0
Current children cumulated CPU time: 520.72 s
Current children cumulated vsize: 1295228 KiB
Current children cumulated memory: 137224 KiB

[startup+582.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/273 25662
/proc/meminfo: memFree=129135708/131249992 swapFree=33010684/33010684
[pid=25590] ppid=25587 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25590/stat : 25590 (scip-naps-1.00.) S 25587 25590 19810 0 -1 4194304 256 315 0 0 0 0 0 0 20 0 1 0 30874693 4292608 736 18446744073709551615 94800166354944 94800167249477 140724223425360 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94800167488528 94800167536272 94800170393600 140724223433121 140724223433218 140724223433218 140724223438820 0
/proc/25590/statm: 1048 736 672 219 0 110 0
[pid=25595] ppid=25590 vsize=1205088 memory=58524 CPUtime=1.76 cores=4,6
/proc/25595/stat : 25595 (python3) S 25590 25590 19810 0 -1 4194304 7462 0 0 0 175 1 0 0 20 0 1 0 30874695 1234010112 14631 18446744073709551615 94818028527616 94818028527993 140727029134864 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94818028539288 94818028539908 94818058858496 140727029143896 140727029144098 140727029144098 140727029149671 0
/proc/25595/statm: 301272 14631 8140 1 0 272630 0
[pid=25596] ppid=25595 vsize=85948 memory=75756 CPUtime=578.78 cores=4,6
/proc/25596/stat : 25596 (naps-1.03a6) R 25595 25596 25596 0 -1 4194304 28574 0 0 0 57865 13 0 0 20 0 1 0 30874873 88010752 18939 18446744073709551615 4198400 7047149 140724871566400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 40976384 140724871571841 140724871571955 140724871571955 140724871577545 0
/proc/25596/statm: 21487 18939 544 696 0 20648 0
Current children cumulated CPU time: 580.54 s
Current children cumulated vsize: 1295228 KiB
Current children cumulated memory: 137224 KiB

[startup+642.3 s]
/proc/loadavg: 4.40 4.18 4.11 5/272 25664
/proc/meminfo: memFree=129127624/131249992 swapFree=33010684/33010684
[pid=25590] ppid=25587 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25590/stat : 25590 (scip-naps-1.00.) S 25587 25590 19810 0 -1 4194304 256 315 0 0 0 0 0 0 20 0 1 0 30874693 4292608 736 18446744073709551615 94800166354944 94800167249477 140724223425360 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94800167488528 94800167536272 94800170393600 140724223433121 140724223433218 140724223433218 140724223438820 0
/proc/25590/statm: 1048 736 672 219 0 110 0
[pid=25595] ppid=25590 vsize=1205088 memory=58524 CPUtime=1.76 cores=4,6
/proc/25595/stat : 25595 (python3) S 25590 25590 19810 0 -1 4194304 7462 0 0 0 175 1 0 0 20 0 1 0 30874695 1234010112 14631 18446744073709551615 94818028527616 94818028527993 140727029134864 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94818028539288 94818028539908 94818058858496 140727029143896 140727029144098 140727029144098 140727029149671 0
/proc/25595/statm: 301272 14631 8140 1 0 272630 0
[pid=25596] ppid=25595 vsize=94144 memory=84388 CPUtime=638.61 cores=4,6
/proc/25596/stat : 25596 (naps-1.03a6) R 25595 25596 25596 0 -1 4194304 32793 0 0 0 63845 16 0 0 20 0 1 0 30874873 96403456 21097 18446744073709551615 4198400 7047149 140724871566400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 40976384 140724871571841 140724871571955 140724871571955 140724871577545 0
/proc/25596/statm: 23536 21097 544 696 0 22697 0
Current children cumulated CPU time: 640.37 s
Current children cumulated vsize: 1303424 KiB
Current children cumulated memory: 145856 KiB

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

# cumulated CPU time of all completed processes:  user=657.533 s, system=0.210539 s

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

[startup+652.8 s]
/proc/loadavg: 4.50 4.20 4.12 5/272 25664
/proc/meminfo: memFree=129144008/131249992 swapFree=33010684/33010684
[pid=25590] ppid=25587 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25590/stat : 25590 (scip-naps-1.00.) S 25587 25590 19810 0 -1 4194304 256 315 0 0 0 0 0 0 20 0 1 0 30874693 4292608 736 18446744073709551615 94800166354944 94800167249477 140724223425360 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94800167488528 94800167536272 94800170393600 140724223433121 140724223433218 140724223433218 140724223438820 0
/proc/25590/statm: 1048 736 672 219 0 110 0
[pid=25595] ppid=25590 vsize=1205088 memory=58524 CPUtime=1.76 cores=4,6
/proc/25595/stat : 25595 (python3) S 25590 25590 19810 0 -1 4194304 7462 0 0 0 175 1 0 0 20 0 1 0 30874695 1234010112 14631 18446744073709551615 94818028527616 94818028527993 140727029134864 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94818028539288 94818028539908 94818058858496 140727029143896 140727029144098 140727029144098 140727029149671 0
/proc/25595/statm: 301272 14631 8140 1 0 272630 0
[pid=25596] ppid=25595 vsize=102336 memory=88484 CPUtime=649.08 cores=4,6
/proc/25596/stat : 25596 (naps-1.03a6) R 25595 25596 25596 0 -1 4194304 35983 0 0 0 64890 18 0 0 20 0 1 0 30874873 104792064 22121 18446744073709551615 4198400 7047149 140724871566400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 40976384 140724871571841 140724871571955 140724871571955 140724871577545 0
/proc/25596/statm: 25584 22121 544 696 0 24745 0
Current children cumulated CPU time: 650.84 s
Current children cumulated vsize: 1311616 KiB
Current children cumulated memory: 149952 KiB

[startup+656 s]*
/proc/loadavg: 4.45 4.20 4.12 5/272 25664
/proc/meminfo: memFree=129139912/131249992 swapFree=33010684/33010684
[pid=25590] ppid=25587 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25590/stat : 25590 (scip-naps-1.00.) S 25587 25590 19810 0 -1 4194304 256 315 0 0 0 0 0 0 20 0 1 0 30874693 4292608 736 18446744073709551615 94800166354944 94800167249477 140724223425360 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94800167488528 94800167536272 94800170393600 140724223433121 140724223433218 140724223433218 140724223438820 0
/proc/25590/statm: 1048 736 672 219 0 110 0
[pid=25595] ppid=25590 vsize=1205088 memory=58524 CPUtime=1.76 cores=4,6
/proc/25595/stat : 25595 (python3) S 25590 25590 19810 0 -1 4194304 7462 0 0 0 175 1 0 0 20 0 1 0 30874695 1234010112 14631 18446744073709551615 94818028527616 94818028527993 140727029134864 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94818028539288 94818028539908 94818058858496 140727029143896 140727029144098 140727029144098 140727029149671 0
/proc/25595/statm: 301272 14631 8140 1 0 272630 0
[pid=25596] ppid=25595 vsize=102336 memory=86052 CPUtime=652.27 cores=4,6
/proc/25596/stat : 25596 (naps-1.03a6) R 25595 25596 25596 0 -1 4194304 37276 0 0 0 65209 18 0 0 20 0 1 0 30874873 104792064 21513 18446744073709551615 4198400 7047149 140724871566400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 40976384 140724871571841 140724871571955 140724871571955 140724871577545 0
/proc/25596/statm: 25584 21513 544 696 0 24745 0
Current children cumulated CPU time: 654.03 s
Current children cumulated vsize: 1311616 KiB
Current children cumulated memory: 147520 KiB

[startup+657.6 s]
/proc/loadavg: 4.45 4.20 4.12 5/272 25664
/proc/meminfo: memFree=129139912/131249992 swapFree=33010684/33010684
[pid=25590] ppid=25587 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25590/stat : 25590 (scip-naps-1.00.) S 25587 25590 19810 0 -1 4194304 256 315 0 0 0 0 0 0 20 0 1 0 30874693 4292608 736 18446744073709551615 94800166354944 94800167249477 140724223425360 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94800167488528 94800167536272 94800170393600 140724223433121 140724223433218 140724223433218 140724223438820 0
/proc/25590/statm: 1048 736 672 219 0 110 0
[pid=25595] ppid=25590 vsize=1205088 memory=58524 CPUtime=1.76 cores=4,6
/proc/25595/stat : 25595 (python3) S 25590 25590 19810 0 -1 4194304 7462 0 0 0 175 1 0 0 20 0 1 0 30874695 1234010112 14631 18446744073709551615 94818028527616 94818028527993 140727029134864 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94818028539288 94818028539908 94818058858496 140727029143896 140727029144098 140727029144098 140727029149671 0
/proc/25595/statm: 301272 14631 8140 1 0 272630 0
[pid=25596] ppid=25595 vsize=102336 memory=86052 CPUtime=653.86 cores=4,6
/proc/25596/stat : 25596 (naps-1.03a6) R 25595 25596 25596 0 -1 4194304 37277 0 0 0 65368 18 0 0 20 0 1 0 30874873 104792064 21513 18446744073709551615 4198400 7047149 140724871566400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 40976384 140724871571841 140724871571955 140724871571955 140724871577545 0
/proc/25596/statm: 25584 21513 544 696 0 24745 0
Current children cumulated CPU time: 655.62 s
Current children cumulated vsize: 1311616 KiB
Current children cumulated memory: 147520 KiB

[startup+658.4 s]
/proc/loadavg: 4.45 4.20 4.12 5/272 25664
/proc/meminfo: memFree=129139912/131249992 swapFree=33010684/33010684
[pid=25590] ppid=25587 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25590/stat : 25590 (scip-naps-1.00.) S 25587 25590 19810 0 -1 4194304 256 315 0 0 0 0 0 0 20 0 1 0 30874693 4292608 736 18446744073709551615 94800166354944 94800167249477 140724223425360 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94800167488528 94800167536272 94800170393600 140724223433121 140724223433218 140724223433218 140724223438820 0
/proc/25590/statm: 1048 736 672 219 0 110 0
[pid=25595] ppid=25590 vsize=1205088 memory=58524 CPUtime=1.76 cores=4,6
/proc/25595/stat : 25595 (python3) S 25590 25590 19810 0 -1 4194304 7462 0 0 0 175 1 0 0 20 0 1 0 30874695 1234010112 14631 18446744073709551615 94818028527616 94818028527993 140727029134864 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94818028539288 94818028539908 94818058858496 140727029143896 140727029144098 140727029144098 140727029149671 0
/proc/25595/statm: 301272 14631 8140 1 0 272630 0
[pid=25596] ppid=25595 vsize=102336 memory=86052 CPUtime=654.66 cores=4,6
/proc/25596/stat : 25596 (naps-1.03a6) R 25595 25596 25596 0 -1 4194304 37279 0 0 0 65448 18 0 0 20 0 1 0 30874873 104792064 21513 18446744073709551615 4198400 7047149 140724871566400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 40976384 140724871571841 140724871571955 140724871571955 140724871577545 0
/proc/25596/statm: 25584 21513 544 696 0 24745 0
Current children cumulated CPU time: 656.42 s
Current children cumulated vsize: 1311616 KiB
Current children cumulated memory: 147520 KiB

[startup+659.2 s]
/proc/loadavg: 4.45 4.20 4.12 5/272 25664
/proc/meminfo: memFree=129139912/131249992 swapFree=33010684/33010684
[pid=25590] ppid=25587 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25590/stat : 25590 (scip-naps-1.00.) S 25587 25590 19810 0 -1 4194304 256 315 0 0 0 0 0 0 20 0 1 0 30874693 4292608 736 18446744073709551615 94800166354944 94800167249477 140724223425360 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94800167488528 94800167536272 94800170393600 140724223433121 140724223433218 140724223433218 140724223438820 0
/proc/25590/statm: 1048 736 672 219 0 110 0
[pid=25595] ppid=25590 vsize=1205088 memory=58524 CPUtime=1.76 cores=4,6
/proc/25595/stat : 25595 (python3) S 25590 25590 19810 0 -1 4194304 7462 0 0 0 175 1 0 0 20 0 1 0 30874695 1234010112 14631 18446744073709551615 94818028527616 94818028527993 140727029134864 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94818028539288 94818028539908 94818058858496 140727029143896 140727029144098 140727029144098 140727029149671 0
/proc/25595/statm: 301272 14631 8140 1 0 272630 0
[pid=25596] ppid=25595 vsize=102336 memory=86052 CPUtime=655.46 cores=4,6
/proc/25596/stat : 25596 (naps-1.03a6) R 25595 25596 25596 0 -1 4194304 37307 0 0 0 65528 18 0 0 20 0 1 0 30874873 104792064 21513 18446744073709551615 4198400 7047149 140724871566400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 40976384 140724871571841 140724871571955 140724871571955 140724871577545 0
/proc/25596/statm: 25584 21513 544 696 0 24745 0
Current children cumulated CPU time: 657.22 s
Current children cumulated vsize: 1311616 KiB
Current children cumulated memory: 147520 KiB

[startup+659.6 s]
/proc/loadavg: 4.45 4.20 4.12 5/272 25664
/proc/meminfo: memFree=129139912/131249992 swapFree=33010684/33010684
[pid=25590] ppid=25587 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25590/stat : 25590 (scip-naps-1.00.) S 25587 25590 19810 0 -1 4194304 256 315 0 0 0 0 0 0 20 0 1 0 30874693 4292608 736 18446744073709551615 94800166354944 94800167249477 140724223425360 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94800167488528 94800167536272 94800170393600 140724223433121 140724223433218 140724223433218 140724223438820 0
/proc/25590/statm: 1048 736 672 219 0 110 0
[pid=25595] ppid=25590 vsize=1205088 memory=58524 CPUtime=1.76 cores=4,6
/proc/25595/stat : 25595 (python3) S 25590 25590 19810 0 -1 4194304 7462 0 0 0 175 1 0 0 20 0 1 0 30874695 1234010112 14631 18446744073709551615 94818028527616 94818028527993 140727029134864 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94818028539288 94818028539908 94818058858496 140727029143896 140727029144098 140727029144098 140727029149671 0
/proc/25595/statm: 301272 14631 8140 1 0 272630 0
[pid=25596] ppid=25595 vsize=102336 memory=86052 CPUtime=655.86 cores=4,6
/proc/25596/stat : 25596 (naps-1.03a6) R 25595 25596 25596 0 -1 4194304 37307 0 0 0 65568 18 0 0 20 0 1 0 30874873 104792064 21513 18446744073709551615 4198400 7047149 140724871566400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 40976384 140724871571841 140724871571955 140724871571955 140724871577545 0
/proc/25596/statm: 25584 21513 544 696 0 24745 0
Current children cumulated CPU time: 657.62 s
Current children cumulated vsize: 1311616 KiB
Current children cumulated memory: 147520 KiB

[startup+659.7 s]
/proc/loadavg: 4.45 4.20 4.12 5/272 25664
/proc/meminfo: memFree=129139912/131249992 swapFree=33010684/33010684
[pid=25590] ppid=25587 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25590/stat : 25590 (scip-naps-1.00.) S 25587 25590 19810 0 -1 4194304 256 315 0 0 0 0 0 0 20 0 1 0 30874693 4292608 736 18446744073709551615 94800166354944 94800167249477 140724223425360 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94800167488528 94800167536272 94800170393600 140724223433121 140724223433218 140724223433218 140724223438820 0
/proc/25590/statm: 1048 736 672 219 0 110 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 2944 KiB

Child status: 0

Real time (s): 659.702
CPU time (s): 657.744
CPU user time (s): 657.533
CPU system time (s): 0.210539
CPU usage (%): 99.7032
Max. virtual memory (cumulated for all children) (KiB): 1328000
Max. memory (cumulated for all children) (KiB): 154048

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


# summary of solver processes directly reported to runsolver:
#   pid: 25590
#   total CPU time (s): 657.744
#   total CPU user time (s): 657.533
#   total CPU system time (s): 0.210539

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.45455 second user time and 2.94113 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-06-29 01:05:59
IDJOB=4495797
IDBENCH=148098
IDSOLVER=3368
FILE ID=nodeC025/4495797-1751151959
RUNJOBID= nodeC025-1751145166-19821
SLURM_JOB_ID= 9587446
Free space on /tmp= 432964 MiB

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

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

MD5SUM BENCH= 51f776679cf4368d72b5455aa221d9d6
RANDOM SEED=235697806

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.855
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		: 3700.000
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:        129401148 kB
MemAvailable:   129118772 kB
Buffers:            3280 kB
Cached:           527960 kB
SwapCached:            0 kB
Active:           968404 kB
Inactive:         269876 kB
Active(anon):     725124 kB
Inactive(anon):        0 kB
Active(file):     243280 kB
Inactive(file):   269876 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             51520 kB
Writeback:             0 kB
AnonPages:        709804 kB
Mapped:           127632 kB
Shmem:             18084 kB
KReclaimable:      87416 kB
Slab:             171440 kB
SReclaimable:      87416 kB
SUnreclaim:        84024 kB
KernelStack:        4288 kB
PageTables:         4812 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    3196184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    583680 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433040 MiB
End job on nodeC025 at 2025-06-29 01:16:59