Trace number 4514459

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 1375.54 1379.36

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_36.opb
MD5SUM483b29da31af2436e91ca4a2082e11b8
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 benchmark1244.51
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1722
Total number of constraints8246
Number of constraints which are clauses8241
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint41
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 36
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 77
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

98.75/99.12	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4514459-1751214090.opb
98.75/99.12	c Solving mode: decision
98.75/99.12	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
98.75/99.12	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
98.75/99.12	c original problem has 1722 variables (1722 bin, 0 int, 0 impl, 0 cont) and 8246 constraints
98.75/99.12	c presolving:
98.75/99.12	c (round 1, fast)       4 del vars, 4 del conss, 0 add conss, 3 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3159 clqs
98.75/99.12	c (round 2, fast)       6 del vars, 331 del conss, 0 add conss, 4 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3315 clqs
98.75/99.12	c (round 3, exhaustive) 7 del vars, 337 del conss, 0 add conss, 4 chg bounds, 0 chg sides, 0 chg coeffs, 7908 upgd conss, 0 impls, 3315 clqs
98.75/99.12	c    (0.4s) probing: 306/1716 (17.8%) - 0 fixings, 0 aggregations, 51 implications, 0 bound changes
98.75/99.12	c    (0.4s) probing aborted: 50/50 successive totally useless probings
98.75/99.12	c    (0.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
98.75/99.12	c    (0.5s) symmetry computation finished: 20 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.02)
98.75/99.12	c dynamic symmetry handling statistics:
98.75/99.12	c    orbitopal reduction:       no components
98.75/99.12	c    orbital reduction:         no components
98.75/99.12	c    lexicographic reduction:   20 permutations with support sizes 80, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82
98.75/99.12	c handled 20 out of 20 symmetry components
98.75/99.12	c presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):
98.75/99.12	c  7 deleted vars, 337 deleted constraints, 0 added constraints, 4 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
98.75/99.12	c  0 implications, 3366 cliques
98.75/99.12	c presolved problem has 1716 variables (1716 bin, 0 int, 0 impl, 0 cont) and 7909 constraints
98.75/99.12	c       1 constraints of type <knapsack>
98.75/99.12	c    3315 constraints of type <setppc>
98.75/99.12	c       1 constraints of type <linear>
98.75/99.12	c    4592 constraints of type <logicor>
98.75/99.12	c transformed objective value is always integral (scale: 1)
98.75/99.12	c Presolving Time: 0.51
98.75/99.12	c 
98.75/99.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
98.75/99.12	c   1.0s|     1 |     0 |  2666 |     - |    58M |   0 |1716 |7980 |7909 |   0 |  0 |  70 |   0 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c   3.7s|     1 |     0 | 12204 |     - |    72M |   0 |1716 |8181 |7915 |   6 |  1 |  71 |   0 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c   3.9s|     1 |     0 | 12854 |     - |    81M |   0 |1716 |8185 |7922 |  13 |  2 |  75 |   0 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c   4.1s|     1 |     0 | 13327 |     - |    92M |   0 |1716 |8185 |7926 |  17 |  3 |  76 |   0 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c   4.3s|     1 |     0 | 13869 |     - |   108M |   0 |1716 |8187 |7931 |  22 |  4 |  78 |   0 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c   4.5s|     1 |     0 | 14446 |     - |   113M |   0 |1716 |8189 |7934 |  25 |  5 |  80 |   0 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c   4.7s|     1 |     0 | 14763 |     - |   123M |   0 |1716 |8191 |7937 |  28 |  6 |  82 |   0 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c   4.9s|     1 |     0 | 15352 |     - |   132M |   0 |1716 |8201 |7939 |  30 |  7 |  92 |   0 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c   5.1s|     1 |     0 | 15780 |     - |   140M |   0 |1716 |8202 |7943 |  34 |  8 |  93 |   0 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c   5.3s|     1 |     0 | 16086 |     - |   149M |   0 |1716 |8203 |7945 |  36 |  9 |  94 |   0 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c   5.6s|     1 |     0 | 16418 |     - |   162M |   0 |1716 |8204 |7949 |  40 | 10 |  95 |   0 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c   5.7s|     1 |     0 | 16716 |     - |   165M |   0 |1716 |8205 |7952 |  43 | 11 |  98 |   0 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c   8.5s|     1 |     2 | 20009 |     - |   165M |   0 |1716 |8223 |7952 |  43 | 11 | 121 |  11 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c  41.7s|   100 |    58 |167701 |1525.1 |   168M |  19 |1716 |8470 |7933 |  58 |  1 | 408 |  11 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c  46.0s|   200 |    65 |200611 | 924.1 |   174M |  20 |1716 |8619 |7932 |  93 |  1 | 571 |  11 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
98.75/99.12	c  48.9s|   300 |    68 |229968 | 713.2 |   176M |  20 |1716 |8757 |   0 | 103 |  0 | 730 |  11 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c  57.6s|   400 |    90 |284406 | 670.9 |   179M |  30 |1716 |8913 |7934 | 110 |  1 | 923 |  11 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c  59.3s|   500 |    88 |303991 | 575.7 |   180M |  33 |1716 |9086 |7934 | 110 |  0 |1113 |  11 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c  60.8s|   600 |    90 |322265 | 510.1 |   180M |  33 |1716 |9253 |7934 | 112 |  1 |1310 |  11 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c  62.5s|   700 |    90 |342410 | 465.9 |   181M |  33 |1716 |9380 |   0 | 112 |  0 |1494 |  11 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c  64.1s|   800 |    89 |361614 | 431.7 |   181M |  34 |1716 |9522 |7934 | 112 |  0 |1698 |  11 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c  65.9s|   900 |    86 |380241 | 404.4 |   178M |  34 |1716 |9670 |   0 | 116 |  0 |1914 |  11 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c  68.0s|  1000 |    89 |402114 | 385.8 |   178M |  34 |1716 |9768 |   0 | 116 |  0 |2101 |  11 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c  69.4s|  1100 |    86 |419055 | 366.1 |   178M |  34 |1716 |9908 |7934 | 116 |  1 |2293 |  11 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c  70.7s|  1200 |    86 |435868 | 349.6 |   179M |  34 |1716 |  10k|7934 | 116 |  1 |2497 |  11 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c  72.5s|  1300 |    88 |459559 | 340.9 |   179M |  34 |1716 |  10k|   0 | 116 |  0 |2696 |  11 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c  74.2s|  1400 |    87 |480400 | 331.4 |   179M |  34 |1716 |  10k|   0 | 116 |  0 |2915 |  11 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c  76.0s|  1500 |    85 |503172 | 324.5 |   179M |  34 |1716 |  10k|7935 | 117 |  1 |3082 |  11 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c  78.0s|  1600 |    87 |527219 | 319.3 |   180M |  34 |1716 |  10k|7935 | 117 |  0 |3261 |  11 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c  79.7s|  1700 |    85 |549482 | 313.6 |   180M |  34 |1716 |  10k|7935 | 117 |  0 |3437 |  11 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
98.75/99.12	c  84.3s|  1800 |    94 |589048 | 318.1 |   180M |  34 |1716 |  10k|7934 | 117 |  1 |3582 |  11 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c  86.0s|  1900 |    89 |609543 | 312.2 |   181M |  34 |1716 |  10k|7934 | 117 |  1 |3772 |  11 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c  87.6s|  2000 |    90 |629791 | 306.7 |   181M |  34 |1716 |  10k|   0 | 117 |  0 |3954 |  11 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c  89.5s|  2100 |    88 |654255 | 303.7 |   181M |  34 |1716 |  10k|7934 | 117 |  1 |4128 |  11 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c  91.5s|  2200 |    93 |678241 | 300.8 |   181M |  34 |1716 |  10k|7934 | 117 |  0 |4297 |  11 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c  92.9s|  2300 |    90 |695576 | 295.3 |   181M |  34 |1716 |  10k|   0 | 117 |  0 |4498 |  11 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c  94.4s|  2400 |    87 |715552 | 291.3 |   182M |  34 |1716 |  10k|7934 | 117 |  1 |4652 |  11 | 0.000000e+00 |      --      |    Inf | unknown
98.75/99.12	c  97.1s|  2500 |    87 |747319 | 292.4 |   182M |  34 |1716 |  10k|   0 | 118 |  0 |4827 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c  98.7s|  2600 |    85 |768913 | 289.4 |   182M |  34 |1716 |  10k|7934 | 118 |  0 |5016 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   101s|  2700 |    86 |793480 | 287.8 |   182M |  34 |1716 |  10k|7934 | 118 |  1 |5202 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   102s|  2800 |    88 |812061 | 284.2 |   183M |  34 |1716 |  11k|   0 | 118 |  0 |5357 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   103s|  2900 |    82 |830824 | 280.8 |   183M |  34 |1716 |  11k|7934 | 118 |  0 |5556 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   105s|  3000 |    91 |856045 | 279.9 |   183M |  34 |1716 |  11k|   0 | 118 |  0 |5734 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   107s|  3100 |    86 |876022 | 277.3 |   183M |  34 |1716 |  11k|7934 | 118 |  1 |5926 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   109s|  3200 |    85 |899661 | 276.0 |   183M |  34 |1716 |  11k|7934 | 118 |  0 |6110 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
169.74/170.38	c   110s|  3300 |    87 |920659 | 274.0 |   183M |  34 |1716 |  11k|7934 | 118 |  1 |6270 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   112s|  3400 |    85 |940645 | 271.8 |   183M |  34 |1716 |  11k|7934 | 118 |  1 |6445 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   114s|  3500 |    85 |962575 | 270.3 |   184M |  34 |1716 |  11k|7934 | 118 |  0 |6618 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   116s|  3600 |    85 |986042 | 269.3 |   184M |  34 |1716 |  11k|7934 | 118 |  1 |6770 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   117s|  3700 |    81 |  1010k| 268.6 |   184M |  34 |1716 |  11k|7934 | 118 |  0 |6945 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   119s|  3800 |    87 |  1034k| 267.9 |   184M |  34 |1716 |  11k|7934 | 118 |  1 |7124 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   122s|  3900 |    86 |  1059k| 267.5 |   184M |  34 |1716 |  11k|7934 | 119 |  0 |7303 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   123s|  4000 |    88 |  1081k| 266.3 |   184M |  35 |1716 |  11k|7934 | 119 |  1 |7497 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   125s|  4100 |    90 |  1101k| 264.6 |   184M |  35 |1716 |  11k|7934 | 119 |  1 |7693 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   126s|  4200 |    83 |  1120k| 262.9 |   184M |  35 |1716 |  11k|7934 | 119 |  1 |7864 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   128s|  4300 |    84 |  1145k| 262.7 |   185M |  35 |1716 |  11k|7934 | 119 |  1 |8034 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   131s|  4400 |    91 |  1181k| 264.8 |   185M |  35 |1716 |  11k|7934 | 119 |  1 |8187 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   133s|  4500 |    93 |  1208k| 265.0 |   185M |  35 |1716 |  11k|   0 | 119 |  0 |8350 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   135s|  4600 |    88 |  1230k| 263.9 |   185M |  35 |1716 |  11k|7934 | 119 |  1 |8566 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   137s|  4700 |    83 |  1252k| 263.0 |   185M |  35 |1716 |  11k|   0 | 119 |  0 |8764 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
169.74/170.38	c   139s|  4800 |    81 |  1274k| 262.2 |   185M |  35 |1716 |  11k|7934 | 119 |  0 |8938 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   140s|  4900 |    83 |  1293k| 260.7 |   185M |  35 |1716 |  12k|   0 | 120 |  0 |9090 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   142s|  5000 |    82 |  1317k| 260.1 |   186M |  35 |1716 |  12k|7934 | 120 |  1 |9316 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   144s|  5100 |    80 |  1338k| 259.3 |   186M |  35 |1716 |  12k|7934 | 120 |  0 |9526 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   146s|  5200 |    76 |  1361k| 258.7 |   186M |  35 |1716 |  12k|7935 | 120 |  1 |9685 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
169.74/170.38	c (run 1, node 5296) performing user restart
169.74/170.38	c 
169.74/170.38	c (restart) converted 16 cuts from the global cut pool into linear constraints
169.74/170.38	c 
169.74/170.38	c presolving:
169.74/170.38	c (round 1, fast)       0 del vars, 11 del conss, 0 add conss, 0 chg bounds, 129 chg sides, 290 chg coeffs, 0 upgd conss, 0 impls, 3371 clqs
169.74/170.38	c (round 2, exhaustive) 0 del vars, 11 del conss, 0 add conss, 0 chg bounds, 129 chg sides, 302 chg coeffs, 215 upgd conss, 0 impls, 3371 clqs
169.74/170.38	c (round 3, exhaustive) 0 del vars, 1385 del conss, 0 add conss, 0 chg bounds, 129 chg sides, 12117 chg coeffs, 215 upgd conss, 0 impls, 3371 clqs
169.74/170.38	c (round 4, exhaustive) 0 del vars, 1430 del conss, 0 add conss, 0 chg bounds, 129 chg sides, 12161 chg coeffs, 215 upgd conss, 0 impls, 3371 clqs
169.74/170.38	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
169.74/170.38	c  0 deleted vars, 1431 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 129 changed sides, 12173 changed coefficients
169.74/170.38	c  0 implications, 3371 cliques
169.74/170.38	c presolved problem has 1716 variables (1716 bin, 0 int, 0 impl, 0 cont) and 10695 constraints
169.74/170.38	c      71 constraints of type <knapsack>
169.74/170.38	c    3320 constraints of type <setppc>
169.74/170.38	c      34 constraints of type <linear>
169.74/170.38	c    7270 constraints of type <logicor>
169.74/170.38	c transformed objective value is always integral (scale: 1)
169.74/170.38	c Presolving Time: 0.87
169.74/170.38	c 
169.74/170.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
169.74/170.38	c   149s|     1 |     0 |  1387k|     - |   187M |   0 |1716 |  10k|7925 |   0 |  0 |9848 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   149s|     1 |     0 |  1388k|     - |   191M |   0 |1716 |  10k|7932 |   7 |  1 |9849 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   149s|     1 |     0 |  1388k|     - |   191M |   0 |1716 |  10k|7938 |  13 |  2 |9850 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   149s|     1 |     0 |  1388k|     - |   191M |   0 |1716 |  10k|7942 |  17 |  3 |9852 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   149s|     1 |     0 |  1389k|     - |   192M |   0 |1716 |  10k|7946 |  21 |  4 |9855 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   150s|     1 |     0 |  1389k|     - |   198M |   0 |1716 |  10k|7953 |  28 |  5 |9857 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   150s|     1 |     0 |  1390k|     - |   200M |   0 |1716 |  10k|7956 |  31 |  6 |9858 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   150s|     1 |     0 |  1390k|     - |   205M |   0 |1716 |  10k|7959 |  34 |  7 |9863 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   150s|     1 |     0 |  1390k|     - |   215M |   0 |1716 |  10k|7963 |  38 |  8 |9864 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   151s|     1 |     0 |  1391k|     - |   216M |   0 |1716 |  10k|7966 |  41 |  9 |9865 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   151s|     1 |     0 |  1391k|     - |   224M |   0 |1716 |  10k|7959 |  46 | 10 |9867 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   151s|     1 |     0 |  1392k|     - |   224M |   0 |1716 |  10k|7964 |  51 | 11 |9869 |  11 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   156s|     1 |     2 |  1395k|     - |   224M |   0 |1716 |  10k|7964 |  51 | 11 |9873 |  30 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   163s|   100 |    33 |  1447k| 263.8 |   224M |  31 |1716 |  10k|7942 |  59 |  1 |  10k|  30 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c   167s|   200 |    38 |  1484k| 265.7 |   224M |  32 |1716 |  10k|7942 |  59 |  1 |  10k|  30 | 0.000000e+00 |      --      |    Inf | unknown
169.74/170.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
286.01/286.94	c   170s|   300 |    58 |  1515k| 266.5 |   224M |  32 |1716 |  10k|7938 |  64 |  0 |  10k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   173s|   400 |    67 |  1540k| 266.1 |   224M |  32 |1716 |  10k|7938 |  64 |  0 |  10k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   175s|   500 |    69 |  1566k| 266.1 |   224M |  32 |1716 |  11k|7938 |  64 |  1 |  10k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   177s|   600 |    77 |  1593k| 266.2 |   224M |  32 |1716 |  11k|7938 |  64 |  0 |  11k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   180s|   700 |    79 |  1619k| 266.1 |   224M |  32 |1716 |  11k|7938 |  64 |  1 |  11k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   182s|   800 |    81 |  1644k| 265.8 |   224M |  32 |1716 |  11k|7938 |  64 |  1 |  11k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   185s|   900 |    83 |  1671k| 265.9 |   224M |  32 |1716 |  11k|   0 |  64 |  0 |  11k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   187s|  1000 |    83 |  1696k| 265.5 |   224M |  32 |1716 |  11k|7938 |  64 |  1 |  11k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   192s|  1100 |    82 |  1738k| 268.0 |   225M |  32 |1716 |  11k|   0 |  64 |  0 |  12k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   193s|  1200 |    82 |  1761k| 267.4 |   225M |  32 |1716 |  11k|7938 |  64 |  1 |  12k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   195s|  1300 |    72 |  1783k| 266.7 |   225M |  32 |1716 |  11k|7938 |  64 |  1 |  12k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   198s|  1400 |    88 |  1817k| 267.9 |   225M |  32 |1716 |  11k|7938 |  64 |  1 |  12k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   201s|  1500 |    88 |  1842k| 267.6 |   225M |  32 |1716 |  11k|7938 |  64 |  0 |  12k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   203s|  1600 |    83 |  1868k| 267.5 |   225M |  32 |1716 |  11k|7938 |  64 |  0 |  12k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   205s|  1700 |    85 |  1894k| 267.3 |   225M |  32 |1716 |  12k|7938 |  64 |  1 |  13k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
286.01/286.94	c   207s|  1800 |    84 |  1917k| 266.9 |   225M |  32 |1716 |  12k|7938 |  64 |  1 |  13k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   209s|  1900 |    83 |  1944k| 266.8 |   225M |  32 |1716 |  12k|7938 |  64 |  1 |  13k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   212s|  2000 |    88 |  1968k| 266.4 |   225M |  32 |1716 |  12k|   0 |  64 |  0 |  13k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   213s|  2100 |    82 |  1989k| 265.7 |   226M |  32 |1716 |  12k|7938 |  64 |  0 |  13k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   215s|  2200 |    77 |  2012k| 265.2 |   226M |  32 |1716 |  12k|7938 |  64 |  1 |  14k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   218s|  2300 |    82 |  2039k| 265.2 |   226M |  32 |1716 |  12k|7938 |  64 |  1 |  14k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   219s|  2400 |    81 |  2061k| 264.7 |   226M |  32 |1716 |  12k|7938 |  64 |  0 |  14k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   221s|  2500 |    74 |  2084k| 264.3 |   226M |  32 |1716 |  12k|7938 |  64 |  1 |  14k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   224s|  2600 |    71 |  2109k| 264.1 |   226M |  32 |1716 |  12k|7938 |  64 |  0 |  14k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   226s|  2700 |    76 |  2142k| 264.9 |   225M |  32 |1716 |  12k|7938 |  64 |  0 |  15k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   229s|  2800 |    78 |  2165k| 264.5 |   224M |  32 |1716 |  12k|7938 |  64 |  0 |  15k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   231s|  2900 |    72 |  2193k| 264.7 |   225M |  32 |1716 |  12k|   0 |  64 |  0 |  15k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   234s|  3000 |    71 |  2222k| 265.0 |   225M |  32 |1716 |  13k|7938 |  64 |  1 |  15k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   235s|  3100 |    65 |  2245k| 264.5 |   225M |  32 |1716 |  13k|7938 |  64 |  1 |  15k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   238s|  3200 |    72 |  2272k| 264.6 |   225M |  32 |1716 |  13k|7938 |  64 |  1 |  15k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
286.01/286.94	c   240s|  3300 |    68 |  2295k| 264.2 |   225M |  32 |1716 |  13k|7938 |  64 |  0 |  16k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   241s|  3400 |    71 |  2318k| 263.8 |   225M |  32 |1716 |  13k|   0 |  64 |  0 |  16k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   243s|  3500 |    69 |  2337k| 263.0 |   225M |  32 |1716 |  13k|7938 |  64 |  1 |  16k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   245s|  3600 |    74 |  2360k| 262.6 |   225M |  32 |1716 |  13k|7938 |  64 |  1 |  16k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   247s|  3700 |    73 |  2382k| 262.2 |   225M |  32 |1716 |  13k|   0 |  64 |  0 |  16k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   249s|  3800 |    71 |  2400k| 261.2 |   225M |  33 |1716 |  13k|   0 |  64 |  0 |  17k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   250s|  3900 |    72 |  2423k| 260.9 |   225M |  33 |1716 |  13k|   0 |  64 |  0 |  17k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   252s|  4000 |    68 |  2445k| 260.5 |   225M |  33 |1716 |  13k|   0 |  64 |  0 |  17k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   254s|  4100 |    71 |  2463k| 259.6 |   225M |  33 |1716 |  14k|7938 |  64 |  0 |  17k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   256s|  4200 |    67 |  2486k| 259.2 |   225M |  33 |1716 |  14k|7938 |  64 |  1 |  17k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   257s|  4300 |    70 |  2506k| 258.7 |   226M |  33 |1716 |  14k|   0 |  64 |  0 |  17k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   259s|  4400 |    64 |  2530k| 258.5 |   226M |  33 |1716 |  14k|7938 |  64 |  0 |  18k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   261s|  4500 |    66 |  2553k| 258.1 |   226M |  33 |1716 |  14k|7938 |  64 |  0 |  18k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   263s|  4600 |    60 |  2575k| 257.8 |   226M |  33 |1716 |  14k|7942 |  64 |  1 |  18k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   265s|  4700 |    69 |  2597k| 257.4 |   226M |  33 |1716 |  14k|7938 |  64 |  1 |  18k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
286.01/286.94	c   269s|  4800 |    66 |  2634k| 258.6 |   226M |  33 |1716 |  14k|7938 |  64 |  1 |  18k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   272s|  4900 |    75 |  2663k| 258.9 |   226M |  33 |1716 |  14k|   0 |  64 |  0 |  19k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   274s|  5000 |    78 |  2687k| 258.7 |   226M |  33 |1716 |  13k|7942 |  64 |  1 |  19k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   276s|  5100 |    77 |  2708k| 258.2 |   226M |  33 |1716 |  13k|   0 |  64 |  0 |  19k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   278s|  5200 |    77 |  2734k| 258.2 |   226M |  33 |1716 |  13k|7938 |  64 |  0 |  19k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   280s|  5300 |    76 |  2761k| 258.4 |   226M |  33 |1716 |  13k|7938 |  64 |  0 |  19k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   282s|  5400 |    73 |  2786k| 258.2 |   226M |  33 |1716 |  13k|7938 |  64 |  0 |  20k|  30 | 0.000000e+00 |      --      |    Inf | unknown
286.01/286.94	c   284s|  5500 |    79 |  2808k| 257.9 |   226M |  33 |1716 |  13k|7938 |  64 |  1 |  20k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   287s|  5600 |    77 |  2835k| 258.0 |   226M |  33 |1716 |  13k|7938 |  64 |  0 |  20k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   289s|  5700 |    81 |  2865k| 258.4 |   226M |  33 |1716 |  13k|7942 |  64 |  0 |  20k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   291s|  5800 |    77 |  2886k| 257.9 |   226M |  33 |1716 |  13k|7938 |  64 |  1 |  20k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   294s|  5900 |    94 |  2918k| 258.5 |   226M |  33 |1716 |  12k|7938 |  64 |  1 |  20k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   296s|  6000 |    91 |  2941k| 258.3 |   226M |  33 |1716 |  12k|7938 |  64 |  1 |  21k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   298s|  6100 |    89 |  2968k| 258.4 |   226M |  33 |1716 |  12k|7938 |  64 |  0 |  21k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   300s|  6200 |    88 |  2994k| 258.3 |   226M |  33 |1716 |  12k|7938 |  64 |  0 |  21k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
422.52/423.85	c   304s|  6300 |    95 |  3026k| 258.9 |   226M |  33 |1716 |  12k|7942 |  64 |  0 |  21k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   306s|  6400 |    93 |  3051k| 258.8 |   226M |  33 |1716 |  12k|7942 |  64 |  0 |  21k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   307s|  6500 |    90 |  3074k| 258.6 |   226M |  33 |1716 |  12k|7938 |  64 |  1 |  22k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   309s|  6600 |    91 |  3097k| 258.3 |   226M |  33 |1716 |  13k|   0 |  64 |  0 |  22k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   311s|  6700 |    92 |  3119k| 258.0 |   226M |  33 |1716 |  12k|7938 |  64 |  1 |  22k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   314s|  6800 |    92 |  3147k| 258.2 |   226M |  33 |1716 |  12k|7938 |  64 |  0 |  22k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   316s|  6900 |    90 |  3171k| 258.0 |   226M |  33 |1716 |  12k|7938 |  64 |  0 |  22k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   319s|  7000 |    99 |  3201k| 258.4 |   227M |  33 |1716 |  12k|7938 |  64 |  1 |  22k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   322s|  7100 |   104 |  3230k| 258.6 |   227M |  33 |1716 |  12k|7938 |  64 |  1 |  23k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   325s|  7200 |   101 |  3257k| 258.8 |   227M |  33 |1716 |  12k|7938 |  72 |  0 |  23k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   327s|  7300 |   102 |  3283k| 258.7 |   227M |  33 |1716 |  12k|7938 |  74 |  1 |  23k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   329s|  7400 |   107 |  3311k| 258.9 |   227M |  33 |1716 |  12k|7942 |  74 |  0 |  23k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   331s|  7500 |   102 |  3335k| 258.8 |   227M |  33 |1716 |  12k|7942 |  74 |  1 |  23k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   333s|  7600 |    99 |  3359k| 258.6 |   227M |  33 |1716 |  12k|7942 |  74 |  1 |  23k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   335s|  7700 |   104 |  3379k| 258.1 |   227M |  33 |1716 |  12k|7942 |  74 |  0 |  24k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
422.52/423.85	c   336s|  7800 |    99 |  3398k| 257.7 |   227M |  33 |1716 |  12k|   0 |  74 |  0 |  24k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   339s|  7900 |   102 |  3428k| 258.0 |   227M |  33 |1716 |  12k|7942 |  75 |  1 |  24k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   341s|  8000 |   104 |  3451k| 257.8 |   227M |  33 |1716 |  12k|   0 |  76 |  0 |  24k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   343s|  8100 |   106 |  3481k| 258.1 |   227M |  33 |1716 |  12k|   0 |  84 |  0 |  24k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   345s|  8200 |   105 |  3505k| 257.9 |   227M |  33 |1716 |  12k|7938 |  86 |  1 |  25k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   371s|  8300 |   116 |  3705k| 270.8 |   227M |  33 |1716 |  12k|7942 |  86 |  1 |  25k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   374s|  8400 |   119 |  3734k| 270.9 |   227M |  33 |1716 |  12k|7942 |  86 |  1 |  25k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   376s|  8500 |   138 |  3764k| 271.1 |   227M |  33 |1716 |  12k|7942 |  86 |  0 |  25k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   378s|  8600 |   140 |  3787k| 270.8 |   227M |  33 |1716 |  12k|7942 |  86 |  1 |  25k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   380s|  8700 |   138 |  3808k| 270.4 |   227M |  33 |1716 |  12k|7942 |  86 |  1 |  26k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   382s|  8800 |   138 |  3830k| 270.0 |   227M |  33 |1716 |  12k|7942 |  86 |  1 |  26k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   384s|  8900 |   131 |  3854k| 269.8 |   227M |  33 |1716 |  13k|7942 |  86 |  0 |  26k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   385s|  9000 |   128 |  3874k| 269.3 |   227M |  33 |1716 |  13k|7942 |  86 |  1 |  26k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   387s|  9100 |   127 |  3898k| 269.1 |   228M |  33 |1716 |  13k|7942 |  86 |  0 |  26k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   389s|  9200 |   126 |  3921k| 268.8 |   228M |  33 |1716 |  13k|7942 |  86 |  1 |  26k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
422.52/423.85	c   391s|  9300 |   125 |  3940k| 268.3 |   228M |  33 |1716 |  13k|7942 |  86 |  0 |  27k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   393s|  9400 |   123 |  3962k| 268.0 |   228M |  33 |1716 |  13k|7942 |  86 |  0 |  27k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   394s|  9500 |   121 |  3984k| 267.7 |   228M |  33 |1716 |  13k|7942 |  86 |  0 |  27k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   396s|  9600 |   120 |  4008k| 267.4 |   228M |  33 |1716 |  13k|7942 |  87 |  1 |  27k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   398s|  9700 |   115 |  4028k| 267.0 |   228M |  33 |1716 |  13k|7942 |  87 |  0 |  27k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   400s|  9800 |   118 |  4050k| 266.7 |   228M |  33 |1716 |  13k|7942 |  87 |  1 |  27k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   402s|  9900 |   117 |  4073k| 266.5 |   228M |  33 |1716 |  13k|7940 |  88 |  1 |  28k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   404s| 10000 |   116 |  4098k| 266.3 |   228M |  33 |1716 |  13k|7942 |  88 |  1 |  28k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   406s| 10100 |   118 |  4124k| 266.3 |   228M |  33 |1716 |  13k|7942 |  88 |  1 |  28k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   408s| 10200 |   119 |  4152k| 266.4 |   228M |  33 |1716 |  13k|7942 |  88 |  1 |  28k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   412s| 10300 |   125 |  4183k| 266.7 |   228M |  33 |1716 |  13k|7934 |  89 |  1 |  28k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   416s| 10400 |   140 |  4222k| 267.4 |   228M |  33 |1716 |  13k|7943 | 104 |  1 |  28k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   418s| 10500 |   143 |  4247k| 267.4 |   228M |  33 |1716 |  13k|7942 | 104 |  0 |  29k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   420s| 10600 |   138 |  4268k| 267.0 |   228M |  33 |1716 |  13k|7938 | 105 |  1 |  29k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c   422s| 10700 |   148 |  4293k| 266.9 |   228M |  33 |1716 |  13k|   0 | 117 |  0 |  29k|  30 | 0.000000e+00 |      --      |    Inf | unknown
422.52/423.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
498.99/500.56	c   423s| 10800 |   139 |  4312k| 266.4 |   228M |  33 |1716 |  13k|7940 | 117 |  0 |  29k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c   426s| 10900 |   144 |  4339k| 266.4 |   228M |  33 |1716 |  13k|7942 | 117 |  1 |  29k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c   428s| 11000 |   144 |  4364k| 266.3 |   228M |  33 |1716 |  13k|7942 | 117 |  1 |  30k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c   429s| 11100 |   142 |  4385k| 266.0 |   228M |  33 |1716 |  13k|   0 | 117 |  0 |  30k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c   432s| 11200 |   154 |  4414k| 266.2 |   229M |  33 |1716 |  13k|7939 | 118 |  1 |  30k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c   434s| 11300 |   151 |  4437k| 265.9 |   229M |  33 |1716 |  13k|7939 | 118 |  1 |  30k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c   436s| 11400 |   156 |  4462k| 265.8 |   229M |  33 |1716 |  13k|7939 | 118 |  1 |  30k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c   438s| 11500 |   150 |  4489k| 265.9 |   229M |  33 |1716 |  13k|7940 | 122 |  0 |  31k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c   441s| 11600 |   151 |  4515k| 265.8 |   229M |  33 |1716 |  13k|7939 | 126 |  0 |  31k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c   443s| 11700 |   145 |  4540k| 265.7 |   229M |  33 |1716 |  13k|   0 | 127 |  0 |  31k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c   445s| 11800 |   144 |  4564k| 265.6 |   229M |  33 |1716 |  13k|7940 | 132 |  1 |  31k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c   448s| 11900 |   149 |  4595k| 265.9 |   230M |  33 |1716 |  13k|7939 | 144 |  0 |  31k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c   451s| 12000 |   162 |  4627k| 266.2 |   230M |  33 |1716 |  13k|7938 | 144 |  1 |  31k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c   453s| 12100 |   169 |  4652k| 266.0 |   230M |  33 |1716 |  13k|7938 | 145 |  1 |  32k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c   456s| 12200 |   183 |  4679k| 266.0 |   230M |  33 |1716 |  13k|7941 | 152 |  1 |  32k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
498.99/500.56	c   460s| 12300 |   191 |  4710k| 266.3 |   230M |  33 |1716 |  12k|7941 | 152 |  1 |  32k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c   462s| 12400 |   184 |  4736k| 266.3 |   230M |  33 |1716 |  13k|   0 | 153 |  0 |  32k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c   464s| 12500 |   184 |  4756k| 265.9 |   230M |  33 |1716 |  13k|   0 | 155 |  0 |  32k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c   465s| 12600 |   183 |  4778k| 265.7 |   230M |  33 |1716 |  13k|   0 | 155 |  0 |  32k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c   468s| 12700 |   185 |  4803k| 265.6 |   230M |  34 |1716 |  13k|7939 | 157 |  1 |  33k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c   470s| 12800 |   181 |  4829k| 265.6 |   230M |  34 |1716 |  13k|7941 | 157 |  1 |  33k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c   472s| 12900 |   179 |  4851k| 265.3 |   230M |  34 |1716 |  13k|7938 | 157 |  1 |  33k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c   473s| 13000 |   176 |  4870k| 264.9 |   230M |  34 |1716 |  13k|7941 | 157 |  1 |  33k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c   475s| 13100 |   182 |  4893k| 264.7 |   230M |  34 |1716 |  13k|7938 | 157 |  0 |  33k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c   477s| 13200 |   187 |  4916k| 264.5 |   230M |  34 |1716 |  13k|7938 | 157 |  1 |  34k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c   478s| 13300 |   183 |  4935k| 264.1 |   230M |  34 |1716 |  13k|7938 | 157 |  1 |  34k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c   480s| 13400 |   185 |  4957k| 263.9 |   230M |  34 |1716 |  13k|7938 | 157 |  1 |  34k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c   482s| 13500 |   177 |  4979k| 263.6 |   230M |  34 |1716 |  13k|7938 | 157 |  0 |  34k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c   484s| 13600 |   177 |  5001k| 263.4 |   231M |  34 |1716 |  13k|7938 | 157 |  1 |  34k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c   486s| 13700 |   184 |  5026k| 263.3 |   231M |  34 |1716 |  13k|   0 | 159 |  0 |  34k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
498.99/500.56	c   488s| 13800 |   183 |  5054k| 263.4 |   231M |  34 |1716 |  13k|7939 | 159 |  0 |  35k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c   492s| 13900 |   204 |  5089k| 263.9 |   231M |  34 |1716 |  13k|7939 | 162 |  1 |  35k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c   494s| 14000 |   206 |  5117k| 264.0 |   231M |  34 |1716 |  13k|7938 | 165 |  1 |  35k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c   497s| 14100 |   203 |  5146k| 264.1 |   231M |  34 |1716 |  13k|7939 | 172 |  0 |  35k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.56	c 
498.99/500.56	c SCIP Status        : solving was interrupted [time limit reached]
498.99/500.56	c Solving Time (sec) : 500.12
498.99/500.56	c Solving Nodes      : 14195 (total of 19491 nodes in 2 runs)
498.99/500.56	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
498.99/500.56	c Dual Bound         : +0.00000000000000e+00
498.99/500.56	c Gap                : infinite
498.99/500.56	c ----------------------------------------------------------------------
498.99/500.56	c dual bound: 0.0 -> 0
498.99/500.56	c primal bound: 1e+20 -> 100000000000000000000
498.99/500.56	c scip-goal-lb: 0
498.99/500.56	c scip-goal-ub: 100000000000000000000
498.99/500.56	c writing output to: HOME/tmpy4u7fovd.opb
498.99/500.56	c appending fixed variable constraints
498.99/500.56	c scip-fixed vars: 0.35% (6/1716)
498.99/500.56	c ----------------------------------------------------------------------
498.99/500.56	c executing external solver: HOME/naps-1.03a6
498.99/500.56	c ----------------------------------------------------------------------
498.99/500.56	c command: HOME/naps-1.03a6 HOME/tmpy4u7fovd.opb
498.99/500.57	c NaPS 1.03a6.
498.99/500.57	c Input file name: HOME/tmpy4u7fovd.opb
1375.35/1379.22	c _____________________________________________________________________________
1375.35/1379.22	c std/band forms        : 3,0
1375.35/1379.22	c 2cl/3cl ITE-codings   : 0,0
1375.35/1379.22	c BDD/srt/adr Max costs : 0,849,0
1375.35/1379.22	c BDDraw/bin/mul/srt/adr: 0,0,0,3,0
1375.35/1379.22	c BDD nodes             : 0
1375.35/1379.22	c Es1/CC detections     : 0,0
1375.35/1379.22	c CC sort               : 2
1375.35/1379.22	c SAT/UNSAT calls       : 0,1
1375.35/1379.22	c regenrated variables  : 0
1375.35/1379.22	c eliminated fixed lits : 16
1375.35/1379.22	c goal lit flips        : 0
1375.35/1379.22	c goal stages           : 0
1375.35/1379.22	c goal shrink           : 0
1375.35/1379.22	c goal coeff separations: 0
1375.35/1379.22	c restarts              : 327452
1375.35/1379.22	c conflicts             : 12515370       (14325 /sec)
1375.35/1379.22	c decisions             : 23200907       (26556 /sec)
1375.35/1379.22	c propagations          : 1222720558     (1399538 /sec)
1375.35/1379.22	c inspects              : 0              (0 /sec)
1375.35/1379.22	c CPU time (solving tm) : 873.7 s        (873.5 s, SAT 0 s, UNSAT 873.5 s)
1375.35/1379.22	c Time for Opt-base     : 6.3e-05 s
1375.35/1379.22	c Steps for Opt-base    : 0
1375.35/1379.22	c Time for BDD coding   : 0 s
1375.35/1379.22	c Time for srt coding   : 0.000428 s
1375.35/1379.22	c _____________________________________________________________________________
1375.35/1379.22	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514459-1751214090/watcher-4514459-1751214090 -o /tmp/evaluation-result-4514459-1751214090/solver-4514459-1751214090 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751204746-27066 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4514459-1751214090.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Current StackSize limit: 8192 KiB

