Trace number 4529864

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 73.9228 74.1641

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/
normalized-3col-almost3reg-l035-r034-n1.opb
MD5SUMba3e79fbb414116636e41440ecd82818
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.826313
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1968
Total number of constraints4184
Number of constraints which are clauses3528
Number of constraints which are cardinality constraints (but not clauses)656
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
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

8.43/8.57	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4529864-1752260827.opb
8.43/8.57	c Solving mode: decision
8.43/8.57	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
8.43/8.57	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
8.43/8.57	c original problem has 1968 variables (1968 bin, 0 int, 0 impl, 0 cont) and 4184 constraints
8.43/8.57	c presolving:
8.43/8.57	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 4184 upgd conss, 0 impls, 4184 clqs
8.43/8.57	c    (0.0s) probing: 51/1968 (2.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
8.43/8.57	c    (0.0s) probing aborted: 50/50 successive totally useless probings
8.43/8.57	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
8.43/8.57	c    (0.0s) symmetry computation finished: 2 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.00)
8.43/8.57	c dynamic symmetry handling statistics:
8.43/8.57	c    orbitopal reduction:       no components
8.43/8.57	c    orbital reduction:         no components
8.43/8.57	c    lexicographic reduction:   no permutations
8.43/8.57	c handled 1 out of 1 symmetry components
8.43/8.57	c (round 2, exhaustive) 11 del vars, 0 del conss, 1 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 4184 upgd conss, 0 impls, 4141 clqs
8.43/8.57	c (round 3, fast)       27 del vars, 51 del conss, 1 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 4184 upgd conss, 0 impls, 4133 clqs
8.43/8.57	c    (0.1s) probing: 56/1968 (2.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
8.43/8.57	c    (0.1s) probing aborted: 50/50 successive totally useless probings
8.43/8.57	c presolving (4 rounds: 4 fast, 3 medium, 3 exhaustive):
8.43/8.57	c  27 deleted vars, 51 deleted constraints, 1 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
8.43/8.57	c  0 implications, 4133 cliques
8.43/8.57	c presolved problem has 1949 variables (1949 bin, 0 int, 0 impl, 0 cont) and 4134 constraints
8.43/8.57	c    4133 constraints of type <setppc>
8.43/8.57	c       1 constraints of type <orbitope>
8.43/8.57	c transformed objective value is always integral (scale: 1)
8.43/8.57	c Presolving Time: 0.06
8.43/8.57	c 
8.43/8.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.43/8.57	c   0.1s|     1 |     0 |  1735 |     - |    37M |   0 |1949 |4155 |4133 |   0 |  0 |  20 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.57	c   0.5s|     1 |     0 |  5902 |     - |    39M |   0 |1949 |4214 |4288 | 155 |  1 |  22 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.57	c   0.6s|     1 |     0 |  6425 |     - |    40M |   0 |1949 |4215 |4419 | 286 |  2 |  23 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.57	c   0.7s|     1 |     0 |  6629 |     - |    42M |   0 |1949 |4216 |4449 | 316 |  3 |  24 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.57	c   0.8s|     1 |     0 |  6725 |     - |    43M |   0 |1949 |4217 |4465 | 332 |  4 |  25 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.57	c   0.9s|     1 |     0 |  6814 |     - |    45M |   0 |1949 |4218 |4480 | 347 |  5 |  26 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.57	c   1.0s|     1 |     0 |  6884 |     - |    47M |   0 |1949 |4219 |4493 | 360 |  6 |  27 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.57	c   1.1s|     1 |     0 |  6942 |     - |    50M |   0 |1949 |4220 |4506 | 373 |  7 |  28 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.57	c   1.2s|     1 |     0 |  7041 |     - |    53M |   0 |1949 |4222 |4519 | 386 |  8 |  30 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.57	c   1.3s|     1 |     0 |  7097 |     - |    57M |   0 |1949 |4223 |4530 | 397 |  9 |  31 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.57	c   1.5s|     1 |     0 |  7155 |     - |    62M |   0 |1949 |4224 |4541 | 408 | 10 |  32 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.57	c   1.5s|     1 |     0 |  7231 |     - |    63M |   0 |1949 |4225 |4498 | 419 | 11 |  33 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.57	c   1.8s|     1 |     2 |  8602 |     - |    63M |   0 |1949 |4231 |4498 | 419 | 11 |  39 |  11 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.57	c   2.9s|   100 |    82 | 20184 | 133.6 |    68M |  46 |1949 |4363 |4388 | 626 |  1 | 171 |  11 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.57	c   3.3s|   200 |    67 | 23791 |  84.6 |    69M |  50 |1949 |4490 |4372 | 822 |  1 | 299 |  11 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.43/8.57	c   3.6s|   300 |    74 | 25815 |  63.1 |    70M |  50 |1949 |4610 |4410 | 964 |  1 | 421 |  11 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.57	c   3.9s|   400 |    71 | 27166 |  50.7 |    71M |  50 |1949 |4737 |4375 |1046 |  1 | 551 |  11 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.57	c   4.2s|   500 |    61 | 28810 |  43.8 |    71M |  50 |1949 |4870 |4374 |1101 |  1 | 684 |  11 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.57	c   5.1s|   600 |    50 | 31547 |  41.1 |    71M |  50 |1949 |4992 |4371 |1139 |  1 | 813 |  11 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.57	c   6.3s|   700 |    41 | 34064 |  38.8 |    71M |  50 |1949 |5105 |   0 |1179 |  0 | 972 |  11 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.57	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
8.43/8.57	c (run 1, node 786) performing user restart
8.43/8.57	c 
8.43/8.57	c (restart) converted 155 cuts from the global cut pool into linear constraints
8.43/8.57	c 
8.43/8.57	c presolving:
8.43/8.57	c (round 1, fast)       0 del vars, 291 del conss, 0 add conss, 0 chg bounds, 3 chg sides, 42 chg coeffs, 0 upgd conss, 0 impls, 4269 clqs
8.43/8.57	c (round 2, exhaustive) 1 del vars, 485 del conss, 48 add conss, 0 chg bounds, 3 chg sides, 42 chg coeffs, 0 upgd conss, 0 impls, 4266 clqs
8.43/8.57	c (round 3, exhaustive) 1 del vars, 493 del conss, 48 add conss, 0 chg bounds, 5 chg sides, 42 chg coeffs, 0 upgd conss, 0 impls, 4301 clqs
8.43/8.57	c (round 4, exhaustive) 1 del vars, 493 del conss, 48 add conss, 0 chg bounds, 5 chg sides, 42 chg coeffs, 216 upgd conss, 0 impls, 4301 clqs
8.43/8.57	c (round 5, fast)       1 del vars, 515 del conss, 48 add conss, 0 chg bounds, 5 chg sides, 42 chg coeffs, 216 upgd conss, 0 impls, 4302 clqs
8.43/8.57	c (round 6, exhaustive) 1 del vars, 535 del conss, 53 add conss, 0 chg bounds, 5 chg sides, 42 chg coeffs, 216 upgd conss, 0 impls, 4304 clqs
8.43/8.57	c (round 7, exhaustive) 1 del vars, 573 del conss, 53 add conss, 0 chg bounds, 5 chg sides, 53 chg coeffs, 216 upgd conss, 0 impls, 4308 clqs
8.43/8.57	c presolving (8 rounds: 8 fast, 6 medium, 6 exhaustive):
8.43/8.57	c  1 deleted vars, 574 deleted constraints, 53 added constraints, 0 tightened bounds, 0 added holes, 5 changed sides, 53 changed coefficients
8.43/8.57	c  0 implications, 4308 cliques
8.43/8.57	c presolved problem has 1948 variables (1948 bin, 0 int, 0 impl, 0 cont) and 4791 constraints
8.43/8.57	c      18 constraints of type <knapsack>
8.43/8.57	c    4148 constraints of type <setppc>
8.43/8.57	c       1 constraints of type <orbitope>
8.43/8.57	c     624 constraints of type <logicor>
8.43/8.57	c transformed objective value is always integral (scale: 1)
8.43/8.57	c Presolving Time: 0.09
8.43/8.57	c 
8.43/8.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.43/8.57	c   7.6s|     1 |     0 | 39091 |     - |    72M |   0 |1948 |4797 |4168 |   0 |  0 |1082 |  11 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.57	c   7.8s|     1 |     0 | 39581 |     - |    73M |   0 |1948 |4859 |4294 | 126 |  1 |1083 |  11 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.57	c   8.0s|     1 |     0 | 39897 |     - |    73M |   0 |1948 |4860 |4350 | 182 |  2 |1084 |  11 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.57	c   8.2s|     1 |     0 | 40124 |     - |    74M |   0 |1948 |4861 |4372 | 204 |  3 |1085 |  11 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.57	c   8.4s|     1 |     0 | 40304 |     - |    74M |   0 |1948 |4862 |4405 | 237 |  4 |1086 |  11 | 0.000000e+00 |      --      |    Inf | unknown
30.17/30.31	c   8.4s|     1 |     0 | 40382 |     - |    74M |   0 |1948 |4863 |4421 | 253 |  5 |1087 |  11 | 0.000000e+00 |      --      |    Inf | unknown
30.17/30.31	c   8.5s|     1 |     0 | 40445 |     - |    75M |   0 |1948 |4864 |4431 | 263 |  6 |1088 |  11 | 0.000000e+00 |      --      |    Inf | unknown
30.17/30.31	c   8.7s|     1 |     0 | 40493 |     - |    75M |   0 |1948 |4865 |4444 | 276 |  7 |1089 |  11 | 0.000000e+00 |      --      |    Inf | unknown
30.17/30.31	c   8.8s|     1 |     0 | 40556 |     - |    76M |   0 |1948 |4866 |4458 | 290 |  8 |1090 |  11 | 0.000000e+00 |      --      |    Inf | unknown
30.17/30.31	c   8.9s|     1 |     0 | 40635 |     - |    77M |   0 |1948 |4867 |4467 | 299 |  9 |1091 |  11 | 0.000000e+00 |      --      |    Inf | unknown
30.17/30.31	c   9.1s|     1 |     0 | 40726 |     - |    80M |   0 |1948 |4868 |4478 | 310 | 10 |1092 |  11 | 0.000000e+00 |      --      |    Inf | unknown
30.17/30.31	c   9.1s|     1 |     0 | 40800 |     - |    81M |   0 |1948 |4869 |4488 | 320 | 11 |1093 |  11 | 0.000000e+00 |      --      |    Inf | unknown
30.17/30.31	c   9.5s|     1 |     2 | 42291 |     - |    81M |   0 |1948 |4899 |4488 | 320 | 11 |1123 |  22 | 0.000000e+00 |      --      |    Inf | unknown
30.17/30.31	c  11.2s|   100 |    35 | 50138 |  45.0 |    85M |  20 |1948 |5026 |   0 | 547 |  0 |1255 |  22 | 0.000000e+00 |      --      |    Inf | unknown
30.17/30.31	c  11.7s|   200 |    34 | 53440 |  43.8 |    87M |  20 |1948 |5158 |4264 | 784 |  1 |1407 |  22 | 0.000000e+00 |      --      |    Inf | unknown
30.17/30.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
30.17/30.31	c  12.2s|   300 |    28 | 56609 |  42.7 |    89M |  20 |1948 |5297 |4248 |1027 |  1 |1582 |  22 | 0.000000e+00 |      --      |    Inf |   1.24%
30.17/30.31	c  13.1s|   400 |    43 | 61539 |  43.2 |    97M |  20 |1948 |5456 |   0 |1993 |  0 |1785 |  22 | 0.000000e+00 |      --      |    Inf |   2.49%
30.17/30.31	c  13.5s|   500 |    35 | 63846 |  41.7 |    99M |  20 |1948 |5523 |   0 |2311 |  0 |1886 |  22 | 0.000000e+00 |      --      |    Inf |   3.05%
30.17/30.31	c  14.0s|   600 |    32 | 67685 |  41.4 |   103M |  20 |1948 |5623 |4252 |2934 |  1 |2084 |  22 | 0.000000e+00 |      --      |    Inf |   4.14%
30.17/30.31	c  14.7s|   700 |    56 | 78738 |  46.1 |   104M |  20 |1948 |5698 |4242 |3381 |  1 |2255 |  22 | 0.000000e+00 |      --      |    Inf |   5.09%
30.17/30.31	c  15.2s|   800 |    62 | 84533 |  46.8 |   105M |  20 |1948 |5803 |4246 |4045 |  2 |2444 |  22 | 0.000000e+00 |      --      |    Inf |   6.26%
30.17/30.31	c  15.6s|   900 |    66 | 88230 |  46.2 |   105M |  20 |1948 |5831 |   0 |4605 |  0 |2591 |  22 | 0.000000e+00 |      --      |    Inf |   7.37%
30.17/30.31	c  16.2s|  1000 |    61 | 92591 |  46.1 |   106M |  20 |1948 |5863 |4283 |5472 |  2 |2747 |  22 | 0.000000e+00 |      --      |    Inf |   9.41%
30.17/30.31	c  16.6s|  1100 |    58 | 96674 |  45.8 |   108M |  20 |1948 |5889 |   0 |6277 |  0 |2897 |  22 | 0.000000e+00 |      --      |    Inf |  11.31%
30.17/30.31	c  17.2s|  1200 |    67 |101533 |  46.0 |   108M |  22 |1948 |5907 |4251 |7100 |  1 |2988 |  22 | 0.000000e+00 |      --      |    Inf |  13.07%
30.17/30.31	c  17.7s|  1300 |    63 |105875 |  45.8 |   109M |  22 |1948 |5983 |4202 |7536 |  1 |3209 |  22 | 0.000000e+00 |      --      |    Inf |  16.14%
30.17/30.31	c  18.2s|  1400 |    65 |110548 |  45.9 |   111M |  22 |1948 |6009 |4264 |8231 |  1 |3371 |  22 | 0.000000e+00 |      --      |    Inf |  18.56%
30.17/30.31	c  18.6s|  1500 |    53 |114313 |  45.5 |   111M |  24 |1948 |6004 |   0 |8765 |  0 |3486 |  22 | 0.000000e+00 |      --      |    Inf |  20.48%
30.17/30.31	c  19.0s|  1600 |    46 |118536 |  45.4 |   111M |  24 |1948 |6086 |4257 |9486 |  1 |3692 |  22 | 0.000000e+00 |      --      |    Inf |  24.85%
30.17/30.31	c  19.5s|  1700 |    39 |123057 |  45.4 |   112M |  24 |1948 |6141 |4249 |  10k|  1 |3853 |  22 | 0.000000e+00 |      --      |    Inf |  29.00%
30.17/30.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
30.17/30.31	c  19.9s|  1800 |    26 |126036 |  44.8 |   112M |  24 |1948 |6164 |   0 |  10k|  0 |3988 |  22 | 0.000000e+00 |      --      |    Inf |  31.43%
30.17/30.31	c  20.2s|  1900 |    34 |129678 |  44.5 |   112M |  24 |1948 |6260 |   0 |  11k|  0 |4128 |  22 | 0.000000e+00 |      --      |    Inf |  33.22%
30.17/30.31	c  20.5s|  2000 |    12 |131680 |  43.6 |   112M |  24 |1948 |6310 |   0 |  11k|  0 |4266 |  22 | 0.000000e+00 |      --      |    Inf |  37.21%
30.17/30.31	c  21.0s|  2100 |    14 |135641 |  43.4 |   113M |  24 |1948 |6394 |4255 |  12k|  1 |4419 |  22 | 0.000000e+00 |      --      |    Inf |  38.17%
30.17/30.31	c  21.5s|  2200 |    37 |140315 |  43.6 |   114M |  25 |1948 |6459 |4278 |  12k|  1 |4510 |  22 | 0.000000e+00 |      --      |    Inf |  38.78%
30.17/30.31	c  21.8s|  2300 |    40 |144563 |  43.5 |   114M |  36 |1948 |6588 |4274 |  12k|  1 |4659 |  22 | 0.000000e+00 |      --      |    Inf |  38.79%
30.17/30.31	c  22.2s|  2400 |    41 |147783 |  43.2 |   114M |  36 |1948 |6712 |4260 |  12k|  2 |4812 |  22 | 0.000000e+00 |      --      |    Inf |  38.93%
30.17/30.31	c  22.5s|  2500 |    27 |149588 |  42.4 |   115M |  36 |1948 |6861 |4265 |  12k|  2 |4994 |  22 | 0.000000e+00 |      --      |    Inf |  39.36%
30.17/30.31	c  22.8s|  2600 |    27 |152283 |  41.9 |   115M |  36 |1948 |6957 |4264 |  13k|  1 |5142 |  22 | 0.000000e+00 |      --      |    Inf |  39.90%
30.17/30.31	c  23.2s|  2700 |    39 |156659 |  42.0 |   117M |  36 |1948 |7059 |4297 |  13k|  1 |5287 |  22 | 0.000000e+00 |      --      |    Inf |  40.64%
30.17/30.31	c  23.6s|  2800 |    42 |161470 |  42.2 |   117M |  36 |1948 |7084 |   0 |  14k|  0 |5408 |  22 | 0.000000e+00 |      --      |    Inf |  41.57%
30.17/30.31	c  23.9s|  2900 |    38 |163930 |  41.7 |   118M |  36 |1948 |7145 |4291 |  15k|  2 |5526 |  22 | 0.000000e+00 |      --      |    Inf |  41.92%
30.17/30.31	c  24.2s|  3000 |    41 |167726 |  41.6 |   118M |  36 |1948 |7259 |   0 |  15k|  0 |5724 |  22 | 0.000000e+00 |      --      |    Inf |  42.28%
30.17/30.31	c  24.5s|  3100 |    42 |170124 |  41.1 |   118M |  36 |1948 |7321 |   0 |  15k|  0 |5882 |  22 | 0.000000e+00 |      --      |    Inf |  42.58%
30.17/30.31	c  24.9s|  3200 |    35 |173957 |  41.1 |   118M |  36 |1948 |7384 |   0 |  16k|  0 |6070 |  22 | 0.000000e+00 |      --      |    Inf |  43.23%
30.17/30.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
30.17/30.31	c  25.1s|  3300 |    28 |175520 |  40.4 |   119M |  36 |1948 |7531 |   0 |  16k|  0 |6276 |  22 | 0.000000e+00 |      --      |    Inf |  43.48%
30.17/30.31	c  25.5s|  3400 |    30 |179180 |  40.3 |   120M |  36 |1948 |7622 |   0 |  16k|  0 |6469 |  22 | 0.000000e+00 |      --      |    Inf |  44.04%
30.17/30.31	c  25.8s|  3500 |    23 |181429 |  39.9 |   120M |  36 |1948 |7631 |4274 |  17k|  3 |6631 |  22 | 0.000000e+00 |      --      |    Inf |  44.53%
30.17/30.31	c  26.3s|  3600 |    26 |183680 |  39.5 |   120M |  36 |1948 |7598 |4260 |  17k|  1 |6767 |  22 | 0.000000e+00 |      --      |    Inf |  45.16%
30.17/30.31	c  26.6s|  3700 |    28 |185732 |  39.1 |   120M |  36 |1948 |7649 |4254 |  18k|  1 |6947 |  22 | 0.000000e+00 |      --      |    Inf |  45.60%
30.17/30.31	c  27.0s|  3800 |    42 |188768 |  38.9 |   120M |  36 |1948 |7683 |   0 |  18k|  0 |7091 |  22 | 0.000000e+00 |      --      |    Inf |  46.16%
30.17/30.31	c  27.4s|  3900 |    45 |193760 |  39.2 |   120M |  36 |1948 |7709 |4289 |  19k|  2 |7333 |  22 | 0.000000e+00 |      --      |    Inf |  46.62%
30.17/30.31	c  27.8s|  4000 |    50 |198300 |  39.3 |   121M |  36 |1948 |7857 |   0 |  19k|  0 |7577 |  22 | 0.000000e+00 |      --      |    Inf |  47.13%
30.17/30.31	c  28.2s|  4100 |    50 |201836 |  39.2 |   122M |  36 |1948 |7958 |   0 |  20k|  0 |7749 |  22 | 0.000000e+00 |      --      |    Inf |  47.84%
30.17/30.31	c  28.7s|  4200 |    53 |205800 |  39.2 |   122M |  36 |1948 |7964 |   0 |  21k|  0 |7933 |  22 | 0.000000e+00 |      --      |    Inf |  49.02%
30.17/30.31	c  29.2s|  4300 |    63 |210243 |  39.3 |   122M |  36 |1948 |7964 |4261 |  21k|  1 |8053 |  22 | 0.000000e+00 |      --      |    Inf |  49.53%
30.17/30.31	c  29.6s|  4400 |    57 |213365 |  39.2 |   123M |  36 |1948 |7948 |4287 |  21k|  2 |8169 |  22 | 0.000000e+00 |      --      |    Inf |  49.85%
30.17/30.31	c  29.9s|  4500 |    65 |215893 |  38.9 |   123M |  36 |1948 |7955 |   0 |  22k|  0 |8285 |  22 | 0.000000e+00 |      --      |    Inf |  50.16%
49.32/49.51	c  30.2s|  4600 |    68 |217873 |  38.5 |   123M |  36 |1948 |7921 |4250 |  22k|  1 |8432 |  22 | 0.000000e+00 |      --      |    Inf |  50.42%
49.32/49.51	c  30.5s|  4700 |    58 |219932 |  38.2 |   123M |  36 |1948 |7838 |   0 |  22k|  0 |8610 |  22 | 0.000000e+00 |      --      |    Inf |  51.05%
49.32/49.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
49.32/49.51	c  31.0s|  4800 |    59 |223907 |  38.2 |   125M |  36 |1948 |7855 |4276 |  23k|  1 |8817 |  22 | 0.000000e+00 |      --      |    Inf |  52.45%
49.32/49.51	c  31.3s|  4900 |    62 |226282 |  38.0 |   125M |  36 |1948 |7731 |   0 |  24k|  0 |8958 |  22 | 0.000000e+00 |      --      |    Inf |  53.00%
49.32/49.51	c  31.8s|  5000 |    57 |230190 |  38.0 |   125M |  36 |1948 |7699 |4287 |  24k|  1 |9133 |  22 | 0.000000e+00 |      --      |    Inf |  54.13%
49.32/49.51	c  32.3s|  5100 |    69 |234895 |  38.2 |   126M |  36 |1948 |7778 |   0 |  25k|  0 |9286 |  22 | 0.000000e+00 |      --      |    Inf |  54.81%
49.32/49.51	c  32.8s|  5200 |    72 |237891 |  38.0 |   127M |  36 |1948 |7919 |   0 |  26k|  0 |9514 |  22 | 0.000000e+00 |      --      |    Inf |  55.38%
49.32/49.51	c  33.2s|  5300 |    67 |240993 |  37.9 |   127M |  36 |1948 |7945 |4248 |  27k|  1 |9662 |  22 | 0.000000e+00 |      --      |    Inf |  56.47%
49.32/49.51	c  33.7s|  5400 |    69 |244205 |  37.8 |   127M |  36 |1948 |7965 |4250 |  27k|  1 |9801 |  22 | 0.000000e+00 |      --      |    Inf |  57.51%
49.32/49.51	c  34.2s|  5500 |    66 |247911 |  37.8 |   129M |  36 |1948 |7945 |4318 |  28k|  3 |9938 |  22 | 0.000000e+00 |      --      |    Inf |  58.29%
49.32/49.51	c  34.7s|  5600 |    66 |251614 |  37.8 |   129M |  36 |1948 |7930 |4262 |  29k|  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  59.18%
49.32/49.51	c  35.0s|  5700 |    64 |254667 |  37.7 |   129M |  36 |1948 |7907 |   0 |  30k|  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  59.88%
49.32/49.51	c  35.5s|  5800 |    58 |258514 |  37.7 |   130M |  36 |1948 |7947 |   0 |  30k|  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  61.14%
49.32/49.51	c  35.9s|  5900 |    64 |261915 |  37.6 |   130M |  36 |1948 |7964 |4260 |  31k|  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  61.74%
49.32/49.51	c  36.4s|  6000 |    68 |265567 |  37.6 |   131M |  36 |1948 |8039 |4277 |  32k|  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  62.80%
49.32/49.51	c  36.6s|  6100 |    65 |267432 |  37.3 |   131M |  36 |1948 |8136 |   0 |  32k|  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  63.06%
49.32/49.51	c  36.9s|  6200 |    68 |270697 |  37.3 |   131M |  36 |1948 |8112 |4287 |  33k|  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  63.69%
49.32/49.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
49.32/49.51	c  37.2s|  6300 |    67 |272511 |  37.0 |   131M |  36 |1948 |8194 |4282 |  33k|  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  63.88%
49.32/49.51	c  37.5s|  6400 |    67 |274695 |  36.8 |   131M |  36 |1948 |8250 |4279 |  33k|  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  64.10%
49.32/49.51	c  37.8s|  6500 |    62 |277867 |  36.7 |   131M |  36 |1948 |8274 |   0 |  34k|  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  64.78%
49.32/49.51	c  38.2s|  6600 |    71 |281525 |  36.7 |   132M |  36 |1948 |8283 |   0 |  35k|  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  65.49%
49.32/49.51	c  38.5s|  6700 |    69 |284125 |  36.6 |   132M |  36 |1948 |8341 |   0 |  35k|  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  65.97%
49.32/49.51	c  38.9s|  6800 |    66 |287370 |  36.5 |   133M |  36 |1948 |8363 |4292 |  36k|  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  66.83%
49.32/49.51	c  39.3s|  6900 |    67 |290855 |  36.5 |   133M |  36 |1948 |8368 |   0 |  37k|  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  67.48%
49.32/49.51	c  39.6s|  7000 |    65 |293741 |  36.4 |   133M |  36 |1948 |8377 |4284 |  37k|  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  67.66%
49.32/49.51	c  40.0s|  7100 |    66 |297188 |  36.4 |   133M |  36 |1948 |8412 |4285 |  37k|  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  68.21%
49.32/49.51	c  40.5s|  7200 |    65 |300187 |  36.3 |   134M |  36 |1948 |8435 |4299 |  38k|  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  68.78%
49.32/49.51	c  40.8s|  7300 |    62 |302558 |  36.1 |   134M |  36 |1948 |8455 |4303 |  38k|  2 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  69.04%
49.32/49.51	c  41.1s|  7400 |    67 |304930 |  36.0 |   134M |  36 |1948 |8392 |4287 |  38k|  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  69.35%
49.32/49.51	c  41.3s|  7500 |    60 |307025 |  35.8 |   134M |  36 |1948 |8373 |   0 |  39k|  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  69.66%
49.32/49.51	c  41.7s|  7600 |    67 |310023 |  35.7 |   135M |  36 |1948 |8370 |   0 |  39k|  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  70.20%
49.32/49.51	c  42.0s|  7700 |    65 |313129 |  35.7 |   135M |  36 |1948 |8362 |4281 |  40k|  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  70.47%
49.32/49.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
49.32/49.51	c  42.2s|  7800 |    55 |314846 |  35.5 |   135M |  36 |1948 |8360 |4260 |  40k|  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  70.72%
49.32/49.51	c  42.6s|  7900 |    55 |318141 |  35.4 |   135M |  36 |1948 |8324 |4302 |  40k|  2 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  71.22%
49.32/49.51	c  43.0s|  8000 |    49 |321663 |  35.4 |   135M |  36 |1948 |8381 |4298 |  41k|  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  72.47%
49.32/49.51	c  43.3s|  8100 |    42 |323996 |  35.3 |   136M |  36 |1948 |8266 |4265 |  42k|  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  73.06%
49.32/49.51	c  43.6s|  8200 |    35 |326110 |  35.1 |   136M |  36 |1948 |8249 |4269 |  42k|  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  73.36%
49.32/49.51	c  43.9s|  8300 |    32 |328517 |  35.0 |   136M |  36 |1948 |8233 |4269 |  42k|  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  74.01%
49.32/49.51	c  44.1s|  8400 |    20 |330079 |  34.8 |   136M |  36 |1948 |8152 |4287 |  42k|  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  74.51%
49.32/49.51	c  44.4s|  8500 |    11 |331445 |  34.6 |   136M |  36 |1948 |8161 |   0 |  42k|  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  74.72%
49.32/49.51	c  44.6s|  8600 |     8 |332807 |  34.4 |   136M |  36 |1948 |8150 |4297 |  42k|  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  74.90%
49.32/49.51	c  44.9s|  8700 |     5 |334537 |  34.2 |   136M |  36 |1948 |8206 |4305 |  43k|  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  74.96%
49.32/49.51	c  45.5s|  8800 |    59 |342132 |  34.6 |   136M |  36 |1948 |8073 |4266 |  43k|  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  75.00%
49.32/49.51	c  45.8s|  8900 |    40 |345406 |  34.6 |   136M |  36 |1948 |8150 |4270 |  43k|  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  75.03%
49.32/49.51	c  46.1s|  9000 |    19 |347886 |  34.5 |   136M |  36 |1948 |8247 |4277 |  43k|  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  75.22%
49.32/49.51	c  46.5s|  9100 |    19 |352217 |  34.6 |   136M |  36 |1948 |8335 |   0 |  43k|  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  75.34%
49.32/49.51	c  46.9s|  9200 |    26 |356372 |  34.7 |   137M |  36 |1948 |8453 |4266 |  44k|  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  75.49%
49.32/49.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
49.32/49.51	c  47.1s|  9300 |    26 |358211 |  34.5 |   137M |  36 |1948 |8541 |4268 |  44k|  2 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  75.52%
49.32/49.51	c  47.3s|  9400 |    17 |360408 |  34.4 |   137M |  36 |1948 |8652 |4311 |  44k|  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  75.60%
49.32/49.51	c  47.7s|  9500 |    14 |363013 |  34.3 |   137M |  36 |1948 |8825 |4275 |  44k|  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  75.85%
49.32/49.51	c  48.4s|  9600 |    11 |367822 |  34.4 |   138M |  36 |1948 |8981 |4276 |  45k|  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  76.42%
49.32/49.51	c  49.0s|  9700 |    10 |372592 |  34.6 |   138M |  36 |1948 |9076 |4282 |  45k|  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  76.97%
69.16/69.46	c  49.4s|  9800 |     7 |375843 |  34.5 |   138M |  36 |1948 |9188 |   0 |  45k|  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  77.48%
69.16/69.46	c  49.8s|  9900 |    16 |380370 |  34.6 |   138M |  36 |1948 |9187 |4283 |  46k|  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  77.73%
69.16/69.46	c  50.2s| 10000 |    12 |385448 |  34.8 |   139M |  36 |1948 |9251 |4292 |  46k|  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  78.03%
69.16/69.46	c  50.6s| 10100 |    13 |388341 |  34.7 |   139M |  36 |1948 |9338 |4264 |  47k|  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  78.43%
69.16/69.46	c  50.9s| 10200 |    12 |390006 |  34.6 |   139M |  36 |1948 |9411 |4286 |  47k|  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  78.60%
69.16/69.46	c  51.2s| 10300 |     9 |393017 |  34.5 |   139M |  36 |1948 |9498 |   0 |  47k|  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  78.88%
69.16/69.46	c  51.7s| 10400 |    11 |396067 |  34.5 |   139M |  36 |1948 |9601 |4308 |  47k|  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  79.17%
69.16/69.46	c  52.0s| 10500 |     5 |398499 |  34.4 |   139M |  36 |1948 |9631 |4202 |  48k|  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  79.69%
69.16/69.46	c  52.4s| 10600 |    12 |401471 |  34.4 |   139M |  36 |1948 |9714 |4286 |  48k|  1 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  80.08%
69.16/69.46	c  52.8s| 10700 |    11 |406264 |  34.5 |   139M |  36 |1948 |9806 |4281 |  49k|  1 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  80.81%
69.16/69.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
69.16/69.46	c  53.1s| 10800 |     9 |408094 |  34.3 |   139M |  36 |1948 |9862 |4202 |  49k|  1 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  81.05%
69.16/69.46	c  53.5s| 10900 |    13 |411960 |  34.4 |   139M |  36 |1948 |9910 |   0 |  49k|  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  81.42%
69.16/69.46	c  53.8s| 11000 |    15 |415449 |  34.4 |   141M |  36 |1948 |  10k|4294 |  50k|  1 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  81.56%
69.16/69.46	c  54.2s| 11100 |    12 |418992 |  34.4 |   141M |  36 |1948 |  10k|4297 |  50k|  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  81.71%
69.16/69.46	c  54.4s| 11200 |    11 |420524 |  34.2 |   141M |  36 |1948 |  10k|4303 |  50k|  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  81.85%
69.16/69.46	c  54.8s| 11300 |    10 |423425 |  34.2 |   141M |  36 |1948 |  10k|4263 |  50k|  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  82.13%
69.16/69.46	c  55.3s| 11400 |    14 |426869 |  34.2 |   142M |  36 |1948 |  10k|4268 |  51k|  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  82.75%
69.16/69.46	c  55.8s| 11500 |     9 |430477 |  34.2 |   142M |  36 |1948 |  10k|   0 |  52k|  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  83.89%
69.16/69.46	c  56.3s| 11600 |    12 |435953 |  34.4 |   143M |  36 |1948 |  10k|   0 |  52k|  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  84.58%
69.16/69.46	c  57.0s| 11700 |     6 |440760 |  34.5 |   144M |  36 |1948 |  10k|4292 |  53k|  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  85.80%
69.16/69.46	c  57.4s| 11800 |    15 |445213 |  34.6 |   144M |  36 |1948 |  10k|   0 |  54k|  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  86.04%
69.16/69.46	c  57.7s| 11900 |    12 |447621 |  34.5 |   144M |  36 |1948 |  10k|4297 |  54k|  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  86.29%
69.16/69.46	c  58.1s| 12000 |    15 |452164 |  34.6 |   144M |  36 |1948 |  10k|   0 |  55k|  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  87.12%
69.16/69.46	c  58.4s| 12100 |     9 |454094 |  34.4 |   144M |  36 |1948 |  10k|   0 |  55k|  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  87.30%
69.16/69.46	c  58.8s| 12200 |    14 |457161 |  34.4 |   144M |  36 |1948 |  10k|   0 |  55k|  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  87.69%
69.16/69.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
69.16/69.46	c  59.1s| 12300 |    15 |459069 |  34.3 |   144M |  36 |1948 |  10k|   0 |  56k|  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  87.75%
69.16/69.46	c  59.3s| 12400 |    13 |460359 |  34.1 |   144M |  36 |1948 |  10k|4307 |  56k|  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  87.87%
69.16/69.46	c  59.7s| 12500 |    13 |463893 |  34.1 |   145M |  36 |1948 |  10k|   0 |  56k|  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  88.16%
69.16/69.46	c  59.9s| 12600 |    12 |464957 |  34.0 |   145M |  36 |1948 |  10k|4314 |  56k|  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  88.21%
69.16/69.46	c  60.2s| 12700 |    15 |466292 |  33.8 |   145M |  36 |1948 |  10k|4314 |  56k|  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  88.26%
69.16/69.46	c  60.7s| 12800 |     6 |470658 |  33.9 |   146M |  36 |1948 |  10k|   0 |  57k|  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  89.31%
69.16/69.46	c  61.1s| 12900 |     9 |475966 |  34.0 |   146M |  36 |1948 |  10k|4287 |  57k|  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  90.22%
69.16/69.46	c  61.5s| 13000 |     9 |480304 |  34.1 |   146M |  36 |1948 |  10k|4296 |  58k|  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  90.92%
69.16/69.46	c  61.9s| 13100 |    14 |483960 |  34.1 |   147M |  36 |1948 |  10k|4279 |  58k|  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  91.18%
69.16/69.46	c  62.2s| 13200 |     6 |487880 |  34.1 |   147M |  36 |1948 |  10k|4202 |  59k|  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  92.19%
69.16/69.46	c  62.7s| 13300 |     9 |492149 |  34.2 |   147M |  36 |1948 |  10k|4292 |  59k|  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  92.80%
69.16/69.46	c  63.0s| 13400 |     6 |495635 |  34.2 |   147M |  36 |1948 |  10k|4267 |  60k|  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  93.24%
69.16/69.46	c  63.4s| 13500 |     7 |498353 |  34.2 |   147M |  36 |1948 |  10k|4298 |  60k|  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  93.74%
69.16/69.46	c  64.5s| 13600 |    22 |506847 |  34.5 |   147M |  36 |1948 |  10k|4264 |  60k|  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  93.87%
69.16/69.46	c  64.8s| 13700 |    21 |508773 |  34.4 |   147M |  36 |1948 |  10k|4274 |  61k|  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  94.03%
69.16/69.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
69.16/69.46	c  65.0s| 13800 |    15 |510349 |  34.3 |   147M |  36 |1948 |  11k|4274 |  61k|  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  94.17%
69.16/69.46	c  65.3s| 13900 |    16 |513109 |  34.2 |   147M |  36 |1948 |  11k|4280 |  61k|  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  94.26%
69.16/69.46	c  65.7s| 14000 |     9 |514718 |  34.1 |   148M |  36 |1948 |  11k|   0 |  61k|  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  94.44%
69.16/69.46	c  65.9s| 14100 |     7 |516198 |  34.0 |   148M |  36 |1948 |  11k|   0 |  61k|  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  94.53%
69.16/69.46	c  66.4s| 14200 |     7 |519964 |  34.0 |   148M |  36 |1948 |  11k|4283 |  62k|  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  95.08%
69.16/69.46	c  66.7s| 14300 |    11 |522800 |  34.0 |   149M |  36 |1948 |  11k|4275 |  62k|  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  95.31%
69.16/69.46	c  67.0s| 14400 |    11 |524143 |  33.8 |   149M |  36 |1948 |  11k|4279 |  62k|  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  95.46%
69.16/69.46	c  67.3s| 14500 |    15 |527978 |  33.9 |   149M |  36 |1948 |  11k|4273 |  62k|  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  95.71%
69.16/69.46	c  67.7s| 14600 |    17 |531421 |  33.9 |   149M |  36 |1948 |  11k|   0 |  63k|  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  95.81%
69.16/69.46	c  67.9s| 14700 |    16 |533019 |  33.8 |   149M |  36 |1948 |  11k|4284 |  63k|  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  95.89%
69.16/69.46	c  68.1s| 14800 |    14 |534498 |  33.6 |   149M |  36 |1948 |  11k|4274 |  63k|  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  96.00%
69.16/69.46	c  68.5s| 14900 |    12 |536541 |  33.5 |   149M |  36 |1948 |  11k|   0 |  63k|  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  96.15%
69.16/69.46	c  68.9s| 15000 |    10 |539967 |  33.6 |   149M |  36 |1948 |  11k|4278 |  63k|  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  96.39%
73.84/74.11	c  69.3s| 15100 |    14 |543417 |  33.6 |   150M |  36 |1948 |  11k|4286 |  64k|  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  96.88%
73.84/74.11	c  69.7s| 15200 |     9 |545628 |  33.5 |   150M |  36 |1948 |  11k|   0 |  64k|  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  97.02%
73.84/74.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
73.84/74.11	c  70.1s| 15300 |     8 |548711 |  33.5 |   151M |  36 |1948 |  11k|4284 |  64k|  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  97.39%
73.84/74.11	c  70.3s| 15400 |     8 |550722 |  33.4 |   152M |  36 |1948 |  12k|   0 |  64k|  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  97.51%
73.84/74.11	c  70.7s| 15500 |    20 |554346 |  33.4 |   152M |  36 |1948 |  12k|4272 |  65k|  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  97.66%
73.84/74.11	c  70.9s| 15600 |     9 |556530 |  33.3 |   152M |  36 |1948 |  12k|4283 |  65k|  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  97.97%
73.84/74.11	c  71.2s| 15700 |    11 |559501 |  33.3 |   152M |  36 |1948 |  12k|4282 |  65k|  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  98.19%
73.84/74.11	c  71.5s| 15800 |     8 |561005 |  33.2 |   152M |  36 |1948 |  12k|4292 |  65k|  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  98.36%
73.84/74.11	c  71.8s| 15900 |     8 |563371 |  33.1 |   152M |  36 |1948 |  12k|   0 |  66k|  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  98.57%
73.84/74.11	c  72.3s| 16000 |    15 |568404 |  33.2 |   153M |  36 |1948 |  11k|   0 |  66k|  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  98.90%
73.84/74.11	c  72.6s| 16100 |     7 |570551 |  33.2 |   153M |  36 |1948 |9886 |4293 |  66k|  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  99.18%
73.84/74.11	c  72.9s| 16200 |     7 |573666 |  33.2 |   153M |  36 |1948 |7386 |4269 |  66k|  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  99.38%
73.84/74.11	c  73.1s| 16300 |     9 |575235 |  33.1 |   153M |  36 |1948 |7469 |   0 |  67k|  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  99.51%
73.84/74.11	c  73.5s| 16400 |    13 |580051 |  33.2 |   153M |  36 |1948 |7585 |4284 |  67k|  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  99.74%
73.84/74.11	c  73.7s| 16500 |     9 |581197 |  33.0 |   153M |  36 |1948 |7669 |   0 |  67k|  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  99.85%
73.84/74.11	c  73.9s| 16600 |     4 |582325 |  32.9 |   153M |  36 |1948 |6838 |   0 |  67k|  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  99.96%
73.84/74.11	c 
73.84/74.11	c SCIP Status        : problem is solved [infeasible]
73.84/74.11	c Solving Time (sec) : 73.96
73.84/74.11	c Solving Nodes      : 16643 (total of 17429 nodes in 2 runs)
73.84/74.11	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
73.84/74.11	c Dual Bound         : +1.00000000000000e+20
73.84/74.11	c Gap                : 0.00 %
73.84/74.11	c SCIP found the problem to be infeasible.
73.84/74.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: 63708 MiB (60819 MiB free)
  memory of node 1: 64465 MiB (61179 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4529864-1752260827/watcher-4529864-1752260827 -o /tmp/evaluation-result-4529864-1752260827/solver-4529864-1752260827 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1752253388-109748 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4529864-1752260827.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=112347, runsolver pid=112344
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 4.03 4.07 4.08 5/269 112352
/proc/meminfo: memFree=124927512/131250000 swapFree=33010672/33010684
[pid=112347] ppid=112344 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/112347/stat : 112347 (scip-naps-1.00a) S 112344 112347 109737 0 -1 4194304 258 344 0 0 0 0 0 0 20 0 1 0 141761384 4292608 736 18446744073709551615 94858412490752 94858413385285 140732556691008 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94858413624336 94858413672080 94858416447488 140732556695963 140732556696062 140732556696062 140732556701666 0
/proc/112347/statm: 1048 736 672 219 0 110 0
[pid=112352] ppid=112347 vsize=1187380 memory=32344 CPUtime=0.06 cores=4,6
/proc/112352/stat : 112352 (python3) R 112347 112347 109737 0 -1 4194304 3821 0 0 0 6 0 0 0 20 0 1 0 141761386 1215877120 8086 18446744073709551615 94519720153088 94519720153465 140732037651216 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94519720164760 94519720165380 94519725555712 140732037654863 140732037655072 140732037655072 140732037660647 0
/proc/112352/statm: 296845 8086 4895 1 0 268867 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 1191572 KiB
Current children cumulated memory: 35288 KiB

[startup+0.205572 s]*
/proc/loadavg: 4.03 4.07 4.08 5/269 112352
/proc/meminfo: memFree=124923732/131250000 swapFree=33010672/33010684
[pid=112347] ppid=112344 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/112347/stat : 112347 (scip-naps-1.00a) S 112344 112347 109737 0 -1 4194304 258 344 0 0 0 0 0 0 20 0 1 0 141761384 4292608 736 18446744073709551615 94858412490752 94858413385285 140732556691008 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94858413624336 94858413672080 94858416447488 140732556695963 140732556696062 140732556696062 140732556701666 0
/proc/112347/statm: 1048 736 672 219 0 110 0
[pid=112352] ppid=112347 vsize=1227876 memory=74328 CPUtime=0.17 cores=4,6
/proc/112352/stat : 112352 (python3) R 112347 112347 109737 0 -1 4194304 11482 0 0 0 16 1 0 0 20 0 1 0 141761386 1257345024 18582 18446744073709551615 94519720153088 94519720153465 140732037651216 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94519720164760 94519720165380 94519725555712 140732037654863 140732037655072 140732037655072 140732037660647 0
/proc/112352/statm: 306969 18582 7999 1 0 278327 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1232068 KiB
Current children cumulated memory: 77272 KiB

[startup+0.305694 s]*
/proc/loadavg: 4.03 4.07 4.08 5/269 112352
/proc/meminfo: memFree=124903572/131250000 swapFree=33010672/33010684
[pid=112347] ppid=112344 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/112347/stat : 112347 (scip-naps-1.00a) S 112344 112347 109737 0 -1 4194304 258 344 0 0 0 0 0 0 20 0 1 0 141761384 4292608 736 18446744073709551615 94858412490752 94858413385285 140732556691008 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94858413624336 94858413672080 94858416447488 140732556695963 140732556696062 140732556696062 140732556701666 0
/proc/112347/statm: 1048 736 672 219 0 110 0
[pid=112352] ppid=112347 vsize=1237856 memory=84824 CPUtime=0.27 cores=4,6
/proc/112352/stat : 112352 (python3) R 112347 112347 109737 0 -1 4194304 13963 0 0 0 26 1 0 0 20 0 1 0 141761386 1267564544 21206 18446744073709551615 94519720153088 94519720153465 140732037651216 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94519720164760 94519720165380 94519725555712 140732037654863 140732037655072 140732037655072 140732037660647 0
/proc/112352/statm: 309464 21206 8159 1 0 280822 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 1242048 KiB
Current children cumulated memory: 87768 KiB

[startup+0.700197 s]
/proc/loadavg: 4.03 4.07 4.08 5/269 112352
/proc/meminfo: memFree=124903572/131250000 swapFree=33010672/33010684
[pid=112347] ppid=112344 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/112347/stat : 112347 (scip-naps-1.00a) S 112344 112347 109737 0 -1 4194304 258 344 0 0 0 0 0 0 20 0 1 0 141761384 4292608 736 18446744073709551615 94858412490752 94858413385285 140732556691008 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94858413624336 94858413672080 94858416447488 140732556695963 140732556696062 140732556696062 140732556701666 0
/proc/112347/statm: 1048 736 672 219 0 110 0
[pid=112352] ppid=112347 vsize=1258588 memory=103640 CPUtime=0.66 cores=4,6
/proc/112352/stat : 112352 (python3) R 112347 112347 109737 0 -1 4194304 18695 0 0 0 64 2 0 0 20 0 1 0 141761386 1288794112 25910 18446744073709551615 94519720153088 94519720153465 140732037651216 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94519720164760 94519720165380 94519725555712 140732037654863 140732037655072 140732037655072 140732037660647 0
/proc/112352/statm: 314647 25910 8159 1 0 286005 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 1262780 KiB
Current children cumulated memory: 106584 KiB

[startup+1.5002 s]
/proc/loadavg: 4.03 4.07 4.08 5/269 112353
/proc/meminfo: memFree=124886944/131250000 swapFree=33010672/33010684
[pid=112347] ppid=112344 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/112347/stat : 112347 (scip-naps-1.00a) S 112344 112347 109737 0 -1 4194304 258 344 0 0 0 0 0 0 20 0 1 0 141761384 4292608 736 18446744073709551615 94858412490752 94858413385285 140732556691008 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94858413624336 94858413672080 94858416447488 140732556695963 140732556696062 140732556696062 140732556701666 0
/proc/112347/statm: 1048 736 672 219 0 110 0
[pid=112352] ppid=112347 vsize=1259588 memory=105816 CPUtime=1.46 cores=4,6
/proc/112352/stat : 112352 (python3) R 112347 112347 109737 0 -1 4194304 19247 0 0 0 144 2 0 0 20 0 1 0 141761386 1289818112 26454 18446744073709551615 94519720153088 94519720153465 140732037651216 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94519720164760 94519720165380 94519725555712 140732037654863 140732037655072 140732037655072 140732037660647 0
/proc/112352/statm: 314897 26454 8159 1 0 286255 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 1263780 KiB
Current children cumulated memory: 108760 KiB

[startup+3.10553 s]
/proc/loadavg: 4.03 4.07 4.08 5/269 112353
/proc/meminfo: memFree=124861364/131250000 swapFree=33010672/33010684
[pid=112347] ppid=112344 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/112347/stat : 112347 (scip-naps-1.00a) S 112344 112347 109737 0 -1 4194304 258 344 0 0 0 0 0 0 20 0 1 0 141761384 4292608 736 18446744073709551615 94858412490752 94858413385285 140732556691008 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94858413624336 94858413672080 94858416447488 140732556695963 140732556696062 140732556696062 140732556701666 0
/proc/112347/statm: 1048 736 672 219 0 110 0
[pid=112352] ppid=112347 vsize=1282936 memory=127404 CPUtime=3.06 cores=4,6
/proc/112352/stat : 112352 (python3) R 112347 112347 109737 0 -1 4194304 26392 0 0 0 303 3 0 0 20 0 1 0 141761386 1313726464 31851 18446744073709551615 94519720153088 94519720153465 140732037651216 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94519720164760 94519720165380 94519725555712 140732037654863 140732037655072 140732037655072 140732037660647 0
/proc/112352/statm: 320734 31851 8159 1 0 292092 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 1287128 KiB
Current children cumulated memory: 130348 KiB

[startup+6.30021 s]
/proc/loadavg: 4.02 4.07 4.08 5/269 112353
/proc/meminfo: memFree=124844100/131250000 swapFree=33010672/33010684
[pid=112347] ppid=112344 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/112347/stat : 112347 (scip-naps-1.00a) S 112344 112347 109737 0 -1 4194304 258 344 0 0 0 0 0 0 20 0 1 0 141761384 4292608 736 18446744073709551615 94858412490752 94858413385285 140732556691008 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94858413624336 94858413672080 94858416447488 140732556695963 140732556696062 140732556696062 140732556701666 0
/proc/112347/statm: 1048 736 672 219 0 110 0
[pid=112352] ppid=112347 vsize=1291724 memory=136532 CPUtime=6.24 cores=4,6
/proc/112352/stat : 112352 (python3) R 112347 112347 109737 0 -1 4194304 32218 0 0 0 620 4 0 0 20 0 1 0 141761386 1322725376 34133 18446744073709551615 94519720153088 94519720153465 140732037651216 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94519720164760 94519720165380 94519725555712 140732037654863 140732037655072 140732037655072 140732037660647 0
/proc/112352/statm: 322931 34133 8159 1 0 294289 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 1295916 KiB
Current children cumulated memory: 139476 KiB

[startup+12.7002 s]
/proc/loadavg: 4.02 4.07 4.08 5/269 112353
/proc/meminfo: memFree=124829484/131250000 swapFree=33010672/33010684
[pid=112347] ppid=112344 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/112347/stat : 112347 (scip-naps-1.00a) S 112344 112347 109737 0 -1 4194304 258 344 0 0 0 0 0 0 20 0 1 0 141761384 4292608 736 18446744073709551615 94858412490752 94858413385285 140732556691008 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94858413624336 94858413672080 94858416447488 140732556695963 140732556696062 140732556696062 140732556701666 0
/proc/112347/statm: 1048 736 672 219 0 110 0
[pid=112352] ppid=112347 vsize=1306588 memory=151544 CPUtime=12.62 cores=4,6
/proc/112352/stat : 112352 (python3) R 112347 112347 109737 0 -1 4194304 38488 0 0 0 1257 5 0 0 20 0 1 0 141761386 1337946112 37886 18446744073709551615 94519720153088 94519720153465 140732037651216 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94519720164760 94519720165380 94519725555712 140732037654863 140732037655072 140732037655072 140732037660647 0
/proc/112352/statm: 326647 37886 8159 1 0 298005 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 1310780 KiB
Current children cumulated memory: 154488 KiB

[startup+25.5002 s]
/proc/loadavg: 4.02 4.06 4.08 5/269 112353
/proc/meminfo: memFree=124807560/131250000 swapFree=33010672/33010684
[pid=112347] ppid=112344 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/112347/stat : 112347 (scip-naps-1.00a) S 112344 112347 109737 0 -1 4194304 258 344 0 0 0 0 0 0 20 0 1 0 141761384 4292608 736 18446744073709551615 94858412490752 94858413385285 140732556691008 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94858413624336 94858413672080 94858416447488 140732556695963 140732556696062 140732556696062 140732556701666 0
/proc/112347/statm: 1048 736 672 219 0 110 0
[pid=112352] ppid=112347 vsize=1323596 memory=162040 CPUtime=25.39 cores=4,6
/proc/112352/stat : 112352 (python3) R 112347 112347 109737 0 -1 4194304 41114 0 0 0 2533 6 0 0 20 0 1 0 141761386 1355362304 40510 18446744073709551615 94519720153088 94519720153465 140732037651216 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94519720164760 94519720165380 94519725555712 140732037654863 140732037655072 140732037655072 140732037660647 0
/proc/112352/statm: 330899 40510 8159 1 0 302257 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 1327788 KiB
Current children cumulated memory: 164984 KiB

[startup+51.106 s]
/proc/loadavg: 4.08 4.07 4.08 5/269 112353
/proc/meminfo: memFree=124847136/131250000 swapFree=33010672/33010684
[pid=112347] ppid=112344 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/112347/stat : 112347 (scip-naps-1.00a) S 112344 112347 109737 0 -1 4194304 258 344 0 0 0 0 0 0 20 0 1 0 141761384 4292608 736 18446744073709551615 94858412490752 94858413385285 140732556691008 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94858413624336 94858413672080 94858416447488 140732556695963 140732556696062 140732556696062 140732556701666 0
/proc/112347/statm: 1048 736 672 219 0 110 0
[pid=112352] ppid=112347 vsize=1339860 memory=168824 CPUtime=50.92 cores=4,6
/proc/112352/stat : 112352 (python3) R 112347 112347 109737 0 -1 4194304 42849 0 0 0 5085 7 0 0 20 0 1 0 141761386 1372016640 42206 18446744073709551615 94519720153088 94519720153465 140732037651216 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94519720164760 94519720165380 94519725555712 140732037654863 140732037655072 140732037655072 140732037660647 0
/proc/112352/statm: 334965 42206 8159 1 0 306323 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 1344052 KiB
Current children cumulated memory: 171768 KiB

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

# cumulated CPU time of all completed processes:  user=73.817 s, system=0.105807 s

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

[startup+51.2002 s]
/proc/loadavg: 4.08 4.07 4.08 5/269 112353
/proc/meminfo: memFree=124847136/131250000 swapFree=33010672/33010684
[pid=112347] ppid=112344 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/112347/stat : 112347 (scip-naps-1.00a) S 112344 112347 109737 0 -1 4194304 258 344 0 0 0 0 0 0 20 0 1 0 141761384 4292608 736 18446744073709551615 94858412490752 94858413385285 140732556691008 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94858413624336 94858413672080 94858416447488 140732556695963 140732556696062 140732556696062 140732556701666 0
/proc/112347/statm: 1048 736 672 219 0 110 0
[pid=112352] ppid=112347 vsize=1339860 memory=168824 CPUtime=51.01 cores=4,6
/proc/112352/stat : 112352 (python3) R 112347 112347 109737 0 -1 4194304 42850 0 0 0 5094 7 0 0 20 0 1 0 141761386 1372016640 42206 18446744073709551615 94519720153088 94519720153465 140732037651216 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94519720164760 94519720165380 94519725555712 140732037654863 140732037655072 140732037655072 140732037660647 0
/proc/112352/statm: 334965 42206 8159 1 0 306323 0
Current children cumulated CPU time: 51.01 s
Current children cumulated vsize: 1344052 KiB
Current children cumulated memory: 171768 KiB

[startup+64.0001 s]*
/proc/loadavg: 4.07 4.07 4.08 5/269 112355
/proc/meminfo: memFree=124816712/131250000 swapFree=33010672/33010684
[pid=112347] ppid=112344 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/112347/stat : 112347 (scip-naps-1.00a) S 112344 112347 109737 0 -1 4194304 258 344 0 0 0 0 0 0 20 0 1 0 141761384 4292608 736 18446744073709551615 94858412490752 94858413385285 140732556691008 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94858413624336 94858413672080 94858416447488 140732556695963 140732556696062 140732556696062 140732556701666 0
/proc/112347/statm: 1048 736 672 219 0 110 0
[pid=112352] ppid=112347 vsize=1348224 memory=175608 CPUtime=63.78 cores=4,6
/proc/112352/stat : 112352 (python3) R 112347 112347 109737 0 -1 4194304 44554 0 0 0 6371 7 0 0 20 0 1 0 141761386 1380581376 43902 18446744073709551615 94519720153088 94519720153465 140732037651216 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94519720164760 94519720165380 94519725555712 140732037654863 140732037655072 140732037655072 140732037660647 0
/proc/112352/statm: 337056 43902 8159 1 0 308414 0
Current children cumulated CPU time: 63.78 s
Current children cumulated vsize: 1352416 KiB
Current children cumulated memory: 178552 KiB

[startup+70.4002 s]
/proc/loadavg: 4.06 4.07 4.08 5/268 112355
/proc/meminfo: memFree=124792520/131250000 swapFree=33010672/33010684
[pid=112347] ppid=112344 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/112347/stat : 112347 (scip-naps-1.00a) S 112344 112347 109737 0 -1 4194304 258 344 0 0 0 0 0 0 20 0 1 0 141761384 4292608 736 18446744073709551615 94858412490752 94858413385285 140732556691008 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94858413624336 94858413672080 94858416447488 140732556695963 140732556696062 140732556696062 140732556701666 0
/proc/112347/statm: 1048 736 672 219 0 110 0
[pid=112352] ppid=112347 vsize=1374320 memory=198904 CPUtime=70.15 cores=4,6
/proc/112352/stat : 112352 (python3) R 112347 112347 109737 0 -1 4194304 50371 0 0 0 7007 8 0 0 20 0 1 0 141761386 1407303680 49726 18446744073709551615 94519720153088 94519720153465 140732037651216 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94519720164760 94519720165380 94519725555712 140732037654863 140732037655072 140732037655072 140732037660647 0
/proc/112352/statm: 343580 49726 8159 1 0 314938 0
Current children cumulated CPU time: 70.15 s
Current children cumulated vsize: 1378512 KiB
Current children cumulated memory: 201848 KiB

[startup+72.0002 s]*
/proc/loadavg: 4.06 4.07 4.08 5/268 112355
/proc/meminfo: memFree=124784272/131250000 swapFree=33010672/33010684
[pid=112347] ppid=112344 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/112347/stat : 112347 (scip-naps-1.00a) S 112344 112347 109737 0 -1 4194304 258 344 0 0 0 0 0 0 20 0 1 0 141761384 4292608 736 18446744073709551615 94858412490752 94858413385285 140732556691008 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94858413624336 94858413672080 94858416447488 140732556695963 140732556696062 140732556696062 140732556701666 0
/proc/112347/statm: 1048 736 672 219 0 110 0
[pid=112352] ppid=112347 vsize=1374320 memory=198904 CPUtime=71.75 cores=4,6
/proc/112352/stat : 112352 (python3) R 112347 112347 109737 0 -1 4194304 50373 0 0 0 7167 8 0 0 20 0 1 0 141761386 1407303680 49726 18446744073709551615 94519720153088 94519720153465 140732037651216 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94519720164760 94519720165380 94519725555712 140732037654863 140732037655072 140732037655072 140732037660647 0
/proc/112352/statm: 343580 49726 8159 1 0 314938 0
Current children cumulated CPU time: 71.75 s
Current children cumulated vsize: 1378512 KiB
Current children cumulated memory: 201848 KiB

[startup+72.8002 s]
/proc/loadavg: 4.06 4.07 4.08 5/268 112355
/proc/meminfo: memFree=124784272/131250000 swapFree=33010672/33010684
[pid=112347] ppid=112344 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/112347/stat : 112347 (scip-naps-1.00a) S 112344 112347 109737 0 -1 4194304 258 344 0 0 0 0 0 0 20 0 1 0 141761384 4292608 736 18446744073709551615 94858412490752 94858413385285 140732556691008 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94858413624336 94858413672080 94858416447488 140732556695963 140732556696062 140732556696062 140732556701666 0
/proc/112347/statm: 1048 736 672 219 0 110 0
[pid=112352] ppid=112347 vsize=1374320 memory=199288 CPUtime=72.54 cores=4,6
/proc/112352/stat : 112352 (python3) R 112347 112347 109737 0 -1 4194304 50475 0 0 0 7246 8 0 0 20 0 1 0 141761386 1407303680 49822 18446744073709551615 94519720153088 94519720153465 140732037651216 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94519720164760 94519720165380 94519725555712 140732037654863 140732037655072 140732037655072 140732037660647 0
/proc/112352/statm: 343580 49822 8159 1 0 314938 0
Current children cumulated CPU time: 72.54 s
Current children cumulated vsize: 1378512 KiB
Current children cumulated memory: 202232 KiB

[startup+73.6002 s]
/proc/loadavg: 4.06 4.07 4.08 5/268 112355
/proc/meminfo: memFree=124784272/131250000 swapFree=33010672/33010684
[pid=112347] ppid=112344 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/112347/stat : 112347 (scip-naps-1.00a) S 112344 112347 109737 0 -1 4194304 258 344 0 0 0 0 0 0 20 0 1 0 141761384 4292608 736 18446744073709551615 94858412490752 94858413385285 140732556691008 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94858413624336 94858413672080 94858416447488 140732556695963 140732556696062 140732556696062 140732556701666 0
/proc/112347/statm: 1048 736 672 219 0 110 0
[pid=112352] ppid=112347 vsize=1374320 memory=199288 CPUtime=73.34 cores=4,6
/proc/112352/stat : 112352 (python3) R 112347 112347 109737 0 -1 4194304 50475 0 0 0 7326 8 0 0 20 0 1 0 141761386 1407303680 49822 18446744073709551615 94519720153088 94519720153465 140732037651216 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94519720164760 94519720165380 94519725555712 140732037654863 140732037655072 140732037655072 140732037660647 0
/proc/112352/statm: 343580 49822 8159 1 0 314938 0
Current children cumulated CPU time: 73.34 s
Current children cumulated vsize: 1378512 KiB
Current children cumulated memory: 202232 KiB

[startup+74.0002 s]*
/proc/loadavg: 4.06 4.07 4.08 5/268 112355
/proc/meminfo: memFree=124784020/131250000 swapFree=33010672/33010684
[pid=112347] ppid=112344 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/112347/stat : 112347 (scip-naps-1.00a) S 112344 112347 109737 0 -1 4194304 258 344 0 0 0 0 0 0 20 0 1 0 141761384 4292608 736 18446744073709551615 94858412490752 94858413385285 140732556691008 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94858413624336 94858413672080 94858416447488 140732556695963 140732556696062 140732556696062 140732556701666 0
/proc/112347/statm: 1048 736 672 219 0 110 0
[pid=112352] ppid=112347 vsize=1374320 memory=199288 CPUtime=73.74 cores=4,6
/proc/112352/stat : 112352 (python3) R 112347 112347 109737 0 -1 4194304 50475 0 0 0 7366 8 0 0 20 0 1 0 141761386 1407303680 49822 18446744073709551615 94519720153088 94519720153465 140732037651216 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94519720164760 94519720165380 94519725555712 140732037654863 140732037655072 140732037655072 140732037660647 0
/proc/112352/statm: 343580 49822 8159 1 0 314938 0
Current children cumulated CPU time: 73.74 s
Current children cumulated vsize: 1378512 KiB
Current children cumulated memory: 202232 KiB

[startup+74.1056 s]
/proc/loadavg: 4.06 4.07 4.08 5/268 112355
/proc/meminfo: memFree=124784020/131250000 swapFree=33010672/33010684
[pid=112347] ppid=112344 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/112347/stat : 112347 (scip-naps-1.00a) S 112344 112347 109737 0 -1 4194304 258 344 0 0 0 0 0 0 20 0 1 0 141761384 4292608 736 18446744073709551615 94858412490752 94858413385285 140732556691008 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94858413624336 94858413672080 94858416447488 140732556695963 140732556696062 140732556696062 140732556701666 0
/proc/112347/statm: 1048 736 672 219 0 110 0
[pid=112352] ppid=112347 vsize=1374320 memory=199288 CPUtime=73.84 cores=4,6
/proc/112352/stat : 112352 (python3) R 112347 112347 109737 0 -1 4194304 50475 0 0 0 7376 8 0 0 20 0 1 0 141761386 1407303680 49822 18446744073709551615 94519720153088 94519720153465 140732037651216 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94519720164760 94519720165380 94519725555712 140732037654863 140732037655072 140732037655072 140732037660647 0
/proc/112352/statm: 343580 49822 8159 1 0 314938 0
Current children cumulated CPU time: 73.84 s
Current children cumulated vsize: 1378512 KiB
Current children cumulated memory: 202232 KiB

Child status: 0

Real time (s): 74.1641
CPU time (s): 73.9228
CPU user time (s): 73.817
CPU system time (s): 0.105807
CPU usage (%): 99.6746
Max. virtual memory (cumulated for all children) (KiB): 1378512
Max. memory (cumulated for all children) (KiB): 202232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 73.817
system time used= 0.105807
maximum resident set size= 199288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51117
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= 334
involuntary context switches= 113


# summary of solver processes directly reported to runsolver:
#   pid: 112347
#   total CPU time (s): 73.9228
#   total CPU user time (s): 73.817
#   total CPU system time (s): 0.105807

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.176802 second user time and 0.36083 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-07-11 21:07:07
IDJOB=4529864
IDBENCH=162563
IDSOLVER=3388
FILE ID=nodeC026/4529864-1752260827
RUNJOBID= nodeC026-1752253388-109748
SLURM_JOB_ID= 9682587
Free space on /tmp= 429824 MiB

SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/normalized-3col-almost3reg-l035-r034-n1.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4529864-1752260827/watcher-4529864-1752260827 -o /tmp/evaluation-result-4529864-1752260827/solver-4529864-1752260827 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1752253388-109748 --watchdog 3760  ./scip-naps-1.00a2.sh HOME/instance-4529864-1752260827.opb

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

MD5SUM BENCH= ba3e79fbb414116636e41440ecd82818
RANDOM SEED=1692540436

nodeC026 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.790
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.59
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.749
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.59
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.991
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.59
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		: 3616.326
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.59
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.784
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.59
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.883
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.59
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		: 3598.732
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.59
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		: 3600.371
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        124927412 kB
MemAvailable:   128206024 kB
Buffers:            2128 kB
Cached:          3901252 kB
SwapCached:            4 kB
Active:          2055468 kB
Inactive:        3227384 kB
Active(anon):    1387864 kB
Inactive(anon):     9684 kB
Active(file):     667604 kB
Inactive(file):  3217700 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5748 kB
Writeback:             0 kB
AnonPages:       1381788 kB
Mapped:           133336 kB
Shmem:             18076 kB
KReclaimable:     454108 kB
Slab:             557440 kB
SReclaimable:     454108 kB
SUnreclaim:       103332 kB
KernelStack:        4352 kB
PageTables:         6616 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    5041560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    468992 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 429820 MiB
End job on nodeC026 at 2025-07-11 21:08:22