Trace number 4507963

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? 3586.9 3597.09

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-sep4.5.opb
MD5SUMb67c8b15922ffb2eac696beabc53406c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.626446
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9324
Total number of constraints28660
Number of constraints which are clauses26658
Number of constraints which are cardinality constraints (but not clauses)238
Number of constraints which are nor clauses,nor cardinality constraints1764
Minimum length of a constraint2
Maximum length of a constraint240
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 670
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-4507963-1751504822.opb>
0.00/0.06	c original problem has 9324 variables (9324 bin, 0 int, 0 cont) and 28660 constraints
0.00/0.06	c problem read in 0.058 seconds
0.09/0.11	c presolving:
0.09/0.15	c (round 1, fast)       56 del vars, 812 del conss, 0 add conss, 0 chg bounds, 1680 chg sides, 2520 chg coeffs, 0 upgd conss, 0 impls, 15960 clqs
0.09/0.15	c (round 2, fast)       71 del vars, 1262 del conss, 0 add conss, 0 chg bounds, 1680 chg sides, 2520 chg coeffs, 0 upgd conss, 0 impls, 15510 clqs
0.09/0.19	c    (0.2s) running MILP presolver
0.20/0.22	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.20/0.24	c (round 3, exhaustive) 71 del vars, 1290 del conss, 0 add conss, 0 chg bounds, 1680 chg sides, 2520 chg coeffs, 0 upgd conss, 0 impls, 15510 clqs
0.30/0.34	c (round 4, exhaustive) 71 del vars, 1290 del conss, 0 add conss, 0 chg bounds, 1680 chg sides, 2520 chg coeffs, 27342 upgd conss, 0 impls, 15510 clqs
0.40/0.41	c (round 5, exhaustive) 71 del vars, 2130 del conss, 0 add conss, 0 chg bounds, 1680 chg sides, 2520 chg coeffs, 27342 upgd conss, 0 impls, 15510 clqs
2.68/2.72	c    (2.7s) probing: 1000/9253 (10.8%) - 0 fixings, 0 aggregations, 4677 implications, 0 bound changes
2.68/2.72	c    (2.7s) probing: 1001/9253 (10.8%) - 0 fixings, 0 aggregations, 4680 implications, 0 bound changes
2.68/2.72	c    (2.7s) probing aborted: 1000/1000 successive useless probings
2.68/2.77	c    (2.8s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
2.88/2.94	c    (2.9s) symmetry computation finished: 23 generators found (max: 1500, log10 of symmetry group size: 14.70) (symcode time: 0.15)
2.88/2.96	c dynamic symmetry handling statistics:
2.88/2.96	c    orbitopal reduction:        4 components: 331x6, 331x6, 330x11, 330x4
2.88/2.96	c    orbital reduction:         no components
2.88/2.96	c    lexicographic reduction:   no permutations
2.88/2.96	c handled 4 out of 4 symmetry components
2.88/2.97	c presolving (6 rounds: 6 fast, 4 medium, 4 exhaustive):
2.88/2.97	c  71 deleted vars, 2130 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 1680 changed sides, 2520 changed coefficients
2.88/2.97	c  0 implications, 20190 cliques
2.88/2.97	c presolved problem has 9253 variables (9253 bin, 0 int, 0 cont) and 26530 constraints
2.88/2.97	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
2.88/2.97	c    1106 constraints of type <knapsack>
2.88/2.97	c   15510 constraints of type <setppc>
2.88/2.97	c      28 constraints of type <linear>
2.88/2.97	c    9886 constraints of type <logicor>
2.88/2.97	c transformed objective value is always integral (scale: 1)
2.88/2.97	c Presolving Time: 2.87
2.88/2.97	c 
2.88/2.97	c - non default parameters ----------------------------------------------------------------------
2.88/2.97	c 
2.88/2.97	c # SCIP version 10.0.0
2.88/2.97	c 
2.88/2.97	c # maximal time in seconds to run
2.88/2.97	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
2.88/2.97	c limits/time = 3596.99808
2.88/2.97	c 
2.88/2.97	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.88/2.97	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
2.88/2.97	c limits/memory = 27900
2.88/2.97	c 
2.88/2.97	c # belongs reading time to solving time?
2.88/2.97	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
2.88/2.97	c timing/reading = TRUE
2.88/2.97	c 
2.88/2.97	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.88/2.97	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
2.88/2.97	c reading/opbreader/maxintsize = 47
2.88/2.97	c 
2.88/2.97	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
2.88/2.97	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
2.88/2.97	c propagating/genvbounds/timingmask = 0
2.88/2.97	c 
2.88/2.97	c -----------------------------------------------------------------------------------------------
2.88/2.98	c 
60.68/61.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
60.68/61.00	c  61.0s|     1 |     0 | 52713 |     - |   202M |   0 |9253 |  26k|  26k|   0 |  0 |  66 |   0 | 3.895635e+01 |      --      |    Inf | unknown
108.12/108.59	c   109s|     1 |     0 |172073 |     - |   212M |   0 |9253 |  26k|  26k| 204 |  1 |  67 |   0 | 4.153635e+01 |      --      |    Inf | unknown
112.31/112.76	c   113s|     1 |     0 |176198 |     - |   218M |   0 |9253 |  26k|  26k| 409 |  2 |  70 |   0 | 4.162302e+01 |      --      |    Inf | unknown
117.61/118.09	c   118s|     1 |     0 |180864 |     - |   222M |   0 |9253 |  26k|  27k| 615 |  3 |  72 |   0 | 4.208765e+01 |      --      |    Inf | unknown
125.18/125.62	c   126s|     1 |     0 |190104 |     - |   225M |   0 |9253 |  26k|  27k| 804 |  4 |  73 |   0 | 4.252650e+01 |      --      |    Inf | unknown
137.75/138.22	c   138s|     1 |     0 |202510 |     - |   230M |   0 |9253 |  26k|  27k|1036 |  5 |  75 |   0 | 4.361668e+01 |      --      |    Inf | unknown
142.93/143.41	c   143s|     1 |     0 |208429 |     - |   233M |   0 |9253 |  26k|  27k|1234 |  6 |  77 |   0 | 6.022222e+01 |      --      |    Inf | unknown
148.12/148.63	c   149s|     1 |     0 |214528 |     - |   237M |   0 |9253 |  26k|  27k|1414 |  7 |  80 |   0 | 6.022222e+01 |      --      |    Inf | unknown
152.61/153.15	c   153s|     1 |     0 |219424 |     - |   239M |   0 |9253 |  26k|  28k|1571 |  8 |  82 |   0 | 6.044444e+01 |      --      |    Inf | unknown
156.40/156.93	c   157s|     1 |     0 |223436 |     - |   242M |   0 |9253 |  26k|  28k|1721 |  9 |  83 |   0 | 6.111111e+01 |      --      |    Inf | unknown
161.08/161.60	c   162s|     1 |     0 |228013 |     - |   246M |   0 |9253 |  26k|  28k|1849 | 10 |  85 |   0 | 6.244444e+01 |      --      |    Inf | unknown
164.77/165.30	c   165s|     1 |     0 |232650 |     - |   249M |   0 |9253 |  26k|  28k|1966 | 11 |  87 |   0 | 6.600000e+01 |      --      |    Inf | unknown
167.17/167.72	c   168s|     1 |     0 |235622 |     - |   251M |   0 |9253 |  26k|  28k|2055 | 12 |  89 |   0 | 6.600000e+01 |      --      |    Inf | unknown
169.86/170.40	c   170s|     1 |     0 |238773 |     - |   254M |   0 |9253 |  26k|  28k|2137 | 13 |  91 |   0 | 6.733333e+01 |      --      |    Inf | unknown
172.75/173.39	c   173s|     1 |     0 |242416 |     - |   257M |   0 |9253 |  26k|  28k|2199 | 14 |  93 |   0 | 6.866667e+01 |      --      |    Inf | unknown
176.54/177.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
176.54/177.14	c   177s|     1 |     0 |247013 |     - |   260M |   0 |9253 |  26k|  28k|2308 | 15 |  95 |   0 | 6.955556e+01 |      --      |    Inf | unknown
180.43/181.04	c   181s|     1 |     0 |251879 |     - |   263M |   0 |9253 |  26k|  28k|2400 | 16 |  96 |   0 | 7.583333e+01 |      --      |    Inf | unknown
183.62/184.25	c   184s|     1 |     0 |255690 |     - |   265M |   0 |9253 |  26k|  28k|2492 | 17 |  97 |   0 | 7.700000e+01 |      --      |    Inf | unknown
185.71/186.38	c   186s|     1 |     0 |258048 |     - |   268M |   0 |9253 |  26k|  28k|2552 | 18 |  99 |   0 | 7.766667e+01 |      --      |    Inf | unknown
188.10/188.71	c   189s|     1 |     0 |260770 |     - |   271M |   0 |9253 |  26k|  28k|2656 | 19 | 100 |   0 | 7.938889e+01 |      --      |    Inf | unknown
191.00/191.66	c   192s|     1 |     0 |264292 |     - |   274M |   0 |9253 |  26k|  29k|2727 | 20 | 101 |   0 | 8.172222e+01 |      --      |    Inf | unknown
192.99/193.63	c   194s|     1 |     0 |266605 |     - |   274M |   0 |9253 |  26k|  29k|2735 | 21 | 102 |   0 | 8.172222e+01 |      --      |    Inf | unknown
193.68/194.36	c   194s|     1 |     0 |267148 |     - |   274M |   0 |9253 |  26k|  28k|2744 | 22 | 104 |   0 | 8.172222e+01 |      --      |    Inf | unknown
194.78/195.47	c   195s|     1 |     0 |268281 |     - |   274M |   0 |9253 |  26k|  28k|2749 | 23 | 105 |   0 | 8.172222e+01 |      --      |    Inf | unknown
195.58/196.22	c   196s|     1 |     0 |268948 |     - |   274M |   0 |9253 |  26k|  28k|2759 | 24 | 107 |   0 | 8.172222e+01 |      --      |    Inf | unknown
196.38/197.06	c   197s|     1 |     0 |269762 |     - |   274M |   0 |9253 |  26k|  28k|2772 | 25 | 108 |   0 | 8.172222e+01 |      --      |    Inf | unknown
197.18/197.86	c   198s|     1 |     0 |270526 |     - |   275M |   0 |9253 |  26k|  28k|2780 | 26 | 110 |   0 | 8.172222e+01 |      --      |    Inf | unknown
198.77/199.43	c   199s|     1 |     0 |272385 |     - |   275M |   0 |9253 |  26k|  28k|2788 | 27 | 111 |   0 | 8.172222e+01 |      --      |    Inf | unknown
199.38/200.05	c   200s|     1 |     0 |272894 |     - |   275M |   0 |9253 |  26k|  28k|2797 | 28 | 112 |   0 | 8.172222e+01 |      --      |    Inf | unknown
199.87/200.51	c   201s|     1 |     0 |273162 |     - |   275M |   0 |9253 |  26k|  28k|2802 | 29 | 115 |   0 | 8.172222e+01 |      --      |    Inf | unknown
200.17/200.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
200.17/200.89	c   201s|     1 |     0 |273344 |     - |   275M |   0 |9253 |  26k|  28k|2811 | 30 | 117 |   0 | 8.172222e+01 |      --      |    Inf | unknown
1194.70/1198.15	c  1198s|     1 |     2 |395759 |     - |   278M |   0 |9253 |  26k|  28k|2811 | 30 | 184 |  23 | 8.172222e+01 |      --      |    Inf | unknown
3257.99/3267.21	c  3267s|   100 |    89 |  1779k|15215.4 |   307M |  14 |9253 |  27k|  27k|6354 |  2 | 704 |  23 | 1.079048e+02 |      --      |    Inf |  21.88%
3586.69/3597.00	c 
3586.69/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3586.69/3597.00	c Solving Time (sec) : 3597.00
3586.69/3597.00	c Solving Nodes      : 189
3586.69/3597.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3586.69/3597.00	c Dual Bound         : +1.16242857142857e+02
3586.69/3597.00	c Gap                : infinite
3586.69/3597.00	s UNKNOWN
3586.69/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3586.69/3597.00	c Total Time         :    3597.00
3586.69/3597.00	c   solving          :    3597.00
3586.69/3597.00	c   presolving       :       2.87 (included in solving)
3586.69/3597.00	c   reading          :       0.06 (included in solving)
3586.69/3597.00	c   copying          :       0.07 (2 #copies) (minimal 0.03, maximal 0.04, average 0.04)
3586.69/3597.00	c Original Problem   :
3586.69/3597.00	c   Problem name     : HOME/instance-4507963-1751504822.opb
3586.69/3597.00	c   Variables        : 9324 (9324 binary, 0 integer, 0 continuous)
3586.69/3597.00	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3586.69/3597.00	c   Constraints      : 28660 initial, 28660 maximal
3586.69/3597.00	c   Objective        : minimize, 26 non-zeros (abs.min = 2, abs.max = 20)
3586.69/3597.00	c Presolved Problem  :
3586.69/3597.00	c   Problem name     : t_HOME/instance-4507963-1751504822.opb
3586.69/3597.00	c   Variables        : 9253 (9253 binary, 0 integer, 0 continuous)
3586.69/3597.00	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3586.69/3597.00	c   Constraints      : 26530 initial, 27490 maximal
3586.69/3597.00	c   Objective        : minimize, 13 non-zeros (abs.min = 7, abs.max = 22)
3586.69/3597.00	c   Nonzeros         : 90772 constraint, 40614 clique table
3586.69/3597.00	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3586.69/3597.00	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   domcol           :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   dualsparsify     :       0.05       0.00      1          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   gateextraction   :       0.03       0.00      2          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   implics          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   milp             :       0.06       0.00      1          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   sparsify         :       0.03       0.00      1          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   trivial          :       0.00       0.00      6          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   dualfix          :       0.00       0.00      6         58          0          0          0          0          0          0          0          0
3586.69/3597.00	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   probing          :       2.22       0.00      1          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   symmetry         :       0.19       0.00      1          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   knapsack         :       0.02       0.00      6          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   setppc           :       0.03       0.00      6          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   linear           :       0.14       0.01     10          0         13          0          0          0       1290          0       1680       2520
3586.69/3597.00	c   logicor          :       0.04       0.00      6          0          0          0          0          0        840          0          0          0
3586.69/3597.00	c   components       :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3586.69/3597.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3586.69/3597.00	c   integral         :          0          0          0          0        178          0          0          7          0          0          0          0          0          0        356
3586.69/3597.00	c   knapsack         :       1106+      1123         30      75533          0          0          0          3       1131        118        280         14          5          0          0
3586.69/3597.00	c   setppc           :      15510+     15636         30      75415          0          0          0          0       7078         81       3394          1          0          0          0
3586.69/3597.00	c   linear           :         28+        73         30      75334          0          0          0          3         65         57          8          0          0          0          0
3586.69/3597.00	c   logicor          :       9886+     10667         30      47427          0          0          0          0        667        219        187          3          2          0          0
3586.69/3597.00	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3586.69/3597.00	c   integral         :      24.07       0.00       0.00       0.00      24.07       0.00       0.00       0.00       0.00       0.00
3586.69/3597.00	c   knapsack         :       1.01       0.00       0.46       0.55       0.00       0.00       0.00       0.00       0.00       0.00
3586.69/3597.00	c   setppc           :       0.61       0.00       0.02       0.58       0.00       0.00       0.00       0.00       0.00       0.00
3586.69/3597.00	c   linear           :       0.03       0.01       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
3586.69/3597.00	c   logicor          :       0.13       0.00       0.03       0.10       0.00       0.00       0.00       0.00       0.00       0.00
3586.69/3597.00	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.69/3597.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.69/3597.00	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.69/3597.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3586.69/3597.00	c   dualfix          :          1          0          0          0
3586.69/3597.00	c   genvbounds       :          0          0          0          0
3586.69/3597.00	c   nlobbt           :          0          0          0          0
3586.69/3597.00	c   obbt             :          0          0          0          0
3586.69/3597.00	c   probing          :          0          0          0          0
3586.69/3597.00	c   pseudoobj        :        997          0          0          0
3586.69/3597.00	c   redcost          :        181          0          0         36
3586.69/3597.00	c   rootredcost      :          1          0          0          0
3586.69/3597.00	c   symmetry         :        746          0          2        342
3586.69/3597.00	c   vbounds          :      35314          0          0          0
3586.69/3597.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3586.69/3597.00	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3586.69/3597.00	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3586.69/3597.00	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3586.69/3597.00	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3586.69/3597.00	c   probing          :       2.22       0.00       2.22       0.00       0.00       0.00
3586.69/3597.00	c   pseudoobj        :       0.02       0.00       0.00       0.02       0.00       0.00
3586.69/3597.00	c   redcost          :       0.04       0.00       0.00       0.04       0.00       0.00
3586.69/3597.00	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3586.69/3597.00	c   symmetry         :       0.20       0.00       0.19       0.01       0.00       0.00
3586.69/3597.00	c   vbounds          :       0.02       0.00       0.00       0.02       0.00       0.00
3586.69/3597.00	c Symmetry           :
3586.69/3597.00	c   #affected vars   :       8922 (8922 bin, 0 int, 0 cont)
3586.69/3597.00	c   orbitopal red.   :        342 reductions applied,          2 cutoffs
3586.69/3597.00	c   orbital reduction:          0 reductions applied,          0 cutoffs
3586.69/3597.00	c   lexicographic red:          0 reductions applied,          0 cutoffs
3586.69/3597.00	c   shadow tree time :       0.00 s
3586.69/3597.00	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3586.69/3597.00	c   propagation      :       0.01        416        415          -       1544       18.9          5       13.2          -          -          -
3586.69/3597.00	c   infeasible LP    :       0.05         57         57          -        253       19.6          4        6.2         57       26.4          0
3586.69/3597.00	c   bound exceed. LP :       0.06          9          9          -          6       23.7          0        0.0          9       25.3         70
3586.69/3597.00	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3586.69/3597.00	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3586.69/3597.00	c   applied globally :       0.00          -          -          0       1118       18.5          -          -         66          -          -
3586.69/3597.00	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3586.69/3597.00	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3586.69/3597.00	c   cut pool         :       0.06          -        141         59          -          -       4528      32735          -          -          -          -          -    (maximal pool size:       4453)
3586.69/3597.00	c   aggregation      :       0.32       0.00         40         30          0          0          7          9          0          7          7          0          0
3586.69/3597.00	c   > cmir           :          -          -          -          -          -          -          -          9          0          7          7          0          -
3586.69/3597.00	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.69/3597.00	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.69/3597.00	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   clique           :       4.74       0.00         30         30          0          0        165       1529          0        428        428          0          0
3586.69/3597.00	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   gomory           :       9.32       0.00         19         10          0          0       2456      17773          0       4537       4537          0          0
3586.69/3597.00	c   > gomorymi       :          -          -          -          -          -          -          -       1089          0         84         84          0          -
3586.69/3597.00	c   > strongcg       :          -          -          -          -          -          -          -      16684          0       4453       4453          0          -
3586.69/3597.00	c   impliedbounds    :       0.03       0.00         40         30          0          0         22        256          0        147        147          0          0
3586.69/3597.00	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   mcf              :       0.01       0.00          1          1          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   multilinear      :       0.00       0.00         38         30          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   rlt              :       0.00       0.00         10         10          0          0          0          0          0          0          0          0          0
3586.69/3597.00	c   zerohalf         :       2.96       0.00         29         20          0          0       1878      13168          0       4828       4828          0          0
3586.69/3597.00	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3586.69/3597.00	c   hybrid           :       0.07       0.00        102         30       9954          0      22799       2811          0       2006
3586.69/3597.00	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.69/3597.00	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3586.69/3597.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3586.69/3597.00	c   problem variables:       0.00          -          0          0
3586.69/3597.00	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3586.69/3597.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3586.69/3597.00	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3586.69/3597.00	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3586.69/3597.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3586.69/3597.00	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.69/3597.00	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.69/3597.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.69/3597.00	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.69/3597.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3586.69/3597.00	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.69/3597.00	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.69/3597.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.69/3597.00	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.69/3597.00	c   relpscost        :      24.07       0.00        178          0          0          0          0          0          0        356
3586.69/3597.00	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3586.69/3597.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3586.69/3597.00	c   LP solutions     :       0.00          -          -          0          0
3586.69/3597.00	c   relax solutions  :       0.00          -          -          0          0
3586.69/3597.00	c   pseudo solutions :       0.00          -          -          0          0
3586.69/3597.00	c   strong branching :       0.00          -          -          0          0
3586.69/3597.00	c   actconsdiving    :       0.00       0.00          0          0          0
3586.69/3597.00	c   adaptivediving   :      73.50       0.00          6          0          0
3586.69/3597.00	c   alns             :       0.09       0.00          1          0          0
3586.69/3597.00	c   bound            :       0.00       0.00          0          0          0
3586.69/3597.00	c   clique           :       0.06       0.00          1          0          0
3586.69/3597.00	c   coefdiving       :       0.00       0.00          0          0          0
3586.69/3597.00	c   completesol      :       0.00       0.00          0          0          0
3586.69/3597.00	c   conflictdiving   :      37.27       0.00         23          0          0
3586.69/3597.00	c   crossover        :       0.00       0.00          0          0          0
3586.69/3597.00	c   dins             :       0.00       0.00          0          0          0
3586.69/3597.00	c   distributiondivin:      58.81       0.00         11          0          0
3586.69/3597.00	c   dks              :       0.00       0.00          0          0          0
3586.69/3597.00	c   dps              :       0.00       0.00          0          0          0
3586.69/3597.00	c   dualval          :       0.00       0.00          0          0          0
3586.69/3597.00	c   farkasdiving     :     656.70       0.00          1          0          0
3586.69/3597.00	c   feaspump         :      42.51       0.00          1          0          0
3586.69/3597.00	c   fixandinfer      :       0.00       0.00          0          0          0
3586.69/3597.00	c   fracdiving       :     131.49       0.00         11          0          0
3586.69/3597.00	c   gins             :       0.00       0.00          0          0          0
3586.69/3597.00	c   guideddiving     :       0.00       0.00          0          0          0
3586.69/3597.00	c   indicator        :       0.00       0.00          0          0          0
3586.69/3597.00	c   indicatordiving  :       0.00       0.00          0          0          0
3586.69/3597.00	c   intdiving        :       0.00       0.00          0          0          0
3586.69/3597.00	c   intshifting      :       0.00       0.00          0          0          0
3586.69/3597.00	c   linesearchdiving :     103.08       0.00          7          0          0
3586.69/3597.00	c   localbranching   :       0.00       0.00          0          0          0
3586.69/3597.00	c   locks            :       0.00       0.00          1          0          0
3586.69/3597.00	c   lpface           :       0.00       0.00          0          0          0
3586.69/3597.00	c   mpec             :       0.00       0.00          0          0          0
3586.69/3597.00	c   multistart       :       0.00       0.00          0          0          0
3586.69/3597.00	c   mutation         :       0.00       0.00          0          0          0
3586.69/3597.00	c   nlpdiving        :       0.00       0.00          0          0          0
3586.69/3597.00	c   objpscostdiving  :    1418.20       0.00          1          0          0
3586.69/3597.00	c   octane           :       0.00       0.00          0          0          0
3586.69/3597.00	c   ofins            :       0.00       0.00          0          0          0
3586.69/3597.00	c   oneopt           :       0.00       0.00          0          0          0
3586.69/3597.00	c   padm             :       0.00       0.00          0          0          0
3586.69/3597.00	c   proximity        :       0.00       0.00          0          0          0
3586.69/3597.00	c   pscostdiving     :     177.66       0.00          8          0          0
3586.69/3597.00	c   randrounding     :       0.16       0.00         31          0          0
3586.69/3597.00	c   rens             :     297.48       0.00          1          0          0
3586.69/3597.00	c   reoptsols        :       0.00       0.00          0          0          0
3586.69/3597.00	c   repair           :       0.00       0.00          0          0          0
3586.69/3597.00	c   rins             :       0.00       0.00          0          0          0
3586.69/3597.00	c   rootsoldiving    :      21.87       0.00          1          0          0
3586.69/3597.00	c   rounding         :       0.30       0.00        197          0          0
3586.69/3597.00	c   scheduler        :       0.00       0.00          0          0          0
3586.69/3597.00	c   shiftandpropagate:       0.04       0.00          1          0          0
3586.69/3597.00	c   shifting         :       2.10       0.00        127          0          0
3586.69/3597.00	c   simplerounding   :       0.01       0.00        297          0          0
3586.69/3597.00	c   subnlp           :       0.00       0.00          0          0          0
3586.69/3597.00	c   trivial          :       0.00       0.00          2          0          0
3586.69/3597.00	c   trivialnegation  :       0.00       0.00          0          0          0
3586.69/3597.00	c   trustregion      :       0.00       0.00          0          0          0
3586.69/3597.00	c   trysol           :       0.00       0.00          0          0          0
3586.69/3597.00	c   twoopt           :       0.00       0.00          0          0          0
3586.69/3597.00	c   undercover       :       0.00       0.00          0          0          0
3586.69/3597.00	c   vbounds          :       0.05       0.00          1          0          0
3586.69/3597.00	c   veclendiving     :      49.76       0.00          9          0          0
3586.69/3597.00	c   zeroobj          :       0.00       0.00          0          0          0
3586.69/3597.00	c   zirounding       :       0.38       0.00        178          0          0
3586.69/3597.00	c   other solutions  :          -          -          -          0          -
3586.69/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
3586.69/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
3586.69/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
3586.69/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
3586.69/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
3586.69/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
3586.69/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
3586.69/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
3586.69/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
3586.69/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
3586.69/3597.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3586.69/3597.00	c   primal LP        :       0.32         62          0       0.00       0.00       0.32         62
3586.69/3597.00	c   dual LP          :     478.72        307     736344    2530.39    1538.16       0.10         16
3586.69/3597.00	c   lex dual LP      :       0.00          0          0       0.00          -
3586.69/3597.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3586.69/3597.00	c   resolve instable :       0.00          0          0       0.00          -
3586.69/3597.00	c   diving/probing LP:    2766.75       2783    1399146     502.75     505.70
3586.69/3597.00	c   strong branching :      15.14         23      20711     900.48    1368.34          -          -         34
3586.69/3597.00	c     (at root node) :          -         23      20711     900.48          -
3586.69/3597.00	c   conflict analysis:       0.05          7         70      10.00    1335.57
3586.69/3597.00	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
3586.69/3597.00	c   benders          :       0.00          0          0          0       0.00          0          0          0
3586.69/3597.00	c B&B Tree           :
3586.69/3597.00	c   number of runs   :          1
3586.69/3597.00	c   nodes            :        189 (178 internal, 11 leaves)
3586.69/3597.00	c   feasible leaves  :          0
3586.69/3597.00	c   infeas. leaves   :         10
3586.69/3597.00	c   objective leaves :          0
3586.69/3597.00	c   nodes (total)    :        189 (178 internal, 11 leaves)
3586.69/3597.00	c   nodes left       :        155
3586.69/3597.00	c   max depth        :         15
3586.69/3597.00	c   max depth (total):         15
3586.69/3597.00	c   backtracks       :        103 (54.5%)
3586.69/3597.00	c   early backtracks :          0 (0.0%)
3586.69/3597.00	c   nodes exc. ref.  :          0 (0.0%)
3586.69/3597.00	c   delayed cutoffs  :         14
3586.69/3597.00	c   repropagations   :         31 (81 domain reductions, 6 cutoffs)
3586.69/3597.00	c   avg switch length:       5.48
3586.69/3597.00	c   switching time   :       0.42
3586.69/3597.00	c Root Node          :
3586.69/3597.00	c   First LP value   : +3.89563492063492e+01
3586.69/3597.00	c   First LP Iters   :      52713 (911.32 Iter/sec)
3586.69/3597.00	c   First LP Time    :      57.84
3586.69/3597.00	c   Final Dual Bound : +8.17222222222222e+01
3586.69/3597.00	c   Final Root Iters :     273344
3586.69/3597.00	c   Root LP Estimate : +1.97632215099035e+02
3586.69/3597.00	c Solution           :
3586.69/3597.00	c   Solutions found  :          0 (0 improvements)
3586.69/3597.00	c   Primal Bound     :          -
3586.69/3597.00	c   Dual Bound       : +1.16242857142857e+02
3586.69/3597.00	c   Gap              :   infinite
3586.69/3597.00	c Integrals          :      Total       Avg%
3586.69/3597.00	c   primal-dual      :  359699.93     100.00
3586.69/3597.00	c   primal-ref       :          -          - (not evaluated)
3586.69/3597.00	c   dual-ref         :          -          - (not evaluated)
3586.80/3597.09	c Time complete (sec):   3586.897

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507963-1751504822/watcher-4507963-1751504822 -o /tmp/evaluation-result-4507963-1751504822/solver-4507963-1751504822 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751504822-71014 --watchdog 3760 pbsolver -f HOME/instance-4507963-1751504822.opb -t 3600 -m 31000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.10006 s]*
/proc/loadavg: 3.77 4.02 4.06 5/265 71073
/proc/meminfo: memFree=124195436/131249992 swapFree=33010160/33010684
[pid=71059] ppid=71054 vsize=76724 memory=67456 CPUtime=0.09 cores=0,2
/proc/71059/stat : 71059 (pbsolver) R 71054 71059 71004 0 -1 4194304 14745 0 0 0 8 1 0 0 20 0 1 0 66156718 78565376 16864 18446744073709551615 4198400 14743177 140723356572240 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 35647488 140723356576138 140723356576234 140723356576234 140723356581836 0
/proc/71059/statm: 19181 16864 2368 2575 0 16088 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 76724 KiB
Current children cumulated memory: 67456 KiB

[startup+0.205602 s]*
/proc/loadavg: 3.79 4.02 4.06 5/265 71073
/proc/meminfo: memFree=124062568/131249992 swapFree=33010160/33010684
[pid=71059] ppid=71054 vsize=108840 memory=97980 CPUtime=0.2 cores=0,2
/proc/71059/stat : 71059 (pbsolver) R 71054 71059 71004 0 -1 4194304 24618 0 0 0 17 3 0 0 20 0 1 0 66156718 111452160 24495 18446744073709551615 4198400 14743177 140723356572240 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 35647488 140723356576138 140723356576234 140723356576234 140723356581836 0
/proc/71059/statm: 27210 24495 2496 2575 0 24117 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 108840 KiB
Current children cumulated memory: 97980 KiB

[startup+0.305368 s]*
/proc/loadavg: 3.79 4.02 4.06 5/265 71073
/proc/meminfo: memFree=124010088/131249992 swapFree=33010160/33010684
[pid=71059] ppid=71054 vsize=110488 memory=99928 CPUtime=0.3 cores=0,2
/proc/71059/stat : 71059 (pbsolver) R 71054 71059 71004 0 -1 4194304 28593 0 0 0 26 4 0 0 20 0 1 0 66156718 113139712 24982 18446744073709551615 4198400 14743177 140723356572240 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 35647488 140723356576138 140723356576234 140723356576234 140723356581836 0
/proc/71059/statm: 27622 24982 2496 2575 0 24529 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 110488 KiB
Current children cumulated memory: 99928 KiB

[startup+0.700193 s]
/proc/loadavg: 3.79 4.02 4.06 5/265 71073
/proc/meminfo: memFree=123998748/131249992 swapFree=33010160/33010684
[pid=71059] ppid=71054 vsize=114100 memory=102576 CPUtime=0.69 cores=0,2
/proc/71059/stat : 71059 (pbsolver) R 71054 71059 71004 0 -1 4194304 30179 0 0 0 65 4 0 0 20 0 1 0 66156718 116838400 25644 18446744073709551615 4198400 14743177 140723356572240 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 35647488 140723356576138 140723356576234 140723356576234 140723356581836 0
/proc/71059/statm: 28525 25644 2592 2575 0 25432 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 114100 KiB
Current children cumulated memory: 102576 KiB

[startup+1.50018 s]
/proc/loadavg: 3.79 4.02 4.06 5/265 71073
/proc/meminfo: memFree=123997556/131249992 swapFree=33010160/33010684
[pid=71059] ppid=71054 vsize=115396 memory=103856 CPUtime=1.48 cores=0,2
/proc/71059/stat : 71059 (pbsolver) R 71054 71059 71004 0 -1 4194304 30506 0 0 0 144 4 0 0 20 0 1 0 66156718 118165504 25964 18446744073709551615 4198400 14743177 140723356572240 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 35647488 140723356576138 140723356576234 140723356576234 140723356581836 0
/proc/71059/statm: 28849 25964 2592 2575 0 25756 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 115396 KiB
Current children cumulated memory: 103856 KiB

[startup+3.10542 s]
/proc/loadavg: 3.79 4.02 4.06 5/265 71073
/proc/meminfo: memFree=123766780/131249992 swapFree=33010160/33010684
[pid=71059] ppid=71054 vsize=229944 memory=195324 CPUtime=3.08 cores=0,2
/proc/71059/stat : 71059 (pbsolver) R 71054 71059 71004 0 -1 4194304 53923 0 0 0 300 8 0 0 20 0 1 0 66156718 235462656 48831 18446744073709551615 4198400 14743177 140723356572240 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 35647488 140723356576138 140723356576234 140723356576234 140723356581836 0
/proc/71059/statm: 57486 48831 2624 2575 0 54393 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 229944 KiB
Current children cumulated memory: 195324 KiB

[startup+6.30013 s]
/proc/loadavg: 3.80 4.02 4.06 5/265 71073
/proc/meminfo: memFree=123542092/131249992 swapFree=33010160/33010684
[pid=71059] ppid=71054 vsize=242664 memory=207356 CPUtime=6.27 cores=0,2
/proc/71059/stat : 71059 (pbsolver) R 71054 71059 71004 0 -1 4194304 56953 0 0 0 618 9 0 0 20 0 1 0 66156718 248487936 51839 18446744073709551615 4198400 14743177 140723356572240 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 35647488 140723356576138 140723356576234 140723356576234 140723356581836 0
/proc/71059/statm: 60666 51839 2656 2575 0 57573 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 242664 KiB
Current children cumulated memory: 207356 KiB

[startup+12.7001 s]
/proc/loadavg: 3.82 4.02 4.06 5/265 71073
/proc/meminfo: memFree=123542156/131249992 swapFree=33010160/33010684
[pid=71059] ppid=71054 vsize=243572 memory=208380 CPUtime=12.65 cores=0,2
/proc/71059/stat : 71059 (pbsolver) R 71054 71059 71004 0 -1 4194304 57199 0 0 0 1256 9 0 0 20 0 1 0 66156718 249417728 52095 18446744073709551615 4198400 14743177 140723356572240 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 35647488 140723356576138 140723356576234 140723356576234 140723356581836 0
/proc/71059/statm: 60893 52095 2656 2575 0 57800 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 243572 KiB
Current children cumulated memory: 208380 KiB

[startup+25.5002 s]
/proc/loadavg: 3.85 4.02 4.06 5/265 71073
/proc/meminfo: memFree=123528956/131249992 swapFree=33010160/33010684
[pid=71059] ppid=71054 vsize=244688 memory=209404 CPUtime=25.4 cores=0,2
/proc/71059/stat : 71059 (pbsolver) R 71054 71059 71004 0 -1 4194304 57459 0 0 0 2531 9 0 0 20 0 1 0 66156718 250560512 52351 18446744073709551615 4198400 14743177 140723356572240 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 35647488 140723356576138 140723356576234 140723356576234 140723356581836 0
/proc/71059/statm: 61172 52351 2656 2575 0 58079 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 244688 KiB
Current children cumulated memory: 209404 KiB

[startup+51.1052 s]
/proc/loadavg: 3.97 4.03 4.07 5/266 71075
/proc/meminfo: memFree=123431224/131249992 swapFree=33010160/33010684
[pid=71059] ppid=71054 vsize=247096 memory=211068 CPUtime=50.92 cores=0,2
/proc/71059/stat : 71059 (pbsolver) R 71054 71059 71004 0 -1 4194304 57863 0 0 0 5083 9 0 0 20 0 1 0 66156718 253026304 52767 18446744073709551615 4198400 14743177 140723356572240 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 35647488 140723356576138 140723356576234 140723356576234 140723356581836 0
/proc/71059/statm: 61774 52767 2656 2575 0 58681 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 247096 KiB
Current children cumulated memory: 211068 KiB

[startup+102.3 s]
/proc/loadavg: 3.99 4.02 4.06 5/266 71076
/proc/meminfo: memFree=123401216/131249992 swapFree=33010160/33010684
[pid=71059] ppid=71054 vsize=247096 memory=211452 CPUtime=101.94 cores=0,2
/proc/71059/stat : 71059 (pbsolver) R 71054 71059 71004 0 -1 4194304 57960 0 0 0 10185 9 0 0 20 0 1 0 66156718 253026304 52863 18446744073709551615 4198400 14743177 140723356572240 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 35647488 140723356576138 140723356576234 140723356576234 140723356581836 0
/proc/71059/statm: 61774 52863 2656 2575 0 58681 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 247096 KiB
Current children cumulated memory: 211452 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.05 4.07 5/264 71078
/proc/meminfo: memFree=123271532/131249992 swapFree=33010160/33010684
[pid=71059] ppid=71054 vsize=313164 memory=258768 CPUtime=161.78 cores=0,2
/proc/71059/stat : 71059 (pbsolver) R 71054 71059 71004 0 -1 4194304 64835 0 0 0 16167 11 0 0 20 0 1 0 66156718 320679936 64692 18446744073709551615 4198400 14743177 140723356572240 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 35647488 140723356576138 140723356576234 140723356576234 140723356581836 0
/proc/71059/statm: 78291 64692 2688 2575 0 75198 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 313164 KiB
Current children cumulated memory: 258768 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.05 4.07 5/264 71080
/proc/meminfo: memFree=123235504/131249992 swapFree=33010160/33010684
[pid=71059] ppid=71054 vsize=341732 memory=285004 CPUtime=221.61 cores=0,2
/proc/71059/stat : 71059 (pbsolver) R 71054 71059 71004 0 -1 4194304 66463 0 0 0 22150 11 0 0 20 0 1 0 66156718 349933568 71251 18446744073709551615 4198400 14743177 140723356572240 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 35647488 140723356576138 140723356576234 140723356576234 140723356581836 0
/proc/71059/statm: 85433 71251 2688 2575 0 82340 0
Current children cumulated CPU time: 221.61 s
Current children cumulated vsize: 341732 KiB
Current children cumulated memory: 285004 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.06 4.07 5/264 71082
/proc/meminfo: memFree=123113316/131249992 swapFree=33010160/33010684
[pid=71059] ppid=71054 vsize=341732 memory=318284 CPUtime=281.46 cores=0,2
/proc/71059/stat : 71059 (pbsolver) R 71054 71059 71004 0 -1 4194304 66553 0 0 0 28135 11 0 0 20 0 1 0 66156718 349933568 79571 18446744073709551615 4198400 14743177 140723356572240 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 35647488 140723356576138 140723356576234 140723356576234 140723356581836 0
/proc/71059/statm: 85433 79571 2688 2575 0 82340 0
Current children cumulated CPU time: 281.46 s
Current children cumulated vsize: 341732 KiB
Current children cumulated memory: 318284 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.06 4.07 5/264 71084
/proc/meminfo: memFree=123100832/131249992 swapFree=33010160/33010684
[pid=71059] ppid=71054 vsize=341732 memory=318284 CPUtime=341.31 cores=0,2
/proc/71059/stat : 71059 (pbsolver) R 71054 71059 71004 0 -1 4194304 66722 0 0 0 34120 11 0 0 20 0 1 0 66156718 349933568 79571 18446744073709551615 4198400 14743177 140723356572240 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 35647488 140723356576138 140723356576234 140723356576234 140723356581836 0
/proc/71059/statm: 85433 79571 2688 2575 0 82340 0
Current children cumulated CPU time: 341.31 s
Current children cumulated vsize: 341732 KiB
Current children cumulated memory: 318284 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 4.08 4.07 5/264 71087
/proc/meminfo: memFree=123040412/131249992 swapFree=33010160/33010684
[pid=71059] ppid=71054 vsize=341732 memory=318284 CPUtime=401.16 cores=0,2
/proc/71059/stat : 71059 (pbsolver) R 71054 71059 71004 0 -1 4194304 66812 0 0 0 40105 11 0 0 20 0 1 0 66156718 349933568 79571 18446744073709551615 4198400 14743177 140723356572240 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 35647488 140723356576138 140723356576234 140723356576234 140723356581836 0
/proc/71059/statm: 85433 79571 2688 2575 0 82340 0
Current children cumulated CPU time: 401.16 s
Current children cumulated vsize: 341732 KiB
Current children cumulated memory: 318284 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 4.08 4.07 5/265 71092
/proc/meminfo: memFree=123031316/131249992 swapFree=33010160/33010684
[pid=71059] ppid=71054 vsize=341732 memory=318284 CPUtime=461.02 cores=0,2
/proc/71059/stat : 71059 (pbsolver) R 71054 71059 71004 0 -1 4194304 66978 0 0 0 46090 12 0 0 20 0 1 0 66156718 349933568 79571 18446744073709551615 4198400 14743177 140723356572240 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 35647488 140723356576138 140723356576234 140723356576234 140723356581836 0
/proc/71059/statm: 85433 79571 2688 2575 0 82340 0
Current children cumulated CPU time: 461.02 s

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

/proc/loadavg: 4.09 4.10 4.09 5/264 71313
/proc/meminfo: memFree=122810864/131249992 swapFree=33010160/33010684
[pid=71059] ppid=71054 vsize=423216 memory=401512 CPUtime=3153.41 cores=0,2
/proc/71059/stat : 71059 (pbsolver) R 71054 71059 71004 0 -1 4194304 89343 0 0 0 315326 15 0 0 20 0 1 0 66156718 433373184 100378 18446744073709551615 4198400 14743177 140723356572240 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 35647488 140723356576138 140723356576234 140723356576234 140723356581836 0
/proc/71059/statm: 105804 100378 2688 2575 0 102711 0
Current children cumulated CPU time: 3153.41 s
Current children cumulated vsize: 423216 KiB
Current children cumulated memory: 401512 KiB

[startup+3222.3 s]
/proc/loadavg: 4.26 4.15 4.11 5/264 71360
/proc/meminfo: memFree=123069468/131249992 swapFree=33010160/33010684
[pid=71059] ppid=71054 vsize=423216 memory=401512 CPUtime=3213.23 cores=0,2
/proc/71059/stat : 71059 (pbsolver) R 71054 71059 71004 0 -1 4194304 89343 0 0 0 321308 15 0 0 20 0 1 0 66156718 433373184 100378 18446744073709551615 4198400 14743177 140723356572240 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 35647488 140723356576138 140723356576234 140723356576234 140723356581836 0
/proc/71059/statm: 105804 100378 2688 2575 0 102711 0
Current children cumulated CPU time: 3213.23 s
Current children cumulated vsize: 423216 KiB
Current children cumulated memory: 401512 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.14 4.10 5/264 71373
/proc/meminfo: memFree=123068068/131249992 swapFree=33010160/33010684
[pid=71059] ppid=71054 vsize=423216 memory=401512 CPUtime=3273.05 cores=0,2
/proc/71059/stat : 71059 (pbsolver) R 71054 71059 71004 0 -1 4194304 89473 0 0 0 327290 15 0 0 20 0 1 0 66156718 433373184 100378 18446744073709551615 4198400 14743177 140723356572240 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 35647488 140723356576138 140723356576234 140723356576234 140723356581836 0
/proc/71059/statm: 105804 100378 2688 2575 0 102711 0
Current children cumulated CPU time: 3273.05 s
Current children cumulated vsize: 423216 KiB
Current children cumulated memory: 401512 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.13 4.10 5/263 71375
/proc/meminfo: memFree=123068212/131249992 swapFree=33010160/33010684
[pid=71059] ppid=71054 vsize=423216 memory=401512 CPUtime=3332.87 cores=0,2
/proc/71059/stat : 71059 (pbsolver) R 71054 71059 71004 0 -1 4194304 89483 0 0 0 333272 15 0 0 20 0 1 0 66156718 433373184 100378 18446744073709551615 4198400 14743177 140723356572240 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 35647488 140723356576138 140723356576234 140723356576234 140723356581836 0
/proc/71059/statm: 105804 100378 2688 2575 0 102711 0
Current children cumulated CPU time: 3332.87 s
Current children cumulated vsize: 423216 KiB
Current children cumulated memory: 401512 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/263 71377
/proc/meminfo: memFree=122987716/131249992 swapFree=33010160/33010684
[pid=71059] ppid=71054 vsize=423216 memory=401512 CPUtime=3392.69 cores=0,2
/proc/71059/stat : 71059 (pbsolver) R 71054 71059 71004 0 -1 4194304 89510 0 0 0 339254 15 0 0 20 0 1 0 66156718 433373184 100378 18446744073709551615 4198400 14743177 140723356572240 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 35647488 140723356576138 140723356576234 140723356576234 140723356581836 0
/proc/71059/statm: 105804 100378 2688 2575 0 102711 0
Current children cumulated CPU time: 3392.69 s
Current children cumulated vsize: 423216 KiB
Current children cumulated memory: 401512 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/263 71379
/proc/meminfo: memFree=122922332/131249992 swapFree=33010160/33010684
[pid=71059] ppid=71054 vsize=423216 memory=401512 CPUtime=3452.5 cores=0,2
/proc/71059/stat : 71059 (pbsolver) R 71054 71059 71004 0 -1 4194304 89594 0 0 0 345235 15 0 0 20 0 1 0 66156718 433373184 100378 18446744073709551615 4198400 14743177 140723356572240 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 35647488 140723356576138 140723356576234 140723356576234 140723356581836 0
/proc/71059/statm: 105804 100378 2688 2575 0 102711 0
Current children cumulated CPU time: 3452.5 s
Current children cumulated vsize: 423216 KiB
Current children cumulated memory: 401512 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/263 71384
/proc/meminfo: memFree=122900748/131249992 swapFree=33010160/33010684
[pid=71059] ppid=71054 vsize=423216 memory=401512 CPUtime=3512.32 cores=0,2
/proc/71059/stat : 71059 (pbsolver) R 71054 71059 71004 0 -1 4194304 89602 0 0 0 351217 15 0 0 20 0 1 0 66156718 433373184 100378 18446744073709551615 4198400 14743177 140723356572240 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 35647488 140723356576138 140723356576234 140723356576234 140723356581836 0
/proc/71059/statm: 105804 100378 2688 2575 0 102711 0
Current children cumulated CPU time: 3512.32 s
Current children cumulated vsize: 423216 KiB
Current children cumulated memory: 401512 KiB

[startup+3582.3 s]
/proc/loadavg: 4.24 4.17 4.11 5/263 71386
/proc/meminfo: memFree=122873752/131249992 swapFree=33010160/33010684
[pid=71059] ppid=71054 vsize=423216 memory=401512 CPUtime=3572.14 cores=0,2
/proc/71059/stat : 71059 (pbsolver) R 71054 71059 71004 0 -1 4194304 89602 0 0 0 357199 15 0 0 20 0 1 0 66156718 433373184 100378 18446744073709551615 4198400 14743177 140723356572240 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 35647488 140723356576138 140723356576234 140723356576234 140723356581836 0
/proc/71059/statm: 105804 100378 2688 2575 0 102711 0
Current children cumulated CPU time: 3572.14 s
Current children cumulated vsize: 423216 KiB
Current children cumulated memory: 401512 KiB

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

# cumulated CPU time of all completed processes:  user=3586.74 s, system=0.161394 s

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

[startup+3584 s]*
/proc/loadavg: 4.24 4.17 4.11 5/263 71386
/proc/meminfo: memFree=122865420/131249992 swapFree=33010160/33010684
[pid=71059] ppid=71054 vsize=423216 memory=401512 CPUtime=3573.84 cores=0,2
/proc/71059/stat : 71059 (pbsolver) R 71054 71059 71004 0 -1 4194304 89602 0 0 0 357369 15 0 0 20 0 1 0 66156718 433373184 100378 18446744073709551615 4198400 14743177 140723356572240 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 35647488 140723356576138 140723356576234 140723356576234 140723356581836 0
/proc/71059/statm: 105804 100378 2688 2575 0 102711 0
Current children cumulated CPU time: 3573.84 s
Current children cumulated vsize: 423216 KiB
Current children cumulated memory: 401512 KiB

[startup+3590.4 s]
/proc/loadavg: 4.22 4.16 4.11 5/263 71386
/proc/meminfo: memFree=122865420/131249992 swapFree=33010160/33010684
[pid=71059] ppid=71054 vsize=423216 memory=401512 CPUtime=3580.21 cores=0,2
/proc/71059/stat : 71059 (pbsolver) R 71054 71059 71004 0 -1 4194304 89602 0 0 0 358006 15 0 0 20 0 1 0 66156718 433373184 100378 18446744073709551615 4198400 14743177 140723356572240 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 35647488 140723356576138 140723356576234 140723356576234 140723356581836 0
/proc/71059/statm: 105804 100378 2688 2575 0 102711 0
Current children cumulated CPU time: 3580.21 s
Current children cumulated vsize: 423216 KiB
Current children cumulated memory: 401512 KiB

[startup+3593.6 s]
/proc/loadavg: 4.21 4.16 4.11 5/263 71386
/proc/meminfo: memFree=122865420/131249992 swapFree=33010160/33010684
[pid=71059] ppid=71054 vsize=423216 memory=401512 CPUtime=3583.4 cores=0,2
/proc/71059/stat : 71059 (pbsolver) R 71054 71059 71004 0 -1 4194304 89602 0 0 0 358325 15 0 0 20 0 1 0 66156718 433373184 100378 18446744073709551615 4198400 14743177 140723356572240 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 35647488 140723356576138 140723356576234 140723356576234 140723356581836 0
/proc/71059/statm: 105804 100378 2688 2575 0 102711 0
Current children cumulated CPU time: 3583.4 s
Current children cumulated vsize: 423216 KiB
Current children cumulated memory: 401512 KiB

[startup+3595.2 s]
/proc/loadavg: 4.21 4.16 4.11 5/263 71386
/proc/meminfo: memFree=122851276/131249992 swapFree=33010160/33010684
[pid=71059] ppid=71054 vsize=423216 memory=401512 CPUtime=3585 cores=0,2
/proc/71059/stat : 71059 (pbsolver) R 71054 71059 71004 0 -1 4194304 89602 0 0 0 358485 15 0 0 20 0 1 0 66156718 433373184 100378 18446744073709551615 4198400 14743177 140723356572240 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 35647488 140723356576138 140723356576234 140723356576234 140723356581836 0
/proc/71059/statm: 105804 100378 2688 2575 0 102711 0
Current children cumulated CPU time: 3585 s
Current children cumulated vsize: 423216 KiB
Current children cumulated memory: 401512 KiB

[startup+3596 s]*
/proc/loadavg: 4.19 4.16 4.11 5/263 71387
/proc/meminfo: memFree=122851056/131249992 swapFree=33010160/33010684
[pid=71059] ppid=71054 vsize=423216 memory=401512 CPUtime=3585.8 cores=0,2
/proc/71059/stat : 71059 (pbsolver) R 71054 71059 71004 0 -1 4194304 89602 0 0 0 358565 15 0 0 20 0 1 0 66156718 433373184 100378 18446744073709551615 4198400 14743177 140723356572240 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 35647488 140723356576138 140723356576234 140723356576234 140723356581836 0
/proc/71059/statm: 105804 100378 2688 2575 0 102711 0
Current children cumulated CPU time: 3585.8 s
Current children cumulated vsize: 423216 KiB
Current children cumulated memory: 401512 KiB

[startup+3596.8 s]
/proc/loadavg: 4.19 4.16 4.11 5/263 71387
/proc/meminfo: memFree=122851056/131249992 swapFree=33010160/33010684
[pid=71059] ppid=71054 vsize=423216 memory=401512 CPUtime=3586.59 cores=0,2
/proc/71059/stat : 71059 (pbsolver) R 71054 71059 71004 0 -1 4194304 89602 0 0 0 358644 15 0 0 20 0 1 0 66156718 433373184 100378 18446744073709551615 4198400 14743177 140723356572240 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 35647488 140723356576138 140723356576234 140723356576234 140723356581836 0
/proc/71059/statm: 105804 100378 2688 2575 0 102711 0
Current children cumulated CPU time: 3586.59 s
Current children cumulated vsize: 423216 KiB
Current children cumulated memory: 401512 KiB

[startup+3597 s]*
/proc/loadavg: 4.19 4.16 4.11 5/263 71387
/proc/meminfo: memFree=122851056/131249992 swapFree=33010160/33010684
[pid=71059] ppid=71054 vsize=423216 memory=401512 CPUtime=3586.8 cores=0,2
/proc/71059/stat : 71059 (pbsolver) R 71054 71059 71004 0 -1 4194304 89603 0 0 0 358665 15 0 0 20 0 1 0 66156718 433373184 100378 18446744073709551615 4198400 14743177 140723356572240 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 35647488 140723356576138 140723356576234 140723356576234 140723356581836 0
/proc/71059/statm: 105804 100378 2688 2575 0 102711 0
Current children cumulated CPU time: 3586.8 s
Current children cumulated vsize: 423216 KiB
Current children cumulated memory: 401512 KiB

Child status: 0

Real time (s): 3597.09
CPU time (s): 3586.9
CPU user time (s): 3586.74
CPU system time (s): 0.161394
CPU usage (%): 99.7166
Max. virtual memory (cumulated for all children) (KiB): 430080
Max. memory (cumulated for all children) (KiB): 403020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.74
system time used= 0.161394
maximum resident set size= 403148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89634
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34
involuntary context switches= 8111


# summary of solver processes directly reported to runsolver:
#   pid: 71059
#   total CPU time (s): 3586.9
#   total CPU user time (s): 3586.74
#   total CPU system time (s): 0.161394

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.3057 second user time and 15.1768 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-07-03 03:07:02
IDJOB=4507963
IDBENCH=158390
IDSOLVER=3366
FILE ID=nodeC035/4507963-1751504822
RUNJOBID= nodeC035-1751504822-71014
SLURM_JOB_ID= 9598596
Free space on /tmp= 432820 MiB

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

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

MD5SUM BENCH= b67c8b15922ffb2eac696beabc53406c
RANDOM SEED=1908742041

nodeC035 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		: 3598.815
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.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	: 0xb00002a
cpu MHz		: 3600.137
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.752
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.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	: 0xb00002a
cpu MHz		: 3599.732
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.51
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.740
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.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	: 0xb00002a
cpu MHz		: 3599.742
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3591.293
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.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	: 0xb00002a
cpu MHz		: 3609.069
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        124374324 kB
MemAvailable:   129737476 kB
Buffers:            1840 kB
Cached:          6114080 kB
SwapCached:            8 kB
Active:           359496 kB
Inactive:        5821924 kB
Active(anon):      71960 kB
Inactive(anon):    11588 kB
Active(file):     287536 kB
Inactive(file):  5810336 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             63848 kB
Writeback:             4 kB
AnonPages:         68632 kB
Mapped:           104024 kB
Shmem:             18048 kB
KReclaimable:     209040 kB
Slab:             299568 kB
SReclaimable:     209040 kB
SUnreclaim:        90528 kB
KernelStack:        4112 kB
PageTables:         2884 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     329636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432756 MiB
End job on nodeC035 at 2025-07-03 04:06:59