Trace number 3377107

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
QuteRSat 2011-05-12 (fixed)UNSAT 308.827 308.822

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_kkb_unknown.cnf
MD5SUM254fcd4eae8129ad5842f186e24e0793
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark110.799
Satisfiable
(Un)Satisfiability was proved
Number of variables34510
Number of clauses701694
Sum of the clauses size2616281
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252869
Number of clauses of size 384757
Number of clauses of size 4564068
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.29/0.36	c Parse Cnf success: #var: 34510 #clause: 701694
0.29/0.36	c Find Units :          0
0.29/0.36	c Find Invs  :          0
0.49/0.50	c Find Ands  :          0 AvgFaninNum: nan
0.49/0.52	c Find Xors  :          0 AvgFaninNum: nan
0.49/0.54	c Find Ite   :          0
0.49/0.57	c UnDirect variable: 0
0.49/0.57	c UnDirect to Direct Gate: 0
0.49/0.57	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.49/0.57	c Break Cycle : 0
0.49/0.57	c Total Root : 0 Undef Var: 34510
0.49/0.57	c After covering, Total Root: 0 Leaf: 0
0.49/0.57	c Variable( cover/uncovered/unused ): 0 34510 0
0.49/0.57	c Unit Clauses: 0
0.49/0.57	c Binary Clauses( cover/uncovered ): 0 46856
0.49/0.57	c Clauses( cover/uncovered ): 0 597704
0.49/0.57	c Total Clauses( cover/uncovered ): 0 644560 0%
0.49/0.57	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
1.09/1.17	c Uncover Clauses avg size: 3.73168 max size: 4
1.09/1.19	c Final circuit: i/l/o/s   34510       0  644465    800352
1.09/1.19	c CnfToAig: Time: 1.18 s
1.78/1.80	c TmMap: Set choices finish.
2.08/2.18	c TmMap: Set big and: 711641
2.08/2.18	c TmMap: Origin: 834863 ClauseNum: 2401056 --> New: 746152 ClauseNum: 2267835
2.08/2.18	c TmMap: Time: 0.48
2.30/2.33	c Try to Add: #clause: 1423282 #xorclause: 0
2.49/2.53	c #var: 101686 #clauses: 181367 Solving... 
308.69/308.76	s UNSATISFIABLE
308.69/308.78	c CPU time: 308.78 s

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377107-1305468495/watcher-3377107-1305468495 -o /tmp/evaluation-result-3377107-1305468495/solver-3377107-1305468495 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377107-1305468495.cnf 433784988 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.04 4.15 4.96 5/257 22101
/proc/meminfo: memFree=22374388/32951124 swapFree=61559568/67111528
[pid=22101] ppid=22099 vsize=26212 CPUtime=0 cores=5,7
/proc/22101/stat : 22101 (qutersat_releas) R 22099 22101 21820 0 -1 4194304 359 0 0 0 0 0 0 0 25 0 1 0 658450356 26841088 296 33554432000 4194304 6014671 140736505238240 18446744073709551615 47921681426176 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/22101/statm: 6553 303 251 445 0 98 0

[startup+0.109067 s]
/proc/loadavg: 4.04 4.15 4.96 5/257 22101
/proc/meminfo: memFree=22374388/32951124 swapFree=61559568/67111528
[pid=22101] ppid=22099 vsize=52844 CPUtime=0.1 cores=5,7
/proc/22101/stat : 22101 (qutersat_releas) R 22099 22101 21820 0 -1 4202496 6460 0 0 0 9 1 0 0 25 0 1 0 658450356 54112256 6396 33554432000 4194304 6014671 140736505238240 18446744073709551615 4303462 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22101/statm: 13211 6427 378 445 0 6756 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 52844

[startup+0.201037 s]
/proc/loadavg: 4.04 4.15 4.96 5/257 22101
/proc/meminfo: memFree=22374388/32951124 swapFree=61559568/67111528
[pid=22101] ppid=22099 vsize=65260 CPUtime=0.19 cores=5,7
/proc/22101/stat : 22101 (qutersat_releas) R 22099 22101 21820 0 -1 4202496 9966 0 0 0 18 1 0 0 25 0 1 0 658450356 66826240 9903 33554432000 4194304 6014671 140736505238240 18446744073709551615 4309366 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22101/statm: 16315 9903 378 445 0 9860 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 65260

