Trace number 3733953

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT85 1789.93 1790.23

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_10.opb
MD5SUM26699ac56f0d58d8261ff4eb58d81611
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark350.209
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 55
Optimality of the best value was proved YES
Number of variables895
Total number of constraints1659
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 constraints1659
Minimum length of a constraint14
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 707
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 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-3733953-1338698896.opb>
0.00/0.04	c original problem has 895 variables (895 bin, 0 int, 0 impl, 0 cont) and 1659 constraints
0.00/0.04	c problem read
0.00/0.04	c presolving settings loaded
0.04/0.05	c presolving:
0.04/0.06	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 90 chg sides, 90 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.04/0.07	c (round 2) 0 del vars, 780 del conss, 0 chg bounds, 90 chg sides, 90 chg coeffs, 54 upgd conss, 0 impls, 0 clqs
0.04/0.08	c (round 3) 0 del vars, 780 del conss, 0 chg bounds, 90 chg sides, 90 chg coeffs, 99 upgd conss, 420 impls, 0 clqs
0.18/0.23	c    (0.2s) probing: 109/895 (12.2%) - 0 fixings, 0 aggregations, 660 implications, 0 bound changes
0.18/0.23	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.18/0.23	c presolving (4 rounds):
0.18/0.23	c  0 deleted vars, 780 deleted constraints, 0 tightened bounds, 0 added holes, 90 changed sides, 90 changed coefficients
0.18/0.23	c  1740 implications, 0 cliques
0.18/0.23	c presolved problem has 895 variables (895 bin, 0 int, 0 impl, 0 cont) and 879 constraints
0.18/0.23	c      99 constraints of type <knapsack>
0.18/0.23	c     780 constraints of type <linear>
0.18/0.23	c transformed objective value is always integral (scale: 1)
0.18/0.23	c Presolving Time: 0.18
0.18/0.23	c - non default parameters ----------------------------------------------------------------------
0.18/0.23	c # SCIP version 1.2.1.3
0.18/0.23	c 
0.18/0.23	c # frequency for displaying node information lines
0.18/0.23	c # [type: int, range: [-1,2147483647], default: 100]
0.18/0.23	c display/freq = 10000
0.18/0.23	c 
0.18/0.23	c # maximal time in seconds to run
0.18/0.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.18/0.23	c limits/time = 1789.97
0.18/0.23	c 
0.18/0.23	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.18/0.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.18/0.23	c limits/memory = 13950
0.18/0.23	c 
0.18/0.23	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.18/0.23	c # [type: int, range: [1,2], default: 1]
0.18/0.23	c timing/clocktype = 2
0.18/0.23	c 
0.18/0.23	c # should presolving try to simplify inequalities
0.18/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.18/0.23	c constraints/linear/simplifyinequalities = TRUE
0.18/0.23	c 
0.18/0.23	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.18/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.18/0.23	c constraints/indicator/addCouplingCons = TRUE
0.18/0.23	c 
0.18/0.23	c # should presolving try to simplify knapsacks
0.18/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.18/0.23	c constraints/knapsack/simplifyinequalities = TRUE
0.18/0.23	c 
0.18/0.23	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.18/0.23	c # [type: int, range: [-1,2147483647], default: -1]
0.18/0.23	c separating/rapidlearning/freq = 0
0.18/0.23	c 
0.18/0.23	c -----------------------------------------------------------------------------------------------
0.18/0.23	c start solving
0.18/0.23	c 
0.18/0.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.18/0.25	c   0.2s|     1 |     0 |   772 |     - |6828k|   0 | 544 | 895 | 879 | 895 | 879 |   0 |   0 |   0 | 9.000000e+00 |      --      |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |  1579 |     - |7444k|   0 | 549 | 895 | 879 | 895 | 937 |  58 |   0 |   0 | 9.000000e+00 |      --      |    Inf 
0.49/0.53	c   0.5s|     1 |     0 |  1649 |     - |8081k|   0 | 546 | 895 | 879 | 895 |1069 | 190 |   0 |   0 | 9.000000e+00 |      --      |    Inf 
0.58/0.64	c   0.6s|     1 |     0 |  1769 |     - |8659k|   0 | 568 | 895 | 879 | 895 |1149 | 270 |   0 |   0 | 9.003333e+00 |      --      |    Inf 
0.78/0.82	c   0.8s|     1 |     0 |  1941 |     - |9204k|   0 | 560 | 895 | 879 | 895 |1265 | 386 |   0 |   0 | 9.003333e+00 |      --      |    Inf 
0.89/0.99	c   0.9s|     1 |     0 |  2209 |     - |9801k|   0 | 567 | 895 | 879 | 895 |1365 | 486 |   0 |   0 | 9.003333e+00 |      --      |    Inf 
1.19/1.23	c   1.2s|     1 |     0 |  2629 |     - |  10M|   0 | 558 | 895 | 879 | 895 |1487 | 608 |   0 |   0 | 9.200000e+00 |      --      |    Inf 
1.49/1.51	c   1.5s|     1 |     0 |  3088 |     - |  10M|   0 | 567 | 895 | 879 | 895 |1579 | 700 |   0 |   0 | 9.200000e+00 |      --      |    Inf 
1.79/1.82	c   1.8s|     1 |     0 |  3626 |     - |  11M|   0 | 545 | 895 | 879 | 895 |1689 | 810 |   0 |   0 | 9.200000e+00 |      --      |    Inf 
2.09/2.14	c   2.1s|     1 |     0 |  4139 |     - |  12M|   0 | 556 | 895 | 879 | 895 |1787 | 908 |   0 |   0 | 9.363636e+00 |      --      |    Inf 
2.48/2.51	c   2.5s|     1 |     0 |  4742 |     - |  12M|   0 | 545 | 895 | 879 | 895 |1867 | 988 |   0 |   0 | 9.363636e+00 |      --      |    Inf 
2.69/2.71	c   2.7s|     1 |     0 |  5399 |     - |  12M|   0 | 545 | 895 | 879 | 895 |1902 |1023 |   0 |   0 | 9.500000e+00 |      --      |    Inf 
2.89/2.92	c   2.9s|     1 |     0 |  6084 |     - |  12M|   0 | 502 | 895 | 879 | 895 |1924 |1045 |   0 |   0 | 1.000000e+01 |      --      |    Inf 
3.09/3.15	c   3.1s|     1 |     0 |  6772 |     - |  12M|   0 | 531 | 895 | 879 | 895 |1709 |1069 |   0 |   0 | 1.000000e+01 |      --      |    Inf 
3.29/3.32	c   3.3s|     1 |     0 |  7489 |     - |  12M|   0 | 522 | 895 | 879 | 895 |1739 |1099 |   0 |   0 | 1.000000e+01 |      --      |    Inf 
3.49/3.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.49/3.50	c   3.5s|     1 |     0 |  8150 |     - |  12M|   0 | 546 | 895 | 879 | 895 |1769 |1129 |   0 |   0 | 1.000000e+01 |      --      |    Inf 
3.69/3.70	c   3.7s|     1 |     0 |  8951 |     - |  12M|   0 | 439 | 895 | 879 | 895 |1786 |1146 |   0 |   0 | 1.000000e+01 |      --      |    Inf 
3.89/3.92	c   3.9s|     1 |     0 |  9849 |     - |  12M|   0 | 492 | 895 | 879 | 895 |1820 |1180 |   0 |   0 | 1.000000e+01 |      --      |    Inf 
8.88/8.90	c   8.9s|     1 |     2 |  9849 |     - |  12M|   0 | 492 | 895 | 879 | 895 |1820 |1180 |   0 |  31 | 1.000000e+01 |      --      |    Inf 
178.55/178.63	c   179s| 10000 |  7639 |  1147k| 113.8 |  23M|  51 |   - | 895 |1814 | 895 |1028 |1180 |4565 |6698 | 1.500000e+01 |      --      |    Inf 
292.44/292.55	c   293s| 20000 | 13014 |  2116k| 105.3 |  35M|  53 | 354 | 895 |2565 | 895 |1028 |1180 |  12k|  10k| 1.600000e+01 |      --      |    Inf 
330.43/330.52	o 99
330.43/330.52	c f 330s| 22858 | 13143 |  2433k| 106.0 |  35M|  54 |   - | 895 |2537 | 895 |1028 |1180 |  14k|  12k| 1.600000e+01 | 9.900000e+01 | 518.75%
358.23/358.30	o 97
358.23/358.30	c g 358s| 25216 | 13684 |  2701k| 106.8 |  37M|  58 |   - | 895 |2822 | 895 |1028 |1180 |  18k|  12k| 1.600000e+01 | 9.700000e+01 | 506.25%
382.12/382.24	o 85
382.12/382.24	c g 382s| 27444 | 13267 |  2927k| 106.3 |  37M|  62 |   - | 895 |2989 | 895 |1028 |1180 |  21k|  13k| 1.600000e+01 | 8.500000e+01 | 431.25%
409.32/409.44	c   409s| 30000 | 13952 |  3149k| 104.7 |  40M|  68 |   - | 895 |2844 | 895 |1028 |1180 |  24k|  14k| 1.600000e+01 | 8.500000e+01 | 431.25%
493.90/494.09	c   494s| 40000 | 16451 |  3912k|  97.6 |  49M|  75 | 231 | 895 |3769 | 895 |1028 |1180 |  37k|  16k| 1.600000e+01 | 8.500000e+01 | 431.25%
573.60/573.75	c   574s| 50000 | 18650 |  4597k|  91.7 |  56M|  75 | 266 | 895 |3890 | 895 |1028 |1180 |  51k|  18k| 1.700000e+01 | 8.500000e+01 | 400.00%
644.18/644.39	c   644s| 60000 | 20360 |  5214k|  86.7 |  63M|  75 | 230 | 895 |4740 | 895 |1028 |1180 |  65k|  20k| 1.700000e+01 | 8.500000e+01 | 400.00%
708.77/708.99	c   709s| 70000 | 21794 |  5767k|  82.3 |  69M|  76 |   - | 895 |5185 |   0 |   0 |1180 |  79k|  22k| 1.700000e+01 | 8.500000e+01 | 400.00%
769.76/769.94	c   770s| 80000 | 23430 |  6357k|  79.3 |  75M|  76 |   - | 895 |5223 | 895 |1028 |1180 |  94k|  22k| 1.700000e+01 | 8.500000e+01 | 400.00%
839.25/839.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
839.25/839.49	c   839s| 90000 | 24811 |  6941k|  77.0 |  81M|  81 |   - | 895 |5359 | 895 |1028 |1180 | 108k|  25k| 1.762500e+01 | 8.500000e+01 | 382.27%
891.54/891.74	c   892s|100000 | 25918 |  7438k|  74.3 |  86M|  81 |   - | 895 |5870 |   0 |   0 |1180 | 123k|  26k| 1.800000e+01 | 8.500000e+01 | 372.22%
956.53/956.72	c   957s|110000 | 27222 |  7980k|  72.5 |  93M|  83 |   - | 895 |6770 | 895 |1028 |1180 | 138k|  28k| 1.800000e+01 | 8.500000e+01 | 372.22%
1019.53/1019.74	c  1020s|120000 | 28801 |  8568k|  71.3 |  98M|  83 | 302 | 895 |5394 | 895 |1028 |1180 | 153k|  29k| 1.800000e+01 | 8.500000e+01 | 372.22%
1080.91/1081.14	c  1081s|130000 | 30047 |  9109k|  70.0 | 104M|  83 |   - | 895 |7034 | 895 |1028 |1180 | 167k|  31k| 1.800000e+01 | 8.500000e+01 | 372.22%
1145.30/1145.54	c  1146s|140000 | 32006 |  9679k|  69.1 | 111M|  83 | 184 | 895 |5893 | 895 |1028 |1180 | 181k|  34k| 1.800000e+01 | 8.500000e+01 | 372.22%
1197.38/1197.68	c  1198s|150000 | 33459 | 10179k|  67.8 | 117M|  83 | 242 | 895 |6116 | 895 |1028 |1180 | 196k|  34k| 1.800000e+01 | 8.500000e+01 | 372.22%
1254.79/1255.09	c  1255s|160000 | 34673 | 10664k|  66.6 | 122M| 108 |   - | 895 |6086 | 895 |1028 |1180 | 209k|  35k| 1.900000e+01 | 8.500000e+01 | 347.37%
1310.36/1310.63	c  1311s|170000 | 35912 | 11120k|  65.4 | 129M| 108 | 252 | 895 |7076 | 895 |1028 |1180 | 222k|  37k| 1.900000e+01 | 8.500000e+01 | 347.37%
1357.17/1357.49	c  1357s|180000 | 36621 | 11553k|  64.1 | 133M| 108 | 193 | 895 |7393 | 895 |1028 |1180 | 238k|  38k| 1.900000e+01 | 8.500000e+01 | 347.37%
1407.56/1407.89	c  1408s|190000 | 37629 | 11978k|  63.0 | 139M| 108 |   - | 895 |8750 | 895 |1028 |1180 | 252k|  39k| 1.900000e+01 | 8.500000e+01 | 347.37%
1464.05/1464.36	c  1464s|200000 | 38620 | 12433k|  62.1 | 143M| 108 | 199 | 895 |7732 | 895 |1028 |1180 | 268k|  41k| 1.900000e+01 | 8.500000e+01 | 347.37%
1520.03/1520.33	c  1520s|210000 | 39427 | 12896k|  61.4 | 147M| 108 |   - | 895 |6605 |   0 |   0 |1180 | 283k|  43k| 1.900000e+01 | 8.500000e+01 | 347.37%
1567.13/1567.50	c  1567s|220000 | 40485 | 13325k|  60.5 | 152M| 108 |   - | 895 |7044 | 895 |1028 |1180 | 298k|  44k| 1.900000e+01 | 8.500000e+01 | 347.37%
1615.92/1616.20	c  1616s|230000 | 41256 | 13732k|  59.7 | 156M| 108 | 248 | 895 |7774 | 895 |1028 |1180 | 312k|  45k| 1.900000e+01 | 8.500000e+01 | 347.37%
1673.61/1673.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1673.61/1673.93	c  1674s|240000 | 42194 | 14188k|  59.1 | 161M| 108 |   - | 895 |8049 |   0 |   0 |1180 | 327k|  47k| 1.900000e+01 | 8.500000e+01 | 347.37%
1727.80/1728.13	c  1728s|250000 | 43484 | 14663k|  58.6 | 166M| 108 |   - | 895 |8188 | 895 |1028 |1180 | 343k|  48k| 2.000000e+01 | 8.500000e+01 | 325.00%
1774.29/1774.66	c  1775s|260000 | 44610 | 15104k|  58.1 | 172M| 108 | 241 | 895 |8191 | 895 |1028 |1180 | 357k|  48k| 2.000000e+01 | 8.500000e+01 | 325.00%
1789.69/1790.01	c 
1789.69/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.69/1790.01	c Solving Time (sec) : 1789.97
1789.69/1790.01	c Solving Nodes      : 263359
1789.69/1790.01	c Primal Bound       : +8.50000000000000e+01 (3 solutions)
1789.69/1790.01	c Dual Bound         : +2.00000000000000e+01
1789.69/1790.01	c Gap                : 325.00 %
1789.69/1790.01	s SATISFIABLE
1789.69/1790.01	v x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 x100 x101 x102 
1789.69/1790.01	v x103 x104 x105 x106 x107 x108 x109 x110 x111 x112 x113 x114 x115 x116 x117 x118 x119 x120 x121 x122 x123 x124 x125 x126 x127 
1789.69/1790.01	v x128 x129 x130 x131 x132 x133 x134 x135 x136 x137 x138 -x139 x140 x141 x142 x143 x144 x145 x146 x147 x148 x149 x150 x151 
1789.69/1790.01	v x152 x153 x154 x155 x156 x157 x158 x159 x160 x161 x162 x163 x164 x165 x166 x167 x168 x169 x170 x171 x172 x173 x174 x175 x176 
1789.69/1790.01	v x177 x178 x179 x180 -x181 x182 x183 x184 x185 x186 x187 x188 x189 x190 x191 x192 x193 x194 x195 -x196 x197 x198 -x199 x200 -x201 
1789.69/1790.01	v x202 x203 x204 x205 x206 x207 -x208 x209 x210 x211 x212 x213 -x214 x215 x216 x217 x218 x219 -x220 -x221 x222 x223 x224 x225 
1789.69/1790.01	v -x226 x227 x228 x229 x230 -x231 x232 x233 x234 -x235 -x236 -x237 -x238 -x239 -x240 x241 x242 x243 x244 x245 x246 x247 x248 
1789.69/1790.01	v x249 x250 x251 x252 x253 x254 x255 -x256 x257 x258 x259 x260 -x261 x262 x263 x264 x265 -x266 x267 x268 x269 -x270 -x271 -x272 
1789.69/1790.01	v -x273 -x274 -x275 x276 x277 x278 x279 x280 x281 x282 x283 x284 x285 x286 x287 -x288 x289 x290 x291 -x292 x293 x294 x295 -x296 
1789.69/1790.01	v -x297 x298 x299 -x300 -x301 -x302 -x303 -x304 -x305 x306 x307 x308 x309 x310 x311 -x312 x313 x314 -x315 -x316 -x317 -x318 
1789.69/1790.01	v -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 x330 x331 x332 x333 -x334 x335 -x336 -x337 -x338 -x339 -x340 
1789.69/1790.01	v -x341 -x342 -x343 -x344 -x345 -x346 x347 x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 x356 x357 x358 x359 x360 x361 x362 
1789.69/1790.01	v x363 x364 x365 x366 x367 x368 x369 x370 -x371 x372 x373 x374 x375 x376 x377 x378 x379 x380 x381 x382 x383 x384 x385 x386 x387 
1789.69/1790.01	v x388 x389 x390 x391 x392 x393 x394 x395 x396 x397 x398 x399 x400 x401 x402 x403 x404 x405 -x406 x407 x408 x409 x410 x411 x412 
1789.69/1790.01	v x413 x414 x415 x416 x417 x418 x419 x420 -x421 x422 x423 -x424 x425 -x426 -x427 x428 x429 x430 x431 x432 -x433 x434 x435 x436 
1789.69/1790.01	v x437 x438 -x439 -x440 x441 x442 x443 x444 -x445 x446 x447 x448 x449 -x450 x451 x452 x453 -x454 -x455 -x456 -x457 -x458 -x459 
1789.69/1790.01	v x460 x461 x462 x463 x464 x465 x466 x467 x468 x469 -x470 x471 x472 x473 x474 -x475 x476 x477 x478 x479 -x480 x481 x482 x483 
1789.69/1790.01	v -x484 -x485 -x486 -x487 -x488 -x489 x490 x491 x492 x493 x494 x495 x496 x497 -x498 x499 x500 x501 -x502 x503 x504 x505 -x506 -x507 
1789.69/1790.01	v x508 x509 -x510 -x511 -x512 -x513 -x514 -x515 x516 x517 x518 -x519 x520 x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 
1789.69/1790.01	v -x530 -x531 -x532 -x533 -x534 -x535 -x536 x537 x538 -x539 x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 
1789.69/1790.01	v -x551 x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x21 -x20 -x19 -x18 -x17 -x16 -x15 x560 x561 x562 x563 x564 x565 x566 
1789.69/1790.01	v -x567 x568 x569 x570 x571 x572 x573 x574 x575 x576 x577 x578 x579 x580 x581 x582 x583 x584 -x585 x586 -x587 -x588 x589 x590 
1789.69/1790.01	v x591 x592 x593 -x594 -x595 x596 x597 x598 x599 -x600 x601 x602 x603 x604 -x605 x606 x607 x608 -x609 -x610 -x611 -x612 -x613 -x614 
1789.69/1790.01	v x615 x616 x617 x618 x619 -x620 x621 x622 x623 x624 -x625 x626 x627 x628 x629 -x630 x631 x632 x633 -x634 -x635 -x636 -x637 
1789.69/1790.01	v -x638 -x639 x640 x641 x642 x643 -x644 x645 x646 x647 -x648 x649 x650 x651 -x652 -x653 x654 x655 -x656 -x657 -x658 -x659 -x660 
1789.69/1790.01	v -x661 x662 x663 x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 x681 
1789.69/1790.01	v -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x14 -x13 -x12 -x11 
1789.69/1790.01	v -x10 x9 -x8 -x700 -x701 x702 x703 x704 x705 -x706 x707 x708 x709 x710 x711 x712 x713 x714 -x715 x716 x717 -x718 -x719 -x720 
1789.69/1790.01	v -x721 x722 x723 x724 x725 -x726 x727 x728 x729 x730 x731 x732 x733 x734 -x735 x736 x737 -x738 -x739 -x740 x741 x742 x743 x744 
1789.69/1790.01	v x745 x746 x747 x748 -x749 x750 x751 x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 x760 x761 -x762 x763 x764 -x765 -x766 -x767 
1789.69/1790.01	v -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 
1789.69/1790.01	v -x788 -x789 -x790 -x28 -x27 -x26 x25 -x24 x23 x22 x791 x792 x793 x794 x795 x796 x797 x798 x799 x800 x801 x802 x803 x804 x805 
1789.69/1790.01	v x806 x807 x808 x809 x810 x811 x812 x813 -x814 x815 x816 -x817 -x818 -x819 x820 x821 x822 -x823 x824 x825 -x826 -x827 -x828 -x829 
1789.69/1790.01	v -x830 -x831 x832 x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 x841 -x842 -x843 -x844 -x845 -x35 -x34 x33 x32 -x31 x30 -x29 
1789.69/1790.01	v x846 x847 x848 x849 -x850 x851 x852 -x853 -x854 -x855 -x856 x857 x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 
1789.69/1790.01	v -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x42 -x41 x40 x39 -x38 x37 x36 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 
1789.69/1790.01	v -x884 -x885 -x886 -x887 -x888 -x889 -x49 x48 -x47 x46 -x45 -x44 -x43 -x890 x891 -x892 -x893 -x894 -x56 x55 x54 x53 x52 x51 
1789.69/1790.01	v x50 -x895 x70 -x69 x68 -x67 -x66 -x65 x64 x63 -x62 -x61 x60 -x59 -x58 x57 x7 -x6 x5 -x4 x3 -x2 x1 
1789.69/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.69/1790.01	c Solving Time       :    1789.97
1789.69/1790.01	c Original Problem   :
1789.69/1790.01	c   Problem name     : HOME/instance-3733953-1338698896.opb
1789.69/1790.01	c   Variables        : 895 (895 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.69/1790.01	c   Constraints      : 1659 initial, 1659 maximal
1789.69/1790.01	c Presolved Problem  :
1789.69/1790.01	c   Problem name     : t_HOME/instance-3733953-1338698896.opb
1789.69/1790.01	c   Variables        : 895 (895 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.69/1790.01	c   Constraints      : 879 initial, 9341 maximal
1789.69/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.69/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.01	c   probing          :       0.15          0          0          0          0          0          0          0          0
1789.69/1790.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.01	c   linear           :       0.02          0          0          0          0          0        780         90         90
1789.69/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1789.69/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.69/1790.01	c   integral         :          0          0          0     179208          0        201      39607          0          0     339158
1789.69/1790.01	c   knapsack         :         99         17    1374019          0          2       9929     533162       1207          0          0
1789.69/1790.01	c   linear           :        780         17    1364088          0          2      43299   10112404          6          0          0
1789.69/1790.01	c   logicor          :          0+         0     786201          0          0       4610    1406871          0          0          0
1789.69/1790.01	c   countsols        :          0          0          0          0          2          0          0          0          0          0
1789.69/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.69/1790.01	c   integral         :     268.81       0.00       0.00     268.81       0.00
1789.69/1790.01	c   knapsack         :      21.23       0.02      21.21       0.00       0.00
1789.69/1790.01	c   linear           :     262.42       0.00     262.42       0.00       0.00
1789.69/1790.01	c   logicor          :      22.83       0.00      22.83       0.00       0.00
1789.69/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.69/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.69/1790.01	c   vbounds          :       0.17          2          0          0
1789.69/1790.01	c   rootredcost      :       0.18          3          0          0
1789.69/1790.01	c   pseudoobj        :       0.63    1373990        159       3555
1789.69/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.69/1790.01	c   propagation      :       4.08      57997      57981     716493       36.4       2521       22.7          -
1789.69/1790.01	c   infeasible LP    :       5.81      65582      65581     294415       23.6       5552       17.6          0
1789.69/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.69/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.69/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.69/1790.01	c   applied globally :          -          -          -     363195       24.8          -          -          -
1789.69/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.69/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.69/1790.01	c   cut pool         :       0.01         16          -          -       6058          -    (maximal pool size: 7082)
1789.69/1790.01	c   redcost          :       2.47     180971          0       2896          0          0
1789.69/1790.01	c   impliedbounds    :       0.00         17          0          0         17          0
1789.69/1790.01	c   intobj           :       0.00          0          0          0          0          0
1789.69/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1789.69/1790.01	c   gomory           :       0.31         17          0          0        790          0
1789.69/1790.01	c   strongcg         :       0.31         17          0          0       1004          0
1789.69/1790.01	c   cmir             :       0.79         10          0          0       4918          0
1789.69/1790.01	c   flowcover        :       0.40         10          0          0       2000          0
1789.69/1790.01	c   clique           :       0.00          1          0          0          0          0
1789.69/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1789.69/1790.01	c   mcf              :       0.00          1          0          0          0          0
1789.69/1790.01	c   rapidlearning    :       0.05          1          0          0          0          0
1789.69/1790.01	c Pricers            :       Time      Calls       Vars
1789.69/1790.01	c   problem variables:       0.00          0          0
1789.69/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.69/1790.01	c   relpscost        :     268.69     179208        201      39607          0          0     339158
1789.69/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1789.69/1790.01	c   inference        :       0.00          2          0          0          0          0          4
1789.69/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1789.69/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1789.69/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.69/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.69/1790.01	c   random           :       0.00          0          0          0          0          0          0
1789.69/1790.01	c Primal Heuristics  :       Time      Calls      Found
1789.69/1790.01	c   LP solutions     :       0.00          -          0
1789.69/1790.01	c   pseudo solutions :       0.00          -          0
1789.69/1790.01	c   intshifting      :       0.01          0          0
1789.69/1790.01	c   oneopt           :       0.06          3          0
1789.69/1790.01	c   crossover        :       0.09          1          0
1789.69/1790.01	c   feaspump         :       5.27         57          0
1789.69/1790.01	c   guideddiving     :      23.57        630          2
1789.69/1790.01	c   veclendiving     :      28.55        630          0
1789.69/1790.01	c   coefdiving       :      19.56        631          0
1789.69/1790.01	c   pscostdiving     :      36.33        631          0
1789.69/1790.01	c   fracdiving       :      18.47        631          1
1789.69/1790.01	c   linesearchdiving :      27.64        631          0
1789.69/1790.01	c   rootsoldiving    :      12.19        316          0
1789.69/1790.01	c   trivial          :       0.00          2          0
1789.69/1790.01	c   simplerounding   :       0.04          0          0
1789.69/1790.01	c   zirounding       :       0.08       1000          0
1789.69/1790.01	c   rounding         :       1.04       5924          0
1789.69/1790.01	c   shifting         :       5.95       1809          0
1789.69/1790.01	c   twoopt           :       0.00          0          0
1789.69/1790.01	c   fixandinfer      :       0.00          0          0
1789.69/1790.01	c   intdiving        :       0.00          0          0
1789.69/1790.01	c   actconsdiving    :       0.00          0          0
1789.69/1790.01	c   objpscostdiving  :      17.35        301          0
1789.69/1790.01	c   octane           :       0.00          0          0
1789.69/1790.01	c   rens             :       0.00          0          0
1789.69/1790.01	c   rins             :       0.00          0          0
1789.69/1790.01	c   localbranching   :       0.00          0          0
1789.69/1790.01	c   mutation         :       0.00          0          0
1789.69/1790.01	c   dins             :       0.00          0          0
1789.69/1790.01	c   undercover       :       0.00          0          0
1789.69/1790.01	c   nlp              :       0.03          0          0
1789.69/1790.01	c   trysol           :       0.05          0          0
1789.69/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.69/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1789.69/1790.01	c   dual LP          :     922.08     234774   13272983      56.54   14394.64
1789.69/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1789.69/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1789.69/1790.01	c   diving/probing LP:     159.73      59336    1977892      33.33   12382.69
1789.69/1790.01	c   strong branching :     258.58      48988    2323520      47.43    8985.84
1789.69/1790.01	c     (at root node) :          -         31      21979     709.00          -
1789.69/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1789.69/1790.01	c B&B Tree           :
1789.69/1790.01	c   number of runs   :          1
1789.69/1790.01	c   nodes            :     263359
1789.69/1790.01	c   nodes (total)    :     263359
1789.69/1790.01	c   nodes left       :      44867
1789.69/1790.01	c   max depth        :        108
1789.69/1790.01	c   max depth (total):        108
1789.69/1790.01	c   backtracks       :      45116 (17.1%)
1789.69/1790.01	c   delayed cutoffs  :      28220
1789.69/1790.01	c   repropagations   :     406933 (3894123 domain reductions, 17132 cutoffs)
1789.69/1790.01	c   avg switch length:       7.22
1789.69/1790.01	c   switching time   :      57.52
1789.69/1790.01	c Solution           :
1789.69/1790.01	c   Solutions found  :          3 (3 improvements)
1789.69/1790.01	c   First Solution   : +9.90000000000000e+01   (in run 1, after 22858 nodes, 330.48 seconds, depth 121, found by <fracdiving>)
1789.69/1790.01	c   Primal Bound     : +8.50000000000000e+01   (in run 1, after 27444 nodes, 382.20 seconds, depth 104, found by <guideddiving>)
1789.69/1790.01	c   Dual Bound       : +2.00000000000000e+01
1789.69/1790.01	c   Gap              :     325.00 %
1789.69/1790.01	c   Root Dual Bound  : +1.00000000000000e+01
1789.69/1790.01	c   Root Iterations  :       9849
1789.89/1790.22	c Time complete: 1789.91.

Verifier Data

OK	85

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 6265
/proc/meminfo: memFree=24992356/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=9972 CPUtime=0 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 1544 0 0 0 0 0 0 0 20 0 1 0 336016885 10211328 1491 33554432000 4194304 8395647 140733779589968 140736606556888 7382157 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6265/statm: 2493 1502 374 1026 0 1463 0

[startup+0.04991 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 6265
/proc/meminfo: memFree=24992356/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=17636 CPUtime=0.04 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 3925 0 0 0 4 0 0 0 20 0 1 0 336016885 18059264 3518 33554432000 4194304 8395647 140733779589968 140736606556888 6347101 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/6265/statm: 4409 3542 420 1026 0 3379 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 17636

[startup+0.10025 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 6265
/proc/meminfo: memFree=24992356/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=28904 CPUtime=0.08 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 6554 0 0 0 8 0 0 0 20 0 1 0 336016885 29597696 6147 33554432000 4194304 8395647 140733779589968 140736606556888 5026402 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/6265/statm: 7226 6147 492 1026 0 6196 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28904

[startup+0.300227 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 6265
/proc/meminfo: memFree=24992356/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=33104 CPUtime=0.29 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 7589 0 0 0 28 1 0 0 20 0 1 0 336016885 33898496 7145 33554432000 4194304 8395647 140733779589968 140733779585768 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/6265/statm: 8276 7145 577 1026 0 7246 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33104

[startup+0.700245 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 6265
/proc/meminfo: memFree=24992356/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=49384 CPUtime=0.68 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 11723 0 0 0 67 1 0 0 20 0 1 0 336016885 50569216 11192 33554432000 4194304 8395647 140733779589968 140733779583768 7382020 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/6265/statm: 12346 11192 618 1026 0 11316 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 49384

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6266
/proc/meminfo: memFree=24948832/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=52852 CPUtime=1.49 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 12108 0 0 0 147 2 0 0 20 0 1 0 336016885 54120448 12088 33554432000 4194304 8395647 140733779589968 140733779585256 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/6265/statm: 13213 12088 618 1026 0 12183 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52852

[startup+3.10031 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6266
/proc/meminfo: memFree=24944428/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=53544 CPUtime=3.09 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 12513 0 0 0 306 3 0 0 20 0 1 0 336016885 54829056 12492 33554432000 4194304 8395647 140733779589968 140733779585096 6721251 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6265/statm: 13386 12492 618 1026 0 12356 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53544

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6266
/proc/meminfo: memFree=24940872/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=54560 CPUtime=6.29 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 12747 0 0 0 624 5 0 0 20 0 1 0 336016885 55869440 12726 33554432000 4194304 8395647 140733779589968 140733779585224 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6265/statm: 13640 12726 620 1026 0 12610 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54560

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6266
/proc/meminfo: memFree=24938056/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=54560 CPUtime=12.68 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 12748 0 0 0 1259 9 0 0 20 0 1 0 336016885 55869440 12727 33554432000 4194304 8395647 140733779589968 140733779585224 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6265/statm: 13640 12727 621 1026 0 12610 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 54560

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6266
/proc/meminfo: memFree=24929008/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=54560 CPUtime=25.49 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 12768 0 0 0 2527 22 0 0 20 0 1 0 336016885 55869440 12831 33554432000 4194304 8395647 140733779589968 140733779584840 4614268 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6265/statm: 13640 12831 628 1026 0 12610 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 54560

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6266
/proc/meminfo: memFree=24911636/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=54560 CPUtime=51.07 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 12875 0 0 0 5059 48 0 0 20 0 1 0 336016885 55869440 12934 33554432000 4194304 8395647 140733779589968 140733779585480 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6265/statm: 13640 12934 727 1026 0 12610 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 54560

[startup+102.307 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 6266
/proc/meminfo: memFree=24885128/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=55572 CPUtime=102.27 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 13102 0 0 0 10125 102 0 0 20 0 1 0 336016885 56905728 13161 33554432000 4194304 8395647 140733779589968 140733779585192 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6265/statm: 13893 13161 727 1026 0 12863 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 55572

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 6270
/proc/meminfo: memFree=24854228/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=59236 CPUtime=162.26 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 14062 0 0 0 16052 174 0 0 20 0 1 0 336016885 60657664 14121 33554432000 4194304 8395647 140733779589968 140733779585176 6721235 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6265/statm: 14809 14121 727 1026 0 13779 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 59236

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6270
/proc/meminfo: memFree=24817040/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=67092 CPUtime=222.25 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 16031 0 0 0 21976 249 0 0 20 0 1 0 336016885 68702208 16090 33554432000 4194304 8395647 140733779589968 140733779585432 6587099 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6265/statm: 16773 16090 727 1026 0 15743 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 67092

[startup+282.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 6270
/proc/meminfo: memFree=24781328/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=76868 CPUtime=282.24 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 19164 0 0 0 27896 328 0 0 20 0 1 0 336016885 78712832 18554 33554432000 4194304 8395647 140733779589968 140733779584824 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6265/statm: 19217 18554 727 1026 0 18187 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 76868

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 6270
/proc/meminfo: memFree=24745744/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=83056 CPUtime=342.23 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 20717 0 0 0 33820 403 0 0 20 0 1 0 336016885 85049344 20105 33554432000 4194304 8395647 140733779589968 140733779585192 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6265/statm: 20764 20105 727 1026 0 19734 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 83056

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6270
/proc/meminfo: memFree=24718672/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=86252 CPUtime=402.22 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 26021 0 0 0 39746 476 0 0 20 0 1 0 336016885 88322048 20896 33554432000 4194304 8395647 140733779589968 140733779585576 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6265/statm: 21563 20896 728 1026 0 20533 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 86252

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6271
/proc/meminfo: memFree=24682304/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=93852 CPUtime=462.21 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 29815 0 0 0 45667 554 0 0 20 0 1 0 336016885 96104448 22807 33554432000 4194304 8395647 140733779589968 140733779585576 5026576 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6265/statm: 23463 22807 728 1026 0 22433 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 93852

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6271
/proc/meminfo: memFree=24646372/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=101796 CPUtime=522.21 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 32728 0 0 0 51583 638 0 0 20 0 1 0 336016885 104239104 24803 33554432000 4194304 8395647 140733779589968 140733779585096 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6265/statm: 25449 24803 728 1026 0 24419 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 101796

[startup+582.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 6271
/proc/meminfo: memFree=24611684/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=108040 CPUtime=582.2 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 34324 0 0 0 57513 707 0 0 20 0 1 0 336016885 110632960 26549 33554432000 4194304 8395647 140733779589968 140733779585096 6721240 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6265/statm: 27010 26549 728 1026 0 25980 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 108040

[startup+642.3 s]

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

/proc/meminfo: memFree=25283312/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=166976 CPUtime=1062.11 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 51303 0 0 0 105010 1201 0 0 20 0 1 0 336016885 170983424 41254 33554432000 4194304 8395647 140733779589968 140733779584520 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6265/statm: 41744 41254 728 1026 0 40714 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 166976

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7514
/proc/meminfo: memFree=25273124/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=175540 CPUtime=1122.1 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 54410 0 0 0 110944 1266 0 0 20 0 1 0 336016885 179752960 43405 33554432000 4194304 8395647 140733779589968 140733779585576 6721235 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6265/statm: 43885 43405 728 1026 0 42855 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 175540

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7514
/proc/meminfo: memFree=25257076/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=188164 CPUtime=1182.09 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 59119 0 0 0 116878 1331 0 0 20 0 1 0 336016885 192679936 46538 33554432000 4194304 8395647 140733779589968 140733779585192 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6265/statm: 47041 46538 728 1026 0 46011 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 188164

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7514
/proc/meminfo: memFree=25250260/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=192700 CPUtime=1242.08 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 60330 0 0 0 122820 1388 0 0 20 0 1 0 336016885 197324800 47715 33554432000 4194304 8395647 140733779589968 140733779585096 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6265/statm: 48175 47715 728 1026 0 47145 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 192700

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 7514
/proc/meminfo: memFree=25241556/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=199820 CPUtime=1302.08 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 62149 0 0 0 128760 1448 0 0 20 0 1 0 336016885 204615680 49433 33554432000 4194304 8395647 140733779589968 140733779585176 6262410 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6265/statm: 49955 49433 728 1026 0 48925 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 199820

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 7518
/proc/meminfo: memFree=25229100/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=209472 CPUtime=1362.06 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 64738 0 0 0 134690 1516 0 0 20 0 1 0 336016885 214499328 51916 33554432000 4194304 8395647 140733779589968 140733779585528 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6265/statm: 52368 51916 728 1026 0 51338 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 209472

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7518
/proc/meminfo: memFree=25219808/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=217540 CPUtime=1422.05 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 66855 0 0 0 140617 1588 0 0 20 0 1 0 336016885 222760960 53912 33554432000 4194304 8395647 140733779589968 140733779585576 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6265/statm: 54385 53912 728 1026 0 53355 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 217540

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7518
/proc/meminfo: memFree=25213288/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=222504 CPUtime=1482.04 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 68073 0 0 0 146554 1650 0 0 20 0 1 0 336016885 227844096 55105 33554432000 4194304 8395647 140733779589968 140733779585576 5031329 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6265/statm: 55626 55105 728 1026 0 54596 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 222504

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 7518
/proc/meminfo: memFree=25206788/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=228012 CPUtime=1542.03 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 69529 0 0 0 152490 1713 0 0 20 0 1 0 336016885 233484288 56528 33554432000 4194304 8395647 140733779589968 140733779585576 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6265/statm: 57003 56528 728 1026 0 55973 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 228012

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 7518
/proc/meminfo: memFree=25196180/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=236212 CPUtime=1602.02 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 71634 0 0 0 158431 1771 0 0 20 0 1 0 336016885 241881088 58556 33554432000 4194304 8395647 140733779589968 140733779585096 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6265/statm: 59053 58556 728 1026 0 58023 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 236212

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 7518
/proc/meminfo: memFree=25187512/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=242812 CPUtime=1662.01 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 74324 0 0 0 164368 1833 0 0 20 0 1 0 336016885 248639488 60236 33554432000 4194304 8395647 140733779589968 140733779585576 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6265/statm: 60703 60236 728 1026 0 59673 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 242812

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7519
/proc/meminfo: memFree=25179420/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=248664 CPUtime=1722 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 75818 0 0 0 170299 1901 0 0 20 0 1 0 336016885 254631936 61681 33554432000 4194304 8395647 140733779589968 140733779585576 6594812 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6265/statm: 62166 61681 728 1026 0 61136 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 248664

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 7519
/proc/meminfo: memFree=25170516/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=256440 CPUtime=1782 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 77904 0 0 0 176239 1961 0 0 20 0 1 0 336016885 262594560 63651 33554432000 4194304 8395647 140733779589968 140733779585576 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6265/statm: 64110 63651 728 1026 0 63080 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 256440

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

[startup+1785.5 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 7519
/proc/meminfo: memFree=25168524/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=256440 CPUtime=1785.19 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 77904 0 0 0 176555 1964 0 0 20 0 1 0 336016885 262594560 63651 33554432000 4194304 8395647 140733779589968 140733779585480 6721235 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6265/statm: 64110 63651 728 1026 0 63080 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 256440

[startup+1788.7 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 7519
/proc/meminfo: memFree=25168400/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=256852 CPUtime=1788.39 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 77997 0 0 0 176871 1968 0 0 20 0 1 0 336016885 263016448 63744 33554432000 4194304 8395647 140733779589968 140733779585096 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6265/statm: 64213 63744 728 1026 0 63183 0
Current children cumulated CPU time (s) 1788.39
Current children cumulated vsize (KiB) 256852

[startup+1789.5 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 7519
/proc/meminfo: memFree=25168400/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=257140 CPUtime=1789.19 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 78066 0 0 0 176950 1969 0 0 20 0 1 0 336016885 263311360 63813 33554432000 4194304 8395647 140733779589968 140733779585576 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6265/statm: 64285 63813 728 1026 0 63255 0
Current children cumulated CPU time (s) 1789.19
Current children cumulated vsize (KiB) 257140

[startup+1789.9 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 7519
/proc/meminfo: memFree=25168028/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=257140 CPUtime=1789.59 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 78066 0 0 0 176990 1969 0 0 20 0 1 0 336016885 263311360 63813 33554432000 4194304 8395647 140733779589968 140733779585576 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/6265/statm: 64285 63813 728 1026 0 63255 0
Current children cumulated CPU time (s) 1789.59
Current children cumulated vsize (KiB) 257140

[startup+1790.1 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 7519
/proc/meminfo: memFree=25168028/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=257140 CPUtime=1789.79 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 78069 0 0 0 177010 1969 0 0 20 0 1 0 336016885 263311360 63816 33554432000 4194304 8395647 140733779589968 140733779585576 6345173 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6265/statm: 64285 63816 731 1026 0 63255 0
Current children cumulated CPU time (s) 1789.79
Current children cumulated vsize (KiB) 257140

[startup+1790.2 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 7519
/proc/meminfo: memFree=25168028/32873648 swapFree=6852/6852
[pid=6265] ppid=6263 vsize=257140 CPUtime=1789.89 cores=1,3,5,7
/proc/6265/stat : 6265 (pbscip.linux.x8) R 6263 6265 4046 0 -1 4202496 78069 0 0 0 177020 1969 0 0 20 0 1 0 336016885 263311360 63816 33554432000 4194304 8395647 140733779589968 140733779585576 6345272 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6265/statm: 64285 63816 731 1026 0 63255 0
Current children cumulated CPU time (s) 1789.89
Current children cumulated vsize (KiB) 257140

Child status: 0
Real time (s): 1790.23
CPU time (s): 1789.93
CPU user time (s): 1770.23
CPU system time (s): 19.7
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 257140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1770.23
system time used= 19.7
maximum resident set size= 255264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78070
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= 71
involuntary context switches= 1849

runsolver used 5.97509 second user time and 17.0284 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-03 06:48:16
IDJOB=3733953
IDBENCH=2637
IDSOLVER=2326
FILE ID=node112/3733953-1338698896
RUNJOBID= node112-1338678625-4066
PBS_JOBID= 14636701
Free space on /tmp= 71208 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_10.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733953-1338698896/watcher-3733953-1338698896 -o /tmp/evaluation-result-3733953-1338698896/solver-3733953-1338698896 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3733953-1338698896.opb -t 1800 -m 15500

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

MD5SUM BENCH= 26699ac56f0d58d8261ff4eb58d81611
RANDOM SEED=292830634

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
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.763
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.763
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.92
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.763
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.763
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:       32873648 kB
MemFree:        24992388 kB
Buffers:          538596 kB
Cached:          5908676 kB
SwapCached:            0 kB
Active:          2287792 kB
Inactive:        4727376 kB
Active(anon):     557120 kB
Inactive(anon):    10924 kB
Active(file):    1730672 kB
Inactive(file):  4716452 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10864 kB
Writeback:             0 kB
AnonPages:        576276 kB
Mapped:            16648 kB
Shmem:               200 kB
Slab:             723424 kB
SReclaimable:     167280 kB
SUnreclaim:       556144 kB
KernelStack:        1456 kB
PageTables:         4928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     686976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    544768 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= 71196 MiB
End job on node112 at 2012-06-03 07:18:07