Trace number 3692559

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed? (TO) 1802.16 1802.45

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_20null0mast_rapportOE1.0_TMAX300_K192_cod2.opb
MD5SUMbf80427a5518f65f2c0be5c955ae4146
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-78535
Best CPU time to get the best result obtained on this benchmark1800.71
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1427
Biggest coefficient in the objective function 998
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 712416
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 998
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 712416
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: 947bdb7-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3692559-1338046557.opb>
2.09/2.13	c original problem has 400896 variables (400896 bin, 0 int, 0 impl, 0 cont) and 402763 constraints
2.09/2.13	c problem read in 2.12
3.98/4.05	c presolving:
7.48/7.51	c (round 1) 0 del vars, 1977 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 398809 upgd conss, 67806 impls, 1977 clqs
8.48/8.55	c (round 2) 0 del vars, 1977 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 400786 upgd conss, 67806 impls, 1977 clqs
1799.61/1799.96	c    (1800.0s) probing: 16/400893 (0.0%) - 0 fixings, 0 aggregations, 3580965 implications, 0 bound changes
1799.61/1799.96	c    (1800.0s) probing aborted: solving stopped
1800.51/1800.87	c presolving (3 rounds):
1800.51/1800.87	c  3 deleted vars, 1977 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1800.51/1800.87	c  23114808 implications, 1977 cliques
1800.51/1800.87	c presolved problem has 400893 variables (400893 bin, 0 int, 0 impl, 0 cont) and 400786 constraints
1800.51/1800.87	c       1 constraints of type <knapsack>
1800.51/1800.87	c   26425 constraints of type <setppc>
1800.51/1800.87	c  374360 constraints of type <logicor>
1800.51/1800.87	c transformed objective value is always integral (scale: 1)
1800.51/1800.87	c Presolving Time: 1797.52
1800.51/1800.87	c - non default parameters ----------------------------------------------------------------------
1800.51/1800.87	c # SCIP version 2.1.1.4
1800.51/1800.87	c 
1800.51/1800.87	c # maximal time in seconds to run
1800.51/1800.87	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1800.51/1800.87	c limits/time = 1797
1800.51/1800.87	c 
1800.51/1800.87	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1800.51/1800.87	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1800.51/1800.87	c limits/memory = 13950
1800.51/1800.87	c 
1800.51/1800.87	c # default clock type (1: CPU user seconds, 2: wall clock time)
1800.51/1800.87	c # [type: int, range: [1,2], default: 1]
1800.51/1800.87	c timing/clocktype = 2
1800.51/1800.87	c 
1800.51/1800.87	c # belongs reading time to solving time?
1800.51/1800.87	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1800.51/1800.87	c timing/reading = TRUE
1800.51/1800.87	c 
1800.51/1800.87	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1800.51/1800.87	c # [type: int, range: [-1,2147483647], default: -1]
1800.51/1800.87	c separating/rapidlearning/freq = 0
1800.51/1800.87	c 
1800.51/1800.87	c -----------------------------------------------------------------------------------------------
1800.51/1800.87	c start solving
1801.41/1801.73	c 
1801.41/1801.73	c 
1801.41/1801.73	c SCIP Status        : solving was interrupted [time limit reached]
1801.41/1801.73	c Solving Time (sec) : 1801.72
1801.41/1801.73	c Solving Nodes      : 0
1801.41/1801.73	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1801.41/1801.73	c Dual Bound         : -1.00000000000000e+20
1801.41/1801.73	c Gap                : infinite
1801.41/1801.73	s UNKNOWN
1801.41/1801.73	c SCIP Status        : solving was interrupted [time limit reached]
1801.41/1801.73	c Total Time         :    1801.72
1801.41/1801.73	c   solving          :    1801.72
1801.41/1801.73	c   presolving       :    1797.52 (included in solving)
1801.41/1801.73	c   reading          :       2.12 (included in solving)
1801.41/1801.73	c   copying          :       0.00 (0 times copied the problem)
1801.41/1801.73	c Original Problem   :
1801.41/1801.73	c   Problem name     : HOME/instance-3692559-1338046557.opb
1801.41/1801.73	c   Variables        : 400896 (400896 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.41/1801.73	c   Constraints      : 402763 initial, 402763 maximal
1801.41/1801.73	c   Objective sense  : minimize
1801.41/1801.73	c Presolved Problem  :
1801.41/1801.73	c   Problem name     : t_HOME/instance-3692559-1338046557.opb
1801.41/1801.73	c   Variables        : 400893 (400893 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.41/1801.73	c   Constraints      : 400786 initial, 400786 maximal
1801.41/1801.73	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1801.41/1801.73	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1801.41/1801.73	c   trivial          :       0.06       0.00          0          0          0          0          0          0          0          0          0
1801.41/1801.73	c   dualfix          :       0.04       0.00          0          0          0          0          0          0          0          0          0
1801.41/1801.73	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1801.41/1801.73	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1801.41/1801.73	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1801.41/1801.73	c   gateextraction   :       0.15       0.00          0          0          0          0          0          0          0          0          0
1801.41/1801.73	c   implics          :       0.02       0.00          0          0          0          0          0          0          0          0          0
1801.41/1801.73	c   components       :       0.32       0.00          0          0          0          0          0          0          0          0          0
1801.41/1801.73	c   pseudoobj        :       0.00       0.71          0          0          0          0          0          0          0          0          0
1801.41/1801.73	c   probing          :    1790.62       0.01          0          0          0          0          0          0          0          0          0
1801.41/1801.73	c   knapsack         :       0.03       0.01          0          0          0          0          0          0          0          0          0
1801.41/1801.73	c   setppc           :       0.14       0.00          3          0          0          0          0          0          0          0          0
1801.41/1801.73	c   linear           :       2.66       0.36          0          0          0          0          0       1977          0          0          0
1801.41/1801.73	c   logicor          :       1.35       0.56          0          0          0          0          0          0          0          0          0
1801.41/1801.73	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1801.41/1801.73	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1801.41/1801.73	c   integral         :          0          0          0          0          0          0          0          0          0          0          0          0          0
1801.41/1801.73	c   knapsack         :          1          1          0        521          0          0          0          0          0          0          0          0          0
1801.41/1801.73	c   setppc           :      26425      26425          0        521          0          0          0          0          0          0          0          0          0
1801.41/1801.73	c   logicor          :     374360     374360          0        408          0          0          0          0          0          0          0          0          0
1801.41/1801.73	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1801.41/1801.73	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1801.41/1801.73	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1801.41/1801.73	c   knapsack         :       0.02       0.01       0.00       0.01       0.00       0.00       0.00       0.00
1801.41/1801.73	c   setppc           :       1.15       0.00       0.00       1.15       0.00       0.00       0.00       0.00
1801.41/1801.73	c   logicor          :       4.00       0.56       0.00       3.44       0.00       0.00       0.00       0.00
1801.41/1801.73	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1801.41/1801.73	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1801.41/1801.73	c   rootredcost      :          0          0          0          0
1801.41/1801.73	c   pseudoobj        :          0          0          0          0
1801.41/1801.73	c   vbounds          :          0          0          0          0
1801.41/1801.73	c   redcost          :          0          0          0          0
1801.41/1801.73	c   probing          :          0          0          0          0
1801.41/1801.73	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1801.41/1801.73	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1801.41/1801.73	c   pseudoobj        :       0.71       0.71       0.00       0.00       0.00
1801.41/1801.73	c   vbounds          :       0.06       0.06       0.00       0.00       0.00
1801.41/1801.73	c   redcost          :       0.00       0.00       0.00       0.00       0.00
1801.41/1801.73	c   probing          :    1790.63       0.01    1790.62       0.00       0.00
1801.41/1801.73	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1801.41/1801.73	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1801.41/1801.73	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1801.41/1801.73	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1801.41/1801.73	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1801.41/1801.73	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1801.41/1801.73	c   applied globally :          -          -          -          0        0.0          -          -          -
1801.41/1801.73	c   applied locally  :          -          -          -          0        0.0          -          -          -
1801.41/1801.73	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1801.41/1801.73	c   cut pool         :       0.00                     0          -          -          0          -    (maximal pool size: 0)
1801.41/1801.73	c   clique           :       0.00       0.00          0          0          0          0          0
1801.41/1801.73	c   closecuts        :       0.00       0.00          0          0          0          0          0
1801.41/1801.73	c   cgmip            :       0.00       0.00          0          0          0          0          0
1801.41/1801.73	c   cmir             :       0.00       0.00          0          0          0          0          0
1801.41/1801.73	c   flowcover        :       0.00       0.00          0          0          0          0          0
1801.41/1801.73	c   gomory           :       0.00       0.00          0          0          0          0          0
1801.41/1801.73	c   impliedbounds    :       0.00       0.00          0          0          0          0          0
1801.41/1801.73	c   intobj           :       0.00       0.00          0          0          0          0          0
1801.41/1801.73	c   mcf              :       0.00       0.00          0          0          0          0          0
1801.41/1801.73	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1801.41/1801.73	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1801.41/1801.73	c   strongcg         :       0.00       0.00          0          0          0          0          0
1801.41/1801.73	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1801.41/1801.73	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1801.41/1801.73	c   problem variables:       0.00          -          0          0
1801.41/1801.73	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1801.41/1801.73	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1801.41/1801.73	c   inference        :       0.00       0.00          0          0          0          0          0          0
1801.41/1801.73	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1801.41/1801.73	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1801.41/1801.73	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1801.41/1801.73	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1801.41/1801.73	c   random           :       0.00       0.00          0          0          0          0          0          0
1801.41/1801.73	c   relpscost        :       0.00       0.00          0          0          0          0          0          0
1801.41/1801.73	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1801.41/1801.73	c   LP solutions     :       0.00          -          -          0
1801.41/1801.73	c   pseudo solutions :       0.00          -          -          0
1801.41/1801.73	c   smallcard        :       0.00       0.00          0          0
1801.41/1801.73	c   trivial          :       0.21       0.00          1          0
1801.41/1801.73	c   shiftandpropagate:       0.00       0.00          0          0
1801.41/1801.73	c   simplerounding   :       0.00       0.00          0          0
1801.41/1801.73	c   zirounding       :       0.00       0.00          0          0
1801.41/1801.73	c   rounding         :       0.00       0.00          0          0
1801.41/1801.73	c   shifting         :       0.00       0.00          0          0
1801.41/1801.73	c   intshifting      :       0.00       0.00          0          0
1801.41/1801.73	c   oneopt           :       0.00       0.00          0          0
1801.41/1801.73	c   twoopt           :       0.00       0.00          0          0
1801.41/1801.73	c   indtwoopt        :       0.00       0.00          0          0
1801.41/1801.73	c   indoneopt        :       0.00       0.00          0          0
1801.41/1801.73	c   fixandinfer      :       0.00       0.00          0          0
1801.41/1801.73	c   feaspump         :       0.00       0.00          0          0
1801.41/1801.73	c   clique           :       0.00       0.00          0          0
1801.41/1801.73	c   indrounding      :       0.00       0.00          0          0
1801.41/1801.73	c   indcoefdiving    :       0.00       0.00          0          0
1801.41/1801.73	c   coefdiving       :       0.00       0.00          0          0
1801.41/1801.73	c   pscostdiving     :       0.00       0.00          0          0
1801.41/1801.73	c   nlpdiving        :       0.00       0.00          0          0
1801.41/1801.73	c   fracdiving       :       0.00       0.00          0          0
1801.41/1801.73	c   veclendiving     :       0.00       0.00          0          0
1801.41/1801.73	c   intdiving        :       0.00       0.00          0          0
1801.41/1801.73	c   actconsdiving    :       0.00       0.00          0          0
1801.41/1801.73	c   objpscostdiving  :       0.00       0.00          0          0
1801.41/1801.73	c   rootsoldiving    :       0.00       0.00          0          0
1801.41/1801.73	c   linesearchdiving :       0.00       0.00          0          0
1801.41/1801.73	c   guideddiving     :       0.00       0.00          0          0
1801.41/1801.73	c   octane           :       0.00       0.00          0          0
1801.41/1801.73	c   rens             :       0.00       0.00          0          0
1801.41/1801.73	c   rins             :       0.00       0.00          0          0
1801.41/1801.73	c   localbranching   :       0.00       0.00          0          0
1801.41/1801.73	c   mutation         :       0.00       0.00          0          0
1801.41/1801.73	c   crossover        :       0.00       0.00          0          0
1801.41/1801.73	c   dins             :       0.00       0.00          0          0
1801.41/1801.73	c   vbounds          :       0.00       0.00          0          0
1801.41/1801.73	c   undercover       :       0.00       0.00          0          0
1801.41/1801.73	c   subnlp           :       0.00       0.00          0          0
1801.41/1801.73	c   trysol           :       0.00       0.00          0          0
1801.41/1801.73	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1801.41/1801.73	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
1801.41/1801.73	c   dual LP          :       0.00          0          0       0.00          -       0.00          0
1801.41/1801.73	c   lex dual LP      :       0.00          0          0       0.00          -
1801.41/1801.73	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1801.41/1801.73	c   diving/probing LP:       0.00          0          0       0.00          -
1801.41/1801.73	c   strong branching :       0.00          0          0       0.00          -
1801.41/1801.73	c     (at root node) :          -          0          0       0.00          -
1801.41/1801.73	c   conflict analysis:       0.00          0          0       0.00          -
1801.41/1801.73	c B&B Tree           :
1801.41/1801.73	c   number of runs   :          1
1801.41/1801.73	c   nodes            :          0
1801.41/1801.73	c   nodes (total)    :          0
1801.41/1801.73	c   nodes left       :          1
1801.41/1801.73	c   max depth        :         -1
1801.41/1801.73	c   max depth (total):         -1
1801.41/1801.73	c   backtracks       :          0 (0.0%)
1801.41/1801.73	c   delayed cutoffs  :          0
1801.41/1801.73	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1801.41/1801.73	c   avg switch length:       0.00
1801.41/1801.73	c   switching time   :       0.00
1801.41/1801.73	c Solution           :
1801.41/1801.73	c   Solutions found  :          0 (0 improvements)
1801.41/1801.73	c   Primal Bound     :          -
1801.41/1801.73	c   Dual Bound       :          -
1801.41/1801.73	c   Gap              :   infinite
1801.41/1801.73	c   Root Dual Bound  :          -
1801.41/1801.73	c   Root Iterations  :          0

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-3692559-1338046557/watcher-3692559-1338046557 -o /tmp/evaluation-result-3692559-1338046557/solver-3692559-1338046557 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692559-1338046557.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.01 2.02 2.00 3/174 2825
/proc/meminfo: memFree=27051532/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/2825/stat : 2825 (runsolver) D 2823 2825 31545 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 270781289 12095488 51 33554432000 4194304 5436572 140733587919744 140733587916040 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/2825/statm: 2953 51 31 304 0 2645 0

[startup+0.07384 s]
/proc/loadavg: 2.01 2.02 2.00 3/174 2825
/proc/meminfo: memFree=27051532/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=40616 CPUtime=0.05 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 8882 0 0 0 5 0 0 0 20 0 1 0 270781289 41590784 8837 33554432000 4194304 10219143 140733698654496 140733587915928 5347038 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 10154 8837 421 1471 0 8674 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 40616

[startup+0.100293 s]
/proc/loadavg: 2.01 2.02 2.00 3/174 2825
/proc/meminfo: memFree=27051532/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=48612 CPUtime=0.09 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 10894 0 0 0 8 1 0 0 20 0 1 0 270781289 49778688 10849 33554432000 4194304 10219143 140733698654496 140733587915928 8772859 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 12153 10849 421 1471 0 10673 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48612

[startup+0.300278 s]
/proc/loadavg: 2.01 2.02 2.00 3/174 2825
/proc/meminfo: memFree=27051532/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=93264 CPUtime=0.29 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 22044 0 0 0 27 2 0 0 20 0 1 0 270781289 95502336 21999 33554432000 4194304 10219143 140733698654496 140733587915928 8868309 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 23316 21999 421 1471 0 21836 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 93264

[startup+0.700289 s]
/proc/loadavg: 2.01 2.02 2.00 3/174 2825
/proc/meminfo: memFree=27051532/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=214140 CPUtime=0.69 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 52199 0 0 0 63 6 0 0 20 0 1 0 270781289 219279360 52154 33554432000 4194304 10219143 140733698654496 140733587915928 5957853 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 53535 52154 421 1471 0 52055 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 214140

[startup+1.50026 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 2826
/proc/meminfo: memFree=26758240/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=437704 CPUtime=1.48 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 108023 0 0 0 134 14 0 0 20 0 1 0 270781289 448208896 107978 33554432000 4194304 10219143 140733698654496 140733698519672 5345244 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 109426 107978 421 1471 0 107946 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 437704

[startup+3.10029 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 2826
/proc/meminfo: memFree=26560088/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=1100564 CPUtime=3.09 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 273333 0 0 0 274 35 0 0 20 0 1 0 270781289 1126977536 273687 33554432000 4194304 10219143 140733698654496 140733698650296 8888802 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 275141 273687 483 1471 0 273661 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1100564

[startup+6.30029 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 2826
/proc/meminfo: memFree=25721940/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=1712044 CPUtime=6.29 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 423350 0 0 0 564 65 0 0 20 0 1 0 270781289 1753133056 424367 33554432000 4194304 10219143 140733698654496 140733698651496 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 428011 424367 560 1471 0 426531 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1712044

[startup+12.7002 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 2826
/proc/meminfo: memFree=25163872/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=1904260 CPUtime=12.68 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 492132 0 0 0 1172 96 0 0 20 0 1 0 270781289 1949962240 471654 33554432000 4194304 10219143 140733698654496 140733698649896 8969239 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 476065 471654 612 1471 0 474585 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1904260

[startup+25.5002 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 2826
/proc/meminfo: memFree=25156608/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=1911940 CPUtime=25.48 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 493415 0 0 0 2451 97 0 0 20 0 1 0 270781289 1957826560 473448 33554432000 4194304 10219143 140733698654496 140733698649896 8969244 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 477985 473448 612 1471 0 476505 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1911940

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 2826
/proc/meminfo: memFree=25151352/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=1915332 CPUtime=51.08 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 494329 0 0 0 5011 97 0 0 20 0 1 0 270781289 1961299968 474362 33554432000 4194304 10219143 140733698654496 140733698650872 8969198 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 478833 474362 612 1471 0 477353 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1915332

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 2826
/proc/meminfo: memFree=23753220/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=3346600 CPUtime=102.27 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 823510 0 0 0 10088 139 0 0 20 0 1 0 270781289 3426918400 822569 33554432000 4194304 10219143 140733698654496 140733698649608 8969239 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 836650 822569 612 1471 0 835170 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 3346600

[startup+162.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/175 2826
/proc/meminfo: memFree=23745560/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=3348648 CPUtime=162.26 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 824238 0 0 0 16087 139 0 0 20 0 1 0 270781289 3429015552 823297 33554432000 4194304 10219143 140733698654496 140733698649608 8969260 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 837162 823297 612 1471 0 835682 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 3348648

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 2826
/proc/meminfo: memFree=23744608/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=3348648 CPUtime=222.25 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 824476 0 0 0 22086 139 0 0 20 0 1 0 270781289 3429015552 823535 33554432000 4194304 10219143 140733698654496 140733698649608 8969229 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 837162 823535 612 1471 0 835682 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 3348648

[startup+282.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/176 2830
/proc/meminfo: memFree=23589232/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=3352552 CPUtime=282.25 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 825674 0 0 0 28085 140 0 0 20 0 1 0 270781289 3433013248 824733 33554432000 4194304 10219143 140733698654496 140733698649608 8969260 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 838138 824733 612 1471 0 836658 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 3352552

[startup+342.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/175 2830
/proc/meminfo: memFree=23588524/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=3352552 CPUtime=342.23 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 825902 0 0 0 34083 140 0 0 20 0 1 0 270781289 3433013248 824961 33554432000 4194304 10219143 140733698654496 140733698649608 8969184 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 838138 824961 612 1471 0 836658 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 3352552

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 2830
/proc/meminfo: memFree=23581672/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=3353576 CPUtime=402.22 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 826387 0 0 0 40082 140 0 0 20 0 1 0 270781289 3434061824 825446 33554432000 4194304 10219143 140733698654496 140733698649608 8969254 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 838394 825446 612 1471 0 836914 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 3353576

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 2830
/proc/meminfo: memFree=23484856/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=3355428 CPUtime=462.21 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 827074 0 0 0 46081 140 0 0 20 0 1 0 270781289 3435958272 826133 33554432000 4194304 10219143 140733698654496 140733698649608 8969224 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 838857 826133 612 1471 0 837377 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 3355428

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 2830
/proc/meminfo: memFree=23483520/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=3355428 CPUtime=522.21 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 827298 0 0 0 52080 141 0 0 20 0 1 0 270781289 3435958272 826357 33554432000 4194304 10219143 140733698654496 140733698649608 8969229 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 838857 826357 612 1471 0 837377 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 3355428

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 2830
/proc/meminfo: memFree=23481696/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=3356452 CPUtime=582.2 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 827789 0 0 0 58079 141 0 0 20 0 1 0 270781289 3437006848 826848 33554432000 4194304 10219143 140733698654496 140733698649608 8969249 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 839113 826848 612 1471 0 837633 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 3356452

[startup+642.3 s]

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

/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 832121 0 0 0 100071 142 0 0 20 0 1 0 270781289 3447820288 831180 33554432000 4194304 10219143 140733698654496 140733698649608 8969244 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 841753 831180 612 1471 0 840273 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 3367012

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 2835
/proc/meminfo: memFree=23430724/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=3367844 CPUtime=1062.12 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 832565 0 0 0 106070 142 0 0 20 0 1 0 270781289 3448672256 831624 33554432000 4194304 10219143 140733698654496 140733698649608 8969260 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 841961 831624 612 1471 0 840481 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 3367844

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 2835
/proc/meminfo: memFree=23421780/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=3369892 CPUtime=1122.11 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 833313 0 0 0 112069 142 0 0 20 0 1 0 270781289 3450769408 832372 33554432000 4194304 10219143 140733698654496 140733698649608 8969229 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 842473 832372 612 1471 0 840993 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 3369892

[startup+1182.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/175 2835
/proc/meminfo: memFree=23419528/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=3370916 CPUtime=1182.1 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 833805 0 0 0 118068 142 0 0 20 0 1 0 270781289 3451817984 832864 33554432000 4194304 10219143 140733698654496 140733698649608 8969244 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 842729 832864 612 1471 0 841249 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 3370916

[startup+1242.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/175 2836
/proc/meminfo: memFree=23416380/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=3372772 CPUtime=1242.1 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 834513 0 0 0 124067 143 0 0 20 0 1 0 270781289 3453718528 833572 33554432000 4194304 10219143 140733698654496 140733698649608 8969260 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 843193 833572 612 1471 0 841713 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 3372772

[startup+1302.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/175 2836
/proc/meminfo: memFree=23414420/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=3373796 CPUtime=1302.1 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 835013 0 0 0 130067 143 0 0 20 0 1 0 270781289 3454767104 834072 33554432000 4194304 10219143 140733698654496 140733698649608 8969249 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 843449 834072 612 1471 0 841969 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 3373796

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 2836
/proc/meminfo: memFree=23412748/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=3374820 CPUtime=1362.08 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 835439 0 0 0 136065 143 0 0 20 0 1 0 270781289 3455815680 834560 33554432000 4194304 10219143 140733698654496 140733698649608 8969224 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 843705 834560 612 1471 0 842225 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 3374820

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 2836
/proc/meminfo: memFree=23409924/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=3376676 CPUtime=1422.07 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 836142 0 0 0 142064 143 0 0 20 0 1 0 270781289 3457716224 835262 33554432000 4194304 10219143 140733698654496 140733698649608 8969244 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 844169 835262 612 1471 0 842689 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 3376676

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 2839
/proc/meminfo: memFree=23406100/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=3378724 CPUtime=1482.05 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 836900 0 0 0 148062 143 0 0 20 0 1 0 270781289 3459813376 836186 33554432000 4194304 10219143 140733698654496 140733698649608 8969239 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 844681 836186 612 1471 0 843201 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 3378724

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2863
/proc/meminfo: memFree=23405064/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=3378724 CPUtime=1542.04 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 837144 0 0 0 154061 143 0 0 20 0 1 0 270781289 3459813376 836430 33554432000 4194304 10219143 140733698654496 140733698649608 8969229 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 844681 836430 612 1471 0 843201 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 3378724

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 2863
/proc/meminfo: memFree=23394188/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=3379748 CPUtime=1602.04 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 837607 0 0 0 160060 144 0 0 20 0 1 0 270781289 3460861952 839064 33554432000 4194304 10219143 140733698654496 140733698649608 8969285 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 844937 839064 612 1471 0 843457 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 3379748

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 2902
/proc/meminfo: memFree=24630548/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=3381604 CPUtime=1662.03 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 838315 0 0 0 166059 144 0 0 20 0 1 0 270781289 3462762496 840557 33554432000 4194304 10219143 140733698654496 140733698649608 8969254 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 845401 840557 612 1471 0 843921 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 3381604

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 2902
/proc/meminfo: memFree=24506896/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=3406180 CPUtime=1722.02 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 844703 0 0 0 172057 145 0 0 20 0 1 0 270781289 3487928320 847504 33554432000 4194304 10219143 140733698654496 140733698650872 8969239 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 851545 847504 612 1471 0 850065 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 3406180

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 2902
/proc/meminfo: memFree=24434072/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=3449908 CPUtime=1782.01 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 854928 0 0 0 178054 147 0 0 20 0 1 0 270781289 3532705792 858330 33554432000 4194304 10219143 140733698654496 140733698650872 8969301 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 862477 858330 612 1471 0 860997 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 3449908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 2902
/proc/meminfo: memFree=24438072/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=3430580 CPUtime=1800.01 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 860106 0 0 0 179853 148 0 0 20 0 1 0 270781289 3512913920 853503 33554432000 4194304 10219143 140733698654496 140733698649816 5015180 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 857645 853503 617 1471 0 856165 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 3430580

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -2825

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 2903
/proc/meminfo: memFree=24438072/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=3444132 CPUtime=1801.11 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 860392 0 0 0 179963 148 0 0 20 0 1 0 270781289 3526791168 853789 33554432000 4194304 10219143 140733698654496 140733698650944 6914949 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 861033 853789 635 1471 0 859553 0
Current children cumulated CPU time (s) 1801.11
Current children cumulated vsize (KiB) 3444132

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 2903
/proc/meminfo: memFree=24351000/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=3523412 CPUtime=1801.9 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4202496 862057 0 0 0 180041 149 0 0 20 0 1 0 270781289 3607973888 871287 33554432000 4194304 10219143 140733698654496 140733698653816 4519392 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 880853 871287 659 1471 0 879373 0
Current children cumulated CPU time (s) 1801.9
Current children cumulated vsize (KiB) 3523412

[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 2903
/proc/meminfo: memFree=24351000/32873624 swapFree=7104/7104
[pid=2825] ppid=2823 vsize=0 CPUtime=1802.11 cores=0,2,4,6
/proc/2825/stat : 2825 (scip-2.1.1.4exp) R 2823 2825 31545 0 -1 4203524 862057 0 0 0 180052 159 0 0 20 0 1 0 270781289 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2825/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.11
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.45
CPU time (s): 1802.16
CPU user time (s): 1800.52
CPU system time (s): 1.64075
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 3539796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.52
system time used= 1.64075
maximum resident set size= 3501524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 862057
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 2076

runsolver used 5.69313 second user time and 14.1409 second system time

The end

Launcher Data

Begin job on node121 at 2012-05-26 17:35:58
IDJOB=3692559
IDBENCH=90862
IDSOLVER=2271
FILE ID=node121/3692559-1338046557
RUNJOBID= node121-1338028773-530
PBS_JOBID= 14624350
Free space on /tmp= 71432 MiB

SOLVER NAME= SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_unif_20null0mast_rapportOE1.0_TMAX300_K192_cod2.opb
COMMAND LINE= HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3692559-1338046557/watcher-3692559-1338046557 -o /tmp/evaluation-result-3692559-1338046557/solver-3692559-1338046557 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692559-1338046557.opb -t 1800 -m 15500

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

MD5SUM BENCH= bf80427a5518f65f2c0be5c955ae4146
RANDOM SEED=816924905

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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		: 2667.042
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	: 5438.55
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		: 2667.042
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:       32873624 kB
MemFree:        27051788 kB
Buffers:          261484 kB
Cached:          2695900 kB
SwapCached:            0 kB
Active:          2863056 kB
Inactive:        2182332 kB
Active(anon):    2090356 kB
Inactive(anon):        0 kB
Active(file):     772700 kB
Inactive(file):  2182332 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             41096 kB
Writeback:            16 kB
AnonPages:       2096776 kB
Mapped:            16532 kB
Shmem:               200 kB
Slab:             635756 kB
SReclaimable:      80000 kB
SUnreclaim:       555756 kB
KernelStack:        1440 kB
PageTables:         8008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:    2246668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71404 MiB
End job on node121 at 2012-05-26 18:06:01