Trace number 2690182

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
wbo 1.4bWrong UNSAT 169.113 169.134

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900552288--soft-33-100-0.wbo
MD5SUM3bf2aae29a44384f88ac4f8c4d2b9bc3
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark187.407
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints1804
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 90822
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 90821
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 727
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

Solver Data

0.00/0.00	c wbo 1.4 beta - 20100610
0.00/0.00	c Parsing wbo file format. File HOME/instance-2690182-1277911922.wbo.
0.00/0.00	c Instance file HOME/instance-2690182-1277911922.wbo
0.00/0.00	c File size is 92310 bytes.
0.00/0.00	c Highest Coefficient sum: 727
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      231                                                 |
0.00/0.00	c |  Number Clauses:        2684                                                |
0.00/0.00	c |  Number Cardinality:    22                                                  |
0.00/0.00	c |  Number PB Constraints: 1                                                   |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.00/0.01	c ===============================================================================
0.00/0.01	c |         0 |     231     2707     8338 |     5000        0    nan |  0.000 % |
0.00/0.01	c |       104 |     231     2707     8338 |     5500      104     22 |  0.002 % |
0.00/0.01	c |       257 |     231     2707     8338 |     6050      257     24 |  0.002 % |
0.00/0.02	c |       484 |     231     2707     8338 |     6655      484     26 |  0.002 % |
0.00/0.03	c |       821 |     231     2707     8338 |     7320      821     28 |  0.002 % |
0.00/0.04	c |      1328 |     231     2707     8338 |     8052     1328     30 |  0.002 % |
0.00/0.07	c |      2087 |     231     2707     8338 |     8857     2087     32 |  0.002 % |
0.09/0.11	c |      3227 |     231     2707     8338 |     9743     3227     33 |  0.002 % |
0.09/0.17	c |      4937 |     231     2707     8338 |    10717     4937     32 |  0.002 % |
0.29/0.30	c |      7500 |     231     2707     8338 |    11789     7500     33 |  0.002 % |
0.49/0.52	c |     11344 |     231     2707     8338 |    12968    11344     34 |  0.002 % |
0.89/0.90	c |     17113 |     231     2707     8338 |    14265    10574     38 |  0.002 % |
1.49/1.53	c |     25763 |     231     2707     8338 |    15692    12039     38 |  0.002 % |
2.47/2.53	c |     38737 |     231     2707     8338 |    17261     9223     38 |  0.002 % |
4.07/4.18	c |     58198 |     231     2707     8338 |    18987    11322     39 |  0.002 % |
6.47/6.58	c |     87392 |     231     2707     8338 |    20886    11913     43 |  0.002 % |
10.77/10.84	c |    131181 |     231     2707     8338 |    22974    13738     40 |  0.002 % |
16.97/17.09	c |    196865 |     231     2707     8338 |    25272    21717     36 |  0.002 % |
27.17/27.29	c |    295392 |     231     2707     8338 |    27799    14364     36 |  0.002 % |
44.07/44.16	c |    443182 |     231     2707     8338 |    30579    21319     38 |  0.002 % |
69.28/69.34	c |    664866 |     231     2707     8338 |    33637    22194     40 |  0.002 % |
110.67/110.77	c |    997391 |     231     2707     8338 |    37001    16315     40 |  0.002 % |
169.07/169.11	s UNSATISFIABLE
169.07/169.11	c Total CPU time: 165.833 s
169.07/169.11	c ===============================================================================
169.07/169.11	c 
169.07/169.11	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2690182-1277911922/watcher-2690182-1277911922 -o /tmp/evaluation-result-2690182-1277911922/solver-2690182-1277911922 -C 1800 -W 2000 -M 3800 wbo1.4b -file-format=wbo -time-limit=1800 HOME/instance-2690182-1277911922.wbo 

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.94 2.53 2.21 4/199 14084
/proc/meminfo: memFree=31198820/32950928 swapFree=67111528/67111528
[pid=14084] ppid=14082 vsize=2664 CPUtime=0
/proc/14084/stat : 14084 (wbo1.4b) R 14082 14084 12656 0 -1 4202496 307 0 0 0 0 0 0 0 24 0 1 0 132488990 2727936 226 4089446400 134512640 135752675 4291963696 18446744073709551615 135207291 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/14084/statm: 666 226 147 303 0 338 0

