Trace number 1780695

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 115.423 115.445

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-15-10p0.cnf
MD5SUMa860cf613d4e0cb34c00f8b79611121d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1402.24
Satisfiable
(Un)Satisfiability was proved
Number of variables199290
Number of clauses1005792
Sum of the clauses size2392883
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756875
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

45.60/45.68	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1780695-1244976536.cnf 
45.60/45.68	c Using SATTIMEOUT of 10000
45.60/45.68	c Using SATRAM of 2047
45.60/45.68	c Size of subset node = 16
45.60/45.68	c Variables = 199290
45.60/45.68	c Clauses = 1005792
45.60/45.68	c Literals = 2392883
45.60/45.68	c Reduced size:
45.60/45.68	c Variables = 199290
45.60/45.68	c Clauses = 743844
45.60/45.68	c Literals = 1807507
45.60/45.68	c a2
46.79/46.83	c a1
107.90/107.96	c Independent sub-problems = 1
107.90/107.96	c Sub-problem with 151146 variables and 743844 clauses
107.90/107.96	c using permutation method 4
107.90/107.96	c count = 1
107.90/107.96	c Ordering finished 107.610 seconds
107.90/107.96	c mapped 107.940 seconds
107.90/107.96	c permuted 107.940 seconds
107.90/107.96	c about to sort
108.09/108.10	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-1780695-1244976536/watcher-1780695-1244976536 -o /tmp/evaluation-result-1780695-1244976536/solver-1780695-1244976536 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1780695-1244976536.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.29 1.06 1.02 2/184 28956
/proc/meminfo: memFree=18972092/36427776 swapFree=3728/7904
[pid=28956] ppid=28954 vsize=1552 CPUtime=0
/proc/28956/stat : 28956 (ttsth-5-0) R 28954 28956 15497 0 -1 4202496 289 0 0 0 0 0 0 0 20 0 1 0 656960040 1589248 246 18446744073709551615 134512640 135237372 4290962176 18446744073709551615 134732614 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/28956/statm: 388 247 75 177 0 210 0

[startup+0.105971 s]
/proc/loadavg: 1.29 1.06 1.02 2/184 28956
/proc/meminfo: memFree=18972092/36427776 swapFree=3728/7904
[pid=28956] ppid=28954 vsize=8708 CPUtime=0.1
/proc/28956/stat : 28956 (ttsth-5-0) R 28954 28956 15497 0 -1 4202496 2057 0 0 0 8 2 0 0 20 0 1 0 656960040 8916992 2014 18446744073709551615 134512640 135237372 4290962176 18446744073709551615 134732614 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/28956/statm: 2177 2016 75 177 0 1999 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 8708

[startup+0.201973 s]
/proc/loadavg: 1.29 1.06 1.02 2/184 28956
/proc/meminfo: memFree=18972092/36427776 swapFree=3728/7904
[pid=28956] ppid=28954 vsize=16244 CPUtime=0.2
/proc/28956/stat : 28956 (ttsth-5-0) R 28954 28956 15497 0 -1 4202496 3912 0 0 0 16 4 0 0 20 0 1 0 656960040 16633856 3869 18446744073709551615 134512640 135237372 4290962176 18446744073709551615 134732614 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/28956/statm: 4061 3870 75 177 0 3883 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 16244

[startup+0.301988 s]
/proc/loadavg: 1.29 1.06 1.02 2/184 28956
/proc/meminfo: memFree=18972092/36427776 swapFree=3728/7904
[pid=28956] ppid=28954 vsize=23188 CPUtime=0.3
/proc/28956/stat : 28956 (ttsth-5-0) R 28954 28956 15497 0 -1 4202496 5570 0 0 0 24 6 0 0 20 0 1 0 656960040 23744512 5527 18446744073709551615 134512640 135237372 4290962176 18446744073709551615 134732614 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/28956/statm: 5797 5528 75 177 0 5619 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 23188

[startup+0.702033 s]
/proc/loadavg: 1.29 1.06 1.02 2/184 28956
/proc/meminfo: memFree=18972092/36427776 swapFree=3728/7904
[pid=28956] ppid=28954 vsize=51604 CPUtime=0.7
/proc/28956/stat : 28956 (ttsth-5-0) R 28954 28956 15497 0 -1 4202496 12563 0 0 0 62 8 0 0 20 0 1 0 656960040 52842496 12520 18446744073709551615 134512640 135237372 4290962176 18446744073709551615 134732614 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/28956/statm: 12901 12521 75 177 0 12723 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 51604

[startup+1.50208 s]
/proc/loadavg: 1.29 1.06 1.02 2/185 28957
/proc/meminfo: memFree=18906396/36427776 swapFree=3984/75080
[pid=28956] ppid=28954 vsize=69172 CPUtime=1.5
/proc/28956/stat : 28956 (ttsth-5-0) R 28954 28956 15497 0 -1 4202496 16763 0 0 0 140 10 0 0 20 0 1 0 656960040 70832128 16720 18446744073709551615 134512640 135237372 4290962176 18446744073709551615 134534215 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/28956/statm: 17293 16720 75 177 0 17115 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 69172

