Trace number 1776705

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)Signal 129.864 129.882

General information on the benchmark

Namesimon-s03-w08-15.cnf
MD5SUM169fbc07424949a1f20859053fcfe192
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark61.16
Satisfiable
(Un)Satisfiability was proved
Number of variables132555
Number of clauses469519
Sum of the clauses size1146761
Maximum clause length15
Minimum clause length1
Number of clauses of size 137
Number of clauses of size 2379993
Number of clauses of size 342167
Number of clauses of size 418997
Number of clauses of size 511195
Number of clauses of size over 517130

Solver Data

1.40/1.47	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776705-1244937258.cnf 
1.40/1.47	c Using SATTIMEOUT of 10000
1.40/1.47	c Using SATRAM of 2047
1.40/1.47	c Size of subset node = 16
1.40/1.47	c Variables = 132555
1.40/1.47	c Clauses = 469519
1.40/1.47	c Literals = 1146761
1.40/1.47	c Reduced size:
1.40/1.47	c Variables = 132555
1.40/1.47	c Clauses = 469366
1.40/1.47	c Literals = 1146471
1.40/1.47	c a2
2.62/2.63	c a1
123.22/123.22	c Independent sub-problems = 1
123.22/123.22	c Sub-problem with 132483 variables and 469366 clauses
123.22/123.22	c using permutation method 4
123.22/123.22	c count = 1
123.22/123.22	c Ordering finished 122.900 seconds
123.22/123.22	c mapped 123.200 seconds
123.22/123.22	c permuted 123.200 seconds
123.22/123.22	c about to sort
123.31/123.32	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-1776705-1244937258/watcher-1776705-1244937258 -o /tmp/evaluation-result-1776705-1244937258/solver-1776705-1244937258 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776705-1244937258.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 1.48 4.23 2/184 20142
/proc/meminfo: memFree=19050164/36427776 swapFree=5400/8292
[pid=20142] ppid=20140 vsize=1556 CPUtime=0
/proc/20142/stat : 20142 (ttsth-5-0) R 20140 20142 15497 0 -1 4202496 278 0 0 0 0 0 0 0 20 0 1 0 653032186 1593344 234 18446744073709551615 134512640 135237372 4290271840 18446744073709551615 134536395 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/20142/statm: 389 234 75 177 0 211 0

[startup+0.059737 s]
/proc/loadavg: 1.00 1.48 4.23 2/184 20142
/proc/meminfo: memFree=19050164/36427776 swapFree=5400/8292
[pid=20142] ppid=20140 vsize=4972 CPUtime=0.04
/proc/20142/stat : 20142 (ttsth-5-0) R 20140 20142 15497 0 -1 4202496 1103 0 0 0 4 0 0 0 20 0 1 0 653032186 5091328 1059 18446744073709551615 134512640 135237372 4290271840 18446744073709551615 134732614 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/20142/statm: 1243 1060 75 177 0 1065 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4972

[startup+0.103694 s]
/proc/loadavg: 1.00 1.48 4.23 2/184 20142
/proc/meminfo: memFree=19050164/36427776 swapFree=5400/8292
[pid=20142] ppid=20140 vsize=7792 CPUtime=0.1
/proc/20142/stat : 20142 (ttsth-5-0) R 20140 20142 15497 0 -1 4202496 1826 0 0 0 8 2 0 0 20 0 1 0 653032186 7979008 1782 18446744073709551615 134512640 135237372 4290271840 18446744073709551615 134685524 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/20142/statm: 1948 1783 75 177 0 1770 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7792

[startup+0.303721 s]
/proc/loadavg: 1.00 1.48 4.23 2/184 20142
/proc/meminfo: memFree=19050164/36427776 swapFree=5400/8292
[pid=20142] ppid=20140 vsize=21480 CPUtime=0.28
/proc/20142/stat : 20142 (ttsth-5-0) R 20140 20142 15497 0 -1 4202496 5113 0 0 0 26 2 0 0 20 0 1 0 653032186 21995520 5069 18446744073709551615 134512640 135237372 4290271840 18446744073709551615 134732614 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/20142/statm: 5370 5070 75 177 0 5192 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 21480

