Trace number 3377117

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 100.918 100.921

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.120-NOTKNOWN.cnf
MD5SUM2a2f6fb35277c8ead36f65de8bb36dbb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark62.1775
Satisfiable
(Un)Satisfiability was proved
Number of variables516641
Number of clauses9436757
Sum of the clauses size20541437
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29079800
Number of clauses of size 3337440
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518000

Solver Data

0.00/0.01	c Set FPU double precision.
4.99/5.06	c Parse Cnf success: #var: 516641 #clause: 9436757
4.99/5.06	c Find Units :       1517
5.90/5.92	c Find Invs  :          0
6.29/6.37	c Find Ands  :     168720 AvgFaninNum: 2
6.39/6.40	c Find Xors  :          0 AvgFaninNum: nan
6.39/6.45	c Find Ite   :          0
6.60/6.65	c UnDirect variable: 0
6.60/6.65	c UnDirect to Direct Gate: 0
6.60/6.65	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
6.60/6.68	c Break Cycle : 0
6.60/6.68	c Total Root : 168720 Undef Var: 347921
6.79/6.87	c After covering, Total Root: 168720 Leaf: 170201
6.79/6.87	c Variable( cover/uncovered/unused ): 338921 177720 0
6.79/6.87	c Unit Clauses: 1517
6.79/6.87	c Binary Clauses( cover/uncovered ): 337440 8742360
6.79/6.87	c Clauses( cover/uncovered ): 168720 186720
6.79/6.87	c Total Clauses( cover/uncovered ): 507677 8929080 5.37978%
6.79/6.87	c Covered Ands: 168720 Invs: 0 Xors: 0 Ites: 0
13.10/13.12	c Uncover Clauses avg size: 2.16807 max size: 1408
13.20/13.29	c Final circuit: i/l/o/s  346404       0 8690262  10023836
13.20/13.29	c CnfToAig: Time: 13.28 s
19.08/19.12	c TmMap: Set choices finish.
23.99/24.04	c TmMap: Set big and: 8983565
23.99/24.04	c TmMap: Origin: 10370241 ClauseNum: 30071508 --> New: 9329970 ClauseNum: 27999835
23.99/24.04	c TmMap: Time: 5.74
25.59/25.64	c Try to Add: #clause: 17967130 #xorclause: 0
27.40/27.45	c #var: 639707 #clauses: 453761 Solving... 
100.49/100.57	s UNSATISFIABLE
100.69/100.77	c CPU time: 100.76 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-3377117-1305468185/watcher-3377117-1305468185 -o /tmp/evaluation-result-3377117-1305468185/solver-3377117-1305468185 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377117-1305468185.cnf 477378326 

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: 4.10 4.63 5.73 5/346 32291
/proc/meminfo: memFree=10409968/32950928 swapFree=67085488/67111528
[pid=32291] ppid=32289 vsize=44476 CPUtime=0 cores=0,2
/proc/32291/stat : 32291 (qutersat_releas) R 32289 32291 32129 0 -1 4202496 4908 0 0 0 0 0 0 0 22 0 1 0 737049693 45543424 4845 33554432000 4194304 6014671 140735353445872 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32291/statm: 11119 4845 378 445 0 4664 0

[startup+0.078313 s]
/proc/loadavg: 4.10 4.63 5.73 5/346 32291
/proc/meminfo: memFree=10409968/32950928 swapFree=67085488/67111528
[pid=32291] ppid=32289 vsize=57788 CPUtime=0.07 cores=0,2
/proc/32291/stat : 32291 (qutersat_releas) R 32289 32291 32129 0 -1 4202496 8202 0 0 0 6 1 0 0 22 0 1 0 737049693 59174912 8139 33554432000 4194304 6014671 140735353445872 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32291/statm: 14447 8139 378 445 0 7992 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 57788

