Trace number 3385740

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
borg-sat 11.03.02-par-random (fixed)UNSAT 2.79557 1.20331

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v250-c1065-S671776549-007.UNKNOWN.cnf
MD5SUM4d03caf8d8c1d1c9a2cc6f8b0ebca92b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.264959
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses1065
Sum of the clauses size3195
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31065
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.35/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.67	c INFO: solving HOME/instance-3385740-1305572775.cnf
0.35/0.67	c INFO: computing task features
0.35/0.67	c INFO: computed variable-clause graph statistics
0.35/0.67	c INFO: computed clause balance statistics
0.35/0.70	c INFO: computed variable balance statistics
0.42/0.71	c INFO: computed small-clause counts
0.42/0.71	c INFO: computed Horn-clause counts
0.42/0.71	c INFO: computed variable graph statistics
0.42/0.71	c INFO: collected features for HOME/instance-3385740-1305572775.cnf in 0.04 s
0.42/0.75	c INFO: running TNM@0 for 97 with 4999 remaining (b = 0.55)
0.42/0.78	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.32)
0.52/0.81	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.22)
0.52/0.84	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.15)
0.52/0.87	c INFO: running hybridGM3@0 for 97 with 4999 remaining (b = 0.07)
0.62/0.90	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.26)
0.62/0.93	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.23)
0.62/0.97	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.20)
2.34/1.17	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-3385740-1305572775/watcher-3385740-1305572775 -o /tmp/evaluation-result-3385740-1305572775/solver-3385740-1305572775 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385740-1305572775.cnf -seed 242786953 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0 s]
/proc/loadavg: 10.69 10.34 10.17 3/487 4939
/proc/meminfo: memFree=19279076/32950928 swapFree=38710912/67111528
[pid=4939] ppid=4937 vsize=15384 CPUtime=0 cores=0-7
/proc/4939/stat : 4939 (python) R 4937 4939 3915 0 -1 4202496 811 0 0 0 0 0 0 0 17 0 1 0 747508226 15753216 698 33554432000 4194304 5683644 140736162567888 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4939/statm: 3846 698 334 364 0 333 0

[startup+0.0988889 s]
/proc/loadavg: 10.69 10.34 10.17 3/487 4939
/proc/meminfo: memFree=19279076/32950928 swapFree=38710912/67111528
[pid=4939] ppid=4937 vsize=87704 CPUtime=0.05 cores=0-7
/proc/4939/stat : 4939 (python) R 4937 4939 3915 0 -1 4202496 2637 0 0 0 4 1 0 0 17 0 1 0 747508226 89808896 2354 33554432000 4194304 5683644 140736162567888 18446744073709551615 251367544832 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4939/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87704

[startup+0.100897 s]
/proc/loadavg: 10.69 10.34 10.17 3/487 4939
/proc/meminfo: memFree=19279076/32950928 swapFree=38710912/67111528
[pid=4939] ppid=4937 vsize=93960 CPUtime=0.05 cores=0-7
/proc/4939/stat : 4939 (python) R 4937 4939 3915 0 -1 4202496 2691 0 0 0 4 1 0 0 17 0 1 0 747508226 96215040 2407 33554432000 4194304 5683644 140736162567888 18446744073709551615 47619606239008 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4939/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93960

[startup+0.300855 s]
/proc/loadavg: 10.69 10.34 10.17 3/487 4939
/proc/meminfo: memFree=19279076/32950928 swapFree=38710912/67111528
[pid=4939] ppid=4937 vsize=135748 CPUtime=0.17 cores=0-7
/proc/4939/stat : 4939 (python) R 4937 4939 3915 0 -1 4202496 5964 934 1 0 13 4 0 0 17 0 1 0 747508226 139005952 4151 33554432000 4194304 5683644 140736162567888 18446744073709551615 4533110 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/4939/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.700775 s]
/proc/loadavg: 10.69 10.34 10.17 3/487 4939
/proc/meminfo: memFree=19279076/32950928 swapFree=38710912/67111528
[pid=4939] ppid=4937 vsize=278124 CPUtime=0.42 cores=0-7
/proc/4939/stat : 4939 (python) R 4937 4939 3915 0 -1 4202496 9262 934 1 0 32 10 0 0 15 0 1 0 747508226 284798976 6930 33554432000 4194304 5683644 140736162567888 18446744073709551615 4314432 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/4939/statm: 69531 6930 1827 364 0 5455 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 278124

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

