Trace number 4522837

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? 3586 3597.97

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/
StableMatchings/SMTI/SMTI_PBO/SMTI_25000_5_0.75_3.opb
MD5SUM5662c244c9130155c537b4eb4063501c
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 benchmark440
Best CPU time to get the best result obtained on this benchmark115.532
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables175000
Total number of constraints175001
Number of constraints which are clauses125000
Number of constraints which are cardinality constraints (but not clauses)50000
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint50000
Number of terms in the objective function 50000
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 50000
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 50000
Number of bits of the biggest sum of numbers16
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-4522837-1751646910.opb>
1.28/1.32	c original problem has 175000 variables (175000 bin, 0 int, 0 cont) and 175001 constraints
1.28/1.32	c problem read in 1.317 seconds
2.19/2.29	c presolving:
2.68/2.77	c (round 1, fast)       4564 del vars, 3256 del conss, 0 add conss, 502 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 49602 clqs
2.78/2.85	c (round 2, fast)       7864 del vars, 4604 del conss, 0 add conss, 503 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 49626 clqs
3.67/3.79	c    (3.8s) running MILP presolver
5.77/5.83	c    (5.8s) MILP presolver (8 rounds): 386 aggregations, 1441 fixings, 0 bound changes
5.87/5.96	c (round 3, medium)     11057 del vars, 4608 del conss, 0 add conss, 503 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 47140 clqs
6.08/6.11	c (round 4, fast)       14634 del vars, 11391 del conss, 0 add conss, 602 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 47441 clqs
6.17/6.22	c (round 5, exhaustive) 14635 del vars, 12890 del conss, 0 add conss, 602 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 47462 clqs
7.07/7.16	c (round 6, exhaustive) 14635 del vars, 12898 del conss, 0 add conss, 602 chg bounds, 8 chg sides, 0 chg coeffs, 162030 upgd conss, 0 impls, 47462 clqs
7.47/7.59	c (round 7, medium)     14635 del vars, 13138 del conss, 240 add conss, 602 chg bounds, 248 chg sides, 727 chg coeffs, 162030 upgd conss, 0 impls, 47466 clqs
7.67/7.73	c (round 8, fast)       14635 del vars, 13378 del conss, 240 add conss, 602 chg bounds, 248 chg sides, 727 chg coeffs, 162030 upgd conss, 0 impls, 47466 clqs
8.66/8.72	c (round 9, exhaustive) 14635 del vars, 42013 del conss, 240 add conss, 602 chg bounds, 248 chg sides, 727 chg coeffs, 162030 upgd conss, 0 impls, 47466 clqs
9.56/9.69	c    (9.7s) running MILP presolver
10.96/11.07	c    (11.1s) MILP presolver (5 rounds): 445 aggregations, 282 fixings, 0 bound changes
11.15/11.27	c (round 10, medium)     15384 del vars, 43625 del conss, 1805 add conss, 602 chg bounds, 248 chg sides, 2517 chg coeffs, 162030 upgd conss, 0 impls, 47666 clqs
11.35/11.44	c (round 11, fast)       15412 del vars, 44340 del conss, 1808 add conss, 630 chg bounds, 248 chg sides, 2578 chg coeffs, 162030 upgd conss, 0 impls, 47765 clqs
12.06/12.15	c (round 12, exhaustive) 15412 del vars, 44386 del conss, 1808 add conss, 630 chg bounds, 248 chg sides, 2578 chg coeffs, 162859 upgd conss, 0 impls, 47767 clqs
14.64/14.77	c (round 13, exhaustive) 31192 del vars, 44421 del conss, 1815 add conss, 630 chg bounds, 255 chg sides, 11143 chg coeffs, 162859 upgd conss, 0 impls, 47753 clqs
14.84/14.99	c (round 14, fast)       47249 del vars, 44934 del conss, 1818 add conss, 630 chg bounds, 255 chg sides, 19588 chg coeffs, 162859 upgd conss, 0 impls, 47567 clqs
15.33/15.47	c (round 15, exhaustive) 47250 del vars, 54386 del conss, 1819 add conss, 630 chg bounds, 255 chg sides, 19588 chg coeffs, 162859 upgd conss, 0 impls, 47567 clqs
16.04/16.18	c (round 16, exhaustive) 47263 del vars, 55152 del conss, 1819 add conss, 630 chg bounds, 255 chg sides, 19588 chg coeffs, 162859 upgd conss, 0 impls, 47580 clqs
16.94/17.04	c (round 17, exhaustive) 47819 del vars, 55153 del conss, 1819 add conss, 630 chg bounds, 255 chg sides, 19990 chg coeffs, 162859 upgd conss, 0 impls, 47574 clqs
17.13/17.20	c (round 18, fast)       48420 del vars, 55242 del conss, 1819 add conss, 630 chg bounds, 255 chg sides, 20310 chg coeffs, 162859 upgd conss, 0 impls, 47505 clqs
17.53/17.63	c (round 19, exhaustive) 48422 del vars, 55504 del conss, 1819 add conss, 630 chg bounds, 255 chg sides, 20310 chg coeffs, 162859 upgd conss, 0 impls, 47505 clqs
19.93/20.03	c    (20.0s) sparsify finished: 13100/867939 (1.5%) nonzeros canceled - in total 13100 canceled nonzeros, 13100 changed coefficients, 0 added nonzeros
20.63/20.75	c    (20.7s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
21.12/21.21	c    (21.2s) no symmetry present (symcode time: 0.16)
21.51/21.64	c presolving (20 rounds: 20 fast, 13 medium, 10 exhaustive):
21.51/21.64	c  48481 deleted vars, 55534 deleted constraints, 1819 added constraints, 630 tightened bounds, 0 added holes, 255 changed sides, 33453 changed coefficients
21.51/21.64	c  0 implications, 47504 cliques
21.51/21.64	c presolved problem has 146133 variables (146133 bin, 0 int, 0 cont) and 121269 constraints
21.51/21.64	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
21.51/21.64	c      93 constraints of type <knapsack>
21.51/21.64	c   46358 constraints of type <setppc>
21.51/21.64	c    2312 constraints of type <linear>
21.51/21.64	c   72506 constraints of type <logicor>
21.51/21.64	c transformed objective value is always integral (scale: 1)
21.51/21.64	c Presolving Time: 19.41
21.51/21.64	c 
21.51/21.64	c - non default parameters ----------------------------------------------------------------------
21.51/21.64	c 
21.51/21.64	c # SCIP version 10.0.0
21.51/21.64	c 
21.51/21.64	c # maximal time in seconds to run
21.51/21.64	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
21.51/21.64	c limits/time = 3596.996075
21.51/21.64	c 
21.51/21.64	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
21.51/21.64	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
21.51/21.64	c limits/memory = 27900
21.51/21.64	c 
21.51/21.64	c # belongs reading time to solving time?
21.51/21.64	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
21.51/21.64	c timing/reading = TRUE
21.51/21.64	c 
21.51/21.64	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
21.51/21.64	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
21.51/21.64	c reading/opbreader/maxintsize = 47
21.51/21.64	c 
21.51/21.64	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
21.51/21.64	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
21.51/21.64	c propagating/genvbounds/timingmask = 0
21.51/21.64	c 
21.51/21.64	c -----------------------------------------------------------------------------------------------
21.51/21.67	c 
2824.25/2833.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2824.25/2833.82	c  2834s|     1 |     0 |228685 |     - |  1280M |   0 | 146k| 119k| 119k|   0 |  0 | 130 |   0 | 4.400000e+02 |      --      |    Inf | unknown
3585.03/3597.06	c 
3585.03/3597.06	c SCIP Status        : solving was interrupted [time limit reached]
3585.03/3597.06	c Solving Time (sec) : 3597.05
3585.03/3597.06	c Solving Nodes      : 1
3585.03/3597.06	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3585.03/3597.06	c Dual Bound         : +4.40000000000000e+02
3585.03/3597.06	c Gap                : infinite
3585.03/3597.06	s UNKNOWN
3585.03/3597.06	c SCIP Status        : solving was interrupted [time limit reached]
3585.03/3597.06	c Total Time         :    3597.05
3585.03/3597.06	c   solving          :    3597.05
3585.03/3597.06	c   presolving       :      19.41 (included in solving)
3585.03/3597.06	c   reading          :       1.32 (included in solving)
3585.03/3597.06	c   copying          :       0.00 (0 times copied the problem)
3585.03/3597.06	c Original Problem   :
3585.03/3597.06	c   Problem name     : HOME/instance-4522837-1751646910.opb
3585.03/3597.06	c   Variables        : 175000 (175000 binary, 0 integer, 0 continuous)
3585.03/3597.06	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3585.03/3597.06	c   Constraints      : 175001 initial, 175001 maximal
3585.03/3597.06	c   Objective        : minimize, 50000 non-zeros (abs.min = 1, abs.max = 1)
3585.03/3597.06	c Presolved Problem  :
3585.03/3597.06	c   Problem name     : t_HOME/instance-4522837-1751646910.opb
3585.03/3597.06	c   Variables        : 146133 (146133 binary, 0 integer, 0 continuous)
3585.03/3597.06	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3585.03/3597.06	c   Constraints      : 121269 initial, 121269 maximal
3585.03/3597.06	c   Objective        : minimize, 37110 non-zeros (abs.min = 1, abs.max = 1)
3585.03/3597.06	c   Nonzeros         : 854763 constraint, 259573 clique table
3585.03/3597.06	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3585.03/3597.06	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   domcol           :       0.31       0.00      1         17          0          0          0          0          0          0          0          3
3585.03/3597.06	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   dualsparsify     :       0.50       0.00      1          0          0          0          0          0          2          0          0         38
3585.03/3597.06	c   gateextraction   :       1.46       0.00      8          0          0          0          0          0       9756          1          0          0
3585.03/3597.06	c   implics          :       0.04       0.00     13          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   milp             :       5.19       0.00      2       1723        831          0          0          0          0          0          0          0
3585.03/3597.06	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   sparsify         :       1.06       0.00      1          0          0          0          0          0          4          0          0      13101
3585.03/3597.06	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   trivial          :       0.16       0.00     20      23085          0          0          0          0          0          0          0          0
3585.03/3597.06	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   dualfix          :       0.11       0.00     20          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   probing          :       0.22       0.00      1         26          1          0          0          0          0          0          0          0
3585.03/3597.06	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   symmetry         :       0.46       0.00      1          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   vbounds          :       0.12       0.00      1        441        917          0          0          0          0          0          0          0
3585.03/3597.06	c   knapsack         :       0.04       0.00     30          0          0          0          0          0        256        253        247        751
3585.03/3597.06	c   setppc           :       1.78       0.02     30         22        283          0          0          0       1073        500          0          0
3585.03/3597.06	c   linear           :       1.45       0.33     28        630        891          0        630          0      13610          0          8          0
3585.03/3597.06	c   logicor          :       5.64       0.13     29      16350          0          0          0          0      30833       1065          0      19560
3585.03/3597.06	c   components       :       0.25       0.00      1          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   root node        :          -          -      -         27          -          -         27          -          -          -          -          -
3585.03/3597.06	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3585.03/3597.06	c   integral         :          0          0          0          0          0          0          0          7          0          0          0          0          0          0          0
3585.03/3597.06	c   knapsack         :         93         93          0      52168          0          0          0          3          3          1          0          0          0          0          0
3585.03/3597.06	c   setppc           :      46358+     46404          0      52167          0          0          0          2       4658         25          0          0          0          0          0
3585.03/3597.06	c   linear           :       2312       2312          0      52142          0          0          0          3         55          0          4          0          0          0          0
3585.03/3597.06	c   logicor          :      72506+     72561          0      20111          0          0          0          0        102         43          0          0          0          0          0
3585.03/3597.06	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3585.03/3597.06	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.03/3597.06	c   knapsack         :       0.01       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.03/3597.06	c   setppc           :       2.10       0.02       0.08       2.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.03/3597.06	c   linear           :       0.58       0.33       0.01       0.19       0.00       0.00       0.00       0.00       0.06       0.00
3585.03/3597.06	c   logicor          :       0.49       0.13       0.15       0.20       0.00       0.00       0.00       0.00       0.00       0.00
3585.03/3597.06	c   fixedvar         :       0.01       0.01       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.03/3597.06	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.03/3597.06	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.03/3597.06	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3585.03/3597.06	c   dualfix          :          2          0          0          0
3585.03/3597.06	c   genvbounds       :          0          0          0          0
3585.03/3597.06	c   nlobbt           :          0          0          0          0
3585.03/3597.06	c   obbt             :          0          0          0          0
3585.03/3597.06	c   probing          :          0          0          0          0
3585.03/3597.06	c   pseudoobj        :          3          0          0          0
3585.03/3597.06	c   redcost          :          1          0          0          0
3585.03/3597.06	c   rootredcost      :          0          0          0          0
3585.03/3597.06	c   symmetry         :          0          0          0          0
3585.03/3597.06	c   vbounds          :      16968          0          0          0
3585.03/3597.06	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3585.03/3597.06	c   dualfix          :       0.12       0.00       0.11       0.01       0.00       0.00
3585.03/3597.06	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3585.03/3597.06	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3585.03/3597.06	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3585.03/3597.06	c   probing          :       0.23       0.00       0.22       0.00       0.00       0.00
3585.03/3597.06	c   pseudoobj        :       2.84       0.00       0.00       2.84       0.00       0.00
3585.03/3597.06	c   redcost          :       0.01       0.00       0.00       0.01       0.00       0.00
3585.03/3597.06	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3585.03/3597.06	c   symmetry         :       0.46       0.00       0.46       0.00       0.00       0.00
3585.03/3597.06	c   vbounds          :       0.18       0.00       0.12       0.05       0.00       0.00
3585.03/3597.06	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3585.03/3597.06	c   propagation      :       1.70         58         58          -        235    14079.2         37        2.1          -          -          -
3585.03/3597.06	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3585.03/3597.06	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3585.03/3597.06	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3585.03/3597.06	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3585.03/3597.06	c   applied globally :       0.02          -          -          0        132     6644.1          -          -          0          -          -
3585.03/3597.06	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3585.03/3597.06	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3585.03/3597.06	c   cut pool         :       0.00          -          0          0          -          -          0          0          -          -          -          -          -    (maximal pool size:          0)
3585.03/3597.06	c   aggregation      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.03/3597.06	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.03/3597.06	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.03/3597.06	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   clique           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   > gomorymi       :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.03/3597.06	c   > strongcg       :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.03/3597.06	c   impliedbounds    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   mcf              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   multilinear      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   rlt              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c   zerohalf         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.03/3597.06	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3585.03/3597.06	c   hybrid           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.03/3597.06	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.03/3597.06	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3585.03/3597.06	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3585.03/3597.06	c   problem variables:       0.00          -          0          0
3585.03/3597.06	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3585.03/3597.06	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3585.03/3597.06	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3585.03/3597.06	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3585.03/3597.06	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3585.03/3597.06	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.03/3597.06	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.03/3597.06	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.03/3597.06	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.03/3597.06	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3585.03/3597.06	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.03/3597.06	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.03/3597.06	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.03/3597.06	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.03/3597.06	c   relpscost        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.03/3597.06	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3585.03/3597.06	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3585.03/3597.06	c   LP solutions     :       0.00          -          -          0          0
3585.03/3597.06	c   relax solutions  :       0.00          -          -          0          0
3585.03/3597.06	c   pseudo solutions :       0.00          -          -          0          0
3585.03/3597.06	c   strong branching :       0.00          -          -          0          0
3585.03/3597.06	c   actconsdiving    :       0.00       0.00          0          0          0
3585.03/3597.06	c   adaptivediving   :       0.00       0.00          0          0          0
3585.03/3597.06	c   alns             :       0.00       0.00          0          0          0
3585.03/3597.06	c   bound            :       0.00       0.00          0          0          0
3585.03/3597.06	c   clique           :       0.69       0.00          1          0          0
3585.03/3597.06	c   coefdiving       :       0.00       0.00          0          0          0
3585.03/3597.06	c   completesol      :       0.00       0.00          0          0          0
3585.03/3597.06	c   conflictdiving   :       0.00       0.00          0          0          0
3585.03/3597.06	c   crossover        :       0.00       0.00          0          0          0
3585.03/3597.06	c   dins             :       0.00       0.00          0          0          0
3585.03/3597.06	c   distributiondivin:       0.00       0.00          0          0          0
3585.03/3597.06	c   dks              :       0.00       0.00          0          0          0
3585.03/3597.06	c   dps              :       0.00       0.00          0          0          0
3585.03/3597.06	c   dualval          :       0.00       0.00          0          0          0
3585.03/3597.06	c   farkasdiving     :       0.00       0.00          0          0          0
3585.03/3597.06	c   feaspump         :     763.16       0.00          1          0          0
3585.03/3597.06	c   fixandinfer      :       0.00       0.00          0          0          0
3585.03/3597.06	c   fracdiving       :       0.00       0.00          0          0          0
3585.03/3597.06	c   gins             :       0.00       0.00          0          0          0
3585.03/3597.06	c   guideddiving     :       0.00       0.00          0          0          0
3585.03/3597.06	c   indicator        :       0.00       0.00          0          0          0
3585.03/3597.06	c   indicatordiving  :       0.00       0.00          0          0          0
3585.03/3597.06	c   intdiving        :       0.00       0.00          0          0          0
3585.03/3597.06	c   intshifting      :       0.00       0.00          0          0          0
3585.03/3597.06	c   linesearchdiving :       0.00       0.00          0          0          0
3585.03/3597.06	c   localbranching   :       0.00       0.00          0          0          0
3585.03/3597.06	c   locks            :       0.72       0.00          1          0          0
3585.03/3597.06	c   lpface           :       0.00       0.00          0          0          0
3585.03/3597.06	c   mpec             :       0.00       0.00          0          0          0
3585.03/3597.06	c   multistart       :       0.00       0.00          0          0          0
3585.03/3597.06	c   mutation         :       0.00       0.00          0          0          0
3585.03/3597.06	c   nlpdiving        :       0.00       0.00          0          0          0
3585.03/3597.06	c   objpscostdiving  :       0.00       0.00          0          0          0
3585.03/3597.06	c   octane           :       0.00       0.00          0          0          0
3585.03/3597.06	c   ofins            :       0.00       0.00          0          0          0
3585.03/3597.06	c   oneopt           :       0.00       0.00          0          0          0
3585.03/3597.06	c   padm             :       0.00       0.00          0          0          0
3585.03/3597.06	c   proximity        :       0.00       0.00          0          0          0
3585.03/3597.06	c   pscostdiving     :       0.00       0.00          0          0          0
3585.03/3597.06	c   randrounding     :       0.03       0.00          1          0          0
3585.03/3597.06	c   rens             :       0.00       0.00          0          0          0
3585.03/3597.06	c   reoptsols        :       0.00       0.00          0          0          0
3585.03/3597.06	c   repair           :       0.00       0.00          0          0          0
3585.03/3597.06	c   rins             :       0.00       0.00          0          0          0
3585.03/3597.06	c   rootsoldiving    :       0.00       0.00          0          0          0
3585.03/3597.06	c   rounding         :       0.01       0.00          1          0          0
3585.03/3597.06	c   scheduler        :       0.00       0.00          0          0          0
3585.03/3597.06	c   shiftandpropagate:       0.54       0.00          1          0          0
3585.03/3597.06	c   shifting         :       0.02       0.00          1          0          0
3585.03/3597.06	c   simplerounding   :       0.00       0.00          0          0          0
3585.03/3597.06	c   subnlp           :       0.00       0.00          0          0          0
3585.03/3597.06	c   trivial          :       0.11       0.00          2          0          0
3585.03/3597.06	c   trivialnegation  :       0.00       0.00          0          0          0
3585.03/3597.06	c   trustregion      :       0.00       0.00          0          0          0
3585.03/3597.06	c   trysol           :       0.00       0.00          0          0          0
3585.03/3597.06	c   twoopt           :       0.00       0.00          0          0          0
3585.03/3597.06	c   undercover       :       0.00       0.00          0          0          0
3585.03/3597.06	c   vbounds          :       2.36       0.00          1          0          0
3585.03/3597.06	c   veclendiving     :       0.00       0.00          0          0          0
3585.03/3597.06	c   zeroobj          :       0.00       0.00          0          0          0
3585.03/3597.06	c   zirounding       :       0.00       0.00          0          0          0
3585.03/3597.06	c   other solutions  :          -          -          -          0          -
3585.03/3597.06	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3585.03/3597.06	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
3585.03/3597.06	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
3585.03/3597.06	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
3585.03/3597.06	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
3585.03/3597.06	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
3585.03/3597.06	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
3585.03/3597.06	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
3585.03/3597.06	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
3585.03/3597.06	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3585.03/3597.06	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3585.03/3597.06	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
3585.03/3597.06	c   dual LP          :    2804.64          1     228685  228685.00      81.54       0.00          0
3585.03/3597.06	c   lex dual LP      :       0.00          0          0       0.00          -
3585.03/3597.06	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3585.03/3597.06	c   resolve instable :       0.00          0          0       0.00          -
3585.03/3597.06	c   diving/probing LP:     763.06          1      40584   40584.00      53.19
3585.03/3597.06	c   strong branching :       0.00          0          0       0.00          -          -          -          0
3585.03/3597.06	c     (at root node) :          -          0          0       0.00          -
3585.03/3597.06	c   conflict analysis:       0.00          0          0       0.00          -
3585.03/3597.06	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
3585.03/3597.06	c   benders          :       0.00          0          0          0       0.00          0          0          0
3585.03/3597.06	c B&B Tree           :
3585.03/3597.06	c   number of runs   :          1
3585.03/3597.06	c   nodes            :          1 (0 internal, 1 leaves)
3585.03/3597.06	c   feasible leaves  :          0
3585.03/3597.06	c   infeas. leaves   :          0
3585.03/3597.06	c   objective leaves :          0
3585.03/3597.06	c   nodes (total)    :          1 (0 internal, 1 leaves)
3585.03/3597.06	c   nodes left       :          1
3585.03/3597.06	c   max depth        :          0
3585.03/3597.06	c   max depth (total):          0
3585.03/3597.06	c   backtracks       :          0 (0.0%)
3585.03/3597.06	c   early backtracks :          0 (0.0%)
3585.03/3597.06	c   nodes exc. ref.  :          0 (0.0%)
3585.03/3597.06	c   delayed cutoffs  :          0
3585.03/3597.06	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3585.03/3597.06	c   avg switch length:       1.00
3585.03/3597.06	c   switching time   :       0.00
3585.03/3597.06	c Root Node          :
3585.03/3597.06	c   First LP value   : +4.40000000000000e+02
3585.03/3597.06	c   First LP Iters   :     228685 (81.54 Iter/sec)
3585.03/3597.06	c   First LP Time    :    2804.67
3585.03/3597.06	c   Final Dual Bound : +4.40000000000000e+02
3585.03/3597.06	c   Final Root Iters :     269269
3585.03/3597.06	c   Root LP Estimate :                     -
3585.03/3597.06	c Solution           :
3585.03/3597.06	c   Solutions found  :          0 (0 improvements)
3585.03/3597.06	c   Primal Bound     :          -
3585.03/3597.06	c   Dual Bound       : +4.40000000000000e+02
3585.03/3597.06	c   Gap              :   infinite
3585.03/3597.06	c Integrals          :      Total       Avg%
3585.03/3597.06	c   primal-dual      :  359705.40     100.00
3585.03/3597.06	c   primal-ref       :          -          - (not evaluated)
3585.03/3597.06	c   dual-ref         :          -          - (not evaluated)
3585.91/3597.96	c Time complete (sec):   3585.987

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: 63794 MiB (60210 MiB free)
  memory of node 1: 64507 MiB (60319 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522837-1751646910/watcher-4522837-1751646910 -o /tmp/evaluation-result-4522837-1751646910/solver-4522837-1751646910 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751646559-96677 --watchdog 3760 pbsolver -f HOME/instance-4522837-1751646910.opb -t 3600 -m 31000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100092 s]*
/proc/loadavg: 4.14 3.44 3.17 6/252 96847
/proc/meminfo: memFree=123374800/131382112 swapFree=33009904/33010684
[pid=96846] ppid=96843 vsize=73536 memory=61440 CPUtime=0.1 cores=0,2
/proc/96846/stat : 96846 (pbsolver) R 96843 96846 96324 0 -1 4194304 13382 0 0 0 6 4 0 0 20 0 1 0 80369951 75300864 15360 18446744073709551615 4198400 14743177 140727383541216 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 46764032 140727383550345 140727383550441 140727383550441 140727383556044 0
/proc/96846/statm: 18384 15360 2176 2575 0 15291 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 73536 KiB
Current children cumulated memory: 61440 KiB

[startup+0.208836 s]*
/proc/loadavg: 4.14 3.44 3.17 5/252 96847
/proc/meminfo: memFree=123334480/131382112 swapFree=33009904/33010684
[pid=96846] ppid=96843 vsize=116164 memory=102912 CPUtime=0.2 cores=0,2
/proc/96846/stat : 96846 (pbsolver) R 96843 96846 96324 0 -1 4194304 23771 0 0 0 13 7 0 0 20 0 1 0 80369951 118951936 25728 18446744073709551615 4198400 14743177 140727383541216 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 46764032 140727383550345 140727383550441 140727383550441 140727383556044 0
/proc/96846/statm: 29041 25728 2176 2575 0 25948 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 116164 KiB
Current children cumulated memory: 102912 KiB

[startup+0.30868 s]*
/proc/loadavg: 4.14 3.44 3.17 5/252 96847
/proc/meminfo: memFree=123294160/131382112 swapFree=33009904/33010684
[pid=96846] ppid=96843 vsize=151220 memory=137856 CPUtime=0.3 cores=0,2
/proc/96846/stat : 96846 (pbsolver) R 96843 96846 96324 0 -1 4194304 32518 0 0 0 20 10 0 0 20 0 1 0 80369951 154849280 34464 18446744073709551615 4198400 14743177 140727383541216 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 46764032 140727383550345 140727383550441 140727383550441 140727383556044 0
/proc/96846/statm: 37805 34464 2176 2575 0 34712 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 151220 KiB
Current children cumulated memory: 137856 KiB

[startup+0.700277 s]
/proc/loadavg: 4.14 3.44 3.17 5/252 96847
/proc/meminfo: memFree=123221836/131382112 swapFree=33009904/33010684
[pid=96846] ppid=96843 vsize=236704 memory=223360 CPUtime=0.68 cores=0,2
/proc/96846/stat : 96846 (pbsolver) R 96843 96846 96324 0 -1 4194304 53887 0 0 0 53 15 0 0 20 0 1 0 80369951 242384896 55840 18446744073709551615 4198400 14743177 140727383541216 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 46764032 140727383550345 140727383550441 140727383550441 140727383556044 0
/proc/96846/statm: 59176 55840 2176 2575 0 56083 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 236704 KiB
Current children cumulated memory: 223360 KiB

[startup+1.50028 s]
/proc/loadavg: 4.14 3.44 3.17 5/252 96847
/proc/meminfo: memFree=123173452/131382112 swapFree=33009904/33010684
[pid=96846] ppid=96843 vsize=443064 memory=432452 CPUtime=1.48 cores=0,2
/proc/96846/stat : 96846 (pbsolver) R 96843 96846 96324 0 -1 4194304 108452 0 0 0 122 26 0 0 20 0 1 0 80369951 453697536 108081 18446744073709551615 4198400 14743177 140727383541216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 46764032 140727383550345 140727383550441 140727383550441 140727383556044 0
/proc/96846/statm: 110766 108081 2368 2575 0 107673 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 443064 KiB
Current children cumulated memory: 432452 KiB

[startup+3.11286 s]
/proc/loadavg: 4.13 3.45 3.18 5/252 96847
/proc/meminfo: memFree=122706244/131382112 swapFree=33009904/33010684
[pid=96846] ppid=96843 vsize=803800 memory=750716 CPUtime=3.09 cores=0,2
/proc/96846/stat : 96846 (pbsolver) R 96843 96846 96324 0 -1 4194304 184414 0 0 0 271 38 0 0 20 0 1 0 80369951 823091200 187679 18446744073709551615 4198400 14743177 140727383541216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 46764032 140727383550345 140727383550441 140727383550441 140727383556044 0
/proc/96846/statm: 200950 187679 2432 2575 0 197857 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 803800 KiB
Current children cumulated memory: 750716 KiB

[startup+6.30028 s]
/proc/loadavg: 4.13 3.45 3.18 5/252 96847
/proc/meminfo: memFree=122441756/131382112 swapFree=33009904/33010684
[pid=96846] ppid=96843 vsize=827528 memory=796572 CPUtime=6.27 cores=0,2
/proc/96846/stat : 96846 (pbsolver) R 96843 96846 96324 0 -1 4194304 203546 0 0 0 579 48 0 0 20 0 1 0 80369951 847388672 199143 18446744073709551615 4198400 14743177 140727383541216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 46764032 140727383550345 140727383550441 140727383550441 140727383556044 0
/proc/96846/statm: 206882 199143 2528 2575 0 203789 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 827528 KiB
Current children cumulated memory: 796572 KiB

[startup+12.7003 s]
/proc/loadavg: 4.19 3.49 3.19 5/252 96847
/proc/meminfo: memFree=122124608/131382112 swapFree=33009904/33010684
[pid=96846] ppid=96843 vsize=1016296 memory=984316 CPUtime=12.64 cores=0,2
/proc/96846/stat : 96846 (pbsolver) R 96843 96846 96324 0 -1 4194304 242056 0 0 0 1207 57 0 0 20 0 1 0 80369951 1040687104 246079 18446744073709551615 4198400 14743177 140727383541216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 46764032 140727383550345 140727383550441 140727383550441 140727383556044 0
/proc/96846/statm: 254074 246079 2592 2575 0 250981 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1016296 KiB
Current children cumulated memory: 984316 KiB

[startup+25.5003 s]
/proc/loadavg: 4.16 3.50 3.20 5/252 96848
/proc/meminfo: memFree=121896100/131382112 swapFree=33009904/33010684
[pid=96846] ppid=96843 vsize=1314496 memory=1225540 CPUtime=25.41 cores=0,2
/proc/96846/stat : 96846 (pbsolver) R 96843 96846 96324 0 -1 4194304 285470 0 0 0 2475 66 0 0 20 0 1 0 80369951 1346043904 306385 18446744073709551615 4198400 14743177 140727383541216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 46764032 140727383550345 140727383550441 140727383550441 140727383556044 0
/proc/96846/statm: 328624 306385 2656 2575 0 325531 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 1314496 KiB
Current children cumulated memory: 1225540 KiB

[startup+51.1132 s]
/proc/loadavg: 4.10 3.54 3.22 5/251 96848
/proc/meminfo: memFree=121654920/131382112 swapFree=33009904/33010684
[pid=96846] ppid=96843 vsize=1498236 memory=1381708 CPUtime=50.94 cores=0,2
/proc/96846/stat : 96846 (pbsolver) R 96843 96846 96324 0 -1 4194304 317847 0 0 0 5021 73 0 0 20 0 1 0 80369951 1534193664 345427 18446744073709551615 4198400 14743177 140727383541216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 46764032 140727383550345 140727383550441 140727383550441 140727383556044 0
/proc/96846/statm: 374559 345427 2688 2575 0 371466 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 1498236 KiB
Current children cumulated memory: 1381708 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 3.64 3.28 6/252 96851
/proc/meminfo: memFree=121606380/131382112 swapFree=33009904/33010684
[pid=96846] ppid=96843 vsize=1521068 memory=1406964 CPUtime=101.95 cores=0,2
/proc/96846/stat : 96846 (pbsolver) R 96843 96846 96324 0 -1 4194304 321623 0 0 0 10122 73 0 0 20 0 1 0 80369951 1557573632 351741 18446744073709551615 4198400 14743177 140727383541216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 46764032 140727383550345 140727383550441 140727383550441 140727383556044 0
/proc/96846/statm: 380267 351741 2688 2575 0 377174 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 1521068 KiB
Current children cumulated memory: 1406964 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 3.72 3.33 5/252 96853
/proc/meminfo: memFree=121583964/131382112 swapFree=33009904/33010684
[pid=96846] ppid=96843 vsize=1534864 memory=1419840 CPUtime=161.74 cores=0,2
/proc/96846/stat : 96846 (pbsolver) R 96843 96846 96324 0 -1 4194304 322292 0 0 0 16101 73 0 0 20 0 1 0 80369951 1571700736 354960 18446744073709551615 4198400 14743177 140727383541216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 46764032 140727383550345 140727383550441 140727383550441 140727383556044 0
/proc/96846/statm: 383716 354960 2688 2575 0 380623 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 1534864 KiB
Current children cumulated memory: 1419840 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 3.79 3.38 5/252 96856
/proc/meminfo: memFree=121568512/131382112 swapFree=33009904/33010684
[pid=96846] ppid=96843 vsize=1535420 memory=1420480 CPUtime=221.53 cores=0,2
/proc/96846/stat : 96846 (pbsolver) R 96843 96846 96324 0 -1 4194304 322430 0 0 0 22080 73 0 0 20 0 1 0 80369951 1572270080 355120 18446744073709551615 4198400 14743177 140727383541216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 46764032 140727383550345 140727383550441 140727383550441 140727383556044 0
/proc/96846/statm: 383855 355120 2688 2575 0 380762 0
Current children cumulated CPU time: 221.53 s
Current children cumulated vsize: 1535420 KiB
Current children cumulated memory: 1420480 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 3.86 3.43 5/252 96858
/proc/meminfo: memFree=121571428/131382112 swapFree=33009904/33010684
[pid=96846] ppid=96843 vsize=1535560 memory=1420736 CPUtime=281.33 cores=0,2
/proc/96846/stat : 96846 (pbsolver) R 96843 96846 96324 0 -1 4194304 322542 0 0 0 28059 74 0 0 20 0 1 0 80369951 1572413440 355184 18446744073709551615 4198400 14743177 140727383541216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 46764032 140727383550345 140727383550441 140727383550441 140727383556044 0
/proc/96846/statm: 383890 355184 2688 2575 0 380797 0
Current children cumulated CPU time: 281.33 s
Current children cumulated vsize: 1535560 KiB
Current children cumulated memory: 1420736 KiB

[startup+342.3 s]
/proc/loadavg: 4.04 3.89 3.47 5/251 96860
/proc/meminfo: memFree=121568760/131382112 swapFree=33009904/33010684
[pid=96846] ppid=96843 vsize=1535704 memory=1420992 CPUtime=341.12 cores=0,2
/proc/96846/stat : 96846 (pbsolver) R 96843 96846 96324 0 -1 4194304 322617 0 0 0 34038 74 0 0 20 0 1 0 80369951 1572560896 355248 18446744073709551615 4198400 14743177 140727383541216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 46764032 140727383550345 140727383550441 140727383550441 140727383556044 0
/proc/96846/statm: 383926 355248 2688 2575 0 380833 0
Current children cumulated CPU time: 341.12 s
Current children cumulated vsize: 1535704 KiB
Current children cumulated memory: 1420992 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 3.94 3.52 5/250 96862
/proc/meminfo: memFree=121554224/131382112 swapFree=33009904/33010684
[pid=96846] ppid=96843 vsize=1535840 memory=1421248 CPUtime=400.91 cores=0,2
/proc/96846/stat : 96846 (pbsolver) R 96843 96846 96324 0 -1 4194304 322663 0 0 0 40017 74 0 0 20 0 1 0 80369951 1572700160 355312 18446744073709551615 4198400 14743177 140727383541216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 46764032 140727383550345 140727383550441 140727383550441 140727383556044 0
/proc/96846/statm: 383960 355312 2688 2575 0 380867 0
Current children cumulated CPU time: 400.91 s
Current children cumulated vsize: 1535840 KiB
Current children cumulated memory: 1421248 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 3.97 3.55 5/250 96864
/proc/meminfo: memFree=121552788/131382112 swapFree=33009904/33010684
[pid=96846] ppid=96843 vsize=1535972 memory=1421376 CPUtime=460.7 cores=0,2
/proc/96846/stat : 96846 (pbsolver) R 96843 96846 96324 0 -1 4194304 322731 0 0 0 45996 74 0 0 20 0 1 0 80369951 1572835328 355344 18446744073709551615 4198400 14743177 140727383541216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 46764032 140727383550345 140727383550441 140727383550441 140727383556044 0
/proc/96846/statm: 383993 355344 2688 2575 0 380900 0
Current children cumulated CPU time: 460.7 s

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

/proc/loadavg: 4.07 4.08 4.09 5/250 97004
/proc/meminfo: memFree=121356668/131382112 swapFree=33009904/33010684
[pid=96846] ppid=96843 vsize=1540316 memory=1424520 CPUtime=3211.55 cores=0,2
/proc/96846/stat : 96846 (pbsolver) R 96843 96846 96324 0 -1 4194304 323774 0 0 0 321080 75 0 0 20 0 1 0 80369951 1577283584 356130 18446744073709551615 4198400 14743177 140727383541216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 46764032 140727383550345 140727383550441 140727383550441 140727383556044 0
/proc/96846/statm: 385079 356130 2688 2575 0 381986 0
Current children cumulated CPU time: 3211.55 s
Current children cumulated vsize: 1540316 KiB
Current children cumulated memory: 1424520 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/249 97407
/proc/meminfo: memFree=125218132/131382112 swapFree=33009904/33010684
[pid=96846] ppid=96843 vsize=1540316 memory=1424648 CPUtime=3271.35 cores=0,2
/proc/96846/stat : 96846 (pbsolver) R 96843 96846 96324 0 -1 4194304 323775 0 0 0 327060 75 0 0 20 0 1 0 80369951 1577283584 356162 18446744073709551615 4198400 14743177 140727383541216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 46764032 140727383550345 140727383550441 140727383550441 140727383556044 0
/proc/96846/statm: 385079 356162 2688 2575 0 381986 0
Current children cumulated CPU time: 3271.35 s
Current children cumulated vsize: 1540316 KiB
Current children cumulated memory: 1424648 KiB

[startup+3342.3 s]
/proc/loadavg: 3.48 3.91 4.03 4/246 97446
/proc/meminfo: memFree=124316544/131382112 swapFree=33009904/33010684
[pid=96846] ppid=96843 vsize=1540316 memory=1424648 CPUtime=3331.18 cores=0,2
/proc/96846/stat : 96846 (pbsolver) R 96843 96846 96324 0 -1 4194304 323775 0 0 0 333043 75 0 0 20 0 1 0 80369951 1577283584 356162 18446744073709551615 4198400 14743177 140727383541216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 46764032 140727383550345 140727383550441 140727383550441 140727383556044 0
/proc/96846/statm: 385079 356162 2688 2575 0 381986 0
Current children cumulated CPU time: 3331.18 s
Current children cumulated vsize: 1540316 KiB
Current children cumulated memory: 1424648 KiB

[startup+3402.3 s]
/proc/loadavg: 2.61 3.59 3.91 3/240 97479
/proc/meminfo: memFree=125698480/131382112 swapFree=33009904/33010684
[pid=96846] ppid=96843 vsize=1540316 memory=1424648 CPUtime=3390.97 cores=0,2
/proc/96846/stat : 96846 (pbsolver) R 96843 96846 96324 0 -1 4194304 323775 0 0 0 339022 75 0 0 20 0 1 0 80369951 1577283584 356162 18446744073709551615 4198400 14743177 140727383541216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 46764032 140727383550345 140727383550441 140727383550441 140727383556044 0
/proc/96846/statm: 385079 356162 2688 2575 0 381986 0
Current children cumulated CPU time: 3390.97 s
Current children cumulated vsize: 1540316 KiB
Current children cumulated memory: 1424648 KiB

[startup+3462.3 s]
/proc/loadavg: 2.32 3.33 3.80 3/240 97480
/proc/meminfo: memFree=125716308/131382112 swapFree=33009904/33010684
[pid=96846] ppid=96843 vsize=1540316 memory=1424648 CPUtime=3450.75 cores=0,2
/proc/96846/stat : 96846 (pbsolver) R 96843 96846 96324 0 -1 4194304 323775 0 0 0 345000 75 0 0 20 0 1 0 80369951 1577283584 356162 18446744073709551615 4198400 14743177 140727383541216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 46764032 140727383550345 140727383550441 140727383550441 140727383556044 0
/proc/96846/statm: 385079 356162 2688 2575 0 381986 0
Current children cumulated CPU time: 3450.75 s
Current children cumulated vsize: 1540316 KiB
Current children cumulated memory: 1424648 KiB

[startup+3522.3 s]
/proc/loadavg: 2.17 3.10 3.69 3/240 97482
/proc/meminfo: memFree=125710128/131382112 swapFree=33009904/33010684
[pid=96846] ppid=96843 vsize=1540316 memory=1429896 CPUtime=3510.53 cores=0,2
/proc/96846/stat : 96846 (pbsolver) R 96843 96846 96324 0 -1 4194304 323775 0 0 0 350978 75 0 0 20 0 1 0 80369951 1577283584 357474 18446744073709551615 4198400 14743177 140727383541216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 46764032 140727383550345 140727383550441 140727383550441 140727383556044 0
/proc/96846/statm: 385079 357474 2688 2575 0 381986 0
Current children cumulated CPU time: 3510.53 s
Current children cumulated vsize: 1540316 KiB
Current children cumulated memory: 1429896 KiB

[startup+3582.3 s]
/proc/loadavg: 2.10 2.91 3.58 3/239 97490
/proc/meminfo: memFree=125696340/131382112 swapFree=33009904/33010684
[pid=96846] ppid=96843 vsize=1540316 memory=1430024 CPUtime=3570.36 cores=0,2
/proc/96846/stat : 96846 (pbsolver) R 96843 96846 96324 0 -1 4194304 323776 0 0 0 356961 75 0 0 20 0 1 0 80369951 1577283584 357506 18446744073709551615 4198400 14743177 140727383541216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 46764032 140727383550345 140727383550441 140727383550441 140727383556044 0
/proc/96846/statm: 385079 357506 2688 2575 0 381986 0
Current children cumulated CPU time: 3570.36 s
Current children cumulated vsize: 1540316 KiB
Current children cumulated memory: 1430024 KiB

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

# cumulated CPU time of all completed processes:  user=3585.22 s, system=0.777989 s

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

[startup+3584 s]*
/proc/loadavg: 2.10 2.91 3.58 3/239 97490
/proc/meminfo: memFree=125696916/131382112 swapFree=33009904/33010684
[pid=96846] ppid=96843 vsize=1540316 memory=1430024 CPUtime=3572.07 cores=0,2
/proc/96846/stat : 96846 (pbsolver) R 96843 96846 96324 0 -1 4194304 323776 0 0 0 357132 75 0 0 20 0 1 0 80369951 1577283584 357506 18446744073709551615 4198400 14743177 140727383541216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 46764032 140727383550345 140727383550441 140727383550441 140727383556044 0
/proc/96846/statm: 385079 357506 2688 2575 0 381986 0
Current children cumulated CPU time: 3572.07 s
Current children cumulated vsize: 1540316 KiB
Current children cumulated memory: 1430024 KiB

[startup+3590.4 s]
/proc/loadavg: 2.09 2.90 3.57 3/239 97491
/proc/meminfo: memFree=125697168/131382112 swapFree=33009904/33010684
[pid=96846] ppid=96843 vsize=1540316 memory=1430024 CPUtime=3578.44 cores=0,2
/proc/96846/stat : 96846 (pbsolver) R 96843 96846 96324 0 -1 4194304 323776 0 0 0 357769 75 0 0 20 0 1 0 80369951 1577283584 357506 18446744073709551615 4198400 14743177 140727383541216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 46764032 140727383550345 140727383550441 140727383550441 140727383556044 0
/proc/96846/statm: 385079 357506 2688 2575 0 381986 0
Current children cumulated CPU time: 3578.44 s
Current children cumulated vsize: 1540316 KiB
Current children cumulated memory: 1430024 KiB

[startup+3593.6 s]
/proc/loadavg: 2.09 2.88 3.56 3/239 97491
/proc/meminfo: memFree=125698076/131382112 swapFree=33009904/33010684
[pid=96846] ppid=96843 vsize=1540316 memory=1430152 CPUtime=3581.63 cores=0,2
/proc/96846/stat : 96846 (pbsolver) R 96843 96846 96324 0 -1 4194304 323776 0 0 0 358088 75 0 0 20 0 1 0 80369951 1577283584 357538 18446744073709551615 4198400 14743177 140727383541216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 46764032 140727383550345 140727383550441 140727383550441 140727383556044 0
/proc/96846/statm: 385079 357538 2688 2575 0 381986 0
Current children cumulated CPU time: 3581.63 s
Current children cumulated vsize: 1540316 KiB
Current children cumulated memory: 1430152 KiB

[startup+3595.2 s]
/proc/loadavg: 2.09 2.88 3.56 3/239 97491
/proc/meminfo: memFree=125698128/131382112 swapFree=33009904/33010684
[pid=96846] ppid=96843 vsize=1540316 memory=1430152 CPUtime=3583.23 cores=0,2
/proc/96846/stat : 96846 (pbsolver) R 96843 96846 96324 0 -1 4194304 323776 0 0 0 358248 75 0 0 20 0 1 0 80369951 1577283584 357538 18446744073709551615 4198400 14743177 140727383541216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 46764032 140727383550345 140727383550441 140727383550441 140727383556044 0
/proc/96846/statm: 385079 357538 2688 2575 0 381986 0
Current children cumulated CPU time: 3583.23 s
Current children cumulated vsize: 1540316 KiB
Current children cumulated memory: 1430152 KiB

[startup+3596.8 s]
/proc/loadavg: 2.09 2.88 3.56 3/239 97492
/proc/meminfo: memFree=125697376/131382112 swapFree=33009904/33010684
[pid=96846] ppid=96843 vsize=1540316 memory=1430152 CPUtime=3584.82 cores=0,2
/proc/96846/stat : 96846 (pbsolver) R 96843 96846 96324 0 -1 4194304 323776 0 0 0 358407 75 0 0 20 0 1 0 80369951 1577283584 357538 18446744073709551615 4198400 14743177 140727383541216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 46764032 140727383550345 140727383550441 140727383550441 140727383556044 0
/proc/96846/statm: 385079 357538 2688 2575 0 381986 0
Current children cumulated CPU time: 3584.82 s
Current children cumulated vsize: 1540316 KiB
Current children cumulated memory: 1430152 KiB

[startup+3597.6 s]
/proc/loadavg: 2.08 2.87 3.56 3/239 97492
/proc/meminfo: memFree=125697628/131382112 swapFree=33009904/33010684
[pid=96846] ppid=96843 vsize=1540316 memory=1430152 CPUtime=3585.62 cores=0,2
/proc/96846/stat : 96846 (pbsolver) R 96843 96846 96324 0 -1 4194304 323809 0 0 0 358487 75 0 0 20 0 1 0 80369951 1577283584 357538 18446744073709551615 4198400 14743177 140727383541216 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 46764032 140727383550345 140727383550441 140727383550441 140727383556044 0
/proc/96846/statm: 385079 357538 2688 2575 0 381986 0
Current children cumulated CPU time: 3585.62 s
Current children cumulated vsize: 1540316 KiB
Current children cumulated memory: 1430152 KiB

[startup+3597.8 s]
/proc/loadavg: 2.08 2.87 3.56 3/239 97492
/proc/meminfo: memFree=125697628/131382112 swapFree=33009904/33010684
[pid=96846] ppid=96843 vsize=1535744 memory=1426100 CPUtime=3585.82 cores=0,2
/proc/96846/stat : 96846 (pbsolver) R 96843 96846 96324 0 -1 4194304 323819 0 0 0 358507 75 0 0 20 0 1 0 80369951 1572601856 356525 18446744073709551615 4198400 14743177 140727383541216 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 46764032 140727383550345 140727383550441 140727383550441 140727383556044 0
/proc/96846/statm: 383936 356525 2688 2575 0 380843 0
Current children cumulated CPU time: 3585.82 s
Current children cumulated vsize: 1535744 KiB
Current children cumulated memory: 1426100 KiB

[startup+3597.9 s]
/proc/loadavg: 2.08 2.87 3.56 3/239 97492
/proc/meminfo: memFree=125697628/131382112 swapFree=33009904/33010684
[pid=96846] ppid=96843 vsize=1461156 memory=1351512 CPUtime=3585.91 cores=0,2
/proc/96846/stat : 96846 (pbsolver) R 96843 96846 96324 0 -1 4194304 323819 0 0 0 358516 75 0 0 20 0 1 0 80369951 1496223744 337878 18446744073709551615 4198400 14743177 140727383541216 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 46764032 140727383550345 140727383550441 140727383550441 140727383556044 0
/proc/96846/statm: 365289 337878 2688 2575 0 362196 0
Current children cumulated CPU time: 3585.91 s
Current children cumulated vsize: 1461156 KiB
Current children cumulated memory: 1351512 KiB

Child status: 0

Real time (s): 3597.97
CPU time (s): 3586
CPU user time (s): 3585.22
CPU system time (s): 0.777989
CPU usage (%): 99.6671
Max. virtual memory (cumulated for all children) (KiB): 1540316
Max. memory (cumulated for all children) (KiB): 1430152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.22
system time used= 0.777989
maximum resident set size= 1430152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 323827
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= 5
involuntary context switches= 7933


# summary of solver processes directly reported to runsolver:
#   pid: 96846
#   total CPU time (s): 3586
#   total CPU user time (s): 3585.22
#   total CPU system time (s): 0.777989

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.0162 second user time and 33.8661 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-04 18:35:11
IDJOB=4522837
IDBENCH=179343
IDSOLVER=3366
FILE ID=nodeC001/4522837-1751646910
RUNJOBID= nodeC001-1751646559-96677
SLURM_JOB_ID= 9672306
Free space on /tmp= 432380 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/SMTI_PBO/SMTI_25000_5_0.75_3.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522837-1751646910/watcher-4522837-1751646910 -o /tmp/evaluation-result-4522837-1751646910/solver-4522837-1751646910 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751646559-96677 --watchdog 3760  pbsolver -f HOME/instance-4522837-1751646910.opb -t 3600 -m 31000

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

MD5SUM BENCH= 5662c244c9130155c537b4eb4063501c
RANDOM SEED=198210083

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

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

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

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        123422868 kB
MemAvailable:   124879196 kB
Buffers:            1668 kB
Cached:          2238876 kB
SwapCached:          128 kB
Active:          5219580 kB
Inactive:        1992892 kB
Active(anon):    4961792 kB
Inactive(anon):    27916 kB
Active(file):     257788 kB
Inactive(file):  1964976 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             30008 kB
Writeback:             0 kB
AnonPages:       4971492 kB
Mapped:           136512 kB
Shmem:             17776 kB
KReclaimable:     146000 kB
Slab:             233552 kB
SReclaimable:     146000 kB
SUnreclaim:        87552 kB
KernelStack:        4064 kB
PageTables:        12992 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    5751812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1400832 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432460 MiB
End job on nodeC001 at 2025-07-04 19:35:09