Trace number 4492015

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-13? 3585.4 3597.07

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
MD5SUMd2d0eb539d1ad3b17959abe287928b07
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.00188
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4626
Total number of constraints30747
Number of constraints which are clauses29724
Number of constraints which are cardinality constraints (but not clauses)945
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 101
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

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-4492015-1751144741.opb>
0.00/0.05	c original problem has 4626 variables (4626 bin, 0 int, 0 cont) and 30747 constraints
0.00/0.05	c problem read in 0.055 seconds
0.00/0.05	c problem without objective
0.00/0.09	c presolving:
0.09/0.16	c    (0.2s) running MILP presolver
0.09/0.19	c    (0.2s) MILP presolver found nothing
0.19/0.25	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 30747 upgd conss, 0 impls, 2325 clqs
0.29/0.34	c    (0.3s) probing: 51/4626 (1.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.29/0.34	c    (0.3s) probing aborted: 50/50 successive totally useless probings
0.29/0.36	c    (0.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.68/0.77	c    (0.8s) symmetry computation finished: 37 generators found (max: 1500, log10 of symmetry group size: 23.32) (symcode time: 0.39)
0.68/0.78	c dynamic symmetry handling statistics:
0.68/0.78	c    orbitopal reduction:       no components
0.68/0.78	c    orbital reduction:          1 components of sizes 37
0.68/0.78	c    lexicographic reduction:   37 permutations with support sizes 348, 348, 348, 348, 456, 456, 480, 480, 480, 480, 480, 480, 480, 480, 480, 480, 480, 336, 480, 336, 480, 336, 480, 480, 480, 480, 480, 480, 480, 1542, 1542, 1542, 480, 1542, 480, 1542, 300
0.68/0.78	c handled 1 out of 1 symmetry components
0.78/0.80	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
0.78/0.80	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 12 changed sides, 432 changed coefficients
0.78/0.80	c  0 implications, 2325 cliques
0.78/0.80	c presolved problem has 4626 variables (4626 bin, 0 int, 0 cont) and 30747 constraints
0.78/0.80	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
0.78/0.80	c      78 constraints of type <knapsack>
0.78/0.80	c     945 constraints of type <setppc>
0.78/0.80	c   29724 constraints of type <logicor>
0.78/0.80	c transformed objective value is always integral (scale: 1)
0.78/0.80	c Presolving Time: 0.71
0.78/0.80	c 
0.78/0.80	c - non default parameters ----------------------------------------------------------------------
0.78/0.80	c 
0.78/0.80	c # SCIP version 10.0.0
0.78/0.80	c 
0.78/0.80	c # maximal time in seconds to run
0.78/0.80	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.78/0.80	c limits/time = 3596.998052
0.78/0.80	c 
0.78/0.80	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.78/0.80	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.78/0.80	c limits/memory = 27900
0.78/0.80	c 
0.78/0.80	c # belongs reading time to solving time?
0.78/0.80	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.78/0.80	c timing/reading = TRUE
0.78/0.80	c 
0.78/0.80	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.78/0.80	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
0.78/0.80	c reading/opbreader/maxintsize = 47
0.78/0.80	c 
0.78/0.80	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
0.78/0.80	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
0.78/0.80	c propagating/genvbounds/timingmask = 0
0.78/0.80	c 
0.78/0.80	c -----------------------------------------------------------------------------------------------
0.78/0.80	c 
11.45/11.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
11.45/11.59	c  11.6s|     1 |     0 | 15868 |     - |   144M |   0 |4626 |  30k|  30k|   0 |  0 |  34 |   0 | 0.000000e+00 |      --      |    Inf | unknown
29.50/29.63	c  29.6s|     1 |     0 | 54817 |     - |   154M |   0 |4626 |  30k|  30k|  60 |  1 |  34 |   0 | 0.000000e+00 |      --      |    Inf | unknown
36.27/36.40	c  36.4s|     1 |     0 | 63822 |     - |   158M |   0 |4626 |  30k|  30k| 122 |  2 |  34 |   0 | 0.000000e+00 |      --      |    Inf | unknown
47.84/48.04	c  48.0s|     1 |     0 | 76248 |     - |   162M |   0 |4626 |  30k|  30k| 177 |  3 |  36 |   0 | 0.000000e+00 |      --      |    Inf | unknown
59.70/59.90	c  59.9s|     1 |     0 | 89024 |     - |   168M |   0 |4626 |  30k|  30k| 230 |  4 |  40 |   0 | 0.000000e+00 |      --      |    Inf | unknown
70.56/70.82	c  70.8s|     1 |     0 |101023 |     - |   172M |   0 |4626 |  30k|  31k| 279 |  5 |  45 |   0 | 0.000000e+00 |      --      |    Inf | unknown
80.53/80.81	c  80.8s|     1 |     0 |112401 |     - |   175M |   0 |4626 |  30k|  31k| 326 |  6 |  45 |   0 | 0.000000e+00 |      --      |    Inf | unknown
115.63/116.01	c   116s|     1 |     0 |138868 |     - |   178M |   0 |4626 |  30k|  31k| 371 |  7 |  46 |   0 | 0.000000e+00 |      --      |    Inf | unknown
126.79/127.24	c   127s|     1 |     0 |151101 |     - |   183M |   0 |4626 |  30k|  31k| 426 |  8 |  54 |   0 | 0.000000e+00 |      --      |    Inf | unknown
139.25/139.76	c   140s|     1 |     0 |163771 |     - |   188M |   0 |4626 |  30k|  31k| 482 |  9 |  64 |   0 | 0.000000e+00 |      --      |    Inf | unknown
150.61/151.12	c   151s|     1 |     0 |175874 |     - |   191M |   0 |4626 |  30k|  31k| 532 | 10 |  72 |   0 | 0.000000e+00 |      --      |    Inf | unknown
159.78/160.36	c   160s|     1 |     0 |187772 |     - |   194M |   0 |4626 |  30k|  31k| 582 | 11 |  76 |   0 | 0.000000e+00 |      --      |    Inf | unknown
173.23/173.81	c   174s|     1 |     2 |202457 |     - |   195M |   0 |4626 |  30k|  31k| 582 | 11 | 136 |  20 | 0.000000e+00 |      --      |    Inf | unknown
1591.02/1596.75	c  1597s|   100 |    68 |  2146k|19781.6 |   255M |  17 |4626 |  31k|  31k|1603 |  1 | 548 |  20 | 0.000000e+00 |      --      |    Inf |  75.00%
2629.72/2638.51	c  2639s|   200 |   168 |  3660k|17451.2 |   257M |  28 |4626 |  31k|  31k|2135 |  1 | 921 |  20 | 0.000000e+00 |      --      |    Inf |  75.00%
3234.95/3245.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3234.95/3245.53	c  3246s|   300 |   264 |  4633k|14869.2 |   271M |  58 |4626 |  31k|  31k|2491 |  1 |1181 |  20 | 0.000000e+00 |      --      |    Inf |  75.00%
3429.47/3440.65	c  3441s|   400 |   354 |  5008k|12082.8 |   273M |  86 |4626 |  31k|  31k|2529 |  1 |1350 |  20 | 0.000000e+00 |      --      |    Inf |  75.00%
3512.27/3523.78	c  3524s|   500 |   411 |  5189k|10024.5 |   274M |  95 |4626 |  31k|  31k|2548 |  1 |1438 |  20 | 0.000000e+00 |      --      |    Inf |  75.00%
3575.16/3586.80	c  3587s|   600 |   429 |  5329k|8584.3 |   274M |  95 |4626 |  31k|  31k|2561 |  1 |1616 |  20 | 0.000000e+00 |      --      |    Inf |  75.00%
3585.22/3597.00	c 
3585.22/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3585.22/3597.00	c Solving Time (sec) : 3597.00
3585.22/3597.00	c Solving Nodes      : 616
3585.22/3597.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3585.22/3597.00	c Dual Bound         : +0.00000000000000e+00
3585.22/3597.00	c Gap                : infinite
3585.22/3597.00	s UNKNOWN
3585.22/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3585.22/3597.00	c Total Time         :    3597.00
3585.22/3597.00	c   solving          :    3597.00
3585.22/3597.00	c   presolving       :       0.71 (included in solving)
3585.22/3597.00	c   reading          :       0.06 (included in solving)
3585.22/3597.00	c   copying          :       0.16 (4 #copies) (minimal 0.04, maximal 0.04, average 0.04)
3585.22/3597.00	c Original Problem   :
3585.22/3597.00	c   Problem name     : HOME/instance-4492015-1751144741.opb
3585.22/3597.00	c   Variables        : 4626 (4626 binary, 0 integer, 0 continuous)
3585.22/3597.00	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3585.22/3597.00	c   Constraints      : 30747 initial, 30747 maximal
3585.22/3597.00	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3585.22/3597.00	c Presolved Problem  :
3585.22/3597.00	c   Problem name     : t_HOME/instance-4492015-1751144741.opb
3585.22/3597.00	c   Variables        : 4626 (4626 binary, 0 integer, 0 continuous)
3585.22/3597.00	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3585.22/3597.00	c   Constraints      : 30747 initial, 31900 maximal
3585.22/3597.00	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3585.22/3597.00	c   Nonzeros         : 98178 constraint, 13111 clique table
3585.22/3597.00	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3585.22/3597.00	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   domcol           :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   dualsparsify     :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   gateextraction   :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   implics          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   milp             :       0.06       0.00      1          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   sparsify         :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   trivial          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   dualfix          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   probing          :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   symmetry         :       0.42       0.00      1          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   knapsack         :       0.00       0.00      3          0          0          0          0          0          0          0         12        432
3585.22/3597.00	c   setppc           :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   linear           :       0.08       0.01      2          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   logicor          :       0.03       0.00      3          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   components       :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   root node        :          -          -      -         21          -          -         21          -          -          -          -          -
3585.22/3597.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3585.22/3597.00	c   integral         :          0          0          0          0        538          0          0         89          0          0          0          0          0          0       1076
3585.22/3597.00	c   knapsack         :         78+        87         11      30365          0          0          0         85      14736         58       3714        874        286          0          0
3585.22/3597.00	c   setppc           :        945        945         11      30307          0          0          0          2       7935         34       5635          0          0          0          0
3585.22/3597.00	c   linear           :          0+        57          0      21893          0          0          0          3        113         89         93          0          0          0          0
3585.22/3597.00	c   logicor          :      29724+     30815         11      15005          0          0          0          0       1687         14        502          0          0          0          0
3585.22/3597.00	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3585.22/3597.00	c   integral         :       6.88       0.00       0.00       0.00       6.88       0.00       0.00       0.00       0.00       0.00
3585.22/3597.00	c   knapsack         :       0.08       0.00       0.01       0.07       0.00       0.00       0.00       0.00       0.00       0.00
3585.22/3597.00	c   setppc           :       0.13       0.00       0.00       0.13       0.00       0.00       0.00       0.00       0.00       0.00
3585.22/3597.00	c   linear           :       0.04       0.01       0.00       0.02       0.00       0.00       0.00       0.00       0.00       0.00
3585.22/3597.00	c   logicor          :       0.44       0.00       0.08       0.35       0.00       0.00       0.00       0.00       0.00       0.01
3585.22/3597.00	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.22/3597.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.22/3597.00	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.22/3597.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3585.22/3597.00	c   dualfix          :          1          0          0          0
3585.22/3597.00	c   genvbounds       :          0          0          0          0
3585.22/3597.00	c   nlobbt           :          0          0          0          0
3585.22/3597.00	c   obbt             :          0          0          0          0
3585.22/3597.00	c   probing          :          0          0          0          0
3585.22/3597.00	c   pseudoobj        :          0          0          0          0
3585.22/3597.00	c   redcost          :          0          0          0          0
3585.22/3597.00	c   rootredcost      :          0          0          0          0
3585.22/3597.00	c   symmetry         :      21728          0          1        587
3585.22/3597.00	c   vbounds          :      11147          0          0          0
3585.22/3597.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3585.22/3597.00	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3585.22/3597.00	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3585.22/3597.00	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3585.22/3597.00	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3585.22/3597.00	c   probing          :       0.02       0.00       0.02       0.00       0.00       0.00
3585.22/3597.00	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
3585.22/3597.00	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
3585.22/3597.00	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3585.22/3597.00	c   symmetry         :       1.41       0.00       0.42       0.98       0.00       0.00
3585.22/3597.00	c   vbounds          :       0.01       0.00       0.00       0.01       0.00       0.00
3585.22/3597.00	c Symmetry           :
3585.22/3597.00	c   #affected vars   :       4626 (4626 bin, 0 int, 0 cont)
3585.22/3597.00	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3585.22/3597.00	c   orbital reduction:        586 reductions applied,          1 cutoffs
3585.22/3597.00	c   lexicographic red:          1 reductions applied,          0 cutoffs
3585.22/3597.00	c   shadow tree time :       0.00 s
3585.22/3597.00	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3585.22/3597.00	c   propagation      :       0.02        134        132          -       1981       83.3          6       61.2          -          -          -
3585.22/3597.00	c   infeasible LP    :       0.10        101        101          -       1341       83.9          2       29.0        101      157.4          0
3585.22/3597.00	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3585.22/3597.00	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3585.22/3597.00	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3585.22/3597.00	c   applied globally :       0.03          -          -          0       1545       52.2          -          -        101          -          -
3585.22/3597.00	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3585.22/3597.00	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3585.22/3597.00	c   cut pool         :       0.05          -        198         21          -          -       1728       5649          -          -          -          -          -    (maximal pool size:       1406)
3585.22/3597.00	c   aggregation      :       0.18       0.00         52         11          0          0        245       1133          0        574        574          0          0
3585.22/3597.00	c   > cmir           :          -          -          -          -          -          -          -       1020          0        501        501          0          -
3585.22/3597.00	c   > flowcover      :          -          -          -          -          -          -          -         11          0          8          8          0          -
3585.22/3597.00	c   > knapsackcover  :          -          -          -          -          -          -          -        102          0         65         65          0          -
3585.22/3597.00	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   clique           :       0.05       0.00         11         11          0          0         43        249          0        174        174          0          0
3585.22/3597.00	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   gomory           :      72.63       0.00         51         10          0          0       1136       3243          0        777        777          0          0
3585.22/3597.00	c   > gomorymi       :          -          -          -          -          -          -          -        794          0        168        168          0          -
3585.22/3597.00	c   > strongcg       :          -          -          -          -          -          -          -       2449          0        609        609          0          -
3585.22/3597.00	c   impliedbounds    :       0.01       0.00         52         11          0          0        100        259          0        198        198          0          0
3585.22/3597.00	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   mcf              :       0.01       0.00          1          1          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   multilinear      :       0.00       0.00         26         11          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   rlt              :       0.00       0.00         10         10          0          0          0          0          0          0          0          0          0
3585.22/3597.00	c   zerohalf         :       0.73       0.00         52         11          0          0        267        765         63        555        518         37          0
3585.22/3597.00	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3585.22/3597.00	c   hybrid           :       0.01       0.00        136         11       2564          0       4022        582          0       1018
3585.22/3597.00	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.22/3597.00	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3585.22/3597.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3585.22/3597.00	c   problem variables:       0.00          -          0          0
3585.22/3597.00	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3585.22/3597.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3585.22/3597.00	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3585.22/3597.00	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3585.22/3597.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3585.22/3597.00	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.22/3597.00	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.22/3597.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.22/3597.00	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.22/3597.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3585.22/3597.00	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.22/3597.00	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.22/3597.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.22/3597.00	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.22/3597.00	c   relpscost        :       6.88       0.00        538          0          0          0          0          0          0       1076
3585.22/3597.00	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3585.22/3597.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3585.22/3597.00	c   LP solutions     :       0.00          -          -          0          0
3585.22/3597.00	c   relax solutions  :       0.00          -          -          0          0
3585.22/3597.00	c   pseudo solutions :       0.00          -          -          0          0
3585.22/3597.00	c   strong branching :       0.00          -          -          0          0
3585.22/3597.00	c   actconsdiving    :       0.00       0.00          0          0          0
3585.22/3597.00	c   adaptivediving   :      42.38       0.00          5          0          0
3585.22/3597.00	c   alns             :      23.23       0.00          3          0          0
3585.22/3597.00	c   bound            :       0.00       0.00          0          0          0
3585.22/3597.00	c   clique           :       0.06       0.00          1          0          0
3585.22/3597.00	c   coefdiving       :       0.00       0.00          0          0          0
3585.22/3597.00	c   completesol      :       0.00       0.00          0          0          0
3585.22/3597.00	c   conflictdiving   :      49.33       0.00         13          0          0
3585.22/3597.00	c   crossover        :       0.00       0.00          0          0          0
3585.22/3597.00	c   dins             :       0.00       0.00          0          0          0
3585.22/3597.00	c   distributiondivin:     103.56       0.00         12          0          0
3585.22/3597.00	c   dks              :       0.00       0.00          0          0          0
3585.22/3597.00	c   dps              :       0.00       0.00          0          0          0
3585.22/3597.00	c   dualval          :       0.00       0.00          0          0          0
3585.22/3597.00	c   farkasdiving     :       0.00       0.00          0          0          0
3585.22/3597.00	c   feaspump         :      50.02       0.00          6          0          0
3585.22/3597.00	c   fixandinfer      :       0.00       0.00          0          0          0
3585.22/3597.00	c   fracdiving       :      36.44       0.00         12          0          0
3585.22/3597.00	c   gins             :       0.00       0.00          0          0          0
3585.22/3597.00	c   guideddiving     :       0.00       0.00          0          0          0
3585.22/3597.00	c   indicator        :       0.00       0.00          0          0          0
3585.22/3597.00	c   indicatordiving  :       0.00       0.00          0          0          0
3585.22/3597.00	c   intdiving        :       0.00       0.00          0          0          0
3585.22/3597.00	c   intshifting      :       0.00       0.00          0          0          0
3585.22/3597.00	c   linesearchdiving :      45.02       0.00         12          0          0
3585.22/3597.00	c   localbranching   :       0.00       0.00          0          0          0
3585.22/3597.00	c   locks            :       0.01       0.00          1          0          0
3585.22/3597.00	c   lpface           :       0.00       0.00          0          0          0
3585.22/3597.00	c   mpec             :       0.00       0.00          0          0          0
3585.22/3597.00	c   multistart       :       0.00       0.00          0          0          0
3585.22/3597.00	c   mutation         :       0.00       0.00          0          0          0
3585.22/3597.00	c   nlpdiving        :       0.00       0.00          0          0          0
3585.22/3597.00	c   objpscostdiving  :      82.07       0.00          1          0          0
3585.22/3597.00	c   octane           :       0.00       0.00          0          0          0
3585.22/3597.00	c   ofins            :       0.00       0.00          0          0          0
3585.22/3597.00	c   oneopt           :       0.00       0.00          0          0          0
3585.22/3597.00	c   padm             :       0.00       0.00          0          0          0
3585.22/3597.00	c   proximity        :       0.00       0.00          0          0          0
3585.22/3597.00	c   pscostdiving     :     118.74       0.00         12          0          0
3585.22/3597.00	c   randrounding     :       0.17       0.00         91          0          0
3585.22/3597.00	c   rens             :       0.13       0.00          1          0          0
3585.22/3597.00	c   reoptsols        :       0.00       0.00          0          0          0
3585.22/3597.00	c   repair           :       0.00       0.00          0          0          0
3585.22/3597.00	c   rins             :       0.00       0.00          0          0          0
3585.22/3597.00	c   rootsoldiving    :      33.03       0.00          7          0          0
3585.22/3597.00	c   rounding         :       0.27       0.00        331          0          0
3585.22/3597.00	c   scheduler        :       0.00       0.00          0          0          0
3585.22/3597.00	c   shiftandpropagate:       0.02       0.00          1          0          0
3585.22/3597.00	c   shifting         :       1.15       0.00        141          0          0
3585.22/3597.00	c   simplerounding   :       0.00       0.00          0          0          0
3585.22/3597.00	c   subnlp           :       0.00       0.00          0          0          0
3585.22/3597.00	c   trivial          :       0.00       0.00          2          0          0
3585.22/3597.00	c   trivialnegation  :       0.00       0.00          0          0          0
3585.22/3597.00	c   trustregion      :       0.00       0.00          0          0          0
3585.22/3597.00	c   trysol           :       0.00       0.00          0          0          0
3585.22/3597.00	c   twoopt           :       0.00       0.00          0          0          0
3585.22/3597.00	c   undercover       :       0.00       0.00          0          0          0
3585.22/3597.00	c   vbounds          :       0.03       0.00          1          0          0
3585.22/3597.00	c   veclendiving     :      44.09       0.00         12          0          0
3585.22/3597.00	c   zeroobj          :       0.00       0.00          0          0          0
3585.22/3597.00	c   zirounding       :       0.13       0.00        538          0          0
3585.22/3597.00	c   other solutions  :          -          -          -          0          -
3585.22/3597.00	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3585.22/3597.00	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
3585.22/3597.00	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
3585.22/3597.00	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
3585.22/3597.00	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
3585.22/3597.00	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
3585.22/3597.00	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
3585.22/3597.00	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
3585.22/3597.00	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
3585.22/3597.00	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
3585.22/3597.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3585.22/3597.00	c   primal LP        :       2.19         50          0       0.00       0.00       2.19         50
3585.22/3597.00	c   dual LP          :    2880.52        693    4019001    5807.80    1395.23       0.00          1
3585.22/3597.00	c   lex dual LP      :       0.00          0          0       0.00          -
3585.22/3597.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3585.22/3597.00	c   resolve instable :       0.00          0          0       0.00          -
3585.22/3597.00	c   diving/probing LP:     600.28       1282    1333263    1039.99    2221.07
3585.22/3597.00	c   strong branching :       6.39         20      13722     686.10    2148.10          -          -         20
3585.22/3597.00	c     (at root node) :          -         20      13722     686.10          -
3585.22/3597.00	c   conflict analysis:       0.00          0          0       0.00          -
3585.22/3597.00	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
3585.22/3597.00	c   benders          :       0.00          0          0          0       0.00          0          0          0
3585.22/3597.00	c B&B Tree           :
3585.22/3597.00	c   number of runs   :          1
3585.22/3597.00	c   nodes            :        616 (538 internal, 78 leaves)
3585.22/3597.00	c   feasible leaves  :          0
3585.22/3597.00	c   infeas. leaves   :         77
3585.22/3597.00	c   objective leaves :          0
3585.22/3597.00	c   nodes (total)    :        616 (538 internal, 78 leaves)
3585.22/3597.00	c   nodes left       :        428
3585.22/3597.00	c   max depth        :         95
3585.22/3597.00	c   max depth (total):         95
3585.22/3597.00	c   backtracks       :        114 (18.5%)
3585.22/3597.00	c   early backtracks :          0 (0.0%)
3585.22/3597.00	c   nodes exc. ref.  :          0 (0.0%)
3585.22/3597.00	c   delayed cutoffs  :         34
3585.22/3597.00	c   repropagations   :        140 (136 domain reductions, 11 cutoffs)
3585.22/3597.00	c   avg switch length:       2.65
3585.22/3597.00	c   switching time   :       2.38
3585.22/3597.00	c Root Node          :
3585.22/3597.00	c   First LP value   : +0.00000000000000e+00
3585.22/3597.00	c   First LP Iters   :      15868 (1485.94 Iter/sec)
3585.22/3597.00	c   First LP Time    :      10.68
3585.22/3597.00	c   Final Dual Bound : +0.00000000000000e+00
3585.22/3597.00	c   Final Root Iters :     187772
3585.22/3597.00	c   Root LP Estimate : +3.23062513241932e-02
3585.22/3597.00	c Solution           :
3585.22/3597.00	c   Solutions found  :          0 (0 improvements)
3585.22/3597.00	c   Primal Bound     :          -
3585.22/3597.00	c   Dual Bound       : +0.00000000000000e+00
3585.22/3597.00	c   Gap              :   infinite
3585.22/3597.00	c Integrals          :      Total       Avg%
3585.22/3597.00	c   primal-dual      :  359699.88     100.00
3585.22/3597.00	c   primal-ref       :          -          - (not evaluated)
3585.22/3597.00	c   dual-ref         :          -          - (not evaluated)
3585.32/3597.07	c Time complete (sec):   3585.397

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 (62269 MiB free)
  memory of node 1: 64465 MiB (63458 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492015-1751144741/watcher-4492015-1751144741 -o /tmp/evaluation-result-4492015-1751144741/solver-4492015-1751144741 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751144566-13228 --watchdog 3760 pbsolver -f HOME/instance-4492015-1751144741.opb -t 3600 -m 31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=13514, runsolver pid=13511

[startup+0.100061 s]*
/proc/loadavg: 4.01 3.76 3.92 5/266 13515
/proc/meminfo: memFree=128705700/131249988 swapFree=33010684/33010684
[pid=13514] ppid=13511 vsize=75412 memory=64720 CPUtime=0.09 cores=5,7
/proc/13514/stat : 13514 (pbsolver) R 13511 13514 13215 0 -1 4194304 14117 0 0 0 7 2 0 0 20 0 1 0 30152625 77221888 16180 18446744073709551615 4198400 14743177 140722766955648 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 16769280 16853168 36061184 140722766961034 140722766961130 140722766961130 140722766966732 0
/proc/13514/statm: 18853 16180 2432 2575 0 15760 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 75412 KiB
Current children cumulated memory: 64720 KiB

[startup+0.205427 s]*
/proc/loadavg: 4.01 3.76 3.92 5/266 13515
/proc/meminfo: memFree=128681508/131249988 swapFree=33010684/33010684
[pid=13514] ppid=13511 vsize=91296 memory=81168 CPUtime=0.19 cores=5,7
/proc/13514/stat : 13514 (pbsolver) R 13511 13514 13215 0 -1 4194304 21820 0 0 0 16 3 0 0 20 0 1 0 30152625 93487104 20292 18446744073709551615 4198400 14743177 140722766955648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 36061184 140722766961034 140722766961130 140722766961130 140722766966732 0
/proc/13514/statm: 22824 20292 2496 2575 0 19731 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 91296 KiB
Current children cumulated memory: 81168 KiB

[startup+0.305416 s]*
/proc/loadavg: 4.01 3.76 3.92 5/266 13515
/proc/meminfo: memFree=128677728/131249988 swapFree=33010684/33010684
[pid=13514] ppid=13511 vsize=96252 memory=85836 CPUtime=0.29 cores=5,7
/proc/13514/stat : 13514 (pbsolver) R 13511 13514 13215 0 -1 4194304 24215 0 0 0 26 3 0 0 20 0 1 0 30152625 98562048 21459 18446744073709551615 4198400 14743177 140722766955648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 36061184 140722766961034 140722766961130 140722766961130 140722766966732 0
/proc/13514/statm: 24063 21459 2560 2575 0 20970 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 96252 KiB
Current children cumulated memory: 85836 KiB

[startup+0.700162 s]
/proc/loadavg: 4.01 3.76 3.92 5/266 13515
/proc/meminfo: memFree=128645724/131249988 swapFree=33010684/33010684
[pid=13514] ppid=13511 vsize=140888 memory=122548 CPUtime=0.68 cores=5,7
/proc/13514/stat : 13514 (pbsolver) R 13511 13514 13215 0 -1 4194304 32066 0 0 0 63 5 0 0 20 0 1 0 30152625 144269312 30637 18446744073709551615 4198400 14743177 140722766955648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 36061184 140722766961034 140722766961130 140722766961130 140722766966732 0
/proc/13514/statm: 35222 30637 2560 2575 0 32129 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 140888 KiB
Current children cumulated memory: 122548 KiB

[startup+1.50011 s]
/proc/loadavg: 4.01 3.76 3.92 5/266 13515
/proc/meminfo: memFree=128605656/131249988 swapFree=33010684/33010684
[pid=13514] ppid=13511 vsize=180356 memory=163584 CPUtime=1.48 cores=5,7
/proc/13514/stat : 13514 (pbsolver) R 13511 13514 13215 0 -1 4194304 42444 0 0 0 142 6 0 0 20 0 1 0 30152625 184684544 40896 18446744073709551615 4198400 14743177 140722766955648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 36061184 140722766961034 140722766961130 140722766961130 140722766966732 0
/proc/13514/statm: 45089 40896 2656 2575 0 41996 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 180356 KiB
Current children cumulated memory: 163584 KiB

[startup+3.10518 s]
/proc/loadavg: 4.01 3.76 3.92 5/266 13515
/proc/meminfo: memFree=128605692/131249988 swapFree=33010684/33010684
[pid=13514] ppid=13511 vsize=183884 memory=167168 CPUtime=3.08 cores=5,7
/proc/13514/stat : 13514 (pbsolver) R 13511 13514 13215 0 -1 4194304 43334 0 0 0 301 7 0 0 20 0 1 0 30152625 188297216 41792 18446744073709551615 4198400 14743177 140722766955648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 36061184 140722766961034 140722766961130 140722766961130 140722766966732 0
/proc/13514/statm: 45971 41792 2656 2575 0 42878 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 183884 KiB
Current children cumulated memory: 167168 KiB

[startup+6.3001 s]
/proc/loadavg: 4.01 3.76 3.92 5/266 13515
/proc/meminfo: memFree=128606020/131249988 swapFree=33010684/33010684
[pid=13514] ppid=13511 vsize=185312 memory=167168 CPUtime=6.27 cores=5,7
/proc/13514/stat : 13514 (pbsolver) R 13511 13514 13215 0 -1 4194304 43344 0 0 0 620 7 0 0 20 0 1 0 30152625 189759488 41792 18446744073709551615 4198400 14743177 140722766955648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 36061184 140722766961034 140722766961130 140722766961130 140722766966732 0
/proc/13514/statm: 46328 41792 2656 2575 0 43235 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 185312 KiB
Current children cumulated memory: 167168 KiB

[startup+12.7001 s]
/proc/loadavg: 4.09 3.78 3.93 5/266 13515
/proc/meminfo: memFree=128606020/131249988 swapFree=33010684/33010684
[pid=13514] ppid=13511 vsize=185312 memory=167168 CPUtime=12.65 cores=5,7
/proc/13514/stat : 13514 (pbsolver) R 13511 13514 13215 0 -1 4194304 43346 0 0 0 1258 7 0 0 20 0 1 0 30152625 189759488 41792 18446744073709551615 4198400 14743177 140722766955648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 36061184 140722766961034 140722766961130 140722766961130 140722766966732 0
/proc/13514/statm: 46328 41792 2656 2575 0 43235 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 185312 KiB
Current children cumulated memory: 167168 KiB

[startup+25.5001 s]
/proc/loadavg: 4.07 3.79 3.93 5/266 13515
/proc/meminfo: memFree=128586300/131249988 swapFree=33010684/33010684
[pid=13514] ppid=13511 vsize=199844 memory=179968 CPUtime=25.41 cores=5,7
/proc/13514/stat : 13514 (pbsolver) R 13511 13514 13215 0 -1 4194304 46555 0 0 0 2534 7 0 0 20 0 1 0 30152625 204640256 44992 18446744073709551615 4198400 14743177 140722766955648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 36061184 140722766961034 140722766961130 140722766961130 140722766966732 0
/proc/13514/statm: 49961 44992 2656 2575 0 46868 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 199844 KiB
Current children cumulated memory: 179968 KiB

[startup+51.1053 s]
/proc/loadavg: 4.11 3.83 3.94 5/266 13516
/proc/meminfo: memFree=128544348/131249988 swapFree=33010684/33010684
[pid=13514] ppid=13511 vsize=217456 memory=188032 CPUtime=50.93 cores=5,7
/proc/13514/stat : 13514 (pbsolver) R 13511 13514 13215 0 -1 4194304 48569 0 0 0 5086 7 0 0 20 0 1 0 30152625 222674944 47008 18446744073709551615 4198400 14743177 140722766955648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 36061184 140722766961034 140722766961130 140722766961130 140722766966732 0
/proc/13514/statm: 54364 47008 2656 2575 0 51271 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 217456 KiB
Current children cumulated memory: 188032 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 3.87 3.95 5/265 13517
/proc/meminfo: memFree=128471352/131249988 swapFree=33010684/33010684
[pid=13514] ppid=13511 vsize=239680 memory=200972 CPUtime=101.96 cores=5,7
/proc/13514/stat : 13514 (pbsolver) R 13511 13514 13215 0 -1 4194304 51288 0 0 0 10188 8 0 0 20 0 1 0 30152625 245432320 50243 18446744073709551615 4198400 14743177 140722766955648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 36061184 140722766961034 140722766961130 140722766961130 140722766966732 0
/proc/13514/statm: 59920 50243 2656 2575 0 56827 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 239680 KiB
Current children cumulated memory: 200972 KiB

[startup+162.3 s]
/proc/loadavg: 4.40 3.99 3.98 5/264 13519
/proc/meminfo: memFree=128478540/131249988 swapFree=33010684/33010684
[pid=13514] ppid=13511 vsize=251380 memory=201100 CPUtime=161.77 cores=5,7
/proc/13514/stat : 13514 (pbsolver) R 13511 13514 13215 0 -1 4194304 51306 0 0 0 16169 8 0 0 20 0 1 0 30152625 257413120 50275 18446744073709551615 4198400 14743177 140722766955648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 36061184 140722766961034 140722766961130 140722766961130 140722766966732 0
/proc/13514/statm: 62845 50275 2656 2575 0 59752 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 251380 KiB
Current children cumulated memory: 201100 KiB

[startup+222.3 s]
/proc/loadavg: 4.25 4.02 4.00 5/264 13521
/proc/meminfo: memFree=128330936/131249988 swapFree=33010684/33010684
[pid=13514] ppid=13511 vsize=295936 memory=244364 CPUtime=221.57 cores=5,7
/proc/13514/stat : 13514 (pbsolver) R 13511 13514 13215 0 -1 4194304 62117 0 0 0 22147 10 0 0 20 0 1 0 30152625 303038464 61091 18446744073709551615 4198400 14743177 140722766955648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 36061184 140722766961034 140722766961130 140722766961130 140722766966732 0
/proc/13514/statm: 73984 61091 2688 2575 0 70891 0
Current children cumulated CPU time: 221.57 s
Current children cumulated vsize: 295936 KiB
Current children cumulated memory: 244364 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.03 4.00 5/263 13523
/proc/meminfo: memFree=128325948/131249988 swapFree=33010684/33010684
[pid=13514] ppid=13511 vsize=295936 memory=244492 CPUtime=281.37 cores=5,7
/proc/13514/stat : 13514 (pbsolver) R 13511 13514 13215 0 -1 4194304 62130 0 0 0 28127 10 0 0 20 0 1 0 30152625 303038464 61123 18446744073709551615 4198400 14743177 140722766955648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 36061184 140722766961034 140722766961130 140722766961130 140722766966732 0
/proc/13514/statm: 73984 61123 2688 2575 0 70891 0
Current children cumulated CPU time: 281.37 s
Current children cumulated vsize: 295936 KiB
Current children cumulated memory: 244492 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.04 4.00 5/263 13525
/proc/meminfo: memFree=128318432/131249988 swapFree=33010684/33010684
[pid=13514] ppid=13511 vsize=296480 memory=245004 CPUtime=341.18 cores=5,7
/proc/13514/stat : 13514 (pbsolver) R 13511 13514 13215 0 -1 4194304 62303 0 0 0 34108 10 0 0 20 0 1 0 30152625 303595520 61251 18446744073709551615 4198400 14743177 140722766955648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 36061184 140722766961034 140722766961130 140722766961130 140722766966732 0
/proc/13514/statm: 74120 61251 2688 2575 0 71027 0
Current children cumulated CPU time: 341.18 s
Current children cumulated vsize: 296480 KiB
Current children cumulated memory: 245004 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.04 4.00 5/262 13531
/proc/meminfo: memFree=128306604/131249988 swapFree=33010684/33010684
[pid=13514] ppid=13511 vsize=296480 memory=245004 CPUtime=400.99 cores=5,7
/proc/13514/stat : 13514 (pbsolver) R 13511 13514 13215 0 -1 4194304 62303 0 0 0 40089 10 0 0 20 0 1 0 30152625 303595520 61251 18446744073709551615 4198400 14743177 140722766955648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 36061184 140722766961034 140722766961130 140722766961130 140722766966732 0
/proc/13514/statm: 74120 61251 2688 2575 0 71027 0
Current children cumulated CPU time: 400.99 s
Current children cumulated vsize: 296480 KiB
Current children cumulated memory: 245004 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 4.05 4.00 5/263 13536
/proc/meminfo: memFree=128285896/131249988 swapFree=33010684/33010684
[pid=13514] ppid=13511 vsize=296480 memory=245004 CPUtime=460.79 cores=5,7
/proc/13514/stat : 13514 (pbsolver) R 13511 13514 13215 0 -1 4194304 62305 0 0 0 46069 10 0 0 20 0 1 0 30152625 303595520 61251 18446744073709551615 4198400 14743177 140722766955648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 36061184 140722766961034 140722766961130 140722766961130 140722766966732 0
/proc/13514/statm: 74120 61251 2688 2575 0 71027 0
Current children cumulated CPU time: 460.79 s

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

/proc/loadavg: 4.10 4.10 4.09 5/262 13804
/proc/meminfo: memFree=127330296/131249988 swapFree=33010684/33010684
[pid=13514] ppid=13511 vsize=375708 memory=354956 CPUtime=3151.99 cores=5,7
/proc/13514/stat : 13514 (pbsolver) R 13511 13514 13215 0 -1 4194304 75183 0 0 0 315187 12 0 0 20 0 1 0 30152625 384724992 88739 18446744073709551615 4198400 14743177 140722766955648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 36061184 140722766961034 140722766961130 140722766961130 140722766966732 0
/proc/13514/statm: 93927 88739 2688 2575 0 90834 0
Current children cumulated CPU time: 3151.99 s
Current children cumulated vsize: 375708 KiB
Current children cumulated memory: 354956 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/263 13807
/proc/meminfo: memFree=127310804/131249988 swapFree=33010684/33010684
[pid=13514] ppid=13511 vsize=375708 memory=354956 CPUtime=3211.82 cores=5,7
/proc/13514/stat : 13514 (pbsolver) R 13511 13514 13215 0 -1 4194304 75213 0 0 0 321170 12 0 0 20 0 1 0 30152625 384724992 88739 18446744073709551615 4198400 14743177 140722766955648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 36061184 140722766961034 140722766961130 140722766961130 140722766966732 0
/proc/13514/statm: 93927 88739 2688 2575 0 90834 0
Current children cumulated CPU time: 3211.82 s
Current children cumulated vsize: 375708 KiB
Current children cumulated memory: 354956 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/266 13834
/proc/meminfo: memFree=127341832/131249988 swapFree=33010684/33010684
[pid=13514] ppid=13511 vsize=375708 memory=354956 CPUtime=3271.64 cores=5,7
/proc/13514/stat : 13514 (pbsolver) R 13511 13514 13215 0 -1 4194304 75213 0 0 0 327152 12 0 0 20 0 1 0 30152625 384724992 88739 18446744073709551615 4198400 14743177 140722766955648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 36061184 140722766961034 140722766961130 140722766961130 140722766966732 0
/proc/13514/statm: 93927 88739 2688 2575 0 90834 0
Current children cumulated CPU time: 3271.64 s
Current children cumulated vsize: 375708 KiB
Current children cumulated memory: 354956 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/266 13851
/proc/meminfo: memFree=127333592/131249988 swapFree=33010684/33010684
[pid=13514] ppid=13511 vsize=375708 memory=354956 CPUtime=3331.47 cores=5,7
/proc/13514/stat : 13514 (pbsolver) R 13511 13514 13215 0 -1 4194304 75314 0 0 0 333135 12 0 0 20 0 1 0 30152625 384724992 88739 18446744073709551615 4198400 14743177 140722766955648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 36061184 140722766961034 140722766961130 140722766961130 140722766966732 0
/proc/13514/statm: 93927 88739 2688 2575 0 90834 0
Current children cumulated CPU time: 3331.47 s
Current children cumulated vsize: 375708 KiB
Current children cumulated memory: 354956 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/266 13857
/proc/meminfo: memFree=127333488/131249988 swapFree=33010684/33010684
[pid=13514] ppid=13511 vsize=375708 memory=354956 CPUtime=3391.29 cores=5,7
/proc/13514/stat : 13514 (pbsolver) R 13511 13514 13215 0 -1 4194304 75318 0 0 0 339117 12 0 0 20 0 1 0 30152625 384724992 88739 18446744073709551615 4198400 14743177 140722766955648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 36061184 140722766961034 140722766961130 140722766961130 140722766966732 0
/proc/13514/statm: 93927 88739 2688 2575 0 90834 0
Current children cumulated CPU time: 3391.29 s
Current children cumulated vsize: 375708 KiB
Current children cumulated memory: 354956 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/266 14083
/proc/meminfo: memFree=129215732/131249988 swapFree=33010684/33010684
[pid=13514] ppid=13511 vsize=375708 memory=354956 CPUtime=3451.09 cores=5,7
/proc/13514/stat : 13514 (pbsolver) R 13511 13514 13215 0 -1 4194304 75318 0 0 0 345097 12 0 0 20 0 1 0 30152625 384724992 88739 18446744073709551615 4198400 14743177 140722766955648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 36061184 140722766961034 140722766961130 140722766961130 140722766966732 0
/proc/13514/statm: 93927 88739 2688 2575 0 90834 0
Current children cumulated CPU time: 3451.09 s
Current children cumulated vsize: 375708 KiB
Current children cumulated memory: 354956 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/262 14139
/proc/meminfo: memFree=129275940/131249988 swapFree=33010684/33010684
[pid=13514] ppid=13511 vsize=375708 memory=354956 CPUtime=3510.88 cores=5,7
/proc/13514/stat : 13514 (pbsolver) R 13511 13514 13215 0 -1 4194304 75318 0 0 0 351076 12 0 0 20 0 1 0 30152625 384724992 88739 18446744073709551615 4198400 14743177 140722766955648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 36061184 140722766961034 140722766961130 140722766961130 140722766966732 0
/proc/13514/statm: 93927 88739 2688 2575 0 90834 0
Current children cumulated CPU time: 3510.88 s
Current children cumulated vsize: 375708 KiB
Current children cumulated memory: 354956 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/264 14178
/proc/meminfo: memFree=129155064/131249988 swapFree=33010684/33010684
[pid=13514] ppid=13511 vsize=375708 memory=354956 CPUtime=3570.67 cores=5,7
/proc/13514/stat : 13514 (pbsolver) R 13511 13514 13215 0 -1 4194304 75321 0 0 0 357055 12 0 0 20 0 1 0 30152625 384724992 88739 18446744073709551615 4198400 14743177 140722766955648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 36061184 140722766961034 140722766961130 140722766961130 140722766966732 0
/proc/13514/statm: 93927 88739 2688 2575 0 90834 0
Current children cumulated CPU time: 3570.67 s
Current children cumulated vsize: 375708 KiB
Current children cumulated memory: 354956 KiB

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

# cumulated CPU time of all completed processes:  user=3585.27 s, system=0.125571 s

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

[startup+3584 s]*
/proc/loadavg: 4.13 4.11 4.09 5/264 14179
/proc/meminfo: memFree=129154352/131249988 swapFree=33010684/33010684
[pid=13514] ppid=13511 vsize=375708 memory=354956 CPUtime=3572.37 cores=5,7
/proc/13514/stat : 13514 (pbsolver) R 13511 13514 13215 0 -1 4194304 75321 0 0 0 357225 12 0 0 20 0 1 0 30152625 384724992 88739 18446744073709551615 4198400 14743177 140722766955648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 36061184 140722766961034 140722766961130 140722766961130 140722766966732 0
/proc/13514/statm: 93927 88739 2688 2575 0 90834 0
Current children cumulated CPU time: 3572.37 s
Current children cumulated vsize: 375708 KiB
Current children cumulated memory: 354956 KiB

[startup+3590.4 s]
/proc/loadavg: 4.11 4.11 4.09 5/264 14179
/proc/meminfo: memFree=129154660/131249988 swapFree=33010684/33010684
[pid=13514] ppid=13511 vsize=375708 memory=354956 CPUtime=3578.74 cores=5,7
/proc/13514/stat : 13514 (pbsolver) R 13511 13514 13215 0 -1 4194304 75321 0 0 0 357862 12 0 0 20 0 1 0 30152625 384724992 88739 18446744073709551615 4198400 14743177 140722766955648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 36061184 140722766961034 140722766961130 140722766961130 140722766966732 0
/proc/13514/statm: 93927 88739 2688 2575 0 90834 0
Current children cumulated CPU time: 3578.74 s
Current children cumulated vsize: 375708 KiB
Current children cumulated memory: 354956 KiB

[startup+3593.6 s]
/proc/loadavg: 4.11 4.11 4.09 5/264 14179
/proc/meminfo: memFree=129152644/131249988 swapFree=33010684/33010684
[pid=13514] ppid=13511 vsize=375708 memory=354956 CPUtime=3581.93 cores=5,7
/proc/13514/stat : 13514 (pbsolver) R 13511 13514 13215 0 -1 4194304 75321 0 0 0 358181 12 0 0 20 0 1 0 30152625 384724992 88739 18446744073709551615 4198400 14743177 140722766955648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 36061184 140722766961034 140722766961130 140722766961130 140722766966732 0
/proc/13514/statm: 93927 88739 2688 2575 0 90834 0
Current children cumulated CPU time: 3581.93 s
Current children cumulated vsize: 375708 KiB
Current children cumulated memory: 354956 KiB

[startup+3595.2 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 14179
/proc/meminfo: memFree=129152644/131249988 swapFree=33010684/33010684
[pid=13514] ppid=13511 vsize=375708 memory=354956 CPUtime=3583.53 cores=5,7
/proc/13514/stat : 13514 (pbsolver) R 13511 13514 13215 0 -1 4194304 75321 0 0 0 358341 12 0 0 20 0 1 0 30152625 384724992 88739 18446744073709551615 4198400 14743177 140722766955648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 36061184 140722766961034 140722766961130 140722766961130 140722766966732 0
/proc/13514/statm: 93927 88739 2688 2575 0 90834 0
Current children cumulated CPU time: 3583.53 s
Current children cumulated vsize: 375708 KiB
Current children cumulated memory: 354956 KiB

[startup+3596 s]*
/proc/loadavg: 4.10 4.11 4.09 5/264 14179
/proc/meminfo: memFree=129152644/131249988 swapFree=33010684/33010684
[pid=13514] ppid=13511 vsize=375708 memory=354956 CPUtime=3584.33 cores=5,7
/proc/13514/stat : 13514 (pbsolver) R 13511 13514 13215 0 -1 4194304 75321 0 0 0 358421 12 0 0 20 0 1 0 30152625 384724992 88739 18446744073709551615 4198400 14743177 140722766955648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 36061184 140722766961034 140722766961130 140722766961130 140722766966732 0
/proc/13514/statm: 93927 88739 2688 2575 0 90834 0
Current children cumulated CPU time: 3584.33 s
Current children cumulated vsize: 375708 KiB
Current children cumulated memory: 354956 KiB

[startup+3596.8 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 14179
/proc/meminfo: memFree=129152644/131249988 swapFree=33010684/33010684
[pid=13514] ppid=13511 vsize=375708 memory=354956 CPUtime=3585.12 cores=5,7
/proc/13514/stat : 13514 (pbsolver) R 13511 13514 13215 0 -1 4194304 75321 0 0 0 358500 12 0 0 20 0 1 0 30152625 384724992 88739 18446744073709551615 4198400 14743177 140722766955648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 36061184 140722766961034 140722766961130 140722766961130 140722766966732 0
/proc/13514/statm: 93927 88739 2688 2575 0 90834 0
Current children cumulated CPU time: 3585.12 s
Current children cumulated vsize: 375708 KiB
Current children cumulated memory: 354956 KiB

[startup+3597 s]*
/proc/loadavg: 4.10 4.11 4.09 5/264 14179
/proc/meminfo: memFree=129152644/131249988 swapFree=33010684/33010684
[pid=13514] ppid=13511 vsize=375708 memory=354956 CPUtime=3585.32 cores=5,7
/proc/13514/stat : 13514 (pbsolver) R 13511 13514 13215 0 -1 4194304 75321 0 0 0 358520 12 0 0 20 0 1 0 30152625 384724992 88739 18446744073709551615 4198400 14743177 140722766955648 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 36061184 140722766961034 140722766961130 140722766961130 140722766966732 0
/proc/13514/statm: 93927 88739 2688 2575 0 90834 0
Current children cumulated CPU time: 3585.32 s
Current children cumulated vsize: 375708 KiB
Current children cumulated memory: 354956 KiB

Child status: 0

Real time (s): 3597.07
CPU time (s): 3585.4
CPU user time (s): 3585.27
CPU system time (s): 0.125571
CPU usage (%): 99.6754
Max. virtual memory (cumulated for all children) (KiB): 375708
Max. memory (cumulated for all children) (KiB): 354956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.27
system time used= 0.125571
maximum resident set size= 354956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75350
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= 28
involuntary context switches= 20315


# summary of solver processes directly reported to runsolver:
#   pid: 13514
#   total CPU time (s): 3585.4
#   total CPU user time (s): 3585.27
#   total CPU system time (s): 0.125571

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.72018 second user time and 14.0673 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-28 23:05:41
IDJOB=4492015
IDBENCH=147756
IDSOLVER=3366
FILE ID=nodeC031/4492015-1751144741
RUNJOBID= nodeC031-1751144566-13228
SLURM_JOB_ID= 9587441
Free space on /tmp= 433008 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492015-1751144741/watcher-4492015-1751144741 -o /tmp/evaluation-result-4492015-1751144741/solver-4492015-1751144741 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751144566-13228 --watchdog 3760  pbsolver -f HOME/instance-4492015-1751144741.opb -t 3600 -m 31000

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

MD5SUM BENCH= d2d0eb539d1ad3b17959abe287928b07
RANDOM SEED=1802907338

nodeC031 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.865
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.78
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.889
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.78
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		: 3602.608
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.78
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		: 3700.000
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.78
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.892
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.78
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		: 3600.278
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.469
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.78
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		: 3599.891
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        128745708 kB
MemAvailable:   128368108 kB
Buffers:            3280 kB
Cached:           410644 kB
SwapCached:            0 kB
Active:          1685468 kB
Inactive:         204052 kB
Active(anon):    1493660 kB
Inactive(anon):        0 kB
Active(file):     191808 kB
Inactive(file):   204052 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16048 kB
Writeback:             0 kB
AnonPages:       1478744 kB
Mapped:           135068 kB
Shmem:             18064 kB
KReclaimable:      84292 kB
Slab:             166588 kB
SReclaimable:      84292 kB
SUnreclaim:        82296 kB
KernelStack:        4288 kB
PageTables:         6080 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    1977900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    104448 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433000 MiB
End job on nodeC031 at 2025-06-29 00:05:38