Trace number 3693661

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed? 1800.02 1800.3

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-ns1853823.opb
MD5SUM2ebd045d7573caa1ce8026d29a77beeb
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark123
Best CPU time to get the best result obtained on this benchmark1800.87
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables213440
Total number of constraints223870
Number of constraints which are clauses212784
Number of constraints which are cardinality constraints (but not clauses)462
Number of constraints which are nor clauses,nor cardinality constraints10624
Minimum length of a constraint1
Maximum length of a constraint464
Number of terms in the objective function 920
Biggest coefficient in the objective function 6
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 3220
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 3200
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 3912
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.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-3693661-1338042332.opb>
1.19/1.25	c original problem has 213440 variables (213440 bin, 0 int, 0 impl, 0 cont) and 223870 constraints
1.19/1.25	c problem read in 1.25
2.89/2.98	c presolving:
3.99/4.02	c (round 1) 264 del vars, 264 del conss, 0 add conss, 264 chg bounds, 0 chg sides, 460 chg coeffs, 0 upgd conss, 243936 impls, 0 clqs
5.18/5.27	c (round 2) 264 del vars, 264 del conss, 0 add conss, 264 chg bounds, 0 chg sides, 460 chg coeffs, 213442 upgd conss, 243936 impls, 0 clqs
147.66/147.71	c (round 3) 264 del vars, 122496 del conss, 121968 add conss, 264 chg bounds, 121968 chg sides, 244396 chg coeffs, 213442 upgd conss, 243936 impls, 0 clqs
149.57/149.68	c    (149.7s) probing: 51/213176 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
149.57/149.68	c    (149.7s) probing aborted: 50/50 successive totally useless probings
149.97/150.06	c presolving (4 rounds):
149.97/150.06	c  264 deleted vars, 122496 deleted constraints, 121968 added constraints, 264 tightened bounds, 0 added holes, 121968 changed sides, 244396 changed coefficients
149.97/150.06	c  243936 implications, 0 cliques
149.97/150.06	c presolved problem has 213176 variables (213176 bin, 0 int, 0 impl, 0 cont) and 223342 constraints
149.97/150.06	c     658 constraints of type <knapsack>
149.97/150.06	c  121968 constraints of type <setppc>
149.97/150.06	c   10164 constraints of type <linear>
149.97/150.06	c   90552 constraints of type <logicor>
149.97/150.06	c transformed objective value is always integral (scale: 1)
149.97/150.06	c Presolving Time: 148.31
149.97/150.06	c - non default parameters ----------------------------------------------------------------------
149.97/150.06	c # SCIP version 2.1.1.4
149.97/150.06	c 
149.97/150.06	c # maximal time in seconds to run
149.97/150.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
149.97/150.06	c limits/time = 1797
149.97/150.06	c 
149.97/150.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
149.97/150.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
149.97/150.06	c limits/memory = 13950
149.97/150.06	c 
149.97/150.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
149.97/150.06	c # [type: int, range: [1,2], default: 1]
149.97/150.06	c timing/clocktype = 2
149.97/150.06	c 
149.97/150.06	c # belongs reading time to solving time?
149.97/150.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
149.97/150.06	c timing/reading = TRUE
149.97/150.06	c 
149.97/150.06	c -----------------------------------------------------------------------------------------------
149.97/150.06	c start solving
150.06/150.18	c 
1798.41/1798.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1798.41/1798.79	c  1799s|     1 |     0 |118508 |     - |1032M|   0 |   - | 213k| 223k| 213k| 223k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1798.41/1798.79	c (node 1) LP solver hit time limit in LP 1 -- using pseudo solution instead
1798.51/1798.86	c  1799s|     1 |     2 |118508 |     - |1032M|   0 |   - | 213k| 223k| 213k| 223k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1798.51/1798.86	c 
1798.51/1798.86	c SCIP Status        : solving was interrupted [time limit reached]
1798.51/1798.86	c Solving Time (sec) : 1798.85
1798.51/1798.86	c Solving Nodes      : 1
1798.51/1798.86	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1798.51/1798.86	c Dual Bound         : +0.00000000000000e+00
1798.51/1798.86	c Gap                : infinite
1798.51/1798.86	s UNKNOWN
1798.51/1798.86	c SCIP Status        : solving was interrupted [time limit reached]
1798.51/1798.86	c Total Time         :    1798.85
1798.51/1798.86	c   solving          :    1798.85
1798.51/1798.86	c   presolving       :     148.31 (included in solving)
1798.51/1798.86	c   reading          :       1.25 (included in solving)
1798.51/1798.86	c   copying          :       0.00 (0 times copied the problem)
1798.51/1798.86	c Original Problem   :
1798.51/1798.86	c   Problem name     : HOME/instance-3693661-1338042332.opb
1798.51/1798.86	c   Variables        : 213440 (213440 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.51/1798.86	c   Constraints      : 223870 initial, 223870 maximal
1798.51/1798.86	c   Objective sense  : minimize
1798.51/1798.86	c Presolved Problem  :
1798.51/1798.87	c   Problem name     : t_HOME/instance-3693661-1338042332.opb
1798.51/1798.87	c   Variables        : 213176 (213176 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.51/1798.87	c   Constraints      : 223342 initial, 223342 maximal
1798.51/1798.87	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1798.51/1798.87	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1798.51/1798.87	c   trivial          :       0.05       0.00          0          0          0          0          0          0          0          0          0
1798.51/1798.87	c   dualfix          :       0.03       0.00          0          0          0          0          0          0          0          0          0
1798.51/1798.87	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1798.51/1798.87	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1798.51/1798.87	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1798.51/1798.87	c   gateextraction   :       0.18       0.00          0          0          0          0          0          0          0          0          0
1798.51/1798.87	c   implics          :       0.03       0.00          0          0          0          0          0          0          0          0          0
1798.51/1798.87	c   components       :       0.20       0.00          0          0          0          0          0          0          0          0          0
1798.51/1798.87	c   pseudoobj        :       0.00       0.05          0          0          0          0          0          0          0          0          0
1798.51/1798.87	c   probing          :       1.59       0.01          0          0          0          0          0          0          0          0          0
1798.51/1798.87	c   knapsack         :     141.83       0.00          0          0          0          0          0        264     121968     121968     243936
1798.51/1798.87	c   setppc           :       0.41       0.00          0          0          0          0          0     121968          0          0          0
1798.51/1798.87	c   linear           :       1.85       0.00        264          0          0        264          0        264          0          0        460
1798.51/1798.87	c   logicor          :       0.27       0.17          0          0          0          0          0          0          0          0          0
1798.51/1798.87	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1798.51/1798.87	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1798.51/1798.87	c   integral         :          0          0          0          0          0          0          3          0          0          0          0          0          0
1798.51/1798.87	c   knapsack         :        658        658          0      65250          0          1          3          0          0          0          0          0          0
1798.51/1798.87	c   setppc           :     121968     121968          0      65250          0          1          2          0          0          0          0          0          0
1798.51/1798.87	c   linear           :      10164      10164          0      65250          0          1          2          0          0          0          0          0          0
1798.51/1798.87	c   logicor          :      90552      90552          0          1          0          1          0          0          0          0          0          0          0
1798.51/1798.87	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1798.51/1798.87	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1798.51/1798.87	c   integral         :       0.03       0.00       0.00       0.00       0.00       0.00       0.03       0.00
1798.51/1798.87	c   knapsack         :       1.48       0.00       0.00       1.44       0.00       0.01       0.03       0.00
1798.51/1798.87	c   setppc           :     110.47       0.00       0.00     110.41       0.00       0.02       0.04       0.00
1798.51/1798.87	c   linear           :      15.17       0.00       0.00      15.17       0.00       0.00       0.00       0.00
1798.51/1798.87	c   logicor          :       0.21       0.17       0.00       0.03       0.00       0.01       0.00       0.00
1798.51/1798.87	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1798.51/1798.87	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1798.51/1798.87	c   rootredcost      :          0          0          0          0
1798.51/1798.87	c   pseudoobj        :      65150          0          0          0
1798.51/1798.87	c   vbounds          :          0          0          0          0
1798.51/1798.87	c   redcost          :          0          0          0          0
1798.51/1798.87	c   probing          :          0          0          0          0
1798.51/1798.87	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1798.51/1798.87	c   rootredcost      :       0.05       0.00       0.00       0.05       0.00
1798.51/1798.87	c   pseudoobj        :       0.25       0.05       0.00       0.20       0.00
1798.51/1798.87	c   vbounds          :       0.07       0.04       0.00       0.03       0.00
1798.51/1798.87	c   redcost          :       0.03       0.00       0.00       0.03       0.00
1798.51/1798.87	c   probing          :       1.60       0.01       1.59       0.00       0.00
1798.51/1798.87	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1798.51/1798.87	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1798.51/1798.87	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1798.51/1798.87	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1798.51/1798.87	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1798.51/1798.87	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1798.51/1798.87	c   applied globally :          -          -          -          0        0.0          -          -          -
1798.51/1798.87	c   applied locally  :          -          -          -          0        0.0          -          -          -
1798.51/1798.87	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1798.51/1798.87	c   cut pool         :       0.00                     0          -          -          0          -    (maximal pool size: 0)
1798.51/1798.87	c   clique           :       0.00       0.00          0          0          0          0          0
1798.51/1798.87	c   closecuts        :       0.00       0.00          0          0          0          0          0
1798.51/1798.87	c   cgmip            :       0.00       0.00          0          0          0          0          0
1798.51/1798.87	c   cmir             :       0.00       0.00          0          0          0          0          0
1798.51/1798.87	c   flowcover        :       0.00       0.00          0          0          0          0          0
1798.51/1798.87	c   gomory           :       0.00       0.00          0          0          0          0          0
1798.51/1798.87	c   impliedbounds    :       0.00       0.00          0          0          0          0          0
1798.51/1798.87	c   intobj           :       0.00       0.00          0          0          0          0          0
1798.51/1798.87	c   mcf              :       0.00       0.00          0          0          0          0          0
1798.51/1798.87	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1798.51/1798.87	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1798.51/1798.87	c   strongcg         :       0.00       0.00          0          0          0          0          0
1798.51/1798.87	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1798.51/1798.87	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1798.51/1798.87	c   problem variables:       0.00          -          0          0
1798.51/1798.87	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1798.51/1798.87	c   relpscost        :       0.00       0.00          0          0          0          0          0          0
1798.51/1798.87	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1798.51/1798.87	c   inference        :       0.03       0.00          1          0          0          0          0          2
1798.51/1798.87	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1798.51/1798.87	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1798.51/1798.87	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1798.51/1798.87	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1798.51/1798.87	c   random           :       0.00       0.00          0          0          0          0          0          0
1798.51/1798.87	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1798.51/1798.87	c   LP solutions     :       0.00          -          -          0
1798.51/1798.87	c   pseudo solutions :       0.00          -          -          0
1798.51/1798.87	c   oneopt           :       0.00       0.00          0          0
1798.51/1798.87	c   smallcard        :       0.00       0.00          0          0
1798.51/1798.87	c   trivial          :       0.24       0.00          2          0
1798.51/1798.87	c   shiftandpropagate:     130.54       0.00          1          0
1798.51/1798.87	c   simplerounding   :       0.00       0.00          0          0
1798.51/1798.87	c   zirounding       :       0.00       0.00          0          0
1798.51/1798.87	c   rounding         :       0.00       0.00          0          0
1798.51/1798.87	c   shifting         :       0.00       0.00          0          0
1798.51/1798.87	c   intshifting      :       0.00       0.00          0          0
1798.51/1798.87	c   twoopt           :       0.00       0.00          0          0
1798.51/1798.87	c   indtwoopt        :       0.00       0.00          0          0
1798.51/1798.87	c   indoneopt        :       0.00       0.00          0          0
1798.51/1798.87	c   fixandinfer      :       0.00       0.00          0          0
1798.51/1798.87	c   feaspump         :       0.00       0.00          0          0
1798.51/1798.87	c   clique           :       0.00       0.00          0          0
1798.51/1798.87	c   indrounding      :       0.00       0.00          0          0
1798.51/1798.87	c   indcoefdiving    :       0.00       0.00          0          0
1798.51/1798.87	c   coefdiving       :       0.00       0.00          0          0
1798.51/1798.87	c   pscostdiving     :       0.00       0.00          0          0
1798.51/1798.87	c   nlpdiving        :       0.00       0.00          0          0
1798.51/1798.87	c   fracdiving       :       0.00       0.00          0          0
1798.51/1798.87	c   veclendiving     :       0.00       0.00          0          0
1798.51/1798.87	c   intdiving        :       0.00       0.00          0          0
1798.51/1798.87	c   actconsdiving    :       0.00       0.00          0          0
1798.51/1798.87	c   objpscostdiving  :       0.00       0.00          0          0
1798.51/1798.87	c   rootsoldiving    :       0.00       0.00          0          0
1798.51/1798.87	c   linesearchdiving :       0.00       0.00          0          0
1798.51/1798.87	c   guideddiving     :       0.00       0.00          0          0
1798.51/1798.87	c   octane           :       0.00       0.00          0          0
1798.51/1798.87	c   rens             :       0.00       0.00          0          0
1798.51/1798.87	c   rins             :       0.00       0.00          0          0
1798.51/1798.87	c   localbranching   :       0.00       0.00          0          0
1798.51/1798.87	c   mutation         :       0.00       0.00          0          0
1798.51/1798.87	c   crossover        :       0.00       0.00          0          0
1798.51/1798.87	c   dins             :       0.00       0.00          0          0
1798.51/1798.87	c   vbounds          :       0.00       0.00          0          0
1798.51/1798.87	c   undercover       :       0.00       0.00          0          0
1798.51/1798.87	c   subnlp           :       0.00       0.00          0          0
1798.51/1798.87	c   trysol           :       0.00       0.00          0          0
1798.51/1798.87	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1798.51/1798.87	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
1798.51/1798.87	c   dual LP          :    1517.93          1     118508  118508.00      78.07       0.00          0
1798.51/1798.87	c   lex dual LP      :       0.00          0          0       0.00          -
1798.51/1798.87	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1798.51/1798.87	c   diving/probing LP:       0.00          0          0       0.00          -
1798.51/1798.87	c   strong branching :       0.00          0          0       0.00          -
1798.51/1798.87	c     (at root node) :          -          0          0       0.00          -
1798.51/1798.87	c   conflict analysis:       0.00          0          0       0.00          -
1798.51/1798.87	c B&B Tree           :
1798.51/1798.87	c   number of runs   :          1
1798.51/1798.87	c   nodes            :          1
1798.51/1798.87	c   nodes (total)    :          1
1798.51/1798.87	c   nodes left       :          2
1798.51/1798.87	c   max depth        :          0
1798.51/1798.87	c   max depth (total):          0
1798.51/1798.87	c   backtracks       :          0 (0.0%)
1798.51/1798.87	c   delayed cutoffs  :          0
1798.51/1798.87	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1798.51/1798.87	c   avg switch length:       1.00
1798.51/1798.87	c   switching time   :       0.00
1798.51/1798.87	c Solution           :
1798.51/1798.87	c   Solutions found  :          0 (0 improvements)
1798.51/1798.87	c   Primal Bound     :          -
1798.51/1798.87	c   Dual Bound       : +0.00000000000000e+00
1798.51/1798.87	c   Gap              :   infinite
1798.51/1798.87	c   Root Dual Bound  : +0.00000000000000e+00
1798.51/1798.87	c   Root Iterations  :     118508
1799.91/1800.29	c Time complete: 1800.

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-3693661-1338042332/watcher-3693661-1338042332 -o /tmp/evaluation-result-3693661-1338042332/solver-3693661-1338042332 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693661-1338042332.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 2/176 2948
/proc/meminfo: memFree=26478016/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=10456 CPUtime=0 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 1345 0 0 0 0 0 0 0 20 0 1 0 270358917 10706944 1299 33554432000 4194304 10169799 140736921597200 140736336689464 7543003 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2948/statm: 2614 1299 403 1459 0 1146 0

[startup+0.046228 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 2948
/proc/meminfo: memFree=26478016/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=36684 CPUtime=0.04 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 7902 0 0 0 3 1 0 0 20 0 1 0 270358917 37564416 7856 33554432000 4194304 10169799 140736921597200 140736921463528 5471578 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2948/statm: 9171 7856 412 1459 0 7703 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36684

[startup+0.10028 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 2948
/proc/meminfo: memFree=26478016/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=68912 CPUtime=0.09 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 15869 0 0 0 7 2 0 0 20 0 1 0 270358917 70565888 15824 33554432000 4194304 10169799 140736921597200 140736921463528 7543003 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2948/statm: 17228 15859 412 1459 0 15760 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 68912

[startup+0.300237 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 2948
/proc/meminfo: memFree=26478016/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=155028 CPUtime=0.29 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 37516 0 0 0 24 5 0 0 20 0 1 0 270358917 158748672 37470 33554432000 4194304 10169799 140736921597200 140736921461896 5281196 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2948/statm: 38757 37470 412 1459 0 37289 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 155028

[startup+0.700221 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 2948
/proc/meminfo: memFree=26478016/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=203260 CPUtime=0.69 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 49553 0 0 0 62 7 0 0 20 0 1 0 270358917 208138240 49488 33554432000 4194304 10169799 140736921597200 140736921463528 8821282 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2948/statm: 50815 49488 412 1459 0 49347 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 203260

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2949
/proc/meminfo: memFree=26250576/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=431044 CPUtime=1.49 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 106370 0 0 0 134 15 0 0 20 0 1 0 270358917 441389056 106295 33554432000 4194304 10169799 140736921597200 140736921463528 5865130 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/2948/statm: 107761 106295 463 1459 0 106293 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 431044

[startup+3.10024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2949
/proc/meminfo: memFree=25955944/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=709556 CPUtime=3.08 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 188289 0 0 0 281 27 0 0 20 0 1 0 270358917 726585344 175459 33554432000 4194304 10169799 140736921597200 140736921595160 8961143 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/2948/statm: 177389 175459 555 1459 0 175921 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 709556

[startup+6.30022 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2949
/proc/meminfo: memFree=25677988/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=809128 CPUtime=6.28 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 234442 0 0 0 576 52 0 0 20 0 1 0 270358917 828547072 200187 33554432000 4194304 10169799 140736921597200 140736921595240 5923692 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2948/statm: 202282 200187 590 1459 0 200814 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 809128

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2949
/proc/meminfo: memFree=25676632/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=816824 CPUtime=12.68 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 235154 0 0 0 1216 52 0 0 20 0 1 0 270358917 836427776 200778 33554432000 4194304 10169799 140736921597200 140736921592584 5862041 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2948/statm: 204206 200778 591 1459 0 202738 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 816824

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2949
/proc/meminfo: memFree=25663472/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=827936 CPUtime=25.48 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 238125 0 0 0 2495 53 0 0 20 0 1 0 270358917 847806464 203406 33554432000 4194304 10169799 140736921597200 140736921592584 7428060 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2948/statm: 206984 203406 591 1459 0 205516 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 827936

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2949
/proc/meminfo: memFree=25642592/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=852652 CPUtime=51.08 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 244196 0 0 0 5054 54 0 0 20 0 1 0 270358917 873115648 209477 33554432000 4194304 10169799 140736921597200 140736921595240 7433920 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2948/statm: 213163 209477 591 1459 0 211695 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 852652

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2949
/proc/meminfo: memFree=25562404/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=924020 CPUtime=102.28 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 262077 0 0 0 10171 57 0 0 20 0 1 0 270358917 946196480 227358 33554432000 4194304 10169799 140736921597200 140736921595240 7428093 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2948/statm: 231005 227358 591 1459 0 229537 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 924020

[startup+162.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 2949
/proc/meminfo: memFree=25175540/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=1329088 CPUtime=162.26 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 317533 0 0 0 16146 80 0 0 20 0 1 0 270358917 1360986112 324093 33554432000 4194304 10169799 140736921597200 140736921594232 8961143 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2948/statm: 332272 324093 693 1459 0 330804 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1329088

[startup+222.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 2950
/proc/meminfo: memFree=25160004/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=1340616 CPUtime=222.25 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 320835 0 0 0 22132 93 0 0 20 0 1 0 270358917 1372790784 327906 33554432000 4194304 10169799 140736921597200 140736921594232 4777685 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2948/statm: 335154 327906 693 1459 0 333686 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1340616

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2953
/proc/meminfo: memFree=24908236/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=1602960 CPUtime=282.24 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 350490 0 0 0 28111 113 0 0 20 0 1 0 270358917 1641431040 390776 33554432000 4194304 10169799 140736921597200 140736921590872 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2948/statm: 400740 390776 766 1459 0 399272 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1602960

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2953
/proc/meminfo: memFree=24839324/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=1674404 CPUtime=342.24 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 360749 0 0 0 34103 121 0 0 20 0 1 0 270358917 1714589696 406196 33554432000 4194304 10169799 140736921597200 140736921591528 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2948/statm: 418601 406196 771 1459 0 417133 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 1674404

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2953
/proc/meminfo: memFree=24835516/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=1680364 CPUtime=402.23 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 361678 0 0 0 40100 123 0 0 20 0 1 0 270358917 1720692736 407079 33554432000 4194304 10169799 140736921597200 140736921591528 8010187 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2948/statm: 420091 407079 771 1459 0 418623 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 1680364

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2953
/proc/meminfo: memFree=24834492/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=1681108 CPUtime=462.22 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 362027 0 0 0 46096 126 0 0 20 0 1 0 270358917 1721454592 407428 33554432000 4194304 10169799 140736921597200 140736921591528 8010338 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2948/statm: 420277 407428 771 1459 0 418809 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1681108

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2953
/proc/meminfo: memFree=24828344/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=1682280 CPUtime=522.21 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 362885 0 0 0 52091 130 0 0 20 0 1 0 270358917 1722654720 408797 33554432000 4194304 10169799 140736921597200 140736921591528 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2948/statm: 420570 408797 771 1459 0 419102 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 1682280

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2954
/proc/meminfo: memFree=24827196/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=1682904 CPUtime=582.2 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 363157 0 0 0 58088 132 0 0 20 0 1 0 270358917 1723293696 409069 33554432000 4194304 10169799 140736921597200 140736921592024 8010532 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2948/statm: 420726 409069 771 1459 0 419258 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 1682904

[startup+642.3 s]

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

/proc/meminfo: memFree=27893084/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=1692828 CPUtime=1122.12 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 364989 0 0 0 112050 162 0 0 20 0 1 0 270358917 1733455872 411922 33554432000 4194304 10169799 140736921597200 140736921592024 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2948/statm: 423207 411922 771 1459 0 421739 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 1692828

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2998
/proc/meminfo: memFree=27879776/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=1693096 CPUtime=1182.11 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 365007 0 0 0 118047 164 0 0 20 0 1 0 270358917 1733730304 411943 33554432000 4194304 10169799 140736921597200 140736921591976 8010560 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2948/statm: 423274 411943 771 1459 0 421806 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 1693096

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2998
/proc/meminfo: memFree=27868220/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=1695480 CPUtime=1242.1 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 366312 0 0 0 124044 166 0 0 20 0 1 0 270358917 1736171520 414565 33554432000 4194304 10169799 140736921597200 140736921591528 7982305 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2948/statm: 423870 414565 771 1459 0 422402 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 1695480

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2998
/proc/meminfo: memFree=27866884/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=1700300 CPUtime=1302.09 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 366700 0 0 0 130040 169 0 0 20 0 1 0 270358917 1741107200 414927 33554432000 4194304 10169799 140736921597200 140736921591528 7591829 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2948/statm: 425075 414927 771 1459 0 423607 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1700300

[startup+1362.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/177 2998
/proc/meminfo: memFree=27864480/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=1700580 CPUtime=1362.08 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 366716 0 0 0 136037 171 0 0 20 0 1 0 270358917 1741393920 415172 33554432000 4194304 10169799 140736921597200 140736921591976 8010556 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2948/statm: 425145 415172 771 1459 0 423677 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 1700580

[startup+1422.31 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 2998
/proc/meminfo: memFree=27864880/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=1700728 CPUtime=1422.08 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 366730 0 0 0 142034 174 0 0 20 0 1 0 270358917 1741545472 415225 33554432000 4194304 10169799 140736921597200 140736921591528 7982305 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2948/statm: 425182 415225 771 1459 0 423714 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 1700728

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 3002
/proc/meminfo: memFree=27864320/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=1700864 CPUtime=1482.06 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 366741 0 0 0 148030 176 0 0 20 0 1 0 270358917 1741684736 415316 33554432000 4194304 10169799 140736921597200 140736921592024 8010496 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2948/statm: 425216 415316 771 1459 0 423748 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 1700864

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3002
/proc/meminfo: memFree=27863264/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=1701164 CPUtime=1542.06 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 366757 0 0 0 154027 179 0 0 20 0 1 0 270358917 1741991936 415624 33554432000 4194304 10169799 140736921597200 140736921592024 7591875 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2948/statm: 425291 415624 771 1459 0 423823 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 1701164

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3002
/proc/meminfo: memFree=27858972/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=1701300 CPUtime=1602.04 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 366766 0 0 0 160023 181 0 0 20 0 1 0 270358917 1742131200 415633 33554432000 4194304 10169799 140736921597200 140736921592024 8009856 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2948/statm: 425325 415633 771 1459 0 423857 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 1701300

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3002
/proc/meminfo: memFree=27856340/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=1701436 CPUtime=1662.04 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 366779 0 0 0 166020 184 0 0 20 0 1 0 270358917 1742270464 416328 33554432000 4194304 10169799 140736921597200 140736921591528 7982343 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2948/statm: 425359 416328 771 1459 0 423891 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 1701436

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3002
/proc/meminfo: memFree=27854200/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=1701436 CPUtime=1722.03 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 366790 0 0 0 172017 186 0 0 20 0 1 0 270358917 1742270464 416822 33554432000 4194304 10169799 140736921597200 140736921592024 8844137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2948/statm: 425359 416822 771 1459 0 423891 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 1701436

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3003
/proc/meminfo: memFree=27852840/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=1701580 CPUtime=1782.01 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 366803 0 0 0 178013 188 0 0 20 0 1 0 270358917 1742417920 417170 33554432000 4194304 10169799 140736921597200 140736921591528 7982256 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2948/statm: 425395 417170 771 1459 0 423927 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 1701580

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3003
/proc/meminfo: memFree=27853072/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=1701580 CPUtime=1791.62 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 366806 0 0 0 178973 189 0 0 20 0 1 0 270358917 1742417920 417173 33554432000 4194304 10169799 140736921597200 140736921591528 8009908 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2948/statm: 425395 417173 771 1459 0 423927 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 1701580

[startup+1795.1 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 3003
/proc/meminfo: memFree=27853072/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=1701580 CPUtime=1794.82 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 366807 0 0 0 179293 189 0 0 20 0 1 0 270358917 1742417920 417174 33554432000 4194304 10169799 140736921597200 140736921591528 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2948/statm: 425395 417174 771 1459 0 423927 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 1701580

[startup+1798.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 3003
/proc/meminfo: memFree=27853072/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=1701580 CPUtime=1798.01 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 366808 0 0 0 179612 189 0 0 20 0 1 0 270358917 1742417920 417175 33554432000 4194304 10169799 140736921597200 140736921591528 8006155 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2948/statm: 425395 417175 771 1459 0 423927 0
Current children cumulated CPU time (s) 1798.01
Current children cumulated vsize (KiB) 1701580

[startup+1799.1 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 3003
/proc/meminfo: memFree=27853072/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=1701580 CPUtime=1798.81 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 366947 0 0 0 179692 189 0 0 20 0 1 0 270358917 1742417920 420891 33554432000 4194304 10169799 140736921597200 140736921592024 5058793 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2948/statm: 425395 420891 793 1459 0 423927 0
Current children cumulated CPU time (s) 1798.81
Current children cumulated vsize (KiB) 1701580

[startup+1799.9 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 3003
/proc/meminfo: memFree=27850888/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=1584520 CPUtime=1799.61 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 366948 0 0 0 179771 190 0 0 20 0 1 0 270358917 1622548480 391742 33554432000 4194304 10169799 140736921597200 140736921596392 7547456 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2948/statm: 396130 391742 794 1459 0 394662 0
Current children cumulated CPU time (s) 1799.61
Current children cumulated vsize (KiB) 1584520

[startup+1800.1 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 3003
/proc/meminfo: memFree=27850888/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=1464756 CPUtime=1799.81 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 366948 0 0 0 179790 191 0 0 20 0 1 0 270358917 1499910144 361801 33554432000 4194304 10169799 140736921597200 140736921596392 7542263 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2948/statm: 366189 361801 794 1459 0 364721 0
Current children cumulated CPU time (s) 1799.81
Current children cumulated vsize (KiB) 1464756

[startup+1800.2 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 3003
/proc/meminfo: memFree=27850888/32873844 swapFree=7112/7112
[pid=2948] ppid=2946 vsize=1304076 CPUtime=1799.91 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.1.1.4sfi) R 2946 2948 521 0 -1 4202496 366949 0 0 0 179800 191 0 0 20 0 1 0 270358917 1335373824 323414 33554432000 4194304 10169799 140736921597200 140736921596392 7547287 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2948/statm: 326019 323414 795 1459 0 324551 0
Current children cumulated CPU time (s) 1799.91
Current children cumulated vsize (KiB) 1304076

Child status: 0
Real time (s): 1800.3
CPU time (s): 1800.02
CPU user time (s): 1798.08
CPU system time (s): 1.9387
CPU usage (%): 99.9846
Max. virtual memory (cumulated for all children) (KiB): 1701580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.08
system time used= 1.93871
maximum resident set size= 1683564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 366962
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= 9
involuntary context switches= 2071

runsolver used 3.2895 second user time and 7.8868 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-26 16:25:32
IDJOB=3693661
IDBENCH=89855
IDSOLVER=2272
FILE ID=node119/3693661-1338042332
RUNJOBID= node119-1338029657-1672
PBS_JOBID= 14624352
Free space on /tmp= 71500 MiB

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

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

MD5SUM BENCH= 2ebd045d7573caa1ce8026d29a77beeb
RANDOM SEED=2023127100

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26478016 kB
Buffers:          225036 kB
Cached:          2095704 kB
SwapCached:            0 kB
Active:          3867012 kB
Inactive:        1735832 kB
Active(anon):    3270412 kB
Inactive(anon):    14064 kB
Active(file):     596600 kB
Inactive(file):  1721768 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             29128 kB
Writeback:             0 kB
AnonPages:       3289128 kB
Mapped:            16588 kB
Shmem:               200 kB
Slab:             645972 kB
SReclaimable:      88020 kB
SUnreclaim:       557952 kB
KernelStack:        1448 kB
PageTables:        11648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3583692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    847872 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= 71532 MiB
End job on node119 at 2012-05-26 16:55:33