Trace number 3733911

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
PB11: SCIP spx E_2 2011-06-10 (fixed)? 1796.96 1797.24

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 benchmarkSAT
Best value of the objective obtained on this benchmark355
Best CPU time to get the best result obtained on this benchmark1783.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 355
Optimality of the best value was proved NO
Number of variables11001
Total number of constraints21678
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints21678
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2765
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3733911-1338710864.opb>
0.38/0.42	c original problem has 11001 variables (11001 bin, 0 int, 0 impl, 0 cont) and 21678 constraints
0.38/0.42	c problem read
0.38/0.42	c presolving settings loaded
0.59/0.62	c presolving:
0.78/0.85	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.19/3.22	c    (3.2s) probing: 119/11001 (1.1%) - 0 fixings, 0 aggregations, 2979 implications, 0 bound changes
3.19/3.22	c    (3.2s) probing aborted: 100/100 successive totally useless probings
3.19/3.22	c presolving (2 rounds):
3.19/3.22	c  0 deleted vars, 10830 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
3.19/3.22	c  22002 implications, 0 cliques
3.19/3.22	c presolved problem has 11001 variables (11001 bin, 0 int, 0 impl, 0 cont) and 10848 constraints
3.19/3.22	c      18 constraints of type <knapsack>
3.19/3.22	c   10830 constraints of type <linear>
3.19/3.22	c transformed objective value is always integral (scale: 1)
3.19/3.22	c Presolving Time: 2.62
3.19/3.22	c - non default parameters ----------------------------------------------------------------------
3.19/3.22	c # SCIP version 2.0.1.5
3.19/3.22	c 
3.19/3.22	c # frequency for displaying node information lines
3.19/3.22	c # [type: int, range: [-1,2147483647], default: 100]
3.19/3.22	c display/freq = 10000
3.19/3.22	c 
3.19/3.22	c # maximal time in seconds to run
3.19/3.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.19/3.22	c limits/time = 1797
3.19/3.22	c 
3.19/3.22	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.19/3.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.19/3.22	c limits/memory = 13950
3.19/3.22	c 
3.19/3.22	c # default clock type (1: CPU user seconds, 2: wall clock time)
3.19/3.22	c # [type: int, range: [1,2], default: 1]
3.19/3.22	c timing/clocktype = 2
3.19/3.22	c 
3.19/3.22	c # belongs reading time to solving time?
3.19/3.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.19/3.22	c timing/reading = TRUE
3.19/3.22	c 
3.19/3.22	c # should presolving try to simplify inequalities
3.19/3.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.19/3.22	c constraints/linear/simplifyinequalities = TRUE
3.19/3.22	c 
3.19/3.22	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
3.19/3.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.19/3.22	c constraints/indicator/addCouplingCons = TRUE
3.19/3.22	c 
3.19/3.22	c # should presolving try to simplify knapsacks
3.19/3.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.19/3.22	c constraints/knapsack/simplifyinequalities = TRUE
3.19/3.22	c 
3.19/3.22	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.19/3.22	c # [type: int, range: [-1,2147483647], default: -1]
3.19/3.22	c separating/rapidlearning/freq = 0
3.19/3.22	c 
3.19/3.22	c -----------------------------------------------------------------------------------------------
3.19/3.22	c start solving
3.19/3.23	c 
6.59/6.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.59/6.64	c   6.6s|     1 |     0 | 13437 |     - | 105M|   0 |6152 |  11k|  10k|  11k|  10k|   0 |  20 |   0 | 1.800000e+01 |      --      |    Inf 
16.28/16.40	c  16.4s|     1 |     0 | 35476 |     - | 106M|   0 |6164 |  11k|  10k|  11k|  10k|  68 |  20 |   0 | 1.800000e+01 |      --      |    Inf 
17.28/17.33	c  17.3s|     1 |     0 | 35635 |     - | 107M|   0 |6180 |  11k|  10k|  11k|  11k| 163 |  20 |   0 | 1.800000e+01 |      --      |    Inf 
18.59/18.61	c  18.6s|     1 |     0 | 36112 |     - | 107M|   0 |6180 |  11k|  10k|  11k|  11k| 238 |  20 |   0 | 1.800261e+01 |      --      |    Inf 
19.79/19.80	c  19.8s|     1 |     0 | 36356 |     - | 108M|   0 |6193 |  11k|  10k|  11k|  11k| 306 |  20 |   0 | 1.850000e+01 |      --      |    Inf 
21.49/21.57	c  21.6s|     1 |     0 | 36809 |     - | 109M|   0 |6191 |  11k|  10k|  11k|  11k| 378 |  20 |   0 | 1.850000e+01 |      --      |    Inf 
23.79/23.84	c  23.8s|     1 |     0 | 38112 |     - | 109M|   0 |6198 |  11k|  10k|  11k|  11k| 452 |  20 |   0 | 1.850000e+01 |      --      |    Inf 
26.68/26.78	c  26.8s|     1 |     0 | 38859 |     - | 110M|   0 |6193 |  11k|  10k|  11k|  11k| 517 |  20 |   0 | 1.850000e+01 |      --      |    Inf 
31.48/31.56	c  31.6s|     1 |     0 | 44794 |     - | 110M|   0 |6196 |  11k|  10k|  11k|  11k| 582 |  20 |   0 | 1.850000e+01 |      --      |    Inf 
34.28/34.36	c  34.4s|     1 |     0 | 45767 |     - | 111M|   0 |6049 |  11k|  10k|  11k|  11k| 652 |  20 |   0 | 1.900000e+01 |      --      |    Inf 
36.89/36.90	c  36.9s|     1 |     0 | 46214 |     - | 111M|   0 |6053 |  11k|  10k|  11k|  11k| 712 |  20 |   0 | 1.900000e+01 |      --      |    Inf 
38.19/38.28	c  38.3s|     1 |     0 | 47152 |     - | 111M|   0 |6050 |  11k|  10k|  11k|  11k| 759 |  20 |   0 | 1.900000e+01 |      --      |    Inf 
39.98/40.06	c  40.1s|     1 |     0 | 48476 |     - | 111M|   0 |6048 |  11k|  10k|  11k|  11k| 803 |  20 |   0 | 1.900000e+01 |      --      |    Inf 
42.28/42.31	c  42.3s|     1 |     0 | 51196 |     - | 111M|   0 |6049 |  11k|  10k|  11k|  11k| 839 |  20 |   0 | 1.900000e+01 |      --      |    Inf 
43.58/43.63	c  43.6s|     1 |     0 | 52234 |     - | 111M|   0 |6048 |  11k|  10k|  11k|  11k| 885 |  20 |   0 | 1.900000e+01 |      --      |    Inf 
79.38/79.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
79.38/79.42	c  79.4s|     1 |     2 | 52234 |     - | 111M|   0 |6048 |  11k|  10k|  11k|  11k| 885 |  20 |  37 | 1.900000e+01 |      --      |    Inf 
1796.71/1797.07	c 
1796.71/1797.07	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.07	c Solving Time (sec) : 1797.07
1796.71/1797.07	c Solving Nodes      : 1977
1796.71/1797.07	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.71/1797.07	c Dual Bound         : +1.90000000000000e+01
1796.71/1797.07	c Gap                : infinite
1796.71/1797.07	s UNKNOWN
1796.71/1797.07	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.07	c Total Time         :    1797.07
1796.71/1797.07	c   solving          :    1797.07
1796.71/1797.07	c   presolving       :       2.62 (included in solving)
1796.71/1797.07	c   reading          :       0.42 (included in solving)
1796.71/1797.07	c Original Problem   :
1796.71/1797.07	c   Problem name     : HOME/instance-3733911-1338710864.opb
1796.71/1797.07	c   Variables        : 11001 (11001 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.07	c   Constraints      : 21678 initial, 21678 maximal
1796.71/1797.07	c Presolved Problem  :
1796.71/1797.07	c   Problem name     : t_HOME/instance-3733911-1338710864.opb
1796.71/1797.07	c   Variables        : 11001 (11001 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.07	c   Constraints      : 10848 initial, 13513 maximal
1796.71/1797.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.71/1797.07	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   probing          :       2.31          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   linear           :       0.24          0          0          0          0          0      10830          0          0          0
1796.71/1797.07	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.71/1797.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.07	c   integral         :          0          0          0       1904          0          4          0          0       1041          0          0       3380
1796.71/1797.07	c   knapsack         :         18         14      25203          0          1          3       2336          5        134        363          0          0
1796.71/1797.07	c   linear           :      10830         14      25198          0          0          0        505         26       6555          2          0          0
1796.71/1797.07	c   logicor          :          0+        14       3808          0          0          0        691          6        449          0          0          0
1796.71/1797.07	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1796.71/1797.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.71/1797.07	c   integral         :     442.53       0.00       0.00     442.53       0.00       0.00       0.00
1796.71/1797.07	c   knapsack         :       0.31       0.01       0.30       0.00       0.00       0.00       0.00
1796.71/1797.07	c   linear           :       8.00       0.03       7.97       0.00       0.00       0.00       0.00
1796.71/1797.07	c   logicor          :       0.07       0.00       0.07       0.00       0.00       0.00       0.00
1796.71/1797.07	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.71/1797.07	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.71/1797.07	c   vbounds          :          0          0          0          0
1796.71/1797.07	c   rootredcost      :          0          0          0          0
1796.71/1797.07	c   pseudoobj        :      24953          0          0          0
1796.71/1797.07	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.71/1797.07	c   vbounds          :       0.01       0.01       0.00
1796.71/1797.07	c   rootredcost      :       0.01       0.01       0.00
1796.71/1797.07	c   pseudoobj        :       0.02       0.02       0.00
1796.71/1797.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.71/1797.07	c   propagation      :       0.00         37         37        168       21.9          1       11.0          -
1796.71/1797.07	c   infeasible LP    :       3.58       2364       2364       2572        9.9         37       11.2          0
1796.71/1797.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.07	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.71/1797.07	c   applied globally :          -          -          -       2665       10.2          -          -          -
1796.71/1797.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.71/1797.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.71/1797.07	c   cut pool         :       0.01         13          -          -      13696          -    (maximal pool size: 6400)
1796.71/1797.07	c   redcost          :       0.56       1784          0          4          0          0
1796.71/1797.07	c   impliedbounds    :       0.01         14          0          0         44          0
1796.71/1797.07	c   intobj           :       0.00          0          0          0          0          0
1796.71/1797.07	c   gomory           :       1.09         14          0          0         58          0
1796.71/1797.07	c   cgmip            :       0.00          0          0          0          0          0
1796.71/1797.07	c   closecuts        :       0.00          0          0          0          0          0
1796.71/1797.07	c   strongcg         :       1.04         14          0          0         19          0
1796.71/1797.07	c   cmir             :       4.39         10          0          0       5000          0
1796.71/1797.07	c   flowcover        :       6.94         10          0          0       2000          0
1796.71/1797.07	c   clique           :       0.01          1          0          0          0          0
1796.71/1797.07	c   zerohalf         :       0.00          0          0          0          0          0
1796.71/1797.07	c   mcf              :       0.00          1          0          0          0          0
1796.71/1797.07	c   oddcycle         :       0.00          0          0          0          0          0
1796.71/1797.07	c   rapidlearning    :       0.00          0          0          0          0          0
1796.71/1797.07	c Pricers            :       Time      Calls       Vars
1796.71/1797.07	c   problem variables:       0.00          0          0
1796.71/1797.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.07	c   relpscost        :     442.53       1904          0       1041          0          0       3380
1796.71/1797.07	c   pscost           :       0.00          0          0          0          0          0          0
1796.71/1797.07	c   inference        :       0.00          1          0          0          0          0          2
1796.71/1797.07	c   mostinf          :       0.00          0          0          0          0          0          0
1796.71/1797.07	c   leastinf         :       0.00          0          0          0          0          0          0
1796.71/1797.07	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.71/1797.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.71/1797.07	c   random           :       0.00          0          0          0          0          0          0
1796.71/1797.07	c Primal Heuristics  :       Time      Calls      Found
1796.71/1797.07	c   LP solutions     :       0.00          -          0
1796.71/1797.07	c   pseudo solutions :       0.00          -          0
1796.71/1797.07	c   oneopt           :       0.00          0          0
1796.71/1797.07	c   crossover        :       0.00          0          0
1796.71/1797.07	c   guideddiving     :       0.00          0          0
1796.71/1797.07	c   intshifting      :       0.00          0          0
1796.71/1797.07	c   coefdiving       :     835.33          1          0
1796.71/1797.07	c   fracdiving       :      60.85          2          0
1796.71/1797.07	c   rootsoldiving    :      16.91          2          0
1796.71/1797.07	c   veclendiving     :      21.43          4          0
1796.71/1797.07	c   objpscostdiving  :      22.69          3          0
1796.71/1797.07	c   pscostdiving     :      24.72          6          0
1796.71/1797.07	c   linesearchdiving :      36.22          7          0
1796.71/1797.07	c   feaspump         :      58.43          7          0
1796.71/1797.07	c   trivial          :       0.01          2          0
1796.71/1797.07	c   shiftandpropagate:       0.74          1          0
1796.71/1797.07	c   simplerounding   :       0.00          0          0
1796.71/1797.07	c   zirounding       :       1.97       1000          0
1796.71/1797.07	c   rounding         :       1.64        537          0
1796.71/1797.07	c   shifting         :       8.71        152          0
1796.71/1797.07	c   twoopt           :       0.00          0          0
1796.71/1797.07	c   fixandinfer      :       0.00          0          0
1796.71/1797.07	c   clique           :       0.00          0          0
1796.71/1797.07	c   intdiving        :       0.00          0          0
1796.71/1797.07	c   actconsdiving    :       0.00          0          0
1796.71/1797.07	c   octane           :       0.00          0          0
1796.71/1797.07	c   rens             :       0.10          0          0
1796.71/1797.07	c   rins             :       0.00          0          0
1796.71/1797.07	c   localbranching   :       0.00          0          0
1796.71/1797.07	c   mutation         :       0.00          0          0
1796.71/1797.07	c   dins             :       0.00          0          0
1796.71/1797.07	c   vbounds          :       0.00          0          0
1796.71/1797.07	c   undercover       :       0.00          0          0
1796.71/1797.07	c   subnlp           :       0.00          0          0
1796.71/1797.07	c   trysol           :       0.00          0          0
1796.71/1797.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.71/1797.07	c   primal LP        :       0.17          0          0       0.00       0.00
1796.71/1797.07	c   dual LP          :     236.06       2175     383171     176.17    1623.18
1796.71/1797.07	c   lex dual LP      :       0.00          0          0       0.00          -
1796.71/1797.07	c   barrier LP       :       0.00          0          0       0.00          -
1796.71/1797.07	c   diving/probing LP:    1057.24       5890    3108976     527.84    2940.67
1796.71/1797.07	c   strong branching :     441.12       1560     336978     216.01     763.92
1796.71/1797.07	c     (at root node) :          -         37      34032     919.78          -
1796.71/1797.07	c   conflict analysis:       0.00          0          0       0.00          -
1796.71/1797.07	c B&B Tree           :
1796.71/1797.07	c   number of runs   :          1
1796.71/1797.07	c   nodes            :       1977
1796.71/1797.07	c   nodes (total)    :       1977
1796.71/1797.07	c   nodes left       :       1031
1796.71/1797.07	c   max depth        :        918
1796.71/1797.07	c   max depth (total):        918
1796.71/1797.07	c   backtracks       :        161 (8.1%)
1796.71/1797.07	c   delayed cutoffs  :        375
1796.71/1797.07	c   repropagations   :      16162 (685 domain reductions, 1 cutoffs)
1796.71/1797.07	c   avg switch length:      20.06
1796.71/1797.07	c   switching time   :       2.30
1796.71/1797.07	c Solution           :
1796.71/1797.07	c   Solutions found  :          0 (0 improvements)
1796.71/1797.07	c   Primal Bound     :          -
1796.71/1797.07	c   Dual Bound       : +1.90000000000000e+01
1796.71/1797.07	c   Gap              :   infinite
1796.71/1797.07	c   Root Dual Bound  : +1.90000000000000e+01
1796.71/1797.07	c   Root Iterations  :      52234
1796.91/1797.23	c Time complete: 1796.95.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3733911-1338710864/watcher-3733911-1338710864 -o /tmp/evaluation-result-3733911-1338710864/solver-3733911-1338710864 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3733911-1338710864.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: 1.95 1.98 1.99 3/174 32175
/proc/meminfo: memFree=27482916/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=9588 CPUtime=0 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 1505 0 0 0 0 0 0 0 20 0 1 0 337212331 9818112 1460 33554432000 4194304 9016284 140737189931968 140737189930936 7824814 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 2397 1461 311 1178 0 1215 0

[startup+0.0605181 s]
/proc/loadavg: 1.95 1.98 1.99 3/174 32175
/proc/meminfo: memFree=27482916/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=17508 CPUtime=0.05 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 3364 0 0 0 5 0 0 0 20 0 1 0 337212331 17928192 3319 33554432000 4194304 9016284 140737189931968 140737189930936 4352096 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 4377 3319 360 1178 0 3195 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 17508

[startup+0.100325 s]
/proc/loadavg: 1.95 1.98 1.99 3/174 32175
/proc/meminfo: memFree=27482916/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=20784 CPUtime=0.09 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 4175 0 0 0 9 0 0 0 20 0 1 0 337212331 21282816 4130 33554432000 4194304 9016284 140737189931968 140737189930936 6813403 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 5196 4130 360 1178 0 4014 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20784

[startup+0.300303 s]
/proc/loadavg: 1.95 1.98 1.99 3/174 32175
/proc/meminfo: memFree=27482916/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=33836 CPUtime=0.28 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 7446 0 0 0 27 1 0 0 20 0 1 0 337212331 34648064 7401 33554432000 4194304 9016284 140737189931968 140737189930936 7928096 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 8459 7401 360 1178 0 7277 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 33836

[startup+0.700328 s]
/proc/loadavg: 1.95 1.98 1.99 3/174 32175
/proc/meminfo: memFree=27482916/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=184052 CPUtime=0.68 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 48897 0 0 0 61 7 0 0 20 0 1 0 337212331 188469248 43185 33554432000 4194304 9016284 140737189931968 140737189795864 5279458 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 46013 43185 468 1178 0 44831 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 184052

[startup+1.50032 s]
/proc/loadavg: 1.95 1.98 1.99 3/175 32176
/proc/meminfo: memFree=27309332/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=186572 CPUtime=1.49 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 50047 0 0 0 141 8 0 0 20 0 1 0 337212331 191049728 43930 33554432000 4194304 9016284 140737189931968 140737189928616 5251793 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 46643 43930 514 1178 0 45461 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 186572

[startup+3.10032 s]
/proc/loadavg: 1.95 1.98 1.99 3/175 32176
/proc/meminfo: memFree=27308216/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=186852 CPUtime=3.09 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 50117 0 0 0 301 8 0 0 20 0 1 0 337212331 191336448 44000 33554432000 4194304 9016284 140737189931968 140737189926856 4222983 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 46713 44000 514 1178 0 45531 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 186852

[startup+6.30027 s]
/proc/loadavg: 1.95 1.98 1.99 3/175 32176
/proc/meminfo: memFree=27227392/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=275836 CPUtime=6.29 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 66002 0 0 0 616 13 0 0 20 0 1 0 337212331 282456064 64355 33554432000 4194304 9016284 140737189931968 140737189926136 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 68959 64355 637 1178 0 67777 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 275836

[startup+12.7002 s]
/proc/loadavg: 1.96 1.98 1.99 3/175 32176
/proc/meminfo: memFree=27226452/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=271800 CPUtime=12.68 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 66657 0 0 0 1254 14 0 0 20 0 1 0 337212331 278323200 64574 33554432000 4194304 9016284 140737189931968 140737189923752 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 67950 64574 649 1178 0 66768 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 271800

[startup+25.5067 s]
/proc/loadavg: 1.97 1.98 1.99 3/175 32176
/proc/meminfo: memFree=27180800/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=319128 CPUtime=25.49 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 71196 0 0 0 2530 19 0 0 20 0 1 0 337212331 326787072 75969 33554432000 4194304 9016284 140737189931968 140737189927128 6520771 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 79782 75969 675 1178 0 78600 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 319128

[startup+51.1003 s]
/proc/loadavg: 1.98 1.98 1.99 3/175 32176
/proc/meminfo: memFree=27162804/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=343676 CPUtime=51.08 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 95897 0 0 0 5078 30 0 0 20 0 1 0 337212331 351924224 79692 33554432000 4194304 9016284 140737189931968 140737189925224 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 85919 79692 689 1178 0 84737 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 343676

[startup+102.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/175 32177
/proc/meminfo: memFree=27157580/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=324280 CPUtime=102.27 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 162058 0 0 0 10167 60 0 0 20 0 1 0 337212331 332062720 75865 33554432000 4194304 9016284 140737189931968 140737189925832 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 81070 75865 691 1178 0 79888 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 324280

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/176 32180
/proc/meminfo: memFree=27156556/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=340728 CPUtime=162.26 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 207673 0 0 0 16144 82 0 0 20 0 1 0 337212331 348905472 81147 33554432000 4194304 9016284 140737189931968 140737189925128 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 85182 81147 693 1178 0 84000 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 340728

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/175 32180
/proc/meminfo: memFree=27153292/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=340728 CPUtime=222.25 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 207674 0 0 0 22121 104 0 0 20 0 1 0 337212331 348905472 81434 33554432000 4194304 9016284 140737189931968 140737189925672 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 85182 81434 693 1178 0 84000 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 340728

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/175 32180
/proc/meminfo: memFree=27150468/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=340728 CPUtime=282.24 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 207674 0 0 0 28101 123 0 0 20 0 1 0 337212331 348905472 82159 33554432000 4194304 9016284 140737189931968 140737189924760 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 85182 82159 693 1178 0 84000 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 340728

[startup+342.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/175 32180
/proc/meminfo: memFree=27147304/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=340728 CPUtime=342.24 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 207674 0 0 0 34080 144 0 0 20 0 1 0 337212331 348905472 82159 33554432000 4194304 9016284 140737189931968 140737189924632 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 85182 82159 693 1178 0 84000 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 340728

[startup+402.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/175 32181
/proc/meminfo: memFree=27144388/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=340728 CPUtime=402.22 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 207674 0 0 0 40057 165 0 0 20 0 1 0 337212331 348905472 82159 33554432000 4194304 9016284 140737189931968 140737189924632 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 85182 82159 693 1178 0 84000 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 340728

[startup+462.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/175 32181
/proc/meminfo: memFree=27138488/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=340728 CPUtime=462.21 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 207674 0 0 0 46033 188 0 0 20 0 1 0 337212331 348905472 82159 33554432000 4194304 9016284 140737189931968 140737189924632 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 85182 82159 693 1178 0 84000 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 340728

[startup+522.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/175 32181
/proc/meminfo: memFree=27134892/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=340728 CPUtime=522.2 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 207674 0 0 0 52009 211 0 0 20 0 1 0 337212331 348905472 82159 33554432000 4194304 9016284 140737189931968 140737189924632 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 85182 82159 693 1178 0 84000 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 340728

[startup+582.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/175 32181
/proc/meminfo: memFree=27129560/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=340728 CPUtime=582.19 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 207674 0 0 0 57986 233 0 0 20 0 1 0 337212331 348905472 82159 33554432000 4194304 9016284 140737189931968 140737189925128 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 85182 82159 693 1178 0 84000 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 340728

[startup+642.3 s]

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

/proc/meminfo: memFree=27307732/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=348188 CPUtime=1122.11 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 214130 0 0 0 111853 358 0 0 20 0 1 0 337212331 356544512 84476 33554432000 4194304 9016284 140737189931968 140737189924776 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 87047 84476 693 1178 0 85865 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 348188

[startup+1182.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/175 32224
/proc/meminfo: memFree=27299300/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=339304 CPUtime=1182.1 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 218187 0 0 0 117841 369 0 0 20 0 1 0 337212331 347447296 82258 33554432000 4194304 9016284 140737189931968 140737189924648 5257825 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 84826 82258 693 1178 0 83644 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 339304

[startup+1242.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/175 32224
/proc/meminfo: memFree=27268776/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=360872 CPUtime=1242.09 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 220343 0 0 0 123829 380 0 0 20 0 1 0 337212331 369532928 86755 33554432000 4194304 9016284 140737189931968 140737189924648 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 90218 86755 694 1178 0 89036 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 360872

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 32225
/proc/meminfo: memFree=27266264/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=349352 CPUtime=1302.08 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 222767 0 0 0 129814 394 0 0 20 0 1 0 337212331 357736448 84454 33554432000 4194304 9016284 140737189931968 140737189924888 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 87338 84454 694 1178 0 86156 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 349352

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 32228
/proc/meminfo: memFree=27261268/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=349764 CPUtime=1362.07 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 237025 0 0 0 135799 408 0 0 20 0 1 0 337212331 358158336 83518 33554432000 4194304 9016284 140737189931968 140737189924296 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 87441 83518 694 1178 0 86259 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 349764

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32228
/proc/meminfo: memFree=27273252/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=343956 CPUtime=1422.07 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 241659 0 0 0 141789 418 0 0 20 0 1 0 337212331 352210944 81905 33554432000 4194304 9016284 140737189931968 140737189924312 7214178 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 85989 81905 694 1178 0 84807 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 343956

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32228
/proc/meminfo: memFree=27256004/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=345424 CPUtime=1482.06 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 248802 0 0 0 147780 426 0 0 20 0 1 0 337212331 353714176 82426 33554432000 4194304 9016284 140737189931968 140737189925384 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 86356 82426 694 1178 0 85174 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 345424

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32228
/proc/meminfo: memFree=27244532/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=350372 CPUtime=1542.06 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 255909 0 0 0 153770 436 0 0 20 0 1 0 337212331 358780928 84504 33554432000 4194304 9016284 140737189931968 140737189924888 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 87593 84504 694 1178 0 86411 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 350372

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32229
/proc/meminfo: memFree=27244140/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=350196 CPUtime=1602.04 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 260226 0 0 0 159757 447 0 0 20 0 1 0 337212331 358600704 84396 33554432000 4194304 9016284 140737189931968 140737189924776 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 87549 84396 694 1178 0 86367 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 350196

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32229
/proc/meminfo: memFree=27241784/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=350196 CPUtime=1662.03 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 260520 0 0 0 165750 453 0 0 20 0 1 0 337212331 358600704 84690 33554432000 4194304 9016284 140737189931968 140737189925336 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 87549 84690 694 1178 0 86367 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 350196

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32229
/proc/meminfo: memFree=27240596/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=349852 CPUtime=1722.02 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 264599 0 0 0 171742 460 0 0 20 0 1 0 337212331 358248448 84884 33554432000 4194304 9016284 140737189931968 140737189924904 7221921 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 87463 84884 694 1178 0 86281 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 349852

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32229
/proc/meminfo: memFree=27240224/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=349852 CPUtime=1782.01 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 264609 0 0 0 177735 466 0 0 20 0 1 0 337212331 358248448 84894 33554432000 4194304 9016284 140737189931968 140737189924904 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 87463 84894 694 1178 0 86281 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 349852

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

[startup+1785.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32229
/proc/meminfo: memFree=27240472/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=349852 CPUtime=1785.41 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 264609 0 0 0 178075 466 0 0 20 0 1 0 337212331 358248448 84894 33554432000 4194304 9016284 140737189931968 140737189925224 7214215 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 87463 84894 694 1178 0 86281 0
Current children cumulated CPU time (s) 1785.41
Current children cumulated vsize (KiB) 349852

[startup+1792.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32229
/proc/meminfo: memFree=27240472/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=349852 CPUtime=1791.81 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 264609 0 0 0 178715 466 0 0 20 0 1 0 337212331 358248448 84894 33554432000 4194304 9016284 140737189931968 140737189925336 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 87463 84894 694 1178 0 86281 0
Current children cumulated CPU time (s) 1791.81
Current children cumulated vsize (KiB) 349852

[startup+1795.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32229
/proc/meminfo: memFree=27240472/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=349852 CPUtime=1795.02 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 264609 0 0 0 179035 467 0 0 20 0 1 0 337212331 358248448 84894 33554432000 4194304 9016284 140737189931968 140737189925384 7198839 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 87463 84894 694 1178 0 86281 0
Current children cumulated CPU time (s) 1795.02
Current children cumulated vsize (KiB) 349852

[startup+1796.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32229
/proc/meminfo: memFree=27240472/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=349852 CPUtime=1795.81 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 264609 0 0 0 179114 467 0 0 20 0 1 0 337212331 358248448 84894 33554432000 4194304 9016284 140737189931968 140737189926296 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 87463 84894 694 1178 0 86281 0
Current children cumulated CPU time (s) 1795.81
Current children cumulated vsize (KiB) 349852

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32229
/proc/meminfo: memFree=27240472/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=349852 CPUtime=1796.61 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 264609 0 0 0 179194 467 0 0 20 0 1 0 337212331 358248448 84894 33554432000 4194304 9016284 140737189931968 140737189925016 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 87463 84894 694 1178 0 86281 0
Current children cumulated CPU time (s) 1796.61
Current children cumulated vsize (KiB) 349852

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32229
/proc/meminfo: memFree=27240472/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=349852 CPUtime=1796.81 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 264614 0 0 0 179214 467 0 0 20 0 1 0 337212331 358248448 84899 33554432000 4194304 9016284 140737189931968 140737189925016 6511458 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 87463 84899 699 1178 0 86281 0
Current children cumulated CPU time (s) 1796.81
Current children cumulated vsize (KiB) 349852

[startup+1797.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 32229
/proc/meminfo: memFree=27240472/32873852 swapFree=6856/6856
[pid=32175] ppid=32173 vsize=334720 CPUtime=1796.91 cores=1,3,5,7
/proc/32175/stat : 32175 (scip-2.0.1.4b_2) R 32173 32175 20074 0 -1 4202496 264615 0 0 0 179223 468 0 0 20 0 1 0 337212331 342753280 81084 33554432000 4194304 9016284 140737189931968 140737189925016 7933303 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32175/statm: 83647 81084 700 1178 0 82465 0
Current children cumulated CPU time (s) 1796.91
Current children cumulated vsize (KiB) 334720

Child status: 0
Real time (s): 1797.24
CPU time (s): 1796.96
CPU user time (s): 1792.26
CPU system time (s): 4.69529
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 363308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.26
system time used= 4.69529
maximum resident set size= 352060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 264620
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= 9
involuntary context switches= 1849

runsolver used 3.00954 second user time and 9.26359 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-03 10:07:44
IDJOB=3733911
IDBENCH=2633
IDSOLVER=2329
FILE ID=node128/3733911-1338710864
RUNJOBID= node128-1338679209-28500
PBS_JOBID= 14636685
Free space on /tmp= 70416 MiB

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

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

MD5SUM BENCH= 5a1b3155d98b6c4d8f9ab1b869fece67
RANDOM SEED=183408149

node128.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        27483452 kB
Buffers:          541696 kB
Cached:          3738940 kB
SwapCached:          744 kB
Active:          2196536 kB
Inactive:        2298988 kB
Active(anon):     205972 kB
Inactive(anon):    11420 kB
Active(file):    1990564 kB
Inactive(file):  2287568 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106656 kB
Dirty:             23068 kB
Writeback:             0 kB
AnonPages:        220952 kB
Mapped:            16884 kB
Shmem:               200 kB
Slab:             755920 kB
SReclaimable:     198196 kB
SUnreclaim:       557724 kB
KernelStack:        1464 kB
PageTables:         4612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     330796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70400 MiB
End job on node128 at 2012-06-03 10:37:42