Trace number 3450968

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 SCIP 2.0.1.4b with SoPlex 1.5.0.4? (TO) 1800.09 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.5 [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-3450968-1307091923.opb>
0.29/0.39	c original problem has 7089 variables (7089 bin, 0 int, 0 impl, 0 cont) and 13888 constraints
0.29/0.39	c problem read
0.29/0.39	c presolving settings loaded
0.39/0.49	c presolving:
0.59/0.63	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.91	c    (1.9s) probing: 118/7089 (1.7%) - 0 fixings, 0 aggregations, 1663 implications, 0 bound changes
1.89/1.91	c    (1.9s) probing aborted: 100/100 successive totally useless probings
1.89/1.91	c presolving (2 rounds):
1.89/1.91	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.91	c  14144 implications, 0 cliques
1.89/1.91	c presolved problem has 7089 variables (7089 bin, 0 int, 0 impl, 0 cont) and 6952 constraints
1.89/1.91	c      16 constraints of type <knapsack>
1.89/1.91	c    6936 constraints of type <linear>
1.89/1.91	c transformed objective value is always integral (scale: 1)
1.89/1.91	c Presolving Time: 1.42
1.89/1.91	c - non default parameters ----------------------------------------------------------------------
1.89/1.91	c # SCIP version 2.0.1.5
1.89/1.91	c 
1.89/1.91	c # frequency for displaying node information lines
1.89/1.91	c # [type: int, range: [-1,2147483647], default: 100]
1.89/1.91	c display/freq = 10000
1.89/1.91	c 
1.89/1.91	c # maximal time in seconds to run
1.89/1.91	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.89/1.91	c limits/time = 1800
1.89/1.91	c 
1.89/1.91	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.89/1.91	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.89/1.91	c limits/memory = 13950
1.89/1.91	c 
1.89/1.91	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.89/1.91	c # [type: int, range: [1,2], default: 1]
1.89/1.91	c timing/clocktype = 2
1.89/1.91	c 
1.89/1.91	c # belongs reading time to solving time?
1.89/1.91	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.89/1.91	c timing/reading = TRUE
1.89/1.91	c 
1.89/1.91	c # should presolving try to simplify inequalities
1.89/1.91	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.89/1.91	c constraints/linear/simplifyinequalities = TRUE
1.89/1.91	c 
1.89/1.91	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.89/1.91	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.89/1.91	c constraints/indicator/addCouplingCons = TRUE
1.89/1.91	c 
1.89/1.91	c # should presolving try to simplify knapsacks
1.89/1.91	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.89/1.91	c constraints/knapsack/simplifyinequalities = TRUE
1.89/1.91	c 
1.89/1.91	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.89/1.91	c # [type: int, range: [-1,2147483647], default: -1]
1.89/1.91	c separating/rapidlearning/freq = 0
1.89/1.91	c 
1.89/1.91	c -----------------------------------------------------------------------------------------------
1.89/1.91	c start solving
1.89/1.91	c 
2.69/2.73	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.73	c   2.7s|     1 |     0 |  6863 |     - |  66M|   0 |4009 |7089 |6969 |7089 |6952 |   0 |  17 |   0 | 1.600000e+01 |      --      |    Inf 
10.69/10.70	c  10.7s|     1 |     0 | 19027 |     - |  67M|   0 |4030 |7089 |7402 |7089 |7003 |  51 |  17 |   0 | 1.600000e+01 |      --      |    Inf 
11.29/11.36	c  11.4s|     1 |     0 | 19214 |     - |  68M|   0 |4049 |7089 |7402 |7089 |7069 | 117 |  17 |   0 | 1.600000e+01 |      --      |    Inf 
12.29/12.38	c  12.4s|     1 |     0 | 19581 |     - |  69M|   0 |4041 |7089 |7402 |7089 |7128 | 176 |  17 |   0 | 1.600000e+01 |      --      |    Inf 
13.31/13.31	c  13.3s|     1 |     0 | 19920 |     - |  69M|   0 |4031 |7089 |7402 |7089 |7191 | 239 |  17 |   0 | 1.600000e+01 |      --      |    Inf 
14.29/14.34	c  14.3s|     1 |     0 | 20434 |     - |  70M|   0 |4040 |7089 |7402 |7089 |7258 | 306 |  17 |   0 | 1.600000e+01 |      --      |    Inf 
15.40/15.45	c  15.4s|     1 |     0 | 21060 |     - |  70M|   0 |4059 |7089 |7402 |7089 |7317 | 365 |  17 |   0 | 1.600043e+01 |      --      |    Inf 
22.69/22.76	c  22.8s|     1 |     2 | 21060 |     - |  70M|   0 |4059 |7089 |7402 |7089 |7317 | 365 |  17 |  20 | 1.600043e+01 |      --      |    Inf 
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.00	c Solving Time (sec) : 1800.00
1800.05/1800.00	c Solving Nodes      : 6767
1800.05/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.05/1800.00	c Dual Bound         : +2.00000000000000e+01
1800.05/1800.00	c Gap                : infinite
1800.05/1800.00	s UNKNOWN
1800.05/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.00	c Total Time         :    1800.00
1800.05/1800.00	c   solving          :    1800.00
1800.05/1800.00	c   presolving       :       1.42 (included in solving)
1800.05/1800.00	c   reading          :       0.39 (included in solving)
1800.05/1800.00	c Original Problem   :
1800.05/1800.00	c   Problem name     : HOME/instance-3450968-1307091923.opb
1800.05/1800.00	c   Variables        : 7089 (7089 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.00	c   Constraints      : 13888 initial, 13888 maximal
1800.05/1800.00	c Presolved Problem  :
1800.05/1800.00	c   Problem name     : t_HOME/instance-3450968-1307091923.opb
1800.05/1800.00	c   Variables        : 7089 (7089 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.00	c   Constraints      : 6952 initial, 12837 maximal
1800.05/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.05/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   probing          :       1.24          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   linear           :       0.15          0          0          0          0          0       6936          0          0          0
1800.05/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.05/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   integral         :          0          0          0       6149          0          4          0         21       2191          0          0      11274
1800.05/1800.00	c   knapsack         :         16          6      39197          0          1          3      63142        185      11476        146          0          0
1800.05/1800.00	c   linear           :       6936+         7      39013          0          0          0      36058        587    1505421          0          0          0
1800.05/1800.00	c   logicor          :          0+         6      19284          0          0          0       9450         95      12007          0          0          0
1800.05/1800.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1800.05/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.05/1800.00	c   integral         :     558.92       0.00       0.00     558.92       0.00       0.00       0.00
1800.05/1800.00	c   knapsack         :       3.25       0.00       3.21       0.00       0.00       0.00       0.04
1800.05/1800.00	c   linear           :      26.09       0.00      26.04       0.00       0.00       0.00       0.04
1800.05/1800.00	c   logicor          :       1.31       0.00       1.29       0.00       0.00       0.00       0.02
1800.05/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.05/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.05/1800.00	c   vbounds          :          0          0          0          0
1800.05/1800.00	c   rootredcost      :          0          0          0          0
1800.05/1800.00	c   pseudoobj        :      38955          0          0          0
1800.05/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.05/1800.00	c   vbounds          :       0.02       0.02       0.00
1800.05/1800.00	c   rootredcost      :       0.02       0.02       0.00
1800.05/1800.00	c   pseudoobj        :       0.04       0.04       0.00
1800.05/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.00	c   propagation      :       0.07        867        867       5039       34.6         43       22.6          -
1800.05/1800.00	c   infeasible LP    :       3.88       4722       4722      10419       16.5        153       18.4          0
1800.05/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.00	c   applied globally :          -          -          -      10743       18.4          -          -          -
1800.05/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.00	c   cut pool         :       0.00          5          -          -       2286          -    (maximal pool size: 4025)
1800.05/1800.00	c   redcost          :       0.74       6066          0         10          0          0
1800.05/1800.00	c   impliedbounds    :       0.00          6          0          0         31          0
1800.05/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.00	c   gomory           :       0.08          6          0          0         15          0
1800.05/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.05/1800.00	c   strongcg         :       0.07          6          0          0          9          0
1800.05/1800.00	c   cmir             :       1.85          6          0          0       3000          0
1800.05/1800.00	c   flowcover        :       1.29          6          0          0       1200          0
1800.05/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.05/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.05/1800.00	c   rapidlearning    :       4.39          1          0          0          0        433
1800.05/1800.00	c Pricers            :       Time      Calls       Vars
1800.05/1800.00	c   problem variables:       0.00          0          0
1800.05/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   relpscost        :     558.91       6149         21       2191          0          0      11274
1800.05/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1800.05/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.01	c   LP solutions     :       0.00          -          0
1800.05/1800.01	c   pseudo solutions :       0.00          -          0
1800.05/1800.01	c   oneopt           :       0.01          0          0
1800.05/1800.01	c   crossover        :       0.00          0          0
1800.05/1800.01	c   fracdiving       :      87.31          7          0
1800.05/1800.01	c   pscostdiving     :      65.79         21          0
1800.05/1800.01	c   veclendiving     :      35.45         35          0
1800.05/1800.01	c   linesearchdiving :      61.60         51          0
1800.05/1800.01	c   trivial          :       0.01          2          0
1800.05/1800.01	c   shiftandpropagate:       0.21          1          0
1800.05/1800.01	c   simplerounding   :       0.00          0          0
1800.05/1800.01	c   zirounding       :       1.14       1000          0
1800.05/1800.01	c   rounding         :       1.85       1056          0
1800.05/1800.01	c   shifting         :      10.89        309          0
1800.05/1800.01	c   intshifting      :       0.00          0          0
1800.05/1800.01	c   twoopt           :       0.00          0          0
1800.05/1800.01	c   fixandinfer      :       0.00          0          0
1800.05/1800.01	c   feaspump         :      55.37         13          0
1800.05/1800.01	c   clique           :       0.00          0          0
1800.05/1800.01	c   coefdiving       :     173.73          2          0
1800.05/1800.01	c   intdiving        :       0.00          0          0
1800.05/1800.01	c   actconsdiving    :       0.00          0          0
1800.05/1800.01	c   objpscostdiving  :      22.55         15          0
1800.05/1800.01	c   rootsoldiving    :      21.77          9          0
1800.05/1800.01	c   guideddiving     :       0.00          0          0
1800.05/1800.01	c   octane           :       0.00          0          0
1800.05/1800.01	c   rens             :       0.06          0          0
1800.05/1800.01	c   rins             :       0.00          0          0
1800.05/1800.01	c   localbranching   :       0.00          0          0
1800.05/1800.01	c   mutation         :       0.00          0          0
1800.05/1800.01	c   dins             :       0.00          0          0
1800.05/1800.01	c   vbounds          :       0.00          0          0
1800.05/1800.01	c   undercover       :       0.00          0          0
1800.05/1800.01	c   subnlp           :       0.00          0          0
1800.05/1800.01	c   trysol           :       0.00          0          0
1800.05/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.01	c   primal LP        :       0.06          0          0       0.00       0.00
1800.05/1800.01	c   dual LP          :     644.35       6895    3673176     532.73    5700.63
1800.05/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.01	c   diving/probing LP:     490.74      14607    2316503     158.59    4720.42
1800.05/1800.01	c   strong branching :     553.87       5820    1954703     335.86    3529.15
1800.05/1800.01	c     (at root node) :          -         20      10906     545.30          -
1800.05/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.01	c B&B Tree           :
1800.05/1800.01	c   number of runs   :          1
1800.05/1800.01	c   nodes            :       6767
1800.05/1800.01	c   nodes (total)    :       6767
1800.05/1800.01	c   nodes left       :       4126
1800.05/1800.01	c   max depth        :         58
1800.05/1800.01	c   max depth (total):         58
1800.05/1800.01	c   backtracks       :       1048 (15.5%)
1800.05/1800.01	c   delayed cutoffs  :        384
1800.05/1800.01	c   repropagations   :       4331 (257176 domain reductions, 132 cutoffs)
1800.05/1800.01	c   avg switch length:       7.09
1800.05/1800.01	c   switching time   :      15.67
1800.05/1800.01	c Solution           :
1800.05/1800.01	c   Solutions found  :          0 (0 improvements)
1800.05/1800.01	c   Primal Bound     :          -
1800.05/1800.01	c   Dual Bound       : +2.00000000000000e+01
1800.05/1800.01	c   Gap              :   infinite
1800.05/1800.01	c   Root Dual Bound  : +1.60004258717062e+01
1800.05/1800.01	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-3450968-1307091923/watcher-3450968-1307091923 -o /tmp/evaluation-result-3450968-1307091923/solver-3450968-1307091923 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450968-1307091923.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.02 2.04 2.00 2/455 16381
/proc/meminfo: memFree=24528912/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=12972 CPUtime=0 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 2221 0 0 0 0 0 0 0 25 0 1 0 801608262 13283328 2174 33554432000 4194304 9163163 140733884257296 18446744073709551615 7480669 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16381/statm: 3243 2174 395 1214 0 2025 0

[startup+0.111259 s]
/proc/loadavg: 2.02 2.04 2.00 2/455 16381
/proc/meminfo: memFree=24528912/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=18660 CPUtime=0.1 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 3631 0 0 0 10 0 0 0 25 0 1 0 801608262 19107840 3584 33554432000 4194304 9163163 140733884257296 18446744073709551615 7962177 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16381/statm: 4665 3584 395 1214 0 3447 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 18660

[startup+0.200234 s]
/proc/loadavg: 2.02 2.04 2.00 2/455 16381
/proc/meminfo: memFree=24528912/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=23048 CPUtime=0.19 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 4746 0 0 0 19 0 0 0 25 0 1 0 801608262 23601152 4699 33554432000 4194304 9163163 140733884257296 18446744073709551615 7480773 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16381/statm: 5762 4699 395 1214 0 4544 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 23048

[startup+0.30121 s]
/proc/loadavg: 2.02 2.04 2.00 2/455 16381
/proc/meminfo: memFree=24528912/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=28628 CPUtime=0.29 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 6156 0 0 0 29 0 0 0 25 0 1 0 801608262 29315072 6109 33554432000 4194304 9163163 140733884257296 18446744073709551615 8044560 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16381/statm: 7157 6109 395 1214 0 5939 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28628

[startup+0.701142 s]
/proc/loadavg: 2.02 2.04 2.00 2/455 16381
/proc/meminfo: memFree=24528912/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=131972 CPUtime=0.69 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 33395 0 0 0 67 2 0 0 25 0 1 0 801608262 135139328 30627 33554432000 4194304 9163163 140733884257296 18446744073709551615 5177372 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 32993 30627 555 1214 0 31775 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 131972

[startup+1.50099 s]
/proc/loadavg: 2.02 2.04 2.00 3/456 16382
/proc/meminfo: memFree=24407508/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=131972 CPUtime=1.49 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 33449 0 0 0 147 2 0 0 25 0 1 0 801608262 135139328 30666 33554432000 4194304 9163163 140733884257296 18446744073709551615 5143566 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 32993 30666 540 1214 0 31775 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 131972

[startup+3.10071 s]
/proc/loadavg: 2.02 2.04 2.00 3/456 16382
/proc/meminfo: memFree=24356672/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=185932 CPUtime=3.09 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 49259 0 0 0 304 5 0 0 25 0 1 0 801608262 190394368 43217 33554432000 4194304 9163163 140733884257296 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 46483 43217 733 1214 0 45265 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 185932

[startup+6.30111 s]
/proc/loadavg: 2.02 2.03 2.00 3/456 16382
/proc/meminfo: memFree=24356192/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=190560 CPUtime=6.3 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 51078 0 0 0 623 7 0 0 25 0 1 0 801608262 195133440 44999 33554432000 4194304 9163163 140733884257296 18446744073709551615 4879916 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 47640 44999 725 1214 0 46422 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 190560

[startup+12.7009 s]
/proc/loadavg: 2.02 2.03 2.00 3/456 16382
/proc/meminfo: memFree=24278568/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=262468 CPUtime=12.69 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 69036 0 0 0 1261 8 0 0 25 0 1 0 801608262 268767232 62896 33554432000 4194304 9163163 140733884257296 18446744073709551615 4568784 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 65617 62896 904 1214 0 64399 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 262468

[startup+25.5006 s]
/proc/loadavg: 2.02 2.03 2.00 3/456 16382
/proc/meminfo: memFree=24277612/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=262468 CPUtime=25.49 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 69217 0 0 0 2539 10 0 0 25 0 1 0 801608262 268767232 62919 33554432000 4194304 9163163 140733884257296 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 65617 62919 751 1214 0 64399 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 262468

[startup+51.1008 s]
/proc/loadavg: 2.01 2.03 2.00 3/456 16383
/proc/meminfo: memFree=24277764/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=262468 CPUtime=51.09 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 69217 0 0 0 5090 19 0 0 25 0 1 0 801608262 268767232 62919 33554432000 4194304 9163163 140733884257296 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 65617 62919 751 1214 0 64399 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 262468

[startup+102.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 16384
/proc/meminfo: memFree=24277148/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=262468 CPUtime=102.3 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 69218 0 0 0 10187 43 0 0 25 0 1 0 801608262 268767232 62920 33554432000 4194304 9163163 140733884257296 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 65617 62920 752 1214 0 64399 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 262468

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 16386
/proc/meminfo: memFree=24278084/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=262468 CPUtime=162.3 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 69222 0 0 0 16172 58 0 0 25 0 1 0 801608262 268767232 62924 33554432000 4194304 9163163 140733884257296 18446744073709551615 7225127 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 65617 62924 752 1214 0 64399 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 262468

[startup+222.317 s]
/proc/loadavg: 2.00 2.01 2.00 3/456 16388
/proc/meminfo: memFree=24277512/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=262468 CPUtime=222.32 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 69232 0 0 0 22148 84 0 0 25 0 1 0 801608262 268767232 62929 33554432000 4194304 9163163 140733884257296 18446744073709551615 7295300 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 65617 62929 749 1214 0 64399 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 262468

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/456 16389
/proc/meminfo: memFree=24277584/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=262468 CPUtime=282.3 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 69236 0 0 0 28131 99 0 0 25 0 1 0 801608262 268767232 62929 33554432000 4194304 9163163 140733884257296 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 65617 62929 745 1214 0 64399 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 262468

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/456 16391
/proc/meminfo: memFree=24277760/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=262468 CPUtime=342.3 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 69240 0 0 0 34116 114 0 0 25 0 1 0 801608262 268767232 62933 33554432000 4194304 9163163 140733884257296 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 65617 62933 745 1214 0 64399 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 262468

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/456 16392
/proc/meminfo: memFree=24277944/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=262468 CPUtime=402.31 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 69249 0 0 0 40097 134 0 0 25 0 1 0 801608262 268767232 62942 33554432000 4194304 9163163 140733884257296 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 65617 62942 748 1214 0 64399 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 262468

[startup+462.301 s]
/proc/loadavg: 2.07 2.03 2.01 3/456 16394
/proc/meminfo: memFree=24275772/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=262468 CPUtime=462.31 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 69258 0 0 0 46077 154 0 0 25 0 1 0 801608262 268767232 62951 33554432000 4194304 9163163 140733884257296 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 65617 62951 748 1214 0 64399 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 262468

[startup+522.301 s]
/proc/loadavg: 2.10 2.05 2.01 3/456 16396
/proc/meminfo: memFree=24274752/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=262468 CPUtime=522.31 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 69266 0 0 0 52052 179 0 0 25 0 1 0 801608262 268767232 62959 33554432000 4194304 9163163 140733884257296 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 65617 62959 748 1214 0 64399 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 262468

[startup+582.301 s]
/proc/loadavg: 2.07 2.05 2.01 3/456 16397
/proc/meminfo: memFree=24271716/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=262468 CPUtime=582.31 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 69277 0 0 0 58028 203 0 0 25 0 1 0 801608262 268767232 62970 33554432000 4194304 9163163 140733884257296 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 65617 62970 748 1214 0 64399 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 262468

[startup+642.301 s]

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

[startup+882.317 s]
/proc/loadavg: 2.00 2.01 2.00 3/456 16405
/proc/meminfo: memFree=24248944/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=262468 CPUtime=882.33 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 69489 0 0 0 87886 347 0 0 25 0 1 0 801608262 268767232 63182 33554432000 4194304 9163163 140733884257296 18446744073709551615 7379427 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 65617 63182 748 1214 0 64399 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 262468

[startup+942.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/456 16407
/proc/meminfo: memFree=24248260/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=262468 CPUtime=942.32 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 69755 0 0 0 93856 376 0 0 25 0 1 0 801608262 268767232 63448 33554432000 4194304 9163163 140733884257296 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 65617 63448 748 1214 0 64399 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 262468

[startup+1002.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/456 16408
/proc/meminfo: memFree=24239416/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=262468 CPUtime=1002.33 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 69866 0 0 0 99830 403 0 0 25 0 1 0 801608262 268767232 63533 33554432000 4194304 9163163 140733884257296 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 65617 63533 748 1214 0 64399 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 262468

[startup+1062.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/456 16411
/proc/meminfo: memFree=24230820/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=266328 CPUtime=1062.33 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 70791 0 0 0 105802 431 0 0 25 0 1 0 801608262 272719872 64458 33554432000 4194304 9163163 140733884257296 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 66582 64458 748 1214 0 65364 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 266328

[startup+1122.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/456 16413
/proc/meminfo: memFree=24222724/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=268692 CPUtime=1122.33 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 71407 0 0 0 111770 463 0 0 25 0 1 0 801608262 275140608 65074 33554432000 4194304 9163163 140733884257296 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 67173 65074 748 1214 0 65955 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 268692

[startup+1182.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/456 16416
/proc/meminfo: memFree=24208416/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=273224 CPUtime=1182.33 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 72510 0 0 0 117743 490 0 0 25 0 1 0 801608262 279781376 66177 33554432000 4194304 9163163 140733884257296 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 68306 66177 748 1214 0 67088 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 273224

[startup+1242.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/456 16419
/proc/meminfo: memFree=24197880/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=281116 CPUtime=1242.33 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 74504 0 0 0 123720 513 0 0 25 0 1 0 801608262 287862784 68171 33554432000 4194304 9163163 140733884257296 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 70279 68171 748 1214 0 69061 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 281116

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 16420
/proc/meminfo: memFree=24190396/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=282248 CPUtime=1302.34 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 74774 0 0 0 129692 542 0 0 25 0 1 0 801608262 289021952 68441 33554432000 4194304 9163163 140733884257296 18446744073709551615 7376012 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 70562 68441 748 1214 0 69344 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 282248

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/456 16423
/proc/meminfo: memFree=24179324/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=288708 CPUtime=1362.33 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 80053 0 0 0 135663 570 0 0 25 0 1 0 801608262 295636992 69759 33554432000 4194304 9163163 140733884257296 18446744073709551615 7375989 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 72177 69759 747 1214 0 70959 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 288708

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/456 16425
/proc/meminfo: memFree=24171824/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=287540 CPUtime=1422.34 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 97768 0 0 0 141633 601 0 0 25 0 1 0 801608262 294440960 69788 33554432000 4194304 9163163 140733884257296 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 71885 69788 747 1214 0 70667 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 287540

[startup+1482.3 s]
/proc/loadavg: 2.16 2.04 2.01 3/456 16426
/proc/meminfo: memFree=24159268/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=293800 CPUtime=1482.33 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 99318 0 0 0 147605 628 0 0 25 0 1 0 801608262 300851200 71338 33554432000 4194304 9163163 140733884257296 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 73450 71338 747 1214 0 72232 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 293800

[startup+1542.32 s]
/proc/loadavg: 2.13 2.04 2.01 3/456 16428
/proc/meminfo: memFree=24151544/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=297932 CPUtime=1542.36 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 108794 0 0 0 153581 655 0 0 25 0 1 0 801608262 305082368 71719 33554432000 4194304 9163163 140733884257296 18446744073709551615 7379336 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 74483 71719 947 1214 0 73265 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 297932

[startup+1602.3 s]
/proc/loadavg: 2.19 2.06 2.02 3/456 16429
/proc/meminfo: memFree=24152244/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=292012 CPUtime=1602.35 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 111408 0 0 0 159550 685 0 0 25 0 1 0 801608262 299020288 70739 33554432000 4194304 9163163 140733884257296 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 73003 70739 747 1214 0 71785 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 292012

[startup+1662.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/456 16432
/proc/meminfo: memFree=24136584/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=295056 CPUtime=1662.34 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 120231 0 0 0 165519 715 0 0 25 0 1 0 801608262 302137344 71367 33554432000 4194304 9163163 140733884257296 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 73764 71367 747 1214 0 72546 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 295056

[startup+1722.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/456 16463
/proc/meminfo: memFree=24320480/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=308044 CPUtime=1722.34 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 124068 0 0 0 171490 744 0 0 25 0 1 0 801608262 315437056 74945 33554432000 4194304 9163163 140733884257296 18446744073709551615 7376048 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 77011 74945 747 1214 0 75793 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 308044

[startup+1782.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/456 16464
/proc/meminfo: memFree=24313324/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=313592 CPUtime=1782.35 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 125468 0 0 0 177459 776 0 0 25 0 1 0 801608262 321118208 76345 33554432000 4194304 9163163 140733884257296 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 78398 76345 747 1214 0 77180 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 313592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.03 2.04 2.00 3/456 16465
/proc/meminfo: memFree=24309332/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=317184 CPUtime=1800.05 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 126059 0 0 0 179219 786 0 0 25 0 1 0 801608262 324796416 76936 33554432000 4194304 9163163 140733884257296 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 79296 76936 747 1214 0 78078 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 317184

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

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

[startup+1800 s]
/proc/loadavg: 2.03 2.04 2.00 3/456 16465
/proc/meminfo: memFree=24309332/32951124 swapFree=60476376/67111528
[pid=16381] ppid=16379 vsize=317184 CPUtime=1800.05 cores=0,2,4,6
/proc/16381/stat : 16381 (scip-2.0.1.4b.l) R 16379 16381 12802 0 -1 4202496 126059 0 0 0 179219 786 0 0 25 0 1 0 801608262 324796416 76936 33554432000 4194304 9163163 140733884257296 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16381/statm: 79296 76936 747 1214 0 78078 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 317184

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.03
CPU time (s): 1800.09
CPU user time (s): 1792.21
CPU system time (s): 7.8798
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 317184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.21
system time used= 7.8798
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126062
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= 4
involuntary context switches= 3008

runsolver used 8.71268 second user time and 17.4983 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-03 11:05:24
IDJOB=3450968
IDBENCH=2635
IDSOLVER=1948
FILE ID=node147/3450968-1307091923
RUNJOBID= node147-1307085283-15622
PBS_JOBID= 13497839
Free space on /tmp= 73680 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b 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.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3450968-1307091923/watcher-3450968-1307091923 -o /tmp/evaluation-result-3450968-1307091923/solver-3450968-1307091923 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450968-1307091923.opb -t 1800 -m 15500

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

MD5SUM BENCH= 642c38c9f16ba47e1145e44f5259b53a
RANDOM SEED=590109917

node147.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.836
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.67
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.836
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.75
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.836
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.82
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.836
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.836
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.82
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.836
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.76
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.836
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.836
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:      24529192 kB
Buffers:        278744 kB
Cached:        1433316 kB
SwapCached:      11164 kB
Active:        6835140 kB
Inactive:      1328448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24529192 kB
SwapTotal:    67111528 kB
SwapFree:     60476376 kB
Dirty:           15940 kB
Writeback:           0 kB
AnonPages:     6448508 kB
Mapped:          25568 kB
Slab:           132476 kB
PageTables:      58604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 120912364 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= 73672 MiB
End job on node147 at 2011-06-03 11:35:26