Trace number 4503322

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP 2024-07-07? 3585.43 3597.64

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-90.opb
MD5SUM44a09c98c00ea73bd3c28d44044dc987
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark104.761
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12587
Total number of constraints283937
Number of constraints which are clauses255125
Number of constraints which are cardinality constraints (but not clauses)903
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint2
Maximum length of a constraint270
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 271
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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-4503322-1751170632.opb>
0.49/0.58	c original problem has 12587 variables (12587 bin, 0 int, 0 impl, 0 cont) and 283937 constraints
0.49/0.58	c problem read in 0.58
0.49/0.59	c No objective function, only one solution is needed.
0.88/0.98	c presolving:
1.57/1.68	c    (1.7s) running MILP presolver
2.37/2.48	c    (2.5s) MILP presolver found nothing
3.08/3.11	c (round 1, exhaustive) 1 del vars, 10 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 283924 upgd conss, 0 impls, 60278 clqs
3.77/3.83	c (round 2, exhaustive) 1 del vars, 3550 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 5318 chg coeffs, 283924 upgd conss, 0 impls, 60278 clqs
5.87/5.93	c    (5.9s) probing: 51/12586 (0.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
5.87/5.93	c    (5.9s) probing aborted: 50/50 successive totally useless probings
7.36/7.44	c    (7.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
7.97/8.03	c    (8.0s) no symmetry present (symcode time: 0.08)
8.16/8.29	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
8.16/8.29	c  1 deleted vars, 3550 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 9 changed sides, 5453 changed coefficients
8.16/8.29	c  0 implications, 60278 cliques
8.16/8.29	c presolved problem has 12586 variables (12586 bin, 0 int, 0 impl, 0 cont) and 280387 constraints
8.16/8.29	c   28351 constraints of type <knapsack>
8.16/8.29	c   60278 constraints of type <setppc>
8.16/8.29	c       3 constraints of type <linear>
8.16/8.29	c  191755 constraints of type <logicor>
8.16/8.29	c transformed objective value is always integral (scale: 1)
8.16/8.29	c Presolving Time: 7.32
8.16/8.29	c - non default parameters ----------------------------------------------------------------------
8.16/8.29	c # SCIP version 10.0.0
8.16/8.29	c 
8.16/8.29	c # maximal time in seconds to run
8.16/8.29	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
8.16/8.29	c limits/time = 3596.997012
8.16/8.29	c 
8.16/8.29	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
8.16/8.29	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
8.16/8.29	c limits/memory = 27900
8.16/8.29	c 
8.16/8.29	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
8.16/8.29	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
8.16/8.29	c limits/solutions = 1
8.16/8.29	c 
8.16/8.29	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.
8.16/8.29	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
8.16/8.29	c misc/usesymmetry = 3
8.16/8.29	c 
8.16/8.29	c # belongs reading time to solving time?
8.16/8.29	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
8.16/8.29	c timing/reading = TRUE
8.16/8.29	c 
8.16/8.29	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
8.16/8.29	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
8.16/8.29	c propagating/symmetry/detectdoublelex = FALSE
8.16/8.29	c 
8.16/8.29	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
8.16/8.29	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
8.16/8.29	c propagating/symmetry/detectsubgroups = FALSE
8.16/8.29	c 
8.16/8.29	c # Type of symmetries that shall be computed?
8.16/8.29	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
8.16/8.29	c propagating/symmetry/symtype = 1
8.16/8.29	c 
8.16/8.29	c # Should components consisting of a single full reflection be handled?
8.16/8.29	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
8.16/8.29	c propagating/symmetry/usesimplesgncomp = FALSE
8.16/8.29	c 
8.16/8.29	c -----------------------------------------------------------------------------------------------
8.16/8.29	c start solving
8.26/8.30	c 
9.76/9.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
9.76/9.88	c   9.9s|     1 |     0 |   711 |     - |  1363M |   0 |  12k| 280k| 280k|   0 |  0 | 108 |   0 | 0.000000e+00 |      --      |    Inf | unknown
46.42/46.69	c  46.7s|     1 |     0 |  4071 |     - |  1401M |   0 |  12k| 280k| 280k|   9 |  1 | 108 |   0 | 0.000000e+00 |      --      |    Inf | unknown
94.81/95.25	c  95.2s|     1 |     0 |  4457 |     - |  1431M |   0 |  12k| 280k| 280k|  17 |  2 | 116 |   0 | 0.000000e+00 |      --      |    Inf | unknown
157.24/157.90	c   158s|     1 |     0 |  4488 |     - |  1460M |   0 |  12k| 280k| 280k|  22 |  3 | 118 |   0 | 0.000000e+00 |      --      |    Inf | unknown
224.95/225.91	c   226s|     1 |     0 |  4666 |     - |  1494M |   0 |  12k| 280k| 280k|  29 |  4 | 124 |   0 | 0.000000e+00 |      --      |    Inf | unknown
262.18/263.38	c   263s|     1 |     0 |  4853 |     - |  1526M |   0 |  12k| 280k| 280k|  43 |  5 | 127 |   0 | 0.000000e+00 |      --      |    Inf | unknown
293.15/294.47	c   294s|     1 |     0 |  5104 |     - |  1558M |   0 |  12k| 280k| 280k|  57 |  6 | 133 |   0 | 0.000000e+00 |      --      |    Inf | unknown
316.65/318.09	c   318s|     1 |     0 |  5205 |     - |  1597M |   0 |  12k| 280k| 280k|  67 |  7 | 135 |   0 | 0.000000e+00 |      --      |    Inf | unknown
345.72/347.26	c   347s|     1 |     0 |  5301 |     - |  1633M |   0 |  12k| 280k| 280k|  79 |  8 | 139 |   0 | 0.000000e+00 |      --      |    Inf | unknown
359.46/361.03	c   361s|     1 |     0 |  5412 |     - |  1670M |   0 |  12k| 280k| 280k|  89 |  9 | 141 |   0 | 0.000000e+00 |      --      |    Inf | unknown
380.56/382.28	c   382s|     1 |     0 |  5768 |     - |  1697M |   0 |  12k| 280k| 280k|  99 | 10 | 143 |   0 | 0.000000e+00 |      --      |    Inf | unknown
381.07/382.76	c   383s|     1 |     0 |  6230 |     - |  1724M |   0 |  12k| 280k| 280k| 113 | 11 | 145 |   0 | 0.000000e+00 |      --      |    Inf | unknown
381.47/383.14	c   383s|     1 |     0 |  6495 |     - |  1751M |   0 |  12k| 280k| 280k| 122 | 12 | 147 |   0 | 0.000000e+00 |      --      |    Inf | unknown
381.86/383.55	c   384s|     1 |     0 |  6680 |     - |  1778M |   0 |  12k| 280k| 280k| 130 | 13 | 150 |   0 | 0.000000e+00 |      --      |    Inf | unknown
382.26/384.00	c   384s|     1 |     0 |  6833 |     - |  1805M |   0 |  12k| 280k| 280k| 138 | 14 | 152 |   0 | 0.000000e+00 |      --      |    Inf | unknown
394.61/396.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
394.61/396.38	c   396s|     1 |     2 | 10306 |     - |  1808M |   0 |  12k| 280k| 280k| 138 | 14 | 161 |  19 | 0.000000e+00 |      --      |    Inf | unknown
771.77/774.97	c   775s|   100 |   101 |228859 |2242.7 |  2198M |  12 |  12k| 280k| 280k|1764 |  1 | 596 |  19 | 0.000000e+00 |      --      |    Inf | unknown
1159.45/1164.12	c  1164s|   200 |   201 |433538 |2144.2 |  2807M |  12 |  12k| 281k| 280k|5243 |  1 | 877 |  19 | 0.000000e+00 |      --      |    Inf | unknown
3584.78/3597.03	c 
3584.78/3597.03	c SCIP Status        : solving was interrupted [time limit reached]
3584.78/3597.03	c Solving Time (sec) : 3597.02
3584.78/3597.03	c Solving Nodes      : 223
3584.78/3597.03	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3584.78/3597.03	c Dual Bound         : +0.00000000000000e+00
3584.78/3597.03	c Gap                : infinite
3584.78/3597.03	s UNKNOWN
3584.78/3597.03	c SCIP Status        : solving was interrupted [time limit reached]
3584.78/3597.03	c Total Time         :    3597.02
3584.78/3597.03	c   solving          :    3597.02
3584.78/3597.03	c   presolving       :       7.32 (included in solving)
3584.78/3597.03	c   reading          :       0.58 (included in solving)
3584.78/3597.03	c   copying          :       0.82 (2 #copies) (minimal 0.40, maximal 0.42, average 0.41)
3584.78/3597.03	c Original Problem   :
3584.78/3597.03	c   Problem name     : HOME/instance-4503322-1751170632.opb
3584.78/3597.03	c   Variables        : 12587 (12587 binary, 0 integer, 0 implicit integer, 0 continuous)
3584.78/3597.03	c   Constraints      : 283937 initial, 283937 maximal
3584.78/3597.03	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3584.78/3597.03	c Presolved Problem  :
3584.78/3597.03	c   Problem name     : t_HOME/instance-4503322-1751170632.opb
3584.78/3597.03	c   Variables        : 12586 (12586 binary, 0 integer, 0 implicit integer, 0 continuous)
3584.78/3597.03	c   Constraints      : 280387 initial, 281123 maximal
3584.78/3597.03	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3584.78/3597.03	c   Nonzeros         : 1069803 constraint, 125158 clique table
3584.78/3597.03	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3584.78/3597.03	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   domcol           :       0.14       0.00      1          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   dualsparsify     :       1.51       0.00      1          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   gateextraction   :       0.29       0.00      2          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   implics          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   milp             :       1.18       0.00      1          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   sparsify         :       0.29       0.00      1          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   trivial          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   dualfix          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   probing          :       0.97       0.00      1          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   symmetry         :       0.60       0.00      1          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   knapsack         :       0.09       0.00      6          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   setppc           :       0.12       0.00      6          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   linear           :       0.82       0.10      6          0          1          0          0          0         10          0          9          0
3584.78/3597.03	c   logicor          :       0.92       0.16      6          0          0          0          0          0       3540          0          0       5453
3584.78/3597.03	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   components       :       0.09       0.00      1          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3584.78/3597.03	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3584.78/3597.03	c   benderslp        :          0          0          0          0        223          0          0          8          0          0          0          0          0          0          0
3584.78/3597.03	c   integral         :          0          0          0          0        223          0          0          8          0          0          0          0          0          0        446
3584.78/3597.03	c   knapsack         :      28351+     28352         14      24274          0          0          0          4        402         26        214         86          9          0          0
3584.78/3597.03	c   setppc           :      60278+     60291         14      24248          0          0          0          3       3813         91      43221          0          0          0          0
3584.78/3597.03	c   linear           :          3+         5         14      24073          0          0          0          3          9          4          0          0          0          0          0
3584.78/3597.03	c   logicor          :     191755+    192475         14      11849          0          0          0          0       1181         61        805         29          5          0          0
3584.78/3597.03	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3584.78/3597.03	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.78/3597.03	c   integral         :       8.54       0.00       0.00       0.00       8.54       0.00       0.00       0.00       0.00       0.00
3584.78/3597.03	c   knapsack         :       0.67       0.00       0.30       0.36       0.00       0.00       0.00       0.01       0.00       0.00
3584.78/3597.03	c   setppc           :       0.75       0.00       0.05       0.69       0.00       0.00       0.00       0.00       0.00       0.01
3584.78/3597.03	c   linear           :       0.10       0.10       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.78/3597.03	c   logicor          :       1.56       0.16       0.36       1.03       0.00       0.00       0.00       0.00       0.00       0.01
3584.78/3597.03	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.78/3597.03	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.78/3597.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.78/3597.03	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.78/3597.03	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3584.78/3597.03	c   dualfix          :          1          0          0          0
3584.78/3597.03	c   genvbounds       :          0          0          0          0
3584.78/3597.03	c   nlobbt           :          0          0          0          0
3584.78/3597.03	c   obbt             :          0          0          0          0
3584.78/3597.03	c   probing          :          0          0          0          0
3584.78/3597.03	c   pseudoobj        :          0          0          0          0
3584.78/3597.03	c   redcost          :          0          0          0          0
3584.78/3597.03	c   rootredcost      :          0          0          0          0
3584.78/3597.03	c   symmetry         :          0          0          0          0
3584.78/3597.03	c   vbounds          :       7424          0          0          0
3584.78/3597.03	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3584.78/3597.03	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3584.78/3597.03	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3584.78/3597.03	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3584.78/3597.03	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3584.78/3597.03	c   probing          :       0.97       0.00       0.97       0.00       0.00       0.00
3584.78/3597.03	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
3584.78/3597.03	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
3584.78/3597.03	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3584.78/3597.03	c   symmetry         :       0.60       0.00       0.60       0.00       0.00       0.00
3584.78/3597.03	c   vbounds          :       0.01       0.00       0.00       0.01       0.00       0.00
3584.78/3597.03	c Symmetry           :
3584.78/3597.03	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3584.78/3597.03	c   orbital reduction:          0 reductions applied,          0 cutoffs
3584.78/3597.03	c   lexicographic red:          0 reductions applied,          0 cutoffs
3584.78/3597.03	c   shadow tree time :       0.00 s
3584.78/3597.03	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3584.78/3597.03	c   propagation      :       0.01        177        176          -        986       19.8         30       12.6          -          -          -
3584.78/3597.03	c   infeasible LP    :       0.01          4          4          -         25       33.1          0        0.0          4       32.2          0
3584.78/3597.03	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3584.78/3597.03	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3584.78/3597.03	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3584.78/3597.03	c   applied globally :       0.02          -          -          0        916       17.6          -          -          4          -          -
3584.78/3597.03	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3584.78/3597.03	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3584.78/3597.03	c   cut pool         :       0.31          -        215         27          -          -       5631      33397          -          -          -          -          -    (maximal pool size:       4379)
3584.78/3597.03	c   aggregation      :       1.48       0.00         79         14          0          0          1          1          0          1          1          0          0
3584.78/3597.03	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3584.78/3597.03	c   > flowcover      :          -          -          -          -          -          -          -          1          0          1          1          0          -
3584.78/3597.03	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3584.78/3597.03	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   clique           :       0.27       0.00         14         14          0          0         78        545          0        159        159          0          0
3584.78/3597.03	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   gomory           :     410.91       0.00         75         10          0          0       4821      21439         28       1846       1844          2          0
3584.78/3597.03	c   > gomorymi       :          -          -          -          -          -          -          -       5817         14         56         56          0          -
3584.78/3597.03	c   > strongcg       :          -          -          -          -          -          -          -      15622         14       1790       1788          2          -
3584.78/3597.03	c   impliedbounds    :       0.15       0.00         79         14          0          0          2         11          0         11         11          0          0
3584.78/3597.03	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   mcf              :       0.20       0.00          1          1          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   multilinear      :       0.00       0.00         21         14          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   rlt              :       0.00       0.00         59         10          0          0          0          0          0          0          0          0          0
3584.78/3597.03	c   zerohalf         :       2.40       0.00         79         14          0          0        853      11401         98       4209       4134         75          0
3584.78/3597.03	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3584.78/3597.03	c   hybrid           :       0.07       0.00        137         14       6240          0      27398        138          0       2527
3584.78/3597.03	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3584.78/3597.03	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3584.78/3597.03	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3584.78/3597.03	c   problem variables:       0.00          -          0          0
3584.78/3597.03	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3584.78/3597.03	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3584.78/3597.03	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3584.78/3597.03	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3584.78/3597.03	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3584.78/3597.03	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3584.78/3597.03	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3584.78/3597.03	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3584.78/3597.03	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3584.78/3597.03	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3584.78/3597.03	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3584.78/3597.03	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3584.78/3597.03	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3584.78/3597.03	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3584.78/3597.03	c   relpscost        :       8.54       0.00        223          0          0          0          0          0          0        446
3584.78/3597.03	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3584.78/3597.03	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3584.78/3597.03	c   LP solutions     :       0.00          -          -          0          0
3584.78/3597.03	c   relax solutions  :       0.00          -          -          0          0
3584.78/3597.03	c   pseudo solutions :       0.00          -          -          0          0
3584.78/3597.03	c   strong branching :       0.00          -          -          0          0
3584.78/3597.03	c   actconsdiving    :       0.00       0.00          0          0          0
3584.78/3597.03	c   adaptivediving   :      57.17       0.00          5          0          0
3584.78/3597.03	c   alns             :       1.10       0.00          1          0          0
3584.78/3597.03	c   bound            :       0.00       0.00          0          0          0
3584.78/3597.03	c   clique           :       0.47       0.00          1          0          0
3584.78/3597.03	c   coefdiving       :       0.00       0.00          0          0          0
3584.78/3597.03	c   completesol      :       0.00       0.00          0          0          0
3584.78/3597.03	c   conflictdiving   :     205.83       0.00         14          0          0
3584.78/3597.03	c   crossover        :       0.00       0.00          0          0          0
3584.78/3597.03	c   dins             :       0.00       0.00          0          0          0
3584.78/3597.03	c   distributiondivin:      12.55       0.00          2          0          0
3584.78/3597.03	c   dps              :       0.00       0.00          0          0          0
3584.78/3597.03	c   dualval          :       0.00       0.00          0          0          0
3584.78/3597.03	c   farkasdiving     :       0.00       0.00          0          0          0
3584.78/3597.03	c   feasjump         :       0.19       0.00          1          0          0
3584.78/3597.03	c   feaspump         :       2.45       0.00          1          0          0
3584.78/3597.03	c   fixandinfer      :       0.00       0.00          0          0          0
3584.78/3597.03	c   fracdiving       :       6.75       0.00          3          0          0
3584.78/3597.03	c   gins             :       0.00       0.00          0          0          0
3584.78/3597.03	c   guideddiving     :       0.00       0.00          0          0          0
3584.78/3597.03	c   indcoefdiving    :       0.00       0.00          0          0          0
3584.78/3597.03	c   indicator        :       0.00       0.00          0          0          0
3584.78/3597.03	c   indicatordiving  :       0.00       0.00          0          0          0
3584.78/3597.03	c   indoneopt        :       0.00       0.00          0          0          0
3584.78/3597.03	c   indrounding      :       0.00       0.00          0          0          0
3584.78/3597.03	c   indtwoopt        :       0.00       0.00          0          0          0
3584.78/3597.03	c   intdiving        :       0.00       0.00          0          0          0
3584.78/3597.03	c   intshifting      :       0.00       0.00          0          0          0
3584.78/3597.03	c   linesearchdiving :      64.25       0.00          7          0          0
3584.78/3597.03	c   localbranching   :       0.00       0.00          0          0          0
3584.78/3597.03	c   locks            :       0.14       0.00          1          0          0
3584.78/3597.03	c   lpface           :       0.00       0.00          0          0          0
3584.78/3597.03	c   mpec             :       0.00       0.00          0          0          0
3584.78/3597.03	c   multistart       :       0.00       0.00          0          0          0
3584.78/3597.03	c   mutation         :       0.00       0.00          0          0          0
3584.78/3597.03	c   nlpdiving        :       0.00       0.00          0          0          0
3584.78/3597.03	c   objpscostdiving  :    2386.34       0.00          3          0          0
3584.78/3597.03	c   octane           :       0.00       0.00          0          0          0
3584.78/3597.03	c   ofins            :       0.00       0.00          0          0          0
3584.78/3597.03	c   oneopt           :       0.00       0.00          0          0          0
3584.78/3597.03	c   padm             :       0.00       0.00          0          0          0
3584.78/3597.03	c   proximity        :       0.00       0.00          0          0          0
3584.78/3597.03	c   pscostdiving     :     101.22       0.00          6          0          0
3584.78/3597.03	c   randrounding     :       0.41       0.00         15          0          0
3584.78/3597.03	c   rens             :       1.16       0.00          1          0          0
3584.78/3597.03	c   reoptsols        :       0.00       0.00          0          0          0
3584.78/3597.03	c   repair           :       0.00       0.00          0          0          0
3584.78/3597.03	c   rins             :       0.00       0.00          0          0          0
3584.78/3597.03	c   rootsoldiving    :      21.59       0.00          2          0          0
3584.78/3597.03	c   rounding         :       2.03       0.00        209          0          0
3584.78/3597.03	c   scheduler        :       0.00       0.00          0          0          0
3584.78/3597.03	c   shiftandpropagate:       0.14       0.00          1          0          0
3584.78/3597.03	c   shifting         :      14.75       0.00        143          0          0
3584.78/3597.03	c   simplerounding   :       0.00       0.00          0          0          0
3584.78/3597.03	c   smallcard        :       0.00       0.00          0          0          0
3584.78/3597.03	c   subnlp           :       0.00       0.00          0          0          0
3584.78/3597.03	c   trivial          :       0.01       0.00          2          0          0
3584.78/3597.03	c   trivialnegation  :       0.00       0.00          0          0          0
3584.78/3597.03	c   trustregion      :       0.00       0.00          0          0          0
3584.78/3597.03	c   trysol           :       0.00       0.00          0          0          0
3584.78/3597.03	c   twoopt           :       0.00       0.00          0          0          0
3584.78/3597.03	c   undercover       :       0.00       0.00          0          0          0
3584.78/3597.03	c   vbounds          :       0.44       0.00          1          0          0
3584.78/3597.03	c   veclendiving     :      19.93       0.00          4          0          0
3584.78/3597.03	c   zeroobj          :       0.00       0.00          0          0          0
3584.78/3597.03	c   zirounding       :       1.25       0.00        221          0          0
3584.78/3597.03	c   other solutions  :          -          -          -          0          -
3584.78/3597.03	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3584.78/3597.03	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.78/3597.03	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.78/3597.03	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.78/3597.03	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.78/3597.03	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.78/3597.03	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.78/3597.03	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.78/3597.03	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3584.78/3597.03	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3584.78/3597.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3584.78/3597.03	c   primal LP        :       1.69         59          0       0.00       0.00       1.69         59
3584.78/3597.03	c   dual LP          :     251.18        360     293069     816.35    1166.76       0.03          1
3584.78/3597.03	c   lex dual LP      :       0.00          0          0       0.00          -
3584.78/3597.03	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3584.78/3597.03	c   resolve instable :       0.00          0          0       0.00          -
3584.78/3597.03	c   diving/probing LP:    2857.26       1171     671194     573.18     234.91
3584.78/3597.03	c   strong branching :       6.01         19       8776     461.89    1459.04          -          -          7
3584.78/3597.03	c     (at root node) :          -         19       8776     461.89          -
3584.78/3597.03	c   conflict analysis:       0.00          0          0       0.00          -
3584.78/3597.03	c B&B Tree           :
3584.78/3597.03	c   number of runs   :          1
3584.78/3597.03	c   nodes            :        223 (223 internal, 0 leaves)
3584.78/3597.03	c   feasible leaves  :          0
3584.78/3597.03	c   infeas. leaves   :          0
3584.78/3597.03	c   objective leaves :          0
3584.78/3597.03	c   nodes (total)    :        223 (223 internal, 0 leaves)
3584.78/3597.03	c   nodes left       :        224
3584.78/3597.03	c   max depth        :         12
3584.78/3597.03	c   max depth (total):         12
3584.78/3597.03	c   backtracks       :         86 (38.6%)
3584.78/3597.03	c   early backtracks :          0 (0.0%)
3584.78/3597.03	c   nodes exc. ref.  :          0 (0.0%)
3584.78/3597.03	c   delayed cutoffs  :          0
3584.78/3597.03	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3584.78/3597.03	c   avg switch length:       2.80
3584.78/3597.03	c   switching time   :       2.65
3584.78/3597.03	c Root Node          :
3584.78/3597.03	c   First LP value   : +0.00000000000000e+00
3584.78/3597.03	c   First LP Iters   :        711 (4064.18 Iter/sec)
3584.78/3597.03	c   First LP Time    :       0.17
3584.78/3597.03	c   Final Dual Bound : +0.00000000000000e+00
3584.78/3597.03	c   Final Root Iters :       6833
3584.78/3597.03	c   Root LP Estimate : +1.35689427842965e-02
3584.78/3597.03	c Solution           :
3584.78/3597.03	c   Solutions found  :          0 (0 improvements)
3584.78/3597.03	c   Primal Bound     :          -
3584.78/3597.03	c   Dual Bound       : +0.00000000000000e+00
3584.78/3597.03	c   Gap              :   infinite
3584.78/3597.03	c Integrals          :      Total       Avg%
3584.78/3597.03	c   primal-dual      :  359701.88     100.00
3584.78/3597.03	c   primal-ref       :          -          - (not evaluated)
3584.78/3597.03	c   dual-ref         :          -          - (not evaluated)
3585.38/3597.63	c Time complete: 3585.42.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503322-1751170632/watcher-4503322-1751170632 -o /tmp/evaluation-result-4503322-1751170632/solver-4503322-1751170632 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751169647-24239 --watchdog 3760 pbscip -f HOME/instance-4503322-1751170632.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
solver pid=24407, runsolver pid=24404
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.07 4.04 3.90 5/265 24408
/proc/meminfo: memFree=126513164/131249996 swapFree=33010684/33010684
[pid=24407] ppid=24404 vsize=72232 memory=44288 CPUtime=0.08 cores=0,2
/proc/24407/stat : 24407 (pbscip) R 24404 24407 24229 0 -1 4194304 8160 0 0 0 7 1 0 0 20 0 1 0 32740864 73965568 11072 18446744073709551615 4235264 18693293 140730591639664 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 50208768 140730591648137 140730591648236 140730591648236 140730591653838 0
/proc/24407/statm: 18058 11072 3232 3530 0 9509 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 72232 KiB
Current children cumulated memory: 44288 KiB

[startup+0.205411 s]*
/proc/loadavg: 4.07 4.04 3.90 5/265 24408
/proc/meminfo: memFree=126505552/131249996 swapFree=33010684/33010684
[pid=24407] ppid=24404 vsize=101960 memory=73344 CPUtime=0.19 cores=0,2
/proc/24407/stat : 24407 (pbscip) R 24404 24407 24229 0 -1 4194304 15434 0 0 0 17 2 0 0 20 0 1 0 32740864 104407040 18336 18446744073709551615 4235264 18693293 140730591639664 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 50208768 140730591648137 140730591648236 140730591648236 140730591653838 0
/proc/24407/statm: 25490 18336 3232 3530 0 16941 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 101960 KiB
Current children cumulated memory: 73344 KiB

[startup+0.305498 s]*
/proc/loadavg: 4.07 4.04 3.90 5/265 24408
/proc/meminfo: memFree=126473296/131249996 swapFree=33010684/33010684
[pid=24407] ppid=24404 vsize=131196 memory=102656 CPUtime=0.3 cores=0,2
/proc/24407/stat : 24407 (pbscip) R 24404 24407 24229 0 -1 4194304 22756 0 0 0 26 4 0 0 20 0 1 0 32740864 134344704 25664 18446744073709551615 4235264 18693293 140730591639664 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 50208768 140730591648137 140730591648236 140730591648236 140730591653838 0
/proc/24407/statm: 32799 25664 3232 3530 0 24250 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 131196 KiB
Current children cumulated memory: 102656 KiB

[startup+0.700174 s]
/proc/loadavg: 4.07 4.04 3.90 5/265 24408
/proc/meminfo: memFree=126412752/131249996 swapFree=33010684/33010684
[pid=24407] ppid=24404 vsize=275656 memory=248308 CPUtime=0.68 cores=0,2
/proc/24407/stat : 24407 (pbscip) R 24404 24407 24229 0 -1 4194304 59802 0 0 0 59 9 0 0 20 0 1 0 32740864 282271744 62045 18446744073709551615 4235264 18693293 140730591639664 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 50208768 140730591648137 140730591648236 140730591648236 140730591653838 0
/proc/24407/statm: 69177 62045 3520 3530 0 60628 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 275656 KiB
Current children cumulated memory: 248308 KiB

[startup+1.50016 s]
/proc/loadavg: 4.07 4.04 3.90 5/265 24408
/proc/meminfo: memFree=126142796/131249996 swapFree=33010684/33010684
[pid=24407] ppid=24404 vsize=554500 memory=496324 CPUtime=1.47 cores=0,2
/proc/24407/stat : 24407 (pbscip) R 24404 24407 24229 0 -1 4194304 112086 0 0 0 129 18 0 0 20 0 1 0 32740864 567808000 124081 18446744073709551615 4235264 18693293 140730591639664 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 50208768 140730591648137 140730591648236 140730591648236 140730591653838 0
/proc/24407/statm: 138625 124081 3584 3530 0 130076 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 554500 KiB
Current children cumulated memory: 496324 KiB

[startup+3.10568 s]
/proc/loadavg: 4.06 4.04 3.90 5/265 24408
/proc/meminfo: memFree=125795940/131249996 swapFree=33010684/33010684
[pid=24407] ppid=24404 vsize=669516 memory=631216 CPUtime=3.08 cores=0,2
/proc/24407/stat : 24407 (pbscip) R 24404 24407 24229 0 -1 4194304 161992 0 0 0 278 30 0 0 20 0 1 0 32740864 685584384 157804 18446744073709551615 4235264 18693293 140730591639664 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 50208768 140730591648137 140730591648236 140730591648236 140730591653838 0
/proc/24407/statm: 167379 157804 3712 3530 0 158830 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 669516 KiB
Current children cumulated memory: 631216 KiB

[startup+6.30016 s]
/proc/loadavg: 4.06 4.04 3.90 5/265 24408
/proc/meminfo: memFree=125787876/131249996 swapFree=33010684/33010684
[pid=24407] ppid=24404 vsize=902280 memory=811000 CPUtime=6.26 cores=0,2
/proc/24407/stat : 24407 (pbscip) R 24404 24407 24229 0 -1 4194304 166041 0 0 0 593 33 0 0 20 0 1 0 32740864 923934720 202750 18446744073709551615 4235264 18693293 140730591639664 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 50208768 140730591648137 140730591648236 140730591648236 140730591653838 0
/proc/24407/statm: 225570 202750 3744 3530 0 217021 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 902280 KiB
Current children cumulated memory: 811000 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.05 3.91 5/265 24408
/proc/meminfo: memFree=125104620/131249996 swapFree=33010684/33010684
[pid=24407] ppid=24404 vsize=1546460 memory=1444976 CPUtime=12.64 cores=0,2
/proc/24407/stat : 24407 (pbscip) R 24404 24407 24229 0 -1 4194304 245645 0 0 0 1210 54 0 0 20 0 1 0 32740864 1583575040 361244 18446744073709551615 4235264 18693293 140730591639664 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 50208768 140730591648137 140730591648236 140730591648236 140730591653838 0
/proc/24407/statm: 386615 361244 3936 3530 0 378066 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1546460 KiB
Current children cumulated memory: 1444976 KiB

[startup+25.5001 s]
/proc/loadavg: 4.11 4.05 3.91 5/265 24408
/proc/meminfo: memFree=125102096/131249996 swapFree=33010684/33010684
[pid=24407] ppid=24404 vsize=1546460 memory=1444976 CPUtime=25.4 cores=0,2
/proc/24407/stat : 24407 (pbscip) R 24404 24407 24229 0 -1 4194304 245645 0 0 0 2486 54 0 0 20 0 1 0 32740864 1583575040 361244 18446744073709551615 4235264 18693293 140730591639664 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 50208768 140730591648137 140730591648236 140730591648236 140730591653838 0
/proc/24407/statm: 386615 361244 3936 3530 0 378066 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 1546460 KiB
Current children cumulated memory: 1444976 KiB

[startup+51.1057 s]
/proc/loadavg: 4.14 4.06 3.92 5/265 24409
/proc/meminfo: memFree=125069764/131249996 swapFree=33010684/33010684
[pid=24407] ppid=24404 vsize=1633248 memory=1492840 CPUtime=50.9 cores=0,2
/proc/24407/stat : 24407 (pbscip) R 24404 24407 24229 0 -1 4194304 250953 0 0 0 5035 55 0 0 20 0 1 0 32740864 1672445952 373210 18446744073709551615 4235264 18693293 140730591639664 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 50208768 140730591648137 140730591648236 140730591648236 140730591653838 0
/proc/24407/statm: 408312 373210 3936 3530 0 399763 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 1633248 KiB
Current children cumulated memory: 1492840 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.08 3.93 5/265 24411
/proc/meminfo: memFree=125044048/131249996 swapFree=33010684/33010684
[pid=24407] ppid=24404 vsize=1689120 memory=1526900 CPUtime=101.88 cores=0,2
/proc/24407/stat : 24407 (pbscip) R 24404 24407 24229 0 -1 4194304 252362 0 0 0 10132 56 0 0 20 0 1 0 32740864 1729658880 381725 18446744073709551615 4235264 18693293 140730591639664 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 50208768 140730591648137 140730591648236 140730591648236 140730591653838 0
/proc/24407/statm: 422280 381725 3936 3530 0 413731 0
Current children cumulated CPU time: 101.88 s
Current children cumulated vsize: 1689120 KiB
Current children cumulated memory: 1526900 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.08 3.95 5/264 24413
/proc/meminfo: memFree=124997180/131249996 swapFree=33010684/33010684
[pid=24407] ppid=24404 vsize=1715408 memory=1526900 CPUtime=161.62 cores=0,2
/proc/24407/stat : 24407 (pbscip) R 24404 24407 24229 0 -1 4194304 252424 0 0 0 16106 56 0 0 20 0 1 0 32740864 1756577792 381725 18446744073709551615 4235264 18693293 140730591639664 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 50208768 140730591648137 140730591648236 140730591648236 140730591653838 0
/proc/24407/statm: 428852 381725 3936 3530 0 420303 0
Current children cumulated CPU time: 161.62 s
Current children cumulated vsize: 1715408 KiB
Current children cumulated memory: 1526900 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.09 3.96 5/264 24415
/proc/meminfo: memFree=124983096/131249996 swapFree=33010684/33010684
[pid=24407] ppid=24404 vsize=1715408 memory=1526900 CPUtime=221.36 cores=0,2
/proc/24407/stat : 24407 (pbscip) R 24404 24407 24229 0 -1 4194304 252424 0 0 0 22080 56 0 0 20 0 1 0 32740864 1756577792 381725 18446744073709551615 4235264 18693293 140730591639664 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 50208768 140730591648137 140730591648236 140730591648236 140730591653838 0
/proc/24407/statm: 428852 381725 3936 3530 0 420303 0
Current children cumulated CPU time: 221.36 s
Current children cumulated vsize: 1715408 KiB
Current children cumulated memory: 1526900 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 4.09 3.97 5/264 24418
/proc/meminfo: memFree=124970728/131249996 swapFree=33010684/33010684
[pid=24407] ppid=24404 vsize=1767992 memory=1526900 CPUtime=281.1 cores=0,2
/proc/24407/stat : 24407 (pbscip) R 24404 24407 24229 0 -1 4194304 252491 0 0 0 28054 56 0 0 20 0 1 0 32740864 1810423808 381725 18446744073709551615 4235264 18693293 140730591639664 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 50208768 140730591648137 140730591648236 140730591648236 140730591653838 0
/proc/24407/statm: 441998 381725 3936 3530 0 433449 0
Current children cumulated CPU time: 281.1 s
Current children cumulated vsize: 1767992 KiB
Current children cumulated memory: 1526900 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.09 3.98 5/264 24420
/proc/meminfo: memFree=124943000/131249996 swapFree=33010684/33010684
[pid=24407] ppid=24404 vsize=1831156 memory=1537548 CPUtime=340.84 cores=0,2
/proc/24407/stat : 24407 (pbscip) R 24404 24407 24229 0 -1 4194304 253636 0 0 0 34027 57 0 0 20 0 1 0 32740864 1875103744 384387 18446744073709551615 4235264 18693293 140730591639664 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 50208768 140730591648137 140730591648236 140730591648236 140730591653838 0
/proc/24407/statm: 457789 384387 3936 3530 0 449240 0
Current children cumulated CPU time: 340.84 s
Current children cumulated vsize: 1831156 KiB
Current children cumulated memory: 1537548 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.10 4.00 5/264 24422
/proc/meminfo: memFree=124616808/131249996 swapFree=33010684/33010684
[pid=24407] ppid=24404 vsize=2348484 memory=1868752 CPUtime=400.59 cores=0,2
/proc/24407/stat : 24407 (pbscip) R 24404 24407 24229 0 -1 4194304 330877 0 0 0 39991 68 0 0 20 0 1 0 32740864 2404847616 467188 18446744073709551615 4235264 18693293 140730591639664 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 50208768 140730591648137 140730591648236 140730591648236 140730591653838 0
/proc/24407/statm: 587121 467188 3968 3530 0 578572 0
Current children cumulated CPU time: 400.59 s
Current children cumulated vsize: 2348484 KiB
Current children cumulated memory: 1868752 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.09 4.00 5/264 24424
/proc/meminfo: memFree=124601192/131249996 swapFree=33010684/33010684
[pid=24407] ppid=24404 vsize=2356828 memory=1876864 CPUtime=460.34 cores=0,2
/proc/24407/stat : 24407 (pbscip) R 24404 24407 24229 0 -1 4194304 334163 0 0 0 45966 68 0 0 20 0 1 0 32740864 2413391872 469216 18446744073709551615 4235264 18693293 140730591639664 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 50208768 140730591648137 140730591648236 140730591648236 140730591653838 0
/proc/24407/statm: 589207 469216 3968 3530 0 580658 0
Current children cumulated CPU time: 460.34 s

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

/proc/loadavg: 4.17 4.17 4.12 5/265 24710
/proc/meminfo: memFree=115659472/131249996 swapFree=33010684/33010684
[pid=24407] ppid=24404 vsize=3277244 memory=1964800 CPUtime=3151.42 cores=0,2
/proc/24407/stat : 24407 (pbscip) R 24404 24407 24229 0 -1 4194304 335559 0 0 0 315072 70 0 0 20 0 1 0 32740864 3355897856 491200 18446744073709551615 4235264 18693293 140730591639664 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 50208768 140730591648137 140730591648236 140730591648236 140730591653838 0
/proc/24407/statm: 819311 491200 3968 3530 0 810762 0
Current children cumulated CPU time: 3151.42 s
Current children cumulated vsize: 3277244 KiB
Current children cumulated memory: 1964800 KiB

[startup+3222.3 s]
/proc/loadavg: 4.06 4.14 4.11 5/264 24713
/proc/meminfo: memFree=115651592/131249996 swapFree=33010684/33010684
[pid=24407] ppid=24404 vsize=3277244 memory=1970944 CPUtime=3211.24 cores=0,2
/proc/24407/stat : 24407 (pbscip) R 24404 24407 24229 0 -1 4194304 335615 0 0 0 321054 70 0 0 20 0 1 0 32740864 3355897856 492736 18446744073709551615 4235264 18693293 140730591639664 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 50208768 140730591648137 140730591648236 140730591648236 140730591653838 0
/proc/24407/statm: 819311 492736 3968 3530 0 810762 0
Current children cumulated CPU time: 3211.24 s
Current children cumulated vsize: 3277244 KiB
Current children cumulated memory: 1970944 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.14 4.11 5/263 24714
/proc/meminfo: memFree=115531788/131249996 swapFree=33010684/33010684
[pid=24407] ppid=24404 vsize=3277244 memory=1977088 CPUtime=3271.06 cores=0,2
/proc/24407/stat : 24407 (pbscip) R 24404 24407 24229 0 -1 4194304 335843 0 0 0 327036 70 0 0 20 0 1 0 32740864 3355897856 494272 18446744073709551615 4235264 18693293 140730591639664 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 50208768 140730591648137 140730591648236 140730591648236 140730591653838 0
/proc/24407/statm: 819311 494272 3968 3530 0 810762 0
Current children cumulated CPU time: 3271.06 s
Current children cumulated vsize: 3277244 KiB
Current children cumulated memory: 1977088 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.13 4.11 5/263 24717
/proc/meminfo: memFree=115536188/131249996 swapFree=33010684/33010684
[pid=24407] ppid=24404 vsize=3277244 memory=1983232 CPUtime=3330.87 cores=0,2
/proc/24407/stat : 24407 (pbscip) R 24404 24407 24229 0 -1 4194304 335853 0 0 0 333017 70 0 0 20 0 1 0 32740864 3355897856 495808 18446744073709551615 4235264 18693293 140730591639664 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 50208768 140730591648137 140730591648236 140730591648236 140730591653838 0
/proc/24407/statm: 819311 495808 3968 3530 0 810762 0
Current children cumulated CPU time: 3330.87 s
Current children cumulated vsize: 3277244 KiB
Current children cumulated memory: 1983232 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.12 4.10 5/264 24720
/proc/meminfo: memFree=115527624/131249996 swapFree=33010684/33010684
[pid=24407] ppid=24404 vsize=3277244 memory=1991424 CPUtime=3390.67 cores=0,2
/proc/24407/stat : 24407 (pbscip) R 24404 24407 24229 0 -1 4194304 335854 0 0 0 338997 70 0 0 20 0 1 0 32740864 3355897856 497856 18446744073709551615 4235264 18693293 140730591639664 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 50208768 140730591648137 140730591648236 140730591648236 140730591653838 0
/proc/24407/statm: 819311 497856 3968 3530 0 810762 0
Current children cumulated CPU time: 3390.67 s
Current children cumulated vsize: 3277244 KiB
Current children cumulated memory: 1991424 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.11 4.10 5/264 24722
/proc/meminfo: memFree=115519320/131249996 swapFree=33010684/33010684
[pid=24407] ppid=24404 vsize=3277244 memory=1993216 CPUtime=3450.49 cores=0,2
/proc/24407/stat : 24407 (pbscip) R 24404 24407 24229 0 -1 4194304 335856 0 0 0 344979 70 0 0 20 0 1 0 32740864 3355897856 498304 18446744073709551615 4235264 18693293 140730591639664 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 50208768 140730591648137 140730591648236 140730591648236 140730591653838 0
/proc/24407/statm: 819311 498304 3968 3530 0 810762 0
Current children cumulated CPU time: 3450.49 s
Current children cumulated vsize: 3277244 KiB
Current children cumulated memory: 1993216 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/265 24727
/proc/meminfo: memFree=115507224/131249996 swapFree=33010684/33010684
[pid=24407] ppid=24404 vsize=3277244 memory=1993216 CPUtime=3510.3 cores=0,2
/proc/24407/stat : 24407 (pbscip) R 24404 24407 24229 0 -1 4194304 335856 0 0 0 350960 70 0 0 20 0 1 0 32740864 3355897856 498304 18446744073709551615 4235264 18693293 140730591639664 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 50208768 140730591648137 140730591648236 140730591648236 140730591653838 0
/proc/24407/statm: 819311 498304 3968 3530 0 810762 0
Current children cumulated CPU time: 3510.3 s
Current children cumulated vsize: 3277244 KiB
Current children cumulated memory: 1993216 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/265 24733
/proc/meminfo: memFree=115522656/131249996 swapFree=33010684/33010684
[pid=24407] ppid=24404 vsize=3277244 memory=1993216 CPUtime=3570.12 cores=0,2
/proc/24407/stat : 24407 (pbscip) R 24404 24407 24229 0 -1 4194304 335856 0 0 0 356942 70 0 0 20 0 1 0 32740864 3355897856 498304 18446744073709551615 4235264 18693293 140730591639664 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 50208768 140730591648137 140730591648236 140730591648236 140730591653838 0
/proc/24407/statm: 819311 498304 3968 3530 0 810762 0
Current children cumulated CPU time: 3570.12 s
Current children cumulated vsize: 3277244 KiB
Current children cumulated memory: 1993216 KiB

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

# cumulated CPU time of all completed processes:  user=3584.7 s, system=0.725594 s

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

[startup+3584 s]*
/proc/loadavg: 4.15 4.11 4.09 5/265 24733
/proc/meminfo: memFree=115522784/131249996 swapFree=33010684/33010684
[pid=24407] ppid=24404 vsize=3277244 memory=1993216 CPUtime=3571.82 cores=0,2
/proc/24407/stat : 24407 (pbscip) R 24404 24407 24229 0 -1 4194304 335856 0 0 0 357112 70 0 0 20 0 1 0 32740864 3355897856 498304 18446744073709551615 4235264 18693293 140730591639664 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 50208768 140730591648137 140730591648236 140730591648236 140730591653838 0
/proc/24407/statm: 819311 498304 3968 3530 0 810762 0
Current children cumulated CPU time: 3571.82 s
Current children cumulated vsize: 3277244 KiB
Current children cumulated memory: 1993216 KiB

[startup+3590.4 s]
/proc/loadavg: 4.13 4.11 4.09 5/264 24733
/proc/meminfo: memFree=115523008/131249996 swapFree=33010684/33010684
[pid=24407] ppid=24404 vsize=3277244 memory=1993216 CPUtime=3578.2 cores=0,2
/proc/24407/stat : 24407 (pbscip) R 24404 24407 24229 0 -1 4194304 335856 0 0 0 357750 70 0 0 20 0 1 0 32740864 3355897856 498304 18446744073709551615 4235264 18693293 140730591639664 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 50208768 140730591648137 140730591648236 140730591648236 140730591653838 0
/proc/24407/statm: 819311 498304 3968 3530 0 810762 0
Current children cumulated CPU time: 3578.2 s
Current children cumulated vsize: 3277244 KiB
Current children cumulated memory: 1993216 KiB

[startup+3593.6 s]
/proc/loadavg: 4.12 4.11 4.09 5/264 24734
/proc/meminfo: memFree=115523032/131249996 swapFree=33010684/33010684
[pid=24407] ppid=24404 vsize=3277244 memory=1993216 CPUtime=3581.39 cores=0,2
/proc/24407/stat : 24407 (pbscip) R 24404 24407 24229 0 -1 4194304 335856 0 0 0 358069 70 0 0 20 0 1 0 32740864 3355897856 498304 18446744073709551615 4235264 18693293 140730591639664 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 50208768 140730591648137 140730591648236 140730591648236 140730591653838 0
/proc/24407/statm: 819311 498304 3968 3530 0 810762 0
Current children cumulated CPU time: 3581.39 s
Current children cumulated vsize: 3277244 KiB
Current children cumulated memory: 1993216 KiB

[startup+3595.2 s]
/proc/loadavg: 4.12 4.11 4.09 5/264 24734
/proc/meminfo: memFree=115523032/131249996 swapFree=33010684/33010684
[pid=24407] ppid=24404 vsize=3277244 memory=1993216 CPUtime=3582.98 cores=0,2
/proc/24407/stat : 24407 (pbscip) R 24404 24407 24229 0 -1 4194304 335856 0 0 0 358228 70 0 0 20 0 1 0 32740864 3355897856 498304 18446744073709551615 4235264 18693293 140730591639664 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 50208768 140730591648137 140730591648236 140730591648236 140730591653838 0
/proc/24407/statm: 819311 498304 3968 3530 0 810762 0
Current children cumulated CPU time: 3582.98 s
Current children cumulated vsize: 3277244 KiB
Current children cumulated memory: 1993216 KiB

[startup+3596.8 s]
/proc/loadavg: 4.12 4.11 4.09 5/264 24734
/proc/meminfo: memFree=115523032/131249996 swapFree=33010684/33010684
[pid=24407] ppid=24404 vsize=3277244 memory=1993216 CPUtime=3584.58 cores=0,2
/proc/24407/stat : 24407 (pbscip) R 24404 24407 24229 0 -1 4194304 335856 0 0 0 358388 70 0 0 20 0 1 0 32740864 3355897856 498304 18446744073709551615 4235264 18693293 140730591639664 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 50208768 140730591648137 140730591648236 140730591648236 140730591653838 0
/proc/24407/statm: 819311 498304 3968 3530 0 810762 0
Current children cumulated CPU time: 3584.58 s
Current children cumulated vsize: 3277244 KiB
Current children cumulated memory: 1993216 KiB

[startup+3597.2 s]
/proc/loadavg: 4.12 4.11 4.09 5/264 24734
/proc/meminfo: memFree=115523032/131249996 swapFree=33010684/33010684
[pid=24407] ppid=24404 vsize=3277244 memory=1993216 CPUtime=3584.98 cores=0,2
/proc/24407/stat : 24407 (pbscip) R 24404 24407 24229 0 -1 4194304 335959 0 0 0 358428 70 0 0 20 0 1 0 32740864 3355897856 498304 18446744073709551615 4235264 18693293 140730591639664 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 50208768 140730591648137 140730591648236 140730591648236 140730591653838 0
/proc/24407/statm: 819311 498304 3968 3530 0 810762 0
Current children cumulated CPU time: 3584.98 s
Current children cumulated vsize: 3277244 KiB
Current children cumulated memory: 1993216 KiB

[startup+3597.6 s]
/proc/loadavg: 4.12 4.11 4.09 5/264 24734
/proc/meminfo: memFree=115523032/131249996 swapFree=33010684/33010684
[pid=24407] ppid=24404 vsize=3177368 memory=1893872 CPUtime=3585.38 cores=0,2
/proc/24407/stat : 24407 (pbscip) R 24404 24407 24229 0 -1 4194304 335968 0 0 0 358467 71 0 0 20 0 1 0 32740864 3253624832 473468 18446744073709551615 4235264 18693293 140730591639664 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 50208768 140730591648137 140730591648236 140730591648236 140730591653838 0
/proc/24407/statm: 794342 473468 3968 3530 0 785793 0
Current children cumulated CPU time: 3585.38 s
Current children cumulated vsize: 3177368 KiB
Current children cumulated memory: 1893872 KiB

Child status: 0

Real time (s): 3597.64
CPU time (s): 3585.43
CPU user time (s): 3584.7
CPU system time (s): 0.725594
CPU usage (%): 99.6605
Max. virtual memory (cumulated for all children) (KiB): 3277244
Max. memory (cumulated for all children) (KiB): 1993216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3584.7
system time used= 0.725594
maximum resident set size= 1993216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 336031
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= 104
involuntary context switches= 4571


# summary of solver processes directly reported to runsolver:
#   pid: 24407
#   total CPU time (s): 3585.43
#   total CPU user time (s): 3584.7
#   total CPU system time (s): 0.725594

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.06827 second user time and 15.8991 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-29 06:17:12
IDJOB=4503322
IDBENCH=155421
IDSOLVER=3365
FILE ID=nodeC021/4503322-1751170632
RUNJOBID= nodeC021-1751169647-24239
SLURM_JOB_ID= 9587523
Free space on /tmp= 432980 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-90.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503322-1751170632/watcher-4503322-1751170632 -o /tmp/evaluation-result-4503322-1751170632/solver-4503322-1751170632 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751169647-24239 --watchdog 3760  pbscip -f HOME/instance-4503322-1751170632.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 44a09c98c00ea73bd3c28d44044dc987
RANDOM SEED=405563397

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126545168 kB
MemAvailable:   126571184 kB
Buffers:            3280 kB
Cached:           835328 kB
SwapCached:            0 kB
Active:          3529944 kB
Inactive:         578100 kB
Active(anon):    3287496 kB
Inactive(anon):        0 kB
Active(file):     242448 kB
Inactive(file):   578100 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             30692 kB
Writeback:             4 kB
AnonPages:       3272336 kB
Mapped:           137448 kB
Shmem:             18060 kB
KReclaimable:      89012 kB
Slab:             175016 kB
SReclaimable:      89012 kB
SUnreclaim:        86004 kB
KernelStack:        4268 kB
PageTables:         9732 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4493564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1703936 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432880 MiB
End job on nodeC021 at 2025-06-29 07:17:10