Trace number 4545320

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? 3587.2 3597.9

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-SocialGolfers-08-04-08_c24.opb
MD5SUMe5dad10f2c51a051686c6ce21bebf57a
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 variables101921
Total number of constraints213661
Number of constraints which are clauses56497
Number of constraints which are cardinality constraints (but not clauses)776
Number of constraints which are nor clauses,nor cardinality constraints156388
Minimum length of a constraint1
Maximum length of a constraint32
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 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 62
Number of bits of the biggest sum of numbers6
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.02	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.02	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.02	c 
0.00/0.02	c user parameter file <scip.set> not found - using default parameters
0.00/0.02	c reading problem <HOME/instance-4545320-1753237076.opb>
1.17/1.26	c original problem has 101921 variables (101921 bin, 0 int, 0 impl, 0 cont) and 213661 constraints
1.17/1.26	c problem read in 1.24
1.17/1.26	c No objective function, only one solution is needed.
1.86/1.91	c presolving:
2.26/2.35	c (round 1, fast)       14107 del vars, 13987 del conss, 256 add conss, 14106 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1710 clqs
2.46/2.59	c (round 2, fast)       27852 del vars, 57708 del conss, 264 add conss, 27742 chg bounds, 30947 chg sides, 38078 chg coeffs, 0 upgd conss, 0 impls, 25487 clqs
2.56/2.62	c (round 3, fast)       28135 del vars, 58536 del conss, 264 add conss, 27762 chg bounds, 30951 chg sides, 38078 chg coeffs, 0 upgd conss, 0 impls, 25377 clqs
2.86/2.99	c    (3.0s) running MILP presolver
6.44/6.51	c    (6.5s) MILP presolver (10 rounds): 2731 aggregations, 1122 fixings, 0 bound changes
6.44/6.54	c (round 4, medium)     31988 del vars, 58540 del conss, 264 add conss, 27762 chg bounds, 30951 chg sides, 38078 chg coeffs, 0 upgd conss, 0 impls, 18941 clqs
6.75/6.85	c (round 5, fast)       32012 del vars, 65753 del conss, 460 add conss, 27762 chg bounds, 32056 chg sides, 39839 chg coeffs, 0 upgd conss, 0 impls, 21411 clqs
6.85/6.96	c (round 6, exhaustive) 32012 del vars, 66672 del conss, 460 add conss, 27762 chg bounds, 32123 chg sides, 40403 chg coeffs, 0 upgd conss, 0 impls, 21411 clqs
7.55/7.66	c (round 7, exhaustive) 32012 del vars, 66672 del conss, 460 add conss, 27762 chg bounds, 32123 chg sides, 40403 chg coeffs, 143664 upgd conss, 0 impls, 21411 clqs
7.75/7.88	c (round 8, fast)       32012 del vars, 66672 del conss, 460 add conss, 27762 chg bounds, 34729 chg sides, 63385 chg coeffs, 143664 upgd conss, 0 impls, 21411 clqs
8.45/8.59	c (round 9, medium)     32014 del vars, 91361 del conss, 53705 add conss, 27762 chg bounds, 45955 chg sides, 79171 chg coeffs, 143664 upgd conss, 0 impls, 66784 clqs
8.65/8.71	c (round 10, fast)       32014 del vars, 93977 del conss, 56313 add conss, 27762 chg bounds, 45955 chg sides, 79177 chg coeffs, 143664 upgd conss, 0 impls, 66784 clqs
9.14/9.24	c (round 11, exhaustive) 32014 del vars, 166417 del conss, 80151 add conss, 27762 chg bounds, 45957 chg sides, 79181 chg coeffs, 143664 upgd conss, 0 impls, 66784 clqs
9.84/9.94	c (round 12, exhaustive) 36260 del vars, 170666 del conss, 80154 add conss, 27762 chg bounds, 45957 chg sides, 84234 chg coeffs, 143664 upgd conss, 0 impls, 56414 clqs
10.13/10.24	c (round 13, exhaustive) 37006 del vars, 171422 del conss, 80164 add conss, 27762 chg bounds, 45965 chg sides, 84274 chg coeffs, 143664 upgd conss, 0 impls, 55237 clqs
10.43/10.51	c (round 14, exhaustive) 37006 del vars, 171422 del conss, 80164 add conss, 27762 chg bounds, 45965 chg sides, 84274 chg coeffs, 147174 upgd conss, 0 impls, 55242 clqs
10.53/10.69	c (round 15, medium)     37007 del vars, 174748 del conss, 86933 add conss, 27762 chg bounds, 46014 chg sides, 85303 chg coeffs, 147174 upgd conss, 0 impls, 61872 clqs
10.83/10.91	c (round 16, exhaustive) 37007 del vars, 185212 del conss, 90394 add conss, 27762 chg bounds, 46014 chg sides, 85303 chg coeffs, 147174 upgd conss, 0 impls, 61872 clqs
10.94/11.05	c (round 17, medium)     37218 del vars, 185215 del conss, 90394 add conss, 27762 chg bounds, 46223 chg sides, 85512 chg coeffs, 147174 upgd conss, 0 impls, 61240 clqs
11.04/11.12	c (round 18, fast)       37218 del vars, 185415 del conss, 90394 add conss, 27762 chg bounds, 46223 chg sides, 85512 chg coeffs, 147174 upgd conss, 0 impls, 61240 clqs
11.23/11.34	c (round 19, exhaustive) 37806 del vars, 186003 del conss, 90394 add conss, 27762 chg bounds, 46223 chg sides, 85522 chg coeffs, 147174 upgd conss, 0 impls, 59763 clqs
83.69/84.02	c    (84.0s) probing: 1000/64182 (1.6%) - 4 fixings, 9 aggregations, 21637 implications, 0 bound changes
90.95/91.34	c    (91.3s) probing: 1101/64182 (1.7%) - 4 fixings, 9 aggregations, 23371 implications, 0 bound changes
90.95/91.34	c    (91.3s) probing aborted: 1000/1000 successive useless probings
90.95/91.34	c    (91.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
91.76/92.13	c    (92.1s) symmetry computation finished: 108 generators found (max: 997, log10 of symmetry group size: 30.0) (symcode time: 0.31)
91.76/92.16	c dynamic symmetry handling statistics:
91.76/92.16	c    orbitopal reduction:       no components
91.76/92.16	c    orbital reduction:          6 components of sizes 3, 4, 1, 1, 3, 4
91.76/92.16	c    lexicographic reduction:  108 permutations with support sizes 4, 4, 4, 4, 4, 4, 2, 2, 2, 2, 2, 6, 2, 2, 2, 2, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 2, 2, 2, 2, 2, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4
91.76/92.16	c handled 92 out of 92 symmetry components
91.95/92.32	c presolving (20 rounds: 20 fast, 13 medium, 9 exhaustive):
91.95/92.32	c  37819 deleted vars, 186003 deleted constraints, 90394 added constraints, 27762 tightened bounds, 0 added holes, 46223 changed sides, 85522 changed coefficients
91.95/92.32	c  0 implications, 81390 cliques
91.95/92.32	c presolved problem has 64169 variables (64169 bin, 0 int, 0 impl, 0 cont) and 118052 constraints
91.95/92.32	c   78701 constraints of type <knapsack>
91.95/92.32	c   15752 constraints of type <setppc>
91.95/92.32	c   20356 constraints of type <and>
91.95/92.32	c     276 constraints of type <linear>
91.95/92.32	c    2967 constraints of type <logicor>
91.95/92.32	c transformed objective value is always integral (scale: 1)
91.95/92.32	c Presolving Time: 90.45
91.95/92.32	c - non default parameters ----------------------------------------------------------------------
91.95/92.32	c # SCIP version 10.0.0
91.95/92.32	c 
91.95/92.32	c # maximal time in seconds to run
91.95/92.32	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
91.95/92.32	c limits/time = 3596.993099
91.95/92.32	c 
91.95/92.32	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
91.95/92.32	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
91.95/92.32	c limits/memory = 27900
91.95/92.32	c 
91.95/92.32	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
91.95/92.32	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
91.95/92.32	c limits/solutions = 1
91.95/92.32	c 
91.95/92.32	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.
91.95/92.32	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
91.95/92.32	c misc/usesymmetry = 3
91.95/92.32	c 
91.95/92.32	c # belongs reading time to solving time?
91.95/92.32	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
91.95/92.32	c timing/reading = TRUE
91.95/92.32	c 
91.95/92.32	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
91.95/92.32	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
91.95/92.32	c propagating/symmetry/detectdoublelex = FALSE
91.95/92.32	c 
91.95/92.32	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
91.95/92.32	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
91.95/92.32	c propagating/symmetry/detectsubgroups = FALSE
91.95/92.32	c 
91.95/92.32	c # Type of symmetries that shall be computed?
91.95/92.32	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
91.95/92.32	c propagating/symmetry/symtype = 1
91.95/92.32	c 
91.95/92.32	c # Should components consisting of a single full reflection be handled?
91.95/92.32	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
91.95/92.32	c propagating/symmetry/usesimplesgncomp = FALSE
91.95/92.32	c 
91.95/92.32	c -----------------------------------------------------------------------------------------------
91.95/92.32	c start solving
91.95/92.35	c 
146.40/146.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
146.40/146.98	c   147s|     1 |     0 | 38774 |     - |  1136M |   0 |  64k| 118k| 138k|   0 |  0 |  53 |   0 | 0.000000e+00 |      --      |    Inf | unknown
614.26/615.92	c   616s|     1 |     0 |117485 |     - |  1177M |   0 |  64k| 118k| 140k|2000 |  1 |  65 |   0 | 0.000000e+00 |      --      |    Inf | unknown
674.01/675.83	c   676s|     1 |     0 |131013 |     - |  1190M |   0 |  64k| 118k| 142k|4000 |  2 |  68 |   0 | 0.000000e+00 |      --      |    Inf | unknown
748.45/750.45	c   750s|     1 |     0 |142383 |     - |  1218M |   0 |  64k| 118k| 144k|6000 |  3 |  73 |   0 | 0.000000e+00 |      --      |    Inf | unknown
827.17/829.30	c   829s|     1 |     0 |153998 |     - |  1237M |   0 |  64k| 118k| 146k|7918 |  4 |  74 |   0 | 0.000000e+00 |      --      |    Inf | unknown
873.65/875.92	c   876s|     1 |     0 |162768 |     - |  1253M |   0 |  64k| 118k| 147k|8810 |  5 |  77 |   0 | 0.000000e+00 |      --      |    Inf | unknown
960.55/963.02	c   963s|     1 |     0 |175525 |     - |  1271M |   0 |  64k| 118k| 147k|9392 |  6 |  77 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1009.71/1012.33	c  1012s|     1 |     0 |185399 |     - |  1288M |   0 |  64k| 118k| 148k|  10k|  7 |  79 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1100.60/1103.59	c  1104s|     1 |     0 |197793 |     - |  1310M |   0 |  64k| 118k| 149k|  10k|  8 |  82 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1153.71/1156.80	c  1157s|     1 |     0 |207552 |     - |  1331M |   0 |  64k| 118k| 149k|  11k|  9 |  84 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1204.44/1207.76	c  1208s|     1 |     0 |214996 |     - |  1359M |   0 |  64k| 118k| 150k|  11k| 10 |  85 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1246.99/1250.45	c  1250s|     1 |     0 |223322 |     - |  1381M |   0 |  64k| 118k| 150k|  11k| 11 |  86 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1597.42/1602.10	c  1602s|     1 |     2 |231605 |     - |  1383M |   0 |  64k| 118k| 150k|  11k| 11 |  90 |  26 | 0.000000e+00 |      --      |    Inf | unknown
3586.30/3597.04	c 
3586.30/3597.04	c SCIP Status        : solving was interrupted [time limit reached]
3586.30/3597.04	c Solving Time (sec) : 3597.02
3586.30/3597.04	c Solving Nodes      : 7
3586.30/3597.04	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3586.30/3597.04	c Dual Bound         : +0.00000000000000e+00
3586.30/3597.04	c Gap                : infinite
3586.30/3597.04	s UNKNOWN
3586.30/3597.04	c SCIP Status        : solving was interrupted [time limit reached]
3586.30/3597.04	c Total Time         :    3597.02
3586.30/3597.04	c   solving          :    3597.02
3586.30/3597.04	c   presolving       :      90.45 (included in solving)
3586.30/3597.04	c   reading          :       1.24 (included in solving)
3586.30/3597.04	c   copying          :       0.00 (0 times copied the problem)
3586.30/3597.04	c Original Problem   :
3586.30/3597.04	c   Problem name     : HOME/instance-4545320-1753237076.opb
3586.30/3597.04	c   Variables        : 101921 (101921 binary, 0 integer, 0 implicit integer, 0 continuous)
3586.30/3597.04	c   Constraints      : 213661 initial, 213661 maximal
3586.30/3597.04	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3586.30/3597.04	c Presolved Problem  :
3586.30/3597.04	c   Problem name     : t_HOME/instance-4545320-1753237076.opb
3586.30/3597.04	c   Variables        : 64169 (64169 binary, 0 integer, 0 implicit integer, 0 continuous)
3586.30/3597.04	c   Constraints      : 118052 initial, 118216 maximal
3586.30/3597.05	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3586.30/3597.05	c   Nonzeros         : 655417 constraint, 166876 clique table
3586.30/3597.05	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3586.30/3597.05	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   domcol           :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   gateextraction   :       0.58       0.00      7          0          0          0          0          0      82887      27288          0          0
3586.30/3597.05	c   implics          :       0.02       0.00     13          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   milp             :       3.87       0.00      1       1122       2731          0          0          0          0          0          0          0
3586.30/3597.05	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   trivial          :       0.06       0.00     20         67          0          0          0          0          0          0          0          0
3586.30/3597.05	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   dualfix          :       0.05       0.00     20          1          0          0          0          0          0          0          0          0
3586.30/3597.05	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   probing          :      79.77       0.00      1          4          9          0          0          0          0          0          0          0
3586.30/3597.05	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   symmetry         :       0.82       0.00      1          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   vbounds          :       0.08       0.00      2          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   knapsack         :       1.76       0.03     28          2          0          0          0          0      29957      62639      13891      44907
3586.30/3597.05	c   setppc           :       0.74       0.01     28          1        212          0          0          0        902          1        209        209
3586.30/3597.05	c   and              :       0.34       0.00     14          0       5579          0          0          0       5585          6          0          0
3586.30/3597.05	c   linear           :       1.60       0.14     24      27766        258          0      27762          0      66672        460      32123      40403
3586.30/3597.05	c   logicor          :       0.26       0.00     24          0          0          0          0          0          0          0          0          3
3586.30/3597.05	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   components       :       0.11       0.00      1          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   root node        :          -          -      -          3          -          -          3          -          -          -          -          -
3586.30/3597.05	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3586.30/3597.05	c   benderslp        :          0          0          0          0          7          0          0          7          0          0          0          0          0          0          0
3586.30/3597.05	c   integral         :          0          0          0          0          7          0          0          7          0          0          0          0          0          0         14
3586.30/3597.05	c   knapsack         :      78701      78701         10      21696          0          0          0          3        386         47         42       2003        291          0          0
3586.30/3597.05	c   setppc           :      15752+     15779         10      21649          0          0          0          0        274         23         12         22          1          0          0
3586.30/3597.05	c   and              :      20356      20356         23      21626          0          0          0          0        158         20         28      24797       5115          0          0
3586.30/3597.05	c   linear           :        276        276          9      21606          0          0          0          3        197         14          8          0          0          0          0
3586.30/3597.05	c   logicor          :       2967+      3104          9       1827          0          0          0          0         36         19          0          6          2          0          0
3586.30/3597.05	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3586.30/3597.05	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.30/3597.05	c   integral         :     346.04       0.00       0.00       0.00     346.04       0.00       0.00       0.00       0.00       0.00
3586.30/3597.05	c   knapsack         :      35.74       0.03       0.17      35.53       0.00       0.00       0.00       0.00       0.00       0.01
3586.30/3597.05	c   setppc           :       4.98       0.01       0.02       4.95       0.00       0.00       0.00       0.00       0.00       0.00
3586.30/3597.05	c   and              :       5.87       0.00       0.27       5.55       0.00       0.00       0.00       0.00       0.00       0.05
3586.30/3597.05	c   linear           :       0.18       0.14       0.00       0.04       0.00       0.00       0.00       0.00       0.00       0.00
3586.30/3597.05	c   logicor          :       0.02       0.00       0.01       0.01       0.00       0.00       0.00       0.00       0.00       0.00
3586.30/3597.05	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.30/3597.05	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.30/3597.05	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.30/3597.05	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.30/3597.05	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3586.30/3597.05	c   dualfix          :          1          0          0          0
3586.30/3597.05	c   genvbounds       :          0          0          0          0
3586.30/3597.05	c   nlobbt           :          0          0          0          0
3586.30/3597.05	c   obbt             :          0          0          0          0
3586.30/3597.05	c   probing          :          0          0          0          0
3586.30/3597.05	c   pseudoobj        :          0          0          0          0
3586.30/3597.05	c   redcost          :          0          0          0          0
3586.30/3597.05	c   rootredcost      :          0          0          0          0
3586.30/3597.05	c   symmetry         :         13          0          0          0
3586.30/3597.05	c   vbounds          :       9997          0          0          0
3586.30/3597.05	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3586.30/3597.05	c   dualfix          :       0.06       0.00       0.05       0.00       0.00       0.00
3586.30/3597.05	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3586.30/3597.05	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3586.30/3597.05	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3586.30/3597.05	c   probing          :      79.77       0.00      79.77       0.00       0.00       0.00
3586.30/3597.05	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
3586.30/3597.05	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
3586.30/3597.05	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3586.30/3597.05	c   symmetry         :       0.83       0.00       0.82       0.01       0.00       0.00
3586.30/3597.05	c   vbounds          :       0.11       0.00       0.08       0.03       0.00       0.00
3586.30/3597.05	c Symmetry           :
3586.30/3597.05	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3586.30/3597.05	c   orbital reduction:          0 reductions applied,          0 cutoffs
3586.30/3597.05	c   lexicographic red:          0 reductions applied,          0 cutoffs
3586.30/3597.05	c   shadow tree time :       0.00 s
3586.30/3597.05	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3586.30/3597.05	c   propagation      :       0.00         98         97          -        148        5.0         38        4.2          -          -          -
3586.30/3597.05	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3586.30/3597.05	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3586.30/3597.05	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3586.30/3597.05	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3586.30/3597.05	c   applied globally :       0.00          -          -          0        175        4.4          -          -          0          -          -
3586.30/3597.05	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3586.30/3597.05	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3586.30/3597.05	c   cut pool         :       0.02          -         19         19          -          -      11232      16038          -          -          -          -          -    (maximal pool size:      11232)
3586.30/3597.05	c   aggregation      :       0.81       0.00          9          9          0          0       1272       2955          0         68         68          0          0
3586.30/3597.05	c   > cmir           :          -          -          -          -          -          -          -       2178          0         47         47          0          -
3586.30/3597.05	c   > flowcover      :          -          -          -          -          -          -          -        764          0         19         19          0          -
3586.30/3597.05	c   > knapsackcover  :          -          -          -          -          -          -          -         13          0          2          2          0          -
3586.30/3597.05	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   clique           :     156.32       0.00          9          9          0          0         47         71          0         28         28          0          0
3586.30/3597.05	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   gomory           :      16.87       0.00          9          9          0          0       1805       3391          0        209        209          0          0
3586.30/3597.05	c   > gomorymi       :          -          -          -          -          -          -          -       1265          0         49         49          0          -
3586.30/3597.05	c   > strongcg       :          -          -          -          -          -          -          -       2126          0        160        160          0          -
3586.30/3597.05	c   impliedbounds    :       0.13       0.00          9          9          0          0       7819       9218          0       7088       7088          0          0
3586.30/3597.05	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   mcf              :       0.24       0.00          1          1          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   multilinear      :       0.10       0.00         15         11          0          0        179        161         40        122         97         25          0
3586.30/3597.05	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.30/3597.05	c   rlt              :     108.12       0.00         10         10          0          0         70         96          0         46         46          0          0
3586.30/3597.05	c   zerohalf         :       0.92       0.00          9          9          0          0         80        146          0         68         68          0          0
3586.30/3597.05	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3586.30/3597.05	c   hybrid           :       0.88       0.00         23         11      13038          0      29868      11838          0      23563
3586.30/3597.05	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.30/3597.05	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3586.30/3597.05	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3586.30/3597.05	c   problem variables:       0.00          -          0          0
3586.30/3597.05	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3586.30/3597.05	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3586.30/3597.05	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3586.30/3597.05	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3586.30/3597.05	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3586.30/3597.05	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.30/3597.05	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.30/3597.05	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.30/3597.05	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.30/3597.05	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3586.30/3597.05	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.30/3597.05	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.30/3597.05	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.30/3597.05	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.30/3597.05	c   relpscost        :     346.04       0.00          7          0          0          0          0          0          0         14
3586.30/3597.05	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3586.30/3597.05	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3586.30/3597.05	c   LP solutions     :       0.00          -          -          0          0
3586.30/3597.05	c   relax solutions  :       0.00          -          -          0          0
3586.30/3597.05	c   pseudo solutions :       0.00          -          -          0          0
3586.30/3597.05	c   strong branching :       0.00          -          -          0          0
3586.30/3597.05	c   actconsdiving    :       0.00       0.00          0          0          0
3586.30/3597.05	c   adaptivediving   :     289.40       0.00          1          0          0
3586.30/3597.05	c   alns             :       0.00       0.00          0          0          0
3586.30/3597.05	c   bound            :       0.00       0.00          0          0          0
3586.30/3597.05	c   clique           :       0.50       0.00          1          0          0
3586.30/3597.05	c   coefdiving       :       0.00       0.00          0          0          0
3586.30/3597.05	c   completesol      :       0.00       0.00          0          0          0
3586.30/3597.05	c   conflictdiving   :       0.40       0.00          1          0          0
3586.30/3597.05	c   crossover        :       0.00       0.00          0          0          0
3586.30/3597.05	c   dins             :       0.00       0.00          0          0          0
3586.30/3597.05	c   distributiondivin:     221.94       0.00          1          0          0
3586.30/3597.05	c   dps              :       0.00       0.00          0          0          0
3586.30/3597.05	c   dualval          :       0.00       0.00          0          0          0
3586.30/3597.05	c   farkasdiving     :       0.00       0.00          0          0          0
3586.30/3597.05	c   feasjump         :       0.17       0.00          1          0          0
3586.30/3597.05	c   feaspump         :     218.12       0.00          1          0          0
3586.30/3597.05	c   fixandinfer      :       0.00       0.00          0          0          0
3586.30/3597.05	c   fracdiving       :      10.83       0.00          1          0          0
3586.30/3597.05	c   gins             :       0.00       0.00          0          0          0
3586.30/3597.05	c   guideddiving     :       0.00       0.00          0          0          0
3586.30/3597.05	c   indcoefdiving    :       0.00       0.00          0          0          0
3586.30/3597.05	c   indicator        :       0.00       0.00          0          0          0
3586.30/3597.05	c   indicatordiving  :       0.00       0.00          0          0          0
3586.30/3597.05	c   indoneopt        :       0.00       0.00          0          0          0
3586.30/3597.05	c   indrounding      :       0.00       0.00          0          0          0
3586.30/3597.05	c   indtwoopt        :       0.00       0.00          0          0          0
3586.30/3597.05	c   intdiving        :       0.00       0.00          0          0          0
3586.30/3597.05	c   intshifting      :       0.00       0.00          0          0          0
3586.30/3597.05	c   linesearchdiving :       0.00       0.00          0          0          0
3586.30/3597.05	c   localbranching   :       0.00       0.00          0          0          0
3586.30/3597.05	c   locks            :       0.39       0.00          1          0          0
3586.30/3597.05	c   lpface           :       0.00       0.00          0          0          0
3586.30/3597.05	c   mpec             :       0.00       0.00          0          0          0
3586.30/3597.05	c   multistart       :       0.00       0.00          0          0          0
3586.30/3597.05	c   mutation         :       0.00       0.00          0          0          0
3586.30/3597.05	c   nlpdiving        :       0.00       0.00          0          0          0
3586.30/3597.05	c   objpscostdiving  :    1413.24       0.00          1          0          0
3586.30/3597.05	c   octane           :       0.00       0.00          0          0          0
3586.30/3597.05	c   ofins            :       0.00       0.00          0          0          0
3586.30/3597.05	c   oneopt           :       0.00       0.00          0          0          0
3586.30/3597.05	c   padm             :       0.00       0.00          0          0          0
3586.30/3597.05	c   proximity        :       0.00       0.00          0          0          0
3586.30/3597.05	c   pscostdiving     :       0.47       0.00          2          0          0
3586.30/3597.05	c   randrounding     :       0.56       0.00         12          0          0
3586.30/3597.05	c   rens             :       0.00       0.00          0          0          0
3586.30/3597.05	c   reoptsols        :       0.00       0.00          0          0          0
3586.30/3597.05	c   repair           :       0.00       0.00          0          0          0
3586.30/3597.05	c   rins             :       0.00       0.00          0          0          0
3586.30/3597.05	c   rootsoldiving    :       0.00       0.00          0          0          0
3586.30/3597.05	c   rounding         :       0.27       0.00         30          0          0
3586.30/3597.05	c   scheduler        :       0.00       0.00          0          0          0
3586.30/3597.05	c   shiftandpropagate:       0.12       0.00          1          0          0
3586.30/3597.05	c   shifting         :      46.80       0.00         12          0          0
3586.30/3597.05	c   simplerounding   :       0.00       0.00          0          0          0
3586.30/3597.05	c   smallcard        :       0.00       0.00          0          0          0
3586.30/3597.05	c   subnlp           :       0.00       0.00          0          0          0
3586.30/3597.05	c   trivial          :       0.06       0.00          2          0          0
3586.30/3597.05	c   trivialnegation  :       0.00       0.00          0          0          0
3586.30/3597.05	c   trustregion      :       0.00       0.00          0          0          0
3586.30/3597.05	c   trysol           :       0.00       0.00          0          0          0
3586.30/3597.05	c   twoopt           :       0.00       0.00          0          0          0
3586.30/3597.05	c   undercover       :     194.66       0.00          1          0          0
3586.30/3597.05	c   vbounds          :       0.18       0.00          1          0          0
3586.30/3597.05	c   veclendiving     :       0.85       0.00          1          0          0
3586.30/3597.05	c   zeroobj          :       0.00       0.00          0          0          0
3586.30/3597.05	c   zirounding       :       0.09       0.00          7          0          0
3586.30/3597.05	c   other solutions  :          -          -          -          0          -
3586.30/3597.05	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3586.30/3597.05	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
3586.30/3597.05	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
3586.30/3597.05	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
3586.30/3597.05	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
3586.30/3597.05	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
3586.30/3597.05	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
3586.30/3597.05	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
3586.30/3597.05	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
3586.30/3597.05	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
3586.30/3597.05	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3586.30/3597.05	c   primal LP        :       0.10          2          0       0.00       0.00       0.10          2
3586.30/3597.05	c   dual LP          :     473.79         30     197349    6578.30     416.53       0.00          0
3586.30/3597.05	c   lex dual LP      :       0.00          0          0       0.00          -
3586.30/3597.05	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3586.30/3597.05	c   resolve instable :       0.00          0          0       0.00          -
3586.30/3597.05	c   diving/probing LP:    2611.22         35     125800    3594.29      48.18
3586.30/3597.05	c   strong branching :      66.86         26      25052     963.54     374.67          -          -         48
3586.30/3597.05	c     (at root node) :          -         26      25052     963.54          -
3586.30/3597.05	c   conflict analysis:       0.00          0          0       0.00          -
3586.30/3597.05	c B&B Tree           :
3586.30/3597.05	c   number of runs   :          1
3586.30/3597.05	c   nodes            :          7 (7 internal, 0 leaves)
3586.30/3597.05	c   feasible leaves  :          0
3586.30/3597.05	c   infeas. leaves   :          0
3586.30/3597.05	c   objective leaves :          0
3586.30/3597.05	c   nodes (total)    :          7 (7 internal, 0 leaves)
3586.30/3597.05	c   nodes left       :          8
3586.30/3597.05	c   max depth        :          4
3586.30/3597.05	c   max depth (total):          4
3586.30/3597.05	c   backtracks       :          2 (28.6%)
3586.30/3597.05	c   early backtracks :          0 (0.0%)
3586.30/3597.05	c   nodes exc. ref.  :          0 (0.0%)
3586.30/3597.05	c   delayed cutoffs  :          0
3586.30/3597.05	c   repropagations   :          1 (0 domain reductions, 0 cutoffs)
3586.30/3597.05	c   avg switch length:       2.14
3586.30/3597.05	c   switching time   :       0.13
3586.30/3597.05	c Root Node          :
3586.30/3597.05	c   First LP value   : +0.00000000000000e+00
3586.30/3597.05	c   First LP Iters   :      38774 (728.81 Iter/sec)
3586.30/3597.05	c   First LP Time    :      53.20
3586.30/3597.05	c   Final Dual Bound : +0.00000000000000e+00
3586.30/3597.05	c   Final Root Iters :     223322
3586.30/3597.05	c   Root LP Estimate : +2.21007219125652e-03
3586.30/3597.05	c Solution           :
3586.30/3597.05	c   Solutions found  :          0 (0 improvements)
3586.30/3597.05	c   Primal Bound     :          -
3586.30/3597.05	c   Dual Bound       : +0.00000000000000e+00
3586.30/3597.05	c   Gap              :   infinite
3586.30/3597.05	c Integrals          :      Total       Avg%
3586.30/3597.05	c   primal-dual      :  359702.04     100.00
3586.30/3597.05	c   primal-ref       :          -          - (not evaluated)
3586.30/3597.05	c   dual-ref         :          -          - (not evaluated)
3587.19/3597.90	c Time complete: 3587.19.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545320-1753237076/watcher-4545320-1753237076 -o /tmp/evaluation-result-4545320-1753237076/solver-4545320-1753237076 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1753233476-160555 --watchdog 3760 pbscip -f HOME/instance-4545320-1753237076.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=160959, runsolver pid=160955

[startup+0.100072 s]*
/proc/loadavg: 4.05 4.11 4.11 5/247 160965
/proc/meminfo: memFree=119793932/131382112 swapFree=33010160/33010684
[pid=160959] ppid=160955 vsize=56308 memory=28544 CPUtime=0.09 cores=0,2
/proc/160959/stat : 160959 (pbscip) R 160955 160959 160545 0 -1 4194304 4233 0 0 0 7 2 0 0 20 0 1 0 239387398 57659392 7136 18446744073709551615 4235264 18693293 140721595542080 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46432256 140721595545991 140721595546090 140721595546090 140721595551694 0
/proc/160959/statm: 14077 7136 3232 3530 0 5528 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 56308 KiB
Current children cumulated memory: 28544 KiB

[startup+0.213302 s]*
/proc/loadavg: 4.05 4.11 4.11 5/247 160965
/proc/meminfo: memFree=119762304/131382112 swapFree=33010160/33010684
[pid=160959] ppid=160955 vsize=71736 memory=43904 CPUtime=0.2 cores=0,2
/proc/160959/stat : 160959 (pbscip) R 160955 160959 160545 0 -1 4194304 8076 0 0 0 17 3 0 0 20 0 1 0 239387398 73457664 10976 18446744073709551615 4235264 18693293 140721595542080 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46432256 140721595545991 140721595546090 140721595546090 140721595551694 0
/proc/160959/statm: 17934 10976 3232 3530 0 9385 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 71736 KiB
Current children cumulated memory: 43904 KiB

[startup+0.312949 s]*
/proc/loadavg: 4.05 4.11 4.11 5/246 160966
/proc/meminfo: memFree=119742396/131382112 swapFree=33010160/33010684
[pid=160959] ppid=160955 vsize=85564 memory=57472 CPUtime=0.29 cores=0,2
/proc/160959/stat : 160959 (pbscip) R 160955 160959 160545 0 -1 4194304 11469 0 0 0 25 4 0 0 20 0 1 0 239387398 87617536 14368 18446744073709551615 4235264 18693293 140721595542080 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46432256 140721595545991 140721595546090 140721595546090 140721595551694 0
/proc/160959/statm: 21391 14368 3232 3530 0 12842 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 85564 KiB
Current children cumulated memory: 57472 KiB

[startup+0.7003 s]
/proc/loadavg: 4.05 4.11 4.11 5/246 160971
/proc/meminfo: memFree=119689980/131382112 swapFree=33010160/33010684
[pid=160959] ppid=160955 vsize=144600 memory=115840 CPUtime=0.67 cores=0,2
/proc/160959/stat : 160959 (pbscip) R 160955 160959 160545 0 -1 4194304 26084 0 0 0 59 8 0 0 20 0 1 0 239387398 148070400 28960 18446744073709551615 4235264 18693293 140721595542080 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46432256 140721595545991 140721595546090 140721595546090 140721595551694 0
/proc/160959/statm: 36150 28960 3232 3530 0 27601 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 144600 KiB
Current children cumulated memory: 115840 KiB

[startup+1.50028 s]
/proc/loadavg: 4.05 4.11 4.11 5/250 160975
/proc/meminfo: memFree=119525108/131382112 swapFree=33010160/33010684
[pid=160959] ppid=160955 vsize=393884 memory=366584 CPUtime=1.46 cores=0,2
/proc/160959/stat : 160959 (pbscip) R 160955 160959 160545 0 -1 4194304 88857 0 0 0 126 20 0 0 20 0 1 0 239387398 403337216 91646 18446744073709551615 4235264 18693293 140721595542080 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46432256 140721595545991 140721595546090 140721595546090 140721595551694 0
/proc/160959/statm: 98471 91646 3520 3530 0 89922 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 393884 KiB
Current children cumulated memory: 366584 KiB

[startup+3.11265 s]
/proc/loadavg: 4.05 4.11 4.11 4/246 160983
/proc/meminfo: memFree=119653820/131382112 swapFree=33010160/33010684
[pid=160959] ppid=160955 vsize=756096 memory=716700 CPUtime=3.07 cores=0,2
/proc/160959/stat : 160959 (pbscip) R 160955 160959 160545 0 -1 4194304 159281 0 0 0 271 36 0 0 20 0 1 0 239387398 774242304 179175 18446744073709551615 4235264 18693293 140721595542080 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46432256 140721595545991 140721595546090 140721595546090 140721595551694 0
/proc/160959/statm: 189024 179175 3680 3530 0 180475 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 756096 KiB
Current children cumulated memory: 716700 KiB

[startup+6.30028 s]
/proc/loadavg: 4.05 4.10 4.11 5/250 161020
/proc/meminfo: memFree=119521220/131382112 swapFree=33010160/33010684
[pid=160959] ppid=160955 vsize=756096 memory=716700 CPUtime=6.25 cores=0,2
/proc/160959/stat : 160959 (pbscip) R 160955 160959 160545 0 -1 4194304 159308 0 0 0 589 36 0 0 20 0 1 0 239387398 774242304 179175 18446744073709551615 4235264 18693293 140721595542080 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46432256 140721595545991 140721595546090 140721595546090 140721595551694 0
/proc/160959/statm: 189024 179175 3680 3530 0 180475 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 756096 KiB
Current children cumulated memory: 716700 KiB

[startup+12.7003 s]
/proc/loadavg: 4.04 4.10 4.11 5/250 161020
/proc/meminfo: memFree=119314440/131382112 swapFree=33010160/33010684
[pid=160959] ppid=160955 vsize=834620 memory=792508 CPUtime=12.62 cores=0,2
/proc/160959/stat : 160959 (pbscip) R 160955 160959 160545 0 -1 4194304 216330 0 0 0 1216 46 0 0 20 0 1 0 239387398 854650880 198127 18446744073709551615 4235264 18693293 140721595542080 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46432256 140721595545991 140721595546090 140721595546090 140721595551694 0
/proc/160959/statm: 208655 198127 3744 3530 0 200106 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 834620 KiB
Current children cumulated memory: 792508 KiB

[startup+25.5003 s]
/proc/loadavg: 3.97 4.08 4.10 5/250 161065
/proc/meminfo: memFree=126405288/131382112 swapFree=33010160/33010684
[pid=160959] ppid=160955 vsize=835768 memory=793532 CPUtime=25.38 cores=0,2
/proc/160959/stat : 160959 (pbscip) R 160955 160959 160545 0 -1 4194304 216589 0 0 0 2492 46 0 0 20 0 1 0 239387398 855826432 198383 18446744073709551615 4235264 18693293 140721595542080 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46432256 140721595545991 140721595546090 140721595546090 140721595551694 0
/proc/160959/statm: 208942 198383 3744 3530 0 200393 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 835768 KiB
Current children cumulated memory: 793532 KiB

[startup+51.113 s]
/proc/loadavg: 4.04 4.09 4.10 5/250 161066
/proc/meminfo: memFree=126090108/131382112 swapFree=33010160/33010684
[pid=160959] ppid=160955 vsize=836296 memory=794684 CPUtime=50.9 cores=0,2
/proc/160959/stat : 160959 (pbscip) R 160955 160959 160545 0 -1 4194304 216743 0 0 0 5044 46 0 0 20 0 1 0 239387398 856367104 198671 18446744073709551615 4235264 18693293 140721595542080 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46432256 140721595545991 140721595546090 140721595546090 140721595551694 0
/proc/160959/statm: 209074 198671 3744 3530 0 200525 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 836296 KiB
Current children cumulated memory: 794684 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.09 4.10 5/250 161067
/proc/meminfo: memFree=125395524/131382112 swapFree=33010160/33010684
[pid=160959] ppid=160955 vsize=1309044 memory=1193400 CPUtime=101.91 cores=0,2
/proc/160959/stat : 160959 (pbscip) R 160955 160959 160545 0 -1 4194304 268151 0 0 0 10132 59 0 0 20 0 1 0 239387398 1340461056 298350 18446744073709551615 4235264 18693293 140721595542080 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46432256 140721595545991 140721595546090 140721595546090 140721595551694 0
/proc/160959/statm: 327261 298350 3936 3530 0 318712 0
Current children cumulated CPU time: 101.91 s
Current children cumulated vsize: 1309044 KiB
Current children cumulated memory: 1193400 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.10 4.10 5/250 161069
/proc/meminfo: memFree=125358816/131382112 swapFree=33010160/33010684
[pid=160959] ppid=160955 vsize=1343268 memory=1230008 CPUtime=161.77 cores=0,2
/proc/160959/stat : 160959 (pbscip) R 160955 160959 160545 0 -1 4194304 272192 0 0 0 16116 61 0 0 20 0 1 0 239387398 1375506432 307502 18446744073709551615 4235264 18693293 140721595542080 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46432256 140721595545991 140721595546090 140721595546090 140721595551694 0
/proc/160959/statm: 335817 307502 3936 3530 0 327268 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 1343268 KiB
Current children cumulated memory: 1230008 KiB

[startup+222.3 s]
/proc/loadavg: 4.20 4.11 4.10 5/250 161071
/proc/meminfo: memFree=125283244/131382112 swapFree=33010160/33010684
[pid=160959] ppid=160955 vsize=1343572 memory=1232644 CPUtime=221.6 cores=0,2
/proc/160959/stat : 160959 (pbscip) R 160955 160959 160545 0 -1 4194304 272266 0 0 0 22099 61 0 0 20 0 1 0 239387398 1375817728 308161 18446744073709551615 4235264 18693293 140721595542080 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46432256 140721595545991 140721595546090 140721595546090 140721595551694 0
/proc/160959/statm: 335893 308161 3936 3530 0 327344 0
Current children cumulated CPU time: 221.6 s
Current children cumulated vsize: 1343572 KiB
Current children cumulated memory: 1232644 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/249 161073
/proc/meminfo: memFree=124860900/131382112 swapFree=33010160/33010684
[pid=160959] ppid=160955 vsize=1343572 memory=1234692 CPUtime=281.45 cores=0,2
/proc/160959/stat : 160959 (pbscip) R 160955 160959 160545 0 -1 4194304 272277 0 0 0 28084 61 0 0 20 0 1 0 239387398 1375817728 308673 18446744073709551615 4235264 18693293 140721595542080 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46432256 140721595545991 140721595546090 140721595546090 140721595551694 0
/proc/160959/statm: 335893 308673 3936 3530 0 327344 0
Current children cumulated CPU time: 281.45 s
Current children cumulated vsize: 1343572 KiB
Current children cumulated memory: 1234692 KiB

[startup+342.3 s]
/proc/loadavg: 4.16 4.12 4.10 5/249 161075
/proc/meminfo: memFree=124854340/131382112 swapFree=33010160/33010684
[pid=160959] ppid=160955 vsize=1343572 memory=1234692 CPUtime=341.3 cores=0,2
/proc/160959/stat : 160959 (pbscip) R 160955 160959 160545 0 -1 4194304 272407 0 0 0 34069 61 0 0 20 0 1 0 239387398 1375817728 308673 18446744073709551615 4235264 18693293 140721595542080 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46432256 140721595545991 140721595546090 140721595546090 140721595551694 0
/proc/160959/statm: 335893 308673 3936 3530 0 327344 0
Current children cumulated CPU time: 341.3 s
Current children cumulated vsize: 1343572 KiB
Current children cumulated memory: 1234692 KiB

[startup+402.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/249 161077
/proc/meminfo: memFree=124617524/131382112 swapFree=33010160/33010684
[pid=160959] ppid=160955 vsize=1588584 memory=1471688 CPUtime=401.15 cores=0,2
/proc/160959/stat : 160959 (pbscip) R 160955 160959 160545 0 -1 4194304 330665 0 0 0 40045 70 0 0 20 0 1 0 239387398 1626710016 367922 18446744073709551615 4235264 18693293 140721595542080 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46432256 140721595545991 140721595546090 140721595546090 140721595551694 0
/proc/160959/statm: 397146 367922 3968 3530 0 388597 0
Current children cumulated CPU time: 401.15 s
Current children cumulated vsize: 1588584 KiB
Current children cumulated memory: 1471688 KiB

[startup+462.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/249 161080
/proc/meminfo: memFree=124623500/131382112 swapFree=33010160/33010684
[pid=160959] ppid=160955 vsize=1588584 memory=1474760 CPUtime=461.01 cores=0,2
/proc/160959/stat : 160959 (pbscip) R 160955 160959 160545 0 -1 4194304 330673 0 0 0 46031 70 0 0 20 0 1 0 239387398 1626710016 368690 18446744073709551615 4235264 18693293 140721595542080 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46432256 140721595545991 140721595546090 140721595546090 140721595551694 0
/proc/160959/statm: 397146 368690 3968 3530 0 388597 0
Current children cumulated CPU time: 461.01 s

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

/proc/loadavg: 4.23 4.14 4.12 5/250 161222
/proc/meminfo: memFree=124058228/131382112 swapFree=33010160/33010684
[pid=160959] ppid=160955 vsize=1631380 memory=1516892 CPUtime=3212.6 cores=0,2
/proc/160959/stat : 160959 (pbscip) R 160955 160959 160545 0 -1 4194304 339524 0 0 0 321189 71 0 0 20 0 1 0 239387398 1670533120 379223 18446744073709551615 4235264 18693293 140721595542080 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46432256 140721595545991 140721595546090 140721595546090 140721595551694 0
/proc/160959/statm: 407845 379223 3968 3530 0 399296 0
Current children cumulated CPU time: 3212.6 s
Current children cumulated vsize: 1631380 KiB
Current children cumulated memory: 1516892 KiB

[startup+3282.3 s]
/proc/loadavg: 4.84 4.33 4.19 5/249 161224
/proc/meminfo: memFree=124062180/131382112 swapFree=33010160/33010684
[pid=160959] ppid=160955 vsize=1631380 memory=1516892 CPUtime=3272.42 cores=0,2
/proc/160959/stat : 160959 (pbscip) R 160955 160959 160545 0 -1 4194304 339526 0 0 0 327171 71 0 0 20 0 1 0 239387398 1670533120 379223 18446744073709551615 4235264 18693293 140721595542080 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46432256 140721595545991 140721595546090 140721595546090 140721595551694 0
/proc/160959/statm: 407845 379223 3968 3530 0 399296 0
Current children cumulated CPU time: 3272.42 s
Current children cumulated vsize: 1631380 KiB
Current children cumulated memory: 1516892 KiB

[startup+3342.3 s]
/proc/loadavg: 4.35 4.29 4.18 5/250 161227
/proc/meminfo: memFree=124062936/131382112 swapFree=33010160/33010684
[pid=160959] ppid=160955 vsize=1631380 memory=1516892 CPUtime=3332.23 cores=0,2
/proc/160959/stat : 160959 (pbscip) R 160955 160959 160545 0 -1 4194304 339582 0 0 0 333152 71 0 0 20 0 1 0 239387398 1670533120 379223 18446744073709551615 4235264 18693293 140721595542080 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46432256 140721595545991 140721595546090 140721595546090 140721595551694 0
/proc/160959/statm: 407845 379223 3968 3530 0 399296 0
Current children cumulated CPU time: 3332.23 s
Current children cumulated vsize: 1631380 KiB
Current children cumulated memory: 1516892 KiB

[startup+3402.3 s]
/proc/loadavg: 4.24 4.26 4.18 5/250 161229
/proc/meminfo: memFree=124055764/131382112 swapFree=33010160/33010684
[pid=160959] ppid=160955 vsize=1631380 memory=1518556 CPUtime=3392.06 cores=0,2
/proc/160959/stat : 160959 (pbscip) R 160955 160959 160545 0 -1 4194304 339595 0 0 0 339135 71 0 0 20 0 1 0 239387398 1670533120 379639 18446744073709551615 4235264 18693293 140721595542080 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46432256 140721595545991 140721595546090 140721595546090 140721595551694 0
/proc/160959/statm: 407845 379639 3968 3530 0 399296 0
Current children cumulated CPU time: 3392.06 s
Current children cumulated vsize: 1631380 KiB
Current children cumulated memory: 1518556 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.23 4.17 5/250 161231
/proc/meminfo: memFree=124038940/131382112 swapFree=33010160/33010684
[pid=160959] ppid=160955 vsize=1631380 memory=1518556 CPUtime=3451.92 cores=0,2
/proc/160959/stat : 160959 (pbscip) R 160955 160959 160545 0 -1 4194304 339841 0 0 0 345121 71 0 0 20 0 1 0 239387398 1670533120 379639 18446744073709551615 4235264 18693293 140721595542080 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46432256 140721595545991 140721595546090 140721595546090 140721595551694 0
/proc/160959/statm: 407845 379639 3968 3530 0 399296 0
Current children cumulated CPU time: 3451.92 s
Current children cumulated vsize: 1631380 KiB
Current children cumulated memory: 1518556 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.22 4.17 5/250 161233
/proc/meminfo: memFree=124041712/131382112 swapFree=33010160/33010684
[pid=160959] ppid=160955 vsize=1631380 memory=1518556 CPUtime=3511.77 cores=0,2
/proc/160959/stat : 160959 (pbscip) R 160955 160959 160545 0 -1 4194304 339841 0 0 0 351106 71 0 0 20 0 1 0 239387398 1670533120 379639 18446744073709551615 4235264 18693293 140721595542080 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46432256 140721595545991 140721595546090 140721595546090 140721595551694 0
/proc/160959/statm: 407845 379639 3968 3530 0 399296 0
Current children cumulated CPU time: 3511.77 s
Current children cumulated vsize: 1631380 KiB
Current children cumulated memory: 1518556 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.19 4.17 5/251 161242
/proc/meminfo: memFree=124027472/131382112 swapFree=33010160/33010684
[pid=160959] ppid=160955 vsize=1631380 memory=1518556 CPUtime=3571.63 cores=0,2
/proc/160959/stat : 160959 (pbscip) R 160955 160959 160545 0 -1 4194304 339842 0 0 0 357092 71 0 0 20 0 1 0 239387398 1670533120 379639 18446744073709551615 4235264 18693293 140721595542080 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46432256 140721595545991 140721595546090 140721595546090 140721595551694 0
/proc/160959/statm: 407845 379639 3968 3530 0 399296 0
Current children cumulated CPU time: 3571.63 s
Current children cumulated vsize: 1631380 KiB
Current children cumulated memory: 1518556 KiB

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

# cumulated CPU time of all completed processes:  user=3586.47 s, system=0.732153 s

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

[startup+3584 s]*
/proc/loadavg: 4.12 4.19 4.17 5/251 161242
/proc/meminfo: memFree=124027724/131382112 swapFree=33010160/33010684
[pid=160959] ppid=160955 vsize=1631380 memory=1518556 CPUtime=3573.34 cores=0,2
/proc/160959/stat : 160959 (pbscip) R 160955 160959 160545 0 -1 4194304 339842 0 0 0 357263 71 0 0 20 0 1 0 239387398 1670533120 379639 18446744073709551615 4235264 18693293 140721595542080 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46432256 140721595545991 140721595546090 140721595546090 140721595551694 0
/proc/160959/statm: 407845 379639 3968 3530 0 399296 0
Current children cumulated CPU time: 3573.34 s
Current children cumulated vsize: 1631380 KiB
Current children cumulated memory: 1518556 KiB

[startup+3590.4 s]
/proc/loadavg: 4.11 4.19 4.16 5/251 161242
/proc/meminfo: memFree=124027976/131382112 swapFree=33010160/33010684
[pid=160959] ppid=160955 vsize=1631380 memory=1518556 CPUtime=3579.71 cores=0,2
/proc/160959/stat : 160959 (pbscip) R 160955 160959 160545 0 -1 4194304 339842 0 0 0 357900 71 0 0 20 0 1 0 239387398 1670533120 379639 18446744073709551615 4235264 18693293 140721595542080 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46432256 140721595545991 140721595546090 140721595546090 140721595551694 0
/proc/160959/statm: 407845 379639 3968 3530 0 399296 0
Current children cumulated CPU time: 3579.71 s
Current children cumulated vsize: 1631380 KiB
Current children cumulated memory: 1518556 KiB

[startup+3593.6 s]
/proc/loadavg: 4.10 4.18 4.16 5/251 161242
/proc/meminfo: memFree=124027976/131382112 swapFree=33010160/33010684
[pid=160959] ppid=160955 vsize=1631380 memory=1518556 CPUtime=3582.9 cores=0,2
/proc/160959/stat : 160959 (pbscip) R 160955 160959 160545 0 -1 4194304 339843 0 0 0 358219 71 0 0 20 0 1 0 239387398 1670533120 379639 18446744073709551615 4235264 18693293 140721595542080 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46432256 140721595545991 140721595546090 140721595546090 140721595551694 0
/proc/160959/statm: 407845 379639 3968 3530 0 399296 0
Current children cumulated CPU time: 3582.9 s
Current children cumulated vsize: 1631380 KiB
Current children cumulated memory: 1518556 KiB

[startup+3595.2 s]
/proc/loadavg: 4.10 4.18 4.16 5/251 161242
/proc/meminfo: memFree=124027976/131382112 swapFree=33010160/33010684
[pid=160959] ppid=160955 vsize=1631380 memory=1518556 CPUtime=3584.5 cores=0,2
/proc/160959/stat : 160959 (pbscip) R 160955 160959 160545 0 -1 4194304 339844 0 0 0 358379 71 0 0 20 0 1 0 239387398 1670533120 379639 18446744073709551615 4235264 18693293 140721595542080 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46432256 140721595545991 140721595546090 140721595546090 140721595551694 0
/proc/160959/statm: 407845 379639 3968 3530 0 399296 0
Current children cumulated CPU time: 3584.5 s
Current children cumulated vsize: 1631380 KiB
Current children cumulated memory: 1518556 KiB

[startup+3596.8 s]
/proc/loadavg: 4.09 4.18 4.16 5/251 161242
/proc/meminfo: memFree=124027976/131382112 swapFree=33010160/33010684
[pid=160959] ppid=160955 vsize=1631380 memory=1518556 CPUtime=3586.09 cores=0,2
/proc/160959/stat : 160959 (pbscip) R 160955 160959 160545 0 -1 4194304 339844 0 0 0 358538 71 0 0 20 0 1 0 239387398 1670533120 379639 18446744073709551615 4235264 18693293 140721595542080 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46432256 140721595545991 140721595546090 140721595546090 140721595551694 0
/proc/160959/statm: 407845 379639 3968 3530 0 399296 0
Current children cumulated CPU time: 3586.09 s
Current children cumulated vsize: 1631380 KiB
Current children cumulated memory: 1518556 KiB

[startup+3597.6 s]
/proc/loadavg: 4.09 4.18 4.16 5/251 161242
/proc/meminfo: memFree=124028020/131382112 swapFree=33010160/33010684
[pid=160959] ppid=160955 vsize=1629580 memory=1516756 CPUtime=3586.89 cores=0,2
/proc/160959/stat : 160959 (pbscip) R 160955 160959 160545 0 -1 4194304 340025 0 0 0 358618 71 0 0 20 0 1 0 239387398 1668689920 379189 18446744073709551615 4235264 18693293 140721595542080 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46432256 140721595545991 140721595546090 140721595546090 140721595551694 0
/proc/160959/statm: 407395 379189 3968 3530 0 398846 0
Current children cumulated CPU time: 3586.89 s
Current children cumulated vsize: 1629580 KiB
Current children cumulated memory: 1516756 KiB

[startup+3597.8 s]
/proc/loadavg: 4.09 4.18 4.16 5/251 161242
/proc/meminfo: memFree=124028020/131382112 swapFree=33010160/33010684
[pid=160959] ppid=160955 vsize=1459508 memory=1347000 CPUtime=3587.09 cores=0,2
/proc/160959/stat : 160959 (pbscip) R 160955 160959 160545 0 -1 4194304 340042 0 0 0 358637 72 0 0 20 0 1 0 239387398 1494536192 336750 18446744073709551615 4235264 18693293 140721595542080 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46432256 140721595545991 140721595546090 140721595546090 140721595551694 0
/proc/160959/statm: 364877 336750 3968 3530 0 356328 0
Current children cumulated CPU time: 3587.09 s
Current children cumulated vsize: 1459508 KiB
Current children cumulated memory: 1347000 KiB

[startup+3597.9 s]
/proc/loadavg: 4.09 4.18 4.16 5/251 161242
/proc/meminfo: memFree=124028020/131382112 swapFree=33010160/33010684
[pid=160959] ppid=160955 vsize=1109792 memory=1070568 CPUtime=3587.19 cores=0,2
/proc/160959/stat : 160959 (pbscip) R 160955 160959 160545 0 -1 4194304 340074 0 0 0 358647 72 0 0 20 0 1 0 239387398 1136427008 268156 18446744073709551615 4235264 18693293 140721595542080 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46432256 140721595545991 140721595546090 140721595546090 140721595551694 0
/proc/160959/statm: 276934 267899 3968 3530 0 268385 0
Current children cumulated CPU time: 3587.19 s
Current children cumulated vsize: 1109792 KiB
Current children cumulated memory: 1070568 KiB

Child status: 0

Real time (s): 3597.9
CPU time (s): 3587.2
CPU user time (s): 3586.47
CPU system time (s): 0.732153
CPU usage (%): 99.7026
Max. virtual memory (cumulated for all children) (KiB): 1631380
Max. memory (cumulated for all children) (KiB): 1518556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.47
system time used= 0.732153
maximum resident set size= 1518556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 340106
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= 149
involuntary context switches= 7932


# summary of solver processes directly reported to runsolver:
#   pid: 160959
#   total CPU time (s): 3587.2
#   total CPU user time (s): 3586.47
#   total CPU system time (s): 0.732153

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.2187 second user time and 33.5883 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-23 04:17:56
IDJOB=4545320
IDBENCH=180812
IDSOLVER=3365
FILE ID=nodeC009/4545320-1753237076
RUNJOBID= nodeC009-1753233476-160555
SLURM_JOB_ID= 9687848
Free space on /tmp= 432180 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-SocialGolfers-08-04-08_c24.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545320-1753237076/watcher-4545320-1753237076 -o /tmp/evaluation-result-4545320-1753237076/solver-4545320-1753237076 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1753233476-160555 --watchdog 3760  pbscip -f HOME/instance-4545320-1753237076.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= e5dad10f2c51a051686c6ce21bebf57a
RANDOM SEED=745345200

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		: 1297.006
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		: 3492.014
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.448
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		: 1197.460
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		: 3662.561
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		: 1197.233
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.284
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		: 1198.166
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:        119772064 kB
MemAvailable:   121125928 kB
Buffers:            2144 kB
Cached:          2070576 kB
SwapCached:           24 kB
Active:          9847500 kB
Inactive:         933228 kB
Active(anon):    8730056 kB
Inactive(anon):     4080 kB
Active(file):    1117444 kB
Inactive(file):   929148 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             29404 kB
Writeback:             0 kB
AnonPages:       8707596 kB
Mapped:           131632 kB
Shmem:             26128 kB
KReclaimable:     293412 kB
Slab:             386768 kB
SReclaimable:     293412 kB
SUnreclaim:        93356 kB
KernelStack:        3968 kB
PageTables:        20524 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    9938660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149336 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2629632 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= 432200 MiB
End job on nodeC009 at 2025-07-23 05:17:54