Trace number 3692146

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed? 1796.9 1797.18

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_17.opb
MD5SUM25ee8feec785b6a4be71df8acc9d82db
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark256
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 263
Optimality of the best value was proved NO
Number of variables7081
Total number of constraints13889
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 constraints13888
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 136
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 391
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 2647
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: 947bdb7-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-3692146-1338034909.opb>
0.09/0.18	c original problem has 7081 variables (7081 bin, 0 int, 0 impl, 0 cont) and 13889 constraints
0.09/0.18	c problem read in 0.18
0.29/0.31	c presolving:
0.39/0.46	c (round 1) 1 del vars, 1 del conss, 0 add conss, 1 chg bounds, 28 chg sides, 869 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.48/0.54	c (round 2) 1 del vars, 6214 del conss, 0 add conss, 1 chg bounds, 28 chg sides, 869 chg coeffs, 739 upgd conss, 0 impls, 0 clqs
0.59/0.63	c (round 3) 1 del vars, 6214 del conss, 9 add conss, 1 chg bounds, 45 chg sides, 907 chg coeffs, 1462 upgd conss, 946 impls, 4 clqs
0.59/0.67	c (round 4) 1 del vars, 6214 del conss, 9 add conss, 1 chg bounds, 50 chg sides, 1378 chg coeffs, 1462 upgd conss, 946 impls, 4 clqs
0.68/0.72	c    (0.7s) probing: 51/7080 (0.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.68/0.72	c    (0.7s) probing aborted: 50/50 successive totally useless probings
0.68/0.75	c presolving (5 rounds):
0.68/0.75	c  1 deleted vars, 6214 deleted constraints, 9 added constraints, 1 tightened bounds, 0 added holes, 50 changed sides, 1378 changed coefficients
0.68/0.75	c  946 implications, 4 cliques
0.68/0.75	c presolved problem has 7080 variables (7080 bin, 0 int, 0 impl, 0 cont) and 7684 constraints
0.68/0.75	c    1462 constraints of type <knapsack>
0.68/0.75	c       9 constraints of type <setppc>
0.68/0.75	c    6213 constraints of type <linear>
0.68/0.75	c transformed objective value is always integral (scale: 1)
0.68/0.75	c Presolving Time: 0.45
0.68/0.75	c - non default parameters ----------------------------------------------------------------------
0.68/0.75	c # SCIP version 2.1.1.4
0.68/0.75	c 
0.68/0.75	c # maximal time in seconds to run
0.68/0.75	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.68/0.75	c limits/time = 1797
0.68/0.75	c 
0.68/0.75	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.68/0.75	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.68/0.75	c limits/memory = 13950
0.68/0.75	c 
0.68/0.75	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.68/0.75	c # [type: int, range: [1,2], default: 1]
0.68/0.75	c timing/clocktype = 2
0.68/0.75	c 
0.68/0.75	c # belongs reading time to solving time?
0.68/0.75	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.68/0.75	c timing/reading = TRUE
0.68/0.75	c 
0.68/0.75	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.68/0.75	c # [type: int, range: [-1,2147483647], default: -1]
0.68/0.75	c separating/rapidlearning/freq = 0
0.68/0.75	c 
0.68/0.75	c -----------------------------------------------------------------------------------------------
0.68/0.75	c start solving
0.68/0.75	c 
1.69/1.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.69/1.71	c   1.7s|     1 |     0 |   172 |     - |  68M|   0 | 353 |7080 |7703 |7080 |7684 |   0 |  19 |   0 | 1.360000e+02 |      --      |    Inf 
33.48/33.53	c  33.5s|     1 |     0 |  9943 |     - |  71M|   0 |2229 |7080 |8780 |7080 |7867 | 183 |  19 |   0 | 1.360000e+02 |      --      |    Inf 
36.48/36.58	c  36.6s|     1 |     0 | 15221 |     - |  72M|   0 |3080 |7080 |8780 |7080 |7986 | 302 |  19 |   0 | 1.360000e+02 |      --      |    Inf 
38.58/38.67	c  38.7s|     1 |     0 | 16088 |     - |  72M|   0 |3138 |7080 |8780 |7080 |8160 | 476 |  19 |   0 | 1.360000e+02 |      --      |    Inf 
43.58/43.67	c  43.7s|     1 |     0 | 19664 |     - |  73M|   0 |3289 |7080 |8780 |7080 |8339 | 655 |  19 |   0 | 1.360000e+02 |      --      |    Inf 
47.58/47.62	c  47.6s|     1 |     0 | 21316 |     - |  74M|   0 |3819 |7080 |8780 |7080 |8530 | 846 |  19 |   0 | 1.360000e+02 |      --      |    Inf 
52.97/53.03	c  53.0s|     1 |     0 | 23733 |     - |  75M|   0 |3656 |7080 |8780 |7080 |8715 |1031 |  19 |   0 | 1.360000e+02 |      --      |    Inf 
71.27/71.33	c  71.3s|     1 |     2 | 23733 |     - |  75M|   0 |3656 |7080 |8780 |7080 |8715 |1031 |  19 |  20 | 1.360000e+02 |      --      |    Inf 
325.73/325.84	c   326s|   100 |    95 |425928 |4062.6 |  77M|  27 |1365 |7080 |9715 |7080 |7921 |1031 | 954 | 203 | 1.360000e+02 |      --      |    Inf 
399.52/399.61	c   400s|   200 |   183 |527638 |2532.2 |  77M|  33 |2102 |7080 |9751 |7080 |7921 |1031 | 990 | 296 | 1.360000e+02 |      --      |    Inf 
526.80/526.96	c   527s|   300 |   277 |758374 |2457.0 |  78M|  33 |1375 |7080 |9855 |7080 |7921 |1031 |1094 | 349 | 1.360000e+02 |      --      |    Inf 
567.99/568.14	c   568s|   400 |   350 |827127 |2013.5 |  78M|  36 |1463 |7080 |9956 |7080 |7921 |1031 |1195 | 392 | 1.360000e+02 |      --      |    Inf 
614.99/615.19	c   615s|   500 |   426 |900831 |1757.7 |  79M|  36 |1768 |7080 |9983 |7080 |7921 |1031 |1222 | 462 | 1.360000e+02 |      --      |    Inf 
665.18/665.38	c   665s|   600 |   508 |992975 |1618.1 |  79M|  36 |   - |7080 |  10k|7080 |7921 |1031 |1264 | 526 | 1.360000e+02 |      --      |    Inf 
692.07/692.20	c   692s|   700 |   576 |  1039k|1453.2 |  80M|  54 |1263 |7080 |  10k|7080 |7921 |1031 |1304 | 598 | 1.360000e+02 |      --      |    Inf 
741.27/741.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
741.27/741.48	c   741s|   800 |   615 |  1155k|1416.0 |  81M|  57 |2649 |7080 |  10k|7080 |7921 |1031 |1506 | 623 | 1.360000e+02 |      --      |    Inf 
796.17/796.36	c   796s|   900 |   681 |  1251k|1365.2 |  82M|  57 |2123 |7080 |  10k|7080 |7921 |1031 |1607 | 677 | 1.360000e+02 |      --      |    Inf 
853.64/853.90	c   854s|  1000 |   704 |  1346k|1324.0 |  82M|  57 |   - |7080 |  10k|   0 |   0 |1031 |1741 | 737 | 1.360000e+02 |      --      |    Inf 
975.03/975.29	c   975s|  1100 |   716 |  1563k|1401.2 |  85M|  57 |   - |7080 |  13k|7080 |7921 |1031 |5173 | 785 | 1.360000e+02 |      --      |    Inf 
991.43/991.63	c   992s|  1200 |   762 |  1590k|1306.7 |  85M|  69 |1654 |7080 |  14k|7080 |7921 |1031 |5262 | 810 | 1.360000e+02 |      --      |    Inf 
998.42/998.69	c   999s|  1300 |   793 |  1608k|1219.8 |  86M|  69 |   - |7080 |  14k|7080 |7921 |1031 |5382 | 827 | 1.360000e+02 |      --      |    Inf 
1032.12/1032.38	c  1032s|  1400 |   822 |  1660k|1170.2 |  87M|  69 |1624 |7080 |  14k|7080 |7921 |1031 |5478 | 880 | 1.360000e+02 |      --      |    Inf 
1057.93/1058.12	c  1058s|  1500 |   846 |  1704k|1121.0 |  88M|  69 |1209 |7080 |  14k|7080 |7921 |1031 |5680 | 929 | 1.360000e+02 |      --      |    Inf 
1083.02/1083.26	c  1083s|  1600 |   838 |  1757k|1084.2 |  88M|  72 |   - |7080 |  14k|7080 |7921 |1031 |5905 | 987 | 1.360000e+02 |      --      |    Inf 
1104.61/1104.89	c  1105s|  1700 |   820 |  1813k|1053.5 |  88M|  72 |1774 |7080 |  14k|7080 |7921 |1031 |6062 |1002 | 1.360000e+02 |      --      |    Inf 
1118.31/1118.52	c  1119s|  1800 |   842 |  1841k|1010.2 |  89M|  72 |   - |7080 |  14k|7080 |7921 |1031 |6169 |1059 | 1.360000e+02 |      --      |    Inf 
1167.60/1167.85	c  1168s|  1900 |   881 |  1925k|1001.7 |  89M|  72 |2143 |7080 |  15k|7080 |7921 |1031 |6398 |1100 | 1.360000e+02 |      --      |    Inf 
1177.30/1177.51	c  1178s|  2000 |   909 |  1948k| 962.8 |  89M|  72 |1881 |7080 |  15k|7080 |7921 |1031 |6480 |1125 | 1.360000e+02 |      --      |    Inf 
1199.20/1199.49	c  1199s|  2100 |   942 |  1994k| 939.1 |  90M|  72 |1816 |7080 |  15k|7080 |7921 |1031 |6668 |1224 | 1.360000e+02 |      --      |    Inf 
1225.69/1225.94	c  1226s|  2200 |   981 |  2039k| 916.6 |  91M|  72 |1248 |7080 |  15k|7080 |7921 |1031 |6818 |1254 | 1.360000e+02 |      --      |    Inf 
1246.29/1246.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1246.29/1246.51	c  1247s|  2300 |  1008 |  2075k| 892.3 |  92M|  72 |1508 |7080 |  14k|7080 |7921 |1031 |6981 |1318 | 1.360000e+02 |      --      |    Inf 
1270.79/1271.09	c  1271s|  2400 |  1018 |  2123k| 875.1 |  93M|  72 |1233 |7080 |  14k|7080 |7921 |1031 |7138 |1417 | 1.360000e+02 |      --      |    Inf 
1290.68/1290.90	c  1291s|  2500 |  1062 |  2161k| 855.4 |  93M|  72 |   - |7080 |  13k|7080 |7921 |1031 |7274 |1471 | 1.360000e+02 |      --      |    Inf 
1301.68/1301.97	c  1302s|  2600 |  1084 |  2188k| 832.8 |  94M|  72 | 624 |7080 |  13k|7080 |7921 |1031 |7466 |1516 | 1.360000e+02 |      --      |    Inf 
1331.48/1331.70	c  1332s|  2700 |  1110 |  2254k| 826.5 |  94M|  72 |   - |7080 |  13k|7080 |7921 |1031 |7641 |1601 | 1.360000e+02 |      --      |    Inf 
1348.77/1349.07	c  1349s|  2800 |  1124 |  2288k| 809.0 |  95M|  72 |1948 |7080 |  13k|7080 |7921 |1031 |7881 |1685 | 1.360000e+02 |      --      |    Inf 
1386.07/1386.37	c  1386s|  2900 |  1163 |  2375k| 811.1 |  96M|  72 |1711 |7080 |  13k|7080 |7921 |1031 |8863 |1724 | 1.360000e+02 |      --      |    Inf 
1402.28/1402.52	c  1403s|  3000 |  1177 |  2408k| 795.1 |  96M|  72 |1647 |7080 |  13k|7080 |7921 |1031 |9014 |1836 | 1.360000e+02 |      --      |    Inf 
1424.27/1424.51	c  1425s|  3100 |  1200 |  2448k| 782.5 |  96M|  72 |1833 |7080 |  12k|7080 |7921 |1031 |9148 |1906 | 1.360000e+02 |      --      |    Inf 
1430.86/1431.17	c  1431s|  3200 |  1215 |  2463k| 762.7 |  97M|  72 |1038 |7080 |  12k|7080 |7921 |1031 |9314 |1938 | 1.360000e+02 |      --      |    Inf 
1452.16/1452.47	c  1452s|  3300 |  1228 |  2504k| 752.1 |  97M|  72 |1274 |7080 |  12k|7080 |7921 |1031 |9469 |1989 | 1.360000e+02 |      --      |    Inf 
1469.45/1469.78	c  1470s|  3400 |  1251 |  2545k| 742.0 |  98M|  72 |   - |7080 |  12k|   0 |   0 |1031 |9643 |2032 | 1.360000e+02 |      --      |    Inf 
1487.96/1488.21	c  1488s|  3500 |  1273 |  2591k| 733.8 |  98M|  72 |2177 |7080 |  12k|7080 |7921 |1031 |9798 |2072 | 1.360000e+02 |      --      |    Inf 
1497.05/1497.33	c  1497s|  3600 |  1291 |  2614k| 719.9 |  99M|  87 | 454 |7080 |  12k|7080 |7921 |1031 |9965 |2109 | 1.360000e+02 |      --      |    Inf 
1515.75/1516.04	c  1516s|  3700 |  1278 |  2659k| 712.6 |  98M|  94 |   - |7080 |  12k|7080 |7921 |1031 |  10k|2172 | 1.360000e+02 |      --      |    Inf 
1533.74/1534.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1533.74/1534.05	c  1534s|  3800 |  1294 |  2706k| 706.2 |  99M|  94 |1127 |7080 |  12k|7080 |7921 |1031 |  10k|2241 | 1.360000e+02 |      --      |    Inf 
1544.15/1544.47	c  1544s|  3900 |  1307 |  2728k| 693.8 |  99M|  94 |1528 |7080 |  12k|7080 |7921 |1031 |  10k|2256 | 1.360000e+02 |      --      |    Inf 
1560.14/1560.46	c  1560s|  4000 |  1300 |  2760k| 684.4 |  99M|  94 |   - |7080 |  12k|7080 |7921 |1031 |  10k|2300 | 1.360000e+02 |      --      |    Inf 
1576.54/1576.86	c  1577s|  4100 |  1312 |  2794k| 675.9 |  99M|  94 |   - |7080 |  12k|7080 |7921 |1031 |  11k|2315 | 1.360000e+02 |      --      |    Inf 
1589.24/1589.52	c  1590s|  4200 |  1304 |  2822k| 666.6 |  99M|  94 |2627 |7080 |  11k|7080 |7921 |1031 |  11k|2369 | 1.360000e+02 |      --      |    Inf 
1603.24/1603.57	c  1604s|  4300 |  1289 |  2854k| 658.5 |  98M|  94 |   - |7080 |  11k|7080 |7921 |1031 |  11k|2423 | 1.360000e+02 |      --      |    Inf 
1637.93/1638.20	c  1638s|  4400 |  1293 |  2946k| 664.4 |  98M|  94 |1367 |7080 |  12k|7080 |7921 |1031 |  12k|2483 | 1.360000e+02 |      --      |    Inf 
1647.43/1647.72	c  1648s|  4500 |  1290 |  2969k| 654.8 |  98M|  94 |1148 |7080 |  12k|7080 |7921 |1031 |  12k|2506 | 1.360000e+02 |      --      |    Inf 
1662.62/1662.96	c  1663s|  4600 |  1302 |  3011k| 649.7 |  98M|  94 |   - |7080 |  12k|7080 |7921 |1031 |  12k|2536 | 1.360000e+02 |      --      |    Inf 
1671.53/1671.80	c  1672s|  4700 |  1322 |  3034k| 640.6 |  97M|  94 |1241 |7080 |  12k|7080 |7921 |1031 |  13k|2551 | 1.360000e+02 |      --      |    Inf 
1681.22/1681.58	c  1682s|  4800 |  1330 |  3052k| 631.0 |  98M|  94 |1273 |7080 |  12k|7080 |7921 |1031 |  13k|2631 | 1.360000e+02 |      --      |    Inf 
1694.62/1694.91	c  1695s|  4900 |  1311 |  3083k| 624.6 |  98M|  94 |   - |7080 |  12k|7080 |7921 |1031 |  13k|2674 | 1.360000e+02 |      --      |    Inf 
1704.82/1705.17	c  1705s|  5000 |  1305 |  3107k| 616.8 |  96M|  94 |1481 |7080 |  12k|7080 |7921 |1031 |  13k|2700 | 1.360000e+02 |      --      |    Inf 
1730.22/1730.53	c  1731s|  5100 |  1334 |  3166k| 616.3 |  97M|  94 |   - |7080 |  12k|   0 |   0 |1031 |  13k|2774 | 1.360000e+02 |      --      |    Inf 
1746.01/1746.30	c  1746s|  5200 |  1370 |  3205k| 612.1 |  97M|  94 |1623 |7080 |  12k|7080 |7921 |1031 |  13k|2825 | 1.360000e+02 |      --      |    Inf 
1755.32/1755.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1755.32/1755.68	c  1756s|  5300 |  1382 |  3227k| 604.7 |  98M|  94 |1825 |7080 |  12k|7080 |7921 |1031 |  14k|2850 | 1.360000e+02 |      --      |    Inf 
1768.01/1768.37	c  1768s|  5400 |  1375 |  3256k| 598.8 |  98M|  94 |1979 |7080 |  12k|7080 |7921 |1031 |  14k|2916 | 1.360000e+02 |      --      |    Inf 
1784.41/1784.74	c  1785s|  5500 |  1384 |  3291k| 594.2 |  98M|  94 |   - |7080 |  12k|7080 |7921 |1031 |  14k|2988 | 1.360000e+02 |      --      |    Inf 
1795.61/1795.91	c  1796s|  5600 |  1402 |  3317k| 588.3 |  98M|  94 |2000 |7080 |  12k|7080 |7921 |1031 |  14k|3027 | 1.360000e+02 |      --      |    Inf 
1796.71/1797.01	c 
1796.71/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.01	c Solving Time (sec) : 1797.00
1796.71/1797.01	c Solving Nodes      : 5617
1796.71/1797.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.71/1797.01	c Dual Bound         : +1.36000000000000e+02
1796.71/1797.01	c Gap                : infinite
1796.71/1797.01	s UNKNOWN
1796.71/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.01	c Total Time         :    1797.00
1796.71/1797.01	c   solving          :    1797.00
1796.71/1797.01	c   presolving       :       0.45 (included in solving)
1796.71/1797.01	c   reading          :       0.18 (included in solving)
1796.71/1797.01	c   copying          :       0.12 (2 #copies) (minimal 0.06, maximal 0.06, average 0.06)
1796.71/1797.01	c Original Problem   :
1796.71/1797.01	c   Problem name     : HOME/instance-3692146-1338034909.opb
1796.71/1797.01	c   Variables        : 7081 (7081 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.01	c   Constraints      : 13889 initial, 13889 maximal
1796.71/1797.01	c   Objective sense  : minimize
1796.71/1797.01	c Presolved Problem  :
1796.71/1797.01	c   Problem name     : t_HOME/instance-3692146-1338034909.opb
1796.71/1797.01	c   Variables        : 7080 (7080 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.01	c   Constraints      : 7684 initial, 15236 maximal
1796.71/1797.01	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.71/1797.01	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   components       :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   probing          :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   knapsack         :       0.06       0.00          0          0          0          0          0          0          9         22        509
1796.71/1797.01	c   setppc           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   linear           :       0.30       0.07          1          0          0          1          0       6214          0         28        869
1796.71/1797.01	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.71/1797.01	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.01	c   integral         :          0          0          0          0       4165          0          4          0         39       1315          0          0       7678
1796.71/1797.01	c   knapsack         :       1462       1462          6      42004          0          1          3      53719        247      72675       1090          0          0
1796.71/1797.01	c   setppc           :          9          9          6      12908          0          0          0         20          0          2          0          0          0
1796.71/1797.01	c   linear           :       6213+      7290          7      41757          0          0          0      25187        985    1276458          9          0          0
1796.71/1797.01	c   logicor          :          0+      6476          6      16964          0          0          0      45047        170      12016          0          0          0
1796.71/1797.01	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1796.71/1797.01	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.71/1797.01	c   integral         :     589.19       0.00       0.00       0.00     589.19       0.00       0.00       0.00
1796.71/1797.01	c   knapsack         :       4.90       0.00       0.12       4.69       0.00       0.00       0.00       0.09
1796.71/1797.01	c   setppc           :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00
1796.71/1797.01	c   linear           :      22.26       0.07       0.01      22.11       0.00       0.00       0.00       0.07
1796.71/1797.01	c   logicor          :       1.86       0.00       0.00       1.76       0.00       0.00       0.00       0.10
1796.71/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.71/1797.01	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.71/1797.01	c   rootredcost      :          0          0          0          0
1796.71/1797.01	c   pseudoobj        :      46069          0          0          0
1796.71/1797.01	c   vbounds          :          0          0          0          0
1796.71/1797.01	c   redcost          :       4178          0          0          7
1796.71/1797.01	c   probing          :          0          0          0          0
1796.71/1797.01	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.71/1797.01	c   rootredcost      :       0.05       0.00       0.00       0.05       0.00
1796.71/1797.01	c   pseudoobj        :       0.12       0.00       0.00       0.11       0.00
1796.71/1797.01	c   vbounds          :       0.05       0.00       0.00       0.05       0.00
1796.71/1797.01	c   redcost          :       0.63       0.00       0.00       0.63       0.00
1796.71/1797.01	c   probing          :       0.03       0.00       0.02       0.00       0.00
1796.71/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.71/1797.01	c   propagation      :       0.31       1402       1402      16173       43.2        191       16.5          -
1796.71/1797.01	c   infeasible LP    :       5.81       4313       4313      16827       32.8        329       15.0          0
1796.71/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.71/1797.01	c   applied globally :          -          -          -      14541       25.6          -          -          -
1796.71/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.71/1797.01	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.71/1797.01	c   cut pool         :       0.00                     5          -          -        840          -    (maximal pool size: 4276)
1796.71/1797.01	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.71/1797.01	c   impliedbounds    :       0.00       0.00          6          0          0         88          0
1796.71/1797.01	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.71/1797.01	c   gomory           :       2.81       0.00          6          0          0         83          0
1796.71/1797.01	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.71/1797.01	c   strongcg         :       2.77       0.00          6          0          0         42          0
1796.71/1797.01	c   cmir             :       2.42       0.00          6          0          0       3000          0
1796.71/1797.01	c   flowcover        :       3.13       0.00          6          0          0       1200          0
1796.71/1797.01	c   clique           :       0.01       0.00          6          0          0          0          0
1796.71/1797.01	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.71/1797.01	c   mcf              :       0.00       0.00          1          0          0          0          0
1796.71/1797.01	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.71/1797.01	c   rapidlearning    :      28.07       0.00          1          0          0          0       1077
1796.71/1797.01	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.71/1797.01	c   problem variables:       0.00          -          0          0
1796.71/1797.01	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.01	c   relpscost        :     589.17       0.00       4165         39       1315          0          0       7678
1796.71/1797.01	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.01	c   inference        :       0.00       0.00          1          0          0          0          0          2
1796.71/1797.01	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.01	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.01	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.01	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.01	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.01	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.71/1797.01	c   LP solutions     :       0.00          -          -          0
1796.71/1797.01	c   pseudo solutions :       0.00          -          -          0
1796.71/1797.01	c   oneopt           :       0.01       0.00          0          0
1796.71/1797.01	c   crossover        :       0.01       0.00          0          0
1796.71/1797.01	c   guideddiving     :       0.00       0.00          0          0
1796.71/1797.01	c   intshifting      :       0.00       0.00          0          0
1796.71/1797.01	c   coefdiving       :     165.98       0.00          3          0
1796.71/1797.01	c   fracdiving       :      93.26       0.00          6          0
1796.71/1797.01	c   veclendiving     :      35.43       0.00         21          0
1796.71/1797.01	c   pscostdiving     :      44.52       0.00         21          0
1796.71/1797.01	c   rootsoldiving    :      14.27       0.00         11          0
1796.71/1797.01	c   feaspump         :      34.36       0.00         11          0
1796.71/1797.01	c   objpscostdiving  :      17.48       0.00         13          0
1796.71/1797.01	c   linesearchdiving :      74.46       0.00         47          0
1796.71/1797.01	c   smallcard        :       0.00       0.00          0          0
1796.71/1797.01	c   trivial          :       0.01       0.00          2          0
1796.71/1797.01	c   shiftandpropagate:       0.82       0.00          1          0
1796.71/1797.01	c   simplerounding   :       0.01       0.00          0          0
1796.71/1797.01	c   zirounding       :       1.65       0.00       1000          0
1796.71/1797.01	c   rounding         :       2.09       0.00        861          0
1796.71/1797.01	c   shifting         :       7.40       0.00        236          0
1796.71/1797.01	c   twoopt           :       0.00       0.00          0          0
1796.71/1797.01	c   indoneopt        :       0.02       0.00          0          0
1796.71/1797.01	c   indtwoopt        :       0.00       0.00          0          0
1796.71/1797.01	c   fixandinfer      :       0.00       0.00          0          0
1796.71/1797.01	c   clique           :       0.00       0.00          0          0
1796.71/1797.01	c   indrounding      :       0.00       0.00          0          0
1796.71/1797.01	c   indcoefdiving    :       0.00       0.00          0          0
1796.71/1797.01	c   nlpdiving        :       0.00       0.00          0          0
1796.71/1797.01	c   intdiving        :       0.00       0.00          0          0
1796.71/1797.01	c   actconsdiving    :       0.00       0.00          0          0
1796.71/1797.01	c   octane           :       0.00       0.00          0          0
1796.71/1797.01	c   rens             :       0.08       0.00          0          0
1796.71/1797.01	c   rins             :       0.00       0.00          0          0
1796.71/1797.01	c   localbranching   :       0.00       0.00          0          0
1796.71/1797.01	c   mutation         :       0.00       0.00          0          0
1796.71/1797.01	c   dins             :       0.00       0.00          0          0
1796.71/1797.01	c   vbounds          :       0.00       0.00          0          0
1796.71/1797.01	c   undercover       :       0.00       0.00          0          0
1796.71/1797.01	c   subnlp           :       0.01       0.00          0          0
1796.71/1797.01	c   trysol           :       0.01       0.00          0          0
1796.71/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.71/1797.01	c   primal LP        :       0.12          1          0       0.00       0.00       0.12          1
1796.71/1797.01	c   dual LP          :     625.45       5371    2136101     402.35    3415.31       1.11         62
1796.71/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.71/1797.01	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.71/1797.01	c   diving/probing LP:     443.60       9190    1186298     129.09    2674.26
1796.71/1797.01	c   strong branching :     586.91       3027    1186753     392.06    2022.04
1796.71/1797.01	c     (at root node) :          -         20      17147     857.35          -
1796.71/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.71/1797.01	c B&B Tree           :
1796.71/1797.01	c   number of runs   :          1
1796.71/1797.01	c   nodes            :       5617
1796.71/1797.01	c   nodes (total)    :       5617
1796.71/1797.01	c   nodes left       :       1407
1796.71/1797.01	c   max depth        :         94
1796.71/1797.01	c   max depth (total):         94
1796.71/1797.01	c   backtracks       :        953 (17.0%)
1796.71/1797.01	c   delayed cutoffs  :        657
1796.71/1797.01	c   repropagations   :       8023 (430886 domain reductions, 299 cutoffs)
1796.71/1797.01	c   avg switch length:       6.22
1796.71/1797.01	c   switching time   :      15.97
1796.71/1797.01	c Solution           :
1796.71/1797.01	c   Solutions found  :          0 (0 improvements)
1796.71/1797.01	c   Primal Bound     :          -
1796.71/1797.01	c   Dual Bound       : +1.36000000000000e+02
1796.71/1797.01	c   Gap              :   infinite
1796.71/1797.01	c   Root Dual Bound  : +1.36000000000000e+02
1796.71/1797.01	c   Root Iterations  :      23733
1796.81/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-3692146-1338034909/watcher-3692146-1338034909 -o /tmp/evaluation-result-3692146-1338034909/solver-3692146-1338034909 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692146-1338034909.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 4672
/proc/meminfo: memFree=29123352/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=11000 CPUtime=0 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 1573 0 0 0 0 0 0 0 20 0 1 0 269615795 11264000 1527 33554432000 4194304 10219143 140736058763264 140734697930392 8891101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 2750 1535 398 1471 0 1270 0

[startup+0.058036 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 4672
/proc/meminfo: memFree=29123352/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=19712 CPUtime=0.04 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 3667 0 0 0 4 0 0 0 20 0 1 0 269615795 20185088 3621 33554432000 4194304 10219143 140736058763264 140734697930392 7154590 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 4928 3621 421 1471 0 3448 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 19712

[startup+0.100333 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 4672
/proc/meminfo: memFree=29123352/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=24652 CPUtime=0.09 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 4891 0 0 0 8 1 0 0 20 0 1 0 269615795 25243648 4845 33554432000 4194304 10219143 140736058763264 140734697930392 9029200 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 6163 4845 421 1471 0 4683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24652

[startup+0.300311 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 4672
/proc/meminfo: memFree=29123352/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=127604 CPUtime=0.29 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 31342 0 0 0 24 5 0 0 20 0 1 0 269615795 130666496 29200 33554432000 4194304 10219143 140736058763264 140734697930392 5014724 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 31901 29203 484 1471 0 30421 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 127604

[startup+0.700322 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 4672
/proc/meminfo: memFree=29123352/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=136908 CPUtime=0.68 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 34031 0 0 0 55 13 0 0 20 0 1 0 269615795 140193792 31243 33554432000 4194304 10219143 140736058763264 140734697930392 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 34227 31243 594 1471 0 32747 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 136908

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4673
/proc/meminfo: memFree=28973852/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=171888 CPUtime=1.49 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 43937 0 0 0 116 33 0 0 20 0 1 0 269615795 176013312 39042 33554432000 4194304 10219143 140736058763264 140736058760888 4419963 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 42972 39042 696 1471 0 41492 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 171888

[startup+3.10032 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4673
/proc/meminfo: memFree=28952324/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=188184 CPUtime=3.08 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 46738 0 0 0 274 34 0 0 20 0 1 0 269615795 192700416 43480 33554432000 4194304 10219143 140736058763264 140736058754424 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 47046 43480 786 1471 0 45566 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 188184

[startup+6.30032 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4673
/proc/meminfo: memFree=28871532/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=270292 CPUtime=6.28 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 66651 0 0 0 578 50 0 0 20 0 1 0 269615795 276779008 63405 33554432000 4194304 10219143 140736058763264 140736058757304 4435852 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 67573 63405 825 1471 0 66093 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 270292

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4673
/proc/meminfo: memFree=28866340/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=272776 CPUtime=12.68 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 67267 0 0 0 1205 63 0 0 20 0 1 0 269615795 279322624 64021 33554432000 4194304 10219143 140736058763264 140736058758200 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 68194 64021 825 1471 0 66714 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 272776

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4673
/proc/meminfo: memFree=28832580/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=298500 CPUtime=25.49 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 73664 0 0 0 2298 251 0 0 20 0 1 0 269615795 305664000 71119 33554432000 4194304 10219143 140736058763264 140736058758200 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 74625 71119 825 1471 0 73145 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 298500

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4673
/proc/meminfo: memFree=28821524/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=302764 CPUtime=51.07 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 76186 0 0 0 4830 277 0 0 20 0 1 0 269615795 310030336 73567 33554432000 4194304 10219143 140736058763264 140736058756200 8091518 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 75691 73567 843 1471 0 74211 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 302764

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4674
/proc/meminfo: memFree=28815804/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=302764 CPUtime=102.27 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 76196 0 0 0 9944 283 0 0 20 0 1 0 269615795 310030336 73740 33554432000 4194304 10219143 140736058763264 140736058756200 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 75691 73740 846 1471 0 74211 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 302764

[startup+162.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 4674
/proc/meminfo: memFree=28798968/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=302764 CPUtime=162.25 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 76196 0 0 0 15934 291 0 0 20 0 1 0 269615795 310030336 74872 33554432000 4194304 10219143 140736058763264 140736058755976 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 75691 74872 846 1471 0 74211 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 302764

[startup+222.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 4674
/proc/meminfo: memFree=28779968/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=302764 CPUtime=222.24 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 76199 0 0 0 21915 309 0 0 20 0 1 0 269615795 310030336 74876 33554432000 4194304 10219143 140736058763264 140736058755976 8091475 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 75691 74876 849 1471 0 74211 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 302764

[startup+282.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 4940
/proc/meminfo: memFree=28749896/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=302764 CPUtime=282.23 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 76199 0 0 0 27894 329 0 0 20 0 1 0 269615795 310030336 74876 33554432000 4194304 10219143 140736058763264 140736058755912 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 75691 74876 849 1471 0 74211 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 302764

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5054
/proc/meminfo: memFree=28967136/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=302764 CPUtime=342.23 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 76199 0 0 0 33880 343 0 0 20 0 1 0 269615795 310030336 74876 33554432000 4194304 10219143 140736058763264 140736058755784 8077267 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 75691 74876 849 1471 0 74211 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 302764

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 5092
/proc/meminfo: memFree=29019668/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=302764 CPUtime=402.22 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 76199 0 0 0 39867 355 0 0 20 0 1 0 269615795 310030336 74876 33554432000 4194304 10219143 140736058763264 140736058759192 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 75691 74876 849 1471 0 74211 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 302764

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5131
/proc/meminfo: memFree=28985240/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=302764 CPUtime=462.21 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 76199 0 0 0 45855 366 0 0 20 0 1 0 269615795 310030336 74876 33554432000 4194304 10219143 140736058763264 140736058756584 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 75691 74876 849 1471 0 74211 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 302764

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5172
/proc/meminfo: memFree=28940676/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=302764 CPUtime=522.2 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 76199 0 0 0 51839 381 0 0 20 0 1 0 269615795 310030336 74876 33554432000 4194304 10219143 140736058763264 140736058755976 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 75691 74876 849 1471 0 74211 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 302764

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5172
/proc/meminfo: memFree=28943588/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=302764 CPUtime=582.19 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 76199 0 0 0 57822 397 0 0 20 0 1 0 269615795 310030336 74876 33554432000 4194304 10219143 140736058763264 140736058756904 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 75691 74876 849 1471 0 74211 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 302764

[startup+642.3 s]

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

/proc/meminfo: memFree=28938864/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=302764 CPUtime=1062.12 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 76199 0 0 0 105692 520 0 0 20 0 1 0 269615795 310030336 74876 33554432000 4194304 10219143 140736058763264 140736058755784 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 75691 74876 849 1471 0 74211 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 302764

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5178
/proc/meminfo: memFree=28935188/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=302764 CPUtime=1122.11 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 76199 0 0 0 111670 541 0 0 20 0 1 0 269615795 310030336 74876 33554432000 4194304 10219143 140736058763264 140736058756904 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 75691 74876 849 1471 0 74211 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 302764

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5178
/proc/meminfo: memFree=28929368/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=302764 CPUtime=1182.1 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 76199 0 0 0 117652 558 0 0 20 0 1 0 269615795 310030336 74876 33554432000 4194304 10219143 140736058763264 140736058756440 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 75691 74876 849 1471 0 74211 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 302764

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5178
/proc/meminfo: memFree=28929616/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=302764 CPUtime=1242.09 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 76199 0 0 0 123631 578 0 0 20 0 1 0 269615795 310030336 74876 33554432000 4194304 10219143 140736058763264 140736058756520 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 75691 74876 849 1471 0 74211 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 302764

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5178
/proc/meminfo: memFree=28932840/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=302764 CPUtime=1302.08 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 76199 0 0 0 129611 597 0 0 20 0 1 0 269615795 310030336 74876 33554432000 4194304 10219143 140736058763264 140736058756904 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 75691 74876 849 1471 0 74211 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 302764

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5179
/proc/meminfo: memFree=28930608/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=302764 CPUtime=1362.07 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 76199 0 0 0 135589 618 0 0 20 0 1 0 269615795 310030336 74876 33554432000 4194304 10219143 140736058763264 140736058755912 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 75691 74876 849 1471 0 74211 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 302764

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5179
/proc/meminfo: memFree=28924648/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=302764 CPUtime=1422.07 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 76199 0 0 0 141569 638 0 0 20 0 1 0 269615795 310030336 74876 33554432000 4194304 10219143 140736058763264 140736058755784 8077308 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 75691 74876 849 1471 0 74211 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 302764

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5179
/proc/meminfo: memFree=28928368/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=302764 CPUtime=1482.05 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 76199 0 0 0 147546 659 0 0 20 0 1 0 269615795 310030336 74876 33554432000 4194304 10219143 140736058763264 140736058757096 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 75691 74876 849 1471 0 74211 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 302764

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5179
/proc/meminfo: memFree=28924708/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=302764 CPUtime=1542.05 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 76199 0 0 0 153518 687 0 0 20 0 1 0 269615795 310030336 74876 33554432000 4194304 10219143 140736058763264 140736058755784 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 75691 74876 849 1471 0 74211 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 302764

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5179
/proc/meminfo: memFree=28926384/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=302764 CPUtime=1602.03 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 76199 0 0 0 159492 711 0 0 20 0 1 0 269615795 310030336 74876 33554432000 4194304 10219143 140736058763264 140736058755784 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 75691 74876 849 1471 0 74211 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 302764

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 5180
/proc/meminfo: memFree=28926132/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=302764 CPUtime=1662.02 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 76199 0 0 0 165467 735 0 0 20 0 1 0 269615795 310030336 74876 33554432000 4194304 10219143 140736058763264 140736058756440 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 75691 74876 849 1471 0 74211 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 302764

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 5183
/proc/meminfo: memFree=28923460/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=302764 CPUtime=1722.01 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 76199 0 0 0 171441 760 0 0 20 0 1 0 269615795 310030336 74876 33554432000 4194304 10219143 140736058763264 140736058757096 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 75691 74876 849 1471 0 74211 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 302764

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 5183
/proc/meminfo: memFree=28919748/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=302764 CPUtime=1782 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 76199 0 0 0 177415 785 0 0 20 0 1 0 269615795 310030336 74876 33554432000 4194304 10219143 140736058763264 140736058759192 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 75691 74876 849 1471 0 74211 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 302764

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

[startup+1785.5 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 5183
/proc/meminfo: memFree=28919500/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=302764 CPUtime=1785.21 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 76199 0 0 0 177734 787 0 0 20 0 1 0 269615795 310030336 74876 33554432000 4194304 10219143 140736058763264 140736058755880 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 75691 74876 849 1471 0 74211 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 302764

[startup+1791.91 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 5183
/proc/meminfo: memFree=28924708/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=302764 CPUtime=1791.62 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 76199 0 0 0 178372 790 0 0 20 0 1 0 269615795 310030336 74876 33554432000 4194304 10219143 140736058763264 140736058760408 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 75691 74876 849 1471 0 74211 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 302764

[startup+1795.1 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 5183
/proc/meminfo: memFree=28923840/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=302764 CPUtime=1794.81 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 76199 0 0 0 178689 792 0 0 20 0 1 0 269615795 310030336 74876 33554432000 4194304 10219143 140736058763264 140736058755976 8091531 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 75691 74876 849 1471 0 74211 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 302764

[startup+1795.9 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 5183
/proc/meminfo: memFree=28923840/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=302764 CPUtime=1795.61 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 76199 0 0 0 178769 792 0 0 20 0 1 0 269615795 310030336 74876 33554432000 4194304 10219143 140736058763264 140736058755784 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 75691 74876 849 1471 0 74211 0
Current children cumulated CPU time (s) 1795.61
Current children cumulated vsize (KiB) 302764

[startup+1796.7 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 5183
/proc/meminfo: memFree=28925700/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=302764 CPUtime=1796.4 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 76199 0 0 0 178848 792 0 0 20 0 1 0 269615795 310030336 74876 33554432000 4194304 10219143 140736058763264 140736058755784 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 75691 74876 849 1471 0 74211 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 302764

[startup+1797.1 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 5183
/proc/meminfo: memFree=28925700/32873844 swapFree=7116/7116
[pid=4672] ppid=4670 vsize=302764 CPUtime=1796.81 cores=1,3,5,7
/proc/4672/stat : 4672 (scip-2.1.1.4exp) R 4670 4672 3441 0 -1 4202496 76203 0 0 0 178888 793 0 0 20 0 1 0 269615795 310030336 74880 33554432000 4194304 10219143 140736058763264 140736058756904 7589255 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4672/statm: 75691 74880 853 1471 0 74211 0
Current children cumulated CPU time (s) 1796.81
Current children cumulated vsize (KiB) 302764

Child status: 0
Real time (s): 1797.18
CPU time (s): 1796.9
CPU user time (s): 1788.95
CPU system time (s): 7.94979
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 302764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.95
system time used= 7.94979
maximum resident set size= 299520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76205
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= 15
involuntary context switches= 1849

runsolver used 2.82757 second user time and 7.51386 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-26 14:21:49
IDJOB=3692146
IDBENCH=2939
IDSOLVER=2271
FILE ID=node146/3692146-1338034909
RUNJOBID= node146-1338029515-4287
PBS_JOBID= 14624329
Free space on /tmp= 71532 MiB

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

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

MD5SUM BENCH= 25ee8feec785b6a4be71df8acc9d82db
RANDOM SEED=1626442580

node146.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		: 2667.034
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	: 5334.06
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		: 2667.034
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		: 2667.034
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.91
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		: 2667.034
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		: 2667.034
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		: 2667.034
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		: 2667.034
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		: 2667.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29123996 kB
Buffers:          252460 kB
Cached:          2421440 kB
SwapCached:         2348 kB
Active:           789972 kB
Inactive:        2191056 kB
Active(anon):     306404 kB
Inactive(anon):     3064 kB
Active(file):     483568 kB
Inactive(file):  2187992 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:             17184 kB
Writeback:             4 kB
AnonPages:        312608 kB
Mapped:            11384 kB
Shmem:                 0 kB
Slab:             630248 kB
SReclaimable:      71796 kB
SUnreclaim:       558452 kB
KernelStack:        1472 kB
PageTables:         4732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     427768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    276480 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= 71520 MiB
End job on node146 at 2012-05-26 14:51:46