Trace number 3380065

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 243.01 243.024

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-f7idw.cnf
MD5SUMe11b8f7666247454d93edb47f1646e2c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.761
Satisfiable
(Un)Satisfiability was proved
Number of variables263022
Number of clauses782329
Sum of the clauses size1825433
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2521552
Number of clauses of size 3260776
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

running on 2 cores: 0,2

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: 3.73 3.96 3.95 5/303 7730
/proc/meminfo: memFree=24142272/32951124 swapFree=63485424/67111528
[pid=7730] ppid=7728 vsize=16148 CPUtime=0 cores=0,2
/proc/7730/stat : 7730 (SApperloT2010) R 7728 7730 6794 0 -1 4202496 1126 0 0 0 0 0 0 0 21 0 1 0 637834712 16535552 1067 33554432000 4194304 4394578 140734239276496 18446744073709551615 4328244 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7730/statm: 4037 1077 244 49 0 1178 0

[startup+0.012404 s]
/proc/loadavg: 3.73 3.96 3.95 5/303 7730
/proc/meminfo: memFree=24142272/32951124 swapFree=63485424/67111528
[pid=7730] ppid=7728 vsize=28480 CPUtime=0 cores=0,2
/proc/7730/stat : 7730 (SApperloT2010) R 7728 7730 6794 0 -1 4202496 4437 0 0 0 0 0 0 0 21 0 1 0 637834712 29163520 4378 33554432000 4194304 4394578 140734239276496 18446744073709551615 4331541 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7730/statm: 7120 4387 244 49 0 4261 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 28480

[startup+0.100425 s]
/proc/loadavg: 3.73 3.96 3.95 5/303 7730
/proc/meminfo: memFree=24142272/32951124 swapFree=63485424/67111528
[pid=7730] ppid=7728 vsize=64032 CPUtime=0.08 cores=0,2
/proc/7730/stat : 7730 (SApperloT2010) R 7728 7730 6794 0 -1 4202496 11638 0 0 0 8 0 0 0 21 0 1 0 637834712 65568768 11579 33554432000 4194304 4394578 140734239276496 18446744073709551615 220816236288 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7730/statm: 16008 11580 247 49 0 13149 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 64032

[startup+0.300371 s]
/proc/loadavg: 3.73 3.96 3.95 5/303 7730
/proc/meminfo: memFree=24142272/32951124 swapFree=63485424/67111528
[pid=7730] ppid=7728 vsize=83172 CPUtime=0.29 cores=0,2
/proc/7730/stat : 7730 (SApperloT2010) R 7728 7730 6794 0 -1 4202496 16415 0 0 0 28 1 0 0 22 0 1 0 637834712 85168128 16356 33554432000 4194304 4394578 140734239276496 18446744073709551615 220815927425 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7730/statm: 20793 16357 247 49 0 17934 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83172

[startup+0.700339 s]
/proc/loadavg: 3.73 3.96 3.95 5/303 7730
/proc/meminfo: memFree=24142272/32951124 swapFree=63485424/67111528
[pid=7730] ppid=7728 vsize=139104 CPUtime=0.69 cores=0,2
/proc/7730/stat : 7730 (SApperloT2010) R 7728 7730 6794 0 -1 4202496 30425 0 0 0 65 4 0 0 23 0 1 0 637834712 142442496 30365 33554432000 4194304 4394578 140734239276496 18446744073709551615 220816261015 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7730/statm: 34776 30365 256 49 0 31917 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 139104

[startup+1.50115 s]
/proc/loadavg: 3.73 3.96 3.95 5/304 7731
/proc/meminfo: memFree=23947220/32951124 swapFree=63485424/67111528
[pid=7730] ppid=7728 vsize=171812 CPUtime=1.48 cores=0,2
/proc/7730/stat : 7730 (SApperloT2010) R 7728 7730 6794 0 -1 4202496 39208 0 0 0 138 10 0 0 25 0 1 0 637834712 175935488 37620 33554432000 4194304 4394578 140734239276496 18446744073709551615 220816261015 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7730/statm: 42953 37620 256 49 0 40094 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 171812

