Trace number 1779000

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 290.6 290.639

General information on the benchmark

NameAPPLICATIONS/bitverif/
smulo/smulo128.cnf
MD5SUMc5685247c8f21e8da88f42049fffdb13
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 variables188473
Number of clauses564650
Sum of the clauses size1317514
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2376432
Number of clauses of size 3188216
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.68/0.73	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779000-1244948303.cnf 
0.68/0.73	c Using SATTIMEOUT of 10000
0.68/0.73	c Using SATRAM of 2047
0.68/0.73	c Size of subset node = 16
0.68/0.73	c Variables = 188473
0.68/0.73	c Clauses = 564650
0.68/0.73	c Literals = 1317514
0.68/0.73	c Reduced size:
0.68/0.73	c Variables = 188473
0.68/0.73	c Clauses = 564646
0.68/0.73	c Literals = 1317507
0.68/0.73	c a2
1.30/1.33	c a1
282.10/282.14	c Independent sub-problems = 1
282.10/282.14	c Sub-problem with 188471 variables and 564646 clauses
282.10/282.14	c using permutation method 4
282.10/282.14	c count = 1
282.10/282.14	c Ordering finished 281.950 seconds
282.10/282.14	c mapped 282.100 seconds
282.10/282.14	c permuted 282.100 seconds
282.10/282.14	c about to sort
282.20/282.25	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-1779000-1244948303/watcher-1779000-1244948303 -o /tmp/evaluation-result-1779000-1244948303/solver-1779000-1244948303 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779000-1244948303.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: 14.52 8.12 5.29 2/184 22283
/proc/meminfo: memFree=19038848/36427776 swapFree=4512/8656
[pid=22283] ppid=22281 vsize=1540 CPUtime=0
/proc/22283/stat : 22283 (ttsth-5-0) R 22281 22283 15497 0 -1 4202496 281 0 0 0 0 0 0 0 20 0 1 0 654136666 1576960 238 18446744073709551615 134512640 135237372 4289425808 18446744073709551615 134732614 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/22283/statm: 385 239 75 177 0 207 0

[startup+0.052802 s]
/proc/loadavg: 14.52 8.12 5.29 2/184 22283
/proc/meminfo: memFree=19038848/36427776 swapFree=4512/8656
[pid=22283] ppid=22281 vsize=4424 CPUtime=0.04
/proc/22283/stat : 22283 (ttsth-5-0) R 22281 22283 15497 0 -1 4202496 999 0 0 0 4 0 0 0 20 0 1 0 654136666 4530176 956 18446744073709551615 134512640 135237372 4289425808 18446744073709551615 134732614 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/22283/statm: 1106 958 75 177 0 928 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4424

[startup+0.100816 s]
/proc/loadavg: 14.52 8.12 5.29 2/184 22283
/proc/meminfo: memFree=19038848/36427776 swapFree=4512/8656
[pid=22283] ppid=22281 vsize=7760 CPUtime=0.1
/proc/22283/stat : 22283 (ttsth-5-0) R 22281 22283 15497 0 -1 4202496 1798 0 0 0 10 0 0 0 20 0 1 0 654136666 7946240 1755 18446744073709551615 134512640 135237372 4289425808 18446744073709551615 134524820 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/22283/statm: 1940 1756 75 177 0 1762 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7760

[startup+0.300849 s]
/proc/loadavg: 14.52 8.12 5.29 2/184 22283
/proc/meminfo: memFree=19038848/36427776 swapFree=4512/8656
[pid=22283] ppid=22281 vsize=21316 CPUtime=0.28
/proc/22283/stat : 22283 (ttsth-5-0) R 22281 22283 15497 0 -1 4202496 5100 0 0 0 26 2 0 0 20 0 1 0 654136666 21827584 5057 18446744073709551615 134512640 135237372 4289425808 18446744073709551615 134732614 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/22283/statm: 5329 5057 75 177 0 5151 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 21316

