Trace number 4529869

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.00a2UNSAT 7.25464 7.30711

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4529869-1752260123/watcher-4529869-1752260123 -o /tmp/evaluation-result-4529869-1752260123/solver-4529869-1752260123 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1752253388-115874 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4529869-1752260123.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100013 s]*
/proc/loadavg: 4.08 4.10 4.09 5/269 118014
/proc/meminfo: memFree=121807908/131249996 swapFree=33003468/33010684
[pid=118009] ppid=118006 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/118009/stat : 118009 (scip-naps-1.00a) S 118006 118009 115863 0 -1 4194304 259 325 0 0 0 0 0 0 20 0 1 0 141689984 4292608 736 18446744073709551615 94766575296512 94766576191045 140735885256384 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94766576430096 94766576477840 94766599376896 140735885261211 140735885261310 140735885261310 140735885266914 0
/proc/118009/statm: 1048 736 672 219 0 110 0
[pid=118014] ppid=118009 vsize=1187380 memory=32280 CPUtime=0.06 cores=4,6
/proc/118014/stat : 118014 (python3) R 118009 118009 115863 0 -1 4194304 3814 0 0 0 5 1 0 0 20 0 1 0 141689987 1215877120 8070 18446744073709551615 94045743656960 94045743657337 140724701654400 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94045743668632 94045743669252 94045769478144 140724701657423 140724701657632 140724701657632 140724701663207 0
/proc/118014/statm: 296845 8070 4907 1 0 268867 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 1191572 KiB
Current children cumulated memory: 35224 KiB

[startup+0.205668 s]*
/proc/loadavg: 4.08 4.10 4.09 5/269 118014
/proc/meminfo: memFree=121791780/131249996 swapFree=33003468/33010684
[pid=118009] ppid=118006 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/118009/stat : 118009 (scip-naps-1.00a) S 118006 118009 115863 0 -1 4194304 259 325 0 0 0 0 0 0 20 0 1 0 141689984 4292608 736 18446744073709551615 94766575296512 94766576191045 140735885256384 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94766576430096 94766576477840 94766599376896 140735885261211 140735885261310 140735885261310 140735885266914 0
/proc/118009/statm: 1048 736 672 219 0 110 0
[pid=118014] ppid=118009 vsize=1209200 memory=60056 CPUtime=0.16 cores=4,6
/proc/118014/stat : 118014 (python3) R 118009 118009 115863 0 -1 4194304 7793 0 0 0 14 2 0 0 20 0 1 0 141689987 1238220800 15014 18446744073709551615 94045743656960 94045743657337 140724701654400 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94045743668632 94045743669252 94045769478144 140724701657423 140724701657632 140724701657632 140724701663207 0
/proc/118014/statm: 302300 15014 8139 1 0 273658 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 1213392 KiB
Current children cumulated memory: 63000 KiB

[startup+0.305778 s]*
/proc/loadavg: 4.08 4.10 4.09 5/269 118014
/proc/meminfo: memFree=121783716/131249996 swapFree=33003468/33010684
[pid=118009] ppid=118006 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/118009/stat : 118009 (scip-naps-1.00a) S 118006 118009 115863 0 -1 4194304 259 325 0 0 0 0 0 0 20 0 1 0 141689984 4292608 736 18446744073709551615 94766575296512 94766576191045 140735885256384 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94766576430096 94766576477840 94766599376896 140735885261211 140735885261310 140735885261310 140735885266914 0
/proc/118009/statm: 1048 736 672 219 0 110 0
[pid=118014] ppid=118009 vsize=1211712 memory=62872 CPUtime=0.27 cores=4,6
/proc/118014/stat : 118014 (python3) R 118009 118009 115863 0 -1 4194304 8501 0 0 0 24 3 0 0 20 0 1 0 141689987 1240793088 15718 18446744073709551615 94045743656960 94045743657337 140724701654400 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94045743668632 94045743669252 94045769478144 140724701657423 140724701657632 140724701657632 140724701663207 0
/proc/118014/statm: 302928 15718 8139 1 0 274286 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 1215904 KiB
Current children cumulated memory: 65816 KiB