solver pid=29874, runsolver pid=29871

[startup+0.100071 s]*
/proc/loadavg: 4.13 4.16 4.14 5/259 29879
/proc/meminfo: memFree=126911856/131382116 swapFree=33010684/33010684
[pid=29874] ppid=29871 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29874/stat : 29874 (scip-naps-1.00.) S 29871 29874 27054 0 -1 4194304 259 340 0 0 0 0 0 0 20 0 1 0 37088209 4292608 768 18446744073709551615 94117745729536 94117746624069 140723869775472 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94117746863120 94117746910864 94117777022976 140723869780385 140723869780482 140723869780482 140723869786084 0
/proc/29874/statm: 1048 768 704 219 0 110 0
[pid=29879] ppid=29874 vsize=18936 memory=14080 CPUtime=0.07 cores=1,3
/proc/29879/stat : 29879 (python3) R 29874 29874 27054 0 -1 4194304 1838 0 0 0 6 1 0 0 20 0 1 0 37088211 19390464 3520 18446744073709551615 93934969311232 93934969311609 140733070952192 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 93934969322904 93934969323524 93934992334848 140733070956888 140733070957090 140733070957090 140733070962663 0
/proc/29879/statm: 4734 3520 1984 1 0 1507 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 23128 KiB
Current children cumulated memory: 17152 KiB

