Trace number 4503323

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? 3587.88 3599.42

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-90.opb
MD5SUM44a09c98c00ea73bd3c28d44044dc987
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 benchmark104.761
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12587
Total number of constraints283937
Number of constraints which are clauses255125
Number of constraints which are cardinality constraints (but not clauses)903
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint2
Maximum length of a constraint270
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 271
Number of bits of the biggest sum of numbers9
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-4503323-1751170497.opb>
0.50/0.55	c original problem has 12587 variables (12587 bin, 0 int, 0 cont) and 283937 constraints
0.50/0.55	c problem read in 0.551 seconds
0.50/0.55	c problem without objective
0.88/0.96	c presolving:
1.58/1.62	c    (1.6s) running MILP presolver
2.39/2.40	c    (2.4s) MILP presolver found nothing
2.98/3.05	c (round 1, exhaustive) 1 del vars, 10 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 283924 upgd conss, 0 impls, 60278 clqs
3.67/3.73	c (round 2, exhaustive) 1 del vars, 3550 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 5318 chg coeffs, 283924 upgd conss, 0 impls, 60278 clqs
5.68/5.78	c    (5.8s) probing: 51/12586 (0.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
5.68/5.78	c    (5.8s) probing aborted: 50/50 successive totally useless probings
7.27/7.37	c    (7.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
7.57/7.66	c    (7.7s) no symmetry present (symcode time: 0.07)
7.77/7.88	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
7.77/7.88	c  1 deleted vars, 3550 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 9 changed sides, 5453 changed coefficients
7.77/7.88	c  0 implications, 60278 cliques
7.77/7.88	c presolved problem has 12586 variables (12586 bin, 0 int, 0 cont) and 280387 constraints
7.77/7.88	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
7.77/7.88	c   28351 constraints of type <knapsack>
7.77/7.88	c   60278 constraints of type <setppc>
7.77/7.88	c       3 constraints of type <linear>
7.77/7.88	c  191755 constraints of type <logicor>
7.77/7.88	c transformed objective value is always integral (scale: 1)
7.77/7.88	c Presolving Time: 6.92
7.77/7.88	c 
7.77/7.88	c - non default parameters ----------------------------------------------------------------------
7.77/7.88	c 
7.77/7.88	c # SCIP version 10.0.0
7.77/7.88	c 
7.77/7.88	c # maximal time in seconds to run
7.77/7.88	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
7.77/7.88	c limits/time = 3596.999005
7.77/7.88	c 
7.77/7.88	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
7.77/7.88	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
7.77/7.88	c limits/memory = 27900
7.77/7.88	c 
7.77/7.88	c # belongs reading time to solving time?
7.77/7.88	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
7.77/7.88	c timing/reading = TRUE
7.77/7.88	c 
7.77/7.88	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
7.77/7.88	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
7.77/7.88	c reading/opbreader/maxintsize = 47
7.77/7.88	c 
7.77/7.88	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
7.77/7.88	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
7.77/7.88	c propagating/genvbounds/timingmask = 0
7.77/7.88	c 
7.77/7.88	c -----------------------------------------------------------------------------------------------
7.77/7.88	c 
9.16/9.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
9.16/9.29	c   9.3s|     1 |     0 |   711 |     - |  1229M |   0 |  12k| 280k| 280k|   0 |  0 | 108 |   0 | 0.000000e+00 |      --      |    Inf | unknown
46.56/46.70	c  46.7s|     1 |     0 |  4071 |     - |  1268M |   0 |  12k| 280k| 280k|   9 |  1 | 108 |   0 | 0.000000e+00 |      --      |    Inf | unknown
95.62/95.98	c  96.0s|     1 |     0 |  4457 |     - |  1297M |   0 |  12k| 280k| 280k|  17 |  2 | 116 |   0 | 0.000000e+00 |      --      |    Inf | unknown
158.84/159.31	c   159s|     1 |     0 |  4488 |     - |  1326M |   0 |  12k| 280k| 280k|  22 |  3 | 118 |   0 | 0.000000e+00 |      --      |    Inf | unknown
225.75/226.41	c   226s|     1 |     0 |  4666 |     - |  1360M |   0 |  12k| 280k| 280k|  29 |  4 | 124 |   0 | 0.000000e+00 |      --      |    Inf | unknown
262.44/263.23	c   263s|     1 |     0 |  4853 |     - |  1392M |   0 |  12k| 280k| 280k|  43 |  5 | 127 |   0 | 0.000000e+00 |      --      |    Inf | unknown
293.16/294.06	c   294s|     1 |     0 |  5104 |     - |  1425M |   0 |  12k| 280k| 280k|  57 |  6 | 133 |   0 | 0.000000e+00 |      --      |    Inf | unknown
316.39/317.33	c   317s|     1 |     0 |  5205 |     - |  1464M |   0 |  12k| 280k| 280k|  67 |  7 | 135 |   0 | 0.000000e+00 |      --      |    Inf | unknown
344.51/345.57	c   346s|     1 |     0 |  5314 |     - |  1499M |   0 |  12k| 280k| 280k|  79 |  8 | 139 |   0 | 0.000000e+00 |      --      |    Inf | unknown
356.18/357.21	c   357s|     1 |     0 |  5932 |     - |  1534M |   0 |  12k| 280k| 280k|  89 |  9 | 141 |   0 | 0.000000e+00 |      --      |    Inf | unknown
367.85/368.95	c   369s|     1 |     0 |  7384 |     - |  1561M |   0 |  12k| 280k| 280k| 106 | 10 | 144 |   0 | 0.000000e+00 |      --      |    Inf | unknown
368.44/369.58	c   370s|     1 |     0 |  7908 |     - |  1589M |   0 |  12k| 280k| 280k| 117 | 11 | 148 |   0 | 0.000000e+00 |      --      |    Inf | unknown
369.14/370.28	c   370s|     1 |     0 |  8629 |     - |  1616M |   0 |  12k| 280k| 280k| 131 | 12 | 151 |   0 | 0.000000e+00 |      --      |    Inf | unknown
369.64/370.71	c   371s|     1 |     0 |  8754 |     - |  1643M |   0 |  12k| 280k| 280k| 136 | 13 | 155 |   0 | 0.000000e+00 |      --      |    Inf | unknown
369.94/371.08	c   371s|     1 |     0 |  8806 |     - |  1670M |   0 |  12k| 280k| 280k| 142 | 14 | 157 |   0 | 0.000000e+00 |      --      |    Inf | unknown
404.73/405.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
404.73/405.90	c   406s|     1 |     2 | 21858 |     - |  1673M |   0 |  12k| 280k| 280k| 142 | 14 | 190 |  19 | 0.000000e+00 |      --      |    Inf | unknown
1737.99/1743.56	c  1744s|   100 |    99 |387202 |3822.2 |  1872M |  21 |  12k| 281k| 280k| 670 |  1 | 924 |  19 | 0.000000e+00 |      --      |    Inf | unknown
2052.85/2059.44	c  2059s|   200 |   199 |570805 |2824.1 |  1937M |  22 |  12k| 281k| 280k|1188 |  1 |1298 |  19 | 0.000000e+00 |      --      |    Inf | unknown
2241.31/2248.55	c  2249s|   300 |   299 |704972 |2328.3 |  1973M |  22 |  12k| 281k| 280k|2160 |  1 |1616 |  19 | 0.000000e+00 |      --      |    Inf | unknown
2511.82/2519.91	c  2520s|   400 |   399 |850106 |2108.5 |  1987M |  22 |  12k| 281k| 280k|2853 |  1 |2152 |  19 | 0.000000e+00 |      --      |    Inf | unknown
2723.45/2732.22	c  2732s|   500 |   499 |999235 |1984.8 |  2059M |  25 |  12k| 281k| 280k|3333 |  1 |2631 |  19 | 0.000000e+00 |      --      |    Inf | unknown
3031.15/3040.96	c  3041s|   600 |   599 |  1193k|1977.6 |  2183M |  27 |  12k| 282k| 280k|5335 |  2 |3384 |  19 | 0.000000e+00 |      --      |    Inf | unknown
3418.59/3429.63	c  3430s|   700 |   699 |  1396k|1984.7 |  2194M |  30 |  12k| 282k| 280k|6402 |  1 |4100 |  19 | 0.000000e+00 |      --      |    Inf | unknown
3587.25/3598.80	c 
3587.25/3598.80	c SCIP Status        : solving was interrupted [time limit reached]
3587.25/3598.80	c Solving Time (sec) : 3598.80
3587.25/3598.80	c Solving Nodes      : 776
3587.25/3598.80	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3587.25/3598.80	c Dual Bound         : +0.00000000000000e+00
3587.25/3598.80	c Gap                : infinite
3587.25/3598.80	s UNKNOWN
3587.25/3598.80	c SCIP Status        : solving was interrupted [time limit reached]
3587.25/3598.80	c Total Time         :    3598.80
3587.25/3598.80	c   solving          :    3598.80
3587.25/3598.80	c   presolving       :       6.92 (included in solving)
3587.25/3598.80	c   reading          :       0.55 (included in solving)
3587.25/3598.80	c   copying          :       1.65 (5 #copies) (minimal 0.32, maximal 0.34, average 0.33)
3587.25/3598.80	c Original Problem   :
3587.25/3598.80	c   Problem name     : HOME/instance-4503323-1751170497.opb
3587.25/3598.80	c   Variables        : 12587 (12587 binary, 0 integer, 0 continuous)
3587.25/3598.80	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3587.25/3598.80	c   Constraints      : 283937 initial, 283937 maximal
3587.25/3598.80	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3587.25/3598.80	c Presolved Problem  :
3587.25/3598.80	c   Problem name     : t_HOME/instance-4503323-1751170497.opb
3587.25/3598.80	c   Variables        : 12586 (12586 binary, 0 integer, 0 continuous)
3587.25/3598.80	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3587.25/3598.80	c   Constraints      : 280387 initial, 282843 maximal
3587.25/3598.80	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3587.25/3598.80	c   Nonzeros         : 1069803 constraint, 125212 clique table
3587.25/3598.80	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3587.25/3598.80	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   domcol           :       0.11       0.00      1          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   dualsparsify     :       1.59       0.00      1          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   gateextraction   :       0.22       0.00      2          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   implics          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   milp             :       1.12       0.00      1          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   sparsify         :       0.27       0.00      1          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   trivial          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   dualfix          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   probing          :       0.97       0.00      1          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   symmetry         :       0.30       0.00      1          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   knapsack         :       0.09       0.00      6          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   setppc           :       0.12       0.00      6          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   linear           :       0.84       0.10      6          0          1          0          0          0         10          0          9          0
3587.25/3598.80	c   logicor          :       0.95       0.12      6          0          0          0          0          0       3540          0          0       5453
3587.25/3598.80	c   components       :       0.08       0.00      1          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3587.25/3598.80	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3587.25/3598.80	c   integral         :          0          0          0          0        775          0          0        261          0          0          0          0          0          0       1550
3587.25/3598.80	c   knapsack         :      28351      28351         14      76614          0          0          0        257        959         52          9         88         10          0          0
3587.25/3598.80	c   setppc           :      60278+     60321         14      76562          0          0          0          3      21174        542     111457          0          0          0          0
3587.25/3598.80	c   linear           :          3+         4         14      75936          0          0          0          3          7          8          0          0          0          0          0
3587.25/3598.80	c   logicor          :     191755+    194176         14      45676          0          0          0          0       5745        325         82         39          8          0          0
3587.25/3598.80	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3587.25/3598.80	c   integral         :      12.58       0.00       0.00       0.00      12.58       0.00       0.00       0.00       0.00       0.00
3587.25/3598.80	c   knapsack         :       1.03       0.00       0.26       0.70       0.00       0.00       0.00       0.06       0.00       0.00
3587.25/3598.80	c   setppc           :       1.85       0.00       0.05       1.78       0.00       0.00       0.00       0.00       0.01       0.01
3587.25/3598.80	c   linear           :       0.11       0.10       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
3587.25/3598.80	c   logicor          :       3.00       0.12       0.33       2.53       0.00       0.00       0.00       0.00       0.00       0.01
3587.25/3598.80	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.25/3598.80	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.25/3598.80	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.25/3598.80	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3587.25/3598.80	c   dualfix          :          1          0          0          0
3587.25/3598.80	c   genvbounds       :          0          0          0          0
3587.25/3598.80	c   nlobbt           :          0          0          0          0
3587.25/3598.80	c   obbt             :          0          0          0          0
3587.25/3598.80	c   probing          :          0          0          0          0
3587.25/3598.80	c   pseudoobj        :          0          0          0          0
3587.25/3598.80	c   redcost          :          0          0          0          0
3587.25/3598.80	c   rootredcost      :          0          0          0          0
3587.25/3598.80	c   symmetry         :          0          0          0          0
3587.25/3598.80	c   vbounds          :      23157          0          0          0
3587.25/3598.80	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3587.25/3598.80	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3587.25/3598.80	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3587.25/3598.80	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3587.25/3598.80	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3587.25/3598.80	c   probing          :       0.97       0.00       0.97       0.00       0.00       0.00
3587.25/3598.80	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00       0.00
3587.25/3598.80	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
3587.25/3598.80	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3587.25/3598.80	c   symmetry         :       0.30       0.00       0.30       0.01       0.00       0.00
3587.25/3598.80	c   vbounds          :       0.03       0.00       0.00       0.02       0.00       0.00
3587.25/3598.80	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3587.25/3598.80	c   propagation      :       0.03        921        920          -       5156       22.6        162       13.1          -          -          -
3587.25/3598.80	c   infeasible LP    :       0.01          6          6          -         34       30.6          0        0.0          6       24.7          0
3587.25/3598.80	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3587.25/3598.80	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3587.25/3598.80	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3587.25/3598.80	c   applied globally :       0.07          -          -          0       4556       18.4          -          -          6          -          -
3587.25/3598.80	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3587.25/3598.80	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3587.25/3598.80	c   cut pool         :       0.23          -        319         27          -          -       3778      46628          -          -          -          -          -    (maximal pool size:       2704)
3587.25/3598.80	c   aggregation      :       0.86       0.00         48         14          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3587.25/3598.80	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3587.25/3598.80	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3587.25/3598.80	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   clique           :       0.27       0.00         14         14          0          0         69        599          0        154        154          0          0
3587.25/3598.80	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   gomory           :     372.56       0.00         44         10          0          0       3261      34409          0       1811       1811          0          0
3587.25/3598.80	c   > gomorymi       :          -          -          -          -          -          -          -      11595          0        121        121          0          -
3587.25/3598.80	c   > strongcg       :          -          -          -          -          -          -          -      22814          0       1690       1690          0          -
3587.25/3598.80	c   impliedbounds    :       0.08       0.00         48         14          0          0         13        468          0        425        425          0          0
3587.25/3598.80	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   mcf              :       0.18       0.00          1          1          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   multilinear      :       0.00       0.00         51         14          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   rlt              :       0.00       0.00         10         10          0          0          0          0          0          0          0          0          0
3587.25/3598.80	c   zerohalf         :       1.45       0.00         48         14          0          0        487      11152         52       5049       5016         33          0
3587.25/3598.80	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3587.25/3598.80	c   hybrid           :       0.06       0.00        272         14       7457          0      39350        142          0       2572
3587.25/3598.80	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.25/3598.80	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3587.25/3598.80	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3587.25/3598.80	c   problem variables:       0.00          -          0          0
3587.25/3598.80	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3587.25/3598.80	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3587.25/3598.80	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3587.25/3598.80	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3587.25/3598.80	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3587.25/3598.80	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.25/3598.80	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.25/3598.80	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.25/3598.80	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.25/3598.80	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3587.25/3598.80	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.25/3598.80	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.25/3598.80	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.25/3598.80	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.25/3598.80	c   relpscost        :      12.58       0.00        775          0          0          0          0          0          0       1550
3587.25/3598.80	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3587.25/3598.80	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3587.25/3598.80	c   LP solutions     :       0.00          -          -          0          0
3587.25/3598.80	c   relax solutions  :       0.00          -          -          0          0
3587.25/3598.80	c   pseudo solutions :       0.00          -          -          0          0
3587.25/3598.80	c   strong branching :       0.00          -          -          0          0
3587.25/3598.80	c   actconsdiving    :       0.00       0.00          0          0          0
3587.25/3598.80	c   adaptivediving   :      51.92       0.00          7          0          0
3587.25/3598.80	c   alns             :       5.81       0.00          4          0          0
3587.25/3598.80	c   bound            :       0.00       0.00          0          0          0
3587.25/3598.80	c   clique           :       0.49       0.00          1          0          0
3587.25/3598.80	c   coefdiving       :       0.00       0.00          0          0          0
3587.25/3598.80	c   completesol      :       0.00       0.00          0          0          0
3587.25/3598.80	c   conflictdiving   :     449.84       0.00         41          0          0
3587.25/3598.80	c   crossover        :       0.00       0.00          0          0          0
3587.25/3598.80	c   dins             :       0.00       0.00          0          0          0
3587.25/3598.80	c   distributiondivin:     138.80       0.00         12          0          0
3587.25/3598.80	c   dks              :       0.00       0.00          0          0          0
3587.25/3598.80	c   dps              :       0.00       0.00          0          0          0
3587.25/3598.80	c   dualval          :       0.00       0.00          0          0          0
3587.25/3598.80	c   farkasdiving     :       0.00       0.00          0          0          0
3587.25/3598.80	c   feaspump         :      54.36       0.00          4          0          0
3587.25/3598.80	c   fixandinfer      :       0.00       0.00          0          0          0
3587.25/3598.80	c   fracdiving       :     235.32       0.00         40          0          0
3587.25/3598.80	c   gins             :       0.00       0.00          0          0          0
3587.25/3598.80	c   guideddiving     :       0.00       0.00          0          0          0
3587.25/3598.80	c   indicator        :       0.00       0.00          0          0          0
3587.25/3598.80	c   indicatordiving  :       0.00       0.00          0          0          0
3587.25/3598.80	c   intdiving        :       0.00       0.00          0          0          0
3587.25/3598.80	c   intshifting      :       0.00       0.00          0          0          0
3587.25/3598.80	c   linesearchdiving :     203.65       0.00         21          0          0
3587.25/3598.80	c   localbranching   :       0.00       0.00          0          0          0
3587.25/3598.80	c   locks            :       0.15       0.00          1          0          0
3587.25/3598.80	c   lpface           :       0.02       0.00          0          0          0
3587.25/3598.80	c   mpec             :       0.00       0.00          0          0          0
3587.25/3598.80	c   multistart       :       0.00       0.00          0          0          0
3587.25/3598.80	c   mutation         :       0.00       0.00          0          0          0
3587.25/3598.80	c   nlpdiving        :       0.00       0.00          0          0          0
3587.25/3598.80	c   objpscostdiving  :    1032.07       0.00          1          0          0
3587.25/3598.80	c   octane           :       0.00       0.00          0          0          0
3587.25/3598.80	c   ofins            :       0.00       0.00          0          0          0
3587.25/3598.80	c   oneopt           :       0.00       0.00          0          0          0
3587.25/3598.80	c   padm             :       0.00       0.00          0          0          0
3587.25/3598.80	c   proximity        :       0.00       0.00          0          0          0
3587.25/3598.80	c   pscostdiving     :     327.52       0.00         20          0          0
3587.25/3598.80	c   randrounding     :       0.56       0.00        268          0          0
3587.25/3598.80	c   rens             :       1.01       0.00          1          0          0
3587.25/3598.80	c   reoptsols        :       0.00       0.00          0          0          0
3587.25/3598.80	c   repair           :       0.00       0.00          0          0          0
3587.25/3598.80	c   rins             :       0.00       0.00          0          0          0
3587.25/3598.80	c   rootsoldiving    :      33.12       0.00          3          0          0
3587.25/3598.80	c   rounding         :       3.85       0.00        410          0          0
3587.25/3598.80	c   scheduler        :       0.00       0.00          0          0          0
3587.25/3598.80	c   shiftandpropagate:       0.13       0.00          1          0          0
3587.25/3598.80	c   shifting         :      22.54       0.00        233          0          0
3587.25/3598.80	c   simplerounding   :       0.00       0.00          0          0          0
3587.25/3598.80	c   subnlp           :       0.00       0.00          0          0          0
3587.25/3598.80	c   trivial          :       0.01       0.00          2          0          0
3587.25/3598.80	c   trivialnegation  :       0.00       0.00          0          0          0
3587.25/3598.80	c   trustregion      :       0.00       0.00          0          0          0
3587.25/3598.80	c   trysol           :       0.00       0.00          0          0          0
3587.25/3598.80	c   twoopt           :       0.00       0.00          0          0          0
3587.25/3598.80	c   undercover       :       0.00       0.00          0          0          0
3587.25/3598.80	c   vbounds          :       0.46       0.00          1          0          0
3587.25/3598.80	c   veclendiving     :      93.30       0.00         14          0          0
3587.25/3598.80	c   zeroobj          :       0.00       0.00          0          0          0
3587.25/3598.80	c   zirounding       :       4.53       0.00        774          0          0
3587.25/3598.80	c   other solutions  :          -          -          -          0          -
3587.25/3598.80	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3587.25/3598.80	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
3587.25/3598.80	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
3587.25/3598.80	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
3587.25/3598.80	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
3587.25/3598.80	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
3587.25/3598.80	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
3587.25/3598.80	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
3587.25/3598.80	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
3587.25/3598.80	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
3587.25/3598.80	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3587.25/3598.80	c   primal LP        :       3.60        127          0       0.00       0.00       3.60        127
3587.25/3598.80	c   dual LP          :     509.33       1047     737291     704.19    1447.57       0.00          0
3587.25/3598.80	c   lex dual LP      :       0.00          0          0       0.00          -
3587.25/3598.80	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3587.25/3598.80	c   resolve instable :       0.00          0          0       0.00          -
3587.25/3598.80	c   diving/probing LP:    2592.05        828     762021     920.32     293.98
3587.25/3598.80	c   strong branching :       6.16         19       9724     511.79    1577.51          -          -         10
3587.25/3598.80	c     (at root node) :          -         19       9724     511.79          -
3587.25/3598.80	c   conflict analysis:       0.00          0          0       0.00          -
3587.25/3598.80	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
3587.25/3598.80	c   benders          :       0.00          0          0          0       0.00          0          0          0
3587.25/3598.80	c B&B Tree           :
3587.25/3598.80	c   number of runs   :          1
3587.25/3598.80	c   nodes            :        776 (775 internal, 1 leaves)
3587.25/3598.80	c   feasible leaves  :          0
3587.25/3598.80	c   infeas. leaves   :          1
3587.25/3598.80	c   objective leaves :          0
3587.25/3598.80	c   nodes (total)    :        776 (775 internal, 1 leaves)
3587.25/3598.80	c   nodes left       :        775
3587.25/3598.80	c   max depth        :         30
3587.25/3598.80	c   max depth (total):         30
3587.25/3598.80	c   backtracks       :        221 (28.5%)
3587.25/3598.80	c   early backtracks :          0 (0.0%)
3587.25/3598.80	c   nodes exc. ref.  :          0 (0.0%)
3587.25/3598.80	c   delayed cutoffs  :          0
3587.25/3598.80	c   repropagations   :         14 (2 domain reductions, 0 cutoffs)
3587.25/3598.80	c   avg switch length:       4.03
3587.25/3598.80	c   switching time   :       6.00
3587.25/3598.80	c Root Node          :
3587.25/3598.80	c   First LP value   : +0.00000000000000e+00
3587.25/3598.80	c   First LP Iters   :        711 (4423.98 Iter/sec)
3587.25/3598.80	c   First LP Time    :       0.16
3587.25/3598.80	c   Final Dual Bound : +0.00000000000000e+00
3587.25/3598.80	c   Final Root Iters :       8806
3587.25/3598.80	c   Root LP Estimate : +8.54881907903868e-02
3587.25/3598.80	c Solution           :
3587.25/3598.80	c   Solutions found  :          0 (0 improvements)
3587.25/3598.80	c   Primal Bound     :          -
3587.25/3598.80	c   Dual Bound       : +0.00000000000000e+00
3587.25/3598.80	c   Gap              :   infinite
3587.25/3598.80	c Integrals          :      Total       Avg%
3587.25/3598.80	c   primal-dual      :  359879.75     100.00
3587.25/3598.80	c   primal-ref       :          -          - (not evaluated)
3587.25/3598.80	c   dual-ref         :          -          - (not evaluated)
3587.85/3599.41	c Time complete (sec):   3587.876

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503323-1751170497/watcher-4503323-1751170497 -o /tmp/evaluation-result-4503323-1751170497/solver-4503323-1751170497 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751169526-28921 --watchdog 3760 pbsolver -f HOME/instance-4503323-1751170497.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=29074, runsolver pid=29071
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 4.17 4.04 3.31 5/263 29075
/proc/meminfo: memFree=127003976/131249992 swapFree=33010684/33010684
[pid=29074] ppid=29071 vsize=53964 memory=43520 CPUtime=0.09 cores=5,7
/proc/29074/stat : 29074 (pbsolver) R 29071 29074 28908 0 -1 4194304 8929 0 0 0 8 1 0 0 20 0 1 0 32728470 55259136 10880 18446744073709551615 4198400 14743177 140727055610496 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33787904 140727055612298 140727055612394 140727055612394 140727055617996 0
/proc/29074/statm: 13491 10880 2176 2575 0 10398 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 53964 KiB
Current children cumulated memory: 43520 KiB

[startup+0.205605 s]*
/proc/loadavg: 4.17 4.04 3.31 5/263 29075
/proc/meminfo: memFree=126972104/131249992 swapFree=33010684/33010684
[pid=29074] ppid=29071 vsize=83520 memory=72704 CPUtime=0.2 cores=5,7
/proc/29074/stat : 29074 (pbsolver) R 29071 29074 28908 0 -1 4194304 16206 0 0 0 18 2 0 0 20 0 1 0 32728470 85524480 18176 18446744073709551615 4198400 14743177 140727055610496 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33787904 140727055612298 140727055612394 140727055612394 140727055617996 0
/proc/29074/statm: 20880 18176 2176 2575 0 17787 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 83520 KiB
Current children cumulated memory: 72704 KiB

[startup+0.305497 s]*
/proc/loadavg: 4.17 4.04 3.31 5/263 29075
/proc/meminfo: memFree=126947912/131249992 swapFree=33010684/33010684
[pid=29074] ppid=29071 vsize=112676 memory=101888 CPUtime=0.3 cores=5,7
/proc/29074/stat : 29074 (pbsolver) R 29071 29074 28908 0 -1 4194304 23498 0 0 0 27 3 0 0 20 0 1 0 32728470 115380224 25472 18446744073709551615 4198400 14743177 140727055610496 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33787904 140727055612298 140727055612394 140727055612394 140727055617996 0
/proc/29074/statm: 28169 25472 2176 2575 0 25076 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 112676 KiB
Current children cumulated memory: 101888 KiB

[startup+0.700176 s]
/proc/loadavg: 4.17 4.04 3.31 5/263 29075
/proc/meminfo: memFree=126891464/131249992 swapFree=33010684/33010684
[pid=29074] ppid=29071 vsize=273504 memory=262596 CPUtime=0.69 cores=5,7
/proc/29074/stat : 29074 (pbsolver) R 29071 29074 28908 0 -1 4194304 64433 0 0 0 59 10 0 0 20 0 1 0 32728470 280068096 65649 18446744073709551615 4198400 14743177 140727055610496 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33787904 140727055612298 140727055612394 140727055612394 140727055617996 0
/proc/29074/statm: 68376 65649 2368 2575 0 65283 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 273504 KiB
Current children cumulated memory: 262596 KiB

[startup+1.50016 s]
/proc/loadavg: 4.16 4.03 3.31 5/263 29075
/proc/meminfo: memFree=126625604/131249992 swapFree=33010684/33010684
[pid=29074] ppid=29071 vsize=539912 memory=513396 CPUtime=1.49 cores=5,7
/proc/29074/stat : 29074 (pbsolver) R 29071 29074 28908 0 -1 4194304 111779 0 0 0 129 20 0 0 20 0 1 0 32728470 552869888 128349 18446744073709551615 4198400 14743177 140727055610496 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33787904 140727055612298 140727055612394 140727055612394 140727055617996 0
/proc/29074/statm: 134978 128349 2432 2575 0 131885 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 539912 KiB
Current children cumulated memory: 513396 KiB

[startup+3.10551 s]
/proc/loadavg: 4.16 4.03 3.31 5/263 29075
/proc/meminfo: memFree=126285080/131249992 swapFree=33010684/33010684
[pid=29074] ppid=29071 vsize=647484 memory=627064 CPUtime=3.08 cores=5,7
/proc/29074/stat : 29074 (pbsolver) R 29071 29074 28908 0 -1 4194304 157041 0 0 0 276 32 0 0 20 0 1 0 32728470 663023616 156766 18446744073709551615 4198400 14743177 140727055610496 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33787904 140727055612298 140727055612394 140727055612394 140727055617996 0
/proc/29074/statm: 161871 156766 2560 2575 0 158778 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 647484 KiB
Current children cumulated memory: 627064 KiB

[startup+6.30015 s]
/proc/loadavg: 4.15 4.03 3.32 5/263 29075
/proc/meminfo: memFree=126285492/131249992 swapFree=33010684/33010684
[pid=29074] ppid=29071 vsize=880248 memory=806196 CPUtime=6.27 cores=5,7
/proc/29074/stat : 29074 (pbsolver) R 29071 29074 28908 0 -1 4194304 160944 0 0 0 591 36 0 0 20 0 1 0 32728470 901373952 201549 18446744073709551615 4198400 14743177 140727055610496 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33787904 140727055612298 140727055612394 140727055612394 140727055617996 0
/proc/29074/statm: 220062 201549 2592 2575 0 216969 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 880248 KiB
Current children cumulated memory: 806196 KiB

[startup+12.7001 s]
/proc/loadavg: 4.13 4.03 3.32 5/263 29075
/proc/meminfo: memFree=125704416/131249992 swapFree=33010684/33010684
[pid=29074] ppid=29071 vsize=1389244 memory=1304968 CPUtime=12.65 cores=5,7
/proc/29074/stat : 29074 (pbsolver) R 29071 29074 28908 0 -1 4194304 225213 0 0 0 1213 52 0 0 20 0 1 0 32728470 1422585856 326242 18446744073709551615 4198400 14743177 140727055610496 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33787904 140727055612298 140727055612394 140727055612394 140727055617996 0
/proc/29074/statm: 347311 326242 2688 2575 0 344218 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1389244 KiB
Current children cumulated memory: 1304968 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 4.03 3.33 5/263 29076
/proc/meminfo: memFree=125701436/131249992 swapFree=33010684/33010684
[pid=29074] ppid=29071 vsize=1389244 memory=1304968 CPUtime=25.42 cores=5,7
/proc/29074/stat : 29074 (pbsolver) R 29071 29074 28908 0 -1 4194304 225213 0 0 0 2490 52 0 0 20 0 1 0 32728470 1422585856 326242 18446744073709551615 4198400 14743177 140727055610496 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33787904 140727055612298 140727055612394 140727055612394 140727055617996 0
/proc/29074/statm: 347311 326242 2688 2575 0 344218 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1389244 KiB
Current children cumulated memory: 1304968 KiB

[startup+51.1054 s]
/proc/loadavg: 4.12 4.04 3.36 5/264 29077
/proc/meminfo: memFree=125675084/131249992 swapFree=33010684/33010684
[pid=29074] ppid=29071 vsize=1478560 memory=1362372 CPUtime=50.95 cores=5,7
/proc/29074/stat : 29074 (pbsolver) R 29071 29074 28908 0 -1 4194304 232251 0 0 0 5041 54 0 0 20 0 1 0 32728470 1514045440 340593 18446744073709551615 4198400 14743177 140727055610496 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33787904 140727055612298 140727055612394 140727055612394 140727055617996 0
/proc/29074/statm: 369640 340593 2688 2575 0 366547 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 1478560 KiB
Current children cumulated memory: 1362372 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.05 3.40 5/264 29079
/proc/meminfo: memFree=125618636/131249992 swapFree=33010684/33010684
[pid=29074] ppid=29071 vsize=1538812 memory=1396460 CPUtime=102.01 cores=5,7
/proc/29074/stat : 29074 (pbsolver) R 29071 29074 28908 0 -1 4194304 233670 0 0 0 10146 55 0 0 20 0 1 0 32728470 1575743488 349115 18446744073709551615 4198400 14743177 140727055610496 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33787904 140727055612298 140727055612394 140727055612394 140727055617996 0
/proc/29074/statm: 384703 349115 2688 2575 0 381610 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 1538812 KiB
Current children cumulated memory: 1396460 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.07 3.45 5/265 29084
/proc/meminfo: memFree=125620072/131249992 swapFree=33010684/33010684
[pid=29074] ppid=29071 vsize=1565100 memory=1397484 CPUtime=161.83 cores=5,7
/proc/29074/stat : 29074 (pbsolver) R 29071 29074 28908 0 -1 4194304 233952 0 0 0 16128 55 0 0 20 0 1 0 32728470 1602662400 349371 18446744073709551615 4198400 14743177 140727055610496 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33787904 140727055612298 140727055612394 140727055612394 140727055617996 0
/proc/29074/statm: 391275 349371 2688 2575 0 388182 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 1565100 KiB
Current children cumulated memory: 1397484 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.07 3.49 5/265 29090
/proc/meminfo: memFree=125612248/131249992 swapFree=33010684/33010684
[pid=29074] ppid=29071 vsize=1565100 memory=1397484 CPUtime=221.66 cores=5,7
/proc/29074/stat : 29074 (pbsolver) R 29071 29074 28908 0 -1 4194304 233978 0 0 0 22111 55 0 0 20 0 1 0 32728470 1602662400 349371 18446744073709551615 4198400 14743177 140727055610496 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33787904 140727055612298 140727055612394 140727055612394 140727055617996 0
/proc/29074/statm: 391275 349371 2688 2575 0 388182 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 1565100 KiB
Current children cumulated memory: 1397484 KiB

[startup+282.3 s]
/proc/loadavg: 4.04 4.05 3.53 5/265 29092
/proc/meminfo: memFree=125593248/131249992 swapFree=33010684/33010684
[pid=29074] ppid=29071 vsize=1617684 memory=1397484 CPUtime=281.49 cores=5,7
/proc/29074/stat : 29074 (pbsolver) R 29071 29074 28908 0 -1 4194304 234085 0 0 0 28094 55 0 0 20 0 1 0 32728470 1656508416 349371 18446744073709551615 4198400 14743177 140727055610496 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33787904 140727055612298 140727055612394 140727055612394 140727055617996 0
/proc/29074/statm: 404421 349371 2688 2575 0 401328 0
Current children cumulated CPU time: 281.49 s
Current children cumulated vsize: 1617684 KiB
Current children cumulated memory: 1397484 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 4.07 3.57 5/264 29094
/proc/meminfo: memFree=125552896/131249992 swapFree=33010684/33010684
[pid=29074] ppid=29071 vsize=1677788 memory=1405192 CPUtime=341.32 cores=5,7
/proc/29074/stat : 29074 (pbsolver) R 29071 29074 28908 0 -1 4194304 235518 0 0 0 34076 56 0 0 20 0 1 0 32728470 1718054912 351298 18446744073709551615 4198400 14743177 140727055610496 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33787904 140727055612298 140727055612394 140727055612394 140727055617996 0
/proc/29074/statm: 419447 351298 2688 2575 0 416354 0
Current children cumulated CPU time: 341.32 s
Current children cumulated vsize: 1677788 KiB
Current children cumulated memory: 1405192 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.09 3.61 5/265 29097
/proc/meminfo: memFree=125207324/131249992 swapFree=33010684/33010684
[pid=29074] ppid=29071 vsize=2064468 memory=1608356 CPUtime=401.14 cores=5,7
/proc/29074/stat : 29074 (pbsolver) R 29071 29074 28908 0 -1 4194304 336585 0 0 0 40043 71 0 0 20 0 1 0 32728470 2114015232 402089 18446744073709551615 4198400 14743177 140727055610496 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33787904 140727055612298 140727055612394 140727055612394 140727055617996 0
/proc/29074/statm: 516117 402089 2688 2575 0 513024 0
Current children cumulated CPU time: 401.14 s
Current children cumulated vsize: 2064468 KiB
Current children cumulated memory: 1608356 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 4.08 3.64 5/265 29099
/proc/meminfo: memFree=125294724/131249992 swapFree=33010684/33010684
[pid=29074] ppid=29071 vsize=2120548 memory=1611812 CPUtime=460.94 cores=5,7
/proc/29074/stat : 29074 (pbsolver) R 29071 29074 28908 0 -1 4194304 339016 0 0 0 46022 72 0 0 20 0 1 0 32728470 2171441152 402953 18446744073709551615 4198400 14743177 140727055610496 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33787904 140727055612298 140727055612394 140727055612394 140727055617996 0
/proc/29074/statm: 530137 402953 2688 2575 0 527044 0
Current children cumulated CPU time: 460.94 s

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

/proc/loadavg: 4.09 4.11 4.06 5/262 29370
/proc/meminfo: memFree=116501448/131249992 swapFree=33010684/33010684
[pid=29074] ppid=29071 vsize=2602948 memory=1947112 CPUtime=3152.16 cores=5,7
/proc/29074/stat : 29074 (pbsolver) R 29071 29074 28908 0 -1 4194304 413419 0 0 0 315131 85 0 0 20 0 1 0 32728470 2665418752 486778 18446744073709551615 4198400 14743177 140727055610496 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33787904 140727055612298 140727055612394 140727055612394 140727055617996 0
/proc/29074/statm: 650737 486778 2688 2575 0 647644 0
Current children cumulated CPU time: 3152.16 s
Current children cumulated vsize: 2602948 KiB
Current children cumulated memory: 1947112 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.12 4.07 5/265 29377
/proc/meminfo: memFree=116501964/131249992 swapFree=33010684/33010684
[pid=29074] ppid=29071 vsize=2602948 memory=1947496 CPUtime=3211.97 cores=5,7
/proc/29074/stat : 29074 (pbsolver) R 29071 29074 28908 0 -1 4194304 413420 0 0 0 321112 85 0 0 20 0 1 0 32728470 2665418752 486874 18446744073709551615 4198400 14743177 140727055610496 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33787904 140727055612298 140727055612394 140727055612394 140727055617996 0
/proc/29074/statm: 650737 486874 2688 2575 0 647644 0
Current children cumulated CPU time: 3211.97 s
Current children cumulated vsize: 2602948 KiB
Current children cumulated memory: 1947496 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.11 4.07 5/265 29383
/proc/meminfo: memFree=116486264/131249992 swapFree=33010684/33010684
[pid=29074] ppid=29071 vsize=2602948 memory=1947496 CPUtime=3271.78 cores=5,7
/proc/29074/stat : 29074 (pbsolver) R 29071 29074 28908 0 -1 4194304 413616 0 0 0 327093 85 0 0 20 0 1 0 32728470 2665418752 486874 18446744073709551615 4198400 14743177 140727055610496 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33787904 140727055612298 140727055612394 140727055612394 140727055617996 0
/proc/29074/statm: 650737 486874 2688 2575 0 647644 0
Current children cumulated CPU time: 3271.78 s
Current children cumulated vsize: 2602948 KiB
Current children cumulated memory: 1947496 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.12 4.07 5/265 29385
/proc/meminfo: memFree=116362492/131249992 swapFree=33010684/33010684
[pid=29074] ppid=29071 vsize=2602948 memory=1947496 CPUtime=3331.58 cores=5,7
/proc/29074/stat : 29074 (pbsolver) R 29071 29074 28908 0 -1 4194304 413837 0 0 0 333073 85 0 0 20 0 1 0 32728470 2665418752 486874 18446744073709551615 4198400 14743177 140727055610496 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33787904 140727055612298 140727055612394 140727055612394 140727055617996 0
/proc/29074/statm: 650737 486874 2688 2575 0 647644 0
Current children cumulated CPU time: 3331.58 s
Current children cumulated vsize: 2602948 KiB
Current children cumulated memory: 1947496 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.11 4.07 5/265 29388
/proc/meminfo: memFree=116360728/131249992 swapFree=33010684/33010684
[pid=29074] ppid=29071 vsize=2602948 memory=1947624 CPUtime=3391.38 cores=5,7
/proc/29074/stat : 29074 (pbsolver) R 29071 29074 28908 0 -1 4194304 413854 0 0 0 339053 85 0 0 20 0 1 0 32728470 2665418752 486906 18446744073709551615 4198400 14743177 140727055610496 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33787904 140727055612298 140727055612394 140727055612394 140727055617996 0
/proc/29074/statm: 650737 486906 2688 2575 0 647644 0
Current children cumulated CPU time: 3391.38 s
Current children cumulated vsize: 2602948 KiB
Current children cumulated memory: 1947624 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.12 4.08 5/266 29392
/proc/meminfo: memFree=116376004/131249992 swapFree=33010684/33010684
[pid=29074] ppid=29071 vsize=2629244 memory=1952104 CPUtime=3451.19 cores=5,7
/proc/29074/stat : 29074 (pbsolver) R 29071 29074 28908 0 -1 4194304 413858 0 0 0 345034 85 0 0 20 0 1 0 32728470 2692345856 488026 18446744073709551615 4198400 14743177 140727055610496 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33787904 140727055612298 140727055612394 140727055612394 140727055617996 0
/proc/29074/statm: 657311 488026 2688 2575 0 654218 0
Current children cumulated CPU time: 3451.19 s
Current children cumulated vsize: 2629244 KiB
Current children cumulated memory: 1952104 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.11 4.08 5/264 29394
/proc/meminfo: memFree=116393980/131249992 swapFree=33010684/33010684
[pid=29074] ppid=29071 vsize=2629244 memory=1960296 CPUtime=3511 cores=5,7
/proc/29074/stat : 29074 (pbsolver) R 29071 29074 28908 0 -1 4194304 413858 0 0 0 351015 85 0 0 20 0 1 0 32728470 2692345856 490074 18446744073709551615 4198400 14743177 140727055610496 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33787904 140727055612298 140727055612394 140727055612394 140727055617996 0
/proc/29074/statm: 657311 490074 2688 2575 0 654218 0
Current children cumulated CPU time: 3511 s
Current children cumulated vsize: 2629244 KiB
Current children cumulated memory: 1960296 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.10 4.08 5/264 29396
/proc/meminfo: memFree=116390020/131249992 swapFree=33010684/33010684
[pid=29074] ppid=29071 vsize=2629244 memory=1966440 CPUtime=3570.8 cores=5,7
/proc/29074/stat : 29074 (pbsolver) R 29071 29074 28908 0 -1 4194304 414061 0 0 0 356995 85 0 0 20 0 1 0 32728470 2692345856 491610 18446744073709551615 4198400 14743177 140727055610496 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33787904 140727055612298 140727055612394 140727055612394 140727055617996 0
/proc/29074/statm: 657311 491610 2688 2575 0 654218 0
Current children cumulated CPU time: 3570.8 s
Current children cumulated vsize: 2629244 KiB
Current children cumulated memory: 1966440 KiB

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

# cumulated CPU time of all completed processes:  user=3587.01 s, system=0.875287 s

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

[startup+3584 s]*
/proc/loadavg: 4.08 4.10 4.08 5/264 29396
/proc/meminfo: memFree=116390020/131249992 swapFree=33010684/33010684
[pid=29074] ppid=29071 vsize=2629244 memory=1966440 CPUtime=3572.5 cores=5,7
/proc/29074/stat : 29074 (pbsolver) R 29071 29074 28908 0 -1 4194304 414090 0 0 0 357165 85 0 0 20 0 1 0 32728470 2692345856 491610 18446744073709551615 4198400 14743177 140727055610496 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33787904 140727055612298 140727055612394 140727055612394 140727055617996 0
/proc/29074/statm: 657311 491610 2688 2575 0 654218 0
Current children cumulated CPU time: 3572.5 s
Current children cumulated vsize: 2629244 KiB
Current children cumulated memory: 1966440 KiB

[startup+3590.4 s]
/proc/loadavg: 4.08 4.10 4.08 5/264 29397
/proc/meminfo: memFree=116390848/131249992 swapFree=33010684/33010684
[pid=29074] ppid=29071 vsize=2629244 memory=1966440 CPUtime=3578.87 cores=5,7
/proc/29074/stat : 29074 (pbsolver) R 29071 29074 28908 0 -1 4194304 414179 0 0 0 357802 85 0 0 20 0 1 0 32728470 2692345856 491610 18446744073709551615 4198400 14743177 140727055610496 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33787904 140727055612298 140727055612394 140727055612394 140727055617996 0
/proc/29074/statm: 657311 491610 2688 2575 0 654218 0
Current children cumulated CPU time: 3578.87 s
Current children cumulated vsize: 2629244 KiB
Current children cumulated memory: 1966440 KiB

[startup+3593.6 s]
/proc/loadavg: 4.07 4.10 4.08 5/264 29397
/proc/meminfo: memFree=116387204/131249992 swapFree=33010684/33010684
[pid=29074] ppid=29071 vsize=2629244 memory=1968488 CPUtime=3582.06 cores=5,7
/proc/29074/stat : 29074 (pbsolver) R 29071 29074 28908 0 -1 4194304 414243 0 0 0 358121 85 0 0 20 0 1 0 32728470 2692345856 492122 18446744073709551615 4198400 14743177 140727055610496 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33787904 140727055612298 140727055612394 140727055612394 140727055617996 0
/proc/29074/statm: 657311 492122 2688 2575 0 654218 0
Current children cumulated CPU time: 3582.06 s
Current children cumulated vsize: 2629244 KiB
Current children cumulated memory: 1968488 KiB

[startup+3596.8 s]
/proc/loadavg: 4.07 4.10 4.08 5/264 29397
/proc/meminfo: memFree=116386956/131249992 swapFree=33010684/33010684
[pid=29074] ppid=29071 vsize=2629244 memory=1968488 CPUtime=3585.25 cores=5,7
/proc/29074/stat : 29074 (pbsolver) R 29071 29074 28908 0 -1 4194304 414243 0 0 0 358440 85 0 0 20 0 1 0 32728470 2692345856 492122 18446744073709551615 4198400 14743177 140727055610496 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33787904 140727055612298 140727055612394 140727055612394 140727055617996 0
/proc/29074/statm: 657311 492122 2688 2575 0 654218 0
Current children cumulated CPU time: 3585.25 s
Current children cumulated vsize: 2629244 KiB
Current children cumulated memory: 1968488 KiB

[startup+3598.4 s]
/proc/loadavg: 4.06 4.10 4.08 5/264 29397
/proc/meminfo: memFree=116386956/131249992 swapFree=33010684/33010684
[pid=29074] ppid=29071 vsize=2629244 memory=1968488 CPUtime=3586.85 cores=5,7
/proc/29074/stat : 29074 (pbsolver) R 29071 29074 28908 0 -1 4194304 414246 0 0 0 358600 85 0 0 20 0 1 0 32728470 2692345856 492122 18446744073709551615 4198400 14743177 140727055610496 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33787904 140727055612298 140727055612394 140727055612394 140727055617996 0
/proc/29074/statm: 657311 492122 2688 2575 0 654218 0
Current children cumulated CPU time: 3586.85 s
Current children cumulated vsize: 2629244 KiB
Current children cumulated memory: 1968488 KiB

[startup+3599.2 s]
/proc/loadavg: 4.06 4.10 4.08 5/264 29397
/proc/meminfo: memFree=116386956/131249992 swapFree=33010684/33010684
[pid=29074] ppid=29071 vsize=2629244 memory=1968488 CPUtime=3587.65 cores=5,7
/proc/29074/stat : 29074 (pbsolver) R 29071 29074 28908 0 -1 4194304 414294 0 0 0 358680 85 0 0 20 0 1 0 32728470 2692345856 492122 18446744073709551615 4198400 14743177 140727055610496 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33787904 140727055612298 140727055612394 140727055612394 140727055617996 0
/proc/29074/statm: 657311 492122 2688 2575 0 654218 0
Current children cumulated CPU time: 3587.65 s
Current children cumulated vsize: 2629244 KiB
Current children cumulated memory: 1968488 KiB

[startup+3599.4 s]
/proc/loadavg: 4.06 4.10 4.08 5/264 29397
/proc/meminfo: memFree=116386956/131249992 swapFree=33010684/33010684
[pid=29074] ppid=29071 vsize=2506084 memory=1845848 CPUtime=3587.85 cores=5,7
/proc/29074/stat : 29074 (pbsolver) R 29071 29074 28908 0 -1 4194304 414303 0 0 0 358699 86 0 0 20 0 1 0 32728470 2566230016 461462 18446744073709551615 4198400 14743177 140727055610496 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33787904 140727055612298 140727055612394 140727055612394 140727055617996 0
/proc/29074/statm: 626521 461462 2688 2575 0 623428 0
Current children cumulated CPU time: 3587.85 s
Current children cumulated vsize: 2506084 KiB
Current children cumulated memory: 1845848 KiB

Child status: 0

Real time (s): 3599.42
CPU time (s): 3587.88
CPU user time (s): 3587.01
CPU system time (s): 0.875287
CPU usage (%): 99.6794
Max. virtual memory (cumulated for all children) (KiB): 2629244
Max. memory (cumulated for all children) (KiB): 1968488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.01
system time used= 0.875287
maximum resident set size= 1968488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 414325
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= 31
involuntary context switches= 1285


# summary of solver processes directly reported to runsolver:
#   pid: 29074
#   total CPU time (s): 3587.88
#   total CPU user time (s): 3587.01
#   total CPU system time (s): 0.875287

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.72367 second user time and 15.8274 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-06-29 06:14:57
IDJOB=4503323
IDBENCH=155421
IDSOLVER=3366
FILE ID=nodeC025/4503323-1751170497
RUNJOBID= nodeC025-1751169526-28921
SLURM_JOB_ID= 9587520
Free space on /tmp= 432988 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-90.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503323-1751170497/watcher-4503323-1751170497 -o /tmp/evaluation-result-4503323-1751170497/solver-4503323-1751170497 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751169526-28921 --watchdog 3760  pbsolver -f HOME/instance-4503323-1751170497.opb -t 3600 -m 31000

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

MD5SUM BENCH= 44a09c98c00ea73bd3c28d44044dc987
RANDOM SEED=456122462

nodeC025 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.831
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.67
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.856
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.67
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		: 3586.200
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.67
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.67
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.839
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.67
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.830
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.67
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		: 3590.646
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.67
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		: 3603.058
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        127028108 kB
MemAvailable:   126753932 kB
Buffers:            3280 kB
Cached:           535836 kB
SwapCached:            0 kB
Active:          3352116 kB
Inactive:         277716 kB
Active(anon):    3108804 kB
Inactive(anon):        0 kB
Active(file):     243312 kB
Inactive(file):   277716 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             26884 kB
Writeback:            48 kB
AnonPages:       3092908 kB
Mapped:           135172 kB
Shmem:             18084 kB
KReclaimable:      88068 kB
Slab:             172512 kB
SReclaimable:      88068 kB
SUnreclaim:        84444 kB
KernelStack:        4240 kB
PageTables:         9404 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4440416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1533952 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432896 MiB
End job on nodeC025 at 2025-06-29 07:14:57