Trace number 3488888

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E_2 2011-06-10 (fixed)? 1797.2 1797.16

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 benchmark263
Best CPU time to get the best result obtained on this benchmark1800.22
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-3488888-1307771041.opb>
0.19/0.29	c original problem has 7089 variables (7089 bin, 0 int, 0 impl, 0 cont) and 13888 constraints
0.19/0.29	c problem read
0.19/0.29	c presolving settings loaded
0.29/0.39	c presolving:
0.49/0.53	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.79/1.89	c    (1.9s) probing: 118/7089 (1.7%) - 0 fixings, 0 aggregations, 1663 implications, 0 bound changes
1.79/1.89	c    (1.9s) probing aborted: 100/100 successive totally useless probings
1.79/1.89	c presolving (2 rounds):
1.79/1.89	c  0 deleted vars, 6936 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.79/1.89	c  14144 implications, 0 cliques
1.79/1.89	c presolved problem has 7089 variables (7089 bin, 0 int, 0 impl, 0 cont) and 6952 constraints
1.79/1.89	c      16 constraints of type <knapsack>
1.79/1.89	c    6936 constraints of type <linear>
1.79/1.89	c transformed objective value is always integral (scale: 1)
1.79/1.89	c Presolving Time: 1.50
1.79/1.89	c - non default parameters ----------------------------------------------------------------------
1.79/1.89	c # SCIP version 2.0.1.5
1.79/1.89	c 
1.79/1.89	c # frequency for displaying node information lines
1.79/1.89	c # [type: int, range: [-1,2147483647], default: 100]
1.79/1.89	c display/freq = 10000
1.79/1.89	c 
1.79/1.89	c # maximal time in seconds to run
1.79/1.89	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.79/1.89	c limits/time = 1797
1.79/1.89	c 
1.79/1.89	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.79/1.89	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.79/1.89	c limits/memory = 13950
1.79/1.89	c 
1.79/1.89	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.79/1.89	c # [type: int, range: [1,2], default: 1]
1.79/1.89	c timing/clocktype = 2
1.79/1.89	c 
1.79/1.89	c # belongs reading time to solving time?
1.79/1.89	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.79/1.89	c timing/reading = TRUE
1.79/1.89	c 
1.79/1.89	c # should presolving try to simplify inequalities
1.79/1.89	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.79/1.89	c constraints/linear/simplifyinequalities = TRUE
1.79/1.89	c 
1.79/1.89	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.79/1.89	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.79/1.89	c constraints/indicator/addCouplingCons = TRUE
1.79/1.89	c 
1.79/1.89	c # should presolving try to simplify knapsacks
1.79/1.89	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.79/1.89	c constraints/knapsack/simplifyinequalities = TRUE
1.79/1.89	c 
1.79/1.89	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.79/1.89	c # [type: int, range: [-1,2147483647], default: -1]
1.79/1.89	c separating/rapidlearning/freq = 0
1.79/1.89	c 
1.79/1.89	c -----------------------------------------------------------------------------------------------
1.79/1.89	c start solving
1.79/1.89	c 
2.79/2.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.79/2.80	c   2.8s|     1 |     0 |  6863 |     - |  66M|   0 |4009 |7089 |6969 |7089 |6952 |   0 |  17 |   0 | 1.600000e+01 |      --      |    Inf 
11.49/11.54	c  11.5s|     1 |     0 | 19027 |     - |  67M|   0 |4030 |7089 |7402 |7089 |7003 |  51 |  17 |   0 | 1.600000e+01 |      --      |    Inf 
12.19/12.27	c  12.3s|     1 |     0 | 19214 |     - |  68M|   0 |4049 |7089 |7402 |7089 |7069 | 117 |  17 |   0 | 1.600000e+01 |      --      |    Inf 
13.39/13.40	c  13.4s|     1 |     0 | 19581 |     - |  69M|   0 |4041 |7089 |7402 |7089 |7128 | 176 |  17 |   0 | 1.600000e+01 |      --      |    Inf 
14.39/14.42	c  14.4s|     1 |     0 | 19920 |     - |  69M|   0 |4031 |7089 |7402 |7089 |7191 | 239 |  17 |   0 | 1.600000e+01 |      --      |    Inf 
15.49/15.54	c  15.5s|     1 |     0 | 20434 |     - |  70M|   0 |4040 |7089 |7402 |7089 |7258 | 306 |  17 |   0 | 1.600000e+01 |      --      |    Inf 
16.69/16.76	c  16.8s|     1 |     0 | 21060 |     - |  70M|   0 |4059 |7089 |7402 |7089 |7317 | 365 |  17 |   0 | 1.600043e+01 |      --      |    Inf 
24.79/24.83	c  24.8s|     1 |     2 | 21060 |     - |  70M|   0 |4059 |7089 |7402 |7089 |7317 | 365 |  17 |  20 | 1.600043e+01 |      --      |    Inf 
1797.03/1797.01	c 
1797.03/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.01	c Solving Time (sec) : 1797.01
1797.03/1797.01	c Solving Nodes      : 7442
1797.03/1797.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.03/1797.01	c Dual Bound         : +2.30000000000000e+01
1797.03/1797.01	c Gap                : infinite
1797.03/1797.01	s UNKNOWN
1797.03/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.01	c Total Time         :    1797.01
1797.03/1797.01	c   solving          :    1797.01
1797.03/1797.01	c   presolving       :       1.50 (included in solving)
1797.03/1797.01	c   reading          :       0.29 (included in solving)
1797.03/1797.01	c Original Problem   :
1797.03/1797.01	c   Problem name     : HOME/instance-3488888-1307771041.opb
1797.03/1797.01	c   Variables        : 7089 (7089 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.01	c   Constraints      : 13888 initial, 13888 maximal
1797.03/1797.01	c Presolved Problem  :
1797.03/1797.01	c   Problem name     : t_HOME/instance-3488888-1307771041.opb
1797.03/1797.01	c   Variables        : 7089 (7089 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.01	c   Constraints      : 6952 initial, 10993 maximal
1797.03/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.03/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   probing          :       1.31          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   linear           :       0.16          0          0          0          0          0       6936          0          0          0
1797.03/1797.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.03/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.01	c   integral         :          0          0          0       5984          0          4          0         21       1901          0          0      11102
1797.03/1797.01	c   knapsack         :         16          6      41709          0          0          3      94512        212      12476        146          0          0
1797.03/1797.01	c   linear           :       6936+         7      41498          0          0          0      58382       1599    2128602          0          0          0
1797.03/1797.01	c   logicor          :          0+         6      21032          0          0          0      30781        259      18602          0          0          0
1797.03/1797.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.03/1797.01	c   integral         :     511.96       0.00       0.00     511.96       0.00       0.00       0.00
1797.03/1797.01	c   knapsack         :       3.44       0.00       3.38       0.00       0.00       0.00       0.06
1797.03/1797.01	c   linear           :      32.45       0.01      32.37       0.00       0.00       0.00       0.08
1797.03/1797.01	c   logicor          :       2.24       0.00       2.19       0.00       0.00       0.00       0.05
1797.03/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.03/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.03/1797.01	c   vbounds          :          0          0          0          0
1797.03/1797.01	c   rootredcost      :          0          0          0          0
1797.03/1797.01	c   pseudoobj        :      41472          0          0          0
1797.03/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.03/1797.01	c   vbounds          :       0.02       0.02       0.00
1797.03/1797.01	c   rootredcost      :       0.01       0.01       0.00
1797.03/1797.01	c   pseudoobj        :       0.04       0.04       0.00
1797.03/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.03/1797.01	c   propagation      :       0.25       2070       2069      17659       45.9        116       27.2          -
1797.03/1797.01	c   infeasible LP    :       3.47       4037       4037       8894       24.6         95       19.5          0
1797.03/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.03/1797.01	c   applied globally :          -          -          -      11429       24.9          -          -          -
1797.03/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.03/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.03/1797.01	c   cut pool         :       0.00          5          -          -       2286          -    (maximal pool size: 4025)
1797.03/1797.01	c   redcost          :       0.74       5972          0          0          0          0
1797.03/1797.01	c   impliedbounds    :       0.00          6          0          0         31          0
1797.03/1797.01	c   intobj           :       0.00          0          0          0          0          0
1797.03/1797.01	c   gomory           :       0.08          6          0          0         15          0
1797.03/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1797.03/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1797.03/1797.01	c   strongcg         :       0.08          6          0          0          9          0
1797.03/1797.01	c   cmir             :       1.94          6          0          0       3000          0
1797.03/1797.01	c   flowcover        :       1.47          6          0          0       1200          0
1797.03/1797.01	c   clique           :       0.01          1          0          0          0          0
1797.03/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1797.03/1797.01	c   mcf              :       0.00          1          0          0          0          0
1797.03/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1797.03/1797.01	c   rapidlearning    :       4.88          1          0          0          0        433
1797.03/1797.01	c Pricers            :       Time      Calls       Vars
1797.03/1797.01	c   problem variables:       0.00          0          0
1797.03/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.01	c   relpscost        :     511.95       5984         21       1901          0          0      11102
1797.03/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   inference        :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   random           :       0.00          0          0          0          0          0          0
1797.03/1797.01	c Primal Heuristics  :       Time      Calls      Found
1797.03/1797.01	c   LP solutions     :       0.00          -          0
1797.03/1797.01	c   pseudo solutions :       0.00          -          0
1797.03/1797.01	c   oneopt           :       0.01          0          0
1797.03/1797.01	c   crossover        :       0.00          0          0
1797.03/1797.01	c   guideddiving     :       0.00          0          0
1797.03/1797.01	c   intshifting      :       0.00          0          0
1797.03/1797.01	c   coefdiving       :     176.86          3          0
1797.03/1797.01	c   fracdiving       :      97.73          7          0
1797.03/1797.01	c   objpscostdiving  :      56.60          5          0
1797.03/1797.01	c   rootsoldiving    :      21.20          8          0
1797.03/1797.01	c   pscostdiving     :      59.96         18          0
1797.03/1797.01	c   feaspump         :      64.28         10          0
1797.03/1797.01	c   veclendiving     :      34.66         27          0
1797.03/1797.01	c   linesearchdiving :      54.63         44          0
1797.03/1797.01	c   trivial          :       0.01          2          0
1797.03/1797.01	c   shiftandpropagate:       0.24          1          0
1797.03/1797.01	c   simplerounding   :       0.00          0          0
1797.03/1797.01	c   zirounding       :       1.02       1000          0
1797.03/1797.01	c   rounding         :       1.56       1036          0
1797.03/1797.01	c   shifting         :      10.70        292          0
1797.03/1797.01	c   twoopt           :       0.00          0          0
1797.03/1797.01	c   fixandinfer      :       0.00          0          0
1797.03/1797.01	c   clique           :       0.00          0          0
1797.03/1797.01	c   intdiving        :       0.00          0          0
1797.03/1797.01	c   actconsdiving    :       0.00          0          0
1797.03/1797.01	c   octane           :       0.00          0          0
1797.03/1797.01	c   rens             :       0.06          0          0
1797.03/1797.01	c   rins             :       0.00          0          0
1797.03/1797.01	c   localbranching   :       0.00          0          0
1797.03/1797.01	c   mutation         :       0.00          0          0
1797.03/1797.01	c   dins             :       0.00          0          0
1797.03/1797.01	c   vbounds          :       0.00          0          0
1797.03/1797.01	c   undercover       :       0.00          0          0
1797.03/1797.01	c   subnlp           :       0.00          0          0
1797.03/1797.01	c   trysol           :       0.00          0          0
1797.03/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.03/1797.01	c   primal LP        :       0.07          0          0       0.00       0.00
1797.03/1797.01	c   dual LP          :     633.41       6707    3769247     561.99    5950.68
1797.03/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1797.03/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1797.03/1797.01	c   diving/probing LP:     538.83      11608    2320068     199.87    4305.79
1797.03/1797.01	c   strong branching :     507.07       4638    2008118     432.97    3960.24
1797.03/1797.01	c     (at root node) :          -         20      10906     545.30          -
1797.03/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1797.03/1797.01	c B&B Tree           :
1797.03/1797.01	c   number of runs   :          1
1797.03/1797.01	c   nodes            :       7442
1797.03/1797.01	c   nodes (total)    :       7442
1797.03/1797.01	c   nodes left       :       2406
1797.03/1797.01	c   max depth        :         58
1797.03/1797.01	c   max depth (total):         58
1797.03/1797.01	c   backtracks       :       1454 (19.5%)
1797.03/1797.01	c   delayed cutoffs  :       1255
1797.03/1797.01	c   repropagations   :       5732 (714764 domain reductions, 709 cutoffs)
1797.03/1797.01	c   avg switch length:       6.24
1797.03/1797.01	c   switching time   :      18.05
1797.03/1797.01	c Solution           :
1797.03/1797.01	c   Solutions found  :          0 (0 improvements)
1797.03/1797.01	c   Primal Bound     :          -
1797.03/1797.01	c   Dual Bound       : +2.30000000000000e+01
1797.03/1797.01	c   Gap              :   infinite
1797.03/1797.01	c   Root Dual Bound  : +1.60004258717062e+01
1797.03/1797.01	c   Root Iterations  :      21060
1797.13/1797.15	c Time complete: 1797.19.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3488888-1307771041/watcher-3488888-1307771041 -o /tmp/evaluation-result-3488888-1307771041/solver-3488888-1307771041 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488888-1307771041.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 1.95 2/174 12342
/proc/meminfo: memFree=31445416/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=11972 CPUtime=0 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 2091 0 0 0 0 0 0 0 25 0 1 0 888704507 12259328 2045 33554432000 4194304 9016284 140733579960064 18446744073709551615 7870589 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/12342/statm: 3007 2056 341 1178 0 1825 0

[startup+0.0637061 s]
/proc/loadavg: 2.00 2.00 1.95 2/174 12342
/proc/meminfo: memFree=31445416/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=17500 CPUtime=0.06 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 3366 0 0 0 6 0 0 0 25 0 1 0 888704507 17920000 3320 33554432000 4194304 9016284 140733579960064 18446744073709551615 7928096 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/12342/statm: 4375 3320 360 1178 0 3193 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 17500

[startup+0.100736 s]
/proc/loadavg: 2.00 2.00 1.95 2/174 12342
/proc/meminfo: memFree=31445416/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=20304 CPUtime=0.09 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 4060 0 0 0 9 0 0 0 25 0 1 0 888704507 20791296 4014 33554432000 4194304 9016284 140733579960064 18446744073709551615 6181819 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/12342/statm: 5076 4014 360 1178 0 3894 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20304

[startup+0.300704 s]
/proc/loadavg: 2.00 2.00 1.95 2/174 12342
/proc/meminfo: memFree=31445416/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=41412 CPUtime=0.29 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 9306 0 0 0 28 1 0 0 25 0 1 0 888704507 42405888 9260 33554432000 4194304 9016284 140733579960064 18446744073709551615 7875499 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12342/statm: 10353 9260 406 1178 0 9171 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41412

[startup+0.700635 s]
/proc/loadavg: 2.00 2.00 1.95 2/174 12342
/proc/meminfo: memFree=31445416/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=131812 CPUtime=0.69 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 33412 0 0 0 65 4 0 0 25 0 1 0 888704507 134975488 30632 33554432000 4194304 9016284 140733579960064 18446744073709551615 5256532 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12342/statm: 32953 30632 516 1178 0 31771 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 131812

[startup+1.50049 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 12343
/proc/meminfo: memFree=31324656/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=131812 CPUtime=1.49 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 33423 0 0 0 145 4 0 0 25 0 1 0 888704507 134975488 30643 33554432000 4194304 9016284 140733579960064 18446744073709551615 5254000 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12342/statm: 32953 30643 516 1178 0 31771 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 131812

[startup+3.10019 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 12343
/proc/meminfo: memFree=31292412/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=185772 CPUtime=3.09 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 49711 0 0 0 302 7 0 0 25 0 1 0 888704507 190230528 43178 33554432000 4194304 9016284 140733579960064 18446744073709551615 7180992 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12342/statm: 46443 43178 713 1178 0 45261 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 185772

[startup+6.30058 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 12343
/proc/meminfo: memFree=31273328/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=185772 CPUtime=6.29 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 49784 0 0 0 621 8 0 0 25 0 1 0 888704507 190230528 43219 33554432000 4194304 9016284 140733579960064 18446744073709551615 6578058 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12342/statm: 46443 43219 699 1178 0 45261 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 185772

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 12344
/proc/meminfo: memFree=31196048/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=262308 CPUtime=12.69 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 69356 0 0 0 1259 10 0 0 25 0 1 0 888704507 268603392 62762 33554432000 4194304 9016284 140733579960064 18446744073709551615 6270523 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12342/statm: 65577 62762 892 1178 0 64395 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 262308

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 12344
/proc/meminfo: memFree=31192048/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=262308 CPUtime=25.49 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 69677 0 0 0 2536 13 0 0 25 0 1 0 888704507 268603392 62887 33554432000 4194304 9016284 140733579960064 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12342/statm: 65577 62887 727 1178 0 64395 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 262308

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 12345
/proc/meminfo: memFree=31186480/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=262308 CPUtime=51.09 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 69677 0 0 0 5089 20 0 0 25 0 1 0 888704507 268603392 62887 33554432000 4194304 9016284 140733579960064 18446744073709551615 7213554 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12342/statm: 65577 62887 727 1178 0 64395 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 262308

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 12346
/proc/meminfo: memFree=31184944/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=262308 CPUtime=102.29 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 69679 0 0 0 10189 40 0 0 25 0 1 0 888704507 268603392 62889 33554432000 4194304 9016284 140733579960064 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12342/statm: 65577 62889 729 1178 0 64395 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 262308

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 12348
/proc/meminfo: memFree=31171524/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=262308 CPUtime=162.29 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 69687 0 0 0 16159 70 0 0 25 0 1 0 888704507 268603392 62893 33554432000 4194304 9016284 140733579960064 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12342/statm: 65577 62893 726 1178 0 64395 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 262308

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 12349
/proc/meminfo: memFree=31159340/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=262308 CPUtime=222.29 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 69687 0 0 0 22129 100 0 0 25 0 1 0 888704507 268603392 62893 33554432000 4194304 9016284 140733579960064 18446744073709551615 6948717 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12342/statm: 65577 62893 726 1178 0 64395 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 262308

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 12351
/proc/meminfo: memFree=31150880/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=262308 CPUtime=282.29 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 69691 0 0 0 28105 124 0 0 25 0 1 0 888704507 268603392 62897 33554432000 4194304 9016284 140733579960064 18446744073709551615 7138992 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12342/statm: 65577 62897 726 1178 0 64395 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 262308

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 12390
/proc/meminfo: memFree=31526240/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=262308 CPUtime=342.29 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 69691 0 0 0 34093 136 0 0 25 0 1 0 888704507 268603392 62897 33554432000 4194304 9016284 140733579960064 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12342/statm: 65577 62897 726 1178 0 64395 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 262308

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 12392
/proc/meminfo: memFree=31526496/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=262308 CPUtime=402.29 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 69696 0 0 0 40068 161 0 0 25 0 1 0 888704507 268603392 62897 33554432000 4194304 9016284 140733579960064 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12342/statm: 65577 62897 721 1178 0 64395 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 262308

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 12394
/proc/meminfo: memFree=31526116/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=262308 CPUtime=462.29 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 69697 0 0 0 46044 185 0 0 25 0 1 0 888704507 268603392 62898 33554432000 4194304 9016284 140733579960064 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12342/statm: 65577 62898 721 1178 0 64395 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 262308

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 12395
/proc/meminfo: memFree=31516176/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=262308 CPUtime=522.29 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 69706 0 0 0 52019 210 0 0 25 0 1 0 888704507 268603392 62907 33554432000 4194304 9016284 140733579960064 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12342/statm: 65577 62907 723 1178 0 64395 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 262308

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 12397
/proc/meminfo: memFree=31508592/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=262308 CPUtime=582.29 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 69716 0 0 0 57989 240 0 0 25 0 1 0 888704507 268603392 62917 33554432000 4194304 9016284 140733579960064 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12342/statm: 65577 62917 723 1178 0 64395 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 262308

[startup+642.301 s]

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

/proc/meminfo: memFree=31448104/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=262308 CPUtime=1062.31 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 70358 0 0 0 105761 470 0 0 25 0 1 0 888704507 268603392 63433 33554432000 4194304 9016284 140733579960064 18446744073709551615 7198975 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12342/statm: 65577 63433 729 1178 0 64395 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 262308

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 12420
/proc/meminfo: memFree=31439388/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=264704 CPUtime=1122.31 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 70945 0 0 0 111734 497 0 0 25 0 1 0 888704507 271056896 64011 33554432000 4194304 9016284 140733579960064 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12342/statm: 66176 64011 720 1178 0 64994 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 264704

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 12424
/proc/meminfo: memFree=31428068/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=269468 CPUtime=1182.31 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 71712 0 0 0 117705 526 0 0 25 0 1 0 888704507 275935232 64778 33554432000 4194304 9016284 140733579960064 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12342/statm: 67367 64778 720 1178 0 66185 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 269468

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 12426
/proc/meminfo: memFree=31421100/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=269292 CPUtime=1242.31 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 75788 0 0 0 123677 554 0 0 25 0 1 0 888704507 275755008 65153 33554432000 4194304 9016284 140733579960064 18446744073709551615 7081881 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12342/statm: 67323 65153 720 1178 0 66141 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 269292

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 12428
/proc/meminfo: memFree=31399992/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=287796 CPUtime=1302.32 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 88961 0 0 0 129650 582 0 0 25 0 1 0 888704507 294703104 69241 33554432000 4194304 9016284 140733579960064 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12342/statm: 71949 69241 720 1178 0 70767 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 287796

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 12430
/proc/meminfo: memFree=31395128/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=287796 CPUtime=1362.32 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 89510 0 0 0 135624 608 0 0 25 0 1 0 888704507 294703104 69781 33554432000 4194304 9016284 140733579960064 18446744073709551615 7204795 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12342/statm: 71949 69781 720 1178 0 70767 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 287796

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 12431
/proc/meminfo: memFree=31384560/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=289932 CPUtime=1422.33 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 89992 0 0 0 141599 634 0 0 25 0 1 0 888704507 296890368 70263 33554432000 4194304 9016284 140733579960064 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12342/statm: 72483 70263 720 1178 0 71301 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 289932

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 12433
/proc/meminfo: memFree=31377092/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=291776 CPUtime=1482.32 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 90554 0 0 0 147576 656 0 0 25 0 1 0 888704507 298778624 70825 33554432000 4194304 9016284 140733579960064 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12342/statm: 72944 70825 720 1178 0 71762 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 291776

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 12434
/proc/meminfo: memFree=31368756/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=297572 CPUtime=1542.33 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 95581 0 0 0 153543 690 0 0 25 0 1 0 888704507 304713728 72120 33554432000 4194304 9016284 140733579960064 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12342/statm: 74393 72120 720 1178 0 73211 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 297572

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 12436
/proc/meminfo: memFree=31361648/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=301352 CPUtime=1602.33 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 96415 0 0 0 159510 723 0 0 25 0 1 0 888704507 308584448 72954 33554432000 4194304 9016284 140733579960064 18446744073709551615 4347632 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12342/statm: 75338 72954 720 1178 0 74156 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 301352

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 12438
/proc/meminfo: memFree=31347236/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=310992 CPUtime=1662.33 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 98803 0 0 0 165481 752 0 0 25 0 1 0 888704507 318455808 75342 33554432000 4194304 9016284 140733579960064 18446744073709551615 7214207 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12342/statm: 77748 75342 720 1178 0 76566 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 310992

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 1.95 3/175 12439
/proc/meminfo: memFree=31341728/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=310992 CPUtime=1722.33 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 98810 0 0 0 171452 781 0 0 25 0 1 0 888704507 318455808 75349 33554432000 4194304 9016284 140733579960064 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12342/statm: 77748 75349 720 1178 0 76566 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 310992

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 1.95 3/175 12441
/proc/meminfo: memFree=31331008/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=314392 CPUtime=1782.33 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 99943 0 0 0 177423 810 0 0 25 0 1 0 888704507 321937408 76482 33554432000 4194304 9016284 140733579960064 18446744073709551615 7214210 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12342/statm: 78598 76482 720 1178 0 77416 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 314392

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

[startup+1785.5 s]
/proc/loadavg: 2.03 2.01 1.95 3/175 12441
/proc/meminfo: memFree=31330140/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=315412 CPUtime=1785.53 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 100146 0 0 0 177742 811 0 0 25 0 1 0 888704507 322981888 76685 33554432000 4194304 9016284 140733579960064 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12342/statm: 78853 76685 720 1178 0 77671 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 315412

[startup+1791.91 s]
/proc/loadavg: 2.02 2.01 1.95 3/175 12441
/proc/meminfo: memFree=31327532/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=316192 CPUtime=1791.93 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 100355 0 0 0 178379 814 0 0 25 0 1 0 888704507 323780608 76894 33554432000 4194304 9016284 140733579960064 18446744073709551615 5257454 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12342/statm: 79048 76894 720 1178 0 77866 0
Current children cumulated CPU time (s) 1791.93
Current children cumulated vsize (KiB) 316192

[startup+1795.1 s]
/proc/loadavg: 2.02 2.01 1.95 3/175 12441
/proc/meminfo: memFree=31329144/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=316192 CPUtime=1795.14 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 100356 0 0 0 178698 816 0 0 25 0 1 0 888704507 323780608 76895 33554432000 4194304 9016284 140733579960064 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12342/statm: 79048 76895 720 1178 0 77866 0
Current children cumulated CPU time (s) 1795.14
Current children cumulated vsize (KiB) 316192

[startup+1795.9 s]
/proc/loadavg: 2.02 2.01 1.95 3/175 12441
/proc/meminfo: memFree=31329144/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=316192 CPUtime=1795.93 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 100356 0 0 0 178777 816 0 0 25 0 1 0 888704507 323780608 76895 33554432000 4194304 9016284 140733579960064 18446744073709551615 7081805 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12342/statm: 79048 76895 720 1178 0 77866 0
Current children cumulated CPU time (s) 1795.93
Current children cumulated vsize (KiB) 316192

[startup+1796.7 s]
/proc/loadavg: 2.02 2.01 1.95 3/175 12441
/proc/meminfo: memFree=31329144/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=316192 CPUtime=1796.74 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 100356 0 0 0 178857 817 0 0 25 0 1 0 888704507 323780608 76895 33554432000 4194304 9016284 140733579960064 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12342/statm: 79048 76895 720 1178 0 77866 0
Current children cumulated CPU time (s) 1796.74
Current children cumulated vsize (KiB) 316192

[startup+1797.1 s]
/proc/loadavg: 2.02 2.01 1.95 3/175 12441
/proc/meminfo: memFree=31329144/32951124 swapFree=67060628/67111528
[pid=12342] ppid=12340 vsize=316192 CPUtime=1797.13 cores=0,2,4,6
/proc/12342/stat : 12342 (scip-2.0.1.4b_2) R 12340 12342 8673 0 -1 4202496 100358 0 0 0 178896 817 0 0 18 0 1 0 888704507 323780608 76897 33554432000 4194304 9016284 140733579960064 18446744073709551615 4446757 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/12342/statm: 79048 76897 722 1178 0 77866 0
Current children cumulated CPU time (s) 1797.13
Current children cumulated vsize (KiB) 316192

Child status: 0
Real time (s): 1797.16
CPU time (s): 1797.2
CPU user time (s): 1789.01
CPU system time (s): 8.18675
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 316192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.01
system time used= 8.18675
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100363
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= 6
involuntary context switches= 4132

runsolver used 2.79957 second user time and 5.57115 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-11 07:44:01
IDJOB=3488888
IDBENCH=2635
IDSOLVER=1979
FILE ID=node106/3488888-1307771041
RUNJOBID= node106-1307767442-11902
PBS_JOBID= 13550854
Free space on /tmp= 74000 MiB

SOLVER NAME= 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-3488888-1307771041/watcher-3488888-1307771041 -o /tmp/evaluation-result-3488888-1307771041/solver-3488888-1307771041 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488888-1307771041.opb -t 1800 -m 15500

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

MD5SUM BENCH= 642c38c9f16ba47e1145e44f5259b53a
RANDOM SEED=609303225

node106.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31445968 kB
Buffers:        125032 kB
Cached:         805320 kB
SwapCached:      12488 kB
Active:         649308 kB
Inactive:       697068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31445968 kB
SwapTotal:    67111528 kB
SwapFree:     67060628 kB
Dirty:           20472 kB
Writeback:           0 kB
AnonPages:      414088 kB
Mapped:          12920 kB
Slab:            93772 kB
PageTables:       5072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   587536 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73984 MiB
End job on node106 at 2011-06-11 08:13:58