Trace number 3495442

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
OptimuS x100_sourceUNSAT 226.825 226.824

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top20.cnf
MD5SUMbe49754fed0d5253f9a16b7a2ec9a5a9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.11998
Satisfiable
(Un)Satisfiability was proved
Number of variables46611
Number of clauses148086
Sum of the clauses size361814
Maximum clause length1952
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 290434
Number of clauses of size 356622
Number of clauses of size 4209
Number of clauses of size 518
Number of clauses of size over 5802

Solver Data

226.79/226.82	c - Reading the instance.. OK! Totally clauses:   148086; Vars:    46611; Time: 0.12
226.79/226.82	c - Unit propagation..     OK! Removed clauses:        0;                 Time: 0.00
226.79/226.82	c - Delete by resolution.. OK! Removed clauses:    40729;                 Time: 30.06
226.79/226.82	c   - Solving the original instance..
226.79/226.82	c     - OK - UNSAT! Continue to clause elimination..
226.79/226.82	c   - round:    1;   Skips in previous round:    0
226.79/226.82	c     - clauses done:  1%; among them skipped: 0.00%;
226.79/226.82	c - Finish! Unsat core size: 4 / 148086; Time: 226.74 s
226.79/226.82	c - ---------------------------------------------------------------------------
226.79/226.82	c - Statistics: |    unit   |    BCE    | sat-saved | sat-check | unsat-check |
226.79/226.82	c -             |       0   |  142563   |       2   |       2   |    5353     |
226.79/226.82	c - ---------------------------------------------------------------------------
226.79/226.82	s UNSATISFIABLE
226.79/226.82	v 1 84 85 93299 0

Verifier Data

OK	4

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3495442-1307806548/watcher-3495442-1307806548 -o /tmp/evaluation-result-3495442-1307806548/solver-3495442-1307806548 -C 1800 -W 1850 -M 7680 OptimuS_release HOME/instance-3495442-1307806548.cnf 

running on 2 cores: 0,2

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): 1850 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: 1.00 1.53 2.58 6/186 23306
/proc/meminfo: memFree=31914848/32951124 swapFree=67055708/67111528
[pid=23306] ppid=23304 vsize=20728 CPUtime=0 cores=0,2
/proc/23306/stat : 23306 (OptimuS_release) R 23304 23306 22467 0 -1 4202496 940 0 0 0 0 0 0 0 24 0 1 0 624846124 21225472 880 33554432000 4194304 4280283 140733468570160 18446744073709551615 4266385 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23306/statm: 5182 888 223 21 0 1819 0

[startup+0.0265351 s]
/proc/loadavg: 1.00 1.53 2.58 6/186 23306
/proc/meminfo: memFree=31914848/32951124 swapFree=67055708/67111528
[pid=23306] ppid=23304 vsize=29660 CPUtime=0.01 cores=0,2
/proc/23306/stat : 23306 (OptimuS_release) R 23304 23306 22467 0 -1 4202496 2980 0 0 0 1 0 0 0 24 0 1 0 624846124 30371840 2861 33554432000 4194304 4280283 140733468570160 18446744073709551615 268660323013 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23306/statm: 7415 2863 224 21 0 4052 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 29660

[startup+0.10056 s]
/proc/loadavg: 1.00 1.53 2.58 6/186 23306
/proc/meminfo: memFree=31914848/32951124 swapFree=67055708/67111528
[pid=23306] ppid=23304 vsize=51664 CPUtime=0.09 cores=0,2
/proc/23306/stat : 23306 (OptimuS_release) R 23304 23306 22467 0 -1 4202496 8385 0 0 0 8 1 0 0 24 0 1 0 624846124 52903936 8172 33554432000 4194304 4280283 140733468570160 18446744073709551615 268660323013 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23306/statm: 12949 8173 240 21 0 9586 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51664