[startup+0.703752 s]
/proc/loadavg: 1.00 1.48 4.23 2/184 20142
/proc/meminfo: memFree=19050164/36427776 swapFree=5400/8292
[pid=20142] ppid=20140 vsize=35776 CPUtime=0.68
/proc/20142/stat : 20142 (ttsth-5-0) R 20140 20142 15497 0 -1 4202496 8341 0 0 0 64 4 0 0 20 0 1 0 653032186 36634624 8297 18446744073709551615 134512640 135237372 4290271840 18446744073709551615 134534041 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/20142/statm: 8944 8297 75 177 0 8766 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 35776

[startup+1.50387 s]
/proc/loadavg: 1.00 1.47 4.21 2/185 20143
/proc/meminfo: memFree=19017448/36427776 swapFree=5600/41592
[pid=20142] ppid=20140 vsize=41840 CPUtime=1.5
/proc/20142/stat : 20142 (ttsth-5-0) R 20140 20142 15497 0 -1 4202496 9873 0 0 0 144 6 0 0 20 0 1 0 653032186 42844160 9829 18446744073709551615 134512640 135237372 4290271840 18446744073709551615 134732614 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/20142/statm: 10460 9829 76 177 0 10282 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 41840

[startup+3.10401 s]
/proc/loadavg: 1.00 1.47 4.21 2/185 20143
/proc/meminfo: memFree=18983952/36427776 swapFree=5188/75440
[pid=20142] ppid=20140 vsize=65616 CPUtime=3.1
/proc/20142/stat : 20142 (ttsth-5-0) R 20140 20142 15497 0 -1 4202496 22985 0 0 0 298 12 0 0 20 0 1 0 653032186 67190784 15526 18446744073709551615 134512640 135237372 4290271840 18446744073709551615 134732614 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/20142/statm: 16404 15526 77 177 0 16226 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 65616

[startup+6.30424 s]
/proc/loadavg: 1.00 1.47 4.21 2/185 20143
/proc/meminfo: memFree=18964236/36427776 swapFree=4620/94148
[pid=20142] ppid=20140 vsize=87560 CPUtime=6.3
/proc/20142/stat : 20142 (ttsth-5-0) R 20140 20142 15497 0 -1 4202496 28814 0 0 0 616 14 0 0 20 0 1 0 653032186 89661440 21355 18446744073709551615 134512640 135237372 4290271840 18446744073709551615 134600826 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/20142/statm: 21890 21355 77 177 0 21712 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 87560

[startup+12.7008 s]
/proc/loadavg: 1.00 1.45 4.18 2/185 20143
/proc/meminfo: memFree=18962772/36427776 swapFree=4620/95776
[pid=20142] ppid=20140 vsize=88644 CPUtime=12.68
/proc/20142/stat : 20142 (ttsth-5-0) R 20140 20142 15497 0 -1 4202496 29093 0 0 0 1254 14 0 0 20 0 1 0 653032186 90771456 21634 18446744073709551615 134512640 135237372 4290271840 18446744073709551615 134555272 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/20142/statm: 22161 21634 77 177 0 21983 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 88644

[startup+25.5019 s]
/proc/loadavg: 1.00 1.44 4.14 2/185 20143
/proc/meminfo: memFree=18960828/36427776 swapFree=4620/97724
[pid=20142] ppid=20140 vsize=91452 CPUtime=25.48
/proc/20142/stat : 20142 (ttsth-5-0) R 20140 20142 15497 0 -1 4202496 29639 0 0 0 2534 14 0 0 20 0 1 0 653032186 93646848 22180 18446744073709551615 134512640 135237372 4290271840 18446744073709551615 134600966 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/20142/statm: 22863 22180 77 177 0 22685 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 91452

