Trace number 2690641

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 97.3322 97.328

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900670675--soft-33-100-0.wbo
MD5SUM1266a85a20696deb0d7aee67f4c2d0a0
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark25.9621
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 constraints1802
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 91108
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 91107
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
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-2690641-1277902156.wbo.
0.00/0.00	c Instance file HOME/instance-2690641-1277902156.wbo
0.00/0.00	c File size is 92314 bytes.
0.00/0.00	c Highest Coefficient sum: 671
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         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 |       100 |     231     2707     8338 |     5500      100     23 |  0.002 % |
0.00/0.01	c |       250 |     231     2707     8338 |     6050      250     25 |  0.002 % |
0.00/0.02	c |       476 |     231     2707     8338 |     6655      476     25 |  0.002 % |
0.00/0.03	c |       813 |     231     2707     8338 |     7320      813     26 |  0.002 % |
0.00/0.04	c |      1320 |     231     2707     8338 |     8052     1320     29 |  0.002 % |
0.00/0.07	c |      2081 |     231     2707     8338 |     8857     2081     30 |  0.002 % |
0.09/0.11	c |      3221 |     231     2707     8338 |     9743     3221     30 |  0.002 % |
0.09/0.17	c |      4930 |     231     2707     8338 |    10717     4930     29 |  0.002 % |
0.19/0.27	c |      7496 |     231     2707     8338 |    11789     7496     29 |  0.002 % |
0.39/0.48	c |     11340 |     231     2707     8338 |    12968    11340     31 |  0.002 % |
0.79/0.80	c |     17107 |     231     2707     8338 |    14265    10587     34 |  0.002 % |
1.29/1.36	c |     25757 |     231     2707     8338 |    15692    12069     35 |  0.002 % |
2.29/2.32	c |     38732 |     231     2707     8338 |    17261     9253     39 |  0.002 % |
3.89/3.91	c |     58193 |     231     2707     8338 |    18987    11346     39 |  0.002 % |
6.29/6.31	c |     87386 |     231     2707     8338 |    20886    11889     37 |  0.002 % |
10.09/10.14	c |    131176 |     231     2707     8338 |    22974    13696     38 |  0.002 % |
16.29/16.37	c |    196860 |     231     2707     8338 |    25272    21691     38 |  0.002 % |
26.30/26.39	c |    295387 |     231     2707     8338 |    27799    13117     39 |  0.002 % |
41.89/41.97	c |    443178 |     231     2707     8338 |    30579    21124     38 |  0.002 % |
65.49/65.50	c |    664861 |     231     2707     8338 |    33637    24821     40 |  0.002 % |
97.30/97.31	s UNSATISFIABLE
97.30/97.31	c Total CPU time: 95.1305 s
97.30/97.31	c ===============================================================================
97.30/97.31	c 
97.30/97.31	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-2690641-1277902156/watcher-2690641-1277902156 -o /tmp/evaluation-result-2690641-1277902156/solver-2690641-1277902156 -C 1800 -W 2000 -M 3800 wbo1.4b -file-format=wbo -time-limit=1800 HOME/instance-2690641-1277902156.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.00 2.01 2.00 3/178 14100
/proc/meminfo: memFree=29637220/32950928 swapFree=67111528/67111528
[pid=14100] ppid=14098 vsize=2668 CPUtime=0
/proc/14100/stat : 14100 (wbo1.4b) R 14098 14100 13929 0 -1 4202496 308 0 0 0 0 0 0 0 21 0 1 0 131510493 2732032 226 4089446400 134512640 135752675 4292968448 18446744073709551615 135207291 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14100/statm: 667 226 147 303 0 339 0

