Trace number 3485447

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.24 1797.22

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_17.opb
MD5SUM25ee8feec785b6a4be71df8acc9d82db
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.19
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 263
Optimality of the best value was proved NO
Number of variables7081
Total number of constraints13889
Number of constraints which are clauses1
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 constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 136
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 391
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 2647
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.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-3485447-1307776661.opb>
0.19/0.24	c original problem has 7081 variables (7081 bin, 0 int, 0 impl, 0 cont) and 13889 constraints
0.19/0.24	c problem read
0.19/0.24	c presolving settings loaded
0.29/0.37	c presolving:
0.39/0.46	c (round 1) 1 del vars, 1 del conss, 0 add conss, 1 chg bounds, 28 chg sides, 869 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.49/0.50	c (round 2) 1 del vars, 6214 del conss, 0 add conss, 1 chg bounds, 28 chg sides, 869 chg coeffs, 739 upgd conss, 0 impls, 0 clqs
0.49/0.57	c (round 3) 1 del vars, 6214 del conss, 9 add conss, 1 chg bounds, 45 chg sides, 907 chg coeffs, 1462 upgd conss, 946 impls, 4 clqs
0.59/0.60	c (round 4) 1 del vars, 6214 del conss, 9 add conss, 1 chg bounds, 50 chg sides, 1378 chg coeffs, 1462 upgd conss, 946 impls, 4 clqs
1.69/1.73	c    (1.7s) probing: 109/7080 (1.5%) - 0 fixings, 0 aggregations, 1729 implications, 0 bound changes
1.69/1.73	c    (1.7s) probing aborted: 100/100 successive totally useless probings
1.69/1.73	c presolving (5 rounds):
1.69/1.73	c  1 deleted vars, 6214 deleted constraints, 9 added constraints, 1 tightened bounds, 0 added holes, 50 changed sides, 1378 changed coefficients
1.69/1.73	c  4404 implications, 4 cliques
1.69/1.73	c presolved problem has 7080 variables (7080 bin, 0 int, 0 impl, 0 cont) and 7684 constraints
1.69/1.73	c    1462 constraints of type <knapsack>
1.69/1.73	c       9 constraints of type <setppc>
1.69/1.73	c    6213 constraints of type <linear>
1.69/1.73	c transformed objective value is always integral (scale: 1)
1.69/1.73	c Presolving Time: 1.46
1.69/1.73	c - non default parameters ----------------------------------------------------------------------
1.69/1.73	c # SCIP version 2.0.1.4
1.69/1.73	c 
1.69/1.73	c # frequency for displaying node information lines
1.69/1.73	c # [type: int, range: [-1,2147483647], default: 100]
1.69/1.73	c display/freq = 10000
1.69/1.73	c 
1.69/1.73	c # maximal time in seconds to run
1.69/1.73	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.69/1.73	c limits/time = 1797
1.69/1.73	c 
1.69/1.73	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.69/1.73	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.69/1.73	c limits/memory = 13950
1.69/1.73	c 
1.69/1.73	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.69/1.73	c # [type: int, range: [1,2], default: 1]
1.69/1.73	c timing/clocktype = 2
1.69/1.73	c 
1.69/1.73	c # belongs reading time to solving time?
1.69/1.73	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.69/1.73	c timing/reading = TRUE
1.69/1.73	c 
1.69/1.73	c # should presolving try to simplify inequalities
1.69/1.73	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.69/1.73	c constraints/linear/simplifyinequalities = TRUE
1.69/1.73	c 
1.69/1.73	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.69/1.73	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.69/1.73	c constraints/indicator/addCouplingCons = TRUE
1.69/1.73	c 
1.69/1.73	c # should presolving try to simplify knapsacks
1.69/1.73	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.69/1.73	c constraints/knapsack/simplifyinequalities = TRUE
1.69/1.73	c 
1.69/1.73	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.69/1.73	c # [type: int, range: [-1,2147483647], default: -1]
1.69/1.73	c separating/rapidlearning/freq = 0
1.69/1.73	c 
1.69/1.73	c -----------------------------------------------------------------------------------------------
1.69/1.73	c start solving
1.69/1.73	c 
2.19/2.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.19/2.28	c   2.3s|     1 |     0 |  3953 |     - |  65M|   0 |1739 |7080 |7693 |7080 |7684 |   0 |   9 |   0 | 1.360000e+02 |      --      |    Inf 
10.89/10.91	c  10.9s|     1 |     0 | 22683 |     - |  66M|   0 |3383 |7080 |7725 |7080 |7798 | 114 |   9 |   0 | 1.360000e+02 |      --      |    Inf 
13.59/13.63	c  13.6s|     1 |     0 | 27052 |     - |  67M|   0 |4042 |7080 |7725 |7080 |7887 | 203 |   9 |   0 | 1.360000e+02 |      --      |    Inf 
16.59/16.68	c  16.7s|     1 |     0 | 29854 |     - |  67M|   0 |3749 |7080 |7725 |7080 |7991 | 307 |   9 |   0 | 1.360000e+02 |      --      |    Inf 
19.70/19.73	c  19.7s|     1 |     0 | 32687 |     - |  68M|   0 |3674 |7080 |7725 |7080 |8095 | 411 |   9 |   0 | 1.360000e+02 |      --      |    Inf 
22.49/22.51	c  22.5s|     1 |     0 | 35121 |     - |  69M|   0 |3772 |7080 |7725 |7080 |8227 | 543 |   9 |   0 | 1.360000e+02 |      --      |    Inf 
26.89/26.97	c  27.0s|     1 |     0 | 38702 |     - |  69M|   0 |3865 |7080 |7725 |7080 |8346 | 662 |   9 |   0 | 1.360000e+02 |      --      |    Inf 
37.60/37.68	c  37.7s|     1 |     2 | 38702 |     - |  69M|   0 |3865 |7080 |7725 |7080 |8346 | 662 |   9 |  19 | 1.360000e+02 |      --      |    Inf 
1797.12/1797.10	c 
1797.12/1797.10	c SCIP Status        : solving was interrupted [time limit reached]
1797.12/1797.10	c Solving Time (sec) : 1797.10
1797.12/1797.10	c Solving Nodes      : 6210
1797.12/1797.10	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.12/1797.10	c Dual Bound         : +1.36000000000000e+02
1797.12/1797.10	c Gap                : infinite
1797.12/1797.10	s UNKNOWN
1797.12/1797.10	c SCIP Status        : solving was interrupted [time limit reached]
1797.12/1797.10	c Total Time         :    1797.10
1797.12/1797.10	c   solving          :    1797.10
1797.12/1797.10	c   presolving       :       1.46 (included in solving)
1797.12/1797.10	c   reading          :       0.24 (included in solving)
1797.12/1797.10	c Original Problem   :
1797.12/1797.10	c   Problem name     : HOME/instance-3485447-1307776661.opb
1797.12/1797.10	c   Variables        : 7081 (7081 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.12/1797.10	c   Constraints      : 13889 initial, 13889 maximal
1797.12/1797.10	c Presolved Problem  :
1797.12/1797.10	c   Problem name     : t_HOME/instance-3485447-1307776661.opb
1797.12/1797.10	c   Variables        : 7080 (7080 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.12/1797.10	c   Constraints      : 7684 initial, 10939 maximal
1797.12/1797.10	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.12/1797.10	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.12/1797.10	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.12/1797.10	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.12/1797.10	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.12/1797.10	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.12/1797.10	c   probing          :       1.11          0          0          0          0          0          0          0          0          0
1797.12/1797.10	c   knapsack         :       0.05          0          0          0          0          0          0          9         22        509
1797.12/1797.10	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.12/1797.10	c   linear           :       0.17          1          0          0          1          0       6214          0         28        869
1797.12/1797.10	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.12/1797.10	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.12/1797.10	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.12/1797.10	c   integral         :          0          0          0       5426          0          4          0          6       1537          0          0      10184
1797.12/1797.10	c   knapsack         :       1462          6      33239          0          1          3      16082        190     179488       1115          0          0
1797.12/1797.10	c   setppc           :          9          6      19859          0          1          0          4          0        399          0          0          0
1797.12/1797.10	c   linear           :       6213+         7      33049          0          0          0       6697        476     601919          0          0          0
1797.12/1797.10	c   logicor          :          0+         6      13901          0          0          0      13194        122       6132          0          0          0
1797.12/1797.10	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1797.12/1797.10	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.12/1797.10	c   integral         :     543.25       0.00       0.00     543.25       0.00       0.00       0.00
1797.12/1797.10	c   knapsack         :       6.61       0.11       6.49       0.00       0.00       0.00       0.01
1797.12/1797.10	c   setppc           :       0.02       0.00       0.02       0.00       0.00       0.00       0.00
1797.12/1797.10	c   linear           :      16.13       0.00      16.11       0.00       0.00       0.00       0.01
1797.12/1797.10	c   logicor          :       1.01       0.00       1.00       0.00       0.00       0.00       0.02
1797.12/1797.10	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.12/1797.10	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.12/1797.10	c   vbounds          :          0          0          0          0
1797.12/1797.10	c   rootredcost      :          0          0          0          0
1797.12/1797.10	c   pseudoobj        :      33013          0          0          0
1797.12/1797.10	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.12/1797.10	c   vbounds          :       0.01       0.01       0.00
1797.12/1797.10	c   rootredcost      :       0.01       0.01       0.00
1797.12/1797.10	c   pseudoobj        :       0.03       0.03       0.00
1797.12/1797.10	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.12/1797.10	c   propagation      :       0.05        788        778       5024       29.6         74       20.6          -
1797.12/1797.10	c   infeasible LP    :       1.99       2838       2838       5287       19.1        144       16.9          0
1797.12/1797.10	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.12/1797.10	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.12/1797.10	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.12/1797.10	c   applied globally :          -          -          -       6254       18.5          -          -          -
1797.12/1797.10	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.12/1797.10	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.12/1797.10	c   cut pool         :       0.00          5          -          -        918          -    (maximal pool size: 4217)
1797.12/1797.10	c   redcost          :       0.68       5445          0         56          0          0
1797.12/1797.10	c   impliedbounds    :       0.00          6          0          0         73          0
1797.12/1797.10	c   intobj           :       0.00          0          0          0          0          0
1797.12/1797.10	c   gomory           :       2.62          6          0          0          4          0
1797.12/1797.10	c   cgmip            :       0.00          0          0          0          0          0
1797.12/1797.10	c   closecuts        :       0.00          0          0          0          0          0
1797.12/1797.10	c   strongcg         :       2.50          6          0          0          4          0
1797.12/1797.10	c   cmir             :       2.22          6          0          0       3000          0
1797.12/1797.10	c   flowcover        :       1.85          6          0          0       1200          0
1797.12/1797.10	c   clique           :       0.00          6          0          0          0          0
1797.12/1797.10	c   zerohalf         :       0.00          0          0          0          0          0
1797.12/1797.10	c   mcf              :       0.00          1          0          0          0          0
1797.12/1797.10	c   oddcycle         :       0.00          0          0          0          0          0
1797.12/1797.10	c   rapidlearning    :       0.99          1          0          0          0         32
1797.12/1797.10	c Pricers            :       Time      Calls       Vars
1797.12/1797.10	c   problem variables:       0.00          0          0
1797.12/1797.10	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.12/1797.10	c   relpscost        :     543.24       5426          6       1537          0          0      10184
1797.12/1797.10	c   pscost           :       0.00          0          0          0          0          0          0
1797.12/1797.10	c   inference        :       0.00          1          0          0          0          0          2
1797.12/1797.10	c   mostinf          :       0.00          0          0          0          0          0          0
1797.12/1797.10	c   leastinf         :       0.00          0          0          0          0          0          0
1797.12/1797.10	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.12/1797.10	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.12/1797.10	c   random           :       0.00          0          0          0          0          0          0
1797.12/1797.10	c Primal Heuristics  :       Time      Calls      Found
1797.12/1797.10	c   LP solutions     :       0.00          -          0
1797.12/1797.10	c   pseudo solutions :       0.00          -          0
1797.12/1797.10	c   oneopt           :       0.01          0          0
1797.12/1797.10	c   crossover        :       0.00          0          0
1797.12/1797.10	c   fracdiving       :      88.78          4          0
1797.12/1797.10	c   veclendiving     :      33.23         49          0
1797.12/1797.10	c   trivial          :       0.01          2          0
1797.12/1797.10	c   shiftandpropagate:       0.18          1          0
1797.12/1797.10	c   simplerounding   :       0.00          0          0
1797.12/1797.10	c   zirounding       :       1.11       1000          0
1797.12/1797.10	c   rounding         :       1.81       1009          0
1797.12/1797.10	c   shifting         :       9.03        270          0
1797.12/1797.10	c   intshifting      :       0.00          0          0
1797.12/1797.10	c   twoopt           :       0.00          0          0
1797.12/1797.10	c   fixandinfer      :       0.00          0          0
1797.12/1797.10	c   feaspump         :      42.42         12          0
1797.12/1797.10	c   clique           :       0.00          0          0
1797.12/1797.10	c   coefdiving       :     194.61          1          0
1797.12/1797.10	c   pscostdiving     :      69.02         18          0
1797.12/1797.10	c   intdiving        :       0.00          0          0
1797.12/1797.10	c   actconsdiving    :       0.00          0          0
1797.12/1797.10	c   objpscostdiving  :      53.15          5          0
1797.12/1797.10	c   rootsoldiving    :      18.36          8          0
1797.12/1797.10	c   linesearchdiving :      80.94         81          0
1797.12/1797.10	c   guideddiving     :       0.00          0          0
1797.12/1797.10	c   octane           :       0.00          0          0
1797.12/1797.10	c   rens             :       0.01          0          0
1797.12/1797.10	c   rins             :       0.00          0          0
1797.12/1797.10	c   localbranching   :       0.00          0          0
1797.12/1797.10	c   mutation         :       0.00          0          0
1797.12/1797.10	c   dins             :       0.00          0          0
1797.12/1797.10	c   vbounds          :       0.00          0          0
1797.12/1797.10	c   undercover       :       0.00          0          0
1797.12/1797.10	c   subnlp           :       0.00          0          0
1797.12/1797.10	c   trysol           :       0.00          0          0
1797.12/1797.10	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.12/1797.10	c   primal LP        :       0.06          0          0       0.00       0.00
1797.12/1797.10	c   dual LP          :     609.61       6095    2311479     379.24    3791.74
1797.12/1797.10	c   lex dual LP      :       0.00          0          0       0.00          -
1797.12/1797.10	c   barrier LP       :       0.00          0          0       0.00          -
1797.12/1797.10	c   diving/probing LP:     556.53      10951    1979440     180.75    3556.73
1797.12/1797.10	c   strong branching :     540.56       3267    1276482     390.72    2361.39
1797.12/1797.10	c     (at root node) :          -         19      13202     694.84          -
1797.12/1797.10	c   conflict analysis:       0.00          0          0       0.00          -
1797.12/1797.10	c B&B Tree           :
1797.12/1797.10	c   number of runs   :          1
1797.12/1797.10	c   nodes            :       6210
1797.12/1797.10	c   nodes (total)    :       6210
1797.12/1797.10	c   nodes left       :       3604
1797.12/1797.10	c   max depth        :        112
1797.12/1797.10	c   max depth (total):        112
1797.12/1797.10	c   backtracks       :        693 (11.2%)
1797.12/1797.10	c   delayed cutoffs  :        373
1797.12/1797.10	c   repropagations   :       4895 (208476 domain reductions, 183 cutoffs)
1797.12/1797.10	c   avg switch length:       5.45
1797.12/1797.10	c   switching time   :      11.20
1797.12/1797.10	c Solution           :
1797.12/1797.10	c   Solutions found  :          0 (0 improvements)
1797.12/1797.10	c   Primal Bound     :          -
1797.12/1797.10	c   Dual Bound       : +1.36000000000000e+02
1797.12/1797.10	c   Gap              :   infinite
1797.12/1797.10	c   Root Dual Bound  : +1.36000000000000e+02
1797.12/1797.10	c   Root Iterations  :      38702
1797.22/1797.21	c Time complete: 1797.24.

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-3485447-1307776661/watcher-3485447-1307776661 -o /tmp/evaluation-result-3485447-1307776661/solver-3485447-1307776661 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485447-1307776661.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.06 1.47 1.77 2/177 24139
/proc/meminfo: memFree=30933768/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=9832 CPUtime=0 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 1472 0 0 0 0 0 0 0 22 0 1 0 967896813 10067968 1427 33554432000 4194304 8979876 140733551223488 18446744073709551615 6779003 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/24139/statm: 2458 1433 366 1169 0 1285 0

[startup+0.0173801 s]
/proc/loadavg: 1.06 1.47 1.77 2/177 24139
/proc/meminfo: memFree=30933768/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=11080 CPUtime=0.01 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 1771 0 0 0 1 0 0 0 22 0 1 0 967896813 11345920 1726 33554432000 4194304 8979876 140733551223488 18446744073709551615 4195040 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/24139/statm: 2770 1726 366 1169 0 1597 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11080

[startup+0.100379 s]
/proc/loadavg: 1.06 1.47 1.77 2/177 24139
/proc/meminfo: memFree=30933768/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=19348 CPUtime=0.09 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 3819 0 0 0 9 0 0 0 22 0 1 0 967896813 19812352 3774 33554432000 4194304 8979876 140733551223488 18446744073709551615 6779003 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/24139/statm: 4837 3774 366 1169 0 3664 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19348

[startup+0.300347 s]
/proc/loadavg: 1.06 1.47 1.77 2/177 24139
/proc/meminfo: memFree=30933768/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=77480 CPUtime=0.29 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 17952 0 0 0 27 2 0 0 23 0 1 0 967896813 79339520 17907 33554432000 4194304 8979876 140733551223488 18446744073709551615 7841455 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 19370 17907 450 1169 0 18197 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77480

[startup+0.700267 s]
/proc/loadavg: 1.06 1.47 1.77 2/177 24139
/proc/meminfo: memFree=30933768/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=143480 CPUtime=0.69 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 36039 0 0 0 65 4 0 0 25 0 1 0 967896813 146923520 33251 33554432000 4194304 8979876 140733551223488 18446744073709551615 5308557 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 35870 33251 533 1169 0 34697 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 143480

[startup+1.50113 s]
/proc/loadavg: 1.06 1.47 1.77 3/178 24140
/proc/meminfo: memFree=30758084/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=143480 CPUtime=1.49 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 36039 0 0 0 145 4 0 0 25 0 1 0 967896813 146923520 33251 33554432000 4194304 8979876 140733551223488 18446744073709551615 5308448 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 35870 33251 533 1169 0 34697 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 143480

[startup+3.10086 s]
/proc/loadavg: 1.06 1.47 1.77 3/178 24140
/proc/meminfo: memFree=30713940/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=192180 CPUtime=3.09 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 51389 0 0 0 301 8 0 0 19 0 1 0 967896813 196792320 44716 33554432000 4194304 8979876 140733551223488 18446744073709551615 7146626 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 48045 44716 668 1169 0 46872 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 192180

[startup+6.30033 s]
/proc/loadavg: 1.14 1.48 1.77 3/178 24140
/proc/meminfo: memFree=30712348/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=192180 CPUtime=6.29 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 51392 0 0 0 618 11 0 0 25 0 1 0 967896813 196792320 44719 33554432000 4194304 8979876 140733551223488 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 48045 44719 671 1169 0 46872 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 192180

[startup+12.7003 s]
/proc/loadavg: 1.20 1.49 1.77 3/178 24140
/proc/meminfo: memFree=30635752/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=269100 CPUtime=12.69 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 70826 0 0 0 1248 21 0 0 25 0 1 0 967896813 275558400 64105 33554432000 4194304 8979876 140733551223488 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 67275 64105 892 1169 0 66102 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 269100

[startup+25.5011 s]
/proc/loadavg: 1.38 1.51 1.77 3/178 24140
/proc/meminfo: memFree=30633952/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=269100 CPUtime=25.49 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 71303 0 0 0 2517 32 0 0 25 0 1 0 967896813 275558400 64437 33554432000 4194304 8979876 140733551223488 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 67275 64437 757 1169 0 66102 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 269100

[startup+51.1008 s]
/proc/loadavg: 1.59 1.55 1.78 3/178 24142
/proc/meminfo: memFree=30628412/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=269100 CPUtime=51.09 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 71880 0 0 0 5058 51 0 0 25 0 1 0 967896813 275558400 64788 33554432000 4194304 8979876 140733551223488 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 67275 64788 727 1169 0 66102 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 269100

[startup+102.306 s]
/proc/loadavg: 1.82 1.62 1.79 3/178 24142
/proc/meminfo: memFree=30607064/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=269100 CPUtime=102.29 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 71883 0 0 0 10103 126 0 0 25 0 1 0 967896813 275558400 64791 33554432000 4194304 8979876 140733551223488 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 67275 64791 730 1169 0 66102 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 269100

[startup+162.3 s]
/proc/loadavg: 1.93 1.68 1.80 3/178 24144
/proc/meminfo: memFree=30574412/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=269100 CPUtime=162.3 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 71883 0 0 0 15982 248 0 0 25 0 1 0 967896813 275558400 64791 33554432000 4194304 8979876 140733551223488 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 67275 64791 730 1169 0 66102 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 269100

[startup+222.3 s]
/proc/loadavg: 1.97 1.74 1.81 3/178 24146
/proc/meminfo: memFree=30536652/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=269100 CPUtime=222.29 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 71883 0 0 0 21880 349 0 0 25 0 1 0 967896813 275558400 64791 33554432000 4194304 8979876 140733551223488 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 67275 64791 730 1169 0 66102 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 269100

[startup+282.3 s]
/proc/loadavg: 2.07 1.80 1.83 3/178 24148
/proc/meminfo: memFree=30499792/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=269100 CPUtime=282.29 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 71883 0 0 0 27793 436 0 0 25 0 1 0 967896813 275558400 64791 33554432000 4194304 8979876 140733551223488 18446744073709551615 7146630 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 67275 64791 730 1169 0 66102 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 269100

[startup+342.3 s]
/proc/loadavg: 2.02 1.83 1.83 3/178 24150
/proc/meminfo: memFree=30462652/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=269100 CPUtime=342.3 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 71883 0 0 0 33706 524 0 0 25 0 1 0 967896813 275558400 64791 33554432000 4194304 8979876 140733551223488 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 67275 64791 730 1169 0 66102 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 269100

[startup+402.3 s]
/proc/loadavg: 2.01 1.86 1.84 3/178 24150
/proc/meminfo: memFree=30429752/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=269100 CPUtime=402.3 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 71889 0 0 0 39616 614 0 0 25 0 1 0 967896813 275558400 64792 33554432000 4194304 8979876 140733551223488 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 67275 64792 726 1169 0 66102 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 269100

[startup+462.3 s]
/proc/loadavg: 2.00 1.88 1.84 3/178 24152
/proc/meminfo: memFree=30396580/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=269100 CPUtime=462.29 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 71891 0 0 0 45560 669 0 0 25 0 1 0 967896813 275558400 64792 33554432000 4194304 8979876 140733551223488 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 67275 64792 724 1169 0 66102 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 269100

[startup+522.3 s]
/proc/loadavg: 2.00 1.90 1.85 3/178 24154
/proc/meminfo: memFree=30358220/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=269100 CPUtime=522.3 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 71891 0 0 0 51492 738 0 0 25 0 1 0 967896813 275558400 64792 33554432000 4194304 8979876 140733551223488 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 67275 64792 724 1169 0 66102 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 269100

[startup+582.301 s]
/proc/loadavg: 2.05 1.93 1.86 3/178 24156
/proc/meminfo: memFree=30327664/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=269100 CPUtime=582.3 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 71891 0 0 0 57448 782 0 0 25 0 1 0 967896813 275558400 64792 33554432000 4194304 8979876 140733551223488 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 67275 64792 724 1169 0 66102 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 269100

[startup+642.301 s]

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

/proc/meminfo: memFree=30077916/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=269100 CPUtime=1122.31 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 71896 0 0 0 110843 1388 0 0 25 0 1 0 967896813 275558400 64797 33554432000 4194304 8979876 140733551223488 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 67275 64797 724 1169 0 66102 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 269100

[startup+1182.3 s]
/proc/loadavg: 2.07 2.00 1.91 3/178 24172
/proc/meminfo: memFree=30051948/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=269100 CPUtime=1182.31 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 71896 0 0 0 116774 1457 0 0 25 0 1 0 967896813 275558400 64797 33554432000 4194304 8979876 140733551223488 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 67275 64797 724 1169 0 66102 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 269100

[startup+1242.3 s]
/proc/loadavg: 2.02 2.00 1.91 3/178 24174
/proc/meminfo: memFree=30022744/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=269100 CPUtime=1242.31 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 71899 0 0 0 122710 1521 0 0 25 0 1 0 967896813 275558400 64800 33554432000 4194304 8979876 140733551223488 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 67275 64800 724 1169 0 66102 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 269100

[startup+1302.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/178 24177
/proc/meminfo: memFree=29998264/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=273052 CPUtime=1302.31 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 72877 0 0 0 128647 1584 0 0 25 0 1 0 967896813 279605248 65778 33554432000 4194304 8979876 140733551223488 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 68263 65778 724 1169 0 67090 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 273052

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 24179
/proc/meminfo: memFree=29972616/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=273052 CPUtime=1362.31 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 72877 0 0 0 134578 1653 0 0 25 0 1 0 967896813 279605248 65778 33554432000 4194304 8979876 140733551223488 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 68263 65778 724 1169 0 67090 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 273052

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 24181
/proc/meminfo: memFree=29946520/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=273052 CPUtime=1422.32 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 72878 0 0 0 140498 1734 0 0 25 0 1 0 967896813 279605248 65779 33554432000 4194304 8979876 140733551223488 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 68263 65779 724 1169 0 67090 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 273052

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 24183
/proc/meminfo: memFree=29918060/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=273052 CPUtime=1482.31 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 72881 0 0 0 146428 1803 0 0 25 0 1 0 967896813 279605248 65782 33554432000 4194304 8979876 140733551223488 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 68263 65782 724 1169 0 67090 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 273052

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 24185
/proc/meminfo: memFree=29893696/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=273052 CPUtime=1542.32 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 72881 0 0 0 152359 1873 0 0 25 0 1 0 967896813 279605248 65782 33554432000 4194304 8979876 140733551223488 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 68263 65782 724 1169 0 67090 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 273052

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 24185
/proc/meminfo: memFree=29858704/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=285056 CPUtime=1602.32 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 74836 0 0 0 158283 1949 0 0 25 0 1 0 967896813 291897344 67737 33554432000 4194304 8979876 140733551223488 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 71264 67737 724 1169 0 70091 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 285056

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 24187
/proc/meminfo: memFree=29834216/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=284632 CPUtime=1662.31 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 80524 0 0 0 164211 2020 0 0 25 0 1 0 967896813 291463168 68629 33554432000 4194304 8979876 140733551223488 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 71158 68629 724 1169 0 69985 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 284632

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 24189
/proc/meminfo: memFree=29812956/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=282564 CPUtime=1722.31 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 84643 0 0 0 170140 2091 0 0 25 0 1 0 967896813 289345536 68171 33554432000 4194304 8979876 140733551223488 18446744073709551615 7031705 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 70641 68171 724 1169 0 69468 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 282564

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 24191
/proc/meminfo: memFree=29778936/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=296156 CPUtime=1782.31 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 87851 0 0 0 176079 2152 0 0 25 0 1 0 967896813 303263744 71371 33554432000 4194304 8979876 140733551223488 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 74039 71371 724 1169 0 72866 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 296156

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 24191
/proc/meminfo: memFree=29781168/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=293752 CPUtime=1785.52 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 92117 0 0 0 176395 2157 0 0 25 0 1 0 967896813 300802048 70764 33554432000 4194304 8979876 140733551223488 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 73438 70764 724 1169 0 72265 0
Current children cumulated CPU time (s) 1785.52
Current children cumulated vsize (KiB) 293752

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 24191
/proc/meminfo: memFree=29780160/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=293752 CPUtime=1791.93 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 92118 0 0 0 177030 2163 0 0 25 0 1 0 967896813 300802048 70765 33554432000 4194304 8979876 140733551223488 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 73438 70765 724 1169 0 72265 0
Current children cumulated CPU time (s) 1791.93
Current children cumulated vsize (KiB) 293752

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 24191
/proc/meminfo: memFree=29778796/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=293752 CPUtime=1795.12 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 92118 0 0 0 177345 2167 0 0 25 0 1 0 967896813 300802048 70765 33554432000 4194304 8979876 140733551223488 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 73438 70765 724 1169 0 72265 0
Current children cumulated CPU time (s) 1795.12
Current children cumulated vsize (KiB) 293752

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 24191
/proc/meminfo: memFree=29778796/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=293752 CPUtime=1795.92 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 92118 0 0 0 177423 2169 0 0 25 0 1 0 967896813 300802048 70765 33554432000 4194304 8979876 140733551223488 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 73438 70765 724 1169 0 72265 0
Current children cumulated CPU time (s) 1795.92
Current children cumulated vsize (KiB) 293752

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 24191
/proc/meminfo: memFree=29778792/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=293752 CPUtime=1796.72 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 92118 0 0 0 177502 2170 0 0 25 0 1 0 967896813 300802048 70765 33554432000 4194304 8979876 140733551223488 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 73438 70765 724 1169 0 72265 0
Current children cumulated CPU time (s) 1796.72
Current children cumulated vsize (KiB) 293752

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 24191
/proc/meminfo: memFree=29778792/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=293752 CPUtime=1797.12 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 92118 0 0 0 177541 2171 0 0 25 0 1 0 967896813 300802048 70765 33554432000 4194304 8979876 140733551223488 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24139/statm: 73438 70765 724 1169 0 72265 0
Current children cumulated CPU time (s) 1797.12
Current children cumulated vsize (KiB) 293752

[startup+1797.2 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 24191
/proc/meminfo: memFree=29778792/32951124 swapFree=67049456/67111528
[pid=24139] ppid=24137 vsize=241156 CPUtime=1797.22 cores=1,3,5,7
/proc/24139/stat : 24139 (scip-2.0.1.4_2.) R 24137 24139 21071 0 -1 4202496 92122 0 0 0 177551 2171 0 0 18 0 1 0 967896813 246943744 58105 33554432000 4194304 8979876 140733551223488 18446744073709551615 4446619 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/24139/statm: 60289 58105 728 1169 0 59116 0
Current children cumulated CPU time (s) 1797.22
Current children cumulated vsize (KiB) 241156

Child status: 0
Real time (s): 1797.22
CPU time (s): 1797.24
CPU user time (s): 1775.52
CPU system time (s): 21.7227
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 296156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1775.52
system time used= 21.7227
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92127
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= 8
involuntary context switches= 2640

runsolver used 2.34564 second user time and 5.9031 second system time

The end

Launcher Data

Begin job on node118 at 2011-06-11 09:17:41
IDJOB=3485447
IDBENCH=2939
IDSOLVER=1977
FILE ID=node118/3485447-1307776661
RUNJOBID= node118-1307776661-24112
PBS_JOBID= 13550844
Free space on /tmp= 74136 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_17.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-3485447-1307776661/watcher-3485447-1307776661 -o /tmp/evaluation-result-3485447-1307776661/solver-3485447-1307776661 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485447-1307776661.opb -t 1800 -m 15500

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

MD5SUM BENCH= 25ee8feec785b6a4be71df8acc9d82db
RANDOM SEED=84411160

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30942132 kB
Buffers:        244032 kB
Cached:        1542836 kB
SwapCached:      15436 kB
Active:         483892 kB
Inactive:      1330104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30942132 kB
SwapTotal:    67111528 kB
SwapFree:     67049456 kB
Dirty:           37484 kB
Writeback:          68 kB
AnonPages:       24668 kB
Mapped:          10504 kB
Slab:           130768 kB
PageTables:       4088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   216280 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= 74120 MiB
End job on node118 at 2011-06-11 09:47:39