Trace number 4545437

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? 3586.19 3597.2

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-MisteryShopper-mini-5-10-2-6-0_c24.opb
MD5SUM533dc96f2f67a4db8413c4c2a7be8312
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark19.0046
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables53041
Total number of constraints39169
Number of constraints which are clauses12241
Number of constraints which are cardinality constraints (but not clauses)1968
Number of constraints which are nor clauses,nor cardinality constraints24960
Minimum length of a constraint1
Maximum length of a constraint53
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 47
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1191
Number of bits of the biggest sum of numbers11
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.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4545437-1753237091.opb>
0.29/0.38	c original problem has 53041 variables (53041 bin, 0 int, 0 impl, 0 cont) and 39169 constraints
0.29/0.38	c problem read in 0.37
0.29/0.39	c No objective function, only one solution is needed.
0.66/0.70	c presolving:
0.85/0.90	c (round 1, fast)       1 del vars, 1 del conss, 960 add conss, 0 chg bounds, 3120 chg sides, 960 chg coeffs, 0 upgd conss, 0 impls, 22848 clqs
0.85/0.93	c (round 2, fast)       1 del vars, 1 del conss, 960 add conss, 0 chg bounds, 3600 chg sides, 12720 chg coeffs, 0 upgd conss, 0 impls, 22848 clqs
0.97/1.09	c    (1.1s) running MILP presolver
10.53/10.61	c    (10.6s) MILP presolver (5 rounds): 34540 aggregations, 0 fixings, 0 bound changes
10.53/10.65	c (round 3, medium)     34541 del vars, 39169 del conss, 27448 add conss, 0 chg bounds, 3600 chg sides, 12720 chg coeffs, 0 upgd conss, 0 impls, 10873 clqs
10.62/10.76	c (round 4, fast)       34541 del vars, 39169 del conss, 28408 add conss, 0 chg bounds, 3600 chg sides, 12720 chg coeffs, 0 upgd conss, 0 impls, 33903 clqs
10.62/10.77	c (round 5, fast)       34541 del vars, 39169 del conss, 28408 add conss, 0 chg bounds, 4080 chg sides, 24480 chg coeffs, 0 upgd conss, 0 impls, 33903 clqs
10.72/10.80	c (round 6, exhaustive) 34541 del vars, 40134 del conss, 28408 add conss, 0 chg bounds, 4080 chg sides, 24480 chg coeffs, 0 upgd conss, 0 impls, 33903 clqs
10.83/10.90	c (round 7, exhaustive) 34541 del vars, 40134 del conss, 28408 add conss, 0 chg bounds, 4080 chg sides, 24480 chg coeffs, 26233 upgd conss, 0 impls, 33903 clqs
10.83/10.94	c (round 8, medium)     34541 del vars, 40384 del conss, 28908 add conss, 0 chg bounds, 4080 chg sides, 24960 chg coeffs, 26233 upgd conss, 0 impls, 33923 clqs
15.61/15.78	c    (15.8s) probing: 1000/18500 (5.4%) - 0 fixings, 20 aggregations, 73368 implications, 0 bound changes
19.01/19.14	c    (19.1s) probing: 1731/18500 (9.4%) - 0 fixings, 20 aggregations, 130275 implications, 0 bound changes
19.01/19.14	c    (19.1s) probing aborted: 1000/1000 successive useless probings
19.01/19.14	c (round 9, exhaustive) 34561 del vars, 40384 del conss, 28908 add conss, 0 chg bounds, 4080 chg sides, 24960 chg coeffs, 26243 upgd conss, 0 impls, 164013 clqs
19.01/19.16	c (round 10, fast)       34561 del vars, 40419 del conss, 29868 add conss, 0 chg bounds, 4085 chg sides, 24960 chg coeffs, 26243 upgd conss, 0 impls, 164013 clqs
19.01/19.18	c (round 11, fast)       34561 del vars, 40419 del conss, 29868 add conss, 0 chg bounds, 4565 chg sides, 36720 chg coeffs, 26243 upgd conss, 0 impls, 164013 clqs
19.09/19.27	c (round 12, exhaustive) 34561 del vars, 40669 del conss, 29868 add conss, 0 chg bounds, 4565 chg sides, 36720 chg coeffs, 26243 upgd conss, 0 impls, 164013 clqs
19.19/19.33	c (round 13, exhaustive) 34561 del vars, 40669 del conss, 29868 add conss, 0 chg bounds, 4565 chg sides, 36720 chg coeffs, 26963 upgd conss, 0 impls, 164013 clqs
19.19/19.34	c (round 14, fast)       34561 del vars, 41389 del conss, 29868 add conss, 0 chg bounds, 4565 chg sides, 36720 chg coeffs, 26963 upgd conss, 0 impls, 164013 clqs
19.69/19.84	c    (19.8s) probing: 1831/18500 (9.9%) - 0 fixings, 20 aggregations, 135637 implications, 0 bound changes
19.69/19.84	c    (19.8s) probing aborted: 1000/1000 successive useless probings
19.79/19.92	c    (19.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
20.01/20.12	c    (20.1s) symmetry computation finished: 4 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.12)
20.01/20.13	c dynamic symmetry handling statistics:
20.01/20.13	c    orbitopal reduction:       no components
20.01/20.13	c    orbital reduction:         no components
20.01/20.13	c    lexicographic reduction:   no permutations
20.01/20.13	c handled 1 out of 1 symmetry components
20.01/20.13	c (round 15, exhaustive) 34669 del vars, 41389 del conss, 29869 add conss, 0 chg bounds, 4565 chg sides, 36720 chg coeffs, 26963 upgd conss, 0 impls, 167935 clqs
20.01/20.15	c (round 16, fast)       34770 del vars, 41588 del conss, 30427 add conss, 0 chg bounds, 4565 chg sides, 36770 chg coeffs, 26963 upgd conss, 0 impls, 167932 clqs
20.01/20.16	c (round 17, fast)       34770 del vars, 41588 del conss, 30427 add conss, 0 chg bounds, 4851 chg sides, 47902 chg coeffs, 26963 upgd conss, 0 impls, 167932 clqs
20.09/20.22	c (round 18, exhaustive) 34770 del vars, 41649 del conss, 30427 add conss, 0 chg bounds, 4851 chg sides, 47902 chg coeffs, 26963 upgd conss, 0 impls, 167932 clqs
20.09/20.27	c (round 19, exhaustive) 34770 del vars, 41649 del conss, 30427 add conss, 0 chg bounds, 4851 chg sides, 47902 chg coeffs, 27451 upgd conss, 0 impls, 167932 clqs
20.09/20.28	c (round 20, fast)       34770 del vars, 42137 del conss, 30427 add conss, 0 chg bounds, 4851 chg sides, 47902 chg coeffs, 27451 upgd conss, 0 impls, 167932 clqs
20.59/20.72	c    (20.7s) probing: 1931/18500 (10.4%) - 0 fixings, 20 aggregations, 139578 implications, 0 bound changes
20.59/20.72	c    (20.7s) probing aborted: 1000/1000 successive useless probings
20.59/20.75	c presolving (21 rounds: 21 fast, 11 medium, 9 exhaustive):
20.59/20.75	c  34770 deleted vars, 42137 deleted constraints, 30427 added constraints, 0 tightened bounds, 0 added holes, 4851 changed sides, 47902 changed coefficients
20.59/20.75	c  0 implications, 170561 cliques
20.59/20.75	c presolved problem has 18369 variables (18369 bin, 0 int, 0 impl, 0 cont) and 27459 constraints
20.59/20.75	c   25531 constraints of type <setppc>
20.59/20.75	c    1208 constraints of type <linear>
20.59/20.75	c       1 constraints of type <orbitope>
20.59/20.75	c     719 constraints of type <logicor>
20.59/20.75	c transformed objective value is always integral (scale: 1)
20.59/20.75	c Presolving Time: 20.08
20.59/20.75	c - non default parameters ----------------------------------------------------------------------
20.59/20.75	c # SCIP version 10.0.0
20.59/20.75	c 
20.59/20.75	c # maximal time in seconds to run
20.59/20.75	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
20.59/20.75	c limits/time = 3596.993181
20.59/20.75	c 
20.59/20.75	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
20.59/20.75	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
20.59/20.75	c limits/memory = 27900
20.59/20.75	c 
20.59/20.75	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
20.59/20.75	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
20.59/20.75	c limits/solutions = 1
20.59/20.75	c 
20.59/20.75	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.
20.59/20.75	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
20.59/20.75	c misc/usesymmetry = 3
20.59/20.75	c 
20.59/20.75	c # belongs reading time to solving time?
20.59/20.75	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
20.59/20.75	c timing/reading = TRUE
20.59/20.75	c 
20.59/20.75	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
20.59/20.75	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
20.59/20.75	c propagating/symmetry/detectdoublelex = FALSE
20.59/20.75	c 
20.59/20.75	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
20.59/20.75	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
20.59/20.75	c propagating/symmetry/detectsubgroups = FALSE
20.59/20.75	c 
20.59/20.75	c # Type of symmetries that shall be computed?
20.59/20.75	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
20.59/20.75	c propagating/symmetry/symtype = 1
20.59/20.75	c 
20.59/20.75	c # Should components consisting of a single full reflection be handled?
20.59/20.75	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
20.59/20.75	c propagating/symmetry/usesimplesgncomp = FALSE
20.59/20.75	c 
20.59/20.75	c -----------------------------------------------------------------------------------------------
20.59/20.75	c start solving
20.59/20.75	c 
120.40/120.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
120.40/120.84	c   121s|     1 |     0 | 32455 |     - |   419M |   0 |  18k|  27k|  27k|   0 |  0 |  11 |   0 | 0.000000e+00 |      --      |    Inf | unknown
799.23/801.67	c   802s|     1 |     0 |242443 |     - |   476M |   0 |  18k|  27k|  28k| 744 |  1 |  11 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2672.16/2680.55	c  2681s|     1 |     0 |644965 |     - |   497M |   0 |  18k|  27k|  28k|1262 |  2 |  11 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3078.25/3087.82	c  3088s|     1 |     0 |700107 |     - |   515M |   0 |  18k|  27k|  29k|1692 |  3 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3498.35/3509.13	c  3509s|     1 |     0 |755063 |     - |   528M |   0 |  18k|  27k|  29k|1935 |  4 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3585.99/3597.02	c  3597s|     1 |     0 |767050 |     - |   537M |   0 |  18k|  27k|  29k|2296 |  5 |  13 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3585.99/3597.02	c (node 1) LP solver hit time limit in LP 13 -- using pseudo solution instead
3585.99/3597.02	c 
3585.99/3597.02	c SCIP Status        : solving was interrupted [time limit reached]
3585.99/3597.02	c Solving Time (sec) : 3597.00
3585.99/3597.02	c Solving Nodes      : 1
3585.99/3597.02	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3585.99/3597.02	c Dual Bound         : +0.00000000000000e+00
3585.99/3597.02	c Gap                : infinite
3585.99/3597.02	s UNKNOWN
3585.99/3597.02	c SCIP Status        : solving was interrupted [time limit reached]
3585.99/3597.02	c Total Time         :    3597.00
3585.99/3597.02	c   solving          :    3597.00
3585.99/3597.02	c   presolving       :      20.08 (included in solving)
3585.99/3597.02	c   reading          :       0.37 (included in solving)
3585.99/3597.02	c   copying          :       0.00 (0 times copied the problem)
3585.99/3597.02	c Original Problem   :
3585.99/3597.02	c   Problem name     : HOME/instance-4545437-1753237091.opb
3585.99/3597.02	c   Variables        : 53041 (53041 binary, 0 integer, 0 implicit integer, 0 continuous)
3585.99/3597.02	c   Constraints      : 39169 initial, 39169 maximal
3585.99/3597.02	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3585.99/3597.02	c Presolved Problem  :
3585.99/3597.02	c   Problem name     : t_HOME/instance-4545437-1753237091.opb
3585.99/3597.02	c   Variables        : 18369 (18369 binary, 0 integer, 0 implicit integer, 0 continuous)
3585.99/3597.02	c   Constraints      : 27459 initial, 27472 maximal
3585.99/3597.02	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3585.99/3597.02	c   Nonzeros         : 121471 constraint, 422882 clique table
3585.99/3597.02	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3585.99/3597.02	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   domcol           :       0.04       0.00      3          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   dualsparsify     :       0.08       0.00      1          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   gateextraction   :       0.14       0.00      7          0          0          0          0          0         10          0          0          0
3585.99/3597.02	c   implics          :       0.00       0.00     11          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   milp             :       9.68       0.00      1          0      34540          0          0          0      39168      26488          0          0
3585.99/3597.02	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   sparsify         :       0.39       0.00      1          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   trivial          :       0.02       0.00     21         98          0          0          0          0          0          0          0          0
3585.99/3597.02	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   dualfix          :       0.02       0.00     21          1          0          0          0          0          0          0          0          0
3585.99/3597.02	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   probing          :       8.48       0.00      3          0         20          0          0          0          0          0          0          0
3585.99/3597.02	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   symmetry         :       0.21       0.00      1         10          0          0          0          0          0          1          0          0
3585.99/3597.02	c   vbounds          :       0.08       0.00      3          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   knapsack         :       0.01       0.00      2          0          0          0          0          0        250        500          0        480
3585.99/3597.02	c   setppc           :       0.29       0.00     29          0          0          0          0          0        232          0          5          0
3585.99/3597.02	c   linear           :       0.47       0.05     30          0          3          0          0          0       1268       3438       4846      47372
3585.99/3597.02	c   orbitope         :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   logicor          :       0.07       0.00     25          0          0          0          0          0       1209          0          0         50
3585.99/3597.02	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   components       :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3585.99/3597.02	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3585.99/3597.02	c   benderslp        :          0          0          0          0          0          0          0          7          0          0          0          0          0          0          0
3585.99/3597.02	c   integral         :          0          0          0          0          0          0          0          7          0          0          0          0          0          0          0
3585.99/3597.02	c   setppc           :      25531+     25534          5      13129          0          0          0          3        287         19          0          1          1          0          0
3585.99/3597.02	c   linear           :       1208       1208          5      13110          0          0          0          3         22         37          0          0          0          0          0
3585.99/3597.02	c   orbitope         :          1          1          0       7487          0          0          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   logicor          :        719+       729          5       4987          0          0          0          0          1          2          0          2          1          0          0
3585.99/3597.02	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3585.99/3597.02	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.99/3597.02	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.99/3597.02	c   setppc           :       2.02       0.00       0.02       2.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.99/3597.02	c   linear           :       0.14       0.05       0.01       0.08       0.00       0.00       0.00       0.00       0.00       0.00
3585.99/3597.02	c   orbitope         :       0.06       0.00       0.00       0.06       0.00       0.00       0.00       0.00       0.00       0.00
3585.99/3597.02	c   logicor          :       0.03       0.00       0.00       0.03       0.00       0.00       0.00       0.00       0.00       0.00
3585.99/3597.02	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.99/3597.02	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.99/3597.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.99/3597.02	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.99/3597.02	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3585.99/3597.02	c   dualfix          :          1          0          0          0
3585.99/3597.02	c   genvbounds       :          0          0          0          0
3585.99/3597.02	c   nlobbt           :          0          0          0          0
3585.99/3597.02	c   obbt             :          0          0          0          0
3585.99/3597.02	c   probing          :          0          0          0          0
3585.99/3597.02	c   pseudoobj        :          0          0          0          0
3585.99/3597.02	c   redcost          :          0          0          0          0
3585.99/3597.02	c   rootredcost      :          0          0          0          0
3585.99/3597.02	c   symmetry         :          0          0          0          0
3585.99/3597.02	c   vbounds          :       2730          0          0          0
3585.99/3597.02	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3585.99/3597.02	c   dualfix          :       0.02       0.00       0.02       0.00       0.00       0.00
3585.99/3597.02	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3585.99/3597.02	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3585.99/3597.02	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3585.99/3597.02	c   probing          :       8.48       0.00       8.48       0.00       0.00       0.00
3585.99/3597.02	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
3585.99/3597.02	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
3585.99/3597.02	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3585.99/3597.02	c   symmetry         :       0.21       0.00       0.21       0.00       0.00       0.00
3585.99/3597.02	c   vbounds          :       0.09       0.00       0.08       0.01       0.00       0.00
3585.99/3597.02	c Symmetry           :
3585.99/3597.02	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3585.99/3597.02	c   orbital reduction:          0 reductions applied,          0 cutoffs
3585.99/3597.02	c   lexicographic red:          0 reductions applied,          0 cutoffs
3585.99/3597.02	c   shadow tree time :       0.00 s
3585.99/3597.02	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3585.99/3597.02	c   propagation      :       0.00         10          9          -         14       12.5          0        0.0          -          -          -
3585.99/3597.02	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3585.99/3597.02	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3585.99/3597.02	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3585.99/3597.02	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3585.99/3597.02	c   applied globally :       0.00          -          -          0         13       12.0          -          -          0          -          -
3585.99/3597.02	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3585.99/3597.02	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3585.99/3597.02	c   cut pool         :       0.00          -          9          9          -          -       4646       5616          -          -          -          -          -    (maximal pool size:       4646)
3585.99/3597.02	c   aggregation      :       0.14       0.00          5          5          0          0       2030       2388          0        958        958          0          0
3585.99/3597.02	c   > cmir           :          -          -          -          -          -          -          -       1358          0        441        441          0          -
3585.99/3597.02	c   > flowcover      :          -          -          -          -          -          -          -        763          0        408        408          0          -
3585.99/3597.02	c   > knapsackcover  :          -          -          -          -          -          -          -        267          0        109        109          0          -
3585.99/3597.02	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   clique           :       4.60       0.00          5          5          0          0         37         56          0         20         20          0          0
3585.99/3597.02	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   gomory           :      59.74       0.00          5          5          0          0         41         47          0          9          9          0          0
3585.99/3597.02	c   > gomorymi       :          -          -          -          -          -          -          -         16          0          2          2          0          -
3585.99/3597.02	c   > strongcg       :          -          -          -          -          -          -          -         31          0          7          7          0          -
3585.99/3597.02	c   impliedbounds    :       0.04       0.00          5          5          0          0       2435       2959          0       1242       1242          0          0
3585.99/3597.02	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   mcf              :       0.04       0.00          1          1          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   multilinear      :       0.00       0.00          5          5          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   rlt              :       0.00       0.00          5          5          0          0          0          0          0          0          0          0          0
3585.99/3597.02	c   zerohalf         :       5.26       0.00          5          5          0          0        103        166          0         65         65          0          0
3585.99/3597.02	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3585.99/3597.02	c   hybrid           :       0.05       0.00          5          5       2296          0       3323       2296          0       3323
3585.99/3597.02	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.99/3597.02	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3585.99/3597.02	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3585.99/3597.02	c   problem variables:       0.00          -          0          0
3585.99/3597.02	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3585.99/3597.02	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3585.99/3597.02	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3585.99/3597.02	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3585.99/3597.02	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3585.99/3597.02	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.99/3597.02	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.99/3597.02	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.99/3597.02	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.99/3597.02	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3585.99/3597.02	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.99/3597.02	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.99/3597.02	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.99/3597.02	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.99/3597.02	c   relpscost        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.99/3597.02	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3585.99/3597.02	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3585.99/3597.02	c   LP solutions     :       0.00          -          -          0          0
3585.99/3597.02	c   relax solutions  :       0.00          -          -          0          0
3585.99/3597.02	c   pseudo solutions :       0.00          -          -          0          0
3585.99/3597.02	c   strong branching :       0.00          -          -          0          0
3585.99/3597.02	c   actconsdiving    :       0.00       0.00          0          0          0
3585.99/3597.02	c   adaptivediving   :       0.00       0.00          0          0          0
3585.99/3597.02	c   alns             :       0.00       0.00          0          0          0
3585.99/3597.02	c   bound            :       0.00       0.00          0          0          0
3585.99/3597.02	c   clique           :       0.09       0.00          1          0          0
3585.99/3597.02	c   coefdiving       :       0.00       0.00          0          0          0
3585.99/3597.02	c   completesol      :       0.00       0.00          0          0          0
3585.99/3597.02	c   conflictdiving   :       0.00       0.00          0          0          0
3585.99/3597.02	c   crossover        :       0.00       0.00          0          0          0
3585.99/3597.02	c   dins             :       0.00       0.00          0          0          0
3585.99/3597.02	c   distributiondivin:       0.00       0.00          0          0          0
3585.99/3597.02	c   dps              :       0.00       0.00          0          0          0
3585.99/3597.02	c   dualval          :       0.00       0.00          0          0          0
3585.99/3597.02	c   farkasdiving     :       0.00       0.00          0          0          0
3585.99/3597.02	c   feasjump         :       0.03       0.00          1          0          0
3585.99/3597.02	c   feaspump         :     336.44       0.00          1          0          0
3585.99/3597.02	c   fixandinfer      :       0.00       0.00          0          0          0
3585.99/3597.02	c   fracdiving       :       0.00       0.00          0          0          0
3585.99/3597.02	c   gins             :       0.00       0.00          0          0          0
3585.99/3597.02	c   guideddiving     :       0.00       0.00          0          0          0
3585.99/3597.02	c   indcoefdiving    :       0.00       0.00          0          0          0
3585.99/3597.02	c   indicator        :       0.00       0.00          0          0          0
3585.99/3597.02	c   indicatordiving  :       0.00       0.00          0          0          0
3585.99/3597.02	c   indoneopt        :       0.00       0.00          0          0          0
3585.99/3597.02	c   indrounding      :       0.00       0.00          0          0          0
3585.99/3597.02	c   indtwoopt        :       0.00       0.00          0          0          0
3585.99/3597.02	c   intdiving        :       0.00       0.00          0          0          0
3585.99/3597.02	c   intshifting      :       0.00       0.00          0          0          0
3585.99/3597.02	c   linesearchdiving :       0.00       0.00          0          0          0
3585.99/3597.02	c   localbranching   :       0.00       0.00          0          0          0
3585.99/3597.02	c   locks            :       0.02       0.00          1          0          0
3585.99/3597.02	c   lpface           :       0.00       0.00          0          0          0
3585.99/3597.02	c   mpec             :       0.00       0.00          0          0          0
3585.99/3597.02	c   multistart       :       0.00       0.00          0          0          0
3585.99/3597.02	c   mutation         :       0.00       0.00          0          0          0
3585.99/3597.02	c   nlpdiving        :       0.00       0.00          0          0          0
3585.99/3597.02	c   objpscostdiving  :       0.00       0.00          0          0          0
3585.99/3597.02	c   octane           :       0.00       0.00          0          0          0
3585.99/3597.02	c   ofins            :       0.00       0.00          0          0          0
3585.99/3597.02	c   oneopt           :       0.00       0.00          0          0          0
3585.99/3597.02	c   padm             :       0.00       0.00          0          0          0
3585.99/3597.02	c   proximity        :       0.00       0.00          0          0          0
3585.99/3597.02	c   pscostdiving     :       0.00       0.00          0          0          0
3585.99/3597.02	c   randrounding     :       0.14       0.00          5          0          0
3585.99/3597.02	c   rens             :       0.00       0.00          0          0          0
3585.99/3597.02	c   reoptsols        :       0.00       0.00          0          0          0
3585.99/3597.02	c   repair           :       0.00       0.00          0          0          0
3585.99/3597.02	c   rins             :       0.00       0.00          0          0          0
3585.99/3597.02	c   rootsoldiving    :       0.00       0.00          0          0          0
3585.99/3597.02	c   rounding         :       0.02       0.00          5          0          0
3585.99/3597.02	c   scheduler        :       0.00       0.00          0          0          0
3585.99/3597.02	c   shiftandpropagate:       0.05       0.00          1          0          0
3585.99/3597.02	c   shifting         :       0.08       0.00          5          0          0
3585.99/3597.02	c   simplerounding   :       0.00       0.00          0          0          0
3585.99/3597.02	c   smallcard        :       0.00       0.00          0          0          0
3585.99/3597.02	c   subnlp           :       0.00       0.00          0          0          0
3585.99/3597.02	c   trivial          :       0.04       0.00          2          0          0
3585.99/3597.02	c   trivialnegation  :       0.00       0.00          0          0          0
3585.99/3597.02	c   trustregion      :       0.00       0.00          0          0          0
3585.99/3597.02	c   trysol           :       0.00       0.00          0          0          0
3585.99/3597.02	c   twoopt           :       0.00       0.00          0          0          0
3585.99/3597.02	c   undercover       :       0.00       0.00          0          0          0
3585.99/3597.02	c   vbounds          :       0.14       0.00          1          0          0
3585.99/3597.02	c   veclendiving     :       0.00       0.00          0          0          0
3585.99/3597.02	c   zeroobj          :       0.00       0.00          0          0          0
3585.99/3597.02	c   zirounding       :       0.00       0.00          0          0          0
3585.99/3597.02	c   other solutions  :          -          -          -          0          -
3585.99/3597.02	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3585.99/3597.02	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.99/3597.02	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.99/3597.02	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.99/3597.02	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.99/3597.02	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.99/3597.02	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.99/3597.02	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.99/3597.02	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3585.99/3597.02	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.99/3597.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3585.99/3597.02	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
3585.99/3597.02	c   dual LP          :    3169.32          6     614651  102441.83     193.94       0.00          0
3585.99/3597.02	c   lex dual LP      :       0.00          0          0       0.00          -
3585.99/3597.02	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3585.99/3597.02	c   resolve instable :       0.00          0          0       0.00          -
3585.99/3597.02	c   diving/probing LP:     336.36          7     152399   21771.29     453.08
3585.99/3597.02	c   strong branching :       0.00          0          0       0.00          -          -          -          0
3585.99/3597.02	c     (at root node) :          -          0          0       0.00          -
3585.99/3597.02	c   conflict analysis:       0.00          0          0       0.00          -
3585.99/3597.02	c B&B Tree           :
3585.99/3597.02	c   number of runs   :          1
3585.99/3597.02	c   nodes            :          1 (0 internal, 1 leaves)
3585.99/3597.02	c   feasible leaves  :          0
3585.99/3597.02	c   infeas. leaves   :          0
3585.99/3597.02	c   objective leaves :          0
3585.99/3597.02	c   nodes (total)    :          1 (0 internal, 1 leaves)
3585.99/3597.02	c   nodes left       :          1
3585.99/3597.02	c   max depth        :          0
3585.99/3597.02	c   max depth (total):          0
3585.99/3597.02	c   backtracks       :          0 (0.0%)
3585.99/3597.02	c   early backtracks :          0 (0.0%)
3585.99/3597.02	c   nodes exc. ref.  :          0 (0.0%)
3585.99/3597.02	c   delayed cutoffs  :          0
3585.99/3597.02	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3585.99/3597.02	c   avg switch length:       1.00
3585.99/3597.02	c   switching time   :       0.00
3585.99/3597.02	c Root Node          :
3585.99/3597.02	c   First LP value   : +0.00000000000000e+00
3585.99/3597.02	c   First LP Iters   :      32455 (325.41 Iter/sec)
3585.99/3597.02	c   First LP Time    :      99.74
3585.99/3597.02	c   Final Dual Bound : +0.00000000000000e+00
3585.99/3597.02	c   Final Root Iters :     767050
3585.99/3597.02	c   Root LP Estimate :                     -
3585.99/3597.02	c Solution           :
3585.99/3597.02	c   Solutions found  :          0 (0 improvements)
3585.99/3597.02	c   Primal Bound     :          -
3585.99/3597.02	c   Dual Bound       : +0.00000000000000e+00
3585.99/3597.02	c   Gap              :   infinite
3585.99/3597.02	c Integrals          :      Total       Avg%
3585.99/3597.02	c   primal-dual      :  359700.34     100.00
3585.99/3597.02	c   primal-ref       :          -          - (not evaluated)
3585.99/3597.02	c   dual-ref         :          -          - (not evaluated)
3586.18/3597.20	c Time complete: 3586.18.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545437-1753237091/watcher-4545437-1753237091 -o /tmp/evaluation-result-4545437-1753237091/solver-4545437-1753237091 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1753233476-160557 --watchdog 3760 pbscip -f HOME/instance-4545437-1753237091.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100072 s]*
/proc/loadavg: 3.96 4.08 4.10 5/250 161065
/proc/meminfo: memFree=126619392/131382112 swapFree=33010160/33010684
[pid=161064] ppid=161061 vsize=68636 memory=40960 CPUtime=0.08 cores=1,3
/proc/161064/stat : 161064 (pbscip) R 161061 161064 160545 0 -1 4194304 7320 0 0 0 7 1 0 0 20 0 1 0 239388939 70283264 10240 18446744073709551615 4235264 18693293 140729201598656 0 0 0 0 0 0 0 0 0 17 3 0 0 0 0 0 21375888 21430392 35299328 140729201600903 140729201601002 140729201601002 140729201606606 0
/proc/161064/statm: 17159 10240 3232 3530 0 8610 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 68636 KiB
Current children cumulated memory: 40960 KiB

