Trace number 4530018

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP-NaPS 1.00a2UNSAT 1414.35 1419.28

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

100.13/100.59	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4530018-1752261061.opb
100.13/100.59	c Solving mode: decision
100.13/100.59	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
100.13/100.59	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
100.13/100.59	c original problem has 1722 variables (1722 bin, 0 int, 0 impl, 0 cont) and 8246 constraints
100.13/100.59	c presolving:
100.13/100.59	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
100.13/100.59	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
100.13/100.59	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
100.13/100.59	c    (0.3s) probing: 306/1716 (17.8%) - 0 fixings, 0 aggregations, 51 implications, 0 bound changes
100.13/100.59	c    (0.3s) probing aborted: 50/50 successive totally useless probings
100.13/100.59	c    (0.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
100.13/100.59	c    (0.4s) symmetry computation finished: 20 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.01)
100.13/100.59	c dynamic symmetry handling statistics:
100.13/100.59	c    orbitopal reduction:       no components
100.13/100.59	c    orbital reduction:         no components
100.13/100.59	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
100.13/100.59	c handled 20 out of 20 symmetry components
100.13/100.59	c presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):
100.13/100.59	c  7 deleted vars, 337 deleted constraints, 0 added constraints, 4 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
100.13/100.59	c  0 implications, 3366 cliques
100.13/100.59	c presolved problem has 1716 variables (1716 bin, 0 int, 0 impl, 0 cont) and 7909 constraints
100.13/100.59	c       1 constraints of type <knapsack>
100.13/100.59	c    3315 constraints of type <setppc>
100.13/100.59	c       1 constraints of type <linear>
100.13/100.59	c    4592 constraints of type <logicor>
100.13/100.59	c transformed objective value is always integral (scale: 1)
100.13/100.59	c Presolving Time: 0.40
100.13/100.59	c 
100.13/100.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
100.13/100.59	c   0.8s|     1 |     0 |  2666 |     - |    58M |   0 |1716 |7980 |7909 |   0 |  0 |  70 |   0 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c   3.5s|     1 |     0 | 12204 |     - |    72M |   0 |1716 |8181 |7915 |   6 |  1 |  71 |   0 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c   3.6s|     1 |     0 | 12854 |     - |    81M |   0 |1716 |8185 |7922 |  13 |  2 |  75 |   0 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c   3.8s|     1 |     0 | 13327 |     - |    92M |   0 |1716 |8185 |7926 |  17 |  3 |  76 |   0 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c   4.1s|     1 |     0 | 13869 |     - |   108M |   0 |1716 |8187 |7931 |  22 |  4 |  78 |   0 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c   4.3s|     1 |     0 | 14446 |     - |   113M |   0 |1716 |8189 |7934 |  25 |  5 |  80 |   0 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c   4.5s|     1 |     0 | 14763 |     - |   123M |   0 |1716 |8191 |7937 |  28 |  6 |  82 |   0 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c   4.7s|     1 |     0 | 15352 |     - |   132M |   0 |1716 |8201 |7939 |  30 |  7 |  92 |   0 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c   4.9s|     1 |     0 | 15780 |     - |   140M |   0 |1716 |8202 |7943 |  34 |  8 |  93 |   0 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c   5.1s|     1 |     0 | 16086 |     - |   149M |   0 |1716 |8203 |7945 |  36 |  9 |  94 |   0 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c   5.4s|     1 |     0 | 16418 |     - |   162M |   0 |1716 |8204 |7949 |  40 | 10 |  95 |   0 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c   5.5s|     1 |     0 | 16716 |     - |   165M |   0 |1716 |8205 |7952 |  43 | 11 |  98 |   0 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c   8.4s|     1 |     2 | 20009 |     - |   165M |   0 |1716 |8223 |7952 |  43 | 11 | 121 |  11 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c  42.3s|   100 |    58 |167701 |1525.1 |   168M |  19 |1716 |8470 |7933 |  58 |  1 | 408 |  11 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c  46.7s|   200 |    65 |200611 | 924.1 |   174M |  20 |1716 |8619 |7932 |  93 |  1 | 571 |  11 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
100.13/100.59	c  49.7s|   300 |    68 |229968 | 713.2 |   176M |  20 |1716 |8757 |   0 | 103 |  0 | 730 |  11 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c  58.4s|   400 |    90 |284406 | 670.9 |   179M |  30 |1716 |8913 |7934 | 110 |  1 | 923 |  11 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c  60.1s|   500 |    88 |303991 | 575.7 |   180M |  33 |1716 |9086 |7934 | 110 |  0 |1113 |  11 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c  61.7s|   600 |    90 |322265 | 510.1 |   180M |  33 |1716 |9253 |7934 | 112 |  1 |1310 |  11 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c  63.4s|   700 |    90 |342410 | 465.9 |   181M |  33 |1716 |9380 |   0 | 112 |  0 |1494 |  11 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c  65.0s|   800 |    89 |361614 | 431.7 |   181M |  34 |1716 |9522 |7934 | 112 |  0 |1698 |  11 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c  66.8s|   900 |    86 |380241 | 404.4 |   178M |  34 |1716 |9670 |   0 | 116 |  0 |1914 |  11 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c  68.9s|  1000 |    89 |402114 | 385.8 |   178M |  34 |1716 |9768 |   0 | 116 |  0 |2101 |  11 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c  70.3s|  1100 |    86 |419055 | 366.1 |   178M |  34 |1716 |9908 |7934 | 116 |  1 |2293 |  11 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c  71.6s|  1200 |    86 |435868 | 349.6 |   179M |  34 |1716 |  10k|7934 | 116 |  1 |2497 |  11 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c  73.5s|  1300 |    88 |459559 | 340.9 |   179M |  34 |1716 |  10k|   0 | 116 |  0 |2696 |  11 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c  75.2s|  1400 |    87 |480400 | 331.4 |   179M |  34 |1716 |  10k|   0 | 116 |  0 |2915 |  11 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c  77.0s|  1500 |    85 |503172 | 324.5 |   179M |  34 |1716 |  10k|7935 | 117 |  1 |3082 |  11 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c  79.0s|  1600 |    87 |527219 | 319.3 |   180M |  34 |1716 |  10k|7935 | 117 |  0 |3261 |  11 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c  80.7s|  1700 |    85 |549482 | 313.6 |   180M |  34 |1716 |  10k|7935 | 117 |  0 |3437 |  11 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
100.13/100.59	c  85.4s|  1800 |    94 |589048 | 318.1 |   180M |  34 |1716 |  10k|7934 | 117 |  1 |3582 |  11 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c  87.1s|  1900 |    89 |609543 | 312.2 |   181M |  34 |1716 |  10k|7934 | 117 |  1 |3772 |  11 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c  88.8s|  2000 |    90 |629791 | 306.7 |   181M |  34 |1716 |  10k|   0 | 117 |  0 |3954 |  11 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c  90.8s|  2100 |    88 |654255 | 303.7 |   181M |  34 |1716 |  10k|7934 | 117 |  1 |4128 |  11 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c  92.8s|  2200 |    93 |678241 | 300.8 |   181M |  34 |1716 |  10k|7934 | 117 |  0 |4297 |  11 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c  94.2s|  2300 |    90 |695576 | 295.3 |   181M |  34 |1716 |  10k|   0 | 117 |  0 |4498 |  11 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c  95.8s|  2400 |    87 |715552 | 291.3 |   182M |  34 |1716 |  10k|7934 | 117 |  1 |4652 |  11 | 0.000000e+00 |      --      |    Inf | unknown
100.13/100.59	c  98.5s|  2500 |    87 |747319 | 292.4 |   182M |  34 |1716 |  10k|   0 | 118 |  0 |4827 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   100s|  2600 |    85 |768913 | 289.4 |   182M |  34 |1716 |  10k|7934 | 118 |  0 |5016 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   102s|  2700 |    86 |793480 | 287.8 |   182M |  34 |1716 |  10k|7934 | 118 |  1 |5202 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   104s|  2800 |    88 |812061 | 284.2 |   183M |  34 |1716 |  11k|   0 | 118 |  0 |5357 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   105s|  2900 |    82 |830824 | 280.8 |   183M |  34 |1716 |  11k|7934 | 118 |  0 |5556 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   107s|  3000 |    91 |856045 | 279.9 |   183M |  34 |1716 |  11k|   0 | 118 |  0 |5734 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   109s|  3100 |    86 |876022 | 277.3 |   183M |  34 |1716 |  11k|7934 | 118 |  1 |5926 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   110s|  3200 |    85 |899661 | 276.0 |   183M |  34 |1716 |  11k|7934 | 118 |  0 |6110 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
172.80/173.40	c   112s|  3300 |    87 |920659 | 274.0 |   183M |  34 |1716 |  11k|7934 | 118 |  1 |6270 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   114s|  3400 |    85 |940645 | 271.8 |   183M |  34 |1716 |  11k|7934 | 118 |  1 |6445 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   116s|  3500 |    85 |962575 | 270.3 |   184M |  34 |1716 |  11k|7934 | 118 |  0 |6618 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   118s|  3600 |    85 |986042 | 269.3 |   184M |  34 |1716 |  11k|7934 | 118 |  1 |6770 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   120s|  3700 |    81 |  1010k| 268.6 |   184M |  34 |1716 |  11k|7934 | 118 |  0 |6945 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   122s|  3800 |    87 |  1034k| 267.9 |   184M |  34 |1716 |  11k|7934 | 118 |  1 |7124 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   124s|  3900 |    86 |  1059k| 267.5 |   184M |  34 |1716 |  11k|7934 | 119 |  0 |7303 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   125s|  4000 |    88 |  1081k| 266.3 |   184M |  35 |1716 |  11k|7934 | 119 |  1 |7497 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   127s|  4100 |    90 |  1101k| 264.6 |   184M |  35 |1716 |  11k|7934 | 119 |  1 |7693 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   128s|  4200 |    83 |  1120k| 262.9 |   184M |  35 |1716 |  11k|7934 | 119 |  1 |7864 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   130s|  4300 |    84 |  1145k| 262.7 |   185M |  35 |1716 |  11k|7934 | 119 |  1 |8034 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   134s|  4400 |    91 |  1181k| 264.8 |   185M |  35 |1716 |  11k|7934 | 119 |  1 |8187 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   136s|  4500 |    93 |  1208k| 265.0 |   185M |  35 |1716 |  11k|   0 | 119 |  0 |8350 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   138s|  4600 |    88 |  1230k| 263.9 |   185M |  35 |1716 |  11k|7934 | 119 |  1 |8566 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   139s|  4700 |    83 |  1252k| 263.0 |   185M |  35 |1716 |  11k|   0 | 119 |  0 |8764 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
172.80/173.40	c   141s|  4800 |    81 |  1274k| 262.2 |   185M |  35 |1716 |  11k|7934 | 119 |  0 |8938 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   143s|  4900 |    83 |  1293k| 260.7 |   185M |  35 |1716 |  12k|   0 | 120 |  0 |9090 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   145s|  5000 |    82 |  1317k| 260.1 |   186M |  35 |1716 |  12k|7934 | 120 |  1 |9316 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   147s|  5100 |    80 |  1338k| 259.3 |   186M |  35 |1716 |  12k|7934 | 120 |  0 |9526 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   148s|  5200 |    76 |  1361k| 258.7 |   186M |  35 |1716 |  12k|7935 | 120 |  1 |9685 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
172.80/173.40	c (run 1, node 5296) performing user restart
172.80/173.40	c 
172.80/173.40	c (restart) converted 16 cuts from the global cut pool into linear constraints
172.80/173.40	c 
172.80/173.40	c presolving:
172.80/173.40	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
172.80/173.40	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
172.80/173.40	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
172.80/173.40	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
172.80/173.40	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
172.80/173.40	c  0 deleted vars, 1431 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 129 changed sides, 12173 changed coefficients
172.80/173.40	c  0 implications, 3371 cliques
172.80/173.40	c presolved problem has 1716 variables (1716 bin, 0 int, 0 impl, 0 cont) and 10695 constraints
172.80/173.40	c      71 constraints of type <knapsack>
172.80/173.40	c    3320 constraints of type <setppc>
172.80/173.40	c      34 constraints of type <linear>
172.80/173.40	c    7270 constraints of type <logicor>
172.80/173.40	c transformed objective value is always integral (scale: 1)
172.80/173.40	c Presolving Time: 0.76
172.80/173.40	c 
172.80/173.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
172.80/173.40	c   151s|     1 |     0 |  1387k|     - |   187M |   0 |1716 |  10k|7925 |   0 |  0 |9848 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   151s|     1 |     0 |  1388k|     - |   191M |   0 |1716 |  10k|7932 |   7 |  1 |9849 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   152s|     1 |     0 |  1388k|     - |   191M |   0 |1716 |  10k|7938 |  13 |  2 |9850 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   152s|     1 |     0 |  1388k|     - |   191M |   0 |1716 |  10k|7942 |  17 |  3 |9852 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   152s|     1 |     0 |  1389k|     - |   192M |   0 |1716 |  10k|7946 |  21 |  4 |9855 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   152s|     1 |     0 |  1389k|     - |   198M |   0 |1716 |  10k|7953 |  28 |  5 |9857 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   153s|     1 |     0 |  1390k|     - |   200M |   0 |1716 |  10k|7956 |  31 |  6 |9858 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   153s|     1 |     0 |  1390k|     - |   205M |   0 |1716 |  10k|7959 |  34 |  7 |9863 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   153s|     1 |     0 |  1390k|     - |   215M |   0 |1716 |  10k|7963 |  38 |  8 |9864 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   153s|     1 |     0 |  1391k|     - |   216M |   0 |1716 |  10k|7966 |  41 |  9 |9865 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   154s|     1 |     0 |  1391k|     - |   224M |   0 |1716 |  10k|7959 |  46 | 10 |9867 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   154s|     1 |     0 |  1392k|     - |   224M |   0 |1716 |  10k|7964 |  51 | 11 |9869 |  11 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   158s|     1 |     2 |  1395k|     - |   224M |   0 |1716 |  10k|7964 |  51 | 11 |9873 |  30 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   166s|   100 |    33 |  1447k| 263.8 |   224M |  31 |1716 |  10k|7942 |  59 |  1 |  10k|  30 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c   170s|   200 |    38 |  1484k| 265.7 |   224M |  32 |1716 |  10k|7942 |  59 |  1 |  10k|  30 | 0.000000e+00 |      --      |    Inf | unknown
172.80/173.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
289.94/290.97	c   173s|   300 |    58 |  1515k| 266.5 |   224M |  32 |1716 |  10k|7938 |  64 |  0 |  10k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   176s|   400 |    67 |  1540k| 266.1 |   224M |  32 |1716 |  10k|7938 |  64 |  0 |  10k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   178s|   500 |    69 |  1566k| 266.1 |   224M |  32 |1716 |  11k|7938 |  64 |  1 |  10k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   180s|   600 |    77 |  1593k| 266.2 |   224M |  32 |1716 |  11k|7938 |  64 |  0 |  11k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   183s|   700 |    79 |  1619k| 266.1 |   224M |  32 |1716 |  11k|7938 |  64 |  1 |  11k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   185s|   800 |    81 |  1644k| 265.8 |   224M |  32 |1716 |  11k|7938 |  64 |  1 |  11k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   188s|   900 |    83 |  1671k| 265.9 |   224M |  32 |1716 |  11k|   0 |  64 |  0 |  11k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   190s|  1000 |    83 |  1696k| 265.5 |   224M |  32 |1716 |  11k|7938 |  64 |  1 |  11k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   195s|  1100 |    82 |  1738k| 268.0 |   225M |  32 |1716 |  11k|   0 |  64 |  0 |  12k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   197s|  1200 |    82 |  1761k| 267.4 |   225M |  32 |1716 |  11k|7938 |  64 |  1 |  12k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   199s|  1300 |    72 |  1783k| 266.7 |   225M |  32 |1716 |  11k|7938 |  64 |  1 |  12k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   202s|  1400 |    88 |  1817k| 267.9 |   225M |  32 |1716 |  11k|7938 |  64 |  1 |  12k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   204s|  1500 |    88 |  1842k| 267.6 |   225M |  32 |1716 |  11k|7938 |  64 |  0 |  12k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   207s|  1600 |    83 |  1868k| 267.5 |   225M |  32 |1716 |  11k|7938 |  64 |  0 |  12k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   209s|  1700 |    85 |  1894k| 267.3 |   225M |  32 |1716 |  12k|7938 |  64 |  1 |  13k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
289.94/290.97	c   211s|  1800 |    84 |  1917k| 266.9 |   225M |  32 |1716 |  12k|7938 |  64 |  1 |  13k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   213s|  1900 |    83 |  1944k| 266.8 |   225M |  32 |1716 |  12k|7938 |  64 |  1 |  13k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   215s|  2000 |    88 |  1968k| 266.4 |   225M |  32 |1716 |  12k|   0 |  64 |  0 |  13k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   217s|  2100 |    82 |  1989k| 265.7 |   225M |  32 |1716 |  12k|7938 |  64 |  0 |  13k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   219s|  2200 |    77 |  2012k| 265.2 |   226M |  32 |1716 |  12k|7938 |  64 |  1 |  14k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   222s|  2300 |    82 |  2039k| 265.2 |   226M |  32 |1716 |  12k|7938 |  64 |  1 |  14k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   223s|  2400 |    81 |  2061k| 264.7 |   226M |  32 |1716 |  12k|7938 |  64 |  0 |  14k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   225s|  2500 |    74 |  2084k| 264.3 |   226M |  32 |1716 |  12k|7938 |  64 |  1 |  14k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   228s|  2600 |    71 |  2109k| 264.1 |   226M |  32 |1716 |  12k|7938 |  64 |  0 |  14k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   231s|  2700 |    76 |  2142k| 264.9 |   225M |  32 |1716 |  12k|7938 |  64 |  0 |  15k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   233s|  2800 |    78 |  2165k| 264.5 |   224M |  32 |1716 |  12k|7938 |  64 |  0 |  15k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   235s|  2900 |    72 |  2193k| 264.7 |   225M |  32 |1716 |  12k|   0 |  64 |  0 |  15k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   237s|  3000 |    71 |  2222k| 265.0 |   225M |  32 |1716 |  13k|7938 |  64 |  1 |  15k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   239s|  3100 |    65 |  2245k| 264.5 |   225M |  32 |1716 |  13k|7938 |  64 |  1 |  15k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   242s|  3200 |    72 |  2272k| 264.6 |   225M |  32 |1716 |  13k|7938 |  64 |  1 |  15k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
289.94/290.97	c   244s|  3300 |    68 |  2295k| 264.2 |   225M |  32 |1716 |  13k|7938 |  64 |  0 |  16k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   245s|  3400 |    71 |  2318k| 263.8 |   225M |  32 |1716 |  13k|   0 |  64 |  0 |  16k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   247s|  3500 |    69 |  2337k| 263.0 |   225M |  32 |1716 |  13k|7938 |  64 |  1 |  16k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   249s|  3600 |    74 |  2360k| 262.6 |   225M |  32 |1716 |  13k|7938 |  64 |  1 |  16k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   251s|  3700 |    73 |  2382k| 262.2 |   225M |  32 |1716 |  13k|   0 |  64 |  0 |  16k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   252s|  3800 |    71 |  2400k| 261.2 |   225M |  33 |1716 |  13k|   0 |  64 |  0 |  17k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   254s|  3900 |    72 |  2423k| 260.9 |   225M |  33 |1716 |  13k|   0 |  64 |  0 |  17k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   256s|  4000 |    68 |  2445k| 260.5 |   225M |  33 |1716 |  13k|   0 |  64 |  0 |  17k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   258s|  4100 |    71 |  2463k| 259.6 |   225M |  33 |1716 |  14k|7938 |  64 |  0 |  17k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   260s|  4200 |    67 |  2486k| 259.2 |   225M |  33 |1716 |  14k|7938 |  64 |  1 |  17k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   261s|  4300 |    70 |  2506k| 258.7 |   226M |  33 |1716 |  14k|   0 |  64 |  0 |  17k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   263s|  4400 |    64 |  2530k| 258.5 |   226M |  33 |1716 |  14k|7938 |  64 |  0 |  18k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   265s|  4500 |    66 |  2553k| 258.1 |   226M |  33 |1716 |  14k|7938 |  64 |  0 |  18k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   267s|  4600 |    60 |  2575k| 257.8 |   226M |  33 |1716 |  14k|7942 |  64 |  1 |  18k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   269s|  4700 |    69 |  2597k| 257.4 |   226M |  33 |1716 |  14k|7938 |  64 |  1 |  18k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
289.94/290.97	c   273s|  4800 |    66 |  2634k| 258.6 |   226M |  33 |1716 |  14k|7938 |  64 |  1 |  18k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   276s|  4900 |    75 |  2663k| 258.9 |   226M |  33 |1716 |  14k|   0 |  64 |  0 |  19k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   278s|  5000 |    78 |  2687k| 258.7 |   226M |  33 |1716 |  13k|7942 |  64 |  1 |  19k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   280s|  5100 |    77 |  2708k| 258.2 |   226M |  33 |1716 |  13k|   0 |  64 |  0 |  19k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   282s|  5200 |    77 |  2734k| 258.2 |   226M |  33 |1716 |  13k|7938 |  64 |  0 |  19k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   284s|  5300 |    76 |  2761k| 258.4 |   226M |  33 |1716 |  13k|7938 |  64 |  0 |  19k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   286s|  5400 |    73 |  2786k| 258.2 |   226M |  33 |1716 |  13k|7938 |  64 |  0 |  20k|  30 | 0.000000e+00 |      --      |    Inf | unknown
289.94/290.97	c   288s|  5500 |    79 |  2808k| 257.9 |   226M |  33 |1716 |  13k|7938 |  64 |  1 |  20k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   291s|  5600 |    77 |  2835k| 258.0 |   226M |  33 |1716 |  13k|7938 |  64 |  0 |  20k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   293s|  5700 |    81 |  2865k| 258.4 |   226M |  33 |1716 |  13k|7942 |  64 |  0 |  20k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   295s|  5800 |    77 |  2886k| 257.9 |   226M |  33 |1716 |  13k|7938 |  64 |  1 |  20k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   298s|  5900 |    94 |  2918k| 258.5 |   226M |  33 |1716 |  12k|7938 |  64 |  1 |  20k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   300s|  6000 |    91 |  2941k| 258.3 |   226M |  33 |1716 |  12k|7938 |  64 |  1 |  21k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   302s|  6100 |    89 |  2968k| 258.4 |   226M |  33 |1716 |  12k|7938 |  64 |  0 |  21k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   305s|  6200 |    88 |  2994k| 258.3 |   226M |  33 |1716 |  12k|7938 |  64 |  0 |  21k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
428.63/430.06	c   308s|  6300 |    95 |  3026k| 258.9 |   226M |  33 |1716 |  12k|7942 |  64 |  0 |  21k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   310s|  6400 |    93 |  3051k| 258.8 |   226M |  33 |1716 |  12k|7942 |  64 |  0 |  21k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   312s|  6500 |    90 |  3074k| 258.6 |   226M |  33 |1716 |  12k|7938 |  64 |  1 |  22k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   314s|  6600 |    91 |  3097k| 258.3 |   226M |  33 |1716 |  13k|   0 |  64 |  0 |  22k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   316s|  6700 |    92 |  3119k| 258.0 |   226M |  33 |1716 |  12k|7938 |  64 |  1 |  22k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   319s|  6800 |    92 |  3147k| 258.2 |   226M |  33 |1716 |  12k|7938 |  64 |  0 |  22k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   321s|  6900 |    90 |  3171k| 258.0 |   226M |  33 |1716 |  12k|7938 |  64 |  0 |  22k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   324s|  7000 |    99 |  3201k| 258.4 |   226M |  33 |1716 |  12k|7938 |  64 |  1 |  22k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   327s|  7100 |   104 |  3230k| 258.6 |   226M |  33 |1716 |  12k|7938 |  64 |  1 |  23k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   330s|  7200 |   101 |  3257k| 258.8 |   226M |  33 |1716 |  12k|7938 |  72 |  0 |  23k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   332s|  7300 |   102 |  3283k| 258.7 |   227M |  33 |1716 |  12k|7938 |  74 |  1 |  23k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   334s|  7400 |   107 |  3311k| 258.9 |   227M |  33 |1716 |  12k|7942 |  74 |  0 |  23k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   336s|  7500 |   102 |  3335k| 258.8 |   227M |  33 |1716 |  12k|7942 |  74 |  1 |  23k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   338s|  7600 |    99 |  3359k| 258.6 |   227M |  33 |1716 |  12k|7942 |  74 |  1 |  23k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   340s|  7700 |   104 |  3379k| 258.1 |   227M |  33 |1716 |  12k|7942 |  74 |  0 |  24k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
428.63/430.06	c   341s|  7800 |    99 |  3398k| 257.7 |   227M |  33 |1716 |  12k|   0 |  74 |  0 |  24k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   344s|  7900 |   102 |  3428k| 258.0 |   227M |  33 |1716 |  12k|7942 |  75 |  1 |  24k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   346s|  8000 |   104 |  3451k| 257.8 |   227M |  33 |1716 |  12k|   0 |  76 |  0 |  24k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   349s|  8100 |   106 |  3481k| 258.1 |   227M |  33 |1716 |  12k|   0 |  84 |  0 |  24k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   351s|  8200 |   105 |  3505k| 257.9 |   227M |  33 |1716 |  12k|7938 |  86 |  1 |  25k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   376s|  8300 |   116 |  3705k| 270.8 |   227M |  33 |1716 |  12k|7942 |  86 |  1 |  25k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   379s|  8400 |   119 |  3734k| 270.9 |   227M |  33 |1716 |  12k|7942 |  86 |  1 |  25k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   382s|  8500 |   138 |  3764k| 271.1 |   227M |  33 |1716 |  12k|7942 |  86 |  0 |  25k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   384s|  8600 |   140 |  3787k| 270.8 |   227M |  33 |1716 |  12k|7942 |  86 |  1 |  25k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   386s|  8700 |   138 |  3808k| 270.4 |   227M |  33 |1716 |  12k|7942 |  86 |  1 |  26k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   388s|  8800 |   138 |  3830k| 270.0 |   227M |  33 |1716 |  12k|7942 |  86 |  1 |  26k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   390s|  8900 |   131 |  3854k| 269.8 |   227M |  33 |1716 |  13k|7942 |  86 |  0 |  26k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   391s|  9000 |   128 |  3874k| 269.3 |   227M |  33 |1716 |  13k|7942 |  86 |  1 |  26k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   393s|  9100 |   127 |  3898k| 269.1 |   228M |  33 |1716 |  13k|7942 |  86 |  0 |  26k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   395s|  9200 |   126 |  3921k| 268.8 |   228M |  33 |1716 |  13k|7942 |  86 |  1 |  26k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
428.63/430.06	c   397s|  9300 |   125 |  3940k| 268.3 |   228M |  33 |1716 |  13k|7942 |  86 |  0 |  27k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   398s|  9400 |   123 |  3962k| 268.0 |   228M |  33 |1716 |  13k|7942 |  86 |  0 |  27k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   400s|  9500 |   121 |  3984k| 267.7 |   228M |  33 |1716 |  13k|7942 |  86 |  0 |  27k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   402s|  9600 |   120 |  4008k| 267.4 |   228M |  33 |1716 |  13k|7942 |  87 |  1 |  27k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   404s|  9700 |   115 |  4028k| 267.0 |   228M |  33 |1716 |  13k|7942 |  87 |  0 |  27k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   406s|  9800 |   118 |  4050k| 266.7 |   228M |  33 |1716 |  13k|7942 |  87 |  1 |  27k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   408s|  9900 |   117 |  4073k| 266.5 |   228M |  33 |1716 |  13k|7940 |  88 |  1 |  28k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   410s| 10000 |   116 |  4098k| 266.3 |   228M |  33 |1716 |  13k|7942 |  88 |  1 |  28k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   412s| 10100 |   118 |  4124k| 266.3 |   228M |  33 |1716 |  13k|7942 |  88 |  1 |  28k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   414s| 10200 |   119 |  4152k| 266.4 |   228M |  33 |1716 |  13k|7942 |  88 |  1 |  28k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   417s| 10300 |   125 |  4183k| 266.7 |   228M |  33 |1716 |  13k|7934 |  89 |  1 |  28k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   422s| 10400 |   140 |  4222k| 267.4 |   228M |  33 |1716 |  13k|7943 | 104 |  1 |  28k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   424s| 10500 |   143 |  4247k| 267.4 |   228M |  33 |1716 |  13k|7942 | 104 |  0 |  29k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   426s| 10600 |   138 |  4268k| 267.0 |   228M |  33 |1716 |  13k|7938 | 105 |  1 |  29k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c   428s| 10700 |   148 |  4293k| 266.9 |   228M |  33 |1716 |  13k|   0 | 117 |  0 |  29k|  30 | 0.000000e+00 |      --      |    Inf | unknown
428.63/430.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
498.80/500.42	c   430s| 10800 |   139 |  4312k| 266.4 |   228M |  33 |1716 |  13k|7940 | 117 |  0 |  29k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.80/500.42	c   432s| 10900 |   144 |  4339k| 266.4 |   228M |  33 |1716 |  13k|7942 | 117 |  1 |  29k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.80/500.42	c   434s| 11000 |   144 |  4364k| 266.3 |   228M |  33 |1716 |  13k|7942 | 117 |  1 |  30k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.80/500.42	c   436s| 11100 |   142 |  4385k| 266.0 |   228M |  33 |1716 |  13k|   0 | 117 |  0 |  30k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.80/500.42	c   439s| 11200 |   154 |  4414k| 266.2 |   228M |  33 |1716 |  13k|7939 | 118 |  1 |  30k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.80/500.42	c   441s| 11300 |   151 |  4437k| 265.9 |   229M |  33 |1716 |  13k|7939 | 118 |  1 |  30k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.80/500.42	c   443s| 11400 |   156 |  4462k| 265.8 |   229M |  33 |1716 |  13k|7939 | 118 |  1 |  30k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.80/500.42	c   445s| 11500 |   150 |  4489k| 265.9 |   229M |  33 |1716 |  13k|7940 | 122 |  0 |  31k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.80/500.42	c   447s| 11600 |   151 |  4515k| 265.8 |   229M |  33 |1716 |  13k|7939 | 126 |  0 |  31k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.80/500.42	c   450s| 11700 |   145 |  4540k| 265.7 |   229M |  33 |1716 |  13k|   0 | 127 |  0 |  31k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.80/500.42	c   452s| 11800 |   144 |  4564k| 265.6 |   229M |  33 |1716 |  13k|7940 | 132 |  1 |  31k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.80/500.42	c   455s| 11900 |   149 |  4595k| 265.9 |   230M |  33 |1716 |  13k|7939 | 144 |  0 |  31k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.80/500.42	c   458s| 12000 |   162 |  4627k| 266.2 |   230M |  33 |1716 |  13k|7938 | 144 |  1 |  31k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.80/500.42	c   460s| 12100 |   169 |  4652k| 266.0 |   230M |  33 |1716 |  13k|7938 | 145 |  1 |  32k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.80/500.42	c   463s| 12200 |   183 |  4679k| 266.0 |   230M |  33 |1716 |  13k|7941 | 152 |  1 |  32k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.80/500.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
498.80/500.42	c   467s| 12300 |   191 |  4710k| 266.3 |   230M |  33 |1716 |  12k|7941 | 152 |  1 |  32k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.80/500.42	c   469s| 12400 |   184 |  4736k| 266.3 |   230M |  33 |1716 |  13k|   0 | 153 |  0 |  32k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.80/500.42	c   471s| 12500 |   184 |  4756k| 265.9 |   230M |  33 |1716 |  13k|   0 | 155 |  0 |  32k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.80/500.42	c   473s| 12600 |   183 |  4778k| 265.7 |   230M |  33 |1716 |  13k|   0 | 155 |  0 |  32k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.80/500.42	c   475s| 12700 |   185 |  4803k| 265.6 |   230M |  34 |1716 |  13k|7939 | 157 |  1 |  33k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.80/500.42	c   477s| 12800 |   181 |  4829k| 265.6 |   230M |  34 |1716 |  13k|7941 | 157 |  1 |  33k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.80/500.42	c   479s| 12900 |   179 |  4851k| 265.3 |   230M |  34 |1716 |  13k|7938 | 157 |  1 |  33k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.80/500.42	c   481s| 13000 |   176 |  4870k| 264.9 |   230M |  34 |1716 |  13k|7941 | 157 |  1 |  33k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.80/500.42	c   483s| 13100 |   182 |  4893k| 264.7 |   230M |  34 |1716 |  13k|7938 | 157 |  0 |  33k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.80/500.42	c   485s| 13200 |   187 |  4916k| 264.5 |   230M |  34 |1716 |  13k|7938 | 157 |  1 |  34k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.80/500.42	c   486s| 13300 |   183 |  4935k| 264.1 |   230M |  34 |1716 |  13k|7938 | 157 |  1 |  34k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.80/500.42	c   488s| 13400 |   185 |  4957k| 263.9 |   230M |  34 |1716 |  13k|7938 | 157 |  1 |  34k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.80/500.42	c   489s| 13500 |   177 |  4979k| 263.6 |   230M |  34 |1716 |  13k|7938 | 157 |  0 |  34k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.80/500.42	c   491s| 13600 |   177 |  5001k| 263.4 |   230M |  34 |1716 |  13k|7938 | 157 |  1 |  34k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.80/500.42	c   494s| 13700 |   184 |  5026k| 263.3 |   231M |  34 |1716 |  13k|   0 | 159 |  0 |  34k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.80/500.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
498.80/500.42	c   496s| 13800 |   183 |  5054k| 263.4 |   231M |  34 |1716 |  13k|7939 | 159 |  0 |  35k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.80/500.42	c   500s| 13900 |   204 |  5089k| 263.9 |   231M |  34 |1716 |  13k|7939 | 162 |  1 |  35k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.80/500.42	c 
498.80/500.42	c SCIP Status        : solving was interrupted [time limit reached]
498.80/500.42	c Solving Time (sec) : 500.00
498.80/500.42	c Solving Nodes      : 13906 (total of 19202 nodes in 2 runs)
498.80/500.42	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
498.80/500.42	c Dual Bound         : +0.00000000000000e+00
498.80/500.42	c Gap                : infinite
498.80/500.42	c ----------------------------------------------------------------------
498.80/500.42	c dual bound: 0.0 -> 0
498.80/500.42	c primal bound: 1e+20 -> 100000000000000000000
498.80/500.42	c scip-goal-lb: 0
498.80/500.42	c scip-goal-ub: 100000000000000000000
498.80/500.42	c writing output to: HOME/tmpvz8gpxqt.opb
498.80/500.42	c appending fixed variable constraints
498.80/500.42	c scip-fixed vars: 0.35% (6/1716)
498.80/500.42	c ----------------------------------------------------------------------
498.80/500.42	c executing external solver: HOME/naps-1.03a6
498.80/500.42	c ----------------------------------------------------------------------
498.80/500.42	c command: HOME/naps-1.03a6 HOME/tmpvz8gpxqt.opb
498.80/500.43	c NaPS 1.03a6.
498.80/500.43	c Input file name: HOME/tmpvz8gpxqt.opb
1414.06/1419.10	c s UNSATISFIABLE
1414.06/1419.10	c _____________________________________________________________________________
1414.06/1419.10	c std/band forms        : 3,0
1414.06/1419.10	c 2cl/3cl ITE-codings   : 0,0
1414.06/1419.10	c BDD/srt/adr Max costs : 0,849,0
1414.06/1419.10	c BDDraw/bin/mul/srt/adr: 0,0,0,3,0
1414.06/1419.10	c BDD nodes             : 0
1414.06/1419.10	c Es1/CC detections     : 0,0
1414.06/1419.10	c CC sort               : 2
1414.06/1419.10	c SAT/UNSAT calls       : 0,1
1414.06/1419.10	c regenrated variables  : 0
1414.06/1419.10	c eliminated fixed lits : 16
1414.06/1419.10	c goal lit flips        : 0
1414.06/1419.10	c goal stages           : 0
1414.06/1419.10	c goal shrink           : 0
1414.06/1419.10	c goal coeff separations: 0
1414.06/1419.10	c restarts              : 327452
1414.06/1419.10	c conflicts             : 12515370       (13713 /sec)
1414.06/1419.10	c decisions             : 23200907       (25422 /sec)
1414.06/1419.10	c propagations          : 1222720558     (1339762 /sec)
1414.06/1419.10	c inspects              : 0              (0 /sec)
1414.06/1419.10	c CPU time (solving tm) : 912.6 s        (912.5 s, SAT 0 s, UNSAT 912.5 s)
1414.06/1419.10	c Time for Opt-base     : 6.1e-05 s
1414.06/1419.10	c Steps for Opt-base    : 0
1414.06/1419.10	c Time for BDD coding   : 0 s
1414.06/1419.10	c Time for srt coding   : 0.000445 s
1414.06/1419.10	c _____________________________________________________________________________
1414.06/1419.10	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 (39802 MiB free)
  memory of node 1: 64465 MiB (30043 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4530018-1752261061/watcher-4530018-1752261061 -o /tmp/evaluation-result-4530018-1752261061/solver-4530018-1752261061 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1752258608-128090 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4530018-1752261061.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.10007 s]*
