Trace number 4529924

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 6.06367 6.13432

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n32-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
MD5SUM42c976ecf95c251160b63ed15915b9f7
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.008437
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48
Total number of constraints128
Number of constraints which are clauses128
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
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.81/2.95	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4529924-1752259570.opb
2.81/2.95	c Solving mode: decision
2.81/2.95	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
2.81/2.95	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
2.81/2.95	c original problem has 48 variables (48 bin, 0 int, 0 impl, 0 cont) and 128 constraints
2.81/2.95	c presolving:
2.81/2.95	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 128 upgd conss, 0 impls, 0 clqs
2.81/2.95	c    (0.0s) probing cycle finished: starting next cycle
2.81/2.95	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
2.81/2.95	c    (0.0s) no symmetry present (symcode time: 0.00)
2.81/2.95	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
2.81/2.95	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2.81/2.95	c  0 implications, 0 cliques
2.81/2.95	c presolved problem has 48 variables (48 bin, 0 int, 0 impl, 0 cont) and 128 constraints
2.81/2.95	c     128 constraints of type <logicor>
2.81/2.95	c transformed objective value is always integral (scale: 1)
2.81/2.95	c Presolving Time: 0.00
2.81/2.95	c 
2.81/2.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.81/2.95	c   0.0s|     1 |     0 |    22 |     - |  1832k |   0 |  48 | 132 | 128 |   0 |  0 |   4 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.81/2.95	c   0.1s|     1 |     0 |    56 |     - |  1891k |   0 |  48 | 332 | 130 |   2 |  1 |   4 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.81/2.95	c   0.1s|     1 |     0 |    58 |     - |  2193k |   0 |  48 | 332 | 131 |   3 |  2 |   4 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.81/2.95	c   0.1s|     1 |     0 |    71 |     - |  2243k |   0 |  48 | 332 | 132 |   4 |  3 |   4 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.81/2.95	c   0.1s|     1 |     0 |    78 |     - |  2513k |   0 |  48 | 332 | 133 |   5 |  4 |   4 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.81/2.95	c   0.1s|     1 |     0 |    88 |     - |  2634k |   0 |  48 | 332 | 134 |   6 |  5 |   4 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.81/2.95	c   0.1s|     1 |     0 |    92 |     - |  2865k |   0 |  48 | 332 | 135 |   7 |  6 |   4 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.81/2.95	c   0.1s|     1 |     0 |    99 |     - |  3162k |   0 |  48 | 332 | 136 |   8 |  7 |   4 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.81/2.95	c   0.1s|     1 |     0 |   110 |     - |  3600k |   0 |  48 | 332 | 137 |   9 |  8 |   4 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.81/2.95	c   0.1s|     1 |     0 |   112 |     - |  4141k |   0 |  48 | 332 | 138 |  10 |  9 |   4 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.81/2.95	c   0.1s|     1 |     0 |   119 |     - |  4157k |   0 |  48 | 332 | 139 |  11 | 10 |   4 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.81/2.95	c   0.1s|     1 |     0 |   123 |     - |  4172k |   0 |  48 | 333 | 140 |  12 | 11 |   5 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.81/2.95	c   0.1s|     1 |     0 |   129 |     - |  4187k |   0 |  48 | 333 | 141 |  13 | 12 |   5 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.81/2.95	c   0.2s|     1 |     0 |   137 |     - |  4201k |   0 |  48 | 333 | 142 |  14 | 13 |   5 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.81/2.95	c   0.2s|     1 |     0 |   141 |     - |  4216k |   0 |  48 | 334 | 143 |  15 | 14 |   6 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.81/2.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.81/2.95	c   0.2s|     1 |     0 |   145 |     - |  4232k |   0 |  48 | 334 | 139 |  16 | 15 |   6 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.81/2.95	c   0.2s|     1 |     0 |   153 |     - |  4232k |   0 |  48 | 335 | 140 |  17 | 16 |   7 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.81/2.95	c   0.2s|     1 |     0 |   163 |     - |  4232k |   0 |  48 | 336 | 141 |  18 | 17 |   8 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.81/2.95	c   0.2s|     1 |     0 |   181 |     - |  4232k |   0 |  48 | 337 | 142 |  19 | 18 |   9 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.81/2.95	c   0.2s|     1 |     0 |   197 |     - |  4263k |   0 |  48 | 338 | 143 |  20 | 19 |  10 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.81/2.95	c   0.2s|     1 |     2 |   273 |     - |  4263k |   0 |  48 | 342 | 143 |  20 | 19 |  14 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.81/2.95	c   0.4s|   100 |    89 |  1636 |  14.5 |  4914k |  16 |  48 | 348 | 138 |  43 |  1 |  93 |  12 | 0.000000e+00 |      --      |    Inf |   3.13%
2.81/2.95	c   0.9s|   200 |   153 |  3552 |  16.9 |  5791k |  16 |  48 | 370 | 136 | 102 |  1 | 146 |  12 | 0.000000e+00 |      --      |    Inf |  18.79%
2.81/2.95	c   1.0s|   300 |   245 |  5410 |  17.4 |  6530k |  16 |  48 | 387 | 138 | 180 |  1 | 247 |  12 | 0.000000e+00 |      --      |    Inf |  18.80%
2.81/2.95	c   1.2s|   400 |   296 |  6573 |  16.0 |  6619k |  16 |  48 | 402 | 136 | 221 |  2 | 330 |  12 | 0.000000e+00 |      --      |    Inf |  28.25%
2.81/2.95	c   1.3s|   500 |   369 |  7867 |  15.4 |  6662k |  16 |  48 | 414 | 137 | 281 |  1 | 418 |  12 | 0.000000e+00 |      --      |    Inf |  28.29%
2.81/2.95	c   1.5s|   600 |   426 |  9031 |  14.7 |  6808k |  16 |  48 | 417 | 137 | 309 |  1 | 495 |  12 | 0.000000e+00 |      --      |    Inf |  28.36%
2.81/2.95	c   1.6s|   700 |   487 | 10275 |  14.4 |  7026k |  16 |  48 | 432 | 138 | 343 |  1 | 585 |  12 | 0.000000e+00 |      --      |    Inf |  31.56%
2.81/2.95	c   1.6s|   800 |   516 | 10938 |  13.4 |  7067k |  16 |  48 | 438 |   0 | 359 |  0 | 693 |  12 | 0.000000e+00 |      --      |    Inf |  31.73%
2.81/2.95	c   1.9s|   900 |   547 | 11948 |  13.1 |  7232k |  16 |  48 | 463 | 139 | 378 |  1 | 800 |  12 | 0.000000e+00 |      --      |    Inf |  50.63%
2.81/2.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.81/2.95	c   1.9s|  1000 |   594 | 12716 |  12.5 |  7359k |  16 |  48 | 464 | 138 | 399 |  1 | 893 |  12 | 0.000000e+00 |      --      |    Inf |  50.81%
2.81/2.95	c   2.0s|  1100 |   637 | 13560 |  12.2 |  7450k |  16 |  48 | 471 | 138 | 425 |  1 | 994 |  12 | 0.000000e+00 |      --      |    Inf |  50.99%
2.81/2.95	c   2.0s|  1200 |   671 | 14452 |  11.9 |  7507k |  16 |  48 | 474 |   0 | 452 |  0 |1084 |  12 | 0.000000e+00 |      --      |    Inf |  51.14%
2.81/2.95	c   2.1s|  1300 |   707 | 15502 |  11.8 |  7608k |  16 |  48 | 477 | 138 | 482 |  1 |1186 |  12 | 0.000000e+00 |      --      |    Inf |  54.43%
2.81/2.95	c   2.1s|  1400 |   728 | 16174 |  11.4 |  7622k |  16 |  48 | 479 | 139 | 490 |  1 |1289 |  12 | 0.000000e+00 |      --      |    Inf |  54.57%
2.81/2.95	c   2.2s|  1500 |   790 | 17431 |  11.5 |  7671k |  16 |  48 | 479 |   0 | 535 |  0 |1391 |  12 | 0.000000e+00 |      --      |    Inf |  54.65%
2.81/2.95	c   2.2s|  1600 |   809 | 18016 |  11.1 |  7716k |  16 |  48 | 478 | 137 | 538 |  1 |1461 |  12 | 0.000000e+00 |      --      |    Inf |  54.82%
2.81/2.95	c   2.3s|  1700 |   823 | 18486 |  10.8 |  7734k |  16 |  48 | 488 | 139 | 544 |  1 |1541 |  12 | 0.000000e+00 |      --      |    Inf |  54.99%
2.81/2.95	c   2.3s|  1800 |   829 | 19208 |  10.6 |  7801k |  16 |  48 | 498 | 139 | 562 |  1 |1641 |  12 | 0.000000e+00 |      --      |    Inf |  55.24%
2.81/2.95	c   2.3s|  1900 |   830 | 19904 |  10.4 |  7884k |  16 |  48 | 500 |   0 | 581 |  0 |1713 |  12 | 0.000000e+00 |      --      |    Inf |  55.94%
2.81/2.95	c   2.4s|  2000 |   862 | 20766 |  10.3 |  8140k |  16 |  48 | 497 | 138 | 609 |  1 |1804 |  12 | 0.000000e+00 |      --      |    Inf |  56.24%
2.81/2.95	c   2.4s|  2100 |   847 | 21261 |  10.0 |  8183k |  16 |  48 | 496 | 138 | 609 |  1 |1897 |  12 | 0.000000e+00 |      --      |    Inf |  56.55%
2.81/2.95	c   2.5s|  2200 |   813 | 21695 |   9.8 |  8213k |  16 |  48 | 499 |   0 | 609 |  0 |1970 |  12 | 0.000000e+00 |      --      |    Inf |  63.10%
2.81/2.95	c   2.5s|  2300 |   783 | 22112 |   9.5 |  8472k |  16 |  48 | 501 | 139 | 609 |  1 |2042 |  12 | 0.000000e+00 |      --      |    Inf |  63.48%
4.72/4.80	c   2.6s|  2400 |   781 | 22641 |   9.4 |  8472k |  16 |  48 | 499 | 139 | 618 |  1 |2123 |  12 | 0.000000e+00 |      --      |    Inf |  63.83%
4.72/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. 
4.72/4.80	c   2.6s|  2500 |   797 | 23194 |   9.2 |  8472k |  16 |  48 | 497 |   0 | 633 |  0 |2202 |  12 | 0.000000e+00 |      --      |    Inf |  64.00%
4.72/4.80	c   2.7s|  2600 |   789 | 23812 |   9.1 |  8616k |  16 |  48 | 500 | 136 | 653 |  1 |2299 |  12 | 0.000000e+00 |      --      |    Inf |  64.34%
4.72/4.80	c   2.7s|  2700 |   799 | 24467 |   9.0 |  8740k |  16 |  48 | 515 | 139 | 682 |  1 |2389 |  12 | 0.000000e+00 |      --      |    Inf |  64.96%
4.72/4.80	c   2.7s|  2800 |   808 | 24958 |   8.8 |  8740k |  16 |  48 | 515 |   0 | 688 |  0 |2458 |  12 | 0.000000e+00 |      --      |    Inf |  65.26%
4.72/4.80	c   2.8s|  2900 |   812 | 25475 |   8.7 |  8740k |  16 |  48 | 516 | 137 | 694 |  1 |2520 |  12 | 0.000000e+00 |      --      |    Inf |  65.57%
4.72/4.80	c   2.8s|  3000 |   834 | 25898 |   8.6 |  8740k |  16 |  48 | 518 | 137 | 700 |  1 |2573 |  12 | 0.000000e+00 |      --      |    Inf |  65.75%
4.72/4.80	c   2.8s|  3100 |   866 | 26739 |   8.6 |  8902k |  17 |  48 | 521 | 137 | 708 |  1 |2663 |  12 | 0.000000e+00 |      --      |    Inf |  65.91%
4.72/4.80	c   2.9s|  3200 |   879 | 27331 |   8.5 |  8902k |  17 |  48 | 526 | 138 | 708 |  1 |2744 |  12 | 0.000000e+00 |      --      |    Inf |  66.14%
4.72/4.80	c   2.9s|  3300 |   895 | 27994 |   8.4 |  8902k |  17 |  48 | 525 |   0 | 717 |  0 |2814 |  12 | 0.000000e+00 |      --      |    Inf |  66.38%
4.72/4.80	c   2.9s|  3400 |   942 | 28702 |   8.4 |  9160k |  17 |  48 | 527 | 138 | 732 |  1 |2892 |  12 | 0.000000e+00 |      --      |    Inf |  66.48%
4.72/4.80	c   3.0s|  3500 |   964 | 29151 |   8.3 |  9160k |  17 |  48 | 527 | 138 | 739 |  1 |2975 |  12 | 0.000000e+00 |      --      |    Inf |  66.68%
4.72/4.80	c   3.0s|  3600 |   971 | 29711 |   8.2 |  9164k |  17 |  48 | 525 | 138 | 743 |  1 |3068 |  12 | 0.000000e+00 |      --      |    Inf |  66.98%
4.72/4.80	c   3.1s|  3700 |   988 | 30259 |   8.1 |  9197k |  17 |  48 | 522 |   0 | 743 |  0 |3164 |  12 | 0.000000e+00 |      --      |    Inf |  67.29%
4.72/4.80	c   3.1s|  3800 |  1012 | 30734 |   8.0 |  9202k |  17 |  48 | 519 |   0 | 750 |  0 |3229 |  12 | 0.000000e+00 |      --      |    Inf |  67.52%
4.72/4.80	c   3.1s|  3900 |  1026 | 31285 |   8.0 |  9264k |  17 |  48 | 524 |   0 | 750 |  0 |3316 |  12 | 0.000000e+00 |      --      |    Inf |  67.70%
4.72/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. 
4.72/4.80	c   3.2s|  4000 |  1054 | 31966 |   7.9 |  9269k |  17 |  48 | 523 | 137 | 757 |  1 |3408 |  12 | 0.000000e+00 |      --      |    Inf |  67.92%
4.72/4.80	c   3.2s|  4100 |  1079 | 32531 |   7.9 |  9498k |  17 |  48 | 524 |   0 | 763 |  0 |3494 |  12 | 0.000000e+00 |      --      |    Inf |  68.08%
4.72/4.80	c   3.2s|  4200 |  1085 | 33091 |   7.8 |  9526k |  17 |  48 | 524 |   0 | 763 |  0 |3571 |  12 | 0.000000e+00 |      --      |    Inf |  68.24%
4.72/4.80	c   3.3s|  4300 |  1105 | 33767 |   7.8 |  9529k |  17 |  48 | 527 | 137 | 782 |  1 |3663 |  12 | 0.000000e+00 |      --      |    Inf |  68.41%
4.72/4.80	c   3.3s|  4400 |  1119 | 34272 |   7.7 |  9691k |  17 |  48 | 527 | 139 | 793 |  1 |3761 |  12 | 0.000000e+00 |      --      |    Inf |  68.59%
4.72/4.80	c   3.4s|  4500 |  1120 | 34886 |   7.7 |  9691k |  17 |  48 | 527 | 138 | 805 |  1 |3843 |  12 | 0.000000e+00 |      --      |    Inf |  68.79%
4.72/4.80	c   3.4s|  4600 |  1107 | 35417 |   7.7 |  9738k |  17 |  48 | 526 | 137 | 805 |  1 |3920 |  12 | 0.000000e+00 |      --      |    Inf |  69.16%
4.72/4.80	c   3.4s|  4700 |  1109 | 35886 |   7.6 |  9799k |  17 |  48 | 522 | 138 | 807 |  1 |3990 |  12 | 0.000000e+00 |      --      |    Inf |  69.38%
4.72/4.80	c   3.5s|  4800 |  1129 | 36702 |   7.6 |  9799k |  17 |  48 | 523 | 138 | 824 |  1 |4081 |  12 | 0.000000e+00 |      --      |    Inf |  69.57%
4.72/4.80	c   3.5s|  4900 |  1129 | 37147 |   7.5 |  9893k |  17 |  48 | 525 | 138 | 824 |  1 |4169 |  12 | 0.000000e+00 |      --      |    Inf |  69.82%
4.72/4.80	c   3.5s|  5000 |  1126 | 37596 |   7.5 |  9896k |  17 |  48 | 528 | 138 | 824 |  1 |4256 |  12 | 0.000000e+00 |      --      |    Inf |  70.21%
4.72/4.80	c   3.6s|  5100 |  1161 | 38514 |   7.5 |    10M |  17 |  48 | 528 | 139 | 856 |  1 |4372 |  12 | 0.000000e+00 |      --      |    Inf |  70.44%
4.72/4.80	c   3.6s|  5200 |  1182 | 39243 |   7.5 |    10M |  17 |  48 | 529 | 139 | 856 |  1 |4484 |  12 | 0.000000e+00 |      --      |    Inf |  70.53%
4.72/4.80	c   3.7s|  5300 |  1199 | 39674 |   7.4 |    10M |  17 |  48 | 527 | 139 | 856 |  1 |4552 |  12 | 0.000000e+00 |      --      |    Inf |  70.61%
4.72/4.80	c   3.7s|  5400 |  1257 | 40459 |   7.5 |    10M |  17 |  48 | 524 |   0 | 870 |  0 |4635 |  12 | 0.000000e+00 |      --      |    Inf |  70.64%
4.72/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. 
4.72/4.80	c   3.8s|  5500 |  1292 | 41177 |   7.5 |    10M |  17 |  48 | 521 | 139 | 884 |  1 |4720 |  12 | 0.000000e+00 |      --      |    Inf |  70.70%
4.72/4.80	c   3.8s|  5600 |  1315 | 41661 |   7.4 |    10M |  17 |  48 | 515 |   0 | 884 |  0 |4788 |  12 | 0.000000e+00 |      --      |    Inf |  70.77%
4.72/4.80	c   3.8s|  5700 |  1338 | 42219 |   7.4 |    10M |  17 |  48 | 514 | 138 | 884 |  1 |4845 |  12 | 0.000000e+00 |      --      |    Inf |  70.90%
4.72/4.80	c   3.9s|  5800 |  1338 | 42696 |   7.3 |    10M |  17 |  48 | 513 |   0 | 884 |  0 |4920 |  12 | 0.000000e+00 |      --      |    Inf |  71.21%
4.72/4.80	c   3.9s|  5900 |  1375 | 43551 |   7.3 |    10M |  17 |  48 | 513 |   0 | 893 |  0 |4992 |  12 | 0.000000e+00 |      --      |    Inf |  71.29%
4.72/4.80	c   3.9s|  6000 |  1413 | 44220 |   7.3 |    10M |  17 |  48 | 519 | 136 | 923 |  1 |5068 |  12 | 0.000000e+00 |      --      |    Inf |  72.01%
4.72/4.80	c   4.0s|  6100 |  1406 | 44729 |   7.3 |    10M |  17 |  48 | 520 |   0 | 934 |  0 |5146 |  12 | 0.000000e+00 |      --      |    Inf |  72.57%
4.72/4.80	c   4.0s|  6200 |  1410 | 45142 |   7.3 |    10M |  17 |  48 | 521 | 137 | 934 |  1 |5211 |  12 | 0.000000e+00 |      --      |    Inf |  72.73%
4.72/4.80	c   4.1s|  6300 |  1444 | 45823 |   7.2 |    10M |  17 |  48 | 521 | 139 | 950 |  1 |5299 |  12 | 0.000000e+00 |      --      |    Inf |  72.85%
4.72/4.80	c   4.1s|  6400 |  1441 | 46124 |   7.2 |    10M |  17 |  48 | 519 | 138 | 950 |  1 |5362 |  12 | 0.000000e+00 |      --      |    Inf |  73.04%
4.72/4.80	c   4.1s|  6500 |  1410 | 46480 |   7.1 |    10M |  17 |  48 | 519 | 137 | 950 |  1 |5434 |  12 | 0.000000e+00 |      --      |    Inf |  73.43%
4.72/4.80	c   4.1s|  6600 |  1394 | 46863 |   7.1 |    10M |  17 |  48 | 518 | 139 | 950 |  1 |5500 |  12 | 0.000000e+00 |      --      |    Inf |  73.67%
4.72/4.80	c   4.2s|  6700 |  1352 | 47301 |   7.0 |    10M |  17 |  48 | 519 | 140 | 954 |  3 |5573 |  12 | 0.000000e+00 |      --      |    Inf |  73.94%
4.72/4.80	c   4.2s|  6800 |  1368 | 47757 |   7.0 |    10M |  17 |  48 | 520 |   0 | 954 |  0 |5652 |  12 | 0.000000e+00 |      --      |    Inf |  74.10%
4.72/4.80	c   4.2s|  6900 |  1343 | 48299 |   7.0 |    10M |  17 |  48 | 516 | 138 | 954 |  1 |5732 |  12 | 0.000000e+00 |      --      |    Inf |  74.39%
4.72/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. 
4.72/4.80	c   4.2s|  7000 |  1340 | 48763 |   6.9 |    10M |  17 |  48 | 516 |   0 | 954 |  0 |5796 |  12 | 0.000000e+00 |      --      |    Inf |  74.65%
4.72/4.80	c   4.3s|  7100 |  1300 | 49202 |   6.9 |    10M |  17 |  48 | 519 | 138 | 954 |  1 |5877 |  12 | 0.000000e+00 |      --      |    Inf |  74.97%
4.72/4.80	c   4.3s|  7200 |  1309 | 49734 |   6.9 |    10M |  17 |  48 | 518 | 137 | 954 |  1 |5941 |  12 | 0.000000e+00 |      --      |    Inf |  75.25%
4.72/4.80	c   4.3s|  7300 |  1307 | 50284 |   6.9 |    10M |  17 |  48 | 520 | 139 | 954 |  1 |6029 |  12 | 0.000000e+00 |      --      |    Inf |  75.55%
4.72/4.80	c   4.4s|  7400 |  1306 | 50761 |   6.8 |    10M |  17 |  48 | 523 |   0 | 954 |  0 |6085 |  12 | 0.000000e+00 |      --      |    Inf |  75.86%
4.72/4.80	c   4.4s|  7500 |  1267 | 51331 |   6.8 |    10M |  17 |  48 | 523 |   0 | 954 |  0 |6195 |  12 | 0.000000e+00 |      --      |    Inf |  76.25%
5.92/6.11	c   4.4s|  7600 |  1245 | 51831 |   6.8 |    11M |  17 |  48 | 525 | 139 | 954 |  1 |6281 |  12 | 0.000000e+00 |      --      |    Inf |  76.43%
5.92/6.11	c   4.5s|  7700 |  1193 | 52270 |   6.8 |    11M |  17 |  48 | 526 | 138 | 959 |  1 |6364 |  12 | 0.000000e+00 |      --      |    Inf |  76.75%
5.92/6.11	c   4.5s|  7800 |  1216 | 52839 |   6.7 |    11M |  17 |  48 | 524 | 139 | 964 |  1 |6448 |  12 | 0.000000e+00 |      --      |    Inf |  76.89%
5.92/6.11	c   4.5s|  7900 |  1242 | 53425 |   6.7 |    11M |  17 |  48 | 523 | 139 | 969 |  1 |6527 |  12 | 0.000000e+00 |      --      |    Inf |  76.97%
5.92/6.11	c   4.6s|  8000 |  1240 | 53890 |   6.7 |    11M |  17 |  48 | 526 | 137 | 969 |  1 |6598 |  12 | 0.000000e+00 |      --      |    Inf |  77.10%
5.92/6.11	c   4.6s|  8100 |  1206 | 54244 |   6.7 |    11M |  17 |  48 | 525 | 137 | 969 |  1 |6680 |  12 | 0.000000e+00 |      --      |    Inf |  77.31%
5.92/6.11	c   4.6s|  8200 |  1158 | 54720 |   6.6 |    11M |  17 |  48 | 525 |   0 | 969 |  0 |6757 |  12 | 0.000000e+00 |      --      |    Inf |  77.57%
5.92/6.11	c   4.7s|  8300 |  1153 | 55201 |   6.6 |    11M |  17 |  48 | 527 | 139 | 969 |  1 |6843 |  12 | 0.000000e+00 |      --      |    Inf |  77.85%
5.92/6.11	c   4.8s|  8400 |  1150 | 55783 |   6.6 |    11M |  17 |  48 | 538 | 138 | 969 |  1 |6932 |  12 | 0.000000e+00 |      --      |    Inf |  90.49%
5.92/6.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.92/6.11	c   4.8s|  8500 |  1113 | 56276 |   6.6 |    11M |  17 |  48 | 538 |   0 | 969 |  0 |7012 |  12 | 0.000000e+00 |      --      |    Inf |  90.76%
5.92/6.11	c   4.8s|  8600 |  1057 | 56722 |   6.6 |    11M |  17 |  48 | 540 | 139 | 969 |  1 |7101 |  12 | 0.000000e+00 |      --      |    Inf |  91.22%
5.92/6.11	c   4.9s|  8700 |   995 | 57087 |   6.5 |    11M |  17 |  48 | 541 | 137 | 969 |  1 |7192 |  12 | 0.000000e+00 |      --      |    Inf |  91.49%
5.92/6.11	c   4.9s|  8800 |   932 | 57429 |   6.5 |    11M |  17 |  48 | 541 | 139 | 969 |  1 |7286 |  12 | 0.000000e+00 |      --      |    Inf |  91.77%
5.92/6.11	c   4.9s|  8900 |   861 | 57744 |   6.5 |    11M |  17 |  48 | 540 | 137 | 969 |  1 |7375 |  12 | 0.000000e+00 |      --      |    Inf |  91.98%
5.92/6.11	c   5.0s|  9000 |   824 | 58163 |   6.4 |    11M |  17 |  48 | 538 |   0 | 969 |  0 |7447 |  12 | 0.000000e+00 |      --      |    Inf |  92.16%
5.92/6.11	c   5.0s|  9100 |   784 | 58618 |   6.4 |    11M |  17 |  48 | 533 | 138 | 969 |  1 |7531 |  12 | 0.000000e+00 |      --      |    Inf |  92.36%
5.92/6.11	c   5.0s|  9200 |   743 | 59071 |   6.4 |    11M |  17 |  48 | 529 | 137 | 973 |  1 |7617 |  12 | 0.000000e+00 |      --      |    Inf |  92.50%
5.92/6.11	c   5.1s|  9300 |   705 | 59569 |   6.4 |    11M |  17 |  48 | 529 |   0 | 985 |  0 |7706 |  12 | 0.000000e+00 |      --      |    Inf |  92.90%
5.92/6.11	c   5.1s|  9400 |   621 | 59953 |   6.4 |    11M |  17 |  48 | 531 |   0 | 985 |  0 |7814 |  12 | 0.000000e+00 |      --      |    Inf |  93.38%
5.92/6.11	c   5.1s|  9500 |   573 | 60426 |   6.3 |    11M |  17 |  48 | 530 |   0 | 985 |  0 |7920 |  12 | 0.000000e+00 |      --      |    Inf |  94.17%
5.92/6.11	c   5.1s|  9600 |   524 | 60866 |   6.3 |    11M |  17 |  48 | 530 | 139 | 985 |  1 |8004 |  12 | 0.000000e+00 |      --      |    Inf |  94.44%
5.92/6.11	c   5.2s|  9700 |   450 | 61309 |   6.3 |    11M |  17 |  48 | 530 |   0 | 985 |  0 |8099 |  12 | 0.000000e+00 |      --      |    Inf |  94.83%
5.92/6.11	c   5.2s|  9800 |   425 | 61809 |   6.3 |    11M |  17 |  48 | 530 | 139 | 985 |  1 |8179 |  12 | 0.000000e+00 |      --      |    Inf |  95.27%
5.92/6.11	c   5.2s|  9900 |   380 | 62272 |   6.3 |    11M |  17 |  48 | 529 | 137 | 985 |  1 |8264 |  12 | 0.000000e+00 |      --      |    Inf |  95.63%
5.92/6.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.92/6.11	c   5.3s| 10000 |   315 | 62709 |   6.3 |    11M |  17 |  48 | 530 | 139 | 985 |  1 |8359 |  12 | 0.000000e+00 |      --      |    Inf |  95.96%
5.92/6.11	c   5.3s| 10100 |   291 | 63186 |   6.2 |    11M |  17 |  48 | 533 | 137 | 985 |  1 |8441 |  12 | 0.000000e+00 |      --      |    Inf |  96.14%
5.92/6.11	c   5.3s| 10200 |   231 | 63537 |   6.2 |    12M |  17 |  48 | 531 | 139 | 985 |  1 |8530 |  12 | 0.000000e+00 |      --      |    Inf |  96.37%
5.92/6.11	c   5.3s| 10300 |   215 | 63972 |   6.2 |    12M |  17 |  48 | 532 | 139 | 985 |  1 |8613 |  12 | 0.000000e+00 |      --      |    Inf |  96.61%
5.92/6.11	c   5.4s| 10400 |   217 | 64473 |   6.2 |    12M |  17 |  48 | 530 |   0 | 985 |  0 |8703 |  12 | 0.000000e+00 |      --      |    Inf |  96.72%
5.92/6.11	c   5.4s| 10500 |   188 | 64863 |   6.2 |    12M |  17 |  48 | 528 | 138 | 987 |  1 |8791 |  12 | 0.000000e+00 |      --      |    Inf |  96.90%
5.92/6.11	c   5.4s| 10600 |   229 | 65568 |   6.2 |    12M |  17 |  48 | 530 | 140 | 991 |  1 |8878 |  12 | 0.000000e+00 |      --      |    Inf |  96.98%
5.92/6.11	c   5.5s| 10700 |   201 | 65967 |   6.1 |    12M |  17 |  48 | 531 |   0 | 991 |  0 |8941 |  12 | 0.000000e+00 |      --      |    Inf |  97.26%
5.92/6.11	c   5.5s| 10800 |   186 | 66403 |   6.1 |    12M |  17 |  48 | 534 | 139 | 997 |  1 |9001 |  12 | 0.000000e+00 |      --      |    Inf |  97.63%
5.92/6.11	c   5.5s| 10900 |   172 | 66812 |   6.1 |    12M |  17 |  48 | 533 | 138 |1000 |  1 |9073 |  12 | 0.000000e+00 |      --      |    Inf |  97.88%
5.92/6.11	c   5.6s| 11000 |   139 | 67185 |   6.1 |    12M |  17 |  48 | 536 |   0 |1003 |  0 |9167 |  12 | 0.000000e+00 |      --      |    Inf |  98.21%
5.92/6.11	c   5.6s| 11100 |   116 | 67578 |   6.1 |    12M |  17 |  48 | 536 | 140 |1003 |  1 |9241 |  12 | 0.000000e+00 |      --      |    Inf |  98.35%
5.92/6.11	c   5.6s| 11200 |    70 | 68005 |   6.1 |    12M |  17 |  48 | 536 | 138 |1005 |  1 |9338 |  12 | 0.000000e+00 |      --      |    Inf |  98.67%
5.92/6.11	c   5.7s| 11300 |    74 | 68499 |   6.0 |    12M |  17 |  48 | 533 | 138 |1005 |  1 |9453 |  12 | 0.000000e+00 |      --      |    Inf |  98.95%
5.92/6.11	c   5.7s| 11400 |    39 | 68889 |   6.0 |    12M |  17 |  48 | 532 |   0 |1005 |  0 |9535 |  12 | 0.000000e+00 |      --      |    Inf |  99.34%
5.92/6.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.92/6.11	c   5.7s| 11500 |    15 | 69352 |   6.0 |    12M |  17 |  48 | 532 |   0 |1005 |  0 |9609 |  12 | 0.000000e+00 |      --      |    Inf |  99.64%
5.92/6.11	c 
5.92/6.11	c SCIP Status        : problem is solved [infeasible]
5.92/6.11	c Solving Time (sec) : 5.74
5.92/6.11	c Solving Nodes      : 11591
5.92/6.11	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
5.92/6.11	c Dual Bound         : +1.00000000000000e+20
5.92/6.11	c Gap                : 0.00 %
5.92/6.11	c SCIP found the problem to be infeasible.
5.92/6.11	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4529924-1752259570/watcher-4529924-1752259570 -o /tmp/evaluation-result-4529924-1752259570/solver-4529924-1752259570 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1752257289-119336 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4529924-1752259570.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=119615, runsolver pid=119612
Current StackSize limit: 8192 KiB


