Trace number 3387396

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
minisat hack: cir_minisat 2011-05-13 (simp)UNSAT 470.868 470.876

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

470.81/470.87	c WARNING: for repeatability, setting FPU to use double precision
470.81/470.87	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-3387396-1305601116/watcher-3387396-1305601116 -o /tmp/evaluation-result-3387396-1305601116/solver-3387396-1305601116 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387396-1305601116.cnf 

running on 4 cores: 0,2,4,6

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.04 2.05 2.14 3/525 4140
/proc/meminfo: memFree=10705028/32951124 swapFree=65586204/67111528
[pid=4140] ppid=4138 vsize=22136 CPUtime=0 cores=0,2,4,6
/proc/4140/stat : 4140 (cir_minisat) R 4138 4140 1905 0 -1 4202496 1323 0 0 0 0 0 0 0 21 0 1 0 750342302 22667264 1266 33554432000 4194304 4300288 140736669695456 18446744073709551615 216734839493 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4140/statm: 5534 1267 218 26 0 2166 0

[startup+0.093193 s]
/proc/loadavg: 2.04 2.05 2.14 3/525 4140
/proc/meminfo: memFree=10705028/32951124 swapFree=65586204/67111528
[pid=4140] ppid=4138 vsize=33460 CPUtime=0.08 cores=0,2,4,6
/proc/4140/stat : 4140 (cir_minisat) R 4138 4140 1905 0 -1 4202496 5544 0 0 0 8 0 0 0 21 0 1 0 750342302 34263040 5025 33554432000 4194304 4300288 140736669695456 18446744073709551615 4277933 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4140/statm: 8365 5026 218 26 0 4997 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 33460

[startup+0.101166 s]
/proc/loadavg: 2.04 2.05 2.14 3/525 4140
/proc/meminfo: memFree=10705028/32951124 swapFree=65586204/67111528
[pid=4140] ppid=4138 vsize=34480 CPUtime=0.09 cores=0,2,4,6
/proc/4140/stat : 4140 (cir_minisat) R 4138 4140 1905 0 -1 4202496 5820 0 0 0 9 0 0 0 21 0 1 0 750342302 35307520 5288 33554432000 4194304 4300288 140736669695456 18446744073709551615 4213967 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4140/statm: 8620 5289 218 26 0 5252 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34480

[startup+0.301162 s]
/proc/loadavg: 2.04 2.05 2.14 3/525 4140
/proc/meminfo: memFree=10705028/32951124 swapFree=65586204/67111528
[pid=4140] ppid=4138 vsize=68176 CPUtime=0.29 cores=0,2,4,6
/proc/4140/stat : 4140 (cir_minisat) R 4138 4140 1905 0 -1 4202496 14454 0 0 0 27 2 0 0 22 0 1 0 750342302 69812224 12562 33554432000 4194304 4300288 140736669695456 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4140/statm: 17044 12562 218 26 0 13676 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68176

[startup+0.701101 s]
/proc/loadavg: 2.04 2.05 2.14 3/525 4140
/proc/meminfo: memFree=10705028/32951124 swapFree=65586204/67111528
[pid=4140] ppid=4138 vsize=77104 CPUtime=0.69 cores=0,2,4,6
/proc/4140/stat : 4140 (cir_minisat) R 4138 4140 1905 0 -1 4202496 18288 0 0 0 67 2 0 0 24 0 1 0 750342302 78954496 15556 33554432000 4194304 4300288 140736669695456 18446744073709551615 4228192 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4140/statm: 19276 15556 222 26 0 15908 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 77104

[startup+1.50095 s]
/proc/loadavg: 2.12 2.06 2.14 4/526 4141
/proc/meminfo: memFree=10613640/32951124 swapFree=65586204/67111528
[pid=4140] ppid=4138 vsize=77376 CPUtime=1.49 cores=0,2,4,6
/proc/4140/stat : 4140 (cir_minisat) R 4138 4140 1905 0 -1 4202496 18313 0 0 0 147 2 0 0 25 0 1 0 750342302 79233024 15581 33554432000 4194304 4300288 140736669695456 18446744073709551615 4228352 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4140/statm: 19344 15581 222 26 0 15976 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77376

