Trace number 1775565

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
ttsth-5-0 2009-03-19 (16 threads)? (MO) 472.934 472.944

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-15-s.cnf
MD5SUMa6b04ec2cace5c4e6bef212c7f2df796
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables261020
Number of clauses1211106
Sum of the clauses size2788072
Maximum clause length10
Minimum clause length1
Number of clauses of size 119537
Number of clauses of size 2952032
Number of clauses of size 3190917
Number of clauses of size 45400
Number of clauses of size 521600
Number of clauses of size over 521620

Solver Data

54.20/54.21	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1775565-1244915312.cnf 
54.20/54.21	c Using SATTIMEOUT of 10000
54.20/54.21	c Using SATRAM of 2047
54.20/54.21	c Size of subset node = 16
54.20/54.21	c Variables = 261020
54.20/54.21	c Clauses = 1211106
54.20/54.21	c Literals = 2788072
54.20/54.21	c Reduced size:
54.20/54.21	c Variables = 261020
54.20/54.21	c Clauses = 921005
54.20/54.21	c Literals = 2155005
54.20/54.21	c a2
55.39/55.43	c a1
468.88/468.91	c Independent sub-problems = 1
468.88/468.91	c Sub-problem with 202120 variables and 921005 clauses
468.88/468.91	c using permutation method 4
468.88/468.91	c count = 1
468.88/468.91	c Ordering finished 468.460 seconds
468.88/468.91	c mapped 468.860 seconds
468.88/468.91	c permuted 468.860 seconds
468.88/468.91	c about to sort
468.98/469.08	c sorted

Verifier Data

sh: BIN/SAT-verifier: No such file or directory

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1775565-1244915312/watcher-1775565-1244915312 -o /tmp/evaluation-result-1775565-1244915312/solver-1775565-1244915312 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1775565-1244915312.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.00 0.97 0.63 2/184 15784
/proc/meminfo: memFree=19094072/36427776 swapFree=4688/8304
[pid=15784] ppid=15782 vsize=1408 CPUtime=0
/proc/15784/stat : 15784 (ttsth-5-0) R 15782 15784 15497 0 -1 4202496 229 0 0 0 0 0 0 0 20 0 1 0 650837616 1441792 186 18446744073709551615 134512640 135237372 4293713312 18446744073709551615 134639534 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/15784/statm: 352 187 75 177 0 174 0

[startup+0.056142 s]
/proc/loadavg: 1.00 0.97 0.63 2/184 15784
/proc/meminfo: memFree=19094072/36427776 swapFree=4688/8304
[pid=15784] ppid=15782 vsize=5104 CPUtime=0.04
/proc/15784/stat : 15784 (ttsth-5-0) R 15782 15784 15497 0 -1 4202496 1141 0 0 0 4 0 0 0 20 0 1 0 650837616 5226496 1098 18446744073709551615 134512640 135237372 4293713312 18446744073709551615 134732614 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/15784/statm: 1276 1100 75 177 0 1098 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5104

[startup+0.104155 s]
/proc/loadavg: 1.00 0.97 0.63 2/184 15784
/proc/meminfo: memFree=19094072/36427776 swapFree=4688/8304
[pid=15784] ppid=15782 vsize=8716 CPUtime=0.1
/proc/15784/stat : 15784 (ttsth-5-0) R 15782 15784 15497 0 -1 4202496 2076 0 0 0 8 2 0 0 20 0 1 0 650837616 8925184 2033 18446744073709551615 134512640 135237372 4293713312 18446744073709551615 134732614 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/15784/statm: 2179 2034 75 177 0 2001 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 8716

[startup+0.300165 s]
/proc/loadavg: 1.00 0.97 0.63 2/184 15784
/proc/meminfo: memFree=19094072/36427776 swapFree=4688/8304
[pid=15784] ppid=15782 vsize=23988 CPUtime=0.28
/proc/15784/stat : 15784 (ttsth-5-0) R 15782 15784 15497 0 -1 4202496 5819 0 0 0 26 2 0 0 20 0 1 0 650837616 24563712 5776 18446744073709551615 134512640 135237372 4293713312 18446744073709551615 134639534 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/15784/statm: 5997 5777 75 177 0 5819 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 23988

