Trace number 1775520

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 64.204 64.2273

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/total-5-11-u.cnf
MD5SUM770fa9cd880a43d98e936f33f4e86d7a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.74
Satisfiable
(Un)Satisfiability was proved
Number of variables156980
Number of clauses696581
Sum of the clauses size1582352
Maximum clause length10
Minimum clause length1
Number of clauses of size 113310
Number of clauses of size 2570471
Number of clauses of size 382900
Number of clauses of size 43320
Number of clauses of size 513280
Number of clauses of size over 513300

Solver Data

13.70/13.71	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1775520-1244914646.cnf 
13.70/13.71	c Using SATTIMEOUT of 10000
13.70/13.71	c Using SATRAM of 2047
13.70/13.71	c Size of subset node = 16
13.70/13.71	c Variables = 156980
13.70/13.71	c Clauses = 696581
13.70/13.71	c Literals = 1582352
13.70/13.71	c Reduced size:
13.70/13.71	c Variables = 156980
13.70/13.71	c Clauses = 493058
13.70/13.71	c Literals = 1137097
13.70/13.71	c a2
14.30/14.34	c a1
58.58/58.69	c Independent sub-problems = 1
58.58/58.69	c Sub-problem with 115437 variables and 493058 clauses
58.58/58.69	c using permutation method 4
58.58/58.69	c count = 1
58.58/58.69	c Ordering finished 58.480 seconds
58.58/58.69	c mapped 58.680 seconds
58.58/58.69	c permuted 58.680 seconds
58.58/58.69	c about to sort
58.67/58.79	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-1775520-1244914646/watcher-1775520-1244914646 -o /tmp/evaluation-result-1775520-1244914646/solver-1775520-1244914646 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1775520-1244914646.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.44 0.58 0.22 2/184 15659
/proc/meminfo: memFree=19106896/36427776 swapFree=5020/7544
[pid=15659] ppid=15657 vsize=1408 CPUtime=0
/proc/15659/stat : 15659 (ttsth-5-0) R 15657 15659 15497 0 -1 4202496 243 0 0 0 0 0 0 0 20 0 1 0 650770982 1441792 200 18446744073709551615 134512640 135237372 4294129168 18446744073709551615 134732614 0 0 1 0 0 0 0 17 0 0 0 0 0 0
/proc/15659/statm: 352 201 75 177 0 174 0

[startup+0.018204 s]
/proc/loadavg: 1.44 0.58 0.22 2/184 15659
/proc/meminfo: memFree=19106896/36427776 swapFree=5020/7544
[pid=15659] ppid=15657 vsize=2292 CPUtime=0
/proc/15659/stat : 15659 (ttsth-5-0) R 15657 15659 15497 0 -1 4202496 442 0 0 0 0 0 0 0 20 0 1 0 650770982 2347008 399 18446744073709551615 134512640 135237372 4294129168 18446744073709551615 134639534 0 0 1 0 0 0 0 17 0 0 0 0 0 0
/proc/15659/statm: 573 399 75 177 0 395 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2292

[startup+0.102192 s]
/proc/loadavg: 1.44 0.58 0.22 2/184 15659
/proc/meminfo: memFree=19106896/36427776 swapFree=5020/7544
[pid=15659] ppid=15657 vsize=8776 CPUtime=0.1
/proc/15659/stat : 15659 (ttsth-5-0) R 15657 15659 15497 0 -1 4202496 2068 0 0 0 10 0 0 0 20 0 1 0 650770982 8986624 2025 18446744073709551615 134512640 135237372 4294129168 18446744073709551615 134732614 0 0 1 0 0 0 0 17 0 0 0 0 0 0
/proc/15659/statm: 2194 2026 75 177 0 2016 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 8776

