Trace number 1780710

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) 548.594 548.608

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p1.cnf
MD5SUM9573f6b4001373bab93d1a02f96820d1
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 variables260342
Number of clauses1391257
Sum of the clauses size3358569
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2984984
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

62.71/62.74	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1780710-1244976671.cnf 
62.71/62.74	c Using SATTIMEOUT of 10000
62.71/62.74	c Using SATRAM of 2047
62.71/62.74	c Size of subset node = 16
62.71/62.74	c Variables = 260342
62.71/62.74	c Clauses = 1391257
62.71/62.74	c Literals = 3358569
62.71/62.74	c Reduced size:
62.71/62.74	c Variables = 260342
62.71/62.74	c Clauses = 1075121
62.71/62.74	c Literals = 2656369
62.71/62.74	c a2
64.39/64.46	c a1
544.41/544.49	c Independent sub-problems = 1
544.41/544.49	c Sub-problem with 203764 variables and 1075121 clauses
544.41/544.49	c using permutation method 4
544.41/544.49	c count = 1
544.41/544.49	c Ordering finished 543.970 seconds
544.41/544.49	c mapped 544.430 seconds
544.41/544.49	c permuted 544.440 seconds
544.41/544.49	c about to sort
544.71/544.70	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-1780710-1244976671/watcher-1780710-1244976671 -o /tmp/evaluation-result-1780710-1244976671/solver-1780710-1244976671 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1780710-1244976671.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.31 1.10 1.03 2/184 28999
/proc/meminfo: memFree=18961844/36427776 swapFree=4024/8212
[pid=28999] ppid=28997 vsize=1552 CPUtime=0
/proc/28999/stat : 28999 (ttsth-5-0) R 28997 28999 15497 0 -1 4202496 293 0 0 0 0 0 0 0 20 0 1 0 656973561 1589248 249 18446744073709551615 134512640 135237372 4294583936 18446744073709551615 134639534 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/28999/statm: 388 251 75 177 0 210 0

[startup+0.108823 s]
/proc/loadavg: 1.31 1.10 1.03 2/184 28999
/proc/meminfo: memFree=18961844/36427776 swapFree=4024/8212
[pid=28999] ppid=28997 vsize=8708 CPUtime=0.1
/proc/28999/stat : 28999 (ttsth-5-0) R 28997 28999 15497 0 -1 4202496 2055 0 0 0 10 0 0 0 20 0 1 0 656973561 8916992 2011 18446744073709551615 134512640 135237372 4294583936 18446744073709551615 134639534 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/28999/statm: 2177 2013 75 177 0 1999 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 8708

[startup+0.200815 s]
/proc/loadavg: 1.31 1.10 1.03 2/184 28999
/proc/meminfo: memFree=18961844/36427776 swapFree=4024/8212
[pid=28999] ppid=28997 vsize=15980 CPUtime=0.2
/proc/28999/stat : 28999 (ttsth-5-0) R 28997 28999 15497 0 -1 4202496 3819 0 0 0 18 2 0 0 20 0 1 0 656973561 16363520 3775 18446744073709551615 134512640 135237372 4294583936 18446744073709551615 134732614 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/28999/statm: 3995 3776 75 177 0 3817 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 15980

[startup+0.30082 s]
/proc/loadavg: 1.31 1.10 1.03 2/184 28999
/proc/meminfo: memFree=18961844/36427776 swapFree=4024/8212
[pid=28999] ppid=28997 vsize=23716 CPUtime=0.3
/proc/28999/stat : 28999 (ttsth-5-0) R 28997 28999 15497 0 -1 4202496 5739 0 0 0 28 2 0 0 20 0 1 0 656973561 24285184 5695 18446744073709551615 134512640 135237372 4294583936 18446744073709551615 134732614 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/28999/statm: 5929 5696 75 177 0 5751 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 23716