[startup+0.100074 s]*
/proc/loadavg: 4.18 4.15 3.96 5/256 119620
/proc/meminfo: memFree=88158444/131382120 swapFree=33010416/33010684
[pid=119615] ppid=119612 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/119615/stat : 119615 (scip-naps-1.00a) S 119612 119615 119325 0 -1 4194304 260 315 0 0 0 0 0 0 20 0 1 0 141635682 4292608 768 18446744073709551615 93842230812672 93842231707205 140723096410096 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93842231946256 93842231994000 93842250092544 140723096414619 140723096414718 140723096414718 140723096420322 0
/proc/119615/statm: 1048 768 704 219 0 110 0
[pid=119620] ppid=119615 vsize=12952 memory=10240 CPUtime=0.05 cores=4,6
/proc/119620/stat : 119620 (python3) R 119615 119615 119325 0 -1 4194304 1507 0 0 0 4 1 0 0 20 0 1 0 141635685 13262848 2560 18446744073709551615 94210444275712 94210444276089 140736207609824 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94210444287384 94210444288004 94210454482944 140736207616335 140736207616544 140736207616544 140736207622119 0
/proc/119620/statm: 3238 2560 1216 1 0 1405 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 17144 KiB
Current children cumulated memory: 13312 KiB

[startup+0.21484 s]*
/proc/loadavg: 4.18 4.15 3.96 5/256 119620
/proc/meminfo: memFree=88155688/131382120 swapFree=33010416/33010684
[pid=119615] ppid=119612 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/119615/stat : 119615 (scip-naps-1.00a) S 119612 119615 119325 0 -1 4194304 260 315 0 0 0 0 0 0 20 0 1 0 141635682 4292608 768 18446744073709551615 93842230812672 93842231707205 140723096410096 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93842231946256 93842231994000 93842250092544 140723096414619 140723096414718 140723096414718 140723096420322 0
/proc/119615/statm: 1048 768 704 219 0 110 0
[pid=119620] ppid=119615 vsize=1186292 memory=31008 CPUtime=0.16 cores=4,6
/proc/119620/stat : 119620 (python3) R 119615 119615 119325 0 -1 4194304 3548 0 0 0 13 3 0 0 20 0 1 0 141635685 1214763008 7752 18446744073709551615 94210444275712 94210444276089 140736207609824 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94210444287384 94210444288004 94210454482944 140736207616335 140736207616544 140736207616544 140736207622119 0
/proc/119620/statm: 296573 7752 4848 1 0 268595 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 1190484 KiB
Current children cumulated memory: 34080 KiB

