Trace number 3693313

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 standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed? 1796.89 1797.18

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-3693313-1338034414.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.39/0.42	c presolving:
0.58/0.62	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.70	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.78/0.81	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.78/0.85	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.91	c    (0.9s) probing: 51/8877 (0.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.89/0.91	c    (0.9s) probing aborted: 50/50 successive totally useless probings
0.89/0.94	c presolving (5 rounds):
0.89/0.94	c  1 deleted vars, 7805 deleted constraints, 11 added constraints, 1 tightened bounds, 0 added holes, 313 changed sides, 2474 changed coefficients
0.89/0.94	c  882 implications, 9 cliques
0.89/0.94	c presolved problem has 8877 variables (8877 bin, 0 int, 0 impl, 0 cont) and 9666 constraints
0.89/0.94	c    1851 constraints of type <knapsack>
0.89/0.94	c      11 constraints of type <setppc>
0.89/0.94	c    7804 constraints of type <linear>
0.89/0.94	c transformed objective value is always integral (scale: 1)
0.89/0.94	c Presolving Time: 0.67
0.89/0.94	c - non default parameters ----------------------------------------------------------------------
0.89/0.94	c # SCIP version 2.1.1.4
0.89/0.94	c 
0.89/0.94	c # maximal time in seconds to run
0.89/0.94	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.94	c limits/time = 1797
0.89/0.94	c 
0.89/0.94	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.89/0.94	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.94	c limits/memory = 13950
0.89/0.94	c 
0.89/0.94	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.89/0.94	c # [type: int, range: [1,2], default: 1]
0.89/0.94	c timing/clocktype = 2
0.89/0.94	c 
0.89/0.94	c # belongs reading time to solving time?
0.89/0.94	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.94	c timing/reading = TRUE
0.89/0.94	c 
0.89/0.94	c -----------------------------------------------------------------------------------------------
0.89/0.94	c start solving
0.89/0.94	c 
2.09/2.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.09/2.17	c   2.2s|     1 |     0 |   149 |     - |  86M|   0 | 389 |8877 |9684 |8877 |9666 |   0 |  18 |   0 | 1.530000e+02 |      --      |    Inf 
6.28/6.36	c   6.4s|     1 |     0 |  7899 |     - |  88M|   0 |1624 |8877 |9684 |8877 |9844 | 178 |  18 |   0 | 1.530000e+02 |      --      |    Inf 
9.39/9.49	c   9.5s|     1 |     0 | 10535 |     - |  88M|   0 |2159 |8877 |9684 |8877 |9988 | 322 |  18 |   0 | 1.530000e+02 |      --      |    Inf 
13.78/13.83	c  13.8s|     1 |     0 | 13415 |     - |  89M|   0 |2126 |8877 |9684 |8877 |  10k| 516 |  18 |   0 | 1.530000e+02 |      --      |    Inf 
19.98/20.05	c  20.0s|     1 |     0 | 19828 |     - |  90M|   0 |2638 |8877 |9684 |8877 |  10k| 704 |  18 |   0 | 1.530000e+02 |      --      |    Inf 
26.79/26.81	c  26.8s|     1 |     0 | 25270 |     - |  91M|   0 |1631 |8877 |9684 |8877 |  10k| 838 |  18 |   0 | 1.530000e+02 |      --      |    Inf 
34.39/34.40	c  34.4s|     1 |     0 | 29118 |     - |  91M|   0 |2220 |8877 |9684 |8877 |  10k|1053 |  18 |   0 | 1.530000e+02 |      --      |    Inf 
106.68/106.73	c   107s|     1 |     2 | 29118 |     - |  91M|   0 |2220 |8877 |9684 |8877 |  10k|1053 |  18 |  73 | 1.530000e+02 |      --      |    Inf 
323.43/323.59	c   324s|   100 |    51 |310592 |2843.2 |  93M|  56 |1194 |8877 |  10k|8877 |9961 |1053 | 836 | 275 | 1.530000e+02 |      --      |    Inf 
390.02/390.12	c   390s|   200 |    53 |411624 |1922.1 |  93M|  68 |1406 |8877 |  10k|8877 |9961 |1053 | 914 | 356 | 1.530000e+02 |      --      |    Inf 
437.81/437.91	c   438s|   300 |    98 |489441 |1539.5 |  94M|  68 |   - |8877 |  10k|8877 |9961 |1053 | 953 | 411 | 1.530000e+02 |      --      |    Inf 
481.10/481.21	c   481s|   400 |   138 |552664 |1312.1 |  94M|  68 | 723 |8877 |  10k|8877 |9961 |1053 |1007 | 457 | 1.530000e+02 |      --      |    Inf 
572.89/573.10	c   573s|   500 |   187 |737814 |1420.2 |  94M|  68 | 548 |8877 |  10k|8877 |9961 |1053 |1181 | 497 | 1.530000e+02 |      --      |    Inf 
602.89/603.01	c   603s|   600 |   243 |782343 |1257.5 |  95M|  68 |   - |8877 |  10k|8877 |9961 |1053 |1230 | 497 | 1.530000e+02 |      --      |    Inf 
634.38/634.51	c   635s|   700 |   293 |825755 |1139.7 |  95M|  68 | 666 |8877 |  10k|8877 |9961 |1053 |1320 | 525 | 1.530000e+02 |      --      |    Inf 
667.88/668.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
667.88/668.03	c   668s|   800 |   365 |876982 |1061.2 |  95M|  68 | 516 |8877 |  11k|8877 |9961 |1053 |1378 | 534 | 1.530000e+02 |      --      |    Inf 
699.57/699.73	c   700s|   900 |   425 |918699 | 989.5 |  96M|  68 | 485 |8877 |  11k|8877 |9961 |1053 |1409 | 563 | 1.530000e+02 |      --      |    Inf 
736.06/736.26	c   736s|  1000 |   495 |962883 | 934.7 |  96M|  68 | 565 |8877 |  11k|8877 |9961 |1053 |1451 | 604 | 1.530000e+02 |      --      |    Inf 
769.36/769.58	c   770s|  1100 |   565 |  1006k| 889.0 |  96M|  68 | 495 |8877 |  11k|8877 |9961 |1053 |1506 | 632 | 1.530000e+02 |      --      |    Inf 
796.26/796.44	c   796s|  1200 |   625 |  1033k| 837.9 |  97M|  68 | 517 |8877 |  11k|8877 |9961 |1053 |1555 | 669 | 1.530000e+02 |      --      |    Inf 
818.46/818.62	c   819s|  1300 |   685 |  1062k| 795.3 |  97M|  68 |   - |8877 |  11k|8877 |9961 |1053 |1598 | 686 | 1.530000e+02 |      --      |    Inf 
846.95/847.10	c   847s|  1400 |   737 |  1091k| 759.2 |  97M|  68 | 472 |8877 |  11k|8877 |9961 |1053 |1623 | 717 | 1.530000e+02 |      --      |    Inf 
865.84/866.04	c   866s|  1500 |   774 |  1114k| 724.2 |  98M|  68 | 595 |8877 |  11k|8877 |9961 |1053 |1710 | 730 | 1.530000e+02 |      --      |    Inf 
884.34/884.56	c   885s|  1600 |   832 |  1140k| 694.8 |  98M|  68 | 596 |8877 |  11k|8877 |9961 |1053 |1726 | 743 | 1.530000e+02 |      --      |    Inf 
912.34/912.59	c   913s|  1700 |   910 |  1177k| 676.0 |  98M|  68 | 442 |8877 |  11k|8877 |9961 |1053 |1740 | 769 | 1.530000e+02 |      --      |    Inf 
931.94/932.19	c   932s|  1800 |   990 |  1199k| 650.4 |  99M|  68 | 557 |8877 |  11k|8877 |9961 |1053 |1753 | 807 | 1.530000e+02 |      --      |    Inf 
956.74/957.00	c   957s|  1900 |  1068 |  1225k| 630.3 |  99M|  68 | 607 |8877 |  11k|8877 |9961 |1053 |1762 | 831 | 1.530000e+02 |      --      |    Inf 
969.13/969.30	c   969s|  2000 |  1146 |  1237k| 604.3 |  99M|  68 | 454 |8877 |  11k|8877 |9961 |1053 |1771 | 843 | 1.530000e+02 |      --      |    Inf 
990.72/990.97	c   991s|  2100 |  1230 |  1252k| 582.8 | 100M|  68 | 574 |8877 |  11k|8877 |9961 |1053 |1780 | 878 | 1.530000e+02 |      --      |    Inf 
1012.93/1013.16	c  1013s|  2200 |  1312 |  1274k| 566.5 | 100M|  68 | 622 |8877 |  11k|8877 |9961 |1053 |1791 | 902 | 1.530000e+02 |      --      |    Inf 
1033.12/1033.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1033.12/1033.37	c  1033s|  2300 |  1391 |  1291k| 549.2 | 100M|  68 | 480 |8877 |  11k|8877 |9961 |1053 |1804 | 925 | 1.530000e+02 |      --      |    Inf 
1050.32/1050.52	c  1051s|  2400 |  1467 |  1308k| 533.1 | 101M|  68 | 610 |8877 |  11k|8877 |9961 |1053 |1825 | 947 | 1.530000e+02 |      --      |    Inf 
1065.11/1065.38	c  1065s|  2500 |  1551 |  1319k| 516.5 | 101M|  68 |   - |8877 |  11k|8877 |9961 |1053 |1841 | 970 | 1.530000e+02 |      --      |    Inf 
1079.31/1079.53	c  1080s|  2600 |  1622 |  1331k| 501.0 | 102M|  68 | 591 |8877 |  11k|8877 |9961 |1053 |1887 | 992 | 1.530000e+02 |      --      |    Inf 
1109.81/1110.05	c  1110s|  2700 |  1718 |  1382k| 501.6 | 102M|  68 | 593 |8877 |  11k|8877 |9961 |1053 |1901 |1016 | 1.530000e+02 |      --      |    Inf 
1152.00/1152.21	c  1152s|  2800 |  1806 |  1450k| 507.8 | 102M|  68 | 636 |8877 |  11k|8877 |9961 |1053 |1918 |1054 | 1.530000e+02 |      --      |    Inf 
1174.99/1175.27	c  1175s|  2900 |  1890 |  1479k| 500.4 | 103M|  68 | 700 |8877 |  11k|8877 |9961 |1053 |1926 |1077 | 1.530000e+02 |      --      |    Inf 
1202.99/1203.28	c  1203s|  3000 |  1990 |  1507k| 493.1 | 103M|  68 | 612 |8877 |  11k|8877 |9961 |1053 |1926 |1122 | 1.530000e+02 |      --      |    Inf 
1217.89/1218.12	c  1218s|  3100 |  2082 |  1520k| 481.4 | 104M|  68 | 585 |8877 |  11k|8877 |9961 |1053 |1930 |1144 | 1.530000e+02 |      --      |    Inf 
1234.39/1234.68	c  1235s|  3200 |  2174 |  1528k| 468.8 | 104M|  68 |   - |8877 |  11k|8877 |9961 |1053 |1934 |1177 | 1.530000e+02 |      --      |    Inf 
1260.99/1261.20	c  1261s|  3300 |  2272 |  1551k| 461.4 | 105M|  68 | 603 |8877 |  11k|8877 |9961 |1053 |1939 |1210 | 1.530000e+02 |      --      |    Inf 
1278.99/1279.27	c  1279s|  3400 |  2366 |  1573k| 454.4 | 105M|  68 | 558 |8877 |  11k|8877 |9961 |1053 |1946 |1221 | 1.530000e+02 |      --      |    Inf 
1308.78/1309.09	c  1309s|  3500 |  2452 |  1602k| 449.8 | 105M|  68 | 673 |8877 |  11k|8877 |9961 |1053 |1962 |1265 | 1.530000e+02 |      --      |    Inf 
1333.28/1333.52	c  1334s|  3600 |  2534 |  1621k| 442.6 | 106M|  68 | 627 |8877 |  11k|8877 |9961 |1053 |1970 |1321 | 1.530000e+02 |      --      |    Inf 
1351.58/1351.83	c  1352s|  3700 |  2620 |  1641k| 435.8 | 106M|  68 | 903 |8877 |  11k|8877 |9961 |1053 |1980 |1353 | 1.530000e+02 |      --      |    Inf 
1376.27/1376.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1376.27/1376.56	c  1377s|  3800 |  2716 |  1660k| 429.4 | 107M|  68 | 619 |8877 |  11k|8877 |9961 |1053 |1985 |1396 | 1.530000e+02 |      --      |    Inf 
1404.56/1404.81	c  1405s|  3900 |  2804 |  1690k| 426.1 | 107M|  68 | 626 |8877 |  11k|8877 |9961 |1053 |1995 |1440 | 1.530000e+02 |      --      |    Inf 
1426.06/1426.32	c  1426s|  4000 |  2896 |  1708k| 419.9 | 107M|  68 | 655 |8877 |  11k|8877 |9961 |1053 |2000 |1481 | 1.530000e+02 |      --      |    Inf 
1442.76/1443.03	c  1443s|  4100 |  2963 |  1721k| 412.9 | 108M|  68 |   - |8877 |  11k|8877 |9961 |1053 |2024 |1503 | 1.530000e+02 |      --      |    Inf 
1461.26/1461.51	c  1462s|  4200 |  3027 |  1738k| 407.0 | 108M|  68 | 693 |8877 |  11k|8877 |9961 |1053 |2071 |1545 | 1.530000e+02 |      --      |    Inf 
1488.75/1489.04	c  1489s|  4300 |  3093 |  1763k| 403.4 | 108M|  68 | 624 |8877 |  11k|8877 |9961 |1053 |2100 |1604 | 1.530000e+02 |      --      |    Inf 
1534.75/1535.03	c  1535s|  4400 |  3181 |  1840k| 411.8 | 109M|  68 | 616 |8877 |  11k|8877 |9961 |1053 |2147 |1636 | 1.530000e+02 |      --      |    Inf 
1555.15/1555.43	c  1555s|  4500 |  3269 |  1859k| 406.8 | 109M|  68 | 691 |8877 |  11k|8877 |9961 |1053 |2161 |1686 | 1.530000e+02 |      --      |    Inf 
1582.55/1582.88	c  1583s|  4600 |  3357 |  1889k| 404.5 | 110M|  68 | 563 |8877 |  11k|8877 |9961 |1053 |2171 |1732 | 1.530000e+02 |      --      |    Inf 
1601.43/1601.78	c  1602s|  4700 |  3431 |  1905k| 399.3 | 110M|  68 | 670 |8877 |  11k|8877 |9961 |1053 |2197 |1762 | 1.530000e+02 |      --      |    Inf 
1624.33/1624.66	c  1625s|  4800 |  3505 |  1932k| 396.7 | 110M|  68 | 574 |8877 |  11k|8877 |9961 |1053 |2228 |1817 | 1.530000e+02 |      --      |    Inf 
1652.43/1652.71	c  1653s|  4900 |  3575 |  1955k| 393.3 | 111M|  68 | 521 |8877 |  11k|8877 |9961 |1053 |2253 |1888 | 1.530000e+02 |      --      |    Inf 
1671.42/1671.71	c  1672s|  5000 |  3659 |  1969k| 388.1 | 111M|  68 | 648 |8877 |  11k|8877 |9961 |1053 |2264 |1925 | 1.530000e+02 |      --      |    Inf 
1684.32/1684.60	c  1685s|  5100 |  3751 |  1982k| 383.0 | 112M|  68 | 668 |8877 |  11k|8877 |9961 |1053 |2268 |1955 | 1.530000e+02 |      --      |    Inf 
1705.22/1705.54	c  1706s|  5200 |  3833 |  2000k| 379.3 | 112M|  68 | 801 |8877 |  11k|8877 |9961 |1053 |2298 |2005 | 1.530000e+02 |      --      |    Inf 
1722.81/1723.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1722.81/1723.13	c  1723s|  5300 |  3907 |  2020k| 375.8 | 112M|  68 | 733 |8877 |  11k|8877 |9961 |1053 |2384 |2027 | 1.530000e+02 |      --      |    Inf 
1735.42/1735.72	c  1736s|  5400 |  3959 |  2031k| 370.9 | 113M|  68 |   - |8877 |  11k|8877 |9961 |1053 |2459 |2056 | 1.530000e+02 |      --      |    Inf 
1754.91/1755.28	c  1755s|  5500 |  4017 |  2042k| 366.1 | 113M|  70 | 632 |8877 |  11k|8877 |9961 |1053 |2502 |2120 | 1.530000e+02 |      --      |    Inf 
1782.11/1782.48	c  1782s|  5600 |  4105 |  2071k| 364.8 | 114M|  70 | 724 |8877 |  11k|8877 |9961 |1053 |2523 |2184 | 1.530000e+02 |      --      |    Inf 
1796.70/1797.05	c 
1796.70/1797.05	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.05	c Solving Time (sec) : 1797.05
1796.70/1797.05	c Solving Nodes      : 5653
1796.70/1797.05	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.70/1797.05	c Dual Bound         : +1.53000000000000e+02
1796.70/1797.05	c Gap                : infinite
1796.70/1797.05	s UNKNOWN
1796.70/1797.05	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.05	c Total Time         :    1797.05
1796.70/1797.05	c   solving          :    1797.05
1796.70/1797.05	c   presolving       :       0.67 (included in solving)
1796.70/1797.05	c   reading          :       0.22 (included in solving)
1796.70/1797.05	c   copying          :       0.07 (1 #copies) (minimal 0.07, maximal 0.07, average 0.07)
1796.70/1797.05	c Original Problem   :
1796.70/1797.05	c   Problem name     : HOME/instance-3693313-1338034414.opb
1796.70/1797.05	c   Variables        : 8878 (8878 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.05	c   Constraints      : 17460 initial, 17460 maximal
1796.70/1797.05	c   Objective sense  : minimize
1796.70/1797.05	c Presolved Problem  :
1796.70/1797.05	c   Problem name     : t_HOME/instance-3693313-1338034414.opb
1796.70/1797.05	c   Variables        : 8877 (8877 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.05	c   Constraints      : 9666 initial, 11966 maximal
1796.70/1797.05	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.05	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.05	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.05	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.05	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.05	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.05	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.05	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.05	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.05	c   components       :       0.03       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.05	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.05	c   probing          :       0.03       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.05	c   knapsack         :       0.06       0.00          0          0          0          0          0          0         11        161       1185
1796.70/1797.05	c   setppc           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.05	c   linear           :       0.36       0.00          1          0          0          1          0       7805          0        152       1289
1796.70/1797.05	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.05	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.70/1797.05	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.05	c   integral         :          0          0          0          0       5037          0          4          0          0        421          0          0       9836
1796.70/1797.05	c   knapsack         :       1851       1851          6      26627          0          1          3       2875         68      16868       1203          0          0
1796.70/1797.05	c   setppc           :         11         11          6      23208          0          1          0        255          0         42          0          0          0
1796.70/1797.05	c   linear           :       7804       7804          6      26559          0          0          0       1168        100      39542          0          0          0
1796.70/1797.05	c   logicor          :          0+      2300          6       7008          0          0          0       1471         18       4009          0          0          0
1796.70/1797.05	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1796.70/1797.05	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.70/1797.05	c   integral         :     639.80       0.00       0.00       0.00     639.79       0.00       0.00       0.00
1796.70/1797.05	c   knapsack         :       3.92       0.00       0.08       3.83       0.00       0.00       0.00       0.00
1796.70/1797.05	c   setppc           :       0.03       0.00       0.00       0.03       0.00       0.00       0.00       0.00
1796.70/1797.05	c   linear           :       7.88       0.00       0.01       7.87       0.00       0.00       0.00       0.00
1796.70/1797.05	c   logicor          :       0.25       0.00       0.00       0.25       0.00       0.00       0.00       0.00
1796.70/1797.05	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.05	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.70/1797.05	c   rootredcost      :          0          0          0          0
1796.70/1797.05	c   pseudoobj        :      31564          0          0          0
1796.70/1797.05	c   vbounds          :          0          0          0          0
1796.70/1797.05	c   redcost          :       5056          0          0         13
1796.70/1797.05	c   probing          :          0          0          0          0
1796.70/1797.05	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.70/1797.05	c   rootredcost      :       0.03       0.00       0.00       0.03       0.00
1796.70/1797.05	c   pseudoobj        :       0.07       0.00       0.00       0.07       0.00
1796.70/1797.05	c   vbounds          :       0.03       0.00       0.00       0.03       0.00
1796.70/1797.05	c   redcost          :       0.85       0.00       0.00       0.85       0.00
1796.70/1797.05	c   probing          :       0.03       0.00       0.03       0.00       0.00
1796.70/1797.05	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.05	c   propagation      :       0.01        186        186        811       19.6          7       10.1          -
1796.70/1797.05	c   infeasible LP    :       1.69       1726       1726       2479       11.8         59       13.3          0
1796.70/1797.05	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.05	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.05	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.05	c   applied globally :          -          -          -       2538       12.6          -          -          -
1796.70/1797.05	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.70/1797.05	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.05	c   cut pool         :       0.00                     5          -          -       1036          -    (maximal pool size: 4241)
1796.70/1797.05	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.70/1797.05	c   impliedbounds    :       0.00       0.00          6          0          0         25          0
1796.70/1797.05	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.70/1797.05	c   gomory           :       4.17       0.00          6          0          0        118          0
1796.70/1797.05	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.70/1797.05	c   strongcg         :       4.05       0.00          6          0          0        181          0
1796.70/1797.05	c   cmir             :       2.36       0.00          6          0          0       3000          0
1796.70/1797.05	c   flowcover        :       1.61       0.00          6          0          0       1200          0
1796.70/1797.05	c   clique           :       0.02       0.00          6          0          0          0          0
1796.70/1797.05	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.70/1797.05	c   mcf              :       0.00       0.00          1          0          0          0          0
1796.70/1797.05	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.70/1797.05	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.70/1797.05	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.70/1797.05	c   problem variables:       0.00          -          0          0
1796.70/1797.05	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.05	c   relpscost        :     639.78       0.00       5037          0        421          0          0       9836
1796.70/1797.05	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.05	c   inference        :       0.00       0.00          1          0          0          0          0          2
1796.70/1797.05	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.05	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.05	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.05	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.05	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.05	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.70/1797.05	c   LP solutions     :       0.00          -          -          0
1796.70/1797.05	c   pseudo solutions :       0.00          -          -          0
1796.70/1797.05	c   oneopt           :       0.01       0.00          0          0
1796.70/1797.05	c   crossover        :       0.01       0.00          0          0
1796.70/1797.05	c   fracdiving       :      86.40       0.00          5          0
1796.70/1797.05	c   veclendiving     :      39.05       0.00         28          0
1796.70/1797.05	c   objpscostdiving  :      23.56       0.00         15          0
1796.70/1797.05	c   smallcard        :       0.00       0.00          0          0
1796.70/1797.05	c   trivial          :       0.01       0.00          2          0
1796.70/1797.05	c   shiftandpropagate:       1.06       0.00          1          0
1796.70/1797.05	c   simplerounding   :       0.01       0.00          0          0
1796.70/1797.05	c   zirounding       :       1.65       0.00       1000          0
1796.70/1797.05	c   rounding         :       2.88       0.00        946          0
1796.70/1797.05	c   shifting         :      10.74       0.00        281          0
1796.70/1797.05	c   intshifting      :       0.00       0.00          0          0
1796.70/1797.05	c   twoopt           :       0.00       0.00          0          0
1796.70/1797.05	c   indoneopt        :       0.01       0.00          0          0
1796.70/1797.05	c   indtwoopt        :       0.00       0.00          0          0
1796.70/1797.05	c   fixandinfer      :       0.00       0.00          0          0
1796.70/1797.05	c   feaspump         :      25.63       0.00         16          0
1796.70/1797.05	c   clique           :       0.00       0.00          0          0
1796.70/1797.05	c   indcoefdiving    :       0.00       0.00          0          0
1796.70/1797.05	c   indrounding      :       0.00       0.00          0          0
1796.70/1797.05	c   coefdiving       :      94.81       0.00          4          0
1796.70/1797.05	c   pscostdiving     :      43.73       0.00         18          0
1796.70/1797.05	c   nlpdiving        :       0.00       0.00          0          0
1796.70/1797.05	c   intdiving        :       0.00       0.00          0          0
1796.70/1797.05	c   actconsdiving    :       0.00       0.00          0          0
1796.70/1797.05	c   rootsoldiving    :      13.82       0.00          7          0
1796.70/1797.05	c   linesearchdiving :      65.36       0.00         59          0
1796.70/1797.05	c   guideddiving     :       0.00       0.00          0          0
1796.70/1797.05	c   octane           :       0.00       0.00          0          0
1796.70/1797.05	c   rens             :       0.28       0.00          1          0
1796.70/1797.05	c   rins             :       0.00       0.00          0          0
1796.70/1797.05	c   localbranching   :       0.00       0.00          0          0
1796.70/1797.05	c   mutation         :       0.00       0.00          0          0
1796.70/1797.05	c   dins             :       0.00       0.00          0          0
1796.70/1797.05	c   vbounds          :       0.00       0.00          0          0
1796.70/1797.05	c   undercover       :       0.00       0.00          0          0
1796.70/1797.05	c   subnlp           :       0.01       0.00          0          0
1796.70/1797.05	c   trysol           :       0.01       0.00          0          0
1796.70/1797.05	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.70/1797.05	c   primal LP        :       0.09          1          0       0.00       0.00       0.09          1
1796.70/1797.05	c   dual LP          :     712.37       5784    1294354     230.31    1816.97       2.79        164
1796.70/1797.05	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.05	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.70/1797.05	c   diving/probing LP:     374.11       4247     802553     188.97    2145.22
1796.70/1797.05	c   strong branching :     638.74       2205     821335     372.49    1285.87
1796.70/1797.05	c     (at root node) :          -         73      69251     948.64          -
1796.70/1797.05	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.05	c B&B Tree           :
1796.70/1797.05	c   number of runs   :          1
1796.70/1797.05	c   nodes            :       5653
1796.70/1797.05	c   nodes (total)    :       5653
1796.70/1797.05	c   nodes left       :       4154
1796.70/1797.05	c   max depth        :         70
1796.70/1797.05	c   max depth (total):         70
1796.70/1797.05	c   backtracks       :        732 (12.9%)
1796.70/1797.05	c   delayed cutoffs  :         32
1796.70/1797.05	c   repropagations   :       3738 (4972 domain reductions, 8 cutoffs)
1796.70/1797.05	c   avg switch length:       3.85
1796.70/1797.05	c   switching time   :       3.58
1796.70/1797.05	c Solution           :
1796.70/1797.05	c   Solutions found  :          0 (0 improvements)
1796.70/1797.05	c   Primal Bound     :          -
1796.70/1797.05	c   Dual Bound       : +1.53000000000000e+02
1796.70/1797.05	c   Gap              :   infinite
1796.70/1797.05	c   Root Dual Bound  : +1.53000000000000e+02
1796.70/1797.05	c   Root Iterations  :      29118
1796.80/1797.18	c Time complete: 1796.88.

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8057
/proc/meminfo: memFree=28815036/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=9824 CPUtime=0 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 1223 0 0 0 0 0 0 0 20 0 1 0 269566209 10059776 1177 33554432000 4194304 10169799 140737406179264 140733780467560 9174538 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 2492 1181 412 1459 0 1024 0

[startup+0.00749203 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8057
/proc/meminfo: memFree=28815036/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=10100 CPUtime=0 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 1274 0 0 0 0 0 0 0 20 0 1 0 269566209 10342400 1228 33554432000 4194304 10169799 140737406179264 140733780467560 7543003 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 2525 1230 412 1459 0 1057 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10100

[startup+0.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8057
/proc/meminfo: memFree=28815036/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=21396 CPUtime=0.09 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 4105 0 0 0 9 0 0 0 20 0 1 0 269566209 21909504 4059 33554432000 4194304 10169799 140737406179264 140733780467560 7169611 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 5349 4059 412 1459 0 3881 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21396

[startup+0.300283 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8057
/proc/meminfo: memFree=28815036/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=82120 CPUtime=0.28 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 18961 0 0 0 26 2 0 0 20 0 1 0 269566209 84090880 18908 33554432000 4194304 10169799 140737406179264 140733780467560 8883659 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 20530 18908 500 1459 0 19062 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 82120

[startup+0.700278 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8057
/proc/meminfo: memFree=28815036/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=169832 CPUtime=0.69 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 43902 0 0 0 57 12 0 0 20 0 1 0 269566209 173907968 39364 33554432000 4194304 10169799 140737406179264 140737406177416 7547404 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 42458 39364 561 1459 0 40990 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 169832

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8058
/proc/meminfo: memFree=28640720/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=213912 CPUtime=1.49 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 55086 0 0 0 122 27 0 0 20 0 1 0 269566209 219045888 49157 33554432000 4194304 10169799 140737406179264 140737406177416 8961143 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 53478 49157 688 1459 0 52010 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 213912

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8058
/proc/meminfo: memFree=28593460/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=237568 CPUtime=3.08 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 59218 0 0 0 274 34 0 0 20 0 1 0 269566209 243269632 56259 33554432000 4194304 10169799 140737406179264 140737406171576 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 59392 56259 789 1459 0 57924 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 237568

[startup+6.3003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8058
/proc/meminfo: memFree=28590352/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=249228 CPUtime=6.28 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 61312 0 0 0 590 38 0 0 20 0 1 0 269566209 255209472 59108 33554432000 4194304 10169799 140737406179264 140737406172504 8030352 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 62307 59108 817 1459 0 60839 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 249228

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8058
/proc/meminfo: memFree=28557988/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=275696 CPUtime=12.68 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 63622 0 0 0 1224 44 0 0 20 0 1 0 269566209 282312704 65506 33554432000 4194304 10169799 140737406179264 140737406173672 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 68924 65506 817 1459 0 67456 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 275696

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8058
/proc/meminfo: memFree=28534176/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=291704 CPUtime=25.49 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 65302 0 0 0 2496 53 0 0 20 0 1 0 269566209 298704896 69230 33554432000 4194304 10169799 140737406179264 140737406172936 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 72926 69230 817 1459 0 71458 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 291704

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8058
/proc/meminfo: memFree=28518980/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=304888 CPUtime=51.08 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 88748 0 0 0 5045 63 0 0 20 0 1 0 269566209 312205312 71971 33554432000 4194304 10169799 140737406179264 140737406173128 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 76222 71971 856 1459 0 74754 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 304888

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8058
/proc/meminfo: memFree=28505144/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=304536 CPUtime=102.28 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 116859 0 0 0 10151 77 0 0 20 0 1 0 269566209 311844864 71986 33554432000 4194304 10169799 140737406179264 140737406173864 8030352 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 76134 71986 856 1459 0 74666 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 304536

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8058
/proc/meminfo: memFree=28502232/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=297296 CPUtime=162.27 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 121322 0 0 0 16136 91 0 0 20 0 1 0 269566209 304431104 70217 33554432000 4194304 10169799 140737406179264 140737406173128 8030352 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 74324 70217 857 1459 0 72856 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 297296

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8058
/proc/meminfo: memFree=28487864/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=298260 CPUtime=222.25 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 121593 0 0 0 22121 104 0 0 20 0 1 0 269566209 305418240 70689 33554432000 4194304 10169799 140737406179264 140737406173512 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 74565 70689 858 1459 0 73097 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 298260

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8059
/proc/meminfo: memFree=28475156/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=298260 CPUtime=282.23 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 121599 0 0 0 28099 124 0 0 20 0 1 0 269566209 305418240 71115 33554432000 4194304 10169799 140737406179264 140737406173672 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 74565 71115 858 1459 0 73097 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 298260

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8059
/proc/meminfo: memFree=28458512/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=298260 CPUtime=342.23 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 121599 0 0 0 34070 153 0 0 20 0 1 0 269566209 305418240 72554 33554432000 4194304 10169799 140737406179264 140737406173544 8030352 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 74565 72554 858 1459 0 73097 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 298260

[startup+402.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 8062
/proc/meminfo: memFree=28441556/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=303228 CPUtime=402.22 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 124548 0 0 0 40051 171 0 0 20 0 1 0 269566209 310505472 73274 33554432000 4194304 10169799 140737406179264 140737406172936 8030352 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 75807 73274 858 1459 0 74339 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 303228

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 8062
/proc/meminfo: memFree=28428420/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=303680 CPUtime=462.21 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 125183 0 0 0 46038 183 0 0 20 0 1 0 269566209 310968320 73908 33554432000 4194304 10169799 140737406179264 140737406172936 8030352 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 75920 73908 858 1459 0 74452 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 303680

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8062
/proc/meminfo: memFree=28413228/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=302968 CPUtime=522.2 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 127751 0 0 0 52023 197 0 0 20 0 1 0 269566209 310239232 73677 33554432000 4194304 10169799 140737406179264 140737406172600 8030352 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 75742 73677 858 1459 0 74274 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 302968

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8100
/proc/meminfo: memFree=28633696/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=302968 CPUtime=582.19 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 127751 0 0 0 58005 214 0 0 20 0 1 0 269566209 310239232 73677 33554432000 4194304 10169799 140737406179264 140737406173400 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 75742 73677 858 1459 0 74274 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 302968

[startup+642.3 s]

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

/proc/meminfo: memFree=28556384/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=301020 CPUtime=1062.11 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 141718 0 0 0 105887 324 0 0 20 0 1 0 269566209 308244480 73230 33554432000 4194304 10169799 140737406179264 140737406172936 8030352 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 75255 73230 861 1459 0 73787 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 301020

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8257
/proc/meminfo: memFree=28551856/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=305708 CPUtime=1122.11 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 142394 0 0 0 111876 335 0 0 20 0 1 0 269566209 313044992 74417 33554432000 4194304 10169799 140737406179264 140737406172936 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 76427 74417 861 1459 0 74959 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 305708

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8257
/proc/meminfo: memFree=28555200/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=301884 CPUtime=1182.09 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 145284 0 0 0 117861 348 0 0 20 0 1 0 269566209 309129216 73447 33554432000 4194304 10169799 140737406179264 140737406173672 8030352 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 75471 73447 861 1459 0 74003 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 301884

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8258
/proc/meminfo: memFree=28543052/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=307832 CPUtime=1242.08 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 146787 0 0 0 123849 359 0 0 20 0 1 0 269566209 315219968 74950 33554432000 4194304 10169799 140737406179264 140737406173640 8030352 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 76958 74950 861 1459 0 75490 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 307832

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8260
/proc/meminfo: memFree=28540164/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=308012 CPUtime=1302.09 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 161288 0 0 0 129833 376 0 0 20 0 1 0 269566209 315404288 74451 33554432000 4194304 10169799 140737406179264 140737406173544 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 77003 74451 861 1459 0 75535 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 308012

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8260
/proc/meminfo: memFree=28537072/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=308012 CPUtime=1362.07 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 161422 0 0 0 135820 387 0 0 20 0 1 0 269566209 315404288 74585 33554432000 4194304 10169799 140737406179264 140737406172936 8030352 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 77003 74585 861 1459 0 75535 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 308012

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8260
/proc/meminfo: memFree=28536452/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=308012 CPUtime=1422.07 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 161580 0 0 0 141808 399 0 0 20 0 1 0 269566209 315404288 74743 33554432000 4194304 10169799 140737406179264 140737406173592 8030352 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 77003 74743 861 1459 0 75535 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 308012

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8260
/proc/meminfo: memFree=28544252/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=303416 CPUtime=1482.05 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 163507 0 0 0 147794 411 0 0 20 0 1 0 269566209 310697984 73830 33554432000 4194304 10169799 140737406179264 140737406172936 8043980 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 75854 73830 861 1459 0 74386 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 303416

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8261
/proc/meminfo: memFree=28535884/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=308456 CPUtime=1542.04 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 168345 0 0 0 153778 426 0 0 20 0 1 0 269566209 315858944 75103 33554432000 4194304 10169799 140737406179264 140737406172936 8030352 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 77114 75103 861 1459 0 75646 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 308456

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8264
/proc/meminfo: memFree=28536728/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=312136 CPUtime=1602.03 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 169252 0 0 0 159763 440 0 0 20 0 1 0 269566209 319627264 76008 33554432000 4194304 10169799 140737406179264 140737406173032 8030352 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 78034 76008 861 1459 0 76566 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 312136

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8264
/proc/meminfo: memFree=28525944/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=314352 CPUtime=1662.02 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 169786 0 0 0 165749 453 0 0 20 0 1 0 269566209 321896448 76542 33554432000 4194304 10169799 140737406179264 140737406173400 8030352 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 78588 76542 861 1459 0 77120 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 314352

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8264
/proc/meminfo: memFree=28528052/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=314672 CPUtime=1722.02 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 169884 0 0 0 171738 464 0 0 20 0 1 0 269566209 322224128 76640 33554432000 4194304 10169799 140737406179264 140737406173128 8030352 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 78668 76640 861 1459 0 77200 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 314672

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8264
/proc/meminfo: memFree=28518560/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=321216 CPUtime=1782.01 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 171009 0 0 0 177727 474 0 0 20 0 1 0 269566209 328925184 78276 33554432000 4194304 10169799 140737406179264 140737406173592 8030352 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 80304 78276 861 1459 0 78836 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 321216

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8264
/proc/meminfo: memFree=28518684/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=321216 CPUtime=1785.21 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 171009 0 0 0 178045 476 0 0 20 0 1 0 269566209 328925184 78276 33554432000 4194304 10169799 140737406179264 140737406173672 8030352 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 80304 78276 861 1459 0 78836 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 321216

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8264
/proc/meminfo: memFree=28516568/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=321216 CPUtime=1791.61 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 171009 0 0 0 178683 478 0 0 20 0 1 0 269566209 328925184 78276 33554432000 4194304 10169799 140737406179264 140737406172936 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 80304 78276 861 1459 0 78836 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 321216

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8264
/proc/meminfo: memFree=28517376/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=321216 CPUtime=1794.81 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 171009 0 0 0 179002 479 0 0 20 0 1 0 269566209 328925184 78276 33554432000 4194304 10169799 140737406179264 140737406172936 7932296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 80304 78276 861 1459 0 78836 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 321216

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8264
/proc/meminfo: memFree=28517376/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=321216 CPUtime=1795.6 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 171009 0 0 0 179081 479 0 0 20 0 1 0 269566209 328925184 78276 33554432000 4194304 10169799 140737406179264 140737406173544 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 80304 78276 861 1459 0 78836 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 321216

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8264
/proc/meminfo: memFree=28520972/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=321216 CPUtime=1796.4 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 171009 0 0 0 179161 479 0 0 20 0 1 0 269566209 328925184 78276 33554432000 4194304 10169799 140737406179264 140737406173544 8030352 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 80304 78276 861 1459 0 78836 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 321216

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8264
/proc/meminfo: memFree=28520972/32873844 swapFree=7364/7364
[pid=8057] ppid=8055 vsize=318780 CPUtime=1796.8 cores=0,2,4,6
/proc/8057/stat : 8057 (scip-2.1.1.4sfi) R 8055 8057 4481 0 -1 4202496 171012 0 0 0 179201 479 0 0 20 0 1 0 269566209 326430720 77670 33554432000 4194304 10169799 140737406179264 140737406173544 4950443 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8057/statm: 79695 77670 864 1459 0 78227 0
Current children cumulated CPU time (s) 1796.8
Current children cumulated vsize (KiB) 318780

Child status: 0
Real time (s): 1797.18
CPU time (s): 1796.89
CPU user time (s): 1792.09
CPU system time (s): 4.80827
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 374488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.09
system time used= 4.80827
maximum resident set size= 355824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171014
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= 20
involuntary context switches= 1922

runsolver used 3.43148 second user time and 9.2346 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-26 14:13:34
IDJOB=3693313
IDBENCH=2949
IDSOLVER=2272
FILE ID=node133/3693313-1338034414
RUNJOBID= node133-1338017258-5021
PBS_JOBID= 14624264
Free space on /tmp= 71600 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard 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.4sfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3693313-1338034414/watcher-3693313-1338034414 -o /tmp/evaluation-result-3693313-1338034414/solver-3693313-1338034414 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693313-1338034414.opb -t 1800 -m 15500

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

MD5SUM BENCH= 92a7a1679de6bb1b52854275d5fc6396
RANDOM SEED=1354958490

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.540
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:        28815748 kB
Buffers:          256716 kB
Cached:          2744388 kB
SwapCached:            0 kB
Active:           772732 kB
Inactive:        2511952 kB
Active(anon):     285936 kB
Inactive(anon):        0 kB
Active(file):     486796 kB
Inactive(file):  2511952 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             18292 kB
Writeback:             0 kB
AnonPages:        290372 kB
Mapped:            17780 kB
Shmem:               212 kB
Slab:             634784 kB
SReclaimable:      77052 kB
SUnreclaim:       557732 kB
KernelStack:        1488 kB
PageTables:         4768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     400100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 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= 71584 MiB
End job on node133 at 2012-05-26 14:43:31