[startup+3.10222 s]
/proc/loadavg: 1.27 1.06 1.02 2/185 28957
/proc/meminfo: memFree=18904872/36427776 swapFree=4604/75748
[pid=28956] ppid=28954 vsize=69172 CPUtime=3.1
/proc/28956/stat : 28956 (ttsth-5-0) R 28954 28956 15497 0 -1 4202496 16763 0 0 0 300 10 0 0 20 0 1 0 656960040 70832128 16720 18446744073709551615 134512640 135237372 4290962176 18446744073709551615 134534215 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/28956/statm: 17293 16720 75 177 0 17115 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 69172

[startup+6.30244 s]
/proc/loadavg: 1.27 1.06 1.02 2/185 28957
/proc/meminfo: memFree=18905492/36427776 swapFree=4612/75872
[pid=28956] ppid=28954 vsize=69172 CPUtime=6.3
/proc/28956/stat : 28956 (ttsth-5-0) R 28954 28956 15497 0 -1 4202496 16763 0 0 0 620 10 0 0 20 0 1 0 656960040 70832128 16720 18446744073709551615 134512640 135237372 4290962176 18446744073709551615 134534262 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/28956/statm: 17293 16720 75 177 0 17115 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 69172

[startup+12.703 s]
/proc/loadavg: 1.23 1.06 1.02 2/185 28957
/proc/meminfo: memFree=18905368/36427776 swapFree=4612/76256
[pid=28956] ppid=28954 vsize=69172 CPUtime=12.7
/proc/28956/stat : 28956 (ttsth-5-0) R 28954 28956 15497 0 -1 4202496 16763 0 0 0 1260 10 0 0 20 0 1 0 656960040 70832128 16720 18446744073709551615 134512640 135237372 4290962176 18446744073709551615 134534331 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/28956/statm: 17293 16720 75 177 0 17115 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 69172

[startup+25.5039 s]
/proc/loadavg: 1.19 1.06 1.02 2/185 28957
/proc/meminfo: memFree=18905764/36427776 swapFree=4612/75988
[pid=28956] ppid=28954 vsize=69172 CPUtime=25.5
/proc/28956/stat : 28956 (ttsth-5-0) R 28954 28956 15497 0 -1 4202496 16763 0 0 0 2540 10 0 0 20 0 1 0 656960040 70832128 16720 18446744073709551615 134512640 135237372 4290962176 18446744073709551615 134534291 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/28956/statm: 17293 16720 75 177 0 17115 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 69172

[startup+51.102 s]
/proc/loadavg: 1.13 1.05 1.02 2/185 28957
/proc/meminfo: memFree=18829008/36427776 swapFree=4620/153540
[pid=28956] ppid=28954 vsize=147152 CPUtime=51.1
/proc/28956/stat : 28956 (ttsth-5-0) R 28954 28956 15497 0 -1 4202496 47239 0 0 0 5086 24 0 0 20 0 1 0 656960040 150683648 36082 18446744073709551615 134512640 135237372 4290962176 18446744073709551615 134555272 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/28956/statm: 36788 36082 77 177 0 36610 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 147152

[startup+102.302 s]
/proc/loadavg: 1.05 1.04 1.01 2/185 28962
/proc/meminfo: memFree=18818840/36427776 swapFree=4620/163660
[pid=28956] ppid=28954 vsize=157708 CPUtime=102.29
/proc/28956/stat : 28956 (ttsth-5-0) R 28954 28956 15497 0 -1 4202496 49790 0 0 0 10205 24 0 0 20 0 1 0 656960040 161492992 38633 18446744073709551615 134512640 135237372 4290962176 18446744073709551615 134600966 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/28956/statm: 39427 38633 77 177 0 39249 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 157708

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

[startup+102.41 s]
/proc/loadavg: 1.05 1.04 1.01 2/185 28962
/proc/meminfo: memFree=18818840/36427776 swapFree=4620/163660
[pid=28956] ppid=28954 vsize=157708 CPUtime=102.39
/proc/28956/stat : 28956 (ttsth-5-0) R 28954 28956 15497 0 -1 4202496 49790 0 0 0 10215 24 0 0 20 0 1 0 656960040 161492992 38633 18446744073709551615 134512640 135237372 4290962176 18446744073709551615 134600966 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/28956/statm: 39427 38633 77 177 0 39249 0
Current children cumulated CPU time (s) 102.39
Current children cumulated vsize (KiB) 157708

