Trace number 4486388

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP 2024-07-07? 3588.56 3597.15

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-circ10_3.opb
MD5SUMaa9fde9a58805e0fa430d773484bcae7
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark288
Best CPU time to get the best result obtained on this benchmark72000.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2700
Total number of constraints42620
Number of constraints which are clauses20220
Number of constraints which are cardinality constraints (but not clauses)800
Number of constraints which are nor clauses,nor cardinality constraints21600
Minimum length of a constraint2
Maximum length of a constraint36
Number of terms in the objective function 900
Biggest coefficient in the objective function 5
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 2500
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 2500
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-4486388-1751317325.opb>
0.08/0.12	c original problem has 2700 variables (2700 bin, 0 int, 0 impl, 0 cont) and 42620 constraints
0.08/0.12	c problem read in 0.12
0.08/0.20	c presolving:
0.28/0.37	c    (0.4s) running MILP presolver
0.37/0.45	c    (0.4s) MILP presolver found nothing
0.47/0.58	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 42620 upgd conss, 0 impls, 3960 clqs
0.66/0.70	c (round 2, medium)     0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 43200 chg sides, 43200 chg coeffs, 42620 upgd conss, 0 impls, 3960 clqs
0.76/0.89	c (round 3, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 43200 chg sides, 64800 chg coeffs, 42620 upgd conss, 0 impls, 3960 clqs
1.37/1.46	c    (1.5s) probing: 51/2700 (1.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.37/1.46	c    (1.5s) probing aborted: 50/50 successive totally useless probings
1.67/1.79	c    (1.8s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1.86/1.92	c    (1.9s) symmetry computation finished: 2 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.06)
1.86/1.92	c dynamic symmetry handling statistics:
1.86/1.92	c    orbitopal reduction:       no components
1.86/1.92	c    orbital reduction:          1 components of sizes 2
1.86/1.92	c    lexicographic reduction:    2 permutations with support sizes 2624, 2700
1.86/1.92	c handled 1 out of 1 symmetry components
1.86/1.96	c presolving (4 rounds: 4 fast, 4 medium, 3 exhaustive):
1.86/1.96	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 43200 changed sides, 64800 changed coefficients
1.86/1.96	c  0 implications, 3960 cliques
1.86/1.96	c presolved problem has 2700 variables (2700 bin, 0 int, 0 impl, 0 cont) and 42620 constraints
1.86/1.96	c   21770 constraints of type <knapsack>
1.86/1.96	c    3960 constraints of type <setppc>
1.86/1.96	c   16890 constraints of type <logicor>
1.86/1.96	c transformed objective value is always integral (scale: 1)
1.86/1.96	c Presolving Time: 1.76
1.86/1.96	c - non default parameters ----------------------------------------------------------------------
1.86/1.96	c # SCIP version 10.0.0
1.86/1.96	c 
1.86/1.96	c # maximal time in seconds to run
1.86/1.96	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
1.86/1.96	c limits/time = 3596.998009
1.86/1.96	c 
1.86/1.96	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.86/1.96	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
1.86/1.96	c limits/memory = 27900
1.86/1.96	c 
1.86/1.96	c # belongs reading time to solving time?
1.86/1.96	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
1.86/1.96	c timing/reading = TRUE
1.86/1.96	c 
1.86/1.96	c -----------------------------------------------------------------------------------------------
1.86/1.96	c start solving
1.86/1.96	c 
8.64/8.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.64/8.79	c   8.8s|     1 |     0 |  8135 |     - |   412M |   0 |2700 |  42k|  42k|   0 |  0 | 102 |   0 | 1.400000e+02 |      --      |    Inf | unknown
44.56/44.73	c  44.7s|     1 |     0 | 49451 |     - |   418M |   0 |2700 |  42k|  42k|  12 |  1 | 107 |   0 | 1.400000e+02 |      --      |    Inf | unknown
54.93/55.12	c  55.1s|     1 |     0 | 54221 |     - |   423M |   0 |2700 |  42k|  42k|  22 |  2 | 109 |   0 | 1.400000e+02 |      --      |    Inf | unknown
65.00/65.23	c  65.2s|     1 |     0 | 58836 |     - |   427M |   0 |2700 |  42k|  42k|  34 |  3 | 113 |   0 | 1.400000e+02 |      --      |    Inf | unknown
77.38/77.60	c  77.6s|     1 |     0 | 65366 |     - |   431M |   0 |2700 |  42k|  42k|  46 |  4 | 115 |   0 | 1.400000e+02 |      --      |    Inf | unknown
89.45/89.78	c  89.8s|     1 |     0 | 71340 |     - |   435M |   0 |2700 |  42k|  42k|  56 |  5 | 118 |   0 | 1.400000e+02 |      --      |    Inf | unknown
101.22/101.51	c   102s|     1 |     0 | 77348 |     - |   439M |   0 |2700 |  42k|  42k|  70 |  6 | 119 |   0 | 1.400000e+02 |      --      |    Inf | unknown
113.50/113.87	c   114s|     1 |     0 | 83524 |     - |   443M |   0 |2700 |  42k|  42k|  84 |  7 | 129 |   0 | 1.400000e+02 |      --      |    Inf | unknown
126.78/127.16	c   127s|     1 |     0 | 90455 |     - |   448M |   0 |2700 |  42k|  42k|  96 |  8 | 137 |   0 | 1.400000e+02 |      --      |    Inf | unknown
138.05/138.46	c   138s|     1 |     0 | 97639 |     - |   453M |   0 |2700 |  42k|  42k| 106 |  9 | 141 |   0 | 1.400000e+02 |      --      |    Inf | unknown
152.01/152.40	c   152s|     1 |     0 |105047 |     - |   457M |   0 |2700 |  42k|  42k| 117 | 10 | 143 |   0 | 1.400000e+02 |      --      |    Inf | unknown
160.09/160.54	c   161s|     1 |     0 |112222 |     - |   461M |   0 |2700 |  42k|  42k| 128 | 11 | 145 |   0 | 1.400000e+02 |      --      |    Inf | unknown
290.39/291.15	c   291s|     1 |     2 |200022 |     - |   463M |   0 |2700 |  42k|  42k| 128 | 11 | 208 |  20 | 1.400000e+02 |      --      |    Inf | unknown
879.91/882.07	c   882s|   100 |    99 |540415 |4325.2 |   472M |  37 |2700 |  42k|  42k| 179 |  1 | 277 | 347 | 1.400000e+02 |      --      |    Inf |  50.00%
1207.76/1210.67	c  1211s|   200 |   199 |850087 |3707.9 |   551M |  49 |2700 |  42k|  42k| 398 |  1 | 443 | 500 | 1.400000e+02 |      --      |    Inf |  50.00%
1493.11/1496.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1493.11/1496.61	c  1497s|   300 |   299 |  1119k|3370.4 |   629M |  55 |2700 |  43k|  42k| 683 |  1 | 573 | 648 | 1.400000e+02 |      --      |    Inf |  50.00%
1766.09/1770.25	c  1770s|   400 |   393 |  1394k|3213.0 |   685M |  60 |2700 |  43k|  42k| 990 |  1 | 663 | 799 | 1.400000e+02 |      --      |    Inf |  50.00%
2013.08/2017.86	c  2018s|   500 |   487 |  1639k|3060.1 |   740M |  67 |2700 |  43k|  42k|1246 |  1 | 722 | 932 | 1.400000e+02 |      --      |    Inf |  50.00%
2304.96/2310.40	c  2310s|   600 |   587 |  1915k|3010.5 |   777M |  71 |2700 |  43k|  42k|1506 |  1 | 760 |1094 | 1.400000e+02 |      --      |    Inf |  50.00%
2555.84/2561.91	c  2562s|   700 |   687 |  2181k|2960.0 |   795M |  73 |2700 |  43k|  42k|1754 |  2 | 834 |1219 | 1.400000e+02 |      --      |    Inf |  50.00%
2826.07/2832.81	c  2833s|   800 |   783 |  2432k|2903.6 |   807M |  73 |2700 |  43k|  42k|2027 |  1 | 972 |1367 | 1.400000e+02 |      --      |    Inf |  50.00%
3021.09/3028.32	c  3028s|   900 |   875 |  2633k|2805.1 |   824M |  76 |2700 |  43k|  42k|2250 |  2 |1039 |1483 | 1.400000e+02 |      --      |    Inf |  50.00%
3376.93/3385.01	c  3385s|  1000 |   975 |  2932k|2823.5 |   856M |  76 |2700 |  43k|  42k|2641 |  1 |1126 |1667 | 1.400000e+02 |      --      |    Inf |  50.00%
3588.40/3597.01	c 
3588.40/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3588.40/3597.01	c Solving Time (sec) : 3597.00
3588.40/3597.01	c Solving Nodes      : 1070
3588.40/3597.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3588.40/3597.01	c Dual Bound         : +1.40000000000000e+02
3588.40/3597.01	c Gap                : infinite
3588.40/3597.01	s UNKNOWN
3588.40/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3588.40/3597.01	c Total Time         :    3597.00
3588.40/3597.01	c   solving          :    3597.00
3588.40/3597.01	c   presolving       :       1.76 (included in solving)
3588.40/3597.01	c   reading          :       0.12 (included in solving)
3588.40/3597.01	c   copying          :       0.30 (5 #copies) (minimal 0.06, maximal 0.06, average 0.06)
3588.40/3597.01	c Original Problem   :
3588.40/3597.01	c   Problem name     : HOME/instance-4486388-1751317325.opb
3588.40/3597.01	c   Variables        : 2700 (2700 binary, 0 integer, 0 implicit integer, 0 continuous)
3588.40/3597.01	c   Constraints      : 42620 initial, 42620 maximal
3588.40/3597.01	c   Objective        : minimize, 900 non-zeros (abs.min = 1, abs.max = 5)
3588.40/3597.01	c Presolved Problem  :
3588.40/3597.01	c   Problem name     : t_HOME/instance-4486388-1751317325.opb
3588.40/3597.01	c   Variables        : 2700 (2700 binary, 0 integer, 0 implicit integer, 0 continuous)
3588.40/3597.01	c   Constraints      : 42620 initial, 43360 maximal
3588.40/3597.01	c   Objective        : minimize, 900 non-zeros (abs.min = 1, abs.max = 5)
3588.40/3597.01	c   Nonzeros         : 328920 constraint, 13220 clique table
3588.40/3597.01	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3588.40/3597.01	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   domcol           :       0.03       0.00      1          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   dualsparsify     :       0.32       0.00      1          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   gateextraction   :       0.02       0.00      2          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   implics          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   milp             :       0.18       0.00      1          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   sparsify         :       0.14       0.00      1          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   trivial          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   dualfix          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   probing          :       0.19       0.00      1          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   symmetry         :       0.14       0.00      1          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   knapsack         :       0.48       0.00      8          0          0          0          0          0          0          0      43200      64800
3588.40/3597.01	c   setppc           :       0.01       0.00      7          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   linear           :       0.17       0.03      2          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   logicor          :       0.03       0.00      7          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   components       :       0.03       0.00      1          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   root node        :          -          -      -         10          -          -         10          -          -          -          -          -
3588.40/3597.01	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3588.40/3597.01	c   benderslp        :          0          0          0          0       1078          0          0        256          0          0          0          0          0          0          0
3588.40/3597.01	c   integral         :          0          0          0          0       1078          0          0        256          0          0         69          0          0         82       2114
3588.40/3597.01	c   knapsack         :      21770+     21775         11      19669          0          0          0        252       2834         25       3554          0          0          0          0
3588.40/3597.01	c   setppc           :       3960       3960         11      19644          0          0          0          1      13180        108      25256          0          0          0          0
3588.40/3597.01	c   linear           :          0+         4          0       7284          0          0          0          3          0          3         19          0          0          0          0
3588.40/3597.01	c   logicor          :      16890+     17661         11      10278          0          0          0          0       1821         17       1992          2          1          0          0
3588.40/3597.01	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3588.40/3597.01	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3588.40/3597.01	c   integral         :    1179.53       0.00       0.00       0.00    1179.53       0.00       0.00       0.00       0.00       0.00
3588.40/3597.01	c   knapsack         :       2.18       0.00       0.53       0.86       0.00       0.00       0.00       0.00       0.00       0.78
3588.40/3597.01	c   setppc           :       1.25       0.00       0.00       0.60       0.00       0.00       0.00       0.00       0.00       0.64
3588.40/3597.01	c   linear           :       0.03       0.03       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3588.40/3597.01	c   logicor          :       0.37       0.00       0.04       0.15       0.00       0.00       0.00       0.00       0.00       0.18
3588.40/3597.01	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3588.40/3597.01	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3588.40/3597.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3588.40/3597.01	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3588.40/3597.01	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3588.40/3597.01	c   dualfix          :          1          0          0          0
3588.40/3597.01	c   genvbounds       :          0          0          0          0
3588.40/3597.01	c   nlobbt           :          0          0          0          0
3588.40/3597.01	c   obbt             :          0          0          0          0
3588.40/3597.01	c   probing          :          0          0          0          0
3588.40/3597.01	c   pseudoobj        :       4244          0          0          0
3588.40/3597.01	c   redcost          :         13          0          0          0
3588.40/3597.01	c   rootredcost      :          1          0          0          0
3588.40/3597.01	c   symmetry         :      14587          0          0         93
3588.40/3597.01	c   vbounds          :      10374          0          0          0
3588.40/3597.01	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3588.40/3597.01	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3588.40/3597.01	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3588.40/3597.01	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3588.40/3597.01	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3588.40/3597.01	c   probing          :       0.19       0.00       0.19       0.00       0.00       0.00
3588.40/3597.01	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00       0.00
3588.40/3597.01	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
3588.40/3597.01	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3588.40/3597.01	c   symmetry         :       0.50       0.00       0.14       0.24       0.00       0.13
3588.40/3597.01	c   vbounds          :       0.01       0.00       0.00       0.01       0.00       0.00
3588.40/3597.01	c Symmetry           :
3588.40/3597.01	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3588.40/3597.01	c   orbital reduction:         90 reductions applied,          0 cutoffs
3588.40/3597.01	c   lexicographic red:         18 reductions applied,          0 cutoffs
3588.40/3597.01	c   shadow tree time :       0.00 s
3588.40/3597.01	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3588.40/3597.01	c   propagation      :       0.01        147        144          -       1682       52.2         86       12.5          -          -          -
3588.40/3597.01	c   infeasible LP    :       0.04         28         28          -        677      182.0         20       11.7         22      146.2          0
3588.40/3597.01	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3588.40/3597.01	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3588.40/3597.01	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3588.40/3597.01	c   applied globally :       0.01          -          -          0       1149       37.7          -          -         22          -          -
3588.40/3597.01	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3588.40/3597.01	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3588.40/3597.01	c   cut pool         :       0.33          -        461         21          -          -       5925      14429          -          -          -          -          -    (maximal pool size:       2191)
3588.40/3597.01	c   aggregation      :       0.78       0.00        162         11          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3588.40/3597.01	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3588.40/3597.01	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3588.40/3597.01	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   clique           :       0.09       0.00         11         11          0          0         65        130          0        123        123          0          0
3588.40/3597.01	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   gomory           :     240.55       0.00        130         10          0          0       5227      10865          0        510        510          0          0
3588.40/3597.01	c   > gomorymi       :          -          -          -          -          -          -          -       4116          0        155        155          0          -
3588.40/3597.01	c   > strongcg       :          -          -          -          -          -          -          -       6749          0        355        355          0          -
3588.40/3597.01	c   impliedbounds    :       0.02       0.00        162         11          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   mcf              :       0.02       0.00          1          1          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   multilinear      :       0.00       0.00         38         11          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   rlt              :       0.00       0.00         42         10          0          0          0          0          0          0          0          0          0
3588.40/3597.01	c   zerohalf         :       1.95       0.00        131         11          0          0        633       3434          0       2221       2221          0          0
3588.40/3597.01	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3588.40/3597.01	c   hybrid           :       0.03       0.00        305         11       2855          0      11576        128          0        515
3588.40/3597.01	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3588.40/3597.01	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3588.40/3597.01	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3588.40/3597.01	c   problem variables:       0.00          -          0          0
3588.40/3597.01	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3588.40/3597.01	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3588.40/3597.01	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3588.40/3597.01	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3588.40/3597.01	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3588.40/3597.01	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3588.40/3597.01	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3588.40/3597.01	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3588.40/3597.01	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3588.40/3597.01	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3588.40/3597.01	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3588.40/3597.01	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3588.40/3597.01	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3588.40/3597.01	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3588.40/3597.01	c   relpscost        :    1179.52       0.00       1078          0          0          0         69          0        103       2114
3588.40/3597.01	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3588.40/3597.01	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3588.40/3597.01	c   LP solutions     :       0.00          -          -          0          0
3588.40/3597.01	c   relax solutions  :       0.00          -          -          0          0
3588.40/3597.01	c   pseudo solutions :       0.00          -          -          0          0
3588.40/3597.01	c   strong branching :       0.00          -          -          0          0
3588.40/3597.01	c   actconsdiving    :       0.00       0.00          0          0          0
3588.40/3597.01	c   adaptivediving   :      12.03       0.00          8          0          0
3588.40/3597.01	c   alns             :       1.01       0.00          4          0          0
3588.40/3597.01	c   bound            :       0.00       0.00          0          0          0
3588.40/3597.01	c   clique           :       0.14       0.00          1          0          0
3588.40/3597.01	c   coefdiving       :       0.00       0.00          0          0          0
3588.40/3597.01	c   completesol      :       0.00       0.00          0          0          0
3588.40/3597.01	c   conflictdiving   :      24.19       0.00          5          0          0
3588.40/3597.01	c   crossover        :       0.00       0.00          0          0          0
3588.40/3597.01	c   dins             :       0.00       0.00          0          0          0
3588.40/3597.01	c   distributiondivin:       5.89       0.00          4          0          0
3588.40/3597.01	c   dps              :       0.00       0.00          0          0          0
3588.40/3597.01	c   dualval          :       0.00       0.00          0          0          0
3588.40/3597.01	c   farkasdiving     :      92.86       0.00          1          0          0
3588.40/3597.01	c   feasjump         :       0.08       0.00          1          0          0
3588.40/3597.01	c   feaspump         :      42.90       0.00          2          0          0
3588.40/3597.01	c   fixandinfer      :       0.00       0.00          0          0          0
3588.40/3597.01	c   fracdiving       :       2.05       0.00          4          0          0
3588.40/3597.01	c   gins             :       0.00       0.00          0          0          0
3588.40/3597.01	c   guideddiving     :       0.00       0.00          0          0          0
3588.40/3597.01	c   indcoefdiving    :       0.00       0.00          0          0          0
3588.40/3597.01	c   indicator        :       0.00       0.00          0          0          0
3588.40/3597.01	c   indicatordiving  :       0.00       0.00          0          0          0
3588.40/3597.01	c   indoneopt        :       0.00       0.00          0          0          0
3588.40/3597.01	c   indrounding      :       0.00       0.00          0          0          0
3588.40/3597.01	c   indtwoopt        :       0.00       0.00          0          0          0
3588.40/3597.01	c   intdiving        :       0.00       0.00          0          0          0
3588.40/3597.01	c   intshifting      :       0.00       0.00          0          0          0
3588.40/3597.01	c   linesearchdiving :       1.35       0.00          4          0          0
3588.40/3597.01	c   localbranching   :       0.00       0.00          0          0          0
3588.40/3597.01	c   locks            :       0.04       0.00          1          0          0
3588.40/3597.01	c   lpface           :       1.26       0.00          1          0          0
3588.40/3597.01	c   mpec             :       0.00       0.00          0          0          0
3588.40/3597.01	c   multistart       :       0.00       0.00          0          0          0
3588.40/3597.01	c   mutation         :       0.00       0.00          0          0          0
3588.40/3597.01	c   nlpdiving        :       0.00       0.00          0          0          0
3588.40/3597.01	c   objpscostdiving  :      11.32       0.00          3          0          0
3588.40/3597.01	c   octane           :       0.00       0.00          0          0          0
3588.40/3597.01	c   ofins            :       0.00       0.00          0          0          0
3588.40/3597.01	c   oneopt           :       0.00       0.00          0          0          0
3588.40/3597.01	c   padm             :       0.00       0.00          0          0          0
3588.40/3597.01	c   proximity        :       0.00       0.00          0          0          0
3588.40/3597.01	c   pscostdiving     :       7.56       0.00          4          0          0
3588.40/3597.01	c   randrounding     :       0.47       0.00        261          0          0
3588.40/3597.01	c   rens             :       0.25       0.00          1          0          0
3588.40/3597.01	c   reoptsols        :       0.00       0.00          0          0          0
3588.40/3597.01	c   repair           :       0.00       0.00          0          0          0
3588.40/3597.01	c   rins             :       0.00       0.00          0          0          0
3588.40/3597.01	c   rootsoldiving    :      24.93       0.00          3          0          0
3588.40/3597.01	c   rounding         :       0.67       0.00        480          0          0
3588.40/3597.01	c   scheduler        :       0.00       0.00          0          0          0
3588.40/3597.01	c   shiftandpropagate:       0.05       0.00          1          0          0
3588.40/3597.01	c   shifting         :       0.79       0.00        223          0          0
3588.40/3597.01	c   simplerounding   :       0.00       0.00          0          0          0
3588.40/3597.01	c   smallcard        :       0.00       0.00          0          0          0
3588.40/3597.01	c   subnlp           :       0.00       0.00          0          0          0
3588.40/3597.01	c   trivial          :       0.00       0.00          2          0          0
3588.40/3597.01	c   trivialnegation  :       0.00       0.00          0          0          0
3588.40/3597.01	c   trustregion      :       0.00       0.00          0          0          0
3588.40/3597.01	c   trysol           :       0.00       0.00          0          0          0
3588.40/3597.01	c   twoopt           :       0.00       0.00          0          0          0
3588.40/3597.01	c   undercover       :       0.00       0.00          0          0          0
3588.40/3597.01	c   vbounds          :       0.11       0.00          1          0          0
3588.40/3597.01	c   veclendiving     :       3.16       0.00          4          0          0
3588.40/3597.01	c   zeroobj          :       0.00       0.00          0          0          0
3588.40/3597.01	c   zirounding       :       0.99       0.00       1000          0          0
3588.40/3597.01	c   other solutions  :          -          -          -          0          -
3588.40/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
3588.40/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
3588.40/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
3588.40/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
3588.40/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
3588.40/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
3588.40/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
3588.40/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
3588.40/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
3588.40/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
3588.40/3597.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3588.40/3597.01	c   primal LP        :       0.67        110          0       0.00       0.00       0.67        110
3588.40/3597.01	c   dual LP          :    1930.03       1385    2826238    2043.56    1464.35       0.02          2
3588.40/3597.01	c   lex dual LP      :       0.00          0          0       0.00          -
3588.40/3597.01	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3588.40/3597.01	c   resolve instable :       0.00          0          0       0.00          -
3588.40/3597.01	c   diving/probing LP:     281.87        445     322513     724.75    1144.20
3588.40/3597.01	c   strong branching :    1116.33       1766    1553711     879.79    1391.81          -          -       2867
3588.40/3597.01	c     (at root node) :          -         20      20000    1000.00          -
3588.40/3597.01	c   conflict analysis:       0.00          0          0       0.00          -
3588.40/3597.01	c B&B Tree           :
3588.40/3597.01	c   number of runs   :          1
3588.40/3597.01	c   nodes            :       1070 (1057 internal, 13 leaves)
3588.40/3597.01	c   feasible leaves  :          0
3588.40/3597.01	c   infeas. leaves   :         13
3588.40/3597.01	c   objective leaves :          0
3588.40/3597.01	c   nodes (total)    :       1070 (1057 internal, 13 leaves)
3588.40/3597.01	c   nodes left       :       1045
3588.40/3597.01	c   max depth        :         76
3588.40/3597.01	c   max depth (total):         76
3588.40/3597.01	c   backtracks       :         36 (3.4%)
3588.40/3597.01	c   early backtracks :          0 (0.0%)
3588.40/3597.01	c   nodes exc. ref.  :          0 (0.0%)
3588.40/3597.01	c   delayed cutoffs  :          0
3588.40/3597.01	c   repropagations   :        105 (368 domain reductions, 0 cutoffs)
3588.40/3597.01	c   avg switch length:       2.24
3588.40/3597.01	c   switching time   :       1.20
3588.40/3597.01	c Root Node          :
3588.40/3597.01	c   First LP value   : +1.40000000000000e+02
3588.40/3597.01	c   First LP Iters   :       8135 (1271.50 Iter/sec)
3588.40/3597.01	c   First LP Time    :       6.40
3588.40/3597.01	c   Final Dual Bound : +1.40000000000000e+02
3588.40/3597.01	c   Final Root Iters :     112222
3588.40/3597.01	c   Root LP Estimate : +1.70560511762272e+02
3588.40/3597.01	c Solution           :
3588.40/3597.01	c   Solutions found  :          0 (0 improvements)
3588.40/3597.01	c   Primal Bound     :          -
3588.40/3597.01	c   Dual Bound       : +1.40000000000000e+02
3588.40/3597.01	c   Gap              :   infinite
3588.40/3597.01	c Integrals          :      Total       Avg%
3588.40/3597.01	c   primal-dual      :  359700.07     100.00
3588.40/3597.01	c   primal-ref       :          -          - (not evaluated)
3588.40/3597.01	c   dual-ref         :          -          - (not evaluated)
3588.50/3597.14	c Time complete: 3588.55.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4486388-1751317325/watcher-4486388-1751317325 -o /tmp/evaluation-result-4486388-1751317325/solver-4486388-1751317325 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751313715-43766 --watchdog 3760 pbscip -f HOME/instance-4486388-1751317325.opb -t 3600 -j 2 -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
Current StackSize limit: 8192 KiB

solver pid=44501, runsolver pid=44498

[startup+0.100063 s]*
/proc/loadavg: 4.49 4.30 4.13 6/266 44502
/proc/meminfo: memFree=129749988/131249996 swapFree=33010416/33010684
[pid=44501] ppid=44498 vsize=69764 memory=41856 CPUtime=0.08 cores=5,7
/proc/44501/stat : 44501 (pbscip) R 44498 44501 43753 0 -1 4194304 7533 0 0 0 8 0 0 0 20 0 1 0 47410257 71438336 10464 18446744073709551615 4235264 18693293 140732902169472 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 21375888 21430392 46817280 140732902173065 140732902173164 140732902173164 140732902178766 0
/proc/44501/statm: 17441 10464 3232 3530 0 8892 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 69764 KiB
Current children cumulated memory: 41856 KiB

[startup+0.205526 s]*
/proc/loadavg: 4.49 4.30 4.13 6/266 44502
/proc/meminfo: memFree=129693792/131249996 swapFree=33010416/33010684
[pid=44501] ppid=44498 vsize=131804 memory=103772 CPUtime=0.19 cores=5,7
/proc/44501/stat : 44501 (pbscip) R 44498 44501 43753 0 -1 4194304 22857 0 0 0 16 3 0 0 20 0 1 0 47410257 134967296 25943 18446744073709551615 4235264 18693293 140732902169472 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 21375888 21430392 46817280 140732902173065 140732902173164 140732902173164 140732902178766 0
/proc/44501/statm: 32951 25943 3584 3530 0 24402 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 131804 KiB
Current children cumulated memory: 103772 KiB

[startup+0.305473 s]*
/proc/loadavg: 4.49 4.30 4.13 6/266 44502
/proc/meminfo: memFree=129685488/131249996 swapFree=33010416/33010684
[pid=44501] ppid=44498 vsize=154912 memory=119708 CPUtime=0.28 cores=5,7
/proc/44501/stat : 44501 (pbscip) R 44498 44501 43753 0 -1 4194304 25289 0 0 0 25 3 0 0 20 0 1 0 47410257 158629888 29927 18446744073709551615 4235264 18693293 140732902169472 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 21375888 21430392 46817280 140732902173065 140732902173164 140732902173164 140732902178766 0
/proc/44501/statm: 38728 29927 3616 3530 0 30179 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 154912 KiB
Current children cumulated memory: 119708 KiB

[startup+0.700192 s]
/proc/loadavg: 4.49 4.30 4.13 6/266 44502
/proc/meminfo: memFree=129640816/131249996 swapFree=33010416/33010684
[pid=44501] ppid=44498 vsize=185228 memory=157064 CPUtime=0.66 cores=5,7
/proc/44501/stat : 44501 (pbscip) R 44498 44501 43753 0 -1 4194304 40078 0 0 0 60 6 0 0 20 0 1 0 47410257 189673472 39266 18446744073709551615 4235264 18693293 140732902169472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 46817280 140732902173065 140732902173164 140732902173164 140732902178766 0
/proc/44501/statm: 46307 39266 3776 3530 0 37758 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 185228 KiB
Current children cumulated memory: 157064 KiB

[startup+1.50017 s]
/proc/loadavg: 4.49 4.30 4.13 6/266 44502
/proc/meminfo: memFree=129616876/131249996 swapFree=33010416/33010684
[pid=44501] ppid=44498 vsize=194272 memory=165896 CPUtime=1.47 cores=5,7
/proc/44501/stat : 44501 (pbscip) R 44498 44501 43753 0 -1 4194304 42297 0 0 0 140 7 0 0 20 0 1 0 47410257 198934528 41474 18446744073709551615 4235264 18693293 140732902169472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 46817280 140732902173065 140732902173164 140732902173164 140732902178766 0
/proc/44501/statm: 48568 41474 3776 3530 0 40019 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 194272 KiB
Current children cumulated memory: 165896 KiB

[startup+3.10532 s]
/proc/loadavg: 4.61 4.33 4.14 6/266 44502
/proc/meminfo: memFree=129372816/131249996 swapFree=33010416/33010684
[pid=44501] ppid=44498 vsize=486076 memory=414944 CPUtime=3.06 cores=5,7
/proc/44501/stat : 44501 (pbscip) R 44498 44501 43753 0 -1 4194304 77132 0 0 0 292 14 0 0 20 0 1 0 47410257 497741824 103736 18446744073709551615 4235264 18693293 140732902169472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 46817280 140732902173065 140732902173164 140732902173164 140732902178766 0
/proc/44501/statm: 121519 103736 3936 3530 0 112970 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 486076 KiB
Current children cumulated memory: 414944 KiB

[startup+6.30016 s]
/proc/loadavg: 4.61 4.33 4.14 6/266 44502
/proc/meminfo: memFree=129372824/131249996 swapFree=33010416/33010684
[pid=44501] ppid=44498 vsize=486076 memory=414944 CPUtime=6.25 cores=5,7
/proc/44501/stat : 44501 (pbscip) R 44498 44501 43753 0 -1 4194304 77144 0 0 0 611 14 0 0 20 0 1 0 47410257 497741824 103736 18446744073709551615 4235264 18693293 140732902169472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 46817280 140732902173065 140732902173164 140732902173164 140732902178766 0
/proc/44501/statm: 121519 103736 3936 3530 0 112970 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 486076 KiB
Current children cumulated memory: 414944 KiB

[startup+12.7001 s]
/proc/loadavg: 4.64 4.34 4.15 6/266 44502
/proc/meminfo: memFree=129372824/131249996 swapFree=33010416/33010684
[pid=44501] ppid=44498 vsize=486076 memory=414944 CPUtime=12.63 cores=5,7
/proc/44501/stat : 44501 (pbscip) R 44498 44501 43753 0 -1 4194304 77149 0 0 0 1249 14 0 0 20 0 1 0 47410257 497741824 103736 18446744073709551615 4235264 18693293 140732902169472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 46817280 140732902173065 140732902173164 140732902173164 140732902178766 0
/proc/44501/statm: 121519 103736 3936 3530 0 112970 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 486076 KiB
Current children cumulated memory: 414944 KiB

[startup+25.5001 s]
/proc/loadavg: 4.72 4.37 4.16 6/266 44502
/proc/meminfo: memFree=129364508/131249996 swapFree=33010416/33010684
[pid=44501] ppid=44498 vsize=486076 memory=415072 CPUtime=25.4 cores=5,7
/proc/44501/stat : 44501 (pbscip) R 44498 44501 43753 0 -1 4194304 77150 0 0 0 2526 14 0 0 20 0 1 0 47410257 497741824 103768 18446744073709551615 4235264 18693293 140732902169472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 46817280 140732902173065 140732902173164 140732902173164 140732902178766 0
/proc/44501/statm: 121519 103768 3968 3530 0 112970 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 486076 KiB
Current children cumulated memory: 415072 KiB

[startup+51.1054 s]
/proc/loadavg: 4.89 4.44 4.19 6/266 44502
/proc/meminfo: memFree=129301124/131249996 swapFree=33010416/33010684
[pid=44501] ppid=44498 vsize=503568 memory=427320 CPUtime=50.95 cores=5,7
/proc/44501/stat : 44501 (pbscip) R 44498 44501 43753 0 -1 4194304 79216 0 0 0 5080 15 0 0 20 0 1 0 47410257 515653632 106830 18446744073709551615 4235264 18693293 140732902169472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 46817280 140732902173065 140732902173164 140732902173164 140732902178766 0
/proc/44501/statm: 125892 106830 3968 3530 0 117343 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 503568 KiB
Current children cumulated memory: 427320 KiB

[startup+102.3 s]
/proc/loadavg: 5.01 4.54 4.24 6/265 44504
/proc/meminfo: memFree=129290344/131249996 swapFree=33010416/33010684
[pid=44501] ppid=44498 vsize=528700 memory=438620 CPUtime=102.02 cores=5,7
/proc/44501/stat : 44501 (pbscip) R 44498 44501 43753 0 -1 4194304 79987 0 0 0 10187 15 0 0 20 0 1 0 47410257 541388800 109655 18446744073709551615 4235264 18693293 140732902169472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 46817280 140732902173065 140732902173164 140732902173164 140732902178766 0
/proc/44501/statm: 132175 109655 3968 3530 0 123626 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 528700 KiB
Current children cumulated memory: 438620 KiB

[startup+162.3 s]
/proc/loadavg: 5.05 4.64 4.29 6/265 44506
/proc/meminfo: memFree=129219208/131249996 swapFree=33010416/33010684
[pid=44501] ppid=44498 vsize=548724 memory=442748 CPUtime=161.89 cores=5,7
/proc/44501/stat : 44501 (pbscip) R 44498 44501 43753 0 -1 4194304 80009 0 0 0 16173 16 0 0 20 0 1 0 47410257 561893376 110687 18446744073709551615 4235264 18693293 140732902169472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 46817280 140732902173065 140732902173164 140732902173164 140732902178766 0
/proc/44501/statm: 137181 110687 3968 3530 0 128632 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 548724 KiB
Current children cumulated memory: 442748 KiB

[startup+222.3 s]
/proc/loadavg: 5.14 4.74 4.35 6/267 44510
/proc/meminfo: memFree=129204000/131249996 swapFree=33010416/33010684
[pid=44501] ppid=44498 vsize=548724 memory=442748 CPUtime=221.75 cores=5,7
/proc/44501/stat : 44501 (pbscip) R 44498 44501 43753 0 -1 4194304 80026 0 0 0 22159 16 0 0 20 0 1 0 47410257 561893376 110687 18446744073709551615 4235264 18693293 140732902169472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 46817280 140732902173065 140732902173164 140732902173164 140732902178766 0
/proc/44501/statm: 137181 110687 3968 3530 0 128632 0
Current children cumulated CPU time: 221.75 s
Current children cumulated vsize: 548724 KiB
Current children cumulated memory: 442748 KiB

[startup+282.3 s]
/proc/loadavg: 5.10 4.81 4.40 6/267 44514
/proc/meminfo: memFree=129067008/131249996 swapFree=33010416/33010684
[pid=44501] ppid=44498 vsize=623292 memory=514824 CPUtime=281.61 cores=5,7
/proc/44501/stat : 44501 (pbscip) R 44498 44501 43753 0 -1 4194304 97562 0 0 0 28143 18 0 0 20 0 1 0 47410257 638251008 128706 18446744073709551615 4235264 18693293 140732902169472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 46817280 140732902173065 140732902173164 140732902173164 140732902178766 0
/proc/44501/statm: 155823 128706 3968 3530 0 147274 0
Current children cumulated CPU time: 281.61 s
Current children cumulated vsize: 623292 KiB
Current children cumulated memory: 514824 KiB

[startup+342.3 s]
/proc/loadavg: 5.08 4.86 4.45 6/266 44516
/proc/meminfo: memFree=129047424/131249996 swapFree=33010416/33010684
[pid=44501] ppid=44498 vsize=623292 memory=516360 CPUtime=341.46 cores=5,7
/proc/44501/stat : 44501 (pbscip) R 44498 44501 43753 0 -1 4194304 97598 0 0 0 34128 18 0 0 20 0 1 0 47410257 638251008 129090 18446744073709551615 4235264 18693293 140732902169472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 46817280 140732902173065 140732902173164 140732902173164 140732902178766 0
/proc/44501/statm: 155823 129090 3968 3530 0 147274 0
Current children cumulated CPU time: 341.46 s
Current children cumulated vsize: 623292 KiB
Current children cumulated memory: 516360 KiB

[startup+402.3 s]
/proc/loadavg: 5.13 4.92 4.49 6/266 44522
/proc/meminfo: memFree=129017424/131249996 swapFree=33010416/33010684
[pid=44501] ppid=44498 vsize=623292 memory=520840 CPUtime=401.32 cores=5,7
/proc/44501/stat : 44501 (pbscip) R 44498 44501 43753 0 -1 4194304 97598 0 0 0 40114 18 0 0 20 0 1 0 47410257 638251008 130210 18446744073709551615 4235264 18693293 140732902169472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 46817280 140732902173065 140732902173164 140732902173164 140732902178766 0
/proc/44501/statm: 155823 130210 3968 3530 0 147274 0
Current children cumulated CPU time: 401.32 s
Current children cumulated vsize: 623292 KiB
Current children cumulated memory: 520840 KiB

[startup+462.3 s]
/proc/loadavg: 5.46 5.04 4.56 6/266 44524
/proc/meminfo: memFree=128965944/131249996 swapFree=33010416/33010684
[pid=44501] ppid=44498 vsize=687768 memory=591852 CPUtime=461.17 cores=5,7
/proc/44501/stat : 44501 (pbscip) R 44498 44501 43753 0 -1 4194304 107829 0 0 0 46097 20 0 0 20 0 1 0 47410257 704274432 147963 18446744073709551615 4235264 18693293 140732902169472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 46817280 140732902173065 140732902173164 140732902173164 140732902178766 0
/proc/44501/statm: 171942 147963 3968 3530 0 163393 0

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

/proc/loadavg: 4.08 4.10 4.26 5/263 44707
/proc/meminfo: memFree=128043516/131249996 swapFree=33010416/33010684
[pid=44501] ppid=44498 vsize=927280 memory=713352 CPUtime=3214.62 cores=5,7
/proc/44501/stat : 44501 (pbscip) R 44498 44501 43753 0 -1 4194304 113703 0 0 0 321441 21 0 0 20 0 1 0 47410257 949534720 178338 18446744073709551615 4235264 18693293 140732902169472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 46817280 140732902173065 140732902173164 140732902173164 140732902178766 0
/proc/44501/statm: 231820 178338 3968 3530 0 223271 0
Current children cumulated CPU time: 3214.62 s
Current children cumulated vsize: 927280 KiB
Current children cumulated memory: 713352 KiB

[startup+3282.3 s]
/proc/loadavg: 4.06 4.09 4.25 5/264 44712
/proc/meminfo: memFree=128043644/131249996 swapFree=33010416/33010684
[pid=44501] ppid=44498 vsize=927280 memory=713352 CPUtime=3274.48 cores=5,7
/proc/44501/stat : 44501 (pbscip) R 44498 44501 43753 0 -1 4194304 113703 0 0 0 327427 21 0 0 20 0 1 0 47410257 949534720 178338 18446744073709551615 4235264 18693293 140732902169472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 46817280 140732902173065 140732902173164 140732902173164 140732902178766 0
/proc/44501/statm: 231820 178338 3968 3530 0 223271 0
Current children cumulated CPU time: 3274.48 s
Current children cumulated vsize: 927280 KiB
Current children cumulated memory: 713352 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.09 4.24 5/264 44714
/proc/meminfo: memFree=128016304/131249996 swapFree=33010416/33010684
[pid=44501] ppid=44498 vsize=932052 memory=713480 CPUtime=3334.33 cores=5,7
/proc/44501/stat : 44501 (pbscip) R 44498 44501 43753 0 -1 4194304 113732 0 0 0 333412 21 0 0 20 0 1 0 47410257 954421248 178370 18446744073709551615 4235264 18693293 140732902169472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 46817280 140732902173065 140732902173164 140732902173164 140732902178766 0
/proc/44501/statm: 233013 178370 3968 3530 0 224464 0
Current children cumulated CPU time: 3334.33 s
Current children cumulated vsize: 932052 KiB
Current children cumulated memory: 713480 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.10 4.24 5/264 44720
/proc/meminfo: memFree=128018704/131249996 swapFree=33010416/33010684
[pid=44501] ppid=44498 vsize=940628 memory=715912 CPUtime=3394.18 cores=5,7
/proc/44501/stat : 44501 (pbscip) R 44498 44501 43753 0 -1 4194304 114347 0 0 0 339397 21 0 0 20 0 1 0 47410257 963203072 178978 18446744073709551615 4235264 18693293 140732902169472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 46817280 140732902173065 140732902173164 140732902173164 140732902178766 0
/proc/44501/statm: 235157 178978 3968 3530 0 226608 0
Current children cumulated CPU time: 3394.18 s
Current children cumulated vsize: 940628 KiB
Current children cumulated memory: 715912 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.10 4.22 5/264 44722
/proc/meminfo: memFree=128000740/131249996 swapFree=33010416/33010684
[pid=44501] ppid=44498 vsize=940628 memory=715912 CPUtime=3454.03 cores=5,7
/proc/44501/stat : 44501 (pbscip) R 44498 44501 43753 0 -1 4194304 114348 0 0 0 345382 21 0 0 20 0 1 0 47410257 963203072 178978 18446744073709551615 4235264 18693293 140732902169472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 46817280 140732902173065 140732902173164 140732902173164 140732902178766 0
/proc/44501/statm: 235157 178978 3968 3530 0 226608 0
Current children cumulated CPU time: 3454.03 s
Current children cumulated vsize: 940628 KiB
Current children cumulated memory: 715912 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.09 4.21 5/265 44735
/proc/meminfo: memFree=127901268/131249996 swapFree=33010416/33010684
[pid=44501] ppid=44498 vsize=1029280 memory=803656 CPUtime=3513.89 cores=5,7
/proc/44501/stat : 44501 (pbscip) R 44498 44501 43753 0 -1 4194304 135771 0 0 0 351364 25 0 0 20 0 1 0 47410257 1053982720 200914 18446744073709551615 4235264 18693293 140732902169472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 46817280 140732902173065 140732902173164 140732902173164 140732902178766 0
/proc/44501/statm: 257320 200914 3968 3530 0 248771 0
Current children cumulated CPU time: 3513.89 s
Current children cumulated vsize: 1029280 KiB
Current children cumulated memory: 803656 KiB

[startup+3582.3 s]
/proc/loadavg: 4.32 4.17 4.23 5/264 44752
/proc/meminfo: memFree=127893116/131249996 swapFree=33010416/33010684
[pid=44501] ppid=44498 vsize=1029280 memory=803656 CPUtime=3573.74 cores=5,7
/proc/44501/stat : 44501 (pbscip) R 44498 44501 43753 0 -1 4194304 135904 0 0 0 357349 25 0 0 20 0 1 0 47410257 1053982720 200914 18446744073709551615 4235264 18693293 140732902169472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 46817280 140732902173065 140732902173164 140732902173164 140732902178766 0
/proc/44501/statm: 257320 200914 3968 3530 0 248771 0
Current children cumulated CPU time: 3573.74 s
Current children cumulated vsize: 1029280 KiB
Current children cumulated memory: 803656 KiB

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

# cumulated CPU time of all completed processes:  user=3588.3 s, system=0.263213 s

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

[startup+3584 s]*
/proc/loadavg: 4.30 4.17 4.23 5/264 44752
/proc/meminfo: memFree=127893116/131249996 swapFree=33010416/33010684
[pid=44501] ppid=44498 vsize=1029280 memory=803656 CPUtime=3575.44 cores=5,7
/proc/44501/stat : 44501 (pbscip) R 44498 44501 43753 0 -1 4194304 135906 0 0 0 357519 25 0 0 20 0 1 0 47410257 1053982720 200914 18446744073709551615 4235264 18693293 140732902169472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 46817280 140732902173065 140732902173164 140732902173164 140732902178766 0
/proc/44501/statm: 257320 200914 3968 3530 0 248771 0
Current children cumulated CPU time: 3575.44 s
Current children cumulated vsize: 1029280 KiB
Current children cumulated memory: 803656 KiB

[startup+3590.4 s]
/proc/loadavg: 4.27 4.17 4.23 5/264 44797
/proc/meminfo: memFree=128098124/131249996 swapFree=33010416/33010684
[pid=44501] ppid=44498 vsize=1029280 memory=803656 CPUtime=3581.82 cores=5,7
/proc/44501/stat : 44501 (pbscip) R 44498 44501 43753 0 -1 4194304 135918 0 0 0 358157 25 0 0 20 0 1 0 47410257 1053982720 200914 18446744073709551615 4235264 18693293 140732902169472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 46817280 140732902173065 140732902173164 140732902173164 140732902178766 0
/proc/44501/statm: 257320 200914 3968 3530 0 248771 0
Current children cumulated CPU time: 3581.82 s
Current children cumulated vsize: 1029280 KiB
Current children cumulated memory: 803656 KiB

[startup+3593.6 s]
/proc/loadavg: 4.27 4.17 4.23 5/264 44842
/proc/meminfo: memFree=128509888/131249996 swapFree=33010416/33010684
[pid=44501] ppid=44498 vsize=1029280 memory=803656 CPUtime=3585.01 cores=5,7
/proc/44501/stat : 44501 (pbscip) R 44498 44501 43753 0 -1 4194304 135919 0 0 0 358476 25 0 0 20 0 1 0 47410257 1053982720 200914 18446744073709551615 4235264 18693293 140732902169472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 46817280 140732902173065 140732902173164 140732902173164 140732902178766 0
/proc/44501/statm: 257320 200914 3968 3530 0 248771 0
Current children cumulated CPU time: 3585.01 s
Current children cumulated vsize: 1029280 KiB
Current children cumulated memory: 803656 KiB

[startup+3595.2 s]
/proc/loadavg: 4.25 4.17 4.23 5/264 44842
/proc/meminfo: memFree=128510348/131249996 swapFree=33010416/33010684
[pid=44501] ppid=44498 vsize=1029280 memory=803656 CPUtime=3586.6 cores=5,7
/proc/44501/stat : 44501 (pbscip) R 44498 44501 43753 0 -1 4194304 135919 0 0 0 358635 25 0 0 20 0 1 0 47410257 1053982720 200914 18446744073709551615 4235264 18693293 140732902169472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 46817280 140732902173065 140732902173164 140732902173164 140732902178766 0
/proc/44501/statm: 257320 200914 3968 3530 0 248771 0
Current children cumulated CPU time: 3586.6 s
Current children cumulated vsize: 1029280 KiB
Current children cumulated memory: 803656 KiB

[startup+3596 s]*
/proc/loadavg: 4.25 4.17 4.23 4/263 44850
/proc/meminfo: memFree=128526540/131249996 swapFree=33010416/33010684
[pid=44501] ppid=44498 vsize=1029280 memory=803656 CPUtime=3587.41 cores=5,7
/proc/44501/stat : 44501 (pbscip) R 44498 44501 43753 0 -1 4194304 135919 0 0 0 358716 25 0 0 20 0 1 0 47410257 1053982720 200914 18446744073709551615 4235264 18693293 140732902169472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 46817280 140732902173065 140732902173164 140732902173164 140732902178766 0
/proc/44501/statm: 257320 200914 3968 3530 0 248771 0
Current children cumulated CPU time: 3587.41 s
Current children cumulated vsize: 1029280 KiB
Current children cumulated memory: 803656 KiB

[startup+3596.8 s]
/proc/loadavg: 4.25 4.17 4.23 4/263 44850
/proc/meminfo: memFree=128526540/131249996 swapFree=33010416/33010684
[pid=44501] ppid=44498 vsize=1029280 memory=803656 CPUtime=3588.2 cores=5,7
/proc/44501/stat : 44501 (pbscip) R 44498 44501 43753 0 -1 4194304 135919 0 0 0 358795 25 0 0 20 0 1 0 47410257 1053982720 200914 18446744073709551615 4235264 18693293 140732902169472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 46817280 140732902173065 140732902173164 140732902173164 140732902178766 0
/proc/44501/statm: 257320 200914 3968 3530 0 248771 0
Current children cumulated CPU time: 3588.2 s
Current children cumulated vsize: 1029280 KiB
Current children cumulated memory: 803656 KiB

[startup+3597 s]*
/proc/loadavg: 4.25 4.17 4.23 5/264 44887
/proc/meminfo: memFree=128530548/131249996 swapFree=33010416/33010684
[pid=44501] ppid=44498 vsize=1029280 memory=803656 CPUtime=3588.4 cores=5,7
/proc/44501/stat : 44501 (pbscip) R 44498 44501 43753 0 -1 4194304 135919 0 0 0 358815 25 0 0 20 0 1 0 47410257 1053982720 200914 18446744073709551615 4235264 18693293 140732902169472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 46817280 140732902173065 140732902173164 140732902173164 140732902178766 0
/proc/44501/statm: 257320 200914 3968 3530 0 248771 0
Current children cumulated CPU time: 3588.4 s
Current children cumulated vsize: 1029280 KiB
Current children cumulated memory: 803656 KiB

[startup+3597.11 s]
/proc/loadavg: 4.25 4.17 4.23 5/264 44887
/proc/meminfo: memFree=128530548/131249996 swapFree=33010416/33010684
[pid=44501] ppid=44498 vsize=1024780 memory=799260 CPUtime=3588.5 cores=5,7
/proc/44501/stat : 44501 (pbscip) R 44498 44501 43753 0 -1 4194304 135932 0 0 0 358825 25 0 0 20 0 1 0 47410257 1049374720 199815 18446744073709551615 4235264 18693293 140732902169472 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 46817280 140732902173065 140732902173164 140732902173164 140732902178766 0
/proc/44501/statm: 256195 199815 3968 3530 0 247646 0
Current children cumulated CPU time: 3588.5 s
Current children cumulated vsize: 1024780 KiB
Current children cumulated memory: 799260 KiB

Child status: 0

Real time (s): 3597.15
CPU time (s): 3588.56
CPU user time (s): 3588.3
CPU system time (s): 0.263213
CPU usage (%): 99.7611
Max. virtual memory (cumulated for all children) (KiB): 1029280
Max. memory (cumulated for all children) (KiB): 803656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.3
system time used= 0.263213
maximum resident set size= 803656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136021
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= 100
involuntary context switches= 1280


# summary of solver processes directly reported to runsolver:
#   pid: 44501
#   total CPU time (s): 3588.56
#   total CPU user time (s): 3588.3
#   total CPU system time (s): 0.263213

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.26091 second user time and 14.5741 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-30 23:02:05
IDJOB=4486388
IDBENCH=147019
IDSOLVER=3365
FILE ID=nodeC022/4486388-1751317325
RUNJOBID= nodeC022-1751313715-43766
SLURM_JOB_ID= 9594316
Free space on /tmp= 433004 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-circ10_3.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4486388-1751317325/watcher-4486388-1751317325 -o /tmp/evaluation-result-4486388-1751317325/solver-4486388-1751317325 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751313715-43766 --watchdog 3760  pbscip -f HOME/instance-4486388-1751317325.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= aa9fde9a58805e0fa430d773484bcae7
RANDOM SEED=836481741

nodeC022 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.715
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.44
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.664
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.44
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.706
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.44
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		: 3496.376
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.44
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.717
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.44
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		: 3604.632
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.44
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.292
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.44
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.708
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129773864 kB
MemAvailable:   129543384 kB
Buffers:            2128 kB
Cached:           573308 kB
SwapCached:           32 kB
Active:           653416 kB
Inactive:         247488 kB
Active(anon):     339308 kB
Inactive(anon):     4200 kB
Active(file):     314108 kB
Inactive(file):   243288 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             79088 kB
Writeback:             0 kB
AnonPages:        328604 kB
Mapped:           135260 kB
Shmem:             18028 kB
KReclaimable:     102324 kB
Slab:             189056 kB
SReclaimable:     102324 kB
SUnreclaim:        86732 kB
KernelStack:        4288 kB
PageTables:         3836 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     717260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432984 MiB
End job on nodeC022 at 2025-07-01 00:02:02