[startup+0.700144 s]
/proc/loadavg: 4.08 4.10 4.09 5/269 118014
/proc/meminfo: memFree=121783716/131249996 swapFree=33003468/33010684
[pid=118009] ppid=118006 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/118009/stat : 118009 (scip-naps-1.00a) S 118006 118009 115863 0 -1 4194304 259 325 0 0 0 0 0 0 20 0 1 0 141689984 4292608 736 18446744073709551615 94766575296512 94766576191045 140735885256384 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94766576430096 94766576477840 94766599376896 140735885261211 140735885261310 140735885261310 140735885266914 0
/proc/118009/statm: 1048 736 672 219 0 110 0
[pid=118014] ppid=118009 vsize=1213128 memory=65048 CPUtime=0.66 cores=4,6
/proc/118014/stat : 118014 (python3) R 118009 118009 115863 0 -1 4194304 9037 0 0 0 63 3 0 0 20 0 1 0 141689987 1242243072 16262 18446744073709551615 94045743656960 94045743657337 140724701654400 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94045743668632 94045743669252 94045769478144 140724701657423 140724701657632 140724701657632 140724701663207 0
/proc/118014/statm: 303282 16262 8139 1 0 274640 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 1217320 KiB
Current children cumulated memory: 67992 KiB

[startup+1.50014 s]
/proc/loadavg: 4.08 4.10 4.09 5/269 118014
/proc/meminfo: memFree=121783968/131249996 swapFree=33003468/33010684
[pid=118009] ppid=118006 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/118009/stat : 118009 (scip-naps-1.00a) S 118006 118009 115863 0 -1 4194304 259 325 0 0 0 0 0 0 20 0 1 0 141689984 4292608 736 18446744073709551615 94766575296512 94766576191045 140735885256384 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94766576430096 94766576477840 94766599376896 140735885261211 140735885261310 140735885261310 140735885266914 0
/proc/118009/statm: 1048 736 672 219 0 110 0
[pid=118014] ppid=118009 vsize=1216268 memory=68504 CPUtime=1.45 cores=4,6
/proc/118014/stat : 118014 (python3) R 118009 118009 115863 0 -1 4194304 9892 0 0 0 142 3 0 0 20 0 1 0 141689987 1245458432 17126 18446744073709551615 94045743656960 94045743657337 140724701654400 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94045743668632 94045743669252 94045769478144 140724701657423 140724701657632 140724701657632 140724701663207 0
/proc/118014/statm: 304067 17126 8139 1 0 275425 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 1220460 KiB
Current children cumulated memory: 71448 KiB

[startup+3.10548 s]
/proc/loadavg: 4.08 4.10 4.09 5/269 118014
/proc/meminfo: memFree=121776180/131249996 swapFree=33003468/33010684
[pid=118009] ppid=118006 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/118009/stat : 118009 (scip-naps-1.00a) S 118006 118009 115863 0 -1 4194304 259 325 0 0 0 0 0 0 20 0 1 0 141689984 4292608 736 18446744073709551615 94766575296512 94766576191045 140735885256384 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94766576430096 94766576477840 94766599376896 140735885261211 140735885261310 140735885261310 140735885266914 0
/proc/118009/statm: 1048 736 672 219 0 110 0
[pid=118014] ppid=118009 vsize=1219616 memory=71960 CPUtime=3.05 cores=4,6
/proc/118014/stat : 118014 (python3) R 118009 118009 115863 0 -1 4194304 10768 0 0 0 302 3 0 0 20 0 1 0 141689987 1248886784 17990 18446744073709551615 94045743656960 94045743657337 140724701654400 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94045743668632 94045743669252 94045769478144 140724701657423 140724701657632 140724701657632 140724701663207 0
/proc/118014/statm: 304904 17990 8139 1 0 276262 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 1223808 KiB
Current children cumulated memory: 74904 KiB

