Trace number 3384362

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 79.6559 79.654

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.030-NOTKNOWN.cnf
MD5SUM17407fc59aa2b679b7792ae0656704b9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.4647
Satisfiable
(Un)Satisfiability was proved
Number of variables66084
Number of clauses1060536
Sum of the clauses size2420856
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21023120
Number of clauses of size 32880
Number of clauses of size 413320
Number of clauses of size 55760
Number of clauses of size over 514760

Solver Data

0.00/0.00	c Set FPU double precision.
0.29/0.34	c Parse Cnf success: #var: 66084 #clause: 1060536
0.29/0.34	c Find Units :        696
0.39/0.43	c Find Invs  :          0
0.39/0.49	c Find Ands  :       4320 AvgFaninNum: 3
0.39/0.49	c Find Xors  :          0 AvgFaninNum: nan
0.39/0.49	c Find Ite   :          0
0.39/0.49	c UnDirect variable: 0
0.39/0.49	c UnDirect to Direct Gate: 0
0.39/0.49	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.39/0.49	c Break Cycle : 0
0.39/0.49	c Total Root : 144 Undef Var: 61764
0.49/0.50	c After covering, Total Root: 144 Leaf: 9336
0.49/0.50	c Variable( cover/uncovered/unused ): 13656 52428 0
0.49/0.50	c Unit Clauses: 696
0.49/0.50	c Binary Clauses( cover/uncovered ): 12960 1010160
0.49/0.50	c Clauses( cover/uncovered ): 4320 32400
0.49/0.50	c Total Clauses( cover/uncovered ): 17976 1042560 1.69499%
0.49/0.50	c Covered Ands: 4320 Invs: 0 Xors: 0 Ites: 0
0.88/1.00	c Uncover Clauses avg size: 2.27993 max size: 78
0.99/1.01	c Final circuit: i/l/o/s   61068       0  716156    851194
0.99/1.01	c CnfToAig: Time: 1 s
1.59/1.65	c TmMap: Set choices finish.
1.99/2.04	c TmMap: Set big and: 718997
1.99/2.04	c TmMap: Origin: 912263 ClauseNum: 2553582 --> New: 780066 ClauseNum: 2291843
1.99/2.04	c TmMap: Time: 0.48
2.10/2.17	c Try to Add: #clause: 1437994 #xorclause: 0
2.29/2.30	c #var: 63909 #clauses: 39142 Solving... 
79.49/79.58	s UNSATISFIABLE
79.59/79.61	c CPU time: 79.6 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-3384362-1305545242/watcher-3384362-1305545242 -o /tmp/evaluation-result-3384362-1305545242/solver-3384362-1305545242 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384362-1305545242.cnf 904853024 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.02 2.00 2/423 8041
/proc/meminfo: memFree=11296036/32950928 swapFree=45358800/67111528
[pid=8041] ppid=8039 vsize=33916 CPUtime=0 cores=1,3,5,7
/proc/8041/stat : 8041 (qutersat_releas) R 8039 8041 7770 0 -1 4202496 2275 0 0 0 0 0 0 0 20 0 1 0 666120989 34729984 2211 33554432000 4194304 6014671 140735517096128 18446744073709551615 4795419 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8041/statm: 8479 2212 378 445 0 2024 0

[startup+0.081975 s]
/proc/loadavg: 2.04 2.02 2.00 2/423 8041
/proc/meminfo: memFree=11296036/32950928 swapFree=45358800/67111528
[pid=8041] ppid=8039 vsize=58492 CPUtime=0.07 cores=1,3,5,7
/proc/8041/stat : 8041 (qutersat_releas) R 8039 8041 7770 0 -1 4202496 8002 0 0 0 6 1 0 0 20 0 1 0 666120989 59895808 7938 33554432000 4194304 6014671 140735517096128 18446744073709551615 4308338 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8041/statm: 14623 7938 378 445 0 8168 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 58492

