Trace number 3693724

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? (TO) 1802.13 1802.41

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_10null20mast_rapportOE2.0_TMAX60_K192_cod2.opb
MD5SUM021b67803848f7a62860711c4015132a
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1783.09
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 1605
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 993246
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 993246
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: 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-3693724-1338047123.opb>
1.99/2.09	c original problem has 400896 variables (400896 bin, 0 int, 0 impl, 0 cont) and 402763 constraints
1.99/2.09	c problem read in 2.09
4.59/4.69	c presolving:
8.39/8.49	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
9.49/9.59	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.71/1800.01	c    (1800.0s) probing: 14/400893 (0.0%) - 0 fixings, 0 aggregations, 3260779 implications, 0 bound changes
1799.71/1800.01	c    (1800.0s) probing aborted: solving stopped
1800.71/1801.00	c presolving (3 rounds):
1800.71/1801.00	c  3 deleted vars, 1977 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1800.71/1801.00	c  22473028 implications, 1977 cliques
1800.71/1801.00	c presolved problem has 400893 variables (400893 bin, 0 int, 0 impl, 0 cont) and 400786 constraints
1800.71/1801.00	c       1 constraints of type <knapsack>
1800.71/1801.00	c   26425 constraints of type <setppc>
1800.71/1801.00	c  374360 constraints of type <logicor>
1800.71/1801.00	c transformed objective value is always integral (scale: 1)
1800.71/1801.00	c Presolving Time: 1798.09
1800.71/1801.00	c - non default parameters ----------------------------------------------------------------------
1800.71/1801.00	c # SCIP version 2.1.1.4
1800.71/1801.00	c 
1800.71/1801.00	c # maximal time in seconds to run
1800.71/1801.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1800.71/1801.00	c limits/time = 1797
1800.71/1801.00	c 
1800.71/1801.00	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1800.71/1801.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1800.71/1801.00	c limits/memory = 13950
1800.71/1801.00	c 
1800.71/1801.00	c # default clock type (1: CPU user seconds, 2: wall clock time)
1800.71/1801.00	c # [type: int, range: [1,2], default: 1]
1800.71/1801.00	c timing/clocktype = 2
1800.71/1801.00	c 
1800.71/1801.00	c # belongs reading time to solving time?
1800.71/1801.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1800.71/1801.00	c timing/reading = TRUE
1800.71/1801.00	c 
1800.71/1801.00	c -----------------------------------------------------------------------------------------------
1800.71/1801.00	c start solving
1801.41/1801.77	c 
1801.41/1801.77	c 
1801.41/1801.77	c SCIP Status        : solving was interrupted [time limit reached]
1801.41/1801.77	c Solving Time (sec) : 1801.75
1801.41/1801.77	c Solving Nodes      : 0
1801.41/1801.77	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1801.41/1801.77	c Dual Bound         : -1.00000000000000e+20
1801.41/1801.77	c Gap                : infinite
1801.41/1801.77	s UNKNOWN
1801.41/1801.77	c SCIP Status        : solving was interrupted [time limit reached]
1801.41/1801.77	c Total Time         :    1801.75
1801.41/1801.77	c   solving          :    1801.75
1801.41/1801.77	c   presolving       :    1798.09 (included in solving)
1801.41/1801.77	c   reading          :       2.09 (included in solving)
1801.41/1801.77	c   copying          :       0.00 (0 times copied the problem)
1801.41/1801.77	c Original Problem   :
1801.41/1801.77	c   Problem name     : HOME/instance-3693724-1338047123.opb
1801.41/1801.77	c   Variables        : 400896 (400896 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.41/1801.77	c   Constraints      : 402763 initial, 402763 maximal
1801.41/1801.77	c   Objective sense  : minimize
1801.41/1801.77	c Presolved Problem  :
1801.41/1801.77	c   Problem name     : t_HOME/instance-3693724-1338047123.opb
1801.41/1801.77	c   Variables        : 400893 (400893 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.41/1801.77	c   Constraints      : 400786 initial, 400786 maximal
1801.41/1801.77	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1801.41/1801.77	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1801.41/1801.77	c   trivial          :       0.06       0.00          0          0          0          0          0          0          0          0          0
1801.41/1801.77	c   dualfix          :       0.04       0.00          0          0          0          0          0          0          0          0          0
1801.41/1801.77	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1801.41/1801.77	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1801.41/1801.77	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1801.41/1801.77	c   gateextraction   :       0.14       0.00          0          0          0          0          0          0          0          0          0
1801.41/1801.77	c   implics          :       0.02       0.00          0          0          0          0          0          0          0          0          0
1801.41/1801.77	c   components       :       0.36       0.00          0          0          0          0          0          0          0          0          0
1801.41/1801.77	c   pseudoobj        :       0.00       0.62          0          0          0          0          0          0          0          0          0
1801.41/1801.77	c   probing          :    1789.58       0.01          0          0          0          0          0          0          0          0          0
1801.41/1801.77	c   knapsack         :       0.03       0.01          0          0          0          0          0          0          0          0          0
1801.41/1801.77	c   setppc           :       0.15       0.00          3          0          0          0          0          0          0          0          0
1801.41/1801.77	c   linear           :       2.99       0.00          0          0          0          0          0       1977          0          0          0
1801.41/1801.77	c   logicor          :       1.49       0.60          0          0          0          0          0          0          0          0          0
1801.41/1801.77	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1801.41/1801.77	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1801.41/1801.77	c   integral         :          0          0          0          0          0          0          0          0          0          0          0          0          0
1801.41/1801.77	c   knapsack         :          1          1          0        475          0          0          0          0          0          0          0          0          0
1801.41/1801.77	c   setppc           :      26425      26425          0        475          0          0          0          0          0          0          0          0          0
1801.41/1801.77	c   logicor          :     374360     374360          0        372          0          0          0          0          0          0          0          0          0
1801.41/1801.77	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1801.41/1801.77	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1801.41/1801.77	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1801.41/1801.77	c   knapsack         :       0.02       0.01       0.00       0.01       0.00       0.00       0.00       0.00
1801.41/1801.77	c   setppc           :       1.10       0.00       0.00       1.10       0.00       0.00       0.00       0.00
1801.41/1801.77	c   logicor          :       3.83       0.60       0.00       3.23       0.00       0.00       0.00       0.00
1801.41/1801.77	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1801.41/1801.77	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1801.41/1801.77	c   rootredcost      :          0          0          0          0
1801.41/1801.77	c   pseudoobj        :          0          0          0          0
1801.41/1801.77	c   vbounds          :          0          0          0          0
1801.41/1801.77	c   redcost          :          0          0          0          0
1801.41/1801.77	c   probing          :          0          0          0          0
1801.41/1801.77	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1801.41/1801.77	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1801.41/1801.77	c   pseudoobj        :       0.62       0.62       0.00       0.00       0.00
1801.41/1801.77	c   vbounds          :       0.06       0.06       0.00       0.00       0.00
1801.41/1801.77	c   redcost          :       0.00       0.00       0.00       0.00       0.00
1801.41/1801.77	c   probing          :    1789.60       0.01    1789.58       0.00       0.00
1801.41/1801.77	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1801.41/1801.77	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1801.41/1801.77	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1801.41/1801.77	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1801.41/1801.77	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1801.41/1801.77	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1801.41/1801.77	c   applied globally :          -          -          -          0        0.0          -          -          -
1801.41/1801.77	c   applied locally  :          -          -          -          0        0.0          -          -          -
1801.41/1801.77	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1801.41/1801.77	c   cut pool         :       0.00                     0          -          -          0          -    (maximal pool size: 0)
1801.41/1801.77	c   clique           :       0.00       0.00          0          0          0          0          0
1801.41/1801.77	c   closecuts        :       0.00       0.00          0          0          0          0          0
1801.41/1801.77	c   cgmip            :       0.00       0.00          0          0          0          0          0
1801.41/1801.77	c   cmir             :       0.00       0.00          0          0          0          0          0
1801.41/1801.77	c   flowcover        :       0.00       0.00          0          0          0          0          0
1801.41/1801.77	c   gomory           :       0.00       0.00          0          0          0          0          0
1801.41/1801.77	c   impliedbounds    :       0.00       0.00          0          0          0          0          0
1801.41/1801.77	c   intobj           :       0.00       0.00          0          0          0          0          0
1801.41/1801.77	c   mcf              :       0.00       0.00          0          0          0          0          0
1801.41/1801.77	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1801.41/1801.77	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1801.41/1801.77	c   strongcg         :       0.00       0.00          0          0          0          0          0
1801.41/1801.77	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1801.41/1801.77	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1801.41/1801.77	c   problem variables:       0.00          -          0          0
1801.41/1801.77	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1801.41/1801.77	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1801.41/1801.77	c   inference        :       0.00       0.00          0          0          0          0          0          0
1801.41/1801.77	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1801.41/1801.77	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1801.41/1801.77	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1801.41/1801.77	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1801.41/1801.77	c   random           :       0.00       0.00          0          0          0          0          0          0
1801.41/1801.77	c   relpscost        :       0.00       0.00          0          0          0          0          0          0
1801.41/1801.77	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1801.41/1801.77	c   LP solutions     :       0.00          -          -          0
1801.41/1801.77	c   pseudo solutions :       0.00          -          -          0
1801.41/1801.77	c   smallcard        :       0.00       0.00          0          0
1801.41/1801.77	c   trivial          :       0.20       0.00          1          0
1801.41/1801.77	c   shiftandpropagate:       0.00       0.00          0          0
1801.41/1801.77	c   simplerounding   :       0.00       0.00          0          0
1801.41/1801.77	c   zirounding       :       0.00       0.00          0          0
1801.41/1801.77	c   rounding         :       0.00       0.00          0          0
1801.41/1801.77	c   shifting         :       0.00       0.00          0          0
1801.41/1801.77	c   intshifting      :       0.00       0.00          0          0
1801.41/1801.77	c   oneopt           :       0.00       0.00          0          0
1801.41/1801.77	c   twoopt           :       0.00       0.00          0          0
1801.41/1801.77	c   indtwoopt        :       0.00       0.00          0          0
1801.41/1801.77	c   indoneopt        :       0.00       0.00          0          0
1801.41/1801.77	c   fixandinfer      :       0.00       0.00          0          0
1801.41/1801.77	c   feaspump         :       0.00       0.00          0          0
1801.41/1801.77	c   clique           :       0.00       0.00          0          0
1801.41/1801.77	c   indrounding      :       0.00       0.00          0          0
1801.41/1801.77	c   indcoefdiving    :       0.00       0.00          0          0
1801.41/1801.77	c   coefdiving       :       0.00       0.00          0          0
1801.41/1801.77	c   pscostdiving     :       0.00       0.00          0          0
1801.41/1801.77	c   nlpdiving        :       0.00       0.00          0          0
1801.41/1801.77	c   fracdiving       :       0.00       0.00          0          0
1801.41/1801.77	c   veclendiving     :       0.00       0.00          0          0
1801.41/1801.77	c   intdiving        :       0.00       0.00          0          0
1801.41/1801.77	c   actconsdiving    :       0.00       0.00          0          0
1801.41/1801.77	c   objpscostdiving  :       0.00       0.00          0          0
1801.41/1801.77	c   rootsoldiving    :       0.00       0.00          0          0
1801.41/1801.77	c   linesearchdiving :       0.00       0.00          0          0
1801.41/1801.77	c   guideddiving     :       0.00       0.00          0          0
1801.41/1801.77	c   octane           :       0.00       0.00          0          0
1801.41/1801.77	c   rens             :       0.00       0.00          0          0
1801.41/1801.77	c   rins             :       0.00       0.00          0          0
1801.41/1801.77	c   localbranching   :       0.00       0.00          0          0
1801.41/1801.77	c   mutation         :       0.00       0.00          0          0
1801.41/1801.77	c   crossover        :       0.00       0.00          0          0
1801.41/1801.77	c   dins             :       0.00       0.00          0          0
1801.41/1801.77	c   vbounds          :       0.00       0.00          0          0
1801.41/1801.77	c   undercover       :       0.00       0.00          0          0
1801.41/1801.77	c   subnlp           :       0.00       0.00          0          0
1801.41/1801.77	c   trysol           :       0.00       0.00          0          0
1801.41/1801.77	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1801.41/1801.77	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
1801.41/1801.77	c   dual LP          :       0.00          0          0       0.00          -       0.00          0
1801.41/1801.77	c   lex dual LP      :       0.00          0          0       0.00          -
1801.41/1801.77	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1801.41/1801.77	c   diving/probing LP:       0.00          0          0       0.00          -
1801.41/1801.77	c   strong branching :       0.00          0          0       0.00          -
1801.41/1801.77	c     (at root node) :          -          0          0       0.00          -
1801.41/1801.77	c   conflict analysis:       0.00          0          0       0.00          -
1801.41/1801.77	c B&B Tree           :
1801.41/1801.77	c   number of runs   :          1
1801.41/1801.77	c   nodes            :          0
1801.41/1801.77	c   nodes (total)    :          0
1801.41/1801.77	c   nodes left       :          1
1801.41/1801.77	c   max depth        :         -1
1801.41/1801.77	c   max depth (total):         -1
1801.41/1801.77	c   backtracks       :          0 (0.0%)
1801.41/1801.77	c   delayed cutoffs  :          0
1801.41/1801.77	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1801.41/1801.77	c   avg switch length:       0.00
1801.41/1801.77	c   switching time   :       0.00
1801.41/1801.77	c Solution           :
1801.41/1801.77	c   Solutions found  :          0 (0 improvements)
1801.41/1801.77	c   Primal Bound     :          -
1801.41/1801.77	c   Dual Bound       :          -
1801.41/1801.77	c   Gap              :   infinite
1801.41/1801.77	c   Root Dual Bound  :          -
1801.41/1801.77	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-3693724-1338047123/watcher-3693724-1338047123 -o /tmp/evaluation-result-3693724-1338047123/solver-3693724-1338047123 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693724-1338047123.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.99 2.00 2.00 3/176 9783
/proc/meminfo: memFree=26966492/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=11132 CPUtime=0 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 1526 0 0 0 0 0 0 0 20 0 1 0 270836852 11399168 1480 33554432000 4194304 10169799 140734352560240 140733442739720 7543003 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 2783 1480 403 1459 0 1315 0

[startup+0.104175 s]
/proc/loadavg: 1.99 2.00 2.00 3/176 9783
/proc/meminfo: memFree=26966492/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=44748 CPUtime=0.09 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 9952 0 0 0 8 1 0 0 20 0 1 0 270836852 45821952 9906 33554432000 4194304 10169799 140734352560240 140733442739720 5477139 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 11187 9906 412 1459 0 9719 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44748

[startup+0.200337 s]
/proc/loadavg: 1.99 2.00 2.00 3/176 9783
/proc/meminfo: memFree=26966492/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=69188 CPUtime=0.18 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 16048 0 0 0 16 2 0 0 20 0 1 0 270836852 70848512 16002 33554432000 4194304 10169799 140734352560240 140734352426568 5477139 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 17297 16002 412 1459 0 15829 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 69188

[startup+0.300331 s]
/proc/loadavg: 1.99 2.00 2.00 3/176 9783
/proc/meminfo: memFree=26966492/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=86156 CPUtime=0.29 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 20274 0 0 0 26 3 0 0 20 0 1 0 270836852 88223744 20228 33554432000 4194304 10169799 140734352560240 140734352426568 7169628 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 21539 20228 412 1459 0 20071 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86156

[startup+0.700288 s]
/proc/loadavg: 1.99 2.00 2.00 3/176 9783
/proc/meminfo: memFree=26966492/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=190484 CPUtime=0.69 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 46272 0 0 0 62 7 0 0 20 0 1 0 270836852 195055616 46226 33554432000 4194304 10169799 140734352560240 140734352426568 7408206 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 47621 46226 412 1459 0 46153 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 190484

[startup+1.50028 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 9784
/proc/meminfo: memFree=26682748/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=388752 CPUtime=1.48 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 95804 0 0 0 135 13 0 0 20 0 1 0 270836852 398082048 95758 33554432000 4194304 10169799 140734352560240 140734352426568 5477139 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 97188 95759 412 1459 0 95720 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 388752

[startup+3.10031 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 9784
/proc/meminfo: memFree=26442744/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=935636 CPUtime=3.08 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 231966 0 0 0 280 28 0 0 20 0 1 0 270836852 958091264 232377 33554432000 4194304 10169799 140734352560240 140734352555336 5757893 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 233909 232377 490 1459 0 232441 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 935636

[startup+6.3003 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 9784
/proc/meminfo: memFree=25735032/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=1341908 CPUtime=6.29 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 355701 0 0 0 566 63 0 0 20 0 1 0 270836852 1374113792 332703 33554432000 4194304 10169799 140734352560240 140734352558392 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 335477 332703 555 1459 0 334009 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1341908

[startup+12.7003 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 9784
/proc/meminfo: memFree=25079512/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=1902900 CPUtime=12.68 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 509163 0 0 0 1145 123 0 0 20 0 1 0 270836852 1948569600 471601 33554432000 4194304 10169799 140734352560240 140734352556888 8922285 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 475725 471601 609 1459 0 474257 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1902900

[startup+25.5004 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 9784
/proc/meminfo: memFree=25072652/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=1910772 CPUtime=25.49 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 511005 0 0 0 2425 124 0 0 20 0 1 0 270836852 1956630528 473443 33554432000 4194304 10169799 140734352560240 140734352556792 8922305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 477693 473443 609 1459 0 476225 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1910772

[startup+51.1003 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 9784
/proc/meminfo: memFree=25068264/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=1914420 CPUtime=51.08 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 511992 0 0 0 4984 124 0 0 20 0 1 0 270836852 1960366080 474430 33554432000 4194304 10169799 140734352560240 140734352557768 8922316 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 478605 474430 609 1459 0 477137 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1914420

[startup+102.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 9784
/proc/meminfo: memFree=23707584/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=3308004 CPUtime=102.28 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 832843 0 0 0 10059 169 0 0 20 0 1 0 270836852 3387396096 813132 33554432000 4194304 10169799 140734352560240 140734352556824 8922290 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 827001 813132 609 1459 0 825533 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 3308004

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 9784
/proc/meminfo: memFree=23703892/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=3310052 CPUtime=162.26 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 833568 0 0 0 16057 169 0 0 20 0 1 0 270836852 3389493248 813857 33554432000 4194304 10169799 140734352560240 140734352556504 8922310 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 827513 813857 609 1459 0 826045 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 3310052

[startup+222.307 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 9785
/proc/meminfo: memFree=23702188/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=3310052 CPUtime=222.26 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 833780 0 0 0 22057 169 0 0 20 0 1 0 270836852 3389493248 814069 33554432000 4194304 10169799 140734352560240 140734352556504 8922305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 827513 814069 609 1459 0 826045 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 3310052

[startup+282.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/178 9788
/proc/meminfo: memFree=23555924/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=3313124 CPUtime=282.25 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 834760 0 0 0 28055 170 0 0 20 0 1 0 270836852 3392638976 815049 33554432000 4194304 10169799 140734352560240 140734352556504 8922290 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 828281 815049 609 1459 0 826813 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 3313124

[startup+342.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 9788
/proc/meminfo: memFree=23436952/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=3313124 CPUtime=342.24 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 834975 0 0 0 34054 170 0 0 20 0 1 0 270836852 3392638976 815264 33554432000 4194304 10169799 140734352560240 140734352556504 8922316 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 828281 815264 609 1459 0 826813 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 3313124

[startup+402.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 9788
/proc/meminfo: memFree=23434996/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=3314016 CPUtime=402.23 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 835444 0 0 0 40053 170 0 0 20 0 1 0 270836852 3393552384 815700 33554432000 4194304 10169799 140734352560240 140734352557032 8922316 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 828504 815700 609 1459 0 827036 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 3314016

[startup+462.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 9788
/proc/meminfo: memFree=23431864/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=3315872 CPUtime=462.22 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 836126 0 0 0 46052 170 0 0 20 0 1 0 270836852 3395452928 816382 33554432000 4194304 10169799 140734352560240 140734352556504 8922285 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 828968 816382 609 1459 0 827500 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 3315872

[startup+522.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 9789
/proc/meminfo: memFree=23429908/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=3315872 CPUtime=522.21 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 836350 0 0 0 52051 170 0 0 20 0 1 0 270836852 3395452928 816606 33554432000 4194304 10169799 140734352560240 140734352556504 8922285 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 828968 816606 609 1459 0 827500 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 3315872

[startup+582.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 9789
/proc/meminfo: memFree=23421132/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=3316896 CPUtime=582.2 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 836834 0 0 0 58050 170 0 0 20 0 1 0 270836852 3396501504 817090 33554432000 4194304 10169799 140734352560240 140734352556504 8922295 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 829224 817090 609 1459 0 827756 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 3316896

[startup+642.3 s]

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

/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 841506 0 0 0 106040 172 0 0 20 0 1 0 270836852 3407896576 821756 33554432000 4194304 10169799 140734352560240 140734352556504 8922295 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 832006 821756 609 1459 0 830538 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 3328024

[startup+1122.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/177 9817
/proc/meminfo: memFree=23370276/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=3330072 CPUtime=1122.11 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 842254 0 0 0 112039 172 0 0 20 0 1 0 270836852 3409993728 822504 33554432000 4194304 10169799 140734352560240 140734352556504 8922280 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 832518 822504 609 1459 0 831050 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 3330072

[startup+1182.3 s]
/proc/loadavg: 2.05 2.06 2.00 3/177 9817
/proc/meminfo: memFree=23368444/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=3331096 CPUtime=1182.1 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 842746 0 0 0 118038 172 0 0 20 0 1 0 270836852 3411042304 822996 33554432000 4194304 10169799 140734352560240 140734352556504 8922285 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 832774 822996 609 1459 0 831306 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 3331096

[startup+1242.3 s]
/proc/loadavg: 2.05 2.06 2.00 3/177 9817
/proc/meminfo: memFree=23365372/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=3332952 CPUtime=1242.09 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 843446 0 0 0 124037 172 0 0 20 0 1 0 270836852 3412942848 823697 33554432000 4194304 10169799 140734352560240 140734352556504 8922305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 833238 823697 609 1459 0 831770 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 3332952

[startup+1302.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/177 9817
/proc/meminfo: memFree=23363416/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=3332820 CPUtime=1302.09 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 843683 0 0 0 130036 173 0 0 20 0 1 0 270836852 3412807680 824069 33554432000 4194304 10169799 140734352560240 140734352556824 8922300 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 833205 824069 609 1459 0 831737 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 3332820

[startup+1362.3 s]
/proc/loadavg: 2.13 2.09 2.01 4/177 9855
/proc/meminfo: memFree=24915460/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=3334868 CPUtime=1362.08 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 844432 0 0 0 136035 173 0 0 20 0 1 0 270836852 3414904832 824817 33554432000 4194304 10169799 140734352560240 140734352556504 8922295 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 833717 824817 609 1459 0 832249 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 3334868

[startup+1422.3 s]
/proc/loadavg: 2.04 2.07 2.00 4/177 9856
/proc/meminfo: memFree=24735144/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=3335892 CPUtime=1422.08 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 844928 0 0 0 142035 173 0 0 20 0 1 0 270836852 3415953408 828024 33554432000 4194304 10169799 140734352560240 140734352556504 8922361 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 833973 828024 609 1459 0 832505 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 3335892

[startup+1482.3 s]
/proc/loadavg: 2.05 2.07 2.00 4/178 9859
/proc/meminfo: memFree=24697156/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=3338772 CPUtime=1482.06 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 845892 0 0 0 148033 173 0 0 20 0 1 0 270836852 3418902528 829477 33554432000 4194304 10169799 140734352560240 140734352556504 8922268 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 834693 829477 609 1459 0 833225 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 3338772

[startup+1542.31 s]
/proc/loadavg: 2.02 2.05 2.00 4/177 9859
/proc/meminfo: memFree=24698076/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=3338772 CPUtime=1542.06 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 846136 0 0 0 154033 173 0 0 20 0 1 0 270836852 3418902528 830035 33554432000 4194304 10169799 140734352560240 140734352556504 8922310 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 834693 830035 609 1459 0 833225 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 3338772

[startup+1602.3 s]
/proc/loadavg: 2.00 2.04 2.00 4/177 9859
/proc/meminfo: memFree=24698604/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=3338772 CPUtime=1602.04 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 846380 0 0 0 160031 173 0 0 20 0 1 0 270836852 3418902528 830479 33554432000 4194304 10169799 140734352560240 140734352556504 8922254 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 834693 830479 609 1459 0 833225 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 3338772

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.00 4/177 9859
/proc/meminfo: memFree=24707752/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=3341652 CPUtime=1662.03 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 847344 0 0 0 166030 173 0 0 20 0 1 0 270836852 3421851648 831443 33554432000 4194304 10169799 140734352560240 140734352556504 8922285 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 835413 831443 609 1459 0 833945 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 3341652

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/177 9859
/proc/meminfo: memFree=24692996/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=3343700 CPUtime=1722.03 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 848100 0 0 0 172029 174 0 0 20 0 1 0 270836852 3423948800 832199 33554432000 4194304 10169799 140734352560240 140734352556504 8922295 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 835925 832199 609 1459 0 834457 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 3343700

[startup+1782.3 s]
/proc/loadavg: 2.05 2.03 2.00 4/177 9860
/proc/meminfo: memFree=24625256/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=3410844 CPUtime=1782.01 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 864180 0 0 0 178025 176 0 0 20 0 1 0 270836852 3492704256 848757 33554432000 4194304 10169799 140734352560240 140734352556712 8922290 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 852711 848757 609 1459 0 851243 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 3410844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 9860
/proc/meminfo: memFree=24601864/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=3441128 CPUtime=1800.02 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 871230 0 0 0 179825 177 0 0 20 0 1 0 270836852 3523715072 855202 33554432000 4194304 10169799 140734352560240 140734352558328 5218688 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 860282 855202 611 1459 0 858814 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 3441128

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -9783

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

[startup+1801.5 s]
/proc/loadavg: 2.04 2.03 2.00 4/178 9861
/proc/meminfo: memFree=24631428/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=3403596 CPUtime=1801.21 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 872426 0 0 0 179943 178 0 0 20 0 1 0 270836852 3485282304 847002 33554432000 4194304 10169799 140734352560240 140734352559416 6930364 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 850899 847002 634 1459 0 849431 0
Current children cumulated CPU time (s) 1801.21
Current children cumulated vsize (KiB) 3403596

[startup+1801.91 s]
/proc/loadavg: 2.04 2.03 2.00 4/178 9861
/proc/meminfo: memFree=24550432/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=3490784 CPUtime=1801.61 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 873935 0 0 0 179982 179 0 0 20 0 1 0 270836852 3574562816 866464 33554432000 4194304 10169799 140734352560240 140734352559416 4950707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 872696 866464 660 1459 0 871228 0
Current children cumulated CPU time (s) 1801.61
Current children cumulated vsize (KiB) 3490784

[startup+1802.3 s]
/proc/loadavg: 2.04 2.03 2.00 4/178 9861
/proc/meminfo: memFree=24550432/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=3486300 CPUtime=1802 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4202496 873935 0 0 0 180021 179 0 0 20 0 1 0 270836852 3569971200 865343 33554432000 4194304 10169799 140734352560240 140734352559320 4950435 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9783/statm: 871575 865343 660 1459 0 870107 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 3486300

[startup+1802.4 s]
/proc/loadavg: 2.04 2.03 2.00 4/178 9861
/proc/meminfo: memFree=24550432/32873648 swapFree=6596/6596
[pid=9783] ppid=9781 vsize=0 CPUtime=1802.11 cores=1,3,5,7
/proc/9783/stat : 9783 (scip-2.1.1.4sfi) R 9781 9783 6744 0 -1 4203524 873935 0 0 0 180022 189 0 0 20 0 1 0 270836852 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9783/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.41
CPU time (s): 1802.13
CPU user time (s): 1800.23
CPU system time (s): 1.90471
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 3494140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.23
system time used= 1.90471
maximum resident set size= 3473756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 873935
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= 16
involuntary context switches= 1857

runsolver used 2.92455 second user time and 8.60969 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-26 17:45:24
IDJOB=3693724
IDBENCH=90888
IDSOLVER=2272
FILE ID=node148/3693724-1338047123
RUNJOBID= node148-1338029706-8121
PBS_JOBID= 14624327
Free space on /tmp= 71648 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_unif_10null20mast_rapportOE2.0_TMAX60_K192_cod2.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-3693724-1338047123/watcher-3693724-1338047123 -o /tmp/evaluation-result-3693724-1338047123/solver-3693724-1338047123 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693724-1338047123.opb -t 1800 -m 15500

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

MD5SUM BENCH= 021b67803848f7a62860711c4015132a
RANDOM SEED=212317561

node148.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.284
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.56
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.284
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.94
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.284
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.284
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.284
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.90
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.284
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.284
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		: 2667.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26966872 kB
Buffers:          288616 kB
Cached:          2997508 kB
SwapCached:            0 kB
Active:          2393588 kB
Inactive:        2718640 kB
Active(anon):    1828576 kB
Inactive(anon):        0 kB
Active(file):     565012 kB
Inactive(file):  2718640 kB
Unevictable:        6596 kB
Mlocked:            6596 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             41124 kB
Writeback:             0 kB
AnonPages:       1818312 kB
Mapped:            17472 kB
Shmem:               200 kB
Slab:             650148 kB
SReclaimable:      94436 kB
SUnreclaim:       555712 kB
KernelStack:        1456 kB
PageTables:         7620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1982764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    524288 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= 71628 MiB
End job on node148 at 2012-05-26 18:15:26