/proc/loadavg: 4.18 4.27 4.07 5/257 128931
/proc/meminfo: memFree=71529940/131382116 swapFree=33009904/33010684
[pid=128926] ppid=128923 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/128926/stat : 128926 (scip-naps-1.00a) S 128923 128926 128080 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 141785279 4292608 736 18446744073709551615 94066007830528 94066008725061 140724055743536 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94066008964112 94066009011856 94066038882304 140724055751067 140724055751166 140724055751166 140724055756770 0
/proc/128926/statm: 1048 736 672 219 0 110 0
[pid=128931] ppid=128926 vsize=13320 memory=10240 CPUtime=0.06 cores=0,2
/proc/128931/stat : 128931 (python3) R 128926 128926 128080 0 -1 4194304 1548 0 0 0 5 1 0 0 20 0 1 0 141785282 13639680 2560 18446744073709551615 94243240398848 94243240399225 140729337054800 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94243240410520 94243240411140 94243243515904 140729337059663 140729337059872 140729337059872 140729337065447 0
/proc/128931/statm: 3330 2560 1184 1 0 1507 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 17512 KiB
Current children cumulated memory: 13184 KiB

[startup+0.21494 s]*
/proc/loadavg: 4.18 4.27 4.07 5/257 128931
/proc/meminfo: memFree=71529716/131382116 swapFree=33009904/33010684
[pid=128926] ppid=128923 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/128926/stat : 128926 (scip-naps-1.00a) S 128923 128926 128080 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 141785279 4292608 736 18446744073709551615 94066007830528 94066008725061 140724055743536 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94066008964112 94066009011856 94066038882304 140724055751067 140724055751166 140724055751166 140724055756770 0
/proc/128926/statm: 1048 736 672 219 0 110 0
[pid=128931] ppid=128926 vsize=1186288 memory=30964 CPUtime=0.16 cores=0,2
/proc/128931/stat : 128931 (python3) R 128926 128926 128080 0 -1 4194304 3553 0 0 0 14 2 0 0 20 0 1 0 141785282 1214758912 7741 18446744073709551615 94243240398848 94243240399225 140729337054800 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94243240410520 94243240411140 94243243515904 140729337059663 140729337059872 140729337059872 140729337065447 0
/proc/128931/statm: 296572 7741 4838 1 0 268594 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 1190480 KiB
Current children cumulated memory: 33908 KiB

