Trace number 1780620

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) 538.998 539.009

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p0.cnf
MD5SUM209f7789e3588d11f275f2003f2c6a67
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3581.48
Satisfiable
(Un)Satisfiability was proved
Number of variables259616
Number of clauses1374599
Sum of the clauses size3310772
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2982807
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

62.11/62.15	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1780620-1244975467.cnf 
62.11/62.15	c Using SATTIMEOUT of 10000
62.11/62.15	c Using SATRAM of 2047
62.11/62.15	c Size of subset node = 16
62.11/62.15	c Variables = 259616
62.11/62.15	c Clauses = 1374599
62.11/62.15	c Literals = 3310772
62.11/62.15	c Reduced size:
62.11/62.15	c Variables = 259616
62.11/62.15	c Clauses = 1058485
62.11/62.15	c Literals = 2608655
62.11/62.15	c a2
63.79/63.85	c a1
534.79/534.83	c Independent sub-problems = 1
534.79/534.83	c Sub-problem with 203039 variables and 1058485 clauses
534.79/534.83	c using permutation method 4
534.79/534.83	c count = 1
534.79/534.83	c Ordering finished 534.310 seconds
534.79/534.83	c mapped 534.780 seconds
534.79/534.83	c permuted 534.780 seconds
534.79/534.83	c about to sort
534.99/535.03	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-1780620-1244975467/watcher-1780620-1244975467 -o /tmp/evaluation-result-1780620-1244975467/solver-1780620-1244975467 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1780620-1244975467.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: 0.99 0.98 0.99 2/184 28750
/proc/meminfo: memFree=18972640/36427776 swapFree=4596/7888
[pid=28750] ppid=28748 vsize=1552 CPUtime=0
/proc/28750/stat : 28750 (ttsth-5-0) R 28748 28750 15497 0 -1 4202496 289 0 0 0 0 0 0 0 20 0 1 0 656853211 1589248 246 18446744073709551615 134512640 135237372 4294452832 18446744073709551615 134732614 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/28750/statm: 388 246 75 177 0 210 0

[startup+0.110214 s]
/proc/loadavg: 0.99 0.98 0.99 2/184 28750
/proc/meminfo: memFree=18972640/36427776 swapFree=4596/7888
[pid=28750] ppid=28748 vsize=8840 CPUtime=0.1
/proc/28750/stat : 28750 (ttsth-5-0) R 28748 28750 15497 0 -1 4202496 2083 0 0 0 8 2 0 0 20 0 1 0 656853211 9052160 2040 18446744073709551615 134512640 135237372 4294452832 18446744073709551615 134732614 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/28750/statm: 2210 2042 75 177 0 2032 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 8840

[startup+0.202202 s]
/proc/loadavg: 0.99 0.98 0.99 2/184 28750
/proc/meminfo: memFree=18972640/36427776 swapFree=4596/7888
[pid=28750] ppid=28748 vsize=16112 CPUtime=0.2
/proc/28750/stat : 28750 (ttsth-5-0) R 28748 28750 15497 0 -1 4202496 3853 0 0 0 16 4 0 0 20 0 1 0 656853211 16498688 3810 18446744073709551615 134512640 135237372 4294452832 18446744073709551615 134732614 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/28750/statm: 4028 3811 75 177 0 3850 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 16112

[startup+0.30221 s]
/proc/loadavg: 0.99 0.98 0.99 2/184 28750
/proc/meminfo: memFree=18972640/36427776 swapFree=4596/7888
[pid=28750] ppid=28748 vsize=23848 CPUtime=0.3
/proc/28750/stat : 28750 (ttsth-5-0) R 28748 28750 15497 0 -1 4202496 5786 0 0 0 26 4 0 0 20 0 1 0 656853211 24420352 5743 18446744073709551615 134512640 135237372 4294452832 18446744073709551615 134732614 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/28750/statm: 5962 5744 75 177 0 5784 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 23848

[startup+0.702273 s]
/proc/loadavg: 0.99 0.98 0.99 2/184 28750
/proc/meminfo: memFree=18972640/36427776 swapFree=4596/7888
[pid=28750] ppid=28748 vsize=51076 CPUtime=0.7
/proc/28750/stat : 28750 (ttsth-5-0) R 28748 28750 15497 0 -1 4202496 12415 0 0 0 62 8 0 0 20 0 1 0 656853211 52301824 12372 18446744073709551615 134512640 135237372 4294452832 18446744073709551615 134732614 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/28750/statm: 12769 12373 75 177 0 12591 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 51076

[startup+1.50232 s]
/proc/loadavg: 0.99 0.98 0.99 2/185 28751
/proc/meminfo: memFree=18897820/36427776 swapFree=4296/83336
[pid=28750] ppid=28748 vsize=94172 CPUtime=1.5
/proc/28750/stat : 28750 (ttsth-5-0) R 28748 28750 15497 0 -1 4202496 22732 0 0 0 138 12 0 0 20 0 1 0 656853211 96432128 22689 18446744073709551615 134512640 135237372 4294452832 18446744073709551615 134534331 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/28750/statm: 23543 22689 75 177 0 23365 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 94172