[startup+3.10068 s]
/proc/loadavg: 2.12 2.06 2.14 4/526 4141
/proc/meminfo: memFree=10590332/32951124 swapFree=65586204/67111528
[pid=4140] ppid=4138 vsize=72808 CPUtime=3.09 cores=0,2,4,6
/proc/4140/stat : 4140 (cir_minisat) R 4138 4140 1905 0 -1 4202496 22677 0 0 0 306 3 0 0 25 0 1 0 750342302 74555392 13562 33554432000 4194304 4300288 140736669695456 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4140/statm: 18202 13562 243 26 0 14834 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 72808

[startup+6.30107 s]
/proc/loadavg: 2.12 2.06 2.14 4/529 4147
/proc/meminfo: memFree=10286524/32951124 swapFree=65586204/67111528
[pid=4140] ppid=4138 vsize=72808 CPUtime=6.29 cores=0,2,4,6
/proc/4140/stat : 4140 (cir_minisat) R 4138 4140 1905 0 -1 4202496 23130 0 0 0 626 3 0 0 25 0 1 0 750342302 74555392 13991 33554432000 4194304 4300288 140736669695456 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4140/statm: 18202 13991 243 26 0 14834 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 72808

[startup+12.701 s]
/proc/loadavg: 2.41 2.13 2.16 4/529 4147
/proc/meminfo: memFree=10217140/32951124 swapFree=65586204/67111528
[pid=4140] ppid=4138 vsize=72808 CPUtime=12.69 cores=0,2,4,6
/proc/4140/stat : 4140 (cir_minisat) R 4138 4140 1905 0 -1 4202496 23913 0 0 0 1266 3 0 0 25 0 1 0 750342302 74555392 14742 33554432000 4194304 4300288 140736669695456 18446744073709551615 4272232 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4140/statm: 18202 14742 243 26 0 14834 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 72808

[startup+25.5007 s]
/proc/loadavg: 2.58 2.17 2.18 4/529 4147
/proc/meminfo: memFree=10205592/32951124 swapFree=65586204/67111528
[pid=4140] ppid=4138 vsize=85732 CPUtime=25.49 cores=0,2,4,6
/proc/4140/stat : 4140 (cir_minisat) R 4138 4140 1905 0 -1 4202496 25649 0 0 0 2545 4 0 0 25 0 1 0 750342302 87789568 16419 33554432000 4194304 4300288 140736669695456 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4140/statm: 21433 16419 243 26 0 18065 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 85732

[startup+51.1002 s]
/proc/loadavg: 2.72 2.24 2.20 4/529 4148
/proc/meminfo: memFree=10181952/32951124 swapFree=65586204/67111528
[pid=4140] ppid=4138 vsize=108488 CPUtime=51.09 cores=0,2,4,6
/proc/4140/stat : 4140 (cir_minisat) R 4138 4140 1905 0 -1 4202496 29399 0 0 0 5104 5 0 0 25 0 1 0 750342302 111091712 20051 33554432000 4194304 4300288 140736669695456 18446744073709551615 4255976 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4140/statm: 27122 20051 243 26 0 23754 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 108488

[startup+102.32 s]
/proc/loadavg: 2.89 2.36 2.24 4/529 4176
/proc/meminfo: memFree=10543344/32951124 swapFree=65586204/67111528
[pid=4140] ppid=4138 vsize=116300 CPUtime=102.31 cores=0,2,4,6
/proc/4140/stat : 4140 (cir_minisat) R 4138 4140 1905 0 -1 4202496 34587 0 0 0 10224 7 0 0 25 0 1 0 750342302 119091200 25102 33554432000 4194304 4300288 140736669695456 18446744073709551615 4256258 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4140/statm: 29075 25102 243 26 0 25707 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 116300

[startup+162.301 s]
/proc/loadavg: 2.96 2.48 2.29 4/529 4187
/proc/meminfo: memFree=10486492/32951124 swapFree=65586204/67111528
[pid=4140] ppid=4138 vsize=154324 CPUtime=162.29 cores=0,2,4,6
/proc/4140/stat : 4140 (cir_minisat) R 4138 4140 1905 0 -1 4202496 40313 0 0 0 16220 9 0 0 25 0 1 0 750342302 158027776 30670 33554432000 4194304 4300288 140736669695456 18446744073709551615 4255659 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4140/statm: 38581 30670 243 26 0 35213 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 154324