[startup+0.313435 s]*
/proc/loadavg: 4.18 4.27 4.07 5/257 128931
/proc/meminfo: memFree=71521652/131382116 swapFree=33009904/33010684
[pid=128926] ppid=128923 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/128926/stat : 128926 (scip-naps-1.00a) S 128923 128926 128080 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 141785279 4292608 736 18446744073709551615 94066007830528 94066008725061 140724055743536 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94066008964112 94066009011856 94066038882304 140724055751067 140724055751166 140724055751166 140724055756770 0
/proc/128926/statm: 1048 736 672 219 0 110 0
[pid=128931] ppid=128926 vsize=1190524 memory=35700 CPUtime=0.26 cores=0,2
/proc/128931/stat : 128931 (python3) R 128926 128926 128080 0 -1 4194304 4526 0 0 0 23 3 0 0 20 0 1 0 141785282 1219096576 8925 18446744073709551615 94243240398848 94243240399225 140729337054800 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94243240410520 94243240411140 94243243515904 140729337059663 140729337059872 140729337059872 140729337065447 0
/proc/128931/statm: 297631 8925 5062 1 0 269522 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 1194716 KiB
Current children cumulated memory: 38644 KiB

[startup+0.700434 s]
/proc/loadavg: 4.18 4.27 4.07 5/257 128931
/proc/meminfo: memFree=71517052/131382116 swapFree=33009904/33010684
[pid=128926] ppid=128923 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/128926/stat : 128926 (scip-naps-1.00a) S 128923 128926 128080 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 141785279 4292608 736 18446744073709551615 94066007830528 94066008725061 140724055743536 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94066008964112 94066009011856 94066038882304 140724055751067 140724055751166 140724055751166 140724055756770 0
/proc/128926/statm: 1048 736 672 219 0 110 0
[pid=128931] ppid=128926 vsize=1225036 memory=77556 CPUtime=0.63 cores=0,2
/proc/128931/stat : 128931 (python3) R 128926 128926 128080 0 -1 4194304 12332 0 0 0 57 6 0 0 20 0 1 0 141785282 1254436864 19389 18446744073709551615 94243240398848 94243240399225 140729337054800 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 94243240410520 94243240411140 94243243515904 140729337059663 140729337059872 140729337059872 140729337065447 0
/proc/128931/statm: 306259 19389 7942 1 0 277617 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 1229228 KiB
Current children cumulated memory: 80500 KiB

