Trace number 2690248

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 91.1051 91.1101

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-dlx1c.ucl--soft-66-100-0.wbo
MD5SUMd4513e3c50cc84c6f92da90cafb49221
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 benchmark0.153976
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables6392
Total number of constraints18058
Number of soft constraints6159
Number of constraints which are clauses17278
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints780
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 310918
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 310917
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
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-2690248-1277914168.wbo.
0.00/0.00	c Instance file HOME/instance-2690248-1277914168.wbo
0.00/0.00	c File size is 590445 bytes.
0.03/0.04	c Highest Coefficient sum: 126
0.03/0.04	c ============================[ Problem Statistics ]=============================
0.03/0.04	c |                                                                             |
0.03/0.04	c |  Parsing time:          0.04         s                                      |
0.03/0.04	c |  Number Variables:      6392                                                |
0.03/0.04	c |  Number Clauses:        17278                                               |
0.03/0.04	c |  Number Cardinality:    0                                                   |
0.03/0.04	c |  Number PB Constraints: 780                                                 |
90.99/91.05	c ============================[ Search Statistics ]==============================
90.99/91.05	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
90.99/91.05	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
90.99/91.05	c ===============================================================================
90.99/91.05	c |         0 |    4691    19043    44147 |     6019        0    nan |  0.000 % |
90.99/91.07	c |       100 |    4691    19043    44147 |     6621      100     14 | 26.611 % |
90.99/91.08	c |       251 |    3870    19043    44147 |     7283      201     19 | 39.456 % |
90.99/91.09	c |       476 |    3870    19043    44147 |     8011      426     30 | 39.457 % |
91.09/91.10	s UNSATISFIABLE
91.09/91.10	c Total CPU time: 91.0802 s
91.09/91.10	c ===============================================================================
91.09/91.10	c 
91.09/91.10	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-2690248-1277914168/watcher-2690248-1277914168 -o /tmp/evaluation-result-2690248-1277914168/solver-2690248-1277914168 -C 1800 -W 2000 -M 3800 wbo1.4b -file-format=wbo -time-limit=1800 HOME/instance-2690248-1277914168.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: 1.94 2.01 2.11 4/176 14075
/proc/meminfo: memFree=31327504/32951132 swapFree=67111528/67111528
[pid=14075] ppid=14073 vsize=3416 CPUtime=0
/proc/14075/stat : 14075 (wbo1.4b) R 14073 14075 13658 0 -1 4202496 350 0 0 0 0 0 0 0 25 0 1 0 132713153 3497984 268 4089446400 134512640 135752675 4290528752 18446744073709551615 134564806 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/14075/statm: 854 268 147 303 0 404 0

[startup+0.0390469 s]
/proc/loadavg: 1.94 2.01 2.11 4/176 14075
/proc/meminfo: memFree=31327504/32951132 swapFree=67111528/67111528
[pid=14075] ppid=14073 vsize=5340 CPUtime=0.03
/proc/14075/stat : 14075 (wbo1.4b) R 14073 14075 13658 0 -1 4202496 929 0 0 0 3 0 0 0 25 0 1 0 132713153 5468160 847 4089446400 134512640 135752675 4290528752 18446744073709551615 135379979 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/14075/statm: 1335 847 265 303 0 885 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5340

[startup+0.101021 s]
/proc/loadavg: 1.94 2.01 2.11 4/176 14075
/proc/meminfo: memFree=31327504/32951132 swapFree=67111528/67111528
[pid=14075] ppid=14073 vsize=8812 CPUtime=0.09
/proc/14075/stat : 14075 (wbo1.4b) R 14073 14075 13658 0 -1 4202496 1937 0 0 0 9 0 0 0 25 0 1 0 132713153 9023488 1710 4089446400 134512640 135752675 4290528752 18446744073709551615 134523863 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/14075/statm: 2203 1710 141 303 0 1898 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8812