[startup+0.0825301 s]
/proc/loadavg: 2.94 2.53 2.21 4/199 14084
/proc/meminfo: memFree=31198820/32950928 swapFree=67111528/67111528
[pid=14084] ppid=14082 vsize=3364 CPUtime=0.07
/proc/14084/stat : 14084 (wbo1.4b) R 14082 14084 12656 0 -1 4202496 520 0 0 0 7 0 0 0 24 0 1 0 132488990 3444736 416 4089446400 134512640 135752675 4291963696 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/14084/statm: 841 416 144 303 0 536 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3364

[startup+0.100525 s]
/proc/loadavg: 2.94 2.53 2.21 4/199 14084
/proc/meminfo: memFree=31198820/32950928 swapFree=67111528/67111528
[pid=14084] ppid=14082 vsize=3496 CPUtime=0.09
/proc/14084/stat : 14084 (wbo1.4b) R 14082 14084 12656 0 -1 4202496 557 0 0 0 9 0 0 0 24 0 1 0 132488990 3579904 453 4089446400 134512640 135752675 4291963696 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/14084/statm: 874 453 144 303 0 569 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3496

[startup+0.300491 s]
/proc/loadavg: 2.94 2.53 2.21 4/199 14084
/proc/meminfo: memFree=31198820/32950928 swapFree=67111528/67111528
[pid=14084] ppid=14082 vsize=4948 CPUtime=0.29
/proc/14084/stat : 14084 (wbo1.4b) R 14082 14084 12656 0 -1 4202496 898 0 0 0 27 2 0 0 25 0 1 0 132488990 5066752 794 4089446400 134512640 135752675 4291963696 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/14084/statm: 1237 794 144 303 0 932 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4948

[startup+0.70042 s]
/proc/loadavg: 2.94 2.53 2.21 4/199 14084
/proc/meminfo: memFree=31198820/32950928 swapFree=67111528/67111528
[pid=14084] ppid=14082 vsize=6968 CPUtime=0.69
/proc/14084/stat : 14084 (wbo1.4b) R 14082 14084 12656 0 -1 4202496 1412 0 0 0 65 4 0 0 25 0 1 0 132488990 7135232 1308 4089446400 134512640 135752675 4291963696 18446744073709551615 134517408 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/14084/statm: 1742 1308 144 303 0 1437 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6968

[startup+1.50028 s]
/proc/loadavg: 2.94 2.53 2.21 4/200 14085
/proc/meminfo: memFree=31193356/32950928 swapFree=67111528/67111528
[pid=14084] ppid=14082 vsize=10664 CPUtime=1.49
/proc/14084/stat : 14084 (wbo1.4b) R 14082 14084 12656 0 -1 4202496 2333 0 0 0 142 7 0 0 25 0 1 0 132488990 10919936 2229 4089446400 134512640 135752675 4291963696 18446744073709551615 134612086 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/14084/statm: 2666 2229 144 303 0 2361 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10664

[startup+3.10099 s]
/proc/loadavg: 2.94 2.53 2.21 3/200 14085
/proc/meminfo: memFree=31189468/32950928 swapFree=67111528/67111528
[pid=14084] ppid=14082 vsize=17004 CPUtime=3.07
/proc/14084/stat : 14084 (wbo1.4b) R 14082 14084 12656 0 -1 4202496 3924 0 0 0 296 11 0 0 25 0 1 0 132488990 17412096 3820 4089446400 134512640 135752675 4291963696 18446744073709551615 134517414 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/14084/statm: 4251 3820 144 303 0 3946 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 17004

[startup+6.30043 s]
/proc/loadavg: 2.95 2.53 2.21 4/200 14085
/proc/meminfo: memFree=31176852/32950928 swapFree=67111528/67111528
[pid=14084] ppid=14082 vsize=29548 CPUtime=6.27
/proc/14084/stat : 14084 (wbo1.4b) R 14082 14084 12656 0 -1 4202496 7034 0 0 0 606 21 0 0 25 0 1 0 132488990 30257152 6930 4089446400 134512640 135752675 4291963696 18446744073709551615 135207212 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/14084/statm: 7387 6930 144 303 0 7082 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 29548

