Trace number 3380060

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
SApperloT2010 2011-05-15 (fixed)UNSAT 351.214 351.206

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-21.cnf
MD5SUM627e3d704e5200c3037f9c9d83c939c1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.8305
Satisfiable
(Un)Satisfiability was proved
Number of variables3189
Number of clauses11039
Sum of the clauses size28509
Maximum clause length25
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25404
Number of clauses of size 35107
Number of clauses of size 4389
Number of clauses of size 586
Number of clauses of size over 552

Solver Data

351.20/351.20	c Solved by BasicSolver 
351.20/351.20	
351.20/351.20	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-3380060-1305453907/watcher-3380060-1305453907 -o /tmp/evaluation-result-3380060-1305453907/solver-3380060-1305453907 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3380060-1305453907.cnf 

running on 2 cores: 1,3

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.18 1.68 2.46 4/423 23797
/proc/meminfo: memFree=13112916/32951124 swapFree=65586204/67111528
[pid=23797] ppid=23795 vsize=13584 CPUtime=0.01 cores=1,3
/proc/23797/stat : 23797 (SApperloT2010) R 23795 23797 22030 0 -1 4202496 784 0 0 0 1 0 0 0 25 0 1 0 735621389 13910016 723 33554432000 4194304 4394578 140736915706400 18446744073709551615 216735203223 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23797/statm: 3396 723 255 49 0 537 0

[startup+0.056634 s]
/proc/loadavg: 2.18 1.68 2.46 4/423 23797
/proc/meminfo: memFree=13112916/32951124 swapFree=65586204/67111528
[pid=23797] ppid=23795 vsize=14236 CPUtime=0.04 cores=1,3
/proc/23797/stat : 23797 (SApperloT2010) R 23795 23797 22030 0 -1 4202496 947 0 0 0 4 0 0 0 25 0 1 0 735621389 14577664 886 33554432000 4194304 4394578 140736915706400 18446744073709551615 216735203223 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23797/statm: 3559 886 256 49 0 700 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14236

[startup+0.100628 s]
/proc/loadavg: 2.18 1.68 2.46 4/423 23797
/proc/meminfo: memFree=13112916/32951124 swapFree=65586204/67111528
[pid=23797] ppid=23795 vsize=15424 CPUtime=0.09 cores=1,3
/proc/23797/stat : 23797 (SApperloT2010) R 23795 23797 22030 0 -1 4202496 1291 0 0 0 8 1 0 0 25 0 1 0 735621389 15794176 1230 33554432000 4194304 4394578 140736915706400 18446744073709551615 4298919 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23797/statm: 3856 1230 267 49 0 997 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15424

[startup+0.30059 s]
/proc/loadavg: 2.18 1.68 2.46 4/423 23797
/proc/meminfo: memFree=13112916/32951124 swapFree=65586204/67111528
[pid=23797] ppid=23795 vsize=16584 CPUtime=0.29 cores=1,3
/proc/23797/stat : 23797 (SApperloT2010) R 23795 23797 22030 0 -1 4202496 1552 0 0 0 28 1 0 0 25 0 1 0 735621389 16982016 1491 33554432000 4194304 4394578 140736915706400 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23797/statm: 4146 1491 267 49 0 1287 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16584

[startup+0.700523 s]
/proc/loadavg: 2.18 1.68 2.46 4/423 23797
/proc/meminfo: memFree=13112916/32951124 swapFree=65586204/67111528
[pid=23797] ppid=23795 vsize=17204 CPUtime=0.69 cores=1,3
/proc/23797/stat : 23797 (SApperloT2010) R 23795 23797 22030 0 -1 4202496 1705 0 0 0 68 1 0 0 25 0 1 0 735621389 17616896 1644 33554432000 4194304 4394578 140736915706400 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23797/statm: 4301 1644 267 49 0 1442 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17204

