Trace number 3287530

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
synit_sat 2011-03-03UNSAT 340.766 340.787

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
MD5SUM9059f458d76edcc4dc5681746a6de6e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark265.638
Satisfiable
(Un)Satisfiability was proved
Number of variables88352
Number of clauses262658
Sum of the clauses size612866
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2175104
Number of clauses of size 387552
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c start  0 total 0
0.09/0.17	c Find Units :          2
0.09/0.18	c Find Invs  :          0
0.19/0.22	c Find Ands  :      87988 AvgFaninNum: 2
0.19/0.22	c Find Xors  :          0 AvgFaninNum: nan
0.19/0.23	c Find Ite   :          0
0.19/0.28	c UnDirect variable: 0
0.19/0.28	c UnDirect to Direct Gate: 0
0.19/0.28	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.19/0.29	c Break Cycle : 182
0.19/0.29	c Total Root : 1 Undef Var: 981
0.29/0.34	c After covering, Total Root: 129 Leaf: 981
0.29/0.34	c Variable( cover/uncovered/unused ): 88352 0 0
0.29/0.34	c Unit Clauses: 2
0.29/0.34	c Binary Clauses( cover/uncovered ): 174742 362
0.29/0.34	c Clauses( cover/uncovered ): 87371 181
0.29/0.34	c Total Clauses( cover/uncovered ): 262115 543 99.7933%
0.29/0.34	c Covered Ands: 87371 Invs: 0 Xors: 0 Ites: 0
0.29/0.34	c Uncover Clauses avg size: 2.33333 max size: 3
0.29/0.34	c Final circuit: i/l/o/s     980       0     544     88028
0.29/0.34	c cover rate 99.7933
0.29/0.34	c rocky end  0.33 total 0.33
0.59/0.64	c covering time  0.3 total 0.63
340.67/340.73	c solve time  340.08 total 340.71
340.67/340.73	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: 935)

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-3287530-1303768887/watcher-3287530-1303768887 -o /tmp/evaluation-result-3287530-1303768887/solver-3287530-1303768887 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3287530-1303768887.cnf 1383671541 

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: 2.88 3.74 3.86 5/180 505
/proc/meminfo: memFree=13887808/32950940 swapFree=67111528/67111528
[pid=505] ppid=503 vsize=23624 CPUtime=0 cores=5,7
/proc/505/stat : 505 (synit_sat) R 503 505 452 0 -1 4194304 236 0 0 0 0 0 0 0 20 0 1 0 567119529 24190976 187 33554432000 4194304 4947581 140733205063584 18446744073709551615 215983629803 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/505/statm: 5906 187 153 184 0 768 0

[startup+0.089658 s]
/proc/loadavg: 2.88 3.74 3.86 5/180 505
/proc/meminfo: memFree=13887808/32950940 swapFree=67111528/67111528
[pid=505] ppid=503 vsize=52212 CPUtime=0.08 cores=5,7
/proc/505/stat : 505 (synit_sat) R 503 505 452 0 -1 4202496 7743 0 0 0 8 0 0 0 20 0 1 0 567119529 53465088 7678 33554432000 4194304 4947581 140733205063584 18446744073709551615 4798992 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/505/statm: 13053 7678 376 184 0 7928 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 52212

[startup+0.100657 s]
/proc/loadavg: 2.88 3.74 3.86 5/180 505
/proc/meminfo: memFree=13887808/32950940 swapFree=67111528/67111528
[pid=505] ppid=503 vsize=52212 CPUtime=0.09 cores=5,7
/proc/505/stat : 505 (synit_sat) R 503 505 452 0 -1 4202496 7794 0 0 0 9 0 0 0 20 0 1 0 567119529 53465088 7729 33554432000 4194304 4947581 140733205063584 18446744073709551615 4816140 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/505/statm: 13053 7729 376 184 0 7928 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 52212

[startup+0.300623 s]
/proc/loadavg: 2.88 3.74 3.86 5/180 505
/proc/meminfo: memFree=13887808/32950940 swapFree=67111528/67111528
[pid=505] ppid=503 vsize=71792 CPUtime=0.29 cores=5,7
/proc/505/stat : 505 (synit_sat) R 503 505 452 0 -1 4202496 12357 0 0 0 28 1 0 0 21 0 1 0 567119529 73515008 12292 33554432000 4194304 4947581 140733205063584 18446744073709551615 4761040 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/505/statm: 17948 12292 384 184 0 12823 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71792

