Trace number 2692912

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 NameAnswerCPU timeWall clock time
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverOPTIMUM 17.0684 17.0709

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224451--soft-0-100-0.wbo
MD5SUM51c830b3e31ed97e6a2590ce9584f929
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark0.482926
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5180
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5179
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1261
Number of bits of the biggest sum of numbers11
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.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
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-2692912-1277924581.wbo>
0.00/0.00	c original problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 203 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	o 5179
0.00/0.00	c feasible solution found by trivial heuristic, objective value  5.179000e+03
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 101 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 101 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 101 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 101/270 (37.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  0 deleted vars, 1 deleted constraints, 101 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  101 implications, 0 cliques
0.00/0.01	c presolved problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 202 constraints
0.00/0.01	c     101 constraints of type <indicator>
0.00/0.01	c     101 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.2
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 3420
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c t 0.0s|     1 |     0 |     0 |     - |1215k|   0 |   0 | 371 | 202 | 371 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.179000e+03 |    Inf 
0.00/0.01	c   0.0s|     1 |     0 |    26 |     - |1249k|   0 |   0 | 371 | 202 | 371 |  26 |  26 |   0 |   0 | 0.000000e+00 | 5.179000e+03 |    Inf 
0.00/0.01	c   0.0s|     1 |     0 |    72 |     - |1265k|   0 |  26 | 371 | 202 | 371 |  41 |  41 |   0 |   0 | 0.000000e+00 | 5.179000e+03 |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    90 |     - |1432k|   0 |  34 | 371 | 202 | 371 |  52 |  52 |   0 |   0 | 0.000000e+00 | 5.179000e+03 |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |   119 |     - |1447k|   0 |  36 | 371 | 202 | 371 |  60 |  60 |   0 |   0 | 0.000000e+00 | 5.179000e+03 |    Inf 
0.02/0.04	c   0.0s|     1 |     0 |   146 |     - |1456k|   0 |  34 | 371 | 202 | 371 |  61 |  61 |   0 |   0 | 0.000000e+00 | 5.179000e+03 |    Inf 
0.02/0.05	c   0.0s|     1 |     0 |   167 |     - |1474k|   0 |  41 | 371 | 202 | 371 |  67 |  67 |   0 |   0 | 0.000000e+00 | 5.179000e+03 |    Inf 
0.09/0.16	c   0.1s|     1 |     2 |   251 |     - |1485k|   0 |  41 | 371 | 202 | 371 |  67 |  67 |   0 |  33 | 0.000000e+00 | 5.179000e+03 |    Inf 
1.09/1.17	o 740
1.09/1.17	c * 1.0s|   662 |   642 |  3553 |   5.1 |2200k|  59 |   - | 371 | 202 | 371 |  68 | 109 |   0 | 484 | 0.000000e+00 | 7.400000e+02 |    Inf 
1.69/1.79	o 514
1.69/1.79	c * 1.5s|  2421 |  2315 |  5907 |   2.4 |3796k| 121 |   - | 371 | 204 | 371 |  68 | 141 |   2 | 594 | 0.000000e+00 | 5.140000e+02 |    Inf 
1.89/1.92	o 474
1.89/1.92	c * 1.6s|  2912 |  2712 |  6200 |   2.1 |4139k| 129 |   - | 371 | 217 | 371 |  69 | 145 |  15 | 597 | 0.000000e+00 | 4.740000e+02 |    Inf 
1.89/1.97	o 466
1.89/1.97	c * 1.6s|  3081 |  2810 |  6417 |   2.0 |4256k| 142 |   - | 371 | 267 | 371 |  69 | 151 |  69 | 601 | 0.000000e+00 | 4.660000e+02 |    Inf 
1.89/1.97	o 464
1.89/1.97	c * 1.6s|  3082 |  2805 |  6417 |   2.0 |4254k| 142 |   - | 371 | 267 | 371 |  69 | 151 |  69 | 601 | 0.000000e+00 | 4.640000e+02 |    Inf 
1.99/2.07	o 432
1.99/2.07	c * 1.7s|  3268 |  2877 |  7395 |   2.2 |4343k| 145 |   - | 371 | 278 | 371 |  68 | 165 |  80 | 646 | 0.000000e+00 | 4.320000e+02 |    Inf 
1.99/2.09	o 385
1.99/2.09	c * 1.7s|  3287 |  2637 |  7482 |   2.2 |4203k| 145 |   - | 371 | 293 | 371 |  68 | 167 |  95 | 656 | 0.000000e+00 | 3.850000e+02 |    Inf 
1.99/2.09	o 349
1.99/2.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.99/2.09	c * 1.7s|  3289 |  2396 |  7492 |   2.2 |4048k| 145 |   - | 371 | 293 | 371 |  68 | 167 |  95 | 656 | 0.000000e+00 | 3.490000e+02 |    Inf 
1.99/2.10	o 339
1.99/2.10	c * 1.7s|  3304 |  2320 |  7512 |   2.2 |4007k| 145 |   - | 371 | 296 | 371 |  69 | 168 |  98 | 660 | 0.000000e+00 | 3.390000e+02 |    Inf 
2.09/2.15	o 326
2.09/2.15	c * 1.8s|  3386 |  2279 |  7984 |   2.3 |4022k| 145 |   - | 371 | 308 | 371 |  67 | 175 | 110 | 692 | 0.000000e+00 | 3.260000e+02 |    Inf 
2.29/2.38	o 320
2.29/2.38	c * 2.0s|  3791 |  2298 |  9566 |   2.5 |4257k| 145 |   - | 371 | 530 | 371 |  74 | 215 | 344 | 759 | 0.000000e+00 | 3.200000e+02 |    Inf 
2.99/3.01	o 311
2.99/3.01	c * 2.5s|  6184 |  4354 | 11044 |   1.8 |5444k| 145 |   - | 371 | 665 | 371 |  71 | 274 | 498 | 785 | 0.000000e+00 | 3.110000e+02 |    Inf 
3.49/3.58	o 309
3.49/3.58	c * 3.0s|  7984 |  5651 | 13359 |   1.7 |6479k| 157 |   - | 371 | 921 | 371 |  73 | 382 | 860 | 831 | 0.000000e+00 | 3.090000e+02 |    Inf 
3.69/3.78	o 306
3.69/3.78	c * 3.2s|  8730 |  6253 | 13616 |   1.5 |6829k| 157 |   - | 371 | 907 | 371 |  70 | 393 | 919 | 831 | 0.000000e+00 | 3.060000e+02 |    Inf 
3.69/3.79	o 279
3.69/3.79	c * 3.2s|  8738 |  5856 | 13618 |   1.5 |6539k| 157 |   - | 371 | 907 | 371 |  70 | 393 | 919 | 831 | 0.000000e+00 | 2.790000e+02 |    Inf 
4.09/4.13	c   3.5s| 10000 |  6975 | 14902 |   1.5 |7263k| 157 |   0 | 371 | 925 | 371 |  71 | 439 |1037 | 837 | 0.000000e+00 | 2.790000e+02 |    Inf 
5.08/5.11	o 277
5.08/5.11	c * 4.3s| 12783 |  8914 | 21721 |   1.7 |8901k| 157 |   - | 371 | 939 | 371 |  69 | 592 |1719 | 918 | 0.000000e+00 | 2.770000e+02 |    Inf 
5.29/5.32	o 274
5.29/5.32	c * 4.5s| 13263 |  9234 | 24401 |   1.8 |9131k| 157 |   - | 371 | 884 | 371 |  69 | 613 |1791 | 940 | 0.000000e+00 | 2.740000e+02 |    Inf 
5.29/5.33	o 256
5.29/5.33	c * 4.5s| 13275 |  8892 | 24546 |   1.8 |8897k| 157 |   - | 371 | 882 | 371 |  74 | 616 |1793 | 940 | 0.000000e+00 | 2.560000e+02 |    Inf 
5.29/5.36	o 249
5.29/5.36	c * 4.5s| 13365 |  8792 | 24980 |   1.9 |8822k| 157 |   - | 371 | 872 | 371 |  72 | 629 |1799 | 941 | 0.000000e+00 | 2.490000e+02 |    Inf 
5.40/5.46	o 232
5.40/5.46	c * 4.6s| 13652 |  8609 | 25870 |   1.9 |8630k| 157 |   - | 371 | 874 | 371 |  69 | 635 |1856 | 941 | 0.000000e+00 | 2.320000e+02 |    Inf 
5.58/5.67	o 231
5.58/5.67	c * 4.8s| 14147 |  8793 | 27990 |   2.0 |8838k| 157 |   - | 371 | 796 | 371 |  76 | 688 |1995 | 953 | 0.000000e+00 | 2.310000e+02 |    Inf 
5.58/5.67	o 219
5.58/5.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.58/5.67	c * 4.8s| 14148 |  8234 | 27990 |   2.0 |8424k| 157 |   - | 371 | 796 | 371 |  76 | 688 |1995 | 953 | 0.000000e+00 | 2.190000e+02 |    Inf 
5.79/5.82	o 211
5.79/5.82	c * 4.9s| 14488 |  7768 | 29590 |   2.0 |8134k| 157 |   - | 371 | 740 | 371 |  68 | 704 |2145 | 960 | 0.000000e+00 | 2.110000e+02 |    Inf 
5.88/5.91	o 208
5.88/5.91	c * 5.0s| 14715 |  7760 | 30589 |   2.1 |8191k| 157 |   - | 371 | 725 | 371 |  68 | 733 |2185 | 964 | 0.000000e+00 | 2.080000e+02 |    Inf 
5.88/5.93	o 204
5.88/5.93	c * 5.0s| 14772 |  7561 | 30773 |   2.1 |8033k| 157 |   - | 371 | 708 | 371 |  68 | 741 |2193 | 964 | 0.000000e+00 | 2.040000e+02 |    Inf 
5.99/6.02	o 201
5.99/6.02	c * 5.1s| 15015 |  7569 | 31525 |   2.1 |8092k| 157 |   - | 371 | 715 | 371 |  70 | 751 |2253 | 965 | 0.000000e+00 | 2.010000e+02 |    Inf 
6.19/6.27	o 184
6.19/6.27	c * 5.3s| 15570 |  6720 | 34929 |   2.2 |7619k| 157 |   - | 371 | 796 | 371 |  71 | 810 |2479 | 979 | 0.000000e+00 | 1.840000e+02 |    Inf 
6.28/6.35	o 179
6.28/6.35	c * 5.3s| 15760 |  6588 | 35921 |   2.3 |7595k| 157 |   - | 371 | 810 | 371 |  70 | 817 |2539 | 979 | 0.000000e+00 | 1.790000e+02 |    Inf 
6.28/6.35	o 178
6.28/6.35	c * 5.3s| 15765 |  6571 | 35987 |   2.3 |7573k| 157 |   - | 371 | 810 | 371 |  70 | 817 |2539 | 979 | 0.000000e+00 | 1.780000e+02 |    Inf 
6.28/6.37	o 167
6.28/6.37	c * 5.4s| 15836 |  6191 | 36180 |   2.3 |7294k| 157 |   - | 371 | 812 | 371 |  72 | 819 |2553 | 979 | 0.000000e+00 | 1.670000e+02 |    Inf 
6.69/6.74	o 143
6.69/6.74	c * 5.7s| 16624 |  4955 | 38331 |   2.3 |6424k| 157 |   - | 371 | 983 | 371 |  69 | 850 |2947 | 990 | 0.000000e+00 | 1.430000e+02 |    Inf 
7.29/7.39	o 135
7.29/7.39	c * 6.2s| 18201 |  4420 | 40789 |   2.2 |6340k| 157 |   - | 371 |1329 | 371 |  70 | 895 |3905 | 991 | 0.000000e+00 | 1.350000e+02 |    Inf 
7.70/7.78	o 132
7.70/7.78	c * 6.5s| 18944 |  4410 | 44272 |   2.3 |6467k| 157 |   - | 371 | 792 | 371 |  69 | 915 |4287 |1000 | 0.000000e+00 | 1.320000e+02 |    Inf 
7.79/7.80	o 131
7.79/7.80	c * 6.6s| 19012 |  4380 | 44350 |   2.3 |6444k| 157 |   - | 371 | 794 | 371 |  70 | 916 |4308 |1000 | 0.000000e+00 | 1.310000e+02 |    Inf 
8.09/8.18	c   6.9s| 20000 |  4484 | 46340 |   2.3 |6662k| 157 |   1 | 371 | 817 | 371 |  69 | 932 |4766 |1001 | 0.000000e+00 | 1.310000e+02 |    Inf 
9.79/9.86	o 122
9.79/9.86	c * 8.2s| 24079 |  4584 | 53854 |   2.2 |7640k| 157 |   - | 371 | 818 | 371 |  71 |1062 |6782 |1027 | 0.000000e+00 | 1.220000e+02 |    Inf 
10.99/11.01	o 96
10.99/11.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.99/11.01	c * 9.1s| 26862 |  3817 | 60073 |   2.2 |7698k| 157 |   - | 371 | 741 | 371 |  67 |1161 |8254 |1030 | 0.000000e+00 | 9.600000e+01 |    Inf 
10.99/11.09	o 95
10.99/11.09	c * 9.2s| 27065 |  3781 | 60461 |   2.2 |7721k| 157 |   - | 371 | 792 | 371 |  67 |1170 |8384 |1030 | 0.000000e+00 | 9.500000e+01 |    Inf 
11.08/11.11	o 85
11.08/11.11	c * 9.2s| 27116 |  3111 | 60494 |   2.2 |7159k| 157 |   - | 371 | 804 | 371 |  67 |1171 |8416 |1030 | 0.000000e+00 | 8.500000e+01 |    Inf 
11.08/11.16	o 60
11.08/11.16	c * 9.2s| 27230 |  2271 | 60755 |   2.2 |6290k| 157 |   - | 371 | 859 | 371 |  68 |1192 |8520 |1030 | 0.000000e+00 | 6.000000e+01 |    Inf 
11.28/11.32	o 49
11.28/11.32	c * 9.4s| 27618 |  1180 | 62293 |   2.2 |5212k| 157 |   - | 371 | 989 | 371 |  67 |1218 |8801 |1031 | 0.000000e+00 | 4.900000e+01 |    Inf 
12.39/12.40	c  10.3s| 30000 |  1308 | 74933 |   2.5 |5854k| 157 |  16 | 371 |2109 | 371 |  68 |1324 |  10k|1034 | 0.000000e+00 | 4.900000e+01 |    Inf 
14.98/15.03	o 36
14.98/15.03	c *12.5s| 35766 |  1506 |108018 |   3.0 |7100k| 157 |   - | 371 |3792 | 371 |  67 |1664 |  15k|1034 | 0.000000e+00 | 3.600000e+01 |    Inf 
16.59/16.62	o 22
16.59/16.62	c *13.8s| 38832 |  1119 |131198 |   3.4 |7061k| 157 |   - | 371 |4150 | 371 |  67 |1838 |  18k|1034 | 0.000000e+00 | 2.200000e+01 |    Inf 
16.59/16.69	o 20
16.59/16.69	c *13.9s| 38902 |  1106 |132627 |   3.4 |6913k| 157 |   - | 371 |3627 | 371 |  67 |1845 |  18k|1034 | 0.000000e+00 | 2.000000e+01 |    Inf 
16.69/16.74	o 9
16.69/16.74	c *13.9s| 38954 |   578 |133326 |   3.4 |5939k| 157 |   - | 371 |3283 | 371 |  67 |1845 |  18k|1034 | 0.000000e+00 | 9.000000e+00 |    Inf 
16.99/17.06	c 
16.99/17.06	c SCIP Status        : problem is solved [optimal solution found]
16.99/17.06	c Solving Time (sec) : 14.19
16.99/17.06	c Solving Nodes      : 39232
16.99/17.06	c Primal Bound       : +9.00000000000000e+00 (237 solutions)
16.99/17.06	c Dual Bound         : +9.00000000000000e+00
16.99/17.06	c Gap                : 0.00 %
16.99/17.06	s OPTIMUM FOUND
16.99/17.06	v -x169 -x168 -x167 -x166 -x165 x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 
16.99/17.06	v -x147 -x146 -x145 x144 -x143 -x142 x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 
16.99/17.06	v -x126 -x125 -x124 x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 x106 
16.99/17.06	v -x105 -x104 -x103 -x102 -x101 -x100 -x99 x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 
16.99/17.06	v -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 x69 -x68 -x67 -x66 x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 
16.99/17.06	v -x55 -x54 -x53 -x52 -x51 -x50 x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 x31 
16.99/17.06	v -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 
16.99/17.06	v -x4 -x3 -x2 -x1 
16.99/17.06	c SCIP Status        : problem is solved [optimal solution found]
16.99/17.06	c Solving Time       :      14.19
16.99/17.06	c Original Problem   :
16.99/17.06	c   Problem name     : HOME/instance-2692912-1277924581.wbo
16.99/17.06	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
16.99/17.06	c   Constraints      : 203 initial, 203 maximal
16.99/17.06	c Presolved Problem  :
16.99/17.06	c   Problem name     : t_HOME/instance-2692912-1277924581.wbo
16.99/17.06	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
16.99/17.06	c   Constraints      : 202 initial, 4155 maximal
16.99/17.06	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
16.99/17.06	c   trivial          :       0.00          0          0          0          0          0          0          0          0
16.99/17.06	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
16.99/17.06	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
16.99/17.06	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
16.99/17.06	c   implics          :       0.00          0          0          0          0          0          0          0          0
16.99/17.06	c   probing          :       0.00          0          0          0          0          0          0          0          0
16.99/17.06	c   indicator        :       0.00          0          0          0          0          0          0          0          0
16.99/17.06	c   linear           :       0.01          0          0          0        101          0          1          0          0
16.99/17.06	c   logicor          :       0.00          0          0          0          0          0          0          0          0
16.99/17.06	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
16.99/17.06	c   root node        :          -         96          -          -        192          -          -          -          -
16.99/17.06	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
16.99/17.06	c   integral         :          0          0          0      28582          0          0          6          0          0      27000
16.99/17.06	c   indicator        :        101          0     158645      15071          0        920     190338          0          0          0
16.99/17.06	c   linear           :        101          6     157461      14866          0       3786     525683       1918          0          0
16.99/17.06	c   logicor          :          0+         0      42372          0          0       1581      42633          0          0          0
16.99/17.06	c   bounddisjunction :          0+         0       2031          0          0          0          0          0          0          0
16.99/17.06	c   countsols        :          0          0          0      13943          0          0          0          0          0          0
16.99/17.06	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
16.99/17.06	c   integral         :       1.13       0.00       0.00       1.13       0.00
16.99/17.06	c   indicator        :       0.25       0.00       0.16       0.09       0.00
16.99/17.06	c   linear           :       1.85       0.00       1.80       0.05       0.00
16.99/17.06	c   logicor          :       0.74       0.00       0.74       0.00       0.00
16.99/17.06	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
16.99/17.06	c   countsols        :       0.00       0.00       0.00       0.00       0.00
16.99/17.06	c Propagators        :       Time      Calls    Cutoffs    DomReds
16.99/17.06	c   vbounds          :       0.00          2          0          0
16.99/17.06	c   rootredcost      :       0.00         44          0         96
16.99/17.06	c   pseudoobj        :       1.26     162760       4300     161778
16.99/17.06	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
16.99/17.06	c   propagation      :       1.08       9667       9634      54412       29.4        758        8.6          -
16.99/17.06	c   infeasible LP    :       0.11       2061       2055      12040       21.0         47        6.2          0
16.99/17.06	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
16.99/17.06	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
16.99/17.06	c   pseudo solution  :       0.00        184        184        617       13.6         18        9.1          -
16.99/17.06	c   applied globally :          -          -          -      18248       16.6          -          -          -
16.99/17.06	c   applied locally  :          -          -          -        848       35.8          -          -          -
16.99/17.06	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
16.99/17.06	c   cut pool         :       0.00          3          -          -         12          -    (maximal pool size: 26)
16.99/17.06	c   redcost          :       0.23      29927          0      35105          0          0
16.99/17.06	c   impliedbounds    :       0.00          4          0          0          0          0
16.99/17.06	c   intobj           :       0.00          0          0          0          0          0
16.99/17.06	c   cgmip            :       0.00          0          0          0          0          0
16.99/17.06	c   gomory           :       0.00          4          0          0         26          0
16.99/17.06	c   strongcg         :       0.01          4          0          0          0          0
16.99/17.06	c   cmir             :       0.00          4          0          0          0          0
16.99/17.06	c   flowcover        :       0.01          4          0          0          0          0
16.99/17.06	c   clique           :       0.00          1          0          0          0          0
16.99/17.06	c   zerohalf         :       0.00          0          0          0          0          0
16.99/17.06	c   mcf              :       0.00          1          0          0          0          0
16.99/17.06	c   rapidlearning    :       0.00          0          0          0          0          0
16.99/17.06	c Pricers            :       Time      Calls       Vars
16.99/17.06	c   problem variables:       0.00          0          0
16.99/17.06	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
16.99/17.06	c   relpscost        :       1.13      13504          0          6          0          0      27000
16.99/17.06	c   pscost           :       0.00          0          0          0          0          0          0
16.99/17.06	c   inference        :       0.14      13899          0          0          0          0      27798
16.99/17.06	c   mostinf          :       0.00          0          0          0          0          0          0
16.99/17.06	c   leastinf         :       0.00          0          0          0          0          0          0
16.99/17.06	c   fullstrong       :       0.00          0          0          0          0          0          0
16.99/17.06	c   allfullstrong    :       0.00          0          0          0          0          0          0
16.99/17.06	c   random           :       0.00          0          0          0          0          0          0
16.99/17.06	c Primal Heuristics  :       Time      Calls      Found
16.99/17.06	c   LP solutions     :       0.01          -         44
16.99/17.06	c   pseudo solutions :       0.00          -          0
16.99/17.06	c   feaspump         :       0.00          0          0
16.99/17.06	c   oneopt           :       0.03         42          0
16.99/17.06	c   guideddiving     :       0.04        435          0
16.99/17.06	c   veclendiving     :       0.04        447          0
16.99/17.06	c   linesearchdiving :       0.02        447          0
16.99/17.06	c   coefdiving       :       0.03        447          0
16.99/17.06	c   pscostdiving     :       0.05        447          0
16.99/17.06	c   fracdiving       :       0.05        447          0
16.99/17.06	c   objpscostdiving  :       0.07        432          0
16.99/17.06	c   rootsoldiving    :       0.05        432          0
16.99/17.06	c   trivial          :       0.00          2          2
16.99/17.06	c   simplerounding   :       0.00      13972          0
16.99/17.06	c   zirounding       :       0.04       1000          0
16.99/17.06	c   rounding         :       0.08       1656          0
16.99/17.06	c   shifting         :       0.07        477          0
16.99/17.06	c   intshifting      :       0.00          6          0
16.99/17.06	c   twoopt           :       0.00          0          0
16.99/17.06	c   fixandinfer      :       0.00          0          0
16.99/17.06	c   intdiving        :       0.00          0          0
16.99/17.06	c   actconsdiving    :       0.00          0          0
16.99/17.06	c   octane           :       0.00          0          0
16.99/17.06	c   rens             :       0.01          1          0
16.99/17.06	c   rins             :       0.00          0          0
16.99/17.06	c   localbranching   :       0.00          0          0
16.99/17.06	c   mutation         :       0.00          0          0
16.99/17.06	c   crossover        :       0.20         27          2
16.99/17.06	c   dins             :       0.00          0          0
16.99/17.06	c   undercover       :       0.00          0          0
16.99/17.06	c   nlp              :       0.00          0          0
16.99/17.06	c   trysol           :       0.02       2200        189
16.99/17.06	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
16.99/17.06	c   primal LP        :       0.00          0          0       0.00          -
16.99/17.06	c   dual LP          :       4.19      18743     138516       7.39   33058.71
16.99/17.06	c   lex dual LP      :       0.00          0          0       0.00          -
16.99/17.06	c   barrier LP       :       0.00          0          0       0.00          -
16.99/17.06	c   diving/probing LP:       0.03        239       1399       5.85   46633.33
16.99/17.06	c   strong branching :       1.05       1034      41972      40.59   39973.33
16.99/17.06	c     (at root node) :          -         33       2902      87.94          -
16.99/17.06	c   conflict analysis:       0.00          0          0       0.00          -
16.99/17.06	c B&B Tree           :
16.99/17.06	c   number of runs   :          1
16.99/17.06	c   nodes            :      39232
16.99/17.06	c   nodes (total)    :      39232
16.99/17.06	c   nodes left       :          0
16.99/17.06	c   max depth        :        157
16.99/17.06	c   max depth (total):        157
16.99/17.06	c   backtracks       :       2908 (7.4%)
16.99/17.06	c   delayed cutoffs  :       1638
16.99/17.06	c   repropagations   :      87254 (96645 domain reductions, 953 cutoffs)
16.99/17.06	c   avg switch length:       6.47
16.99/17.06	c   switching time   :       1.50
16.99/17.06	c Solution           :
16.99/17.06	c   Solutions found  :        237 (45 improvements)
16.99/17.06	c   First Solution   : +5.17900000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
16.99/17.06	c   Primal Bound     : +9.00000000000000e+00   (in run 1, after 38954 nodes, 13.92 seconds, depth 18, found by <relaxation>)
16.99/17.06	c   Dual Bound       : +9.00000000000000e+00
16.99/17.06	c   Gap              :       0.00 %
16.99/17.06	c   Root Dual Bound  : +0.00000000000000e+00
16.99/17.06	c   Root Iterations  :        167
16.99/17.07	c Time complete: 17.06.

Verifier Data

OK	9

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692912-1277924581/watcher-2692912-1277924581 -o /tmp/evaluation-result-2692912-1277924581/solver-2692912-1277924581 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692912-1277924581.wbo -t 1800 -m 3800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.27 2.09 2.02 3/196 13866
/proc/meminfo: memFree=31244312/32951124 swapFree=67111528/67111528
[pid=13866] ppid=13864 vsize=9400 CPUtime=0
/proc/13866/stat : 13866 (pbscip.linux.x8) R 13864 13866 10814 0 -1 4202496 1644 0 0 0 0 0 0 0 22 0 1 0 133755467 9625600 1564 4089446400 4194304 8223781 140736123430272 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13866/statm: 2350 1564 369 984 0 1363 0

[startup+0.032768 s]
/proc/loadavg: 2.27 2.09 2.02 3/196 13866
/proc/meminfo: memFree=31244312/32951124 swapFree=67111528/67111528
[pid=13866] ppid=13864 vsize=14524 CPUtime=0.02
/proc/13866/stat : 13866 (pbscip.linux.x8) R 13864 13866 10814 0 -1 4202496 3452 0 0 0 2 0 0 0 22 0 1 0 133755467 14872576 2750 4089446400 4194304 8223781 140736123430272 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13866/statm: 3631 2750 560 984 0 2644 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 14524

[startup+0.100759 s]
/proc/loadavg: 2.27 2.09 2.02 3/196 13866
/proc/meminfo: memFree=31244312/32951124 swapFree=67111528/67111528
[pid=13866] ppid=13864 vsize=14820 CPUtime=0.09
/proc/13866/stat : 13866 (pbscip.linux.x8) R 13864 13866 10814 0 -1 4202496 5792 0 0 0 8 1 0 0 22 0 1 0 133755467 15175680 2863 4089446400 4194304 8223781 140736123430272 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13866/statm: 3705 2863 574 984 0 2718 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14820

[startup+0.300719 s]
/proc/loadavg: 2.27 2.09 2.02 3/196 13866
/proc/meminfo: memFree=31244312/32951124 swapFree=67111528/67111528
[pid=13866] ppid=13864 vsize=14820 CPUtime=0.29
/proc/13866/stat : 13866 (pbscip.linux.x8) R 13864 13866 10814 0 -1 4202496 5792 0 0 0 25 4 0 0 22 0 1 0 133755467 15175680 2863 4089446400 4194304 8223781 140736123430272 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13866/statm: 3705 2863 574 984 0 2718 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14820

[startup+0.700656 s]
/proc/loadavg: 2.27 2.09 2.02 3/196 13866
/proc/meminfo: memFree=31244312/32951124 swapFree=67111528/67111528
[pid=13866] ppid=13864 vsize=15100 CPUtime=0.69
/proc/13866/stat : 13866 (pbscip.linux.x8) R 13864 13866 10814 0 -1 4202496 5854 0 0 0 57 12 0 0 24 0 1 0 133755467 15462400 2924 4089446400 4194304 8223781 140736123430272 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13866/statm: 3775 2924 577 984 0 2788 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15100

[startup+1.5005 s]
/proc/loadavg: 2.24 2.09 2.02 3/197 13867
/proc/meminfo: memFree=31233640/32951124 swapFree=67111528/67111528
[pid=13866] ppid=13864 vsize=17064 CPUtime=1.49
/proc/13866/stat : 13866 (pbscip.linux.x8) R 13864 13866 10814 0 -1 4202496 12110 0 0 0 125 24 0 0 25 0 1 0 133755467 17473536 3421 4089446400 4194304 8223781 140736123430272 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13866/statm: 4266 3421 582 984 0 3279 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17064

[startup+3.10021 s]
/proc/loadavg: 2.24 2.09 2.02 3/197 13867
/proc/meminfo: memFree=31230416/32951124 swapFree=67111528/67111528
[pid=13866] ppid=13864 vsize=21024 CPUtime=3.09
/proc/13866/stat : 13866 (pbscip.linux.x8) R 13864 13866 10814 0 -1 4202496 25532 0 0 0 258 51 0 0 25 0 1 0 133755467 21528576 4428 4089446400 4194304 8223781 140736123430272 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13866/statm: 5256 4428 583 984 0 4269 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21024

[startup+6.30062 s]
/proc/loadavg: 2.22 2.09 2.02 3/197 13867
/proc/meminfo: memFree=31223120/32951124 swapFree=67111528/67111528
[pid=13866] ppid=13864 vsize=25836 CPUtime=6.28
/proc/13866/stat : 13866 (pbscip.linux.x8) R 13864 13866 10814 0 -1 4202496 46153 0 0 0 529 99 0 0 25 0 1 0 133755467 26456064 5634 4089446400 4194304 8223781 140736123430272 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13866/statm: 6459 5634 585 984 0 5472 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 25836

[startup+12.7004 s]
/proc/loadavg: 2.21 2.09 2.02 3/197 13868
/proc/meminfo: memFree=31218856/32951124 swapFree=67111528/67111528
[pid=13866] ppid=13864 vsize=29320 CPUtime=12.68
/proc/13866/stat : 13866 (pbscip.linux.x8) R 13864 13866 10814 0 -1 4202496 88018 0 0 0 1050 218 0 0 25 0 1 0 133755467 30023680 6535 4089446400 4194304 8223781 140736123430272 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13866/statm: 7330 6535 602 984 0 6343 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 29320

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

[startup+14.3062 s]
/proc/loadavg: 2.21 2.09 2.02 3/197 13868
/proc/meminfo: memFree=31217500/32951124 swapFree=67111528/67111528
[pid=13866] ppid=13864 vsize=30044 CPUtime=14.29
/proc/13866/stat : 13866 (pbscip.linux.x8) R 13864 13866 10814 0 -1 4202496 89996 0 0 0 1186 243 0 0 25 0 1 0 133755467 30765056 6706 4089446400 4194304 8223781 140736123430272 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13866/statm: 7511 6706 602 984 0 6524 0
Current children cumulated CPU time (s) 14.29
Current children cumulated vsize (KiB) 30044

[startup+15.9009 s]
/proc/loadavg: 2.19 2.09 2.02 3/197 13868
/proc/meminfo: memFree=31217128/32951124 swapFree=67111528/67111528
[pid=13866] ppid=13864 vsize=30760 CPUtime=15.89
/proc/13866/stat : 13866 (pbscip.linux.x8) R 13864 13866 10814 0 -1 4202496 98898 0 0 0 1322 267 0 0 25 0 1 0 133755467 31498240 6896 4089446400 4194304 8223781 140736123430272 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13866/statm: 7690 6896 602 984 0 6703 0
Current children cumulated CPU time (s) 15.89
Current children cumulated vsize (KiB) 30760

[startup+16.7007 s]
/proc/loadavg: 2.19 2.09 2.02 3/197 13868
/proc/meminfo: memFree=31217004/32951124 swapFree=67111528/67111528
[pid=13866] ppid=13864 vsize=30928 CPUtime=16.69
/proc/13866/stat : 13866 (pbscip.linux.x8) R 13864 13866 10814 0 -1 4202496 100740 0 0 0 1388 281 0 0 25 0 1 0 133755467 31670272 6938 4089446400 4194304 8223781 140736123430272 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13866/statm: 7732 6938 602 984 0 6745 0
Current children cumulated CPU time (s) 16.69
Current children cumulated vsize (KiB) 30928

[startup+16.9007 s]
/proc/loadavg: 2.19 2.09 2.02 3/197 13868
/proc/meminfo: memFree=31217004/32951124 swapFree=67111528/67111528
[pid=13866] ppid=13864 vsize=30928 CPUtime=16.89
/proc/13866/stat : 13866 (pbscip.linux.x8) R 13864 13866 10814 0 -1 4202496 100740 0 0 0 1405 284 0 0 25 0 1 0 133755467 31670272 6938 4089446400 4194304 8223781 140736123430272 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13866/statm: 7732 6938 602 984 0 6745 0
Current children cumulated CPU time (s) 16.89
Current children cumulated vsize (KiB) 30928

[startup+17.0007 s]
/proc/loadavg: 2.19 2.09 2.02 3/197 13868
/proc/meminfo: memFree=31217004/32951124 swapFree=67111528/67111528
[pid=13866] ppid=13864 vsize=30928 CPUtime=16.99
/proc/13866/stat : 13866 (pbscip.linux.x8) R 13864 13866 10814 0 -1 4202496 100740 0 0 0 1413 286 0 0 25 0 1 0 133755467 31670272 6938 4089446400 4194304 8223781 140736123430272 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13866/statm: 7732 6938 602 984 0 6745 0
Current children cumulated CPU time (s) 16.99
Current children cumulated vsize (KiB) 30928

Child status: 0
Real time (s): 17.0709
CPU time (s): 17.0684
CPU user time (s): 14.1958
CPU system time (s): 2.87256
CPU usage (%): 99.9853
Max. virtual memory (cumulated for all children) (KiB): 36456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.1958
system time used= 2.87256
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100746
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= 1
involuntary context switches= 23

runsolver used 0.024996 second user time and 0.058991 second system time

The end

Launcher Data

Begin job on node109 at 2010-06-30 21:03:01
IDJOB=2692912
IDBENCH=79244
IDSOLVER=1204
FILE ID=node109/2692912-1277924581
PBS_JOBID= 11197334
Free space on /tmp= 74212 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111224451--soft-0-100-0.wbo
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-2692912-1277924581/watcher-2692912-1277924581 -o /tmp/evaluation-result-2692912-1277924581/solver-2692912-1277924581 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692912-1277924581.wbo -t 1800 -m 3800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 51c830b3e31ed97e6a2590ce9584f929
RANDOM SEED=10588190

node109.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31245088 kB
Buffers:        207576 kB
Cached:        1053592 kB
SwapCached:          0 kB
Active:         813388 kB
Inactive:       746684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31245088 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4728 kB
Writeback:           0 kB
AnonPages:      299544 kB
Mapped:          20376 kB
Slab:            81248 kB
PageTables:       5776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1654596 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node109 at 2010-06-30 21:03:19