[startup+0.300991 s]
/proc/loadavg: 1.94 2.01 2.11 4/176 14075
/proc/meminfo: memFree=31327504/32951132 swapFree=67111528/67111528
[pid=14075] ppid=14073 vsize=12772 CPUtime=0.29
/proc/14075/stat : 14075 (wbo1.4b) R 14073 14075 13658 0 -1 4202496 2922 0 0 0 29 0 0 0 25 0 1 0 132713153 13078528 2695 4089446400 134512640 135752675 4290528752 18446744073709551615 134526076 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/14075/statm: 3193 2695 141 303 0 2888 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12772

[startup+0.700917 s]
/proc/loadavg: 1.94 2.01 2.11 4/176 14075
/proc/meminfo: memFree=31327504/32951132 swapFree=67111528/67111528
[pid=14075] ppid=14073 vsize=15544 CPUtime=0.69
/proc/14075/stat : 14075 (wbo1.4b) R 14073 14075 13658 0 -1 4202496 3618 0 0 0 69 0 0 0 25 0 1 0 132713153 15917056 3391 4089446400 134512640 135752675 4290528752 18446744073709551615 134523936 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/14075/statm: 3886 3391 141 303 0 3581 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15544

[startup+1.50084 s]
/proc/loadavg: 1.94 2.01 2.11 3/177 14076
/proc/meminfo: memFree=31314240/32951132 swapFree=67111528/67111528
[pid=14075] ppid=14073 vsize=19504 CPUtime=1.49
/proc/14075/stat : 14075 (wbo1.4b) R 14073 14075 13658 0 -1 4202496 4606 0 0 0 149 0 0 0 25 0 1 0 132713153 19972096 4379 4089446400 134512640 135752675 4290528752 18446744073709551615 135204716 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/14075/statm: 4876 4379 141 303 0 4571 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19504

[startup+3.10054 s]
/proc/loadavg: 1.94 2.01 2.11 3/177 14076
/proc/meminfo: memFree=31304216/32951132 swapFree=67111528/67111528
[pid=14075] ppid=14073 vsize=28744 CPUtime=3.09
/proc/14075/stat : 14075 (wbo1.4b) R 14073 14075 13658 0 -1 4202496 6905 0 0 0 308 1 0 0 25 0 1 0 132713153 29433856 6678 4089446400 134512640 135752675 4290528752 18446744073709551615 134526076 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/14075/statm: 7186 6678 141 303 0 6881 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28744

[startup+6.301 s]
/proc/loadavg: 1.94 2.01 2.11 3/177 14076
/proc/meminfo: memFree=31301520/32951132 swapFree=67111528/67111528
[pid=14075] ppid=14073 vsize=29272 CPUtime=6.29
/proc/14075/stat : 14075 (wbo1.4b) R 14073 14075 13658 0 -1 4202496 7043 0 0 0 628 1 0 0 25 0 1 0 132713153 29974528 6816 4089446400 134512640 135752675 4290528752 18446744073709551615 134588775 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/14075/statm: 7318 6816 141 303 0 7013 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29272

[startup+12.7009 s]
/proc/loadavg: 1.95 2.01 2.11 3/177 14078
/proc/meminfo: memFree=31296732/32951132 swapFree=67111528/67111528
[pid=14075] ppid=14073 vsize=32044 CPUtime=12.69
/proc/14075/stat : 14075 (wbo1.4b) R 14073 14075 13658 0 -1 4202496 7748 0 0 0 1268 1 0 0 25 0 1 0 132713153 32813056 7521 4089446400 134512640 135752675 4290528752 18446744073709551615 134526076 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/14075/statm: 8011 7521 141 303 0 7706 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32044