[startup+6.30014 s]
/proc/loadavg: 4.08 4.10 4.09 5/269 118014
/proc/meminfo: memFree=121768428/131249996 swapFree=33003468/33010684
[pid=118009] ppid=118006 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/118009/stat : 118009 (scip-naps-1.00a) S 118006 118009 115863 0 -1 4194304 259 325 0 0 0 0 0 0 20 0 1 0 141689984 4292608 736 18446744073709551615 94766575296512 94766576191045 140735885256384 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94766576430096 94766576477840 94766599376896 140735885261211 140735885261310 140735885261310 140735885266914 0
/proc/118009/statm: 1048 736 672 219 0 110 0
[pid=118014] ppid=118009 vsize=1223908 memory=76216 CPUtime=6.24 cores=4,6
/proc/118014/stat : 118014 (python3) R 118009 118009 115863 0 -1 4194304 12591 0 0 0 620 4 0 0 20 0 1 0 141689987 1253281792 19054 18446744073709551615 94045743656960 94045743657337 140724701654400 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94045743668632 94045743669252 94045769478144 140724701657423 140724701657632 140724701657632 140724701663207 0
/proc/118014/statm: 305977 19054 8139 1 0 277335 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 1228100 KiB
Current children cumulated memory: 79160 KiB

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

# cumulated CPU time of all completed processes:  user=7.20677 s, system=0.047867 s

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

[startup+6.40015 s]
/proc/loadavg: 4.08 4.10 4.09 5/269 118014
/proc/meminfo: memFree=121768428/131249996 swapFree=33003468/33010684
[pid=118009] ppid=118006 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/118009/stat : 118009 (scip-naps-1.00a) S 118006 118009 115863 0 -1 4194304 259 325 0 0 0 0 0 0 20 0 1 0 141689984 4292608 736 18446744073709551615 94766575296512 94766576191045 140735885256384 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94766576430096 94766576477840 94766599376896 140735885261211 140735885261310 140735885261310 140735885266914 0
/proc/118009/statm: 1048 736 672 219 0 110 0
[pid=118014] ppid=118009 vsize=1223908 memory=76216 CPUtime=6.34 cores=4,6
/proc/118014/stat : 118014 (python3) R 118009 118009 115863 0 -1 4194304 12591 0 0 0 630 4 0 0 20 0 1 0 141689987 1253281792 19054 18446744073709551615 94045743656960 94045743657337 140724701654400 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94045743668632 94045743669252 94045769478144 140724701657423 140724701657632 140724701657632 140724701663207 0
/proc/118014/statm: 305977 19054 8139 1 0 277335 0
Current children cumulated CPU time: 6.34 s
Current children cumulated vsize: 1228100 KiB
Current children cumulated memory: 79160 KiB

[startup+6.80012 s]
/proc/loadavg: 4.08 4.10 4.09 5/269 118014
/proc/meminfo: memFree=121768428/131249996 swapFree=33003468/33010684
[pid=118009] ppid=118006 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/118009/stat : 118009 (scip-naps-1.00a) S 118006 118009 115863 0 -1 4194304 259 325 0 0 0 0 0 0 20 0 1 0 141689984 4292608 736 18446744073709551615 94766575296512 94766576191045 140735885256384 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94766576430096 94766576477840 94766599376896 140735885261211 140735885261310 140735885261310 140735885266914 0
/proc/118009/statm: 1048 736 672 219 0 110 0
[pid=118014] ppid=118009 vsize=1223908 memory=76216 CPUtime=6.74 cores=4,6
/proc/118014/stat : 118014 (python3) R 118009 118009 115863 0 -1 4194304 12594 0 0 0 670 4 0 0 20 0 1 0 141689987 1253281792 19054 18446744073709551615 94045743656960 94045743657337 140724701654400 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94045743668632 94045743669252 94045769478144 140724701657423 140724701657632 140724701657632 140724701663207 0
/proc/118014/statm: 305977 19054 8139 1 0 277335 0
Current children cumulated CPU time: 6.74 s
Current children cumulated vsize: 1228100 KiB
Current children cumulated memory: 79160 KiB