[startup+0.700556 s]
/proc/loadavg: 2.88 3.74 3.86 5/180 505
/proc/meminfo: memFree=13887808/32950940 swapFree=67111528/67111528
[pid=505] ppid=503 vsize=99056 CPUtime=0.69 cores=5,7
/proc/505/stat : 505 (synit_sat) R 503 505 452 0 -1 4202496 17457 0 0 0 67 2 0 0 22 0 1 0 567119529 101433344 17362 33554432000 4194304 4947581 140733205063584 18446744073709551615 4399846 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/505/statm: 24764 17362 433 184 0 19639 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 99056

[startup+1.50042 s]
/proc/loadavg: 2.88 3.74 3.86 7/190 523
/proc/meminfo: memFree=13568616/32950940 swapFree=67111528/67111528
[pid=505] ppid=503 vsize=101232 CPUtime=1.49 cores=5,7
/proc/505/stat : 505 (synit_sat) R 503 505 452 0 -1 4202496 18054 0 0 0 147 2 0 0 25 0 1 0 567119529 103661568 17959 33554432000 4194304 4947581 140733205063584 18446744073709551615 4399422 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/505/statm: 25308 17959 438 184 0 20183 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 101232

[startup+3.10013 s]
/proc/loadavg: 2.97 3.74 3.86 6/190 523
/proc/meminfo: memFree=13432960/32950940 swapFree=67111528/67111528
[pid=505] ppid=503 vsize=137932 CPUtime=3.09 cores=5,7
/proc/505/stat : 505 (synit_sat) R 503 505 452 0 -1 4202496 27470 0 0 0 305 4 0 0 25 0 1 0 567119529 141242368 27375 33554432000 4194304 4947581 140733205063584 18446744073709551615 4399475 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/505/statm: 34483 27375 465 184 0 29358 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 137932

[startup+6.30057 s]
/proc/loadavg: 2.97 3.74 3.86 6/190 551
/proc/meminfo: memFree=13357884/32950940 swapFree=67111528/67111528
[pid=505] ppid=503 vsize=149416 CPUtime=6.29 cores=5,7
/proc/505/stat : 505 (synit_sat) R 503 505 452 0 -1 4202496 28469 0 0 0 625 4 0 0 25 0 1 0 567119529 153001984 28374 33554432000 4194304 4947581 140733205063584 18446744073709551615 4346197 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/505/statm: 37354 28374 469 184 0 32229 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 149416

[startup+12.7005 s]
/proc/loadavg: 3.13 3.75 3.86 6/190 551
/proc/meminfo: memFree=13269200/32950940 swapFree=67111528/67111528
[pid=505] ppid=503 vsize=170396 CPUtime=12.69 cores=5,7
/proc/505/stat : 505 (synit_sat) R 503 505 452 0 -1 4202496 32889 0 0 0 1264 5 0 0 25 0 1 0 567119529 174485504 32794 33554432000 4194304 4947581 140733205063584 18446744073709551615 4399226 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/505/statm: 42599 32794 471 184 0 37474 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 170396

[startup+25.5002 s]
/proc/loadavg: 3.26 3.76 3.86 6/190 551
/proc/meminfo: memFree=13194204/32950940 swapFree=67111528/67111528
[pid=505] ppid=503 vsize=194132 CPUtime=25.49 cores=5,7
/proc/505/stat : 505 (synit_sat) R 503 505 452 0 -1 4202496 37227 0 0 0 2543 6 0 0 25 0 1 0 567119529 198791168 37121 33554432000 4194304 4947581 140733205063584 18446744073709551615 4400180 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/505/statm: 48533 37121 471 184 0 43408 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 194132

[startup+51.1007 s]
/proc/loadavg: 3.51 3.78 3.87 6/190 616
/proc/meminfo: memFree=13177996/32950940 swapFree=67111528/67111528
[pid=505] ppid=503 vsize=208000 CPUtime=51.09 cores=5,7
/proc/505/stat : 505 (synit_sat) R 503 505 452 0 -1 4202496 42353 0 0 0 5102 7 0 0 25 0 1 0 567119529 212992000 42229 33554432000 4194304 4947581 140733205063584 18446744073709551615 4399344 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/505/statm: 52000 42229 471 184 0 46875 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 208000

[startup+102.307 s]
/proc/loadavg: 3.80 3.81 3.87 6/190 725
/proc/meminfo: memFree=13093936/32950940 swapFree=67111528/67111528
[pid=505] ppid=503 vsize=248748 CPUtime=102.29 cores=5,7
/proc/505/stat : 505 (synit_sat) R 503 505 452 0 -1 4202496 51383 0 0 0 10219 10 0 0 25 0 1 0 567119529 254717952 51202 33554432000 4194304 4947581 140733205063584 18446744073709551615 4399883 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/505/statm: 62187 51202 471 184 0 57062 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 248748