[startup+3.10088 s]
/proc/loadavg: 3.75 3.96 3.95 5/304 7731
/proc/meminfo: memFree=23872332/32951124 swapFree=63485424/67111528
[pid=7730] ppid=7728 vsize=238004 CPUtime=3.08 cores=0,2
/proc/7730/stat : 7730 (SApperloT2010) R 7728 7730 6794 0 -1 4202496 60609 0 0 0 290 18 0 0 25 0 1 0 637834712 243716096 51381 33554432000 4194304 4394578 140734239276496 18446744073709551615 220816261015 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7730/statm: 59501 51381 256 49 0 56642 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 238004

[startup+6.30031 s]
/proc/loadavg: 3.75 3.96 3.95 5/304 7731
/proc/meminfo: memFree=23780032/32951124 swapFree=63485424/67111528
[pid=7730] ppid=7728 vsize=283808 CPUtime=6.29 cores=0,2
/proc/7730/stat : 7730 (SApperloT2010) R 7728 7730 6794 0 -1 4202496 72664 0 0 0 607 22 0 0 25 0 1 0 637834712 290619392 63436 33554432000 4194304 4394578 140734239276496 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7730/statm: 70952 63436 267 49 0 68093 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 283808

[startup+12.7011 s]
/proc/loadavg: 3.79 3.96 3.95 5/304 7731
/proc/meminfo: memFree=23724416/32951124 swapFree=63485424/67111528
[pid=7730] ppid=7728 vsize=297548 CPUtime=12.69 cores=0,2
/proc/7730/stat : 7730 (SApperloT2010) R 7728 7730 6794 0 -1 4202496 76057 0 0 0 1246 23 0 0 25 0 1 0 637834712 304689152 66829 33554432000 4194304 4394578 140734239276496 18446744073709551615 4285672 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7730/statm: 74387 66829 267 49 0 71528 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 297548

[startup+25.5008 s]
/proc/loadavg: 3.82 3.96 3.95 5/304 7731
/proc/meminfo: memFree=23668864/32951124 swapFree=63485424/67111528
[pid=7730] ppid=7728 vsize=321212 CPUtime=25.49 cores=0,2
/proc/7730/stat : 7730 (SApperloT2010) R 7728 7730 6794 0 -1 4202496 81804 0 0 0 2525 24 0 0 25 0 1 0 637834712 328921088 72576 33554432000 4194304 4394578 140734239276496 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7730/statm: 80303 72576 267 49 0 77444 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 321212

[startup+51.101 s]
/proc/loadavg: 3.88 3.97 3.95 5/304 7732
/proc/meminfo: memFree=23583744/32951124 swapFree=63485424/67111528
[pid=7730] ppid=7728 vsize=351280 CPUtime=51.08 cores=0,2
/proc/7730/stat : 7730 (SApperloT2010) R 7728 7730 6794 0 -1 4202496 88755 0 0 0 5083 25 0 0 25 0 1 0 637834712 359710720 79527 33554432000 4194304 4394578 140734239276496 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7730/statm: 87820 79527 267 49 0 84961 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 351280

[startup+102.312 s]
/proc/loadavg: 3.95 3.97 3.95 5/304 7733
/proc/meminfo: memFree=23515364/32951124 swapFree=63485424/67111528
[pid=7730] ppid=7728 vsize=374012 CPUtime=102.3 cores=0,2
/proc/7730/stat : 7730 (SApperloT2010) R 7728 7730 6794 0 -1 4202496 93725 0 0 0 10204 26 0 0 25 0 1 0 637834712 382988288 84497 33554432000 4194304 4394578 140734239276496 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7730/statm: 93503 84497 267 49 0 90644 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 374012