[startup+0.100315 s]
/proc/loadavg: 4.10 4.63 5.73 5/346 32291
/proc/meminfo: memFree=10409968/32950928 swapFree=67085488/67111528
[pid=32291] ppid=32289 vsize=70076 CPUtime=0.09 cores=0,2
/proc/32291/stat : 32291 (qutersat_releas) R 32289 32291 32129 0 -1 4202496 9422 0 0 0 8 1 0 0 22 0 1 0 737049693 71757824 9360 33554432000 4194304 6014671 140735353445872 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32291/statm: 17519 9389 378 445 0 11064 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 70076

[startup+0.300265 s]
/proc/loadavg: 4.10 4.63 5.73 5/346 32291
/proc/meminfo: memFree=10409968/32950928 swapFree=67085488/67111528
[pid=32291] ppid=32289 vsize=96828 CPUtime=0.28 cores=0,2
/proc/32291/stat : 32291 (qutersat_releas) R 32289 32291 32129 0 -1 4202496 17440 0 0 0 26 2 0 0 23 0 1 0 737049693 99151872 17377 33554432000 4194304 6014671 140735353445872 18446744073709551615 231895490304 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32291/statm: 24207 17378 378 445 0 17752 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 96828

[startup+0.701192 s]
/proc/loadavg: 4.10 4.63 5.73 5/346 32291
/proc/meminfo: memFree=10409968/32950928 swapFree=67085488/67111528
[pid=32291] ppid=32289 vsize=146236 CPUtime=0.69 cores=0,2
/proc/32291/stat : 32291 (qutersat_releas) R 32289 32291 32129 0 -1 4202496 29551 0 0 0 65 4 0 0 25 0 1 0 737049693 149745664 29488 33554432000 4194304 6014671 140735353445872 18446744073709551615 4803013 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32291/statm: 36559 29489 378 445 0 30104 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 146236

[startup+1.50104 s]
/proc/loadavg: 4.10 4.63 5.73 5/347 32292
/proc/meminfo: memFree=10205608/32950928 swapFree=67085488/67111528
[pid=32291] ppid=32289 vsize=245436 CPUtime=1.49 cores=0,2
/proc/32291/stat : 32291 (qutersat_releas) R 32289 32291 32129 0 -1 4202496 53633 0 0 0 141 8 0 0 25 0 1 0 737049693 251326464 53570 33554432000 4194304 6014671 140735353445872 18446744073709551615 4309366 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32291/statm: 61359 53571 378 445 0 54904 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 245436

[startup+3.10074 s]
/proc/loadavg: 4.10 4.63 5.73 5/347 32292
/proc/meminfo: memFree=10023452/32950928 swapFree=67085488/67111528
[pid=32291] ppid=32289 vsize=442812 CPUtime=3.09 cores=0,2
/proc/32291/stat : 32291 (qutersat_releas) R 32289 32291 32129 0 -1 4202496 101296 0 0 0 293 16 0 0 25 0 1 0 737049693 453439488 101233 33554432000 4194304 6014671 140735353445872 18446744073709551615 231895490304 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32291/statm: 110703 101233 378 445 0 104248 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 442812

[startup+6.30114 s]
/proc/loadavg: 4.17 4.63 5.72 5/347 32292
/proc/meminfo: memFree=9704008/32950928 swapFree=67085488/67111528
[pid=32291] ppid=32289 vsize=837820 CPUtime=6.29 cores=0,2
/proc/32291/stat : 32291 (qutersat_releas) R 32289 32291 32129 0 -1 4202496 194601 0 0 0 600 29 0 0 25 0 1 0 737049693 857927680 178787 33554432000 4194304 6014671 140735353445872 18446744073709551615 4288162 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32291/statm: 209455 178787 383 445 0 203000 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 837820

[startup+12.7009 s]
/proc/loadavg: 4.16 4.62 5.71 5/347 32292
/proc/meminfo: memFree=8997836/32950928 swapFree=67085488/67111528
[pid=32291] ppid=32289 vsize=1560252 CPUtime=12.69 cores=0,2
/proc/32291/stat : 32291 (qutersat_releas) R 32289 32291 32129 0 -1 4202496 370186 0 0 0 1219 50 0 0 25 0 1 0 737049693 1597698048 354372 33554432000 4194304 6014671 140735353445872 18446744073709551615 4315483 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32291/statm: 390063 354372 398 445 0 383608 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1560252