[startup+0.21424 s]*
/proc/loadavg: 3.96 4.08 4.10 5/250 161065
/proc/meminfo: memFree=126603264/131382112 swapFree=33010160/33010684
[pid=161064] ppid=161061 vsize=84220 memory=56192 CPUtime=0.19 cores=1,3
/proc/161064/stat : 161064 (pbscip) R 161061 161064 160545 0 -1 4194304 11134 0 0 0 16 3 0 0 20 0 1 0 239388939 86241280 14048 18446744073709551615 4235264 18693293 140729201598656 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35299328 140729201600903 140729201601002 140729201601002 140729201606606 0
/proc/161064/statm: 21055 14048 3232 3530 0 12506 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 84220 KiB
Current children cumulated memory: 56192 KiB

[startup+0.313048 s]*
/proc/loadavg: 3.96 4.08 4.10 5/250 161065
/proc/meminfo: memFree=126579384/131382112 swapFree=33010160/33010684
[pid=161064] ppid=161061 vsize=104672 memory=76544 CPUtime=0.29 cores=1,3
/proc/161064/stat : 161064 (pbscip) R 161061 161064 160545 0 -1 4194304 16210 0 0 0 25 4 0 0 20 0 1 0 239388939 107184128 19136 18446744073709551615 4235264 18693293 140729201598656 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35299328 140729201600903 140729201601002 140729201601002 140729201606606 0
/proc/161064/statm: 26168 19136 3232 3530 0 17619 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 104672 KiB
Current children cumulated memory: 76544 KiB