[startup+7.20013 s]
/proc/loadavg: 4.08 4.10 4.09 5/269 118014
/proc/meminfo: memFree=121768428/131249996 swapFree=33003468/33010684
[pid=118009] ppid=118006 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/118009/stat : 118009 (scip-naps-1.00a) S 118006 118009 115863 0 -1 4194304 259 325 0 0 0 0 0 0 20 0 1 0 141689984 4292608 736 18446744073709551615 94766575296512 94766576191045 140735885256384 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94766576430096 94766576477840 94766599376896 140735885261211 140735885261310 140735885261310 140735885266914 0
/proc/118009/statm: 1048 736 672 219 0 110 0
[pid=118014] ppid=118009 vsize=1224100 memory=76344 CPUtime=7.14 cores=4,6
/proc/118014/stat : 118014 (python3) R 118009 118009 115863 0 -1 4194304 12618 0 0 0 710 4 0 0 20 0 1 0 141689987 1253478400 19086 18446744073709551615 94045743656960 94045743657337 140724701654400 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94045743668632 94045743669252 94045769478144 140724701657423 140724701657632 140724701657632 140724701663207 0
/proc/118014/statm: 306025 19086 8139 1 0 277383 0
Current children cumulated CPU time: 7.14 s
Current children cumulated vsize: 1228292 KiB
Current children cumulated memory: 79288 KiB

[startup+7.30012 s]
/proc/loadavg: 4.08 4.10 4.09 5/269 118014
/proc/meminfo: memFree=121768428/131249996 swapFree=33003468/33010684
[pid=118009] ppid=118006 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/118009/stat : 118009 (scip-naps-1.00a) S 118006 118009 115863 0 -1 4194304 259 325 0 0 0 0 0 0 20 0 1 0 141689984 4292608 736 18446744073709551615 94766575296512 94766576191045 140735885256384 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94766576430096 94766576477840 94766599376896 140735885261211 140735885261310 140735885261310 140735885266914 0
/proc/118009/statm: 1048 736 672 219 0 110 0
[pid=118014] ppid=118009 vsize=1224296 memory=76600 CPUtime=7.24 cores=4,6
/proc/118014/stat : 118014 (python3) R 118009 118009 115863 0 -1 4194304 12699 0 0 0 720 4 0 0 20 0 1 0 141689987 1253679104 19150 18446744073709551615 94045743656960 94045743657337 140724701654400 0 0 0 0 16781312 0 0 0 0 17 4 0 0 0 0 0 94045743668632 94045743669252 94045769478144 140724701657423 140724701657632 140724701657632 140724701663207 0
/proc/118014/statm: 306074 19150 8139 1 0 277432 0
Current children cumulated CPU time: 7.24 s
Current children cumulated vsize: 1228488 KiB
Current children cumulated memory: 79544 KiB

Child status: 0

Real time (s): 7.30711
CPU time (s): 7.25464
CPU user time (s): 7.20677
CPU system time (s): 0.047867
CPU usage (%): 99.2819
Max. virtual memory (cumulated for all children) (KiB): 1228488
Max. memory (cumulated for all children) (KiB): 79544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.20677
system time used= 0.047867
maximum resident set size= 79256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13323
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= 350
involuntary context switches= 16


# summary of solver processes directly reported to runsolver:
#   pid: 118009
#   total CPU time (s): 7.25464
#   total CPU user time (s): 7.20677
#   total CPU system time (s): 0.047867

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.02776 second user time and 0.05783 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-11 20:55:23
IDJOB=4529869
IDBENCH=160364
IDSOLVER=3388
FILE ID=nodeC021/4529869-1752260123
RUNJOBID= nodeC021-1752253388-115874
SLURM_JOB_ID= 9682586
Free space on /tmp= 430844 MiB

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

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

MD5SUM BENCH= 263410a961b28aed09a276ce7c40a50f
RANDOM SEED=1792808995

nodeC021 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.725
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.56
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.778
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.56
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		: 3598.757
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.56
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		: 3598.887
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        121813704 kB
MemAvailable:   128559464 kB
Buffers:            1056 kB
Cached:          7476248 kB
SwapCached:           32 kB
Active:          1693060 kB
Inactive:        6956196 kB
Active(anon):    1145644 kB
Inactive(anon):    39760 kB
Active(file):     547416 kB
Inactive(file):  6916436 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003468 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5512 kB
Writeback:            52 kB
AnonPages:       1174476 kB
Mapped:           127036 kB
Shmem:             13452 kB
KReclaimable:     241896 kB
Slab:             336488 kB
SReclaimable:     241896 kB
SUnreclaim:        94592 kB
KernelStack:        4352 kB
PageTables:         5884 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4772472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    866304 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430836 MiB
End job on nodeC021 at 2025-07-11 20:55:30