Trace number 3384287

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)UNSAT 87.9876 87.9863

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor032.cnf
MD5SUMe1a6f3a7c69cc7fbec84aac478eb151a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark53.2849
Satisfiable
(Un)Satisfiability was proved
Number of variables13240
Number of clauses39143
Sum of the clauses size91331
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 226094
Number of clauses of size 313047
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 Set FPU double precision.
0.00/0.02	c Parse Cnf success: #var: 13240 #clause: 39143
0.00/0.02	c Find Units :          2
0.00/0.02	c Find Invs  :          0
0.00/0.02	c Find Ands  :      13047 AvgFaninNum: 2
0.00/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.02	c Find Ite   :          0
0.00/0.03	c UnDirect variable: 0
0.00/0.03	c UnDirect to Direct Gate: 0
0.00/0.03	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.03	c Break Cycle : 0
0.00/0.03	c Total Root : 1 Undef Var: 193
0.00/0.04	c After covering, Total Root: 1 Leaf: 193
0.00/0.04	c Variable( cover/uncovered/unused ): 13240 0 0
0.00/0.04	c Unit Clauses: 2
0.00/0.04	c Binary Clauses( cover/uncovered ): 26094 0
0.00/0.04	c Clauses( cover/uncovered ): 13047 0
0.00/0.04	c Total Clauses( cover/uncovered ): 39143 0 100%
0.00/0.04	c Covered Ands: 13047 Invs: 0 Xors: 0 Ites: 0
0.00/0.04	c Uncover Clauses avg size: nan max size: 0
0.00/0.04	c Final circuit: i/l/o/s     192       0       1     13047
0.00/0.04	c CnfToAig: Time: 0.03 s
0.00/0.09	c TmMap: Set choices finish.
0.00/0.09	c TmMap: Set big and: 1087
0.00/0.09	c TmMap: Origin: 13240 ClauseNum: 39141 --> New: 4537 ClauseNum: 19685
0.00/0.09	c TmMap: Time: 0.01
0.09/0.16	c Simulation --> TransNum: 16421/19685 Try to Add: #clause: 14382 #xorclause: 0
0.09/0.17	c #var: 4525 #clauses: 15261 Solving... 
0.39/0.45	c Abstract SAT
0.39/0.46	c Simulation --> TransNum: 18989/19685 Try to Add: #clause: 8 #xorclause: 0
0.39/0.46	c #var: 4529 #clauses: 11433 Solving... 
0.39/0.47	c Abstract SAT
0.39/0.47	c Simulation --> TransNum: 19292/19685 Try to Add: #clause: 281 #xorclause: 0
0.39/0.47	c #var: 4532 #clauses: 11780 Solving... 
0.49/0.53	c Abstract SAT
0.49/0.53	c Simulation --> TransNum: 19685/19685 Try to Add: #clause: 376 #xorclause: 0
0.49/0.53	c #var: 4535 #clauses: 12311 Solving... 
87.90/87.97	s UNSATISFIABLE
87.90/87.98	c CPU time: 87.98 s

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3384287-1305540805/watcher-3384287-1305540805 -o /tmp/evaluation-result-3384287-1305540805/solver-3384287-1305540805 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384287-1305540805.cnf 224962867 

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.00 1.74 0.96 2/361 1050
/proc/meminfo: memFree=13177152/32951124 swapFree=54427468/67111528
[pid=1050] ppid=1048 vsize=28644 CPUtime=0 cores=1,3,5,7
/proc/1050/stat : 1050 (qutersat_releas) R 1048 1050 937 0 -1 4202496 736 0 0 0 0 0 0 0 25 0 1 0 665678459 29331456 673 33554432000 4194304 6014671 140736961900832 18446744073709551615 228122407995 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1050/statm: 7161 686 290 445 0 706 0

[startup+0.100592 s]
/proc/loadavg: 2.00 1.74 0.96 2/361 1050
/proc/meminfo: memFree=13177152/32951124 swapFree=54427468/67111528
[pid=1050] ppid=1048 vsize=45676 CPUtime=0.09 cores=1,3,5,7
/proc/1050/stat : 1050 (qutersat_releas) R 1048 1050 937 0 -1 4202496 5369 0 0 0 9 0 0 0 25 0 1 0 665678459 46772224 5306 33554432000 4194304 6014671 140736961900832 18446744073709551615 4808181 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1050/statm: 11419 5306 670 445 0 4964 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45676