[startup+3.10243 s]
/proc/loadavg: 0.99 0.98 0.99 2/185 28751
/proc/meminfo: memFree=18881636/36427776 swapFree=4612/99728
[pid=28750] ppid=28748 vsize=94172 CPUtime=3.1
/proc/28750/stat : 28750 (ttsth-5-0) R 28748 28750 15497 0 -1 4202496 22732 0 0 0 298 12 0 0 20 0 1 0 656853211 96432128 22689 18446744073709551615 134512640 135237372 4294452832 18446744073709551615 134534043 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/28750/statm: 23543 22689 75 177 0 23365 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 94172

[startup+6.3027 s]
/proc/loadavg: 0.99 0.98 0.99 2/185 28751
/proc/meminfo: memFree=18881636/36427776 swapFree=4612/99756
[pid=28750] ppid=28748 vsize=94172 CPUtime=6.3
/proc/28750/stat : 28750 (ttsth-5-0) R 28748 28750 15497 0 -1 4202496 22732 0 0 0 618 12 0 0 20 0 1 0 656853211 96432128 22689 18446744073709551615 134512640 135237372 4294452832 18446744073709551615 134534331 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/28750/statm: 23543 22689 75 177 0 23365 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 94172

[startup+12.7032 s]
/proc/loadavg: 0.99 0.98 0.99 2/185 28751
/proc/meminfo: memFree=18881800/36427776 swapFree=4612/99876
[pid=28750] ppid=28748 vsize=94172 CPUtime=12.7
/proc/28750/stat : 28750 (ttsth-5-0) R 28748 28750 15497 0 -1 4202496 22732 0 0 0 1258 12 0 0 20 0 1 0 656853211 96432128 22689 18446744073709551615 134512640 135237372 4294452832 18446744073709551615 134534282 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/28750/statm: 23543 22689 75 177 0 23365 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 94172

[startup+25.5042 s]
/proc/loadavg: 0.99 0.98 0.99 2/185 28751
/proc/meminfo: memFree=18882072/36427776 swapFree=4612/99872
[pid=28750] ppid=28748 vsize=94172 CPUtime=25.5
/proc/28750/stat : 28750 (ttsth-5-0) R 28748 28750 15497 0 -1 4202496 22732 0 0 0 2538 12 0 0 20 0 1 0 656853211 96432128 22689 18446744073709551615 134512640 135237372 4294452832 18446744073709551615 134534101 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/28750/statm: 23543 22689 75 177 0 23365 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 94172

[startup+51.1021 s]
/proc/loadavg: 0.99 0.98 0.99 2/185 28751
/proc/meminfo: memFree=18882320/36427776 swapFree=4612/100156
[pid=28750] ppid=28748 vsize=94172 CPUtime=51.11
/proc/28750/stat : 28750 (ttsth-5-0) R 28748 28750 15497 0 -1 4202496 22732 0 0 0 5099 12 0 0 20 0 1 0 656853211 96432128 22689 18446744073709551615 134512640 135237372 4294452832 18446744073709551615 134534088 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/28750/statm: 23543 22689 75 177 0 23365 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 94172

