Trace number 4510161

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP-NaPS 1.00a1UNSAT 7.93422 7.99518

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n34-d3-i2-r2.cnf.gz-plain.pb.metafix.opb
MD5SUM10805e7a04221544de9efc2e76d20e2d
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.007252
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables51
Total number of constraints136
Number of constraints which are clauses136
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.15/2.28	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4510161-1751192064.opb
2.15/2.28	c Solving mode: decision
2.15/2.28	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
2.15/2.28	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
2.15/2.28	c original problem has 51 variables (51 bin, 0 int, 0 impl, 0 cont) and 136 constraints
2.15/2.28	c presolving:
2.15/2.28	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 136 upgd conss, 0 impls, 0 clqs
2.15/2.28	c    (0.0s) probing: 51/51 (100.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2.15/2.28	c    (0.0s) probing aborted: 50/50 successive totally useless probings
2.15/2.28	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
2.15/2.28	c    (0.0s) no symmetry present (symcode time: 0.00)
2.15/2.28	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
2.15/2.28	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2.15/2.28	c  0 implications, 0 cliques
2.15/2.28	c presolved problem has 51 variables (51 bin, 0 int, 0 impl, 0 cont) and 136 constraints
2.15/2.28	c     136 constraints of type <logicor>
2.15/2.28	c transformed objective value is always integral (scale: 1)
2.15/2.28	c Presolving Time: 0.00
2.15/2.28	c 
2.15/2.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.15/2.28	c   0.0s|     1 |     0 |    20 |     - |  1842k |   0 |  51 | 142 | 136 |   0 |  0 |   8 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.15/2.28	c   0.0s|     1 |     0 |    74 |     - |  2004k |   0 |  51 | 342 | 137 |   1 |  1 |   8 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.15/2.28	c   0.0s|     1 |     0 |    75 |     - |  2127k |   0 |  51 | 342 | 138 |   2 |  2 |   8 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.15/2.28	c   0.0s|     1 |     0 |    86 |     - |  2143k |   0 |  51 | 342 | 140 |   4 |  3 |   8 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.15/2.28	c   0.0s|     1 |     0 |    90 |     - |  2236k |   0 |  51 | 342 | 142 |   6 |  4 |   8 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.15/2.28	c   0.0s|     1 |     0 |   101 |     - |  2267k |   0 |  51 | 342 | 143 |   7 |  5 |   8 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.15/2.28	c   0.0s|     1 |     0 |   108 |     - |  2560k |   0 |  51 | 343 | 145 |   9 |  6 |   9 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.15/2.28	c   0.0s|     1 |     0 |   123 |     - |  2671k |   0 |  51 | 343 | 146 |  10 |  7 |   9 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.15/2.28	c   0.0s|     1 |     0 |   129 |     - |  3133k |   0 |  51 | 343 | 148 |  12 |  8 |  10 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.15/2.28	c   0.0s|     1 |     0 |   140 |     - |  3488k |   0 |  51 | 344 | 149 |  13 |  9 |  11 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.15/2.28	c   0.0s|     1 |     0 |   145 |     - |  3823k |   0 |  51 | 344 | 150 |  14 | 10 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.15/2.28	c   0.0s|     1 |     0 |   147 |     - |  3839k |   0 |  51 | 344 | 151 |  15 | 11 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.15/2.28	c   0.1s|     1 |     0 |   148 |     - |  3856k |   0 |  51 | 344 | 152 |  16 | 12 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.15/2.28	c   0.1s|     1 |     0 |   153 |     - |  3872k |   0 |  51 | 344 | 153 |  17 | 13 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.15/2.28	c   0.1s|     1 |     0 |   157 |     - |  3887k |   0 |  51 | 344 | 155 |  19 | 14 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.15/2.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.15/2.28	c   0.1s|     1 |     0 |   160 |     - |  3904k |   0 |  51 | 345 | 156 |  20 | 15 |  13 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.15/2.28	c   0.1s|     1 |     0 |   165 |     - |  3921k |   0 |  51 | 346 | 151 |  22 | 16 |  14 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.15/2.28	c   0.1s|     1 |     2 |   208 |     - |  3921k |   0 |  51 | 347 | 151 |  22 | 16 |  17 |  10 | 0.000000e+00 |      --      |    Inf | unknown
2.15/2.28	c   0.3s|   100 |    82 |  1732 |  15.8 |  4304k |  17 |  51 | 365 | 145 |  50 |  1 | 102 |  10 | 0.000000e+00 |      --      |    Inf |  12.51%
2.15/2.28	c   0.5s|   200 |   161 |  3466 |  16.6 |  5125k |  17 |  51 | 381 | 145 | 104 |  1 | 191 |  10 | 0.000000e+00 |      --      |    Inf |  15.65%
2.15/2.28	c   0.7s|   300 |   258 |  5537 |  18.0 |  5416k |  17 |  51 | 389 | 147 | 174 |  1 | 261 |  10 | 0.000000e+00 |      --      |    Inf |  18.78%
2.15/2.28	c   0.9s|   400 |   332 |  7322 |  17.9 |  5475k |  17 |  51 | 399 | 148 | 231 |  1 | 349 |  10 | 0.000000e+00 |      --      |    Inf |  28.43%
2.15/2.28	c   1.0s|   500 |   408 |  8450 |  16.6 |  5528k |  17 |  51 | 398 |   0 | 271 |  0 | 445 |  10 | 0.000000e+00 |      --      |    Inf |  28.51%
2.15/2.28	c   1.0s|   600 |   456 |  9207 |  15.1 |  5783k |  17 |  51 | 400 | 146 | 296 |  1 | 536 |  10 | 0.000000e+00 |      --      |    Inf |  28.56%
2.15/2.28	c   1.1s|   700 |   494 |  9966 |  14.0 |  5855k |  17 |  51 | 402 | 145 | 306 |  1 | 635 |  10 | 0.000000e+00 |      --      |    Inf |  28.74%
2.15/2.28	c   1.2s|   800 |   560 | 10944 |  13.5 |  6062k |  17 |  51 | 411 | 147 | 372 |  1 | 756 |  10 | 0.000000e+00 |      --      |    Inf |  28.91%
2.15/2.28	c   1.2s|   900 |   624 | 12339 |  13.5 |  6586k |  17 |  51 | 419 | 147 | 492 |  1 | 836 |  10 | 0.000000e+00 |      --      |    Inf |  29.27%
2.15/2.28	c   1.3s|  1000 |   705 | 13463 |  13.3 |  6874k |  17 |  51 | 421 |   0 | 521 |  0 | 932 |  10 | 0.000000e+00 |      --      |    Inf |  29.29%
2.15/2.28	c   1.3s|  1100 |   771 | 14506 |  13.0 |  6922k |  17 |  51 | 422 | 148 | 536 |  2 |1042 |  10 | 0.000000e+00 |      --      |    Inf |  29.44%
2.15/2.28	c   1.4s|  1200 |   806 | 15410 |  12.7 |  7034k |  17 |  51 | 420 | 145 | 569 |  1 |1119 |  10 | 0.000000e+00 |      --      |    Inf |  33.25%
2.15/2.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.15/2.28	c   1.5s|  1300 |   881 | 16192 |  12.3 |  7145k |  18 |  51 | 437 |   0 | 581 |  0 |1222 |  10 | 0.000000e+00 |      --      |    Inf |  33.26%
2.15/2.28	c   1.5s|  1400 |   926 | 17013 |  12.0 |  7316k |  18 |  51 | 436 |   0 | 601 |  0 |1338 |  10 | 0.000000e+00 |      --      |    Inf |  33.44%
2.15/2.28	c   1.5s|  1500 |   978 | 17703 |  11.7 |  7337k |  18 |  51 | 432 | 147 | 605 |  1 |1435 |  10 | 0.000000e+00 |      --      |    Inf |  33.61%
2.15/2.28	c   1.6s|  1600 |  1031 | 18465 |  11.4 |  7353k |  18 |  51 | 434 | 147 | 632 |  1 |1519 |  10 | 0.000000e+00 |      --      |    Inf |  33.78%
2.15/2.28	c   1.6s|  1700 |  1034 | 18975 |  11.1 |  7357k |  18 |  51 | 433 |   0 | 640 |  0 |1630 |  10 | 0.000000e+00 |      --      |    Inf |  34.16%
2.15/2.28	c   1.7s|  1800 |  1051 | 19555 |  10.8 |  7397k |  18 |  51 | 429 | 148 | 640 |  1 |1733 |  10 | 0.000000e+00 |      --      |    Inf |  34.35%
2.15/2.28	c   1.8s|  1900 |  1095 | 20506 |  10.7 |  7669k |  18 |  51 | 432 | 147 | 640 |  1 |1833 |  10 | 0.000000e+00 |      --      |    Inf |  47.01%
2.15/2.28	c   1.8s|  2000 |  1170 | 21413 |  10.6 |  7669k |  18 |  51 | 431 | 146 | 653 |  1 |1913 |  10 | 0.000000e+00 |      --      |    Inf |  47.02%
2.15/2.28	c   1.9s|  2100 |  1214 | 22599 |  10.7 |  7805k |  18 |  51 | 431 | 147 | 681 |  1 |2003 |  10 | 0.000000e+00 |      --      |    Inf |  50.33%
2.15/2.28	c   2.0s|  2200 |  1282 | 23650 |  10.7 |  7851k |  18 |  51 | 432 | 148 | 696 |  1 |2075 |  10 | 0.000000e+00 |      --      |    Inf |  50.49%
2.15/2.28	c   2.0s|  2300 |  1313 | 24447 |  10.6 |  8345k |  18 |  51 | 431 |   0 | 720 |  0 |2188 |  10 | 0.000000e+00 |      --      |    Inf |  50.67%
2.15/2.28	c   2.0s|  2400 |  1359 | 25291 |  10.5 |  8491k |  18 |  51 | 436 | 147 | 752 |  1 |2300 |  10 | 0.000000e+00 |      --      |    Inf |  50.96%
2.15/2.28	c   2.1s|  2500 |  1415 | 26259 |  10.4 |  8629k |  18 |  51 | 433 | 148 | 764 |  1 |2375 |  10 | 0.000000e+00 |      --      |    Inf |  51.00%
4.04/4.17	c   2.1s|  2600 |  1469 | 26989 |  10.3 |  8763k |  18 |  51 | 435 | 146 | 775 |  1 |2464 |  10 | 0.000000e+00 |      --      |    Inf |  51.08%
4.04/4.17	c   2.2s|  2700 |  1495 | 27655 |  10.2 |  8782k |  18 |  51 | 435 | 148 | 786 |  2 |2538 |  10 | 0.000000e+00 |      --      |    Inf |  51.22%
4.04/4.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.04/4.17	c   2.2s|  2800 |  1540 | 28413 |  10.1 |  8782k |  18 |  51 | 439 | 147 | 794 |  1 |2636 |  10 | 0.000000e+00 |      --      |    Inf |  51.29%
4.04/4.17	c   2.2s|  2900 |  1576 | 29065 |  10.0 |  8791k |  18 |  51 | 439 | 147 | 794 |  1 |2726 |  10 | 0.000000e+00 |      --      |    Inf |  51.38%
4.04/4.17	c   2.3s|  3000 |  1616 | 29719 |   9.9 |  8795k |  18 |  51 | 439 | 148 | 794 |  1 |2819 |  10 | 0.000000e+00 |      --      |    Inf |  51.44%
4.04/4.17	c   2.3s|  3100 |  1687 | 30565 |   9.8 |  9021k |  18 |  51 | 439 | 147 | 833 |  1 |2929 |  10 | 0.000000e+00 |      --      |    Inf |  51.48%
4.04/4.17	c   2.4s|  3200 |  1741 | 31635 |   9.8 |  9067k |  18 |  51 | 432 | 147 | 853 |  1 |3019 |  10 | 0.000000e+00 |      --      |    Inf |  51.54%
4.04/4.17	c   2.4s|  3300 |  1793 | 32644 |   9.8 |  9067k |  18 |  51 | 431 | 146 | 867 |  1 |3099 |  10 | 0.000000e+00 |      --      |    Inf |  51.59%
4.04/4.17	c   2.5s|  3400 |  1826 | 33548 |   9.8 |  9461k |  18 |  51 | 433 |   0 | 883 |  0 |3178 |  10 | 0.000000e+00 |      --      |    Inf |  51.74%
4.04/4.17	c   2.5s|  3500 |  1814 | 34113 |   9.7 |  9476k |  18 |  51 | 433 | 149 | 901 |  3 |3264 |  10 | 0.000000e+00 |      --      |    Inf |  51.99%
4.04/4.17	c   2.5s|  3600 |  1808 | 34863 |   9.6 |  9485k |  18 |  51 | 431 | 148 | 920 |  2 |3367 |  10 | 0.000000e+00 |      --      |    Inf |  52.19%
4.04/4.17	c   2.6s|  3700 |  1836 | 35533 |   9.6 |  9485k |  18 |  51 | 433 | 147 | 920 |  1 |3466 |  10 | 0.000000e+00 |      --      |    Inf |  52.37%
4.04/4.17	c   2.6s|  3800 |  1844 | 36269 |   9.5 |  9485k |  18 |  51 | 438 | 148 | 920 |  1 |3546 |  10 | 0.000000e+00 |      --      |    Inf |  58.99%
4.04/4.17	c   2.7s|  3900 |  1853 | 36863 |   9.4 |  9485k |  18 |  51 | 437 |   0 | 945 |  0 |3628 |  10 | 0.000000e+00 |      --      |    Inf |  59.57%
4.04/4.17	c   2.7s|  4000 |  1885 | 37645 |   9.4 |  9485k |  18 |  51 | 438 | 146 | 951 |  1 |3705 |  10 | 0.000000e+00 |      --      |    Inf |  59.72%
4.04/4.17	c   2.7s|  4100 |  1900 | 38108 |   9.3 |  9488k |  18 |  51 | 439 | 147 | 951 |  1 |3775 |  10 | 0.000000e+00 |      --      |    Inf |  59.99%
4.04/4.17	c   2.8s|  4200 |  1930 | 38812 |   9.2 |  9501k |  18 |  51 | 439 | 147 | 957 |  1 |3880 |  10 | 0.000000e+00 |      --      |    Inf |  60.23%
4.04/4.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.04/4.17	c   2.8s|  4300 |  1934 | 39443 |   9.1 |  9501k |  18 |  51 | 439 | 147 | 961 |  1 |3979 |  10 | 0.000000e+00 |      --      |    Inf |  60.46%
4.04/4.17	c   2.8s|  4400 |  1938 | 40085 |   9.1 |  9501k |  18 |  51 | 441 |   0 | 973 |  0 |4061 |  10 | 0.000000e+00 |      --      |    Inf |  60.81%
4.04/4.17	c   2.9s|  4500 |  1957 | 40950 |   9.1 |  9714k |  18 |  51 | 445 | 145 |1027 |  1 |4146 |  10 | 0.000000e+00 |      --      |    Inf |  61.78%
4.04/4.17	c   2.9s|  4600 |  1989 | 41725 |   9.0 |  9925k |  18 |  51 | 447 | 148 |1051 |  1 |4224 |  10 | 0.000000e+00 |      --      |    Inf |  62.19%
4.04/4.17	c   3.0s|  4700 |  1991 | 42390 |   9.0 |    10M |  18 |  51 | 449 | 145 |1067 |  1 |4313 |  10 | 0.000000e+00 |      --      |    Inf |  62.44%
4.04/4.17	c   3.0s|  4800 |  2009 | 43005 |   8.9 |    10M |  18 |  51 | 449 |   0 |1085 |  0 |4403 |  10 | 0.000000e+00 |      --      |    Inf |  62.82%
4.04/4.17	c   3.1s|  4900 |  2061 | 43825 |   8.9 |    10M |  18 |  51 | 449 |   0 |1097 |  0 |4492 |  10 | 0.000000e+00 |      --      |    Inf |  62.93%
4.04/4.17	c   3.1s|  5000 |  2087 | 44558 |   8.9 |    10M |  18 |  51 | 447 | 148 |1115 |  1 |4571 |  10 | 0.000000e+00 |      --      |    Inf |  63.06%
4.04/4.17	c   3.1s|  5100 |  2127 | 45360 |   8.9 |    11M |  18 |  51 | 444 | 147 |1129 |  1 |4658 |  10 | 0.000000e+00 |      --      |    Inf |  63.13%
4.04/4.17	c   3.2s|  5200 |  2144 | 46023 |   8.8 |    11M |  18 |  51 | 446 |   0 |1129 |  0 |4745 |  10 | 0.000000e+00 |      --      |    Inf |  63.34%
4.04/4.17	c   3.2s|  5300 |  2154 | 46604 |   8.8 |    11M |  18 |  51 | 449 | 147 |1129 |  1 |4816 |  10 | 0.000000e+00 |      --      |    Inf |  63.57%
4.04/4.17	c   3.2s|  5400 |  2159 | 47113 |   8.7 |    11M |  18 |  51 | 448 | 147 |1129 |  1 |4898 |  10 | 0.000000e+00 |      --      |    Inf |  63.68%
4.04/4.17	c   3.3s|  5500 |  2155 | 47772 |   8.7 |    11M |  18 |  51 | 447 | 147 |1207 |  1 |4988 |  10 | 0.000000e+00 |      --      |    Inf |  64.12%
4.04/4.17	c   3.3s|  5600 |  2134 | 48207 |   8.6 |    11M |  18 |  51 | 446 |   0 |1207 |  0 |5065 |  10 | 0.000000e+00 |      --      |    Inf |  64.36%
4.04/4.17	c   3.3s|  5700 |  2121 | 48698 |   8.5 |    12M |  18 |  51 | 445 |   0 |1207 |  0 |5142 |  10 | 0.000000e+00 |      --      |    Inf |  64.48%
4.04/4.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.04/4.17	c   3.4s|  5800 |  2123 | 49234 |   8.5 |    12M |  18 |  51 | 445 | 148 |1207 |  1 |5209 |  10 | 0.000000e+00 |      --      |    Inf |  64.57%
4.04/4.17	c   3.4s|  5900 |  2110 | 49752 |   8.4 |    12M |  18 |  51 | 446 | 147 |1209 |  1 |5284 |  10 | 0.000000e+00 |      --      |    Inf |  64.72%
4.04/4.17	c   3.4s|  6000 |  2100 | 50477 |   8.4 |    12M |  18 |  51 | 448 | 148 |1219 |  1 |5384 |  10 | 0.000000e+00 |      --      |    Inf |  64.85%
4.04/4.17	c   3.5s|  6100 |  2070 | 50883 |   8.3 |    12M |  18 |  51 | 447 | 146 |1227 |  1 |5485 |  10 | 0.000000e+00 |      --      |    Inf |  65.08%
4.04/4.17	c   3.5s|  6200 |  2070 | 51368 |   8.3 |    12M |  18 |  51 | 447 |   0 |1229 |  0 |5562 |  10 | 0.000000e+00 |      --      |    Inf |  65.21%
4.04/4.17	c   3.5s|  6300 |  2079 | 52173 |   8.3 |    12M |  18 |  51 | 446 | 147 |1252 |  1 |5655 |  10 | 0.000000e+00 |      --      |    Inf |  66.00%
4.04/4.17	c   3.6s|  6400 |  2067 | 52715 |   8.2 |    12M |  18 |  51 | 448 | 147 |1252 |  1 |5751 |  10 | 0.000000e+00 |      --      |    Inf |  66.19%
4.04/4.17	c   3.6s|  6500 |  2064 | 53401 |   8.2 |    12M |  18 |  51 | 449 | 148 |1252 |  1 |5838 |  10 | 0.000000e+00 |      --      |    Inf |  66.32%
4.04/4.17	c   3.6s|  6600 |  2068 | 53926 |   8.1 |    12M |  18 |  51 | 450 | 147 |1258 |  1 |5924 |  10 | 0.000000e+00 |      --      |    Inf |  66.52%
4.04/4.17	c   3.7s|  6700 |  2083 | 54558 |   8.1 |    12M |  18 |  51 | 450 | 148 |1273 |  2 |6008 |  10 | 0.000000e+00 |      --      |    Inf |  66.65%
4.04/4.17	c   3.7s|  6800 |  2073 | 55078 |   8.1 |    12M |  18 |  51 | 449 | 147 |1282 |  1 |6083 |  10 | 0.000000e+00 |      --      |    Inf |  66.85%
4.04/4.17	c   3.7s|  6900 |  2034 | 55487 |   8.0 |    12M |  18 |  51 | 448 | 147 |1282 |  1 |6167 |  10 | 0.000000e+00 |      --      |    Inf |  67.03%
4.04/4.17	c   3.8s|  7000 |  1987 | 55954 |   8.0 |    12M |  18 |  51 | 449 |   0 |1287 |  0 |6253 |  10 | 0.000000e+00 |      --      |    Inf |  67.42%
4.04/4.17	c   3.8s|  7100 |  1969 | 56547 |   7.9 |    12M |  18 |  51 | 449 | 147 |1290 |  1 |6338 |  10 | 0.000000e+00 |      --      |    Inf |  67.72%
4.04/4.17	c   3.8s|  7200 |  1920 | 57074 |   7.9 |    12M |  18 |  51 | 448 | 145 |1290 |  1 |6440 |  10 | 0.000000e+00 |      --      |    Inf |  67.98%
4.04/4.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.04/4.17	c   3.9s|  7300 |  1953 | 57779 |   7.9 |    12M |  18 |  51 | 446 |   0 |1305 |  0 |6520 |  10 | 0.000000e+00 |      --      |    Inf |  68.13%
4.04/4.17	c   3.9s|  7400 |  1944 | 58436 |   7.9 |    13M |  18 |  51 | 445 | 147 |1305 |  1 |6597 |  10 | 0.000000e+00 |      --      |    Inf |  68.30%
4.04/4.17	c   3.9s|  7500 |  1950 | 59181 |   7.9 |    13M |  18 |  51 | 446 | 147 |1315 |  1 |6684 |  10 | 0.000000e+00 |      --      |    Inf |  68.88%
4.04/4.17	c   4.0s|  7600 |  1951 | 59734 |   7.8 |    13M |  18 |  51 | 450 |   0 |1315 |  0 |6776 |  10 | 0.000000e+00 |      --      |    Inf |  69.11%
4.04/4.17	c   4.0s|  7700 |  1888 | 60225 |   7.8 |    13M |  18 |  51 | 450 | 148 |1315 |  1 |6865 |  10 | 0.000000e+00 |      --      |    Inf |  69.39%
5.74/5.88	c   4.0s|  7800 |  1845 | 60682 |   7.8 |    13M |  18 |  51 | 447 | 148 |1315 |  1 |6946 |  10 | 0.000000e+00 |      --      |    Inf |  69.73%
5.74/5.88	c   4.1s|  7900 |  1865 | 61445 |   7.8 |    13M |  18 |  51 | 450 | 148 |1323 |  1 |7030 |  10 | 0.000000e+00 |      --      |    Inf |  69.80%
5.74/5.88	c   4.1s|  8000 |  1901 | 62122 |   7.7 |    13M |  18 |  51 | 452 |   0 |1328 |  0 |7124 |  10 | 0.000000e+00 |      --      |    Inf |  69.88%
5.74/5.88	c   4.1s|  8100 |  1922 | 62630 |   7.7 |    13M |  18 |  51 | 453 | 148 |1328 |  1 |7213 |  10 | 0.000000e+00 |      --      |    Inf |  69.95%
5.74/5.88	c   4.2s|  8200 |  1921 | 63138 |   7.7 |    13M |  18 |  51 | 454 | 147 |1337 |  1 |7311 |  10 | 0.000000e+00 |      --      |    Inf |  70.28%
5.74/5.88	c   4.2s|  8300 |  1905 | 63688 |   7.7 |    13M |  18 |  51 | 454 | 147 |1337 |  1 |7404 |  10 | 0.000000e+00 |      --      |    Inf |  70.51%
5.74/5.88	c   4.2s|  8400 |  1910 | 64417 |   7.6 |    13M |  18 |  51 | 457 | 147 |1349 |  1 |7504 |  10 | 0.000000e+00 |      --      |    Inf |  70.71%
5.74/5.88	c   4.3s|  8500 |  1924 | 64994 |   7.6 |    13M |  18 |  51 | 454 | 147 |1354 |  1 |7569 |  10 | 0.000000e+00 |      --      |    Inf |  70.83%
5.74/5.88	c   4.3s|  8600 |  1884 | 65437 |   7.6 |    13M |  18 |  51 | 451 | 147 |1354 |  1 |7653 |  10 | 0.000000e+00 |      --      |    Inf |  71.11%
5.74/5.88	c   4.4s|  8700 |  1917 | 66046 |   7.6 |    13M |  18 |  51 | 451 | 147 |1360 |  1 |7768 |  10 | 0.000000e+00 |      --      |    Inf |  71.37%
5.74/5.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.74/5.88	c   4.4s|  8800 |  1850 | 66371 |   7.5 |    13M |  18 |  51 | 450 |   0 |1360 |  0 |7843 |  10 | 0.000000e+00 |      --      |    Inf |  71.70%
5.74/5.88	c   4.4s|  8900 |  1812 | 66945 |   7.5 |    13M |  18 |  51 | 448 | 147 |1360 |  1 |7938 |  10 | 0.000000e+00 |      --      |    Inf |  71.99%
5.74/5.88	c   4.4s|  9000 |  1789 | 67409 |   7.5 |    13M |  18 |  51 | 449 | 147 |1360 |  1 |8031 |  10 | 0.000000e+00 |      --      |    Inf |  72.38%
5.74/5.88	c   4.5s|  9100 |  1771 | 67892 |   7.4 |    13M |  18 |  51 | 448 | 147 |1360 |  1 |8115 |  10 | 0.000000e+00 |      --      |    Inf |  72.62%
5.74/5.88	c   4.5s|  9200 |  1708 | 68722 |   7.5 |    14M |  18 |  51 | 447 | 147 |1382 |  1 |8220 |  10 | 0.000000e+00 |      --      |    Inf |  72.89%
5.74/5.88	c   4.6s|  9300 |  1709 | 69339 |   7.4 |    14M |  18 |  51 | 448 | 147 |1382 |  1 |8294 |  10 | 0.000000e+00 |      --      |    Inf |  73.13%
5.74/5.88	c   4.6s|  9400 |  1650 | 69704 |   7.4 |    14M |  18 |  51 | 447 | 147 |1382 |  1 |8386 |  10 | 0.000000e+00 |      --      |    Inf |  73.54%
5.74/5.88	c   4.6s|  9500 |  1619 | 70242 |   7.4 |    14M |  18 |  51 | 446 | 147 |1382 |  0 |8458 |  10 | 0.000000e+00 |      --      |    Inf |  73.78%
5.74/5.88	c   4.6s|  9600 |  1605 | 70826 |   7.4 |    14M |  18 |  51 | 446 | 148 |1388 |  1 |8528 |  10 | 0.000000e+00 |      --      |    Inf |  74.17%
5.74/5.88	c   4.7s|  9700 |  1644 | 71698 |   7.4 |    14M |  18 |  51 | 444 |   0 |1399 |  0 |8607 |  10 | 0.000000e+00 |      --      |    Inf |  74.29%
5.74/5.88	c   4.7s|  9800 |  1604 | 72185 |   7.3 |    14M |  18 |  51 | 445 | 147 |1405 |  1 |8682 |  10 | 0.000000e+00 |      --      |    Inf |  74.77%
5.74/5.88	c   4.7s|  9900 |  1578 | 72701 |   7.3 |    14M |  18 |  51 | 445 |   0 |1405 |  0 |8752 |  10 | 0.000000e+00 |      --      |    Inf |  74.97%
5.74/5.88	c   4.8s| 10000 |  1589 | 73359 |   7.3 |    14M |  18 |  51 | 443 | 147 |1421 |  1 |8833 |  10 | 0.000000e+00 |      --      |    Inf |  75.15%
5.74/5.88	c   4.8s| 10100 |  1566 | 73913 |   7.3 |    14M |  18 |  51 | 441 |   0 |1421 |  0 |8909 |  10 | 0.000000e+00 |      --      |    Inf |  75.48%
5.74/5.88	c   4.8s| 10200 |  1536 | 74343 |   7.3 |    14M |  18 |  51 | 439 | 146 |1421 |  1 |8996 |  10 | 0.000000e+00 |      --      |    Inf |  75.95%
5.74/5.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.74/5.88	c   4.9s| 10300 |  1527 | 74814 |   7.2 |    14M |  18 |  51 | 438 |   0 |1421 |  0 |9069 |  10 | 0.000000e+00 |      --      |    Inf |  76.18%
5.74/5.88	c   4.9s| 10400 |  1489 | 75165 |   7.2 |    14M |  18 |  51 | 442 |   0 |1421 |  0 |9157 |  10 | 0.000000e+00 |      --      |    Inf |  76.51%
5.74/5.88	c   4.9s| 10500 |  1470 | 75656 |   7.2 |    14M |  18 |  51 | 438 | 147 |1425 |  1 |9225 |  10 | 0.000000e+00 |      --      |    Inf |  76.68%
5.74/5.88	c   4.9s| 10600 |  1459 | 76033 |   7.2 |    14M |  18 |  51 | 442 | 148 |1425 |  1 |9291 |  10 | 0.000000e+00 |      --      |    Inf |  76.80%
5.74/5.88	c   5.0s| 10700 |  1448 | 76664 |   7.2 |    14M |  18 |  51 | 443 | 148 |1434 |  1 |9367 |  10 | 0.000000e+00 |      --      |    Inf |  77.20%
5.74/5.88	c   5.0s| 10800 |  1443 | 77313 |   7.1 |    14M |  18 |  51 | 452 |   0 |1438 |  0 |9445 |  10 | 0.000000e+00 |      --      |    Inf |  77.52%
5.74/5.88	c   5.0s| 10900 |  1403 | 77789 |   7.1 |    14M |  18 |  51 | 452 | 147 |1438 |  1 |9543 |  10 | 0.000000e+00 |      --      |    Inf |  78.00%
5.74/5.88	c   5.1s| 11000 |  1391 | 78373 |   7.1 |    14M |  18 |  51 | 459 | 148 |1454 |  1 |9651 |  10 | 0.000000e+00 |      --      |    Inf |  78.69%
5.74/5.88	c   5.1s| 11100 |  1387 | 78918 |   7.1 |    14M |  18 |  51 | 459 |   0 |1456 |  0 |9745 |  10 | 0.000000e+00 |      --      |    Inf |  78.91%
5.74/5.88	c   5.2s| 11200 |  1349 | 79561 |   7.1 |    14M |  18 |  51 | 465 | 148 |1468 |  1 |9842 |  10 | 0.000000e+00 |      --      |    Inf |  79.41%
5.74/5.88	c   5.2s| 11300 |  1317 | 80017 |   7.1 |    14M |  18 |  51 | 466 | 147 |1468 |  1 |9929 |  10 | 0.000000e+00 |      --      |    Inf |  79.58%
5.74/5.88	c   5.2s| 11400 |  1276 | 80680 |   7.1 |    15M |  18 |  51 | 465 | 146 |1475 |  1 |  10k|  10 | 0.000000e+00 |      --      |    Inf |  80.14%
5.74/5.88	c   5.2s| 11500 |  1282 | 81419 |   7.1 |    15M |  18 |  51 | 467 | 147 |1495 |  1 |  10k|  10 | 0.000000e+00 |      --      |    Inf |  80.58%
5.74/5.88	c   5.3s| 11600 |  1263 | 82019 |   7.1 |    15M |  18 |  51 | 467 | 147 |1498 |  1 |  10k|  10 | 0.000000e+00 |      --      |    Inf |  80.92%
5.74/5.88	c   5.3s| 11700 |  1239 | 82339 |   7.0 |    15M |  18 |  51 | 466 |   0 |1501 |  0 |  10k|  10 | 0.000000e+00 |      --      |    Inf |  81.12%
5.74/5.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.74/5.88	c   5.3s| 11800 |  1193 | 82864 |   7.0 |    15M |  18 |  51 | 466 | 148 |1511 |  1 |  10k|  10 | 0.000000e+00 |      --      |    Inf |  81.59%
5.74/5.88	c   5.4s| 11900 |  1181 | 83680 |   7.0 |    15M |  18 |  51 | 468 |   0 |1523 |  0 |  10k|  10 | 0.000000e+00 |      --      |    Inf |  82.08%
5.74/5.88	c   5.4s| 12000 |  1149 | 84180 |   7.0 |    15M |  18 |  51 | 474 | 147 |1523 |  1 |  10k|  10 | 0.000000e+00 |      --      |    Inf |  82.45%
5.74/5.88	c   5.4s| 12100 |  1166 | 84632 |   7.0 |    15M |  18 |  51 | 475 | 150 |1523 |  1 |  10k|  10 | 0.000000e+00 |      --      |    Inf |  82.63%
5.74/5.88	c   5.5s| 12200 |  1207 | 85633 |   7.0 |    15M |  18 |  51 | 474 |   0 |1531 |  0 |  10k|  10 | 0.000000e+00 |      --      |    Inf |  82.71%
5.74/5.88	c   5.5s| 12300 |  1211 | 86225 |   7.0 |    15M |  18 |  51 | 474 |   0 |1531 |  0 |  10k|  10 | 0.000000e+00 |      --      |    Inf |  82.83%
5.74/5.88	c   5.5s| 12400 |  1163 | 86670 |   7.0 |    15M |  18 |  51 | 472 | 148 |1531 |  1 |  10k|  10 | 0.000000e+00 |      --      |    Inf |  83.26%
5.74/5.88	c   5.6s| 12500 |  1135 | 87224 |   7.0 |    15M |  18 |  51 | 472 | 147 |1531 |  1 |  11k|  10 | 0.000000e+00 |      --      |    Inf |  83.75%
5.74/5.88	c   5.6s| 12600 |  1123 | 87709 |   6.9 |    15M |  18 |  51 | 471 |   0 |1531 |  0 |  11k|  10 | 0.000000e+00 |      --      |    Inf |  84.02%
5.74/5.88	c   5.6s| 12700 |  1114 | 88311 |   6.9 |    15M |  18 |  51 | 473 | 148 |1535 |  1 |  11k|  10 | 0.000000e+00 |      --      |    Inf |  84.51%
5.74/5.88	c   5.6s| 12800 |  1106 | 88818 |   6.9 |    15M |  18 |  51 | 477 | 147 |1535 |  1 |  11k|  10 | 0.000000e+00 |      --      |    Inf |  84.72%
5.74/5.88	c   5.7s| 12900 |  1099 | 89358 |   6.9 |    15M |  18 |  51 | 476 | 148 |1542 |  1 |  11k|  10 | 0.000000e+00 |      --      |    Inf |  85.29%
5.74/5.88	c   5.7s| 13000 |  1077 | 89765 |   6.9 |    15M |  18 |  51 | 477 | 147 |1542 |  1 |  11k|  10 | 0.000000e+00 |      --      |    Inf |  85.76%
7.04/7.13	c   5.7s| 13100 |  1072 | 90301 |   6.9 |    15M |  18 |  51 | 482 | 148 |1546 |  1 |  11k|  10 | 0.000000e+00 |      --      |    Inf |  86.26%
7.04/7.13	c   5.8s| 13200 |  1055 | 90939 |   6.9 |    15M |  18 |  51 | 483 | 148 |1550 |  1 |  11k|  10 | 0.000000e+00 |      --      |    Inf |  86.80%
7.04/7.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.04/7.13	c   5.8s| 13300 |  1054 | 91540 |   6.9 |    15M |  18 |  51 | 482 | 148 |1557 |  1 |  11k|  10 | 0.000000e+00 |      --      |    Inf |  87.26%
7.04/7.13	c   5.8s| 13400 |  1040 | 92046 |   6.9 |    15M |  18 |  51 | 481 |   0 |1557 |  0 |  11k|  10 | 0.000000e+00 |      --      |    Inf |  87.68%
7.04/7.13	c   5.8s| 13500 |  1016 | 92592 |   6.8 |    15M |  18 |  51 | 420 | 148 |1557 |  1 |  11k|  10 | 0.000000e+00 |      --      |    Inf |  88.48%
7.04/7.13	c   5.9s| 13600 |  1011 | 93114 |   6.8 |    15M |  18 |  51 | 358 | 146 |1557 |  1 |  11k|  10 | 0.000000e+00 |      --      |    Inf |  88.84%
7.04/7.13	c   5.9s| 13700 |   996 | 93656 |   6.8 |    15M |  18 |  51 | 295 |   0 |1573 |  0 |  11k|  10 | 0.000000e+00 |      --      |    Inf |  89.43%
7.04/7.13	c   5.9s| 13800 |   973 | 94077 |   6.8 |    15M |  18 |  51 | 241 |   0 |1573 |  0 |  12k|  10 | 0.000000e+00 |      --      |    Inf |  89.84%
7.04/7.13	c   6.0s| 13900 |   947 | 94570 |   6.8 |    15M |  18 |  51 | 180 | 147 |1573 |  1 |  12k|  10 | 0.000000e+00 |      --      |    Inf |  90.31%
7.04/7.13	c   6.0s| 14000 |   937 | 95043 |   6.8 |    15M |  18 |  51 | 161 | 147 |1573 |  1 |  12k|  10 | 0.000000e+00 |      --      |    Inf |  90.49%
7.04/7.13	c   6.0s| 14100 |   934 | 95373 |   6.8 |    15M |  18 |  51 | 157 |   0 |1573 |  0 |  12k|  10 | 0.000000e+00 |      --      |    Inf |  90.54%
7.04/7.13	c   6.0s| 14200 |   931 | 95998 |   6.7 |    15M |  18 |  51 | 152 |   0 |1588 |  0 |  12k|  10 | 0.000000e+00 |      --      |    Inf |  90.67%
7.04/7.13	c   6.1s| 14300 |   991 | 96876 |   6.8 |    15M |  18 |  51 | 154 | 149 |1602 |  1 |  12k|  10 | 0.000000e+00 |      --      |    Inf |  90.70%
7.04/7.13	c   6.1s| 14400 |  1013 | 97504 |   6.8 |    15M |  18 |  51 | 155 |   0 |1602 |  0 |  12k|  10 | 0.000000e+00 |      --      |    Inf |  90.77%
7.04/7.13	c   6.1s| 14500 |  1006 | 97819 |   6.7 |    15M |  18 |  51 | 152 | 147 |1602 |  1 |  12k|  10 | 0.000000e+00 |      --      |    Inf |  90.87%
7.04/7.13	c   6.2s| 14600 |  1041 | 98293 |   6.7 |    15M |  18 |  51 | 153 | 149 |1602 |  1 |  12k|  10 | 0.000000e+00 |      --      |    Inf |  90.90%
7.04/7.13	c   6.2s| 14700 |  1056 | 98704 |   6.7 |    15M |  18 |  51 | 153 | 149 |1602 |  1 |  12k|  10 | 0.000000e+00 |      --      |    Inf |  90.95%
7.04/7.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.04/7.13	c   6.2s| 14800 |  1042 | 98963 |   6.7 |    15M |  18 |  51 | 155 | 149 |1602 |  1 |  12k|  10 | 0.000000e+00 |      --      |    Inf |  90.98%
7.04/7.13	c   6.2s| 14900 |  1021 | 99223 |   6.6 |    15M |  18 |  51 | 153 | 147 |1602 |  1 |  13k|  10 | 0.000000e+00 |      --      |    Inf |  91.17%
7.04/7.13	c   6.2s| 15000 |  1027 | 99583 |   6.6 |    15M |  18 |  51 | 152 | 147 |1602 |  1 |  13k|  10 | 0.000000e+00 |      --      |    Inf |  91.21%
7.04/7.13	c   6.3s| 15100 |  1031 |100282 |   6.6 |    15M |  18 |  51 | 154 | 147 |1602 |  1 |  13k|  10 | 0.000000e+00 |      --      |    Inf |  91.26%
7.04/7.13	c   6.3s| 15200 |  1037 |100854 |   6.6 |    15M |  18 |  51 | 153 | 147 |1613 |  1 |  13k|  10 | 0.000000e+00 |      --      |    Inf |  91.48%
7.04/7.13	c   6.3s| 15300 |  1033 |101246 |   6.6 |    15M |  18 |  51 | 151 | 148 |1616 |  1 |  13k|  10 | 0.000000e+00 |      --      |    Inf |  91.65%
7.04/7.13	c   6.3s| 15400 |  1032 |101716 |   6.6 |    15M |  18 |  51 | 151 | 148 |1619 |  1 |  13k|  10 | 0.000000e+00 |      --      |    Inf |  91.76%
7.04/7.13	c   6.4s| 15500 |  1048 |102205 |   6.6 |    15M |  18 |  51 | 151 | 148 |1625 |  1 |  13k|  10 | 0.000000e+00 |      --      |    Inf |  91.84%
7.04/7.13	c   6.4s| 15600 |  1078 |102737 |   6.6 |    15M |  18 |  51 | 151 |   0 |1628 |  0 |  13k|  10 | 0.000000e+00 |      --      |    Inf |  91.90%
7.04/7.13	c   6.4s| 15700 |  1109 |103192 |   6.6 |    15M |  18 |  51 | 151 | 148 |1631 |  1 |  13k|  10 | 0.000000e+00 |      --      |    Inf |  91.96%
7.04/7.13	c   6.4s| 15800 |  1124 |103755 |   6.6 |    15M |  18 |  51 | 153 | 147 |1635 |  1 |  13k|  10 | 0.000000e+00 |      --      |    Inf |  92.03%
7.04/7.13	c   6.5s| 15900 |  1156 |104322 |   6.6 |    15M |  18 |  51 | 151 | 148 |1635 |  1 |  13k|  10 | 0.000000e+00 |      --      |    Inf |  92.16%
7.04/7.13	c   6.5s| 16000 |  1200 |104888 |   6.5 |    15M |  18 |  51 | 152 |   0 |1635 |  0 |  13k|  10 | 0.000000e+00 |      --      |    Inf |  92.18%
7.04/7.13	c   6.5s| 16100 |  1130 |105104 |   6.5 |    15M |  18 |  51 | 151 | 148 |1635 |  1 |  13k|  10 | 0.000000e+00 |      --      |    Inf |  92.23%
7.04/7.13	c   6.5s| 16200 |  1153 |105788 |   6.5 |    15M |  18 |  51 | 151 | 148 |1635 |  1 |  14k|  10 | 0.000000e+00 |      --      |    Inf |  92.25%
7.04/7.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.04/7.13	c   6.5s| 16300 |  1124 |106149 |   6.5 |    15M |  18 |  51 | 153 | 147 |1639 |  1 |  14k|  10 | 0.000000e+00 |      --      |    Inf |  92.40%
7.04/7.13	c   6.6s| 16400 |  1094 |106486 |   6.5 |    15M |  18 |  51 | 152 |   0 |1639 |  0 |  14k|  10 | 0.000000e+00 |      --      |    Inf |  92.59%
7.04/7.13	c   6.6s| 16500 |  1088 |106916 |   6.5 |    15M |  18 |  51 | 151 | 147 |1642 |  1 |  14k|  10 | 0.000000e+00 |      --      |    Inf |  92.74%
7.04/7.13	c   6.6s| 16600 |  1085 |107396 |   6.5 |    15M |  18 |  51 | 151 |   0 |1642 |  0 |  14k|  10 | 0.000000e+00 |      --      |    Inf |  92.84%
7.04/7.13	c   6.6s| 16700 |  1039 |107652 |   6.4 |    15M |  18 |  51 | 153 | 148 |1642 |  1 |  14k|  10 | 0.000000e+00 |      --      |    Inf |  93.04%
7.04/7.13	c   6.7s| 16800 |  1040 |108064 |   6.4 |    15M |  18 |  51 | 156 |   0 |1642 |  0 |  14k|  10 | 0.000000e+00 |      --      |    Inf |  93.21%
7.04/7.13	c   6.7s| 16900 |  1041 |108500 |   6.4 |    15M |  18 |  51 | 152 |   0 |1642 |  0 |  14k|  10 | 0.000000e+00 |      --      |    Inf |  93.26%
7.04/7.13	c   6.7s| 17000 |  1021 |108916 |   6.4 |    15M |  18 |  51 | 152 |   0 |1642 |  0 |  14k|  10 | 0.000000e+00 |      --      |    Inf |  93.37%
7.04/7.13	c   6.7s| 17100 |   999 |109276 |   6.4 |    15M |  18 |  51 | 154 | 147 |1642 |  1 |  14k|  10 | 0.000000e+00 |      --      |    Inf |  93.45%
7.04/7.13	c   6.7s| 17200 |   988 |109607 |   6.4 |    15M |  18 |  51 | 154 | 147 |1642 |  1 |  14k|  10 | 0.000000e+00 |      --      |    Inf |  93.53%
7.04/7.13	c   6.8s| 17300 |   982 |109994 |   6.3 |    15M |  18 |  51 | 153 | 148 |1642 |  1 |  14k|  10 | 0.000000e+00 |      --      |    Inf |  93.66%
7.04/7.13	c   6.8s| 17400 |  1031 |110617 |   6.3 |    15M |  18 |  51 | 155 |   0 |1642 |  0 |  15k|  10 | 0.000000e+00 |      --      |    Inf |  93.74%
7.04/7.13	c   6.8s| 17500 |  1026 |110990 |   6.3 |    15M |  18 |  51 | 153 |   0 |1652 |  0 |  15k|  10 | 0.000000e+00 |      --      |    Inf |  93.93%
7.04/7.13	c   6.8s| 17600 |  1034 |111360 |   6.3 |    15M |  18 |  51 | 151 | 149 |1652 |  1 |  15k|  10 | 0.000000e+00 |      --      |    Inf |  94.05%
7.04/7.13	c   6.8s| 17700 |  1038 |111736 |   6.3 |    15M |  18 |  51 | 151 | 147 |1652 |  1 |  15k|  10 | 0.000000e+00 |      --      |    Inf |  94.20%
7.04/7.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.04/7.13	c   6.9s| 17800 |  1019 |112122 |   6.3 |    15M |  18 |  51 | 152 |   0 |1652 |  0 |  15k|  10 | 0.000000e+00 |      --      |    Inf |  94.37%
7.04/7.13	c   6.9s| 17900 |  1026 |112560 |   6.3 |    15M |  18 |  51 | 151 |   0 |1652 |  0 |  15k|  10 | 0.000000e+00 |      --      |    Inf |  94.49%
7.04/7.13	c   6.9s| 18000 |  1047 |113063 |   6.3 |    15M |  18 |  51 | 152 |   0 |1652 |  0 |  15k|  10 | 0.000000e+00 |      --      |    Inf |  94.52%
7.04/7.13	c   6.9s| 18100 |  1073 |113677 |   6.3 |    15M |  18 |  51 | 152 | 147 |1652 |  1 |  15k|  10 | 0.000000e+00 |      --      |    Inf |  94.66%
7.04/7.13	c   7.0s| 18200 |  1070 |114033 |   6.3 |    15M |  18 |  51 | 150 |   0 |1652 |  0 |  15k|  10 | 0.000000e+00 |      --      |    Inf |  94.77%
7.83/7.97	c   7.0s| 18300 |  1046 |114374 |   6.2 |    15M |  18 |  51 | 150 |   0 |1652 |  0 |  15k|  10 | 0.000000e+00 |      --      |    Inf |  94.94%
7.83/7.97	c   7.0s| 18400 |  1009 |114799 |   6.2 |    15M |  18 |  51 | 149 | 149 |1652 |  1 |  15k|  10 | 0.000000e+00 |      --      |    Inf |  95.07%
7.83/7.97	c   7.0s| 18500 |   996 |115143 |   6.2 |    15M |  18 |  51 | 149 |   0 |1652 |  0 |  16k|  10 | 0.000000e+00 |      --      |    Inf |  95.13%
7.83/7.97	c   7.0s| 18600 |   952 |115440 |   6.2 |    15M |  18 |  51 | 149 | 147 |1652 |  1 |  16k|  10 | 0.000000e+00 |      --      |    Inf |  95.29%
7.83/7.97	c   7.1s| 18700 |   928 |115758 |   6.2 |    15M |  18 |  51 | 151 | 147 |1652 |  1 |  16k|  10 | 0.000000e+00 |      --      |    Inf |  95.46%
7.83/7.97	c   7.1s| 18800 |   913 |116109 |   6.2 |    15M |  18 |  51 | 150 | 148 |1652 |  1 |  16k|  10 | 0.000000e+00 |      --      |    Inf |  95.54%
7.83/7.97	c   7.1s| 18900 |   870 |116568 |   6.2 |    15M |  18 |  51 | 150 | 147 |1652 |  1 |  16k|  10 | 0.000000e+00 |      --      |    Inf |  95.74%
7.83/7.97	c   7.1s| 19000 |   861 |116953 |   6.1 |    15M |  18 |  51 | 150 | 147 |1655 |  1 |  16k|  10 | 0.000000e+00 |      --      |    Inf |  95.83%
7.83/7.97	c   7.1s| 19100 |   844 |117342 |   6.1 |    15M |  18 |  51 | 151 |   0 |1659 |  0 |  16k|  10 | 0.000000e+00 |      --      |    Inf |  96.05%
7.83/7.97	c   7.2s| 19200 |   811 |117665 |   6.1 |    15M |  18 |  51 | 150 |   0 |1659 |  0 |  16k|  10 | 0.000000e+00 |      --      |    Inf |  96.24%
7.83/7.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.83/7.97	c   7.2s| 19300 |   797 |118074 |   6.1 |    15M |  18 |  51 | 150 |   0 |1664 |  0 |  16k|  10 | 0.000000e+00 |      --      |    Inf |  96.43%
7.83/7.97	c   7.2s| 19400 |   818 |118494 |   6.1 |    15M |  18 |  51 | 150 | 150 |1664 |  0 |  16k|  10 | 0.000000e+00 |      --      |    Inf |  96.53%
7.83/7.97	c   7.2s| 19500 |   794 |118884 |   6.1 |    15M |  18 |  51 | 150 |   0 |1664 |  0 |  17k|  10 | 0.000000e+00 |      --      |    Inf |  96.61%
7.83/7.97	c   7.3s| 19600 |   817 |119327 |   6.1 |    15M |  18 |  51 | 150 | 147 |1664 |  1 |  17k|  10 | 0.000000e+00 |      --      |    Inf |  96.72%
7.83/7.97	c   7.3s| 19700 |   808 |119700 |   6.1 |    15M |  18 |  51 | 150 | 147 |1664 |  1 |  17k|  10 | 0.000000e+00 |      --      |    Inf |  96.83%
7.83/7.97	c   7.3s| 19800 |   750 |120020 |   6.1 |    15M |  18 |  51 | 150 |   0 |1664 |  0 |  17k|  10 | 0.000000e+00 |      --      |    Inf |  97.05%
7.83/7.97	c   7.3s| 19900 |   669 |120095 |   6.0 |    15M |  18 |  51 | 150 |   0 |1664 |  0 |  17k|  10 | 0.000000e+00 |      --      |    Inf |  97.15%
7.83/7.97	c   7.3s| 20000 |   610 |120411 |   6.0 |    15M |  18 |  51 | 150 |   0 |1664 |  0 |  17k|  10 | 0.000000e+00 |      --      |    Inf |  97.30%
7.83/7.97	c   7.3s| 20100 |   572 |120712 |   6.0 |    15M |  18 |  51 | 150 | 147 |1664 |  1 |  17k|  10 | 0.000000e+00 |      --      |    Inf |  97.37%
7.83/7.97	c   7.4s| 20200 |   559 |121033 |   6.0 |    15M |  18 |  51 | 151 |   0 |1664 |  0 |  17k|  10 | 0.000000e+00 |      --      |    Inf |  97.49%
7.83/7.97	c   7.4s| 20300 |   559 |121397 |   6.0 |    15M |  18 |  51 | 150 | 147 |1666 |  1 |  17k|  10 | 0.000000e+00 |      --      |    Inf |  97.59%
7.83/7.97	c   7.4s| 20400 |   548 |121748 |   6.0 |    15M |  18 |  51 | 150 | 147 |1666 |  1 |  17k|  10 | 0.000000e+00 |      --      |    Inf |  97.71%
7.83/7.97	c   7.4s| 20500 |   538 |122192 |   6.0 |    15M |  18 |  51 | 150 | 147 |1671 |  1 |  17k|  10 | 0.000000e+00 |      --      |    Inf |  97.87%
7.83/7.97	c   7.4s| 20600 |   519 |122579 |   5.9 |    15M |  18 |  51 | 151 | 147 |1671 |  1 |  17k|  10 | 0.000000e+00 |      --      |    Inf |  97.99%
7.83/7.97	c   7.5s| 20700 |   490 |122910 |   5.9 |    15M |  18 |  51 | 149 |   0 |1671 |  0 |  18k|  10 | 0.000000e+00 |      --      |    Inf |  98.10%
7.83/7.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.83/7.97	c   7.5s| 20800 |   423 |123125 |   5.9 |    15M |  18 |  51 | 150 | 147 |1671 |  1 |  18k|  10 | 0.000000e+00 |      --      |    Inf |  98.23%
7.83/7.97	c   7.5s| 20900 |   417 |123547 |   5.9 |    15M |  18 |  51 | 149 | 147 |1671 |  1 |  18k|  10 | 0.000000e+00 |      --      |    Inf |  98.36%
7.83/7.97	c   7.5s| 21000 |   430 |124061 |   5.9 |    15M |  18 |  51 | 149 |   0 |1671 |  0 |  18k|  10 | 0.000000e+00 |      --      |    Inf |  98.40%
7.83/7.97	c   7.5s| 21100 |   386 |124322 |   5.9 |    15M |  18 |  51 | 150 |   0 |1671 |  0 |  18k|  10 | 0.000000e+00 |      --      |    Inf |  98.47%
7.83/7.97	c   7.6s| 21200 |   374 |124893 |   5.9 |    15M |  18 |  51 | 149 |   0 |1674 |  0 |  18k|  10 | 0.000000e+00 |      --      |    Inf |  98.54%
7.83/7.97	c   7.6s| 21300 |   400 |125556 |   5.9 |    15M |  18 |  51 | 150 | 148 |1677 |  1 |  18k|  10 | 0.000000e+00 |      --      |    Inf |  98.60%
7.83/7.97	c   7.6s| 21400 |   374 |125908 |   5.9 |    15M |  18 |  51 | 149 | 148 |1677 |  1 |  18k|  10 | 0.000000e+00 |      --      |    Inf |  98.69%
7.83/7.97	c   7.6s| 21500 |   327 |126137 |   5.9 |    15M |  18 |  51 | 149 |   0 |1677 |  0 |  18k|  10 | 0.000000e+00 |      --      |    Inf |  98.83%
7.83/7.97	c   7.6s| 21600 |   322 |126626 |   5.9 |    15M |  18 |  51 | 149 |   0 |1677 |  0 |  18k|  10 | 0.000000e+00 |      --      |    Inf |  98.91%
7.83/7.97	c   7.7s| 21700 |   297 |126956 |   5.8 |    15M |  18 |  51 | 149 |   0 |1677 |  0 |  18k|  10 | 0.000000e+00 |      --      |    Inf |  98.97%
7.83/7.97	c   7.7s| 21800 |   272 |127421 |   5.8 |    15M |  18 |  51 | 149 | 148 |1677 |  1 |  19k|  10 | 0.000000e+00 |      --      |    Inf |  99.04%
7.83/7.97	c   7.7s| 21900 |   229 |127721 |   5.8 |    15M |  18 |  51 | 149 |   0 |1677 |  0 |  19k|  10 | 0.000000e+00 |      --      |    Inf |  99.15%
7.83/7.97	c   7.7s| 22000 |   189 |127990 |   5.8 |    15M |  18 |  51 | 149 |   0 |1677 |  0 |  19k|  10 | 0.000000e+00 |      --      |    Inf |  99.31%
7.83/7.97	c   7.7s| 22100 |   177 |128383 |   5.8 |    15M |  18 |  51 | 149 | 147 |1677 |  1 |  19k|  10 | 0.000000e+00 |      --      |    Inf |  99.46%
7.83/7.97	c   7.8s| 22200 |   140 |128692 |   5.8 |    15M |  18 |  51 | 149 | 147 |1677 |  1 |  19k|  10 | 0.000000e+00 |      --      |    Inf |  99.58%
7.83/7.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.83/7.97	c   7.8s| 22300 |   108 |129140 |   5.8 |    15M |  18 |  51 | 149 |   0 |1677 |  0 |  19k|  10 | 0.000000e+00 |      --      |    Inf |  99.69%
7.83/7.97	c   7.8s| 22400 |    47 |129370 |   5.8 |    15M |  18 |  51 | 149 | 148 |1677 |  1 |  19k|  10 | 0.000000e+00 |      --      |    Inf |  99.85%
7.83/7.97	c   7.8s| 22500 |    11 |129632 |   5.8 |    15M |  18 |  51 | 150 |   0 |1677 |  0 |  19k|  10 | 0.000000e+00 |      --      |    Inf |  99.96%
7.83/7.97	c 
7.83/7.97	c SCIP Status        : problem is solved [infeasible]
7.83/7.97	c Solving Time (sec) : 7.82
7.83/7.97	c Solving Nodes      : 22533
7.83/7.97	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
7.83/7.97	c Dual Bound         : +1.00000000000000e+20
7.83/7.97	c Gap                : 0.00 %
7.83/7.97	c SCIP found the problem to be infeasible.
7.83/7.97	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: 63708 MiB (62850 MiB free)
  memory of node 1: 64465 MiB (60419 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510161-1751192064/watcher-4510161-1751192064 -o /tmp/evaluation-result-4510161-1751192064/solver-4510161-1751192064 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751183027-22498 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4510161-1751192064.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100064 s]*
/proc/loadavg: 4.35 4.17 4.11 5/271 24108
/proc/meminfo: memFree=126212616/131249992 swapFree=33010672/33010684
[pid=24103] ppid=24100 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24103/stat : 24103 (scip-naps-1.00.) S 24100 24103 22487 0 -1 4194304 257 312 0 0 0 0 0 0 20 0 1 0 34880908 4292608 736 18446744073709551615 94572978528256 94572979422789 140731061830896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94572979661840 94572979709584 94572992884736 140731061840289 140731061840386 140731061840386 140731061845988 0
/proc/24103/statm: 1048 736 672 219 0 110 0
[pid=24108] ppid=24103 vsize=1187344 memory=32212 CPUtime=0.06 cores=4,6
/proc/24108/stat : 24108 (python3) R 24103 24103 22487 0 -1 4194304 3778 0 0 0 6 0 0 0 20 0 1 0 34880910 1215840256 8053 18446744073709551615 94734626754560 94734626754937 140734565701872 0 0 0 0 16781312 2 0 0 0 17 6 0 0 0 0 0 94734626766232 94734626766852 94734659305472 140734565706072 140734565706274 140734565706274 140734565711847 0
/proc/24108/statm: 296836 8053 4917 1 0 268858 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 1191536 KiB
Current children cumulated memory: 35156 KiB

[startup+0.205924 s]*
/proc/loadavg: 4.35 4.17 4.11 5/271 24108
/proc/meminfo: memFree=126196488/131249992 swapFree=33010672/33010684
[pid=24103] ppid=24100 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24103/stat : 24103 (scip-naps-1.00.) S 24100 24103 22487 0 -1 4194304 257 312 0 0 0 0 0 0 20 0 1 0 34880908 4292608 736 18446744073709551615 94572978528256 94572979422789 140731061830896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94572979661840 94572979709584 94572992884736 140731061840289 140731061840386 140731061840386 140731061845988 0
/proc/24103/statm: 1048 736 672 219 0 110 0
[pid=24108] ppid=24103 vsize=1202728 memory=54996 CPUtime=0.17 cores=4,6
/proc/24108/stat : 24108 (python3) R 24103 24103 22487 0 -1 4194304 6541 0 0 0 16 1 0 0 20 0 1 0 34880910 1231593472 13717 18446744073709551615 94734626754560 94734626754937 140734565701872 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94734626766232 94734626766852 94734659305472 140734565706072 140734565706274 140734565706274 140734565711847 0
/proc/24108/statm: 300682 13717 8117 1 0 272040 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1206920 KiB
Current children cumulated memory: 57940 KiB

[startup+0.305646 s]*
/proc/loadavg: 4.35 4.17 4.11 5/271 24108
/proc/meminfo: memFree=126196488/131249992 swapFree=33010672/33010684
[pid=24103] ppid=24100 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24103/stat : 24103 (scip-naps-1.00.) S 24100 24103 22487 0 -1 4194304 257 312 0 0 0 0 0 0 20 0 1 0 34880908 4292608 736 18446744073709551615 94572978528256 94572979422789 140731061830896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94572979661840 94572979709584 94572992884736 140731061840289 140731061840386 140731061840386 140731061845988 0
/proc/24103/statm: 1048 736 672 219 0 110 0
[pid=24108] ppid=24103 vsize=1205004 memory=57300 CPUtime=0.27 cores=4,6
/proc/24108/stat : 24108 (python3) R 24103 24103 22487 0 -1 4194304 7122 0 0 0 26 1 0 0 20 0 1 0 34880910 1233924096 14325 18446744073709551615 94734626754560 94734626754937 140734565701872 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94734626766232 94734626766852 94734659305472 140734565706072 140734565706274 140734565706274 140734565711847 0
/proc/24108/statm: 301251 14325 8117 1 0 272609 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 1209196 KiB
Current children cumulated memory: 60244 KiB

[startup+0.700205 s]
/proc/loadavg: 4.35 4.17 4.11 5/271 24108
/proc/meminfo: memFree=126196488/131249992 swapFree=33010672/33010684
[pid=24103] ppid=24100 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24103/stat : 24103 (scip-naps-1.00.) S 24100 24103 22487 0 -1 4194304 257 312 0 0 0 0 0 0 20 0 1 0 34880908 4292608 736 18446744073709551615 94572978528256 94572979422789 140731061830896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94572979661840 94572979709584 94572992884736 140731061840289 140731061840386 140731061840386 140731061845988 0
/proc/24103/statm: 1048 736 672 219 0 110 0
[pid=24108] ppid=24103 vsize=1206340 memory=59476 CPUtime=0.66 cores=4,6
/proc/24108/stat : 24108 (python3) R 24103 24103 22487 0 -1 4194304 7684 0 0 0 65 1 0 0 20 0 1 0 34880910 1235292160 14869 18446744073709551615 94734626754560 94734626754937 140734565701872 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94734626766232 94734626766852 94734659305472 140734565706072 140734565706274 140734565706274 140734565711847 0
/proc/24108/statm: 301585 14869 8117 1 0 272943 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 1210532 KiB
Current children cumulated memory: 62420 KiB

[startup+1.5002 s]
/proc/loadavg: 4.41 4.18 4.11 5/271 24108
/proc/meminfo: memFree=126196488/131249992 swapFree=33010672/33010684
[pid=24103] ppid=24100 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24103/stat : 24103 (scip-naps-1.00.) S 24100 24103 22487 0 -1 4194304 257 312 0 0 0 0 0 0 20 0 1 0 34880908 4292608 736 18446744073709551615 94572978528256 94572979422789 140731061830896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94572979661840 94572979709584 94572992884736 140731061840289 140731061840386 140731061840386 140731061845988 0
/proc/24103/statm: 1048 736 672 219 0 110 0
[pid=24108] ppid=24103 vsize=1206764 memory=59988 CPUtime=1.45 cores=4,6
/proc/24108/stat : 24108 (python3) R 24103 24103 22487 0 -1 4194304 7801 0 0 0 144 1 0 0 20 0 1 0 34880910 1235726336 14997 18446744073709551615 94734626754560 94734626754937 140734565701872 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94734626766232 94734626766852 94734659305472 140734565706072 140734565706274 140734565706274 140734565711847 0
/proc/24108/statm: 301691 14997 8117 1 0 273049 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 1210956 KiB
Current children cumulated memory: 62932 KiB

[startup+3.10547 s]
/proc/loadavg: 4.41 4.18 4.11 5/271 24108
/proc/meminfo: memFree=126195764/131249992 swapFree=33010672/33010684
[pid=24103] ppid=24100 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24103/stat : 24103 (scip-naps-1.00.) S 24100 24103 22487 0 -1 4194304 257 312 0 0 0 0 0 0 20 0 1 0 34880908 4292608 736 18446744073709551615 94572978528256 94572979422789 140731061830896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94572979661840 94572979709584 94572992884736 140731061840289 140731061840386 140731061840386 140731061845988 0
/proc/24103/statm: 1048 736 672 219 0 110 0
[pid=24108] ppid=24103 vsize=1210620 memory=63244 CPUtime=3.05 cores=4,6
/proc/24108/stat : 24108 (python3) R 24103 24103 22487 0 -1 4194304 9525 0 0 0 304 1 0 0 20 0 1 0 34880910 1239674880 15811 18446744073709551615 94734626754560 94734626754937 140734565701872 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94734626766232 94734626766852 94734659305472 140734565706072 140734565706274 140734565706274 140734565711847 0
/proc/24108/statm: 302655 15811 8117 1 0 274013 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 1214812 KiB
Current children cumulated memory: 66188 KiB

[startup+6.30017 s]
/proc/loadavg: 4.45 4.20 4.12 5/271 24108
/proc/meminfo: memFree=126188996/131249992 swapFree=33010672/33010684
[pid=24103] ppid=24100 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24103/stat : 24103 (scip-naps-1.00.) S 24100 24103 22487 0 -1 4194304 257 312 0 0 0 0 0 0 20 0 1 0 34880908 4292608 736 18446744073709551615 94572978528256 94572979422789 140731061830896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94572979661840 94572979709584 94572992884736 140731061840289 140731061840386 140731061840386 140731061845988 0
/proc/24103/statm: 1048 736 672 219 0 110 0
[pid=24108] ppid=24103 vsize=1214104 memory=67596 CPUtime=6.23 cores=4,6
/proc/24108/stat : 24108 (python3) R 24103 24103 22487 0 -1 4194304 10616 0 0 0 621 2 0 0 20 0 1 0 34880910 1243242496 16899 18446744073709551615 94734626754560 94734626754937 140734565701872 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94734626766232 94734626766852 94734659305472 140734565706072 140734565706274 140734565706274 140734565711847 0
/proc/24108/statm: 303526 16899 8117 1 0 274884 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 1218296 KiB
Current children cumulated memory: 70540 KiB

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

# cumulated CPU time of all completed processes:  user=7.90654 s, system=0.027683 s

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

[startup+6.40023 s]
/proc/loadavg: 4.45 4.20 4.12 5/271 24108
/proc/meminfo: memFree=126188996/131249992 swapFree=33010672/33010684
[pid=24103] ppid=24100 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24103/stat : 24103 (scip-naps-1.00.) S 24100 24103 22487 0 -1 4194304 257 312 0 0 0 0 0 0 20 0 1 0 34880908 4292608 736 18446744073709551615 94572978528256 94572979422789 140731061830896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94572979661840 94572979709584 94572992884736 140731061840289 140731061840386 140731061840386 140731061845988 0
/proc/24103/statm: 1048 736 672 219 0 110 0
[pid=24108] ppid=24103 vsize=1214104 memory=67596 CPUtime=6.33 cores=4,6
/proc/24108/stat : 24108 (python3) R 24103 24103 22487 0 -1 4194304 10616 0 0 0 631 2 0 0 20 0 1 0 34880910 1243242496 16899 18446744073709551615 94734626754560 94734626754937 140734565701872 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94734626766232 94734626766852 94734659305472 140734565706072 140734565706274 140734565706274 140734565711847 0
/proc/24108/statm: 303526 16899 8117 1 0 274884 0
Current children cumulated CPU time: 6.33 s
Current children cumulated vsize: 1218296 KiB
Current children cumulated memory: 70540 KiB

[startup+7.20018 s]
/proc/loadavg: 4.45 4.20 4.12 5/271 24108
/proc/meminfo: memFree=126188996/131249992 swapFree=33010672/33010684
[pid=24103] ppid=24100 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24103/stat : 24103 (scip-naps-1.00.) S 24100 24103 22487 0 -1 4194304 257 312 0 0 0 0 0 0 20 0 1 0 34880908 4292608 736 18446744073709551615 94572978528256 94572979422789 140731061830896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94572979661840 94572979709584 94572992884736 140731061840289 140731061840386 140731061840386 140731061845988 0
/proc/24103/statm: 1048 736 672 219 0 110 0
[pid=24108] ppid=24103 vsize=1214104 memory=67596 CPUtime=7.13 cores=4,6
/proc/24108/stat : 24108 (python3) R 24103 24103 22487 0 -1 4194304 10621 0 0 0 711 2 0 0 20 0 1 0 34880910 1243242496 16899 18446744073709551615 94734626754560 94734626754937 140734565701872 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94734626766232 94734626766852 94734659305472 140734565706072 140734565706274 140734565706274 140734565711847 0
/proc/24108/statm: 303526 16899 8117 1 0 274884 0
Current children cumulated CPU time: 7.13 s
Current children cumulated vsize: 1218296 KiB
Current children cumulated memory: 70540 KiB

[startup+7.60018 s]
/proc/loadavg: 4.45 4.20 4.12 5/271 24108
/proc/meminfo: memFree=126188996/131249992 swapFree=33010672/33010684
[pid=24103] ppid=24100 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24103/stat : 24103 (scip-naps-1.00.) S 24100 24103 22487 0 -1 4194304 257 312 0 0 0 0 0 0 20 0 1 0 34880908 4292608 736 18446744073709551615 94572978528256 94572979422789 140731061830896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94572979661840 94572979709584 94572992884736 140731061840289 140731061840386 140731061840386 140731061845988 0
/proc/24103/statm: 1048 736 672 219 0 110 0
[pid=24108] ppid=24103 vsize=1214104 memory=67596 CPUtime=7.53 cores=4,6
/proc/24108/stat : 24108 (python3) R 24103 24103 22487 0 -1 4194304 10624 0 0 0 751 2 0 0 20 0 1 0 34880910 1243242496 16899 18446744073709551615 94734626754560 94734626754937 140734565701872 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94734626766232 94734626766852 94734659305472 140734565706072 140734565706274 140734565706274 140734565711847 0
/proc/24108/statm: 303526 16899 8117 1 0 274884 0
Current children cumulated CPU time: 7.53 s
Current children cumulated vsize: 1218296 KiB
Current children cumulated memory: 70540 KiB

[startup+7.80014 s]
/proc/loadavg: 4.45 4.20 4.12 5/271 24108
/proc/meminfo: memFree=126188996/131249992 swapFree=33010672/33010684
[pid=24103] ppid=24100 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24103/stat : 24103 (scip-naps-1.00.) S 24100 24103 22487 0 -1 4194304 257 312 0 0 0 0 0 0 20 0 1 0 34880908 4292608 736 18446744073709551615 94572978528256 94572979422789 140731061830896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94572979661840 94572979709584 94572992884736 140731061840289 140731061840386 140731061840386 140731061845988 0
/proc/24103/statm: 1048 736 672 219 0 110 0
[pid=24108] ppid=24103 vsize=1214104 memory=67596 CPUtime=7.73 cores=4,6
/proc/24108/stat : 24108 (python3) R 24103 24103 22487 0 -1 4194304 10627 0 0 0 771 2 0 0 20 0 1 0 34880910 1243242496 16899 18446744073709551615 94734626754560 94734626754937 140734565701872 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94734626766232 94734626766852 94734659305472 140734565706072 140734565706274 140734565706274 140734565711847 0
/proc/24108/statm: 303526 16899 8117 1 0 274884 0
Current children cumulated CPU time: 7.73 s
Current children cumulated vsize: 1218296 KiB
Current children cumulated memory: 70540 KiB

[startup+7.90015 s]
/proc/loadavg: 4.45 4.20 4.12 5/271 24108
/proc/meminfo: memFree=126188996/131249992 swapFree=33010672/33010684
[pid=24103] ppid=24100 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24103/stat : 24103 (scip-naps-1.00.) S 24100 24103 22487 0 -1 4194304 257 312 0 0 0 0 0 0 20 0 1 0 34880908 4292608 736 18446744073709551615 94572978528256 94572979422789 140731061830896 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94572979661840 94572979709584 94572992884736 140731061840289 140731061840386 140731061840386 140731061845988 0
/proc/24103/statm: 1048 736 672 219 0 110 0
[pid=24108] ppid=24103 vsize=1214104 memory=67596 CPUtime=7.83 cores=4,6
/proc/24108/stat : 24108 (python3) R 24103 24103 22487 0 -1 4194304 10627 0 0 0 781 2 0 0 20 0 1 0 34880910 1243242496 16899 18446744073709551615 94734626754560 94734626754937 140734565701872 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94734626766232 94734626766852 94734659305472 140734565706072 140734565706274 140734565706274 140734565711847 0
/proc/24108/statm: 303526 16899 8117 1 0 274884 0
Current children cumulated CPU time: 7.83 s
Current children cumulated vsize: 1218296 KiB
Current children cumulated memory: 70540 KiB

Child status: 0

Real time (s): 7.99518
CPU time (s): 7.93422
CPU user time (s): 7.90654
CPU system time (s): 0.027683
CPU usage (%): 99.2376
Max. virtual memory (cumulated for all children) (KiB): 1218296
Max. memory (cumulated for all children) (KiB): 70540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.90654
system time used= 0.027683
maximum resident set size= 67596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11238
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= 24


# summary of solver processes directly reported to runsolver:
#   pid: 24103
#   total CPU time (s): 7.93422
#   total CPU user time (s): 7.90654
#   total CPU system time (s): 0.027683

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.02528 second user time and 0.063209 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-06-29 12:14:24
IDJOB=4510161
IDBENCH=160142
IDSOLVER=3368
FILE ID=nodeC035/4510161-1751192064
RUNJOBID= nodeC035-1751183027-22498
SLURM_JOB_ID= 9587567
Free space on /tmp= 433044 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n34-d3-i2-r2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510161-1751192064/watcher-4510161-1751192064 -o /tmp/evaluation-result-4510161-1751192064/solver-4510161-1751192064 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751183027-22498 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4510161-1751192064.opb

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

MD5SUM BENCH= 10805e7a04221544de9efc2e76d20e2d
RANDOM SEED=1232337959

nodeC035 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.749
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.51
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.744
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.51
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		: 3599.839
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.51
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		: 3637.441
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.51
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.755
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.51
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.751
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.51
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		: 3600.253
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.51
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        126228052 kB
MemAvailable:   128663904 kB
Buffers:            2352 kB
Cached:          3230416 kB
SwapCached:            8 kB
Active:          1402368 kB
Inactive:        2980272 kB
Active(anon):    1161900 kB
Inactive(anon):     6036 kB
Active(file):     240468 kB
Inactive(file):  2974236 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5532 kB
Writeback:             0 kB
AnonPages:       1147800 kB
Mapped:           129784 kB
Shmem:             18056 kB
KReclaimable:     120776 kB
Slab:             207256 kB
SReclaimable:     120776 kB
SUnreclaim:        86480 kB
KernelStack:        4368 kB
PageTables:         5888 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4718852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    217088 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= 433040 MiB
End job on nodeC035 at 2025-06-29 12:14:32