[startup+0.200562 s]
/proc/loadavg: 2.00 1.74 0.96 2/361 1050
/proc/meminfo: memFree=13177152/32951124 swapFree=54427468/67111528
[pid=1050] ppid=1048 vsize=53880 CPUtime=0.19 cores=1,3,5,7
/proc/1050/stat : 1050 (qutersat_releas) R 1048 1050 937 0 -1 4202496 5560 0 0 0 19 0 0 0 25 0 1 0 665678459 55173120 5497 33554432000 4194304 6014671 140736961900832 18446744073709551615 4423613 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1050/statm: 13470 5497 696 445 0 7015 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 53880

[startup+0.300543 s]
/proc/loadavg: 2.00 1.74 0.96 2/361 1050
/proc/meminfo: memFree=13177152/32951124 swapFree=54427468/67111528
[pid=1050] ppid=1048 vsize=53880 CPUtime=0.29 cores=1,3,5,7
/proc/1050/stat : 1050 (qutersat_releas) R 1048 1050 937 0 -1 4202496 5564 0 0 0 29 0 0 0 25 0 1 0 665678459 55173120 5501 33554432000 4194304 6014671 140736961900832 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1050/statm: 13470 5501 700 445 0 7015 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53880

[startup+0.700471 s]
/proc/loadavg: 2.00 1.74 0.96 2/361 1050
/proc/meminfo: memFree=13177152/32951124 swapFree=54427468/67111528
[pid=1050] ppid=1048 vsize=72336 CPUtime=0.69 cores=1,3,5,7
/proc/1050/stat : 1050 (qutersat_releas) R 1048 1050 937 0 -1 4202496 6301 0 0 0 69 0 0 0 25 0 1 0 665678459 74072064 6238 33554432000 4194304 6014671 140736961900832 18446744073709551615 4423722 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1050/statm: 18084 6238 729 445 0 11629 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 72336

[startup+1.50032 s]
/proc/loadavg: 2.00 1.74 0.97 3/362 1051
/proc/meminfo: memFree=13153344/32951124 swapFree=54427468/67111528
[pid=1050] ppid=1048 vsize=81048 CPUtime=1.49 cores=1,3,5,7
/proc/1050/stat : 1050 (qutersat_releas) R 1048 1050 937 0 -1 4202496 6568 0 0 0 149 0 0 0 25 0 1 0 665678459 82993152 6505 33554432000 4194304 6014671 140736961900832 18446744073709551615 4378875 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1050/statm: 20262 6505 729 445 0 13807 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 81048

[startup+3.10103 s]
/proc/loadavg: 2.00 1.74 0.97 3/362 1051
/proc/meminfo: memFree=13150988/32951124 swapFree=54427468/67111528
[pid=1050] ppid=1048 vsize=89940 CPUtime=3.09 cores=1,3,5,7
/proc/1050/stat : 1050 (qutersat_releas) R 1048 1050 937 0 -1 4202496 8409 0 0 0 309 0 0 0 25 0 1 0 665678459 92098560 8344 33554432000 4194304 6014671 140736961900832 18446744073709551615 4423472 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1050/statm: 22485 8344 730 445 0 16030 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 89940

[startup+6.30046 s]
/proc/loadavg: 2.00 1.74 0.97 3/362 1051
/proc/meminfo: memFree=13142672/32951124 swapFree=54427468/67111528
[pid=1050] ppid=1048 vsize=89940 CPUtime=6.29 cores=1,3,5,7
/proc/1050/stat : 1050 (qutersat_releas) R 1048 1050 937 0 -1 4202496 9010 0 0 0 629 0 0 0 25 0 1 0 665678459 92098560 8945 33554432000 4194304 6014671 140736961900832 18446744073709551615 4383500 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1050/statm: 22485 8945 730 445 0 16030 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 89940

[startup+12.7003 s]
/proc/loadavg: 2.00 1.75 0.98 3/362 1051
/proc/meminfo: memFree=13135432/32951124 swapFree=54427468/67111528
[pid=1050] ppid=1048 vsize=99160 CPUtime=12.69 cores=1,3,5,7
/proc/1050/stat : 1050 (qutersat_releas) R 1048 1050 937 0 -1 4202496 11081 0 0 0 1269 0 0 0 25 0 1 0 665678459 101539840 11016 33554432000 4194304 6014671 140736961900832 18446744073709551615 4425208 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1050/statm: 24790 11016 730 445 0 18335 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 99160

