Trace number 3741265

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
PB11: SCIP spx E_2 2011-06-10 (fixed)? (TO) 1800.19 1800.63

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-mspp16.opb
MD5SUM141454b66937b2c93528081cb91f0e55
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark33
Best CPU time to get the best result obtained on this benchmark190.345
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables29280
Total number of constraints561657
Number of constraints which are clauses1695
Number of constraints which are cardinality constraints (but not clauses)559482
Number of constraints which are nor clauses,nor cardinality constraints480
Minimum length of a constraint1
Maximum length of a constraint960
Number of terms in the objective function 4065
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4065
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 4065
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 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-3741265-1338773505.opb>
13.88/13.98	c original problem has 29280 variables (29280 bin, 0 int, 0 impl, 0 cont) and 561657 constraints
13.88/13.98	c problem read
13.88/13.98	c presolving settings loaded
20.29/20.32	c presolving:
25.49/25.55	c (round 1) 25215 del vars, 36781 del conss, 0 add conss, 25215 chg bounds, 991 chg sides, 0 chg coeffs, 0 upgd conss, 3360 impls, 46 clqs
37.99/38.07	c (round 2) 25215 del vars, 36843 del conss, 0 add conss, 25215 chg bounds, 991 chg sides, 0 chg coeffs, 524798 upgd conss, 3360 impls, 46 clqs
200.55/200.67	c (round 3) 25215 del vars, 37053 del conss, 210 add conss, 25215 chg bounds, 1201 chg sides, 3600 chg coeffs, 524798 upgd conss, 3360 impls, 255 clqs
1315.17/1315.51	c    (1315.5s) probing: 1000/4065 (24.6%) - 0 fixings, 0 aggregations, 230693 implications, 0 bound changes
1796.75/1797.21	c    (1797.2s) probing: 1515/4065 (37.3%) - 0 fixings, 0 aggregations, 349355 implications, 0 bound changes
1796.75/1797.21	c    (1797.2s) probing aborted: solving stopped
1796.75/1797.22	c presolving (4 rounds):
1796.75/1797.22	c  25215 deleted vars, 37053 deleted constraints, 210 added constraints, 25215 tightened bounds, 0 added holes, 1201 changed sides, 3840 changed coefficients
1796.75/1797.22	c  702070 implications, 255 cliques
1796.75/1797.22	c presolved problem has 4065 variables (4065 bin, 0 int, 0 impl, 0 cont) and 524814 constraints
1796.75/1797.22	c  522862 constraints of type <knapsack>
1796.75/1797.22	c    1936 constraints of type <setppc>
1796.75/1797.22	c      16 constraints of type <linear>
1796.75/1797.22	c transformed objective value is always integral (scale: 1)
1796.75/1797.22	c Presolving Time: 1776.95
1796.75/1797.22	c - non default parameters ----------------------------------------------------------------------
1796.75/1797.22	c # SCIP version 2.0.1.5
1796.75/1797.22	c 
1796.75/1797.22	c # frequency for displaying node information lines
1796.75/1797.22	c # [type: int, range: [-1,2147483647], default: 100]
1796.75/1797.22	c display/freq = 10000
1796.75/1797.22	c 
1796.75/1797.22	c # maximal time in seconds to run
1796.75/1797.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1796.75/1797.22	c limits/time = 1797
1796.75/1797.22	c 
1796.75/1797.22	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1796.75/1797.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1796.75/1797.22	c limits/memory = 13950
1796.75/1797.22	c 
1796.75/1797.22	c # default clock type (1: CPU user seconds, 2: wall clock time)
1796.75/1797.22	c # [type: int, range: [1,2], default: 1]
1796.75/1797.22	c timing/clocktype = 2
1796.75/1797.22	c 
1796.75/1797.22	c # belongs reading time to solving time?
1796.75/1797.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1796.75/1797.22	c timing/reading = TRUE
1796.75/1797.22	c 
1796.75/1797.22	c # should presolving try to simplify inequalities
1796.75/1797.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1796.75/1797.22	c constraints/linear/simplifyinequalities = TRUE
1796.75/1797.22	c 
1796.75/1797.22	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1796.75/1797.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1796.75/1797.22	c constraints/indicator/addCouplingCons = TRUE
1796.75/1797.22	c 
1796.75/1797.22	c # should presolving try to simplify knapsacks
1796.75/1797.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1796.75/1797.22	c constraints/knapsack/simplifyinequalities = TRUE
1796.75/1797.22	c 
1796.75/1797.22	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1796.75/1797.22	c # [type: int, range: [-1,2147483647], default: -1]
1796.75/1797.22	c separating/rapidlearning/freq = 0
1796.75/1797.22	c 
1796.75/1797.22	c -----------------------------------------------------------------------------------------------
1796.75/1797.22	c start solving
1796.75/1797.23	c 
1796.75/1797.23	c 
1796.75/1797.23	c SCIP Status        : solving was interrupted [time limit reached]
1796.75/1797.23	c Solving Time (sec) : 1797.23
1796.75/1797.23	c Solving Nodes      : 0
1796.75/1797.23	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.75/1797.23	c Dual Bound         : -1.00000000000000e+20
1796.75/1797.23	c Gap                : infinite
1796.75/1797.23	s UNKNOWN
1796.75/1797.23	c SCIP Status        : solving was interrupted [time limit reached]
1796.75/1797.23	c Total Time         :    1797.23
1796.75/1797.23	c   solving          :    1797.23
1796.75/1797.23	c   presolving       :    1776.95 (included in solving)
1796.75/1797.23	c   reading          :      13.98 (included in solving)
1796.75/1797.23	c Original Problem   :
1796.75/1797.23	c   Problem name     : HOME/instance-3741265-1338773505.opb
1796.75/1797.23	c   Variables        : 29280 (29280 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.75/1797.23	c   Constraints      : 561657 initial, 561657 maximal
1796.75/1797.23	c Presolved Problem  :
1796.75/1797.23	c   Problem name     : t_HOME/instance-3741265-1338773505.opb
1796.75/1797.23	c   Variables        : 4065 (4065 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.75/1797.23	c   Constraints      : 524814 initial, 524814 maximal
1796.75/1797.23	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.75/1797.23	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.75/1797.23	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1796.75/1797.23	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.75/1797.23	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.75/1797.23	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.75/1797.23	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.75/1797.23	c   probing          :    1478.55          0          0          0          0          0          0          0          0          0
1796.75/1797.23	c   knapsack         :     276.52          0          0          0          0          0        210        210        210       3840
1796.75/1797.23	c   setppc           :       0.01          0          0          0          0          0          0          0          0          0
1796.75/1797.23	c   linear           :      14.24      25215          0          0      25215          0      36843          0        991          0
1796.75/1797.23	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.75/1797.23	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.75/1797.23	c   integral         :          0          0          0          0          0          0          0          0          0          0          0          0
1796.75/1797.23	c   knapsack         :     522862          0       4542          0          0          0          0          0          0          0          0          0
1796.75/1797.23	c   setppc           :       1936          0       4542          0          0          0          0          0          0          0          0          0
1796.75/1797.23	c   linear           :         16          0       4542          0          0          0          0          0          0          0          0          0
1796.75/1797.23	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1796.75/1797.23	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.75/1797.23	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.75/1797.23	c   knapsack         :     286.54       0.00     286.54       0.00       0.00       0.00       0.00
1796.75/1797.23	c   setppc           :       0.38       0.00       0.38       0.00       0.00       0.00       0.00
1796.75/1797.23	c   linear           :       1.46       0.00       1.46       0.00       0.00       0.00       0.00
1796.75/1797.23	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.75/1797.23	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.75/1797.23	c   vbounds          :          0          0          0          0
1796.75/1797.23	c   rootredcost      :          0          0          0          0
1796.75/1797.23	c   pseudoobj        :          0          0          0          0
1796.75/1797.23	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.75/1797.23	c   vbounds          :       0.00       0.00       0.00
1796.75/1797.23	c   rootredcost      :       0.00       0.00       0.00
1796.75/1797.23	c   pseudoobj        :       0.00       0.00       0.00
1796.75/1797.23	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.75/1797.23	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1796.75/1797.23	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.75/1797.23	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.75/1797.23	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.75/1797.23	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.75/1797.23	c   applied globally :          -          -          -          0        0.0          -          -          -
1796.75/1797.23	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.75/1797.23	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.75/1797.23	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1796.75/1797.23	c   redcost          :       0.00          0          0          0          0          0
1796.75/1797.23	c   impliedbounds    :       0.00          0          0          0          0          0
1796.75/1797.23	c   intobj           :       0.00          0          0          0          0          0
1796.75/1797.23	c   gomory           :       0.00          0          0          0          0          0
1796.75/1797.23	c   cgmip            :       0.00          0          0          0          0          0
1796.75/1797.23	c   closecuts        :       0.00          0          0          0          0          0
1796.75/1797.23	c   strongcg         :       0.00          0          0          0          0          0
1796.75/1797.23	c   cmir             :       0.00          0          0          0          0          0
1796.75/1797.23	c   flowcover        :       0.00          0          0          0          0          0
1796.75/1797.23	c   clique           :       0.00          0          0          0          0          0
1796.75/1797.23	c   zerohalf         :       0.00          0          0          0          0          0
1796.75/1797.23	c   mcf              :       0.00          0          0          0          0          0
1796.75/1797.23	c   oddcycle         :       0.00          0          0          0          0          0
1796.75/1797.23	c   rapidlearning    :       0.00          0          0          0          0          0
1796.75/1797.23	c Pricers            :       Time      Calls       Vars
1796.75/1797.23	c   problem variables:       0.00          0          0
1796.75/1797.23	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.75/1797.23	c   pscost           :       0.00          0          0          0          0          0          0
1796.75/1797.23	c   inference        :       0.00          0          0          0          0          0          0
1796.75/1797.23	c   mostinf          :       0.00          0          0          0          0          0          0
1796.75/1797.23	c   leastinf         :       0.00          0          0          0          0          0          0
1796.75/1797.23	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.75/1797.23	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.75/1797.23	c   random           :       0.00          0          0          0          0          0          0
1796.75/1797.23	c   relpscost        :       0.00          0          0          0          0          0          0
1796.75/1797.23	c Primal Heuristics  :       Time      Calls      Found
1796.75/1797.23	c   LP solutions     :       0.00          -          0
1796.75/1797.23	c   pseudo solutions :       0.00          -          0
1796.75/1797.23	c   trivial          :       0.02          1          0
1796.75/1797.23	c   shiftandpropagate:       0.00          0          0
1796.75/1797.23	c   simplerounding   :       0.00          0          0
1796.75/1797.23	c   zirounding       :       0.00          0          0
1796.75/1797.23	c   rounding         :       0.00          0          0
1796.75/1797.23	c   shifting         :       0.00          0          0
1796.75/1797.23	c   intshifting      :       0.00          0          0
1796.75/1797.23	c   oneopt           :       0.00          0          0
1796.75/1797.23	c   twoopt           :       0.00          0          0
1796.75/1797.23	c   fixandinfer      :       0.00          0          0
1796.75/1797.23	c   feaspump         :       0.00          0          0
1796.75/1797.23	c   clique           :       0.00          0          0
1796.75/1797.23	c   coefdiving       :       0.00          0          0
1796.75/1797.23	c   pscostdiving     :       0.00          0          0
1796.75/1797.23	c   fracdiving       :       0.00          0          0
1796.75/1797.23	c   veclendiving     :       0.00          0          0
1796.75/1797.23	c   intdiving        :       0.00          0          0
1796.75/1797.23	c   actconsdiving    :       0.00          0          0
1796.75/1797.23	c   objpscostdiving  :       0.00          0          0
1796.75/1797.23	c   rootsoldiving    :       0.00          0          0
1796.75/1797.23	c   linesearchdiving :       0.00          0          0
1796.75/1797.23	c   guideddiving     :       0.00          0          0
1796.75/1797.23	c   octane           :       0.00          0          0
1796.75/1797.23	c   rens             :       0.00          0          0
1796.75/1797.23	c   rins             :       0.00          0          0
1796.75/1797.23	c   localbranching   :       0.00          0          0
1796.75/1797.23	c   mutation         :       0.00          0          0
1796.75/1797.23	c   crossover        :       0.00          0          0
1796.75/1797.23	c   dins             :       0.00          0          0
1796.75/1797.23	c   vbounds          :       0.00          0          0
1796.75/1797.23	c   undercover       :       0.00          0          0
1796.75/1797.23	c   subnlp           :       0.00          0          0
1796.75/1797.23	c   trysol           :       0.00          0          0
1796.75/1797.23	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.75/1797.23	c   primal LP        :       0.00          0          0       0.00          -
1796.75/1797.23	c   dual LP          :       0.00          0          0       0.00          -
1796.75/1797.23	c   lex dual LP      :       0.00          0          0       0.00          -
1796.75/1797.23	c   barrier LP       :       0.00          0          0       0.00          -
1796.75/1797.23	c   diving/probing LP:       0.00          0          0       0.00          -
1796.75/1797.23	c   strong branching :       0.00          0          0       0.00          -
1796.75/1797.23	c     (at root node) :          -          0          0       0.00          -
1796.75/1797.23	c   conflict analysis:       0.00          0          0       0.00          -
1796.75/1797.23	c B&B Tree           :
1796.75/1797.23	c   number of runs   :          1
1796.75/1797.23	c   nodes            :          0
1796.75/1797.23	c   nodes (total)    :          0
1796.75/1797.23	c   nodes left       :          1
1796.75/1797.23	c   max depth        :         -1
1796.75/1797.23	c   max depth (total):         -1
1796.75/1797.23	c   backtracks       :          0 (0.0%)
1796.75/1797.23	c   delayed cutoffs  :          0
1796.75/1797.23	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.75/1797.23	c   avg switch length:       0.00
1796.75/1797.23	c   switching time   :       0.00
1796.75/1797.23	c Solution           :
1796.75/1797.23	c   Solutions found  :          0 (0 improvements)
1796.75/1797.23	c   Primal Bound     :          -
1796.75/1797.23	c   Dual Bound       :          -
1796.75/1797.23	c   Gap              :   infinite
1796.75/1797.23	c   Root Dual Bound  :          -
1796.75/1797.23	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-3741265-1338773505/watcher-3741265-1338773505 -o /tmp/evaluation-result-3741265-1338773505/solver-3741265-1338773505 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3741265-1338773505.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.86 3/177 9341
/proc/meminfo: memFree=27839008/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=11980 CPUtime=0 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 1965 0 0 0 0 0 0 0 20 0 1 0 343477189 12267520 1919 33554432000 4194304 9016284 140733513285872 140735315037768 7870589 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 2995 1930 340 1178 0 1813 0

[startup+0.0162749 s]
/proc/loadavg: 2.00 2.00 1.86 3/177 9341
/proc/meminfo: memFree=27839008/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=17868 CPUtime=0.01 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 3453 0 0 0 1 0 0 0 20 0 1 0 343477189 18296832 3407 33554432000 4194304 9016284 140733513285872 140733513148120 7842227 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 4467 3407 360 1178 0 3285 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 17868

[startup+0.100242 s]
/proc/loadavg: 2.00 2.00 1.86 3/177 9341
/proc/meminfo: memFree=27839008/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=30756 CPUtime=0.09 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 6706 0 0 0 8 1 0 0 20 0 1 0 343477189 31494144 6660 33554432000 4194304 9016284 140733513285872 140733513148120 7260900 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 7689 6660 360 1178 0 6507 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30756

[startup+0.300231 s]
/proc/loadavg: 2.00 2.00 1.86 3/177 9341
/proc/meminfo: memFree=27839008/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=54396 CPUtime=0.29 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 12607 0 0 0 28 1 0 0 20 0 1 0 343477189 55701504 12561 33554432000 4194304 9016284 140733513285872 140733513148120 7870493 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 13599 12561 360 1178 0 12417 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54396

[startup+0.700213 s]
/proc/loadavg: 2.00 2.00 1.86 3/177 9341
/proc/meminfo: memFree=27839008/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=77296 CPUtime=0.69 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 18312 0 0 0 67 2 0 0 20 0 1 0 343477189 79151104 18266 33554432000 4194304 9016284 140733513285872 140733513148120 4447106 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 19324 18266 360 1178 0 18142 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 77296

[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 1.86 3/178 9342
/proc/meminfo: memFree=27751564/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=117184 CPUtime=1.49 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 28260 0 0 0 145 4 0 0 20 0 1 0 343477189 119996416 28214 33554432000 4194304 9016284 140733513285872 140733513149768 7928096 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 29296 28214 360 1178 0 28114 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 117184

[startup+3.10016 s]
/proc/loadavg: 2.00 2.00 1.86 3/178 9342
/proc/meminfo: memFree=27697864/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=192316 CPUtime=3.09 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 47072 0 0 0 301 8 0 0 20 0 1 0 343477189 196931584 47026 33554432000 4194304 9016284 140733513285872 140733513149768 4447114 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 48079 47026 360 1178 0 46897 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 192316

[startup+6.30022 s]
/proc/loadavg: 2.00 2.00 1.86 3/178 9342
/proc/meminfo: memFree=27522768/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=336020 CPUtime=6.29 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 82923 0 0 0 616 13 0 0 20 0 1 0 343477189 344084480 83052 33554432000 4194304 9016284 140733513285872 140733513149768 6179836 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 84005 83052 360 1178 0 82823 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 336020

[startup+12.7065 s]
/proc/loadavg: 2.00 2.00 1.86 3/178 9342
/proc/meminfo: memFree=27242612/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=606752 CPUtime=12.69 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 150613 0 0 0 1243 26 0 0 20 0 1 0 343477189 621314048 150742 33554432000 4194304 9016284 140733513285872 140733513149768 7928096 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 151688 150742 360 1178 0 150506 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 606752

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.86 3/178 9342
/proc/meminfo: memFree=24861456/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=2983268 CPUtime=25.49 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 746985 0 0 0 2439 110 0 0 20 0 1 0 343477189 3054866432 744010 33554432000 4194304 9016284 140733513285872 140733513281544 7260789 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 745817 744010 485 1178 0 744635 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2983268

[startup+51.1002 s]
/proc/loadavg: 2.08 2.02 1.87 3/178 9342
/proc/meminfo: memFree=22958580/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=4910800 CPUtime=51.09 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 1360921 0 0 0 4914 195 0 0 20 0 1 0 343477189 5028659200 1218754 33554432000 4194304 9016284 140733513285872 140733513281544 6483558 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 1227700 1218754 509 1178 0 1226518 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 4910800

[startup+102.3 s]
/proc/loadavg: 2.03 2.01 1.87 3/178 9380
/proc/meminfo: memFree=22927644/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=4910800 CPUtime=102.27 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 1360924 0 0 0 10032 195 0 0 20 0 1 0 343477189 5028659200 1218755 33554432000 4194304 9016284 140733513285872 140733513281544 4196234 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 1227700 1218755 510 1178 0 1226518 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 4910800

[startup+162.306 s]
/proc/loadavg: 2.01 2.01 1.88 3/178 9380
/proc/meminfo: memFree=22926452/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=4910800 CPUtime=162.27 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 1360924 0 0 0 16032 195 0 0 20 0 1 0 343477189 5028659200 1218755 33554432000 4194304 9016284 140733513285872 140733513281544 5165205 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 1227700 1218755 510 1178 0 1226518 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 4910800

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/178 9380
/proc/meminfo: memFree=22926200/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=4910800 CPUtime=222.25 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 1361322 0 0 0 22029 196 0 0 20 0 1 0 343477189 5028659200 1218759 33554432000 4194304 9016284 140733513285872 140733513281544 4196160 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 1227700 1218759 514 1178 0 1226518 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 4910800

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/178 9419
/proc/meminfo: memFree=22897720/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=4910800 CPUtime=282.24 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 1361323 0 0 0 28028 196 0 0 20 0 1 0 343477189 5028659200 1218768 33554432000 4194304 9016284 140733513285872 140733513281544 4196145 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 1227700 1218768 514 1178 0 1226518 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 4910800

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/178 9419
/proc/meminfo: memFree=22888696/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=4910800 CPUtime=342.23 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 1361729 0 0 0 34026 197 0 0 20 0 1 0 343477189 5028659200 1218779 33554432000 4194304 9016284 140733513285872 140733513282728 5150768 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 1227700 1218779 525 1178 0 1226518 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 4910800

[startup+402.3 s]
/proc/loadavg: 2.06 2.01 1.91 3/178 9419
/proc/meminfo: memFree=22873720/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=4910800 CPUtime=402.22 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 1361730 0 0 0 40025 197 0 0 20 0 1 0 343477189 5028659200 1218787 33554432000 4194304 9016284 140733513285872 140733513282728 5150864 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 1227700 1218787 525 1178 0 1226518 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 4910800

[startup+462.3 s]
/proc/loadavg: 2.09 2.03 1.91 3/178 9419
/proc/meminfo: memFree=22864116/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=4910800 CPUtime=462.21 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 1361737 0 0 0 46024 197 0 0 20 0 1 0 343477189 5028659200 1218787 33554432000 4194304 9016284 140733513285872 140733513282728 5150864 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 1227700 1218787 525 1178 0 1226518 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 4910800

[startup+522.3 s]
/proc/loadavg: 2.03 2.02 1.91 3/179 9422
/proc/meminfo: memFree=22859936/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=4910800 CPUtime=522.19 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 1361744 0 0 0 52022 197 0 0 20 0 1 0 343477189 5028659200 1218787 33554432000 4194304 9016284 140733513285872 140733513282728 5155024 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 1227700 1218787 525 1178 0 1226518 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 4910800

[startup+582.3 s]
/proc/loadavg: 2.01 2.01 1.91 3/178 9423
/proc/meminfo: memFree=22857744/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=4910800 CPUtime=582.18 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 1361760 0 0 0 58021 197 0 0 20 0 1 0 343477189 5028659200 1219084 33554432000 4194304 9016284 140733513285872 140733513282728 5150860 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 1227700 1219084 525 1178 0 1226518 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 4910800

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.01 2.02 1.93 3/177 11168
/proc/meminfo: memFree=22932436/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=4910800 CPUtime=882.11 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 1361831 0 0 0 88014 197 0 0 20 0 1 0 343477189 5028659200 1219154 33554432000 4194304 9016284 140733513285872 140733513282728 5155071 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 1227700 1219154 525 1178 0 1226518 0
Current children cumulated CPU time (s) 882.11
Current children cumulated vsize (KiB) 4910800

[startup+942.3 s]
/proc/loadavg: 2.00 2.02 1.93 3/177 11168
/proc/meminfo: memFree=22925400/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=4910800 CPUtime=942.08 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 1361847 0 0 0 94011 197 0 0 20 0 1 0 343477189 5028659200 1219154 33554432000 4194304 9016284 140733513285872 140733513282728 5150768 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 1227700 1219154 525 1178 0 1226518 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 4910800

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/177 11168
/proc/meminfo: memFree=22917740/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=4910800 CPUtime=1002.06 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 1361867 0 0 0 100009 197 0 0 20 0 1 0 343477189 5028659200 1219154 33554432000 4194304 9016284 140733513285872 140733513282728 5150860 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 1227700 1219154 525 1178 0 1226518 0
Current children cumulated CPU time (s) 1002.06
Current children cumulated vsize (KiB) 4910800

[startup+1062.3 s]
/proc/loadavg: 2.08 2.02 1.94 3/177 11168
/proc/meminfo: memFree=22908716/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=4910568 CPUtime=1062.05 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 1361876 0 0 0 106008 197 0 0 20 0 1 0 343477189 5028421632 1219096 33554432000 4194304 9016284 140733513285872 140733513281768 5150768 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 1227642 1219096 525 1178 0 1226460 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 4910568

[startup+1122.3 s]
/proc/loadavg: 2.03 2.01 1.94 3/178 11171
/proc/meminfo: memFree=22902924/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=4910568 CPUtime=1122.03 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 1361898 0 0 0 112006 197 0 0 20 0 1 0 343477189 5028421632 1219096 33554432000 4194304 9016284 140733513285872 140733513281768 5150764 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 1227642 1219096 525 1178 0 1226460 0
Current children cumulated CPU time (s) 1122.03
Current children cumulated vsize (KiB) 4910568

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/177 11172
/proc/meminfo: memFree=22896884/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=4910568 CPUtime=1182.01 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 1361921 0 0 0 118004 197 0 0 20 0 1 0 343477189 5028421632 1219096 33554432000 4194304 9016284 140733513285872 140733513281768 5150768 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 1227642 1219096 525 1178 0 1226460 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 4910568

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 11172
/proc/meminfo: memFree=22888484/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=4910568 CPUtime=1241.99 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 1361939 0 0 0 124002 197 0 0 20 0 1 0 343477189 5028421632 1219097 33554432000 4194304 9016284 140733513285872 140733513281768 5150768 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 1227642 1219097 525 1178 0 1226460 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 4910568

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 11172
/proc/meminfo: memFree=22884208/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=4910568 CPUtime=1301.98 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 1361955 0 0 0 130001 197 0 0 20 0 1 0 343477189 5028421632 1219098 33554432000 4194304 9016284 140733513285872 140733513281768 5150768 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 1227642 1219098 525 1178 0 1226460 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 4910568

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 11172
/proc/meminfo: memFree=22878504/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=4910568 CPUtime=1361.97 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 1361974 0 0 0 136000 197 0 0 20 0 1 0 343477189 5028421632 1219103 33554432000 4194304 9016284 140733513285872 140733513280424 5150864 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 1227642 1219103 530 1178 0 1226460 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 4910568

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 11172
/proc/meminfo: memFree=22874444/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=4910568 CPUtime=1421.94 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 1362001 0 0 0 141997 197 0 0 20 0 1 0 343477189 5028421632 1219103 33554432000 4194304 9016284 140733513285872 140733513280424 5150860 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 1227642 1219103 530 1178 0 1226460 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 4910568

[startup+1482.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 11173
/proc/meminfo: memFree=22864552/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=4910568 CPUtime=1481.93 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 1362030 0 0 0 147996 197 0 0 20 0 1 0 343477189 5028421632 1219103 33554432000 4194304 9016284 140733513285872 140733513280424 5150860 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 1227642 1219103 530 1178 0 1226460 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 4910568

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 11173
/proc/meminfo: memFree=22856768/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=4910568 CPUtime=1541.91 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 1362045 0 0 0 153994 197 0 0 20 0 1 0 343477189 5028421632 1219103 33554432000 4194304 9016284 140733513285872 140733513280424 5155071 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 1227642 1219103 530 1178 0 1226460 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 4910568

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 11173
/proc/meminfo: memFree=22852292/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=4910568 CPUtime=1601.89 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 1362054 0 0 0 159992 197 0 0 20 0 1 0 343477189 5028421632 1219103 33554432000 4194304 9016284 140733513285872 140733513280424 5150860 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 1227642 1219103 530 1178 0 1226460 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 4910568

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 11173
/proc/meminfo: memFree=22845500/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=4910568 CPUtime=1661.88 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 1362061 0 0 0 165991 197 0 0 20 0 1 0 343477189 5028421632 1219103 33554432000 4194304 9016284 140733513285872 140733513280424 5150764 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 1227642 1219103 530 1178 0 1226460 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 4910568

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11176
/proc/meminfo: memFree=22842060/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=4910568 CPUtime=1721.87 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 1362065 0 0 0 171990 197 0 0 20 0 1 0 343477189 5028421632 1219103 33554432000 4194304 9016284 140733513285872 140733513280424 5150768 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 1227642 1219103 530 1178 0 1226460 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 4910568

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11200
/proc/meminfo: memFree=22837960/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=4910568 CPUtime=1781.86 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 1362080 0 0 0 177989 197 0 0 20 0 1 0 343477189 5028421632 1219103 33554432000 4194304 9016284 140733513285872 140733513280424 5150764 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 1227642 1219103 530 1178 0 1226460 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 4910568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11200
/proc/meminfo: memFree=22878020/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=4869540 CPUtime=1800.05 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4202496 1362107 0 0 0 179808 197 0 0 20 0 1 0 343477189 4986408960 1208873 33554432000 4194304 9016284 140733513285872 140733513285160 6469232 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 1217385 1208873 557 1178 0 1216203 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 4869540

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

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

[startup+1800.61 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11200
/proc/meminfo: memFree=22878020/32873648 swapFree=6864/6864
[pid=9341] ppid=9339 vsize=0 CPUtime=1800.15 cores=0,2,4,6
/proc/9341/stat : 9341 (scip-2.0.1.4b_2) R 9339 9341 9205 0 -1 4203524 1362107 0 0 0 179808 207 0 0 20 0 1 0 343477189 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9341/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.63
CPU time (s): 1800.19
CPU user time (s): 1798.09
CPU system time (s): 2.10368
CPU usage (%): 99.9757
Max. virtual memory (cumulated for all children) (KiB): 5467524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.09
system time used= 2.10368
maximum resident set size= 5431688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1362107
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= 359
involuntary context switches= 1886

runsolver used 3.36149 second user time and 9.1836 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-04 03:31:52
IDJOB=3741265
IDBENCH=89824
IDSOLVER=2329
FILE ID=node120/3741265-1338773505
RUNJOBID= node120-1338771707-9221
PBS_JOBID= 14636816
Free space on /tmp= 70524 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-mspp16.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741265-1338773505/watcher-3741265-1338773505 -o /tmp/evaluation-result-3741265-1338773505/solver-3741265-1338773505 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3741265-1338773505.opb -t 1800 -m 15500

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

MD5SUM BENCH= 141454b66937b2c93528081cb91f0e55
RANDOM SEED=583194782

node120.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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		: 2666.456
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27839272 kB
Buffers:          581888 kB
Cached:          3440996 kB
SwapCached:         1580 kB
Active:          2085400 kB
Inactive:        2010516 kB
Active(anon):      65308 kB
Inactive(anon):     9224 kB
Active(file):    2020092 kB
Inactive(file):  2001292 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67103516 kB
Dirty:            273676 kB
Writeback:             0 kB
AnonPages:         79564 kB
Mapped:            13616 kB
Shmem:                32 kB
Slab:             798968 kB
SReclaimable:     242444 kB
SUnreclaim:       556524 kB
KernelStack:        1448 kB
PageTables:         4148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     190468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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= 70508 MiB
End job on node120 at 2012-06-04 04:01:55