[startup+1.50038 s]
/proc/loadavg: 2.32 1.72 2.47 5/424 23798
/proc/meminfo: memFree=13102872/32951124 swapFree=65586204/67111528
[pid=23797] ppid=23795 vsize=17848 CPUtime=1.49 cores=1,3
/proc/23797/stat : 23797 (SApperloT2010) R 23795 23797 22030 0 -1 4202496 1864 0 0 0 148 1 0 0 25 0 1 0 735621389 18276352 1803 33554432000 4194304 4394578 140736915706400 18446744073709551615 4287700 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23797/statm: 4462 1803 267 49 0 1603 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17848

[startup+3.1011 s]
/proc/loadavg: 2.32 1.72 2.47 5/424 23798
/proc/meminfo: memFree=13095308/32951124 swapFree=65586204/67111528
[pid=23797] ppid=23795 vsize=18544 CPUtime=3.1 cores=1,3
/proc/23797/stat : 23797 (SApperloT2010) R 23795 23797 22030 0 -1 4202496 2042 0 0 0 309 1 0 0 25 0 1 0 735621389 18989056 1981 33554432000 4194304 4394578 140736915706400 18446744073709551615 4298364 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23797/statm: 4636 1981 267 49 0 1777 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 18544

[startup+6.30054 s]
/proc/loadavg: 2.32 1.72 2.47 5/424 23798
/proc/meminfo: memFree=13077452/32951124 swapFree=65586204/67111528
[pid=23797] ppid=23795 vsize=19432 CPUtime=6.3 cores=1,3
/proc/23797/stat : 23797 (SApperloT2010) R 23795 23797 22030 0 -1 4202496 2235 0 0 0 629 1 0 0 25 0 1 0 735621389 19898368 2174 33554432000 4194304 4394578 140736915706400 18446744073709551615 4298286 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23797/statm: 4858 2174 267 49 0 1999 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 19432

[startup+12.7004 s]
/proc/loadavg: 2.58 1.79 2.48 5/424 23798
/proc/meminfo: memFree=13046344/32951124 swapFree=65586204/67111528
[pid=23797] ppid=23795 vsize=20928 CPUtime=12.7 cores=1,3
/proc/23797/stat : 23797 (SApperloT2010) R 23795 23797 22030 0 -1 4202496 2600 0 0 0 1269 1 0 0 25 0 1 0 735621389 21430272 2539 33554432000 4194304 4394578 140736915706400 18446744073709551615 4287236 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23797/statm: 5232 2539 267 49 0 2373 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 20928

[startup+25.5002 s]
/proc/loadavg: 2.88 1.88 2.50 5/424 23799
/proc/meminfo: memFree=12989888/32951124 swapFree=65586204/67111528
[pid=23797] ppid=23795 vsize=22792 CPUtime=25.49 cores=1,3
/proc/23797/stat : 23797 (SApperloT2010) R 23795 23797 22030 0 -1 4202496 3034 0 0 0 2548 1 0 0 25 0 1 0 735621389 23339008 2973 33554432000 4194304 4394578 140736915706400 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23797/statm: 5698 2973 267 49 0 2839 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 22792

[startup+51.1007 s]
/proc/loadavg: 3.26 2.05 2.54 5/424 23826
/proc/meminfo: memFree=12637432/32951124 swapFree=65586204/67111528
[pid=23797] ppid=23795 vsize=25240 CPUtime=51.09 cores=1,3
/proc/23797/stat : 23797 (SApperloT2010) R 23795 23797 22030 0 -1 4202496 3577 0 0 0 5108 1 0 0 25 0 1 0 735621389 25845760 3515 33554432000 4194304 4394578 140736915706400 18446744073709551615 4298330 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23797/statm: 6310 3515 267 49 0 3451 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 25240

[startup+102.316 s]
/proc/loadavg: 3.70 2.38 2.62 5/424 23828
/proc/meminfo: memFree=12295696/32951124 swapFree=65586204/67111528
[pid=23797] ppid=23795 vsize=27560 CPUtime=102.3 cores=1,3
/proc/23797/stat : 23797 (SApperloT2010) R 23795 23797 22030 0 -1 4202496 4155 0 0 0 10229 1 0 0 25 0 1 0 735621389 28221440 4075 33554432000 4194304 4394578 140736915706400 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23797/statm: 6890 4075 267 49 0 4031 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 27560