[startup+0.70029 s]
/proc/loadavg: 3.96 4.08 4.10 5/250 161065
/proc/meminfo: memFree=126498996/131382112 swapFree=33010160/33010684
[pid=161064] ppid=161061 vsize=227032 memory=194608 CPUtime=0.66 cores=1,3
/proc/161064/stat : 161064 (pbscip) R 161061 161064 160545 0 -1 4194304 45624 0 0 0 53 13 0 0 20 0 1 0 239388939 232480768 48652 18446744073709551615 4235264 18693293 140729201598656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35299328 140729201600903 140729201601002 140729201601002 140729201606606 0
/proc/161064/statm: 56758 48652 3552 3530 0 48209 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 227032 KiB
Current children cumulated memory: 194608 KiB

[startup+1.5004 s]
/proc/loadavg: 3.96 4.08 4.10 5/250 161065
/proc/meminfo: memFree=126430452/131382112 swapFree=33010160/33010684
[pid=161064] ppid=161061 vsize=285680 memory=252100 CPUtime=1.45 cores=1,3
/proc/161064/stat : 161064 (pbscip) R 161061 161064 160545 0 -1 4194304 58927 0 0 0 128 17 0 0 20 0 1 0 239388939 292536320 63025 18446744073709551615 4235264 18693293 140729201598656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35299328 140729201600903 140729201601002 140729201601002 140729201606606 0
/proc/161064/statm: 71420 63025 3712 3530 0 62871 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 285680 KiB
Current children cumulated memory: 252100 KiB