[startup+25.501 s]
/proc/loadavg: 2.00 1.76 0.99 3/362 1052
/proc/meminfo: memFree=13125116/32951124 swapFree=54427468/67111528
[pid=1050] ppid=1048 vsize=108524 CPUtime=25.49 cores=1,3,5,7
/proc/1050/stat : 1050 (qutersat_releas) R 1048 1050 937 0 -1 4202496 13624 0 0 0 2549 0 0 0 25 0 1 0 665678459 111128576 13526 33554432000 4194304 6014671 140736961900832 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1050/statm: 27131 13526 730 445 0 20676 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 108524

[startup+51.1003 s]
/proc/loadavg: 2.00 1.77 1.02 3/362 1052
/proc/meminfo: memFree=13114668/32951124 swapFree=54427468/67111528
[pid=1050] ppid=1048 vsize=108652 CPUtime=51.09 cores=1,3,5,7
/proc/1050/stat : 1050 (qutersat_releas) R 1048 1050 937 0 -1 4202496 15955 0 0 0 5108 1 0 0 25 0 1 0 665678459 111259648 15857 33554432000 4194304 6014671 140736961900832 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1050/statm: 27163 15857 730 445 0 20708 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 108652

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

[startup+51.2003 s]
/proc/loadavg: 2.00 1.77 1.02 3/362 1052
/proc/meminfo: memFree=13114668/32951124 swapFree=54427468/67111528
[pid=1050] ppid=1048 vsize=108652 CPUtime=51.19 cores=1,3,5,7
/proc/1050/stat : 1050 (qutersat_releas) R 1048 1050 937 0 -1 4202496 15955 0 0 0 5118 1 0 0 25 0 1 0 665678459 111259648 15857 33554432000 4194304 6014671 140736961900832 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1050/statm: 27163 15857 730 445 0 20708 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 108652

[startup+64.001 s]
/proc/loadavg: 2.00 1.79 1.03 3/362 1053
/proc/meminfo: memFree=13098416/32951124 swapFree=54427468/67111528
[pid=1050] ppid=1048 vsize=119568 CPUtime=64 cores=1,3,5,7
/proc/1050/stat : 1050 (qutersat_releas) R 1048 1050 937 0 -1 4202496 20066 0 0 0 6398 2 0 0 25 0 1 0 665678459 122437632 19954 33554432000 4194304 6014671 140736961900832 18446744073709551615 4423369 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1050/statm: 29892 19954 731 445 0 23437 0
Current children cumulated CPU time (s) 64
Current children cumulated vsize (KiB) 119568

[startup+76.8006 s]
/proc/loadavg: 2.00 1.80 1.04 3/362 1053
/proc/meminfo: memFree=13096804/32951124 swapFree=54427468/67111528
[pid=1050] ppid=1048 vsize=130728 CPUtime=76.8 cores=1,3,5,7
/proc/1050/stat : 1050 (qutersat_releas) R 1048 1050 937 0 -1 4202496 20449 0 0 0 7678 2 0 0 25 0 1 0 665678459 133865472 20337 33554432000 4194304 6014671 140736961900832 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1050/statm: 32682 20337 731 445 0 26227 0
Current children cumulated CPU time (s) 76.8
Current children cumulated vsize (KiB) 130728

[startup+83.2005 s]
/proc/loadavg: 2.00 1.80 1.05 3/362 1053
/proc/meminfo: memFree=13094200/32951124 swapFree=54427468/67111528
[pid=1050] ppid=1048 vsize=130728 CPUtime=83.2 cores=1,3,5,7
/proc/1050/stat : 1050 (qutersat_releas) R 1048 1050 937 0 -1 4202496 20449 0 0 0 8318 2 0 0 25 0 1 0 665678459 133865472 20337 33554432000 4194304 6014671 140736961900832 18446744073709551615 4425388 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1050/statm: 32682 20337 731 445 0 26227 0
Current children cumulated CPU time (s) 83.2
Current children cumulated vsize (KiB) 130728

[startup+86.4009 s]
/proc/loadavg: 2.00 1.80 1.05 3/362 1053
/proc/meminfo: memFree=13093704/32951124 swapFree=54427468/67111528
[pid=1050] ppid=1048 vsize=130728 CPUtime=86.4 cores=1,3,5,7
/proc/1050/stat : 1050 (qutersat_releas) R 1048 1050 937 0 -1 4202496 20453 0 0 0 8638 2 0 0 25 0 1 0 665678459 133865472 20341 33554432000 4194304 6014671 140736961900832 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1050/statm: 32682 20341 731 445 0 26227 0
Current children cumulated CPU time (s) 86.4
Current children cumulated vsize (KiB) 130728