[startup+0.313687 s]*
/proc/loadavg: 4.18 4.15 3.96 5/256 119620
/proc/meminfo: memFree=88151656/131382120 swapFree=33010416/33010684
[pid=119615] ppid=119612 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/119615/stat : 119615 (scip-naps-1.00a) S 119612 119615 119325 0 -1 4194304 260 315 0 0 0 0 0 0 20 0 1 0 141635682 4292608 768 18446744073709551615 93842230812672 93842231707205 140723096410096 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93842231946256 93842231994000 93842250092544 140723096414619 140723096414718 140723096414718 140723096420322 0
/proc/119615/statm: 1048 768 704 219 0 110 0
[pid=119620] ppid=119615 vsize=1190452 memory=35616 CPUtime=0.25 cores=4,6
/proc/119620/stat : 119620 (python3) R 119615 119615 119325 0 -1 4194304 4486 0 0 0 22 3 0 0 20 0 1 0 141635685 1219022848 8904 18446744073709551615 94210444275712 94210444276089 140736207609824 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94210444287384 94210444288004 94210454482944 140736207616335 140736207616544 140736207616544 140736207622119 0
/proc/119620/statm: 297613 8904 5072 1 0 269522 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 1194644 KiB
Current children cumulated memory: 38688 KiB

[startup+0.700408 s]
/proc/loadavg: 4.18 4.15 3.96 5/256 119620
/proc/meminfo: memFree=88142584/131382120 swapFree=33010416/33010684
[pid=119615] ppid=119612 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/119615/stat : 119615 (scip-naps-1.00a) S 119612 119615 119325 0 -1 4194304 260 315 0 0 0 0 0 0 20 0 1 0 141635682 4292608 768 18446744073709551615 93842230812672 93842231707205 140723096410096 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93842231946256 93842231994000 93842250092544 140723096414619 140723096414718 140723096414718 140723096420322 0
/proc/119615/statm: 1048 768 704 219 0 110 0
[pid=119620] ppid=119615 vsize=1205316 memory=57760 CPUtime=0.63 cores=4,6
/proc/119620/stat : 119620 (python3) R 119615 119615 119325 0 -1 4194304 7189 0 0 0 58 5 0 0 20 0 1 0 141635685 1234243584 14440 18446744073709551615 94210444275712 94210444276089 140736207609824 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94210444287384 94210444288004 94210454482944 140736207616335 140736207616544 140736207616544 140736207622119 0
/proc/119620/statm: 301329 14440 8144 1 0 272687 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 1209508 KiB
Current children cumulated memory: 60832 KiB

