Trace number 3733845

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
PB11: SCIP spx E_2 2011-06-10 (fixed)? 1796.84 1797.12

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_16.opb
MD5SUM69b04711942c7a7cbb28264339dbffe2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark210
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 223
Optimality of the best value was proved NO
Number of variables5584
Total number of constraints10895
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 constraints10895
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 2555
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.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 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-3733845-1338710310.opb>
0.18/0.22	c original problem has 5584 variables (5584 bin, 0 int, 0 impl, 0 cont) and 10895 constraints
0.18/0.22	c problem read
0.18/0.22	c presolving settings loaded
0.29/0.31	c presolving:
0.29/0.38	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 240 chg sides, 240 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.38/0.42	c (round 2) 0 del vars, 5320 del conss, 0 add conss, 0 chg bounds, 240 chg sides, 240 chg coeffs, 135 upgd conss, 0 impls, 0 clqs
0.38/0.46	c (round 3) 0 del vars, 5320 del conss, 0 add conss, 0 chg bounds, 240 chg sides, 240 chg coeffs, 255 upgd conss, 1874 impls, 0 clqs
0.38/0.47	c (round 4) 0 del vars, 5320 del conss, 0 add conss, 0 chg bounds, 345 chg sides, 430 chg coeffs, 255 upgd conss, 1874 impls, 0 clqs
2.39/2.40	c    (2.4s) probing: 200/5584 (3.6%) - 8 fixings, 0 aggregations, 455 implications, 0 bound changes
2.39/2.40	c    (2.4s) probing aborted: 100/100 successive totally useless probings
2.68/2.79	c (round 5) 8 del vars, 5320 del conss, 0 add conss, 0 chg bounds, 345 chg sides, 430 chg coeffs, 255 upgd conss, 3176 impls, 0 clqs
2.68/2.79	c presolving (6 rounds):
2.68/2.79	c  8 deleted vars, 5320 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 345 changed sides, 440 changed coefficients
2.68/2.79	c  3176 implications, 0 cliques
2.68/2.79	c presolved problem has 5576 variables (5576 bin, 0 int, 0 impl, 0 cont) and 5575 constraints
2.68/2.79	c     255 constraints of type <knapsack>
2.68/2.79	c    5320 constraints of type <linear>
2.68/2.79	c transformed objective value is always integral (scale: 1)
2.68/2.79	c Presolving Time: 2.14
2.68/2.79	c - non default parameters ----------------------------------------------------------------------
2.68/2.79	c # SCIP version 2.0.1.5
2.68/2.79	c 
2.68/2.79	c # frequency for displaying node information lines
2.68/2.79	c # [type: int, range: [-1,2147483647], default: 100]
2.68/2.79	c display/freq = 10000
2.68/2.79	c 
2.68/2.79	c # maximal time in seconds to run
2.68/2.79	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.68/2.79	c limits/time = 1797
2.68/2.79	c 
2.68/2.79	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.68/2.79	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.68/2.79	c limits/memory = 13950
2.68/2.79	c 
2.68/2.79	c # default clock type (1: CPU user seconds, 2: wall clock time)
2.68/2.79	c # [type: int, range: [1,2], default: 1]
2.68/2.79	c timing/clocktype = 2
2.68/2.79	c 
2.68/2.79	c # belongs reading time to solving time?
2.68/2.79	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.68/2.79	c timing/reading = TRUE
2.68/2.79	c 
2.68/2.79	c # should presolving try to simplify inequalities
2.68/2.79	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.68/2.79	c constraints/linear/simplifyinequalities = TRUE
2.68/2.79	c 
2.68/2.79	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
2.68/2.79	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.68/2.79	c constraints/indicator/addCouplingCons = TRUE
2.68/2.79	c 
2.68/2.79	c # should presolving try to simplify knapsacks
2.68/2.79	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.68/2.79	c constraints/knapsack/simplifyinequalities = TRUE
2.68/2.79	c 
2.68/2.79	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
2.68/2.79	c # [type: int, range: [-1,2147483647], default: -1]
2.68/2.79	c separating/rapidlearning/freq = 0
2.68/2.79	c 
2.68/2.79	c -----------------------------------------------------------------------------------------------
2.68/2.79	c start solving
2.68/2.79	c 
2.99/3.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.99/3.00	c   3.0s|     1 |     0 |  5831 |     - |  52M|   0 |3179 |5576 |5596 |5576 |5575 |   0 |  21 |   0 | 1.500000e+01 |      --      |    Inf 
6.98/7.05	c   7.1s|     1 |     0 | 15239 |     - |  53M|   0 |3202 |5576 |5854 |5576 |5620 |  45 |  21 |   0 | 1.500000e+01 |      --      |    Inf 
7.48/7.56	c   7.6s|     1 |     0 | 15399 |     - |  54M|   0 |3205 |5576 |5854 |5576 |5665 |  90 |  21 |   0 | 1.500000e+01 |      --      |    Inf 
8.08/8.15	c   8.1s|     1 |     0 | 15705 |     - |  54M|   0 |3220 |5576 |5854 |5576 |5730 | 155 |  21 |   0 | 1.500000e+01 |      --      |    Inf 
8.89/8.98	c   9.0s|     1 |     0 | 16101 |     - |  55M|   0 |3231 |5576 |5854 |5576 |5786 | 211 |  21 |   0 | 1.500112e+01 |      --      |    Inf 
9.69/9.73	c   9.7s|     1 |     0 | 16472 |     - |  55M|   0 |3238 |5576 |5854 |5576 |5844 | 269 |  21 |   0 | 1.500112e+01 |      --      |    Inf 
10.49/10.50	c  10.5s|     1 |     0 | 16840 |     - |  56M|   0 |3218 |5576 |5854 |5576 |5902 | 327 |  21 |   0 | 1.500286e+01 |      --      |    Inf 
11.09/11.11	c  11.1s|     1 |     0 | 17090 |     - |  56M|   0 |3230 |5576 |5854 |5576 |5957 | 382 |  21 |   0 | 1.512500e+01 |      --      |    Inf 
11.99/12.06	c  12.1s|     1 |     0 | 17569 |     - |  57M|   0 |3242 |5576 |5854 |5576 |6019 | 444 |  21 |   0 | 1.512500e+01 |      --      |    Inf 
12.98/13.03	c  13.0s|     1 |     0 | 18001 |     - |  57M|   0 |3245 |5576 |5854 |5576 |6068 | 493 |  21 |   0 | 1.512500e+01 |      --      |    Inf 
13.89/13.99	c  14.0s|     1 |     0 | 18433 |     - |  58M|   0 |3236 |5576 |5854 |5576 |6130 | 555 |  21 |   0 | 1.512500e+01 |      --      |    Inf 
14.49/14.59	c  14.6s|     1 |     0 | 19132 |     - |  58M|   0 |3264 |5576 |5854 |5576 |6160 | 585 |  21 |   0 | 1.512500e+01 |      --      |    Inf 
15.19/15.22	c  15.2s|     1 |     0 | 19721 |     - |  58M|   0 |3269 |5576 |5854 |5576 |6134 | 616 |  21 |   0 | 1.512510e+01 |      --      |    Inf 
27.29/27.36	c  27.4s|     1 |     2 | 19721 |     - |  58M|   0 |3269 |5576 |5854 |5576 |6134 | 616 |  21 |  30 | 1.512510e+01 |      --      |    Inf 
1796.70/1797.02	c 
1796.70/1797.02	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.02	c Solving Time (sec) : 1797.01
1796.70/1797.02	c Solving Nodes      : 7439
1796.70/1797.02	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.70/1797.02	c Dual Bound         : +1.80000000000020e+01
1796.70/1797.02	c Gap                : infinite
1796.70/1797.02	s UNKNOWN
1796.70/1797.02	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.02	c Total Time         :    1797.01
1796.70/1797.02	c   solving          :    1797.01
1796.70/1797.02	c   presolving       :       2.14 (included in solving)
1796.70/1797.02	c   reading          :       0.22 (included in solving)
1796.70/1797.02	c Original Problem   :
1796.70/1797.02	c   Problem name     : HOME/instance-3733845-1338710310.opb
1796.70/1797.02	c   Variables        : 5584 (5584 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.02	c   Constraints      : 10895 initial, 10895 maximal
1796.70/1797.02	c Presolved Problem  :
1796.70/1797.02	c   Problem name     : t_HOME/instance-3733845-1338710310.opb
1796.70/1797.02	c   Variables        : 5576 (5576 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.02	c   Constraints      : 5575 initial, 10290 maximal
1796.70/1797.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   probing          :       1.92          8          0          0          0          0          0          0          0          0
1796.70/1797.02	c   knapsack         :       0.01          0          0          0          0          0          0          0        105        200
1796.70/1797.02	c   linear           :       0.18          0          0          0          0          0       5320          0        240        240
1796.70/1797.02	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.70/1797.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.02	c   integral         :          0          0          0       7326          0          4          0          7       2390          0          0      13578
1796.70/1797.02	c   knapsack         :        255         12      36398          0          1          3      42182        208      44285       2275          0          0
1796.70/1797.02	c   linear           :       5320+        13      36191          0          0          0       6721        468     511499          4          0          0
1796.70/1797.02	c   logicor          :          0+        12      18629          0          0          0       7841         42      11071          0          0          0
1796.70/1797.02	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1796.70/1797.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.70/1797.02	c   integral         :     584.51       0.00       0.00     584.51       0.00       0.00       0.00
1796.70/1797.02	c   knapsack         :       5.13       0.04       5.07       0.00       0.00       0.00       0.03
1796.70/1797.02	c   linear           :      17.30       0.01      17.28       0.00       0.00       0.00       0.01
1796.70/1797.02	c   logicor          :       0.50       0.00       0.49       0.00       0.00       0.00       0.01
1796.70/1797.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.02	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.70/1797.02	c   vbounds          :          0          0          0          0
1796.70/1797.02	c   rootredcost      :          0          0          0          0
1796.70/1797.02	c   pseudoobj        :      35960          0          0          0
1796.70/1797.02	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.70/1797.02	c   vbounds          :       0.01       0.01       0.00
1796.70/1797.02	c   rootredcost      :       0.01       0.01       0.00
1796.70/1797.02	c   pseudoobj        :       0.04       0.04       0.00
1796.70/1797.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.02	c   propagation      :       0.05        710        706       5713       33.5         29       16.0          -
1796.70/1797.02	c   infeasible LP    :       2.76       4393       4393       8310       17.4         65       14.0          0
1796.70/1797.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.02	c   applied globally :          -          -          -       9332       18.8          -          -          -
1796.70/1797.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.70/1797.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.02	c   cut pool         :       0.01         11          -          -       7339          -    (maximal pool size: 6358)
1796.70/1797.02	c   redcost          :       0.61       7301          0          6          0          0
1796.70/1797.02	c   impliedbounds    :       0.00         12          0          0         57          0
1796.70/1797.02	c   intobj           :       0.00          0          0          0          0          0
1796.70/1797.02	c   gomory           :       0.45         12          0          0         30          0
1796.70/1797.02	c   cgmip            :       0.00          0          0          0          0          0
1796.70/1797.02	c   closecuts        :       0.00          0          0          0          0          0
1796.70/1797.02	c   strongcg         :       0.43         12          0          0         11          0
1796.70/1797.02	c   cmir             :       2.45         10          0          0       5000          0
1796.70/1797.02	c   flowcover        :       2.04         10          0          0       2000          0
1796.70/1797.02	c   clique           :       0.00          1          0          0          0          0
1796.70/1797.02	c   zerohalf         :       0.00          0          0          0          0          0
1796.70/1797.02	c   mcf              :       0.00          1          0          0          0          0
1796.70/1797.02	c   oddcycle         :       0.00          0          0          0          0          0
1796.70/1797.02	c   rapidlearning    :       1.75          1          0          0          0        258
1796.70/1797.02	c Pricers            :       Time      Calls       Vars
1796.70/1797.02	c   problem variables:       0.00          0          0
1796.70/1797.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.02	c   relpscost        :     584.50       7326          7       2390          0          0      13578
1796.70/1797.02	c   pscost           :       0.00          0          0          0          0          0          0
1796.70/1797.02	c   inference        :       0.00          1          0          0          0          0          2
1796.70/1797.02	c   mostinf          :       0.00          0          0          0          0          0          0
1796.70/1797.02	c   leastinf         :       0.00          0          0          0          0          0          0
1796.70/1797.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.70/1797.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.70/1797.02	c   random           :       0.00          0          0          0          0          0          0
1796.70/1797.02	c Primal Heuristics  :       Time      Calls      Found
1796.70/1797.02	c   LP solutions     :       0.00          -          0
1796.70/1797.02	c   pseudo solutions :       0.00          -          0
1796.70/1797.02	c   oneopt           :       0.01          0          0
1796.70/1797.02	c   crossover        :       0.00          0          0
1796.70/1797.02	c   intshifting      :       0.00          0          0
1796.70/1797.02	c   fracdiving       :      75.23          8          0
1796.70/1797.02	c   coefdiving       :      84.64          9          0
1796.70/1797.02	c   veclendiving     :      38.03         28          0
1796.70/1797.02	c   pscostdiving     :      51.23         46          0
1796.70/1797.02	c   trivial          :       0.00          2          0
1796.70/1797.02	c   shiftandpropagate:       0.16          1          0
1796.70/1797.02	c   simplerounding   :       0.00          0          0
1796.70/1797.02	c   zirounding       :       1.03       1000          0
1796.70/1797.02	c   rounding         :       2.14       1149          0
1796.70/1797.02	c   shifting         :      10.67        337          0
1796.70/1797.02	c   twoopt           :       0.00          0          0
1796.70/1797.02	c   fixandinfer      :       0.00          0          0
1796.70/1797.02	c   feaspump         :      40.19         13          0
1796.70/1797.02	c   clique           :       0.00          0          0
1796.70/1797.02	c   intdiving        :       0.00          0          0
1796.70/1797.02	c   actconsdiving    :       0.00          0          0
1796.70/1797.02	c   objpscostdiving  :      38.73         18          0
1796.70/1797.02	c   rootsoldiving    :      24.15          9          0
1796.70/1797.02	c   linesearchdiving :      48.78         48          0
1796.70/1797.02	c   guideddiving     :       0.00          0          0
1796.70/1797.02	c   octane           :       0.00          0          0
1796.70/1797.02	c   rens             :       0.05          0          0
1796.70/1797.02	c   rins             :       0.00          0          0
1796.70/1797.02	c   localbranching   :       0.00          0          0
1796.70/1797.02	c   mutation         :       0.00          0          0
1796.70/1797.02	c   dins             :       0.00          0          0
1796.70/1797.02	c   vbounds          :       0.00          0          0
1796.70/1797.02	c   undercover       :       0.00          0          0
1796.70/1797.02	c   subnlp           :       0.00          0          0
1796.70/1797.02	c   trysol           :       0.00          0          0
1796.70/1797.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.70/1797.02	c   primal LP        :       0.07          0          0       0.00       0.00
1796.70/1797.02	c   dual LP          :     753.87       7783    3942962     506.61    5230.32
1796.70/1797.02	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.02	c   barrier LP       :       0.00          0          0       0.00          -
1796.70/1797.02	c   diving/probing LP:     374.64      12447    1925822     154.72    5140.40
1796.70/1797.02	c   strong branching :     580.12       5217    2096240     401.81    3613.47
1796.70/1797.02	c     (at root node) :          -         30      20122     670.73          -
1796.70/1797.02	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.02	c B&B Tree           :
1796.70/1797.02	c   number of runs   :          1
1796.70/1797.02	c   nodes            :       7439
1796.70/1797.02	c   nodes (total)    :       7439
1796.70/1797.02	c   nodes left       :       6055
1796.70/1797.02	c   max depth        :         58
1796.70/1797.02	c   max depth (total):         58
1796.70/1797.02	c   backtracks       :       1001 (13.5%)
1796.70/1797.02	c   delayed cutoffs  :         87
1796.70/1797.02	c   repropagations   :       3289 (65009 domain reductions, 37 cutoffs)
1796.70/1797.02	c   avg switch length:       7.26
1796.70/1797.02	c   switching time   :       8.50
1796.70/1797.02	c Solution           :
1796.70/1797.02	c   Solutions found  :          0 (0 improvements)
1796.70/1797.02	c   Primal Bound     :          -
1796.70/1797.02	c   Dual Bound       : +1.80000000000020e+01
1796.70/1797.02	c   Gap              :   infinite
1796.70/1797.02	c   Root Dual Bound  : +1.51250990891562e+01
1796.70/1797.02	c   Root Iterations  :      19721
1796.80/1797.11	c Time complete: 1796.82.

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-3733845-1338710310/watcher-3733845-1338710310 -o /tmp/evaluation-result-3733845-1338710310/solver-3733845-1338710310 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3733845-1338710310.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.00 2.00 3/176 28182
/proc/meminfo: memFree=27434068/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=9456 CPUtime=0 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 1473 0 0 0 0 0 0 0 20 0 1 0 337157129 9682944 1427 33554432000 4194304 9016284 140734576322160 140736401703112 7824712 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28182/statm: 2364 1428 311 1178 0 1182 0

[startup+0.0761679 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28182
/proc/meminfo: memFree=27434068/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=17872 CPUtime=0.06 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 3461 0 0 0 6 0 0 0 20 0 1 0 337157129 18300928 3415 33554432000 4194304 9016284 140734576322160 140736401703112 6151440 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28182/statm: 4468 3415 360 1178 0 3286 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 17872

[startup+0.100248 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28182
/proc/meminfo: memFree=27434068/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=20316 CPUtime=0.09 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 4060 0 0 0 9 0 0 0 20 0 1 0 337157129 20803584 4014 33554432000 4194304 9016284 140734576322160 140734576186056 6181667 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28182/statm: 5079 4014 360 1178 0 3897 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20316

[startup+0.300229 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28182
/proc/meminfo: memFree=27434068/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=102276 CPUtime=0.29 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 23790 0 0 0 26 3 0 0 20 0 1 0 337157129 104730624 23744 33554432000 4194304 9016284 140734576322160 140734576186056 6468887 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28182/statm: 25569 23744 413 1178 0 24387 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 102276

[startup+0.700231 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28182
/proc/meminfo: memFree=27434068/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=113464 CPUtime=0.68 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 27645 0 0 0 65 3 0 0 20 0 1 0 337157129 116187136 26188 33554432000 4194304 9016284 140734576322160 140734576317832 5252659 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28182/statm: 28366 26188 517 1178 0 27184 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 113464

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28183
/proc/meminfo: memFree=27329916/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=114676 CPUtime=1.49 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 27967 0 0 0 145 4 0 0 20 0 1 0 337157129 117428224 26510 33554432000 4194304 9016284 140734576322160 140734576317112 4222991 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28182/statm: 28669 26510 518 1178 0 27487 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 114676

[startup+3.10022 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28183
/proc/meminfo: memFree=27329048/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=156508 CPUtime=3.09 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 38135 0 0 0 303 6 0 0 20 0 1 0 337157129 160264192 36589 33554432000 4194304 9016284 140734576322160 140734576315080 7213864 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28182/statm: 39127 36589 650 1178 0 37945 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 156508

[startup+6.30023 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 28183
/proc/meminfo: memFree=27231404/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=223828 CPUtime=6.29 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 54521 0 0 0 620 9 0 0 20 0 1 0 337157129 229199872 52975 33554432000 4194304 9016284 140734576322160 140734576315848 5251802 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28182/statm: 55957 52975 687 1178 0 54775 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 223828

[startup+12.7002 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 28183
/proc/meminfo: memFree=27217340/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=226788 CPUtime=12.68 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 56039 0 0 0 1258 10 0 0 20 0 1 0 337157129 232230912 54327 33554432000 4194304 9016284 140734576322160 140734576317320 6272167 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28182/statm: 56697 54327 696 1178 0 55515 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 226788

[startup+25.5003 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 28184
/proc/meminfo: memFree=27212940/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=226788 CPUtime=25.48 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 56061 0 0 0 2536 12 0 0 20 0 1 0 337157129 232230912 54349 33554432000 4194304 9016284 140734576322160 140734576314968 7199008 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28182/statm: 56697 54349 697 1178 0 55515 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 226788

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 28184
/proc/meminfo: memFree=27211204/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=226788 CPUtime=51.08 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 56063 0 0 0 5091 17 0 0 20 0 1 0 337157129 232230912 54351 33554432000 4194304 9016284 140734576322160 140734576316216 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28182/statm: 56697 54351 699 1178 0 55515 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 226788

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 28187
/proc/meminfo: memFree=27206748/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=226788 CPUtime=102.28 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 56065 0 0 0 10187 41 0 0 20 0 1 0 337157129 232230912 54353 33554432000 4194304 9016284 140734576322160 140734576316232 7214187 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28182/statm: 56697 54353 701 1178 0 55515 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 226788

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28209
/proc/meminfo: memFree=27202456/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=226788 CPUtime=162.26 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 56073 0 0 0 16154 72 0 0 20 0 1 0 337157129 232230912 55002 33554432000 4194304 9016284 140734576322160 140734576316088 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28182/statm: 56697 55002 702 1178 0 55515 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 226788

[startup+222.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 28209
/proc/meminfo: memFree=27190588/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=226788 CPUtime=222.25 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 56076 0 0 0 22138 87 0 0 20 0 1 0 337157129 232230912 55966 33554432000 4194304 9016284 140734576322160 140734576315944 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28182/statm: 56697 55966 702 1178 0 55515 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 226788

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 28209
/proc/meminfo: memFree=27182268/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=226788 CPUtime=282.24 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 56076 0 0 0 28122 102 0 0 20 0 1 0 337157129 232230912 55966 33554432000 4194304 9016284 140734576322160 140734576315080 7199008 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28182/statm: 56697 55966 702 1178 0 55515 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 226788

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28210
/proc/meminfo: memFree=27169960/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=226788 CPUtime=342.23 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 56076 0 0 0 34101 122 0 0 20 0 1 0 337157129 232230912 55966 33554432000 4194304 9016284 140734576322160 140734576316216 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28182/statm: 56697 55966 702 1178 0 55515 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 226788

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28210
/proc/meminfo: memFree=27163444/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=226788 CPUtime=402.22 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 56078 0 0 0 40080 142 0 0 20 0 1 0 337157129 232230912 56001 33554432000 4194304 9016284 140734576322160 140734576316072 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28182/statm: 56697 56001 702 1178 0 55515 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 226788

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28210
/proc/meminfo: memFree=27149748/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=226788 CPUtime=462.21 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 56078 0 0 0 46061 160 0 0 20 0 1 0 337157129 232230912 56001 33554432000 4194304 9016284 140734576322160 140734576315080 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28182/statm: 56697 56001 702 1178 0 55515 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 226788

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28211
/proc/meminfo: memFree=27140440/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=226788 CPUtime=522.2 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 56078 0 0 0 52041 179 0 0 20 0 1 0 337157129 232230912 56001 33554432000 4194304 9016284 140734576322160 140734576315080 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28182/statm: 56697 56001 702 1178 0 55515 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 226788

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28211
/proc/meminfo: memFree=27138704/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=226788 CPUtime=582.19 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 56078 0 0 0 58018 201 0 0 20 0 1 0 337157129 232230912 56001 33554432000 4194304 9016284 140734576322160 140734576316392 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28182/statm: 56697 56001 702 1178 0 55515 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 226788

[startup+642.3 s]

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

/proc/meminfo: memFree=27123596/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=226788 CPUtime=1062.12 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 56082 0 0 0 105813 399 0 0 20 0 1 0 337157129 232230912 56005 33554432000 4194304 9016284 140734576322160 140734576316024 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28182/statm: 56697 56005 702 1178 0 55515 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 226788

[startup+1122.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 28216
/proc/meminfo: memFree=27121116/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=226788 CPUtime=1122.11 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 56082 0 0 0 111788 423 0 0 20 0 1 0 337157129 232230912 56005 33554432000 4194304 9016284 140734576322160 140734576316072 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28182/statm: 56697 56005 702 1178 0 55515 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 226788

[startup+1182.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 28216
/proc/meminfo: memFree=27116460/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=226788 CPUtime=1182.1 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 56082 0 0 0 117762 448 0 0 20 0 1 0 337157129 232230912 56005 33554432000 4194304 9016284 140734576322160 140734576316072 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28182/statm: 56697 56005 702 1178 0 55515 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 226788

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28217
/proc/meminfo: memFree=27113724/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=226788 CPUtime=1242.09 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 56082 0 0 0 123737 472 0 0 20 0 1 0 337157129 232230912 56005 33554432000 4194304 9016284 140734576322160 140734576316488 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28182/statm: 56697 56005 702 1178 0 55515 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 226788

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28220
/proc/meminfo: memFree=27111112/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=226788 CPUtime=1302.09 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 56082 0 0 0 129709 500 0 0 20 0 1 0 337157129 232230912 56005 33554432000 4194304 9016284 140734576322160 140734576315960 7199023 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28182/statm: 56697 56005 702 1178 0 55515 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 226788

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28220
/proc/meminfo: memFree=27102564/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=226788 CPUtime=1362.07 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 56082 0 0 0 135677 530 0 0 20 0 1 0 337157129 232230912 56005 33554432000 4194304 9016284 140734576322160 140734576316328 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28182/statm: 56697 56005 702 1178 0 55515 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 226788

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28258
/proc/meminfo: memFree=27273644/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=229900 CPUtime=1422.07 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 56347 0 0 0 141645 562 0 0 20 0 1 0 337157129 235417600 56781 33554432000 4194304 9016284 140734576322160 140734576315912 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28182/statm: 57475 56781 702 1178 0 56293 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 229900

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28258
/proc/meminfo: memFree=27273280/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=230244 CPUtime=1482.06 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 56433 0 0 0 147613 593 0 0 20 0 1 0 337157129 235769856 56867 33554432000 4194304 9016284 140734576322160 140734576314968 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28182/statm: 57561 56867 702 1178 0 56379 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 230244

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28259
/proc/meminfo: memFree=27273464/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=230244 CPUtime=1542.05 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 56433 0 0 0 153579 626 0 0 20 0 1 0 337157129 235769856 56867 33554432000 4194304 9016284 140734576322160 140734576316216 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28182/statm: 57561 56867 702 1178 0 56379 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 230244

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 28259
/proc/meminfo: memFree=27268736/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=237788 CPUtime=1602.04 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 56825 0 0 0 159550 654 0 0 20 0 1 0 337157129 243494912 57770 33554432000 4194304 9016284 140734576322160 140734576316072 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28182/statm: 59447 57770 702 1178 0 58265 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 237788

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 28260
/proc/meminfo: memFree=27266608/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=237788 CPUtime=1662.03 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 57316 0 0 0 165523 680 0 0 20 0 1 0 337157129 243494912 58261 33554432000 4194304 9016284 140734576322160 140734576315080 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28182/statm: 59447 58261 702 1178 0 58265 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 237788

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28260
/proc/meminfo: memFree=27267548/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=236040 CPUtime=1722.02 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 60040 0 0 0 171493 709 0 0 20 0 1 0 337157129 241704960 57974 33554432000 4194304 9016284 140734576322160 140734576314088 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28182/statm: 59010 57974 702 1178 0 57828 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 236040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28260
/proc/meminfo: memFree=27265192/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=236168 CPUtime=1782.01 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 62589 0 0 0 177459 742 0 0 20 0 1 0 337157129 241836032 57722 33554432000 4194304 9016284 140734576322160 140734576315080 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28182/statm: 59042 57722 702 1178 0 57860 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 236168

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28260
/proc/meminfo: memFree=27264324/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=236168 CPUtime=1785.21 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 62864 0 0 0 177778 743 0 0 20 0 1 0 337157129 241836032 57997 33554432000 4194304 9016284 140734576322160 140734576315464 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28182/statm: 59042 57997 702 1178 0 57860 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 236168

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28260
/proc/meminfo: memFree=27262216/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=236168 CPUtime=1791.61 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 63114 0 0 0 178415 746 0 0 20 0 1 0 337157129 241836032 58247 33554432000 4194304 9016284 140734576322160 140734576314856 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28182/statm: 59042 58247 702 1178 0 57860 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 236168

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28260
/proc/meminfo: memFree=27261844/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=237860 CPUtime=1794.81 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 63209 0 0 0 178734 747 0 0 20 0 1 0 337157129 243568640 58342 33554432000 4194304 9016284 140734576322160 140734576316488 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28182/statm: 59465 58342 702 1178 0 58283 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 237860

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28260
/proc/meminfo: memFree=27261844/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=237860 CPUtime=1795.61 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 63209 0 0 0 178813 748 0 0 20 0 1 0 337157129 243568640 58342 33554432000 4194304 9016284 140734576322160 140734576316328 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28182/statm: 59465 58342 702 1178 0 58283 0
Current children cumulated CPU time (s) 1795.61
Current children cumulated vsize (KiB) 237860

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28260
/proc/meminfo: memFree=27261528/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=237860 CPUtime=1796.41 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 63209 0 0 0 178893 748 0 0 20 0 1 0 337157129 243568640 58342 33554432000 4194304 9016284 140734576322160 140734576316008 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28182/statm: 59465 58342 702 1178 0 58283 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 237860

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28260
/proc/meminfo: memFree=27261528/32873844 swapFree=7372/7372
[pid=28182] ppid=28180 vsize=227768 CPUtime=1796.8 cores=0,2,4,6
/proc/28182/stat : 28182 (scip-2.0.1.4b_2) R 28180 28182 26510 0 -1 4202496 63212 0 0 0 178932 748 0 0 20 0 1 0 337157129 233234432 55822 33554432000 4194304 9016284 140734576322160 140734576317976 7933303 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28182/statm: 56843 55690 705 1178 0 55661 0
Current children cumulated CPU time (s) 1796.8
Current children cumulated vsize (KiB) 227768

Child status: 0
Real time (s): 1797.12
CPU time (s): 1796.84
CPU user time (s): 1789.34
CPU system time (s): 7.49586
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 242212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.34
system time used= 7.49586
maximum resident set size= 239252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63217
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= 12
involuntary context switches= 1966

runsolver used 2.6476 second user time and 7.16791 second system time

The end

Launcher Data

Begin job on node118 at 2012-06-03 09:58:30
IDJOB=3733845
IDBENCH=2627
IDSOLVER=2329
FILE ID=node118/3733845-1338710310
RUNJOBID= node118-1338703112-26526
PBS_JOBID= 14636719
Free space on /tmp= 70952 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_16.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733845-1338710310/watcher-3733845-1338710310 -o /tmp/evaluation-result-3733845-1338710310/solver-3733845-1338710310 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3733845-1338710310.opb -t 1800 -m 15500

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

MD5SUM BENCH= 69b04711942c7a7cbb28264339dbffe2
RANDOM SEED=1906361938

node118.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.212
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.42
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.212
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	: 5438.55
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.212
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.92
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.212
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.212
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	: 5320.68
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.212
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.212
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.212
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27434604 kB
Buffers:          491236 kB
Cached:          3901920 kB
SwapCached:            0 kB
Active:          1560068 kB
Inactive:        3013708 kB
Active(anon):     170576 kB
Inactive(anon):    11328 kB
Active(file):    1389492 kB
Inactive(file):  3002380 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             19968 kB
Writeback:             0 kB
AnonPages:        186888 kB
Mapped:            14520 kB
Shmem:               200 kB
Slab:             725984 kB
SReclaimable:     166176 kB
SUnreclaim:       559808 kB
KernelStack:        1456 kB
PageTables:         4468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     296320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70932 MiB
End job on node118 at 2012-06-03 10:28:28