Trace number 4446045

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.57 3597.67

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-60.opb
MD5SUM0cc29dda69c4373ab2687cf37dcdce8e
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 benchmark70.6443
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12587
Total number of constraints283937
Number of constraints which are clauses255125
Number of constraints which are cardinality constraints (but not clauses)903
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint2
Maximum length of a constraint270
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 271
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4446045-1721329697.opb>
1.19/1.28	c original problem has 12587 variables (12587 bin, 0 int, 0 impl, 0 cont) and 283937 constraints
1.19/1.28	c problem read in 1.27
1.19/1.28	c No objective function, only one solution is needed.
1.69/1.78	c presolving:
2.48/2.56	c    (2.5s) running MILP presolver
3.38/3.43	c    (3.4s) MILP presolver found nothing
4.09/4.11	c (round 1, exhaustive) 1 del vars, 10 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 283924 upgd conss, 0 impls, 60278 clqs
4.78/4.85	c (round 2, exhaustive) 1 del vars, 3550 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 5318 chg coeffs, 283924 upgd conss, 0 impls, 60278 clqs
8.08/8.15	c    (8.1s) probing: 104/12586 (0.8%) - 0 fixings, 0 aggregations, 3 implications, 0 bound changes
8.08/8.15	c    (8.1s) probing aborted: 50/50 successive totally useless probings
9.67/9.79	c    (9.8s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
10.36/10.40	c    (10.4s) no symmetry present (symcode time: 0.09)
10.56/10.66	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
10.56/10.66	c  1 deleted vars, 3550 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 9 changed sides, 5453 changed coefficients
10.56/10.66	c  0 implications, 60281 cliques
10.56/10.66	c presolved problem has 12586 variables (12586 bin, 0 int, 0 impl, 0 cont) and 280387 constraints
10.56/10.66	c   28351 constraints of type <knapsack>
10.56/10.66	c   60278 constraints of type <setppc>
10.56/10.66	c       3 constraints of type <linear>
10.56/10.66	c  191755 constraints of type <logicor>
10.56/10.66	c transformed objective value is always integral (scale: 1)
10.56/10.66	c Presolving Time: 8.89
10.56/10.66	c - non default parameters ----------------------------------------------------------------------
10.56/10.66	c # SCIP version 10.0.0
10.56/10.66	c 
10.56/10.66	c # maximal time in seconds to run
10.56/10.66	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
10.56/10.66	c limits/time = 3596.993096
10.56/10.66	c 
10.56/10.66	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
10.56/10.66	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
10.56/10.66	c limits/memory = 27900
10.56/10.66	c 
10.56/10.66	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
10.56/10.66	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
10.56/10.66	c limits/solutions = 1
10.56/10.66	c 
10.56/10.66	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.
10.56/10.66	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
10.56/10.66	c misc/usesymmetry = 3
10.56/10.66	c 
10.56/10.66	c # belongs reading time to solving time?
10.56/10.66	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
10.56/10.66	c timing/reading = TRUE
10.56/10.66	c 
10.56/10.66	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
10.56/10.66	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
10.56/10.66	c propagating/symmetry/detectdoublelex = FALSE
10.56/10.66	c 
10.56/10.66	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
10.56/10.66	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
10.56/10.66	c propagating/symmetry/detectsubgroups = FALSE
10.56/10.66	c 
10.56/10.66	c # Type of symmetries that shall be computed?
10.56/10.66	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
10.56/10.66	c propagating/symmetry/symtype = 1
10.56/10.66	c 
10.56/10.66	c # Should components consisting of a single full reflection be handled?
10.56/10.66	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
10.56/10.66	c propagating/symmetry/usesimplesgncomp = FALSE
10.56/10.66	c 
10.56/10.66	c -----------------------------------------------------------------------------------------------
10.56/10.66	c start solving
10.56/10.67	c 
12.26/12.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
12.26/12.39	c  12.4s|     1 |     0 |   711 |     - |  1361M |   0 |  12k| 280k| 280k|   0 |  0 |  98 |   0 | 0.000000e+00 |      --      |    Inf | unknown
48.45/48.66	c  48.6s|     1 |     0 |  4341 |     - |  1400M |   0 |  12k| 280k| 280k|  10 |  1 |  98 |   0 | 0.000000e+00 |      --      |    Inf | unknown
115.05/115.49	c   115s|     1 |     0 |  4472 |     - |  1429M |   0 |  12k| 280k| 280k|  15 |  2 | 100 |   0 | 0.000000e+00 |      --      |    Inf | unknown
194.40/195.01	c   195s|     1 |     0 |  4658 |     - |  1459M |   0 |  12k| 280k| 280k|  21 |  3 | 102 |   0 | 0.000000e+00 |      --      |    Inf | unknown
205.96/206.63	c   207s|     1 |     0 |  4907 |     - |  1487M |   0 |  12k| 280k| 280k|  37 |  4 | 107 |   0 | 0.000000e+00 |      --      |    Inf | unknown
289.59/290.54	c   291s|     1 |     0 |  5063 |     - |  1517M |   0 |  12k| 280k| 280k|  46 |  5 | 111 |   0 | 0.000000e+00 |      --      |    Inf | unknown
331.23/332.31	c   332s|     1 |     0 |  5193 |     - |  1545M |   0 |  12k| 280k| 280k|  55 |  6 | 113 |   0 | 0.000000e+00 |      --      |    Inf | unknown
338.92/340.05	c   340s|     1 |     0 |  5580 |     - |  1574M |   0 |  12k| 280k| 280k|  63 |  7 | 114 |   0 | 0.000000e+00 |      --      |    Inf | unknown
352.47/353.68	c   354s|     1 |     0 |  5909 |     - |  1609M |   0 |  12k| 280k| 280k|  74 |  8 | 118 |   0 | 0.000000e+00 |      --      |    Inf | unknown
355.26/356.46	c   356s|     1 |     0 |  6572 |     - |  1645M |   0 |  12k| 280k| 280k|  82 |  9 | 119 |   0 | 0.000000e+00 |      --      |    Inf | unknown
358.46/359.62	c   360s|     1 |     0 |  6841 |     - |  1682M |   0 |  12k| 280k| 280k|  93 | 10 | 121 |   0 | 0.000000e+00 |      --      |    Inf | unknown
359.05/360.29	c   360s|     1 |     0 |  7251 |     - |  1712M |   0 |  12k| 280k| 280k| 100 | 11 | 124 |   0 | 0.000000e+00 |      --      |    Inf | unknown
392.56/393.83	c   394s|     1 |     2 | 16776 |     - |  1714M |   0 |  12k| 280k| 280k| 100 | 11 | 150 |  20 | 0.000000e+00 |      --      |    Inf | unknown
853.05/855.68	c   856s|   100 |   101 |266133 |2615.0 |  2262M |  13 |  12k| 281k| 280k|1919 |  1 |1135 |  20 | 0.000000e+00 |      --      |    Inf | unknown
1144.62/1148.03	c  1148s|   200 |   201 |472608 |2338.5 |  2464M |  13 |  12k| 281k| 280k|4833 |  1 |2043 |  20 | 0.000000e+00 |      --      |    Inf | unknown
1477.16/1481.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1477.16/1481.50	c  1481s|   300 |   301 |673482 |2228.2 |  2556M |  22 |  12k| 281k| 280k|7257 |  1 |2699 |  20 | 0.000000e+00 |      --      |    Inf | unknown
1776.10/1781.39	c  1781s|   400 |   401 |895381 |2225.9 |  2567M |  23 |  12k| 282k| 280k|8680 |  2 |3299 |  20 | 0.000000e+00 |      --      |    Inf | unknown
2568.43/2575.61	c  2576s|   500 |   501 |  1191k|2373.8 |  2577M |  25 |  12k| 282k| 280k|9521 |  1 |4346 |  20 | 0.000000e+00 |      --      |    Inf | unknown
2985.03/2993.43	c  2993s|   600 |   601 |  1455k|2418.2 |  2614M |  25 |  12k| 282k| 280k|  10k|  1 |4914 |  20 | 0.000000e+00 |      --      |    Inf | unknown
3428.26/3437.98	c  3438s|   700 |   701 |  1704k|2428.3 |  2766M |  25 |  12k| 282k| 280k|  12k|  1 |5528 |  20 | 0.000000e+00 |      --      |    Inf | unknown
3586.90/3597.01	c 
3586.90/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3586.90/3597.01	c Solving Time (sec) : 3597.00
3586.90/3597.01	c Solving Nodes      : 725
3586.90/3597.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3586.90/3597.01	c Dual Bound         : +0.00000000000000e+00
3586.90/3597.01	c Gap                : infinite
3586.90/3597.01	s UNKNOWN
3586.90/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3586.90/3597.01	c Total Time         :    3597.00
3586.90/3597.01	c   solving          :    3597.00
3586.90/3597.01	c   presolving       :       8.89 (included in solving)
3586.90/3597.01	c   reading          :       1.27 (included in solving)
3586.90/3597.01	c   copying          :       1.95 (5 #copies) (minimal 0.38, maximal 0.41, average 0.39)
3586.90/3597.01	c Original Problem   :
3586.90/3597.01	c   Problem name     : HOME/instance-4446045-1721329697.opb
3586.90/3597.01	c   Variables        : 12587 (12587 binary, 0 integer, 0 implicit integer, 0 continuous)
3586.90/3597.01	c   Constraints      : 283937 initial, 283937 maximal
3586.90/3597.01	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3586.90/3597.01	c Presolved Problem  :
3586.90/3597.01	c   Problem name     : t_HOME/instance-4446045-1721329697.opb
3586.90/3597.01	c   Variables        : 12586 (12586 binary, 0 integer, 0 implicit integer, 0 continuous)
3586.90/3597.01	c   Constraints      : 280387 initial, 282762 maximal
3586.90/3597.01	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3586.90/3597.01	c   Nonzeros         : 1069803 constraint, 125294 clique table
3586.90/3597.01	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3586.90/3597.01	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.90/3597.01	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.90/3597.01	c   domcol           :       0.15       0.00      1          0          0          0          0          0          0          0          0          0
3586.90/3597.01	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.90/3597.01	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.90/3597.01	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.90/3597.01	c   dualsparsify     :       1.64       0.00      1          0          0          0          0          0          0          0          0          0
3586.90/3597.01	c   gateextraction   :       0.31       0.00      2          0          0          0          0          0          0          0          0          0
3586.90/3597.01	c   implics          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
3586.90/3597.01	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.90/3597.01	c   milp             :       1.31       0.00      1          0          0          0          0          0          0          0          0          0
3586.90/3597.01	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.90/3597.01	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.90/3597.01	c   sparsify         :       0.30       0.00      1          0          0          0          0          0          0          0          0          0
3586.90/3597.01	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.90/3597.01	c   trivial          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
3586.90/3597.01	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.90/3597.01	c   dualfix          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
3586.90/3597.01	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.90/3597.01	c   probing          :       2.12       0.00      1          0          0          0          0          0          0          0          0          0
3586.90/3597.01	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.90/3597.02	c   symmetry         :       0.61       0.00      1          0          0          0          0          0          0          0          0          0
3586.90/3597.02	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.90/3597.02	c   knapsack         :       0.09       0.00      6          0          0          0          0          0          0          0          0          0
3586.90/3597.02	c   setppc           :       0.12       0.00      6          0          0          0          0          0          0          0          0          0
3586.90/3597.02	c   linear           :       0.88       0.12      6          0          1          0          0          0         10          0          9          0
3586.90/3597.02	c   logicor          :       0.94       0.15      6          0          0          0          0          0       3540          0          0       5453
3586.90/3597.02	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.90/3597.02	c   components       :       0.09       0.00      1          0          0          0          0          0          0          0          0          0
3586.90/3597.02	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3586.90/3597.02	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3586.90/3597.02	c   benderslp        :          0          0          0          0        724          0          0        139          0          0          0          0          0          0          0
3586.90/3597.02	c   integral         :          0          0          0          0        724          0          0        139          0          0          0          0          0          0       1448
3586.90/3597.02	c   knapsack         :      28351+     28353         11      69130          0          0          0        135        858         44         18         94         13          0          0
3586.90/3597.02	c   setppc           :      60278+     60358         11      69086          0          0          0          3      26928        565     143029          0          0          0          0
3586.90/3597.02	c   linear           :          3+         7         11      68443          0          0          0          3         10          7          0          0          0          0          0
3586.90/3597.02	c   logicor          :     191755+    194057         11      41577          0          0          0          0       4887        352         47         19          3          0          0
3586.90/3597.02	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.90/3597.02	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.90/3597.02	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.90/3597.02	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.90/3597.02	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3586.90/3597.02	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.90/3597.02	c   integral         :      17.56       0.00       0.00       0.00      17.56       0.00       0.00       0.00       0.00       0.00
3586.90/3597.02	c   knapsack         :       1.17       0.00       0.22       0.89       0.00       0.00       0.00       0.05       0.00       0.00
3586.90/3597.02	c   setppc           :       2.51       0.00       0.05       2.44       0.00       0.00       0.00       0.00       0.01       0.01
3586.90/3597.02	c   linear           :       0.13       0.12       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
3586.90/3597.02	c   logicor          :       3.22       0.15       0.32       2.72       0.00       0.00       0.00       0.00       0.01       0.01
3586.90/3597.02	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.90/3597.02	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.90/3597.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.90/3597.02	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.90/3597.02	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3586.90/3597.02	c   dualfix          :          1          0          0          0
3586.90/3597.02	c   genvbounds       :          0          0          0          0
3586.90/3597.02	c   nlobbt           :          0          0          0          0
3586.90/3597.02	c   obbt             :          0          0          0          0
3586.90/3597.02	c   probing          :          0          0          0          0
3586.90/3597.02	c   pseudoobj        :          0          0          0          0
3586.90/3597.02	c   redcost          :          0          0          0          0
3586.90/3597.02	c   rootredcost      :          0          0          0          0
3586.90/3597.02	c   symmetry         :          0          0          0          0
3586.90/3597.02	c   vbounds          :      22788          0          0          0
3586.90/3597.02	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3586.90/3597.02	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3586.90/3597.02	c   genvbounds       :       0.01       0.00       0.00       0.01       0.00       0.00
3586.90/3597.02	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3586.90/3597.02	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3586.90/3597.02	c   probing          :       2.12       0.00       2.12       0.00       0.00       0.00
3586.90/3597.02	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
3586.90/3597.02	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
3586.90/3597.02	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3586.90/3597.02	c   symmetry         :       0.62       0.00       0.61       0.01       0.00       0.00
3586.90/3597.02	c   vbounds          :       0.03       0.00       0.00       0.02       0.00       0.00
3586.90/3597.02	c Symmetry           :
3586.90/3597.02	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3586.90/3597.02	c   orbital reduction:          0 reductions applied,          0 cutoffs
3586.90/3597.02	c   lexicographic red:          0 reductions applied,          0 cutoffs
3586.90/3597.02	c   shadow tree time :       0.00 s
3586.90/3597.02	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3586.90/3597.02	c   propagation      :       0.04        962        962          -       6505       25.0        142       10.7          -          -          -
3586.90/3597.02	c   infeasible LP    :       0.03         10         10          -         67       32.7          2       12.5         10       34.2          0
3586.90/3597.02	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3586.90/3597.02	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3586.90/3597.02	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3586.90/3597.02	c   applied globally :       0.11          -          -          0       5569       19.7          -          -         10          -          -
3586.90/3597.02	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3586.90/3597.02	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3586.90/3597.02	c   cut pool         :       0.35          -        388         21          -          -       6653      66643          -          -          -          -          -    (maximal pool size:       4228)
3586.90/3597.02	c   aggregation      :       1.72       0.00         91         11          0          0          2         13          0          2          2          0          0
3586.90/3597.02	c   > cmir           :          -          -          -          -          -          -          -         11          0          0          0          0          -
3586.90/3597.02	c   > flowcover      :          -          -          -          -          -          -          -          2          0          2          2          0          -
3586.90/3597.02	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.90/3597.02	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.90/3597.02	c   clique           :       0.26       0.00         11         11          0          0         50        102          0         26         26          0          0
3586.90/3597.02	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.90/3597.02	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.90/3597.02	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.90/3597.02	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.90/3597.02	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.90/3597.02	c   gomory           :     421.13       0.00         90         10          0          0       5581      35952         86       2914       2911          3          0
3586.90/3597.02	c   > gomorymi       :          -          -          -          -          -          -          -       6863         43        151        148          3          -
3586.90/3597.02	c   > strongcg       :          -          -          -          -          -          -          -      29089         43       2763       2763          0          -
3586.90/3597.02	c   impliedbounds    :       0.16       0.00         91         11          0          0         56        716          0        514        514          0          0
3586.90/3597.02	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.90/3597.02	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.90/3597.02	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.90/3597.02	c   mcf              :       0.19       0.00          1          1          0          0          0          0          0          0          0          0          0
3586.90/3597.02	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.90/3597.02	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.90/3597.02	c   multilinear      :       0.00       0.00         39         11          0          0          0          0          0          0          0          0          0
3586.90/3597.02	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.90/3597.02	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.90/3597.02	c   rlt              :       0.00       0.00         70         10          0          0          0          0          0          0          0          0          0
3586.90/3597.02	c   zerohalf         :       3.00       0.00         91         11          0          0       1206      29860        156       9969       9852        117          0
3586.90/3597.02	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3586.90/3597.02	c   hybrid           :       0.08       0.00        303         11      13441          0      53557        100          0       2196
3586.90/3597.02	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.90/3597.02	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3586.90/3597.02	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3586.90/3597.02	c   problem variables:       0.00          -          0          0
3586.90/3597.02	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3586.90/3597.02	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3586.90/3597.02	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3586.90/3597.02	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3586.90/3597.02	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3586.90/3597.02	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.90/3597.02	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.90/3597.02	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.90/3597.02	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.90/3597.02	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3586.90/3597.02	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.90/3597.02	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.90/3597.02	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.90/3597.02	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.90/3597.02	c   relpscost        :      17.56       0.00        724          0          0          0          0          0          0       1448
3586.90/3597.02	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3586.90/3597.02	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3586.90/3597.02	c   LP solutions     :       0.00          -          -          0          0
3586.90/3597.02	c   relax solutions  :       0.00          -          -          0          0
3586.90/3597.02	c   pseudo solutions :       0.00          -          -          0          0
3586.90/3597.02	c   strong branching :       0.00          -          -          0          0
3586.90/3597.02	c   actconsdiving    :       0.00       0.00          0          0          0
3586.90/3597.02	c   adaptivediving   :      45.36       0.00          8          0          0
3586.90/3597.02	c   alns             :       6.52       0.00          4          0          0
3586.90/3597.02	c   bound            :       0.00       0.00          0          0          0
3586.90/3597.02	c   clique           :       0.51       0.00          1          0          0
3586.90/3597.02	c   coefdiving       :       0.00       0.00          0          0          0
3586.90/3597.02	c   completesol      :       0.00       0.00          0          0          0
3586.90/3597.02	c   conflictdiving   :     511.65       0.00         73          0          0
3586.90/3597.02	c   crossover        :       0.00       0.00          0          0          0
3586.90/3597.02	c   dins             :       0.00       0.00          0          0          0
3586.90/3597.02	c   distributiondivin:     190.23       0.00         15          0          0
3586.90/3597.02	c   dps              :       0.00       0.00          0          0          0
3586.90/3597.02	c   dualval          :       0.00       0.00          0          0          0
3586.90/3597.02	c   farkasdiving     :       0.00       0.00          0          0          0
3586.90/3597.02	c   feasjump         :       0.22       0.00          1          0          0
3586.90/3597.02	c   feaspump         :      73.86       0.00          4          0          0
3586.90/3597.02	c   fixandinfer      :       0.00       0.00          0          0          0
3586.90/3597.02	c   fracdiving       :     147.19       0.00         27          0          0
3586.90/3597.02	c   gins             :       0.00       0.00          0          0          0
3586.90/3597.02	c   guideddiving     :       0.00       0.00          0          0          0
3586.90/3597.02	c   indcoefdiving    :       0.00       0.00          0          0          0
3586.90/3597.02	c   indicator        :       0.00       0.00          0          0          0
3586.90/3597.02	c   indicatordiving  :       0.00       0.00          0          0          0
3586.90/3597.02	c   indoneopt        :       0.00       0.00          0          0          0
3586.90/3597.02	c   indrounding      :       0.00       0.00          0          0          0
3586.90/3597.02	c   indtwoopt        :       0.00       0.00          0          0          0
3586.90/3597.02	c   intdiving        :       0.00       0.00          0          0          0
3586.90/3597.02	c   intshifting      :       0.00       0.00          0          0          0
3586.90/3597.02	c   linesearchdiving :     247.60       0.00         28          0          0
3586.90/3597.02	c   localbranching   :       0.00       0.00          0          0          0
3586.90/3597.02	c   locks            :       0.16       0.00          1          0          0
3586.90/3597.02	c   lpface           :       0.01       0.00          0          0          0
3586.90/3597.02	c   mpec             :       0.00       0.00          0          0          0
3586.90/3597.02	c   multistart       :       0.00       0.00          0          0          0
3586.90/3597.02	c   mutation         :       0.00       0.00          0          0          0
3586.90/3597.02	c   nlpdiving        :       0.00       0.00          0          0          0
3586.90/3597.02	c   objpscostdiving  :     484.07       0.00          2          0          0
3586.90/3597.02	c   octane           :       0.00       0.00          0          0          0
3586.90/3597.02	c   ofins            :       0.00       0.00          0          0          0
3586.90/3597.02	c   oneopt           :       0.00       0.00          0          0          0
3586.90/3597.02	c   padm             :       0.00       0.00          0          0          0
3586.90/3597.02	c   proximity        :       0.00       0.00          0          0          0
3586.90/3597.02	c   pscostdiving     :     335.40       0.00         21          0          0
3586.90/3597.02	c   randrounding     :       0.55       0.00        143          0          0
3586.90/3597.02	c   rens             :       1.06       0.00          1          0          0
3586.90/3597.02	c   reoptsols        :       0.00       0.00          0          0          0
3586.90/3597.02	c   repair           :       0.00       0.00          0          0          0
3586.90/3597.02	c   rins             :       0.00       0.00          0          0          0
3586.90/3597.02	c   rootsoldiving    :      36.02       0.00          4          0          0
3586.90/3597.02	c   rounding         :       3.89       0.00        400          0          0
3586.90/3597.02	c   scheduler        :       0.00       0.00          0          0          0
3586.90/3597.02	c   shiftandpropagate:       0.14       0.00          1          0          0
3586.90/3597.02	c   shifting         :      28.88       0.00        246          0          0
3586.90/3597.02	c   simplerounding   :       0.00       0.00          0          0          0
3586.90/3597.02	c   smallcard        :       0.00       0.00          0          0          0
3586.90/3597.02	c   subnlp           :       0.00       0.00          0          0          0
3586.90/3597.02	c   trivial          :       0.01       0.00          2          0          0
3586.90/3597.02	c   trivialnegation  :       0.00       0.00          0          0          0
3586.90/3597.02	c   trustregion      :       0.00       0.00          0          0          0
3586.90/3597.02	c   trysol           :       0.00       0.00          0          0          0
3586.90/3597.02	c   twoopt           :       0.00       0.00          0          0          0
3586.90/3597.02	c   undercover       :       0.00       0.00          0          0          0
3586.90/3597.02	c   vbounds          :       0.50       0.00          1          0          0
3586.90/3597.02	c   veclendiving     :     137.65       0.00         24          0          0
3586.90/3597.02	c   zeroobj          :       0.00       0.00          0          0          0
3586.90/3597.02	c   zirounding       :       4.15       0.00        724          0          0
3586.90/3597.02	c   other solutions  :          -          -          -          0          -
3586.90/3597.02	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3586.90/3597.02	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.90/3597.02	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.90/3597.02	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.90/3597.02	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.90/3597.02	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.90/3597.02	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.90/3597.02	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.90/3597.02	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3586.90/3597.02	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3586.90/3597.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3586.90/3597.02	c   primal LP        :       4.08        144          0       0.00       0.00       4.08        144
3586.90/3597.02	c   dual LP          :     852.47       1028    1066118    1037.08    1250.62       0.00          0
3586.90/3597.02	c   lex dual LP      :       0.00          0          0       0.00          -
3586.90/3597.02	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3586.90/3597.02	c   resolve instable :       0.00          0          0       0.00          -
3586.90/3597.02	c   diving/probing LP:    2182.74        686     740861    1079.97     339.42
3586.90/3597.02	c   strong branching :      10.97         20      10415     520.75     949.20          -          -         12
3586.90/3597.02	c     (at root node) :          -         20      10415     520.75          -
3586.90/3597.02	c   conflict analysis:       0.00          0          0       0.00          -
3586.90/3597.02	c B&B Tree           :
3586.90/3597.02	c   number of runs   :          1
3586.90/3597.02	c   nodes            :        725 (724 internal, 1 leaves)
3586.90/3597.02	c   feasible leaves  :          0
3586.90/3597.02	c   infeas. leaves   :          0
3586.90/3597.02	c   objective leaves :          0
3586.90/3597.02	c   nodes (total)    :        725 (724 internal, 1 leaves)
3586.90/3597.02	c   nodes left       :        725
3586.90/3597.02	c   max depth        :         25
3586.90/3597.02	c   max depth (total):         25
3586.90/3597.02	c   backtracks       :        226 (31.2%)
3586.90/3597.02	c   early backtracks :          0 (0.0%)
3586.90/3597.02	c   nodes exc. ref.  :          0 (0.0%)
3586.90/3597.02	c   delayed cutoffs  :          0
3586.90/3597.02	c   repropagations   :          2 (0 domain reductions, 0 cutoffs)
3586.90/3597.02	c   avg switch length:       2.95
3586.90/3597.02	c   switching time   :       6.71
3586.90/3597.02	c Root Node          :
3586.90/3597.02	c   First LP value   : +0.00000000000000e+00
3586.90/3597.02	c   First LP Iters   :        711 (4046.09 Iter/sec)
3586.90/3597.02	c   First LP Time    :       0.18
3586.90/3597.02	c   Final Dual Bound : +0.00000000000000e+00
3586.90/3597.02	c   Final Root Iters :       7251
3586.90/3597.02	c   Root LP Estimate : +7.73846043344811e-02
3586.90/3597.02	c Solution           :
3586.90/3597.02	c   Solutions found  :          0 (0 improvements)
3586.90/3597.02	c   Primal Bound     :          -
3586.90/3597.02	c   Dual Bound       : +0.00000000000000e+00
3586.90/3597.02	c   Gap              :   infinite
3586.90/3597.02	c Integrals          :      Total       Avg%
3586.90/3597.02	c   primal-dual      :  359700.17     100.00
3586.90/3597.02	c   primal-ref       :          -          - (not evaluated)
3586.90/3597.02	c   dual-ref         :          -          - (not evaluated)
3587.49/3597.62	c Time complete: 3587.52.

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: 64059 MiB (61738 MiB free)
  memory of node 1: 64510 MiB (60204 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
solver pid=966797, runsolver pid=966794
Current StackSize limit: 8192 KiB


[startup+0.100102 s]*
/proc/loadavg: 1.18 1.35 2.42 5/242 966798
/proc/meminfo: memFree=124822880/131655788 swapFree=131071996/131071996
[pid=966797] ppid=966794 vsize=65684 memory=25180 CPUtime=0.1 cores=4,6
/proc/966797/stat : 966797 (pbscip) R 966794 966797 966724 0 -1 4194304 3382 0 0 0 9 1 0 0 20 0 1 0 185128976 67260416 6295 134679101440 4194304 18693293 140730185795056 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48848896 140730185802755 140730185802854 140730185802854 140730185809870 0
/proc/966797/statm: 16421 6295 3239 3540 0 4678 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 65684 KiB
Current children cumulated memory: 25180 KiB

[startup+0.213875 s]*
/proc/loadavg: 1.18 1.35 2.42 6/242 966798
/proc/meminfo: memFree=124773336/131655788 swapFree=131071996/131071996
[pid=966797] ppid=966794 vsize=76872 memory=36076 CPUtime=0.21 cores=4,6
/proc/966797/stat : 966797 (pbscip) R 966794 966797 966724 0 -1 4194304 6116 0 0 0 20 1 0 0 20 0 1 0 185128976 78716928 9019 134679101440 4194304 18693293 140730185795056 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48848896 140730185802755 140730185802854 140730185802854 140730185809870 0
/proc/966797/statm: 19218 9019 3239 3540 0 7475 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 76872 KiB
Current children cumulated memory: 36076 KiB

[startup+0.312725 s]*
/proc/loadavg: 1.18 1.35 2.42 6/242 966798
/proc/meminfo: memFree=124732840/131655788 swapFree=131071996/131071996
[pid=966797] ppid=966794 vsize=86912 memory=46124 CPUtime=0.31 cores=4,6
/proc/966797/stat : 966797 (pbscip) R 966794 966797 966724 0 -1 4194304 8624 0 0 0 28 3 0 0 20 0 1 0 185128976 88997888 11531 134679101440 4194304 18693293 140730185795056 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48848896 140730185802755 140730185802854 140730185802854 140730185809870 0
/proc/966797/statm: 21728 11531 3239 3540 0 9985 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 86912 KiB
Current children cumulated memory: 46124 KiB

[startup+0.700327 s]
/proc/loadavg: 1.48 1.41 2.43 5/242 966798
/proc/meminfo: memFree=124619252/131655788 swapFree=131071996/131071996
[pid=966797] ppid=966794 vsize=130692 memory=89480 CPUtime=0.69 cores=4,6
/proc/966797/stat : 966797 (pbscip) R 966794 966797 966724 0 -1 4194304 19416 0 0 0 63 6 0 0 20 0 1 0 185128976 133828608 22370 134679101440 4194304 18693293 140730185795056 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48848896 140730185802755 140730185802854 140730185802854 140730185809870 0
/proc/966797/statm: 32673 22370 3239 3540 0 20930 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 130692 KiB
Current children cumulated memory: 89480 KiB

[startup+1.50032 s]
/proc/loadavg: 1.48 1.41 2.43 5/242 966798
/proc/meminfo: memFree=124190336/131655788 swapFree=131071996/131071996
[pid=966797] ppid=966794 vsize=321944 memory=281080 CPUtime=1.49 cores=4,6
/proc/966797/stat : 966797 (pbscip) R 966794 966797 966724 0 -1 4194304 67984 0 0 0 134 15 0 0 20 0 1 0 185128976 329670656 70270 134679101440 4194304 18693293 140730185795056 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48848896 140730185802755 140730185802854 140730185802854 140730185809870 0
/proc/966797/statm: 80486 70270 3527 3540 0 68743 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 321944 KiB
Current children cumulated memory: 281080 KiB

[startup+3.1129 s]
/proc/loadavg: 1.48 1.41 2.43 5/242 966800
/proc/meminfo: memFree=122953056/131655788 swapFree=131071996/131071996
[pid=966797] ppid=966794 vsize=687976 memory=637312 CPUtime=3.09 cores=4,6
/proc/966797/stat : 966797 (pbscip) R 966794 966797 966724 0 -1 4194304 124161 0 0 0 280 29 0 0 20 0 1 0 185128976 704487424 159328 134679101440 4194304 18693293 140730185795056 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48848896 140730185802755 140730185802854 140730185802854 140730185809870 0
/proc/966797/statm: 171994 159328 3702 3540 0 160251 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 687976 KiB
Current children cumulated memory: 637312 KiB

[startup+6.30031 s]
/proc/loadavg: 1.69 1.46 2.44 6/242 966800
/proc/meminfo: memFree=122797396/131655788 swapFree=131071996/131071996
[pid=966797] ppid=966794 vsize=682264 memory=632648 CPUtime=6.27 cores=4,6
/proc/966797/stat : 966797 (pbscip) R 966794 966797 966724 0 -1 4194304 162865 0 0 0 591 36 0 0 20 0 1 0 185128976 698638336 158162 134679101440 4194304 18693293 140730185795056 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48848896 140730185802755 140730185802854 140730185802854 140730185809870 0
/proc/966797/statm: 170566 158162 3750 3540 0 158823 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 682264 KiB
Current children cumulated memory: 632648 KiB

[startup+12.7003 s]
/proc/loadavg: 1.87 1.50 2.45 5/242 966801
/proc/meminfo: memFree=121220100/131655788 swapFree=131071996/131071996
[pid=966797] ppid=966794 vsize=1555636 memory=1440936 CPUtime=12.65 cores=4,6
/proc/966797/stat : 966797 (pbscip) R 966794 966797 966724 0 -1 4194304 242746 0 0 0 1205 60 0 0 20 0 1 0 185128976 1592971264 360234 134679101440 4194304 18693293 140730185795056 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48848896 140730185802755 140730185802854 140730185802854 140730185809870 0
/proc/966797/statm: 388909 360234 3942 3540 0 377166 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1555636 KiB
Current children cumulated memory: 1440936 KiB

[startup+25.5003 s]
/proc/loadavg: 2.20 1.58 2.47 5/242 966803
/proc/meminfo: memFree=119859988/131655788 swapFree=131071996/131071996
[pid=966797] ppid=966794 vsize=1558164 memory=1441928 CPUtime=25.41 cores=4,6
/proc/966797/stat : 966797 (pbscip) R 966794 966797 966724 0 -1 4194304 243015 0 0 0 2481 60 0 0 20 0 1 0 185128976 1595559936 360482 134679101440 4194304 18693293 140730185795056 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48848896 140730185802755 140730185802854 140730185802854 140730185809870 0
/proc/966797/statm: 389541 360482 3942 3540 0 377798 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 1558164 KiB
Current children cumulated memory: 1441928 KiB

[startup+51.1125 s]
/proc/loadavg: 2.96 1.83 2.52 5/242 966806
/proc/meminfo: memFree=119683820/131655788 swapFree=131071996/131071996
[pid=966797] ppid=966794 vsize=1644956 memory=1498012 CPUtime=50.96 cores=4,6
/proc/966797/stat : 966797 (pbscip) R 966794 966797 966724 0 -1 4194304 248840 0 0 0 5034 62 0 0 20 0 1 0 185128976 1684434944 374503 134679101440 4194304 18693293 140730185795056 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48848896 140730185802755 140730185802854 140730185802854 140730185809870 0
/proc/966797/statm: 411239 374503 3942 3540 0 399496 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 1644956 KiB
Current children cumulated memory: 1498012 KiB

[startup+102.3 s]
/proc/loadavg: 3.55 2.17 2.60 5/242 966816
/proc/meminfo: memFree=119643368/131655788 swapFree=131071996/131071996
[pid=966797] ppid=966794 vsize=1644956 memory=1498012 CPUtime=101.98 cores=4,6
/proc/966797/stat : 966797 (pbscip) R 966794 966797 966724 0 -1 4194304 248896 0 0 0 10135 63 0 0 20 0 1 0 185128976 1684434944 374503 134679101440 4194304 18693293 140730185795056 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48848896 140730185802755 140730185802854 140730185802854 140730185809870 0
/proc/966797/statm: 411239 374503 3942 3540 0 399496 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 1644956 KiB
Current children cumulated memory: 1498012 KiB

[startup+162.3 s]
/proc/loadavg: 3.94 2.53 2.70 6/244 966831
/proc/meminfo: memFree=119554128/131655788 swapFree=131071996/131071996
[pid=966797] ppid=966794 vsize=1693164 memory=1519936 CPUtime=161.8 cores=4,6
/proc/966797/stat : 966797 (pbscip) R 966794 966797 966724 0 -1 4194304 249368 0 0 0 16115 65 0 0 20 0 1 0 185128976 1733799936 379984 134679101440 4194304 18693293 140730185795056 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48848896 140730185802755 140730185802854 140730185802854 140730185809870 0
/proc/966797/statm: 423291 379984 3942 3540 0 411548 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 1693164 KiB
Current children cumulated memory: 1519936 KiB

[startup+222.3 s]
/proc/loadavg: 4.03 2.82 2.79 5/244 966841
/proc/meminfo: memFree=119374216/131655788 swapFree=131071996/131071996
[pid=966797] ppid=966794 vsize=1745744 memory=1519988 CPUtime=221.61 cores=4,6
/proc/966797/stat : 966797 (pbscip) R 966794 966797 966724 0 -1 4194304 249495 0 0 0 22095 66 0 0 20 0 1 0 185128976 1787641856 379997 134679101440 4194304 18693293 140730185795056 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48848896 140730185802755 140730185802854 140730185802854 140730185809870 0
/proc/966797/statm: 436436 379997 3942 3540 0 424693 0
Current children cumulated CPU time: 221.61 s
Current children cumulated vsize: 1745744 KiB
Current children cumulated memory: 1519988 KiB

[startup+282.3 s]
/proc/loadavg: 4.05 3.05 2.88 5/244 966851
/proc/meminfo: memFree=119191756/131655788 swapFree=131071996/131071996
[pid=966797] ppid=966794 vsize=1745744 memory=1519988 CPUtime=281.42 cores=4,6
/proc/966797/stat : 966797 (pbscip) R 966794 966797 966724 0 -1 4194304 249552 0 0 0 28075 67 0 0 20 0 1 0 185128976 1787641856 379997 134679101440 4194304 18693293 140730185795056 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48848896 140730185802755 140730185802854 140730185802854 140730185809870 0
/proc/966797/statm: 436436 379997 3942 3540 0 424693 0
Current children cumulated CPU time: 281.42 s
Current children cumulated vsize: 1745744 KiB
Current children cumulated memory: 1519988 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 3.24 2.95 5/243 966863
/proc/meminfo: memFree=119182856/131655788 swapFree=131071996/131071996
[pid=966797] ppid=966794 vsize=1824620 memory=1519996 CPUtime=341.2 cores=4,6
/proc/966797/stat : 966797 (pbscip) R 966794 966797 966724 0 -1 4194304 249698 0 0 0 34052 68 0 0 20 0 1 0 185128976 1868410880 379999 134679101440 4194304 18693293 140730185795056 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48848896 140730185802755 140730185802854 140730185802854 140730185809870 0
/proc/966797/statm: 456155 379999 3942 3540 0 444412 0
Current children cumulated CPU time: 341.2 s
Current children cumulated vsize: 1824620 KiB
Current children cumulated memory: 1519996 KiB

[startup+402.3 s]
/proc/loadavg: 4.07 3.40 3.03 5/243 966873
/proc/meminfo: memFree=118522272/131655788 swapFree=131071996/131071996
[pid=966797] ppid=966794 vsize=2271188 memory=1859692 CPUtime=401.03 cores=4,6
/proc/966797/stat : 966797 (pbscip) R 966794 966797 966724 0 -1 4194304 327650 0 0 0 40021 82 0 0 20 0 1 0 185128976 2325696512 464923 134679101440 4194304 18693293 140730185795056 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48848896 140730185802755 140730185802854 140730185802854 140730185809870 0
/proc/966797/statm: 567797 464923 3958 3540 0 556054 0
Current children cumulated CPU time: 401.03 s
Current children cumulated vsize: 2271188 KiB
Current children cumulated memory: 1859692 KiB

[startup+462.3 s]
/proc/loadavg: 4.20 3.55 3.11 5/241 966883
/proc/meminfo: memFree=118519700/131655788 swapFree=131071996/131071996
[pid=966797] ppid=966794 vsize=2274684 memory=1862112 CPUtime=460.87 cores=4,6
/proc/966797/stat : 966797 (pbscip) R 966794 966797 966724 0 -1 4194304 328355 0 0 0 46004 83 0 0 20 0 1 0 185128976 2329276416 465528 134679101440 4194304 18693293 140730185795056 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48848896 140730185802755 140730185802854 140730185802854 140730185809870 0
/proc/966797/statm: 568671 465528 3988 3540 0 556928 0

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

/proc/loadavg: 4.20 4.36 4.25 5/244 968548
/proc/meminfo: memFree=117887404/131655788 swapFree=131071996/131071996
[pid=966797] ppid=966794 vsize=3163132 memory=2013832 CPUtime=3153.41 cores=4,6
/proc/966797/stat : 966797 (pbscip) R 966794 966797 966724 0 -1 4194304 416255 0 0 0 315179 162 0 0 20 0 1 0 185128976 3239047168 503458 134679101440 4194304 18693293 140730185795056 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48848896 140730185802755 140730185802854 140730185802854 140730185809870 0
/proc/966797/statm: 790783 503458 4004 3540 0 779040 0
Current children cumulated CPU time: 3153.41 s
Current children cumulated vsize: 3163132 KiB
Current children cumulated memory: 2013832 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.31 4.24 5/244 968558
/proc/meminfo: memFree=117886528/131655788 swapFree=131071996/131071996
[pid=966797] ppid=966794 vsize=3163132 memory=2013836 CPUtime=3213.25 cores=4,6
/proc/966797/stat : 966797 (pbscip) R 966794 966797 966724 0 -1 4194304 417043 0 0 0 321162 163 0 0 20 0 1 0 185128976 3239047168 503459 134679101440 4194304 18693293 140730185795056 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48848896 140730185802755 140730185802854 140730185802854 140730185809870 0
/proc/966797/statm: 790783 503459 4004 3540 0 779040 0
Current children cumulated CPU time: 3213.25 s
Current children cumulated vsize: 3163132 KiB
Current children cumulated memory: 2013836 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.27 4.22 6/244 968569
/proc/meminfo: memFree=117885616/131655788 swapFree=131071996/131071996
[pid=966797] ppid=966794 vsize=3163132 memory=2013836 CPUtime=3273.09 cores=4,6
/proc/966797/stat : 966797 (pbscip) R 966794 966797 966724 0 -1 4194304 417269 0 0 0 327144 165 0 0 20 0 1 0 185128976 3239047168 503459 134679101440 4194304 18693293 140730185795056 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48848896 140730185802755 140730185802854 140730185802854 140730185809870 0
/proc/966797/statm: 790783 503459 4004 3540 0 779040 0
Current children cumulated CPU time: 3273.09 s
Current children cumulated vsize: 3163132 KiB
Current children cumulated memory: 2013836 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.23 4.21 5/242 968580
/proc/meminfo: memFree=117876308/131655788 swapFree=131071996/131071996
[pid=966797] ppid=966794 vsize=3194464 memory=2014316 CPUtime=3332.91 cores=4,6
/proc/966797/stat : 966797 (pbscip) R 966794 966797 966724 0 -1 4194304 417612 0 0 0 333125 166 0 0 20 0 1 0 185128976 3271131136 503579 134679101440 4194304 18693293 140730185795056 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48848896 140730185802755 140730185802854 140730185802854 140730185809870 0
/proc/966797/statm: 798616 503579 4004 3540 0 786873 0
Current children cumulated CPU time: 3332.91 s
Current children cumulated vsize: 3194464 KiB
Current children cumulated memory: 2014316 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.20 4.20 5/242 968590
/proc/meminfo: memFree=117862296/131655788 swapFree=131071996/131071996
[pid=966797] ppid=966794 vsize=3194464 memory=2015140 CPUtime=3392.74 cores=4,6
/proc/966797/stat : 966797 (pbscip) R 966794 966797 966724 0 -1 4194304 417941 0 0 0 339107 167 0 0 20 0 1 0 185128976 3271131136 503785 134679101440 4194304 18693293 140730185795056 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48848896 140730185802755 140730185802854 140730185802854 140730185809870 0
/proc/966797/statm: 798616 503785 4004 3540 0 786873 0
Current children cumulated CPU time: 3392.74 s
Current children cumulated vsize: 3194464 KiB
Current children cumulated memory: 2015140 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.18 4.19 5/241 968601
/proc/meminfo: memFree=117846136/131655788 swapFree=131071996/131071996
[pid=966797] ppid=966794 vsize=3220764 memory=2015660 CPUtime=3452.56 cores=4,6
/proc/966797/stat : 966797 (pbscip) R 966794 966797 966724 0 -1 4194304 418206 0 0 0 345088 168 0 0 20 0 1 0 185128976 3298062336 503915 134679101440 4194304 18693293 140730185795056 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48848896 140730185802755 140730185802854 140730185802854 140730185809870 0
/proc/966797/statm: 805191 503915 4004 3540 0 793448 0
Current children cumulated CPU time: 3452.56 s
Current children cumulated vsize: 3220764 KiB
Current children cumulated memory: 2015660 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.17 4.18 5/241 968611
/proc/meminfo: memFree=117839696/131655788 swapFree=131071996/131071996
[pid=966797] ppid=966794 vsize=3220764 memory=2015712 CPUtime=3512.4 cores=4,6
/proc/966797/stat : 966797 (pbscip) R 966794 966797 966724 0 -1 4194304 418329 0 0 0 351071 169 0 0 20 0 1 0 185128976 3298062336 503928 134679101440 4194304 18693293 140730185795056 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48848896 140730185802755 140730185802854 140730185802854 140730185809870 0
/proc/966797/statm: 805191 503928 4004 3540 0 793448 0
Current children cumulated CPU time: 3512.4 s
Current children cumulated vsize: 3220764 KiB
Current children cumulated memory: 2015712 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.15 4.18 5/241 968621
/proc/meminfo: memFree=117839048/131655788 swapFree=131071996/131071996
[pid=966797] ppid=966794 vsize=3220764 memory=2015788 CPUtime=3572.24 cores=4,6
/proc/966797/stat : 966797 (pbscip) R 966794 966797 966724 0 -1 4194304 418457 0 0 0 357054 170 0 0 20 0 1 0 185128976 3298062336 503947 134679101440 4194304 18693293 140730185795056 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48848896 140730185802755 140730185802854 140730185802854 140730185809870 0
/proc/966797/statm: 805191 503947 4004 3540 0 793448 0
Current children cumulated CPU time: 3572.24 s
Current children cumulated vsize: 3220764 KiB
Current children cumulated memory: 2015788 KiB

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

# cumulated CPU time of all completed processes:  user=3585.8 s, system=1.76545 s

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

[startup+3584 s]*
/proc/loadavg: 4.11 4.15 4.18 5/241 968621
/proc/meminfo: memFree=117839100/131655788 swapFree=131071996/131071996
[pid=966797] ppid=966794 vsize=3220764 memory=2015788 CPUtime=3573.95 cores=4,6
/proc/966797/stat : 966797 (pbscip) R 966794 966797 966724 0 -1 4194304 418457 0 0 0 357225 170 0 0 20 0 1 0 185128976 3298062336 503947 134679101440 4194304 18693293 140730185795056 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48848896 140730185802755 140730185802854 140730185802854 140730185809870 0
/proc/966797/statm: 805191 503947 4004 3540 0 793448 0
Current children cumulated CPU time: 3573.95 s
Current children cumulated vsize: 3220764 KiB
Current children cumulated memory: 2015788 KiB

[startup+3590.4 s]
/proc/loadavg: 4.10 4.15 4.18 5/241 968621
/proc/meminfo: memFree=117839020/131655788 swapFree=131071996/131071996
[pid=966797] ppid=966794 vsize=3220764 memory=2015788 CPUtime=3580.31 cores=4,6
/proc/966797/stat : 966797 (pbscip) R 966794 966797 966724 0 -1 4194304 418468 0 0 0 357861 170 0 0 20 0 1 0 185128976 3298062336 503947 134679101440 4194304 18693293 140730185795056 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48848896 140730185802755 140730185802854 140730185802854 140730185809870 0
/proc/966797/statm: 805191 503947 4004 3540 0 793448 0
Current children cumulated CPU time: 3580.31 s
Current children cumulated vsize: 3220764 KiB
Current children cumulated memory: 2015788 KiB

[startup+3593.6 s]
/proc/loadavg: 4.17 4.17 4.18 5/241 968623
/proc/meminfo: memFree=117839120/131655788 swapFree=131071996/131071996
[pid=966797] ppid=966794 vsize=3220764 memory=2015788 CPUtime=3583.5 cores=4,6
/proc/966797/stat : 966797 (pbscip) R 966794 966797 966724 0 -1 4194304 418472 0 0 0 358180 170 0 0 20 0 1 0 185128976 3298062336 503947 134679101440 4194304 18693293 140730185795056 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48848896 140730185802755 140730185802854 140730185802854 140730185809870 0
/proc/966797/statm: 805191 503947 4004 3540 0 793448 0
Current children cumulated CPU time: 3583.5 s
Current children cumulated vsize: 3220764 KiB
Current children cumulated memory: 2015788 KiB

[startup+3595.2 s]
/proc/loadavg: 4.17 4.17 4.18 5/241 968623
/proc/meminfo: memFree=117839188/131655788 swapFree=131071996/131071996
[pid=966797] ppid=966794 vsize=3220764 memory=2015788 CPUtime=3585.09 cores=4,6
/proc/966797/stat : 966797 (pbscip) R 966794 966797 966724 0 -1 4194304 418473 0 0 0 358339 170 0 0 20 0 1 0 185128976 3298062336 503947 134679101440 4194304 18693293 140730185795056 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48848896 140730185802755 140730185802854 140730185802854 140730185809870 0
/proc/966797/statm: 805191 503947 4004 3540 0 793448 0
Current children cumulated CPU time: 3585.09 s
Current children cumulated vsize: 3220764 KiB
Current children cumulated memory: 2015788 KiB

[startup+3596.8 s]
/proc/loadavg: 4.17 4.17 4.18 5/241 968623
/proc/meminfo: memFree=117839116/131655788 swapFree=131071996/131071996
[pid=966797] ppid=966794 vsize=3220764 memory=2015788 CPUtime=3586.69 cores=4,6
/proc/966797/stat : 966797 (pbscip) R 966794 966797 966724 0 -1 4194304 418473 0 0 0 358499 170 0 0 20 0 1 0 185128976 3298062336 503947 134679101440 4194304 18693293 140730185795056 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48848896 140730185802755 140730185802854 140730185802854 140730185809870 0
/proc/966797/statm: 805191 503947 4004 3540 0 793448 0
Current children cumulated CPU time: 3586.69 s
Current children cumulated vsize: 3220764 KiB
Current children cumulated memory: 2015788 KiB

[startup+3597.2 s]
/proc/loadavg: 4.16 4.16 4.18 5/241 968623
/proc/meminfo: memFree=117839092/131655788 swapFree=131071996/131071996
[pid=966797] ppid=966794 vsize=3220764 memory=2015788 CPUtime=3587.09 cores=4,6
/proc/966797/stat : 966797 (pbscip) R 966794 966797 966724 0 -1 4194304 418590 0 0 0 358539 170 0 0 20 0 1 0 185128976 3298062336 503947 134679101440 4194304 18693293 140730185795056 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48848896 140730185802755 140730185802854 140730185802854 140730185809870 0
/proc/966797/statm: 805191 503947 4004 3540 0 793448 0
Current children cumulated CPU time: 3587.09 s
Current children cumulated vsize: 3220764 KiB
Current children cumulated memory: 2015788 KiB

[startup+3597.6 s]
/proc/loadavg: 4.16 4.16 4.18 5/241 968623
/proc/meminfo: memFree=117839092/131655788 swapFree=131071996/131071996
[pid=966797] ppid=966794 vsize=3107940 memory=1903372 CPUtime=3587.49 cores=4,6
/proc/966797/stat : 966797 (pbscip) R 966794 966797 966724 0 -1 4194304 418984 0 0 0 358578 171 0 0 20 0 1 0 185128976 3182530560 475843 134679101440 4194304 18693293 140730185795056 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48848896 140730185802755 140730185802854 140730185802854 140730185809870 0
/proc/966797/statm: 776985 475843 4004 3540 0 765242 0
Current children cumulated CPU time: 3587.49 s
Current children cumulated vsize: 3107940 KiB
Current children cumulated memory: 1903372 KiB

Child status: 0

Real time (s): 3597.67
CPU time (s): 3587.57
CPU user time (s): 3585.8
CPU system time (s): 1.76545
CPU usage (%): 99.7192
Max. virtual memory (cumulated for all children) (KiB): 3221612
Max. memory (cumulated for all children) (KiB): 2070324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.8
system time used= 1.76545
maximum resident set size= 2070324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 418994
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= 7
involuntary context switches= 1969


# summary of solver processes directly reported to runsolver:
#   pid: 966797
#   total CPU time (s): 3587.57
#   total CPU user time (s): 3585.8
#   total CPU system time (s): 1.76545

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.8997 second user time and 34.1194 second system time

The end

Launcher Data

Begin job on nodeC010 at 2024-07-18 21:08:29
IDJOB=4446045
IDBENCH=155441
IDSOLVER=3059
FILE ID=nodeC010/4446045-1721329697
RUNJOBID= nodeC010-1721329708-966735
SLURM_JOB_ID= 7542700
Free space on /tmp= 723688 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-60.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-4446045-1721329697/watcher-4446045-1721329697 -o /tmp/evaluation-result-4446045-1721329697/solver-4446045-1721329697 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1721329708-966735 --watchdog 3760  pbscip -f HOME/instance-4446045-1721329697.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 0cc29dda69c4373ab2687cf37dcdce8e
RANDOM SEED=628793548

nodeC010.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	: 0xb00001f
cpu MHz		: 1596.231
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.174
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.180
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.193
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.335
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.174
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.173
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.186
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        124890520 kB
MemAvailable:   129834040 kB
Buffers:          504884 kB
Cached:          5219224 kB
SwapCached:            0 kB
Active:          1012180 kB
Inactive:        5075752 kB
Active(anon):       1408 kB
Inactive(anon):   400152 kB
Active(file):    1010772 kB
Inactive(file):  4675600 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            114240 kB
Writeback:            76 kB
AnonPages:        363900 kB
Mapped:           127224 kB
Shmem:             37704 kB
KReclaimable:     194360 kB
Slab:             308952 kB
SReclaimable:     194360 kB
SUnreclaim:       114592 kB
KernelStack:        3716 kB
PageTables:         9684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     766272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58560 kB
HardwareCorrupted:     0 kB
AnonHugePages:    225280 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:      295752 kB
DirectMap2M:    35260416 kB
DirectMap1G:    100663296 kB

Free space on /tmp at the end= 723668 MiB
End job on nodeC010 at 2024-07-18 22:08:27