[startup+25.5007 s]
/proc/loadavg: 1.96 2.00 2.11 3/177 14078
/proc/meminfo: memFree=31284560/32951132 swapFree=67111528/67111528
[pid=14075] ppid=14073 vsize=41020 CPUtime=25.49
/proc/14075/stat : 14075 (wbo1.4b) R 14073 14075 13658 0 -1 4202496 9980 0 0 0 2548 1 0 0 25 0 1 0 132713153 42004480 9753 4089446400 134512640 135752675 4290528752 18446744073709551615 134524019 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/14075/statm: 10255 9753 141 303 0 9950 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 41020

[startup+51.1003 s]
/proc/loadavg: 1.97 2.00 2.10 3/177 14078
/proc/meminfo: memFree=31261592/32951132 swapFree=67111528/67111528
[pid=14075] ppid=14073 vsize=57124 CPUtime=51.08
/proc/14075/stat : 14075 (wbo1.4b) R 14073 14075 13658 0 -1 4202496 14011 0 0 0 5107 1 0 0 25 0 1 0 132713153 58494976 13784 4089446400 134512640 135752675 4290528752 18446744073709551615 134524019 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/14075/statm: 14281 13784 141 303 0 13976 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 57124

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

[startup+76.7008 s]
/proc/loadavg: 1.98 2.00 2.10 3/177 14078
/proc/meminfo: memFree=31239896/32951132 swapFree=67111528/67111528
[pid=14075] ppid=14073 vsize=67156 CPUtime=76.69
/proc/14075/stat : 14075 (wbo1.4b) R 14073 14075 13658 0 -1 4202496 16530 0 0 0 7667 2 0 0 25 0 1 0 132713153 68767744 16303 4089446400 134512640 135752675 4290528752 18446744073709551615 134524019 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/14075/statm: 16789 16303 141 303 0 16484 0
Current children cumulated CPU time (s) 76.69
Current children cumulated vsize (KiB) 67156

[startup+83.1007 s]
/proc/loadavg: 1.98 2.00 2.10 3/177 14080
/proc/meminfo: memFree=31235804/32951132 swapFree=67111528/67111528
[pid=14075] ppid=14073 vsize=67420 CPUtime=83.09
/proc/14075/stat : 14075 (wbo1.4b) R 14073 14075 13658 0 -1 4202496 16573 0 0 0 8307 2 0 0 25 0 1 0 132713153 69038080 16346 4089446400 134512640 135752675 4290528752 18446744073709551615 134524613 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/14075/statm: 16855 16346 141 303 0 16550 0
Current children cumulated CPU time (s) 83.09
Current children cumulated vsize (KiB) 67420

[startup+86.3012 s]
/proc/loadavg: 1.98 2.00 2.09 3/177 14080
/proc/meminfo: memFree=31236420/32951132 swapFree=67111528/67111528
[pid=14075] ppid=14073 vsize=67816 CPUtime=86.29
/proc/14075/stat : 14075 (wbo1.4b) R 14073 14075 13658 0 -1 4202496 16678 0 0 0 8627 2 0 0 25 0 1 0 132713153 69443584 16451 4089446400 134512640 135752675 4290528752 18446744073709551615 134528757 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/14075/statm: 16954 16451 141 303 0 16649 0
Current children cumulated CPU time (s) 86.29
Current children cumulated vsize (KiB) 67816

[startup+89.5006 s]
/proc/loadavg: 1.98 2.00 2.09 3/177 14080
/proc/meminfo: memFree=31236420/32951132 swapFree=67111528/67111528
[pid=14075] ppid=14073 vsize=67816 CPUtime=89.49
/proc/14075/stat : 14075 (wbo1.4b) R 14073 14075 13658 0 -1 4202496 16678 0 0 0 8947 2 0 0 25 0 1 0 132713153 69443584 16451 4089446400 134512640 135752675 4290528752 18446744073709551615 134524019 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/14075/statm: 16954 16451 141 303 0 16649 0
Current children cumulated CPU time (s) 89.49
Current children cumulated vsize (KiB) 67816

