Trace number 3379807

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
SApperloT2010 2011-05-15 (fixed)UNSAT 135.438 135.439

General information on the benchmark

NameSAT05/crafted/sorge05/QG6/
dead-dnd002.shuffled-as.sat05-2713.cnf
MD5SUM53d311456c8e25005c572fec79acd092
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.0082
Satisfiable
(Un)Satisfiability was proved
Number of variables1339
Number of clauses7095
Sum of the clauses size60253
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31520
Number of clauses of size 4130
Number of clauses of size 5168
Number of clauses of size over 54955

Solver Data

135.39/135.43	c Solved by BasicSolver 
135.39/135.43	
135.39/135.43	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3379807-1305460740/watcher-3379807-1305460740 -o /tmp/evaluation-result-3379807-1305460740/solver-3379807-1305460740 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379807-1305460740.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.01 3.98 3.70 4/312 24716
/proc/meminfo: memFree=11903312/32950928 swapFree=67083212/67111528
[pid=24716] ppid=24714 vsize=13004 CPUtime=0 cores=5,7
/proc/24716/stat : 24716 (SApperloT2010) R 24714 24716 24416 0 -1 4202496 641 0 0 0 0 0 0 0 25 0 1 0 657673716 13316096 581 33554432000 4194304 4394578 140737394667088 18446744073709551615 208079893189 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24716/statm: 3251 581 247 49 0 392 0

[startup+0.0375389 s]
/proc/loadavg: 4.01 3.98 3.70 4/312 24716
/proc/meminfo: memFree=11903312/32950928 swapFree=67083212/67111528
[pid=24716] ppid=24714 vsize=13508 CPUtime=0.03 cores=5,7
/proc/24716/stat : 24716 (SApperloT2010) R 24714 24716 24416 0 -1 4202496 756 0 0 0 3 0 0 0 25 0 1 0 657673716 13832192 695 33554432000 4194304 4394578 140737394667088 18446744073709551615 208080256919 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24716/statm: 3377 695 255 49 0 518 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13508

[startup+0.100527 s]
/proc/loadavg: 4.01 3.98 3.70 4/312 24716
/proc/meminfo: memFree=11903312/32950928 swapFree=67083212/67111528
[pid=24716] ppid=24714 vsize=15496 CPUtime=0.09 cores=5,7
/proc/24716/stat : 24716 (SApperloT2010) R 24714 24716 24416 0 -1 4202496 1272 0 0 0 9 0 0 0 25 0 1 0 657673716 15867904 1211 33554432000 4194304 4394578 140737394667088 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24716/statm: 3874 1211 267 49 0 1015 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15496

[startup+0.300489 s]
/proc/loadavg: 4.01 3.98 3.70 4/312 24716
/proc/meminfo: memFree=11903312/32950928 swapFree=67083212/67111528
[pid=24716] ppid=24714 vsize=16688 CPUtime=0.29 cores=5,7
/proc/24716/stat : 24716 (SApperloT2010) R 24714 24716 24416 0 -1 4202496 1581 0 0 0 29 0 0 0 25 0 1 0 657673716 17088512 1520 33554432000 4194304 4394578 140737394667088 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24716/statm: 4172 1520 267 49 0 1313 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16688

[startup+0.700412 s]
/proc/loadavg: 4.01 3.98 3.70 4/312 24716
/proc/meminfo: memFree=11903312/32950928 swapFree=67083212/67111528
[pid=24716] ppid=24714 vsize=17356 CPUtime=0.69 cores=5,7
/proc/24716/stat : 24716 (SApperloT2010) R 24714 24716 24416 0 -1 4202496 1764 0 0 0 69 0 0 0 25 0 1 0 657673716 17772544 1703 33554432000 4194304 4394578 140737394667088 18446744073709551615 208079893189 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24716/statm: 4339 1703 267 49 0 1480 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17356

[startup+1.50026 s]
/proc/loadavg: 4.01 3.98 3.70 5/313 24717
/proc/meminfo: memFree=11896368/32950928 swapFree=67083212/67111528
[pid=24716] ppid=24714 vsize=18564 CPUtime=1.49 cores=5,7
/proc/24716/stat : 24716 (SApperloT2010) R 24714 24716 24416 0 -1 4202496 2040 0 0 0 149 0 0 0 25 0 1 0 657673716 19009536 1979 33554432000 4194304 4394578 140737394667088 18446744073709551615 4343048 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24716/statm: 4641 1979 267 49 0 1782 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18564

[startup+3.10096 s]
/proc/loadavg: 4.01 3.98 3.70 5/313 24717
/proc/meminfo: memFree=11894776/32950928 swapFree=67083212/67111528
[pid=24716] ppid=24714 vsize=19528 CPUtime=3.09 cores=5,7
/proc/24716/stat : 24716 (SApperloT2010) R 24714 24716 24416 0 -1 4202496 2281 0 0 0 309 0 0 0 25 0 1 0 657673716 19996672 2220 33554432000 4194304 4394578 140737394667088 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24716/statm: 4882 2220 267 49 0 2023 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19528