[startup+0.7002 s]
/proc/loadavg: 1.00 0.97 0.63 2/184 15784
/proc/meminfo: memFree=19094072/36427776 swapFree=4688/8304
[pid=15784] ppid=15782 vsize=52008 CPUtime=0.68
/proc/15784/stat : 15784 (ttsth-5-0) R 15782 15784 15497 0 -1 4202496 12671 0 0 0 64 4 0 0 20 0 1 0 650837616 53256192 12628 18446744073709551615 134512640 135237372 4293713312 18446744073709551615 134732614 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/15784/statm: 13002 12629 75 177 0 12824 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 52008

[startup+1.50027 s]
/proc/loadavg: 1.00 0.97 0.63 2/185 15785
/proc/meminfo: memFree=19025060/36427776 swapFree=4400/76968
[pid=15784] ppid=15782 vsize=84848 CPUtime=1.48
/proc/15784/stat : 15784 (ttsth-5-0) R 15782 15784 15497 0 -1 4202496 20234 0 0 0 140 8 0 0 20 0 1 0 650837616 86884352 20191 18446744073709551615 134512640 135237372 4293713312 18446744073709551615 134534299 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/15784/statm: 21212 20191 75 177 0 21034 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 84848

[startup+3.10041 s]
/proc/loadavg: 1.00 0.97 0.63 2/185 15785
/proc/meminfo: memFree=19013356/36427776 swapFree=4392/88884
[pid=15784] ppid=15782 vsize=84848 CPUtime=3.08
/proc/15784/stat : 15784 (ttsth-5-0) R 15782 15784 15497 0 -1 4202496 20234 0 0 0 300 8 0 0 20 0 1 0 650837616 86884352 20191 18446744073709551615 134512640 135237372 4293713312 18446744073709551615 134534121 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/15784/statm: 21212 20191 75 177 0 21034 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84848

[startup+6.30065 s]
/proc/loadavg: 1.00 0.97 0.63 2/185 15785
/proc/meminfo: memFree=19011988/36427776 swapFree=4612/89756
[pid=15784] ppid=15782 vsize=84848 CPUtime=6.3
/proc/15784/stat : 15784 (ttsth-5-0) R 15782 15784 15497 0 -1 4202496 20234 0 0 0 620 10 0 0 20 0 1 0 650837616 86884352 20191 18446744073709551615 134512640 135237372 4293713312 18446744073709551615 134534146 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/15784/statm: 21212 20191 75 177 0 21034 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 84848

[startup+12.7012 s]
/proc/loadavg: 1.00 0.97 0.63 2/185 15785
/proc/meminfo: memFree=19012100/36427776 swapFree=4612/89876
[pid=15784] ppid=15782 vsize=84848 CPUtime=12.7
/proc/15784/stat : 15784 (ttsth-5-0) R 15782 15784 15497 0 -1 4202496 20234 0 0 0 1260 10 0 0 20 0 1 0 650837616 86884352 20191 18446744073709551615 134512640 135237372 4293713312 18446744073709551615 134534262 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/15784/statm: 21212 20191 75 177 0 21034 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 84848

[startup+25.5022 s]
/proc/loadavg: 1.00 0.97 0.64 2/185 15785
/proc/meminfo: memFree=19012504/36427776 swapFree=4612/89872
[pid=15784] ppid=15782 vsize=84848 CPUtime=25.5
/proc/15784/stat : 15784 (ttsth-5-0) R 15782 15784 15497 0 -1 4202496 20234 0 0 0 2540 10 0 0 20 0 1 0 650837616 86884352 20191 18446744073709551615 134512640 135237372 4293713312 18446744073709551615 134534259 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/15784/statm: 21212 20191 75 177 0 21034 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 84848