[startup+0.3022 s]
/proc/loadavg: 1.44 0.58 0.22 2/184 15659
/proc/meminfo: memFree=19106896/36427776 swapFree=5020/7544
[pid=15659] ppid=15657 vsize=23256 CPUtime=0.3
/proc/15659/stat : 15659 (ttsth-5-0) R 15657 15659 15497 0 -1 4202496 5620 0 0 0 26 4 0 0 20 0 1 0 650770982 23814144 5577 18446744073709551615 134512640 135237372 4294129168 18446744073709551615 134732614 0 0 1 0 0 0 0 17 0 0 0 0 0 0
/proc/15659/statm: 5814 5578 75 177 0 5636 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 23256

[startup+0.70225 s]
/proc/loadavg: 1.44 0.58 0.22 2/184 15659
/proc/meminfo: memFree=19106896/36427776 swapFree=5020/7544
[pid=15659] ppid=15657 vsize=48676 CPUtime=0.7
/proc/15659/stat : 15659 (ttsth-5-0) R 15657 15659 15497 0 -1 4202496 11767 0 0 0 62 8 0 0 20 0 1 0 650770982 49844224 11724 18446744073709551615 134512640 135237372 4294129168 18446744073709551615 134534317 0 0 1 0 0 0 0 17 0 0 0 0 0 0
/proc/15659/statm: 12169 11724 75 177 0 11991 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 48676

[startup+1.50232 s]
/proc/loadavg: 1.44 0.58 0.22 2/185 15660
/proc/meminfo: memFree=19060556/36427776 swapFree=4792/53784
[pid=15659] ppid=15657 vsize=48676 CPUtime=1.5
/proc/15659/stat : 15659 (ttsth-5-0) R 15657 15659 15497 0 -1 4202496 11767 0 0 0 142 8 0 0 20 0 1 0 650770982 49844224 11724 18446744073709551615 134512640 135237372 4294129168 18446744073709551615 134534091 0 0 1 0 0 0 0 17 0 0 0 0 0 0
/proc/15659/statm: 12169 11724 75 177 0 11991 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 48676

[startup+3.10246 s]
/proc/loadavg: 1.44 0.58 0.22 2/185 15660
/proc/meminfo: memFree=19060152/36427776 swapFree=4484/54744
[pid=15659] ppid=15657 vsize=48676 CPUtime=3.1
/proc/15659/stat : 15659 (ttsth-5-0) R 15657 15659 15497 0 -1 4202496 11767 0 0 0 302 8 0 0 20 0 1 0 650770982 49844224 11724 18446744073709551615 134512640 135237372 4294129168 18446744073709551615 134534291 0 0 1 0 0 0 0 17 0 0 0 0 0 0
/proc/15659/statm: 12169 11724 75 177 0 11991 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 48676

[startup+6.3027 s]
/proc/loadavg: 1.41 0.59 0.22 2/185 15660
/proc/meminfo: memFree=19060228/36427776 swapFree=4612/55896
[pid=15659] ppid=15657 vsize=48676 CPUtime=6.3
/proc/15659/stat : 15659 (ttsth-5-0) R 15657 15659 15497 0 -1 4202496 11767 0 0 0 622 8 0 0 20 0 1 0 650770982 49844224 11724 18446744073709551615 134512640 135237372 4294129168 18446744073709551615 134534101 0 0 1 0 0 0 0 17 0 0 0 0 0 0
/proc/15659/statm: 12169 11724 75 177 0 11991 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 48676

[startup+12.7032 s]
/proc/loadavg: 1.37 0.60 0.23 2/185 15660
/proc/meminfo: memFree=19061260/36427776 swapFree=4612/56280
[pid=15659] ppid=15657 vsize=48676 CPUtime=12.7
/proc/15659/stat : 15659 (ttsth-5-0) R 15657 15659 15497 0 -1 4202496 11767 0 0 0 1262 8 0 0 20 0 1 0 650770982 49844224 11724 18446744073709551615 134512640 135237372 4294129168 18446744073709551615 134534291 0 0 1 0 0 0 0 17 0 0 0 0 0 0
/proc/15659/statm: 12169 11724 75 177 0 11991 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 48676