[startup+3.113 s]
/proc/loadavg: 3.96 4.08 4.10 5/250 161065
/proc/meminfo: memFree=126391760/131382112 swapFree=33010160/33010684
[pid=161064] ppid=161061 vsize=285680 memory=252100 CPUtime=3.06 cores=1,3
/proc/161064/stat : 161064 (pbscip) R 161061 161064 160545 0 -1 4194304 58932 0 0 0 289 17 0 0 20 0 1 0 239388939 292536320 63025 18446744073709551615 4235264 18693293 140729201598656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35299328 140729201600903 140729201601002 140729201601002 140729201606606 0
/proc/161064/statm: 71420 63025 3712 3530 0 62871 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 285680 KiB
Current children cumulated memory: 252100 KiB

[startup+6.30036 s]
/proc/loadavg: 3.96 4.08 4.10 5/250 161065
/proc/meminfo: memFree=126408876/131382112 swapFree=33010160/33010684
[pid=161064] ppid=161061 vsize=287216 memory=252996 CPUtime=6.24 cores=1,3
/proc/161064/stat : 161064 (pbscip) R 161061 161064 160545 0 -1 4194304 59141 0 0 0 607 17 0 0 20 0 1 0 239388939 294109184 63249 18446744073709551615 4235264 18693293 140729201598656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35299328 140729201600903 140729201601002 140729201601002 140729201606606 0
/proc/161064/statm: 71804 63249 3712 3530 0 63255 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 287216 KiB
Current children cumulated memory: 252996 KiB