[startup+0.700867 s]
/proc/loadavg: 1.31 1.10 1.03 2/184 28999
/proc/meminfo: memFree=18961844/36427776 swapFree=4024/8212
[pid=28999] ppid=28997 vsize=50680 CPUtime=0.7
/proc/28999/stat : 28999 (ttsth-5-0) R 28997 28999 15497 0 -1 4202496 12333 0 0 0 64 6 0 0 20 0 1 0 656973561 51896320 12289 18446744073709551615 134512640 135237372 4294583936 18446744073709551615 134732614 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/28999/statm: 12670 12290 75 177 0 12492 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 50680

[startup+1.50093 s]
/proc/loadavg: 1.31 1.10 1.03 2/185 29000
/proc/meminfo: memFree=18887952/36427776 swapFree=4284/82784
[pid=28999] ppid=28997 vsize=95136 CPUtime=1.5
/proc/28999/stat : 28999 (ttsth-5-0) R 28997 28999 15497 0 -1 4202496 22984 0 0 0 140 10 0 0 20 0 1 0 656973561 97419264 22940 18446744073709551615 134512640 135237372 4294583936 18446744073709551615 134534272 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/28999/statm: 23784 22940 75 177 0 23606 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 95136

[startup+3.10106 s]
/proc/loadavg: 1.29 1.10 1.03 2/185 29000
/proc/meminfo: memFree=18870568/36427776 swapFree=4296/100052
[pid=28999] ppid=28997 vsize=95136 CPUtime=3.1
/proc/28999/stat : 28999 (ttsth-5-0) R 28997 28999 15497 0 -1 4202496 22984 0 0 0 300 10 0 0 20 0 1 0 656973561 97419264 22940 18446744073709551615 134512640 135237372 4294583936 18446744073709551615 134534282 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/28999/statm: 23784 22940 75 177 0 23606 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 95136

[startup+6.3013 s]
/proc/loadavg: 1.29 1.10 1.03 2/185 29000
/proc/meminfo: memFree=18870384/36427776 swapFree=4612/100756
[pid=28999] ppid=28997 vsize=95136 CPUtime=6.3
/proc/28999/stat : 28999 (ttsth-5-0) R 28997 28999 15497 0 -1 4202496 22984 0 0 0 620 10 0 0 20 0 1 0 656973561 97419264 22940 18446744073709551615 134512640 135237372 4294583936 18446744073709551615 134534259 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/28999/statm: 23784 22940 75 177 0 23606 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 95136

[startup+12.7018 s]
/proc/loadavg: 1.24 1.10 1.03 2/185 29000
/proc/meminfo: memFree=18870152/36427776 swapFree=4612/100876
[pid=28999] ppid=28997 vsize=95136 CPUtime=12.7
/proc/28999/stat : 28999 (ttsth-5-0) R 28997 28999 15497 0 -1 4202496 22984 0 0 0 1260 10 0 0 20 0 1 0 656973561 97419264 22940 18446744073709551615 134512640 135237372 4294583936 18446744073709551615 134534317 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/28999/statm: 23784 22940 75 177 0 23606 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 95136

[startup+25.5028 s]
/proc/loadavg: 1.20 1.09 1.03 2/185 29000
/proc/meminfo: memFree=18870664/36427776 swapFree=4612/100872
[pid=28999] ppid=28997 vsize=95136 CPUtime=25.5
/proc/28999/stat : 28999 (ttsth-5-0) R 28997 28999 15497 0 -1 4202496 22984 0 0 0 2540 10 0 0 20 0 1 0 656973561 97419264 22940 18446744073709551615 134512640 135237372 4294583936 18446744073709551615 134534311 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/28999/statm: 23784 22940 75 177 0 23606 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 95136

[startup+51.1008 s]
/proc/loadavg: 1.13 1.08 1.02 2/185 29000
/proc/meminfo: memFree=18871656/36427776 swapFree=4612/101156
[pid=28999] ppid=28997 vsize=95136 CPUtime=51.11
/proc/28999/stat : 28999 (ttsth-5-0) R 28997 28999 15497 0 -1 4202496 22984 0 0 0 5101 10 0 0 20 0 1 0 656973561 97419264 22940 18446744073709551615 134512640 135237372 4294583936 18446744073709551615 134533977 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/28999/statm: 23784 22940 75 177 0 23606 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 95136

