Trace number 4509297

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 NameAnswerobjective functionCPU timeWall clock time
SCIP 2025-06-13? 3589.55 3598.36

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/
hw128/normalized-hw128-vm98p-opt.opb.negationfix.opb
MD5SUMa7d39c8a0eed618aa14a4423c4fae159
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark126
Best CPU time to get the best result obtained on this benchmark86.2078
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables175232
Total number of constraints2994
Number of constraints which are clauses1368
Number of constraints which are cardinality constraints (but not clauses)1368
Number of constraints which are nor clauses,nor cardinality constraints258
Minimum length of a constraint128
Maximum length of a constraint1369
Number of terms in the objective function 128
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 128
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 482918
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 1101202
Number of bits of the biggest sum of numbers21
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-4509297-1751514011.opb>
0.30/0.31	c original problem has 175232 variables (175232 bin, 0 int, 0 cont) and 2994 constraints
0.30/0.31	c problem read in 0.314 seconds
0.60/0.69	c presolving:
0.99/1.07	c (round 1, fast)       617 del vars, 0 del conss, 0 add conss, 617 chg bounds, 1 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 26150 clqs
1.29/1.38	c    (1.4s) running MILP presolver
1.99/2.09	c    (2.1s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
2.09/2.17	c (round 2, medium)     617 del vars, 2994 del conss, 1626 add conss, 617 chg bounds, 1 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 26150 clqs
2.48/2.58	c (round 3, exhaustive) 617 del vars, 2994 del conss, 1626 add conss, 617 chg bounds, 1 chg sides, 0 chg coeffs, 1626 upgd conss, 0 impls, 26150 clqs
26.52/26.64	c    (26.6s) probing: 1000/174615 (0.6%) - 0 fixings, 0 aggregations, 328 implications, 0 bound changes
26.52/26.66	c    (26.7s) probing: 1001/174615 (0.6%) - 0 fixings, 0 aggregations, 328 implications, 0 bound changes
26.52/26.66	c    (26.7s) probing aborted: 1000/1000 successive useless probings
26.72/26.81	c    (26.8s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
29.11/29.25	c    (29.3s) symmetry computation finished: 366 generators found (max: 366, log10 of symmetry group size: 269.08) (symcode time: 2.22)
29.41/29.52	c dynamic symmetry handling statistics:
29.41/29.52	c    orbitopal reduction:       45 components: 128x3, 127x22, 128x10, 128x15, 127x10, 126x5, 127x13, 127x10, 127x9, 128x10, 127x4, 127x16, 128x4, 128x10, 127x10, 127x10, 128x11, 128x12, 127x12, 126x7, 128x7, 127x3, 128x14, 127x10, 127x20, 127x6, 128x8, 128x3, 128x9, 128x10, 127x9, 128x3, 128x8, 127x4, 127x3, 127x8, 128x9, 128x10, 128x5, 127x10, 128x6, 127x10, 128x10, 127x4, 128x13
29.41/29.52	c    orbital reduction:         no components
29.41/29.52	c    lexicographic reduction:    6 permutations with support sizes 256, 254, 254, 254, 254, 252
29.41/29.52	c handled 51 out of 51 symmetry components
29.51/29.67	c presolving (4 rounds: 4 fast, 3 medium, 2 exhaustive):
29.51/29.67	c  617 deleted vars, 2994 deleted constraints, 1626 added constraints, 617 tightened bounds, 0 added holes, 1 changed sides, 0 changed coefficients
29.51/29.67	c  0 implications, 156317 cliques
29.51/29.67	c presolved problem has 174615 variables (174615 bin, 0 int, 0 cont) and 1626 constraints
29.51/29.67	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
29.51/29.67	c     258 constraints of type <knapsack>
29.51/29.67	c    1368 constraints of type <setppc>
29.51/29.67	c transformed objective value is always integral (scale: 1)
29.51/29.67	c Presolving Time: 29.03
29.51/29.67	c 
29.51/29.67	c - non default parameters ----------------------------------------------------------------------
29.51/29.67	c 
29.51/29.67	c # SCIP version 10.0.0
29.51/29.67	c 
29.51/29.67	c # maximal time in seconds to run
29.51/29.67	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
29.51/29.67	c limits/time = 3596.998401
29.51/29.67	c 
29.51/29.67	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
29.51/29.67	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
29.51/29.67	c limits/memory = 27900
29.51/29.67	c 
29.51/29.67	c # belongs reading time to solving time?
29.51/29.67	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
29.51/29.67	c timing/reading = TRUE
29.51/29.67	c 
29.51/29.67	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
29.51/29.67	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
29.51/29.67	c reading/opbreader/maxintsize = 47
29.51/29.67	c 
29.51/29.67	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
29.51/29.67	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
29.51/29.67	c propagating/genvbounds/timingmask = 0
29.51/29.67	c 
29.51/29.67	c -----------------------------------------------------------------------------------------------
29.61/29.70	c 
64.13/64.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
64.13/64.34	c  64.3s|     1 |     0 | 10846 |     - |  1758M |   0 | 174k|1671 |1626 |   0 |  0 | 155 |   0 | 1.260000e+02 |      --      |    Inf | unknown
79.08/79.30	c  79.3s|     1 |     0 | 15312 |     - |  1866M |   0 | 174k|1671 |1760 | 134 |  1 | 155 |   0 | 1.260000e+02 |      --      |    Inf | unknown
102.33/102.67	c   103s|     1 |     0 | 19359 |     - |  1919M |   0 | 174k|1669 |1892 | 266 |  2 | 155 |   0 | 1.260000e+02 |      --      |    Inf | unknown
116.80/117.10	c   117s|     1 |     0 | 22147 |     - |  1963M |   0 | 174k|1668 |2026 | 400 |  3 | 155 |   0 | 1.260000e+02 |      --      |    Inf | unknown
129.45/129.89	c   130s|     1 |     0 | 25099 |     - |  1988M |   0 | 174k|1667 |2158 | 532 |  4 | 155 |   0 | 1.260000e+02 |      --      |    Inf | unknown
137.13/137.50	c   137s|     1 |     0 | 26744 |     - |  2030M |   0 | 174k|1667 |2293 | 667 |  5 | 155 |   0 | 1.260000e+02 |      --      |    Inf | unknown
146.60/147.07	c   147s|     1 |     0 | 28225 |     - |  2068M |   0 | 174k|1667 |2419 | 793 |  6 | 155 |   0 | 1.260000e+02 |      --      |    Inf | unknown
162.46/162.99	c   163s|     1 |     0 | 31268 |     - |  2093M |   0 | 174k|1667 |2544 | 918 |  7 | 155 |   0 | 1.260000e+02 |      --      |    Inf | unknown
182.52/183.05	c   183s|     1 |     0 | 34013 |     - |  2131M |   0 | 174k|1667 |2672 |1046 |  8 | 155 |   0 | 1.260000e+02 |      --      |    Inf | unknown
195.58/196.14	c   196s|     1 |     0 | 35587 |     - |  2161M |   0 | 174k|1666 |2796 |1170 |  9 | 155 |   0 | 1.260000e+02 |      --      |    Inf | unknown
218.52/219.18	c   219s|     1 |     0 | 39112 |     - |  2187M |   0 | 174k|1666 |2922 |1296 | 10 | 155 |   0 | 1.260000e+02 |      --      |    Inf | unknown
240.36/241.00	c   241s|     1 |     0 | 43090 |     - |  2195M |   0 | 174k|1666 |3048 |1422 | 11 | 155 |   0 | 1.260000e+02 |      --      |    Inf | unknown
459.01/460.22	c   460s|     1 |     2 | 60165 |     - |  2198M |   0 | 174k|1655 |3048 |1422 | 11 | 155 |  19 | 1.260000e+02 |      --      |    Inf | unknown
803.13/805.23	c   805s|   100 |    87 | 89193 | 471.3 |  2209M |  37 | 174k|1655 |   0 |1988 |  0 | 155 |  19 | 1.260000e+02 |      --      |    Inf |   6.25%
1220.15/1223.33	c  1223s|   200 |   157 |157205 | 576.2 |  2244M |  55 | 174k|1652 |1912 |2660 |  1 | 155 |  19 | 1.260000e+02 |      --      |    Inf |   6.27%
2003.02/2008.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2003.02/2008.19	c  2008s|   300 |   215 |256002 | 713.9 |  2369M |  71 | 174k|1660 |1975 |3259 |  1 | 165 |  19 | 1.260000e+02 |      --      |    Inf |   6.47%
3588.19/3597.06	c 
3588.19/3597.06	c SCIP Status        : solving was interrupted [time limit reached]
3588.19/3597.06	c Solving Time (sec) : 3597.06
3588.19/3597.06	c Solving Nodes      : 361
3588.19/3597.06	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3588.19/3597.06	c Dual Bound         : +1.26000000000000e+02
3588.19/3597.06	c Gap                : infinite
3588.19/3597.06	s UNKNOWN
3588.19/3597.06	c SCIP Status        : solving was interrupted [time limit reached]
3588.19/3597.06	c Total Time         :    3597.06
3588.19/3597.06	c   solving          :    3597.06
3588.19/3597.06	c   presolving       :      29.03 (included in solving)
3588.19/3597.06	c   reading          :       0.31 (included in solving)
3588.19/3597.06	c   copying          :       0.77 (3 #copies) (minimal 0.23, maximal 0.27, average 0.26)
3588.19/3597.06	c Original Problem   :
3588.19/3597.06	c   Problem name     : HOME/instance-4509297-1751514011.opb
3588.19/3597.06	c   Variables        : 175232 (175232 binary, 0 integer, 0 continuous)
3588.19/3597.06	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3588.19/3597.06	c   Constraints      : 2994 initial, 2994 maximal
3588.19/3597.06	c   Objective        : minimize, 128 non-zeros (abs.min = 1, abs.max = 1)
3588.19/3597.06	c Presolved Problem  :
3588.19/3597.06	c   Problem name     : t_HOME/instance-4509297-1751514011.opb
3588.19/3597.06	c   Variables        : 174615 (174615 binary, 0 integer, 0 continuous)
3588.19/3597.06	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3588.19/3597.06	c   Constraints      : 1626 initial, 1750 maximal
3588.19/3597.07	c   Objective        : minimize, 128 non-zeros (abs.min = 1, abs.max = 1)
3588.19/3597.07	c   Nonzeros         : 522309 constraint, 1092916 clique table
3588.19/3597.07	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3588.19/3597.07	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.19/3597.07	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.19/3597.07	c   domcol           :       0.29       0.00      1          0          0          0          0          0          0          0          0          0
3588.19/3597.07	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.19/3597.07	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.19/3597.07	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.19/3597.07	c   dualsparsify     :       0.15       0.00      1          0          0          0          0          0          0          0          0          0
3588.19/3597.07	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.19/3597.07	c   implics          :       0.01       0.00      3          0          0          0          0          0          0          0          0          0
3588.19/3597.07	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.19/3597.07	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.19/3597.07	c   milp             :       0.99       0.00      1          0          0          0          0          0       2994       1626          0          0
3588.19/3597.07	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.19/3597.07	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.19/3597.07	c   sparsify         :       0.66       0.00      1          0          0          0          0          0          0          0          0          0
3588.19/3597.07	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.19/3597.07	c   trivial          :       0.02       0.00      4          0          0          0          0          0          0          0          0          0
3588.19/3597.07	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.19/3597.07	c   dualfix          :       0.02       0.00      4          0          0          0          0          0          0          0          0          0
3588.19/3597.07	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.19/3597.07	c   probing          :      22.52       0.01      1          0          0          0          0          0          0          0          0          0
3588.19/3597.07	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.19/3597.07	c   symmetry         :       2.71       0.00      1          0          0          0          0          0          0          0          0          0
3588.19/3597.07	c   vbounds          :       0.18       0.00      2          0          0          0          0          0          0          0          0          0
3588.19/3597.07	c   knapsack         :       0.41       0.02      3          0          0          0          0          0          0          0          0          0
3588.19/3597.07	c   setppc           :       0.07       0.01      3          0          0          0          0          0          0          0          0          0
3588.19/3597.07	c   linear           :       0.71       0.08      4        617          0          0        617          0          0          0          1          0
3588.19/3597.07	c   logicor          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.19/3597.07	c   components       :       0.11       0.00      1          0          0          0          0          0          0          0          0          0
3588.19/3597.07	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3588.19/3597.07	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3588.19/3597.07	c   integral         :          0          0          0          0        313          0          0         74          0          0          0          0          0          0        626
3588.19/3597.07	c   knapsack         :        258        258         11     314485          0          0          0         70      57636         44      46186       2233         75          0          0
3588.19/3597.07	c   setppc           :       1368       1368         11     314441          0          0          0          1       4224          0      36496          0          0          0          0
3588.19/3597.07	c   linear           :          0+         1          0       5239          0          0          0          3          0         11          0          0          0          0          0
3588.19/3597.07	c   logicor          :          0+       123         11        141          0          0          0          0          0          0          0          0          0          0          0
3588.19/3597.07	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3588.19/3597.07	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3588.19/3597.07	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3588.19/3597.07	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3588.19/3597.07	c   integral         :     184.55       0.00       0.00       0.00     184.55       0.00       0.00       0.00       0.00       0.00
3588.19/3597.07	c   knapsack         :       2.15       0.02       0.23       1.69       0.00       0.00       0.00       0.03       0.18       0.00
3588.19/3597.07	c   setppc           :       1.06       0.01       0.03       1.01       0.00       0.00       0.00       0.00       0.00       0.01
3588.19/3597.07	c   linear           :       0.10       0.08       0.00       0.00       0.00       0.00       0.00       0.01       0.00       0.00
3588.19/3597.07	c   logicor          :       0.02       0.00       0.00       0.02       0.00       0.00       0.00       0.00       0.00       0.00
3588.19/3597.07	c   fixedvar         :       0.01       0.01       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3588.19/3597.07	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3588.19/3597.07	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3588.19/3597.07	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3588.19/3597.07	c   dualfix          :          1          0          0          0
3588.19/3597.07	c   genvbounds       :          0          0          0          0
3588.19/3597.07	c   nlobbt           :          0          0          0          0
3588.19/3597.07	c   obbt             :          0          0          0          0
3588.19/3597.07	c   probing          :          0          0          0          0
3588.19/3597.07	c   pseudoobj        :       1033          0          0          0
3588.19/3597.07	c   redcost          :        741          0          0          0
3588.19/3597.07	c   rootredcost      :          1          0          0          0
3588.19/3597.07	c   symmetry         :        649          0         25        322
3588.19/3597.07	c   vbounds          :       8142          0          0          0
3588.19/3597.07	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3588.19/3597.07	c   dualfix          :       0.03       0.00       0.02       0.00       0.00       0.00
3588.19/3597.07	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3588.19/3597.07	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3588.19/3597.07	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3588.19/3597.07	c   probing          :      22.53       0.01      22.52       0.00       0.00       0.00
3588.19/3597.07	c   pseudoobj        :       4.15       0.00       0.00       4.15       0.00       0.00
3588.19/3597.07	c   redcost          :       5.64       0.00       0.00       5.64       0.00       0.00
3588.19/3597.07	c   rootredcost      :       0.02       0.00       0.00       0.02       0.00       0.00
3588.19/3597.07	c   symmetry         :       2.80       0.00       2.71       0.09       0.00       0.00
3588.19/3597.07	c   vbounds          :       0.24       0.00       0.18       0.06       0.00       0.00
3588.19/3597.07	c Symmetry           :
3588.19/3597.09	c   #affected vars   :      53137 (53137 bin, 0 int, 0 cont)
3588.19/3597.09	c   orbitopal red.   :        322 reductions applied,         25 cutoffs
3588.19/3597.09	c   orbital reduction:          0 reductions applied,          0 cutoffs
3588.19/3597.09	c   lexicographic red:          0 reductions applied,          0 cutoffs
3588.19/3597.09	c   shadow tree time :       0.00 s
3588.19/3597.09	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3588.19/3597.09	c   propagation      :       0.21         40         17          -       1642      942.1          0        0.0          -          -          -
3588.19/3597.09	c   infeasible LP    :       2.45          3          3          -        940     9164.1          0        0.0          1     8068.0          0
3588.19/3597.09	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3588.19/3597.09	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3588.19/3597.09	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3588.19/3597.09	c   applied globally :       0.01          -          -          0        164      857.8          -          -          1          -          -
3588.19/3597.09	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3588.19/3597.09	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3588.19/3597.09	c   cut pool         :       2.74          -        102         21          -          -       9853      26870          -          -          -          -          -    (maximal pool size:       9853)
3588.19/3597.09	c   aggregation      :       3.53       0.00         23         11          0          0       6122      15467          0       2668       2668          0          0
3588.19/3597.09	c   > cmir           :          -          -          -          -          -          -          -       9735          0       1187       1187          0          -
3588.19/3597.09	c   > flowcover      :          -          -          -          -          -          -          -       4553          0       1241       1241          0          -
3588.19/3597.09	c   > knapsackcover  :          -          -          -          -          -          -          -       1179          0        240        240          0          -
3588.19/3597.09	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.19/3597.09	c   clique           :       1.61       0.00         11         11          0          0         41        172          0         59         59          0          0
3588.19/3597.09	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.19/3597.09	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.19/3597.09	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.19/3597.09	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.19/3597.09	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.19/3597.09	c   gomory           :       9.10       0.00         22         10          0          0       2605       5803          0        448        448          0          0
3588.19/3597.09	c   > gomorymi       :          -          -          -          -          -          -          -       4418          0        338        338          0          -
3588.19/3597.09	c   > strongcg       :          -          -          -          -          -          -          -       1385          0        110        110          0          -
3588.19/3597.09	c   impliedbounds    :       0.39       0.00         23         11          0          0       1069       5394          0        663        663          0          0
3588.19/3597.09	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.19/3597.09	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.19/3597.09	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.19/3597.09	c   mcf              :       0.03       0.00          1          1          0          0          0          0          0          0          0          0          0
3588.19/3597.09	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.19/3597.09	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.19/3597.09	c   multilinear      :       0.00       0.00         20         11          0          0          0          0          0          0          0          0          0
3588.19/3597.09	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.19/3597.09	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.19/3597.09	c   rlt              :       0.00       0.00         10         10          0          0          0          0          0          0          0          0          0
3588.19/3597.09	c   zerohalf         :       1.68       0.00         23         11          0          0         25         34          9         10          6          4          0
3588.19/3597.09	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3588.19/3597.09	c   hybrid           :       1.18       0.00         80         11       3923          0      25189       1422          0      14685
3588.19/3597.09	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3588.19/3597.09	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3588.19/3597.09	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3588.19/3597.09	c   problem variables:       0.00          -          0          0
3588.19/3597.09	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3588.19/3597.09	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3588.19/3597.09	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3588.19/3597.09	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3588.19/3597.09	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3588.19/3597.09	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3588.19/3597.09	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3588.19/3597.09	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3588.19/3597.09	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3588.19/3597.09	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3588.19/3597.09	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3588.19/3597.09	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3588.19/3597.09	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3588.19/3597.09	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3588.19/3597.09	c   relpscost        :     184.55       0.00        313          0          0          0          0          0          0        626
3588.19/3597.09	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3588.19/3597.09	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3588.19/3597.09	c   LP solutions     :       0.00          -          -          0          0
3588.19/3597.09	c   relax solutions  :       0.00          -          -          0          0
3588.19/3597.09	c   pseudo solutions :       0.00          -          -          0          0
3588.19/3597.09	c   strong branching :       0.00          -          -          0          0
3588.19/3597.09	c   actconsdiving    :       0.00       0.00          0          0          0
3588.19/3597.09	c   adaptivediving   :      71.42       0.00          2          0          0
3588.19/3597.09	c   alns             :      21.79       0.00          2          0          0
3588.19/3597.09	c   bound            :       0.00       0.00          0          0          0
3588.19/3597.09	c   clique           :       1.32       0.00          1          0          0
3588.19/3597.09	c   coefdiving       :       0.00       0.00          0          0          0
3588.19/3597.09	c   completesol      :       0.00       0.00          0          0          0
3588.19/3597.09	c   conflictdiving   :     181.84       0.00          2          0          0
3588.19/3597.09	c   crossover        :       0.00       0.00          0          0          0
3588.19/3597.09	c   dins             :       0.00       0.00          0          0          0
3588.19/3597.09	c   distributiondivin:      38.60       0.00          1          0          0
3588.19/3597.09	c   dks              :       0.00       0.00          0          0          0
3588.19/3597.09	c   dps              :       0.00       0.00          0          0          0
3588.19/3597.09	c   dualval          :       0.00       0.00          0          0          0
3588.19/3597.09	c   farkasdiving     :       0.00       0.00          0          0          0
3588.19/3597.09	c   feaspump         :       3.91       0.00          1          0          0
3588.19/3597.09	c   fixandinfer      :       0.00       0.00          0          0          0
3588.19/3597.09	c   fracdiving       :      22.22       0.00          1          0          0
3588.19/3597.09	c   gins             :       0.00       0.00          0          0          0
3588.19/3597.09	c   guideddiving     :       0.00       0.00          0          0          0
3588.19/3597.09	c   indicator        :       0.00       0.00          0          0          0
3588.19/3597.09	c   indicatordiving  :       0.00       0.00          0          0          0
3588.19/3597.09	c   intdiving        :       0.00       0.00          0          0          0
3588.19/3597.09	c   intshifting      :       0.00       0.00          0          0          0
3588.19/3597.09	c   linesearchdiving :     122.69       0.00          1          0          0
3588.19/3597.09	c   localbranching   :       0.00       0.00          0          0          0
3588.19/3597.09	c   locks            :       0.76       0.00          1          0          0
3588.19/3597.09	c   lpface           :       0.13       0.00          0          0          0
3588.19/3597.09	c   mpec             :       0.00       0.00          0          0          0
3588.19/3597.09	c   multistart       :       0.00       0.00          0          0          0
3588.19/3597.09	c   mutation         :       0.00       0.00          0          0          0
3588.19/3597.09	c   nlpdiving        :       0.00       0.00          0          0          0
3588.19/3597.09	c   objpscostdiving  :      28.77       0.00          1          0          0
3588.19/3597.09	c   octane           :       0.00       0.00          0          0          0
3588.19/3597.09	c   ofins            :       0.00       0.00          0          0          0
3588.19/3597.09	c   oneopt           :       0.00       0.00          0          0          0
3588.19/3597.09	c   padm             :       0.00       0.00          0          0          0
3588.19/3597.09	c   proximity        :       0.00       0.00          0          0          0
3588.19/3597.09	c   pscostdiving     :      12.43       0.00          1          0          0
3588.19/3597.09	c   randrounding     :       1.09       0.00         67          0          0
3588.19/3597.09	c   rens             :       0.71       0.00          1          0          0
3588.19/3597.09	c   reoptsols        :       0.00       0.00          0          0          0
3588.19/3597.09	c   repair           :       0.00       0.00          0          0          0
3588.19/3597.09	c   rins             :       0.00       0.00          0          0          0
3588.19/3597.09	c   rootsoldiving    :      66.38       0.00          1          0          0
3588.19/3597.09	c   rounding         :       0.18       0.00        228          0          0
3588.19/3597.09	c   scheduler        :       0.00       0.00          0          0          0
3588.19/3597.09	c   shiftandpropagate:       0.50       0.00          1          0          0
3588.19/3597.09	c   shifting         :      14.56       0.00        103          0          0
3588.19/3597.09	c   simplerounding   :       0.00       0.00        393          0          0
3588.19/3597.09	c   subnlp           :       0.00       0.00          0          0          0
3588.19/3597.09	c   trivial          :       0.10       0.00          2          0          0
3588.19/3597.09	c   trivialnegation  :       0.00       0.00          0          0          0
3588.19/3597.09	c   trustregion      :       0.00       0.00          0          0          0
3588.19/3597.09	c   trysol           :       0.00       0.00          0          0          0
3588.19/3597.09	c   twoopt           :       0.00       0.00          0          0          0
3588.19/3597.09	c   undercover       :       0.00       0.00          0          0          0
3588.19/3597.09	c   vbounds          :       3.78       0.00          1          0          0
3588.19/3597.09	c   veclendiving     :      62.23       0.00          1          0          0
3588.19/3597.09	c   zeroobj          :       0.00       0.00          0          0          0
3588.19/3597.09	c   zirounding       :       0.09       0.00        312          0          0
3588.19/3597.09	c   other solutions  :          -          -          -          0          -
3588.19/3597.09	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3588.19/3597.09	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3588.19/3597.09	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3588.19/3597.09	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3588.19/3597.09	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3588.19/3597.09	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3588.19/3597.09	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3588.19/3597.09	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3588.19/3597.09	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3588.19/3597.09	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
3588.19/3597.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3588.19/3597.09	c   primal LP        :       0.68         40          0       0.00       0.00       0.68         40
3588.19/3597.09	c   dual LP          :    2685.44        393     347186     883.42     129.28       0.00          0
3588.19/3597.09	c   lex dual LP      :       0.00          0          0       0.00          -
3588.19/3597.09	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3588.19/3597.09	c   resolve instable :       0.00          0          0       0.00          -
3588.19/3597.09	c   diving/probing LP:     577.51        729     200219     274.65     346.69
3588.19/3597.09	c   strong branching :     182.62         19       5111     269.00      27.99          -          -          0
3588.19/3597.09	c     (at root node) :          -         19       5111     269.00          -
3588.19/3597.09	c   conflict analysis:       0.00          0          0       0.00          -
3588.19/3597.09	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
3588.19/3597.09	c   benders          :       0.00          0          0          0       0.00          0          0          0
3588.19/3597.09	c B&B Tree           :
3588.19/3597.09	c   number of runs   :          1
3588.19/3597.09	c   nodes            :        361 (313 internal, 48 leaves)
3588.19/3597.09	c   feasible leaves  :          0
3588.19/3597.09	c   infeas. leaves   :         48
3588.19/3597.09	c   objective leaves :          0
3588.19/3597.09	c   nodes (total)    :        361 (313 internal, 48 leaves)
3588.19/3597.09	c   nodes left       :        266
3588.19/3597.09	c   max depth        :         71
3588.19/3597.09	c   max depth (total):         71
3588.19/3597.09	c   backtracks       :         10 (2.8%)
3588.19/3597.09	c   early backtracks :          0 (0.0%)
3588.19/3597.09	c   nodes exc. ref.  :          0 (0.0%)
3588.19/3597.09	c   delayed cutoffs  :          0
3588.19/3597.09	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3588.19/3597.09	c   avg switch length:       2.17
3588.19/3597.09	c   switching time   :       1.16
3588.19/3597.09	c Root Node          :
3588.19/3597.09	c   First LP value   : +1.26000000000000e+02
3588.19/3597.09	c   First LP Iters   :      10289 (428.87 Iter/sec)
3588.19/3597.09	c   First LP Time    :      23.99
3588.19/3597.09	c   Final Dual Bound : +1.26000000000000e+02
3588.19/3597.09	c   Final Root Iters :      42533
3588.19/3597.09	c   Root LP Estimate : +1.26001797314830e+02
3588.19/3597.09	c Solution           :
3588.19/3597.09	c   Solutions found  :          0 (0 improvements)
3588.19/3597.09	c   Primal Bound     :          -
3588.19/3597.09	c   Dual Bound       : +1.26000000000000e+02
3588.19/3597.09	c   Gap              :   infinite
3588.19/3597.09	c Integrals          :      Total       Avg%
3588.19/3597.09	c   primal-dual      :  359706.30     100.00
3588.19/3597.09	c   primal-ref       :          -          - (not evaluated)
3588.19/3597.09	c   dual-ref         :          -          - (not evaluated)
3589.48/3598.35	c Time complete (sec):   3589.543

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4509297-1751514011/watcher-4509297-1751514011 -o /tmp/evaluation-result-4509297-1751514011/solver-4509297-1751514011 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751504822-71017 --watchdog 3760 pbsolver -f HOME/instance-4509297-1751514011.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
Starting watchdog thread
solver pid=72692, runsolver pid=72689
Current StackSize limit: 8192 KiB


[startup+0.100065 s]*
/proc/loadavg: 4.43 4.18 4.12 5/266 72693
/proc/meminfo: memFree=117968000/131249992 swapFree=33010160/33010684
[pid=72692] ppid=72689 vsize=134176 memory=122368 CPUtime=0.1 cores=5,7
/proc/72692/stat : 72692 (pbsolver) R 72689 72692 71004 0 -1 4194304 28603 0 0 0 6 4 0 0 20 0 1 0 67075676 137396224 30560 18446744073709551615 4198400 14743177 140721669951312 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32686080 140721669953930 140721669954026 140721669954026 140721669959628 0
/proc/72692/statm: 33544 30560 2176 2575 0 30451 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 134176 KiB
Current children cumulated memory: 122368 KiB

[startup+0.205591 s]*
/proc/loadavg: 4.43 4.18 4.12 5/266 72693
/proc/meminfo: memFree=117895424/131249992 swapFree=33010160/33010684
[pid=72692] ppid=72689 vsize=199296 memory=187776 CPUtime=0.2 cores=5,7
/proc/72692/stat : 72692 (pbsolver) R 72689 72692 71004 0 -1 4194304 44967 0 0 0 14 6 0 0 20 0 1 0 67075676 204079104 46944 18446744073709551615 4198400 14743177 140721669951312 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32686080 140721669953930 140721669954026 140721669954026 140721669959628 0
/proc/72692/statm: 49824 46944 2176 2575 0 46731 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 199296 KiB
Current children cumulated memory: 187776 KiB

[startup+0.305474 s]*
/proc/loadavg: 4.43 4.18 4.12 5/266 72693
/proc/meminfo: memFree=117887360/131249992 swapFree=33010160/33010684
[pid=72692] ppid=72689 vsize=207732 memory=195840 CPUtime=0.3 cores=5,7
/proc/72692/stat : 72692 (pbsolver) R 72689 72692 71004 0 -1 4194304 47010 0 0 0 23 7 0 0 20 0 1 0 67075676 212717568 48960 18446744073709551615 4198400 14743177 140721669951312 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32686080 140721669953930 140721669954026 140721669954026 140721669959628 0
/proc/72692/statm: 51933 48960 2176 2575 0 48840 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 207732 KiB
Current children cumulated memory: 195840 KiB

[startup+0.700171 s]
/proc/loadavg: 4.43 4.18 4.12 5/266 72693
/proc/meminfo: memFree=117694076/131249992 swapFree=33010160/33010684
[pid=72692] ppid=72689 vsize=472560 memory=456744 CPUtime=0.68 cores=5,7
/proc/72692/stat : 72692 (pbsolver) R 72689 72692 71004 0 -1 4194304 112778 0 0 0 52 16 0 0 20 0 1 0 67075676 483901440 114186 18446744073709551615 4198400 14743177 140721669951312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32686080 140721669953930 140721669954026 140721669954026 140721669959628 0
/proc/72692/statm: 118140 114186 2400 2575 0 115047 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 472560 KiB
Current children cumulated memory: 456744 KiB

[startup+1.50017 s]
/proc/loadavg: 4.43 4.18 4.12 5/266 72693
/proc/meminfo: memFree=117597308/131249992 swapFree=33010160/33010684
[pid=72692] ppid=72689 vsize=647664 memory=628744 CPUtime=1.49 cores=5,7
/proc/72692/stat : 72692 (pbsolver) R 72689 72692 71004 0 -1 4194304 138022 0 0 0 126 23 0 0 20 0 1 0 67075676 663207936 157186 18446744073709551615 4198400 14743177 140721669951312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32686080 140721669953930 140721669954026 140721669954026 140721669959628 0
/proc/72692/statm: 161916 157186 2496 2575 0 158823 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 647664 KiB
Current children cumulated memory: 628744 KiB

[startup+3.10558 s]
/proc/loadavg: 4.48 4.19 4.12 5/266 72693
/proc/meminfo: memFree=117264836/131249992 swapFree=33010160/33010684
[pid=72692] ppid=72689 vsize=785704 memory=768840 CPUtime=3.09 cores=5,7
/proc/72692/stat : 72692 (pbsolver) R 72689 72692 71004 0 -1 4194304 185120 0 0 0 279 30 0 0 20 0 1 0 67075676 804560896 192210 18446744073709551615 4198400 14743177 140721669951312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32686080 140721669953930 140721669954026 140721669954026 140721669959628 0
/proc/72692/statm: 196426 192210 2560 2575 0 193333 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 785704 KiB
Current children cumulated memory: 768840 KiB

[startup+6.30017 s]
/proc/loadavg: 4.48 4.19 4.12 5/266 72693
/proc/meminfo: memFree=117096708/131249992 swapFree=33010160/33010684
[pid=72692] ppid=72689 vsize=1034276 memory=980804 CPUtime=6.27 cores=5,7
/proc/72692/stat : 72692 (pbsolver) R 72689 72692 71004 0 -1 4194304 195222 0 0 0 592 35 0 0 20 0 1 0 67075676 1059098624 245201 18446744073709551615 4198400 14743177 140721669951312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32686080 140721669953930 140721669954026 140721669954026 140721669959628 0
/proc/72692/statm: 258569 245201 2592 2575 0 255476 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1034276 KiB
Current children cumulated memory: 980804 KiB

[startup+12.7002 s]
/proc/loadavg: 4.44 4.19 4.12 5/265 72694
/proc/meminfo: memFree=117097212/131249992 swapFree=33010160/33010684
[pid=72692] ppid=72689 vsize=1034276 memory=980804 CPUtime=12.65 cores=5,7
/proc/72692/stat : 72692 (pbsolver) R 72689 72692 71004 0 -1 4194304 195224 0 0 0 1230 35 0 0 20 0 1 0 67075676 1059098624 245201 18446744073709551615 4198400 14743177 140721669951312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32686080 140721669953930 140721669954026 140721669954026 140721669959628 0
/proc/72692/statm: 258569 245201 2592 2575 0 255476 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1034276 KiB
Current children cumulated memory: 980804 KiB

[startup+25.5002 s]
/proc/loadavg: 4.41 4.20 4.12 5/265 72694
/proc/meminfo: memFree=117089248/131249992 swapFree=33010160/33010684
[pid=72692] ppid=72689 vsize=1034276 memory=980804 CPUtime=25.42 cores=5,7
/proc/72692/stat : 72692 (pbsolver) R 72689 72692 71004 0 -1 4194304 195224 0 0 0 2507 35 0 0 20 0 1 0 67075676 1059098624 245201 18446744073709551615 4198400 14743177 140721669951312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32686080 140721669953930 140721669954026 140721669954026 140721669959628 0
/proc/72692/statm: 258569 245201 2592 2575 0 255476 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1034276 KiB
Current children cumulated memory: 980804 KiB

[startup+51.1053 s]
/proc/loadavg: 4.35 4.20 4.12 5/265 72694
/proc/meminfo: memFree=116391516/131249992 swapFree=33010160/33010684
[pid=72692] ppid=72689 vsize=1860312 memory=1674660 CPUtime=50.96 cores=5,7
/proc/72692/stat : 72692 (pbsolver) R 72689 72692 71004 0 -1 4194304 348995 0 0 0 5036 60 0 0 20 0 1 0 67075676 1904959488 418665 18446744073709551615 4198400 14743177 140721669951312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32686080 140721669953930 140721669954026 140721669954026 140721669959628 0
/proc/72692/statm: 465078 418665 2688 2575 0 461985 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 1860312 KiB
Current children cumulated memory: 1674660 KiB

[startup+102.3 s]
/proc/loadavg: 4.22 4.18 4.12 5/265 72700
/proc/meminfo: memFree=116247032/131249992 swapFree=33010160/33010684
[pid=72692] ppid=72689 vsize=2051512 memory=1822304 CPUtime=102.03 cores=5,7
/proc/72692/stat : 72692 (pbsolver) R 72689 72692 71004 0 -1 4194304 379823 0 0 0 10137 66 0 0 20 0 1 0 67075676 2100748288 455576 18446744073709551615 4198400 14743177 140721669951312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32686080 140721669953930 140721669954026 140721669954026 140721669959628 0
/proc/72692/statm: 512878 455576 2688 2575 0 509785 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 2051512 KiB
Current children cumulated memory: 1822304 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.16 4.12 5/265 72702
/proc/meminfo: memFree=116066380/131249992 swapFree=33010160/33010684
[pid=72692] ppid=72689 vsize=2230000 memory=2000216 CPUtime=161.86 cores=5,7
/proc/72692/stat : 72692 (pbsolver) R 72689 72692 71004 0 -1 4194304 420275 0 0 0 16113 73 0 0 20 0 1 0 67075676 2283520000 500054 18446744073709551615 4198400 14743177 140721669951312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32686080 140721669953930 140721669954026 140721669954026 140721669959628 0
/proc/72692/statm: 557500 500054 2688 2575 0 554407 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 2230000 KiB
Current children cumulated memory: 2000216 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.14 4.11 5/264 72704
/proc/meminfo: memFree=115970340/131249992 swapFree=33010160/33010684
[pid=72692] ppid=72689 vsize=2326552 memory=2092464 CPUtime=221.71 cores=5,7
/proc/72692/stat : 72692 (pbsolver) R 72689 72692 71004 0 -1 4194304 441327 0 0 0 22095 76 0 0 20 0 1 0 67075676 2382389248 523116 18446744073709551615 4198400 14743177 140721669951312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32686080 140721669953930 140721669954026 140721669954026 140721669959628 0
/proc/72692/statm: 581638 523116 2688 2575 0 578545 0
Current children cumulated CPU time: 221.71 s
Current children cumulated vsize: 2326552 KiB
Current children cumulated memory: 2092464 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.15 4.11 5/264 72706
/proc/meminfo: memFree=115582320/131249992 swapFree=33010160/33010684
[pid=72692] ppid=72689 vsize=2460476 memory=2229356 CPUtime=281.54 cores=5,7
/proc/72692/stat : 72692 (pbsolver) R 72689 72692 71004 0 -1 4194304 617593 0 0 0 28050 104 0 0 20 0 1 0 67075676 2519527424 557339 18446744073709551615 4198400 14743177 140721669951312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32686080 140721669953930 140721669954026 140721669954026 140721669959628 0
/proc/72692/statm: 615119 557339 2688 2575 0 612026 0
Current children cumulated CPU time: 281.54 s
Current children cumulated vsize: 2460476 KiB
Current children cumulated memory: 2229356 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.13 4.10 5/262 72708
/proc/meminfo: memFree=115834168/131249992 swapFree=33010160/33010684
[pid=72692] ppid=72689 vsize=2460476 memory=2229356 CPUtime=341.39 cores=5,7
/proc/72692/stat : 72692 (pbsolver) R 72689 72692 71004 0 -1 4194304 617605 0 0 0 34035 104 0 0 20 0 1 0 67075676 2519527424 557339 18446744073709551615 4198400 14743177 140721669951312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32686080 140721669953930 140721669954026 140721669954026 140721669959628 0
/proc/72692/statm: 615119 557339 2688 2575 0 612026 0
Current children cumulated CPU time: 341.39 s
Current children cumulated vsize: 2460476 KiB
Current children cumulated memory: 2229356 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.14 4.10 5/262 72710
/proc/meminfo: memFree=115675912/131249992 swapFree=33010160/33010684
[pid=72692] ppid=72689 vsize=2460476 memory=2229356 CPUtime=401.24 cores=5,7
/proc/72692/stat : 72692 (pbsolver) R 72689 72692 71004 0 -1 4194304 617646 0 0 0 40020 104 0 0 20 0 1 0 67075676 2519527424 557339 18446744073709551615 4198400 14743177 140721669951312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32686080 140721669953930 140721669954026 140721669954026 140721669959628 0
/proc/72692/statm: 615119 557339 2688 2575 0 612026 0
Current children cumulated CPU time: 401.24 s
Current children cumulated vsize: 2460476 KiB
Current children cumulated memory: 2229356 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.13 4.10 5/262 72712
/proc/meminfo: memFree=115669596/131249992 swapFree=33010160/33010684
[pid=72692] ppid=72689 vsize=2460476 memory=2231532 CPUtime=461.1 cores=5,7
/proc/72692/stat : 72692 (pbsolver) R 72689 72692 71004 0 -1 4194304 618183 0 0 0 46005 105 0 0 20 0 1 0 67075676 2519527424 557883 18446744073709551615 4198400 14743177 140721669951312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32686080 140721669953930 140721669954026 140721669954026 140721669959628 0
/proc/72692/statm: 615119 557883 2688 2575 0 612026 0
Current children cumulated CPU time: 461.1 s

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

/proc/loadavg: 1.15 1.44 2.09 2/247 72951
/proc/meminfo: memFree=121565008/131249992 swapFree=33010160/33010684
[pid=72692] ppid=72689 vsize=2890540 memory=2753308 CPUtime=3214.32 cores=5,7
/proc/72692/stat : 72692 (pbsolver) R 72689 72692 71004 0 -1 4194304 725738 0 0 0 321306 126 0 0 20 0 1 0 67075676 2959912960 688327 18446744073709551615 4198400 14743177 140721669951312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32686080 140721669953930 140721669954026 140721669954026 140721669959628 0
/proc/72692/statm: 722635 688327 2688 2575 0 719542 0
Current children cumulated CPU time: 3214.32 s
Current children cumulated vsize: 2890540 KiB
Current children cumulated memory: 2753308 KiB

[startup+3282.3 s]
/proc/loadavg: 1.11 1.37 2.03 2/247 72953
/proc/meminfo: memFree=121565244/131249992 swapFree=33010160/33010684
[pid=72692] ppid=72689 vsize=2890540 memory=2753308 CPUtime=3274.19 cores=5,7
/proc/72692/stat : 72692 (pbsolver) R 72689 72692 71004 0 -1 4194304 726053 0 0 0 327293 126 0 0 20 0 1 0 67075676 2959912960 688327 18446744073709551615 4198400 14743177 140721669951312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32686080 140721669953930 140721669954026 140721669954026 140721669959628 0
/proc/72692/statm: 722635 688327 2688 2575 0 719542 0
Current children cumulated CPU time: 3274.19 s
Current children cumulated vsize: 2890540 KiB
Current children cumulated memory: 2753308 KiB

[startup+3342.3 s]
/proc/loadavg: 1.08 1.32 1.97 2/247 72956
/proc/meminfo: memFree=121565968/131249992 swapFree=33010160/33010684
[pid=72692] ppid=72689 vsize=2890540 memory=2753308 CPUtime=3334.06 cores=5,7
/proc/72692/stat : 72692 (pbsolver) R 72689 72692 71004 0 -1 4194304 726460 0 0 0 333280 126 0 0 20 0 1 0 67075676 2959912960 688327 18446744073709551615 4198400 14743177 140721669951312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32686080 140721669953930 140721669954026 140721669954026 140721669959628 0
/proc/72692/statm: 722635 688327 2688 2575 0 719542 0
Current children cumulated CPU time: 3334.06 s
Current children cumulated vsize: 2890540 KiB
Current children cumulated memory: 2753308 KiB

[startup+3402.3 s]
/proc/loadavg: 1.13 1.29 1.91 2/246 72958
/proc/meminfo: memFree=121566064/131249992 swapFree=33010160/33010684
[pid=72692] ppid=72689 vsize=2890540 memory=2753308 CPUtime=3393.92 cores=5,7
/proc/72692/stat : 72692 (pbsolver) R 72689 72692 71004 0 -1 4194304 726474 0 0 0 339266 126 0 0 20 0 1 0 67075676 2959912960 688327 18446744073709551615 4198400 14743177 140721669951312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32686080 140721669953930 140721669954026 140721669954026 140721669959628 0
/proc/72692/statm: 722635 688327 2688 2575 0 719542 0
Current children cumulated CPU time: 3393.92 s
Current children cumulated vsize: 2890540 KiB
Current children cumulated memory: 2753308 KiB

[startup+3462.3 s]
/proc/loadavg: 1.10 1.25 1.86 2/246 72960
/proc/meminfo: memFree=121566112/131249992 swapFree=33010160/33010684
[pid=72692] ppid=72689 vsize=2890540 memory=2753308 CPUtime=3453.79 cores=5,7
/proc/72692/stat : 72692 (pbsolver) R 72689 72692 71004 0 -1 4194304 727152 0 0 0 345253 126 0 0 20 0 1 0 67075676 2959912960 688327 18446744073709551615 4198400 14743177 140721669951312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32686080 140721669953930 140721669954026 140721669954026 140721669959628 0
/proc/72692/statm: 722635 688327 2688 2575 0 719542 0
Current children cumulated CPU time: 3453.79 s
Current children cumulated vsize: 2890540 KiB
Current children cumulated memory: 2753308 KiB

[startup+3522.3 s]
/proc/loadavg: 1.11 1.22 1.81 2/246 72962
/proc/meminfo: memFree=121566144/131249992 swapFree=33010160/33010684
[pid=72692] ppid=72689 vsize=2890540 memory=2753308 CPUtime=3513.66 cores=5,7
/proc/72692/stat : 72692 (pbsolver) R 72689 72692 71004 0 -1 4194304 727235 0 0 0 351240 126 0 0 20 0 1 0 67075676 2959912960 688327 18446744073709551615 4198400 14743177 140721669951312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32686080 140721669953930 140721669954026 140721669954026 140721669959628 0
/proc/72692/statm: 722635 688327 2688 2575 0 719542 0
Current children cumulated CPU time: 3513.66 s
Current children cumulated vsize: 2890540 KiB
Current children cumulated memory: 2753308 KiB

[startup+3582.3 s]
/proc/loadavg: 1.10 1.19 1.76 2/246 72966
/proc/meminfo: memFree=121580508/131249992 swapFree=33010160/33010684
[pid=72692] ppid=72689 vsize=2890540 memory=2753308 CPUtime=3573.52 cores=5,7
/proc/72692/stat : 72692 (pbsolver) R 72689 72692 71004 0 -1 4194304 728140 0 0 0 357226 126 0 0 20 0 1 0 67075676 2959912960 688327 18446744073709551615 4198400 14743177 140721669951312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32686080 140721669953930 140721669954026 140721669954026 140721669959628 0
/proc/72692/statm: 722635 688327 2688 2575 0 719542 0
Current children cumulated CPU time: 3573.52 s
Current children cumulated vsize: 2890540 KiB
Current children cumulated memory: 2753308 KiB

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

# cumulated CPU time of all completed processes:  user=3588.28 s, system=1.27251 s

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

[startup+3584 s]*
/proc/loadavg: 1.09 1.19 1.76 2/246 72966
/proc/meminfo: memFree=121580508/131249992 swapFree=33010160/33010684
[pid=72692] ppid=72689 vsize=2890540 memory=2753308 CPUtime=3575.22 cores=5,7
/proc/72692/stat : 72692 (pbsolver) R 72689 72692 71004 0 -1 4194304 728148 0 0 0 357396 126 0 0 20 0 1 0 67075676 2959912960 688327 18446744073709551615 4198400 14743177 140721669951312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32686080 140721669953930 140721669954026 140721669954026 140721669959628 0
/proc/72692/statm: 722635 688327 2688 2575 0 719542 0
Current children cumulated CPU time: 3575.22 s
Current children cumulated vsize: 2890540 KiB
Current children cumulated memory: 2753308 KiB

[startup+3590.4 s]
/proc/loadavg: 1.08 1.18 1.75 2/246 72966
/proc/meminfo: memFree=121580508/131249992 swapFree=33010160/33010684
[pid=72692] ppid=72689 vsize=2890540 memory=2753308 CPUtime=3581.6 cores=5,7
/proc/72692/stat : 72692 (pbsolver) R 72689 72692 71004 0 -1 4194304 728158 0 0 0 358034 126 0 0 20 0 1 0 67075676 2959912960 688327 18446744073709551615 4198400 14743177 140721669951312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32686080 140721669953930 140721669954026 140721669954026 140721669959628 0
/proc/72692/statm: 722635 688327 2688 2575 0 719542 0
Current children cumulated CPU time: 3581.6 s
Current children cumulated vsize: 2890540 KiB
Current children cumulated memory: 2753308 KiB

[startup+3593.6 s]
/proc/loadavg: 1.08 1.18 1.75 2/246 72966
/proc/meminfo: memFree=121580508/131249992 swapFree=33010160/33010684
[pid=72692] ppid=72689 vsize=2890540 memory=2753308 CPUtime=3584.79 cores=5,7
/proc/72692/stat : 72692 (pbsolver) R 72689 72692 71004 0 -1 4194304 728158 0 0 0 358353 126 0 0 20 0 1 0 67075676 2959912960 688327 18446744073709551615 4198400 14743177 140721669951312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32686080 140721669953930 140721669954026 140721669954026 140721669959628 0
/proc/72692/statm: 722635 688327 2688 2575 0 719542 0
Current children cumulated CPU time: 3584.79 s
Current children cumulated vsize: 2890540 KiB
Current children cumulated memory: 2753308 KiB

[startup+3596.8 s]
/proc/loadavg: 1.07 1.18 1.75 2/246 72966
/proc/meminfo: memFree=121580508/131249992 swapFree=33010160/33010684
[pid=72692] ppid=72689 vsize=2890540 memory=2753308 CPUtime=3587.99 cores=5,7
/proc/72692/stat : 72692 (pbsolver) R 72689 72692 71004 0 -1 4194304 728178 0 0 0 358673 126 0 0 20 0 1 0 67075676 2959912960 688327 18446744073709551615 4198400 14743177 140721669951312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32686080 140721669953930 140721669954026 140721669954026 140721669959628 0
/proc/72692/statm: 722635 688327 2688 2575 0 719542 0
Current children cumulated CPU time: 3587.99 s
Current children cumulated vsize: 2890540 KiB
Current children cumulated memory: 2753308 KiB

[startup+3597.6 s]
/proc/loadavg: 1.07 1.18 1.75 2/246 72966
/proc/meminfo: memFree=121580508/131249992 swapFree=33010160/33010684
[pid=72692] ppid=72689 vsize=2890540 memory=2753308 CPUtime=3588.78 cores=5,7
/proc/72692/stat : 72692 (pbsolver) R 72689 72692 71004 0 -1 4194304 728572 0 0 0 358752 126 0 0 20 0 1 0 67075676 2959912960 688327 18446744073709551615 4198400 14743177 140721669951312 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32686080 140721669953930 140721669954026 140721669954026 140721669959628 0
/proc/72692/statm: 722635 688327 2688 2575 0 719542 0
Current children cumulated CPU time: 3588.78 s
Current children cumulated vsize: 2890540 KiB
Current children cumulated memory: 2753308 KiB

[startup+3598 s]*
/proc/loadavg: 1.07 1.18 1.75 2/246 72966
/proc/meminfo: memFree=121580508/131249992 swapFree=33010160/33010684
[pid=72692] ppid=72689 vsize=2890540 memory=2753308 CPUtime=3589.19 cores=5,7
/proc/72692/stat : 72692 (pbsolver) R 72689 72692 71004 0 -1 4194304 728634 0 0 0 358793 126 0 0 20 0 1 0 67075676 2959912960 688327 18446744073709551615 4198400 14743177 140721669951312 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32686080 140721669953930 140721669954026 140721669954026 140721669959628 0
/proc/72692/statm: 722635 688327 2688 2575 0 719542 0
Current children cumulated CPU time: 3589.19 s
Current children cumulated vsize: 2890540 KiB
Current children cumulated memory: 2753308 KiB

[startup+3598.2 s]
/proc/loadavg: 1.07 1.18 1.75 2/246 72966
/proc/meminfo: memFree=121580508/131249992 swapFree=33010160/33010684
[pid=72692] ppid=72689 vsize=2890540 memory=2753308 CPUtime=3589.38 cores=5,7
/proc/72692/stat : 72692 (pbsolver) R 72689 72692 71004 0 -1 4194304 728635 0 0 0 358812 126 0 0 20 0 1 0 67075676 2959912960 688327 18446744073709551615 4198400 14743177 140721669951312 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32686080 140721669953930 140721669954026 140721669954026 140721669959628 0
/proc/72692/statm: 722635 688327 2688 2575 0 719542 0
Current children cumulated CPU time: 3589.38 s
Current children cumulated vsize: 2890540 KiB
Current children cumulated memory: 2753308 KiB

[startup+3598.3 s]
/proc/loadavg: 1.07 1.18 1.75 2/246 72966
/proc/meminfo: memFree=121580508/131249992 swapFree=33010160/33010684
[pid=72692] ppid=72689 vsize=2887492 memory=2750668 CPUtime=3589.48 cores=5,7
/proc/72692/stat : 72692 (pbsolver) R 72689 72692 71004 0 -1 4194304 728646 0 0 0 358822 126 0 0 20 0 1 0 67075676 2956791808 687667 18446744073709551615 4198400 14743177 140721669951312 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32686080 140721669953930 140721669954026 140721669954026 140721669959628 0
/proc/72692/statm: 721873 687667 2688 2575 0 718780 0
Current children cumulated CPU time: 3589.48 s
Current children cumulated vsize: 2887492 KiB
Current children cumulated memory: 2750668 KiB

Child status: 0

Real time (s): 3598.36
CPU time (s): 3589.55
CPU user time (s): 3588.28
CPU system time (s): 1.27251
CPU usage (%): 99.7551
Max. virtual memory (cumulated for all children) (KiB): 2890540
Max. memory (cumulated for all children) (KiB): 2753308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.28
system time used= 1.27251
maximum resident set size= 2753308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 728799
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= 24
involuntary context switches= 18987


# summary of solver processes directly reported to runsolver:
#   pid: 72692
#   total CPU time (s): 3589.55
#   total CPU user time (s): 3588.28
#   total CPU system time (s): 1.27251

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.22578 second user time and 14.4884 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-07-03 05:40:11
IDJOB=4509297
IDBENCH=158606
IDSOLVER=3366
FILE ID=nodeC035/4509297-1751514011
RUNJOBID= nodeC035-1751504822-71017
SLURM_JOB_ID= 9598596
Free space on /tmp= 432752 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/hw128/normalized-hw128-vm98p-opt.opb.negationfix.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4509297-1751514011/watcher-4509297-1751514011 -o /tmp/evaluation-result-4509297-1751514011/solver-4509297-1751514011 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751504822-71017 --watchdog 3760  pbsolver -f HOME/instance-4509297-1751514011.opb -t 3600 -m 31000

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

MD5SUM BENCH= a7d39c8a0eed618aa14a4423c4fae159
RANDOM SEED=1650272448

nodeC035 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.985
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.51
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.757
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.51
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		: 3568.429
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.51
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		: 3600.307
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.51
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.751
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.51
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.700
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.51
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		: 3700.000
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.51
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		: 3568.061
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        118063708 kB
MemAvailable:   123453568 kB
Buffers:            1840 kB
Cached:          6140636 kB
SwapCached:            8 kB
Active:          6565288 kB
Inactive:        5848464 kB
Active(anon):    6277736 kB
Inactive(anon):    11588 kB
Active(file):     287552 kB
Inactive(file):  5836876 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             22644 kB
Writeback:             0 kB
AnonPages:       6273156 kB
Mapped:           136340 kB
Shmem:             18048 kB
KReclaimable:     209344 kB
Slab:             299512 kB
SReclaimable:     209344 kB
SUnreclaim:        90168 kB
KernelStack:        4304 kB
PageTables:        15580 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7188156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4003840 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432796 MiB
End job on nodeC035 at 2025-07-03 06:40:10