[startup+25.5005 s]
/proc/loadavg: 4.12 4.59 5.68 5/347 32292
/proc/meminfo: memFree=6670444/32950928 swapFree=67085488/67111528
[pid=32291] ppid=32289 vsize=4042728 CPUtime=25.49 cores=0,2
/proc/32291/stat : 32291 (qutersat_releas) R 32289 32291 32129 0 -1 4202496 958536 0 0 0 2432 117 0 0 25 0 1 0 737049693 4139753472 933870 33554432000 4194304 6014671 140735353445872 18446744073709551615 4239960 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32291/statm: 1010682 933870 681 445 0 1004227 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4042728

[startup+51.1007 s]
/proc/loadavg: 4.16 4.56 5.64 5/347 32293
/proc/meminfo: memFree=6933512/32950928 swapFree=67085488/67111528
[pid=32291] ppid=32289 vsize=4042728 CPUtime=51.09 cores=0,2
/proc/32291/stat : 32291 (qutersat_releas) R 32289 32291 32129 0 -1 4202496 978327 0 0 0 4987 122 0 0 25 0 1 0 737049693 4139753472 862318 33554432000 4194304 6014671 140735353445872 18446744073709551615 4372077 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32291/statm: 1010682 862318 723 445 0 1004227 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 4042728

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

[startup+76.7009 s]
/proc/loadavg: 4.10 4.51 5.60 5/347 32294
/proc/meminfo: memFree=6882416/32950928 swapFree=67085488/67111528
[pid=32291] ppid=32289 vsize=4042728 CPUtime=76.69 cores=0,2
/proc/32291/stat : 32291 (qutersat_releas) R 32289 32291 32129 0 -1 4202496 987351 0 0 0 7545 124 0 0 25 0 1 0 737049693 4139753472 871342 33554432000 4194304 6014671 140735353445872 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32291/statm: 1010682 871342 723 445 0 1004227 0
Current children cumulated CPU time (s) 76.69
Current children cumulated vsize (KiB) 4042728

[startup+89.5005 s]
/proc/loadavg: 4.08 4.49 5.57 5/347 32294
/proc/meminfo: memFree=6846576/32950928 swapFree=67085488/67111528
[pid=32291] ppid=32289 vsize=4042728 CPUtime=89.49 cores=0,2
/proc/32291/stat : 32291 (qutersat_releas) R 32289 32291 32129 0 -1 4202496 991133 0 0 0 8824 125 0 0 25 0 1 0 737049693 4139753472 875124 33554432000 4194304 6014671 140735353445872 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32291/statm: 1010682 875124 723 445 0 1004227 0
Current children cumulated CPU time (s) 89.49
Current children cumulated vsize (KiB) 4042728

[startup+95.9003 s]
/proc/loadavg: 4.07 4.48 5.56 5/347 32294
/proc/meminfo: memFree=6818672/32950928 swapFree=67085488/67111528
[pid=32291] ppid=32289 vsize=4042728 CPUtime=95.89 cores=0,2
/proc/32291/stat : 32291 (qutersat_releas) R 32289 32291 32129 0 -1 4202496 992924 0 0 0 9463 126 0 0 25 0 1 0 737049693 4139753472 876915 33554432000 4194304 6014671 140735353445872 18446744073709551615 4379528 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32291/statm: 1010682 876915 723 445 0 1004227 0
Current children cumulated CPU time (s) 95.89
Current children cumulated vsize (KiB) 4042728