[startup+162.3 s]
/proc/loadavg: 3.93 3.84 3.88 6/190 782
/proc/meminfo: memFree=12981604/32950940 swapFree=67111528/67111528
[pid=505] ppid=503 vsize=263540 CPUtime=162.28 cores=5,7
/proc/505/stat : 505 (synit_sat) R 503 505 452 0 -1 4202496 57099 0 0 0 16217 11 0 0 25 0 1 0 567119529 269864960 56918 33554432000 4194304 4947581 140733205063584 18446744073709551615 4400152 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/505/statm: 65885 56918 471 184 0 60760 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 263540

[startup+222.301 s]
/proc/loadavg: 3.97 3.87 3.88 6/190 783
/proc/meminfo: memFree=12851212/32950940 swapFree=67111528/67111528
[pid=505] ppid=503 vsize=340072 CPUtime=222.28 cores=5,7
/proc/505/stat : 505 (synit_sat) R 503 505 452 0 -1 4202496 66402 0 0 0 22214 14 0 0 25 0 1 0 567119529 348233728 62890 33554432000 4194304 4947581 140733205063584 18446744073709551615 4399720 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/505/statm: 85018 62890 471 184 0 79893 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 340072

[startup+282.3 s]
/proc/loadavg: 3.99 3.89 3.89 6/190 785
/proc/meminfo: memFree=12801076/32950940 swapFree=67111528/67111528
[pid=505] ppid=503 vsize=355212 CPUtime=282.27 cores=5,7
/proc/505/stat : 505 (synit_sat) R 503 505 452 0 -1 4202496 67310 0 0 0 28213 14 0 0 25 0 1 0 567119529 363737088 63798 33554432000 4194304 4947581 140733205063584 18446744073709551615 4399720 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/505/statm: 88803 63798 471 184 0 83678 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 355212

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

[startup+307.101 s]
/proc/loadavg: 3.99 3.90 3.89 6/190 786
/proc/meminfo: memFree=12793988/32950940 swapFree=67111528/67111528
[pid=505] ppid=503 vsize=355212 CPUtime=307.08 cores=5,7
/proc/505/stat : 505 (synit_sat) R 503 505 452 0 -1 4202496 67943 0 0 0 30693 15 0 0 25 0 1 0 567119529 363737088 64431 33554432000 4194304 4947581 140733205063584 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/505/statm: 88803 64431 471 184 0 83678 0
Current children cumulated CPU time (s) 307.08
Current children cumulated vsize (KiB) 355212

[startup+319.901 s]
/proc/loadavg: 3.99 3.90 3.89 6/190 786
/proc/meminfo: memFree=12786416/32950940 swapFree=67111528/67111528
[pid=505] ppid=503 vsize=355212 CPUtime=319.87 cores=5,7
/proc/505/stat : 505 (synit_sat) R 503 505 452 0 -1 4202496 67943 0 0 0 31972 15 0 0 25 0 1 0 567119529 363737088 64431 33554432000 4194304 4947581 140733205063584 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/505/statm: 88803 64431 471 184 0 83678 0
Current children cumulated CPU time (s) 319.87
Current children cumulated vsize (KiB) 355212

[startup+332.7 s]
/proc/loadavg: 3.99 3.91 3.89 6/190 786
/proc/meminfo: memFree=12778468/32950940 swapFree=67111528/67111528
[pid=505] ppid=503 vsize=355212 CPUtime=332.67 cores=5,7
/proc/505/stat : 505 (synit_sat) R 503 505 452 0 -1 4202496 67943 0 0 0 33252 15 0 0 25 0 1 0 567119529 363737088 64431 33554432000 4194304 4947581 140733205063584 18446744073709551615 4401349 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/505/statm: 88803 64431 471 184 0 83678 0
Current children cumulated CPU time (s) 332.67
Current children cumulated vsize (KiB) 355212

[startup+335.901 s]
/proc/loadavg: 3.99 3.91 3.89 6/190 786
/proc/meminfo: memFree=12767184/32950940 swapFree=67111528/67111528
[pid=505] ppid=503 vsize=355212 CPUtime=335.87 cores=5,7
/proc/505/stat : 505 (synit_sat) R 503 505 452 0 -1 4202496 67944 0 0 0 33572 15 0 0 25 0 1 0 567119529 363737088 64432 33554432000 4194304 4947581 140733205063584 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/505/statm: 88803 64432 471 184 0 83678 0
Current children cumulated CPU time (s) 335.87
Current children cumulated vsize (KiB) 355212