[startup+1.50043 s]
/proc/loadavg: 4.18 4.15 3.96 5/256 119620
/proc/meminfo: memFree=88138552/131382120 swapFree=33010416/33010684
[pid=119615] ppid=119612 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/119615/stat : 119615 (scip-naps-1.00a) S 119612 119615 119325 0 -1 4194304 260 315 0 0 0 0 0 0 20 0 1 0 141635682 4292608 768 18446744073709551615 93842230812672 93842231707205 140723096410096 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93842231946256 93842231994000 93842250092544 140723096414619 140723096414718 140723096414718 140723096420322 0
/proc/119615/statm: 1048 768 704 219 0 110 0
[pid=119620] ppid=119615 vsize=1207740 memory=60576 CPUtime=1.42 cores=4,6
/proc/119620/stat : 119620 (python3) R 119615 119615 119325 0 -1 4194304 7899 0 0 0 137 5 0 0 20 0 1 0 141635685 1236725760 15144 18446744073709551615 94210444275712 94210444276089 140736207609824 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94210444287384 94210444288004 94210454482944 140736207616335 140736207616544 140736207616544 140736207622119 0
/proc/119620/statm: 301935 15144 8144 1 0 273293 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 1211932 KiB
Current children cumulated memory: 63648 KiB

[startup+3.11364 s]
/proc/loadavg: 4.17 4.15 3.96 5/256 119620
/proc/meminfo: memFree=88122524/131382120 swapFree=33010416/33010684
[pid=119615] ppid=119612 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/119615/stat : 119615 (scip-naps-1.00a) S 119612 119615 119325 0 -1 4194304 260 315 0 0 0 0 0 0 20 0 1 0 141635682 4292608 768 18446744073709551615 93842230812672 93842231707205 140723096410096 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93842231946256 93842231994000 93842250092544 140723096414619 140723096414718 140723096414718 140723096420322 0
/proc/119615/statm: 1048 768 704 219 0 110 0
[pid=119620] ppid=119615 vsize=1209660 memory=62624 CPUtime=3.03 cores=4,6
/proc/119620/stat : 119620 (python3) R 119615 119615 119325 0 -1 4194304 8418 0 0 0 298 5 0 0 20 0 1 0 141635685 1238691840 15656 18446744073709551615 94210444275712 94210444276089 140736207609824 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94210444287384 94210444288004 94210454482944 140736207616335 140736207616544 140736207616544 140736207622119 0
/proc/119620/statm: 302415 15656 8144 1 0 273773 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 1213852 KiB
Current children cumulated memory: 65696 KiB

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

