Trace number 1776495

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) 650.761 650.786

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
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 variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

Solver Data

5.70/5.72	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776495-1244932645.cnf 
5.70/5.72	c Using SATTIMEOUT of 10000
5.70/5.72	c Using SATRAM of 2047
5.70/5.72	c Size of subset node = 16
5.70/5.72	c Variables = 209724
5.70/5.72	c Clauses = 3634677
5.70/5.72	c Literals = 10547961
5.70/5.72	c Reduced size:
5.70/5.72	c Variables = 209724
5.70/5.72	c Clauses = 3634639
5.70/5.72	c Literals = 10547871
5.70/5.72	c a2
34.40/34.49	c a1
646.56/646.67	c Independent sub-problems = 1
646.56/646.67	c Sub-problem with 209715 variables and 3634639 clauses
646.56/646.67	c using permutation method 4
646.56/646.67	c count = 1
646.56/646.67	c Ordering finished 645.360 seconds
646.56/646.67	c mapped 646.600 seconds
646.56/646.67	c permuted 646.610 seconds
646.56/646.67	c about to sort
647.48/647.55	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-1776495-1244932645/watcher-1776495-1244932645 -o /tmp/evaluation-result-1776495-1244932645/solver-1776495-1244932645 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776495-1244932645.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.92 1.41 3.35 2/184 19406
/proc/meminfo: memFree=18980204/36427776 swapFree=3832/8224
[pid=19406] ppid=19404 vsize=1580 CPUtime=0
/proc/19406/stat : 19406 (ttsth-5-0) R 19404 19406 15497 0 -1 4202496 281 0 0 0 0 0 0 0 20 0 1 0 652571125 1617920 238 18446744073709551615 134512640 135237372 4289235296 18446744073709551615 134732614 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/19406/statm: 395 238 74 177 0 217 0

[startup+0.051904 s]
/proc/loadavg: 0.92 1.41 3.35 2/184 19406
/proc/meminfo: memFree=18980204/36427776 swapFree=3832/8224
[pid=19406] ppid=19404 vsize=4380 CPUtime=0.04
/proc/19406/stat : 19406 (ttsth-5-0) R 19404 19406 15497 0 -1 4202496 977 0 0 0 4 0 0 0 20 0 1 0 652571125 4485120 934 18446744073709551615 134512640 135237372 4289235296 18446744073709551615 134732614 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/19406/statm: 1095 935 75 177 0 917 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4380

[startup+0.103905 s]
/proc/loadavg: 0.92 1.41 3.35 2/184 19406
/proc/meminfo: memFree=18980204/36427776 swapFree=3832/8224
[pid=19406] ppid=19404 vsize=7848 CPUtime=0.1
/proc/19406/stat : 19406 (ttsth-5-0) R 19404 19406 15497 0 -1 4202496 1833 0 0 0 10 0 0 0 20 0 1 0 652571125 8036352 1790 18446744073709551615 134512640 135237372 4289235296 18446744073709551615 134732614 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/19406/statm: 1962 1791 75 177 0 1784 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7848

[startup+0.30393 s]
/proc/loadavg: 0.92 1.41 3.35 2/184 19406
/proc/meminfo: memFree=18980204/36427776 swapFree=3832/8224
[pid=19406] ppid=19404 vsize=20796 CPUtime=0.3
/proc/19406/stat : 19406 (ttsth-5-0) R 19404 19406 15497 0 -1 4202496 5069 0 0 0 26 4 0 0 20 0 1 0 652571125 21295104 5026 18446744073709551615 134512640 135237372 4289235296 18446744073709551615 134732535 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/19406/statm: 5199 5026 75 177 0 5021 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 20796

[startup+0.703959 s]
/proc/loadavg: 0.92 1.41 3.35 2/184 19406
/proc/meminfo: memFree=18980204/36427776 swapFree=3832/8224
[pid=19406] ppid=19404 vsize=46604 CPUtime=0.7
/proc/19406/stat : 19406 (ttsth-5-0) R 19404 19406 15497 0 -1 4202496 11527 0 0 0 62 8 0 0 20 0 1 0 652571125 47722496 11484 18446744073709551615 134512640 135237372 4289235296 18446744073709551615 134732535 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/19406/statm: 11651 11485 75 177 0 11473 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 46604

