Trace number 3384375

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 72.37 72.3686

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-27-step13.cnf
MD5SUM52e16341bcff805ef2d6abe4e95359a0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29.8475
Satisfiable
(Un)Satisfiability was proved
Number of variables224228
Number of clauses5314673
Sum of the clauses size11732345
Maximum clause length3193
Minimum clause length1
Number of clauses of size 1556
Number of clauses of size 25229536
Number of clauses of size 36084
Number of clauses of size 49856
Number of clauses of size 58159
Number of clauses of size over 560482

Solver Data

0.00/0.00	c Set FPU double precision.
2.20/2.25	c Parse Cnf success: #var: 224228 #clause: 5314673
2.20/2.25	c Find Units :        556
2.59/2.68	c Find Invs  :        156
2.79/2.88	c Find Ands  :      39194 AvgFaninNum: 15.8871
2.79/2.89	c Find Xors  :          0 AvgFaninNum: nan
2.79/2.89	c Find Ite   :          0
2.79/2.90	c UnDirect variable: 181
2.79/2.90	c UnDirect to Direct Gate: 85
2.79/2.90	c Forced Direct Gate: 51 Unuse unDirect Gate: 86
2.89/2.91	c Break Cycle : 14204
2.89/2.91	c Total Root : 18586 Undef Var: 200092
3.19/3.25	c After covering, Total Root: 23701 Leaf: 137241
3.19/3.25	c Variable( cover/uncovered/unused ): 161377 62851 0
3.19/3.25	c Unit Clauses: 556
3.19/3.25	c Binary Clauses( cover/uncovered ): 576163 4651029
3.19/3.25	c Clauses( cover/uncovered ): 24051 60530
3.19/3.25	c Total Clauses( cover/uncovered ): 600770 4711559 11.309%
3.19/3.25	c Covered Ands: 24051 Invs: 85 Xors: 0 Ites: 0
5.89/5.93	c Uncover Clauses avg size: 2.11708 max size: 161
5.99/6.01	c Final circuit: i/l/o/s  199565       0 4703743   5365342
5.99/6.01	c CnfToAig: Time: 6.01 s
9.49/9.54	c TmMap: Set choices finish.
11.99/12.06	c TmMap: Set big and: 4812741
11.99/12.06	c TmMap: Origin: 5564908 ClauseNum: 16096026 --> New: 5012314 ClauseNum: 15000930
11.99/12.06	c TmMap: Time: 3
12.79/12.84	c Try to Add: #clause: 9625510 #xorclause: 0
13.79/13.83	c #var: 308570 #clauses: 165450 Solving... 
72.09/72.19	s UNSATISFIABLE
72.19/72.29	c CPU time: 72.28 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-3384375-1305545443/watcher-3384375-1305545443 -o /tmp/evaluation-result-3384375-1305545443/solver-3384375-1305545443 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384375-1305545443.cnf 1263036218 

running on 4 cores: 0,2,4,6

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.05 2.00 1.95 2/301 14988
/proc/meminfo: memFree=20688496/32951124 swapFree=63485424/67111528
[pid=14988] ppid=14986 vsize=37620 CPUtime=0 cores=0,2,4,6
/proc/14988/stat : 14988 (qutersat_releas) R 14986 14988 14604 0 -1 4202496 2798 0 0 0 0 0 0 0 23 0 1 0 646960462 38522880 2734 33554432000 4194304 6014671 140737263407024 18446744073709551615 4271063 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14988/statm: 9405 2750 370 445 0 2950 0

[startup+0.106681 s]
/proc/loadavg: 2.05 2.00 1.95 2/301 14988
/proc/meminfo: memFree=20688496/32951124 swapFree=63485424/67111528
[pid=14988] ppid=14986 vsize=54004 CPUtime=0.1 cores=0,2,4,6
/proc/14988/stat : 14988 (qutersat_releas) R 14986 14988 14604 0 -1 4202496 6859 0 0 0 9 1 0 0 23 0 1 0 646960462 55300096 6795 33554432000 4194304 6014671 140737263407024 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14988/statm: 13501 6797 378 445 0 7046 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 54004