[startup+51.1043 s]
/proc/loadavg: 1.00 0.97 0.64 2/185 15785
/proc/meminfo: memFree=19012380/36427776 swapFree=4612/90156
[pid=15784] ppid=15782 vsize=84848 CPUtime=51.11
/proc/15784/stat : 15784 (ttsth-5-0) R 15782 15784 15497 0 -1 4202496 20234 0 0 0 5101 10 0 0 20 0 1 0 650837616 86884352 20191 18446744073709551615 134512640 135237372 4293713312 18446744073709551615 134534262 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/15784/statm: 21212 20191 75 177 0 21034 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 84848

[startup+102.308 s]
/proc/loadavg: 1.00 0.97 0.66 2/185 15790
/proc/meminfo: memFree=18910824/36427776 swapFree=4620/191464
[pid=15784] ppid=15782 vsize=186676 CPUtime=102.29
/proc/15784/stat : 15784 (ttsth-5-0) R 15782 15784 15497 0 -1 4202496 58483 0 0 0 10209 20 0 0 20 0 1 0 650837616 191156224 45595 18446744073709551615 134512640 135237372 4293713312 18446744073709551615 134555272 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/15784/statm: 46669 45595 77 177 0 46491 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 186676

[startup+162.301 s]
/proc/loadavg: 1.08 0.99 0.68 2/185 15790
/proc/meminfo: memFree=18906980/36427776 swapFree=4620/195912
[pid=15784] ppid=15782 vsize=189712 CPUtime=162.31
/proc/15784/stat : 15784 (ttsth-5-0) R 15782 15784 15497 0 -1 4202496 59429 0 0 0 16209 22 0 0 20 0 1 0 650837616 194265088 46541 18446744073709551615 134512640 135237372 4293713312 18446744073709551615 134600966 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/15784/statm: 47428 46541 77 177 0 47250 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 189712

[startup+222.302 s]
/proc/loadavg: 1.03 0.99 0.70 2/185 15790
/proc/meminfo: memFree=18906236/36427776 swapFree=4620/196408
[pid=15784] ppid=15782 vsize=190372 CPUtime=222.3
/proc/15784/stat : 15784 (ttsth-5-0) R 15782 15784 15497 0 -1 4202496 59611 0 0 0 22208 22 0 0 20 0 1 0 650837616 194940928 46723 18446744073709551615 134512640 135237372 4293713312 18446744073709551615 134600972 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/15784/statm: 47593 46723 77 177 0 47415 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 190372

[startup+282.303 s]
/proc/loadavg: 1.01 0.99 0.72 2/185 15790
/proc/meminfo: memFree=18905492/36427776 swapFree=4620/196972
[pid=15784] ppid=15782 vsize=193328 CPUtime=282.29
/proc/15784/stat : 15784 (ttsth-5-0) R 15782 15784 15497 0 -1 4202496 59755 0 0 0 28207 22 0 0 20 0 1 0 650837616 197967872 46867 18446744073709551615 134512640 135237372 4293713312 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/15784/statm: 48332 46867 77 177 0 48154 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 193328

[startup+342.304 s]
/proc/loadavg: 1.00 0.99 0.73 2/185 15790
/proc/meminfo: memFree=18905120/36427776 swapFree=4620/197392
[pid=15784] ppid=15782 vsize=193724 CPUtime=342.3
/proc/15784/stat : 15784 (ttsth-5-0) R 15782 15784 15497 0 -1 4202496 59858 0 0 0 34208 22 0 0 20 0 1 0 650837616 198373376 46970 18446744073709551615 134512640 135237372 4293713312 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/15784/statm: 48431 46970 77 177 0 48253 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 193724