[startup+0.213296 s]*
/proc/loadavg: 4.13 4.16 4.14 5/259 29879
/proc/meminfo: memFree=126905808/131382116 swapFree=33010684/33010684
[pid=29874] ppid=29871 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29874/stat : 29874 (scip-naps-1.00.) S 29871 29874 27054 0 -1 4194304 259 340 0 0 0 0 0 0 20 0 1 0 37088209 4292608 768 18446744073709551615 94117745729536 94117746624069 140723869775472 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94117746863120 94117746910864 94117777022976 140723869780385 140723869780482 140723869780482 140723869786084 0
/proc/29874/statm: 1048 768 704 219 0 110 0
[pid=29879] ppid=29874 vsize=1186236 memory=30896 CPUtime=0.16 cores=1,3
/proc/29879/stat : 29879 (python3) R 29874 29874 27054 0 -1 4194304 3543 0 0 0 14 2 0 0 20 0 1 0 37088211 1214705664 7724 18446744073709551615 93934969311232 93934969311609 140733070952192 0 0 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0 93934969322904 93934969323524 93934992334848 140733070956888 140733070957090 140733070957090 140733070962663 0
/proc/29879/statm: 296559 7724 4844 1 0 268581 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 1190428 KiB
Current children cumulated memory: 33968 KiB

