Trace number 3285575

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-03-01? (MO) 383.012 383.01

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.045-NOTKNOWN.cnf
MD5SUM4ab53801f3b1a3f7169c9fb38cba4184
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables171676
Number of clauses870241
Sum of the clauses size2069671
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2859140
Number of clauses of size 32700
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58190

Solver Data

0.00/0.01	c Set FPU double precision.
0.29/0.35	c Parse Cnf success: #var: 171676 #clause: 870241
0.29/0.35	c Find Units :        211
0.38/0.43	c Find Invs  :       1350
0.48/0.50	c Find Ands  :       9450 AvgFaninNum: 14.4286
0.48/0.51	c Find Xors  :          0 AvgFaninNum: nan
0.48/0.51	c Find Ite   :          0
0.48/0.51	c UnDirect variable: 0
0.48/0.51	c UnDirect to Direct Gate: 0
0.48/0.51	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.48/0.51	c Break Cycle : 1858
0.48/0.51	c Total Root : 60 Undef Var: 166724
0.48/0.57	c After covering, Total Root: 607 Leaf: 69539
0.48/0.57	c Variable( cover/uncovered/unused ): 74491 97185 0
0.48/0.57	c Unit Clauses: 211
0.48/0.57	c Binary Clauses( cover/uncovered ): 75212 783928
0.48/0.57	c Clauses( cover/uncovered ): 4952 5938
0.48/0.57	c Total Clauses( cover/uncovered ): 80375 789866 9.23595%
0.48/0.57	c Covered Ands: 4952 Invs: 0 Xors: 0 Ites: 0
0.99/1.05	c Uncover Clauses avg size: 2.32808 max size: 63
0.99/1.06	c Final circuit: i/l/o/s  166603       0  624450    782147
0.99/1.06	c CnfToAig: Time: 1.05 s
1.59/1.69	c TmMap: Set choices finish.
1.98/2.07	c TmMap: Set big and: 632955
1.98/2.07	c TmMap: Origin: 948751 ClauseNum: 2346441 --> New: 799749 ClauseNum: 2049496
1.98/2.07	c TmMap: Time: 0.47
2.19/2.22	c Try to Add: #clause: 1266646 #xorclause: 0
2.38/2.43	c #var: 175298 #clauses: 41579 Solving... 
382.71/382.71	c Time Out !!
382.71/382.71	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3285575-1303760684/watcher-3285575-1303760684 -o /tmp/evaluation-result-3285575-1303760684/solver-3285575-1303760684 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3285575-1303760684.cnf 1204585225 

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.78 4.52 5.07 5/187 18356
/proc/meminfo: memFree=19605740/32951132 swapFree=67111364/67111528
[pid=18356] ppid=18354 vsize=26264 CPUtime=0 cores=0,2
/proc/18356/stat : 18356 (qutersat_releas) R 18354 18356 17937 0 -1 4194304 140 0 0 0 0 0 0 0 21 0 1 0 487667128 26894336 92 33554432000 4194304 6016207 140733683130560 18446744073709551615 242965587612 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/18356/statm: 6566 105 79 445 0 97 0

[startup+0.0289259 s]
/proc/loadavg: 4.78 4.52 5.07 5/187 18356
/proc/meminfo: memFree=19605740/32951132 swapFree=67111364/67111528
[pid=18356] ppid=18354 vsize=39460 CPUtime=0.01 cores=0,2
/proc/18356/stat : 18356 (qutersat_releas) R 18354 18356 17937 0 -1 4202496 3527 0 0 0 1 0 0 0 21 0 1 0 487667128 40407040 3461 33554432000 4194304 6016207 140733683130560 18446744073709551615 4804229 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18356/statm: 9865 3461 379 445 0 3409 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 39460

[startup+0.100937 s]
/proc/loadavg: 4.78 4.52 5.07 5/187 18356
/proc/meminfo: memFree=19605740/32951132 swapFree=67111364/67111528
[pid=18356] ppid=18354 vsize=60964 CPUtime=0.08 cores=0,2
/proc/18356/stat : 18356 (qutersat_releas) R 18354 18356 17937 0 -1 4202496 7250 0 0 0 7 1 0 0 21 0 1 0 487667128 62427136 7185 33554432000 4194304 6016207 140733683130560 18446744073709551615 4309240 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18356/statm: 15241 7213 379 445 0 8785 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 60964

[startup+0.300916 s]
/proc/loadavg: 4.78 4.52 5.07 5/187 18356
/proc/meminfo: memFree=19605740/32951132 swapFree=67111364/67111528
[pid=18356] ppid=18354 vsize=86180 CPUtime=0.29 cores=0,2
/proc/18356/stat : 18356 (qutersat_releas) R 18354 18356 17937 0 -1 4202496 14712 0 0 0 27 2 0 0 22 0 1 0 487667128 88248320 14646 33554432000 4194304 6016207 140733683130560 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18356/statm: 21545 14646 379 445 0 15089 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86180

