Trace number 3420009

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
RestartSAT B95UNSAT 366.775 366.779

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_fb_unknown.cnf
MD5SUM2385047c56f7801a7fd110b2ffe2f293
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark99.5369
Satisfiable
(Un)Satisfiability was proved
Number of variables35819
Number of clauses773506
Sum of the clauses size2886709
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 255953
Number of clauses of size 395409
Number of clauses of size 4622144
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

366.69/366.77	c WARNING: for repeatability, setting FPU to use double precision
366.69/366.77	s UNSATISFIABLE

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-3420009-1306584393/watcher-3420009-1306584393 -o /tmp/evaluation-result-3420009-1306584393/solver-3420009-1306584393 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420009-1306584393.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.04 2.00 2/517 31675
/proc/meminfo: memFree=11368892/32950928 swapFree=38157052/67111528
[pid=31675] ppid=31673 vsize=11796 CPUtime=0 cores=1,3,5,7
/proc/31675/stat : 31675 (runsolver) R 31673 31675 31344 0 -1 4202560 42 0 0 0 0 0 0 0 22 0 1 0 770036111 12079104 50 33554432000 4194304 5432360 140736300427088 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/31675/statm: 2949 50 30 303 0 2643 0

[startup+0.104861 s]
/proc/loadavg: 2.02 2.04 2.00 2/517 31675
/proc/meminfo: memFree=11368892/32950928 swapFree=38157052/67111528
[pid=31675] ppid=31673 vsize=34336 CPUtime=0.07 cores=1,3,5,7
/proc/31675/stat : 31675 (RestartSAT) R 31673 31675 31344 0 -1 4202496 5771 0 0 0 7 0 0 0 23 0 1 0 770036111 35160064 5239 33554432000 4194304 4291949 140735861177984 18446744073709551615 254500352709 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31675/statm: 8584 5242 227 24 0 5218 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 34336

[startup+0.200843 s]
/proc/loadavg: 2.02 2.04 2.00 2/517 31675
/proc/meminfo: memFree=11368892/32950928 swapFree=38157052/67111528
[pid=31675] ppid=31673 vsize=52548 CPUtime=0.17 cores=1,3,5,7
/proc/31675/stat : 31675 (RestartSAT) R 31673 31675 31344 0 -1 4202496 10536 0 0 0 16 1 0 0 23 0 1 0 770036111 53809152 9271 33554432000 4194304 4291949 140735861177984 18446744073709551615 254500352709 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31675/statm: 13137 9273 227 24 0 9771 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 52548

[startup+0.300824 s]
/proc/loadavg: 2.02 2.04 2.00 2/517 31675
/proc/meminfo: memFree=11368892/32950928 swapFree=38157052/67111528
[pid=31675] ppid=31673 vsize=71492 CPUtime=0.27 cores=1,3,5,7
/proc/31675/stat : 31675 (RestartSAT) R 31673 31675 31344 0 -1 4202496 15441 0 0 0 25 2 0 0 23 0 1 0 770036111 73207808 13486 33554432000 4194304 4291949 140735861177984 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31675/statm: 17873 13488 227 24 0 14507 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 71492

[startup+0.700743 s]
/proc/loadavg: 2.02 2.04 2.00 2/517 31675
/proc/meminfo: memFree=11368892/32950928 swapFree=38157052/67111528
[pid=31675] ppid=31673 vsize=77092 CPUtime=0.67 cores=1,3,5,7
/proc/31675/stat : 31675 (RestartSAT) R 31673 31675 31344 0 -1 4202496 18299 0 0 0 65 2 0 0 25 0 1 0 770036111 78942208 15566 33554432000 4194304 4291949 140735861177984 18446744073709551615 4229939 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31675/statm: 19273 15566 232 24 0 15907 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 77092

[startup+1.50059 s]
/proc/loadavg: 2.02 2.04 2.00 3/518 31676
/proc/meminfo: memFree=11305404/32950928 swapFree=38157052/67111528
[pid=31675] ppid=31673 vsize=91472 CPUtime=1.47 cores=1,3,5,7
/proc/31675/stat : 31675 (RestartSAT) R 31673 31675 31344 0 -1 4202496 18545 0 0 0 145 2 0 0 25 0 1 0 770036111 93667328 14532 33554432000 4194304 4291949 140735861177984 18446744073709551615 4256579 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31675/statm: 22868 14532 234 24 0 19502 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 91472