[startup+0.301021 s]
/proc/loadavg: 4.04 4.15 4.96 5/257 22101
/proc/meminfo: memFree=22374388/32951124 swapFree=61559568/67111528
[pid=22101] ppid=22099 vsize=96620 CPUtime=0.29 cores=5,7
/proc/22101/stat : 22101 (qutersat_releas) R 22099 22101 21820 0 -1 4202496 17080 0 0 0 27 2 0 0 25 0 1 0 658450356 98938880 17016 33554432000 4194304 6014671 140736505238240 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22101/statm: 24155 17016 378 445 0 17700 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 96620

[startup+0.70096 s]
/proc/loadavg: 4.04 4.15 4.96 5/257 22101
/proc/meminfo: memFree=22374388/32951124 swapFree=61559568/67111528
[pid=22101] ppid=22099 vsize=96620 CPUtime=0.69 cores=5,7
/proc/22101/stat : 22101 (qutersat_releas) R 22099 22101 21820 0 -1 4202496 17254 0 0 0 67 2 0 0 25 0 1 0 658450356 98938880 17190 33554432000 4194304 6014671 140736505238240 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22101/statm: 24155 17190 398 445 0 17700 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 96620

[startup+1.5008 s]
/proc/loadavg: 4.04 4.15 4.96 5/258 22102
/proc/meminfo: memFree=22267740/32951124 swapFree=61559568/67111528
[pid=22101] ppid=22099 vsize=223028 CPUtime=1.48 cores=5,7
/proc/22101/stat : 22101 (qutersat_releas) R 22099 22101 21820 0 -1 4202496 49111 0 0 0 143 5 0 0 25 0 1 0 658450356 228380672 49047 33554432000 4194304 6014671 140736505238240 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22101/statm: 55757 49051 668 445 0 49302 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 223028

[startup+3.10051 s]
/proc/loadavg: 4.04 4.15 4.96 5/258 22102
/proc/meminfo: memFree=22033752/32951124 swapFree=61559568/67111528
[pid=22101] ppid=22099 vsize=373664 CPUtime=3.09 cores=5,7
/proc/22101/stat : 22101 (qutersat_releas) R 22099 22101 21820 0 -1 4202496 84408 0 0 0 300 9 0 0 25 0 1 0 658450356 382631936 84344 33554432000 4194304 6014671 140736505238240 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22101/statm: 93416 84344 701 445 0 86961 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 373664

[startup+6.30092 s]
/proc/loadavg: 4.04 4.15 4.96 5/258 22102
/proc/meminfo: memFree=22024720/32951124 swapFree=61559568/67111528
[pid=22101] ppid=22099 vsize=439072 CPUtime=6.29 cores=5,7
/proc/22101/stat : 22101 (qutersat_releas) R 22099 22101 21820 0 -1 4202496 100084 0 0 0 619 10 0 0 25 0 1 0 658450356 449609728 100020 33554432000 4194304 6014671 140736505238240 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22101/statm: 109768 100022 701 445 0 103313 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 439072

[startup+12.7008 s]
/proc/loadavg: 4.03 4.14 4.95 5/258 22102
/proc/meminfo: memFree=21739768/32951124 swapFree=61559568/67111528
[pid=22101] ppid=22099 vsize=730832 CPUtime=12.69 cores=5,7
/proc/22101/stat : 22101 (qutersat_releas) R 22099 22101 21820 0 -1 4202496 162531 0 0 0 1252 17 0 0 25 0 1 0 658450356 748371968 162413 33554432000 4194304 6014671 140736505238240 18446744073709551615 4470115 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22101/statm: 182708 162413 715 445 0 176253 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 730832

[startup+25.5004 s]
/proc/loadavg: 4.10 4.15 4.94 5/258 22103
/proc/meminfo: memFree=21712616/32951124 swapFree=61559568/67111528
[pid=22101] ppid=22099 vsize=747444 CPUtime=25.49 cores=5,7
/proc/22101/stat : 22101 (qutersat_releas) R 22099 22101 21820 0 -1 4202496 163896 0 0 0 2532 17 0 0 25 0 1 0 658450356 765382656 163778 33554432000 4194304 6014671 140736505238240 18446744073709551615 4422635 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22101/statm: 186861 163778 728 445 0 180406 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 747444