[startup+102.305 s]
/proc/loadavg: 1.05 1.07 1.02 2/185 29000
/proc/meminfo: memFree=18753608/36427776 swapFree=4620/218840
[pid=28999] ppid=28997 vsize=214352 CPUtime=102.3
/proc/28999/stat : 28999 (ttsth-5-0) R 28997 28999 15497 0 -1 4202496 70043 0 0 0 10204 26 0 0 20 0 1 0 656973561 219496448 52450 18446744073709551615 134512640 135237372 4294583936 18446744073709551615 134600975 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/28999/statm: 53588 52450 77 177 0 53410 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 214352

[startup+162.302 s]
/proc/loadavg: 1.02 1.05 1.01 2/185 29000
/proc/meminfo: memFree=18749144/36427776 swapFree=4620/224048
[pid=28999] ppid=28997 vsize=217784 CPUtime=162.29
/proc/28999/stat : 28999 (ttsth-5-0) R 28997 28999 15497 0 -1 4202496 71165 0 0 0 16201 28 0 0 20 0 1 0 656973561 223010816 53572 18446744073709551615 134512640 135237372 4294583936 18446744073709551615 134600966 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/28999/statm: 54446 53572 77 177 0 54268 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 217784

[startup+222.31 s]
/proc/loadavg: 1.06 1.06 1.01 2/185 29000
/proc/meminfo: memFree=18748648/36427776 swapFree=4620/224272
[pid=28999] ppid=28997 vsize=218180 CPUtime=222.31
/proc/28999/stat : 28999 (ttsth-5-0) R 28997 28999 15497 0 -1 4202496 71281 0 0 0 22203 28 0 0 20 0 1 0 656973561 223416320 53688 18446744073709551615 134512640 135237372 4294583936 18446744073709551615 134600966 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/28999/statm: 54545 53688 77 177 0 54367 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 218180

[startup+282.303 s]
/proc/loadavg: 1.02 1.05 1.01 2/185 29005
/proc/meminfo: memFree=18748276/36427776 swapFree=4620/224600
[pid=28999] ppid=28997 vsize=221004 CPUtime=282.31
/proc/28999/stat : 28999 (ttsth-5-0) R 28997 28999 15497 0 -1 4202496 71364 0 0 0 28203 28 0 0 20 0 1 0 656973561 226308096 53771 18446744073709551615 134512640 135237372 4294583936 18446744073709551615 134600975 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/28999/statm: 55251 53771 77 177 0 55073 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 221004

[startup+342.304 s]
/proc/loadavg: 1.00 1.03 1.00 2/185 29005
/proc/meminfo: memFree=18747904/36427776 swapFree=4620/224876
[pid=28999] ppid=28997 vsize=221268 CPUtime=342.3
/proc/28999/stat : 28999 (ttsth-5-0) R 28997 28999 15497 0 -1 4202496 71433 0 0 0 34202 28 0 0 20 0 1 0 656973561 226578432 53840 18446744073709551615 134512640 135237372 4294583936 18446744073709551615 134600966 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/28999/statm: 55317 53840 77 177 0 55139 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 221268

[startup+402.301 s]
/proc/loadavg: 1.00 1.03 1.00 2/185 29005
/proc/meminfo: memFree=18747656/36427776 swapFree=4620/225164
[pid=28999] ppid=28997 vsize=221532 CPUtime=402.31
/proc/28999/stat : 28999 (ttsth-5-0) R 28997 28999 15497 0 -1 4202496 71507 0 0 0 40203 28 0 0 20 0 1 0 656973561 226848768 53914 18446744073709551615 134512640 135237372 4294583936 18446744073709551615 134600975 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/28999/statm: 55383 53914 77 177 0 55205 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 221532

