Trace number 3488803

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E_2 2011-06-10 (fixed)? 1797.54 1797.5

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_19.opb
MD5SUM5a1b3155d98b6c4d8f9ab1b869fece67
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 355
Optimality of the best value was proved NO
Number of variables11001
Total number of constraints21678
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 constraints21678
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 2765
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3488803-1307770974.opb>
0.39/0.46	c original problem has 11001 variables (11001 bin, 0 int, 0 impl, 0 cont) and 21678 constraints
0.39/0.46	c problem read
0.39/0.46	c presolving settings loaded
0.59/0.63	c presolving:
0.79/0.86	c (round 1) 0 del vars, 10830 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 18 upgd conss, 0 impls, 0 clqs
3.09/3.11	c    (3.1s) probing: 119/11001 (1.1%) - 0 fixings, 0 aggregations, 2979 implications, 0 bound changes
3.09/3.11	c    (3.1s) probing aborted: 100/100 successive totally useless probings
3.09/3.11	c presolving (2 rounds):
3.09/3.11	c  0 deleted vars, 10830 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
3.09/3.11	c  22002 implications, 0 cliques
3.09/3.11	c presolved problem has 11001 variables (11001 bin, 0 int, 0 impl, 0 cont) and 10848 constraints
3.09/3.11	c      18 constraints of type <knapsack>
3.09/3.11	c   10830 constraints of type <linear>
3.09/3.11	c transformed objective value is always integral (scale: 1)
3.09/3.11	c Presolving Time: 2.50
3.09/3.11	c - non default parameters ----------------------------------------------------------------------
3.09/3.11	c # SCIP version 2.0.1.5
3.09/3.11	c 
3.09/3.11	c # frequency for displaying node information lines
3.09/3.11	c # [type: int, range: [-1,2147483647], default: 100]
3.09/3.11	c display/freq = 10000
3.09/3.11	c 
3.09/3.11	c # maximal time in seconds to run
3.09/3.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.09/3.11	c limits/time = 1797
3.09/3.11	c 
3.09/3.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.09/3.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.09/3.11	c limits/memory = 13950
3.09/3.11	c 
3.09/3.11	c # default clock type (1: CPU user seconds, 2: wall clock time)
3.09/3.11	c # [type: int, range: [1,2], default: 1]
3.09/3.11	c timing/clocktype = 2
3.09/3.11	c 
3.09/3.11	c # belongs reading time to solving time?
3.09/3.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.09/3.11	c timing/reading = TRUE
3.09/3.11	c 
3.09/3.11	c # should presolving try to simplify inequalities
3.09/3.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.09/3.11	c constraints/linear/simplifyinequalities = TRUE
3.09/3.11	c 
3.09/3.11	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
3.09/3.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.09/3.11	c constraints/indicator/addCouplingCons = TRUE
3.09/3.11	c 
3.09/3.11	c # should presolving try to simplify knapsacks
3.09/3.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.09/3.11	c constraints/knapsack/simplifyinequalities = TRUE
3.09/3.11	c 
3.09/3.11	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.09/3.11	c # [type: int, range: [-1,2147483647], default: -1]
3.09/3.11	c separating/rapidlearning/freq = 0
3.09/3.11	c 
3.09/3.11	c -----------------------------------------------------------------------------------------------
3.09/3.11	c start solving
3.09/3.12	c 
6.59/6.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.59/6.67	c   6.7s|     1 |     0 | 13437 |     - | 105M|   0 |6152 |  11k|  10k|  11k|  10k|   0 |  20 |   0 | 1.800000e+01 |      --      |    Inf 
17.39/17.48	c  17.5s|     1 |     0 | 35476 |     - | 106M|   0 |6164 |  11k|  10k|  11k|  10k|  68 |  20 |   0 | 1.800000e+01 |      --      |    Inf 
18.39/18.49	c  18.5s|     1 |     0 | 35635 |     - | 107M|   0 |6180 |  11k|  10k|  11k|  11k| 163 |  20 |   0 | 1.800000e+01 |      --      |    Inf 
19.80/19.88	c  19.9s|     1 |     0 | 36112 |     - | 107M|   0 |6180 |  11k|  10k|  11k|  11k| 238 |  20 |   0 | 1.800261e+01 |      --      |    Inf 
21.09/21.18	c  21.2s|     1 |     0 | 36356 |     - | 108M|   0 |6193 |  11k|  10k|  11k|  11k| 306 |  20 |   0 | 1.850000e+01 |      --      |    Inf 
23.00/23.07	c  23.1s|     1 |     0 | 36809 |     - | 109M|   0 |6191 |  11k|  10k|  11k|  11k| 378 |  20 |   0 | 1.850000e+01 |      --      |    Inf 
25.49/25.56	c  25.6s|     1 |     0 | 38112 |     - | 109M|   0 |6198 |  11k|  10k|  11k|  11k| 452 |  20 |   0 | 1.850000e+01 |      --      |    Inf 
28.69/28.77	c  28.8s|     1 |     0 | 38859 |     - | 110M|   0 |6193 |  11k|  10k|  11k|  11k| 517 |  20 |   0 | 1.850000e+01 |      --      |    Inf 
33.89/33.97	c  34.0s|     1 |     0 | 44794 |     - | 110M|   0 |6196 |  11k|  10k|  11k|  11k| 582 |  20 |   0 | 1.850000e+01 |      --      |    Inf 
36.99/37.00	c  37.0s|     1 |     0 | 45767 |     - | 111M|   0 |6049 |  11k|  10k|  11k|  11k| 652 |  20 |   0 | 1.900000e+01 |      --      |    Inf 
39.69/39.79	c  39.8s|     1 |     0 | 46214 |     - | 111M|   0 |6053 |  11k|  10k|  11k|  11k| 712 |  20 |   0 | 1.900000e+01 |      --      |    Inf 
41.19/41.29	c  41.3s|     1 |     0 | 47152 |     - | 111M|   0 |6050 |  11k|  10k|  11k|  11k| 759 |  20 |   0 | 1.900000e+01 |      --      |    Inf 
43.09/43.18	c  43.2s|     1 |     0 | 48476 |     - | 111M|   0 |6048 |  11k|  10k|  11k|  11k| 803 |  20 |   0 | 1.900000e+01 |      --      |    Inf 
45.59/45.63	c  45.6s|     1 |     0 | 51196 |     - | 111M|   0 |6049 |  11k|  10k|  11k|  11k| 839 |  20 |   0 | 1.900000e+01 |      --      |    Inf 
47.00/47.06	c  47.1s|     1 |     0 | 52234 |     - | 111M|   0 |6048 |  11k|  10k|  11k|  11k| 885 |  20 |   0 | 1.900000e+01 |      --      |    Inf 
85.30/85.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
85.30/85.30	c  85.3s|     1 |     2 | 52234 |     - | 111M|   0 |6048 |  11k|  10k|  11k|  11k| 885 |  20 |  37 | 1.900000e+01 |      --      |    Inf 
1797.34/1797.34	c 
1797.34/1797.34	c SCIP Status        : solving was interrupted [time limit reached]
1797.34/1797.34	c Solving Time (sec) : 1797.34
1797.34/1797.34	c Solving Nodes      : 771
1797.34/1797.34	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.34/1797.34	c Dual Bound         : +1.90000000000000e+01
1797.34/1797.34	c Gap                : infinite
1797.34/1797.34	s UNKNOWN
1797.34/1797.34	c SCIP Status        : solving was interrupted [time limit reached]
1797.34/1797.34	c Total Time         :    1797.34
1797.34/1797.34	c   solving          :    1797.34
1797.34/1797.34	c   presolving       :       2.50 (included in solving)
1797.34/1797.34	c   reading          :       0.46 (included in solving)
1797.34/1797.34	c Original Problem   :
1797.34/1797.34	c   Problem name     : HOME/instance-3488803-1307770974.opb
1797.34/1797.34	c   Variables        : 11001 (11001 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.34/1797.34	c   Constraints      : 21678 initial, 21678 maximal
1797.34/1797.34	c Presolved Problem  :
1797.34/1797.34	c   Problem name     : t_HOME/instance-3488803-1307770974.opb
1797.34/1797.34	c   Variables        : 11001 (11001 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.34/1797.34	c   Constraints      : 10848 initial, 13350 maximal
1797.34/1797.34	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.34/1797.34	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.34/1797.34	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.34/1797.34	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.34/1797.34	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.34/1797.34	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.34/1797.34	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.34/1797.34	c   probing          :       2.19          0          0          0          0          0          0          0          0          0
1797.34/1797.34	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1797.34/1797.34	c   linear           :       0.25          0          0          0          0          0      10830          0          0          0
1797.34/1797.34	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.34/1797.34	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.34/1797.34	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.34/1797.34	c   integral         :          0          0          0        688          0          4          0          0        544          0          0       1148
1797.34/1797.34	c   knapsack         :         18         14      15987          0          1          3       1791          5        133        363          0          0
1797.34/1797.34	c   linear           :      10830         14      15982          0          0          0        438         24       6554          2          0          0
1797.34/1797.34	c   logicor          :          0+        14       3346          0          0          0        454          5        302          0          0          0
1797.34/1797.34	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1797.34/1797.34	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.34/1797.34	c   integral         :     401.98       0.00       0.00     401.98       0.00       0.00       0.00
1797.34/1797.34	c   knapsack         :       0.25       0.01       0.24       0.00       0.00       0.00       0.00
1797.34/1797.34	c   linear           :       6.24       0.02       6.22       0.00       0.00       0.00       0.00
1797.34/1797.34	c   logicor          :       0.05       0.00       0.05       0.00       0.00       0.00       0.00
1797.34/1797.34	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.34/1797.34	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.34/1797.34	c   vbounds          :          0          0          0          0
1797.34/1797.34	c   rootredcost      :          0          0          0          0
1797.34/1797.34	c   pseudoobj        :      15737          0          0          0
1797.34/1797.34	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.34/1797.34	c   vbounds          :       0.01       0.01       0.00
1797.34/1797.34	c   rootredcost      :       0.01       0.01       0.00
1797.34/1797.34	c   pseudoobj        :       0.01       0.01       0.00
1797.34/1797.34	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.34/1797.34	c   propagation      :       0.00         34         34        149       19.2          0        0.0          -
1797.34/1797.34	c   infeasible LP    :       2.75       2265       2265       2427        9.9         27       11.3          0
1797.34/1797.34	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.34/1797.34	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.34/1797.34	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.34/1797.34	c   applied globally :          -          -          -       2502       10.1          -          -          -
1797.34/1797.34	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.34/1797.34	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.34/1797.34	c   cut pool         :       0.01         13          -          -      13696          -    (maximal pool size: 6400)
1797.34/1797.34	c   redcost          :       0.19        633          0          1          0          0
1797.34/1797.34	c   impliedbounds    :       0.01         14          0          0         44          0
1797.34/1797.34	c   intobj           :       0.00          0          0          0          0          0
1797.34/1797.34	c   gomory           :       1.21         14          0          0         58          0
1797.34/1797.34	c   cgmip            :       0.00          0          0          0          0          0
1797.34/1797.34	c   closecuts        :       0.00          0          0          0          0          0
1797.34/1797.34	c   strongcg         :       1.15         14          0          0         19          0
1797.34/1797.34	c   cmir             :       4.72         10          0          0       5000          0
1797.34/1797.34	c   flowcover        :       7.65         10          0          0       2000          0
1797.34/1797.34	c   clique           :       0.01          1          0          0          0          0
1797.34/1797.34	c   zerohalf         :       0.00          0          0          0          0          0
1797.34/1797.34	c   mcf              :       0.00          1          0          0          0          0
1797.34/1797.34	c   oddcycle         :       0.00          0          0          0          0          0
1797.34/1797.34	c   rapidlearning    :       0.00          0          0          0          0          0
1797.34/1797.34	c Pricers            :       Time      Calls       Vars
1797.34/1797.34	c   problem variables:       0.00          0          0
1797.34/1797.34	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.34/1797.34	c   relpscost        :     401.98        688          0        544          0          0       1148
1797.34/1797.34	c   pscost           :       0.00          0          0          0          0          0          0
1797.34/1797.34	c   inference        :       0.00          1          0          0          0          0          2
1797.34/1797.34	c   mostinf          :       0.00          0          0          0          0          0          0
1797.34/1797.34	c   leastinf         :       0.00          0          0          0          0          0          0
1797.34/1797.34	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.34/1797.34	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.34/1797.34	c   random           :       0.00          0          0          0          0          0          0
1797.34/1797.34	c Primal Heuristics  :       Time      Calls      Found
1797.34/1797.34	c   LP solutions     :       0.00          -          0
1797.34/1797.34	c   pseudo solutions :       0.00          -          0
1797.34/1797.34	c   oneopt           :       0.00          0          0
1797.34/1797.34	c   crossover        :       0.00          0          0
1797.34/1797.34	c   coefdiving       :     914.02          1          0
1797.34/1797.34	c   fracdiving       :      66.32          2          0
1797.34/1797.34	c   veclendiving     :      23.32          4          0
1797.34/1797.34	c   pscostdiving     :      25.33          5          0
1797.34/1797.34	c   feaspump         :      64.17          7          0
1797.34/1797.34	c   trivial          :       0.01          2          0
1797.34/1797.34	c   shiftandpropagate:       0.60          1          0
1797.34/1797.34	c   simplerounding   :       0.00          0          0
1797.34/1797.34	c   zirounding       :       1.26        574          0
1797.34/1797.34	c   rounding         :       1.16        304          0
1797.34/1797.34	c   shifting         :       8.19        101          0
1797.34/1797.34	c   intshifting      :       0.00          0          0
1797.34/1797.34	c   twoopt           :       0.00          0          0
1797.34/1797.34	c   fixandinfer      :       0.00          0          0
1797.34/1797.34	c   clique           :       0.00          0          0
1797.34/1797.34	c   intdiving        :       0.00          0          0
1797.34/1797.34	c   actconsdiving    :       0.00          0          0
1797.34/1797.34	c   objpscostdiving  :      23.26          2          0
1797.34/1797.34	c   rootsoldiving    :      18.62          2          0
1797.34/1797.34	c   linesearchdiving :      38.91          7          0
1797.34/1797.34	c   guideddiving     :       0.00          0          0
1797.34/1797.34	c   octane           :       0.00          0          0
1797.34/1797.34	c   rens             :       0.10          0          0
1797.34/1797.34	c   rins             :       0.00          0          0
1797.34/1797.34	c   localbranching   :       0.00          0          0
1797.34/1797.34	c   mutation         :       0.00          0          0
1797.34/1797.34	c   dins             :       0.00          0          0
1797.34/1797.34	c   vbounds          :       0.00          0          0
1797.34/1797.34	c   undercover       :       0.00          0          0
1797.34/1797.34	c   subnlp           :       0.00          0          0
1797.34/1797.34	c   trysol           :       0.00          0          0
1797.34/1797.34	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.34/1797.34	c   primal LP        :       0.18          0          0       0.00       0.00
1797.34/1797.34	c   dual LP          :     186.20        873     288741     330.75    1550.71
1797.34/1797.34	c   lex dual LP      :       0.00          0          0       0.00          -
1797.34/1797.34	c   barrier LP       :       0.00          0          0       0.00          -
1797.34/1797.34	c   diving/probing LP:    1157.58       5858    3105857     530.19    2683.07
1797.34/1797.34	c   strong branching :     401.25       1016     295661     291.00     736.85
1797.34/1797.34	c     (at root node) :          -         37      34032     919.78          -
1797.34/1797.34	c   conflict analysis:       0.00          0          0       0.00          -
1797.34/1797.34	c B&B Tree           :
1797.34/1797.34	c   number of runs   :          1
1797.34/1797.34	c   nodes            :        771
1797.34/1797.34	c   nodes (total)    :        771
1797.34/1797.34	c   nodes left       :        380
1797.34/1797.34	c   max depth        :        214
1797.34/1797.34	c   max depth (total):        214
1797.34/1797.34	c   backtracks       :        108 (14.0%)
1797.34/1797.34	c   delayed cutoffs  :          0
1797.34/1797.34	c   repropagations   :       8419 (556 domain reductions, 0 cutoffs)
1797.34/1797.34	c   avg switch length:      25.70
1797.34/1797.34	c   switching time   :       1.43
1797.34/1797.34	c Solution           :
1797.34/1797.34	c   Solutions found  :          0 (0 improvements)
1797.34/1797.34	c   Primal Bound     :          -
1797.34/1797.34	c   Dual Bound       : +1.90000000000000e+01
1797.34/1797.34	c   Gap              :   infinite
1797.34/1797.34	c   Root Dual Bound  : +1.90000000000000e+01
1797.34/1797.34	c   Root Iterations  :      52234
1797.44/1797.49	c Time complete: 1797.54.

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-3488803-1307770974/watcher-3488803-1307770974 -o /tmp/evaluation-result-3488803-1307770974/solver-3488803-1307770974 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488803-1307770974.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.07 2.05 2.01 2/178 2787
/proc/meminfo: memFree=31062428/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=9316 CPUtime=0 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 1469 0 0 0 0 0 0 0 25 0 1 0 888695547 9539584 1424 33554432000 4194304 9016284 140733925809872 18446744073709551615 7824814 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2787/statm: 2329 1424 311 1178 0 1147 0

[startup+0.089441 s]
/proc/loadavg: 2.07 2.05 2.01 2/178 2787
/proc/meminfo: memFree=31062428/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=20304 CPUtime=0.08 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 3869 0 0 0 8 0 0 0 25 0 1 0 888695547 20791296 3825 33554432000 4194304 9016284 140733925809872 18446744073709551615 6813403 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2787/statm: 5076 3859 360 1178 0 3894 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20304

[startup+0.100442 s]
/proc/loadavg: 2.07 2.05 2.01 2/178 2787
/proc/meminfo: memFree=31062428/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=20304 CPUtime=0.09 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 4058 0 0 0 9 0 0 0 25 0 1 0 888695547 20791296 4013 33554432000 4194304 9016284 140733925809872 18446744073709551615 7928096 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2787/statm: 5076 4013 360 1178 0 3894 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20304

[startup+0.300411 s]
/proc/loadavg: 2.07 2.05 2.01 2/178 2787
/proc/meminfo: memFree=31062428/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=32804 CPUtime=0.29 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 7172 0 0 0 28 1 0 0 25 0 1 0 888695547 33591296 7127 33554432000 4194304 9016284 140733925809872 18446744073709551615 7842287 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2787/statm: 8201 7127 360 1178 0 7019 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32804

[startup+0.700338 s]
/proc/loadavg: 2.07 2.05 2.01 2/178 2787
/proc/meminfo: memFree=31062428/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=184044 CPUtime=0.69 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 48898 0 0 0 63 6 0 0 25 0 1 0 888695547 188461056 43186 33554432000 4194304 9016284 140733925809872 18446744073709551615 5253133 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 46011 43186 468 1178 0 44829 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 184044

[startup+1.5012 s]
/proc/loadavg: 2.07 2.05 2.01 3/179 2788
/proc/meminfo: memFree=30888596/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=186564 CPUtime=1.49 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 50559 0 0 0 142 7 0 0 25 0 1 0 888695547 191041536 43944 33554432000 4194304 9016284 140733925809872 18446744073709551615 5256825 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 46641 43944 527 1178 0 45459 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 186564

[startup+3.10088 s]
/proc/loadavg: 2.07 2.05 2.01 3/179 2788
/proc/meminfo: memFree=30887872/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=186844 CPUtime=3.09 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 50629 0 0 0 302 7 0 0 25 0 1 0 888695547 191328256 44014 33554432000 4194304 9016284 140733925809872 18446744073709551615 5252000 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 46711 44014 527 1178 0 45529 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 186844

[startup+6.30034 s]
/proc/loadavg: 2.07 2.05 2.00 3/179 2789
/proc/meminfo: memFree=30807892/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=275828 CPUtime=6.29 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 73607 0 0 0 619 10 0 0 25 0 1 0 888695547 282447872 63804 33554432000 4194304 9016284 140733925809872 18446744073709551615 7181804 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 68957 63804 657 1178 0 67775 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 275828

[startup+12.7002 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 2789
/proc/meminfo: memFree=30808084/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=271792 CPUtime=12.69 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 76624 0 0 0 1257 12 0 0 25 0 1 0 888695547 278315008 63830 33554432000 4194304 9016284 140733925809872 18446744073709551615 7180882 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 67948 63830 669 1178 0 66766 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 271792

[startup+25.5009 s]
/proc/loadavg: 2.05 2.04 2.00 3/179 2789
/proc/meminfo: memFree=30761212/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=319120 CPUtime=25.49 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 88898 0 0 0 2533 16 0 0 25 0 1 0 888695547 326778880 75806 33554432000 4194304 9016284 140733925809872 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 79780 75806 695 1178 0 78598 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 319120

[startup+51.1004 s]
/proc/loadavg: 2.03 2.04 2.00 3/179 2790
/proc/meminfo: memFree=30744940/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=339016 CPUtime=51.09 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 126047 0 0 0 5085 24 0 0 25 0 1 0 888695547 347152384 78535 33554432000 4194304 9016284 140733925809872 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 84754 78535 795 1178 0 83572 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 339016

[startup+102.306 s]
/proc/loadavg: 2.05 2.04 2.00 3/179 2791
/proc/meminfo: memFree=30748692/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=342084 CPUtime=102.3 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 312723 0 0 0 10177 53 0 0 25 0 1 0 888695547 350294016 78960 33554432000 4194304 9016284 140733925809872 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 85521 78960 709 1178 0 84339 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 342084

[startup+162.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 2793
/proc/meminfo: memFree=30749828/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=340064 CPUtime=162.3 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 448342 0 0 0 16157 73 0 0 25 0 1 0 888695547 348225536 79038 33554432000 4194304 9016284 140733925809872 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 85016 79038 709 1178 0 83834 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 340064

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 2794
/proc/meminfo: memFree=30744076/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=340720 CPUtime=222.29 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 449317 0 0 0 22141 88 0 0 25 0 1 0 888695547 348897280 80013 33554432000 4194304 9016284 140733925809872 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 85180 80013 711 1178 0 83998 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 340720

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 2796
/proc/meminfo: memFree=30743920/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=340720 CPUtime=282.3 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 449317 0 0 0 28122 108 0 0 25 0 1 0 888695547 348897280 80013 33554432000 4194304 9016284 140733925809872 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 85180 80013 711 1178 0 83998 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 340720

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 2798
/proc/meminfo: memFree=30743892/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=340720 CPUtime=342.3 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 449317 0 0 0 34105 125 0 0 25 0 1 0 888695547 348897280 80013 33554432000 4194304 9016284 140733925809872 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 85180 80013 711 1178 0 83998 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 340720

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 2799
/proc/meminfo: memFree=30743836/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=340720 CPUtime=402.3 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 449317 0 0 0 40087 143 0 0 25 0 1 0 888695547 348897280 80013 33554432000 4194304 9016284 140733925809872 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 85180 80013 711 1178 0 83998 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 340720

[startup+462.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 2801
/proc/meminfo: memFree=30743916/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=340720 CPUtime=462.3 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 449317 0 0 0 46063 167 0 0 25 0 1 0 888695547 348897280 80013 33554432000 4194304 9016284 140733925809872 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 85180 80013 711 1178 0 83998 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 340720

[startup+522.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 2802
/proc/meminfo: memFree=30743872/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=340720 CPUtime=522.3 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 449317 0 0 0 52042 188 0 0 25 0 1 0 888695547 348897280 80013 33554432000 4194304 9016284 140733925809872 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 85180 80013 711 1178 0 83998 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 340720

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 2804
/proc/meminfo: memFree=30743956/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=340720 CPUtime=582.3 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 449317 0 0 0 58021 209 0 0 25 0 1 0 888695547 348897280 80013 33554432000 4194304 9016284 140733925809872 18446744073709551615 7198872 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 85180 80013 711 1178 0 83998 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 340720

[startup+642.3 s]

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

/proc/meminfo: memFree=30957508/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=346140 CPUtime=1122.32 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 463413 0 0 0 111883 349 0 0 25 0 1 0 888695547 354447360 81921 33554432000 4194304 9016284 140733925809872 18446744073709551615 7181026 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 86535 81921 711 1178 0 85353 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 346140

[startup+1182.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 2867
/proc/meminfo: memFree=30955756/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=347748 CPUtime=1182.32 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 463814 0 0 0 117878 354 0 0 25 0 1 0 888695547 356093952 82322 33554432000 4194304 9016284 140733925809872 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 86937 82322 711 1178 0 85755 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 347748

[startup+1242.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 2872
/proc/meminfo: memFree=30966868/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=337284 CPUtime=1242.32 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 466718 0 0 0 123871 361 0 0 25 0 1 0 888695547 345378816 79572 33554432000 4194304 9016284 140733925809872 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 84321 79572 711 1178 0 83139 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 337284

[startup+1302.3 s]
/proc/loadavg: 2.08 2.04 2.00 4/180 2876
/proc/meminfo: memFree=30920796/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=363300 CPUtime=1302.33 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 479627 0 0 0 129860 373 0 0 25 0 1 0 888695547 372019200 85627 33554432000 4194304 9016284 140733925809872 18446744073709551615 7214207 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 90825 85627 772 1178 0 89643 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 363300

[startup+1362.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 2878
/proc/meminfo: memFree=30948336/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=360864 CPUtime=1362.33 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 483881 0 0 0 135848 385 0 0 25 0 1 0 888695547 369524736 84173 33554432000 4194304 9016284 140733925809872 18446744073709551615 7214210 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 90216 84173 846 1178 0 89034 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 360864

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 2879
/proc/meminfo: memFree=30954380/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=351688 CPUtime=1422.33 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 491137 0 0 0 141837 396 0 0 25 0 1 0 888695547 360128512 83162 33554432000 4194304 9016284 140733925809872 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 87922 83162 728 1178 0 86740 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 351688

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 2882
/proc/meminfo: memFree=31061704/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=349756 CPUtime=1482.33 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 518327 0 0 0 147824 409 0 0 25 0 1 0 888695547 358150144 81296 33554432000 4194304 9016284 140733925809872 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 87439 81296 711 1178 0 86257 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 349756

[startup+1542.3 s]
/proc/loadavg: 2.20 2.06 2.01 3/179 2884
/proc/meminfo: memFree=31054728/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=348628 CPUtime=1542.33 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 525715 0 0 0 153814 419 0 0 25 0 1 0 888695547 356995072 82542 33554432000 4194304 9016284 140733925809872 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 87157 82542 741 1178 0 85975 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 348628

[startup+1602.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/179 2885
/proc/meminfo: memFree=31058044/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=339068 CPUtime=1602.34 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 538131 0 0 0 159808 426 0 0 25 0 1 0 888695547 347205632 78249 33554432000 4194304 9016284 140733925809872 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 84767 78249 711 1178 0 83585 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 339068

[startup+1662.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 2887
/proc/meminfo: memFree=31025144/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=354464 CPUtime=1662.33 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 555874 0 0 0 165799 434 0 0 25 0 1 0 888695547 362971136 83695 33554432000 4194304 9016284 140733925809872 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 88616 83695 711 1178 0 87434 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 354464

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 2888
/proc/meminfo: memFree=31046688/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=325916 CPUtime=1722.34 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 563164 0 0 0 171788 446 0 0 25 0 1 0 888695547 333737984 76937 33554432000 4194304 9016284 140733925809872 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 81479 76937 711 1178 0 80297 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 325916

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 2890
/proc/meminfo: memFree=31023708/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=350188 CPUtime=1782.33 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 569283 0 0 0 177781 452 0 0 25 0 1 0 888695547 358592512 82522 33554432000 4194304 9016284 140733925809872 18446744073709551615 6413080 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 87547 82522 711 1178 0 86365 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 350188

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 2890
/proc/meminfo: memFree=31023584/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=350188 CPUtime=1785.54 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 569283 0 0 0 178101 453 0 0 25 0 1 0 888695547 358592512 82522 33554432000 4194304 9016284 140733925809872 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 87547 82522 711 1178 0 86365 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 350188

[startup+1791.91 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 2890
/proc/meminfo: memFree=31023692/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=350188 CPUtime=1791.95 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 569295 0 0 0 178741 454 0 0 25 0 1 0 888695547 358592512 82534 33554432000 4194304 9016284 140733925809872 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 87547 82534 711 1178 0 86365 0
Current children cumulated CPU time (s) 1791.95
Current children cumulated vsize (KiB) 350188

[startup+1795.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 2890
/proc/meminfo: memFree=31023692/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=350188 CPUtime=1795.14 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 569296 0 0 0 179060 454 0 0 25 0 1 0 888695547 358592512 82535 33554432000 4194304 9016284 140733925809872 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 87547 82535 711 1178 0 86365 0
Current children cumulated CPU time (s) 1795.14
Current children cumulated vsize (KiB) 350188

[startup+1796.7 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 2890
/proc/meminfo: memFree=31023568/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=350188 CPUtime=1796.74 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 569296 0 0 0 179220 454 0 0 25 0 1 0 888695547 358592512 82535 33554432000 4194304 9016284 140733925809872 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 87547 82535 711 1178 0 86365 0
Current children cumulated CPU time (s) 1796.74
Current children cumulated vsize (KiB) 350188

[startup+1797.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 2890
/proc/meminfo: memFree=31023568/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=350188 CPUtime=1797.14 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 569296 0 0 0 179260 454 0 0 25 0 1 0 888695547 358592512 82535 33554432000 4194304 9016284 140733925809872 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 87547 82535 711 1178 0 86365 0
Current children cumulated CPU time (s) 1797.14
Current children cumulated vsize (KiB) 350188

[startup+1797.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 2890
/proc/meminfo: memFree=31023568/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=350188 CPUtime=1797.34 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 569296 0 0 0 179280 454 0 0 25 0 1 0 888695547 358592512 82535 33554432000 4194304 9016284 140733925809872 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2787/statm: 87547 82535 711 1178 0 86365 0
Current children cumulated CPU time (s) 1797.34
Current children cumulated vsize (KiB) 350188

[startup+1797.41 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 2890
/proc/meminfo: memFree=31023568/32951124 swapFree=67063272/67111528
[pid=2787] ppid=2785 vsize=349164 CPUtime=1797.44 cores=0,2,4,6
/proc/2787/stat : 2787 (scip-2.0.1.4b_2) R 2785 2787 965 0 -1 4202496 569301 0 0 0 179290 454 0 0 25 0 1 0 888695547 357543936 82284 33554432000 4194304 9016284 140733925809872 18446744073709551615 6469104 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2787/statm: 87291 82284 716 1178 0 86109 0
Current children cumulated CPU time (s) 1797.44
Current children cumulated vsize (KiB) 349164

Child status: 0
Real time (s): 1797.5
CPU time (s): 1797.54
CPU user time (s): 1792.98
CPU system time (s): 4.56131
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 363300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.98
system time used= 4.56131
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 569307
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= 3722

runsolver used 3.11453 second user time and 6.29004 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-11 07:42:54
IDJOB=3488803
IDBENCH=2633
IDSOLVER=1979
FILE ID=node132/3488803-1307770974
RUNJOBID= node132-1307758991-983
PBS_JOBID= 13550862
Free space on /tmp= 74076 MiB

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

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

MD5SUM BENCH= 5a1b3155d98b6c4d8f9ab1b869fece67
RANDOM SEED=2088725048

node132.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.833
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.66
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.833
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.74
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.833
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.76
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.833
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.75
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.833
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.77
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.833
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.67
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.833
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.82
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.833
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31062988 kB
Buffers:        256908 kB
Cached:         977444 kB
SwapCached:       9968 kB
Active:        1014464 kB
Inactive:       665184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31062988 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:           22960 kB
Writeback:           0 kB
AnonPages:      443260 kB
Mapped:          12124 kB
Slab:           143388 kB
PageTables:       5280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   610408 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74060 MiB
End job on node132 at 2011-06-11 08:12:51