[startup+339.1 s]
/proc/loadavg: 3.99 3.91 3.89 6/190 786
/proc/meminfo: memFree=12763948/32950940 swapFree=67111528/67111528
[pid=505] ppid=503 vsize=355212 CPUtime=339.07 cores=5,7
/proc/505/stat : 505 (synit_sat) R 503 505 452 0 -1 4202496 67944 0 0 0 33892 15 0 0 25 0 1 0 567119529 363737088 64432 33554432000 4194304 4947581 140733205063584 18446744073709551615 4400023 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/505/statm: 88803 64432 471 184 0 83678 0
Current children cumulated CPU time (s) 339.07
Current children cumulated vsize (KiB) 355212

[startup+339.907 s]
/proc/loadavg: 3.99 3.91 3.89 6/190 787
/proc/meminfo: memFree=12763072/32950940 swapFree=67111528/67111528
[pid=505] ppid=503 vsize=355212 CPUtime=339.88 cores=5,7
/proc/505/stat : 505 (synit_sat) R 503 505 452 0 -1 4202496 67944 0 0 0 33973 15 0 0 25 0 1 0 567119529 363737088 64432 33554432000 4194304 4947581 140733205063584 18446744073709551615 4399340 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/505/statm: 88803 64432 471 184 0 83678 0
Current children cumulated CPU time (s) 339.88
Current children cumulated vsize (KiB) 355212

[startup+340.3 s]
/proc/loadavg: 3.99 3.91 3.89 6/190 787
/proc/meminfo: memFree=12763072/32950940 swapFree=67111528/67111528
[pid=505] ppid=503 vsize=355212 CPUtime=340.27 cores=5,7
/proc/505/stat : 505 (synit_sat) R 503 505 452 0 -1 4202496 67944 0 0 0 34012 15 0 0 25 0 1 0 567119529 363737088 64432 33554432000 4194304 4947581 140733205063584 18446744073709551615 4401200 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/505/statm: 88803 64432 471 184 0 83678 0
Current children cumulated CPU time (s) 340.27
Current children cumulated vsize (KiB) 355212

[startup+340.701 s]
/proc/loadavg: 3.99 3.91 3.89 6/190 787
/proc/meminfo: memFree=12763072/32950940 swapFree=67111528/67111528
[pid=505] ppid=503 vsize=355212 CPUtime=340.67 cores=5,7
/proc/505/stat : 505 (synit_sat) R 503 505 452 0 -1 4202496 67944 0 0 0 34052 15 0 0 25 0 1 0 567119529 363737088 64432 33554432000 4194304 4947581 140733205063584 18446744073709551615 4398610 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/505/statm: 88803 64432 471 184 0 83678 0
Current children cumulated CPU time (s) 340.67
Current children cumulated vsize (KiB) 355212

Child status: 0
Real time (s): 340.787
CPU time (s): 340.766
CPU user time (s): 340.602
CPU system time (s): 0.163975
CPU usage (%): 99.9938
Max. virtual memory (cumulated for all children) (KiB): 355212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 340.602
system time used= 0.163975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67949
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= 8
involuntary context switches= 485

runsolver used 0.536918 second user time and 1.3198 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-26 00:01:28
IDJOB=3287530
IDBENCH=82469
IDSOLVER=1571
FILE ID=node117/3287530-1303768887
RUNJOBID= node117-1303768887-483
PBS_JOBID= 13157164
Free space on /tmp= 71524 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3287530-1303768887/watcher-3287530-1303768887 -o /tmp/evaluation-result-3287530-1303768887/solver-3287530-1303768887 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3287530-1303768887.cnf 1383671541

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

MD5SUM BENCH= 9059f458d76edcc4dc5681746a6de6e5
RANDOM SEED=1383671541

node117.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.849
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.849
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.849
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.849
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.849
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.75
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.849
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.74
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.849
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.75
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      13888220 kB
Buffers:       2322764 kB
Cached:       16109720 kB
SwapCached:          0 kB
Active:       10518616 kB
Inactive:      7982904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      13888220 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           17000 kB
Writeback:           0 kB
AnonPages:       67660 kB
Mapped:          14824 kB
Slab:           494180 kB
PageTables:       4612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   206164 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= 71500 MiB
End job on node117 at 2011-04-26 00:07:08