[startup+90.3005 s]
/proc/loadavg: 1.98 2.00 2.09 3/177 14080
/proc/meminfo: memFree=31236420/32951132 swapFree=67111528/67111528
[pid=14075] ppid=14073 vsize=67816 CPUtime=90.29
/proc/14075/stat : 14075 (wbo1.4b) R 14073 14075 13658 0 -1 4202496 16678 0 0 0 9027 2 0 0 25 0 1 0 132713153 69443584 16451 4089446400 134512640 135752675 4290528752 18446744073709551615 134528757 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/14075/statm: 16954 16451 141 303 0 16649 0
Current children cumulated CPU time (s) 90.29
Current children cumulated vsize (KiB) 67816

[startup+90.7004 s]
/proc/loadavg: 1.98 2.00 2.09 3/177 14080
/proc/meminfo: memFree=31236420/32951132 swapFree=67111528/67111528
[pid=14075] ppid=14073 vsize=67976 CPUtime=90.69
/proc/14075/stat : 14075 (wbo1.4b) R 14073 14075 13658 0 -1 4202496 16697 0 0 0 9067 2 0 0 25 0 1 0 132713153 69607424 16470 4089446400 134512640 135752675 4290528752 18446744073709551615 135201149 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/14075/statm: 16994 16470 141 303 0 16689 0
Current children cumulated CPU time (s) 90.69
Current children cumulated vsize (KiB) 67976

[startup+91.1004 s]
/proc/loadavg: 1.98 2.00 2.09 3/177 14080
/proc/meminfo: memFree=31236420/32951132 swapFree=67111528/67111528
[pid=14075] ppid=14073 vsize=67976 CPUtime=91.09
/proc/14075/stat : 14075 (wbo1.4b) R 14073 14075 13658 0 -1 4202496 16700 0 0 0 9107 2 0 0 25 0 1 0 132713153 69607424 16473 4089446400 134512640 135752675 4290528752 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/14075/statm: 16994 16473 144 303 0 16689 0
Current children cumulated CPU time (s) 91.09
Current children cumulated vsize (KiB) 67976

Child status: 0
Real time (s): 91.1101
CPU time (s): 91.1051
CPU user time (s): 91.0802
CPU system time (s): 0.024996
CPU usage (%): 99.9946
Max. virtual memory (cumulated for all children) (KiB): 67976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.0802
system time used= 0.024996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16701
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= 2
involuntary context switches= 181

runsolver used 0.124981 second user time and 0.316951 second system time

The end

Launcher Data

Begin job on node128 at 2010-06-30 18:09:28
IDJOB=2690248
IDBENCH=79027
IDSOLVER=1201
FILE ID=node128/2690248-1277914168
PBS_JOBID= 11197309
Free space on /tmp= 74204 MiB

SOLVER NAME= wbo 1.4b
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-dlx1c.ucl--soft-66-100-0.wbo
COMMAND LINE= wbo1.4b -file-format=wbo -time-limit=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2690248-1277914168/watcher-2690248-1277914168 -o /tmp/evaluation-result-2690248-1277914168/solver-2690248-1277914168 -C 1800 -W 2000 -M 3800  wbo1.4b -file-format=wbo -time-limit=1800 HOME/instance-2690248-1277914168.wbo

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

MD5SUM BENCH= d4513e3c50cc84c6f92da90cafb49221
RANDOM SEED=1744413535

node128.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.853
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.70
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.853
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.853
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.83
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.853
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.74
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.853
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.853
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.853
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.853
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:     32951132 kB
MemFree:      31327908 kB
Buffers:        200516 kB
Cached:        1016952 kB
SwapCached:          0 kB
Active:         685436 kB
Inactive:       796220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31327908 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3200 kB
Writeback:           4 kB
AnonPages:      264944 kB
Mapped:          17444 kB
Slab:            78368 kB
PageTables:       5568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   418068 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74200 MiB
End job on node128 at 2010-06-30 18:11:00