Trace number 3488891

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_2 2011-06-10 (fixed)? 1797.21 1797.18

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_20.opb
MD5SUM601a73d2c5752739e04dd0126b5500f0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark398
Best CPU time to get the best result obtained on this benchmark1798.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 398
Optimality of the best value was proved NO
Number of variables13478
Total number of constraints26620
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 constraints26619
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 190
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 445
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 589
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2977
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.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3488891-1307774678.opb>
0.39/0.50	c original problem has 13478 variables (13478 bin, 0 int, 0 impl, 0 cont) and 26620 constraints
0.39/0.50	c problem read
0.39/0.50	c presolving settings loaded
0.59/0.68	c presolving:
0.79/0.86	c (round 1) 1 del vars, 1 del conss, 0 add conss, 1 chg bounds, 194 chg sides, 1392 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.89/0.94	c (round 2) 1 del vars, 12355 del conss, 0 add conss, 1 chg bounds, 194 chg sides, 1392 chg coeffs, 965 upgd conss, 0 impls, 0 clqs
1.00/1.04	c (round 3) 1 del vars, 12355 del conss, 16 add conss, 1 chg bounds, 335 chg sides, 2387 chg coeffs, 1911 upgd conss, 848 impls, 12 clqs
1.00/1.08	c (round 4) 1 del vars, 12355 del conss, 16 add conss, 1 chg bounds, 451 chg sides, 2562 chg coeffs, 1911 upgd conss, 848 impls, 12 clqs
2.79/2.85	c    (2.9s) probing: 119/13477 (0.9%) - 0 fixings, 0 aggregations, 86 implications, 0 bound changes
2.79/2.85	c    (2.9s) probing aborted: 100/100 successive totally useless probings
2.79/2.85	c presolving (5 rounds):
2.79/2.85	c  1 deleted vars, 12355 deleted constraints, 16 added constraints, 1 tightened bounds, 0 added holes, 451 changed sides, 2571 changed coefficients
2.79/2.85	c  1020 implications, 12 cliques
2.79/2.85	c presolved problem has 13477 variables (13477 bin, 0 int, 0 impl, 0 cont) and 14281 constraints
2.79/2.85	c    1911 constraints of type <knapsack>
2.79/2.85	c      16 constraints of type <setppc>
2.79/2.85	c   12354 constraints of type <linear>
2.79/2.85	c transformed objective value is always integral (scale: 1)
2.79/2.85	c Presolving Time: 2.19
2.79/2.85	c - non default parameters ----------------------------------------------------------------------
2.79/2.85	c # SCIP version 2.0.1.5
2.79/2.85	c 
2.79/2.85	c # frequency for displaying node information lines
2.79/2.85	c # [type: int, range: [-1,2147483647], default: 100]
2.79/2.85	c display/freq = 10000
2.79/2.85	c 
2.79/2.85	c # maximal time in seconds to run
2.79/2.85	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.79/2.85	c limits/time = 1797
2.79/2.85	c 
2.79/2.85	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.79/2.85	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.79/2.85	c limits/memory = 13950
2.79/2.85	c 
2.79/2.85	c # default clock type (1: CPU user seconds, 2: wall clock time)
2.79/2.85	c # [type: int, range: [1,2], default: 1]
2.79/2.85	c timing/clocktype = 2
2.79/2.85	c 
2.79/2.85	c # belongs reading time to solving time?
2.79/2.85	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.79/2.85	c timing/reading = TRUE
2.79/2.85	c 
2.79/2.85	c # should presolving try to simplify inequalities
2.79/2.85	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.79/2.85	c constraints/linear/simplifyinequalities = TRUE
2.79/2.85	c 
2.79/2.85	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
2.79/2.85	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.79/2.85	c constraints/indicator/addCouplingCons = TRUE
2.79/2.85	c 
2.79/2.85	c # should presolving try to simplify knapsacks
2.79/2.85	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.79/2.85	c constraints/knapsack/simplifyinequalities = TRUE
2.79/2.85	c 
2.79/2.85	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
2.79/2.85	c # [type: int, range: [-1,2147483647], default: -1]
2.79/2.85	c separating/rapidlearning/freq = 0
2.79/2.85	c 
2.79/2.85	c -----------------------------------------------------------------------------------------------
2.79/2.85	c start solving
2.79/2.86	c 
4.19/4.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.19/4.29	c   4.3s|     1 |     0 |  4502 |     - | 128M|   0 |1948 |  13k|  14k|  13k|  14k|   0 |  31 |   0 | 1.900000e+02 |      --      |    Inf 
16.39/16.45	c  16.4s|     1 |     0 | 17794 |     - | 129M|   0 |5316 |  13k|  14k|  13k|  14k| 169 |  31 |   0 | 1.900000e+02 |      --      |    Inf 
27.89/27.95	c  27.9s|     1 |     0 | 25919 |     - | 130M|   0 |5825 |  13k|  14k|  13k|  14k| 310 |  31 |   0 | 1.900000e+02 |      --      |    Inf 
36.79/36.85	c  36.8s|     1 |     0 | 30056 |     - | 130M|   0 |6249 |  13k|  14k|  13k|  14k| 439 |  31 |   0 | 1.900000e+02 |      --      |    Inf 
50.60/50.61	c  50.6s|     1 |     0 | 39325 |     - | 131M|   0 |7190 |  13k|  14k|  13k|  14k| 583 |  31 |   0 | 1.900000e+02 |      --      |    Inf 
64.19/64.28	c  64.3s|     1 |     0 | 46024 |     - | 131M|   0 |8180 |  13k|  14k|  13k|  15k| 741 |  31 |   0 | 1.900000e+02 |      --      |    Inf 
75.69/75.73	c  75.7s|     1 |     0 | 49615 |     - | 132M|   0 |8499 |  13k|  14k|  13k|  15k| 907 |  31 |   0 | 1.900000e+02 |      --      |    Inf 
149.30/149.37	c   149s|     1 |     2 | 49615 |     - | 132M|   0 |8499 |  13k|  14k|  13k|  15k| 907 |  31 |  44 | 1.900000e+02 |      --      |    Inf 
1797.02/1797.01	c 
1797.02/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.02/1797.01	c Solving Time (sec) : 1797.01
1797.02/1797.01	c Solving Nodes      : 277
1797.02/1797.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.02/1797.01	c Dual Bound         : +1.90000000000000e+02
1797.02/1797.01	c Gap                : infinite
1797.02/1797.01	s UNKNOWN
1797.02/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.02/1797.01	c Total Time         :    1797.01
1797.02/1797.01	c   solving          :    1797.01
1797.02/1797.01	c   presolving       :       2.19 (included in solving)
1797.02/1797.01	c   reading          :       0.50 (included in solving)
1797.02/1797.01	c Original Problem   :
1797.02/1797.01	c   Problem name     : HOME/instance-3488891-1307774678.opb
1797.02/1797.01	c   Variables        : 13478 (13478 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.02/1797.01	c   Constraints      : 26620 initial, 26620 maximal
1797.02/1797.01	c Presolved Problem  :
1797.02/1797.01	c   Problem name     : t_HOME/instance-3488891-1307774678.opb
1797.02/1797.01	c   Variables        : 13477 (13477 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.02/1797.01	c   Constraints      : 14281 initial, 15373 maximal
1797.02/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.02/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   probing          :       1.75          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   knapsack         :       0.05          0          0          0          0          0          0         16        257       1179
1797.02/1797.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   linear           :       0.32          1          0          0          1          0      12355          0        194       1392
1797.02/1797.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.02/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.02/1797.01	c   integral         :          0          0          0        237          0          4          0          0         15          0          0        466
1797.02/1797.01	c   knapsack         :       1911          6       9497          0          0          3       1097         19       2321       1204          0          0
1797.02/1797.01	c   setppc           :         16          6       9345          0          0          0          9          0         11          0          0          0
1797.02/1797.01	c   linear           :      12354          6       9478          0          0          0        105         15       2439          0          0          0
1797.02/1797.01	c   logicor          :          0+         6       1253          0          0          0         67          9        161          0          0          0
1797.02/1797.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.02/1797.01	c   integral         :     373.73       0.00       0.00     373.73       0.00       0.00       0.00
1797.02/1797.01	c   knapsack         :       1.32       0.07       1.25       0.00       0.00       0.00       0.00
1797.02/1797.01	c   setppc           :       0.01       0.00       0.01       0.00       0.00       0.00       0.00
1797.02/1797.01	c   linear           :       5.10       0.01       5.09       0.00       0.00       0.00       0.00
1797.02/1797.01	c   logicor          :       0.02       0.00       0.02       0.00       0.00       0.00       0.00
1797.02/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.02/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.02/1797.01	c   vbounds          :          0          0          0          0
1797.02/1797.01	c   rootredcost      :          0          0          0          0
1797.02/1797.01	c   pseudoobj        :       9249          0          0          0
1797.02/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.02/1797.01	c   vbounds          :       0.01       0.01       0.00
1797.02/1797.01	c   rootredcost      :       0.00       0.00       0.00
1797.02/1797.01	c   pseudoobj        :       0.01       0.01       0.00
1797.02/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.02/1797.01	c   propagation      :       0.00         43         43        248       27.0         12       13.8          -
1797.02/1797.01	c   infeasible LP    :       1.32        931        931       1028        8.2          3       21.3          0
1797.02/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.02/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.02/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.02/1797.01	c   applied globally :          -          -          -       1092        9.7          -          -          -
1797.02/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.02/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.02/1797.01	c   cut pool         :       0.00          5          -          -       1180          -    (maximal pool size: 4191)
1797.02/1797.01	c   redcost          :       0.09        242          0          0          0          0
1797.02/1797.01	c   impliedbounds    :       0.00          6          0          0         17          0
1797.02/1797.01	c   intobj           :       0.00          0          0          0          0          0
1797.02/1797.01	c   gomory           :       8.18          6          0          0         12          0
1797.02/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1797.02/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1797.02/1797.01	c   strongcg         :       7.81          6          0          0          1          0
1797.02/1797.01	c   cmir             :       3.60          6          0          0       3000          0
1797.02/1797.01	c   flowcover        :       4.54          6          0          0       1200          0
1797.02/1797.01	c   clique           :       0.00          6          0          0          3          0
1797.02/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1797.02/1797.01	c   mcf              :       0.01          2          0          0          0          0
1797.02/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1797.02/1797.01	c   rapidlearning    :       0.00          0          0          0          0          0
1797.02/1797.01	c Pricers            :       Time      Calls       Vars
1797.02/1797.01	c   problem variables:       0.00          0          0
1797.02/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.02/1797.01	c   relpscost        :     373.73        237          0         15          0          0        466
1797.02/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1797.02/1797.01	c   inference        :       0.00          0          0          0          0          0          0
1797.02/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1797.02/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1797.02/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.02/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.02/1797.01	c   random           :       0.00          0          0          0          0          0          0
1797.02/1797.01	c Primal Heuristics  :       Time      Calls      Found
1797.02/1797.01	c   LP solutions     :       0.00          -          0
1797.02/1797.01	c   pseudo solutions :       0.00          -          0
1797.02/1797.01	c   oneopt           :       0.00          0          0
1797.02/1797.01	c   crossover        :       0.00          0          0
1797.02/1797.01	c   pscostdiving     :      27.39          4          0
1797.02/1797.01	c   trivial          :       0.01          2          0
1797.02/1797.01	c   shiftandpropagate:       0.45          1          0
1797.02/1797.01	c   simplerounding   :       0.00          0          0
1797.02/1797.01	c   zirounding       :       0.64        232          0
1797.02/1797.01	c   rounding         :       0.79        168          0
1797.02/1797.01	c   shifting         :       3.47         29          0
1797.02/1797.01	c   intshifting      :       0.00          0          0
1797.02/1797.01	c   twoopt           :       0.00          0          0
1797.02/1797.01	c   fixandinfer      :       0.00          0          0
1797.02/1797.01	c   feaspump         :      16.16          3          0
1797.02/1797.01	c   clique           :       0.00          0          0
1797.02/1797.01	c   coefdiving       :     870.08          4          0
1797.02/1797.01	c   fracdiving       :      28.44          3          0
1797.02/1797.01	c   veclendiving     :      47.84          3          0
1797.02/1797.01	c   intdiving        :       0.00          0          0
1797.02/1797.01	c   actconsdiving    :       0.00          0          0
1797.02/1797.01	c   objpscostdiving  :      28.51          2          0
1797.02/1797.01	c   rootsoldiving    :      37.29          2          0
1797.02/1797.01	c   linesearchdiving :      72.02          3          0
1797.02/1797.01	c   guideddiving     :       0.00          0          0
1797.02/1797.01	c   octane           :       0.00          0          0
1797.02/1797.01	c   rens             :       0.11          0          0
1797.02/1797.01	c   rins             :       0.00          0          0
1797.02/1797.01	c   localbranching   :       0.00          0          0
1797.02/1797.01	c   mutation         :       0.00          0          0
1797.02/1797.01	c   dins             :       0.00          0          0
1797.02/1797.01	c   vbounds          :       0.00          0          0
1797.02/1797.01	c   undercover       :       0.00          0          0
1797.02/1797.01	c   subnlp           :       0.00          0          0
1797.02/1797.01	c   trysol           :       0.00          0          0
1797.02/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.02/1797.01	c   primal LP        :       0.16          0          0       0.00       0.00
1797.02/1797.01	c   dual LP          :     260.15        282     314546    1115.41    1209.07
1797.02/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1797.02/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1797.02/1797.01	c   diving/probing LP:    1107.56       7012    1624042     231.61    1466.32
1797.02/1797.01	c   strong branching :     373.43        364     304773     837.29     816.15
1797.02/1797.01	c     (at root node) :          -         44      42547     966.98          -
1797.02/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1797.02/1797.01	c B&B Tree           :
1797.02/1797.01	c   number of runs   :          1
1797.02/1797.01	c   nodes            :        277
1797.02/1797.01	c   nodes (total)    :        277
1797.02/1797.01	c   nodes left       :        175
1797.02/1797.01	c   max depth        :         66
1797.02/1797.01	c   max depth (total):         66
1797.02/1797.01	c   backtracks       :         73 (26.4%)
1797.02/1797.01	c   delayed cutoffs  :         15
1797.02/1797.01	c   repropagations   :        705 (667 domain reductions, 1 cutoffs)
1797.02/1797.01	c   avg switch length:       8.70
1797.02/1797.01	c   switching time   :       0.86
1797.02/1797.01	c Solution           :
1797.02/1797.01	c   Solutions found  :          0 (0 improvements)
1797.02/1797.01	c   Primal Bound     :          -
1797.02/1797.01	c   Dual Bound       : +1.90000000000000e+02
1797.02/1797.01	c   Gap              :   infinite
1797.02/1797.01	c   Root Dual Bound  : +1.90000000000000e+02
1797.02/1797.01	c   Root Iterations  :      49615
1797.12/1797.18	c Time complete: 1797.2.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3488891-1307774678/watcher-3488891-1307774678 -o /tmp/evaluation-result-3488891-1307774678/solver-3488891-1307774678 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488891-1307774678.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.10 2.02 2.01 2/177 21472
/proc/meminfo: memFree=31246060/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=12568 CPUtime=0 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 2143 0 0 0 0 0 0 0 25 0 1 0 889066535 12869632 2098 33554432000 4194304 9016284 140733498750880 18446744073709551615 7824814 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21472/statm: 3142 2098 360 1178 0 1960 0

[startup+0.092086 s]
/proc/loadavg: 2.10 2.02 2.01 2/177 21472
/proc/meminfo: memFree=31246060/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=20632 CPUtime=0.08 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 4134 0 0 0 8 0 0 0 25 0 1 0 889066535 21127168 4089 33554432000 4194304 9016284 140733498750880 18446744073709551615 6152247 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21472/statm: 5158 4089 360 1178 0 3976 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20632

[startup+0.10108 s]
/proc/loadavg: 2.10 2.02 2.01 2/177 21472
/proc/meminfo: memFree=31246060/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=21104 CPUtime=0.09 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 4257 0 0 0 9 0 0 0 25 0 1 0 889066535 21610496 4212 33554432000 4194304 9016284 140733498750880 18446744073709551615 7749104 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21472/statm: 5276 4212 360 1178 0 4094 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21104

[startup+0.301051 s]
/proc/loadavg: 2.10 2.02 2.01 2/177 21472
/proc/meminfo: memFree=31246060/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=34544 CPUtime=0.29 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 7609 0 0 0 29 0 0 0 25 0 1 0 889066535 35373056 7564 33554432000 4194304 9016284 140733498750880 18446744073709551615 6152453 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21472/statm: 8636 7564 360 1178 0 7454 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34544

[startup+0.700984 s]
/proc/loadavg: 2.10 2.02 2.01 2/177 21472
/proc/meminfo: memFree=31246060/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=198940 CPUtime=0.69 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 52683 0 0 0 64 5 0 0 25 0 1 0 889066535 203714560 46965 33554432000 4194304 9016284 140733498750880 18446744073709551615 18446744073699066043 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 49735 46965 468 1178 0 48553 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 198940

[startup+1.50085 s]
/proc/loadavg: 2.10 2.02 2.01 3/178 21473
/proc/meminfo: memFree=31055860/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=205064 CPUtime=1.49 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 55490 0 0 0 143 6 0 0 25 0 1 0 889066535 209985536 48608 33554432000 4194304 9016284 140733498750880 18446744073709551615 5252000 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 51266 48608 534 1178 0 50084 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 205064

[startup+3.10058 s]
/proc/loadavg: 2.10 2.02 2.01 3/178 21473
/proc/meminfo: memFree=31053036/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=283756 CPUtime=3.09 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 75575 0 0 0 301 8 0 0 25 0 1 0 889066535 290566144 65950 33554432000 4194304 9016284 140733498750880 18446744073709551615 5228157 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 70939 65950 736 1178 0 69757 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 283756

[startup+6.30104 s]
/proc/loadavg: 2.09 2.02 2.00 3/178 21473
/proc/meminfo: memFree=30945024/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=320812 CPUtime=6.29 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 89131 0 0 0 617 12 0 0 25 0 1 0 889066535 328511488 75479 33554432000 4194304 9016284 140733498750880 18446744073709551615 7181026 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 80203 75479 812 1178 0 79021 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 320812

[startup+12.701 s]
/proc/loadavg: 2.08 2.02 2.00 3/178 21473
/proc/meminfo: memFree=30941356/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=321876 CPUtime=12.69 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 90938 0 0 0 1252 17 0 0 25 0 1 0 889066535 329601024 77094 33554432000 4194304 9016284 140733498750880 18446744073709551615 7204769 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 80469 77094 1049 1178 0 79287 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 321876

[startup+25.5008 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 21473
/proc/meminfo: memFree=30894376/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=365484 CPUtime=25.49 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 110975 0 0 0 2522 27 0 0 25 0 1 0 889066535 374255616 86607 33554432000 4194304 9016284 140733498750880 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 91371 86607 1050 1178 0 90189 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 365484

[startup+51.1005 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 21474
/proc/meminfo: memFree=30867700/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=376048 CPUtime=51.09 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 120829 0 0 0 5067 42 0 0 25 0 1 0 889066535 385073152 89653 33554432000 4194304 9016284 140733498750880 18446744073709551615 7875826 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 94012 89653 826 1178 0 92830 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 376048

[startup+102.306 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 21476
/proc/meminfo: memFree=30819648/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=398224 CPUtime=102.29 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 144279 0 0 0 10170 59 0 0 25 0 1 0 889066535 407781376 95484 33554432000 4194304 9016284 140733498750880 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 99556 95484 1182 1178 0 98374 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 398224

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 21477
/proc/meminfo: memFree=30792552/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=398436 CPUtime=162.29 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 158366 0 0 0 16154 75 0 0 25 0 1 0 889066535 407998464 95488 33554432000 4194304 9016284 140733498750880 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 99609 95488 1174 1178 0 98427 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 398436

[startup+222.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 21479
/proc/meminfo: memFree=30768900/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=395308 CPUtime=222.29 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 180619 0 0 0 22135 94 0 0 25 0 1 0 889066535 404795392 94352 33554432000 4194304 9016284 140733498750880 18446744073709551615 7181030 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 98827 94352 835 1178 0 97645 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 395308

[startup+282.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 21480
/proc/meminfo: memFree=30743164/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=393860 CPUtime=282.3 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 285120 0 0 0 28105 125 0 0 25 0 1 0 889066535 403312640 94382 33554432000 4194304 9016284 140733498750880 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 98465 94382 863 1178 0 97283 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 393860

[startup+342.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 21482
/proc/meminfo: memFree=30738648/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=385436 CPUtime=342.29 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 365849 0 0 0 34077 152 0 0 25 0 1 0 889066535 394686464 91972 33554432000 4194304 9016284 140733498750880 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 96359 91972 1447 1178 0 95177 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 385436

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21484
/proc/meminfo: memFree=30716016/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=385436 CPUtime=402.3 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 366466 0 0 0 40054 176 0 0 25 0 1 0 889066535 394686464 91976 33554432000 4194304 9016284 140733498750880 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 96359 91976 838 1178 0 95177 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 385436

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21485
/proc/meminfo: memFree=30685068/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=393488 CPUtime=462.3 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 430713 0 0 0 46018 212 0 0 25 0 1 0 889066535 402931712 95193 33554432000 4194304 9016284 140733498750880 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 98372 95193 838 1178 0 97190 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 393488

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21487
/proc/meminfo: memFree=30658456/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=401756 CPUtime=522.29 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 441456 0 0 0 51994 235 0 0 25 0 1 0 889066535 411398144 96356 33554432000 4194304 9016284 140733498750880 18446744073709551615 7199020 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 100439 96356 838 1178 0 99257 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 401756

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21488
/proc/meminfo: memFree=30629116/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=401756 CPUtime=582.3 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 441778 0 0 0 57976 254 0 0 25 0 1 0 889066535 411398144 96678 33554432000 4194304 9016284 140733498750880 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 100439 96678 838 1178 0 99257 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 401756

[startup+642.301 s]

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

/proc/meminfo: memFree=30387308/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=407024 CPUtime=1062.31 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 501213 0 0 0 105703 528 0 0 25 0 1 0 889066535 416792576 98432 33554432000 4194304 9016284 140733498750880 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 101756 98432 839 1178 0 100574 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 407024

[startup+1122.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 21512
/proc/meminfo: memFree=30363428/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=407024 CPUtime=1122.31 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 501213 0 0 0 111663 568 0 0 25 0 1 0 889066535 416792576 98432 33554432000 4194304 9016284 140733498750880 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 101756 98432 839 1178 0 100574 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 407024

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 21515
/proc/meminfo: memFree=30336572/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=407024 CPUtime=1182.31 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 501213 0 0 0 117621 610 0 0 25 0 1 0 889066535 416792576 98432 33554432000 4194304 9016284 140733498750880 18446744073709551615 6971617 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 101756 98432 839 1178 0 100574 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 407024

[startup+1242.3 s]
/proc/loadavg: 1.85 1.97 1.99 2/172 21543
/proc/meminfo: memFree=31305908/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=407024 CPUtime=1242.31 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 501213 0 0 0 123589 642 0 0 25 0 1 0 889066535 416792576 98432 33554432000 4194304 9016284 140733498750880 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 101756 98432 839 1178 0 100574 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 407024

[startup+1302.3 s]
/proc/loadavg: 1.31 1.79 1.92 2/172 21545
/proc/meminfo: memFree=31306004/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=407024 CPUtime=1302.32 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 501213 0 0 0 129544 688 0 0 25 0 1 0 889066535 416792576 98432 33554432000 4194304 9016284 140733498750880 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 101756 98432 839 1178 0 100574 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 407024

[startup+1362.3 s]
/proc/loadavg: 1.11 1.64 1.86 2/172 21546
/proc/meminfo: memFree=31306104/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=407024 CPUtime=1362.31 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 501213 0 0 0 135497 734 0 0 25 0 1 0 889066535 416792576 98432 33554432000 4194304 9016284 140733498750880 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 101756 98432 839 1178 0 100574 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 407024

[startup+1422.31 s]
/proc/loadavg: 1.09 1.54 1.81 2/172 21548
/proc/meminfo: memFree=31306204/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=407024 CPUtime=1422.31 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 501213 0 0 0 141453 778 0 0 25 0 1 0 889066535 416792576 98432 33554432000 4194304 9016284 140733498750880 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 101756 98432 839 1178 0 100574 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 407024

[startup+1482.3 s]
/proc/loadavg: 1.03 1.44 1.76 2/172 21549
/proc/meminfo: memFree=31306296/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=407024 CPUtime=1482.31 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 501213 0 0 0 147405 826 0 0 25 0 1 0 889066535 416792576 98432 33554432000 4194304 9016284 140733498750880 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 101756 98432 839 1178 0 100574 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 407024

[startup+1542.3 s]
/proc/loadavg: 1.01 1.36 1.71 2/172 21551
/proc/meminfo: memFree=31306504/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=407024 CPUtime=1542.31 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 501213 0 0 0 153361 870 0 0 25 0 1 0 889066535 416792576 98432 33554432000 4194304 9016284 140733498750880 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 101756 98432 839 1178 0 100574 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 407024

[startup+1602.3 s]
/proc/loadavg: 1.00 1.29 1.66 2/172 21553
/proc/meminfo: memFree=31306480/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=407024 CPUtime=1602.32 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 501213 0 0 0 159319 913 0 0 25 0 1 0 889066535 416792576 98432 33554432000 4194304 9016284 140733498750880 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 101756 98432 839 1178 0 100574 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 407024

[startup+1662.3 s]
/proc/loadavg: 1.00 1.23 1.62 2/172 21554
/proc/meminfo: memFree=31306704/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=407024 CPUtime=1662.31 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 501213 0 0 0 165289 942 0 0 25 0 1 0 889066535 416792576 98432 33554432000 4194304 9016284 140733498750880 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 101756 98432 839 1178 0 100574 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 407024

[startup+1722.3 s]
/proc/loadavg: 1.00 1.19 1.58 2/172 21556
/proc/meminfo: memFree=31306804/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=407024 CPUtime=1722.31 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 501213 0 0 0 171266 965 0 0 25 0 1 0 889066535 416792576 98432 33554432000 4194304 9016284 140733498750880 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 101756 98432 839 1178 0 100574 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 407024

[startup+1782.3 s]
/proc/loadavg: 1.00 1.15 1.54 2/172 21557
/proc/meminfo: memFree=31306900/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=407024 CPUtime=1782.32 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 501246 0 0 0 177246 986 0 0 25 0 1 0 889066535 416792576 98465 33554432000 4194304 9016284 140733498750880 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 101756 98465 839 1178 0 100574 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 407024

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.15 1.53 2/172 21558
/proc/meminfo: memFree=31306900/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=407024 CPUtime=1785.52 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 501246 0 0 0 177566 986 0 0 25 0 1 0 889066535 416792576 98465 33554432000 4194304 9016284 140733498750880 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 101756 98465 839 1178 0 100574 0
Current children cumulated CPU time (s) 1785.52
Current children cumulated vsize (KiB) 407024

[startup+1791.91 s]
/proc/loadavg: 1.00 1.15 1.53 2/172 21558
/proc/meminfo: memFree=31306892/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=407024 CPUtime=1791.92 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 501246 0 0 0 178202 990 0 0 25 0 1 0 889066535 416792576 98465 33554432000 4194304 9016284 140733498750880 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 101756 98465 839 1178 0 100574 0
Current children cumulated CPU time (s) 1791.92
Current children cumulated vsize (KiB) 407024

[startup+1795.1 s]
/proc/loadavg: 1.00 1.14 1.53 2/172 21558
/proc/meminfo: memFree=31306892/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=407024 CPUtime=1795.13 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 501246 0 0 0 178522 991 0 0 25 0 1 0 889066535 416792576 98465 33554432000 4194304 9016284 140733498750880 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 101756 98465 839 1178 0 100574 0
Current children cumulated CPU time (s) 1795.13
Current children cumulated vsize (KiB) 407024

[startup+1795.9 s]
/proc/loadavg: 1.00 1.14 1.53 2/172 21558
/proc/meminfo: memFree=31306892/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=407024 CPUtime=1795.92 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 501246 0 0 0 178601 991 0 0 25 0 1 0 889066535 416792576 98465 33554432000 4194304 9016284 140733498750880 18446744073709551615 7080906 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 101756 98465 839 1178 0 100574 0
Current children cumulated CPU time (s) 1795.92
Current children cumulated vsize (KiB) 407024

[startup+1796.7 s]
/proc/loadavg: 1.00 1.14 1.53 2/172 21558
/proc/meminfo: memFree=31306892/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=407024 CPUtime=1796.72 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 501246 0 0 0 178681 991 0 0 25 0 1 0 889066535 416792576 98465 33554432000 4194304 9016284 140733498750880 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21472/statm: 101756 98465 839 1178 0 100574 0
Current children cumulated CPU time (s) 1796.72
Current children cumulated vsize (KiB) 407024

[startup+1797.1 s]
/proc/loadavg: 1.00 1.14 1.53 2/172 21558
/proc/meminfo: memFree=31306892/32950928 swapFree=67050648/67111528
[pid=21472] ppid=21470 vsize=407024 CPUtime=1797.12 cores=1,3,5,7
/proc/21472/stat : 21472 (scip-2.0.1.4b_2) R 21470 21472 19488 0 -1 4202496 501251 0 0 0 178721 991 0 0 25 0 1 0 889066535 416792576 98470 33554432000 4194304 9016284 140733498750880 18446744073709551615 4702512 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21472/statm: 101756 98470 844 1178 0 100574 0
Current children cumulated CPU time (s) 1797.12
Current children cumulated vsize (KiB) 407024

Child status: 0
Real time (s): 1797.18
CPU time (s): 1797.21
CPU user time (s): 1787.28
CPU system time (s): 9.93249
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 419988

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

runsolver used 2.49762 second user time and 5.9221 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-11 08:44:38
IDJOB=3488891
IDBENCH=2947
IDSOLVER=1979
FILE ID=node126/3488891-1307774678
RUNJOBID= node126-1307759435-19507
PBS_JOBID= 13550866
Free space on /tmp= 74144 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_20.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3488891-1307774678/watcher-3488891-1307774678 -o /tmp/evaluation-result-3488891-1307774678/solver-3488891-1307774678 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488891-1307774678.opb -t 1800 -m 15500

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

MD5SUM BENCH= 601a73d2c5752739e04dd0126b5500f0
RANDOM SEED=157223875

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31246364 kB
Buffers:        275536 kB
Cached:         773432 kB
SwapCached:      14888 kB
Active:         929628 kB
Inactive:       574560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31246364 kB
SwapTotal:    67111528 kB
SwapFree:     67050648 kB
Dirty:           24080 kB
Writeback:           0 kB
AnonPages:      452372 kB
Mapped:          12152 kB
Slab:           133668 kB
PageTables:       4900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   651556 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= 74144 MiB
End job on node126 at 2011-06-11 09:14:36