Trace number 3693643

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? 1796.79 1797.07

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-f2000.opb
MD5SUMacba870ceff62e653e0b2927ff2b81fb
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4000
Total number of constraints10500
Number of constraints which are clauses10500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 4000
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 4000
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4000
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3693643-1338042715.opb>
0.00/0.03	c original problem has 4000 variables (4000 bin, 0 int, 0 impl, 0 cont) and 10500 constraints
0.00/0.03	c problem read in 0.03
0.00/0.07	c presolving:
0.08/0.11	c (round 1) 5 del vars, 5 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 3990 impls, 0 clqs
0.08/0.18	c (round 2) 5 del vars, 5 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 10437 upgd conss, 3990 impls, 0 clqs
0.18/0.20	c (round 3) 5 del vars, 5 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 10495 upgd conss, 3990 impls, 0 clqs
0.18/0.25	c    (0.2s) probing: 51/3995 (1.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.18/0.25	c    (0.2s) probing aborted: 50/50 successive totally useless probings
0.18/0.25	c presolving (4 rounds):
0.18/0.25	c  5 deleted vars, 5 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.18/0.25	c  3990 implications, 0 cliques
0.18/0.25	c presolved problem has 3995 variables (3995 bin, 0 int, 0 impl, 0 cont) and 10495 constraints
0.18/0.25	c    1995 constraints of type <setppc>
0.18/0.25	c    8500 constraints of type <logicor>
0.18/0.25	c transformed objective value is always integral (scale: 1)
0.18/0.25	c Presolving Time: 0.21
0.18/0.25	c - non default parameters ----------------------------------------------------------------------
0.18/0.25	c # SCIP version 2.1.1.4
0.18/0.25	c 
0.18/0.25	c # maximal time in seconds to run
0.18/0.25	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.18/0.25	c limits/time = 1797
0.18/0.25	c 
0.18/0.25	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.18/0.25	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.18/0.25	c limits/memory = 13950
0.18/0.25	c 
0.18/0.25	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.18/0.25	c # [type: int, range: [1,2], default: 1]
0.18/0.25	c timing/clocktype = 2
0.18/0.25	c 
0.18/0.25	c # belongs reading time to solving time?
0.18/0.25	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.18/0.25	c timing/reading = TRUE
0.18/0.25	c 
0.18/0.25	c -----------------------------------------------------------------------------------------------
0.18/0.25	c start solving
0.18/0.26	c 
82.18/82.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
82.18/82.23	c  82.2s|     1 |     0 | 41363 |     - |  21M|   0 |3953 |3995 |  10k|3995 |  10k|   0 | 102 |   0 | 1.331000e+03 |      --      |    Inf 
712.78/713.00	c   713s|     1 |     2 |229011 |     - |  22M|   0 |3953 |3995 |  10k|3995 |  10k|   0 | 102 |  39 | 1.331000e+03 |      --      |    Inf 
1796.71/1797.04	c 
1796.71/1797.04	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.04	c Solving Time (sec) : 1797.04
1796.71/1797.04	c Solving Nodes      : 10
1796.71/1797.04	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.71/1797.04	c Dual Bound         : +1.33100000000000e+03
1796.71/1797.04	c Gap                : infinite
1796.71/1797.04	s UNKNOWN
1796.71/1797.04	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.04	c Total Time         :    1797.04
1796.71/1797.04	c   solving          :    1797.04
1796.71/1797.04	c   presolving       :       0.21 (included in solving)
1796.71/1797.04	c   reading          :       0.03 (included in solving)
1796.71/1797.04	c   copying          :       0.02 (1 #copies) (minimal 0.02, maximal 0.02, average 0.02)
1796.71/1797.04	c Original Problem   :
1796.71/1797.04	c   Problem name     : HOME/instance-3693643-1338042715.opb
1796.71/1797.04	c   Variables        : 4000 (4000 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.04	c   Constraints      : 10500 initial, 10500 maximal
1796.71/1797.04	c   Objective sense  : minimize
1796.71/1797.04	c Presolved Problem  :
1796.71/1797.04	c   Problem name     : t_HOME/instance-3693643-1338042715.opb
1796.71/1797.04	c   Variables        : 3995 (3995 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.04	c   Constraints      : 10495 initial, 10597 maximal
1796.71/1797.04	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.71/1797.04	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.04	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.04	c   dualfix          :       0.00       0.00          5          0          0          0          0          0          0          0          0
1796.71/1797.04	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.04	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.04	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.04	c   gateextraction   :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.04	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.04	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.04	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.04	c   probing          :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.04	c   setppc           :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.04	c   linear           :       0.08       0.00          0          0          0          0          0          5          0          0          0
1796.71/1797.04	c   logicor          :       0.05       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.04	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.71/1797.04	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.04	c   integral         :          0          0          0          0         10          0          4          0          0          0          0          0         20
1796.71/1797.04	c   setppc           :       1995       1995          1        613          0          0          3       1710          1          7          0          0          0
1796.71/1797.04	c   logicor          :       8500+      8602          1        346          0          0          1       1099         14          1          0          0          0
1796.71/1797.04	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1796.71/1797.04	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.71/1797.04	c   integral         :     635.22       0.00       0.00       0.00     635.22       0.00       0.00       0.00
1796.71/1797.04	c   setppc           :       0.02       0.00       0.00       0.02       0.00       0.00       0.00       0.00
1796.71/1797.04	c   logicor          :       0.02       0.00       0.00       0.01       0.00       0.00       0.00       0.00
1796.71/1797.04	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.71/1797.04	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.71/1797.04	c   rootredcost      :          0          0          0          0
1796.71/1797.04	c   pseudoobj        :        523          0          0          0
1796.71/1797.04	c   vbounds          :          0          0          0          0
1796.71/1797.04	c   redcost          :         10          0          0          0
1796.71/1797.04	c   probing          :          0          0          0          0
1796.71/1797.04	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.71/1797.04	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1796.71/1797.04	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
1796.71/1797.04	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
1796.71/1797.04	c   redcost          :       0.00       0.00       0.00       0.00       0.00
1796.71/1797.04	c   probing          :       0.02       0.00       0.02       0.00       0.00
1796.71/1797.04	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.71/1797.04	c   propagation      :       0.01         15         15        115       37.8          1       10.0          -
1796.71/1797.04	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.04	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.04	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.04	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.71/1797.04	c   applied globally :          -          -          -        102       36.6          -          -          -
1796.71/1797.04	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.71/1797.04	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.71/1797.04	c   cut pool         :       0.00                     0          -          -          0          -    (maximal pool size: 0)
1796.71/1797.04	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.71/1797.04	c   impliedbounds    :       0.00       0.00          1          0          0          0          0
1796.71/1797.04	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.71/1797.04	c   gomory           :       2.28       0.00          1          0          0          0          0
1796.71/1797.04	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.71/1797.04	c   strongcg         :       2.29       0.00          1          0          0          0          0
1796.71/1797.04	c   cmir             :       0.08       0.00          1          0          0          0          0
1796.71/1797.04	c   flowcover        :       0.07       0.00          1          0          0          0          0
1796.71/1797.04	c   clique           :       0.01       0.00          1          0          0          0          0
1796.71/1797.04	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.71/1797.04	c   mcf              :       0.01       0.00          1          0          0          0          0
1796.71/1797.04	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.71/1797.04	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.71/1797.04	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.71/1797.04	c   problem variables:       0.00          -          0          0
1796.71/1797.04	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.04	c   relpscost        :     635.22       0.00         10          0          0          0          0         20
1796.71/1797.04	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.04	c   inference        :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.04	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.04	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.04	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.04	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.04	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.04	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.71/1797.04	c   LP solutions     :       0.00          -          -          0
1796.71/1797.04	c   pseudo solutions :       0.00          -          -          0
1796.71/1797.04	c   oneopt           :       0.00       0.00          0          0
1796.71/1797.04	c   crossover        :       0.00       0.00          0          0
1796.71/1797.04	c   pscostdiving     :       0.00       0.00          0          0
1796.71/1797.04	c   fracdiving       :       0.00       0.00          0          0
1796.71/1797.04	c   veclendiving     :       0.00       0.00          0          0
1796.71/1797.04	c   objpscostdiving  :       0.00       0.00          0          0
1796.71/1797.04	c   rootsoldiving    :       0.00       0.00          0          0
1796.71/1797.04	c   linesearchdiving :       0.00       0.00          0          0
1796.71/1797.04	c   smallcard        :       0.00       0.00          0          0
1796.71/1797.04	c   trivial          :       0.01       0.00          2          0
1796.71/1797.04	c   shiftandpropagate:       0.05       0.00          1          0
1796.71/1797.04	c   simplerounding   :       0.00       0.00          0          0
1796.71/1797.04	c   zirounding       :       0.01       0.00          9          0
1796.71/1797.04	c   rounding         :       0.02       0.00         10          0
1796.71/1797.04	c   shifting         :       0.01       0.00          1          0
1796.71/1797.04	c   intshifting      :       0.00       0.00          0          0
1796.71/1797.04	c   twoopt           :       0.00       0.00          0          0
1796.71/1797.04	c   indoneopt        :       0.00       0.00          0          0
1796.71/1797.04	c   indtwoopt        :       0.00       0.00          0          0
1796.71/1797.04	c   fixandinfer      :       0.00       0.00          0          0
1796.71/1797.04	c   feaspump         :     536.54       0.00          1          0
1796.71/1797.04	c   clique           :       0.00       0.00          0          0
1796.71/1797.04	c   coefdiving       :     216.66       0.00          1          0
1796.71/1797.04	c   indrounding      :       0.00       0.00          0          0
1796.71/1797.04	c   indcoefdiving    :       0.00       0.00          0          0
1796.71/1797.04	c   nlpdiving        :       0.00       0.00          0          0
1796.71/1797.04	c   intdiving        :       0.00       0.00          0          0
1796.71/1797.04	c   actconsdiving    :       0.00       0.00          0          0
1796.71/1797.04	c   guideddiving     :       0.00       0.00          0          0
1796.71/1797.04	c   octane           :       0.00       0.00          0          0
1796.71/1797.04	c   rens             :       0.03       0.00          0          0
1796.71/1797.04	c   rins             :       0.00       0.00          0          0
1796.71/1797.04	c   localbranching   :       0.00       0.00          0          0
1796.71/1797.04	c   mutation         :       0.00       0.00          0          0
1796.71/1797.04	c   dins             :       0.00       0.00          0          0
1796.71/1797.04	c   vbounds          :       0.00       0.00          0          0
1796.71/1797.04	c   undercover       :       0.00       0.00          0          0
1796.71/1797.04	c   subnlp           :       0.00       0.00          0          0
1796.71/1797.04	c   trysol           :       0.00       0.00          0          0
1796.71/1797.04	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.71/1797.04	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
1796.71/1797.04	c   dual LP          :     403.81         11     181101   18110.10     448.49       0.31          1
1796.71/1797.04	c   lex dual LP      :       0.00          0          0       0.00          -
1796.71/1797.04	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.71/1797.04	c   diving/probing LP:     752.80         54     291075    5390.28     386.66
1796.71/1797.04	c   strong branching :     635.20        259     259000    1000.00     407.74
1796.71/1797.04	c     (at root node) :          -         39      39000    1000.00          -
1796.71/1797.04	c   conflict analysis:       0.00          0          0       0.00          -
1796.71/1797.04	c B&B Tree           :
1796.71/1797.04	c   number of runs   :          1
1796.71/1797.04	c   nodes            :         10
1796.71/1797.04	c   nodes (total)    :         10
1796.71/1797.04	c   nodes left       :         11
1796.71/1797.04	c   max depth        :          7
1796.71/1797.04	c   max depth (total):          7
1796.71/1797.04	c   backtracks       :          0 (0.0%)
1796.71/1797.04	c   delayed cutoffs  :          0
1796.71/1797.04	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.71/1797.04	c   avg switch length:       1.20
1796.71/1797.04	c   switching time   :       0.00
1796.71/1797.04	c Solution           :
1796.71/1797.04	c   Solutions found  :          0 (0 improvements)
1796.71/1797.04	c   Primal Bound     :          -
1796.71/1797.04	c   Dual Bound       : +1.33100000000000e+03
1796.71/1797.04	c   Gap              :   infinite
1796.71/1797.04	c   Root Dual Bound  : +1.33100000000000e+03
1796.71/1797.04	c   Root Iterations  :     229011
1796.71/1797.07	c Time complete: 1796.78.

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-3693643-1338042715/watcher-3693643-1338042715 -o /tmp/evaluation-result-3693643-1338042715/solver-3693643-1338042715 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693643-1338042715.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3580
/proc/meminfo: memFree=27990752/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=11136 CPUtime=0 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 1528 0 0 0 0 0 0 0 20 0 1 0 270396279 11403264 1482 33554432000 4194304 10169799 140734203175808 140734203040504 8801104 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 2784 1482 403 1459 0 1316 0

[startup+0.00983301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3580
/proc/meminfo: memFree=27990752/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=13764 CPUtime=0 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 2213 0 0 0 0 0 0 0 20 0 1 0 270396279 14094336 2167 33554432000 4194304 10169799 140734203175808 140734203040504 7543003 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 3441 2167 412 1459 0 1973 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13764

[startup+0.100257 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3580
/proc/meminfo: memFree=27990752/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=39272 CPUtime=0.08 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 8323 0 0 0 6 2 0 0 20 0 1 0 270396279 40214528 8277 33554432000 4194304 10169799 140734203175808 140734203040504 8961143 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 9818 8277 547 1459 0 8350 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 39272

[startup+0.300268 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3580
/proc/meminfo: memFree=27990752/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=59188 CPUtime=0.29 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 14369 0 0 0 20 9 0 0 20 0 1 0 270396279 60608512 13192 33554432000 4194304 10169799 140734203175808 140734203040504 8961143 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 14797 13192 676 1459 0 13329 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59188

[startup+0.700248 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3580
/proc/meminfo: memFree=27990752/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=68280 CPUtime=0.68 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 16986 0 0 0 58 10 0 0 20 0 1 0 270396279 69918720 15554 33554432000 4194304 10169799 140734203175808 140734203040504 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 17070 15554 748 1459 0 15602 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 68280

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3581
/proc/meminfo: memFree=27930820/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=69836 CPUtime=1.49 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 17359 0 0 0 138 11 0 0 20 0 1 0 270396279 71512064 15891 33554432000 4194304 10169799 140734203175808 140734203169480 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 17459 15891 748 1459 0 15991 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 69836

[startup+3.10024 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3581
/proc/meminfo: memFree=27929084/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=69836 CPUtime=3.09 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 17363 0 0 0 298 11 0 0 20 0 1 0 270396279 71512064 15895 33554432000 4194304 10169799 140734203175808 140734203170216 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 17459 15895 748 1459 0 15991 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 69836

[startup+6.30023 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3581
/proc/meminfo: memFree=27928836/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=71768 CPUtime=6.29 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 17969 0 0 0 617 12 0 0 20 0 1 0 270396279 73490432 16489 33554432000 4194304 10169799 140734203175808 140734203170632 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 17942 16489 752 1459 0 16474 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71768

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3581
/proc/meminfo: memFree=27928480/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=71456 CPUtime=12.68 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 19094 0 0 0 1256 12 0 0 20 0 1 0 270396279 73170944 16395 33554432000 4194304 10169799 140734203175808 140734203170136 8030290 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 17864 16395 752 1459 0 16396 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 71456

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3581
/proc/meminfo: memFree=27924892/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=74948 CPUtime=25.49 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 20469 0 0 0 2535 14 0 0 20 0 1 0 270396279 76746752 17263 33554432000 4194304 10169799 140734203175808 140734203170136 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 18737 17263 753 1459 0 17269 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 74948

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3581
/proc/meminfo: memFree=27914932/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=85636 CPUtime=51.09 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 23335 0 0 0 5092 17 0 0 20 0 1 0 270396279 87691264 19919 33554432000 4194304 10169799 140734203175808 140734203170136 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 21409 19919 753 1459 0 19941 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 85636

[startup+102.3 s]
/proc/loadavg: 2.16 2.04 2.01 3/179 3582
/proc/meminfo: memFree=27912648/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=83492 CPUtime=102.27 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 26841 0 0 0 10205 22 0 0 20 0 1 0 270396279 85495808 19694 33554432000 4194304 10169799 140734203175808 140734203168216 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 20873 19694 767 1459 0 19405 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 83492

[startup+162.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/179 3582
/proc/meminfo: memFree=27910584/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=86192 CPUtime=162.26 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 27603 0 0 0 16199 27 0 0 20 0 1 0 270396279 88260608 20732 33554432000 4194304 10169799 140734203175808 140734203168488 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 21548 20732 767 1459 0 20080 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 86192

[startup+222.307 s]
/proc/loadavg: 2.13 2.07 2.02 3/179 3582
/proc/meminfo: memFree=27905248/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=91708 CPUtime=222.25 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 28779 0 0 0 22193 32 0 0 20 0 1 0 270396279 93908992 22111 33554432000 4194304 10169799 140734203175808 140734203168120 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 22927 22111 767 1459 0 21459 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 91708

[startup+282.3 s]
/proc/loadavg: 2.12 2.08 2.02 3/179 3582
/proc/meminfo: memFree=27903444/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=91708 CPUtime=282.23 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 28781 0 0 0 28186 37 0 0 20 0 1 0 270396279 93908992 22111 33554432000 4194304 10169799 140734203175808 140734203167384 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 22927 22111 767 1459 0 21459 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 91708

[startup+342.3 s]
/proc/loadavg: 2.23 2.11 2.03 3/179 3582
/proc/meminfo: memFree=27901396/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=91708 CPUtime=342.23 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 28781 0 0 0 34182 41 0 0 20 0 1 0 270396279 93908992 22111 33554432000 4194304 10169799 140734203175808 140734203168088 8004563 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 22927 22111 767 1459 0 21459 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 91708

[startup+402.3 s]
/proc/loadavg: 2.08 2.09 2.03 3/179 3583
/proc/meminfo: memFree=27900032/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=91708 CPUtime=402.22 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 28781 0 0 0 40177 45 0 0 20 0 1 0 270396279 93908992 22111 33554432000 4194304 10169799 140734203175808 140734203168120 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 22927 22111 767 1459 0 21459 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 91708

[startup+462.3 s]
/proc/loadavg: 2.21 2.12 2.04 3/179 3583
/proc/meminfo: memFree=27900588/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=91708 CPUtime=462.21 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 28781 0 0 0 46172 49 0 0 20 0 1 0 270396279 93908992 22111 33554432000 4194304 10169799 140734203175808 140734203168216 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 22927 22111 767 1459 0 21459 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 91708

[startup+522.3 s]
/proc/loadavg: 2.08 2.09 2.03 3/180 3586
/proc/meminfo: memFree=27901572/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=91708 CPUtime=522.2 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 28781 0 0 0 52167 53 0 0 20 0 1 0 270396279 93908992 22111 33554432000 4194304 10169799 140734203175808 140734203168216 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 22927 22111 767 1459 0 21459 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 91708

[startup+582.3 s]
/proc/loadavg: 2.06 2.09 2.03 3/179 3586
/proc/meminfo: memFree=27904308/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=91708 CPUtime=582.19 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 28781 0 0 0 58162 57 0 0 20 0 1 0 270396279 93908992 22111 33554432000 4194304 10169799 140734203175808 140734203168088 8004530 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 22927 22111 767 1459 0 21459 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 91708

[startup+642.3 s]

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

/proc/meminfo: memFree=27708980/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=85380 CPUtime=1062.12 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 29895 0 0 0 106118 94 0 0 20 0 1 0 270396279 87429120 20496 33554432000 4194304 10169799 140734203175808 140734203170792 8029403 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 21345 20496 822 1459 0 19877 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 85380

[startup+1122.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/180 3630
/proc/meminfo: memFree=27707856/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=85380 CPUtime=1122.11 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 29895 0 0 0 112112 99 0 0 20 0 1 0 270396279 87429120 20496 33554432000 4194304 10169799 140734203175808 140734203169480 8051968 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 21345 20496 822 1459 0 19877 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 85380

[startup+1182.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 3630
/proc/meminfo: memFree=27706996/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=85380 CPUtime=1182.1 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 29895 0 0 0 118108 102 0 0 20 0 1 0 270396279 87429120 20496 33554432000 4194304 10169799 140734203175808 140734203170408 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 21345 20496 822 1459 0 19877 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 85380

[startup+1242.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/179 3630
/proc/meminfo: memFree=27706748/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=85380 CPUtime=1242.09 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 29895 0 0 0 124102 107 0 0 20 0 1 0 270396279 87429120 20496 33554432000 4194304 10169799 140734203175808 140734203170408 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 21345 20496 822 1459 0 19877 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 85380

[startup+1302.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/179 3631
/proc/meminfo: memFree=27706808/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=85380 CPUtime=1302.08 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 29895 0 0 0 130097 111 0 0 20 0 1 0 270396279 87429120 20496 33554432000 4194304 10169799 140734203175808 140734203170088 8052295 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 21345 20496 822 1459 0 19877 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 85380

[startup+1362.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 3631
/proc/meminfo: memFree=27705940/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=85380 CPUtime=1362.08 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 29895 0 0 0 136092 116 0 0 20 0 1 0 270396279 87429120 20496 33554432000 4194304 10169799 140734203175808 140734203169672 8052287 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 21345 20496 822 1459 0 19877 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 85380

[startup+1422.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 3631
/proc/meminfo: memFree=27705072/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=85380 CPUtime=1422.07 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 29895 0 0 0 142087 120 0 0 20 0 1 0 270396279 87429120 20496 33554432000 4194304 10169799 140734203175808 140734203170408 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 21345 20496 822 1459 0 19877 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 85380

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 3631
/proc/meminfo: memFree=27704948/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=85380 CPUtime=1482.06 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 29895 0 0 0 148081 125 0 0 20 0 1 0 270396279 87429120 20496 33554432000 4194304 10169799 140734203175808 140734203170600 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 21345 20496 822 1459 0 19877 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 85380

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 3631
/proc/meminfo: memFree=27705132/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=85380 CPUtime=1542.05 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 29895 0 0 0 154077 128 0 0 20 0 1 0 270396279 87429120 20496 33554432000 4194304 10169799 140734203175808 140734203170408 8030021 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 21345 20496 822 1459 0 19877 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 85380

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 3632
/proc/meminfo: memFree=27705008/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=85380 CPUtime=1602.03 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 29895 0 0 0 160072 131 0 0 20 0 1 0 270396279 87429120 20496 33554432000 4194304 10169799 140734203175808 140734203168936 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 21345 20496 822 1459 0 19877 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 85380

[startup+1662.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 3632
/proc/meminfo: memFree=27704636/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=85380 CPUtime=1662.02 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 29895 0 0 0 166066 136 0 0 20 0 1 0 270396279 87429120 20496 33554432000 4194304 10169799 140734203175808 140734203169768 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 21345 20496 822 1459 0 19877 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 85380

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 3635
/proc/meminfo: memFree=27703884/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=85380 CPUtime=1722.02 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 29895 0 0 0 172060 142 0 0 20 0 1 0 270396279 87429120 20496 33554432000 4194304 10169799 140734203175808 140734203169672 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 21345 20496 822 1459 0 19877 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 85380

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 3658
/proc/meminfo: memFree=27702952/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=85380 CPUtime=1782.01 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 29895 0 0 0 178054 147 0 0 20 0 1 0 270396279 87429120 20496 33554432000 4194304 10169799 140734203175808 140734203169672 8052014 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 21345 20496 822 1459 0 19877 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 85380

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

[startup+1785.6 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 3658
/proc/meminfo: memFree=27702952/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=85380 CPUtime=1785.31 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 29895 0 0 0 178384 147 0 0 20 0 1 0 270396279 87429120 20496 33554432000 4194304 10169799 140734203175808 140734203168936 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 21345 20496 822 1459 0 19877 0
Current children cumulated CPU time (s) 1785.31
Current children cumulated vsize (KiB) 85380

[startup+1792.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3658
/proc/meminfo: memFree=27702952/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=85380 CPUtime=1791.72 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 29895 0 0 0 179024 148 0 0 20 0 1 0 270396279 87429120 20496 33554432000 4194304 10169799 140734203175808 140734203168936 8052267 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 21345 20496 822 1459 0 19877 0
Current children cumulated CPU time (s) 1791.72
Current children cumulated vsize (KiB) 85380

[startup+1795.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3658
/proc/meminfo: memFree=27702952/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=85380 CPUtime=1794.91 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 29895 0 0 0 179343 148 0 0 20 0 1 0 270396279 87429120 20496 33554432000 4194304 10169799 140734203175808 140734203168936 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 21345 20496 822 1459 0 19877 0
Current children cumulated CPU time (s) 1794.91
Current children cumulated vsize (KiB) 85380

[startup+1796 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3658
/proc/meminfo: memFree=27702952/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=85380 CPUtime=1795.71 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 29895 0 0 0 179423 148 0 0 20 0 1 0 270396279 87429120 20496 33554432000 4194304 10169799 140734203175808 140734203168936 8051835 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 21345 20496 822 1459 0 19877 0
Current children cumulated CPU time (s) 1795.71
Current children cumulated vsize (KiB) 85380

[startup+1796.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3658
/proc/meminfo: memFree=27702952/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=85380 CPUtime=1796.51 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 29895 0 0 0 179503 148 0 0 20 0 1 0 270396279 87429120 20496 33554432000 4194304 10169799 140734203175808 140734203168936 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 21345 20496 822 1459 0 19877 0
Current children cumulated CPU time (s) 1796.51
Current children cumulated vsize (KiB) 85380

[startup+1797 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3658
/proc/meminfo: memFree=27702952/32873844 swapFree=7608/7608
[pid=3580] ppid=3578 vsize=85380 CPUtime=1796.71 cores=0,2,4,6
/proc/3580/stat : 3580 (scip-2.1.1.4sfi) R 3578 3580 30878 0 -1 4202496 29895 0 0 0 179523 148 0 0 20 0 1 0 270396279 87429120 20496 33554432000 4194304 10169799 140734203175808 140734203169720 8051623 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3580/statm: 21345 20496 822 1459 0 19877 0
Current children cumulated CPU time (s) 1796.71
Current children cumulated vsize (KiB) 85380

Child status: 0
Real time (s): 1797.07
CPU time (s): 1796.79
CPU user time (s): 1795.3
CPU system time (s): 1.48777
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 93616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.3
system time used= 1.48777
maximum resident set size= 88452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29904
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= 13
involuntary context switches= 1872

runsolver used 3.00654 second user time and 9.1836 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-26 16:31:55
IDJOB=3693643
IDBENCH=89869
IDSOLVER=2272
FILE ID=node135/3693643-1338042715
RUNJOBID= node135-1338017247-31465
PBS_JOBID= 14624262
Free space on /tmp= 71500 MiB

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

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

MD5SUM BENCH= acba870ceff62e653e0b2927ff2b81fb
RANDOM SEED=1895534940

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27990752 kB
Buffers:          259372 kB
Cached:          3720488 kB
SwapCached:            0 kB
Active:          1041220 kB
Inactive:        3062248 kB
Active(anon):     126120 kB
Inactive(anon):        0 kB
Active(file):     915100 kB
Inactive(file):  3062248 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13976 kB
Writeback:             0 kB
AnonPages:        131056 kB
Mapped:            17736 kB
Shmem:               212 kB
Slab:             639768 kB
SReclaimable:      81912 kB
SUnreclaim:       557856 kB
KernelStack:        1456 kB
PageTables:         4244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     237712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     94208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71488 MiB
End job on node135 at 2012-05-26 17:01:52