[startup+0.200678 s]
/proc/loadavg: 2.05 2.00 1.95 2/301 14988
/proc/meminfo: memFree=20688496/32951124 swapFree=63485424/67111528
[pid=14988] ppid=14986 vsize=66420 CPUtime=0.19 cores=0,2,4,6
/proc/14988/stat : 14988 (qutersat_releas) R 14986 14988 14604 0 -1 4202496 10429 0 0 0 17 2 0 0 24 0 1 0 646960462 68014080 10365 33554432000 4194304 6014671 140737263407024 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14988/statm: 16605 10365 378 445 0 10150 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 66420

[startup+0.300646 s]
/proc/loadavg: 2.05 2.00 1.95 2/301 14988
/proc/meminfo: memFree=20688496/32951124 swapFree=63485424/67111528
[pid=14988] ppid=14986 vsize=90996 CPUtime=0.29 cores=0,2,4,6
/proc/14988/stat : 14988 (qutersat_releas) R 14986 14988 14604 0 -1 4202496 15987 0 0 0 27 2 0 0 25 0 1 0 646960462 93179904 15923 33554432000 4194304 6014671 140737263407024 18446744073709551615 4277926 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14988/statm: 22749 15924 378 445 0 16294 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 90996

[startup+0.700572 s]
/proc/loadavg: 2.05 2.00 1.95 2/301 14988
/proc/meminfo: memFree=20688496/32951124 swapFree=63485424/67111528
[pid=14988] ppid=14986 vsize=140404 CPUtime=0.69 cores=0,2,4,6
/proc/14988/stat : 14988 (qutersat_releas) R 14986 14988 14604 0 -1 4202496 28543 0 0 0 65 4 0 0 25 0 1 0 646960462 143773696 28479 33554432000 4194304 6014671 140737263407024 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14988/statm: 35101 28479 378 445 0 28646 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 140404

[startup+1.50041 s]
/proc/loadavg: 2.05 2.00 1.95 3/302 14989
/proc/meminfo: memFree=20483888/32951124 swapFree=63485424/67111528
[pid=14988] ppid=14986 vsize=239604 CPUtime=1.49 cores=0,2,4,6
/proc/14988/stat : 14988 (qutersat_releas) R 14986 14988 14604 0 -1 4202496 53547 0 0 0 141 8 0 0 25 0 1 0 646960462 245354496 53483 33554432000 4194304 6014671 140737263407024 18446744073709551615 4811180 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14988/statm: 59901 53484 378 445 0 53446 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 239604

[startup+3.10114 s]
/proc/loadavg: 2.05 2.00 1.95 3/302 14989
/proc/meminfo: memFree=20331896/32951124 swapFree=63485424/67111528
[pid=14988] ppid=14986 vsize=436468 CPUtime=3.09 cores=0,2,4,6
/proc/14988/stat : 14988 (qutersat_releas) R 14986 14988 14604 0 -1 4202496 97000 0 0 0 296 13 0 0 25 0 1 0 646960462 446943232 96936 33554432000 4194304 6014671 140737263407024 18446744073709551615 4314323 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14988/statm: 109117 96936 398 445 0 102662 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 436468

[startup+6.30052 s]
/proc/loadavg: 2.05 2.00 1.95 3/302 14989
/proc/meminfo: memFree=19965244/32951124 swapFree=63485424/67111528
[pid=14988] ppid=14986 vsize=1246032 CPUtime=6.29 cores=0,2,4,6
/proc/14988/stat : 14988 (qutersat_releas) R 14986 14988 14604 0 -1 4202496 292170 0 0 0 597 32 0 0 25 0 1 0 646960462 1275936768 291931 33554432000 4194304 6014671 140737263407024 18446744073709551615 4259516 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14988/statm: 311508 291962 668 445 0 305053 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1246032

[startup+12.7003 s]
/proc/loadavg: 2.04 2.00 1.95 3/302 14990
/proc/meminfo: memFree=18654812/32951124 swapFree=63485424/67111528
[pid=14988] ppid=14986 vsize=2212600 CPUtime=12.69 cores=0,2,4,6
/proc/14988/stat : 14988 (qutersat_releas) R 14986 14988 14604 0 -1 4202496 515653 0 0 0 1214 55 0 0 18 0 1 0 646960462 2265702400 514809 33554432000 4194304 6014671 140737263407024 18446744073709551615 4246940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14988/statm: 553150 514809 680 445 0 546695 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2212600

