Trace number 3451092

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4? (TO) 1800.07 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.01	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.01	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-3451092-1307097152.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.35	c presolving:
0.39/0.42	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.39/0.46	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.39/0.50	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.08	c    (1.1s) probing: 115/5568 (2.1%) - 0 fixings, 0 aggregations, 4 implications, 0 bound changes
1.01/1.08	c    (1.1s) probing aborted: 100/100 successive totally useless probings
1.01/1.08	c presolving (4 rounds):
1.01/1.08	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.08	c  72 implications, 0 cliques
1.01/1.08	c presolved problem has 5568 variables (5568 bin, 0 int, 0 impl, 0 cont) and 5688 constraints
1.01/1.08	c     479 constraints of type <knapsack>
1.01/1.08	c       1 constraints of type <setppc>
1.01/1.08	c    5208 constraints of type <linear>
1.01/1.08	c transformed objective value is always integral (scale: 1)
1.01/1.08	c Presolving Time: 0.73
1.01/1.08	c - non default parameters ----------------------------------------------------------------------
1.01/1.08	c # SCIP version 2.0.1.5
1.01/1.08	c 
1.01/1.08	c # frequency for displaying node information lines
1.01/1.08	c # [type: int, range: [-1,2147483647], default: 100]
1.01/1.08	c display/freq = 10000
1.01/1.08	c 
1.01/1.08	c # maximal time in seconds to run
1.01/1.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.01/1.08	c limits/time = 1800
1.01/1.08	c 
1.01/1.08	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.01/1.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.01/1.08	c limits/memory = 13950
1.01/1.08	c 
1.01/1.08	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.01/1.08	c # [type: int, range: [1,2], default: 1]
1.01/1.08	c timing/clocktype = 2
1.01/1.08	c 
1.01/1.08	c # belongs reading time to solving time?
1.01/1.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.01/1.08	c timing/reading = TRUE
1.01/1.08	c 
1.01/1.08	c # should presolving try to simplify inequalities
1.01/1.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.01/1.08	c constraints/linear/simplifyinequalities = TRUE
1.01/1.08	c 
1.01/1.08	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.01/1.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.01/1.08	c constraints/indicator/addCouplingCons = TRUE
1.01/1.08	c 
1.01/1.08	c # should presolving try to simplify knapsacks
1.01/1.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.01/1.08	c constraints/knapsack/simplifyinequalities = TRUE
1.01/1.08	c 
1.01/1.08	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.01/1.08	c # [type: int, range: [-1,2147483647], default: -1]
1.01/1.08	c separating/rapidlearning/freq = 0
1.01/1.08	c 
1.01/1.08	c -----------------------------------------------------------------------------------------------
1.01/1.08	c start solving
1.01/1.08	c 
1.19/1.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.19/1.29	c   1.3s|     1 |     0 |   965 |     - |  48M|   0 | 872 |5568 |5713 |5568 |5688 |   0 |  25 |   0 | 1.200000e+02 |      --      |    Inf 
5.59/5.66	c   5.7s|     1 |     0 |  6332 |     - |  50M|   0 |1062 |5568 |6321 |5568 |5797 | 109 |  25 |   0 | 1.200000e+02 |      --      |    Inf 
6.29/6.39	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 |     - |  51M|   0 |2460 |5568 |6321 |5568 |6138 | 450 |  25 |   0 | 1.200000e+02 |      --      |    Inf 
10.49/10.53	c  10.5s|     1 |     0 | 13250 |     - |  52M|   0 |3585 |5568 |6321 |5568 |6297 | 609 |  25 |   0 | 1.200000e+02 |      --      |    Inf 
12.49/12.53	c  12.5s|     1 |     0 | 14530 |     - |  52M|   0 |3584 |5568 |6321 |5568 |6479 | 791 |  25 |   0 | 1.200000e+02 |      --      |    Inf 
15.31/15.34	c  15.3s|     1 |     0 | 16762 |     - |  53M|   0 |3581 |5568 |6321 |5568 |6673 | 985 |  25 |   0 | 1.200000e+02 |      --      |    Inf 
25.09/25.12	c  25.1s|     1 |     2 | 16762 |     - |  53M|   0 |3581 |5568 |6321 |5568 |6673 | 985 |  25 |  17 | 1.200000e+02 |      --      |    Inf 
1484.23/1484.25	c  1484s| 10000 |  4893 |  5260k| 524.4 | 105M|  67 |1620 |5568 |8559 |5568 |5903 | 985 |  14k|3780 | 1.200000e+02 |      --      |    Inf 
1800.05/1800.01	c 
1800.05/1800.01	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.01	c Solving Time (sec) : 1800.00
1800.05/1800.01	c Solving Nodes      : 13239
1800.05/1800.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.05/1800.01	c Dual Bound         : +1.20000000000000e+02
1800.05/1800.01	c Gap                : infinite
1800.05/1800.01	s UNKNOWN
1800.05/1800.01	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.01	c Total Time         :    1800.00
1800.05/1800.01	c   solving          :    1800.00
1800.05/1800.01	c   presolving       :       0.73 (included in solving)
1800.05/1800.01	c   reading          :       0.28 (included in solving)
1800.05/1800.01	c Original Problem   :
1800.05/1800.01	c   Problem name     : HOME/instance-3451092-1307097152.opb
1800.05/1800.01	c   Variables        : 5570 (5570 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.01	c   Constraints      : 10896 initial, 10896 maximal
1800.05/1800.01	c Presolved Problem  :
1800.05/1800.01	c   Problem name     : t_HOME/instance-3451092-1307097152.opb
1800.05/1800.01	c   Variables        : 5568 (5568 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.01	c   Constraints      : 5688 initial, 10888 maximal
1800.05/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.05/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   probing          :       0.57          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   knapsack         :       0.01          0          0          0          0          0          0          1         29        240
1800.05/1800.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   linear           :       0.13          2          0          0          2          0       5209          0        120        350
1800.05/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.05/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   integral         :          0          0          0      10440          0          4          0         23       1238          0          0      20184
1800.05/1800.01	c   knapsack         :        479          6      63932          0          0          3      62734        337     103001        502          0          0
1800.05/1800.01	c   setppc           :          1          6       3963          0          0          0        346          0         29          0          0          0
1800.05/1800.01	c   linear           :       5208+         7      63595          0          0          0      40127       1972    1683373          0          0          0
1800.05/1800.01	c   logicor          :          0+         6      32955          0          0          0      41346        171      25102          0          0          0
1800.05/1800.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.05/1800.01	c   integral         :     543.08       0.00       0.00     543.08       0.00       0.00       0.00
1800.05/1800.01	c   knapsack         :       4.07       0.04       3.98       0.00       0.00       0.00       0.04
1800.05/1800.01	c   setppc           :       0.01       0.00       0.01       0.00       0.00       0.00       0.00
1800.05/1800.01	c   linear           :      26.98       0.00      26.91       0.00       0.00       0.00       0.07
1800.05/1800.01	c   logicor          :       1.89       0.00       1.84       0.00       0.00       0.00       0.05
1800.05/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.05/1800.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.05/1800.01	c   vbounds          :          0          0          0          0
1800.05/1800.01	c   rootredcost      :          0          0          0          0
1800.05/1800.01	c   pseudoobj        :      63700          0          0          0
1800.05/1800.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.05/1800.01	c   vbounds          :       0.02       0.02       0.00
1800.05/1800.01	c   rootredcost      :       0.02       0.02       0.00
1800.05/1800.01	c   pseudoobj        :       0.06       0.06       0.00
1800.05/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.01	c   propagation      :       0.18       2480       2477      19746       34.4        212       16.0          -
1800.05/1800.01	c   infeasible LP    :       3.27       4979       4979      17337       24.5        519       16.5          0
1800.05/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.01	c   applied globally :          -          -          -      18617       23.4          -          -          -
1800.05/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.01	c   cut pool         :       0.00          5          -          -        598          -    (maximal pool size: 4079)
1800.05/1800.01	c   redcost          :       0.93      10471          0         58          0          0
1800.05/1800.01	c   impliedbounds    :       0.00          6          0          0          0          0
1800.05/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.01	c   gomory           :       1.21          6          0          0         28          0
1800.05/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.01	c   closecuts        :       0.00          0          0          0          0          0
1800.05/1800.01	c   strongcg         :       1.17          6          0          0         22          0
1800.05/1800.01	c   cmir             :       1.71          6          0          0       3000          0
1800.05/1800.01	c   flowcover        :       1.15          6          0          0       1200          0
1800.05/1800.01	c   clique           :       0.00          1          0          0          0          0
1800.05/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.01	c   oddcycle         :       0.00          0          0          0          0          0
1800.05/1800.01	c   rapidlearning    :       2.99          1          0          0          0        608
1800.05/1800.01	c Pricers            :       Time      Calls       Vars
1800.05/1800.01	c   problem variables:       0.00          0          0
1800.05/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   relpscost        :     543.07      10440         23       1238          0          0      20184
1800.05/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   inference        :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.01	c   LP solutions     :       0.00          -          0
1800.05/1800.01	c   pseudo solutions :       0.00          -          0
1800.05/1800.01	c   oneopt           :       0.01          0          0
1800.05/1800.01	c   crossover        :       0.01          0          0
1800.05/1800.01	c   linesearchdiving :      68.81        110          0
1800.05/1800.01	c   trivial          :       0.00          2          0
1800.05/1800.01	c   shiftandpropagate:       0.12          1          0
1800.05/1800.01	c   simplerounding   :       0.01          0          0
1800.05/1800.01	c   zirounding       :       0.82       1000          0
1800.05/1800.01	c   rounding         :       1.78       1392          0
1800.05/1800.01	c   shifting         :      12.74        407          0
1800.05/1800.01	c   intshifting      :       0.00          0          0
1800.05/1800.01	c   twoopt           :       0.00          0          0
1800.05/1800.01	c   fixandinfer      :       0.00          0          0
1800.05/1800.01	c   feaspump         :      34.32         17          0
1800.05/1800.01	c   clique           :       0.00          0          0
1800.05/1800.01	c   coefdiving       :      95.73         14          0
1800.05/1800.01	c   pscostdiving     :      46.73         34          0
1800.05/1800.01	c   fracdiving       :      77.74         22          0
1800.05/1800.01	c   veclendiving     :      39.68         39          0
1800.05/1800.01	c   intdiving        :       0.00          0          0
1800.05/1800.01	c   actconsdiving    :       0.00          0          0
1800.05/1800.01	c   objpscostdiving  :      51.68          7          0
1800.05/1800.01	c   rootsoldiving    :      20.05         14          0
1800.05/1800.01	c   guideddiving     :       0.00          0          0
1800.05/1800.01	c   octane           :       0.00          0          0
1800.05/1800.01	c   rens             :       0.05          0          0
1800.05/1800.01	c   rins             :       0.00          0          0
1800.05/1800.01	c   localbranching   :       0.00          0          0
1800.05/1800.01	c   mutation         :       0.00          0          0
1800.05/1800.01	c   dins             :       0.00          0          0
1800.05/1800.01	c   vbounds          :       0.00          0          0
1800.05/1800.01	c   undercover       :       0.00          0          0
1800.05/1800.01	c   subnlp           :       0.00          0          0
1800.05/1800.01	c   trysol           :       0.00          0          0
1800.05/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.01	c   primal LP        :       0.03          0          0       0.00       0.00
1800.05/1800.01	c   dual LP          :     732.03      12225    4643302     379.82    6343.05
1800.05/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.01	c   diving/probing LP:     408.57      11885    1928603     162.27    4720.37
1800.05/1800.01	c   strong branching :     539.43       4704    2445422     519.86    4533.36
1800.05/1800.01	c     (at root node) :          -         17      16748     985.18          -
1800.05/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.01	c B&B Tree           :
1800.05/1800.01	c   number of runs   :          1
1800.05/1800.01	c   nodes            :      13239
1800.05/1800.01	c   nodes (total)    :      13239
1800.05/1800.01	c   nodes left       :       6018
1800.05/1800.01	c   max depth        :         67
1800.05/1800.01	c   max depth (total):         67
1800.05/1800.01	c   backtracks       :       1907 (14.4%)
1800.05/1800.01	c   delayed cutoffs  :        928
1800.05/1800.01	c   repropagations   :      12437 (431647 domain reductions, 480 cutoffs)
1800.05/1800.01	c   avg switch length:       6.51
1800.05/1800.01	c   switching time   :      21.49
1800.05/1800.01	c Solution           :
1800.05/1800.01	c   Solutions found  :          0 (0 improvements)
1800.05/1800.01	c   Primal Bound     :          -
1800.05/1800.01	c   Dual Bound       : +1.20000000000000e+02
1800.05/1800.01	c   Gap              :   infinite
1800.05/1800.01	c   Root Dual Bound  : +1.20000000000000e+02
1800.05/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-3451092-1307097152/watcher-3451092-1307097152 -o /tmp/evaluation-result-3451092-1307097152/solver-3451092-1307097152 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3451092-1307097152.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.05 2.02 2.00 2/400 27324
/proc/meminfo: memFree=28827040/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=13472 CPUtime=0.01 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 2340 0 0 0 1 0 0 0 25 0 1 0 821314936 13795328 2293 33554432000 4194304 9163163 140736510775360 18446744073709551615 8090512 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27324/statm: 3368 2293 395 1214 0 2150 0

[startup+0.079072 s]
/proc/loadavg: 2.05 2.02 2.00 2/400 27324
/proc/meminfo: memFree=28827040/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=17540 CPUtime=0.07 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 3359 0 0 0 7 0 0 0 25 0 1 0 821314936 17960960 3312 33554432000 4194304 9163163 140736510775360 18446744073709551615 8090512 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27324/statm: 4385 3312 395 1214 0 3167 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 17540

[startup+0.101066 s]
/proc/loadavg: 2.05 2.02 2.00 2/400 27324
/proc/meminfo: memFree=28827040/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=18180 CPUtime=0.09 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 3532 0 0 0 9 0 0 0 25 0 1 0 821314936 18616320 3485 33554432000 4194304 9163163 140736510775360 18446744073709551615 8031867 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27324/statm: 4545 3485 395 1214 0 3327 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18180

[startup+0.301035 s]
/proc/loadavg: 2.05 2.02 2.00 2/400 27324
/proc/meminfo: memFree=28827040/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=42688 CPUtime=0.29 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 9616 0 0 0 29 0 0 0 25 0 1 0 821314936 43712512 9568 33554432000 4194304 9163163 140736510775360 18446744073709551615 4217457 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 10672 9568 432 1214 0 9454 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42688

[startup+0.700963 s]
/proc/loadavg: 2.05 2.02 2.00 2/400 27324
/proc/meminfo: memFree=28827040/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=113740 CPUtime=0.69 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 26768 0 0 0 67 2 0 0 25 0 1 0 821314936 116469760 26074 33554432000 4194304 9163163 140736510775360 18446744073709551615 6552704 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 28435 26074 547 1214 0 27217 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 113740

[startup+1.50081 s]
/proc/loadavg: 2.05 2.02 2.00 3/401 27325
/proc/meminfo: memFree=28724112/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=150292 CPUtime=1.49 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 38032 0 0 0 145 4 0 0 25 0 1 0 821314936 153899008 34883 33554432000 4194304 9163163 140736510775360 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 37573 34883 743 1214 0 36355 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 150292

[startup+3.10054 s]
/proc/loadavg: 2.05 2.02 2.00 3/401 27325
/proc/meminfo: memFree=28688200/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=209148 CPUtime=3.09 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 52574 0 0 0 301 8 0 0 25 0 1 0 821314936 214167552 49362 33554432000 4194304 9163163 140736510775360 18446744073709551615 6683456 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 52287 49362 742 1214 0 51069 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 209148

[startup+6.30096 s]
/proc/loadavg: 2.05 2.02 2.00 3/401 27325
/proc/meminfo: memFree=28612064/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=225684 CPUtime=6.29 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 56948 0 0 0 620 9 0 0 25 0 1 0 821314936 231100416 53687 33554432000 4194304 9163163 140736510775360 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 56421 53687 862 1214 0 55203 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 225684

[startup+12.7008 s]
/proc/loadavg: 2.04 2.02 2.00 3/401 27326
/proc/meminfo: memFree=28605380/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=225684 CPUtime=12.69 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 57073 0 0 0 1253 16 0 0 25 0 1 0 821314936 231100416 53693 33554432000 4194304 9163163 140736510775360 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 56421 53693 745 1214 0 55203 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 225684

[startup+25.5005 s]
/proc/loadavg: 2.03 2.02 2.00 3/401 27326
/proc/meminfo: memFree=28593340/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=225684 CPUtime=25.49 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 57165 0 0 0 2525 24 0 0 25 0 1 0 821314936 231100416 53785 33554432000 4194304 9163163 140736510775360 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 56421 53785 750 1214 0 55203 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 225684

[startup+51.1009 s]
/proc/loadavg: 2.02 2.01 2.00 3/401 27327
/proc/meminfo: memFree=28580108/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=225684 CPUtime=51.09 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 57165 0 0 0 5065 44 0 0 25 0 1 0 821314936 231100416 53785 33554432000 4194304 9163163 140736510775360 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 56421 53785 750 1214 0 55203 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 225684

[startup+102.315 s]
/proc/loadavg: 2.01 2.01 2.00 3/401 27328
/proc/meminfo: memFree=28555384/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=225684 CPUtime=102.31 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 57166 0 0 0 10130 101 0 0 25 0 1 0 821314936 231100416 53786 33554432000 4194304 9163163 140736510775360 18446744073709551615 7348322 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 56421 53786 751 1214 0 55203 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 225684

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 27358
/proc/meminfo: memFree=29695424/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=225684 CPUtime=162.29 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 57168 0 0 0 16039 190 0 0 25 0 1 0 821314936 231100416 53788 33554432000 4194304 9163163 140736510775360 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 56421 53788 753 1214 0 55203 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 225684

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 27359
/proc/meminfo: memFree=29671192/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=225684 CPUtime=222.3 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 57171 0 0 0 21950 280 0 0 25 0 1 0 821314936 231100416 53791 33554432000 4194304 9163163 140736510775360 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 56421 53791 756 1214 0 55203 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 225684

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 27361
/proc/meminfo: memFree=29672176/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=225684 CPUtime=282.29 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 57171 0 0 0 27840 389 0 0 25 0 1 0 821314936 231100416 53791 33554432000 4194304 9163163 140736510775360 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 56421 53791 756 1214 0 55203 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 225684

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 27362
/proc/meminfo: memFree=29671900/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=225684 CPUtime=342.29 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 57174 0 0 0 33726 503 0 0 25 0 1 0 821314936 231100416 53794 33554432000 4194304 9163163 140736510775360 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 56421 53794 756 1214 0 55203 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 225684

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 27364
/proc/meminfo: memFree=29672356/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=225684 CPUtime=402.3 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 57202 0 0 0 39647 583 0 0 25 0 1 0 821314936 231100416 53822 33554432000 4194304 9163163 140736510775360 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 56421 53822 756 1214 0 55203 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 225684

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 27366
/proc/meminfo: memFree=29671568/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=225684 CPUtime=462.3 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 57202 0 0 0 45528 702 0 0 25 0 1 0 821314936 231100416 53822 33554432000 4194304 9163163 140736510775360 18446744073709551615 7376014 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 56421 53822 756 1214 0 55203 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 225684

[startup+522.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/401 27367
/proc/meminfo: memFree=29672028/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=225684 CPUtime=522.3 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 57248 0 0 0 51420 810 0 0 25 0 1 0 821314936 231100416 53868 33554432000 4194304 9163163 140736510775360 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 56421 53868 756 1214 0 55203 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 225684

[startup+582.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/401 27369
/proc/meminfo: memFree=29670992/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=225684 CPUtime=582.3 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 57384 0 0 0 57319 911 0 0 25 0 1 0 821314936 231100416 54004 33554432000 4194304 9163163 140736510775360 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 56421 54004 756 1214 0 55203 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 225684

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 27375
/proc/meminfo: memFree=29668100/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=225684 CPUtime=822.31 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 57847 0 0 0 80886 1345 0 0 25 0 1 0 821314936 231100416 54439 33554432000 4194304 9163163 140736510775360 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 56421 54439 756 1214 0 55203 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 225684

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 27377
/proc/meminfo: memFree=29662360/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=231296 CPUtime=882.32 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 59231 0 0 0 86776 1456 0 0 25 0 1 0 821314936 236847104 55823 33554432000 4194304 9163163 140736510775360 18446744073709551615 5143225 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 57824 55823 756 1214 0 56606 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 231296

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 27378
/proc/meminfo: memFree=29663296/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=231624 CPUtime=942.32 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 59281 0 0 0 92670 1562 0 0 25 0 1 0 821314936 237182976 55873 33554432000 4194304 9163163 140736510775360 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 57906 55873 756 1214 0 56688 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 231624

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 27380
/proc/meminfo: memFree=29657432/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=237208 CPUtime=1002.32 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 60782 0 0 0 98545 1687 0 0 25 0 1 0 821314936 242900992 57300 33554432000 4194304 9163163 140736510775360 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 59302 57300 756 1214 0 58084 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 237208

[startup+1062.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/401 27382
/proc/meminfo: memFree=29657400/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=237208 CPUtime=1062.32 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 60785 0 0 0 104415 1817 0 0 25 0 1 0 821314936 242900992 57303 33554432000 4194304 9163163 140736510775360 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 59302 57303 756 1214 0 58084 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 237208

[startup+1122.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/401 27383
/proc/meminfo: memFree=29653148/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=241812 CPUtime=1122.32 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 61974 0 0 0 110301 1931 0 0 25 0 1 0 821314936 247615488 58481 33554432000 4194304 9163163 140736510775360 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 60453 58481 756 1214 0 59235 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 241812

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 27385
/proc/meminfo: memFree=29651120/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=243224 CPUtime=1182.32 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 65654 0 0 0 116187 2045 0 0 25 0 1 0 821314936 249061376 58821 33554432000 4194304 9163163 140736510775360 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 60806 58821 756 1214 0 59588 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 243224

[startup+1242.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/401 27386
/proc/meminfo: memFree=29649344/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=245100 CPUtime=1242.32 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 66082 0 0 0 122041 2191 0 0 25 0 1 0 821314936 250982400 59249 33554432000 4194304 9163163 140736510775360 18446744073709551615 7225140 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 61275 59249 756 1214 0 60057 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 245100

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/401 27388
/proc/meminfo: memFree=29644968/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=248440 CPUtime=1302.34 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 66966 0 0 0 127912 2322 0 0 25 0 1 0 821314936 254402560 60133 33554432000 4194304 9163163 140736510775360 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 62110 60133 756 1214 0 60892 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 248440

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 27390
/proc/meminfo: memFree=29641588/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=252028 CPUtime=1362.32 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 71104 0 0 0 133783 2449 0 0 25 0 1 0 821314936 258076672 61043 33554432000 4194304 9163163 140736510775360 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 63007 61043 756 1214 0 61789 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 252028

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 27391
/proc/meminfo: memFree=29639196/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=255260 CPUtime=1422.34 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 78496 0 0 0 139666 2568 0 0 25 0 1 0 821314936 261386240 61840 33554432000 4194304 9163163 140736510775360 18446744073709551615 7375423 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 63815 61840 756 1214 0 62597 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 255260

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 27393
/proc/meminfo: memFree=29640884/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=253280 CPUtime=1482.33 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 108020 0 0 0 145553 2680 0 0 25 0 1 0 821314936 259358720 61332 33554432000 4194304 9163163 140736510775360 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 63320 61332 756 1214 0 62102 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 253280

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 27394
/proc/meminfo: memFree=29635376/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=259324 CPUtime=1542.33 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 112836 0 0 0 151419 2814 0 0 25 0 1 0 821314936 265547776 62810 33554432000 4194304 9163163 140736510775360 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 64831 62810 756 1214 0 63613 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 259324

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/401 27396
/proc/meminfo: memFree=29628860/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=270240 CPUtime=1602.33 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 119840 0 0 0 157292 2941 0 0 25 0 1 0 821314936 276725760 65505 33554432000 4194304 9163163 140736510775360 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 67560 65505 756 1214 0 66342 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 270240

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/401 27398
/proc/meminfo: memFree=29631672/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=261888 CPUtime=1662.33 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 134435 0 0 0 163166 3067 0 0 25 0 1 0 821314936 268173312 63491 33554432000 4194304 9163163 140736510775360 18446744073709551615 6502321 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 65472 63491 761 1214 0 64254 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 261888

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/401 27408
/proc/meminfo: memFree=29624828/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=267172 CPUtime=1722.34 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 149973 0 0 0 169045 3189 0 0 25 0 1 0 821314936 273584128 64837 33554432000 4194304 9163163 140736510775360 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 66793 64837 756 1214 0 65575 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 267172

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/401 27410
/proc/meminfo: memFree=29607004/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=281028 CPUtime=1782.33 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 153540 0 0 0 174920 3313 0 0 25 0 1 0 821314936 287772672 68239 33554432000 4194304 9163163 140736510775360 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27324/statm: 70257 68239 756 1214 0 69039 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 281028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.04 2.01 2.00 3/401 27410
/proc/meminfo: memFree=29607592/32950904 swapFree=56615552/67111528
[pid=27324] ppid=27322 vsize=281028 CPUtime=1800.05 cores=1,3,5,7
/proc/27324/stat : 27324 (scip-2.0.1.4b.l) R 27322 27324 27067 0 -1 4202496 153542 0 0 0 176651 3354 0 0 25 0 1 0 821314936 287772672 68241 33554432000 4194304 9163163 140736510775360 18446744073709551615 5150168 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27324/statm: 70257 68241 758 1214 0 69039 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 281028

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.07
CPU user time (s): 1766.51
CPU system time (s): 33.5599
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 281028

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

runsolver used 6.598 second user time and 16.3575 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-03 12:32:32
IDJOB=3451092
IDBENCH=2937
IDSOLVER=1948
FILE ID=node121/3451092-1307097152
RUNJOBID= node121-1307093547-27086
PBS_JOBID= 13497996
Free space on /tmp= 73940 MiB

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

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

MD5SUM BENCH= 6e5141f298d85d1f18641c02d22506a9
RANDOM SEED=570536903

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      28827320 kB
Buffers:        275976 kB
Cached:         405188 kB
SwapCached:       9896 kB
Active:        3504000 kB
Inactive:       358516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      28827320 kB
SwapTotal:    67111528 kB
SwapFree:     56615552 kB
Dirty:           14852 kB
Writeback:           0 kB
AnonPages:     3178384 kB
Mapped:          15944 kB
Slab:           139576 kB
PageTables:      54456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 84872940 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= 73924 MiB
End job on node121 at 2011-06-03 13:02:34