[startup+1.50403 s]
/proc/loadavg: 0.92 1.41 3.35 2/185 19407
/proc/meminfo: memFree=18917224/36427776 swapFree=4204/73408
[pid=19406] ppid=19404 vsize=98464 CPUtime=1.5
/proc/19406/stat : 19406 (ttsth-5-0) R 19404 19406 15497 0 -1 4202496 24441 0 0 0 134 16 0 0 20 0 1 0 652571125 100827136 24398 18446744073709551615 134512640 135237372 4289235296 18446744073709551615 134639534 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/19406/statm: 24649 24399 75 177 0 24471 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 98464

[startup+3.10016 s]
/proc/loadavg: 0.92 1.41 3.35 2/185 19407
/proc/meminfo: memFree=18846988/36427776 swapFree=4176/143736
[pid=19406] ppid=19404 vsize=200272 CPUtime=3.08
/proc/19406/stat : 19406 (ttsth-5-0) R 19404 19406 15497 0 -1 4202496 49451 0 0 0 280 28 0 0 20 0 1 0 652571125 205078528 49408 18446744073709551615 134512640 135237372 4289235296 18446744073709551615 134732614 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/19406/statm: 50068 49408 75 177 0 49890 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 200272

[startup+6.30445 s]
/proc/loadavg: 0.93 1.40 3.34 2/185 19407
/proc/meminfo: memFree=18736944/36427776 swapFree=4612/253928
[pid=19406] ppid=19404 vsize=427976 CPUtime=6.3
/proc/19406/stat : 19406 (ttsth-5-0) R 19404 19406 15497 0 -1 4202496 99065 0 0 0 588 42 0 0 20 0 1 0 652571125 438247424 99023 18446744073709551615 134512640 135237372 4289235296 18446744073709551615 134749343 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/19406/statm: 106994 99028 76 177 0 106816 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 427976

[startup+12.701 s]
/proc/loadavg: 0.93 1.40 3.33 2/185 19407
/proc/meminfo: memFree=17881640/36427776 swapFree=4616/1106640
[pid=19406] ppid=19404 vsize=1294200 CPUtime=12.7
/proc/19406/stat : 19406 (ttsth-5-0) R 19404 19406 15497 0 -1 4202496 283498 0 0 0 1156 114 0 0 20 0 1 0 652571125 1325260800 274316 18446744073709551615 134512640 135237372 4289235296 18446744073709551615 134680326 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/19406/statm: 323550 274316 76 177 0 323372 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 1294200

[startup+25.5021 s]
/proc/loadavg: 0.95 1.38 3.29 2/185 19407
/proc/meminfo: memFree=17881772/36427776 swapFree=4616/1106580
[pid=19406] ppid=19404 vsize=1294200 CPUtime=25.5
/proc/19406/stat : 19406 (ttsth-5-0) R 19404 19406 15497 0 -1 4202496 295626 0 0 0 2430 120 0 0 20 0 1 0 652571125 1325260800 274324 18446744073709551615 134512640 135237372 4289235296 18446744073709551615 134680356 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/19406/statm: 323550 274324 76 177 0 323372 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 1294200

[startup+51.1043 s]
/proc/loadavg: 0.96 1.34 3.23 2/185 19407
/proc/meminfo: memFree=18403068/36427776 swapFree=4620/587864
[pid=19406] ppid=19404 vsize=591276 CPUtime=51.09
/proc/19406/stat : 19406 (ttsth-5-0) R 19404 19406 15497 0 -1 4202496 306089 0 0 0 4969 140 0 0 20 0 1 0 652571125 605466624 144619 18446744073709551615 134512640 135237372 4289235296 18446744073709551615 134555279 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/19406/statm: 147819 144619 77 177 0 147641 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 591276

