Trace number 3452752

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.08 1800.03

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_16.opb
MD5SUM6e5141f298d85d1f18641c02d22506a9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark217
Best CPU time to get the best result obtained on this benchmark1800.16
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 222
Optimality of the best value was proved NO
Number of variables5570
Total number of constraints10896
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 constraints10895
Minimum length of a constraint1
Maximum length of a constraint34
Number of terms in the objective function 9
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 375
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 1908
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-3452752-1307098492.opb>
0.19/0.28	c original problem has 5570 variables (5570 bin, 0 int, 0 impl, 0 cont) and 10896 constraints
0.19/0.28	c problem read
0.19/0.28	c presolving settings loaded
0.29/0.39	c presolving:
0.39/0.46	c (round 1) 2 del vars, 1 del conss, 0 add conss, 2 chg bounds, 120 chg sides, 350 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.49/0.50	c (round 2) 2 del vars, 5209 del conss, 0 add conss, 2 chg bounds, 120 chg sides, 350 chg coeffs, 247 upgd conss, 0 impls, 0 clqs
0.49/0.53	c (round 3) 2 del vars, 5209 del conss, 1 add conss, 2 chg bounds, 149 chg sides, 590 chg coeffs, 479 upgd conss, 62 impls, 0 clqs
1.01/1.10	c    (1.1s) probing: 115/5568 (2.1%) - 0 fixings, 0 aggregations, 4 implications, 0 bound changes
1.01/1.10	c    (1.1s) probing aborted: 100/100 successive totally useless probings
1.01/1.10	c presolving (4 rounds):
1.01/1.10	c  2 deleted vars, 5209 deleted constraints, 1 added constraints, 2 tightened bounds, 0 added holes, 149 changed sides, 590 changed coefficients
1.01/1.10	c  72 implications, 0 cliques
1.01/1.10	c presolved problem has 5568 variables (5568 bin, 0 int, 0 impl, 0 cont) and 5688 constraints
1.01/1.10	c     479 constraints of type <knapsack>
1.01/1.10	c       1 constraints of type <setppc>
1.01/1.10	c    5208 constraints of type <linear>
1.01/1.10	c transformed objective value is always integral (scale: 1)
1.01/1.10	c Presolving Time: 0.79
1.01/1.10	c - non default parameters ----------------------------------------------------------------------
1.01/1.10	c # SCIP version 2.0.1.4
1.01/1.10	c 
1.01/1.10	c # frequency for displaying node information lines
1.01/1.10	c # [type: int, range: [-1,2147483647], default: 100]
1.01/1.10	c display/freq = 10000
1.01/1.10	c 
1.01/1.10	c # maximal time in seconds to run
1.01/1.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.01/1.10	c limits/time = 1800
1.01/1.10	c 
1.01/1.10	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.01/1.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.01/1.10	c limits/memory = 13950
1.01/1.10	c 
1.01/1.10	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.01/1.10	c # [type: int, range: [1,2], default: 1]
1.01/1.10	c timing/clocktype = 2
1.01/1.10	c 
1.01/1.10	c # belongs reading time to solving time?
1.01/1.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.01/1.10	c timing/reading = TRUE
1.01/1.10	c 
1.01/1.10	c # should presolving try to simplify inequalities
1.01/1.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.01/1.10	c constraints/linear/simplifyinequalities = TRUE
1.01/1.10	c 
1.01/1.10	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.01/1.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.01/1.10	c constraints/indicator/addCouplingCons = TRUE
1.01/1.10	c 
1.01/1.10	c # should presolving try to simplify knapsacks
1.01/1.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.01/1.10	c constraints/knapsack/simplifyinequalities = TRUE
1.01/1.10	c 
1.01/1.10	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.01/1.10	c # [type: int, range: [-1,2147483647], default: -1]
1.01/1.10	c separating/rapidlearning/freq = 0
1.01/1.10	c 
1.01/1.10	c -----------------------------------------------------------------------------------------------
1.01/1.10	c start solving
1.01/1.10	c 
1.29/1.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.29/1.31	c   1.3s|     1 |     0 |   965 |     - |  48M|   0 | 872 |5568 |5713 |5568 |5688 |   0 |  25 |   0 | 1.200000e+02 |      --      |    Inf 
5.59/5.64	c   5.6s|     1 |     0 |  6332 |     - |  49M|   0 |1062 |5568 |6321 |5568 |5797 | 109 |  25 |   0 | 1.200000e+02 |      --      |    Inf 
6.29/6.37	c   6.4s|     1 |     0 |  7631 |     - |  50M|   0 |1748 |5568 |6321 |5568 |5957 | 269 |  25 |   0 | 1.200000e+02 |      --      |    Inf 
8.19/8.27	c   8.3s|     1 |     0 | 10493 |     - |  50M|   0 |2460 |5568 |6321 |5568 |6138 | 450 |  25 |   0 | 1.200000e+02 |      --      |    Inf 
10.50/10.54	c  10.5s|     1 |     0 | 13250 |     - |  51M|   0 |3585 |5568 |6321 |5568 |6297 | 609 |  25 |   0 | 1.200000e+02 |      --      |    Inf 
12.49/12.55	c  12.6s|     1 |     0 | 14530 |     - |  52M|   0 |3584 |5568 |6321 |5568 |6479 | 791 |  25 |   0 | 1.200000e+02 |      --      |    Inf 
15.30/15.37	c  15.4s|     1 |     0 | 16762 |     - |  52M|   0 |3581 |5568 |6321 |5568 |6673 | 985 |  25 |   0 | 1.200000e+02 |      --      |    Inf 
25.09/25.13	c  25.1s|     1 |     2 | 16762 |     - |  52M|   0 |3581 |5568 |6321 |5568 |6673 | 985 |  25 |  17 | 1.200000e+02 |      --      |    Inf 
1483.43/1483.45	c  1483s| 10000 |  4893 |  5260k| 524.4 | 104M|  67 |1620 |5568 |8559 |5568 |5903 | 985 |  14k|3780 | 1.200000e+02 |      --      |    Inf 
1800.03/1800.01	c 
1800.03/1800.01	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.01	c Solving Time (sec) : 1800.01
1800.03/1800.01	c Solving Nodes      : 13245
1800.03/1800.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.01	c Dual Bound         : +1.20000000000000e+02
1800.03/1800.01	c Gap                : infinite
1800.03/1800.01	s UNKNOWN
1800.03/1800.01	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.01	c Total Time         :    1800.01
1800.03/1800.01	c   solving          :    1800.01
1800.03/1800.01	c   presolving       :       0.79 (included in solving)
1800.03/1800.01	c   reading          :       0.28 (included in solving)
1800.03/1800.01	c Original Problem   :
1800.03/1800.01	c   Problem name     : HOME/instance-3452752-1307098492.opb
1800.03/1800.01	c   Variables        : 5570 (5570 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.01	c   Constraints      : 10896 initial, 10896 maximal
1800.03/1800.01	c Presolved Problem  :
1800.03/1800.01	c   Problem name     : t_HOME/instance-3452752-1307098492.opb
1800.03/1800.01	c   Variables        : 5568 (5568 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.01	c   Constraints      : 5688 initial, 10888 maximal
1800.03/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.03/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   probing          :       0.55          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   knapsack         :       0.01          0          0          0          0          0          0          1         29        240
1800.03/1800.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   linear           :       0.13          2          0          0          2          0       5209          0        120        350
1800.03/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.03/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.01	c   integral         :          0          0          0      10446          0          4          0         23       1238          0          0      20196
1800.03/1800.01	c   knapsack         :        479          6      63973          0          0          3      62767        338     103075        502          0          0
1800.03/1800.01	c   setppc           :          1          6       3963          0          0          0        346          0         29          0          0          0
1800.03/1800.01	c   linear           :       5208+         7      63635          0          0          0      40136       1973    1683714          0          0          0
1800.03/1800.01	c   logicor          :          0+         6      32978          0          0          0      41359        171      25123          0          0          0
1800.03/1800.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.03/1800.01	c   integral         :     544.01       0.00       0.00     544.01       0.00       0.00       0.00
1800.03/1800.01	c   knapsack         :       4.29       0.04       4.20       0.00       0.00       0.00       0.04
1800.03/1800.01	c   setppc           :       0.01       0.00       0.01       0.00       0.00       0.00       0.00
1800.03/1800.01	c   linear           :      27.42       0.00      27.35       0.00       0.00       0.00       0.07
1800.03/1800.01	c   logicor          :       1.93       0.00       1.88       0.00       0.00       0.00       0.05
1800.03/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.03/1800.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.03/1800.01	c   vbounds          :          0          0          0          0
1800.03/1800.01	c   rootredcost      :          0          0          0          0
1800.03/1800.01	c   pseudoobj        :      63741          0          0          0
1800.03/1800.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.03/1800.01	c   vbounds          :       0.02       0.02       0.00
1800.03/1800.01	c   rootredcost      :       0.02       0.02       0.00
1800.03/1800.01	c   pseudoobj        :       0.05       0.05       0.00
1800.03/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.01	c   propagation      :       0.18       2482       2479      19765       34.4        212       16.0          -
1800.03/1800.01	c   infeasible LP    :       3.28       4979       4979      17337       24.5        519       16.5          0
1800.03/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.01	c   applied globally :          -          -          -      18622       23.4          -          -          -
1800.03/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.01	c   cut pool         :       0.00          5          -          -        598          -    (maximal pool size: 4079)
1800.03/1800.01	c   redcost          :       0.89      10477          0         58          0          0
1800.03/1800.01	c   impliedbounds    :       0.00          6          0          0          0          0
1800.03/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.01	c   gomory           :       1.24          6          0          0         28          0
1800.03/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.01	c   closecuts        :       0.00          0          0          0          0          0
1800.03/1800.01	c   strongcg         :       1.19          6          0          0         22          0
1800.03/1800.01	c   cmir             :       1.71          6          0          0       3000          0
1800.03/1800.01	c   flowcover        :       1.17          6          0          0       1200          0
1800.03/1800.01	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.01	c   oddcycle         :       0.00          0          0          0          0          0
1800.03/1800.01	c   rapidlearning    :       2.95          1          0          0          0        608
1800.03/1800.01	c Pricers            :       Time      Calls       Vars
1800.03/1800.01	c   problem variables:       0.00          0          0
1800.03/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.01	c   relpscost        :     544.00      10446         23       1238          0          0      20196
1800.03/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   inference        :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.01	c   LP solutions     :       0.00          -          0
1800.03/1800.01	c   pseudo solutions :       0.00          -          0
1800.03/1800.01	c   oneopt           :       0.01          0          0
1800.03/1800.01	c   crossover        :       0.00          0          0
1800.03/1800.01	c   guideddiving     :       0.00          0          0
1800.03/1800.01	c   fracdiving       :      77.71         22          0
1800.03/1800.01	c   pscostdiving     :      46.65         34          0
1800.03/1800.01	c   veclendiving     :      40.21         39          0
1800.03/1800.01	c   linesearchdiving :      68.53        110          0
1800.03/1800.01	c   trivial          :       0.00          2          0
1800.03/1800.01	c   shiftandpropagate:       0.12          1          0
1800.03/1800.01	c   simplerounding   :       0.00          0          0
1800.03/1800.01	c   zirounding       :       0.70       1000          0
1800.03/1800.01	c   rounding         :       1.54       1393          0
1800.03/1800.01	c   shifting         :      11.70        407          0
1800.03/1800.01	c   intshifting      :       0.00          0          0
1800.03/1800.01	c   twoopt           :       0.00          0          0
1800.03/1800.01	c   fixandinfer      :       0.00          0          0
1800.03/1800.01	c   feaspump         :      34.08         17          0
1800.03/1800.01	c   clique           :       0.00          0          0
1800.03/1800.01	c   coefdiving       :      95.69         14          0
1800.03/1800.01	c   intdiving        :       0.00          0          0
1800.03/1800.01	c   actconsdiving    :       0.00          0          0
1800.03/1800.01	c   objpscostdiving  :      51.69          7          0
1800.03/1800.01	c   rootsoldiving    :      19.98         14          0
1800.03/1800.01	c   octane           :       0.00          0          0
1800.03/1800.01	c   rens             :       0.01          0          0
1800.03/1800.01	c   rins             :       0.00          0          0
1800.03/1800.01	c   localbranching   :       0.00          0          0
1800.03/1800.01	c   mutation         :       0.00          0          0
1800.03/1800.01	c   dins             :       0.00          0          0
1800.03/1800.01	c   vbounds          :       0.00          0          0
1800.03/1800.01	c   undercover       :       0.00          0          0
1800.03/1800.01	c   subnlp           :       0.00          0          0
1800.03/1800.01	c   trysol           :       0.00          0          0
1800.03/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.01	c   primal LP        :       0.03          0          0       0.00       0.00
1800.03/1800.01	c   dual LP          :     733.19      12231    4644275     379.71    6334.33
1800.03/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.01	c   diving/probing LP:     409.69      11893    1933248     162.55    4718.81
1800.03/1800.01	c   strong branching :     540.36       4704    2445422     519.86    4525.52
1800.03/1800.01	c     (at root node) :          -         17      16748     985.18          -
1800.03/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.01	c B&B Tree           :
1800.03/1800.01	c   number of runs   :          1
1800.03/1800.01	c   nodes            :      13245
1800.03/1800.01	c   nodes (total)    :      13245
1800.03/1800.01	c   nodes left       :       6023
1800.03/1800.01	c   max depth        :         67
1800.03/1800.01	c   max depth (total):         67
1800.03/1800.01	c   backtracks       :       1908 (14.4%)
1800.03/1800.01	c   delayed cutoffs  :        929
1800.03/1800.01	c   repropagations   :      12437 (431647 domain reductions, 480 cutoffs)
1800.03/1800.01	c   avg switch length:       6.51
1800.03/1800.01	c   switching time   :      22.25
1800.03/1800.01	c Solution           :
1800.03/1800.01	c   Solutions found  :          0 (0 improvements)
1800.03/1800.01	c   Primal Bound     :          -
1800.03/1800.01	c   Dual Bound       : +1.20000000000000e+02
1800.03/1800.01	c   Gap              :   infinite
1800.03/1800.01	c   Root Dual Bound  : +1.20000000000000e+02
1800.03/1800.01	c   Root Iterations  :      16762

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

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.03 2.00 2/511 30892
/proc/meminfo: memFree=15916772/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=10660 CPUtime=0.01 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 1654 0 0 0 1 0 0 0 25 0 1 0 802265340 10915840 1607 33554432000 4194304 9128323 140737023920208 18446744073709551615 8057568 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/30892/statm: 2665 1607 400 1205 0 1456 0

[startup+0.0767679 s]
/proc/loadavg: 2.01 2.03 2.00 2/511 30892
/proc/meminfo: memFree=15916772/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=14200 CPUtime=0.07 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 2555 0 0 0 7 0 0 0 25 0 1 0 802265340 14540800 2508 33554432000 4194304 9128323 140737023920208 18446744073709551615 7907698 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/30892/statm: 3550 2508 400 1205 0 2341 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 14200

[startup+0.100761 s]
/proc/loadavg: 2.01 2.03 2.00 2/511 30892
/proc/meminfo: memFree=15916772/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=14856 CPUtime=0.09 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 2705 0 0 0 9 0 0 0 25 0 1 0 802265340 15212544 2658 33554432000 4194304 9128323 140737023920208 18446744073709551615 6163905 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/30892/statm: 3714 2658 400 1205 0 2505 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14856

[startup+0.300732 s]
/proc/loadavg: 2.01 2.03 2.00 2/511 30892
/proc/meminfo: memFree=15916772/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=36920 CPUtime=0.29 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 8187 0 0 0 28 1 0 0 25 0 1 0 802265340 37806080 8137 33554432000 4194304 9128323 140737023920208 18446744073709551615 4209861 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 9230 8137 435 1205 0 8021 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36920

[startup+0.700662 s]
/proc/loadavg: 2.01 2.03 2.00 2/511 30892
/proc/meminfo: memFree=15916772/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=119520 CPUtime=0.69 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 28473 0 0 0 66 3 0 0 25 0 1 0 802265340 122388480 27527 33554432000 4194304 9128323 140737023920208 18446744073709551615 5234401 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 29880 27527 557 1205 0 28671 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 119520

[startup+1.50052 s]
/proc/loadavg: 2.01 2.03 2.00 3/512 30893
/proc/meminfo: memFree=15806900/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=155104 CPUtime=1.49 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 39427 0 0 0 144 5 0 0 18 0 1 0 802265340 158826496 36117 33554432000 4194304 9128323 140737023920208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 38776 36117 718 1205 0 37567 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 155104

[startup+3.10024 s]
/proc/loadavg: 2.01 2.03 2.00 3/512 30893
/proc/meminfo: memFree=15771464/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=212608 CPUtime=3.09 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 53527 0 0 0 300 9 0 0 21 0 1 0 802265340 217710592 50190 33554432000 4194304 9128323 140737023920208 18446744073709551615 5206893 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 53152 50190 747 1205 0 51943 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 212608

[startup+6.30067 s]
/proc/loadavg: 2.01 2.03 2.00 3/512 30893
/proc/meminfo: memFree=15698316/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=229328 CPUtime=6.29 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 57946 0 0 0 618 11 0 0 25 0 1 0 802265340 234831872 54539 33554432000 4194304 9128323 140737023920208 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 57332 54539 846 1205 0 56123 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 229328

[startup+12.7006 s]
/proc/loadavg: 2.00 2.03 2.00 3/512 30893
/proc/meminfo: memFree=15687996/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=229328 CPUtime=12.69 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 58446 0 0 0 1252 17 0 0 25 0 1 0 802265340 234831872 54951 33554432000 4194304 9128323 140737023920208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 57332 54951 758 1205 0 56123 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 229328

[startup+25.5003 s]
/proc/loadavg: 2.00 2.03 2.00 3/512 30893
/proc/meminfo: memFree=15679692/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=229328 CPUtime=25.49 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 58532 0 0 0 2522 27 0 0 25 0 1 0 802265340 234831872 55008 33554432000 4194304 9128323 140737023920208 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 57332 55008 735 1205 0 56123 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 229328

[startup+51.1008 s]
/proc/loadavg: 2.08 2.04 2.01 3/512 30894
/proc/meminfo: memFree=15664584/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=229328 CPUtime=51.09 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 58532 0 0 0 5059 50 0 0 25 0 1 0 802265340 234831872 55008 33554432000 4194304 9128323 140737023920208 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 57332 55008 735 1205 0 56123 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 229328

[startup+102.319 s]
/proc/loadavg: 2.03 2.03 2.00 3/512 30895
/proc/meminfo: memFree=15627388/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=229328 CPUtime=102.31 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 58532 0 0 0 10122 109 0 0 25 0 1 0 802265340 234831872 55008 33554432000 4194304 9128323 140737023920208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 57332 55008 735 1205 0 56123 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 229328

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/512 30897
/proc/meminfo: memFree=15594536/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=229328 CPUtime=162.29 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 58534 0 0 0 16031 198 0 0 25 0 1 0 802265340 234831872 55010 33554432000 4194304 9128323 140737023920208 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 57332 55010 737 1205 0 56123 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 229328

[startup+222.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/512 30927
/proc/meminfo: memFree=16522548/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=229328 CPUtime=222.3 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 58537 0 0 0 21935 295 0 0 25 0 1 0 802265340 234831872 55013 33554432000 4194304 9128323 140737023920208 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 57332 55013 740 1205 0 56123 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 229328

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/512 30928
/proc/meminfo: memFree=16516592/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=229328 CPUtime=282.3 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 58537 0 0 0 27828 402 0 0 25 0 1 0 802265340 234831872 55013 33554432000 4194304 9128323 140737023920208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 57332 55013 740 1205 0 56123 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 229328

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/512 30930
/proc/meminfo: memFree=16505300/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=229328 CPUtime=342.3 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 58540 0 0 0 33709 521 0 0 25 0 1 0 802265340 234831872 55016 33554432000 4194304 9128323 140737023920208 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 57332 55016 740 1205 0 56123 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 229328

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/512 30940
/proc/meminfo: memFree=16494444/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=229328 CPUtime=402.3 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 58545 0 0 0 39623 607 0 0 25 0 1 0 802265340 234831872 55021 33554432000 4194304 9128323 140737023920208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 57332 55021 740 1205 0 56123 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 229328

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/512 30942
/proc/meminfo: memFree=16479536/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=229328 CPUtime=462.3 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 58545 0 0 0 45508 722 0 0 25 0 1 0 802265340 234831872 55021 33554432000 4194304 9128323 140737023920208 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 57332 55021 740 1205 0 56123 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 229328

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/512 30944
/proc/meminfo: memFree=16460548/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=229328 CPUtime=522.31 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 58554 0 0 0 51394 837 0 0 25 0 1 0 802265340 234831872 55030 33554432000 4194304 9128323 140737023920208 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 57332 55030 740 1205 0 56123 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 229328

[startup+582.301 s]
/proc/loadavg: 2.10 2.03 2.01 3/512 30945
/proc/meminfo: memFree=16448260/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=229328 CPUtime=582.3 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 58617 0 0 0 57279 951 0 0 25 0 1 0 802265340 234831872 55093 33554432000 4194304 9128323 140737023920208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 57332 55093 740 1205 0 56123 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 229328

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/512 30952
/proc/meminfo: memFree=16345012/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=229328 CPUtime=822.31 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 58873 0 0 0 80820 1411 0 0 25 0 1 0 802265340 234831872 55342 33554432000 4194304 9128323 140737023920208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 57332 55342 740 1205 0 56123 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 229328

[startup+882.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/512 30953
/proc/meminfo: memFree=16327132/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=232140 CPUtime=882.31 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 59589 0 0 0 86705 1526 0 0 25 0 1 0 802265340 237711360 56058 33554432000 4194304 9128323 140737023920208 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 58035 56058 740 1205 0 56826 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 232140

[startup+942.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 30955
/proc/meminfo: memFree=16308876/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=235460 CPUtime=942.31 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 60382 0 0 0 92595 1636 0 0 25 0 1 0 802265340 241111040 56851 33554432000 4194304 9128323 140737023920208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 58865 56851 740 1205 0 57656 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 235460

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 30956
/proc/meminfo: memFree=16296212/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=240852 CPUtime=1002.32 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 61779 0 0 0 98466 1766 0 0 25 0 1 0 802265340 246632448 58200 33554432000 4194304 9128323 140737023920208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 60213 58200 740 1205 0 59004 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 240852

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/512 30958
/proc/meminfo: memFree=16296080/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=238852 CPUtime=1062.31 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 64409 0 0 0 104337 1894 0 0 25 0 1 0 802265340 244584448 57658 33554432000 4194304 9128323 140737023920208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 59713 57658 740 1205 0 58504 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 238852

[startup+1122.3 s]
/proc/loadavg: 2.15 2.04 2.01 3/512 30960
/proc/meminfo: memFree=16282660/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=246484 CPUtime=1122.31 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 66386 0 0 0 110222 2009 0 0 25 0 1 0 802265340 252399616 59635 33554432000 4194304 9128323 140737023920208 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 61621 59635 740 1205 0 60412 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 246484

[startup+1182.3 s]
/proc/loadavg: 2.19 2.06 2.02 3/512 30961
/proc/meminfo: memFree=16277680/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=247768 CPUtime=1182.31 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 70196 0 0 0 116103 2128 0 0 25 0 1 0 802265340 253714432 59773 33554432000 4194304 9128323 140737023920208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 61942 59773 740 1205 0 60733 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 247768

[startup+1242.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/512 30963
/proc/meminfo: memFree=16269232/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=249824 CPUtime=1242.32 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 70900 0 0 0 121953 2279 0 0 25 0 1 0 802265340 255819776 60477 33554432000 4194304 9128323 140737023920208 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 62456 60477 740 1205 0 61247 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 249824

[startup+1302.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/512 30964
/proc/meminfo: memFree=16261272/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=254276 CPUtime=1302.34 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 71547 0 0 0 127811 2423 0 0 25 0 1 0 802265340 260378624 61124 33554432000 4194304 9128323 140737023920208 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 63569 61124 740 1205 0 62360 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 254276

[startup+1362.3 s]
/proc/loadavg: 2.09 2.07 2.01 3/512 30966
/proc/meminfo: memFree=16248860/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=256604 CPUtime=1362.33 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 76640 0 0 0 133676 2557 0 0 25 0 1 0 802265340 262762496 62133 33554432000 4194304 9128323 140737023920208 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 64151 62133 740 1205 0 62942 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 256604

[startup+1422.32 s]
/proc/loadavg: 2.03 2.05 2.01 3/512 30968
/proc/meminfo: memFree=16234192/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=259384 CPUtime=1422.35 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 80155 0 0 0 139553 2682 0 0 25 0 1 0 802265340 265609216 62860 33554432000 4194304 9128323 140737023920208 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 64846 62860 740 1205 0 63637 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 259384

[startup+1482.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/512 30969
/proc/meminfo: memFree=16228844/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=256528 CPUtime=1482.32 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 112861 0 0 0 145439 2793 0 0 25 0 1 0 802265340 262684672 62101 33554432000 4194304 9128323 140737023920208 18446744073709551615 7361692 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 64132 62101 740 1205 0 62923 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 256528

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/512 30971
/proc/meminfo: memFree=16205496/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=264544 CPUtime=1542.33 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 118168 0 0 0 151298 2935 0 0 25 0 1 0 802265340 270893056 64156 33554432000 4194304 9128323 140737023920208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 66136 64156 740 1205 0 64927 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 264544

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 30972
/proc/meminfo: memFree=16174592/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=274240 CPUtime=1602.33 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 124340 0 0 0 157166 3067 0 0 25 0 1 0 802265340 280821760 66517 33554432000 4194304 9128323 140737023920208 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 68560 66517 740 1205 0 67351 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 274240

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 30974
/proc/meminfo: memFree=16150148/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=274516 CPUtime=1662.33 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 131691 0 0 0 163036 3197 0 0 25 0 1 0 802265340 281104384 66650 33554432000 4194304 9128323 140737023920208 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 68629 66650 740 1205 0 67420 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 274516

[startup+1722.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/512 30976
/proc/meminfo: memFree=16136500/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=271600 CPUtime=1722.33 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 148922 0 0 0 168918 3315 0 0 25 0 1 0 802265340 278118400 65924 33554432000 4194304 9128323 140737023920208 18446744073709551615 5207912 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 67900 65924 740 1205 0 66691 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 271600

[startup+1782.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/512 30977
/proc/meminfo: memFree=16116372/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=275816 CPUtime=1782.34 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 156227 0 0 0 174789 3445 0 0 25 0 1 0 802265340 282435584 66977 33554432000 4194304 9128323 140737023920208 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30892/statm: 68954 66977 740 1205 0 67745 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 275816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.04 2.04 2.00 3/512 30978
/proc/meminfo: memFree=16106576/32951124 swapFree=67111204/67111528
[pid=30892] ppid=30890 vsize=281228 CPUtime=1800.05 cores=1,3,5,7
/proc/30892/stat : 30892 (scip-2.0.1.4.li) R 30890 30892 30576 0 -1 4202496 160221 0 0 0 176517 3488 0 0 25 0 1 0 802265340 287977472 68170 33554432000 4194304 9128323 140737023920208 18446744073709551615 6581594 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/30892/statm: 70307 68170 741 1205 0 69098 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 281228

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.03
CPU time (s): 1800.08
CPU user time (s): 1765.17
CPU system time (s): 34.9017
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 284592

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

runsolver used 8.73367 second user time and 21.1428 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-03 12:54:52
IDJOB=3452752
IDBENCH=2937
IDSOLVER=1949
FILE ID=node144/3452752-1307098492
RUNJOBID= node144-1307094732-30595
PBS_JOBID= 13498007
Free space on /tmp= 73880 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/bounded_golomb_rulers/normalized-bogr_16.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-3452752-1307098492/watcher-3452752-1307098492 -o /tmp/evaluation-result-3452752-1307098492/solver-3452752-1307098492 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452752-1307098492.opb -t 1800 -m 15500

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

MD5SUM BENCH= 6e5141f298d85d1f18641c02d22506a9
RANDOM SEED=1787964511

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15917052 kB
Buffers:        280188 kB
Cached:         426120 kB
SwapCached:        140 kB
Active:       16391464 kB
Inactive:       365956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15917052 kB
SwapTotal:    67111528 kB
SwapFree:     67111204 kB
Dirty:           14836 kB
Writeback:           0 kB
AnonPages:    16050336 kB
Mapped:          45544 kB
Slab:           135860 kB
PageTables:      71452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 158666944 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= 73868 MiB
End job on node144 at 2011-06-03 13:24:54