Trace number 1780200

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) 597.477 597.499

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L80_coli.sat.cnf
MD5SUMeb71c8cb3482ee70f1c98af8944179ca
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark268.18
Satisfiable
(Un)Satisfiability was proved
Number of variables250567
Number of clauses1183233
Sum of the clauses size3415429
Maximum clause length11
Minimum clause length1
Number of clauses of size 126677
Number of clauses of size 2325257
Number of clauses of size 3631008
Number of clauses of size 4157675
Number of clauses of size 542377
Number of clauses of size over 5239

Solver Data

2.60/2.60	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1780200-1244962300.cnf 
2.60/2.60	c Using SATTIMEOUT of 10000
2.60/2.60	c Using SATRAM of 2047
2.60/2.60	c Size of subset node = 16
2.60/2.60	c Variables = 250567
2.60/2.60	c Clauses = 1183233
2.60/2.60	c Literals = 3415429
2.60/2.60	c Reduced size:
2.60/2.60	c Variables = 250567
2.60/2.60	c Clauses = 965209
2.60/2.60	c Literals = 2854445
2.60/2.60	c a2
4.32/4.38	c a1
526.98/527.07	c Independent sub-problems = 1
526.98/527.07	c Sub-problem with 193844 variables and 965209 clauses
526.98/527.07	c using permutation method 4
526.98/527.07	c count = 1
526.98/527.07	c Ordering finished 526.550 seconds
526.98/527.07	c mapped 527.010 seconds
526.98/527.07	c permuted 527.010 seconds
526.98/527.07	c about to sort
527.28/527.31	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-1780200-1244962300/watcher-1780200-1244962300 -o /tmp/evaluation-result-1780200-1244962300/solver-1780200-1244962300 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1780200-1244962300.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.00 1.04 1.98 2/184 27383
/proc/meminfo: memFree=19006568/36427776 swapFree=4452/8552
[pid=27383] ppid=27381 vsize=1544 CPUtime=0
/proc/27383/stat : 27383 (ttsth-5-0) R 27381 27383 15497 0 -1 4202496 292 0 0 0 0 0 0 0 20 0 1 0 655536500 1581056 248 18446744073709551615 134512640 135237372 4291963904 18446744073709551615 134639534 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/27383/statm: 386 248 75 177 0 208 0

[startup+0.094736 s]
/proc/loadavg: 1.00 1.04 1.98 2/184 27383
/proc/meminfo: memFree=19006568/36427776 swapFree=4452/8552
[pid=27383] ppid=27381 vsize=6840 CPUtime=0.08
/proc/27383/stat : 27383 (ttsth-5-0) R 27381 27383 15497 0 -1 4202496 1564 0 0 0 8 0 0 0 20 0 1 0 655536500 7004160 1520 18446744073709551615 134512640 135237372 4291963904 18446744073709551615 134732614 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/27383/statm: 1710 1522 75 177 0 1532 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6840

[startup+0.102734 s]
/proc/loadavg: 1.00 1.04 1.98 2/184 27383
/proc/meminfo: memFree=19006568/36427776 swapFree=4452/8552
[pid=27383] ppid=27381 vsize=7236 CPUtime=0.1
/proc/27383/stat : 27383 (ttsth-5-0) R 27381 27383 15497 0 -1 4202496 1679 0 0 0 8 2 0 0 20 0 1 0 655536500 7409664 1635 18446744073709551615 134512640 135237372 4291963904 18446744073709551615 134732614 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/27383/statm: 1809 1636 75 177 0 1631 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7236

[startup+0.30275 s]
/proc/loadavg: 1.00 1.04 1.98 2/184 27383
/proc/meminfo: memFree=19006568/36427776 swapFree=4452/8552
[pid=27383] ppid=27381 vsize=18864 CPUtime=0.3
/proc/27383/stat : 27383 (ttsth-5-0) R 27381 27383 15497 0 -1 4202496 4577 0 0 0 26 4 0 0 20 0 1 0 655536500 19316736 4533 18446744073709551615 134512640 135237372 4291963904 18446744073709551615 134732614 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/27383/statm: 4716 4534 75 177 0 4538 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 18864