# cumulated CPU time of all completed processes:  user=5.98603 s, system=0.077637 s

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

[startup+3.20047 s]
/proc/loadavg: 4.17 4.15 3.96 5/256 119620
/proc/meminfo: memFree=88122524/131382120 swapFree=33010416/33010684
[pid=119615] ppid=119612 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/119615/stat : 119615 (scip-naps-1.00a) S 119612 119615 119325 0 -1 4194304 260 315 0 0 0 0 0 0 20 0 1 0 141635682 4292608 768 18446744073709551615 93842230812672 93842231707205 140723096410096 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93842231946256 93842231994000 93842250092544 140723096414619 140723096414718 140723096414718 140723096420322 0
/proc/119615/statm: 1048 768 704 219 0 110 0
[pid=119620] ppid=119615 vsize=1209660 memory=62624 CPUtime=3.11 cores=4,6
/proc/119620/stat : 119620 (python3) R 119615 119615 119325 0 -1 4194304 8418 0 0 0 306 5 0 0 20 0 1 0 141635685 1238691840 15656 18446744073709551615 94210444275712 94210444276089 140736207609824 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94210444287384 94210444288004 94210454482944 140736207616335 140736207616544 140736207616544 140736207622119 0
/proc/119620/statm: 302415 15656 8144 1 0 273773 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 1213852 KiB
Current children cumulated memory: 65696 KiB