[startup+102.313 s]
/proc/loadavg: 0.98 1.29 3.11 2/185 19407
/proc/meminfo: memFree=18396372/36427776 swapFree=4620/594292
[pid=19406] ppid=19404 vsize=591276 CPUtime=102.3
/proc/19406/stat : 19406 (ttsth-5-0) R 19404 19406 15497 0 -1 4202496 307759 0 0 0 10088 142 0 0 20 0 1 0 652571125 605466624 146289 18446744073709551615 134512640 135237372 4289235296 18446744073709551615 134555287 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/19406/statm: 147819 146289 77 177 0 147641 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 591276

[startup+162.302 s]
/proc/loadavg: 0.99 1.23 2.97 2/185 19412
/proc/meminfo: memFree=18375912/36427776 swapFree=4620/614828
[pid=19406] ppid=19404 vsize=609620 CPUtime=162.29
/proc/19406/stat : 19406 (ttsth-5-0) R 19404 19406 15497 0 -1 4202496 312869 0 0 0 16083 146 0 0 20 0 1 0 652571125 624250880 151399 18446744073709551615 134512640 135237372 4289235296 18446744073709551615 134555272 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/19406/statm: 152405 151399 77 177 0 152227 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 609620

[startup+222.303 s]
/proc/loadavg: 0.99 1.19 2.85 2/185 19412
/proc/meminfo: memFree=18348880/36427776 swapFree=4620/640868
[pid=19406] ppid=19404 vsize=636892 CPUtime=222.29
/proc/19406/stat : 19406 (ttsth-5-0) R 19404 19406 15497 0 -1 4202496 319770 0 0 0 22075 154 0 0 20 0 1 0 652571125 652177408 157837 18446744073709551615 134512640 135237372 4289235296 18446744073709551615 134600972 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/19406/statm: 159223 157837 77 177 0 159045 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 636892

[startup+282.304 s]
/proc/loadavg: 0.99 1.15 2.73 2/185 19412
/proc/meminfo: memFree=18346524/36427776 swapFree=4620/643864
[pid=19406] ppid=19404 vsize=640024 CPUtime=282.28
/proc/19406/stat : 19406 (ttsth-5-0) R 19404 19406 15497 0 -1 4202496 320523 0 0 0 28074 154 0 0 20 0 1 0 652571125 655384576 158590 18446744073709551615 134512640 135237372 4289235296 18446744073709551615 134600975 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/19406/statm: 160006 158590 77 177 0 159828 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 640024

[startup+342.301 s]
/proc/loadavg: 1.03 1.14 2.62 2/185 19412
/proc/meminfo: memFree=18346028/36427776 swapFree=4620/644212
[pid=19406] ppid=19404 vsize=641568 CPUtime=342.28
/proc/19406/stat : 19406 (ttsth-5-0) R 19404 19406 15497 0 -1 4202496 320610 0 0 0 34074 154 0 0 20 0 1 0 652571125 656965632 158677 18446744073709551615 134512640 135237372 4289235296 18446744073709551615 134600966 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/19406/statm: 160392 158677 77 177 0 160214 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 641568

[startup+402.303 s]
/proc/loadavg: 1.01 1.11 2.52 2/185 19412
/proc/meminfo: memFree=18345904/36427776 swapFree=4620/644360
[pid=19406] ppid=19404 vsize=641700 CPUtime=402.28
/proc/19406/stat : 19406 (ttsth-5-0) R 19404 19406 15497 0 -1 4202496 320647 0 0 0 40074 154 0 0 20 0 1 0 652571125 657100800 158714 18446744073709551615 134512640 135237372 4289235296 18446744073709551615 134600975 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/19406/statm: 160425 158714 77 177 0 160247 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 641700

[startup+462.304 s]
/proc/loadavg: 1.00 1.09 2.42 2/185 19417
/proc/meminfo: memFree=18346152/36427776 swapFree=4620/644480
[pid=19406] ppid=19404 vsize=641700 CPUtime=462.28
/proc/19406/stat : 19406 (ttsth-5-0) R 19404 19406 15497 0 -1 4202496 320676 0 0 0 46074 154 0 0 20 0 1 0 652571125 657100800 158743 18446744073709551615 134512640 135237372 4289235296 18446744073709551615 134600718 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/19406/statm: 160425 158743 77 177 0 160247 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 641700

