Trace number 3692088

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed? 1799.89 1800.17

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_5.opb.PB06.opb
MD5SUM6389567e651775a5f815611581d2023e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark659
Best CPU time to get the best result obtained on this benchmark1800.79
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 474
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 494177
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 494177
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: 947bdb7-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-3692088-1338030617.opb>
1.39/1.48	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
1.39/1.48	c problem read in 1.49
2.49/2.59	c presolving:
7.18/7.22	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
10.18/10.20	c    (10.2s) probing: 51/10000 (0.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
10.18/10.20	c    (10.2s) probing aborted: 50/50 successive totally useless probings
10.38/10.40	c presolving (2 rounds):
10.38/10.40	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
10.38/10.40	c  1313400 implications, 0 cliques
10.38/10.40	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
10.38/10.40	c  656700 constraints of type <setppc>
10.38/10.40	c     200 constraints of type <logicor>
10.38/10.40	c transformed objective value is always integral (scale: 1)
10.38/10.40	c Presolving Time: 8.00
10.38/10.40	c - non default parameters ----------------------------------------------------------------------
10.38/10.40	c # SCIP version 2.1.1.4
10.38/10.40	c 
10.38/10.40	c # maximal time in seconds to run
10.38/10.40	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
10.38/10.40	c limits/time = 1797
10.38/10.40	c 
10.38/10.40	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
10.38/10.40	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
10.38/10.40	c limits/memory = 13950
10.38/10.40	c 
10.38/10.40	c # default clock type (1: CPU user seconds, 2: wall clock time)
10.38/10.40	c # [type: int, range: [1,2], default: 1]
10.38/10.40	c timing/clocktype = 2
10.38/10.40	c 
10.38/10.40	c # belongs reading time to solving time?
10.38/10.40	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
10.38/10.40	c timing/reading = TRUE
10.38/10.40	c 
10.38/10.40	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
10.38/10.40	c # [type: int, range: [-1,2147483647], default: -1]
10.38/10.40	c separating/rapidlearning/freq = 0
10.38/10.40	c 
10.38/10.40	c -----------------------------------------------------------------------------------------------
10.38/10.40	c start solving
10.38/10.43	c 
24.77/24.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
24.77/24.82	c  24.8s|     1 |     0 |  1270 |     - | 914M|   0 | 270 |  10k| 656k|  10k| 656k|   0 |  42 |   0 | 1.726544e+02 |      --      |    Inf 
347.12/347.27	c   347s|     1 |     0 | 24106 |     - | 930M|   0 | 275 |  10k| 656k|  10k| 656k|   8 |  42 |   0 | 1.787246e+02 |      --      |    Inf 
879.85/880.06	c   880s|     1 |     0 | 24608 |     - | 930M|   0 | 286 |  10k| 656k|  10k| 656k|  14 |  42 |   0 | 1.823307e+02 |      --      |    Inf 
999.42/999.68	c  1000s|     1 |     0 | 25187 |     - | 930M|   0 | 286 |  10k| 656k|  10k| 656k|  22 |  42 |   0 | 1.848336e+02 |      --      |    Inf 
1134.92/1135.16	c  1135s|     1 |     0 | 25571 |     - | 930M|   0 | 288 |  10k| 656k|  10k| 656k|  29 |  42 |   0 | 1.873004e+02 |      --      |    Inf 
1688.02/1688.33	c  1688s|     1 |     0 | 26212 |     - | 930M|   0 | 284 |  10k| 656k|  10k| 656k|  35 |  42 |   0 | 1.892555e+02 |      --      |    Inf 
1796.71/1797.07	c  1797s|     1 |     2 | 26212 |     - | 930M|   0 | 284 |  10k| 656k|  10k| 656k|  35 |  42 |   0 | 1.892555e+02 |      --      |    Inf 
1796.71/1797.07	c 
1796.71/1797.07	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.07	c Solving Time (sec) : 1797.06
1796.71/1797.07	c Solving Nodes      : 1
1796.71/1797.07	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.71/1797.07	c Dual Bound         : +1.89255476915086e+02
1796.71/1797.07	c Gap                : infinite
1796.71/1797.07	s UNKNOWN
1796.71/1797.07	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.07	c Total Time         :    1797.06
1796.71/1797.07	c   solving          :    1797.06
1796.71/1797.07	c   presolving       :       8.00 (included in solving)
1796.71/1797.07	c   reading          :       1.49 (included in solving)
1796.71/1797.07	c   copying          :       0.00 (0 times copied the problem)
1796.71/1797.07	c Original Problem   :
1796.71/1797.07	c   Problem name     : HOME/instance-3692088-1338030617.opb
1796.71/1797.07	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.07	c   Constraints      : 656900 initial, 656900 maximal
1796.71/1797.07	c   Objective sense  : minimize
1796.71/1797.07	c Presolved Problem  :
1796.71/1797.07	c   Problem name     : t_HOME/instance-3692088-1338030617.opb
1796.71/1797.07	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.07	c   Constraints      : 656900 initial, 656942 maximal
1796.71/1797.07	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.71/1797.07	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   gateextraction   :       0.26       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   components       :       0.18       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   pseudoobj        :       0.00       0.02          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   probing          :       1.95       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   setppc           :       0.77       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   linear           :       4.03       0.35          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   logicor          :       0.01       0.01          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.71/1797.07	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.07	c   integral         :          0          0          0          0          1          0          4          0          0          0          0          0          2
1796.71/1797.07	c   setppc           :     656700     656700          6        269          0          0          3      16554          2          0          0          0          0
1796.71/1797.07	c   logicor          :        200+       242          6        202          0          0          2        242         13          0          0          0          0
1796.71/1797.07	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.71/1797.07	c   integral         :       0.02       0.00       0.00       0.00       0.02       0.00       0.00       0.00
1796.71/1797.07	c   setppc           :       4.68       0.00       0.36       4.21       0.00       0.00       0.10       0.01
1796.71/1797.07	c   logicor          :       0.23       0.01       0.00       0.21       0.00       0.00       0.00       0.00
1796.71/1797.07	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.71/1797.07	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.71/1797.07	c   rootredcost      :          0          0          0          0
1796.71/1797.07	c   pseudoobj        :        169          0          0          0
1796.71/1797.07	c   vbounds          :          0          0          0          0
1796.71/1797.07	c   redcost          :          6          0          0          0
1796.71/1797.07	c   probing          :          0          0          0          0
1796.71/1797.07	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.71/1797.07	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1796.71/1797.07	c   pseudoobj        :       0.02       0.02       0.00       0.00       0.00
1796.71/1797.07	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
1796.71/1797.07	c   redcost          :       0.00       0.00       0.00       0.00       0.00
1796.71/1797.07	c   probing          :       1.95       0.00       1.95       0.00       0.00
1796.71/1797.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.71/1797.07	c   propagation      :       0.22         15         15       1004      532.9          0        0.0          -
1796.71/1797.07	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.07	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.71/1797.07	c   applied globally :          -          -          -         42       97.8          -          -          -
1796.71/1797.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.71/1797.07	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.71/1797.07	c   cut pool         :       0.00                     5          -          -          0          -    (maximal pool size: 36)
1796.71/1797.07	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.71/1797.07	c   impliedbounds    :       0.01       0.00          6          0          0          0          0
1796.71/1797.07	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.71/1797.07	c   gomory           :     627.58       0.00          6          0          0        150          0
1796.71/1797.07	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.71/1797.07	c   strongcg         :     731.65       0.00          5          0          0       1500          0
1796.71/1797.07	c   cmir             :       9.63       0.00          5          0          0          0          0
1796.71/1797.07	c   flowcover        :      97.61       0.00          5          0          0          0          0
1796.71/1797.07	c   clique           :       0.60       0.00          5          0          0         31          0
1796.71/1797.07	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.71/1797.07	c   mcf              :       0.41       0.00          1          0          0          0          0
1796.71/1797.07	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.71/1797.07	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.71/1797.07	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.71/1797.07	c   problem variables:       0.00          -          0          0
1796.71/1797.07	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.07	c   relpscost        :       0.02       0.00          1          0          0          0          0          2
1796.71/1797.07	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.07	c   inference        :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.07	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.07	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.07	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.07	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.07	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.07	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.71/1797.07	c   LP solutions     :       0.00          -          -          0
1796.71/1797.07	c   pseudo solutions :       0.00          -          -          0
1796.71/1797.07	c   oneopt           :       0.00       0.00          0          0
1796.71/1797.07	c   crossover        :       0.00       0.00          0          0
1796.71/1797.07	c   smallcard        :       0.00       0.00          0          0
1796.71/1797.07	c   trivial          :       0.29       0.00          2          0
1796.71/1797.07	c   shiftandpropagate:       4.05       0.00          1          0
1796.71/1797.07	c   simplerounding   :       0.00       0.00          0          0
1796.71/1797.07	c   zirounding       :       0.04       0.00          1          0
1796.71/1797.07	c   rounding         :       0.22       0.00          6          0
1796.71/1797.07	c   shifting         :       0.32       0.00          6          0
1796.71/1797.07	c   intshifting      :       0.00       0.00          0          0
1796.71/1797.07	c   twoopt           :       0.00       0.00          0          0
1796.71/1797.07	c   indtwoopt        :       0.00       0.00          0          0
1796.71/1797.07	c   indoneopt        :       0.00       0.00          0          0
1796.71/1797.07	c   fixandinfer      :       0.00       0.00          0          0
1796.71/1797.07	c   feaspump         :     255.71       0.00          1          0
1796.71/1797.07	c   clique           :       0.00       0.00          0          0
1796.71/1797.07	c   indrounding      :       0.00       0.00          0          0
1796.71/1797.07	c   indcoefdiving    :       0.00       0.00          0          0
1796.71/1797.07	c   coefdiving       :       0.00       0.00          0          0
1796.71/1797.07	c   pscostdiving     :       0.00       0.00          0          0
1796.71/1797.07	c   fracdiving       :       0.00       0.00          0          0
1796.71/1797.07	c   nlpdiving        :       0.00       0.00          0          0
1796.71/1797.07	c   veclendiving     :       0.00       0.00          0          0
1796.71/1797.07	c   intdiving        :       0.00       0.00          0          0
1796.71/1797.07	c   actconsdiving    :       0.00       0.00          0          0
1796.71/1797.07	c   objpscostdiving  :       0.00       0.00          0          0
1796.71/1797.07	c   rootsoldiving    :       0.00       0.00          0          0
1796.71/1797.07	c   linesearchdiving :       0.00       0.00          0          0
1796.71/1797.07	c   guideddiving     :       0.00       0.00          0          0
1796.71/1797.07	c   octane           :       0.00       0.00          0          0
1796.71/1797.07	c   rens             :       0.00       0.00          0          0
1796.71/1797.07	c   rins             :       0.00       0.00          0          0
1796.71/1797.07	c   localbranching   :       0.00       0.00          0          0
1796.71/1797.07	c   mutation         :       0.00       0.00          0          0
1796.71/1797.07	c   dins             :       0.00       0.00          0          0
1796.71/1797.07	c   vbounds          :       0.00       0.00          0          0
1796.71/1797.07	c   undercover       :       0.00       0.00          0          0
1796.71/1797.07	c   subnlp           :       0.00       0.00          0          0
1796.71/1797.07	c   trysol           :       0.00       0.00          0          0
1796.71/1797.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.71/1797.07	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
1796.71/1797.07	c   dual LP          :      57.78          7       3982     663.67      68.91       0.13          1
1796.71/1797.07	c   lex dual LP      :       0.00          0          0       0.00          -
1796.71/1797.07	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.71/1797.07	c   diving/probing LP:     255.32          4      22230    5557.50      87.07
1796.71/1797.07	c   strong branching :       0.00          0          0       0.00          -
1796.71/1797.07	c     (at root node) :          -          0          0       0.00          -
1796.71/1797.07	c   conflict analysis:       0.00          0          0       0.00          -
1796.71/1797.07	c B&B Tree           :
1796.71/1797.07	c   number of runs   :          1
1796.71/1797.07	c   nodes            :          1
1796.71/1797.07	c   nodes (total)    :          1
1796.71/1797.07	c   nodes left       :          2
1796.71/1797.07	c   max depth        :          0
1796.71/1797.07	c   max depth (total):          0
1796.71/1797.07	c   backtracks       :          0 (0.0%)
1796.71/1797.07	c   delayed cutoffs  :          0
1796.71/1797.07	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.71/1797.07	c   avg switch length:       1.00
1796.71/1797.07	c   switching time   :       0.00
1796.71/1797.07	c Solution           :
1796.71/1797.07	c   Solutions found  :          0 (0 improvements)
1796.71/1797.07	c   Primal Bound     :          -
1796.71/1797.07	c   Dual Bound       : +1.89255476915086e+02
1796.71/1797.07	c   Gap              :   infinite
1796.71/1797.07	c   Root Dual Bound  : +1.89255476915086e+02
1796.71/1797.07	c   Root Iterations  :      26212
1799.81/1800.17	c Time complete: 1799.88.

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-3692088-1338030617/watcher-3692088-1338030617 -o /tmp/evaluation-result-3692088-1338030617/solver-3692088-1338030617 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692088-1338030617.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: 2.00 2.00 1.99 2/172 2586
/proc/meminfo: memFree=28517700/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=12880 CPUtime=0 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 1946 0 0 0 0 0 0 0 20 0 1 0 269187791 13189120 1902 33554432000 4194304 10219143 140734535404528 140736541426600 7589947 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 3220 1902 413 1471 0 1740 0

[startup+0.019144 s]
/proc/loadavg: 2.00 2.00 1.99 2/172 2586
/proc/meminfo: memFree=28517700/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=21712 CPUtime=0.01 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 4194 0 0 0 1 0 0 0 20 0 1 0 269187791 22233088 4147 33554432000 4194304 10219143 140734535404528 140736541426600 9029200 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 5428 4147 421 1471 0 3948 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21712

[startup+0.100205 s]
/proc/loadavg: 2.00 2.00 1.99 2/172 2586
/proc/meminfo: memFree=28517700/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=36992 CPUtime=0.09 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 8048 0 0 0 8 1 0 0 20 0 1 0 269187791 37879808 7997 33554432000 4194304 10219143 140734535404528 140736541426600 8772864 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 9248 7997 421 1471 0 7768 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36992

[startup+0.300156 s]
/proc/loadavg: 2.00 2.00 1.99 2/172 2586
/proc/meminfo: memFree=28517700/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=74212 CPUtime=0.29 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 17337 0 0 0 26 3 0 0 20 0 1 0 269187791 75993088 17286 33554432000 4194304 10219143 140734535404528 140736541426600 5541619 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 18553 17286 421 1471 0 17073 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74212

[startup+0.700147 s]
/proc/loadavg: 2.00 2.00 1.99 2/172 2586
/proc/meminfo: memFree=28517700/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=149996 CPUtime=0.68 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 36242 0 0 0 63 5 0 0 20 0 1 0 269187791 153595904 36191 33554432000 4194304 10219143 140734535404528 140734535269704 5541619 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 37499 36191 421 1471 0 36019 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 149996

[startup+1.50016 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 2599
/proc/meminfo: memFree=28192392/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=299544 CPUtime=1.49 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 73546 0 0 0 139 10 0 0 20 0 1 0 269187791 306733056 73495 33554432000 4194304 10219143 140734535404528 140734535269240 5812272 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 74886 73497 468 1471 0 73406 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 299544

[startup+3.10017 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 2599
/proc/meminfo: memFree=27540500/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=736320 CPUtime=3.09 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 182653 0 0 0 279 30 0 0 20 0 1 0 269187791 753991680 181988 33554432000 4194304 10219143 140734535404528 140734535401528 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 184080 181988 550 1471 0 182600 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 736320

[startup+6.30029 s]
/proc/loadavg: 2.08 2.02 2.00 3/178 2599
/proc/meminfo: memFree=26910516/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=970824 CPUtime=6.29 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 239839 0 0 0 558 71 0 0 20 0 1 0 269187791 994123776 239357 33554432000 4194304 10219143 140734535404528 140734535401528 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 242706 239357 558 1471 0 241226 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 970824

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 2599
/proc/meminfo: memFree=26055260/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=1337304 CPUtime=12.68 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 355367 0 0 0 1157 111 0 0 20 0 1 0 269187791 1369399296 321615 33554432000 4194304 10219143 140734535404528 140734535400408 4819088 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 334326 321615 671 1471 0 332846 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1337304

[startup+25.5003 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 2599
/proc/meminfo: memFree=25363644/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=1602416 CPUtime=25.47 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 438525 0 0 0 2414 133 0 0 20 0 1 0 269187791 1640873984 390393 33554432000 4194304 10219143 140734535404528 140734535399896 8028615 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 400604 390393 763 1471 0 399124 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1602416

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 2599
/proc/meminfo: memFree=25360548/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=1602416 CPUtime=51.07 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 439207 0 0 0 4967 140 0 0 20 0 1 0 269187791 1640873984 390856 33554432000 4194304 10219143 140734535404528 140734535395688 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 400604 390856 763 1471 0 399124 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1602416

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 2600
/proc/meminfo: memFree=25359228/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=1602416 CPUtime=102.27 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 440435 0 0 0 10074 153 0 0 20 0 1 0 269187791 1640873984 390949 33554432000 4194304 10219143 140734535404528 140734535395688 8056250 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 400604 390949 763 1471 0 399124 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1602416

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2600
/proc/meminfo: memFree=25357808/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=1602416 CPUtime=162.25 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 442453 0 0 0 16051 174 0 0 20 0 1 0 269187791 1640873984 391114 33554432000 4194304 10219143 140734535404528 140734535395688 8056245 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 400604 391114 763 1471 0 399124 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 1602416

[startup+222.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 2600
/proc/meminfo: memFree=25357344/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=1602416 CPUtime=222.25 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 444745 0 0 0 22032 193 0 0 20 0 1 0 269187791 1640873984 391174 33554432000 4194304 10219143 140734535404528 140734535395688 8077130 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 400604 391174 763 1471 0 399124 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1602416

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 2600
/proc/meminfo: memFree=25367284/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=1580640 CPUtime=282.24 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 447054 0 0 0 28011 213 0 0 20 0 1 0 269187791 1618575360 386185 33554432000 4194304 10219143 140734535404528 140734535399400 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 395160 386185 772 1471 0 393680 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1580640

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2600
/proc/meminfo: memFree=25341920/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=1643636 CPUtime=342.23 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 454082 0 0 0 33997 226 0 0 20 0 1 0 269187791 1683083264 397023 33554432000 4194304 10219143 140734535404528 140734535397784 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 410909 397023 795 1471 0 409429 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 1643636

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2601
/proc/meminfo: memFree=25280020/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=1643636 CPUtime=402.21 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 454190 0 0 0 39989 232 0 0 20 0 1 0 269187791 1683083264 397023 33554432000 4194304 10219143 140734535404528 140734535399480 8891101 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 410909 397023 795 1471 0 409429 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 1643636

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2601
/proc/meminfo: memFree=25223052/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=1643636 CPUtime=462.21 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 454192 0 0 0 45982 239 0 0 20 0 1 0 269187791 1683083264 397661 33554432000 4194304 10219143 140734535404528 140734535399400 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 410909 397661 795 1471 0 409429 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 1643636

[startup+522.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 2601
/proc/meminfo: memFree=25221096/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=1643636 CPUtime=522.2 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 454192 0 0 0 51977 243 0 0 20 0 1 0 269187791 1683083264 398096 33554432000 4194304 10219143 140734535404528 140734535399480 8891101 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 410909 398096 795 1471 0 409429 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 1643636

[startup+582.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 2601
/proc/meminfo: memFree=25220604/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=1643636 CPUtime=582.19 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 454192 0 0 0 57971 248 0 0 20 0 1 0 269187791 1683083264 398286 33554432000 4194304 10219143 140734535404528 140734535399400 8931175 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 410909 398286 795 1471 0 409429 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 1643636

[startup+642.3 s]

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

/proc/meminfo: memFree=25192296/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=1697008 CPUtime=1062.12 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 455065 0 0 0 105929 283 0 0 20 0 1 0 269187791 1737736192 411654 33554432000 4194304 10219143 140734535404528 140734535399416 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 424252 411654 795 1471 0 422772 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 1697008

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2606
/proc/meminfo: memFree=25192076/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=1697008 CPUtime=1122.11 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 455065 0 0 0 111925 286 0 0 20 0 1 0 269187791 1737736192 411654 33554432000 4194304 10219143 140734535404528 140734535399688 7266285 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 424252 411654 795 1471 0 422772 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 1697008

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2606
/proc/meminfo: memFree=25190492/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=1698552 CPUtime=1182.1 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 455621 0 0 0 117918 292 0 0 20 0 1 0 269187791 1739317248 412025 33554432000 4194304 10219143 140734535404528 140734535399400 7698849 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 424638 412025 795 1471 0 423158 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 1698552

[startup+1242.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 2609
/proc/meminfo: memFree=25184752/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=1698552 CPUtime=1242.09 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 455621 0 0 0 123913 296 0 0 20 0 1 0 269187791 1739317248 412025 33554432000 4194304 10219143 140734535404528 140734535399400 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 424638 412025 795 1471 0 423158 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 1698552

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 2610
/proc/meminfo: memFree=25184480/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=1698552 CPUtime=1302.09 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 455621 0 0 0 129909 300 0 0 20 0 1 0 269187791 1739317248 412025 33554432000 4194304 10219143 140734535404528 140734535399400 7698849 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 424638 412025 795 1471 0 423158 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1698552

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2610
/proc/meminfo: memFree=25183200/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=1698552 CPUtime=1362.07 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 455621 0 0 0 135904 303 0 0 20 0 1 0 269187791 1739317248 412025 33554432000 4194304 10219143 140734535404528 140734535399400 8931175 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 424638 412025 795 1471 0 423158 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1698552

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2610
/proc/meminfo: memFree=25156096/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=1698552 CPUtime=1422.07 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 455621 0 0 0 141899 308 0 0 20 0 1 0 269187791 1739317248 412025 33554432000 4194304 10219143 140734535404528 140734535399368 8931245 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 424638 412025 795 1471 0 423158 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 1698552

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2610
/proc/meminfo: memFree=25152524/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=1698552 CPUtime=1482.06 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 455621 0 0 0 147894 312 0 0 20 0 1 0 269187791 1739317248 412025 33554432000 4194304 10219143 140734535404528 140734535399416 7701849 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 424638 412025 795 1471 0 423158 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 1698552

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2610
/proc/meminfo: memFree=25150516/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=1698552 CPUtime=1542.04 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 455621 0 0 0 153887 317 0 0 20 0 1 0 269187791 1739317248 412025 33554432000 4194304 10219143 140734535404528 140734535399416 7701958 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 424638 412025 795 1471 0 423158 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 1698552

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2611
/proc/meminfo: memFree=25148568/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=1698552 CPUtime=1602.04 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 455621 0 0 0 159882 322 0 0 20 0 1 0 269187791 1739317248 412025 33554432000 4194304 10219143 140734535404528 140734535399448 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 424638 412025 795 1471 0 423158 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 1698552

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2611
/proc/meminfo: memFree=25148228/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=1698552 CPUtime=1662.03 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 455621 0 0 0 165877 326 0 0 20 0 1 0 269187791 1739317248 412025 33554432000 4194304 10219143 140734535404528 140734535399688 7266287 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 424638 412025 795 1471 0 423158 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 1698552

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 2611
/proc/meminfo: memFree=25096196/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=1774976 CPUtime=1722.02 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 456358 0 0 0 171873 329 0 0 20 0 1 0 269187791 1817575424 425026 33554432000 4194304 10219143 140734535404528 140734535399480 7698836 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 443744 425026 795 1471 0 442264 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1774976

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 2611
/proc/meminfo: memFree=25095480/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=1774976 CPUtime=1782.01 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 456358 0 0 0 177868 333 0 0 20 0 1 0 269187791 1817575424 425026 33554432000 4194304 10219143 140734535404528 140734535399400 8891056 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 443744 425026 795 1471 0 442264 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 1774976

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

[startup+1791.91 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 2614
/proc/meminfo: memFree=25095068/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=1774976 CPUtime=1791.61 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 456358 0 0 0 178827 334 0 0 20 0 1 0 269187791 1817575424 425026 33554432000 4194304 10219143 140734535404528 140734535399400 5160993 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 443744 425026 795 1471 0 442264 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 1774976

[startup+1795.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 2614
/proc/meminfo: memFree=25095312/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=1774976 CPUtime=1794.82 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 456358 0 0 0 179147 335 0 0 20 0 1 0 269187791 1817575424 425026 33554432000 4194304 10219143 140734535404528 140734535399400 8931175 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 443744 425026 795 1471 0 442264 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 1774976

[startup+1798.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 2614
/proc/meminfo: memFree=25095372/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=1761092 CPUtime=1798.01 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 456372 0 0 0 179466 335 0 0 20 0 1 0 269187791 1803358208 421569 33554432000 4194304 10219143 140734535404528 140734535403464 5015168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 440273 421569 809 1471 0 438793 0
Current children cumulated CPU time (s) 1798.01
Current children cumulated vsize (KiB) 1761092

[startup+1799.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 2614
/proc/meminfo: memFree=25117012/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=1740500 CPUtime=1798.81 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 456372 0 0 0 179546 335 0 0 20 0 1 0 269187791 1782272000 416421 33554432000 4194304 10219143 140734535404528 140734535403624 5015195 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 435125 416421 809 1471 0 433645 0
Current children cumulated CPU time (s) 1798.81
Current children cumulated vsize (KiB) 1740500

[startup+1799.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 2614
/proc/meminfo: memFree=25183724/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=1316140 CPUtime=1799.6 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 456373 0 0 0 179624 336 0 0 20 0 1 0 269187791 1347727360 327248 33554432000 4194304 10219143 140734535404528 140734535403624 9036791 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 329035 327248 810 1471 0 327555 0
Current children cumulated CPU time (s) 1799.6
Current children cumulated vsize (KiB) 1316140

[startup+1800.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 2614
/proc/meminfo: memFree=25183724/32873648 swapFree=6852/6852
[pid=2586] ppid=2584 vsize=1123744 CPUtime=1799.81 cores=0,2,4,6
/proc/2586/stat : 2586 (scip-2.1.1.4exp) R 2584 2586 1296 0 -1 4202496 456373 0 0 0 179642 339 0 0 20 0 1 0 269187791 1150713856 279149 33554432000 4194304 10219143 140734535404528 140734535403704 9036791 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2586/statm: 280936 279149 810 1471 0 279456 0
Current children cumulated CPU time (s) 1799.81
Current children cumulated vsize (KiB) 1123744

Child status: 0
Real time (s): 1800.17
CPU time (s): 1799.89
CPU user time (s): 1796.47
CPU system time (s): 3.41448
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 1774976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.47
system time used= 3.41448
maximum resident set size= 1700152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 456386
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= 17
involuntary context switches= 1882

runsolver used 3.47347 second user time and 8.5337 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-26 13:10:17
IDJOB=3692088
IDBENCH=1975
IDSOLVER=2271
FILE ID=node116/3692088-1338030617
RUNJOBID= node116-1338028819-2418
PBS_JOBID= 14624355
Free space on /tmp= 71552 MiB

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

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

MD5SUM BENCH= 6389567e651775a5f815611581d2023e
RANDOM SEED=485528077

node116.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.556
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.11
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.556
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.556
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	: 5438.54
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.556
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.556
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.92
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.556
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.92
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.556
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.90
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.556
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:       32873648 kB
MemFree:        28517328 kB
Buffers:          244472 kB
Cached:          3332332 kB
SwapCached:            0 kB
Active:           696564 kB
Inactive:        2891216 kB
Active(anon):      13504 kB
Inactive(anon):        0 kB
Active(file):     683060 kB
Inactive(file):  2891216 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             30336 kB
Writeback:            16 kB
AnonPages:         17452 kB
Mapped:            13148 kB
Shmem:               200 kB
Slab:             631596 kB
SReclaimable:      76088 kB
SUnreclaim:       555508 kB
KernelStack:        1472 kB
PageTables:         4276 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     103140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71560 MiB
End job on node116 at 2012-05-26 13:40:18