Trace number 3692163

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.86 1797.18

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: 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-3692163-1338033287.opb>
0.19/0.20	c original problem has 7089 variables (7089 bin, 0 int, 0 impl, 0 cont) and 13888 constraints
0.19/0.20	c problem read in 0.20
0.29/0.32	c presolving:
0.39/0.49	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.49/0.56	c    (0.6s) probing: 51/7089 (0.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.56	c    (0.6s) probing aborted: 50/50 successive totally useless probings
0.49/0.58	c presolving (2 rounds):
0.49/0.58	c  0 deleted vars, 6936 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.58	c  272 implications, 0 cliques
0.49/0.58	c presolved problem has 7089 variables (7089 bin, 0 int, 0 impl, 0 cont) and 6952 constraints
0.49/0.58	c      16 constraints of type <knapsack>
0.49/0.58	c    6936 constraints of type <linear>
0.49/0.58	c transformed objective value is always integral (scale: 1)
0.49/0.58	c Presolving Time: 0.27
0.49/0.58	c - non default parameters ----------------------------------------------------------------------
0.49/0.58	c # SCIP version 2.1.1.4
0.49/0.58	c 
0.49/0.58	c # maximal time in seconds to run
0.49/0.58	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.58	c limits/time = 1797
0.49/0.58	c 
0.49/0.58	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.58	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.58	c limits/memory = 13950
0.49/0.58	c 
0.49/0.58	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.49/0.58	c # [type: int, range: [1,2], default: 1]
0.49/0.58	c timing/clocktype = 2
0.49/0.58	c 
0.49/0.58	c # belongs reading time to solving time?
0.49/0.58	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.58	c timing/reading = TRUE
0.49/0.58	c 
0.49/0.58	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.58	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.58	c separating/rapidlearning/freq = 0
0.49/0.58	c 
0.49/0.58	c -----------------------------------------------------------------------------------------------
0.49/0.58	c start solving
0.49/0.58	c 
1.28/1.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.28/1.38	c   1.4s|     1 |     0 |    16 |     - |  67M|   0 | 816 |7089 |6967 |7089 |6952 |   0 |  15 |   0 | 1.600000e+01 |      --      |    Inf 
8.98/9.09	c   9.1s|     1 |     0 |  6868 |     - |  69M|   0 | 833 |7089 |7203 |7089 |7021 |  69 |  15 |   0 | 1.600000e+01 |      --      |    Inf 
9.59/9.62	c   9.6s|     1 |     0 |  7002 |     - |  69M|   0 | 855 |7089 |7203 |7089 |7100 | 148 |  15 |   0 | 1.600000e+01 |      --      |    Inf 
10.29/10.36	c  10.4s|     1 |     0 |  7398 |     - |  70M|   0 |1007 |7089 |7203 |7089 |7207 | 255 |  15 |   0 | 1.600115e+01 |      --      |    Inf 
11.18/11.29	c  11.3s|     1 |     0 |  7768 |     - |  71M|   0 |1001 |7089 |7203 |7089 |7306 | 354 |  15 |   0 | 1.616667e+01 |      --      |    Inf 
12.59/12.63	c  12.6s|     1 |     0 |  8123 |     - |  71M|   0 |1019 |7089 |7203 |7089 |7405 | 453 |  15 |   0 | 1.616667e+01 |      --      |    Inf 
15.18/15.25	c  15.3s|     1 |     0 |  8501 |     - |  72M|   0 |1008 |7089 |7203 |7089 |7471 | 519 |  15 |   0 | 1.625000e+01 |      --      |    Inf 
17.28/17.32	c  17.3s|     1 |     0 |  9089 |     - |  72M|   0 |1026 |7089 |7203 |7089 |7556 | 604 |  15 |   0 | 1.625000e+01 |      --      |    Inf 
20.18/20.28	c  20.3s|     1 |     0 | 10054 |     - |  73M|   0 |1016 |7089 |7203 |7089 |7594 | 642 |  15 |   0 | 1.625000e+01 |      --      |    Inf 
22.49/22.50	c  22.5s|     1 |     0 | 10619 |     - |  73M|   0 |1017 |7089 |7203 |7089 |7617 | 665 |  15 |   0 | 1.625000e+01 |      --      |    Inf 
24.78/24.82	c  24.8s|     1 |     0 | 11128 |     - |  74M|   0 |1023 |7089 |7203 |7089 |7685 | 733 |  15 |   0 | 1.625000e+01 |      --      |    Inf 
25.38/25.47	c  25.5s|     1 |     0 | 11588 |     - |  74M|   0 |1022 |7089 |7203 |7089 |7704 | 752 |  15 |   0 | 1.625000e+01 |      --      |    Inf 
57.47/57.51	c  57.5s|     1 |     2 | 11588 |     - |  74M|   0 |1022 |7089 |7203 |7089 |7704 | 752 |  15 |  53 | 1.625000e+01 |      --      |    Inf 
469.28/469.46	c   469s|   100 |   101 |  1716k|17217.7 |  75M|  16 |1160 |7089 |7609 |7089 |7041 | 752 | 421 | 249 | 1.725000e+01 |      --      |    Inf 
518.98/519.15	c   519s|   200 |   199 |  1811k|9045.9 |  76M|  21 |1168 |7089 |7658 |7089 |7041 | 752 | 470 | 279 | 1.725000e+01 |      --      |    Inf 
567.06/567.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
567.06/567.26	c   567s|   300 |   291 |  1929k|6415.5 |  76M|  21 |1095 |7089 |7687 |7089 |7041 | 752 | 499 | 309 | 1.725000e+01 |      --      |    Inf 
625.06/625.24	c   625s|   400 |   385 |  2039k|5081.8 |  77M|  26 |1006 |7089 |7690 |7089 |7041 | 752 | 502 | 353 | 1.800000e+01 |      --      |    Inf 
653.95/654.16	c   654s|   500 |   471 |  2088k|4161.5 |  77M|  36 | 986 |7089 |7701 |7089 |7041 | 752 | 513 | 382 | 1.800000e+01 |      --      |    Inf 
692.35/692.53	c   693s|   600 |   559 |  2152k|3574.3 |  77M|  36 | 842 |7089 |7713 |7089 |7041 | 752 | 525 | 427 | 1.900000e+01 |      --      |    Inf 
738.84/739.06	c   739s|   700 |   649 |  2220k|3159.4 |  77M|  36 | 991 |7089 |7721 |7089 |7041 | 752 | 533 | 484 | 1.900000e+01 |      --      |    Inf 
770.44/770.63	c   771s|   800 |   731 |  2272k|2830.2 |  78M|  38 | 846 |7089 |7736 |7089 |7041 | 752 | 548 | 512 | 1.900000e+01 |      --      |    Inf 
795.83/796.05	c   796s|   900 |   825 |  2306k|2552.6 |  78M|  38 | 997 |7089 |7739 |7089 |7041 | 752 | 551 | 538 | 1.900000e+01 |      --      |    Inf 
841.83/842.03	c   842s|  1000 |   915 |  2385k|2376.5 |  79M|  38 |1047 |7089 |7756 |7089 |7041 | 752 | 568 | 578 | 1.900000e+01 |      --      |    Inf 
874.72/874.96	c   875s|  1100 |  1011 |  2434k|2204.8 |  79M|  38 |1130 |7089 |7765 |7089 |7041 | 752 | 577 | 606 | 1.900000e+01 |      --      |    Inf 
917.42/917.66	c   918s|  1200 |  1111 |  2507k|2081.6 |  79M|  38 | 894 |7089 |7766 |7089 |7041 | 752 | 578 | 646 | 1.900000e+01 |      --      |    Inf 
952.20/952.41	c   952s|  1300 |  1209 |  2562k|1963.6 |  80M|  38 | 806 |7089 |7778 |7089 |7041 | 752 | 590 | 685 | 1.900000e+01 |      --      |    Inf 
977.00/977.28	c   977s|  1400 |  1307 |  2598k|1849.5 |  80M|  38 | 799 |7089 |7779 |7089 |7041 | 752 | 591 | 711 | 1.900000e+01 |      --      |    Inf 
1000.20/1000.49	c  1000s|  1500 |  1397 |  2641k|1754.6 |  81M|  38 | 912 |7089 |7826 |7089 |7041 | 752 | 638 | 737 | 1.900000e+01 |      --      |    Inf 
1039.59/1039.89	c  1040s|  1600 |  1487 |  2705k|1684.6 |  81M|  38 |   - |7089 |7840 |7089 |7041 | 752 | 652 | 776 | 1.900000e+01 |      --      |    Inf 
1072.30/1072.56	c  1073s|  1700 |  1577 |  2743k|1607.9 |  81M|  38 |   - |7089 |7845 |7089 |7041 | 752 | 657 | 828 | 1.900000e+01 |      --      |    Inf 
1099.59/1099.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1099.59/1099.84	c  1100s|  1800 |  1667 |  2794k|1546.7 |  82M|  38 | 969 |7089 |7855 |7089 |7041 | 752 | 667 | 854 | 1.900000e+01 |      --      |    Inf 
1123.08/1123.33	c  1123s|  1900 |  1759 |  2827k|1482.7 |  82M|  38 | 808 |7089 |7859 |7089 |7041 | 752 | 671 | 880 | 1.900000e+01 |      --      |    Inf 
1150.87/1151.16	c  1151s|  2000 |  1843 |  2875k|1432.9 |  82M|  38 | 815 |7089 |7875 |7089 |7041 | 752 | 687 | 918 | 1.900000e+01 |      --      |    Inf 
1179.37/1179.67	c  1180s|  2100 |  1937 |  2928k|1389.5 |  83M|  38 | 915 |7089 |7944 |7089 |7041 | 752 | 756 | 954 | 1.900000e+01 |      --      |    Inf 
1206.97/1207.27	c  1207s|  2200 |  2035 |  2962k|1341.8 |  83M|  39 | 876 |7089 |7945 |7089 |7041 | 752 | 757 | 990 | 1.900000e+01 |      --      |    Inf 
1235.46/1235.77	c  1236s|  2300 |  2129 |  2999k|1299.4 |  83M|  39 | 954 |7089 |7948 |7089 |7041 | 752 | 760 |1026 | 1.900000e+01 |      --      |    Inf 
1258.66/1258.90	c  1259s|  2400 |  2227 |  3035k|1260.7 |  84M|  39 | 808 |7089 |7948 |7089 |7041 | 752 | 765 |1062 | 1.900000e+01 |      --      |    Inf 
1284.66/1284.97	c  1285s|  2500 |  2322 |  3076k|1226.5 |  84M|  40 | 883 |7089 |7961 |7089 |7041 | 752 | 778 |1097 | 1.900000e+01 |      --      |    Inf 
1324.65/1324.92	c  1325s|  2600 |  2422 |  3162k|1212.5 |  84M|  40 |1187 |7089 |8027 |7089 |7041 | 752 | 846 |1148 | 1.900000e+01 |      --      |    Inf 
1350.74/1351.09	c  1351s|  2700 |  2520 |  3199k|1181.1 |  85M|  46 |1103 |7089 |8020 |7089 |7041 | 752 | 855 |1184 | 1.900000e+01 |      --      |    Inf 
1380.54/1380.88	c  1381s|  2800 |  2618 |  3244k|1155.0 |  85M|  46 | 818 |7089 |8016 |7089 |7041 | 752 | 858 |1220 | 1.900000e+01 |      --      |    Inf 
1410.53/1410.80	c  1411s|  2900 |  2710 |  3291k|1131.3 |  85M|  48 | 661 |7089 |8027 |7089 |7041 | 752 | 874 |1256 | 1.900000e+01 |      --      |    Inf 
1436.43/1436.78	c  1437s|  3000 |  2810 |  3327k|1105.5 |  86M|  48 |1040 |7089 |8027 |7089 |7041 | 752 | 874 |1281 | 1.933333e+01 |      --      |    Inf 
1456.32/1456.63	c  1457s|  3100 |  2906 |  3359k|1080.2 |  86M|  48 | 779 |7089 |8026 |7089 |7041 | 752 | 876 |1305 | 1.933333e+01 |      --      |    Inf 
1480.33/1480.62	c  1481s|  3200 |  3002 |  3391k|1056.6 |  86M|  48 |1053 |7089 |8029 |7089 |7041 | 752 | 879 |1329 | 1.950000e+01 |      --      |    Inf 
1509.93/1510.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1509.93/1510.25	c  1510s|  3300 |  3100 |  3437k|1038.5 |  87M|  48 |1194 |7089 |8041 |7089 |7041 | 752 | 891 |1366 | 1.950000e+01 |      --      |    Inf 
1536.52/1536.81	c  1537s|  3400 |  3194 |  3485k|1022.0 |  87M|  48 | 803 |7089 |8051 |7089 |7041 | 752 | 901 |1390 | 2.000000e+01 |      --      |    Inf 
1566.02/1566.40	c  1566s|  3500 |  3288 |  3523k|1003.6 |  87M|  48 | 918 |7089 |8054 |7089 |7041 | 752 | 904 |1439 | 2.000000e+01 |      --      |    Inf 
1602.21/1602.60	c  1603s|  3600 |  3382 |  3579k| 991.3 |  88M|  48 |1027 |7089 |8063 |7089 |7041 | 752 | 913 |1487 | 2.000000e+01 |      --      |    Inf 
1634.00/1634.35	c  1634s|  3700 |  3480 |  3623k| 976.4 |  88M|  48 | 967 |7089 |8067 |7089 |7041 | 752 | 920 |1522 | 2.000000e+01 |      --      |    Inf 
1704.99/1705.32	c  1705s|  3800 |  3578 |  3888k|1020.4 |  89M|  48 | 939 |7089 |8167 |7089 |7041 | 752 |1020 |1583 | 2.000000e+01 |      --      |    Inf 
1736.99/1737.30	c  1737s|  3900 |  3676 |  3934k|1006.3 |  89M|  48 | 875 |7089 |8168 |7089 |7041 | 752 |1021 |1630 | 2.000000e+01 |      --      |    Inf 
1774.88/1775.29	c  1775s|  4000 |  3772 |  4001k| 997.8 |  89M|  48 | 909 |7089 |8190 |7089 |7041 | 752 |1054 |1678 | 2.000000e+01 |      --      |    Inf 
1796.67/1797.08	c 
1796.67/1797.08	c SCIP Status        : solving was interrupted [time limit reached]
1796.67/1797.08	c Solving Time (sec) : 1797.08
1796.67/1797.08	c Solving Nodes      : 4052
1796.67/1797.08	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.67/1797.08	c Dual Bound         : +2.00000000000000e+01
1796.67/1797.08	c Gap                : infinite
1796.67/1797.08	s UNKNOWN
1796.67/1797.08	c SCIP Status        : solving was interrupted [time limit reached]
1796.67/1797.08	c Total Time         :    1797.08
1796.67/1797.08	c   solving          :    1797.08
1796.67/1797.08	c   presolving       :       0.27 (included in solving)
1796.67/1797.08	c   reading          :       0.20 (included in solving)
1796.67/1797.08	c   copying          :       0.11 (2 #copies) (minimal 0.05, maximal 0.06, average 0.05)
1796.67/1797.08	c Original Problem   :
1796.67/1797.08	c   Problem name     : HOME/instance-3692163-1338033287.opb
1796.67/1797.08	c   Variables        : 7089 (7089 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.67/1797.08	c   Constraints      : 13888 initial, 13888 maximal
1796.67/1797.08	c   Objective sense  : minimize
1796.67/1797.08	c Presolved Problem  :
1796.67/1797.08	c   Problem name     : t_HOME/instance-3692163-1338033287.opb
1796.67/1797.08	c   Variables        : 7089 (7089 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.67/1797.08	c   Constraints      : 6952 initial, 8201 maximal
1796.67/1797.08	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.67/1797.08	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.08	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.08	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.08	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.08	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.08	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.08	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.08	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.08	c   components       :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.08	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.08	c   probing          :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.08	c   knapsack         :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.08	c   linear           :       0.20       0.07          0          0          0          0          0       6936          0          0          0
1796.67/1797.08	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.08	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.67/1797.08	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.67/1797.08	c   integral         :          0          0          0          0       3971          0          4          0          0         50          0          0       7874
1796.67/1797.08	c   knapsack         :         16         16         11       9954          0          0          3       1673          7        937        247          0          0
1796.67/1797.08	c   linear           :       6936+      7172         12       9947          0          0          0       1732         57       2389          2          0          0
1796.67/1797.08	c   logicor          :          0+      1058         11       3101          0          0          0        209          7        690          0          0          0
1796.67/1797.08	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1796.67/1797.08	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.67/1797.08	c   integral         :     539.85       0.00       0.00       0.00     539.85       0.00       0.00       0.00
1796.67/1797.08	c   knapsack         :       0.50       0.00       0.00       0.50       0.00       0.00       0.00       0.00
1796.67/1797.08	c   linear           :       4.68       0.07       0.01       4.60       0.00       0.00       0.00       0.00
1796.67/1797.08	c   logicor          :       0.04       0.00       0.00       0.04       0.00       0.00       0.00       0.00
1796.67/1797.08	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.67/1797.08	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.67/1797.08	c   rootredcost      :          0          0          0          0
1796.67/1797.08	c   pseudoobj        :      13825          0          0          0
1796.67/1797.08	c   vbounds          :          0          0          0          0
1796.67/1797.08	c   redcost          :       4044          0          0         63
1796.67/1797.08	c   probing          :          0          0          0          0
1796.67/1797.08	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.67/1797.08	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00
1796.67/1797.08	c   pseudoobj        :       0.03       0.00       0.00       0.03       0.00
1796.67/1797.08	c   vbounds          :       0.01       0.00       0.00       0.01       0.00
1796.67/1797.08	c   redcost          :       0.47       0.00       0.00       0.47       0.00
1796.67/1797.08	c   probing          :       0.02       0.00       0.02       0.00       0.00
1796.67/1797.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.67/1797.08	c   propagation      :       0.00         71         71        364       25.2          1       13.0          -
1796.67/1797.08	c   infeasible LP    :       0.62        799        799        951       12.6          2        8.0          0
1796.67/1797.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.67/1797.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.67/1797.08	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.67/1797.08	c   applied globally :          -          -          -       1058       13.7          -          -          -
1796.67/1797.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.67/1797.08	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.67/1797.08	c   cut pool         :       0.01                    10          -          -       1708          -    (maximal pool size: 6011)
1796.67/1797.08	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.67/1797.08	c   impliedbounds    :       0.00       0.00         11          0          0         61          0
1796.67/1797.08	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.67/1797.08	c   gomory           :       0.98       0.00         10          0          0         14          0
1796.67/1797.08	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.67/1797.08	c   strongcg         :       1.08       0.00         11          0          0          8          0
1796.67/1797.08	c   cmir             :       6.53       0.00         10          0          0       4583          0
1796.67/1797.08	c   flowcover        :       3.73       0.00         10          0          0       1626          0
1796.67/1797.08	c   clique           :       0.00       0.00          1          0          0          0          0
1796.67/1797.08	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.67/1797.08	c   mcf              :       0.00       0.00          1          0          0          0          0
1796.67/1797.08	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.67/1797.08	c   rapidlearning    :       4.85       0.00          1          0          0          0        236
1796.67/1797.08	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.67/1797.08	c   problem variables:       0.00          -          0          0
1796.67/1797.08	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.67/1797.08	c   relpscost        :     539.84       0.00       3971          0         50          0          0       7874
1796.67/1797.08	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.67/1797.08	c   inference        :       0.00       0.00          0          0          0          0          0          0
1796.67/1797.08	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.67/1797.08	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.67/1797.08	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.67/1797.08	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.67/1797.08	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.67/1797.08	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.67/1797.08	c   LP solutions     :       0.00          -          -          0
1796.67/1797.08	c   pseudo solutions :       0.00          -          -          0
1796.67/1797.08	c   oneopt           :       0.00       0.00          0          0
1796.67/1797.08	c   crossover        :       0.00       0.00          0          0
1796.67/1797.08	c   fracdiving       :     110.44       0.00          1          0
1796.67/1797.08	c   rootsoldiving    :      16.55       0.00          4          0
1796.67/1797.08	c   pscostdiving     :      59.97       0.00         10          0
1796.67/1797.08	c   veclendiving     :      26.35       0.00         14          0
1796.67/1797.08	c   objpscostdiving  :      22.80       0.00          7          0
1796.67/1797.08	c   smallcard        :       0.00       0.00          0          0
1796.67/1797.08	c   trivial          :       0.01       0.00          2          0
1796.67/1797.08	c   shiftandpropagate:       0.44       0.00          1          0
1796.67/1797.08	c   simplerounding   :       0.00       0.00          0          0
1796.67/1797.08	c   zirounding       :       1.31       0.00       1000          0
1796.67/1797.08	c   rounding         :       2.45       0.00        841          0
1796.67/1797.08	c   shifting         :       6.43       0.00        235          0
1796.67/1797.08	c   intshifting      :       0.00       0.00          0          0
1796.67/1797.08	c   twoopt           :       0.00       0.00          0          0
1796.67/1797.08	c   indoneopt        :       0.00       0.00          0          0
1796.67/1797.08	c   indtwoopt        :       0.00       0.00          0          0
1796.67/1797.08	c   fixandinfer      :       0.00       0.00          0          0
1796.67/1797.08	c   feaspump         :      37.30       0.00          7          0
1796.67/1797.08	c   clique           :       0.00       0.00          0          0
1796.67/1797.08	c   coefdiving       :     183.11       0.00          1          0
1796.67/1797.08	c   indrounding      :       0.00       0.00          0          0
1796.67/1797.08	c   indcoefdiving    :       0.00       0.00          0          0
1796.67/1797.08	c   nlpdiving        :       0.00       0.00          0          0
1796.67/1797.08	c   intdiving        :       0.00       0.00          0          0
1796.67/1797.08	c   actconsdiving    :       0.00       0.00          0          0
1796.67/1797.08	c   linesearchdiving :      47.16       0.00         25          0
1796.67/1797.08	c   guideddiving     :       0.00       0.00          0          0
1796.67/1797.08	c   octane           :       0.00       0.00          0          0
1796.67/1797.08	c   rens             :       0.23       0.00          1          0
1796.67/1797.08	c   rins             :       0.00       0.00          0          0
1796.67/1797.08	c   localbranching   :       0.00       0.00          0          0
1796.67/1797.08	c   mutation         :       0.00       0.00          0          0
1796.67/1797.08	c   dins             :       0.00       0.00          0          0
1796.67/1797.08	c   vbounds          :       0.00       0.00          0          0
1796.67/1797.08	c   undercover       :       0.00       0.00          0          0
1796.67/1797.08	c   subnlp           :       0.00       0.00          0          0
1796.67/1797.08	c   trysol           :       0.00       0.00          0          0
1796.67/1797.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.67/1797.08	c   primal LP        :       0.04          1          0       0.00       0.00       0.04          1
1796.67/1797.08	c   dual LP          :     714.28       4174    1625032     399.57    2275.06       1.37        107
1796.67/1797.08	c   lex dual LP      :       0.00          0          0       0.00          -
1796.67/1797.08	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.67/1797.08	c   diving/probing LP:     494.04       3231    2411923     746.49    4882.00
1796.67/1797.08	c   strong branching :     538.75       1702     948511     557.29    1760.56
1796.67/1797.08	c     (at root node) :          -         53      32233     608.17          -
1796.67/1797.08	c   conflict analysis:       0.00          0          0       0.00          -
1796.67/1797.08	c B&B Tree           :
1796.67/1797.08	c   number of runs   :          1
1796.67/1797.08	c   nodes            :       4052
1796.67/1797.08	c   nodes (total)    :       4052
1796.67/1797.08	c   nodes left       :       3822
1796.67/1797.08	c   max depth        :         48
1796.67/1797.08	c   max depth (total):         48
1796.67/1797.08	c   backtracks       :        633 (15.6%)
1796.67/1797.08	c   delayed cutoffs  :          1
1796.67/1797.08	c   repropagations   :        452 (95 domain reductions, 0 cutoffs)
1796.67/1797.08	c   avg switch length:       4.12
1796.67/1797.08	c   switching time   :       1.53
1796.67/1797.08	c Solution           :
1796.67/1797.08	c   Solutions found  :          0 (0 improvements)
1796.67/1797.08	c   Primal Bound     :          -
1796.67/1797.08	c   Dual Bound       : +2.00000000000000e+01
1796.67/1797.08	c   Gap              :   infinite
1796.67/1797.08	c   Root Dual Bound  : +1.62500000000000e+01
1796.67/1797.08	c   Root Iterations  :      11588
1796.77/1797.17	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-3692163-1338033287/watcher-3692163-1338033287 -o /tmp/evaluation-result-3692163-1338033287/solver-3692163-1338033287 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692163-1338033287.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.04 2.05 1.97 3/176 9924
/proc/meminfo: memFree=28593804/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=12688 CPUtime=0 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 1919 0 0 0 0 0 0 0 20 0 1 0 269453273 12992512 1874 33554432000 4194304 10219143 140734810155584 140733561012616 7589947 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9924/statm: 3172 1874 421 1471 0 1692 0

[startup+0.014206 s]
/proc/loadavg: 2.04 2.05 1.97 3/176 9924
/proc/meminfo: memFree=28593804/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=13476 CPUtime=0 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 2119 0 0 0 0 0 0 0 20 0 1 0 269453273 13799424 2074 33554432000 4194304 10219143 140734810155584 140733561012616 5345804 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9924/statm: 3415 2088 421 1471 0 1935 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13476

[startup+0.100214 s]
/proc/loadavg: 2.04 2.05 1.97 3/176 9924
/proc/meminfo: memFree=28593804/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=22952 CPUtime=0.09 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 4486 0 0 0 9 0 0 0 20 0 1 0 269453273 23502848 4441 33554432000 4194304 10219143 140734810155584 140733561012616 7155110 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9924/statm: 5738 4441 421 1471 0 4258 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22952

[startup+0.300224 s]
/proc/loadavg: 2.04 2.05 1.97 3/176 9924
/proc/meminfo: memFree=28593804/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=121004 CPUtime=0.29 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 29104 0 0 0 24 5 0 0 20 0 1 0 269453273 123908096 28037 33554432000 4194304 10219143 140734810155584 140733561012616 4429090 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/9924/statm: 30315 28051 484 1471 0 28835 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 121004

[startup+0.700231 s]
/proc/loadavg: 2.04 2.05 1.97 3/176 9924
/proc/meminfo: memFree=28593804/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=170544 CPUtime=0.69 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 43699 0 0 0 61 8 0 0 20 0 1 0 269453273 174637056 38911 33554432000 4194304 10219143 140734810155584 140733561012616 9008087 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/9924/statm: 42636 38911 680 1471 0 41156 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 170544

[startup+1.50023 s]
/proc/loadavg: 2.04 2.05 1.97 3/177 9925
/proc/meminfo: memFree=28439204/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=189072 CPUtime=1.49 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 46964 0 0 0 140 9 0 0 20 0 1 0 269453273 193609728 44287 33554432000 4194304 10219143 140734810155584 140734810151464 8015472 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/9924/statm: 47268 44287 778 1471 0 45788 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 189072

[startup+3.10018 s]
/proc/loadavg: 2.04 2.05 1.97 3/177 9925
/proc/meminfo: memFree=28418712/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=189072 CPUtime=3.08 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 46996 0 0 0 299 9 0 0 20 0 1 0 269453273 193609728 44296 33554432000 4194304 10219143 140734810155584 140734810146744 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/9924/statm: 47268 44296 778 1471 0 45788 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 189072

[startup+6.30023 s]
/proc/loadavg: 2.04 2.05 1.97 3/177 9925
/proc/meminfo: memFree=28350140/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=260752 CPUtime=6.28 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 64470 0 0 0 613 15 0 0 20 0 1 0 269453273 267010048 61770 33554432000 4194304 10219143 140734810155584 140734810149624 4436031 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/9924/statm: 65188 61770 814 1471 0 63708 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 260752

[startup+12.7002 s]
/proc/loadavg: 2.03 2.05 1.97 3/177 9925
/proc/meminfo: memFree=28342888/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=264568 CPUtime=12.69 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 65935 0 0 0 1250 19 0 0 20 0 1 0 269453273 270917632 63228 33554432000 4194304 10219143 140734810155584 140734810148104 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/9924/statm: 66142 63228 834 1471 0 64662 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 264568

[startup+25.5002 s]
/proc/loadavg: 2.03 2.05 1.97 3/177 9925
/proc/meminfo: memFree=28342252/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=264568 CPUtime=25.48 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 66196 0 0 0 2525 23 0 0 20 0 1 0 269453273 270917632 63489 33554432000 4194304 10219143 140734810155584 140734810150472 6796370 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/9924/statm: 66142 63489 834 1471 0 64662 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 264568

[startup+51.1003 s]
/proc/loadavg: 2.02 2.04 1.97 3/177 9925
/proc/meminfo: memFree=28339308/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=264608 CPUtime=51.07 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 75596 0 0 0 5080 27 0 0 20 0 1 0 269453273 270958592 63730 33554432000 4194304 10219143 140734810155584 140734810148760 8056868 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/9924/statm: 66152 63730 842 1471 0 64672 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 264608

[startup+102.306 s]
/proc/loadavg: 2.00 2.03 1.97 3/177 9925
/proc/meminfo: memFree=28290560/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=264608 CPUtime=102.26 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 75602 0 0 0 10191 35 0 0 20 0 1 0 269453273 270958592 64518 33554432000 4194304 10219143 140734810155584 140734810148104 8077296 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/9924/statm: 66152 64518 842 1471 0 64672 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 264608

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/177 9925
/proc/meminfo: memFree=28286016/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=264608 CPUtime=162.24 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 75607 0 0 0 16171 53 0 0 20 0 1 0 269453273 270958592 65361 33554432000 4194304 10219143 140734810155584 140734810148344 8077296 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/9924/statm: 66152 65361 845 1471 0 64672 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 264608

[startup+222.3 s]
/proc/loadavg: 2.06 2.03 1.97 3/176 9925
/proc/meminfo: memFree=28284600/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=264608 CPUtime=222.22 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 75607 0 0 0 22136 86 0 0 20 0 1 0 269453273 270958592 65375 33554432000 4194304 10219143 140734810155584 140734810148712 8077296 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/9924/statm: 66152 65375 845 1471 0 64672 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 264608

[startup+282.3 s]
/proc/loadavg: 2.05 2.04 1.98 3/177 9926
/proc/meminfo: memFree=28270840/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=264608 CPUtime=282.21 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 75607 0 0 0 28104 117 0 0 20 0 1 0 269453273 270958592 65375 33554432000 4194304 10219143 140734810155584 140734810147560 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9924/statm: 66152 65375 845 1471 0 64672 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 264608

[startup+342.3 s]
/proc/loadavg: 2.02 2.03 1.98 3/178 9929
/proc/meminfo: memFree=28255696/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=264608 CPUtime=342.2 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 75607 0 0 0 34075 145 0 0 20 0 1 0 269453273 270958592 65375 33554432000 4194304 10219143 140734810155584 140734810148888 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9924/statm: 66152 65375 845 1471 0 64672 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 264608

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/178 9952
/proc/meminfo: memFree=28242924/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=264608 CPUtime=402.19 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 75607 0 0 0 40050 169 0 0 20 0 1 0 269453273 270958592 65375 33554432000 4194304 10219143 140734810155584 140734810147768 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9924/statm: 66152 65375 845 1471 0 64672 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 264608

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/177 9952
/proc/meminfo: memFree=28228424/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=264608 CPUtime=462.19 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 75607 0 0 0 46028 191 0 0 20 0 1 0 269453273 270958592 65375 33554432000 4194304 10219143 140734810155584 140734810148104 8091444 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9924/statm: 66152 65375 845 1471 0 64672 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 264608

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/177 9952
/proc/meminfo: memFree=28214412/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=264608 CPUtime=522.17 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 75607 0 0 0 52013 204 0 0 20 0 1 0 269453273 270958592 65375 33554432000 4194304 10219143 140734810155584 140734810148568 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9924/statm: 66152 65375 845 1471 0 64672 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 264608

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 9953
/proc/meminfo: memFree=28201200/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=264608 CPUtime=582.17 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 75607 0 0 0 57998 219 0 0 20 0 1 0 269453273 270958592 65375 33554432000 4194304 10219143 140734810155584 140734810148712 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9924/statm: 66152 65375 845 1471 0 64672 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 264608

[startup+642.3 s]

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

/proc/meminfo: memFree=28145988/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=264608 CPUtime=1062.09 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 75607 0 0 0 105892 317 0 0 20 0 1 0 269453273 270958592 65375 33554432000 4194304 10219143 140734810155584 140734810148712 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9924/statm: 66152 65375 845 1471 0 64672 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 264608

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 9957
/proc/meminfo: memFree=28135324/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=264608 CPUtime=1122.08 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 75607 0 0 0 111879 329 0 0 20 0 1 0 269453273 270958592 65375 33554432000 4194304 10219143 140734810155584 140734810148568 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9924/statm: 66152 65375 845 1471 0 64672 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 264608

[startup+1182.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/177 9958
/proc/meminfo: memFree=28132596/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=264608 CPUtime=1182.07 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 75607 0 0 0 117867 340 0 0 20 0 1 0 269453273 270958592 65375 33554432000 4194304 10219143 140734810155584 140734810148296 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9924/statm: 66152 65375 845 1471 0 64672 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 264608

[startup+1242.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 9958
/proc/meminfo: memFree=28130764/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=264608 CPUtime=1242.06 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 75607 0 0 0 123855 351 0 0 20 0 1 0 269453273 270958592 65375 33554432000 4194304 10219143 140734810155584 140734810148568 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9924/statm: 66152 65375 845 1471 0 64672 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 264608

[startup+1302.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 9958
/proc/meminfo: memFree=28130020/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=264608 CPUtime=1302.06 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 75607 0 0 0 129839 367 0 0 20 0 1 0 269453273 270958592 65375 33554432000 4194304 10219143 140734810155584 140734810148840 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9924/statm: 66152 65375 845 1471 0 64672 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 264608

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 9958
/proc/meminfo: memFree=28129152/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=264608 CPUtime=1362.04 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 75607 0 0 0 135825 379 0 0 20 0 1 0 269453273 270958592 65375 33554432000 4194304 10219143 140734810155584 140734810148840 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9924/statm: 66152 65375 845 1471 0 64672 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 264608

[startup+1422.31 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 9958
/proc/meminfo: memFree=28125432/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=264608 CPUtime=1422.04 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 75607 0 0 0 141812 392 0 0 20 0 1 0 269453273 270958592 65375 33554432000 4194304 10219143 140734810155584 140734810148104 8091525 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9924/statm: 66152 65375 845 1471 0 64672 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 264608

[startup+1482.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/177 9959
/proc/meminfo: memFree=28121836/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=264608 CPUtime=1482.03 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 75607 0 0 0 147797 406 0 0 20 0 1 0 269453273 270958592 65375 33554432000 4194304 10219143 140734810155584 140734810148712 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9924/statm: 66152 65375 845 1471 0 64672 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 264608

[startup+1542.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/178 9962
/proc/meminfo: memFree=28119648/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=264608 CPUtime=1542.02 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 75607 0 0 0 153783 419 0 0 20 0 1 0 269453273 270958592 65375 33554432000 4194304 10219143 140734810155584 140734810148712 8091511 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9924/statm: 66152 65375 845 1471 0 64672 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 264608

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 9962
/proc/meminfo: memFree=28118476/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=264608 CPUtime=1602 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 75607 0 0 0 159768 432 0 0 20 0 1 0 269453273 270958592 65375 33554432000 4194304 10219143 140734810155584 140734810150952 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9924/statm: 66152 65375 845 1471 0 64672 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 264608

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 9962
/proc/meminfo: memFree=28116244/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=264608 CPUtime=1662 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 75607 0 0 0 165748 452 0 0 20 0 1 0 269453273 270958592 65375 33554432000 4194304 10219143 140734810155584 140734810148840 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9924/statm: 66152 65375 845 1471 0 64672 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 264608

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 9962
/proc/meminfo: memFree=28112524/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=264608 CPUtime=1721.99 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 75607 0 0 0 171729 470 0 0 20 0 1 0 269453273 270958592 65375 33554432000 4194304 10219143 140734810155584 140734810148936 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9924/statm: 66152 65375 845 1471 0 64672 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 264608

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10001
/proc/meminfo: memFree=28385208/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=264608 CPUtime=1781.98 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 75607 0 0 0 177716 482 0 0 20 0 1 0 269453273 270958592 65375 33554432000 4194304 10219143 140734810155584 140734810148104 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9924/statm: 66152 65375 845 1471 0 64672 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 264608

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10001
/proc/meminfo: memFree=28385084/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=264608 CPUtime=1785.18 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 75607 0 0 0 178035 483 0 0 20 0 1 0 269453273 270958592 65375 33554432000 4194304 10219143 140734810155584 140734810148568 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9924/statm: 66152 65375 845 1471 0 64672 0
Current children cumulated CPU time (s) 1785.18
Current children cumulated vsize (KiB) 264608

[startup+1791.91 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 10001
/proc/meminfo: memFree=28385456/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=264608 CPUtime=1791.59 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 75607 0 0 0 178674 485 0 0 20 0 1 0 269453273 270958592 65375 33554432000 4194304 10219143 140734810155584 140734810148104 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9924/statm: 66152 65375 845 1471 0 64672 0
Current children cumulated CPU time (s) 1791.59
Current children cumulated vsize (KiB) 264608

[startup+1795.1 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 10001
/proc/meminfo: memFree=28385332/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=264608 CPUtime=1794.78 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 75607 0 0 0 178993 485 0 0 20 0 1 0 269453273 270958592 65375 33554432000 4194304 10219143 140734810155584 140734810148568 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9924/statm: 66152 65375 845 1471 0 64672 0
Current children cumulated CPU time (s) 1794.78
Current children cumulated vsize (KiB) 264608

[startup+1795.9 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 10001
/proc/meminfo: memFree=28385332/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=264608 CPUtime=1795.58 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 75607 0 0 0 179072 486 0 0 20 0 1 0 269453273 270958592 65375 33554432000 4194304 10219143 140734810155584 140734810148568 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9924/statm: 66152 65375 845 1471 0 64672 0
Current children cumulated CPU time (s) 1795.58
Current children cumulated vsize (KiB) 264608

[startup+1796.7 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 10001
/proc/meminfo: memFree=28385456/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=264608 CPUtime=1796.38 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 75607 0 0 0 179152 486 0 0 20 0 1 0 269453273 270958592 65375 33554432000 4194304 10219143 140734810155584 140734810148104 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9924/statm: 66152 65375 845 1471 0 64672 0
Current children cumulated CPU time (s) 1796.38
Current children cumulated vsize (KiB) 264608

[startup+1797.1 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 10001
/proc/meminfo: memFree=28385456/32873844 swapFree=6080/6080
[pid=9924] ppid=9922 vsize=264608 CPUtime=1796.77 cores=0,2,4,6
/proc/9924/stat : 9924 (scip-2.1.1.4exp) R 9922 9924 8502 0 -1 4202496 75610 0 0 0 179191 486 0 0 20 0 1 0 269453273 270958592 65378 33554432000 4194304 10219143 140734810155584 140734810152280 5123104 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9924/statm: 66152 65378 848 1471 0 64672 0
Current children cumulated CPU time (s) 1796.77
Current children cumulated vsize (KiB) 264608

Child status: 0
Real time (s): 1797.18
CPU time (s): 1796.86
CPU user time (s): 1791.99
CPU system time (s): 4.87426
CPU usage (%): 99.9825
Max. virtual memory (cumulated for all children) (KiB): 303536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.99
system time used= 4.87426
maximum resident set size= 291448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75612
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= 11
involuntary context switches= 2142

runsolver used 3.13652 second user time and 7.76482 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-26 13:54:47
IDJOB=3692163
IDBENCH=2635
IDSOLVER=2271
FILE ID=node139/3692163-1338033287
RUNJOBID= node139-1338029658-9613
PBS_JOBID= 14624336
Free space on /tmp= 71620 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/golomb-rulers/normalized-OGR_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-3692163-1338033287/watcher-3692163-1338033287 -o /tmp/evaluation-result-3692163-1338033287/solver-3692163-1338033287 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692163-1338033287.opb -t 1800 -m 15500

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

MD5SUM BENCH= 642c38c9f16ba47e1145e44f5259b53a
RANDOM SEED=1145043350

node139.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28594068 kB
Buffers:          257064 kB
Cached:          3118900 kB
SwapCached:            0 kB
Active:           732592 kB
Inactive:        2751928 kB
Active(anon):     100012 kB
Inactive(anon):    11120 kB
Active(file):     632580 kB
Inactive(file):  2740808 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17636 kB
Writeback:             0 kB
AnonPages:        153412 kB
Mapped:            17760 kB
Shmem:               200 kB
Slab:             655924 kB
SReclaimable:      98476 kB
SUnreclaim:       557448 kB
KernelStack:        1432 kB
PageTables:         4272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     225544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     40960 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= 71608 MiB
End job on node139 at 2012-05-26 14:24:44