[startup+0.700841 s]
/proc/loadavg: 4.78 4.52 5.07 5/187 18356
/proc/meminfo: memFree=19605740/32951132 swapFree=67111364/67111528
[pid=18356] ppid=18354 vsize=86180 CPUtime=0.68 cores=0,2
/proc/18356/stat : 18356 (qutersat_releas) R 18354 18356 17937 0 -1 4202496 15095 0 0 0 66 2 0 0 23 0 1 0 487667128 88248320 15029 33554432000 4194304 6016207 140733683130560 18446744073709551615 4315426 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18356/statm: 21545 15029 400 445 0 15089 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 86180

[startup+1.50071 s]
/proc/loadavg: 4.78 4.52 5.07 5/188 18357
/proc/meminfo: memFree=19501332/32951132 swapFree=67111364/67111528
[pid=18356] ppid=18354 vsize=251804 CPUtime=1.48 cores=0,2
/proc/18356/stat : 18356 (qutersat_releas) R 18354 18356 17937 0 -1 4202496 56951 0 0 0 141 7 0 0 25 0 1 0 487667128 257847296 56885 33554432000 4194304 6016207 140733683130560 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18356/statm: 62951 56887 670 445 0 56495 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 251804

[startup+3.10043 s]
/proc/loadavg: 4.78 4.52 5.07 6/188 18357
/proc/meminfo: memFree=19253828/32951132 swapFree=67111364/67111528
[pid=18356] ppid=18354 vsize=377836 CPUtime=3.09 cores=0,2
/proc/18356/stat : 18356 (qutersat_releas) R 18354 18356 17937 0 -1 4202496 86720 0 0 0 297 12 0 0 25 0 1 0 487667128 386904064 86654 33554432000 4194304 6016207 140733683130560 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18356/statm: 94459 86654 700 445 0 88003 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 377836

[startup+6.30087 s]
/proc/loadavg: 4.88 4.54 5.07 6/188 18357
/proc/meminfo: memFree=19227184/32951132 swapFree=67111364/67111528
[pid=18356] ppid=18354 vsize=460780 CPUtime=6.29 cores=0,2
/proc/18356/stat : 18356 (qutersat_releas) R 18354 18356 17937 0 -1 4202496 101778 0 0 0 614 15 0 0 25 0 1 0 487667128 471838720 101696 33554432000 4194304 6016207 140733683130560 18446744073709551615 4446335 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18356/statm: 115195 101696 700 445 0 108739 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 460780

[startup+12.7008 s]
/proc/loadavg: 4.81 4.54 5.07 5/188 18358
/proc/meminfo: memFree=18923664/32951132 swapFree=67111364/67111528
[pid=18356] ppid=18354 vsize=838612 CPUtime=12.69 cores=0,2
/proc/18356/stat : 18356 (qutersat_releas) R 18354 18356 17937 0 -1 4202496 166140 0 0 0 1246 23 0 0 25 0 1 0 487667128 858738688 166058 33554432000 4194304 6016207 140733683130560 18446744073709551615 4368928 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18356/statm: 209653 166058 712 445 0 203197 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 838612

[startup+25.5006 s]
/proc/loadavg: 4.63 4.51 5.05 5/188 18358
/proc/meminfo: memFree=18825584/32951132 swapFree=67111364/67111528
[pid=18356] ppid=18354 vsize=906308 CPUtime=25.48 cores=0,2
/proc/18356/stat : 18356 (qutersat_releas) R 18354 18356 17937 0 -1 4202496 178458 0 0 0 2523 25 0 0 25 0 1 0 487667128 928059392 178019 33554432000 4194304 6016207 140733683130560 18446744073709551615 4373657 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18356/statm: 226577 178019 724 445 0 220121 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 906308

[startup+51.1012 s]
/proc/loadavg: 4.41 4.47 5.02 5/188 18359
/proc/meminfo: memFree=18527728/32951132 swapFree=67111364/67111528
[pid=18356] ppid=18354 vsize=971848 CPUtime=51.09 cores=0,2
/proc/18356/stat : 18356 (qutersat_releas) R 18354 18356 17937 0 -1 4202496 186326 0 0 0 5082 27 0 0 25 0 1 0 487667128 995172352 185887 33554432000 4194304 6016207 140733683130560 18446744073709551615 4373959 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18356/statm: 242962 185887 724 445 0 236506 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 971848

[startup+102.307 s]
/proc/loadavg: 4.22 4.41 4.97 5/188 18360
/proc/meminfo: memFree=13002680/32951132 swapFree=67111364/67111528
[pid=18356] ppid=18354 vsize=3392824 CPUtime=102.29 cores=0,2
/proc/18356/stat : 18356 (qutersat_releas) R 18354 18356 17937 0 -1 4202496 807389 0 0 0 10130 99 0 0 25 0 1 0 487667128 3474251776 788374 33554432000 4194304 6016207 140733683130560 18446744073709551615 4720852 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18356/statm: 848206 788374 731 445 0 841750 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 3392824

