Trace number 3484724

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.13 1797.07

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx92.opb
MD5SUM27a6a4205f1c6df1de962194e8e7e014
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark0.216966
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7164
Total number of constraints7824
Number of constraints which are clauses7155
Number of constraints which are cardinality constraints (but not clauses)93
Number of constraints which are nor clauses,nor cardinality constraints576
Minimum length of a constraint2
Maximum length of a constraint576
Number of terms in the objective function 9
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1132
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-3484724-1307790582.opb>
0.00/0.07	c original problem has 7164 variables (7164 bin, 0 int, 0 impl, 0 cont) and 7824 constraints
0.00/0.07	c problem read
0.00/0.07	c presolving settings loaded
0.09/0.11	c presolving:
0.09/0.14	c (round 1) 9 del vars, 1 del conss, 0 add conss, 9 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 14310 impls, 92 clqs
0.09/0.15	c (round 2) 9 del vars, 7156 del conss, 0 add conss, 9 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 14310 impls, 92 clqs
0.09/0.17	c (round 3) 9 del vars, 7156 del conss, 0 add conss, 9 chg bounds, 0 chg sides, 0 chg coeffs, 668 upgd conss, 14310 impls, 92 clqs
0.49/0.55	c    (0.5s) probing: 101/7155 (1.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.55	c    (0.5s) probing aborted: 100/100 successive totally useless probings
0.49/0.55	c presolving (4 rounds):
0.49/0.55	c  9 deleted vars, 7156 deleted constraints, 0 added constraints, 9 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.55	c  14310 implications, 1640 cliques
0.49/0.55	c presolved problem has 7155 variables (7155 bin, 0 int, 0 impl, 0 cont) and 668 constraints
0.49/0.55	c     576 constraints of type <knapsack>
0.49/0.55	c      92 constraints of type <setppc>
0.49/0.55	c transformed objective value is always integral (scale: 1)
0.49/0.55	c Presolving Time: 0.46
0.49/0.55	c - non default parameters ----------------------------------------------------------------------
0.49/0.55	c # SCIP version 2.0.1.4
0.49/0.55	c 
0.49/0.55	c # frequency for displaying node information lines
0.49/0.55	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.55	c display/freq = 10000
0.49/0.55	c 
0.49/0.55	c # maximal time in seconds to run
0.49/0.55	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.55	c limits/time = 1797
0.49/0.55	c 
0.49/0.55	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.55	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.55	c limits/memory = 13950
0.49/0.55	c 
0.49/0.55	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.49/0.55	c # [type: int, range: [1,2], default: 1]
0.49/0.55	c timing/clocktype = 2
0.49/0.55	c 
0.49/0.55	c # belongs reading time to solving time?
0.49/0.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.55	c timing/reading = TRUE
0.49/0.55	c 
0.49/0.55	c # should presolving try to simplify inequalities
0.49/0.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.55	c constraints/linear/simplifyinequalities = TRUE
0.49/0.55	c 
0.49/0.55	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.49/0.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.55	c constraints/indicator/addCouplingCons = TRUE
0.49/0.55	c 
0.49/0.55	c # should presolving try to simplify knapsacks
0.49/0.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.55	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.55	c 
0.49/0.55	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.55	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.55	c separating/rapidlearning/freq = 0
0.49/0.55	c 
0.49/0.55	c -----------------------------------------------------------------------------------------------
0.49/0.55	c start solving
0.49/0.55	c 
0.59/0.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.59/0.68	c   0.7s|     1 |     0 |  1268 |     - |  33M|   0 |  78 |7155 | 691 |7155 | 668 |   0 |  23 |   0 | 9.000000e+00 |      --      |    Inf 
1.79/1.87	c   1.9s|     1 |     0 |  3664 |     - |  36M|   0 | 123 |7155 |1104 |7155 | 712 |  44 |  23 |   0 | 9.000000e+00 |      --      |    Inf 
2.20/2.29	c   2.3s|     1 |     0 |  4066 |     - |  37M|   0 | 182 |7155 |1104 |7155 | 750 |  82 |  23 |   0 | 9.000000e+00 |      --      |    Inf 
2.69/2.78	c   2.8s|     1 |     0 |  4769 |     - |  38M|   0 | 203 |7155 |1104 |7155 | 786 | 118 |  23 |   0 | 9.000000e+00 |      --      |    Inf 
3.30/3.34	c   3.3s|     1 |     0 |  5443 |     - |  38M|   0 | 222 |7155 |1104 |7155 | 822 | 154 |  23 |   0 | 9.000000e+00 |      --      |    Inf 
4.09/4.16	c   4.2s|     1 |     0 |  7151 |     - |  39M|   0 | 216 |7155 |1104 |7155 | 854 | 186 |  23 |   0 | 9.000000e+00 |      --      |    Inf 
4.79/4.83	c   4.8s|     1 |     0 |  8215 |     - |  40M|   0 | 242 |7155 |1104 |7155 | 891 | 223 |  23 |   0 | 9.000000e+00 |      --      |    Inf 
7.49/7.56	c   7.6s|     1 |     2 |  8215 |     - |  40M|   0 | 242 |7155 |1104 |7155 | 891 | 223 |  23 |  20 | 9.000000e+00 |      --      |    Inf 
178.40/178.42	c   178s| 10000 |   331 |323942 |  31.6 |  45M| 156 |  29 |7155 |2687 |7155 | 810 | 223 |  10k|4948 | 9.000000e+00 |      --      |    Inf 
272.40/272.45	c   272s| 20000 |   430 |539908 |  26.6 |  46M| 156 |  36 |7155 |2757 |7155 | 810 | 223 |  16k|6946 | 9.000000e+00 |      --      |    Inf 
390.60/390.61	c   391s| 30000 |   564 |817449 |  27.0 |  48M| 156 |   - |7155 |2971 |7155 | 810 | 223 |  30k|  10k| 9.000000e+00 |      --      |    Inf 
496.21/496.23	c   496s| 40000 |   661 |  1065k|  26.4 |  49M| 156 |  38 |7155 |2763 |7155 | 810 | 223 |  43k|  13k| 9.000000e+00 |      --      |    Inf 
602.31/602.30	c   602s| 50000 |   772 |  1363k|  27.1 |  51M| 156 |  40 |7155 |3076 |7155 | 810 | 223 |  47k|  15k| 9.000000e+00 |      --      |    Inf 
707.32/707.37	c   707s| 60000 |   908 |  1607k|  26.7 |  51M| 156 |  31 |7155 |2796 |7155 | 810 | 223 |  53k|  18k| 9.000000e+00 |      --      |    Inf 
790.22/790.26	c   790s| 70000 |   983 |  1823k|  25.9 |  52M| 156 |  39 |7155 |2912 |7155 | 810 | 223 |  55k|  19k| 9.000000e+00 |      --      |    Inf 
881.13/881.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
881.13/881.11	c   881s| 80000 |   908 |  2061k|  25.7 |  51M| 156 |  37 |7155 |2861 |7155 | 810 | 223 |  57k|  20k| 9.000000e+00 |      --      |    Inf 
989.92/989.97	c   990s| 90000 |   864 |  2325k|  25.7 |  52M| 156 |   - |7155 |3349 |7155 | 810 | 223 |  63k|  23k| 9.000000e+00 |      --      |    Inf 
1113.03/1113.08	c  1113s|100000 |   899 |  2645k|  26.4 |  52M| 156 |  37 |7155 |3048 |7155 | 810 | 223 |  71k|  27k| 9.000000e+00 |      --      |    Inf 
1235.34/1235.34	c  1235s|110000 |   911 |  2971k|  26.9 |  52M| 156 |  34 |7155 |2456 |7155 | 810 | 223 |  85k|  31k| 9.000000e+00 |      --      |    Inf 
1326.33/1326.39	c  1326s|120000 |  1031 |  3204k|  26.6 |  54M| 156 |  23 |7155 |3494 |7155 | 810 | 223 |  94k|  32k| 9.000000e+00 |      --      |    Inf 
1395.43/1395.49	c  1395s|130000 |  1149 |  3350k|  25.7 |  55M| 156 |  31 |7155 |3673 |7155 | 810 | 223 |  95k|  33k| 9.000000e+00 |      --      |    Inf 
1483.95/1483.96	c  1484s|140000 |  1243 |  3532k|  25.2 |  55M| 156 |   - |7155 |2958 |7155 | 810 | 223 |  97k|  35k| 9.000000e+00 |      --      |    Inf 
1557.54/1557.51	c  1558s|150000 |  1384 |  3690k|  24.6 |  56M| 156 |  26 |7155 |2883 |7155 | 810 | 223 |  98k|  36k| 9.000000e+00 |      --      |    Inf 
1635.45/1635.46	c  1635s|160000 |  1475 |  3855k|  24.0 |  57M| 156 |  18 |7155 |3138 |7155 | 810 | 223 |  99k|  37k| 9.000000e+00 |      --      |    Inf 
1710.25/1710.26	c  1710s|170000 |  1527 |  3991k|  23.4 |  57M| 156 |  14 |7155 |3151 |7155 | 810 | 223 | 100k|  37k| 9.000000e+00 |      --      |    Inf 
1783.15/1783.18	c  1783s|180000 |  1556 |  4150k|  23.0 |  57M| 156 |  24 |7155 |2943 |7155 | 810 | 223 | 101k|  38k| 9.000000e+00 |      --      |    Inf 
1797.05/1797.00	c 
1797.05/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.05/1797.00	c Solving Time (sec) : 1797.00
1797.05/1797.00	c Solving Nodes      : 181751
1797.05/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.05/1797.00	c Dual Bound         : +9.00000000000000e+00
1797.05/1797.00	c Gap                : infinite
1797.05/1797.00	s UNKNOWN
1797.05/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.05/1797.00	c Total Time         :    1797.00
1797.05/1797.00	c   solving          :    1797.00
1797.05/1797.00	c   presolving       :       0.46 (included in solving)
1797.05/1797.00	c   reading          :       0.07 (included in solving)
1797.05/1797.00	c Original Problem   :
1797.05/1797.00	c   Problem name     : HOME/instance-3484724-1307790582.opb
1797.05/1797.00	c   Variables        : 7164 (7164 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.05/1797.00	c   Constraints      : 7824 initial, 7824 maximal
1797.05/1797.00	c Presolved Problem  :
1797.05/1797.00	c   Problem name     : t_HOME/instance-3484724-1307790582.opb
1797.05/1797.00	c   Variables        : 7155 (7155 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.05/1797.00	c   Constraints      : 668 initial, 4039 maximal
1797.05/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.05/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   probing          :       0.06          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   knapsack         :       0.29          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   linear           :       0.05          9          0          0          9          0       7156          0          0          0
1797.05/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.05/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.05/1797.00	c   integral         :          0          0          0     109544          0          4          0        415      26156          0          0     186206
1797.05/1797.00	c   knapsack         :        576          6     475653          0          0          3   14916946        876    3721942       1201          0          0
1797.05/1797.00	c   setppc           :         92          6     474777          0          0          2    3130918        377    1962295          0          0          0
1797.05/1797.00	c   linear           :          0+         6         76          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   logicor          :          0+         6     154710          0          0          0     333660       2799      89573          0          0          0
1797.05/1797.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.05/1797.00	c   integral         :     265.48       0.00       0.00     265.48       0.00       0.00       0.00
1797.05/1797.00	c   knapsack         :      33.02       0.02      22.53       0.00       0.00       0.00      10.47
1797.05/1797.00	c   setppc           :       5.34       0.00       4.03       0.00       0.00       0.00       1.32
1797.05/1797.00	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.05/1797.00	c   logicor          :      10.06       0.00       8.49       0.00       0.00       0.00       1.58
1797.05/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.05/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.05/1797.00	c   vbounds          :          0          0          0          0
1797.05/1797.00	c   rootredcost      :          0          0          0          0
1797.05/1797.00	c   pseudoobj        :          0          0          0          0
1797.05/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.05/1797.00	c   vbounds          :       0.10       0.10       0.00
1797.05/1797.00	c   rootredcost      :       0.11       0.11       0.00
1797.05/1797.00	c   pseudoobj        :       0.07       0.07       0.00
1797.05/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.05/1797.00	c   propagation      :       8.32       4052       4016     124615      283.3         78      254.7          -
1797.05/1797.00	c   infeasible LP    :     525.04      85705      23908    1186570      449.8        214      210.5          0
1797.05/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.05/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.05/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.05/1797.00	c   applied globally :          -          -          -     101115      348.0          -          -          -
1797.05/1797.00	c   applied locally  :          -          -          -          2      959.5          -          -          -
1797.05/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.05/1797.00	c   cut pool         :       0.00          5          -          -        881          -    (maximal pool size: 2262)
1797.05/1797.00	c   redcost          :      11.53     108539          0          0          0          0
1797.05/1797.00	c   impliedbounds    :       0.00          6          0          0          0          0
1797.05/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.05/1797.00	c   gomory           :       0.05          6          0          0         77          0
1797.05/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.05/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.05/1797.00	c   strongcg         :       0.08          6          0          0         50          0
1797.05/1797.00	c   cmir             :       1.24          6          0          0       2416          0
1797.05/1797.00	c   flowcover        :       0.72          6          0          0       1201          0
1797.05/1797.00	c   clique           :       0.01          6          0          0         14          0
1797.05/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.05/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.05/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.05/1797.00	c   rapidlearning    :       0.59          1          0          0          0        413
1797.05/1797.00	c Pricers            :       Time      Calls       Vars
1797.05/1797.00	c   problem variables:       0.00          0          0
1797.05/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.05/1797.00	c   relpscost        :     265.32     109544        415      26156          0          0     186206
1797.05/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   inference        :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.05/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.05/1797.00	c   LP solutions     :       0.00          -          0
1797.05/1797.00	c   pseudo solutions :       0.00          -          0
1797.05/1797.00	c   oneopt           :       0.11          0          0
1797.05/1797.00	c   crossover        :       0.07          0          0
1797.05/1797.00	c   guideddiving     :       0.01          0          0
1797.05/1797.00	c   veclendiving     :       2.14         36          0
1797.05/1797.00	c   feaspump         :       2.06         18          0
1797.05/1797.00	c   coefdiving       :       9.99         37          0
1797.05/1797.00	c   fracdiving       :       3.75         37          0
1797.05/1797.00	c   linesearchdiving :       2.65         37          0
1797.05/1797.00	c   pscostdiving     :       2.99         37          0
1797.05/1797.00	c   objpscostdiving  :       0.49         19          0
1797.05/1797.00	c   rootsoldiving    :       2.05         19          0
1797.05/1797.00	c   trivial          :       0.01          2          0
1797.05/1797.00	c   shiftandpropagate:       0.05          1          0
1797.05/1797.00	c   simplerounding   :       0.05          0          0
1797.05/1797.00	c   zirounding       :       2.87          0          0
1797.05/1797.00	c   rounding         :       0.35       4643          0
1797.05/1797.00	c   shifting         :       3.58       1372          0
1797.05/1797.00	c   intshifting      :       0.01          0          0
1797.05/1797.00	c   twoopt           :       0.00          0          0
1797.05/1797.00	c   fixandinfer      :       0.00          0          0
1797.05/1797.00	c   clique           :       0.00          0          0
1797.05/1797.00	c   intdiving        :       0.00          0          0
1797.05/1797.00	c   actconsdiving    :       0.00          0          0
1797.05/1797.00	c   octane           :       0.00          0          0
1797.05/1797.00	c   rens             :       0.31          1          0
1797.05/1797.00	c   rins             :       0.00          0          0
1797.05/1797.00	c   localbranching   :       0.00          0          0
1797.05/1797.00	c   mutation         :       0.00          0          0
1797.05/1797.00	c   dins             :       0.00          0          0
1797.05/1797.00	c   vbounds          :       0.00          0          0
1797.05/1797.00	c   undercover       :       0.00          0          0
1797.05/1797.00	c   subnlp           :       0.05          0          0
1797.05/1797.00	c   trysol           :       0.05          0          0
1797.05/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.05/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1797.05/1797.00	c   dual LP          :     816.61     193563    4127632      21.32    5054.57
1797.05/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.05/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.05/1797.00	c   diving/probing LP:      15.45       6982      58093       8.32    3759.17
1797.05/1797.00	c   strong branching :     260.38      38159    1049285      27.50    4029.79
1797.05/1797.00	c     (at root node) :          -         20       9125     456.25          -
1797.05/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.05/1797.00	c B&B Tree           :
1797.05/1797.00	c   number of runs   :          1
1797.05/1797.00	c   nodes            :     181751
1797.05/1797.00	c   nodes (total)    :     181751
1797.05/1797.00	c   nodes left       :       1535
1797.05/1797.00	c   max depth        :        156
1797.05/1797.00	c   max depth (total):        156
1797.05/1797.00	c   backtracks       :      28176 (15.5%)
1797.05/1797.00	c   delayed cutoffs  :       2921
1797.05/1797.00	c   repropagations   :     110080 (531774 domain reductions, 742 cutoffs)
1797.05/1797.00	c   avg switch length:       3.88
1797.05/1797.00	c   switching time   :      23.74
1797.05/1797.00	c Solution           :
1797.05/1797.00	c   Solutions found  :          0 (0 improvements)
1797.05/1797.00	c   Primal Bound     :          -
1797.05/1797.00	c   Dual Bound       : +9.00000000000000e+00
1797.05/1797.00	c   Gap              :   infinite
1797.05/1797.00	c   Root Dual Bound  : +9.00000000000000e+00
1797.05/1797.00	c   Root Iterations  :       8215
1797.05/1797.06	c Time complete: 1797.11.

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 519
/proc/meminfo: memFree=31424140/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=6588 CPUtime=0 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 773 0 0 0 0 0 0 0 23 0 1 0 890656094 6746112 727 33554432000 4194304 8979876 140736716763776 18446744073709551615 7790414 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/519/statm: 1647 728 316 1169 0 474 0

[startup+0.00670405 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 519
/proc/meminfo: memFree=31424140/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=10216 CPUtime=0 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 1559 0 0 0 0 0 0 0 24 0 1 0 890656094 10461184 1513 33554432000 4194304 8979876 140736716763776 18446744073709551615 7734230 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/519/statm: 2554 1513 366 1169 0 1381 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10216

[startup+0.100707 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 519
/proc/meminfo: memFree=31424140/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=40016 CPUtime=0.09 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 8736 0 0 0 9 0 0 0 24 0 1 0 890656094 40976384 8690 33554432000 4194304 8979876 140736716763776 18446744073709551615 7840851 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 10004 8691 449 1169 0 8831 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40016

[startup+0.300667 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 519
/proc/meminfo: memFree=31424140/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=56432 CPUtime=0.29 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 13263 0 0 0 28 1 0 0 25 0 1 0 890656094 57786368 12890 33554432000 4194304 8979876 140736716763776 18446744073709551615 5221844 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 14108 12890 518 1169 0 12935 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56432

[startup+0.700592 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 519
/proc/meminfo: memFree=31424140/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=78900 CPUtime=0.69 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 20251 0 0 0 67 2 0 0 25 0 1 0 890656094 80793600 18623 33554432000 4194304 8979876 140736716763776 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 19725 18623 813 1169 0 18552 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 78900

[startup+1.50044 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 520
/proc/meminfo: memFree=31352360/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=120720 CPUtime=1.49 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 30627 0 0 0 146 3 0 0 25 0 1 0 890656094 123617280 28927 33554432000 4194304 8979876 140736716763776 18446744073709551615 4196175 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 30180 28927 780 1169 0 29007 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 120720

[startup+3.10015 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 520
/proc/meminfo: memFree=31300652/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=129796 CPUtime=3.09 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 33211 0 0 0 304 5 0 0 25 0 1 0 890656094 132911104 31461 33554432000 4194304 8979876 140736716763776 18446744073709551615 4243897 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 32449 31461 741 1169 0 31276 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 129796

[startup+6.30055 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 520
/proc/meminfo: memFree=31296808/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=129796 CPUtime=6.29 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 33301 0 0 0 617 12 0 0 25 0 1 0 890656094 132911104 31551 33554432000 4194304 8979876 140736716763776 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 32449 31551 749 1169 0 31276 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 129796

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 520
/proc/meminfo: memFree=31301028/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=129796 CPUtime=12.69 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 33301 0 0 0 1247 22 0 0 25 0 1 0 890656094 132911104 31551 33554432000 4194304 8979876 140736716763776 18446744073709551615 7123823 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 32449 31551 749 1169 0 31276 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 129796

[startup+25.501 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 521
/proc/meminfo: memFree=31300556/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=129796 CPUtime=25.49 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 33301 0 0 0 2507 42 0 0 25 0 1 0 890656094 132911104 31551 33554432000 4194304 8979876 140736716763776 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 32449 31551 749 1169 0 31276 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 129796

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 521
/proc/meminfo: memFree=31302288/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=129796 CPUtime=51.09 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 33304 0 0 0 5032 77 0 0 25 0 1 0 890656094 132911104 31554 33554432000 4194304 8979876 140736716763776 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 32449 31554 752 1169 0 31276 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 129796

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 523
/proc/meminfo: memFree=31294960/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=129796 CPUtime=102.3 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 33313 0 0 0 10075 155 0 0 25 0 1 0 890656094 132911104 31557 33554432000 4194304 8979876 140736716763776 18446744073709551615 6446036 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 32449 31557 747 1169 0 31276 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 129796

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 524
/proc/meminfo: memFree=31303228/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=129796 CPUtime=162.3 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 33321 0 0 0 15986 244 0 0 25 0 1 0 890656094 132911104 31560 33554432000 4194304 8979876 140736716763776 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 32449 31560 742 1169 0 31276 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 129796

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 526
/proc/meminfo: memFree=31297348/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=129796 CPUtime=222.3 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 33321 0 0 0 21895 335 0 0 25 0 1 0 890656094 132911104 31560 33554432000 4194304 8979876 140736716763776 18446744073709551615 4291258 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 32449 31560 742 1169 0 31276 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 129796

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 527
/proc/meminfo: memFree=31301280/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=130104 CPUtime=282.3 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 33395 0 0 0 27817 413 0 0 25 0 1 0 890656094 133226496 31634 33554432000 4194304 8979876 140736716763776 18446744073709551615 4291224 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 32526 31634 742 1169 0 31353 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 130104

[startup+342.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 529
/proc/meminfo: memFree=31298776/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=131492 CPUtime=342.3 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 33761 0 0 0 33733 497 0 0 25 0 1 0 890656094 134647808 32000 33554432000 4194304 8979876 140736716763776 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 32873 32000 742 1169 0 31700 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 131492

[startup+402.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 531
/proc/meminfo: memFree=31297764/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=133304 CPUtime=402.3 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 34222 0 0 0 39649 581 0 0 25 0 1 0 890656094 136503296 32461 33554432000 4194304 8979876 140736716763776 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 33326 32461 742 1169 0 32153 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 133304

[startup+462.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 532
/proc/meminfo: memFree=31295748/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=134516 CPUtime=462.31 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 34519 0 0 0 45568 663 0 0 25 0 1 0 890656094 137744384 32758 33554432000 4194304 8979876 140736716763776 18446744073709551615 7123757 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 33629 32758 742 1169 0 32456 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 134516

[startup+522.301 s]
/proc/loadavg: 2.10 2.03 2.01 3/179 534
/proc/meminfo: memFree=31294856/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=135360 CPUtime=522.31 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 34712 0 0 0 51486 745 0 0 25 0 1 0 890656094 138608640 32951 33554432000 4194304 8979876 140736716763776 18446744073709551615 6913960 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 33840 32951 742 1169 0 32667 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 135360

[startup+582.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 535
/proc/meminfo: memFree=31293592/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=137504 CPUtime=582.31 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 35278 0 0 0 57404 827 0 0 25 0 1 0 890656094 140804096 33517 33554432000 4194304 8979876 140736716763776 18446744073709551615 4291399 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 34376 33517 742 1169 0 33203 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 137504

[startup+642.301 s]

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

/proc/meminfo: memFree=31281268/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=145724 CPUtime=1122.33 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 37293 0 0 0 110663 1570 0 0 25 0 1 0 890656094 149221376 35532 33554432000 4194304 8979876 140736716763776 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 36431 35532 742 1169 0 35258 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 145724

[startup+1182.3 s]
/proc/loadavg: 2.10 2.08 2.02 3/179 551
/proc/meminfo: memFree=31280748/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=146192 CPUtime=1182.33 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 37391 0 0 0 116570 1663 0 0 25 0 1 0 890656094 149700608 35630 33554432000 4194304 8979876 140736716763776 18446744073709551615 6629546 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 36548 35630 742 1169 0 35375 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 146192

[startup+1242.3 s]
/proc/loadavg: 2.03 2.06 2.01 3/179 553
/proc/meminfo: memFree=31280852/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=146680 CPUtime=1242.33 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 37554 0 0 0 122478 1755 0 0 25 0 1 0 890656094 150200320 35793 33554432000 4194304 8979876 140736716763776 18446744073709551615 7123792 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 36670 35793 742 1169 0 35497 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 146680

[startup+1302.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/179 555
/proc/meminfo: memFree=31279704/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=148016 CPUtime=1302.33 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 37866 0 0 0 128392 1841 0 0 25 0 1 0 890656094 151568384 36105 33554432000 4194304 8979876 140736716763776 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 37004 36105 742 1169 0 35831 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 148016

[startup+1362.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/179 556
/proc/meminfo: memFree=31274948/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=150408 CPUtime=1362.33 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 38477 0 0 0 134329 1904 0 0 25 0 1 0 890656094 154017792 36716 33554432000 4194304 8979876 140736716763776 18446744073709551615 6460024 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 37602 36716 742 1169 0 36429 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 150408

[startup+1422.31 s]
/proc/loadavg: 2.00 2.03 2.00 4/179 558
/proc/meminfo: memFree=31275552/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=151192 CPUtime=1422.34 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 38682 0 0 0 140260 1974 0 0 25 0 1 0 890656094 154820608 36921 33554432000 4194304 8979876 140736716763776 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 37798 36921 742 1169 0 36625 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 151192

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 559
/proc/meminfo: memFree=31273796/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=152916 CPUtime=1482.34 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 39104 0 0 0 146184 2050 0 0 25 0 1 0 890656094 156585984 37343 33554432000 4194304 8979876 140736716763776 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 38229 37343 742 1169 0 37056 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 152916

[startup+1542.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 561
/proc/meminfo: memFree=31273512/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=153548 CPUtime=1542.35 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 39263 0 0 0 152114 2121 0 0 25 0 1 0 890656094 157233152 37502 33554432000 4194304 8979876 140736716763776 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 38387 37502 742 1169 0 37214 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 153548

[startup+1602.3 s]
/proc/loadavg: 1.97 2.02 2.00 3/179 612
/proc/meminfo: memFree=30955748/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=153860 CPUtime=1602.34 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 39332 0 0 0 158042 2192 0 0 25 0 1 0 890656094 157552640 37571 33554432000 4194304 8979876 140736716763776 18446744073709551615 4291224 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 38465 37571 742 1169 0 37292 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 153860

[startup+1662.3 s]
/proc/loadavg: 1.99 2.01 2.00 3/179 613
/proc/meminfo: memFree=30727892/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=155344 CPUtime=1662.35 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 39712 0 0 0 163992 2243 0 0 25 0 1 0 890656094 159072256 37951 33554432000 4194304 8979876 140736716763776 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 38836 37951 742 1169 0 37663 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 155344

[startup+1722.3 s]
/proc/loadavg: 1.99 2.01 2.00 3/179 615
/proc/meminfo: memFree=30555524/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=155800 CPUtime=1722.35 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 39827 0 0 0 169927 2308 0 0 25 0 1 0 890656094 159539200 38066 33554432000 4194304 8979876 140736716763776 18446744073709551615 4291211 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 38950 38066 742 1169 0 37777 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 155800

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 616
/proc/meminfo: memFree=30385124/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=156400 CPUtime=1782.35 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 39979 0 0 0 175863 2372 0 0 25 0 1 0 890656094 160153600 38218 33554432000 4194304 8979876 140736716763776 18446744073709551615 4630581 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 39100 38218 742 1169 0 37927 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 156400

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

[startup+1785.5 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 617
/proc/meminfo: memFree=30379668/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=156400 CPUtime=1785.56 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 39998 0 0 0 176181 2375 0 0 25 0 1 0 890656094 160153600 38237 33554432000 4194304 8979876 140736716763776 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 39100 38237 742 1169 0 37927 0
Current children cumulated CPU time (s) 1785.56
Current children cumulated vsize (KiB) 156400

[startup+1791.91 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 617
/proc/meminfo: memFree=30367632/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=156400 CPUtime=1791.96 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 39998 0 0 0 176813 2383 0 0 25 0 1 0 890656094 160153600 38237 33554432000 4194304 8979876 140736716763776 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 39100 38237 742 1169 0 37927 0
Current children cumulated CPU time (s) 1791.96
Current children cumulated vsize (KiB) 156400

[startup+1795.1 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 617
/proc/meminfo: memFree=30362672/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=156536 CPUtime=1795.15 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 40012 0 0 0 177128 2387 0 0 25 0 1 0 890656094 160292864 38251 33554432000 4194304 8979876 140736716763776 18446744073709551615 4291237 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 39134 38251 742 1169 0 37961 0
Current children cumulated CPU time (s) 1795.15
Current children cumulated vsize (KiB) 156536

[startup+1795.9 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 617
/proc/meminfo: memFree=30362672/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=156536 CPUtime=1795.96 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 40012 0 0 0 177208 2388 0 0 25 0 1 0 890656094 160292864 38251 33554432000 4194304 8979876 140736716763776 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 39134 38251 742 1169 0 37961 0
Current children cumulated CPU time (s) 1795.96
Current children cumulated vsize (KiB) 156536

[startup+1796.7 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 617
/proc/meminfo: memFree=30360192/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=156536 CPUtime=1796.75 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 40012 0 0 0 177287 2388 0 0 25 0 1 0 890656094 160292864 38251 33554432000 4194304 8979876 140736716763776 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 39134 38251 742 1169 0 37961 0
Current children cumulated CPU time (s) 1796.75
Current children cumulated vsize (KiB) 156536

[startup+1796.9 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 617
/proc/meminfo: memFree=30360192/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=156536 CPUtime=1796.96 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 40012 0 0 0 177307 2389 0 0 25 0 1 0 890656094 160292864 38251 33554432000 4194304 8979876 140736716763776 18446744073709551615 4291184 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 39134 38251 742 1169 0 37961 0
Current children cumulated CPU time (s) 1796.96
Current children cumulated vsize (KiB) 156536

[startup+1797 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 617
/proc/meminfo: memFree=30360192/32951124 swapFree=67072804/67111528
[pid=519] ppid=517 vsize=156536 CPUtime=1797.05 cores=1,3,5,7
/proc/519/stat : 519 (scip-2.0.1.4_2.) R 517 519 31857 0 -1 4202496 40012 0 0 0 177316 2389 0 0 25 0 1 0 890656094 160292864 38251 33554432000 4194304 8979876 140736716763776 18446744073709551615 4291258 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/519/statm: 39134 38251 742 1169 0 37961 0
Current children cumulated CPU time (s) 1797.05
Current children cumulated vsize (KiB) 156536

Child status: 0
Real time (s): 1797.07
CPU time (s): 1797.13
CPU user time (s): 1773.23
CPU system time (s): 23.8984
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 156536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1773.23
system time used= 23.8984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40020
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= 4495

runsolver used 2.78258 second user time and 6.99993 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-11 13:09:42
IDJOB=3484724
IDBENCH=71841
IDSOLVER=1977
FILE ID=node135/3484724-1307790582
RUNJOBID= node135-1307783023-31876
PBS_JOBID= 13550884
Free space on /tmp= 73888 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx92.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-3484724-1307790582/watcher-3484724-1307790582 -o /tmp/evaluation-result-3484724-1307790582/solver-3484724-1307790582 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3484724-1307790582.opb -t 1800 -m 15500

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

MD5SUM BENCH= 27a6a4205f1c6df1de962194e8e7e014
RANDOM SEED=648695439

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31424320 kB
Buffers:        228056 kB
Cached:         958120 kB
SwapCached:       6548 kB
Active:         771168 kB
Inactive:       570784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31424320 kB
SwapTotal:    67111528 kB
SwapFree:     67072804 kB
Dirty:           17472 kB
Writeback:           0 kB
AnonPages:      154784 kB
Mapped:          13464 kB
Slab:           120804 kB
PageTables:       4548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   315376 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73868 MiB
End job on node135 at 2011-06-11 13:39:39