[startup+0.30052 s]
/proc/loadavg: 1.00 1.53 2.58 6/186 23306
/proc/meminfo: memFree=31914848/32951124 swapFree=67055708/67111528
[pid=23306] ppid=23304 vsize=67556 CPUtime=0.29 cores=0,2
/proc/23306/stat : 23306 (OptimuS_release) R 23304 23306 22467 0 -1 4202496 12066 0 0 0 27 2 0 0 25 0 1 0 624846124 69177344 11852 33554432000 4194304 4280283 140733468570160 18446744073709551615 4210914 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23306/statm: 16889 11852 251 21 0 13526 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67556

[startup+0.700456 s]
/proc/loadavg: 1.00 1.53 2.58 6/186 23306
/proc/meminfo: memFree=31914848/32951124 swapFree=67055708/67111528
[pid=23306] ppid=23304 vsize=67556 CPUtime=0.69 cores=0,2
/proc/23306/stat : 23306 (OptimuS_release) R 23304 23306 22467 0 -1 4202496 12088 0 0 0 67 2 0 0 25 0 1 0 624846124 69177344 11874 33554432000 4194304 4280283 140733468570160 18446744073709551615 4208673 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23306/statm: 16889 11874 251 21 0 13526 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 67556

[startup+1.5003 s]
/proc/loadavg: 1.00 1.53 2.58 5/190 23317
/proc/meminfo: memFree=31826196/32951124 swapFree=67055708/67111528
[pid=23306] ppid=23304 vsize=67712 CPUtime=1.49 cores=0,2
/proc/23306/stat : 23306 (OptimuS_release) R 23304 23306 22467 0 -1 4202496 12097 0 0 0 147 2 0 0 25 0 1 0 624846124 69337088 11883 33554432000 4194304 4280283 140733468570160 18446744073709551615 4209774 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23306/statm: 16928 11883 251 21 0 13565 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 67712

[startup+3.10103 s]
/proc/loadavg: 1.00 1.53 2.58 5/190 23317
/proc/meminfo: memFree=31812772/32951124 swapFree=67055708/67111528
[pid=23306] ppid=23304 vsize=67712 CPUtime=3.09 cores=0,2
/proc/23306/stat : 23306 (OptimuS_release) R 23304 23306 22467 0 -1 4202496 12100 0 0 0 307 2 0 0 25 0 1 0 624846124 69337088 11886 33554432000 4194304 4280283 140733468570160 18446744073709551615 4208151 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23306/statm: 16928 11886 251 21 0 13565 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 67712

[startup+6.30046 s]
/proc/loadavg: 1.24 1.57 2.59 5/190 23356
/proc/meminfo: memFree=31766400/32951124 swapFree=67055708/67111528
[pid=23306] ppid=23304 vsize=67712 CPUtime=6.29 cores=0,2
/proc/23306/stat : 23306 (OptimuS_release) R 23304 23306 22467 0 -1 4202496 12102 0 0 0 627 2 0 0 25 0 1 0 624846124 69337088 11888 33554432000 4194304 4280283 140733468570160 18446744073709551615 4209139 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23306/statm: 16928 11888 251 21 0 13565 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 67712

[startup+12.7003 s]
/proc/loadavg: 1.46 1.61 2.60 5/190 23394
/proc/meminfo: memFree=31691052/32951124 swapFree=67055708/67111528
[pid=23306] ppid=23304 vsize=67712 CPUtime=12.69 cores=0,2
/proc/23306/stat : 23306 (OptimuS_release) R 23304 23306 22467 0 -1 4202496 12105 0 0 0 1267 2 0 0 25 0 1 0 624846124 69337088 11891 33554432000 4194304 4280283 140733468570160 18446744073709551615 4209665 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23306/statm: 16928 11891 251 21 0 13565 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 67712

[startup+25.501 s]
/proc/loadavg: 2.02 1.73 2.62 5/190 23394
/proc/meminfo: memFree=31651680/32951124 swapFree=67055708/67111528
[pid=23306] ppid=23304 vsize=67712 CPUtime=25.49 cores=0,2
/proc/23306/stat : 23306 (OptimuS_release) R 23304 23306 22467 0 -1 4202496 12112 0 0 0 2547 2 0 0 25 0 1 0 624846124 69337088 11898 33554432000 4194304 4280283 140733468570160 18446744073709551615 4209670 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23306/statm: 16928 11898 251 21 0 13565 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 67712