[startup+0.700881 s]
/proc/loadavg: 14.52 8.12 5.29 2/184 22283
/proc/meminfo: memFree=19038848/36427776 swapFree=4512/8656
[pid=22283] ppid=22281 vsize=41904 CPUtime=0.68
/proc/22283/stat : 22283 (ttsth-5-0) R 22281 22283 15497 0 -1 4202496 9883 0 0 0 64 4 0 0 20 0 1 0 654136666 42909696 9840 18446744073709551615 134512640 135237372 4289425808 18446744073709551615 134534291 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/22283/statm: 10476 9840 75 177 0 10298 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 41904

[startup+1.50093 s]
/proc/loadavg: 13.44 8.00 5.27 2/185 22284
/proc/meminfo: memFree=18966656/36427776 swapFree=4320/80548
[pid=22283] ppid=22281 vsize=80552 CPUtime=1.48
/proc/22283/stat : 22283 (ttsth-5-0) R 22281 22283 15497 0 -1 4202496 19469 0 0 0 140 8 0 0 20 0 1 0 654136666 82485248 19425 18446744073709551615 134512640 135237372 4289425808 18446744073709551615 134540092 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/22283/statm: 20138 19425 76 177 0 19960 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 80552

[startup+3.10104 s]
/proc/loadavg: 13.44 8.00 5.27 2/185 22284
/proc/meminfo: memFree=18937516/36427776 swapFree=4524/110052
[pid=22283] ppid=22281 vsize=104828 CPUtime=3.08
/proc/22283/stat : 22283 (ttsth-5-0) R 22281 22283 15497 0 -1 4202496 30134 0 0 0 296 12 0 0 20 0 1 0 654136666 107343872 25488 18446744073709551615 134512640 135237372 4289425808 18446744073709551615 134600972 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/22283/statm: 26207 25488 77 177 0 26029 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 104828

[startup+6.30131 s]
/proc/loadavg: 13.44 8.00 5.27 2/185 22284
/proc/meminfo: memFree=18936452/36427776 swapFree=4620/111196
[pid=22283] ppid=22281 vsize=105164 CPUtime=6.3
/proc/22283/stat : 22283 (ttsth-5-0) R 22281 22283 15497 0 -1 4202496 30237 0 0 0 616 14 0 0 20 0 1 0 654136666 107687936 25591 18446744073709551615 134512640 135237372 4289425808 18446744073709551615 134555272 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/22283/statm: 26291 25591 77 177 0 26113 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 105164

[startup+12.7018 s]
/proc/loadavg: 11.53 7.77 5.22 2/185 22284
/proc/meminfo: memFree=18935632/36427776 swapFree=4620/112152
[pid=22283] ppid=22281 vsize=105984 CPUtime=12.7
/proc/22283/stat : 22283 (ttsth-5-0) R 22281 22283 15497 0 -1 4202496 30436 0 0 0 1256 14 0 0 20 0 1 0 654136666 108527616 25790 18446744073709551615 134512640 135237372 4289425808 18446744073709551615 134600975 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/22283/statm: 26496 25790 77 177 0 26318 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 105984

[startup+25.5028 s]
/proc/loadavg: 9.91 7.54 5.18 2/185 22284
/proc/meminfo: memFree=18934284/36427776 swapFree=4620/113776
[pid=22283] ppid=22281 vsize=107624 CPUtime=25.5
/proc/22283/stat : 22283 (ttsth-5-0) R 22281 22283 15497 0 -1 4202496 30833 0 0 0 2536 14 0 0 20 0 1 0 654136666 110206976 26187 18446744073709551615 134512640 135237372 4289425808 18446744073709551615 134600972 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/22283/statm: 26906 26187 77 177 0 26728 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 107624

[startup+51.1009 s]
/proc/loadavg: 6.87 7.02 5.07 2/185 22284
/proc/meminfo: memFree=18930936/36427776 swapFree=4620/117164
[pid=22283] ppid=22281 vsize=110904 CPUtime=51.09
/proc/22283/stat : 22283 (ttsth-5-0) R 22281 22283 15497 0 -1 4202496 31625 0 0 0 5095 14 0 0 20 0 1 0 654136666 113565696 26979 18446744073709551615 134512640 135237372 4289425808 18446744073709551615 134600960 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/22283/statm: 27726 26979 77 177 0 27548 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 110904