[startup+162.3 s]
/proc/loadavg: 3.89 2.67 2.71 5/424 23829
/proc/meminfo: memFree=12064840/32951124 swapFree=65586204/67111528
[pid=23797] ppid=23795 vsize=29620 CPUtime=162.29 cores=1,3
/proc/23797/stat : 23797 (SApperloT2010) R 23795 23797 22030 0 -1 4202496 4628 0 0 0 16227 2 0 0 25 0 1 0 735621389 30330880 4548 33554432000 4194304 4394578 140736915706400 18446744073709551615 4292207 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23797/statm: 7405 4548 267 49 0 4546 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 29620

[startup+222.301 s]
/proc/loadavg: 3.96 2.91 2.78 5/424 23831
/proc/meminfo: memFree=11834044/32951124 swapFree=65586204/67111528
[pid=23797] ppid=23795 vsize=31584 CPUtime=222.3 cores=1,3
/proc/23797/stat : 23797 (SApperloT2010) R 23795 23797 22030 0 -1 4202496 5093 0 0 0 22227 3 0 0 25 0 1 0 735621389 32342016 5013 33554432000 4194304 4394578 140736915706400 18446744073709551615 4327664 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23797/statm: 7896 5013 267 49 0 5037 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 31584

[startup+282.3 s]
/proc/loadavg: 3.98 3.10 2.86 5/424 23833
/proc/meminfo: memFree=11619776/32951124 swapFree=65586204/67111528
[pid=23797] ppid=23795 vsize=34568 CPUtime=282.29 cores=1,3
/proc/23797/stat : 23797 (SApperloT2010) R 23795 23797 22030 0 -1 4202496 5758 0 0 0 28226 3 0 0 25 0 1 0 735621389 35397632 5678 33554432000 4194304 4394578 140736915706400 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23797/statm: 8642 5678 267 49 0 5783 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 34568

[startup+342.301 s]
/proc/loadavg: 3.99 3.26 2.93 5/424 23834
/proc/meminfo: memFree=11496220/32951124 swapFree=65586204/67111528
[pid=23797] ppid=23795 vsize=37288 CPUtime=342.3 cores=1,3
/proc/23797/stat : 23797 (SApperloT2010) R 23795 23797 22030 0 -1 4202496 6392 0 0 0 34226 4 0 0 25 0 1 0 735621389 38182912 6312 33554432000 4194304 4394578 140736915706400 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23797/statm: 9322 6312 267 49 0 6463 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 37288

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

[startup+345.5 s]
/proc/loadavg: 3.99 3.26 2.93 5/424 23834
/proc/meminfo: memFree=11491632/32951124 swapFree=65586204/67111528
[pid=23797] ppid=23795 vsize=37448 CPUtime=345.5 cores=1,3
/proc/23797/stat : 23797 (SApperloT2010) R 23795 23797 22030 0 -1 4202496 6431 0 0 0 34546 4 0 0 25 0 1 0 735621389 38346752 6351 33554432000 4194304 4394578 140736915706400 18446744073709551615 4299384 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23797/statm: 9362 6351 267 49 0 6503 0
Current children cumulated CPU time (s) 345.5
Current children cumulated vsize (KiB) 37448

[startup+348.716 s]
/proc/loadavg: 3.99 3.28 2.93 5/424 23834
/proc/meminfo: memFree=11485556/32951124 swapFree=65586204/67111528
[pid=23797] ppid=23795 vsize=37568 CPUtime=348.71 cores=1,3
/proc/23797/stat : 23797 (SApperloT2010) R 23795 23797 22030 0 -1 4202496 6463 0 0 0 34867 4 0 0 25 0 1 0 735621389 38469632 6383 33554432000 4194304 4394578 140736915706400 18446744073709551615 4298714 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23797/statm: 9392 6383 267 49 0 6533 0
Current children cumulated CPU time (s) 348.71
Current children cumulated vsize (KiB) 37568

