Trace number 4503431

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP 2025-06-13? 3585.26 3597.36

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-25.opb
MD5SUM089881a3a57f24d34abbbcf8eb808729
Bench CategoryDEC-LIN (decision problem, linear constraints, no 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 benchmark28.9166
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7351
Total number of constraints155824
Number of constraints which are clauses139567
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints15694
Minimum length of a constraint2
Maximum length of a constraint195
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
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-4503431-1751171866.opb>
0.20/0.29	c original problem has 7351 variables (7351 bin, 0 int, 0 cont) and 155824 constraints
0.20/0.29	c problem read in 0.291 seconds
0.20/0.29	c problem without objective
0.40/0.50	c presolving:
0.79/0.85	c    (0.9s) running MILP presolver
1.19/1.22	c    (1.2s) MILP presolver found nothing
1.49/1.57	c (round 1, exhaustive) 1 del vars, 8 del conss, 0 add conss, 0 chg bounds, 7 chg sides, 0 chg coeffs, 155815 upgd conss, 0 impls, 31648 clqs
1.89/1.92	c (round 2, exhaustive) 1 del vars, 2206 del conss, 0 add conss, 0 chg bounds, 7 chg sides, 3306 chg coeffs, 155815 upgd conss, 0 impls, 31648 clqs
7.76/7.88	c    (7.9s) probing: 673/7350 (9.2%) - 0 fixings, 0 aggregations, 19506 implications, 0 bound changes
7.76/7.88	c    (7.9s) probing aborted: 50/50 successive totally useless probings
8.76/8.88	c    (8.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
8.97/9.03	c    (9.0s) no symmetry present (symcode time: 0.03)
9.07/9.14	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
9.07/9.14	c  1 deleted vars, 2206 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 7 changed sides, 3347 changed coefficients
9.07/9.14	c  0 implications, 51154 cliques
9.07/9.14	c presolved problem has 7350 variables (7350 bin, 0 int, 0 cont) and 153618 constraints
9.07/9.14	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
9.07/9.14	c   15969 constraints of type <knapsack>
9.07/9.14	c   31648 constraints of type <setppc>
9.07/9.14	c       1 constraints of type <linear>
9.07/9.14	c  106000 constraints of type <logicor>
9.07/9.14	c transformed objective value is always integral (scale: 1)
9.07/9.14	c Presolving Time: 8.65
9.07/9.14	c 
9.07/9.14	c - non default parameters ----------------------------------------------------------------------
9.07/9.14	c 
9.07/9.14	c # SCIP version 10.0.0
9.07/9.14	c 
9.07/9.14	c # maximal time in seconds to run
9.07/9.14	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
9.07/9.14	c limits/time = 3596.998006
9.07/9.14	c 
9.07/9.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
9.07/9.14	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
9.07/9.14	c limits/memory = 27900
9.07/9.14	c 
9.07/9.14	c # belongs reading time to solving time?
9.07/9.14	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
9.07/9.14	c timing/reading = TRUE
9.07/9.14	c 
9.07/9.14	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
9.07/9.14	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
9.07/9.14	c reading/opbreader/maxintsize = 47
9.07/9.14	c 
9.07/9.14	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
9.07/9.14	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
9.07/9.14	c propagating/genvbounds/timingmask = 0
9.07/9.14	c 
9.07/9.14	c -----------------------------------------------------------------------------------------------
9.07/9.15	c 
9.96/10.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
9.96/10.03	c  10.0s|     1 |     0 |   460 |     - |   728M |   0 |7350 | 153k| 153k|   0 |  0 | 158 |   0 | 0.000000e+00 |      --      |    Inf | unknown
20.22/20.35	c  20.3s|     1 |     0 |  3093 |     - |   748M |   0 |7350 | 153k| 153k|   9 |  1 | 158 |   0 | 0.000000e+00 |      --      |    Inf | unknown
34.19/34.34	c  34.3s|     1 |     0 |  3324 |     - |   763M |   0 |7350 | 153k| 153k|  15 |  2 | 158 |   0 | 0.000000e+00 |      --      |    Inf | unknown
49.44/49.63	c  49.6s|     1 |     0 |  3429 |     - |   782M |   0 |7350 | 153k| 153k|  23 |  3 | 161 |   0 | 0.000000e+00 |      --      |    Inf | unknown
63.70/63.92	c  63.9s|     1 |     0 |  3548 |     - |   799M |   0 |7350 | 153k| 153k|  33 |  4 | 165 |   0 | 0.000000e+00 |      --      |    Inf | unknown
67.39/67.69	c  67.7s|     1 |     0 |  3937 |     - |   817M |   0 |7350 | 153k| 153k|  40 |  5 | 167 |   0 | 0.000000e+00 |      --      |    Inf | unknown
77.95/78.24	c  78.2s|     1 |     0 |  4075 |     - |   836M |   0 |7350 | 153k| 153k|  51 |  6 | 168 |   0 | 0.000000e+00 |      --      |    Inf | unknown
90.72/91.01	c  91.0s|     1 |     0 |  4429 |     - |   854M |   0 |7350 | 153k| 153k|  61 |  7 | 168 |   0 | 0.000000e+00 |      --      |    Inf | unknown
98.49/98.87	c  98.9s|     1 |     0 |  5270 |     - |   869M |   0 |7350 | 153k| 153k|  79 |  8 | 177 |   0 | 0.000000e+00 |      --      |    Inf | unknown
103.87/104.28	c   104s|     1 |     0 |  6898 |     - |   885M |   0 |7350 | 153k| 153k|  93 |  9 | 178 |   0 | 0.000000e+00 |      --      |    Inf | unknown
110.35/110.73	c   111s|     1 |     0 |  8442 |     - |   902M |   0 |7350 | 153k| 153k| 117 | 10 | 180 |   0 | 0.000000e+00 |      --      |    Inf | unknown
110.85/111.23	c   111s|     1 |     0 |  9027 |     - |   916M |   0 |7350 | 153k| 153k| 139 | 11 | 188 |   0 | 0.000000e+00 |      --      |    Inf | unknown
127.10/127.55	c   128s|     1 |     2 | 16132 |     - |   917M |   0 |7350 | 153k| 153k| 139 | 11 | 212 |  19 | 0.000000e+00 |      --      |    Inf | unknown
313.21/314.28	c   314s|   100 |   101 |161874 |1543.9 |  1022M |  10 |7350 | 154k| 153k| 460 |  1 | 715 |  19 | 0.000000e+00 |      --      |    Inf | unknown
540.45/542.23	c   542s|   200 |   201 |435597 |2143.6 |  1210M |  12 |7350 | 154k| 153k|2622 |  1 |1526 |  19 | 0.000000e+00 |      --      |    Inf | unknown
918.76/921.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
918.76/921.79	c   922s|   300 |   295 |831353 |2750.3 |  1353M |  12 |7350 | 155k| 153k|6602 |  1 |2401 |  19 | 0.000000e+00 |      --      |    Inf |   0.59%
1317.10/1321.25	c  1321s|   400 |   395 |  1242k|3091.3 |  1391M |  12 |7350 | 155k| 153k|  10k|  1 |3241 |  19 | 0.000000e+00 |      --      |    Inf |   0.59%
1659.00/1664.19	c  1664s|   500 |   495 |  1635k|3258.7 |  1455M |  12 |7350 | 155k| 153k|  14k|  1 |4034 |  19 | 0.000000e+00 |      --      |    Inf |   0.59%
2029.46/2035.72	c  2036s|   600 |   595 |  2025k|3366.2 |  1476M |  12 |7350 | 156k| 153k|  18k|  1 |4868 |  19 | 0.000000e+00 |      --      |    Inf |   0.59%
2284.09/2291.33	c  2291s|   700 |   695 |  2311k|3293.9 |  1483M |  18 |7350 | 156k| 153k|  21k|  1 |5579 |  19 | 0.000000e+00 |      --      |    Inf |   0.59%
2428.44/2436.23	c  2436s|   800 |   782 |  2454k|3060.4 |  1521M |  66 |7350 | 156k| 153k|  22k|  1 |6006 |  19 | 0.000000e+00 |      --      |    Inf |   0.68%
2852.64/2862.05	c  2862s|   900 |   823 |  2678k|2969.1 |  1615M |  67 |7350 | 156k| 153k|  23k|  1 |6355 |  19 | 0.000000e+00 |      --      |    Inf |   0.69%
3584.80/3597.00	c 
3584.80/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3584.80/3597.00	c Solving Time (sec) : 3597.00
3584.80/3597.00	c Solving Nodes      : 989
3584.80/3597.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3584.80/3597.00	c Dual Bound         : +0.00000000000000e+00
3584.80/3597.00	c Gap                : infinite
3584.80/3597.00	s UNKNOWN
3584.80/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3584.80/3597.00	c Total Time         :    3597.00
3584.80/3597.00	c   solving          :    3597.00
3584.80/3597.00	c   presolving       :       8.65 (included in solving)
3584.80/3597.00	c   reading          :       0.29 (included in solving)
3584.80/3597.00	c   copying          :       0.75 (4 #copies) (minimal 0.17, maximal 0.20, average 0.19)
3584.80/3597.00	c Original Problem   :
3584.80/3597.00	c   Problem name     : HOME/instance-4503431-1751171866.opb
3584.80/3597.00	c   Variables        : 7351 (7351 binary, 0 integer, 0 continuous)
3584.80/3597.00	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3584.80/3597.00	c   Constraints      : 155824 initial, 155824 maximal
3584.80/3597.00	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3584.80/3597.00	c Presolved Problem  :
3584.80/3597.00	c   Problem name     : t_HOME/instance-4503431-1751171866.opb
3584.80/3597.00	c   Variables        : 7350 (7350 binary, 0 integer, 0 continuous)
3584.80/3597.00	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3584.80/3597.00	c   Constraints      : 153618 initial, 156618 maximal
3584.80/3597.00	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3584.80/3597.00	c   Nonzeros         : 592032 constraint, 99659 clique table
3584.80/3597.00	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3584.80/3597.00	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   domcol           :       0.06       0.00      1          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   dualsparsify     :       1.00       0.00      1          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   gateextraction   :       0.11       0.00      2          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   implics          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   milp             :       0.55       0.00      1          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   sparsify         :       0.14       0.00      1          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   trivial          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   dualfix          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   probing          :       5.42       0.00      1          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   symmetry         :       0.15       0.00      1          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   knapsack         :       0.05       0.00      6          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   setppc           :       0.05       0.00      6          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   linear           :       0.45       0.05      6          0          1          0          0          0          8          0          7          0
3584.80/3597.00	c   logicor          :       0.47       0.06      6          0          0          0          0          0       2198          0          0       3347
3584.80/3597.00	c   components       :       0.04       0.00      1          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   root node        :          -          -      -        100          -          -        100          -          -          -          -          -
3584.80/3597.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3584.80/3597.00	c   integral         :          0          0          0          0        957          0          0         22          0          0          0          0          0          0       1914
3584.80/3597.00	c   knapsack         :      15969+     15982         11      46413          0          0          0         18       1721        130       1578        109         16          0          0
3584.80/3597.00	c   setppc           :      31648+     31712         11      46283          0          0          0          5      33104        580     110304          1          0          0          0
3584.80/3597.00	c   linear           :          1+        12         11      40718          0          0          0          3         70         18         56          0          0          0          0
3584.80/3597.00	c   logicor          :     106000+    108917         11      29978          0          0          0          0       7404        414       1302          4          1          0          0
3584.80/3597.00	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3584.80/3597.00	c   integral         :      11.73       0.00       0.00       0.00      11.73       0.00       0.00       0.00       0.00       0.00
3584.80/3597.00	c   knapsack         :       1.55       0.00       0.11       1.42       0.00       0.00       0.00       0.01       0.00       0.00
3584.80/3597.00	c   setppc           :       2.63       0.00       0.02       2.59       0.00       0.00       0.00       0.00       0.01       0.01
3584.80/3597.00	c   linear           :       0.07       0.05       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
3584.80/3597.00	c   logicor          :       2.18       0.06       0.16       1.95       0.00       0.00       0.00       0.00       0.01       0.01
3584.80/3597.00	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.80/3597.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.80/3597.00	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.80/3597.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3584.80/3597.00	c   dualfix          :          1          0          0          0
3584.80/3597.00	c   genvbounds       :          0          0          0          0
3584.80/3597.00	c   nlobbt           :          0          0          0          0
3584.80/3597.00	c   obbt             :          0          0          0          0
3584.80/3597.00	c   probing          :          0          0          0          0
3584.80/3597.00	c   pseudoobj        :          0          0          0          0
3584.80/3597.00	c   redcost          :          0          0          0          0
3584.80/3597.00	c   rootredcost      :          0          0          0          0
3584.80/3597.00	c   symmetry         :          0          0          0          0
3584.80/3597.00	c   vbounds          :      18855          0          0          0
3584.80/3597.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3584.80/3597.00	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3584.80/3597.00	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3584.80/3597.00	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3584.80/3597.00	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3584.80/3597.00	c   probing          :       5.42       0.00       5.42       0.00       0.00       0.00
3584.80/3597.00	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00       0.00
3584.80/3597.00	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
3584.80/3597.00	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3584.80/3597.00	c   symmetry         :       0.16       0.00       0.15       0.00       0.00       0.00
3584.80/3597.00	c   vbounds          :       0.04       0.00       0.00       0.04       0.00       0.00
3584.80/3597.00	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3584.80/3597.00	c   propagation      :       0.05       1125       1125          -       8134       28.8        149       16.3          -          -          -
3584.80/3597.00	c   infeasible LP    :       0.15         87         87          -        903       30.3         17       11.6         87       68.1          0
3584.80/3597.00	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3584.80/3597.00	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3584.80/3597.00	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3584.80/3597.00	c   applied globally :       0.27          -          -          0       6733       18.9          -          -         84          -          -
3584.80/3597.00	c   applied locally  :          -          -          -          0         10       25.4          -          -          3          -          -
3584.80/3597.00	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3584.80/3597.00	c   cut pool         :       0.34          -        529         21          -          -       6998     135235          -          -          -          -          -    (maximal pool size:       3814)
3584.80/3597.00	c   aggregation      :       1.09       0.00         92         11          0          0          3        198          0         69         69          0          0
3584.80/3597.00	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3584.80/3597.00	c   > flowcover      :          -          -          -          -          -          -          -        198          0         69         69          0          -
3584.80/3597.00	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3584.80/3597.00	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   clique           :       0.18       0.00         11         11          0          0         89       8727          0       1930       1930          0          0
3584.80/3597.00	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   gomory           :     122.46       0.00         92         10          0          0       5653      75304        114       7594       7592          2          0
3584.80/3597.00	c   > gomorymi       :          -          -          -          -          -          -          -       9205         57        100         98          2          -
3584.80/3597.00	c   > strongcg       :          -          -          -          -          -          -          -      66099         57       7494       7494          0          -
3584.80/3597.00	c   impliedbounds    :       0.15       0.00         93         11          0          0        226       2051          0       1566       1566          0          0
3584.80/3597.00	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   mcf              :       0.09       0.00          1          1          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   multilinear      :       0.00       0.00         40         11          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   rlt              :       0.00       0.00         10         10          0          0          0          0          0          0          0          0          0
3584.80/3597.00	c   zerohalf         :       2.41       0.00         92         11          0          0       1449      48955        308      13333      13110        223          0
3584.80/3597.00	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3584.80/3597.00	c   hybrid           :       0.16       0.00        439         11      24509          0     111262        139          0       2260
3584.80/3597.00	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3584.80/3597.00	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3584.80/3597.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3584.80/3597.00	c   problem variables:       0.00          -          0          0
3584.80/3597.00	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3584.80/3597.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3584.80/3597.00	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3584.80/3597.00	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3584.80/3597.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3584.80/3597.00	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3584.80/3597.00	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3584.80/3597.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3584.80/3597.00	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3584.80/3597.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3584.80/3597.00	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3584.80/3597.00	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3584.80/3597.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3584.80/3597.00	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3584.80/3597.00	c   relpscost        :      11.73       0.00        957          0          0          0          0          0          0       1914
3584.80/3597.00	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3584.80/3597.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3584.80/3597.00	c   LP solutions     :       0.00          -          -          0          0
3584.80/3597.00	c   relax solutions  :       0.00          -          -          0          0
3584.80/3597.00	c   pseudo solutions :       0.00          -          -          0          0
3584.80/3597.00	c   strong branching :       0.00          -          -          0          0
3584.80/3597.00	c   actconsdiving    :       0.00       0.00          0          0          0
3584.80/3597.00	c   adaptivediving   :      26.87       0.00         37          0          0
3584.80/3597.00	c   alns             :       1.91       0.00          3          0          0
3584.80/3597.00	c   bound            :       0.00       0.00          0          0          0
3584.80/3597.00	c   clique           :       0.26       0.00          1          0          0
3584.90/3597.00	c   coefdiving       :       0.00       0.00          0          0          0
3584.90/3597.00	c   completesol      :       0.00       0.00          0          0          0
3584.90/3597.00	c   conflictdiving   :     712.93       0.00        157          0          0
3584.90/3597.00	c   crossover        :       0.00       0.00          0          0          0
3584.90/3597.00	c   dins             :       0.00       0.00          0          0          0
3584.90/3597.00	c   distributiondivin:      36.62       0.00         13          0          0
3584.90/3597.00	c   dks              :       0.00       0.00          0          0          0
3584.90/3597.00	c   dps              :       0.00       0.00          0          0          0
3584.90/3597.00	c   dualval          :       0.00       0.00          0          0          0
3584.90/3597.00	c   farkasdiving     :       0.00       0.00          0          0          0
3584.90/3597.00	c   feaspump         :      16.80       0.00          3          0          0
3584.90/3597.00	c   fixandinfer      :       0.00       0.00          0          0          0
3584.90/3597.00	c   fracdiving       :       8.80       0.00         14          0          0
3584.90/3597.00	c   gins             :       0.00       0.00          0          0          0
3584.90/3597.00	c   guideddiving     :       0.00       0.00          0          0          0
3584.90/3597.00	c   indicator        :       0.00       0.00          0          0          0
3584.90/3597.00	c   indicatordiving  :       0.00       0.00          0          0          0
3584.90/3597.00	c   intdiving        :       0.00       0.00          0          0          0
3584.90/3597.00	c   intshifting      :       0.00       0.00          0          0          0
3584.90/3597.00	c   linesearchdiving :     112.65       0.00         33          0          0
3584.90/3597.00	c   localbranching   :       0.00       0.00          0          0          0
3584.90/3597.00	c   locks            :       0.07       0.00          1          0          0
3584.90/3597.00	c   lpface           :       0.01       0.00          0          0          0
3584.90/3597.00	c   mpec             :       0.00       0.00          0          0          0
3584.90/3597.00	c   multistart       :       0.00       0.00          0          0          0
3584.90/3597.00	c   mutation         :       0.00       0.00          0          0          0
3584.90/3597.00	c   nlpdiving        :       0.00       0.00          0          0          0
3584.90/3597.00	c   objpscostdiving  :     875.03       0.00          4          0          0
3584.90/3597.00	c   octane           :       0.00       0.00          0          0          0
3584.90/3597.00	c   ofins            :       0.00       0.00          0          0          0
3584.90/3597.00	c   oneopt           :       0.00       0.00          0          0          0
3584.90/3597.00	c   padm             :       0.00       0.00          0          0          0
3584.90/3597.00	c   proximity        :       0.00       0.00          0          0          0
3584.90/3597.00	c   pscostdiving     :     156.28       0.00         26          0          0
3584.90/3597.00	c   randrounding     :       0.19       0.00         24          0          0
3584.90/3597.00	c   rens             :       0.62       0.00          1          0          0
3584.90/3597.00	c   reoptsols        :       0.00       0.00          0          0          0
3584.90/3597.00	c   repair           :       0.00       0.00          0          0          0
3584.90/3597.00	c   rins             :       0.00       0.00          0          0          0
3584.90/3597.00	c   rootsoldiving    :      75.88       0.00          3          0          0
3584.90/3597.00	c   rounding         :       2.56       0.00        474          0          0
3584.90/3597.00	c   scheduler        :       0.00       0.00          0          0          0
3584.90/3597.00	c   shiftandpropagate:       0.07       0.00          1          0          0
3584.90/3597.00	c   shifting         :      18.68       0.00        321          0          0
3584.90/3597.00	c   simplerounding   :       0.00       0.00          0          0          0
3584.90/3597.00	c   subnlp           :       0.00       0.00          0          0          0
3584.90/3597.00	c   trivial          :       0.01       0.00          2          0          0
3584.90/3597.00	c   trivialnegation  :       0.00       0.00          0          0          0
3584.90/3597.00	c   trustregion      :       0.00       0.00          0          0          0
3584.90/3597.00	c   trysol           :       0.00       0.00          0          0          0
3584.90/3597.00	c   twoopt           :       0.00       0.00          0          0          0
3584.90/3597.00	c   undercover       :       0.00       0.00          0          0          0
3584.90/3597.00	c   vbounds          :       0.38       0.00          1          0          0
3584.90/3597.00	c   veclendiving     :      10.40       0.00         14          0          0
3584.90/3597.00	c   zeroobj          :       0.00       0.00          0          0          0
3584.90/3597.00	c   zirounding       :       4.00       0.00        957          0          0
3584.90/3597.00	c   other solutions  :          -          -          -          0          -
3584.90/3597.00	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3584.90/3597.00	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.90/3597.00	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.90/3597.00	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.90/3597.00	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.90/3597.00	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.90/3597.00	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.90/3597.00	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.90/3597.00	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3584.90/3597.00	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3584.90/3597.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3584.90/3597.00	c   primal LP        :       3.90        212          0       0.00       0.00       3.90        212
3584.90/3597.00	c   dual LP          :    1361.26       1410    2165204    1535.61    1590.59       0.00          0
3584.90/3597.00	c   lex dual LP      :       0.00          0          0       0.00          -
3584.90/3597.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3584.90/3597.00	c   resolve instable :       0.00          0          0       0.00          -
3584.90/3597.00	c   diving/probing LP:    2009.68       1669     818926     490.67     407.49
3584.90/3597.00	c   strong branching :       6.55         19      12303     647.53    1878.84          -          -         14
3584.90/3597.00	c     (at root node) :          -         19      12303     647.53          -
3584.90/3597.00	c   conflict analysis:       0.00          0          0       0.00          -
3584.90/3597.00	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
3584.90/3597.00	c   benders          :       0.00          0          0          0       0.00          0          0          0
3584.90/3597.00	c B&B Tree           :
3584.90/3597.00	c   number of runs   :          1
3584.90/3597.00	c   nodes            :        989 (957 internal, 32 leaves)
3584.90/3597.00	c   feasible leaves  :          0
3584.90/3597.00	c   infeas. leaves   :         31
3584.90/3597.00	c   objective leaves :          0
3584.90/3597.00	c   nodes (total)    :        989 (957 internal, 32 leaves)
3584.90/3597.00	c   nodes left       :        883
3584.90/3597.00	c   max depth        :         67
3584.90/3597.00	c   max depth (total):         67
3584.90/3597.00	c   backtracks       :        353 (35.7%)
3584.90/3597.00	c   early backtracks :          0 (0.0%)
3584.90/3597.00	c   nodes exc. ref.  :          0 (0.0%)
3584.90/3597.00	c   delayed cutoffs  :         44
3584.90/3597.00	c   repropagations   :        225 (1571 domain reductions, 10 cutoffs)
3584.90/3597.00	c   avg switch length:       4.41
3584.90/3597.00	c   switching time   :       6.01
3584.90/3597.00	c Root Node          :
3584.90/3597.00	c   First LP value   : +0.00000000000000e+00
3584.90/3597.00	c   First LP Iters   :        460 (5548.65 Iter/sec)
3584.90/3597.00	c   First LP Time    :       0.08
3584.90/3597.00	c   Final Dual Bound : +0.00000000000000e+00
3584.90/3597.00	c   Final Root Iters :       9027
3584.90/3597.00	c   Root LP Estimate : +1.93128765325444e-02
3584.90/3597.00	c Solution           :
3584.90/3597.00	c   Solutions found  :          0 (0 improvements)
3584.90/3597.00	c   Primal Bound     :          -
3584.90/3597.00	c   Dual Bound       : +0.00000000000000e+00
3584.90/3597.00	c   Gap              :   infinite
3584.90/3597.00	c Integrals          :      Total       Avg%
3584.90/3597.00	c   primal-dual      :  359700.12     100.00
3584.90/3597.00	c   primal-ref       :          -          - (not evaluated)
3584.90/3597.00	c   dual-ref         :          -          - (not evaluated)
3585.20/3597.34	c Time complete (sec):   3585.254

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (63183 MiB free)
  memory of node 1: 64465 MiB (63901 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=20960, runsolver pid=20957
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 0.46 0.90 1.29 5/266 20970
/proc/meminfo: memFree=130007444/131249996 swapFree=33010684/33010684
[pid=20960] ppid=20957 vsize=53936 memory=43520 CPUtime=0.1 cores=5,7
/proc/20960/stat : 20960 (pbsolver) R 20957 20960 20901 0 -1 4194304 8955 0 0 0 9 1 0 0 20 0 1 0 32865246 55230464 10880 18446744073709551615 4198400 14743177 140727354123264 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 27951104 140727354128778 140727354128874 140727354128874 140727354134476 0
/proc/20960/statm: 13484 10880 2176 2575 0 10391 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 53936 KiB
Current children cumulated memory: 43520 KiB

[startup+0.205676 s]*
/proc/loadavg: 0.46 0.90 1.29 5/266 20970
/proc/meminfo: memFree=129871236/131249996 swapFree=33010684/33010684
[pid=20960] ppid=20957 vsize=84664 memory=73728 CPUtime=0.2 cores=5,7
/proc/20960/stat : 20960 (pbsolver) R 20957 20960 20901 0 -1 4194304 16483 0 0 0 17 3 0 0 20 0 1 0 32865246 86695936 18432 18446744073709551615 4198400 14743177 140727354123264 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 27951104 140727354128778 140727354128874 140727354128874 140727354134476 0
/proc/20960/statm: 21166 18432 2176 2575 0 18073 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 84664 KiB
Current children cumulated memory: 73728 KiB

[startup+0.305732 s]*
/proc/loadavg: 0.46 0.90 1.29 5/266 20970
/proc/meminfo: memFree=129790848/131249996 swapFree=33010684/33010684
[pid=20960] ppid=20957 vsize=121544 memory=112760 CPUtime=0.3 cores=5,7
/proc/20960/stat : 20960 (pbsolver) R 20957 20960 20901 0 -1 4194304 26797 0 0 0 26 4 0 0 20 0 1 0 32865246 124461056 28190 18446744073709551615 4198400 14743177 140727354123264 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 27951104 140727354128778 140727354128874 140727354128874 140727354134476 0
/proc/20960/statm: 30386 28190 2368 2575 0 27293 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 121544 KiB
Current children cumulated memory: 112760 KiB

[startup+0.700194 s]
/proc/loadavg: 0.46 0.90 1.29 5/266 20970
/proc/meminfo: memFree=129605740/131249996 swapFree=33010684/33010684
[pid=20960] ppid=20957 vsize=280416 memory=250724 CPUtime=0.69 cores=5,7
/proc/20960/stat : 20960 (pbsolver) R 20957 20960 20901 0 -1 4194304 60228 0 0 0 59 10 0 0 20 0 1 0 32865246 287145984 62681 18446744073709551615 4198400 14743177 140727354123264 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 27951104 140727354128778 140727354128874 140727354128874 140727354134476 0
/proc/20960/statm: 70104 62681 2432 2575 0 67011 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 280416 KiB
Current children cumulated memory: 250724 KiB

[startup+1.50017 s]
/proc/loadavg: 0.46 0.90 1.29 5/266 20970
/proc/meminfo: memFree=129151612/131249996 swapFree=33010684/33010684
[pid=20960] ppid=20957 vsize=368828 memory=352092 CPUtime=1.49 cores=5,7
/proc/20960/stat : 20960 (pbsolver) R 20957 20960 20901 0 -1 4194304 92022 0 0 0 131 18 0 0 20 0 1 0 32865246 377679872 88023 18446744073709551615 4198400 14743177 140727354123264 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 27951104 140727354128778 140727354128874 140727354128874 140727354134476 0
/proc/20960/statm: 92207 88023 2496 2575 0 89114 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 368828 KiB
Current children cumulated memory: 352092 KiB

[startup+3.10575 s]
/proc/loadavg: 0.46 0.90 1.29 5/266 20970
/proc/meminfo: memFree=128524536/131249996 swapFree=33010684/33010684
[pid=20960] ppid=20957 vsize=371660 memory=356444 CPUtime=3.09 cores=5,7
/proc/20960/stat : 20960 (pbsolver) R 20957 20960 20901 0 -1 4194304 93063 0 0 0 291 18 0 0 20 0 1 0 32865246 380579840 89111 18446744073709551615 4198400 14743177 140727354123264 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 27951104 140727354128778 140727354128874 140727354128874 140727354134476 0
/proc/20960/statm: 92915 89111 2592 2575 0 89822 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 371660 KiB
Current children cumulated memory: 356444 KiB

[startup+6.30017 s]
/proc/loadavg: 0.74 0.96 1.31 5/266 20970
/proc/meminfo: memFree=128345724/131249996 swapFree=33010684/33010684
[pid=20960] ppid=20957 vsize=371660 memory=356572 CPUtime=6.27 cores=5,7
/proc/20960/stat : 20960 (pbsolver) R 20957 20960 20901 0 -1 4194304 93076 0 0 0 609 18 0 0 20 0 1 0 32865246 380579840 89143 18446744073709551615 4198400 14743177 140727354123264 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 27951104 140727354128778 140727354128874 140727354128874 140727354134476 0
/proc/20960/statm: 92915 89143 2592 2575 0 89822 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 371660 KiB
Current children cumulated memory: 356572 KiB

[startup+12.7001 s]
/proc/loadavg: 1.00 1.01 1.32 5/266 20970
/proc/meminfo: memFree=127315560/131249996 swapFree=33010684/33010684
[pid=20960] ppid=20957 vsize=821988 memory=752064 CPUtime=12.65 cores=5,7
/proc/20960/stat : 20960 (pbsolver) R 20957 20960 20901 0 -1 4194304 140912 0 0 0 1235 30 0 0 20 0 1 0 32865246 841715712 188016 18446744073709551615 4198400 14743177 140727354123264 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 27951104 140727354128778 140727354128874 140727354128874 140727354134476 0
/proc/20960/statm: 205497 188016 2688 2575 0 202404 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 821988 KiB
Current children cumulated memory: 752064 KiB

[startup+25.5002 s]
/proc/loadavg: 1.74 1.17 1.37 5/266 20972
/proc/meminfo: memFree=127221524/131249996 swapFree=33010684/33010684
[pid=20960] ppid=20957 vsize=870852 memory=780064 CPUtime=25.42 cores=5,7
/proc/20960/stat : 20960 (pbsolver) R 20957 20960 20901 0 -1 4194304 146319 0 0 0 2511 31 0 0 20 0 1 0 32865246 891752448 195016 18446744073709551615 4198400 14743177 140727354123264 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 27951104 140727354128778 140727354128874 140727354128874 140727354134476 0
/proc/20960/statm: 217713 195016 2688 2575 0 214620 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 870852 KiB
Current children cumulated memory: 780064 KiB

[startup+51.106 s]
/proc/loadavg: 2.51 1.40 1.44 5/266 20972
/proc/meminfo: memFree=127215268/131249996 swapFree=33010684/33010684
[pid=20960] ppid=20957 vsize=906260 memory=789364 CPUtime=50.95 cores=5,7
/proc/20960/stat : 20960 (pbsolver) R 20957 20960 20901 0 -1 4194304 147119 0 0 0 5064 31 0 0 20 0 1 0 32865246 928010240 197341 18446744073709551615 4198400 14743177 140727354123264 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 27951104 140727354128778 140727354128874 140727354128874 140727354134476 0
/proc/20960/statm: 226565 197341 2688 2575 0 223472 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 906260 KiB
Current children cumulated memory: 789364 KiB

[startup+102.3 s]
/proc/loadavg: 3.44 1.82 1.59 5/266 20974
/proc/meminfo: memFree=127050288/131249996 swapFree=33010684/33010684
[pid=20960] ppid=20957 vsize=990972 memory=802820 CPUtime=101.98 cores=5,7
/proc/20960/stat : 20960 (pbsolver) R 20957 20960 20901 0 -1 4194304 147962 0 0 0 10167 31 0 0 20 0 1 0 32865246 1014755328 200705 18446744073709551615 4198400 14743177 140727354123264 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 27951104 140727354128778 140727354128874 140727354128874 140727354134476 0
/proc/20960/statm: 247743 200705 2688 2575 0 244650 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 990972 KiB
Current children cumulated memory: 802820 KiB

[startup+162.3 s]
/proc/loadavg: 3.86 2.23 1.75 5/266 21021
/proc/meminfo: memFree=125771368/131249996 swapFree=33010684/33010684
[pid=20960] ppid=20957 vsize=1229976 memory=997752 CPUtime=161.8 cores=5,7
/proc/20960/stat : 20960 (pbsolver) R 20957 20960 20901 0 -1 4194304 195879 0 0 0 16142 38 0 0 20 0 1 0 32865246 1259495424 249438 18446744073709551615 4198400 14743177 140727354123264 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 27951104 140727354128778 140727354128874 140727354128874 140727354134476 0
/proc/20960/statm: 307494 249438 2688 2575 0 304401 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 1229976 KiB
Current children cumulated memory: 997752 KiB

[startup+222.3 s]
/proc/loadavg: 4.00 2.57 1.89 5/265 21023
/proc/meminfo: memFree=124277236/131249996 swapFree=33010684/33010684
[pid=20960] ppid=20957 vsize=1229976 memory=997752 CPUtime=221.63 cores=5,7
/proc/20960/stat : 20960 (pbsolver) R 20957 20960 20901 0 -1 4194304 195879 0 0 0 22125 38 0 0 20 0 1 0 32865246 1259495424 249438 18446744073709551615 4198400 14743177 140727354123264 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 27951104 140727354128778 140727354128874 140727354128874 140727354134476 0
/proc/20960/statm: 307494 249438 2688 2575 0 304401 0
Current children cumulated CPU time: 221.63 s
Current children cumulated vsize: 1229976 KiB
Current children cumulated memory: 997752 KiB

[startup+282.3 s]
/proc/loadavg: 4.04 2.85 2.03 5/263 21025
/proc/meminfo: memFree=124265924/131249996 swapFree=33010684/33010684
[pid=20960] ppid=20957 vsize=1229976 memory=998008 CPUtime=281.42 cores=5,7
/proc/20960/stat : 20960 (pbsolver) R 20957 20960 20901 0 -1 4194304 195971 0 0 0 28104 38 0 0 20 0 1 0 32865246 1259495424 249502 18446744073709551615 4198400 14743177 140727354123264 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 27951104 140727354128778 140727354128874 140727354128874 140727354134476 0
/proc/20960/statm: 307494 249502 2688 2575 0 304401 0
Current children cumulated CPU time: 281.42 s
Current children cumulated vsize: 1229976 KiB
Current children cumulated memory: 998008 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 3.08 2.16 5/263 21027
/proc/meminfo: memFree=124195248/131249996 swapFree=33010684/33010684
[pid=20960] ppid=20957 vsize=1236440 memory=998264 CPUtime=341.22 cores=5,7
/proc/20960/stat : 20960 (pbsolver) R 20957 20960 20901 0 -1 4194304 196056 0 0 0 34084 38 0 0 20 0 1 0 32865246 1266114560 249566 18446744073709551615 4198400 14743177 140727354123264 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 27951104 140727354128778 140727354128874 140727354128874 140727354134476 0
/proc/20960/statm: 309110 249566 2688 2575 0 306017 0
Current children cumulated CPU time: 341.22 s
Current children cumulated vsize: 1236440 KiB
Current children cumulated memory: 998264 KiB

[startup+402.3 s]
/proc/loadavg: 4.06 3.26 2.29 5/263 21030
/proc/meminfo: memFree=124120360/131249996 swapFree=33010684/33010684
[pid=20960] ppid=20957 vsize=1337320 memory=1002548 CPUtime=401.01 cores=5,7
/proc/20960/stat : 20960 (pbsolver) R 20957 20960 20901 0 -1 4194304 196105 0 0 0 40063 38 0 0 20 0 1 0 32865246 1369415680 250637 18446744073709551615 4198400 14743177 140727354123264 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 27951104 140727354128778 140727354128874 140727354128874 140727354134476 0
/proc/20960/statm: 334330 250637 2688 2575 0 331237 0
Current children cumulated CPU time: 401.01 s
Current children cumulated vsize: 1337320 KiB
Current children cumulated memory: 1002548 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 3.43 2.41 5/263 21032
/proc/meminfo: memFree=124132676/131249996 swapFree=33010684/33010684
[pid=20960] ppid=20957 vsize=1380556 memory=1002676 CPUtime=460.81 cores=5,7
/proc/20960/stat : 20960 (pbsolver) R 20957 20960 20901 0 -1 4194304 196144 0 0 0 46043 38 0 0 20 0 1 0 32865246 1413689344 250669 18446744073709551615 4198400 14743177 140727354123264 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 27951104 140727354128778 140727354128874 140727354128874 140727354134476 0
/proc/20960/statm: 345139 250669 2688 2575 0 342046 0

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

/proc/loadavg: 4.12 4.10 4.02 5/263 21179
/proc/meminfo: memFree=122587300/131249996 swapFree=33010684/33010684
[pid=20960] ppid=20957 vsize=1900776 memory=1298488 CPUtime=3211.56 cores=5,7
/proc/20960/stat : 20960 (pbsolver) R 20957 20960 20901 0 -1 4194304 249965 0 0 0 321109 47 0 0 20 0 1 0 32865246 1946394624 324622 18446744073709551615 4198400 14743177 140727354123264 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 27951104 140727354128778 140727354128874 140727354128874 140727354134476 0
/proc/20960/statm: 475194 324622 2688 2575 0 472101 0
Current children cumulated CPU time: 3211.56 s
Current children cumulated vsize: 1900776 KiB
Current children cumulated memory: 1298488 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.11 4.02 5/263 21181
/proc/meminfo: memFree=122567680/131249996 swapFree=33010684/33010684
[pid=20960] ppid=20957 vsize=1900776 memory=1298488 CPUtime=3271.35 cores=5,7
/proc/20960/stat : 20960 (pbsolver) R 20957 20960 20901 0 -1 4194304 249973 0 0 0 327088 47 0 0 20 0 1 0 32865246 1946394624 324622 18446744073709551615 4198400 14743177 140727354123264 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 27951104 140727354128778 140727354128874 140727354128874 140727354134476 0
/proc/20960/statm: 475194 324622 2688 2575 0 472101 0
Current children cumulated CPU time: 3271.35 s
Current children cumulated vsize: 1900776 KiB
Current children cumulated memory: 1298488 KiB

[startup+3342.3 s]
/proc/loadavg: 4.24 4.16 4.04 5/263 21184
/proc/meminfo: memFree=122261444/131249996 swapFree=33010684/33010684
[pid=20960] ppid=20957 vsize=1900776 memory=1298488 CPUtime=3331.13 cores=5,7
/proc/20960/stat : 20960 (pbsolver) R 20957 20960 20901 0 -1 4194304 249973 0 0 0 333066 47 0 0 20 0 1 0 32865246 1946394624 324622 18446744073709551615 4198400 14743177 140727354123264 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 27951104 140727354128778 140727354128874 140727354128874 140727354134476 0
/proc/20960/statm: 475194 324622 2688 2575 0 472101 0
Current children cumulated CPU time: 3331.13 s
Current children cumulated vsize: 1900776 KiB
Current children cumulated memory: 1298488 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.16 4.05 5/263 21186
/proc/meminfo: memFree=122240840/131249996 swapFree=33010684/33010684
[pid=20960] ppid=20957 vsize=1900776 memory=1298488 CPUtime=3390.91 cores=5,7
/proc/20960/stat : 20960 (pbsolver) R 20957 20960 20901 0 -1 4194304 249974 0 0 0 339044 47 0 0 20 0 1 0 32865246 1946394624 324622 18446744073709551615 4198400 14743177 140727354123264 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 27951104 140727354128778 140727354128874 140727354128874 140727354134476 0
/proc/20960/statm: 475194 324622 2688 2575 0 472101 0
Current children cumulated CPU time: 3390.91 s
Current children cumulated vsize: 1900776 KiB
Current children cumulated memory: 1298488 KiB

[startup+3462.3 s]
/proc/loadavg: 4.39 4.23 4.08 5/263 21188
/proc/meminfo: memFree=122230548/131249996 swapFree=33010684/33010684
[pid=20960] ppid=20957 vsize=1900776 memory=1298488 CPUtime=3450.7 cores=5,7
/proc/20960/stat : 20960 (pbsolver) R 20957 20960 20901 0 -1 4194304 249974 0 0 0 345023 47 0 0 20 0 1 0 32865246 1946394624 324622 18446744073709551615 4198400 14743177 140727354123264 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 27951104 140727354128778 140727354128874 140727354128874 140727354134476 0
/proc/20960/statm: 475194 324622 2688 2575 0 472101 0
Current children cumulated CPU time: 3450.7 s
Current children cumulated vsize: 1900776 KiB
Current children cumulated memory: 1298488 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.20 4.08 5/265 21194
/proc/meminfo: memFree=122219956/131249996 swapFree=33010684/33010684
[pid=20960] ppid=20957 vsize=1900776 memory=1298488 CPUtime=3510.5 cores=5,7
/proc/20960/stat : 20960 (pbsolver) R 20957 20960 20901 0 -1 4194304 250179 0 0 0 351003 47 0 0 20 0 1 0 32865246 1946394624 324622 18446744073709551615 4198400 14743177 140727354123264 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 27951104 140727354128778 140727354128874 140727354128874 140727354134476 0
/proc/20960/statm: 475194 324622 2688 2575 0 472101 0
Current children cumulated CPU time: 3510.5 s
Current children cumulated vsize: 1900776 KiB
Current children cumulated memory: 1298488 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.16 4.08 5/265 21200
/proc/meminfo: memFree=122194612/131249996 swapFree=33010684/33010684
[pid=20960] ppid=20957 vsize=1900776 memory=1298488 CPUtime=3570.26 cores=5,7
/proc/20960/stat : 20960 (pbsolver) R 20957 20960 20901 0 -1 4194304 250255 0 0 0 356979 47 0 0 20 0 1 0 32865246 1946394624 324622 18446744073709551615 4198400 14743177 140727354123264 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 27951104 140727354128778 140727354128874 140727354128874 140727354134476 0
/proc/20960/statm: 475194 324622 2688 2575 0 472101 0
Current children cumulated CPU time: 3570.26 s
Current children cumulated vsize: 1900776 KiB
Current children cumulated memory: 1298488 KiB

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

# cumulated CPU time of all completed processes:  user=3584.77 s, system=0.497369 s

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

[startup+3584 s]*
/proc/loadavg: 4.07 4.16 4.08 5/265 21200
/proc/meminfo: memFree=122194612/131249996 swapFree=33010684/33010684
[pid=20960] ppid=20957 vsize=1900776 memory=1298488 CPUtime=3571.96 cores=5,7
/proc/20960/stat : 20960 (pbsolver) R 20957 20960 20901 0 -1 4194304 250255 0 0 0 357149 47 0 0 20 0 1 0 32865246 1946394624 324622 18446744073709551615 4198400 14743177 140727354123264 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 27951104 140727354128778 140727354128874 140727354128874 140727354134476 0
/proc/20960/statm: 475194 324622 2688 2575 0 472101 0
Current children cumulated CPU time: 3571.96 s
Current children cumulated vsize: 1900776 KiB
Current children cumulated memory: 1298488 KiB

[startup+3590.4 s]
/proc/loadavg: 4.14 4.18 4.08 5/265 21200
/proc/meminfo: memFree=122194612/131249996 swapFree=33010684/33010684
[pid=20960] ppid=20957 vsize=1900776 memory=1298488 CPUtime=3578.32 cores=5,7
/proc/20960/stat : 20960 (pbsolver) R 20957 20960 20901 0 -1 4194304 250257 0 0 0 357785 47 0 0 20 0 1 0 32865246 1946394624 324622 18446744073709551615 4198400 14743177 140727354123264 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 27951104 140727354128778 140727354128874 140727354128874 140727354134476 0
/proc/20960/statm: 475194 324622 2688 2575 0 472101 0
Current children cumulated CPU time: 3578.32 s
Current children cumulated vsize: 1900776 KiB
Current children cumulated memory: 1298488 KiB

[startup+3593.6 s]
/proc/loadavg: 4.14 4.18 4.08 5/265 21200
/proc/meminfo: memFree=122194612/131249996 swapFree=33010684/33010684
[pid=20960] ppid=20957 vsize=1900776 memory=1298488 CPUtime=3581.51 cores=5,7
/proc/20960/stat : 20960 (pbsolver) R 20957 20960 20901 0 -1 4194304 250258 0 0 0 358104 47 0 0 20 0 1 0 32865246 1946394624 324622 18446744073709551615 4198400 14743177 140727354123264 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 27951104 140727354128778 140727354128874 140727354128874 140727354134476 0
/proc/20960/statm: 475194 324622 2688 2575 0 472101 0
Current children cumulated CPU time: 3581.51 s
Current children cumulated vsize: 1900776 KiB
Current children cumulated memory: 1298488 KiB

[startup+3595.2 s]
/proc/loadavg: 4.12 4.17 4.08 5/265 21200
/proc/meminfo: memFree=122194612/131249996 swapFree=33010684/33010684
[pid=20960] ppid=20957 vsize=1900776 memory=1298488 CPUtime=3583.1 cores=5,7
/proc/20960/stat : 20960 (pbsolver) R 20957 20960 20901 0 -1 4194304 250258 0 0 0 358263 47 0 0 20 0 1 0 32865246 1946394624 324622 18446744073709551615 4198400 14743177 140727354123264 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 27951104 140727354128778 140727354128874 140727354128874 140727354134476 0
/proc/20960/statm: 475194 324622 2688 2575 0 472101 0
Current children cumulated CPU time: 3583.1 s
Current children cumulated vsize: 1900776 KiB
Current children cumulated memory: 1298488 KiB

[startup+3596 s]*
/proc/loadavg: 4.12 4.17 4.08 5/265 21200
/proc/meminfo: memFree=122194612/131249996 swapFree=33010684/33010684
[pid=20960] ppid=20957 vsize=1900776 memory=1298488 CPUtime=3583.91 cores=5,7
/proc/20960/stat : 20960 (pbsolver) R 20957 20960 20901 0 -1 4194304 250258 0 0 0 358344 47 0 0 20 0 1 0 32865246 1946394624 324622 18446744073709551615 4198400 14743177 140727354123264 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 27951104 140727354128778 140727354128874 140727354128874 140727354134476 0
/proc/20960/statm: 475194 324622 2688 2575 0 472101 0
Current children cumulated CPU time: 3583.91 s
Current children cumulated vsize: 1900776 KiB
Current children cumulated memory: 1298488 KiB

[startup+3596.8 s]
/proc/loadavg: 4.12 4.17 4.08 5/265 21200
/proc/meminfo: memFree=122194612/131249996 swapFree=33010684/33010684
[pid=20960] ppid=20957 vsize=1900776 memory=1298488 CPUtime=3584.7 cores=5,7
/proc/20960/stat : 20960 (pbsolver) R 20957 20960 20901 0 -1 4194304 250258 0 0 0 358423 47 0 0 20 0 1 0 32865246 1946394624 324622 18446744073709551615 4198400 14743177 140727354123264 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 27951104 140727354128778 140727354128874 140727354128874 140727354134476 0
/proc/20960/statm: 475194 324622 2688 2575 0 472101 0
Current children cumulated CPU time: 3584.7 s
Current children cumulated vsize: 1900776 KiB
Current children cumulated memory: 1298488 KiB

[startup+3597.2 s]
/proc/loadavg: 4.12 4.17 4.08 5/265 21200
/proc/meminfo: memFree=122194612/131249996 swapFree=33010684/33010684
[pid=20960] ppid=20957 vsize=1900776 memory=1298488 CPUtime=3585.09 cores=5,7
/proc/20960/stat : 20960 (pbsolver) R 20957 20960 20901 0 -1 4194304 250273 0 0 0 358462 47 0 0 20 0 1 0 32865246 1946394624 324622 18446744073709551615 4198400 14743177 140727354123264 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 27951104 140727354128778 140727354128874 140727354128874 140727354134476 0
/proc/20960/statm: 475194 324622 2688 2575 0 472101 0
Current children cumulated CPU time: 3585.09 s
Current children cumulated vsize: 1900776 KiB
Current children cumulated memory: 1298488 KiB

[startup+3597.3 s]
/proc/loadavg: 4.12 4.17 4.08 5/265 21200
/proc/meminfo: memFree=122194612/131249996 swapFree=33010684/33010684
[pid=20960] ppid=20957 vsize=1880780 memory=1278560 CPUtime=3585.2 cores=5,7
/proc/20960/stat : 20960 (pbsolver) R 20957 20960 20901 0 -1 4194304 250284 0 0 0 358472 48 0 0 20 0 1 0 32865246 1925918720 319640 18446744073709551615 4198400 14743177 140727354123264 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 27951104 140727354128778 140727354128874 140727354128874 140727354134476 0
/proc/20960/statm: 470195 319640 2688 2575 0 467102 0
Current children cumulated CPU time: 3585.2 s
Current children cumulated vsize: 1880780 KiB
Current children cumulated memory: 1278560 KiB

Child status: 0

Real time (s): 3597.36
CPU time (s): 3585.26
CPU user time (s): 3584.77
CPU system time (s): 0.497369
CPU usage (%): 99.6638
Max. virtual memory (cumulated for all children) (KiB): 1900776
Max. memory (cumulated for all children) (KiB): 1298488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3584.77
system time used= 0.497369
maximum resident set size= 1298488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250328
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31
involuntary context switches= 18761


# summary of solver processes directly reported to runsolver:
#   pid: 20960
#   total CPU time (s): 3585.26
#   total CPU user time (s): 3584.77
#   total CPU system time (s): 0.497369

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.14356 second user time and 15.9329 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-06-29 06:37:46
IDJOB=4503431
IDBENCH=155463
IDSOLVER=3366
FILE ID=nodeC032/4503431-1751171866
RUNJOBID= nodeC032-1751171866-20914
SLURM_JOB_ID= 9587537
Free space on /tmp= 432016 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-25.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503431-1751171866/watcher-4503431-1751171866 -o /tmp/evaluation-result-4503431-1751171866/solver-4503431-1751171866 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751171866-20914 --watchdog 3760  pbsolver -f HOME/instance-4503431-1751171866.opb -t 3600 -m 31000

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

MD5SUM BENCH= 089881a3a57f24d34abbbcf8eb808729
RANDOM SEED=453409541

nodeC032 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		: 3600.030
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.69
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.849
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.69
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		: 3600.461
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.69
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.072
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.69
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		: 3600.002
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.69
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.832
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.69
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		: 3599.860
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        130152276 kB
MemAvailable:   129804392 kB
Buffers:            3280 kB
Cached:           463304 kB
SwapCached:            0 kB
Active:           307352 kB
Inactive:         222396 kB
Active(anon):      81232 kB
Inactive(anon):        0 kB
Active(file):     226120 kB
Inactive(file):   222396 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             69164 kB
Writeback:            20 kB
AnonPages:         66648 kB
Mapped:           102168 kB
Shmem:             18068 kB
KReclaimable:      85676 kB
Slab:             169288 kB
SReclaimable:      85676 kB
SUnreclaim:        83612 kB
KernelStack:        4052 kB
PageTables:         2700 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     333436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431964 MiB
End job on nodeC032 at 2025-06-29 07:37:44