[startup+462.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/185 29005
/proc/meminfo: memFree=18747532/36427776 swapFree=4620/225444
[pid=28999] ppid=28997 vsize=221664 CPUtime=462.31
/proc/28999/stat : 28999 (ttsth-5-0) R 28997 28999 15497 0 -1 4202496 71578 0 0 0 46203 28 0 0 20 0 1 0 656973561 226983936 53985 18446744073709551615 134512640 135237372 4294583936 18446744073709551615 134600975 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/28999/statm: 55416 53985 77 177 0 55238 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 221664

[startup+522.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/185 29005
/proc/meminfo: memFree=18747036/36427776 swapFree=4620/225724
[pid=28999] ppid=28997 vsize=221928 CPUtime=522.31
/proc/28999/stat : 28999 (ttsth-5-0) R 28997 28999 15497 0 -1 4202496 71649 0 0 0 52203 28 0 0 20 0 1 0 656973561 227254272 54056 18446744073709551615 134512640 135237372 4294583936 18446744073709551615 134600966 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/28999/statm: 55482 54056 77 177 0 55304 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 221928



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+548.4 s]
/proc/loadavg: 1.00 1.01 1.00 2/185 29010
/proc/meminfo: memFree=16858472/36427776 swapFree=4664/2111004
[pid=28999] ppid=28997 vsize=2109368 CPUtime=548.39
/proc/28999/stat : 28999 (ttsth-5-0) R 28997 28999 15497 0 -1 4202496 547213 0 0 0 54645 194 0 0 20 0 1 0 656973561 2159992832 526470 18446744073709551615 134512640 135237372 4294583936 18446744073709551615 134732535 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/28999/statm: 527342 526473 88 177 0 527164 0
Current children cumulated CPU time (s) 548.39
Current children cumulated vsize (KiB) 2109368

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

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

[startup+548.512 s]
/proc/loadavg: 1.00 1.01 1.00 2/185 29010
/proc/meminfo: memFree=16858472/36427776 swapFree=4664/2111004
[pid=28999] ppid=28997 vsize=0 CPUtime=548.49
/proc/28999/stat : 28999 (ttsth-5-0) R 28997 28999 15497 0 -1 4203524 547237 0 0 0 54645 204 0 0 20 0 1 0 656973561 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/28999/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 548.49
Current children cumulated vsize (KiB) 0

[startup+548.604 s]
/proc/loadavg: 1.00 1.01 1.00 2/185 29010
/proc/meminfo: memFree=16858472/36427776 swapFree=4664/2111004
[pid=28999] ppid=28997 vsize=0 CPUtime=548.57
/proc/28999/stat : 28999 (ttsth-5-0) R 28997 28999 15497 0 -1 4203524 547237 0 0 0 54645 212 0 0 20 0 1 0 656973561 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/28999/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 548.57
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 548.608
CPU time (s): 548.594
CPU user time (s): 546.426
CPU system time (s): 2.16814
CPU usage (%): 99.9975
Max. virtual memory (cumulated for all children) (KiB): 2109368

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

runsolver used 1.46009 second user time and 3.2562 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 12:51:11
IDJOB=1780710
IDBENCH=71050
IDSOLVER=634
FILE ID=xenhost3-49/1780710-1244976671
PBS_JOBID=
Free space on /tmp= 6997 MiB

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

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

MD5SUM BENCH= 9573f6b4001373bab93d1a02f96820d1
RANDOM SEED= 924614348

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:      18961844 kB
Buffers:        523352 kB
Cached:       14144020 kB
SwapCached:          0 kB
Active:        4170108 kB
Inactive:     10505956 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:           28912 kB
Writeback:           0 kB
AnonPages:        8212 kB
Mapped:           4024 kB
Slab:           735796 kB
SReclaimable:   708476 kB
SUnreclaim:      27320 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29616 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 6997 MiB
End job on xenhost3-49 at 2009-06-14 13:00:22