Trace number 3450973

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_18.opb
MD5SUM92a7a1679de6bb1b52854275d5fc6396
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark305
Best CPU time to get the best result obtained on this benchmark1800.22
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 303
Optimality of the best value was proved NO
Number of variables8878
Total number of constraints17460
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 constraints17459
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 153
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 408
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 2755
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [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-3450973-1307098013.opb>
0.39/0.48	c original problem has 8878 variables (8878 bin, 0 int, 0 impl, 0 cont) and 17460 constraints
0.39/0.48	c problem read
0.39/0.48	c presolving settings loaded
0.59/0.61	c presolving:
0.69/0.73	c (round 1) 1 del vars, 1 del conss, 0 add conss, 1 chg bounds, 152 chg sides, 1289 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.69/0.78	c (round 2) 1 del vars, 7805 del conss, 0 add conss, 1 chg bounds, 152 chg sides, 1289 chg coeffs, 934 upgd conss, 0 impls, 0 clqs
0.79/0.86	c (round 3) 1 del vars, 7805 del conss, 11 add conss, 1 chg bounds, 273 chg sides, 2253 chg coeffs, 1851 upgd conss, 882 impls, 9 clqs
0.89/0.90	c (round 4) 1 del vars, 7805 del conss, 11 add conss, 1 chg bounds, 313 chg sides, 2472 chg coeffs, 1851 upgd conss, 882 impls, 9 clqs
2.20/2.25	c    (2.3s) probing: 113/8877 (1.3%) - 0 fixings, 0 aggregations, 349 implications, 0 bound changes
2.20/2.25	c    (2.3s) probing aborted: 100/100 successive totally useless probings
2.20/2.25	c presolving (5 rounds):
2.20/2.25	c  1 deleted vars, 7805 deleted constraints, 11 added constraints, 1 tightened bounds, 0 added holes, 313 changed sides, 2474 changed coefficients
2.20/2.25	c  1580 implications, 9 cliques
2.20/2.25	c presolved problem has 8877 variables (8877 bin, 0 int, 0 impl, 0 cont) and 9666 constraints
2.20/2.25	c    1851 constraints of type <knapsack>
2.20/2.25	c      11 constraints of type <setppc>
2.20/2.25	c    7804 constraints of type <linear>
2.20/2.25	c transformed objective value is always integral (scale: 1)
2.20/2.25	c Presolving Time: 1.65
2.20/2.25	c - non default parameters ----------------------------------------------------------------------
2.20/2.25	c # SCIP version 2.0.1.5
2.20/2.25	c 
2.20/2.25	c # frequency for displaying node information lines
2.20/2.25	c # [type: int, range: [-1,2147483647], default: 100]
2.20/2.25	c display/freq = 10000
2.20/2.25	c 
2.20/2.25	c # maximal time in seconds to run
2.20/2.25	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.20/2.25	c limits/time = 1800
2.20/2.25	c 
2.20/2.25	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.20/2.25	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.20/2.25	c limits/memory = 13950
2.20/2.25	c 
2.20/2.25	c # default clock type (1: CPU user seconds, 2: wall clock time)
2.20/2.25	c # [type: int, range: [1,2], default: 1]
2.20/2.25	c timing/clocktype = 2
2.20/2.25	c 
2.20/2.25	c # belongs reading time to solving time?
2.20/2.25	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.20/2.25	c timing/reading = TRUE
2.20/2.25	c 
2.20/2.25	c # should presolving try to simplify inequalities
2.20/2.25	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.20/2.25	c constraints/linear/simplifyinequalities = TRUE
2.20/2.25	c 
2.20/2.25	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
2.20/2.25	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.20/2.25	c constraints/indicator/addCouplingCons = TRUE
2.20/2.25	c 
2.20/2.25	c # should presolving try to simplify knapsacks
2.20/2.25	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.20/2.25	c constraints/knapsack/simplifyinequalities = TRUE
2.20/2.25	c 
2.20/2.25	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
2.20/2.25	c # [type: int, range: [-1,2147483647], default: -1]
2.20/2.25	c separating/rapidlearning/freq = 0
2.20/2.25	c 
2.20/2.25	c -----------------------------------------------------------------------------------------------
2.20/2.25	c start solving
2.20/2.25	c 
2.99/3.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.99/3.06	c   3.1s|     1 |     0 |  4555 |     - |  85M|   0 |2083 |8877 |9683 |8877 |9666 |   0 |  17 |   0 | 1.530000e+02 |      --      |    Inf 
16.89/16.92	c  16.9s|     1 |     0 | 21289 |     - |  86M|   0 |4629 |8877 |9970 |8877 |9807 | 141 |  17 |   0 | 1.530000e+02 |      --      |    Inf 
22.39/22.49	c  22.5s|     1 |     0 | 29097 |     - |  86M|   0 |5119 |8877 |9970 |8877 |9885 | 219 |  17 |   0 | 1.530000e+02 |      --      |    Inf 
26.41/26.44	c  26.4s|     1 |     0 | 31624 |     - |  87M|   0 |4980 |8877 |9970 |8877 |  10k| 344 |  17 |   0 | 1.530000e+02 |      --      |    Inf 
30.29/30.34	c  30.3s|     1 |     0 | 33741 |     - |  88M|   0 |4983 |8877 |9970 |8877 |  10k| 461 |  17 |   0 | 1.530000e+02 |      --      |    Inf 
36.59/36.67	c  36.7s|     1 |     0 | 39765 |     - |  88M|   0 |4982 |8877 |9970 |8877 |  10k| 559 |  17 |   0 | 1.530000e+02 |      --      |    Inf 
42.69/42.70	c  42.7s|     1 |     0 | 44963 |     - |  89M|   0 |5694 |8877 |9970 |8877 |  10k| 683 |  17 |   0 | 1.530000e+02 |      --      |    Inf 
50.29/50.39	c  50.4s|     1 |     2 | 44963 |     - |  89M|   0 |5694 |8877 |9970 |8877 |  10k| 683 |  17 |  10 | 1.530000e+02 |      --      |    Inf 
1800.02/1800.00	c 
1800.02/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.02/1800.00	c Solving Time (sec) : 1800.00
1800.02/1800.00	c Solving Nodes      : 2778
1800.02/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.02/1800.00	c Dual Bound         : +1.53000000000000e+02
1800.02/1800.00	c Gap                : infinite
1800.02/1800.00	s UNKNOWN
1800.02/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.02/1800.00	c Total Time         :    1800.00
1800.02/1800.00	c   solving          :    1800.00
1800.02/1800.00	c   presolving       :       1.65 (included in solving)
1800.02/1800.00	c   reading          :       0.48 (included in solving)
1800.02/1800.00	c Original Problem   :
1800.02/1800.00	c   Problem name     : HOME/instance-3450973-1307098013.opb
1800.02/1800.00	c   Variables        : 8878 (8878 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.00	c   Constraints      : 17460 initial, 17460 maximal
1800.02/1800.00	c Presolved Problem  :
1800.02/1800.00	c   Problem name     : t_HOME/instance-3450973-1307098013.opb
1800.02/1800.00	c   Variables        : 8877 (8877 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.00	c   Constraints      : 9666 initial, 15207 maximal
1800.02/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.02/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   probing          :       1.34          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   knapsack         :       0.06          0          0          0          0          0          0         11        161       1185
1800.02/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   linear           :       0.22          1          0          0          1          0       7805          0        152       1289
1800.02/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.02/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.00	c   integral         :          0          0          0       2336          0          4          0         13        965          0          0       4208
1800.02/1800.00	c   knapsack         :       1851          6      19963          0          0          3      24936        185      91386       1205          0          0
1800.02/1800.00	c   setppc           :         11          6       8660          0          0          0          2          0         58          0          0          0
1800.02/1800.00	c   linear           :       7804+         7      19778          0          0          0      12469        588     777296          1          0          0
1800.02/1800.00	c   logicor          :          0+         6       8833          0          0          0      17801         82       3459          6          0          0
1800.02/1800.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.02/1800.00	c   integral         :     516.62       0.00       0.00     516.62       0.00       0.00       0.00
1800.02/1800.00	c   knapsack         :       3.92       0.09       3.82       0.00       0.00       0.00       0.02
1800.02/1800.00	c   setppc           :       0.01       0.00       0.01       0.00       0.00       0.00       0.00
1800.02/1800.00	c   linear           :      12.34       0.01      12.31       0.00       0.00       0.00       0.02
1800.02/1800.00	c   logicor          :       0.79       0.00       0.77       0.00       0.00       0.00       0.02
1800.02/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.02/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.02/1800.00	c   vbounds          :          0          0          0          0
1800.02/1800.00	c   rootredcost      :          0          0          0          0
1800.02/1800.00	c   pseudoobj        :      19726          0          0          0
1800.02/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.02/1800.00	c   vbounds          :       0.01       0.01       0.00
1800.02/1800.00	c   rootredcost      :       0.01       0.01       0.00
1800.02/1800.00	c   pseudoobj        :       0.02       0.02       0.00
1800.02/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.00	c   propagation      :       0.10        855        849       8060       45.8         54       23.1          -
1800.02/1800.00	c   infeasible LP    :       3.10       3214       3214       4336       16.8         30       12.9          0
1800.02/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.00	c   applied globally :          -          -          -       6071       20.9          -          -          -
1800.02/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.00	c   cut pool         :       0.00          5          -          -       1188          -    (maximal pool size: 4214)
1800.02/1800.00	c   redcost          :       0.42       2342          0          1          0          0
1800.02/1800.00	c   impliedbounds    :       0.00          6          0          0         37          0
1800.02/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.00	c   gomory           :       3.96          6          0          0         22          0
1800.02/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.02/1800.00	c   strongcg         :       3.78          6          0          0          3          0
1800.02/1800.00	c   cmir             :       2.35          6          0          0       3000          0
1800.02/1800.00	c   flowcover        :       2.32          6          0          0       1200          0
1800.02/1800.00	c   clique           :       0.00          6          0          0          0          0
1800.02/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.02/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.02/1800.00	c   rapidlearning    :       3.98          1          0          0          0        287
1800.02/1800.00	c Pricers            :       Time      Calls       Vars
1800.02/1800.00	c   problem variables:       0.00          0          0
1800.02/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.00	c   relpscost        :     516.62       2336         13        965          0          0       4208
1800.02/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   inference        :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.00	c   LP solutions     :       0.00          -          0
1800.02/1800.00	c   pseudo solutions :       0.00          -          0
1800.02/1800.00	c   oneopt           :       0.00          0          0
1800.02/1800.00	c   crossover        :       0.00          0          0
1800.02/1800.00	c   guideddiving     :       0.00          0          0
1800.02/1800.00	c   fracdiving       :     107.10          5          0
1800.02/1800.00	c   trivial          :       0.01          2          0
1800.02/1800.00	c   shiftandpropagate:       0.24          1          0
1800.02/1800.00	c   simplerounding   :       0.00          0          0
1800.02/1800.00	c   zirounding       :       1.48       1000          0
1800.02/1800.00	c   rounding         :       1.43        629          0
1800.02/1800.00	c   shifting         :       8.46        175          0
1800.02/1800.00	c   intshifting      :       0.00          0          0
1800.02/1800.00	c   twoopt           :       0.00          0          0
1800.02/1800.00	c   fixandinfer      :       0.00          0          0
1800.02/1800.00	c   feaspump         :      61.37          6          0
1800.02/1800.00	c   clique           :       0.00          0          0
1800.02/1800.00	c   coefdiving       :     286.92          1          0
1800.02/1800.00	c   pscostdiving     :      55.96         13          0
1800.02/1800.00	c   veclendiving     :      35.38         18          0
1800.02/1800.00	c   intdiving        :       0.00          0          0
1800.02/1800.00	c   actconsdiving    :       0.00          0          0
1800.02/1800.00	c   objpscostdiving  :      60.39          1          0
1800.02/1800.00	c   rootsoldiving    :      21.26          7          0
1800.02/1800.00	c   linesearchdiving :      45.17         23          0
1800.02/1800.00	c   octane           :       0.00          0          0
1800.02/1800.00	c   rens             :       0.07          0          0
1800.02/1800.00	c   rins             :       0.00          0          0
1800.02/1800.00	c   localbranching   :       0.00          0          0
1800.02/1800.00	c   mutation         :       0.00          0          0
1800.02/1800.00	c   dins             :       0.00          0          0
1800.02/1800.00	c   vbounds          :       0.00          0          0
1800.02/1800.00	c   undercover       :       0.00          0          0
1800.02/1800.00	c   subnlp           :       0.00          0          0
1800.02/1800.00	c   trysol           :       0.00          0          0
1800.02/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.00	c   primal LP        :       0.08          0          0       0.00       0.00
1800.02/1800.00	c   dual LP          :     554.02       2544    1816576     714.06    3278.89
1800.02/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.00	c   diving/probing LP:     653.55       6747    1623962     240.69    2484.84
1800.02/1800.00	c   strong branching :     515.02       2191    1027790     469.10    1995.63
1800.02/1800.00	c     (at root node) :          -         10       8522     852.20          -
1800.02/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.00	c B&B Tree           :
1800.02/1800.00	c   number of runs   :          1
1800.02/1800.00	c   nodes            :       2778
1800.02/1800.00	c   nodes (total)    :       2778
1800.02/1800.00	c   nodes left       :        937
1800.02/1800.00	c   max depth        :         63
1800.02/1800.00	c   max depth (total):         63
1800.02/1800.00	c   backtracks       :        530 (19.1%)
1800.02/1800.00	c   delayed cutoffs  :        494
1800.02/1800.00	c   repropagations   :       2683 (342649 domain reductions, 301 cutoffs)
1800.02/1800.00	c   avg switch length:       4.34
1800.02/1800.00	c   switching time   :       7.88
1800.02/1800.00	c Solution           :
1800.02/1800.00	c   Solutions found  :          0 (0 improvements)
1800.02/1800.00	c   Primal Bound     :          -
1800.02/1800.00	c   Dual Bound       : +1.53000000000000e+02
1800.02/1800.00	c   Gap              :   infinite
1800.02/1800.00	c   Root Dual Bound  : +1.53000000000000e+02
1800.02/1800.00	c   Root Iterations  :      44963

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-3450973-1307098013/watcher-3450973-1307098013 -o /tmp/evaluation-result-3450973-1307098013/solver-3450973-1307098013 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450973-1307098013.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.15 2.04 2.01 2/498 20917
/proc/meminfo: memFree=26465108/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=12980 CPUtime=0 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 2237 0 0 0 0 0 0 0 21 0 1 0 900031980 13291520 2190 33554432000 4194304 9163163 140736897901376 18446744073709551615 6919008 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20917/statm: 3245 2190 395 1214 0 2027 0

[startup+0.032222 s]
/proc/loadavg: 2.15 2.04 2.01 2/498 20917
/proc/meminfo: memFree=26465108/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=14440 CPUtime=0.02 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 2597 0 0 0 2 0 0 0 21 0 1 0 900031980 14786560 2550 33554432000 4194304 9163163 140736897901376 18446744073709551615 6136316 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20917/statm: 3610 2550 395 1214 0 2392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 14440

[startup+0.100206 s]
/proc/loadavg: 2.15 2.04 2.01 2/498 20917
/proc/meminfo: memFree=26465108/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=18336 CPUtime=0.09 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 3571 0 0 0 9 0 0 0 21 0 1 0 900031980 18776064 3524 33554432000 4194304 9163163 140736897901376 18446744073709551615 7956082 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20917/statm: 4584 3524 395 1214 0 3366 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18336

[startup+0.300166 s]
/proc/loadavg: 2.15 2.04 2.01 2/498 20917
/proc/meminfo: memFree=26465108/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=29984 CPUtime=0.29 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 6493 0 0 0 29 0 0 0 22 0 1 0 900031980 30703616 6446 33554432000 4194304 9163163 140736897901376 18446744073709551615 7480128 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20917/statm: 7496 6446 395 1214 0 6278 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29984

[startup+0.701102 s]
/proc/loadavg: 2.15 2.04 2.01 2/498 20917
/proc/meminfo: memFree=26465108/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=157280 CPUtime=0.69 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 40000 0 0 0 65 4 0 0 23 0 1 0 900031980 161054720 36580 33554432000 4194304 9163163 140736897901376 18446744073709551615 18446744073699066054 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20917/statm: 39320 36580 492 1214 0 38102 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 157280

[startup+1.50095 s]
/proc/loadavg: 2.15 2.04 2.01 3/499 20918
/proc/meminfo: memFree=26311820/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=161964 CPUtime=1.49 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 42036 0 0 0 145 4 0 0 25 0 1 0 900031980 165851136 37970 33554432000 4194304 9163163 140736897901376 18446744073709551615 5176507 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20917/statm: 40491 37970 547 1214 0 39273 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 161964

[startup+3.10066 s]
/proc/loadavg: 2.15 2.04 2.01 3/499 20918
/proc/meminfo: memFree=26310332/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=226564 CPUtime=3.09 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 61322 0 0 0 301 8 0 0 25 0 1 0 900031980 232001536 53116 33554432000 4194304 9163163 140736897901376 18446744073709551615 5842232 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20917/statm: 56641 53116 669 1214 0 55423 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 226564

[startup+6.30106 s]
/proc/loadavg: 2.13 2.04 2.01 3/499 20918
/proc/meminfo: memFree=26249196/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=226564 CPUtime=6.29 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 61327 0 0 0 619 10 0 0 25 0 1 0 900031980 232001536 53121 33554432000 4194304 9163163 140736897901376 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20917/statm: 56641 53121 674 1214 0 55423 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 226564

[startup+12.7009 s]
/proc/loadavg: 2.12 2.04 2.01 3/499 20918
/proc/meminfo: memFree=26165940/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=310924 CPUtime=12.69 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 82255 0 0 0 1252 17 0 0 25 0 1 0 900031980 318386176 74049 33554432000 4194304 9163163 140736897901376 18446744073709551615 8045195 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20917/statm: 77731 74049 714 1214 0 76513 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 310924

[startup+25.5005 s]
/proc/loadavg: 2.10 2.04 2.01 3/499 20918
/proc/meminfo: memFree=26156288/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=315928 CPUtime=25.49 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 84783 0 0 0 2521 28 0 0 25 0 1 0 900031980 323510272 76344 33554432000 4194304 9163163 140736897901376 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20917/statm: 78982 76344 740 1214 0 77764 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 315928

[startup+51.1008 s]
/proc/loadavg: 2.14 2.05 2.01 3/499 20919
/proc/meminfo: memFree=26149036/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=315928 CPUtime=51.1 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 85329 0 0 0 5061 49 0 0 25 0 1 0 900031980 323510272 76874 33554432000 4194304 9163163 140736897901376 18446744073709551615 7348657 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20917/statm: 78982 76874 729 1214 0 77764 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 315928

[startup+102.319 s]
/proc/loadavg: 2.06 2.04 2.01 3/499 20920
/proc/meminfo: memFree=26148516/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=315928 CPUtime=102.31 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 85330 0 0 0 10143 88 0 0 25 0 1 0 900031980 323510272 76875 33554432000 4194304 9163163 140736897901376 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20917/statm: 78982 76875 730 1214 0 77764 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 315928

[startup+162.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/499 20922
/proc/meminfo: memFree=26142744/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=315928 CPUtime=162.3 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 85330 0 0 0 16062 168 0 0 25 0 1 0 900031980 323510272 76875 33554432000 4194304 9163163 140736897901376 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20917/statm: 78982 76875 730 1214 0 77764 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 315928

[startup+222.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/499 20924
/proc/meminfo: memFree=26136492/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=315928 CPUtime=222.3 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 85330 0 0 0 21980 250 0 0 25 0 1 0 900031980 323510272 76875 33554432000 4194304 9163163 140736897901376 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20917/statm: 78982 76875 730 1214 0 77764 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 315928

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 4/499 20926
/proc/meminfo: memFree=26133336/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=315928 CPUtime=282.28 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 85330 0 0 0 27912 316 0 0 25 0 1 0 900031980 323510272 76875 33554432000 4194304 9163163 140736897901376 18446744073709551615 7376048 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20917/statm: 78982 76875 730 1214 0 77764 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 315928

[startup+342.301 s]
/proc/loadavg: 2.09 2.04 2.01 3/499 20928
/proc/meminfo: memFree=26128196/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=315928 CPUtime=342.29 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 85330 0 0 0 33876 353 0 0 25 0 1 0 900031980 323510272 76875 33554432000 4194304 9163163 140736897901376 18446744073709551615 4892895 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20917/statm: 78982 76875 730 1214 0 77764 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 315928

[startup+402.301 s]
/proc/loadavg: 2.07 2.05 2.01 3/499 20929
/proc/meminfo: memFree=26123292/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=315928 CPUtime=402.28 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 85330 0 0 0 39853 375 0 0 25 0 1 0 900031980 323510272 76875 33554432000 4194304 9163163 140736897901376 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20917/statm: 78982 76875 730 1214 0 77764 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 315928

[startup+462.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/499 20931
/proc/meminfo: memFree=26119248/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=315928 CPUtime=462.28 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 85330 0 0 0 45805 423 0 0 25 0 1 0 900031980 323510272 76875 33554432000 4194304 9163163 140736897901376 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20917/statm: 78982 76875 730 1214 0 77764 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 315928

[startup+522.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/499 20933
/proc/meminfo: memFree=26115828/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=315928 CPUtime=522.29 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 85332 0 0 0 51745 484 0 0 25 0 1 0 900031980 323510272 76877 33554432000 4194304 9163163 140736897901376 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20917/statm: 78982 76877 732 1214 0 77764 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 315928

[startup+582.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/499 20934
/proc/meminfo: memFree=26112296/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=315928 CPUtime=582.28 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 85333 0 0 0 57686 542 0 0 25 0 1 0 900031980 323510272 76878 33554432000 4194304 9163163 140736897901376 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20917/statm: 78982 76878 732 1214 0 77764 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 315928

[startup+642.3 s]

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

[startup+822.301 s]
/proc/loadavg: 2.09 2.06 2.01 3/499 20969
/proc/meminfo: memFree=24976624/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=315928 CPUtime=822.29 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 85373 0 0 0 81475 754 0 0 25 0 1 0 900031980 323510272 76918 33554432000 4194304 9163163 140736897901376 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20917/statm: 78982 76918 732 1214 0 77764 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 315928

[startup+882.301 s]
/proc/loadavg: 2.09 2.06 2.01 3/499 20980
/proc/meminfo: memFree=24975868/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=315928 CPUtime=882.3 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 85373 0 0 0 87431 799 0 0 25 0 1 0 900031980 323510272 76918 33554432000 4194304 9163163 140736897901376 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20917/statm: 78982 76918 732 1214 0 77764 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 315928

[startup+942.301 s]
/proc/loadavg: 2.09 2.06 2.01 3/499 20982
/proc/meminfo: memFree=24976620/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=315928 CPUtime=942.3 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 85373 0 0 0 93360 870 0 0 25 0 1 0 900031980 323510272 76918 33554432000 4194304 9163163 140736897901376 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20917/statm: 78982 76918 732 1214 0 77764 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 315928

[startup+1002.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/499 20983
/proc/meminfo: memFree=24976820/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=315928 CPUtime=1002.3 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 85377 0 0 0 99297 933 0 0 25 0 1 0 900031980 323510272 76922 33554432000 4194304 9163163 140736897901376 18446744073709551615 7348654 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20917/statm: 78982 76922 732 1214 0 77764 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 315928

[startup+1062.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/499 20985
/proc/meminfo: memFree=24976764/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=315928 CPUtime=1062.3 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 85377 0 0 0 105232 998 0 0 25 0 1 0 900031980 323510272 76922 33554432000 4194304 9163163 140736897901376 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20917/statm: 78982 76922 732 1214 0 77764 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 315928

[startup+1122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 20987
/proc/meminfo: memFree=24974116/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=315928 CPUtime=1122.31 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 85377 0 0 0 111163 1068 0 0 25 0 1 0 900031980 323510272 76922 33554432000 4194304 9163163 140736897901376 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20917/statm: 78982 76922 732 1214 0 77764 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 315928

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 20988
/proc/meminfo: memFree=24958184/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=315928 CPUtime=1182.31 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 85377 0 0 0 117105 1126 0 0 25 0 1 0 900031980 323510272 76922 33554432000 4194304 9163163 140736897901376 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20917/statm: 78982 76922 732 1214 0 77764 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 315928

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 20990
/proc/meminfo: memFree=24958240/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=315928 CPUtime=1242.31 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 85385 0 0 0 123009 1222 0 0 25 0 1 0 900031980 323510272 76930 33554432000 4194304 9163163 140736897901376 18446744073709551615 5923263 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20917/statm: 78982 76930 732 1214 0 77764 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 315928

[startup+1302.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/499 20991
/proc/meminfo: memFree=24952140/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=315928 CPUtime=1302.31 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 85392 0 0 0 128935 1296 0 0 25 0 1 0 900031980 323510272 76937 33554432000 4194304 9163163 140736897901376 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20917/statm: 78982 76937 732 1214 0 77764 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 315928

[startup+1362.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/499 20993
/proc/meminfo: memFree=24950976/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=315928 CPUtime=1362.31 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 85401 0 0 0 134857 1374 0 0 25 0 1 0 900031980 323510272 76946 33554432000 4194304 9163163 140736897901376 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20917/statm: 78982 76946 732 1214 0 77764 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 315928

[startup+1422.32 s]
/proc/loadavg: 2.11 2.06 2.01 3/499 20995
/proc/meminfo: memFree=24952284/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=315928 CPUtime=1422.33 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 85401 0 0 0 140762 1471 0 0 25 0 1 0 900031980 323510272 76946 33554432000 4194304 9163163 140736897901376 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20917/statm: 78982 76946 732 1214 0 77764 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 315928

[startup+1482.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/499 20996
/proc/meminfo: memFree=24947648/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=320532 CPUtime=1482.32 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 86507 0 0 0 146667 1565 0 0 25 0 1 0 900031980 328224768 78052 33554432000 4194304 9163163 140736897901376 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20917/statm: 80133 78052 732 1214 0 78915 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 320532

[startup+1542.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/499 20998
/proc/meminfo: memFree=24944380/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=323088 CPUtime=1542.32 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 87185 0 0 0 152589 1643 0 0 25 0 1 0 900031980 330842112 78730 33554432000 4194304 9163163 140736897901376 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20917/statm: 80772 78730 732 1214 0 79554 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 323088

[startup+1602.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/499 20999
/proc/meminfo: memFree=24935752/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=333116 CPUtime=1602.32 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 89602 0 0 0 158519 1713 0 0 25 0 1 0 900031980 341110784 81069 33554432000 4194304 9163163 140736897901376 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20917/statm: 83279 81069 732 1214 0 82061 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 333116

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 21001
/proc/meminfo: memFree=24933104/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=334940 CPUtime=1662.32 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 90235 0 0 0 164436 1796 0 0 25 0 1 0 900031980 342978560 81702 33554432000 4194304 9163163 140736897901376 18446744073709551615 7376048 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20917/statm: 83735 81702 732 1214 0 82517 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 334940

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 21003
/proc/meminfo: memFree=24935656/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=336536 CPUtime=1722.32 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 148839 0 0 0 170353 1879 0 0 25 0 1 0 900031980 344612864 81510 33554432000 4194304 9163163 140736897901376 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20917/statm: 84134 81510 1188 1214 0 82916 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 336536

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 21005
/proc/meminfo: memFree=24923340/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=349012 CPUtime=1782.33 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 209514 0 0 0 176266 1967 0 0 25 0 1 0 900031980 357388288 84475 33554432000 4194304 9163163 140736897901376 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20917/statm: 87253 84475 813 1214 0 86035 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 349012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.16 2.05 2.01 3/499 21006
/proc/meminfo: memFree=24937952/32950928 swapFree=34421304/67111528
[pid=20917] ppid=20915 vsize=335860 CPUtime=1800.03 cores=1,3,5,7
/proc/20917/stat : 20917 (scip-2.0.1.4b.l) R 20915 20917 20254 0 -1 4202496 222802 0 0 0 178011 1992 0 0 18 0 1 0 900031980 343920640 80281 33554432000 4194304 9163163 140736897901376 18446744073709551615 5149579 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20917/statm: 83965 80281 734 1214 0 82747 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 335860

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): 1780.13
CPU system time (s): 19.939
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 352920

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

runsolver used 8.16776 second user time and 21.2598 second system time

The end

Launcher Data

Begin job on node113 at 2011-06-03 12:46:53
IDJOB=3450973
IDBENCH=2949
IDSOLVER=1948
FILE ID=node113/3450973-1307098013
RUNJOBID= node113-1307092553-20273
PBS_JOBID= 13497976
Free space on /tmp= 73760 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_18.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-3450973-1307098013/watcher-3450973-1307098013 -o /tmp/evaluation-result-3450973-1307098013/solver-3450973-1307098013 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450973-1307098013.opb -t 1800 -m 15500

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

MD5SUM BENCH= 92a7a1679de6bb1b52854275d5fc6396
RANDOM SEED=806648721

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26465388 kB
Buffers:        229644 kB
Cached:         712244 kB
SwapCached:      13476 kB
Active:        5570436 kB
Inactive:       594104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26465388 kB
SwapTotal:    67111528 kB
SwapFree:     34421304 kB
Dirty:           16744 kB
Writeback:           0 kB
AnonPages:     5221336 kB
Mapped:          24008 kB
Slab:           134264 kB
PageTables:     116664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 154986376 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= 73696 MiB
End job on node113 at 2011-06-03 13:16:55