[startup+1.50043 s]
/proc/loadavg: 4.17 4.27 4.07 5/257 128931
/proc/meminfo: memFree=71492732/131382116 swapFree=33009904/33010684
[pid=128926] ppid=128923 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/128926/stat : 128926 (scip-naps-1.00a) S 128923 128926 128080 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 141785279 4292608 736 18446744073709551615 94066007830528 94066008725061 140724055743536 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94066008964112 94066009011856 94066038882304 140724055751067 140724055751166 140724055751166 140724055756770 0
/proc/128926/statm: 1048 736 672 219 0 110 0
[pid=128931] ppid=128926 vsize=1262188 memory=107508 CPUtime=1.42 cores=0,2
/proc/128931/stat : 128931 (python3) R 128926 128926 128080 0 -1 4194304 20147 0 0 0 135 7 0 0 20 0 1 0 141785282 1292480512 26877 18446744073709551615 94243240398848 94243240399225 140729337054800 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 94243240410520 94243240411140 94243243515904 140729337059663 140729337059872 140729337059872 140729337065447 0
/proc/128931/statm: 315547 26877 8134 1 0 286905 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 1266380 KiB
Current children cumulated memory: 110452 KiB

[startup+3.11315 s]
/proc/loadavg: 4.17 4.27 4.07 5/257 128931
/proc/meminfo: memFree=71162052/131382116 swapFree=33009904/33010684
[pid=128926] ppid=128923 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/128926/stat : 128926 (scip-naps-1.00a) S 128923 128926 128080 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 141785279 4292608 736 18446744073709551615 94066007830528 94066008725061 140724055743536 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94066008964112 94066009011856 94066038882304 140724055751067 140724055751166 140724055751166 140724055756770 0
/proc/128926/statm: 1048 736 672 219 0 110 0
[pid=128931] ppid=128926 vsize=1262784 memory=107892 CPUtime=3.03 cores=0,2
/proc/128931/stat : 128931 (python3) R 128926 128926 128080 0 -1 4194304 20223 0 0 0 296 7 0 0 20 0 1 0 141785282 1293090816 26973 18446744073709551615 94243240398848 94243240399225 140729337054800 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 94243240410520 94243240411140 94243243515904 140729337059663 140729337059872 140729337059872 140729337065447 0
/proc/128931/statm: 315696 26973 8134 1 0 287054 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 1266976 KiB
Current children cumulated memory: 110836 KiB