[startup+0.10097 s]
/proc/loadavg: 2.04 2.02 2.00 2/423 8041
/proc/meminfo: memFree=11296036/32950928 swapFree=45358800/67111528
[pid=8041] ppid=8039 vsize=58492 CPUtime=0.09 cores=1,3,5,7
/proc/8041/stat : 8041 (qutersat_releas) R 8039 8041 7770 0 -1 4202496 8083 0 0 0 8 1 0 0 20 0 1 0 666120989 59895808 8019 33554432000 4194304 6014671 140735517096128 18446744073709551615 254500691712 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8041/statm: 14623 8020 378 445 0 8168 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 58492

[startup+0.300935 s]
/proc/loadavg: 2.04 2.02 2.00 2/423 8041
/proc/meminfo: memFree=11296036/32950928 swapFree=45358800/67111528
[pid=8041] ppid=8039 vsize=83196 CPUtime=0.29 cores=1,3,5,7
/proc/8041/stat : 8041 (qutersat_releas) R 8039 8041 7770 0 -1 4202496 14408 0 0 0 27 2 0 0 21 0 1 0 666120989 85192704 14344 33554432000 4194304 6014671 140735517096128 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8041/statm: 20799 14344 378 445 0 14344 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83196

[startup+0.700852 s]
/proc/loadavg: 2.04 2.02 2.00 2/423 8041
/proc/meminfo: memFree=11296036/32950928 swapFree=45358800/67111528
[pid=8041] ppid=8039 vsize=111868 CPUtime=0.69 cores=1,3,5,7
/proc/8041/stat : 8041 (qutersat_releas) R 8039 8041 7770 0 -1 4202496 17911 0 0 0 67 2 0 0 22 0 1 0 666120989 114552832 17847 33554432000 4194304 6014671 140735517096128 18446744073709551615 4333912 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8041/statm: 27967 17864 398 445 0 21512 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 111868

[startup+1.5007 s]
/proc/loadavg: 2.04 2.02 2.00 3/424 8042
/proc/meminfo: memFree=11185836/32950928 swapFree=45358800/67111528
[pid=8041] ppid=8039 vsize=258268 CPUtime=1.49 cores=1,3,5,7
/proc/8041/stat : 8041 (qutersat_releas) R 8039 8041 7770 0 -1 4202496 58574 0 0 0 142 7 0 0 25 0 1 0 666120989 264466432 58510 33554432000 4194304 6014671 140735517096128 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8041/statm: 64567 58513 668 445 0 58112 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 258268

[startup+3.10036 s]
/proc/loadavg: 2.04 2.02 2.00 3/424 8042
/proc/meminfo: memFree=10951848/32950928 swapFree=45358800/67111528
[pid=8041] ppid=8039 vsize=376212 CPUtime=3.09 cores=1,3,5,7
/proc/8041/stat : 8041 (qutersat_releas) R 8039 8041 7770 0 -1 4202496 86147 0 0 0 298 11 0 0 25 0 1 0 666120989 385241088 86083 33554432000 4194304 6014671 140735517096128 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8041/statm: 94053 86083 701 445 0 87598 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 376212

[startup+6.30074 s]
/proc/loadavg: 2.03 2.02 2.00 3/424 8042
/proc/meminfo: memFree=10932156/32950928 swapFree=45358800/67111528
[pid=8041] ppid=8039 vsize=472468 CPUtime=6.29 cores=1,3,5,7
/proc/8041/stat : 8041 (qutersat_releas) R 8039 8041 7770 0 -1 4202496 103922 0 0 0 617 12 0 0 25 0 1 0 666120989 483807232 103858 33554432000 4194304 6014671 140735517096128 18446744073709551615 4423268 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8041/statm: 118117 103858 701 445 0 111662 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 472468

[startup+12.7004 s]
/proc/loadavg: 2.03 2.02 2.00 3/424 8042
/proc/meminfo: memFree=10717540/32950928 swapFree=45358800/67111528
[pid=8041] ppid=8039 vsize=697188 CPUtime=12.69 cores=1,3,5,7
/proc/8041/stat : 8041 (qutersat_releas) R 8039 8041 7770 0 -1 4202496 144580 0 0 0 1253 16 0 0 25 0 1 0 666120989 713920512 144503 33554432000 4194304 6014671 140735517096128 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8041/statm: 174297 144503 723 445 0 167842 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 697188

