Trace number 4545125

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 2024-07-07? 3585.69 3598.57

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-AverageAvoiding-mini-40_c24.opb
MD5SUMe60f0e926bcd6b192a3b449cde285525
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables103760
Total number of constraints89518
Number of constraints which are clauses19880
Number of constraints which are cardinality constraints (but not clauses)160
Number of constraints which are nor clauses,nor cardinality constraints69478
Minimum length of a constraint1
Maximum length of a constraint85
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 1561
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4808
Number of bits of the biggest sum of numbers13
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 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-4545125-1753234827.opb>
0.78/0.84	c original problem has 103760 variables (103760 bin, 0 int, 0 impl, 0 cont) and 89518 constraints
0.78/0.84	c problem read in 0.84
0.78/0.85	c No objective function, only one solution is needed.
1.38/1.49	c presolving:
2.18/2.21	c (round 1, fast)       9960 del vars, 9960 del conss, 9880 add conss, 9959 chg bounds, 29720 chg sides, 29720 chg coeffs, 0 upgd conss, 0 impls, 19920 clqs
2.37/2.42	c (round 2, fast)       10040 del vars, 19959 del conss, 9880 add conss, 10039 chg bounds, 29720 chg sides, 405160 chg coeffs, 0 upgd conss, 0 impls, 29800 clqs
2.37/2.43	c (round 3, fast)       10040 del vars, 20039 del conss, 9880 add conss, 10039 chg bounds, 29720 chg sides, 405160 chg coeffs, 0 upgd conss, 0 impls, 29800 clqs
3.27/3.34	c    (3.3s) running MILP presolver
6.26/6.31	c    (6.3s) MILP presolver (3 rounds): 0 aggregations, 117 fixings, 0 bound changes
6.26/6.35	c (round 4, medium)     10157 del vars, 20039 del conss, 9880 add conss, 10039 chg bounds, 29720 chg sides, 405160 chg coeffs, 0 upgd conss, 0 impls, 29799 clqs
7.15/7.26	c (round 5, exhaustive) 10157 del vars, 20080 del conss, 9880 add conss, 10039 chg bounds, 29720 chg sides, 405160 chg coeffs, 69358 upgd conss, 0 impls, 29799 clqs
8.15/8.25	c (round 6, medium)     10160 del vars, 20080 del conss, 29640 add conss, 10039 chg bounds, 89003 chg sides, 484203 chg coeffs, 69358 upgd conss, 0 impls, 29804 clqs
8.25/8.38	c (round 7, fast)       10160 del vars, 29960 del conss, 39520 add conss, 10039 chg bounds, 89003 chg sides, 484203 chg coeffs, 69358 upgd conss, 0 impls, 29804 clqs
19.61/19.78	c    (19.8s) probing: 52/93600 (0.1%) - 1 fixings, 0 aggregations, 0 implications, 0 bound changes
19.61/19.78	c    (19.8s) probing aborted: 50/50 successive totally useless probings
21.21/21.32	c    (21.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
23.30/23.48	c    (23.5s) no symmetry present (symcode time: 0.32)
23.80/23.95	c presolving (8 rounds: 8 fast, 4 medium, 2 exhaustive):
23.80/23.95	c  10161 deleted vars, 29960 deleted constraints, 39520 added constraints, 10039 tightened bounds, 0 added holes, 89003 changed sides, 484242 changed coefficients
23.80/23.95	c  0 implications, 29804 cliques
23.80/23.95	c presolved problem has 93599 variables (93599 bin, 0 int, 0 impl, 0 cont) and 99078 constraints
23.80/23.95	c   39559 constraints of type <knapsack>
23.80/23.95	c   29799 constraints of type <setppc>
23.80/23.95	c    9960 constraints of type <linear>
23.80/23.95	c   19760 constraints of type <logicor>
23.80/23.95	c transformed objective value is always integral (scale: 1)
23.80/23.95	c Presolving Time: 22.50
23.80/23.95	c - non default parameters ----------------------------------------------------------------------
23.80/23.95	c # SCIP version 10.0.0
23.80/23.95	c 
23.80/23.95	c # maximal time in seconds to run
23.80/23.95	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
23.80/23.95	c limits/time = 3596.997011
23.80/23.95	c 
23.80/23.95	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
23.80/23.95	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
23.80/23.95	c limits/memory = 27900
23.80/23.95	c 
23.80/23.95	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
23.80/23.95	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
23.80/23.95	c limits/solutions = 1
23.80/23.95	c 
23.80/23.95	c # bitset describing used symmetry handling technique: (0: off; 1: constraint-based (orbitopes and/or symresacks); 2: orbital fixing; 3: orbitopes and orbital fixing; 4: Schreier Sims cuts; 5: Schreier Sims cuts and orbitopes; 6: Schreier Sims cuts and orbital fixing; 7: Schreier Sims cuts, orbitopes, and orbital fixing) See type_symmetry.h.
23.80/23.95	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
23.80/23.95	c misc/usesymmetry = 3
23.80/23.95	c 
23.80/23.95	c # belongs reading time to solving time?
23.80/23.95	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
23.80/23.95	c timing/reading = TRUE
23.80/23.95	c 
23.80/23.95	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
23.80/23.95	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
23.80/23.95	c propagating/symmetry/detectdoublelex = FALSE
23.80/23.95	c 
23.80/23.95	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
23.80/23.95	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
23.80/23.95	c propagating/symmetry/detectsubgroups = FALSE
23.80/23.95	c 
23.80/23.95	c # Type of symmetries that shall be computed?
23.80/23.95	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
23.80/23.95	c propagating/symmetry/symtype = 1
23.80/23.95	c 
23.80/23.95	c # Should components consisting of a single full reflection be handled?
23.80/23.95	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
23.80/23.95	c propagating/symmetry/usesimplesgncomp = FALSE
23.80/23.95	c 
23.80/23.95	c -----------------------------------------------------------------------------------------------
23.80/23.95	c start solving
23.80/23.98	c 
81.97/82.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
81.97/82.39	c  82.4s|     1 |     0 | 36081 |     - |  3485M |   0 |  93k|  99k|  99k|   0 |  0 |  46 |   0 | 0.000000e+00 |      --      |    Inf | unknown
279.50/280.61	c   281s|     1 |     0 | 80996 |     - |  3546M |   0 |  93k|  99k|  99k|  62 |  1 |  46 |   0 | 0.000000e+00 |      --      |    Inf | unknown
289.46/290.62	c   291s|     1 |     0 | 83192 |     - |  3578M |   0 |  93k|  99k|  99k| 112 |  2 |  48 |   0 | 0.000000e+00 |      --      |    Inf | unknown
302.22/303.40	c   303s|     1 |     0 | 88040 |     - |  3598M |   0 |  93k|  99k|  99k| 155 |  3 |  50 |   0 | 0.000000e+00 |      --      |    Inf | unknown
313.17/314.46	c   314s|     1 |     0 | 90754 |     - |  3631M |   0 |  93k|  99k| 100k| 205 |  4 |  52 |   0 | 0.000000e+00 |      --      |    Inf | unknown
326.32/327.64	c   328s|     1 |     0 | 96088 |     - |  3666M |   0 |  93k|  99k| 100k| 247 |  5 |  52 |   0 | 0.000000e+00 |      --      |    Inf | unknown
336.98/338.30	c   338s|     1 |     0 | 99603 |     - |  3708M |   0 |  93k|  99k| 100k| 295 |  6 |  53 |   0 | 0.000000e+00 |      --      |    Inf | unknown
349.35/350.75	c   351s|     1 |     0 |102937 |     - |  3755M |   0 |  93k|  99k| 100k| 333 |  7 |  53 |   0 | 0.000000e+00 |      --      |    Inf | unknown
359.41/360.83	c   361s|     1 |     0 |105400 |     - |  3798M |   0 |  93k|  99k| 100k| 359 |  8 |  55 |   0 | 0.000000e+00 |      --      |    Inf | unknown
369.68/371.13	c   371s|     1 |     0 |108155 |     - |  3814M |   0 |  93k|  99k| 100k| 391 |  9 |  55 |   0 | 0.000000e+00 |      --      |    Inf | unknown
377.65/379.15	c   379s|     1 |     0 |109944 |     - |  3866M |   0 |  93k|  99k| 100k| 424 | 10 |  55 |   0 | 0.000000e+00 |      --      |    Inf | unknown
386.12/387.66	c   388s|     1 |     0 |112348 |     - |  3878M |   0 |  93k|  99k| 100k| 454 | 11 |  55 |   0 | 0.000000e+00 |      --      |    Inf | unknown
417.30/418.99	c   419s|     1 |     2 |119640 |     - |  3883M |   0 |  93k|  99k| 100k| 454 | 11 |  75 |  19 | 0.000000e+00 |      --      |    Inf | unknown
2577.08/2586.76	c  2587s|   100 |    95 |  1417k|13187.0 |  4029M |  12 |  93k| 101k|  89k|1322 |  1 |1298 |  19 | 0.000000e+00 |      --      |    Inf |   4.88%
3584.32/3597.23	c 
3584.32/3597.24	c SCIP Status        : solving was interrupted [time limit reached]
3584.32/3597.24	c Solving Time (sec) : 3597.23
3584.32/3597.24	c Solving Nodes      : 161
3584.32/3597.24	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3584.32/3597.24	c Dual Bound         : +0.00000000000000e+00
3584.32/3597.24	c Gap                : infinite
3584.32/3597.24	s UNKNOWN
3584.32/3597.24	c SCIP Status        : solving was interrupted [time limit reached]
3584.32/3597.24	c Total Time         :    3597.23
3584.32/3597.24	c   solving          :    3597.23
3584.32/3597.24	c   presolving       :      22.50 (included in solving)
3584.32/3597.24	c   reading          :       0.84 (included in solving)
3584.32/3597.24	c   copying          :       0.95 (2 #copies) (minimal 0.46, maximal 0.49, average 0.47)
3584.32/3597.24	c Original Problem   :
3584.32/3597.24	c   Problem name     : HOME/instance-4545125-1753234827.opb
3584.32/3597.24	c   Variables        : 103760 (103760 binary, 0 integer, 0 implicit integer, 0 continuous)
3584.32/3597.24	c   Constraints      : 89518 initial, 89518 maximal
3584.32/3597.24	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3584.32/3597.24	c Presolved Problem  :
3584.32/3597.24	c   Problem name     : t_HOME/instance-4545125-1753234827.opb
3584.32/3597.24	c   Variables        : 93599 (93599 binary, 0 integer, 0 implicit integer, 0 continuous)
3584.32/3597.24	c   Constraints      : 99078 initial, 102215 maximal
3584.32/3597.24	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3584.32/3597.24	c   Nonzeros         : 3205238 constraint, 65771 clique table
3584.32/3597.24	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3584.32/3597.24	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   domcol           :       0.37       0.00      1          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   dualsparsify     :       1.53       0.00      1          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   gateextraction   :       0.10       0.00      1          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   implics          :       0.01       0.00      4          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   milp             :       3.87       0.00      1        117          0          0          0          0          0          0          0          0
3584.32/3597.24	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   sparsify         :       5.52       0.00      1          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   trivial          :       0.03       0.00      8          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   dualfix          :       0.03       0.00      8          1          0          0          0          0          0          0          0          0
3584.32/3597.24	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   probing          :       4.55       0.00      1          1          0          0          0          0          0          0          0          0
3584.32/3597.24	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   symmetry         :       2.16       0.00      1          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   vbounds          :       0.03       0.00      1          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   knapsack         :       1.50       0.04      6          0          0          0          0          0       9880      29640      59280      79079
3584.32/3597.24	c   setppc           :       0.15       0.01      6          0          3          0          0          0          0          0          3          3
3584.32/3597.24	c   linear           :       1.63       0.30     10      10039          0          0      10039          0      20080       9880      29720     405160
3584.32/3597.24	c   logicor          :       0.26       0.08      6          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   components       :       0.34       0.00      1          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3584.32/3597.24	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3584.32/3597.24	c   benderslp        :          0          0          0          0        157          0          0         10          0          0          0          0          0          0          0
3584.32/3597.24	c   integral         :          0          0          0          0        157          0          0         10          0          0          0          0          0          0        314
3584.32/3597.24	c   knapsack         :      39559+     39568         11     184647          0          0          0          6      57234        165       4164       2209        210          0          0
3584.32/3597.24	c   setppc           :      29799+     29894         11     184482          0          0          0          1      16335        195       2947          0          0          0          0
3584.32/3597.24	c   linear           :       9960+     10730         11     184287          0          0          0          3      19954        551      15508          0          0          0          0
3584.32/3597.24	c   logicor          :      19760+     22026         11       6150          0          0          0          0         43         36         61          2          1          0          0
3584.32/3597.24	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3584.32/3597.24	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.32/3597.24	c   integral         :      26.01       0.00       0.00       0.00      26.01       0.00       0.00       0.00       0.00       0.00
3584.32/3597.24	c   knapsack         :      11.82       0.04       0.64      11.04       0.00       0.00       0.00       0.04       0.02       0.04
3584.32/3597.24	c   setppc           :       4.32       0.01       0.04       4.24       0.00       0.00       0.00       0.00       0.01       0.03
3584.32/3597.24	c   linear           :       6.63       0.30       0.08       6.20       0.00       0.00       0.00       0.00       0.04       0.01
3584.32/3597.24	c   logicor          :       0.73       0.08       0.06       0.58       0.00       0.00       0.00       0.00       0.00       0.00
3584.32/3597.24	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.32/3597.24	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.32/3597.24	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.32/3597.24	c   components       :       0.02       0.00       0.00       0.02       0.00       0.00       0.00       0.00       0.00       0.00
3584.32/3597.24	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3584.32/3597.24	c   dualfix          :          1          0          0          0
3584.32/3597.24	c   genvbounds       :          0          0          0          0
3584.32/3597.24	c   nlobbt           :          0          0          0          0
3584.32/3597.24	c   obbt             :          0          0          0          0
3584.32/3597.24	c   probing          :          0          0          0          0
3584.32/3597.24	c   pseudoobj        :          0          0          0          0
3584.32/3597.24	c   redcost          :          0          0          0          0
3584.32/3597.24	c   rootredcost      :          0          0          0          0
3584.32/3597.24	c   symmetry         :          0          0          0          0
3584.32/3597.24	c   vbounds          :      72860          0          0          0
3584.32/3597.24	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3584.32/3597.24	c   dualfix          :       0.03       0.00       0.03       0.00       0.00       0.00
3584.32/3597.24	c   genvbounds       :       0.02       0.00       0.00       0.02       0.00       0.00
3584.32/3597.24	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3584.32/3597.24	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3584.32/3597.24	c   probing          :       4.55       0.00       4.55       0.00       0.00       0.00
3584.32/3597.24	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00       0.00
3584.32/3597.24	c   redcost          :       0.01       0.00       0.00       0.01       0.00       0.00
3584.32/3597.24	c   rootredcost      :       0.02       0.00       0.00       0.02       0.00       0.00
3584.32/3597.24	c   symmetry         :       2.19       0.00       2.16       0.03       0.00       0.00
3584.32/3597.24	c   vbounds          :       0.24       0.00       0.03       0.20       0.00       0.00
3584.32/3597.24	c Symmetry           :
3584.32/3597.24	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3584.32/3597.24	c   orbital reduction:          0 reductions applied,          0 cutoffs
3584.32/3597.24	c   lexicographic red:          0 reductions applied,          0 cutoffs
3584.32/3597.24	c   shadow tree time :       0.00 s
3584.32/3597.24	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3584.32/3597.24	c   propagation      :       0.09        467        464          -       2697       67.3        124       44.0          -          -          -
3584.32/3597.24	c   infeasible LP    :       0.53         57         57          -        390       75.0         15       24.1         57      116.6          0
3584.32/3597.24	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3584.32/3597.24	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3584.32/3597.24	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3584.32/3597.24	c   applied globally :       0.04          -          -          0       2473       29.0          -          -         57          -          -
3584.32/3597.24	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3584.32/3597.24	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3584.32/3597.24	c   cut pool         :       0.49          -         66         21          -          -       3711      11042          -          -          -          -          -    (maximal pool size:       3711)
3584.32/3597.24	c   aggregation      :       1.46       0.00         26         11          0          0        806       2489          0        290        290          0          0
3584.32/3597.24	c   > cmir           :          -          -          -          -          -          -          -       1848          0        168        168          0          -
3584.32/3597.24	c   > flowcover      :          -          -          -          -          -          -          -        640          0        122        122          0          -
3584.32/3597.24	c   > knapsackcover  :          -          -          -          -          -          -          -          1          0          0          0          0          -
3584.32/3597.24	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   clique           :      49.31       0.00         11         11          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   gomory           :       3.01       0.00         25         10          0          0       2758       7511          0        685        685          0          0
3584.32/3597.24	c   > gomorymi       :          -          -          -          -          -          -          -       1677          0         67         67          0          -
3584.32/3597.24	c   > strongcg       :          -          -          -          -          -          -          -       5834          0        618        618          0          -
3584.32/3597.24	c   impliedbounds    :       0.21       0.00         26         11          0          0         17         63          0         57         57          0          0
3584.32/3597.24	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   mcf              :       0.11       0.00          1          1          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   multilinear      :       0.00       0.00         23         11          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   rlt              :       0.00       0.00         22         10          0          0          0          0          0          0          0          0          0
3584.32/3597.24	c   zerohalf         :       2.70       0.00         26         11          0          0        149        979         19        419        405         14          0
3584.32/3597.24	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3584.32/3597.24	c   hybrid           :       0.18       0.00         41         11       1662          0      11610        454          0       5907
3584.32/3597.24	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3584.32/3597.24	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3584.32/3597.24	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3584.32/3597.24	c   problem variables:       0.00          -          0          0
3584.32/3597.24	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3584.32/3597.24	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3584.32/3597.24	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3584.32/3597.24	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3584.32/3597.24	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3584.32/3597.24	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3584.32/3597.24	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3584.32/3597.24	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3584.32/3597.24	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3584.32/3597.24	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3584.32/3597.24	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3584.32/3597.24	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3584.32/3597.24	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3584.32/3597.24	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3584.32/3597.24	c   relpscost        :      26.01       0.00        157          0          0          0          0          0          0        314
3584.32/3597.24	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3584.32/3597.24	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3584.32/3597.24	c   LP solutions     :       0.00          -          -          0          0
3584.32/3597.24	c   relax solutions  :       0.00          -          -          0          0
3584.32/3597.24	c   pseudo solutions :       0.00          -          -          0          0
3584.32/3597.24	c   strong branching :       0.00          -          -          0          0
3584.32/3597.24	c   actconsdiving    :       0.00       0.00          0          0          0
3584.32/3597.24	c   adaptivediving   :      99.24       0.00         12          0          0
3584.32/3597.24	c   alns             :       0.98       0.00          1          0          0
3584.32/3597.24	c   bound            :       0.00       0.00          0          0          0
3584.32/3597.24	c   clique           :       1.30       0.00          1          0          0
3584.32/3597.24	c   coefdiving       :       0.00       0.00          0          0          0
3584.32/3597.24	c   completesol      :       0.00       0.00          0          0          0
3584.32/3597.24	c   conflictdiving   :      88.92       0.00         11          0          0
3584.32/3597.24	c   crossover        :       0.00       0.00          0          0          0
3584.32/3597.24	c   dins             :       0.00       0.00          0          0          0
3584.32/3597.24	c   distributiondivin:      11.24       0.00          3          0          0
3584.32/3597.24	c   dps              :       0.00       0.00          0          0          0
3584.32/3597.24	c   dualval          :       0.00       0.00          0          0          0
3584.32/3597.24	c   farkasdiving     :       0.00       0.00          0          0          0
3584.32/3597.24	c   feasjump         :       0.42       0.00          1          0          0
3584.32/3597.24	c   feaspump         :     280.57       0.00          2          0          0
3584.32/3597.24	c   fixandinfer      :       0.00       0.00          0          0          0
3584.32/3597.24	c   fracdiving       :      98.87       0.00          3          0          0
3584.32/3597.24	c   gins             :       0.00       0.00          0          0          0
3584.32/3597.24	c   guideddiving     :       0.00       0.00          0          0          0
3584.32/3597.24	c   indcoefdiving    :       0.00       0.00          0          0          0
3584.32/3597.24	c   indicator        :       0.00       0.00          0          0          0
3584.32/3597.24	c   indicatordiving  :       0.00       0.00          0          0          0
3584.32/3597.24	c   indoneopt        :       0.00       0.00          0          0          0
3584.32/3597.24	c   indrounding      :       0.00       0.00          0          0          0
3584.32/3597.24	c   indtwoopt        :       0.00       0.00          0          0          0
3584.32/3597.24	c   intdiving        :       0.00       0.00          0          0          0
3584.32/3597.24	c   intshifting      :       0.00       0.00          0          0          0
3584.32/3597.24	c   linesearchdiving :     148.98       0.00         11          0          0
3584.32/3597.24	c   localbranching   :       0.00       0.00          0          0          0
3584.32/3597.24	c   locks            :       0.13       0.00          1          0          0
3584.32/3597.24	c   lpface           :       0.02       0.00          0          0          0
3584.32/3597.24	c   mpec             :       0.00       0.00          0          0          0
3584.32/3597.24	c   multistart       :       0.00       0.00          0          0          0
3584.32/3597.24	c   mutation         :       0.00       0.00          0          0          0
3584.32/3597.24	c   nlpdiving        :       0.00       0.00          0          0          0
3584.32/3597.24	c   objpscostdiving  :     682.32       0.00          1          0          0
3584.32/3597.24	c   octane           :       0.00       0.00          0          0          0
3584.32/3597.24	c   ofins            :       0.00       0.00          0          0          0
3584.32/3597.24	c   oneopt           :       0.00       0.00          0          0          0
3584.32/3597.24	c   padm             :       0.00       0.00          0          0          0
3584.32/3597.24	c   proximity        :       0.00       0.00          0          0          0
3584.32/3597.24	c   pscostdiving     :      30.89       0.00          6          0          0
3584.32/3597.24	c   randrounding     :       0.73       0.00         15          0          0
3584.32/3597.24	c   rens             :       1.07       0.00          1          0          0
3584.32/3597.24	c   reoptsols        :       0.00       0.00          0          0          0
3584.32/3597.24	c   repair           :       0.00       0.00          0          0          0
3584.32/3597.24	c   rins             :       0.00       0.00          0          0          0
3584.32/3597.24	c   rootsoldiving    :     111.31       0.00          3          0          0
3584.32/3597.24	c   rounding         :       0.91       0.00        154          0          0
3584.32/3597.24	c   scheduler        :       0.00       0.00          0          0          0
3584.32/3597.24	c   shiftandpropagate:       0.92       0.00          1          0          0
3584.32/3597.24	c   shifting         :     181.66       0.00         57          0          0
3584.32/3597.24	c   simplerounding   :       0.00       0.00          0          0          0
3584.32/3597.24	c   smallcard        :       0.00       0.00          0          0          0
3584.32/3597.24	c   subnlp           :       0.00       0.00          0          0          0
3584.32/3597.24	c   trivial          :       0.10       0.00          2          0          0
3584.32/3597.24	c   trivialnegation  :       0.00       0.00          0          0          0
3584.32/3597.24	c   trustregion      :       0.00       0.00          0          0          0
3584.32/3597.24	c   trysol           :       0.00       0.00          0          0          0
3584.32/3597.24	c   twoopt           :       0.00       0.00          0          0          0
3584.32/3597.24	c   undercover       :       0.00       0.00          0          0          0
3584.32/3597.24	c   vbounds          :       1.63       0.00          1          0          0
3584.32/3597.24	c   veclendiving     :     103.95       0.00          9          0          0
3584.32/3597.24	c   zeroobj          :       0.00       0.00          0          0          0
3584.32/3597.24	c   zirounding       :       1.43       0.00        156          0          0
3584.32/3597.24	c   other solutions  :          -          -          -          0          -
3584.32/3597.24	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3584.32/3597.24	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
3584.32/3597.24	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
3584.32/3597.24	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
3584.32/3597.24	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
3584.32/3597.24	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
3584.32/3597.24	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
3584.32/3597.24	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
3584.32/3597.24	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
3584.32/3597.24	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
3584.32/3597.24	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3584.32/3597.24	c   primal LP        :       1.37         16          0       0.00       0.00       1.37         16
3584.32/3597.24	c   dual LP          :    1630.06        199    1083946    5446.96     664.98       0.00          0
3584.32/3597.24	c   lex dual LP      :       0.00          0          0       0.00          -
3584.32/3597.24	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3584.32/3597.24	c   resolve instable :       4.11         10        336      33.60      81.84
3584.32/3597.24	c   diving/probing LP:    1357.71       1350    1020054     755.60     751.30
3584.32/3597.24	c   strong branching :      22.67         19      19000    1000.00     838.06          -          -         38
3584.32/3597.24	c     (at root node) :          -         19      19000    1000.00          -
3584.32/3597.24	c   conflict analysis:       0.00          0          0       0.00          -
3584.32/3597.24	c B&B Tree           :
3584.32/3597.24	c   number of runs   :          1
3584.32/3597.24	c   nodes            :        161 (157 internal, 4 leaves)
3584.32/3597.24	c   feasible leaves  :          0
3584.32/3597.24	c   infeas. leaves   :          4
3584.32/3597.24	c   objective leaves :          0
3584.32/3597.24	c   nodes (total)    :        161 (157 internal, 4 leaves)
3584.32/3597.24	c   nodes left       :        154
3584.32/3597.24	c   max depth        :         21
3584.32/3597.24	c   max depth (total):         21
3584.32/3597.24	c   backtracks       :         58 (36.0%)
3584.32/3597.24	c   early backtracks :          0 (0.0%)
3584.32/3597.24	c   nodes exc. ref.  :          0 (0.0%)
3584.32/3597.24	c   delayed cutoffs  :          0
3584.32/3597.24	c   repropagations   :         55 (92 domain reductions, 0 cutoffs)
3584.32/3597.24	c   avg switch length:       2.82
3584.32/3597.24	c   switching time   :       2.45
3584.32/3597.24	c Root Node          :
3584.32/3597.24	c   First LP value   : +0.00000000000000e+00
3584.32/3597.24	c   First LP Iters   :      36081 (669.69 Iter/sec)
3584.32/3597.24	c   First LP Time    :      53.88
3584.32/3597.24	c   Final Dual Bound : +0.00000000000000e+00
3584.32/3597.24	c   Final Root Iters :     112348
3584.32/3597.24	c   Root LP Estimate : +3.39162319430761e-03
3584.32/3597.24	c Solution           :
3584.32/3597.24	c   Solutions found  :          0 (0 improvements)
3584.32/3597.24	c   Primal Bound     :          -
3584.32/3597.24	c   Dual Bound       : +0.00000000000000e+00
3584.32/3597.24	c   Gap              :   infinite
3584.32/3597.24	c Integrals          :      Total       Avg%
3584.32/3597.24	c   primal-dual      :  359722.78     100.00
3584.32/3597.24	c   primal-ref       :          -          - (not evaluated)
3584.32/3597.24	c   dual-ref         :          -          - (not evaluated)
3585.62/3598.56	c Time complete: 3585.68.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545125-1753234827/watcher-4545125-1753234827 -o /tmp/evaluation-result-4545125-1753234827/solver-4545125-1753234827 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1753234827-173193 --watchdog 3760 pbscip -f HOME/instance-4545125-1753234827.opb -t 3600 -j 2 -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
Current StackSize limit: 8192 KiB

solver pid=173255, runsolver pid=173252

[startup+0.100067 s]*
/proc/loadavg: 1.16 1.12 1.27 6/268 173264
/proc/meminfo: memFree=128950296/131250000 swapFree=33008356/33010684
[pid=173255] ppid=173252 vsize=71644 memory=44160 CPUtime=0.09 cores=0,2
/proc/173255/stat : 173255 (pbscip) R 173252 173255 173183 0 -1 4194304 8123 0 0 0 8 1 0 0 20 0 1 0 239159302 73363456 11040 18446744073709551615 4235264 18693293 140725102522160 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46202880 140725102528903 140725102529002 140725102529002 140725102534606 0
/proc/173255/statm: 17911 11040 3232 3530 0 9362 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 71644 KiB
Current children cumulated memory: 44160 KiB

[startup+0.206344 s]*
/proc/loadavg: 1.16 1.12 1.27 4/265 173264
/proc/meminfo: memFree=128864332/131250000 swapFree=33008356/33010684
[pid=173255] ppid=173252 vsize=94456 memory=66688 CPUtime=0.2 cores=0,2
/proc/173255/stat : 173255 (pbscip) R 173252 173255 173183 0 -1 4194304 13772 0 0 0 18 2 0 0 20 0 1 0 239159302 96722944 16672 18446744073709551615 4235264 18693293 140725102522160 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46202880 140725102528903 140725102529002 140725102529002 140725102534606 0
/proc/173255/statm: 23614 16672 3232 3530 0 15065 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 94456 KiB
Current children cumulated memory: 66688 KiB

[startup+0.305587 s]*
/proc/loadavg: 1.38 1.17 1.28 4/265 173264
/proc/meminfo: memFree=128792008/131250000 swapFree=33008356/33010684
[pid=173255] ppid=173252 vsize=115088 memory=86912 CPUtime=0.29 cores=0,2
/proc/173255/stat : 173255 (pbscip) R 173252 173255 173183 0 -1 4194304 18820 0 0 0 26 3 0 0 20 0 1 0 239159302 117850112 21728 18446744073709551615 4235264 18693293 140725102522160 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46202880 140725102528903 140725102529002 140725102529002 140725102534606 0
/proc/173255/statm: 28772 21728 3232 3530 0 20223 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 115088 KiB
Current children cumulated memory: 86912 KiB

[startup+0.700193 s]
/proc/loadavg: 1.38 1.17 1.28 4/265 173264
/proc/meminfo: memFree=128598724/131250000 swapFree=33008356/33010684
[pid=173255] ppid=173252 vsize=196968 memory=169344 CPUtime=0.68 cores=0,2
/proc/173255/stat : 173255 (pbscip) R 173252 173255 173183 0 -1 4194304 39446 0 0 0 61 7 0 0 20 0 1 0 239159302 201695232 42336 18446744073709551615 4235264 18693293 140725102522160 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46202880 140725102528903 140725102529002 140725102529002 140725102534606 0
/proc/173255/statm: 49242 42336 3232 3530 0 40693 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 196968 KiB
Current children cumulated memory: 169344 KiB

[startup+1.50019 s]
/proc/loadavg: 1.38 1.17 1.28 4/265 173264
/proc/meminfo: memFree=128264748/131250000 swapFree=33008356/33010684
[pid=173255] ppid=173252 vsize=654908 memory=618040 CPUtime=1.48 cores=0,2
/proc/173255/stat : 173255 (pbscip) R 173252 173255 173183 0 -1 4194304 152663 0 0 0 125 23 0 0 20 0 1 0 239159302 670625792 154478 18446744073709551615 4235264 18693293 140725102522160 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46202880 140725102528903 140725102529002 140725102529002 140725102534606 0
/proc/173255/statm: 163727 154510 3584 3530 0 155178 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 654908 KiB
Current children cumulated memory: 618040 KiB

[startup+3.10543 s]
/proc/loadavg: 1.38 1.17 1.28 5/269 173301
/proc/meminfo: memFree=127514388/131250000 swapFree=33008356/33010684
[pid=173255] ppid=173252 vsize=891972 memory=828856 CPUtime=3.07 cores=0,2
/proc/173255/stat : 173255 (pbscip) R 173252 173255 173183 0 -1 4194304 168590 0 0 0 278 29 0 0 20 0 1 0 239159302 913379328 207214 18446744073709551615 4235264 18693293 140725102522160 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46202880 140725102528903 140725102529002 140725102529002 140725102534606 0
/proc/173255/statm: 222993 207214 3616 3530 0 214444 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 891972 KiB
Current children cumulated memory: 828856 KiB

[startup+6.30017 s]
/proc/loadavg: 1.59 1.21 1.30 5/269 173301
/proc/meminfo: memFree=127071264/131250000 swapFree=33008356/33010684
[pid=173255] ppid=173252 vsize=1017912 memory=941112 CPUtime=6.26 cores=0,2
/proc/173255/stat : 173255 (pbscip) R 173252 173255 173183 0 -1 4194304 179651 0 0 0 586 40 0 0 20 0 1 0 239159302 1042341888 235278 18446744073709551615 4235264 18693293 140725102522160 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46202880 140725102528903 140725102529002 140725102529002 140725102534606 0
/proc/173255/statm: 254478 235278 3744 3530 0 245929 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1017912 KiB
Current children cumulated memory: 941112 KiB

[startup+12.7002 s]
/proc/loadavg: 1.79 1.26 1.31 5/269 173301
/proc/meminfo: memFree=126186496/131250000 swapFree=33008356/33010684
[pid=173255] ppid=173252 vsize=2317452 memory=2006472 CPUtime=12.64 cores=0,2
/proc/173255/stat : 173255 (pbscip) R 173252 173255 173183 0 -1 4194304 274786 0 0 0 1191 73 0 0 20 0 1 0 239159302 2373070848 501618 18446744073709551615 4235264 18693293 140725102522160 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46202880 140725102528903 140725102529002 140725102529002 140725102534606 0
/proc/173255/statm: 579363 501618 3776 3530 0 570814 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2317452 KiB
Current children cumulated memory: 2006472 KiB

[startup+25.5002 s]
/proc/loadavg: 2.13 1.35 1.34 5/268 173301
/proc/meminfo: memFree=124702824/131250000 swapFree=33008356/33010684
[pid=173255] ppid=173252 vsize=3555468 memory=3026168 CPUtime=25.39 cores=0,2
/proc/173255/stat : 173255 (pbscip) R 173252 173255 173183 0 -1 4194304 390875 0 0 0 2428 111 0 0 20 0 1 0 239159302 3640799232 756542 18446744073709551615 4235264 18693293 140725102522160 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46202880 140725102528903 140725102529002 140725102529002 140725102534606 0
/proc/173255/statm: 888867 756542 3872 3530 0 880318 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 3555468 KiB
Current children cumulated memory: 3026168 KiB

[startup+51.1055 s]
/proc/loadavg: 2.99 1.64 1.44 5/268 173303
/proc/meminfo: memFree=124305112/131250000 swapFree=33008356/33010684
[pid=173255] ppid=173252 vsize=3745444 memory=3218976 CPUtime=50.9 cores=0,2
/proc/173255/stat : 173255 (pbscip) R 173252 173255 173183 0 -1 4194304 429227 0 0 0 4971 119 0 0 20 0 1 0 239159302 3835334656 804744 18446744073709551615 4235264 18693293 140725102522160 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46202880 140725102528903 140725102529002 140725102529002 140725102534606 0
/proc/173255/statm: 936361 804744 3968 3530 0 927812 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 3745444 KiB
Current children cumulated memory: 3218976 KiB

[startup+102.3 s]
/proc/loadavg: 3.63 2.02 1.58 5/268 173304
/proc/meminfo: memFree=124076636/131250000 swapFree=33008356/33010684
[pid=173255] ppid=173252 vsize=3771508 memory=3244936 CPUtime=101.89 cores=0,2
/proc/173255/stat : 173255 (pbscip) R 173252 173255 173183 0 -1 4194304 430647 0 0 0 10069 120 0 0 20 0 1 0 239159302 3862024192 811234 18446744073709551615 4235264 18693293 140725102522160 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46202880 140725102528903 140725102529002 140725102529002 140725102534606 0
/proc/173255/statm: 942877 811234 3968 3530 0 934328 0
Current children cumulated CPU time: 101.89 s
Current children cumulated vsize: 3771508 KiB
Current children cumulated memory: 3244936 KiB

[startup+162.3 s]
/proc/loadavg: 3.91 2.40 1.74 5/268 173306
/proc/meminfo: memFree=124016672/131250000 swapFree=33008356/33010684
[pid=173255] ppid=173252 vsize=3771508 memory=3244936 CPUtime=161.65 cores=0,2
/proc/173255/stat : 173255 (pbscip) R 173252 173255 173183 0 -1 4194304 430714 0 0 0 16045 120 0 0 20 0 1 0 239159302 3862024192 811234 18446744073709551615 4235264 18693293 140725102522160 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46202880 140725102528903 140725102529002 140725102529002 140725102534606 0
/proc/173255/statm: 942877 811234 3968 3530 0 934328 0
Current children cumulated CPU time: 161.65 s
Current children cumulated vsize: 3771508 KiB
Current children cumulated memory: 3244936 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 2.72 1.89 5/268 173308
/proc/meminfo: memFree=123948852/131250000 swapFree=33008356/33010684
[pid=173255] ppid=173252 vsize=3771508 memory=3244936 CPUtime=221.43 cores=0,2
/proc/173255/stat : 173255 (pbscip) R 173252 173255 173183 0 -1 4194304 430714 0 0 0 22022 121 0 0 20 0 1 0 239159302 3862024192 811234 18446744073709551615 4235264 18693293 140725102522160 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46202880 140725102528903 140725102529002 140725102529002 140725102534606 0
/proc/173255/statm: 942877 811234 3968 3530 0 934328 0
Current children cumulated CPU time: 221.43 s
Current children cumulated vsize: 3771508 KiB
Current children cumulated memory: 3244936 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 2.97 2.03 5/267 173310
/proc/meminfo: memFree=123766140/131250000 swapFree=33008356/33010684
[pid=173255] ppid=173252 vsize=3853916 memory=3317268 CPUtime=281.19 cores=0,2
/proc/173255/stat : 173255 (pbscip) R 173252 173255 173183 0 -1 4194304 440136 0 0 0 27994 125 0 0 20 0 1 0 239159302 3946409984 829317 18446744073709551615 4235264 18693293 140725102522160 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46202880 140725102528903 140725102529002 140725102529002 140725102534606 0
/proc/173255/statm: 963479 829317 3968 3530 0 954930 0
Current children cumulated CPU time: 281.19 s
Current children cumulated vsize: 3853916 KiB
Current children cumulated memory: 3317268 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 3.18 2.16 5/264 173317
/proc/meminfo: memFree=123218112/131250000 swapFree=33008356/33010684
[pid=173255] ppid=173252 vsize=4031096 memory=3485912 CPUtime=340.97 cores=0,2
/proc/173255/stat : 173255 (pbscip) R 173252 173255 173183 0 -1 4194304 454983 0 0 0 33967 130 0 0 20 0 1 0 239159302 4127842304 871478 18446744073709551615 4235264 18693293 140725102522160 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46202880 140725102528903 140725102529002 140725102529002 140725102534606 0
/proc/173255/statm: 1007774 871478 3968 3530 0 999225 0
Current children cumulated CPU time: 340.97 s
Current children cumulated vsize: 4031096 KiB
Current children cumulated memory: 3485912 KiB

[startup+402.3 s]
/proc/loadavg: 4.06 3.34 2.29 5/264 173320
/proc/meminfo: memFree=122677208/131250000 swapFree=33008356/33010684
[pid=173255] ppid=173252 vsize=4406480 memory=3837244 CPUtime=400.77 cores=0,2
/proc/173255/stat : 173255 (pbscip) R 173252 173255 173183 0 -1 4194304 542755 0 0 0 39933 144 0 0 20 0 1 0 239159302 4512235520 959311 18446744073709551615 4235264 18693293 140725102522160 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46202880 140725102528903 140725102529002 140725102529002 140725102534606 0
/proc/173255/statm: 1101620 959311 4000 3530 0 1093071 0
Current children cumulated CPU time: 400.77 s
Current children cumulated vsize: 4406480 KiB
Current children cumulated memory: 3837244 KiB

[startup+462.3 s]
/proc/loadavg: 4.06 3.48 2.40 5/264 173322
/proc/meminfo: memFree=122681788/131250000 swapFree=33008356/33010684
[pid=173255] ppid=173252 vsize=4406480 memory=3838012 CPUtime=460.51 cores=0,2
/proc/173255/stat : 173255 (pbscip) R 173252 173255 173183 0 -1 4194304 542978 0 0 0 45907 144 0 0 20 0 1 0 239159302 4512235520 959503 18446744073709551615 4235264 18693293 140725102522160 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46202880 140725102528903 140725102529002 140725102529002 140725102534606 0
/proc/173255/statm: 1101620 959503 4000 3530 0 1093071 0
Current children cumulated CPU time: 460.51 s

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

/proc/loadavg: 4.16 4.12 4.03 5/264 173462
/proc/meminfo: memFree=120981116/131250000 swapFree=33008356/33010684
[pid=173255] ppid=173252 vsize=4406480 memory=3994300 CPUtime=3210.63 cores=0,2
/proc/173255/stat : 173255 (pbscip) R 173252 173255 173183 0 -1 4194304 547748 0 0 0 320901 162 0 0 20 0 1 0 239159302 4512235520 998575 18446744073709551615 4235264 18693293 140725102522160 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46202880 140725102528903 140725102529002 140725102529002 140725102534606 0
/proc/173255/statm: 1101620 998575 4000 3530 0 1093071 0
Current children cumulated CPU time: 3210.63 s
Current children cumulated vsize: 4406480 KiB
Current children cumulated memory: 3994300 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.11 4.03 5/263 173464
/proc/meminfo: memFree=120975492/131250000 swapFree=33008356/33010684
[pid=173255] ppid=173252 vsize=4406480 memory=3994300 CPUtime=3270.44 cores=0,2
/proc/173255/stat : 173255 (pbscip) R 173252 173255 173183 0 -1 4194304 548067 0 0 0 326882 162 0 0 20 0 1 0 239159302 4512235520 998575 18446744073709551615 4235264 18693293 140725102522160 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46202880 140725102528903 140725102529002 140725102529002 140725102534606 0
/proc/173255/statm: 1101620 998575 4000 3530 0 1093071 0
Current children cumulated CPU time: 3270.44 s
Current children cumulated vsize: 4406480 KiB
Current children cumulated memory: 3994300 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.11 4.03 5/263 173471
/proc/meminfo: memFree=120946756/131250000 swapFree=33008356/33010684
[pid=173255] ppid=173252 vsize=4406480 memory=3994300 CPUtime=3330.24 cores=0,2
/proc/173255/stat : 173255 (pbscip) R 173252 173255 173183 0 -1 4194304 548151 0 0 0 332862 162 0 0 20 0 1 0 239159302 4512235520 998575 18446744073709551615 4235264 18693293 140725102522160 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46202880 140725102528903 140725102529002 140725102529002 140725102534606 0
/proc/173255/statm: 1101620 998575 4000 3530 0 1093071 0
Current children cumulated CPU time: 3330.24 s
Current children cumulated vsize: 4406480 KiB
Current children cumulated memory: 3994300 KiB

[startup+3402.3 s]
/proc/loadavg: 4.38 4.19 4.06 5/264 173474
/proc/meminfo: memFree=120934508/131250000 swapFree=33008356/33010684
[pid=173255] ppid=173252 vsize=4406480 memory=3994300 CPUtime=3390.04 cores=0,2
/proc/173255/stat : 173255 (pbscip) R 173252 173255 173183 0 -1 4194304 548873 0 0 0 338842 162 0 0 20 0 1 0 239159302 4512235520 998575 18446744073709551615 4235264 18693293 140725102522160 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46202880 140725102528903 140725102529002 140725102529002 140725102534606 0
/proc/173255/statm: 1101620 998575 4000 3530 0 1093071 0
Current children cumulated CPU time: 3390.04 s
Current children cumulated vsize: 4406480 KiB
Current children cumulated memory: 3994300 KiB

[startup+3462.3 s]
/proc/loadavg: 4.45 4.26 4.09 5/264 173476
/proc/meminfo: memFree=120934624/131250000 swapFree=33008356/33010684
[pid=173255] ppid=173252 vsize=4406480 memory=3994300 CPUtime=3449.87 cores=0,2
/proc/173255/stat : 173255 (pbscip) R 173252 173255 173183 0 -1 4194304 548888 0 0 0 344825 162 0 0 20 0 1 0 239159302 4512235520 998575 18446744073709551615 4235264 18693293 140725102522160 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46202880 140725102528903 140725102529002 140725102529002 140725102534606 0
/proc/173255/statm: 1101620 998575 4000 3530 0 1093071 0
Current children cumulated CPU time: 3449.87 s
Current children cumulated vsize: 4406480 KiB
Current children cumulated memory: 3994300 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.23 4.09 5/264 173478
/proc/meminfo: memFree=120883516/131250000 swapFree=33008356/33010684
[pid=173255] ppid=173252 vsize=4448020 memory=4035848 CPUtime=3509.66 cores=0,2
/proc/173255/stat : 173255 (pbscip) R 173252 173255 173183 0 -1 4194304 608067 0 0 0 350795 171 0 0 20 0 1 0 239159302 4554772480 1008962 18446744073709551615 4235264 18693293 140725102522160 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46202880 140725102528903 140725102529002 140725102529002 140725102534606 0
/proc/173255/statm: 1112005 1008962 4000 3530 0 1103456 0
Current children cumulated CPU time: 3509.66 s
Current children cumulated vsize: 4448020 KiB
Current children cumulated memory: 4035848 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.21 4.09 5/264 173480
/proc/meminfo: memFree=120870396/131250000 swapFree=33008356/33010684
[pid=173255] ppid=173252 vsize=4448020 memory=4035848 CPUtime=3569.46 cores=0,2
/proc/173255/stat : 173255 (pbscip) R 173252 173255 173183 0 -1 4194304 608123 0 0 0 356775 171 0 0 20 0 1 0 239159302 4554772480 1008962 18446744073709551615 4235264 18693293 140725102522160 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46202880 140725102528903 140725102529002 140725102529002 140725102534606 0
/proc/173255/statm: 1112005 1008962 4000 3530 0 1103456 0
Current children cumulated CPU time: 3569.46 s
Current children cumulated vsize: 4448020 KiB
Current children cumulated memory: 4035848 KiB

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

# cumulated CPU time of all completed processes:  user=3583.94 s, system=1.75761 s

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

[startup+3584 s]*
/proc/loadavg: 4.17 4.21 4.09 5/264 173480
/proc/meminfo: memFree=120870396/131250000 swapFree=33008356/33010684
[pid=173255] ppid=173252 vsize=4448020 memory=4035848 CPUtime=3571.16 cores=0,2
/proc/173255/stat : 173255 (pbscip) R 173252 173255 173183 0 -1 4194304 608123 0 0 0 356945 171 0 0 20 0 1 0 239159302 4554772480 1008962 18446744073709551615 4235264 18693293 140725102522160 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46202880 140725102528903 140725102529002 140725102529002 140725102534606 0
/proc/173255/statm: 1112005 1008962 4000 3530 0 1103456 0
Current children cumulated CPU time: 3571.16 s
Current children cumulated vsize: 4448020 KiB
Current children cumulated memory: 4035848 KiB

[startup+3590.4 s]
/proc/loadavg: 4.16 4.21 4.09 5/264 173480
/proc/meminfo: memFree=120870396/131250000 swapFree=33008356/33010684
[pid=173255] ppid=173252 vsize=4448020 memory=4035848 CPUtime=3577.54 cores=0,2
/proc/173255/stat : 173255 (pbscip) R 173252 173255 173183 0 -1 4194304 608123 0 0 0 357583 171 0 0 20 0 1 0 239159302 4554772480 1008962 18446744073709551615 4235264 18693293 140725102522160 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46202880 140725102528903 140725102529002 140725102529002 140725102534606 0
/proc/173255/statm: 1112005 1008962 4000 3530 0 1103456 0
Current children cumulated CPU time: 3577.54 s
Current children cumulated vsize: 4448020 KiB
Current children cumulated memory: 4035848 KiB

[startup+3593.6 s]
/proc/loadavg: 4.15 4.20 4.09 5/264 173480
/proc/meminfo: memFree=120870396/131250000 swapFree=33008356/33010684
[pid=173255] ppid=173252 vsize=4448020 memory=4035848 CPUtime=3580.73 cores=0,2
/proc/173255/stat : 173255 (pbscip) R 173252 173255 173183 0 -1 4194304 608123 0 0 0 357902 171 0 0 20 0 1 0 239159302 4554772480 1008962 18446744073709551615 4235264 18693293 140725102522160 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46202880 140725102528903 140725102529002 140725102529002 140725102534606 0
/proc/173255/statm: 1112005 1008962 4000 3530 0 1103456 0
Current children cumulated CPU time: 3580.73 s
Current children cumulated vsize: 4448020 KiB
Current children cumulated memory: 4035848 KiB

[startup+3596.8 s]
/proc/loadavg: 4.15 4.20 4.09 5/264 173480
/proc/meminfo: memFree=120870404/131250000 swapFree=33008356/33010684
[pid=173255] ppid=173252 vsize=4448020 memory=4035848 CPUtime=3583.92 cores=0,2
/proc/173255/stat : 173255 (pbscip) R 173252 173255 173183 0 -1 4194304 608123 0 0 0 358221 171 0 0 20 0 1 0 239159302 4554772480 1008962 18446744073709551615 4235264 18693293 140725102522160 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46202880 140725102528903 140725102529002 140725102529002 140725102534606 0
/proc/173255/statm: 1112005 1008962 4000 3530 0 1103456 0
Current children cumulated CPU time: 3583.92 s
Current children cumulated vsize: 4448020 KiB
Current children cumulated memory: 4035848 KiB

[startup+3597.6 s]
/proc/loadavg: 4.13 4.20 4.09 5/264 173480
/proc/meminfo: memFree=120870404/131250000 swapFree=33008356/33010684
[pid=173255] ppid=173252 vsize=4448020 memory=4035848 CPUtime=3584.72 cores=0,2
/proc/173255/stat : 173255 (pbscip) R 173252 173255 173183 0 -1 4194304 608468 0 0 0 358300 172 0 0 20 0 1 0 239159302 4554772480 1008962 18446744073709551615 4235264 18693293 140725102522160 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46202880 140725102528903 140725102529002 140725102529002 140725102534606 0
/proc/173255/statm: 1112005 1008962 4000 3530 0 1103456 0
Current children cumulated CPU time: 3584.72 s
Current children cumulated vsize: 4448020 KiB
Current children cumulated memory: 4035848 KiB

[startup+3598 s]*
/proc/loadavg: 4.13 4.20 4.09 3/256 173496
/proc/meminfo: memFree=123195040/131250000 swapFree=33008356/33010684
[pid=173255] ppid=173252 vsize=4447000 memory=4034828 CPUtime=3585.12 cores=0,2
/proc/173255/stat : 173255 (pbscip) R 173252 173255 173183 0 -1 4194304 608493 0 0 0 358340 172 0 0 20 0 1 0 239159302 4553728000 1008707 18446744073709551615 4235264 18693293 140725102522160 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46202880 140725102528903 140725102529002 140725102529002 140725102534606 0
/proc/173255/statm: 1111750 1008707 4000 3530 0 1103201 0
Current children cumulated CPU time: 3585.12 s
Current children cumulated vsize: 4447000 KiB
Current children cumulated memory: 4034828 KiB

[startup+3598.4 s]
/proc/loadavg: 4.13 4.20 4.09 3/256 173496
/proc/meminfo: memFree=123195040/131250000 swapFree=33008356/33010684
[pid=173255] ppid=173252 vsize=4398552 memory=3986464 CPUtime=3585.52 cores=0,2
/proc/173255/stat : 173255 (pbscip) R 173252 173255 173183 0 -1 4194304 608504 0 0 0 358380 172 0 0 20 0 1 0 239159302 4504117248 996616 18446744073709551615 4235264 18693293 140725102522160 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46202880 140725102528903 140725102529002 140725102529002 140725102534606 0
/proc/173255/statm: 1099638 996616 4000 3530 0 1091089 0
Current children cumulated CPU time: 3585.52 s
Current children cumulated vsize: 4398552 KiB
Current children cumulated memory: 3986464 KiB

[startup+3598.5 s]
/proc/loadavg: 4.13 4.20 4.09 3/256 173496
/proc/meminfo: memFree=123195040/131250000 swapFree=33008356/33010684
[pid=173255] ppid=173252 vsize=4118704 memory=3706752 CPUtime=3585.62 cores=0,2
/proc/173255/stat : 173255 (pbscip) R 173252 173255 173183 0 -1 4194304 608812 0 0 0 358389 173 0 0 20 0 1 0 239159302 4217552896 926688 18446744073709551615 4235264 18693293 140725102522160 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46202880 140725102528903 140725102529002 140725102529002 140725102534606 0
/proc/173255/statm: 1029676 926688 4000 3530 0 1021127 0
Current children cumulated CPU time: 3585.62 s
Current children cumulated vsize: 4118704 KiB
Current children cumulated memory: 3706752 KiB

Child status: 0

Real time (s): 3598.57
CPU time (s): 3585.69
CPU user time (s): 3583.94
CPU system time (s): 1.75761
CPU usage (%): 99.6422
Max. virtual memory (cumulated for all children) (KiB): 4656532
Max. memory (cumulated for all children) (KiB): 4229436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3583.94
system time used= 1.75761
maximum resident set size= 4229436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 609430
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= 128
involuntary context switches= 4553


# summary of solver processes directly reported to runsolver:
#   pid: 173255
#   total CPU time (s): 3585.69
#   total CPU user time (s): 3583.94
#   total CPU system time (s): 1.75761

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.91292 second user time and 15.3547 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-23 03:40:27
IDJOB=4545125
IDBENCH=180714
IDSOLVER=3365
FILE ID=nodeC014/4545125-1753234827
RUNJOBID= nodeC014-1753234827-173193
SLURM_JOB_ID= 9687863
Free space on /tmp= 432772 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-AverageAvoiding-mini-40_c24.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545125-1753234827/watcher-4545125-1753234827 -o /tmp/evaluation-result-4545125-1753234827/solver-4545125-1753234827 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1753234827-173193 --watchdog 3760  pbscip -f HOME/instance-4545125-1753234827.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= e60f0e926bcd6b192a3b449cde285525
RANDOM SEED=175662092

nodeC014 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		: 3600.128
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	: 7000.23
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		: 3598.355
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	: 7000.23
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		: 3599.873
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	: 7000.23
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		: 3568.972
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	: 7000.23
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		: 3600.212
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	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129113820 kB
MemAvailable:   129673504 kB
Buffers:             696 kB
Cached:          1304664 kB
SwapCached:         1624 kB
Active:           903564 kB
Inactive:         484660 kB
Active(anon):      81792 kB
Inactive(anon):    25696 kB
Active(file):     821772 kB
Inactive(file):   458964 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            109384 kB
Writeback:             8 kB
AnonPages:         84324 kB
Mapped:           108960 kB
Shmem:             24612 kB
KReclaimable:     236372 kB
Slab:             332932 kB
SReclaimable:     236372 kB
SUnreclaim:        96560 kB
KernelStack:        4212 kB
PageTables:         3000 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     414772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432752 MiB
End job on nodeC014 at 2025-07-23 04:40:26