Trace number 4441905

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.72 3597.08

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
MD5SUMd2d0eb539d1ad3b17959abe287928b07
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 benchmark0.516163
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4626
Total number of constraints30747
Number of constraints which are clauses29724
Number of constraints which are cardinality constraints (but not clauses)945
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 101
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-4441905-1721294509.opb>
0.00/0.06	c original problem has 4626 variables (4626 bin, 0 int, 0 impl, 0 cont) and 30747 constraints
0.00/0.06	c problem read in 0.06
0.00/0.06	c No objective function, only one solution is needed.
0.10/0.10	c presolving:
0.10/0.17	c    (0.2s) running MILP presolver
0.10/0.20	c    (0.2s) MILP presolver found nothing
0.20/0.27	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 30747 upgd conss, 0 impls, 2325 clqs
0.30/0.37	c    (0.4s) probing: 51/4626 (1.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.30/0.37	c    (0.4s) probing aborted: 50/50 successive totally useless probings
0.30/0.39	c    (0.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.68/0.72	c    (0.7s) symmetry computation finished: 37 generators found (max: 1500, log10 of symmetry group size: 20.0) (symcode time: 0.29)
0.68/0.72	c dynamic symmetry handling statistics:
0.68/0.72	c    orbitopal reduction:       no components
0.68/0.72	c    orbital reduction:          1 components of sizes 37
0.68/0.72	c    lexicographic reduction:   37 permutations with support sizes 456, 480, 456, 480, 480, 480, 480, 480, 480, 480, 480, 480, 480, 480, 480, 300, 480, 480, 336, 480, 336, 480, 336, 480, 480, 348, 480, 348, 480, 348, 1542, 1542, 1542, 1542, 480, 1542, 348
0.68/0.72	c handled 1 out of 1 symmetry components
0.68/0.74	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
0.68/0.74	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 12 changed sides, 432 changed coefficients
0.68/0.74	c  0 implications, 2325 cliques
0.68/0.74	c presolved problem has 4626 variables (4626 bin, 0 int, 0 impl, 0 cont) and 30747 constraints
0.68/0.74	c      78 constraints of type <knapsack>
0.68/0.74	c     945 constraints of type <setppc>
0.68/0.74	c   29724 constraints of type <logicor>
0.68/0.74	c transformed objective value is always integral (scale: 1)
0.68/0.74	c Presolving Time: 0.63
0.68/0.74	c - non default parameters ----------------------------------------------------------------------
0.68/0.74	c # SCIP version 10.0.0
0.68/0.74	c 
0.68/0.74	c # maximal time in seconds to run
0.68/0.74	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.68/0.74	c limits/time = 3596.99701
0.68/0.74	c 
0.68/0.74	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.68/0.74	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.68/0.74	c limits/memory = 27900
0.68/0.74	c 
0.68/0.74	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
0.68/0.74	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
0.68/0.74	c limits/solutions = 1
0.68/0.74	c 
0.68/0.74	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.
0.68/0.74	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
0.68/0.74	c misc/usesymmetry = 3
0.68/0.74	c 
0.68/0.74	c # belongs reading time to solving time?
0.68/0.74	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.68/0.74	c timing/reading = TRUE
0.68/0.74	c 
0.68/0.74	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
0.68/0.74	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.68/0.74	c propagating/symmetry/detectdoublelex = FALSE
0.68/0.74	c 
0.68/0.74	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
0.68/0.74	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.68/0.74	c propagating/symmetry/detectsubgroups = FALSE
0.68/0.74	c 
0.68/0.74	c # Type of symmetries that shall be computed?
0.68/0.74	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
0.68/0.74	c propagating/symmetry/symtype = 1
0.68/0.74	c 
0.68/0.74	c # Should components consisting of a single full reflection be handled?
0.68/0.74	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.68/0.74	c propagating/symmetry/usesimplesgncomp = FALSE
0.68/0.74	c 
0.68/0.74	c -----------------------------------------------------------------------------------------------
0.68/0.74	c start solving
0.68/0.74	c 
11.45/11.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
11.45/11.50	c  11.5s|     1 |     0 | 15868 |     - |   118M |   0 |4626 |  30k|  30k|   0 |  0 |  34 |   0 | 0.000000e+00 |      --      |    Inf | unknown
29.11/29.20	c  29.2s|     1 |     0 | 54817 |     - |   128M |   0 |4626 |  30k|  30k|  60 |  1 |  34 |   0 | 0.000000e+00 |      --      |    Inf | unknown
35.59/35.79	c  35.8s|     1 |     0 | 63822 |     - |   132M |   0 |4626 |  30k|  30k| 122 |  2 |  34 |   0 | 0.000000e+00 |      --      |    Inf | unknown
46.76/46.96	c  47.0s|     1 |     0 | 76248 |     - |   136M |   0 |4626 |  30k|  30k| 177 |  3 |  36 |   0 | 0.000000e+00 |      --      |    Inf | unknown
58.33/58.52	c  58.5s|     1 |     0 | 89024 |     - |   141M |   0 |4626 |  30k|  30k| 230 |  4 |  40 |   0 | 0.000000e+00 |      --      |    Inf | unknown
69.00/69.22	c  69.2s|     1 |     0 |101023 |     - |   144M |   0 |4626 |  30k|  31k| 279 |  5 |  45 |   0 | 0.000000e+00 |      --      |    Inf | unknown
78.78/79.00	c  79.0s|     1 |     0 |112401 |     - |   147M |   0 |4626 |  30k|  31k| 326 |  6 |  45 |   0 | 0.000000e+00 |      --      |    Inf | unknown
112.58/112.95	c   113s|     1 |     0 |138868 |     - |   151M |   0 |4626 |  30k|  31k| 371 |  7 |  46 |   0 | 0.000000e+00 |      --      |    Inf | unknown
123.55/123.96	c   124s|     1 |     0 |151101 |     - |   155M |   0 |4626 |  30k|  31k| 426 |  8 |  54 |   0 | 0.000000e+00 |      --      |    Inf | unknown
135.62/136.02	c   136s|     1 |     0 |163771 |     - |   160M |   0 |4626 |  30k|  31k| 482 |  9 |  64 |   0 | 0.000000e+00 |      --      |    Inf | unknown
146.39/146.88	c   147s|     1 |     0 |175874 |     - |   163M |   0 |4626 |  30k|  31k| 532 | 10 |  72 |   0 | 0.000000e+00 |      --      |    Inf | unknown
155.36/155.86	c   156s|     1 |     0 |187772 |     - |   166M |   0 |4626 |  30k|  31k| 582 | 11 |  76 |   0 | 0.000000e+00 |      --      |    Inf | unknown
168.53/169.02	c   169s|     1 |     2 |202457 |     - |   167M |   0 |4626 |  30k|  31k| 582 | 11 | 136 |  20 | 0.000000e+00 |      --      |    Inf | unknown
1530.41/1534.51	c  1535s|   100 |    68 |  2146k|19781.6 |   225M |  17 |4626 |  31k|  31k|1603 |  1 | 548 |  20 | 0.000000e+00 |      --      |    Inf |  75.00%
2480.30/2486.88	c  2487s|   200 |   168 |  3622k|17262.1 |   227M |  29 |4626 |  31k|  31k|2025 |  1 | 908 |  20 | 0.000000e+00 |      --      |    Inf |  75.00%
3157.26/3165.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3157.26/3165.53	c  3166s|   300 |   268 |  4783k|15370.9 |   255M |  44 |4626 |  31k|  31k|2565 |  1 |1257 |  20 | 0.000000e+00 |      --      |    Inf |  75.00%
3587.53/3597.00	c 
3587.53/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3587.53/3597.00	c Solving Time (sec) : 3597.00
3587.53/3597.00	c Solving Nodes      : 390
3587.53/3597.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3587.53/3597.00	c Dual Bound         : +0.00000000000000e+00
3587.53/3597.00	c Gap                : infinite
3587.53/3597.00	s UNKNOWN
3587.53/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3587.53/3597.00	c Total Time         :    3597.00
3587.53/3597.00	c   solving          :    3597.00
3587.53/3597.00	c   presolving       :       0.63 (included in solving)
3587.53/3597.00	c   reading          :       0.06 (included in solving)
3587.53/3597.00	c   copying          :       0.16 (4 #copies) (minimal 0.04, maximal 0.04, average 0.04)
3587.53/3597.00	c Original Problem   :
3587.53/3597.00	c   Problem name     : HOME/instance-4441905-1721294509.opb
3587.53/3597.00	c   Variables        : 4626 (4626 binary, 0 integer, 0 implicit integer, 0 continuous)
3587.53/3597.00	c   Constraints      : 30747 initial, 30747 maximal
3587.53/3597.00	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3587.53/3597.00	c Presolved Problem  :
3587.53/3597.00	c   Problem name     : t_HOME/instance-4441905-1721294509.opb
3587.53/3597.00	c   Variables        : 4626 (4626 binary, 0 integer, 0 implicit integer, 0 continuous)
3587.53/3597.00	c   Constraints      : 30747 initial, 31695 maximal
3587.53/3597.00	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3587.53/3597.00	c   Nonzeros         : 98178 constraint, 13111 clique table
3587.53/3597.00	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3587.53/3597.00	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   domcol           :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   dualsparsify     :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   gateextraction   :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   implics          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   milp             :       0.07       0.00      1          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   sparsify         :       0.03       0.00      1          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   trivial          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   dualfix          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   probing          :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   symmetry         :       0.34       0.00      1          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   knapsack         :       0.00       0.00      3          0          0          0          0          0          0          0         12        432
3587.53/3597.00	c   setppc           :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   linear           :       0.08       0.01      2          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   logicor          :       0.03       0.00      3          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   components       :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   root node        :          -          -      -         21          -          -         21          -          -          -          -          -
3587.53/3597.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3587.53/3597.00	c   benderslp        :          0          0          0          0        382          0          0         89          0          0          0          0          0          0          0
3587.53/3597.00	c   integral         :          0          0          0          0        382          0          0         89          0          0          0          0          0          0        764
3587.53/3597.00	c   knapsack         :         78+        89         11      35283          0          0          0         85      12143         61       2696        874        286          0          0
3587.53/3597.00	c   setppc           :        945        945         11      35222          0          0          0          2       6496         27       3567          0          0          0          0
3587.53/3597.00	c   linear           :          0+        42          0      26815          0          0          0          3         76         42          6          0          0          0          0
3587.53/3597.00	c   logicor          :      29724+     30626         11      17009          0          0          0          0       1523         15        162          0          0          0          0
3587.53/3597.00	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3587.53/3597.00	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.53/3597.00	c   integral         :       6.70       0.00       0.00       0.00       6.70       0.00       0.00       0.00       0.00       0.00
3587.53/3597.00	c   knapsack         :       0.08       0.00       0.01       0.07       0.00       0.00       0.00       0.00       0.00       0.00
3587.53/3597.00	c   setppc           :       0.13       0.00       0.00       0.13       0.00       0.00       0.00       0.00       0.00       0.00
3587.53/3597.00	c   linear           :       0.03       0.01       0.00       0.02       0.00       0.00       0.00       0.00       0.00       0.00
3587.53/3597.00	c   logicor          :       0.45       0.00       0.07       0.37       0.00       0.00       0.00       0.00       0.00       0.01
3587.53/3597.00	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.53/3597.00	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.53/3597.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.53/3597.00	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.53/3597.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3587.53/3597.00	c   dualfix          :          1          0          0          0
3587.53/3597.00	c   genvbounds       :          0          0          0          0
3587.53/3597.00	c   nlobbt           :          0          0          0          0
3587.53/3597.00	c   obbt             :          0          0          0          0
3587.53/3597.00	c   probing          :          0          0          0          0
3587.53/3597.00	c   pseudoobj        :          0          0          0          0
3587.53/3597.00	c   redcost          :          0          0          0          0
3587.53/3597.00	c   rootredcost      :          0          0          0          0
3587.53/3597.00	c   symmetry         :      26696          0          0        557
3587.53/3597.00	c   vbounds          :      12221          0          0          0
3587.53/3597.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3587.53/3597.00	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3587.53/3597.00	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3587.53/3597.00	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3587.53/3597.00	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3587.53/3597.00	c   probing          :       0.02       0.00       0.02       0.00       0.00       0.00
3587.53/3597.00	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
3587.53/3597.00	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
3587.53/3597.00	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3587.53/3597.00	c   symmetry         :       1.36       0.00       0.34       1.02       0.00       0.00
3587.53/3597.00	c   vbounds          :       0.01       0.00       0.00       0.01       0.00       0.00
3587.53/3597.00	c Symmetry           :
3587.53/3597.00	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3587.53/3597.00	c   orbital reduction:        557 reductions applied,          0 cutoffs
3587.53/3597.00	c   lexicographic red:          0 reductions applied,          0 cutoffs
3587.53/3597.00	c   shadow tree time :       0.00 s
3587.53/3597.00	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3587.53/3597.00	c   propagation      :       0.01        104        102          -       1100       75.5          4       91.0          -          -          -
3587.53/3597.00	c   infeasible LP    :       0.11        100        100          -       1405      138.4          3      113.3         99      163.0          0
3587.53/3597.00	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3587.53/3597.00	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3587.53/3597.00	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3587.53/3597.00	c   applied globally :       0.02          -          -          0       1457       57.7          -          -         98          -          -
3587.53/3597.00	c   applied locally  :          -          -          -          0          0        0.0          -          -          1          -          -
3587.53/3597.00	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3587.53/3597.00	c   cut pool         :       0.05          -        187         21          -          -       2458       7661          -          -          -          -          -    (maximal pool size:       1694)
3587.53/3597.00	c   aggregation      :       0.22       0.00         71         11          0          0        245       1154          0        565        565          0          0
3587.53/3597.00	c   > cmir           :          -          -          -          -          -          -          -       1033          0        490        490          0          -
3587.53/3597.00	c   > flowcover      :          -          -          -          -          -          -          -         14          0         10         10          0          -
3587.53/3597.00	c   > knapsackcover  :          -          -          -          -          -          -          -        107          0         65         65          0          -
3587.53/3597.00	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   clique           :       0.05       0.00         11         11          0          0         43        245          0        177        177          0          0
3587.53/3597.00	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   gomory           :      80.97       0.00         70         10          0          0       1961       5134        132       1093       1090          3          0
3587.53/3597.00	c   > gomorymi       :          -          -          -          -          -          -          -       1241         66        240        237          3          -
3587.53/3597.00	c   > strongcg       :          -          -          -          -          -          -          -       3893         66        853        853          0          -
3587.53/3597.00	c   impliedbounds    :       0.01       0.00         71         11          0          0        113        300          0        224        224          0          0
3587.53/3597.00	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   mcf              :       0.01       0.00          1          1          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   multilinear      :       0.00       0.00         22         11          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   rlt              :       0.00       0.00         40         10          0          0          0          0          0          0          0          0          0
3587.53/3597.00	c   zerohalf         :       0.87       0.00         71         11          0          0        384        828        156        644        540        104          0
3587.53/3597.00	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3587.53/3597.00	c   hybrid           :       0.01       0.00        117         11       2989          0       5834        582          0       1018
3587.53/3597.00	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.53/3597.00	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3587.53/3597.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3587.53/3597.00	c   problem variables:       0.00          -          0          0
3587.53/3597.00	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3587.53/3597.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3587.53/3597.00	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3587.53/3597.00	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3587.53/3597.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3587.53/3597.00	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.53/3597.00	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.53/3597.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.53/3597.00	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.53/3597.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3587.53/3597.00	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.53/3597.00	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.53/3597.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.53/3597.00	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.53/3597.00	c   relpscost        :       6.70       0.00        382          0          0          0          0          0          0        764
3587.53/3597.00	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3587.53/3597.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3587.53/3597.00	c   LP solutions     :       0.00          -          -          0          0
3587.53/3597.00	c   relax solutions  :       0.00          -          -          0          0
3587.53/3597.00	c   pseudo solutions :       0.00          -          -          0          0
3587.53/3597.00	c   strong branching :       0.00          -          -          0          0
3587.53/3597.00	c   actconsdiving    :       0.00       0.00          0          0          0
3587.53/3597.00	c   adaptivediving   :      43.39       0.00          5          0          0
3587.53/3597.00	c   alns             :      22.90       0.00          3          0          0
3587.53/3597.00	c   bound            :       0.00       0.00          0          0          0
3587.53/3597.00	c   clique           :       0.06       0.00          1          0          0
3587.53/3597.00	c   coefdiving       :       0.00       0.00          0          0          0
3587.53/3597.00	c   completesol      :       0.00       0.00          0          0          0
3587.53/3597.00	c   conflictdiving   :      48.12       0.00         14          0          0
3587.53/3597.00	c   crossover        :       0.00       0.00          0          0          0
3587.53/3597.00	c   dins             :       0.00       0.00          0          0          0
3587.53/3597.00	c   distributiondivin:     129.84       0.00         14          0          0
3587.53/3597.00	c   dps              :       0.00       0.00          0          0          0
3587.53/3597.00	c   dualval          :       0.00       0.00          0          0          0
3587.53/3597.00	c   farkasdiving     :       0.00       0.00          0          0          0
3587.53/3597.00	c   feasjump         :       0.03       0.00          1          0          0
3587.53/3597.00	c   feaspump         :      54.08       0.00          5          0          0
3587.53/3597.00	c   fixandinfer      :       0.00       0.00          0          0          0
3587.53/3597.00	c   fracdiving       :      45.64       0.00         14          0          0
3587.53/3597.00	c   gins             :       0.00       0.00          0          0          0
3587.53/3597.00	c   guideddiving     :       0.00       0.00          0          0          0
3587.53/3597.00	c   indcoefdiving    :       0.00       0.00          0          0          0
3587.53/3597.00	c   indicator        :       0.00       0.00          0          0          0
3587.53/3597.00	c   indicatordiving  :       0.00       0.00          0          0          0
3587.53/3597.00	c   indoneopt        :       0.00       0.00          0          0          0
3587.53/3597.00	c   indrounding      :       0.00       0.00          0          0          0
3587.53/3597.00	c   indtwoopt        :       0.00       0.00          0          0          0
3587.53/3597.00	c   intdiving        :       0.00       0.00          0          0          0
3587.53/3597.00	c   intshifting      :       0.00       0.00          0          0          0
3587.53/3597.00	c   linesearchdiving :      48.53       0.00         13          0          0
3587.53/3597.00	c   localbranching   :       0.00       0.00          0          0          0
3587.53/3597.00	c   locks            :       0.01       0.00          1          0          0
3587.53/3597.00	c   lpface           :       0.00       0.00          0          0          0
3587.53/3597.00	c   mpec             :       0.00       0.00          0          0          0
3587.53/3597.00	c   multistart       :       0.00       0.00          0          0          0
3587.53/3597.00	c   mutation         :       0.00       0.00          0          0          0
3587.53/3597.00	c   nlpdiving        :       0.00       0.00          0          0          0
3587.53/3597.00	c   objpscostdiving  :      80.55       0.00          1          0          0
3587.53/3597.00	c   octane           :       0.00       0.00          0          0          0
3587.53/3597.00	c   ofins            :       0.00       0.00          0          0          0
3587.53/3597.00	c   oneopt           :       0.00       0.00          0          0          0
3587.53/3597.00	c   padm             :       0.00       0.00          0          0          0
3587.53/3597.00	c   proximity        :       0.00       0.00          0          0          0
3587.53/3597.00	c   pscostdiving     :     137.70       0.00         14          0          0
3587.53/3597.00	c   randrounding     :       0.15       0.00         91          0          0
3587.53/3597.00	c   rens             :       0.12       0.00          1          0          0
3587.53/3597.00	c   reoptsols        :       0.00       0.00          0          0          0
3587.53/3597.00	c   repair           :       0.00       0.00          0          0          0
3587.53/3597.00	c   rins             :       0.00       0.00          0          0          0
3587.53/3597.00	c   rootsoldiving    :      33.49       0.00          6          0          0
3587.53/3597.00	c   rounding         :       0.23       0.00        268          0          0
3587.53/3597.00	c   scheduler        :       0.00       0.00          0          0          0
3587.53/3597.00	c   shiftandpropagate:       0.02       0.00          1          0          0
3587.53/3597.00	c   shifting         :       1.07       0.00        143          0          0
3587.53/3597.00	c   simplerounding   :       0.00       0.00          0          0          0
3587.53/3597.00	c   smallcard        :       0.00       0.00          0          0          0
3587.53/3597.00	c   subnlp           :       0.00       0.00          0          0          0
3587.53/3597.00	c   trivial          :       0.00       0.00          2          0          0
3587.53/3597.00	c   trivialnegation  :       0.00       0.00          0          0          0
3587.53/3597.00	c   trustregion      :       0.00       0.00          0          0          0
3587.53/3597.00	c   trysol           :       0.00       0.00          0          0          0
3587.53/3597.00	c   twoopt           :       0.00       0.00          0          0          0
3587.53/3597.00	c   undercover       :       0.00       0.00          0          0          0
3587.53/3597.00	c   vbounds          :       0.03       0.00          1          0          0
3587.53/3597.00	c   veclendiving     :      50.41       0.00         14          0          0
3587.53/3597.00	c   zeroobj          :       0.00       0.00          0          0          0
3587.63/3597.00	c   zirounding       :       0.11       0.00        381          0          0
3587.63/3597.00	c   other solutions  :          -          -          -          0          -
3587.63/3597.00	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3587.63/3597.00	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
3587.63/3597.00	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
3587.63/3597.00	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
3587.63/3597.00	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
3587.63/3597.00	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
3587.63/3597.00	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
3587.63/3597.00	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
3587.63/3597.00	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
3587.63/3597.00	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
3587.63/3597.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3587.63/3597.00	c   primal LP        :       2.33         52          0       0.00       0.00       2.33         52
3587.63/3597.00	c   dual LP          :    2806.16        503    4015124    8014.22    1430.82       0.01          2
3587.63/3597.00	c   lex dual LP      :       0.00          0          0       0.00          -
3587.63/3597.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3587.63/3597.00	c   resolve instable :       0.00          0          0       0.00          -
3587.63/3597.00	c   diving/probing LP:     666.77       1435    1518300    1058.05    2277.11
3587.63/3597.00	c   strong branching :       6.28         20      13722     686.10    2186.21          -          -         20
3587.63/3597.00	c     (at root node) :          -         20      13722     686.10          -
3587.63/3597.00	c   conflict analysis:       0.00          0          0       0.00          -
3587.63/3597.00	c B&B Tree           :
3587.63/3597.00	c   number of runs   :          1
3587.63/3597.00	c   nodes            :        390 (382 internal, 8 leaves)
3587.63/3597.00	c   feasible leaves  :          0
3587.63/3597.00	c   infeas. leaves   :          7
3587.63/3597.00	c   objective leaves :          0
3587.63/3597.00	c   nodes (total)    :        390 (382 internal, 8 leaves)
3587.63/3597.00	c   nodes left       :        355
3587.63/3597.00	c   max depth        :         45
3587.63/3597.00	c   max depth (total):         45
3587.63/3597.00	c   backtracks       :        106 (27.2%)
3587.63/3597.00	c   early backtracks :          0 (0.0%)
3587.63/3597.00	c   nodes exc. ref.  :          0 (0.0%)
3587.63/3597.00	c   delayed cutoffs  :         21
3587.63/3597.00	c   repropagations   :         17 (4 domain reductions, 2 cutoffs)
3587.63/3597.00	c   avg switch length:       2.98
3587.63/3597.00	c   switching time   :       2.48
3587.63/3597.00	c Root Node          :
3587.63/3597.00	c   First LP value   : +0.00000000000000e+00
3587.63/3597.00	c   First LP Iters   :      15868 (1493.76 Iter/sec)
3587.63/3597.00	c   First LP Time    :      10.62
3587.63/3597.00	c   Final Dual Bound : +0.00000000000000e+00
3587.63/3597.00	c   Final Root Iters :     187772
3587.63/3597.00	c   Root LP Estimate : +3.65204986463752e-02
3587.63/3597.00	c Solution           :
3587.63/3597.00	c   Solutions found  :          0 (0 improvements)
3587.63/3597.00	c   Primal Bound     :          -
3587.63/3597.00	c   Dual Bound       : +0.00000000000000e+00
3587.63/3597.00	c   Gap              :   infinite
3587.63/3597.00	c Integrals          :      Total       Avg%
3587.63/3597.00	c   primal-dual      :  359699.86     100.00
3587.63/3597.00	c   primal-ref       :          -          - (not evaluated)
3587.63/3597.00	c   dual-ref         :          -          - (not evaluated)
3587.63/3597.08	c Time complete: 3587.72.

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: 63968 MiB (60367 MiB free)
  memory of node 1: 64473 MiB (62836 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441905-1721294509/watcher-4441905-1721294509 -o /tmp/evaluation-result-4441905-1721294509/solver-4441905-1721294509 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721294195-967151 --watchdog 3760 pbscip -f HOME/instance-4441905-1721294509.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=967643, runsolver pid=967640

[startup+0.100967 s]*
/proc/loadavg: 4.10 3.59 3.60 5/258 967644
/proc/meminfo: memFree=126108692/131524600 swapFree=131071216/131071996
[pid=967643] ppid=967640 vsize=107828 memory=67816 CPUtime=0.1 cores=1,3
/proc/967643/stat : 967643 (pbscip) R 967640 967643 967139 0 -1 4194304 13879 0 0 0 8 2 0 0 20 0 1 0 181613276 110415872 16954 134679101440 4194304 18693293 140723563833056 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43692032 140723563840515 140723563840614 140723563840614 140723563847630 0
/proc/967643/statm: 26957 16954 3532 3540 0 15214 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 107828 KiB
Current children cumulated memory: 67816 KiB

[startup+0.205792 s]*
/proc/loadavg: 4.10 3.59 3.60 5/258 967644
/proc/meminfo: memFree=126084636/131524600 swapFree=131071216/131071996
[pid=967643] ppid=967640 vsize=125156 memory=85156 CPUtime=0.2 cores=1,3
/proc/967643/stat : 967643 (pbscip) R 967640 967643 967139 0 -1 4194304 20955 0 0 0 17 3 0 0 20 0 1 0 181613276 128159744 21289 134679101440 4194304 18693293 140723563833056 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43692032 140723563840515 140723563840614 140723563840614 140723563847630 0
/proc/967643/statm: 31289 21289 3739 3540 0 19546 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 125156 KiB
Current children cumulated memory: 85156 KiB

[startup+0.305786 s]*
/proc/loadavg: 4.10 3.59 3.60 5/258 967644
/proc/meminfo: memFree=126084752/131524600 swapFree=131071216/131071996
[pid=967643] ppid=967640 vsize=131216 memory=90864 CPUtime=0.3 cores=1,3
/proc/967643/stat : 967643 (pbscip) R 967640 967643 967139 0 -1 4194304 23643 0 0 0 27 3 0 0 20 0 1 0 181613276 134365184 22716 134679101440 4194304 18693293 140723563833056 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43692032 140723563840515 140723563840614 140723563840614 140723563847630 0
/proc/967643/statm: 32804 22716 3771 3540 0 21061 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 131216 KiB
Current children cumulated memory: 90864 KiB

[startup+0.70019 s]
/proc/loadavg: 4.18 3.61 3.61 5/258 967644
/proc/meminfo: memFree=126053808/131524600 swapFree=131071216/131071996
[pid=967643] ppid=967640 vsize=176376 memory=124544 CPUtime=0.68 cores=1,3
/proc/967643/stat : 967643 (pbscip) R 967640 967643 967139 0 -1 4194304 30990 0 0 0 64 4 0 0 20 0 1 0 181613276 180609024 31136 134679101440 4194304 18693293 140723563833056 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43692032 140723563840515 140723563840614 140723563840614 140723563847630 0
/proc/967643/statm: 44094 31136 3787 3540 0 32351 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 176376 KiB
Current children cumulated memory: 124544 KiB

[startup+1.50019 s]
/proc/loadavg: 4.18 3.61 3.61 5/258 967644
/proc/meminfo: memFree=126030244/131524600 swapFree=131071216/131071996
[pid=967643] ppid=967640 vsize=190840 memory=146840 CPUtime=1.48 cores=1,3
/proc/967643/stat : 967643 (pbscip) R 967640 967643 967139 0 -1 4194304 36451 0 0 0 143 5 0 0 20 0 1 0 181613276 195420160 36710 134679101440 4194304 18693293 140723563833056 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43692032 140723563840515 140723563840614 140723563840614 140723563847630 0
/proc/967643/statm: 47710 36710 3963 3540 0 35967 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 190840 KiB
Current children cumulated memory: 146840 KiB

[startup+3.1056 s]
/proc/loadavg: 4.18 3.61 3.61 5/258 967644
/proc/meminfo: memFree=126026788/131524600 swapFree=131071216/131071996
[pid=967643] ppid=967640 vsize=193264 memory=149212 CPUtime=3.08 cores=1,3
/proc/967643/stat : 967643 (pbscip) R 967640 967643 967139 0 -1 4194304 37089 0 0 0 303 5 0 0 20 0 1 0 181613276 197902336 37303 134679101440 4194304 18693293 140723563833056 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43692032 140723563840515 140723563840614 140723563840614 140723563847630 0
/proc/967643/statm: 48316 37303 3963 3540 0 36573 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 193264 KiB
Current children cumulated memory: 149212 KiB

[startup+6.30017 s]
/proc/loadavg: 4.16 3.62 3.61 6/258 967644
/proc/meminfo: memFree=126026728/131524600 swapFree=131071216/131071996
[pid=967643] ppid=967640 vsize=193264 memory=149212 CPUtime=6.27 cores=1,3
/proc/967643/stat : 967643 (pbscip) R 967640 967643 967139 0 -1 4194304 37090 0 0 0 622 5 0 0 20 0 1 0 181613276 197902336 37303 134679101440 4194304 18693293 140723563833056 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43692032 140723563840515 140723563840614 140723563840614 140723563847630 0
/proc/967643/statm: 48316 37303 3963 3540 0 36573 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 193264 KiB
Current children cumulated memory: 149212 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 3.62 3.61 5/258 967646
/proc/meminfo: memFree=126026448/131524600 swapFree=131071216/131071996
[pid=967643] ppid=967640 vsize=193776 memory=149532 CPUtime=12.65 cores=1,3
/proc/967643/stat : 967643 (pbscip) R 967640 967643 967139 0 -1 4194304 37132 0 0 0 1260 5 0 0 20 0 1 0 181613276 198426624 37383 134679101440 4194304 18693293 140723563833056 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43692032 140723563840515 140723563840614 140723563840614 140723563847630 0
/proc/967643/statm: 48444 37383 3979 3540 0 36701 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 193776 KiB
Current children cumulated memory: 149532 KiB

[startup+25.5002 s]
/proc/loadavg: 4.21 3.65 3.62 5/258 967647
/proc/meminfo: memFree=126013672/131524600 swapFree=131071216/131071996
[pid=967643] ppid=967640 vsize=211036 memory=162912 CPUtime=25.41 cores=1,3
/proc/967643/stat : 967643 (pbscip) R 967640 967643 967139 0 -1 4194304 39998 0 0 0 2536 5 0 0 20 0 1 0 181613276 216100864 40728 134679101440 4194304 18693293 140723563833056 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43692032 140723563840515 140723563840614 140723563840614 140723563847630 0
/proc/967643/statm: 52759 40728 3979 3540 0 41016 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 211036 KiB
Current children cumulated memory: 162912 KiB

[startup+51.1056 s]
/proc/loadavg: 4.12 3.69 3.64 5/258 967653
/proc/meminfo: memFree=125979516/131524600 swapFree=131071216/131071996
[pid=967643] ppid=967640 vsize=226012 memory=169496 CPUtime=50.96 cores=1,3
/proc/967643/stat : 967643 (pbscip) R 967640 967643 967139 0 -1 4194304 41611 0 0 0 5090 6 0 0 20 0 1 0 181613276 231436288 42374 134679101440 4194304 18693293 140723563833056 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43692032 140723563840515 140723563840614 140723563840614 140723563847630 0
/proc/967643/statm: 56503 42374 3979 3540 0 44760 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 226012 KiB
Current children cumulated memory: 169496 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 3.75 3.66 5/258 967662
/proc/meminfo: memFree=125947924/131524600 swapFree=131071216/131071996
[pid=967643] ppid=967640 vsize=248108 memory=182344 CPUtime=102.01 cores=1,3
/proc/967643/stat : 967643 (pbscip) R 967640 967643 967139 0 -1 4194304 44310 0 0 0 10194 7 0 0 20 0 1 0 181613276 254062592 45586 134679101440 4194304 18693293 140723563833056 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43692032 140723563840515 140723563840614 140723563840614 140723563847630 0
/proc/967643/statm: 62027 45586 3979 3540 0 50284 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 248108 KiB
Current children cumulated memory: 182344 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 3.83 3.70 6/259 967674
/proc/meminfo: memFree=125944996/131524600 swapFree=131071216/131071996
[pid=967643] ppid=967640 vsize=259808 memory=182344 CPUtime=161.85 cores=1,3
/proc/967643/stat : 967643 (pbscip) R 967640 967643 967139 0 -1 4194304 44330 0 0 0 16178 7 0 0 20 0 1 0 181613276 266043392 45586 134679101440 4194304 18693293 140723563833056 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43692032 140723563840515 140723563840614 140723563840614 140723563847630 0
/proc/967643/statm: 64952 45586 3979 3540 0 53209 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 259808 KiB
Current children cumulated memory: 182344 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 3.88 3.72 5/260 968067
/proc/meminfo: memFree=125900424/131524600 swapFree=131071216/131071996
[pid=967643] ppid=967640 vsize=303572 memory=224680 CPUtime=221.68 cores=1,3
/proc/967643/stat : 967643 (pbscip) R 967640 967643 967139 0 -1 4194304 54890 0 0 0 22159 9 0 0 20 0 1 0 181613276 310857728 56170 134679101440 4194304 18693293 140723563833056 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43692032 140723563840515 140723563840614 140723563840614 140723563847630 0
/proc/967643/statm: 75893 56170 4011 3540 0 64150 0
Current children cumulated CPU time: 221.68 s
Current children cumulated vsize: 303572 KiB
Current children cumulated memory: 224680 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 3.92 3.75 5/257 968078
/proc/meminfo: memFree=125699468/131524600 swapFree=131071216/131071996
[pid=967643] ppid=967640 vsize=303572 memory=224680 CPUtime=281.51 cores=1,3
/proc/967643/stat : 967643 (pbscip) R 967640 967643 967139 0 -1 4194304 54903 0 0 0 28142 9 0 0 20 0 1 0 181613276 310857728 56170 134679101440 4194304 18693293 140723563833056 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43692032 140723563840515 140723563840614 140723563840614 140723563847630 0
/proc/967643/statm: 75893 56170 4011 3540 0 64150 0
Current children cumulated CPU time: 281.51 s
Current children cumulated vsize: 303572 KiB
Current children cumulated memory: 224680 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 3.95 3.77 5/257 968088
/proc/meminfo: memFree=125697504/131524600 swapFree=131071216/131071996
[pid=967643] ppid=967640 vsize=304116 memory=225344 CPUtime=341.35 cores=1,3
/proc/967643/stat : 967643 (pbscip) R 967640 967643 967139 0 -1 4194304 55075 0 0 0 34126 9 0 0 20 0 1 0 181613276 311414784 56336 134679101440 4194304 18693293 140723563833056 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43692032 140723563840515 140723563840614 140723563840614 140723563847630 0
/proc/967643/statm: 76029 56336 4027 3540 0 64286 0
Current children cumulated CPU time: 341.35 s
Current children cumulated vsize: 304116 KiB
Current children cumulated memory: 225344 KiB

[startup+402.3 s]
/proc/loadavg: 4.07 3.98 3.79 5/258 968267
/proc/meminfo: memFree=125696316/131524600 swapFree=131071216/131071996
[pid=967643] ppid=967640 vsize=304116 memory=225344 CPUtime=401.19 cores=1,3
/proc/967643/stat : 967643 (pbscip) R 967640 967643 967139 0 -1 4194304 55076 0 0 0 40110 9 0 0 20 0 1 0 181613276 311414784 56336 134679101440 4194304 18693293 140723563833056 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43692032 140723563840515 140723563840614 140723563840614 140723563847630 0
/proc/967643/statm: 76029 56336 4027 3540 0 64286 0
Current children cumulated CPU time: 401.19 s
Current children cumulated vsize: 304116 KiB
Current children cumulated memory: 225344 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.01 3.82 5/257 968278
/proc/meminfo: memFree=125503468/131524600 swapFree=131071216/131071996
[pid=967643] ppid=967640 vsize=304116 memory=225344 CPUtime=461.03 cores=1,3
/proc/967643/stat : 967643 (pbscip) R 967640 967643 967139 0 -1 4194304 55079 0 0 0 46094 9 0 0 20 0 1 0 181613276 311414784 56336 134679101440 4194304 18693293 140723563833056 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43692032 140723563840515 140723563840614 140723563840614 140723563847630 0
/proc/967643/statm: 76029 56336 4027 3540 0 64286 0

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

/proc/loadavg: 4.22 4.17 4.10 5/257 969449
/proc/meminfo: memFree=124644128/131524600 swapFree=131071216/131071996
[pid=967643] ppid=967640 vsize=380864 memory=317392 CPUtime=3154.07 cores=1,3
/proc/967643/stat : 967643 (pbscip) R 967640 967643 967139 0 -1 4194304 70796 0 0 0 315395 12 0 0 20 0 1 0 181613276 390004736 79348 134679101440 4194304 18693293 140723563833056 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43692032 140723563840515 140723563840614 140723563840614 140723563847630 0
/proc/967643/statm: 95216 79348 4027 3540 0 83473 0
Current children cumulated CPU time: 3154.07 s
Current children cumulated vsize: 380864 KiB
Current children cumulated memory: 317392 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.15 4.09 5/254 969459
/proc/meminfo: memFree=124643916/131524600 swapFree=131071216/131071996
[pid=967643] ppid=967640 vsize=380864 memory=317516 CPUtime=3213.92 cores=1,3
/proc/967643/stat : 967643 (pbscip) R 967640 967643 967139 0 -1 4194304 70884 0 0 0 321380 12 0 0 20 0 1 0 181613276 390004736 79379 134679101440 4194304 18693293 140723563833056 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43692032 140723563840515 140723563840614 140723563840614 140723563847630 0
/proc/967643/statm: 95216 79379 4027 3540 0 83473 0
Current children cumulated CPU time: 3213.92 s
Current children cumulated vsize: 380864 KiB
Current children cumulated memory: 317516 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.13 4.09 6/255 969470
/proc/meminfo: memFree=124593196/131524600 swapFree=131071216/131071996
[pid=967643] ppid=967640 vsize=383420 memory=317516 CPUtime=3273.76 cores=1,3
/proc/967643/stat : 967643 (pbscip) R 967640 967643 967139 0 -1 4194304 70971 0 0 0 327364 12 0 0 20 0 1 0 181613276 392622080 79379 134679101440 4194304 18693293 140723563833056 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43692032 140723563840515 140723563840614 140723563840614 140723563847630 0
/proc/967643/statm: 95855 79379 4027 3540 0 84112 0
Current children cumulated CPU time: 3273.76 s
Current children cumulated vsize: 383420 KiB
Current children cumulated memory: 317516 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.12 4.09 5/255 969618
/proc/meminfo: memFree=126985376/131524600 swapFree=131071216/131071996
[pid=967643] ppid=967640 vsize=389264 memory=327956 CPUtime=3333.58 cores=1,3
/proc/967643/stat : 967643 (pbscip) R 967640 967643 967139 0 -1 4194304 71064 0 0 0 333346 12 0 0 20 0 1 0 181613276 398606336 81989 134679101440 4194304 18693293 140723563833056 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43692032 140723563840515 140723563840614 140723563840614 140723563847630 0
/proc/967643/statm: 97316 81989 4027 3540 0 85573 0
Current children cumulated CPU time: 3333.58 s
Current children cumulated vsize: 389264 KiB
Current children cumulated memory: 327956 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.11 4.09 5/255 969766
/proc/meminfo: memFree=127022284/131524600 swapFree=131071216/131071996
[pid=967643] ppid=967640 vsize=389264 memory=333820 CPUtime=3393.42 cores=1,3
/proc/967643/stat : 967643 (pbscip) R 967640 967643 967139 0 -1 4194304 71175 0 0 0 339330 12 0 0 20 0 1 0 181613276 398606336 83455 134679101440 4194304 18693293 140723563833056 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43692032 140723563840515 140723563840614 140723563840614 140723563847630 0
/proc/967643/statm: 97316 83455 4027 3540 0 85573 0
Current children cumulated CPU time: 3393.42 s
Current children cumulated vsize: 389264 KiB
Current children cumulated memory: 333820 KiB

[startup+3462.3 s]
/proc/loadavg: 4.39 4.20 4.12 5/255 969777
/proc/meminfo: memFree=126961756/131524600 swapFree=131071216/131071996
[pid=967643] ppid=967640 vsize=392188 memory=333824 CPUtime=3453.27 cores=1,3
/proc/967643/stat : 967643 (pbscip) R 967640 967643 967139 0 -1 4194304 71282 0 0 0 345315 12 0 0 20 0 1 0 181613276 401600512 83456 134679101440 4194304 18693293 140723563833056 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43692032 140723563840515 140723563840614 140723563840614 140723563847630 0
/proc/967643/statm: 98047 83456 4027 3540 0 86304 0
Current children cumulated CPU time: 3453.27 s
Current children cumulated vsize: 392188 KiB
Current children cumulated memory: 333824 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.18 4.11 5/258 969837
/proc/meminfo: memFree=126907784/131524600 swapFree=131071216/131071996
[pid=967643] ppid=967640 vsize=392188 memory=333824 CPUtime=3513.11 cores=1,3
/proc/967643/stat : 967643 (pbscip) R 967640 967643 967139 0 -1 4194304 71386 0 0 0 351299 12 0 0 20 0 1 0 181613276 401600512 83456 134679101440 4194304 18693293 140723563833056 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43692032 140723563840515 140723563840614 140723563840614 140723563847630 0
/proc/967643/statm: 98047 83456 4027 3540 0 86304 0
Current children cumulated CPU time: 3513.11 s
Current children cumulated vsize: 392188 KiB
Current children cumulated memory: 333824 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.16 4.11 5/257 969939
/proc/meminfo: memFree=126849988/131524600 swapFree=131071216/131071996
[pid=967643] ppid=967640 vsize=395108 memory=333828 CPUtime=3572.96 cores=1,3
/proc/967643/stat : 967643 (pbscip) R 967640 967643 967139 0 -1 4194304 71499 0 0 0 357284 12 0 0 20 0 1 0 181613276 404590592 83457 134679101440 4194304 18693293 140723563833056 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43692032 140723563840515 140723563840614 140723563840614 140723563847630 0
/proc/967643/statm: 98777 83457 4027 3540 0 87034 0
Current children cumulated CPU time: 3572.96 s
Current children cumulated vsize: 395108 KiB
Current children cumulated memory: 333828 KiB

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

# cumulated CPU time of all completed processes:  user=3587.59 s, system=0.13259 s

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

[startup+3584 s]*
/proc/loadavg: 4.13 4.16 4.11 6/257 969939
/proc/meminfo: memFree=126849988/131524600 swapFree=131071216/131071996
[pid=967643] ppid=967640 vsize=395108 memory=333828 CPUtime=3574.66 cores=1,3
/proc/967643/stat : 967643 (pbscip) R 967640 967643 967139 0 -1 4194304 71499 0 0 0 357454 12 0 0 20 0 1 0 181613276 404590592 83457 134679101440 4194304 18693293 140723563833056 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43692032 140723563840515 140723563840614 140723563840614 140723563847630 0
/proc/967643/statm: 98777 83457 4027 3540 0 87034 0
Current children cumulated CPU time: 3574.66 s
Current children cumulated vsize: 395108 KiB
Current children cumulated memory: 333828 KiB

[startup+3590.4 s]
/proc/loadavg: 4.20 4.17 4.11 5/257 969940
/proc/meminfo: memFree=126849800/131524600 swapFree=131071216/131071996
[pid=967643] ppid=967640 vsize=395108 memory=333828 CPUtime=3581.04 cores=1,3
/proc/967643/stat : 967643 (pbscip) R 967640 967643 967139 0 -1 4194304 71499 0 0 0 358092 12 0 0 20 0 1 0 181613276 404590592 83457 134679101440 4194304 18693293 140723563833056 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43692032 140723563840515 140723563840614 140723563840614 140723563847630 0
/proc/967643/statm: 98777 83457 4027 3540 0 87034 0
Current children cumulated CPU time: 3581.04 s
Current children cumulated vsize: 395108 KiB
Current children cumulated memory: 333828 KiB

[startup+3593.6 s]
/proc/loadavg: 4.18 4.17 4.11 5/257 969940
/proc/meminfo: memFree=126849800/131524600 swapFree=131071216/131071996
[pid=967643] ppid=967640 vsize=395108 memory=333828 CPUtime=3584.23 cores=1,3
/proc/967643/stat : 967643 (pbscip) R 967640 967643 967139 0 -1 4194304 71499 0 0 0 358411 12 0 0 20 0 1 0 181613276 404590592 83457 134679101440 4194304 18693293 140723563833056 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43692032 140723563840515 140723563840614 140723563840614 140723563847630 0
/proc/967643/statm: 98777 83457 4027 3540 0 87034 0
Current children cumulated CPU time: 3584.23 s
Current children cumulated vsize: 395108 KiB
Current children cumulated memory: 333828 KiB

[startup+3595.2 s]
/proc/loadavg: 4.18 4.17 4.11 5/257 969940
/proc/meminfo: memFree=126849800/131524600 swapFree=131071216/131071996
[pid=967643] ppid=967640 vsize=395108 memory=333828 CPUtime=3585.83 cores=1,3
/proc/967643/stat : 967643 (pbscip) R 967640 967643 967139 0 -1 4194304 71499 0 0 0 358571 12 0 0 20 0 1 0 181613276 404590592 83457 134679101440 4194304 18693293 140723563833056 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43692032 140723563840515 140723563840614 140723563840614 140723563847630 0
/proc/967643/statm: 98777 83457 4027 3540 0 87034 0
Current children cumulated CPU time: 3585.83 s
Current children cumulated vsize: 395108 KiB
Current children cumulated memory: 333828 KiB

[startup+3596 s]*
/proc/loadavg: 4.18 4.17 4.11 5/257 969940
/proc/meminfo: memFree=126849800/131524600 swapFree=131071216/131071996
[pid=967643] ppid=967640 vsize=395108 memory=333828 CPUtime=3586.63 cores=1,3
/proc/967643/stat : 967643 (pbscip) R 967640 967643 967139 0 -1 4194304 71499 0 0 0 358651 12 0 0 20 0 1 0 181613276 404590592 83457 134679101440 4194304 18693293 140723563833056 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43692032 140723563840515 140723563840614 140723563840614 140723563847630 0
/proc/967643/statm: 98777 83457 4027 3540 0 87034 0
Current children cumulated CPU time: 3586.63 s
Current children cumulated vsize: 395108 KiB
Current children cumulated memory: 333828 KiB

[startup+3596.8 s]
/proc/loadavg: 4.18 4.17 4.11 5/257 969940
/proc/meminfo: memFree=126849800/131524600 swapFree=131071216/131071996
[pid=967643] ppid=967640 vsize=395108 memory=333828 CPUtime=3587.43 cores=1,3
/proc/967643/stat : 967643 (pbscip) R 967640 967643 967139 0 -1 4194304 71499 0 0 0 358731 12 0 0 20 0 1 0 181613276 404590592 83457 134679101440 4194304 18693293 140723563833056 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43692032 140723563840515 140723563840614 140723563840614 140723563847630 0
/proc/967643/statm: 98777 83457 4027 3540 0 87034 0
Current children cumulated CPU time: 3587.43 s
Current children cumulated vsize: 395108 KiB
Current children cumulated memory: 333828 KiB

[startup+3597 s]*
/proc/loadavg: 4.17 4.17 4.11 5/257 969940
/proc/meminfo: memFree=126849800/131524600 swapFree=131071216/131071996
[pid=967643] ppid=967640 vsize=395108 memory=333828 CPUtime=3587.63 cores=1,3
/proc/967643/stat : 967643 (pbscip) R 967640 967643 967139 0 -1 4194304 71499 0 0 0 358751 12 0 0 20 0 1 0 181613276 404590592 83457 134679101440 4194304 18693293 140723563833056 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43692032 140723563840515 140723563840614 140723563840614 140723563847630 0
/proc/967643/statm: 98777 83457 4027 3540 0 87034 0
Current children cumulated CPU time: 3587.63 s
Current children cumulated vsize: 395108 KiB
Current children cumulated memory: 333828 KiB

Child status: 0

Real time (s): 3597.08
CPU time (s): 3587.72
CPU user time (s): 3587.59
CPU system time (s): 0.13259
CPU usage (%): 99.7398
Max. virtual memory (cumulated for all children) (KiB): 395108
Max. memory (cumulated for all children) (KiB): 333828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.59
system time used= 0.13259
maximum resident set size= 333828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71535
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= 34
involuntary context switches= 2929


# summary of solver processes directly reported to runsolver:
#   pid: 967643
#   total CPU time (s): 3587.72
#   total CPU user time (s): 3587.59
#   total CPU system time (s): 0.13259

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.55965 second user time and 15.603 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-18 11:22:01
IDJOB=4441905
IDBENCH=147756
IDSOLVER=3059
FILE ID=nodeC018/4441905-1721294509
RUNJOBID= nodeC018-1721294195-967151
SLURM_JOB_ID= 7542613
Free space on /tmp= 890016 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441905-1721294509/watcher-4441905-1721294509 -o /tmp/evaluation-result-4441905-1721294509/solver-4441905-1721294509 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721294195-967151 --watchdog 3760  pbscip -f HOME/instance-4441905-1721294509.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= d2d0eb539d1ad3b17959abe287928b07
RANDOM SEED=1918292923

nodeC018.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3662.931
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.52
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		: 3668.684
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.952
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.52
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		: 3661.486
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.30
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		: 3662.960
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.52
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		: 3668.970
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.072
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.52
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		: 3599.876
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126161860 kB
MemAvailable:   127998828 kB
Buffers:          461404 kB
Cached:          2206688 kB
SwapCached:          148 kB
Active:           972256 kB
Inactive:        3800332 kB
Active(anon):       1556 kB
Inactive(anon):  2148724 kB
Active(file):     970700 kB
Inactive(file):  1651608 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:             19836 kB
Writeback:            56 kB
AnonPages:       2104388 kB
Mapped:           142672 kB
Shmem:             45784 kB
KReclaimable:     108968 kB
Slab:             205912 kB
SReclaimable:     108968 kB
SUnreclaim:        96944 kB
KernelStack:        4144 kB
PageTables:        13844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2509296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            37568 kB
HardwareCorrupted:     0 kB
AnonHugePages:    798720 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      262868 kB
DirectMap2M:    24676352 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 890008 MiB
End job on nodeC018 at 2024-07-18 12:21:58