Trace number 3309245

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
glueminisat 2.2.5UNSAT 136.848 136.845

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-03.cnf
MD5SUM8c67f78ca36ec96e662a91c74844da21
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark136.848
Satisfiable
(Un)Satisfiability was proved
Number of variables3114
Number of clauses10827
Sum of the clauses size28341
Maximum clause length119
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24934
Number of clauses of size 35378
Number of clauses of size 4408
Number of clauses of size 584
Number of clauses of size over 522

Solver Data

136.80/136.84	WARNING: for repeatability, setting FPU to use double precision
136.80/136.84	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: 935)

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-3309245-1303987381/watcher-3309245-1303987381 -o /tmp/evaluation-result-3309245-1303987381/solver-3309245-1303987381 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3309245-1303987381.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.73 2.69 2.78 1/176 24023
/proc/meminfo: memFree=17108692/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=19968 CPUtime=0 cores=1,3,5,7
/proc/24023/stat : 24023 (glueminisat) R 24021 24023 23995 0 -1 4202496 626 0 0 0 0 0 0 0 19 0 1 0 510335989 20447232 560 33554432000 4194304 4309791 140736281214176 18446744073709551615 4294526 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24023/statm: 4992 561 216 29 0 1621 0

[startup+0.021295 s]
/proc/loadavg: 1.73 2.69 2.78 1/176 24023
/proc/meminfo: memFree=17108692/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=16616 CPUtime=0.01 cores=1,3,5,7
/proc/24023/stat : 24023 (glueminisat) R 24021 24023 23995 0 -1 4202496 888 0 0 0 1 0 0 0 19 0 1 0 510335989 17014784 725 33554432000 4194304 4309791 140736281214176 18446744073709551615 4263467 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24023/statm: 4154 727 225 29 0 783 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16616

[startup+0.100278 s]
/proc/loadavg: 1.73 2.69 2.78 1/176 24023
/proc/meminfo: memFree=17108692/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=16760 CPUtime=0.09 cores=1,3,5,7
/proc/24023/stat : 24023 (glueminisat) R 24021 24023 23995 0 -1 4202496 1001 0 0 0 9 0 0 0 19 0 1 0 510335989 17162240 774 33554432000 4194304 4309791 140736281214176 18446744073709551615 4259390 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24023/statm: 4190 774 245 29 0 819 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16760

[startup+0.300244 s]
/proc/loadavg: 1.73 2.69 2.78 1/176 24023
/proc/meminfo: memFree=17108692/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=17800 CPUtime=0.29 cores=1,3,5,7
/proc/24023/stat : 24023 (glueminisat) R 24021 24023 23995 0 -1 4202496 1317 0 0 0 29 0 0 0 20 0 1 0 510335989 18227200 1072 33554432000 4194304 4309791 140736281214176 18446744073709551615 4276914 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24023/statm: 4450 1072 245 29 0 1079 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17800

[startup+0.70017 s]
/proc/loadavg: 1.73 2.69 2.78 1/176 24023
/proc/meminfo: memFree=17108692/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=19448 CPUtime=0.69 cores=1,3,5,7
/proc/24023/stat : 24023 (glueminisat) R 24021 24023 23995 0 -1 4202496 1745 0 0 0 69 0 0 0 20 0 1 0 510335989 19914752 1480 33554432000 4194304 4309791 140736281214176 18446744073709551615 4259874 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24023/statm: 4862 1480 245 29 0 1491 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19448

[startup+1.50103 s]
/proc/loadavg: 1.73 2.69 2.78 2/179 24028
/proc/meminfo: memFree=17103208/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=23952 CPUtime=1.49 cores=1,3,5,7
/proc/24023/stat : 24023 (glueminisat) R 24021 24023 23995 0 -1 4202496 2358 0 0 0 149 0 0 0 23 0 1 0 510335989 24526848 2066 33554432000 4194304 4309791 140736281214176 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24023/statm: 5988 2066 245 29 0 2617 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23952

[startup+3.10073 s]
/proc/loadavg: 1.75 2.68 2.77 3/182 24034
/proc/meminfo: memFree=17093196/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=23952 CPUtime=3.09 cores=1,3,5,7
/proc/24023/stat : 24023 (glueminisat) R 24021 24023 23995 0 -1 4202496 2728 0 0 0 309 0 0 0 25 0 1 0 510335989 24526848 2426 33554432000 4194304 4309791 140736281214176 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24023/statm: 5988 2426 245 29 0 2617 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23952

