Trace number 3693250

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 standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed? 1799.3 1799.59

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_14.opb.PB06.opb
MD5SUM13c1b3915f4d316b882a7e551b1f0496
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark488
Best CPU time to get the best result obtained on this benchmark1791.96
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 502
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 498884
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 498884
Number of bits of the biggest sum of numbers19
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.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3693250-1338029668.opb>
1.29/1.38	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
1.29/1.38	c problem read in 1.38
3.49/3.53	c presolving:
10.08/10.14	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 656900 upgd conss, 1313400 impls, 0 clqs
13.89/13.99	c    (14.0s) probing: 51/10000 (0.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
13.89/13.99	c    (14.0s) probing aborted: 50/50 successive totally useless probings
14.09/14.19	c presolving (2 rounds):
14.09/14.19	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
14.09/14.19	c  1313400 implications, 0 cliques
14.09/14.19	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
14.09/14.19	c  656700 constraints of type <setppc>
14.09/14.19	c     200 constraints of type <logicor>
14.09/14.19	c transformed objective value is always integral (scale: 1)
14.09/14.19	c Presolving Time: 12.31
14.09/14.19	c - non default parameters ----------------------------------------------------------------------
14.09/14.19	c # SCIP version 2.1.1.4
14.09/14.19	c 
14.09/14.19	c # maximal time in seconds to run
14.09/14.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
14.09/14.19	c limits/time = 1797
14.09/14.19	c 
14.09/14.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
14.09/14.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
14.09/14.19	c limits/memory = 13950
14.09/14.19	c 
14.09/14.19	c # default clock type (1: CPU user seconds, 2: wall clock time)
14.09/14.19	c # [type: int, range: [1,2], default: 1]
14.09/14.19	c timing/clocktype = 2
14.09/14.19	c 
14.09/14.19	c # belongs reading time to solving time?
14.09/14.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
14.09/14.19	c timing/reading = TRUE
14.09/14.19	c 
14.09/14.19	c -----------------------------------------------------------------------------------------------
14.09/14.19	c start solving
14.19/14.23	c 
25.18/25.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
25.18/25.26	c  25.2s|     1 |     0 |   828 |     - | 830M|   0 | 244 |  10k| 656k|  10k| 656k|   0 |  42 |   0 | 1.852632e+02 |      --      |    Inf 
353.52/353.69	c   354s|     1 |     0 | 26154 |     - | 849M|   0 | 264 |  10k| 656k|  10k| 656k|   8 |  42 |   0 | 1.956700e+02 |      --      |    Inf 
391.42/391.51	c   391s|     1 |     0 | 26894 |     - | 861M|   0 | 288 |  10k| 656k|  10k| 656k|  19 |  42 |   0 | 2.005282e+02 |      --      |    Inf 
878.04/878.26	c   878s|     1 |     0 | 27544 |     - | 861M|   0 | 282 |  10k| 656k|  10k| 656k|  25 |  42 |   0 | 2.022604e+02 |      --      |    Inf 
920.23/920.47	c   920s|     1 |     0 | 27987 |     - | 873M|   0 | 292 |  10k| 656k|  10k| 656k|  33 |  42 |   0 | 2.044094e+02 |      --      |    Inf 
1386.16/1386.48	c  1386s|     1 |     0 | 28545 |     - | 873M|   0 | 295 |  10k| 656k|  10k| 656k|  39 |  42 |   0 | 2.065786e+02 |      --      |    Inf 
1517.85/1518.11	c  1518s|     1 |     0 | 29151 |     - | 873M|   0 | 299 |  10k| 656k|  10k| 656k|  47 |  42 |   0 | 2.095449e+02 |      --      |    Inf 
1796.71/1797.08	c  1797s|     1 |     2 | 29151 |     - | 873M|   0 | 299 |  10k| 656k|  10k| 656k|  47 |  42 |   0 | 2.095449e+02 |      --      |    Inf 
1796.71/1797.08	c 
1796.71/1797.08	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.08	c Solving Time (sec) : 1797.05
1796.71/1797.08	c Solving Nodes      : 1
1796.71/1797.08	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.71/1797.08	c Dual Bound         : +2.09544916315035e+02
1796.71/1797.08	c Gap                : infinite
1796.71/1797.08	s UNKNOWN
1796.71/1797.08	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.08	c Total Time         :    1797.05
1796.71/1797.08	c   solving          :    1797.05
1796.71/1797.08	c   presolving       :      12.31 (included in solving)
1796.71/1797.08	c   reading          :       1.38 (included in solving)
1796.71/1797.08	c   copying          :       0.00 (0 times copied the problem)
1796.71/1797.08	c Original Problem   :
1796.71/1797.08	c   Problem name     : HOME/instance-3693250-1338029668.opb
1796.71/1797.08	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.08	c   Constraints      : 656900 initial, 656900 maximal
1796.71/1797.08	c   Objective sense  : minimize
1796.71/1797.08	c Presolved Problem  :
1796.71/1797.08	c   Problem name     : t_HOME/instance-3693250-1338029668.opb
1796.71/1797.08	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.08	c   Constraints      : 656900 initial, 656942 maximal
1796.71/1797.08	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.71/1797.08	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.08	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.08	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.08	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.08	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.08	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.08	c   gateextraction   :       0.28       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.08	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.08	c   components       :       0.19       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.08	c   pseudoobj        :       0.00       0.02          0          0          0          0          0          0          0          0          0
1796.71/1797.08	c   probing          :       1.98       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.08	c   setppc           :       1.59       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.08	c   linear           :       6.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.08	c   logicor          :       0.01       0.02          0          0          0          0          0          0          0          0          0
1796.71/1797.08	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.71/1797.08	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.08	c   integral         :          0          0          0          0          1          0          4          0          0          0          0          0          2
1796.71/1797.08	c   setppc           :     656700     656700          7        269          0          0          3      16554          2          0          0          0          0
1796.71/1797.08	c   logicor          :        200+       242          7        202          0          0          2        242         13          0          0          0          0
1796.71/1797.08	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1796.71/1797.08	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.71/1797.08	c   integral         :       0.02       0.00       0.00       0.00       0.02       0.00       0.00       0.00
1796.71/1797.08	c   setppc           :       4.76       0.00       0.28       4.36       0.00       0.00       0.11       0.02
1796.71/1797.08	c   logicor          :       0.25       0.02       0.00       0.23       0.00       0.00       0.00       0.00
1796.71/1797.08	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.71/1797.08	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.71/1797.08	c   rootredcost      :          0          0          0          0
1796.71/1797.08	c   pseudoobj        :        169          0          0          0
1796.71/1797.08	c   vbounds          :          0          0          0          0
1796.71/1797.08	c   redcost          :          7          0          0          0
1796.71/1797.08	c   probing          :          0          0          0          0
1796.71/1797.08	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.71/1797.08	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1796.71/1797.08	c   pseudoobj        :       0.02       0.02       0.00       0.00       0.00
1796.71/1797.08	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
1796.71/1797.08	c   redcost          :       0.00       0.00       0.00       0.00       0.00
1796.71/1797.08	c   probing          :       1.98       0.00       1.98       0.00       0.00
1796.71/1797.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.71/1797.08	c   propagation      :       0.24         15         15       1004      532.9          0        0.0          -
1796.71/1797.08	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.08	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.71/1797.08	c   applied globally :          -          -          -         42       97.8          -          -          -
1796.71/1797.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.71/1797.08	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.71/1797.08	c   cut pool         :       0.03                     6          -          -          0          -    (maximal pool size: 234)
1796.71/1797.08	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.71/1797.08	c   impliedbounds    :       0.01       0.00          7          0          0          0          0
1796.71/1797.08	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.71/1797.08	c   gomory           :     699.06       0.00          7          0          0        200          0
1796.71/1797.08	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.71/1797.08	c   strongcg         :     592.20       0.00          7          0          0       2000          0
1796.71/1797.08	c   cmir             :      11.55       0.00          6          0          0          0          0
1796.71/1797.08	c   flowcover        :     116.83       0.00          6          0          0          0          0
1796.71/1797.08	c   clique           :       1.02       0.00          6          0          0         36          0
1796.71/1797.08	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.71/1797.08	c   mcf              :       0.32       0.00          1          0          0          0          0
1796.71/1797.08	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.71/1797.08	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.71/1797.08	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.71/1797.08	c   problem variables:       0.00          -          0          0
1796.71/1797.08	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.08	c   relpscost        :       0.02       0.00          1          0          0          0          0          2
1796.71/1797.08	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.08	c   inference        :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.08	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.08	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.08	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.08	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.08	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.08	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.71/1797.08	c   LP solutions     :       0.00          -          -          0
1796.71/1797.08	c   pseudo solutions :       0.00          -          -          0
1796.71/1797.08	c   oneopt           :       0.00       0.00          0          0
1796.71/1797.08	c   crossover        :       0.00       0.00          0          0
1796.71/1797.08	c   smallcard        :       0.00       0.00          0          0
1796.71/1797.08	c   trivial          :       0.24       0.00          2          0
1796.71/1797.08	c   shiftandpropagate:       4.26       0.00          1          0
1796.71/1797.08	c   simplerounding   :       0.00       0.00          0          0
1796.71/1797.08	c   zirounding       :       0.03       0.00          1          0
1796.71/1797.08	c   rounding         :       0.19       0.00          7          0
1796.71/1797.08	c   shifting         :       0.30       0.00          7          0
1796.71/1797.08	c   intshifting      :       0.00       0.00          0          0
1796.71/1797.08	c   twoopt           :       0.00       0.00          0          0
1796.71/1797.08	c   indtwoopt        :       0.00       0.00          0          0
1796.71/1797.08	c   indoneopt        :       0.00       0.00          0          0
1796.71/1797.08	c   fixandinfer      :       0.00       0.00          0          0
1796.71/1797.08	c   feaspump         :     283.81       0.00          1          0
1796.71/1797.08	c   clique           :       0.00       0.00          0          0
1796.71/1797.08	c   indrounding      :       0.00       0.00          0          0
1796.71/1797.08	c   indcoefdiving    :       0.00       0.00          0          0
1796.71/1797.08	c   coefdiving       :       0.00       0.00          0          0
1796.71/1797.08	c   pscostdiving     :       0.00       0.00          0          0
1796.71/1797.08	c   fracdiving       :       0.00       0.00          0          0
1796.71/1797.08	c   nlpdiving        :       0.00       0.00          0          0
1796.71/1797.08	c   veclendiving     :       0.00       0.00          0          0
1796.71/1797.08	c   intdiving        :       0.00       0.00          0          0
1796.71/1797.08	c   actconsdiving    :       0.00       0.00          0          0
1796.71/1797.08	c   objpscostdiving  :       0.00       0.00          0          0
1796.71/1797.08	c   rootsoldiving    :       0.00       0.00          0          0
1796.71/1797.08	c   linesearchdiving :       0.00       0.00          0          0
1796.71/1797.08	c   guideddiving     :       0.00       0.00          0          0
1796.71/1797.08	c   octane           :       0.00       0.00          0          0
1796.71/1797.08	c   rens             :       0.00       0.00          0          0
1796.71/1797.08	c   rins             :       0.00       0.00          0          0
1796.71/1797.08	c   localbranching   :       0.00       0.00          0          0
1796.71/1797.08	c   mutation         :       0.00       0.00          0          0
1796.71/1797.08	c   dins             :       0.00       0.00          0          0
1796.71/1797.08	c   vbounds          :       0.00       0.00          0          0
1796.71/1797.08	c   undercover       :       0.00       0.00          0          0
1796.71/1797.08	c   subnlp           :       0.00       0.00          0          0
1796.71/1797.08	c   trysol           :       0.00       0.00          0          0
1796.71/1797.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.71/1797.08	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
1796.71/1797.08	c   dual LP          :      72.08          8       4975     710.71      69.02       0.15          1
1796.71/1797.08	c   lex dual LP      :       0.00          0          0       0.00          -
1796.71/1797.08	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.71/1797.08	c   diving/probing LP:     283.39          4      24176    6044.00      85.31
1796.71/1797.08	c   strong branching :       0.00          0          0       0.00          -
1796.71/1797.08	c     (at root node) :          -          0          0       0.00          -
1796.71/1797.08	c   conflict analysis:       0.00          0          0       0.00          -
1796.71/1797.08	c B&B Tree           :
1796.71/1797.08	c   number of runs   :          1
1796.71/1797.08	c   nodes            :          1
1796.71/1797.08	c   nodes (total)    :          1
1796.71/1797.08	c   nodes left       :          2
1796.71/1797.08	c   max depth        :          0
1796.71/1797.08	c   max depth (total):          0
1796.71/1797.08	c   backtracks       :          0 (0.0%)
1796.71/1797.08	c   delayed cutoffs  :          0
1796.71/1797.08	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.71/1797.08	c   avg switch length:       1.00
1796.71/1797.08	c   switching time   :       0.00
1796.71/1797.08	c Solution           :
1796.71/1797.08	c   Solutions found  :          0 (0 improvements)
1796.71/1797.08	c   Primal Bound     :          -
1796.71/1797.08	c   Dual Bound       : +2.09544916315035e+02
1796.71/1797.08	c   Gap              :   infinite
1796.71/1797.08	c   Root Dual Bound  : +2.09544916315035e+02
1796.71/1797.08	c   Root Iterations  :      29151
1799.21/1799.59	c Time complete: 1799.29.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.32 1.69 3/173 7139
/proc/meminfo: memFree=29990148/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=12476 CPUtime=0 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 1739 0 0 0 0 0 0 0 20 0 1 0 269091292 12775424 1694 33554432000 4194304 10169799 140735983599392 140735983598920 7543003 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 3119 1709 403 1459 0 1651 0

[startup+0.097806 s]
/proc/loadavg: 1.00 1.32 1.69 3/173 7139
/proc/meminfo: memFree=29990148/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=29636 CPUtime=0.08 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 6198 0 0 0 8 0 0 0 20 0 1 0 269091292 30347264 6150 33554432000 4194304 10169799 140735983599392 140735983598920 5477139 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 7409 6150 412 1459 0 5941 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29636

[startup+0.100326 s]
/proc/loadavg: 1.00 1.32 1.69 3/173 7139
/proc/meminfo: memFree=29990148/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=29768 CPUtime=0.09 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 6233 0 0 0 9 0 0 0 20 0 1 0 269091292 30482432 6185 33554432000 4194304 10169799 140735983599392 140735983598920 7169299 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 7442 6185 412 1459 0 5974 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29768

[startup+0.30029 s]
/proc/loadavg: 1.00 1.32 1.69 3/173 7139
/proc/meminfo: memFree=29990148/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=56948 CPUtime=0.29 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 12988 0 0 0 28 1 0 0 20 0 1 0 269091292 58314752 12940 33554432000 4194304 10169799 140735983599392 140735983598920 8857715 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 14237 12940 412 1459 0 12769 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56948

[startup+0.700277 s]
/proc/loadavg: 1.00 1.32 1.69 3/173 7139
/proc/meminfo: memFree=29990148/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=110780 CPUtime=0.69 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 26483 0 0 0 66 3 0 0 20 0 1 0 269091292 113438720 26435 33554432000 4194304 10169799 140735983599392 140735983598920 7543003 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 27695 26435 412 1459 0 26227 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 110780

[startup+1.50031 s]
/proc/loadavg: 1.08 1.34 1.69 3/177 7143
/proc/meminfo: memFree=29705800/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=246476 CPUtime=1.49 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 60201 0 0 0 141 8 0 0 20 0 1 0 269091292 252391424 60124 33554432000 4194304 10169799 140735983599392 140735983465080 8883411 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 61619 60124 462 1459 0 60151 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 246476

[startup+3.1003 s]
/proc/loadavg: 1.08 1.34 1.69 3/177 7143
/proc/meminfo: memFree=29054644/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=819836 CPUtime=3.09 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 202294 0 0 0 282 27 0 0 20 0 1 0 269091292 839512064 201603 33554432000 4194304 10169799 140735983599392 140735983596232 4950033 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 204959 201603 498 1459 0 203491 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 819836

[startup+6.30034 s]
/proc/loadavg: 1.23 1.36 1.70 3/177 7143
/proc/meminfo: memFree=28562968/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=739792 CPUtime=6.28 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 215450 0 0 0 484 144 0 0 20 0 1 0 269091292 757547008 182442 33554432000 4194304 10169799 140735983599392 140735983597544 8961143 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 184948 182442 544 1459 0 183480 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 739792

[startup+12.7003 s]
/proc/loadavg: 1.30 1.37 1.70 3/177 7143
/proc/meminfo: memFree=28377460/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=834308 CPUtime=12.69 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 280585 0 0 0 931 338 0 0 20 0 1 0 269091292 854331392 205141 33554432000 4194304 10169799 140735983599392 140735983596200 4777712 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 208577 205141 589 1459 0 207109 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 834308

[startup+25.5004 s]
/proc/loadavg: 1.45 1.40 1.70 3/177 7143
/proc/meminfo: memFree=26910676/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=1563628 CPUtime=25.47 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 450986 0 0 0 2173 374 0 0 20 0 1 0 269091292 1601155072 380088 33554432000 4194304 10169799 140735983599392 140735983593800 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 390907 380088 763 1459 0 389439 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1563628

[startup+51.1004 s]
/proc/loadavg: 1.64 1.45 1.71 3/177 7143
/proc/meminfo: memFree=26946308/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=1563628 CPUtime=51.07 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 451685 0 0 0 4727 380 0 0 20 0 1 0 269091292 1601155072 380310 33554432000 4194304 10169799 140735983599392 140735983591704 7710145 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 390907 380310 763 1459 0 389439 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1563628

[startup+102.307 s]
/proc/loadavg: 1.84 1.53 1.72 3/177 7143
/proc/meminfo: memFree=26939468/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=1566772 CPUtime=102.27 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 453244 0 0 0 9832 395 0 0 20 0 1 0 269091292 1604374528 380983 33554432000 4194304 10169799 140735983599392 140735983591704 8044744 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 391693 380983 763 1459 0 390225 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1566772

[startup+162.3 s]
/proc/loadavg: 1.94 1.61 1.74 3/177 7143
/proc/meminfo: memFree=26938876/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=1566772 CPUtime=162.26 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 454895 0 0 0 15810 416 0 0 20 0 1 0 269091292 1604374528 381026 33554432000 4194304 10169799 140735983599392 140735983591704 8044841 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 391693 381026 763 1459 0 390225 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1566772

[startup+222.3 s]
/proc/loadavg: 1.98 1.68 1.75 3/176 7143
/proc/meminfo: memFree=26938416/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=1566772 CPUtime=222.25 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 456616 0 0 0 21788 437 0 0 20 0 1 0 269091292 1604374528 381060 33554432000 4194304 10169799 140735983599392 140735983591704 8004399 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 391693 381060 763 1459 0 390225 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1566772

[startup+282.3 s]
/proc/loadavg: 2.08 1.77 1.77 3/177 7144
/proc/meminfo: memFree=26948536/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=1566772 CPUtime=282.24 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 458398 0 0 0 27766 458 0 0 20 0 1 0 269091292 1604374528 381118 33554432000 4194304 10169799 140735983599392 140735983592072 7708161 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 391693 381118 763 1459 0 390225 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1566772

[startup+342.3 s]
/proc/loadavg: 2.03 1.81 1.78 3/178 7147
/proc/meminfo: memFree=26735536/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=1685808 CPUtime=342.23 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 473080 0 0 0 33706 517 0 0 20 0 1 0 269091292 1726267392 404386 33554432000 4194304 10169799 140735983599392 140735983594184 8009306 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 421452 404386 794 1459 0 419984 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 1685808

[startup+402.3 s]
/proc/loadavg: 2.01 1.84 1.79 3/178 7170
/proc/meminfo: memFree=26729576/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=1696024 CPUtime=402.21 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 474754 0 0 0 39692 529 0 0 20 0 1 0 269091292 1736728576 405896 33554432000 4194304 10169799 140735983599392 140735983595464 8844157 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 424006 405896 796 1459 0 422538 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 1696024

[startup+462.3 s]
/proc/loadavg: 2.00 1.86 1.81 3/177 7170
/proc/meminfo: memFree=26727344/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=1696024 CPUtime=462.21 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 474755 0 0 0 45676 545 0 0 20 0 1 0 269091292 1736728576 406373 33554432000 4194304 10169799 140735983599392 140735983595416 5096296 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 424006 406373 796 1459 0 422538 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 1696024

[startup+522.3 s]
/proc/loadavg: 2.00 1.89 1.82 3/177 7170
/proc/meminfo: memFree=26700128/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=1696024 CPUtime=522.19 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 474756 0 0 0 51657 562 0 0 20 0 1 0 269091292 1736728576 406373 33554432000 4194304 10169799 140735983599392 140735983595416 8844127 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 424006 406373 796 1459 0 422538 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 1696024

[startup+582.3 s]
/proc/loadavg: 2.00 1.90 1.82 3/177 7171
/proc/meminfo: memFree=26692576/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=1696024 CPUtime=582.18 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 474756 0 0 0 57640 578 0 0 20 0 1 0 269091292 1736728576 408292 33554432000 4194304 10169799 140735983599392 140735983595416 7655014 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 424006 408292 796 1459 0 422538 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 1696024

[startup+642.3 s]

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

/proc/meminfo: memFree=26620656/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=1774284 CPUtime=1062.11 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 479710 0 0 0 105514 697 0 0 20 0 1 0 269091292 1816866816 428806 33554432000 4194304 10169799 140735983599392 140735983595416 5096322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 443571 428806 796 1459 0 442103 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 1774284

[startup+1122.3 s]
/proc/loadavg: 2.00 1.99 1.89 3/177 7175
/proc/meminfo: memFree=26595116/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=1774284 CPUtime=1122.11 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 479710 0 0 0 111496 715 0 0 20 0 1 0 269091292 1816866816 428806 33554432000 4194304 10169799 140735983599392 140735983595416 5096322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 443571 428806 796 1459 0 442103 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 1774284

[startup+1182.3 s]
/proc/loadavg: 2.00 1.99 1.90 3/177 7176
/proc/meminfo: memFree=26594772/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=1774284 CPUtime=1182.1 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 479710 0 0 0 117480 730 0 0 20 0 1 0 269091292 1816866816 428806 33554432000 4194304 10169799 140735983599392 140735983595384 8844112 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 443571 428806 796 1459 0 442103 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 1774284

[startup+1242.3 s]
/proc/loadavg: 2.00 1.99 1.90 3/177 7176
/proc/meminfo: memFree=26621340/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=1774284 CPUtime=1242.09 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 479710 0 0 0 123460 749 0 0 20 0 1 0 269091292 1816866816 428806 33554432000 4194304 10169799 140735983599392 140735983595464 7651892 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 443571 428806 796 1459 0 442103 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 1774284

[startup+1302.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 7176
/proc/meminfo: memFree=26621740/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=1774284 CPUtime=1302.08 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 479710 0 0 0 129443 765 0 0 20 0 1 0 269091292 1816866816 428806 33554432000 4194304 10169799 140735983599392 140735983595384 7651905 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 443571 428806 796 1459 0 442103 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 1774284

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 7176
/proc/meminfo: memFree=26619972/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=1774284 CPUtime=1362.07 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 479710 0 0 0 135426 781 0 0 20 0 1 0 269091292 1816866816 428806 33554432000 4194304 10169799 140735983599392 140735983595704 7280635 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 443571 428806 796 1459 0 442103 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1774284

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 7176
/proc/meminfo: memFree=26593124/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=1799944 CPUtime=1422.07 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 480146 0 0 0 141416 791 0 0 20 0 1 0 269091292 1843142656 435224 33554432000 4194304 10169799 140735983599392 140735983595384 8884238 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 449986 435224 796 1459 0 448518 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 1799944

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 7177
/proc/meminfo: memFree=26588120/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=1799944 CPUtime=1482.05 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 480146 0 0 0 147396 809 0 0 20 0 1 0 269091292 1843142656 435224 33554432000 4194304 10169799 140735983599392 140735983595384 5104756 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 449986 435224 796 1459 0 448518 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 1799944

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 7180
/proc/meminfo: memFree=26602124/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=1781980 CPUtime=1542.04 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 480456 0 0 0 153384 820 0 0 20 0 1 0 269091292 1824747520 430860 33554432000 4194304 10169799 140735983599392 140735983595416 8844137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 445495 430860 796 1459 0 444027 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 1781980

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 7180
/proc/meminfo: memFree=26600832/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=1781980 CPUtime=1602.03 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 480456 0 0 0 159368 835 0 0 20 0 1 0 269091292 1824747520 430860 33554432000 4194304 10169799 140735983599392 140735983595464 5096322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 445495 430860 796 1459 0 444027 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 1781980

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 7180
/proc/meminfo: memFree=26600124/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=1781980 CPUtime=1662.02 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 480456 0 0 0 165350 852 0 0 20 0 1 0 269091292 1824747520 430860 33554432000 4194304 10169799 140735983599392 140735983595464 5096322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 445495 430860 796 1459 0 444027 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 1781980

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 7180
/proc/meminfo: memFree=26598732/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=1781980 CPUtime=1722.02 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 480456 0 0 0 171336 866 0 0 20 0 1 0 269091292 1824747520 430860 33554432000 4194304 10169799 140735983599392 140735983595464 5096322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 445495 430860 796 1459 0 444027 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1781980

[startup+1782.3 s]
/proc/loadavg: 2.05 2.00 1.91 3/177 7181
/proc/meminfo: memFree=26598388/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=1781980 CPUtime=1782.01 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 480456 0 0 0 177322 879 0 0 20 0 1 0 269091292 1824747520 430860 33554432000 4194304 10169799 140735983599392 140735983595384 7651916 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 445495 430860 796 1459 0 444027 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 1781980

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

[startup+1791.91 s]
/proc/loadavg: 2.04 2.00 1.91 3/177 7181
/proc/meminfo: memFree=26598248/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=1781980 CPUtime=1791.61 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 480456 0 0 0 178280 881 0 0 20 0 1 0 269091292 1824747520 430860 33554432000 4194304 10169799 140735983599392 140735983595384 8844112 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 445495 430860 796 1459 0 444027 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 1781980

[startup+1795.1 s]
/proc/loadavg: 2.04 2.00 1.91 3/177 7181
/proc/meminfo: memFree=26598248/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=1781980 CPUtime=1794.81 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 480456 0 0 0 178600 881 0 0 20 0 1 0 269091292 1824747520 430860 33554432000 4194304 10169799 140735983599392 140735983595384 7652047 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 445495 430860 796 1459 0 444027 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 1781980

[startup+1796.7 s]
/proc/loadavg: 2.04 2.00 1.91 3/177 7181
/proc/meminfo: memFree=26598060/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=1781980 CPUtime=1796.41 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 480456 0 0 0 178759 882 0 0 20 0 1 0 269091292 1824747520 430860 33554432000 4194304 10169799 140735983599392 140735983595384 5104758 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 445495 430860 796 1459 0 444027 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 1781980

[startup+1798.3 s]
/proc/loadavg: 2.04 2.00 1.91 3/177 7181
/proc/meminfo: memFree=26598308/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=1768312 CPUtime=1798 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 480474 0 0 0 178918 882 0 0 20 0 1 0 269091292 1810751488 427461 33554432000 4194304 10169799 140735983599392 140735983598296 4950587 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 442078 427461 814 1459 0 440610 0
Current children cumulated CPU time (s) 1798
Current children cumulated vsize (KiB) 1768312

[startup+1799.1 s]
/proc/loadavg: 2.04 2.00 1.91 3/177 7181
/proc/meminfo: memFree=26623356/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=1758412 CPUtime=1798.8 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 480474 0 0 0 178998 882 0 0 20 0 1 0 269091292 1800613888 424986 33554432000 4194304 10169799 140735983599392 140735983598456 5282272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 439603 424986 814 1459 0 438135 0
Current children cumulated CPU time (s) 1798.8
Current children cumulated vsize (KiB) 1758412

[startup+1799.5 s]
/proc/loadavg: 2.04 2.00 1.91 3/177 7181
/proc/meminfo: memFree=27000020/32873844 swapFree=7388/7388
[pid=7139] ppid=7136 vsize=1347184 CPUtime=1799.21 cores=0,2,4,6
/proc/7139/stat : 7139 (scip-2.1.1.4sfi) R 7136 7139 6041 0 -1 4202496 480476 0 0 0 179036 885 0 0 20 0 1 0 269091292 1379516416 333567 33554432000 4194304 10169799 140735983599392 140735983598456 7547449 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7139/statm: 336796 333567 816 1459 0 335328 0
Current children cumulated CPU time (s) 1799.21
Current children cumulated vsize (KiB) 1347184

Child status: 0
Real time (s): 1799.59
CPU time (s): 1799.3
CPU user time (s): 1790.43
CPU system time (s): 8.87565
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 1856400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.43
system time used= 8.87565
maximum resident set size= 1777884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 480488
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= 25
involuntary context switches= 1973

runsolver used 5.10722 second user time and 16.5095 second system time

The end

Launcher Data

Begin job on node147 at 2012-05-26 12:54:29
IDJOB=3693250
IDBENCH=1973
IDSOLVER=2272
FILE ID=node147/3693250-1338029668
RUNJOBID= node147-1338029668-7114
PBS_JOBID= 14624328
Free space on /tmp= 71652 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_14.opb.PB06.opb
COMMAND LINE= HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3693250-1338029668/watcher-3693250-1338029668 -o /tmp/evaluation-result-3693250-1338029668/solver-3693250-1338029668 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693250-1338029668.opb -t 1800 -m 15500

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

MD5SUM BENCH= 13c1b3915f4d316b882a7e551b1f0496
RANDOM SEED=2053327982

node147.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29991428 kB
Buffers:          260644 kB
Cached:          1839032 kB
SwapCached:         6180 kB
Active:           482548 kB
Inactive:        1625356 kB
Active(anon):       4064 kB
Inactive(anon):     6780 kB
Active(file):     478484 kB
Inactive(file):  1618576 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67097572 kB
Dirty:             60536 kB
Writeback:             8 kB
AnonPages:         10620 kB
Mapped:             8888 kB
Shmem:                 0 kB
Slab:             634204 kB
SReclaimable:      75376 kB
SUnreclaim:       558828 kB
KernelStack:        1408 kB
PageTables:         4108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71624 MiB
End job on node147 at 2012-05-26 13:24:29