Trace number 3690997

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed? 1796.86 1797.14

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_17.opb
MD5SUM642c38c9f16ba47e1145e44f5259b53a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark260
Best CPU time to get the best result obtained on this benchmark1800.2
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 262
Optimality of the best value was proved NO
Number of variables7089
Total number of constraints13888
Number of constraints which are clauses0
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 constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
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 2621
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-3690997-1338018994.opb>
0.09/0.18	c original problem has 7089 variables (7089 bin, 0 int, 0 impl, 0 cont) and 13888 constraints
0.30/0.36	c problem read in 0.18
0.30/0.36	c presolving:
0.48/0.51	c (round 1) 0 del vars, 6936 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 16 upgd conss, 0 impls, 0 clqs
0.48/0.57	c    (0.6s) probing: 51/7089 (0.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.48/0.57	c    (0.6s) probing aborted: 50/50 successive totally useless probings
0.48/0.59	c presolving (2 rounds):
0.48/0.59	c  0 deleted vars, 6936 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.48/0.59	c  272 implications, 0 cliques
0.48/0.59	c presolved problem has 7089 variables (7089 bin, 0 int, 0 impl, 0 cont) and 6952 constraints
0.48/0.59	c      16 constraints of type <knapsack>
0.48/0.59	c    6936 constraints of type <linear>
0.48/0.59	c transformed objective value is always integral (scale: 1)
0.48/0.59	c Presolving Time: 0.38
0.48/0.59	c - non default parameters ----------------------------------------------------------------------
0.48/0.59	c # SCIP version 2.1.1.4
0.48/0.59	c 
0.48/0.59	c # maximal time in seconds to run
0.48/0.59	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.48/0.59	c limits/time = 1797
0.48/0.59	c 
0.48/0.59	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.48/0.59	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.48/0.59	c limits/memory = 13950
0.48/0.59	c 
0.48/0.59	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.48/0.59	c # [type: int, range: [1,2], default: 1]
0.48/0.59	c timing/clocktype = 2
0.48/0.59	c 
0.48/0.59	c # belongs reading time to solving time?
0.48/0.59	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.48/0.59	c timing/reading = TRUE
0.48/0.59	c 
0.48/0.59	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.48/0.59	c # [type: int, range: [-1,2147483647], default: -1]
0.48/0.59	c separating/rapidlearning/freq = 0
0.48/0.59	c 
0.48/0.59	c -----------------------------------------------------------------------------------------------
0.48/0.59	c start solving
0.48/0.59	c 
1.29/1.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.29/1.36	c   1.4s|     1 |     0 |    16 |     - |  65M|   0 | 816 |7089 |6967 |7089 |6952 |   0 |  15 |   0 | 1.600000e+01 |      --      |    Inf 
8.59/8.61	c   8.6s|     1 |     0 |  6868 |     - |  67M|   0 | 833 |7089 |7203 |7089 |7021 |  69 |  15 |   0 | 1.600000e+01 |      --      |    Inf 
9.09/9.11	c   9.1s|     1 |     0 |  7002 |     - |  68M|   0 | 855 |7089 |7203 |7089 |7100 | 148 |  15 |   0 | 1.600000e+01 |      --      |    Inf 
9.79/9.80	c   9.8s|     1 |     0 |  7398 |     - |  68M|   0 |1007 |7089 |7203 |7089 |7207 | 255 |  15 |   0 | 1.600115e+01 |      --      |    Inf 
10.58/10.68	c  10.7s|     1 |     0 |  7768 |     - |  69M|   0 |1001 |7089 |7203 |7089 |7306 | 354 |  15 |   0 | 1.616667e+01 |      --      |    Inf 
11.89/11.94	c  11.9s|     1 |     0 |  8123 |     - |  69M|   0 |1019 |7089 |7203 |7089 |7405 | 453 |  15 |   0 | 1.616667e+01 |      --      |    Inf 
14.39/14.41	c  14.4s|     1 |     0 |  8501 |     - |  70M|   0 |1008 |7089 |7203 |7089 |7471 | 519 |  15 |   0 | 1.625000e+01 |      --      |    Inf 
16.29/16.36	c  16.4s|     1 |     0 |  9089 |     - |  71M|   0 |1026 |7089 |7203 |7089 |7556 | 604 |  15 |   0 | 1.625000e+01 |      --      |    Inf 
19.08/19.15	c  19.1s|     1 |     0 | 10054 |     - |  71M|   0 |1016 |7089 |7203 |7089 |7594 | 642 |  15 |   0 | 1.625000e+01 |      --      |    Inf 
21.18/21.24	c  21.2s|     1 |     0 | 10619 |     - |  71M|   0 |1017 |7089 |7203 |7089 |7617 | 665 |  15 |   0 | 1.625000e+01 |      --      |    Inf 
23.39/23.42	c  23.4s|     1 |     0 | 11128 |     - |  72M|   0 |1023 |7089 |7203 |7089 |7685 | 733 |  15 |   0 | 1.625000e+01 |      --      |    Inf 
23.98/24.03	c  24.0s|     1 |     0 | 11588 |     - |  72M|   0 |1022 |7089 |7203 |7089 |7704 | 752 |  15 |   0 | 1.625000e+01 |      --      |    Inf 
54.18/54.29	c  54.3s|     1 |     2 | 11588 |     - |  72M|   0 |1022 |7089 |7203 |7089 |7704 | 752 |  15 |  53 | 1.625000e+01 |      --      |    Inf 
459.82/459.97	c   460s|   100 |   101 |  1716k|17217.7 |  73M|  16 |1160 |7089 |7609 |7089 |7041 | 752 | 421 | 249 | 1.725000e+01 |      --      |    Inf 
510.31/510.45	c   510s|   200 |   199 |  1811k|9045.9 |  74M|  21 |1168 |7089 |7658 |7089 |7041 | 752 | 470 | 279 | 1.725000e+01 |      --      |    Inf 
559.09/559.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
559.09/559.28	c   559s|   300 |   291 |  1929k|6415.5 |  74M|  21 |1095 |7089 |7687 |7089 |7041 | 752 | 499 | 309 | 1.725000e+01 |      --      |    Inf 
617.59/617.74	c   618s|   400 |   385 |  2039k|5081.8 |  75M|  26 |1006 |7089 |7690 |7089 |7041 | 752 | 502 | 353 | 1.800000e+01 |      --      |    Inf 
646.98/647.11	c   647s|   500 |   471 |  2088k|4161.5 |  75M|  36 | 986 |7089 |7701 |7089 |7041 | 752 | 513 | 382 | 1.800000e+01 |      --      |    Inf 
685.88/686.03	c   686s|   600 |   559 |  2152k|3574.3 |  75M|  36 | 842 |7089 |7713 |7089 |7041 | 752 | 525 | 427 | 1.900000e+01 |      --      |    Inf 
732.97/733.14	c   733s|   700 |   649 |  2220k|3159.4 |  76M|  36 | 991 |7089 |7721 |7089 |7041 | 752 | 533 | 484 | 1.900000e+01 |      --      |    Inf 
764.96/765.12	c   765s|   800 |   731 |  2272k|2830.2 |  76M|  38 | 846 |7089 |7736 |7089 |7041 | 752 | 548 | 512 | 1.900000e+01 |      --      |    Inf 
790.66/790.85	c   791s|   900 |   825 |  2306k|2552.6 |  76M|  38 | 997 |7089 |7739 |7089 |7041 | 752 | 551 | 538 | 1.900000e+01 |      --      |    Inf 
837.16/837.39	c   837s|  1000 |   915 |  2385k|2376.5 |  77M|  38 |1047 |7089 |7756 |7089 |7041 | 752 | 568 | 578 | 1.900000e+01 |      --      |    Inf 
870.54/870.71	c   871s|  1100 |  1011 |  2434k|2204.8 |  77M|  38 |1130 |7089 |7765 |7089 |7041 | 752 | 577 | 606 | 1.900000e+01 |      --      |    Inf 
913.75/913.91	c   914s|  1200 |  1111 |  2507k|2081.6 |  78M|  38 | 894 |7089 |7766 |7089 |7041 | 752 | 578 | 646 | 1.900000e+01 |      --      |    Inf 
948.94/949.15	c   949s|  1300 |  1209 |  2562k|1963.6 |  78M|  38 | 806 |7089 |7778 |7089 |7041 | 752 | 590 | 685 | 1.900000e+01 |      --      |    Inf 
974.13/974.31	c   974s|  1400 |  1307 |  2598k|1849.5 |  78M|  38 | 799 |7089 |7779 |7089 |7041 | 752 | 591 | 711 | 1.900000e+01 |      --      |    Inf 
997.64/997.88	c   998s|  1500 |  1397 |  2641k|1754.6 |  79M|  38 | 912 |7089 |7826 |7089 |7041 | 752 | 638 | 737 | 1.900000e+01 |      --      |    Inf 
1037.53/1037.75	c  1038s|  1600 |  1487 |  2705k|1684.6 |  79M|  38 |   - |7089 |7840 |7089 |7041 | 752 | 652 | 776 | 1.900000e+01 |      --      |    Inf 
1070.61/1070.84	c  1071s|  1700 |  1577 |  2743k|1607.9 |  79M|  38 |   - |7089 |7845 |7089 |7041 | 752 | 657 | 828 | 1.900000e+01 |      --      |    Inf 
1098.22/1098.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1098.22/1098.45	c  1098s|  1800 |  1667 |  2794k|1546.7 |  80M|  38 | 969 |7089 |7855 |7089 |7041 | 752 | 667 | 854 | 1.900000e+01 |      --      |    Inf 
1122.01/1122.26	c  1122s|  1900 |  1759 |  2827k|1482.7 |  80M|  38 | 808 |7089 |7859 |7089 |7041 | 752 | 671 | 880 | 1.900000e+01 |      --      |    Inf 
1150.30/1150.51	c  1151s|  2000 |  1843 |  2875k|1432.9 |  80M|  38 | 815 |7089 |7875 |7089 |7041 | 752 | 687 | 918 | 1.900000e+01 |      --      |    Inf 
1179.21/1179.44	c  1179s|  2100 |  1937 |  2928k|1389.5 |  81M|  38 | 915 |7089 |7944 |7089 |7041 | 752 | 756 | 954 | 1.900000e+01 |      --      |    Inf 
1207.10/1207.37	c  1207s|  2200 |  2035 |  2962k|1341.8 |  81M|  39 | 876 |7089 |7945 |7089 |7041 | 752 | 757 | 990 | 1.900000e+01 |      --      |    Inf 
1235.89/1236.16	c  1236s|  2300 |  2129 |  2999k|1299.4 |  81M|  39 | 954 |7089 |7948 |7089 |7041 | 752 | 760 |1026 | 1.900000e+01 |      --      |    Inf 
1259.40/1259.60	c  1260s|  2400 |  2227 |  3035k|1260.7 |  82M|  39 | 808 |7089 |7948 |7089 |7041 | 752 | 765 |1062 | 1.900000e+01 |      --      |    Inf 
1285.79/1286.04	c  1286s|  2500 |  2322 |  3076k|1226.5 |  82M|  40 | 883 |7089 |7961 |7089 |7041 | 752 | 778 |1097 | 1.900000e+01 |      --      |    Inf 
1326.18/1326.47	c  1326s|  2600 |  2422 |  3162k|1212.5 |  83M|  40 |1187 |7089 |8027 |7089 |7041 | 752 | 846 |1148 | 1.900000e+01 |      --      |    Inf 
1352.67/1352.99	c  1353s|  2700 |  2520 |  3199k|1181.1 |  83M|  46 |1103 |7089 |8020 |7089 |7041 | 752 | 855 |1184 | 1.900000e+01 |      --      |    Inf 
1382.77/1383.06	c  1383s|  2800 |  2618 |  3244k|1155.0 |  83M|  46 | 818 |7089 |8016 |7089 |7041 | 752 | 858 |1220 | 1.900000e+01 |      --      |    Inf 
1413.07/1413.31	c  1413s|  2900 |  2710 |  3291k|1131.3 |  84M|  48 | 661 |7089 |8027 |7089 |7041 | 752 | 874 |1256 | 1.900000e+01 |      --      |    Inf 
1439.26/1439.55	c  1440s|  3000 |  2810 |  3327k|1105.5 |  84M|  48 |1040 |7089 |8027 |7089 |7041 | 752 | 874 |1281 | 1.933333e+01 |      --      |    Inf 
1459.26/1459.59	c  1460s|  3100 |  2906 |  3359k|1080.2 |  84M|  48 | 779 |7089 |8026 |7089 |7041 | 752 | 876 |1305 | 1.933333e+01 |      --      |    Inf 
1483.66/1483.91	c  1484s|  3200 |  3002 |  3391k|1056.6 |  85M|  48 |1053 |7089 |8029 |7089 |7041 | 752 | 879 |1329 | 1.950000e+01 |      --      |    Inf 
1513.65/1513.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1513.65/1513.90	c  1514s|  3300 |  3100 |  3437k|1038.5 |  85M|  48 |1194 |7089 |8041 |7089 |7041 | 752 | 891 |1366 | 1.950000e+01 |      --      |    Inf 
1540.45/1540.75	c  1541s|  3400 |  3194 |  3485k|1022.0 |  85M|  48 | 803 |7089 |8051 |7089 |7041 | 752 | 901 |1390 | 2.000000e+01 |      --      |    Inf 
1570.34/1570.67	c  1571s|  3500 |  3288 |  3523k|1003.6 |  86M|  48 | 918 |7089 |8054 |7089 |7041 | 752 | 904 |1439 | 2.000000e+01 |      --      |    Inf 
1606.95/1607.26	c  1607s|  3600 |  3382 |  3579k| 991.3 |  86M|  48 |1027 |7089 |8063 |7089 |7041 | 752 | 913 |1487 | 2.000000e+01 |      --      |    Inf 
1639.13/1639.41	c  1639s|  3700 |  3480 |  3623k| 976.4 |  86M|  48 | 967 |7089 |8067 |7089 |7041 | 752 | 920 |1522 | 2.000000e+01 |      --      |    Inf 
1711.12/1711.41	c  1711s|  3800 |  3578 |  3888k|1020.4 |  87M|  48 | 939 |7089 |8167 |7089 |7041 | 752 |1020 |1583 | 2.000000e+01 |      --      |    Inf 
1743.42/1743.72	c  1744s|  3900 |  3676 |  3934k|1006.3 |  87M|  48 | 875 |7089 |8168 |7089 |7041 | 752 |1021 |1630 | 2.000000e+01 |      --      |    Inf 
1781.91/1782.22	c  1782s|  4000 |  3772 |  4001k| 997.8 |  87M|  48 | 909 |7089 |8190 |7089 |7041 | 752 |1054 |1678 | 2.000000e+01 |      --      |    Inf 
1796.71/1797.02	c 
1796.71/1797.02	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.02	c Solving Time (sec) : 1797.02
1796.71/1797.02	c Solving Nodes      : 4030
1796.71/1797.02	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.71/1797.02	c Dual Bound         : +2.00000000000000e+01
1796.71/1797.02	c Gap                : infinite
1796.71/1797.02	s UNKNOWN
1796.71/1797.02	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.02	c Total Time         :    1797.02
1796.71/1797.02	c   solving          :    1797.02
1796.71/1797.02	c   presolving       :       0.38 (included in solving)
1796.71/1797.02	c   reading          :       0.18 (included in solving)
1796.71/1797.02	c   copying          :       0.10 (2 #copies) (minimal 0.05, maximal 0.05, average 0.05)
1796.71/1797.02	c Original Problem   :
1796.71/1797.02	c   Problem name     : HOME/instance-3690997-1338018994.opb
1796.71/1797.02	c   Variables        : 7089 (7089 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.02	c   Constraints      : 13888 initial, 13888 maximal
1796.71/1797.02	c   Objective sense  : minimize
1796.71/1797.02	c Presolved Problem  :
1796.71/1797.02	c   Problem name     : t_HOME/instance-3690997-1338018994.opb
1796.71/1797.02	c   Variables        : 7089 (7089 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.02	c   Constraints      : 6952 initial, 8201 maximal
1796.71/1797.02	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.71/1797.02	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   components       :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   probing          :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   knapsack         :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   linear           :       0.19       0.00          0          0          0          0          0       6936          0          0          0
1796.71/1797.02	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.71/1797.02	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.02	c   integral         :          0          0          0          0       3948          0          4          0          0         50          0          0       7828
1796.71/1797.02	c   knapsack         :         16         16         11       9916          0          1          3       1673          7        934        247          0          0
1796.71/1797.02	c   linear           :       6936+      7172         12       9909          0          0          0       1732         57       2388          2          0          0
1796.71/1797.02	c   logicor          :          0+      1058         11       3088          0          0          0        209          7        678          0          0          0
1796.71/1797.02	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1796.71/1797.02	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.71/1797.02	c   integral         :     537.66       0.00       0.00       0.00     537.66       0.00       0.00       0.00
1796.71/1797.02	c   knapsack         :       0.70       0.00       0.00       0.70       0.00       0.00       0.00       0.00
1796.71/1797.02	c   linear           :       5.63       0.00       0.01       5.62       0.00       0.00       0.00       0.00
1796.71/1797.02	c   logicor          :       0.06       0.00       0.00       0.06       0.00       0.00       0.00       0.00
1796.71/1797.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.71/1797.02	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.71/1797.02	c   rootredcost      :          0          0          0          0
1796.71/1797.02	c   pseudoobj        :      13764          0          0          0
1796.71/1797.02	c   vbounds          :          0          0          0          0
1796.71/1797.02	c   redcost          :       4020          0          0         62
1796.71/1797.02	c   probing          :          0          0          0          0
1796.71/1797.02	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.71/1797.02	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00
1796.71/1797.02	c   pseudoobj        :       0.03       0.00       0.00       0.03       0.00
1796.71/1797.02	c   vbounds          :       0.01       0.00       0.00       0.00       0.00
1796.71/1797.02	c   redcost          :       0.53       0.00       0.00       0.53       0.00
1796.71/1797.02	c   probing          :       0.02       0.00       0.02       0.00       0.00
1796.71/1797.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.71/1797.02	c   propagation      :       0.00         71         71        364       25.2          1       13.0          -
1796.71/1797.02	c   infeasible LP    :       0.66        799        799        951       12.6          2        8.0          0
1796.71/1797.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.71/1797.02	c   applied globally :          -          -          -       1058       13.7          -          -          -
1796.71/1797.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.71/1797.02	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.71/1797.02	c   cut pool         :       0.01                    10          -          -       1708          -    (maximal pool size: 6011)
1796.71/1797.02	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.71/1797.02	c   impliedbounds    :       0.00       0.00         11          0          0         61          0
1796.71/1797.02	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.71/1797.02	c   gomory           :       0.91       0.00         10          0          0         14          0
1796.71/1797.02	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.71/1797.02	c   strongcg         :       1.01       0.00         11          0          0          8          0
1796.71/1797.02	c   cmir             :       6.17       0.00         10          0          0       4583          0
1796.71/1797.02	c   flowcover        :       3.49       0.00         10          0          0       1626          0
1796.71/1797.02	c   clique           :       0.00       0.00          1          0          0          0          0
1796.71/1797.02	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.71/1797.02	c   mcf              :       0.00       0.00          1          0          0          0          0
1796.71/1797.02	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.71/1797.02	c   rapidlearning    :       4.55       0.00          1          0          0          0        236
1796.71/1797.02	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.71/1797.02	c   problem variables:       0.00          -          0          0
1796.71/1797.02	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.02	c   relpscost        :     537.65       0.00       3948          0         50          0          0       7828
1796.71/1797.02	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.02	c   inference        :       0.00       0.00          1          0          0          0          0          2
1796.71/1797.02	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.02	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.02	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.02	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.02	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.02	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.71/1797.02	c   LP solutions     :       0.00          -          -          0
1796.71/1797.02	c   pseudo solutions :       0.00          -          -          0
1796.71/1797.02	c   oneopt           :       0.00       0.00          0          0
1796.71/1797.02	c   crossover        :       0.00       0.00          0          0
1796.71/1797.02	c   coefdiving       :     179.35       0.00          1          0
1796.71/1797.02	c   smallcard        :       0.00       0.00          0          0
1796.71/1797.02	c   trivial          :       0.01       0.00          2          0
1796.71/1797.02	c   shiftandpropagate:       0.44       0.00          1          0
1796.71/1797.02	c   simplerounding   :       0.00       0.00          0          0
1796.71/1797.02	c   zirounding       :       1.43       0.00       1000          0
1796.71/1797.02	c   rounding         :       2.52       0.00        838          0
1796.71/1797.02	c   shifting         :       6.48       0.00        235          0
1796.71/1797.02	c   intshifting      :       0.00       0.00          0          0
1796.71/1797.02	c   twoopt           :       0.00       0.00          0          0
1796.71/1797.02	c   indtwoopt        :       0.00       0.00          0          0
1796.71/1797.02	c   indoneopt        :       0.00       0.00          0          0
1796.71/1797.02	c   fixandinfer      :       0.00       0.00          0          0
1796.71/1797.02	c   feaspump         :      37.25       0.00          7          0
1796.71/1797.02	c   clique           :       0.00       0.00          0          0
1796.71/1797.02	c   indrounding      :       0.00       0.00          0          0
1796.71/1797.02	c   indcoefdiving    :       0.00       0.00          0          0
1796.71/1797.02	c   pscostdiving     :      61.23       0.00         10          0
1796.71/1797.02	c   nlpdiving        :       0.00       0.00          0          0
1796.71/1797.02	c   fracdiving       :     111.36       0.00          1          0
1796.71/1797.02	c   veclendiving     :      27.20       0.00         14          0
1796.71/1797.02	c   intdiving        :       0.00       0.00          0          0
1796.71/1797.02	c   actconsdiving    :       0.00       0.00          0          0
1796.71/1797.02	c   objpscostdiving  :      22.93       0.00          7          0
1796.71/1797.02	c   rootsoldiving    :      16.61       0.00          4          0
1796.71/1797.02	c   linesearchdiving :      48.49       0.00         25          0
1796.71/1797.02	c   guideddiving     :       0.00       0.00          0          0
1796.71/1797.02	c   octane           :       0.00       0.00          0          0
1796.71/1797.02	c   rens             :       0.21       0.00          1          0
1796.71/1797.02	c   rins             :       0.00       0.00          0          0
1796.71/1797.02	c   localbranching   :       0.00       0.00          0          0
1796.71/1797.02	c   mutation         :       0.00       0.00          0          0
1796.71/1797.02	c   dins             :       0.00       0.00          0          0
1796.71/1797.02	c   vbounds          :       0.00       0.00          0          0
1796.71/1797.02	c   undercover       :       0.00       0.00          0          0
1796.71/1797.02	c   subnlp           :       0.00       0.00          0          0
1796.71/1797.02	c   trysol           :       0.00       0.00          0          0
1796.71/1797.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.71/1797.02	c   primal LP        :       0.04          1          0       0.00       0.00       0.04          1
1796.71/1797.02	c   dual LP          :     714.51       4150    1609206     397.92    2252.17       1.41        106
1796.71/1797.02	c   lex dual LP      :       0.00          0          0       0.00          -
1796.71/1797.02	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.71/1797.02	c   diving/probing LP:     493.06       3231    2411923     746.49    4891.74
1796.71/1797.02	c   strong branching :     536.43       1697     945449     557.13    1762.49
1796.71/1797.02	c     (at root node) :          -         53      32233     608.17          -
1796.71/1797.02	c   conflict analysis:       0.00          0          0       0.00          -
1796.71/1797.02	c B&B Tree           :
1796.71/1797.02	c   number of runs   :          1
1796.71/1797.02	c   nodes            :       4030
1796.71/1797.02	c   nodes (total)    :       4030
1796.71/1797.02	c   nodes left       :       3800
1796.71/1797.02	c   max depth        :         48
1796.71/1797.02	c   max depth (total):         48
1796.71/1797.02	c   backtracks       :        629 (15.6%)
1796.71/1797.02	c   delayed cutoffs  :          1
1796.71/1797.02	c   repropagations   :        449 (93 domain reductions, 0 cutoffs)
1796.71/1797.02	c   avg switch length:       4.10
1796.71/1797.02	c   switching time   :       1.88
1796.71/1797.02	c Solution           :
1796.71/1797.02	c   Solutions found  :          0 (0 improvements)
1796.71/1797.02	c   Primal Bound     :          -
1796.71/1797.02	c   Dual Bound       : +2.00000000000000e+01
1796.71/1797.02	c   Gap              :   infinite
1796.71/1797.02	c   Root Dual Bound  : +1.62500000000000e+01
1796.71/1797.02	c   Root Iterations  :      11588
1796.81/1797.13	c Time complete: 1796.85.

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-3690997-1338018994/watcher-3690997-1338018994 -o /tmp/evaluation-result-3690997-1338018994/solver-3690997-1338018994 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690997-1338018994.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.01 2.01 1.76 3/174 31758
/proc/meminfo: memFree=27625380/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=10136 CPUtime=0 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 1276 0 0 0 0 0 0 0 20 0 1 0 268024871 10379264 1230 33554432000 4194304 10173063 140733701401152 140733701400808 7171837 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 2534 1230 416 1460 0 1065 0

[startup+0.0986341 s]
/proc/loadavg: 2.01 2.01 1.76 3/174 31758
/proc/meminfo: memFree=27625380/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=20368 CPUtime=0.08 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 3839 0 0 0 8 0 0 0 20 0 1 0 268024871 20856832 3793 33554432000 4194304 10173063 140733701401152 140733701400808 8985008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 5092 3793 416 1460 0 3623 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20368

[startup+0.100227 s]
/proc/loadavg: 2.01 2.01 1.76 3/174 31758
/proc/meminfo: memFree=27625380/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=20368 CPUtime=0.09 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 3839 0 0 0 9 0 0 0 20 0 1 0 268024871 20856832 3793 33554432000 4194304 10173063 140733701401152 140733701400808 8985008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 5092 3793 416 1460 0 3623 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20368

[startup+0.318816 s]
/proc/loadavg: 2.01 2.01 1.76 3/174 31758
/proc/meminfo: memFree=27625380/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=130068 CPUtime=0.3 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 31151 0 0 0 26 4 0 0 20 0 1 0 268024871 133189632 30083 33554432000 4194304 10173063 140733701401152 140733701400808 8886285 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 32517 30083 514 1460 0 31048 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 130068

[startup+0.700247 s]
/proc/loadavg: 2.01 2.01 1.76 3/174 31758
/proc/meminfo: memFree=27625380/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=174980 CPUtime=0.68 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 45745 0 0 0 61 7 0 0 20 0 1 0 268024871 179179520 40030 33554432000 4194304 10173063 140733701401152 140733701400808 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 43745 40030 684 1460 0 42276 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 174980

[startup+1.5003 s]
/proc/loadavg: 2.01 2.01 1.76 3/175 31759
/proc/meminfo: memFree=27448380/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=193452 CPUtime=1.49 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 48863 0 0 0 141 8 0 0 20 0 1 0 268024871 198094848 45259 33554432000 4194304 10173063 140733701401152 140733701396920 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 48363 45259 788 1460 0 46894 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 193452

[startup+3.10018 s]
/proc/loadavg: 2.01 2.01 1.76 3/175 31759
/proc/meminfo: memFree=27446328/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=193452 CPUtime=3.09 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 48863 0 0 0 300 9 0 0 20 0 1 0 268024871 198094848 45259 33554432000 4194304 10173063 140733701401152 140733701392680 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 48363 45259 788 1460 0 46894 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 193452

[startup+6.3002 s]
/proc/loadavg: 2.01 2.01 1.76 3/175 31759
/proc/meminfo: memFree=27381700/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=262032 CPUtime=6.29 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 65580 0 0 0 617 12 0 0 20 0 1 0 268024871 268320768 61976 33554432000 4194304 10173063 140733701401152 140733701395192 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 65508 61976 827 1460 0 64039 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 262032

[startup+12.7001 s]
/proc/loadavg: 2.01 2.01 1.76 3/175 31759
/proc/meminfo: memFree=27373440/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=265700 CPUtime=12.69 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 67252 0 0 0 1254 15 0 0 20 0 1 0 268024871 272076800 63517 33554432000 4194304 10173063 140733701401152 140733701397080 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 66425 63517 850 1460 0 64956 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 265700

[startup+25.5003 s]
/proc/loadavg: 2.01 2.00 1.76 3/175 31759
/proc/meminfo: memFree=27371844/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=265740 CPUtime=25.49 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 76922 0 0 0 2529 20 0 0 20 0 1 0 268024871 272117760 63931 33554432000 4194304 10173063 140733701401152 140733701393864 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 66435 63931 859 1460 0 64966 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 265740

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 1.77 3/175 31759
/proc/meminfo: memFree=27371844/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=265740 CPUtime=51.08 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 76922 0 0 0 5087 21 0 0 20 0 1 0 268024871 272117760 63931 33554432000 4194304 10173063 140733701401152 140733701393864 8033024 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 66435 63931 859 1460 0 64966 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 265740

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 1.78 3/175 31797
/proc/meminfo: memFree=28947408/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=265740 CPUtime=102.28 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 76922 0 0 0 10201 27 0 0 20 0 1 0 268024871 272117760 63931 33554432000 4194304 10173063 140733701401152 140733701393864 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 66435 63931 859 1460 0 64966 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 265740

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.79 3/175 31797
/proc/meminfo: memFree=28931088/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=265740 CPUtime=162.27 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 76930 0 0 0 16185 42 0 0 20 0 1 0 268024871 272117760 64414 33554432000 4194304 10173063 140733701401152 140733701393128 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 66435 64414 861 1460 0 64966 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 265740

[startup+222.306 s]
/proc/loadavg: 2.03 2.01 1.81 3/176 31800
/proc/meminfo: memFree=28902784/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=265740 CPUtime=222.26 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 76936 0 0 0 22163 63 0 0 20 0 1 0 268024871 272117760 65183 33554432000 4194304 10173063 140733701401152 140733701393128 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 66435 65183 861 1460 0 64966 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 265740

[startup+282.3 s]
/proc/loadavg: 1.96 1.99 1.81 3/176 32052
/proc/meminfo: memFree=28867396/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=265740 CPUtime=282.23 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 76936 0 0 0 28137 86 0 0 20 0 1 0 268024871 272117760 65466 33554432000 4194304 10173063 140733701401152 140733701393128 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 66435 65466 861 1460 0 64966 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 265740

[startup+342.3 s]
/proc/loadavg: 1.98 1.99 1.82 3/175 32052
/proc/meminfo: memFree=28867728/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=265740 CPUtime=342.23 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 76936 0 0 0 34119 104 0 0 20 0 1 0 268024871 272117760 65466 33554432000 4194304 10173063 140733701401152 140733701393336 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 66435 65466 861 1460 0 64966 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 265740

[startup+402.3 s]
/proc/loadavg: 1.99 1.99 1.83 3/175 32052
/proc/meminfo: memFree=28866488/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=265740 CPUtime=402.22 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 76936 0 0 0 40102 120 0 0 20 0 1 0 268024871 272117760 65466 33554432000 4194304 10173063 140733701401152 140733701393336 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 66435 65466 861 1460 0 64966 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 265740

[startup+462.3 s]
/proc/loadavg: 1.99 1.99 1.83 3/175 32090
/proc/meminfo: memFree=28932976/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=265740 CPUtime=462.21 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 76936 0 0 0 46089 132 0 0 20 0 1 0 268024871 272117760 65466 33554432000 4194304 10173063 140733701401152 140733701394408 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 66435 65466 861 1460 0 64966 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 265740

[startup+522.3 s]
/proc/loadavg: 1.99 1.99 1.84 3/175 32090
/proc/meminfo: memFree=28841032/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=265740 CPUtime=522.2 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 76936 0 0 0 52080 140 0 0 20 0 1 0 268024871 272117760 65466 33554432000 4194304 10173063 140733701401152 140733701394456 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 66435 65466 861 1460 0 64966 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 265740

[startup+582.3 s]
/proc/loadavg: 1.99 1.99 1.85 3/174 32090
/proc/meminfo: memFree=28753000/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=265740 CPUtime=582.2 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 76936 0 0 0 58070 150 0 0 20 0 1 0 268024871 272117760 65466 33554432000 4194304 10173063 140733701401152 140733701393672 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 66435 65466 861 1460 0 64966 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 265740

[startup+642.3 s]

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

/proc/meminfo: memFree=28042800/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=265740 CPUtime=1122.11 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 76936 0 0 0 111983 228 0 0 20 0 1 0 268024871 272117760 65466 33554432000 4194304 10173063 140733701401152 140733701393672 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 66435 65466 861 1460 0 64966 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 265740

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 1.91 3/175 32095
/proc/meminfo: memFree=27974384/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=265740 CPUtime=1182.1 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 76936 0 0 0 117973 237 0 0 20 0 1 0 268024871 272117760 65466 33554432000 4194304 10173063 140733701401152 140733701394328 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 66435 65466 861 1460 0 64966 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 265740

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 1.91 3/175 32096
/proc/meminfo: memFree=27899948/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=265740 CPUtime=1242.09 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 76936 0 0 0 123963 246 0 0 20 0 1 0 268024871 272117760 65466 33554432000 4194304 10173063 140733701401152 140733701393672 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 66435 65466 861 1460 0 64966 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 265740

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 32096
/proc/meminfo: memFree=27826432/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=265740 CPUtime=1302.08 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 76936 0 0 0 129952 256 0 0 20 0 1 0 268024871 272117760 65466 33554432000 4194304 10173063 140733701401152 140733701394408 4487052 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 66435 65466 861 1460 0 64966 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 265740

[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 1.91 3/175 32096
/proc/meminfo: memFree=27753272/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=265740 CPUtime=1362.07 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 76936 0 0 0 135941 266 0 0 20 0 1 0 268024871 272117760 65466 33554432000 4194304 10173063 140733701401152 140733701393864 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 66435 65466 861 1460 0 64966 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 265740

[startup+1422.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/176 32099
/proc/meminfo: memFree=27684436/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=265740 CPUtime=1422.08 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 76936 0 0 0 141932 276 0 0 20 0 1 0 268024871 272117760 65466 33554432000 4194304 10173063 140733701401152 140733701394328 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 66435 65466 861 1460 0 64966 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 265740

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/175 32099
/proc/meminfo: memFree=27612092/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=265740 CPUtime=1482.06 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 76936 0 0 0 147922 284 0 0 20 0 1 0 268024871 272117760 65466 33554432000 4194304 10173063 140733701401152 140733701393672 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 66435 65466 861 1460 0 64966 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 265740

[startup+1542.31 s]
/proc/loadavg: 2.07 2.02 1.92 3/175 32100
/proc/meminfo: memFree=27542836/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=265740 CPUtime=1542.06 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 76936 0 0 0 153912 294 0 0 20 0 1 0 268024871 272117760 65466 33554432000 4194304 10173063 140733701401152 140733701393672 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 66435 65466 861 1460 0 64966 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 265740

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 1.92 3/175 32100
/proc/meminfo: memFree=27472776/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=265740 CPUtime=1602.04 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 76936 0 0 0 159903 301 0 0 20 0 1 0 268024871 272117760 65466 33554432000 4194304 10173063 140733701401152 140733701394984 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 66435 65466 861 1460 0 64966 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 265740

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 1.92 3/175 32100
/proc/meminfo: memFree=27398932/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=265740 CPUtime=1662.02 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 76936 0 0 0 165891 311 0 0 20 0 1 0 268024871 272117760 65466 33554432000 4194304 10173063 140733701401152 140733701394408 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 66435 65466 861 1460 0 64966 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 265740

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 32100
/proc/meminfo: memFree=27330668/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=265740 CPUtime=1722.02 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 76936 0 0 0 171876 326 0 0 20 0 1 0 268024871 272117760 65466 33554432000 4194304 10173063 140733701401152 140733701393672 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 66435 65466 861 1460 0 64966 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 265740

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/174 32100
/proc/meminfo: memFree=27259312/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=265740 CPUtime=1782.01 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 76936 0 0 0 177866 335 0 0 20 0 1 0 268024871 272117760 65466 33554432000 4194304 10173063 140733701401152 140733701394792 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 66435 65466 861 1460 0 64966 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 265740

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

[startup+1785.6 s]
/proc/loadavg: 2.00 2.00 1.92 3/174 32100
/proc/meminfo: memFree=27257204/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=265740 CPUtime=1785.31 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 76936 0 0 0 178195 336 0 0 20 0 1 0 268024871 272117760 65466 33554432000 4194304 10173063 140733701401152 140733701394792 8047326 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 66435 65466 861 1460 0 64966 0
Current children cumulated CPU time (s) 1785.31
Current children cumulated vsize (KiB) 265740

[startup+1792.01 s]
/proc/loadavg: 2.00 2.00 1.92 3/174 32100
/proc/meminfo: memFree=27251500/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=265740 CPUtime=1791.72 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 76936 0 0 0 178835 337 0 0 20 0 1 0 268024871 272117760 65466 33554432000 4194304 10173063 140733701401152 140733701394136 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 66435 65466 861 1460 0 64966 0
Current children cumulated CPU time (s) 1791.72
Current children cumulated vsize (KiB) 265740

[startup+1795.2 s]
/proc/loadavg: 2.00 2.00 1.92 3/174 32100
/proc/meminfo: memFree=27247036/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=265740 CPUtime=1794.92 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 76936 0 0 0 179154 338 0 0 20 0 1 0 268024871 272117760 65466 33554432000 4194304 10173063 140733701401152 140733701393672 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 66435 65466 861 1460 0 64966 0
Current children cumulated CPU time (s) 1794.92
Current children cumulated vsize (KiB) 265740

[startup+1796 s]
/proc/loadavg: 2.00 2.00 1.92 3/174 32100
/proc/meminfo: memFree=27247036/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=265740 CPUtime=1795.71 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 76936 0 0 0 179233 338 0 0 20 0 1 0 268024871 272117760 65466 33554432000 4194304 10173063 140733701401152 140733701394328 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 66435 65466 861 1460 0 64966 0
Current children cumulated CPU time (s) 1795.71
Current children cumulated vsize (KiB) 265740

[startup+1796.8 s]
/proc/loadavg: 2.00 2.00 1.92 3/174 32100
/proc/meminfo: memFree=27246416/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=265740 CPUtime=1796.51 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 76936 0 0 0 179313 338 0 0 20 0 1 0 268024871 272117760 65466 33554432000 4194304 10173063 140733701401152 140733701394328 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 66435 65466 861 1460 0 64966 0
Current children cumulated CPU time (s) 1796.51
Current children cumulated vsize (KiB) 265740

[startup+1797 s]
/proc/loadavg: 2.00 2.00 1.92 3/174 32100
/proc/meminfo: memFree=27246416/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=265740 CPUtime=1796.71 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 76936 0 0 0 179333 338 0 0 20 0 1 0 268024871 272117760 65466 33554432000 4194304 10173063 140733701401152 140733701393864 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 66435 65466 861 1460 0 64966 0
Current children cumulated CPU time (s) 1796.71
Current children cumulated vsize (KiB) 265740

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 1.92 3/174 32100
/proc/meminfo: memFree=27246416/32873624 swapFree=7104/7104
[pid=31758] ppid=31756 vsize=260096 CPUtime=1796.81 cores=1,3,5,7
/proc/31758/stat : 31758 (scip-2.1.1.4fix) R 31756 31758 31545 0 -1 4202496 76941 0 0 0 179343 338 0 0 20 0 1 0 268024871 266338304 64060 33554432000 4194304 10173063 140733701401152 140733701393864 8992599 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31758/statm: 65024 64060 866 1460 0 63555 0
Current children cumulated CPU time (s) 1796.81
Current children cumulated vsize (KiB) 260096

Child status: 0
Real time (s): 1797.14
CPU time (s): 1796.86
CPU user time (s): 1793.46
CPU system time (s): 3.39548
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 304492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.46
system time used= 3.39548
maximum resident set size= 292164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76943
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= 1850

runsolver used 2.81957 second user time and 6.98494 second system time

The end

Launcher Data

Begin job on node121 at 2012-05-26 09:56:34
IDJOB=3690997
IDBENCH=2635
IDSOLVER=2270
FILE ID=node121/3690997-1338018994
RUNJOBID= node121-1338016934-31562
PBS_JOBID= 14624350
Free space on /tmp= 71444 MiB

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

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

MD5SUM BENCH= 642c38c9f16ba47e1145e44f5259b53a
RANDOM SEED=645046885

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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		: 2667.042
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.042
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.042
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.042
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	: 5438.55
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.042
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:       32873624 kB
MemFree:        27625396 kB
Buffers:          238116 kB
Cached:          2640640 kB
SwapCached:            0 kB
Active:          2339412 kB
Inactive:        2136724 kB
Active(anon):    1599944 kB
Inactive(anon):        0 kB
Active(file):     739468 kB
Inactive(file):  2136724 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17592 kB
Writeback:            16 kB
AnonPages:       1604504 kB
Mapped:            16464 kB
Shmem:               200 kB
Slab:             632292 kB
SReclaimable:      76704 kB
SUnreclaim:       555588 kB
KernelStack:        1432 kB
PageTables:         7476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:    1753564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1347584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71436 MiB
End job on node121 at 2012-05-26 10:26:31