[startup+1.11963 s]
/proc/loadavg: 10.69 10.34 10.17 12/512 4968
/proc/meminfo: memFree=19207888/32950928 swapFree=38710912/67111528
[pid=4939] ppid=4937 vsize=426008 CPUtime=0.69 cores=0-7
/proc/4939/stat : 4939 (python) S 4937 4939 3915 0 -1 4202496 15136 934 1 0 58 11 0 0 24 0 9 0 747508226 436232192 7261 33554432000 4194304 5683644 140736162567888 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4939/statm: 106502 7261 1889 364 0 42399 0
[pid=4945] ppid=4939 vsize=278436 CPUtime=0 cores=0-7
/proc/4945/stat : 4945 (python) S 4939 4939 3915 0 -1 4202560 711 0 0 0 0 0 0 0 18 0 1 0 747508302 285118464 5532 33554432000 4194304 5683644 140736162567888 18446744073709551615 251367566863 0 0 16781312 514 17827676150613147647 0 0 17 0 0 0 0
/proc/4945/statm: 69609 5532 347 364 0 5527 0
[pid=4947] ppid=4945 vsize=454880 CPUtime=0.34 cores=0-7
/proc/4947/stat : 4947 (TNM) R 4945 4947 4947 0 -1 4202496 398 0 0 0 34 0 0 0 20 0 1 0 747508302 465797120 135 33554432000 134512640 135008748 4289572704 18446744073709551615 134527228 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/4947/statm: 113720 135 46 122 0 112620 0
[pid=4948] ppid=4939 vsize=354228 CPUtime=0.06 cores=0-7
/proc/4948/stat : 4948 (python) R 4939 4939 3915 0 -1 4202560 709 0 0 0 5 1 0 0 17 0 1 0 747508305 362729472 5710 33554432000 4194304 5683644 140736162567888 18446744073709551615 251379376959 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/4948/statm: 88557 5710 348 364 0 24472 0
[pid=4950] ppid=4948 vsize=0 CPUtime=0.26 cores=0-7
/proc/4950/stat : 4950 (march_hi) R 4948 4950 4950 0 -1 4202500 473 0 0 0 26 0 0 0 21 0 1 0 747508305 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/4950/statm: 0 0 0 0 0 0 0
[pid=4951] ppid=4939 vsize=364484 CPUtime=0.01 cores=0-7
/proc/4951/stat : 4951 (python) R 4939 4939 3915 0 -1 4202560 720 0 0 0 1 0 0 0 19 0 1 0 747508308 373231616 5676 33554432000 4194304 5683644 140736162567888 18446744073709551615 251367566918 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/4951/statm: 91121 5676 348 364 0 27033 0
[pid=4953] ppid=4951 vsize=0 CPUtime=0.27 cores=0-7
/proc/4953/stat : 4953 (march_hi) R 4951 4953 4953 0 -1 4202500 474 0 0 0 27 0 0 0 24 0 1 0 747508308 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/4953/statm: 0 0 0 0 0 0 0
[pid=4954] ppid=4939 vsize=374740 CPUtime=0 cores=0-7
/proc/4954/stat : 4954 (python) S 4939 4939 3915 0 -1 4202560 724 0 0 0 0 0 0 0 22 0 1 0 747508311 383733760 5698 33554432000 4194304 5683644 140736162567888 18446744073709551615 251367566918 0 0 16781312 514 17328114142044717316 0 0 17 6 0 0 0
/proc/4954/statm: 93685 5698 348 364 0 29594 0
[pid=4956] ppid=4954 vsize=1584 CPUtime=0.25 cores=0-7
/proc/4956/stat : 4956 (march_hi) R 4954 4956 4956 0 -1 4202496 476 0 0 0 25 0 0 0 25 0 1 0 747508311 1622016 220 33554432000 4194304 4955518 140736179787744 18446744073709551615 4238735 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/4956/statm: 396 220 104 186 0 209 0
[pid=4957] ppid=4939 vsize=384996 CPUtime=0 cores=0-7
/proc/4957/stat : 4957 (python) S 4939 4939 3915 0 -1 4202560 731 0 0 0 0 0 0 0 19 0 1 0 747508314 394235904 5702 33554432000 4194304 5683644 140736162567888 18446744073709551615 251367566918 0 0 16781312 514 10551876756619395071 0 0 17 1 0 0 0
/proc/4957/statm: 96249 5702 348 364 0 32155 0
[pid=4959] ppid=4957 vsize=268540 CPUtime=0.21 cores=0-7
/proc/4959/stat : 4959 (hybridGM3) R 4957 4959 4959 0 -1 4202496 4875 0 0 0 21 0 0 0 21 0 1 0 747508316 274984960 4615 33554432000 134512640 135204385 4293195472 18446744073709551615 134712501 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4959/statm: 67135 4615 85 169 0 66965 0
[pid=4960] ppid=4939 vsize=395252 CPUtime=0 cores=0-7
/proc/4960/stat : 4960 (python) S 4939 4939 3915 0 -1 4202560 749 0 0 0 0 0 0 0 19 0 1 0 747508317 404738048 5723 33554432000 4194304 5683644 140736162567888 18446744073709551615 251367566918 0 0 16781312 514 11233490402956771586 0 0 17 4 0 0 0
/proc/4960/statm: 98813 5723 348 364 0 34716 0
[pid=4962] ppid=4960 vsize=1448 CPUtime=0.14 cores=0-7
/proc/4962/stat : 4962 (march_hi) R 4960 4962 4962 0 -1 4202496 474 0 0 0 14 0 0 0 22 0 1 0 747508319 1482752 216 33554432000 4194304 4955518 140733861027136 18446744073709551615 4299850 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/4962/statm: 362 216 104 186 0 175 0
[pid=4963] ppid=4939 vsize=405508 CPUtime=0 cores=0-7
/proc/4963/stat : 4963 (python) S 4939 4939 3915 0 -1 4202560 752 0 0 0 0 0 0 0 20 0 1 0 747508320 415240192 5727 33554432000 4194304 5683644 140736162567888 18446744073709551615 251367566918 0 0 16781312 514 14774564357232623873 0 0 17 4 0 0 0
/proc/4963/statm: 101377 5727 348 364 0 37277 0
[pid=4965] ppid=4963 vsize=1448 CPUtime=0.1 cores=0-7
/proc/4965/stat : 4965 (march_hi) R 4963 4965 4965 0 -1 4202496 474 0 0 0 10 0 0 0 23 0 1 0 747508322 1482752 215 33554432000 4194304 4955518 140734338945984 18446744073709551615 4209730 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/4965/statm: 362 215 104 186 0 175 0
[pid=4966] ppid=4939 vsize=415764 CPUtime=0 cores=0-7
/proc/4966/stat : 4966 (python) S 4939 4939 3915 0 -1 4202560 778 0 0 0 0 0 0 0 24 0 1 0 747508323 425742336 5722 33554432000 4194304 5683644 140736162567888 18446744073709551615 251367566918 0 0 16781312 514 17758651834278346751 0 0 17 4 0 0 0
/proc/4966/statm: 103941 5722 354 364 0 39838 0
[pid=4968] ppid=4966 vsize=1448 CPUtime=0.01 cores=0-7
/proc/4968/stat : 4968 (march_hi) R 4966 4968 4968 0 -1 4202496 472 0 0 0 1 0 0 0 25 0 1 0 747508324 1482752 209 33554432000 4194304 4955518 140736321610112 18446744073709551615 4346490 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/4968/statm: 362 209 104 186 0 175 0
[pid=4939/tid=4946] ppid=4937 vsize=426008 CPUtime=0 cores=0-7
/proc/4939/task/4946/stat : 4946 (python) S 4937 4939 3915 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 9 0 747508302 436232192 7261 33554432000 4194304 5683644 140736162567888 18446744073709551615 251379370417 0 0 16781312 2 18446604444373225600 0 0 -1 1 0 0 0
[pid=4939/tid=4949] ppid=4937 vsize=426008 CPUtime=0 cores=0-7
/proc/4939/task/4949/stat : 4949 (python) S 4937 4939 3915 0 -1 4202560 72 934 0 0 0 0 0 0 20 0 9 0 747508305 436232192 7261 33554432000 4194304 5683644 140736162567888 18446744073709551615 251379370417 0 0 16781312 2 18446604444373225600 0 0 -1 0 0 0 0
[pid=4939/tid=4952] ppid=4937 vsize=426008 CPUtime=0 cores=0-7
/proc/4939/task/4952/stat : 4952 (python) S 4937 4939 3915 0 -1 4202560 27 934 0 0 0 0 0 0 21 0 9 0 747508308 436232192 7261 33554432000 4194304 5683644 140736162567888 18446744073709551615 251379370417 0 0 16781312 2 18446604444373225600 0 0 -1 0 0 0 0
[pid=4939/tid=4955] ppid=4937 vsize=426008 CPUtime=0 cores=0-7
/proc/4939/task/4955/stat : 4955 (python) S 4937 4939 3915 0 -1 4202560 29 934 0 0 0 0 0 0 22 0 9 0 747508311 436232192 7261 33554432000 4194304 5683644 140736162567888 18446744073709551615 251379370417 0 0 16781312 2 18446604444373225600 0 0 -1 7 0 0 0
[pid=4939/tid=4958] ppid=4937 vsize=426008 CPUtime=0 cores=0-7
/proc/4939/task/4958/stat : 4958 (python) S 4937 4939 3915 0 -1 4202560 34 934 0 0 0 0 0 0 19 0 9 0 747508314 436232192 7261 33554432000 4194304 5683644 140736162567888 18446744073709551615 251379370417 0 0 16781312 2 18446604444373225600 0 0 -1 4 0 0 0
[pid=4939/tid=4961] ppid=4937 vsize=426008 CPUtime=0 cores=0-7
/proc/4939/task/4961/stat : 4961 (python) S 4937 4939 3915 0 -1 4202560 35 934 0 0 0 0 0 0 20 0 9 0 747508317 436232192 7261 33554432000 4194304 5683644 140736162567888 18446744073709551615 251379370417 0 0 16781312 2 18446604444373225600 0 0 -1 4 0 0 0
[pid=4939/tid=4964] ppid=4937 vsize=426008 CPUtime=0 cores=0-7
/proc/4939/task/4964/stat : 4964 (python) S 4937 4939 3915 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 9 0 747508320 436232192 7261 33554432000 4194304 5683644 140736162567888 18446744073709551615 251379370417 0 0 16781312 2 18446604444373225600 0 0 -1 4 0 0 0
[pid=4939/tid=4967] ppid=4937 vsize=426008 CPUtime=0 cores=0-7
/proc/4939/task/4967/stat : 4967 (python) S 4937 4939 3915 0 -1 4202560 34 934 0 0 0 0 0 0 25 0 9 0 747508324 436232192 7261 33554432000 4194304 5683644 140736162567888 18446744073709551615 251379370417 0 0 16781312 2 18446604444373225600 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 4128764