[startup+25.501 s]
/proc/loadavg: 2.03 2.00 1.95 3/302 14990
/proc/meminfo: memFree=18653632/32951124 swapFree=63485424/67111528
[pid=14988] ppid=14986 vsize=2212600 CPUtime=25.49 cores=0,2,4,6
/proc/14988/stat : 14988 (qutersat_releas) R 14986 14988 14604 0 -1 4202496 516273 0 0 0 2494 55 0 0 25 0 1 0 646960462 2265702400 515429 33554432000 4194304 6014671 140737263407024 18446744073709551615 4537048 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14988/statm: 553150 515429 710 445 0 546695 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2212600

[startup+51.1013 s]
/proc/loadavg: 2.02 2.00 1.95 3/302 14991
/proc/meminfo: memFree=18618980/32951124 swapFree=63485424/67111528
[pid=14988] ppid=14986 vsize=2212600 CPUtime=51.09 cores=0,2,4,6
/proc/14988/stat : 14988 (qutersat_releas) R 14986 14988 14604 0 -1 4202496 516287 0 0 0 5054 55 0 0 25 0 1 0 646960462 2265702400 515443 33554432000 4194304 6014671 140737263407024 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14988/statm: 553150 515443 723 445 0 546695 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2212600

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

[startup+51.2013 s]
/proc/loadavg: 2.02 2.00 1.95 3/302 14991
/proc/meminfo: memFree=18618980/32951124 swapFree=63485424/67111528
[pid=14988] ppid=14986 vsize=2212600 CPUtime=51.19 cores=0,2,4,6
/proc/14988/stat : 14988 (qutersat_releas) R 14986 14988 14604 0 -1 4202496 516287 0 0 0 5064 55 0 0 25 0 1 0 646960462 2265702400 515443 33554432000 4194304 6014671 140737263407024 18446744073709551615 4372162 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14988/statm: 553150 515443 723 445 0 546695 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 2212600

[startup+64.0009 s]
/proc/loadavg: 2.02 2.00 1.95 3/302 14991
/proc/meminfo: memFree=18587360/32951124 swapFree=63485424/67111528
[pid=14988] ppid=14986 vsize=2212600 CPUtime=63.99 cores=0,2,4,6
/proc/14988/stat : 14988 (qutersat_releas) R 14986 14988 14604 0 -1 4202496 516287 0 0 0 6344 55 0 0 25 0 1 0 646960462 2265702400 515443 33554432000 4194304 6014671 140737263407024 18446744073709551615 4372411 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14988/statm: 553150 515443 723 445 0 546695 0
Current children cumulated CPU time (s) 63.99
Current children cumulated vsize (KiB) 2212600

[startup+67.2113 s]
/proc/loadavg: 2.02 2.00 1.95 3/302 14991
/proc/meminfo: memFree=18581780/32951124 swapFree=63485424/67111528
[pid=14988] ppid=14986 vsize=2212600 CPUtime=67.2 cores=0,2,4,6
/proc/14988/stat : 14988 (qutersat_releas) R 14986 14988 14604 0 -1 4202496 516287 0 0 0 6665 55 0 0 25 0 1 0 646960462 2265702400 515443 33554432000 4194304 6014671 140737263407024 18446744073709551615 4383587 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14988/statm: 553150 515443 723 445 0 546695 0
Current children cumulated CPU time (s) 67.2
Current children cumulated vsize (KiB) 2212600

[startup+70.4007 s]
/proc/loadavg: 2.01 2.00 1.95 3/302 14991
/proc/meminfo: memFree=18572356/32951124 swapFree=63485424/67111528
[pid=14988] ppid=14986 vsize=2212600 CPUtime=70.4 cores=0,2,4,6
/proc/14988/stat : 14988 (qutersat_releas) R 14986 14988 14604 0 -1 4202496 516287 0 0 0 6985 55 0 0 25 0 1 0 646960462 2265702400 515443 33554432000 4194304 6014671 140737263407024 18446744073709551615 4383647 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14988/statm: 553150 515443 723 445 0 546695 0
Current children cumulated CPU time (s) 70.4
Current children cumulated vsize (KiB) 2212600