[startup+6.30034 s]
/proc/loadavg: 4.01 3.98 3.71 5/313 24717
/proc/meminfo: memFree=11892400/32950928 swapFree=67083212/67111528
[pid=24716] ppid=24714 vsize=21304 CPUtime=6.29 cores=5,7
/proc/24716/stat : 24716 (SApperloT2010) R 24714 24716 24416 0 -1 4202496 2662 0 0 0 629 0 0 0 25 0 1 0 657673716 21815296 2601 33554432000 4194304 4394578 140737394667088 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24716/statm: 5326 2601 267 49 0 2467 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21304

[startup+12.7001 s]
/proc/loadavg: 4.01 3.98 3.71 5/313 24718
/proc/meminfo: memFree=11889184/32950928 swapFree=67083212/67111528
[pid=24716] ppid=24714 vsize=23244 CPUtime=12.7 cores=5,7
/proc/24716/stat : 24716 (SApperloT2010) R 24714 24716 24416 0 -1 4202496 3090 0 0 0 1269 1 0 0 25 0 1 0 657673716 23801856 3029 33554432000 4194304 4394578 140737394667088 18446744073709551615 4298664 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24716/statm: 5811 3029 267 49 0 2952 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 23244

[startup+25.5007 s]
/proc/loadavg: 4.01 3.98 3.71 5/313 24718
/proc/meminfo: memFree=11884736/32950928 swapFree=67083212/67111528
[pid=24716] ppid=24714 vsize=25384 CPUtime=25.49 cores=5,7
/proc/24716/stat : 24716 (SApperloT2010) R 24714 24716 24416 0 -1 4202496 3509 0 0 0 2548 1 0 0 25 0 1 0 657673716 25993216 3448 33554432000 4194304 4394578 140737394667088 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24716/statm: 6346 3448 267 49 0 3487 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 25384

[startup+51.1008 s]
/proc/loadavg: 4.00 3.98 3.72 5/313 24719
/proc/meminfo: memFree=11856648/32950928 swapFree=67083212/67111528
[pid=24716] ppid=24714 vsize=26936 CPUtime=51.09 cores=5,7
/proc/24716/stat : 24716 (SApperloT2010) R 24714 24716 24416 0 -1 4202496 3888 0 0 0 5108 1 0 0 25 0 1 0 657673716 27582464 3827 33554432000 4194304 4394578 140737394667088 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24716/statm: 6734 3827 267 49 0 3875 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 26936

[startup+102.311 s]
/proc/loadavg: 4.05 4.00 3.74 5/313 24720
/proc/meminfo: memFree=11810852/32950928 swapFree=67083212/67111528
[pid=24716] ppid=24714 vsize=28724 CPUtime=102.3 cores=5,7
/proc/24716/stat : 24716 (SApperloT2010) R 24714 24716 24416 0 -1 4202496 4340 0 0 0 10229 1 0 0 25 0 1 0 657673716 29413376 4279 33554432000 4194304 4394578 140737394667088 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24716/statm: 7181 4279 267 49 0 4322 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 28724

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

[startup+115.101 s]
/proc/loadavg: 4.04 4.00 3.74 5/313 24720
/proc/meminfo: memFree=11795468/32950928 swapFree=67083212/67111528
[pid=24716] ppid=24714 vsize=29004 CPUtime=115.1 cores=5,7
/proc/24716/stat : 24716 (SApperloT2010) R 24714 24716 24416 0 -1 4202496 4420 0 0 0 11508 2 0 0 25 0 1 0 657673716 29700096 4359 33554432000 4194304 4394578 140737394667088 18446744073709551615 4313440 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24716/statm: 7251 4359 267 49 0 4392 0
Current children cumulated CPU time (s) 115.1
Current children cumulated vsize (KiB) 29004

[startup+127.9 s]
/proc/loadavg: 4.03 4.00 3.74 5/313 24730
/proc/meminfo: memFree=11786200/32950928 swapFree=67083212/67111528
[pid=24716] ppid=24714 vsize=29196 CPUtime=127.89 cores=5,7
/proc/24716/stat : 24716 (SApperloT2010) R 24714 24716 24416 0 -1 4202496 4466 0 0 0 12787 2 0 0 25 0 1 0 657673716 29896704 4405 33554432000 4194304 4394578 140737394667088 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24716/statm: 7299 4405 267 49 0 4440 0
Current children cumulated CPU time (s) 127.89
Current children cumulated vsize (KiB) 29196

[startup+131.101 s]
/proc/loadavg: 4.03 4.00 3.74 5/313 24730
/proc/meminfo: memFree=11785952/32950928 swapFree=67083212/67111528
[pid=24716] ppid=24714 vsize=29388 CPUtime=131.1 cores=5,7
/proc/24716/stat : 24716 (SApperloT2010) R 24714 24716 24416 0 -1 4202496 4478 0 0 0 13108 2 0 0 25 0 1 0 657673716 30093312 4417 33554432000 4194304 4394578 140737394667088 18446744073709551615 4298933 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24716/statm: 7347 4417 267 49 0 4488 0
Current children cumulated CPU time (s) 131.1
Current children cumulated vsize (KiB) 29388