[startup+0.313529 s]*
/proc/loadavg: 4.13 4.16 4.14 6/259 29879
/proc/meminfo: memFree=126902784/131382116 swapFree=33010684/33010684
[pid=29874] ppid=29871 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29874/stat : 29874 (scip-naps-1.00.) S 29871 29874 27054 0 -1 4194304 259 340 0 0 0 0 0 0 20 0 1 0 37088209 4292608 768 18446744073709551615 94117745729536 94117746624069 140723869775472 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94117746863120 94117746910864 94117777022976 140723869780385 140723869780482 140723869780482 140723869786084 0
/proc/29874/statm: 1048 768 704 219 0 110 0
[pid=29879] ppid=29874 vsize=1189944 memory=34864 CPUtime=0.24 cores=1,3
/proc/29879/stat : 29879 (python3) R 29874 29874 27054 0 -1 4194304 4379 0 0 0 22 2 0 0 20 0 1 0 37088211 1218502656 8716 18446744073709551615 93934969311232 93934969311609 140733070952192 0 0 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0 93934969322904 93934969323524 93934992334848 140733070956888 140733070957090 140733070957090 140733070962663 0
/proc/29879/statm: 297486 8716 5036 1 0 269395 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 1194136 KiB
Current children cumulated memory: 37936 KiB