[startup+71.2005 s]
/proc/loadavg: 2.01 2.00 1.95 3/302 14991
/proc/meminfo: memFree=18572356/32951124 swapFree=63485424/67111528
[pid=14988] ppid=14986 vsize=2212600 CPUtime=71.19 cores=0,2,4,6
/proc/14988/stat : 14988 (qutersat_releas) R 14986 14988 14604 0 -1 4202496 516287 0 0 0 7064 55 0 0 25 0 1 0 646960462 2265702400 515443 33554432000 4194304 6014671 140737263407024 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14988/statm: 553150 515443 723 445 0 546695 0
Current children cumulated CPU time (s) 71.19
Current children cumulated vsize (KiB) 2212600

[startup+72.0004 s]
/proc/loadavg: 2.01 2.00 1.95 3/302 14991
/proc/meminfo: memFree=18570124/32951124 swapFree=63485424/67111528
[pid=14988] ppid=14986 vsize=2212600 CPUtime=71.99 cores=0,2,4,6
/proc/14988/stat : 14988 (qutersat_releas) R 14986 14988 14604 0 -1 4202496 516287 0 0 0 7144 55 0 0 25 0 1 0 646960462 2265702400 515443 33554432000 4194304 6014671 140737263407024 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14988/statm: 553150 515443 723 445 0 546695 0
Current children cumulated CPU time (s) 71.99
Current children cumulated vsize (KiB) 2212600

[startup+72.2004 s]
/proc/loadavg: 2.01 2.00 1.95 3/302 14991
/proc/meminfo: memFree=18570124/32951124 swapFree=63485424/67111528
[pid=14988] ppid=14986 vsize=2212600 CPUtime=72.19 cores=0,2,4,6
/proc/14988/stat : 14988 (qutersat_releas) R 14986 14988 14604 0 -1 4202496 516287 0 0 0 7164 55 0 0 25 0 1 0 646960462 2265702400 515212 33554432000 4194304 6014671 140737263407024 18446744073709551615 4767750 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14988/statm: 553150 515212 723 445 0 546695 0
Current children cumulated CPU time (s) 72.19
Current children cumulated vsize (KiB) 2212600

[startup+72.3004 s]
/proc/loadavg: 2.01 2.00 1.95 3/302 14991
/proc/meminfo: memFree=18570124/32951124 swapFree=63485424/67111528
[pid=14988] ppid=14986 vsize=0 CPUtime=72.29 cores=0,2,4,6
/proc/14988/stat : 14988 (qutersat_releas) R 14986 14988 14604 0 -1 4202500 516291 0 0 0 7173 56 0 0 25 0 1 0 646960462 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 4 0 0 0
/proc/14988/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 72.29
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 72.3686
CPU time (s): 72.37
CPU user time (s): 71.7381
CPU system time (s): 0.631903
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2212600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.7381
system time used= 0.631903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 516291
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 97

runsolver used 0.218966 second user time and 0.443932 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-16 13:30:46
IDJOB=3384375
IDBENCH=82430
IDSOLVER=1868
FILE ID=node147/3384375-1305545443
RUNJOBID= node147-1305540196-14622
PBS_JOBID= 13329206
Free space on /tmp= 73060 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-27-step13.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384375-1305545443/watcher-3384375-1305545443 -o /tmp/evaluation-result-3384375-1305545443/solver-3384375-1305545443 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384375-1305545443.cnf 1263036218

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

MD5SUM BENCH= 52e16341bcff805ef2d6abe4e95359a0
RANDOM SEED=1263036218

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:      20688644 kB
Buffers:        322276 kB
Cached:        5524376 kB
SwapCached:      13132 kB
Active:        5574148 kB
Inactive:      6433480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20688644 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:           95116 kB
Writeback:           0 kB
AnonPages:     6156336 kB
Mapped:          19112 kB
Slab:           154816 kB
PageTables:      36012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 54508184 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= 73056 MiB
End job on node147 at 2011-05-16 13:31:58