[startup+222.3 s]
/proc/loadavg: 2.98 2.57 2.33 4/529 4189
/proc/meminfo: memFree=10441928/32951124 swapFree=65586204/67111528
[pid=4140] ppid=4138 vsize=159708 CPUtime=222.29 cores=0,2,4,6
/proc/4140/stat : 4140 (cir_minisat) R 4138 4140 1905 0 -1 4202496 44913 0 0 0 22219 10 0 0 25 0 1 0 750342302 163540992 35173 33554432000 4194304 4300288 140736669695456 18446744073709551615 4255713 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4140/statm: 39927 35173 243 26 0 36559 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 159708

[startup+282.301 s]
/proc/loadavg: 2.99 2.64 2.37 4/529 4190
/proc/meminfo: memFree=10408904/32951124 swapFree=65586204/67111528
[pid=4140] ppid=4138 vsize=215712 CPUtime=282.28 cores=0,2,4,6
/proc/4140/stat : 4140 (cir_minisat) R 4138 4140 1905 0 -1 4202496 48939 0 0 0 28216 12 0 0 25 0 1 0 750342302 220889088 39098 33554432000 4194304 4300288 140736669695456 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4140/statm: 53928 39098 243 26 0 50560 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 215712

[startup+342.3 s]
/proc/loadavg: 2.99 2.71 2.40 4/529 4192
/proc/meminfo: memFree=10381224/32951124 swapFree=65586204/67111528
[pid=4140] ppid=4138 vsize=219796 CPUtime=342.28 cores=0,2,4,6
/proc/4140/stat : 4140 (cir_minisat) R 4138 4140 1905 0 -1 4202496 52712 0 0 0 34214 14 0 0 25 0 1 0 750342302 225071104 42749 33554432000 4194304 4300288 140736669695456 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4140/statm: 54949 42749 243 26 0 51581 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 219796

[startup+402.301 s]
/proc/loadavg: 3.09 2.79 2.45 4/529 4193
/proc/meminfo: memFree=10353152/32951124 swapFree=65586204/67111528
[pid=4140] ppid=4138 vsize=224036 CPUtime=402.28 cores=0,2,4,6
/proc/4140/stat : 4140 (cir_minisat) R 4138 4140 1905 0 -1 4202496 55995 0 0 0 40213 15 0 0 25 0 1 0 750342302 229412864 45947 33554432000 4194304 4300288 140736669695456 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4140/statm: 56009 45947 243 26 0 52641 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 224036

[startup+462.3 s]
/proc/loadavg: 3.08 2.84 2.48 4/529 4195
/proc/meminfo: memFree=10315172/32951124 swapFree=65586204/67111528
[pid=4140] ppid=4138 vsize=231092 CPUtime=462.28 cores=0,2,4,6
/proc/4140/stat : 4140 (cir_minisat) R 4138 4140 1905 0 -1 4202496 61277 0 0 0 46210 18 0 0 25 0 1 0 750342302 236638208 51112 33554432000 4194304 4300288 140736669695456 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4140/statm: 57773 51112 243 26 0 54405 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 231092

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

[startup+467.1 s]
/proc/loadavg: 3.07 2.84 2.49 4/529 4195
/proc/meminfo: memFree=10313312/32951124 swapFree=65586204/67111528
[pid=4140] ppid=4138 vsize=231092 CPUtime=467.08 cores=0,2,4,6
/proc/4140/stat : 4140 (cir_minisat) R 4138 4140 1905 0 -1 4202496 61522 0 0 0 46690 18 0 0 25 0 1 0 750342302 236638208 51351 33554432000 4194304 4300288 140736669695456 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4140/statm: 57773 51351 243 26 0 54405 0
Current children cumulated CPU time (s) 467.08
Current children cumulated vsize (KiB) 231092

[startup+468.701 s]
/proc/loadavg: 3.07 2.84 2.49 4/529 4195
/proc/meminfo: memFree=10311948/32951124 swapFree=65586204/67111528
[pid=4140] ppid=4138 vsize=231092 CPUtime=468.68 cores=0,2,4,6
/proc/4140/stat : 4140 (cir_minisat) R 4138 4140 1905 0 -1 4202496 61595 0 0 0 46850 18 0 0 25 0 1 0 750342302 236638208 51422 33554432000 4194304 4300288 140736669695456 18446744073709551615 4255702 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4140/statm: 57773 51422 243 26 0 54405 0
Current children cumulated CPU time (s) 468.68
Current children cumulated vsize (KiB) 231092

