Trace number 3735187

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB11: SCIP spx E_2 2011-06-10 (fixed)? 1796.88 1797.19

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_13.opb
MD5SUMe41be903cf92c8332743e4188dbf4c82
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark119
Best CPU time to get the best result obtained on this benchmark1798
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 123
Optimality of the best value was proved NO
Number of variables2467
Total number of constraints4745
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 constraints4744
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 78
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 205
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1391
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.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3735187-1338717577.opb>
0.02/0.08	c original problem has 2467 variables (2467 bin, 0 int, 0 impl, 0 cont) and 4745 constraints
0.02/0.08	c problem read
0.02/0.08	c presolving settings loaded
0.09/0.12	c presolving:
0.09/0.15	c (round 1) 1 del vars, 1 del conss, 0 add conss, 1 chg bounds, 12 chg sides, 443 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.17	c (round 2) 1 del vars, 2028 del conss, 0 add conss, 1 chg bounds, 12 chg sides, 443 chg coeffs, 351 upgd conss, 0 impls, 0 clqs
0.09/0.19	c (round 3) 1 del vars, 2028 del conss, 6 add conss, 1 chg bounds, 22 chg sides, 468 chg coeffs, 690 upgd conss, 314 impls, 5 clqs
0.19/0.20	c (round 4) 1 del vars, 2028 del conss, 6 add conss, 1 chg bounds, 29 chg sides, 520 chg coeffs, 690 upgd conss, 314 impls, 5 clqs
0.69/0.78	c    (0.8s) probing: 206/2466 (8.4%) - 0 fixings, 0 aggregations, 94 implications, 0 bound changes
0.69/0.78	c    (0.8s) probing aborted: 100/100 successive totally useless probings
0.69/0.78	c presolving (5 rounds):
0.69/0.78	c  1 deleted vars, 2028 deleted constraints, 6 added constraints, 1 tightened bounds, 0 added holes, 29 changed sides, 522 changed coefficients
0.69/0.78	c  502 implications, 5 cliques
0.69/0.78	c presolved problem has 2466 variables (2466 bin, 0 int, 0 impl, 0 cont) and 2723 constraints
0.69/0.78	c     690 constraints of type <knapsack>
0.69/0.78	c       6 constraints of type <setppc>
0.69/0.78	c    2027 constraints of type <linear>
0.69/0.78	c transformed objective value is always integral (scale: 1)
0.69/0.78	c Presolving Time: 0.66
0.69/0.78	c - non default parameters ----------------------------------------------------------------------
0.69/0.78	c # SCIP version 2.0.1.5
0.69/0.78	c 
0.69/0.78	c # frequency for displaying node information lines
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 100]
0.69/0.78	c display/freq = 10000
0.69/0.78	c 
0.69/0.78	c # maximal time in seconds to run
0.69/0.78	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.78	c limits/time = 1797
0.69/0.78	c 
0.69/0.78	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.69/0.78	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.78	c limits/memory = 13950
0.69/0.78	c 
0.69/0.78	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.69/0.78	c # [type: int, range: [1,2], default: 1]
0.69/0.78	c timing/clocktype = 2
0.69/0.78	c 
0.69/0.78	c # belongs reading time to solving time?
0.69/0.78	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.78	c timing/reading = TRUE
0.69/0.78	c 
0.69/0.78	c # should presolving try to simplify inequalities
0.69/0.78	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.78	c constraints/linear/simplifyinequalities = TRUE
0.69/0.78	c 
0.69/0.78	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.69/0.78	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.78	c constraints/indicator/addCouplingCons = TRUE
0.69/0.78	c 
0.69/0.78	c # should presolving try to simplify knapsacks
0.69/0.78	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.78	c constraints/knapsack/simplifyinequalities = TRUE
0.69/0.78	c 
0.69/0.78	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.78	c separating/rapidlearning/freq = 0
0.69/0.78	c 
0.69/0.78	c -----------------------------------------------------------------------------------------------
0.69/0.78	c start solving
0.69/0.78	c 
0.79/0.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.79/0.89	c   0.9s|     1 |     0 |  1124 |     - |  21M|   0 | 638 |2466 |2737 |2466 |2723 |   0 |  14 |   0 | 7.800000e+01 |      --      |    Inf 
2.69/2.70	c   2.7s|     1 |     0 |  7573 |     - |  23M|   0 | 834 |2466 |3501 |2466 |2822 |  99 |  14 |   0 | 7.800000e+01 |      --      |    Inf 
3.09/3.18	c   3.2s|     1 |     0 |  8931 |     - |  23M|   0 | 997 |2466 |3501 |2466 |2943 | 220 |  14 |   0 | 7.800000e+01 |      --      |    Inf 
3.69/3.74	c   3.7s|     1 |     0 | 10083 |     - |  24M|   0 |1023 |2466 |3501 |2466 |3062 | 339 |  14 |   0 | 7.800000e+01 |      --      |    Inf 
4.39/4.49	c   4.5s|     1 |     0 | 12012 |     - |  25M|   0 |1175 |2466 |3501 |2466 |3173 | 450 |  14 |   0 | 7.800000e+01 |      --      |    Inf 
5.29/5.32	c   5.3s|     1 |     0 | 12976 |     - |  25M|   0 |1194 |2466 |3501 |2466 |3269 | 546 |  14 |   0 | 7.800000e+01 |      --      |    Inf 
5.99/6.03	c   6.0s|     1 |     0 | 13923 |     - |  26M|   0 |1286 |2466 |3501 |2466 |3384 | 661 |  14 |   0 | 7.800000e+01 |      --      |    Inf 
7.59/7.69	c   7.7s|     1 |     2 | 13923 |     - |  26M|   0 |1286 |2466 |3501 |2466 |3384 | 661 |  14 |  10 | 7.800000e+01 |      --      |    Inf 
379.32/379.42	c   379s| 10000 |  3545 |  2496k| 248.3 |  67M|  66 |   - |2466 |5586 |   0 |   0 | 661 |  16k|5009 | 7.800000e+01 |      --      |    Inf 
637.78/637.91	c   638s| 20000 |  5903 |  4530k| 225.8 | 101M|  66 | 413 |2466 |6339 |2466 |2876 | 661 |  30k|7821 | 7.800000e+01 |      --      |    Inf 
914.83/915.03	c   915s| 30000 |  8204 |  6703k| 223.0 | 129M|  66 | 356 |2466 |5971 |2466 |2876 | 661 |  47k|  10k| 7.800000e+01 |      --      |    Inf 
1120.19/1120.44	c  1120s| 40000 | 10529 |  8479k| 211.6 | 161M|  66 |   - |2466 |6097 |   0 |   0 | 661 |  62k|  12k| 7.800000e+01 |      --      |    Inf 
1353.96/1354.24	c  1354s| 50000 | 11836 | 10233k| 204.4 | 185M|  66 | 308 |2466 |6700 |2466 |2876 | 661 |  78k|  15k| 7.800000e+01 |      --      |    Inf 
1530.74/1531.05	c  1531s| 60000 | 13499 | 11797k| 196.4 | 210M|  66 | 446 |2466 |6184 |2466 |2876 | 661 |  94k|  16k| 7.800000e+01 |      --      |    Inf 
1760.89/1761.28	c  1761s| 70000 | 15601 | 13707k| 195.6 | 239M|  68 | 545 |2466 |6113 |2466 |2876 | 661 | 110k|  19k| 7.800000e+01 |      --      |    Inf 
1796.69/1797.01	c 
1796.69/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.69/1797.01	c Solving Time (sec) : 1797.01
1796.69/1797.01	c Solving Nodes      : 71516
1796.69/1797.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.69/1797.01	c Dual Bound         : +7.80000000000000e+01
1796.69/1797.01	c Gap                : infinite
1796.69/1797.01	s UNKNOWN
1796.69/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.69/1797.01	c Total Time         :    1797.01
1796.69/1797.01	c   solving          :    1797.01
1796.69/1797.01	c   presolving       :       0.66 (included in solving)
1796.69/1797.01	c   reading          :       0.08 (included in solving)
1796.69/1797.01	c Original Problem   :
1796.69/1797.01	c   Problem name     : HOME/instance-3735187-1338717577.opb
1796.69/1797.01	c   Variables        : 2467 (2467 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.01	c   Constraints      : 4745 initial, 4745 maximal
1796.69/1797.01	c Presolved Problem  :
1796.69/1797.01	c   Problem name     : t_HOME/instance-3735187-1338717577.opb
1796.69/1797.01	c   Variables        : 2466 (2466 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.01	c   Constraints      : 2723 initial, 7595 maximal
1796.69/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.69/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   probing          :       0.56          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   knapsack         :       0.02          0          0          0          0          0          0          6         17         79
1796.69/1797.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   linear           :       0.07          1          0          0          1          0       2028          0         12        443
1796.69/1797.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.69/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.69/1797.01	c   integral         :          0          0          0      52498          0          4          0         73      10358          0          0      99990
1796.69/1797.01	c   knapsack         :        690          6     312597          0          0          3     409530       3713    1043621       1082          0          0
1796.69/1797.01	c   setppc           :          6          6       7660          0          0          0         29          0         50          0          0          0
1796.69/1797.01	c   linear           :       2027+         7     308884          0          0          0     473324      24348    7293644          0          0          0
1796.69/1797.01	c   logicor          :          0+         6     166571          0          0          0     356509       1301     151899          0          0          0
1796.69/1797.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.69/1797.01	c   integral         :     452.70       0.00       0.00     452.70       0.00       0.00       0.00
1796.69/1797.01	c   knapsack         :      23.80       0.05      23.43       0.00       0.00       0.00       0.31
1796.69/1797.01	c   setppc           :       0.01       0.00       0.01       0.00       0.00       0.00       0.00
1796.69/1797.01	c   linear           :      80.17       0.00      79.37       0.00       0.00       0.00       0.79
1796.69/1797.01	c   logicor          :      10.80       0.00      10.40       0.00       0.00       0.00       0.40
1796.69/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.69/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.69/1797.01	c   vbounds          :          0          0          0          0
1796.69/1797.01	c   rootredcost      :          0          0          0          0
1796.69/1797.01	c   pseudoobj        :     312172          0          0          0
1796.69/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.69/1797.01	c   vbounds          :       0.08       0.08       0.00
1796.69/1797.01	c   rootredcost      :       0.07       0.07       0.00
1796.69/1797.01	c   pseudoobj        :       0.25       0.25       0.00
1796.69/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.69/1797.01	c   propagation      :       2.66      29362      29255     338891       39.6       1278       26.2          -
1796.69/1797.01	c   infeasible LP    :       4.25      10957      10957      59324       30.8       1132       18.8          0
1796.69/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.69/1797.01	c   applied globally :          -          -          -     112564       31.6          -          -          -
1796.69/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.69/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.69/1797.01	c   cut pool         :       0.00          5          -          -        994          -    (maximal pool size: 4087)
1796.69/1797.01	c   redcost          :       2.03      52500          0         12          0          0
1796.69/1797.01	c   impliedbounds    :       0.00          6          0          0         15          0
1796.69/1797.01	c   intobj           :       0.00          0          0          0          0          0
1796.69/1797.01	c   gomory           :       0.42          6          0          0          7          0
1796.69/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1796.69/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1796.69/1797.01	c   strongcg         :       0.40          6          0          0          0          0
1796.69/1797.01	c   cmir             :       0.83          6          0          0       3000          0
1796.69/1797.01	c   flowcover        :       0.63          6          0          0       1200          0
1796.69/1797.01	c   clique           :       0.00          6          0          0          0          0
1796.69/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1796.69/1797.01	c   mcf              :       0.00          1          0          0          0          0
1796.69/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1796.69/1797.01	c   rapidlearning    :       0.89          1          0          0          0        764
1796.69/1797.01	c Pricers            :       Time      Calls       Vars
1796.69/1797.01	c   problem variables:       0.00          0          0
1796.69/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.69/1797.01	c   relpscost        :     452.60      52498         73      10358          0          0      99990
1796.69/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1796.69/1797.01	c   inference        :       0.00          0          0          0          0          0          0
1796.69/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1796.69/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1796.69/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.69/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.69/1797.01	c   random           :       0.00          0          0          0          0          0          0
1796.69/1797.01	c Primal Heuristics  :       Time      Calls      Found
1796.69/1797.01	c   LP solutions     :       0.00          -          0
1796.69/1797.01	c   pseudo solutions :       0.00          -          0
1796.69/1797.01	c   oneopt           :       0.05          0          0
1796.69/1797.01	c   crossover        :       0.03          0          0
1796.69/1797.01	c   guideddiving     :       0.00          0          0
1796.69/1797.01	c   intshifting      :       0.00          0          0
1796.69/1797.01	c   objpscostdiving  :      21.91         51          0
1796.69/1797.01	c   feaspump         :      26.84         71          0
1796.69/1797.01	c   coefdiving       :      67.42        205          0
1796.69/1797.01	c   veclendiving     :      19.74        205          0
1796.69/1797.01	c   fracdiving       :      38.89        205          0
1796.69/1797.01	c   pscostdiving     :      31.94        206          0
1796.69/1797.01	c   linesearchdiving :      17.41        206          0
1796.69/1797.01	c   trivial          :       0.00          2          0
1796.69/1797.01	c   shiftandpropagate:       0.07          1          0
1796.69/1797.01	c   simplerounding   :       0.03          0          0
1796.69/1797.01	c   zirounding       :       0.32       1000          0
1796.69/1797.01	c   rounding         :       1.10       3208          0
1796.69/1797.01	c   shifting         :       6.47        933          0
1796.69/1797.01	c   twoopt           :       0.00          0          0
1796.69/1797.01	c   fixandinfer      :       0.00          0          0
1796.69/1797.01	c   clique           :       0.00          0          0
1796.69/1797.01	c   intdiving        :       0.00          0          0
1796.69/1797.01	c   actconsdiving    :       0.00          0          0
1796.69/1797.01	c   rootsoldiving    :      14.72         91          0
1796.69/1797.01	c   octane           :       0.00          0          0
1796.69/1797.01	c   rens             :       0.03          0          0
1796.69/1797.01	c   rins             :       0.00          0          0
1796.69/1797.01	c   localbranching   :       0.00          0          0
1796.69/1797.01	c   mutation         :       0.00          0          0
1796.69/1797.01	c   dins             :       0.00          0          0
1796.69/1797.01	c   vbounds          :       0.00          0          0
1796.69/1797.01	c   undercover       :       0.00          0          0
1796.69/1797.01	c   subnlp           :       0.03          0          0
1796.69/1797.01	c   trysol           :       0.02          0          0
1796.69/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.69/1797.01	c   primal LP        :       0.01          0          0       0.00       0.00
1796.69/1797.01	c   dual LP          :     861.14      57120   12089356     211.65   14038.85
1796.69/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.69/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1796.69/1797.01	c   diving/probing LP:     204.25      25489    1908363      74.87    9343.42
1796.69/1797.01	c   strong branching :     444.03      19595    4308246     219.86    9702.61
1796.69/1797.01	c     (at root node) :          -         10       6749     674.90          -
1796.69/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.69/1797.01	c B&B Tree           :
1796.69/1797.01	c   number of runs   :          1
1796.69/1797.01	c   nodes            :      71516
1796.69/1797.01	c   nodes (total)    :      71516
1796.69/1797.01	c   nodes left       :      15865
1796.69/1797.01	c   max depth        :         68
1796.69/1797.01	c   max depth (total):         68
1796.69/1797.01	c   backtracks       :      14069 (19.7%)
1796.69/1797.01	c   delayed cutoffs  :      12610
1796.69/1797.01	c   repropagations   :      63900 (2292855 domain reductions, 8828 cutoffs)
1796.69/1797.01	c   avg switch length:       7.24
1796.69/1797.01	c   switching time   :      84.24
1796.69/1797.01	c Solution           :
1796.69/1797.01	c   Solutions found  :          0 (0 improvements)
1796.69/1797.01	c   Primal Bound     :          -
1796.69/1797.01	c   Dual Bound       : +7.80000000000000e+01
1796.69/1797.01	c   Gap              :   infinite
1796.69/1797.01	c   Root Dual Bound  : +7.80000000000000e+01
1796.69/1797.01	c   Root Iterations  :      13923
1796.79/1797.19	c Time complete: 1796.87.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3735187-1338717577/watcher-3735187-1338717577 -o /tmp/evaluation-result-3735187-1338717577/solver-3735187-1338717577 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3735187-1338717577.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15248
/proc/meminfo: memFree=28130604/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=9588 CPUtime=0 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 1509 0 0 0 0 0 0 0 20 0 1 0 337882069 9818112 1463 33554432000 4194304 9016284 140735119455296 140735119450680 7824814 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 2397 1464 311 1178 0 1215 0

[startup+0.0327539 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15248
/proc/meminfo: memFree=28130604/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=14820 CPUtime=0.02 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 2676 0 0 0 2 0 0 0 20 0 1 0 337882069 15175680 2630 33554432000 4194304 9016284 140735119455296 140735119450680 6180568 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 3705 2630 360 1178 0 2523 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 14820

[startup+0.100289 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15248
/proc/meminfo: memFree=28130604/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=31120 CPUtime=0.09 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 6744 0 0 0 9 0 0 0 20 0 1 0 337882069 31866880 6698 33554432000 4194304 9016284 140735119455296 140735119450680 6813403 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 7816 6710 413 1178 0 6634 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31120

[startup+0.300271 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15248
/proc/meminfo: memFree=28130604/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=59472 CPUtime=0.29 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 13676 0 0 0 27 2 0 0 20 0 1 0 337882069 60899328 13373 33554432000 4194304 9016284 140735119455296 140735119450680 5222821 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 14868 13373 525 1178 0 13686 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59472

[startup+0.700245 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15248
/proc/meminfo: memFree=28130604/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=59472 CPUtime=0.69 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 13676 0 0 0 67 2 0 0 20 0 1 0 337882069 60899328 13373 33554432000 4194304 9016284 140735119455296 140735119450680 5154369 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 14868 13373 525 1178 0 13686 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59472

[startup+1.50028 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15249
/proc/meminfo: memFree=28065240/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=74140 CPUtime=1.49 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 18490 0 0 0 146 3 0 0 20 0 1 0 337882069 75919360 16999 33554432000 4194304 9016284 140735119455296 140735119447080 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 18535 16999 656 1178 0 17353 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74140

[startup+3.10024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15249
/proc/meminfo: memFree=28026668/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=112828 CPUtime=3.09 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 28166 0 0 0 304 5 0 0 20 0 1 0 337882069 115535872 26615 33554432000 4194304 9016284 140735119455296 140735119450456 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 28207 26615 703 1178 0 27025 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 112828

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15249
/proc/meminfo: memFree=28021336/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=112828 CPUtime=6.29 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 28473 0 0 0 623 6 0 0 20 0 1 0 337882069 115535872 26922 33554432000 4194304 9016284 140735119455296 140735119449208 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 28207 26922 704 1178 0 27025 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 112828

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15249
/proc/meminfo: memFree=28020528/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=112828 CPUtime=12.69 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 28473 0 0 0 1260 9 0 0 20 0 1 0 337882069 115535872 26922 33554432000 4194304 9016284 140735119455296 140735119448600 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 28207 26922 704 1178 0 27025 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 112828

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15252
/proc/meminfo: memFree=28020396/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=112828 CPUtime=25.48 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 28475 0 0 0 2530 18 0 0 20 0 1 0 337882069 115535872 26924 33554432000 4194304 9016284 140735119455296 140735119449096 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 28207 26924 706 1178 0 27025 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 112828

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15252
/proc/meminfo: memFree=28019416/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=112828 CPUtime=51.08 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 28481 0 0 0 5068 40 0 0 20 0 1 0 337882069 115535872 26930 33554432000 4194304 9016284 140735119455296 140735119449368 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 28207 26930 707 1178 0 27025 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 112828

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15275
/proc/meminfo: memFree=28018924/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=112828 CPUtime=102.28 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 28603 0 0 0 10139 89 0 0 20 0 1 0 337882069 115535872 27088 33554432000 4194304 9016284 140735119455296 140735119448088 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 28207 27088 707 1178 0 27025 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 112828

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15276
/proc/meminfo: memFree=28008536/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=114852 CPUtime=162.26 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 29088 0 0 0 16079 147 0 0 20 0 1 0 337882069 117608448 27767 33554432000 4194304 9016284 140735119455296 140735119449464 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 28713 27767 707 1178 0 27531 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 114852

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15276
/proc/meminfo: memFree=27981668/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=126736 CPUtime=222.24 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 42250 0 0 0 22015 209 0 0 20 0 1 0 337882069 129777664 30765 33554432000 4194304 9016284 140735119455296 140735119449624 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 31684 30765 707 1178 0 30502 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 126736

[startup+282.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 15276
/proc/meminfo: memFree=27968764/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=140028 CPUtime=282.24 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 47404 0 0 0 27958 266 0 0 20 0 1 0 337882069 143388672 34155 33554432000 4194304 9016284 140735119455296 140735119449464 7199057 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 35007 34155 707 1178 0 33825 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 140028

[startup+342.3 s]
/proc/loadavg: 2.15 2.04 2.01 3/177 15276
/proc/meminfo: memFree=27955276/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=150204 CPUtime=342.23 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 57653 0 0 0 33898 325 0 0 20 0 1 0 337882069 153808896 36720 33554432000 4194304 9016284 140735119455296 140735119448712 6404011 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 37551 36720 707 1178 0 36369 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 150204

[startup+402.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 15277
/proc/meminfo: memFree=27936240/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=162124 CPUtime=402.22 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 64737 0 0 0 39833 389 0 0 20 0 1 0 337882069 166014976 39658 33554432000 4194304 9016284 140735119455296 140735119449352 4926059 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 40531 39658 707 1178 0 39349 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 162124

[startup+462.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/177 15277
/proc/meminfo: memFree=27926420/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=171816 CPUtime=462.2 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 81589 0 0 0 45770 450 0 0 20 0 1 0 337882069 175939584 41998 33554432000 4194304 9016284 140735119455296 140735119449624 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 42954 41998 707 1178 0 41772 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 171816

[startup+522.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 15277
/proc/meminfo: memFree=27902736/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=185008 CPUtime=522.19 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 94625 0 0 0 51712 507 0 0 20 0 1 0 337882069 189448192 45399 33554432000 4194304 9016284 140735119455296 140735119448216 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 46252 45399 707 1178 0 45070 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 185008

[startup+582.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 15277
/proc/meminfo: memFree=27885792/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=198684 CPUtime=582.19 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 108392 0 0 0 57653 566 0 0 20 0 1 0 337882069 203452416 48799 33554432000 4194304 9016284 140735119455296 140735119449352 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 49671 48799 707 1178 0 48489 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 198684

[startup+642.3 s]

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

/proc/meminfo: memFree=26874740/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=287184 CPUtime=1062.11 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 154940 0 0 0 105097 1114 0 0 20 0 1 0 337882069 294076416 70925 33554432000 4194304 9016284 140735119455296 140735119449464 7213554 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 71796 70925 707 1178 0 70614 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 287184

[startup+1122.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 15320
/proc/meminfo: memFree=26866912/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=294240 CPUtime=1122.09 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 156668 0 0 0 111031 1178 0 0 20 0 1 0 337882069 301301760 72653 33554432000 4194304 9016284 140735119455296 140735119449160 5228157 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 73560 72653 707 1178 0 72378 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 294240

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 15320
/proc/meminfo: memFree=26849756/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=311052 CPUtime=1182.09 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 165001 0 0 0 116964 1245 0 0 20 0 1 0 337882069 318517248 76816 33554432000 4194304 9016284 140735119455296 140735119449352 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 77763 76816 707 1178 0 76581 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 311052

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 15323
/proc/meminfo: memFree=26836468/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=319112 CPUtime=1242.08 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 168399 0 0 0 122901 1307 0 0 20 0 1 0 337882069 326770688 78935 33554432000 4194304 9016284 140735119455296 140735119448712 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 79778 78935 707 1178 0 78596 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 319112

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15324
/proc/meminfo: memFree=26825716/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=330000 CPUtime=1302.07 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 172791 0 0 0 128846 1361 0 0 20 0 1 0 337882069 337920000 81573 33554432000 4194304 9016284 140735119455296 140735119448216 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 82500 81573 707 1178 0 81318 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 330000

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15324
/proc/meminfo: memFree=26816444/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=339380 CPUtime=1362.05 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 178665 0 0 0 134790 1415 0 0 20 0 1 0 337882069 347525120 83901 33554432000 4194304 9016284 140735119455296 140735119449336 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 84845 83901 707 1178 0 83663 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 339380

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15324
/proc/meminfo: memFree=26805312/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=349396 CPUtime=1422.06 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 185181 0 0 0 140735 1471 0 0 20 0 1 0 337882069 357781504 86492 33554432000 4194304 9016284 140735119455296 140735119449256 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 87349 86492 707 1178 0 86167 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 349396

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15324
/proc/meminfo: memFree=26793312/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=361948 CPUtime=1482.04 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 188242 0 0 0 146673 1531 0 0 20 0 1 0 337882069 370634752 89545 33554432000 4194304 9016284 140735119455296 140735119448216 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 90487 89545 707 1178 0 89305 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 361948

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15324
/proc/meminfo: memFree=26786212/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=368544 CPUtime=1542.03 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 193495 0 0 0 152613 1590 0 0 20 0 1 0 337882069 377389056 91305 33554432000 4194304 9016284 140735119455296 140735119449160 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 92136 91305 707 1178 0 90954 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 368544

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15325
/proc/meminfo: memFree=26776540/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=378644 CPUtime=1602.02 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 199804 0 0 0 158552 1650 0 0 20 0 1 0 337882069 387731456 93856 33554432000 4194304 9016284 140735119455296 140735119449352 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 94661 93856 707 1178 0 93479 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 378644

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15325
/proc/meminfo: memFree=26751420/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=394620 CPUtime=1662.01 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 203725 0 0 0 164484 1717 0 0 20 0 1 0 337882069 404090880 97607 33554432000 4194304 9016284 140735119455296 140735119449464 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 98655 97607 707 1178 0 97473 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 394620

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15325
/proc/meminfo: memFree=26741908/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=403908 CPUtime=1722 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 207315 0 0 0 170423 1777 0 0 20 0 1 0 337882069 413601792 100196 33554432000 4194304 9016284 140735119455296 140735119449160 4652548 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 100977 100196 707 1178 0 99795 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 403908

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15325
/proc/meminfo: memFree=26734096/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=411672 CPUtime=1781.98 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 209095 0 0 0 176362 1836 0 0 20 0 1 0 337882069 421552128 101970 33554432000 4194304 9016284 140735119455296 140735119449208 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 102918 101970 707 1178 0 101736 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 411672

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15325
/proc/meminfo: memFree=26736080/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=409828 CPUtime=1785.19 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 210021 0 0 0 176679 1840 0 0 20 0 1 0 337882069 419663872 101680 33554432000 4194304 9016284 140735119455296 140735119449160 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 102457 101680 707 1178 0 101275 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 409828

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15325
/proc/meminfo: memFree=26734840/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=411072 CPUtime=1791.59 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 211426 0 0 0 177313 1846 0 0 20 0 1 0 337882069 420937728 101977 33554432000 4194304 9016284 140735119455296 140735119448712 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 102768 101977 707 1178 0 101586 0
Current children cumulated CPU time (s) 1791.59
Current children cumulated vsize (KiB) 411072

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15325
/proc/meminfo: memFree=26733972/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=411600 CPUtime=1794.78 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 211454 0 0 0 177629 1849 0 0 20 0 1 0 337882069 421478400 102005 33554432000 4194304 9016284 140735119455296 140735119449624 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 102900 102005 707 1178 0 101718 0
Current children cumulated CPU time (s) 1794.78
Current children cumulated vsize (KiB) 411600

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15325
/proc/meminfo: memFree=26733972/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=411600 CPUtime=1795.58 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 211454 0 0 0 177708 1850 0 0 20 0 1 0 337882069 421478400 102005 33554432000 4194304 9016284 140735119455296 140735119449624 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 102900 102005 707 1178 0 101718 0
Current children cumulated CPU time (s) 1795.58
Current children cumulated vsize (KiB) 411600

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15325
/proc/meminfo: memFree=26733972/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=411600 CPUtime=1796.38 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 211454 0 0 0 177788 1850 0 0 20 0 1 0 337882069 421478400 102005 33554432000 4194304 9016284 140735119455296 140735119449160 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 102900 102005 707 1178 0 101718 0
Current children cumulated CPU time (s) 1796.38
Current children cumulated vsize (KiB) 411600

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15325
/proc/meminfo: memFree=26733972/32873844 swapFree=7632/7632
[pid=15248] ppid=15246 vsize=411600 CPUtime=1796.79 cores=1,3,5,7
/proc/15248/stat : 15248 (scip-2.0.1.4b_2) R 15246 15248 12480 0 -1 4202496 211456 0 0 0 177828 1851 0 0 20 0 1 0 337882069 421478400 102007 33554432000 4194304 9016284 140735119455296 140735119449464 6812620 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15248/statm: 102900 102007 709 1178 0 101718 0
Current children cumulated CPU time (s) 1796.79
Current children cumulated vsize (KiB) 411600

Child status: 0
Real time (s): 1797.19
CPU time (s): 1796.88
CPU user time (s): 1778.36
CPU system time (s): 18.5172
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 412548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1778.36
system time used= 18.5172
maximum resident set size= 408744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211461
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= 53
involuntary context switches= 1845

runsolver used 3.38648 second user time and 8.5397 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-03 11:59:37
IDJOB=3735187
IDBENCH=2948
IDSOLVER=2329
FILE ID=node141/3735187-1338717577
RUNJOBID= node141-1338702880-12497
PBS_JOBID= 14636716
Free space on /tmp= 70700 MiB

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

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

MD5SUM BENCH= e41be903cf92c8332743e4188dbf4c82
RANDOM SEED=1951152047

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28130984 kB
Buffers:          412408 kB
Cached:          3210996 kB
SwapCached:          216 kB
Active:          1518052 kB
Inactive:        2342408 kB
Active(anon):     227904 kB
Inactive(anon):    11288 kB
Active(file):    1290148 kB
Inactive(file):  2331120 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:             17884 kB
Writeback:             0 kB
AnonPages:        370972 kB
Mapped:            13560 kB
Shmem:               172 kB
Slab:             740636 kB
SReclaimable:     183040 kB
SUnreclaim:       557596 kB
KernelStack:        1472 kB
PageTables:         3988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     353112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    339968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70644 MiB
End job on node141 at 2012-06-03 12:29:35