Trace number 4494570

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP 2024-07-07? 3586.52 3597.33

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
liu/vdw/normalized-vdw_k3_l5_n550.opb
MD5SUM392bb637b95a9bbde51dfdce2cdaf17a
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 benchmark2.06969
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1650
Total number of constraints113164
Number of constraints which are clauses112614
Number of constraints which are cardinality constraints (but not clauses)550
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
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-4494570-1751148709.opb>
0.18/0.25	c original problem has 1650 variables (1650 bin, 0 int, 0 impl, 0 cont) and 113164 constraints
0.18/0.25	c problem read in 0.25
0.18/0.26	c No objective function, only one solution is needed.
0.38/0.45	c presolving:
0.67/0.78	c    (0.8s) running MILP presolver
0.87/0.90	c    (0.9s) MILP presolver found nothing
1.08/1.19	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 113164 upgd conss, 0 impls, 550 clqs
1.56/1.68	c    (1.7s) probing: 51/1650 (3.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.56/1.68	c    (1.7s) probing aborted: 50/50 successive totally useless probings
2.57/2.62	c    (2.6s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
3.06/3.13	c    (3.1s) symmetry computation finished: 3 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.24)
3.06/3.13	c dynamic symmetry handling statistics:
3.06/3.13	c    orbitopal reduction:       no components
3.06/3.13	c    orbital reduction:         no components
3.06/3.13	c    lexicographic reduction:   no permutations
3.06/3.13	c handled 1 out of 1 symmetry components
3.06/3.13	c (round 2, exhaustive) 3 del vars, 0 del conss, 2 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 113164 upgd conss, 0 impls, 549 clqs
3.06/3.17	c (round 3, fast)       4 del vars, 275 del conss, 2 add conss, 0 chg bounds, 0 chg sides, 137 chg coeffs, 113164 upgd conss, 0 impls, 549 clqs
3.16/3.23	c (round 4, medium)     5 del vars, 412 del conss, 2 add conss, 0 chg bounds, 0 chg sides, 137 chg coeffs, 113164 upgd conss, 0 impls, 549 clqs
3.36/3.40	c (round 5, exhaustive) 6 del vars, 522 del conss, 2 add conss, 0 chg bounds, 0 chg sides, 137 chg coeffs, 113164 upgd conss, 0 impls, 548 clqs
3.46/3.51	c    (3.5s) probing: 56/1650 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
3.46/3.51	c    (3.5s) probing aborted: 50/50 successive totally useless probings
3.66/3.72	c presolving (6 rounds: 6 fast, 5 medium, 4 exhaustive):
3.66/3.72	c  6 deleted vars, 522 deleted constraints, 2 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 137 changed coefficients
3.66/3.72	c  0 implications, 548 cliques
3.66/3.72	c presolved problem has 1645 variables (1645 bin, 0 int, 0 impl, 0 cont) and 112644 constraints
3.66/3.72	c     548 constraints of type <setppc>
3.66/3.72	c       2 constraints of type <orbitope>
3.66/3.72	c  112094 constraints of type <logicor>
3.66/3.72	c transformed objective value is always integral (scale: 1)
3.66/3.72	c Presolving Time: 3.28
3.66/3.72	c - non default parameters ----------------------------------------------------------------------
3.66/3.72	c # SCIP version 10.0.0
3.66/3.72	c 
3.66/3.72	c # maximal time in seconds to run
3.66/3.72	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
3.66/3.72	c limits/time = 3596.998011
3.66/3.72	c 
3.66/3.72	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.66/3.72	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
3.66/3.72	c limits/memory = 27900
3.66/3.72	c 
3.66/3.72	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
3.66/3.72	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
3.66/3.72	c limits/solutions = 1
3.66/3.72	c 
3.66/3.72	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.
3.66/3.72	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
3.66/3.72	c misc/usesymmetry = 3
3.66/3.72	c 
3.66/3.72	c # belongs reading time to solving time?
3.66/3.72	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
3.66/3.72	c timing/reading = TRUE
3.66/3.72	c 
3.66/3.72	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
3.66/3.72	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
3.66/3.72	c propagating/symmetry/detectdoublelex = FALSE
3.66/3.72	c 
3.66/3.72	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
3.66/3.72	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
3.66/3.72	c propagating/symmetry/detectsubgroups = FALSE
3.66/3.72	c 
3.66/3.72	c # Type of symmetries that shall be computed?
3.66/3.72	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
3.66/3.72	c propagating/symmetry/symtype = 1
3.66/3.72	c 
3.66/3.72	c # Should components consisting of a single full reflection be handled?
3.66/3.72	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
3.66/3.72	c propagating/symmetry/usesimplesgncomp = FALSE
3.66/3.72	c 
3.66/3.72	c -----------------------------------------------------------------------------------------------
3.66/3.72	c start solving
3.66/3.72	c 
5.96/6.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.96/6.08	c   6.1s|     1 |     0 |  1397 |     - |   877M |   0 |1645 | 112k| 112k|   0 |  0 |  77 |   0 | 0.000000e+00 |      --      |    Inf | unknown
45.95/46.17	c  46.2s|     1 |     0 | 21613 |     - |   957M |   0 |1645 | 112k| 112k|   3 |  1 |  78 |   0 | 0.000000e+00 |      --      |    Inf | unknown
48.74/48.99	c  49.0s|     1 |     0 | 21810 |     - |   988M |   0 |1645 | 112k| 112k|   5 |  2 |  80 |   0 | 0.000000e+00 |      --      |    Inf | unknown
51.33/51.55	c  51.5s|     1 |     0 | 21887 |     - |  1011M |   0 |1645 | 112k| 112k|   8 |  3 |  82 |   0 | 0.000000e+00 |      --      |    Inf | unknown
54.33/54.57	c  54.6s|     1 |     0 | 22137 |     - |  1042M |   0 |1645 | 112k| 112k|  11 |  4 |  83 |   0 | 0.000000e+00 |      --      |    Inf | unknown
56.62/56.83	c  56.8s|     1 |     0 | 22187 |     - |  1064M |   0 |1645 | 112k| 112k|  13 |  5 |  85 |   0 | 0.000000e+00 |      --      |    Inf | unknown
59.61/59.89	c  59.9s|     1 |     0 | 22447 |     - |  1092M |   0 |1645 | 112k| 112k|  16 |  6 |  86 |   0 | 0.000000e+00 |      --      |    Inf | unknown
62.51/62.74	c  62.7s|     1 |     0 | 22752 |     - |  1118M |   0 |1645 | 112k| 112k|  20 |  7 |  87 |   0 | 0.000000e+00 |      --      |    Inf | unknown
65.40/65.62	c  65.6s|     1 |     0 | 23008 |     - |  1140M |   0 |1645 | 112k| 112k|  24 |  8 |  88 |   0 | 0.000000e+00 |      --      |    Inf | unknown
68.29/68.53	c  68.5s|     1 |     0 | 23217 |     - |  1163M |   0 |1645 | 112k| 112k|  26 |  9 |  89 |   0 | 0.000000e+00 |      --      |    Inf | unknown
70.80/71.10	c  71.1s|     1 |     0 | 23325 |     - |  1191M |   0 |1645 | 112k| 112k|  28 | 10 |  90 |   0 | 0.000000e+00 |      --      |    Inf | unknown
73.38/73.63	c  73.6s|     1 |     0 | 23359 |     - |  1202M |   0 |1645 | 112k| 112k|  30 | 11 |  91 |   0 | 0.000000e+00 |      --      |    Inf | unknown
274.30/275.12	c LP solution value is above SCIP's infinity value
302.52/303.42	c   303s|     1 |     2 | 62926 |     - |  1204M |   0 |1645 | 112k| 112k|  30 | 11 |  96 |  28 | 0.000000e+00 |      --      |    Inf | unknown
2510.22/2517.72	c  2518s|   100 |   101 |957369 |9434.4 |  1414M |  13 |1645 | 112k| 112k| 424 |  1 | 139 |  28 | 0.000000e+00 |      --      |    Inf | unknown
3397.89/3408.21	c  3408s|   200 |   201 |  1255k|6189.9 |  1593M |  33 |1645 | 112k| 112k|1192 |  1 | 214 |  28 | 0.000000e+00 |      --      |    Inf | unknown
3586.19/3597.01	c 
3586.19/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3586.19/3597.01	c Solving Time (sec) : 3597.00
3586.19/3597.01	c Solving Nodes      : 278
3586.19/3597.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3586.19/3597.01	c Dual Bound         : +0.00000000000000e+00
3586.19/3597.01	c Gap                : infinite
3586.19/3597.01	s UNKNOWN
3586.19/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3586.19/3597.01	c Total Time         :    3597.00
3586.19/3597.01	c   solving          :    3597.00
3586.19/3597.01	c   presolving       :       3.28 (included in solving)
3586.19/3597.01	c   reading          :       0.25 (included in solving)
3586.19/3597.01	c   copying          :       0.61 (4 #copies) (minimal 0.15, maximal 0.16, average 0.15)
3586.19/3597.01	c Original Problem   :
3586.19/3597.01	c   Problem name     : HOME/instance-4494570-1751148709.opb
3586.19/3597.01	c   Variables        : 1650 (1650 binary, 0 integer, 0 implicit integer, 0 continuous)
3586.19/3597.01	c   Constraints      : 113164 initial, 113164 maximal
3586.19/3597.01	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3586.19/3597.01	c Presolved Problem  :
3586.19/3597.01	c   Problem name     : t_HOME/instance-4494570-1751148709.opb
3586.19/3597.01	c   Variables        : 1645 (1645 binary, 0 integer, 0 implicit integer, 0 continuous)
3586.19/3597.01	c   Constraints      : 112644 initial, 112828 maximal
3586.19/3597.01	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3586.19/3597.01	c   Nonzeros         : 564177 constraint, 1644 clique table
3586.19/3597.01	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3586.19/3597.01	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   domcol           :       0.06       0.00      2          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   dualsparsify     :       0.94       0.00      1          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   gateextraction   :       0.07       0.00      3          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   implics          :       0.00       0.00      5          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   milp             :       0.34       0.00      1          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   sparsify         :       0.15       0.00      1          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   trivial          :       0.00       0.00      6          1          0          0          0          0          0          0          0          0
3586.19/3597.01	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   dualfix          :       0.00       0.00      6          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   probing          :       0.05       0.00      2          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   symmetry         :       0.51       0.00      1          2          0          0          0          0          0          2          0          0
3586.19/3597.01	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   setppc           :       0.00       0.00     12          0          1          0          0          0          2          0          0          0
3586.19/3597.01	c   linear           :       0.33       0.08      2          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   orbitope         :       0.00       0.00      3          1          0          0          0          0          0          0          0          0
3586.19/3597.01	c   logicor          :       0.52       0.16     12          0          0          0          0          0        520          0          0        137
3586.19/3597.01	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   components       :       0.05       0.00      1          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3586.19/3597.01	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3586.19/3597.01	c   benderslp        :          0          0          0          0        277          0          0         28          0          0          0          0          0          0          0
3586.19/3597.01	c   integral         :          0          0          0          0        277          0          0         28          0          0          0          0          0          0        554
3586.19/3597.01	c   setppc           :        548        548         11      14892          0          0          0         25       1487         31        398          0          0          0          0
3586.19/3597.01	c   orbitope         :          2          2          0      14761          0          0          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   logicor          :     112094+    112278         11       7184          0          0          0          0       1575         31         26          0          0          0          0
3586.19/3597.01	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3586.19/3597.01	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.19/3597.01	c   integral         :      25.05       0.00       0.00       0.00      25.05       0.00       0.00       0.00       0.00       0.00
3586.19/3597.01	c   setppc           :       0.09       0.00       0.00       0.08       0.00       0.00       0.00       0.00       0.00       0.00
3586.19/3597.01	c   orbitope         :       0.17       0.00       0.00       0.17       0.00       0.00       0.00       0.00       0.00       0.00
3586.19/3597.01	c   logicor          :       1.34       0.16       0.34       0.82       0.00       0.00       0.00       0.00       0.00       0.01
3586.19/3597.01	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.19/3597.01	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.19/3597.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.19/3597.01	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.19/3597.01	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3586.19/3597.01	c   dualfix          :          1          0          0          0
3586.19/3597.01	c   genvbounds       :          0          0          0          0
3586.19/3597.01	c   nlobbt           :          0          0          0          0
3586.19/3597.01	c   obbt             :          0          0          0          0
3586.19/3597.01	c   probing          :          0          0          0          0
3586.19/3597.01	c   pseudoobj        :          0          0          0          0
3586.19/3597.01	c   redcost          :          0          0          0          0
3586.19/3597.01	c   rootredcost      :          0          0          0          0
3586.19/3597.01	c   symmetry         :          0          0          0          0
3586.19/3597.01	c   vbounds          :       6967          0          0          0
3586.19/3597.01	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3586.19/3597.01	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3586.19/3597.01	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3586.19/3597.01	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3586.19/3597.01	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3586.19/3597.01	c   probing          :       0.05       0.00       0.05       0.00       0.00       0.00
3586.19/3597.01	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
3586.19/3597.01	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
3586.19/3597.01	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3586.19/3597.01	c   symmetry         :       0.52       0.00       0.51       0.00       0.00       0.00
3586.19/3597.01	c   vbounds          :       0.00       0.00       0.00       0.00       0.00       0.00
3586.19/3597.01	c Symmetry           :
3586.19/3597.01	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3586.19/3597.01	c   orbital reduction:          0 reductions applied,          0 cutoffs
3586.19/3597.01	c   lexicographic red:          0 reductions applied,          0 cutoffs
3586.19/3597.01	c   shadow tree time :       0.00 s
3586.19/3597.01	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3586.19/3597.01	c   propagation      :       0.01         53         53          -        452      102.6          7       13.7          -          -          -
3586.19/3597.01	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3586.19/3597.01	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3586.19/3597.01	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3586.19/3597.01	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3586.19/3597.01	c   applied globally :       0.00          -          -          0        214       53.3          -          -          0          -          -
3586.19/3597.01	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3586.19/3597.01	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3586.19/3597.01	c   cut pool         :       0.51          -        177         21          -          -       5264      13538          -          -          -          -          -    (maximal pool size:       4950)
3586.19/3597.01	c   aggregation      :       1.00       0.00         73         11          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.19/3597.01	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.19/3597.01	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.19/3597.01	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   clique           :       0.05       0.00         11         11          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   gomory           :       2.51       0.00         72         10          0          0       5115      11353          0          7          7          0          0
3586.19/3597.01	c   > gomorymi       :          -          -          -          -          -          -          -       5558          0          7          7          0          -
3586.19/3597.01	c   > strongcg       :          -          -          -          -          -          -          -       5795          0          0          0          0          -
3586.19/3597.01	c   impliedbounds    :       0.00       0.00         73         11          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   mcf              :       0.04       0.00          1          1          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   multilinear      :       0.00       0.00         21         11          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   rlt              :       0.00       0.00         47         10          0          0          0          0          0          0          0          0          0
3586.19/3597.01	c   zerohalf         :      79.53       0.00         73         11          0          0        149       2185          0       1223       1223          0          0
3586.19/3597.01	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3586.19/3597.01	c   hybrid           :       0.06       0.00        102         11       1230          0      12308         30          0       3619
3586.19/3597.01	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.19/3597.01	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3586.19/3597.01	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3586.19/3597.01	c   problem variables:       0.00          -          0          0
3586.19/3597.01	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3586.19/3597.01	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3586.19/3597.01	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3586.19/3597.01	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3586.19/3597.01	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3586.19/3597.01	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.19/3597.01	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.19/3597.01	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.19/3597.01	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.19/3597.01	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3586.19/3597.01	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.19/3597.01	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.19/3597.01	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.19/3597.01	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.19/3597.01	c   relpscost        :      25.05       0.00        277          0          0          0          0          0          0        554
3586.19/3597.01	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3586.19/3597.01	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3586.19/3597.01	c   LP solutions     :       0.00          -          -          0          0
3586.19/3597.01	c   relax solutions  :       0.00          -          -          0          0
3586.19/3597.01	c   pseudo solutions :       0.00          -          -          0          0
3586.19/3597.01	c   strong branching :       0.00          -          -          0          0
3586.19/3597.01	c   actconsdiving    :       0.00       0.00          0          0          0
3586.19/3597.01	c   adaptivediving   :      51.35       0.00          2          0          0
3586.19/3597.01	c   alns             :       2.14       0.00          4          0          0
3586.19/3597.01	c   bound            :       0.00       0.00          0          0          0
3586.19/3597.01	c   clique           :       0.24       0.00          1          0          0
3586.19/3597.01	c   coefdiving       :       0.00       0.00          0          0          0
3586.19/3597.01	c   completesol      :       0.00       0.00          0          0          0
3586.19/3597.01	c   conflictdiving   :     438.25       0.00          7          0          0
3586.19/3597.01	c   crossover        :       0.00       0.00          0          0          0
3586.19/3597.01	c   dins             :       0.00       0.00          0          0          0
3586.19/3597.01	c   distributiondivin:     232.66       0.00          3          0          0
3586.19/3597.01	c   dps              :       0.00       0.00          0          0          0
3586.19/3597.01	c   dualval          :       0.00       0.00          0          0          0
3586.19/3597.01	c   farkasdiving     :       0.00       0.00          0          0          0
3586.19/3597.01	c   feasjump         :       0.32       0.00          1          0          0
3586.19/3597.01	c   feaspump         :     146.24       0.00          2          0          0
3586.19/3597.01	c   fixandinfer      :       0.00       0.00          0          0          0
3586.19/3597.01	c   fracdiving       :     195.62       0.00          4          0          0
3586.19/3597.01	c   gins             :       0.00       0.00          0          0          0
3586.19/3597.01	c   guideddiving     :       0.00       0.00          0          0          0
3586.19/3597.01	c   indcoefdiving    :       0.00       0.00          0          0          0
3586.19/3597.01	c   indicator        :       0.00       0.00          0          0          0
3586.19/3597.01	c   indicatordiving  :       0.00       0.00          0          0          0
3586.19/3597.01	c   indoneopt        :       0.00       0.00          0          0          0
3586.19/3597.01	c   indrounding      :       0.00       0.00          0          0          0
3586.19/3597.01	c   indtwoopt        :       0.00       0.00          0          0          0
3586.19/3597.01	c   intdiving        :       0.00       0.00          0          0          0
3586.19/3597.01	c   intshifting      :       0.00       0.00          0          0          0
3586.19/3597.01	c   linesearchdiving :     141.34       0.00          4          0          0
3586.19/3597.01	c   localbranching   :       0.00       0.00          0          0          0
3586.19/3597.01	c   locks            :       0.06       0.00          1          0          0
3586.19/3597.01	c   lpface           :       0.00       0.00          0          0          0
3586.19/3597.01	c   mpec             :       0.00       0.00          0          0          0
3586.19/3597.01	c   multistart       :       0.00       0.00          0          0          0
3586.19/3597.01	c   mutation         :       0.00       0.00          0          0          0
3586.19/3597.01	c   nlpdiving        :       0.00       0.00          0          0          0
3586.19/3597.01	c   objpscostdiving  :    1169.47       0.00          1          0          0
3586.19/3597.01	c   octane           :       0.00       0.00          0          0          0
3586.19/3597.01	c   ofins            :       0.00       0.00          0          0          0
3586.19/3597.01	c   oneopt           :       0.00       0.00          0          0          0
3586.19/3597.01	c   padm             :       0.00       0.00          0          0          0
3586.19/3597.01	c   proximity        :       0.00       0.00          0          0          0
3586.19/3597.01	c   pscostdiving     :     209.37       0.00          4          0          0
3586.19/3597.01	c   randrounding     :       0.52       0.00         34          0          0
3586.19/3597.01	c   rens             :       0.00       0.00          0          0          0
3586.19/3597.01	c   reoptsols        :       0.00       0.00          0          0          0
3586.19/3597.01	c   repair           :       0.00       0.00          0          0          0
3586.19/3597.01	c   rins             :       0.00       0.00          0          0          0
3586.19/3597.01	c   rootsoldiving    :      38.10       0.00          2          0          0
3586.19/3597.01	c   rounding         :       1.75       0.00        234          0          0
3586.19/3597.01	c   scheduler        :       0.00       0.00          0          0          0
3586.19/3597.01	c   shiftandpropagate:       0.10       0.00          1          0          0
3586.19/3597.01	c   shifting         :       4.42       0.00        131          0          0
3586.19/3597.01	c   simplerounding   :       0.00       0.00          0          0          0
3586.19/3597.01	c   smallcard        :       0.00       0.00          0          0          0
3586.19/3597.01	c   subnlp           :       0.00       0.00          0          0          0
3586.19/3597.01	c   trivial          :       0.00       0.00          2          0          0
3586.19/3597.01	c   trivialnegation  :       0.00       0.00          0          0          0
3586.19/3597.01	c   trustregion      :       0.00       0.00          0          0          0
3586.19/3597.01	c   trysol           :       0.00       0.00          0          0          0
3586.19/3597.01	c   twoopt           :       0.00       0.00          0          0          0
3586.19/3597.01	c   undercover       :       0.00       0.00          0          0          0
3586.19/3597.01	c   vbounds          :       0.18       0.00          1          0          0
3586.19/3597.01	c   veclendiving     :     218.99       0.00          3          0          0
3586.19/3597.01	c   zeroobj          :       0.00       0.00          0          0          0
3586.19/3597.01	c   zirounding       :       1.14       0.00        277          0          0
3586.19/3597.01	c   other solutions  :          -          -          -          0          -
3586.19/3597.01	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3586.19/3597.01	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.19/3597.01	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.19/3597.01	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.19/3597.01	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.19/3597.01	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.19/3597.01	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.19/3597.01	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.19/3597.01	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3586.19/3597.01	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3586.19/3597.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3586.19/3597.01	c   primal LP        :       0.57         39          0       0.00       0.00       0.57         39
3586.19/3597.01	c   dual LP          :     627.15        380     261065     687.01     416.28       0.00          0
3586.19/3597.01	c   lex dual LP      :       0.00          0          0       0.00          -
3586.19/3597.01	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3586.19/3597.01	c   resolve instable :       0.00          0          0       0.00          -
3586.19/3597.01	c   diving/probing LP:    2834.60       1005    1067002    1061.69     376.42
3586.19/3597.01	c   strong branching :      23.10         28       7812     279.00     338.15          -          -         14
3586.19/3597.01	c     (at root node) :          -         28       7812     279.00          -
3586.19/3597.01	c   conflict analysis:       0.00          0          0       0.00          -
3586.19/3597.01	c B&B Tree           :
3586.19/3597.01	c   number of runs   :          1
3586.19/3597.01	c   nodes            :        278 (277 internal, 1 leaves)
3586.19/3597.01	c   feasible leaves  :          0
3586.19/3597.01	c   infeas. leaves   :          0
3586.19/3597.01	c   objective leaves :          0
3586.19/3597.01	c   nodes (total)    :        278 (277 internal, 1 leaves)
3586.19/3597.01	c   nodes left       :        278
3586.19/3597.01	c   max depth        :         74
3586.19/3597.01	c   max depth (total):         74
3586.19/3597.01	c   backtracks       :         67 (24.1%)
3586.19/3597.01	c   early backtracks :          0 (0.0%)
3586.19/3597.01	c   nodes exc. ref.  :          0 (0.0%)
3586.19/3597.01	c   delayed cutoffs  :          0
3586.19/3597.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3586.19/3597.01	c   avg switch length:       2.05
3586.19/3597.01	c   switching time   :       0.84
3586.19/3597.01	c Root Node          :
3586.19/3597.01	c   First LP value   : +0.00000000000000e+00
3586.19/3597.01	c   First LP Iters   :       1397 (956.31 Iter/sec)
3586.19/3597.01	c   First LP Time    :       1.46
3586.19/3597.01	c   Final Dual Bound : +0.00000000000000e+00
3586.19/3597.01	c   Final Root Iters :      23359
3586.19/3597.01	c   Root LP Estimate : +4.24852995779013e-02
3586.19/3597.01	c Solution           :
3586.19/3597.01	c   Solutions found  :          0 (0 improvements)
3586.19/3597.01	c   Primal Bound     :          -
3586.19/3597.01	c   Dual Bound       : +0.00000000000000e+00
3586.19/3597.01	c   Gap              :   infinite
3586.19/3597.01	c Integrals          :      Total       Avg%
3586.19/3597.01	c   primal-dual      :  359700.11     100.00
3586.19/3597.01	c   primal-ref       :          -          - (not evaluated)
3586.19/3597.01	c   dual-ref         :          -          - (not evaluated)
3586.49/3597.31	c Time complete: 3586.51.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62700 MiB free)
  memory of node 1: 64465 MiB (63042 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4494570-1751148709/watcher-4494570-1751148709 -o /tmp/evaluation-result-4494570-1751148709/solver-4494570-1751148709 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751144686-14146 --watchdog 3760 pbscip -f HOME/instance-4494570-1751148709.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=16523, runsolver pid=16520

[startup+0.10006 s]*
/proc/loadavg: 4.11 4.14 4.08 5/266 16524
/proc/meminfo: memFree=128737740/131250000 swapFree=33010684/33010684
[pid=16523] ppid=16520 vsize=68360 memory=40448 CPUtime=0.08 cores=5,7
/proc/16523/stat : 16523 (pbscip) R 16520 16523 14133 0 -1 4194304 7205 0 0 0 8 0 0 0 20 0 1 0 30547475 70000640 10112 18446744073709551615 4235264 18693293 140737326373424 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 21375888 21430392 33652736 140737326381449 140737326381548 140737326381548 140737326387150 0
/proc/16523/statm: 17090 10112 3232 3530 0 8541 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 68360 KiB
Current children cumulated memory: 40448 KiB

[startup+0.205435 s]*
/proc/loadavg: 4.11 4.14 4.08 5/266 16524
/proc/meminfo: memFree=128713548/131250000 swapFree=33010684/33010684
[pid=16523] ppid=16520 vsize=93288 memory=64896 CPUtime=0.18 cores=5,7
/proc/16523/stat : 16523 (pbscip) R 16520 16523 14133 0 -1 4194304 13306 0 0 0 17 1 0 0 20 0 1 0 30547475 95526912 16224 18446744073709551615 4235264 18693293 140737326373424 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 21375888 21430392 33652736 140737326381449 140737326381548 140737326381548 140737326387150 0
/proc/16523/statm: 23322 16224 3232 3530 0 14773 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 93288 KiB
Current children cumulated memory: 64896 KiB

[startup+0.305419 s]*
/proc/loadavg: 4.11 4.14 4.08 5/266 16524
/proc/meminfo: memFree=128681544/131250000 swapFree=33010684/33010684
[pid=16523] ppid=16520 vsize=135344 memory=108960 CPUtime=0.28 cores=5,7
/proc/16523/stat : 16523 (pbscip) R 16520 16523 14133 0 -1 4194304 24429 0 0 0 25 3 0 0 20 0 1 0 30547475 138592256 27240 18446744073709551615 4235264 18693293 140737326373424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33652736 140737326381449 140737326381548 140737326381548 140737326387150 0
/proc/16523/statm: 33836 27240 3520 3530 0 25287 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 135344 KiB
Current children cumulated memory: 108960 KiB

[startup+0.700126 s]
/proc/loadavg: 4.11 4.14 4.08 5/266 16524
/proc/meminfo: memFree=128657352/131250000 swapFree=33010684/33010684
[pid=16523] ppid=16520 vsize=293308 memory=258452 CPUtime=0.67 cores=5,7
/proc/16523/stat : 16523 (pbscip) R 16520 16523 14133 0 -1 4194304 58267 0 0 0 59 8 0 0 20 0 1 0 30547475 300347392 64613 18446744073709551615 4235264 18693293 140737326373424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33652736 140737326381449 140737326381548 140737326381548 140737326387150 0
/proc/16523/statm: 73327 64613 3552 3530 0 64778 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 293308 KiB
Current children cumulated memory: 258452 KiB

[startup+1.50013 s]
/proc/loadavg: 4.11 4.14 4.08 5/266 16524
/proc/meminfo: memFree=128607204/131250000 swapFree=33010684/33010684
[pid=16523] ppid=16520 vsize=307416 memory=276388 CPUtime=1.46 cores=5,7
/proc/16523/stat : 16523 (pbscip) R 16520 16523 14133 0 -1 4194304 85305 0 0 0 132 14 0 0 20 0 1 0 30547475 314793984 69097 18446744073709551615 4235264 18693293 140737326373424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33652736 140737326381449 140737326381548 140737326381548 140737326387150 0
/proc/16523/statm: 76854 69097 3680 3530 0 68305 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 307416 KiB
Current children cumulated memory: 276388 KiB

[startup+3.10543 s]
/proc/loadavg: 4.10 4.14 4.08 5/266 16524
/proc/meminfo: memFree=128393612/131250000 swapFree=33010684/33010684
[pid=16523] ppid=16520 vsize=881028 memory=797708 CPUtime=3.06 cores=5,7
/proc/16523/stat : 16523 (pbscip) R 16520 16523 14133 0 -1 4194304 125208 0 0 0 279 27 0 0 20 0 1 0 30547475 902172672 199427 18446744073709551615 4235264 18693293 140737326373424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33652736 140737326381449 140737326381548 140737326381548 140737326387150 0
/proc/16523/statm: 220257 199427 3744 3530 0 211708 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 881028 KiB
Current children cumulated memory: 797708 KiB

[startup+6.30012 s]
/proc/loadavg: 4.10 4.14 4.08 5/266 16524
/proc/meminfo: memFree=128267796/131250000 swapFree=33010684/33010684
[pid=16523] ppid=16520 vsize=979768 memory=910028 CPUtime=6.25 cores=5,7
/proc/16523/stat : 16523 (pbscip) R 16520 16523 14133 0 -1 4194304 141492 0 0 0 595 30 0 0 20 0 1 0 30547475 1003282432 227507 18446744073709551615 4235264 18693293 140737326373424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33652736 140737326381449 140737326381548 140737326381548 140737326387150 0
/proc/16523/statm: 244942 227507 3936 3530 0 236393 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 979768 KiB
Current children cumulated memory: 910028 KiB

[startup+12.7001 s]
/proc/loadavg: 4.16 4.15 4.08 5/266 16524
/proc/meminfo: memFree=128267804/131250000 swapFree=33010684/33010684
[pid=16523] ppid=16520 vsize=979768 memory=910028 CPUtime=12.64 cores=5,7
/proc/16523/stat : 16523 (pbscip) R 16520 16523 14133 0 -1 4194304 141495 0 0 0 1234 30 0 0 20 0 1 0 30547475 1003282432 227507 18446744073709551615 4235264 18693293 140737326373424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33652736 140737326381449 140737326381548 140737326381548 140737326387150 0
/proc/16523/statm: 244942 227507 3936 3530 0 236393 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 979768 KiB
Current children cumulated memory: 910028 KiB

[startup+25.5001 s]
/proc/loadavg: 4.13 4.15 4.08 5/266 16524
/proc/meminfo: memFree=128266324/131250000 swapFree=33010684/33010684
[pid=16523] ppid=16520 vsize=979768 memory=910156 CPUtime=25.4 cores=5,7
/proc/16523/stat : 16523 (pbscip) R 16520 16523 14133 0 -1 4194304 141529 0 0 0 2510 30 0 0 20 0 1 0 30547475 1003282432 227539 18446744073709551615 4235264 18693293 140737326373424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33652736 140737326381449 140737326381548 140737326381548 140737326387150 0
/proc/16523/statm: 244942 227539 3936 3530 0 236393 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 979768 KiB
Current children cumulated memory: 910156 KiB

[startup+51.1053 s]
/proc/loadavg: 4.09 4.14 4.08 5/265 16526
/proc/meminfo: memFree=128115244/131250000 swapFree=33010684/33010684
[pid=16523] ppid=16520 vsize=1122124 memory=1018640 CPUtime=50.94 cores=5,7
/proc/16523/stat : 16523 (pbscip) R 16520 16523 14133 0 -1 4194304 162060 0 0 0 5061 33 0 0 20 0 1 0 30547475 1149054976 254660 18446744073709551615 4235264 18693293 140737326373424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33652736 140737326381449 140737326381548 140737326381548 140737326387150 0
/proc/16523/statm: 280531 254660 3936 3530 0 271982 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 1122124 KiB
Current children cumulated memory: 1018640 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.14 4.09 5/264 16528
/proc/meminfo: memFree=127956732/131250000 swapFree=33010684/33010684
[pid=16523] ppid=16520 vsize=1323892 memory=1133300 CPUtime=102.01 cores=5,7
/proc/16523/stat : 16523 (pbscip) R 16520 16523 14133 0 -1 4194304 189408 0 0 0 10163 38 0 0 20 0 1 0 30547475 1355665408 283325 18446744073709551615 4235264 18693293 140737326373424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33652736 140737326381449 140737326381548 140737326381548 140737326387150 0
/proc/16523/statm: 330973 283325 3936 3530 0 322424 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 1323892 KiB
Current children cumulated memory: 1133300 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.13 4.09 5/264 16533
/proc/meminfo: memFree=127922040/131250000 swapFree=33010684/33010684
[pid=16523] ppid=16520 vsize=1341264 memory=1148792 CPUtime=161.83 cores=5,7
/proc/16523/stat : 16523 (pbscip) R 16520 16523 14133 0 -1 4194304 190734 0 0 0 16145 38 0 0 20 0 1 0 30547475 1373454336 287198 18446744073709551615 4235264 18693293 140737326373424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33652736 140737326381449 140737326381548 140737326381548 140737326387150 0
/proc/16523/statm: 335316 287198 3936 3530 0 326767 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 1341264 KiB
Current children cumulated memory: 1148792 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.13 4.09 5/265 16536
/proc/meminfo: memFree=127888016/131250000 swapFree=33010684/33010684
[pid=16523] ppid=16520 vsize=1341264 memory=1148792 CPUtime=221.65 cores=5,7
/proc/16523/stat : 16523 (pbscip) R 16520 16523 14133 0 -1 4194304 190764 0 0 0 22127 38 0 0 20 0 1 0 30547475 1373454336 287198 18446744073709551615 4235264 18693293 140737326373424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33652736 140737326381449 140737326381548 140737326381548 140737326387150 0
/proc/16523/statm: 335316 287198 3936 3530 0 326767 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 1341264 KiB
Current children cumulated memory: 1148792 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/265 16538
/proc/meminfo: memFree=127752736/131250000 swapFree=33010684/33010684
[pid=16523] ppid=16520 vsize=1408060 memory=1216888 CPUtime=281.48 cores=5,7
/proc/16523/stat : 16523 (pbscip) R 16520 16523 14133 0 -1 4194304 216057 0 0 0 28106 42 0 0 20 0 1 0 30547475 1441853440 304222 18446744073709551615 4235264 18693293 140737326373424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33652736 140737326381449 140737326381548 140737326381548 140737326387150 0
/proc/16523/statm: 352015 304222 3968 3530 0 343466 0
Current children cumulated CPU time: 281.48 s
Current children cumulated vsize: 1408060 KiB
Current children cumulated memory: 1216888 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/265 16540
/proc/meminfo: memFree=127753356/131250000 swapFree=33010684/33010684
[pid=16523] ppid=16520 vsize=1408060 memory=1218040 CPUtime=341.31 cores=5,7
/proc/16523/stat : 16523 (pbscip) R 16520 16523 14133 0 -1 4194304 216378 0 0 0 34089 42 0 0 20 0 1 0 30547475 1441853440 304510 18446744073709551615 4235264 18693293 140737326373424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33652736 140737326381449 140737326381548 140737326381548 140737326387150 0
/proc/16523/statm: 352015 304510 3968 3530 0 343466 0
Current children cumulated CPU time: 341.31 s
Current children cumulated vsize: 1408060 KiB
Current children cumulated memory: 1218040 KiB

[startup+402.3 s]
/proc/loadavg: 4.07 4.11 4.09 5/264 16547
/proc/meminfo: memFree=127749956/131250000 swapFree=33010684/33010684
[pid=16523] ppid=16520 vsize=1408060 memory=1218040 CPUtime=401.15 cores=5,7
/proc/16523/stat : 16523 (pbscip) R 16520 16523 14133 0 -1 4194304 216432 0 0 0 40073 42 0 0 20 0 1 0 30547475 1441853440 304510 18446744073709551615 4235264 18693293 140737326373424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33652736 140737326381449 140737326381548 140737326381548 140737326387150 0
/proc/16523/statm: 352015 304510 3968 3530 0 343466 0
Current children cumulated CPU time: 401.15 s
Current children cumulated vsize: 1408060 KiB
Current children cumulated memory: 1218040 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/264 16549
/proc/meminfo: memFree=127749944/131250000 swapFree=33010684/33010684
[pid=16523] ppid=16520 vsize=1408060 memory=1218168 CPUtime=460.98 cores=5,7
/proc/16523/stat : 16523 (pbscip) R 16520 16523 14133 0 -1 4194304 216445 0 0 0 46056 42 0 0 20 0 1 0 30547475 1441853440 304542 18446744073709551615 4235264 18693293 140737326373424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33652736 140737326381449 140737326381548 140737326381548 140737326387150 0
/proc/16523/statm: 352015 304542 3968 3530 0 343466 0

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

/proc/loadavg: 4.12 4.15 4.11 5/263 16746
/proc/meminfo: memFree=122987552/131250000 swapFree=33010684/33010684
[pid=16523] ppid=16520 vsize=1849408 memory=1579448 CPUtime=3212.48 cores=5,7
/proc/16523/stat : 16523 (pbscip) R 16520 16523 14133 0 -1 4194304 319958 0 0 0 321188 60 0 0 20 0 1 0 30547475 1893793792 394862 18446744073709551615 4235264 18693293 140737326373424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33652736 140737326381449 140737326381548 140737326381548 140737326387150 0
/proc/16523/statm: 462352 394862 3968 3530 0 453803 0
Current children cumulated CPU time: 3212.48 s
Current children cumulated vsize: 1849408 KiB
Current children cumulated memory: 1579448 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.15 4.11 4/260 17071
/proc/meminfo: memFree=123433276/131250000 swapFree=33010684/33010684
[pid=16523] ppid=16520 vsize=1960444 memory=1689124 CPUtime=3272.33 cores=5,7
/proc/16523/stat : 16523 (pbscip) R 16520 16523 14133 0 -1 4194304 344336 0 0 0 327168 65 0 0 20 0 1 0 30547475 2007494656 422281 18446744073709551615 4235264 18693293 140737326373424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33652736 140737326381449 140737326381548 140737326381548 140737326387150 0
/proc/16523/statm: 490111 422281 3968 3530 0 481562 0
Current children cumulated CPU time: 3272.33 s
Current children cumulated vsize: 1960444 KiB
Current children cumulated memory: 1689124 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.14 4.10 5/264 17514
/proc/meminfo: memFree=123448184/131250000 swapFree=33010684/33010684
[pid=16523] ppid=16520 vsize=1960444 memory=1689124 CPUtime=3332.17 cores=5,7
/proc/16523/stat : 16523 (pbscip) R 16520 16523 14133 0 -1 4194304 344533 0 0 0 333152 65 0 0 20 0 1 0 30547475 2007494656 422281 18446744073709551615 4235264 18693293 140737326373424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33652736 140737326381449 140737326381548 140737326381548 140737326387150 0
/proc/16523/statm: 490111 422281 3968 3530 0 481562 0
Current children cumulated CPU time: 3332.17 s
Current children cumulated vsize: 1960444 KiB
Current children cumulated memory: 1689124 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.14 4.10 5/266 17563
/proc/meminfo: memFree=123373584/131250000 swapFree=33010684/33010684
[pid=16523] ppid=16520 vsize=1960444 memory=1689124 CPUtime=3392 cores=5,7
/proc/16523/stat : 16523 (pbscip) R 16520 16523 14133 0 -1 4194304 344697 0 0 0 339135 65 0 0 20 0 1 0 30547475 2007494656 422281 18446744073709551615 4235264 18693293 140737326373424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33652736 140737326381449 140737326381548 140737326381548 140737326387150 0
/proc/16523/statm: 490111 422281 3968 3530 0 481562 0
Current children cumulated CPU time: 3392 s
Current children cumulated vsize: 1960444 KiB
Current children cumulated memory: 1689124 KiB

[startup+3462.3 s]
/proc/loadavg: 4.31 4.20 4.12 5/267 17570
/proc/meminfo: memFree=123291084/131250000 swapFree=33010684/33010684
[pid=16523] ppid=16520 vsize=1960444 memory=1689124 CPUtime=3451.84 cores=5,7
/proc/16523/stat : 16523 (pbscip) R 16520 16523 14133 0 -1 4194304 344697 0 0 0 345119 65 0 0 20 0 1 0 30547475 2007494656 422281 18446744073709551615 4235264 18693293 140737326373424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33652736 140737326381449 140737326381548 140737326381548 140737326387150 0
/proc/16523/statm: 490111 422281 3968 3530 0 481562 0
Current children cumulated CPU time: 3451.84 s
Current children cumulated vsize: 1960444 KiB
Current children cumulated memory: 1689124 KiB

[startup+3522.3 s]
/proc/loadavg: 4.24 4.20 4.12 5/267 17572
/proc/meminfo: memFree=123202816/131250000 swapFree=33010684/33010684
[pid=16523] ppid=16520 vsize=1960444 memory=1689124 CPUtime=3511.68 cores=5,7
/proc/16523/stat : 16523 (pbscip) R 16520 16523 14133 0 -1 4194304 344728 0 0 0 351103 65 0 0 20 0 1 0 30547475 2007494656 422281 18446744073709551615 4235264 18693293 140737326373424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33652736 140737326381449 140737326381548 140737326381548 140737326387150 0
/proc/16523/statm: 490111 422281 3968 3530 0 481562 0
Current children cumulated CPU time: 3511.68 s
Current children cumulated vsize: 1960444 KiB
Current children cumulated memory: 1689124 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.17 4.12 5/266 17753
/proc/meminfo: memFree=123918736/131250000 swapFree=33010684/33010684
[pid=16523] ppid=16520 vsize=1960444 memory=1689124 CPUtime=3571.52 cores=5,7
/proc/16523/stat : 16523 (pbscip) R 16520 16523 14133 0 -1 4194304 345089 0 0 0 357087 65 0 0 20 0 1 0 30547475 2007494656 422281 18446744073709551615 4235264 18693293 140737326373424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33652736 140737326381449 140737326381548 140737326381548 140737326387150 0
/proc/16523/statm: 490111 422281 3968 3530 0 481562 0
Current children cumulated CPU time: 3571.52 s
Current children cumulated vsize: 1960444 KiB
Current children cumulated memory: 1689124 KiB

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

# cumulated CPU time of all completed processes:  user=3585.86 s, system=0.666031 s

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

[startup+3584 s]*
/proc/loadavg: 4.20 4.19 4.12 5/266 17753
/proc/meminfo: memFree=123910672/131250000 swapFree=33010684/33010684
[pid=16523] ppid=16520 vsize=1960444 memory=1689124 CPUtime=3573.23 cores=5,7
/proc/16523/stat : 16523 (pbscip) R 16520 16523 14133 0 -1 4194304 345090 0 0 0 357258 65 0 0 20 0 1 0 30547475 2007494656 422281 18446744073709551615 4235264 18693293 140737326373424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33652736 140737326381449 140737326381548 140737326381548 140737326387150 0
/proc/16523/statm: 490111 422281 3968 3530 0 481562 0
Current children cumulated CPU time: 3573.23 s
Current children cumulated vsize: 1960444 KiB
Current children cumulated memory: 1689124 KiB

[startup+3590.4 s]
/proc/loadavg: 4.26 4.20 4.13 5/267 17755
/proc/meminfo: memFree=123882192/131250000 swapFree=33010684/33010684
[pid=16523] ppid=16520 vsize=1960444 memory=1689124 CPUtime=3579.6 cores=5,7
/proc/16523/stat : 16523 (pbscip) R 16520 16523 14133 0 -1 4194304 345096 0 0 0 357895 65 0 0 20 0 1 0 30547475 2007494656 422281 18446744073709551615 4235264 18693293 140737326373424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33652736 140737326381449 140737326381548 140737326381548 140737326387150 0
/proc/16523/statm: 490111 422281 3968 3530 0 481562 0
Current children cumulated CPU time: 3579.6 s
Current children cumulated vsize: 1960444 KiB
Current children cumulated memory: 1689124 KiB

[startup+3593.6 s]
/proc/loadavg: 4.32 4.21 4.13 5/267 17755
/proc/meminfo: memFree=123880176/131250000 swapFree=33010684/33010684
[pid=16523] ppid=16520 vsize=1960444 memory=1689124 CPUtime=3582.8 cores=5,7
/proc/16523/stat : 16523 (pbscip) R 16520 16523 14133 0 -1 4194304 345098 0 0 0 358215 65 0 0 20 0 1 0 30547475 2007494656 422281 18446744073709551615 4235264 18693293 140737326373424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33652736 140737326381449 140737326381548 140737326381548 140737326387150 0
/proc/16523/statm: 490111 422281 3968 3530 0 481562 0
Current children cumulated CPU time: 3582.8 s
Current children cumulated vsize: 1960444 KiB
Current children cumulated memory: 1689124 KiB

[startup+3595.2 s]
/proc/loadavg: 4.32 4.21 4.13 5/267 17755
/proc/meminfo: memFree=123880176/131250000 swapFree=33010684/33010684
[pid=16523] ppid=16520 vsize=1960444 memory=1689124 CPUtime=3584.39 cores=5,7
/proc/16523/stat : 16523 (pbscip) R 16520 16523 14133 0 -1 4194304 345098 0 0 0 358374 65 0 0 20 0 1 0 30547475 2007494656 422281 18446744073709551615 4235264 18693293 140737326373424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33652736 140737326381449 140737326381548 140737326381548 140737326387150 0
/proc/16523/statm: 490111 422281 3968 3530 0 481562 0
Current children cumulated CPU time: 3584.39 s
Current children cumulated vsize: 1960444 KiB
Current children cumulated memory: 1689124 KiB

[startup+3596 s]*
/proc/loadavg: 4.32 4.21 4.13 5/267 17755
/proc/meminfo: memFree=123879420/131250000 swapFree=33010684/33010684
[pid=16523] ppid=16520 vsize=1960444 memory=1689124 CPUtime=3585.19 cores=5,7
/proc/16523/stat : 16523 (pbscip) R 16520 16523 14133 0 -1 4194304 345098 0 0 0 358454 65 0 0 20 0 1 0 30547475 2007494656 422281 18446744073709551615 4235264 18693293 140737326373424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33652736 140737326381449 140737326381548 140737326381548 140737326387150 0
/proc/16523/statm: 490111 422281 3968 3530 0 481562 0
Current children cumulated CPU time: 3585.19 s
Current children cumulated vsize: 1960444 KiB
Current children cumulated memory: 1689124 KiB

[startup+3596.8 s]
/proc/loadavg: 4.32 4.21 4.13 5/267 17755
/proc/meminfo: memFree=123879420/131250000 swapFree=33010684/33010684
[pid=16523] ppid=16520 vsize=1960444 memory=1689124 CPUtime=3585.99 cores=5,7
/proc/16523/stat : 16523 (pbscip) R 16520 16523 14133 0 -1 4194304 345098 0 0 0 358534 65 0 0 20 0 1 0 30547475 2007494656 422281 18446744073709551615 4235264 18693293 140737326373424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33652736 140737326381449 140737326381548 140737326381548 140737326387150 0
/proc/16523/statm: 490111 422281 3968 3530 0 481562 0
Current children cumulated CPU time: 3585.99 s
Current children cumulated vsize: 1960444 KiB
Current children cumulated memory: 1689124 KiB

[startup+3597.2 s]
/proc/loadavg: 4.32 4.21 4.13 5/267 17755
/proc/meminfo: memFree=123876396/131250000 swapFree=33010684/33010684
[pid=16523] ppid=16520 vsize=1960444 memory=1689124 CPUtime=3586.39 cores=5,7
/proc/16523/stat : 16523 (pbscip) R 16520 16523 14133 0 -1 4194304 345109 0 0 0 358574 65 0 0 20 0 1 0 30547475 2007494656 422281 18446744073709551615 4235264 18693293 140737326373424 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33652736 140737326381449 140737326381548 140737326381548 140737326387150 0
/proc/16523/statm: 490111 422281 3968 3530 0 481562 0
Current children cumulated CPU time: 3586.39 s
Current children cumulated vsize: 1960444 KiB
Current children cumulated memory: 1689124 KiB

[startup+3597.3 s]
/proc/loadavg: 4.32 4.21 4.13 5/267 17755
/proc/meminfo: memFree=123876396/131250000 swapFree=33010684/33010684
[pid=16523] ppid=16520 vsize=1928104 memory=1657044 CPUtime=3586.49 cores=5,7
/proc/16523/stat : 16523 (pbscip) R 16520 16523 14133 0 -1 4194304 345124 0 0 0 358584 65 0 0 20 0 1 0 30547475 1974378496 414261 18446744073709551615 4235264 18693293 140737326373424 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33652736 140737326381449 140737326381548 140737326381548 140737326387150 0
/proc/16523/statm: 482026 414261 3968 3530 0 473477 0
Current children cumulated CPU time: 3586.49 s
Current children cumulated vsize: 1928104 KiB
Current children cumulated memory: 1657044 KiB

Child status: 0

Real time (s): 3597.33
CPU time (s): 3586.52
CPU user time (s): 3585.86
CPU system time (s): 0.666031
CPU usage (%): 99.6996
Max. virtual memory (cumulated for all children) (KiB): 1960444
Max. memory (cumulated for all children) (KiB): 1689124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.86
system time used= 0.666031
maximum resident set size= 1689124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 345202
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= 91
involuntary context switches= 1391


# summary of solver processes directly reported to runsolver:
#   pid: 16523
#   total CPU time (s): 3586.52
#   total CPU user time (s): 3585.86
#   total CPU system time (s): 0.666031

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.15779 second user time and 14.8636 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-06-29 00:11:49
IDJOB=4494570
IDBENCH=147894
IDSOLVER=3365
FILE ID=nodeC014/4494570-1751148709
RUNJOBID= nodeC014-1751144686-14146
SLURM_JOB_ID= 9587442
Free space on /tmp= 432956 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/liu/vdw/normalized-vdw_k3_l5_n550.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4494570-1751148709/watcher-4494570-1751148709 -o /tmp/evaluation-result-4494570-1751148709/solver-4494570-1751148709 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751144686-14146 --watchdog 3760  pbscip -f HOME/instance-4494570-1751148709.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 392bb637b95a9bbde51dfdce2cdaf17a
RANDOM SEED=1200606336

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128761360 kB
MemAvailable:   128426920 kB
Buffers:            3280 kB
Cached:           476884 kB
SwapCached:            0 kB
Active:          1212348 kB
Inactive:         267528 kB
Active(anon):    1017780 kB
Inactive(anon):        0 kB
Active(file):     194568 kB
Inactive(file):   267528 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             23880 kB
Writeback:             0 kB
AnonPages:       1001764 kB
Mapped:           138340 kB
Shmem:             18068 kB
KReclaimable:      85404 kB
Slab:             167912 kB
SReclaimable:      85404 kB
SUnreclaim:        82508 kB
KernelStack:        4304 kB
PageTables:         5332 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1434304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    458752 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432900 MiB
End job on nodeC014 at 2025-06-29 01:11:46