[startup+402.305 s]
/proc/loadavg: 1.00 0.99 0.74 2/185 15795
/proc/meminfo: memFree=18904624/36427776 swapFree=4620/197740
[pid=15784] ppid=15782 vsize=193988 CPUtime=402.31
/proc/15784/stat : 15784 (ttsth-5-0) R 15782 15784 15497 0 -1 4202496 59948 0 0 0 40209 22 0 0 20 0 1 0 650837616 198643712 47060 18446744073709551615 134512640 135237372 4293713312 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/15784/statm: 48497 47060 77 177 0 48319 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 193988

[startup+462.306 s]
/proc/loadavg: 1.00 0.99 0.76 2/185 15795
/proc/meminfo: memFree=18904376/36427776 swapFree=4620/197992
[pid=15784] ppid=15782 vsize=194252 CPUtime=462.3
/proc/15784/stat : 15784 (ttsth-5-0) R 15782 15784 15497 0 -1 4202496 60009 0 0 0 46208 22 0 0 20 0 1 0 650837616 198914048 47121 18446744073709551615 134512640 135237372 4293713312 18446744073709551615 134600698 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/15784/statm: 48563 47121 77 177 0 48385 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 194252



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+472.803 s]
/proc/loadavg: 1.00 0.99 0.76 2/185 15795
/proc/meminfo: memFree=16988752/36427776 swapFree=4664/2110008
[pid=15784] ppid=15782 vsize=2105800 CPUtime=472.79
/proc/15784/stat : 15784 (ttsth-5-0) R 15782 15784 15497 0 -1 4202496 540875 0 0 0 47085 194 0 0 20 0 1 0 650837616 2156339200 525287 18446744073709551615 134512640 135237372 4293713312 18446744073709551615 134732614 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/15784/statm: 526450 525288 88 177 0 526272 0
Current children cumulated CPU time (s) 472.79
Current children cumulated vsize (KiB) 2105800

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+472.911 s]
/proc/loadavg: 1.00 0.99 0.76 2/186 15796
/proc/meminfo: memFree=18417440/36427776 swapFree=4312/679812
[pid=15784] ppid=15782 vsize=0 CPUtime=472.9
/proc/15784/stat : 15784 (ttsth-5-0) R 15782 15784 15497 0 -1 4203524 540883 0 0 0 47086 204 0 0 20 0 1 0 650837616 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/15784/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 472.9
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 472.944
CPU time (s): 472.934
CPU user time (s): 470.841
CPU system time (s): 2.09213
CPU usage (%): 99.9977
Max. virtual memory (cumulated for all children) (KiB): 2105800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 470.841
system time used= 2.09213
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 540883
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 730

runsolver used 1.08807 second user time and 3.02819 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-13 19:48:32
IDJOB=1775565
IDBENCH=20352
IDSOLVER=634
FILE ID=xenhost3-49/1775565-1244915312
PBS_JOBID=
Free space on /tmp= 7005 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (16 threads)
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-10-15-s.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1775565-1244915312/watcher-1775565-1244915312 -o /tmp/evaluation-result-1775565-1244915312/solver-1775565-1244915312 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1775565-1244915312.cnf

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 16

MD5SUM BENCH= a6b04ec2cace5c4e6bef212c7f2df796
RANDOM SEED= 201528539

Linux xenhost3-49 2.6.27.5 #1 SMP Mon Mar 30 10:34:22 CEST 2009 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 8
initial apicid	: 8
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 24
initial apicid	: 24
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 10
initial apicid	: 10
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 26
initial apicid	: 26
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 9
initial apicid	: 9
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 25
initial apicid	: 25
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 11
initial apicid	: 11
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 27
initial apicid	: 27
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:     36427776 kB
MemFree:      19094072 kB
Buffers:        440448 kB
Cached:       14135672 kB
SwapCached:          0 kB
Active:        4086500 kB
Inactive:     10497788 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:           22508 kB
Writeback:           0 kB
AnonPages:        8304 kB
Mapped:           4024 kB
Slab:           695856 kB
SReclaimable:   668924 kB
SUnreclaim:      26932 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29616 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 7005 MiB
End job on xenhost3-49 at 2009-06-13 19:56:27