[startup+3.10027 s]
/proc/loadavg: 2.02 2.04 2.00 3/518 31676
/proc/meminfo: memFree=11310488/32950928 swapFree=38157052/67111528
[pid=31675] ppid=31673 vsize=72796 CPUtime=3.07 cores=1,3,5,7
/proc/31675/stat : 31675 (RestartSAT) R 31673 31675 31344 0 -1 4202496 22703 0 0 0 304 3 0 0 25 0 1 0 770036111 74543104 13582 33554432000 4194304 4291949 140735861177984 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31675/statm: 18199 13582 253 24 0 14833 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 72796

[startup+6.30063 s]
/proc/loadavg: 2.02 2.04 2.00 3/518 31676
/proc/meminfo: memFree=11302824/32950928 swapFree=38157052/67111528
[pid=31675] ppid=31673 vsize=72796 CPUtime=6.27 cores=1,3,5,7
/proc/31675/stat : 31675 (RestartSAT) R 31673 31675 31344 0 -1 4202496 23024 0 0 0 624 3 0 0 25 0 1 0 770036111 74543104 13877 33554432000 4194304 4291949 140735861177984 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31675/statm: 18199 13877 253 24 0 14833 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 72796

[startup+12.7003 s]
/proc/loadavg: 2.02 2.04 2.00 3/518 31676
/proc/meminfo: memFree=11294480/32950928 swapFree=38157052/67111528
[pid=31675] ppid=31673 vsize=72796 CPUtime=12.67 cores=1,3,5,7
/proc/31675/stat : 31675 (RestartSAT) R 31673 31675 31344 0 -1 4202496 23679 0 0 0 1264 3 0 0 25 0 1 0 770036111 74543104 14495 33554432000 4194304 4291949 140735861177984 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31675/statm: 18199 14495 253 24 0 14833 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 72796

[startup+25.5008 s]
/proc/loadavg: 2.01 2.04 2.00 3/518 31677
/proc/meminfo: memFree=11279020/32950928 swapFree=38157052/67111528
[pid=31675] ppid=31673 vsize=85720 CPUtime=25.47 cores=1,3,5,7
/proc/31675/stat : 31675 (RestartSAT) R 31673 31675 31344 0 -1 4202496 24987 0 0 0 2544 3 0 0 25 0 1 0 770036111 87777280 15752 33554432000 4194304 4291949 140735861177984 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31675/statm: 21430 15752 253 24 0 18064 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 85720

[startup+51.1007 s]
/proc/loadavg: 2.01 2.03 2.00 3/518 31677
/proc/meminfo: memFree=11246992/32950928 swapFree=38157052/67111528
[pid=31675] ppid=31673 vsize=87184 CPUtime=51.07 cores=1,3,5,7
/proc/31675/stat : 31675 (RestartSAT) R 31673 31675 31344 0 -1 4202496 27346 0 0 0 5103 4 0 0 25 0 1 0 770036111 89276416 18023 33554432000 4194304 4291949 140735861177984 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31675/statm: 21796 18023 253 24 0 18430 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 87184