[startup+4.80039 s]
/proc/loadavg: 4.17 4.15 3.96 5/256 119620
/proc/meminfo: memFree=88122764/131382120 swapFree=33010416/33010684
[pid=119615] ppid=119612 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/119615/stat : 119615 (scip-naps-1.00a) S 119612 119615 119325 0 -1 4194304 260 315 0 0 0 0 0 0 20 0 1 0 141635682 4292608 768 18446744073709551615 93842230812672 93842231707205 140723096410096 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93842231946256 93842231994000 93842250092544 140723096414619 140723096414718 140723096414718 140723096420322 0
/proc/119615/statm: 1048 768 704 219 0 110 0
[pid=119620] ppid=119615 vsize=1209660 memory=63392 CPUtime=4.72 cores=4,6
/proc/119620/stat : 119620 (python3) R 119615 119615 119325 0 -1 4194304 8610 0 0 0 466 6 0 0 20 0 1 0 141635685 1238691840 15848 18446744073709551615 94210444275712 94210444276089 140736207609824 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94210444287384 94210444288004 94210454482944 140736207616335 140736207616544 140736207616544 140736207622119 0
/proc/119620/statm: 302415 15848 8144 1 0 273773 0
Current children cumulated CPU time: 4.72 s
Current children cumulated vsize: 1213852 KiB
Current children cumulated memory: 66464 KiB