[startup+51.1041 s]
/proc/loadavg: 1.00 1.40 4.06 2/185 20148
/proc/meminfo: memFree=18958596/36427776 swapFree=4620/99888
[pid=20142] ppid=20140 vsize=92772 CPUtime=51.11
/proc/20142/stat : 20142 (ttsth-5-0) R 20140 20142 15497 0 -1 4202496 30086 0 0 0 5095 16 0 0 20 0 1 0 653032186 94998528 22627 18446744073709551615 134512640 135237372 4290271840 18446744073709551615 134600718 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/20142/statm: 23193 22627 77 177 0 23015 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 92772

[startup+102.308 s]
/proc/loadavg: 1.00 1.33 3.88 2/185 20148
/proc/meminfo: memFree=18958472/36427776 swapFree=4620/99824
[pid=20142] ppid=20140 vsize=93036 CPUtime=102.31
/proc/20142/stat : 20142 (ttsth-5-0) R 20140 20142 15497 0 -1 4202496 30131 0 0 0 10215 16 0 0 20 0 1 0 653032186 95268864 22672 18446744073709551615 134512640 135237372 4290271840 18446744073709551615 134600718 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/20142/statm: 23259 22672 77 177 0 23081 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 93036

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

[startup+115.102 s]
/proc/loadavg: 1.00 1.32 3.85 2/185 20148
/proc/meminfo: memFree=18958348/36427776 swapFree=4620/100120
[pid=20142] ppid=20140 vsize=93036 CPUtime=115.11
/proc/20142/stat : 20142 (ttsth-5-0) R 20140 20142 15497 0 -1 4202496 30148 0 0 0 11495 16 0 0 20 0 1 0 653032186 95268864 22689 18446744073709551615 134512640 135237372 4290271840 18446744073709551615 134600972 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/20142/statm: 23259 22689 77 177 0 23081 0
Current children cumulated CPU time (s) 115.11
Current children cumulated vsize (KiB) 93036

[startup+121.502 s]
/proc/loadavg: 1.00 1.31 3.82 2/185 20148
/proc/meminfo: memFree=18958348/36427776 swapFree=4620/100168
[pid=20142] ppid=20140 vsize=93036 CPUtime=121.51
/proc/20142/stat : 20142 (ttsth-5-0) R 20140 20142 15497 0 -1 4202496 30154 0 0 0 12135 16 0 0 20 0 1 0 653032186 95268864 22695 18446744073709551615 134512640 135237372 4290271840 18446744073709551615 134600760 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/20142/statm: 23259 22695 77 177 0 23081 0
Current children cumulated CPU time (s) 121.51
Current children cumulated vsize (KiB) 93036

[startup+124.702 s]
/proc/loadavg: 1.00 1.31 3.82 2/185 20148
/proc/meminfo: memFree=18527836/36427776 swapFree=4664/530024
[pid=20142] ppid=20140 vsize=793168 CPUtime=124.68
/proc/20142/stat : 20142 (ttsth-5-0) R 20140 20142 15497 0 -1 4202496 205983 0 0 0 12398 70 0 0 20 0 1 0 653032186 812204032 197017 18446744073709551615 134512640 135237372 4290271840 18446744073709551615 134732535 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/20142/statm: 198292 197026 88 177 0 198114 0
Current children cumulated CPU time (s) 124.68
Current children cumulated vsize (KiB) 793168

[startup+127.903 s]
/proc/loadavg: 1.00 1.30 3.80 2/185 20148
/proc/meminfo: memFree=17271044/36427776 swapFree=4676/1461848
[pid=20142] ppid=20140 vsize=1454148 CPUtime=127.89
/proc/20142/stat : 20142 (ttsth-5-0) R 20140 20142 15497 0 -1 4204032 372321 0 0 0 12557 232 0 0 20 0 1 0 653032186 1489047552 363128 18446744073709551615 134512640 135237372 4290271840 18446744073709551615 134730243 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/20142/statm: 363537 363128 91 177 0 363359 0
Current children cumulated CPU time (s) 127.89
Current children cumulated vsize (KiB) 1454148