[startup+102.309 s]
/proc/loadavg: 3.34 6.00 4.83 2/185 22289
/proc/meminfo: memFree=18928208/36427776 swapFree=4620/119424
[pid=22283] ppid=22281 vsize=114032 CPUtime=102.31
/proc/22283/stat : 22283 (ttsth-5-0) R 22281 22283 15497 0 -1 4202496 32220 0 0 0 10215 16 0 0 20 0 1 0 654136666 116768768 27574 18446744073709551615 134512640 135237372 4289425808 18446744073709551615 134600966 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/22283/statm: 28508 27574 77 177 0 28330 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 114032

[startup+162.302 s]
/proc/loadavg: 1.86 5.09 4.59 2/185 22289
/proc/meminfo: memFree=18927712/36427776 swapFree=4620/120716
[pid=22283] ppid=22281 vsize=114560 CPUtime=162.31
/proc/22283/stat : 22283 (ttsth-5-0) R 22281 22283 15497 0 -1 4202496 32385 0 0 0 16215 16 0 0 20 0 1 0 654136666 117309440 27739 18446744073709551615 134512640 135237372 4289425808 18446744073709551615 134600972 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/22283/statm: 28640 27739 77 177 0 28462 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 114560

[startup+222.303 s]
/proc/loadavg: 1.31 4.34 4.36 2/185 22289
/proc/meminfo: memFree=18927092/36427776 swapFree=4620/120992
[pid=22283] ppid=22281 vsize=115088 CPUtime=222.31
/proc/22283/stat : 22283 (ttsth-5-0) R 22281 22283 15497 0 -1 4202496 32516 0 0 0 22215 16 0 0 20 0 1 0 654136666 117850112 27870 18446744073709551615 134512640 135237372 4289425808 18446744073709551615 134600975 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/22283/statm: 28772 27870 77 177 0 28594 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 115088

[startup+282.304 s]
/proc/loadavg: 1.11 3.73 4.15 2/185 22289
/proc/meminfo: memFree=18926472/36427776 swapFree=4620/121448
[pid=22283] ppid=22281 vsize=127904 CPUtime=282.3
/proc/22283/stat : 22283 (ttsth-5-0) R 22281 22283 15497 0 -1 4202496 35252 0 0 0 28214 16 0 0 20 0 1 0 654136666 130973696 30054 18446744073709551615 134512640 135237372 4289425808 18446744073709551615 134574483 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/22283/statm: 31976 30054 88 177 0 31798 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 127904

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

[startup+284.704 s]
/proc/loadavg: 1.11 3.73 4.15 2/185 22289
/proc/meminfo: memFree=18213280/36427776 swapFree=4664/833600
[pid=22283] ppid=22281 vsize=1371608 CPUtime=284.68
/proc/22283/stat : 22283 (ttsth-5-0) R 22281 22283 15497 0 -1 4202496 346699 0 0 0 28348 120 0 0 20 0 1 0 654136666 1404526592 341501 18446744073709551615 134512640 135237372 4289425808 18446744073709551615 134732614 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/22283/statm: 342902 341509 88 177 0 342724 0
Current children cumulated CPU time (s) 284.68
Current children cumulated vsize (KiB) 1371608

[startup+287.904 s]
/proc/loadavg: 1.18 3.70 4.14 2/185 22289
/proc/meminfo: memFree=16755508/36427776 swapFree=4676/1997784
[pid=22283] ppid=22281 vsize=1990512 CPUtime=287.89
/proc/22283/stat : 22283 (ttsth-5-0) R 22281 22283 15497 0 -1 4204032 502553 0 0 0 28471 318 0 0 20 0 1 0 654136666 2038284288 497120 18446744073709551615 134512640 135237372 4289425808 18446744073709551615 134730102 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/22283/statm: 497628 497120 91 177 0 497450 0
Current children cumulated CPU time (s) 287.89
Current children cumulated vsize (KiB) 1990512

