Trace number 4507825

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 NameAnswerobjective functionCPU timeWall clock time
SCIP 2025-06-13? 3587.23 3597.1

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-aug5.5.opb
MD5SUM14fbf9ee541b990313b1cac62bdb8872
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark101
Best CPU time to get the best result obtained on this benchmark16698.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9632
Total number of constraints29620
Number of constraints which are clauses27553
Number of constraints which are cardinality constraints (but not clauses)247
Number of constraints which are nor clauses,nor cardinality constraints1820
Minimum length of a constraint2
Maximum length of a constraint248
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 687
Number of bits of the biggest sum of numbers10
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 8.0.0] [GitHash: 0408ae5eca]
0.00/0.00	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c External libraries: 
0.00/0.00	c   SoPlex 8.0.0         Linear programming solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: 67f6a391]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 4.0.0        AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 3.0.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   bliss 0.77           Computing Graph Automorphisms by T. Junttila and P. Kaski (users.aalto.fi/~tjunttil/bliss)
0.00/0.00	c   sassy 2.0            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c 
0.00/0.00	c reading problem <HOME/instance-4507825-1751500997.opb>
0.00/0.06	c original problem has 9632 variables (9632 bin, 0 int, 0 cont) and 29620 constraints
0.00/0.06	c problem read in 0.057 seconds
0.09/0.11	c presolving:
0.09/0.15	c (round 1, fast)       56 del vars, 840 del conss, 0 add conss, 0 chg bounds, 1736 chg sides, 2604 chg coeffs, 0 upgd conss, 0 impls, 16492 clqs
0.09/0.15	c (round 2, fast)       71 del vars, 1305 del conss, 0 add conss, 0 chg bounds, 1736 chg sides, 2604 chg coeffs, 0 upgd conss, 0 impls, 16027 clqs
0.09/0.19	c    (0.2s) running MILP presolver
0.19/0.22	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.19/0.25	c (round 3, exhaustive) 71 del vars, 1333 del conss, 0 add conss, 0 chg bounds, 1736 chg sides, 2604 chg coeffs, 0 upgd conss, 0 impls, 16027 clqs
0.29/0.34	c (round 4, exhaustive) 71 del vars, 1333 del conss, 0 add conss, 0 chg bounds, 1736 chg sides, 2604 chg coeffs, 28259 upgd conss, 0 impls, 16027 clqs
0.38/0.41	c (round 5, exhaustive) 71 del vars, 2201 del conss, 0 add conss, 0 chg bounds, 1736 chg sides, 2604 chg coeffs, 28259 upgd conss, 0 impls, 16027 clqs
2.26/2.34	c    (2.3s) probing: 1000/9561 (10.5%) - 0 fixings, 0 aggregations, 4733 implications, 0 bound changes
2.26/2.34	c    (2.3s) probing: 1001/9561 (10.5%) - 0 fixings, 0 aggregations, 4736 implications, 0 bound changes
2.26/2.34	c    (2.3s) probing aborted: 1000/1000 successive useless probings
2.26/2.39	c    (2.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
2.46/2.55	c    (2.6s) symmetry computation finished: 23 generators found (max: 1500, log10 of symmetry group size: 14.70) (symcode time: 0.13)
2.46/2.56	c dynamic symmetry handling statistics:
2.46/2.56	c    orbitopal reduction:        4 components: 342x6, 342x6, 341x11, 341x4
2.46/2.56	c    orbital reduction:         no components
2.46/2.56	c    lexicographic reduction:   no permutations
2.46/2.56	c handled 4 out of 4 symmetry components
2.46/2.58	c presolving (6 rounds: 6 fast, 4 medium, 4 exhaustive):
2.46/2.58	c  71 deleted vars, 2201 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 1736 changed sides, 2604 changed coefficients
2.46/2.58	c  0 implications, 20763 cliques
2.46/2.58	c presolved problem has 9561 variables (9561 bin, 0 int, 0 cont) and 27419 constraints
2.46/2.58	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
2.46/2.58	c    1143 constraints of type <knapsack>
2.46/2.58	c   16027 constraints of type <setppc>
2.46/2.58	c      28 constraints of type <linear>
2.46/2.58	c   10221 constraints of type <logicor>
2.46/2.58	c transformed objective value is always integral (scale: 1)
2.46/2.58	c Presolving Time: 2.47
2.46/2.58	c 
2.46/2.58	c - non default parameters ----------------------------------------------------------------------
2.46/2.58	c 
2.46/2.58	c # SCIP version 10.0.0
2.46/2.58	c 
2.46/2.58	c # maximal time in seconds to run
2.46/2.58	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
2.46/2.58	c limits/time = 3596.998008
2.46/2.58	c 
2.46/2.58	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.46/2.58	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
2.46/2.58	c limits/memory = 27900
2.46/2.58	c 
2.46/2.58	c # belongs reading time to solving time?
2.46/2.58	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
2.46/2.58	c timing/reading = TRUE
2.46/2.58	c 
2.46/2.58	c # maximum allowed 'intsize' (i.e. the number of bits required to represent the sum of absolute values of all integers that appear in a constraint or objective function) or -1 for unlimited
2.46/2.58	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
2.46/2.58	c reading/opbreader/maxintsize = 47
2.46/2.58	c 
2.46/2.58	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
2.46/2.58	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
2.46/2.58	c propagating/genvbounds/timingmask = 0
2.46/2.58	c 
2.46/2.58	c -----------------------------------------------------------------------------------------------
2.46/2.58	c 
26.00/26.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
26.00/26.17	c  26.2s|     1 |     0 | 30277 |     - |   210M |   0 |9561 |  27k|  27k|   0 |  0 |  73 |   0 | 2.150000e+01 |      --      |    Inf | unknown
63.40/63.63	c  63.6s|     1 |     0 |128125 |     - |   222M |   0 |9561 |  27k|  27k| 227 |  1 |  75 |   0 | 2.400000e+01 |      --      |    Inf | unknown
66.99/67.29	c  67.3s|     1 |     0 |132036 |     - |   226M |   0 |9561 |  27k|  27k| 438 |  2 |  77 |   0 | 2.400000e+01 |      --      |    Inf | unknown
71.48/71.71	c  71.7s|     1 |     0 |136935 |     - |   229M |   0 |9561 |  27k|  28k| 613 |  3 |  79 |   0 | 2.400000e+01 |      --      |    Inf | unknown
76.27/76.52	c  76.5s|     1 |     0 |142082 |     - |   233M |   0 |9561 |  27k|  28k| 787 |  4 |  81 |   0 | 2.400000e+01 |      --      |    Inf | unknown
87.44/87.71	c  87.7s|     1 |     0 |153134 |     - |   236M |   0 |9561 |  27k|  28k| 944 |  5 |  83 |   0 | 2.402096e+01 |      --      |    Inf | unknown
93.62/93.95	c  94.0s|     1 |     0 |160283 |     - |   240M |   0 |9561 |  27k|  28k|1150 |  6 |  84 |   0 | 2.487500e+01 |      --      |    Inf | unknown
97.11/97.41	c  97.4s|     1 |     0 |163612 |     - |   243M |   0 |9561 |  27k|  28k|1342 |  7 |  85 |   0 | 3.666667e+01 |      --      |    Inf | unknown
101.00/101.31	c   101s|     1 |     0 |167387 |     - |   246M |   0 |9561 |  27k|  28k|1512 |  8 |  87 |   0 | 3.850000e+01 |      --      |    Inf | unknown
104.38/104.73	c   105s|     1 |     0 |170972 |     - |   249M |   0 |9561 |  27k|  29k|1667 |  9 |  88 |   0 | 3.950000e+01 |      --      |    Inf | unknown
108.37/108.73	c   109s|     1 |     0 |175820 |     - |   252M |   0 |9561 |  27k|  29k|1848 | 10 |  90 |   0 | 4.233333e+01 |      --      |    Inf | unknown
112.56/112.98	c   113s|     1 |     0 |181480 |     - |   256M |   0 |9561 |  27k|  29k|1983 | 11 |  91 |   0 | 4.411111e+01 |      --      |    Inf | unknown
115.15/115.59	c   116s|     1 |     0 |184752 |     - |   259M |   0 |9561 |  27k|  29k|2100 | 12 |  92 |   0 | 4.616667e+01 |      --      |    Inf | unknown
118.14/118.58	c   119s|     1 |     0 |188585 |     - |   262M |   0 |9561 |  27k|  29k|2211 | 13 |  94 |   0 | 4.766667e+01 |      --      |    Inf | unknown
120.34/120.70	c   121s|     1 |     0 |191161 |     - |   264M |   0 |9561 |  27k|  29k|2297 | 14 |  96 |   0 | 4.766667e+01 |      --      |    Inf | unknown
122.93/123.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
122.93/123.39	c   123s|     1 |     0 |194474 |     - |   267M |   0 |9561 |  27k|  29k|2365 | 15 |  98 |   0 | 4.766667e+01 |      --      |    Inf | unknown
125.52/125.96	c   126s|     1 |     0 |197600 |     - |   270M |   0 |9561 |  27k|  29k|2456 | 16 | 100 |   0 | 4.966667e+01 |      --      |    Inf | unknown
127.81/128.21	c   128s|     1 |     0 |200324 |     - |   273M |   0 |9561 |  27k|  29k|2560 | 17 | 102 |   0 | 4.966667e+01 |      --      |    Inf | unknown
129.80/130.25	c   130s|     1 |     0 |202690 |     - |   276M |   0 |9561 |  27k|  30k|2638 | 18 | 104 |   0 | 4.966667e+01 |      --      |    Inf | unknown
132.00/132.48	c   132s|     1 |     0 |205295 |     - |   279M |   0 |9561 |  27k|  29k|2713 | 19 | 105 |   0 | 5.100000e+01 |      --      |    Inf | unknown
133.70/134.15	c   134s|     1 |     0 |207145 |     - |   282M |   0 |9561 |  27k|  29k|2788 | 20 | 107 |   0 | 5.100000e+01 |      --      |    Inf | unknown
134.29/134.77	c   135s|     1 |     0 |207569 |     - |   284M |   0 |9561 |  27k|  29k|2803 | 21 | 108 |   0 | 5.100000e+01 |      --      |    Inf | unknown
135.79/136.27	c   136s|     1 |     0 |209207 |     - |   284M |   0 |9561 |  27k|  29k|2814 | 22 | 110 |   0 | 5.100000e+01 |      --      |    Inf | unknown
136.38/136.82	c   137s|     1 |     0 |209540 |     - |   284M |   0 |9561 |  27k|  29k|2823 | 23 | 111 |   0 | 5.100000e+01 |      --      |    Inf | unknown
137.18/137.67	c   138s|     1 |     0 |210417 |     - |   284M |   0 |9561 |  27k|  29k|2833 | 24 | 113 |   0 | 5.100000e+01 |      --      |    Inf | unknown
138.68/139.16	c   139s|     1 |     0 |212185 |     - |   284M |   0 |9561 |  27k|  29k|2841 | 25 | 115 |   0 | 5.100000e+01 |      --      |    Inf | unknown
140.37/140.80	c   141s|     1 |     0 |214266 |     - |   284M |   0 |9561 |  27k|  29k|2848 | 26 | 116 |   0 | 5.100000e+01 |      --      |    Inf | unknown
140.77/141.25	c   141s|     1 |     0 |214553 |     - |   284M |   0 |9561 |  27k|  29k|2856 | 27 | 118 |   0 | 5.100000e+01 |      --      |    Inf | unknown
141.67/142.12	c   142s|     1 |     0 |215416 |     - |   284M |   0 |9561 |  27k|  29k|2867 | 28 | 120 |   0 | 5.100000e+01 |      --      |    Inf | unknown
142.27/142.71	c   143s|     1 |     0 |215891 |     - |   284M |   0 |9561 |  27k|  29k|2874 | 29 | 122 |   0 | 5.100000e+01 |      --      |    Inf | unknown
611.52/613.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
611.52/613.28	c   613s|     1 |     2 |298056 |     - |   286M |   0 |9561 |  27k|  29k|2874 | 29 | 141 |  20 | 5.100000e+01 |      --      |    Inf | unknown
2855.85/2863.73	c  2864s|   100 |    95 |  2378k|21840.2 |   299M |  22 |9561 |  28k|  28k|4300 |  1 | 812 |  20 | 6.866667e+01 |      --      |    Inf |  17.19%
3227.09/3235.94	c  3236s|   200 |   191 |  2822k|13098.3 |   301M |  23 |9561 |  28k|  28k|7608 |  1 |1244 |  20 | 6.866667e+01 |      --      |    Inf |  21.88%
3542.95/3552.70	c  3553s|   300 |   291 |  3194k|9963.5 |   303M |  24 |9561 |  28k|  28k|  10k|  1 |1667 |  20 | 6.866667e+01 |      --      |    Inf |  21.88%
3587.01/3597.00	c 
3587.01/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3587.01/3597.00	c Solving Time (sec) : 3597.00
3587.01/3597.00	c Solving Nodes      : 312
3587.01/3597.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3587.01/3597.00	c Dual Bound         : +6.86666666666667e+01
3587.01/3597.00	c Gap                : infinite
3587.01/3597.00	s UNKNOWN
3587.01/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3587.01/3597.00	c Total Time         :    3597.00
3587.01/3597.00	c   solving          :    3597.00
3587.01/3597.00	c   presolving       :       2.47 (included in solving)
3587.01/3597.00	c   reading          :       0.06 (included in solving)
3587.01/3597.00	c   copying          :       0.15 (4 #copies) (minimal 0.04, maximal 0.04, average 0.04)
3587.01/3597.00	c Original Problem   :
3587.01/3597.00	c   Problem name     : HOME/instance-4507825-1751500997.opb
3587.01/3597.00	c   Variables        : 9632 (9632 binary, 0 integer, 0 continuous)
3587.01/3597.00	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3587.01/3597.00	c   Constraints      : 29620 initial, 29620 maximal
3587.01/3597.00	c   Objective        : minimize, 26 non-zeros (abs.min = 2, abs.max = 20)
3587.01/3597.00	c Presolved Problem  :
3587.01/3597.00	c   Problem name     : t_HOME/instance-4507825-1751500997.opb
3587.01/3597.00	c   Variables        : 9561 (9561 binary, 0 integer, 0 continuous)
3587.01/3597.00	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3587.01/3597.00	c   Constraints      : 27419 initial, 28570 maximal
3587.01/3597.00	c   Objective        : minimize, 13 non-zeros (abs.min = 7, abs.max = 22)
3587.01/3597.00	c   Nonzeros         : 93850 constraint, 42052 clique table
3587.01/3597.00	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3587.01/3597.00	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   domcol           :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   dualsparsify     :       0.05       0.00      1          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   gateextraction   :       0.02       0.00      2          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   implics          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   milp             :       0.07       0.00      1          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   sparsify         :       0.03       0.00      1          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   trivial          :       0.00       0.00      6          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   dualfix          :       0.00       0.00      6         58          0          0          0          0          0          0          0          0
3587.01/3597.00	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   probing          :       1.87       0.00      1          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   symmetry         :       0.17       0.00      1          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   knapsack         :       0.02       0.00      6          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   setppc           :       0.02       0.00      6          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   linear           :       0.14       0.02     10          0         13          0          0          0       1333          0       1736       2604
3587.01/3597.00	c   logicor          :       0.03       0.00      6          0          0          0          0          0        868          0          0          0
3587.01/3597.00	c   components       :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3587.01/3597.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3587.01/3597.00	c   integral         :          0          0          0          0        306          0          0        122          0          0          0          0          0          0        612
3587.01/3597.00	c   knapsack         :       1143+      1156         29     114552          0          0          0        118       1352        127        231         22         11          0          0
3587.01/3597.00	c   setppc           :      16027+     16300         29     114425          0          0          0          0      10587        207       3536          1          0          0          0
3587.01/3597.00	c   linear           :         28+        48         29     114218          0          0          0          3        110         67          0          0          0          0          0
3587.01/3597.00	c   logicor          :      10221+     11066         29      69436          0          0          0          0        920        337        153          4          2          0          0
3587.01/3597.00	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3587.01/3597.00	c   integral         :      11.31       0.00       0.00       0.00      11.31       0.00       0.00       0.00       0.00       0.00
3587.01/3597.00	c   knapsack         :       1.00       0.00       0.43       0.57       0.00       0.00       0.00       0.00       0.00       0.00
3587.01/3597.00	c   setppc           :       0.69       0.00       0.02       0.66       0.00       0.00       0.00       0.00       0.00       0.00
3587.01/3597.00	c   linear           :       0.04       0.02       0.00       0.02       0.00       0.00       0.00       0.00       0.00       0.00
3587.01/3597.00	c   logicor          :       0.18       0.00       0.03       0.15       0.00       0.00       0.00       0.00       0.00       0.00
3587.01/3597.00	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.01/3597.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.01/3597.00	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.01/3597.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3587.01/3597.00	c   dualfix          :          1          0          0          0
3587.01/3597.00	c   genvbounds       :          0          0          0          0
3587.01/3597.00	c   nlobbt           :          0          0          0          0
3587.01/3597.00	c   obbt             :          0          0          0          0
3587.01/3597.00	c   probing          :          0          0          0          0
3587.01/3597.00	c   pseudoobj        :       1413          0          0          0
3587.01/3597.00	c   redcost          :         32          0          0          0
3587.01/3597.00	c   rootredcost      :          1          0          0          0
3587.01/3597.00	c   symmetry         :       1033          0          3        285
3587.01/3597.00	c   vbounds          :      63145          0          0          0
3587.01/3597.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3587.01/3597.00	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3587.01/3597.00	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3587.01/3597.00	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3587.01/3597.00	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3587.01/3597.00	c   probing          :       1.87       0.00       1.87       0.00       0.00       0.00
3587.01/3597.00	c   pseudoobj        :       0.03       0.00       0.00       0.03       0.00       0.00
3587.01/3597.00	c   redcost          :       0.01       0.00       0.00       0.01       0.00       0.00
3587.01/3597.00	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00       0.00
3587.01/3597.00	c   symmetry         :       0.19       0.00       0.17       0.02       0.00       0.00
3587.01/3597.00	c   vbounds          :       0.02       0.00       0.00       0.02       0.00       0.00
3587.01/3597.00	c Symmetry           :
3587.01/3597.00	c   #affected vars   :       9219 (9219 bin, 0 int, 0 cont)
3587.01/3597.00	c   orbitopal red.   :        285 reductions applied,          3 cutoffs
3587.01/3597.00	c   orbital reduction:          0 reductions applied,          0 cutoffs
3587.01/3597.00	c   lexicographic red:          0 reductions applied,          0 cutoffs
3587.01/3597.00	c   shadow tree time :       0.00 s
3587.01/3597.00	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3587.01/3597.00	c   propagation      :       0.01        662        659          -       3181       23.4         17       29.2          -          -          -
3587.01/3597.00	c   infeasible LP    :       0.05         46         46          -        340       42.5          5        4.0         46       62.5          0
3587.01/3597.00	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3587.01/3597.00	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3587.01/3597.00	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3587.01/3597.00	c   applied globally :       0.01          -          -          0       1629       22.6          -          -         46          -          -
3587.01/3597.00	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3587.01/3597.00	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3587.01/3597.00	c   cut pool         :       0.06          -        158         57          -          -       4303      20500          -          -          -          -          -    (maximal pool size:       4141)
3587.01/3597.00	c   aggregation      :       0.25       0.00         33         29          0          0          3          7          0          4          4          0          0
3587.01/3597.00	c   > cmir           :          -          -          -          -          -          -          -          7          0          4          4          0          -
3587.01/3597.00	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3587.01/3597.00	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3587.01/3597.00	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   clique           :       3.74       0.00         29         29          0          0        157        896          0        480        480          0          0
3587.01/3597.00	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   gomory           :       8.26       0.00         14         10          0          0       2202       9307          0       4033       4033          0          0
3587.01/3597.00	c   > gomorymi       :          -          -          -          -          -          -          -        519          0         20         20          0          -
3587.01/3597.00	c   > strongcg       :          -          -          -          -          -          -          -       8788          0       4013       4013          0          -
3587.01/3597.00	c   impliedbounds    :       0.03       0.00         33         29          0          0         40        210          0        142        142          0          0
3587.01/3597.00	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   mcf              :       0.01       0.00          1          1          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   multilinear      :       0.00       0.00         55         29          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   rlt              :       0.00       0.00         10         10          0          0          0          0          0          0          0          0          0
3587.01/3597.00	c   zerohalf         :       1.74       0.00         24         20          0          0       1901      10080          0       6047       6047          0          0
3587.01/3597.00	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3587.01/3597.00	c   hybrid           :       0.03       0.00        126         29      10719          0       9808       2874          0       2149
3587.01/3597.00	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.01/3597.00	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3587.01/3597.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3587.01/3597.00	c   problem variables:       0.00          -          0          0
3587.01/3597.00	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3587.01/3597.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3587.01/3597.00	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3587.01/3597.00	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3587.01/3597.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3587.01/3597.00	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.01/3597.00	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.01/3597.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.01/3597.00	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.01/3597.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3587.01/3597.00	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.01/3597.00	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.01/3597.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.01/3597.00	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.01/3597.00	c   relpscost        :      11.30       0.00        306          0          0          0          0          0          0        612
3587.01/3597.00	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3587.01/3597.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3587.01/3597.00	c   LP solutions     :       0.00          -          -          0          0
3587.01/3597.00	c   relax solutions  :       0.00          -          -          0          0
3587.01/3597.00	c   pseudo solutions :       0.00          -          -          0          0
3587.01/3597.00	c   strong branching :       0.00          -          -          0          0
3587.01/3597.00	c   actconsdiving    :       0.00       0.00          0          0          0
3587.01/3597.00	c   adaptivediving   :      43.92       0.00          2          0          0
3587.01/3597.00	c   alns             :      75.55       0.00          3          0          0
3587.01/3597.00	c   bound            :       0.00       0.00          0          0          0
3587.01/3597.00	c   clique           :       0.06       0.00          1          0          0
3587.01/3597.00	c   coefdiving       :       0.00       0.00          0          0          0
3587.01/3597.00	c   completesol      :       0.00       0.00          0          0          0
3587.01/3597.00	c   conflictdiving   :     263.91       0.00         32          0          0
3587.01/3597.00	c   crossover        :       0.00       0.00          0          0          0
3587.01/3597.00	c   dins             :       0.00       0.00          0          0          0
3587.01/3597.00	c   distributiondivin:     120.07       0.00          7          0          0
3587.01/3597.00	c   dks              :       0.00       0.00          0          0          0
3587.01/3597.00	c   dps              :       0.00       0.00          0          0          0
3587.01/3597.00	c   dualval          :       0.00       0.00          0          0          0
3587.01/3597.00	c   farkasdiving     :     351.33       0.00          1          0          0
3587.01/3597.00	c   feaspump         :      67.39       0.00          3          0          0
3587.01/3597.00	c   fixandinfer      :       0.00       0.00          0          0          0
3587.01/3597.00	c   fracdiving       :     114.45       0.00          6          0          0
3587.01/3597.00	c   gins             :       0.00       0.00          0          0          0
3587.01/3597.00	c   guideddiving     :       0.00       0.00          0          0          0
3587.01/3597.00	c   indicator        :       0.00       0.00          0          0          0
3587.01/3597.00	c   indicatordiving  :       0.00       0.00          0          0          0
3587.01/3597.00	c   intdiving        :       0.00       0.00          0          0          0
3587.01/3597.00	c   intshifting      :       0.00       0.00          0          0          0
3587.01/3597.00	c   linesearchdiving :     113.46       0.00          6          0          0
3587.01/3597.00	c   localbranching   :       0.00       0.00          0          0          0
3587.01/3597.00	c   locks            :       0.00       0.00          1          0          0
3587.01/3597.00	c   lpface           :       0.00       0.00          0          0          0
3587.01/3597.00	c   mpec             :       0.00       0.00          0          0          0
3587.01/3597.00	c   multistart       :       0.00       0.00          0          0          0
3587.01/3597.00	c   mutation         :       0.00       0.00          0          0          0
3587.01/3597.00	c   nlpdiving        :       0.00       0.00          0          0          0
3587.01/3597.00	c   objpscostdiving  :    1594.48       0.00          1          0          0
3587.01/3597.00	c   octane           :       0.00       0.00          0          0          0
3587.01/3597.00	c   ofins            :       0.00       0.00          0          0          0
3587.01/3597.00	c   oneopt           :       0.00       0.00          0          0          0
3587.01/3597.00	c   padm             :       0.00       0.00          0          0          0
3587.01/3597.00	c   proximity        :       0.00       0.00          0          0          0
3587.01/3597.00	c   pscostdiving     :     151.92       0.00          5          0          0
3587.01/3597.00	c   randrounding     :       0.26       0.00        145          0          0
3587.01/3597.00	c   rens             :      96.83       0.00          1          0          0
3587.01/3597.00	c   reoptsols        :       0.00       0.00          0          0          0
3587.01/3597.00	c   repair           :       0.00       0.00          0          0          0
3587.01/3597.00	c   rins             :       0.00       0.00          0          0          0
3587.01/3597.00	c   rootsoldiving    :      18.59       0.00          2          0          0
3587.01/3597.00	c   rounding         :       0.30       0.00        253          0          0
3587.01/3597.00	c   scheduler        :       0.00       0.00          0          0          0
3587.01/3597.00	c   shiftandpropagate:       0.05       0.00          1          0          0
3587.01/3597.00	c   shifting         :       1.98       0.00        134          0          0
3587.01/3597.00	c   simplerounding   :       0.00       0.00        432          0          0
3587.01/3597.00	c   subnlp           :       0.00       0.00          0          0          0
3587.01/3597.00	c   trivial          :       0.00       0.00          2          0          0
3587.01/3597.00	c   trivialnegation  :       0.00       0.00          0          0          0
3587.01/3597.00	c   trustregion      :       0.00       0.00          0          0          0
3587.01/3597.00	c   trysol           :       0.00       0.00          0          0          0
3587.01/3597.00	c   twoopt           :       0.00       0.00          0          0          0
3587.01/3597.00	c   undercover       :       0.00       0.00          0          0          0
3587.01/3597.00	c   vbounds          :       0.05       0.00          1          0          0
3587.01/3597.00	c   veclendiving     :      89.51       0.00          6          0          0
3587.01/3597.00	c   zeroobj          :       0.00       0.00          0          0          0
3587.01/3597.00	c   zirounding       :       0.59       0.00        306          0          0
3587.01/3597.00	c   other solutions  :          -          -          -          0          -
3587.01/3597.00	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3587.01/3597.00	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.01/3597.00	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.01/3597.00	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.01/3597.00	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.01/3597.00	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.01/3597.00	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.01/3597.00	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.01/3597.00	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.01/3597.00	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3587.01/3597.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3587.01/3597.00	c   primal LP        :       0.35         63          0       0.00       0.00       0.35         63
3587.01/3597.00	c   dual LP          :     461.55        433     743106    1716.18    1610.01       0.00          0
3587.01/3597.00	c   lex dual LP      :       0.00          0          0       0.00          -
3587.01/3597.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3587.01/3597.00	c   resolve instable :       0.00          0          0       0.00          -
3587.01/3597.00	c   diving/probing LP:    2912.03       4038    2547285     630.83     874.75
3587.01/3597.00	c   strong branching :       8.78         20      13713     685.65    1562.52          -          -         17
3587.01/3597.00	c     (at root node) :          -         20      13713     685.65          -
3587.01/3597.00	c   conflict analysis:       0.00          0          0       0.00          -
3587.01/3597.00	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
3587.01/3597.00	c   benders          :       0.00          0          0          0       0.00          0          0          0
3587.01/3597.00	c B&B Tree           :
3587.01/3597.00	c   number of runs   :          1
3587.01/3597.00	c   nodes            :        312 (306 internal, 6 leaves)
3587.01/3597.00	c   feasible leaves  :          0
3587.01/3597.00	c   infeas. leaves   :          5
3587.01/3597.00	c   objective leaves :          0
3587.01/3597.00	c   nodes (total)    :        312 (306 internal, 6 leaves)
3587.01/3597.00	c   nodes left       :        302
3587.01/3597.00	c   max depth        :         24
3587.01/3597.00	c   max depth (total):         24
3587.01/3597.00	c   backtracks       :         97 (31.1%)
3587.01/3597.00	c   early backtracks :          0 (0.0%)
3587.01/3597.00	c   nodes exc. ref.  :          0 (0.0%)
3587.01/3597.00	c   delayed cutoffs  :          0
3587.01/3597.00	c   repropagations   :          1 (0 domain reductions, 0 cutoffs)
3587.01/3597.00	c   avg switch length:       3.85
3587.01/3597.00	c   switching time   :       0.47
3587.01/3597.00	c Root Node          :
3587.01/3597.00	c   First LP value   : +2.15000000000000e+01
3587.01/3597.00	c   First LP Iters   :      30277 (1293.48 Iter/sec)
3587.01/3597.00	c   First LP Time    :      23.41
3587.01/3597.00	c   Final Dual Bound : +5.10000000000000e+01
3587.01/3597.00	c   Final Root Iters :     215891
3587.01/3597.00	c   Root LP Estimate : +8.26847362203433e+01
3587.01/3597.00	c Solution           :
3587.01/3597.00	c   Solutions found  :          0 (0 improvements)
3587.01/3597.00	c   Primal Bound     :          -
3587.01/3597.00	c   Dual Bound       : +6.86666666666667e+01
3587.01/3597.00	c   Gap              :   infinite
3587.01/3597.00	c Integrals          :      Total       Avg%
3587.01/3597.00	c   primal-dual      :  359699.93     100.00
3587.01/3597.00	c   primal-ref       :          -          - (not evaluated)
3587.01/3597.00	c   dual-ref         :          -          - (not evaluated)
3587.12/3597.10	c Time complete (sec):   3587.225

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 (60937 MiB free)
  memory of node 1: 64465 MiB (58538 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507825-1751500997/watcher-4507825-1751500997 -o /tmp/evaluation-result-4507825-1751500997/solver-4507825-1751500997 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751493060-83815 --watchdog 3760 pbsolver -f HOME/instance-4507825-1751500997.opb -t 3600 -m 31000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=84781, runsolver pid=84778

[startup+0.100066 s]*
/proc/loadavg: 4.10 4.14 4.11 5/265 84782
/proc/meminfo: memFree=122283492/131250000 swapFree=33010160/33010684
[pid=84781] ppid=84778 vsize=77504 memory=67504 CPUtime=0.09 cores=4,6
/proc/84781/stat : 84781 (pbsolver) R 84778 84781 83801 0 -1 4194304 14876 0 0 0 7 2 0 0 20 0 1 0 65777293 79364096 16876 18446744073709551615 4198400 14743177 140736521437632 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 16769280 16853168 44457984 140736521439626 140736521439722 140736521439722 140736521445324 0
/proc/84781/statm: 19376 16876 2368 2575 0 16283 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 77504 KiB
Current children cumulated memory: 67504 KiB

[startup+0.205407 s]*
/proc/loadavg: 4.10 4.14 4.11 5/265 84782
/proc/meminfo: memFree=122251236/131250000 swapFree=33010160/33010684
[pid=84781] ppid=84778 vsize=112948 memory=102100 CPUtime=0.19 cores=4,6
/proc/84781/stat : 84781 (pbsolver) R 84778 84781 83801 0 -1 4194304 25851 0 0 0 16 3 0 0 20 0 1 0 65777293 115658752 25525 18446744073709551615 4198400 14743177 140736521437632 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 16769280 16853168 44457984 140736521439626 140736521439722 140736521439722 140736521445324 0
/proc/84781/statm: 28237 25525 2464 2575 0 25144 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 112948 KiB
Current children cumulated memory: 102100 KiB

[startup+0.305363 s]*
/proc/loadavg: 4.10 4.14 4.11 5/265 84782
/proc/meminfo: memFree=122251236/131250000 swapFree=33010160/33010684
[pid=84781] ppid=84778 vsize=113232 memory=102776 CPUtime=0.29 cores=4,6
/proc/84781/stat : 84781 (pbsolver) R 84778 84781 83801 0 -1 4194304 27911 0 0 0 25 4 0 0 20 0 1 0 65777293 115949568 25694 18446744073709551615 4198400 14743177 140736521437632 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 16769280 16853168 44457984 140736521439626 140736521439722 140736521439722 140736521445324 0
/proc/84781/statm: 28308 25694 2496 2575 0 25215 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 113232 KiB
Current children cumulated memory: 102776 KiB

[startup+0.700152 s]
/proc/loadavg: 4.10 4.14 4.11 5/265 84782
/proc/meminfo: memFree=122250984/131250000 swapFree=33010160/33010684
[pid=84781] ppid=84778 vsize=118760 memory=107636 CPUtime=0.67 cores=4,6
/proc/84781/stat : 84781 (pbsolver) R 84778 84781 83801 0 -1 4194304 29862 0 0 0 63 4 0 0 20 0 1 0 65777293 121610240 26909 18446744073709551615 4198400 14743177 140736521437632 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 44457984 140736521439626 140736521439722 140736521439722 140736521445324 0
/proc/84781/statm: 29690 26909 2560 2575 0 26597 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 118760 KiB
Current children cumulated memory: 107636 KiB

[startup+1.50013 s]
/proc/loadavg: 4.10 4.14 4.11 5/265 84782
/proc/meminfo: memFree=122234728/131250000 swapFree=33010160/33010684
[pid=84781] ppid=84778 vsize=120228 memory=109172 CPUtime=1.46 cores=4,6
/proc/84781/stat : 84781 (pbsolver) R 84778 84781 83801 0 -1 4194304 30226 0 0 0 142 4 0 0 20 0 1 0 65777293 123113472 27293 18446744073709551615 4198400 14743177 140736521437632 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 44457984 140736521439626 140736521439722 140736521439722 140736521445324 0
/proc/84781/statm: 30057 27293 2560 2575 0 26964 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 120228 KiB
Current children cumulated memory: 109172 KiB

[startup+3.10487 s]
/proc/loadavg: 4.10 4.14 4.11 5/265 84782
/proc/meminfo: memFree=122142464/131250000 swapFree=33010160/33010684
[pid=84781] ppid=84778 vsize=247728 memory=212056 CPUtime=3.07 cores=4,6
/proc/84781/stat : 84781 (pbsolver) R 84778 84781 83801 0 -1 4194304 55482 0 0 0 299 8 0 0 20 0 1 0 65777293 253673472 53014 18446744073709551615 4198400 14743177 140736521437632 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 44457984 140736521439626 140736521439722 140736521439722 140736521445324 0
/proc/84781/statm: 61932 53014 2656 2575 0 58839 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 247728 KiB
Current children cumulated memory: 212056 KiB

[startup+6.30013 s]
/proc/loadavg: 4.09 4.14 4.11 5/265 84782
/proc/meminfo: memFree=122139188/131250000 swapFree=33010160/33010684
[pid=84781] ppid=84778 vsize=251324 memory=216408 CPUtime=6.25 cores=4,6
/proc/84781/stat : 84781 (pbsolver) R 84778 84781 83801 0 -1 4194304 56573 0 0 0 617 8 0 0 20 0 1 0 65777293 257355776 54102 18446744073709551615 4198400 14743177 140736521437632 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 44457984 140736521439626 140736521439722 140736521439722 140736521445324 0
/proc/84781/statm: 62831 54102 2656 2575 0 59738 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 251324 KiB
Current children cumulated memory: 216408 KiB

[startup+12.7002 s]
/proc/loadavg: 4.08 4.14 4.11 5/265 84783
/proc/meminfo: memFree=122123396/131250000 swapFree=33010160/33010684
[pid=84781] ppid=84778 vsize=252248 memory=217432 CPUtime=12.63 cores=4,6
/proc/84781/stat : 84781 (pbsolver) R 84778 84781 83801 0 -1 4194304 56820 0 0 0 1255 8 0 0 20 0 1 0 65777293 258301952 54358 18446744073709551615 4198400 14743177 140736521437632 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 44457984 140736521439626 140736521439722 140736521439722 140736521445324 0
/proc/84781/statm: 63062 54358 2656 2575 0 59969 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 252248 KiB
Current children cumulated memory: 217432 KiB

[startup+25.5001 s]
/proc/loadavg: 4.13 4.15 4.11 5/265 84783
/proc/meminfo: memFree=122109260/131250000 swapFree=33010160/33010684
[pid=84781] ppid=84778 vsize=256436 memory=219736 CPUtime=25.4 cores=4,6
/proc/84781/stat : 84781 (pbsolver) R 84778 84781 83801 0 -1 4194304 57400 0 0 0 2532 8 0 0 20 0 1 0 65777293 262590464 54934 18446744073709551615 4198400 14743177 140736521437632 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 44457984 140736521439626 140736521439722 140736521439722 140736521445324 0
/proc/84781/statm: 64109 54934 2656 2575 0 61016 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 256436 KiB
Current children cumulated memory: 219736 KiB

[startup+51.1049 s]
/proc/loadavg: 4.08 4.14 4.10 5/265 84783
/proc/meminfo: memFree=122111284/131250000 swapFree=33010160/33010684
[pid=84781] ppid=84778 vsize=256436 memory=219864 CPUtime=50.94 cores=4,6
/proc/84781/stat : 84781 (pbsolver) R 84778 84781 83801 0 -1 4194304 57434 0 0 0 5086 8 0 0 20 0 1 0 65777293 262590464 54966 18446744073709551615 4198400 14743177 140736521437632 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 44457984 140736521439626 140736521439722 140736521439722 140736521445324 0
/proc/84781/statm: 64109 54966 2656 2575 0 61016 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 256436 KiB
Current children cumulated memory: 219864 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.13 4.10 5/265 84785
/proc/meminfo: memFree=122067264/131250000 swapFree=33010160/33010684
[pid=84781] ppid=84778 vsize=315156 memory=257196 CPUtime=101.99 cores=4,6
/proc/84781/stat : 84781 (pbsolver) R 84778 84781 83801 0 -1 4194304 62863 0 0 0 10189 10 0 0 20 0 1 0 65777293 322719744 64299 18446744073709551615 4198400 14743177 140736521437632 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 44457984 140736521439626 140736521439722 140736521439722 140736521445324 0
/proc/84781/statm: 78789 64299 2656 2575 0 75696 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 315156 KiB
Current children cumulated memory: 257196 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.12 4.09 5/264 84788
/proc/meminfo: memFree=121810328/131250000 swapFree=33010160/33010684
[pid=84781] ppid=84778 vsize=349884 memory=263360 CPUtime=161.81 cores=4,6
/proc/84781/stat : 84781 (pbsolver) R 84778 84781 83801 0 -1 4194304 63394 0 0 0 16171 10 0 0 20 0 1 0 65777293 358281216 65840 18446744073709551615 4198400 14743177 140736521437632 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 44457984 140736521439626 140736521439722 140736521439722 140736521445324 0
/proc/84781/statm: 87471 65840 2656 2575 0 84378 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 349884 KiB
Current children cumulated memory: 263360 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.11 4.09 5/264 84790
/proc/meminfo: memFree=121760704/131250000 swapFree=33010160/33010684
[pid=84781] ppid=84778 vsize=349884 memory=263360 CPUtime=221.65 cores=4,6
/proc/84781/stat : 84781 (pbsolver) R 84778 84781 83801 0 -1 4194304 63396 0 0 0 22155 10 0 0 20 0 1 0 65777293 358281216 65840 18446744073709551615 4198400 14743177 140736521437632 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 44457984 140736521439626 140736521439722 140736521439722 140736521445324 0
/proc/84781/statm: 87471 65840 2656 2575 0 84378 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 349884 KiB
Current children cumulated memory: 263360 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/263 84792
/proc/meminfo: memFree=121719940/131250000 swapFree=33010160/33010684
[pid=84781] ppid=84778 vsize=349884 memory=263360 CPUtime=281.5 cores=4,6
/proc/84781/stat : 84781 (pbsolver) R 84778 84781 83801 0 -1 4194304 63396 0 0 0 28140 10 0 0 20 0 1 0 65777293 358281216 65840 18446744073709551615 4198400 14743177 140736521437632 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 44457984 140736521439626 140736521439722 140736521439722 140736521445324 0
/proc/84781/statm: 87471 65840 2656 2575 0 84378 0
Current children cumulated CPU time: 281.5 s
Current children cumulated vsize: 349884 KiB
Current children cumulated memory: 263360 KiB

[startup+342.3 s]
/proc/loadavg: 4.05 4.09 4.09 5/263 84838
/proc/meminfo: memFree=123866536/131250000 swapFree=33010160/33010684
[pid=84781] ppid=84778 vsize=350184 memory=263488 CPUtime=341.36 cores=4,6
/proc/84781/stat : 84781 (pbsolver) R 84778 84781 83801 0 -1 4194304 63421 0 0 0 34125 11 0 0 20 0 1 0 65777293 358588416 65872 18446744073709551615 4198400 14743177 140736521437632 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 44457984 140736521439626 140736521439722 140736521439722 140736521445324 0
/proc/84781/statm: 87546 65872 2656 2575 0 84453 0
Current children cumulated CPU time: 341.36 s
Current children cumulated vsize: 350184 KiB
Current children cumulated memory: 263488 KiB

[startup+402.3 s]
/proc/loadavg: 4.18 4.12 4.10 5/263 84840
/proc/meminfo: memFree=123756844/131250000 swapFree=33010160/33010684
[pid=84781] ppid=84778 vsize=350184 memory=263488 CPUtime=401.19 cores=4,6
/proc/84781/stat : 84781 (pbsolver) R 84778 84781 83801 0 -1 4194304 63423 0 0 0 40108 11 0 0 20 0 1 0 65777293 358588416 65872 18446744073709551615 4198400 14743177 140736521437632 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 44457984 140736521439626 140736521439722 140736521439722 140736521445324 0
/proc/84781/statm: 87546 65872 2656 2575 0 84453 0
Current children cumulated CPU time: 401.19 s
Current children cumulated vsize: 350184 KiB
Current children cumulated memory: 263488 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/264 84845
/proc/meminfo: memFree=123735400/131250000 swapFree=33010160/33010684
[pid=84781] ppid=84778 vsize=351404 memory=264256 CPUtime=461.03 cores=4,6
/proc/84781/stat : 84781 (pbsolver) R 84778 84781 83801 0 -1 4194304 63621 0 0 0 46092 11 0 0 20 0 1 0 65777293 359837696 66064 18446744073709551615 4198400 14743177 140736521437632 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 44457984 140736521439626 140736521439722 140736521439722 140736521445324 0
/proc/84781/statm: 87851 66064 2656 2575 0 84758 0

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

/proc/loadavg: 3.15 3.52 3.84 4/259 85063
/proc/meminfo: memFree=128445288/131250000 swapFree=33010160/33010684
[pid=84781] ppid=84778 vsize=444208 memory=416448 CPUtime=3153.68 cores=4,6
/proc/84781/stat : 84781 (pbsolver) R 84778 84781 83801 0 -1 4194304 86923 0 0 0 315349 19 0 0 20 0 1 0 65777293 454868992 104112 18446744073709551615 4198400 14743177 140736521437632 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 44457984 140736521439626 140736521439722 140736521439722 140736521445324 0
/proc/84781/statm: 111052 104112 2688 2575 0 107959 0
Current children cumulated CPU time: 3153.68 s
Current children cumulated vsize: 444208 KiB
Current children cumulated memory: 416448 KiB

[startup+3222.3 s]
/proc/loadavg: 3.11 3.44 3.79 4/258 85065
/proc/meminfo: memFree=128416792/131250000 swapFree=33010160/33010684
[pid=84781] ppid=84778 vsize=444208 memory=416448 CPUtime=3213.53 cores=4,6
/proc/84781/stat : 84781 (pbsolver) R 84778 84781 83801 0 -1 4194304 87033 0 0 0 321334 19 0 0 20 0 1 0 65777293 454868992 104112 18446744073709551615 4198400 14743177 140736521437632 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 44457984 140736521439626 140736521439722 140736521439722 140736521445324 0
/proc/84781/statm: 111052 104112 2688 2575 0 107959 0
Current children cumulated CPU time: 3213.53 s
Current children cumulated vsize: 444208 KiB
Current children cumulated memory: 416448 KiB

[startup+3282.3 s]
/proc/loadavg: 3.08 3.37 3.75 4/258 85067
/proc/meminfo: memFree=128366152/131250000 swapFree=33010160/33010684
[pid=84781] ppid=84778 vsize=444208 memory=416448 CPUtime=3273.36 cores=4,6
/proc/84781/stat : 84781 (pbsolver) R 84778 84781 83801 0 -1 4194304 87037 0 0 0 327317 19 0 0 20 0 1 0 65777293 454868992 104112 18446744073709551615 4198400 14743177 140736521437632 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 44457984 140736521439626 140736521439722 140736521439722 140736521445324 0
/proc/84781/statm: 111052 104112 2688 2575 0 107959 0
Current children cumulated CPU time: 3273.36 s
Current children cumulated vsize: 444208 KiB
Current children cumulated memory: 416448 KiB

[startup+3342.3 s]
/proc/loadavg: 3.13 3.33 3.71 4/258 85069
/proc/meminfo: memFree=128345720/131250000 swapFree=33010160/33010684
[pid=84781] ppid=84778 vsize=444208 memory=416448 CPUtime=3333.18 cores=4,6
/proc/84781/stat : 84781 (pbsolver) R 84778 84781 83801 0 -1 4194304 87037 0 0 0 333299 19 0 0 20 0 1 0 65777293 454868992 104112 18446744073709551615 4198400 14743177 140736521437632 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 44457984 140736521439626 140736521439722 140736521439722 140736521445324 0
/proc/84781/statm: 111052 104112 2688 2575 0 107959 0
Current children cumulated CPU time: 3333.18 s
Current children cumulated vsize: 444208 KiB
Current children cumulated memory: 416448 KiB

[startup+3402.3 s]
/proc/loadavg: 3.05 3.27 3.66 4/258 85071
/proc/meminfo: memFree=128337788/131250000 swapFree=33010160/33010684
[pid=84781] ppid=84778 vsize=444208 memory=416448 CPUtime=3393 cores=4,6
/proc/84781/stat : 84781 (pbsolver) R 84778 84781 83801 0 -1 4194304 87043 0 0 0 339281 19 0 0 20 0 1 0 65777293 454868992 104112 18446744073709551615 4198400 14743177 140736521437632 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 44457984 140736521439626 140736521439722 140736521439722 140736521445324 0
/proc/84781/statm: 111052 104112 2688 2575 0 107959 0
Current children cumulated CPU time: 3393 s
Current children cumulated vsize: 444208 KiB
Current children cumulated memory: 416448 KiB

[startup+3462.3 s]
/proc/loadavg: 3.12 3.25 3.63 4/258 85075
/proc/meminfo: memFree=128309080/131250000 swapFree=33010160/33010684
[pid=84781] ppid=84778 vsize=444208 memory=416448 CPUtime=3452.82 cores=4,6
/proc/84781/stat : 84781 (pbsolver) R 84778 84781 83801 0 -1 4194304 87043 0 0 0 345263 19 0 0 20 0 1 0 65777293 454868992 104112 18446744073709551615 4198400 14743177 140736521437632 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 44457984 140736521439626 140736521439722 140736521439722 140736521445324 0
/proc/84781/statm: 111052 104112 2688 2575 0 107959 0
Current children cumulated CPU time: 3452.82 s
Current children cumulated vsize: 444208 KiB
Current children cumulated memory: 416448 KiB

[startup+3522.3 s]
/proc/loadavg: 3.10 3.22 3.59 4/260 85097
/proc/meminfo: memFree=128298084/131250000 swapFree=33010160/33010684
[pid=84781] ppid=84778 vsize=444208 memory=416448 CPUtime=3512.64 cores=4,6
/proc/84781/stat : 84781 (pbsolver) R 84778 84781 83801 0 -1 4194304 87045 0 0 0 351245 19 0 0 20 0 1 0 65777293 454868992 104112 18446744073709551615 4198400 14743177 140736521437632 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 44457984 140736521439626 140736521439722 140736521439722 140736521445324 0
/proc/84781/statm: 111052 104112 2688 2575 0 107959 0
Current children cumulated CPU time: 3512.64 s
Current children cumulated vsize: 444208 KiB
Current children cumulated memory: 416448 KiB

[startup+3582.3 s]
/proc/loadavg: 3.08 3.19 3.56 4/261 85100
/proc/meminfo: memFree=128276376/131250000 swapFree=33010160/33010684
[pid=84781] ppid=84778 vsize=444208 memory=416448 CPUtime=3572.46 cores=4,6
/proc/84781/stat : 84781 (pbsolver) R 84778 84781 83801 0 -1 4194304 87049 0 0 0 357227 19 0 0 20 0 1 0 65777293 454868992 104112 18446744073709551615 4198400 14743177 140736521437632 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 44457984 140736521439626 140736521439722 140736521439722 140736521445324 0
/proc/84781/statm: 111052 104112 2688 2575 0 107959 0
Current children cumulated CPU time: 3572.46 s
Current children cumulated vsize: 444208 KiB
Current children cumulated memory: 416448 KiB

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

# cumulated CPU time of all completed processes:  user=3587.03 s, system=0.197986 s

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

[startup+3584 s]*
/proc/loadavg: 3.08 3.19 3.56 4/261 85100
/proc/meminfo: memFree=128276376/131250000 swapFree=33010160/33010684
[pid=84781] ppid=84778 vsize=444208 memory=416448 CPUtime=3574.16 cores=4,6
/proc/84781/stat : 84781 (pbsolver) R 84778 84781 83801 0 -1 4194304 87049 0 0 0 357397 19 0 0 20 0 1 0 65777293 454868992 104112 18446744073709551615 4198400 14743177 140736521437632 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 44457984 140736521439626 140736521439722 140736521439722 140736521445324 0
/proc/84781/statm: 111052 104112 2688 2575 0 107959 0
Current children cumulated CPU time: 3574.16 s
Current children cumulated vsize: 444208 KiB
Current children cumulated memory: 416448 KiB

[startup+3590.4 s]
/proc/loadavg: 3.07 3.18 3.55 4/261 85100
/proc/meminfo: memFree=128271288/131250000 swapFree=33010160/33010684
[pid=84781] ppid=84778 vsize=444208 memory=416448 CPUtime=3580.53 cores=4,6
/proc/84781/stat : 84781 (pbsolver) R 84778 84781 83801 0 -1 4194304 87052 0 0 0 358034 19 0 0 20 0 1 0 65777293 454868992 104112 18446744073709551615 4198400 14743177 140736521437632 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 44457984 140736521439626 140736521439722 140736521439722 140736521445324 0
/proc/84781/statm: 111052 104112 2688 2575 0 107959 0
Current children cumulated CPU time: 3580.53 s
Current children cumulated vsize: 444208 KiB
Current children cumulated memory: 416448 KiB

[startup+3593.6 s]
/proc/loadavg: 3.07 3.18 3.55 4/261 85100
/proc/meminfo: memFree=128271288/131250000 swapFree=33010160/33010684
[pid=84781] ppid=84778 vsize=444208 memory=416448 CPUtime=3583.72 cores=4,6
/proc/84781/stat : 84781 (pbsolver) R 84778 84781 83801 0 -1 4194304 87052 0 0 0 358353 19 0 0 20 0 1 0 65777293 454868992 104112 18446744073709551615 4198400 14743177 140736521437632 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 44457984 140736521439626 140736521439722 140736521439722 140736521445324 0
/proc/84781/statm: 111052 104112 2688 2575 0 107959 0
Current children cumulated CPU time: 3583.72 s
Current children cumulated vsize: 444208 KiB
Current children cumulated memory: 416448 KiB

[startup+3595.2 s]
/proc/loadavg: 3.06 3.18 3.55 4/261 85100
/proc/meminfo: memFree=128258556/131250000 swapFree=33010160/33010684
[pid=84781] ppid=84778 vsize=444208 memory=416448 CPUtime=3585.32 cores=4,6
/proc/84781/stat : 84781 (pbsolver) R 84778 84781 83801 0 -1 4194304 87052 0 0 0 358513 19 0 0 20 0 1 0 65777293 454868992 104112 18446744073709551615 4198400 14743177 140736521437632 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 44457984 140736521439626 140736521439722 140736521439722 140736521445324 0
/proc/84781/statm: 111052 104112 2688 2575 0 107959 0
Current children cumulated CPU time: 3585.32 s
Current children cumulated vsize: 444208 KiB
Current children cumulated memory: 416448 KiB

[startup+3596 s]*
/proc/loadavg: 3.06 3.18 3.55 4/261 85100
/proc/meminfo: memFree=128259120/131250000 swapFree=33010160/33010684
[pid=84781] ppid=84778 vsize=444208 memory=416448 CPUtime=3586.12 cores=4,6
/proc/84781/stat : 84781 (pbsolver) R 84778 84781 83801 0 -1 4194304 87052 0 0 0 358593 19 0 0 20 0 1 0 65777293 454868992 104112 18446744073709551615 4198400 14743177 140736521437632 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 44457984 140736521439626 140736521439722 140736521439722 140736521445324 0
/proc/84781/statm: 111052 104112 2688 2575 0 107959 0
Current children cumulated CPU time: 3586.12 s
Current children cumulated vsize: 444208 KiB
Current children cumulated memory: 416448 KiB

[startup+3596.8 s]
/proc/loadavg: 3.06 3.18 3.55 4/261 85100
/proc/meminfo: memFree=128259120/131250000 swapFree=33010160/33010684
[pid=84781] ppid=84778 vsize=444208 memory=416448 CPUtime=3586.91 cores=4,6
/proc/84781/stat : 84781 (pbsolver) R 84778 84781 83801 0 -1 4194304 87053 0 0 0 358672 19 0 0 20 0 1 0 65777293 454868992 104112 18446744073709551615 4198400 14743177 140736521437632 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 44457984 140736521439626 140736521439722 140736521439722 140736521445324 0
/proc/84781/statm: 111052 104112 2688 2575 0 107959 0
Current children cumulated CPU time: 3586.91 s
Current children cumulated vsize: 444208 KiB
Current children cumulated memory: 416448 KiB

[startup+3597 s]*
/proc/loadavg: 3.06 3.18 3.55 4/261 85100
/proc/meminfo: memFree=128259120/131250000 swapFree=33010160/33010684
[pid=84781] ppid=84778 vsize=444208 memory=416448 CPUtime=3587.12 cores=4,6
/proc/84781/stat : 84781 (pbsolver) R 84778 84781 83801 0 -1 4194304 87053 0 0 0 358693 19 0 0 20 0 1 0 65777293 454868992 104112 18446744073709551615 4198400 14743177 140736521437632 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 44457984 140736521439626 140736521439722 140736521439722 140736521445324 0
/proc/84781/statm: 111052 104112 2688 2575 0 107959 0
Current children cumulated CPU time: 3587.12 s
Current children cumulated vsize: 444208 KiB
Current children cumulated memory: 416448 KiB

Child status: 0

Real time (s): 3597.1
CPU time (s): 3587.23
CPU user time (s): 3587.03
CPU system time (s): 0.197986
CPU usage (%): 99.7254
Max. virtual memory (cumulated for all children) (KiB): 444208
Max. memory (cumulated for all children) (KiB): 416448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.03
system time used= 0.197986
maximum resident set size= 416448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87086
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= 31
involuntary context switches= 2431


# summary of solver processes directly reported to runsolver:
#   pid: 84781
#   total CPU time (s): 3587.23
#   total CPU user time (s): 3587.03
#   total CPU system time (s): 0.197986

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.5435 second user time and 14.3364 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-03 02:03:17
IDJOB=4507825
IDBENCH=158385
IDSOLVER=3366
FILE ID=nodeC016/4507825-1751500997
RUNJOBID= nodeC016-1751493060-83815
SLURM_JOB_ID= 9598563
Free space on /tmp= 432752 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-aug5.5.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507825-1751500997/watcher-4507825-1751500997 -o /tmp/evaluation-result-4507825-1751500997/solver-4507825-1751500997 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751493060-83815 --watchdog 3760  pbsolver -f HOME/instance-4507825-1751500997.opb -t 3600 -m 31000

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

MD5SUM BENCH= 14fbf9ee541b990313b1cac62bdb8872
RANDOM SEED=469914116

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        122343780 kB
MemAvailable:   122547796 kB
Buffers:            2144 kB
Cached:           972852 kB
SwapCached:           28 kB
Active:          7869624 kB
Inactive:         353072 kB
Active(anon):    7260456 kB
Inactive(anon):     5288 kB
Active(file):     609168 kB
Inactive(file):   347784 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16060 kB
Writeback:             0 kB
AnonPages:       7248672 kB
Mapped:           136736 kB
Shmem:             18044 kB
KReclaimable:     172604 kB
Slab:             264624 kB
SReclaimable:     172604 kB
SUnreclaim:        92020 kB
KernelStack:        4320 kB
PageTables:        17992 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    9563368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    839680 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432848 MiB
End job on nodeC016 at 2025-07-03 03:03:15