Trace number 3488173

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx49.opb
MD5SUMe08af5097f76b1d4e2b0ba1d8a42ed5a
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 variables2130
Total number of constraints2495
Number of constraints which are clauses2125
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints320
Minimum length of a constraint2
Maximum length of a constraint320
Number of terms in the objective function 5
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 5
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 636
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-3488173-1307790332.opb>
0.00/0.02	c original problem has 2130 variables (2130 bin, 0 int, 0 impl, 0 cont) and 2495 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	c presolving:
0.00/0.04	c (round 1) 5 del vars, 1 del conss, 0 add conss, 5 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 4250 impls, 49 clqs
0.00/0.04	c (round 2) 5 del vars, 2126 del conss, 0 add conss, 5 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 4250 impls, 49 clqs
0.00/0.05	c (round 3) 5 del vars, 2126 del conss, 0 add conss, 5 chg bounds, 0 chg sides, 0 chg coeffs, 369 upgd conss, 4250 impls, 49 clqs
0.09/0.12	c    (0.1s) probing: 101/2125 (4.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.12	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.12	c presolving (4 rounds):
0.09/0.12	c  5 deleted vars, 2126 deleted constraints, 0 added constraints, 5 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.12	c  4250 implications, 309 cliques
0.09/0.12	c presolved problem has 2125 variables (2125 bin, 0 int, 0 impl, 0 cont) and 369 constraints
0.09/0.12	c     320 constraints of type <knapsack>
0.09/0.12	c      49 constraints of type <setppc>
0.09/0.12	c transformed objective value is always integral (scale: 1)
0.09/0.12	c Presolving Time: 0.09
0.09/0.12	c - non default parameters ----------------------------------------------------------------------
0.09/0.12	c # SCIP version 2.0.1.5
0.09/0.12	c 
0.09/0.12	c # frequency for displaying node information lines
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.12	c display/freq = 10000
0.09/0.12	c 
0.09/0.12	c # maximal time in seconds to run
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/time = 1797
0.09/0.12	c 
0.09/0.12	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/memory = 13950
0.09/0.12	c 
0.09/0.12	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.12	c # [type: int, range: [1,2], default: 1]
0.09/0.12	c timing/clocktype = 2
0.09/0.12	c 
0.09/0.12	c # belongs reading time to solving time?
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c timing/reading = TRUE
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify inequalities
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/linear/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/indicator/addCouplingCons = TRUE
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify knapsacks
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.12	c separating/rapidlearning/freq = 0
0.09/0.12	c 
0.09/0.12	c -----------------------------------------------------------------------------------------------
0.09/0.12	c start solving
0.09/0.12	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c   0.1s|     1 |     0 |   350 |     - |  10M|   0 |  49 |2125 | 485 |2125 | 369 |   0 | 116 |   0 | 5.000000e+00 |      --      |    Inf 
0.39/0.41	c   0.4s|     1 |     0 |  1038 |     - |  11M|   0 |  77 |2125 | 568 |2125 | 396 |  27 | 116 |   0 | 5.000000e+00 |      --      |    Inf 
0.49/0.53	c   0.5s|     1 |     0 |  1326 |     - |  11M|   0 |  91 |2125 | 568 |2125 | 421 |  52 | 116 |   0 | 5.000000e+00 |      --      |    Inf 
0.59/0.67	c   0.7s|     1 |     0 |  1738 |     - |  12M|   0 | 106 |2125 | 568 |2125 | 442 |  73 | 116 |   0 | 5.000000e+00 |      --      |    Inf 
0.79/0.82	c   0.8s|     1 |     0 |  2072 |     - |  12M|   0 | 118 |2125 | 568 |2125 | 464 |  95 | 116 |   0 | 5.000000e+00 |      --      |    Inf 
0.89/0.97	c   1.0s|     1 |     0 |  2325 |     - |  12M|   0 | 129 |2125 | 568 |2125 | 481 | 112 | 116 |   0 | 5.000000e+00 |      --      |    Inf 
1.09/1.13	c   1.1s|     1 |     0 |  2664 |     - |  13M|   0 | 128 |2125 | 568 |2125 | 496 | 127 | 116 |   0 | 5.000000e+00 |      --      |    Inf 
1.79/1.85	c   1.8s|     1 |     2 |  2664 |     - |  13M|   0 | 128 |2125 | 568 |2125 | 496 | 127 | 116 |  17 | 5.000000e+00 |      --      |    Inf 
91.49/91.55	c  91.5s| 10000 |   259 |508663 |  50.6 |  16M|  66 |   - |2125 |2975 |2125 | 444 | 127 |6932 |5059 | 5.000000e+00 |      --      |    Inf 
154.60/154.67	c   155s| 20000 |   413 |957360 |  47.7 |  17M| 152 |   - |2125 |3222 |2125 | 444 | 127 |  13k|7512 | 5.000000e+00 |      --      |    Inf 
216.30/216.39	c   216s| 30000 |   598 |  1408k|  46.9 |  19M| 152 |  59 |2125 |3766 |2125 | 444 | 127 |  21k|9616 | 5.000000e+00 |      --      |    Inf 
276.20/276.27	c   276s| 40000 |   801 |  1855k|  46.3 |  20M| 152 |  70 |2125 |4652 |2125 | 444 | 127 |  28k|  11k| 5.000000e+00 |      --      |    Inf 
329.91/329.94	c   330s| 50000 |   854 |  2247k|  44.9 |  22M| 152 |  59 |2125 |6337 |2125 | 444 | 127 |  35k|  12k| 5.000000e+00 |      --      |    Inf 
392.71/392.72	c   393s| 60000 |   901 |  2702k|  45.0 |  22M| 152 |   - |2125 |5814 |2125 | 444 | 127 |  41k|  15k| 5.000000e+00 |      --      |    Inf 
445.71/445.74	c   446s| 70000 |   977 |  3134k|  44.7 |  22M| 152 |  61 |2125 |5530 |2125 | 444 | 127 |  46k|  16k| 5.000000e+00 |      --      |    Inf 
511.70/511.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
511.70/511.70	c   512s| 80000 |  1141 |  3626k|  45.3 |  24M| 152 |  64 |2125 |6447 |2125 | 444 | 127 |  56k|  18k| 5.000000e+00 |      --      |    Inf 
561.71/561.79	c   562s| 90000 |  1163 |  4058k|  45.1 |  25M| 152 |  45 |2125 |7044 |2125 | 444 | 127 |  64k|  19k| 5.000000e+00 |      --      |    Inf 
622.61/622.69	c   623s|100000 |  1296 |  4556k|  45.5 |  26M| 152 |   - |2125 |7946 |2125 | 444 | 127 |  73k|  20k| 5.000000e+00 |      --      |    Inf 
672.91/672.97	c   673s|110000 |  1339 |  4979k|  45.2 |  27M| 152 |   - |2125 |8389 |2125 | 444 | 127 |  80k|  21k| 5.000000e+00 |      --      |    Inf 
722.01/722.06	c   722s|120000 |  1377 |  5343k|  44.5 |  28M| 152 |  52 |2125 |9354 |2125 | 444 | 127 |  90k|  23k| 5.000000e+00 |      --      |    Inf 
772.92/772.96	c   773s|130000 |  1627 |  5785k|  44.5 |  30M| 152 |  43 |2125 |  10k|2125 | 444 | 127 |  98k|  23k| 5.000000e+00 |      --      |    Inf 
821.42/821.44	c   821s|140000 |  2021 |  6187k|  44.2 |  32M| 152 |  45 |2125 |  11k|2125 | 444 | 127 | 111k|  24k| 5.000000e+00 |      --      |    Inf 
877.72/877.77	c   878s|150000 |  2515 |  6668k|  44.4 |  34M| 152 |   - |2125 |  11k|2125 | 444 | 127 | 119k|  25k| 5.000000e+00 |      --      |    Inf 
924.41/924.44	c   924s|160000 |  2827 |  7074k|  44.2 |  36M| 152 |   - |2125 |  12k|2125 | 444 | 127 | 132k|  25k| 5.000000e+00 |      --      |    Inf 
970.62/970.67	c   971s|170000 |  3002 |  7451k|  43.8 |  37M| 152 |   - |2125 |  12k|2125 | 444 | 127 | 144k|  26k| 5.000000e+00 |      --      |    Inf 
1018.92/1018.95	c  1019s|180000 |  3252 |  7858k|  43.6 |  38M| 152 |  48 |2125 |  12k|2125 | 444 | 127 | 156k|  27k| 5.000000e+00 |      --      |    Inf 
1064.32/1064.30	c  1064s|190000 |  3368 |  8272k|  43.5 |  39M| 152 |   - |2125 |  12k|2125 | 444 | 127 | 167k|  27k| 5.000000e+00 |      --      |    Inf 
1118.62/1118.64	c  1119s|200000 |  3445 |  8749k|  43.7 |  39M| 152 |   - |2125 |  13k|2125 | 444 | 127 | 177k|  28k| 5.000000e+00 |      --      |    Inf 
1160.53/1160.57	c  1161s|210000 |  3745 |  9095k|  43.3 |  41M| 152 |  51 |2125 |  13k|2125 | 444 | 127 | 192k|  28k| 5.000000e+00 |      --      |    Inf 
1204.73/1204.78	c  1205s|220000 |  3902 |  9452k|  43.0 |  41M| 152 |   - |2125 |  12k|2125 | 444 | 127 | 207k|  29k| 5.000000e+00 |      --      |    Inf 
1249.43/1249.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1249.43/1249.50	c  1250s|230000 |  3942 |  9832k|  42.7 |  42M| 152 |  51 |2125 |  12k|2125 | 444 | 127 | 219k|  29k| 5.000000e+00 |      --      |    Inf 
1295.92/1295.97	c  1296s|240000 |  3976 | 10223k|  42.6 |  42M| 152 |   - |2125 |  13k|2125 | 444 | 127 | 232k|  30k| 5.000000e+00 |      --      |    Inf 
1340.12/1340.12	c  1340s|250000 |  4184 | 10601k|  42.4 |  43M| 152 |  50 |2125 |  13k|2125 | 444 | 127 | 244k|  30k| 5.000000e+00 |      --      |    Inf 
1404.83/1404.82	c  1405s|260000 |  4506 | 11214k|  43.1 |  45M| 152 |  52 |2125 |  14k|2125 | 444 | 127 | 249k|  31k| 5.000000e+00 |      --      |    Inf 
1468.83/1468.87	c  1469s|270000 |  4552 | 11792k|  43.7 |  44M| 152 |   - |2125 |  13k|2125 | 444 | 127 | 256k|  32k| 5.000000e+00 |      --      |    Inf 
1522.33/1522.40	c  1522s|280000 |  4708 | 12263k|  43.8 |  45M| 152 |  60 |2125 |  13k|2125 | 444 | 127 | 266k|  32k| 5.000000e+00 |      --      |    Inf 
1570.34/1570.30	c  1570s|290000 |  4749 | 12677k|  43.7 |  46M| 152 |  54 |2125 |  14k|2125 | 444 | 127 | 276k|  33k| 5.000000e+00 |      --      |    Inf 
1609.83/1609.86	c  1610s|300000 |  4736 | 13008k|  43.4 |  46M| 152 |   - |2125 |  14k|   0 |   0 | 127 | 290k|  33k| 5.000000e+00 |      --      |    Inf 
1655.83/1655.80	c  1656s|310000 |  4882 | 13389k|  43.2 |  47M| 152 |   - |2125 |  14k|   0 |   0 | 127 | 303k|  34k| 5.000000e+00 |      --      |    Inf 
1695.64/1695.66	c  1696s|320000 |  4974 | 13770k|  43.0 |  47M| 152 |  40 |2125 |  15k|2125 | 444 | 127 | 311k|  34k| 5.000000e+00 |      --      |    Inf 
1738.84/1738.84	c  1739s|330000 |  5064 | 14155k|  42.9 |  48M| 152 |   - |2125 |  15k|   0 |   0 | 127 | 320k|  35k| 5.000000e+00 |      --      |    Inf 
1786.55/1786.55	c  1787s|340000 |  5147 | 14624k|  43.0 |  48M| 152 |  53 |2125 |  15k|2125 | 444 | 127 | 328k|  35k| 5.000000e+00 |      --      |    Inf 
1797.04/1797.00	c 
1797.04/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.00	c Solving Time (sec) : 1797.00
1797.04/1797.00	c Solving Nodes      : 342186
1797.04/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.04/1797.00	c Dual Bound         : +5.00000000000000e+00
1797.04/1797.00	c Gap                : infinite
1797.04/1797.00	s UNKNOWN
1797.04/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.00	c Total Time         :    1797.00
1797.04/1797.00	c   solving          :    1797.00
1797.04/1797.00	c   presolving       :       0.09 (included in solving)
1797.04/1797.00	c   reading          :       0.02 (included in solving)
1797.04/1797.00	c Original Problem   :
1797.04/1797.00	c   Problem name     : HOME/instance-3488173-1307790332.opb
1797.04/1797.00	c   Variables        : 2130 (2130 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.00	c   Constraints      : 2495 initial, 2495 maximal
1797.04/1797.00	c Presolved Problem  :
1797.04/1797.00	c   Problem name     : t_HOME/instance-3488173-1307790332.opb
1797.04/1797.00	c   Variables        : 2125 (2125 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.00	c   Constraints      : 369 initial, 16217 maximal
1797.04/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.04/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   knapsack         :       0.05          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   linear           :       0.02          5          0          0          5          0       2126          0          0          0
1797.04/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.04/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.00	c   integral         :          0          0          0     186602          0          4          0         73      11606          0          0     358912
1797.04/1797.00	c   knapsack         :        320          6    1054305          0          2          3   10016327      21617   18941432       1175          0          0
1797.04/1797.00	c   setppc           :         49          6    1032688          0          2          2    2250391      14657    1375470          0          0          0
1797.04/1797.00	c   linear           :          0+         6         15          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   logicor          :          0+         6     453567          0          0          0     448336       7017     175392          0          0          0
1797.04/1797.00	c   countsols        :          0          0          0          0          2          0          0          0          0          0          0          0
1797.04/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.04/1797.00	c   integral         :     194.00       0.00       0.00     194.00       0.00       0.00       0.00
1797.04/1797.00	c   knapsack         :      32.19       0.02      27.22       0.00       0.00       0.00       4.95
1797.04/1797.00	c   setppc           :       6.49       0.00       5.71       0.00       0.00       0.00       0.78
1797.04/1797.00	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.04/1797.00	c   logicor          :      23.06       0.00      22.24       0.00       0.00       0.00       0.82
1797.04/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.04/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.04/1797.00	c   vbounds          :          0          0          0          0
1797.04/1797.00	c   rootredcost      :          0          0          0          0
1797.04/1797.00	c   pseudoobj        :          0          0          0          0
1797.04/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.04/1797.00	c   vbounds          :       0.15       0.15       0.00
1797.04/1797.00	c   rootredcost      :       0.16       0.16       0.00
1797.04/1797.00	c   pseudoobj        :       0.11       0.11       0.00
1797.04/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.04/1797.00	c   propagation      :       6.91      43291      43265     608661       75.7        859       53.2          -
1797.04/1797.00	c   infeasible LP    :      93.18     128942      39922     783712      145.4        503       57.3          0
1797.04/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.04/1797.00	c   applied globally :          -          -          -     330477       79.8          -          -          -
1797.04/1797.00	c   applied locally  :          -          -          -         10      353.8          -          -          -
1797.04/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.04/1797.00	c   cut pool         :       0.00          5          -          -        787          -    (maximal pool size: 1248)
1797.04/1797.00	c   redcost          :       5.82     186522          0          0          0          0
1797.04/1797.00	c   impliedbounds    :       0.00          6          0          0          0          0
1797.04/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.04/1797.00	c   gomory           :       0.02          6          0          0         26          0
1797.04/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.04/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.04/1797.00	c   strongcg         :       0.02          6          0          0         10          0
1797.04/1797.00	c   cmir             :       0.28          6          0          0       1391          0
1797.04/1797.00	c   flowcover        :       0.29          6          0          0       1202          0
1797.04/1797.00	c   clique           :       0.00          6          0          0          6          0
1797.04/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.04/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.04/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.04/1797.00	c   rapidlearning    :       0.12          1          0          0          0         83
1797.04/1797.00	c Pricers            :       Time      Calls       Vars
1797.04/1797.00	c   problem variables:       0.00          0          0
1797.04/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.00	c   relpscost        :     193.88     186602         73      11606          0          0     358912
1797.04/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   inference        :       0.00          2          0          0          0          0          4
1797.04/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.04/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.04/1797.00	c   LP solutions     :       0.00          -          0
1797.04/1797.00	c   pseudo solutions :       0.00          -          0
1797.04/1797.00	c   oneopt           :       0.10          0          0
1797.04/1797.00	c   crossover        :       0.07          0          0
1797.04/1797.00	c   guideddiving     :       0.01          0          0
1797.04/1797.00	c   fracdiving       :       1.22          8          0
1797.04/1797.00	c   veclendiving     :       0.30          8          0
1797.04/1797.00	c   linesearchdiving :       0.41          8          0
1797.04/1797.00	c   feaspump         :       0.22          4          0
1797.04/1797.00	c   coefdiving       :       1.85          9          0
1797.04/1797.00	c   pscostdiving     :       0.59          9          0
1797.04/1797.00	c   objpscostdiving  :       0.07          5          0
1797.04/1797.00	c   rootsoldiving    :       0.30          5          0
1797.04/1797.00	c   trivial          :       0.00          2          0
1797.04/1797.00	c   shiftandpropagate:       0.02          1          0
1797.04/1797.00	c   simplerounding   :       0.04          0          0
1797.04/1797.00	c   zirounding       :       3.70          0          0
1797.04/1797.00	c   rounding         :       0.37       6083          0
1797.04/1797.00	c   shifting         :       2.17       1923          0
1797.04/1797.00	c   intshifting      :       0.01          0          0
1797.04/1797.00	c   twoopt           :       0.00          0          0
1797.04/1797.00	c   fixandinfer      :       0.00          0          0
1797.04/1797.00	c   clique           :       0.00          0          0
1797.04/1797.00	c   intdiving        :       0.00          0          0
1797.04/1797.00	c   actconsdiving    :       0.00          0          0
1797.04/1797.00	c   octane           :       0.00          0          0
1797.04/1797.00	c   rens             :       0.04          1          0
1797.04/1797.00	c   rins             :       0.00          0          0
1797.04/1797.00	c   localbranching   :       0.00          0          0
1797.04/1797.00	c   mutation         :       0.00          0          0
1797.04/1797.00	c   dins             :       0.00          0          0
1797.04/1797.00	c   vbounds          :       0.00          0          0
1797.04/1797.00	c   undercover       :       0.00          0          0
1797.04/1797.00	c   subnlp           :       0.06          0          0
1797.04/1797.00	c   trysol           :       0.07          0          0
1797.04/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.04/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1797.04/1797.00	c   dual LP          :    1341.80     314906   14690012      46.65   10947.97
1797.04/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.04/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.04/1797.00	c   diving/probing LP:       3.97       3772      33509       8.88    8434.26
1797.04/1797.00	c   strong branching :     189.91      35314    1836354      52.00    9669.85
1797.04/1797.00	c     (at root node) :          -         17       5825     342.65          -
1797.04/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.04/1797.00	c B&B Tree           :
1797.04/1797.00	c   number of runs   :          1
1797.04/1797.00	c   nodes            :     342186
1797.04/1797.00	c   nodes (total)    :     342186
1797.04/1797.00	c   nodes left       :       5117
1797.04/1797.00	c   max depth        :        152
1797.04/1797.00	c   max depth (total):        152
1797.04/1797.00	c   backtracks       :      51132 (14.9%)
1797.04/1797.00	c   delayed cutoffs  :      11614
1797.04/1797.00	c   repropagations   :     219314 (2203876 domain reductions, 9395 cutoffs)
1797.04/1797.00	c   avg switch length:       4.18
1797.04/1797.00	c   switching time   :      39.25
1797.04/1797.00	c Solution           :
1797.04/1797.00	c   Solutions found  :          0 (0 improvements)
1797.04/1797.00	c   Primal Bound     :          -
1797.04/1797.00	c   Dual Bound       : +5.00000000000000e+00
1797.04/1797.00	c   Gap              :   infinite
1797.04/1797.00	c   Root Dual Bound  : +5.00000000000000e+00
1797.04/1797.00	c   Root Iterations  :       2664
1797.04/1797.05	c Time complete: 1797.1.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3488173-1307790332/watcher-3488173-1307790332 -o /tmp/evaluation-result-3488173-1307790332/solver-3488173-1307790332 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488173-1307790332.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.03 2.01 2.00 2/177 26706
/proc/meminfo: memFree=31432080/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=12564 CPUtime=0 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 2115 0 0 0 0 0 0 0 25 0 1 0 890630972 12865536 2070 33554432000 4194304 9016284 140735889227616 18446744073709551615 7824712 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26706/statm: 3141 2081 353 1178 0 1959 0

[startup+0.0143351 s]
/proc/loadavg: 2.03 2.01 2.00 2/177 26706
/proc/meminfo: memFree=31432080/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=14856 CPUtime=0 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 2689 0 0 0 0 0 0 0 25 0 1 0 890630972 15212544 2643 33554432000 4194304 9016284 140735889227616 18446744073709551615 7928096 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26706/statm: 3714 2643 360 1178 0 2532 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14856

[startup+0.100331 s]
/proc/loadavg: 2.03 2.01 2.00 2/177 26706
/proc/meminfo: memFree=31432080/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=30088 CPUtime=0.09 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 6578 0 0 0 9 0 0 0 25 0 1 0 890630972 30810112 6275 33554432000 4194304 9016284 140735889227616 18446744073709551615 5166416 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 7522 6275 511 1178 0 6340 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30088

[startup+0.300288 s]
/proc/loadavg: 2.03 2.01 2.00 2/177 26706
/proc/meminfo: memFree=31432080/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=52992 CPUtime=0.29 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 12729 0 0 0 28 1 0 0 25 0 1 0 890630972 54263808 12227 33554432000 4194304 9016284 140735889227616 18446744073709551615 6813403 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 13248 12227 696 1178 0 12066 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 52992

[startup+0.700184 s]
/proc/loadavg: 2.03 2.01 2.00 2/177 26706
/proc/meminfo: memFree=31432080/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=59744 CPUtime=0.69 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 14959 0 0 0 68 1 0 0 25 0 1 0 890630972 61177856 13737 33554432000 4194304 9016284 140735889227616 18446744073709551615 7260900 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 14936 13737 706 1178 0 13754 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59744

[startup+1.50104 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 26707
/proc/meminfo: memFree=31379024/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=59872 CPUtime=1.49 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 16303 0 0 0 147 2 0 0 25 0 1 0 890630972 61308928 14068 33554432000 4194304 9016284 140735889227616 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 14968 14068 710 1178 0 13786 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59872

[startup+3.10078 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 26707
/proc/meminfo: memFree=31377288/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=59872 CPUtime=3.09 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 16303 0 0 0 306 3 0 0 25 0 1 0 890630972 61308928 14068 33554432000 4194304 9016284 140735889227616 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 14968 14068 710 1178 0 13786 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 59872

[startup+6.3002 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 26707
/proc/meminfo: memFree=31377236/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=59872 CPUtime=6.29 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 16303 0 0 0 621 8 0 0 25 0 1 0 890630972 61308928 14068 33554432000 4194304 9016284 140735889227616 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 14968 14068 710 1178 0 13786 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59872

[startup+12.701 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 26707
/proc/meminfo: memFree=31377328/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=59872 CPUtime=12.69 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 16305 0 0 0 1255 14 0 0 25 0 1 0 890630972 61308928 14070 33554432000 4194304 9016284 140735889227616 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 14968 14070 712 1178 0 13786 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59872

[startup+25.5007 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 26707
/proc/meminfo: memFree=31377444/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=59872 CPUtime=25.49 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 16306 0 0 0 2520 29 0 0 25 0 1 0 890630972 61308928 14071 33554432000 4194304 9016284 140735889227616 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 14968 14071 713 1178 0 13786 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 59872

[startup+51.1011 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 26708
/proc/meminfo: memFree=31377404/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=59872 CPUtime=51.1 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 16306 0 0 0 5052 58 0 0 25 0 1 0 890630972 61308928 14071 33554432000 4194304 9016284 140735889227616 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 14968 14071 713 1178 0 13786 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 59872

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26709
/proc/meminfo: memFree=31377732/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=59872 CPUtime=102.29 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 16340 0 0 0 10114 115 0 0 25 0 1 0 890630972 61308928 14105 33554432000 4194304 9016284 140735889227616 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 14968 14105 713 1178 0 13786 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 59872

[startup+162.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 26711
/proc/meminfo: memFree=31377684/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=59872 CPUtime=162.29 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 16340 0 0 0 16050 179 0 0 25 0 1 0 890630972 61308928 14105 33554432000 4194304 9016284 140735889227616 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 14968 14105 713 1178 0 13786 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 59872

[startup+222.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 26713
/proc/meminfo: memFree=31377640/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=59872 CPUtime=222.3 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 16341 0 0 0 21986 244 0 0 25 0 1 0 890630972 61308928 14106 33554432000 4194304 9016284 140735889227616 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 14968 14106 713 1178 0 13786 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 59872

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26714
/proc/meminfo: memFree=31377084/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=61200 CPUtime=282.3 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 16646 0 0 0 27923 307 0 0 25 0 1 0 890630972 62668800 14411 33554432000 4194304 9016284 140735889227616 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 15300 14411 713 1178 0 14118 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 61200

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26716
/proc/meminfo: memFree=31375556/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=62664 CPUtime=342.3 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 17011 0 0 0 33861 369 0 0 25 0 1 0 890630972 64167936 14776 33554432000 4194304 9016284 140735889227616 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 15666 14776 713 1178 0 14484 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 62664

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26717
/proc/meminfo: memFree=31373392/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=64968 CPUtime=402.3 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 17585 0 0 0 39795 435 0 0 25 0 1 0 890630972 66527232 15350 33554432000 4194304 9016284 140735889227616 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 16242 15350 713 1178 0 15060 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 64968

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26719
/proc/meminfo: memFree=31371972/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=66280 CPUtime=462.31 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 17928 0 0 0 45734 497 0 0 25 0 1 0 890630972 67870720 15693 33554432000 4194304 9016284 140735889227616 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 16570 15693 713 1178 0 15388 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 66280

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26759
/proc/meminfo: memFree=31311044/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=67676 CPUtime=522.31 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 18283 0 0 0 51671 560 0 0 25 0 1 0 890630972 69300224 16048 33554432000 4194304 9016284 140735889227616 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 16919 16048 713 1178 0 15737 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 67676

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26760
/proc/meminfo: memFree=31310424/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=70800 CPUtime=582.31 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 18927 0 0 0 57612 619 0 0 25 0 1 0 890630972 72499200 16692 33554432000 4194304 9016284 140735889227616 18446744073709551615 7875855 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 17700 16692 713 1178 0 16518 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 70800

[startup+642.3 s]

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

/proc/meminfo: memFree=31286556/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=89176 CPUtime=1122.33 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 23649 0 0 0 111049 1184 0 0 25 0 1 0 890630972 91316224 21414 33554432000 4194304 9016284 140735889227616 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 22294 21414 713 1178 0 21112 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 89176

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26776
/proc/meminfo: memFree=31281200/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=93344 CPUtime=1182.32 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 24681 0 0 0 116990 1242 0 0 25 0 1 0 890630972 95584256 22446 33554432000 4194304 9016284 140735889227616 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 23336 22446 713 1178 0 22154 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 93344

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26778
/proc/meminfo: memFree=31281892/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=94968 CPUtime=1242.32 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 25086 0 0 0 122930 1302 0 0 25 0 1 0 890630972 97247232 22851 33554432000 4194304 9016284 140735889227616 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 23742 22851 713 1178 0 22560 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 94968

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26779
/proc/meminfo: memFree=31279860/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=95468 CPUtime=1302.34 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 25158 0 0 0 128872 1362 0 0 25 0 1 0 890630972 97759232 22923 33554432000 4194304 9016284 140735889227616 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 23867 22923 713 1178 0 22685 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 95468

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26781
/proc/meminfo: memFree=31277844/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=95908 CPUtime=1362.33 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 25331 0 0 0 134808 1425 0 0 25 0 1 0 890630972 98209792 23096 33554432000 4194304 9016284 140735889227616 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 23977 23096 713 1178 0 22795 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 95908

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26783
/proc/meminfo: memFree=31275560/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=96776 CPUtime=1422.34 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 25531 0 0 0 140746 1488 0 0 25 0 1 0 890630972 99098624 23296 33554432000 4194304 9016284 140735889227616 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 24194 23296 713 1178 0 23012 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 96776

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26784
/proc/meminfo: memFree=31274876/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=97724 CPUtime=1482.33 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 25810 0 0 0 146678 1555 0 0 25 0 1 0 890630972 100069376 23575 33554432000 4194304 9016284 140735889227616 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 24431 23575 713 1178 0 23249 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 97724

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26786
/proc/meminfo: memFree=31274096/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=98888 CPUtime=1542.34 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 26055 0 0 0 152616 1618 0 0 25 0 1 0 890630972 101261312 23820 33554432000 4194304 9016284 140735889227616 18446744073709551615 5325519 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 24722 23820 713 1178 0 23540 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 98888

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26787
/proc/meminfo: memFree=31271448/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=100808 CPUtime=1602.34 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 26563 0 0 0 158554 1680 0 0 25 0 1 0 890630972 103227392 24328 33554432000 4194304 9016284 140735889227616 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 25202 24328 713 1178 0 24020 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 100808

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26789
/proc/meminfo: memFree=31269912/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=101552 CPUtime=1662.34 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 26738 0 0 0 164499 1735 0 0 25 0 1 0 890630972 103989248 24503 33554432000 4194304 9016284 140735889227616 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 25388 24503 713 1178 0 24206 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 101552

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26791
/proc/meminfo: memFree=31271244/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=101832 CPUtime=1722.34 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 26827 0 0 0 170436 1798 0 0 25 0 1 0 890630972 104275968 24592 33554432000 4194304 9016284 140735889227616 18446744073709551615 4291246 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 25458 24592 713 1178 0 24276 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 101832

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26792
/proc/meminfo: memFree=31269324/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=102960 CPUtime=1782.34 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 27111 0 0 0 176372 1862 0 0 25 0 1 0 890630972 105431040 24876 33554432000 4194304 9016284 140735889227616 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 25740 24876 713 1178 0 24558 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 102960

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26792
/proc/meminfo: memFree=31269200/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=102960 CPUtime=1785.54 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 27111 0 0 0 176689 1865 0 0 25 0 1 0 890630972 105431040 24876 33554432000 4194304 9016284 140735889227616 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 25740 24876 713 1178 0 24558 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 102960

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26792
/proc/meminfo: memFree=31269072/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=102960 CPUtime=1791.95 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 27111 0 0 0 177321 1874 0 0 25 0 1 0 890630972 105431040 24876 33554432000 4194304 9016284 140735889227616 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 25740 24876 713 1178 0 24558 0
Current children cumulated CPU time (s) 1791.95
Current children cumulated vsize (KiB) 102960

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26793
/proc/meminfo: memFree=31268948/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=102960 CPUtime=1795.15 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 27111 0 0 0 177637 1878 0 0 25 0 1 0 890630972 105431040 24876 33554432000 4194304 9016284 140735889227616 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 25740 24876 713 1178 0 24558 0
Current children cumulated CPU time (s) 1795.15
Current children cumulated vsize (KiB) 102960

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26793
/proc/meminfo: memFree=31268948/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=102960 CPUtime=1795.94 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 27111 0 0 0 177715 1879 0 0 25 0 1 0 890630972 105431040 24876 33554432000 4194304 9016284 140735889227616 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 25740 24876 713 1178 0 24558 0
Current children cumulated CPU time (s) 1795.94
Current children cumulated vsize (KiB) 102960

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26793
/proc/meminfo: memFree=31268948/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=102960 CPUtime=1796.74 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 27111 0 0 0 177794 1880 0 0 25 0 1 0 890630972 105431040 24876 33554432000 4194304 9016284 140735889227616 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 25740 24876 713 1178 0 24558 0
Current children cumulated CPU time (s) 1796.74
Current children cumulated vsize (KiB) 102960

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26793
/proc/meminfo: memFree=31268948/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=102960 CPUtime=1796.94 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 27111 0 0 0 177814 1880 0 0 25 0 1 0 890630972 105431040 24876 33554432000 4194304 9016284 140735889227616 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 25740 24876 713 1178 0 24558 0
Current children cumulated CPU time (s) 1796.94
Current children cumulated vsize (KiB) 102960

[startup+1797 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26793
/proc/meminfo: memFree=31268948/32951124 swapFree=67053176/67111528
[pid=26706] ppid=26704 vsize=102960 CPUtime=1797.04 cores=0,2,4,6
/proc/26706/stat : 26706 (scip-2.0.1.4b_2) R 26704 26706 19126 0 -1 4202496 27111 0 0 0 177824 1880 0 0 25 0 1 0 890630972 105431040 24876 33554432000 4194304 9016284 140735889227616 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26706/statm: 25740 24876 713 1178 0 24558 0
Current children cumulated CPU time (s) 1797.04
Current children cumulated vsize (KiB) 102960

Child status: 0
Real time (s): 1797.06
CPU time (s): 1797.11
CPU user time (s): 1778.3
CPU system time (s): 18.8131
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 102960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1778.3
system time used= 18.8131
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27117
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 2629

runsolver used 2.76858 second user time and 5.40618 second system time

The end

Launcher Data

Begin job on node137 at 2011-06-11 13:05:33
IDJOB=3488173
IDBENCH=71848
IDSOLVER=1979
FILE ID=node137/3488173-1307790332
RUNJOBID= node137-1307777623-19144
PBS_JOBID= 13550879
Free space on /tmp= 73944 MiB

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

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

MD5SUM BENCH= e08af5097f76b1d4e2b0ba1d8a42ed5a
RANDOM SEED=1834030345

node137.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31432392 kB
Buffers:        267880 kB
Cached:         865168 kB
SwapCached:      12188 kB
Active:         777552 kB
Inactive:       562752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31432392 kB
SwapTotal:    67111528 kB
SwapFree:     67053176 kB
Dirty:           17184 kB
Writeback:           0 kB
AnonPages:      204916 kB
Mapped:          12148 kB
Slab:           113292 kB
PageTables:       4916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   399836 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73928 MiB
End job on node137 at 2011-06-11 13:35:30