Trace number 3738335

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.75 1797.05

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx63.opb
MD5SUM807bc542b75293285fea5916dfeaaa3e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3216
Total number of constraints3658
Number of constraints which are clauses3210
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
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 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 786
Number of bits of the biggest sum of numbers10
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-3738335-1338735362.opb>
0.00/0.04	c original problem has 3216 variables (3216 bin, 0 int, 0 impl, 0 cont) and 3658 constraints
0.00/0.04	c problem read
0.00/0.04	c presolving settings loaded
0.04/0.05	c presolving:
0.04/0.07	c (round 1) 6 del vars, 1 del conss, 0 add conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 6420 impls, 63 clqs
0.04/0.07	c (round 2) 6 del vars, 3211 del conss, 0 add conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 6420 impls, 63 clqs
0.04/0.08	c (round 3) 6 del vars, 3211 del conss, 0 add conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 447 upgd conss, 6420 impls, 63 clqs
0.18/0.21	c    (0.2s) probing: 101/3210 (3.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.18/0.21	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.18/0.21	c presolving (4 rounds):
0.18/0.21	c  6 deleted vars, 3211 deleted constraints, 0 added constraints, 6 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.18/0.21	c  6420 implications, 447 cliques
0.18/0.21	c presolved problem has 3210 variables (3210 bin, 0 int, 0 impl, 0 cont) and 447 constraints
0.18/0.21	c     384 constraints of type <knapsack>
0.18/0.21	c      63 constraints of type <setppc>
0.18/0.21	c transformed objective value is always integral (scale: 1)
0.18/0.21	c Presolving Time: 0.16
0.18/0.21	c - non default parameters ----------------------------------------------------------------------
0.18/0.21	c # SCIP version 2.0.1.5
0.18/0.21	c 
0.18/0.21	c # frequency for displaying node information lines
0.18/0.21	c # [type: int, range: [-1,2147483647], default: 100]
0.18/0.21	c display/freq = 10000
0.18/0.21	c 
0.18/0.21	c # maximal time in seconds to run
0.18/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.18/0.21	c limits/time = 1797
0.18/0.21	c 
0.18/0.21	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.18/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.18/0.21	c limits/memory = 13950
0.18/0.21	c 
0.18/0.21	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.18/0.21	c # [type: int, range: [1,2], default: 1]
0.18/0.21	c timing/clocktype = 2
0.18/0.21	c 
0.18/0.21	c # belongs reading time to solving time?
0.18/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.18/0.21	c timing/reading = TRUE
0.18/0.21	c 
0.18/0.21	c # should presolving try to simplify inequalities
0.18/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.18/0.21	c constraints/linear/simplifyinequalities = TRUE
0.18/0.21	c 
0.18/0.21	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.18/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.18/0.21	c constraints/indicator/addCouplingCons = TRUE
0.18/0.21	c 
0.18/0.21	c # should presolving try to simplify knapsacks
0.18/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.18/0.21	c constraints/knapsack/simplifyinequalities = TRUE
0.18/0.21	c 
0.18/0.21	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: -1]
0.18/0.21	c separating/rapidlearning/freq = 0
0.18/0.21	c 
0.18/0.21	c -----------------------------------------------------------------------------------------------
0.18/0.21	c start solving
0.18/0.21	c 
0.18/0.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.18/0.26	c   0.3s|     1 |     0 |   605 |     - |  15M|   0 |  60 |3210 | 534 |3210 | 447 |   0 |  87 |   0 | 6.000000e+00 |      --      |    Inf 
0.79/0.85	c   0.8s|     1 |     0 |  2824 |     - |  17M|   0 |  92 |3210 | 760 |3210 | 475 |  28 |  87 |   0 | 6.000000e+00 |      --      |    Inf 
1.00/1.01	c   1.0s|     1 |     0 |  2940 |     - |  17M|   0 | 127 |3210 | 760 |3210 | 503 |  56 |  87 |   0 | 6.000000e+00 |      --      |    Inf 
1.19/1.25	c   1.3s|     1 |     0 |  3636 |     - |  17M|   0 | 147 |3210 | 760 |3210 | 526 |  79 |  87 |   0 | 6.000000e+00 |      --      |    Inf 
1.49/1.52	c   1.5s|     1 |     0 |  4349 |     - |  18M|   0 | 164 |3210 | 760 |3210 | 545 |  98 |  87 |   0 | 6.000000e+00 |      --      |    Inf 
1.69/1.76	c   1.8s|     1 |     0 |  4754 |     - |  18M|   0 | 175 |3210 | 760 |3210 | 567 | 120 |  87 |   0 | 6.000000e+00 |      --      |    Inf 
1.89/1.99	c   2.0s|     1 |     0 |  4962 |     - |  19M|   0 | 188 |3210 | 760 |3210 | 585 | 138 |  87 |   0 | 6.000000e+00 |      --      |    Inf 
3.29/3.31	c   3.3s|     1 |     2 |  4962 |     - |  19M|   0 | 188 |3210 | 760 |3210 | 585 | 138 |  87 |  18 | 6.000000e+00 |      --      |    Inf 
138.15/138.25	c   138s| 10000 |   170 |554677 |  55.0 |  22M|  95 |  50 |3210 |2798 |3210 | 538 | 138 |7371 |5921 | 6.000000e+00 |      --      |    Inf 
231.24/231.35	c   231s| 20000 |   236 |  1008k|  50.2 |  22M| 111 |   - |3210 |3165 |3210 | 538 | 138 |  12k|8116 | 6.000000e+00 |      --      |    Inf 
306.73/306.84	c   307s| 30000 |   368 |  1387k|  46.1 |  23M| 112 |   - |3210 |3097 |3210 | 538 | 138 |  15k|9590 | 6.000000e+00 |      --      |    Inf 
389.01/389.18	c   389s| 40000 |   328 |  1813k|  45.2 |  23M| 112 |  34 |3210 |3108 |3210 | 538 | 138 |  19k|  11k| 6.000000e+00 |      --      |    Inf 
469.70/469.81	c   470s| 50000 |   385 |  2216k|  44.2 |  24M| 112 |   - |3210 |3290 |3210 | 538 | 138 |  22k|  12k| 6.000000e+00 |      --      |    Inf 
556.39/556.56	c   557s| 60000 |   435 |  2685k|  44.7 |  24M| 113 |   - |3210 |3575 |3210 | 538 | 138 |  26k|  13k| 6.000000e+00 |      --      |    Inf 
633.48/633.66	c   634s| 70000 |   514 |  3117k|  44.5 |  25M| 113 |   - |3210 |3198 |3210 | 538 | 138 |  30k|  14k| 6.000000e+00 |      --      |    Inf 
717.37/717.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
717.37/717.59	c   718s| 80000 |   639 |  3575k|  44.6 |  26M| 113 |   - |3210 |3460 |3210 | 538 | 138 |  34k|  15k| 6.000000e+00 |      --      |    Inf 
813.15/813.32	c   813s| 90000 |   600 |  4123k|  45.8 |  25M| 113 |   - |3210 |3518 |   0 |   0 | 138 |  39k|  17k| 6.000000e+00 |      --      |    Inf 
898.13/898.30	c   898s|100000 |   547 |  4578k|  45.7 |  25M| 113 |  30 |3210 |3289 |3210 | 538 | 138 |  42k|  18k| 6.000000e+00 |      --      |    Inf 
978.73/978.96	c   979s|110000 |   520 |  5014k|  45.5 |  25M| 113 |  46 |3210 |3561 |3210 | 538 | 138 |  47k|  19k| 6.000000e+00 |      --      |    Inf 
1075.11/1075.39	c  1075s|120000 |   513 |  5449k|  45.4 |  25M| 113 |   - |3210 |2848 |3210 | 538 | 138 |  51k|  22k| 6.000000e+00 |      --      |    Inf 
1184.99/1185.27	c  1185s|130000 |   516 |  5958k|  45.8 |  25M| 113 |  48 |3210 |2452 |3210 | 538 | 138 |  57k|  25k| 6.000000e+00 |      --      |    Inf 
1258.18/1258.45	c  1258s|140000 |   556 |  6392k|  45.6 |  25M| 113 |   - |3210 |2534 |3210 | 538 | 138 |  61k|  25k| 6.000000e+00 |      --      |    Inf 
1328.36/1328.66	c  1329s|150000 |   688 |  6826k|  45.5 |  26M| 113 |  64 |3210 |2675 |3210 | 538 | 138 |  66k|  25k| 6.000000e+00 |      --      |    Inf 
1410.55/1410.81	c  1411s|160000 |   624 |  7341k|  45.9 |  26M| 113 |   - |3210 |2918 |   0 |   0 | 138 |  70k|  25k| 6.000000e+00 |      --      |    Inf 
1516.44/1516.76	c  1517s|170000 |   600 |  7867k|  46.2 |  26M| 113 |  46 |3210 |2659 |3210 | 538 | 138 |  75k|  27k| 6.000000e+00 |      --      |    Inf 
1676.21/1676.53	c  1677s|180000 |   647 |  8808k|  48.9 |  27M| 113 |  66 |3210 |2570 |3210 | 538 | 138 |  82k|  29k| 6.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.00
1796.70/1797.01	c Solving Nodes      : 189633
1796.70/1797.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.70/1797.01	c Dual Bound         : +6.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.00
1796.70/1797.01	c   solving          :    1797.00
1796.70/1797.01	c   presolving       :       0.16 (included in solving)
1796.70/1797.01	c   reading          :       0.03 (included in solving)
1796.70/1797.01	c Original Problem   :
1796.70/1797.01	c   Problem name     : HOME/instance-3738335-1338735362.opb
1796.70/1797.01	c   Variables        : 3216 (3216 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.01	c   Constraints      : 3658 initial, 3658 maximal
1796.70/1797.01	c Presolved Problem  :
1796.70/1797.01	c   Problem name     : t_HOME/instance-3738335-1338735362.opb
1796.70/1797.01	c   Variables        : 3210 (3210 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.01	c   Constraints      : 447 initial, 4166 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.03          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   knapsack         :       0.09          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.02          6          0          0          6          0       3211          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     102539          0          4          0         75       9776          0          0     193230
1796.70/1797.01	c   knapsack         :        384          6     548154          0          1          3    3582411       7197   14394179       1201          0          0
1796.70/1797.01	c   setppc           :         63          6     540957          0          1          2    1976452       3653    1265720          0          0          0
1796.70/1797.01	c   linear           :          0+         6         19          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   logicor          :          0+         6     232281          0          0          0     125995       5091     241418          0          0          0
1796.70/1797.01	c   countsols        :          0          0          0          0          1          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         :     275.95       0.00       0.00     275.95       0.00       0.00       0.00
1796.70/1797.01	c   knapsack         :      31.85       0.02      30.07       0.00       0.00       0.00       1.76
1796.70/1797.01	c   setppc           :       4.14       0.00       3.41       0.00       0.00       0.00       0.73
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          :       6.29       0.00       5.92       0.00       0.00       0.00       0.37
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.08       0.08       0.00
1796.70/1797.01	c   rootredcost      :       0.09       0.09       0.00
1796.70/1797.01	c   pseudoobj        :       0.05       0.05       0.00
1796.70/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.01	c   propagation      :       1.95      15941      15931     161362       71.0        526       44.1          -
1796.70/1797.01	c   infeasible LP    :     100.31      78445      11078     279872      222.8        210       52.7          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 :          -          -          -      88013       71.9          -          -          -
1796.70/1797.01	c   applied locally  :          -          -          -          2      384.0          -          -          -
1796.70/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.01	c   cut pool         :       0.00          5          -          -        675          -    (maximal pool size: 1421)
1796.70/1797.01	c   redcost          :       4.68     102356          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.02          6          0          0         33          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.02          6          0          0         21          0
1796.70/1797.01	c   cmir             :       0.49          6          0          0       1803          0
1796.70/1797.01	c   flowcover        :       0.39          6          0          0       1200          0
1796.70/1797.01	c   clique           :       0.00          6          0          0          5          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.29          1          0          0          0        226
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        :     275.84     102539         75       9776          0          0     193230
1796.70/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1796.70/1797.01	c   inference        :       0.00          1          0          0          0          0          2
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.06          0          0
1796.70/1797.01	c   crossover        :       0.04          0          0
1796.70/1797.01	c   guideddiving     :       0.01          0          0
1796.70/1797.01	c   intshifting      :       0.00          0          0
1796.70/1797.01	c   pscostdiving     :       0.53          6          0
1796.70/1797.01	c   fracdiving       :       1.14          6          0
1796.70/1797.01	c   veclendiving     :       0.33          6          0
1796.70/1797.01	c   linesearchdiving :       0.29          6          0
1796.70/1797.01	c   feaspump         :       0.36          3          0
1796.70/1797.01	c   coefdiving       :       2.14          7          0
1796.70/1797.01	c   objpscostdiving  :       0.08          4          0
1796.70/1797.01	c   rootsoldiving    :       0.17          4          0
1796.70/1797.01	c   trivial          :       0.00          2          0
1796.70/1797.01	c   shiftandpropagate:       0.02          1          0
1796.70/1797.01	c   simplerounding   :       0.02          0          0
1796.70/1797.01	c   zirounding       :       2.47          0          0
1796.70/1797.01	c   rounding         :       0.31       4462          0
1796.70/1797.01	c   shifting         :       1.87       1365          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   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.08          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.03          0          0
1796.70/1797.01	c   trysol           :       0.03          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          :    1293.88     179903    9444119      52.50    7299.07
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:       4.06       2716      24314       8.95    5985.55
1796.70/1797.01	c   strong branching :     272.85      31225    1838307      58.87    6737.48
1796.70/1797.01	c     (at root node) :          -         18       7647     424.83          -
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            :     189633
1796.70/1797.01	c   nodes (total)    :     189633
1796.70/1797.01	c   nodes left       :        760
1796.70/1797.01	c   max depth        :        113
1796.70/1797.01	c   max depth (total):        113
1796.70/1797.01	c   backtracks       :      29317 (15.5%)
1796.70/1797.01	c   delayed cutoffs  :       2840
1796.70/1797.01	c   repropagations   :     142357 (1276436 domain reductions, 1321 cutoffs)
1796.70/1797.01	c   avg switch length:       4.22
1796.70/1797.01	c   switching time   :      30.85
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       : +6.00000000000000e+00
1796.70/1797.01	c   Gap              :   infinite
1796.70/1797.01	c   Root Dual Bound  : +6.00000000000000e+00
1796.70/1797.01	c   Root Iterations  :       4962
1796.70/1797.04	c Time complete: 1796.74.

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 30845
/proc/meminfo: memFree=27397020/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=9588 CPUtime=0 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 1523 0 0 0 0 0 0 0 20 0 1 0 339662336 9818112 1478 33554432000 4194304 9016284 140733524950736 140734047908776 7824814 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 2397 1479 311 1178 0 1215 0

[startup+0.0505559 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 30845
/proc/meminfo: memFree=27397020/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=25440 CPUtime=0.04 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 5324 0 0 0 4 0 0 0 20 0 1 0 339662336 26050560 5279 33554432000 4194304 9016284 140733524950736 140734047908776 7824814 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 6393 5290 413 1178 0 5211 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 25440

[startup+0.100368 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 30845
/proc/meminfo: memFree=27397020/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=34980 CPUtime=0.08 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 7880 0 0 0 8 0 0 0 20 0 1 0 339662336 35819520 7512 33554432000 4194304 9016284 140733524950736 140734047908776 7829200 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 8745 7512 511 1178 0 7563 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 34980

[startup+0.300284 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 30845
/proc/meminfo: memFree=27397020/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=47136 CPUtime=0.29 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 11346 0 0 0 28 1 0 0 20 0 1 0 339662336 48267264 10725 33554432000 4194304 9016284 140733524950736 140734047908776 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 11784 10725 657 1178 0 10602 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47136

[startup+0.700302 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 30845
/proc/meminfo: memFree=27397020/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=75780 CPUtime=0.69 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 18294 0 0 0 67 2 0 0 20 0 1 0 339662336 77598720 17673 33554432000 4194304 9016284 140733524950736 140733524942872 5985704 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 18945 17673 695 1178 0 17763 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75780

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30846
/proc/meminfo: memFree=27329796/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=74556 CPUtime=1.49 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 18780 0 0 0 147 2 0 0 20 0 1 0 339662336 76345344 17433 33554432000 4194304 9016284 140733524950736 140733524945896 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 18639 17433 704 1178 0 17457 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74556

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30846
/proc/meminfo: memFree=27326200/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=77356 CPUtime=3.09 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 19774 0 0 0 306 3 0 0 20 0 1 0 339662336 79212544 18427 33554432000 4194304 9016284 140733524950736 140733524944488 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 19339 18427 708 1178 0 18157 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 77356

[startup+6.30022 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30846
/proc/meminfo: memFree=27326052/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=77356 CPUtime=6.28 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 19774 0 0 0 623 5 0 0 20 0 1 0 339662336 79212544 18427 33554432000 4194304 9016284 140733524950736 140733524944488 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 19339 18427 708 1178 0 18157 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 77356

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30846
/proc/meminfo: memFree=27325812/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=77356 CPUtime=12.69 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 19776 0 0 0 1257 12 0 0 20 0 1 0 339662336 79212544 18429 33554432000 4194304 9016284 140733524950736 140733524944584 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 19339 18429 710 1178 0 18157 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 77356

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30846
/proc/meminfo: memFree=27325820/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=77356 CPUtime=25.49 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 19776 0 0 0 2529 20 0 0 20 0 1 0 339662336 79212544 18429 33554432000 4194304 9016284 140733524950736 140733524944696 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 19339 18429 710 1178 0 18157 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 77356

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30846
/proc/meminfo: memFree=27325944/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=77356 CPUtime=51.08 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 19777 0 0 0 5071 37 0 0 20 0 1 0 339662336 79212544 18430 33554432000 4194304 9016284 140733524950736 140733524944904 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 19339 18430 710 1178 0 18157 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 77356

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30846
/proc/meminfo: memFree=27325200/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=77356 CPUtime=102.28 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 19779 0 0 0 10151 77 0 0 20 0 1 0 339662336 79212544 18432 33554432000 4194304 9016284 140733524950736 140733524944648 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 19339 18432 711 1178 0 18157 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 77356

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30846
/proc/meminfo: memFree=27322036/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=77356 CPUtime=162.25 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 19798 0 0 0 16106 119 0 0 20 0 1 0 339662336 79212544 18474 33554432000 4194304 9016284 140733524950736 140733524944040 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 19339 18474 711 1178 0 18157 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 77356

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30846
/proc/meminfo: memFree=27328548/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=77356 CPUtime=222.24 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 19798 0 0 0 22055 169 0 0 20 0 1 0 339662336 79212544 18474 33554432000 4194304 9016284 140733524950736 140733524945064 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 19339 18474 711 1178 0 18157 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 77356

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 30850
/proc/meminfo: memFree=27328664/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=77356 CPUtime=282.23 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 19798 0 0 0 28006 217 0 0 20 0 1 0 339662336 79212544 18474 33554432000 4194304 9016284 140733524950736 140733524944696 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 19339 18474 711 1178 0 18157 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 77356

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 30872
/proc/meminfo: memFree=27324444/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=77356 CPUtime=342.22 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 19798 0 0 0 33960 262 0 0 20 0 1 0 339662336 79212544 18474 33554432000 4194304 9016284 140733524950736 140733524944040 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 19339 18474 711 1178 0 18157 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 77356

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30872
/proc/meminfo: memFree=27324204/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=77356 CPUtime=402.21 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 19798 0 0 0 39909 312 0 0 20 0 1 0 339662336 79212544 18474 33554432000 4194304 9016284 140733524950736 140733524944696 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 19339 18474 711 1178 0 18157 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 77356

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30872
/proc/meminfo: memFree=27321660/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=77356 CPUtime=462.2 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 19798 0 0 0 45857 363 0 0 20 0 1 0 339662336 79212544 18474 33554432000 4194304 9016284 140733524950736 140733524944600 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 19339 18474 711 1178 0 18157 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 77356

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30872
/proc/meminfo: memFree=27321164/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=78040 CPUtime=522.19 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 19957 0 0 0 51809 410 0 0 20 0 1 0 339662336 79912960 18633 33554432000 4194304 9016284 140733524950736 140733524944696 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 19510 18633 711 1178 0 18328 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 78040

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30873
/proc/meminfo: memFree=27321040/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=78040 CPUtime=582.18 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 19961 0 0 0 57762 456 0 0 20 0 1 0 339662336 79912960 18637 33554432000 4194304 9016284 140733524950736 140733524944104 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 19510 18637 711 1178 0 18328 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 78040

[startup+642.3 s]

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

/proc/meminfo: memFree=27227264/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=84124 CPUtime=1122.09 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 25163 0 0 0 111282 927 0 0 20 0 1 0 339662336 86142976 20255 33554432000 4194304 9016284 140733524950736 140733524944600 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 21031 20255 711 1178 0 19849 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 84124

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30953
/proc/meminfo: memFree=27225040/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=85920 CPUtime=1182.09 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 26094 0 0 0 117226 983 0 0 20 0 1 0 339662336 87982080 20679 33554432000 4194304 9016284 140733524950736 140733524944600 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 21480 20679 711 1178 0 20298 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 85920

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30954
/proc/meminfo: memFree=27224172/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=86644 CPUtime=1242.08 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 26210 0 0 0 123177 1031 0 0 20 0 1 0 339662336 88723456 20795 33554432000 4194304 9016284 140733524950736 140733524944600 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 21661 20795 711 1178 0 20479 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 86644

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30954
/proc/meminfo: memFree=27219516/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=88096 CPUtime=1302.08 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 26639 0 0 0 129128 1080 0 0 20 0 1 0 339662336 90210304 21222 33554432000 4194304 9016284 140733524950736 140733524944152 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 22024 21222 711 1178 0 20842 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 88096

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30954
/proc/meminfo: memFree=27220320/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=88096 CPUtime=1362.06 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 26643 0 0 0 135072 1134 0 0 20 0 1 0 339662336 90210304 21226 33554432000 4194304 9016284 140733524950736 140733524944696 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 22024 21226 711 1178 0 20842 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 88096

[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 30954
/proc/meminfo: memFree=27217964/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=88096 CPUtime=1422.05 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 26654 0 0 0 141013 1192 0 0 20 0 1 0 339662336 90210304 21237 33554432000 4194304 9016284 140733524950736 140733524944648 4291246 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 22024 21237 711 1178 0 20842 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 88096

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 30957
/proc/meminfo: memFree=27219196/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=88864 CPUtime=1482.04 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 26833 0 0 0 146963 1241 0 0 20 0 1 0 339662336 90996736 21416 33554432000 4194304 9016284 140733524950736 140733524945016 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 22216 21416 711 1178 0 21034 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 88864

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30958
/proc/meminfo: memFree=27214428/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=90392 CPUtime=1542.03 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 27214 0 0 0 152913 1290 0 0 20 0 1 0 339662336 92561408 21797 33554432000 4194304 9016284 140733524950736 140733524944904 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 22598 21797 711 1178 0 21416 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 90392

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 30958
/proc/meminfo: memFree=27217588/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=90520 CPUtime=1602.02 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 27917 0 0 0 158858 1344 0 0 20 0 1 0 339662336 92692480 21861 33554432000 4194304 9016284 140733524950736 140733524943656 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 22630 21861 711 1178 0 21448 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 90520

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 30958
/proc/meminfo: memFree=27214612/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=93360 CPUtime=1662.02 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 28440 0 0 0 164806 1396 0 0 20 0 1 0 339662336 95600640 22384 33554432000 4194304 9016284 140733524950736 140733524944600 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 23340 22384 711 1178 0 22158 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 93360

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 30958
/proc/meminfo: memFree=27209644/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=97948 CPUtime=1722.01 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 29757 0 0 0 170757 1444 0 0 20 0 1 0 339662336 100298752 23699 33554432000 4194304 9016284 140733524950736 140733524944152 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 24487 23699 711 1178 0 23305 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 97948

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30958
/proc/meminfo: memFree=27206668/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=99360 CPUtime=1781.99 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 30098 0 0 0 176704 1495 0 0 20 0 1 0 339662336 101744640 24040 33554432000 4194304 9016284 140733524950736 140733524944696 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 24840 24040 711 1178 0 23658 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 99360

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30958
/proc/meminfo: memFree=27205304/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=100124 CPUtime=1785.2 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 30139 0 0 0 177022 1498 0 0 20 0 1 0 339662336 102526976 24081 33554432000 4194304 9016284 140733524950736 140733524944584 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 25031 24081 711 1178 0 23849 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 100124

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30958
/proc/meminfo: memFree=27208280/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=99164 CPUtime=1791.6 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 30506 0 0 0 177657 1503 0 0 20 0 1 0 339662336 101543936 23953 33554432000 4194304 9016284 140733524950736 140733524944696 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 24791 23953 711 1178 0 23609 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 99164

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30958
/proc/meminfo: memFree=27207536/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=99840 CPUtime=1794.8 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 30674 0 0 0 177974 1506 0 0 20 0 1 0 339662336 102236160 24121 33554432000 4194304 9016284 140733524950736 140733524945064 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 24960 24121 711 1178 0 23778 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 99840

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30958
/proc/meminfo: memFree=27207536/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=99840 CPUtime=1795.6 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 30687 0 0 0 178053 1507 0 0 20 0 1 0 339662336 102236160 24134 33554432000 4194304 9016284 140733524950736 140733524944696 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 24960 24134 711 1178 0 23778 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 99840

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 30958
/proc/meminfo: memFree=27205924/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=100060 CPUtime=1796.4 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 30770 0 0 0 178132 1508 0 0 20 0 1 0 339662336 102461440 24217 33554432000 4194304 9016284 140733524950736 140733524945064 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 25015 24217 711 1178 0 23833 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 100060

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 30958
/proc/meminfo: memFree=27205924/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=100060 CPUtime=1796.6 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 30770 0 0 0 178152 1508 0 0 20 0 1 0 339662336 102461440 24217 33554432000 4194304 9016284 140733524950736 140733524945064 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 25015 24217 711 1178 0 23833 0
Current children cumulated CPU time (s) 1796.6
Current children cumulated vsize (KiB) 100060

[startup+1797 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 30958
/proc/meminfo: memFree=27205924/32873844 swapFree=7372/7372
[pid=30845] ppid=30843 vsize=100060 CPUtime=1796.7 cores=1,3,5,7
/proc/30845/stat : 30845 (scip-2.0.1.4b_2) R 30843 30845 26510 0 -1 4202496 30770 0 0 0 178162 1508 0 0 20 0 1 0 339662336 102461440 24217 33554432000 4194304 9016284 140733524950736 140733524945064 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30845/statm: 25015 24217 711 1178 0 23833 0
Current children cumulated CPU time (s) 1796.7
Current children cumulated vsize (KiB) 100060

Child status: 0
Real time (s): 1797.05
CPU time (s): 1796.75
CPU user time (s): 1781.66
CPU system time (s): 15.0897
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 100124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1781.66
system time used= 15.0897
maximum resident set size= 96872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30776
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= 31
involuntary context switches= 1848

runsolver used 3.06753 second user time and 8.12476 second system time

The end

Launcher Data

Begin job on node118 at 2012-06-03 16:56:02
IDJOB=3738335
IDBENCH=71844
IDSOLVER=2329
FILE ID=node118/3738335-1338735362
RUNJOBID= node118-1338703112-26527
PBS_JOBID= 14636719
Free space on /tmp= 70952 MiB

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

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

MD5SUM BENCH= 807bc542b75293285fea5916dfeaaa3e
RANDOM SEED=1869307686

node118.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.212
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.42
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.212
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	: 5438.55
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.212
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	: 5331.92
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.212
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.212
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	: 5320.68
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.212
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.212
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.212
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27397020 kB
Buffers:          496268 kB
Cached:          3907180 kB
SwapCached:            0 kB
Active:          1592508 kB
Inactive:        3017984 kB
Active(anon):     197008 kB
Inactive(anon):    11328 kB
Active(file):    1395500 kB
Inactive(file):  3006656 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17096 kB
Writeback:             0 kB
AnonPages:        340076 kB
Mapped:            14380 kB
Shmem:               200 kB
Slab:             725092 kB
SReclaimable:     166384 kB
SUnreclaim:       558708 kB
KernelStack:        1488 kB
PageTables:         4480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     321964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    296960 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= 70936 MiB
End job on node118 at 2012-06-03 17:26:00