[startup+12.7003 s]
/proc/loadavg: 3.97 4.08 4.10 5/250 161065
/proc/meminfo: memFree=126333424/131382112 swapFree=33010160/33010684
[pid=161064] ppid=161061 vsize=378760 memory=329472 CPUtime=12.62 cores=1,3
/proc/161064/stat : 161064 (pbscip) R 161061 161064 160545 0 -1 4194304 74482 0 0 0 1240 22 0 0 20 0 1 0 239388939 387850240 82368 18446744073709551615 4235264 18693293 140729201598656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35299328 140729201600903 140729201601002 140729201601002 140729201606606 0
/proc/161064/statm: 94690 82368 3744 3530 0 86141 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 378760 KiB
Current children cumulated memory: 329472 KiB

[startup+25.5004 s]
/proc/loadavg: 4.05 4.09 4.11 5/250 161065
/proc/meminfo: memFree=126202196/131382112 swapFree=33010160/33010684
[pid=161064] ppid=161061 vsize=497704 memory=423492 CPUtime=25.38 cores=1,3
/proc/161064/stat : 161064 (pbscip) R 161061 161064 160545 0 -1 4194304 93299 0 0 0 2512 26 0 0 20 0 1 0 239388939 509648896 105873 18446744073709551615 4235264 18693293 140729201598656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35299328 140729201600903 140729201601002 140729201601002 140729201606606 0
/proc/161064/statm: 124426 105873 3936 3530 0 115877 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 497704 KiB
Current children cumulated memory: 423492 KiB