[startup+5.60041 s]
/proc/loadavg: 4.17 4.15 3.96 5/256 119620
/proc/meminfo: memFree=88122764/131382120 swapFree=33010416/33010684
[pid=119615] ppid=119612 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/119615/stat : 119615 (scip-naps-1.00a) S 119612 119615 119325 0 -1 4194304 260 315 0 0 0 0 0 0 20 0 1 0 141635682 4292608 768 18446744073709551615 93842230812672 93842231707205 140723096410096 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93842231946256 93842231994000 93842250092544 140723096414619 140723096414718 140723096414718 140723096420322 0
/proc/119615/statm: 1048 768 704 219 0 110 0
[pid=119620] ppid=119615 vsize=1212576 memory=65544 CPUtime=5.51 cores=4,6
/proc/119620/stat : 119620 (python3) R 119615 119615 119325 0 -1 4194304 9357 0 0 0 545 6 0 0 20 0 1 0 141635685 1241677824 16386 18446744073709551615 94210444275712 94210444276089 140736207609824 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94210444287384 94210444288004 94210454482944 140736207616335 140736207616544 140736207616544 140736207622119 0
/proc/119620/statm: 303144 16386 8144 1 0 274502 0
Current children cumulated CPU time: 5.51 s
Current children cumulated vsize: 1216768 KiB
Current children cumulated memory: 68616 KiB