[startup+51.1007 s]
/proc/loadavg: 4.06 4.14 4.92 5/258 22103
/proc/meminfo: memFree=21544336/32951124 swapFree=61559568/67111528
[pid=22101] ppid=22099 vsize=932564 CPUtime=51.09 cores=5,7
/proc/22101/stat : 22101 (qutersat_releas) R 22099 22101 21820 0 -1 4202496 205141 0 0 0 5086 23 0 0 25 0 1 0 658450356 954945536 204906 33554432000 4194304 6014671 140736505238240 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22101/statm: 233141 204906 728 445 0 226686 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 932564

[startup+102.3 s]
/proc/loadavg: 4.03 4.12 4.87 5/258 22105
/proc/meminfo: memFree=21527896/32951124 swapFree=61559568/67111528
[pid=22101] ppid=22099 vsize=932564 CPUtime=102.3 cores=5,7
/proc/22101/stat : 22101 (qutersat_releas) R 22099 22101 21820 0 -1 4202496 208807 0 0 0 10206 24 0 0 25 0 1 0 658450356 954945536 208572 33554432000 4194304 6014671 140736505238240 18446744073709551615 4424288 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22101/statm: 233141 208572 728 445 0 226686 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 932564

[startup+162.3 s]
/proc/loadavg: 4.01 4.09 4.81 5/258 22106
/proc/meminfo: memFree=21478392/32951124 swapFree=61559568/67111528
[pid=22101] ppid=22099 vsize=959184 CPUtime=162.29 cores=5,7
/proc/22101/stat : 22101 (qutersat_releas) R 22099 22101 21820 0 -1 4202496 220522 0 0 0 16203 26 0 0 25 0 1 0 658450356 982204416 220218 33554432000 4194304 6014671 140736505238240 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22101/statm: 239796 220218 728 445 0 233341 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 959184

[startup+222.309 s]
/proc/loadavg: 4.08 4.09 4.76 5/258 22108
/proc/meminfo: memFree=21461504/32951124 swapFree=61559568/67111528
[pid=22101] ppid=22099 vsize=959184 CPUtime=222.3 cores=5,7
/proc/22101/stat : 22101 (qutersat_releas) R 22099 22101 21820 0 -1 4202496 222007 0 0 0 22203 27 0 0 25 0 1 0 658450356 982204416 221703 33554432000 4194304 6014671 140736505238240 18446744073709551615 4423472 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22101/statm: 239796 221703 728 445 0 233341 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 959184

[startup+282.3 s]
/proc/loadavg: 4.03 4.07 4.71 5/258 22110
/proc/meminfo: memFree=21477844/32951124 swapFree=61559568/67111528
[pid=22101] ppid=22099 vsize=985956 CPUtime=282.3 cores=5,7
/proc/22101/stat : 22101 (qutersat_releas) R 22099 22101 21820 0 -1 4202496 222691 0 0 0 28202 28 0 0 25 0 1 0 658450356 1009618944 216775 33554432000 4194304 6014671 140736505238240 18446744073709551615 4379927 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22101/statm: 246489 216775 728 445 0 240034 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 985956

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

[startup+294.4 s]
/proc/loadavg: 4.02 4.07 4.70 5/258 22110
/proc/meminfo: memFree=21476224/32951124 swapFree=61559568/67111528
[pid=22101] ppid=22099 vsize=985956 CPUtime=294.4 cores=5,7
/proc/22101/stat : 22101 (qutersat_releas) R 22099 22101 21820 0 -1 4202496 222692 0 0 0 29412 28 0 0 25 0 1 0 658450356 1009618944 216776 33554432000 4194304 6014671 140736505238240 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22101/statm: 246489 216776 728 445 0 240034 0
Current children cumulated CPU time (s) 294.4
Current children cumulated vsize (KiB) 985956

[startup+300.801 s]
/proc/loadavg: 4.02 4.07 4.69 5/258 22110
/proc/meminfo: memFree=21475352/32951124 swapFree=61559568/67111528
[pid=22101] ppid=22099 vsize=985956 CPUtime=300.8 cores=5,7
/proc/22101/stat : 22101 (qutersat_releas) R 22099 22101 21820 0 -1 4202496 222692 0 0 0 30052 28 0 0 25 0 1 0 658450356 1009618944 216776 33554432000 4194304 6014671 140736505238240 18446744073709551615 4536520 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22101/statm: 246489 216776 728 445 0 240034 0
Current children cumulated CPU time (s) 300.8
Current children cumulated vsize (KiB) 985956