[startup+289.504 s]
/proc/loadavg: 1.18 3.70 4.14 2/185 22289
/proc/meminfo: memFree=15609716/36427776 swapFree=4676/1997944
[pid=22283] ppid=22281 vsize=1990512 CPUtime=289.48
/proc/22283/stat : 22283 (ttsth-5-0) R 22281 22283 15497 0 -1 4204032 502553 0 0 0 28472 476 0 0 20 0 1 0 654136666 2038284288 497120 18446744073709551615 134512640 135237372 4289425808 18446744073709551615 134730102 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/22283/statm: 497628 497120 91 177 0 497450 0
Current children cumulated CPU time (s) 289.48
Current children cumulated vsize (KiB) 1990512

[startup+290.304 s]
/proc/loadavg: 1.18 3.70 4.14 2/185 22289
/proc/meminfo: memFree=15062264/36427776 swapFree=4676/1997944
[pid=22283] ppid=22281 vsize=1990512 CPUtime=290.3
/proc/22283/stat : 22283 (ttsth-5-0) R 22281 22283 15497 0 -1 4204032 502553 0 0 0 28474 556 0 0 20 0 1 0 654136666 2038284288 497120 18446744073709551615 134512640 135237372 4289425808 18446744073709551615 134730102 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/22283/statm: 497628 497120 91 177 0 497450 0
Current children cumulated CPU time (s) 290.3
Current children cumulated vsize (KiB) 1990512

[startup+290.5 s]
/proc/loadavg: 1.18 3.70 4.14 2/185 22289
/proc/meminfo: memFree=15062264/36427776 swapFree=4676/1997944
[pid=22283] ppid=22281 vsize=0 CPUtime=290.46
/proc/22283/stat : 22283 (ttsth-5-0) R 22281 22283 15497 0 -1 4204036 502554 0 0 0 28474 572 0 0 20 0 1 0 654136666 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/22283/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 290.46
Current children cumulated vsize (KiB) 0

[startup+290.616 s]
/proc/loadavg: 1.18 3.70 4.14 2/185 22289
/proc/meminfo: memFree=15062264/36427776 swapFree=4676/1997944
[pid=22283] ppid=22281 vsize=0 CPUtime=290.6
/proc/22283/stat : 22283 (ttsth-5-0) R 22281 22283 15497 0 -1 4204036 502554 0 0 0 28474 586 0 0 20 0 1 0 654136666 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/22283/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 290.6
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22283 and gives
#  childrusage.ru_utime.tv_sec=284
#  childrusage.ru_utime.tv_usec=697792
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=892368
# CPU time returned by wait4() is 290.59
# while last known CPU time is 290.6
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 290.639
CPU time (s): 290.6
CPU user time (s): 284.74
CPU system time (s): 5.86
CPU usage (%): 99.9867
Max. virtual memory (cumulated for all children) (KiB): 1990512

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

runsolver used 0.752047 second user time and 1.76411 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 04:58:23
IDJOB=1779000
IDBENCH=70789
IDSOLVER=634
FILE ID=xenhost3-49/1779000-1244948303
PBS_JOBID=
Free space on /tmp= 7015 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (16 threads)
BENCH NAME= SAT09/APPLICATIONS/bitverif/smulo/smulo128.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1779000-1244948303/watcher-1779000-1244948303 -o /tmp/evaluation-result-1779000-1244948303/solver-1779000-1244948303 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779000-1244948303.cnf

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

MD5SUM BENCH= c5685247c8f21e8da88f42049fffdb13
RANDOM SEED= 449635686

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:      19038848 kB
Buffers:        480644 kB
Cached:       14125996 kB
SwapCached:          0 kB
Active:        4127184 kB
Inactive:     10488040 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:           10780 kB
Writeback:           0 kB
AnonPages:        8656 kB
Mapped:           3848 kB
Slab:           720408 kB
SReclaimable:   693480 kB
SUnreclaim:      26928 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29856 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 5071 MiB
End job on xenhost3-49 at 2009-06-14 05:03:14