Trace number 3733933

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.14

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_17.opb
MD5SUM642c38c9f16ba47e1145e44f5259b53a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark260
Best CPU time to get the best result obtained on this benchmark1800.2
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 262
Optimality of the best value was proved NO
Number of variables7089
Total number of constraints13888
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 constraints13888
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 2621
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-3733933-1338711366.opb>
0.19/0.26	c original problem has 7089 variables (7089 bin, 0 int, 0 impl, 0 cont) and 13888 constraints
0.19/0.26	c problem read
0.19/0.26	c presolving settings loaded
0.28/0.37	c presolving:
0.38/0.49	c (round 1) 0 del vars, 6936 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 16 upgd conss, 0 impls, 0 clqs
1.69/1.73	c    (1.7s) probing: 118/7089 (1.7%) - 0 fixings, 0 aggregations, 1663 implications, 0 bound changes
1.69/1.73	c    (1.7s) probing aborted: 100/100 successive totally useless probings
1.69/1.73	c presolving (2 rounds):
1.69/1.73	c  0 deleted vars, 6936 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.69/1.73	c  14144 implications, 0 cliques
1.69/1.73	c presolved problem has 7089 variables (7089 bin, 0 int, 0 impl, 0 cont) and 6952 constraints
1.69/1.73	c      16 constraints of type <knapsack>
1.69/1.73	c    6936 constraints of type <linear>
1.69/1.73	c transformed objective value is always integral (scale: 1)
1.69/1.73	c Presolving Time: 1.38
1.69/1.73	c - non default parameters ----------------------------------------------------------------------
1.69/1.73	c # SCIP version 2.0.1.5
1.69/1.73	c 
1.69/1.73	c # frequency for displaying node information lines
1.69/1.73	c # [type: int, range: [-1,2147483647], default: 100]
1.69/1.73	c display/freq = 10000
1.69/1.73	c 
1.69/1.73	c # maximal time in seconds to run
1.69/1.73	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.69/1.73	c limits/time = 1797
1.69/1.73	c 
1.69/1.73	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.69/1.73	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.69/1.73	c limits/memory = 13950
1.69/1.73	c 
1.69/1.73	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.69/1.73	c # [type: int, range: [1,2], default: 1]
1.69/1.73	c timing/clocktype = 2
1.69/1.73	c 
1.69/1.73	c # belongs reading time to solving time?
1.69/1.73	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.69/1.73	c timing/reading = TRUE
1.69/1.73	c 
1.69/1.73	c # should presolving try to simplify inequalities
1.69/1.73	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.69/1.73	c constraints/linear/simplifyinequalities = TRUE
1.69/1.73	c 
1.69/1.73	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.69/1.73	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.69/1.73	c constraints/indicator/addCouplingCons = TRUE
1.69/1.73	c 
1.69/1.73	c # should presolving try to simplify knapsacks
1.69/1.73	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.69/1.73	c constraints/knapsack/simplifyinequalities = TRUE
1.69/1.73	c 
1.69/1.73	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.69/1.73	c # [type: int, range: [-1,2147483647], default: -1]
1.69/1.73	c separating/rapidlearning/freq = 0
1.69/1.73	c 
1.69/1.73	c -----------------------------------------------------------------------------------------------
1.69/1.73	c start solving
1.69/1.74	c 
2.49/2.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.49/2.56	c   2.6s|     1 |     0 |  6863 |     - |  66M|   0 |4009 |7089 |6969 |7089 |6952 |   0 |  17 |   0 | 1.600000e+01 |      --      |    Inf 
10.48/10.58	c  10.6s|     1 |     0 | 19027 |     - |  67M|   0 |4030 |7089 |7402 |7089 |7003 |  51 |  17 |   0 | 1.600000e+01 |      --      |    Inf 
11.18/11.23	c  11.2s|     1 |     0 | 19214 |     - |  68M|   0 |4049 |7089 |7402 |7089 |7069 | 117 |  17 |   0 | 1.600000e+01 |      --      |    Inf 
12.18/12.26	c  12.3s|     1 |     0 | 19581 |     - |  69M|   0 |4041 |7089 |7402 |7089 |7128 | 176 |  17 |   0 | 1.600000e+01 |      --      |    Inf 
13.10/13.18	c  13.2s|     1 |     0 | 19920 |     - |  69M|   0 |4031 |7089 |7402 |7089 |7191 | 239 |  17 |   0 | 1.600000e+01 |      --      |    Inf 
14.09/14.19	c  14.2s|     1 |     0 | 20434 |     - |  70M|   0 |4040 |7089 |7402 |7089 |7258 | 306 |  17 |   0 | 1.600000e+01 |      --      |    Inf 
15.19/15.30	c  15.3s|     1 |     0 | 21060 |     - |  70M|   0 |4059 |7089 |7402 |7089 |7317 | 365 |  17 |   0 | 1.600043e+01 |      --      |    Inf 
22.59/22.62	c  22.6s|     1 |     2 | 21060 |     - |  70M|   0 |4059 |7089 |7402 |7089 |7317 | 365 |  17 |  20 | 1.600043e+01 |      --      |    Inf 
1796.70/1797.01	c 
1796.70/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.01	c Solving Time (sec) : 1797.01
1796.70/1797.01	c Solving Nodes      : 8222
1796.70/1797.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.70/1797.01	c Dual Bound         : +2.40000000000000e+01
1796.70/1797.01	c Gap                : infinite
1796.70/1797.01	s UNKNOWN
1796.70/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.01	c Total Time         :    1797.01
1796.70/1797.01	c   solving          :    1797.01
1796.70/1797.01	c   presolving       :       1.38 (included in solving)
1796.70/1797.01	c   reading          :       0.26 (included in solving)
1796.70/1797.01	c Original Problem   :
1796.70/1797.01	c   Problem name     : HOME/instance-3733933-1338711366.opb
1796.70/1797.01	c   Variables        : 7089 (7089 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.01	c   Constraints      : 13888 initial, 13888 maximal
1796.70/1797.01	c Presolved Problem  :
1796.70/1797.01	c   Problem name     : t_HOME/instance-3733933-1338711366.opb
1796.70/1797.01	c   Variables        : 7089 (7089 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.01	c   Constraints      : 6952 initial, 10993 maximal
1796.70/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   probing          :       1.20          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   linear           :       0.15          0          0          0          0          0       6936          0          0          0
1796.70/1797.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.70/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.01	c   integral         :          0          0          0       6560          0          4          0         21       2010          0          0      12204
1796.70/1797.01	c   knapsack         :         16          6      46006          0          0          3     106965        245      14373        146          0          0
1796.70/1797.01	c   linear           :       6936+         7      45762          0          0          0      65019       1828    2423600          0          0          0
1796.70/1797.01	c   logicor          :          0+         6      23217          0          0          0      35057        296      21948          0          0          0
1796.70/1797.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.70/1797.01	c   integral         :     517.68       0.00       0.00     517.68       0.00       0.00       0.00
1796.70/1797.01	c   knapsack         :       3.22       0.00       3.16       0.00       0.00       0.00       0.05
1796.70/1797.01	c   linear           :      30.74       0.00      30.66       0.00       0.00       0.00       0.07
1796.70/1797.01	c   logicor          :       2.09       0.00       2.05       0.00       0.00       0.00       0.04
1796.70/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.70/1797.01	c   vbounds          :          0          0          0          0
1796.70/1797.01	c   rootredcost      :          0          0          0          0
1796.70/1797.01	c   pseudoobj        :      45769          0          0          0
1796.70/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.70/1797.01	c   vbounds          :       0.02       0.02       0.00
1796.70/1797.01	c   rootredcost      :       0.01       0.01       0.00
1796.70/1797.01	c   pseudoobj        :       0.05       0.05       0.00
1796.70/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.01	c   propagation      :       0.25       2369       2367      20158       45.8        127       27.2          -
1796.70/1797.01	c   infeasible LP    :       3.33       4134       4134       9562       25.6        101       19.7          0
1796.70/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.01	c   applied globally :          -          -          -      12419       25.4          -          -          -
1796.70/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.70/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.01	c   cut pool         :       0.00          5          -          -       2286          -    (maximal pool size: 4025)
1796.70/1797.01	c   redcost          :       0.74       6548          0          0          0          0
1796.70/1797.01	c   impliedbounds    :       0.00          6          0          0         31          0
1796.70/1797.01	c   intobj           :       0.00          0          0          0          0          0
1796.70/1797.01	c   gomory           :       0.07          6          0          0         15          0
1796.70/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1796.70/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1796.70/1797.01	c   strongcg         :       0.07          6          0          0          9          0
1796.70/1797.01	c   cmir             :       1.76          6          0          0       3000          0
1796.70/1797.01	c   flowcover        :       1.33          6          0          0       1200          0
1796.70/1797.01	c   clique           :       0.00          1          0          0          0          0
1796.70/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1796.70/1797.01	c   mcf              :       0.00          1          0          0          0          0
1796.70/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1796.70/1797.01	c   rapidlearning    :       4.51          1          0          0          0        433
1796.70/1797.01	c Pricers            :       Time      Calls       Vars
1796.70/1797.01	c   problem variables:       0.00          0          0
1796.70/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.01	c   relpscost        :     517.67       6560         21       2010          0          0      12204
1796.70/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1796.70/1797.01	c   inference        :       0.00          0          0          0          0          0          0
1796.70/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1796.70/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1796.70/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.70/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.70/1797.01	c   random           :       0.00          0          0          0          0          0          0
1796.70/1797.01	c Primal Heuristics  :       Time      Calls      Found
1796.70/1797.01	c   LP solutions     :       0.00          -          0
1796.70/1797.01	c   pseudo solutions :       0.00          -          0
1796.70/1797.01	c   oneopt           :       0.01          0          0
1796.70/1797.01	c   crossover        :       0.00          0          0
1796.70/1797.01	c   linesearchdiving :      51.04         44          0
1796.70/1797.01	c   trivial          :       0.01          2          0
1796.70/1797.01	c   shiftandpropagate:       0.22          1          0
1796.70/1797.01	c   simplerounding   :       0.00          0          0
1796.70/1797.01	c   zirounding       :       0.92       1000          0
1796.70/1797.01	c   rounding         :       1.44       1097          0
1796.70/1797.01	c   shifting         :      10.06        309          0
1796.70/1797.01	c   intshifting      :       0.00          0          0
1796.70/1797.01	c   twoopt           :       0.00          0          0
1796.70/1797.01	c   fixandinfer      :       0.00          0          0
1796.70/1797.01	c   feaspump         :      62.34         11          0
1796.70/1797.01	c   clique           :       0.00          0          0
1796.70/1797.01	c   coefdiving       :     159.90          3          0
1796.70/1797.01	c   pscostdiving     :      70.03         22          0
1796.70/1797.01	c   fracdiving       :      93.69          8          0
1796.70/1797.01	c   veclendiving     :      36.70         31          0
1796.70/1797.01	c   intdiving        :       0.00          0          0
1796.70/1797.01	c   actconsdiving    :       0.00          0          0
1796.70/1797.01	c   objpscostdiving  :      51.71          6          0
1796.70/1797.01	c   rootsoldiving    :      21.74          9          0
1796.70/1797.01	c   guideddiving     :       0.00          0          0
1796.70/1797.01	c   octane           :       0.00          0          0
1796.70/1797.01	c   rens             :       0.06          0          0
1796.70/1797.01	c   rins             :       0.00          0          0
1796.70/1797.01	c   localbranching   :       0.00          0          0
1796.70/1797.01	c   mutation         :       0.00          0          0
1796.70/1797.01	c   dins             :       0.00          0          0
1796.70/1797.01	c   vbounds          :       0.00          0          0
1796.70/1797.01	c   undercover       :       0.00          0          0
1796.70/1797.01	c   subnlp           :       0.00          0          0
1796.70/1797.01	c   trysol           :       0.00          0          0
1796.70/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.70/1797.01	c   primal LP        :       0.06          0          0       0.00       0.00
1796.70/1797.01	c   dual LP          :     651.24       7345    4185581     569.85    6427.12
1796.70/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1796.70/1797.01	c   diving/probing LP:     520.11      12523    2423280     193.51    4659.16
1796.70/1797.01	c   strong branching :     512.68       4973    2217045     445.82    4324.45
1796.70/1797.01	c     (at root node) :          -         20      10906     545.30          -
1796.70/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.01	c B&B Tree           :
1796.70/1797.01	c   number of runs   :          1
1796.70/1797.01	c   nodes            :       8222
1796.70/1797.01	c   nodes (total)    :       8222
1796.70/1797.01	c   nodes left       :       2507
1796.70/1797.01	c   max depth        :         58
1796.70/1797.01	c   max depth (total):         58
1796.70/1797.01	c   backtracks       :       1649 (20.1%)
1796.70/1797.01	c   delayed cutoffs  :       1476
1796.70/1797.01	c   repropagations   :       6340 (830380 domain reductions, 831 cutoffs)
1796.70/1797.01	c   avg switch length:       6.35
1796.70/1797.01	c   switching time   :      16.52
1796.70/1797.01	c Solution           :
1796.70/1797.01	c   Solutions found  :          0 (0 improvements)
1796.70/1797.01	c   Primal Bound     :          -
1796.70/1797.01	c   Dual Bound       : +2.40000000000000e+01
1796.70/1797.01	c   Gap              :   infinite
1796.70/1797.01	c   Root Dual Bound  : +1.60004258717062e+01
1796.70/1797.01	c   Root Iterations  :      21060
1796.80/1797.13	c Time complete: 1796.83.

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-3733933-1338711366/watcher-3733933-1338711366 -o /tmp/evaluation-result-3733933-1338711366/solver-3733933-1338711366 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3733933-1338711366.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 3811
/proc/meminfo: memFree=29899904/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=9924 CPUtime=0 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 1568 0 0 0 0 0 0 0 20 0 1 0 337262607 10162176 1522 33554432000 4194304 9016284 140736090725456 140735870364600 7875499 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 2481 1533 335 1178 0 1299 0

[startup+0.0201061 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3811
/proc/meminfo: memFree=29899904/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=13936 CPUtime=0.01 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 2454 0 0 0 1 0 0 0 20 0 1 0 337262607 14270464 2408 33554432000 4194304 9016284 140736090725456 140735870364600 6813403 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 3484 2408 360 1178 0 2302 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13936

[startup+0.100144 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3811
/proc/meminfo: memFree=29899904/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=20784 CPUtime=0.09 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 4176 0 0 0 9 0 0 0 20 0 1 0 337262607 21282816 4130 33554432000 4194304 9016284 140736090725456 140735870364600 7928096 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 5196 4130 360 1178 0 4014 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20784

[startup+0.300156 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3811
/proc/meminfo: memFree=29899904/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=53868 CPUtime=0.28 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 12397 0 0 0 27 1 0 0 20 0 1 0 337262607 55160832 12351 33554432000 4194304 9016284 140736090725456 140735870364600 4320503 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 13467 12351 406 1178 0 12285 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 53868

[startup+0.700166 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3811
/proc/meminfo: memFree=29899904/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=131820 CPUtime=0.69 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 33411 0 0 0 64 5 0 0 20 0 1 0 337262607 134983680 30629 33554432000 4194304 9016284 140736090725456 140736090722056 5254010 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 32955 30629 514 1178 0 31773 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 131820

[startup+1.50016 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3812
/proc/meminfo: memFree=29779608/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=131820 CPUtime=1.49 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 33422 0 0 0 144 5 0 0 20 0 1 0 337262607 134983680 30640 33554432000 4194304 9016284 140736090725456 140736090722056 5254242 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 32955 30640 514 1178 0 31773 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 131820

[startup+3.10015 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3812
/proc/meminfo: memFree=29729192/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=185780 CPUtime=3.09 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 45874 0 0 0 301 8 0 0 20 0 1 0 337262607 190238720 43427 33554432000 4194304 9016284 140736090725456 140736090717240 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 46445 43427 647 1178 0 45263 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 185780

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3812
/proc/meminfo: memFree=29727636/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=252116 CPUtime=6.29 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 62159 0 0 0 618 11 0 0 20 0 1 0 337262607 258166784 59712 33554432000 4194304 9016284 140736090725456 140736090716296 5253230 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 63029 59712 690 1178 0 61847 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 252116

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3812
/proc/meminfo: memFree=29651500/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=262316 CPUtime=12.68 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 65380 0 0 0 1257 11 0 0 20 0 1 0 337262607 268611584 62714 33554432000 4194304 9016284 140736090725456 140736090720616 7289924 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 65579 62714 698 1178 0 64397 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 262316

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3812
/proc/meminfo: memFree=29650772/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=262316 CPUtime=25.48 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 65524 0 0 0 2535 13 0 0 20 0 1 0 337262607 268611584 62858 33554432000 4194304 9016284 140736090725456 140736090719208 7214194 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 65579 62858 699 1178 0 64397 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 262316

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3812
/proc/meminfo: memFree=29651020/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=262316 CPUtime=51.08 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 65524 0 0 0 5085 23 0 0 20 0 1 0 337262607 268611584 62858 33554432000 4194304 9016284 140736090725456 140736090718712 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 65579 62858 699 1178 0 64397 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 262316

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3812
/proc/meminfo: memFree=29551508/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=262316 CPUtime=102.28 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 65529 0 0 0 10187 41 0 0 20 0 1 0 337262607 268611584 62863 33554432000 4194304 9016284 140736090725456 140736090718200 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 65579 62863 701 1178 0 64397 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 262316

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3812
/proc/meminfo: memFree=29550696/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=262316 CPUtime=162.26 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 65534 0 0 0 16158 68 0 0 20 0 1 0 337262607 268611584 62868 33554432000 4194304 9016284 140736090725456 140736090719528 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 65579 62868 702 1178 0 64397 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 262316

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3813
/proc/meminfo: memFree=29549924/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=262316 CPUtime=222.25 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 65535 0 0 0 22128 97 0 0 20 0 1 0 337262607 268611584 62869 33554432000 4194304 9016284 140736090725456 140736090719480 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 65579 62869 702 1178 0 64397 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 262316

[startup+282.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/178 3892
/proc/meminfo: memFree=29723164/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=262316 CPUtime=282.24 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 65546 0 0 0 28108 116 0 0 20 0 1 0 337262607 268611584 63400 33554432000 4194304 9016284 140736090725456 140736090719224 7199023 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 65579 63400 702 1178 0 64397 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 262316

[startup+342.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 3892
/proc/meminfo: memFree=29706948/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=262316 CPUtime=342.23 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 65556 0 0 0 34089 134 0 0 20 0 1 0 337262607 268611584 64709 33554432000 4194304 9016284 140736090725456 140736090718824 7214028 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 65579 64709 702 1178 0 64397 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 262316

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 3892
/proc/meminfo: memFree=29706372/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=262316 CPUtime=402.22 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 65556 0 0 0 40064 158 0 0 20 0 1 0 337262607 268611584 64715 33554432000 4194304 9016284 140736090725456 140736090719320 7198981 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 65579 64715 702 1178 0 64397 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 262316

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3892
/proc/meminfo: memFree=29701872/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=262316 CPUtime=462.21 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 65563 0 0 0 46035 186 0 0 20 0 1 0 337262607 268611584 64722 33554432000 4194304 9016284 140736090725456 140736090719384 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 65579 64722 704 1178 0 64397 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 262316

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3893
/proc/meminfo: memFree=29701592/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=262316 CPUtime=522.2 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 65570 0 0 0 52009 211 0 0 20 0 1 0 337262607 268611584 64729 33554432000 4194304 9016284 140736090725456 140736090718712 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 65579 64729 704 1178 0 64397 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 262316

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3893
/proc/meminfo: memFree=29698092/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=262316 CPUtime=582.19 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 65570 0 0 0 57979 240 0 0 20 0 1 0 337262607 268611584 64729 33554432000 4194304 9016284 140736090725456 140736090719624 7199020 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 65579 64729 704 1178 0 64397 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 262316

[startup+642.3 s]

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

/proc/meminfo: memFree=29678312/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=264712 CPUtime=1062.12 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 66149 0 0 0 105745 467 0 0 20 0 1 0 337262607 271065088 65503 33554432000 4194304 9016284 140736090725456 140736090719096 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 66178 65503 704 1178 0 64996 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 264712

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3898
/proc/meminfo: memFree=29675460/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=269476 CPUtime=1122.11 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 66915 0 0 0 111714 497 0 0 20 0 1 0 337262607 275943424 66269 33554432000 4194304 9016284 140736090725456 140736090719736 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 67369 66269 704 1178 0 66187 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 269476

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3898
/proc/meminfo: memFree=29665600/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=278636 CPUtime=1182.1 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 71959 0 0 0 117684 526 0 0 20 0 1 0 337262607 285323264 68237 33554432000 4194304 9016284 140736090725456 140736090719320 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 69659 68237 704 1178 0 68477 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 278636

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3898
/proc/meminfo: memFree=29653508/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=287804 CPUtime=1242.09 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 81548 0 0 0 123653 556 0 0 20 0 1 0 337262607 294711296 71266 33554432000 4194304 9016284 140736090725456 140736090719624 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 71951 71266 704 1178 0 70769 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 287804

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3898
/proc/meminfo: memFree=29653140/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=287804 CPUtime=1302.08 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 81548 0 0 0 129625 583 0 0 20 0 1 0 337262607 294711296 71266 33554432000 4194304 9016284 140736090725456 140736090719384 5257454 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 71951 71266 704 1178 0 70769 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 287804

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3898
/proc/meminfo: memFree=29647124/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=289940 CPUtime=1362.06 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 82045 0 0 0 135596 610 0 0 20 0 1 0 337262607 296898560 71763 33554432000 4194304 9016284 140736090725456 140736090718392 7214159 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 72485 71763 704 1178 0 71303 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 289940

[startup+1422.31 s]
/proc/loadavg: 2.10 2.03 2.01 3/177 3899
/proc/meminfo: memFree=29639868/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=298524 CPUtime=1422.07 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 83431 0 0 0 141569 638 0 0 20 0 1 0 337262607 305688576 73660 33554432000 4194304 9016284 140736090725456 140736090717912 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 74631 73660 704 1178 0 73449 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 298524

[startup+1482.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/178 3902
/proc/meminfo: memFree=29636492/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=301360 CPUtime=1482.04 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 86392 0 0 0 147532 672 0 0 20 0 1 0 337262607 308592640 74419 33554432000 4194304 9016284 140736090725456 140736090718136 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 75340 74419 704 1178 0 74158 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 301360

[startup+1542.3 s]
/proc/loadavg: 2.17 2.06 2.01 3/177 3902
/proc/meminfo: memFree=29628872/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=307708 CPUtime=1542.03 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 87701 0 0 0 153501 702 0 0 20 0 1 0 337262607 315092992 76239 33554432000 4194304 9016284 140736090725456 140736090719784 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 76927 76239 704 1178 0 75745 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 307708

[startup+1602.3 s]
/proc/loadavg: 2.19 2.08 2.02 3/177 3902
/proc/meminfo: memFree=29626888/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=311000 CPUtime=1602.03 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 88266 0 0 0 159471 732 0 0 20 0 1 0 337262607 318464000 76804 33554432000 4194304 9016284 140736090725456 140736090718712 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 77750 76804 704 1178 0 76568 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 311000

[startup+1662.3 s]
/proc/loadavg: 2.20 2.09 2.02 3/177 3902
/proc/meminfo: memFree=29632912/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=315420 CPUtime=1662.02 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 89600 0 0 0 165439 763 0 0 20 0 1 0 337262607 322990080 78138 33554432000 4194304 9016284 140736090725456 140736090719208 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 78855 78138 704 1178 0 77673 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 315420

[startup+1722.3 s]
/proc/loadavg: 2.14 2.09 2.02 3/177 3903
/proc/meminfo: memFree=29619892/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=326924 CPUtime=1722.01 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 91365 0 0 0 171406 795 0 0 20 0 1 0 337262607 334770176 80899 33554432000 4194304 9016284 140736090725456 140736090718376 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 81731 80899 704 1178 0 80549 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 326924

[startup+1782.3 s]
/proc/loadavg: 2.18 2.10 2.03 3/177 3903
/proc/meminfo: memFree=29607428/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=332408 CPUtime=1782 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 92878 0 0 0 177373 827 0 0 20 0 1 0 337262607 340385792 82412 33554432000 4194304 9016284 140736090725456 140736090718376 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 83102 82412 704 1178 0 81920 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 332408

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

[startup+1785.5 s]
/proc/loadavg: 2.17 2.10 2.03 3/177 3903
/proc/meminfo: memFree=29607428/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=332408 CPUtime=1785.2 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 92878 0 0 0 177691 829 0 0 20 0 1 0 337262607 340385792 82412 33554432000 4194304 9016284 140736090725456 140736090719384 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 83102 82412 704 1178 0 81920 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 332408

[startup+1791.91 s]
/proc/loadavg: 2.15 2.10 2.02 3/177 3903
/proc/meminfo: memFree=29607800/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=332408 CPUtime=1791.6 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 92878 0 0 0 178327 833 0 0 20 0 1 0 337262607 340385792 82412 33554432000 4194304 9016284 140736090725456 140736090719320 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 83102 82412 704 1178 0 81920 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 332408

[startup+1795.1 s]
/proc/loadavg: 2.14 2.10 2.02 3/177 3903
/proc/meminfo: memFree=29607676/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=332408 CPUtime=1794.8 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 92878 0 0 0 178645 835 0 0 20 0 1 0 337262607 340385792 82412 33554432000 4194304 9016284 140736090725456 140736090719384 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 83102 82412 704 1178 0 81920 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 332408

[startup+1795.9 s]
/proc/loadavg: 2.14 2.10 2.02 3/177 3903
/proc/meminfo: memFree=29607676/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=332408 CPUtime=1795.59 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 92878 0 0 0 178724 835 0 0 20 0 1 0 337262607 340385792 82412 33554432000 4194304 9016284 140736090725456 140736090719320 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 83102 82412 704 1178 0 81920 0
Current children cumulated CPU time (s) 1795.59
Current children cumulated vsize (KiB) 332408

[startup+1796.7 s]
/proc/loadavg: 2.14 2.10 2.02 3/177 3903
/proc/meminfo: memFree=29607676/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=332408 CPUtime=1796.39 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 92878 0 0 0 178804 835 0 0 20 0 1 0 337262607 340385792 82412 33554432000 4194304 9016284 140736090725456 140736090719080 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 83102 82412 704 1178 0 81920 0
Current children cumulated CPU time (s) 1796.39
Current children cumulated vsize (KiB) 332408

[startup+1797.1 s]
/proc/loadavg: 2.14 2.10 2.02 3/177 3903
/proc/meminfo: memFree=29607676/32873648 swapFree=7628/7628
[pid=3811] ppid=3809 vsize=329336 CPUtime=1796.8 cores=0,2,4,6
/proc/3811/stat : 3811 (scip-2.0.1.4b_2) R 3809 3811 20657 0 -1 4202496 92880 0 0 0 178844 836 0 0 20 0 1 0 337262607 337240064 81646 33554432000 4194304 9016284 140736090725456 140736090719080 7933303 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3811/statm: 82334 81646 706 1178 0 81152 0
Current children cumulated CPU time (s) 1796.8
Current children cumulated vsize (KiB) 329336

Child status: 0
Real time (s): 1797.14
CPU time (s): 1796.84
CPU user time (s): 1788.47
CPU system time (s): 8.37173
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 332408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.47
system time used= 8.37173
maximum resident set size= 329656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92885
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= 19
involuntary context switches= 1906

runsolver used 3.04254 second user time and 7.75982 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-03 10:16:06
IDJOB=3733933
IDBENCH=2635
IDSOLVER=2329
FILE ID=node122/3733933-1338711366
RUNJOBID= node122-1338679213-29461
PBS_JOBID= 14636691
Free space on /tmp= 71164 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_17.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-3733933-1338711366/watcher-3733933-1338711366 -o /tmp/evaluation-result-3733933-1338711366/solver-3733933-1338711366 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3733933-1338711366.opb -t 1800 -m 15500

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

MD5SUM BENCH= 642c38c9f16ba47e1145e44f5259b53a
RANDOM SEED=474415618

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29900548 kB
Buffers:          186088 kB
Cached:          1558932 kB
SwapCached:         1800 kB
Active:           845440 kB
Inactive:        1350388 kB
Active(anon):     451320 kB
Inactive(anon):     1980 kB
Active(file):     394120 kB
Inactive(file):  1348408 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100160 kB
Dirty:             20632 kB
Writeback:             4 kB
AnonPages:        457084 kB
Mapped:            11700 kB
Shmem:                 0 kB
Slab:             639952 kB
SReclaimable:      84240 kB
SUnreclaim:       555712 kB
KernelStack:        1456 kB
PageTables:         4904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     572764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    389120 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= 71144 MiB
End job on node122 at 2012-06-03 10:46:03