Trace number 3485445

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 2 2011-06-10 (fixed)? 1797.15 1797.11

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_15.opb
MD5SUMb4a219bc21641bf0d46eae2692004ebe
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark185
Best CPU time to get the best result obtained on this benchmark1800.12
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 176
Optimality of the best value was proved NO
Number of variables4320
Total number of constraints8414
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 constraints8414
Minimum length of a constraint16
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1469
Number of bits of the biggest sum of numbers11
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.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3485445-1307770515.opb>
0.09/0.13	c original problem has 4320 variables (4320 bin, 0 int, 0 impl, 0 cont) and 8414 constraints
0.09/0.13	c problem read
0.09/0.13	c presolving settings loaded
0.19/0.21	c presolving:
0.19/0.28	c (round 1) 0 del vars, 4200 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 14 upgd conss, 0 impls, 0 clqs
0.89/0.93	c    (0.9s) probing: 116/4320 (2.7%) - 0 fixings, 0 aggregations, 1210 implications, 0 bound changes
0.89/0.93	c    (0.9s) probing aborted: 100/100 successive totally useless probings
0.89/0.93	c presolving (2 rounds):
0.89/0.93	c  0 deleted vars, 4200 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.89/0.93	c  8610 implications, 0 cliques
0.89/0.93	c presolved problem has 4320 variables (4320 bin, 0 int, 0 impl, 0 cont) and 4214 constraints
0.89/0.93	c      14 constraints of type <knapsack>
0.89/0.93	c    4200 constraints of type <linear>
0.89/0.93	c transformed objective value is always integral (scale: 1)
0.89/0.93	c Presolving Time: 0.77
0.89/0.93	c - non default parameters ----------------------------------------------------------------------
0.89/0.93	c # SCIP version 2.0.1.4
0.89/0.93	c 
0.89/0.93	c # frequency for displaying node information lines
0.89/0.93	c # [type: int, range: [-1,2147483647], default: 100]
0.89/0.93	c display/freq = 10000
0.89/0.93	c 
0.89/0.93	c # maximal time in seconds to run
0.89/0.93	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.93	c limits/time = 1797
0.89/0.93	c 
0.89/0.93	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.89/0.93	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.93	c limits/memory = 13950
0.89/0.93	c 
0.89/0.93	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.89/0.93	c # [type: int, range: [1,2], default: 1]
0.89/0.93	c timing/clocktype = 2
0.89/0.93	c 
0.89/0.93	c # belongs reading time to solving time?
0.89/0.93	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.93	c timing/reading = TRUE
0.89/0.93	c 
0.89/0.93	c # should presolving try to simplify inequalities
0.89/0.93	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.93	c constraints/linear/simplifyinequalities = TRUE
0.89/0.93	c 
0.89/0.93	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.89/0.93	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.93	c constraints/indicator/addCouplingCons = TRUE
0.89/0.93	c 
0.89/0.93	c # should presolving try to simplify knapsacks
0.89/0.93	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.93	c constraints/knapsack/simplifyinequalities = TRUE
0.89/0.93	c 
0.89/0.93	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.89/0.93	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.93	c separating/rapidlearning/freq = 0
0.89/0.93	c 
0.89/0.93	c -----------------------------------------------------------------------------------------------
0.89/0.93	c start solving
0.89/0.93	c 
1.19/1.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.19/1.29	c   1.3s|     1 |     0 |  4911 |     - |  36M|   0 |2482 |4320 |4227 |4320 |4214 |   0 |  13 |   0 | 1.400000e+01 |      --      |    Inf 
2.89/2.93	c   2.9s|     1 |     0 | 11854 |     - |  37M|   0 |2498 |4320 |4238 |4320 |4340 | 126 |  13 |   0 | 1.400000e+01 |      --      |    Inf 
3.30/3.31	c   3.3s|     1 |     0 | 12071 |     - |  38M|   0 |2508 |4320 |4238 |4320 |4481 | 267 |  13 |   0 | 1.400000e+01 |      --      |    Inf 
3.69/3.75	c   3.8s|     1 |     0 | 12362 |     - |  38M|   0 |2509 |4320 |4238 |4320 |4608 | 394 |  13 |   0 | 1.400000e+01 |      --      |    Inf 
4.19/4.29	c   4.3s|     1 |     0 | 12936 |     - |  39M|   0 |2498 |4320 |4238 |4320 |4726 | 512 |  13 |   0 | 1.400000e+01 |      --      |    Inf 
4.69/4.77	c   4.8s|     1 |     0 | 13279 |     - |  40M|   0 |2497 |4320 |4238 |4320 |4867 | 653 |  13 |   0 | 1.400000e+01 |      --      |    Inf 
5.19/5.29	c   5.3s|     1 |     0 | 13782 |     - |  40M|   0 |2496 |4320 |4238 |4320 |5019 | 805 |  13 |   0 | 1.400000e+01 |      --      |    Inf 
16.79/16.89	c  16.9s|     1 |     2 | 13782 |     - |  40M|   0 |2496 |4320 |4238 |4320 |5019 | 805 |  13 |  53 | 1.400000e+01 |      --      |    Inf 
1424.82/1424.81	c  1425s| 10000 |  8207 |  6419k| 640.6 |  82M|  62 |1857 |4320 |6239 |4320 |4366 | 805 |  10k|8707 | 1.900000e+01 |      --      |    Inf 
1797.03/1797.02	c 
1797.03/1797.02	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.02	c Solving Time (sec) : 1797.02
1797.03/1797.02	c Solving Nodes      : 12602
1797.03/1797.02	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.03/1797.02	c Dual Bound         : +1.90000000000000e+01
1797.03/1797.02	c Gap                : infinite
1797.03/1797.02	s UNKNOWN
1797.03/1797.02	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.02	c Total Time         :    1797.02
1797.03/1797.02	c   solving          :    1797.02
1797.03/1797.02	c   presolving       :       0.77 (included in solving)
1797.03/1797.02	c   reading          :       0.14 (included in solving)
1797.03/1797.02	c Original Problem   :
1797.03/1797.02	c   Problem name     : HOME/instance-3485445-1307770515.opb
1797.03/1797.02	c   Variables        : 4320 (4320 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.02	c   Constraints      : 8414 initial, 8414 maximal
1797.03/1797.02	c Presolved Problem  :
1797.03/1797.02	c   Problem name     : t_HOME/instance-3485445-1307770515.opb
1797.03/1797.02	c   Variables        : 4320 (4320 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.02	c   Constraints      : 4214 initial, 8049 maximal
1797.03/1797.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.03/1797.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.02	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.02	c   probing          :       0.62          0          0          0          0          0          0          0          0          0
1797.03/1797.02	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.02	c   linear           :       0.08          0          0          0          0          0       4200          0          0          0
1797.03/1797.02	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.02	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.03/1797.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.02	c   integral         :          0          0          0      12556          0          4          0          8       4934          0          0      22814
1797.03/1797.02	c   knapsack         :         14          6      76064          0          1          3      27771        157      10219        143          0          0
1797.03/1797.02	c   linear           :       4200+         7      75909          0          0          0      25711        946     707118          0          0          0
1797.03/1797.02	c   logicor          :          0+         6      39554          0          0          0      10904         40      33499          0          0          0
1797.03/1797.02	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1797.03/1797.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.03/1797.02	c   integral         :     582.37       0.00       0.00     582.37       0.00       0.00       0.00
1797.03/1797.02	c   knapsack         :       2.49       0.00       2.47       0.00       0.00       0.00       0.02
1797.03/1797.02	c   linear           :      23.85       0.00      23.81       0.00       0.00       0.00       0.04
1797.03/1797.02	c   logicor          :       0.89       0.00       0.87       0.00       0.00       0.00       0.02
1797.03/1797.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.03/1797.02	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.03/1797.02	c   vbounds          :          0          0          0          0
1797.03/1797.02	c   rootredcost      :          0          0          0          0
1797.03/1797.02	c   pseudoobj        :      75828          0          0          0
1797.03/1797.02	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.03/1797.02	c   vbounds          :       0.02       0.02       0.00
1797.03/1797.02	c   rootredcost      :       0.02       0.02       0.00
1797.03/1797.02	c   pseudoobj        :       0.07       0.07       0.00
1797.03/1797.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.03/1797.02	c   propagation      :       0.06       1143       1139       7443       25.9         43       13.1          -
1797.03/1797.02	c   infeasible LP    :       3.71       8663       8663      12437       12.6        595        9.0          0
1797.03/1797.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.03/1797.02	c   applied globally :          -          -          -      15057       14.5          -          -          -
1797.03/1797.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.03/1797.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.03/1797.02	c   cut pool         :       0.00          5          -          -       2428          -    (maximal pool size: 4041)
1797.03/1797.02	c   redcost          :       0.82      12657          0        280          0          0
1797.03/1797.02	c   impliedbounds    :       0.00          6          0          0         34          0
1797.03/1797.02	c   intobj           :       0.00          0          0          0          0          0
1797.03/1797.02	c   gomory           :       0.10          6          0          0         42          0
1797.03/1797.02	c   cgmip            :       0.00          0          0          0          0          0
1797.03/1797.02	c   closecuts        :       0.00          0          0          0          0          0
1797.03/1797.02	c   strongcg         :       0.09          6          0          0         28          0
1797.03/1797.02	c   cmir             :       0.93          6          0          0       3000          0
1797.03/1797.02	c   flowcover        :       0.58          6          0          0       1200          0
1797.03/1797.02	c   clique           :       0.00          1          0          0          0          0
1797.03/1797.02	c   zerohalf         :       0.00          0          0          0          0          0
1797.03/1797.02	c   mcf              :       0.00          1          0          0          0          0
1797.03/1797.02	c   oddcycle         :       0.00          0          0          0          0          0
1797.03/1797.02	c   rapidlearning    :       0.35          1          0          0          0         11
1797.03/1797.02	c Pricers            :       Time      Calls       Vars
1797.03/1797.02	c   problem variables:       0.00          0          0
1797.03/1797.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.02	c   relpscost        :     582.35      12556          8       4934          0          0      22814
1797.03/1797.02	c   pscost           :       0.00          0          0          0          0          0          0
1797.03/1797.02	c   inference        :       0.00          1          0          0          0          0          2
1797.03/1797.02	c   mostinf          :       0.00          0          0          0          0          0          0
1797.03/1797.02	c   leastinf         :       0.00          0          0          0          0          0          0
1797.03/1797.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.03/1797.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.03/1797.02	c   random           :       0.00          0          0          0          0          0          0
1797.03/1797.02	c Primal Heuristics  :       Time      Calls      Found
1797.03/1797.02	c   LP solutions     :       0.00          -          0
1797.03/1797.02	c   pseudo solutions :       0.00          -          0
1797.03/1797.02	c   oneopt           :       0.01          0          0
1797.03/1797.02	c   crossover        :       0.00          0          0
1797.03/1797.02	c   guideddiving     :       0.00          0          0
1797.03/1797.02	c   rootsoldiving    :      18.97         16          0
1797.03/1797.02	c   objpscostdiving  :      35.60         24          0
1797.03/1797.02	c   veclendiving     :      40.91         74          0
1797.03/1797.02	c   linesearchdiving :      58.29        136          0
1797.03/1797.02	c   trivial          :       0.00          2          0
1797.03/1797.02	c   shiftandpropagate:       0.13          1          0
1797.03/1797.02	c   simplerounding   :       0.01          0          0
1797.03/1797.02	c   zirounding       :       0.68       1000          0
1797.03/1797.02	c   rounding         :       1.92       1550          0
1797.03/1797.02	c   shifting         :      11.34        470          0
1797.03/1797.02	c   intshifting      :       0.00          0          0
1797.03/1797.02	c   twoopt           :       0.00          0          0
1797.03/1797.02	c   fixandinfer      :       0.00          0          0
1797.03/1797.02	c   feaspump         :      30.04         29          0
1797.03/1797.02	c   clique           :       0.00          0          0
1797.03/1797.02	c   coefdiving       :     107.55         11          0
1797.03/1797.02	c   pscostdiving     :      56.27         88          0
1797.03/1797.02	c   fracdiving       :      84.13         30          0
1797.03/1797.02	c   intdiving        :       0.00          0          0
1797.03/1797.02	c   actconsdiving    :       0.00          0          0
1797.03/1797.02	c   octane           :       0.00          0          0
1797.03/1797.02	c   rens             :       0.01          0          0
1797.03/1797.02	c   rins             :       0.00          0          0
1797.03/1797.02	c   localbranching   :       0.00          0          0
1797.03/1797.02	c   mutation         :       0.00          0          0
1797.03/1797.02	c   dins             :       0.00          0          0
1797.03/1797.02	c   vbounds          :       0.00          0          0
1797.03/1797.02	c   undercover       :       0.00          0          0
1797.03/1797.02	c   subnlp           :       0.00          0          0
1797.03/1797.02	c   trysol           :       0.00          0          0
1797.03/1797.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.03/1797.02	c   primal LP        :       0.01          0          0       0.00       0.00
1797.03/1797.02	c   dual LP          :     725.54      13563    6082830     448.49    8383.91
1797.03/1797.02	c   lex dual LP      :       0.00          0          0       0.00          -
1797.03/1797.02	c   barrier LP       :       0.00          0          0       0.00          -
1797.03/1797.02	c   diving/probing LP:     388.45      27230    2363983      86.82    6085.73
1797.03/1797.02	c   strong branching :     576.87      10621    3184766     299.86    5520.75
1797.03/1797.02	c     (at root node) :          -         53      39624     747.62          -
1797.03/1797.02	c   conflict analysis:       0.00          0          0       0.00          -
1797.03/1797.02	c B&B Tree           :
1797.03/1797.02	c   number of runs   :          1
1797.03/1797.02	c   nodes            :      12602
1797.03/1797.02	c   nodes (total)    :      12602
1797.03/1797.02	c   nodes left       :      10167
1797.03/1797.02	c   max depth        :         66
1797.03/1797.02	c   max depth (total):         66
1797.03/1797.02	c   backtracks       :       1954 (15.5%)
1797.03/1797.02	c   delayed cutoffs  :         48
1797.03/1797.02	c   repropagations   :       6193 (40206 domain reductions, 12 cutoffs)
1797.03/1797.02	c   avg switch length:       8.54
1797.03/1797.02	c   switching time   :       9.74
1797.03/1797.02	c Solution           :
1797.03/1797.02	c   Solutions found  :          0 (0 improvements)
1797.03/1797.02	c   Primal Bound     :          -
1797.03/1797.02	c   Dual Bound       : +1.90000000000000e+01
1797.03/1797.02	c   Gap              :   infinite
1797.03/1797.02	c   Root Dual Bound  : +1.40000000000000e+01
1797.03/1797.02	c   Root Iterations  :      13782
1797.13/1797.10	c Time complete: 1797.13.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3485445-1307770515/watcher-3485445-1307770515 -o /tmp/evaluation-result-3485445-1307770515/solver-3485445-1307770515 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485445-1307770515.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: 1.96 1.99 1.94 2/177 6484
/proc/meminfo: memFree=31485584/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=9836 CPUtime=0 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 1474 0 0 0 0 0 0 0 25 0 1 0 967282203 10072064 1428 33554432000 4194304 8979876 140737039808096 18446744073709551615 6779003 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6484/statm: 2459 1428 366 1169 0 1286 0

[startup+0.087935 s]
/proc/loadavg: 1.96 1.99 1.94 2/177 6484
/proc/meminfo: memFree=31485584/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=17236 CPUtime=0.08 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 3316 0 0 0 8 0 0 0 25 0 1 0 967282203 17649664 3270 33554432000 4194304 8979876 140737039808096 18446744073709551615 7820612 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6484/statm: 4309 3270 366 1169 0 3136 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 17236

[startup+0.100942 s]
/proc/loadavg: 1.96 1.99 1.94 2/177 6484
/proc/meminfo: memFree=31485584/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=18072 CPUtime=0.09 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 3503 0 0 0 9 0 0 0 25 0 1 0 967282203 18505728 3457 33554432000 4194304 8979876 140737039808096 18446744073709551615 7705200 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6484/statm: 4518 3457 366 1169 0 3345 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18072

[startup+0.300901 s]
/proc/loadavg: 1.96 1.99 1.94 2/177 6484
/proc/meminfo: memFree=31485584/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=94616 CPUtime=0.29 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 22224 0 0 0 27 2 0 0 25 0 1 0 967282203 96886784 21569 33554432000 4194304 8979876 140737039808096 18446744073709551615 5310378 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 23654 21569 506 1169 0 22481 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 94616

[startup+0.700831 s]
/proc/loadavg: 1.96 1.99 1.94 2/177 6484
/proc/meminfo: memFree=31485584/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=94616 CPUtime=0.69 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 22297 0 0 0 67 2 0 0 25 0 1 0 967282203 96886784 21642 33554432000 4194304 8979876 140737039808096 18446744073709551615 5310593 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 23654 21642 522 1169 0 22481 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 94616

[startup+1.5007 s]
/proc/loadavg: 1.96 1.99 1.94 3/178 6485
/proc/meminfo: memFree=31383444/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=125320 CPUtime=1.49 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 31514 0 0 0 143 6 0 0 18 0 1 0 967282203 128327680 28960 33554432000 4194304 8979876 140737039808096 18446744073709551615 7109068 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 31330 28960 717 1169 0 30157 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 125320

[startup+3.10042 s]
/proc/loadavg: 1.96 1.99 1.94 3/178 6485
/proc/meminfo: memFree=31372160/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=171740 CPUtime=3.09 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 43150 0 0 0 300 9 0 0 21 0 1 0 967282203 175861760 40596 33554432000 4194304 8979876 140737039808096 18446744073709551615 6278346 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 42935 40596 863 1169 0 41762 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 171740

[startup+6.30085 s]
/proc/loadavg: 1.96 1.99 1.94 3/178 6485
/proc/meminfo: memFree=31319568/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=171740 CPUtime=6.29 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 43754 0 0 0 619 10 0 0 25 0 1 0 967282203 175861760 41099 33554432000 4194304 8979876 140737039808096 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 42935 41099 766 1169 0 41762 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 171740

[startup+12.7007 s]
/proc/loadavg: 1.97 1.99 1.94 3/178 6485
/proc/meminfo: memFree=31323852/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=171740 CPUtime=12.7 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 43812 0 0 0 1254 16 0 0 25 0 1 0 967282203 175861760 41152 33554432000 4194304 8979876 140737039808096 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 42935 41152 766 1169 0 41762 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 171740

[startup+25.5005 s]
/proc/loadavg: 1.97 1.99 1.94 3/178 6485
/proc/meminfo: memFree=31313180/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=171740 CPUtime=25.49 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 43812 0 0 0 2518 31 0 0 25 0 1 0 967282203 175861760 41152 33554432000 4194304 8979876 140737039808096 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 42935 41152 766 1169 0 41762 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 171740

[startup+51.101 s]
/proc/loadavg: 1.98 1.99 1.94 3/178 6486
/proc/meminfo: memFree=31330208/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=171740 CPUtime=51.09 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 43815 0 0 0 5037 72 0 0 25 0 1 0 967282203 175861760 41155 33554432000 4194304 8979876 140737039808096 18446744073709551615 6547128 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 42935 41155 769 1169 0 41762 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 171740

[startup+102.306 s]
/proc/loadavg: 1.99 1.99 1.94 3/178 6488
/proc/meminfo: memFree=31331648/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=171740 CPUtime=102.3 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 43816 0 0 0 10104 126 0 0 25 0 1 0 967282203 175861760 41156 33554432000 4194304 8979876 140737039808096 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 42935 41156 770 1169 0 41762 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 171740

[startup+162.301 s]
/proc/loadavg: 1.99 1.99 1.94 3/178 6489
/proc/meminfo: memFree=31311588/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=171740 CPUtime=162.29 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 43824 0 0 0 16024 205 0 0 25 0 1 0 967282203 175861760 41164 33554432000 4194304 8979876 140737039808096 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 42935 41164 770 1169 0 41762 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 171740

[startup+222.301 s]
/proc/loadavg: 1.99 1.99 1.94 3/178 6493
/proc/meminfo: memFree=31310800/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=171740 CPUtime=222.3 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 43827 0 0 0 21954 276 0 0 25 0 1 0 967282203 175861760 41167 33554432000 4194304 8979876 140737039808096 18446744073709551615 5285124 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 42935 41167 770 1169 0 41762 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 171740

[startup+282.301 s]
/proc/loadavg: 1.99 1.99 1.94 3/178 6495
/proc/meminfo: memFree=31311080/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=171740 CPUtime=282.3 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 43828 0 0 0 27861 369 0 0 25 0 1 0 967282203 175861760 41168 33554432000 4194304 8979876 140737039808096 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 42935 41168 770 1169 0 41762 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 171740

[startup+342.301 s]
/proc/loadavg: 1.99 1.99 1.94 3/178 6497
/proc/meminfo: memFree=31311168/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=171740 CPUtime=342.3 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 43828 0 0 0 33766 464 0 0 25 0 1 0 967282203 175861760 41168 33554432000 4194304 8979876 140737039808096 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 42935 41168 770 1169 0 41762 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 171740

[startup+402.301 s]
/proc/loadavg: 1.99 1.99 1.94 3/178 6498
/proc/meminfo: memFree=31311136/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=171740 CPUtime=402.3 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 43834 0 0 0 39687 543 0 0 25 0 1 0 967282203 175861760 41174 33554432000 4194304 8979876 140737039808096 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 42935 41174 770 1169 0 41762 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 171740

[startup+462.301 s]
/proc/loadavg: 1.99 1.99 1.94 3/178 6500
/proc/meminfo: memFree=31311348/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=171740 CPUtime=462.31 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 43835 0 0 0 45615 616 0 0 25 0 1 0 967282203 175861760 41175 33554432000 4194304 8979876 140737039808096 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 42935 41175 770 1169 0 41762 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 171740

[startup+522.3 s]
/proc/loadavg: 1.99 1.99 1.94 3/178 6502
/proc/meminfo: memFree=31311068/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=171740 CPUtime=522.31 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 43838 0 0 0 51552 679 0 0 25 0 1 0 967282203 175861760 41178 33554432000 4194304 8979876 140737039808096 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 42935 41178 770 1169 0 41762 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 171740

[startup+582.301 s]
/proc/loadavg: 1.99 1.99 1.94 3/178 6503
/proc/meminfo: memFree=31311144/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=171740 CPUtime=582.31 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 43839 0 0 0 57488 743 0 0 25 0 1 0 967282203 175861760 41179 33554432000 4194304 8979876 140737039808096 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 42935 41179 770 1169 0 41762 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 171740

[startup+642.3 s]

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

/proc/meminfo: memFree=31319908/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=179176 CPUtime=1062.31 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 53441 0 0 0 104624 1607 0 0 25 0 1 0 967282203 183476224 42991 33554432000 4194304 8979876 140737039808096 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 44794 42991 770 1169 0 43621 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 179176

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6518
/proc/meminfo: memFree=31300384/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=183564 CPUtime=1122.31 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 60143 0 0 0 110497 1734 0 0 25 0 1 0 967282203 187969536 44129 33554432000 4194304 8979876 140737039808096 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 45891 44129 770 1169 0 44718 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 183564

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6519
/proc/meminfo: memFree=31305804/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=184560 CPUtime=1182.32 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 65674 0 0 0 116386 1846 0 0 25 0 1 0 967282203 188989440 44317 33554432000 4194304 8979876 140737039808096 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 46140 44317 770 1169 0 44967 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 184560

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6521
/proc/meminfo: memFree=31306140/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=186456 CPUtime=1242.32 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 73932 0 0 0 122274 1958 0 0 25 0 1 0 967282203 190930944 44860 33554432000 4194304 8979876 140737039808096 18446744073709551615 7109055 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 46614 44860 770 1169 0 45441 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 186456

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6523
/proc/meminfo: memFree=31286392/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=186564 CPUtime=1302.32 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 88605 0 0 0 128154 2078 0 0 25 0 1 0 967282203 191041536 44866 33554432000 4194304 8979876 140737039808096 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 46641 44866 770 1169 0 45468 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 186564

[startup+1362.3 s]
/proc/loadavg: 2.06 2.02 1.95 3/178 6524
/proc/meminfo: memFree=31297760/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=194080 CPUtime=1362.32 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 110902 0 0 0 134039 2193 0 0 25 0 1 0 967282203 198737920 46706 33554432000 4194304 8979876 140737039808096 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 48520 46706 770 1169 0 47347 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 194080

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 6526
/proc/meminfo: memFree=31288792/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=196528 CPUtime=1422.32 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 111592 0 0 0 139921 2311 0 0 25 0 1 0 967282203 201244672 47395 33554432000 4194304 8979876 140737039808096 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 49132 47395 770 1169 0 47959 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 196528

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/178 6527
/proc/meminfo: memFree=31283792/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=198284 CPUtime=1482.33 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 112040 0 0 0 145796 2437 0 0 25 0 1 0 967282203 203042816 47843 33554432000 4194304 8979876 140737039808096 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 49571 47843 770 1169 0 48398 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 198284

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6529
/proc/meminfo: memFree=31285856/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=197556 CPUtime=1542.32 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 122852 0 0 0 151689 2543 0 0 25 0 1 0 967282203 202297344 47642 33554432000 4194304 8979876 140737039808096 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 49389 47642 853 1169 0 48216 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 197556

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6539
/proc/meminfo: memFree=31279760/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=202256 CPUtime=1602.33 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 136438 0 0 0 157566 2667 0 0 25 0 1 0 967282203 207110144 48603 33554432000 4194304 8979876 140737039808096 18446744073709551615 7179794 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 50564 48603 770 1169 0 49391 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 202256

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 1.95 3/178 6541
/proc/meminfo: memFree=31280468/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=207504 CPUtime=1662.33 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 140192 0 0 0 163454 2779 0 0 25 0 1 0 967282203 212484096 49933 33554432000 4194304 8979876 140737039808096 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 51876 49933 770 1169 0 50703 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 207504

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 6543
/proc/meminfo: memFree=31275584/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=208496 CPUtime=1722.33 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 143181 0 0 0 169343 2890 0 0 25 0 1 0 967282203 213499904 50391 33554432000 4194304 8979876 140737039808096 18446744073709551615 6742267 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 52124 50391 770 1169 0 50951 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 208496

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/178 6620
/proc/meminfo: memFree=31483040/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=212920 CPUtime=1782.33 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 144288 0 0 0 175226 3007 0 0 25 0 1 0 967282203 218030080 51498 33554432000 4194304 8979876 140737039808096 18446744073709551615 7046373 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 53230 51498 770 1169 0 52057 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 212920

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

[startup+1785.5 s]
/proc/loadavg: 2.01 2.00 1.95 3/178 6620
/proc/meminfo: memFree=31482916/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=212920 CPUtime=1785.53 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 144288 0 0 0 175539 3014 0 0 25 0 1 0 967282203 218030080 51498 33554432000 4194304 8979876 140737039808096 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 53230 51498 770 1169 0 52057 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 212920

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 6628
/proc/meminfo: memFree=31606268/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=212920 CPUtime=1791.94 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 144288 0 0 0 176163 3031 0 0 25 0 1 0 967282203 218030080 51498 33554432000 4194304 8979876 140737039808096 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 53230 51498 770 1169 0 52057 0
Current children cumulated CPU time (s) 1791.94
Current children cumulated vsize (KiB) 212920

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6659
/proc/meminfo: memFree=31590024/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=212920 CPUtime=1795.13 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 144288 0 0 0 176472 3041 0 0 25 0 1 0 967282203 218030080 51498 33554432000 4194304 8979876 140737039808096 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 53230 51498 770 1169 0 52057 0
Current children cumulated CPU time (s) 1795.13
Current children cumulated vsize (KiB) 212920

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6659
/proc/meminfo: memFree=31590024/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=212920 CPUtime=1795.93 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 144288 0 0 0 176549 3044 0 0 25 0 1 0 967282203 218030080 51498 33554432000 4194304 8979876 140737039808096 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 53230 51498 770 1169 0 52057 0
Current children cumulated CPU time (s) 1795.93
Current children cumulated vsize (KiB) 212920

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6659
/proc/meminfo: memFree=31589032/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=212920 CPUtime=1796.73 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 144288 0 0 0 176627 3046 0 0 25 0 1 0 967282203 218030080 51498 33554432000 4194304 8979876 140737039808096 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6484/statm: 53230 51498 770 1169 0 52057 0
Current children cumulated CPU time (s) 1796.73
Current children cumulated vsize (KiB) 212920

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6659
/proc/meminfo: memFree=31589032/32951124 swapFree=67054712/67111528
[pid=6484] ppid=6482 vsize=144644 CPUtime=1797.13 cores=1,3,5,7
/proc/6484/stat : 6484 (scip-2.0.1.4_2.) R 6482 6484 2200 0 -1 4202496 144293 0 0 0 176665 3048 0 0 18 0 1 0 967282203 148115456 34993 33554432000 4194304 8979876 140737039808096 18446744073709551615 8073290 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6484/statm: 36161 34481 775 1169 0 34988 0
Current children cumulated CPU time (s) 1797.13
Current children cumulated vsize (KiB) 144644

Child status: 0
Real time (s): 1797.11
CPU time (s): 1797.15
CPU user time (s): 1766.66
CPU system time (s): 30.4884
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 212920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1766.66
system time used= 30.4884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144298
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= 5
involuntary context switches= 2717

runsolver used 2.56961 second user time and 5.81511 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-11 07:35:15
IDJOB=3485445
IDBENCH=2634
IDSOLVER=1977
FILE ID=node119/3485445-1307770515
RUNJOBID= node119-1307766885-6158
PBS_JOBID= 13550843
Free space on /tmp= 74052 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_15.opb
COMMAND LINE= HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3485445-1307770515/watcher-3485445-1307770515 -o /tmp/evaluation-result-3485445-1307770515/solver-3485445-1307770515 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485445-1307770515.opb -t 1800 -m 15500

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

MD5SUM BENCH= b4a219bc21641bf0d46eae2692004ebe
RANDOM SEED=2113927157

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31485996 kB
Buffers:        244548 kB
Cached:         663172 kB
SwapCached:      11012 kB
Active:         808084 kB
Inactive:       440836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31485996 kB
SwapTotal:    67111528 kB
SwapFree:     67054712 kB
Dirty:           41448 kB
Writeback:           0 kB
AnonPages:      338852 kB
Mapped:          16076 kB
Slab:           149880 kB
PageTables:       5084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   540380 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= 74040 MiB
End job on node119 at 2011-06-11 08:05:13