[startup+350.3 s]
/proc/loadavg: 3.99 3.28 2.93 5/424 23834
/proc/meminfo: memFree=11483448/32951124 swapFree=65586204/67111528
[pid=23797] ppid=23795 vsize=37568 CPUtime=350.3 cores=1,3
/proc/23797/stat : 23797 (SApperloT2010) R 23795 23797 22030 0 -1 4202496 6463 0 0 0 35026 4 0 0 25 0 1 0 735621389 38469632 6383 33554432000 4194304 4394578 140736915706400 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23797/statm: 9392 6383 267 49 0 6533 0
Current children cumulated CPU time (s) 350.3
Current children cumulated vsize (KiB) 37568

[startup+350.7 s]
/proc/loadavg: 3.99 3.28 2.93 5/424 23834
/proc/meminfo: memFree=11483448/32951124 swapFree=65586204/67111528
[pid=23797] ppid=23795 vsize=37568 CPUtime=350.7 cores=1,3
/proc/23797/stat : 23797 (SApperloT2010) R 23795 23797 22030 0 -1 4202496 6470 0 0 0 35066 4 0 0 25 0 1 0 735621389 38469632 6390 33554432000 4194304 4394578 140736915706400 18446744073709551615 4327617 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23797/statm: 9392 6390 267 49 0 6533 0
Current children cumulated CPU time (s) 350.7
Current children cumulated vsize (KiB) 37568

[startup+351.1 s]
/proc/loadavg: 3.99 3.29 2.94 5/424 23834
/proc/meminfo: memFree=11481324/32951124 swapFree=65586204/67111528
[pid=23797] ppid=23795 vsize=37568 CPUtime=351.1 cores=1,3
/proc/23797/stat : 23797 (SApperloT2010) R 23795 23797 22030 0 -1 4202496 6470 0 0 0 35106 4 0 0 25 0 1 0 735621389 38469632 6390 33554432000 4194304 4394578 140736915706400 18446744073709551615 4298852 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23797/statm: 9392 6390 267 49 0 6533 0
Current children cumulated CPU time (s) 351.1
Current children cumulated vsize (KiB) 37568

[startup+351.2 s]
/proc/loadavg: 3.99 3.29 2.94 5/424 23834
/proc/meminfo: memFree=11481324/32951124 swapFree=65586204/67111528
[pid=23797] ppid=23795 vsize=37568 CPUtime=351.2 cores=1,3
/proc/23797/stat : 23797 (SApperloT2010) R 23795 23797 22030 0 -1 4202496 6470 0 0 0 35116 4 0 0 25 0 1 0 735621389 38469632 6390 33554432000 4194304 4394578 140736915706400 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23797/statm: 9392 6390 267 49 0 6533 0
Current children cumulated CPU time (s) 351.2
Current children cumulated vsize (KiB) 37568

Child status: 20
Real time (s): 351.206
CPU time (s): 351.214
CPU user time (s): 351.165
CPU system time (s): 0.048992
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 37568

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

runsolver used 1.37379 second user time and 3.42548 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-15 12:05:07
IDJOB=3380060
IDBENCH=20393
IDSOLVER=1862
FILE ID=node119/3380060-1305453907
RUNJOBID= node119-1305453874-23729
PBS_JOBID= 13324846
Free space on /tmp= 73256 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-21.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380060-1305453907/watcher-3380060-1305453907 -o /tmp/evaluation-result-3380060-1305453907/solver-3380060-1305453907 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3380060-1305453907.cnf

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

MD5SUM BENCH= 627e3d704e5200c3037f9c9d83c939c1
RANDOM SEED=735805468

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:      13113072 kB
Buffers:        299124 kB
Cached:        4876756 kB
SwapCached:       4756 kB
Active:       16304376 kB
Inactive:      3188536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13113072 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:           40872 kB
Writeback:           0 kB
AnonPages:    14315420 kB
Mapped:          32872 kB
Slab:           214476 kB
PageTables:      62972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 114145680 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= 73240 MiB
End job on node119 at 2011-05-15 12:10:59