[startup+12.7003 s]
/proc/loadavg: 2.95 2.54 2.22 4/200 14085
/proc/meminfo: memFree=31153936/32950928 swapFree=67111528/67111528
[pid=14084] ppid=14082 vsize=50284 CPUtime=12.67
/proc/14084/stat : 14084 (wbo1.4b) R 14082 14084 12656 0 -1 4202496 12236 0 0 0 1234 33 0 0 25 0 1 0 132488990 51490816 12132 4089446400 134512640 135752675 4291963696 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/14084/statm: 12571 12132 144 303 0 12266 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 50284

[startup+25.501 s]
/proc/loadavg: 3.22 2.63 2.25 4/200 14085
/proc/meminfo: memFree=31113288/32950928 swapFree=67111528/67111528
[pid=14084] ppid=14082 vsize=89244 CPUtime=25.47
/proc/14084/stat : 14084 (wbo1.4b) R 14082 14084 12656 0 -1 4202496 21987 0 0 0 2486 61 0 0 25 0 1 0 132488990 91385856 21883 4089446400 134512640 135752675 4291963696 18446744073709551615 134517414 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/14084/statm: 22311 21883 144 303 0 22006 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 89244

[startup+51.1005 s]
/proc/loadavg: 3.14 2.65 2.27 4/200 14086
/proc/meminfo: memFree=31039812/32950928 swapFree=67111528/67111528
[pid=14084] ppid=14082 vsize=161024 CPUtime=51.07
/proc/14084/stat : 14084 (wbo1.4b) R 14082 14084 12656 0 -1 4202496 39921 0 0 0 4995 112 0 0 25 0 1 0 132488990 164888576 39817 4089446400 134512640 135752675 4291963696 18446744073709551615 135421198 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/14084/statm: 40289 39818 144 303 0 39984 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 161024

[startup+102.306 s]
/proc/loadavg: 3.06 2.71 2.31 4/200 14087
/proc/meminfo: memFree=30900876/32950928 swapFree=67111528/67111528
[pid=14084] ppid=14082 vsize=294048 CPUtime=102.27
/proc/14084/stat : 14084 (wbo1.4b) R 14082 14084 12656 0 -1 4202496 73133 0 0 0 10023 204 0 0 25 0 1 0 132488990 301105152 73029 4089446400 134512640 135752675 4291963696 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/14084/statm: 73512 73029 144 303 0 73207 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 294048

[startup+162.301 s]
/proc/loadavg: 2.90 2.73 2.34 3/200 14089
/proc/meminfo: memFree=30741060/32950928 swapFree=67111528/67111528
[pid=14084] ppid=14082 vsize=450276 CPUtime=162.27
/proc/14084/stat : 14084 (wbo1.4b) R 14082 14084 12656 0 -1 4202496 112183 0 0 0 15912 315 0 0 25 0 1 0 132488990 461082624 112079 4089446400 134512640 135752675 4291963696 18446744073709551615 134517414 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/14084/statm: 112569 112079 144 303 0 112264 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 450276

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

[startup+163.101 s]
/proc/loadavg: 2.90 2.73 2.34 3/200 14089
/proc/meminfo: memFree=30738456/32950928 swapFree=67111528/67111528
[pid=14084] ppid=14082 vsize=452140 CPUtime=163.07
/proc/14084/stat : 14084 (wbo1.4b) R 14082 14084 12656 0 -1 4202496 112668 0 0 0 15991 316 0 0 25 0 1 0 132488990 462991360 112564 4089446400 134512640 135752675 4291963696 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/14084/statm: 113035 112564 144 303 0 112730 0
Current children cumulated CPU time (s) 163.07
Current children cumulated vsize (KiB) 452140

[startup+166.301 s]
/proc/loadavg: 2.83 2.71 2.33 4/200 14089
/proc/meminfo: memFree=30729276/32950928 swapFree=67111528/67111528
[pid=14084] ppid=14082 vsize=461116 CPUtime=166.27
/proc/14084/stat : 14084 (wbo1.4b) R 14082 14084 12656 0 -1 4202496 114901 0 0 0 16305 322 0 0 25 0 1 0 132488990 472182784 114797 4089446400 134512640 135752675 4291963696 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/14084/statm: 115279 114797 144 303 0 114974 0
Current children cumulated CPU time (s) 166.27
Current children cumulated vsize (KiB) 461116

