Trace number 3485586

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 2 2011-06-10 (fixed)? 1797.24 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 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.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-3485586-1307777224.opb>
0.01/0.07	c original problem has 2467 variables (2467 bin, 0 int, 0 impl, 0 cont) and 4745 constraints
0.01/0.07	c problem read
0.01/0.07	c presolving settings loaded
0.09/0.12	c presolving:
0.09/0.14	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.16	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.18	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.09/0.19	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.77	c    (0.8s) probing: 206/2466 (8.4%) - 0 fixings, 0 aggregations, 94 implications, 0 bound changes
0.69/0.77	c    (0.8s) probing aborted: 100/100 successive totally useless probings
0.69/0.77	c presolving (5 rounds):
0.69/0.77	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.77	c  502 implications, 5 cliques
0.69/0.77	c presolved problem has 2466 variables (2466 bin, 0 int, 0 impl, 0 cont) and 2723 constraints
0.69/0.77	c     690 constraints of type <knapsack>
0.69/0.77	c       6 constraints of type <setppc>
0.69/0.77	c    2027 constraints of type <linear>
0.69/0.77	c transformed objective value is always integral (scale: 1)
0.69/0.77	c Presolving Time: 0.68
0.69/0.77	c - non default parameters ----------------------------------------------------------------------
0.69/0.77	c # SCIP version 2.0.1.4
0.69/0.77	c 
0.69/0.77	c # frequency for displaying node information lines
0.69/0.77	c # [type: int, range: [-1,2147483647], default: 100]
0.69/0.77	c display/freq = 10000
0.69/0.77	c 
0.69/0.77	c # maximal time in seconds to run
0.69/0.77	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.77	c limits/time = 1797
0.69/0.77	c 
0.69/0.77	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.69/0.77	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.77	c limits/memory = 13950
0.69/0.77	c 
0.69/0.77	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.69/0.77	c # [type: int, range: [1,2], default: 1]
0.69/0.77	c timing/clocktype = 2
0.69/0.77	c 
0.69/0.77	c # belongs reading time to solving time?
0.69/0.77	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.77	c timing/reading = TRUE
0.69/0.77	c 
0.69/0.77	c # should presolving try to simplify inequalities
0.69/0.77	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.77	c constraints/linear/simplifyinequalities = TRUE
0.69/0.77	c 
0.69/0.77	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.69/0.77	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.77	c constraints/indicator/addCouplingCons = TRUE
0.69/0.77	c 
0.69/0.77	c # should presolving try to simplify knapsacks
0.69/0.77	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.77	c constraints/knapsack/simplifyinequalities = TRUE
0.69/0.77	c 
0.69/0.77	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.69/0.77	c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.77	c separating/rapidlearning/freq = 0
0.69/0.77	c 
0.69/0.77	c -----------------------------------------------------------------------------------------------
0.69/0.77	c start solving
0.69/0.77	c 
0.79/0.87	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.87	c   0.9s|     1 |     0 |  1124 |     - |  21M|   0 | 638 |2466 |2737 |2466 |2723 |   0 |  14 |   0 | 7.800000e+01 |      --      |    Inf 
2.59/2.65	c   2.6s|     1 |     0 |  7573 |     - |  22M|   0 | 834 |2466 |3501 |2466 |2822 |  99 |  14 |   0 | 7.800000e+01 |      --      |    Inf 
3.09/3.12	c   3.1s|     1 |     0 |  8931 |     - |  23M|   0 | 997 |2466 |3501 |2466 |2943 | 220 |  14 |   0 | 7.800000e+01 |      --      |    Inf 
3.59/3.67	c   3.7s|     1 |     0 | 10083 |     - |  24M|   0 |1023 |2466 |3501 |2466 |3062 | 339 |  14 |   0 | 7.800000e+01 |      --      |    Inf 
4.40/4.41	c   4.4s|     1 |     0 | 12012 |     - |  24M|   0 |1175 |2466 |3501 |2466 |3173 | 450 |  14 |   0 | 7.800000e+01 |      --      |    Inf 
5.19/5.23	c   5.2s|     1 |     0 | 12976 |     - |  25M|   0 |1194 |2466 |3501 |2466 |3269 | 546 |  14 |   0 | 7.800000e+01 |      --      |    Inf 
5.89/5.92	c   5.9s|     1 |     0 | 13923 |     - |  26M|   0 |1286 |2466 |3501 |2466 |3384 | 661 |  14 |   0 | 7.800000e+01 |      --      |    Inf 
7.49/7.54	c   7.5s|     1 |     2 | 13923 |     - |  26M|   0 |1286 |2466 |3501 |2466 |3384 | 661 |  14 |  10 | 7.800000e+01 |      --      |    Inf 
372.00/372.07	c   372s| 10000 |  3545 |  2496k| 248.3 |  67M|  66 |   - |2466 |5586 |   0 |   0 | 661 |  16k|5009 | 7.800000e+01 |      --      |    Inf 
625.21/625.29	c   625s| 20000 |  5903 |  4530k| 225.8 | 100M|  66 | 413 |2466 |6339 |2466 |2876 | 661 |  30k|7821 | 7.800000e+01 |      --      |    Inf 
896.22/896.21	c   896s| 30000 |  8204 |  6703k| 223.0 | 129M|  66 | 356 |2466 |5971 |2466 |2876 | 661 |  47k|  10k| 7.800000e+01 |      --      |    Inf 
1096.12/1096.17	c  1096s| 40000 | 10529 |  8479k| 211.6 | 160M|  66 |   - |2466 |6097 |   0 |   0 | 661 |  62k|  12k| 7.800000e+01 |      --      |    Inf 
1324.53/1324.51	c  1325s| 50000 | 11836 | 10233k| 204.4 | 185M|  66 | 308 |2466 |6700 |2466 |2876 | 661 |  78k|  15k| 7.800000e+01 |      --      |    Inf 
1495.93/1496.00	c  1496s| 60000 | 13499 | 11797k| 196.4 | 210M|  66 | 446 |2466 |6184 |2466 |2876 | 661 |  94k|  16k| 7.800000e+01 |      --      |    Inf 
1721.03/1721.03	c  1721s| 70000 | 15601 | 13707k| 195.6 | 239M|  68 | 545 |2466 |6113 |2466 |2876 | 661 | 110k|  19k| 7.800000e+01 |      --      |    Inf 
1797.04/1797.03	c 
1797.04/1797.03	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.03	c Solving Time (sec) : 1797.03
1797.04/1797.03	c Solving Nodes      : 73442
1797.04/1797.03	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.04/1797.03	c Dual Bound         : +7.80000000000000e+01
1797.04/1797.03	c Gap                : infinite
1797.04/1797.03	s UNKNOWN
1797.04/1797.03	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.03	c Total Time         :    1797.03
1797.04/1797.03	c   solving          :    1797.03
1797.04/1797.03	c   presolving       :       0.68 (included in solving)
1797.04/1797.03	c   reading          :       0.07 (included in solving)
1797.04/1797.03	c Original Problem   :
1797.04/1797.03	c   Problem name     : HOME/instance-3485586-1307777224.opb
1797.04/1797.03	c   Variables        : 2467 (2467 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.03	c   Constraints      : 4745 initial, 4745 maximal
1797.04/1797.03	c Presolved Problem  :
1797.04/1797.03	c   Problem name     : t_HOME/instance-3485586-1307777224.opb
1797.04/1797.03	c   Variables        : 2466 (2466 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.03	c   Constraints      : 2723 initial, 7595 maximal
1797.04/1797.03	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.04/1797.03	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.03	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.03	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.03	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.03	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.03	c   probing          :       0.56          0          0          0          0          0          0          0          0          0
1797.04/1797.03	c   knapsack         :       0.02          0          0          0          0          0          0          6         17         79
1797.04/1797.03	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.03	c   linear           :       0.06          1          0          0          1          0       2028          0         12        443
1797.04/1797.03	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.03	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.04/1797.03	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.03	c   integral         :          0          0          0      53856          0          4          0         74      10567          0          0     102606
1797.04/1797.03	c   knapsack         :        690          6     320776          0          1          3     420381       3837    1068484       1082          0          0
1797.04/1797.03	c   setppc           :          6          6       8012          0          1          0         29          0         50          0          0          0
1797.04/1797.03	c   linear           :       2027+         7     316939          0          1          0     485420      24975    7465816          0          0          0
1797.04/1797.03	c   logicor          :          0+         6     170753          0          0          0     365336       1329     155626          0          0          0
1797.04/1797.03	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1797.04/1797.03	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.04/1797.03	c   integral         :     462.49       0.00       0.00     462.49       0.00       0.00       0.00
1797.04/1797.03	c   knapsack         :      20.72       0.05      20.38       0.00       0.00       0.00       0.28
1797.04/1797.03	c   setppc           :       0.01       0.00       0.01       0.00       0.00       0.00       0.00
1797.04/1797.03	c   linear           :      73.12       0.00      72.36       0.00       0.00       0.00       0.76
1797.04/1797.03	c   logicor          :       9.56       0.00       9.18       0.00       0.00       0.00       0.38
1797.04/1797.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.04/1797.03	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.04/1797.03	c   vbounds          :          0          0          0          0
1797.04/1797.03	c   rootredcost      :          0          0          0          0
1797.04/1797.03	c   pseudoobj        :     320351          0          0          0
1797.04/1797.03	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.04/1797.03	c   vbounds          :       0.07       0.07       0.00
1797.04/1797.03	c   rootredcost      :       0.07       0.07       0.00
1797.04/1797.03	c   pseudoobj        :       0.21       0.21       0.00
1797.04/1797.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.04/1797.03	c   propagation      :       2.59      30141      30034     347441       39.6       1317       26.1          -
1797.04/1797.03	c   infeasible LP    :       3.52      11240      11240      60814       30.8       1150       18.9          0
1797.04/1797.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.03	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.04/1797.03	c   applied globally :          -          -          -     115597       31.6          -          -          -
1797.04/1797.03	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.04/1797.03	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.04/1797.03	c   cut pool         :       0.00          5          -          -        994          -    (maximal pool size: 4087)
1797.04/1797.03	c   redcost          :       2.17      53858          0         12          0          0
1797.04/1797.03	c   impliedbounds    :       0.00          6          0          0         15          0
1797.04/1797.03	c   intobj           :       0.00          0          0          0          0          0
1797.04/1797.03	c   gomory           :       0.41          6          0          0          7          0
1797.04/1797.03	c   cgmip            :       0.00          0          0          0          0          0
1797.04/1797.03	c   closecuts        :       0.00          0          0          0          0          0
1797.04/1797.03	c   strongcg         :       0.39          6          0          0          0          0
1797.04/1797.03	c   cmir             :       0.82          6          0          0       3000          0
1797.04/1797.03	c   flowcover        :       0.62          6          0          0       1200          0
1797.04/1797.03	c   clique           :       0.00          6          0          0          0          0
1797.04/1797.03	c   zerohalf         :       0.00          0          0          0          0          0
1797.04/1797.03	c   mcf              :       0.00          1          0          0          0          0
1797.04/1797.03	c   oddcycle         :       0.00          0          0          0          0          0
1797.04/1797.03	c   rapidlearning    :       0.86          1          0          0          0        764
1797.04/1797.03	c Pricers            :       Time      Calls       Vars
1797.04/1797.03	c   problem variables:       0.00          0          0
1797.04/1797.03	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.03	c   relpscost        :     462.42      53856         74      10567          0          0     102606
1797.04/1797.03	c   pscost           :       0.00          0          0          0          0          0          0
1797.04/1797.03	c   inference        :       0.00          1          0          0          0          0          2
1797.04/1797.03	c   mostinf          :       0.00          0          0          0          0          0          0
1797.04/1797.03	c   leastinf         :       0.00          0          0          0          0          0          0
1797.04/1797.03	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.04/1797.03	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.04/1797.03	c   random           :       0.00          0          0          0          0          0          0
1797.04/1797.03	c Primal Heuristics  :       Time      Calls      Found
1797.04/1797.03	c   LP solutions     :       0.00          -          0
1797.04/1797.03	c   pseudo solutions :       0.00          -          0
1797.04/1797.03	c   oneopt           :       0.04          0          0
1797.04/1797.03	c   crossover        :       0.02          0          0
1797.04/1797.03	c   guideddiving     :       0.00          0          0
1797.04/1797.03	c   feaspump         :      26.89         72          0
1797.04/1797.03	c   linesearchdiving :      17.29        210          0
1797.04/1797.03	c   fracdiving       :      38.06        210          0
1797.04/1797.03	c   coefdiving       :      68.13        210          0
1797.04/1797.03	c   veclendiving     :      19.54        210          0
1797.04/1797.03	c   pscostdiving     :      31.48        211          0
1797.04/1797.03	c   trivial          :       0.00          2          0
1797.04/1797.03	c   shiftandpropagate:       0.06          1          0
1797.04/1797.03	c   simplerounding   :       0.02          0          0
1797.04/1797.03	c   zirounding       :       0.28       1000          0
1797.04/1797.03	c   rounding         :       1.09       3250          0
1797.04/1797.03	c   shifting         :       6.61        950          0
1797.04/1797.03	c   intshifting      :       0.00          0          0
1797.04/1797.03	c   twoopt           :       0.00          0          0
1797.04/1797.03	c   fixandinfer      :       0.00          0          0
1797.04/1797.03	c   clique           :       0.00          0          0
1797.04/1797.03	c   intdiving        :       0.00          0          0
1797.04/1797.03	c   actconsdiving    :       0.00          0          0
1797.04/1797.03	c   objpscostdiving  :      21.87         52          0
1797.04/1797.03	c   rootsoldiving    :      15.12         92          0
1797.04/1797.03	c   octane           :       0.00          0          0
1797.04/1797.03	c   rens             :       0.01          0          0
1797.04/1797.03	c   rins             :       0.00          0          0
1797.04/1797.03	c   localbranching   :       0.00          0          0
1797.04/1797.03	c   mutation         :       0.00          0          0
1797.04/1797.03	c   dins             :       0.00          0          0
1797.04/1797.03	c   vbounds          :       0.00          0          0
1797.04/1797.03	c   undercover       :       0.00          0          0
1797.04/1797.03	c   subnlp           :       0.02          0          0
1797.04/1797.03	c   trysol           :       0.02          0          0
1797.04/1797.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.04/1797.03	c   primal LP        :       0.01          0          0       0.00          -
1797.04/1797.03	c   dual LP          :     873.56      58607   12375018     211.15   14166.15
1797.04/1797.03	c   lex dual LP      :       0.00          0          0       0.00          -
1797.04/1797.03	c   barrier LP       :       0.00          0          0       0.00          -
1797.04/1797.03	c   diving/probing LP:     206.78      25998    1945651      74.84    9409.25
1797.04/1797.03	c   strong branching :     454.36      20113    4418646     219.69    9724.97
1797.04/1797.03	c     (at root node) :          -         10       6749     674.90          -
1797.04/1797.03	c   conflict analysis:       0.00          0          0       0.00          -
1797.04/1797.03	c B&B Tree           :
1797.04/1797.03	c   number of runs   :          1
1797.04/1797.03	c   nodes            :      73442
1797.04/1797.03	c   nodes (total)    :      73442
1797.04/1797.03	c   nodes left       :      16222
1797.04/1797.03	c   max depth        :         68
1797.04/1797.03	c   max depth (total):         68
1797.04/1797.03	c   backtracks       :      14425 (19.6%)
1797.04/1797.03	c   delayed cutoffs  :      12945
1797.04/1797.03	c   repropagations   :      65771 (2341763 domain reductions, 9041 cutoffs)
1797.04/1797.03	c   avg switch length:       7.23
1797.04/1797.03	c   switching time   :      77.95
1797.04/1797.03	c Solution           :
1797.04/1797.03	c   Solutions found  :          0 (0 improvements)
1797.04/1797.03	c   Primal Bound     :          -
1797.04/1797.03	c   Dual Bound       : +7.80000000000000e+01
1797.04/1797.03	c   Gap              :   infinite
1797.04/1797.03	c   Root Dual Bound  : +7.80000000000000e+01
1797.04/1797.03	c   Root Iterations  :      13923
1797.14/1797.18	c Time complete: 1797.23.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3485586-1307777224/watcher-3485586-1307777224 -o /tmp/evaluation-result-3485586-1307777224/solver-3485586-1307777224 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485586-1307777224.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.22 2.60 3/177 21888
/proc/meminfo: memFree=31706172/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=9964 CPUtime=0 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 1490 0 0 0 0 0 0 0 20 0 1 0 889321242 10203136 1444 33554432000 4194304 8979876 140733290467232 18446744073709551615 6779003 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21888/statm: 2491 1444 366 1169 0 1318 0

[startup+0.0140719 s]
/proc/loadavg: 2.00 2.22 2.60 3/177 21888
/proc/meminfo: memFree=31706172/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=10732 CPUtime=0.01 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 1673 0 0 0 1 0 0 0 20 0 1 0 889321242 10989568 1627 33554432000 4194304 8979876 140733290467232 18446744073709551615 4445963 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21888/statm: 2683 1627 366 1169 0 1510 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10732

[startup+0.101044 s]
/proc/loadavg: 2.00 2.22 2.60 3/177 21888
/proc/meminfo: memFree=31706172/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=41752 CPUtime=0.09 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 9139 0 0 0 8 1 0 0 20 0 1 0 889321242 42754048 9093 33554432000 4194304 8979876 140733290467232 18446744073709551615 6491995 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 10438 9093 450 1169 0 9265 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41752

[startup+0.301007 s]
/proc/loadavg: 2.00 2.22 2.60 3/177 21888
/proc/meminfo: memFree=31706172/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=61704 CPUtime=0.29 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 14253 0 0 0 28 1 0 0 21 0 1 0 889321242 63184896 13950 33554432000 4194304 8979876 140733290467232 18446744073709551615 5308557 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 15426 13950 533 1169 0 14253 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61704

[startup+0.700933 s]
/proc/loadavg: 2.00 2.22 2.60 3/177 21888
/proc/meminfo: memFree=31706172/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=61704 CPUtime=0.69 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 14253 0 0 0 68 1 0 0 22 0 1 0 889321242 63184896 13950 33554432000 4194304 8979876 140733290467232 18446744073709551615 5308855 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 15426 13950 533 1169 0 14253 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 61704

[startup+1.5009 s]
/proc/loadavg: 2.08 2.23 2.60 5/179 21890
/proc/meminfo: memFree=31481764/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=75272 CPUtime=1.49 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 18855 0 0 0 146 3 0 0 25 0 1 0 889321242 77078528 17368 33554432000 4194304 8979876 140733290467232 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 18818 17368 686 1169 0 17645 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 75272

[startup+3.10064 s]
/proc/loadavg: 2.08 2.23 2.60 5/179 21890
/proc/meminfo: memFree=31446776/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=112820 CPUtime=3.09 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 28410 0 0 0 304 5 0 0 25 0 1 0 889321242 115527680 26902 33554432000 4194304 8979876 140733290467232 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 28205 26902 785 1169 0 27032 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 112820

[startup+6.301 s]
/proc/loadavg: 2.08 2.23 2.60 5/179 21890
/proc/meminfo: memFree=31382212/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=112820 CPUtime=6.29 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 28588 0 0 0 621 8 0 0 25 0 1 0 889321242 115527680 27017 33554432000 4194304 8979876 140733290467232 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 28205 27017 730 1169 0 27032 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 112820

[startup+12.7009 s]
/proc/loadavg: 2.22 2.26 2.61 5/179 21890
/proc/meminfo: memFree=31301404/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=112820 CPUtime=12.69 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 28588 0 0 0 1256 13 0 0 25 0 1 0 889321242 115527680 27017 33554432000 4194304 8979876 140733290467232 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 28205 27017 730 1169 0 27032 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 112820

[startup+25.5006 s]
/proc/loadavg: 2.34 2.28 2.61 5/179 21890
/proc/meminfo: memFree=31291588/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=112820 CPUtime=25.49 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 28591 0 0 0 2523 26 0 0 25 0 1 0 889321242 115527680 27020 33554432000 4194304 8979876 140733290467232 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 28205 27020 733 1169 0 27032 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 112820

[startup+51.101 s]
/proc/loadavg: 2.56 2.34 2.62 5/179 21891
/proc/meminfo: memFree=31289640/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=112820 CPUtime=51.09 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 28597 0 0 0 5051 58 0 0 25 0 1 0 889321242 115527680 27026 33554432000 4194304 8979876 140733290467232 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 28205 27026 734 1169 0 27032 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 112820

[startup+102.307 s]
/proc/loadavg: 2.82 2.45 2.64 5/179 21892
/proc/meminfo: memFree=31289176/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=112820 CPUtime=102.3 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 28605 0 0 0 10103 127 0 0 25 0 1 0 889321242 115527680 27034 33554432000 4194304 8979876 140733290467232 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 28205 27034 734 1169 0 27032 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 112820

[startup+162.3 s]
/proc/loadavg: 3.03 2.58 2.67 5/179 21894
/proc/meminfo: memFree=31286288/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=117292 CPUtime=162.29 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 29764 0 0 0 16014 215 0 0 25 0 1 0 889321242 120107008 28190 33554432000 4194304 8979876 140733290467232 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 29323 28190 732 1169 0 28150 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 117292

[startup+222.301 s]
/proc/loadavg: 3.01 2.65 2.69 5/179 21896
/proc/meminfo: memFree=31273708/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=129100 CPUtime=222.29 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 46183 0 0 0 21929 300 0 0 25 0 1 0 889321242 132198400 31174 33554432000 4194304 8979876 140733290467232 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 32275 31174 732 1169 0 31102 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 129100

[startup+282.301 s]
/proc/loadavg: 3.00 2.71 2.70 5/179 21897
/proc/meminfo: memFree=31261624/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=141080 CPUtime=282.29 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 50572 0 0 0 27846 383 0 0 25 0 1 0 889321242 144465920 34132 33554432000 4194304 8979876 140733290467232 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 35270 34132 732 1169 0 34097 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 141080

[startup+342.301 s]
/proc/loadavg: 3.00 2.76 2.72 5/179 21899
/proc/meminfo: memFree=31250548/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=150104 CPUtime=342.3 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 56512 0 0 0 33763 467 0 0 25 0 1 0 889321242 153706496 36332 33554432000 4194304 8979876 140733290467232 18446744073709551615 7037646 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 37526 36332 732 1169 0 36353 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 150104

[startup+402.3 s]
/proc/loadavg: 3.00 2.80 2.74 5/179 21900
/proc/meminfo: memFree=31239844/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=163032 CPUtime=402.3 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 61098 0 0 0 39677 553 0 0 25 0 1 0 889321242 166944768 39555 33554432000 4194304 8979876 140733290467232 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 40758 39555 732 1169 0 39585 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 163032

[startup+462.301 s]
/proc/loadavg: 3.00 2.84 2.75 5/179 21902
/proc/meminfo: memFree=31228132/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=174560 CPUtime=462.3 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 77144 0 0 0 45593 637 0 0 25 0 1 0 889321242 178749440 42516 33554432000 4194304 8979876 140733290467232 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 43640 42516 732 1169 0 42467 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 174560

[startup+522.301 s]
/proc/loadavg: 3.00 2.86 2.76 5/179 21904
/proc/meminfo: memFree=31214832/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=187448 CPUtime=522.3 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 87926 0 0 0 51510 720 0 0 25 0 1 0 889321242 191946752 45821 33554432000 4194304 8979876 140733290467232 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 46862 45821 732 1169 0 45689 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 187448

[startup+582.3 s]
/proc/loadavg: 3.00 2.89 2.77 5/179 21905
/proc/meminfo: memFree=31202368/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=199916 CPUtime=582.31 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 96349 0 0 0 57428 803 0 0 25 0 1 0 889321242 204713984 48950 33554432000 4194304 8979876 140733290467232 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 49979 48950 732 1169 0 48806 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 199916

[startup+642.301 s]

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

/proc/meminfo: memFree=31112648/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=289836 CPUtime=1062.31 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 146805 0 0 0 104764 1467 0 0 25 0 1 0 889321242 296792064 71262 33554432000 4194304 8979876 140733290467232 18446744073709551615 7047430 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 72459 71262 732 1169 0 71286 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 289836

[startup+1122.3 s]
/proc/loadavg: 3.00 2.97 2.85 4/179 21920
/proc/meminfo: memFree=31097244/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=304528 CPUtime=1122.32 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 151996 0 0 0 110681 1551 0 0 25 0 1 0 889321242 311836672 75122 33554432000 4194304 8979876 140733290467232 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 76132 75122 732 1169 0 74959 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 304528

[startup+1182.3 s]
/proc/loadavg: 3.00 2.97 2.86 5/179 21921
/proc/meminfo: memFree=31086656/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=315136 CPUtime=1182.32 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 159637 0 0 0 116603 1629 0 0 25 0 1 0 889321242 322699264 77792 33554432000 4194304 8979876 140733290467232 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 78784 77792 732 1169 0 77611 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 315136

[startup+1242.3 s]
/proc/loadavg: 3.00 2.97 2.86 5/179 21923
/proc/meminfo: memFree=31076940/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=324480 CPUtime=1242.32 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 163128 0 0 0 122520 1712 0 0 25 0 1 0 889321242 332267520 80124 33554432000 4194304 8979876 140733290467232 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 81120 80124 732 1169 0 79947 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 324480

[startup+1302.3 s]
/proc/loadavg: 3.07 3.00 2.88 5/179 21924
/proc/meminfo: memFree=31069464/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=331844 CPUtime=1302.33 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 166389 0 0 0 128438 1795 0 0 25 0 1 0 889321242 339808256 81968 33554432000 4194304 8979876 140733290467232 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 82961 81968 732 1169 0 81788 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 331844

[startup+1362.3 s]
/proc/loadavg: 3.02 3.00 2.89 5/179 21926
/proc/meminfo: memFree=31057280/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=343948 CPUtime=1362.33 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 172999 0 0 0 134363 1870 0 0 25 0 1 0 889321242 352202752 85018 33554432000 4194304 8979876 140733290467232 18446744073709551615 5313822 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 85987 85018 732 1169 0 84814 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 343948

[startup+1422.31 s]
/proc/loadavg: 3.01 3.00 2.89 5/179 21928
/proc/meminfo: memFree=31044704/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=356292 CPUtime=1422.33 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 176120 0 0 0 140281 1952 0 0 25 0 1 0 889321242 364843008 88091 33554432000 4194304 8979876 140733290467232 18446744073709551615 7179628 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 89073 88091 732 1169 0 87900 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 356292

[startup+1482.3 s]
/proc/loadavg: 3.00 3.00 2.90 5/179 21929
/proc/meminfo: memFree=31034356/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=366672 CPUtime=1482.33 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 178808 0 0 0 146201 2032 0 0 25 0 1 0 889321242 375472128 90723 33554432000 4194304 8979876 140733290467232 18446744073709551615 7057397 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 91668 90723 732 1169 0 90495 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 366672

[startup+1542.3 s]
/proc/loadavg: 3.00 3.00 2.90 5/179 21931
/proc/meminfo: memFree=31024760/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=376308 CPUtime=1542.33 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 186228 0 0 0 152120 2113 0 0 25 0 1 0 889321242 385339392 93134 33554432000 4194304 8979876 140733290467232 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 94077 93134 732 1169 0 92904 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 376308

[startup+1602.3 s]
/proc/loadavg: 3.00 3.00 2.91 5/179 21932
/proc/meminfo: memFree=31013564/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=388228 CPUtime=1602.33 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 189212 0 0 0 158019 2214 0 0 25 0 1 0 889321242 397545472 96036 33554432000 4194304 8979876 140733290467232 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 97057 96036 732 1169 0 95884 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 388228

[startup+1662.3 s]
/proc/loadavg: 3.00 3.00 2.91 5/179 21934
/proc/meminfo: memFree=31000720/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=401192 CPUtime=1662.33 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 192315 0 0 0 163934 2299 0 0 25 0 1 0 889321242 410820608 99081 33554432000 4194304 8979876 140733290467232 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 100298 99081 732 1169 0 99125 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 401192

[startup+1722.3 s]
/proc/loadavg: 3.00 3.00 2.91 5/179 21936
/proc/meminfo: memFree=30992360/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=409976 CPUtime=1722.33 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 196826 0 0 0 169855 2378 0 0 25 0 1 0 889321242 419815424 101202 33554432000 4194304 8979876 140733290467232 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 102494 101202 732 1169 0 101321 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 409976

[startup+1782.3 s]
/proc/loadavg: 3.00 3.00 2.91 5/179 21937
/proc/meminfo: memFree=30982632/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=418312 CPUtime=1782.34 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 199252 0 0 0 175776 2458 0 0 25 0 1 0 889321242 428351488 103549 33554432000 4194304 8979876 140733290467232 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 104578 103549 732 1169 0 103405 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 418312

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

[startup+1785.5 s]
/proc/loadavg: 3.00 3.00 2.91 5/179 21937
/proc/meminfo: memFree=30982012/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=418836 CPUtime=1785.54 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 199385 0 0 0 176093 2461 0 0 25 0 1 0 889321242 428888064 103682 33554432000 4194304 8979876 140733290467232 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 104709 103682 732 1169 0 103536 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 418836

[startup+1791.91 s]
/proc/loadavg: 3.00 3.00 2.91 5/179 21937
/proc/meminfo: memFree=30982120/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=418836 CPUtime=1791.95 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 199387 0 0 0 176724 2471 0 0 25 0 1 0 889321242 428888064 103684 33554432000 4194304 8979876 140733290467232 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 104709 103684 732 1169 0 103536 0
Current children cumulated CPU time (s) 1791.95
Current children cumulated vsize (KiB) 418836

[startup+1795.1 s]
/proc/loadavg: 3.00 3.00 2.91 5/179 21938
/proc/meminfo: memFree=30981996/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=418836 CPUtime=1795.14 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 199387 0 0 0 177039 2475 0 0 25 0 1 0 889321242 428888064 103684 33554432000 4194304 8979876 140733290467232 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 104709 103684 732 1169 0 103536 0
Current children cumulated CPU time (s) 1795.14
Current children cumulated vsize (KiB) 418836

[startup+1795.9 s]
/proc/loadavg: 3.00 3.00 2.91 5/179 21938
/proc/meminfo: memFree=30981996/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=420716 CPUtime=1795.93 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 199758 0 0 0 177118 2475 0 0 25 0 1 0 889321242 430813184 104010 33554432000 4194304 8979876 140733290467232 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 105179 104010 732 1169 0 104006 0
Current children cumulated CPU time (s) 1795.93
Current children cumulated vsize (KiB) 420716

[startup+1796.7 s]
/proc/loadavg: 3.00 3.00 2.91 5/179 21938
/proc/meminfo: memFree=30979392/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=420620 CPUtime=1796.74 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 201077 0 0 0 177197 2477 0 0 25 0 1 0 889321242 430714880 103998 33554432000 4194304 8979876 140733290467232 18446744073709551615 7179616 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21888/statm: 105155 103998 732 1169 0 103982 0
Current children cumulated CPU time (s) 1796.74
Current children cumulated vsize (KiB) 420620

[startup+1797.1 s]
/proc/loadavg: 3.00 3.00 2.91 5/179 21938
/proc/meminfo: memFree=30979392/32950928 swapFree=67048868/67111528
[pid=21888] ppid=21884 vsize=420804 CPUtime=1797.14 cores=0,2,4,6
/proc/21888/stat : 21888 (scip-2.0.1.4_2.) R 21884 21888 17848 0 -1 4202496 201144 0 0 0 177237 2477 0 0 18 0 1 0 889321242 430903296 104065 33554432000 4194304 8979876 140733290467232 18446744073709551615 4897609 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21888/statm: 105201 104065 736 1169 0 104028 0
Current children cumulated CPU time (s) 1797.14
Current children cumulated vsize (KiB) 420804

Child status: 0
Real time (s): 1797.19
CPU time (s): 1797.24
CPU user time (s): 1772.44
CPU system time (s): 24.7952
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 422140

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

runsolver used 2.74958 second user time and 6.98294 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-11 09:27:04
IDJOB=3485586
IDBENCH=2948
IDSOLVER=1977
FILE ID=node122/3485586-1307777224
RUNJOBID= node122-1307777224-21861
PBS_JOBID= 13550861
Free space on /tmp= 74104 MiB

SOLVER NAME= SCIP spx 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.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3485586-1307777224/watcher-3485586-1307777224 -o /tmp/evaluation-result-3485586-1307777224/solver-3485586-1307777224 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485586-1307777224.opb -t 1800 -m 15500

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

MD5SUM BENCH= e41be903cf92c8332743e4188dbf4c82
RANDOM SEED=1723461884

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:      31706788 kB
Buffers:        137228 kB
Cached:         933264 kB
SwapCached:      14644 kB
Active:         355856 kB
Inactive:       734664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31706788 kB
SwapTotal:    67111528 kB
SwapFree:     67048868 kB
Dirty:           39224 kB
Writeback:           0 kB
AnonPages:       17248 kB
Mapped:           8804 kB
Slab:            87840 kB
PageTables:       4796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   370712 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= 74064 MiB
End job on node122 at 2011-06-11 09:57:02