[startup+51.1129 s]
/proc/loadavg: 4.03 4.08 4.10 5/250 161066
/proc/meminfo: memFree=125788540/131382112 swapFree=33010160/33010684
[pid=161064] ppid=161061 vsize=504500 memory=431692 CPUtime=50.9 cores=1,3
/proc/161064/stat : 161064 (pbscip) R 161061 161064 160545 0 -1 4194304 94329 0 0 0 5064 26 0 0 20 0 1 0 239388939 516608000 107923 18446744073709551615 4235264 18693293 140729201598656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35299328 140729201600903 140729201601002 140729201601002 140729201606606 0
/proc/161064/statm: 126125 107923 3936 3530 0 117576 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 504500 KiB
Current children cumulated memory: 431692 KiB

[startup+102.3 s]
/proc/loadavg: 4.06 4.08 4.10 5/250 161068
/proc/meminfo: memFree=125357924/131382112 swapFree=33010160/33010684
[pid=161064] ppid=161061 vsize=506536 memory=433868 CPUtime=101.94 cores=1,3
/proc/161064/stat : 161064 (pbscip) R 161061 161064 160545 0 -1 4194304 94868 0 0 0 10167 27 0 0 20 0 1 0 239388939 518692864 108467 18446744073709551615 4235264 18693293 140729201598656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35299328 140729201600903 140729201601002 140729201601002 140729201606606 0
/proc/161064/statm: 126634 108467 3936 3530 0 118085 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 506536 KiB
Current children cumulated memory: 433868 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.10 4.10 5/250 161070
/proc/meminfo: memFree=125358896/131382112 swapFree=33010160/33010684
[pid=161064] ppid=161061 vsize=506536 memory=434508 CPUtime=161.77 cores=1,3
/proc/161064/stat : 161064 (pbscip) R 161061 161064 160545 0 -1 4194304 95028 0 0 0 16149 28 0 0 20 0 1 0 239388939 518692864 108627 18446744073709551615 4235264 18693293 140729201598656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35299328 140729201600903 140729201601002 140729201601002 140729201606606 0
/proc/161064/statm: 126634 108627 3936 3530 0 118085 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 506536 KiB
Current children cumulated memory: 434508 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.11 4.10 5/250 161072
/proc/meminfo: memFree=125286532/131382112 swapFree=33010160/33010684
[pid=161064] ppid=161061 vsize=507784 memory=435276 CPUtime=221.59 cores=1,3
/proc/161064/stat : 161064 (pbscip) R 161061 161064 160545 0 -1 4194304 95245 0 0 0 22130 29 0 0 20 0 1 0 239388939 519970816 108819 18446744073709551615 4235264 18693293 140729201598656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35299328 140729201600903 140729201601002 140729201601002 140729201606606 0
/proc/161064/statm: 126946 108819 3936 3530 0 118397 0
Current children cumulated CPU time: 221.59 s
Current children cumulated vsize: 507784 KiB
Current children cumulated memory: 435276 KiB

[startup+282.3 s]
/proc/loadavg: 4.17 4.12 4.10 5/249 161074
/proc/meminfo: memFree=124847020/131382112 swapFree=33010160/33010684
[pid=161064] ppid=161061 vsize=507784 memory=435276 CPUtime=281.42 cores=1,3
/proc/161064/stat : 161064 (pbscip) R 161061 161064 160545 0 -1 4194304 95247 0 0 0 28112 30 0 0 20 0 1 0 239388939 519970816 108819 18446744073709551615 4235264 18693293 140729201598656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35299328 140729201600903 140729201601002 140729201601002 140729201606606 0
/proc/161064/statm: 126946 108819 3936 3530 0 118397 0
Current children cumulated CPU time: 281.42 s
Current children cumulated vsize: 507784 KiB
Current children cumulated memory: 435276 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/249 161076
/proc/meminfo: memFree=124857332/131382112 swapFree=33010160/33010684
[pid=161064] ppid=161061 vsize=507784 memory=435276 CPUtime=341.25 cores=1,3
/proc/161064/stat : 161064 (pbscip) R 161061 161064 160545 0 -1 4194304 95247 0 0 0 34095 30 0 0 20 0 1 0 239388939 519970816 108819 18446744073709551615 4235264 18693293 140729201598656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35299328 140729201600903 140729201601002 140729201601002 140729201606606 0
/proc/161064/statm: 126946 108819 3936 3530 0 118397 0
Current children cumulated CPU time: 341.25 s
Current children cumulated vsize: 507784 KiB
Current children cumulated memory: 435276 KiB

[startup+402.3 s]
/proc/loadavg: 4.04 4.09 4.09 5/249 161078
/proc/meminfo: memFree=124614720/131382112 swapFree=33010160/33010684
[pid=161064] ppid=161061 vsize=507784 memory=435276 CPUtime=401.1 cores=1,3
/proc/161064/stat : 161064 (pbscip) R 161061 161064 160545 0 -1 4194304 95253 0 0 0 40079 31 0 0 20 0 1 0 239388939 519970816 108819 18446744073709551615 4235264 18693293 140729201598656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35299328 140729201600903 140729201601002 140729201601002 140729201606606 0
/proc/161064/statm: 126946 108819 3936 3530 0 118397 0
Current children cumulated CPU time: 401.1 s
Current children cumulated vsize: 507784 KiB
Current children cumulated memory: 435276 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.10 4.09 6/249 161081
/proc/meminfo: memFree=124624344/131382112 swapFree=33010160/33010684
[pid=161064] ppid=161061 vsize=510100 memory=437324 CPUtime=460.91 cores=1,3
/proc/161064/stat : 161064 (pbscip) R 161061 161064 160545 0 -1 4194304 95771 0 0 0 46060 31 0 0 20 0 1 0 239388939 522342400 109331 18446744073709551615 4235264 18693293 140729201598656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35299328 140729201600903 140729201601002 140729201601002 140729201606606 0
/proc/161064/statm: 127525 109331 3936 3530 0 118976 0

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

/proc/loadavg: 4.08 4.11 4.11 5/250 161220
/proc/meminfo: memFree=124064072/131382112 swapFree=33010160/33010684
[pid=161064] ppid=161061 vsize=708884 memory=638752 CPUtime=3152.55 cores=1,3
/proc/161064/stat : 161064 (pbscip) R 161061 161064 160545 0 -1 4194304 117627 0 0 0 315196 59 0 0 20 0 1 0 239388939 725897216 159688 18446744073709551615 4235264 18693293 140729201598656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35299328 140729201600903 140729201601002 140729201601002 140729201606606 0
/proc/161064/statm: 177221 159688 4128 3530 0 168672 0
Current children cumulated CPU time: 3152.55 s
Current children cumulated vsize: 708884 KiB
Current children cumulated memory: 638752 KiB

