Trace number 3691000

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 SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed? 1796.91 1797.2

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_20.opb
MD5SUM6a25ee38adc43f783b18badd1224270c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13480
Total number of constraints26619
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 constraints26619
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 2843
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: a3bf3a4-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-3691000-1338019031.opb>
0.29/0.35	c original problem has 13480 variables (13480 bin, 0 int, 0 impl, 0 cont) and 26619 constraints
0.29/0.35	c problem read in 0.35
0.59/0.65	c presolving:
0.89/0.90	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 380 chg sides, 380 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.89/0.99	c (round 2) 0 del vars, 13110 del conss, 0 add conss, 0 chg bounds, 380 chg sides, 380 chg coeffs, 209 upgd conss, 0 impls, 0 clqs
1.00/1.09	c (round 3) 0 del vars, 13110 del conss, 0 add conss, 0 chg bounds, 380 chg sides, 380 chg coeffs, 399 upgd conss, 1792 impls, 0 clqs
1.09/1.16	c    (1.2s) probing: 51/13480 (0.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.09/1.16	c    (1.2s) probing aborted: 50/50 successive totally useless probings
1.18/1.20	c presolving (4 rounds):
1.18/1.20	c  0 deleted vars, 13110 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 380 changed sides, 380 changed coefficients
1.18/1.20	c  1792 implications, 0 cliques
1.18/1.20	c presolved problem has 13480 variables (13480 bin, 0 int, 0 impl, 0 cont) and 13509 constraints
1.18/1.20	c     399 constraints of type <knapsack>
1.18/1.20	c   13110 constraints of type <linear>
1.18/1.20	c transformed objective value is always integral (scale: 1)
1.18/1.20	c Presolving Time: 0.79
1.18/1.20	c - non default parameters ----------------------------------------------------------------------
1.18/1.20	c # SCIP version 2.1.1.4
1.18/1.20	c 
1.18/1.20	c # maximal time in seconds to run
1.18/1.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.18/1.20	c limits/time = 1797
1.18/1.20	c 
1.18/1.20	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.18/1.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.18/1.20	c limits/memory = 13950
1.18/1.20	c 
1.18/1.20	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.18/1.20	c # [type: int, range: [1,2], default: 1]
1.18/1.20	c timing/clocktype = 2
1.18/1.20	c 
1.18/1.20	c # belongs reading time to solving time?
1.18/1.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.18/1.20	c timing/reading = TRUE
1.18/1.20	c 
1.18/1.20	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.18/1.20	c # [type: int, range: [-1,2147483647], default: -1]
1.18/1.20	c separating/rapidlearning/freq = 0
1.18/1.20	c 
1.18/1.20	c -----------------------------------------------------------------------------------------------
1.18/1.20	c start solving
1.18/1.21	c 
3.39/3.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.39/3.47	c   3.5s|     1 |     0 |   213 |     - | 127M|   0 |1429 |  13k|  13k|  13k|  13k|   0 |  15 |   0 | 1.900000e+01 |      --      |    Inf 
12.29/12.35	c  12.4s|     1 |     0 | 11876 |     - | 128M|   0 |1499 |  13k|  13k|  13k|  13k| 153 |  15 |   0 | 1.900000e+01 |      --      |    Inf 
14.20/14.25	c  14.2s|     1 |     0 | 12305 |     - | 129M|   0 |1473 |  13k|  13k|  13k|  13k| 248 |  15 |   0 | 1.900000e+01 |      --      |    Inf 
16.08/16.13	c  16.1s|     1 |     0 | 12821 |     - | 130M|   0 |1510 |  13k|  13k|  13k|  13k| 398 |  15 |   0 | 1.900000e+01 |      --      |    Inf 
18.79/18.88	c  18.9s|     1 |     0 | 13674 |     - | 130M|   0 |1514 |  13k|  13k|  13k|  14k| 539 |  15 |   0 | 1.900000e+01 |      --      |    Inf 
22.58/22.62	c  22.6s|     1 |     0 | 15284 |     - | 131M|   0 |1527 |  13k|  13k|  13k|  14k| 668 |  15 |   0 | 1.900000e+01 |      --      |    Inf 
25.69/25.79	c  25.8s|     1 |     0 | 16335 |     - | 131M|   0 |1534 |  13k|  13k|  13k|  14k| 799 |  15 |   0 | 1.900000e+01 |      --      |    Inf 
60.39/60.47	c  60.5s|     1 |     2 | 16335 |     - | 131M|   0 |1534 |  13k|  13k|  13k|  14k| 799 |  15 |  22 | 1.900000e+01 |      --      |    Inf 
730.28/730.45	c   730s|   100 |    95 |548537 |5375.8 | 133M|  18 |2254 |  13k|  13k|  13k|  13k| 799 |  73 | 362 | 2.000000e+01 |      --      |    Inf 
1399.87/1400.16	c  1400s|   200 |   192 |  1316k|6534.9 | 136M|  32 |1662 |  13k|  13k|  13k|  13k| 799 | 163 | 608 | 2.000000e+01 |      --      |    Inf 
1782.41/1782.78	c  1783s|   300 |   286 |  1721k|5701.9 | 137M|  32 |1505 |  13k|  13k|  13k|  13k| 799 | 202 | 760 | 2.000000e+01 |      --      |    Inf 
1796.71/1797.02	c 
1796.71/1797.02	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.02	c Solving Time (sec) : 1797.02
1796.71/1797.02	c Solving Nodes      : 306
1796.71/1797.02	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.71/1797.02	c Dual Bound         : +2.00000000000000e+01
1796.71/1797.02	c Gap                : infinite
1796.71/1797.02	s UNKNOWN
1796.71/1797.02	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.02	c Total Time         :    1797.02
1796.71/1797.02	c   solving          :    1797.02
1796.71/1797.02	c   presolving       :       0.79 (included in solving)
1796.71/1797.02	c   reading          :       0.35 (included in solving)
1796.71/1797.02	c   copying          :       0.10 (1 #copies) (minimal 0.10, maximal 0.10, average 0.10)
1796.71/1797.02	c Original Problem   :
1796.71/1797.02	c   Problem name     : HOME/instance-3691000-1338019031.opb
1796.71/1797.02	c   Variables        : 13480 (13480 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.02	c   Constraints      : 26619 initial, 26619 maximal
1796.71/1797.02	c   Objective sense  : minimize
1796.71/1797.02	c Presolved Problem  :
1796.71/1797.02	c   Problem name     : t_HOME/instance-3691000-1338019031.opb
1796.71/1797.02	c   Variables        : 13480 (13480 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.02	c   Constraints      : 13509 initial, 13711 maximal
1796.71/1797.02	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.71/1797.02	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   components       :       0.04       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   probing          :       0.06       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   knapsack         :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   linear           :       0.39       0.00          0          0          0          0          0      13110          0        380        380
1796.71/1797.02	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.71/1797.02	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.02	c   integral         :          0          0          0          0        310          0          4          0          0         35          0          0        596
1796.71/1797.02	c   knapsack         :        399        399          6      15346          0          1          3        956         15       1875       1204          0          0
1796.71/1797.02	c   linear           :      13110      13110          6      15331          0          1          0         75         10      14476          0          0          0
1796.71/1797.02	c   logicor          :          0+       202          6        417          0          0          0         12          0         31          7          0          0
1796.71/1797.02	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1796.71/1797.02	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.71/1797.02	c   integral         :     548.06       0.00       0.00       0.00     548.06       0.00       0.00       0.00
1796.71/1797.02	c   knapsack         :       0.81       0.00       0.03       0.79       0.00       0.00       0.00       0.00
1796.71/1797.02	c   linear           :       3.25       0.00       0.01       3.24       0.00       0.00       0.00       0.00
1796.71/1797.02	c   logicor          :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00
1796.71/1797.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.71/1797.02	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.71/1797.02	c   rootredcost      :          0          0          0          0
1796.71/1797.02	c   pseudoobj        :      15556          0          0          0
1796.71/1797.02	c   vbounds          :          0          0          0          0
1796.71/1797.02	c   redcost          :        316          0          0          0
1796.71/1797.02	c   probing          :          0          0          0          0
1796.71/1797.02	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.71/1797.02	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00
1796.71/1797.02	c   pseudoobj        :       0.02       0.00       0.00       0.02       0.00
1796.71/1797.02	c   vbounds          :       0.01       0.00       0.00       0.00       0.00
1796.71/1797.02	c   redcost          :       0.10       0.00       0.00       0.10       0.00
1796.71/1797.02	c   probing          :       0.06       0.00       0.06       0.00       0.00
1796.71/1797.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.71/1797.02	c   propagation      :       0.00         25         25         62       19.8          0        0.0          -
1796.71/1797.02	c   infeasible LP    :       0.17        111        111        200       17.8          2        8.5          0
1796.71/1797.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.71/1797.02	c   applied globally :          -          -          -        202       15.8          -          -          -
1796.71/1797.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.71/1797.02	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.71/1797.02	c   cut pool         :       0.00                     5          -          -       1090          -    (maximal pool size: 4088)
1796.71/1797.02	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.71/1797.02	c   impliedbounds    :       0.00       0.00          6          0          0         39          0
1796.71/1797.02	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.71/1797.02	c   gomory           :       0.38       0.00          6          0          0         58          0
1796.71/1797.02	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.71/1797.02	c   strongcg         :       0.37       0.00          6          0          0         31          0
1796.71/1797.02	c   cmir             :       3.74       0.00          6          0          0       3000          0
1796.71/1797.02	c   flowcover        :       2.32       0.00          6          0          0       1200          0
1796.71/1797.02	c   clique           :       0.01       0.00          1          0          0          0          0
1796.71/1797.02	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.71/1797.02	c   mcf              :       0.00       0.00          1          0          0          0          0
1796.71/1797.02	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.71/1797.02	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.71/1797.02	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.71/1797.02	c   problem variables:       0.00          -          0          0
1796.71/1797.02	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.02	c   relpscost        :     548.06       0.00        310          0         35          0          0        596
1796.71/1797.02	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.02	c   inference        :       0.00       0.00          1          0          0          0          0          2
1796.71/1797.02	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.02	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.02	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.02	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.02	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.02	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.71/1797.02	c   LP solutions     :       0.00          -          -          0
1796.71/1797.02	c   pseudo solutions :       0.00          -          -          0
1796.71/1797.02	c   oneopt           :       0.00       0.00          0          0
1796.71/1797.02	c   crossover        :       0.00       0.00          0          0
1796.71/1797.02	c   veclendiving     :      70.22       0.00          5          0
1796.71/1797.02	c   objpscostdiving  :      39.74       0.00          3          0
1796.71/1797.02	c   rootsoldiving    :      31.86       0.00          3          0
1796.71/1797.02	c   smallcard        :       0.00       0.00          0          0
1796.71/1797.02	c   trivial          :       0.01       0.00          2          0
1796.71/1797.02	c   shiftandpropagate:       1.88       0.00          1          0
1796.71/1797.02	c   simplerounding   :       0.00       0.00          0          0
1796.71/1797.02	c   zirounding       :       0.83       0.00        298          0
1796.71/1797.02	c   rounding         :       1.13       0.00        207          0
1796.71/1797.02	c   shifting         :       2.72       0.00         39          0
1796.71/1797.02	c   intshifting      :       0.00       0.00          0          0
1796.71/1797.02	c   twoopt           :       0.00       0.00          0          0
1796.71/1797.02	c   indtwoopt        :       0.00       0.00          0          0
1796.71/1797.02	c   indoneopt        :       0.00       0.00          0          0
1796.71/1797.02	c   fixandinfer      :       0.00       0.00          0          0
1796.71/1797.02	c   feaspump         :      53.80       0.00          3          0
1796.71/1797.02	c   clique           :       0.00       0.00          0          0
1796.71/1797.02	c   indcoefdiving    :       0.00       0.00          0          0
1796.71/1797.02	c   coefdiving       :      70.65       0.00          6          0
1796.71/1797.02	c   indrounding      :       0.00       0.00          0          0
1796.71/1797.02	c   pscostdiving     :      71.19       0.00          4          0
1796.71/1797.02	c   nlpdiving        :       0.00       0.00          0          0
1796.71/1797.02	c   fracdiving       :      97.04       0.00          5          0
1796.71/1797.02	c   intdiving        :       0.00       0.00          0          0
1796.71/1797.02	c   actconsdiving    :       0.00       0.00          0          0
1796.71/1797.02	c   linesearchdiving :      71.46       0.00          6          0
1796.71/1797.02	c   guideddiving     :       0.00       0.00          0          0
1796.71/1797.02	c   octane           :       0.00       0.00          0          0
1796.71/1797.02	c   rens             :       0.38       0.00          1          0
1796.71/1797.02	c   rins             :       0.00       0.00          0          0
1796.71/1797.02	c   localbranching   :       0.00       0.00          0          0
1796.71/1797.02	c   mutation         :       0.00       0.00          0          0
1796.71/1797.02	c   dins             :       0.00       0.00          0          0
1796.71/1797.02	c   vbounds          :       0.00       0.00          0          0
1796.71/1797.02	c   undercover       :       0.00       0.00          0          0
1796.71/1797.02	c   subnlp           :       0.00       0.00          0          0
1796.71/1797.02	c   trysol           :       0.00       0.00          0          0
1796.71/1797.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.71/1797.02	c   primal LP        :       0.11          1          0       0.00       0.00       0.11          1
1796.71/1797.02	c   dual LP          :     725.01        332     845894    2618.87    1166.74       0.61          9
1796.71/1797.02	c   lex dual LP      :       0.00          0          0       0.00          -
1796.71/1797.02	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.71/1797.02	c   diving/probing LP:     500.56        808     894520    1107.08    1787.03
1796.71/1797.02	c   strong branching :     547.83        760     545674     717.99     996.06
1796.71/1797.02	c     (at root node) :          -         22      18076     821.64          -
1796.71/1797.02	c   conflict analysis:       0.00          0          0       0.00          -
1796.71/1797.02	c B&B Tree           :
1796.71/1797.02	c   number of runs   :          1
1796.71/1797.02	c   nodes            :        306
1796.71/1797.02	c   nodes (total)    :        306
1796.71/1797.02	c   nodes left       :        292
1796.71/1797.02	c   max depth        :         32
1796.71/1797.02	c   max depth (total):         32
1796.71/1797.02	c   backtracks       :         67 (21.9%)
1796.71/1797.02	c   delayed cutoffs  :          1
1796.71/1797.02	c   repropagations   :        132 (9 domain reductions, 0 cutoffs)
1796.71/1797.02	c   avg switch length:       3.40
1796.71/1797.02	c   switching time   :       0.80
1796.71/1797.02	c Solution           :
1796.71/1797.02	c   Solutions found  :          0 (0 improvements)
1796.71/1797.02	c   Primal Bound     :          -
1796.71/1797.02	c   Dual Bound       : +2.00000000000000e+01
1796.71/1797.02	c   Gap              :   infinite
1796.71/1797.02	c   Root Dual Bound  : +1.90000000000000e+01
1796.71/1797.02	c   Root Iterations  :      16335
1796.81/1797.19	c Time complete: 1796.91.

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-3691000-1338019031/watcher-3691000-1338019031 -o /tmp/evaluation-result-3691000-1338019031/solver-3691000-1338019031 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691000-1338019031.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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.01 2.01 1.77 3/176 31380
/proc/meminfo: memFree=28564052/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=10132 CPUtime=0 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 1277 0 0 0 0 0 0 0 20 0 1 0 268029123 10375168 1231 33554432000 4194304 10173063 140734420531968 140734420397144 8800002 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 2533 1231 416 1460 0 1064 0

[startup+0.079163 s]
/proc/loadavg: 2.01 2.01 1.77 3/176 31380
/proc/meminfo: memFree=28564052/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=18328 CPUtime=0.07 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 3316 0 0 0 7 0 0 0 20 0 1 0 268029123 18767872 3270 33554432000 4194304 10173063 140734420531968 140734420397144 8985008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 4582 3270 416 1460 0 3113 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 18328

[startup+0.100276 s]
/proc/loadavg: 2.01 2.01 1.77 3/176 31380
/proc/meminfo: memFree=28564052/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=20364 CPUtime=0.09 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 3839 0 0 0 9 0 0 0 20 0 1 0 268029123 20852736 3793 33554432000 4194304 10173063 140734420531968 140734420397144 8985008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 5091 3793 416 1460 0 3622 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20364

[startup+0.300236 s]
/proc/loadavg: 2.01 2.01 1.77 3/176 31380
/proc/meminfo: memFree=28564052/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=39296 CPUtime=0.29 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 8582 0 0 0 28 1 0 0 20 0 1 0 268029123 40239104 8536 33554432000 4194304 10173063 140734420531968 140734420397144 8985008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 9824 8536 416 1460 0 8355 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39296

[startup+0.700249 s]
/proc/loadavg: 2.01 2.01 1.77 3/176 31380
/proc/meminfo: memFree=28564052/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=217836 CPUtime=0.69 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 58661 0 0 0 61 8 0 0 20 0 1 0 268029123 223064064 51383 33554432000 4194304 10173063 140734420531968 140734420527672 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 54459 51383 544 1460 0 52990 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 217836

[startup+1.50026 s]
/proc/loadavg: 2.01 2.01 1.77 3/177 31381
/proc/meminfo: memFree=28365388/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=293032 CPUtime=1.48 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 78930 0 0 0 135 13 0 0 20 0 1 0 268029123 300064768 67757 33554432000 4194304 10173063 140734420531968 140734420527848 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 73258 67757 684 1460 0 71789 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 293032

[startup+3.10025 s]
/proc/loadavg: 2.01 2.01 1.77 3/177 31381
/proc/meminfo: memFree=28290792/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=301872 CPUtime=3.09 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 81068 0 0 0 293 16 0 0 20 0 1 0 268029123 309116928 69895 33554432000 4194304 10173063 140734420531968 140734420527848 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 75468 69895 695 1460 0 73999 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 301872

[startup+6.30015 s]
/proc/loadavg: 2.01 2.01 1.77 3/177 31381
/proc/meminfo: memFree=28250540/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=333236 CPUtime=6.29 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 83580 0 0 0 611 18 0 0 20 0 1 0 268029123 341233664 78839 33554432000 4194304 10173063 140734420531968 140734420523496 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 83309 78839 789 1460 0 81840 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 333236

[startup+12.7002 s]
/proc/loadavg: 2.01 2.01 1.77 3/177 31381
/proc/meminfo: memFree=28246396/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=345900 CPUtime=12.69 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 84948 0 0 0 1248 21 0 0 20 0 1 0 268029123 354201600 82102 33554432000 4194304 10173063 140734420531968 140734420527896 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 86475 82102 815 1460 0 85006 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 345900

[startup+25.5003 s]
/proc/loadavg: 2.01 2.01 1.78 3/177 31381
/proc/meminfo: memFree=28178960/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=397252 CPUtime=25.49 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 89426 0 0 0 2524 25 0 0 20 0 1 0 268029123 406786048 95778 33554432000 4194304 10173063 140734420531968 140734420524488 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 99313 95778 815 1460 0 97844 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 397252

[startup+51.1002 s]
/proc/loadavg: 2.00 2.01 1.78 3/177 31381
/proc/meminfo: memFree=28185732/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=395724 CPUtime=51.08 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 137057 0 0 0 5072 36 0 0 20 0 1 0 268029123 405221376 95401 33554432000 4194304 10173063 140734420531968 140734420525512 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 98931 95401 855 1460 0 97462 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 395724

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.79 3/177 31381
/proc/meminfo: memFree=28173172/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=405044 CPUtime=102.28 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 148042 0 0 0 10185 43 0 0 20 0 1 0 268029123 414765056 98443 33554432000 4194304 10173063 140734420531968 140734420525096 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 101261 98443 857 1460 0 99792 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 405044

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.80 3/177 31382
/proc/meminfo: memFree=28174164/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=398324 CPUtime=162.26 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 152799 0 0 0 16176 50 0 0 20 0 1 0 268029123 407883776 96637 33554432000 4194304 10173063 140734420531968 140734420525096 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 99581 96637 857 1460 0 98112 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 398324

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.81 3/178 31385
/proc/meminfo: memFree=28156324/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=399308 CPUtime=222.25 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 152828 0 0 0 22171 54 0 0 20 0 1 0 268029123 408891392 97713 33554432000 4194304 10173063 140734420531968 140734420524680 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 99827 97713 857 1460 0 98358 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 399308

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.82 3/178 31408
/proc/meminfo: memFree=28175552/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=370912 CPUtime=282.25 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 153385 0 0 0 28162 63 0 0 20 0 1 0 268029123 379813888 91699 33554432000 4194304 10173063 140734420531968 140734420524680 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 92728 91699 857 1460 0 91259 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 370912

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/177 31408
/proc/meminfo: memFree=28159748/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=371796 CPUtime=342.24 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 158053 0 0 0 34150 74 0 0 20 0 1 0 268029123 380719104 91935 33554432000 4194304 10173063 140734420531968 140734420525096 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 92949 91935 859 1460 0 91480 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 371796

[startup+402.3 s]
/proc/loadavg: 2.07 2.02 1.84 3/177 31408
/proc/meminfo: memFree=28125696/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=397648 CPUtime=402.22 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 163490 0 0 0 40139 83 0 0 20 0 1 0 268029123 407191552 97550 33554432000 4194304 10173063 140734420531968 140734420524488 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 99412 97550 862 1460 0 97943 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 397648

[startup+462.3 s]
/proc/loadavg: 2.02 2.01 1.84 3/177 31409
/proc/meminfo: memFree=28102252/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=403576 CPUtime=462.21 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 167672 0 0 0 46132 89 0 0 20 0 1 0 268029123 413261824 99784 33554432000 4194304 10173063 140734420531968 140734420524488 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 100894 99784 862 1460 0 99425 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 403576

[startup+522.3 s]
/proc/loadavg: 2.01 2.00 1.85 3/177 31409
/proc/meminfo: memFree=28096484/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=399588 CPUtime=522.2 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 170750 0 0 0 52123 97 0 0 20 0 1 0 268029123 409178112 98746 33554432000 4194304 10173063 140734420531968 140734420524168 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 99897 98746 862 1460 0 98428 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 399588

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/177 31409
/proc/meminfo: memFree=28094004/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=403940 CPUtime=582.19 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 171406 0 0 0 58115 104 0 0 20 0 1 0 268029123 413634560 99913 33554432000 4194304 10173063 140734420531968 140734420524488 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 100985 99913 862 1460 0 99516 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 403940

[startup+642.3 s]

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

/proc/meminfo: memFree=28031536/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=403860 CPUtime=1062.12 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 188758 0 0 0 106028 184 0 0 20 0 1 0 268029123 413552640 99618 33554432000 4194304 10173063 140734420531968 140734420524264 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 100965 99618 862 1460 0 99496 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 403860

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 1.91 3/177 31414
/proc/meminfo: memFree=28023248/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=405196 CPUtime=1122.12 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 190970 0 0 0 112018 194 0 0 20 0 1 0 268029123 414920704 100109 33554432000 4194304 10173063 140734420531968 140734420524488 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 101299 100109 862 1460 0 99830 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 405196

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 31414
/proc/meminfo: memFree=28019024/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=412404 CPUtime=1182.1 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 191895 0 0 0 118011 199 0 0 20 0 1 0 268029123 422301696 102055 33554432000 4194304 10173063 140734420531968 140734420524152 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 103101 102055 862 1460 0 101632 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 412404

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 31414
/proc/meminfo: memFree=28016156/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=413776 CPUtime=1242.1 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 192285 0 0 0 124002 208 0 0 20 0 1 0 268029123 423706624 102397 33554432000 4194304 10173063 140734420531968 140734420524488 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 103444 102397 862 1460 0 101975 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 413776

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 31414
/proc/meminfo: memFree=28015784/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=413776 CPUtime=1302.09 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 192285 0 0 0 129991 218 0 0 20 0 1 0 268029123 423706624 102397 33554432000 4194304 10173063 140734420531968 140734420524200 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 103444 102397 862 1460 0 101975 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 413776

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 31415
/proc/meminfo: memFree=28009396/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=417000 CPUtime=1362.07 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 192579 0 0 0 135981 226 0 0 20 0 1 0 268029123 427008000 103202 33554432000 4194304 10173063 140734420531968 140734420525272 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 104250 103202 862 1460 0 102781 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 417000

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 31418
/proc/meminfo: memFree=28034580/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=392120 CPUtime=1422.07 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 196940 0 0 0 141972 235 0 0 20 0 1 0 268029123 401530880 96910 33554432000 4194304 10173063 140734420531968 140734420525800 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 98030 96910 862 1460 0 96561 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 392120

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 31418
/proc/meminfo: memFree=28024280/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=401124 CPUtime=1482.05 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 197291 0 0 0 147962 243 0 0 20 0 1 0 268029123 410750976 98794 33554432000 4194304 10173063 140734420531968 140734420524680 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 100281 98794 862 1460 0 98812 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 401124

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 1.92 3/177 31418
/proc/meminfo: memFree=28016404/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=405628 CPUtime=1542.05 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 198321 0 0 0 153951 254 0 0 20 0 1 0 268029123 415363072 100335 33554432000 4194304 10173063 140734420531968 140734420525096 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 101407 100335 862 1460 0 99938 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 405628

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 1.92 3/177 31418
/proc/meminfo: memFree=28005600/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=415244 CPUtime=1602.04 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 199240 0 0 0 159944 260 0 0 20 0 1 0 268029123 425209856 102787 33554432000 4194304 10173063 140734420531968 140734420524680 8033103 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 103811 102787 862 1460 0 102342 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 415244

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 31419
/proc/meminfo: memFree=28001632/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=415244 CPUtime=1662.03 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 199240 0 0 0 165937 266 0 0 20 0 1 0 268029123 425209856 102787 33554432000 4194304 10173063 140734420531968 140734420524488 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 103811 102787 862 1460 0 102342 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 415244

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/176 31457
/proc/meminfo: memFree=28149500/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=389676 CPUtime=1722.02 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 200003 0 0 0 171928 274 0 0 20 0 1 0 268029123 399028224 96035 33554432000 4194304 10173063 140734420531968 140734420524104 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 97419 96035 862 1460 0 95950 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 389676

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 31459
/proc/meminfo: memFree=28109336/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=417196 CPUtime=1782.01 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 203020 0 0 0 177918 283 0 0 20 0 1 0 268029123 427208704 102630 33554432000 4194304 10173063 140734420531968 140734420525224 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 104299 102630 862 1460 0 102830 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 417196

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 31459
/proc/meminfo: memFree=28109584/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=417196 CPUtime=1785.21 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 203020 0 0 0 178238 283 0 0 20 0 1 0 268029123 427208704 102630 33554432000 4194304 10173063 140734420531968 140734420524488 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 104299 102630 862 1460 0 102830 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 417196

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 31459
/proc/meminfo: memFree=28124160/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=400740 CPUtime=1791.61 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 203725 0 0 0 178877 284 0 0 20 0 1 0 268029123 410357760 98996 33554432000 4194304 10173063 140734420531968 140734420524488 8033069 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 100185 98996 862 1460 0 98716 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 400740

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 31459
/proc/meminfo: memFree=28123788/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=400740 CPUtime=1794.82 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 203725 0 0 0 179197 285 0 0 20 0 1 0 268029123 410357760 98996 33554432000 4194304 10173063 140734420531968 140734420525608 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 100185 98996 862 1460 0 98716 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 400740

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 31459
/proc/meminfo: memFree=28123788/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=400740 CPUtime=1795.61 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 203725 0 0 0 179276 285 0 0 20 0 1 0 268029123 410357760 98996 33554432000 4194304 10173063 140734420531968 140734420524488 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 100185 98996 862 1460 0 98716 0
Current children cumulated CPU time (s) 1795.61
Current children cumulated vsize (KiB) 400740

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 31459
/proc/meminfo: memFree=28123788/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=400740 CPUtime=1796.41 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 203725 0 0 0 179356 285 0 0 20 0 1 0 268029123 410357760 98996 33554432000 4194304 10173063 140734420531968 140734420524488 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 100185 98996 862 1460 0 98716 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 400740

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 31459
/proc/meminfo: memFree=28123788/32873648 swapFree=7372/7372
[pid=31380] ppid=31378 vsize=399328 CPUtime=1796.81 cores=1,3,5,7
/proc/31380/stat : 31380 (scip-2.1.1.4fix) R 31378 31380 31092 0 -1 4202496 203730 0 0 0 179396 285 0 0 20 0 1 0 268029123 408911872 98648 33554432000 4194304 10173063 140734420531968 140734420524488 7545004 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31380/statm: 99832 98648 867 1460 0 98363 0
Current children cumulated CPU time (s) 1796.81
Current children cumulated vsize (KiB) 399328

Child status: 0
Real time (s): 1797.2
CPU time (s): 1796.91
CPU user time (s): 1794.04
CPU system time (s): 2.87356
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 510688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.04
system time used= 2.87356
maximum resident set size= 495460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203732
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= 13
involuntary context switches= 1849

runsolver used 2.82257 second user time and 8.83066 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-26 09:57:11
IDJOB=3691000
IDBENCH=2639
IDSOLVER=2270
FILE ID=node122/3691000-1338019031
RUNJOBID= node122-1338016935-31109
PBS_JOBID= 14624349
Free space on /tmp= 71308 MiB

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

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

MD5SUM BENCH= 6a25ee38adc43f783b18badd1224270c
RANDOM SEED=265146288

node122.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.533
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	: 5333.06
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.533
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.533
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	: 5332.04
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.533
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.533
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.533
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	: 5438.54
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.533
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.533
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:        28564324 kB
Buffers:          215340 kB
Cached:          3169240 kB
SwapCached:            0 kB
Active:          1482912 kB
Inactive:        2052068 kB
Active(anon):     142164 kB
Inactive(anon):    11052 kB
Active(file):    1340748 kB
Inactive(file):  2041016 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             21556 kB
Writeback:             0 kB
AnonPages:        157356 kB
Mapped:            17296 kB
Shmem:               200 kB
Slab:             637944 kB
SReclaimable:      82136 kB
SUnreclaim:       555808 kB
KernelStack:        1448 kB
PageTables:         4384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     267780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71292 MiB
End job on node122 at 2012-05-26 10:27:09