[startup+304 s]
/proc/loadavg: 4.02 4.07 4.69 5/258 22110
/proc/meminfo: memFree=21467420/32951124 swapFree=61559568/67111528
[pid=22101] ppid=22099 vsize=985956 CPUtime=304 cores=5,7
/proc/22101/stat : 22101 (qutersat_releas) R 22099 22101 21820 0 -1 4202496 224692 0 0 0 30372 28 0 0 25 0 1 0 658450356 1009618944 218743 33554432000 4194304 6014671 140736505238240 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22101/statm: 246489 218743 728 445 0 240034 0
Current children cumulated CPU time (s) 304
Current children cumulated vsize (KiB) 985956

[startup+307.201 s]
/proc/loadavg: 4.02 4.06 4.69 5/258 22110
/proc/meminfo: memFree=21451168/32951124 swapFree=61559568/67111528
[pid=22101] ppid=22099 vsize=985956 CPUtime=307.19 cores=5,7
/proc/22101/stat : 22101 (qutersat_releas) R 22099 22101 21820 0 -1 4202496 228635 0 0 0 30691 28 0 0 25 0 1 0 658450356 1009618944 222686 33554432000 4194304 6014671 140736505238240 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22101/statm: 246489 222686 728 445 0 240034 0
Current children cumulated CPU time (s) 307.19
Current children cumulated vsize (KiB) 985956

[startup+308.001 s]
/proc/loadavg: 4.02 4.06 4.69 5/258 22110
/proc/meminfo: memFree=21450796/32951124 swapFree=61559568/67111528
[pid=22101] ppid=22099 vsize=985956 CPUtime=308 cores=5,7
/proc/22101/stat : 22101 (qutersat_releas) R 22099 22101 21820 0 -1 4202496 228699 0 0 0 30772 28 0 0 25 0 1 0 658450356 1009618944 222750 33554432000 4194304 6014671 140736505238240 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22101/statm: 246489 222750 728 445 0 240034 0
Current children cumulated CPU time (s) 308
Current children cumulated vsize (KiB) 985956

[startup+308.401 s]
/proc/loadavg: 4.02 4.06 4.69 5/258 22110
/proc/meminfo: memFree=21450796/32951124 swapFree=61559568/67111528
[pid=22101] ppid=22099 vsize=985956 CPUtime=308.39 cores=5,7
/proc/22101/stat : 22101 (qutersat_releas) R 22099 22101 21820 0 -1 4202496 228728 0 0 0 30811 28 0 0 25 0 1 0 658450356 1009618944 222779 33554432000 4194304 6014671 140736505238240 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22101/statm: 246489 222779 728 445 0 240034 0
Current children cumulated CPU time (s) 308.39
Current children cumulated vsize (KiB) 985956

[startup+308.801 s]
/proc/loadavg: 4.02 4.06 4.69 5/258 22110
/proc/meminfo: memFree=21450796/32951124 swapFree=61559568/67111528
[pid=22101] ppid=22099 vsize=0 CPUtime=308.8 cores=5,7
/proc/22101/stat : 22101 (qutersat_releas) R 22099 22101 21820 0 -1 4202500 228753 0 0 0 30850 30 0 0 25 0 1 0 658450356 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 5 0 0 0
/proc/22101/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 308.8
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 308.822
CPU time (s): 308.827
CPU user time (s): 308.504
CPU system time (s): 0.32295
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 985956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 308.504
system time used= 0.32295
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 228753
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= 13
involuntary context switches= 551

runsolver used 0.677896 second user time and 1.61075 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-15 16:08:16
IDJOB=3377107
IDBENCH=82496
IDSOLVER=1856
FILE ID=node109/3377107-1305468495
RUNJOBID= node109-1305467733-21841
PBS_JOBID= 13325310
Free space on /tmp= 73240 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/manthey/traffic/traffic_kkb_unknown.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377107-1305468495/watcher-3377107-1305468495 -o /tmp/evaluation-result-3377107-1305468495/solver-3377107-1305468495 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377107-1305468495.cnf 433784988

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 254fcd4eae8129ad5842f186e24e0793
RANDOM SEED=433784988

node109.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22374420 kB
Buffers:        276880 kB
Cached:        2603588 kB
SwapCached:      28404 kB
Active:        1823600 kB
Inactive:      8523444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22374420 kB
SwapTotal:    67111528 kB
SwapFree:     61559568 kB
Dirty:           19064 kB
Writeback:           0 kB
AnonPages:     7444680 kB
Mapped:          23844 kB
Slab:           132620 kB
PageTables:      34824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 19779492 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73240 MiB
End job on node109 at 2011-05-15 16:13:25