Trace number 3452768

Some explanations

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

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

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

Solver answer on this benchmark

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

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 benchmark121
Best CPU time to get the best result obtained on this benchmark1800.13
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.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3452768-1307099235.opb>
0.09/0.11	c original problem has 2467 variables (2467 bin, 0 int, 0 impl, 0 cont) and 4745 constraints
0.09/0.11	c problem read
0.09/0.11	c presolving settings loaded
0.09/0.16	c presolving:
0.09/0.19	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.20/0.20	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.20/0.23	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.20/0.24	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.79/0.82	c    (0.8s) probing: 206/2466 (8.4%) - 0 fixings, 0 aggregations, 94 implications, 0 bound changes
0.79/0.82	c    (0.8s) probing aborted: 100/100 successive totally useless probings
0.79/0.82	c presolving (5 rounds):
0.79/0.82	c  1 deleted vars, 2028 deleted constraints, 6 added constraints, 1 tightened bounds, 0 added holes, 29 changed sides, 522 changed coefficients
0.79/0.82	c  502 implications, 5 cliques
0.79/0.82	c presolved problem has 2466 variables (2466 bin, 0 int, 0 impl, 0 cont) and 2723 constraints
0.79/0.82	c     690 constraints of type <knapsack>
0.79/0.82	c       6 constraints of type <setppc>
0.79/0.82	c    2027 constraints of type <linear>
0.79/0.82	c transformed objective value is always integral (scale: 1)
0.79/0.82	c Presolving Time: 0.69
0.79/0.82	c - non default parameters ----------------------------------------------------------------------
0.79/0.82	c # SCIP version 2.0.1.4
0.79/0.82	c 
0.79/0.82	c # frequency for displaying node information lines
0.79/0.82	c # [type: int, range: [-1,2147483647], default: 100]
0.79/0.82	c display/freq = 10000
0.79/0.82	c 
0.79/0.82	c # maximal time in seconds to run
0.79/0.82	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.82	c limits/time = 1800
0.79/0.82	c 
0.79/0.82	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.79/0.82	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.82	c limits/memory = 13950
0.79/0.82	c 
0.79/0.82	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.79/0.82	c # [type: int, range: [1,2], default: 1]
0.79/0.82	c timing/clocktype = 2
0.79/0.82	c 
0.79/0.82	c # belongs reading time to solving time?
0.79/0.82	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.82	c timing/reading = TRUE
0.79/0.82	c 
0.79/0.82	c # should presolving try to simplify inequalities
0.79/0.82	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.82	c constraints/linear/simplifyinequalities = TRUE
0.79/0.82	c 
0.79/0.82	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.79/0.82	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.82	c constraints/indicator/addCouplingCons = TRUE
0.79/0.82	c 
0.79/0.82	c # should presolving try to simplify knapsacks
0.79/0.82	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.82	c constraints/knapsack/simplifyinequalities = TRUE
0.79/0.82	c 
0.79/0.82	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.79/0.82	c # [type: int, range: [-1,2147483647], default: -1]
0.79/0.82	c separating/rapidlearning/freq = 0
0.79/0.82	c 
0.79/0.82	c -----------------------------------------------------------------------------------------------
0.79/0.82	c start solving
0.79/0.82	c 
0.89/0.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.89/0.92	c   0.9s|     1 |     0 |  1124 |     - |  21M|   0 | 638 |2466 |2737 |2466 |2723 |   0 |  14 |   0 | 7.800000e+01 |      --      |    Inf 
2.70/2.70	c   2.7s|     1 |     0 |  7573 |     - |  22M|   0 | 834 |2466 |3501 |2466 |2822 |  99 |  14 |   0 | 7.800000e+01 |      --      |    Inf 
3.09/3.19	c   3.2s|     1 |     0 |  8931 |     - |  23M|   0 | 997 |2466 |3501 |2466 |2943 | 220 |  14 |   0 | 7.800000e+01 |      --      |    Inf 
3.69/3.75	c   3.7s|     1 |     0 | 10083 |     - |  24M|   0 |1023 |2466 |3501 |2466 |3062 | 339 |  14 |   0 | 7.800000e+01 |      --      |    Inf 
4.49/4.50	c   4.5s|     1 |     0 | 12012 |     - |  24M|   0 |1175 |2466 |3501 |2466 |3173 | 450 |  14 |   0 | 7.800000e+01 |      --      |    Inf 
5.29/5.33	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.61/7.63	c   7.6s|     1 |     2 | 13923 |     - |  26M|   0 |1286 |2466 |3501 |2466 |3384 | 661 |  14 |  10 | 7.800000e+01 |      --      |    Inf 
354.22/354.29	c   354s| 10000 |  3628 |  2414k| 240.1 |  69M|  68 | 980 |2466 |5586 |2466 |2876 | 661 |  15k|4699 | 7.800000e+01 |      --      |    Inf 
586.01/586.05	c   586s| 20000 |  6096 |  4170k| 207.8 | 103M|  68 |  84 |2466 |6221 |2466 |2876 | 661 |  33k|7438 | 7.800000e+01 |      --      |    Inf 
818.33/818.37	c   818s| 30000 |  7885 |  5822k| 193.6 | 131M|  68 |   - |2466 |6255 |   0 |   0 | 661 |  51k|  10k| 7.800000e+01 |      --      |    Inf 
1034.22/1034.27	c  1034s| 40000 |  9931 |  7661k| 191.2 | 157M|  68 |   - |2466 |5471 |2466 |2876 | 661 |  66k|  12k| 7.800000e+01 |      --      |    Inf 
1286.63/1286.63	c  1287s| 50000 | 11557 |  9521k| 190.2 | 177M|  68 | 358 |2466 |5639 |2466 |2876 | 661 |  84k|  15k| 7.800000e+01 |      --      |    Inf 
1480.13/1480.14	c  1480s| 60000 | 13184 | 11171k| 186.0 | 198M|  68 | 346 |2466 |6584 |2466 |2876 | 661 | 102k|  16k| 7.800000e+01 |      --      |    Inf 
1697.94/1697.95	c  1698s| 70000 | 14371 | 12929k| 184.5 | 214M|  68 | 436 |2466 |6741 |2466 |2876 | 661 | 120k|  18k| 7.800000e+01 |      --      |    Inf 
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Solving Time (sec) : 1800.00
1800.04/1800.00	c Solving Nodes      : 74776
1800.04/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.00	c Dual Bound         : +7.80000000000000e+01
1800.04/1800.00	c Gap                : infinite
1800.04/1800.00	s UNKNOWN
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Total Time         :    1800.00
1800.04/1800.00	c   solving          :    1800.00
1800.04/1800.00	c   presolving       :       0.69 (included in solving)
1800.04/1800.00	c   reading          :       0.11 (included in solving)
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-3452768-1307099235.opb
1800.04/1800.00	c   Variables        : 2467 (2467 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 4745 initial, 4745 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-3452768-1307099235.opb
1800.04/1800.00	c   Variables        : 2466 (2466 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 2723 initial, 7715 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.57          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   knapsack         :       0.02          0          0          0          0          0          0          6         17         79
1800.04/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.07          1          0          0          1          0       2028          0         12        443
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0      54865          0          4          0         90      10797          0          0     104406
1800.04/1800.00	c   knapsack         :        690          6     329861          0          1          3     453591       4795    1030163       1082          0          0
1800.04/1800.00	c   setppc           :          6          6      18466          0          0          0          2          0        207          0          0          0
1800.04/1800.00	c   linear           :       2027+         7     325066          0          1          0     574746      26061    6636709          0          0          0
1800.04/1800.00	c   logicor          :          0+         6     171047          0          0          0     417529       1084     134393          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.04/1800.00	c   integral         :     457.01       0.00       0.00     457.01       0.00       0.00       0.00
1800.04/1800.00	c   knapsack         :      20.70       0.06      20.31       0.00       0.00       0.00       0.33
1800.04/1800.00	c   setppc           :       0.01       0.00       0.01       0.00       0.00       0.00       0.00
1800.04/1800.00	c   linear           :      70.70       0.00      69.85       0.00       0.00       0.00       0.84
1800.04/1800.00	c   logicor          :       9.52       0.00       9.08       0.00       0.00       0.00       0.43
1800.04/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :          0          0          0          0
1800.04/1800.00	c   rootredcost      :          0          0          0          0
1800.04/1800.00	c   pseudoobj        :     329436          0          0          0
1800.04/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.04/1800.00	c   vbounds          :       0.08       0.08       0.00
1800.04/1800.00	c   rootredcost      :       0.07       0.07       0.00
1800.04/1800.00	c   pseudoobj        :       0.19       0.19       0.00
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :       2.92      31940      31871     371907       41.0       1452       27.7          -
1800.04/1800.00	c   infeasible LP    :       3.76      12850      12850      60463       30.4       1132       21.2          0
1800.04/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.00	c   applied globally :          -          -          -     128620       32.4          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.00	c   cut pool         :       0.00          5          -          -        994          -    (maximal pool size: 4087)
1800.04/1800.00	c   redcost          :       2.12      54905          0         52          0          0
1800.04/1800.00	c   impliedbounds    :       0.00          6          0          0         15          0
1800.04/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.00	c   gomory           :       0.43          6          0          0          7          0
1800.04/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.04/1800.00	c   strongcg         :       0.41          6          0          0          0          0
1800.04/1800.00	c   cmir             :       0.87          6          0          0       3000          0
1800.04/1800.00	c   flowcover        :       0.61          6          0          0       1200          0
1800.04/1800.00	c   clique           :       0.00          6          0          0          0          0
1800.04/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.04/1800.00	c   rapidlearning    :       0.86          1          0          0          0        764
1800.04/1800.00	c Pricers            :       Time      Calls       Vars
1800.04/1800.00	c   problem variables:       0.00          0          0
1800.04/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :     456.94      54865         90      10797          0          0     104406
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.00          -          0
1800.04/1800.00	c   pseudo solutions :       0.00          -          0
1800.04/1800.00	c   oneopt           :       0.04          0          0
1800.04/1800.00	c   crossover        :       0.02          0          0
1800.04/1800.00	c   guideddiving     :       0.00          0          0
1800.04/1800.00	c   intshifting      :       0.00          0          0
1800.04/1800.00	c   objpscostdiving  :      22.72         47          0
1800.04/1800.00	c   feaspump         :      26.38         67          0
1800.04/1800.00	c   rootsoldiving    :      15.26         85          0
1800.04/1800.00	c   fracdiving       :      54.26        179          0
1800.04/1800.00	c   veclendiving     :      21.66        179          0
1800.04/1800.00	c   linesearchdiving :      18.96        179          0
1800.04/1800.00	c   coefdiving       :      61.53        180          0
1800.04/1800.00	c   pscostdiving     :      37.50        180          0
1800.04/1800.00	c   trivial          :       0.00          2          0
1800.04/1800.00	c   shiftandpropagate:       0.06          1          0
1800.04/1800.00	c   simplerounding   :       0.03          0          0
1800.04/1800.00	c   zirounding       :       0.29       1000          0
1800.04/1800.00	c   rounding         :       1.12       3280          0
1800.04/1800.00	c   shifting         :       6.72       1027          0
1800.04/1800.00	c   twoopt           :       0.00          0          0
1800.04/1800.00	c   fixandinfer      :       0.00          0          0
1800.04/1800.00	c   clique           :       0.00          0          0
1800.04/1800.00	c   intdiving        :       0.00          0          0
1800.04/1800.00	c   actconsdiving    :       0.00          0          0
1800.04/1800.00	c   octane           :       0.00          0          0
1800.04/1800.00	c   rens             :       0.01          0          0
1800.04/1800.00	c   rins             :       0.00          0          0
1800.04/1800.00	c   localbranching   :       0.00          0          0
1800.04/1800.00	c   mutation         :       0.00          0          0
1800.04/1800.00	c   dins             :       0.00          0          0
1800.04/1800.00	c   vbounds          :       0.00          0          0
1800.04/1800.00	c   undercover       :       0.00          0          0
1800.04/1800.00	c   subnlp           :       0.02          0          0
1800.04/1800.00	c   trysol           :       0.02          0          0
1800.04/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.00	c   primal LP        :       0.01          0          0       0.00          -
1800.04/1800.00	c   dual LP          :     866.47      59531   11783453     197.94   13599.34
1800.04/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.00	c   diving/probing LP:     223.10      30459    1950893      64.05    8744.43
1800.04/1800.00	c   strong branching :     449.10      19852    4200914     211.61    9354.04
1800.04/1800.00	c     (at root node) :          -         10       6749     674.90          -
1800.04/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.00	c B&B Tree           :
1800.04/1800.00	c   number of runs   :          1
1800.04/1800.00	c   nodes            :      74776
1800.04/1800.00	c   nodes (total)    :      74776
1800.04/1800.00	c   nodes left       :      14864
1800.04/1800.00	c   max depth        :         68
1800.04/1800.00	c   max depth (total):         68
1800.04/1800.00	c   backtracks       :      15577 (20.8%)
1800.04/1800.00	c   delayed cutoffs  :      14769
1800.04/1800.00	c   repropagations   :      67718 (2140501 domain reductions, 10231 cutoffs)
1800.04/1800.00	c   avg switch length:       7.15
1800.04/1800.00	c   switching time   :      78.35
1800.04/1800.00	c Solution           :
1800.04/1800.00	c   Solutions found  :          0 (0 improvements)
1800.04/1800.00	c   Primal Bound     :          -
1800.04/1800.00	c   Dual Bound       : +7.80000000000000e+01
1800.04/1800.00	c   Gap              :   infinite
1800.04/1800.00	c   Root Dual Bound  : +7.80000000000000e+01
1800.04/1800.00	c   Root Iterations  :      13923

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-3452768-1307099235/watcher-3452768-1307099235 -o /tmp/evaluation-result-3452768-1307099235/solver-3452768-1307099235 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452768-1307099235.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.01 2.03 2.00 2/572 21521
/proc/meminfo: memFree=31469832/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=10712 CPUtime=0.01 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 1668 0 0 0 1 0 0 0 25 0 1 0 821522261 10969088 1621 33554432000 4194304 9128323 140737175751888 18446744073709551615 8057568 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21521/statm: 2678 1621 400 1205 0 1469 0

[startup+0.022099 s]
/proc/loadavg: 2.01 2.03 2.00 2/572 21521
/proc/meminfo: memFree=31469832/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=11112 CPUtime=0.01 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 1764 0 0 0 1 0 0 0 25 0 1 0 821522261 11378688 1717 33554432000 4194304 9128323 140737175751888 18446744073709551615 6520002 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21521/statm: 2778 1717 400 1205 0 1569 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11112

[startup+0.100142 s]
/proc/loadavg: 2.01 2.03 2.00 2/572 21521
/proc/meminfo: memFree=31469832/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=15652 CPUtime=0.09 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 2894 0 0 0 9 0 0 0 25 0 1 0 821522261 16027648 2847 33554432000 4194304 9128323 140737175751888 18446744073709551615 8057568 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21521/statm: 3913 2847 400 1205 0 2704 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15652

[startup+0.301108 s]
/proc/loadavg: 2.01 2.03 2.00 2/572 21521
/proc/meminfo: memFree=31469832/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=61848 CPUtime=0.29 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 14268 0 0 0 27 2 0 0 25 0 1 0 821522261 63332352 13962 33554432000 4194304 9128323 140737175751888 18446744073709551615 5234263 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 15462 13962 551 1205 0 14253 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61848

[startup+0.701035 s]
/proc/loadavg: 2.01 2.03 2.00 2/572 21521
/proc/meminfo: memFree=31469832/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=61848 CPUtime=0.69 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 14268 0 0 0 67 2 0 0 25 0 1 0 821522261 63332352 13962 33554432000 4194304 9128323 140737175751888 18446744073709551615 5234510 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 15462 13962 551 1205 0 14253 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 61848

[startup+1.50083 s]
/proc/loadavg: 2.01 2.03 2.00 3/573 21522
/proc/meminfo: memFree=31402088/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=75420 CPUtime=1.49 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 18823 0 0 0 145 4 0 0 25 0 1 0 821522261 77230080 17323 33554432000 4194304 9128323 140737175751888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 18855 17323 692 1205 0 17646 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 75420

[startup+3.10062 s]
/proc/loadavg: 2.01 2.03 2.00 3/573 21522
/proc/meminfo: memFree=31367988/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=112964 CPUtime=3.09 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 28472 0 0 0 302 7 0 0 25 0 1 0 821522261 115675136 26924 33554432000 4194304 9128323 140737175751888 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 28241 26924 773 1205 0 27032 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 112964

[startup+6.30104 s]
/proc/loadavg: 2.01 2.03 2.00 3/573 21522
/proc/meminfo: memFree=31362152/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=112964 CPUtime=6.3 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 28620 0 0 0 617 13 0 0 25 0 1 0 821522261 115675136 27034 33554432000 4194304 9128323 140737175751888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 28241 27034 746 1205 0 27032 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 112964

[startup+12.7009 s]
/proc/loadavg: 2.00 2.03 2.00 3/573 21522
/proc/meminfo: memFree=31361404/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=112964 CPUtime=12.7 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 28620 0 0 0 1247 23 0 0 25 0 1 0 821522261 115675136 27034 33554432000 4194304 9128323 140737175751888 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 28241 27034 746 1205 0 27032 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 112964

[startup+25.5006 s]
/proc/loadavg: 2.00 2.03 2.00 3/573 21523
/proc/meminfo: memFree=31358808/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=112964 CPUtime=25.49 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 28625 0 0 0 2491 58 0 0 25 0 1 0 821522261 115675136 27037 33554432000 4194304 9128323 140737175751888 18446744073709551615 7342752 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 28241 27037 746 1205 0 27032 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 112964

[startup+51.1011 s]
/proc/loadavg: 2.00 2.03 2.00 3/573 21523
/proc/meminfo: memFree=31356348/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=112964 CPUtime=51.09 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 28633 0 0 0 4975 134 0 0 25 0 1 0 821522261 115675136 27045 33554432000 4194304 9128323 140737175751888 18446744073709551615 5207912 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 28241 27045 748 1205 0 27032 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 112964

[startup+102.322 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 21525
/proc/meminfo: memFree=31346316/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=112964 CPUtime=102.32 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 28640 0 0 0 9930 302 0 0 25 0 1 0 821522261 115675136 27052 33554432000 4194304 9128323 140737175751888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 28241 27052 748 1205 0 27032 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 112964

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 21526
/proc/meminfo: memFree=31335352/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=117032 CPUtime=162.3 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 29637 0 0 0 15731 499 0 0 25 0 1 0 821522261 119840768 27967 33554432000 4194304 9128323 140737175751888 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 29258 27967 746 1205 0 28049 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 117032

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/573 21528
/proc/meminfo: memFree=31311136/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=129204 CPUtime=222.3 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 37100 0 0 0 21520 710 0 0 25 0 1 0 821522261 132304896 31179 33554432000 4194304 9128323 140737175751888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 32301 31179 746 1205 0 31092 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 129204

[startup+282.301 s]
/proc/loadavg: 2.10 2.03 2.01 3/573 21530
/proc/meminfo: memFree=31290128/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=143336 CPUtime=282.3 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 47423 0 0 0 27314 916 0 0 25 0 1 0 821522261 146776064 34730 33554432000 4194304 9128323 140737175751888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 35834 34730 746 1205 0 34625 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 143336

[startup+342.301 s]
/proc/loadavg: 2.11 2.05 2.01 3/573 21531
/proc/meminfo: memFree=31265788/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=155952 CPUtime=342.3 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 58496 0 0 0 33105 1125 0 0 25 0 1 0 821522261 159694848 37817 33554432000 4194304 9128323 140737175751888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 38988 37817 746 1205 0 37779 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 155952

[startup+402.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/573 21533
/proc/meminfo: memFree=31247004/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=168192 CPUtime=402.3 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 65352 0 0 0 38907 1323 0 0 25 0 1 0 821522261 172228608 40969 33554432000 4194304 9128323 140737175751888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 42048 40969 746 1205 0 40839 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 168192

[startup+462.301 s]
/proc/loadavg: 2.16 2.08 2.02 2/571 21535
/proc/meminfo: memFree=31740844/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=182764 CPUtime=462.31 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 68877 0 0 0 44710 1521 0 0 25 0 1 0 821522261 187150336 44492 33554432000 4194304 9128323 140737175751888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 45691 44492 746 1205 0 44482 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 182764

[startup+522.301 s]
/proc/loadavg: 2.12 2.08 2.02 3/573 21564
/proc/meminfo: memFree=30345960/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=199516 CPUtime=522.3 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 83118 0 0 0 50495 1735 0 0 25 0 1 0 821522261 204304384 48798 33554432000 4194304 9128323 140737175751888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 49879 48798 746 1205 0 48670 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 199516

[startup+582.3 s]
/proc/loadavg: 2.20 2.09 2.02 3/573 21566
/proc/meminfo: memFree=30332612/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=212084 CPUtime=582.31 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 93310 0 0 0 56280 1951 0 0 25 0 1 0 821522261 217174016 51979 33554432000 4194304 9128323 140737175751888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 53021 51979 746 1205 0 51812 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 212084

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.04 2.00 3/573 21572
/proc/meminfo: memFree=30307004/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=253960 CPUtime=822.31 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 125128 0 0 0 79596 2635 0 0 25 0 1 0 821522261 260055040 62351 33554432000 4194304 9128323 140737175751888 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 63490 62351 759 1205 0 62281 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 253960

[startup+882.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/573 21574
/proc/meminfo: memFree=30292072/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=263492 CPUtime=882.31 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 131979 0 0 0 85409 2822 0 0 25 0 1 0 821522261 269815808 64928 33554432000 4194304 9128323 140737175751888 18446744073709551615 7267311 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 65873 64928 746 1205 0 64664 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 263492

[startup+942.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 21575
/proc/meminfo: memFree=30282464/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=275576 CPUtime=942.31 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 161462 0 0 0 91243 2988 0 0 25 0 1 0 821522261 282189824 67862 33554432000 4194304 9128323 140737175751888 18446744073709551615 7315698 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 68894 67862 746 1205 0 67685 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 275576

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 21577
/proc/meminfo: memFree=30271760/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=284912 CPUtime=1002.31 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 166804 0 0 0 97091 3140 0 0 25 0 1 0 821522261 291749888 70263 33554432000 4194304 9128323 140737175751888 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 71228 70263 746 1205 0 70019 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 284912

[startup+1062.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/573 21578
/proc/meminfo: memFree=30266136/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=290488 CPUtime=1062.32 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 182610 0 0 0 102925 3307 0 0 25 0 1 0 821522261 297459712 71557 33554432000 4194304 9128323 140737175751888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 72622 71557 746 1205 0 71413 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 290488

[startup+1122.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/573 21580
/proc/meminfo: memFree=30252076/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=304784 CPUtime=1122.32 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 200965 0 0 0 108766 3466 0 0 25 0 1 0 821522261 312098816 75062 33554432000 4194304 9128323 140737175751888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 76196 75062 746 1205 0 74987 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 304784

[startup+1182.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/573 21582
/proc/meminfo: memFree=30243844/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=310556 CPUtime=1182.33 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 215649 0 0 0 114603 3630 0 0 25 0 1 0 821522261 318009344 76692 33554432000 4194304 9128323 140737175751888 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 77639 76692 746 1205 0 76430 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 310556

[startup+1242.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/573 21583
/proc/meminfo: memFree=30265632/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=316992 CPUtime=1242.32 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 226936 0 0 0 120434 3798 0 0 25 0 1 0 821522261 324599808 78283 33554432000 4194304 9128323 140737175751888 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 79248 78283 746 1205 0 78039 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 316992

[startup+1302.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/573 21585
/proc/meminfo: memFree=30256540/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=325252 CPUtime=1302.35 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 230495 0 0 0 126258 3977 0 0 25 0 1 0 821522261 333058048 80265 33554432000 4194304 9128323 140737175751888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 81313 80265 746 1205 0 80104 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 325252

[startup+1362.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/573 21586
/proc/meminfo: memFree=30246708/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=335896 CPUtime=1362.33 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 233299 0 0 0 132079 4154 0 0 25 0 1 0 821522261 343957504 82998 33554432000 4194304 9128323 140737175751888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 83974 82998 746 1205 0 82765 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 335896

[startup+1422.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/573 21588
/proc/meminfo: memFree=30237248/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=345396 CPUtime=1422.35 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 254052 0 0 0 137905 4330 0 0 25 0 1 0 821522261 353685504 85416 33554432000 4194304 9128323 140737175751888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 86349 85416 789 1205 0 85140 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 345396

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 21590
/proc/meminfo: memFree=30227644/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=354136 CPUtime=1482.33 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 259024 0 0 0 143731 4502 0 0 25 0 1 0 821522261 362635264 87588 33554432000 4194304 9128323 140737175751888 18446744073709551615 7366230 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 88534 87588 746 1205 0 87325 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 354136

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 21591
/proc/meminfo: memFree=30211604/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=363360 CPUtime=1542.33 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 261211 0 0 0 149548 4685 0 0 25 0 1 0 821522261 372080640 89759 33554432000 4194304 9128323 140737175751888 18446744073709551615 7343089 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 90840 89759 746 1205 0 89631 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 363360

[startup+1602.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/573 21593
/proc/meminfo: memFree=30205376/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=368432 CPUtime=1602.33 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 270549 0 0 0 155365 4868 0 0 25 0 1 0 821522261 377274368 91161 33554432000 4194304 9128323 140737175751888 18446744073709551615 7343394 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 92108 91161 759 1205 0 90899 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 368432

[startup+1662.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/573 21594
/proc/meminfo: memFree=30200384/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=373780 CPUtime=1662.34 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 282482 0 0 0 161195 5039 0 0 25 0 1 0 821522261 382750720 92503 33554432000 4194304 9128323 140737175751888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 93445 92503 746 1205 0 92236 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 373780

[startup+1722.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/573 21596
/proc/meminfo: memFree=30191416/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=383372 CPUtime=1722.33 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 291120 0 0 0 166995 5238 0 0 25 0 1 0 821522261 392572928 94779 33554432000 4194304 9128323 140737175751888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 95843 94779 746 1205 0 94634 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 383372

[startup+1782.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/573 21598
/proc/meminfo: memFree=30177232/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=389620 CPUtime=1782.33 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 297857 0 0 0 172816 5417 0 0 25 0 1 0 821522261 398970880 96438 33554432000 4194304 9128323 140737175751888 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21521/statm: 97405 96438 746 1205 0 96196 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 389620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.07 2.06 2.01 3/573 21598
/proc/meminfo: memFree=30178076/32950928 swapFree=43925852/67111528
[pid=21521] ppid=21519 vsize=389892 CPUtime=1800.06 cores=1,3,5,7
/proc/21521/stat : 21521 (scip-2.0.1.4.li) R 21519 21521 20770 0 -1 4202496 301523 0 0 0 174528 5478 0 0 25 0 1 0 821522261 399249408 96481 33554432000 4194304 9128323 140737175751888 18446744073709551615 6890240 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21521/statm: 97473 96481 764 1205 0 96264 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 389892

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

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

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1745.29
system time used= 54.7997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 301523
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9
involuntary context switches= 21984

runsolver used 10.0585 second user time and 24.3373 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-03 13:07:15
IDJOB=3452768
IDBENCH=2948
IDSOLVER=1949
FILE ID=node122/3452768-1307099235
RUNJOBID= node122-1307093813-20789
PBS_JOBID= 13498001
Free space on /tmp= 73796 MiB

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

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

MD5SUM BENCH= e41be903cf92c8332743e4188dbf4c82
RANDOM SEED=1155673280

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31469988 kB
Buffers:        273880 kB
Cached:         418312 kB
SwapCached:      16832 kB
Active:         777236 kB
Inactive:       389944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31469988 kB
SwapTotal:    67111528 kB
SwapFree:     43925852 kB
Dirty:           13292 kB
Writeback:           0 kB
AnonPages:      472352 kB
Mapped:          12144 kB
Slab:           148328 kB
PageTables:      93948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 181194728 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= 73740 MiB
End job on node122 at 2011-06-03 13:37:17