[startup+522.301 s]
/proc/loadavg: 1.00 1.07 2.33 2/185 19417
/proc/meminfo: memFree=18346028/36427776 swapFree=4620/644540
[pid=19406] ppid=19404 vsize=641832 CPUtime=522.29
/proc/19406/stat : 19406 (ttsth-5-0) R 19404 19406 15497 0 -1 4202496 320691 0 0 0 52075 154 0 0 20 0 1 0 652571125 657235968 158758 18446744073709551615 134512640 135237372 4289235296 18446744073709551615 134600975 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/19406/statm: 160458 158758 77 177 0 160280 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 641832

[startup+582.302 s]
/proc/loadavg: 1.00 1.05 2.24 2/185 19417
/proc/meminfo: memFree=18346028/36427776 swapFree=4620/644600
[pid=19406] ppid=19404 vsize=641832 CPUtime=582.28
/proc/19406/stat : 19406 (ttsth-5-0) R 19404 19406 15497 0 -1 4202496 320706 0 0 0 58074 154 0 0 20 0 1 0 652571125 657235968 158773 18446744073709551615 134512640 135237372 4289235296 18446744073709551615 134600728 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/19406/statm: 160458 158773 77 177 0 160280 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 641832

[startup+642.303 s]
/proc/loadavg: 1.00 1.04 2.16 2/185 19417
/proc/meminfo: memFree=18346152/36427776 swapFree=4620/644616
[pid=19406] ppid=19404 vsize=641832 CPUtime=642.3
/proc/19406/stat : 19406 (ttsth-5-0) R 19404 19406 15497 0 -1 4202496 320710 0 0 0 64076 154 0 0 20 0 1 0 652571125 657235968 158777 18446744073709551615 134512640 135237372 4289235296 18446744073709551615 134600738 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/19406/statm: 160458 158777 77 177 0 160280 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 641832



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+650.604 s]
/proc/loadavg: 1.00 1.04 2.15 2/185 19417
/proc/meminfo: memFree=16868012/36427776 swapFree=4664/2120468
[pid=19406] ppid=19404 vsize=2122980 CPUtime=650.58
/proc/19406/stat : 19406 (ttsth-5-0) R 19404 19406 15497 0 -1 4202496 697848 0 0 0 64768 290 0 0 20 0 1 0 652571125 2173931520 528815 18446744073709551615 134512640 135237372 4289235296 18446744073709551615 134732614 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/19406/statm: 530778 528818 88 177 0 530600 0
Current children cumulated CPU time (s) 650.58
Current children cumulated vsize (KiB) 2122980

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

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

[startup+650.712 s]
/proc/loadavg: 1.00 1.04 2.15 2/185 19417
/proc/meminfo: memFree=16868012/36427776 swapFree=4664/2120468
[pid=19406] ppid=19404 vsize=0 CPUtime=650.68
/proc/19406/stat : 19406 (ttsth-5-0) R 19404 19406 15497 0 -1 4203524 697872 0 0 0 64770 298 0 0 20 0 1 0 652571125 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/19406/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 650.68
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 650.786
CPU time (s): 650.761
CPU user time (s): 647.66
CPU system time (s): 3.10019
CPU usage (%): 99.9962
Max. virtual memory (cumulated for all children) (KiB): 2122980

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

runsolver used 1.6721 second user time and 4.03225 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 00:37:25
IDJOB=1776495
IDBENCH=20576
IDSOLVER=634
FILE ID=xenhost3-49/1776495-1244932645
PBS_JOBID=
Free space on /tmp= 6951 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (16 threads)
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776495-1244932645/watcher-1776495-1244932645 -o /tmp/evaluation-result-1776495-1244932645/solver-1776495-1244932645 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776495-1244932645.cnf

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED= 1258840023

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:      18980672 kB
Buffers:        473012 kB
Cached:       14191552 kB
SwapCached:          0 kB
Active:        4119540 kB
Inactive:     10553628 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:           77304 kB
Writeback:           0 kB
AnonPages:        8076 kB
Mapped:           3824 kB
Slab:           719180 kB
SReclaimable:   692304 kB
SUnreclaim:      26876 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= 6950 MiB
End job on xenhost3-49 at 2009-06-14 00:48:20