[startup+6.3004 s]
/proc/loadavg: 4.15 4.26 4.07 5/257 128931
/proc/meminfo: memFree=70981160/131382116 swapFree=33009904/33010684
[pid=128926] ppid=128923 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/128926/stat : 128926 (scip-naps-1.00a) S 128923 128926 128080 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 141785279 4292608 736 18446744073709551615 94066007830528 94066008725061 140724055743536 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94066008964112 94066009011856 94066038882304 140724055751067 140724055751166 140724055751166 140724055756770 0
/proc/128926/statm: 1048 736 672 219 0 110 0
[pid=128931] ppid=128926 vsize=1369028 memory=203892 CPUtime=6.21 cores=0,2
/proc/128931/stat : 128931 (python3) R 128926 128926 128080 0 -1 4194304 44210 0 0 0 610 11 0 0 20 0 1 0 141785282 1401884672 50973 18446744073709551615 94243240398848 94243240399225 140729337054800 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 94243240410520 94243240411140 94243243515904 140729337059663 140729337059872 140729337059872 140729337065447 0
/proc/128931/statm: 342257 50973 8166 1 0 313615 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 1373220 KiB
Current children cumulated memory: 206836 KiB

[startup+12.7004 s]
/proc/loadavg: 4.22 4.27 4.08 5/257 128932
/proc/meminfo: memFree=70787736/131382116 swapFree=33009904/33010684
[pid=128926] ppid=128923 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/128926/stat : 128926 (scip-naps-1.00a) S 128923 128926 128080 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 141785279 4292608 736 18446744073709551615 94066007830528 94066008725061 140724055743536 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94066008964112 94066009011856 94066038882304 140724055751067 140724055751166 140724055751166 140724055756770 0
/proc/128926/statm: 1048 736 672 219 0 110 0
[pid=128931] ppid=128926 vsize=1396408 memory=231224 CPUtime=12.6 cores=0,2
/proc/128931/stat : 128931 (python3) R 128926 128926 128080 0 -1 4194304 54863 0 0 0 1247 13 0 0 20 0 1 0 141785282 1429921792 57806 18446744073709551615 94243240398848 94243240399225 140729337054800 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 94243240410520 94243240411140 94243243515904 140729337059663 140729337059872 140729337059872 140729337065447 0
/proc/128931/statm: 349102 57806 8166 1 0 320460 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 1400600 KiB
Current children cumulated memory: 234168 KiB