[startup+6.30015 s]
/proc/loadavg: 1.75 2.68 2.77 3/182 24034
/proc/meminfo: memFree=17086752/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=31052 CPUtime=6.29 cores=1,3,5,7
/proc/24023/stat : 24023 (glueminisat) R 24021 24023 23995 0 -1 4202496 5227 0 0 0 629 0 0 0 25 0 1 0 510335989 31797248 3676 33554432000 4194304 4309791 140736281214176 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24023/statm: 7763 3676 245 29 0 4392 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31052

[startup+12.701 s]
/proc/loadavg: 1.79 2.65 2.76 3/182 24035
/proc/meminfo: memFree=17078176/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=31052 CPUtime=12.69 cores=1,3,5,7
/proc/24023/stat : 24023 (glueminisat) R 24021 24023 23995 0 -1 4202496 7804 0 0 0 1268 1 0 0 25 0 1 0 510335989 31797248 4386 33554432000 4194304 4309791 140736281214176 18446744073709551615 4260074 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24023/statm: 7763 4386 245 29 0 4392 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31052

[startup+25.5007 s]
/proc/loadavg: 1.82 2.63 2.75 3/182 24035
/proc/meminfo: memFree=17067804/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=38568 CPUtime=25.49 cores=1,3,5,7
/proc/24023/stat : 24023 (glueminisat) R 24021 24023 23995 0 -1 4202496 9001 0 0 0 2548 1 0 0 25 0 1 0 510335989 39493632 5541 33554432000 4194304 4309791 140736281214176 18446744073709551615 4276350 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24023/statm: 9642 5541 245 29 0 6271 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 38568

[startup+51.101 s]
/proc/loadavg: 1.94 2.60 2.74 3/182 24036
/proc/meminfo: memFree=17056468/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=42988 CPUtime=51.09 cores=1,3,5,7
/proc/24023/stat : 24023 (glueminisat) R 24021 24023 23995 0 -1 4202496 13842 0 0 0 5107 2 0 0 25 0 1 0 510335989 44019712 7370 33554432000 4194304 4309791 140736281214176 18446744073709551615 4259397 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24023/statm: 10747 7370 245 29 0 7376 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 42988

[startup+102.307 s]
/proc/loadavg: 1.97 2.49 2.69 3/182 24037
/proc/meminfo: memFree=17034760/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=57312 CPUtime=102.29 cores=1,3,5,7
/proc/24023/stat : 24023 (glueminisat) R 24021 24023 23995 0 -1 4202496 16842 0 0 0 10227 2 0 0 25 0 1 0 510335989 58687488 10244 33554432000 4194304 4309791 140736281214176 18446744073709551615 4259453 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24023/statm: 14328 10244 245 29 0 10957 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 57312

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

[startup+115.1 s]
/proc/loadavg: 1.98 2.48 2.68 3/182 24037
/proc/meminfo: memFree=17034756/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=57500 CPUtime=115.1 cores=1,3,5,7
/proc/24023/stat : 24023 (glueminisat) R 24021 24023 23995 0 -1 4202496 17550 0 0 0 11507 3 0 0 25 0 1 0 510335989 58880000 10952 33554432000 4194304 4309791 140736281214176 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24023/statm: 14375 10952 245 29 0 11004 0
Current children cumulated CPU time (s) 115.1
Current children cumulated vsize (KiB) 57500

[startup+127.901 s]
/proc/loadavg: 1.98 2.45 2.67 3/182 24038
/proc/meminfo: memFree=17031776/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=57500 CPUtime=127.9 cores=1,3,5,7
/proc/24023/stat : 24023 (glueminisat) R 24021 24023 23995 0 -1 4202496 17550 0 0 0 12787 3 0 0 25 0 1 0 510335989 58880000 10952 33554432000 4194304 4309791 140736281214176 18446744073709551615 4259463 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24023/statm: 14375 10952 245 29 0 11004 0
Current children cumulated CPU time (s) 127.9
Current children cumulated vsize (KiB) 57500

[startup+131.1 s]
/proc/loadavg: 1.98 2.45 2.67 3/182 24038
/proc/meminfo: memFree=17031888/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=57500 CPUtime=131.1 cores=1,3,5,7
/proc/24023/stat : 24023 (glueminisat) R 24021 24023 23995 0 -1 4202496 17550 0 0 0 13107 3 0 0 25 0 1 0 510335989 58880000 10952 33554432000 4194304 4309791 140736281214176 18446744073709551615 4259453 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24023/statm: 14375 10952 245 29 0 11004 0
Current children cumulated CPU time (s) 131.1
Current children cumulated vsize (KiB) 57500