[startup+0.702806 s]
/proc/loadavg: 1.00 1.04 1.98 2/184 27383
/proc/meminfo: memFree=19006568/36427776 swapFree=4452/8552
[pid=27383] ppid=27381 vsize=42032 CPUtime=0.7
/proc/27383/stat : 27383 (ttsth-5-0) R 27381 27383 15497 0 -1 4202496 10367 0 0 0 64 6 0 0 20 0 1 0 655536500 43040768 10323 18446744073709551615 134512640 135237372 4291963904 18446744073709551615 134732614 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/27383/statm: 10508 10324 75 177 0 10330 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 42032

[startup+1.50286 s]
/proc/loadavg: 1.00 1.04 1.98 2/185 27384
/proc/meminfo: memFree=18948028/36427776 swapFree=4864/67100
[pid=27383] ppid=27381 vsize=84816 CPUtime=1.5
/proc/27383/stat : 27383 (ttsth-5-0) R 27381 27383 15497 0 -1 4202496 20212 0 0 0 140 10 0 0 20 0 1 0 655536500 86851584 20168 18446744073709551615 134512640 135237372 4291963904 18446744073709551615 134534132 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/27383/statm: 21204 20168 75 177 0 21026 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 84816

[startup+3.10299 s]
/proc/loadavg: 1.00 1.04 1.98 2/185 27384
/proc/meminfo: memFree=18925392/36427776 swapFree=4736/89224
[pid=27383] ppid=27381 vsize=160164 CPUtime=3.1
/proc/27383/stat : 27383 (ttsth-5-0) R 27381 27383 15497 0 -1 4202496 38707 0 0 0 292 18 0 0 20 0 1 0 655536500 164007936 37800 18446744073709551615 134512640 135237372 4291963904 18446744073709551615 134519986 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/27383/statm: 40041 37800 76 177 0 39863 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 160164

[startup+6.30327 s]
/proc/loadavg: 1.00 1.04 1.98 2/185 27384
/proc/meminfo: memFree=18885912/36427776 swapFree=4620/128920
[pid=27383] ppid=27381 vsize=140832 CPUtime=6.28
/proc/27383/stat : 27383 (ttsth-5-0) R 27381 27383 15497 0 -1 4202496 51132 0 0 0 604 24 0 0 20 0 1 0 655536500 144211968 32037 18446744073709551615 134512640 135237372 4291963904 18446744073709551615 134600019 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/27383/statm: 35208 32037 77 177 0 35030 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 140832

[startup+12.7038 s]
/proc/loadavg: 1.00 1.04 1.97 2/185 27384
/proc/meminfo: memFree=18842128/36427776 swapFree=4620/172736
[pid=27383] ppid=27381 vsize=174632 CPUtime=12.7
/proc/27383/stat : 27383 (ttsth-5-0) R 27381 27383 15497 0 -1 4202496 60517 0 0 0 1242 28 0 0 20 0 1 0 655536500 178823168 41422 18446744073709551615 134512640 135237372 4291963904 18446744073709551615 134555272 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/27383/statm: 43658 41422 77 177 0 43480 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 174632

[startup+25.501 s]
/proc/loadavg: 1.00 1.04 1.96 2/185 27384
/proc/meminfo: memFree=18824040/36427776 swapFree=4620/191124
[pid=27383] ppid=27381 vsize=185980 CPUtime=25.5
/proc/27383/stat : 27383 (ttsth-5-0) R 27381 27383 15497 0 -1 4202496 64600 0 0 0 2520 30 0 0 20 0 1 0 655536500 190443520 45505 18446744073709551615 134512640 135237372 4291963904 18446744073709551615 134600972 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/27383/statm: 46495 45505 77 177 0 46317 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 185980