[startup+25.5009 s]
/proc/loadavg: 2.02 2.01 2.00 3/424 8043
/proc/meminfo: memFree=9812128/32950928 swapFree=45358800/67111528
[pid=8041] ppid=8039 vsize=757140 CPUtime=25.49 cores=1,3,5,7
/proc/8041/stat : 8041 (qutersat_releas) R 8039 8041 7770 0 -1 4202496 157446 0 0 0 2531 18 0 0 25 0 1 0 666120989 775311360 157369 33554432000 4194304 6014671 140735517096128 18446744073709551615 4372165 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8041/statm: 189285 157369 724 445 0 182830 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 757140

[startup+51.1008 s]
/proc/loadavg: 2.01 2.01 2.00 3/424 8043
/proc/meminfo: memFree=9696220/32950928 swapFree=45358800/67111528
[pid=8041] ppid=8039 vsize=825232 CPUtime=51.09 cores=1,3,5,7
/proc/8041/stat : 8041 (qutersat_releas) R 8039 8041 7770 0 -1 4202496 164124 0 0 0 5090 19 0 0 25 0 1 0 666120989 845037568 164047 33554432000 4194304 6014671 140735517096128 18446744073709551615 4376491 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8041/statm: 206308 164047 724 445 0 199853 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 825232

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

[startup+63.9002 s]
/proc/loadavg: 2.01 2.01 2.00 3/424 8044
/proc/meminfo: memFree=9447476/32950928 swapFree=45358800/67111528
[pid=8041] ppid=8039 vsize=1102352 CPUtime=63.89 cores=1,3,5,7
/proc/8041/stat : 8041 (qutersat_releas) R 8039 8041 7770 0 -1 4202496 218798 0 0 0 6363 26 0 0 25 0 1 0 666120989 1128808448 218721 33554432000 4194304 6014671 140735517096128 18446744073709551615 4666513 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8041/statm: 275588 218721 728 445 0 269133 0
Current children cumulated CPU time (s) 63.89
Current children cumulated vsize (KiB) 1102352