[startup+99.1007 s]
/proc/loadavg: 4.07 4.47 5.56 5/347 32294
/proc/meminfo: memFree=6804532/32950928 swapFree=67085488/67111528
[pid=32291] ppid=32289 vsize=4042728 CPUtime=99.09 cores=0,2
/proc/32291/stat : 32291 (qutersat_releas) R 32289 32291 32129 0 -1 4202496 996028 0 0 0 9783 126 0 0 25 0 1 0 737049693 4139753472 880019 33554432000 4194304 6014671 140735353445872 18446744073709551615 4372266 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32291/statm: 1010682 880019 724 445 0 1004227 0
Current children cumulated CPU time (s) 99.09
Current children cumulated vsize (KiB) 4042728

[startup+99.9005 s]
/proc/loadavg: 4.07 4.47 5.56 5/347 32294
/proc/meminfo: memFree=6804532/32950928 swapFree=67085488/67111528
[pid=32291] ppid=32289 vsize=4042728 CPUtime=99.89 cores=0,2
/proc/32291/stat : 32291 (qutersat_releas) R 32289 32291 32129 0 -1 4202496 996134 0 0 0 9863 126 0 0 25 0 1 0 737049693 4139753472 880125 33554432000 4194304 6014671 140735353445872 18446744073709551615 4383521 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32291/statm: 1010682 880125 724 445 0 1004227 0
Current children cumulated CPU time (s) 99.89
Current children cumulated vsize (KiB) 4042728

[startup+100.7 s]
/proc/loadavg: 4.07 4.47 5.56 5/347 32294
/proc/meminfo: memFree=6803788/32950928 swapFree=67085488/67111528
[pid=32291] ppid=32289 vsize=4042728 CPUtime=100.69 cores=0,2
/proc/32291/stat : 32291 (qutersat_releas) R 32289 32291 32129 0 -1 4202496 996175 0 0 0 9943 126 0 0 25 0 1 0 737049693 4139753472 880166 33554432000 4194304 6014671 140735353445872 18446744073709551615 4220875 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32291/statm: 1010682 880166 724 445 0 1004227 0
Current children cumulated CPU time (s) 100.69
Current children cumulated vsize (KiB) 4042728

[startup+100.9 s]
/proc/loadavg: 4.07 4.47 5.56 5/347 32294
/proc/meminfo: memFree=6803788/32950928 swapFree=67085488/67111528
[pid=32291] ppid=32289 vsize=0 CPUtime=100.89 cores=0,2
/proc/32291/stat : 32291 (qutersat_releas) R 32289 32291 32129 0 -1 4202500 996179 0 0 0 9950 139 0 0 25 0 1 0 737049693 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 0 0 0 0
/proc/32291/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 100.89
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 100.921
CPU time (s): 100.918
CPU user time (s): 99.5019
CPU system time (s): 1.41578
CPU usage (%): 99.9965
Max. virtual memory (cumulated for all children) (KiB): 4042728

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

runsolver used 0.346947 second user time and 0.757884 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-15 16:03:10
IDJOB=3377117
IDBENCH=82364
IDSOLVER=1856
FILE ID=node114/3377117-1305468185
RUNJOBID= node114-1305467738-32147
PBS_JOBID= 13325312
Free space on /tmp= 72768 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.120-NOTKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377117-1305468185/watcher-3377117-1305468185 -o /tmp/evaluation-result-3377117-1305468185/solver-3377117-1305468185 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377117-1305468185.cnf 477378326

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

MD5SUM BENCH= 2a2f6fb35277c8ead36f65de8bb36dbb
RANDOM SEED=477378326

node114.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.848
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.848
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	: 5226.15
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.848
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.848
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.73
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.848
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.848
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.848
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.848
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:     32950928 kB
MemFree:      10410116 kB
Buffers:        299104 kB
Cached:        5343528 kB
SwapCached:         96 kB
Active:       17560192 kB
Inactive:      4567096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      10410116 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:          173024 kB
Writeback:           0 kB
AnonPages:    16484416 kB
Mapped:          33836 kB
Slab:           296364 kB
PageTables:      50540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 58984432 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= 72768 MiB
End job on node114 at 2011-05-15 16:04:51