[startup+3222.3 s]
/proc/loadavg: 4.40 4.19 4.13 5/250 161222
/proc/meminfo: memFree=124059740/131382112 swapFree=33010160/33010684
[pid=161064] ppid=161061 vsize=708884 memory=638752 CPUtime=3212.36 cores=1,3
/proc/161064/stat : 161064 (pbscip) R 161061 161064 160545 0 -1 4194304 117627 0 0 0 321176 60 0 0 20 0 1 0 239388939 725897216 159688 18446744073709551615 4235264 18693293 140729201598656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35299328 140729201600903 140729201601002 140729201601002 140729201606606 0
/proc/161064/statm: 177221 159688 4128 3530 0 168672 0
Current children cumulated CPU time: 3212.36 s
Current children cumulated vsize: 708884 KiB
Current children cumulated memory: 638752 KiB

[startup+3282.3 s]
/proc/loadavg: 4.65 4.32 4.18 5/249 161224
/proc/meminfo: memFree=124062432/131382112 swapFree=33010160/33010684
[pid=161064] ppid=161061 vsize=708884 memory=638752 CPUtime=3272.17 cores=1,3
/proc/161064/stat : 161064 (pbscip) R 161061 161064 160545 0 -1 4194304 117677 0 0 0 327157 60 0 0 20 0 1 0 239388939 725897216 159688 18446744073709551615 4235264 18693293 140729201598656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35299328 140729201600903 140729201601002 140729201601002 140729201606606 0
/proc/161064/statm: 177221 159688 4128 3530 0 168672 0
Current children cumulated CPU time: 3272.17 s
Current children cumulated vsize: 708884 KiB
Current children cumulated memory: 638752 KiB

[startup+3342.3 s]
/proc/loadavg: 4.35 4.29 4.18 5/250 161227
/proc/meminfo: memFree=124063188/131382112 swapFree=33010160/33010684
[pid=161064] ppid=161061 vsize=708884 memory=638752 CPUtime=3332.01 cores=1,3
/proc/161064/stat : 161064 (pbscip) R 161061 161064 160545 0 -1 4194304 117680 0 0 0 333140 61 0 0 20 0 1 0 239388939 725897216 159688 18446744073709551615 4235264 18693293 140729201598656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35299328 140729201600903 140729201601002 140729201601002 140729201606606 0
/proc/161064/statm: 177221 159688 4128 3530 0 168672 0
Current children cumulated CPU time: 3332.01 s
Current children cumulated vsize: 708884 KiB
Current children cumulated memory: 638752 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.25 4.17 5/250 161229
/proc/meminfo: memFree=124040768/131382112 swapFree=33010160/33010684
[pid=161064] ppid=161061 vsize=708884 memory=638752 CPUtime=3391.84 cores=1,3
/proc/161064/stat : 161064 (pbscip) R 161061 161064 160545 0 -1 4194304 117680 0 0 0 339123 61 0 0 20 0 1 0 239388939 725897216 159688 18446744073709551615 4235264 18693293 140729201598656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35299328 140729201600903 140729201601002 140729201601002 140729201606606 0
/proc/161064/statm: 177221 159688 4128 3530 0 168672 0
Current children cumulated CPU time: 3391.84 s
Current children cumulated vsize: 708884 KiB
Current children cumulated memory: 638752 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.23 4.17 5/250 161231
/proc/meminfo: memFree=124040200/131382112 swapFree=33010160/33010684
[pid=161064] ppid=161061 vsize=708884 memory=638752 CPUtime=3451.66 cores=1,3
/proc/161064/stat : 161064 (pbscip) R 161061 161064 160545 0 -1 4194304 117682 0 0 0 345104 62 0 0 20 0 1 0 239388939 725897216 159688 18446744073709551615 4235264 18693293 140729201598656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35299328 140729201600903 140729201601002 140729201601002 140729201606606 0
/proc/161064/statm: 177221 159688 4128 3530 0 168672 0
Current children cumulated CPU time: 3451.66 s
Current children cumulated vsize: 708884 KiB
Current children cumulated memory: 638752 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.20 4.17 5/250 161233
/proc/meminfo: memFree=124042720/131382112 swapFree=33010160/33010684
[pid=161064] ppid=161061 vsize=708884 memory=638752 CPUtime=3511.5 cores=1,3
/proc/161064/stat : 161064 (pbscip) R 161061 161064 160545 0 -1 4194304 117780 0 0 0 351088 62 0 0 20 0 1 0 239388939 725897216 159688 18446744073709551615 4235264 18693293 140729201598656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35299328 140729201600903 140729201601002 140729201601002 140729201606606 0
/proc/161064/statm: 177221 159688 4128 3530 0 168672 0
Current children cumulated CPU time: 3511.5 s
Current children cumulated vsize: 708884 KiB
Current children cumulated memory: 638752 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.18 4.16 5/251 161242
/proc/meminfo: memFree=124028020/131382112 swapFree=33010160/33010684
[pid=161064] ppid=161061 vsize=721500 memory=650344 CPUtime=3571.35 cores=1,3
/proc/161064/stat : 161064 (pbscip) R 161061 161064 160545 0 -1 4194304 119150 0 0 0 357072 63 0 0 20 0 1 0 239388939 738816000 162586 18446744073709551615 4235264 18693293 140729201598656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35299328 140729201600903 140729201601002 140729201601002 140729201606606 0
/proc/161064/statm: 180375 162586 4128 3530 0 171826 0
Current children cumulated CPU time: 3571.35 s
Current children cumulated vsize: 721500 KiB
Current children cumulated memory: 650344 KiB

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

# cumulated CPU time of all completed processes:  user=3585.5 s, system=0.684472 s

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

[startup+3584 s]*
/proc/loadavg: 4.09 4.18 4.16 4/247 161250
/proc/meminfo: memFree=125531308/131382112 swapFree=33010160/33010684
[pid=161064] ppid=161061 vsize=721500 memory=650344 CPUtime=3573.06 cores=1,3
/proc/161064/stat : 161064 (pbscip) R 161061 161064 160545 0 -1 4194304 119150 0 0 0 357243 63 0 0 20 0 1 0 239388939 738816000 162586 18446744073709551615 4235264 18693293 140729201598656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35299328 140729201600903 140729201601002 140729201601002 140729201606606 0
/proc/161064/statm: 180375 162586 4128 3530 0 171826 0
Current children cumulated CPU time: 3573.06 s
Current children cumulated vsize: 721500 KiB
Current children cumulated memory: 650344 KiB