[startup+25.5004 s]
/proc/loadavg: 4.19 4.26 4.08 5/256 128932
/proc/meminfo: memFree=65238348/131382116 swapFree=33009904/33010684
[pid=128926] ppid=128923 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/128926/stat : 128926 (scip-naps-1.00a) S 128923 128926 128080 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 141785279 4292608 736 18446744073709551615 94066007830528 94066008725061 140724055743536 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94066008964112 94066009011856 94066038882304 140724055751067 140724055751166 140724055751166 140724055756770 0
/proc/128926/statm: 1048 736 672 219 0 110 0
[pid=128931] ppid=128926 vsize=1390900 memory=225952 CPUtime=25.36 cores=0,2
/proc/128931/stat : 128931 (python3) R 128926 128926 128080 0 -1 4194304 55025 0 0 0 2523 13 0 0 20 0 1 0 141785282 1424281600 56488 18446744073709551615 94243240398848 94243240399225 140729337054800 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 94243240410520 94243240411140 94243243515904 140729337059663 140729337059872 140729337059872 140729337065447 0
/proc/128931/statm: 347725 56488 8166 1 0 319083 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 1395092 KiB
Current children cumulated memory: 228896 KiB

[startup+51.1133 s]
/proc/loadavg: 4.17 4.25 4.08 5/256 128932
/proc/meminfo: memFree=65784752/131382116 swapFree=33009904/33010684
[pid=128926] ppid=128923 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/128926/stat : 128926 (scip-naps-1.00a) S 128923 128926 128080 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 141785279 4292608 736 18446744073709551615 94066007830528 94066008725061 140724055743536 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94066008964112 94066009011856 94066038882304 140724055751067 140724055751166 140724055751166 140724055756770 0
/proc/128926/statm: 1048 736 672 219 0 110 0
[pid=128931] ppid=128926 vsize=1395264 memory=231140 CPUtime=50.9 cores=0,2
/proc/128931/stat : 128931 (python3) R 128926 128926 128080 0 -1 4194304 60235 0 0 0 5076 14 0 0 20 0 1 0 141785282 1428750336 57785 18446744073709551615 94243240398848 94243240399225 140729337054800 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 94243240410520 94243240411140 94243243515904 140729337059663 140729337059872 140729337059872 140729337065447 0
/proc/128931/statm: 348816 57785 8166 1 0 320174 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 1399456 KiB
Current children cumulated memory: 234084 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.23 4.08 5/257 128939
/proc/meminfo: memFree=67117940/131382116 swapFree=33009904/33010684
[pid=128926] ppid=128923 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/128926/stat : 128926 (scip-naps-1.00a) S 128923 128926 128080 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 141785279 4292608 736 18446744073709551615 94066007830528 94066008725061 140724055743536 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94066008964112 94066009011856 94066038882304 140724055751067 140724055751166 140724055751166 140724055756770 0
/proc/128926/statm: 1048 736 672 219 0 110 0
[pid=128931] ppid=128926 vsize=1405484 memory=241616 CPUtime=101.92 cores=0,2
/proc/128931/stat : 128931 (python3) R 128926 128926 128080 0 -1 4194304 74323 0 0 0 10176 16 0 0 20 0 1 0 141785282 1439215616 60404 18446744073709551615 94243240398848 94243240399225 140729337054800 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 94243240410520 94243240411140 94243243515904 140729337059663 140729337059872 140729337059872 140729337065447 0
/proc/128931/statm: 351371 60404 8166 1 0 322729 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 1409676 KiB
Current children cumulated memory: 244560 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.20 4.08 5/257 129041
/proc/meminfo: memFree=92861136/131382116 swapFree=33009904/33010684
[pid=128926] ppid=128923 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/128926/stat : 128926 (scip-naps-1.00a) S 128923 128926 128080 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 141785279 4292608 736 18446744073709551615 94066007830528 94066008725061 140724055743536 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94066008964112 94066009011856 94066038882304 140724055751067 140724055751166 140724055751166 140724055756770 0
/proc/128926/statm: 1048 736 672 219 0 110 0
[pid=128931] ppid=128926 vsize=1430100 memory=263268 CPUtime=161.74 cores=0,2
/proc/128931/stat : 128931 (python3) R 128926 128926 128080 0 -1 4194304 81091 0 0 0 16156 18 0 0 20 0 1 0 141785282 1464422400 65817 18446744073709551615 94243240398848 94243240399225 140729337054800 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 94243240410520 94243240411140 94243243515904 140729337059663 140729337059872 140729337059872 140729337065447 0
/proc/128931/statm: 357525 65817 8166 1 0 328883 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 1434292 KiB
Current children cumulated memory: 266212 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 4.17 4.08 5/257 129043
/proc/meminfo: memFree=88990708/131382116 swapFree=33009904/33010684
[pid=128926] ppid=128923 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/128926/stat : 128926 (scip-naps-1.00a) S 128923 128926 128080 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 141785279 4292608 736 18446744073709551615 94066007830528 94066008725061 140724055743536 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94066008964112 94066009011856 94066038882304 140724055751067 140724055751166 140724055751166 140724055756770 0
/proc/128926/statm: 1048 736 672 219 0 110 0
[pid=128931] ppid=128926 vsize=1430100 memory=263396 CPUtime=221.55 cores=0,2
/proc/128931/stat : 128931 (python3) R 128926 128926 128080 0 -1 4194304 81114 0 0 0 22137 18 0 0 20 0 1 0 141785282 1464422400 65849 18446744073709551615 94243240398848 94243240399225 140729337054800 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 94243240410520 94243240411140 94243243515904 140729337059663 140729337059872 140729337059872 140729337065447 0
/proc/128931/statm: 357525 65849 8166 1 0 328883 0
Current children cumulated CPU time: 221.55 s

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

/proc/128931/statm: 358408 66585 8166 1 0 329766 0
[pid=129199] ppid=128931 vsize=40080 memory=29868 CPUtime=798.97 cores=0,2
/proc/129199/stat : 129199 (naps-1.03a6) R 128931 129199 129199 0 -1 4194304 1663450 0 0 0 79629 268 0 0 20 0 1 0 141835321 41041920 7467 18446744073709551615 4198400 7047149 140728660596848 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 21655552 140728660601231 140728660601329 140728660601329 140728660606921 0
/proc/129199/statm: 10020 7467 544 696 0 9181 0
Current children cumulated CPU time: 1297.79 s
Current children cumulated vsize: 1477904 KiB
Current children cumulated memory: 299152 KiB