[startup+0.088049 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 14100
/proc/meminfo: memFree=29637220/32950928 swapFree=67111528/67111528
[pid=14100] ppid=14098 vsize=3500 CPUtime=0.08
/proc/14100/stat : 14100 (wbo1.4b) R 14098 14100 13929 0 -1 4202496 531 0 0 0 8 0 0 0 21 0 1 0 131510493 3584000 426 4089446400 134512640 135752675 4292968448 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14100/statm: 875 426 144 303 0 570 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3500

[startup+0.101052 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 14100
/proc/meminfo: memFree=29637220/32950928 swapFree=67111528/67111528
[pid=14100] ppid=14098 vsize=3500 CPUtime=0.09
/proc/14100/stat : 14100 (wbo1.4b) R 14098 14100 13929 0 -1 4202496 557 0 0 0 9 0 0 0 21 0 1 0 131510493 3584000 452 4089446400 134512640 135752675 4292968448 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14100/statm: 875 452 144 303 0 570 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3500

[startup+0.30101 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 14100
/proc/meminfo: memFree=29637220/32950928 swapFree=67111528/67111528
[pid=14100] ppid=14098 vsize=4952 CPUtime=0.29
/proc/14100/stat : 14100 (wbo1.4b) R 14098 14100 13929 0 -1 4202496 896 0 0 0 28 1 0 0 21 0 1 0 131510493 5070848 791 4089446400 134512640 135752675 4292968448 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14100/statm: 1238 791 144 303 0 933 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4952

[startup+0.700926 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 14100
/proc/meminfo: memFree=29637220/32950928 swapFree=67111528/67111528
[pid=14100] ppid=14098 vsize=7096 CPUtime=0.69
/proc/14100/stat : 14100 (wbo1.4b) R 14098 14100 13929 0 -1 4202496 1429 0 0 0 67 2 0 0 22 0 1 0 131510493 7266304 1324 4089446400 134512640 135752675 4292968448 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14100/statm: 1774 1324 144 303 0 1469 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7096

[startup+1.50077 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 14101
/proc/meminfo: memFree=29630020/32950928 swapFree=67111528/67111528
[pid=14100] ppid=14098 vsize=10660 CPUtime=1.49
/proc/14100/stat : 14100 (wbo1.4b) R 14098 14100 13929 0 -1 4202496 2345 0 0 0 144 5 0 0 25 0 1 0 131510493 10915840 2240 4089446400 134512640 135752675 4292968448 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14100/statm: 2665 2240 144 303 0 2360 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10660

[startup+3.10045 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 14101
/proc/meminfo: memFree=29625600/32950928 swapFree=67111528/67111528
[pid=14100] ppid=14098 vsize=17136 CPUtime=3.09
/proc/14100/stat : 14100 (wbo1.4b) R 14098 14100 13929 0 -1 4202496 3956 0 0 0 299 10 0 0 25 0 1 0 131510493 17547264 3851 4089446400 134512640 135752675 4292968448 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14100/statm: 4284 3851 144 303 0 3979 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17136

[startup+6.30081 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 14101
/proc/meminfo: memFree=29608240/32950928 swapFree=67111528/67111528
[pid=14100] ppid=14098 vsize=29236 CPUtime=6.29
/proc/14100/stat : 14100 (wbo1.4b) R 14098 14100 13929 0 -1 4202496 6966 0 0 0 610 19 0 0 25 0 1 0 131510493 29937664 6861 4089446400 134512640 135752675 4292968448 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14100/statm: 7309 6861 144 303 0 7004 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29236

[startup+12.7005 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 14101
/proc/meminfo: memFree=29575236/32950928 swapFree=67111528/67111528
[pid=14100] ppid=14098 vsize=51432 CPUtime=12.69
/proc/14100/stat : 14100 (wbo1.4b) R 14098 14100 13929 0 -1 4202496 12528 0 0 0 1234 35 0 0 25 0 1 0 131510493 52666368 12423 4089446400 134512640 135752675 4292968448 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14100/statm: 12858 12424 144 303 0 12553 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51432

[startup+25.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14101
/proc/meminfo: memFree=29524316/32950928 swapFree=67111528/67111528
[pid=14100] ppid=14098 vsize=90148 CPUtime=25.49
/proc/14100/stat : 14100 (wbo1.4b) R 14098 14100 13929 0 -1 4202496 22197 0 0 0 2486 63 0 0 25 0 1 0 131510493 92311552 22092 4089446400 134512640 135752675 4292968448 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14100/statm: 22537 22092 144 303 0 22232 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 90148

[startup+51.1009 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14101
/proc/meminfo: memFree=29434008/32950928 swapFree=67111528/67111528
[pid=14100] ppid=14098 vsize=163408 CPUtime=51.1
/proc/14100/stat : 14100 (wbo1.4b) R 14098 14100 13929 0 -1 4202496 40492 0 0 0 4989 121 0 0 25 0 1 0 131510493 167329792 40387 4089446400 134512640 135752675 4292968448 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14100/statm: 40852 40388 144 303 0 40547 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 163408

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

[startup+76.7008 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14103
/proc/meminfo: memFree=29340740/32950928 swapFree=67111528/67111528
[pid=14100] ppid=14098 vsize=238020 CPUtime=76.7
/proc/14100/stat : 14100 (wbo1.4b) R 14098 14100 13929 0 -1 4202496 59168 0 0 0 7491 179 0 0 25 0 1 0 131510493 243732480 59063 4089446400 134512640 135752675 4292968448 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14100/statm: 59505 59063 144 303 0 59200 0
Current children cumulated CPU time (s) 76.7
Current children cumulated vsize (KiB) 238020

[startup+89.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14103
/proc/meminfo: memFree=29292744/32950928 swapFree=67111528/67111528
[pid=14100] ppid=14098 vsize=271872 CPUtime=89.49
/proc/14100/stat : 14100 (wbo1.4b) R 14098 14100 13929 0 -1 4202496 67611 0 0 0 8746 203 0 0 25 0 1 0 131510493 278396928 67506 4089446400 134512640 135752675 4292968448 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14100/statm: 67968 67506 144 303 0 67663 0
Current children cumulated CPU time (s) 89.49
Current children cumulated vsize (KiB) 271872

[startup+92.7006 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 14103
/proc/meminfo: memFree=29283192/32950928 swapFree=67111528/67111528
[pid=14100] ppid=14098 vsize=280332 CPUtime=92.69
/proc/14100/stat : 14100 (wbo1.4b) R 14098 14100 13929 0 -1 4202496 69712 0 0 0 9060 209 0 0 25 0 1 0 131510493 287059968 69607 4089446400 134512640 135752675 4292968448 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14100/statm: 70083 69607 144 303 0 69778 0
Current children cumulated CPU time (s) 92.69
Current children cumulated vsize (KiB) 280332

[startup+95.9009 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 14103
/proc/meminfo: memFree=29274512/32950928 swapFree=67111528/67111528
[pid=14100] ppid=14098 vsize=288388 CPUtime=95.89
/proc/14100/stat : 14100 (wbo1.4b) R 14098 14100 13929 0 -1 4202496 71747 0 0 0 9373 216 0 0 25 0 1 0 131510493 295309312 71642 4089446400 134512640 135752675 4292968448 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14100/statm: 72097 71642 144 303 0 71792 0
Current children cumulated CPU time (s) 95.89
Current children cumulated vsize (KiB) 288388

[startup+96.7008 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 14103
/proc/meminfo: memFree=29271040/32950928 swapFree=67111528/67111528
[pid=14100] ppid=14098 vsize=290104 CPUtime=96.7
/proc/14100/stat : 14100 (wbo1.4b) R 14098 14100 13929 0 -1 4202496 72181 0 0 0 9453 217 0 0 25 0 1 0 131510493 297066496 72076 4089446400 134512640 135752675 4292968448 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14100/statm: 72526 72076 144 303 0 72221 0
Current children cumulated CPU time (s) 96.7
Current children cumulated vsize (KiB) 290104

[startup+97.1007 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 14103
/proc/meminfo: memFree=29271040/32950928 swapFree=67111528/67111528
[pid=14100] ppid=14098 vsize=291292 CPUtime=97.09
/proc/14100/stat : 14100 (wbo1.4b) R 14098 14100 13929 0 -1 4202496 72460 0 0 0 9491 218 0 0 25 0 1 0 131510493 298283008 72355 4089446400 134512640 135752675 4292968448 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14100/statm: 72823 72355 144 303 0 72518 0
Current children cumulated CPU time (s) 97.09
Current children cumulated vsize (KiB) 291292

[startup+97.3006 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 14103
/proc/meminfo: memFree=29271040/32950928 swapFree=67111528/67111528
[pid=14100] ppid=14098 vsize=291688 CPUtime=97.3
/proc/14100/stat : 14100 (wbo1.4b) R 14098 14100 13929 0 -1 4202496 72578 0 0 0 9511 219 0 0 25 0 1 0 131510493 298688512 72473 4089446400 134512640 135752675 4292968448 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14100/statm: 72922 72473 144 303 0 72617 0
Current children cumulated CPU time (s) 97.3
Current children cumulated vsize (KiB) 291688

Child status: 0
Real time (s): 97.328
CPU time (s): 97.3322
CPU user time (s): 95.1305
CPU system time (s): 2.20167
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 291688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 95.1305
system time used= 2.20167
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72589
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= 51

runsolver used 0.147977 second user time and 0.329949 second system time

The end

Launcher Data

Begin job on node149 at 2010-06-30 14:49:16
IDJOB=2690641
IDBENCH=78899
IDSOLVER=1201
FILE ID=node149/2690641-1277902156
PBS_JOBID= 11197229
Free space on /tmp= 74208 MiB

SOLVER NAME= wbo 1.4b
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900670675--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-2690641-1277902156/watcher-2690641-1277902156 -o /tmp/evaluation-result-2690641-1277902156/solver-2690641-1277902156 -C 1800 -W 2000 -M 3800  wbo1.4b -file-format=wbo -time-limit=1800 HOME/instance-2690641-1277902156.wbo

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

MD5SUM BENCH= 1266a85a20696deb0d7aee67f4c2d0a0
RANDOM SEED=476826549

node149.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.831
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.66
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.831
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	: 5226.15
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.831
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.831
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.831
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.831
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.68
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.831
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.82
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.831
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29637872 kB
Buffers:        190508 kB
Cached:        1269372 kB
SwapCached:          0 kB
Active:        2150656 kB
Inactive:      1013596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29637872 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2756 kB
Writeback:           0 kB
AnonPages:     1704712 kB
Mapped:          16128 kB
Slab:            81968 kB
PageTables:       7548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1889568 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= 74204 MiB
End job on node149 at 2010-06-30 14:50:53