[startup+25.5043 s]
/proc/loadavg: 1.29 0.62 0.24 2/185 15660
/proc/meminfo: memFree=19009188/36427776 swapFree=4620/108712
[pid=15659] ppid=15657 vsize=102084 CPUtime=25.48
/proc/15659/stat : 15659 (ttsth-5-0) R 15657 15659 15497 0 -1 4202496 31634 0 0 0 2532 16 0 0 20 0 1 0 650770982 104534016 24951 18446744073709551615 134512640 135237372 4294129168 18446744073709551615 134600960 0 0 1 0 0 0 0 17 0 0 0 0 0 0
/proc/15659/statm: 25521 24951 77 177 0 25343 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 102084

[startup+51.1024 s]
/proc/loadavg: 1.19 0.65 0.26 2/185 15660
/proc/meminfo: memFree=19004228/36427776 swapFree=4620/113920
[pid=15659] ppid=15657 vsize=107832 CPUtime=51.07
/proc/15659/stat : 15659 (ttsth-5-0) R 15657 15659 15497 0 -1 4202496 32823 0 0 0 5091 16 0 0 20 0 1 0 650770982 110419968 26140 18446744073709551615 134512640 135237372 4294129168 18446744073709551615 134600744 0 0 1 0 0 0 0 17 0 0 0 0 0 0
/proc/15659/statm: 26958 26140 77 177 0 26780 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 107832

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

[startup+57.5029 s]
/proc/loadavg: 1.17 0.65 0.26 2/185 15660
/proc/meminfo: memFree=19004104/36427776 swapFree=4620/114100
[pid=15659] ppid=15657 vsize=107964 CPUtime=57.47
/proc/15659/stat : 15659 (ttsth-5-0) R 15657 15659 15497 0 -1 4202496 32859 0 0 0 5731 16 0 0 20 0 1 0 650770982 110555136 26176 18446744073709551615 134512640 135237372 4294129168 18446744073709551615 134600707 0 0 1 0 0 0 0 17 0 0 0 0 0 0
/proc/15659/statm: 26991 26176 77 177 0 26813 0
Current children cumulated CPU time (s) 57.47
Current children cumulated vsize (KiB) 107964

[startup+60.7032 s]
/proc/loadavg: 1.16 0.66 0.26 2/185 15660
/proc/meminfo: memFree=18157448/36427776 swapFree=4664/959140
[pid=15659] ppid=15657 vsize=1116236 CPUtime=60.68
/proc/15659/stat : 15659 (ttsth-5-0) R 15657 15659 15497 0 -1 4202496 286736 0 0 0 5964 104 0 0 20 0 1 0 650770982 1143025664 278607 18446744073709551615 134512640 135237372 4294129168 18446744073709551615 134732614 0 0 1 0 0 0 0 17 0 0 0 0 0 0
/proc/15659/statm: 279092 278615 88 177 0 278914 0
Current children cumulated CPU time (s) 60.68
Current children cumulated vsize (KiB) 1116236

[startup+62.3033 s]
/proc/loadavg: 1.16 0.66 0.26 2/185 15660
/proc/meminfo: memFree=17834060/36427776 swapFree=4676/1281724
[pid=15659] ppid=15657 vsize=1286872 CPUtime=62.27
/proc/15659/stat : 15659 (ttsth-5-0) R 15657 15659 15497 0 -1 4204032 329282 0 0 0 6037 190 0 0 20 0 1 0 650770982 1317756928 321024 18446744073709551615 134512640 135237372 4294129168 18446744073709551615 134730080 0 0 1 0 0 0 0 17 0 0 0 0 0 0
/proc/15659/statm: 321718 321024 91 177 0 321540 0
Current children cumulated CPU time (s) 62.27
Current children cumulated vsize (KiB) 1286872