[startup+162.301 s]
/proc/loadavg: 4.04 3.99 3.96 5/304 7735
/proc/meminfo: memFree=23417124/32951124 swapFree=63485424/67111528
[pid=7730] ppid=7728 vsize=402624 CPUtime=162.28 cores=0,2
/proc/7730/stat : 7730 (SApperloT2010) R 7728 7730 6794 0 -1 4202496 100046 0 0 0 16200 28 0 0 25 0 1 0 637834712 412286976 90818 33554432000 4194304 4394578 140734239276496 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7730/statm: 100656 90818 267 49 0 97797 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 402624

[startup+222.3 s]
/proc/loadavg: 4.09 4.00 3.96 5/304 7737
/proc/meminfo: memFree=23378396/32951124 swapFree=63485424/67111528
[pid=7730] ppid=7728 vsize=414784 CPUtime=222.28 cores=0,2
/proc/7730/stat : 7730 (SApperloT2010) R 7728 7730 6794 0 -1 4202496 102422 0 0 0 22199 29 0 0 25 0 1 0 637834712 424738816 93194 33554432000 4194304 4394578 140734239276496 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7730/statm: 103696 93194 267 49 0 100837 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 414784

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

[startup+230.301 s]
/proc/loadavg: 4.08 4.00 3.96 5/304 7737
/proc/meminfo: memFree=23360892/32951124 swapFree=63485424/67111528
[pid=7730] ppid=7728 vsize=414784 CPUtime=230.28 cores=0,2
/proc/7730/stat : 7730 (SApperloT2010) R 7728 7730 6794 0 -1 4202496 102510 0 0 0 22999 29 0 0 25 0 1 0 637834712 424738816 93282 33554432000 4194304 4394578 140734239276496 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7730/statm: 103696 93282 267 49 0 100837 0
Current children cumulated CPU time (s) 230.28
Current children cumulated vsize (KiB) 414784

[startup+236.701 s]
/proc/loadavg: 4.08 4.00 3.96 5/304 7737
/proc/meminfo: memFree=23338572/32951124 swapFree=63485424/67111528
[pid=7730] ppid=7728 vsize=415296 CPUtime=236.68 cores=0,2
/proc/7730/stat : 7730 (SApperloT2010) R 7728 7730 6794 0 -1 4202496 102718 0 0 0 23639 29 0 0 25 0 1 0 637834712 425263104 93490 33554432000 4194304 4394578 140734239276496 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7730/statm: 103824 93490 267 49 0 100965 0
Current children cumulated CPU time (s) 236.68
Current children cumulated vsize (KiB) 415296

[startup+239.901 s]
/proc/loadavg: 4.07 4.00 3.96 5/304 7737
/proc/meminfo: memFree=23330512/32951124 swapFree=63485424/67111528
[pid=7730] ppid=7728 vsize=415296 CPUtime=239.88 cores=0,2
/proc/7730/stat : 7730 (SApperloT2010) R 7728 7730 6794 0 -1 4202496 102784 0 0 0 23959 29 0 0 25 0 1 0 637834712 425263104 93556 33554432000 4194304 4394578 140734239276496 18446744073709551615 4346330 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7730/statm: 103824 93556 267 49 0 100965 0
Current children cumulated CPU time (s) 239.88
Current children cumulated vsize (KiB) 415296

[startup+241.501 s]
/proc/loadavg: 4.07 4.00 3.96 5/304 7737
/proc/meminfo: memFree=23326048/32951124 swapFree=63485424/67111528
[pid=7730] ppid=7728 vsize=415296 CPUtime=241.48 cores=0,2
/proc/7730/stat : 7730 (SApperloT2010) R 7728 7730 6794 0 -1 4202496 102847 0 0 0 24119 29 0 0 25 0 1 0 637834712 425263104 93619 33554432000 4194304 4394578 140734239276496 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7730/statm: 103824 93619 267 49 0 100965 0
Current children cumulated CPU time (s) 241.48
Current children cumulated vsize (KiB) 415296