[startup+3590.4 s]
/proc/loadavg: 4.01 4.16 4.16 3/239 161304
/proc/meminfo: memFree=126021648/131382112 swapFree=33010160/33010684
[pid=161064] ppid=161061 vsize=721500 memory=650344 CPUtime=3579.41 cores=1,3
/proc/161064/stat : 161064 (pbscip) R 161061 161064 160545 0 -1 4194304 119150 0 0 0 357876 65 0 0 20 0 1 0 239388939 738816000 162586 18446744073709551615 4235264 18693293 140729201598656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35299328 140729201600903 140729201601002 140729201601002 140729201606606 0
/proc/161064/statm: 180375 162586 4128 3530 0 171826 0
Current children cumulated CPU time: 3579.41 s
Current children cumulated vsize: 721500 KiB
Current children cumulated memory: 650344 KiB

[startup+3593.6 s]
/proc/loadavg: 3.85 4.12 4.14 3/239 161304
/proc/meminfo: memFree=126021684/131382112 swapFree=33010160/33010684
[pid=161064] ppid=161061 vsize=721500 memory=650344 CPUtime=3582.6 cores=1,3
/proc/161064/stat : 161064 (pbscip) R 161061 161064 160545 0 -1 4194304 119150 0 0 0 358195 65 0 0 20 0 1 0 239388939 738816000 162586 18446744073709551615 4235264 18693293 140729201598656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35299328 140729201600903 140729201601002 140729201601002 140729201606606 0
/proc/161064/statm: 180375 162586 4128 3530 0 171826 0
Current children cumulated CPU time: 3582.6 s
Current children cumulated vsize: 721500 KiB
Current children cumulated memory: 650344 KiB

[startup+3595.2 s]
/proc/loadavg: 3.85 4.12 4.14 3/239 161305
/proc/meminfo: memFree=126021876/131382112 swapFree=33010160/33010684
[pid=161064] ppid=161061 vsize=721500 memory=650344 CPUtime=3584.19 cores=1,3
/proc/161064/stat : 161064 (pbscip) R 161061 161064 160545 0 -1 4194304 119150 0 0 0 358354 65 0 0 20 0 1 0 239388939 738816000 162586 18446744073709551615 4235264 18693293 140729201598656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35299328 140729201600903 140729201601002 140729201601002 140729201606606 0
/proc/161064/statm: 180375 162586 4128 3530 0 171826 0
Current children cumulated CPU time: 3584.19 s
Current children cumulated vsize: 721500 KiB
Current children cumulated memory: 650344 KiB

[startup+3596 s]*
/proc/loadavg: 3.78 4.10 4.14 3/239 161305
/proc/meminfo: memFree=126021876/131382112 swapFree=33010160/33010684
[pid=161064] ppid=161061 vsize=721500 memory=650344 CPUtime=3585 cores=1,3
/proc/161064/stat : 161064 (pbscip) R 161061 161064 160545 0 -1 4194304 119150 0 0 0 358435 65 0 0 20 0 1 0 239388939 738816000 162586 18446744073709551615 4235264 18693293 140729201598656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35299328 140729201600903 140729201601002 140729201601002 140729201606606 0
/proc/161064/statm: 180375 162586 4128 3530 0 171826 0
Current children cumulated CPU time: 3585 s
Current children cumulated vsize: 721500 KiB
Current children cumulated memory: 650344 KiB

[startup+3596.8 s]
/proc/loadavg: 3.78 4.10 4.14 3/239 161305
/proc/meminfo: memFree=126021876/131382112 swapFree=33010160/33010684
[pid=161064] ppid=161061 vsize=721500 memory=650344 CPUtime=3585.78 cores=1,3
/proc/161064/stat : 161064 (pbscip) R 161061 161064 160545 0 -1 4194304 119150 0 0 0 358513 65 0 0 20 0 1 0 239388939 738816000 162586 18446744073709551615 4235264 18693293 140729201598656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35299328 140729201600903 140729201601002 140729201601002 140729201606606 0
/proc/161064/statm: 180375 162586 4128 3530 0 171826 0
Current children cumulated CPU time: 3585.78 s
Current children cumulated vsize: 721500 KiB
Current children cumulated memory: 650344 KiB

[startup+3597.2 s]
/proc/loadavg: 3.78 4.10 4.14 2/235 161313
/proc/meminfo: memFree=127843076/131382112 swapFree=33010160/33010684
[pid=161064] ppid=161061 vsize=420896 memory=356040 CPUtime=3586.18 cores=1,3
/proc/161064/stat : 161064 (pbscip) R 161061 161064 160545 0 -1 4194304 119161 0 0 0 358550 68 0 0 20 0 1 0 239388939 430997504 90546 18446744073709551615 4235264 18693293 140729201598656 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35299328 140729201600903 140729201601002 140729201601002 140729201606606 0
/proc/161064/statm: 105224 89010 4128 3530 0 96675 0
Current children cumulated CPU time: 3586.18 s
Current children cumulated vsize: 420896 KiB
Current children cumulated memory: 356040 KiB

Child status: 0

Real time (s): 3597.2
CPU time (s): 3586.19
CPU user time (s): 3585.5
CPU system time (s): 0.684472
CPU usage (%): 99.6938
Max. virtual memory (cumulated for all children) (KiB): 721500
Max. memory (cumulated for all children) (KiB): 650344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.5
system time used= 0.684472
maximum resident set size= 650344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119168
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= 98
involuntary context switches= 1126


# summary of solver processes directly reported to runsolver:
#   pid: 161064
#   total CPU time (s): 3586.19
#   total CPU user time (s): 3585.5
#   total CPU system time (s): 0.684472

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.0194 second user time and 36.09 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-23 04:18:11
IDJOB=4545437
IDBENCH=180858
IDSOLVER=3365
FILE ID=nodeC009/4545437-1753237091
RUNJOBID= nodeC009-1753233476-160557
SLURM_JOB_ID= 9687848
Free space on /tmp= 432220 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-MisteryShopper-mini-5-10-2-6-0_c24.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545437-1753237091/watcher-4545437-1753237091 -o /tmp/evaluation-result-4545437-1753237091/solver-4545437-1753237091 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1753233476-160557 --watchdog 3760  pbscip -f HOME/instance-4545437-1753237091.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 533dc96f2f67a4db8413c4c2a7be8312
RANDOM SEED=1577026478

nodeC009 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		: 3491.929
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.85
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		: 1197.231
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.85
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		: 1197.809
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.85
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.85
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		: 3639.125
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.85
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		: 3639.008
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.85
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.456
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.85
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.438
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.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        126653412 kB
MemAvailable:   127965400 kB
Buffers:            2144 kB
Cached:          2028712 kB
SwapCached:           24 kB
Active:          2908188 kB
Inactive:         891356 kB
Active(anon):    1790744 kB
Inactive(anon):     4080 kB
Active(file):    1117444 kB
Inactive(file):   887276 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             41324 kB
Writeback:             0 kB
AnonPages:       1772108 kB
Mapped:           140860 kB
Shmem:             26128 kB
KReclaimable:     293408 kB
Slab:             386652 kB
SReclaimable:     293408 kB
SUnreclaim:        93244 kB
KernelStack:        4096 kB
PageTables:         6564 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    2193024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149352 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     88064 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432252 MiB
End job on nodeC009 at 2025-07-23 05:18:09