Trace number 3489028

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E_2 2011-06-10 (fixed)? 1797.22 1797.18

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.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3489028-1307774711.opb>
0.00/0.08	c original problem has 2467 variables (2467 bin, 0 int, 0 impl, 0 cont) and 4745 constraints
0.00/0.08	c problem read
0.00/0.08	c presolving settings loaded
0.09/0.11	c presolving:
0.09/0.13	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.15	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.17	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.76	c    (0.8s) probing: 206/2466 (8.4%) - 0 fixings, 0 aggregations, 94 implications, 0 bound changes
0.69/0.76	c    (0.8s) probing aborted: 100/100 successive totally useless probings
0.69/0.76	c presolving (5 rounds):
0.69/0.76	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.76	c  502 implications, 5 cliques
0.69/0.76	c presolved problem has 2466 variables (2466 bin, 0 int, 0 impl, 0 cont) and 2723 constraints
0.69/0.76	c     690 constraints of type <knapsack>
0.69/0.76	c       6 constraints of type <setppc>
0.69/0.76	c    2027 constraints of type <linear>
0.69/0.76	c transformed objective value is always integral (scale: 1)
0.69/0.76	c Presolving Time: 0.65
0.69/0.76	c - non default parameters ----------------------------------------------------------------------
0.69/0.76	c # SCIP version 2.0.1.5
0.69/0.76	c 
0.69/0.76	c # frequency for displaying node information lines
0.69/0.76	c # [type: int, range: [-1,2147483647], default: 100]
0.69/0.76	c display/freq = 10000
0.69/0.76	c 
0.69/0.76	c # maximal time in seconds to run
0.69/0.76	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.76	c limits/time = 1797
0.69/0.76	c 
0.69/0.76	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.69/0.76	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.76	c limits/memory = 13950
0.69/0.76	c 
0.69/0.76	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.69/0.76	c # [type: int, range: [1,2], default: 1]
0.69/0.76	c timing/clocktype = 2
0.69/0.76	c 
0.69/0.76	c # belongs reading time to solving time?
0.69/0.76	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.76	c timing/reading = TRUE
0.69/0.76	c 
0.69/0.76	c # should presolving try to simplify inequalities
0.69/0.76	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.76	c constraints/linear/simplifyinequalities = TRUE
0.69/0.76	c 
0.69/0.76	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.69/0.76	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.76	c constraints/indicator/addCouplingCons = TRUE
0.69/0.76	c 
0.69/0.76	c # should presolving try to simplify knapsacks
0.69/0.76	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.76	c constraints/knapsack/simplifyinequalities = TRUE
0.69/0.76	c 
0.69/0.76	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.69/0.76	c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.76	c separating/rapidlearning/freq = 0
0.69/0.76	c 
0.69/0.76	c -----------------------------------------------------------------------------------------------
0.69/0.76	c start solving
0.69/0.76	c 
0.79/0.86	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.86	c   0.9s|     1 |     0 |  1124 |     - |  21M|   0 | 638 |2466 |2737 |2466 |2723 |   0 |  14 |   0 | 7.800000e+01 |      --      |    Inf 
2.59/2.64	c   2.6s|     1 |     0 |  7573 |     - |  23M|   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 |     - |  25M|   0 |1175 |2466 |3501 |2466 |3173 | 450 |  14 |   0 | 7.800000e+01 |      --      |    Inf 
5.19/5.24	c   5.2s|     1 |     0 | 12976 |     - |  25M|   0 |1194 |2466 |3501 |2466 |3269 | 546 |  14 |   0 | 7.800000e+01 |      --      |    Inf 
5.89/5.99	c   6.0s|     1 |     0 | 13923 |     - |  26M|   0 |1286 |2466 |3501 |2466 |3384 | 661 |  14 |   0 | 7.800000e+01 |      --      |    Inf 
7.59/7.68	c   7.7s|     1 |     2 | 13923 |     - |  26M|   0 |1286 |2466 |3501 |2466 |3384 | 661 |  14 |  10 | 7.800000e+01 |      --      |    Inf 
404.50/404.59	c   405s| 10000 |  3545 |  2496k| 248.3 |  67M|  66 |   - |2466 |5586 |   0 |   0 | 661 |  16k|5009 | 7.800000e+01 |      --      |    Inf 
680.31/680.38	c   680s| 20000 |  5903 |  4530k| 225.8 | 101M|  66 | 413 |2466 |6339 |2466 |2876 | 661 |  30k|7821 | 7.800000e+01 |      --      |    Inf 
975.11/975.17	c   975s| 30000 |  8204 |  6703k| 223.0 | 129M|  66 | 356 |2466 |5971 |2466 |2876 | 661 |  47k|  10k| 7.800000e+01 |      --      |    Inf 
1194.21/1194.24	c  1194s| 40000 | 10529 |  8479k| 211.6 | 161M|  66 |   - |2466 |6097 |   0 |   0 | 661 |  62k|  12k| 7.800000e+01 |      --      |    Inf 
1444.23/1444.25	c  1444s| 50000 | 11836 | 10233k| 204.4 | 185M|  66 | 308 |2466 |6700 |2466 |2876 | 661 |  78k|  15k| 7.800000e+01 |      --      |    Inf 
1633.03/1633.04	c  1633s| 60000 | 13499 | 11797k| 196.4 | 210M|  66 | 446 |2466 |6184 |2466 |2876 | 661 |  94k|  16k| 7.800000e+01 |      --      |    Inf 
1797.03/1797.00	c 
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Solving Time (sec) : 1797.00
1797.03/1797.00	c Solving Nodes      : 66422
1797.03/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.03/1797.00	c Dual Bound         : +7.80000000000000e+01
1797.03/1797.00	c Gap                : infinite
1797.03/1797.00	s UNKNOWN
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Total Time         :    1797.00
1797.03/1797.00	c   solving          :    1797.00
1797.03/1797.00	c   presolving       :       0.65 (included in solving)
1797.03/1797.00	c   reading          :       0.08 (included in solving)
1797.03/1797.00	c Original Problem   :
1797.03/1797.00	c   Problem name     : HOME/instance-3489028-1307774711.opb
1797.03/1797.00	c   Variables        : 2467 (2467 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 4745 initial, 4745 maximal
1797.03/1797.00	c Presolved Problem  :
1797.03/1797.00	c   Problem name     : t_HOME/instance-3489028-1307774711.opb
1797.03/1797.00	c   Variables        : 2466 (2466 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 2723 initial, 7595 maximal
1797.03/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.03/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   probing          :       0.56          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   knapsack         :       0.02          0          0          0          0          0          0          6         17         79
1797.03/1797.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   linear           :       0.07          1          0          0          1          0       2028          0         12        443
1797.03/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.03/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.00	c   integral         :          0          0          0      48921          0          4          0         73       9574          0          0      93166
1797.03/1797.00	c   knapsack         :        690          6     290328          0          1          3     377966       3425     972016       1082          0          0
1797.03/1797.00	c   setppc           :          6          6       7500          0          0          0         28          0         47          0          0          0
1797.03/1797.00	c   linear           :       2027+         7     286903          0          1          0     438694      22591    6779382          0          0          0
1797.03/1797.00	c   logicor          :          0+         6     154945          0          0          0     330548       1214     140085          0          0          0
1797.03/1797.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1797.03/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.03/1797.00	c   integral         :     465.04       0.00       0.00     465.04       0.00       0.00       0.00
1797.03/1797.00	c   knapsack         :      20.74       0.05      20.41       0.00       0.00       0.00       0.28
1797.03/1797.00	c   setppc           :       0.01       0.00       0.01       0.00       0.00       0.00       0.00
1797.03/1797.00	c   linear           :      71.89       0.00      71.15       0.00       0.00       0.00       0.74
1797.03/1797.00	c   logicor          :       9.26       0.00       8.89       0.00       0.00       0.00       0.37
1797.03/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.03/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.03/1797.00	c   vbounds          :          0          0          0          0
1797.03/1797.00	c   rootredcost      :          0          0          0          0
1797.03/1797.00	c   pseudoobj        :     289903          0          0          0
1797.03/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.03/1797.00	c   vbounds          :       0.07       0.07       0.00
1797.03/1797.00	c   rootredcost      :       0.07       0.07       0.00
1797.03/1797.00	c   pseudoobj        :       0.20       0.20       0.00
1797.03/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.03/1797.00	c   propagation      :       2.56      27230      27128     314307       39.7       1165       26.3          -
1797.03/1797.00	c   infeasible LP    :       3.48      10252      10252      54736       30.6       1013       19.3          0
1797.03/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.03/1797.00	c   applied globally :          -          -          -     104421       31.6          -          -          -
1797.03/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.03/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.03/1797.00	c   cut pool         :       0.00          5          -          -        994          -    (maximal pool size: 4087)
1797.03/1797.00	c   redcost          :       2.13      48922          0         10          0          0
1797.03/1797.00	c   impliedbounds    :       0.00          6          0          0         15          0
1797.03/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.03/1797.00	c   gomory           :       0.42          6          0          0          7          0
1797.03/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.03/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.03/1797.00	c   strongcg         :       0.41          6          0          0          0          0
1797.03/1797.00	c   cmir             :       0.85          6          0          0       3000          0
1797.03/1797.00	c   flowcover        :       0.64          6          0          0       1200          0
1797.03/1797.00	c   clique           :       0.00          6          0          0          0          0
1797.03/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.03/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.03/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.03/1797.00	c   rapidlearning    :       0.86          1          0          0          0        764
1797.03/1797.00	c Pricers            :       Time      Calls       Vars
1797.03/1797.00	c   problem variables:       0.00          0          0
1797.03/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.00	c   relpscost        :     464.97      48921         73       9574          0          0      93166
1797.03/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   inference        :       0.00          1          0          0          0          0          2
1797.03/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.03/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.03/1797.00	c   LP solutions     :       0.00          -          0
1797.03/1797.00	c   pseudo solutions :       0.00          -          0
1797.03/1797.00	c   oneopt           :       0.04          0          0
1797.03/1797.00	c   crossover        :       0.02          0          0
1797.03/1797.00	c   guideddiving     :       0.00          0          0
1797.03/1797.00	c   intshifting      :       0.00          0          0
1797.03/1797.00	c   objpscostdiving  :      22.58         45          0
1797.03/1797.00	c   feaspump         :      26.91         66          0
1797.03/1797.00	c   rootsoldiving    :      15.23         87          0
1797.03/1797.00	c   coefdiving       :      69.79        194          0
1797.03/1797.00	c   pscostdiving     :      30.98        194          0
1797.03/1797.00	c   fracdiving       :      38.51        194          0
1797.03/1797.00	c   veclendiving     :      19.93        194          0
1797.03/1797.00	c   linesearchdiving :      17.58        195          0
1797.03/1797.00	c   trivial          :       0.00          2          0
1797.03/1797.00	c   shiftandpropagate:       0.06          1          0
1797.03/1797.00	c   simplerounding   :       0.02          0          0
1797.03/1797.00	c   zirounding       :       0.31       1000          0
1797.03/1797.00	c   rounding         :       1.13       3095          0
1797.03/1797.00	c   shifting         :       6.86        899          0
1797.03/1797.00	c   twoopt           :       0.00          0          0
1797.03/1797.00	c   fixandinfer      :       0.00          0          0
1797.03/1797.00	c   clique           :       0.00          0          0
1797.03/1797.00	c   intdiving        :       0.00          0          0
1797.03/1797.00	c   actconsdiving    :       0.00          0          0
1797.03/1797.00	c   octane           :       0.00          0          0
1797.03/1797.00	c   rens             :       0.03          0          0
1797.03/1797.00	c   rins             :       0.00          0          0
1797.03/1797.00	c   localbranching   :       0.00          0          0
1797.03/1797.00	c   mutation         :       0.00          0          0
1797.03/1797.00	c   dins             :       0.00          0          0
1797.03/1797.00	c   vbounds          :       0.00          0          0
1797.03/1797.00	c   undercover       :       0.00          0          0
1797.03/1797.00	c   subnlp           :       0.02          0          0
1797.03/1797.00	c   trysol           :       0.02          0          0
1797.03/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.03/1797.00	c   primal LP        :       0.01          0          0       0.00       0.00
1797.03/1797.00	c   dual LP          :     873.48      53155   11299222     212.57   12935.79
1797.03/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.03/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.03/1797.00	c   diving/probing LP:     209.85      24155    1811284      74.99    8631.40
1797.03/1797.00	c   strong branching :     456.98      18326    4034531     220.15    8828.64
1797.03/1797.00	c     (at root node) :          -         10       6749     674.90          -
1797.03/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.03/1797.00	c B&B Tree           :
1797.03/1797.00	c   number of runs   :          1
1797.03/1797.00	c   nodes            :      66422
1797.03/1797.00	c   nodes (total)    :      66422
1797.03/1797.00	c   nodes left       :      15088
1797.03/1797.00	c   max depth        :         66
1797.03/1797.00	c   max depth (total):         66
1797.03/1797.00	c   backtracks       :      13036 (19.6%)
1797.03/1797.00	c   delayed cutoffs  :      11659
1797.03/1797.00	c   repropagations   :      58557 (2133274 domain reductions, 8187 cutoffs)
1797.03/1797.00	c   avg switch length:       7.17
1797.03/1797.00	c   switching time   :      74.57
1797.03/1797.00	c Solution           :
1797.03/1797.00	c   Solutions found  :          0 (0 improvements)
1797.03/1797.00	c   Primal Bound     :          -
1797.03/1797.00	c   Dual Bound       : +7.80000000000000e+01
1797.03/1797.00	c   Gap              :   infinite
1797.03/1797.00	c   Root Dual Bound  : +7.80000000000000e+01
1797.03/1797.00	c   Root Iterations  :      13923
1797.13/1797.18	c Time complete: 1797.21.

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

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

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


[startup+0 s]
/proc/loadavg: 1.99 1.99 1.98 2/177 8242
/proc/meminfo: memFree=31529588/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=12560 CPUtime=0 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 2141 0 0 0 0 0 0 0 25 0 1 0 967701763 12861440 2095 33554432000 4194304 9016284 140735455976688 18446744073709551615 6813403 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8242/statm: 3140 2096 360 1178 0 1958 0

[startup+0.089633 s]
/proc/loadavg: 1.99 1.99 1.98 2/177 8242
/proc/meminfo: memFree=31529588/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=28324 CPUtime=0.08 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 6023 0 0 0 8 0 0 0 25 0 1 0 967701763 29003776 5977 33554432000 4194304 9016284 140735455976688 18446744073709551615 5207673 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/8242/statm: 7081 5977 406 1178 0 5899 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28324

[startup+0.100633 s]
/proc/loadavg: 1.99 1.99 1.98 2/177 8242
/proc/meminfo: memFree=31529588/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=42868 CPUtime=0.09 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 9398 0 0 0 8 1 0 0 25 0 1 0 967701763 43896832 9353 33554432000 4194304 9016284 140735455976688 18446744073709551615 6813403 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/8242/statm: 10717 9384 413 1178 0 9535 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42868

[startup+0.300593 s]
/proc/loadavg: 1.99 1.99 1.98 2/177 8242
/proc/meminfo: memFree=31529588/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=59460 CPUtime=0.29 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 13674 0 0 0 28 1 0 0 25 0 1 0 967701763 60887040 13371 33554432000 4194304 9016284 140735455976688 18446744073709551615 5256624 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/8242/statm: 14865 13371 525 1178 0 13683 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59460

[startup+0.700577 s]
/proc/loadavg: 1.99 1.99 1.98 2/177 8242
/proc/meminfo: memFree=31529588/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=59460 CPUtime=0.69 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 13674 0 0 0 68 1 0 0 25 0 1 0 967701763 60887040 13371 33554432000 4194304 9016284 140735455976688 18446744073709551615 5252456 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/8242/statm: 14865 13371 525 1178 0 13683 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59460

[startup+1.50049 s]
/proc/loadavg: 1.99 1.99 1.98 3/178 8243
/proc/meminfo: memFree=31464368/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=74128 CPUtime=1.49 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 18488 0 0 0 147 2 0 0 25 0 1 0 967701763 75907072 17012 33554432000 4194304 9016284 140735455976688 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/8242/statm: 18532 17012 671 1178 0 17350 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74128

[startup+3.10115 s]
/proc/loadavg: 1.99 1.99 1.98 3/178 8243
/proc/meminfo: memFree=31427912/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=112816 CPUtime=3.09 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 28164 0 0 0 306 3 0 0 25 0 1 0 967701763 115523584 26624 33554432000 4194304 9016284 140735455976688 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/8242/statm: 28204 26624 714 1178 0 27022 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 112816

[startup+6.3005 s]
/proc/loadavg: 1.99 1.99 1.98 3/178 8243
/proc/meminfo: memFree=31420108/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=112816 CPUtime=6.28 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 28471 0 0 0 623 5 0 0 25 0 1 0 967701763 115523584 26931 33554432000 4194304 9016284 140735455976688 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/8242/statm: 28204 26931 715 1178 0 27022 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 112816

[startup+12.7003 s]
/proc/loadavg: 1.99 1.99 1.98 3/178 8243
/proc/meminfo: memFree=31416352/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=112816 CPUtime=12.68 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 28471 0 0 0 1260 8 0 0 25 0 1 0 967701763 115523584 26931 33554432000 4194304 9016284 140735455976688 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/8242/statm: 28204 26931 715 1178 0 27022 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 112816

[startup+25.5011 s]
/proc/loadavg: 2.07 2.01 1.99 3/178 8244
/proc/meminfo: memFree=31408272/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=112816 CPUtime=25.48 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 28471 0 0 0 2532 16 0 0 25 0 1 0 967701763 115523584 26931 33554432000 4194304 9016284 140735455976688 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/8242/statm: 28204 26931 715 1178 0 27022 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 112816

[startup+51.1004 s]
/proc/loadavg: 2.05 2.01 1.99 3/178 8244
/proc/meminfo: memFree=31395640/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=112816 CPUtime=51.09 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 28479 0 0 0 5071 38 0 0 25 0 1 0 967701763 115523584 26939 33554432000 4194304 9016284 140735455976688 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/8242/statm: 28204 26939 718 1178 0 27022 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 112816

[startup+102.306 s]
/proc/loadavg: 2.02 2.00 1.99 3/178 8246
/proc/meminfo: memFree=31360276/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=112816 CPUtime=102.3 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 28490 0 0 0 10143 87 0 0 25 0 1 0 967701763 115523584 26949 33554432000 4194304 9016284 140735455976688 18446744073709551615 7180911 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/8242/statm: 28204 26949 717 1178 0 27022 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 112816

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 8247
/proc/meminfo: memFree=31326480/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=112816 CPUtime=162.3 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 28651 0 0 0 16091 139 0 0 25 0 1 0 967701763 115523584 27055 33554432000 4194304 9016284 140735455976688 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/8242/statm: 28204 27055 721 1178 0 27022 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 112816

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 8249
/proc/meminfo: memFree=31280808/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=126516 CPUtime=222.29 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 42201 0 0 0 22031 198 0 0 25 0 1 0 967701763 129552384 30435 33554432000 4194304 9016284 140735455976688 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/8242/statm: 31629 30435 715 1178 0 30447 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 126516

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 8250
/proc/meminfo: memFree=31234240/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=137988 CPUtime=282.3 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 45242 0 0 0 27974 256 0 0 25 0 1 0 967701763 141299712 33327 33554432000 4194304 9016284 140735455976688 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/8242/statm: 34497 33327 715 1178 0 33315 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 137988

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 8252
/proc/meminfo: memFree=31192024/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=148416 CPUtime=342.3 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 57244 0 0 0 33917 313 0 0 25 0 1 0 967701763 151977984 35966 33554432000 4194304 9016284 140735455976688 18446744073709551615 5026233 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/8242/statm: 37104 35966 735 1178 0 35922 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 148416

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 8254
/proc/meminfo: memFree=31149680/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=158176 CPUtime=402.3 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 63464 0 0 0 39857 373 0 0 25 0 1 0 967701763 161972224 38190 33554432000 4194304 9016284 140735455976688 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/8242/statm: 39544 38190 717 1178 0 38362 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 158176

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 8255
/proc/meminfo: memFree=31114272/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=167612 CPUtime=462.31 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 76487 0 0 0 45799 432 0 0 25 0 1 0 967701763 171634688 40748 33554432000 4194304 9016284 140735455976688 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/8242/statm: 41903 40748 715 1178 0 40721 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 167612

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 8257
/proc/meminfo: memFree=31069092/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=181112 CPUtime=522.3 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 89271 0 0 0 51742 488 0 0 25 0 1 0 967701763 185458688 43998 33554432000 4194304 9016284 140735455976688 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/8242/statm: 45278 43998 866 1178 0 44096 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 181112

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 8258
/proc/meminfo: memFree=31032092/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=191384 CPUtime=582.31 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 97215 0 0 0 57681 550 0 0 25 0 1 0 967701763 195977216 46564 33554432000 4194304 9016284 140735455976688 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/8242/statm: 47846 46564 715 1178 0 46664 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 191384

[startup+642.3 s]

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

/proc/meminfo: memFree=30746128/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=272648 CPUtime=1062.31 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 150326 0 0 0 105191 1040 0 0 25 0 1 0 967701763 279191552 67130 33554432000 4194304 9016284 140735455976688 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/8242/statm: 68162 67130 715 1178 0 66980 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 272648

[startup+1122.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 8282
/proc/meminfo: memFree=30708376/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=283736 CPUtime=1122.31 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 154232 0 0 0 111131 1100 0 0 25 0 1 0 967701763 290545664 69837 33554432000 4194304 9016284 140735455976688 18446744073709551615 5228157 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/8242/statm: 70934 69837 715 1178 0 69752 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 283736

[startup+1182.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 8283
/proc/meminfo: memFree=30670632/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=294228 CPUtime=1182.31 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 156733 0 0 0 117070 1161 0 0 25 0 1 0 967701763 301289472 72329 33554432000 4194304 9016284 140735455976688 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/8242/statm: 73557 72329 715 1178 0 72375 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 294228

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8285
/proc/meminfo: memFree=30626324/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=307896 CPUtime=1242.32 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 161866 0 0 0 123010 1222 0 0 25 0 1 0 967701763 315285504 75896 33554432000 4194304 9016284 140735455976688 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/8242/statm: 76974 75896 715 1178 0 75792 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 307896

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8287
/proc/meminfo: memFree=30594024/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=318952 CPUtime=1302.32 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 166898 0 0 0 128947 1285 0 0 25 0 1 0 967701763 326606848 78324 33554432000 4194304 9016284 140735455976688 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/8242/statm: 79738 78324 715 1178 0 78556 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 318952

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8288
/proc/meminfo: memFree=30559868/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=324428 CPUtime=1362.32 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 169992 0 0 0 134893 1339 0 0 25 0 1 0 967701763 332214272 80061 33554432000 4194304 9016284 140735455976688 18446744073709551615 5157331 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/8242/statm: 81107 80061 715 1178 0 79925 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 324428

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8290
/proc/meminfo: memFree=30530804/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=333076 CPUtime=1422.33 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 173855 0 0 0 140831 1402 0 0 25 0 1 0 967701763 341069824 82216 33554432000 4194304 9016284 140735455976688 18446744073709551615 7143448 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/8242/statm: 83269 82216 715 1178 0 82087 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 333076

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8291
/proc/meminfo: memFree=30498004/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=343160 CPUtime=1482.32 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 183672 0 0 0 146772 1460 0 0 25 0 1 0 967701763 351395840 84615 33554432000 4194304 9016284 140735455976688 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/8242/statm: 85790 84615 715 1178 0 84608 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 343160

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8293
/proc/meminfo: memFree=30467932/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=354756 CPUtime=1542.32 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 186567 0 0 0 152716 1516 0 0 25 0 1 0 967701763 363270144 87489 33554432000 4194304 9016284 140735455976688 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/8242/statm: 88689 87489 715 1178 0 87507 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 354756

[startup+1602.3 s]
/proc/loadavg: 1.37 1.82 1.93 2/172 8319
/proc/meminfo: memFree=31361192/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=366420 CPUtime=1602.33 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 189648 0 0 0 158660 1573 0 0 25 0 1 0 967701763 375214080 90558 33554432000 4194304 9016284 140735455976688 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/8242/statm: 91605 90558 715 1178 0 90423 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 366420

[startup+1662.3 s]
/proc/loadavg: 1.17 1.68 1.87 2/172 8320
/proc/meminfo: memFree=31353832/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=373644 CPUtime=1662.33 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 196540 0 0 0 164602 1631 0 0 25 0 1 0 967701763 382611456 92384 33554432000 4194304 9016284 140735455976688 18446744073709551615 5227733 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/8242/statm: 93411 92384 715 1178 0 92229 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 373644

[startup+1722.3 s]
/proc/loadavg: 1.06 1.55 1.82 2/172 8322
/proc/meminfo: memFree=31347576/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=380016 CPUtime=1722.33 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 200332 0 0 0 170534 1699 0 0 25 0 1 0 967701763 389136384 93995 33554432000 4194304 9016284 140735455976688 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/8242/statm: 95004 93995 715 1178 0 93822 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 380016

[startup+1782.3 s]
/proc/loadavg: 1.02 1.45 1.76 2/172 8323
/proc/meminfo: memFree=31333012/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=396104 CPUtime=1782.33 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 204338 0 0 0 176469 1764 0 0 25 0 1 0 967701763 405610496 97800 33554432000 4194304 9016284 140735455976688 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/8242/statm: 99026 97800 735 1178 0 97844 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 396104

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

[startup+1785.5 s]
/proc/loadavg: 1.02 1.45 1.76 2/172 8323
/proc/meminfo: memFree=31330904/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=397104 CPUtime=1785.53 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 204694 0 0 0 176786 1767 0 0 25 0 1 0 967701763 406634496 98129 33554432000 4194304 9016284 140735455976688 18446744073709551615 7204769 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/8242/statm: 99276 98129 715 1178 0 98094 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 397104

[startup+1791.91 s]
/proc/loadavg: 1.02 1.43 1.75 2/172 8324
/proc/meminfo: memFree=31330272/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=397708 CPUtime=1791.94 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 204846 0 0 0 177421 1773 0 0 25 0 1 0 967701763 407252992 98281 33554432000 4194304 9016284 140735455976688 18446744073709551615 5227693 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/8242/statm: 99427 98281 715 1178 0 98245 0
Current children cumulated CPU time (s) 1791.94
Current children cumulated vsize (KiB) 397708

[startup+1795.1 s]
/proc/loadavg: 1.02 1.43 1.75 2/172 8324
/proc/meminfo: memFree=31330272/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=397708 CPUtime=1795.13 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 204846 0 0 0 177736 1777 0 0 25 0 1 0 967701763 407252992 98281 33554432000 4194304 9016284 140735455976688 18446744073709551615 7103737 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/8242/statm: 99427 98281 715 1178 0 98245 0
Current children cumulated CPU time (s) 1795.13
Current children cumulated vsize (KiB) 397708

[startup+1795.9 s]
/proc/loadavg: 1.02 1.43 1.75 2/172 8324
/proc/meminfo: memFree=31330272/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=397708 CPUtime=1795.93 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 204846 0 0 0 177815 1778 0 0 25 0 1 0 967701763 407252992 98281 33554432000 4194304 9016284 140735455976688 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/8242/statm: 99427 98281 715 1178 0 98245 0
Current children cumulated CPU time (s) 1795.93
Current children cumulated vsize (KiB) 397708

[startup+1796.7 s]
/proc/loadavg: 1.02 1.43 1.75 2/172 8324
/proc/meminfo: memFree=31330272/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=397708 CPUtime=1796.73 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 204847 0 0 0 177894 1779 0 0 25 0 1 0 967701763 407252992 98282 33554432000 4194304 9016284 140735455976688 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/8242/statm: 99427 98282 715 1178 0 98245 0
Current children cumulated CPU time (s) 1796.73
Current children cumulated vsize (KiB) 397708

[startup+1797.1 s]
/proc/loadavg: 1.02 1.43 1.75 2/172 8324
/proc/meminfo: memFree=31330272/32950928 swapFree=67051812/67111528
[pid=8242] ppid=8240 vsize=397708 CPUtime=1797.13 cores=0,2,4,6
/proc/8242/stat : 8242 (scip-2.0.1.4b_2) R 8240 8242 3085 0 -1 4202496 204849 0 0 0 177934 1779 0 0 18 0 1 0 967701763 407252992 98284 33554432000 4194304 9016284 140735455976688 18446744073709551615 4330016 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8242/statm: 99427 98284 717 1178 0 98245 0
Current children cumulated CPU time (s) 1797.13
Current children cumulated vsize (KiB) 397708

Child status: 0
Real time (s): 1797.18
CPU time (s): 1797.22
CPU user time (s): 1779.41
CPU system time (s): 17.8153
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 397708

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

runsolver used 2.6446 second user time and 5.55816 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-11 08:45:11
IDJOB=3489028
IDBENCH=2948
IDSOLVER=1979
FILE ID=node116/3489028-1307774711
RUNJOBID= node116-1307766767-6796
PBS_JOBID= 13550846
Free space on /tmp= 74132 MiB

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

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

MD5SUM BENCH= e41be903cf92c8332743e4188dbf4c82
RANDOM SEED=1194221365

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31530140 kB
Buffers:        283364 kB
Cached:         752384 kB
SwapCached:      13064 kB
Active:         638152 kB
Inactive:       592560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31530140 kB
SwapTotal:    67111528 kB
SwapFree:     67051812 kB
Dirty:           17884 kB
Writeback:           0 kB
AnonPages:      192188 kB
Mapped:          12088 kB
Slab:           125276 kB
PageTables:       4888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   386080 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= 74132 MiB
End job on node116 at 2011-06-11 09:15:08