[startup+70.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/424 8044
/proc/meminfo: memFree=9301528/32950928 swapFree=45358800/67111528
[pid=8041] ppid=8039 vsize=1231584 CPUtime=70.3 cores=1,3,5,7
/proc/8041/stat : 8041 (qutersat_releas) R 8039 8041 7770 0 -1 4202496 245434 0 0 0 7001 29 0 0 25 0 1 0 666120989 1261142016 245351 33554432000 4194304 6014671 140735517096128 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8041/statm: 307896 245351 729 445 0 301441 0
Current children cumulated CPU time (s) 70.3
Current children cumulated vsize (KiB) 1231584

[startup+73.5003 s]
/proc/loadavg: 2.01 2.01 2.00 3/424 8044
/proc/meminfo: memFree=9297808/32950928 swapFree=45358800/67111528
[pid=8041] ppid=8039 vsize=1231584 CPUtime=73.49 cores=1,3,5,7
/proc/8041/stat : 8041 (qutersat_releas) R 8039 8041 7770 0 -1 4202496 245440 0 0 0 7320 29 0 0 25 0 1 0 666120989 1261142016 245356 33554432000 4194304 6014671 140735517096128 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8041/statm: 307896 245356 728 445 0 301441 0
Current children cumulated CPU time (s) 73.49
Current children cumulated vsize (KiB) 1231584

[startup+76.7007 s]
/proc/loadavg: 2.01 2.01 2.00 3/424 8044
/proc/meminfo: memFree=9289364/32950928 swapFree=45358800/67111528
[pid=8041] ppid=8039 vsize=1254204 CPUtime=76.69 cores=1,3,5,7
/proc/8041/stat : 8041 (qutersat_releas) R 8039 8041 7770 0 -1 4202496 246250 0 0 0 7640 29 0 0 25 0 1 0 666120989 1284304896 246166 33554432000 4194304 6014671 140735517096128 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8041/statm: 313551 246166 728 445 0 307096 0
Current children cumulated CPU time (s) 76.69
Current children cumulated vsize (KiB) 1254204

[startup+78.3004 s]
/proc/loadavg: 2.01 2.01 2.00 3/424 8044
/proc/meminfo: memFree=9287480/32950928 swapFree=45358800/67111528
[pid=8041] ppid=8039 vsize=1254204 CPUtime=78.29 cores=1,3,5,7
/proc/8041/stat : 8041 (qutersat_releas) R 8039 8041 7770 0 -1 4202496 246630 0 0 0 7800 29 0 0 25 0 1 0 666120989 1284304896 246546 33554432000 4194304 6014671 140735517096128 18446744073709551615 4377916 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8041/statm: 313551 246546 728 445 0 307096 0
Current children cumulated CPU time (s) 78.29
Current children cumulated vsize (KiB) 1254204

[startup+79.1002 s]
/proc/loadavg: 2.01 2.01 2.00 3/424 8044
/proc/meminfo: memFree=9286488/32950928 swapFree=45358800/67111528
[pid=8041] ppid=8039 vsize=1254204 CPUtime=79.1 cores=1,3,5,7
/proc/8041/stat : 8041 (qutersat_releas) R 8039 8041 7770 0 -1 4202496 246791 0 0 0 7881 29 0 0 25 0 1 0 666120989 1284304896 246707 33554432000 4194304 6014671 140735517096128 18446744073709551615 4423272 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8041/statm: 313551 246707 728 445 0 307096 0
Current children cumulated CPU time (s) 79.1
Current children cumulated vsize (KiB) 1254204

[startup+79.5011 s]
/proc/loadavg: 2.01 2.01 2.00 3/424 8044
/proc/meminfo: memFree=9286488/32950928 swapFree=45358800/67111528
[pid=8041] ppid=8039 vsize=1254204 CPUtime=79.49 cores=1,3,5,7
/proc/8041/stat : 8041 (qutersat_releas) R 8039 8041 7770 0 -1 4202496 246835 0 0 0 7920 29 0 0 25 0 1 0 666120989 1284304896 246751 33554432000 4194304 6014671 140735517096128 18446744073709551615 4372463 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8041/statm: 313551 246751 728 445 0 307096 0
Current children cumulated CPU time (s) 79.49
Current children cumulated vsize (KiB) 1254204

[startup+79.6011 s]
/proc/loadavg: 2.01 2.01 2.00 3/424 8044
/proc/meminfo: memFree=9286488/32950928 swapFree=45358800/67111528
[pid=8041] ppid=8039 vsize=1254204 CPUtime=79.59 cores=1,3,5,7
/proc/8041/stat : 8041 (qutersat_releas) R 8039 8041 7770 0 -1 4202496 246840 0 0 0 7930 29 0 0 25 0 1 0 666120989 1284304896 246711 33554432000 4194304 6014671 140735517096128 18446744073709551615 4776562 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8041/statm: 313551 246711 728 445 0 307096 0
Current children cumulated CPU time (s) 79.59
Current children cumulated vsize (KiB) 1254204

Child status: 0
Real time (s): 79.654
CPU time (s): 79.6559
CPU user time (s): 79.3169
CPU system time (s): 0.338948
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1254204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 79.3169
system time used= 0.338948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 246844
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= 64

runsolver used 0.268959 second user time and 0.827874 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-16 13:27:23
IDJOB=3384362
IDBENCH=82410
IDSOLVER=1868
FILE ID=node149/3384362-1305545242
RUNJOBID= node149-1305540196-7789
PBS_JOBID= 13329204
Free space on /tmp= 73376 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.030-NOTKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384362-1305545242/watcher-3384362-1305545242 -o /tmp/evaluation-result-3384362-1305545242/solver-3384362-1305545242 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384362-1305545242.cnf 904853024

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

MD5SUM BENCH= 17407fc59aa2b679b7792ae0656704b9
RANDOM SEED=904853024

node149.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.806
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.61
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.806
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.806
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.83
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.806
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.806
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.806
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.806
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.806
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:      11296184 kB
Buffers:         55388 kB
Cached:         661876 kB
SwapCached:      36208 kB
Active:       12243528 kB
Inactive:      9132988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11296184 kB
SwapTotal:    67111528 kB
SwapFree:     45358800 kB
Dirty:          178008 kB
Writeback:           0 kB
AnonPages:    20635280 kB
Mapped:          25320 kB
Slab:            97368 kB
PageTables:     113556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 138341552 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= 73372 MiB
End job on node149 at 2011-05-16 13:28:43