[startup+51.1005 s]
/proc/loadavg: 2.76 1.92 2.66 5/190 23433
/proc/meminfo: memFree=31603724/32951124 swapFree=67055708/67111528
[pid=23306] ppid=23304 vsize=70528 CPUtime=51.09 cores=0,2
/proc/23306/stat : 23306 (OptimuS_release) R 23304 23306 22467 0 -1 4202496 12933 0 0 0 5107 2 0 0 25 0 1 0 624846124 72220672 12507 33554432000 4194304 4280283 140733468570160 18446744073709551615 4209024 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23306/statm: 17632 12507 260 21 0 14269 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 70528

[startup+102.307 s]
/proc/loadavg: 3.46 2.24 2.73 5/190 23624
/proc/meminfo: memFree=31641500/32951124 swapFree=67055708/67111528
[pid=23306] ppid=23304 vsize=71584 CPUtime=102.3 cores=0,2
/proc/23306/stat : 23306 (OptimuS_release) R 23304 23306 22467 0 -1 4202496 13326 0 0 0 10228 2 0 0 25 0 1 0 624846124 73302016 12900 33554432000 4194304 4280283 140733468570160 18446744073709551615 4258893 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23306/statm: 17896 12900 270 21 0 14533 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 71584

[startup+162.301 s]
/proc/loadavg: 3.80 2.56 2.81 5/190 23626
/proc/meminfo: memFree=31663524/32951124 swapFree=67055708/67111528
[pid=23306] ppid=23304 vsize=71584 CPUtime=162.29 cores=0,2
/proc/23306/stat : 23306 (OptimuS_release) R 23304 23306 22467 0 -1 4202496 13329 0 0 0 16226 3 0 0 25 0 1 0 624846124 73302016 12903 33554432000 4194304 4280283 140733468570160 18446744073709551615 4208676 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23306/statm: 17896 12903 270 21 0 14533 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 71584

[startup+222.3 s]
/proc/loadavg: 3.92 2.82 2.88 5/190 23627
/proc/meminfo: memFree=31617624/32951124 swapFree=67055708/67111528
[pid=23306] ppid=23304 vsize=71584 CPUtime=222.29 cores=0,2
/proc/23306/stat : 23306 (OptimuS_release) R 23304 23306 22467 0 -1 4202496 13332 0 0 0 22226 3 0 0 25 0 1 0 624846124 73302016 12906 33554432000 4194304 4280283 140733468570160 18446744073709551615 4207023 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23306/statm: 17896 12906 270 21 0 14533 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 71584

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

[startup+223.901 s]
/proc/loadavg: 3.93 2.84 2.88 5/190 23627
/proc/meminfo: memFree=31631016/32951124 swapFree=67055708/67111528
[pid=23306] ppid=23304 vsize=71584 CPUtime=223.89 cores=0,2
/proc/23306/stat : 23306 (OptimuS_release) R 23304 23306 22467 0 -1 4202496 13332 0 0 0 22386 3 0 0 25 0 1 0 624846124 73302016 12906 33554432000 4194304 4280283 140733468570160 18446744073709551615 4208151 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23306/statm: 17896 12906 270 21 0 14533 0
Current children cumulated CPU time (s) 223.89
Current children cumulated vsize (KiB) 71584

[startup+225.507 s]
/proc/loadavg: 3.93 2.84 2.88 5/190 23627
/proc/meminfo: memFree=31615764/32951124 swapFree=67055708/67111528
[pid=23306] ppid=23304 vsize=71584 CPUtime=225.49 cores=0,2
/proc/23306/stat : 23306 (OptimuS_release) R 23304 23306 22467 0 -1 4202496 13332 0 0 0 22546 3 0 0 25 0 1 0 624846124 73302016 12906 33554432000 4194304 4280283 140733468570160 18446744073709551615 4208498 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23306/statm: 17896 12906 270 21 0 14533 0
Current children cumulated CPU time (s) 225.49
Current children cumulated vsize (KiB) 71584

