Trace number 3452543

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 SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1800.26 1800.34

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.01	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.01	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-3452543-1307091245.opb>
0.59/0.63	c original problem has 11001 variables (11001 bin, 0 int, 0 impl, 0 cont) and 21678 constraints
0.59/0.63	c problem read
0.59/0.63	c presolving settings loaded
0.78/0.86	c presolving:
0.99/1.07	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.18	c    (3.2s) probing: 119/11001 (1.1%) - 0 fixings, 0 aggregations, 2979 implications, 0 bound changes
3.09/3.18	c    (3.2s) probing aborted: 100/100 successive totally useless probings
3.09/3.19	c presolving (2 rounds):
3.09/3.19	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.19	c  22002 implications, 0 cliques
3.09/3.19	c presolved problem has 11001 variables (11001 bin, 0 int, 0 impl, 0 cont) and 10848 constraints
3.09/3.19	c      18 constraints of type <knapsack>
3.09/3.19	c   10830 constraints of type <linear>
3.09/3.19	c transformed objective value is always integral (scale: 1)
3.09/3.19	c Presolving Time: 2.50
3.09/3.19	c - non default parameters ----------------------------------------------------------------------
3.09/3.19	c # SCIP version 2.0.1.4
3.09/3.19	c 
3.09/3.19	c # frequency for displaying node information lines
3.09/3.19	c # [type: int, range: [-1,2147483647], default: 100]
3.09/3.19	c display/freq = 10000
3.09/3.19	c 
3.09/3.19	c # maximal time in seconds to run
3.09/3.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.09/3.19	c limits/time = 1800
3.09/3.19	c 
3.09/3.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.09/3.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.09/3.19	c limits/memory = 13950
3.09/3.19	c 
3.09/3.19	c # default clock type (1: CPU user seconds, 2: wall clock time)
3.09/3.19	c # [type: int, range: [1,2], default: 1]
3.09/3.19	c timing/clocktype = 2
3.09/3.19	c 
3.09/3.19	c # belongs reading time to solving time?
3.09/3.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.09/3.19	c timing/reading = TRUE
3.09/3.19	c 
3.09/3.19	c # should presolving try to simplify inequalities
3.09/3.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.09/3.19	c constraints/linear/simplifyinequalities = TRUE
3.09/3.19	c 
3.09/3.19	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
3.09/3.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.09/3.19	c constraints/indicator/addCouplingCons = TRUE
3.09/3.19	c 
3.09/3.19	c # should presolving try to simplify knapsacks
3.09/3.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.09/3.19	c constraints/knapsack/simplifyinequalities = TRUE
3.09/3.19	c 
3.09/3.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.09/3.19	c # [type: int, range: [-1,2147483647], default: -1]
3.09/3.19	c separating/rapidlearning/freq = 0
3.09/3.19	c 
3.09/3.19	c -----------------------------------------------------------------------------------------------
3.09/3.19	c start solving
3.09/3.19	c 
6.29/6.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.29/6.39	c   6.4s|     1 |     0 | 13437 |     - | 103M|   0 |6152 |  11k|  10k|  11k|  10k|   0 |  20 |   0 | 1.800000e+01 |      --      |    Inf 
16.29/16.32	c  16.3s|     1 |     0 | 35476 |     - | 104M|   0 |6164 |  11k|  10k|  11k|  10k|  68 |  20 |   0 | 1.800000e+01 |      --      |    Inf 
17.18/17.25	c  17.2s|     1 |     0 | 35635 |     - | 105M|   0 |6180 |  11k|  10k|  11k|  11k| 163 |  20 |   0 | 1.800000e+01 |      --      |    Inf 
18.48/18.51	c  18.5s|     1 |     0 | 36112 |     - | 106M|   0 |6180 |  11k|  10k|  11k|  11k| 238 |  20 |   0 | 1.800261e+01 |      --      |    Inf 
19.69/19.71	c  19.7s|     1 |     0 | 36356 |     - | 106M|   0 |6193 |  11k|  10k|  11k|  11k| 306 |  20 |   0 | 1.850000e+01 |      --      |    Inf 
21.39/21.45	c  21.4s|     1 |     0 | 36809 |     - | 107M|   0 |6191 |  11k|  10k|  11k|  11k| 378 |  20 |   0 | 1.850000e+01 |      --      |    Inf 
23.68/23.72	c  23.7s|     1 |     0 | 38112 |     - | 107M|   0 |6198 |  11k|  10k|  11k|  11k| 452 |  20 |   0 | 1.850000e+01 |      --      |    Inf 
26.58/26.65	c  26.6s|     1 |     0 | 38859 |     - | 108M|   0 |6193 |  11k|  10k|  11k|  11k| 517 |  20 |   0 | 1.850000e+01 |      --      |    Inf 
31.28/31.38	c  31.4s|     1 |     0 | 44794 |     - | 108M|   0 |6196 |  11k|  10k|  11k|  11k| 582 |  20 |   0 | 1.850000e+01 |      --      |    Inf 
34.10/34.18	c  34.2s|     1 |     0 | 45767 |     - | 109M|   0 |6049 |  11k|  10k|  11k|  11k| 652 |  20 |   0 | 1.900000e+01 |      --      |    Inf 
36.69/36.74	c  36.7s|     1 |     0 | 46214 |     - | 109M|   0 |6053 |  11k|  10k|  11k|  11k| 712 |  20 |   0 | 1.900000e+01 |      --      |    Inf 
37.99/38.09	c  38.1s|     1 |     0 | 47152 |     - | 109M|   0 |6050 |  11k|  10k|  11k|  11k| 759 |  20 |   0 | 1.900000e+01 |      --      |    Inf 
39.77/39.84	c  39.8s|     1 |     0 | 48476 |     - | 109M|   0 |6048 |  11k|  10k|  11k|  11k| 803 |  20 |   0 | 1.900000e+01 |      --      |    Inf 
42.13/42.21	c  42.2s|     1 |     0 | 51410 |     - | 110M|   0 |6051 |  11k|  10k|  11k|  11k| 839 |  20 |   0 | 1.900000e+01 |      --      |    Inf 
43.84/43.97	c  44.0s|     1 |     0 | 53709 |     - | 110M|   0 |6046 |  11k|  10k|  11k|  11k| 879 |  20 |   0 | 1.900000e+01 |      --      |    Inf 
121.03/121.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
121.03/121.16	c   121s|     1 |     2 | 53709 |     - | 110M|   0 |6046 |  11k|  10k|  11k|  11k| 879 |  20 |  78 | 1.900000e+01 |      --      |    Inf 
1800.01/1800.18	c 
1800.01/1800.18	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.18	c Solving Time (sec) : 1800.17
1800.01/1800.18	c Solving Nodes      : 5965
1800.01/1800.18	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.01/1800.18	c Dual Bound         : +1.90000000000000e+01
1800.01/1800.18	c Gap                : infinite
1800.01/1800.18	s UNKNOWN
1800.01/1800.18	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.18	c Total Time         :    1800.17
1800.01/1800.18	c   solving          :    1800.17
1800.01/1800.18	c   presolving       :       2.50 (included in solving)
1800.01/1800.18	c   reading          :       0.63 (included in solving)
1800.01/1800.18	c Original Problem   :
1800.01/1800.18	c   Problem name     : HOME/instance-3452543-1307091245.opb
1800.01/1800.18	c   Variables        : 11001 (11001 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.18	c   Constraints      : 21678 initial, 21678 maximal
1800.01/1800.18	c Presolved Problem  :
1800.01/1800.18	c   Problem name     : t_HOME/instance-3452543-1307091245.opb
1800.01/1800.18	c   Variables        : 11001 (11001 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.18	c   Constraints      : 10848 initial, 18812 maximal
1800.01/1800.18	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.01/1800.18	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.18	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.18	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.18	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.18	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.18	c   probing          :       2.05          0          0          0          0          0          0          0          0          0
1800.01/1800.18	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.18	c   linear           :       0.24          0          0          0          0          0      10830          0          0          0
1800.01/1800.18	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.18	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.01/1800.18	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.18	c   integral         :          0          0          0       4830          0          4          0          0        698          0          0       9356
1800.01/1800.18	c   knapsack         :         18         14     172093          0          1          3      21248         30       1003        363          0          0
1800.01/1800.18	c   linear           :      10830         14     172063          0          0          0       7817        109      76616          2          0          0
1800.01/1800.18	c   logicor          :          0+        14      14268          0          0          0       3051          4       1660          0          0          0
1800.01/1800.18	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1800.01/1800.18	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.01/1800.18	c   integral         :     568.76       0.00       0.00     568.76       0.00       0.00       0.00
1800.01/1800.18	c   knapsack         :       1.01       0.01       0.99       0.00       0.00       0.00       0.01
1800.01/1800.18	c   linear           :      29.87       0.02      29.84       0.00       0.00       0.00       0.01
1800.01/1800.18	c   logicor          :       0.21       0.00       0.21       0.00       0.00       0.00       0.01
1800.01/1800.18	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.01/1800.18	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.01/1800.18	c   vbounds          :          0          0          0          0
1800.01/1800.18	c   rootredcost      :          0          0          0          0
1800.01/1800.18	c   pseudoobj        :     171843          0          0          0
1800.01/1800.18	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.01/1800.18	c   vbounds          :       0.03       0.03       0.00
1800.01/1800.18	c   rootredcost      :       0.03       0.03       0.00
1800.01/1800.18	c   pseudoobj        :       0.09       0.09       0.00
1800.01/1800.18	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.01/1800.18	c   propagation      :       0.01        143        143       1050       33.7         12       14.0          -
1800.01/1800.18	c   infeasible LP    :       7.62       6111       6111       8612       13.0        201       16.7          0
1800.01/1800.18	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.18	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.18	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.01/1800.18	c   applied globally :          -          -          -       8024       12.5          -          -          -
1800.01/1800.18	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.01/1800.18	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.01/1800.18	c   cut pool         :       0.01         13          -          -      13741          -    (maximal pool size: 6403)
1800.01/1800.18	c   redcost          :       1.13       4811          0          0          0          0
1800.01/1800.18	c   impliedbounds    :       0.01         14          0          0         44          0
1800.01/1800.18	c   intobj           :       0.00          0          0          0          0          0
1800.01/1800.18	c   gomory           :       1.13         14          0          0         61          0
1800.01/1800.18	c   cgmip            :       0.00          0          0          0          0          0
1800.01/1800.18	c   closecuts        :       0.00          0          0          0          0          0
1800.01/1800.18	c   strongcg         :       1.08         14          0          0         19          0
1800.01/1800.18	c   cmir             :       4.54         10          0          0       5000          0
1800.01/1800.18	c   flowcover        :       6.90         10          0          0       2000          0
1800.01/1800.18	c   clique           :       0.01          1          0          0          0          0
1800.01/1800.18	c   zerohalf         :       0.00          0          0          0          0          0
1800.01/1800.18	c   mcf              :       0.00          1          0          0          0          0
1800.01/1800.18	c   oddcycle         :       0.00          0          0          0          0          0
1800.01/1800.18	c   rapidlearning    :       0.00          0          0          0          0          0
1800.01/1800.18	c Pricers            :       Time      Calls       Vars
1800.01/1800.18	c   problem variables:       0.00          0          0
1800.01/1800.18	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.18	c   relpscost        :     568.76       4830          0        698          0          0       9356
1800.01/1800.18	c   pscost           :       0.00          0          0          0          0          0          0
1800.01/1800.18	c   inference        :       0.00          1          0          0          0          0          2
1800.01/1800.18	c   mostinf          :       0.00          0          0          0          0          0          0
1800.01/1800.18	c   leastinf         :       0.00          0          0          0          0          0          0
1800.01/1800.18	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.01/1800.18	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.01/1800.18	c   random           :       0.00          0          0          0          0          0          0
1800.01/1800.18	c Primal Heuristics  :       Time      Calls      Found
1800.01/1800.18	c   LP solutions     :       0.00          -          0
1800.01/1800.18	c   pseudo solutions :       0.00          -          0
1800.01/1800.18	c   oneopt           :       0.01          0          0
1800.01/1800.18	c   crossover        :       0.00          0          0
1800.01/1800.18	c   guideddiving     :       0.00          0          0
1800.01/1800.18	c   intshifting      :       0.00          0          0
1800.01/1800.18	c   coefdiving       :     255.97          5          0
1800.01/1800.18	c   pscostdiving     :      28.81          6          0
1800.01/1800.18	c   rootsoldiving    :      29.79          3          0
1800.01/1800.18	c   veclendiving     :      33.74          6          0
1800.01/1800.18	c   fracdiving       :     114.93          6          0
1800.01/1800.18	c   linesearchdiving :      28.39          8          0
1800.01/1800.18	c   objpscostdiving  :      19.75          5          0
1800.01/1800.18	c   feaspump         :      21.39          6          0
1800.01/1800.18	c   trivial          :       0.01          2          0
1800.01/1800.18	c   shiftandpropagate:       0.55          1          0
1800.01/1800.18	c   simplerounding   :       0.00          0          0
1800.01/1800.18	c   zirounding       :       1.70       1000          0
1800.01/1800.18	c   rounding         :       2.14        924          0
1800.01/1800.18	c   shifting         :      16.03        253          0
1800.01/1800.18	c   twoopt           :       0.00          0          0
1800.01/1800.18	c   fixandinfer      :       0.00          0          0
1800.01/1800.18	c   clique           :       0.00          0          0
1800.01/1800.18	c   intdiving        :       0.00          0          0
1800.01/1800.18	c   actconsdiving    :       0.00          0          0
1800.01/1800.18	c   octane           :       0.00          0          0
1800.01/1800.18	c   rens             :       0.01          0          0
1800.01/1800.18	c   rins             :       0.00          0          0
1800.01/1800.18	c   localbranching   :       0.00          0          0
1800.01/1800.18	c   mutation         :       0.00          0          0
1800.01/1800.18	c   dins             :       0.00          0          0
1800.01/1800.18	c   vbounds          :       0.00          0          0
1800.01/1800.18	c   undercover       :       0.00          0          0
1800.01/1800.18	c   subnlp           :       0.00          0          0
1800.01/1800.18	c   trysol           :       0.00          0          0
1800.01/1800.18	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.01/1800.18	c   primal LP        :       0.16          0          0       0.00       0.00
1800.01/1800.18	c   dual LP          :     617.25       6061    1442907     238.06    2337.63
1800.01/1800.18	c   lex dual LP      :       0.00          0          0       0.00          -
1800.01/1800.18	c   barrier LP       :       0.00          0          0       0.00          -
1800.01/1800.18	c   diving/probing LP:     500.21       9550    1059422     110.93    2117.96
1800.01/1800.18	c   strong branching :     564.64       1919     910976     474.71    1613.38
1800.01/1800.18	c     (at root node) :          -         78      72785     933.14          -
1800.01/1800.18	c   conflict analysis:       0.00          0          0       0.00          -
1800.01/1800.18	c B&B Tree           :
1800.01/1800.18	c   number of runs   :          1
1800.01/1800.18	c   nodes            :       5965
1800.01/1800.18	c   nodes (total)    :       5965
1800.01/1800.18	c   nodes left       :       3057
1800.01/1800.18	c   max depth        :       1993
1800.01/1800.18	c   max depth (total):       1993
1800.01/1800.18	c   backtracks       :        400 (6.7%)
1800.01/1800.18	c   delayed cutoffs  :        337
1800.01/1800.18	c   repropagations   :     150065 (8366 domain reductions, 3 cutoffs)
1800.01/1800.18	c   avg switch length:      57.06
1800.01/1800.18	c   switching time   :       6.18
1800.01/1800.18	c Solution           :
1800.01/1800.18	c   Solutions found  :          0 (0 improvements)
1800.01/1800.18	c   Primal Bound     :          -
1800.01/1800.18	c   Dual Bound       : +1.90000000000000e+01
1800.01/1800.18	c   Gap              :   infinite
1800.01/1800.18	c   Root Dual Bound  : +1.90000000000000e+01
1800.01/1800.18	c   Root Iterations  :      53709
1800.22/1800.33	c Time complete: 1800.25.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/498 12228
/proc/meminfo: memFree=30301512/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=5288 CPUtime=0 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 314 0 0 0 0 0 0 0 25 0 1 0 820725440 5414912 267 33554432000 4194304 9128323 140734151528944 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12228/statm: 1322 269 214 1205 0 113 0

[startup+0.042559 s]
/proc/loadavg: 2.00 2.00 2.00 3/498 12228
/proc/meminfo: memFree=30301512/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=11888 CPUtime=0.03 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 1963 0 0 0 3 0 0 0 25 0 1 0 820725440 12173312 1916 33554432000 4194304 9128323 140734151528944 18446744073709551615 7907873 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12228/statm: 2972 1916 400 1205 0 1763 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11888

[startup+0.100548 s]
/proc/loadavg: 2.00 2.00 2.00 3/498 12228
/proc/meminfo: memFree=30301512/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=14516 CPUtime=0.08 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 2619 0 0 0 8 0 0 0 25 0 1 0 820725440 14864384 2572 33554432000 4194304 9128323 140734151528944 18446744073709551615 6165269 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12228/statm: 3629 2572 400 1205 0 2420 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14516

[startup+0.30053 s]
/proc/loadavg: 2.00 2.00 2.00 3/498 12228
/proc/meminfo: memFree=30301512/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=24944 CPUtime=0.28 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 5219 0 0 0 28 0 0 0 25 0 1 0 820725440 25542656 5171 33554432000 4194304 9128323 140734151528944 18446744073709551615 7998138 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12228/statm: 6236 5171 400 1205 0 5027 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 24944

[startup+0.70045 s]
/proc/loadavg: 2.00 2.00 2.00 3/498 12228
/proc/meminfo: memFree=30301512/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=77920 CPUtime=0.69 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 18196 0 0 0 67 2 0 0 25 0 1 0 820725440 79790080 18142 33554432000 4194304 9128323 140734151528944 18446744073709551615 6886064 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12228/statm: 19480 18143 468 1205 0 18271 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 77920

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 12229
/proc/meminfo: memFree=30121888/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=193156 CPUtime=1.49 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 53875 0 0 0 143 6 0 0 25 0 1 0 820725440 197791744 45462 33554432000 4194304 9128323 140734151528944 18446744073709551615 5236087 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12228/statm: 48289 45462 558 1205 0 47080 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 193156

[startup+3.10102 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 12229
/proc/meminfo: memFree=30119284/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=193156 CPUtime=3.09 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 53906 0 0 0 303 6 0 0 25 0 1 0 820725440 197791744 45493 33554432000 4194304 9128323 140734151528944 18446744073709551615 5205712 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12228/statm: 48289 45493 558 1205 0 47080 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 193156

[startup+6.30046 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 12229
/proc/meminfo: memFree=30040444/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=282228 CPUtime=6.29 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 76833 0 0 0 617 12 0 0 25 0 1 0 820725440 289001472 65291 33554432000 4194304 9128323 140734151528944 18446744073709551615 7316189 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12228/statm: 70557 65291 695 1205 0 69348 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 282228

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 12229
/proc/meminfo: memFree=30040204/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=278192 CPUtime=12.68 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 79871 0 0 0 1253 15 0 0 25 0 1 0 820725440 284868608 65338 33554432000 4194304 9128323 140734151528944 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12228/statm: 69548 65338 705 1205 0 68339 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 278192

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 12229
/proc/meminfo: memFree=29992644/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=323004 CPUtime=25.49 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 92310 0 0 0 2530 19 0 0 25 0 1 0 820725440 330756096 77450 33554432000 4194304 9128323 140734151528944 18446744073709551615 6694289 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12228/statm: 80751 77450 990 1205 0 79542 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 323004

[startup+51.1005 s]
/proc/loadavg: 2.06 2.02 2.00 3/499 12230
/proc/meminfo: memFree=29977828/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=346816 CPUtime=51.03 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 128438 0 0 0 5073 30 0 0 25 0 1 0 820725440 355139584 81005 33554432000 4194304 9128323 140734151528944 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12228/statm: 86704 81005 785 1205 0 85495 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 346816

[startup+102.318 s]
/proc/loadavg: 2.02 2.01 2.00 3/499 12231
/proc/meminfo: memFree=29979260/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=345792 CPUtime=102.25 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 267033 0 0 0 10164 61 0 0 25 0 1 0 820725440 354091008 80623 33554432000 4194304 9128323 140734151528944 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12228/statm: 86448 80623 1217 1205 0 85239 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 345792

[startup+162.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/499 12233
/proc/meminfo: memFree=29976024/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=344256 CPUtime=162.23 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 355773 0 0 0 16134 89 0 0 25 0 1 0 820725440 352518144 80899 33554432000 4194304 9128323 140734151528944 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12228/statm: 86064 80899 751 1205 0 84855 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 344256

[startup+222.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/499 12235
/proc/meminfo: memFree=29984436/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=337060 CPUtime=222.23 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 365123 0 0 0 22114 109 0 0 25 0 1 0 820725440 345149440 78838 33554432000 4194304 9128323 140734151528944 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12228/statm: 84265 78838 751 1205 0 83056 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 337060

[startup+282.301 s]
/proc/loadavg: 2.06 2.03 2.01 3/499 12236
/proc/meminfo: memFree=29984176/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=338148 CPUtime=282.23 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 371948 0 0 0 28089 134 0 0 25 0 1 0 820725440 346263552 78945 33554432000 4194304 9128323 140734151528944 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12228/statm: 84537 78945 751 1205 0 83328 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 338148

[startup+342.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/499 12238
/proc/meminfo: memFree=29984148/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=338148 CPUtime=342.22 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 371948 0 0 0 34066 156 0 0 25 0 1 0 820725440 346263552 78945 33554432000 4194304 9128323 140734151528944 18446744073709551615 7177530 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12228/statm: 84537 78945 751 1205 0 83328 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 338148

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 12239
/proc/meminfo: memFree=29977176/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=344424 CPUtime=402.22 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 373967 0 0 0 40057 165 0 0 25 0 1 0 820725440 352690176 80964 33554432000 4194304 9128323 140734151528944 18446744073709551615 7346439 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12228/statm: 86106 80964 751 1205 0 84897 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 344424

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 12250
/proc/meminfo: memFree=29961832/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=366072 CPUtime=462.23 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 377873 0 0 0 46029 194 0 0 25 0 1 0 820725440 374857728 84849 33554432000 4194304 9128323 140734151528944 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12228/statm: 91518 84849 751 1205 0 90309 0
Current children cumulated CPU time (s) 462.23
Current children cumulated vsize (KiB) 366072

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 12251
/proc/meminfo: memFree=29961684/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=366072 CPUtime=522.22 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 377874 0 0 0 51996 226 0 0 25 0 1 0 820725440 374857728 84850 33554432000 4194304 9128323 140734151528944 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12228/statm: 91518 84850 752 1205 0 90309 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 366072

[startup+582.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/499 12255
/proc/meminfo: memFree=29959444/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=366072 CPUtime=582.22 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 377874 0 0 0 57947 275 0 0 25 0 1 0 820725440 374857728 84850 33554432000 4194304 9128323 140734151528944 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12228/statm: 91518 84850 752 1205 0 90309 0
Current children cumulated CPU time (s) 582.22
Current children cumulated vsize (KiB) 366072

[startup+642.301 s]

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

[startup+942.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 12266
/proc/meminfo: memFree=29936580/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=368532 CPUtime=942.22 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 379798 0 0 0 93722 500 0 0 25 0 1 0 820725440 377376768 86768 33554432000 4194304 9128323 140734151528944 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12228/statm: 92133 86768 747 1205 0 90924 0
Current children cumulated CPU time (s) 942.22
Current children cumulated vsize (KiB) 368532

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 12267
/proc/meminfo: memFree=29930724/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=368532 CPUtime=1002.22 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 379798 0 0 0 99684 538 0 0 25 0 1 0 820725440 377376768 86768 33554432000 4194304 9128323 140734151528944 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12228/statm: 92133 86768 747 1205 0 90924 0
Current children cumulated CPU time (s) 1002.22
Current children cumulated vsize (KiB) 368532

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 12269
/proc/meminfo: memFree=29925616/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=368532 CPUtime=1062.22 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 380418 0 0 0 105651 571 0 0 25 0 1 0 820725440 377376768 87388 33554432000 4194304 9128323 140734151528944 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12228/statm: 92133 87388 747 1205 0 90924 0
Current children cumulated CPU time (s) 1062.22
Current children cumulated vsize (KiB) 368532

[startup+1122.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/499 12271
/proc/meminfo: memFree=29920888/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=368532 CPUtime=1122.22 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 380421 0 0 0 111621 601 0 0 25 0 1 0 820725440 377376768 87391 33554432000 4194304 9128323 140734151528944 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12228/statm: 92133 87391 747 1205 0 90924 0
Current children cumulated CPU time (s) 1122.22
Current children cumulated vsize (KiB) 368532

[startup+1182.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/499 12272
/proc/meminfo: memFree=29916652/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=368532 CPUtime=1182.22 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 380422 0 0 0 117600 622 0 0 25 0 1 0 820725440 377376768 87392 33554432000 4194304 9128323 140734151528944 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12228/statm: 92133 87392 747 1205 0 90924 0
Current children cumulated CPU time (s) 1182.22
Current children cumulated vsize (KiB) 368532

[startup+1242.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/499 12274
/proc/meminfo: memFree=29933356/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=347880 CPUtime=1242.22 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 381733 0 0 0 123576 646 0 0 25 0 1 0 820725440 356229120 82298 33554432000 4194304 9128323 140734151528944 18446744073709551615 7191192 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12228/statm: 86970 82298 747 1205 0 85761 0
Current children cumulated CPU time (s) 1242.22
Current children cumulated vsize (KiB) 347880

[startup+1302.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/499 12275
/proc/meminfo: memFree=29905316/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=369804 CPUtime=1302.22 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 397769 0 0 0 129533 689 0 0 25 0 1 0 820725440 378679296 87108 33554432000 4194304 9128323 140734151528944 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12228/statm: 92451 87108 766 1205 0 91242 0
Current children cumulated CPU time (s) 1302.22
Current children cumulated vsize (KiB) 369804

[startup+1362.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/499 12277
/proc/meminfo: memFree=29918320/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=356568 CPUtime=1362.22 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 425778 0 0 0 135494 728 0 0 25 0 1 0 820725440 365125632 83728 33554432000 4194304 9128323 140734151528944 18446744073709551615 7267315 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12228/statm: 89142 83728 829 1205 0 87933 0
Current children cumulated CPU time (s) 1362.22
Current children cumulated vsize (KiB) 356568

[startup+1422.32 s]
/proc/loadavg: 2.04 2.05 2.00 3/499 12279
/proc/meminfo: memFree=29901312/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=366368 CPUtime=1422.23 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 428966 0 0 0 141454 769 0 0 25 0 1 0 820725440 375160832 86831 33554432000 4194304 9128323 140734151528944 18446744073709551615 7315263 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12228/statm: 91592 86831 747 1205 0 90383 0
Current children cumulated CPU time (s) 1422.23
Current children cumulated vsize (KiB) 366368

[startup+1482.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/499 12280
/proc/meminfo: memFree=29895588/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=366368 CPUtime=1482.22 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 428966 0 0 0 147421 801 0 0 25 0 1 0 820725440 375160832 86831 33554432000 4194304 9128323 140734151528944 18446744073709551615 7315710 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12228/statm: 91592 86831 747 1205 0 90383 0
Current children cumulated CPU time (s) 1482.22
Current children cumulated vsize (KiB) 366368

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 12282
/proc/meminfo: memFree=29884776/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=374876 CPUtime=1542.22 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 430450 0 0 0 153391 831 0 0 25 0 1 0 820725440 383873024 88315 33554432000 4194304 9128323 140734151528944 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12228/statm: 93719 88315 747 1205 0 92510 0
Current children cumulated CPU time (s) 1542.22
Current children cumulated vsize (KiB) 374876

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 12283
/proc/meminfo: memFree=29893436/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=359080 CPUtime=1602.21 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 437949 0 0 0 159349 872 0 0 25 0 1 0 820725440 367697920 84975 33554432000 4194304 9128323 140734151528944 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12228/statm: 89770 84975 747 1205 0 88561 0
Current children cumulated CPU time (s) 1602.21
Current children cumulated vsize (KiB) 359080

[startup+1662.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/499 12285
/proc/meminfo: memFree=29881028/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=363340 CPUtime=1662.21 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 445109 0 0 0 165309 912 0 0 25 0 1 0 820725440 372060160 85675 33554432000 4194304 9128323 140734151528944 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12228/statm: 90835 85675 747 1205 0 89626 0
Current children cumulated CPU time (s) 1662.21
Current children cumulated vsize (KiB) 363340

[startup+1722.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/499 12287
/proc/meminfo: memFree=29866120/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=371060 CPUtime=1722.21 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 447517 0 0 0 171264 957 0 0 25 0 1 0 820725440 379965440 88027 33554432000 4194304 9128323 140734151528944 18446744073709551615 7346442 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12228/statm: 92765 88027 747 1205 0 91556 0
Current children cumulated CPU time (s) 1722.21
Current children cumulated vsize (KiB) 371060

[startup+1782.3 s]
/proc/loadavg: 1.70 1.96 1.98 2/493 12306
/proc/meminfo: memFree=30108264/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=359504 CPUtime=1782.21 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 452193 0 0 0 177210 1011 0 0 25 0 1 0 820725440 368132096 84816 33554432000 4194304 9128323 140734151528944 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12228/statm: 89876 84816 747 1205 0 88667 0
Current children cumulated CPU time (s) 1782.21
Current children cumulated vsize (KiB) 359504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.1 s]
/proc/loadavg: 1.55 1.91 1.96 2/493 12307
/proc/meminfo: memFree=30105036/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=361468 CPUtime=1800.01 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 452983 0 0 0 178962 1039 0 0 25 0 1 0 820725440 370143232 85606 33554432000 4194304 9128323 140734151528944 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12228/statm: 90367 85606 747 1205 0 89158 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 361468

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

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

[startup+1800.22 s]
/proc/loadavg: 1.55 1.91 1.96 2/493 12307
/proc/meminfo: memFree=30105036/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=361468 CPUtime=1800.13 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 452994 0 0 0 178973 1040 0 0 25 0 1 0 820725440 370143232 85617 33554432000 4194304 9128323 140734151528944 18446744073709551615 6630544 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12228/statm: 90367 85617 750 1205 0 89158 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 361468

[startup+1800.3 s]
/proc/loadavg: 1.55 1.91 1.96 2/493 12307
/proc/meminfo: memFree=30105036/32951124 swapFree=53876548/67111528
[pid=12228] ppid=12226 vsize=345032 CPUtime=1800.22 cores=1,3,5,7
/proc/12228/stat : 12228 (scip-2.0.1.4.li) R 12226 12228 26596 0 -1 4202496 452995 0 0 0 178982 1040 0 0 25 0 1 0 820725440 353312768 81509 33554432000 4194304 9128323 140734151528944 18446744073709551615 6581536 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12228/statm: 86258 81509 751 1205 0 85049 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 345032

Child status: 0
Real time (s): 1800.34
CPU time (s): 1800.26
CPU user time (s): 1789.84
CPU system time (s): 10.4174
CPU usage (%): 99.9955
Max. virtual memory (cumulated for all children) (KiB): 388884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.84
system time used= 10.4174
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 452999
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= 3
involuntary context switches= 3049

runsolver used 8.86665 second user time and 20.5999 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-03 10:54:05
IDJOB=3452543
IDBENCH=2633
IDSOLVER=1949
FILE ID=node108/3452543-1307091245
RUNJOBID= node108-1307089404-12077
PBS_JOBID= 13497880
Free space on /tmp= 73796 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_19.opb
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3452543-1307091245/watcher-3452543-1307091245 -o /tmp/evaluation-result-3452543-1307091245/solver-3452543-1307091245 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452543-1307091245.opb -t 1800 -m 15500

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

MD5SUM BENCH= 5a1b3155d98b6c4d8f9ab1b869fece67
RANDOM SEED=1924860713

node108.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.820
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.64
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.820
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	: 5226.15
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.820
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.82
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.820
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.77
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.820
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.820
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.75
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.820
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.75
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.820
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30301792 kB
Buffers:        276660 kB
Cached:         963828 kB
SwapCached:      13540 kB
Active:        1474312 kB
Inactive:       891548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30301792 kB
SwapTotal:    67111528 kB
SwapFree:     53876548 kB
Dirty:           27956 kB
Writeback:           0 kB
AnonPages:     1122224 kB
Mapped:          15764 kB
Slab:           148756 kB
PageTables:      65560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 134695460 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= 73796 MiB
End job on node108 at 2011-06-03 11:24:07