[startup+242.301 s]
/proc/loadavg: 4.06 4.00 3.96 5/304 7737
/proc/meminfo: memFree=23320964/32951124 swapFree=63485424/67111528
[pid=7730] ppid=7728 vsize=415808 CPUtime=242.28 cores=0,2
/proc/7730/stat : 7730 (SApperloT2010) R 7728 7730 6794 0 -1 4202496 102914 0 0 0 24199 29 0 0 25 0 1 0 637834712 425787392 93686 33554432000 4194304 4394578 140734239276496 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7730/statm: 103952 93686 267 49 0 101093 0
Current children cumulated CPU time (s) 242.28
Current children cumulated vsize (KiB) 415808

[startup+242.701 s]
/proc/loadavg: 4.06 4.00 3.96 5/304 7737
/proc/meminfo: memFree=23320964/32951124 swapFree=63485424/67111528
[pid=7730] ppid=7728 vsize=415808 CPUtime=242.68 cores=0,2
/proc/7730/stat : 7730 (SApperloT2010) R 7728 7730 6794 0 -1 4202496 102915 0 0 0 24239 29 0 0 25 0 1 0 637834712 425787392 93687 33554432000 4194304 4394578 140734239276496 18446744073709551615 4298933 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7730/statm: 103952 93687 267 49 0 101093 0
Current children cumulated CPU time (s) 242.68
Current children cumulated vsize (KiB) 415808

[startup+242.901 s]
/proc/loadavg: 4.06 4.00 3.96 5/304 7737
/proc/meminfo: memFree=23320964/32951124 swapFree=63485424/67111528
[pid=7730] ppid=7728 vsize=415808 CPUtime=242.88 cores=0,2
/proc/7730/stat : 7730 (SApperloT2010) R 7728 7730 6794 0 -1 4202496 102926 0 0 0 24259 29 0 0 25 0 1 0 637834712 425787392 93698 33554432000 4194304 4394578 140734239276496 18446744073709551615 4299400 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7730/statm: 103952 93698 267 49 0 101093 0
Current children cumulated CPU time (s) 242.88
Current children cumulated vsize (KiB) 415808

[startup+243.001 s]
/proc/loadavg: 4.06 4.00 3.96 5/304 7737
/proc/meminfo: memFree=23317244/32951124 swapFree=63485424/67111528
[pid=7730] ppid=7728 vsize=415808 CPUtime=242.99 cores=0,2
/proc/7730/stat : 7730 (SApperloT2010) R 7728 7730 6794 0 -1 4202496 102931 0 0 0 24270 29 0 0 25 0 1 0 637834712 425787392 93703 33554432000 4194304 4394578 140734239276496 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7730/statm: 103952 93703 267 49 0 101093 0
Current children cumulated CPU time (s) 242.99
Current children cumulated vsize (KiB) 415808

Child status: 20
Real time (s): 243.024
CPU time (s): 243.01
CPU user time (s): 242.702
CPU system time (s): 0.307953
CPU usage (%): 99.9943
Max. virtual memory (cumulated for all children) (KiB): 415808

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

runsolver used 0.740887 second user time and 1.48077 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-15 12:09:48
IDJOB=3380065
IDBENCH=20495
IDSOLVER=1862
FILE ID=node147/3380065-1305454187
RUNJOBID= node147-1305454187-7688
PBS_JOBID= 13324877
Free space on /tmp= 73136 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT07/industrial/manolios/manol-pipe-f7idw.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380065-1305454187/watcher-3380065-1305454187 -o /tmp/evaluation-result-3380065-1305454187/solver-3380065-1305454187 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3380065-1305454187.cnf

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

MD5SUM BENCH= e11b8f7666247454d93edb47f1646e2c
RANDOM SEED=1019777134

node147.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.836
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.67
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.836
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.836
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.836
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.836
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.82
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.836
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.76
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.836
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.836
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:      24142552 kB
Buffers:        303640 kB
Cached:        5164740 kB
SwapCached:      13132 kB
Active:        2250692 kB
Inactive:      6322720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24142552 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:           25820 kB
Writeback:           0 kB
AnonPages:     3099936 kB
Mapped:          14848 kB
Slab:           142808 kB
PageTables:      29180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 44969804 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= 73136 MiB
End job on node147 at 2011-05-15 12:13:51