[startup+0.700303 s]
/proc/loadavg: 4.13 4.16 4.14 5/259 29879
/proc/meminfo: memFree=126867756/131382116 swapFree=33010684/33010684
[pid=29874] ppid=29871 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29874/stat : 29874 (scip-naps-1.00.) S 29871 29874 27054 0 -1 4194304 259 340 0 0 0 0 0 0 20 0 1 0 37088209 4292608 768 18446744073709551615 94117745729536 94117746624069 140723869775472 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94117746863120 94117746910864 94117777022976 140723869780385 140723869780482 140723869780482 140723869786084 0
/proc/29874/statm: 1048 768 704 219 0 110 0
[pid=29879] ppid=29874 vsize=1224984 memory=77104 CPUtime=0.6 cores=1,3
/proc/29879/stat : 29879 (python3) R 29874 29874 27054 0 -1 4194304 12291 0 0 0 55 5 0 0 20 0 1 0 37088211 1254383616 19276 18446744073709551615 93934969311232 93934969311609 140733070952192 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 93934969322904 93934969323524 93934992334848 140733070956888 140733070957090 140733070957090 140733070962663 0
/proc/29879/statm: 306246 19276 7916 1 0 277604 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 1229176 KiB
Current children cumulated memory: 80176 KiB

[startup+1.50039 s]
/proc/loadavg: 4.13 4.16 4.14 5/259 29879
/proc/meminfo: memFree=126836004/131382116 swapFree=33010684/33010684
[pid=29874] ppid=29871 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29874/stat : 29874 (scip-naps-1.00.) S 29871 29874 27054 0 -1 4194304 259 340 0 0 0 0 0 0 20 0 1 0 37088209 4292608 768 18446744073709551615 94117745729536 94117746624069 140723869775472 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94117746863120 94117746910864 94117777022976 140723869780385 140723869780482 140723869780482 140723869786084 0
/proc/29874/statm: 1048 768 704 219 0 110 0
[pid=29879] ppid=29874 vsize=1261756 memory=107272 CPUtime=1.39 cores=1,3
/proc/29879/stat : 29879 (python3) R 29874 29874 27054 0 -1 4194304 20107 0 0 0 132 7 0 0 20 0 1 0 37088211 1292038144 26818 18446744073709551615 93934969311232 93934969311609 140733070952192 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 93934969322904 93934969323524 93934992334848 140733070956888 140733070957090 140733070957090 140733070962663 0
/proc/29879/statm: 315439 26818 8140 1 0 286797 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 1265948 KiB
Current children cumulated memory: 110344 KiB

[startup+3.11309 s]
/proc/loadavg: 4.12 4.16 4.14 5/259 29879
/proc/meminfo: memFree=126825772/131382116 swapFree=33010684/33010684
[pid=29874] ppid=29871 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29874/stat : 29874 (scip-naps-1.00.) S 29871 29874 27054 0 -1 4194304 259 340 0 0 0 0 0 0 20 0 1 0 37088209 4292608 768 18446744073709551615 94117745729536 94117746624069 140723869775472 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94117746863120 94117746910864 94117777022976 140723869780385 140723869780482 140723869780482 140723869786084 0
/proc/29874/statm: 1048 768 704 219 0 110 0
[pid=29879] ppid=29874 vsize=1262692 memory=107656 CPUtime=3 cores=1,3
/proc/29879/stat : 29879 (python3) R 29874 29874 27054 0 -1 4194304 20213 0 0 0 293 7 0 0 20 0 1 0 37088211 1292996608 26914 18446744073709551615 93934969311232 93934969311609 140733070952192 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 93934969322904 93934969323524 93934992334848 140733070956888 140733070957090 140733070957090 140733070962663 0
/proc/29879/statm: 315673 26914 8140 1 0 287031 0
Current children cumulated CPU time: 3 s
Current children cumulated vsize: 1266884 KiB
Current children cumulated memory: 110728 KiB

