Trace number 3485446

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 2 2011-06-10 (fixed)? 1797.19 1797.16

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_17.opb
MD5SUM642c38c9f16ba47e1145e44f5259b53a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark263
Best CPU time to get the best result obtained on this benchmark1800.22
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 262
Optimality of the best value was proved NO
Number of variables7089
Total number of constraints13888
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13888
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2621
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.4 [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-3485446-1307770540.opb>
0.18/0.27	c original problem has 7089 variables (7089 bin, 0 int, 0 impl, 0 cont) and 13888 constraints
0.18/0.27	c problem read
0.18/0.27	c presolving settings loaded
0.39/0.43	c presolving:
0.49/0.57	c (round 1) 0 del vars, 6936 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 16 upgd conss, 0 impls, 0 clqs
1.89/1.94	c    (1.9s) probing: 118/7089 (1.7%) - 0 fixings, 0 aggregations, 1663 implications, 0 bound changes
1.89/1.94	c    (1.9s) probing aborted: 100/100 successive totally useless probings
1.89/1.94	c presolving (2 rounds):
1.89/1.94	c  0 deleted vars, 6936 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.89/1.94	c  14144 implications, 0 cliques
1.89/1.94	c presolved problem has 7089 variables (7089 bin, 0 int, 0 impl, 0 cont) and 6952 constraints
1.89/1.94	c      16 constraints of type <knapsack>
1.89/1.94	c    6936 constraints of type <linear>
1.89/1.94	c transformed objective value is always integral (scale: 1)
1.89/1.94	c Presolving Time: 1.63
1.89/1.94	c - non default parameters ----------------------------------------------------------------------
1.89/1.94	c # SCIP version 2.0.1.4
1.89/1.94	c 
1.89/1.94	c # frequency for displaying node information lines
1.89/1.94	c # [type: int, range: [-1,2147483647], default: 100]
1.89/1.94	c display/freq = 10000
1.89/1.94	c 
1.89/1.94	c # maximal time in seconds to run
1.89/1.94	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.89/1.94	c limits/time = 1797
1.89/1.94	c 
1.89/1.94	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.89/1.94	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.89/1.94	c limits/memory = 13950
1.89/1.94	c 
1.89/1.94	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.89/1.94	c # [type: int, range: [1,2], default: 1]
1.89/1.94	c timing/clocktype = 2
1.89/1.94	c 
1.89/1.94	c # belongs reading time to solving time?
1.89/1.94	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.89/1.94	c timing/reading = TRUE
1.89/1.94	c 
1.89/1.94	c # should presolving try to simplify inequalities
1.89/1.94	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.89/1.94	c constraints/linear/simplifyinequalities = TRUE
1.89/1.94	c 
1.89/1.94	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.89/1.94	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.89/1.94	c constraints/indicator/addCouplingCons = TRUE
1.89/1.94	c 
1.89/1.94	c # should presolving try to simplify knapsacks
1.89/1.94	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.89/1.94	c constraints/knapsack/simplifyinequalities = TRUE
1.89/1.94	c 
1.89/1.94	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.89/1.94	c # [type: int, range: [-1,2147483647], default: -1]
1.89/1.94	c separating/rapidlearning/freq = 0
1.89/1.94	c 
1.89/1.94	c -----------------------------------------------------------------------------------------------
1.89/1.94	c start solving
1.89/1.94	c 
2.79/2.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.79/2.84	c   2.8s|     1 |     0 |  6863 |     - |  65M|   0 |4009 |7089 |6969 |7089 |6952 |   0 |  17 |   0 | 1.600000e+01 |      --      |    Inf 
11.49/11.51	c  11.5s|     1 |     0 | 19027 |     - |  66M|   0 |4030 |7089 |7402 |7089 |7003 |  51 |  17 |   0 | 1.600000e+01 |      --      |    Inf 
12.19/12.22	c  12.2s|     1 |     0 | 19214 |     - |  67M|   0 |4049 |7089 |7402 |7089 |7069 | 117 |  17 |   0 | 1.600000e+01 |      --      |    Inf 
13.28/13.34	c  13.3s|     1 |     0 | 19581 |     - |  68M|   0 |4041 |7089 |7402 |7089 |7128 | 176 |  17 |   0 | 1.600000e+01 |      --      |    Inf 
14.30/14.36	c  14.4s|     1 |     0 | 19920 |     - |  68M|   0 |4031 |7089 |7402 |7089 |7191 | 239 |  17 |   0 | 1.600000e+01 |      --      |    Inf 
15.40/15.48	c  15.5s|     1 |     0 | 20434 |     - |  69M|   0 |4040 |7089 |7402 |7089 |7258 | 306 |  17 |   0 | 1.600000e+01 |      --      |    Inf 
16.69/16.70	c  16.7s|     1 |     0 | 21060 |     - |  69M|   0 |4059 |7089 |7402 |7089 |7317 | 365 |  17 |   0 | 1.600043e+01 |      --      |    Inf 
24.69/24.70	c  24.7s|     1 |     2 | 21060 |     - |  69M|   0 |4059 |7089 |7402 |7089 |7317 | 365 |  17 |  20 | 1.600043e+01 |      --      |    Inf 
1797.02/1797.01	c 
1797.02/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.02/1797.01	c Solving Time (sec) : 1797.01
1797.02/1797.01	c Solving Nodes      : 6943
1797.02/1797.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.02/1797.01	c Dual Bound         : +2.30000000000000e+01
1797.02/1797.01	c Gap                : infinite
1797.02/1797.01	s UNKNOWN
1797.02/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.02/1797.01	c Total Time         :    1797.01
1797.02/1797.01	c   solving          :    1797.01
1797.02/1797.01	c   presolving       :       1.63 (included in solving)
1797.02/1797.01	c   reading          :       0.27 (included in solving)
1797.02/1797.01	c Original Problem   :
1797.02/1797.01	c   Problem name     : HOME/instance-3485446-1307770540.opb
1797.02/1797.01	c   Variables        : 7089 (7089 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.02/1797.01	c   Constraints      : 13888 initial, 13888 maximal
1797.02/1797.01	c Presolved Problem  :
1797.02/1797.01	c   Problem name     : t_HOME/instance-3485446-1307770540.opb
1797.02/1797.01	c   Variables        : 7089 (7089 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.02/1797.01	c   Constraints      : 6952 initial, 10993 maximal
1797.02/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.02/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   probing          :       1.33          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   linear           :       0.16          0          0          0          0          0       6936          0          0          0
1797.02/1797.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.02/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.02/1797.01	c   integral         :          0          0          0       5619          0          4          0         19       1785          0          0      10424
1797.02/1797.01	c   knapsack         :         16          6      39641          0          1          3      85657        196      11420        146          0          0
1797.02/1797.01	c   linear           :       6936+         7      39446          0          0          0      53498       1460    1960487          0          0          0
1797.02/1797.01	c   logicor          :          0+         6      19831          0          0          0      27933        241      16540          0          0          0
1797.02/1797.01	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1797.02/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.02/1797.01	c   integral         :     506.84       0.00       0.00     506.84       0.00       0.00       0.00
1797.02/1797.01	c   knapsack         :       3.44       0.00       3.39       0.00       0.00       0.00       0.05
1797.02/1797.01	c   linear           :      31.32       0.01      31.25       0.00       0.00       0.00       0.07
1797.02/1797.01	c   logicor          :       2.16       0.00       2.12       0.00       0.00       0.00       0.04
1797.02/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.02/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.02/1797.01	c   vbounds          :          0          0          0          0
1797.02/1797.01	c   rootredcost      :          0          0          0          0
1797.02/1797.01	c   pseudoobj        :      39404          0          0          0
1797.02/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.02/1797.01	c   vbounds          :       0.01       0.01       0.00
1797.02/1797.01	c   rootredcost      :       0.01       0.01       0.00
1797.02/1797.01	c   pseudoobj        :       0.04       0.04       0.00
1797.02/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.02/1797.01	c   propagation      :       0.23       1897       1896      16157       45.9        105       27.1          -
1797.02/1797.01	c   infeasible LP    :       3.41       3970       3970       8366       23.8         91       19.1          0
1797.02/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.02/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.02/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.02/1797.01	c   applied globally :          -          -          -      10811       24.7          -          -          -
1797.02/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.02/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.02/1797.01	c   cut pool         :       0.00          5          -          -       2286          -    (maximal pool size: 4025)
1797.02/1797.01	c   redcost          :       0.73       5607          0          0          0          0
1797.02/1797.01	c   impliedbounds    :       0.00          6          0          0         31          0
1797.02/1797.01	c   intobj           :       0.00          0          0          0          0          0
1797.02/1797.01	c   gomory           :       0.08          6          0          0         15          0
1797.02/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1797.02/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1797.02/1797.01	c   strongcg         :       0.08          6          0          0          9          0
1797.02/1797.01	c   cmir             :       1.92          6          0          0       3000          0
1797.02/1797.01	c   flowcover        :       1.47          6          0          0       1200          0
1797.02/1797.01	c   clique           :       0.01          1          0          0          0          0
1797.02/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1797.02/1797.01	c   mcf              :       0.00          1          0          0          0          0
1797.02/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1797.02/1797.01	c   rapidlearning    :       4.83          1          0          0          0        433
1797.02/1797.01	c Pricers            :       Time      Calls       Vars
1797.02/1797.01	c   problem variables:       0.00          0          0
1797.02/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.02/1797.01	c   relpscost        :     506.83       5619         19       1785          0          0      10424
1797.02/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1797.02/1797.01	c   inference        :       0.00          1          0          0          0          0          2
1797.02/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1797.02/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1797.02/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.02/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.02/1797.01	c   random           :       0.00          0          0          0          0          0          0
1797.02/1797.01	c Primal Heuristics  :       Time      Calls      Found
1797.02/1797.01	c   LP solutions     :       0.00          -          0
1797.02/1797.01	c   pseudo solutions :       0.00          -          0
1797.02/1797.01	c   oneopt           :       0.01          0          0
1797.02/1797.01	c   crossover        :       0.00          0          0
1797.02/1797.01	c   guideddiving     :       0.00          0          0
1797.02/1797.01	c   coefdiving       :     176.63          3          0
1797.02/1797.01	c   fracdiving       :     101.88          6          0
1797.02/1797.01	c   objpscostdiving  :      56.56          5          0
1797.02/1797.01	c   rootsoldiving    :      22.11          8          0
1797.02/1797.01	c   pscostdiving     :      63.71         18          0
1797.02/1797.01	c   feaspump         :      67.39         10          0
1797.02/1797.01	c   veclendiving     :      35.91         27          0
1797.02/1797.01	c   linesearchdiving :      56.54         44          0
1797.02/1797.01	c   trivial          :       0.01          2          0
1797.02/1797.01	c   shiftandpropagate:       0.24          1          0
1797.02/1797.01	c   simplerounding   :       0.00          0          0
1797.02/1797.01	c   zirounding       :       1.07       1000          0
1797.02/1797.01	c   rounding         :       1.57       1002          0
1797.02/1797.01	c   shifting         :      10.66        280          0
1797.02/1797.01	c   intshifting      :       0.00          0          0
1797.02/1797.01	c   twoopt           :       0.00          0          0
1797.02/1797.01	c   fixandinfer      :       0.00          0          0
1797.02/1797.01	c   clique           :       0.00          0          0
1797.02/1797.01	c   intdiving        :       0.00          0          0
1797.02/1797.01	c   actconsdiving    :       0.00          0          0
1797.02/1797.01	c   octane           :       0.00          0          0
1797.02/1797.01	c   rens             :       0.01          0          0
1797.02/1797.01	c   rins             :       0.00          0          0
1797.02/1797.01	c   localbranching   :       0.00          0          0
1797.02/1797.01	c   mutation         :       0.00          0          0
1797.02/1797.01	c   dins             :       0.00          0          0
1797.02/1797.01	c   vbounds          :       0.00          0          0
1797.02/1797.01	c   undercover       :       0.00          0          0
1797.02/1797.01	c   subnlp           :       0.00          0          0
1797.02/1797.01	c   trysol           :       0.00          0          0
1797.02/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.02/1797.01	c   primal LP        :       0.07          0          0       0.00       0.00
1797.02/1797.01	c   dual LP          :     625.67       6283    3569646     568.14    5705.32
1797.02/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1797.02/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1797.02/1797.01	c   diving/probing LP:     552.58      11588    2318797     200.10    4196.28
1797.02/1797.01	c   strong branching :     502.05       4402    1901449     431.95    3787.35
1797.02/1797.01	c     (at root node) :          -         20      10906     545.30          -
1797.02/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1797.02/1797.01	c B&B Tree           :
1797.02/1797.01	c   number of runs   :          1
1797.02/1797.01	c   nodes            :       6943
1797.02/1797.01	c   nodes (total)    :       6943
1797.02/1797.01	c   nodes left       :       2331
1797.02/1797.01	c   max depth        :         58
1797.02/1797.01	c   max depth (total):         58
1797.02/1797.01	c   backtracks       :       1355 (19.5%)
1797.02/1797.01	c   delayed cutoffs  :       1153
1797.02/1797.01	c   repropagations   :       5339 (649426 domain reductions, 642 cutoffs)
1797.02/1797.01	c   avg switch length:       6.32
1797.02/1797.01	c   switching time   :      17.95
1797.02/1797.01	c Solution           :
1797.02/1797.01	c   Solutions found  :          0 (0 improvements)
1797.02/1797.01	c   Primal Bound     :          -
1797.02/1797.01	c   Dual Bound       : +2.30000000000000e+01
1797.02/1797.01	c   Gap              :   infinite
1797.02/1797.01	c   Root Dual Bound  : +1.60004258717062e+01
1797.02/1797.01	c   Root Iterations  :      21060
1797.12/1797.15	c Time complete: 1797.18.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3485446-1307770540/watcher-3485446-1307770540 -o /tmp/evaluation-result-3485446-1307770540/solver-3485446-1307770540 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485446-1307770540.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/177 16128
/proc/meminfo: memFree=31712000/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=6588 CPUtime=0 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 798 0 0 0 0 0 0 0 25 0 1 0 869469901 6746112 753 33554432000 4194304 8979876 140735834710656 18446744073709551615 7790414 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16128/statm: 1647 756 316 1169 0 474 0

[startup+0.0749449 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16128
/proc/meminfo: memFree=31712000/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=15104 CPUtime=0.06 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 2764 0 0 0 6 0 0 0 25 0 1 0 869469901 15466496 2719 33554432000 4194304 8979876 140735834710656 18446744073709551615 6779003 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16128/statm: 3776 2721 366 1169 0 2603 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15104

[startup+0.100955 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16128
/proc/meminfo: memFree=31712000/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=17372 CPUtime=0.09 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 3348 0 0 0 9 0 0 0 25 0 1 0 869469901 17788928 3303 33554432000 4194304 8979876 140735834710656 18446744073709551615 6203375 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16128/statm: 4343 3303 366 1169 0 3170 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17372

[startup+0.300874 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16128
/proc/meminfo: memFree=31712000/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=42928 CPUtime=0.29 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 9716 0 0 0 28 1 0 0 25 0 1 0 869469901 43958272 9671 33554432000 4194304 8979876 140735834710656 18446744073709551615 4880869 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 10732 9671 416 1169 0 9559 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42928

[startup+0.700835 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16128
/proc/meminfo: memFree=31712000/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=136328 CPUtime=0.69 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 35826 0 0 0 65 4 0 0 25 0 1 0 869469901 139599872 31781 33554432000 4194304 8979876 140735834710656 18446744073709551615 5310511 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 34082 31781 540 1169 0 32909 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 136328

[startup+1.5007 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16129
/proc/meminfo: memFree=31586892/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=136328 CPUtime=1.49 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 35842 0 0 0 145 4 0 0 25 0 1 0 869469901 139599872 31781 33554432000 4194304 8979876 140735834710656 18446744073709551615 5308293 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 34082 31781 524 1169 0 32909 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 136328

[startup+3.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16129
/proc/meminfo: memFree=31554652/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=190164 CPUtime=3.09 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 52115 0 0 0 303 6 0 0 19 0 1 0 869469901 194727936 44299 33554432000 4194304 8979876 140735834710656 18446744073709551615 7146626 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 47541 44299 717 1169 0 46368 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 190164

[startup+6.30083 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16129
/proc/meminfo: memFree=31536172/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=190164 CPUtime=6.28 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 52181 0 0 0 621 7 0 0 25 0 1 0 869469901 194727936 44338 33554432000 4194304 8979876 140735834710656 18446744073709551615 6601194 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 47541 44338 706 1169 0 46368 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 190164

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16129
/proc/meminfo: memFree=31463992/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=264856 CPUtime=12.69 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 71117 0 0 0 1260 9 0 0 25 0 1 0 869469901 271212544 63157 33554432000 4194304 8979876 140735834710656 18446744073709551615 4239319 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 66214 63157 811 1169 0 65041 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 264856

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16130
/proc/meminfo: memFree=31458144/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=264856 CPUtime=25.49 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 71212 0 0 0 2539 10 0 0 25 0 1 0 869469901 271212544 63171 33554432000 4194304 8979876 140735834710656 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 66214 63171 734 1169 0 65041 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 264856

[startup+51.1008 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16130
/proc/meminfo: memFree=31454160/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=264856 CPUtime=51.09 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 71212 0 0 0 5091 18 0 0 25 0 1 0 869469901 271212544 63171 33554432000 4194304 8979876 140735834710656 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 66214 63171 734 1169 0 65041 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 264856

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16132
/proc/meminfo: memFree=31446700/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=264856 CPUtime=102.29 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 71215 0 0 0 10193 36 0 0 25 0 1 0 869469901 271212544 63174 33554432000 4194304 8979876 140735834710656 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 66214 63174 737 1169 0 65041 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 264856

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16133
/proc/meminfo: memFree=31437952/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=264856 CPUtime=162.28 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 71241 0 0 0 16165 63 0 0 25 0 1 0 869469901 271212544 63196 33554432000 4194304 8979876 140735834710656 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 66214 63196 734 1169 0 65041 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 264856

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16135
/proc/meminfo: memFree=31426996/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=264856 CPUtime=222.29 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 71241 0 0 0 22133 96 0 0 25 0 1 0 869469901 271212544 63196 33554432000 4194304 8979876 140735834710656 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 66214 63196 734 1169 0 65041 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 264856

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16136
/proc/meminfo: memFree=31419000/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=264856 CPUtime=282.29 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 71371 0 0 0 28112 117 0 0 25 0 1 0 869469901 271212544 63326 33554432000 4194304 8979876 140735834710656 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 66214 63326 734 1169 0 65041 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 264856

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16138
/proc/meminfo: memFree=31406172/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=264856 CPUtime=342.29 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 71371 0 0 0 34099 130 0 0 25 0 1 0 869469901 271212544 63326 33554432000 4194304 8979876 140735834710656 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 66214 63326 734 1169 0 65041 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 264856

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16140
/proc/meminfo: memFree=31400300/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=264856 CPUtime=402.3 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 71376 0 0 0 40076 154 0 0 25 0 1 0 869469901 271212544 63326 33554432000 4194304 8979876 140735834710656 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 66214 63326 729 1169 0 65041 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 264856

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16141
/proc/meminfo: memFree=31388728/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=264856 CPUtime=462.3 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 71376 0 0 0 46057 173 0 0 25 0 1 0 869469901 271212544 63326 33554432000 4194304 8979876 140735834710656 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 66214 63326 729 1169 0 65041 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 264856

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16143
/proc/meminfo: memFree=31378232/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=264856 CPUtime=522.29 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 71390 0 0 0 52033 196 0 0 25 0 1 0 869469901 271212544 63340 33554432000 4194304 8979876 140735834710656 18446744073709551615 7146622 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 66214 63340 732 1169 0 65041 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 264856

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16144
/proc/meminfo: memFree=31372712/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=264856 CPUtime=582.3 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 71459 0 0 0 58008 222 0 0 25 0 1 0 869469901 271212544 63409 33554432000 4194304 8979876 140735834710656 18446744073709551615 5271635 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 66214 63409 732 1169 0 65041 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 264856

[startup+642.301 s]

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

/proc/meminfo: memFree=31583436/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=264856 CPUtime=1062.31 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 72105 0 0 0 105784 447 0 0 25 0 1 0 869469901 271212544 64052 33554432000 4194304 8979876 140735834710656 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 66214 64052 743 1169 0 65041 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 264856

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16387
/proc/meminfo: memFree=31544428/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=264856 CPUtime=1122.32 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 72159 0 0 0 111754 478 0 0 25 0 1 0 869469901 271212544 64092 33554432000 4194304 8979876 140735834710656 18446744073709551615 7164545 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 66214 64092 729 1169 0 65041 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 264856

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16388
/proc/meminfo: memFree=31540052/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=268012 CPUtime=1182.31 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 72941 0 0 0 117728 503 0 0 25 0 1 0 869469901 274444288 64831 33554432000 4194304 8979876 140735834710656 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 67003 64831 729 1169 0 65830 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 268012

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16542
/proc/meminfo: memFree=31416620/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=274840 CPUtime=1242.31 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 74191 0 0 0 123698 533 0 0 25 0 1 0 869469901 281436160 66067 33554432000 4194304 8979876 140735834710656 18446744073709551615 7164572 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 68710 66067 741 1169 0 67537 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 274840

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16544
/proc/meminfo: memFree=31408436/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=273804 CPUtime=1302.31 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 78138 0 0 0 129673 558 0 0 25 0 1 0 869469901 280375296 66316 33554432000 4194304 8979876 140735834710656 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 68451 66316 872 1169 0 67278 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 273804

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16545
/proc/meminfo: memFree=31405348/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=276800 CPUtime=1362.31 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 101183 0 0 0 135644 587 0 0 25 0 1 0 869469901 283443200 67038 33554432000 4194304 8979876 140735834710656 18446744073709551615 6956492 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 69200 67038 735 1169 0 68027 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 276800

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16547
/proc/meminfo: memFree=31384564/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=290924 CPUtime=1422.32 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 113731 0 0 0 141615 617 0 0 25 0 1 0 869469901 297906176 70451 33554432000 4194304 8979876 140735834710656 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 72731 70451 729 1169 0 71558 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 290924

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16586
/proc/meminfo: memFree=31198644/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=292168 CPUtime=1482.32 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 114185 0 0 0 147588 644 0 0 25 0 1 0 869469901 299180032 70905 33554432000 4194304 8979876 140735834710656 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 73042 70905 729 1169 0 71869 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 292168

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16597
/proc/meminfo: memFree=31168872/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=294076 CPUtime=1542.31 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 114513 0 0 0 153563 668 0 0 25 0 1 0 869469901 301133824 71233 33554432000 4194304 8979876 140735834710656 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 73519 71233 729 1169 0 72346 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 294076

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16599
/proc/meminfo: memFree=31152476/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=308916 CPUtime=1602.31 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 118517 0 0 0 159530 701 0 0 25 0 1 0 869469901 316329984 75109 33554432000 4194304 8979876 140735834710656 18446744073709551615 5313829 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 77229 75109 758 1169 0 76056 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 308916

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16600
/proc/meminfo: memFree=31152280/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=308916 CPUtime=1662.32 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 118558 0 0 0 165496 736 0 0 25 0 1 0 869469901 316329984 75120 33554432000 4194304 8979876 140735834710656 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 77229 75120 729 1169 0 76056 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 308916

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16602
/proc/meminfo: memFree=31150104/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=312996 CPUtime=1722.32 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 119135 0 0 0 171464 768 0 0 25 0 1 0 869469901 320507904 75697 33554432000 4194304 8979876 140735834710656 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 78249 75697 729 1169 0 77076 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 312996

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16603
/proc/meminfo: memFree=31145596/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=314860 CPUtime=1782.32 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 120013 0 0 0 177436 796 0 0 25 0 1 0 869469901 322416640 76575 33554432000 4194304 8979876 140735834710656 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 78715 76575 729 1169 0 77542 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 314860

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16603
/proc/meminfo: memFree=31145096/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=315068 CPUtime=1785.52 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 120101 0 0 0 177754 798 0 0 25 0 1 0 869469901 322629632 76663 33554432000 4194304 8979876 140735834710656 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 78767 76663 729 1169 0 77594 0
Current children cumulated CPU time (s) 1785.52
Current children cumulated vsize (KiB) 315068

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16605
/proc/meminfo: memFree=31145204/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=315068 CPUtime=1791.92 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 120101 0 0 0 178392 800 0 0 25 0 1 0 869469901 322629632 76663 33554432000 4194304 8979876 140735834710656 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 78767 76663 729 1169 0 77594 0
Current children cumulated CPU time (s) 1791.92
Current children cumulated vsize (KiB) 315068

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16605
/proc/meminfo: memFree=31142100/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=315068 CPUtime=1795.12 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 120101 0 0 0 178710 802 0 0 25 0 1 0 869469901 322629632 76663 33554432000 4194304 8979876 140735834710656 18446744073709551615 4977977 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 78767 76663 729 1169 0 77594 0
Current children cumulated CPU time (s) 1795.12
Current children cumulated vsize (KiB) 315068

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16605
/proc/meminfo: memFree=31142100/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=315068 CPUtime=1795.91 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 120101 0 0 0 178789 802 0 0 25 0 1 0 869469901 322629632 76663 33554432000 4194304 8979876 140735834710656 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 78767 76663 729 1169 0 77594 0
Current children cumulated CPU time (s) 1795.91
Current children cumulated vsize (KiB) 315068

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16605
/proc/meminfo: memFree=31117672/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=315068 CPUtime=1796.72 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 120101 0 0 0 178869 803 0 0 25 0 1 0 869469901 322629632 76663 33554432000 4194304 8979876 140735834710656 18446744073709551615 7046510 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16128/statm: 78767 76663 729 1169 0 77594 0
Current children cumulated CPU time (s) 1796.72
Current children cumulated vsize (KiB) 315068

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16605
/proc/meminfo: memFree=31117672/32951124 swapFree=67056964/67111528
[pid=16128] ppid=16126 vsize=313656 CPUtime=1797.12 cores=0,2,4,6
/proc/16128/stat : 16128 (scip-2.0.1.4_2.) R 16126 16128 15024 0 -1 4202496 120106 0 0 0 178909 803 0 0 25 0 1 0 869469901 321183744 76315 33554432000 4194304 8979876 140735834710656 18446744073709551615 5266174 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16128/statm: 78414 76315 734 1169 0 77241 0
Current children cumulated CPU time (s) 1797.12
Current children cumulated vsize (KiB) 313656

Child status: 0
Real time (s): 1797.16
CPU time (s): 1797.19
CPU user time (s): 1789.13
CPU system time (s): 8.05078
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 315068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.14
system time used= 8.05078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120111
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= 6
involuntary context switches= 4366

runsolver used 2.77658 second user time and 5.47117 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-11 07:35:40
IDJOB=3485446
IDBENCH=2635
IDSOLVER=1977
FILE ID=node145/3485446-1307770540
RUNJOBID= node145-1307760735-15042
PBS_JOBID= 13550875
Free space on /tmp= 74072 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_17.opb
COMMAND LINE= HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3485446-1307770540/watcher-3485446-1307770540 -o /tmp/evaluation-result-3485446-1307770540/solver-3485446-1307770540 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485446-1307770540.opb -t 1800 -m 15500

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

MD5SUM BENCH= 642c38c9f16ba47e1145e44f5259b53a
RANDOM SEED=1069055463

node145.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31712428 kB
Buffers:        145720 kB
Cached:         749968 kB
SwapCached:       7976 kB
Active:         530600 kB
Inactive:       564436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31712428 kB
SwapTotal:    67111528 kB
SwapFree:     67056964 kB
Dirty:           20648 kB
Writeback:           0 kB
AnonPages:      196572 kB
Mapped:          16156 kB
Slab:            78304 kB
PageTables:       4980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   390508 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74048 MiB
End job on node145 at 2011-06-11 08:05:38