Trace number 3450883

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 SCIP 2.0.1.4b with SoPlex 1.5.0.4? (TO) 1800.23 1800.18

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.4]
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-3450883-1307091892.opb>
0.59/0.62	c original problem has 11001 variables (11001 bin, 0 int, 0 impl, 0 cont) and 21678 constraints
0.59/0.62	c problem read
0.59/0.62	c presolving settings loaded
0.69/0.78	c presolving:
0.89/0.99	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.13	c    (3.1s) probing: 119/11001 (1.1%) - 0 fixings, 0 aggregations, 2979 implications, 0 bound changes
3.09/3.13	c    (3.1s) probing aborted: 100/100 successive totally useless probings
3.09/3.13	c presolving (2 rounds):
3.09/3.13	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.13	c  22002 implications, 0 cliques
3.09/3.13	c presolved problem has 11001 variables (11001 bin, 0 int, 0 impl, 0 cont) and 10848 constraints
3.09/3.13	c      18 constraints of type <knapsack>
3.09/3.13	c   10830 constraints of type <linear>
3.09/3.13	c transformed objective value is always integral (scale: 1)
3.09/3.13	c Presolving Time: 2.36
3.09/3.13	c - non default parameters ----------------------------------------------------------------------
3.09/3.13	c # SCIP version 2.0.1.5
3.09/3.13	c 
3.09/3.13	c # frequency for displaying node information lines
3.09/3.13	c # [type: int, range: [-1,2147483647], default: 100]
3.09/3.13	c display/freq = 10000
3.09/3.13	c 
3.09/3.13	c # maximal time in seconds to run
3.09/3.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.09/3.13	c limits/time = 1800
3.09/3.13	c 
3.09/3.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.09/3.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.09/3.13	c limits/memory = 13950
3.09/3.13	c 
3.09/3.13	c # default clock type (1: CPU user seconds, 2: wall clock time)
3.09/3.13	c # [type: int, range: [1,2], default: 1]
3.09/3.13	c timing/clocktype = 2
3.09/3.13	c 
3.09/3.13	c # belongs reading time to solving time?
3.09/3.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.09/3.13	c timing/reading = TRUE
3.09/3.13	c 
3.09/3.13	c # should presolving try to simplify inequalities
3.09/3.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.09/3.13	c constraints/linear/simplifyinequalities = TRUE
3.09/3.13	c 
3.09/3.13	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
3.09/3.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.09/3.13	c constraints/indicator/addCouplingCons = TRUE
3.09/3.13	c 
3.09/3.13	c # should presolving try to simplify knapsacks
3.09/3.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.09/3.13	c constraints/knapsack/simplifyinequalities = TRUE
3.09/3.13	c 
3.09/3.13	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.09/3.13	c # [type: int, range: [-1,2147483647], default: -1]
3.09/3.13	c separating/rapidlearning/freq = 0
3.09/3.13	c 
3.09/3.13	c -----------------------------------------------------------------------------------------------
3.09/3.13	c start solving
3.09/3.13	c 
6.29/6.33	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.33	c   6.3s|     1 |     0 | 13437 |     - | 105M|   0 |6152 |  11k|  10k|  11k|  10k|   0 |  20 |   0 | 1.800000e+01 |      --      |    Inf 
16.19/16.23	c  16.2s|     1 |     0 | 35476 |     - | 106M|   0 |6164 |  11k|  10k|  11k|  10k|  68 |  20 |   0 | 1.800000e+01 |      --      |    Inf 
17.09/17.14	c  17.1s|     1 |     0 | 35635 |     - | 107M|   0 |6180 |  11k|  10k|  11k|  11k| 163 |  20 |   0 | 1.800000e+01 |      --      |    Inf 
18.39/18.40	c  18.4s|     1 |     0 | 36112 |     - | 107M|   0 |6180 |  11k|  10k|  11k|  11k| 238 |  20 |   0 | 1.800261e+01 |      --      |    Inf 
19.50/19.56	c  19.6s|     1 |     0 | 36356 |     - | 108M|   0 |6193 |  11k|  10k|  11k|  11k| 306 |  20 |   0 | 1.850000e+01 |      --      |    Inf 
21.29/21.30	c  21.3s|     1 |     0 | 36809 |     - | 109M|   0 |6191 |  11k|  10k|  11k|  11k| 378 |  20 |   0 | 1.850000e+01 |      --      |    Inf 
23.49/23.54	c  23.5s|     1 |     0 | 38112 |     - | 109M|   0 |6198 |  11k|  10k|  11k|  11k| 452 |  20 |   0 | 1.850000e+01 |      --      |    Inf 
26.41/26.41	c  26.4s|     1 |     0 | 38859 |     - | 110M|   0 |6193 |  11k|  10k|  11k|  11k| 517 |  20 |   0 | 1.850000e+01 |      --      |    Inf 
31.09/31.10	c  31.1s|     1 |     0 | 44794 |     - | 110M|   0 |6196 |  11k|  10k|  11k|  11k| 582 |  20 |   0 | 1.850000e+01 |      --      |    Inf 
33.79/33.85	c  33.9s|     1 |     0 | 45767 |     - | 111M|   0 |6049 |  11k|  10k|  11k|  11k| 652 |  20 |   0 | 1.900000e+01 |      --      |    Inf 
36.31/36.36	c  36.4s|     1 |     0 | 46214 |     - | 111M|   0 |6053 |  11k|  10k|  11k|  11k| 712 |  20 |   0 | 1.900000e+01 |      --      |    Inf 
37.69/37.70	c  37.7s|     1 |     0 | 47152 |     - | 111M|   0 |6050 |  11k|  10k|  11k|  11k| 759 |  20 |   0 | 1.900000e+01 |      --      |    Inf 
39.39/39.43	c  39.4s|     1 |     0 | 48476 |     - | 111M|   0 |6048 |  11k|  10k|  11k|  11k| 803 |  20 |   0 | 1.900000e+01 |      --      |    Inf 
41.71/41.75	c  41.8s|     1 |     0 | 51410 |     - | 111M|   0 |6051 |  11k|  10k|  11k|  11k| 839 |  20 |   0 | 1.900000e+01 |      --      |    Inf 
43.49/43.50	c  43.5s|     1 |     0 | 53709 |     - | 111M|   0 |6046 |  11k|  10k|  11k|  11k| 879 |  20 |   0 | 1.900000e+01 |      --      |    Inf 
120.60/120.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
120.60/120.69	c   121s|     1 |     2 | 53709 |     - | 111M|   0 |6046 |  11k|  10k|  11k|  11k| 879 |  20 |  78 | 1.900000e+01 |      --      |    Inf 
1800.05/1800.01	c 
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Solving Time (sec) : 1800.01
1800.05/1800.01	c Solving Nodes      : 5988
1800.05/1800.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.05/1800.01	c Dual Bound         : +1.90000000000000e+01
1800.05/1800.01	c Gap                : infinite
1800.05/1800.01	s UNKNOWN
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Total Time         :    1800.01
1800.05/1800.01	c   solving          :    1800.01
1800.05/1800.01	c   presolving       :       2.36 (included in solving)
1800.05/1800.01	c   reading          :       0.62 (included in solving)
1800.05/1800.01	c Original Problem   :
1800.05/1800.01	c   Problem name     : HOME/instance-3450883-1307091892.opb
1800.05/1800.01	c   Variables        : 11001 (11001 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.01	c   Constraints      : 21678 initial, 21678 maximal
1800.05/1800.01	c Presolved Problem  :
1800.05/1800.01	c   Problem name     : t_HOME/instance-3450883-1307091892.opb
1800.05/1800.01	c   Variables        : 11001 (11001 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.01	c   Constraints      : 10848 initial, 18820 maximal
1800.05/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.05/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   probing          :       2.07          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   linear           :       0.24          0          0          0          0          0      10830          0          0          0
1800.05/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.05/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   integral         :          0          0          0       4845          0          4          0          0        698          0          0       9386
1800.05/1800.01	c   knapsack         :         18         14     172337          0          1          3      21255         30       1003        363          0          0
1800.05/1800.01	c   linear           :      10830         14     172307          0          0          0       7818        109      76948          2          0          0
1800.05/1800.01	c   logicor          :          0+        14      14299          0          0          0       3054          4       1668          0          0          0
1800.05/1800.01	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1800.05/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.05/1800.01	c   integral         :     567.88       0.00       0.00     567.87       0.00       0.00       0.00
1800.05/1800.01	c   knapsack         :       0.97       0.01       0.95       0.00       0.00       0.00       0.01
1800.05/1800.01	c   linear           :      29.84       0.02      29.81       0.00       0.00       0.00       0.01
1800.05/1800.01	c   logicor          :       0.21       0.00       0.21       0.00       0.00       0.00       0.01
1800.05/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.05/1800.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.05/1800.01	c   vbounds          :          0          0          0          0
1800.05/1800.01	c   rootredcost      :          0          0          0          0
1800.05/1800.01	c   pseudoobj        :     172087          0          0          0
1800.05/1800.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.05/1800.01	c   vbounds          :       0.03       0.03       0.00
1800.05/1800.01	c   rootredcost      :       0.03       0.03       0.00
1800.05/1800.01	c   pseudoobj        :       0.10       0.10       0.00
1800.05/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.01	c   propagation      :       0.01        143        143       1050       33.7         12       14.0          -
1800.05/1800.01	c   infeasible LP    :       7.78       6119       6119       8621       13.0        201       16.7          0
1800.05/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.01	c   applied globally :          -          -          -       8033       12.5          -          -          -
1800.05/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.01	c   cut pool         :       0.01         13          -          -      13741          -    (maximal pool size: 6403)
1800.05/1800.01	c   redcost          :       1.16       4826          0          0          0          0
1800.05/1800.01	c   impliedbounds    :       0.01         14          0          0         44          0
1800.05/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.01	c   gomory           :       1.11         14          0          0         61          0
1800.05/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.01	c   closecuts        :       0.00          0          0          0          0          0
1800.05/1800.01	c   strongcg         :       1.05         14          0          0         19          0
1800.05/1800.01	c   cmir             :       4.48         10          0          0       5000          0
1800.05/1800.01	c   flowcover        :       6.70         10          0          0       2000          0
1800.05/1800.01	c   clique           :       0.01          1          0          0          0          0
1800.05/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.01	c   oddcycle         :       0.00          0          0          0          0          0
1800.05/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.01	c Pricers            :       Time      Calls       Vars
1800.05/1800.01	c   problem variables:       0.00          0          0
1800.05/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   relpscost        :     567.87       4845          0        698          0          0       9386
1800.05/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   inference        :       0.00          1          0          0          0          0          2
1800.05/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.01	c   LP solutions     :       0.00          -          0
1800.05/1800.01	c   pseudo solutions :       0.00          -          0
1800.05/1800.01	c   oneopt           :       0.00          0          0
1800.05/1800.01	c   crossover        :       0.00          0          0
1800.05/1800.01	c   guideddiving     :       0.00          0          0
1800.05/1800.01	c   intshifting      :       0.00          0          0
1800.05/1800.01	c   coefdiving       :     255.20          5          0
1800.05/1800.01	c   pscostdiving     :      28.81          6          0
1800.05/1800.01	c   rootsoldiving    :      30.07          3          0
1800.05/1800.01	c   veclendiving     :      33.82          6          0
1800.05/1800.01	c   fracdiving       :     114.61          6          0
1800.05/1800.01	c   linesearchdiving :      28.37          8          0
1800.05/1800.01	c   objpscostdiving  :      19.81          5          0
1800.05/1800.01	c   feaspump         :      21.38          6          0
1800.05/1800.01	c   trivial          :       0.01          2          0
1800.05/1800.01	c   shiftandpropagate:       0.55          1          0
1800.05/1800.01	c   simplerounding   :       0.00          0          0
1800.05/1800.01	c   zirounding       :       1.73       1000          0
1800.05/1800.01	c   rounding         :       2.19        924          0
1800.05/1800.01	c   shifting         :      15.99        253          0
1800.05/1800.01	c   twoopt           :       0.00          0          0
1800.05/1800.01	c   fixandinfer      :       0.00          0          0
1800.05/1800.01	c   clique           :       0.00          0          0
1800.05/1800.01	c   intdiving        :       0.00          0          0
1800.05/1800.01	c   actconsdiving    :       0.00          0          0
1800.05/1800.01	c   octane           :       0.00          0          0
1800.05/1800.01	c   rens             :       0.09          0          0
1800.05/1800.01	c   rins             :       0.00          0          0
1800.05/1800.01	c   localbranching   :       0.00          0          0
1800.05/1800.01	c   mutation         :       0.00          0          0
1800.05/1800.01	c   dins             :       0.00          0          0
1800.05/1800.01	c   vbounds          :       0.00          0          0
1800.05/1800.01	c   undercover       :       0.00          0          0
1800.05/1800.01	c   subnlp           :       0.00          0          0
1800.05/1800.01	c   trysol           :       0.00          0          0
1800.05/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.01	c   primal LP        :       0.16          0          0       0.00       0.00
1800.05/1800.01	c   dual LP          :     618.81       6085    1447633     237.90    2339.38
1800.05/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.01	c   diving/probing LP:     499.20       9550    1059422     110.93    2122.24
1800.05/1800.01	c   strong branching :     563.72       1919     910976     474.71    1616.00
1800.05/1800.01	c     (at root node) :          -         78      72785     933.14          -
1800.05/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.01	c B&B Tree           :
1800.05/1800.01	c   number of runs   :          1
1800.05/1800.01	c   nodes            :       5988
1800.05/1800.01	c   nodes (total)    :       5988
1800.05/1800.01	c   nodes left       :       3064
1800.05/1800.01	c   max depth        :       1993
1800.05/1800.01	c   max depth (total):       1993
1800.05/1800.01	c   backtracks       :        400 (6.7%)
1800.05/1800.01	c   delayed cutoffs  :        337
1800.05/1800.01	c   repropagations   :     150275 (8374 domain reductions, 3 cutoffs)
1800.05/1800.01	c   avg switch length:      56.92
1800.05/1800.01	c   switching time   :       6.11
1800.05/1800.01	c Solution           :
1800.05/1800.01	c   Solutions found  :          0 (0 improvements)
1800.05/1800.01	c   Primal Bound     :          -
1800.05/1800.01	c   Dual Bound       : +1.90000000000000e+01
1800.05/1800.01	c   Gap              :   infinite
1800.05/1800.01	c   Root Dual Bound  : +1.90000000000000e+01
1800.05/1800.01	c   Root Iterations  :      53709
1800.16/1800.17	c Time complete: 1800.22.

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-3450883-1307091892/watcher-3450883-1307091892 -o /tmp/evaluation-result-3450883-1307091892/solver-3450883-1307091892 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450883-1307091892.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.14 2.04 2.01 2/458 12733
/proc/meminfo: memFree=28674784/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=13096 CPUtime=0 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 2270 0 0 0 0 0 0 0 24 0 1 0 820787179 13410304 2223 33554432000 4194304 9163163 140735996662512 18446744073709551615 8013931 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12733/statm: 3274 2223 395 1214 0 2056 0

[startup+0.096782 s]
/proc/loadavg: 2.14 2.04 2.01 2/458 12733
/proc/meminfo: memFree=28674784/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=17872 CPUtime=0.09 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 3458 0 0 0 9 0 0 0 24 0 1 0 820787179 18300928 3411 33554432000 4194304 9163163 140735996662512 18446744073709551615 8041864 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12733/statm: 4468 3411 395 1214 0 3250 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17872

[startup+0.100783 s]
/proc/loadavg: 2.14 2.04 2.01 2/458 12733
/proc/meminfo: memFree=28674784/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=17872 CPUtime=0.09 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 3462 0 0 0 9 0 0 0 24 0 1 0 820787179 18300928 3415 33554432000 4194304 9163163 140735996662512 18446744073709551615 8044862 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12733/statm: 4468 3415 395 1214 0 3250 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17872

[startup+0.300757 s]
/proc/loadavg: 2.14 2.04 2.01 2/458 12733
/proc/meminfo: memFree=28674784/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=28620 CPUtime=0.29 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 6155 0 0 0 29 0 0 0 25 0 1 0 820787179 29306880 6108 33554432000 4194304 9163163 140735996662512 18446744073709551615 7962177 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12733/statm: 7155 6108 395 1214 0 5937 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28620

[startup+0.700676 s]
/proc/loadavg: 2.14 2.04 2.01 2/458 12733
/proc/meminfo: memFree=28674784/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=109180 CPUtime=0.69 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 25980 0 0 0 67 2 0 0 25 0 1 0 820787179 111800320 25906 33554432000 4194304 9163163 140735996662512 18446744073709551615 8045195 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12733/statm: 27295 25921 439 1214 0 26077 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 109180

[startup+1.50053 s]
/proc/loadavg: 2.14 2.04 2.01 3/462 12740
/proc/meminfo: memFree=28408772/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=186708 CPUtime=1.49 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 50617 0 0 0 144 5 0 0 25 0 1 0 820787179 191188992 43971 33554432000 4194304 9163163 140735996662512 18446744073709551615 5178457 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12733/statm: 46677 43971 551 1214 0 45459 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 186708

[startup+3.10024 s]
/proc/loadavg: 2.13 2.04 2.01 3/462 12740
/proc/meminfo: memFree=28376056/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=186992 CPUtime=3.09 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 50688 0 0 0 304 5 0 0 25 0 1 0 820787179 191479808 44042 33554432000 4194304 9163163 140735996662512 18446744073709551615 5179083 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12733/statm: 46748 44042 551 1214 0 45530 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 186992

[startup+6.30066 s]
/proc/loadavg: 2.13 2.04 2.01 3/462 12740
/proc/meminfo: memFree=28247220/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=276004 CPUtime=6.29 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 73655 0 0 0 619 10 0 0 25 0 1 0 820787179 282628096 63839 33554432000 4194304 9163163 140735996662512 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12733/statm: 69001 63839 692 1214 0 67783 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 276004

[startup+12.7005 s]
/proc/loadavg: 2.12 2.04 2.01 3/462 12740
/proc/meminfo: memFree=28246116/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=271964 CPUtime=12.69 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 76696 0 0 0 1257 12 0 0 25 0 1 0 820787179 278491136 63888 33554432000 4194304 9163163 140735996662512 18446744073709551615 7348408 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12733/statm: 67991 63888 703 1214 0 66773 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 271964

[startup+25.5002 s]
/proc/loadavg: 2.16 2.06 2.02 3/462 12741
/proc/meminfo: memFree=28199216/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=319292 CPUtime=25.49 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 88955 0 0 0 2532 17 0 0 25 0 1 0 820787179 326955008 75829 33554432000 4194304 9163163 140735996662512 18446744073709551615 6668679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12733/statm: 79823 75829 706 1214 0 78605 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 319292

[startup+51.1005 s]
/proc/loadavg: 2.11 2.05 2.01 3/462 12741
/proc/meminfo: memFree=28182680/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=344460 CPUtime=51.09 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 115482 0 0 0 5086 23 0 0 25 0 1 0 820787179 352727040 80000 33554432000 4194304 9163163 140735996662512 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12733/statm: 86115 80000 728 1214 0 84897 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 344460

[startup+102.317 s]
/proc/loadavg: 2.04 2.04 2.01 3/462 12743
/proc/meminfo: memFree=28176820/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=345272 CPUtime=102.31 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 116464 0 0 0 10201 30 0 0 25 0 1 0 820787179 353558528 80982 33554432000 4194304 9163163 140735996662512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12733/statm: 86318 80982 728 1214 0 85100 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 345272

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/462 12744
/proc/meminfo: memFree=28182228/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=342436 CPUtime=162.3 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 130038 0 0 0 16191 39 0 0 25 0 1 0 820787179 350654464 80201 33554432000 4194304 9163163 140735996662512 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12733/statm: 85609 80201 1422 1214 0 84391 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 342436

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/462 12746
/proc/meminfo: memFree=28179092/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=340128 CPUtime=222.3 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 165059 0 0 0 22179 51 0 0 25 0 1 0 820787179 348291072 80422 33554432000 4194304 9163163 140735996662512 18446744073709551615 7348624 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12733/statm: 85032 80422 729 1214 0 83814 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 340128

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/462 12748
/proc/meminfo: memFree=28182668/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=342836 CPUtime=282.3 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 175629 0 0 0 28166 64 0 0 25 0 1 0 820787179 351064064 79990 33554432000 4194304 9163163 140735996662512 18446744073709551615 7224045 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12733/statm: 85709 79990 734 1214 0 84491 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 342836

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/462 12749
/proc/meminfo: memFree=28182372/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=342836 CPUtime=342.3 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 175629 0 0 0 34157 73 0 0 25 0 1 0 820787179 351064064 79990 33554432000 4194304 9163163 140735996662512 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12733/statm: 85709 79990 734 1214 0 84491 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 342836

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/462 12751
/proc/meminfo: memFree=28180356/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=342836 CPUtime=402.3 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 176206 0 0 0 40153 77 0 0 25 0 1 0 820787179 351064064 80563 33554432000 4194304 9163163 140735996662512 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12733/statm: 85709 80563 730 1214 0 84491 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 342836

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/462 12752
/proc/meminfo: memFree=28175232/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=352984 CPUtime=462.31 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 177424 0 0 0 46142 89 0 0 25 0 1 0 820787179 361455616 81703 33554432000 4194304 9163163 140735996662512 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12733/statm: 88246 81703 730 1214 0 87028 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 352984

[startup+522.301 s]
/proc/loadavg: 2.16 2.03 2.01 3/462 12754
/proc/meminfo: memFree=28175804/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=351312 CPUtime=522.31 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 183817 0 0 0 52128 103 0 0 25 0 1 0 820787179 359743488 81499 33554432000 4194304 9163163 140735996662512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12733/statm: 87828 81499 731 1214 0 86610 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 351312

[startup+582.3 s]
/proc/loadavg: 2.17 2.05 2.02 3/462 12756
/proc/meminfo: memFree=28175780/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=351312 CPUtime=582.31 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 183818 0 0 0 58108 123 0 0 25 0 1 0 820787179 359743488 81500 33554432000 4194304 9163163 140735996662512 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12733/statm: 87828 81500 732 1214 0 86610 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 351312

[startup+642.3 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/462 12764
/proc/meminfo: memFree=28153664/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=361384 CPUtime=882.32 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 188066 0 0 0 88038 194 0 0 25 0 1 0 820787179 370057216 85743 33554432000 4194304 9163163 140735996662512 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12733/statm: 90346 85743 747 1214 0 89128 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 361384

[startup+942.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/462 12765
/proc/meminfo: memFree=28149020/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=363036 CPUtime=942.32 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 188499 0 0 0 94024 208 0 0 25 0 1 0 820787179 371748864 86156 33554432000 4194304 9163163 140735996662512 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12733/statm: 90759 86156 727 1214 0 89541 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 363036

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/462 12767
/proc/meminfo: memFree=28147500/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=363036 CPUtime=1002.32 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 188499 0 0 0 100009 223 0 0 25 0 1 0 820787179 371748864 86156 33554432000 4194304 9163163 140735996662512 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12733/statm: 90759 86156 727 1214 0 89541 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 363036

[startup+1062.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/462 12768
/proc/meminfo: memFree=28145604/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=363036 CPUtime=1062.32 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 188499 0 0 0 105996 236 0 0 25 0 1 0 820787179 371748864 86156 33554432000 4194304 9163163 140735996662512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12733/statm: 90759 86156 727 1214 0 89541 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 363036

[startup+1122.3 s]
/proc/loadavg: 2.17 2.07 2.02 3/462 12770
/proc/meminfo: memFree=28145688/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=363036 CPUtime=1122.33 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 188500 0 0 0 111986 247 0 0 25 0 1 0 820787179 371748864 86157 33554432000 4194304 9163163 140735996662512 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12733/statm: 90759 86157 727 1214 0 89541 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 363036

[startup+1182.3 s]
/proc/loadavg: 2.10 2.07 2.02 3/462 12772
/proc/meminfo: memFree=28142320/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=363036 CPUtime=1182.32 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 188500 0 0 0 117976 256 0 0 25 0 1 0 820787179 371748864 86157 33554432000 4194304 9163163 140735996662512 18446744073709551615 7379383 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12733/statm: 90759 86157 727 1214 0 89541 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 363036

[startup+1242.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/462 12773
/proc/meminfo: memFree=28140164/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=363036 CPUtime=1242.33 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 188501 0 0 0 123968 265 0 0 25 0 1 0 820787179 371748864 86158 33554432000 4194304 9163163 140735996662512 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12733/statm: 90759 86158 727 1214 0 89541 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 363036

[startup+1302.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/462 12775
/proc/meminfo: memFree=28143976/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=363036 CPUtime=1302.34 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 188501 0 0 0 129952 282 0 0 25 0 1 0 820787179 371748864 86158 33554432000 4194304 9163163 140735996662512 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12733/statm: 90759 86158 727 1214 0 89541 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 363036

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/462 12776
/proc/meminfo: memFree=28153860/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=351908 CPUtime=1362.34 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 191254 0 0 0 135939 295 0 0 25 0 1 0 820787179 360353792 82440 33554432000 4194304 9163163 140735996662512 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12733/statm: 87977 82440 727 1214 0 86759 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 351908

[startup+1422.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/462 12778
/proc/meminfo: memFree=28146140/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=348256 CPUtime=1422.35 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 202791 0 0 0 141924 311 0 0 25 0 1 0 820787179 356614144 82048 33554432000 4194304 9163163 140735996662512 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12733/statm: 87064 82048 749 1214 0 85846 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 348256

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/462 12780
/proc/meminfo: memFree=28147600/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=348256 CPUtime=1482.34 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 202798 0 0 0 147911 323 0 0 25 0 1 0 820787179 356614144 82049 33554432000 4194304 9163163 140735996662512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12733/statm: 87064 82049 743 1214 0 85846 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 348256

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/462 12781
/proc/meminfo: memFree=28127956/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=366452 CPUtime=1542.33 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 208402 0 0 0 153898 335 0 0 25 0 1 0 820787179 375246848 87012 33554432000 4194304 9163163 140735996662512 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12733/statm: 91613 87012 768 1214 0 90395 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 366452

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/462 12783
/proc/meminfo: memFree=28121360/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=366452 CPUtime=1602.34 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 208402 0 0 0 159883 351 0 0 25 0 1 0 820787179 375246848 87012 33554432000 4194304 9163163 140735996662512 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12733/statm: 91613 87012 768 1214 0 90395 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 366452

[startup+1662.3 s]
/proc/loadavg: 2.24 2.07 2.02 3/462 12784
/proc/meminfo: memFree=28116484/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=366452 CPUtime=1662.34 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 208402 0 0 0 165869 365 0 0 25 0 1 0 820787179 375246848 87012 33554432000 4194304 9163163 140735996662512 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12733/statm: 91613 87012 768 1214 0 90395 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 366452

[startup+1722.3 s]
/proc/loadavg: 2.14 2.07 2.02 3/462 12786
/proc/meminfo: memFree=28114340/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=368236 CPUtime=1722.34 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 208889 0 0 0 171852 382 0 0 25 0 1 0 820787179 377073664 87458 33554432000 4194304 9163163 140735996662512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12733/statm: 92059 87458 727 1214 0 90841 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 368236

[startup+1782.3 s]
/proc/loadavg: 2.05 2.06 2.01 3/462 12788
/proc/meminfo: memFree=28119028/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=358924 CPUtime=1782.34 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 214127 0 0 0 177836 398 0 0 25 0 1 0 820787179 367538176 85126 33554432000 4194304 9163163 140735996662512 18446744073709551615 7394741 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12733/statm: 89731 85126 890 1214 0 88513 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 358924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.04 2.05 2.01 3/462 12788
/proc/meminfo: memFree=28117260/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=360784 CPUtime=1800.05 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 214755 0 0 0 179602 403 0 0 25 0 1 0 820787179 369442816 85591 33554432000 4194304 9163163 140735996662512 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12733/statm: 90196 85591 727 1214 0 88978 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 360784

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

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

[startup+1800.12 s]
/proc/loadavg: 2.04 2.05 2.01 3/462 12788
/proc/meminfo: memFree=28117260/32951124 swapFree=41830676/67111528
[pid=12733] ppid=12731 vsize=355664 CPUtime=1800.16 cores=0,2,4,6
/proc/12733/stat : 12733 (scip-2.0.1.4b.l) R 12731 12733 4773 0 -1 4202496 214769 0 0 0 179613 403 0 0 25 0 1 0 820787179 364199936 84325 33554432000 4194304 9163163 140735996662512 18446744073709551615 4218727 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12733/statm: 88916 84325 733 1214 0 87698 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 355664

Child status: 0
Real time (s): 1800.18
CPU time (s): 1800.23
CPU user time (s): 1796.18
CPU system time (s): 4.05138
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 384320

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

runsolver used 8.51271 second user time and 17.7703 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-03 11:04:52
IDJOB=3450883
IDBENCH=2633
IDSOLVER=1948
FILE ID=node138/3450883-1307091892
RUNJOBID= node138-1307090089-12603
PBS_JOBID= 13497848
Free space on /tmp= 73640 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b 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.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3450883-1307091892/watcher-3450883-1307091892 -o /tmp/evaluation-result-3450883-1307091892/solver-3450883-1307091892 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450883-1307091892.opb -t 1800 -m 15500

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

MD5SUM BENCH= 5a1b3155d98b6c4d8f9ab1b869fece67
RANDOM SEED=1142990008

node138.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.854
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.70
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.854
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.75
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.854
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.854
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.854
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.80
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.854
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.854
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.854
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:      28675684 kB
Buffers:        289472 kB
Cached:        1076888 kB
SwapCached:      44568 kB
Active:        2195888 kB
Inactive:      1790972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28675684 kB
SwapTotal:    67111528 kB
SwapFree:     41830676 kB
Dirty:           19632 kB
Writeback:           0 kB
AnonPages:     2587400 kB
Mapped:          15940 kB
Slab:           127476 kB
PageTables:      92252 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 130639136 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= 73628 MiB
End job on node138 at 2011-06-03 11:34:54