[startup+63.1034 s]
/proc/loadavg: 1.16 0.66 0.26 2/185 15660
/proc/meminfo: memFree=17282392/36427776 swapFree=4676/1293436
[pid=15659] ppid=15657 vsize=1286872 CPUtime=63.07
/proc/15659/stat : 15659 (ttsth-5-0) R 15657 15659 15497 0 -1 4204032 329282 0 0 0 6037 270 0 0 20 0 1 0 650770982 1317756928 321024 18446744073709551615 134512640 135237372 4294129168 18446744073709551615 134730080 0 0 1 0 0 0 0 17 0 0 0 0 0 0
/proc/15659/statm: 321718 321024 91 177 0 321540 0
Current children cumulated CPU time (s) 63.07
Current children cumulated vsize (KiB) 1286872

[startup+63.9051 s]
/proc/loadavg: 1.15 0.66 0.27 2/185 15660
/proc/meminfo: memFree=16675744/36427776 swapFree=4676/1293436
[pid=15659] ppid=15657 vsize=1286872 CPUtime=63.87
/proc/15659/stat : 15659 (ttsth-5-0) R 15657 15659 15497 0 -1 4204032 329282 0 0 0 6037 350 0 0 20 0 1 0 650770982 1317756928 321024 18446744073709551615 134512640 135237372 4294129168 18446744073709551615 134730080 0 0 1 0 0 0 0 17 0 0 0 0 0 0
/proc/15659/statm: 321718 321024 91 177 0 321540 0
Current children cumulated CPU time (s) 63.87
Current children cumulated vsize (KiB) 1286872

[startup+64.1034 s]
/proc/loadavg: 1.15 0.66 0.27 2/185 15660
/proc/meminfo: memFree=16675744/36427776 swapFree=4676/1293436
[pid=15659] ppid=15657 vsize=1286872 CPUtime=64.07
/proc/15659/stat : 15659 (ttsth-5-0) R 15657 15659 15497 0 -1 4204032 329282 0 0 0 6037 370 0 0 20 0 1 0 650770982 1317756928 321024 18446744073709551615 134512640 135237372 4294129168 18446744073709551615 134730080 0 0 1 0 0 0 0 17 0 0 0 0 0 0
/proc/15659/statm: 321718 321024 91 177 0 321540 0
Current children cumulated CPU time (s) 64.07
Current children cumulated vsize (KiB) 1286872

[startup+64.2035 s]
/proc/loadavg: 1.15 0.66 0.27 2/185 15660
/proc/meminfo: memFree=16675744/36427776 swapFree=4676/1293436
[pid=15659] ppid=15657 vsize=0 CPUtime=64.17
/proc/15659/stat : 15659 (ttsth-5-0) R 15657 15659 15497 0 -1 4204036 329283 0 0 0 6037 380 0 0 20 0 1 0 650770982 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 17 0 0 0 0 0 0
/proc/15659/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 64.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 64.2273
CPU time (s): 64.204
CPU user time (s): 60.3718
CPU system time (s): 3.83224
CPU usage (%): 99.9637
Max. virtual memory (cumulated for all children) (KiB): 1286872

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

runsolver used 0.140008 second user time and 0.428026 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-13 19:37:26
IDJOB=1775520
IDBENCH=20343
IDSOLVER=634
FILE ID=xenhost3-49/1775520-1244914646
PBS_JOBID=
Free space on /tmp= 7015 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (16 threads)
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/total-5-11-u.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1775520-1244914646/watcher-1775520-1244914646 -o /tmp/evaluation-result-1775520-1244914646/solver-1775520-1244914646 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1775520-1244914646.cnf

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

MD5SUM BENCH= 770fa9cd880a43d98e936f33f4e86d7a
RANDOM SEED= 325713149

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:      19107112 kB
Buffers:        437812 kB
Cached:       14125920 kB
SwapCached:          0 kB
Active:        4084284 kB
Inactive:     10487656 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:           14440 kB
Writeback:           0 kB
AnonPages:        6980 kB
Mapped:           3872 kB
Slab:           695280 kB
SReclaimable:   668000 kB
SUnreclaim:      27280 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29496 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 5760 MiB
End job on xenhost3-49 at 2009-06-13 19:38:31