[startup+1.20169 s]
/proc/loadavg: 10.69 10.34 10.17 12/512 4968
/proc/meminfo: memFree=19207888/32950928 swapFree=38710912/67111528
[pid=4939] ppid=4937 vsize=0 CPUtime=2.77 cores=0-7
/proc/4939/stat : 4939 (python) Z 4937 4939 3915 0 -1 4202524 19529 16136 1 0 59 12 200 6 17 0 2 0 747508226 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/4939/statm: 0 0 0 0 0 0 0
[pid=4939/tid=4952] ppid=4937 vsize=0 CPUtime=2.06 cores=0-7
/proc/4939/task/4952/stat : 4952 (python) R 4937 4939 3915 0 -1 4203588 28 16136 0 0 0 0 200 6 18 0 2 0 747508308 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1.20331
CPU time (s): 2.79557
CPU user time (s): 2.6086
CPU system time (s): 0.186971
CPU usage (%): 232.324
Max. virtual memory (cumulated for all children) (KiB): 4547020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.6086
system time used= 0.186971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35665
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3474
involuntary context switches= 419

runsolver used 0.005999 second user time and 0.032994 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-16 21:06:15
IDJOB=3385740
IDBENCH=83005
IDSOLVER=1870
FILE ID=node113/3385740-1305572775
RUNJOBID= node113-1305564965-3929
PBS_JOBID= 13350137
Free space on /tmp= 73412 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v250-c1065-S671776549-007.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385740-1305572775/watcher-3385740-1305572775 -o /tmp/evaluation-result-3385740-1305572775/solver-3385740-1305572775 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385740-1305572775.cnf -seed 242786953 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 4d03caf8d8c1d1c9a2cc6f8b0ebca92b
RANDOM SEED=242786953

node113.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.846
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.69
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.846
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.76
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.846
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.846
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.846
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.74
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.846
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.846
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.83
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.846
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:     32950928 kB
MemFree:      19279480 kB
Buffers:        304780 kB
Cached:        3974400 kB
SwapCached:      93692 kB
Active:        5744968 kB
Inactive:      7608356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19279480 kB
SwapTotal:    67111528 kB
SwapFree:     38710912 kB
Dirty:           32076 kB
Writeback:           0 kB
AnonPages:     8992640 kB
Mapped:          25076 kB
Slab:           129064 kB
PageTables:     115428 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 155059724 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= 73380 MiB
End job on node113 at 2011-05-16 21:06:17