Trace number 3452628

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1800.07 1800.03

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.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
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-3452628-1307091892.opb>
0.39/0.40	c original problem has 7089 variables (7089 bin, 0 int, 0 impl, 0 cont) and 13888 constraints
0.39/0.40	c problem read
0.39/0.40	c presolving settings loaded
0.49/0.54	c presolving:
0.59/0.67	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.89/1.93	c    (1.9s) probing: 118/7089 (1.7%) - 0 fixings, 0 aggregations, 1663 implications, 0 bound changes
1.89/1.93	c    (1.9s) probing aborted: 100/100 successive totally useless probings
1.89/1.93	c presolving (2 rounds):
1.89/1.93	c  0 deleted vars, 6936 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.89/1.93	c  14144 implications, 0 cliques
1.89/1.93	c presolved problem has 7089 variables (7089 bin, 0 int, 0 impl, 0 cont) and 6952 constraints
1.89/1.93	c      16 constraints of type <knapsack>
1.89/1.93	c    6936 constraints of type <linear>
1.89/1.93	c transformed objective value is always integral (scale: 1)
1.89/1.93	c Presolving Time: 1.50
1.89/1.93	c - non default parameters ----------------------------------------------------------------------
1.89/1.93	c # SCIP version 2.0.1.4
1.89/1.93	c 
1.89/1.93	c # frequency for displaying node information lines
1.89/1.93	c # [type: int, range: [-1,2147483647], default: 100]
1.89/1.93	c display/freq = 10000
1.89/1.93	c 
1.89/1.93	c # maximal time in seconds to run
1.89/1.93	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.89/1.93	c limits/time = 1800
1.89/1.93	c 
1.89/1.93	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.89/1.93	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.89/1.93	c limits/memory = 13950
1.89/1.93	c 
1.89/1.93	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.89/1.93	c # [type: int, range: [1,2], default: 1]
1.89/1.93	c timing/clocktype = 2
1.89/1.93	c 
1.89/1.93	c # belongs reading time to solving time?
1.89/1.93	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.89/1.93	c timing/reading = TRUE
1.89/1.93	c 
1.89/1.93	c # should presolving try to simplify inequalities
1.89/1.93	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.89/1.93	c constraints/linear/simplifyinequalities = TRUE
1.89/1.93	c 
1.89/1.93	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.89/1.93	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.89/1.93	c constraints/indicator/addCouplingCons = TRUE
1.89/1.93	c 
1.89/1.93	c # should presolving try to simplify knapsacks
1.89/1.93	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.89/1.93	c constraints/knapsack/simplifyinequalities = TRUE
1.89/1.93	c 
1.89/1.93	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.89/1.93	c # [type: int, range: [-1,2147483647], default: -1]
1.89/1.93	c separating/rapidlearning/freq = 0
1.89/1.93	c 
1.89/1.93	c -----------------------------------------------------------------------------------------------
1.89/1.93	c start solving
1.89/1.93	c 
2.69/2.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.69/2.75	c   2.7s|     1 |     0 |  6863 |     - |  65M|   0 |4009 |7089 |6969 |7089 |6952 |   0 |  17 |   0 | 1.600000e+01 |      --      |    Inf 
10.59/10.62	c  10.6s|     1 |     0 | 19027 |     - |  66M|   0 |4030 |7089 |7402 |7089 |7003 |  51 |  17 |   0 | 1.600000e+01 |      --      |    Inf 
11.19/11.29	c  11.3s|     1 |     0 | 19214 |     - |  67M|   0 |4049 |7089 |7402 |7089 |7069 | 117 |  17 |   0 | 1.600000e+01 |      --      |    Inf 
12.29/12.33	c  12.3s|     1 |     0 | 19581 |     - |  68M|   0 |4041 |7089 |7402 |7089 |7128 | 176 |  17 |   0 | 1.600000e+01 |      --      |    Inf 
13.20/13.27	c  13.3s|     1 |     0 | 19920 |     - |  68M|   0 |4031 |7089 |7402 |7089 |7191 | 239 |  17 |   0 | 1.600000e+01 |      --      |    Inf 
14.20/14.30	c  14.3s|     1 |     0 | 20434 |     - |  69M|   0 |4040 |7089 |7402 |7089 |7258 | 306 |  17 |   0 | 1.600000e+01 |      --      |    Inf 
15.41/15.42	c  15.4s|     1 |     0 | 21060 |     - |  69M|   0 |4059 |7089 |7402 |7089 |7317 | 365 |  17 |   0 | 1.600043e+01 |      --      |    Inf 
22.68/22.71	c  22.7s|     1 |     2 | 21060 |     - |  69M|   0 |4059 |7089 |7402 |7089 |7317 | 365 |  17 |  20 | 1.600043e+01 |      --      |    Inf 
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Solving Time (sec) : 1800.00
1800.04/1800.00	c Solving Nodes      : 6751
1800.04/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.00	c Dual Bound         : +2.00000000000000e+01
1800.04/1800.00	c Gap                : infinite
1800.04/1800.00	s UNKNOWN
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Total Time         :    1800.00
1800.04/1800.00	c   solving          :    1800.00
1800.04/1800.00	c   presolving       :       1.50 (included in solving)
1800.04/1800.00	c   reading          :       0.40 (included in solving)
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-3452628-1307091892.opb
1800.04/1800.00	c   Variables        : 7089 (7089 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 13888 initial, 13888 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-3452628-1307091892.opb
1800.04/1800.00	c   Variables        : 7089 (7089 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 6952 initial, 12837 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       1.22          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.15          0          0          0          0          0       6936          0          0          0
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0       6135          0          4          0         21       2191          0          0      11246
1800.04/1800.00	c   knapsack         :         16          6      39131          0          1          3      63107        185      11465        146          0          0
1800.04/1800.00	c   linear           :       6936+         7      38947          0          1          0      36035        587    1503254          0          0          0
1800.04/1800.00	c   logicor          :          0+         6      19238          0          0          0       9446         95      11940          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.04/1800.00	c   integral         :     559.95       0.00       0.00     559.95       0.00       0.00       0.00
1800.04/1800.00	c   knapsack         :       3.35       0.00       3.31       0.00       0.00       0.00       0.04
1800.04/1800.00	c   linear           :      25.86       0.00      25.82       0.00       0.00       0.00       0.04
1800.04/1800.00	c   logicor          :       1.33       0.00       1.32       0.00       0.00       0.00       0.02
1800.04/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :          0          0          0          0
1800.04/1800.00	c   rootredcost      :          0          0          0          0
1800.04/1800.00	c   pseudoobj        :      38889          0          0          0
1800.04/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.04/1800.00	c   vbounds          :       0.02       0.02       0.00
1800.04/1800.00	c   rootredcost      :       0.02       0.02       0.00
1800.04/1800.00	c   pseudoobj        :       0.04       0.04       0.00
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :       0.07        867        867       5039       34.6         43       22.6          -
1800.04/1800.00	c   infeasible LP    :       3.86       4717       4717      10409       16.5        153       18.4          0
1800.04/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.00	c   applied globally :          -          -          -      10735       18.4          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.00	c   cut pool         :       0.00          5          -          -       2286          -    (maximal pool size: 4025)
1800.04/1800.00	c   redcost          :       0.70       6052          0         10          0          0
1800.04/1800.00	c   impliedbounds    :       0.00          6          0          0         31          0
1800.04/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.00	c   gomory           :       0.08          6          0          0         15          0
1800.04/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.04/1800.00	c   strongcg         :       0.07          6          0          0          9          0
1800.04/1800.00	c   cmir             :       1.85          6          0          0       3000          0
1800.04/1800.00	c   flowcover        :       1.32          6          0          0       1200          0
1800.04/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.04/1800.00	c   rapidlearning    :       4.30          1          0          0          0        433
1800.04/1800.00	c Pricers            :       Time      Calls       Vars
1800.04/1800.00	c   problem variables:       0.00          0          0
1800.04/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :     559.94       6135         21       2191          0          0      11246
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.00          -          0
1800.04/1800.00	c   pseudo solutions :       0.00          -          0
1800.04/1800.00	c   oneopt           :       0.01          0          0
1800.04/1800.00	c   crossover        :       0.00          0          0
1800.04/1800.00	c   rootsoldiving    :      21.68          9          0
1800.04/1800.00	c   objpscostdiving  :      22.56         15          0
1800.04/1800.00	c   veclendiving     :      35.53         35          0
1800.04/1800.00	c   trivial          :       0.01          2          0
1800.04/1800.00	c   shiftandpropagate:       0.21          1          0
1800.04/1800.00	c   simplerounding   :       0.00          0          0
1800.04/1800.00	c   zirounding       :       1.12       1000          0
1800.04/1800.00	c   rounding         :       1.79       1056          0
1800.04/1800.00	c   shifting         :      10.92        309          0
1800.04/1800.00	c   intshifting      :       0.00          0          0
1800.04/1800.00	c   twoopt           :       0.00          0          0
1800.04/1800.00	c   fixandinfer      :       0.00          0          0
1800.04/1800.00	c   feaspump         :      55.18         13          0
1800.04/1800.00	c   clique           :       0.00          0          0
1800.04/1800.00	c   coefdiving       :     173.99          2          0
1800.04/1800.00	c   pscostdiving     :      65.99         21          0
1800.04/1800.00	c   fracdiving       :      87.49          7          0
1800.04/1800.00	c   intdiving        :       0.00          0          0
1800.04/1800.00	c   actconsdiving    :       0.00          0          0
1800.04/1800.00	c   linesearchdiving :      61.19         50          0
1800.04/1800.00	c   guideddiving     :       0.00          0          0
1800.04/1800.00	c   octane           :       0.00          0          0
1800.04/1800.00	c   rens             :       0.01          0          0
1800.04/1800.00	c   rins             :       0.00          0          0
1800.04/1800.00	c   localbranching   :       0.00          0          0
1800.04/1800.00	c   mutation         :       0.00          0          0
1800.04/1800.00	c   dins             :       0.00          0          0
1800.04/1800.00	c   vbounds          :       0.00          0          0
1800.04/1800.00	c   undercover       :       0.00          0          0
1800.04/1800.00	c   subnlp           :       0.00          0          0
1800.04/1800.00	c   trysol           :       0.00          0          0
1800.04/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.00	c   primal LP        :       0.06          0          0       0.00       0.00
1800.04/1800.00	c   dual LP          :     643.36       6878    3660208     532.16    5689.18
1800.04/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.00	c   diving/probing LP:     490.99      14601    2311395     158.30    4707.61
1800.04/1800.00	c   strong branching :     554.91       5816    1951691     335.57    3517.11
1800.04/1800.00	c     (at root node) :          -         20      10906     545.30          -
1800.04/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.00	c B&B Tree           :
1800.04/1800.00	c   number of runs   :          1
1800.04/1800.00	c   nodes            :       6751
1800.04/1800.00	c   nodes (total)    :       6751
1800.04/1800.00	c   nodes left       :       4114
1800.04/1800.00	c   max depth        :         58
1800.04/1800.00	c   max depth (total):         58
1800.04/1800.00	c   backtracks       :       1046 (15.5%)
1800.04/1800.00	c   delayed cutoffs  :        384
1800.04/1800.00	c   repropagations   :       4321 (257173 domain reductions, 132 cutoffs)
1800.04/1800.00	c   avg switch length:       7.09
1800.04/1800.00	c   switching time   :      15.88
1800.04/1800.00	c Solution           :
1800.04/1800.00	c   Solutions found  :          0 (0 improvements)
1800.04/1800.00	c   Primal Bound     :          -
1800.04/1800.00	c   Dual Bound       : +2.00000000000000e+01
1800.04/1800.00	c   Gap              :   infinite
1800.04/1800.00	c   Root Dual Bound  : +1.60004258717062e+01
1800.04/1800.00	c   Root Iterations  :      21060

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.19 2.06 2.01 2/458 6735
/proc/meminfo: memFree=25840668/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=9980 CPUtime=0 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 1506 0 0 0 0 0 0 0 20 0 1 0 820787350 10219520 1459 33554432000 4194304 9128323 140733503645696 18446744073709551615 4337644 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6735/statm: 2495 1461 400 1205 0 1286 0

[startup+0.0234861 s]
/proc/loadavg: 2.19 2.06 2.01 2/458 6735
/proc/meminfo: memFree=25840668/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=11052 CPUtime=0.02 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 1765 0 0 0 2 0 0 0 20 0 1 0 820787350 11317248 1718 33554432000 4194304 9128323 140733503645696 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6735/statm: 2763 1718 400 1205 0 1554 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11052

[startup+0.100474 s]
/proc/loadavg: 2.19 2.06 2.01 2/458 6735
/proc/meminfo: memFree=25840668/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=14744 CPUtime=0.09 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 2675 0 0 0 9 0 0 0 20 0 1 0 820787350 15097856 2628 33554432000 4194304 9128323 140733503645696 18446744073709551615 8001281 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6735/statm: 3686 2628 400 1205 0 2477 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14744

[startup+0.300438 s]
/proc/loadavg: 2.19 2.06 2.01 2/458 6735
/proc/meminfo: memFree=25840668/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=24944 CPUtime=0.29 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 5220 0 0 0 29 0 0 0 21 0 1 0 820787350 25542656 5172 33554432000 4194304 9128323 140733503645696 18446744073709551615 7929278 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6735/statm: 6236 5172 400 1205 0 5027 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24944

[startup+0.700371 s]
/proc/loadavg: 2.19 2.06 2.01 2/458 6735
/proc/meminfo: memFree=25840668/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=136452 CPUtime=0.69 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 35705 0 0 0 66 3 0 0 22 0 1 0 820787350 139726848 31673 33554432000 4194304 9128323 140733503645696 18446744073709551615 5281041 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6735/statm: 34113 31673 563 1205 0 32904 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 136452

[startup+1.50023 s]
/proc/loadavg: 2.10 2.04 2.01 2/457 6737
/proc/meminfo: memFree=26174576/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=136452 CPUtime=1.49 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 35854 0 0 0 146 3 0 0 25 0 1 0 820787350 139726848 31785 33554432000 4194304 9128323 140733503645696 18446744073709551615 5205790 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6735/statm: 34113 31785 542 1205 0 32904 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 136452

[startup+3.10094 s]
/proc/loadavg: 2.10 2.04 2.01 2/457 6737
/proc/meminfo: memFree=26141592/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=190340 CPUtime=3.09 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 51657 0 0 0 302 7 0 0 25 0 1 0 820787350 194908160 44327 33554432000 4194304 9128323 140733503645696 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6735/statm: 47585 44327 734 1205 0 46376 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 190340

[startup+6.30037 s]
/proc/loadavg: 2.10 2.04 2.01 3/459 6764
/proc/meminfo: memFree=26046240/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=190340 CPUtime=6.29 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 52247 0 0 0 619 10 0 0 25 0 1 0 820787350 194908160 44880 33554432000 4194304 9128323 140733503645696 18446744073709551615 4782496 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6735/statm: 47585 44880 729 1205 0 46376 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 190340

[startup+12.7002 s]
/proc/loadavg: 2.08 2.04 2.01 3/459 6764
/proc/meminfo: memFree=25967508/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=265016 CPUtime=12.69 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 70720 0 0 0 1257 12 0 0 25 0 1 0 820787350 271376384 63180 33554432000 4194304 9128323 140733503645696 18446744073709551615 8008900 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6735/statm: 66254 63180 769 1205 0 65045 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 265016

[startup+25.501 s]
/proc/loadavg: 2.07 2.04 2.01 3/459 6764
/proc/meminfo: memFree=25966628/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=265016 CPUtime=25.49 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 70755 0 0 0 2531 18 0 0 25 0 1 0 820787350 271376384 63199 33554432000 4194304 9128323 140733503645696 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6735/statm: 66254 63199 759 1205 0 65045 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 265016

[startup+51.1004 s]
/proc/loadavg: 2.04 2.04 2.00 3/459 6765
/proc/meminfo: memFree=25965924/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=265016 CPUtime=51.09 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 70755 0 0 0 5056 53 0 0 25 0 1 0 820787350 271376384 63199 33554432000 4194304 9128323 140733503645696 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6735/statm: 66254 63199 759 1205 0 65045 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 265016

[startup+102.317 s]
/proc/loadavg: 2.21 2.09 2.02 3/459 6766
/proc/meminfo: memFree=25964136/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=265016 CPUtime=102.31 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 70755 0 0 0 10097 134 0 0 25 0 1 0 820787350 271376384 63199 33554432000 4194304 9128323 140733503645696 18446744073709551615 7343089 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6735/statm: 66254 63199 759 1205 0 65045 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 265016

[startup+162.301 s]
/proc/loadavg: 2.25 2.11 2.03 3/459 6768
/proc/meminfo: memFree=25963852/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=265016 CPUtime=162.29 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 70759 0 0 0 16039 190 0 0 25 0 1 0 820787350 271376384 63203 33554432000 4194304 9128323 140733503645696 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6735/statm: 66254 63203 759 1205 0 65045 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 265016

[startup+222.301 s]
/proc/loadavg: 2.16 2.11 2.03 3/459 6770
/proc/meminfo: memFree=25958976/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=265016 CPUtime=222.29 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 70787 0 0 0 21940 289 0 0 25 0 1 0 820787350 271376384 63227 33554432000 4194304 9128323 140733503645696 18446744073709551615 7162951 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6735/statm: 66254 63227 757 1205 0 65045 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 265016

[startup+282.3 s]
/proc/loadavg: 2.06 2.08 2.02 3/459 6771
/proc/meminfo: memFree=25952484/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=265016 CPUtime=282.3 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 71056 0 0 0 27889 341 0 0 25 0 1 0 820787350 271376384 63491 33554432000 4194304 9128323 140733503645696 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6735/statm: 66254 63491 752 1205 0 65045 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 265016

[startup+342.301 s]
/proc/loadavg: 2.02 2.07 2.02 3/459 6773
/proc/meminfo: memFree=25946616/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=265016 CPUtime=342.29 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 71056 0 0 0 33839 390 0 0 25 0 1 0 820787350 271376384 63491 33554432000 4194304 9128323 140733503645696 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6735/statm: 66254 63491 752 1205 0 65045 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 265016

[startup+402.301 s]
/proc/loadavg: 2.06 2.07 2.02 3/459 6774
/proc/meminfo: memFree=25935916/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=265016 CPUtime=402.3 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 71067 0 0 0 39774 456 0 0 25 0 1 0 820787350 271376384 63502 33554432000 4194304 9128323 140733503645696 18446744073709551615 7184892 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6735/statm: 66254 63502 755 1205 0 65045 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 265016

[startup+462.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/459 6776
/proc/meminfo: memFree=25925344/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=265016 CPUtime=462.3 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 71074 0 0 0 45700 530 0 0 25 0 1 0 820787350 271376384 63508 33554432000 4194304 9128323 140733503645696 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6735/statm: 66254 63508 754 1205 0 65045 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 265016

[startup+522.301 s]
/proc/loadavg: 2.00 2.04 2.01 3/459 6778
/proc/meminfo: memFree=25916752/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=265016 CPUtime=522.3 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 71081 0 0 0 51607 623 0 0 25 0 1 0 820787350 271376384 63515 33554432000 4194304 9128323 140733503645696 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6735/statm: 66254 63515 754 1205 0 65045 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 265016

[startup+582.301 s]
/proc/loadavg: 2.10 2.07 2.02 3/459 6779
/proc/meminfo: memFree=25909908/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=265016 CPUtime=582.31 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 71089 0 0 0 57524 707 0 0 25 0 1 0 820787350 271376384 63523 33554432000 4194304 9128323 140733503645696 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6735/statm: 66254 63523 754 1205 0 65045 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 265016

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/459 6786
/proc/meminfo: memFree=25875052/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=265016 CPUtime=822.31 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 71753 0 0 0 81107 1124 0 0 25 0 1 0 820787350 271376384 64119 33554432000 4194304 9128323 140733503645696 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6735/statm: 66254 64119 754 1205 0 65045 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 265016

[startup+882.301 s]
/proc/loadavg: 2.08 2.05 2.01 3/459 6787
/proc/meminfo: memFree=25871188/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=265016 CPUtime=882.31 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 71762 0 0 0 86993 1238 0 0 25 0 1 0 820787350 271376384 64128 33554432000 4194304 9128323 140733503645696 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6735/statm: 66254 64128 754 1205 0 65045 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 265016

[startup+942.301 s]
/proc/loadavg: 2.03 2.04 2.00 3/459 6789
/proc/meminfo: memFree=25860616/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=265016 CPUtime=942.31 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 71803 0 0 0 92885 1346 0 0 25 0 1 0 820787350 271376384 64169 33554432000 4194304 9128323 140733503645696 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6735/statm: 66254 64169 754 1205 0 65045 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 265016

[startup+1002.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/459 6790
/proc/meminfo: memFree=25854892/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=265016 CPUtime=1002.31 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 71821 0 0 0 98783 1448 0 0 25 0 1 0 820787350 271376384 64187 33554432000 4194304 9128323 140733503645696 18446744073709551615 5207912 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6735/statm: 66254 64187 754 1205 0 65045 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 265016

[startup+1062.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/459 6792
/proc/meminfo: memFree=25841328/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=273004 CPUtime=1062.31 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 73396 0 0 0 104668 1563 0 0 25 0 1 0 820787350 279556096 65762 33554432000 4194304 9128323 140733503645696 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6735/statm: 68251 65762 754 1205 0 67042 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 273004

[startup+1122.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/459 6794
/proc/meminfo: memFree=25835096/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=273004 CPUtime=1122.32 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 73434 0 0 0 110551 1681 0 0 25 0 1 0 820787350 279556096 65800 33554432000 4194304 9128323 140733503645696 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6735/statm: 68251 65800 754 1205 0 67042 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 273004

[startup+1182.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/459 6795
/proc/meminfo: memFree=25821912/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=277508 CPUtime=1182.32 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 74869 0 0 0 116450 1782 0 0 25 0 1 0 820787350 284168192 67235 33554432000 4194304 9128323 140733503645696 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6735/statm: 69377 67235 754 1205 0 68168 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 277508

[startup+1242.3 s]
/proc/loadavg: 2.09 2.07 2.01 3/459 6797
/proc/meminfo: memFree=25813552/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=284988 CPUtime=1242.32 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 76347 0 0 0 122373 1859 0 0 25 0 1 0 820787350 291827712 68713 33554432000 4194304 9128323 140733503645696 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6735/statm: 71247 68713 754 1205 0 70038 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 284988

[startup+1302.3 s]
/proc/loadavg: 2.06 2.07 2.01 3/459 6798
/proc/meminfo: memFree=25805212/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=285280 CPUtime=1302.33 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 76848 0 0 0 128274 1959 0 0 25 0 1 0 820787350 292126720 69214 33554432000 4194304 9128323 140733503645696 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6735/statm: 71320 69214 754 1205 0 70111 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 285280

[startup+1362.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/459 6800
/proc/meminfo: memFree=25798976/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=288128 CPUtime=1362.33 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 81670 0 0 0 134160 2073 0 0 25 0 1 0 820787350 295043072 69937 33554432000 4194304 9128323 140733503645696 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6735/statm: 72032 69937 754 1205 0 70823 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 288128

[startup+1422.32 s]
/proc/loadavg: 2.01 2.04 2.00 3/459 6802
/proc/meminfo: memFree=25789156/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=292232 CPUtime=1422.35 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 99540 0 0 0 140053 2182 0 0 25 0 1 0 820787350 299245568 70976 33554432000 4194304 9128323 140733503645696 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6735/statm: 73058 70976 754 1205 0 71849 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 292232

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/459 6803
/proc/meminfo: memFree=25780080/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=297408 CPUtime=1482.33 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 100852 0 0 0 145947 2286 0 0 25 0 1 0 820787350 304545792 72288 33554432000 4194304 9128323 140733503645696 18446744073709551615 7343034 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6735/statm: 74352 72288 754 1205 0 73143 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 297408

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/459 6805
/proc/meminfo: memFree=25771616/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=302544 CPUtime=1542.33 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 102072 0 0 0 151841 2392 0 0 25 0 1 0 820787350 309805056 73508 33554432000 4194304 9128323 140733503645696 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6735/statm: 75636 73508 754 1205 0 74427 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 302544

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/459 6806
/proc/meminfo: memFree=25765896/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=305436 CPUtime=1602.33 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 106620 0 0 0 157741 2492 0 0 25 0 1 0 820787350 312766464 73782 33554432000 4194304 9128323 140733503645696 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6735/statm: 76359 73782 984 1205 0 75150 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 305436

[startup+1662.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/459 6808
/proc/meminfo: memFree=25750868/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=310600 CPUtime=1662.33 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 120193 0 0 0 163626 2607 0 0 25 0 1 0 820787350 318054400 75591 33554432000 4194304 9128323 140733503645696 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6735/statm: 77650 75591 754 1205 0 76441 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 310600

[startup+1722.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/459 6810
/proc/meminfo: memFree=25745636/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=311176 CPUtime=1722.34 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 129315 0 0 0 169522 2712 0 0 25 0 1 0 820787350 318644224 75741 33554432000 4194304 9128323 140733503645696 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6735/statm: 77794 75741 754 1205 0 76585 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 311176

[startup+1782.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/459 6811
/proc/meminfo: memFree=25736420/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=317940 CPUtime=1782.33 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 131006 0 0 0 175409 2824 0 0 25 0 1 0 820787350 325570560 77432 33554432000 4194304 9128323 140733503645696 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6735/statm: 79485 77432 754 1205 0 78276 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 317940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.10 2.05 2.01 3/459 6812
/proc/meminfo: memFree=25730952/32951124 swapFree=60688864/67111528
[pid=6735] ppid=6733 vsize=323264 CPUtime=1800.04 cores=1,3,5,7
/proc/6735/stat : 6735 (scip-2.0.1.4.li) R 6733 6735 2978 0 -1 4202496 132001 0 0 0 177146 2858 0 0 25 0 1 0 820787350 331022336 78427 33554432000 4194304 9128323 140733503645696 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6735/statm: 80816 78427 754 1205 0 79607 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 323264

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.03
CPU time (s): 1800.07
CPU user time (s): 1771.48
CPU system time (s): 28.5947
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 323264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1771.48
system time used= 28.5947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132003
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= 2585

runsolver used 7.57185 second user time and 18.7382 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-03 11:04:52
IDJOB=3452628
IDBENCH=2635
IDSOLVER=1949
FILE ID=node132/3452628-1307091892
RUNJOBID= node132-1307084684-6277
PBS_JOBID= 13497854
Free space on /tmp= 73860 MiB

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

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

MD5SUM BENCH= 642c38c9f16ba47e1145e44f5259b53a
RANDOM SEED=436285630

node132.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.833
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.833
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	: 5332.74
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.833
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.76
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.833
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.75
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.833
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.77
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.833
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.67
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.833
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.82
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.833
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25840956 kB
Buffers:        311952 kB
Cached:        3015040 kB
SwapCached:      15140 kB
Active:        1506876 kB
Inactive:      5341868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25840956 kB
SwapTotal:    67111528 kB
SwapFree:     60688864 kB
Dirty:           17268 kB
Writeback:           0 kB
AnonPages:     3514552 kB
Mapped:          22052 kB
Slab:           143912 kB
PageTables:      50804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 109699240 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73848 MiB
End job on node132 at 2011-06-03 11:34:54