Trace number 4510449

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP-NaPS 1.00a1UNSAT 8.5167 9.39499

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid3x50split.cnf-extracted.pb.metafix.opb
MD5SUM263410a961b28aed09a276ce7c40a50f
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.066647
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables301
Total number of constraints402
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3.85/4.79	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4510449-1751204027.opb
3.85/4.79	c Solving mode: decision
3.85/4.79	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
3.85/4.79	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
3.85/4.79	c original problem has 301 variables (301 bin, 0 int, 0 impl, 0 cont) and 402 constraints
3.85/4.79	c presolving:
3.85/4.79	c (round 1, medium)     1 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
3.85/4.79	c (round 2, fast)       1 del vars, 2 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
3.85/4.79	c (round 3, exhaustive) 1 del vars, 252 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
3.85/4.79	c    (0.0s) probing: 51/300 (17.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
3.85/4.79	c    (0.0s) probing aborted: 50/50 successive totally useless probings
3.85/4.79	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
3.85/4.79	c    (0.0s) symmetry computation finished: 1 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.00)
3.85/4.79	c dynamic symmetry handling statistics:
3.85/4.79	c    orbitopal reduction:       no components
3.85/4.79	c    orbital reduction:         no components
3.85/4.79	c    lexicographic reduction:    1 permutations with support sizes 200
3.85/4.79	c handled 1 out of 1 symmetry components
3.85/4.79	c presolving (4 rounds: 4 fast, 3 medium, 2 exhaustive):
3.85/4.79	c  1 deleted vars, 252 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
3.85/4.79	c  0 implications, 0 cliques
3.85/4.79	c presolved problem has 300 variables (300 bin, 0 int, 0 impl, 0 cont) and 150 constraints
3.85/4.79	c     150 constraints of type <linear>
3.85/4.79	c transformed objective value is always integral (scale: 1)
3.85/4.79	c Presolving Time: 0.01
3.85/4.79	c 
3.85/4.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.85/4.79	c   0.0s|     1 |     0 |   213 |     - |  6830k |   0 | 300 | 394 | 150 |   0 |  0 | 244 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.79	c   0.1s|     1 |     0 |   281 |     - |  6902k |   0 | 300 | 425 | 158 |   8 |  1 | 244 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.79	c   0.1s|     1 |     0 |   286 |     - |  6986k |   0 | 300 | 425 | 165 |  15 |  2 | 244 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.79	c   0.1s|     1 |     0 |   293 |     - |  7105k |   0 | 300 | 425 | 170 |  20 |  3 | 244 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.79	c   0.1s|     1 |     0 |   300 |     - |  7123k |   0 | 300 | 425 | 173 |  23 |  4 | 244 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.79	c   0.1s|     1 |     0 |   308 |     - |  7220k |   0 | 300 | 425 | 177 |  27 |  5 | 244 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.79	c   0.1s|     1 |     0 |   315 |     - |  7438k |   0 | 300 | 425 | 183 |  33 |  6 | 244 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.79	c   0.1s|     1 |     0 |   328 |     - |  7510k |   0 | 300 | 425 | 189 |  39 |  7 | 244 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.79	c   0.1s|     1 |     0 |   340 |     - |  8033k |   0 | 300 | 426 | 195 |  45 |  8 | 245 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.79	c   0.1s|     1 |     0 |   348 |     - |  8211k |   0 | 300 | 426 | 199 |  49 |  9 | 245 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.79	c   0.2s|     1 |     0 |   370 |     - |  8477k |   0 | 300 | 426 | 204 |  54 | 10 | 245 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.79	c   0.2s|     1 |     0 |   382 |     - |  8498k |   0 | 300 | 426 | 210 |  60 | 11 | 245 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.79	c   0.2s|     1 |     0 |   387 |     - |  8519k |   0 | 300 | 426 | 213 |  63 | 12 | 245 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.79	c   0.2s|     1 |     0 |   388 |     - |  8602k |   0 | 300 | 427 | 214 |  64 | 13 | 246 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.79	c   0.2s|     1 |     0 |   394 |     - |  8624k |   0 | 300 | 427 | 217 |  67 | 14 | 246 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.85/4.79	c   0.2s|     1 |     0 |   401 |     - |  8647k |   0 | 300 | 430 | 220 |  70 | 15 | 249 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.79	c   0.2s|     1 |     0 |   404 |     - |  8731k |   0 | 300 | 430 | 202 |  73 | 16 | 249 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.79	c   0.2s|     1 |     0 |   408 |     - |  8750k |   0 | 300 | 430 | 204 |  75 | 17 | 249 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.79	c   0.2s|     1 |     0 |   412 |     - |  8779k |   0 | 300 | 430 | 206 |  77 | 18 | 249 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.79	c   0.3s|     1 |     2 |   507 |     - |  8785k |   0 | 300 | 437 | 206 |  77 | 18 | 256 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.80	c   0.8s|   100 |    89 |  1094 |   6.9 |  8966k |  34 | 300 | 534 | 158 |  89 |  1 | 353 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.80	c   1.0s|   200 |   128 |  1517 |   5.6 |  9142k |  36 | 300 | 641 | 158 |  89 |  1 | 460 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.80	c   1.1s|   300 |   198 |  1910 |   5.0 |  9556k |  36 | 300 | 733 |   0 |  89 |  0 | 552 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.80	c   1.4s|   400 |   234 |  2262 |   4.6 |  9594k |  36 | 300 | 869 | 158 |  93 |  1 | 688 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.80	c   1.6s|   500 |   254 |  2521 |   4.2 |  9688k |  36 | 300 |1000 | 158 |  93 |  1 | 819 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.80	c   1.6s|   600 |   267 |  2716 |   3.8 |  9691k |  36 | 300 |1116 | 158 |  93 |  1 | 936 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.80	c   1.8s|   700 |   273 |  2855 |   3.5 |  9768k |  36 | 300 |1227 | 158 |  95 |  1 |1047 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.80	c   1.9s|   800 |   290 |  3158 |   3.4 |  9833k |  36 | 300 |1399 | 158 |  95 |  1 |1220 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.80	c   2.0s|   900 |   319 |  3505 |   3.4 |    10M |  36 | 300 |1583 | 158 |  95 |  1 |1408 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.80	c   2.1s|  1000 |   332 |  3723 |   3.3 |    10M |  36 | 300 |1717 |   0 |  95 |  0 |1543 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.85/4.80	c   2.3s|  1100 |   382 |  4070 |   3.3 |    10M |  36 | 300 |1811 | 158 |  95 |  1 |1640 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.80	c   2.5s|  1200 |   404 |  4347 |   3.3 |    10M |  36 | 300 |1935 | 158 |  97 |  0 |1770 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.80	c   2.5s|  1300 |   413 |  4632 |   3.2 |    10M |  36 | 300 |2140 | 158 |  97 |  1 |1981 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.80	c   2.7s|  1400 |   423 |  4845 |   3.2 |    11M |  36 | 300 |2255 | 158 |  97 |  1 |2102 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.80	c   2.9s|  1500 |   444 |  5128 |   3.1 |    11M |  36 | 300 |2384 |   0 |  97 |  0 |2240 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.80	c   3.1s|  1600 |   442 |  5360 |   3.1 |    11M |  36 | 300 |2485 | 158 |  97 |  1 |2356 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.80	c   3.4s|  1700 |   463 |  5634 |   3.1 |    11M |  36 | 300 |2618 | 158 |  99 |  1 |2501 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.80	c   3.5s|  1800 |   464 |  5816 |   3.0 |    11M |  36 | 300 |2756 | 158 |  99 |  1 |2674 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.85/4.80	c   3.6s|  1900 |   473 |  6022 |   3.0 |    11M |  36 | 300 |2831 | 158 |  99 |  1 |2806 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   3.6s|  2000 |   466 |  6178 |   2.9 |    11M |  36 | 300 |2852 |   0 |  99 |  0 |2915 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   4.0s|  2100 |   471 |  6485 |   2.9 |    12M |  36 | 300 |2860 | 158 |  99 |  1 |3052 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   4.3s|  2200 |   491 |  6868 |   2.9 |    12M |  36 | 300 |2935 | 158 |  99 |  1 |3225 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   4.4s|  2300 |   481 |  7082 |   2.9 |    12M |  36 | 300 |2977 |   0 |  99 |  0 |3434 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   4.6s|  2400 |   491 |  7379 |   2.9 |    12M |  36 | 300 |3011 |   0 |  99 |  0 |3578 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   4.7s|  2500 |   500 |  7630 |   2.9 |    12M |  36 | 300 |3055 |   0 |  99 |  0 |3744 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
6.51/7.41	c   4.8s|  2600 |   492 |  7845 |   2.9 |    12M |  36 | 300 |3042 | 159 |  99 |  1 |3900 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   4.8s|  2700 |   485 |  8031 |   2.8 |    12M |  36 | 300 |3072 |   0 |  99 |  0 |4067 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   4.9s|  2800 |   487 |  8219 |   2.8 |    12M |  36 | 300 |3065 |   0 |  99 |  0 |4176 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   4.9s|  2900 |   466 |  8401 |   2.8 |    12M |  36 | 300 |3073 |   0 |  99 |  0 |4395 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   5.0s|  3000 |   469 |  8547 |   2.7 |    12M |  36 | 300 |3139 | 158 |  99 |  1 |4581 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   5.0s|  3100 |   484 |  8797 |   2.7 |    12M |  36 | 300 |3181 | 158 |  99 |  1 |4710 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   5.0s|  3200 |   490 |  9072 |   2.7 |    12M |  36 | 300 |3272 | 159 |  99 |  1 |4890 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   5.1s|  3300 |   484 |  9222 |   2.7 |    13M |  36 | 300 |3428 |   0 |  99 |  0 |5070 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   5.1s|  3400 |   495 |  9419 |   2.6 |    13M |  36 | 300 |3397 |   0 |  99 |  0 |5189 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   5.1s|  3500 |   485 |  9592 |   2.6 |    13M |  36 | 300 |3419 | 158 |  99 |  1 |5385 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   5.2s|  3600 |   499 | 10035 |   2.7 |    13M |  36 | 300 |3483 | 158 |  99 |  1 |5595 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   5.2s|  3700 |   501 | 10313 |   2.7 |    13M |  36 | 300 |3327 | 158 | 101 |  1 |5714 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   5.2s|  3800 |   533 | 10595 |   2.7 |    13M |  36 | 300 |3357 | 158 | 101 |  1 |5832 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   5.3s|  3900 |   529 | 10744 |   2.6 |    13M |  36 | 300 |3407 |   0 | 101 |  0 |5934 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   5.3s|  4000 |   540 | 10927 |   2.6 |    13M |  36 | 300 |3415 | 159 | 107 |  1 |5999 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
6.51/7.41	c   5.3s|  4100 |   550 | 11145 |   2.6 |    13M |  36 | 300 |3500 |   0 | 107 |  0 |6106 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   5.4s|  4200 |   563 | 11308 |   2.6 |    13M |  36 | 300 |3557 |   0 | 109 |  0 |6174 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   5.4s|  4300 |   554 | 11470 |   2.6 |    13M |  36 | 300 |3655 |   0 | 109 |  0 |6297 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   5.4s|  4400 |   545 | 11656 |   2.6 |    13M |  36 | 300 |3784 |   0 | 109 |  0 |6440 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   5.5s|  4500 |   528 | 11851 |   2.5 |    13M |  36 | 300 |3804 | 158 | 115 |  1 |6615 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   5.5s|  4600 |   533 | 12043 |   2.5 |    13M |  36 | 300 |3853 | 158 | 117 |  1 |6768 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   5.5s|  4700 |   532 | 12226 |   2.5 |    13M |  36 | 300 |3916 | 159 | 119 |  1 |6979 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   5.6s|  4800 |   533 | 12384 |   2.5 |    13M |  36 | 300 |4177 |   0 | 121 |  0 |7271 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   5.6s|  4900 |   530 | 12564 |   2.5 |    14M |  36 | 300 |4322 |   0 | 121 |  0 |7463 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   5.6s|  5000 |   531 | 12750 |   2.5 |    14M |  36 | 300 |4484 |   0 | 123 |  0 |7668 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   5.7s|  5100 |   544 | 13002 |   2.5 |    14M |  36 | 300 |4604 | 158 | 123 |  1 |7888 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   5.7s|  5200 |   524 | 13191 |   2.5 |    14M |  36 | 300 |4647 |   0 | 125 |  0 |8066 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   5.7s|  5300 |   476 | 13329 |   2.4 |    14M |  36 | 300 |4533 |   0 | 129 |  0 |8238 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   5.8s|  5400 |   470 | 13566 |   2.4 |    14M |  36 | 300 |4524 |   0 | 129 |  0 |8369 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   5.8s|  5500 |   448 | 13719 |   2.4 |    14M |  36 | 300 |4306 |   0 | 129 |  0 |8546 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
6.51/7.41	c   5.9s|  5600 |   441 | 13822 |   2.4 |    14M |  36 | 300 |4298 | 158 | 129 |  1 |8648 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   5.9s|  5700 |   419 | 13927 |   2.4 |    14M |  36 | 300 |4181 | 159 | 131 |  1 |8807 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   5.9s|  5800 |   397 | 14087 |   2.4 |    14M |  36 | 300 |4218 |   0 | 131 |  0 |8982 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   6.0s|  5900 |   357 | 14186 |   2.3 |    14M |  36 | 300 |4041 |   0 | 131 |  0 |9106 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   6.0s|  6000 |   320 | 14347 |   2.3 |    14M |  36 | 300 |3971 | 158 | 133 |  1 |9328 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   6.1s|  6100 |   325 | 14504 |   2.3 |    14M |  36 | 300 |4090 |   0 | 133 |  0 |9517 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   6.1s|  6200 |   321 | 14673 |   2.3 |    14M |  36 | 300 |4238 |   0 | 133 |  0 |9688 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   6.1s|  6300 |   312 | 14833 |   2.3 |    14M |  36 | 300 |4392 |   0 | 133 |  0 |9876 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c   6.1s|  6400 |   323 | 15080 |   2.3 |    14M |  36 | 300 |4289 | 158 | 137 |  1 |9992 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.51/7.41	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
6.51/7.41	c (run 1, node 6444) performing user restart
6.51/7.41	c 
6.51/7.41	c (restart) converted 8 cuts from the global cut pool into linear constraints
6.51/7.41	c 
6.51/7.41	c presolving:
6.51/7.41	c (round 1, fast)       0 del vars, 1183 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
6.51/7.41	c (round 2, exhaustive) 0 del vars, 1184 del conss, 0 add conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 29 upgd conss, 0 impls, 0 clqs
6.51/7.41	c (round 3, exhaustive) 0 del vars, 1558 del conss, 0 add conss, 0 chg bounds, 1 chg sides, 1849 chg coeffs, 29 upgd conss, 0 impls, 0 clqs
6.51/7.41	c (round 4, exhaustive) 0 del vars, 1592 del conss, 0 add conss, 0 chg bounds, 1 chg sides, 1849 chg coeffs, 29 upgd conss, 0 impls, 0 clqs
6.51/7.41	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
6.51/7.41	c  0 deleted vars, 1592 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 1 changed sides, 1849 changed coefficients
6.51/7.41	c  0 implications, 0 cliques
6.51/7.41	c presolved problem has 300 variables (300 bin, 0 int, 0 impl, 0 cont) and 2704 constraints
6.51/7.41	c      51 constraints of type <knapsack>
6.51/7.41	c     160 constraints of type <linear>
6.51/7.41	c    2493 constraints of type <logicor>
8.39/9.31	c transformed objective value is always integral (scale: 1)
8.39/9.31	c Presolving Time: 0.11
8.39/9.31	c 
8.39/9.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.39/9.31	c   6.3s|     1 |     0 | 15360 |     - |    21M |   0 | 300 |2704 | 158 |   0 |  0 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   6.3s|     1 |     0 | 15372 |     - |    21M |   0 | 300 |2704 | 175 |  17 |  1 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   6.3s|     1 |     0 | 15391 |     - |    21M |   0 | 300 |2704 | 184 |  26 |  2 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   6.3s|     1 |     0 | 15404 |     - |    22M |   0 | 300 |2706 | 195 |  37 |  3 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   6.3s|     1 |     0 | 15415 |     - |    22M |   0 | 300 |2706 | 205 |  47 |  4 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   6.3s|     1 |     0 | 15430 |     - |    22M |   0 | 300 |2707 | 212 |  54 |  5 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   6.3s|     1 |     0 | 15449 |     - |    22M |   0 | 300 |2709 | 221 |  63 |  6 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   6.3s|     1 |     0 | 15452 |     - |    22M |   0 | 300 |2709 | 226 |  68 |  7 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   6.3s|     1 |     0 | 15471 |     - |    22M |   0 | 300 |2711 | 228 |  70 |  8 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   6.3s|     1 |     0 | 15474 |     - |    23M |   0 | 300 |2712 | 233 |  75 |  9 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   6.3s|     1 |     0 | 15480 |     - |    23M |   0 | 300 |2712 | 235 |  77 | 10 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   6.3s|     1 |     0 | 15487 |     - |    23M |   0 | 300 |2712 | 237 |  79 | 11 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   6.3s|     1 |     0 | 15490 |     - |    23M |   0 | 300 |2712 | 239 |  81 | 12 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   6.3s|     1 |     0 | 15498 |     - |    23M |   0 | 300 |2712 | 241 |  83 | 13 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   6.3s|     1 |     0 | 15518 |     - |    23M |   0 | 300 |2712 | 243 |  85 | 14 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.39/9.31	c   6.3s|     1 |     0 | 15522 |     - |    23M |   0 | 300 |2712 | 194 |  86 | 15 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   6.3s|     1 |     0 | 15528 |     - |    23M |   0 | 300 |2712 | 196 |  88 | 16 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   6.3s|     1 |     0 | 15532 |     - |    23M |   0 | 300 |2712 | 198 |  90 | 17 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   6.3s|     1 |     0 | 15534 |     - |    23M |   0 | 300 |2712 | 200 |  92 | 18 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   6.3s|     1 |     0 | 15536 |     - |    23M |   0 | 300 |2712 | 202 |  94 | 19 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   6.3s|     1 |     0 | 15562 |     - |    23M |   0 | 300 |2712 | 203 |  95 | 20 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   6.3s|     1 |     0 | 15564 |     - |    23M |   0 | 300 |2712 | 186 |  96 | 21 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   6.3s|     1 |     0 | 15567 |     - |    23M |   0 | 300 |2712 | 187 |  97 | 22 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   6.3s|     1 |     0 | 15570 |     - |    23M |   0 | 300 |2712 | 192 | 102 | 23 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   6.3s|     1 |     0 | 15572 |     - |    23M |   0 | 300 |2712 | 194 | 104 | 24 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   6.4s|     1 |     2 | 15597 |     - |    23M |   0 | 300 |2712 | 194 | 104 | 25 |  10k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   6.5s|   100 |    97 | 18000 |   2.6 |    23M |  17 | 300 |2847 | 154 | 237 |  1 |  10k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   6.7s|   200 |   191 | 20019 |   2.9 |    23M |  26 | 300 |1811 | 155 | 255 |  0 |  10k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   6.8s|   300 |   277 | 20964 |   3.0 |    23M |  42 | 300 |1770 | 160 | 277 |  2 |  10k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   6.8s|   400 |   367 | 21907 |   3.1 |    23M |  44 | 300 |1826 | 155 | 371 |  1 |  10k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.39/9.31	c   6.9s|   500 |   455 | 22946 |   3.2 |    23M |  44 | 300 |1834 | 154 | 413 |  1 |  10k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   7.0s|   600 |   530 | 23753 |   3.3 |    23M |  45 | 300 |1836 | 154 | 474 |  1 |  10k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   7.1s|   700 |   630 | 24585 |   3.3 |    23M |  45 | 300 |1866 | 154 | 475 |  1 |  10k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   7.2s|   800 |   728 | 25895 |   3.5 |    23M |  45 | 300 |1918 | 161 | 548 |  1 |  10k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   7.2s|   900 |   802 | 26755 |   3.5 |    23M |  46 | 300 |2027 | 161 | 603 |  2 |  11k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   7.3s|  1000 |   889 | 27568 |   3.6 |    23M |  50 | 300 |2030 | 156 | 649 |  1 |  11k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   7.3s|  1100 |   968 | 28441 |   3.7 |    23M |  53 | 300 |2052 | 154 | 714 |  1 |  11k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   7.4s|  1200 |  1050 | 28986 |   3.7 |    24M |  57 | 300 |2044 | 163 | 770 |  1 |  11k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   7.4s|  1300 |  1096 | 29263 |   3.7 |    24M |  57 | 300 |2139 | 163 | 772 |  1 |  11k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   7.5s|  1400 |  1181 | 29779 |   3.7 |    24M |  57 | 300 |2108 | 156 | 782 |  1 |  11k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   7.5s|  1500 |  1251 | 30255 |   3.7 |    24M |  57 | 300 |2000 | 155 | 787 |  1 |  11k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   7.6s|  1600 |  1349 | 30844 |   3.7 |    24M |  57 | 300 |1975 | 155 | 806 |  1 |  11k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   7.6s|  1700 |  1447 | 31640 |   3.8 |    24M |  57 | 300 |2010 | 155 | 826 |  1 |  11k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   7.7s|  1800 |  1519 | 32206 |   3.8 |    24M |  57 | 300 |2055 | 165 | 855 |  1 |  12k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   7.7s|  1900 |  1596 | 32770 |   3.8 |    24M |  57 | 300 |2045 | 159 | 889 |  1 |  12k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.39/9.31	c   7.8s|  2000 |  1688 | 33473 |   3.9 |    24M |  57 | 300 |2023 | 153 | 940 |  1 |  12k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   7.9s|  2100 |  1780 | 34231 |   3.9 |    24M |  57 | 300 |1919 | 156 |1022 |  1 |  12k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   7.9s|  2200 |  1862 | 34721 |   3.9 |    25M |  57 | 300 |1846 | 155 |1058 |  1 |  12k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   8.0s|  2300 |  1954 | 35394 |   4.0 |    25M |  57 | 300 |1880 | 161 |1164 |  2 |  12k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   8.1s|  2400 |  2054 | 36156 |   4.0 |    25M |  57 | 300 |1856 | 155 |1227 |  1 |  12k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.31	c   8.1s|  2500 |  2134 | 36663 |   4.0 |    25M |  57 | 300 |1828 | 162 |1259 |  1 |  12k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.37	c   8.2s|  2600 |  2211 | 37117 |   4.0 |    25M |  57 | 300 |1851 | 155 |1280 |  1 |  12k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.39/9.37	c 
8.39/9.37	c SCIP Status        : problem is solved [infeasible]
8.39/9.37	c Solving Time (sec) : 8.22
8.39/9.37	c Solving Nodes      : 2695 (total of 9139 nodes in 2 runs)
8.39/9.37	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
8.39/9.37	c Dual Bound         : +1.00000000000000e+20
8.39/9.37	c Gap                : 0.00 %
8.39/9.37	c SCIP found the problem to be infeasible.
8.39/9.37	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (63255 MiB free)
  memory of node 1: 64507 MiB (63983 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510449-1751204027/watcher-4510449-1751204027 -o /tmp/evaluation-result-4510449-1751204027/solver-4510449-1751204027 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751204026-25379 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4510449-1751204027.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=25433, runsolver pid=25419

[startup+0.100075 s]*
/proc/loadavg: 1.73 3.43 3.86 6/255 25452
/proc/meminfo: memFree=130275272/131382116 swapFree=33010684/33010684
[pid=25433] ppid=25419 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/25433/stat : 25433 (scip-naps-1.00.) S 25419 25433 25366 0 -1 4194304 258 314 0 0 0 0 0 0 20 0 1 0 36082395 4292608 768 18446744073709551615 94784892592128 94784893486661 140734014409456 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94784893725712 94784893773456 94784922955776 140734014413217 140734014413314 140734014413314 140734014418916 0
/proc/25433/statm: 1048 768 704 219 0 110 0
[pid=25452] ppid=25433 vsize=11420 memory=8576 CPUtime=0.03 cores=5,7
/proc/25452/stat : 25452 (python3) R 25433 25433 25366 0 -1 4194304 1177 0 0 0 3 0 0 0 20 0 1 0 36082401 11694080 2144 18446744073709551615 93905534349312 93905534349689 140733678036576 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 93905534360984 93905534361604 93905565073408 140733678045528 140733678045730 140733678045730 140733678051303 0
/proc/25452/statm: 2855 2144 1120 1 0 1103 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 15612 KiB
Current children cumulated memory: 11648 KiB

[startup+0.214354 s]*
/proc/loadavg: 1.73 3.43 3.86 6/255 25452
/proc/meminfo: memFree=130253932/131382116 swapFree=33010684/33010684
[pid=25433] ppid=25419 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/25433/stat : 25433 (scip-naps-1.00.) S 25419 25433 25366 0 -1 4194304 258 314 0 0 0 0 0 0 20 0 1 0 36082395 4292608 768 18446744073709551615 94784892592128 94784893486661 140734014409456 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94784893725712 94784893773456 94784922955776 140734014413217 140734014413314 140734014413314 140734014418916 0
/proc/25433/statm: 1048 768 704 219 0 110 0
[pid=25452] ppid=25433 vsize=60312 memory=22272 CPUtime=0.12 cores=5,7
/proc/25452/stat : 25452 (python3) D 25433 25433 25366 0 -1 4194304 2708 0 0 0 10 2 0 0 20 0 1 0 36082401 61759488 5568 18446744073709551615 93905534349312 93905534349689 140733678036576 0 0 0 0 16781312 2 1 0 0 17 5 0 0 0 0 0 93905534360984 93905534361604 93905565073408 140733678045528 140733678045730 140733678045730 140733678051303 0
/proc/25452/statm: 15078 5568 3296 1 0 3794 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 64504 KiB
Current children cumulated memory: 25344 KiB

[startup+0.314095 s]*
/proc/loadavg: 1.73 3.43 3.86 2/255 25452
/proc/meminfo: memFree=130249732/131382116 swapFree=33010684/33010684
[pid=25433] ppid=25419 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/25433/stat : 25433 (scip-naps-1.00.) S 25419 25433 25366 0 -1 4194304 258 314 0 0 0 0 0 0 20 0 1 0 36082395 4292608 768 18446744073709551615 94784892592128 94784893486661 140734014409456 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94784893725712 94784893773456 94784922955776 140734014413217 140734014413314 140734014413314 140734014418916 0
/proc/25433/statm: 1048 768 704 219 0 110 0
[pid=25452] ppid=25433 vsize=68004 memory=22528 CPUtime=0.12 cores=5,7
/proc/25452/stat : 25452 (python3) D 25433 25433 25366 0 -1 4194304 2765 0 2 0 10 2 0 0 20 0 1 0 36082401 69636096 5632 18446744073709551615 93905534349312 93905534349689 140733678036576 0 0 0 0 16781312 2 1 0 0 17 5 0 0 0 0 0 93905534360984 93905534361604 93905565073408 140733678045528 140733678045730 140733678045730 140733678051303 0
/proc/25452/statm: 17001 5632 3328 1 0 3861 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 72196 KiB
Current children cumulated memory: 25600 KiB

[startup+0.700308 s]
/proc/loadavg: 1.73 3.43 3.86 2/256 25453
/proc/meminfo: memFree=130225316/131382116 swapFree=33010684/33010684
[pid=25433] ppid=25419 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/25433/stat : 25433 (scip-naps-1.00.) S 25419 25433 25366 0 -1 4194304 258 314 0 0 0 0 0 0 20 0 1 0 36082395 4292608 768 18446744073709551615 94784892592128 94784893486661 140734014409456 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94784893725712 94784893773456 94784922955776 140734014413217 140734014413314 140734014413314 140734014418916 0
/proc/25433/statm: 1048 768 704 219 0 110 0
[pid=25452] ppid=25433 vsize=1186496 memory=30984 CPUtime=0.19 cores=5,7
/proc/25452/stat : 25452 (python3) D 25433 25433 25366 0 -1 4194304 3568 0 26 0 15 4 0 0 20 0 1 0 36082401 1214971904 7746 18446744073709551615 93905534349312 93905534349689 140733678036576 0 0 0 0 16781312 2 1 0 0 17 7 0 0 0 0 0 93905534360984 93905534361604 93905565073408 140733678045528 140733678045730 140733678045730 140733678051303 0
/proc/25452/statm: 296624 7746 4803 1 0 268646 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 1190688 KiB
Current children cumulated memory: 34056 KiB

[startup+1.5004 s]
/proc/loadavg: 1.73 3.43 3.86 2/256 25453
/proc/meminfo: memFree=130201644/131382116 swapFree=33010684/33010684
[pid=25433] ppid=25419 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/25433/stat : 25433 (scip-naps-1.00.) S 25419 25433 25366 0 -1 4194304 258 314 0 0 0 0 0 0 20 0 1 0 36082395 4292608 768 18446744073709551615 94784892592128 94784893486661 140734014409456 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94784893725712 94784893773456 94784922955776 140734014413217 140734014413314 140734014413314 140734014418916 0
/proc/25433/statm: 1048 768 704 219 0 110 0
[pid=25452] ppid=25433 vsize=1211388 memory=62032 CPUtime=0.7 cores=5,7
/proc/25452/stat : 25452 (python3) R 25433 25433 25366 0 -1 4194304 8612 0 139 0 61 9 0 0 20 0 1 0 36082401 1240461312 15508 18446744073709551615 93905534349312 93905534349689 140733678036576 0 0 0 0 16781312 2 0 0 0 17 7 0 0 0 0 0 93905534360984 93905534361604 93905565073408 140733678045528 140733678045730 140733678045730 140733678051303 0
/proc/25452/statm: 302847 15508 8067 1 0 274205 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 1215580 KiB
Current children cumulated memory: 65104 KiB

[startup+3.107 s]
/proc/loadavg: 1.73 3.43 3.86 6/260 25457
/proc/meminfo: memFree=130063568/131382116 swapFree=33010684/33010684
[pid=25433] ppid=25419 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/25433/stat : 25433 (scip-naps-1.00.) S 25419 25433 25366 0 -1 4194304 258 314 0 0 0 0 0 0 20 0 1 0 36082395 4292608 768 18446744073709551615 94784892592128 94784893486661 140734014409456 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94784893725712 94784893773456 94784922955776 140734014413217 140734014413314 140734014413314 140734014418916 0
/proc/25433/statm: 1048 768 704 219 0 110 0
[pid=25452] ppid=25433 vsize=1214328 memory=66256 CPUtime=2.28 cores=5,7
/proc/25452/stat : 25452 (python3) R 25433 25433 25366 0 -1 4194304 9656 0 139 0 219 9 0 0 20 0 1 0 36082401 1243471872 16564 18446744073709551615 93905534349312 93905534349689 140733678036576 0 0 0 0 16781312 2 0 0 0 17 7 0 0 0 0 0 93905534360984 93905534361604 93905565073408 140733678045528 140733678045730 140733678045730 140733678051303 0
/proc/25452/statm: 303582 16564 8067 1 0 274940 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 1218520 KiB
Current children cumulated memory: 69328 KiB
heavy processes:

[startup+6.30018 s]
/proc/loadavg: 1.91 3.44 3.86 6/255 25477
/proc/meminfo: memFree=130037760/131382116 swapFree=33010684/33010684
[pid=25433] ppid=25419 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/25433/stat : 25433 (scip-naps-1.00.) S 25419 25433 25366 0 -1 4194304 258 314 0 0 0 0 0 0 20 0 1 0 36082395 4292608 768 18446744073709551615 94784892592128 94784893486661 140734014409456 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94784893725712 94784893773456 94784922955776 140734014413217 140734014413314 140734014413314 140734014418916 0
/proc/25433/statm: 1048 768 704 219 0 110 0
[pid=25452] ppid=25433 vsize=1220940 memory=72912 CPUtime=5.43 cores=5,7
/proc/25452/stat : 25452 (python3) R 25433 25433 25366 0 -1 4194304 11326 0 139 0 534 9 0 0 20 0 1 0 36082401 1250242560 18228 18446744073709551615 93905534349312 93905534349689 140733678036576 0 0 0 0 16781312 2 0 0 0 17 7 0 0 0 0 0 93905534360984 93905534361604 93905565073408 140733678045528 140733678045730 140733678045730 140733678051303 0
/proc/25452/statm: 305235 18228 8067 1 0 276593 0
Current children cumulated CPU time: 5.43 s
Current children cumulated vsize: 1225132 KiB
Current children cumulated memory: 75984 KiB

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

# cumulated CPU time of all completed processes:  user=8.39816 s, system=0.11854 s

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

[startup+6.4002 s]
/proc/loadavg: 1.91 3.44 3.86 6/255 25477
/proc/meminfo: memFree=130037760/131382116 swapFree=33010684/33010684
[pid=25433] ppid=25419 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/25433/stat : 25433 (scip-naps-1.00.) S 25419 25433 25366 0 -1 4194304 258 314 0 0 0 0 0 0 20 0 1 0 36082395 4292608 768 18446744073709551615 94784892592128 94784893486661 140734014409456 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94784893725712 94784893773456 94784922955776 140734014413217 140734014413314 140734014413314 140734014418916 0
/proc/25433/statm: 1048 768 704 219 0 110 0
[pid=25452] ppid=25433 vsize=1220940 memory=72912 CPUtime=5.53 cores=5,7
/proc/25452/stat : 25452 (python3) R 25433 25433 25366 0 -1 4194304 11326 0 139 0 544 9 0 0 20 0 1 0 36082401 1250242560 18228 18446744073709551615 93905534349312 93905534349689 140733678036576 0 0 0 0 16781312 2 0 0 0 17 7 0 0 0 0 0 93905534360984 93905534361604 93905565073408 140733678045528 140733678045730 140733678045730 140733678051303 0
/proc/25452/statm: 305235 18228 8067 1 0 276593 0
Current children cumulated CPU time: 5.53 s
Current children cumulated vsize: 1225132 KiB
Current children cumulated memory: 75984 KiB

[startup+8.0002 s]*
/proc/loadavg: 1.91 3.44 3.86 6/260 25506
/proc/meminfo: memFree=130002020/131382116 swapFree=33010684/33010684
[pid=25433] ppid=25419 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/25433/stat : 25433 (scip-naps-1.00.) S 25419 25433 25366 0 -1 4194304 258 314 0 0 0 0 0 0 20 0 1 0 36082395 4292608 768 18446744073709551615 94784892592128 94784893486661 140734014409456 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94784893725712 94784893773456 94784922955776 140734014413217 140734014413314 140734014413314 140734014418916 0
/proc/25433/statm: 1048 768 704 219 0 110 0
[pid=25452] ppid=25433 vsize=1223856 memory=76072 CPUtime=7.11 cores=5,7
/proc/25452/stat : 25452 (python3) R 25433 25433 25366 0 -1 4194304 12842 0 140 0 702 9 0 0 20 0 1 0 36082401 1253228544 19018 18446744073709551615 93905534349312 93905534349689 140733678036576 0 0 0 0 16781312 2 0 0 0 17 7 0 0 0 0 0 93905534360984 93905534361604 93905565073408 140733678045528 140733678045730 140733678045730 140733678051303 0
/proc/25452/statm: 305964 19018 8099 1 0 277322 0
Current children cumulated CPU time: 7.11 s
Current children cumulated vsize: 1228048 KiB
Current children cumulated memory: 79144 KiB

[startup+8.80017 s]
/proc/loadavg: 1.91 3.44 3.86 6/260 25506
/proc/meminfo: memFree=130002020/131382116 swapFree=33010684/33010684
[pid=25433] ppid=25419 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/25433/stat : 25433 (scip-naps-1.00.) S 25419 25433 25366 0 -1 4194304 258 314 0 0 0 0 0 0 20 0 1 0 36082395 4292608 768 18446744073709551615 94784892592128 94784893486661 140734014409456 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94784893725712 94784893773456 94784922955776 140734014413217 140734014413314 140734014413314 140734014418916 0
/proc/25433/statm: 1048 768 704 219 0 110 0
[pid=25452] ppid=25433 vsize=1223856 memory=76072 CPUtime=7.9 cores=5,7
/proc/25452/stat : 25452 (python3) R 25433 25433 25366 0 -1 4194304 12848 0 140 0 781 9 0 0 20 0 1 0 36082401 1253228544 19018 18446744073709551615 93905534349312 93905534349689 140733678036576 0 0 0 0 16781312 2 0 0 0 17 7 0 0 0 0 0 93905534360984 93905534361604 93905565073408 140733678045528 140733678045730 140733678045730 140733678051303 0
/proc/25452/statm: 305964 19018 8099 1 0 277322 0
Current children cumulated CPU time: 7.9 s
Current children cumulated vsize: 1228048 KiB
Current children cumulated memory: 79144 KiB

[startup+9.2002 s]
/proc/loadavg: 2.08 3.45 3.86 6/260 25506
/proc/meminfo: memFree=129998744/131382116 swapFree=33010684/33010684
[pid=25433] ppid=25419 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/25433/stat : 25433 (scip-naps-1.00.) S 25419 25433 25366 0 -1 4194304 258 314 0 0 0 0 0 0 20 0 1 0 36082395 4292608 768 18446744073709551615 94784892592128 94784893486661 140734014409456 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94784893725712 94784893773456 94784922955776 140734014413217 140734014413314 140734014413314 140734014418916 0
/proc/25433/statm: 1048 768 704 219 0 110 0
[pid=25452] ppid=25433 vsize=1223856 memory=76072 CPUtime=8.29 cores=5,7
/proc/25452/stat : 25452 (python3) R 25433 25433 25366 0 -1 4194304 12858 0 140 0 820 9 0 0 20 0 1 0 36082401 1253228544 19018 18446744073709551615 93905534349312 93905534349689 140733678036576 0 0 0 0 16781312 2 0 0 0 17 7 0 0 0 0 0 93905534360984 93905534361604 93905565073408 140733678045528 140733678045730 140733678045730 140733678051303 0
/proc/25452/statm: 305964 19018 8099 1 0 277322 0
Current children cumulated CPU time: 8.29 s
Current children cumulated vsize: 1228048 KiB
Current children cumulated memory: 79144 KiB

[startup+9.3002 s]
/proc/loadavg: 2.08 3.45 3.86 6/260 25506
/proc/meminfo: memFree=129998744/131382116 swapFree=33010684/33010684
[pid=25433] ppid=25419 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/25433/stat : 25433 (scip-naps-1.00.) S 25419 25433 25366 0 -1 4194304 258 314 0 0 0 0 0 0 20 0 1 0 36082395 4292608 768 18446744073709551615 94784892592128 94784893486661 140734014409456 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94784893725712 94784893773456 94784922955776 140734014413217 140734014413314 140734014413314 140734014418916 0
/proc/25433/statm: 1048 768 704 219 0 110 0
[pid=25452] ppid=25433 vsize=1223856 memory=76072 CPUtime=8.39 cores=5,7
/proc/25452/stat : 25452 (python3) R 25433 25433 25366 0 -1 4194304 12858 0 140 0 830 9 0 0 20 0 1 0 36082401 1253228544 19018 18446744073709551615 93905534349312 93905534349689 140733678036576 0 0 0 0 16781312 2 0 0 0 17 7 0 0 0 0 0 93905534360984 93905534361604 93905565073408 140733678045528 140733678045730 140733678045730 140733678051303 0
/proc/25452/statm: 305964 19018 8099 1 0 277322 0
Current children cumulated CPU time: 8.39 s
Current children cumulated vsize: 1228048 KiB
Current children cumulated memory: 79144 KiB

Child status: 0

Real time (s): 9.39499
CPU time (s): 8.5167
CPU user time (s): 8.39816
CPU system time (s): 0.11854
CPU usage (%): 90.6516
Max. virtual memory (cumulated for all children) (KiB): 1228048
Max. memory (cumulated for all children) (KiB): 79144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.39817
system time used= 0.11854
maximum resident set size= 79056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13552
page faults= 140
swaps= 0
block input operations= 21392
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 939
involuntary context switches= 138


# summary of solver processes directly reported to runsolver:
#   pid: 25433
#   total CPU time (s): 8.5167
#   total CPU user time (s): 8.39816
#   total CPU system time (s): 0.11854

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.051739 second user time and 0.123283 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-06-29 15:33:47
IDJOB=4510449
IDBENCH=160364
IDSOLVER=3368
FILE ID=nodeC011/4510449-1751204027
RUNJOBID= nodeC011-1751204026-25379
SLURM_JOB_ID= 9587615
Free space on /tmp= 433056 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid3x50split.cnf-extracted.pb.metafix.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510449-1751204027/watcher-4510449-1751204027 -o /tmp/evaluation-result-4510449-1751204027/solver-4510449-1751204027 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751204026-25379 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4510449-1751204027.opb

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

MD5SUM BENCH= 263410a961b28aed09a276ce7c40a50f
RANDOM SEED=138561499

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        130278132 kB
MemAvailable:   129961856 kB
Buffers:            3280 kB
Cached:           494832 kB
SwapCached:            0 kB
Active:           319312 kB
Inactive:         247020 kB
Active(anon):      86200 kB
Inactive(anon):        0 kB
Active(file):     233112 kB
Inactive(file):   247020 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             21972 kB
Writeback:             8 kB
AnonPages:         71388 kB
Mapped:           102080 kB
Shmem:             17960 kB
KReclaimable:      86056 kB
Slab:             166284 kB
SReclaimable:      86056 kB
SUnreclaim:        80228 kB
KernelStack:        3848 kB
PageTables:         2484 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     332856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149224 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC011 at 2025-06-29 15:33:56