[startup+102.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/185 28751
/proc/meminfo: memFree=18765140/36427776 swapFree=4620/217004
[pid=28750] ppid=28748 vsize=212372 CPUtime=102.31
/proc/28750/stat : 28750 (ttsth-5-0) R 28748 28750 15497 0 -1 4202496 69112 0 0 0 10197 34 0 0 20 0 1 0 656853211 217468928 51975 18446744073709551615 134512640 135237372 4294452832 18446744073709551615 134600960 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/28750/statm: 53093 51975 77 177 0 52915 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 212372

[startup+162.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/185 28751
/proc/meminfo: memFree=18760552/36427776 swapFree=4620/222192
[pid=28750] ppid=28748 vsize=215936 CPUtime=162.31
/proc/28750/stat : 28750 (ttsth-5-0) R 28748 28750 15497 0 -1 4202496 70245 0 0 0 16195 36 0 0 20 0 1 0 656853211 221118464 53108 18446744073709551615 134512640 135237372 4294452832 18446744073709551615 134600966 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/28750/statm: 53984 53108 77 177 0 53806 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 215936

[startup+222.311 s]
/proc/loadavg: 0.99 0.98 0.99 2/185 28751
/proc/meminfo: memFree=18759932/36427776 swapFree=4620/222396
[pid=28750] ppid=28748 vsize=218760 CPUtime=222.31
/proc/28750/stat : 28750 (ttsth-5-0) R 28748 28750 15497 0 -1 4202496 70355 0 0 0 22195 36 0 0 20 0 1 0 656853211 224010240 53218 18446744073709551615 134512640 135237372 4294452832 18446744073709551615 134600975 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/28750/statm: 54690 53218 77 177 0 54512 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 218760

[startup+282.304 s]
/proc/loadavg: 0.99 0.98 0.99 2/185 28756
/proc/meminfo: memFree=18759312/36427776 swapFree=4620/222732
[pid=28750] ppid=28748 vsize=219024 CPUtime=282.3
/proc/28750/stat : 28750 (ttsth-5-0) R 28748 28750 15497 0 -1 4202496 70440 0 0 0 28194 36 0 0 20 0 1 0 656853211 224280576 53303 18446744073709551615 134512640 135237372 4294452832 18446744073709551615 134600975 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/28750/statm: 54756 53303 77 177 0 54578 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 219024

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/185 28756
/proc/meminfo: memFree=18759064/36427776 swapFree=4620/223024
[pid=28750] ppid=28748 vsize=219288 CPUtime=342.3
/proc/28750/stat : 28750 (ttsth-5-0) R 28748 28750 15497 0 -1 4202496 70513 0 0 0 34194 36 0 0 20 0 1 0 656853211 224550912 53376 18446744073709551615 134512640 135237372 4294452832 18446744073709551615 134600966 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/28750/statm: 54822 53376 77 177 0 54644 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 219288

[startup+402.301 s]
/proc/loadavg: 1.05 1.00 1.00 2/185 28756
/proc/meminfo: memFree=18758816/36427776 swapFree=4620/223308
[pid=28750] ppid=28748 vsize=219552 CPUtime=402.3
/proc/28750/stat : 28750 (ttsth-5-0) R 28748 28750 15497 0 -1 4202496 70587 0 0 0 40194 36 0 0 20 0 1 0 656853211 224821248 53450 18446744073709551615 134512640 135237372 4294452832 18446744073709551615 134600975 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/28750/statm: 54888 53450 77 177 0 54710 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 219552

[startup+462.302 s]
/proc/loadavg: 1.02 1.00 1.00 2/185 28756
/proc/meminfo: memFree=18758568/36427776 swapFree=4620/223592
[pid=28750] ppid=28748 vsize=219816 CPUtime=462.29
/proc/28750/stat : 28750 (ttsth-5-0) R 28748 28750 15497 0 -1 4202496 70656 0 0 0 46193 36 0 0 20 0 1 0 656853211 225091584 53519 18446744073709551615 134512640 135237372 4294452832 18446744073709551615 134600975 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/28750/statm: 54954 53519 77 177 0 54776 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 219816

[startup+522.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 28756
/proc/meminfo: memFree=18758320/36427776 swapFree=4620/223864
[pid=28750] ppid=28748 vsize=219948 CPUtime=522.3
/proc/28750/stat : 28750 (ttsth-5-0) R 28748 28750 15497 0 -1 4202496 70725 0 0 0 52194 36 0 0 20 0 1 0 656853211 225226752 53588 18446744073709551615 134512640 135237372 4294452832 18446744073709551615 134600975 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/28750/statm: 54987 53588 77 177 0 54809 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 219948



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+538.804 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 28761
/proc/meminfo: memFree=16841576/36427776 swapFree=4664/2137484
[pid=28750] ppid=28748 vsize=2132228 CPUtime=538.79
/proc/28750/stat : 28750 (ttsth-5-0) R 28748 28750 15497 0 -1 4202496 552312 0 0 0 53687 192 0 0 20 0 1 0 656853211 2183401472 532073 18446744073709551615 134512640 135237372 4294452832 18446744073709551615 134554909 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/28750/statm: 533057 532073 88 177 0 532879 0
Current children cumulated CPU time (s) 538.79
Current children cumulated vsize (KiB) 2132228

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

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

[startup+538.912 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 28761
/proc/meminfo: memFree=16841576/36427776 swapFree=4664/2137484
[pid=28750] ppid=28748 vsize=0 CPUtime=538.89
/proc/28750/stat : 28750 (ttsth-5-0) R 28748 28750 15497 0 -1 4203524 552312 0 0 0 53687 202 0 0 20 0 1 0 656853211 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/28750/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 538.89
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 539.009
CPU time (s): 538.998
CPU user time (s): 536.85
CPU system time (s): 2.14813
CPU usage (%): 99.9979
Max. virtual memory (cumulated for all children) (KiB): 2132228

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

runsolver used 1.50009 second user time and 3.1602 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 12:31:07
IDJOB=1780620
IDBENCH=71037
IDSOLVER=634
FILE ID=xenhost3-49/1780620-1244975467
PBS_JOBID=
Free space on /tmp= 6998 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (16 threads)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10p0.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1780620-1244975467/watcher-1780620-1244975467 -o /tmp/evaluation-result-1780620-1244975467/solver-1780620-1244975467 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1780620-1244975467.cnf

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

MD5SUM BENCH= 209f7789e3588d11f275f2003f2c6a67
RANDOM SEED= 1701918153

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:      18972648 kB
Buffers:        515712 kB
Cached:       14143660 kB
SwapCached:          0 kB
Active:        4162056 kB
Inactive:     10505612 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:           26808 kB
Writeback:           0 kB
AnonPages:        7724 kB
Mapped:           3856 kB
Slab:           733248 kB
SReclaimable:   706008 kB
SUnreclaim:      27240 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29736 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 6998 MiB
End job on xenhost3-49 at 2009-06-14 12:40:09