[startup+6.00041 s]*
/proc/loadavg: 4.17 4.15 3.96 5/256 119620
/proc/meminfo: memFree=88122764/131382120 swapFree=33010416/33010684
[pid=119615] ppid=119612 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/119615/stat : 119615 (scip-naps-1.00a) S 119612 119615 119325 0 -1 4194304 260 315 0 0 0 0 0 0 20 0 1 0 141635682 4292608 768 18446744073709551615 93842230812672 93842231707205 140723096410096 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93842231946256 93842231994000 93842250092544 140723096414619 140723096414718 140723096414718 140723096420322 0
/proc/119615/statm: 1048 768 704 219 0 110 0
[pid=119620] ppid=119615 vsize=1212576 memory=66056 CPUtime=5.92 cores=4,6
/proc/119620/stat : 119620 (python3) R 119615 119615 119325 0 -1 4194304 9494 0 0 0 586 6 0 0 20 0 1 0 141635685 1241677824 16514 18446744073709551615 94210444275712 94210444276089 140736207609824 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94210444287384 94210444288004 94210454482944 140736207616335 140736207616544 140736207616544 140736207622119 0
/proc/119620/statm: 303144 16514 8144 1 0 274502 0
Current children cumulated CPU time: 5.92 s
Current children cumulated vsize: 1216768 KiB
Current children cumulated memory: 69128 KiB

[startup+6.11359 s]
/proc/loadavg: 4.17 4.15 3.96 5/256 119620
/proc/meminfo: memFree=88122764/131382120 swapFree=33010416/33010684
[pid=119615] ppid=119612 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/119615/stat : 119615 (scip-naps-1.00a) S 119612 119615 119325 0 -1 4194304 260 315 0 0 0 0 0 0 20 0 1 0 141635682 4292608 768 18446744073709551615 93842230812672 93842231707205 140723096410096 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93842231946256 93842231994000 93842250092544 140723096414619 140723096414718 140723096414718 140723096420322 0
/proc/119615/statm: 1048 768 704 219 0 110 0
[pid=119620] ppid=119615 vsize=1212576 memory=66056 CPUtime=6.02 cores=4,6
/proc/119620/stat : 119620 (python3) R 119615 119615 119325 0 -1 4194304 9496 0 0 0 596 6 0 0 20 0 1 0 141635685 1241677824 16514 18446744073709551615 94210444275712 94210444276089 140736207609824 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94210444287384 94210444288004 94210454482944 140736207616335 140736207616544 140736207616544 140736207622119 0
/proc/119620/statm: 303144 16514 8144 1 0 274502 0
Current children cumulated CPU time: 6.02 s
Current children cumulated vsize: 1216768 KiB
Current children cumulated memory: 69128 KiB

Child status: 0

Real time (s): 6.13432
CPU time (s): 6.06367
CPU user time (s): 5.98603
CPU system time (s): 0.077637
CPU usage (%): 98.8482
Max. virtual memory (cumulated for all children) (KiB): 1216768
Max. memory (cumulated for all children) (KiB): 69128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.98603
system time used= 0.077637
maximum resident set size= 66696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10112
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: 119615
#   total CPU time (s): 6.06367
#   total CPU user time (s): 5.98603
#   total CPU system time (s): 0.077637

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.074441 second user time and 0.127136 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-11 20:46:10
IDJOB=4529924
IDBENCH=159018
IDSOLVER=3388
FILE ID=nodeC003/4529924-1752259570
RUNJOBID= nodeC003-1752257289-119336
SLURM_JOB_ID= 9682606
Free space on /tmp= 431812 MiB

SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n32-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4529924-1752259570/watcher-4529924-1752259570 -o /tmp/evaluation-result-4529924-1752259570/solver-4529924-1752259570 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1752257289-119336 --watchdog 3760  ./scip-naps-1.00a2.sh HOME/instance-4529924-1752259570.opb

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

MD5SUM BENCH= 42c976ecf95c251160b63ed15915b9f7
RANDOM SEED=1629440515

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        88158364 kB
MemAvailable:   88778220 kB
Buffers:            2736 kB
Cached:          1412636 kB
SwapCached:           36 kB
Active:         41666796 kB
Inactive:         866456 kB
Active(anon):   41128200 kB
Inactive(anon):     7604 kB
Active(file):     538596 kB
Inactive(file):   858852 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5668 kB
Writeback:             0 kB
AnonPages:      41119564 kB
Mapped:           136068 kB
Shmem:             17924 kB
KReclaimable:     124072 kB
Slab:             212980 kB
SReclaimable:     124072 kB
SUnreclaim:        88908 kB
KernelStack:        4112 kB
PageTables:        84384 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   47396832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17981440 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:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 431804 MiB
End job on nodeC003 at 2025-07-11 20:46:16