[startup+6.30036 s]
/proc/loadavg: 4.12 4.16 4.14 5/259 29879
/proc/meminfo: memFree=126736708/131382116 swapFree=33010684/33010684
[pid=29874] ppid=29871 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29874/stat : 29874 (scip-naps-1.00.) S 29871 29874 27054 0 -1 4194304 259 340 0 0 0 0 0 0 20 0 1 0 37088209 4292608 768 18446744073709551615 94117745729536 94117746624069 140723869775472 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94117746863120 94117746910864 94117777022976 140723869780385 140723869780482 140723869780482 140723869786084 0
/proc/29874/statm: 1048 768 704 219 0 110 0
[pid=29879] ppid=29874 vsize=1369140 memory=204296 CPUtime=6.18 cores=1,3
/proc/29879/stat : 29879 (python3) R 29874 29874 27054 0 -1 4194304 44379 0 0 0 607 11 0 0 20 0 1 0 37088211 1401999360 51074 18446744073709551615 93934969311232 93934969311609 140733070952192 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 93934969322904 93934969323524 93934992334848 140733070956888 140733070957090 140733070957090 140733070962663 0
/proc/29879/statm: 342285 51074 8140 1 0 313643 0
Current children cumulated CPU time: 6.18 s
Current children cumulated vsize: 1373332 KiB
Current children cumulated memory: 207368 KiB

[startup+12.7004 s]
/proc/loadavg: 4.11 4.15 4.14 5/259 29879
/proc/meminfo: memFree=126701176/131382116 swapFree=33010684/33010684
[pid=29874] ppid=29871 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29874/stat : 29874 (scip-naps-1.00.) S 29871 29874 27054 0 -1 4194304 259 340 0 0 0 0 0 0 20 0 1 0 37088209 4292608 768 18446744073709551615 94117745729536 94117746624069 140723869775472 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94117746863120 94117746910864 94117777022976 140723869780385 140723869780482 140723869780482 140723869786084 0
/proc/29874/statm: 1048 768 704 219 0 110 0
[pid=29879] ppid=29874 vsize=1393004 memory=228400 CPUtime=12.56 cores=1,3
/proc/29879/stat : 29879 (python3) R 29874 29874 27054 0 -1 4194304 54745 0 0 0 1243 13 0 0 20 0 1 0 37088211 1426436096 57100 18446744073709551615 93934969311232 93934969311609 140733070952192 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 93934969322904 93934969323524 93934992334848 140733070956888 140733070957090 140733070957090 140733070962663 0
/proc/29879/statm: 348251 57100 8140 1 0 319609 0
Current children cumulated CPU time: 12.56 s
Current children cumulated vsize: 1397196 KiB
Current children cumulated memory: 231472 KiB

[startup+25.5004 s]
/proc/loadavg: 4.17 4.16 4.14 5/259 29879
/proc/meminfo: memFree=126710252/131382116 swapFree=33010684/33010684
[pid=29874] ppid=29871 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29874/stat : 29874 (scip-naps-1.00.) S 29871 29874 27054 0 -1 4194304 259 340 0 0 0 0 0 0 20 0 1 0 37088209 4292608 768 18446744073709551615 94117745729536 94117746624069 140723869775472 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94117746863120 94117746910864 94117777022976 140723869780385 140723869780482 140723869780482 140723869786084 0
/proc/29874/statm: 1048 768 704 219 0 110 0
[pid=29879] ppid=29874 vsize=1393004 memory=228400 CPUtime=25.33 cores=1,3
/proc/29879/stat : 29879 (python3) R 29874 29874 27054 0 -1 4194304 55678 0 0 0 2520 13 0 0 20 0 1 0 37088211 1426436096 57100 18446744073709551615 93934969311232 93934969311609 140733070952192 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 93934969322904 93934969323524 93934992334848 140733070956888 140733070957090 140733070957090 140733070962663 0
/proc/29879/statm: 348251 57100 8140 1 0 319609 0
Current children cumulated CPU time: 25.33 s
Current children cumulated vsize: 1397196 KiB
Current children cumulated memory: 231472 KiB

[startup+51.1132 s]
/proc/loadavg: 4.52 4.25 4.17 5/259 29880
/proc/meminfo: memFree=126720520/131382116 swapFree=33010684/33010684
[pid=29874] ppid=29871 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29874/stat : 29874 (scip-naps-1.00.) S 29871 29874 27054 0 -1 4194304 259 340 0 0 0 0 0 0 20 0 1 0 37088209 4292608 768 18446744073709551615 94117745729536 94117746624069 140723869775472 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94117746863120 94117746910864 94117777022976 140723869780385 140723869780482 140723869780482 140723869786084 0
/proc/29874/statm: 1048 768 704 219 0 110 0
[pid=29879] ppid=29874 vsize=1396764 memory=233124 CPUtime=50.88 cores=1,3
/proc/29879/stat : 29879 (python3) R 29874 29874 27054 0 -1 4194304 58668 0 0 0 5074 14 0 0 20 0 1 0 37088211 1430286336 58281 18446744073709551615 93934969311232 93934969311609 140733070952192 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 93934969322904 93934969323524 93934992334848 140733070956888 140733070957090 140733070957090 140733070962663 0
/proc/29879/statm: 349191 58281 8140 1 0 320549 0
Current children cumulated CPU time: 50.88 s
Current children cumulated vsize: 1400956 KiB
Current children cumulated memory: 236196 KiB

[startup+102.3 s]
/proc/loadavg: 4.57 4.32 4.20 5/259 29881
/proc/meminfo: memFree=126686284/131382116 swapFree=33010684/33010684
[pid=29874] ppid=29871 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29874/stat : 29874 (scip-naps-1.00.) S 29871 29874 27054 0 -1 4194304 259 340 0 0 0 0 0 0 20 0 1 0 37088209 4292608 768 18446744073709551615 94117745729536 94117746624069 140723869775472 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94117746863120 94117746910864 94117777022976 140723869780385 140723869780482 140723869780482 140723869786084 0
/proc/29874/statm: 1048 768 704 219 0 110 0
[pid=29879] ppid=29874 vsize=1405240 memory=241804 CPUtime=101.93 cores=1,3
/proc/29879/stat : 29879 (python3) R 29874 29874 27054 0 -1 4194304 66573 0 0 0 10176 17 0 0 20 0 1 0 37088211 1438965760 60451 18446744073709551615 93934969311232 93934969311609 140733070952192 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 93934969322904 93934969323524 93934992334848 140733070956888 140733070957090 140733070957090 140733070962663 0
/proc/29879/statm: 351310 60451 8140 1 0 322668 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 1409432 KiB
Current children cumulated memory: 244876 KiB

[startup+162.3 s]
/proc/loadavg: 4.25 4.27 4.19 5/257 29887
/proc/meminfo: memFree=126664672/131382116 swapFree=33010684/33010684
[pid=29874] ppid=29871 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29874/stat : 29874 (scip-naps-1.00.) S 29871 29874 27054 0 -1 4194304 259 340 0 0 0 0 0 0 20 0 1 0 37088209 4292608 768 18446744073709551615 94117745729536 94117746624069 140723869775472 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94117746863120 94117746910864 94117777022976 140723869780385 140723869780482 140723869780482 140723869786084 0
/proc/29874/statm: 1048 768 704 219 0 110 0
[pid=29879] ppid=29874 vsize=1429856 memory=263440 CPUtime=161.76 cores=1,3
/proc/29879/stat : 29879 (python3) R 29874 29874 27054 0 -1 4194304 73393 0 0 0 16158 18 0 0 20 0 1 0 37088211 1464172544 65860 18446744073709551615 93934969311232 93934969311609 140733070952192 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 93934969322904 93934969323524 93934992334848 140733070956888 140733070957090 140733070957090 140733070962663 0
/proc/29879/statm: 357464 65860 8140 1 0 328822 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 1434048 KiB
Current children cumulated memory: 266512 KiB

[startup+222.3 s]
/proc/loadavg: 4.22 4.26 4.18 5/257 29889
/proc/meminfo: memFree=126676056/131382116 swapFree=33010684/33010684
[pid=29874] ppid=29871 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29874/stat : 29874 (scip-naps-1.00.) S 29871 29874 27054 0 -1 4194304 259 340 0 0 0 0 0 0 20 0 1 0 37088209 4292608 768 18446744073709551615 94117745729536 94117746624069 140723869775472 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94117746863120 94117746910864 94117777022976 140723869780385 140723869780482 140723869780482 140723869786084 0
/proc/29874/statm: 1048 768 704 219 0 110 0
[pid=29879] ppid=29874 vsize=1429856 memory=263568 CPUtime=221.6 cores=1,3
/proc/29879/stat : 29879 (python3) R 29874 29874 27054 0 -1 4194304 73415 0 0 0 22141 19 0 0 20 0 1 0 37088211 1464172544 65892 18446744073709551615 93934969311232 93934969311609 140733070952192 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 93934969322904 93934969323524 93934992334848 140733070956888 140733070957090 140733070957090 140733070962663 0
/proc/29879/statm: 357464 65892 8140 1 0 328822 0
Current children cumulated CPU time: 221.6 s

################
# More data... #
################

/proc/29879/statm: 358740 69028 8172 1 0 330098 0
[pid=30099] ppid=29879 vsize=40080 memory=29184 CPUtime=739.75 cores=1,3
/proc/30099/stat : 30099 (naps-1.03a6) R 29879 30099 30099 0 -1 4194304 1663203 0 0 0 73711 264 0 0 20 0 1 0 37138265 41041920 7296 18446744073709551615 4198400 7047149 140725164155392 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 30793728 140725164157329 140725164157427 140725164157427 140725164163017 0
/proc/30099/statm: 10020 7296 544 696 0 9181 0
Current children cumulated CPU time: 1238.81 s
Current children cumulated vsize: 1479232 KiB
Current children cumulated memory: 308368 KiB

