Trace number 3488166

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.11 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.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-3488166-1307790235.opb>
0.01/0.07	c original problem has 7164 variables (7164 bin, 0 int, 0 impl, 0 cont) and 7824 constraints
0.01/0.07	c problem read
0.01/0.07	c presolving settings loaded
0.09/0.10	c presolving:
0.09/0.13	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.14	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.58	c    (0.6s) probing: 101/7155 (1.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.58	c    (0.6s) probing aborted: 100/100 successive totally useless probings
0.49/0.58	c presolving (4 rounds):
0.49/0.58	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.58	c  14310 implications, 1640 cliques
0.49/0.58	c presolved problem has 7155 variables (7155 bin, 0 int, 0 impl, 0 cont) and 668 constraints
0.49/0.58	c     576 constraints of type <knapsack>
0.49/0.58	c      92 constraints of type <setppc>
0.49/0.58	c transformed objective value is always integral (scale: 1)
0.49/0.58	c Presolving Time: 0.48
0.49/0.58	c - non default parameters ----------------------------------------------------------------------
0.49/0.58	c # SCIP version 2.0.1.5
0.49/0.58	c 
0.49/0.58	c # frequency for displaying node information lines
0.49/0.58	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.58	c display/freq = 10000
0.49/0.58	c 
0.49/0.58	c # maximal time in seconds to run
0.49/0.58	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.58	c limits/time = 1797
0.49/0.58	c 
0.49/0.58	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.58	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.58	c limits/memory = 13950
0.49/0.58	c 
0.49/0.58	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.49/0.58	c # [type: int, range: [1,2], default: 1]
0.49/0.58	c timing/clocktype = 2
0.49/0.58	c 
0.49/0.58	c # belongs reading time to solving time?
0.49/0.58	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.58	c timing/reading = TRUE
0.49/0.58	c 
0.49/0.58	c # should presolving try to simplify inequalities
0.49/0.58	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.58	c constraints/linear/simplifyinequalities = TRUE
0.49/0.58	c 
0.49/0.58	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.49/0.58	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.58	c constraints/indicator/addCouplingCons = TRUE
0.49/0.58	c 
0.49/0.58	c # should presolving try to simplify knapsacks
0.49/0.58	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.58	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.58	c 
0.49/0.58	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.58	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.58	c separating/rapidlearning/freq = 0
0.49/0.58	c 
0.49/0.58	c -----------------------------------------------------------------------------------------------
0.49/0.58	c start solving
0.49/0.58	c 
0.69/0.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.69/0.71	c   0.7s|     1 |     0 |  1268 |     - |  34M|   0 |  78 |7155 | 691 |7155 | 668 |   0 |  23 |   0 | 9.000000e+00 |      --      |    Inf 
1.89/1.97	c   2.0s|     1 |     0 |  3664 |     - |  37M|   0 | 123 |7155 |1104 |7155 | 712 |  44 |  23 |   0 | 9.000000e+00 |      --      |    Inf 
2.39/2.43	c   2.4s|     1 |     0 |  4066 |     - |  38M|   0 | 182 |7155 |1104 |7155 | 750 |  82 |  23 |   0 | 9.000000e+00 |      --      |    Inf 
2.89/2.99	c   3.0s|     1 |     0 |  4769 |     - |  38M|   0 | 203 |7155 |1104 |7155 | 786 | 118 |  23 |   0 | 9.000000e+00 |      --      |    Inf 
3.59/3.62	c   3.6s|     1 |     0 |  5443 |     - |  39M|   0 | 222 |7155 |1104 |7155 | 822 | 154 |  23 |   0 | 9.000000e+00 |      --      |    Inf 
4.49/4.54	c   4.5s|     1 |     0 |  7151 |     - |  40M|   0 | 216 |7155 |1104 |7155 | 854 | 186 |  23 |   0 | 9.000000e+00 |      --      |    Inf 
5.19/5.24	c   5.2s|     1 |     0 |  8215 |     - |  41M|   0 | 242 |7155 |1104 |7155 | 891 | 223 |  23 |   0 | 9.000000e+00 |      --      |    Inf 
8.19/8.21	c   8.2s|     1 |     2 |  8215 |     - |  41M|   0 | 242 |7155 |1104 |7155 | 891 | 223 |  23 |  20 | 9.000000e+00 |      --      |    Inf 
181.19/181.23	c   181s| 10000 |   331 |323942 |  31.6 |  46M| 156 |  29 |7155 |2687 |7155 | 810 | 223 |  10k|4948 | 9.000000e+00 |      --      |    Inf 
275.40/275.42	c   275s| 20000 |   430 |539908 |  26.6 |  47M| 156 |  36 |7155 |2757 |7155 | 810 | 223 |  16k|6946 | 9.000000e+00 |      --      |    Inf 
393.80/393.81	c   394s| 30000 |   564 |817449 |  27.0 |  49M| 156 |   - |7155 |2971 |7155 | 810 | 223 |  30k|  10k| 9.000000e+00 |      --      |    Inf 
499.60/499.64	c   500s| 40000 |   661 |  1065k|  26.4 |  50M| 156 |  38 |7155 |2763 |7155 | 810 | 223 |  43k|  13k| 9.000000e+00 |      --      |    Inf 
605.80/605.83	c   606s| 50000 |   772 |  1363k|  27.1 |  51M| 156 |  40 |7155 |3076 |7155 | 810 | 223 |  47k|  15k| 9.000000e+00 |      --      |    Inf 
711.00/711.06	c   711s| 60000 |   908 |  1607k|  26.7 |  52M| 156 |  31 |7155 |2796 |7155 | 810 | 223 |  53k|  18k| 9.000000e+00 |      --      |    Inf 
794.11/794.15	c   794s| 70000 |   983 |  1823k|  25.9 |  52M| 156 |  39 |7155 |2912 |7155 | 810 | 223 |  55k|  19k| 9.000000e+00 |      --      |    Inf 
885.11/885.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
885.11/885.17	c   885s| 80000 |   908 |  2061k|  25.7 |  52M| 156 |  37 |7155 |2861 |7155 | 810 | 223 |  57k|  20k| 9.000000e+00 |      --      |    Inf 
994.21/994.22	c   994s| 90000 |   864 |  2325k|  25.7 |  52M| 156 |   - |7155 |3349 |7155 | 810 | 223 |  63k|  23k| 9.000000e+00 |      --      |    Inf 
1117.52/1117.55	c  1118s|100000 |   899 |  2645k|  26.4 |  53M| 156 |  37 |7155 |3048 |7155 | 810 | 223 |  71k|  27k| 9.000000e+00 |      --      |    Inf 
1240.02/1240.04	c  1240s|110000 |   911 |  2971k|  26.9 |  53M| 156 |  34 |7155 |2456 |7155 | 810 | 223 |  85k|  31k| 9.000000e+00 |      --      |    Inf 
1331.32/1331.31	c  1331s|120000 |  1031 |  3204k|  26.6 |  55M| 156 |  23 |7155 |3494 |7155 | 810 | 223 |  94k|  32k| 9.000000e+00 |      --      |    Inf 
1400.62/1400.60	c  1401s|130000 |  1149 |  3350k|  25.7 |  55M| 156 |  31 |7155 |3673 |7155 | 810 | 223 |  95k|  33k| 9.000000e+00 |      --      |    Inf 
1489.12/1489.17	c  1489s|140000 |  1243 |  3532k|  25.2 |  56M| 156 |   - |7155 |2958 |7155 | 810 | 223 |  97k|  35k| 9.000000e+00 |      --      |    Inf 
1562.93/1562.92	c  1563s|150000 |  1384 |  3690k|  24.6 |  56M| 156 |  26 |7155 |2883 |7155 | 810 | 223 |  98k|  36k| 9.000000e+00 |      --      |    Inf 
1641.03/1641.06	c  1641s|160000 |  1475 |  3855k|  24.0 |  57M| 156 |  18 |7155 |3138 |7155 | 810 | 223 |  99k|  37k| 9.000000e+00 |      --      |    Inf 
1716.03/1716.05	c  1716s|170000 |  1527 |  3991k|  23.4 |  58M| 156 |  14 |7155 |3151 |7155 | 810 | 223 | 100k|  37k| 9.000000e+00 |      --      |    Inf 
1789.14/1789.14	c  1789s|180000 |  1556 |  4150k|  23.0 |  58M| 156 |  24 |7155 |2943 |7155 | 810 | 223 | 101k|  38k| 9.000000e+00 |      --      |    Inf 
1797.03/1797.01	c 
1797.03/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.01	c Solving Time (sec) : 1797.01
1797.03/1797.01	c Solving Nodes      : 180927
1797.03/1797.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.03/1797.01	c Dual Bound         : +9.00000000000000e+00
1797.03/1797.01	c Gap                : infinite
1797.03/1797.01	s UNKNOWN
1797.03/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.01	c Total Time         :    1797.01
1797.03/1797.01	c   solving          :    1797.01
1797.03/1797.01	c   presolving       :       0.48 (included in solving)
1797.03/1797.01	c   reading          :       0.07 (included in solving)
1797.03/1797.01	c Original Problem   :
1797.03/1797.01	c   Problem name     : HOME/instance-3488166-1307790235.opb
1797.03/1797.01	c   Variables        : 7164 (7164 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.01	c   Constraints      : 7824 initial, 7824 maximal
1797.03/1797.01	c Presolved Problem  :
1797.03/1797.01	c   Problem name     : t_HOME/instance-3488166-1307790235.opb
1797.03/1797.01	c   Variables        : 7155 (7155 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.01	c   Constraints      : 668 initial, 4039 maximal
1797.03/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.03/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   probing          :       0.07          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   knapsack         :       0.32          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   linear           :       0.06          9          0          0          9          0       7156          0          0          0
1797.03/1797.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.03/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.01	c   integral         :          0          0          0     109132          0          4          0        415      26155          0          0     185384
1797.03/1797.01	c   knapsack         :        576          6     474112          0          0          3   14879283        875    3716948       1201          0          0
1797.03/1797.01	c   setppc           :         92          6     473237          0          0          2    3124836        377    1953177          0          0          0
1797.03/1797.01	c   linear           :          0+         6         76          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   logicor          :          0+         6     154253          0          0          0     332191       2795      89445          0          0          0
1797.03/1797.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.03/1797.01	c   integral         :     266.98       0.00       0.00     266.98       0.00       0.00       0.00
1797.03/1797.01	c   knapsack         :      34.09       0.02      23.41       0.00       0.00       0.00      10.66
1797.03/1797.01	c   setppc           :       5.35       0.00       4.04       0.00       0.00       0.00       1.31
1797.03/1797.01	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.03/1797.01	c   logicor          :       9.97       0.00       8.44       0.00       0.00       0.00       1.53
1797.03/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.03/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.03/1797.01	c   vbounds          :          0          0          0          0
1797.03/1797.01	c   rootredcost      :          0          0          0          0
1797.03/1797.01	c   pseudoobj        :          0          0          0          0
1797.03/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.03/1797.01	c   vbounds          :       0.13       0.13       0.00
1797.03/1797.01	c   rootredcost      :       0.11       0.11       0.00
1797.03/1797.01	c   pseudoobj        :       0.07       0.07       0.00
1797.03/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.03/1797.01	c   propagation      :       8.29       4047       4011     124593      283.4         78      254.7          -
1797.03/1797.01	c   infeasible LP    :     524.61      85297      23867    1184130      449.4        214      210.5          0
1797.03/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.03/1797.01	c   applied globally :          -          -          -     101068      348.2          -          -          -
1797.03/1797.01	c   applied locally  :          -          -          -          2      959.5          -          -          -
1797.03/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.03/1797.01	c   cut pool         :       0.00          5          -          -        881          -    (maximal pool size: 2262)
1797.03/1797.01	c   redcost          :      12.02     108127          0          0          0          0
1797.03/1797.01	c   impliedbounds    :       0.00          6          0          0          0          0
1797.03/1797.01	c   intobj           :       0.00          0          0          0          0          0
1797.03/1797.01	c   gomory           :       0.06          6          0          0         77          0
1797.03/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1797.03/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1797.03/1797.01	c   strongcg         :       0.09          6          0          0         50          0
1797.03/1797.01	c   cmir             :       1.36          6          0          0       2416          0
1797.03/1797.01	c   flowcover        :       0.79          6          0          0       1201          0
1797.03/1797.01	c   clique           :       0.01          6          0          0         14          0
1797.03/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1797.03/1797.01	c   mcf              :       0.00          1          0          0          0          0
1797.03/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1797.03/1797.01	c   rapidlearning    :       0.64          1          0          0          0        413
1797.03/1797.01	c Pricers            :       Time      Calls       Vars
1797.03/1797.01	c   problem variables:       0.00          0          0
1797.03/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.01	c   relpscost        :     266.82     109132        415      26155          0          0     185384
1797.03/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   inference        :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   random           :       0.00          0          0          0          0          0          0
1797.03/1797.01	c Primal Heuristics  :       Time      Calls      Found
1797.03/1797.01	c   LP solutions     :       0.00          -          0
1797.03/1797.01	c   pseudo solutions :       0.00          -          0
1797.03/1797.01	c   oneopt           :       0.08          0          0
1797.03/1797.01	c   crossover        :       0.07          0          0
1797.03/1797.01	c   guideddiving     :       0.01          0          0
1797.03/1797.01	c   intshifting      :       0.00          0          0
1797.03/1797.01	c   veclendiving     :       2.14         36          0
1797.03/1797.01	c   feaspump         :       2.07         18          0
1797.03/1797.01	c   coefdiving       :      10.12         37          0
1797.03/1797.01	c   fracdiving       :       3.77         37          0
1797.03/1797.01	c   linesearchdiving :       2.66         37          0
1797.03/1797.01	c   pscostdiving     :       3.00         37          0
1797.03/1797.01	c   objpscostdiving  :       0.50         19          0
1797.03/1797.01	c   rootsoldiving    :       2.06         19          0
1797.03/1797.01	c   trivial          :       0.01          2          0
1797.03/1797.01	c   shiftandpropagate:       0.05          1          0
1797.03/1797.01	c   simplerounding   :       0.05          0          0
1797.03/1797.01	c   zirounding       :       3.16          0          0
1797.03/1797.01	c   rounding         :       0.37       4634          0
1797.03/1797.01	c   shifting         :       3.61       1370          0
1797.03/1797.01	c   twoopt           :       0.00          0          0
1797.03/1797.01	c   fixandinfer      :       0.00          0          0
1797.03/1797.01	c   clique           :       0.00          0          0
1797.03/1797.01	c   intdiving        :       0.00          0          0
1797.03/1797.01	c   actconsdiving    :       0.00          0          0
1797.03/1797.01	c   octane           :       0.00          0          0
1797.03/1797.01	c   rens             :       0.32          1          0
1797.03/1797.01	c   rins             :       0.00          0          0
1797.03/1797.01	c   localbranching   :       0.00          0          0
1797.03/1797.01	c   mutation         :       0.00          0          0
1797.03/1797.01	c   dins             :       0.00          0          0
1797.03/1797.01	c   vbounds          :       0.00          0          0
1797.03/1797.01	c   undercover       :       0.00          0          0
1797.03/1797.01	c   subnlp           :       0.06          0          0
1797.03/1797.01	c   trysol           :       0.05          0          0
1797.03/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.03/1797.01	c   primal LP        :       0.00          0          0       0.00          -
1797.03/1797.01	c   dual LP          :     811.56     192751    4114490      21.35    5069.82
1797.03/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1797.03/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1797.03/1797.01	c   diving/probing LP:      15.49       6982      58093       8.32    3749.52
1797.03/1797.01	c   strong branching :     261.80      38154    1049031      27.49    4007.01
1797.03/1797.01	c     (at root node) :          -         20       9125     456.25          -
1797.03/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1797.03/1797.01	c B&B Tree           :
1797.03/1797.01	c   number of runs   :          1
1797.03/1797.01	c   nodes            :     180927
1797.03/1797.01	c   nodes (total)    :     180927
1797.03/1797.01	c   nodes left       :       1543
1797.03/1797.01	c   max depth        :        156
1797.03/1797.01	c   max depth (total):        156
1797.03/1797.01	c   backtracks       :      28010 (15.5%)
1797.03/1797.01	c   delayed cutoffs  :       2915
1797.03/1797.01	c   repropagations   :     109909 (531217 domain reductions, 742 cutoffs)
1797.03/1797.01	c   avg switch length:       3.88
1797.03/1797.01	c   switching time   :      23.58
1797.03/1797.01	c Solution           :
1797.03/1797.01	c   Solutions found  :          0 (0 improvements)
1797.03/1797.01	c   Primal Bound     :          -
1797.03/1797.01	c   Dual Bound       : +9.00000000000000e+00
1797.03/1797.01	c   Gap              :   infinite
1797.03/1797.01	c   Root Dual Bound  : +9.00000000000000e+00
1797.03/1797.01	c   Root Iterations  :       8215
1797.03/1797.07	c Time complete: 1797.1.

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-3488166-1307790235/watcher-3488166-1307790235 -o /tmp/evaluation-result-3488166-1307790235/solver-3488166-1307790235 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488166-1307790235.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: 0.93 1.43 1.76 3/177 11116
/proc/meminfo: memFree=31668164/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=12568 CPUtime=0 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 2131 0 0 0 0 0 0 0 23 0 1 0 890623209 12869632 2085 33554432000 4194304 9016284 140736913180480 18446744073709551615 4894931 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11115/statm: 3142 2091 360 1178 0 1960 0

[startup+0.014192 s]
/proc/loadavg: 0.93 1.43 1.76 3/177 11116
/proc/meminfo: memFree=31668164/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=14868 CPUtime=0.01 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 2690 0 0 0 1 0 0 0 23 0 1 0 890623209 15224832 2644 33554432000 4194304 9016284 140736913180480 18446744073709551615 7870483 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11115/statm: 3717 2644 360 1178 0 2535 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14868

[startup+0.100181 s]
/proc/loadavg: 0.93 1.43 1.76 3/177 11116
/proc/meminfo: memFree=31668164/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=41384 CPUtime=0.09 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 9291 0 0 0 8 1 0 0 23 0 1 0 890623209 42377216 9245 33554432000 4194304 9016284 140736913180480 18446744073709551615 6468910 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11115/statm: 10346 9245 413 1178 0 9164 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41384

[startup+0.300255 s]
/proc/loadavg: 0.93 1.43 1.76 3/177 11116
/proc/meminfo: memFree=31668164/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=55324 CPUtime=0.29 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 13138 0 0 0 28 1 0 0 25 0 1 0 890623209 56651776 12601 33554432000 4194304 9016284 140736913180480 18446744073709551615 5165205 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11115/statm: 13831 12601 511 1178 0 12649 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55324

[startup+0.701074 s]
/proc/loadavg: 0.93 1.43 1.76 3/177 11116
/proc/meminfo: memFree=31668164/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=78968 CPUtime=0.69 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 19988 0 0 0 67 2 0 0 25 0 1 0 890623209 80863232 18534 33554432000 4194304 9016284 140736913180480 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11115/statm: 19742 18534 865 1178 0 18560 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 78968

[startup+1.50101 s]
/proc/loadavg: 0.93 1.43 1.76 3/178 11117
/proc/meminfo: memFree=31536520/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=118844 CPUtime=1.49 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 30315 0 0 0 145 4 0 0 25 0 1 0 890623209 121696256 28452 33554432000 4194304 9016284 140736913180480 18446744073709551615 4933639 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11115/statm: 29711 28452 778 1178 0 28529 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 118844

[startup+3.10078 s]
/proc/loadavg: 0.93 1.43 1.76 3/178 11119
/proc/meminfo: memFree=31482208/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=130036 CPUtime=3.09 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 33426 0 0 0 305 4 0 0 25 0 1 0 890623209 133156864 31513 33554432000 4194304 9016284 140736913180480 18446744073709551615 6578040 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11115/statm: 32509 31513 737 1178 0 31327 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 130036

[startup+6.30022 s]
/proc/loadavg: 1.02 1.44 1.76 3/178 11119
/proc/meminfo: memFree=31482216/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=130036 CPUtime=6.29 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 33511 0 0 0 623 6 0 0 25 0 1 0 890623209 133156864 31598 33554432000 4194304 9016284 140736913180480 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11115/statm: 32509 31598 741 1178 0 31327 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 130036

[startup+12.701 s]
/proc/loadavg: 1.10 1.45 1.76 3/178 11120
/proc/meminfo: memFree=31481452/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=130036 CPUtime=12.69 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 33511 0 0 0 1260 9 0 0 25 0 1 0 890623209 133156864 31598 33554432000 4194304 9016284 140736913180480 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11115/statm: 32509 31598 741 1178 0 31327 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 130036

[startup+25.5007 s]
/proc/loadavg: 1.30 1.47 1.76 3/178 11120
/proc/meminfo: memFree=31481856/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=130036 CPUtime=25.49 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 33511 0 0 0 2534 15 0 0 25 0 1 0 890623209 133156864 31598 33554432000 4194304 9016284 140736913180480 18446744073709551615 7153367 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11115/statm: 32509 31598 741 1178 0 31327 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 130036

[startup+51.1002 s]
/proc/loadavg: 1.54 1.51 1.77 3/178 11121
/proc/meminfo: memFree=31481364/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=130036 CPUtime=51.09 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 33513 0 0 0 5083 26 0 0 25 0 1 0 890623209 133156864 31600 33554432000 4194304 9016284 140736913180480 18446744073709551615 6976432 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11115/statm: 32509 31600 743 1178 0 31327 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 130036

[startup+102.306 s]
/proc/loadavg: 1.80 1.59 1.78 3/178 11122
/proc/meminfo: memFree=31480884/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=130036 CPUtime=102.29 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 33525 0 0 0 10176 53 0 0 25 0 1 0 890623209 133156864 31605 33554432000 4194304 9016284 140736913180480 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11115/statm: 32509 31605 737 1178 0 31327 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 130036

[startup+162.301 s]
/proc/loadavg: 1.92 1.66 1.79 3/178 11124
/proc/meminfo: memFree=31480932/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=130036 CPUtime=162.29 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 33533 0 0 0 16144 85 0 0 25 0 1 0 890623209 133156864 31607 33554432000 4194304 9016284 140736913180480 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11115/statm: 32509 31607 731 1178 0 31327 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 130036

[startup+222.301 s]
/proc/loadavg: 1.97 1.72 1.80 3/178 11126
/proc/meminfo: memFree=31475684/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=130036 CPUtime=222.29 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 33533 0 0 0 22113 116 0 0 25 0 1 0 890623209 133156864 31607 33554432000 4194304 9016284 140736913180480 18446744073709551615 7055576 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11115/statm: 32509 31607 731 1178 0 31327 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 130036

[startup+282.301 s]
/proc/loadavg: 1.99 1.77 1.81 3/178 11127
/proc/meminfo: memFree=31470796/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=130036 CPUtime=282.29 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 33533 0 0 0 28082 147 0 0 25 0 1 0 890623209 133156864 31607 33554432000 4194304 9016284 140736913180480 18446744073709551615 7158223 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11115/statm: 32509 31607 731 1178 0 31327 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 130036

[startup+342.301 s]
/proc/loadavg: 1.99 1.81 1.82 3/178 11129
/proc/meminfo: memFree=31469736/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=130472 CPUtime=342.3 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 33673 0 0 0 34048 182 0 0 25 0 1 0 890623209 133603328 31747 33554432000 4194304 9016284 140736913180480 18446744073709551615 6422910 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11115/statm: 32618 31747 731 1178 0 31436 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 130472

[startup+402.3 s]
/proc/loadavg: 1.99 1.84 1.83 3/178 11130
/proc/meminfo: memFree=31466712/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=132436 CPUtime=402.29 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 34113 0 0 0 40016 213 0 0 25 0 1 0 890623209 135614464 32187 33554432000 4194304 9016284 140736913180480 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11115/statm: 33109 32187 731 1178 0 31927 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 132436

[startup+462.301 s]
/proc/loadavg: 1.99 1.86 1.83 3/178 11132
/proc/meminfo: memFree=31462840/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=133396 CPUtime=462.3 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 34390 0 0 0 45987 243 0 0 25 0 1 0 890623209 136597504 32464 33554432000 4194304 9016284 140736913180480 18446744073709551615 7212094 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11115/statm: 33349 32464 731 1178 0 32167 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 133396

[startup+522.3 s]
/proc/loadavg: 2.07 1.90 1.84 3/178 11134
/proc/meminfo: memFree=31461572/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=134404 CPUtime=522.3 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 34625 0 0 0 51959 271 0 0 25 0 1 0 890623209 137629696 32699 33554432000 4194304 9016284 140736913180480 18446744073709551615 7260912 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11115/statm: 33601 32699 731 1178 0 32419 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 134404

[startup+582.301 s]
/proc/loadavg: 2.02 1.92 1.85 3/178 11135
/proc/meminfo: memFree=31456708/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=136408 CPUtime=582.3 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 35113 0 0 0 57928 302 0 0 25 0 1 0 890623209 139681792 33187 33554432000 4194304 9016284 140736913180480 18446744073709551615 7143468 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11115/statm: 34102 33187 731 1178 0 32920 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 136408

[startup+642.3 s]

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

/proc/meminfo: memFree=31443136/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=144600 CPUtime=1122.32 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 37182 0 0 0 111648 584 0 0 25 0 1 0 890623209 148070400 35256 33554432000 4194304 9016284 140736913180480 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11115/statm: 36150 35256 731 1178 0 34968 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 144600

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 11151
/proc/meminfo: memFree=31442104/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=144984 CPUtime=1182.31 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 37267 0 0 0 117612 619 0 0 25 0 1 0 890623209 148463616 35341 33554432000 4194304 9016284 140736913180480 18446744073709551615 6422910 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11115/statm: 36246 35341 731 1178 0 35064 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 144984

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 11153
/proc/meminfo: memFree=31440936/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=145680 CPUtime=1242.32 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 37449 0 0 0 123582 650 0 0 25 0 1 0 890623209 149176320 35523 33554432000 4194304 9016284 140736913180480 18446744073709551615 7260832 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11115/statm: 36420 35523 731 1178 0 35238 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 145680

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 11154
/proc/meminfo: memFree=31439524/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=146744 CPUtime=1302.33 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 37722 0 0 0 129552 681 0 0 25 0 1 0 890623209 150265856 35796 33554432000 4194304 9016284 140736913180480 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11115/statm: 36686 35796 731 1178 0 35504 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 146744

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 11156
/proc/meminfo: memFree=31436020/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=149380 CPUtime=1362.32 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 38345 0 0 0 135528 704 0 0 25 0 1 0 890623209 152965120 36416 33554432000 4194304 9016284 140736913180480 18446744073709551615 4294125 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11115/statm: 37345 36416 731 1178 0 36163 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 149380

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 11158
/proc/meminfo: memFree=31434836/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=150232 CPUtime=1422.33 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 38620 0 0 0 141503 730 0 0 25 0 1 0 890623209 153837568 36691 33554432000 4194304 9016284 140736913180480 18446744073709551615 5155078 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11115/statm: 37558 36691 731 1178 0 36376 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 150232

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.91 4/178 11159
/proc/meminfo: memFree=31433184/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=151988 CPUtime=1482.32 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 39048 0 0 0 147475 757 0 0 25 0 1 0 890623209 155635712 37098 33554432000 4194304 9016284 140736913180480 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11115/statm: 37997 37098 731 1178 0 36815 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 151988

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 11161
/proc/meminfo: memFree=31432268/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=152560 CPUtime=1542.33 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 39200 0 0 0 153445 788 0 0 25 0 1 0 890623209 156221440 37250 33554432000 4194304 9016284 140736913180480 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11115/statm: 38140 37250 731 1178 0 36958 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 152560

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 11162
/proc/meminfo: memFree=31430492/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=152864 CPUtime=1602.32 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 39269 0 0 0 159416 816 0 0 25 0 1 0 890623209 156532736 37319 33554432000 4194304 9016284 140736913180480 18446744073709551615 4291209 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11115/statm: 38216 37319 731 1178 0 37034 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 152864

[startup+1662.3 s]
/proc/loadavg: 2.05 1.99 1.91 3/178 11164
/proc/meminfo: memFree=31428956/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=154108 CPUtime=1662.33 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 39585 0 0 0 165393 840 0 0 25 0 1 0 890623209 157806592 37635 33554432000 4194304 9016284 140736913180480 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11115/statm: 38527 37635 731 1178 0 37345 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 154108

[startup+1722.3 s]
/proc/loadavg: 2.02 1.99 1.91 3/178 11166
/proc/meminfo: memFree=31428416/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=154684 CPUtime=1722.33 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 39725 0 0 0 171370 863 0 0 25 0 1 0 890623209 158396416 37775 33554432000 4194304 9016284 140736913180480 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11115/statm: 38671 37775 731 1178 0 37489 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 154684

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 11167
/proc/meminfo: memFree=31427500/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=155200 CPUtime=1782.34 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 39859 0 0 0 177343 891 0 0 25 0 1 0 890623209 158924800 37909 33554432000 4194304 9016284 140736913180480 18446744073709551615 6422910 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11115/statm: 38800 37909 731 1178 0 37618 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 155200

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

[startup+1785.5 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 11167
/proc/meminfo: memFree=31427620/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=155200 CPUtime=1785.53 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 39861 0 0 0 177661 892 0 0 25 0 1 0 890623209 158924800 37911 33554432000 4194304 9016284 140736913180480 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11115/statm: 38800 37911 731 1178 0 37618 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 155200

[startup+1791.91 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 11168
/proc/meminfo: memFree=31427612/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=155200 CPUtime=1791.94 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 39866 0 0 0 178299 895 0 0 25 0 1 0 890623209 158924800 37916 33554432000 4194304 9016284 140736913180480 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11115/statm: 38800 37916 731 1178 0 37618 0
Current children cumulated CPU time (s) 1791.94
Current children cumulated vsize (KiB) 155200

[startup+1795.1 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 11168
/proc/meminfo: memFree=31427488/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=155200 CPUtime=1795.14 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 39868 0 0 0 178617 897 0 0 25 0 1 0 890623209 158924800 37918 33554432000 4194304 9016284 140736913180480 18446744073709551615 4971668 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11115/statm: 38800 37918 731 1178 0 37618 0
Current children cumulated CPU time (s) 1795.14
Current children cumulated vsize (KiB) 155200

[startup+1795.9 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 11168
/proc/meminfo: memFree=31427488/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=155200 CPUtime=1795.93 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 39868 0 0 0 178696 897 0 0 25 0 1 0 890623209 158924800 37918 33554432000 4194304 9016284 140736913180480 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11115/statm: 38800 37918 731 1178 0 37618 0
Current children cumulated CPU time (s) 1795.93
Current children cumulated vsize (KiB) 155200

[startup+1796.7 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 11168
/proc/meminfo: memFree=31427364/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=155200 CPUtime=1796.73 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 39869 0 0 0 178775 898 0 0 25 0 1 0 890623209 158924800 37919 33554432000 4194304 9016284 140736913180480 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11115/statm: 38800 37919 731 1178 0 37618 0
Current children cumulated CPU time (s) 1796.73
Current children cumulated vsize (KiB) 155200

[startup+1796.9 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 11168
/proc/meminfo: memFree=31427364/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=155200 CPUtime=1796.93 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 39869 0 0 0 178795 898 0 0 25 0 1 0 890623209 158924800 37919 33554432000 4194304 9016284 140736913180480 18446744073709551615 7158192 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11115/statm: 38800 37919 731 1178 0 37618 0
Current children cumulated CPU time (s) 1796.93
Current children cumulated vsize (KiB) 155200

[startup+1797 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 11168
/proc/meminfo: memFree=31427364/32950928 swapFree=67079488/67111528
[pid=11115] ppid=11113 vsize=155200 CPUtime=1797.03 cores=0,2,4,6
/proc/11115/stat : 11115 (scip-2.0.1.4b_2) R 11113 11115 7911 0 -1 4202496 39869 0 0 0 178805 898 0 0 25 0 1 0 890623209 158924800 37919 33554432000 4194304 9016284 140736913180480 18446744073709551615 6422896 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11115/statm: 38800 37919 731 1178 0 37618 0
Current children cumulated CPU time (s) 1797.03
Current children cumulated vsize (KiB) 155200

Child status: 0
Real time (s): 1797.07
CPU time (s): 1797.11
CPU user time (s): 1788.12
CPU system time (s): 8.99663
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 155200

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

runsolver used 2.6556 second user time and 5.60715 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-11 13:03:55
IDJOB=3488166
IDBENCH=71841
IDSOLVER=1979
FILE ID=node125/3488166-1307790235
RUNJOBID= node125-1307790235-11088
PBS_JOBID= 13550864
Free space on /tmp= 74028 MiB

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

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

MD5SUM BENCH= 27a6a4205f1c6df1de962194e8e7e014
RANDOM SEED=392139227

node125.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.828
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.82
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.828
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.74
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.828
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.828
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:      31675452 kB
Buffers:        292620 kB
Cached:         747964 kB
SwapCached:       3400 kB
Active:         510724 kB
Inactive:       566976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31675452 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:           34404 kB
Writeback:           0 kB
AnonPages:       35352 kB
Mapped:          13208 kB
Slab:           133112 kB
PageTables:       5192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   190828 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= 73992 MiB
End job on node125 at 2011-06-11 13:33:53