[startup+1362.3 s]
/proc/loadavg: 4.07 4.19 4.16 5/257 130809
/proc/meminfo: memFree=113734736/131382116 swapFree=33009904/33010684
[pid=128926] ppid=128923 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/128926/stat : 128926 (scip-naps-1.00a) S 128923 128926 128080 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 141785279 4292608 736 18446744073709551615 94066007830528 94066008725061 140724055743536 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94066008964112 94066009011856 94066038882304 140724055751067 140724055751166 140724055751166 140724055756770 0
/proc/128926/statm: 1048 736 672 219 0 110 0
[pid=128931] ppid=128926 vsize=1433632 memory=266340 CPUtime=498.82 cores=0,2
/proc/128931/stat : 128931 (python3) S 128926 128926 128080 0 -1 4194304 82037 0 0 0 49861 21 0 0 20 0 1 0 141785282 1468039168 66585 18446744073709551615 94243240398848 94243240399225 140729337054800 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94243240410520 94243240411140 94243243515904 140729337059663 140729337059872 140729337059872 140729337065447 0
/proc/128931/statm: 358408 66585 8166 1 0 329766 0
[pid=129199] ppid=128931 vsize=40080 memory=30392 CPUtime=858.74 cores=0,2
/proc/129199/stat : 129199 (naps-1.03a6) R 128931 129199 129199 0 -1 4194304 1664106 0 0 0 85605 269 0 0 20 0 1 0 141835321 41041920 7598 18446744073709551615 4198400 7047149 140728660596848 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 21655552 140728660601231 140728660601329 140728660601329 140728660606921 0
/proc/129199/statm: 10020 7598 544 696 0 9181 0
Current children cumulated CPU time: 1357.56 s
Current children cumulated vsize: 1477904 KiB
Current children cumulated memory: 299676 KiB

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

# cumulated CPU time of all completed processes:  user=1411.36 s, system=2.99345 s

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

[startup+1382.4 s]
/proc/loadavg: 4.11 4.19 4.16 5/257 130811
/proc/meminfo: memFree=113725908/131382116 swapFree=33009904/33010684
[pid=128926] ppid=128923 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/128926/stat : 128926 (scip-naps-1.00a) S 128923 128926 128080 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 141785279 4292608 736 18446744073709551615 94066007830528 94066008725061 140724055743536 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94066008964112 94066009011856 94066038882304 140724055751067 140724055751166 140724055751166 140724055756770 0
/proc/128926/statm: 1048 736 672 219 0 110 0
[pid=128931] ppid=128926 vsize=1433632 memory=266340 CPUtime=498.82 cores=0,2
/proc/128931/stat : 128931 (python3) S 128926 128926 128080 0 -1 4194304 82037 0 0 0 49861 21 0 0 20 0 1 0 141785282 1468039168 66585 18446744073709551615 94243240398848 94243240399225 140729337054800 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94243240410520 94243240411140 94243243515904 140729337059663 140729337059872 140729337059872 140729337065447 0
/proc/128931/statm: 358408 66585 8166 1 0 329766 0
[pid=129199] ppid=128931 vsize=40080 memory=30392 CPUtime=878.77 cores=0,2
/proc/129199/stat : 129199 (naps-1.03a6) R 128931 129199 129199 0 -1 4194304 1664110 0 0 0 87607 270 0 0 20 0 1 0 141835321 41041920 7598 18446744073709551615 4198400 7047149 140728660596848 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 21655552 140728660601231 140728660601329 140728660601329 140728660606921 0
/proc/129199/statm: 10020 7598 544 696 0 9181 0
Current children cumulated CPU time: 1377.59 s
Current children cumulated vsize: 1477904 KiB
Current children cumulated memory: 299676 KiB

[startup+1395.2 s]
/proc/loadavg: 4.09 4.18 4.16 5/257 130811
/proc/meminfo: memFree=113704156/131382116 swapFree=33009904/33010684
[pid=128926] ppid=128923 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/128926/stat : 128926 (scip-naps-1.00a) S 128923 128926 128080 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 141785279 4292608 736 18446744073709551615 94066007830528 94066008725061 140724055743536 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94066008964112 94066009011856 94066038882304 140724055751067 140724055751166 140724055751166 140724055756770 0
/proc/128926/statm: 1048 736 672 219 0 110 0
[pid=128931] ppid=128926 vsize=1433632 memory=266340 CPUtime=498.82 cores=0,2
/proc/128931/stat : 128931 (python3) S 128926 128926 128080 0 -1 4194304 82037 0 0 0 49861 21 0 0 20 0 1 0 141785282 1468039168 66585 18446744073709551615 94243240398848 94243240399225 140729337054800 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94243240410520 94243240411140 94243243515904 140729337059663 140729337059872 140729337059872 140729337065447 0
/proc/128931/statm: 358408 66585 8166 1 0 329766 0
[pid=129199] ppid=128931 vsize=40080 memory=30392 CPUtime=891.52 cores=0,2
/proc/129199/stat : 129199 (naps-1.03a6) R 128931 129199 129199 0 -1 4194304 1664110 0 0 0 88882 270 0 0 20 0 1 0 141835321 41041920 7598 18446744073709551615 4198400 7047149 140728660596848 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 21655552 140728660601231 140728660601329 140728660601329 140728660606921 0
/proc/129199/statm: 10020 7598 544 696 0 9181 0
Current children cumulated CPU time: 1390.34 s
Current children cumulated vsize: 1477904 KiB
Current children cumulated memory: 299676 KiB

[startup+1408 s]*
/proc/loadavg: 4.07 4.17 4.16 5/257 130811
/proc/meminfo: memFree=113697916/131382116 swapFree=33009904/33010684
[pid=128926] ppid=128923 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/128926/stat : 128926 (scip-naps-1.00a) S 128923 128926 128080 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 141785279 4292608 736 18446744073709551615 94066007830528 94066008725061 140724055743536 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94066008964112 94066009011856 94066038882304 140724055751067 140724055751166 140724055751166 140724055756770 0
/proc/128926/statm: 1048 736 672 219 0 110 0
[pid=128931] ppid=128926 vsize=1433632 memory=266340 CPUtime=498.82 cores=0,2
/proc/128931/stat : 128931 (python3) S 128926 128926 128080 0 -1 4194304 82037 0 0 0 49861 21 0 0 20 0 1 0 141785282 1468039168 66585 18446744073709551615 94243240398848 94243240399225 140729337054800 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94243240410520 94243240411140 94243243515904 140729337059663 140729337059872 140729337059872 140729337065447 0
/proc/128931/statm: 358408 66585 8166 1 0 329766 0
[pid=129199] ppid=128931 vsize=40080 memory=30392 CPUtime=904.28 cores=0,2
/proc/129199/stat : 129199 (naps-1.03a6) R 128931 129199 129199 0 -1 4194304 1664111 0 0 0 90158 270 0 0 20 0 1 0 141835321 41041920 7598 18446744073709551615 4198400 7047149 140728660596848 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 21655552 140728660601231 140728660601329 140728660601329 140728660606921 0
/proc/129199/statm: 10020 7598 544 696 0 9181 0
Current children cumulated CPU time: 1403.1 s
Current children cumulated vsize: 1477904 KiB
Current children cumulated memory: 299676 KiB

[startup+1414.4 s]
/proc/loadavg: 4.15 4.19 4.16 5/257 130811
/proc/meminfo: memFree=113677880/131382116 swapFree=33009904/33010684
[pid=128926] ppid=128923 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/128926/stat : 128926 (scip-naps-1.00a) S 128923 128926 128080 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 141785279 4292608 736 18446744073709551615 94066007830528 94066008725061 140724055743536 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94066008964112 94066009011856 94066038882304 140724055751067 140724055751166 140724055751166 140724055756770 0
/proc/128926/statm: 1048 736 672 219 0 110 0
[pid=128931] ppid=128926 vsize=1433632 memory=266340 CPUtime=498.82 cores=0,2
/proc/128931/stat : 128931 (python3) S 128926 128926 128080 0 -1 4194304 82037 0 0 0 49861 21 0 0 20 0 1 0 141785282 1468039168 66585 18446744073709551615 94243240398848 94243240399225 140729337054800 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94243240410520 94243240411140 94243243515904 140729337059663 140729337059872 140729337059872 140729337065447 0
/proc/128931/statm: 358408 66585 8166 1 0 329766 0
[pid=129199] ppid=128931 vsize=40080 memory=30392 CPUtime=910.65 cores=0,2
/proc/129199/stat : 129199 (naps-1.03a6) R 128931 129199 129199 0 -1 4194304 1664111 0 0 0 90795 270 0 0 20 0 1 0 141835321 41041920 7598 18446744073709551615 4198400 7047149 140728660596848 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 21655552 140728660601231 140728660601329 140728660601329 140728660606921 0
/proc/129199/statm: 10020 7598 544 696 0 9181 0
Current children cumulated CPU time: 1409.47 s
Current children cumulated vsize: 1477904 KiB
Current children cumulated memory: 299676 KiB