[startup+162.301 s]
/proc/loadavg: 4.81 4.51 4.96 5/188 18418
/proc/meminfo: memFree=15699032/32951132 swapFree=67111364/67111528
[pid=18356] ppid=18354 vsize=6314436 CPUtime=162.29 cores=0,2
/proc/18356/stat : 18356 (qutersat_releas) R 18354 18356 17937 0 -1 4202496 1529479 0 0 0 16042 187 0 0 25 0 1 0 487667128 6465982464 1488678 33554432000 4194304 6016207 140733683130560 18446744073709551615 4379661 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18356/statm: 1578609 1488678 731 445 0 1572153 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 6314436

[startup+222.301 s]
/proc/loadavg: 4.30 4.41 4.90 5/188 18419
/proc/meminfo: memFree=14508624/32951132 swapFree=67111364/67111528
[pid=18356] ppid=18354 vsize=6577812 CPUtime=222.29 cores=0,2
/proc/18356/stat : 18356 (qutersat_releas) R 18354 18356 17937 0 -1 4202496 1605036 0 0 0 22033 196 0 0 25 0 1 0 487667128 6735679488 1564234 33554432000 4194304 6016207 140733683130560 18446744073709551615 4373423 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18356/statm: 1644453 1564234 734 445 0 1637997 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 6577812

[startup+282.3 s]
/proc/loadavg: 4.11 4.33 4.84 5/188 18421
/proc/meminfo: memFree=13331028/32951132 swapFree=67111364/67111528
[pid=18356] ppid=18354 vsize=7104708 CPUtime=282.29 cores=0,2
/proc/18356/stat : 18356 (qutersat_releas) R 18354 18356 17937 0 -1 4202496 1708013 0 0 0 28020 209 0 0 25 0 1 0 487667128 7275220992 1667164 33554432000 4194304 6016207 140733683130560 18446744073709551615 4373712 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18356/statm: 1776177 1667164 734 445 0 1769721 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 7104708

[startup+342.301 s]
/proc/loadavg: 4.04 4.27 4.79 5/188 18422
/proc/meminfo: memFree=12419964/32951132 swapFree=67111364/67111528
[pid=18356] ppid=18354 vsize=7794512 CPUtime=342.29 cores=0,2
/proc/18356/stat : 18356 (qutersat_releas) R 18354 18356 17937 0 -1 4202496 1832866 0 0 0 34004 225 0 0 25 0 1 0 487667128 7981580288 1792017 33554432000 4194304 6016207 140733683130560 18446744073709551615 4373679 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18356/statm: 1948628 1792017 734 445 0 1942172 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 7794512



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+382.701 s]
/proc/loadavg: 4.02 4.23 4.75 6/188 18423
/proc/meminfo: memFree=11931788/32951132 swapFree=67111364/67111528
[pid=18356] ppid=18354 vsize=7866084 CPUtime=382.71 cores=0,2
/proc/18356/stat : 18356 (qutersat_releas) R 18354 18356 17937 0 -1 4202496 1856154 0 0 0 38042 229 0 0 25 0 1 0 487667128 8054870016 1815305 33554432000 4194304 6016207 140733683130560 18446744073709551615 4667999 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/18356/statm: 1966521 1815305 734 445 0 1960065 0
Current children cumulated CPU time (s) 382.71
Current children cumulated vsize (KiB) 7866084

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+383.001 s]
/proc/loadavg: 4.02 4.23 4.75 6/188 18423
/proc/meminfo: memFree=11931788/32951132 swapFree=67111364/67111528
[pid=18356] ppid=18354 vsize=0 CPUtime=382.99 cores=0,2
/proc/18356/stat : 18356 (qutersat_releas) R 18354 18356 17937 0 -1 4202500 1856179 0 0 0 38042 257 0 0 25 0 1 0 487667128 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 0 0 0 0
/proc/18356/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 382.99
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 383.01
CPU time (s): 383.012
CPU user time (s): 380.425
CPU system time (s): 2.58661
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 7866084

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

runsolver used 0.673897 second user time and 1.43278 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-25 21:44:45
IDJOB=3285575
IDBENCH=82389
IDSOLVER=1607
FILE ID=node128/3285575-1303760684
RUNJOBID= node128-1303759504-17955
PBS_JOBID= 13157129
Free space on /tmp= 66656 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.045-NOTKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285575-1303760684/watcher-3285575-1303760684 -o /tmp/evaluation-result-3285575-1303760684/solver-3285575-1303760684 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3285575-1303760684.cnf 1204585225

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

MD5SUM BENCH= 4ab53801f3b1a3f7169c9fb38cba4184
RANDOM SEED=1204585225

node128.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.852
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.70
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.852
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.852
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.852
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.852
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.852
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.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      19606020 kB
Buffers:       1272328 kB
Cached:        5907600 kB
SwapCached:        160 kB
Active:        6041408 kB
Inactive:      6675784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      19606020 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           83820 kB
Writeback:           0 kB
AnonPages:     5537396 kB
Mapped:          20440 kB
Slab:           553524 kB
PageTables:      16872 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  6661640 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66668 MiB
End job on node128 at 2011-04-25 21:51:10