[startup+51.1032 s]
/proc/loadavg: 1.00 1.03 1.93 2/185 27384
/proc/meminfo: memFree=18823544/36427776 swapFree=4620/191868
[pid=27383] ppid=27381 vsize=186624 CPUtime=51.1
/proc/27383/stat : 27383 (ttsth-5-0) R 27381 27383 15497 0 -1 4202496 64719 0 0 0 5080 30 0 0 20 0 1 0 655536500 191102976 45624 18446744073709551615 134512640 135237372 4291963904 18446744073709551615 134600966 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/27383/statm: 46656 45624 77 177 0 46478 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 186624

[startup+102.312 s]
/proc/loadavg: 1.00 1.03 1.88 2/185 27384
/proc/meminfo: memFree=18822924/36427776 swapFree=4620/192516
[pid=27383] ppid=27381 vsize=187792 CPUtime=102.29
/proc/27383/stat : 27383 (ttsth-5-0) R 27381 27383 15497 0 -1 4202496 64941 0 0 0 10199 30 0 0 20 0 1 0 655536500 192299008 45846 18446744073709551615 134512640 135237372 4291963904 18446744073709551615 134600707 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/27383/statm: 46948 45846 77 177 0 46770 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 187792

[startup+162.301 s]
/proc/loadavg: 1.04 1.03 1.83 2/185 27384
/proc/meminfo: memFree=18822056/36427776 swapFree=4620/193800
[pid=27383] ppid=27381 vsize=188320 CPUtime=162.29
/proc/27383/stat : 27383 (ttsth-5-0) R 27381 27383 15497 0 -1 4202496 65105 0 0 0 16199 30 0 0 20 0 1 0 655536500 192839680 46010 18446744073709551615 134512640 135237372 4291963904 18446744073709551615 134600721 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/27383/statm: 47080 46010 77 177 0 46902 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 188320

[startup+222.302 s]
/proc/loadavg: 1.01 1.03 1.77 2/185 27389
/proc/meminfo: memFree=18822056/36427776 swapFree=4620/193780
[pid=27383] ppid=27381 vsize=188584 CPUtime=222.29
/proc/27383/stat : 27383 (ttsth-5-0) R 27381 27383 15497 0 -1 4202496 65160 0 0 0 22199 30 0 0 20 0 1 0 655536500 193110016 46065 18446744073709551615 134512640 135237372 4291963904 18446744073709551615 134600718 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/27383/statm: 47146 46065 77 177 0 46968 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 188584

[startup+282.304 s]
/proc/loadavg: 1.00 1.02 1.72 2/185 27389
/proc/meminfo: memFree=18821684/36427776 swapFree=4620/193980
[pid=27383] ppid=27381 vsize=188716 CPUtime=282.28
/proc/27383/stat : 27383 (ttsth-5-0) R 27381 27383 15497 0 -1 4202496 65211 0 0 0 28198 30 0 0 20 0 1 0 655536500 193245184 46116 18446744073709551615 134512640 135237372 4291963904 18446744073709551615 134600975 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/27383/statm: 47179 46116 77 177 0 47001 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 188716

[startup+342.301 s]
/proc/loadavg: 1.00 1.01 1.67 2/185 27389
/proc/meminfo: memFree=18821560/36427776 swapFree=4620/194136
[pid=27383] ppid=27381 vsize=188848 CPUtime=342.28
/proc/27383/stat : 27383 (ttsth-5-0) R 27381 27383 15497 0 -1 4202496 65251 0 0 0 34198 30 0 0 20 0 1 0 655536500 193380352 46156 18446744073709551615 134512640 135237372 4291963904 18446744073709551615 134600718 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/27383/statm: 47212 46156 77 177 0 47034 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 188848

[startup+402.302 s]
/proc/loadavg: 1.00 1.01 1.63 2/185 27389
/proc/meminfo: memFree=18821312/36427776 swapFree=4620/194292
[pid=27383] ppid=27381 vsize=188980 CPUtime=402.29
/proc/27383/stat : 27383 (ttsth-5-0) R 27381 27383 15497 0 -1 4202496 65292 0 0 0 40199 30 0 0 20 0 1 0 655536500 193515520 46197 18446744073709551615 134512640 135237372 4291963904 18446744073709551615 134600718 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/27383/statm: 47245 46197 77 177 0 47067 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 188980