[startup+108.803 s]
/proc/loadavg: 1.04 1.04 1.01 2/185 28962
/proc/meminfo: memFree=18820492/36427776 swapFree=4620/162680
[pid=28956] ppid=28954 vsize=465296 CPUtime=108.79
/proc/28956/stat : 28956 (ttsth-5-0) R 28954 28956 15497 0 -1 4202496 129124 0 0 0 10827 52 0 0 20 0 1 0 656960040 476463104 115786 18446744073709551615 134512640 135237372 4290962176 18446744073709551615 134732614 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/28956/statm: 116324 115790 88 177 0 116146 0
Current children cumulated CPU time (s) 108.79
Current children cumulated vsize (KiB) 465296

[startup+112.003 s]
/proc/loadavg: 1.04 1.04 1.01 2/185 28962
/proc/meminfo: memFree=17374992/36427776 swapFree=4664/1604980
[pid=28956] ppid=28954 vsize=1697500 CPUtime=111.98
/proc/28956/stat : 28956 (ttsth-5-0) R 28954 28956 15497 0 -1 4204032 437060 0 0 0 11028 170 0 0 20 0 1 0 656960040 1738240000 423495 18446744073709551615 134512640 135237372 4290962176 18446744073709551615 134730080 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/28956/statm: 424375 423495 91 177 0 424197 0
Current children cumulated CPU time (s) 111.98
Current children cumulated vsize (KiB) 1697500

[startup+113.603 s]
/proc/loadavg: 1.04 1.04 1.01 3/185 28962
/proc/meminfo: memFree=16555056/36427776 swapFree=4676/1703308
[pid=28956] ppid=28954 vsize=1697500 CPUtime=113.59
/proc/28956/stat : 28956 (ttsth-5-0) R 28954 28956 15497 0 -1 4204032 437060 0 0 0 11029 330 0 0 20 0 1 0 656960040 1738240000 423495 18446744073709551615 134512640 135237372 4290962176 18446744073709551615 134730080 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/28956/statm: 424375 423495 91 177 0 424197 0
Current children cumulated CPU time (s) 113.59
Current children cumulated vsize (KiB) 1697500

[startup+114.403 s]
/proc/loadavg: 1.04 1.04 1.01 2/185 28962
/proc/meminfo: memFree=15986744/36427776 swapFree=4676/1703312
[pid=28956] ppid=28954 vsize=1697500 CPUtime=114.39
/proc/28956/stat : 28956 (ttsth-5-0) R 28954 28956 15497 0 -1 4204032 437060 0 0 0 11029 410 0 0 20 0 1 0 656960040 1738240000 423495 18446744073709551615 134512640 135237372 4290962176 18446744073709551615 134730080 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/28956/statm: 424375 423495 91 177 0 424197 0
Current children cumulated CPU time (s) 114.39
Current children cumulated vsize (KiB) 1697500

[startup+115.203 s]
/proc/loadavg: 1.04 1.04 1.01 2/185 28962
/proc/meminfo: memFree=15986744/36427776 swapFree=4676/1703312
[pid=28956] ppid=28954 vsize=1697500 CPUtime=115.19
/proc/28956/stat : 28956 (ttsth-5-0) R 28954 28956 15497 0 -1 4204032 437060 0 0 0 11029 490 0 0 20 0 1 0 656960040 1738240000 423495 18446744073709551615 134512640 135237372 4290962176 18446744073709551615 134730080 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/28956/statm: 424375 423495 91 177 0 424197 0
Current children cumulated CPU time (s) 115.19
Current children cumulated vsize (KiB) 1697500

[startup+115.415 s]
/proc/loadavg: 1.04 1.04 1.01 2/185 28962
/proc/meminfo: memFree=15986744/36427776 swapFree=4676/1703312
[pid=28956] ppid=28954 vsize=0 CPUtime=115.39
/proc/28956/stat : 28956 (ttsth-5-0) R 28954 28956 15497 0 -1 4204036 437061 0 0 0 11029 510 0 0 20 0 1 0 656960040 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/28956/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 115.39
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 115.445
CPU time (s): 115.423
CPU user time (s): 110.287
CPU system time (s): 5.13632
CPU usage (%): 99.9809
Max. virtual memory (cumulated for all children) (KiB): 1697500

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

runsolver used 0.272017 second user time and 0.768048 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 12:48:56
IDJOB=1780695
IDBENCH=71047
IDSOLVER=634
FILE ID=xenhost3-49/1780695-1244976536
PBS_JOBID=
Free space on /tmp= 7005 MiB

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

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

MD5SUM BENCH= a860cf613d4e0cb34c00f8b79611121d
RANDOM SEED= 1856950434

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:      18972092 kB
Buffers:        521720 kB
Cached:       14135740 kB
SwapCached:          0 kB
Active:        4167484 kB
Inactive:     10497764 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:           20692 kB
Writeback:           0 kB
AnonPages:        7904 kB
Mapped:           3064 kB
Slab:           735728 kB
SReclaimable:   708196 kB
SUnreclaim:      27532 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= 5349 MiB
End job on xenhost3-49 at 2009-06-14 12:50:52