[startup+1417.6 s]
/proc/loadavg: 4.13 4.18 4.16 5/257 130811
/proc/meminfo: memFree=113665720/131382116 swapFree=33009904/33010684
[pid=128926] ppid=128923 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/128926/stat : 128926 (scip-naps-1.00a) S 128923 128926 128080 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 141785279 4292608 736 18446744073709551615 94066007830528 94066008725061 140724055743536 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94066008964112 94066009011856 94066038882304 140724055751067 140724055751166 140724055751166 140724055756770 0
/proc/128926/statm: 1048 736 672 219 0 110 0
[pid=128931] ppid=128926 vsize=1433632 memory=266340 CPUtime=498.82 cores=0,2
/proc/128931/stat : 128931 (python3) S 128926 128926 128080 0 -1 4194304 82037 0 0 0 49861 21 0 0 20 0 1 0 141785282 1468039168 66585 18446744073709551615 94243240398848 94243240399225 140729337054800 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94243240410520 94243240411140 94243243515904 140729337059663 140729337059872 140729337059872 140729337065447 0
/proc/128931/statm: 358408 66585 8166 1 0 329766 0
[pid=129199] ppid=128931 vsize=35984 memory=26040 CPUtime=913.83 cores=0,2
/proc/129199/stat : 129199 (naps-1.03a6) R 128931 129199 129199 0 -1 4194304 1664460 0 0 0 91113 270 0 0 20 0 1 0 141835321 36847616 6510 18446744073709551615 4198400 7047149 140728660596848 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 21655552 140728660601231 140728660601329 140728660601329 140728660606921 0
/proc/129199/statm: 8996 6510 544 696 0 8157 0
Current children cumulated CPU time: 1412.65 s
Current children cumulated vsize: 1473808 KiB
Current children cumulated memory: 295324 KiB

[startup+1418.4 s]
/proc/loadavg: 4.13 4.18 4.16 5/257 130811
/proc/meminfo: memFree=113657656/131382116 swapFree=33009904/33010684
[pid=128926] ppid=128923 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/128926/stat : 128926 (scip-naps-1.00a) S 128923 128926 128080 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 141785279 4292608 736 18446744073709551615 94066007830528 94066008725061 140724055743536 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94066008964112 94066009011856 94066038882304 140724055751067 140724055751166 140724055751166 140724055756770 0
/proc/128926/statm: 1048 736 672 219 0 110 0
[pid=128931] ppid=128926 vsize=1433632 memory=266340 CPUtime=498.82 cores=0,2
/proc/128931/stat : 128931 (python3) S 128926 128926 128080 0 -1 4194304 82037 0 0 0 49861 21 0 0 20 0 1 0 141785282 1468039168 66585 18446744073709551615 94243240398848 94243240399225 140729337054800 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94243240410520 94243240411140 94243243515904 140729337059663 140729337059872 140729337059872 140729337065447 0
/proc/128931/statm: 358408 66585 8166 1 0 329766 0
[pid=129199] ppid=128931 vsize=35984 memory=26680 CPUtime=914.63 cores=0,2
/proc/129199/stat : 129199 (naps-1.03a6) R 128931 129199 129199 0 -1 4194304 1664599 0 0 0 91193 270 0 0 20 0 1 0 141835321 36847616 6670 18446744073709551615 4198400 7047149 140728660596848 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 21655552 140728660601231 140728660601329 140728660601329 140728660606921 0
/proc/129199/statm: 8996 6670 544 696 0 8157 0
Current children cumulated CPU time: 1413.45 s
Current children cumulated vsize: 1473808 KiB
Current children cumulated memory: 295964 KiB

[startup+1418.8 s]
/proc/loadavg: 4.13 4.18 4.16 5/257 130811
/proc/meminfo: memFree=113657656/131382116 swapFree=33009904/33010684
[pid=128926] ppid=128923 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/128926/stat : 128926 (scip-naps-1.00a) S 128923 128926 128080 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 141785279 4292608 736 18446744073709551615 94066007830528 94066008725061 140724055743536 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94066008964112 94066009011856 94066038882304 140724055751067 140724055751166 140724055751166 140724055756770 0
/proc/128926/statm: 1048 736 672 219 0 110 0
[pid=128931] ppid=128926 vsize=1433632 memory=266340 CPUtime=498.82 cores=0,2
/proc/128931/stat : 128931 (python3) S 128926 128926 128080 0 -1 4194304 82037 0 0 0 49861 21 0 0 20 0 1 0 141785282 1468039168 66585 18446744073709551615 94243240398848 94243240399225 140729337054800 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94243240410520 94243240411140 94243243515904 140729337059663 140729337059872 140729337059872 140729337065447 0
/proc/128931/statm: 358408 66585 8166 1 0 329766 0
[pid=129199] ppid=128931 vsize=40080 memory=26936 CPUtime=915.03 cores=0,2
/proc/129199/stat : 129199 (naps-1.03a6) R 128931 129199 129199 0 -1 4194304 1664671 0 0 0 91233 270 0 0 20 0 1 0 141835321 41041920 6734 18446744073709551615 4198400 7047149 140728660596848 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 21655552 140728660601231 140728660601329 140728660601329 140728660606921 0
/proc/129199/statm: 10020 6734 544 696 0 9181 0
Current children cumulated CPU time: 1413.85 s
Current children cumulated vsize: 1477904 KiB
Current children cumulated memory: 296220 KiB

[startup+1419.2 s]
/proc/loadavg: 4.13 4.18 4.16 5/257 130811
/proc/meminfo: memFree=113657656/131382116 swapFree=33009904/33010684
[pid=128926] ppid=128923 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/128926/stat : 128926 (scip-naps-1.00a) S 128923 128926 128080 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 141785279 4292608 736 18446744073709551615 94066007830528 94066008725061 140724055743536 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94066008964112 94066009011856 94066038882304 140724055751067 140724055751166 140724055751166 140724055756770 0
/proc/128926/statm: 1048 736 672 219 0 110 0
[pid=128931] ppid=128926 vsize=1433632 memory=266340 CPUtime=1414.25 cores=0,2
/proc/128931/stat : 128931 (python3) R 128926 128926 128080 0 -1 4194304 99162 1664754 0 0 49867 24 91264 270 20 0 1 0 141785282 1468039168 66585 18446744073709551615 94243240398848 94243240399225 140729337054800 0 0 0 0 16781312 16386 0 0 0 17 2 0 0 0 0 0 94243240410520 94243240411140 94243243515904 140729337059663 140729337059872 140729337059872 140729337065447 0
/proc/128931/statm: 358408 66585 8166 1 0 329766 0
Current children cumulated CPU time: 1414.25 s
Current children cumulated vsize: 1437824 KiB
Current children cumulated memory: 269284 KiB

Child status: 0

Real time (s): 1419.28
CPU time (s): 1414.35
CPU user time (s): 1411.36
CPU system time (s): 2.99345
CPU usage (%): 99.6532
Max. virtual memory (cumulated for all children) (KiB): 1497592
Max. memory (cumulated for all children) (KiB): 319372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1411.36
system time used= 2.99345
maximum resident set size= 266340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1770491
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= 356
involuntary context switches= 3239


# summary of solver processes directly reported to runsolver:
#   pid: 128926
#   total CPU time (s): 1414.35
#   total CPU user time (s): 1411.36
#   total CPU system time (s): 2.99345

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.04933 second user time and 14.2147 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-11 21:11:01
IDJOB=4530018
IDBENCH=162693
IDSOLVER=3388
FILE ID=nodeC004/4530018-1752261061
RUNJOBID= nodeC004-1752258608-128090
SLURM_JOB_ID= 9682614
Free space on /tmp= 431384 MiB

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

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

MD5SUM BENCH= 483b29da31af2436e91ca4a2082e11b8
RANDOM SEED=429743252

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		: 1197.465
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		: 3667.100
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.211
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.698
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		: 3662.598
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		: 3691.923
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.397
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		: 1197.269
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:        71521408 kB
MemAvailable:   72927408 kB
Buffers:            2128 kB
Cached:          2151344 kB
SwapCached:           32 kB
Active:         57377492 kB
Inactive:        1544792 kB
Active(anon):   56776020 kB
Inactive(anon):    10724 kB
Active(file):     601472 kB
Inactive(file):  1534068 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5924 kB
Writeback:             0 kB
AnonPages:      56771880 kB
Mapped:           135844 kB
Shmem:             17932 kB
KReclaimable:     220172 kB
Slab:             309972 kB
SReclaimable:     220172 kB
SUnreclaim:        89800 kB
KernelStack:        4128 kB
PageTables:       115568 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   64344868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  22571008 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= 431652 MiB
End job on nodeC004 at 2025-07-11 21:34:40