Trace number 3692949

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 NameAnswerCPU timeWall clock time
SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed? (TO) 1802.15 1802.42

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-129.opb
MD5SUM67d021e5b92124566c71fb431934058c
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48368
Total number of constraints1121286
Number of constraints which are clauses1007481
Number of constraints which are cardinality constraints (but not clauses)3534
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint1
Maximum length of a constraint690
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
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-3692949-1338041422.opb>
2.98/3.05	c original problem has 48368 variables (48368 bin, 0 int, 0 impl, 0 cont) and 1121286 constraints
2.98/3.05	c problem read in 3.05
6.68/6.72	c presolving:
9.28/9.39	c (round 1) 132 del vars, 5772 del conss, 0 add conss, 132 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 498002 impls, 1771 clqs
9.59/9.60	c (round 2) 132 del vars, 7212 del conss, 0 add conss, 132 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 498002 impls, 1771 clqs
15.68/15.79	c (round 3) 132 del vars, 7249 del conss, 0 add conss, 132 chg bounds, 7 chg sides, 0 chg coeffs, 1114088 upgd conss, 498002 impls, 1771 clqs
19.49/19.52	c    (19.5s) probing: 51/48236 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
19.49/19.52	c    (19.5s) probing aborted: 50/50 successive totally useless probings
25.19/25.27	c presolving (4 rounds):
25.19/25.27	c  132 deleted vars, 7271 deleted constraints, 0 added constraints, 132 tightened bounds, 0 added holes, 7 changed sides, 0 changed coefficients
25.19/25.27	c  498002 implications, 1771 cliques
25.19/25.27	c presolved problem has 48236 variables (48236 bin, 0 int, 0 impl, 0 cont) and 1114015 constraints
25.19/25.27	c  112021 constraints of type <knapsack>
25.19/25.27	c  236383 constraints of type <setppc>
25.19/25.27	c       1 constraints of type <linear>
25.19/25.27	c  765610 constraints of type <logicor>
25.19/25.27	c transformed objective value is always integral (scale: 1)
25.19/25.27	c Presolving Time: 21.40
25.19/25.27	c - non default parameters ----------------------------------------------------------------------
25.19/25.27	c # SCIP version 2.1.1.4
25.19/25.27	c 
25.19/25.27	c # maximal time in seconds to run
25.19/25.27	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
25.19/25.27	c limits/time = 1797
25.19/25.27	c 
25.19/25.27	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
25.19/25.27	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
25.19/25.27	c limits/memory = 13950
25.19/25.27	c 
25.19/25.27	c # default clock type (1: CPU user seconds, 2: wall clock time)
25.19/25.27	c # [type: int, range: [1,2], default: 1]
25.19/25.27	c timing/clocktype = 2
25.19/25.27	c 
25.19/25.27	c # belongs reading time to solving time?
25.19/25.27	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
25.19/25.27	c timing/reading = TRUE
25.19/25.27	c 
25.19/25.27	c -----------------------------------------------------------------------------------------------
25.19/25.27	c start solving
25.29/25.30	c 
82.28/82.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
82.28/82.32	c  82.3s|     1 |     0 |  8118 |     - |1700M|   0 |1793 |  48k|1114k|  48k|1114k|   0 |  20 |   0 | 0.000000e+00 |      --      |    Inf 
1096.22/1096.48	c  1096s|     1 |     0 | 33409 |     - |1730M|   0 |5864 |  48k|1114k|  48k|1114k|  19 |  20 |   0 | 0.000000e+00 |      --      |    Inf 
1801.41/1801.70	c  1802s|     1 |     0 | 33409 |     - |1731M|   0 |   - |  48k|1114k|  48k|1114k|  53 |  20 |   0 | 0.000000e+00 |      --      |    Inf 
1801.41/1801.70	c (node 1) LP solver hit time limit in LP 4 -- using pseudo solution instead
1801.41/1801.79	c  1802s|     1 |     2 | 33409 |     - |1731M|   0 |   - |  48k|1114k|  48k|1114k|  53 |  20 |   0 | 0.000000e+00 |      --      |    Inf 
1801.41/1801.79	c 
1801.41/1801.79	c SCIP Status        : solving was interrupted [user interrupt]
1801.41/1801.79	c Solving Time (sec) : 1801.74
1801.41/1801.79	c Solving Nodes      : 1
1801.41/1801.79	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1801.41/1801.79	c Dual Bound         : +0.00000000000000e+00
1801.41/1801.79	c Gap                : infinite
1801.41/1801.79	s UNKNOWN
1801.41/1801.79	c SCIP Status        : solving was interrupted [user interrupt]
1801.41/1801.79	c Total Time         :    1801.74
1801.41/1801.79	c   solving          :    1801.74
1801.41/1801.79	c   presolving       :      21.40 (included in solving)
1801.41/1801.79	c   reading          :       3.05 (included in solving)
1801.41/1801.79	c   copying          :       0.00 (0 times copied the problem)
1801.41/1801.79	c Original Problem   :
1801.41/1801.79	c   Problem name     : HOME/instance-3692949-1338041422.opb
1801.41/1801.79	c   Variables        : 48368 (48368 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.41/1801.79	c   Constraints      : 1121286 initial, 1121286 maximal
1801.41/1801.79	c   Objective sense  : minimize
1801.41/1801.79	c Presolved Problem  :
1801.41/1801.79	c   Problem name     : t_HOME/instance-3692949-1338041422.opb
1801.41/1801.79	c   Variables        : 48236 (48236 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.41/1801.79	c   Constraints      : 1114015 initial, 1114035 maximal
1801.41/1801.79	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1801.41/1801.79	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1801.41/1801.79	c   trivial          :       0.01       0.00          0          0          0          0          0          0          0          0          0
1801.41/1801.79	c   dualfix          :       0.01       0.00          0          0          0          0          0          0          0          0          0
1801.41/1801.79	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1801.41/1801.79	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1801.41/1801.79	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1801.41/1801.79	c   gateextraction   :       0.42       0.00          0          0          0          0          0          0          0          0          0
1801.41/1801.79	c   implics          :       0.01       0.00          0          0          0          0          0          0          0          0          0
1801.41/1801.79	c   components       :       0.49       0.00          0          0          0          0          0          0          0          0          0
1801.41/1801.79	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1801.41/1801.79	c   probing          :       1.46       0.00          0          0          0          0          0          0          0          0          0
1801.41/1801.79	c   knapsack         :       0.43       0.00          0          0          0          0          0          0          0          0          0
1801.41/1801.79	c   setppc           :       0.28       0.00          0          0          0          0          0         22          0          0          0
1801.41/1801.79	c   linear           :       6.63       0.00        132          0          0        132          0       7219          0          7          0
1801.41/1801.79	c   logicor          :       2.49       5.25          0          0          0          0          0         30          0          0          0
1801.41/1801.79	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1801.41/1801.79	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1801.41/1801.79	c   integral         :          0          0          0          0          0          0          4          0          0          0          0          0          0
1801.41/1801.79	c   knapsack         :     112021     112021          2        214          0          1          3          1          0          0         43          0          0
1801.41/1801.79	c   setppc           :     236383     236383          2        214          0          1          2         38          2          0          0          0          0
1801.41/1801.79	c   linear           :          1          1          2        103          0          1          0         14          0          0          0          0          0
1801.41/1801.79	c   logicor          :     765610+    765630          2         87          0          1          0         35         13          0          0          0          0
1801.41/1801.79	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1801.41/1801.79	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1801.41/1801.79	c   integral         :       0.01       0.00       0.00       0.00       0.00       0.00       0.01       0.00
1801.41/1801.79	c   knapsack         :       0.80       0.00       0.16       0.58       0.00       0.02       0.04       0.00
1801.41/1801.79	c   setppc           :       1.52       0.00       0.02       1.47       0.00       0.03       0.00       0.00
1801.41/1801.79	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1801.41/1801.79	c   logicor          :       5.56       5.25       0.06       0.20       0.00       0.05       0.00       0.00
1801.41/1801.79	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1801.41/1801.79	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1801.41/1801.79	c   rootredcost      :          0          0          0          0
1801.41/1801.79	c   pseudoobj        :          0          0          0          0
1801.41/1801.79	c   vbounds          :          0          0          0          0
1801.41/1801.79	c   redcost          :          2          0          0          0
1801.41/1801.79	c   probing          :          0          0          0          0
1801.41/1801.79	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1801.41/1801.79	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1801.41/1801.79	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
1801.41/1801.79	c   vbounds          :       0.01       0.01       0.00       0.00       0.00
1801.41/1801.79	c   redcost          :       0.00       0.00       0.00       0.00       0.00
1801.41/1801.79	c   probing          :       1.46       0.00       1.46       0.00       0.00
1801.41/1801.79	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1801.41/1801.79	c   propagation      :       0.00         15         15         23       13.1          1        8.0          -
1801.41/1801.79	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1801.41/1801.79	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1801.41/1801.79	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1801.41/1801.79	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1801.41/1801.79	c   applied globally :          -          -          -         20       13.2          -          -          -
1801.41/1801.79	c   applied locally  :          -          -          -          0        0.0          -          -          -
1801.41/1801.79	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1801.41/1801.79	c   cut pool         :       0.00                     1          -          -          0          -    (maximal pool size: 336)
1801.41/1801.79	c   closecuts        :       0.00       0.00          0          0          0          0          0
1801.41/1801.79	c   impliedbounds    :       0.01       0.00          2          0          0          0          0
1801.41/1801.79	c   intobj           :       0.00       0.00          0          0          0          0          0
1801.41/1801.79	c   gomory           :       1.12       0.00          2          0          0        100          0
1801.41/1801.79	c   cgmip            :       0.00       0.00          0          0          0          0          0
1801.41/1801.79	c   strongcg         :      10.77       0.00          2          0          0       1000          0
1801.41/1801.79	c   cmir             :     117.62       0.00          2          0          0          0          0
1801.41/1801.79	c   flowcover        :    1235.19       0.00          2          0          0          3          0
1801.41/1801.79	c   clique           :       0.29       0.00          1          0          0          8          0
1801.41/1801.79	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1801.41/1801.79	c   mcf              :       2.40       0.00          1          0          0          0          0
1801.41/1801.79	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1801.41/1801.79	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1801.41/1801.79	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1801.41/1801.79	c   problem variables:       0.00          -          0          0
1801.41/1801.79	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1801.41/1801.79	c   relpscost        :       0.00       0.00          0          0          0          0          0          0
1801.41/1801.79	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1801.41/1801.79	c   inference        :       0.00       0.00          1          0          0          0          0          2
1801.41/1801.79	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1801.41/1801.79	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1801.41/1801.79	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1801.41/1801.79	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1801.41/1801.79	c   random           :       0.00       0.00          0          0          0          0          0          0
1801.41/1801.79	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1801.41/1801.79	c   LP solutions     :       0.00          -          -          0
1801.41/1801.79	c   pseudo solutions :       0.00          -          -          0
1801.41/1801.79	c   oneopt           :       0.00       0.00          0          0
1801.41/1801.79	c   smallcard        :       0.00       0.00          0          0
1801.41/1801.79	c   trivial          :       0.08       0.00          2          0
1801.41/1801.79	c   shiftandpropagate:       3.51       0.00          1          0
1801.41/1801.79	c   simplerounding   :       0.00       0.00          0          0
1801.41/1801.79	c   zirounding       :       0.00       0.00          0          0
1801.41/1801.79	c   rounding         :       0.12       0.00          2          0
1801.41/1801.79	c   shifting         :       0.87       0.00          2          0
1801.41/1801.79	c   intshifting      :       0.00       0.00          0          0
1801.41/1801.79	c   twoopt           :       0.00       0.00          0          0
1801.41/1801.79	c   indtwoopt        :       0.00       0.00          0          0
1801.41/1801.79	c   indoneopt        :       0.00       0.00          0          0
1801.41/1801.79	c   fixandinfer      :       0.00       0.00          0          0
1801.41/1801.79	c   feaspump         :     211.20       0.00          1          0
1801.41/1801.79	c   clique           :       0.00       0.00          0          0
1801.41/1801.79	c   indrounding      :       0.00       0.00          0          0
1801.41/1801.79	c   indcoefdiving    :       0.00       0.00          0          0
1801.41/1801.79	c   coefdiving       :       0.00       0.00          0          0
1801.41/1801.79	c   pscostdiving     :       0.00       0.00          0          0
1801.41/1801.79	c   nlpdiving        :       0.00       0.00          0          0
1801.41/1801.79	c   fracdiving       :       0.00       0.00          0          0
1801.41/1801.79	c   veclendiving     :       0.00       0.00          0          0
1801.41/1801.79	c   intdiving        :       0.00       0.00          0          0
1801.41/1801.79	c   actconsdiving    :       0.00       0.00          0          0
1801.41/1801.79	c   objpscostdiving  :       0.00       0.00          0          0
1801.41/1801.79	c   rootsoldiving    :       0.00       0.00          0          0
1801.41/1801.79	c   linesearchdiving :       0.00       0.00          0          0
1801.41/1801.79	c   guideddiving     :       0.00       0.00          0          0
1801.41/1801.79	c   octane           :       0.00       0.00          0          0
1801.41/1801.79	c   rens             :       0.00       0.00          0          0
1801.41/1801.79	c   rins             :       0.00       0.00          0          0
1801.41/1801.79	c   localbranching   :       0.00       0.00          0          0
1801.41/1801.79	c   mutation         :       0.00       0.00          0          0
1801.41/1801.79	c   crossover        :       0.00       0.00          0          0
1801.41/1801.79	c   dins             :       0.00       0.00          0          0
1801.41/1801.79	c   vbounds          :       0.00       0.00          0          0
1801.41/1801.79	c   undercover       :       0.00       0.00          0          0
1801.41/1801.79	c   subnlp           :       0.00       0.00          0          0
1801.41/1801.79	c   trysol           :       0.00       0.00          0          0
1801.41/1801.79	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1801.41/1801.79	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
1801.41/1801.79	c   dual LP          :     193.51          3      19799    9899.50     102.31       0.89          1
1801.41/1801.79	c   lex dual LP      :       0.00          0          0       0.00          -
1801.41/1801.79	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1801.41/1801.79	c   diving/probing LP:     209.75          2      13610    6805.00      64.89
1801.41/1801.79	c   strong branching :       0.00          0          0       0.00          -
1801.41/1801.79	c     (at root node) :          -          0          0       0.00          -
1801.41/1801.79	c   conflict analysis:       0.00          0          0       0.00          -
1801.41/1801.79	c B&B Tree           :
1801.41/1801.79	c   number of runs   :          1
1801.41/1801.79	c   nodes            :          1
1801.41/1801.79	c   nodes (total)    :          1
1801.41/1801.79	c   nodes left       :          2
1801.41/1801.79	c   max depth        :          0
1801.41/1801.79	c   max depth (total):          0
1801.41/1801.79	c   backtracks       :          0 (0.0%)
1801.41/1801.79	c   delayed cutoffs  :          0
1801.41/1801.79	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1801.41/1801.79	c   avg switch length:       1.00
1801.41/1801.79	c   switching time   :       0.00
1801.41/1801.79	c Solution           :
1801.41/1801.79	c   Solutions found  :          0 (0 improvements)
1801.41/1801.79	c   Primal Bound     :          -
1801.41/1801.79	c   Dual Bound       : +0.00000000000000e+00
1801.41/1801.79	c   Gap              :   infinite
1801.41/1801.79	c   Root Dual Bound  : +0.00000000000000e+00
1801.41/1801.79	c   Root Iterations  :      33409

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-3692949-1338041422/watcher-3692949-1338041422 -o /tmp/evaluation-result-3692949-1338041422/solver-3692949-1338041422 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692949-1338041422.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 2.00 3/177 25271
/proc/meminfo: memFree=24224216/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=10140 CPUtime=0 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 1283 0 0 0 0 0 0 0 20 0 1 0 270268442 10383360 1238 33554432000 4194304 10169799 140734216768480 140734216634168 8982256 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 2535 1238 409 1459 0 1067 0

[startup+0.101681 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25271
/proc/meminfo: memFree=24224216/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=24352 CPUtime=0.09 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 4799 0 0 0 9 0 0 0 20 0 1 0 270268442 24936448 4756 33554432000 4194304 10169799 140734216768480 140734216634168 7543003 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 6088 4768 409 1459 0 4620 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24352

[startup+0.200347 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25271
/proc/meminfo: memFree=24224216/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=35852 CPUtime=0.19 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 7713 0 0 0 18 1 0 0 20 0 1 0 270268442 36712448 7668 33554432000 4194304 10169799 140734216768480 140734216634168 8982256 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 8963 7668 409 1459 0 7495 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 35852

[startup+0.300305 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25271
/proc/meminfo: memFree=24224216/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=50140 CPUtime=0.28 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 11259 0 0 0 27 1 0 0 20 0 1 0 270268442 51343360 11214 33554432000 4194304 10169799 140734216768480 140734216634216 7543003 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 12535 11214 409 1459 0 11067 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 50140

[startup+0.70027 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25271
/proc/meminfo: memFree=24224216/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=99616 CPUtime=0.69 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 23620 0 0 0 65 4 0 0 20 0 1 0 270268442 102006784 23575 33554432000 4194304 10169799 140734216768480 140734216634216 7543003 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 24904 23575 409 1459 0 23436 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 99616

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25272
/proc/meminfo: memFree=24082212/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=198580 CPUtime=1.49 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 48349 0 0 0 141 8 0 0 20 0 1 0 270268442 203345920 48304 33554432000 4194304 10169799 140734216768480 140734216634808 7543003 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 49645 48304 409 1459 0 48177 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 198580

[startup+3.10028 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25272
/proc/meminfo: memFree=23873008/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=390052 CPUtime=3.09 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 96107 0 0 0 294 15 0 0 20 0 1 0 270268442 399413248 96062 33554432000 4194304 10169799 140734216768480 140734216634808 4334729 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 97513 96062 415 1459 0 96045 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 390052

[startup+6.30035 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25272
/proc/meminfo: memFree=22673872/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=1635308 CPUtime=6.29 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 402127 0 0 0 572 57 0 0 20 0 1 0 270268442 1674555392 402026 33554432000 4194304 10169799 140734216768480 140734216765416 4950092 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 408827 402026 496 1459 0 407359 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1635308

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25272
/proc/meminfo: memFree=22476132/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=1779812 CPUtime=12.69 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 513348 0 0 0 1110 159 0 0 20 0 1 0 270268442 1822527488 435982 33554432000 4194304 10169799 140734216768480 140734216766632 8961143 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 444953 435982 568 1459 0 443485 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1779812

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25272
/proc/meminfo: memFree=22666996/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=1627124 CPUtime=25.49 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 566324 0 0 0 2327 222 0 0 20 0 1 0 270268442 1666174976 396722 33554432000 4194304 10169799 140734216768480 140734216767240 5697319 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 406781 396722 664 1459 0 405313 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1627124

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25272
/proc/meminfo: memFree=20937492/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=3474948 CPUtime=51.08 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 837042 0 0 0 4812 296 0 0 20 0 1 0 270268442 3558346752 819391 33554432000 4194304 10169799 140734216768480 140734216762888 8030352 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 868737 819391 767 1459 0 867269 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3474948

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25272
/proc/meminfo: memFree=21052796/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=3261536 CPUtime=102.27 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 855911 0 0 0 9876 351 0 0 20 0 1 0 270268442 3339812864 784822 33554432000 4194304 10169799 140734216768480 140734216761160 8004370 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 815384 784822 782 1459 0 813916 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 3261536

[startup+162.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 25272
/proc/meminfo: memFree=21046172/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=3261536 CPUtime=162.27 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 859592 0 0 0 15834 393 0 0 20 0 1 0 270268442 3339812864 784877 33554432000 4194304 10169799 140734216768480 140734216761160 7582233 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 815384 784877 782 1459 0 813916 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 3261536

[startup+222.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 25273
/proc/meminfo: memFree=20961092/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=3261536 CPUtime=222.25 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 861553 0 0 0 21816 409 0 0 20 0 1 0 270268442 3339812864 787374 33554432000 4194304 10169799 140734216768480 140734216760936 8020414 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 815384 787374 785 1459 0 813916 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 3261536

[startup+282.307 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 25273
/proc/meminfo: memFree=20937748/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=3264584 CPUtime=282.25 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 863344 0 0 0 27803 422 0 0 20 0 1 0 270268442 3342934016 791503 33554432000 4194304 10169799 140734216768480 140734216760792 7582233 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 816146 791503 785 1459 0 814678 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 3264584

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25273
/proc/meminfo: memFree=20966292/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=3268744 CPUtime=342.24 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 864020 0 0 0 33796 428 0 0 20 0 1 0 270268442 3347193856 784996 33554432000 4194304 10169799 140734216768480 140734216765016 7271366 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 817186 784996 803 1459 0 815718 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 3268744

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25273
/proc/meminfo: memFree=20966400/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=3268744 CPUtime=402.22 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 864178 0 0 0 39794 428 0 0 20 0 1 0 270268442 3347193856 784997 33554432000 4194304 10169799 140734216768480 140734216764792 7280655 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 817186 784997 804 1459 0 815718 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 3268744

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25273
/proc/meminfo: memFree=20969560/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=3268744 CPUtime=462.22 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 864178 0 0 0 45794 428 0 0 20 0 1 0 270268442 3347193856 784997 33554432000 4194304 10169799 140734216768480 140734216764792 7280659 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 817186 784997 804 1459 0 815718 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 3268744

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 25273
/proc/meminfo: memFree=21071836/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=3268744 CPUtime=522.21 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 864178 0 0 0 51793 428 0 0 20 0 1 0 270268442 3347193856 784997 33554432000 4194304 10169799 140734216768480 140734216764792 7280655 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 817186 784997 804 1459 0 815718 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 3268744

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25277
/proc/meminfo: memFree=21060620/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=3268744 CPUtime=582.2 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 864178 0 0 0 57791 429 0 0 20 0 1 0 270268442 3347193856 784997 33554432000 4194304 10169799 140734216768480 140734216764792 7280653 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 817186 784997 804 1459 0 815718 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 3268744

[startup+642.3 s]

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

/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 889602 0 0 0 111697 514 0 0 20 0 1 0 270268442 3740372992 847010 33554432000 4194304 10169799 140734216768480 140734216765016 7271366 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 913177 847010 818 1459 0 911709 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 3652708

[startup+1182.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 25283
/proc/meminfo: memFree=20804076/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=3652708 CPUtime=1182.11 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 889602 0 0 0 117697 514 0 0 20 0 1 0 270268442 3740372992 847010 33554432000 4194304 10169799 140734216768480 140734216764792 7280653 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 913177 847010 818 1459 0 911709 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 3652708

[startup+1242.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 25283
/proc/meminfo: memFree=20712164/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=3652708 CPUtime=1242.1 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 889602 0 0 0 123696 514 0 0 20 0 1 0 270268442 3740372992 847010 33554432000 4194304 10169799 140734216768480 140734216764792 7280666 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 913177 847010 818 1459 0 911709 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 3652708

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25283
/proc/meminfo: memFree=20700032/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=3652708 CPUtime=1302.09 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 889602 0 0 0 129695 514 0 0 20 0 1 0 270268442 3740372992 847010 33554432000 4194304 10169799 140734216768480 140734216764792 7280635 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 913177 847010 818 1459 0 911709 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 3652708

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25283
/proc/meminfo: memFree=20700060/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=3652708 CPUtime=1362.08 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 889602 0 0 0 135694 514 0 0 20 0 1 0 270268442 3740372992 847010 33554432000 4194304 10169799 140734216768480 140734216764792 7280635 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 913177 847010 818 1459 0 911709 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 3652708

[startup+1422.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/177 25322
/proc/meminfo: memFree=24036576/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=3652708 CPUtime=1422.08 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 889603 0 0 0 141693 515 0 0 20 0 1 0 270268442 3740372992 847528 33554432000 4194304 10169799 140734216768480 140734216764792 7280635 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 913177 847528 818 1459 0 911709 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 3652708

[startup+1482.3 s]
/proc/loadavg: 2.22 2.07 2.02 3/174 25351
/proc/meminfo: memFree=23605232/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=3652708 CPUtime=1482.07 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 889603 0 0 0 147692 515 0 0 20 0 1 0 270268442 3740372992 847568 33554432000 4194304 10169799 140734216768480 140734216764792 7280653 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 913177 847568 818 1459 0 911709 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 3652708

[startup+1542.3 s]
/proc/loadavg: 2.22 2.11 2.03 3/177 25361
/proc/meminfo: memFree=16168832/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=3652708 CPUtime=1542.06 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 889603 0 0 0 153691 515 0 0 20 0 1 0 270268442 3740372992 847919 33554432000 4194304 10169799 140734216768480 140734216764792 7280653 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 913177 847919 818 1459 0 911709 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 3652708

[startup+1602.31 s]
/proc/loadavg: 2.08 2.08 2.03 3/177 25361
/proc/meminfo: memFree=12922160/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=3652708 CPUtime=1602.05 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 889603 0 0 0 159690 515 0 0 20 0 1 0 270268442 3740372992 848094 33554432000 4194304 10169799 140734216768480 140734216764792 7280653 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 913177 848094 818 1459 0 911709 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 3652708

[startup+1662.3 s]
/proc/loadavg: 2.03 2.07 2.02 3/177 25361
/proc/meminfo: memFree=12936648/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=3652708 CPUtime=1662.04 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 889603 0 0 0 165689 515 0 0 20 0 1 0 270268442 3740372992 848433 33554432000 4194304 10169799 140734216768480 140734216764792 7280653 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 913177 848433 818 1459 0 911709 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 3652708

[startup+1722.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/177 25361
/proc/meminfo: memFree=12935096/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=3652708 CPUtime=1722.03 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 889603 0 0 0 171688 515 0 0 20 0 1 0 270268442 3740372992 848850 33554432000 4194304 10169799 140734216768480 140734216764792 7280666 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 913177 848850 818 1459 0 911709 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 3652708

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/178 25403
/proc/meminfo: memFree=23718776/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=3652708 CPUtime=1782.02 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 889603 0 0 0 177687 515 0 0 20 0 1 0 270268442 3740372992 848850 33554432000 4194304 10169799 140734216768480 140734216764792 7280653 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 913177 848850 818 1459 0 911709 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 3652708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.31 s]
/proc/loadavg: 2.00 2.04 2.01 3/178 25403
/proc/meminfo: memFree=23718500/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=3652708 CPUtime=1800.03 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 889603 0 0 0 179488 515 0 0 20 0 1 0 270268442 3740372992 848850 33554432000 4194304 10169799 140734216768480 140734216764792 7280653 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 913177 848850 818 1459 0 911709 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 3652708

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -25271

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.04 2.01 3/178 25403
/proc/meminfo: memFree=23718500/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=3652708 CPUtime=1800.22 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 889603 0 0 0 179507 515 0 0 20 0 1 0 270268442 3740372992 848850 33554432000 4194304 10169799 140734216768480 140734216764792 7280644 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 913177 848850 818 1459 0 911709 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 3652708

[startup+1801.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/179 25404
/proc/meminfo: memFree=23718492/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=3652708 CPUtime=1801.02 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 889603 0 0 0 179587 515 0 0 20 0 1 0 270268442 3740372992 848850 33554432000 4194304 10169799 140734216768480 140734216763840 7280653 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 913177 848850 818 1459 0 911709 0
Current children cumulated CPU time (s) 1801.02
Current children cumulated vsize (KiB) 3652708

[startup+1802.1 s]
/proc/loadavg: 2.00 2.04 2.01 3/179 25404
/proc/meminfo: memFree=23718492/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=3652708 CPUtime=1801.81 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 889768 0 0 0 179666 515 0 0 20 0 1 0 270268442 3740372992 850399 33554432000 4194304 10169799 140734216768480 140734216763840 5062045 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 913177 850399 831 1459 0 911709 0
Current children cumulated CPU time (s) 1801.81
Current children cumulated vsize (KiB) 3652708

[startup+1802.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/179 25404
/proc/meminfo: memFree=23718492/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=3651668 CPUtime=1802.01 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4202496 889768 0 0 0 179686 515 0 0 20 0 1 0 270268442 3739308032 850139 33554432000 4194304 10169799 140734216768480 140734216767064 5058466 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 912917 850139 831 1459 0 911449 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 3651668

[startup+1802.4 s]
/proc/loadavg: 2.00 2.04 2.01 3/178 25404
/proc/meminfo: memFree=26711504/32873844 swapFree=7364/7364
[pid=25271] ppid=25269 vsize=0 CPUtime=1802.12 cores=0,2,4,6
/proc/25271/stat : 25271 (scip-2.1.1.4sfi) R 25269 25271 21011 0 -1 4203524 889768 0 0 0 179687 525 0 0 20 0 1 0 270268442 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25271/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.42
CPU time (s): 1802.15
CPU user time (s): 1796.88
CPU system time (s): 5.2682
CPU usage (%): 99.9847
Max. virtual memory (cumulated for all children) (KiB): 3789240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.88
system time used= 5.2682
maximum resident set size= 3450388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 889768
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= 4
involuntary context switches= 1944

runsolver used 2.92056 second user time and 8.87765 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-26 16:10:23
IDJOB=3692949
IDBENCH=89756
IDSOLVER=2272
FILE ID=node118/3692949-1338041422
RUNJOBID= node118-1338029245-21965
PBS_JOBID= 14624353
Free space on /tmp= 71488 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-129.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-3692949-1338041422/watcher-3692949-1338041422 -o /tmp/evaluation-result-3692949-1338041422/solver-3692949-1338041422 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692949-1338041422.opb -t 1800 -m 15500

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

MD5SUM BENCH= 67d021e5b92124566c71fb431934058c
RANDOM SEED=627714213

node118.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.212
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	: 5332.42
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.212
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	: 5438.55
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.212
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.92
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.212
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.212
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	: 5320.68
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.212
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.212
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.212
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        24224216 kB
Buffers:          253532 kB
Cached:          4384080 kB
SwapCached:            0 kB
Active:          3880220 kB
Inactive:        3982488 kB
Active(anon):    3226736 kB
Inactive(anon):        0 kB
Active(file):     653484 kB
Inactive(file):  3982488 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             63332 kB
Writeback:             0 kB
AnonPages:       3233304 kB
Mapped:            17488 kB
Shmem:               200 kB
Slab:             641720 kB
SReclaimable:      83636 kB
SUnreclaim:       558084 kB
KernelStack:        1456 kB
PageTables:        11524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3473536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1241088 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= 71524 MiB
End job on node118 at 2012-05-26 16:40:26