Trace number 3735176

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.92 1797.2

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_20.opb
MD5SUM601a73d2c5752739e04dd0126b5500f0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark392
Best CPU time to get the best result obtained on this benchmark1783.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 398
Optimality of the best value was proved NO
Number of variables13478
Total number of constraints26620
Number of constraints which are clauses1
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 constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 190
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 445
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 589
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2977
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-3735176-1338717566.opb>
0.49/0.50	c original problem has 13478 variables (13478 bin, 0 int, 0 impl, 0 cont) and 26620 constraints
0.49/0.50	c problem read
0.49/0.50	c presolving settings loaded
0.69/0.70	c presolving:
0.79/0.88	c (round 1) 1 del vars, 1 del conss, 0 add conss, 1 chg bounds, 194 chg sides, 1392 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.89/0.96	c (round 2) 1 del vars, 12355 del conss, 0 add conss, 1 chg bounds, 194 chg sides, 1392 chg coeffs, 965 upgd conss, 0 impls, 0 clqs
0.99/1.06	c (round 3) 1 del vars, 12355 del conss, 16 add conss, 1 chg bounds, 335 chg sides, 2387 chg coeffs, 1911 upgd conss, 848 impls, 12 clqs
0.99/1.10	c (round 4) 1 del vars, 12355 del conss, 16 add conss, 1 chg bounds, 451 chg sides, 2562 chg coeffs, 1911 upgd conss, 848 impls, 12 clqs
2.79/2.88	c    (2.9s) probing: 119/13477 (0.9%) - 0 fixings, 0 aggregations, 86 implications, 0 bound changes
2.79/2.88	c    (2.9s) probing aborted: 100/100 successive totally useless probings
2.98/3.00	c presolving (5 rounds):
2.98/3.00	c  1 deleted vars, 12355 deleted constraints, 16 added constraints, 1 tightened bounds, 0 added holes, 451 changed sides, 2571 changed coefficients
2.98/3.00	c  1020 implications, 12 cliques
2.98/3.00	c presolved problem has 13477 variables (13477 bin, 0 int, 0 impl, 0 cont) and 14281 constraints
2.98/3.00	c    1911 constraints of type <knapsack>
2.98/3.00	c      16 constraints of type <setppc>
2.98/3.00	c   12354 constraints of type <linear>
2.98/3.00	c transformed objective value is always integral (scale: 1)
2.98/3.00	c Presolving Time: 2.20
2.98/3.00	c - non default parameters ----------------------------------------------------------------------
2.98/3.00	c # SCIP version 2.0.1.5
2.98/3.00	c 
2.98/3.00	c # frequency for displaying node information lines
2.98/3.00	c # [type: int, range: [-1,2147483647], default: 100]
2.98/3.00	c display/freq = 10000
2.98/3.00	c 
2.98/3.00	c # maximal time in seconds to run
2.98/3.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.98/3.00	c limits/time = 1797
2.98/3.00	c 
2.98/3.00	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.98/3.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.98/3.00	c limits/memory = 13950
2.98/3.00	c 
2.98/3.00	c # default clock type (1: CPU user seconds, 2: wall clock time)
2.98/3.00	c # [type: int, range: [1,2], default: 1]
2.98/3.00	c timing/clocktype = 2
2.98/3.00	c 
2.98/3.00	c # belongs reading time to solving time?
2.98/3.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.98/3.00	c timing/reading = TRUE
2.98/3.00	c 
2.98/3.00	c # should presolving try to simplify inequalities
2.98/3.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.98/3.00	c constraints/linear/simplifyinequalities = TRUE
2.98/3.00	c 
2.98/3.00	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
2.98/3.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.98/3.00	c constraints/indicator/addCouplingCons = TRUE
2.98/3.00	c 
2.98/3.00	c # should presolving try to simplify knapsacks
2.98/3.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.98/3.00	c constraints/knapsack/simplifyinequalities = TRUE
2.98/3.00	c 
2.98/3.00	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
2.98/3.00	c # [type: int, range: [-1,2147483647], default: -1]
2.98/3.00	c separating/rapidlearning/freq = 0
2.98/3.00	c 
2.98/3.00	c -----------------------------------------------------------------------------------------------
2.98/3.00	c start solving
2.98/3.00	c 
4.30/4.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.30/4.31	c   4.3s|     1 |     0 |  4502 |     - | 128M|   0 |1948 |  13k|  14k|  13k|  14k|   0 |  31 |   0 | 1.900000e+02 |      --      |    Inf 
16.28/16.40	c  16.4s|     1 |     0 | 17794 |     - | 129M|   0 |5316 |  13k|  14k|  13k|  14k| 169 |  31 |   0 | 1.900000e+02 |      --      |    Inf 
27.79/27.85	c  27.8s|     1 |     0 | 25919 |     - | 130M|   0 |5825 |  13k|  14k|  13k|  14k| 310 |  31 |   0 | 1.900000e+02 |      --      |    Inf 
36.59/36.69	c  36.7s|     1 |     0 | 30056 |     - | 130M|   0 |6249 |  13k|  14k|  13k|  14k| 439 |  31 |   0 | 1.900000e+02 |      --      |    Inf 
50.28/50.39	c  50.4s|     1 |     0 | 39325 |     - | 131M|   0 |7190 |  13k|  14k|  13k|  14k| 583 |  31 |   0 | 1.900000e+02 |      --      |    Inf 
63.88/63.99	c  64.0s|     1 |     0 | 46024 |     - | 131M|   0 |8180 |  13k|  14k|  13k|  15k| 741 |  31 |   0 | 1.900000e+02 |      --      |    Inf 
75.28/75.34	c  75.3s|     1 |     0 | 49615 |     - | 132M|   0 |8499 |  13k|  14k|  13k|  15k| 907 |  31 |   0 | 1.900000e+02 |      --      |    Inf 
148.37/148.44	c   148s|     1 |     2 | 49615 |     - | 132M|   0 |8499 |  13k|  14k|  13k|  15k| 907 |  31 |  44 | 1.900000e+02 |      --      |    Inf 
1796.71/1797.03	c 
1796.71/1797.03	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.03	c Solving Time (sec) : 1797.03
1796.71/1797.03	c Solving Nodes      : 277
1796.71/1797.03	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.71/1797.03	c Dual Bound         : +1.90000000000000e+02
1796.71/1797.03	c Gap                : infinite
1796.71/1797.03	s UNKNOWN
1796.71/1797.03	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.03	c Total Time         :    1797.03
1796.71/1797.03	c   solving          :    1797.03
1796.71/1797.03	c   presolving       :       2.20 (included in solving)
1796.71/1797.03	c   reading          :       0.50 (included in solving)
1796.71/1797.03	c Original Problem   :
1796.71/1797.03	c   Problem name     : HOME/instance-3735176-1338717566.opb
1796.71/1797.03	c   Variables        : 13478 (13478 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.03	c   Constraints      : 26620 initial, 26620 maximal
1796.71/1797.03	c Presolved Problem  :
1796.71/1797.03	c   Problem name     : t_HOME/instance-3735176-1338717566.opb
1796.71/1797.03	c   Variables        : 13477 (13477 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.03	c   Constraints      : 14281 initial, 15379 maximal
1796.71/1797.03	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.71/1797.03	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   probing          :       1.76          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   knapsack         :       0.05          0          0          0          0          0          0         16        257       1179
1796.71/1797.03	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   linear           :       0.31          1          0          0          1          0      12355          0        194       1392
1796.71/1797.03	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.71/1797.03	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.03	c   integral         :          0          0          0        237          0          4          0          0         15          0          0        466
1796.71/1797.03	c   knapsack         :       1911          6       9756          0          0          3       1097         19       2321       1204          0          0
1796.71/1797.03	c   setppc           :         16          6       9604          0          0          0          9          0         11          0          0          0
1796.71/1797.03	c   linear           :      12354          6       9737          0          0          0        105         15       2439          0          0          0
1796.71/1797.03	c   logicor          :          0+         6       1259          0          0          0         67          9        161          0          0          0
1796.71/1797.03	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.71/1797.03	c   integral         :     371.56       0.00       0.00     371.56       0.00       0.00       0.00
1796.71/1797.03	c   knapsack         :       1.34       0.07       1.27       0.00       0.00       0.00       0.00
1796.71/1797.03	c   setppc           :       0.01       0.00       0.01       0.00       0.00       0.00       0.00
1796.71/1797.03	c   linear           :       5.08       0.01       5.08       0.00       0.00       0.00       0.00
1796.71/1797.03	c   logicor          :       0.02       0.00       0.02       0.00       0.00       0.00       0.00
1796.71/1797.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.71/1797.03	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.71/1797.03	c   vbounds          :          0          0          0          0
1796.71/1797.03	c   rootredcost      :          0          0          0          0
1796.71/1797.03	c   pseudoobj        :       9508          0          0          0
1796.71/1797.03	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.71/1797.03	c   vbounds          :       0.01       0.01       0.00
1796.71/1797.03	c   rootredcost      :       0.00       0.00       0.00
1796.71/1797.03	c   pseudoobj        :       0.01       0.01       0.00
1796.71/1797.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.71/1797.03	c   propagation      :       0.00         43         43        248       27.0         12       13.8          -
1796.71/1797.03	c   infeasible LP    :       1.29        937        937       1034        8.2          3       21.3          0
1796.71/1797.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.03	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.71/1797.03	c   applied globally :          -          -          -       1098        9.7          -          -          -
1796.71/1797.03	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.71/1797.03	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.71/1797.03	c   cut pool         :       0.00          5          -          -       1180          -    (maximal pool size: 4191)
1796.71/1797.03	c   redcost          :       0.09        242          0          0          0          0
1796.71/1797.03	c   impliedbounds    :       0.00          6          0          0         17          0
1796.71/1797.03	c   intobj           :       0.00          0          0          0          0          0
1796.71/1797.03	c   gomory           :       8.08          6          0          0         12          0
1796.71/1797.03	c   cgmip            :       0.00          0          0          0          0          0
1796.71/1797.03	c   closecuts        :       0.00          0          0          0          0          0
1796.71/1797.03	c   strongcg         :       7.71          6          0          0          1          0
1796.71/1797.03	c   cmir             :       3.64          6          0          0       3000          0
1796.71/1797.03	c   flowcover        :       4.54          6          0          0       1200          0
1796.71/1797.03	c   clique           :       0.00          6          0          0          3          0
1796.71/1797.03	c   zerohalf         :       0.00          0          0          0          0          0
1796.71/1797.03	c   mcf              :       0.01          2          0          0          0          0
1796.71/1797.03	c   oddcycle         :       0.00          0          0          0          0          0
1796.71/1797.03	c   rapidlearning    :       0.00          0          0          0          0          0
1796.71/1797.03	c Pricers            :       Time      Calls       Vars
1796.71/1797.03	c   problem variables:       0.00          0          0
1796.71/1797.03	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.03	c   relpscost        :     371.56        237          0         15          0          0        466
1796.71/1797.03	c   pscost           :       0.00          0          0          0          0          0          0
1796.71/1797.03	c   inference        :       0.00          0          0          0          0          0          0
1796.71/1797.03	c   mostinf          :       0.00          0          0          0          0          0          0
1796.71/1797.03	c   leastinf         :       0.00          0          0          0          0          0          0
1796.71/1797.03	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.71/1797.03	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.71/1797.03	c   random           :       0.00          0          0          0          0          0          0
1796.71/1797.03	c Primal Heuristics  :       Time      Calls      Found
1796.71/1797.03	c   LP solutions     :       0.00          -          0
1796.71/1797.03	c   pseudo solutions :       0.00          -          0
1796.71/1797.03	c   oneopt           :       0.00          0          0
1796.71/1797.03	c   crossover        :       0.00          0          0
1796.71/1797.03	c   pscostdiving     :      27.23          4          0
1796.71/1797.03	c   trivial          :       0.01          2          0
1796.71/1797.03	c   shiftandpropagate:       0.46          1          0
1796.71/1797.03	c   simplerounding   :       0.00          0          0
1796.71/1797.03	c   zirounding       :       0.59        232          0
1796.71/1797.03	c   rounding         :       0.76        168          0
1796.71/1797.03	c   shifting         :       3.07         29          0
1796.71/1797.03	c   intshifting      :       0.00          0          0
1796.71/1797.03	c   twoopt           :       0.00          0          0
1796.71/1797.03	c   fixandinfer      :       0.00          0          0
1796.71/1797.03	c   feaspump         :      16.04          3          0
1796.71/1797.03	c   clique           :       0.00          0          0
1796.71/1797.03	c   coefdiving       :     876.68          4          0
1796.71/1797.03	c   fracdiving       :      28.30          3          0
1796.71/1797.03	c   veclendiving     :      47.49          3          0
1796.71/1797.03	c   intdiving        :       0.00          0          0
1796.71/1797.03	c   actconsdiving    :       0.00          0          0
1796.71/1797.03	c   objpscostdiving  :      28.21          2          0
1796.71/1797.03	c   rootsoldiving    :      36.79          2          0
1796.71/1797.03	c   linesearchdiving :      71.45          3          0
1796.71/1797.03	c   guideddiving     :       0.00          0          0
1796.71/1797.03	c   octane           :       0.00          0          0
1796.71/1797.03	c   rens             :       0.11          0          0
1796.71/1797.03	c   rins             :       0.00          0          0
1796.71/1797.03	c   localbranching   :       0.00          0          0
1796.71/1797.03	c   mutation         :       0.00          0          0
1796.71/1797.03	c   dins             :       0.00          0          0
1796.71/1797.03	c   vbounds          :       0.00          0          0
1796.71/1797.03	c   undercover       :       0.00          0          0
1796.71/1797.03	c   subnlp           :       0.00          0          0
1796.71/1797.03	c   trysol           :       0.00          0          0
1796.71/1797.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.71/1797.03	c   primal LP        :       0.16          0          0       0.00       0.00
1796.71/1797.03	c   dual LP          :     258.60        282     314546    1115.41    1216.33
1796.71/1797.03	c   lex dual LP      :       0.00          0          0       0.00          -
1796.71/1797.03	c   barrier LP       :       0.00          0          0       0.00          -
1796.71/1797.03	c   diving/probing LP:    1111.32       7266    1629105     224.21    1465.91
1796.71/1797.03	c   strong branching :     371.26        364     304773     837.29     820.91
1796.71/1797.03	c     (at root node) :          -         44      42547     966.98          -
1796.71/1797.03	c   conflict analysis:       0.00          0          0       0.00          -
1796.71/1797.03	c B&B Tree           :
1796.71/1797.03	c   number of runs   :          1
1796.71/1797.03	c   nodes            :        277
1796.71/1797.03	c   nodes (total)    :        277
1796.71/1797.03	c   nodes left       :        175
1796.71/1797.03	c   max depth        :         66
1796.71/1797.03	c   max depth (total):         66
1796.71/1797.03	c   backtracks       :         73 (26.4%)
1796.71/1797.03	c   delayed cutoffs  :         15
1796.71/1797.03	c   repropagations   :        705 (667 domain reductions, 1 cutoffs)
1796.71/1797.03	c   avg switch length:       8.70
1796.71/1797.03	c   switching time   :       0.81
1796.71/1797.03	c Solution           :
1796.71/1797.03	c   Solutions found  :          0 (0 improvements)
1796.71/1797.03	c   Primal Bound     :          -
1796.71/1797.03	c   Dual Bound       : +1.90000000000000e+02
1796.71/1797.03	c   Gap              :   infinite
1796.71/1797.03	c   Root Dual Bound  : +1.90000000000000e+02
1796.71/1797.03	c   Root Iterations  :      49615
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-3735176-1338717566/watcher-3735176-1338717566 -o /tmp/evaluation-result-3735176-1338717566/solver-3735176-1338717566 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3735176-1338717566.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.01 2.03 1.97 3/176 13633
/proc/meminfo: memFree=27186396/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=10952 CPUtime=0 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 1716 0 0 0 0 0 0 0 20 0 1 0 337882728 11214848 1670 33554432000 4194304 9016284 140735482602272 140735958461480 7870589 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 2738 1681 340 1178 0 1556 0

[startup+0.0939589 s]
/proc/loadavg: 2.01 2.03 1.97 3/176 13633
/proc/meminfo: memFree=27186396/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=20636 CPUtime=0.08 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 4135 0 0 0 8 0 0 0 20 0 1 0 337882728 21131264 4089 33554432000 4194304 9016284 140735482602272 140735958461480 7928096 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 5159 4089 360 1178 0 3977 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20636

[startup+0.100332 s]
/proc/loadavg: 2.01 2.03 1.97 3/176 13633
/proc/meminfo: memFree=27186396/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=21108 CPUtime=0.09 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 4258 0 0 0 9 0 0 0 20 0 1 0 337882728 21614592 4212 33554432000 4194304 9016284 140735482602272 140735958461480 7842267 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 5277 4212 360 1178 0 4095 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21108

[startup+0.300326 s]
/proc/loadavg: 2.01 2.03 1.97 3/176 13633
/proc/meminfo: memFree=27186396/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=34548 CPUtime=0.28 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 7609 0 0 0 28 0 0 0 20 0 1 0 337882728 35377152 7563 33554432000 4194304 9016284 140735482602272 140735958461480 7928096 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 8637 7563 360 1178 0 7455 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 34548

[startup+0.700311 s]
/proc/loadavg: 2.01 2.03 1.97 3/176 13633
/proc/meminfo: memFree=27186396/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=197600 CPUtime=0.69 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 52429 0 0 0 62 7 0 0 20 0 1 0 337882728 202342400 46710 33554432000 4194304 9016284 140735482602272 140735482466168 4454689 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 49400 46710 443 1178 0 48218 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 197600

[startup+1.50033 s]
/proc/loadavg: 2.01 2.03 1.97 3/177 13634
/proc/meminfo: memFree=26995528/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=205068 CPUtime=1.49 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 55491 0 0 0 142 7 0 0 20 0 1 0 337882728 209989632 48599 33554432000 4194304 9016284 140735482602272 140735482597944 5222104 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 51267 48599 525 1178 0 50085 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 205068

[startup+3.10016 s]
/proc/loadavg: 2.01 2.03 1.97 3/177 13634
/proc/meminfo: memFree=26993048/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=283248 CPUtime=3.08 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 72375 0 0 0 298 10 0 0 20 0 1 0 337882728 290045952 65669 33554432000 4194304 9016284 140735482602272 140735482597944 5871626 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 70812 65669 583 1178 0 69630 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 283248

[startup+6.30013 s]
/proc/loadavg: 2.09 2.04 1.98 3/177 13634
/proc/meminfo: memFree=26882636/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=320816 CPUtime=6.28 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 75658 0 0 0 616 12 0 0 20 0 1 0 337882728 328515584 76296 33554432000 4194304 9016284 140735482602272 140735482594408 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 80204 76296 657 1178 0 79022 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 320816

[startup+12.7002 s]
/proc/loadavg: 2.08 2.04 1.98 3/177 13634
/proc/meminfo: memFree=26881764/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=325992 CPUtime=12.69 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 77283 0 0 0 1254 15 0 0 20 0 1 0 337882728 333815808 78054 33554432000 4194304 9016284 140735482602272 140735482597432 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 81498 78054 692 1178 0 80316 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 325992

[startup+25.5003 s]
/proc/loadavg: 2.06 2.04 1.98 3/177 13634
/proc/meminfo: memFree=26837344/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=365488 CPUtime=25.48 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 83959 0 0 0 2529 19 0 0 20 0 1 0 337882728 374259712 87497 33554432000 4194304 9016284 140735482602272 140735482595192 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 91372 87497 692 1178 0 90190 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 365488

[startup+51.1002 s]
/proc/loadavg: 2.04 2.03 1.98 3/178 13637
/proc/meminfo: memFree=26823788/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=376052 CPUtime=51.07 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 88474 0 0 0 5083 24 0 0 20 0 1 0 337882728 385077248 90674 33554432000 4194304 9016284 140735482602272 140735482596840 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 94013 90674 692 1178 0 92831 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 376052

[startup+102.307 s]
/proc/loadavg: 2.02 2.03 1.98 3/178 13660
/proc/meminfo: memFree=26798500/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=398228 CPUtime=102.27 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 94666 0 0 0 10195 32 0 0 20 0 1 0 337882728 407785472 96508 33554432000 4194304 9016284 140735482602272 140735482596024 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 99557 96508 704 1178 0 98375 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 398228

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/177 13660
/proc/meminfo: memFree=26787304/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=398440 CPUtime=162.26 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 97168 0 0 0 16187 39 0 0 20 0 1 0 337882728 408002560 97419 33554432000 4194304 9016284 140735482602272 140735482595528 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 99610 97419 706 1178 0 98428 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 398440

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/177 13660
/proc/meminfo: memFree=26782024/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=395312 CPUtime=222.25 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 104290 0 0 0 22179 46 0 0 20 0 1 0 337882728 404799488 96736 33554432000 4194304 9016284 140735482602272 140735482595080 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 98828 96736 706 1178 0 97646 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 395312

[startup+282.3 s]
/proc/loadavg: 2.03 2.02 1.98 3/177 13660
/proc/meminfo: memFree=26760108/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=375792 CPUtime=282.24 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 135741 0 0 0 28161 63 0 0 20 0 1 0 337882728 384811008 93021 33554432000 4194304 9016284 140735482602272 140735482594616 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 93948 93021 706 1178 0 92766 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 375792

[startup+342.3 s]
/proc/loadavg: 2.04 2.03 1.99 3/177 13660
/proc/meminfo: memFree=26771836/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=385440 CPUtime=342.24 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 156764 0 0 0 34148 76 0 0 20 0 1 0 337882728 394690560 94186 33554432000 4194304 9016284 140735482602272 140735482595688 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 96360 94186 708 1178 0 95178 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 385440

[startup+402.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 13661
/proc/meminfo: memFree=26755116/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=385440 CPUtime=402.23 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 157258 0 0 0 40141 82 0 0 20 0 1 0 337882728 394690560 94680 33554432000 4194304 9016284 140735482602272 140735482595080 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 96360 94680 710 1178 0 95178 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 385440

[startup+462.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/177 13661
/proc/meminfo: memFree=26734268/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=393492 CPUtime=462.21 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 183328 0 0 0 46124 97 0 0 20 0 1 0 337882728 402935808 97469 33554432000 4194304 9016284 140735482602272 140735482596200 7143448 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 98373 97469 710 1178 0 97191 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 393492

[startup+522.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/177 13661
/proc/meminfo: memFree=26721732/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=401760 CPUtime=522.2 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 185692 0 0 0 52114 106 0 0 20 0 1 0 337882728 411402240 99285 33554432000 4194304 9016284 140735482602272 140735482594968 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 100440 99285 710 1178 0 99258 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 401760

[startup+582.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 13661
/proc/meminfo: memFree=26716032/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=401760 CPUtime=582.19 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 185692 0 0 0 58108 111 0 0 20 0 1 0 337882728 411402240 99285 33554432000 4194304 9016284 140735482602272 140735482595432 7199020 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 100440 99285 710 1178 0 99258 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 401760

[startup+642.3 s]

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

/proc/meminfo: memFree=26628860/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=407028 CPUtime=1062.12 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 200236 0 0 0 106024 188 0 0 20 0 1 0 337882728 416796672 100789 33554432000 4194304 9016284 140735482602272 140735482594936 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 101757 100789 711 1178 0 100575 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 407028

[startup+1122.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 13666
/proc/meminfo: memFree=26612020/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=407028 CPUtime=1122.11 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 200236 0 0 0 112014 197 0 0 20 0 1 0 337882728 416796672 100789 33554432000 4194304 9016284 140735482602272 140735482594936 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 101757 100789 711 1178 0 100575 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 407028

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 13666
/proc/meminfo: memFree=26604580/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=407028 CPUtime=1182.11 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 200236 0 0 0 118005 206 0 0 20 0 1 0 337882728 416796672 100789 33554432000 4194304 9016284 140735482602272 140735482595432 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 101757 100789 711 1178 0 100575 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 407028

[startup+1242.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/178 13669
/proc/meminfo: memFree=26595020/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=407028 CPUtime=1242.1 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 200236 0 0 0 123998 212 0 0 20 0 1 0 337882728 416796672 100789 33554432000 4194304 9016284 140735482602272 140735482594936 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 101757 100789 711 1178 0 100575 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 407028

[startup+1302.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/177 13670
/proc/meminfo: memFree=26584164/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=407028 CPUtime=1302.09 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 200236 0 0 0 129989 220 0 0 20 0 1 0 337882728 416796672 100789 33554432000 4194304 9016284 140735482602272 140735482594936 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 101757 100789 711 1178 0 100575 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 407028

[startup+1362.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/177 13670
/proc/meminfo: memFree=26574120/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=407028 CPUtime=1362.07 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 200236 0 0 0 135978 229 0 0 20 0 1 0 337882728 416796672 100789 33554432000 4194304 9016284 140735482602272 140735482595928 7199037 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 101757 100789 711 1178 0 100575 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 407028

[startup+1422.31 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 13670
/proc/meminfo: memFree=26564452/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=407028 CPUtime=1422.07 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 200236 0 0 0 141968 239 0 0 20 0 1 0 337882728 416796672 100789 33554432000 4194304 9016284 140735482602272 140735482596296 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 101757 100789 711 1178 0 100575 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 407028

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 13670
/proc/meminfo: memFree=26555572/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=407028 CPUtime=1482.06 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 200236 0 0 0 147958 248 0 0 20 0 1 0 337882728 416796672 100789 33554432000 4194304 9016284 140735482602272 140735482594936 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 101757 100789 711 1178 0 100575 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 407028

[startup+1542.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 13670
/proc/meminfo: memFree=26550140/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=407028 CPUtime=1542.05 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 200236 0 0 0 153947 258 0 0 20 0 1 0 337882728 416796672 100789 33554432000 4194304 9016284 140735482602272 140735482594936 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 101757 100789 711 1178 0 100575 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 407028

[startup+1602.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/177 13671
/proc/meminfo: memFree=26543196/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=407028 CPUtime=1602.04 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 200236 0 0 0 159937 267 0 0 20 0 1 0 337882728 416796672 100789 33554432000 4194304 9016284 140735482602272 140735482595880 7199057 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 101757 100789 711 1178 0 100575 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 407028

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/178 13672
/proc/meminfo: memFree=26535252/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=407028 CPUtime=1662.03 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 200236 0 0 0 165931 272 0 0 20 0 1 0 337882728 416796672 100789 33554432000 4194304 9016284 140735482602272 140735482596184 7143468 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 101757 100789 711 1178 0 100575 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 407028

[startup+1722.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/177 13672
/proc/meminfo: memFree=26528564/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=407028 CPUtime=1722.02 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 200236 0 0 0 171924 278 0 0 20 0 1 0 337882728 416796672 100789 33554432000 4194304 9016284 140735482602272 140735482595064 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 101757 100789 711 1178 0 100575 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 407028

[startup+1782.3 s]
/proc/loadavg: 1.98 2.02 2.00 3/177 13976
/proc/meminfo: memFree=26732924/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=407028 CPUtime=1782.01 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 200269 0 0 0 177919 282 0 0 20 0 1 0 337882728 416796672 100822 33554432000 4194304 9016284 140735482602272 140735482596296 6524022 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 101757 100822 711 1178 0 100575 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 407028

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

[startup+1785.5 s]
/proc/loadavg: 1.98 2.02 2.00 3/177 13976
/proc/meminfo: memFree=26733180/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=407028 CPUtime=1785.22 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 200269 0 0 0 178239 283 0 0 20 0 1 0 337882728 416796672 100822 33554432000 4194304 9016284 140735482602272 140735482595432 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 101757 100822 711 1178 0 100575 0
Current children cumulated CPU time (s) 1785.22
Current children cumulated vsize (KiB) 407028

[startup+1791.91 s]
/proc/loadavg: 1.98 2.02 2.00 3/177 13976
/proc/meminfo: memFree=26734408/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=407028 CPUtime=1791.62 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 200269 0 0 0 178879 283 0 0 20 0 1 0 337882728 416796672 100822 33554432000 4194304 9016284 140735482602272 140735482596184 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 101757 100822 711 1178 0 100575 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 407028

[startup+1795.1 s]
/proc/loadavg: 1.99 2.02 2.00 3/177 13976
/proc/meminfo: memFree=26734656/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=407028 CPUtime=1794.81 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 200269 0 0 0 179198 283 0 0 20 0 1 0 337882728 416796672 100822 33554432000 4194304 9016284 140735482602272 140735482596184 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 101757 100822 711 1178 0 100575 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 407028

[startup+1795.9 s]
/proc/loadavg: 1.99 2.02 2.00 3/177 13976
/proc/meminfo: memFree=26734656/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=407028 CPUtime=1795.61 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 200269 0 0 0 179278 283 0 0 20 0 1 0 337882728 416796672 100822 33554432000 4194304 9016284 140735482602272 140735482595432 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 101757 100822 711 1178 0 100575 0
Current children cumulated CPU time (s) 1795.61
Current children cumulated vsize (KiB) 407028

[startup+1796.7 s]
/proc/loadavg: 1.99 2.02 2.00 3/177 13976
/proc/meminfo: memFree=26734408/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=407028 CPUtime=1796.41 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 200269 0 0 0 179358 283 0 0 20 0 1 0 337882728 416796672 100822 33554432000 4194304 9016284 140735482602272 140735482595432 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 101757 100822 711 1178 0 100575 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 407028

[startup+1797.1 s]
/proc/loadavg: 1.99 2.02 2.00 3/177 13976
/proc/meminfo: memFree=26734408/32873648 swapFree=6860/6860
[pid=13633] ppid=13631 vsize=407028 CPUtime=1796.81 cores=0,2,4,6
/proc/13633/stat : 13633 (scip-2.0.1.4b_2) R 13631 13633 13307 0 -1 4202496 200273 0 0 0 179398 283 0 0 20 0 1 0 337882728 416796672 100826 33554432000 4194304 9016284 140735482602272 140735482595432 4687706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13633/statm: 101757 100826 715 1178 0 100575 0
Current children cumulated CPU time (s) 1796.81
Current children cumulated vsize (KiB) 407028

Child status: 0
Real time (s): 1797.2
CPU time (s): 1796.92
CPU user time (s): 1794.06
CPU system time (s): 2.85556
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 419992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.06
system time used= 2.85556
maximum resident set size= 412104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200279
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= 11
involuntary context switches= 1872

runsolver used 6.05108 second user time and 13.9609 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-03 11:59:27
IDJOB=3735176
IDBENCH=2947
IDSOLVER=2329
FILE ID=node116/3735176-1338717566
RUNJOBID= node116-1338713903-13323
PBS_JOBID= 14636747
Free space on /tmp= 71012 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_20.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-3735176-1338717566/watcher-3735176-1338717566 -o /tmp/evaluation-result-3735176-1338717566/solver-3735176-1338717566 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3735176-1338717566.opb -t 1800 -m 15500

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

MD5SUM BENCH= 601a73d2c5752739e04dd0126b5500f0
RANDOM SEED=924397117

node116.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.556
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.11
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.556
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.556
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	: 5438.54
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.556
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.556
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.92
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.556
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.92
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.556
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.90
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.556
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:        27186776 kB
Buffers:          549332 kB
Cached:          4122908 kB
SwapCached:         3028 kB
Active:          2341628 kB
Inactive:        2432540 kB
Active(anon):      91972 kB
Inactive(anon):     8500 kB
Active(file):    2249656 kB
Inactive(file):  2424040 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103480 kB
Dirty:             24096 kB
Writeback:             0 kB
AnonPages:        102816 kB
Mapped:            14692 kB
Shmem:                68 kB
Slab:             774332 kB
SReclaimable:     218764 kB
SUnreclaim:       555568 kB
KernelStack:        1480 kB
PageTables:         4096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     215856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70996 MiB
End job on node116 at 2012-06-03 12:29:24