Trace number 3692165

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 spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed? 1797 1797.28

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_19.opb
MD5SUM5a1b3155d98b6c4d8f9ab1b869fece67
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark355
Best CPU time to get the best result obtained on this benchmark1783.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 355
Optimality of the best value was proved NO
Number of variables11001
Total number of constraints21678
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints21678
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2765
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 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: 947bdb7-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik 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-3692165-1338033276.opb>
0.19/0.29	c original problem has 11001 variables (11001 bin, 0 int, 0 impl, 0 cont) and 21678 constraints
0.19/0.29	c problem read in 0.29
0.39/0.47	c presolving:
0.69/0.73	c (round 1) 0 del vars, 10830 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 18 upgd conss, 0 impls, 0 clqs
0.78/0.84	c    (0.8s) probing: 51/11001 (0.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.78/0.84	c    (0.8s) probing aborted: 50/50 successive totally useless probings
0.89/0.96	c presolving (2 rounds):
0.89/0.96	c  0 deleted vars, 10830 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.89/0.96	c  342 implications, 0 cliques
0.89/0.96	c presolved problem has 11001 variables (11001 bin, 0 int, 0 impl, 0 cont) and 10848 constraints
0.89/0.96	c      18 constraints of type <knapsack>
0.89/0.96	c   10830 constraints of type <linear>
0.89/0.96	c transformed objective value is always integral (scale: 1)
0.89/0.96	c Presolving Time: 0.42
0.89/0.96	c - non default parameters ----------------------------------------------------------------------
0.89/0.96	c # SCIP version 2.1.1.4
0.89/0.96	c 
0.89/0.96	c # maximal time in seconds to run
0.89/0.96	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.96	c limits/time = 1797
0.89/0.96	c 
0.89/0.96	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.89/0.96	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.96	c limits/memory = 13950
0.89/0.96	c 
0.89/0.96	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.89/0.96	c # [type: int, range: [1,2], default: 1]
0.89/0.96	c timing/clocktype = 2
0.89/0.96	c 
0.89/0.96	c # belongs reading time to solving time?
0.89/0.96	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.96	c timing/reading = TRUE
0.89/0.96	c 
0.89/0.96	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.89/0.96	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.96	c separating/rapidlearning/freq = 0
0.89/0.96	c 
0.89/0.96	c -----------------------------------------------------------------------------------------------
0.89/0.96	c start solving
0.89/0.96	c 
2.29/2.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.29/2.34	c   2.3s|     1 |     0 |    18 |     - | 106M|   0 |1140 |  11k|  10k|  11k|  10k|   0 |  15 |   0 | 1.800000e+01 |      --      |    Inf 
4.40/4.49	c   4.5s|     1 |     0 |  3390 |     - | 108M|   0 |1176 |  11k|  10k|  11k|  10k|  89 |  15 |   0 | 1.800000e+01 |      --      |    Inf 
5.59/5.65	c   5.7s|     1 |     0 |  3739 |     - | 108M|   0 |1177 |  11k|  10k|  11k|  11k| 196 |  15 |   0 | 1.800000e+01 |      --      |    Inf 
6.78/6.84	c   6.8s|     1 |     0 |  4307 |     - | 109M|   0 |1464 |  11k|  10k|  11k|  11k| 310 |  15 |   0 | 1.800092e+01 |      --      |    Inf 
8.39/8.49	c   8.5s|     1 |     0 |  4924 |     - | 109M|   0 |1378 |  11k|  10k|  11k|  11k| 437 |  15 |   0 | 1.816667e+01 |      --      |    Inf 
11.48/11.51	c  11.5s|     1 |     0 |  5482 |     - | 110M|   0 |1380 |  11k|  10k|  11k|  11k| 547 |  15 |   0 | 1.816667e+01 |      --      |    Inf 
15.49/15.57	c  15.6s|     1 |     0 |  7121 |     - | 111M|   0 |1520 |  11k|  10k|  11k|  11k| 650 |  15 |   0 | 1.816667e+01 |      --      |    Inf 
19.69/19.72	c  19.7s|     1 |     0 |  7712 |     - | 111M|   0 |1408 |  11k|  10k|  11k|  11k| 748 |  15 |   0 | 1.816667e+01 |      --      |    Inf 
23.58/23.64	c  23.6s|     1 |     0 |  8177 |     - | 112M|   0 |1402 |  11k|  10k|  11k|  11k| 778 |  15 |   0 | 1.816667e+01 |      --      |    Inf 
29.29/29.31	c  29.3s|     1 |     0 |  8911 |     - | 112M|   0 |1396 |  11k|  10k|  11k|  11k| 887 |  15 |   0 | 1.816667e+01 |      --      |    Inf 
60.98/61.07	c  61.1s|     1 |     2 |  8911 |     - | 112M|   0 |1396 |  11k|  10k|  11k|  11k| 887 |  15 |  27 | 1.816667e+01 |      --      |    Inf 
394.52/394.61	c   395s|   100 |    97 |378292 |3731.1 | 116M|  18 |1474 |  11k|  11k|  11k|  10k| 887 | 748 | 311 | 1.900000e+01 |      --      |    Inf 
616.09/616.21	c   616s|   200 |   197 |618691 |3064.2 | 117M|  19 |1498 |  11k|  11k|  11k|  10k| 887 | 768 | 388 | 2.000000e+01 |      --      |    Inf 
785.27/785.47	c   785s|   300 |   293 |790678 |2614.6 | 117M|  21 |1677 |  11k|  11k|  11k|  10k| 887 | 776 | 448 | 2.000000e+01 |      --      |    Inf 
877.44/877.61	c   878s|   400 |   383 |860219 |2133.6 | 118M|  23 |1322 |  11k|  11k|  11k|  10k| 887 | 783 | 493 | 2.000000e+01 |      --      |    Inf 
1029.43/1029.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1029.43/1029.65	c  1030s|   500 |   471 |  1035k|2056.6 | 118M|  25 |1208 |  11k|  11k|  11k|  10k| 887 | 816 | 552 | 2.000000e+01 |      --      |    Inf 
1132.01/1132.23	c  1132s|   600 |   565 |  1153k|1911.0 | 119M|  38 |1211 |  11k|  11k|  11k|  10k| 887 | 828 | 597 | 2.100000e+01 |      --      |    Inf 
1231.80/1232.02	c  1232s|   700 |   653 |  1227k|1743.9 | 119M|  38 |1390 |  11k|  11k|  11k|  10k| 887 | 834 | 656 | 2.100000e+01 |      --      |    Inf 
1351.98/1352.22	c  1352s|   800 |   739 |  1347k|1675.0 | 120M|  38 |1159 |  11k|  11k|  11k|  10k| 887 | 878 | 712 | 2.100000e+01 |      --      |    Inf 
1443.36/1443.66	c  1444s|   900 |   824 |  1419k|1569.6 | 120M|  38 |1042 |  11k|  11k|  11k|  10k| 887 | 886 | 755 | 2.100000e+01 |      --      |    Inf 
1796.81/1797.14	c 
1796.81/1797.14	c SCIP Status        : solving was interrupted [time limit reached]
1796.81/1797.14	c Solving Time (sec) : 1797.14
1796.81/1797.14	c Solving Nodes      : 985
1796.81/1797.14	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.81/1797.14	c Dual Bound         : +2.10000000000000e+01
1796.81/1797.14	c Gap                : infinite
1796.81/1797.14	s UNKNOWN
1796.81/1797.14	c SCIP Status        : solving was interrupted [time limit reached]
1796.81/1797.14	c Total Time         :    1797.14
1796.81/1797.14	c   solving          :    1797.14
1796.81/1797.14	c   presolving       :       0.42 (included in solving)
1796.81/1797.14	c   reading          :       0.29 (included in solving)
1796.81/1797.14	c   copying          :       0.08 (1 #copies) (minimal 0.08, maximal 0.08, average 0.08)
1796.81/1797.14	c Original Problem   :
1796.81/1797.14	c   Problem name     : HOME/instance-3692165-1338033276.opb
1796.81/1797.14	c   Variables        : 11001 (11001 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.81/1797.14	c   Constraints      : 21678 initial, 21678 maximal
1796.81/1797.14	c   Objective sense  : minimize
1796.81/1797.14	c Presolved Problem  :
1796.81/1797.14	c   Problem name     : t_HOME/instance-3692165-1338033276.opb
1796.81/1797.14	c   Variables        : 11001 (11001 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.81/1797.14	c   Constraints      : 10848 initial, 12158 maximal
1796.81/1797.14	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.81/1797.14	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   components       :       0.03       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   probing          :       0.04       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   knapsack         :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   linear           :       0.29       0.10          0          0          0          0          0      10830          0          0          0
1796.81/1797.14	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.81/1797.14	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.81/1797.14	c   integral         :          0          0          0          0        953          0          4          0          0         11          0          0       1890
1796.81/1797.14	c   knapsack         :         18         18          9       5407          0          0          3       3563          9        240        238          0          0
1796.81/1797.14	c   linear           :      10830      10830          9       5398          0          0          0       2650         60       7293          2          0          0
1796.81/1797.14	c   logicor          :          0+      1310          9       1567          0          0          0        755         13         75          0          0          0
1796.81/1797.14	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.81/1797.14	c   integral         :     527.64       0.00       0.00       0.00     527.64       0.00       0.00       0.00
1796.81/1797.14	c   knapsack         :       0.36       0.00       0.00       0.35       0.00       0.00       0.00       0.00
1796.81/1797.14	c   linear           :       4.40       0.10       0.01       4.28       0.00       0.00       0.00       0.00
1796.81/1797.14	c   logicor          :       0.04       0.00       0.00       0.04       0.00       0.00       0.00       0.00
1796.81/1797.14	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.81/1797.14	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.81/1797.14	c   rootredcost      :          0          0          0          0
1796.81/1797.14	c   pseudoobj        :       6260          0          0          0
1796.81/1797.14	c   vbounds          :          0          0          0          0
1796.81/1797.14	c   redcost          :        966          0          0          4
1796.81/1797.14	c   probing          :          0          0          0          0
1796.81/1797.14	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.81/1797.14	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1796.81/1797.14	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00
1796.81/1797.14	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
1796.81/1797.14	c   redcost          :       0.20       0.00       0.00       0.20       0.00
1796.81/1797.14	c   probing          :       0.04       0.00       0.04       0.00       0.00
1796.81/1797.14	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.81/1797.14	c   propagation      :       0.01         82         82        615       37.5         25       17.1          -
1796.81/1797.14	c   infeasible LP    :       1.08        866        866        948       11.6         36       13.4          0
1796.81/1797.14	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.81/1797.14	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.81/1797.14	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.81/1797.14	c   applied globally :          -          -          -       1310       18.4          -          -          -
1796.81/1797.14	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.81/1797.14	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.81/1797.14	c   cut pool         :       0.00                     8          -          -       1440          -    (maximal pool size: 5930)
1796.81/1797.14	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.81/1797.14	c   impliedbounds    :       0.00       0.00          9          0          0         39          0
1796.81/1797.14	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.81/1797.14	c   gomory           :       1.72       0.00          9          0          0         35          0
1796.81/1797.14	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.81/1797.14	c   strongcg         :       1.61       0.00          9          0          0         19          0
1796.81/1797.14	c   cmir             :       8.13       0.00          9          0          0       4426          0
1796.81/1797.14	c   flowcover        :       6.22       0.00          9          0          0       1607          0
1796.81/1797.14	c   clique           :       0.01       0.00          1          0          0          0          0
1796.81/1797.14	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.81/1797.14	c   mcf              :       0.00       0.00          1          0          0          0          0
1796.81/1797.14	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.81/1797.14	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.81/1797.14	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.81/1797.14	c   problem variables:       0.00          -          0          0
1796.81/1797.14	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.81/1797.14	c   relpscost        :     527.64       0.00        953          0         11          0          0       1890
1796.81/1797.14	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.81/1797.14	c   inference        :       0.00       0.00          0          0          0          0          0          0
1796.81/1797.14	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.81/1797.14	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.81/1797.14	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.81/1797.14	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.81/1797.14	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.81/1797.14	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.81/1797.14	c   LP solutions     :       0.00          -          -          0
1796.81/1797.14	c   pseudo solutions :       0.00          -          -          0
1796.81/1797.14	c   oneopt           :       0.00       0.00          0          0
1796.81/1797.14	c   crossover        :       0.00       0.00          0          0
1796.81/1797.14	c   guideddiving     :       0.00       0.00          0          0
1796.81/1797.14	c   coefdiving       :     282.43       0.00          8          0
1796.81/1797.14	c   objpscostdiving  :      36.19       0.00          4          0
1796.81/1797.14	c   smallcard        :       0.00       0.00          0          0
1796.81/1797.14	c   trivial          :       0.01       0.00          2          0
1796.81/1797.14	c   shiftandpropagate:       0.71       0.00          1          0
1796.81/1797.14	c   simplerounding   :       0.00       0.00          0          0
1796.81/1797.14	c   zirounding       :       2.15       0.00        945          0
1796.81/1797.14	c   rounding         :       1.73       0.00        390          0
1796.81/1797.14	c   shifting         :       5.11       0.00        107          0
1796.81/1797.14	c   intshifting      :       0.00       0.00          0          0
1796.81/1797.14	c   twoopt           :       0.00       0.00          0          0
1796.81/1797.14	c   indoneopt        :       0.00       0.00          0          0
1796.81/1797.14	c   indtwoopt        :       0.00       0.00          0          0
1796.81/1797.14	c   fixandinfer      :       0.00       0.00          0          0
1796.81/1797.14	c   feaspump         :      47.61       0.00          5          0
1796.81/1797.14	c   clique           :       0.00       0.00          0          0
1796.81/1797.14	c   indrounding      :       0.00       0.00          0          0
1796.81/1797.14	c   indcoefdiving    :       0.00       0.00          0          0
1796.81/1797.14	c   pscostdiving     :      37.17       0.00          6          0
1796.81/1797.14	c   nlpdiving        :       0.00       0.00          0          0
1796.81/1797.14	c   fracdiving       :      60.04       0.00          2          0
1796.81/1797.14	c   veclendiving     :      42.82       0.00          7          0
1796.81/1797.14	c   intdiving        :       0.00       0.00          0          0
1796.81/1797.14	c   actconsdiving    :       0.00       0.00          0          0
1796.81/1797.14	c   rootsoldiving    :      17.25       0.00          2          0
1796.81/1797.14	c   linesearchdiving :      45.00       0.00          8          0
1796.81/1797.14	c   octane           :       0.00       0.00          0          0
1796.81/1797.14	c   rens             :       0.31       0.00          1          0
1796.81/1797.14	c   rins             :       0.00       0.00          0          0
1796.81/1797.14	c   localbranching   :       0.00       0.00          0          0
1796.81/1797.14	c   mutation         :       0.00       0.00          0          0
1796.81/1797.14	c   dins             :       0.00       0.00          0          0
1796.81/1797.14	c   vbounds          :       0.00       0.00          0          0
1796.81/1797.14	c   undercover       :       0.00       0.00          0          0
1796.81/1797.14	c   subnlp           :       0.00       0.00          0          0
1796.81/1797.14	c   trysol           :       0.00       0.00          0          0
1796.81/1797.14	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.81/1797.14	c   primal LP        :       0.09          1          0       0.00       0.00       0.09          1
1796.81/1797.14	c   dual LP          :     668.25       1016     824126     824.13    1233.25       1.08         16
1796.81/1797.14	c   lex dual LP      :       0.00          0          0       0.00          -
1796.81/1797.14	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.81/1797.14	c   diving/probing LP:     556.49       2784    1585299     569.43    2848.77
1796.81/1797.14	c   strong branching :     527.23        819     532450     650.12    1009.89
1796.81/1797.14	c     (at root node) :          -         27      16121     597.07          -
1796.81/1797.14	c   conflict analysis:       0.00          0          0       0.00          -
1796.81/1797.14	c B&B Tree           :
1796.81/1797.14	c   number of runs   :          1
1796.81/1797.14	c   nodes            :        985
1796.81/1797.14	c   nodes (total)    :        985
1796.81/1797.14	c   nodes left       :        905
1796.81/1797.14	c   max depth        :         43
1796.81/1797.14	c   max depth (total):         43
1796.81/1797.14	c   backtracks       :        248 (25.2%)
1796.81/1797.14	c   delayed cutoffs  :          1
1796.81/1797.14	c   repropagations   :        140 (40 domain reductions, 0 cutoffs)
1796.81/1797.14	c   avg switch length:       4.01
1796.81/1797.14	c   switching time   :       0.90
1796.81/1797.14	c Solution           :
1796.81/1797.14	c   Solutions found  :          0 (0 improvements)
1796.81/1797.14	c   Primal Bound     :          -
1796.81/1797.14	c   Dual Bound       : +2.10000000000000e+01
1796.81/1797.14	c   Gap              :   infinite
1796.81/1797.14	c   Root Dual Bound  : +1.81666666666667e+01
1796.81/1797.14	c   Root Iterations  :       8911
1796.91/1797.28	c Time complete: 1796.99.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3692165-1338033276/watcher-3692165-1338033276 -o /tmp/evaluation-result-3692165-1338033276/solver-3692165-1338033276 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692165-1338033276.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.02 1.95 2/176 11398
/proc/meminfo: memFree=28687352/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=12828 CPUtime=0 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 1957 0 0 0 0 0 0 0 20 0 1 0 269453115 13135872 1912 33554432000 4194304 10219143 140733974187008 140737184056440 7589947 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11398/statm: 3207 1912 421 1471 0 1727 0

[startup+0.057632 s]
/proc/loadavg: 2.00 2.02 1.95 2/176 11398
/proc/meminfo: memFree=28687352/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=19628 CPUtime=0.05 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 3637 0 0 0 5 0 0 0 20 0 1 0 269453115 20099072 3592 33554432000 4194304 10219143 140733974187008 140737184056440 7123478 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11398/statm: 4907 3592 421 1471 0 3427 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 19628

[startup+0.100205 s]
/proc/loadavg: 2.00 2.02 1.95 2/176 11398
/proc/meminfo: memFree=28687352/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=23088 CPUtime=0.09 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 4520 0 0 0 9 0 0 0 20 0 1 0 269453115 23642112 4475 33554432000 4194304 10219143 140733974187008 140737184056440 9029200 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11398/statm: 5772 4475 421 1471 0 4292 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23088

[startup+0.300155 s]
/proc/loadavg: 2.00 2.02 1.95 2/176 11398
/proc/meminfo: memFree=28687352/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=47960 CPUtime=0.29 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 10492 0 0 0 28 1 0 0 20 0 1 0 269453115 49111040 10448 33554432000 4194304 10219143 140733974187008 140737184056440 7589947 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/11398/statm: 11990 10478 468 1471 0 10510 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47960

[startup+0.700173 s]
/proc/loadavg: 2.00 2.02 1.95 2/176 11398
/proc/meminfo: memFree=28687352/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=188484 CPUtime=0.69 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 50499 0 0 0 62 7 0 0 20 0 1 0 269453115 193007616 44011 33554432000 4194304 10219143 140733974187008 140733974184008 9008087 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/11398/statm: 47121 44011 553 1471 0 45641 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 188484

[startup+1.50022 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 11399
/proc/meminfo: memFree=28459684/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=244688 CPUtime=1.49 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 63859 0 0 0 139 10 0 0 20 0 1 0 269453115 250560512 56633 33554432000 4194304 10219143 140733974187008 140733974182888 4419868 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 61172 56633 688 1471 0 59692 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 244688

[startup+3.10024 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 11399
/proc/meminfo: memFree=28423500/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=272160 CPUtime=3.09 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 66652 0 0 0 298 11 0 0 20 0 1 0 269453115 278691840 64534 33554432000 4194304 10219143 140733974187008 140733974178568 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 68040 64534 778 1471 0 66560 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 272160

[startup+6.30026 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 11399
/proc/meminfo: memFree=28388132/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=299404 CPUtime=6.29 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 69331 0 0 0 616 13 0 0 20 0 1 0 269453115 306589696 70991 33554432000 4194304 10219143 140733974187008 140733974182392 5160920 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 74851 70991 802 1471 0 73371 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 299404

[startup+12.7002 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 11399
/proc/meminfo: memFree=28359984/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=322996 CPUtime=12.69 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 72694 0 0 0 1254 15 0 0 20 0 1 0 269453115 330747904 77814 33554432000 4194304 10219143 140733974187008 140733974182392 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 80749 77814 802 1471 0 79269 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 322996

[startup+25.5002 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 11399
/proc/meminfo: memFree=28346096/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=328724 CPUtime=25.49 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 75163 0 0 0 2530 19 0 0 20 0 1 0 269453115 336613376 79012 33554432000 4194304 10219143 140733974187008 140733974182392 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 82181 79012 802 1471 0 80701 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 328724

[startup+51.1002 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 11399
/proc/meminfo: memFree=28342040/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=335028 CPUtime=51.08 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 108577 0 0 0 5081 27 0 0 20 0 1 0 269453115 343068672 80066 33554432000 4194304 10219143 140733974187008 140733974180456 8077296 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 83757 80066 834 1471 0 82277 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 335028

[startup+102.306 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 11399
/proc/meminfo: memFree=28338784/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=332420 CPUtime=102.28 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 114652 0 0 0 10197 31 0 0 20 0 1 0 269453115 340398080 79811 33554432000 4194304 10219143 140733974187008 140733974180136 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 83105 79811 836 1471 0 81625 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 332420

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 11399
/proc/meminfo: memFree=28336168/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=331428 CPUtime=162.26 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 130480 0 0 0 16186 40 0 0 20 0 1 0 269453115 339382272 80110 33554432000 4194304 10219143 140733974187008 140733974180136 8077296 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 82857 80110 836 1471 0 81377 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 331428

[startup+222.3 s]
/proc/loadavg: 2.07 2.02 1.95 3/177 11400
/proc/meminfo: memFree=28331668/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=333292 CPUtime=222.25 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 130998 0 0 0 22180 45 0 0 20 0 1 0 269453115 341291008 81537 33554432000 4194304 10219143 140733974187008 140733974179992 8077296 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 83323 81537 836 1471 0 81843 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 333292

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/177 11400
/proc/meminfo: memFree=28329128/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=333292 CPUtime=282.25 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 131002 0 0 0 28166 59 0 0 20 0 1 0 269453115 341291008 82239 33554432000 4194304 10219143 140733974187008 140733974180344 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 83323 82239 839 1471 0 81843 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 333292

[startup+342.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/178 11403
/proc/meminfo: memFree=28329256/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=333292 CPUtime=342.23 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 131012 0 0 0 34151 72 0 0 20 0 1 0 269453115 341291008 82280 33554432000 4194304 10219143 140733974187008 140733974180120 8077296 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 83323 82280 841 1471 0 81843 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 333292

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 11426
/proc/meminfo: memFree=28326540/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=335560 CPUtime=402.22 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 131560 0 0 0 40139 83 0 0 20 0 1 0 269453115 343613440 82828 33554432000 4194304 10219143 140733974187008 140733974179528 8077296 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 83890 82828 841 1471 0 82410 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 335560

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 11426
/proc/meminfo: memFree=28325800/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=339248 CPUtime=462.21 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 137372 0 0 0 46130 91 0 0 20 0 1 0 269453115 347389952 83134 33554432000 4194304 10219143 140733974187008 140733974179528 8077296 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 84812 83134 841 1471 0 83332 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 339248

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 11427
/proc/meminfo: memFree=28330076/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=336600 CPUtime=522.2 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 146494 0 0 0 52117 103 0 0 20 0 1 0 269453115 344678400 82146 33554432000 4194304 10219143 140733974187008 140733974179992 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 84150 82146 841 1471 0 82670 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 336600

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 11427
/proc/meminfo: memFree=28323616/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=338824 CPUtime=582.19 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 150668 0 0 0 58106 113 0 0 20 0 1 0 269453115 346955776 83580 33554432000 4194304 10219143 140733974187008 140733974180648 8077296 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 84706 83580 841 1471 0 83226 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 338824

[startup+642.3 s]

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

/proc/meminfo: memFree=28329824/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=335060 CPUtime=1122.11 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 242369 0 0 0 112000 211 0 0 20 0 1 0 269453115 343101440 82558 33554432000 4194304 10219143 140733974187008 140733974179720 8077296 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 83765 82558 841 1471 0 82285 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 335060

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 11432
/proc/meminfo: memFree=28324548/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=339368 CPUtime=1182.1 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 254415 0 0 0 117989 221 0 0 20 0 1 0 269453115 347512832 83379 33554432000 4194304 10219143 140733974187008 140733974179528 8077296 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 84842 83379 841 1471 0 83362 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 339368

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 11432
/proc/meminfo: memFree=28319704/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=341772 CPUtime=1242.1 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 262844 0 0 0 123979 231 0 0 20 0 1 0 269453115 349974528 84421 33554432000 4194304 10219143 140733974187008 140733974180648 8077234 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 85443 84421 841 1471 0 83963 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 341772

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 11432
/proc/meminfo: memFree=28313684/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=350000 CPUtime=1302.09 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 264914 0 0 0 129969 240 0 0 20 0 1 0 269453115 358400000 85915 33554432000 4194304 10219143 140733974187008 140733974179208 8077296 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 87500 85915 841 1471 0 86020 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 350000

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 11432
/proc/meminfo: memFree=28307356/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=354344 CPUtime=1362.08 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 265453 0 0 0 135960 248 0 0 20 0 1 0 269453115 362848256 87476 33554432000 4194304 10219143 140733974187008 140733974178984 8077296 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 88586 87476 841 1471 0 87106 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 354344

[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 1.96 3/177 11433
/proc/meminfo: memFree=28307108/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=354344 CPUtime=1422.07 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 265519 0 0 0 141953 254 0 0 20 0 1 0 269453115 362848256 87542 33554432000 4194304 10219143 140733974187008 140733974180184 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 88586 87542 841 1471 0 87106 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 354344

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/177 11433
/proc/meminfo: memFree=28307356/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=354344 CPUtime=1482.06 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 265519 0 0 0 147945 261 0 0 20 0 1 0 269453115 362848256 87542 33554432000 4194304 10219143 140733974187008 140733974180136 8077296 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 88586 87542 841 1471 0 87106 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 354344

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 11436
/proc/meminfo: memFree=28307968/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=354344 CPUtime=1542.05 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 265519 0 0 0 153936 269 0 0 20 0 1 0 269453115 362848256 87542 33554432000 4194304 10219143 140733974187008 140733974178984 8077296 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 88586 87542 841 1471 0 87106 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 354344

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 11436
/proc/meminfo: memFree=28307968/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=354344 CPUtime=1602.04 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 265520 0 0 0 159914 290 0 0 20 0 1 0 269453115 362848256 87542 33554432000 4194304 10219143 140733974187008 140733974178984 8077296 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 88586 87542 841 1471 0 87106 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 354344

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 11436
/proc/meminfo: memFree=28307844/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=354344 CPUtime=1662.03 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 265520 0 0 0 165889 314 0 0 20 0 1 0 269453115 362848256 87542 33554432000 4194304 10219143 140733974187008 140733974178984 8077296 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 88586 87542 841 1471 0 87106 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 354344

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 11437
/proc/meminfo: memFree=28307720/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=354344 CPUtime=1722.02 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 265520 0 0 0 171865 337 0 0 20 0 1 0 269453115 362848256 87542 33554432000 4194304 10219143 140733974187008 140733974180136 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 88586 87542 841 1471 0 87106 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 354344

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 1.97 3/177 11437
/proc/meminfo: memFree=28305364/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=356120 CPUtime=1782.01 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 265944 0 0 0 177849 352 0 0 20 0 1 0 269453115 364666880 87966 33554432000 4194304 10219143 140733974187008 140733974178728 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 89030 87966 841 1471 0 87550 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 356120

Solver just ended. Dumping a history of the last processes samples

[startup+1785.5 s]
/proc/loadavg: 2.03 2.01 1.97 3/177 11437
/proc/meminfo: memFree=28305364/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=356120 CPUtime=1785.21 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 265944 0 0 0 178168 353 0 0 20 0 1 0 269453115 364666880 87966 33554432000 4194304 10219143 140733974187008 140733974178728 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 89030 87966 841 1471 0 87550 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 356120

[startup+1791.91 s]
/proc/loadavg: 2.02 2.01 1.97 3/177 11475
/proc/meminfo: memFree=28476956/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=337004 CPUtime=1791.62 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 266100 0 0 0 178808 354 0 0 20 0 1 0 269453115 345092096 82886 33554432000 4194304 10219143 140733974187008 140733974179528 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 84251 82886 841 1471 0 82771 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 337004

[startup+1795.1 s]
/proc/loadavg: 2.02 2.01 1.97 3/177 11475
/proc/meminfo: memFree=28469648/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=341640 CPUtime=1794.81 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 267580 0 0 0 179127 354 0 0 20 0 1 0 269453115 349839360 84366 33554432000 4194304 10219143 140733974187008 140733974180136 8077296 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 85410 84366 841 1471 0 83930 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 341640

[startup+1795.9 s]
/proc/loadavg: 2.02 2.01 1.97 3/177 11475
/proc/meminfo: memFree=28469648/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=341640 CPUtime=1795.6 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 267580 0 0 0 179206 354 0 0 20 0 1 0 269453115 349839360 84366 33554432000 4194304 10219143 140733974187008 140733974180136 8077296 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 85410 84366 841 1471 0 83930 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 341640

[startup+1796.7 s]
/proc/loadavg: 2.02 2.01 1.97 3/177 11475
/proc/meminfo: memFree=28469792/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=341640 CPUtime=1796.41 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 267580 0 0 0 179286 355 0 0 20 0 1 0 269453115 349839360 84366 33554432000 4194304 10219143 140733974187008 140733974180136 8077296 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 85410 84366 841 1471 0 83930 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 341640

[startup+1797.1 s]
/proc/loadavg: 2.02 2.01 1.97 3/177 11475
/proc/meminfo: memFree=28469792/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=341640 CPUtime=1796.81 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 267580 0 0 0 179326 355 0 0 20 0 1 0 269453115 349839360 84366 33554432000 4194304 10219143 140733974187008 140733974180136 8077296 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 85410 84366 841 1471 0 83930 0
Current children cumulated CPU time (s) 1796.81
Current children cumulated vsize (KiB) 341640

[startup+1797.2 s]
/proc/loadavg: 2.02 2.01 1.97 3/177 11475
/proc/meminfo: memFree=28469792/32873648 swapFree=7104/7104
[pid=11398] ppid=11396 vsize=340616 CPUtime=1796.91 cores=0,2,4,6
/proc/11398/stat : 11398 (scip-2.1.1.4exp) R 11396 11398 9598 0 -1 4202496 267583 0 0 0 179336 355 0 0 20 0 1 0 269453115 348790784 84113 33554432000 4194304 10219143 140733974187008 140733974180136 7589177 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11398/statm: 85154 84113 844 1471 0 83674 0
Current children cumulated CPU time (s) 1796.91
Current children cumulated vsize (KiB) 340616

Child status: 0
Real time (s): 1797.28
CPU time (s): 1797
CPU user time (s): 1793.43
CPU system time (s): 3.56746
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 431064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.43
system time used= 3.56746
maximum resident set size= 418076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267585
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= 15
involuntary context switches= 1999

runsolver used 2.57361 second user time and 7.2379 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-26 13:54:37
IDJOB=3692165
IDBENCH=2633
IDSOLVER=2271
FILE ID=node127/3692165-1338033276
RUNJOBID= node127-1338029665-10821
PBS_JOBID= 14624344
Free space on /tmp= 71476 MiB

SOLVER NAME= SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_19.opb
COMMAND LINE= HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3692165-1338033276/watcher-3692165-1338033276 -o /tmp/evaluation-result-3692165-1338033276/solver-3692165-1338033276 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692165-1338033276.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 5a1b3155d98b6c4d8f9ab1b869fece67
RANDOM SEED=1237990879

node127.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28687352 kB
Buffers:          272112 kB
Cached:          2889616 kB
SwapCached:            0 kB
Active:           894816 kB
Inactive:        2510760 kB
Active(anon):     246168 kB
Inactive(anon):        0 kB
Active(file):     648648 kB
Inactive(file):  2510760 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             36960 kB
Writeback:             0 kB
AnonPages:        332288 kB
Mapped:            17492 kB
Shmem:               200 kB
Slab:             642940 kB
SReclaimable:      86924 kB
SUnreclaim:       556016 kB
KernelStack:        1480 kB
PageTables:         4804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     367424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71464 MiB
End job on node127 at 2012-05-26 14:24:34