Trace number 3738302

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
PB11: SCIP spx E_2 2011-06-10 (fixed)? 1796.78 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.140977
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-3738302-1338734698.opb>
0.03/0.07	c original problem has 7164 variables (7164 bin, 0 int, 0 impl, 0 cont) and 7824 constraints
0.03/0.07	c problem read
0.03/0.08	c presolving settings loaded
0.08/0.11	c presolving:
0.08/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.08/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.08/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.54	c    (0.5s) probing: 101/7155 (1.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.54	c    (0.5s) probing aborted: 100/100 successive totally useless probings
0.49/0.54	c presolving (4 rounds):
0.49/0.54	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.54	c  14310 implications, 1640 cliques
0.49/0.54	c presolved problem has 7155 variables (7155 bin, 0 int, 0 impl, 0 cont) and 668 constraints
0.49/0.54	c     576 constraints of type <knapsack>
0.49/0.54	c      92 constraints of type <setppc>
0.49/0.54	c transformed objective value is always integral (scale: 1)
0.49/0.54	c Presolving Time: 0.44
0.49/0.54	c - non default parameters ----------------------------------------------------------------------
0.49/0.54	c # SCIP version 2.0.1.5
0.49/0.54	c 
0.49/0.54	c # frequency for displaying node information lines
0.49/0.54	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.54	c display/freq = 10000
0.49/0.54	c 
0.49/0.54	c # maximal time in seconds to run
0.49/0.54	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.54	c limits/time = 1797
0.49/0.54	c 
0.49/0.54	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.54	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.54	c limits/memory = 13950
0.49/0.54	c 
0.49/0.54	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.49/0.54	c # [type: int, range: [1,2], default: 1]
0.49/0.54	c timing/clocktype = 2
0.49/0.54	c 
0.49/0.54	c # belongs reading time to solving time?
0.49/0.54	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.54	c timing/reading = TRUE
0.49/0.54	c 
0.49/0.54	c # should presolving try to simplify inequalities
0.49/0.54	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.54	c constraints/linear/simplifyinequalities = TRUE
0.49/0.54	c 
0.49/0.54	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.49/0.54	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.54	c constraints/indicator/addCouplingCons = TRUE
0.49/0.54	c 
0.49/0.54	c # should presolving try to simplify knapsacks
0.49/0.54	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.54	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.54	c 
0.49/0.54	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.54	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.54	c separating/rapidlearning/freq = 0
0.49/0.54	c 
0.49/0.54	c -----------------------------------------------------------------------------------------------
0.49/0.54	c start solving
0.49/0.55	c 
0.59/0.67	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.67	c   0.7s|     1 |     0 |  1268 |     - |  34M|   0 |  78 |7155 | 691 |7155 | 668 |   0 |  23 |   0 | 9.000000e+00 |      --      |    Inf 
1.79/1.87	c   1.9s|     1 |     0 |  3664 |     - |  37M|   0 | 123 |7155 |1104 |7155 | 712 |  44 |  23 |   0 | 9.000000e+00 |      --      |    Inf 
2.19/2.29	c   2.3s|     1 |     0 |  4066 |     - |  38M|   0 | 182 |7155 |1104 |7155 | 750 |  82 |  23 |   0 | 9.000000e+00 |      --      |    Inf 
2.69/2.79	c   2.8s|     1 |     0 |  4769 |     - |  38M|   0 | 203 |7155 |1104 |7155 | 786 | 118 |  23 |   0 | 9.000000e+00 |      --      |    Inf 
3.29/3.35	c   3.4s|     1 |     0 |  5443 |     - |  39M|   0 | 222 |7155 |1104 |7155 | 822 | 154 |  23 |   0 | 9.000000e+00 |      --      |    Inf 
4.09/4.17	c   4.2s|     1 |     0 |  7151 |     - |  40M|   0 | 216 |7155 |1104 |7155 | 854 | 186 |  23 |   0 | 9.000000e+00 |      --      |    Inf 
4.79/4.84	c   4.8s|     1 |     0 |  8215 |     - |  41M|   0 | 242 |7155 |1104 |7155 | 891 | 223 |  23 |   0 | 9.000000e+00 |      --      |    Inf 
7.48/7.56	c   7.6s|     1 |     2 |  8215 |     - |  41M|   0 | 242 |7155 |1104 |7155 | 891 | 223 |  23 |  20 | 9.000000e+00 |      --      |    Inf 
175.95/176.02	c   176s| 10000 |   331 |323942 |  31.6 |  46M| 156 |  29 |7155 |2687 |7155 | 810 | 223 |  10k|4948 | 9.000000e+00 |      --      |    Inf 
268.24/268.38	c   268s| 20000 |   430 |539908 |  26.6 |  47M| 156 |  36 |7155 |2757 |7155 | 810 | 223 |  16k|6946 | 9.000000e+00 |      --      |    Inf 
384.32/384.40	c   384s| 30000 |   564 |817449 |  27.0 |  49M| 156 |   - |7155 |2971 |7155 | 810 | 223 |  30k|  10k| 9.000000e+00 |      --      |    Inf 
487.91/488.04	c   488s| 40000 |   661 |  1065k|  26.4 |  50M| 156 |  38 |7155 |2763 |7155 | 810 | 223 |  43k|  13k| 9.000000e+00 |      --      |    Inf 
592.09/592.25	c   592s| 50000 |   772 |  1363k|  27.1 |  51M| 156 |  40 |7155 |3076 |7155 | 810 | 223 |  47k|  15k| 9.000000e+00 |      --      |    Inf 
695.27/695.47	c   695s| 60000 |   908 |  1607k|  26.7 |  52M| 156 |  31 |7155 |2796 |7155 | 810 | 223 |  53k|  18k| 9.000000e+00 |      --      |    Inf 
776.66/776.88	c   777s| 70000 |   983 |  1823k|  25.9 |  52M| 156 |  39 |7155 |2912 |7155 | 810 | 223 |  55k|  19k| 9.000000e+00 |      --      |    Inf 
865.94/866.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
865.94/866.11	c   866s| 80000 |   908 |  2061k|  25.7 |  52M| 156 |  37 |7155 |2861 |7155 | 810 | 223 |  57k|  20k| 9.000000e+00 |      --      |    Inf 
972.93/973.11	c   973s| 90000 |   864 |  2325k|  25.7 |  52M| 156 |   - |7155 |3349 |7155 | 810 | 223 |  63k|  23k| 9.000000e+00 |      --      |    Inf 
1093.91/1094.17	c  1094s|100000 |   899 |  2645k|  26.4 |  53M| 156 |  37 |7155 |3048 |7155 | 810 | 223 |  71k|  27k| 9.000000e+00 |      --      |    Inf 
1213.99/1214.26	c  1214s|110000 |   911 |  2971k|  26.9 |  53M| 156 |  34 |7155 |2456 |7155 | 810 | 223 |  85k|  31k| 9.000000e+00 |      --      |    Inf 
1303.38/1303.66	c  1304s|120000 |  1031 |  3204k|  26.6 |  55M| 156 |  23 |7155 |3494 |7155 | 810 | 223 |  94k|  32k| 9.000000e+00 |      --      |    Inf 
1371.27/1371.55	c  1372s|130000 |  1149 |  3350k|  25.7 |  55M| 156 |  31 |7155 |3673 |7155 | 810 | 223 |  95k|  33k| 9.000000e+00 |      --      |    Inf 
1458.05/1458.36	c  1458s|140000 |  1243 |  3532k|  25.2 |  56M| 156 |   - |7155 |2958 |7155 | 810 | 223 |  97k|  35k| 9.000000e+00 |      --      |    Inf 
1530.34/1530.62	c  1531s|150000 |  1384 |  3690k|  24.6 |  56M| 156 |  26 |7155 |2883 |7155 | 810 | 223 |  98k|  36k| 9.000000e+00 |      --      |    Inf 
1606.84/1607.16	c  1607s|160000 |  1475 |  3855k|  24.0 |  57M| 156 |  18 |7155 |3138 |7155 | 810 | 223 |  99k|  37k| 9.000000e+00 |      --      |    Inf 
1680.21/1680.56	c  1681s|170000 |  1527 |  3991k|  23.4 |  58M| 156 |  14 |7155 |3151 |7155 | 810 | 223 | 100k|  37k| 9.000000e+00 |      --      |    Inf 
1751.81/1752.13	c  1752s|180000 |  1556 |  4150k|  23.0 |  58M| 156 |  24 |7155 |2943 |7155 | 810 | 223 | 101k|  38k| 9.000000e+00 |      --      |    Inf 
1796.70/1797.01	c 
1796.70/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.01	c Solving Time (sec) : 1797.01
1796.70/1797.01	c Solving Nodes      : 186395
1796.70/1797.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.70/1797.01	c Dual Bound         : +9.00000000000000e+00
1796.70/1797.01	c Gap                : infinite
1796.70/1797.01	s UNKNOWN
1796.70/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.01	c Total Time         :    1797.01
1796.70/1797.01	c   solving          :    1797.01
1796.70/1797.01	c   presolving       :       0.44 (included in solving)
1796.70/1797.01	c   reading          :       0.07 (included in solving)
1796.70/1797.01	c Original Problem   :
1796.70/1797.01	c   Problem name     : HOME/instance-3738302-1338734698.opb
1796.70/1797.01	c   Variables        : 7164 (7164 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.01	c   Constraints      : 7824 initial, 7824 maximal
1796.70/1797.01	c Presolved Problem  :
1796.70/1797.01	c   Problem name     : t_HOME/instance-3738302-1338734698.opb
1796.70/1797.01	c   Variables        : 7155 (7155 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.01	c   Constraints      : 668 initial, 4039 maximal
1796.70/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   probing          :       0.07          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   knapsack         :       0.29          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   linear           :       0.05          9          0          0          9          0       7156          0          0          0
1796.70/1797.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.70/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.01	c   integral         :          0          0          0     111940          0          4          0        426      26203          0          0     190902
1796.70/1797.01	c   knapsack         :        576          6     483683          0          0          3   15028276        880    3746437       1201          0          0
1796.70/1797.01	c   setppc           :         92          6     482803          0          0          2    3150368        379    2013945          0          0          0
1796.70/1797.01	c   linear           :          0+         6         76          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   logicor          :          0+         6     157082          0          0          0     339061       2805      89838          0          0          0
1796.70/1797.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.70/1797.01	c   integral         :     261.96       0.00       0.00     261.96       0.00       0.00       0.00
1796.70/1797.01	c   knapsack         :      32.16       0.02      22.11       0.00       0.00       0.00      10.03
1796.70/1797.01	c   setppc           :       4.97       0.00       3.73       0.00       0.00       0.00       1.24
1796.70/1797.01	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.01	c   logicor          :       9.23       0.00       7.90       0.00       0.00       0.00       1.33
1796.70/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.70/1797.01	c   vbounds          :          0          0          0          0
1796.70/1797.01	c   rootredcost      :          0          0          0          0
1796.70/1797.01	c   pseudoobj        :          0          0          0          0
1796.70/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.70/1797.01	c   vbounds          :       0.12       0.12       0.00
1796.70/1797.01	c   rootredcost      :       0.11       0.11       0.00
1796.70/1797.01	c   pseudoobj        :       0.07       0.07       0.00
1796.70/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.01	c   propagation      :       8.05       4064       4028     124931      283.0         78      254.7          -
1796.70/1797.01	c   infeasible LP    :     526.95      87987      24018    1193117      451.2        214      210.5          0
1796.70/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.01	c   applied globally :          -          -          -     101274      347.7          -          -          -
1796.70/1797.01	c   applied locally  :          -          -          -          2      959.5          -          -          -
1796.70/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.01	c   cut pool         :       0.00          5          -          -        881          -    (maximal pool size: 2262)
1796.70/1797.01	c   redcost          :      11.07     110935          0          0          0          0
1796.70/1797.01	c   impliedbounds    :       0.00          6          0          0          0          0
1796.70/1797.01	c   intobj           :       0.00          0          0          0          0          0
1796.70/1797.01	c   gomory           :       0.05          6          0          0         77          0
1796.70/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1796.70/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1796.70/1797.01	c   strongcg         :       0.08          6          0          0         50          0
1796.70/1797.01	c   cmir             :       1.26          6          0          0       2416          0
1796.70/1797.01	c   flowcover        :       0.72          6          0          0       1201          0
1796.70/1797.01	c   clique           :       0.01          6          0          0         14          0
1796.70/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1796.70/1797.01	c   mcf              :       0.00          1          0          0          0          0
1796.70/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1796.70/1797.01	c   rapidlearning    :       0.60          1          0          0          0        413
1796.70/1797.01	c Pricers            :       Time      Calls       Vars
1796.70/1797.01	c   problem variables:       0.00          0          0
1796.70/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.01	c   relpscost        :     261.80     111940        426      26203          0          0     190902
1796.70/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1796.70/1797.01	c   inference        :       0.00          0          0          0          0          0          0
1796.70/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1796.70/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1796.70/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.70/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.70/1797.01	c   random           :       0.00          0          0          0          0          0          0
1796.70/1797.01	c Primal Heuristics  :       Time      Calls      Found
1796.70/1797.01	c   LP solutions     :       0.00          -          0
1796.70/1797.01	c   pseudo solutions :       0.00          -          0
1796.70/1797.01	c   oneopt           :       0.09          0          0
1796.70/1797.01	c   crossover        :       0.07          0          0
1796.70/1797.01	c   guideddiving     :       0.01          0          0
1796.70/1797.01	c   fracdiving       :       3.70         37          0
1796.70/1797.01	c   linesearchdiving :       2.61         37          0
1796.70/1797.01	c   pscostdiving     :       2.95         37          0
1796.70/1797.01	c   veclendiving     :       2.14         37          0
1796.70/1797.01	c   objpscostdiving  :       0.49         19          0
1796.70/1797.01	c   rootsoldiving    :       2.01         19          0
1796.70/1797.01	c   coefdiving       :      10.02         38          0
1796.70/1797.01	c   trivial          :       0.01          2          0
1796.70/1797.01	c   shiftandpropagate:       0.05          1          0
1796.70/1797.01	c   simplerounding   :       0.05          0          0
1796.70/1797.01	c   zirounding       :       2.73          0          0
1796.70/1797.01	c   rounding         :       0.33       4690          0
1796.70/1797.01	c   shifting         :       3.34       1384          0
1796.70/1797.01	c   intshifting      :       0.00          0          0
1796.70/1797.01	c   twoopt           :       0.00          0          0
1796.70/1797.01	c   fixandinfer      :       0.00          0          0
1796.70/1797.01	c   feaspump         :       2.10         19          0
1796.70/1797.01	c   clique           :       0.00          0          0
1796.70/1797.01	c   intdiving        :       0.00          0          0
1796.70/1797.01	c   actconsdiving    :       0.00          0          0
1796.70/1797.01	c   octane           :       0.00          0          0
1796.70/1797.01	c   rens             :       0.31          1          0
1796.70/1797.01	c   rins             :       0.00          0          0
1796.70/1797.01	c   localbranching   :       0.00          0          0
1796.70/1797.01	c   mutation         :       0.00          0          0
1796.70/1797.01	c   dins             :       0.00          0          0
1796.70/1797.01	c   vbounds          :       0.00          0          0
1796.70/1797.01	c   undercover       :       0.00          0          0
1796.70/1797.01	c   subnlp           :       0.06          0          0
1796.70/1797.01	c   trysol           :       0.05          0          0
1796.70/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.70/1797.01	c   primal LP        :       0.00          0          0       0.00          -
1796.70/1797.01	c   dual LP          :     819.63     198212    4200351      21.19    5124.71
1796.70/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1796.70/1797.01	c   diving/probing LP:      15.36       7010      58724       8.38    3822.63
1796.70/1797.01	c   strong branching :     256.78      38227    1050646      27.48    4091.65
1796.70/1797.01	c     (at root node) :          -         20       9125     456.25          -
1796.70/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.01	c B&B Tree           :
1796.70/1797.01	c   number of runs   :          1
1796.70/1797.01	c   nodes            :     186395
1796.70/1797.01	c   nodes (total)    :     186395
1796.70/1797.01	c   nodes left       :       1579
1796.70/1797.01	c   max depth        :        156
1796.70/1797.01	c   max depth (total):        156
1796.70/1797.01	c   backtracks       :      28973 (15.5%)
1796.70/1797.01	c   delayed cutoffs  :       2929
1796.70/1797.01	c   repropagations   :     110746 (532680 domain reductions, 743 cutoffs)
1796.70/1797.01	c   avg switch length:       3.85
1796.70/1797.01	c   switching time   :      22.60
1796.70/1797.01	c Solution           :
1796.70/1797.01	c   Solutions found  :          0 (0 improvements)
1796.70/1797.01	c   Primal Bound     :          -
1796.70/1797.01	c   Dual Bound       : +9.00000000000000e+00
1796.70/1797.01	c   Gap              :   infinite
1796.70/1797.01	c   Root Dual Bound  : +9.00000000000000e+00
1796.70/1797.01	c   Root Iterations  :       8215
1796.70/1797.07	c Time complete: 1796.77.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 3462
/proc/meminfo: memFree=27531532/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=9588 CPUtime=0 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 1524 0 0 0 0 0 0 0 20 0 1 0 339595709 9818112 1478 33554432000 4194304 9016284 140733976748352 140737340242376 7824814 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 2397 1479 311 1178 0 1215 0

[startup+0.0382551 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 3462
/proc/meminfo: memFree=27531532/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=19804 CPUtime=0.03 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 3949 0 0 0 3 0 0 0 20 0 1 0 339595709 20279296 3903 33554432000 4194304 9016284 140733976748352 140737340242376 7870468 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 4951 3903 360 1178 0 3769 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19804

[startup+0.100306 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 3462
/proc/meminfo: memFree=27531532/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=38480 CPUtime=0.08 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 8554 0 0 0 8 0 0 0 20 0 1 0 339595709 39403520 8509 33554432000 4194304 9016284 140733976748352 140737340242376 6813403 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 9620 8534 413 1178 0 8438 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 38480

[startup+0.300251 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 3462
/proc/meminfo: memFree=27531532/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=55328 CPUtime=0.29 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 13139 0 0 0 28 1 0 0 20 0 1 0 339595709 56655872 12602 33554432000 4194304 9016284 140733976748352 140737340242376 4933583 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 13832 12602 511 1178 0 12650 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55328

[startup+0.700257 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 3462
/proc/meminfo: memFree=27531532/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=77808 CPUtime=0.69 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 20135 0 0 0 67 2 0 0 20 0 1 0 339595709 79675392 18189 33554432000 4194304 9016284 140733976748352 140733976743176 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 19452 18189 657 1178 0 18270 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 77808

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3463
/proc/meminfo: memFree=27460588/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=120952 CPUtime=1.49 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 30841 0 0 0 145 4 0 0 20 0 1 0 339595709 123854848 28895 33554432000 4194304 9016284 140733976748352 140733976743176 6483595 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 30238 28895 695 1178 0 29056 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 120952

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3463
/proc/meminfo: memFree=27407888/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=130040 CPUtime=3.09 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 33426 0 0 0 305 4 0 0 20 0 1 0 339595709 133160960 31480 33554432000 4194304 9016284 140733976748352 140733976743512 4243879 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 32510 31480 704 1178 0 31328 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 130040

[startup+6.30023 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3463
/proc/meminfo: memFree=27407144/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=130040 CPUtime=6.28 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 33511 0 0 0 622 6 0 0 20 0 1 0 339595709 133160960 31565 33554432000 4194304 9016284 140733976748352 140733976742200 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 32510 31565 708 1178 0 31328 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 130040

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3463
/proc/meminfo: memFree=27406664/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=130040 CPUtime=12.69 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 33511 0 0 0 1259 10 0 0 20 0 1 0 339595709 133160960 31565 33554432000 4194304 9016284 140733976748352 140733976742200 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 32510 31565 708 1178 0 31328 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 130040

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3463
/proc/meminfo: memFree=27406640/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=130040 CPUtime=25.48 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 33516 0 0 0 2534 14 0 0 20 0 1 0 339595709 133160960 31606 33554432000 4194304 9016284 140733976748352 140733976742200 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 32510 31606 708 1178 0 31328 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 130040

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3464
/proc/meminfo: memFree=27401776/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=130040 CPUtime=51.08 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 33523 0 0 0 5086 22 0 0 20 0 1 0 339595709 133160960 31641 33554432000 4194304 9016284 140733976748352 140733976742312 6422896 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 32510 31641 710 1178 0 31328 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 130040

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3464
/proc/meminfo: memFree=27407984/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=130040 CPUtime=102.27 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 33539 0 0 0 10182 45 0 0 20 0 1 0 339595709 133160960 31783 33554432000 4194304 9016284 140733976748352 140733976741720 6422896 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 32510 31783 711 1178 0 31328 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 130040

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3464
/proc/meminfo: memFree=27403888/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=130040 CPUtime=162.25 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 33545 0 0 0 16155 70 0 0 20 0 1 0 339595709 133160960 31789 33554432000 4194304 9016284 140733976748352 140733976742680 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 32510 31789 711 1178 0 31328 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 130040

[startup+222.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/175 3464
/proc/meminfo: memFree=27398988/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=130040 CPUtime=222.24 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 33545 0 0 0 22126 98 0 0 20 0 1 0 339595709 133160960 31789 33554432000 4194304 9016284 140733976748352 140733976742680 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 32510 31789 711 1178 0 31328 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 130040

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 3464
/proc/meminfo: memFree=27395888/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=130040 CPUtime=282.23 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 33545 0 0 0 28100 123 0 0 20 0 1 0 339595709 133160960 31789 33554432000 4194304 9016284 140733976748352 140733976742312 6422925 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 32510 31789 711 1178 0 31328 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 130040

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3468
/proc/meminfo: memFree=27399284/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=130644 CPUtime=342.23 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 33697 0 0 0 34070 153 0 0 20 0 1 0 339595709 133779456 31941 33554432000 4194304 9016284 140733976748352 140733976742312 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 32661 31941 711 1178 0 31479 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 130644

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3468
/proc/meminfo: memFree=27397120/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=132600 CPUtime=402.22 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 34187 0 0 0 40046 176 0 0 20 0 1 0 339595709 135782400 32431 33554432000 4194304 9016284 140733976748352 140733976742680 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 33150 32431 711 1178 0 31968 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 132600

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3468
/proc/meminfo: memFree=27400720/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=133684 CPUtime=462.21 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 34454 0 0 0 46019 202 0 0 20 0 1 0 339595709 136892416 32698 33554432000 4194304 9016284 140733976748352 140733976742680 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 33421 32698 711 1178 0 32239 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 133684

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3468
/proc/meminfo: memFree=27400596/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=134616 CPUtime=522.19 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 34674 0 0 0 51992 227 0 0 20 0 1 0 339595709 137846784 32918 33554432000 4194304 9016284 140733976748352 140733976742632 6422932 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 33654 32918 711 1178 0 32472 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 134616

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3468
/proc/meminfo: memFree=27395880/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=136992 CPUtime=582.19 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 35284 0 0 0 57965 254 0 0 20 0 1 0 339595709 140279808 33526 33554432000 4194304 9016284 140733976748352 140733976742680 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 34248 33526 711 1178 0 33066 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 136992

[startup+642.3 s]

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

/proc/meminfo: memFree=27376476/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=144804 CPUtime=1122.1 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 37222 0 0 0 111724 486 0 0 20 0 1 0 339595709 148279296 35461 33554432000 4194304 9016284 140733976748352 140733976742200 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 36201 35461 711 1178 0 35019 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 144804

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3533
/proc/meminfo: memFree=27375980/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=145188 CPUtime=1182.09 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 37336 0 0 0 117696 513 0 0 20 0 1 0 339595709 148672512 35575 33554432000 4194304 9016284 140733976748352 140733976742680 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 36297 35575 711 1178 0 35115 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 145188

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3533
/proc/meminfo: memFree=27374304/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=146260 CPUtime=1242.09 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 37600 0 0 0 123668 541 0 0 20 0 1 0 339595709 149770240 35839 33554432000 4194304 9016284 140733976748352 140733976742680 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 36565 35839 711 1178 0 35383 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 146260

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3534
/proc/meminfo: memFree=27372320/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=148232 CPUtime=1302.08 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 38095 0 0 0 129645 563 0 0 20 0 1 0 339595709 151789568 36334 33554432000 4194304 9016284 140733976748352 140733976742520 6422910 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 37058 36334 711 1178 0 35876 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 148232

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3534
/proc/meminfo: memFree=27370336/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=150236 CPUtime=1362.07 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 38635 0 0 0 135622 585 0 0 20 0 1 0 339595709 153841664 36871 33554432000 4194304 9016284 140733976748352 140733976742680 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 37559 36871 711 1178 0 36377 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 150236

[startup+1422.31 s]
/proc/loadavg: 2.08 2.02 2.01 3/175 3534
/proc/meminfo: memFree=27369648/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=150864 CPUtime=1422.07 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 38793 0 0 0 141600 607 0 0 20 0 1 0 339595709 154484736 37027 33554432000 4194304 9016284 140733976748352 140733976742120 4291209 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 37716 37027 711 1178 0 36534 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 150864

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/175 3534
/proc/meminfo: memFree=27368532/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=152296 CPUtime=1482.05 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 39142 0 0 0 147574 631 0 0 20 0 1 0 339595709 155951104 37355 33554432000 4194304 9016284 140733976748352 140733976742520 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 38074 37355 711 1178 0 36892 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 152296

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 3537
/proc/meminfo: memFree=27368276/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=152564 CPUtime=1542.04 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 39226 0 0 0 153552 652 0 0 20 0 1 0 339595709 156225536 37439 33554432000 4194304 9016284 140733976748352 140733976742680 4291397 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 38141 37439 711 1178 0 36959 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 152564

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3538
/proc/meminfo: memFree=27367292/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=153648 CPUtime=1602.03 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 39461 0 0 0 159528 675 0 0 20 0 1 0 339595709 157335552 37674 33554432000 4194304 9016284 140733976748352 140733976742680 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 38412 37674 711 1178 0 37230 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 153648

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3538
/proc/meminfo: memFree=27366296/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=154556 CPUtime=1662.03 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 39708 0 0 0 165510 693 0 0 20 0 1 0 339595709 158265344 37919 33554432000 4194304 9016284 140733976748352 140733976742680 4291182 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 38639 37919 711 1178 0 37457 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 154556

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3538
/proc/meminfo: memFree=27365924/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=155056 CPUtime=1722.01 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 39836 0 0 0 171489 712 0 0 20 0 1 0 339595709 158777344 38047 33554432000 4194304 9016284 140733976748352 140733976742680 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 38764 38047 711 1178 0 37582 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 155056

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3538
/proc/meminfo: memFree=27365552/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=155560 CPUtime=1782 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 39959 0 0 0 177466 734 0 0 20 0 1 0 339595709 159293440 38170 33554432000 4194304 9016284 140733976748352 140733976742680 4291209 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 38890 38170 711 1178 0 37708 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 155560

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3538
/proc/meminfo: memFree=27365428/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=155560 CPUtime=1785.2 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 39961 0 0 0 177785 735 0 0 20 0 1 0 339595709 159293440 38172 33554432000 4194304 9016284 140733976748352 140733976742632 4291182 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 38890 38172 711 1178 0 37708 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 155560

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3538
/proc/meminfo: memFree=27365428/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=155560 CPUtime=1791.61 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 39961 0 0 0 178422 739 0 0 20 0 1 0 339595709 159293440 38172 33554432000 4194304 9016284 140733976748352 140733976742520 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 38890 38172 711 1178 0 37708 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 155560

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3538
/proc/meminfo: memFree=27365428/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=155560 CPUtime=1794.81 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 39961 0 0 0 178742 739 0 0 20 0 1 0 339595709 159293440 38172 33554432000 4194304 9016284 140733976748352 140733976741848 4291197 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 38890 38172 711 1178 0 37708 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 155560

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3538
/proc/meminfo: memFree=27365428/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=155560 CPUtime=1795.6 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 39961 0 0 0 178821 739 0 0 20 0 1 0 339595709 159293440 38172 33554432000 4194304 9016284 140733976748352 140733976742680 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 38890 38172 711 1178 0 37708 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 155560

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3538
/proc/meminfo: memFree=27365428/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=155560 CPUtime=1796.4 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 39961 0 0 0 178900 740 0 0 20 0 1 0 339595709 159293440 38172 33554432000 4194304 9016284 140733976748352 140733976742680 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 38890 38172 711 1178 0 37708 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 155560

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3538
/proc/meminfo: memFree=27365428/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=155560 CPUtime=1796.6 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 39961 0 0 0 178920 740 0 0 20 0 1 0 339595709 159293440 38172 33554432000 4194304 9016284 140733976748352 140733976742680 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 38890 38172 711 1178 0 37708 0
Current children cumulated CPU time (s) 1796.6
Current children cumulated vsize (KiB) 155560

[startup+1797 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3538
/proc/meminfo: memFree=27365428/32873852 swapFree=6856/6856
[pid=3462] ppid=3460 vsize=155560 CPUtime=1796.7 cores=0,2,4,6
/proc/3462/stat : 3462 (scip-2.0.1.4b_2) R 3460 3462 643 0 -1 4202496 39961 0 0 0 178930 740 0 0 20 0 1 0 339595709 159293440 38172 33554432000 4194304 9016284 140733976748352 140733976742680 4291256 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3462/statm: 38890 38172 711 1178 0 37708 0
Current children cumulated CPU time (s) 1796.7
Current children cumulated vsize (KiB) 155560

Child status: 0
Real time (s): 1797.07
CPU time (s): 1796.78
CPU user time (s): 1789.37
CPU system time (s): 7.40987
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 155560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.37
system time used= 7.40987
maximum resident set size= 152692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39967
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= 30
involuntary context switches= 1849

runsolver used 2.91656 second user time and 8.17376 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-03 16:44:58
IDJOB=3738302
IDBENCH=71841
IDSOLVER=2329
FILE ID=node128/3738302-1338734698
RUNJOBID= node128-1338714616-659
PBS_JOBID= 14636758
Free space on /tmp= 70404 MiB

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

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

MD5SUM BENCH= 27a6a4205f1c6df1de962194e8e7e014
RANDOM SEED=654914693

node128.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        27531804 kB
Buffers:          547828 kB
Cached:          3762136 kB
SwapCached:          744 kB
Active:          2143620 kB
Inactive:        2304580 kB
Active(anon):     129220 kB
Inactive(anon):    11420 kB
Active(file):    2014400 kB
Inactive(file):  2293160 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106656 kB
Dirty:             17532 kB
Writeback:             4 kB
AnonPages:        143648 kB
Mapped:            16904 kB
Shmem:               200 kB
Slab:             756636 kB
SReclaimable:     198924 kB
SUnreclaim:       557712 kB
KernelStack:        1432 kB
PageTables:         4636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     254148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    104448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70388 MiB
End job on node128 at 2012-06-03 17:14:55