[startup+167.901 s]
/proc/loadavg: 2.83 2.71 2.33 4/200 14089
/proc/meminfo: memFree=30726672/32950928 swapFree=67111528/67111528
[pid=14084] ppid=14082 vsize=464680 CPUtime=167.87
/proc/14084/stat : 14084 (wbo1.4b) R 14082 14084 12656 0 -1 4202496 115783 0 0 0 16463 324 0 0 25 0 1 0 132488990 475832320 115679 4089446400 134512640 135752675 4291963696 18446744073709551615 134611695 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/14084/statm: 116170 115679 144 303 0 115865 0
Current children cumulated CPU time (s) 167.87
Current children cumulated vsize (KiB) 464680

[startup+168.701 s]
/proc/loadavg: 2.83 2.71 2.33 4/200 14089
/proc/meminfo: memFree=30724068/32950928 swapFree=67111528/67111528
[pid=14084] ppid=14082 vsize=466924 CPUtime=168.67
/proc/14084/stat : 14084 (wbo1.4b) R 14082 14084 12656 0 -1 4202496 116350 0 0 0 16542 325 0 0 25 0 1 0 132488990 478130176 116246 4089446400 134512640 135752675 4291963696 18446744073709551615 134611756 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/14084/statm: 116731 116246 144 303 0 116426 0
Current children cumulated CPU time (s) 168.67
Current children cumulated vsize (KiB) 466924

[startup+169.101 s]
/proc/loadavg: 2.83 2.71 2.33 4/200 14089
/proc/meminfo: memFree=30724068/32950928 swapFree=67111528/67111528
[pid=14084] ppid=14082 vsize=467848 CPUtime=169.07
/proc/14084/stat : 14084 (wbo1.4b) R 14082 14084 12656 0 -1 4202496 116590 0 0 0 16581 326 0 0 25 0 1 0 132488990 479076352 116486 4089446400 134512640 135752675 4291963696 18446744073709551615 134611778 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/14084/statm: 116962 116486 144 303 0 116657 0
Current children cumulated CPU time (s) 169.07
Current children cumulated vsize (KiB) 467848

Child status: 0
Real time (s): 169.134
CPU time (s): 169.113
CPU user time (s): 165.834
CPU system time (s): 3.2795
CPU usage (%): 99.9875
Max. virtual memory (cumulated for all children) (KiB): 467848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 165.834
system time used= 3.2795
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116601
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= 4
involuntary context switches= 200

runsolver used 0.223965 second user time and 0.553915 second system time

The end

Launcher Data

Begin job on node123 at 2010-06-30 17:32:02
IDJOB=2690182
IDBENCH=78992
IDSOLVER=1201
FILE ID=node123/2690182-1277911922
PBS_JOBID= 11197206
Free space on /tmp= 74212 MiB

SOLVER NAME= wbo 1.4b
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900552288--soft-33-100-0.wbo
COMMAND LINE= wbo1.4b -file-format=wbo -time-limit=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2690182-1277911922/watcher-2690182-1277911922 -o /tmp/evaluation-result-2690182-1277911922/solver-2690182-1277911922 -C 1800 -W 2000 -M 3800  wbo1.4b -file-format=wbo -time-limit=1800 HOME/instance-2690182-1277911922.wbo

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

MD5SUM BENCH= 3bf2aae29a44384f88ac4f8c4d2b9bc3
RANDOM SEED=1635576085

node123.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.804
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.60
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.804
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	: 5294.59
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.804
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.75
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.804
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.804
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.75
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.804
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.71
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.804
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.804
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31199340 kB
Buffers:        199660 kB
Cached:        1106164 kB
SwapCached:          0 kB
Active:         811672 kB
Inactive:       795148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31199340 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2796 kB
Writeback:           0 kB
AnonPages:      301340 kB
Mapped:          20308 kB
Slab:            79160 kB
PageTables:       5752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1652988 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 node123 at 2010-06-30 17:34:51