Trace number 4507962

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 2024-07-07? 3591.84 3600.91

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 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-4507962-1751500822.opb>
0.00/0.06	c original problem has 9324 variables (9324 bin, 0 int, 0 impl, 0 cont) and 28660 constraints
0.00/0.06	c problem read in 0.06
0.08/0.12	c presolving:
0.08/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.08/0.16	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.08/0.20	c    (0.2s) running MILP presolver
0.18/0.23	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.18/0.26	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.29/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.39/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.17/2.29	c    (2.3s) probing: 1000/9253 (10.8%) - 0 fixings, 0 aggregations, 4677 implications, 0 bound changes
2.17/2.29	c    (2.3s) probing: 1001/9253 (10.8%) - 0 fixings, 0 aggregations, 4680 implications, 0 bound changes
2.17/2.29	c    (2.3s) probing aborted: 1000/1000 successive useless probings
2.27/2.33	c    (2.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
2.37/2.43	c    (2.4s) symmetry computation finished: 23 generators found (max: 1500, log10 of symmetry group size: 10.0) (symcode time: 0.06)
2.37/2.45	c dynamic symmetry handling statistics:
2.37/2.45	c    orbitopal reduction:        4 components: 331x6, 331x6, 330x11, 330x4
2.37/2.45	c    orbital reduction:         no components
2.37/2.45	c    lexicographic reduction:   no permutations
2.37/2.45	c handled 4 out of 4 symmetry components
2.37/2.46	c presolving (6 rounds: 6 fast, 4 medium, 4 exhaustive):
2.37/2.46	c  71 deleted vars, 2130 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 1680 changed sides, 2520 changed coefficients
2.37/2.46	c  0 implications, 20190 cliques
2.37/2.46	c presolved problem has 9253 variables (9253 bin, 0 int, 0 impl, 0 cont) and 26530 constraints
2.37/2.46	c    1106 constraints of type <knapsack>
2.37/2.46	c   15510 constraints of type <setppc>
2.37/2.46	c      28 constraints of type <linear>
2.37/2.46	c    9886 constraints of type <logicor>
2.37/2.46	c transformed objective value is always integral (scale: 1)
2.37/2.46	c Presolving Time: 2.35
2.37/2.46	c - non default parameters ----------------------------------------------------------------------
2.37/2.46	c # SCIP version 10.0.0
2.37/2.46	c 
2.37/2.46	c # maximal time in seconds to run
2.37/2.46	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
2.37/2.46	c limits/time = 3596.998038
2.37/2.46	c 
2.37/2.46	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.37/2.46	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
2.37/2.46	c limits/memory = 27900
2.37/2.46	c 
2.37/2.46	c # belongs reading time to solving time?
2.37/2.46	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
2.37/2.46	c timing/reading = TRUE
2.37/2.46	c 
2.37/2.46	c -----------------------------------------------------------------------------------------------
2.37/2.46	c start solving
2.37/2.47	c 
58.38/58.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
58.38/58.68	c  58.7s|     1 |     0 | 52713 |     - |   201M |   0 |9253 |  26k|  26k|   0 |  0 |  66 |   0 | 3.895635e+01 |      --      |    Inf | unknown
105.92/106.34	c   106s|     1 |     0 |172073 |     - |   212M |   0 |9253 |  26k|  26k| 204 |  1 |  67 |   0 | 4.153635e+01 |      --      |    Inf | unknown
110.10/110.53	c   111s|     1 |     0 |176198 |     - |   217M |   0 |9253 |  26k|  26k| 409 |  2 |  70 |   0 | 4.162302e+01 |      --      |    Inf | unknown
115.39/115.88	c   116s|     1 |     0 |180864 |     - |   222M |   0 |9253 |  26k|  27k| 615 |  3 |  72 |   0 | 4.208765e+01 |      --      |    Inf | unknown
122.96/123.44	c   123s|     1 |     0 |190104 |     - |   225M |   0 |9253 |  26k|  27k| 804 |  4 |  73 |   0 | 4.252650e+01 |      --      |    Inf | unknown
135.62/136.15	c   136s|     1 |     0 |202510 |     - |   229M |   0 |9253 |  26k|  27k|1036 |  5 |  75 |   0 | 4.361668e+01 |      --      |    Inf | unknown
140.90/141.40	c   141s|     1 |     0 |208429 |     - |   232M |   0 |9253 |  26k|  27k|1234 |  6 |  77 |   0 | 6.022222e+01 |      --      |    Inf | unknown
146.08/146.68	c   147s|     1 |     0 |214528 |     - |   235M |   0 |9253 |  26k|  27k|1414 |  7 |  80 |   0 | 6.022222e+01 |      --      |    Inf | unknown
150.66/151.24	c   151s|     1 |     0 |219424 |     - |   238M |   0 |9253 |  26k|  28k|1571 |  8 |  82 |   0 | 6.044444e+01 |      --      |    Inf | unknown
154.46/155.07	c   155s|     1 |     0 |223436 |     - |   242M |   0 |9253 |  26k|  28k|1721 |  9 |  83 |   0 | 6.111111e+01 |      --      |    Inf | unknown
159.24/159.81	c   160s|     1 |     0 |228013 |     - |   246M |   0 |9253 |  26k|  28k|1849 | 10 |  85 |   0 | 6.244444e+01 |      --      |    Inf | unknown
162.92/163.59	c   164s|     1 |     0 |232650 |     - |   249M |   0 |9253 |  26k|  28k|1966 | 11 |  87 |   0 | 6.600000e+01 |      --      |    Inf | unknown
165.42/166.05	c   166s|     1 |     0 |235622 |     - |   252M |   0 |9253 |  26k|  28k|2055 | 12 |  89 |   0 | 6.600000e+01 |      --      |    Inf | unknown
168.21/168.80	c   169s|     1 |     0 |238773 |     - |   255M |   0 |9253 |  26k|  28k|2137 | 13 |  91 |   0 | 6.733333e+01 |      --      |    Inf | unknown
171.20/171.85	c   172s|     1 |     0 |242416 |     - |   258M |   0 |9253 |  26k|  28k|2199 | 14 |  93 |   0 | 6.866667e+01 |      --      |    Inf | unknown
174.99/175.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
174.99/175.67	c   176s|     1 |     0 |247013 |     - |   260M |   0 |9253 |  26k|  28k|2308 | 15 |  95 |   0 | 6.955556e+01 |      --      |    Inf | unknown
178.98/179.64	c   180s|     1 |     0 |251879 |     - |   263M |   0 |9253 |  26k|  28k|2400 | 16 |  96 |   0 | 7.583333e+01 |      --      |    Inf | unknown
182.26/182.94	c   183s|     1 |     0 |255690 |     - |   266M |   0 |9253 |  26k|  28k|2492 | 17 |  97 |   0 | 7.700000e+01 |      --      |    Inf | unknown
184.46/185.14	c   185s|     1 |     0 |258048 |     - |   269M |   0 |9253 |  26k|  28k|2552 | 18 |  99 |   0 | 7.766667e+01 |      --      |    Inf | unknown
186.85/187.53	c   188s|     1 |     0 |260770 |     - |   272M |   0 |9253 |  26k|  28k|2656 | 19 | 100 |   0 | 7.938889e+01 |      --      |    Inf | unknown
189.84/190.54	c   191s|     1 |     0 |264292 |     - |   274M |   0 |9253 |  26k|  29k|2727 | 20 | 101 |   0 | 8.172222e+01 |      --      |    Inf | unknown
191.83/192.57	c   193s|     1 |     0 |266605 |     - |   274M |   0 |9253 |  26k|  29k|2735 | 21 | 102 |   0 | 8.172222e+01 |      --      |    Inf | unknown
192.63/193.33	c   193s|     1 |     0 |267148 |     - |   274M |   0 |9253 |  26k|  28k|2744 | 22 | 104 |   0 | 8.172222e+01 |      --      |    Inf | unknown
193.72/194.49	c   194s|     1 |     0 |268281 |     - |   274M |   0 |9253 |  26k|  28k|2749 | 23 | 105 |   0 | 8.172222e+01 |      --      |    Inf | unknown
194.52/195.28	c   195s|     1 |     0 |268948 |     - |   274M |   0 |9253 |  26k|  28k|2759 | 24 | 107 |   0 | 8.172222e+01 |      --      |    Inf | unknown
195.42/196.18	c   196s|     1 |     0 |269762 |     - |   274M |   0 |9253 |  26k|  28k|2772 | 25 | 108 |   0 | 8.172222e+01 |      --      |    Inf | unknown
196.32/197.02	c   197s|     1 |     0 |270526 |     - |   274M |   0 |9253 |  26k|  28k|2780 | 26 | 110 |   0 | 8.172222e+01 |      --      |    Inf | unknown
197.91/198.66	c   199s|     1 |     0 |272385 |     - |   274M |   0 |9253 |  26k|  28k|2788 | 27 | 111 |   0 | 8.172222e+01 |      --      |    Inf | unknown
198.61/199.32	c   199s|     1 |     0 |272894 |     - |   274M |   0 |9253 |  26k|  28k|2797 | 28 | 112 |   0 | 8.172222e+01 |      --      |    Inf | unknown
199.11/199.83	c   200s|     1 |     0 |273162 |     - |   275M |   0 |9253 |  26k|  28k|2802 | 29 | 115 |   0 | 8.172222e+01 |      --      |    Inf | unknown
199.50/200.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
199.50/200.24	c   200s|     1 |     0 |273344 |     - |   275M |   0 |9253 |  26k|  28k|2811 | 30 | 117 |   0 | 8.172222e+01 |      --      |    Inf | unknown
1179.35/1182.69	c  1183s|     1 |     2 |395759 |     - |   277M |   0 |9253 |  26k|  28k|2811 | 30 | 184 |  23 | 8.172222e+01 |      --      |    Inf | unknown
3227.37/3235.52	c  3236s|   100 |    89 |  1779k|15215.4 |   306M |  14 |9253 |  27k|  27k|6354 |  2 | 704 |  23 | 1.079048e+02 |      --      |    Inf |  21.88%
3591.72/3600.82	c 
3591.72/3600.82	c SCIP Status        : solving was interrupted [time limit reached]
3591.72/3600.82	c Solving Time (sec) : 3600.81
3591.72/3600.82	c Solving Nodes      : 198
3591.72/3600.82	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3591.72/3600.82	c Dual Bound         : +1.16242857142857e+02
3591.72/3600.82	c Gap                : infinite
3591.72/3600.82	s UNKNOWN
3591.72/3600.82	c SCIP Status        : solving was interrupted [time limit reached]
3591.72/3600.82	c Total Time         :    3600.81
3591.72/3600.82	c   solving          :    3600.81
3591.72/3600.82	c   presolving       :       2.35 (included in solving)
3591.72/3600.82	c   reading          :       0.06 (included in solving)
3591.72/3600.82	c   copying          :       0.08 (2 #copies) (minimal 0.04, maximal 0.04, average 0.04)
3591.72/3600.82	c Original Problem   :
3591.72/3600.82	c   Problem name     : HOME/instance-4507962-1751500822.opb
3591.72/3600.82	c   Variables        : 9324 (9324 binary, 0 integer, 0 implicit integer, 0 continuous)
3591.72/3600.82	c   Constraints      : 28660 initial, 28660 maximal
3591.72/3600.82	c   Objective        : minimize, 26 non-zeros (abs.min = 2, abs.max = 20)
3591.72/3600.82	c Presolved Problem  :
3591.72/3600.82	c   Problem name     : t_HOME/instance-4507962-1751500822.opb
3591.72/3600.82	c   Variables        : 9253 (9253 binary, 0 integer, 0 implicit integer, 0 continuous)
3591.72/3600.82	c   Constraints      : 26530 initial, 27490 maximal
3591.72/3600.82	c   Objective        : minimize, 13 non-zeros (abs.min = 7, abs.max = 22)
3591.72/3600.82	c   Nonzeros         : 90772 constraint, 40616 clique table
3591.72/3600.82	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3591.72/3600.82	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   domcol           :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   dualsparsify     :       0.05       0.00      1          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   gateextraction   :       0.03       0.00      2          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   implics          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   milp             :       0.07       0.00      1          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   sparsify         :       0.03       0.00      1          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   trivial          :       0.00       0.00      6          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   dualfix          :       0.00       0.00      6         58          0          0          0          0          0          0          0          0
3591.72/3600.82	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   probing          :       1.80       0.00      1          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   symmetry         :       0.11       0.00      1          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   knapsack         :       0.01       0.00      6          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   setppc           :       0.02       0.00      6          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   linear           :       0.13       0.01     10          0         13          0          0          0       1290          0       1680       2520
3591.72/3600.82	c   logicor          :       0.03       0.00      6          0          0          0          0          0        840          0          0          0
3591.72/3600.82	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   components       :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3591.72/3600.82	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3591.72/3600.82	c   benderslp        :          0          0          0          0        188          0          0          7          0          0          0          0          0          0          0
3591.72/3600.82	c   integral         :          0          0          0          0        188          0          0          7          0          0          0          0          0          0        376
3591.72/3600.82	c   knapsack         :       1106+      1123         30      78068          0          0          0          3       1133        118        289         14          5          0          0
3591.72/3600.82	c   setppc           :      15510+     15637         30      77950          0          0          0          0       7354         87       3507          1          0          0          0
3591.72/3600.82	c   linear           :         28+        76         30      77863          0          0          0          3         71         58          8          0          0          0          0
3591.72/3600.82	c   logicor          :       9886+     10667         30      48815          0          0          0          0        677        225        196          3          2          0          0
3591.72/3600.82	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3591.72/3600.82	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3591.72/3600.82	c   integral         :      24.00       0.00       0.00       0.00      24.00       0.00       0.00       0.00       0.00       0.00
3591.72/3600.82	c   knapsack         :       0.97       0.00       0.48       0.49       0.00       0.00       0.00       0.00       0.00       0.00
3591.72/3600.82	c   setppc           :       0.56       0.00       0.02       0.53       0.00       0.00       0.00       0.00       0.00       0.00
3591.72/3600.82	c   linear           :       0.02       0.01       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
3591.72/3600.82	c   logicor          :       0.12       0.00       0.03       0.10       0.00       0.00       0.00       0.00       0.00       0.00
3591.72/3600.82	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3591.72/3600.82	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3591.72/3600.82	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3591.72/3600.82	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3591.72/3600.82	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3591.72/3600.82	c   dualfix          :          1          0          0          0
3591.72/3600.82	c   genvbounds       :          0          0          0          0
3591.72/3600.82	c   nlobbt           :          0          0          0          0
3591.72/3600.82	c   obbt             :          0          0          0          0
3591.72/3600.82	c   probing          :          0          0          0          0
3591.72/3600.82	c   pseudoobj        :       1005          0          0          0
3591.72/3600.82	c   redcost          :        156          0          0         36
3591.72/3600.82	c   rootredcost      :          1          0          0          0
3591.72/3600.82	c   symmetry         :        780          0          2        357
3591.72/3600.82	c   vbounds          :      36894          0          0          0
3591.72/3600.82	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3591.72/3600.82	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3591.72/3600.82	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3591.72/3600.82	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3591.72/3600.82	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3591.72/3600.82	c   probing          :       1.80       0.00       1.80       0.00       0.00       0.00
3591.72/3600.82	c   pseudoobj        :       0.02       0.00       0.00       0.02       0.00       0.00
3591.72/3600.82	c   redcost          :       0.03       0.00       0.00       0.03       0.00       0.00
3591.72/3600.82	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3591.72/3600.82	c   symmetry         :       0.13       0.00       0.11       0.01       0.00       0.00
3591.72/3600.82	c   vbounds          :       0.02       0.00       0.00       0.02       0.00       0.00
3591.72/3600.82	c Symmetry           :
3591.72/3600.82	c   orbitopal red.   :        357 reductions applied,          2 cutoffs
3591.72/3600.82	c   orbital reduction:          0 reductions applied,          0 cutoffs
3591.72/3600.82	c   lexicographic red:          0 reductions applied,          0 cutoffs
3591.72/3600.82	c   shadow tree time :       0.00 s
3591.72/3600.82	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3591.72/3600.82	c   propagation      :       0.01        429        428          -       1666       19.3          5       13.2          -          -          -
3591.72/3600.82	c   infeasible LP    :       0.05         60         60          -        264       19.4          4        6.2         60       26.3          0
3591.72/3600.82	c   bound exceed. LP :       0.08          9          9          -          6       23.7          0        0.0          9       25.3         70
3591.72/3600.82	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3591.72/3600.82	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3591.72/3600.82	c   applied globally :       0.00          -          -          0       1143       18.4          -          -         69          -          -
3591.72/3600.82	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3591.72/3600.82	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3591.72/3600.82	c   cut pool         :       0.06          -        145         59          -          -       4528      34441          -          -          -          -          -    (maximal pool size:       4453)
3591.72/3600.82	c   aggregation      :       0.32       0.00         40         30          0          0          7          9          0          7          7          0          0
3591.72/3600.82	c   > cmir           :          -          -          -          -          -          -          -          9          0          7          7          0          -
3591.72/3600.82	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3591.72/3600.82	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3591.72/3600.82	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   clique           :       5.59       0.00         30         30          0          0        165       1583          0        440        440          0          0
3591.72/3600.82	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   gomory           :       9.15       0.00         19         10          0          0       2456      18779          0       4742       4742          0          0
3591.72/3600.82	c   > gomorymi       :          -          -          -          -          -          -          -       1143          0         89         89          0          -
3591.72/3600.82	c   > strongcg       :          -          -          -          -          -          -          -      17636          0       4653       4653          0          -
3591.72/3600.82	c   impliedbounds    :       0.03       0.00         40         30          0          0         22        276          0        155        155          0          0
3591.72/3600.82	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   mcf              :       0.01       0.00          1          1          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   multilinear      :       0.00       0.00         38         30          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   rlt              :       0.00       0.00         14         10          0          0          0          0          0          0          0          0          0
3591.72/3600.82	c   zerohalf         :       3.02       0.00         29         20          0          0       1878      13794          0       5003       5003          0          0
3591.72/3600.82	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3591.72/3600.82	c   hybrid           :       0.07       0.00        106         30      10354          0      24105       2811          0       2006
3591.72/3600.82	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3591.72/3600.82	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3591.72/3600.82	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3591.72/3600.82	c   problem variables:       0.00          -          0          0
3591.72/3600.82	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3591.72/3600.82	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3591.72/3600.82	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3591.72/3600.82	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3591.72/3600.82	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3591.72/3600.82	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3591.72/3600.82	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3591.72/3600.82	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3591.72/3600.82	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3591.72/3600.82	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3591.72/3600.82	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3591.72/3600.82	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3591.72/3600.82	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3591.72/3600.82	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3591.72/3600.82	c   relpscost        :      24.00       0.00        188          0          0          0          0          0          0        376
3591.72/3600.82	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3591.72/3600.82	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3591.72/3600.82	c   LP solutions     :       0.00          -          -          0          0
3591.72/3600.82	c   relax solutions  :       0.00          -          -          0          0
3591.72/3600.82	c   pseudo solutions :       0.00          -          -          0          0
3591.72/3600.82	c   strong branching :       0.00          -          -          0          0
3591.72/3600.82	c   actconsdiving    :       0.00       0.00          0          0          0
3591.72/3600.82	c   adaptivediving   :      73.36       0.00          6          0          0
3591.72/3600.82	c   alns             :       0.09       0.00          1          0          0
3591.72/3600.82	c   bound            :       0.00       0.00          0          0          0
3591.72/3600.82	c   clique           :       0.05       0.00          1          0          0
3591.72/3600.82	c   coefdiving       :       0.00       0.00          0          0          0
3591.72/3600.82	c   completesol      :       0.00       0.00          0          0          0
3591.72/3600.82	c   conflictdiving   :      37.41       0.00         23          0          0
3591.72/3600.82	c   crossover        :       0.00       0.00          0          0          0
3591.72/3600.82	c   dins             :       0.00       0.00          0          0          0
3591.72/3600.82	c   distributiondivin:      58.66       0.00         11          0          0
3591.72/3600.82	c   dps              :       0.00       0.00          0          0          0
3591.72/3600.82	c   dualval          :       0.00       0.00          0          0          0
3591.72/3600.82	c   farkasdiving     :     647.31       0.00          1          0          0
3591.72/3600.82	c   feasjump         :       0.04       0.00          1          0          0
3591.72/3600.82	c   feaspump         :      42.53       0.00          1          0          0
3591.72/3600.82	c   fixandinfer      :       0.00       0.00          0          0          0
3591.72/3600.82	c   fracdiving       :     137.74       0.00         12          0          0
3591.72/3600.82	c   gins             :       0.00       0.00          0          0          0
3591.72/3600.82	c   guideddiving     :       0.00       0.00          0          0          0
3591.72/3600.82	c   indcoefdiving    :       0.00       0.00          0          0          0
3591.72/3600.82	c   indicator        :       0.00       0.00          0          0          0
3591.72/3600.82	c   indicatordiving  :       0.00       0.00          0          0          0
3591.72/3600.82	c   indoneopt        :       0.00       0.00          0          0          0
3591.72/3600.82	c   indrounding      :       0.00       0.00          0          0          0
3591.72/3600.82	c   indtwoopt        :       0.00       0.00          0          0          0
3591.72/3600.82	c   intdiving        :       0.00       0.00          0          0          0
3591.72/3600.82	c   intshifting      :       0.00       0.00          0          0          0
3591.72/3600.82	c   linesearchdiving :     109.18       0.00          8          0          0
3591.72/3600.82	c   localbranching   :       0.00       0.00          0          0          0
3591.72/3600.82	c   locks            :       0.00       0.00          1          0          0
3591.72/3600.82	c   lpface           :       0.00       0.00          0          0          0
3591.72/3600.82	c   mpec             :       0.00       0.00          0          0          0
3591.72/3600.82	c   multistart       :       0.00       0.00          0          0          0
3591.72/3600.82	c   mutation         :       0.00       0.00          0          0          0
3591.72/3600.82	c   nlpdiving        :       0.00       0.00          0          0          0
3591.72/3600.82	c   objpscostdiving  :    1405.82       0.00          1          0          0
3591.72/3600.82	c   octane           :       0.00       0.00          0          0          0
3591.72/3600.82	c   ofins            :       0.00       0.00          0          0          0
3591.72/3600.82	c   oneopt           :       0.00       0.00          0          0          0
3591.72/3600.82	c   padm             :       0.00       0.00          0          0          0
3591.72/3600.82	c   proximity        :       0.00       0.00          0          0          0
3591.72/3600.82	c   pscostdiving     :     176.92       0.00          8          0          0
3591.72/3600.82	c   randrounding     :       0.17       0.00         31          0          0
3591.72/3600.82	c   rens             :     291.92       0.00          1          0          0
3591.72/3600.82	c   reoptsols        :       0.00       0.00          0          0          0
3591.72/3600.82	c   repair           :       0.00       0.00          0          0          0
3591.72/3600.82	c   rins             :       0.00       0.00          0          0          0
3591.72/3600.82	c   rootsoldiving    :      21.80       0.00          1          0          0
3591.72/3600.82	c   rounding         :       0.26       0.00        202          0          0
3591.72/3600.82	c   scheduler        :       0.00       0.00          0          0          0
3591.72/3600.82	c   shiftandpropagate:       0.04       0.00          1          0          0
3591.72/3600.82	c   shifting         :       1.99       0.00        127          0          0
3591.72/3600.82	c   simplerounding   :       0.01       0.00        311          0          0
3591.72/3600.82	c   smallcard        :       0.00       0.00          0          0          0
3591.72/3600.82	c   subnlp           :       0.00       0.00          0          0          0
3591.72/3600.82	c   trivial          :       0.00       0.00          2          0          0
3591.72/3600.82	c   trivialnegation  :       0.00       0.00          0          0          0
3591.72/3600.82	c   trustregion      :       0.00       0.00          0          0          0
3591.72/3600.82	c   trysol           :       0.00       0.00          0          0          0
3591.72/3600.82	c   twoopt           :       0.00       0.00          0          0          0
3591.72/3600.82	c   undercover       :       0.00       0.00          0          0          0
3591.72/3600.82	c   vbounds          :       0.04       0.00          1          0          0
3591.72/3600.82	c   veclendiving     :      59.10       0.00         10          0          0
3591.72/3600.82	c   zeroobj          :       0.00       0.00          0          0          0
3591.72/3600.82	c   zirounding       :       0.36       0.00        187          0          0
3591.72/3600.82	c   other solutions  :          -          -          -          0          -
3591.72/3600.82	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3591.72/3600.82	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
3591.72/3600.82	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
3591.72/3600.82	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
3591.72/3600.82	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
3591.72/3600.82	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
3591.72/3600.82	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
3591.72/3600.82	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
3591.72/3600.82	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
3591.72/3600.82	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
3591.72/3600.82	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3591.72/3600.82	c   primal LP        :       0.33         63          0       0.00       0.00       0.33         63
3591.72/3600.82	c   dual LP          :     489.09        320     760347    2501.14    1554.63       0.10         16
3591.72/3600.82	c   lex dual LP      :       0.00          0          0       0.00          -
3591.72/3600.82	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3591.72/3600.82	c   resolve instable :       0.00          0          0       0.00          -
3591.72/3600.82	c   diving/probing LP:    2765.52       2789    1413820     506.93     511.23
3591.72/3600.82	c   strong branching :      15.07         23      20711     900.48    1374.12          -          -         34
3591.72/3600.82	c     (at root node) :          -         23      20711     900.48          -
3591.72/3600.82	c   conflict analysis:       0.07          7         70      10.00    1072.44
3591.72/3600.82	c B&B Tree           :
3591.72/3600.82	c   number of runs   :          1
3591.72/3600.82	c   nodes            :        198 (188 internal, 10 leaves)
3591.72/3600.82	c   feasible leaves  :          0
3591.72/3600.82	c   infeas. leaves   :         10
3591.72/3600.82	c   objective leaves :          0
3591.72/3600.82	c   nodes (total)    :        198 (188 internal, 10 leaves)
3591.72/3600.82	c   nodes left       :        165
3591.72/3600.82	c   max depth        :         15
3591.72/3600.82	c   max depth (total):         15
3591.72/3600.82	c   backtracks       :        105 (53.0%)
3591.72/3600.82	c   early backtracks :          0 (0.0%)
3591.72/3600.82	c   nodes exc. ref.  :          0 (0.0%)
3591.72/3600.82	c   delayed cutoffs  :         14
3591.72/3600.82	c   repropagations   :         31 (81 domain reductions, 6 cutoffs)
3591.72/3600.82	c   avg switch length:       5.36
3591.72/3600.82	c   switching time   :       0.43
3591.72/3600.82	c Root Node          :
3591.72/3600.82	c   First LP value   : +3.89563492063492e+01
3591.72/3600.82	c   First LP Iters   :      52713 (940.99 Iter/sec)
3591.72/3600.82	c   First LP Time    :      56.02
3591.72/3600.82	c   Final Dual Bound : +8.17222222222222e+01
3591.72/3600.82	c   Final Root Iters :     273344
3591.72/3600.82	c   Root LP Estimate : +2.00196792212433e+02
3591.72/3600.82	c Solution           :
3591.72/3600.82	c   Solutions found  :          0 (0 improvements)
3591.72/3600.82	c   Primal Bound     :          -
3591.72/3600.82	c   Dual Bound       : +1.16242857142857e+02
3591.72/3600.82	c   Gap              :   infinite
3591.72/3600.82	c Integrals          :      Total       Avg%
3591.72/3600.82	c   primal-dual      :  360081.34     100.00
3591.72/3600.82	c   primal-ref       :          -          - (not evaluated)
3591.72/3600.82	c   dual-ref         :          -          - (not evaluated)
3591.82/3600.90	c Time complete: 3591.83.

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: 63665 MiB (62375 MiB free)
  memory of node 1: 64507 MiB (63146 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507962-1751500822/watcher-4507962-1751500822 -o /tmp/evaluation-result-4507962-1751500822/solver-4507962-1751500822 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751492520-66896 --watchdog 3760 pbscip -f HOME/instance-4507962-1751500822.opb -t 3600 -j 2 -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
solver pid=67820, runsolver pid=67817
Current StackSize limit: 8192 KiB


[startup+0.100065 s]*
/proc/loadavg: 4.23 4.16 4.11 5/262 67821
/proc/meminfo: memFree=128482916/131250000 swapFree=33010416/33010684
[pid=67820] ppid=67817 vsize=91756 memory=65408 CPUtime=0.08 cores=4,6
/proc/67820/stat : 67820 (pbscip) R 67817 67820 66885 0 -1 4194304 13173 0 0 0 7 1 0 0 20 0 1 0 65762106 93958144 16352 18446744073709551615 4235264 18693293 140736640841728 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 21375888 21430392 30916608 140736640846217 140736640846316 140736640846316 140736640851918 0
/proc/67820/statm: 22939 16352 3520 3530 0 14390 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 91756 KiB
Current children cumulated memory: 65408 KiB

[startup+0.205437 s]*
/proc/loadavg: 4.23 4.16 4.11 5/262 67821
/proc/meminfo: memFree=128442596/131250000 swapFree=33010416/33010684
[pid=67820] ppid=67817 vsize=128772 memory=100976 CPUtime=0.18 cores=4,6
/proc/67820/stat : 67820 (pbscip) R 67817 67820 66885 0 -1 4194304 23227 0 0 0 16 2 0 0 20 0 1 0 65762106 131862528 25244 18446744073709551615 4235264 18693293 140736640841728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 30916608 140736640846217 140736640846316 140736640846316 140736640851918 0
/proc/67820/statm: 32193 25244 3680 3530 0 23644 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 128772 KiB
Current children cumulated memory: 100976 KiB

[startup+0.305381 s]*
/proc/loadavg: 4.23 4.16 4.11 5/262 67821
/proc/meminfo: memFree=128446808/131250000 swapFree=33010416/33010684
[pid=67820] ppid=67817 vsize=129080 memory=101796 CPUtime=0.29 cores=4,6
/proc/67820/stat : 67820 (pbscip) R 67817 67820 66885 0 -1 4194304 24938 0 0 0 26 3 0 0 20 0 1 0 65762106 132177920 25449 18446744073709551615 4235264 18693293 140736640841728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 30916608 140736640846217 140736640846316 140736640846316 140736640851918 0
/proc/67820/statm: 32270 25449 3744 3530 0 23721 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 129080 KiB
Current children cumulated memory: 101796 KiB

[startup+0.700159 s]
/proc/loadavg: 4.23 4.16 4.11 5/262 67821
/proc/meminfo: memFree=128446808/131250000 swapFree=33010416/33010684
[pid=67820] ppid=67817 vsize=135880 memory=107396 CPUtime=0.68 cores=4,6
/proc/67820/stat : 67820 (pbscip) R 67817 67820 66885 0 -1 4194304 27325 0 0 0 65 3 0 0 20 0 1 0 65762106 139141120 26849 18446744073709551615 4235264 18693293 140736640841728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 30916608 140736640846217 140736640846316 140736640846316 140736640851918 0
/proc/67820/statm: 33970 26849 3776 3530 0 25421 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 135880 KiB
Current children cumulated memory: 107396 KiB

[startup+1.50013 s]
/proc/loadavg: 4.21 4.15 4.11 5/262 67821
/proc/meminfo: memFree=128446920/131250000 swapFree=33010416/33010684
[pid=67820] ppid=67817 vsize=137584 memory=109060 CPUtime=1.47 cores=4,6
/proc/67820/stat : 67820 (pbscip) R 67817 67820 66885 0 -1 4194304 27748 0 0 0 144 3 0 0 20 0 1 0 65762106 140886016 27265 18446744073709551615 4235264 18693293 140736640841728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 30916608 140736640846217 140736640846316 140736640846316 140736640851918 0
/proc/67820/statm: 34396 27265 3776 3530 0 25847 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 137584 KiB
Current children cumulated memory: 109060 KiB

[startup+3.1052 s]
/proc/loadavg: 4.21 4.15 4.11 5/262 67821
/proc/meminfo: memFree=128350408/131250000 swapFree=33010416/33010684
[pid=67820] ppid=67817 vsize=260940 memory=204840 CPUtime=3.07 cores=4,6
/proc/67820/stat : 67820 (pbscip) R 67817 67820 66885 0 -1 4194304 51935 0 0 0 300 7 0 0 20 0 1 0 65762106 267202560 51210 18446744073709551615 4235264 18693293 140736640841728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 30916608 140736640846217 140736640846316 140736640846316 140736640851918 0
/proc/67820/statm: 65235 51210 3936 3530 0 56686 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 260940 KiB
Current children cumulated memory: 204840 KiB

[startup+6.30011 s]
/proc/loadavg: 4.20 4.15 4.11 5/262 67821
/proc/meminfo: memFree=128342596/131250000 swapFree=33010416/33010684
[pid=67820] ppid=67817 vsize=266572 memory=210728 CPUtime=6.26 cores=4,6
/proc/67820/stat : 67820 (pbscip) R 67817 67820 66885 0 -1 4194304 53375 0 0 0 619 7 0 0 20 0 1 0 65762106 272969728 52682 18446744073709551615 4235264 18693293 140736640841728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 30916608 140736640846217 140736640846316 140736640846316 140736640851918 0
/proc/67820/statm: 66643 52682 3968 3530 0 58094 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 266572 KiB
Current children cumulated memory: 210728 KiB

[startup+12.7001 s]
/proc/loadavg: 4.18 4.15 4.11 5/262 67821
/proc/meminfo: memFree=128330324/131250000 swapFree=33010416/33010684
[pid=67820] ppid=67817 vsize=267500 memory=211880 CPUtime=12.64 cores=4,6
/proc/67820/stat : 67820 (pbscip) R 67817 67820 66885 0 -1 4194304 53643 0 0 0 1257 7 0 0 20 0 1 0 65762106 273920000 52970 18446744073709551615 4235264 18693293 140736640841728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 30916608 140736640846217 140736640846316 140736640846316 140736640851918 0
/proc/67820/statm: 66875 52970 3968 3530 0 58326 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 267500 KiB
Current children cumulated memory: 211880 KiB

[startup+25.5001 s]
/proc/loadavg: 4.15 4.14 4.11 5/262 67821
/proc/meminfo: memFree=128314192/131250000 swapFree=33010416/33010684
[pid=67820] ppid=67817 vsize=267636 memory=212008 CPUtime=25.39 cores=4,6
/proc/67820/stat : 67820 (pbscip) R 67817 67820 66885 0 -1 4194304 53688 0 0 0 2532 7 0 0 20 0 1 0 65762106 274059264 53002 18446744073709551615 4235264 18693293 140736640841728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 30916608 140736640846217 140736640846316 140736640846316 140736640851918 0
/proc/67820/statm: 66909 53002 3968 3530 0 58360 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 267636 KiB
Current children cumulated memory: 212008 KiB

[startup+51.1052 s]
/proc/loadavg: 4.17 4.14 4.11 5/262 67836
/proc/meminfo: memFree=128284292/131250000 swapFree=33010416/33010684
[pid=67820] ppid=67817 vsize=268780 memory=212392 CPUtime=50.91 cores=4,6
/proc/67820/stat : 67820 (pbscip) R 67817 67820 66885 0 -1 4194304 53779 0 0 0 5084 7 0 0 20 0 1 0 65762106 275230720 53098 18446744073709551615 4235264 18693293 140736640841728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 30916608 140736640846217 140736640846316 140736640846316 140736640851918 0
/proc/67820/statm: 67195 53098 3968 3530 0 58646 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 268780 KiB
Current children cumulated memory: 212392 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.14 4.10 5/263 67841
/proc/meminfo: memFree=128289408/131250000 swapFree=33010416/33010684
[pid=67820] ppid=67817 vsize=291088 memory=232064 CPUtime=101.94 cores=4,6
/proc/67820/stat : 67820 (pbscip) R 67817 67820 66885 0 -1 4194304 55128 0 0 0 10186 8 0 0 20 0 1 0 65762106 298074112 58016 18446744073709551615 4235264 18693293 140736640841728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 30916608 140736640846217 140736640846316 140736640846316 140736640851918 0
/proc/67820/statm: 72772 58016 3968 3530 0 64223 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 291088 KiB
Current children cumulated memory: 232064 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.12 4.10 5/263 67843
/proc/meminfo: memFree=128231544/131250000 swapFree=33010416/33010684
[pid=67820] ppid=67817 vsize=336328 memory=253824 CPUtime=161.73 cores=4,6
/proc/67820/stat : 67820 (pbscip) R 67817 67820 66885 0 -1 4194304 60576 0 0 0 16165 8 0 0 20 0 1 0 65762106 344399872 63456 18446744073709551615 4235264 18693293 140736640841728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 30916608 140736640846217 140736640846316 140736640846316 140736640851918 0
/proc/67820/statm: 84082 63456 3968 3530 0 75533 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 336328 KiB
Current children cumulated memory: 253824 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/263 67894
/proc/meminfo: memFree=128321184/131250000 swapFree=33010416/33010684
[pid=67820] ppid=67817 vsize=363480 memory=260216 CPUtime=221.54 cores=4,6
/proc/67820/stat : 67820 (pbscip) R 67817 67820 66885 0 -1 4194304 61152 0 0 0 22145 9 0 0 20 0 1 0 65762106 372203520 65054 18446744073709551615 4235264 18693293 140736640841728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 30916608 140736640846217 140736640846316 140736640846316 140736640851918 0
/proc/67820/statm: 90870 65054 3968 3530 0 82321 0
Current children cumulated CPU time: 221.54 s
Current children cumulated vsize: 363480 KiB
Current children cumulated memory: 260216 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/263 67896
/proc/meminfo: memFree=128325832/131250000 swapFree=33010416/33010684
[pid=67820] ppid=67817 vsize=363480 memory=260216 CPUtime=281.35 cores=4,6
/proc/67820/stat : 67820 (pbscip) R 67817 67820 66885 0 -1 4194304 61152 0 0 0 28126 9 0 0 20 0 1 0 65762106 372203520 65054 18446744073709551615 4235264 18693293 140736640841728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 30916608 140736640846217 140736640846316 140736640846316 140736640851918 0
/proc/67820/statm: 90870 65054 3968 3530 0 82321 0
Current children cumulated CPU time: 281.35 s
Current children cumulated vsize: 363480 KiB
Current children cumulated memory: 260216 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 67898
/proc/meminfo: memFree=128314272/131250000 swapFree=33010416/33010684
[pid=67820] ppid=67817 vsize=363480 memory=260216 CPUtime=341.17 cores=4,6
/proc/67820/stat : 67820 (pbscip) R 67817 67820 66885 0 -1 4194304 61152 0 0 0 34108 9 0 0 20 0 1 0 65762106 372203520 65054 18446744073709551615 4235264 18693293 140736640841728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 30916608 140736640846217 140736640846316 140736640846316 140736640851918 0
/proc/67820/statm: 90870 65054 3968 3530 0 82321 0
Current children cumulated CPU time: 341.17 s
Current children cumulated vsize: 363480 KiB
Current children cumulated memory: 260216 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/263 67900
/proc/meminfo: memFree=128215392/131250000 swapFree=33010416/33010684
[pid=67820] ppid=67817 vsize=363480 memory=260216 CPUtime=401 cores=4,6
/proc/67820/stat : 67820 (pbscip) R 67817 67820 66885 0 -1 4194304 61152 0 0 0 40091 9 0 0 20 0 1 0 65762106 372203520 65054 18446744073709551615 4235264 18693293 140736640841728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 30916608 140736640846217 140736640846316 140736640846316 140736640851918 0
/proc/67820/statm: 90870 65054 3968 3530 0 82321 0
Current children cumulated CPU time: 401 s
Current children cumulated vsize: 363480 KiB
Current children cumulated memory: 260216 KiB

[startup+462.3 s]
/proc/loadavg: 4.05 4.09 4.09 5/263 67902
/proc/meminfo: memFree=128189964/131250000 swapFree=33010416/33010684
[pid=67820] ppid=67817 vsize=363480 memory=260216 CPUtime=460.82 cores=4,6
/proc/67820/stat : 67820 (pbscip) R 67817 67820 66885 0 -1 4194304 61155 0 0 0 46073 9 0 0 20 0 1 0 65762106 372203520 65054 18446744073709551615 4235264 18693293 140736640841728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 30916608 140736640846217 140736640846316 140736640846316 140736640851918 0
/proc/67820/statm: 90870 65054 3968 3530 0 82321 0

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

/proc/loadavg: 2.09 2.19 2.72 3/253 68088
/proc/meminfo: memFree=128542224/131250000 swapFree=33010416/33010684
[pid=67820] ppid=67817 vsize=443864 memory=406900 CPUtime=3214.2 cores=4,6
/proc/67820/stat : 67820 (pbscip) R 67817 67820 66885 0 -1 4194304 82919 0 0 0 321401 19 0 0 20 0 1 0 65762106 454516736 101725 18446744073709551615 4235264 18693293 140736640841728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 30916608 140736640846217 140736640846316 140736640846316 140736640851918 0
/proc/67820/statm: 110966 101725 3968 3530 0 102417 0
Current children cumulated CPU time: 3214.2 s
Current children cumulated vsize: 443864 KiB
Current children cumulated memory: 406900 KiB

[startup+3282.3 s]
/proc/loadavg: 2.07 2.17 2.68 3/253 68094
/proc/meminfo: memFree=128569428/131250000 swapFree=33010416/33010684
[pid=67820] ppid=67817 vsize=443864 memory=407028 CPUtime=3274.02 cores=4,6
/proc/67820/stat : 67820 (pbscip) R 67817 67820 66885 0 -1 4194304 82939 0 0 0 327382 20 0 0 20 0 1 0 65762106 454516736 101757 18446744073709551615 4235264 18693293 140736640841728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 30916608 140736640846217 140736640846316 140736640846316 140736640851918 0
/proc/67820/statm: 110966 101757 3968 3530 0 102417 0
Current children cumulated CPU time: 3274.02 s
Current children cumulated vsize: 443864 KiB
Current children cumulated memory: 407028 KiB

[startup+3342.3 s]
/proc/loadavg: 2.08 2.15 2.64 3/253 68096
/proc/meminfo: memFree=128569544/131250000 swapFree=33010416/33010684
[pid=67820] ppid=67817 vsize=443864 memory=407028 CPUtime=3333.85 cores=4,6
/proc/67820/stat : 67820 (pbscip) R 67817 67820 66885 0 -1 4194304 82939 0 0 0 333365 20 0 0 20 0 1 0 65762106 454516736 101757 18446744073709551615 4235264 18693293 140736640841728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 30916608 140736640846217 140736640846316 140736640846316 140736640851918 0
/proc/67820/statm: 110966 101757 3968 3530 0 102417 0
Current children cumulated CPU time: 3333.85 s
Current children cumulated vsize: 443864 KiB
Current children cumulated memory: 407028 KiB

[startup+3402.3 s]
/proc/loadavg: 1.59 2.01 2.56 2/247 68129
/proc/meminfo: memFree=129205300/131250000 swapFree=33010416/33010684
[pid=67820] ppid=67817 vsize=443864 memory=407028 CPUtime=3393.67 cores=4,6
/proc/67820/stat : 67820 (pbscip) R 67817 67820 66885 0 -1 4194304 82939 0 0 0 339346 21 0 0 20 0 1 0 65762106 454516736 101757 18446744073709551615 4235264 18693293 140736640841728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 30916608 140736640846217 140736640846316 140736640846316 140736640851918 0
/proc/67820/statm: 110966 101757 3968 3530 0 102417 0
Current children cumulated CPU time: 3393.67 s
Current children cumulated vsize: 443864 KiB
Current children cumulated memory: 407028 KiB

[startup+3462.3 s]
/proc/loadavg: 1.32 1.85 2.47 2/246 68131
/proc/meminfo: memFree=129205524/131250000 swapFree=33010416/33010684
[pid=67820] ppid=67817 vsize=443864 memory=407028 CPUtime=3453.54 cores=4,6
/proc/67820/stat : 67820 (pbscip) R 67817 67820 66885 0 -1 4194304 82940 0 0 0 345332 22 0 0 20 0 1 0 65762106 454516736 101757 18446744073709551615 4235264 18693293 140736640841728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 30916608 140736640846217 140736640846316 140736640846316 140736640851918 0
/proc/67820/statm: 110966 101757 3968 3530 0 102417 0
Current children cumulated CPU time: 3453.54 s
Current children cumulated vsize: 443864 KiB
Current children cumulated memory: 407028 KiB

[startup+3522.3 s]
/proc/loadavg: 1.12 1.69 2.38 2/246 68134
/proc/meminfo: memFree=129205624/131250000 swapFree=33010416/33010684
[pid=67820] ppid=67817 vsize=443864 memory=407028 CPUtime=3513.4 cores=4,6
/proc/67820/stat : 67820 (pbscip) R 67817 67820 66885 0 -1 4194304 82940 0 0 0 351318 22 0 0 20 0 1 0 65762106 454516736 101757 18446744073709551615 4235264 18693293 140736640841728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 30916608 140736640846217 140736640846316 140736640846316 140736640851918 0
/proc/67820/statm: 110966 101757 3968 3530 0 102417 0
Current children cumulated CPU time: 3513.4 s
Current children cumulated vsize: 443864 KiB
Current children cumulated memory: 407028 KiB

[startup+3582.3 s]
/proc/loadavg: 1.16 1.60 2.30 2/246 68136
/proc/meminfo: memFree=129205616/131250000 swapFree=33010416/33010684
[pid=67820] ppid=67817 vsize=443864 memory=407028 CPUtime=3573.26 cores=4,6
/proc/67820/stat : 67820 (pbscip) R 67817 67820 66885 0 -1 4194304 82942 0 0 0 357304 22 0 0 20 0 1 0 65762106 454516736 101757 18446744073709551615 4235264 18693293 140736640841728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 30916608 140736640846217 140736640846316 140736640846316 140736640851918 0
/proc/67820/statm: 110966 101757 3968 3530 0 102417 0
Current children cumulated CPU time: 3573.26 s
Current children cumulated vsize: 443864 KiB
Current children cumulated memory: 407028 KiB

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

# cumulated CPU time of all completed processes:  user=3591.61 s, system=0.226418 s

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

[startup+3584 s]*
/proc/loadavg: 1.16 1.60 2.30 2/246 68136
/proc/meminfo: memFree=129205616/131250000 swapFree=33010416/33010684
[pid=67820] ppid=67817 vsize=443864 memory=407028 CPUtime=3574.96 cores=4,6
/proc/67820/stat : 67820 (pbscip) R 67817 67820 66885 0 -1 4194304 82942 0 0 0 357474 22 0 0 20 0 1 0 65762106 454516736 101757 18446744073709551615 4235264 18693293 140736640841728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 30916608 140736640846217 140736640846316 140736640846316 140736640851918 0
/proc/67820/statm: 110966 101757 3968 3530 0 102417 0
Current children cumulated CPU time: 3574.96 s
Current children cumulated vsize: 443864 KiB
Current children cumulated memory: 407028 KiB

[startup+3590.4 s]
/proc/loadavg: 1.15 1.59 2.29 2/246 68136
/proc/meminfo: memFree=129205680/131250000 swapFree=33010416/33010684
[pid=67820] ppid=67817 vsize=443864 memory=407028 CPUtime=3581.34 cores=4,6
/proc/67820/stat : 67820 (pbscip) R 67817 67820 66885 0 -1 4194304 82942 0 0 0 358112 22 0 0 20 0 1 0 65762106 454516736 101757 18446744073709551615 4235264 18693293 140736640841728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 30916608 140736640846217 140736640846316 140736640846316 140736640851918 0
/proc/67820/statm: 110966 101757 3968 3530 0 102417 0
Current children cumulated CPU time: 3581.34 s
Current children cumulated vsize: 443864 KiB
Current children cumulated memory: 407028 KiB

[startup+3596.8 s]
/proc/loadavg: 1.13 1.58 2.28 2/246 68136
/proc/meminfo: memFree=129205680/131250000 swapFree=33010416/33010684
[pid=67820] ppid=67817 vsize=443864 memory=407028 CPUtime=3587.73 cores=4,6
/proc/67820/stat : 67820 (pbscip) R 67817 67820 66885 0 -1 4194304 82942 0 0 0 358751 22 0 0 20 0 1 0 65762106 454516736 101757 18446744073709551615 4235264 18693293 140736640841728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 30916608 140736640846217 140736640846316 140736640846316 140736640851918 0
/proc/67820/statm: 110966 101757 3968 3530 0 102417 0
Current children cumulated CPU time: 3587.73 s
Current children cumulated vsize: 443864 KiB
Current children cumulated memory: 407028 KiB

[startup+3598.4 s]
/proc/loadavg: 1.12 1.57 2.28 2/246 68136
/proc/meminfo: memFree=129205680/131250000 swapFree=33010416/33010684
[pid=67820] ppid=67817 vsize=443864 memory=407028 CPUtime=3589.32 cores=4,6
/proc/67820/stat : 67820 (pbscip) R 67817 67820 66885 0 -1 4194304 82942 0 0 0 358910 22 0 0 20 0 1 0 65762106 454516736 101757 18446744073709551615 4235264 18693293 140736640841728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 30916608 140736640846217 140736640846316 140736640846316 140736640851918 0
/proc/67820/statm: 110966 101757 3968 3530 0 102417 0
Current children cumulated CPU time: 3589.32 s
Current children cumulated vsize: 443864 KiB
Current children cumulated memory: 407028 KiB

[startup+3600 s]*
/proc/loadavg: 1.12 1.57 2.28 2/246 68136
/proc/meminfo: memFree=129205680/131250000 swapFree=33010416/33010684
[pid=67820] ppid=67817 vsize=443864 memory=407028 CPUtime=3590.92 cores=4,6
/proc/67820/stat : 67820 (pbscip) R 67817 67820 66885 0 -1 4194304 82942 0 0 0 359070 22 0 0 20 0 1 0 65762106 454516736 101757 18446744073709551615 4235264 18693293 140736640841728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 30916608 140736640846217 140736640846316 140736640846316 140736640851918 0
/proc/67820/statm: 110966 101757 3968 3530 0 102417 0
Current children cumulated CPU time: 3590.92 s
Current children cumulated vsize: 443864 KiB
Current children cumulated memory: 407028 KiB

[startup+3600.4 s]
/proc/loadavg: 1.12 1.57 2.28 2/246 68136
/proc/meminfo: memFree=129205680/131250000 swapFree=33010416/33010684
[pid=67820] ppid=67817 vsize=443864 memory=407028 CPUtime=3591.32 cores=4,6
/proc/67820/stat : 67820 (pbscip) R 67817 67820 66885 0 -1 4194304 82942 0 0 0 359110 22 0 0 20 0 1 0 65762106 454516736 101757 18446744073709551615 4235264 18693293 140736640841728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 30916608 140736640846217 140736640846316 140736640846316 140736640851918 0
/proc/67820/statm: 110966 101757 3968 3530 0 102417 0
Current children cumulated CPU time: 3591.32 s
Current children cumulated vsize: 443864 KiB
Current children cumulated memory: 407028 KiB

[startup+3600.8 s]
/proc/loadavg: 1.12 1.57 2.28 2/246 68136
/proc/meminfo: memFree=129205680/131250000 swapFree=33010416/33010684
[pid=67820] ppid=67817 vsize=443864 memory=407028 CPUtime=3591.72 cores=4,6
/proc/67820/stat : 67820 (pbscip) R 67817 67820 66885 0 -1 4194304 82942 0 0 0 359150 22 0 0 20 0 1 0 65762106 454516736 101757 18446744073709551615 4235264 18693293 140736640841728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 30916608 140736640846217 140736640846316 140736640846316 140736640851918 0
/proc/67820/statm: 110966 101757 3968 3530 0 102417 0
Current children cumulated CPU time: 3591.72 s
Current children cumulated vsize: 443864 KiB
Current children cumulated memory: 407028 KiB

[startup+3600.9 s]
/proc/loadavg: 1.12 1.57 2.28 2/246 68136
/proc/meminfo: memFree=129205680/131250000 swapFree=33010416/33010684
[pid=67820] ppid=67817 vsize=414988 memory=378156 CPUtime=3591.82 cores=4,6
/proc/67820/stat : 67820 (pbscip) R 67817 67820 66885 0 -1 4194304 82965 0 0 0 359160 22 0 0 20 0 1 0 65762106 424947712 94539 18446744073709551615 4235264 18693293 140736640841728 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 30916608 140736640846217 140736640846316 140736640846316 140736640851918 0
/proc/67820/statm: 103747 94539 3968 3530 0 95198 0
Current children cumulated CPU time: 3591.82 s
Current children cumulated vsize: 414988 KiB
Current children cumulated memory: 378156 KiB

Child status: 0

Real time (s): 3600.91
CPU time (s): 3591.84
CPU user time (s): 3591.61
CPU system time (s): 0.226418
CPU usage (%): 99.748
Max. virtual memory (cumulated for all children) (KiB): 451540
Max. memory (cumulated for all children) (KiB): 409720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.61
system time used= 0.226418
maximum resident set size= 409720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82980
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= 110
involuntary context switches= 2095


# summary of solver processes directly reported to runsolver:
#   pid: 67820
#   total CPU time (s): 3591.84
#   total CPU user time (s): 3591.61
#   total CPU system time (s): 0.226418

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.00176 second user time and 13.7079 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-03 02:00:22
IDJOB=4507962
IDBENCH=158390
IDSOLVER=3365
FILE ID=nodeC027/4507962-1751500822
RUNJOBID= nodeC027-1751492520-66896
SLURM_JOB_ID= 9598559
Free space on /tmp= 431128 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-sep4.5.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507962-1751500822/watcher-4507962-1751500822 -o /tmp/evaluation-result-4507962-1751500822/solver-4507962-1751500822 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751492520-66896 --watchdog 3760  pbscip -f HOME/instance-4507962-1751500822.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= b67c8b15922ffb2eac696beabc53406c
RANDOM SEED=1769293930

nodeC027 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.624
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.29
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.583
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.29
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.091
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.29
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		: 3600.186
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.29
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.640
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.29
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.642
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.29
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		: 3574.326
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.29
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		: 3625.113
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128534892 kB
MemAvailable:   128732136 kB
Buffers:            2488 kB
Cached:           997628 kB
SwapCached:           12 kB
Active:          1665916 kB
Inactive:         457120 kB
Active(anon):    1138188 kB
Inactive(anon):     2792 kB
Active(file):     527728 kB
Inactive(file):   454328 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             19780 kB
Writeback:            16 kB
AnonPages:       1125912 kB
Mapped:           139044 kB
Shmem:             18056 kB
KReclaimable:     108456 kB
Slab:             197592 kB
SReclaimable:     108456 kB
SUnreclaim:        89136 kB
KernelStack:        4224 kB
PageTables:         5704 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1728516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431164 MiB
End job on nodeC027 at 2025-07-03 03:00:23