Trace number 3452717

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_14.opb
MD5SUM308ce6e771b8240fefc971d6e27a7575
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark151
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 142
Optimality of the best value was proved NO
Number of variables3297
Total number of constraints6383
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 constraints6383
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 1411
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.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3452717-1307091206.opb>
0.10/0.17	c original problem has 3297 variables (3297 bin, 0 int, 0 impl, 0 cont) and 6383 constraints
0.10/0.17	c problem read
0.10/0.17	c presolving settings loaded
0.19/0.24	c presolving:
0.19/0.28	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 182 chg sides, 182 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.29/0.30	c (round 2) 0 del vars, 3094 del conss, 0 add conss, 0 chg bounds, 182 chg sides, 182 chg coeffs, 104 upgd conss, 0 impls, 0 clqs
0.29/0.32	c (round 3) 0 del vars, 3094 del conss, 0 add conss, 0 chg bounds, 182 chg sides, 182 chg coeffs, 195 upgd conss, 1092 impls, 0 clqs
0.79/0.86	c    (0.9s) probing: 113/3297 (3.4%) - 0 fixings, 0 aggregations, 2730 implications, 0 bound changes
0.79/0.86	c    (0.9s) probing aborted: 100/100 successive totally useless probings
0.79/0.86	c presolving (4 rounds):
0.79/0.86	c  0 deleted vars, 3094 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 182 changed sides, 182 changed coefficients
0.79/0.86	c  6552 implications, 0 cliques
0.79/0.86	c presolved problem has 3297 variables (3297 bin, 0 int, 0 impl, 0 cont) and 3289 constraints
0.79/0.86	c     195 constraints of type <knapsack>
0.79/0.86	c    3094 constraints of type <linear>
0.79/0.86	c transformed objective value is always integral (scale: 1)
0.79/0.86	c Presolving Time: 0.67
0.79/0.86	c - non default parameters ----------------------------------------------------------------------
0.79/0.86	c # SCIP version 2.0.1.4
0.79/0.86	c 
0.79/0.86	c # frequency for displaying node information lines
0.79/0.86	c # [type: int, range: [-1,2147483647], default: 100]
0.79/0.86	c display/freq = 10000
0.79/0.86	c 
0.79/0.86	c # maximal time in seconds to run
0.79/0.86	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.86	c limits/time = 1800
0.79/0.86	c 
0.79/0.86	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.79/0.86	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.86	c limits/memory = 13950
0.79/0.86	c 
0.79/0.86	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.79/0.86	c # [type: int, range: [1,2], default: 1]
0.79/0.86	c timing/clocktype = 2
0.79/0.86	c 
0.79/0.86	c # belongs reading time to solving time?
0.79/0.86	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.86	c timing/reading = TRUE
0.79/0.86	c 
0.79/0.86	c # should presolving try to simplify inequalities
0.79/0.86	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.86	c constraints/linear/simplifyinequalities = TRUE
0.79/0.86	c 
0.79/0.86	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.79/0.86	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.86	c constraints/indicator/addCouplingCons = TRUE
0.79/0.86	c 
0.79/0.86	c # should presolving try to simplify knapsacks
0.79/0.86	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.86	c constraints/knapsack/simplifyinequalities = TRUE
0.79/0.86	c 
0.79/0.86	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.79/0.86	c # [type: int, range: [-1,2147483647], default: -1]
0.79/0.86	c separating/rapidlearning/freq = 0
0.79/0.86	c 
0.79/0.86	c -----------------------------------------------------------------------------------------------
0.79/0.86	c start solving
0.79/0.86	c 
0.99/1.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.99/1.09	c   1.1s|     1 |     0 |  2553 |     - |  27M|   0 |1909 |3297 |3304 |3297 |3289 |   0 |  15 |   0 | 1.300000e+01 |      --      |    Inf 
4.40/4.42	c   4.4s|     1 |     0 |  9219 |     - |  29M|   0 |1931 |3297 |3662 |3297 |3364 |  75 |  15 |   0 | 1.300000e+01 |      --      |    Inf 
4.69/4.79	c   4.8s|     1 |     0 |  9476 |     - |  29M|   0 |1950 |3297 |3662 |3297 |3496 | 207 |  15 |   0 | 1.300000e+01 |      --      |    Inf 
5.29/5.36	c   5.4s|     1 |     0 |  9820 |     - |  30M|   0 |1954 |3297 |3662 |3297 |3619 | 330 |  15 |   0 | 1.300000e+01 |      --      |    Inf 
5.89/5.96	c   6.0s|     1 |     0 | 10074 |     - |  30M|   0 |1943 |3297 |3662 |3297 |3733 | 444 |  15 |   0 | 1.300000e+01 |      --      |    Inf 
6.49/6.51	c   6.5s|     1 |     0 | 10549 |     - |  31M|   0 |1961 |3297 |3662 |3297 |3867 | 578 |  15 |   0 | 1.300000e+01 |      --      |    Inf 
7.09/7.15	c   7.2s|     1 |     0 | 11121 |     - |  32M|   0 |1934 |3297 |3662 |3297 |3984 | 695 |  15 |   0 | 1.300000e+01 |      --      |    Inf 
12.49/12.51	c  12.5s|     1 |     2 | 11121 |     - |  32M|   0 |1934 |3297 |3662 |3297 |3984 | 695 |  15 |  31 | 1.300000e+01 |      --      |    Inf 
852.31/852.33	c   852s| 10000 |  8464 |  4063k| 405.3 |  61M|  62 |1171 |3297 |5321 |3297 |3415 | 695 |  10k|6703 | 1.700000e+01 |      --      |    Inf 
1400.93/1400.94	c  1401s| 20000 | 13949 |  7435k| 371.2 |  92M|  64 |1751 |3297 |5737 |3297 |3415 | 695 |  22k|  10k| 1.800000e+01 |      --      |    Inf 
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Solving Time (sec) : 1800.00
1800.04/1800.00	c Solving Nodes      : 28582
1800.04/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.00	c Dual Bound         : +1.80000000000013e+01
1800.04/1800.00	c Gap                : infinite
1800.04/1800.00	s UNKNOWN
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Total Time         :    1800.00
1800.04/1800.00	c   solving          :    1800.00
1800.04/1800.00	c   presolving       :       0.67 (included in solving)
1800.04/1800.00	c   reading          :       0.18 (included in solving)
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-3452717-1307091206.opb
1800.04/1800.00	c   Variables        : 3297 (3297 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 6383 initial, 6383 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-3452717-1307091206.opb
1800.04/1800.00	c   Variables        : 3297 (3297 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 3289 initial, 6715 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.53          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.08          0          0          0          0          0       3094          0        182        182
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0      24578          0          4          0         27       3625          0          0      47090
1800.04/1800.00	c   knapsack         :        195          6     160061          0          1          3     137974        769     130288        989          0          0
1800.04/1800.00	c   linear           :       3094+         7     159292          0          1          0      29195       1855    1744173          0          0          0
1800.04/1800.00	c   logicor          :          0+         6      87224          0          0          0      39536        143      79922          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.04/1800.00	c   integral         :     479.93       0.00       0.00     479.93       0.00       0.00       0.00
1800.04/1800.00	c   knapsack         :      11.34       0.02      11.23       0.00       0.00       0.00       0.09
1800.04/1800.00	c   linear           :      42.28       0.00      42.22       0.00       0.00       0.00       0.06
1800.04/1800.00	c   logicor          :       2.86       0.00       2.81       0.00       0.00       0.00       0.05
1800.04/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :          0          0          0          0
1800.04/1800.00	c   rootredcost      :          0          0          0          0
1800.04/1800.00	c   pseudoobj        :     159832          0          0          0
1800.04/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.04/1800.00	c   vbounds          :       0.05       0.05       0.00
1800.04/1800.00	c   rootredcost      :       0.05       0.05       0.00
1800.04/1800.00	c   pseudoobj        :       0.13       0.13       0.00
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :       0.20       2767       2743      23690       31.1        155       15.4          -
1800.04/1800.00	c   infeasible LP    :       4.87      14916      14916      30044       17.2       1085       11.4          0
1800.04/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.00	c   applied globally :          -          -          -      35249       19.0          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.00	c   cut pool         :       0.00          5          -          -       2518          -    (maximal pool size: 4005)
1800.04/1800.00	c   redcost          :       1.26      24731          0        230          0          0
1800.04/1800.00	c   impliedbounds    :       0.00          6          0          0         41          0
1800.04/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.00	c   gomory           :       0.12          6          0          0         49          0
1800.04/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.04/1800.00	c   strongcg         :       0.11          6          0          0          3          0
1800.04/1800.00	c   cmir             :       1.05          6          0          0       3000          0
1800.04/1800.00	c   flowcover        :       0.74          6          0          0       1200          0
1800.04/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.04/1800.00	c   rapidlearning    :       2.10          1          0          0          0        358
1800.04/1800.00	c Pricers            :       Time      Calls       Vars
1800.04/1800.00	c   problem variables:       0.00          0          0
1800.04/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :     479.89      24578         27       3625          0          0      47090
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.00          -          0
1800.04/1800.00	c   pseudo solutions :       0.00          -          0
1800.04/1800.00	c   oneopt           :       0.02          0          0
1800.04/1800.00	c   crossover        :       0.01          0          0
1800.04/1800.00	c   guideddiving     :       0.00          0          0
1800.04/1800.00	c   fracdiving       :      77.97         54          0
1800.04/1800.00	c   coefdiving       :      95.45         57          0
1800.04/1800.00	c   veclendiving     :      43.21        115          0
1800.04/1800.00	c   pscostdiving     :      66.08        160          0
1800.04/1800.00	c   linesearchdiving :      72.20        263          0
1800.04/1800.00	c   trivial          :       0.00          2          0
1800.04/1800.00	c   shiftandpropagate:       0.12          1          0
1800.04/1800.00	c   simplerounding   :       0.01          0          0
1800.04/1800.00	c   zirounding       :       0.59       1000          0
1800.04/1800.00	c   rounding         :       2.07       2187          0
1800.04/1800.00	c   shifting         :      10.80        664          0
1800.04/1800.00	c   intshifting      :       0.00          0          0
1800.04/1800.00	c   twoopt           :       0.00          0          0
1800.04/1800.00	c   fixandinfer      :       0.00          0          0
1800.04/1800.00	c   feaspump         :      29.00         35          0
1800.04/1800.00	c   clique           :       0.00          0          0
1800.04/1800.00	c   intdiving        :       0.00          0          0
1800.04/1800.00	c   actconsdiving    :       0.00          0          0
1800.04/1800.00	c   objpscostdiving  :      34.10         18          0
1800.04/1800.00	c   rootsoldiving    :      16.29         28          0
1800.04/1800.00	c   octane           :       0.00          0          0
1800.04/1800.00	c   rens             :       0.01          0          0
1800.04/1800.00	c   rins             :       0.00          0          0
1800.04/1800.00	c   localbranching   :       0.00          0          0
1800.04/1800.00	c   mutation         :       0.00          0          0
1800.04/1800.00	c   dins             :       0.00          0          0
1800.04/1800.00	c   vbounds          :       0.00          0          0
1800.04/1800.00	c   undercover       :       0.00          0          0
1800.04/1800.00	c   subnlp           :       0.01          0          0
1800.04/1800.00	c   trysol           :       0.01          0          0
1800.04/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.00	c   primal LP        :       0.01          0          0       0.00       0.00
1800.04/1800.00	c   dual LP          :     769.80      28520    7642749     267.98    9928.23
1800.04/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.00	c   diving/probing LP:     374.20      45011    2504024      55.63    6691.61
1800.04/1800.00	c   strong branching :     471.57      12860    3065886     238.40    6501.40
1800.04/1800.00	c     (at root node) :          -         31      14824     478.19          -
1800.04/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.00	c B&B Tree           :
1800.04/1800.00	c   number of runs   :          1
1800.04/1800.00	c   nodes            :      28582
1800.04/1800.00	c   nodes (total)    :      28582
1800.04/1800.00	c   nodes left       :      17676
1800.04/1800.00	c   max depth        :         64
1800.04/1800.00	c   max depth (total):         64
1800.04/1800.00	c   backtracks       :       4889 (17.1%)
1800.04/1800.00	c   delayed cutoffs  :        835
1800.04/1800.00	c   repropagations   :      19647 (373034 domain reductions, 323 cutoffs)
1800.04/1800.00	c   avg switch length:       9.64
1800.04/1800.00	c   switching time   :      30.87
1800.04/1800.00	c Solution           :
1800.04/1800.00	c   Solutions found  :          0 (0 improvements)
1800.04/1800.00	c   Primal Bound     :          -
1800.04/1800.00	c   Dual Bound       : +1.80000000000013e+01
1800.04/1800.00	c   Gap              :   infinite
1800.04/1800.00	c   Root Dual Bound  : +1.30000000000000e+01
1800.04/1800.00	c   Root Iterations  :      11121

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3452717-1307091206/watcher-3452717-1307091206 -o /tmp/evaluation-result-3452717-1307091206/solver-3452717-1307091206 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452717-1307091206.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/496 12173
/proc/meminfo: memFree=30434992/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=9976 CPUtime=0 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 1500 0 0 0 0 0 0 0 25 0 1 0 820721547 10215424 1453 33554432000 4194304 9128323 140735467855104 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/12173/statm: 2494 1453 400 1205 0 1285 0

[startup+0.111522 s]
/proc/loadavg: 2.00 2.00 2.00 2/496 12173
/proc/meminfo: memFree=30434992/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=15876 CPUtime=0.1 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 2965 0 0 0 10 0 0 0 25 0 1 0 820721547 16257024 2918 33554432000 4194304 9128323 140735467855104 18446744073709551615 7998166 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/12173/statm: 3969 2918 400 1205 0 2760 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15876

[startup+0.200515 s]
/proc/loadavg: 2.00 2.00 2.00 2/496 12173
/proc/meminfo: memFree=30434992/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=35408 CPUtime=0.19 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 7568 0 0 0 19 0 0 0 25 0 1 0 820721547 36257792 7518 33554432000 4194304 9128323 140735467855104 18446744073709551615 6580948 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 8930 7592 468 1205 0 7721 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 35408

[startup+0.30048 s]
/proc/loadavg: 2.00 2.00 2.00 2/496 12173
/proc/meminfo: memFree=30434992/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=71896 CPUtime=0.29 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 16478 0 0 0 28 1 0 0 25 0 1 0 820721547 73621504 16171 33554432000 4194304 9128323 140735467855104 18446744073709551615 6890218 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 17974 16171 508 1205 0 16765 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71896

[startup+0.700384 s]
/proc/loadavg: 2.00 2.00 2.00 2/496 12173
/proc/meminfo: memFree=30434992/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=72992 CPUtime=0.69 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 16840 0 0 0 68 1 0 0 25 0 1 0 820721547 74743808 16533 33554432000 4194304 9128323 140735467855104 18446744073709551615 5236087 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 18248 16533 543 1205 0 17039 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 72992

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 12201
/proc/meminfo: memFree=30331124/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=94800 CPUtime=1.49 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 23666 0 0 0 147 2 0 0 25 0 1 0 820721547 97075200 21878 33554432000 4194304 9128323 140735467855104 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 23700 21878 670 1205 0 22491 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 94800

[startup+3.10096 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 12201
/proc/meminfo: memFree=30328556/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=135828 CPUtime=3.09 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 33780 0 0 0 305 4 0 0 25 0 1 0 820721547 139087872 31992 33554432000 4194304 9128323 140735467855104 18446744073709551615 5200392 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 33957 31992 708 1205 0 32748 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 135828

[startup+6.30042 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 12201
/proc/meminfo: memFree=30282800/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=138588 CPUtime=6.29 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 35017 0 0 0 625 4 0 0 25 0 1 0 820721547 141914112 33137 33554432000 4194304 9128323 140735467855104 18446744073709551615 6294038 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 34647 33137 743 1205 0 33438 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 138588

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 12201
/proc/meminfo: memFree=30280612/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=138588 CPUtime=12.69 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 35123 0 0 0 1263 6 0 0 25 0 1 0 820721547 141914112 33222 33554432000 4194304 9128323 140735467855104 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 34647 33222 728 1205 0 33438 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 138588

[startup+25.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 12201
/proc/meminfo: memFree=30276884/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=138588 CPUtime=25.49 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 35123 0 0 0 2536 13 0 0 25 0 1 0 820721547 141914112 33222 33554432000 4194304 9128323 140735467855104 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 34647 33222 728 1205 0 33438 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 138588

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 12229
/proc/meminfo: memFree=30039956/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=138588 CPUtime=51.09 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 35124 0 0 0 5087 22 0 0 25 0 1 0 820721547 141914112 33223 33554432000 4194304 9128323 140735467855104 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 34647 33223 728 1205 0 33438 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 138588

[startup+102.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/499 12230
/proc/meminfo: memFree=29977204/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=138588 CPUtime=102.3 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 35132 0 0 0 10182 48 0 0 25 0 1 0 820721547 141914112 33231 33554432000 4194304 9128323 140735467855104 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 34647 33231 730 1205 0 33438 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 138588

[startup+162.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/499 12232
/proc/meminfo: memFree=29986948/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=138588 CPUtime=162.29 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 35135 0 0 0 16153 76 0 0 25 0 1 0 820721547 141914112 33234 33554432000 4194304 9128323 140735467855104 18446744073709551615 7216897 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 34647 33234 730 1205 0 33438 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 138588

[startup+222.319 s]
/proc/loadavg: 2.13 2.03 2.01 3/499 12233
/proc/meminfo: memFree=29982956/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=138588 CPUtime=222.32 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 35143 0 0 0 22123 109 0 0 25 0 1 0 820721547 141914112 33242 33554432000 4194304 9128323 140735467855104 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 34647 33242 730 1205 0 33438 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 138588

[startup+282.301 s]
/proc/loadavg: 2.10 2.04 2.01 3/499 12235
/proc/meminfo: memFree=29984436/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=138588 CPUtime=282.3 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 35145 0 0 0 28081 149 0 0 25 0 1 0 820721547 141914112 33244 33554432000 4194304 9128323 140735467855104 18446744073709551615 7192200 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 34647 33244 730 1205 0 33438 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 138588

[startup+342.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/499 12237
/proc/meminfo: memFree=29984164/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=138588 CPUtime=342.3 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 35148 0 0 0 34040 190 0 0 25 0 1 0 820721547 141914112 33247 33554432000 4194304 9128323 140735467855104 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 34647 33247 730 1205 0 33438 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 138588

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/499 12238
/proc/meminfo: memFree=29984016/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=138588 CPUtime=402.3 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 35185 0 0 0 39998 232 0 0 25 0 1 0 820721547 141914112 33284 33554432000 4194304 9128323 140735467855104 18446744073709551615 6713568 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 34647 33284 730 1205 0 33438 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 138588

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 12249
/proc/meminfo: memFree=29961340/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=138588 CPUtime=462.3 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 35188 0 0 0 45958 272 0 0 25 0 1 0 820721547 141914112 33287 33554432000 4194304 9128323 140735467855104 18446744073709551615 4683856 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 34647 33287 730 1205 0 33438 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 138588

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 12250
/proc/meminfo: memFree=29961824/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=138588 CPUtime=522.3 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 35192 0 0 0 51916 314 0 0 25 0 1 0 820721547 141914112 33291 33554432000 4194304 9128323 140735467855104 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 34647 33291 730 1205 0 33438 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 138588

[startup+582.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/499 12252
/proc/meminfo: memFree=29961560/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=138588 CPUtime=582.3 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 35224 0 0 0 57872 358 0 0 25 0 1 0 820721547 141914112 33323 33554432000 4194304 9128323 140735467855104 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 34647 33323 730 1205 0 33438 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 138588

[startup+642.301 s]

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

[startup+882.319 s]
/proc/loadavg: 2.05 2.05 2.00 3/499 12263
/proc/meminfo: memFree=29952728/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=147180 CPUtime=882.33 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 44493 0 0 0 87653 580 0 0 25 0 1 0 820721547 150712320 35272 33554432000 4194304 9128323 140735467855104 18446744073709551615 7342491 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 36795 35272 730 1205 0 35586 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 147180

[startup+942.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/499 12265
/proc/meminfo: memFree=29947136/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=152224 CPUtime=942.31 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 45955 0 0 0 93602 629 0 0 25 0 1 0 820721547 155877376 36734 33554432000 4194304 9128323 140735467855104 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 38056 36734 730 1205 0 36847 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 152224

[startup+1002.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 12266
/proc/meminfo: memFree=29936572/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=155768 CPUtime=1002.32 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 50878 0 0 0 99544 688 0 0 25 0 1 0 820721547 159506432 37647 33554432000 4194304 9128323 140735467855104 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 38942 37647 730 1205 0 37733 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 155768

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 12268
/proc/meminfo: memFree=29930096/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=162112 CPUtime=1062.31 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 62148 0 0 0 105498 733 0 0 25 0 1 0 820721547 166002688 39193 33554432000 4194304 9128323 140735467855104 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 40528 39193 730 1205 0 39319 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 162112

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 12269
/proc/meminfo: memFree=29924244/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=165600 CPUtime=1122.32 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 66343 0 0 0 111453 779 0 0 25 0 1 0 820721547 169574400 40088 33554432000 4194304 9128323 140735467855104 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 41400 40088 730 1205 0 40191 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 165600

[startup+1182.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/499 12271
/proc/meminfo: memFree=29922496/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=171336 CPUtime=1182.32 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 71557 0 0 0 117403 829 0 0 25 0 1 0 820721547 175448064 41265 33554432000 4194304 9128323 140735467855104 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 42834 41265 825 1205 0 41625 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 171336

[startup+1242.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/499 12273
/proc/meminfo: memFree=29916264/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=173912 CPUtime=1242.32 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 79930 0 0 0 123354 878 0 0 25 0 1 0 820721547 178085888 41968 33554432000 4194304 9128323 140735467855104 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 43478 41968 730 1205 0 42269 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 173912

[startup+1302.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/499 12274
/proc/meminfo: memFree=29910156/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=180436 CPUtime=1302.32 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 91503 0 0 0 129306 926 0 0 25 0 1 0 820721547 184766464 43584 33554432000 4194304 9128323 140735467855104 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 45109 43584 730 1205 0 43900 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 180436

[startup+1362.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/499 12276
/proc/meminfo: memFree=29903952/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=186536 CPUtime=1362.32 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 93141 0 0 0 135261 971 0 0 25 0 1 0 820721547 191012864 45215 33554432000 4194304 9128323 140735467855104 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 46634 45215 730 1205 0 45425 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 186536

[startup+1422.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/499 12278
/proc/meminfo: memFree=29908516/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=187196 CPUtime=1422.33 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 93418 0 0 0 141217 1016 0 0 25 0 1 0 820721547 191688704 45492 33554432000 4194304 9128323 140735467855104 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 46799 45492 730 1205 0 45590 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 187196

[startup+1482.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/499 12279
/proc/meminfo: memFree=29901556/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=191732 CPUtime=1482.33 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 100028 0 0 0 147173 1060 0 0 25 0 1 0 820721547 196333568 46176 33554432000 4194304 9128323 140735467855104 18446744073709551615 7346442 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 47933 46176 730 1205 0 46724 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 191732

[startup+1542.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 12281
/proc/meminfo: memFree=29893600/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=198304 CPUtime=1542.35 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 102140 0 0 0 153124 1111 0 0 25 0 1 0 820721547 203063296 48272 33554432000 4194304 9128323 140735467855104 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 49576 48272 730 1205 0 48367 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 198304

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 12282
/proc/meminfo: memFree=29881296/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=204584 CPUtime=1602.33 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 111410 0 0 0 159074 1159 0 0 25 0 1 0 820721547 209494016 49654 33554432000 4194304 9128323 140735467855104 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 51146 49654 730 1205 0 49937 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 204584

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 12284
/proc/meminfo: memFree=29875452/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=214104 CPUtime=1662.33 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 122164 0 0 0 165023 1210 0 0 25 0 1 0 820721547 219242496 52112 33554432000 4194304 9128323 140735467855104 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 53526 52112 730 1205 0 52317 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 214104

[startup+1722.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/499 12285
/proc/meminfo: memFree=29879528/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=217064 CPUtime=1722.33 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 124975 0 0 0 170974 1259 0 0 25 0 1 0 820721547 222273536 52981 33554432000 4194304 9128323 140735467855104 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 54266 52981 730 1205 0 53057 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 217064

[startup+1782.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/499 12287
/proc/meminfo: memFree=29862648/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=225056 CPUtime=1782.34 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 130441 0 0 0 176920 1314 0 0 25 0 1 0 820721547 230457344 54722 33554432000 4194304 9128323 140735467855104 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 56264 54722 763 1205 0 55055 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 225056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.07 2.05 2.01 3/499 12288
/proc/meminfo: memFree=29861644/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=225056 CPUtime=1800.04 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 130533 0 0 0 178677 1327 0 0 25 0 1 0 820721547 230457344 54781 33554432000 4194304 9128323 140735467855104 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 56264 54781 730 1205 0 55055 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 225056

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

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

[startup+1800 s]
/proc/loadavg: 2.07 2.05 2.01 3/499 12288
/proc/meminfo: memFree=29861644/32951124 swapFree=53876548/67111528
[pid=12173] ppid=12171 vsize=225056 CPUtime=1800.04 cores=0,2,4,6
/proc/12173/stat : 12173 (scip-2.0.1.4.li) R 12171 12173 26596 0 -1 4202496 130533 0 0 0 178677 1327 0 0 25 0 1 0 820721547 230457344 54781 33554432000 4194304 9128323 140735467855104 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12173/statm: 56264 54781 730 1205 0 55055 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 225056

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

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

runsolver used 9.50455 second user time and 19.97 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-03 10:53:26
IDJOB=3452717
IDBENCH=2631
IDSOLVER=1949
FILE ID=node108/3452717-1307091206
RUNJOBID= node108-1307089404-12076
PBS_JOBID= 13497880
Free space on /tmp= 73800 MiB

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

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

MD5SUM BENCH= 308ce6e771b8240fefc971d6e27a7575
RANDOM SEED=167653385

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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.820
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:      30435272 kB
Buffers:        276564 kB
Cached:         959852 kB
SwapCached:      13540 kB
Active:        1340924 kB
Inactive:       891664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30435272 kB
SwapTotal:    67111528 kB
SwapFree:     53876548 kB
Dirty:           13632 kB
Writeback:           0 kB
AnonPages:      993332 kB
Mapped:          12608 kB
Slab:           148464 kB
PageTables:      65192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 134574432 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= 73784 MiB
End job on node108 at 2011-06-03 11:23:28