[startup+128.711 s]
/proc/loadavg: 1.00 1.30 3.80 2/185 20148
/proc/meminfo: memFree=16703512/36427776 swapFree=4676/1461852
[pid=20142] ppid=20140 vsize=1454148 CPUtime=128.69
/proc/20142/stat : 20142 (ttsth-5-0) R 20140 20142 15497 0 -1 4204032 372321 0 0 0 12557 312 0 0 20 0 1 0 653032186 1489047552 363128 18446744073709551615 134512640 135237372 4290271840 18446744073709551615 134730243 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/20142/statm: 363537 363128 91 177 0 363359 0
Current children cumulated CPU time (s) 128.69
Current children cumulated vsize (KiB) 1454148

[startup+129.503 s]
/proc/loadavg: 1.00 1.30 3.80 2/185 20148
/proc/meminfo: memFree=16703512/36427776 swapFree=4676/1461852
[pid=20142] ppid=20140 vsize=1454148 CPUtime=129.48
/proc/20142/stat : 20142 (ttsth-5-0) R 20140 20142 15497 0 -1 4204032 372321 0 0 0 12558 390 0 0 20 0 1 0 653032186 1489047552 363128 18446744073709551615 134512640 135237372 4290271840 18446744073709551615 134730243 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/20142/statm: 363537 363128 91 177 0 363359 0
Current children cumulated CPU time (s) 129.48
Current children cumulated vsize (KiB) 1454148

[startup+129.703 s]
/proc/loadavg: 1.00 1.30 3.80 2/185 20148
/proc/meminfo: memFree=16115132/36427776 swapFree=4676/1461852
[pid=20142] ppid=20140 vsize=1454148 CPUtime=129.7
/proc/20142/stat : 20142 (ttsth-5-0) R 20140 20142 15497 0 -1 4204032 372321 0 0 0 12558 412 0 0 20 0 1 0 653032186 1489047552 363128 18446744073709551615 134512640 135237372 4290271840 18446744073709551615 134730243 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/20142/statm: 363537 363128 91 177 0 363359 0
Current children cumulated CPU time (s) 129.7
Current children cumulated vsize (KiB) 1454148

[startup+129.811 s]
/proc/loadavg: 1.00 1.30 3.80 2/185 20148
/proc/meminfo: memFree=16115132/36427776 swapFree=4676/1461852
[pid=20142] ppid=20140 vsize=0 CPUtime=129.8
/proc/20142/stat : 20142 (ttsth-5-0) R 20140 20142 15497 0 -1 4204036 372322 0 0 0 12558 422 0 0 20 0 1 0 653032186 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/20142/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 129.8
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 129.882
CPU time (s): 129.864
CPU user time (s): 125.576
CPU system time (s): 4.28827
CPU usage (%): 99.9864
Max. virtual memory (cumulated for all children) (KiB): 1454148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 125.576
system time used= 4.28827
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 372322
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2904320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 204

runsolver used 0.364022 second user time and 0.784049 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 01:54:18
IDJOB=1776705
IDBENCH=69572
IDSOLVER=634
FILE ID=xenhost3-49/1776705-1244937258
PBS_JOBID=
Free space on /tmp= 7017 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (16 threads)
BENCH NAME= SAT_RACE08/cnf/simon-s03-w08-15.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776705-1244937258/watcher-1776705-1244937258 -o /tmp/evaluation-result-1776705-1244937258/solver-1776705-1244937258 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776705-1244937258.cnf

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

MD5SUM BENCH= 169fbc07424949a1f20859053fcfe192
RANDOM SEED= 406749827

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:      19050164 kB
Buffers:        473956 kB
Cached:       14124072 kB
SwapCached:          0 kB
Active:        4121156 kB
Inactive:     10485596 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            9196 kB
Writeback:           0 kB
AnonPages:        8292 kB
Mapped:           4736 kB
Slab:           717792 kB
SReclaimable:   690824 kB
SUnreclaim:      26968 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= 5598 MiB
End job on xenhost3-49 at 2009-06-14 01:56:28