[startup+132.7 s]
/proc/loadavg: 4.03 4.00 3.74 5/313 24730
/proc/meminfo: memFree=11786076/32950928 swapFree=67083212/67111528
[pid=24716] ppid=24714 vsize=29388 CPUtime=132.69 cores=5,7
/proc/24716/stat : 24716 (SApperloT2010) R 24714 24716 24416 0 -1 4202496 4481 0 0 0 13267 2 0 0 25 0 1 0 657673716 30093312 4420 33554432000 4194304 4394578 140737394667088 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24716/statm: 7347 4420 267 49 0 4488 0
Current children cumulated CPU time (s) 132.69
Current children cumulated vsize (KiB) 29388

[startup+134.301 s]
/proc/loadavg: 4.03 4.00 3.74 5/313 24730
/proc/meminfo: memFree=11785580/32950928 swapFree=67083212/67111528
[pid=24716] ppid=24714 vsize=29388 CPUtime=134.29 cores=5,7
/proc/24716/stat : 24716 (SApperloT2010) R 24714 24716 24416 0 -1 4202496 4490 0 0 0 13427 2 0 0 25 0 1 0 657673716 30093312 4429 33554432000 4194304 4394578 140737394667088 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24716/statm: 7347 4429 267 49 0 4488 0
Current children cumulated CPU time (s) 134.29
Current children cumulated vsize (KiB) 29388

[startup+135.101 s]
/proc/loadavg: 4.03 4.00 3.74 5/313 24730
/proc/meminfo: memFree=11785580/32950928 swapFree=67083212/67111528
[pid=24716] ppid=24714 vsize=29388 CPUtime=135.09 cores=5,7
/proc/24716/stat : 24716 (SApperloT2010) R 24714 24716 24416 0 -1 4202496 4496 0 0 0 13507 2 0 0 25 0 1 0 657673716 30093312 4435 33554432000 4194304 4394578 140737394667088 18446744073709551615 4298857 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24716/statm: 7347 4435 267 49 0 4488 0
Current children cumulated CPU time (s) 135.09
Current children cumulated vsize (KiB) 29388

[startup+135.311 s]
/proc/loadavg: 4.03 4.00 3.74 5/313 24730
/proc/meminfo: memFree=11784380/32950928 swapFree=67083212/67111528
[pid=24716] ppid=24714 vsize=29388 CPUtime=135.3 cores=5,7
/proc/24716/stat : 24716 (SApperloT2010) R 24714 24716 24416 0 -1 4202496 4497 0 0 0 13528 2 0 0 25 0 1 0 657673716 30093312 4436 33554432000 4194304 4394578 140737394667088 18446744073709551615 4296323 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24716/statm: 7347 4436 267 49 0 4488 0
Current children cumulated CPU time (s) 135.3
Current children cumulated vsize (KiB) 29388

[startup+135.401 s]
/proc/loadavg: 4.03 4.00 3.74 5/313 24730
/proc/meminfo: memFree=11784380/32950928 swapFree=67083212/67111528
[pid=24716] ppid=24714 vsize=29388 CPUtime=135.39 cores=5,7
/proc/24716/stat : 24716 (SApperloT2010) R 24714 24716 24416 0 -1 4202496 4497 0 0 0 13537 2 0 0 25 0 1 0 657673716 30093312 4436 33554432000 4194304 4394578 140737394667088 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24716/statm: 7347 4436 267 49 0 4488 0
Current children cumulated CPU time (s) 135.39
Current children cumulated vsize (KiB) 29388

Child status: 20
Real time (s): 135.439
CPU time (s): 135.438
CPU user time (s): 135.414
CPU system time (s): 0.023996
CPU usage (%): 99.9996
Max. virtual memory (cumulated for all children) (KiB): 29388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 135.414
system time used= 0.023996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4509
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= 6
involuntary context switches= 1667

runsolver used 0.365944 second user time and 0.877866 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-15 13:59:01
IDJOB=3379807
IDBENCH=85959
IDSOLVER=1862
FILE ID=node127/3379807-1305460740
RUNJOBID= node127-1305460421-24588
PBS_JOBID= 13324908
Free space on /tmp= 73512 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT05/crafted/sorge05/QG6/dead-dnd002.shuffled-as.sat05-2713.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379807-1305460740/watcher-3379807-1305460740 -o /tmp/evaluation-result-3379807-1305460740/solver-3379807-1305460740 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379807-1305460740.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 53d311456c8e25005c572fec79acd092
RANDOM SEED=166763750

node127.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.823
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.64
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.823
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.83
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.823
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.74
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.823
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.86
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.823
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.823
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.823
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.60
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.823
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:      11903468 kB
Buffers:        313988 kB
Cached:        4075108 kB
SwapCached:       1620 kB
Active:       17833572 kB
Inactive:      2874084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11903468 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:             444 kB
Writeback:           0 kB
AnonPages:    16316944 kB
Mapped:          27288 kB
Slab:           227816 kB
PageTables:      48480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44876204 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= 73512 MiB
End job on node127 at 2011-05-15 14:01:16