[startup+87.2007 s]
/proc/loadavg: 2.00 1.80 1.05 3/362 1053
/proc/meminfo: memFree=13093324/32951124 swapFree=54427468/67111528
[pid=1050] ppid=1048 vsize=130728 CPUtime=87.2 cores=1,3,5,7
/proc/1050/stat : 1050 (qutersat_releas) R 1048 1050 937 0 -1 4202496 20544 0 0 0 8718 2 0 0 25 0 1 0 665678459 133865472 20432 33554432000 4194304 6014671 140736961900832 18446744073709551615 4383521 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1050/statm: 32682 20432 731 445 0 26227 0
Current children cumulated CPU time (s) 87.2
Current children cumulated vsize (KiB) 130728

[startup+87.6007 s]
/proc/loadavg: 2.00 1.80 1.05 3/362 1053
/proc/meminfo: memFree=13093324/32951124 swapFree=54427468/67111528
[pid=1050] ppid=1048 vsize=130728 CPUtime=87.6 cores=1,3,5,7
/proc/1050/stat : 1050 (qutersat_releas) R 1048 1050 937 0 -1 4202496 20548 0 0 0 8758 2 0 0 25 0 1 0 665678459 133865472 20436 33554432000 4194304 6014671 140736961900832 18446744073709551615 4372446 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1050/statm: 32682 20436 731 445 0 26227 0
Current children cumulated CPU time (s) 87.6
Current children cumulated vsize (KiB) 130728

[startup+87.8006 s]
/proc/loadavg: 2.00 1.80 1.05 3/362 1053
/proc/meminfo: memFree=13093324/32951124 swapFree=54427468/67111528
[pid=1050] ppid=1048 vsize=130728 CPUtime=87.8 cores=1,3,5,7
/proc/1050/stat : 1050 (qutersat_releas) R 1048 1050 937 0 -1 4202496 20550 0 0 0 8778 2 0 0 25 0 1 0 665678459 133865472 20438 33554432000 4194304 6014671 140736961900832 18446744073709551615 4422826 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1050/statm: 32682 20438 731 445 0 26227 0
Current children cumulated CPU time (s) 87.8
Current children cumulated vsize (KiB) 130728

[startup+87.9006 s]
/proc/loadavg: 2.00 1.80 1.05 3/362 1053
/proc/meminfo: memFree=13093324/32951124 swapFree=54427468/67111528
[pid=1050] ppid=1048 vsize=130728 CPUtime=87.9 cores=1,3,5,7
/proc/1050/stat : 1050 (qutersat_releas) R 1048 1050 937 0 -1 4202496 20551 0 0 0 8788 2 0 0 25 0 1 0 665678459 133865472 20439 33554432000 4194304 6014671 140736961900832 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1050/statm: 32682 20439 731 445 0 26227 0
Current children cumulated CPU time (s) 87.9
Current children cumulated vsize (KiB) 130728

Child status: 0
Real time (s): 87.9863
CPU time (s): 87.9876
CPU user time (s): 87.9616
CPU system time (s): 0.025996
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 130728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.9616
system time used= 0.025996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20557
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= 12
involuntary context switches= 1062

runsolver used 0.282956 second user time and 0.759884 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-16 12:13:25
IDJOB=3384287
IDBENCH=70818
IDSOLVER=1868
FILE ID=node138/3384287-1305540805
RUNJOBID= node138-1305540197-957
PBS_JOBID= 13329215
Free space on /tmp= 73424 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor032.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384287-1305540805/watcher-3384287-1305540805 -o /tmp/evaluation-result-3384287-1305540805/solver-3384287-1305540805 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384287-1305540805.cnf 224962867

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

MD5SUM BENCH= e1a6f3a7c69cc7fbec84aac478eb151a
RANDOM SEED=224962867

node138.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.854
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.70
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.854
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.854
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.82
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.854
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.854
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.80
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.854
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.854
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.854
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:     32951124 kB
MemFree:      13177308 kB
Buffers:        305636 kB
Cached:        4400996 kB
SwapCached:      18496 kB
Active:       16169476 kB
Inactive:      3325160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13177308 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:            2288 kB
Writeback:           0 kB
AnonPages:    14781328 kB
Mapped:          20408 kB
Slab:           133160 kB
PageTables:      79592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 84637048 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= 73420 MiB
End job on node138 at 2011-05-16 12:14:53