[startup+134.301 s]
/proc/loadavg: 1.98 2.45 2.67 3/182 24038
/proc/meminfo: memFree=17031144/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=57500 CPUtime=134.3 cores=1,3,5,7
/proc/24023/stat : 24023 (glueminisat) R 24021 24023 23995 0 -1 4202496 17550 0 0 0 13427 3 0 0 25 0 1 0 510335989 58880000 10952 33554432000 4194304 4309791 140736281214176 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24023/statm: 14375 10952 245 29 0 11004 0
Current children cumulated CPU time (s) 134.3
Current children cumulated vsize (KiB) 57500

[startup+135.901 s]
/proc/loadavg: 1.98 2.45 2.67 3/182 24038
/proc/meminfo: memFree=17031144/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=57500 CPUtime=135.9 cores=1,3,5,7
/proc/24023/stat : 24023 (glueminisat) R 24021 24023 23995 0 -1 4202496 17550 0 0 0 13587 3 0 0 25 0 1 0 510335989 58880000 10952 33554432000 4194304 4309791 140736281214176 18446744073709551615 4259463 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24023/statm: 14375 10952 245 29 0 11004 0
Current children cumulated CPU time (s) 135.9
Current children cumulated vsize (KiB) 57500

[startup+136.301 s]
/proc/loadavg: 1.98 2.45 2.67 3/182 24038
/proc/meminfo: memFree=17031144/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=57500 CPUtime=136.3 cores=1,3,5,7
/proc/24023/stat : 24023 (glueminisat) R 24021 24023 23995 0 -1 4202496 17550 0 0 0 13627 3 0 0 25 0 1 0 510335989 58880000 10952 33554432000 4194304 4309791 140736281214176 18446744073709551615 4259155 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24023/statm: 14375 10952 245 29 0 11004 0
Current children cumulated CPU time (s) 136.3
Current children cumulated vsize (KiB) 57500

[startup+136.7 s]
/proc/loadavg: 1.98 2.45 2.67 3/182 24038
/proc/meminfo: memFree=17031144/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=57500 CPUtime=136.7 cores=1,3,5,7
/proc/24023/stat : 24023 (glueminisat) R 24021 24023 23995 0 -1 4202496 17550 0 0 0 13667 3 0 0 25 0 1 0 510335989 58880000 10952 33554432000 4194304 4309791 140736281214176 18446744073709551615 4259443 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24023/statm: 14375 10952 245 29 0 11004 0
Current children cumulated CPU time (s) 136.7
Current children cumulated vsize (KiB) 57500

[startup+136.8 s]
/proc/loadavg: 1.98 2.45 2.67 3/182 24038
/proc/meminfo: memFree=17031144/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=57500 CPUtime=136.8 cores=1,3,5,7
/proc/24023/stat : 24023 (glueminisat) R 24021 24023 23995 0 -1 4202496 17550 0 0 0 13677 3 0 0 25 0 1 0 510335989 58880000 10952 33554432000 4194304 4309791 140736281214176 18446744073709551615 4259423 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24023/statm: 14375 10952 245 29 0 11004 0
Current children cumulated CPU time (s) 136.8
Current children cumulated vsize (KiB) 57500

Child status: 20
Real time (s): 136.845
CPU time (s): 136.848
CPU user time (s): 136.814
CPU system time (s): 0.033994
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 61664

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

runsolver used 0.19597 second user time and 0.513921 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-28 12:43:01
IDJOB=3309245
IDBENCH=20401
IDSOLVER=1694
FILE ID=node133/3309245-1303987381
RUNJOBID= node133-1303987380-24014
PBS_JOBID= 13168741
Free space on /tmp= 71896 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-03.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309245-1303987381/watcher-3309245-1303987381 -o /tmp/evaluation-result-3309245-1303987381/solver-3309245-1303987381 -C 5000 -W 5100 -M 15500  glueminisat -compe HOME/instance-3309245-1303987381.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 8c67f78ca36ec96e662a91c74844da21
RANDOM SEED=1296327870

node133.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.834
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.834
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.834
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.834
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	: 6741.12
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.834
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.834
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.83
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.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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:     32951124 kB
MemFree:      17108964 kB
Buffers:       2187876 kB
Cached:       13025772 kB
SwapCached:          0 kB
Active:        8824676 kB
Inactive:      6452644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17108964 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             792 kB
Writeback:           0 kB
AnonPages:       63508 kB
Mapped:          14136 kB
Slab:           500332 kB
PageTables:       4776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186272 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71896 MiB
End job on node133 at 2011-04-28 12:45:18