[startup+469.501 s]
/proc/loadavg: 3.07 2.84 2.49 4/529 4195
/proc/meminfo: memFree=10311948/32951124 swapFree=65586204/67111528
[pid=4140] ppid=4138 vsize=231092 CPUtime=469.48 cores=0,2,4,6
/proc/4140/stat : 4140 (cir_minisat) R 4138 4140 1905 0 -1 4202496 61646 0 0 0 46930 18 0 0 25 0 1 0 750342302 236638208 51472 33554432000 4194304 4300288 140736669695456 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4140/statm: 57773 51472 243 26 0 54405 0
Current children cumulated CPU time (s) 469.48
Current children cumulated vsize (KiB) 231092

[startup+470.301 s]
/proc/loadavg: 3.07 2.84 2.49 4/529 4195
/proc/meminfo: memFree=10311204/32951124 swapFree=65586204/67111528
[pid=4140] ppid=4138 vsize=231092 CPUtime=470.28 cores=0,2,4,6
/proc/4140/stat : 4140 (cir_minisat) R 4138 4140 1905 0 -1 4202496 61687 0 0 0 47010 18 0 0 25 0 1 0 750342302 236638208 51511 33554432000 4194304 4300288 140736669695456 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4140/statm: 57773 51511 243 26 0 54405 0
Current children cumulated CPU time (s) 470.28
Current children cumulated vsize (KiB) 231092

[startup+470.701 s]
/proc/loadavg: 3.07 2.84 2.49 4/529 4195
/proc/meminfo: memFree=10310708/32951124 swapFree=65586204/67111528
[pid=4140] ppid=4138 vsize=231092 CPUtime=470.69 cores=0,2,4,6
/proc/4140/stat : 4140 (cir_minisat) R 4138 4140 1905 0 -1 4202496 61701 0 0 0 47051 18 0 0 25 0 1 0 750342302 236638208 51525 33554432000 4194304 4300288 140736669695456 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4140/statm: 57773 51525 243 26 0 54405 0
Current children cumulated CPU time (s) 470.69
Current children cumulated vsize (KiB) 231092

[startup+470.82 s]
/proc/loadavg: 3.07 2.84 2.49 4/529 4195
/proc/meminfo: memFree=10310708/32951124 swapFree=65586204/67111528
[pid=4140] ppid=4138 vsize=231092 CPUtime=470.81 cores=0,2,4,6
/proc/4140/stat : 4140 (cir_minisat) R 4138 4140 1905 0 -1 4202496 61706 0 0 0 47062 19 0 0 25 0 1 0 750342302 236638208 51529 33554432000 4194304 4300288 140736669695456 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4140/statm: 57773 51529 243 26 0 54405 0
Current children cumulated CPU time (s) 470.81
Current children cumulated vsize (KiB) 231092

Child status: 20
Real time (s): 470.876
CPU time (s): 470.868
CPU user time (s): 470.667
CPU system time (s): 0.200969
CPU usage (%): 99.9983
Max. virtual memory (cumulated for all children) (KiB): 231092

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

runsolver used 2.54561 second user time and 5.61215 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-17 04:58:36
IDJOB=3387396
IDBENCH=82494
IDSOLVER=1873
FILE ID=node119/3387396-1305601116
RUNJOBID= node119-1305601116-4126
PBS_JOBID= 13350359
Free space on /tmp= 73244 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/manthey/traffic/traffic_fb_unknown.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387396-1305601116/watcher-3387396-1305601116 -o /tmp/evaluation-result-3387396-1305601116/solver-3387396-1305601116 -C 5000 -W 5100 -M 15500  HOME/cir_minisat HOME/instance-3387396-1305601116.cnf

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

MD5SUM BENCH= 2385047c56f7801a7fd110b2ffe2f293
RANDOM SEED=1823085716

node119.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.815
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.63
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.815
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.815
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.815
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.83
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.815
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.67
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.815
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.83
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.815
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.74
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.815
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10705192 kB
Buffers:        328796 kB
Cached:        5353568 kB
SwapCached:       4756 kB
Active:       18191144 kB
Inactive:      3695392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10705192 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:           39916 kB
Writeback:           0 kB
AnonPages:    16202308 kB
Mapped:          41128 kB
Slab:           210568 kB
PageTables:      79500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 164126644 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= 73244 MiB
End job on node119 at 2011-05-17 05:06:27