[startup+226.301 s]
/proc/loadavg: 3.93 2.84 2.88 5/190 23627
/proc/meminfo: memFree=31615764/32951124 swapFree=67055708/67111528
[pid=23306] ppid=23304 vsize=71584 CPUtime=226.29 cores=0,2
/proc/23306/stat : 23306 (OptimuS_release) R 23304 23306 22467 0 -1 4202496 13332 0 0 0 22626 3 0 0 25 0 1 0 624846124 73302016 12906 33554432000 4194304 4280283 140733468570160 18446744073709551615 4261428 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23306/statm: 17896 12906 270 21 0 14533 0
Current children cumulated CPU time (s) 226.29
Current children cumulated vsize (KiB) 71584

[startup+226.701 s]
/proc/loadavg: 3.93 2.84 2.88 5/190 23627
/proc/meminfo: memFree=31588980/32951124 swapFree=67055708/67111528
[pid=23306] ppid=23304 vsize=71584 CPUtime=226.69 cores=0,2
/proc/23306/stat : 23306 (OptimuS_release) R 23304 23306 22467 0 -1 4202496 13332 0 0 0 22666 3 0 0 25 0 1 0 624846124 73302016 12906 33554432000 4194304 4280283 140733468570160 18446744073709551615 4208813 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23306/statm: 17896 12906 270 21 0 14533 0
Current children cumulated CPU time (s) 226.69
Current children cumulated vsize (KiB) 71584

[startup+226.801 s]
/proc/loadavg: 3.93 2.84 2.88 5/190 23627
/proc/meminfo: memFree=31588980/32951124 swapFree=67055708/67111528
[pid=23306] ppid=23304 vsize=71716 CPUtime=226.79 cores=0,2
/proc/23306/stat : 23306 (OptimuS_release) R 23304 23306 22467 0 -1 4202496 13360 0 0 0 22676 3 0 0 25 0 1 0 624846124 73437184 12934 33554432000 4194304 4280283 140733468570160 18446744073709551615 268660323013 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23306/statm: 17929 12936 270 21 0 14566 0
Current children cumulated CPU time (s) 226.79
Current children cumulated vsize (KiB) 71716

Child status: 20
Real time (s): 226.824
CPU time (s): 226.825
CPU user time (s): 226.783
CPU system time (s): 0.041993
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 71716

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

runsolver used 0.433934 second user time and 0.806877 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-11 17:35:49
IDJOB=3495442
IDBENCH=83106
IDSOLVER=1988
FILE ID=node107/3495442-1307806548
RUNJOBID= node107-1307806548-23258
PBS_JOBID= 13551069
Free space on /tmp= 74128 MiB

SOLVER NAME= OptimuS x100_source
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top20.cnf
COMMAND LINE= OptimuS_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3495442-1307806548/watcher-3495442-1307806548 -o /tmp/evaluation-result-3495442-1307806548/solver-3495442-1307806548 -C 1800 -W 1850 -M 7680  OptimuS_release HOME/instance-3495442-1307806548.cnf

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

MD5SUM BENCH= be49754fed0d5253f9a16b7a2ec9a5a9
RANDOM SEED=927201203

node107.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.829
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.65
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.829
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.75
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.829
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:     32951124 kB
MemFree:      31918408 kB
Buffers:        170928 kB
Cached:         625564 kB
SwapCached:      19468 kB
Active:         282092 kB
Inactive:       562736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31918408 kB
SwapTotal:    67111528 kB
SwapFree:     67055708 kB
Dirty:            5148 kB
Writeback:         136 kB
AnonPages:       46624 kB
Mapped:          12844 kB
Slab:           122628 kB
PageTables:       5208 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   254968 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= 74128 MiB
End job on node107 at 2011-06-11 17:39:36