Trace number 4500097

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP 2025-06-13? 3587.36 3597.38

General information on the benchmark

NamePB24/normalized-PB10/OPT-LIN/oliveras/
j60opt/normalized-j6045_4.std.opb
MD5SUM2e74a757ac714177de3997bf1c5ad9e4
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark108
Best CPU time to get the best result obtained on this benchmark2431.64
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables36722
Total number of constraints129326
Number of constraints which are clauses128126
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1200
Minimum length of a constraint1
Maximum length of a constraint60
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 45150
Number of bits of the biggest sum of numbers16
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-4500097-1751413543.opb>
0.20/0.27	c original problem has 36722 variables (36722 bin, 0 int, 0 cont) and 129326 constraints
0.20/0.27	c problem read in 0.276 seconds
0.50/0.53	c presolving:
0.79/0.83	c (round 1, fast)       6408 del vars, 7548 del conss, 0 add conss, 2071 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 91489 clqs
0.79/0.88	c (round 2, fast)       10545 del vars, 25276 del conss, 0 add conss, 2071 chg bounds, 29 chg sides, 28 chg coeffs, 0 upgd conss, 0 impls, 91122 clqs
0.88/0.90	c (round 3, fast)       10545 del vars, 25690 del conss, 0 add conss, 2071 chg bounds, 29 chg sides, 28 chg coeffs, 0 upgd conss, 0 impls, 91340 clqs
0.99/1.04	c    (1.0s) running MILP presolver
3.28/3.35	c    (3.4s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
3.38/3.42	c (round 4, exhaustive) 10570 del vars, 25757 del conss, 0 add conss, 2071 chg bounds, 29 chg sides, 28 chg coeffs, 0 upgd conss, 0 impls, 91279 clqs
3.68/3.73	c (round 5, exhaustive) 10570 del vars, 25765 del conss, 0 add conss, 2071 chg bounds, 29 chg sides, 28 chg coeffs, 103561 upgd conss, 0 impls, 91279 clqs
3.98/4.08	c (round 6, exhaustive) 10570 del vars, 73105 del conss, 14802 add conss, 2071 chg bounds, 43 chg sides, 59 chg coeffs, 103561 upgd conss, 0 impls, 91289 clqs
4.08/4.17	c (round 7, medium)     10809 del vars, 73107 del conss, 14803 add conss, 2071 chg bounds, 282 chg sides, 298 chg coeffs, 103561 upgd conss, 0 impls, 93522 clqs
58.02/58.28	c    (58.3s) probing: 1000/29641 (3.4%) - 7 fixings, 0 aggregations, 6350087 implications, 0 bound changes
88.14/88.49	c    (88.5s) probing: 1475/29641 (5.0%) - 7 fixings, 0 aggregations, 10118179 implications, 0 bound changes
88.14/88.49	c    (88.5s) probing aborted: 1000/1000 successive useless probings
88.14/88.49	c    (88.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
88.34/88.64	c    (88.6s) no symmetry present (symcode time: 0.06)
88.34/88.69	c presolving (8 rounds: 8 fast, 5 medium, 4 exhaustive):
88.34/88.69	c  10816 deleted vars, 73107 deleted constraints, 14803 added constraints, 2071 tightened bounds, 0 added holes, 282 changed sides, 308 changed coefficients
88.34/88.69	c  0 implications, 335126 cliques
88.34/88.69	c presolved problem has 29634 variables (29634 bin, 0 int, 0 cont) and 71022 constraints
88.34/88.69	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
88.34/88.69	c    1173 constraints of type <knapsack>
88.34/88.69	c   58000 constraints of type <setppc>
88.34/88.69	c   11844 constraints of type <and>
88.34/88.69	c       5 constraints of type <logicor>
88.34/88.69	c transformed objective value is always integral (scale: 1)
88.34/88.69	c Presolving Time: 88.17
88.34/88.69	c 
88.34/88.69	c - non default parameters ----------------------------------------------------------------------
88.34/88.69	c 
88.34/88.69	c # SCIP version 10.0.0
88.34/88.69	c 
88.34/88.69	c # maximal time in seconds to run
88.34/88.69	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
88.34/88.69	c limits/time = 3596.999002
88.34/88.69	c 
88.34/88.69	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
88.34/88.69	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
88.34/88.69	c limits/memory = 27900
88.34/88.69	c 
88.34/88.69	c # belongs reading time to solving time?
88.34/88.69	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
88.34/88.69	c timing/reading = TRUE
88.34/88.69	c 
88.34/88.69	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
88.34/88.69	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
88.34/88.69	c reading/opbreader/maxintsize = 47
88.34/88.69	c 
88.34/88.69	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
88.34/88.69	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
88.34/88.69	c propagating/genvbounds/timingmask = 0
88.34/88.69	c 
88.34/88.69	c -----------------------------------------------------------------------------------------------
88.43/88.70	c 
179.78/180.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
179.78/180.33	c   180s|     1 |     0 | 62639 |     - |   520M |   0 |  29k|  71k|  82k|   0 |  0 |  36 |   0 | 7.910997e+01 |      --      |    Inf | unknown
287.86/288.79	c   289s|     1 |     0 |160084 |     - |   546M |   0 |  29k|  71k|  82k|  42 |  1 |  42 |   0 | 7.925916e+01 |      --      |    Inf | unknown
309.40/310.31	c   310s|     1 |     0 |166230 |     - |   561M |   0 |  29k|  70k|  82k|  66 |  2 |  43 |   0 | 7.940871e+01 |      --      |    Inf | unknown
327.95/328.94	c   329s|     1 |     0 |169915 |     - |   568M |   0 |  29k|  70k|  82k|  77 |  3 |  44 |   0 | 7.945356e+01 |      --      |    Inf | unknown
344.31/345.39	c   345s|     1 |     0 |171690 |     - |   579M |   0 |  29k|  70k|  82k|  92 |  4 |  45 |   0 | 7.946839e+01 |      --      |    Inf | unknown
362.47/363.52	c   364s|     1 |     0 |173849 |     - |   588M |   0 |  29k|  70k|  82k| 100 |  5 |  46 |   0 | 7.950611e+01 |      --      |    Inf | unknown
378.93/380.09	c   380s|     1 |     0 |175519 |     - |   596M |   0 |  29k|  70k|  82k| 103 |  6 |  48 |   0 | 7.952827e+01 |      --      |    Inf | unknown
396.48/397.67	c   398s|     1 |     0 |178124 |     - |   603M |   0 |  29k|  70k|  82k| 105 |  7 |  50 |   0 | 7.954566e+01 |      --      |    Inf | unknown
410.85/412.09	c   412s|     1 |     0 |178170 |     - |   612M |   0 |  29k|  70k|  82k| 113 |  8 |  51 |   0 | 7.954566e+01 |      --      |    Inf | unknown
427.70/428.95	c   429s|     1 |     0 |179548 |     - |   620M |   0 |  29k|  70k|  82k| 118 |  9 |  52 |   0 | 7.955089e+01 |      --      |    Inf | unknown
444.15/445.49	c   445s|     1 |     0 |180728 |     - |   629M |   0 |  29k|  70k|  82k| 123 | 10 |  53 |   0 | 7.955757e+01 |      --      |    Inf | unknown
454.03/455.30	c   455s|     1 |     0 |183030 |     - |   640M |   0 |  29k|  70k|  82k| 127 | 11 |  54 |   0 | 7.957625e+01 |      --      |    Inf | unknown
461.01/462.39	c   462s|     1 |     0 |183036 |     - |   648M |   0 |  29k|  70k|  82k| 128 | 12 |  57 |   0 | 7.957625e+01 |      --      |    Inf | unknown
468.00/469.39	c   469s|     1 |     0 |183073 |     - |   657M |   0 |  29k|  70k|  82k| 129 | 13 |  62 |   0 | 7.957625e+01 |      --      |    Inf | unknown
474.88/476.21	c   476s|     1 |     0 |183084 |     - |   666M |   0 |  29k|  70k|  82k| 132 | 14 |  63 |   0 | 7.957625e+01 |      --      |    Inf | unknown
483.06/484.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
483.06/484.49	c   484s|     1 |     0 |183973 |     - |   674M |   0 |  29k|  70k|  82k| 135 | 15 |  65 |   0 | 7.957929e+01 |      --      |    Inf | unknown
491.25/492.68	c   493s|     1 |     0 |184652 |     - |   682M |   0 |  29k|  70k|  82k| 138 | 16 |  66 |   0 | 7.958297e+01 |      --      |    Inf | unknown
776.60/778.85	c   779s|     1 |     0 |255098 |     - |   684M |   0 |  29k|  70k|  82k| 138 | 16 | 102 |  33 | 8.180610e+01 |      --      |    Inf | unknown
824.67/827.09	c   827s|     1 |     0 |275900 |     - |   694M |   0 |  29k|  70k|  82k| 178 | 17 | 103 |  33 | 8.186886e+01 |      --      |    Inf | unknown
829.45/831.87	c   832s|     1 |     0 |279729 |     - |   694M |   0 |  29k|  70k|  82k| 184 | 18 | 105 |  33 | 8.187207e+01 |      --      |    Inf | unknown
860.45/862.98	c   863s|     1 |     2 |279917 |     - |   694M |   0 |  29k|  70k|  82k| 184 | 18 | 107 |  56 | 8.187207e+01 |      --      |    Inf | unknown
3586.98/3597.01	c 
3586.98/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3586.98/3597.01	c Solving Time (sec) : 3597.01
3586.98/3597.01	c Solving Nodes      : 71
3586.98/3597.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3586.98/3597.01	c Dual Bound         : +8.41764616098492e+01
3586.98/3597.01	c Gap                : infinite
3586.98/3597.01	s UNKNOWN
3586.98/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3586.98/3597.01	c Total Time         :    3597.01
3586.98/3597.01	c   solving          :    3597.01
3586.98/3597.01	c   presolving       :      88.17 (included in solving)
3586.98/3597.01	c   reading          :       0.28 (included in solving)
3586.98/3597.01	c   copying          :       0.36 (3 #copies) (minimal 0.11, maximal 0.13, average 0.12)
3586.98/3597.01	c Original Problem   :
3586.98/3597.01	c   Problem name     : HOME/instance-4500097-1751413543.opb
3586.98/3597.01	c   Variables        : 36722 (36722 binary, 0 integer, 0 continuous)
3586.98/3597.01	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3586.98/3597.01	c   Constraints      : 129326 initial, 129326 maximal
3586.98/3597.01	c   Objective        : minimize, 300 non-zeros (abs.min = 1, abs.max = 300)
3586.98/3597.01	c Presolved Problem  :
3586.98/3597.01	c   Problem name     : t_HOME/instance-4500097-1751413543.opb
3586.98/3597.01	c   Variables        : 29634 (29634 binary, 0 integer, 0 continuous)
3586.98/3597.01	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3586.98/3597.01	c   Constraints      : 71022 initial, 71033 maximal
3586.98/3597.01	c   Objective        : minimize, 240 non-zeros (abs.min = 1, abs.max = 1)
3586.98/3597.01	c   Nonzeros         : 214654 constraint, 687921 clique table
3586.98/3597.01	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3586.98/3597.01	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   domcol           :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   gateextraction   :       0.22       0.00      2          0          0          0          0          0      47336      14795          0          0
3586.98/3597.01	c   implics          :       0.00       0.00      5          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   milp             :       2.45       0.00      1          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   trivial          :       0.01       0.00      8       3723          0          0          0          0          0          0          0          0
3586.98/3597.01	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   dualfix          :       0.01       0.00      8          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   probing          :      84.15       0.00      1          7          0          0          0          0          0          0          0          0
3586.98/3597.01	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   symmetry         :       0.15       0.00      1          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   vbounds          :       0.04       0.00      1          7          0          0          0          0          0          0          0          0
3586.98/3597.01	c   knapsack         :       0.09       0.00      7          0          0          0          0          0          4          8         14         41
3586.98/3597.01	c   setppc           :       0.24       0.01      7          0        239          0          0          0          2          0        239        239
3586.98/3597.01	c   and              :       0.04       0.00      3          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   linear           :       0.58       0.05      7       2076       1036          0       2071          0      25765          0         29         28
3586.98/3597.01	c   logicor          :       0.02       0.00      7          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   components       :       0.04       0.00      1          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   root node        :          -          -      -         26          -          -         26          -          -          -          -          -
3586.98/3597.01	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3586.98/3597.01	c   integral         :          0          0          0          0         78          0          0         15          0          0        700          0          0        172         92
3586.98/3597.01	c   knapsack         :       1173       1173         17     332586          0          0          0         11       3964         37       1792        180         58          0          0
3586.98/3597.01	c   setppc           :      58000      58000         17     332549          0          0          0          1      56176         72      39197          0          0          0          0
3586.98/3597.01	c   and              :      11844      11844        137     332477          0          0          0          0      12377         28      26648       1197        899          0          0
3586.98/3597.01	c   linear           :          0+        11          0      13525          0          0          0          3         11          4         82          0          0          0          0
3586.98/3597.01	c   logicor          :          5+       443         17       2198          0          0          0          0        492         13         49          0          0          0          0
3586.98/3597.01	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3586.98/3597.01	c   integral         :     815.15       0.00       0.00       0.00     815.15       0.00       0.00       0.00       0.00       0.00
3586.98/3597.01	c   knapsack         :       2.10       0.00       0.09       1.85       0.00       0.00       0.00       0.00       0.00       0.16
3586.98/3597.01	c   setppc           :      19.65       0.01       0.07      18.44       0.00       0.00       0.00       0.00       0.02       1.12
3586.98/3597.01	c   and              :      32.89       0.00       0.27      28.36       0.00       0.00       0.00       0.00       0.01       4.25
3586.98/3597.01	c   linear           :       0.09       0.05       0.00       0.02       0.00       0.00       0.00       0.00       0.00       0.02
3586.98/3597.01	c   logicor          :       0.01       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.01
3586.98/3597.01	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.98/3597.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.98/3597.01	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.98/3597.01	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3586.98/3597.01	c   dualfix          :          4          0          0          0
3586.98/3597.01	c   genvbounds       :          0          0          0          0
3586.98/3597.01	c   nlobbt           :          0          0          0          0
3586.98/3597.01	c   obbt             :          0          0          0          0
3586.98/3597.01	c   probing          :          0          0          0          0
3586.98/3597.01	c   pseudoobj        :       2815          0          0          0
3586.98/3597.01	c   redcost          :        305          0          0          0
3586.98/3597.01	c   rootredcost      :          1          0          0          0
3586.98/3597.01	c   symmetry         :          0          0          0          0
3586.98/3597.01	c   vbounds          :      64245          0          0          0
3586.98/3597.01	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3586.98/3597.01	c   dualfix          :       0.01       0.00       0.01       0.00       0.00       0.00
3586.98/3597.01	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3586.98/3597.01	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3586.98/3597.01	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3586.98/3597.01	c   probing          :      84.15       0.00      84.15       0.00       0.00       0.00
3586.98/3597.01	c   pseudoobj        :       0.30       0.00       0.00       0.29       0.00       0.00
3586.98/3597.01	c   redcost          :       0.32       0.00       0.00       0.32       0.00       0.00
3586.98/3597.01	c   rootredcost      :       0.02       0.00       0.00       0.02       0.00       0.00
3586.98/3597.01	c   symmetry         :       0.17       0.00       0.15       0.02       0.00       0.01
3586.98/3597.01	c   vbounds          :       0.81       0.00       0.04       0.73       0.00       0.05
3586.98/3597.01	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3586.98/3597.01	c   propagation      :       0.03        142        141          -        766      153.3         10        9.5          -          -          -
3586.98/3597.01	c   infeasible LP    :       0.15         16         16          -        251      601.8          0        0.0         16     2789.7          0
3586.98/3597.01	c   bound exceed. LP :       0.13          6          6          -          0        0.0          0        0.0          6     3244.8         60
3586.98/3597.01	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3586.98/3597.01	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3586.98/3597.01	c   applied globally :       0.01          -          -          0        519      185.4          -          -         22          -          -
3586.98/3597.01	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3586.98/3597.01	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3586.98/3597.01	c   cut pool         :       0.00          -         47         34          -          -        378        525          -          -          -          -          -    (maximal pool size:        378)
3586.98/3597.01	c   aggregation      :       0.28       0.00         21         17          0          0         78        152          0         56         56          0          0
3586.98/3597.01	c   > cmir           :          -          -          -          -          -          -          -        149          0         53         53          0          -
3586.98/3597.01	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.98/3597.01	c   > knapsackcover  :          -          -          -          -          -          -          -          3          0          3          3          0          -
3586.98/3597.01	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   clique           :     105.32       0.00         17         17          0          0         28         36          0         17         17          0          0
3586.98/3597.01	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   gomory           :      89.66       0.00         14         10          0          0        154        203          0         11         11          0          0
3586.98/3597.01	c   > gomorymi       :          -          -          -          -          -          -          -         91          0          5          5          0          -
3586.98/3597.01	c   > strongcg       :          -          -          -          -          -          -          -        112          0          6          6          0          -
3586.98/3597.01	c   impliedbounds    :       0.33       0.00         21         17          0         12         66         67          0         45         45          0          0
3586.98/3597.01	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   mcf              :       2.32       0.00          1          1          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   multilinear      :       0.00       0.00         37         17          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   rlt              :       0.00       0.00         10         10          0          0          0          0          0          0          0          0          0
3586.98/3597.01	c   zerohalf         :       2.81       0.00         21         17          0          0         52         67          0         54         54          0          0
3586.98/3597.01	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3586.98/3597.01	c   hybrid           :       0.00       0.00         95         18       1140          0        762        184          0        304
3586.98/3597.01	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.98/3597.01	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3586.98/3597.01	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3586.98/3597.01	c   problem variables:       0.00          -          0          0
3586.98/3597.01	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3586.98/3597.01	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3586.98/3597.01	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3586.98/3597.01	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3586.98/3597.01	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3586.98/3597.01	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.98/3597.01	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.98/3597.01	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.98/3597.01	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.98/3597.01	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3586.98/3597.01	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.98/3597.01	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.98/3597.01	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.98/3597.01	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.98/3597.01	c   relpscost        :     815.15       0.00         78          0          0          0        700          0        180         92
3586.98/3597.01	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3586.98/3597.01	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3586.98/3597.01	c   LP solutions     :       0.00          -          -          0          0
3586.98/3597.01	c   relax solutions  :       0.00          -          -          0          0
3586.98/3597.01	c   pseudo solutions :       0.00          -          -          0          0
3586.98/3597.01	c   strong branching :       0.00          -          -          0          0
3586.98/3597.01	c   actconsdiving    :       0.00       0.00          0          0          0
3586.98/3597.01	c   adaptivediving   :      34.88       0.00          2          0          0
3586.98/3597.01	c   alns             :     486.58       0.00          2          0          0
3586.98/3597.01	c   bound            :       0.00       0.00          0          0          0
3586.98/3597.01	c   clique           :       0.19       0.00          1          0          0
3586.98/3597.01	c   coefdiving       :       0.00       0.00          0          0          0
3586.98/3597.01	c   completesol      :       0.00       0.00          0          0          0
3586.98/3597.01	c   conflictdiving   :      92.02       0.00          1          0          0
3586.98/3597.01	c   crossover        :       0.00       0.00          0          0          0
3586.98/3597.01	c   dins             :       0.00       0.00          0          0          0
3586.98/3597.01	c   distributiondivin:       4.08       0.00          1          0          0
3586.98/3597.01	c   dks              :       0.00       0.00          0          0          0
3586.98/3597.01	c   dps              :       0.00       0.00          0          0          0
3586.98/3597.01	c   dualval          :       0.00       0.00          0          0          0
3586.98/3597.01	c   farkasdiving     :       0.00       0.00          0          0          0
3586.98/3597.01	c   feaspump         :      75.13       0.00          1          0          0
3586.98/3597.01	c   fixandinfer      :       0.00       0.00          0          0          0
3586.98/3597.01	c   fracdiving       :       0.08       0.00          1          0          0
3586.98/3597.01	c   gins             :       0.00       0.00          0          0          0
3586.98/3597.01	c   guideddiving     :       0.00       0.00          0          0          0
3586.98/3597.01	c   indicator        :       0.00       0.00          0          0          0
3586.98/3597.01	c   indicatordiving  :       0.00       0.00          0          0          0
3586.98/3597.01	c   intdiving        :       0.00       0.00          0          0          0
3586.98/3597.01	c   intshifting      :       0.00       0.00          0          0          0
3586.98/3597.01	c   linesearchdiving :       0.02       0.00          1          0          0
3586.98/3597.01	c   localbranching   :       0.00       0.00          0          0          0
3586.98/3597.01	c   locks            :       0.18       0.00          1          0          0
3586.98/3597.01	c   lpface           :       0.00       0.00          0          0          0
3586.98/3597.01	c   mpec             :       0.00       0.00          0          0          0
3586.98/3597.01	c   multistart       :       0.00       0.00          0          0          0
3586.98/3597.01	c   mutation         :       0.00       0.00          0          0          0
3586.98/3597.01	c   nlpdiving        :       0.00       0.00          0          0          0
3586.98/3597.01	c   objpscostdiving  :      31.14       0.00          1          0          0
3586.98/3597.01	c   octane           :       0.00       0.00          0          0          0
3586.98/3597.01	c   ofins            :       0.00       0.00          0          0          0
3586.98/3597.01	c   oneopt           :       0.00       0.00          0          0          0
3586.98/3597.01	c   padm             :       0.00       0.00          0          0          0
3586.98/3597.01	c   proximity        :       0.00       0.00          0          0          0
3586.98/3597.01	c   pscostdiving     :      15.68       0.00          1          0          0
3586.98/3597.01	c   randrounding     :       0.27       0.00         28          0          0
3586.98/3597.01	c   rens             :      98.87       0.00          1          0          0
3586.98/3597.01	c   reoptsols        :       0.00       0.00          0          0          0
3586.98/3597.01	c   repair           :       0.00       0.00          0          0          0
3586.98/3597.01	c   rins             :       0.00       0.00          0          0          0
3586.98/3597.01	c   rootsoldiving    :      76.29       0.00          1          0          0
3586.98/3597.01	c   rounding         :       0.56       0.00        142          0          0
3586.98/3597.01	c   scheduler        :       0.00       0.00          0          0          0
3586.98/3597.01	c   shiftandpropagate:       0.05       0.00          1          0          0
3586.98/3597.01	c   shifting         :       0.64       0.00         33          0          0
3586.98/3597.01	c   simplerounding   :       0.00       0.00        173          0          0
3586.98/3597.01	c   subnlp           :       0.00       0.00          0          0          0
3586.98/3597.01	c   trivial          :       0.02       0.00          2          0          0
3586.98/3597.01	c   trivialnegation  :       0.00       0.00          0          0          0
3586.98/3597.01	c   trustregion      :       0.00       0.00          0          0          0
3586.98/3597.01	c   trysol           :       0.00       0.00          0          0          0
3586.98/3597.01	c   twoopt           :       0.00       0.00          0          0          0
3586.98/3597.01	c   undercover       :       7.18       0.00          1          0          0
3586.98/3597.01	c   vbounds          :       0.84       0.00          1          0          0
3586.98/3597.01	c   veclendiving     :       0.03       0.00          1          0          0
3586.98/3597.01	c   zeroobj          :       0.00       0.00          0          0          0
3586.98/3597.01	c   zirounding       :       0.04       0.00         46          0          0
3586.98/3597.01	c   other solutions  :          -          -          -          0          -
3586.98/3597.01	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3586.98/3597.01	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.98/3597.01	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.98/3597.01	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.98/3597.01	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.98/3597.01	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.98/3597.01	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.98/3597.01	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.98/3597.01	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.98/3597.01	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3586.98/3597.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3586.98/3597.01	c   primal LP        :       0.10          7          0       0.00       0.00       0.10          7
3586.98/3597.01	c   dual LP          :    1561.90        188     936645    5174.83     599.68       0.15          7
3586.98/3597.01	c   lex dual LP      :       0.00          0          0       0.00          -
3586.98/3597.01	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3586.98/3597.01	c   resolve instable :       0.00          0          0       0.00          -
3586.98/3597.01	c   diving/probing LP:     383.44        144     325064    2257.39     847.76
3586.98/3597.01	c   strong branching :     751.12        619     564795     912.43     751.94          -          -       1105
3586.98/3597.01	c     (at root node) :          -         56      55000     982.14          -
3586.98/3597.01	c   conflict analysis:       0.07          6         60      10.00     815.83
3586.98/3597.01	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
3586.98/3597.01	c   benders          :       0.00          0          0          0       0.00          0          0          0
3586.98/3597.01	c B&B Tree           :
3586.98/3597.01	c   number of runs   :          1
3586.98/3597.01	c   nodes            :         71 (46 internal, 25 leaves)
3586.98/3597.01	c   feasible leaves  :          0
3586.98/3597.01	c   infeas. leaves   :         24
3586.98/3597.01	c   objective leaves :          0
3586.98/3597.01	c   nodes (total)    :         71 (46 internal, 25 leaves)
3586.98/3597.01	c   nodes left       :         23
3586.98/3597.01	c   max depth        :         22
3586.98/3597.01	c   max depth (total):         22
3586.98/3597.01	c   backtracks       :         24 (33.8%)
3586.98/3597.01	c   early backtracks :          0 (0.0%)
3586.98/3597.01	c   nodes exc. ref.  :          0 (0.0%)
3586.98/3597.01	c   delayed cutoffs  :          0
3586.98/3597.01	c   repropagations   :         64 (8248 domain reductions, 0 cutoffs)
3586.98/3597.01	c   avg switch length:       4.92
3586.98/3597.01	c   switching time   :       0.62
3586.98/3597.01	c Root Node          :
3586.98/3597.01	c   First LP value   : +7.91099717229272e+01
3586.98/3597.01	c   First LP Iters   :      62639 (695.45 Iter/sec)
3586.98/3597.01	c   First LP Time    :      90.07
3586.98/3597.01	c   Final Dual Bound : +8.18720654805462e+01
3586.98/3597.01	c   Final Root Iters :     209283
3586.98/3597.01	c   Root LP Estimate : +1.01809452992268e+02
3586.98/3597.01	c Solution           :
3586.98/3597.01	c   Solutions found  :          0 (0 improvements)
3586.98/3597.01	c   Primal Bound     :          -
3586.98/3597.01	c   Dual Bound       : +8.41764616098492e+01
3586.98/3597.01	c   Gap              :   infinite
3586.98/3597.01	c Integrals          :      Total       Avg%
3586.98/3597.01	c   primal-dual      :  359701.45     100.00
3586.98/3597.01	c   primal-ref       :          -          - (not evaluated)
3586.98/3597.01	c   dual-ref         :          -          - (not evaluated)
3587.27/3597.37	c Time complete (sec):   3587.350

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4500097-1751413543/watcher-4500097-1751413543 -o /tmp/evaluation-result-4500097-1751413543/solver-4500097-1751413543 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751406326-62867 --watchdog 3760 pbsolver -f HOME/instance-4500097-1751413543.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=64232, runsolver pid=64229
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.13 4.12 4.09 5/265 64233
/proc/meminfo: memFree=120527304/131249996 swapFree=33010684/33010684
[pid=64232] ppid=64229 vsize=66868 memory=56832 CPUtime=0.09 cores=0,2
/proc/64232/stat : 64232 (pbsolver) R 64229 64232 62857 0 -1 4194304 12242 0 0 0 8 1 0 0 20 0 1 0 57032241 68472832 14208 18446744073709551615 4198400 14743177 140723481728960 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 32481280 140723481737610 140723481737706 140723481737706 140723481743308 0
/proc/64232/statm: 16717 14208 2176 2575 0 13624 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 66868 KiB
Current children cumulated memory: 56832 KiB

[startup+0.205506 s]*
/proc/loadavg: 4.13 4.12 4.09 5/265 64233
/proc/meminfo: memFree=120495048/131249996 swapFree=33010684/33010684
[pid=64232] ppid=64229 vsize=104164 memory=93696 CPUtime=0.2 cores=0,2
/proc/64232/stat : 64232 (pbsolver) R 64229 64232 62857 0 -1 4194304 21457 0 0 0 18 2 0 0 20 0 1 0 57032241 106663936 23424 18446744073709551615 4198400 14743177 140723481728960 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 32481280 140723481737610 140723481737706 140723481737706 140723481743308 0
/proc/64232/statm: 26041 23424 2176 2575 0 22948 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 104164 KiB
Current children cumulated memory: 93696 KiB

[startup+0.305512 s]*
/proc/loadavg: 4.13 4.12 4.09 5/265 64233
/proc/meminfo: memFree=120438852/131249996 swapFree=33010684/33010684
[pid=64232] ppid=64229 vsize=155220 memory=144144 CPUtime=0.3 cores=0,2
/proc/64232/stat : 64232 (pbsolver) R 64229 64232 62857 0 -1 4194304 34516 0 0 0 25 5 0 0 20 0 1 0 57032241 158945280 36036 18446744073709551615 4198400 14743177 140723481728960 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 32481280 140723481737610 140723481737706 140723481737706 140723481743308 0
/proc/64232/statm: 38805 36036 2368 2575 0 35712 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 155220 KiB
Current children cumulated memory: 144144 KiB

[startup+0.700178 s]
/proc/loadavg: 4.13 4.12 4.09 5/265 64233
/proc/meminfo: memFree=120334020/131249996 swapFree=33010684/33010684
[pid=64232] ppid=64229 vsize=271732 memory=259728 CPUtime=0.69 cores=0,2
/proc/64232/stat : 64232 (pbsolver) R 64229 64232 62857 0 -1 4194304 63388 0 0 0 60 9 0 0 20 0 1 0 57032241 278253568 64932 18446744073709551615 4198400 14743177 140723481728960 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 32481280 140723481737610 140723481737706 140723481737706 140723481743308 0
/proc/64232/statm: 67933 64932 2400 2575 0 64840 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 271732 KiB
Current children cumulated memory: 259728 KiB

[startup+1.50017 s]
/proc/loadavg: 4.13 4.12 4.09 5/265 64233
/proc/meminfo: memFree=120281412/131249996 swapFree=33010684/33010684
[pid=64232] ppid=64229 vsize=351780 memory=339128 CPUtime=1.48 cores=0,2
/proc/64232/stat : 64232 (pbsolver) R 64229 64232 62857 0 -1 4194304 78476 0 0 0 136 12 0 0 20 0 1 0 57032241 360222720 84782 18446744073709551615 4198400 14743177 140723481728960 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 32481280 140723481737610 140723481737706 140723481737706 140723481743308 0
/proc/64232/statm: 87945 84782 2496 2575 0 84852 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 351780 KiB
Current children cumulated memory: 339128 KiB

[startup+3.10536 s]
/proc/loadavg: 4.12 4.12 4.09 5/265 64233
/proc/meminfo: memFree=120236992/131249996 swapFree=33010684/33010684
[pid=64232] ppid=64229 vsize=351780 memory=339128 CPUtime=3.09 cores=0,2
/proc/64232/stat : 64232 (pbsolver) R 64229 64232 62857 0 -1 4194304 78494 0 0 0 296 13 0 0 20 0 1 0 57032241 360222720 84782 18446744073709551615 4198400 14743177 140723481728960 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 32481280 140723481737610 140723481737706 140723481737706 140723481743308 0
/proc/64232/statm: 87945 84782 2496 2575 0 84852 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 351780 KiB
Current children cumulated memory: 339128 KiB

[startup+6.30016 s]
/proc/loadavg: 4.12 4.12 4.09 5/265 64233
/proc/meminfo: memFree=120172756/131249996 swapFree=33010684/33010684
[pid=64232] ppid=64229 vsize=397072 memory=383560 CPUtime=6.27 cores=0,2
/proc/64232/stat : 64232 (pbsolver) R 64229 64232 62857 0 -1 4194304 102905 0 0 0 610 17 0 0 20 0 1 0 57032241 406601728 95890 18446744073709551615 4198400 14743177 140723481728960 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 32481280 140723481737610 140723481737706 140723481737706 140723481743308 0
/proc/64232/statm: 99268 95890 2592 2575 0 96175 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 397072 KiB
Current children cumulated memory: 383560 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.11 4.09 5/265 64233
/proc/meminfo: memFree=120173008/131249996 swapFree=33010684/33010684
[pid=64232] ppid=64229 vsize=399324 memory=385352 CPUtime=12.65 cores=0,2
/proc/64232/stat : 64232 (pbsolver) R 64229 64232 62857 0 -1 4194304 103347 0 0 0 1248 17 0 0 20 0 1 0 57032241 408907776 96338 18446744073709551615 4198400 14743177 140723481728960 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 32481280 140723481737610 140723481737706 140723481737706 140723481743308 0
/proc/64232/statm: 99831 96338 2592 2575 0 96738 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 399324 KiB
Current children cumulated memory: 385352 KiB

[startup+25.5002 s]
/proc/loadavg: 4.09 4.11 4.09 5/265 64233
/proc/meminfo: memFree=120169268/131249996 swapFree=33010684/33010684
[pid=64232] ppid=64229 vsize=407592 memory=393544 CPUtime=25.41 cores=0,2
/proc/64232/stat : 64232 (pbsolver) R 64229 64232 62857 0 -1 4194304 105398 0 0 0 2524 17 0 0 20 0 1 0 57032241 417374208 98386 18446744073709551615 4198400 14743177 140723481728960 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 32481280 140723481737610 140723481737706 140723481737706 140723481743308 0
/proc/64232/statm: 101898 98386 2592 2575 0 98805 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 407592 KiB
Current children cumulated memory: 393544 KiB

[startup+51.1054 s]
/proc/loadavg: 4.11 4.12 4.09 5/265 64234
/proc/meminfo: memFree=120168636/131249996 swapFree=33010684/33010684
[pid=64232] ppid=64229 vsize=411624 memory=397640 CPUtime=50.95 cores=0,2
/proc/64232/stat : 64232 (pbsolver) R 64229 64232 62857 0 -1 4194304 106409 0 0 0 5077 18 0 0 20 0 1 0 57032241 421502976 99410 18446744073709551615 4198400 14743177 140723481728960 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 32481280 140723481737610 140723481737706 140723481737706 140723481743308 0
/proc/64232/statm: 102906 99410 2592 2575 0 99813 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 411624 KiB
Current children cumulated memory: 397640 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/265 64280
/proc/meminfo: memFree=119942428/131249996 swapFree=33010684/33010684
[pid=64232] ppid=64229 vsize=606876 memory=545164 CPUtime=101.99 cores=0,2
/proc/64232/stat : 64232 (pbsolver) R 64229 64232 62857 0 -1 4194304 145299 0 0 0 10176 23 0 0 20 0 1 0 57032241 621441024 136291 18446744073709551615 4198400 14743177 140723481728960 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 32481280 140723481737610 140723481737706 140723481737706 140723481743308 0
/proc/64232/statm: 151719 136291 2656 2575 0 148626 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 606876 KiB
Current children cumulated memory: 545164 KiB

[startup+162.3 s]
/proc/loadavg: 4.19 4.13 4.10 5/264 64327
/proc/meminfo: memFree=119923296/131249996 swapFree=33010684/33010684
[pid=64232] ppid=64229 vsize=607148 memory=545932 CPUtime=161.83 cores=0,2
/proc/64232/stat : 64232 (pbsolver) R 64229 64232 62857 0 -1 4194304 145487 0 0 0 16159 24 0 0 20 0 1 0 57032241 621719552 136483 18446744073709551615 4198400 14743177 140723481728960 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 32481280 140723481737610 140723481737706 140723481737706 140723481743308 0
/proc/64232/statm: 151787 136483 2656 2575 0 148694 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 607148 KiB
Current children cumulated memory: 545932 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/265 64376
/proc/meminfo: memFree=119867912/131249996 swapFree=33010684/33010684
[pid=64232] ppid=64229 vsize=614960 memory=553228 CPUtime=221.66 cores=0,2
/proc/64232/stat : 64232 (pbsolver) R 64229 64232 62857 0 -1 4194304 147344 0 0 0 22142 24 0 0 20 0 1 0 57032241 629719040 138307 18446744073709551615 4198400 14743177 140723481728960 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 32481280 140723481737610 140723481737706 140723481737706 140723481743308 0
/proc/64232/statm: 153740 138307 2656 2575 0 150647 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 614960 KiB
Current children cumulated memory: 553228 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.13 4.09 5/265 64423
/proc/meminfo: memFree=119741868/131249996 swapFree=33010684/33010684
[pid=64232] ppid=64229 vsize=731484 memory=667276 CPUtime=281.48 cores=0,2
/proc/64232/stat : 64232 (pbsolver) R 64229 64232 62857 0 -1 4194304 175849 0 0 0 28120 28 0 0 20 0 1 0 57032241 749039616 166819 18446744073709551615 4198400 14743177 140723481728960 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 32481280 140723481737610 140723481737706 140723481737706 140723481743308 0
/proc/64232/statm: 182871 166819 2688 2575 0 179778 0
Current children cumulated CPU time: 281.48 s
Current children cumulated vsize: 731484 KiB
Current children cumulated memory: 667276 KiB

[startup+342.3 s]
/proc/loadavg: 4.23 4.15 4.10 5/265 64425
/proc/meminfo: memFree=118790788/131249996 swapFree=33010684/33010684
[pid=64232] ppid=64229 vsize=731484 memory=669068 CPUtime=341.32 cores=0,2
/proc/64232/stat : 64232 (pbsolver) R 64229 64232 62857 0 -1 4194304 176489 0 0 0 34104 28 0 0 20 0 1 0 57032241 749039616 167267 18446744073709551615 4198400 14743177 140723481728960 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 32481280 140723481737610 140723481737706 140723481737706 140723481743308 0
/proc/64232/statm: 182871 167267 2688 2575 0 179778 0
Current children cumulated CPU time: 341.32 s
Current children cumulated vsize: 731484 KiB
Current children cumulated memory: 669068 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 4.14 4.09 5/265 64427
/proc/meminfo: memFree=118798712/131249996 swapFree=33010684/33010684
[pid=64232] ppid=64229 vsize=731484 memory=669708 CPUtime=401.17 cores=0,2
/proc/64232/stat : 64232 (pbsolver) R 64229 64232 62857 0 -1 4194304 176659 0 0 0 40088 29 0 0 20 0 1 0 57032241 749039616 167427 18446744073709551615 4198400 14743177 140723481728960 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 32481280 140723481737610 140723481737706 140723481737706 140723481743308 0
/proc/64232/statm: 182871 167427 2688 2575 0 179778 0
Current children cumulated CPU time: 401.17 s
Current children cumulated vsize: 731484 KiB
Current children cumulated memory: 669708 KiB

[startup+462.3 s]
/proc/loadavg: 4.16 4.14 4.09 5/265 64436
/proc/meminfo: memFree=118774672/131249996 swapFree=33010684/33010684
[pid=64232] ppid=64229 vsize=761376 memory=669708 CPUtime=461.01 cores=0,2
/proc/64232/stat : 64232 (pbsolver) R 64229 64232 62857 0 -1 4194304 176669 0 0 0 46072 29 0 0 20 0 1 0 57032241 779649024 167427 18446744073709551615 4198400 14743177 140723481728960 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 32481280 140723481737610 140723481737706 140723481737706 140723481743308 0
/proc/64232/statm: 190344 167427 2688 2575 0 187251 0
Current children cumulated CPU time: 461.01 s

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

/proc/loadavg: 4.17 4.16 4.12 5/264 66115
/proc/meminfo: memFree=119709156/131249996 swapFree=33010684/33010684
[pid=64232] ppid=64229 vsize=1103788 memory=1004300 CPUtime=3213.29 cores=0,2
/proc/64232/stat : 64232 (pbsolver) R 64229 64232 62857 0 -1 4194304 254373 0 0 0 321269 60 0 0 20 0 1 0 57032241 1130278912 251075 18446744073709551615 4198400 14743177 140723481728960 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 32481280 140723481737610 140723481737706 140723481737706 140723481743308 0
/proc/64232/statm: 275947 251075 2688 2575 0 272854 0
Current children cumulated CPU time: 3213.29 s
Current children cumulated vsize: 1103788 KiB
Current children cumulated memory: 1004300 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.14 4.11 5/264 66117
/proc/meminfo: memFree=119660120/131249996 swapFree=33010684/33010684
[pid=64232] ppid=64229 vsize=1103788 memory=1004300 CPUtime=3273.13 cores=0,2
/proc/64232/stat : 64232 (pbsolver) R 64229 64232 62857 0 -1 4194304 254507 0 0 0 327253 60 0 0 20 0 1 0 57032241 1130278912 251075 18446744073709551615 4198400 14743177 140723481728960 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 32481280 140723481737610 140723481737706 140723481737706 140723481743308 0
/proc/64232/statm: 275947 251075 2688 2575 0 272854 0
Current children cumulated CPU time: 3273.13 s
Current children cumulated vsize: 1103788 KiB
Current children cumulated memory: 1004300 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.13 4.10 5/264 66119
/proc/meminfo: memFree=119627712/131249996 swapFree=33010684/33010684
[pid=64232] ppid=64229 vsize=1103788 memory=1004300 CPUtime=3332.97 cores=0,2
/proc/64232/stat : 64232 (pbsolver) R 64229 64232 62857 0 -1 4194304 254756 0 0 0 333237 60 0 0 20 0 1 0 57032241 1130278912 251075 18446744073709551615 4198400 14743177 140723481728960 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 32481280 140723481737610 140723481737706 140723481737706 140723481743308 0
/proc/64232/statm: 275947 251075 2688 2575 0 272854 0
Current children cumulated CPU time: 3332.97 s
Current children cumulated vsize: 1103788 KiB
Current children cumulated memory: 1004300 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.14 4.10 5/264 66121
/proc/meminfo: memFree=119601216/131249996 swapFree=33010684/33010684
[pid=64232] ppid=64229 vsize=1103788 memory=1004300 CPUtime=3392.81 cores=0,2
/proc/64232/stat : 64232 (pbsolver) R 64229 64232 62857 0 -1 4194304 254806 0 0 0 339220 61 0 0 20 0 1 0 57032241 1130278912 251075 18446744073709551615 4198400 14743177 140723481728960 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 32481280 140723481737610 140723481737706 140723481737706 140723481743308 0
/proc/64232/statm: 275947 251075 2688 2575 0 272854 0
Current children cumulated CPU time: 3392.81 s
Current children cumulated vsize: 1103788 KiB
Current children cumulated memory: 1004300 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.12 4.10 5/264 66124
/proc/meminfo: memFree=119560916/131249996 swapFree=33010684/33010684
[pid=64232] ppid=64229 vsize=1103788 memory=1004300 CPUtime=3452.64 cores=0,2
/proc/64232/stat : 64232 (pbsolver) R 64229 64232 62857 0 -1 4194304 254868 0 0 0 345203 61 0 0 20 0 1 0 57032241 1130278912 251075 18446744073709551615 4198400 14743177 140723481728960 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 32481280 140723481737610 140723481737706 140723481737706 140723481743308 0
/proc/64232/statm: 275947 251075 2688 2575 0 272854 0
Current children cumulated CPU time: 3452.64 s
Current children cumulated vsize: 1103788 KiB
Current children cumulated memory: 1004300 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.13 4.10 5/265 66133
/proc/meminfo: memFree=119477812/131249996 swapFree=33010684/33010684
[pid=64232] ppid=64229 vsize=1103788 memory=1004300 CPUtime=3512.47 cores=0,2
/proc/64232/stat : 64232 (pbsolver) R 64229 64232 62857 0 -1 4194304 254879 0 0 0 351186 61 0 0 20 0 1 0 57032241 1130278912 251075 18446744073709551615 4198400 14743177 140723481728960 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 32481280 140723481737610 140723481737706 140723481737706 140723481743308 0
/proc/64232/statm: 275947 251075 2688 2575 0 272854 0
Current children cumulated CPU time: 3512.47 s
Current children cumulated vsize: 1103788 KiB
Current children cumulated memory: 1004300 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.14 4.10 5/266 66137
/proc/meminfo: memFree=119394604/131249996 swapFree=33010684/33010684
[pid=64232] ppid=64229 vsize=1103788 memory=1004300 CPUtime=3572.31 cores=0,2
/proc/64232/stat : 64232 (pbsolver) R 64229 64232 62857 0 -1 4194304 255104 0 0 0 357169 62 0 0 20 0 1 0 57032241 1130278912 251075 18446744073709551615 4198400 14743177 140723481728960 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 32481280 140723481737610 140723481737706 140723481737706 140723481743308 0
/proc/64232/statm: 275947 251075 2688 2575 0 272854 0
Current children cumulated CPU time: 3572.31 s
Current children cumulated vsize: 1103788 KiB
Current children cumulated memory: 1004300 KiB

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

# cumulated CPU time of all completed processes:  user=3586.72 s, system=0.636826 s

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

[startup+3584 s]*
/proc/loadavg: 4.16 4.13 4.10 5/266 66137
/proc/meminfo: memFree=119394612/131249996 swapFree=33010684/33010684
[pid=64232] ppid=64229 vsize=1103788 memory=1004300 CPUtime=3574.01 cores=0,2
/proc/64232/stat : 64232 (pbsolver) R 64229 64232 62857 0 -1 4194304 255104 0 0 0 357339 62 0 0 20 0 1 0 57032241 1130278912 251075 18446744073709551615 4198400 14743177 140723481728960 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 32481280 140723481737610 140723481737706 140723481737706 140723481743308 0
/proc/64232/statm: 275947 251075 2688 2575 0 272854 0
Current children cumulated CPU time: 3574.01 s
Current children cumulated vsize: 1103788 KiB
Current children cumulated memory: 1004300 KiB

[startup+3590.4 s]
/proc/loadavg: 4.15 4.13 4.10 5/266 66137
/proc/meminfo: memFree=119391224/131249996 swapFree=33010684/33010684
[pid=64232] ppid=64229 vsize=1103788 memory=1004300 CPUtime=3580.39 cores=0,2
/proc/64232/stat : 64232 (pbsolver) R 64229 64232 62857 0 -1 4194304 255104 0 0 0 357977 62 0 0 20 0 1 0 57032241 1130278912 251075 18446744073709551615 4198400 14743177 140723481728960 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 32481280 140723481737610 140723481737706 140723481737706 140723481743308 0
/proc/64232/statm: 275947 251075 2688 2575 0 272854 0
Current children cumulated CPU time: 3580.39 s
Current children cumulated vsize: 1103788 KiB
Current children cumulated memory: 1004300 KiB

[startup+3593.6 s]
/proc/loadavg: 4.14 4.13 4.10 5/266 66137
/proc/meminfo: memFree=119391344/131249996 swapFree=33010684/33010684
[pid=64232] ppid=64229 vsize=1103788 memory=1004300 CPUtime=3583.58 cores=0,2
/proc/64232/stat : 64232 (pbsolver) R 64229 64232 62857 0 -1 4194304 255104 0 0 0 358296 62 0 0 20 0 1 0 57032241 1130278912 251075 18446744073709551615 4198400 14743177 140723481728960 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 32481280 140723481737610 140723481737706 140723481737706 140723481743308 0
/proc/64232/statm: 275947 251075 2688 2575 0 272854 0
Current children cumulated CPU time: 3583.58 s
Current children cumulated vsize: 1103788 KiB
Current children cumulated memory: 1004300 KiB

[startup+3595.2 s]
/proc/loadavg: 4.14 4.13 4.10 5/266 66137
/proc/meminfo: memFree=119391344/131249996 swapFree=33010684/33010684
[pid=64232] ppid=64229 vsize=1103788 memory=1004300 CPUtime=3585.18 cores=0,2
/proc/64232/stat : 64232 (pbsolver) R 64229 64232 62857 0 -1 4194304 255104 0 0 0 358456 62 0 0 20 0 1 0 57032241 1130278912 251075 18446744073709551615 4198400 14743177 140723481728960 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 32481280 140723481737610 140723481737706 140723481737706 140723481743308 0
/proc/64232/statm: 275947 251075 2688 2575 0 272854 0
Current children cumulated CPU time: 3585.18 s
Current children cumulated vsize: 1103788 KiB
Current children cumulated memory: 1004300 KiB

[startup+3596 s]*
/proc/loadavg: 4.14 4.13 4.10 5/266 66137
/proc/meminfo: memFree=119391344/131249996 swapFree=33010684/33010684
[pid=64232] ppid=64229 vsize=1103788 memory=1004300 CPUtime=3585.98 cores=0,2
/proc/64232/stat : 64232 (pbsolver) R 64229 64232 62857 0 -1 4194304 255104 0 0 0 358536 62 0 0 20 0 1 0 57032241 1130278912 251075 18446744073709551615 4198400 14743177 140723481728960 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 32481280 140723481737610 140723481737706 140723481737706 140723481743308 0
/proc/64232/statm: 275947 251075 2688 2575 0 272854 0
Current children cumulated CPU time: 3585.98 s
Current children cumulated vsize: 1103788 KiB
Current children cumulated memory: 1004300 KiB

[startup+3596.8 s]
/proc/loadavg: 4.14 4.13 4.10 5/266 66137
/proc/meminfo: memFree=119391344/131249996 swapFree=33010684/33010684
[pid=64232] ppid=64229 vsize=1103788 memory=1004300 CPUtime=3586.77 cores=0,2
/proc/64232/stat : 64232 (pbsolver) R 64229 64232 62857 0 -1 4194304 255104 0 0 0 358615 62 0 0 20 0 1 0 57032241 1130278912 251075 18446744073709551615 4198400 14743177 140723481728960 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 32481280 140723481737610 140723481737706 140723481737706 140723481743308 0
/proc/64232/statm: 275947 251075 2688 2575 0 272854 0
Current children cumulated CPU time: 3586.77 s
Current children cumulated vsize: 1103788 KiB
Current children cumulated memory: 1004300 KiB

[startup+3597.2 s]
/proc/loadavg: 4.14 4.13 4.10 5/266 66137
/proc/meminfo: memFree=119391344/131249996 swapFree=33010684/33010684
[pid=64232] ppid=64229 vsize=1103788 memory=1004300 CPUtime=3587.17 cores=0,2
/proc/64232/stat : 64232 (pbsolver) R 64229 64232 62857 0 -1 4194304 255194 0 0 0 358655 62 0 0 20 0 1 0 57032241 1130278912 251075 18446744073709551615 4198400 14743177 140723481728960 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 32481280 140723481737610 140723481737706 140723481737706 140723481743308 0
/proc/64232/statm: 275947 251075 2688 2575 0 272854 0
Current children cumulated CPU time: 3587.17 s
Current children cumulated vsize: 1103788 KiB
Current children cumulated memory: 1004300 KiB

[startup+3597.3 s]
/proc/loadavg: 4.14 4.13 4.10 5/266 66137
/proc/meminfo: memFree=119391344/131249996 swapFree=33010684/33010684
[pid=64232] ppid=64229 vsize=1102732 memory=1003364 CPUtime=3587.27 cores=0,2
/proc/64232/stat : 64232 (pbsolver) R 64229 64232 62857 0 -1 4194304 255199 0 0 0 358665 62 0 0 20 0 1 0 57032241 1129197568 250841 18446744073709551615 4198400 14743177 140723481728960 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 32481280 140723481737610 140723481737706 140723481737706 140723481743308 0
/proc/64232/statm: 275683 250841 2688 2575 0 272590 0
Current children cumulated CPU time: 3587.27 s
Current children cumulated vsize: 1102732 KiB
Current children cumulated memory: 1003364 KiB

Child status: 0

Real time (s): 3597.38
CPU time (s): 3587.36
CPU user time (s): 3586.72
CPU system time (s): 0.636826
CPU usage (%): 99.7214
Max. virtual memory (cumulated for all children) (KiB): 1103788
Max. memory (cumulated for all children) (KiB): 1004300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.72
system time used= 0.636826
maximum resident set size= 1004300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 255232
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= 8102


# summary of solver processes directly reported to runsolver:
#   pid: 64232
#   total CPU time (s): 3587.36
#   total CPU user time (s): 3586.72
#   total CPU system time (s): 0.636826

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.37967 second user time and 14.8524 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-02 01:45:43
IDJOB=4500097
IDBENCH=149403
IDSOLVER=3366
FILE ID=nodeC024/4500097-1751413543
RUNJOBID= nodeC024-1751406326-62867
SLURM_JOB_ID= 9598297
Free space on /tmp= 432920 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB10/OPT-LIN/oliveras/j60opt/normalized-j6045_4.std.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4500097-1751413543/watcher-4500097-1751413543 -o /tmp/evaluation-result-4500097-1751413543/solver-4500097-1751413543 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751406326-62867 --watchdog 3760  pbsolver -f HOME/instance-4500097-1751413543.opb -t 3600 -m 31000

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

MD5SUM BENCH= 2e74a757ac714177de3997bf1c5ad9e4
RANDOM SEED=1425406198

nodeC024 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.688
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.36
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.669
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.36
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.645
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.36
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		: 3583.258
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.36
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.661
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.36
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.36
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		: 3586.152
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.36
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		: 3597.492
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        120559560 kB
MemAvailable:   127294576 kB
Buffers:            3280 kB
Cached:          7503800 kB
SwapCached:            0 kB
Active:          2699052 kB
Inactive:        7246652 kB
Active(anon):    2456688 kB
Inactive(anon):        0 kB
Active(file):     242364 kB
Inactive(file):  7246652 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             19160 kB
Writeback:             4 kB
AnonPages:       2441664 kB
Mapped:           137088 kB
Shmem:             18064 kB
KReclaimable:     170080 kB
Slab:             260464 kB
SReclaimable:     170080 kB
SUnreclaim:        90384 kB
KernelStack:        4288 kB
PageTables:         7892 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    3064492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1949696 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432912 MiB
End job on nodeC024 at 2025-07-02 02:45:41