Trace number 3690981

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 SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed? 1796.91 1797.2

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_18.opb
MD5SUM92a7a1679de6bb1b52854275d5fc6396
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark299
Best CPU time to get the best result obtained on this benchmark1783.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 303
Optimality of the best value was proved NO
Number of variables8878
Total number of constraints17460
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17459
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 153
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 408
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2755
Number of bits of the biggest sum of numbers12
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.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3690981-1338020548.opb>
0.19/0.22	c original problem has 8878 variables (8878 bin, 0 int, 0 impl, 0 cont) and 17460 constraints
0.19/0.22	c problem read in 0.22
0.38/0.45	c presolving:
0.59/0.65	c (round 1) 1 del vars, 1 del conss, 0 add conss, 1 chg bounds, 152 chg sides, 1289 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.69/0.75	c (round 2) 1 del vars, 7805 del conss, 0 add conss, 1 chg bounds, 152 chg sides, 1289 chg coeffs, 934 upgd conss, 0 impls, 0 clqs
0.79/0.88	c (round 3) 1 del vars, 7805 del conss, 11 add conss, 1 chg bounds, 273 chg sides, 2253 chg coeffs, 1851 upgd conss, 882 impls, 9 clqs
0.89/0.92	c (round 4) 1 del vars, 7805 del conss, 11 add conss, 1 chg bounds, 313 chg sides, 2472 chg coeffs, 1851 upgd conss, 882 impls, 9 clqs
0.89/0.98	c    (1.0s) probing: 51/8877 (0.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.89/0.98	c    (1.0s) probing aborted: 50/50 successive totally useless probings
1.00/1.01	c presolving (5 rounds):
1.00/1.01	c  1 deleted vars, 7805 deleted constraints, 11 added constraints, 1 tightened bounds, 0 added holes, 313 changed sides, 2474 changed coefficients
1.00/1.01	c  882 implications, 9 cliques
1.00/1.01	c presolved problem has 8877 variables (8877 bin, 0 int, 0 impl, 0 cont) and 9666 constraints
1.00/1.01	c    1851 constraints of type <knapsack>
1.00/1.01	c      11 constraints of type <setppc>
1.00/1.01	c    7804 constraints of type <linear>
1.00/1.01	c transformed objective value is always integral (scale: 1)
1.00/1.01	c Presolving Time: 0.74
1.00/1.01	c - non default parameters ----------------------------------------------------------------------
1.00/1.01	c # SCIP version 2.1.1.4
1.00/1.01	c 
1.00/1.01	c # maximal time in seconds to run
1.00/1.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.00/1.01	c limits/time = 1797
1.00/1.01	c 
1.00/1.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.00/1.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.00/1.01	c limits/memory = 13950
1.00/1.01	c 
1.00/1.01	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.00/1.01	c # [type: int, range: [1,2], default: 1]
1.00/1.01	c timing/clocktype = 2
1.00/1.01	c 
1.00/1.01	c # belongs reading time to solving time?
1.00/1.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.00/1.01	c timing/reading = TRUE
1.00/1.01	c 
1.00/1.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.00/1.01	c # [type: int, range: [-1,2147483647], default: -1]
1.00/1.01	c separating/rapidlearning/freq = 0
1.00/1.01	c 
1.00/1.01	c -----------------------------------------------------------------------------------------------
1.00/1.01	c start solving
1.00/1.02	c 
2.29/2.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.29/2.36	c   2.4s|     1 |     0 |   149 |     - |  86M|   0 | 389 |8877 |9684 |8877 |9666 |   0 |  18 |   0 | 1.530000e+02 |      --      |    Inf 
30.79/30.88	c  30.9s|     1 |     0 |  7899 |     - |  89M|   0 |1624 |8877 |  10k|8877 |9844 | 178 |  18 |   0 | 1.530000e+02 |      --      |    Inf 
33.99/34.03	c  34.0s|     1 |     0 | 10535 |     - |  89M|   0 |2159 |8877 |  10k|8877 |9988 | 322 |  18 |   0 | 1.530000e+02 |      --      |    Inf 
38.39/38.43	c  38.4s|     1 |     0 | 13415 |     - |  90M|   0 |2126 |8877 |  10k|8877 |  10k| 516 |  18 |   0 | 1.530000e+02 |      --      |    Inf 
44.68/44.78	c  44.8s|     1 |     0 | 19828 |     - |  91M|   0 |2638 |8877 |  10k|8877 |  10k| 704 |  18 |   0 | 1.530000e+02 |      --      |    Inf 
51.58/51.63	c  51.6s|     1 |     0 | 25270 |     - |  92M|   0 |1631 |8877 |  10k|8877 |  10k| 838 |  18 |   0 | 1.530000e+02 |      --      |    Inf 
59.28/59.33	c  59.3s|     1 |     0 | 29118 |     - |  93M|   0 |2220 |8877 |  10k|8877 |  10k|1053 |  18 |   0 | 1.530000e+02 |      --      |    Inf 
82.87/82.94	c  82.9s|     1 |     2 | 29118 |     - |  93M|   0 |2220 |8877 |  10k|8877 |  10k|1053 |  18 |  25 | 1.530000e+02 |      --      |    Inf 
339.32/339.40	c   339s|   100 |    96 |306122 |2798.0 |  94M|  43 |1926 |8877 |  10k|8877 |9961 |1053 | 299 | 282 | 1.530000e+02 |      --      |    Inf 
429.71/429.87	c   430s|   200 |   172 |503509 |2383.9 |  95M|  45 |1344 |8877 |  11k|8877 |9961 |1053 |1058 | 326 | 1.530000e+02 |      --      |    Inf 
493.00/493.13	c   493s|   300 |   237 |633434 |2021.1 |  96M|  45 |1642 |8877 |  11k|8877 |9961 |1053 |1190 | 375 | 1.530000e+02 |      --      |    Inf 
528.10/528.25	c   528s|   400 |   324 |691364 |1659.8 |  96M|  59 |2076 |8877 |  11k|8877 |9961 |1053 |1212 | 416 | 1.530000e+02 |      --      |    Inf 
545.50/545.70	c   546s|   500 |   388 |722744 |1390.0 |  97M|  63 |1478 |8877 |  11k|8877 |9961 |1053 |1256 | 447 | 1.530000e+02 |      --      |    Inf 
561.89/562.01	c   562s|   600 |   451 |750736 |1204.7 |  97M|  64 |1942 |8877 |  11k|8877 |9961 |1053 |1294 | 477 | 1.530000e+02 |      --      |    Inf 
573.79/573.95	c   574s|   700 |   482 |773873 |1065.5 |  98M|  89 |1789 |8877 |  11k|8877 |9961 |1053 |1390 | 488 | 1.530000e+02 |      --      |    Inf 
720.56/720.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
720.56/720.77	c   721s|   800 |   537 |  1224k|1495.7 |  99M|  89 |1585 |8877 |  12k|8877 |9961 |1053 |1604 | 559 | 1.530000e+02 |      --      |    Inf 
738.47/738.67	c   739s|   900 |   567 |  1257k|1366.7 | 100M|  89 |   - |8877 |  12k|8877 |9961 |1053 |1743 | 594 | 1.530000e+02 |      --      |    Inf 
761.66/761.85	c   762s|  1000 |   614 |  1296k|1269.0 | 101M|  89 |   - |8877 |  12k|8877 |9961 |1053 |1856 | 633 | 1.530000e+02 |      --      |    Inf 
773.35/773.54	c   774s|  1100 |   643 |  1313k|1168.4 | 102M|  89 |1499 |8877 |  12k|8877 |9961 |1053 |2013 | 682 | 1.530000e+02 |      --      |    Inf 
807.85/808.05	c   808s|  1200 |   687 |  1367k|1116.6 | 104M|  89 |1846 |8877 |  13k|8877 |9961 |1053 |2977 | 726 | 1.530000e+02 |      --      |    Inf 
827.95/828.15	c   828s|  1300 |   726 |  1409k|1062.6 | 105M|  89 |   - |8877 |  13k|   0 |   0 |1053 |3084 | 757 | 1.530000e+02 |      --      |    Inf 
847.65/847.84	c   848s|  1400 |   759 |  1439k|1008.0 | 106M|  89 |1483 |8877 |  13k|8877 |9961 |1053 |3185 | 821 | 1.530000e+02 |      --      |    Inf 
889.54/889.76	c   890s|  1500 |   789 |  1516k| 992.1 | 106M|  89 |1105 |8877 |  13k|8877 |9961 |1053 |3290 | 872 | 1.530000e+02 |      --      |    Inf 
933.23/933.46	c   933s|  1600 |   830 |  1613k| 990.9 | 107M|  89 |1488 |8877 |  13k|8877 |9961 |1053 |3368 | 925 | 1.530000e+02 |      --      |    Inf 
985.23/985.47	c   985s|  1700 |   876 |  1713k| 991.5 | 108M|  89 |1436 |8877 |  13k|8877 |9961 |1053 |3546 |1013 | 1.530000e+02 |      --      |    Inf 
1010.23/1010.49	c  1010s|  1800 |   908 |  1758k| 961.6 | 109M|  89 |   - |8877 |  13k|   0 |   0 |1053 |3633 |1040 | 1.530000e+02 |      --      |    Inf 
1041.12/1041.33	c  1041s|  1900 |   958 |  1835k| 951.0 | 110M|  89 | 729 |8877 |  13k|8877 |9961 |1053 |3720 |1083 | 1.530000e+02 |      --      |    Inf 
1098.91/1099.20	c  1099s|  2000 |  1016 |  1940k| 956.3 | 110M|  89 |1852 |8877 |  13k|8877 |9961 |1053 |3810 |1124 | 1.530000e+02 |      --      |    Inf 
1183.89/1184.17	c  1184s|  2100 |  1051 |  2114k| 993.6 | 112M|  89 |1858 |8877 |  14k|8877 |9961 |1053 |5691 |1174 | 1.530000e+02 |      --      |    Inf 
1236.09/1236.32	c  1236s|  2200 |  1110 |  2220k| 996.6 | 112M|  89 |1236 |8877 |  14k|8877 |9961 |1053 |5782 |1216 | 1.530000e+02 |      --      |    Inf 
1262.68/1262.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1262.68/1262.94	c  1263s|  2300 |  1171 |  2264k| 972.2 | 113M|  89 |1094 |8877 |  14k|8877 |9961 |1053 |5843 |1264 | 1.530000e+02 |      --      |    Inf 
1282.98/1283.21	c  1283s|  2400 |  1247 |  2297k| 945.5 | 113M|  89 |1782 |8877 |  14k|8877 |9961 |1053 |5916 |1302 | 1.530000e+02 |      --      |    Inf 
1337.77/1338.03	c  1338s|  2500 |  1318 |  2398k| 948.0 | 114M|  89 |1371 |8877 |  13k|8877 |9961 |1053 |6035 |1365 | 1.530000e+02 |      --      |    Inf 
1390.36/1390.61	c  1391s|  2600 |  1395 |  2498k| 950.3 | 114M|  89 |2130 |8877 |  13k|8877 |9961 |1053 |6104 |1441 | 1.530000e+02 |      --      |    Inf 
1435.36/1435.69	c  1436s|  2700 |  1464 |  2596k| 951.4 | 115M|  89 |1327 |8877 |  12k|8877 |9961 |1053 |6178 |1502 | 1.530000e+02 |      --      |    Inf 
1477.55/1477.85	c  1478s|  2800 |  1536 |  2679k| 947.0 | 115M|  89 |1794 |8877 |  12k|8877 |9961 |1053 |6236 |1552 | 1.530000e+02 |      --      |    Inf 
1508.15/1508.43	c  1508s|  2900 |  1608 |  2737k| 934.1 | 116M|  89 | 791 |8877 |  12k|8877 |9961 |1053 |6317 |1580 | 1.530000e+02 |      --      |    Inf 
1548.74/1549.01	c  1549s|  3000 |  1675 |  2828k| 933.3 | 117M|  89 |1154 |8877 |  12k|8877 |9961 |1053 |6426 |1637 | 1.530000e+02 |      --      |    Inf 
1586.83/1587.20	c  1587s|  3100 |  1734 |  2906k| 928.6 | 118M|  89 | 864 |8877 |  12k|8877 |9961 |1053 |6530 |1699 | 1.530000e+02 |      --      |    Inf 
1634.63/1634.91	c  1635s|  3200 |  1791 |  3000k| 928.7 | 119M|  89 |1191 |8877 |  12k|8877 |9961 |1053 |6595 |1774 | 1.530000e+02 |      --      |    Inf 
1659.22/1659.50	c  1660s|  3300 |  1855 |  3042k| 913.5 | 120M|  89 |1660 |8877 |  12k|8877 |9961 |1053 |6646 |1811 | 1.530000e+02 |      --      |    Inf 
1682.42/1682.71	c  1683s|  3400 |  1920 |  3087k| 899.7 | 121M|  89 |1807 |8877 |  12k|8877 |9961 |1053 |6774 |1841 | 1.530000e+02 |      --      |    Inf 
1725.92/1726.29	c  1726s|  3500 |  1978 |  3164k| 896.0 | 121M|  97 |1216 |8877 |  12k|8877 |9961 |1053 |6874 |1891 | 1.530000e+02 |      --      |    Inf 
1754.71/1755.06	c  1755s|  3600 |  2031 |  3223k| 887.7 | 122M|  97 |1629 |8877 |  12k|8877 |9961 |1053 |6963 |1934 | 1.530000e+02 |      --      |    Inf 
1785.20/1785.54	c  1786s|  3700 |  2096 |  3294k| 882.7 | 124M|  97 |1046 |8877 |  12k|8877 |9961 |1053 |7012 |1995 | 1.530000e+02 |      --      |    Inf 
1796.70/1797.01	c 
1796.70/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.01	c Solving Time (sec) : 1797.01
1796.70/1797.01	c Solving Nodes      : 3728
1796.70/1797.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.70/1797.01	c Dual Bound         : +1.53000000000000e+02
1796.70/1797.01	c Gap                : infinite
1796.70/1797.01	s UNKNOWN
1796.70/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.01	c Total Time         :    1797.01
1796.70/1797.01	c   solving          :    1797.01
1796.70/1797.01	c   presolving       :       0.74 (included in solving)
1796.70/1797.01	c   reading          :       0.22 (included in solving)
1796.70/1797.01	c   copying          :       0.16 (2 #copies) (minimal 0.08, maximal 0.08, average 0.08)
1796.70/1797.01	c Original Problem   :
1796.70/1797.01	c   Problem name     : HOME/instance-3690981-1338020548.opb
1796.70/1797.01	c   Variables        : 8878 (8878 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.01	c   Constraints      : 17460 initial, 17460 maximal
1796.70/1797.01	c   Objective sense  : minimize
1796.70/1797.01	c Presolved Problem  :
1796.70/1797.01	c   Problem name     : t_HOME/instance-3690981-1338020548.opb
1796.70/1797.01	c   Variables        : 8877 (8877 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.01	c   Constraints      : 9666 initial, 15083 maximal
1796.70/1797.01	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.01	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   components       :       0.03       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   probing          :       0.03       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   knapsack         :       0.07       0.00          0          0          0          0          0          0         11        161       1185
1796.70/1797.01	c   setppc           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   linear           :       0.39       0.00          1          0          0          1          0       7805          0        152       1289
1796.70/1797.01	c   logicor          :       0.00       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  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.01	c   integral         :          0          0          0          0       3126          0          4          0          4        509          0          0       5970
1796.70/1797.01	c   knapsack         :       1851       1851          6      28488          0          1          3      21536        126      93993       1203          0          0
1796.70/1797.01	c   setppc           :         11         11          6      10489          0          0          0         21          0         10          0          0          0
1796.70/1797.01	c   linear           :       7804+      8725          7      28362          0          1          0       9311        389     600125          0          0          0
1796.70/1797.01	c   logicor          :          0+      4501          6       9763          0          0          0      14078         71       5822          0          0          0
1796.70/1797.01	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1796.70/1797.01	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.70/1797.01	c   integral         :     559.84       0.00       0.00       0.00     559.84       0.00       0.00       0.00
1796.70/1797.01	c   knapsack         :       5.89       0.00       0.08       5.77       0.00       0.00       0.00       0.04
1796.70/1797.01	c   setppc           :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00
1796.70/1797.01	c   linear           :      17.10       0.00       0.01      17.06       0.00       0.00       0.00       0.03
1796.70/1797.01	c   logicor          :       1.01       0.00       0.00       0.97       0.00       0.00       0.00       0.04
1796.70/1797.01	c   countsols        :       0.00       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   rootredcost      :          0          0          0          0
1796.70/1797.01	c   pseudoobj        :      31514          0          0          0
1796.70/1797.01	c   vbounds          :          0          0          0          0
1796.70/1797.01	c   redcost          :       3143          0          0         11
1796.70/1797.01	c   probing          :          0          0          0          0
1796.70/1797.01	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.70/1797.01	c   rootredcost      :       0.03       0.00       0.00       0.03       0.00
1796.70/1797.01	c   pseudoobj        :       0.08       0.00       0.00       0.08       0.00
1796.70/1797.01	c   vbounds          :       0.03       0.00       0.00       0.03       0.00
1796.70/1797.01	c   redcost          :       0.66       0.00       0.00       0.66       0.00
1796.70/1797.01	c   probing          :       0.03       0.00       0.03       0.00       0.00
1796.70/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.01	c   propagation      :       0.13        586        586       7352       48.7         53       14.5          -
1796.70/1797.01	c   infeasible LP    :       3.71       2259       2259       7074       30.9        473       10.0          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 :          -          -          -       7033       28.6          -          -          -
1796.70/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.70/1797.01	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.01	c   cut pool         :       0.00                     5          -          -       1036          -    (maximal pool size: 4241)
1796.70/1797.01	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c   impliedbounds    :       0.00       0.00          6          0          0         25          0
1796.70/1797.01	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c   gomory           :       4.13       0.00          6          0          0        118          0
1796.70/1797.01	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c   strongcg         :       4.01       0.00          6          0          0        181          0
1796.70/1797.01	c   cmir             :       2.36       0.00          6          0          0       3000          0
1796.70/1797.01	c   flowcover        :       1.61       0.00          6          0          0       1200          0
1796.70/1797.01	c   clique           :       0.02       0.00          6          0          0          0          0
1796.70/1797.01	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c   mcf              :       0.00       0.00          1          0          0          0          0
1796.70/1797.01	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c   rapidlearning    :      24.28       0.00          1          0          0          0        921
1796.70/1797.01	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.70/1797.01	c   problem variables:       0.00          -          0          0
1796.70/1797.01	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.01	c   relpscost        :     559.83       0.00       3126          4        509          0          0       5970
1796.70/1797.01	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.01	c   inference        :       0.00       0.00          1          0          0          0          0          2
1796.70/1797.01	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.01	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.01	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.01	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.01	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.01	c Primal Heuristics  :   ExecTime  SetupTime      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.01       0.00          0          0
1796.70/1797.01	c   crossover        :       0.01       0.00          0          0
1796.70/1797.01	c   smallcard        :       0.00       0.00          0          0
1796.70/1797.01	c   trivial          :       0.01       0.00          2          0
1796.70/1797.01	c   shiftandpropagate:       1.16       0.00          1          0
1796.70/1797.01	c   simplerounding   :       0.00       0.00          0          0
1796.70/1797.01	c   zirounding       :       1.76       0.00       1000          0
1796.70/1797.01	c   rounding         :       2.01       0.00        736          0
1796.70/1797.01	c   shifting         :       9.13       0.00        207          0
1796.70/1797.01	c   intshifting      :       0.00       0.00          0          0
1796.70/1797.01	c   twoopt           :       0.00       0.00          0          0
1796.70/1797.01	c   indtwoopt        :       0.00       0.00          0          0
1796.70/1797.01	c   indoneopt        :       0.01       0.00          0          0
1796.70/1797.01	c   fixandinfer      :       0.00       0.00          0          0
1796.70/1797.01	c   feaspump         :      42.59       0.00         10          0
1796.70/1797.01	c   clique           :       0.00       0.00          0          0
1796.70/1797.01	c   indcoefdiving    :       0.00       0.00          0          0
1796.70/1797.01	c   coefdiving       :     127.80       0.00          5          0
1796.70/1797.01	c   indrounding      :       0.00       0.00          0          0
1796.70/1797.01	c   pscostdiving     :      56.67       0.00         14          0
1796.70/1797.01	c   fracdiving       :     124.98       0.00          3          0
1796.70/1797.01	c   nlpdiving        :       0.00       0.00          0          0
1796.70/1797.01	c   veclendiving     :      39.36       0.00         31          0
1796.70/1797.01	c   intdiving        :       0.00       0.00          0          0
1796.70/1797.01	c   actconsdiving    :       0.00       0.00          0          0
1796.70/1797.01	c   objpscostdiving  :      18.96       0.00         10          0
1796.70/1797.01	c   rootsoldiving    :      17.57       0.00         12          0
1796.70/1797.01	c   linesearchdiving :      51.29       0.00         44          0
1796.70/1797.01	c   guideddiving     :       0.00       0.00          0          0
1796.70/1797.01	c   octane           :       0.00       0.00          0          0
1796.70/1797.01	c   rens             :       0.32       0.00          1          0
1796.70/1797.01	c   rins             :       0.00       0.00          0          0
1796.70/1797.01	c   localbranching   :       0.00       0.00          0          0
1796.70/1797.01	c   mutation         :       0.00       0.00          0          0
1796.70/1797.01	c   dins             :       0.00       0.00          0          0
1796.70/1797.01	c   vbounds          :       0.00       0.00          0          0
1796.70/1797.01	c   undercover       :       0.00       0.00          0          0
1796.70/1797.01	c   subnlp           :       0.00       0.00          0          0
1796.70/1797.01	c   trysol           :       0.01       0.00          0          0
1796.70/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.70/1797.01	c   primal LP        :       0.09          1          0       0.00       0.00       0.09          1
1796.70/1797.01	c   dual LP          :     669.26       3735    1994194     542.49    2979.71       1.17         59
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          -       0.00          0
1796.70/1797.01	c   diving/probing LP:     450.93       5238    1325632     253.08    2939.77
1796.70/1797.01	c   strong branching :     558.32       2013    1123709     558.23    2012.64
1796.70/1797.01	c     (at root node) :          -         25      20690     827.60          -
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            :       3728
1796.70/1797.01	c   nodes (total)    :       3728
1796.70/1797.01	c   nodes left       :       2113
1796.70/1797.01	c   max depth        :         97
1796.70/1797.01	c   max depth (total):         97
1796.70/1797.01	c   backtracks       :        361 (9.7%)
1796.70/1797.01	c   delayed cutoffs  :        132
1796.70/1797.01	c   repropagations   :       3915 (159814 domain reductions, 63 cutoffs)
1796.70/1797.01	c   avg switch length:       5.36
1796.70/1797.01	c   switching time   :      10.19
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       : +1.53000000000000e+02
1796.70/1797.01	c   Gap              :   infinite
1796.70/1797.01	c   Root Dual Bound  : +1.53000000000000e+02
1796.70/1797.01	c   Root Iterations  :      29118
1796.80/1797.19	c Time complete: 1796.9.

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-3690981-1338020548/watcher-3690981-1338020548 -o /tmp/evaluation-result-3690981-1338020548/solver-3690981-1338020548 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690981-1338020548.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.12 2.04 1.93 2/176 30703
/proc/meminfo: memFree=28252460/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=10104 CPUtime=0 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 1267 0 0 0 0 0 0 0 20 0 1 0 268183406 10346496 1221 33554432000 4194304 10173063 140735940284000 140736525484072 8800002 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 2526 1221 416 1460 0 1057 0

[startup+0.0658 s]
/proc/loadavg: 2.12 2.04 1.93 2/176 30703
/proc/meminfo: memFree=28252460/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=17880 CPUtime=0.05 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 3230 0 0 0 5 0 0 0 20 0 1 0 268183406 18309120 3184 33554432000 4194304 10173063 140735940284000 140736525484072 8985008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 4470 3184 416 1460 0 3001 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 17880

[startup+0.100361 s]
/proc/loadavg: 2.12 2.04 1.93 2/176 30703
/proc/meminfo: memFree=28252460/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=21400 CPUtime=0.09 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 4111 0 0 0 9 0 0 0 20 0 1 0 268183406 21913600 4065 33554432000 4194304 10173063 140735940284000 140736525484072 8728432 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 5350 4065 416 1460 0 3881 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21400

[startup+0.300322 s]
/proc/loadavg: 2.12 2.04 1.93 2/176 30703
/proc/meminfo: memFree=28252460/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=78828 CPUtime=0.29 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 18155 0 0 0 26 3 0 0 20 0 1 0 268183406 80719872 18103 33554432000 4194304 10173063 140735940284000 140736525484072 7545739 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 19832 18110 514 1460 0 18363 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 78828

[startup+0.700299 s]
/proc/loadavg: 2.12 2.04 1.93 2/176 30703
/proc/meminfo: memFree=28252460/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=171884 CPUtime=0.69 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 43838 0 0 0 57 12 0 0 20 0 1 0 268183406 176009216 39812 33554432000 4194304 10173063 140735940284000 140735940281000 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 42971 39812 561 1460 0 41502 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 171884

[startup+1.50026 s]
/proc/loadavg: 2.12 2.04 1.93 3/177 30704
/proc/meminfo: memFree=28094584/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=212704 CPUtime=1.48 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 55337 0 0 0 126 22 0 0 20 0 1 0 268183406 217808896 48897 33554432000 4194304 10173063 140735940284000 140735940281000 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 53176 48897 693 1460 0 51707 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 212704

[startup+3.10025 s]
/proc/loadavg: 2.12 2.04 1.93 3/177 30704
/proc/meminfo: memFree=28054964/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=237572 CPUtime=3.09 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 59057 0 0 0 281 28 0 0 20 0 1 0 268183406 243273728 56180 33554432000 4194304 10173063 140735940284000 140735940275160 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 59393 56180 795 1460 0 57924 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 237572

[startup+6.30032 s]
/proc/loadavg: 2.11 2.04 1.93 3/177 30704
/proc/meminfo: memFree=28030396/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=318760 CPUtime=6.28 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 78600 0 0 0 587 41 0 0 20 0 1 0 268183406 326410240 75723 33554432000 4194304 10173063 140735940284000 140735940279160 8823968 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 79690 75723 837 1460 0 78221 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 318760

[startup+12.7003 s]
/proc/loadavg: 2.10 2.04 1.93 3/177 30704
/proc/meminfo: memFree=27950292/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=332312 CPUtime=12.68 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 81993 0 0 0 1140 128 0 0 20 0 1 0 268183406 340287488 79116 33554432000 4194304 10173063 140735940284000 140735940278648 4953523 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 83078 79116 837 1460 0 81609 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 332312

[startup+25.5003 s]
/proc/loadavg: 2.08 2.03 1.93 3/177 30743
/proc/meminfo: memFree=26719152/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=350876 CPUtime=25.49 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 86550 0 0 0 2402 147 0 0 20 0 1 0 268183406 359297024 83673 33554432000 4194304 10173063 140735940284000 140735940278936 5982879 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 87719 83673 837 1460 0 86250 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 350876

[startup+51.1003 s]
/proc/loadavg: 2.05 2.03 1.93 3/177 30743
/proc/meminfo: memFree=26833004/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=357940 CPUtime=51.08 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 90234 0 0 0 4945 163 0 0 20 0 1 0 268183406 366530560 87187 33554432000 4194304 10173063 140735940284000 140735940276520 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 89485 87187 857 1460 0 88016 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 357940

[startup+102.307 s]
/proc/loadavg: 2.06 2.04 1.94 3/177 30743
/proc/meminfo: memFree=26810504/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=379340 CPUtime=102.27 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 95076 0 0 0 10055 172 0 0 20 0 1 0 268183406 388444160 92122 33554432000 4194304 10173063 140735940284000 140735940276712 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 94835 92122 865 1460 0 93366 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 379340

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 1.94 3/177 30743
/proc/meminfo: memFree=26787396/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=379340 CPUtime=162.25 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 95079 0 0 0 16044 181 0 0 20 0 1 0 268183406 388444160 92411 33554432000 4194304 10173063 140735940284000 140735940277832 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 94835 92411 865 1460 0 93366 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 379340

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 1.94 3/177 30743
/proc/meminfo: memFree=26780356/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=379340 CPUtime=222.24 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 95081 0 0 0 22032 192 0 0 20 0 1 0 268183406 388444160 94157 33554432000 4194304 10173063 140735940284000 140735940276072 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 94835 94157 867 1460 0 93366 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 379340

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/177 30743
/proc/meminfo: memFree=26780260/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=379340 CPUtime=282.24 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 95081 0 0 0 28019 205 0 0 20 0 1 0 268183406 388444160 94157 33554432000 4194304 10173063 140735940284000 140735940276184 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 94835 94157 867 1460 0 93366 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 379340

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/177 30744
/proc/meminfo: memFree=26780288/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=379340 CPUtime=342.23 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 95081 0 0 0 34001 222 0 0 20 0 1 0 268183406 388444160 94157 33554432000 4194304 10173063 140735940284000 140735940277256 6797640 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 94835 94157 867 1460 0 93366 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 379340

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 30744
/proc/meminfo: memFree=26780192/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=379340 CPUtime=402.22 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 95081 0 0 0 39986 236 0 0 20 0 1 0 268183406 388444160 94157 33554432000 4194304 10173063 140735940284000 140735940277016 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 94835 94157 867 1460 0 93366 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 379340

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 30747
/proc/meminfo: memFree=26779840/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=379340 CPUtime=462.21 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 95081 0 0 0 45966 255 0 0 20 0 1 0 268183406 388444160 94157 33554432000 4194304 10173063 140735940284000 140735940276712 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 94835 94157 867 1460 0 93366 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 379340

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 30747
/proc/meminfo: memFree=26780000/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=379340 CPUtime=522.2 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 95081 0 0 0 51952 268 0 0 20 0 1 0 268183406 388444160 94157 33554432000 4194304 10173063 140735940284000 140735940276936 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 94835 94157 867 1460 0 93366 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 379340

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 30747
/proc/meminfo: memFree=26780028/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=379340 CPUtime=582.18 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 95081 0 0 0 57931 287 0 0 20 0 1 0 268183406 388444160 94157 33554432000 4194304 10173063 140735940284000 140735940277448 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 94835 94157 867 1460 0 93366 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 379340

[startup+642.3 s]

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

/proc/meminfo: memFree=26770096/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=379340 CPUtime=1062.12 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 95081 0 0 0 105781 431 0 0 20 0 1 0 268183406 388444160 94157 33554432000 4194304 10173063 140735940284000 140735940275720 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 94835 94157 867 1460 0 93366 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 379340

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/177 30753
/proc/meminfo: memFree=26770336/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=379340 CPUtime=1122.11 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 95084 0 0 0 111763 448 0 0 20 0 1 0 268183406 388444160 94160 33554432000 4194304 10173063 140735940284000 140735940277096 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 94835 94160 870 1460 0 93366 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 379340

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 30753
/proc/meminfo: memFree=26770460/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=379340 CPUtime=1182.1 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 95084 0 0 0 117745 465 0 0 20 0 1 0 268183406 388444160 94160 33554432000 4194304 10173063 140735940284000 140735940277128 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 94835 94160 870 1460 0 93366 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 379340

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 30754
/proc/meminfo: memFree=26770088/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=379340 CPUtime=1242.09 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 95084 0 0 0 123726 483 0 0 20 0 1 0 268183406 388444160 94160 33554432000 4194304 10173063 140735940284000 140735940276936 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 94835 94160 870 1460 0 93366 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 379340

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 30754
/proc/meminfo: memFree=26765620/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=379340 CPUtime=1302.08 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 95084 0 0 0 129711 497 0 0 20 0 1 0 268183406 388444160 94160 33554432000 4194304 10173063 140735940284000 140735940276520 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 94835 94160 870 1460 0 93366 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 379340

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 30754
/proc/meminfo: memFree=26763944/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=379340 CPUtime=1362.07 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 95084 0 0 0 135693 514 0 0 20 0 1 0 268183406 388444160 94160 33554432000 4194304 10173063 140735940284000 140735940276712 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 94835 94160 870 1460 0 93366 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 379340

[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 1.95 3/177 30754
/proc/meminfo: memFree=26764068/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=379340 CPUtime=1422.06 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 95084 0 0 0 141677 529 0 0 20 0 1 0 268183406 388444160 94160 33554432000 4194304 10173063 140735940284000 140735940277832 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 94835 94160 870 1460 0 93366 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 379340

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/177 30754
/proc/meminfo: memFree=26764068/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=379340 CPUtime=1482.06 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 95084 0 0 0 147661 545 0 0 20 0 1 0 268183406 388444160 94160 33554432000 4194304 10173063 140735940284000 140735940276664 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 94835 94160 870 1460 0 93366 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 379340

[startup+1542.3 s]
/proc/loadavg: 2.05 2.02 1.96 3/176 30754
/proc/meminfo: memFree=26764200/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=379340 CPUtime=1542.05 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 95084 0 0 0 153644 561 0 0 20 0 1 0 268183406 388444160 94160 33554432000 4194304 10173063 140735940284000 140735940276984 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 94835 94160 870 1460 0 93366 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 379340

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 1.96 3/177 30755
/proc/meminfo: memFree=26764192/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=379340 CPUtime=1602.03 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 95084 0 0 0 159625 578 0 0 20 0 1 0 268183406 388444160 94160 33554432000 4194304 10173063 140735940284000 140735940276936 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 94835 94160 870 1460 0 93366 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 379340

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/178 30758
/proc/meminfo: memFree=26764060/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=379340 CPUtime=1662.02 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 95084 0 0 0 165606 596 0 0 20 0 1 0 268183406 388444160 94160 33554432000 4194304 10173063 140735940284000 140735940276520 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 94835 94160 870 1460 0 93366 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 379340

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 30758
/proc/meminfo: memFree=26763944/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=379340 CPUtime=1722.01 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 95084 0 0 0 171588 613 0 0 20 0 1 0 268183406 388444160 94160 33554432000 4194304 10173063 140735940284000 140735940275816 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 94835 94160 870 1460 0 93366 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 379340

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 30758
/proc/meminfo: memFree=26775488/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=379340 CPUtime=1782.01 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 95084 0 0 0 177571 630 0 0 20 0 1 0 268183406 388444160 94160 33554432000 4194304 10173063 140735940284000 140735940276520 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 94835 94160 870 1460 0 93366 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 379340

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 30758
/proc/meminfo: memFree=26775364/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=379340 CPUtime=1785.2 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 95084 0 0 0 177889 631 0 0 20 0 1 0 268183406 388444160 94160 33554432000 4194304 10173063 140735940284000 140735940276712 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 94835 94160 870 1460 0 93366 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 379340

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 30758
/proc/meminfo: memFree=26775240/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=379340 CPUtime=1791.61 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 95084 0 0 0 178528 633 0 0 20 0 1 0 268183406 388444160 94160 33554432000 4194304 10173063 140735940284000 140735940277640 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 94835 94160 870 1460 0 93366 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 379340

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 30758
/proc/meminfo: memFree=26775240/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=379340 CPUtime=1794.81 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 95084 0 0 0 178847 634 0 0 20 0 1 0 268183406 388444160 94160 33554432000 4194304 10173063 140735940284000 140735940277832 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 94835 94160 870 1460 0 93366 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 379340

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 30758
/proc/meminfo: memFree=26775240/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=379340 CPUtime=1795.6 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 95084 0 0 0 178926 634 0 0 20 0 1 0 268183406 388444160 94160 33554432000 4194304 10173063 140735940284000 140735940277832 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 94835 94160 870 1460 0 93366 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 379340

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 30758
/proc/meminfo: memFree=26775240/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=379340 CPUtime=1796.4 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 95084 0 0 0 179006 634 0 0 20 0 1 0 268183406 388444160 94160 33554432000 4194304 10173063 140735940284000 140735940276936 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 94835 94160 870 1460 0 93366 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 379340

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 30758
/proc/meminfo: memFree=26775240/32873844 swapFree=7620/7620
[pid=30703] ppid=30701 vsize=376904 CPUtime=1796.8 cores=1,3,5,7
/proc/30703/stat : 30703 (scip-2.1.1.4fix) R 30701 30703 30301 0 -1 4202496 95089 0 0 0 179046 634 0 0 20 0 1 0 268183406 385949696 93556 33554432000 4194304 10173063 140735940284000 140735940276936 7545004 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30703/statm: 94226 93556 875 1460 0 92757 0
Current children cumulated CPU time (s) 1796.8
Current children cumulated vsize (KiB) 376904

Child status: 0
Real time (s): 1797.2
CPU time (s): 1796.91
CPU user time (s): 1790.55
CPU system time (s): 6.36203
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 379340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.55
system time used= 6.36203
maximum resident set size= 376660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95091
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= 17
involuntary context switches= 1848

runsolver used 2.93155 second user time and 7.65284 second system time

The end

Launcher Data

Begin job on node107 at 2012-05-26 10:22:29
IDJOB=3690981
IDBENCH=2949
IDSOLVER=2270
FILE ID=node107/3690981-1338020548
RUNJOBID= node107-1338016938-30318
PBS_JOBID= 14624364
Free space on /tmp= 71560 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_18.opb
COMMAND LINE= HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690981-1338020548/watcher-3690981-1338020548 -o /tmp/evaluation-result-3690981-1338020548/solver-3690981-1338020548 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690981-1338020548.opb -t 1800 -m 15500

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

MD5SUM BENCH= 92a7a1679de6bb1b52854275d5fc6396
RANDOM SEED=2134968079

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28252352 kB
Buffers:          229128 kB
Cached:          3164648 kB
SwapCached:            0 kB
Active:          1097908 kB
Inactive:        2749728 kB
Active(anon):     456180 kB
Inactive(anon):        0 kB
Active(file):     641728 kB
Inactive(file):  2749728 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             18280 kB
Writeback:             0 kB
AnonPages:        407844 kB
Mapped:            17648 kB
Shmem:               200 kB
Slab:             632128 kB
SReclaimable:      74768 kB
SUnreclaim:       557360 kB
KernelStack:        1480 kB
PageTables:         4568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     569164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    329728 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= 71500 MiB
End job on node107 at 2012-05-26 10:52:26