Trace number 3451103

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4? (TO) 1800.09 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.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3451103-1307097414.opb>
0.10/0.16	c original problem has 3296 variables (3296 bin, 0 int, 0 impl, 0 cont) and 6384 constraints
0.10/0.16	c problem read
0.10/0.16	c presolving settings loaded
0.19/0.20	c presolving:
0.19/0.24	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.26	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.19/0.29	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.29/0.30	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
1.11/1.12	c    (1.1s) probing: 218/3295 (6.6%) - 0 fixings, 0 aggregations, 50 implications, 0 bound changes
1.11/1.12	c    (1.1s) probing aborted: 100/100 successive totally useless probings
1.11/1.12	c presolving (5 rounds):
1.11/1.12	c  1 deleted vars, 2879 deleted constraints, 6 added constraints, 1 tightened bounds, 0 added holes, 200 changed sides, 905 changed coefficients
1.11/1.12	c  410 implications, 6 cliques
1.11/1.12	c presolved problem has 3295 variables (3295 bin, 0 int, 0 impl, 0 cont) and 3511 constraints
1.11/1.12	c     627 constraints of type <knapsack>
1.11/1.12	c       6 constraints of type <setppc>
1.11/1.12	c    2878 constraints of type <linear>
1.11/1.12	c transformed objective value is always integral (scale: 1)
1.11/1.12	c Presolving Time: 0.92
1.11/1.12	c - non default parameters ----------------------------------------------------------------------
1.11/1.12	c # SCIP version 2.0.1.5
1.11/1.12	c 
1.11/1.12	c # frequency for displaying node information lines
1.11/1.12	c # [type: int, range: [-1,2147483647], default: 100]
1.11/1.12	c display/freq = 10000
1.11/1.12	c 
1.11/1.12	c # maximal time in seconds to run
1.11/1.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.11/1.12	c limits/time = 1800
1.11/1.12	c 
1.11/1.12	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.11/1.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.11/1.12	c limits/memory = 13950
1.11/1.12	c 
1.11/1.12	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.11/1.12	c # [type: int, range: [1,2], default: 1]
1.11/1.12	c timing/clocktype = 2
1.11/1.12	c 
1.11/1.12	c # belongs reading time to solving time?
1.11/1.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.11/1.12	c timing/reading = TRUE
1.11/1.12	c 
1.11/1.12	c # should presolving try to simplify inequalities
1.11/1.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.11/1.12	c constraints/linear/simplifyinequalities = TRUE
1.11/1.12	c 
1.11/1.12	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.11/1.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.11/1.12	c constraints/indicator/addCouplingCons = TRUE
1.11/1.12	c 
1.11/1.12	c # should presolving try to simplify knapsacks
1.11/1.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.11/1.12	c constraints/knapsack/simplifyinequalities = TRUE
1.11/1.12	c 
1.11/1.12	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.11/1.12	c # [type: int, range: [-1,2147483647], default: -1]
1.11/1.12	c separating/rapidlearning/freq = 0
1.11/1.12	c 
1.11/1.12	c -----------------------------------------------------------------------------------------------
1.11/1.12	c start solving
1.11/1.12	c 
1.22/1.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.22/1.27	c   1.3s|     1 |     0 |  1358 |     - |  28M|   0 | 852 |3295 |3531 |3295 |3511 |   0 |  20 |   0 | 9.100000e+01 |      --      |    Inf 
4.19/4.24	c   4.2s|     1 |     0 |  8159 |     - |  30M|   0 |1628 |3295 |3987 |3295 |3688 | 177 |  20 |   0 | 9.100000e+01 |      --      |    Inf 
4.79/4.84	c   4.8s|     1 |     0 |  8833 |     - |  30M|   0 |1889 |3295 |3987 |3295 |3844 | 333 |  20 |   0 | 9.100000e+01 |      --      |    Inf 
5.50/5.54	c   5.5s|     1 |     0 |  9617 |     - |  31M|   0 |2025 |3295 |3987 |3295 |4010 | 499 |  20 |   0 | 9.100000e+01 |      --      |    Inf 
6.40/6.47	c   6.5s|     1 |     0 | 10955 |     - |  32M|   0 |1971 |3295 |3987 |3295 |4195 | 684 |  20 |   0 | 9.100000e+01 |      --      |    Inf 
7.59/7.68	c   7.7s|     1 |     0 | 11971 |     - |  32M|   0 |2018 |3295 |3987 |3295 |4365 | 854 |  20 |   0 | 9.100000e+01 |      --      |    Inf 
8.81/8.83	c   8.8s|     1 |     0 | 12893 |     - |  33M|   0 |2035 |3295 |3987 |3295 |4530 |1019 |  20 |   0 | 9.100000e+01 |      --      |    Inf 
12.79/12.87	c  12.9s|     1 |     2 | 12893 |     - |  33M|   0 |2035 |3295 |3987 |3295 |4530 |1019 |  20 |  11 | 9.100000e+01 |      --      |    Inf 
563.81/563.88	c   564s| 10000 |  2759 |  3706k| 369.4 |  82M|  67 |   - |3295 |6730 |   0 |   0 |1019 |  16k|5881 | 9.100000e+01 |      --      |    Inf 
1027.54/1027.55	c  1028s| 20000 |  4689 |  6555k| 327.2 | 123M|  67 | 265 |3295 |7576 |3295 |3697 |1019 |  32k|  12k| 9.100000e+01 |      --      |    Inf 
1297.83/1297.87	c  1298s| 30000 |  5946 |  8534k| 284.1 | 145M|  67 |1349 |3295 |7258 |3295 |3697 |1019 |  47k|  15k| 9.100000e+01 |      --      |    Inf 
1657.55/1657.53	c  1658s| 40000 |  7025 | 10841k| 270.7 | 164M|  67 | 365 |3295 |7459 |3295 |3697 |1019 |  64k|  19k| 9.100000e+01 |      --      |    Inf 
1800.05/1800.01	c 
1800.05/1800.01	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.01	c Solving Time (sec) : 1800.01
1800.05/1800.01	c Solving Nodes      : 43971
1800.05/1800.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.05/1800.01	c Dual Bound         : +9.10000000000000e+01
1800.05/1800.01	c Gap                : infinite
1800.05/1800.01	s UNKNOWN
1800.05/1800.01	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.01	c Total Time         :    1800.01
1800.05/1800.01	c   solving          :    1800.01
1800.05/1800.01	c   presolving       :       0.92 (included in solving)
1800.05/1800.01	c   reading          :       0.16 (included in solving)
1800.05/1800.01	c Original Problem   :
1800.05/1800.01	c   Problem name     : HOME/instance-3451103-1307097414.opb
1800.05/1800.01	c   Variables        : 3296 (3296 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.01	c   Constraints      : 6384 initial, 6384 maximal
1800.05/1800.01	c Presolved Problem  :
1800.05/1800.01	c   Problem name     : t_HOME/instance-3451103-1307097414.opb
1800.05/1800.01	c   Variables        : 3295 (3295 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.01	c   Constraints      : 3511 initial, 8200 maximal
1800.05/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.05/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   probing          :       0.81          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   knapsack         :       0.02          0          0          0          0          0          0          6        109        435
1800.05/1800.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   linear           :       0.08          1          0          0          1          0       2879          0         91        470
1800.05/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.05/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   integral         :          0          0          0      34918          0          4          0         51      15470          0          0      62884
1800.05/1800.01	c   knapsack         :        627          6     192568          0          1          3     430151       1940     572969       1188          0          0
1800.05/1800.01	c   setppc           :          6          6       5537          0          0          0        257          0        101          0          0          0
1800.05/1800.01	c   linear           :       2878+         7     190628          0          1          0     240308      18073    6305257         20          0          0
1800.05/1800.01	c   logicor          :          0+         6      96569          0          0          0     327290        839      68170          0          0          0
1800.05/1800.01	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1800.05/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.05/1800.01	c   integral         :     582.10       0.00       0.00     582.10       0.00       0.00       0.00
1800.05/1800.01	c   knapsack         :      12.09       0.05      11.77       0.00       0.00       0.00       0.28
1800.05/1800.01	c   setppc           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.05/1800.01	c   linear           :      54.70       0.00      54.23       0.00       0.00       0.00       0.47
1800.05/1800.01	c   logicor          :       6.33       0.00       5.94       0.00       0.00       0.00       0.38
1800.05/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.05/1800.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.05/1800.01	c   vbounds          :          0          0          0          0
1800.05/1800.01	c   rootredcost      :          0          0          0          0
1800.05/1800.01	c   pseudoobj        :     192119          0          0          0
1800.05/1800.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.05/1800.01	c   vbounds          :       0.05       0.05       0.00
1800.05/1800.01	c   rootredcost      :       0.06       0.06       0.00
1800.05/1800.01	c   pseudoobj        :       0.13       0.13       0.00
1800.05/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.01	c   propagation      :       2.04      20852      20837     197242       47.9       1495       24.3          -
1800.05/1800.01	c   infeasible LP    :       2.54       6257       6257      22367       33.9        652       16.9          0
1800.05/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.01	c   applied globally :          -          -          -      70681       35.5          -          -          -
1800.05/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.01	c   cut pool         :       0.00          5          -          -        857          -    (maximal pool size: 4209)
1800.05/1800.01	c   redcost          :       1.70      34892          0         22          0          0
1800.05/1800.01	c   impliedbounds    :       0.00          6          0          0         11          0
1800.05/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.01	c   gomory           :       0.80          6          0          0          5          0
1800.05/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.01	c   closecuts        :       0.00          0          0          0          0          0
1800.05/1800.01	c   strongcg         :       0.77          6          0          0          8          0
1800.05/1800.01	c   cmir             :       0.99          6          0          0       3000          0
1800.05/1800.01	c   flowcover        :       0.80          6          0          0       1200          0
1800.05/1800.01	c   clique           :       0.00          6          0          0          2          0
1800.05/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.01	c   oddcycle         :       0.00          0          0          0          0          0
1800.05/1800.01	c   rapidlearning    :       1.65          1          0          0          0        456
1800.05/1800.01	c Pricers            :       Time      Calls       Vars
1800.05/1800.01	c   problem variables:       0.00          0          0
1800.05/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   relpscost        :     582.05      34918         51      15470          0          0      62884
1800.05/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   inference        :       0.00          1          0          0          0          0          2
1800.05/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.01	c   LP solutions     :       0.00          -          0
1800.05/1800.01	c   pseudo solutions :       0.00          -          0
1800.05/1800.01	c   oneopt           :       0.03          0          0
1800.05/1800.01	c   crossover        :       0.02          0          0
1800.05/1800.01	c   guideddiving     :       0.00          0          0
1800.05/1800.01	c   intshifting      :       0.00          0          0
1800.05/1800.01	c   objpscostdiving  :      23.60         35          0
1800.05/1800.01	c   coefdiving       :      52.22         91          0
1800.05/1800.01	c   fracdiving       :      51.09         91          0
1800.05/1800.01	c   linesearchdiving :      12.75         91          0
1800.05/1800.01	c   rootsoldiving    :      11.78         46          0
1800.05/1800.01	c   veclendiving     :      20.48         92          0
1800.05/1800.01	c   pscostdiving     :      27.07         92          0
1800.05/1800.01	c   feaspump         :      27.09         46          0
1800.05/1800.01	c   trivial          :       0.00          2          0
1800.05/1800.01	c   shiftandpropagate:       0.08          1          0
1800.05/1800.01	c   simplerounding   :       0.02          0          0
1800.05/1800.01	c   zirounding       :       0.33       1000          0
1800.05/1800.01	c   rounding         :       1.01       2566          0
1800.05/1800.01	c   shifting         :      10.36        795          0
1800.05/1800.01	c   twoopt           :       0.00          0          0
1800.05/1800.01	c   fixandinfer      :       0.00          0          0
1800.05/1800.01	c   clique           :       0.00          0          0
1800.05/1800.01	c   intdiving        :       0.00          0          0
1800.05/1800.01	c   actconsdiving    :       0.00          0          0
1800.05/1800.01	c   octane           :       0.00          0          0
1800.05/1800.01	c   rens             :       0.03          0          0
1800.05/1800.01	c   rins             :       0.00          0          0
1800.05/1800.01	c   localbranching   :       0.00          0          0
1800.05/1800.01	c   mutation         :       0.00          0          0
1800.05/1800.01	c   dins             :       0.00          0          0
1800.05/1800.01	c   vbounds          :       0.00          0          0
1800.05/1800.01	c   undercover       :       0.00          0          0
1800.05/1800.01	c   subnlp           :       0.01          0          0
1800.05/1800.01	c   trysol           :       0.02          0          0
1800.05/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.01	c   primal LP        :       0.02          0          0       0.00       0.00
1800.05/1800.01	c   dual LP          :     820.65      36318   10185530     280.45   12411.52
1800.05/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.01	c   diving/probing LP:     201.18      18700    1569004      83.90    7799.12
1800.05/1800.01	c   strong branching :     575.66      21832    4554056     208.60    7911.01
1800.05/1800.01	c     (at root node) :          -         11       9129     829.91          -
1800.05/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.01	c B&B Tree           :
1800.05/1800.01	c   number of runs   :          1
1800.05/1800.01	c   nodes            :      43971
1800.05/1800.01	c   nodes (total)    :      43971
1800.05/1800.01	c   nodes left       :       7353
1800.05/1800.01	c   max depth        :         67
1800.05/1800.01	c   max depth (total):         67
1800.05/1800.01	c   backtracks       :      10479 (23.8%)
1800.05/1800.01	c   delayed cutoffs  :      11563
1800.05/1800.01	c   repropagations   :      38094 (2062417 domain reductions, 7877 cutoffs)
1800.05/1800.01	c   avg switch length:       7.11
1800.05/1800.01	c   switching time   :      54.12
1800.05/1800.01	c Solution           :
1800.05/1800.01	c   Solutions found  :          0 (0 improvements)
1800.05/1800.01	c   Primal Bound     :          -
1800.05/1800.01	c   Dual Bound       : +9.10000000000000e+01
1800.05/1800.01	c   Gap              :   infinite
1800.05/1800.01	c   Root Dual Bound  : +9.10000000000000e+01
1800.05/1800.01	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-3451103-1307097414/watcher-3451103-1307097414 -o /tmp/evaluation-result-3451103-1307097414/solver-3451103-1307097414 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3451103-1307097414.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.07 2.04 2.00 2/575 24104
/proc/meminfo: memFree=23272376/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=13424 CPUtime=0 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 2333 0 0 0 0 0 0 0 24 0 1 0 821339180 13746176 2286 33554432000 4194304 9163163 140733712906256 18446744073709551615 8090512 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/24104/statm: 3356 2286 395 1214 0 2138 0

[startup+0.111668 s]
/proc/loadavg: 2.07 2.04 2.00 2/575 24104
/proc/meminfo: memFree=23272376/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=20352 CPUtime=0.1 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 4054 0 0 0 10 0 0 0 25 0 1 0 821339180 20840448 4007 33554432000 4194304 9163163 140733712906256 18446744073709551615 7962219 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/24104/statm: 5088 4007 395 1214 0 3870 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 20352

[startup+0.200642 s]
/proc/loadavg: 2.07 2.04 2.00 2/575 24104
/proc/meminfo: memFree=23272376/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=65524 CPUtime=0.19 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 14969 0 0 0 17 2 0 0 25 0 1 0 821339180 67096576 14921 33554432000 4194304 9163163 140733712906256 18446744073709551615 4593149 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 16381 14921 439 1214 0 15163 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 65524

[startup+0.300623 s]
/proc/loadavg: 2.07 2.04 2.00 2/575 24104
/proc/meminfo: memFree=23272376/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=73268 CPUtime=0.29 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 16949 0 0 0 27 2 0 0 25 0 1 0 821339180 75026432 16644 33554432000 4194304 9163163 140733712906256 18446744073709551615 8041945 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 18317 16644 536 1214 0 17099 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73268

[startup+0.70056 s]
/proc/loadavg: 2.07 2.04 2.00 2/575 24104
/proc/meminfo: memFree=23272376/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=73268 CPUtime=0.69 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 17004 0 0 0 67 2 0 0 25 0 1 0 821339180 75026432 16699 33554432000 4194304 9163163 140733712906256 18446744073709551615 5147968 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 18317 16699 547 1214 0 17099 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73268

[startup+1.50041 s]
/proc/loadavg: 2.07 2.04 2.00 3/576 24105
/proc/meminfo: memFree=23206028/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=95892 CPUtime=1.49 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 24081 0 0 0 146 3 0 0 25 0 1 0 821339180 98193408 22258 33554432000 4194304 9163163 140733712906256 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 23973 22258 690 1214 0 22755 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 95892

[startup+3.10111 s]
/proc/loadavg: 2.07 2.04 2.00 3/576 24105
/proc/meminfo: memFree=23182908/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=141040 CPUtime=3.09 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 35119 0 0 0 303 6 0 0 25 0 1 0 821339180 144424960 33286 33554432000 4194304 9163163 140733712906256 18446744073709551615 5142634 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 35260 33286 717 1214 0 34042 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 141040

[startup+6.30052 s]
/proc/loadavg: 2.06 2.04 2.00 3/576 24105
/proc/meminfo: memFree=23135060/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=144156 CPUtime=6.29 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 36273 0 0 0 618 11 0 0 25 0 1 0 821339180 147615744 34338 33554432000 4194304 9163163 140733712906256 18446744073709551615 7348579 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 36039 34338 727 1214 0 34821 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 144156

[startup+12.7004 s]
/proc/loadavg: 2.06 2.04 2.00 3/576 24105
/proc/meminfo: memFree=23134084/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=144156 CPUtime=12.69 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 36400 0 0 0 1252 17 0 0 25 0 1 0 821339180 147615744 34465 33554432000 4194304 9163163 140733712906256 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 36039 34465 732 1214 0 34821 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 144156

[startup+25.501 s]
/proc/loadavg: 2.04 2.03 2.00 3/576 24105
/proc/meminfo: memFree=23134548/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=144156 CPUtime=25.49 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 36400 0 0 0 2500 49 0 0 25 0 1 0 821339180 147615744 34465 33554432000 4194304 9163163 140733712906256 18446744073709551615 7375476 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 36039 34465 732 1214 0 34821 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 144156

[startup+51.1004 s]
/proc/loadavg: 2.03 2.03 2.00 3/576 24106
/proc/meminfo: memFree=23133688/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=144156 CPUtime=51.09 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 36403 0 0 0 4974 135 0 0 25 0 1 0 821339180 147615744 34468 33554432000 4194304 9163163 140733712906256 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 36039 34468 735 1214 0 34821 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 144156

[startup+102.301 s]
/proc/loadavg: 2.17 2.06 2.01 3/576 24107
/proc/meminfo: memFree=23134524/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=144156 CPUtime=102.31 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 36403 0 0 0 9923 308 0 0 25 0 1 0 821339180 147615744 34468 33554432000 4194304 9163163 140733712906256 18446744073709551615 5149579 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 36039 34468 735 1214 0 34821 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 144156

[startup+162.301 s]
/proc/loadavg: 2.13 2.06 2.01 3/576 24109
/proc/meminfo: memFree=23133096/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=144156 CPUtime=162.29 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 36481 0 0 0 15705 524 0 0 25 0 1 0 821339180 147615744 34546 33554432000 4194304 9163163 140733712906256 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 36039 34546 735 1214 0 34821 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 144156

[startup+222.322 s]
/proc/loadavg: 2.05 2.05 2.00 3/576 24111
/proc/meminfo: memFree=23129228/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=148292 CPUtime=222.32 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 37610 0 0 0 21477 755 0 0 25 0 1 0 821339180 151851008 35663 33554432000 4194304 9163163 140733712906256 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 37073 35663 735 1214 0 35855 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 148292

[startup+282.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/576 24112
/proc/meminfo: memFree=23121124/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=155668 CPUtime=282.3 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 44687 0 0 0 27252 978 0 0 25 0 1 0 821339180 159404032 37685 33554432000 4194304 9163163 140733712906256 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 38917 37685 735 1214 0 37699 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 155668

[startup+342.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 24114
/proc/meminfo: memFree=23117124/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=160920 CPUtime=342.3 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 58789 0 0 0 33023 1207 0 0 25 0 1 0 821339180 164782080 38832 33554432000 4194304 9163163 140733712906256 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 40230 38832 891 1214 0 39012 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 160920

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 24115
/proc/meminfo: memFree=23108172/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=168408 CPUtime=402.31 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 62837 0 0 0 38769 1462 0 0 25 0 1 0 821339180 172449792 40875 33554432000 4194304 9163163 140733712906256 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 42102 40875 735 1214 0 40884 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 168408

[startup+462.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/576 24117
/proc/meminfo: memFree=23090620/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=176128 CPUtime=462.3 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 76005 0 0 0 44542 1688 0 0 25 0 1 0 821339180 180355072 42612 33554432000 4194304 9163163 140733712906256 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 44032 42612 735 1214 0 42814 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 176128

[startup+522.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/576 24119
/proc/meminfo: memFree=23086732/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=184516 CPUtime=522.31 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 87953 0 0 0 50302 1929 0 0 25 0 1 0 821339180 188944384 44722 33554432000 4194304 9163163 140733712906256 18446744073709551615 4545210 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 46129 44722 735 1214 0 44911 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 184516

[startup+582.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/576 24120
/proc/meminfo: memFree=23080496/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=188388 CPUtime=582.31 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 89144 0 0 0 56095 2136 0 0 25 0 1 0 821339180 192909312 45897 33554432000 4194304 9163163 140733712906256 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 47097 45897 735 1214 0 45879 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 188388

[startup+642.3 s]

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

[startup+882.322 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 24128
/proc/meminfo: memFree=23025000/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=233936 CPUtime=882.34 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 113310 0 0 0 85042 3192 0 0 25 0 1 0 821339180 239550464 57322 33554432000 4194304 9163163 140733712906256 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 58484 57322 735 1214 0 57266 0
Current children cumulated CPU time (s) 882.34
Current children cumulated vsize (KiB) 233936

[startup+942.301 s]
/proc/loadavg: 2.10 2.05 2.01 3/576 24130
/proc/meminfo: memFree=23012436/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=247656 CPUtime=942.32 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 118047 0 0 0 90846 3386 0 0 25 0 1 0 821339180 253599744 60670 33554432000 4194304 9163163 140733712906256 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 61914 60670 785 1214 0 60696 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 247656

[startup+1002.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/576 24131
/proc/meminfo: memFree=23005700/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=249840 CPUtime=1002.32 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 120444 0 0 0 96645 3587 0 0 25 0 1 0 821339180 255836160 61305 33554432000 4194304 9163163 140733712906256 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 62460 61305 735 1214 0 61242 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 249840

[startup+1062.3 s]
/proc/loadavg: 2.08 2.07 2.01 3/576 24133
/proc/meminfo: memFree=22994976/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=260696 CPUtime=1062.32 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 126595 0 0 0 102419 3813 0 0 25 0 1 0 821339180 266952704 64002 33554432000 4194304 9163163 140733712906256 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 65174 64002 735 1214 0 63956 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 260696

[startup+1122.3 s]
/proc/loadavg: 2.03 2.06 2.01 3/576 24135
/proc/meminfo: memFree=22981192/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=274904 CPUtime=1122.33 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 130159 0 0 0 108199 4034 0 0 25 0 1 0 821339180 281501696 67477 33554432000 4194304 9163163 140733712906256 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 68726 67477 735 1214 0 67508 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 274904

[startup+1182.3 s]
/proc/loadavg: 2.13 2.08 2.01 3/576 24136
/proc/meminfo: memFree=22969868/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=284128 CPUtime=1182.33 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 132578 0 0 0 113996 4237 0 0 25 0 1 0 821339180 290947072 69848 33554432000 4194304 9163163 140733712906256 18446744073709551615 7225178 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 71032 69848 735 1214 0 69814 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 284128

[startup+1242.3 s]
/proc/loadavg: 2.05 2.06 2.01 3/576 24166
/proc/meminfo: memFree=21985180/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=294440 CPUtime=1242.33 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 140713 0 0 0 119821 4412 0 0 25 0 1 0 821339180 301506560 72447 33554432000 4194304 9163163 140733712906256 18446744073709551615 4221699 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 73610 72447 735 1214 0 72392 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 294440

[startup+1302.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/576 24167
/proc/meminfo: memFree=21815552/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=301764 CPUtime=1302.33 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 144371 0 0 0 125665 4568 0 0 25 0 1 0 821339180 309006336 74283 33554432000 4194304 9163163 140733712906256 18446744073709551615 7396434 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 75441 74283 735 1214 0 74223 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 301764

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 24169
/proc/meminfo: memFree=21806996/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=308492 CPUtime=1362.33 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 145973 0 0 0 131506 4727 0 0 25 0 1 0 821339180 315895808 75731 33554432000 4194304 9163163 140733712906256 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 77123 75731 735 1214 0 75905 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 308492

[startup+1422.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 24171
/proc/meminfo: memFree=21829140/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=314300 CPUtime=1422.35 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 149154 0 0 0 137341 4894 0 0 25 0 1 0 821339180 321843200 77293 33554432000 4194304 9163163 140733712906256 18446744073709551615 5150168 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 78575 77293 735 1214 0 77357 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 314300

[startup+1482.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/576 24181
/proc/meminfo: memFree=21792016/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=324468 CPUtime=1482.34 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 155946 0 0 0 143190 5044 0 0 25 0 1 0 821339180 332255232 79946 33554432000 4194304 9163163 140733712906256 18446744073709551615 7300284 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 81117 79946 737 1214 0 79899 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 324468

[startup+1542.32 s]
/proc/loadavg: 2.11 2.06 2.01 3/576 24183
/proc/meminfo: memFree=21788344/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=328164 CPUtime=1542.36 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 160764 0 0 0 149017 5219 0 0 25 0 1 0 821339180 336039936 80880 33554432000 4194304 9163163 140733712906256 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 82041 80880 735 1214 0 80823 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 328164

[startup+1602.3 s]
/proc/loadavg: 2.14 2.08 2.01 3/576 24184
/proc/meminfo: memFree=21788296/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=329116 CPUtime=1602.34 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 162590 0 0 0 154839 5395 0 0 25 0 1 0 821339180 337014784 81123 33554432000 4194304 9163163 140733712906256 18446744073709551615 7376005 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 82279 81123 735 1214 0 81061 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 329116

[startup+1662.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/576 24189
/proc/meminfo: memFree=21782644/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=334848 CPUtime=1662.34 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 167283 0 0 0 160667 5567 0 0 25 0 1 0 821339180 342884352 82458 33554432000 4194304 9163163 140733712906256 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 83712 82458 735 1214 0 82494 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 334848

[startup+1722.3 s]
/proc/loadavg: 2.04 2.06 2.01 3/576 24191
/proc/meminfo: memFree=21773480/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=343584 CPUtime=1722.34 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 169582 0 0 0 166499 5735 0 0 25 0 1 0 821339180 351830016 84726 33554432000 4194304 9163163 140733712906256 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 85896 84726 735 1214 0 84678 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 343584

[startup+1782.3 s]
/proc/loadavg: 2.01 2.05 2.00 3/576 24192
/proc/meminfo: memFree=21771216/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=345388 CPUtime=1782.34 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 170088 0 0 0 172319 5915 0 0 25 0 1 0 821339180 353677312 85232 33554432000 4194304 9163163 140733712906256 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24104/statm: 86347 85232 735 1214 0 85129 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 345388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 2.04 2.00 3/576 24193
/proc/meminfo: memFree=21769948/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=346656 CPUtime=1800.06 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 170398 0 0 0 174046 5960 0 0 25 0 1 0 821339180 354975744 85542 33554432000 4194304 9163163 140733712906256 18446744073709551615 8090608 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/24104/statm: 86664 85542 738 1214 0 85446 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 346656

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

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

[startup+1800 s]
/proc/loadavg: 2.01 2.04 2.00 3/576 24193
/proc/meminfo: memFree=21769948/32951124 swapFree=58940260/67111528
[pid=24104] ppid=24102 vsize=346656 CPUtime=1800.06 cores=1,3,5,7
/proc/24104/stat : 24104 (scip-2.0.1.4b.l) R 24102 24104 23203 0 -1 4202496 170398 0 0 0 174046 5960 0 0 25 0 1 0 821339180 354975744 85542 33554432000 4194304 9163163 140733712906256 18446744073709551615 8090608 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/24104/statm: 86664 85542 738 1214 0 85446 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 346656

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.04
CPU time (s): 1800.09
CPU user time (s): 1740.48
CPU system time (s): 59.6189
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 346656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1740.48
system time used= 59.6189
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170398
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= 4
involuntary context switches= 22031

runsolver used 9.91749 second user time and 24.5093 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-03 12:36:54
IDJOB=3451103
IDBENCH=2942
IDSOLVER=1948
FILE ID=node139/3451103-1307097414
RUNJOBID= node139-1307093003-23222
PBS_JOBID= 13497985
Free space on /tmp= 73448 MiB

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

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

MD5SUM BENCH= 840eda79f99ca12a0c705eefe22c37b7
RANDOM SEED=2643650

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23272532 kB
Buffers:        238168 kB
Cached:         597172 kB
SwapCached:       3628 kB
Active:        8895204 kB
Inactive:       480644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23272532 kB
SwapTotal:    67111528 kB
SwapFree:     58940260 kB
Dirty:           13468 kB
Writeback:           0 kB
AnonPages:     8538968 kB
Mapped:          36120 kB
Slab:           152804 kB
PageTables:      79056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 171236896 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= 73388 MiB
End job on node139 at 2011-06-03 13:06:57