[startup+462.303 s]
/proc/loadavg: 1.00 1.00 1.59 2/185 27389
/proc/meminfo: memFree=18821188/36427776 swapFree=4620/194460
[pid=27383] ppid=27381 vsize=189112 CPUtime=462.29
/proc/27383/stat : 27383 (ttsth-5-0) R 27381 27383 15497 0 -1 4202496 65334 0 0 0 46199 30 0 0 20 0 1 0 655536500 193650688 46239 18446744073709551615 134512640 135237372 4291963904 18446744073709551615 134600718 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/27383/statm: 47278 46239 77 177 0 47100 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 189112

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.55 2/185 27394
/proc/meminfo: memFree=18821064/36427776 swapFree=4620/194616
[pid=27383] ppid=27381 vsize=189244 CPUtime=522.29
/proc/27383/stat : 27383 (ttsth-5-0) R 27381 27383 15497 0 -1 4202496 65373 0 0 0 52199 30 0 0 20 0 1 0 655536500 193785856 46278 18446744073709551615 134512640 135237372 4291963904 18446744073709551615 134600975 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/27383/statm: 47311 46278 77 177 0 47133 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 189244

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.51 2/185 27394
/proc/meminfo: memFree=16933784/36427776 swapFree=4676/2078240
[pid=27383] ppid=27381 vsize=2073396 CPUtime=582.27
/proc/27383/stat : 27383 (ttsth-5-0) R 27381 27383 15497 0 -1 4202496 539204 0 0 0 58037 190 0 0 20 0 1 0 655536500 2123157504 517280 18446744073709551615 134512640 135237372 4291963904 18446744073709551615 134551480 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/27383/statm: 518349 517280 91 177 0 518171 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 2073396



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+597.311 s]
/proc/loadavg: 1.00 1.00 1.50 2/185 27394
/proc/meminfo: memFree=16909976/36427776 swapFree=4676/2101892
[pid=27383] ppid=27381 vsize=2096244 CPUtime=597.29
/proc/27383/stat : 27383 (ttsth-5-0) R 27381 27383 15497 0 -1 4202496 545131 0 0 0 59539 190 0 0 20 0 1 0 655536500 2146553856 523207 18446744073709551615 134512640 135237372 4291963904 18446744073709551615 134551480 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/27383/statm: 524061 523207 91 177 0 523883 0
Current children cumulated CPU time (s) 597.29
Current children cumulated vsize (KiB) 2096244

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

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

[startup+597.411 s]
/proc/loadavg: 1.00 1.00 1.50 2/185 27394
/proc/meminfo: memFree=16909976/36427776 swapFree=4676/2101892
[pid=27383] ppid=27381 vsize=0 CPUtime=597.37
/proc/27383/stat : 27383 (ttsth-5-0) R 27381 27383 15497 0 -1 4203524 545131 0 0 0 59539 198 0 0 20 0 1 0 655536500 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/27383/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 597.37
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 597.499
CPU time (s): 597.477
CPU user time (s): 595.361
CPU system time (s): 2.11613
CPU usage (%): 99.9964
Max. virtual memory (cumulated for all children) (KiB): 2096244

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

runsolver used 1.48009 second user time and 3.79624 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 08:51:40
IDJOB=1780200
IDBENCH=70960
IDSOLVER=634
FILE ID=xenhost3-49/1780200-1244962300
PBS_JOBID=
Free space on /tmp= 7001 MiB

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

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

MD5SUM BENCH= eb71c8cb3482ee70f1c98af8944179ca
RANDOM SEED= 1759589222

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:      19006584 kB
Buffers:        493476 kB
Cached:       14140460 kB
SwapCached:          0 kB
Active:        4139816 kB
Inactive:     10502432 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:           24064 kB
Writeback:           0 kB
AnonPages:        8340 kB
Mapped:           3552 kB
Slab:           725576 kB
SReclaimable:   698724 kB
SUnreclaim:      26852 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= 7001 MiB
End job on xenhost3-49 at 2009-06-14 09:01:41