Trace number 3452763

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1800.07 1800.04

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_14.opb
MD5SUM840eda79f99ca12a0c705eefe22c37b7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark148
Best CPU time to get the best result obtained on this benchmark1800.18
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 144
Optimality of the best value was proved NO
Number of variables3296
Total number of constraints6384
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6383
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 91
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 218
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 286
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1475
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.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-3452763-1307098712.opb>
0.09/0.16	c original problem has 3296 variables (3296 bin, 0 int, 0 impl, 0 cont) and 6384 constraints
0.09/0.16	c problem read
0.09/0.16	c presolving settings loaded
0.19/0.22	c presolving:
0.19/0.26	c (round 1) 1 del vars, 1 del conss, 0 add conss, 1 chg bounds, 91 chg sides, 470 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.19/0.28	c (round 2) 1 del vars, 2879 del conss, 0 add conss, 1 chg bounds, 91 chg sides, 470 chg coeffs, 320 upgd conss, 0 impls, 0 clqs
0.28/0.31	c (round 3) 1 del vars, 2879 del conss, 6 add conss, 1 chg bounds, 150 chg sides, 841 chg coeffs, 627 upgd conss, 310 impls, 6 clqs
0.28/0.32	c (round 4) 1 del vars, 2879 del conss, 6 add conss, 1 chg bounds, 200 chg sides, 905 chg coeffs, 627 upgd conss, 310 impls, 6 clqs
0.99/1.11	c    (1.1s) probing: 218/3295 (6.6%) - 0 fixings, 0 aggregations, 50 implications, 0 bound changes
0.99/1.11	c    (1.1s) probing aborted: 100/100 successive totally useless probings
0.99/1.11	c presolving (5 rounds):
0.99/1.11	c  1 deleted vars, 2879 deleted constraints, 6 added constraints, 1 tightened bounds, 0 added holes, 200 changed sides, 905 changed coefficients
0.99/1.11	c  410 implications, 6 cliques
0.99/1.11	c presolved problem has 3295 variables (3295 bin, 0 int, 0 impl, 0 cont) and 3511 constraints
0.99/1.11	c     627 constraints of type <knapsack>
0.99/1.11	c       6 constraints of type <setppc>
0.99/1.11	c    2878 constraints of type <linear>
0.99/1.11	c transformed objective value is always integral (scale: 1)
0.99/1.11	c Presolving Time: 0.93
0.99/1.11	c - non default parameters ----------------------------------------------------------------------
0.99/1.11	c # SCIP version 2.0.1.4
0.99/1.11	c 
0.99/1.11	c # frequency for displaying node information lines
0.99/1.11	c # [type: int, range: [-1,2147483647], default: 100]
0.99/1.11	c display/freq = 10000
0.99/1.11	c 
0.99/1.11	c # maximal time in seconds to run
0.99/1.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.99/1.11	c limits/time = 1800
0.99/1.11	c 
0.99/1.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.99/1.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.99/1.11	c limits/memory = 13950
0.99/1.11	c 
0.99/1.11	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.99/1.11	c # [type: int, range: [1,2], default: 1]
0.99/1.11	c timing/clocktype = 2
0.99/1.11	c 
0.99/1.11	c # belongs reading time to solving time?
0.99/1.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.99/1.11	c timing/reading = TRUE
0.99/1.11	c 
0.99/1.11	c # should presolving try to simplify inequalities
0.99/1.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.99/1.11	c constraints/linear/simplifyinequalities = TRUE
0.99/1.11	c 
0.99/1.11	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.99/1.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.99/1.11	c constraints/indicator/addCouplingCons = TRUE
0.99/1.11	c 
0.99/1.11	c # should presolving try to simplify knapsacks
0.99/1.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.99/1.11	c constraints/knapsack/simplifyinequalities = TRUE
0.99/1.11	c 
0.99/1.11	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.99/1.11	c # [type: int, range: [-1,2147483647], default: -1]
0.99/1.11	c separating/rapidlearning/freq = 0
0.99/1.11	c 
0.99/1.11	c -----------------------------------------------------------------------------------------------
0.99/1.11	c start solving
0.99/1.11	c 
1.19/1.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.19/1.25	c   1.3s|     1 |     0 |  1358 |     - |  28M|   0 | 852 |3295 |3531 |3295 |3511 |   0 |  20 |   0 | 9.100000e+01 |      --      |    Inf 
4.19/4.27	c   4.3s|     1 |     0 |  8159 |     - |  29M|   0 |1628 |3295 |3987 |3295 |3688 | 177 |  20 |   0 | 9.100000e+01 |      --      |    Inf 
4.79/4.87	c   4.9s|     1 |     0 |  8833 |     - |  30M|   0 |1889 |3295 |3987 |3295 |3844 | 333 |  20 |   0 | 9.100000e+01 |      --      |    Inf 
5.51/5.58	c   5.6s|     1 |     0 |  9617 |     - |  30M|   0 |2025 |3295 |3987 |3295 |4010 | 499 |  20 |   0 | 9.100000e+01 |      --      |    Inf 
6.49/6.52	c   6.5s|     1 |     0 | 10955 |     - |  31M|   0 |1971 |3295 |3987 |3295 |4195 | 684 |  20 |   0 | 9.100000e+01 |      --      |    Inf 
7.71/7.74	c   7.7s|     1 |     0 | 11971 |     - |  32M|   0 |2018 |3295 |3987 |3295 |4365 | 854 |  20 |   0 | 9.100000e+01 |      --      |    Inf 
8.89/8.91	c   8.9s|     1 |     0 | 12893 |     - |  32M|   0 |2035 |3295 |3987 |3295 |4530 |1019 |  20 |   0 | 9.100000e+01 |      --      |    Inf 
12.88/12.93	c  12.9s|     1 |     2 | 12893 |     - |  32M|   0 |2035 |3295 |3987 |3295 |4530 |1019 |  20 |  11 | 9.100000e+01 |      --      |    Inf 
566.70/566.78	c   567s| 10000 |  2759 |  3706k| 369.4 |  82M|  67 |   - |3295 |6730 |   0 |   0 |1019 |  16k|5881 | 9.100000e+01 |      --      |    Inf 
1033.11/1033.19	c  1033s| 20000 |  4689 |  6555k| 327.2 | 122M|  67 | 265 |3295 |7576 |3295 |3697 |1019 |  32k|  12k| 9.100000e+01 |      --      |    Inf 
1305.42/1305.46	c  1305s| 30000 |  5946 |  8534k| 284.1 | 144M|  67 |1349 |3295 |7258 |3295 |3697 |1019 |  47k|  15k| 9.100000e+01 |      --      |    Inf 
1667.53/1667.57	c  1668s| 40000 |  7025 | 10841k| 270.7 | 163M|  67 | 365 |3295 |7459 |3295 |3697 |1019 |  64k|  19k| 9.100000e+01 |      --      |    Inf 
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Solving Time (sec) : 1800.00
1800.03/1800.00	c Solving Nodes      : 43631
1800.03/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.00	c Dual Bound         : +9.10000000000000e+01
1800.03/1800.00	c Gap                : infinite
1800.03/1800.00	s UNKNOWN
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Total Time         :    1800.00
1800.03/1800.00	c   solving          :    1800.00
1800.03/1800.00	c   presolving       :       0.93 (included in solving)
1800.03/1800.00	c   reading          :       0.16 (included in solving)
1800.03/1800.00	c Original Problem   :
1800.03/1800.00	c   Problem name     : HOME/instance-3452763-1307098712.opb
1800.03/1800.00	c   Variables        : 3296 (3296 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 6384 initial, 6384 maximal
1800.03/1800.00	c Presolved Problem  :
1800.03/1800.00	c   Problem name     : t_HOME/instance-3452763-1307098712.opb
1800.03/1800.00	c   Variables        : 3295 (3295 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 3511 initial, 8151 maximal
1800.03/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.03/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   probing          :       0.78          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   knapsack         :       0.02          0          0          0          0          0          0          6        109        435
1800.03/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   linear           :       0.09          1          0          0          1          0       2879          0         91        470
1800.03/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.03/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   integral         :          0          0          0      34659          0          4          0         51      15307          0          0      62438
1800.03/1800.00	c   knapsack         :        627          6     191117          0          0          3     427007       1929     569797       1188          0          0
1800.03/1800.00	c   setppc           :          6          6       5537          0          0          0        257          0        101          0          0          0
1800.03/1800.00	c   linear           :       2878+         7     189188          0          0          0     238199      17927    6259395         20          0          0
1800.03/1800.00	c   logicor          :          0+         6      95895          0          0          0     324930        836      67643          0          0          0
1800.03/1800.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.03/1800.00	c   integral         :     582.06       0.00       0.00     582.06       0.00       0.00       0.00
1800.03/1800.00	c   knapsack         :      12.45       0.05      12.13       0.00       0.00       0.00       0.28
1800.03/1800.00	c   setppc           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c   linear           :      56.00       0.00      55.56       0.00       0.00       0.00       0.44
1800.03/1800.00	c   logicor          :       6.48       0.00       6.09       0.00       0.00       0.00       0.39
1800.03/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.03/1800.00	c   vbounds          :          0          0          0          0
1800.03/1800.00	c   rootredcost      :          0          0          0          0
1800.03/1800.00	c   pseudoobj        :     190668          0          0          0
1800.03/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.03/1800.00	c   vbounds          :       0.05       0.05       0.00
1800.03/1800.00	c   rootredcost      :       0.05       0.05       0.00
1800.03/1800.00	c   pseudoobj        :       0.13       0.13       0.00
1800.03/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.00	c   propagation      :       2.03      20692      20677     195844       47.9       1488       24.3          -
1800.03/1800.00	c   infeasible LP    :       2.62       6232       6232      22192       33.9        648       16.9          0
1800.03/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.00	c   applied globally :          -          -          -      70168       35.4          -          -          -
1800.03/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.00	c   cut pool         :       0.00          5          -          -        857          -    (maximal pool size: 4209)
1800.03/1800.00	c   redcost          :       1.70      34633          0         22          0          0
1800.03/1800.00	c   impliedbounds    :       0.00          6          0          0         11          0
1800.03/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.00	c   gomory           :       0.81          6          0          0          5          0
1800.03/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.03/1800.00	c   strongcg         :       0.78          6          0          0          8          0
1800.03/1800.00	c   cmir             :       1.00          6          0          0       3000          0
1800.03/1800.00	c   flowcover        :       0.82          6          0          0       1200          0
1800.03/1800.00	c   clique           :       0.00          6          0          0          2          0
1800.03/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.03/1800.00	c   rapidlearning    :       1.69          1          0          0          0        456
1800.03/1800.00	c Pricers            :       Time      Calls       Vars
1800.03/1800.00	c   problem variables:       0.00          0          0
1800.03/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   relpscost        :     582.01      34659         51      15307          0          0      62438
1800.03/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   inference        :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.00	c   LP solutions     :       0.00          -          0
1800.03/1800.00	c   pseudo solutions :       0.00          -          0
1800.03/1800.00	c   oneopt           :       0.03          0          0
1800.03/1800.00	c   crossover        :       0.01          0          0
1800.03/1800.00	c   feaspump         :      26.73         45          0
1800.03/1800.00	c   pscostdiving     :      27.12         91          0
1800.03/1800.00	c   coefdiving       :      52.58         91          0
1800.03/1800.00	c   fracdiving       :      51.42         91          0
1800.03/1800.00	c   linesearchdiving :      12.82         91          0
1800.03/1800.00	c   rootsoldiving    :      11.73         46          0
1800.03/1800.00	c   veclendiving     :      20.57         92          0
1800.03/1800.00	c   trivial          :       0.00          2          0
1800.03/1800.00	c   shiftandpropagate:       0.08          1          0
1800.03/1800.00	c   simplerounding   :       0.02          0          0
1800.03/1800.00	c   zirounding       :       0.32       1000          0
1800.03/1800.00	c   rounding         :       1.00       2558          0
1800.03/1800.00	c   shifting         :      10.25        790          0
1800.03/1800.00	c   intshifting      :       0.00          0          0
1800.03/1800.00	c   twoopt           :       0.00          0          0
1800.03/1800.00	c   fixandinfer      :       0.00          0          0
1800.03/1800.00	c   clique           :       0.00          0          0
1800.03/1800.00	c   intdiving        :       0.00          0          0
1800.03/1800.00	c   actconsdiving    :       0.00          0          0
1800.03/1800.00	c   objpscostdiving  :      23.55         35          0
1800.03/1800.00	c   guideddiving     :       0.00          0          0
1800.03/1800.00	c   octane           :       0.00          0          0
1800.03/1800.00	c   rens             :       0.01          0          0
1800.03/1800.00	c   rins             :       0.00          0          0
1800.03/1800.00	c   localbranching   :       0.00          0          0
1800.03/1800.00	c   mutation         :       0.00          0          0
1800.03/1800.00	c   dins             :       0.00          0          0
1800.03/1800.00	c   vbounds          :       0.00          0          0
1800.03/1800.00	c   undercover       :       0.00          0          0
1800.03/1800.00	c   subnlp           :       0.01          0          0
1800.03/1800.00	c   trysol           :       0.01          0          0
1800.03/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.00	c   primal LP        :       0.02          0          0       0.00       0.00
1800.03/1800.00	c   dual LP          :     817.20      36036   10121602     280.87   12385.70
1800.03/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.00	c   diving/probing LP:     201.28      18645    1567336      84.06    7786.91
1800.03/1800.00	c   strong branching :     575.65      21663    4528591     209.05    7866.90
1800.03/1800.00	c     (at root node) :          -         11       9129     829.91          -
1800.03/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.00	c B&B Tree           :
1800.03/1800.00	c   number of runs   :          1
1800.03/1800.00	c   nodes            :      43631
1800.03/1800.00	c   nodes (total)    :      43631
1800.03/1800.00	c   nodes left       :       7326
1800.03/1800.00	c   max depth        :         67
1800.03/1800.00	c   max depth (total):         67
1800.03/1800.00	c   backtracks       :      10394 (23.8%)
1800.03/1800.00	c   delayed cutoffs  :      11482
1800.03/1800.00	c   repropagations   :      37674 (2044109 domain reductions, 7815 cutoffs)
1800.03/1800.00	c   avg switch length:       7.10
1800.03/1800.00	c   switching time   :      56.32
1800.03/1800.00	c Solution           :
1800.03/1800.00	c   Solutions found  :          0 (0 improvements)
1800.03/1800.00	c   Primal Bound     :          -
1800.03/1800.00	c   Dual Bound       : +9.10000000000000e+01
1800.03/1800.00	c   Gap              :   infinite
1800.03/1800.00	c   Root Dual Bound  : +9.10000000000000e+01
1800.03/1800.00	c   Root Iterations  :      12893

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-3452763-1307098712/watcher-3452763-1307098712 -o /tmp/evaluation-result-3452763-1307098712/solver-3452763-1307098712 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452763-1307098712.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: 1.92 2.00 1.99 2/527 6311
/proc/meminfo: memFree=24950752/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=10252 CPUtime=0 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 1558 0 0 0 0 0 0 0 25 0 1 0 900101892 10498048 1511 33554432000 4194304 9128323 140735913980464 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6311/statm: 2563 1511 400 1205 0 1354 0

[startup+0.085669 s]
/proc/loadavg: 1.92 2.00 1.99 2/527 6311
/proc/meminfo: memFree=24950752/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=14732 CPUtime=0.08 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 2672 0 0 0 8 0 0 0 25 0 1 0 900101892 15085568 2625 33554432000 4194304 9128323 140735913980464 18446744073709551615 7952328 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6311/statm: 3683 2625 400 1205 0 2474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14732

[startup+0.100652 s]
/proc/loadavg: 1.92 2.00 1.99 2/527 6311
/proc/meminfo: memFree=24950752/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=15392 CPUtime=0.09 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 2838 0 0 0 9 0 0 0 25 0 1 0 900101892 15761408 2791 33554432000 4194304 9128323 140735913980464 18446744073709551615 8057568 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6311/statm: 3848 2791 400 1205 0 2639 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15392

[startup+0.30055 s]
/proc/loadavg: 1.92 2.00 1.99 2/527 6311
/proc/meminfo: memFree=24950752/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=75816 CPUtime=0.28 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 17600 0 0 0 27 1 0 0 25 0 1 0 900101892 77635584 17293 33554432000 4194304 9128323 140735913980464 18446744073709551615 7414868 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/6311/statm: 18954 17293 539 1205 0 17745 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 75816

[startup+0.70049 s]
/proc/loadavg: 1.92 2.00 1.99 2/527 6311
/proc/meminfo: memFree=24950752/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=75816 CPUtime=0.68 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 17655 0 0 0 67 1 0 0 25 0 1 0 900101892 77635584 17348 33554432000 4194304 9128323 140735913980464 18446744073709551615 5234106 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/6311/statm: 18954 17348 551 1205 0 17745 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 75816

[startup+1.50041 s]
/proc/loadavg: 1.92 2.00 1.99 3/528 6312
/proc/meminfo: memFree=24880808/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=97576 CPUtime=1.48 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 24555 0 0 0 146 2 0 0 25 0 1 0 900101892 99917824 22690 33554432000 4194304 9128323 140735913980464 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6311/statm: 24394 22690 687 1205 0 23185 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 97576

[startup+3.10113 s]
/proc/loadavg: 1.92 2.00 1.99 3/528 6312
/proc/meminfo: memFree=24858364/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=141276 CPUtime=3.09 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 35301 0 0 0 304 5 0 0 25 0 1 0 900101892 144666624 33360 33554432000 4194304 9128323 140735913980464 18446744073709551615 5240721 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6311/statm: 35319 33360 725 1205 0 34110 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 141276

[startup+6.30057 s]
/proc/loadavg: 1.93 2.00 1.99 3/528 6312
/proc/meminfo: memFree=24810960/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=144408 CPUtime=6.29 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 36505 0 0 0 623 6 0 0 25 0 1 0 900101892 147873792 34488 33554432000 4194304 9128323 140735913980464 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6311/statm: 36102 34488 746 1205 0 34893 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 144408

[startup+12.7004 s]
/proc/loadavg: 1.93 2.00 1.99 3/528 6312
/proc/meminfo: memFree=24807060/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=144408 CPUtime=12.68 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 36531 0 0 0 1259 9 0 0 25 0 1 0 900101892 147873792 34505 33554432000 4194304 9128323 140735913980464 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6311/statm: 36102 34505 742 1205 0 34893 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 144408

[startup+25.5012 s]
/proc/loadavg: 1.95 2.00 1.99 3/528 6313
/proc/meminfo: memFree=24804092/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=144408 CPUtime=25.49 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 36531 0 0 0 2532 17 0 0 25 0 1 0 900101892 147873792 34505 33554432000 4194304 9128323 140735913980464 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6311/statm: 36102 34505 742 1205 0 34893 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 144408

[startup+51.1007 s]
/proc/loadavg: 1.96 2.00 1.99 3/528 6313
/proc/meminfo: memFree=24798556/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=144408 CPUtime=51.08 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 36533 0 0 0 5069 39 0 0 25 0 1 0 900101892 147873792 34507 33554432000 4194304 9128323 140735913980464 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6311/statm: 36102 34507 744 1205 0 34893 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 144408

[startup+102.32 s]
/proc/loadavg: 1.98 2.00 1.99 3/528 6315
/proc/meminfo: memFree=24793264/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=144408 CPUtime=102.31 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 36533 0 0 0 10146 85 0 0 25 0 1 0 900101892 147873792 34507 33554432000 4194304 9128323 140735913980464 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6311/statm: 36102 34507 744 1205 0 34893 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 144408

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/528 6352
/proc/meminfo: memFree=24829924/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=144408 CPUtime=162.29 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 36828 0 0 0 16093 136 0 0 25 0 1 0 900101892 147873792 34802 33554432000 4194304 9128323 140735913980464 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6311/statm: 36102 34802 744 1205 0 34893 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 144408

[startup+222.301 s]
/proc/loadavg: 2.12 2.03 2.00 3/528 6354
/proc/meminfo: memFree=24803700/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=147172 CPUtime=222.29 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 37594 0 0 0 22033 196 0 0 25 0 1 0 900101892 150704128 35568 33554432000 4194304 9128323 140735913980464 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6311/statm: 36793 35568 744 1205 0 35584 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 147172

[startup+282.3 s]
/proc/loadavg: 2.16 2.05 2.01 3/528 6356
/proc/meminfo: memFree=24784164/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=153604 CPUtime=282.29 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 44218 0 0 0 27977 252 0 0 25 0 1 0 900101892 157290496 37196 33554432000 4194304 9128323 140735913980464 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6311/statm: 38401 37196 744 1205 0 37192 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 153604

[startup+342.301 s]
/proc/loadavg: 2.06 2.04 2.00 3/528 6357
/proc/meminfo: memFree=24761276/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=160596 CPUtime=342.3 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 56011 0 0 0 33921 309 0 0 25 0 1 0 900101892 164450304 38924 33554432000 4194304 9128323 140735913980464 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6311/statm: 40149 38924 928 1205 0 38940 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 160596

[startup+402.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/528 6359
/proc/meminfo: memFree=24741728/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=165544 CPUtime=402.29 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 71311 0 0 0 39862 367 0 0 25 0 1 0 900101892 169517056 39898 33554432000 4194304 9128323 140735913980464 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6311/statm: 41386 39898 744 1205 0 40177 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 165544

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/528 6360
/proc/meminfo: memFree=24713528/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=176816 CPUtime=462.3 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 86832 0 0 0 45806 424 0 0 25 0 1 0 900101892 181059584 42766 33554432000 4194304 9128323 140735913980464 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6311/statm: 44204 42766 744 1205 0 42995 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 176816

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/528 6362
/proc/meminfo: memFree=24699344/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=183244 CPUtime=522.3 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 100837 0 0 0 51749 481 0 0 25 0 1 0 900101892 187641856 44588 33554432000 4194304 9128323 140735913980464 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6311/statm: 45811 44588 744 1205 0 44602 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 183244

[startup+582.301 s]
/proc/loadavg: 2.07 2.04 2.01 3/528 6364
/proc/meminfo: memFree=24677564/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=188264 CPUtime=582.3 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 102154 0 0 0 57696 534 0 0 25 0 1 0 900101892 192782336 45872 33554432000 4194304 9128323 140735913980464 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6311/statm: 47066 45872 744 1205 0 45857 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 188264

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.08 2.04 2.01 3/528 6370
/proc/meminfo: memFree=24593680/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=221180 CPUtime=822.3 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 117549 0 0 0 81475 755 0 0 25 0 1 0 900101892 226488320 54139 33554432000 4194304 9128323 140735913980464 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6311/statm: 55295 54139 744 1205 0 54086 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 221180

[startup+882.301 s]
/proc/loadavg: 2.10 2.04 2.00 3/528 6372
/proc/meminfo: memFree=24565324/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=232464 CPUtime=882.31 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 121969 0 0 0 87426 805 0 0 25 0 1 0 900101892 238043136 56948 33554432000 4194304 9128323 140735913980464 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6311/statm: 58116 56948 744 1205 0 56907 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 232464

[startup+942.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/528 6373
/proc/meminfo: memFree=24537832/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=240336 CPUtime=942.31 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 125388 0 0 0 93373 858 0 0 25 0 1 0 900101892 246104064 58902 33554432000 4194304 9128323 140735913980464 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6311/statm: 60084 58902 744 1205 0 58875 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 240336

[startup+1002.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/528 6375
/proc/meminfo: memFree=24512456/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=249788 CPUtime=1002.31 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 129271 0 0 0 99322 909 0 0 25 0 1 0 900101892 255782912 61174 33554432000 4194304 9128323 140735913980464 18446744073709551615 7078251 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6311/statm: 62447 61174 744 1205 0 61238 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 249788

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/528 6376
/proc/meminfo: memFree=24487668/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=260256 CPUtime=1062.31 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 135209 0 0 0 105260 971 0 0 25 0 1 0 900101892 266502144 63919 33554432000 4194304 9128323 140735913980464 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6311/statm: 65064 63919 744 1205 0 63855 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 260256

[startup+1122.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/528 6378
/proc/meminfo: memFree=24461448/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=273440 CPUtime=1122.31 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 138586 0 0 0 111200 1031 0 0 25 0 1 0 900101892 280002560 67236 33554432000 4194304 9128323 140735913980464 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6311/statm: 68360 67236 744 1205 0 67151 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 273440

[startup+1182.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/528 6380
/proc/meminfo: memFree=24438792/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=282688 CPUtime=1182.31 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 140969 0 0 0 117147 1084 0 0 25 0 1 0 900101892 289472512 69546 33554432000 4194304 9128323 140735913980464 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6311/statm: 70672 69546 744 1205 0 69463 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 282688

[startup+1242.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/528 6381
/proc/meminfo: memFree=24409088/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=292984 CPUtime=1242.31 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 147185 0 0 0 123096 1135 0 0 25 0 1 0 900101892 300015616 72071 33554432000 4194304 9128323 140735913980464 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6311/statm: 73246 72071 744 1205 0 72037 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 292984

[startup+1302.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/528 6383
/proc/meminfo: memFree=24392640/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=299784 CPUtime=1302.32 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 152147 0 0 0 129044 1188 0 0 25 0 1 0 900101892 306978816 73823 33554432000 4194304 9128323 140735913980464 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6311/statm: 74946 73823 744 1205 0 73737 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 299784

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/528 6384
/proc/meminfo: memFree=24371356/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=305956 CPUtime=1362.31 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 155384 0 0 0 134993 1238 0 0 25 0 1 0 900101892 313298944 75362 33554432000 4194304 9128323 140735913980464 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6311/statm: 76489 75362 744 1205 0 75280 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 305956

[startup+1422.32 s]
/proc/loadavg: 2.07 2.04 2.01 3/528 6386
/proc/meminfo: memFree=24350852/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=313708 CPUtime=1422.34 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 160338 0 0 0 140942 1292 0 0 25 0 1 0 900101892 321236992 77073 33554432000 4194304 9128323 140735913980464 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6311/statm: 78427 77073 744 1205 0 77218 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 313708

[startup+1482.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/528 6388
/proc/meminfo: memFree=24328092/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=317372 CPUtime=1482.32 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 161494 0 0 0 146887 1345 0 0 25 0 1 0 900101892 324988928 78226 33554432000 4194304 9128323 140735913980464 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6311/statm: 79343 78226 744 1205 0 78134 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 317372

[startup+1542.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/528 6389
/proc/meminfo: memFree=24309044/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=326496 CPUtime=1542.32 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 171267 0 0 0 152830 1402 0 0 25 0 1 0 900101892 334331904 80538 33554432000 4194304 9128323 140735913980464 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6311/statm: 81624 80538 744 1205 0 80415 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 326496

[startup+1602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/528 6391
/proc/meminfo: memFree=24294612/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=329292 CPUtime=1602.32 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 173766 0 0 0 158780 1452 0 0 25 0 1 0 900101892 337195008 81198 33554432000 4194304 9128323 140735913980464 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6311/statm: 82323 81198 744 1205 0 81114 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 329292

[startup+1662.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/528 6392
/proc/meminfo: memFree=24273856/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=336352 CPUtime=1662.32 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 175612 0 0 0 164727 1505 0 0 25 0 1 0 900101892 344424448 82886 33554432000 4194304 9128323 140735913980464 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6311/statm: 84088 82886 744 1205 0 82879 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 336352

[startup+1722.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/528 6394
/proc/meminfo: memFree=24258436/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=340520 CPUtime=1722.33 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 176749 0 0 0 170674 1559 0 0 25 0 1 0 900101892 348692480 84023 33554432000 4194304 9128323 140735913980464 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6311/statm: 85130 84023 744 1205 0 83921 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 340520

[startup+1782.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/528 6396
/proc/meminfo: memFree=24241124/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=344484 CPUtime=1782.32 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 177723 0 0 0 176615 1617 0 0 25 0 1 0 900101892 352751616 84992 33554432000 4194304 9128323 140735913980464 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6311/statm: 86121 84992 744 1205 0 84912 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 344484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.03 2.04 2.00 3/528 6396
/proc/meminfo: memFree=24236484/32951124 swapFree=56241860/67111528
[pid=6311] ppid=6309 vsize=344888 CPUtime=1800.04 cores=0,2,4,6
/proc/6311/stat : 6311 (scip-2.0.1.4.li) R 6309 6311 5807 0 -1 4202496 177753 0 0 0 178373 1631 0 0 25 0 1 0 900101892 353165312 85022 33554432000 4194304 9128323 140735913980464 18446744073709551615 4792752 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6311/statm: 86222 85022 745 1205 0 85013 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 344888

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.04
CPU time (s): 1800.07
CPU user time (s): 1783.74
CPU system time (s): 16.3315
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 344888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1783.74
system time used= 16.3315
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177753
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= 5
involuntary context switches= 2496

runsolver used 9.94949 second user time and 21.1748 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-03 12:58:32
IDJOB=3452763
IDBENCH=2942
IDSOLVER=1949
FILE ID=node119/3452763-1307098712
RUNJOBID= node119-1307093144-5825
PBS_JOBID= 13497988
Free space on /tmp= 73620 MiB

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

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

MD5SUM BENCH= 840eda79f99ca12a0c705eefe22c37b7
RANDOM SEED=369495787

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
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.67
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.815
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.83
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.815
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.74
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.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24950924 kB
Buffers:        186356 kB
Cached:         550204 kB
SwapCached:      59076 kB
Active:         750044 kB
Inactive:      6955372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24950924 kB
SwapTotal:    67111528 kB
SwapFree:     56241860 kB
Dirty:           13684 kB
Writeback:          12 kB
AnonPages:     6912432 kB
Mapped:          36364 kB
Slab:           147292 kB
PageTables:      79820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 163953968 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= 73608 MiB
End job on node119 at 2011-06-03 13:28:34