[startup+1302.3 s]
/proc/loadavg: 3.14 3.58 3.90 4/249 30164
/proc/meminfo: memFree=127298776/131382116 swapFree=33010684/33010684
[pid=29874] ppid=29871 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29874/stat : 29874 (scip-naps-1.00.) S 29871 29874 27054 0 -1 4194304 259 340 0 0 0 0 0 0 20 0 1 0 37088209 4292608 768 18446744073709551615 94117745729536 94117746624069 140723869775472 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94117746863120 94117746910864 94117777022976 140723869780385 140723869780482 140723869780482 140723869786084 0
/proc/29874/statm: 1048 768 704 219 0 110 0
[pid=29879] ppid=29874 vsize=1434960 memory=276112 CPUtime=499.06 cores=1,3
/proc/29879/stat : 29879 (python3) S 29874 29874 27054 0 -1 4194304 74929 0 0 0 49882 24 0 0 20 0 1 0 37088211 1469399040 69028 18446744073709551615 93934969311232 93934969311609 140733070952192 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 93934969322904 93934969323524 93934992334848 140733070956888 140733070957090 140733070957090 140733070962663 0
/proc/29879/statm: 358740 69028 8172 1 0 330098 0
[pid=30099] ppid=29879 vsize=48272 memory=30720 CPUtime=799.6 cores=1,3
/proc/30099/stat : 30099 (naps-1.03a6) R 29879 30099 30099 0 -1 4194304 1663619 0 0 0 79696 264 0 0 20 0 1 0 37138265 49430528 7680 18446744073709551615 4198400 7047149 140725164155392 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 30793728 140725164157329 140725164157427 140725164157427 140725164163017 0
/proc/30099/statm: 12068 7680 544 696 0 11229 0
Current children cumulated CPU time: 1298.66 s
Current children cumulated vsize: 1487424 KiB
Current children cumulated memory: 309904 KiB

[startup+1362.3 s]
/proc/loadavg: 2.70 3.39 3.81 3/242 30198
/proc/meminfo: memFree=127559624/131382116 swapFree=33010684/33010684
[pid=29874] ppid=29871 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29874/stat : 29874 (scip-naps-1.00.) S 29871 29874 27054 0 -1 4194304 259 340 0 0 0 0 0 0 20 0 1 0 37088209 4292608 768 18446744073709551615 94117745729536 94117746624069 140723869775472 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94117746863120 94117746910864 94117777022976 140723869780385 140723869780482 140723869780482 140723869786084 0
/proc/29874/statm: 1048 768 704 219 0 110 0
[pid=29879] ppid=29874 vsize=1434960 memory=276112 CPUtime=499.06 cores=1,3
/proc/29879/stat : 29879 (python3) S 29874 29874 27054 0 -1 4194304 74929 0 0 0 49882 24 0 0 20 0 1 0 37088211 1469399040 69028 18446744073709551615 93934969311232 93934969311609 140733070952192 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 93934969322904 93934969323524 93934992334848 140733070956888 140733070957090 140733070957090 140733070962663 0
/proc/29879/statm: 358740 69028 8172 1 0 330098 0
[pid=30099] ppid=29879 vsize=40080 memory=30252 CPUtime=859.44 cores=1,3
/proc/30099/stat : 30099 (naps-1.03a6) R 29879 30099 30099 0 -1 4194304 1664009 0 0 0 85679 265 0 0 20 0 1 0 37138265 41041920 7563 18446744073709551615 4198400 7047149 140725164155392 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 30793728 140725164157329 140725164157427 140725164157427 140725164163017 0
/proc/30099/statm: 10020 7563 544 696 0 9181 0
Current children cumulated CPU time: 1358.5 s
Current children cumulated vsize: 1479232 KiB
Current children cumulated memory: 309436 KiB

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

# cumulated CPU time of all completed processes:  user=1372.59 s, system=2.94907 s

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

[startup+1369.6 s]
/proc/loadavg: 2.60 3.34 3.79 3/242 30198
/proc/meminfo: memFree=127560412/131382116 swapFree=33010684/33010684
[pid=29874] ppid=29871 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29874/stat : 29874 (scip-naps-1.00.) S 29871 29874 27054 0 -1 4194304 259 340 0 0 0 0 0 0 20 0 1 0 37088209 4292608 768 18446744073709551615 94117745729536 94117746624069 140723869775472 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94117746863120 94117746910864 94117777022976 140723869780385 140723869780482 140723869780482 140723869786084 0
/proc/29874/statm: 1048 768 704 219 0 110 0
[pid=29879] ppid=29874 vsize=1434960 memory=276112 CPUtime=499.06 cores=1,3
/proc/29879/stat : 29879 (python3) S 29874 29874 27054 0 -1 4194304 74929 0 0 0 49882 24 0 0 20 0 1 0 37088211 1469399040 69028 18446744073709551615 93934969311232 93934969311609 140733070952192 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 93934969322904 93934969323524 93934992334848 140733070956888 140733070957090 140733070957090 140733070962663 0
/proc/29879/statm: 358740 69028 8172 1 0 330098 0
[pid=30099] ppid=29879 vsize=40080 memory=30252 CPUtime=866.72 cores=1,3
/proc/30099/stat : 30099 (naps-1.03a6) R 29879 30099 30099 0 -1 4194304 1664009 0 0 0 86407 265 0 0 20 0 1 0 37138265 41041920 7563 18446744073709551615 4198400 7047149 140725164155392 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 30793728 140725164157329 140725164157427 140725164157427 140725164163017 0
/proc/30099/statm: 10020 7563 544 696 0 9181 0
Current children cumulated CPU time: 1365.78 s
Current children cumulated vsize: 1479232 KiB
Current children cumulated memory: 309436 KiB

[startup+1376 s]*
/proc/loadavg: 2.63 3.34 3.79 3/242 30198
/proc/meminfo: memFree=127569256/131382116 swapFree=33010684/33010684
[pid=29874] ppid=29871 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29874/stat : 29874 (scip-naps-1.00.) S 29871 29874 27054 0 -1 4194304 259 340 0 0 0 0 0 0 20 0 1 0 37088209 4292608 768 18446744073709551615 94117745729536 94117746624069 140723869775472 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94117746863120 94117746910864 94117777022976 140723869780385 140723869780482 140723869780482 140723869786084 0
/proc/29874/statm: 1048 768 704 219 0 110 0
[pid=29879] ppid=29874 vsize=1434960 memory=276112 CPUtime=499.06 cores=1,3
/proc/29879/stat : 29879 (python3) S 29874 29874 27054 0 -1 4194304 74929 0 0 0 49882 24 0 0 20 0 1 0 37088211 1469399040 69028 18446744073709551615 93934969311232 93934969311609 140733070952192 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 93934969322904 93934969323524 93934992334848 140733070956888 140733070957090 140733070957090 140733070962663 0
/proc/29879/statm: 358740 69028 8172 1 0 330098 0
[pid=30099] ppid=29879 vsize=40080 memory=30252 CPUtime=873.11 cores=1,3
/proc/30099/stat : 30099 (naps-1.03a6) R 29879 30099 30099 0 -1 4194304 1664009 0 0 0 87046 265 0 0 20 0 1 0 37138265 41041920 7563 18446744073709551615 4198400 7047149 140725164155392 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 30793728 140725164157329 140725164157427 140725164157427 140725164163017 0
/proc/30099/statm: 10020 7563 544 696 0 9181 0
Current children cumulated CPU time: 1372.17 s
Current children cumulated vsize: 1479232 KiB
Current children cumulated memory: 309436 KiB

[startup+1377.6 s]
/proc/loadavg: 2.63 3.34 3.79 3/242 30198
/proc/meminfo: memFree=127569256/131382116 swapFree=33010684/33010684
[pid=29874] ppid=29871 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29874/stat : 29874 (scip-naps-1.00.) S 29871 29874 27054 0 -1 4194304 259 340 0 0 0 0 0 0 20 0 1 0 37088209 4292608 768 18446744073709551615 94117745729536 94117746624069 140723869775472 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94117746863120 94117746910864 94117777022976 140723869780385 140723869780482 140723869780482 140723869786084 0
/proc/29874/statm: 1048 768 704 219 0 110 0
[pid=29879] ppid=29874 vsize=1434960 memory=276112 CPUtime=499.06 cores=1,3
/proc/29879/stat : 29879 (python3) S 29874 29874 27054 0 -1 4194304 74929 0 0 0 49882 24 0 0 20 0 1 0 37088211 1469399040 69028 18446744073709551615 93934969311232 93934969311609 140733070952192 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 93934969322904 93934969323524 93934992334848 140733070956888 140733070957090 140733070957090 140733070962663 0
/proc/29879/statm: 358740 69028 8172 1 0 330098 0
[pid=30099] ppid=29879 vsize=35984 memory=25624 CPUtime=874.69 cores=1,3
/proc/30099/stat : 30099 (naps-1.03a6) R 29879 30099 30099 0 -1 4194304 1664288 0 0 0 87204 265 0 0 20 0 1 0 37138265 36847616 6406 18446744073709551615 4198400 7047149 140725164155392 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 30793728 140725164157329 140725164157427 140725164157427 140725164163017 0
/proc/30099/statm: 8996 6406 544 696 0 8157 0
Current children cumulated CPU time: 1373.75 s
Current children cumulated vsize: 1475136 KiB
Current children cumulated memory: 304808 KiB