[startup+102.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/518 31679
/proc/meminfo: memFree=11171436/32950928 swapFree=38157052/67111528
[pid=31675] ppid=31673 vsize=113456 CPUtime=102.29 cores=1,3,5,7
/proc/31675/stat : 31675 (RestartSAT) R 31673 31675 31344 0 -1 4202496 32409 0 0 0 10223 6 0 0 25 0 1 0 770036111 116178944 22923 33554432000 4194304 4291949 140735861177984 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31675/statm: 28364 22923 253 24 0 24998 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 113456

[startup+162.301 s]
/proc/loadavg: 2.10 2.05 2.01 3/518 31680
/proc/meminfo: memFree=11097016/32950928 swapFree=38157052/67111528
[pid=31675] ppid=31673 vsize=151308 CPUtime=162.28 cores=1,3,5,7
/proc/31675/stat : 31675 (RestartSAT) R 31673 31675 31344 0 -1 4202496 36661 0 0 0 16220 8 0 0 25 0 1 0 770036111 154939392 27046 33554432000 4194304 4291949 140735861177984 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31675/statm: 37827 27046 253 24 0 34461 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 151308

[startup+222.32 s]
/proc/loadavg: 2.04 2.04 2.00 3/518 31682
/proc/meminfo: memFree=10995548/32950928 swapFree=38157052/67111528
[pid=31675] ppid=31673 vsize=158752 CPUtime=222.3 cores=1,3,5,7
/proc/31675/stat : 31675 (RestartSAT) R 31673 31675 31344 0 -1 4202496 41786 0 0 0 22220 10 0 0 25 0 1 0 770036111 162562048 32034 33554432000 4194304 4291949 140735861177984 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31675/statm: 39688 32034 253 24 0 36322 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 158752

[startup+282.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/518 31683
/proc/meminfo: memFree=10928060/32950928 swapFree=38157052/67111528
[pid=31675] ppid=31673 vsize=162068 CPUtime=282.28 cores=1,3,5,7
/proc/31675/stat : 31675 (RestartSAT) R 31673 31675 31344 0 -1 4202496 45071 0 0 0 28217 11 0 0 25 0 1 0 770036111 165957632 35199 33554432000 4194304 4291949 140735861177984 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31675/statm: 40517 35199 253 24 0 37151 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 162068

[startup+342.301 s]
/proc/loadavg: 2.14 2.05 2.01 3/518 31685
/proc/meminfo: memFree=10871360/32950928 swapFree=38157052/67111528
[pid=31675] ppid=31673 vsize=215544 CPUtime=342.29 cores=1,3,5,7
/proc/31675/stat : 31675 (RestartSAT) R 31673 31675 31344 0 -1 4202496 48233 0 0 0 34215 14 0 0 25 0 1 0 770036111 220717056 38259 33554432000 4194304 4291949 140735861177984 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31675/statm: 53886 38259 253 24 0 50520 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 215544

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

[startup+345.601 s]
/proc/loadavg: 2.14 2.05 2.01 3/518 31685
/proc/meminfo: memFree=10868012/32950928 swapFree=38157052/67111528
[pid=31675] ppid=31673 vsize=215544 CPUtime=345.59 cores=1,3,5,7
/proc/31675/stat : 31675 (RestartSAT) R 31673 31675 31344 0 -1 4202496 48321 0 0 0 34545 14 0 0 25 0 1 0 770036111 220717056 38345 33554432000 4194304 4291949 140735861177984 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31675/statm: 53886 38345 253 24 0 50520 0
Current children cumulated CPU time (s) 345.59
Current children cumulated vsize (KiB) 215544

[startup+358.4 s]
/proc/loadavg: 2.11 2.05 2.01 3/518 31686
/proc/meminfo: memFree=10854728/32950928 swapFree=38157052/67111528
[pid=31675] ppid=31673 vsize=216112 CPUtime=358.39 cores=1,3,5,7
/proc/31675/stat : 31675 (RestartSAT) R 31673 31675 31344 0 -1 4202496 48999 0 0 0 35825 14 0 0 25 0 1 0 770036111 221298688 39002 33554432000 4194304 4291949 140735861177984 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31675/statm: 54028 39002 253 24 0 50662 0
Current children cumulated CPU time (s) 358.39
Current children cumulated vsize (KiB) 216112

[startup+361.601 s]
/proc/loadavg: 2.11 2.05 2.01 3/518 31686
/proc/meminfo: memFree=10850880/32950928 swapFree=38157052/67111528
[pid=31675] ppid=31673 vsize=216112 CPUtime=361.59 cores=1,3,5,7
/proc/31675/stat : 31675 (RestartSAT) R 31673 31675 31344 0 -1 4202496 49109 0 0 0 36145 14 0 0 25 0 1 0 770036111 221298688 39110 33554432000 4194304 4291949 140735861177984 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31675/statm: 54028 39110 253 24 0 50662 0
Current children cumulated CPU time (s) 361.59
Current children cumulated vsize (KiB) 216112

[startup+364.801 s]
/proc/loadavg: 2.10 2.05 2.01 3/518 31686
/proc/meminfo: memFree=10847780/32950928 swapFree=38157052/67111528
[pid=31675] ppid=31673 vsize=216112 CPUtime=364.79 cores=1,3,5,7
/proc/31675/stat : 31675 (RestartSAT) R 31673 31675 31344 0 -1 4202496 49192 0 0 0 36465 14 0 0 25 0 1 0 770036111 221298688 39190 33554432000 4194304 4291949 140735861177984 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31675/statm: 54028 39190 253 24 0 50662 0
Current children cumulated CPU time (s) 364.79
Current children cumulated vsize (KiB) 216112

[startup+365.601 s]
/proc/loadavg: 2.10 2.05 2.01 3/518 31686
/proc/meminfo: memFree=10846664/32950928 swapFree=38157052/67111528
[pid=31675] ppid=31673 vsize=216112 CPUtime=365.59 cores=1,3,5,7
/proc/31675/stat : 31675 (RestartSAT) R 31673 31675 31344 0 -1 4202496 49214 0 0 0 36545 14 0 0 25 0 1 0 770036111 221298688 39211 33554432000 4194304 4291949 140735861177984 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31675/statm: 54028 39211 253 24 0 50662 0
Current children cumulated CPU time (s) 365.59
Current children cumulated vsize (KiB) 216112

[startup+366.42 s]
/proc/loadavg: 2.09 2.05 2.01 3/518 31686
/proc/meminfo: memFree=10845796/32950928 swapFree=38157052/67111528
[pid=31675] ppid=31673 vsize=216112 CPUtime=366.41 cores=1,3,5,7
/proc/31675/stat : 31675 (RestartSAT) R 31673 31675 31344 0 -1 4202496 49262 0 0 0 36627 14 0 0 25 0 1 0 770036111 221298688 39256 33554432000 4194304 4291949 140735861177984 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31675/statm: 54028 39256 253 24 0 50662 0
Current children cumulated CPU time (s) 366.41
Current children cumulated vsize (KiB) 216112

[startup+366.601 s]
/proc/loadavg: 2.09 2.05 2.01 3/518 31686
/proc/meminfo: memFree=10845796/32950928 swapFree=38157052/67111528
[pid=31675] ppid=31673 vsize=216112 CPUtime=366.59 cores=1,3,5,7
/proc/31675/stat : 31675 (RestartSAT) R 31673 31675 31344 0 -1 4202496 49266 0 0 0 36645 14 0 0 25 0 1 0 770036111 221298688 39260 33554432000 4194304 4291949 140735861177984 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31675/statm: 54028 39260 253 24 0 50662 0
Current children cumulated CPU time (s) 366.59
Current children cumulated vsize (KiB) 216112

[startup+366.701 s]
/proc/loadavg: 2.09 2.05 2.01 3/518 31686
/proc/meminfo: memFree=10845796/32950928 swapFree=38157052/67111528
[pid=31675] ppid=31673 vsize=216112 CPUtime=366.69 cores=1,3,5,7
/proc/31675/stat : 31675 (RestartSAT) R 31673 31675 31344 0 -1 4202496 49273 0 0 0 36655 14 0 0 25 0 1 0 770036111 221298688 39267 33554432000 4194304 4291949 140735861177984 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31675/statm: 54028 39267 253 24 0 50662 0
Current children cumulated CPU time (s) 366.69
Current children cumulated vsize (KiB) 216112

Child status: 20
Real time (s): 366.779
CPU time (s): 366.775
CPU user time (s): 366.621
CPU system time (s): 0.153976
CPU usage (%): 99.9989
Max. virtual memory (cumulated for all children) (KiB): 216112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 366.621
system time used= 0.153976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49281
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= 10
involuntary context switches= 293

runsolver used 1.88471 second user time and 4.45932 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-28 14:06:34
IDJOB=3420009
IDBENCH=82494
IDSOLVER=1911
FILE ID=node149/3420009-1306584393
RUNJOBID= node149-1306579390-31363
PBS_JOBID= 13471531
Free space on /tmp= 73444 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/manthey/traffic/traffic_fb_unknown.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420009-1306584393/watcher-3420009-1306584393 -o /tmp/evaluation-result-3420009-1306584393/solver-3420009-1306584393 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420009-1306584393.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 2385047c56f7801a7fd110b2ffe2f293
RANDOM SEED=1438590085

node149.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.806
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.806
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.83
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.806
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.83
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.806
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.73
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.806
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.806
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.806
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11369048 kB
Buffers:        250920 kB
Cached:        4676728 kB
SwapCached:      56180 kB
Active:        7261260 kB
Inactive:     14003160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11369048 kB
SwapTotal:    67111528 kB
SwapFree:     38157052 kB
Dirty:           19384 kB
Writeback:          20 kB
AnonPages:    16304940 kB
Mapped:          18068 kB
Slab:           120500 kB
PageTables:     127636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 179571396 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= 73444 MiB
End job on node149 at 2011-05-28 14:12:41