Trace number 4510879

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 2025-06-13UNSAT 31.4855 31.6141

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-left3reg-l030-r029-n1.cnf-extracted.pb.metafix.opb
MD5SUM79fa89af2a81ff34420b4237c37a98eb
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.080866
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2358
Total number of constraints5575
Number of constraints which are clauses2637
Number of constraints which are cardinality constraints (but not clauses)2938
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 8.0.0] [GitHash: 0408ae5eca]
0.00/0.00	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c External libraries: 
0.00/0.00	c   SoPlex 8.0.0         Linear programming solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: 67f6a391]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 4.0.0        AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 3.0.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   bliss 0.77           Computing Graph Automorphisms by T. Junttila and P. Kaski (users.aalto.fi/~tjunttil/bliss)
0.00/0.00	c   sassy 2.0            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c 
0.00/0.00	c reading problem <HOME/instance-4510879-1751202056.opb>
0.00/0.01	c original problem has 2358 variables (2358 bin, 0 int, 0 cont) and 5575 constraints
0.00/0.01	c problem read in 0.011 seconds
0.00/0.01	c problem without objective
0.00/0.02	c presolving:
0.00/0.03	c    (0.0s) running MILP presolver
0.00/0.04	c    (0.0s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.00/0.04	c (round 1, medium)     0 del vars, 5575 del conss, 3456 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3456 clqs
0.00/0.05	c (round 2, exhaustive) 0 del vars, 5575 del conss, 3456 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3456 upgd conss, 0 impls, 3456 clqs
0.00/0.07	c    (0.1s) probing: 51/2358 (2.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.07	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.00/0.08	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.08	c    (0.1s) symmetry computation finished: 3 generators found (max: 1500, log10 of symmetry group size: 1.08) (symcode time: 0.00)
0.00/0.09	c dynamic symmetry handling statistics:
0.00/0.09	c    orbitopal reduction:       no components
0.00/0.09	c    orbital reduction:         no components
0.00/0.09	c    lexicographic reduction:   no permutations
0.00/0.09	c handled 1 out of 1 symmetry components
0.00/0.09	c (round 3, exhaustive) 10 del vars, 5575 del conss, 3458 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3456 upgd conss, 0 impls, 3434 clqs
0.00/0.09	c (round 4, fast)       25 del vars, 5604 del conss, 3458 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3456 upgd conss, 0 impls, 3427 clqs
0.00/0.09	c (round 5, exhaustive) 27 del vars, 5611 del conss, 3458 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3456 upgd conss, 0 impls, 3420 clqs
0.00/0.10	c    (0.1s) probing: 56/2358 (2.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.10	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.00/0.10	c presolving (6 rounds: 6 fast, 5 medium, 4 exhaustive):
0.00/0.10	c  27 deleted vars, 5611 deleted constraints, 3458 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.10	c  0 implications, 3420 cliques
0.00/0.10	c presolved problem has 2339 variables (2339 bin, 0 int, 0 cont) and 3422 constraints
0.00/0.10	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
0.00/0.10	c    3420 constraints of type <setppc>
0.00/0.10	c       2 constraints of type <orbitope_pp>
0.00/0.10	c transformed objective value is always integral (scale: 1)
0.00/0.10	c Presolving Time: 0.08
0.00/0.10	c 
0.00/0.10	c - non default parameters ----------------------------------------------------------------------
0.00/0.10	c 
0.00/0.10	c # SCIP version 10.0.0
0.00/0.10	c 
0.00/0.10	c # maximal time in seconds to run
0.00/0.10	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.10	c limits/time = 3596.998057
0.00/0.10	c 
0.00/0.10	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.10	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.10	c limits/memory = 27900
0.00/0.10	c 
0.00/0.10	c # belongs reading time to solving time?
0.00/0.10	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.10	c timing/reading = TRUE
0.00/0.10	c 
0.00/0.10	c # maximum allowed 'intsize' (i.e. the number of bits required to represent the sum of absolute values of all integers that appear in a constraint or objective function) or -1 for unlimited
0.00/0.10	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
0.00/0.10	c reading/opbreader/maxintsize = 47
0.00/0.10	c 
0.00/0.10	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
0.00/0.10	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
0.00/0.10	c propagating/genvbounds/timingmask = 0
0.00/0.10	c 
0.00/0.10	c -----------------------------------------------------------------------------------------------
0.00/0.10	c 
0.09/0.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.09/0.16	c   0.2s|     1 |     0 |  2131 |     - |    44M |   0 |2339 |3455 |3420 |   0 |  0 |  33 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.59/0.61	c   0.6s|     1 |     0 |  6090 |     - |    48M |   0 |2339 |3493 |3422 |   2 |  1 |  34 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.59/0.69	c   0.7s|     1 |     0 |  6143 |     - |    49M |   0 |2339 |3494 |3427 |   7 |  2 |  35 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.79/0.80	c   0.8s|     1 |     0 |  6192 |     - |    52M |   0 |2339 |3496 |3430 |  10 |  3 |  37 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.79/0.88	c   0.9s|     1 |     0 |  6243 |     - |    55M |   0 |2339 |3498 |3434 |  14 |  4 |  39 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.89/0.98	c   1.0s|     1 |     0 |  6300 |     - |    58M |   0 |2339 |3499 |3435 |  15 |  5 |  40 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.09/1.14	c   1.1s|     1 |     0 |  6406 |     - |    64M |   0 |2339 |3500 |3437 |  17 |  6 |  41 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.18/1.26	c   1.3s|     1 |     0 |  6455 |     - |    66M |   0 |2339 |3501 |3439 |  19 |  7 |  42 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.39/1.46	c   1.5s|     1 |     0 |  6530 |     - |    72M |   0 |2339 |3502 |3440 |  20 |  8 |  43 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.59/1.62	c   1.6s|     1 |     0 |  6577 |     - |    77M |   0 |2339 |3503 |3442 |  22 |  9 |  44 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.68/1.74	c   1.7s|     1 |     0 |  6627 |     - |    81M |   0 |2339 |3504 |3445 |  25 | 10 |  45 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.68/1.77	c   1.8s|     1 |     0 |  6661 |     - |    81M |   0 |2339 |3505 |3447 |  27 | 11 |  46 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.99/2.03	c   2.0s|     1 |     2 |  8057 |     - |    81M |   0 |2339 |3509 |3447 |  27 | 11 |  50 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.88/3.98	c   4.0s|   100 |    24 | 24010 | 175.2 |    84M |  20 |2339 |3677 |3431 |  73 |  0 | 230 |  12 | 0.000000e+00 |      --      |    Inf |   2.04%
5.24/5.40	c   5.4s|   200 |    32 | 32097 | 127.8 |    90M |  20 |2339 |3846 |3430 | 166 |  0 | 401 |  12 | 0.000000e+00 |      --      |    Inf |   4.71%
5.94/6.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.94/6.08	c   6.1s|   300 |    23 | 35655 |  97.0 |    93M |  20 |2339 |3951 |3441 | 229 |  2 | 534 |  12 | 0.000000e+00 |      --      |    Inf |   5.52%
6.94/7.02	c   7.0s|   400 |    16 | 40370 |  84.5 |    96M |  20 |2339 |4070 |3437 | 316 |  0 | 703 |  12 | 0.000000e+00 |      --      |    Inf |  12.50%
8.73/8.82	c   8.8s|   500 |    12 | 45594 |  78.0 |   100M |  20 |2339 |4198 |3432 | 430 |  0 | 877 |  12 | 0.000000e+00 |      --      |    Inf |  24.71%
10.43/10.51	c  10.5s|   600 |    13 | 50708 |  73.5 |   101M |  20 |2339 |4273 |3435 | 538 |  1 | 999 |  12 | 0.000000e+00 |      --      |    Inf |  31.88%
11.93/12.03	c  12.0s|   700 |    12 | 55129 |  69.3 |   104M |  20 |2339 |4403 |3436 | 669 |  3 |1176 |  12 | 0.000000e+00 |      --      |    Inf |  36.52%
13.32/13.46	c  13.5s|   800 |    13 | 60965 |  68.0 |   104M |  20 |2339 |4505 |3435 | 769 |  1 |1316 |  12 | 0.000000e+00 |      --      |    Inf |  42.03%
14.52/14.68	c  14.7s|   900 |    10 | 67944 |  68.2 |   107M |  20 |2339 |4661 |3425 | 842 |  0 |1524 |  12 | 0.000000e+00 |      --      |    Inf |  44.53%
16.21/16.39	c  16.4s|  1000 |    19 | 76023 |  69.4 |   107M |  20 |2339 |4815 |3435 | 943 |  1 |1725 |  12 | 0.000000e+00 |      --      |    Inf |  49.04%
17.61/17.75	c  17.8s|  1100 |    14 | 82789 |  69.3 |   108M |  20 |2339 |4992 |3434 |1080 |  0 |1959 |  12 | 0.000000e+00 |      --      |    Inf |  50.44%
19.01/19.16	c  19.2s|  1200 |    11 | 87607 |  67.5 |   109M |  20 |2339 |5101 |3425 |1213 |  1 |2121 |  12 | 0.000000e+00 |      --      |    Inf |  52.44%
20.70/20.86	c  20.9s|  1300 |    14 | 93222 |  66.6 |   109M |  20 |2339 |5210 |3438 |1354 |  0 |2278 |  12 | 0.000000e+00 |      --      |    Inf |  54.39%
21.50/21.63	c  21.6s|  1400 |    10 | 97575 |  65.0 |   109M |  20 |2339 |5284 |3435 |1416 |  0 |2403 |  12 | 0.000000e+00 |      --      |    Inf |  54.83%
22.49/22.62	c  22.6s|  1500 |    10 |104194 |  65.1 |   109M |  20 |2339 |5398 |3439 |1500 |  0 |2568 |  12 | 0.000000e+00 |      --      |    Inf |  55.98%
23.59/23.73	c  23.7s|  1600 |    11 |111174 |  65.4 |   109M |  20 |2339 |5533 |3429 |1553 |  1 |2765 |  12 | 0.000000e+00 |      --      |    Inf |  59.28%
24.68/24.81	c  24.8s|  1700 |     8 |115920 |  64.3 |   112M |  20 |2339 |5668 |3435 |1637 |  1 |2953 |  12 | 0.000000e+00 |      --      |    Inf |  60.74%
26.58/26.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
26.58/26.74	c  26.7s|  1800 |    13 |126417 |  66.6 |   113M |  20 |2339 |5797 |3435 |1762 |  1 |3147 |  12 | 0.000000e+00 |      --      |    Inf |  63.13%
27.68/27.86	c  27.9s|  1900 |     7 |135932 |  68.1 |   114M |  20 |2339 |5882 |3425 |1831 |  0 |3313 |  12 | 0.000000e+00 |      --      |    Inf |  67.58%
29.47/29.66	c  29.7s|  2000 |    10 |146493 |  70.0 |   116M |  20 |2339 |5896 |3431 |1921 |  1 |3438 |  12 | 0.000000e+00 |      --      |    Inf |  81.35%
30.97/31.18	c  31.2s|  2100 |     3 |153603 |  70.0 |   116M |  20 |2339 |5609 |3425 |1973 |  1 |3604 |  12 | 0.000000e+00 |      --      |    Inf |  99.61%
31.36/31.56	c 
31.36/31.56	c SCIP Status        : problem is solved [infeasible]
31.36/31.56	c Solving Time (sec) : 31.56
31.36/31.56	c Solving Nodes      : 2111
31.36/31.56	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
31.36/31.56	c Dual Bound         : +1.00000000000000e+20
31.36/31.56	c Gap                : 0.00 %
31.36/31.56	s UNSATISFIABLE
31.36/31.56	c SCIP Status        : problem is solved [infeasible]
31.36/31.56	c Total Time         :      31.56
31.36/31.56	c   solving          :      31.56
31.36/31.56	c   presolving       :       0.08 (included in solving)
31.36/31.56	c   reading          :       0.01 (included in solving)
31.36/31.56	c   copying          :       0.28 (34 #copies) (minimal 0.01, maximal 0.01, average 0.01)
31.36/31.56	c Original Problem   :
31.36/31.56	c   Problem name     : HOME/instance-4510879-1751202056.opb
31.36/31.56	c   Variables        : 2358 (2358 binary, 0 integer, 0 continuous)
31.36/31.56	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
31.36/31.56	c   Constraints      : 5575 initial, 5575 maximal
31.36/31.56	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
31.36/31.56	c Presolved Problem  :
31.36/31.56	c   Problem name     : t_HOME/instance-4510879-1751202056.opb
31.36/31.56	c   Variables        : 2339 (2339 binary, 0 integer, 0 continuous)
31.36/31.56	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
31.36/31.56	c   Constraints      : 3422 initial, 5927 maximal
31.36/31.56	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
31.36/31.56	c   Nonzeros         : 11573 constraint, 5783 clique table
31.36/31.56	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
31.36/31.56	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
31.36/31.56	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
31.36/31.56	c   domcol           :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
31.36/31.56	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
31.36/31.56	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
31.36/31.56	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
31.36/31.56	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
31.36/31.56	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
31.36/31.56	c   implics          :       0.00       0.00      5          0          0          0          0          0          0          0          0          0
31.36/31.56	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
31.36/31.56	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
31.36/31.56	c   milp             :       0.02       0.00      1          0          0          0          0          0       5575       3456          0          0
31.36/31.56	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
31.36/31.56	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
31.36/31.56	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
31.36/31.56	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
31.36/31.56	c   trivial          :       0.00       0.00      6          8          0          0          0          0          0          0          0          0
31.36/31.56	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
31.36/31.56	c   dualfix          :       0.00       0.00      6          0          0          0          0          0          0          0          0          0
31.36/31.56	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
31.36/31.56	c   probing          :       0.02       0.00      2          0          0          0          0          0          0          0          0          0
31.36/31.56	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
31.36/31.56	c   symmetry         :       0.01       0.00      1          2          0          0          0          0          0          2          0          0
31.36/31.56	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
31.36/31.56	c   knapsack         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
31.36/31.56	c   setppc           :       0.01       0.00     10          0          8          0          0          0         36          0          0          0
31.36/31.56	c   linear           :       0.02       0.00      3          0          0          0          0          0          0          0          0          0
31.36/31.56	c   orbitope_pp      :       0.00       0.00      2          1          0          0          0          0          0          0          0          0
31.36/31.56	c   logicor          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
31.36/31.56	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
31.36/31.56	c   root node        :          -          -      -        355          -          -        355          -          -          -          -          -
31.36/31.56	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
31.36/31.56	c   integral         :          0          0          0          0       1108          0          0          6          0          0          0          0          0          0       2216
31.36/31.56	c   knapsack         :          0+        80          0      12511          0          0          0          0        352         26       2818          0          0          0          0
31.36/31.56	c   setppc           :       3420+      3421         11      14882          0          0          0          3      49313        113      45542          0          0          0          0
31.36/31.56	c   linear           :          0+        56         11      13718          0          0          0          2        124          3        854          0          0          0          0
31.36/31.56	c   orbitope_pp      :          2          2          0      14666          0          0          0          0        300         15        119          0          0          0          0
31.36/31.56	c   logicor          :          0+      2438         11       4575          0          0          0          0       3007         73       2453          0          0          0          0
31.36/31.56	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
31.36/31.56	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
31.36/31.56	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
31.36/31.56	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
31.36/31.56	c   integral         :       0.30       0.00       0.00       0.00       0.30       0.00       0.00       0.00       0.00       0.00
31.36/31.56	c   knapsack         :       0.04       0.00       0.00       0.03       0.00       0.00       0.00       0.00       0.00       0.00
31.36/31.56	c   setppc           :       0.12       0.00       0.00       0.10       0.00       0.00       0.00       0.00       0.01       0.00
31.36/31.56	c   linear           :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
31.36/31.56	c   orbitope_pp      :       0.20       0.00       0.00       0.19       0.00       0.00       0.00       0.00       0.00       0.00
31.36/31.56	c   logicor          :       0.07       0.00       0.00       0.06       0.00       0.00       0.00       0.00       0.00       0.00
31.36/31.56	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
31.36/31.56	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
31.36/31.56	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
31.36/31.56	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
31.36/31.56	c   dualfix          :          1          0          0          0
31.36/31.56	c   genvbounds       :          0          0          0          0
31.36/31.56	c   nlobbt           :          0          0          0          0
31.36/31.56	c   obbt             :          0          0          0          0
31.36/31.56	c   probing          :          0          0          0          0
31.36/31.56	c   pseudoobj        :          0          0          0          0
31.36/31.56	c   redcost          :          0          0          0          0
31.36/31.56	c   rootredcost      :          0          0          0          0
31.36/31.56	c   symmetry         :          0          0          0          0
31.36/31.56	c   vbounds          :       9162          0          0          0
31.36/31.56	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
31.36/31.56	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
31.36/31.56	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
31.36/31.56	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
31.36/31.56	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
31.36/31.56	c   probing          :       0.02       0.00       0.02       0.00       0.00       0.00
31.36/31.56	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
31.36/31.56	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
31.36/31.56	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
31.36/31.56	c   symmetry         :       0.01       0.00       0.01       0.00       0.00       0.00
31.36/31.56	c   vbounds          :       0.05       0.00       0.00       0.05       0.00       0.00
31.36/31.56	c Symmetry           :
31.36/31.56	c   #affected vars   :       2358 (2358 bin, 0 int, 0 cont)
31.36/31.56	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
31.36/31.56	c   orbital reduction:          0 reductions applied,          0 cutoffs
31.36/31.56	c   lexicographic red:          0 reductions applied,          0 cutoffs
31.36/31.56	c   shadow tree time :       0.00 s
31.36/31.56	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
31.36/31.56	c   propagation      :       0.00        217        211          -        460       19.8         28        3.5          -          -          -
31.36/31.56	c   infeasible LP    :       0.27        966        956          -       3919       40.4         31       22.0        956       57.6          0
31.36/31.56	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
31.36/31.56	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
31.36/31.56	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
31.36/31.56	c   applied globally :       0.03          -          -          0       2659       23.6          -          -        847          -          -
31.36/31.56	c   applied locally  :          -          -          -          0          2       67.0          -          -        109          -          -
31.36/31.56	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
31.36/31.56	c   cut pool         :       0.61          -        701         21          -          -      14560      38140          -          -          -          -          -    (maximal pool size:       4392)
31.36/31.56	c   aggregation      :       0.17       0.00        366         11          0          0          0          0          0          0          0          0          0
31.36/31.56	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
31.36/31.56	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
31.36/31.56	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
31.36/31.56	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
31.36/31.56	c   clique           :       0.13       0.00         11         11          0          0          0          0          0          0          0          0          0
31.36/31.56	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
31.36/31.56	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
31.36/31.56	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
31.36/31.56	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
31.36/31.56	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
31.36/31.56	c   gomory           :      12.21       0.00        365         10          0          0      18335      37978       3846       1341       1184        157          0
31.36/31.56	c   > gomorymi       :          -          -          -          -          -          -          -       4460       1923        160         69         91          -
31.36/31.56	c   > strongcg       :          -          -          -          -          -          -          -      33518       1923       1181       1115         66          -
31.36/31.56	c   impliedbounds    :       0.04       0.00        366         11          0        285          0          0          0          0          0          0          0
31.36/31.56	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
31.36/31.56	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
31.36/31.56	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
31.36/31.56	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
31.36/31.56	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
31.36/31.56	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
31.36/31.56	c   multilinear      :       0.00       0.00         37         11          0          0          0          0          0          0          0          0          0
31.36/31.56	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
31.36/31.56	c   rapidlearning    :       4.30       0.00         33          1          0       1576          0          0          0          0          0          0        327
31.36/31.56	c   rlt              :       0.00       0.00         10         10          0          0          0          0          0          0          0          0          0
31.36/31.56	c   zerohalf         :       1.05       0.00        366         11          0          0        956        162        885        707         65        642          0
31.36/31.56	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
31.36/31.56	c   hybrid           :       0.04       0.00        389         11       2016         34      40855         27          0       3338
31.36/31.56	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
31.36/31.56	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
31.36/31.56	c Pricers            :   ExecTime  SetupTime      Calls       Vars
31.36/31.56	c   problem variables:       0.00          -          0          0
31.36/31.56	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
31.36/31.56	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
31.36/31.56	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
31.36/31.56	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
31.36/31.56	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
31.36/31.56	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
31.36/31.56	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
31.36/31.56	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
31.36/31.56	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
31.36/31.56	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
31.36/31.56	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
31.36/31.56	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
31.36/31.56	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
31.36/31.56	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
31.36/31.56	c   relpscost        :       0.30       0.00       1108          0          0          0          0          0          0       2216
31.36/31.56	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
31.36/31.56	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
31.36/31.56	c   LP solutions     :       0.00          -          -          0          0
31.36/31.56	c   relax solutions  :       0.00          -          -          0          0
31.36/31.56	c   pseudo solutions :       0.00          -          -          0          0
31.36/31.56	c   strong branching :       0.00          -          -          0          0
31.36/31.56	c   actconsdiving    :       0.00       0.00          0          0          0
31.36/31.56	c   adaptivediving   :       0.18       0.00         10          0          0
31.36/31.56	c   alns             :       0.02       0.00          1          0          0
31.36/31.56	c   bound            :       0.00       0.00          0          0          0
31.36/31.56	c   clique           :       0.01       0.00          1          0          0
31.36/31.56	c   coefdiving       :       0.00       0.00          0          0          0
31.36/31.56	c   completesol      :       0.00       0.00          0          0          0
31.36/31.56	c   conflictdiving   :       0.20       0.00          5          0          0
31.36/31.56	c   crossover        :       0.00       0.00          0          0          0
31.36/31.56	c   dins             :       0.00       0.00          0          0          0
31.36/31.56	c   distributiondivin:       0.28       0.00          5          0          0
31.36/31.56	c   dks              :       0.00       0.00          0          0          0
31.36/31.56	c   dps              :       0.00       0.00          0          0          0
31.36/31.56	c   dualval          :       0.00       0.00          0          0          0
31.36/31.56	c   farkasdiving     :       0.00       0.00          0          0          0
31.36/31.56	c   feaspump         :       0.24       0.00          1          0          0
31.36/31.56	c   fixandinfer      :       0.00       0.00          0          0          0
31.36/31.56	c   fracdiving       :       0.08       0.00          5          0          0
31.36/31.56	c   gins             :       0.00       0.00          0          0          0
31.36/31.56	c   guideddiving     :       0.00       0.00          0          0          0
31.36/31.56	c   indicator        :       0.00       0.00          0          0          0
31.36/31.56	c   indicatordiving  :       0.00       0.00          0          0          0
31.36/31.56	c   intdiving        :       0.00       0.00          0          0          0
31.36/31.56	c   intshifting      :       0.00       0.00          0          0          0
31.36/31.56	c   linesearchdiving :       0.17       0.00          5          0          0
31.36/31.56	c   localbranching   :       0.00       0.00          0          0          0
31.36/31.56	c   locks            :       0.00       0.00          1          0          0
31.36/31.56	c   lpface           :       0.00       0.00          0          0          0
31.36/31.56	c   mpec             :       0.00       0.00          0          0          0
31.36/31.56	c   multistart       :       0.00       0.00          0          0          0
31.36/31.56	c   mutation         :       0.00       0.00          0          0          0
31.36/31.56	c   nlpdiving        :       0.00       0.00          0          0          0
31.36/31.56	c   objpscostdiving  :       0.40       0.00          3          0          0
31.36/31.56	c   octane           :       0.00       0.00          0          0          0
31.36/31.56	c   ofins            :       0.00       0.00          0          0          0
31.36/31.56	c   oneopt           :       0.00       0.00          0          0          0
31.36/31.56	c   padm             :       0.00       0.00          0          0          0
31.36/31.56	c   proximity        :       0.00       0.00          0          0          0
31.36/31.56	c   pscostdiving     :       0.31       0.00          6          0          0
31.36/31.56	c   randrounding     :       0.03       0.00         12          0          0
31.36/31.56	c   rens             :       0.00       0.00          0          0          0
31.36/31.56	c   reoptsols        :       0.00       0.00          0          0          0
31.36/31.56	c   repair           :       0.00       0.00          0          0          0
31.36/31.56	c   rins             :       0.00       0.00          0          0          0
31.36/31.56	c   rootsoldiving    :       0.15       0.00          3          0          0
31.36/31.56	c   rounding         :       0.07       0.00        501          0          0
31.36/31.56	c   scheduler        :       0.00       0.00          0          0          0
31.36/31.56	c   shiftandpropagate:       0.00       0.00          1          0          0
31.36/31.56	c   shifting         :       0.18       0.00        275          0          0
31.36/31.56	c   simplerounding   :       0.00       0.00          0          0          0
31.36/31.56	c   subnlp           :       0.00       0.00          0          0          0
31.36/31.56	c   trivial          :       0.00       0.00          2          0          0
31.36/31.56	c   trivialnegation  :       0.00       0.00          0          0          0
31.36/31.56	c   trustregion      :       0.00       0.00          0          0          0
31.36/31.56	c   trysol           :       0.00       0.00          0          0          0
31.36/31.56	c   twoopt           :       0.00       0.00          0          0          0
31.36/31.56	c   undercover       :       0.00       0.00          0          0          0
31.36/31.56	c   vbounds          :       0.01       0.00          1          0          0
31.36/31.56	c   veclendiving     :       0.08       0.00          5          0          0
31.36/31.56	c   zeroobj          :       0.00       0.00          0          0          0
31.36/31.56	c   zirounding       :       0.06       0.00       1000          0          0
31.36/31.56	c   other solutions  :          -          -          -          0          -
31.36/31.56	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
31.36/31.56	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
31.36/31.56	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
31.36/31.56	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
31.36/31.56	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
31.36/31.56	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
31.36/31.56	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
31.36/31.56	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
31.36/31.56	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
31.36/31.56	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
31.36/31.56	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
31.36/31.56	c   primal LP        :       0.12        204          0       0.00       0.00       0.12        204
31.36/31.56	c   dual LP          :       8.27       2465     129811      53.80   15704.04       0.03         52
31.36/31.56	c   lex dual LP      :       0.00          0          0       0.00          -
31.36/31.56	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
31.36/31.56	c   resolve instable :       0.00          0          0       0.00          -
31.36/31.56	c   diving/probing LP:       1.73        138      25126     182.07   14522.58
31.36/31.56	c   strong branching :       0.11         12       2659     221.58   23367.20          -          -          1
31.36/31.56	c     (at root node) :          -         12       2659     221.58          -
31.36/31.56	c   conflict analysis:       0.00          0          0       0.00          -
31.36/31.56	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
31.36/31.56	c   benders          :       0.00          0          0          0       0.00          0          0          0
31.36/31.56	c B&B Tree           :
31.36/31.56	c   number of runs   :          1
31.36/31.56	c   nodes            :       2111 (1108 internal, 1003 leaves)
31.36/31.56	c   feasible leaves  :          0
31.36/31.56	c   infeas. leaves   :       1003
31.36/31.56	c   objective leaves :          0
31.36/31.56	c   nodes (total)    :       2111 (1108 internal, 1003 leaves)
31.36/31.56	c   nodes left       :          0
31.36/31.56	c   max depth        :         20
31.36/31.56	c   max depth (total):         20
31.36/31.56	c   backtracks       :        591 (28.0%)
31.36/31.56	c   early backtracks :          0 (0.0%)
31.36/31.56	c   nodes exc. ref.  :          0 (0.0%)
31.36/31.56	c   delayed cutoffs  :        106
31.36/31.56	c   repropagations   :       1313 (16486 domain reductions, 71 cutoffs)
31.36/31.56	c   avg switch length:       3.20
31.36/31.56	c   switching time   :       0.33
31.36/31.56	c Root Node          :
31.36/31.56	c   First LP value   : +0.00000000000000e+00
31.36/31.56	c   First LP Iters   :       2131 (68299.09 Iter/sec)
31.36/31.56	c   First LP Time    :       0.03
31.36/31.56	c   Final Dual Bound : +0.00000000000000e+00
31.36/31.56	c   Final Root Iters :       6661
31.36/31.56	c   Root LP Estimate : +4.80714431990696e-02
31.36/31.56	c Solution           :
31.36/31.56	c   Solutions found  :          0 (0 improvements)
31.36/31.56	c   Primal Bound     : infeasible
31.36/31.56	c   Dual Bound       :          -
31.36/31.56	c   Gap              :       0.00 %
31.36/31.56	c Integrals          :      Total       Avg%
31.36/31.56	c   primal-dual      :          -          - (problem infeasible)
31.36/31.56	c   primal-ref       :          -          - (problem infeasible)
31.36/31.56	c   dual-ref         :          -          - (problem infeasible)
31.46/31.60	c Time complete (sec):     31.479

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (61435 MiB free)
  memory of node 1: 64465 MiB (61165 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510879-1751202056/watcher-4510879-1751202056 -o /tmp/evaluation-result-4510879-1751202056/solver-4510879-1751202056 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751194846-25408 --watchdog 3760 pbsolver -f HOME/instance-4510879-1751202056.opb -t 3600 -m 31000 

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

solver pid=26248, runsolver pid=26245

[startup+0.100063 s]*
/proc/loadavg: 4.19 4.16 4.11 5/265 26249
/proc/meminfo: memFree=125514380/131249988 swapFree=33010684/33010684
[pid=26248] ppid=26245 vsize=61396 memory=44608 CPUtime=0.09 cores=0,2
/proc/26248/stat : 26248 (pbsolver) R 26245 26248 25398 0 -1 4194304 9307 0 0 0 8 1 0 0 20 0 1 0 35883150 62869504 11152 18446744073709551615 4198400 14743177 140726965423408 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 27664384 140726965426570 140726965426666 140726965426666 140726965432268 0
/proc/26248/statm: 15349 11152 2592 2575 0 12256 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 61396 KiB
Current children cumulated memory: 44608 KiB

[startup+0.205551 s]*
/proc/loadavg: 4.19 4.16 4.11 5/265 26249
/proc/meminfo: memFree=125514380/131249988 swapFree=33010684/33010684
[pid=26248] ppid=26245 vsize=67948 memory=51008 CPUtime=0.2 cores=0,2
/proc/26248/stat : 26248 (pbsolver) R 26245 26248 25398 0 -1 4194304 10851 0 0 0 19 1 0 0 20 0 1 0 35883150 69578752 12752 18446744073709551615 4198400 14743177 140726965423408 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 27664384 140726965426570 140726965426666 140726965426666 140726965432268 0
/proc/26248/statm: 16987 12752 2656 2575 0 13894 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 67948 KiB
Current children cumulated memory: 51008 KiB

[startup+0.305426 s]*
/proc/loadavg: 4.19 4.16 4.11 5/265 26249
/proc/meminfo: memFree=125514380/131249988 swapFree=33010684/33010684
[pid=26248] ppid=26245 vsize=67948 memory=51008 CPUtime=0.29 cores=0,2
/proc/26248/stat : 26248 (pbsolver) R 26245 26248 25398 0 -1 4194304 10854 0 0 0 28 1 0 0 20 0 1 0 35883150 69578752 12752 18446744073709551615 4198400 14743177 140726965423408 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 27664384 140726965426570 140726965426666 140726965426666 140726965432268 0
/proc/26248/statm: 16987 12752 2656 2575 0 13894 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 67948 KiB
Current children cumulated memory: 51008 KiB

[startup+0.700182 s]
/proc/loadavg: 4.18 4.16 4.11 4/261 26254
/proc/meminfo: memFree=126956900/131249988 swapFree=33010684/33010684
[pid=26248] ppid=26245 vsize=81492 memory=63476 CPUtime=0.69 cores=0,2
/proc/26248/stat : 26248 (pbsolver) R 26245 26248 25398 0 -1 4194304 16728 0 0 0 67 2 0 0 20 0 1 0 35883150 83447808 15869 18446744073709551615 4198400 14743177 140726965423408 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 27664384 140726965426570 140726965426666 140726965426666 140726965432268 0
/proc/26248/statm: 20373 15869 2688 2575 0 17280 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 81492 KiB
Current children cumulated memory: 63476 KiB

[startup+1.50017 s]
/proc/loadavg: 4.18 4.16 4.11 4/261 26257
/proc/meminfo: memFree=126940032/131249988 swapFree=33010684/33010684
[pid=26248] ppid=26245 vsize=97020 memory=77556 CPUtime=1.49 cores=0,2
/proc/26248/stat : 26248 (pbsolver) R 26245 26248 25398 0 -1 4194304 20264 0 0 0 146 3 0 0 20 0 1 0 35883150 99348480 19389 18446744073709551615 4198400 14743177 140726965423408 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 27664384 140726965426570 140726965426666 140726965426666 140726965432268 0
/proc/26248/statm: 24255 19389 2688 2575 0 21162 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 97020 KiB
Current children cumulated memory: 77556 KiB

[startup+3.10525 s]
/proc/loadavg: 4.18 4.16 4.11 5/265 26294
/proc/meminfo: memFree=126826728/131249988 swapFree=33010684/33010684
[pid=26248] ppid=26245 vsize=122972 memory=102524 CPUtime=3.09 cores=0,2
/proc/26248/stat : 26248 (pbsolver) R 26245 26248 25398 0 -1 4194304 27016 0 0 0 305 4 0 0 20 0 1 0 35883150 125923328 25631 18446744073709551615 4198400 14743177 140726965423408 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 27664384 140726965426570 140726965426666 140726965426666 140726965432268 0
/proc/26248/statm: 30743 25631 2688 2575 0 27650 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 122972 KiB
Current children cumulated memory: 102524 KiB

[startup+6.30017 s]
/proc/loadavg: 4.16 4.15 4.11 5/265 26350
/proc/meminfo: memFree=129242576/131249988 swapFree=33010684/33010684
[pid=26248] ppid=26245 vsize=130420 memory=110332 CPUtime=6.24 cores=0,2
/proc/26248/stat : 26248 (pbsolver) R 26245 26248 25398 0 -1 4194304 28956 0 0 0 617 7 0 0 20 0 1 0 35883150 133550080 27583 18446744073709551615 4198400 14743177 140726965423408 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 27664384 140726965426570 140726965426666 140726965426666 140726965432268 0
/proc/26248/statm: 32605 27583 2688 2575 0 29512 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 130420 KiB
Current children cumulated memory: 110332 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.15 4.11 5/265 26350
/proc/meminfo: memFree=129184080/131249988 swapFree=33010684/33010684
[pid=26248] ppid=26245 vsize=149124 memory=129200 CPUtime=12.62 cores=0,2
/proc/26248/stat : 26248 (pbsolver) R 26245 26248 25398 0 -1 4194304 35151 0 0 0 1254 8 0 0 20 0 1 0 35883150 152702976 32300 18446744073709551615 4198400 14743177 140726965423408 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 27664384 140726965426570 140726965426666 140726965426666 140726965432268 0
/proc/26248/statm: 37281 32300 2688 2575 0 34188 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 149124 KiB
Current children cumulated memory: 129200 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.15 4.11 5/265 26350
/proc/meminfo: memFree=129102492/131249988 swapFree=33010684/33010684
[pid=26248] ppid=26245 vsize=158156 memory=138488 CPUtime=25.38 cores=0,2
/proc/26248/stat : 26248 (pbsolver) R 26245 26248 25398 0 -1 4194304 39697 0 0 0 2530 8 0 0 20 0 1 0 35883150 161951744 34622 18446744073709551615 4198400 14743177 140726965423408 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 27664384 140726965426570 140726965426666 140726965426666 140726965432268 0
/proc/26248/statm: 39539 34622 2688 2575 0 36446 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 158156 KiB
Current children cumulated memory: 138488 KiB

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

# cumulated CPU time of all completed processes:  user=31.3845 s, system=0.100983 s

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

[startup+25.6002 s]
/proc/loadavg: 4.13 4.15 4.11 5/265 26350
/proc/meminfo: memFree=129102492/131249988 swapFree=33010684/33010684
[pid=26248] ppid=26245 vsize=158156 memory=138488 CPUtime=25.48 cores=0,2
/proc/26248/stat : 26248 (pbsolver) R 26245 26248 25398 0 -1 4194304 39697 0 0 0 2540 8 0 0 20 0 1 0 35883150 161951744 34622 18446744073709551615 4198400 14743177 140726965423408 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 27664384 140726965426570 140726965426666 140726965426666 140726965432268 0
/proc/26248/statm: 39539 34622 2688 2575 0 36446 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 158156 KiB
Current children cumulated memory: 138488 KiB

[startup+28.8002 s]
/proc/loadavg: 4.12 4.14 4.11 5/265 26350
/proc/meminfo: memFree=129099224/131249988 swapFree=33010684/33010684
[pid=26248] ppid=26245 vsize=165680 memory=145804 CPUtime=28.67 cores=0,2
/proc/26248/stat : 26248 (pbsolver) R 26245 26248 25398 0 -1 4194304 42571 0 0 0 2858 9 0 0 20 0 1 0 35883150 169656320 36451 18446744073709551615 4198400 14743177 140726965423408 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 27664384 140726965426570 140726965426666 140726965426666 140726965432268 0
/proc/26248/statm: 41420 36451 2688 2575 0 38327 0
Current children cumulated CPU time: 28.67 s
Current children cumulated vsize: 165680 KiB
Current children cumulated memory: 145804 KiB

[startup+30.4002 s]
/proc/loadavg: 4.12 4.14 4.11 5/265 26350
/proc/meminfo: memFree=129085868/131249988 swapFree=33010684/33010684
[pid=26248] ppid=26245 vsize=165340 memory=145500 CPUtime=30.27 cores=0,2
/proc/26248/stat : 26248 (pbsolver) R 26245 26248 25398 0 -1 4194304 43462 0 0 0 3018 9 0 0 20 0 1 0 35883150 169308160 36375 18446744073709551615 4198400 14743177 140726965423408 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 27664384 140726965426570 140726965426666 140726965426666 140726965432268 0
/proc/26248/statm: 41335 36375 2688 2575 0 38242 0
Current children cumulated CPU time: 30.27 s
Current children cumulated vsize: 165340 KiB
Current children cumulated memory: 145500 KiB

[startup+31.2002 s]
/proc/loadavg: 4.19 4.16 4.11 5/265 26350
/proc/meminfo: memFree=129069736/131249988 swapFree=33010684/33010684
[pid=26248] ppid=26245 vsize=165492 memory=145756 CPUtime=31.06 cores=0,2
/proc/26248/stat : 26248 (pbsolver) R 26245 26248 25398 0 -1 4194304 43530 0 0 0 3097 9 0 0 20 0 1 0 35883150 169463808 36439 18446744073709551615 4198400 14743177 140726965423408 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 27664384 140726965426570 140726965426666 140726965426666 140726965432268 0
/proc/26248/statm: 41373 36439 2688 2575 0 38280 0
Current children cumulated CPU time: 31.06 s
Current children cumulated vsize: 165492 KiB
Current children cumulated memory: 145756 KiB

[startup+31.6002 s]
/proc/loadavg: 4.19 4.16 4.11 5/265 26350
/proc/meminfo: memFree=129069736/131249988 swapFree=33010684/33010684
[pid=26248] ppid=26245 vsize=159496 memory=141352 CPUtime=31.46 cores=0,2
/proc/26248/stat : 26248 (pbsolver) R 26245 26248 25398 0 -1 4194304 43530 0 0 0 3137 9 0 0 20 0 1 0 35883150 163323904 35338 18446744073709551615 4198400 14743177 140726965423408 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 27664384 140726965426570 140726965426666 140726965426666 140726965432268 0
/proc/26248/statm: 39874 35338 2688 2575 0 36781 0
Current children cumulated CPU time: 31.46 s
Current children cumulated vsize: 159496 KiB
Current children cumulated memory: 141352 KiB

Child status: 0

Real time (s): 31.6141
CPU time (s): 31.4855
CPU user time (s): 31.3845
CPU system time (s): 0.100983
CPU usage (%): 99.5932
Max. virtual memory (cumulated for all children) (KiB): 165680
Max. memory (cumulated for all children) (KiB): 145804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.3845
system time used= 0.100983
maximum resident set size= 146316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43530
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 84


# summary of solver processes directly reported to runsolver:
#   pid: 26248
#   total CPU time (s): 31.4855
#   total CPU user time (s): 31.3845
#   total CPU system time (s): 0.100983

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.076476 second user time and 0.160065 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-29 15:00:56
IDJOB=4510879
IDBENCH=160397
IDSOLVER=3366
FILE ID=nodeC020/4510879-1751202056
RUNJOBID= nodeC020-1751194846-25408
SLURM_JOB_ID= 9587600
Free space on /tmp= 433008 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-left3reg-l030-r029-n1.cnf-extracted.pb.metafix.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510879-1751202056/watcher-4510879-1751202056 -o /tmp/evaluation-result-4510879-1751202056/solver-4510879-1751202056 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751194846-25408 --watchdog 3760  pbsolver -f HOME/instance-4510879-1751202056.opb -t 3600 -m 31000

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

MD5SUM BENCH= 79fa89af2a81ff34420b4237c37a98eb
RANDOM SEED=2040098931

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        125543928 kB
MemAvailable:   125657700 kB
Buffers:            3280 kB
Cached:           920700 kB
SwapCached:            0 kB
Active:          4466756 kB
Inactive:         613396 kB
Active(anon):    4174232 kB
Inactive(anon):        0 kB
Active(file):     292524 kB
Inactive(file):   613396 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14996 kB
Writeback:             0 kB
AnonPages:       4157420 kB
Mapped:           135300 kB
Shmem:             18056 kB
KReclaimable:      94184 kB
Slab:             180160 kB
SReclaimable:      94184 kB
SUnreclaim:        85976 kB
KernelStack:        4256 kB
PageTables:        11236 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    4603136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2617344 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433004 MiB
End job on nodeC020 at 2025-06-29 15:01:28