[startup+1378.4 s]
/proc/loadavg: 2.58 3.31 3.78 3/242 30198
/proc/meminfo: memFree=127569256/131382116 swapFree=33010684/33010684
[pid=29874] ppid=29871 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29874/stat : 29874 (scip-naps-1.00.) S 29871 29874 27054 0 -1 4194304 259 340 0 0 0 0 0 0 20 0 1 0 37088209 4292608 768 18446744073709551615 94117745729536 94117746624069 140723869775472 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94117746863120 94117746910864 94117777022976 140723869780385 140723869780482 140723869780482 140723869786084 0
/proc/29874/statm: 1048 768 704 219 0 110 0
[pid=29879] ppid=29874 vsize=1434960 memory=276112 CPUtime=499.06 cores=1,3
/proc/29879/stat : 29879 (python3) S 29874 29874 27054 0 -1 4194304 74929 0 0 0 49882 24 0 0 20 0 1 0 37088211 1469399040 69028 18446744073709551615 93934969311232 93934969311609 140733070952192 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 93934969322904 93934969323524 93934992334848 140733070956888 140733070957090 140733070957090 140733070962663 0
/proc/29879/statm: 358740 69028 8172 1 0 330098 0
[pid=30099] ppid=29879 vsize=35984 memory=26520 CPUtime=875.49 cores=1,3
/proc/30099/stat : 30099 (naps-1.03a6) R 29879 30099 30099 0 -1 4194304 1664497 0 0 0 87284 265 0 0 20 0 1 0 37138265 36847616 6630 18446744073709551615 4198400 7047149 140725164155392 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 30793728 140725164157329 140725164157427 140725164157427 140725164163017 0
/proc/30099/statm: 8996 6630 544 696 0 8157 0
Current children cumulated CPU time: 1374.55 s
Current children cumulated vsize: 1475136 KiB
Current children cumulated memory: 305704 KiB

[startup+1378.8 s]
/proc/loadavg: 2.58 3.31 3.78 3/242 30198
/proc/meminfo: memFree=127569256/131382116 swapFree=33010684/33010684
[pid=29874] ppid=29871 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29874/stat : 29874 (scip-naps-1.00.) S 29871 29874 27054 0 -1 4194304 259 340 0 0 0 0 0 0 20 0 1 0 37088209 4292608 768 18446744073709551615 94117745729536 94117746624069 140723869775472 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94117746863120 94117746910864 94117777022976 140723869780385 140723869780482 140723869780482 140723869786084 0
/proc/29874/statm: 1048 768 704 219 0 110 0
[pid=29879] ppid=29874 vsize=1434960 memory=276112 CPUtime=499.06 cores=1,3
/proc/29879/stat : 29879 (python3) S 29874 29874 27054 0 -1 4194304 74929 0 0 0 49882 24 0 0 20 0 1 0 37088211 1469399040 69028 18446744073709551615 93934969311232 93934969311609 140733070952192 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 93934969322904 93934969323524 93934992334848 140733070956888 140733070957090 140733070957090 140733070962663 0
/proc/29879/statm: 358740 69028 8172 1 0 330098 0
[pid=30099] ppid=29879 vsize=40080 memory=26648 CPUtime=875.89 cores=1,3
/proc/30099/stat : 30099 (naps-1.03a6) R 29879 30099 30099 0 -1 4194304 1664534 0 0 0 87324 265 0 0 20 0 1 0 37138265 41041920 6662 18446744073709551615 4198400 7047149 140725164155392 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 30793728 140725164157329 140725164157427 140725164157427 140725164163017 0
/proc/30099/statm: 10020 6662 544 696 0 9181 0
Current children cumulated CPU time: 1374.95 s
Current children cumulated vsize: 1479232 KiB
Current children cumulated memory: 305832 KiB

[startup+1379.2 s]
/proc/loadavg: 2.58 3.31 3.78 3/242 30198
/proc/meminfo: memFree=127569256/131382116 swapFree=33010684/33010684
[pid=29874] ppid=29871 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29874/stat : 29874 (scip-naps-1.00.) S 29871 29874 27054 0 -1 4194304 259 340 0 0 0 0 0 0 20 0 1 0 37088209 4292608 768 18446744073709551615 94117745729536 94117746624069 140723869775472 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94117746863120 94117746910864 94117777022976 140723869780385 140723869780482 140723869780482 140723869786084 0
/proc/29874/statm: 1048 768 704 219 0 110 0
[pid=29879] ppid=29874 vsize=1434960 memory=276112 CPUtime=499.06 cores=1,3
/proc/29879/stat : 29879 (python3) S 29874 29874 27054 0 -1 4194304 74929 0 0 0 49882 24 0 0 20 0 1 0 37088211 1469399040 69028 18446744073709551615 93934969311232 93934969311609 140733070952192 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 93934969322904 93934969323524 93934992334848 140733070956888 140733070957090 140733070957090 140733070962663 0
/proc/29879/statm: 358740 69028 8172 1 0 330098 0
[pid=30099] ppid=29879 vsize=40080 memory=27032 CPUtime=876.29 cores=1,3
/proc/30099/stat : 30099 (naps-1.03a6) R 29879 30099 30099 0 -1 4194304 1664644 0 0 0 87363 266 0 0 20 0 1 0 37138265 41041920 6758 18446744073709551615 4198400 7047149 140725164155392 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 30793728 140725164157329 140725164157427 140725164157427 140725164163017 0
/proc/30099/statm: 10020 6758 544 696 0 9181 0
Current children cumulated CPU time: 1375.35 s
Current children cumulated vsize: 1479232 KiB
Current children cumulated memory: 306216 KiB

[startup+1379.3 s]
/proc/loadavg: 2.58 3.31 3.78 3/242 30198
/proc/meminfo: memFree=127569256/131382116 swapFree=33010684/33010684
[pid=29874] ppid=29871 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/29874/stat : 29874 (scip-naps-1.00.) S 29871 29874 27054 0 -1 4194304 259 340 0 0 0 0 0 0 20 0 1 0 37088209 4292608 768 18446744073709551615 94117745729536 94117746624069 140723869775472 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94117746863120 94117746910864 94117777022976 140723869780385 140723869780482 140723869780482 140723869786084 0
/proc/29874/statm: 1048 768 704 219 0 110 0
[pid=29879] ppid=29874 vsize=1434960 memory=276112 CPUtime=1375.45 cores=1,3
/proc/29879/stat : 29879 (python3) R 29874 29874 27054 0 -1 4194304 83241 1664652 0 0 49889 24 87366 266 20 0 1 0 37088211 1469399040 69028 18446744073709551615 93934969311232 93934969311609 140733070952192 0 0 0 0 16781312 16386 0 0 0 17 3 0 0 0 0 0 93934969322904 93934969323524 93934992334848 140733070956888 140733070957090 140733070957090 140733070962663 0
/proc/29879/statm: 358740 69028 8172 1 0 330098 0
Current children cumulated CPU time: 1375.45 s
Current children cumulated vsize: 1439152 KiB
Current children cumulated memory: 279184 KiB

Child status: 0

Real time (s): 1379.36
CPU time (s): 1375.54
CPU user time (s): 1372.59
CPU system time (s): 2.94907
CPU usage (%): 99.7227
Max. virtual memory (cumulated for all children) (KiB): 1498920
Max. memory (cumulated for all children) (KiB): 329160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1372.59
system time used= 2.94907
maximum resident set size= 276112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1752385
page faults= 0
swaps= 0
block input operations= 0
block output operations= 536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 380
involuntary context switches= 861


# summary of solver processes directly reported to runsolver:
#   pid: 29874
#   total CPU time (s): 1375.54
#   total CPU user time (s): 1372.59
#   total CPU system time (s): 2.94907

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.43381 second user time and 13.9674 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-06-29 18:21:30
IDJOB=4514459
IDBENCH=162693
IDSOLVER=3368
FILE ID=nodeC004/4514459-1751214090
RUNJOBID= nodeC004-1751204746-27066
SLURM_JOB_ID= 9587619
Free space on /tmp= 433036 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d_n_k/normalized-5_6_36.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514459-1751214090/watcher-4514459-1751214090 -o /tmp/evaluation-result-4514459-1751214090/solver-4514459-1751214090 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751204746-27066 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4514459-1751214090.opb

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

MD5SUM BENCH= 483b29da31af2436e91ca4a2082e11b8
RANDOM SEED=1264918325

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        126913860 kB
MemAvailable:   128467056 kB
Buffers:            3280 kB
Cached:          2356688 kB
SwapCached:            0 kB
Active:          1844988 kB
Inactive:        2058464 kB
Active(anon):    1561460 kB
Inactive(anon):        0 kB
Active(file):     283528 kB
Inactive(file):  2058464 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5936 kB
Writeback:            12 kB
AnonPages:       1542112 kB
Mapped:           131404 kB
Shmem:             17976 kB
KReclaimable:     101664 kB
Slab:             184612 kB
SReclaimable:     101664 kB
SUnreclaim:        82948 kB
KernelStack:        4160 kB
PageTables:         6820 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    5152992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149528 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    548864 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433040 MiB
End job on nodeC004 at 2025-06-29 18:44:30