Trace number 3433885

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
minisat hack: MiniSAT 2.2.0-agile-26UNSAT 20.5399 20.5428

General information on the benchmark

Namemanol-pipe-c6bidw_i.cnf
MD5SUM8aeb1eb6b7bf22d54183762fb5b6410c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.6651
Satisfiable
(Un)Satisfiability was proved
Number of variables96089
Number of clauses283993
Sum of the clauses size662649
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2189328
Number of clauses of size 394664
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

20.49/20.53	WARNING: for repeatability, setting FPU to use double precision
20.49/20.53	============================[ Problem Statistics ]=============================
20.49/20.53	|                                                                             |
20.49/20.53	|  Number of variables:         96089                                         |
20.49/20.53	|  Number of clauses:          283992                                         |
20.49/20.53	|  Parse time:                   0.13 s                                       |
20.49/20.53	|  Eliminated clauses:           3.55 Mb                                      |
20.49/20.53	|  Simplification time:          0.59 s                                       |
20.49/20.53	|                                                                             |
20.49/20.53	============================[ Search Statistics ]=================================
20.49/20.53	| Conflicts |          ORIGINAL         |          LEARNT          | Progress    |
20.49/20.53	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |     Agility |
20.49/20.53	==================================================================================
20.49/20.53	|       100 |   21040   128743   536871 |    47205       97      9 |  0.055 %  6 |
20.49/20.53	|       250 |   20428   128743   536871 |    51926      241     10 |  0.692 % 15 |
20.49/20.53	|       475 |   20415   128743   536871 |    57118      465     13 |  0.706 % 11 |
20.49/20.53	|       812 |   20415   128743   536871 |    62830      802     13 |  0.706 % 13 |
20.49/20.53	|      1318 |   20415   128743   536871 |    69113     1308     14 |  0.706 %  9 |
20.49/20.53	|      2077 |   20415   123268   508712 |    76025     2022     15 |  0.706 %  8 |
20.49/20.53	|      3216 |   20367   123268   508712 |    83627     3159     15 |  0.756 % 12 |
20.49/20.53	|      4924 |   20306   122239   504795 |    91990     4865     15 |  0.819 %  7 |
20.49/20.53	|      7486 |   20302   121778   502758 |   101189     7336     16 |  0.823 % 16 |
20.49/20.53	|     11330 |   20158   120185   496458 |   111308    11170     17 |  0.973 %  9 |
20.49/20.53	|     17096 |   20141   120156   496381 |   122439    16931     18 |  0.991 %  5 |
20.49/20.53	|     25745 |   20103   119652   494743 |   134683    25576     18 |  1.030 %  9 |
20.49/20.53	|     38719 |   20037   118745   491424 |   148151    38535     19 |  1.099 %  8 |
20.49/20.53	|     58180 |   19980   118231   489107 |   162967    57990     19 |  1.158 %  7 |
20.49/20.53	|     87372 |   19860   117197   485141 |   179263    87129     19 |  1.283 %  9 |
20.49/20.53	|    131161 |   19560   113769   469969 |   197190   114723     19 |  1.595 % 13 |
20.49/20.53	|    196845 |   19519   113132   467379 |   216909   178675     21 |  1.638 % 21 |
20.49/20.53	===============================================================================
20.49/20.53	restarts              : 573
20.49/20.53	skipped               : 4
20.49/20.53	conflicts             : 245977         (12002 /sec)
20.49/20.53	decisions             : 1228371        (0.00 % random) (59935 /sec)
20.49/20.53	propagations          : 66343334       (3237068 /sec)
20.49/20.53	conflict literals     : 5569296        (28.41 % deleted)
20.49/20.53	Memory used           : 123.00 MB
20.49/20.53	CPU time              : 20.4949 s
20.49/20.53	
20.49/20.53	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3433885-1306842919/watcher-3433885-1306842919 -o /tmp/evaluation-result-3433885-1306842919/solver-3433885-1306842919 -C 5000 -W 5100 -M 15500 minisat HOME/instance-3433885-1306842919.cnf 

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: 0.03 0.02 0.00 3/457 18066
/proc/meminfo: memFree=9210560/32951124 swapFree=60688864/67111528
[pid=18066] ppid=18063 vsize=19988 CPUtime=0 cores=1,3,5,7
/proc/18066/stat : 18066 (minisat) R 18063 18066 18023 0 -1 4202496 808 0 0 0 0 0 0 0 20 0 1 0 795890140 20467712 741 33554432000 4194304 4291235 140735150436560 18446744073709551615 232335589495 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18066/statm: 4997 742 213 24 0 1631 0

[startup+0.033485 s]
/proc/loadavg: 0.03 0.02 0.00 3/457 18066
/proc/meminfo: memFree=9210560/32951124 swapFree=60688864/67111528
[pid=18066] ppid=18063 vsize=25328 CPUtime=0.02 cores=1,3,5,7
/proc/18066/stat : 18066 (minisat) R 18063 18066 18023 0 -1 4202496 2349 0 0 0 2 0 0 0 20 0 1 0 795890140 25935872 2189 33554432000 4194304 4291235 140735150436560 18446744073709551615 4277553 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18066/statm: 6332 2190 215 24 0 2966 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25328

[startup+0.100475 s]
/proc/loadavg: 0.03 0.02 0.00 3/457 18066
/proc/meminfo: memFree=9210560/32951124 swapFree=60688864/67111528
[pid=18066] ppid=18063 vsize=39572 CPUtime=0.09 cores=1,3,5,7
/proc/18066/stat : 18066 (minisat) R 18063 18066 18023 0 -1 4202496 6525 0 0 0 8 1 0 0 20 0 1 0 795890140 40521728 5917 33554432000 4194304 4291235 140735150436560 18446744073709551615 232335553221 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18066/statm: 9893 5918 215 24 0 6527 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39572

[startup+0.300438 s]
/proc/loadavg: 0.03 0.02 0.00 3/457 18066
/proc/meminfo: memFree=9210560/32951124 swapFree=60688864/67111528
[pid=18066] ppid=18063 vsize=63352 CPUtime=0.29 cores=1,3,5,7
/proc/18066/stat : 18066 (minisat) R 18063 18066 18023 0 -1 4202496 11790 0 0 0 28 1 0 0 21 0 1 0 795890140 64872448 10769 33554432000 4194304 4291235 140735150436560 18446744073709551615 4247379 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18066/statm: 15838 10771 254 24 0 12472 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63352

[startup+0.70038 s]
/proc/loadavg: 0.03 0.02 0.00 3/457 18066
/proc/meminfo: memFree=9210560/32951124 swapFree=60688864/67111528
[pid=18066] ppid=18063 vsize=65972 CPUtime=0.69 cores=1,3,5,7
/proc/18066/stat : 18066 (minisat) R 18063 18066 18023 0 -1 4202496 16767 0 0 0 67 2 0 0 22 0 1 0 795890140 67555328 11821 33554432000 4194304 4291235 140735150436560 18446744073709551615 4230261 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18066/statm: 16493 11821 254 24 0 13127 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65972

[startup+1.50024 s]
/proc/loadavg: 0.03 0.02 0.00 5/459 18068
/proc/meminfo: memFree=9143724/32951124 swapFree=60688864/67111528
[pid=18066] ppid=18063 vsize=66104 CPUtime=1.48 cores=1,3,5,7
/proc/18066/stat : 18066 (minisat) R 18063 18066 18023 0 -1 4202496 17843 0 0 0 146 2 0 0 25 0 1 0 795890140 67690496 11889 33554432000 4194304 4291235 140735150436560 18446744073709551615 4256252 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18066/statm: 16526 11889 274 24 0 13160 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 66104

[startup+3.10096 s]
/proc/loadavg: 0.03 0.02 0.00 5/459 18068
/proc/meminfo: memFree=9133308/32951124 swapFree=60688864/67111528
[pid=18066] ppid=18063 vsize=66104 CPUtime=3.09 cores=1,3,5,7
/proc/18066/stat : 18066 (minisat) R 18063 18066 18023 0 -1 4202496 18573 0 0 0 307 2 0 0 25 0 1 0 795890140 67690496 12586 33554432000 4194304 4291235 140735150436560 18446744073709551615 4251583 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18066/statm: 16526 12586 274 24 0 13160 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66104

[startup+6.30038 s]
/proc/loadavg: 0.18 0.05 0.01 5/459 18069
/proc/meminfo: memFree=9125612/32951124 swapFree=60688864/67111528
[pid=18066] ppid=18063 vsize=66104 CPUtime=6.29 cores=1,3,5,7
/proc/18066/stat : 18066 (minisat) R 18063 18066 18023 0 -1 4202496 18762 0 0 0 627 2 0 0 25 0 1 0 795890140 67690496 12771 33554432000 4194304 4291235 140735150436560 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18066/statm: 16526 12771 274 24 0 13160 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 66104

[startup+12.7002 s]
/proc/loadavg: 0.33 0.08 0.02 4/459 18069
/proc/meminfo: memFree=9079256/32951124 swapFree=60688864/67111528
[pid=18066] ppid=18063 vsize=84780 CPUtime=12.69 cores=1,3,5,7
/proc/18066/stat : 18066 (minisat) R 18063 18066 18023 0 -1 4202496 23216 0 0 0 1266 3 0 0 25 0 1 0 795890140 86814720 17158 33554432000 4194304 4291235 140735150436560 18446744073709551615 4255827 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18066/statm: 21195 17158 274 24 0 17829 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84780

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

[startup+15.9007 s]
/proc/loadavg: 0.46 0.11 0.03 4/459 18069
/proc/meminfo: memFree=9064796/32951124 swapFree=60688864/67111528
[pid=18066] ppid=18063 vsize=96456 CPUtime=15.89 cores=1,3,5,7
/proc/18066/stat : 18066 (minisat) R 18063 18066 18023 0 -1 4202496 24401 0 0 0 1586 3 0 0 25 0 1 0 795890140 98770944 18301 33554432000 4194304 4291235 140735150436560 18446744073709551615 4263440 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18066/statm: 24114 18301 274 24 0 20748 0
Current children cumulated CPU time (s) 15.89
Current children cumulated vsize (KiB) 96456

[startup+19.1011 s]
/proc/loadavg: 0.59 0.15 0.04 5/459 18069
/proc/meminfo: memFree=9049924/32951124 swapFree=60688864/67111528
[pid=18066] ppid=18063 vsize=96456 CPUtime=19.09 cores=1,3,5,7
/proc/18066/stat : 18066 (minisat) R 18063 18066 18023 0 -1 4202496 30272 0 0 0 1905 4 0 0 25 0 1 0 795890140 98770944 17562 33554432000 4194304 4291235 140735150436560 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18066/statm: 24114 17562 274 24 0 20748 0
Current children cumulated CPU time (s) 19.09
Current children cumulated vsize (KiB) 96456

[startup+19.901 s]
/proc/loadavg: 0.59 0.15 0.04 5/459 18069
/proc/meminfo: memFree=9051536/32951124 swapFree=60688864/67111528
[pid=18066] ppid=18063 vsize=96456 CPUtime=19.89 cores=1,3,5,7
/proc/18066/stat : 18066 (minisat) R 18063 18066 18023 0 -1 4202496 30428 0 0 0 1985 4 0 0 25 0 1 0 795890140 98770944 17714 33554432000 4194304 4291235 140735150436560 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18066/statm: 24114 17714 274 24 0 20748 0
Current children cumulated CPU time (s) 19.89
Current children cumulated vsize (KiB) 96456

[startup+20.3009 s]
/proc/loadavg: 0.59 0.15 0.04 5/459 18069
/proc/meminfo: memFree=9051536/32951124 swapFree=60688864/67111528
[pid=18066] ppid=18063 vsize=96456 CPUtime=20.29 cores=1,3,5,7
/proc/18066/stat : 18066 (minisat) R 18063 18066 18023 0 -1 4202496 30489 0 0 0 2025 4 0 0 25 0 1 0 795890140 98770944 17773 33554432000 4194304 4291235 140735150436560 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18066/statm: 24114 17773 274 24 0 20748 0
Current children cumulated CPU time (s) 20.29
Current children cumulated vsize (KiB) 96456

[startup+20.5009 s]
/proc/loadavg: 0.59 0.15 0.04 5/459 18069
/proc/meminfo: memFree=9051536/32951124 swapFree=60688864/67111528
[pid=18066] ppid=18063 vsize=96456 CPUtime=20.49 cores=1,3,5,7
/proc/18066/stat : 18066 (minisat) R 18063 18066 18023 0 -1 4202496 30512 0 0 0 2045 4 0 0 25 0 1 0 795890140 98770944 17796 33554432000 4194304 4291235 140735150436560 18446744073709551615 4256129 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18066/statm: 24114 17796 274 24 0 20748 0
Current children cumulated CPU time (s) 20.49
Current children cumulated vsize (KiB) 96456

Child status: 20
Real time (s): 20.5428
CPU time (s): 20.5399
CPU user time (s): 20.4949
CPU system time (s): 0.044993
CPU usage (%): 99.9856
Max. virtual memory (cumulated for all children) (KiB): 96456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.4949
system time used= 0.044993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30528
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 57

runsolver used 0.085986 second user time and 0.220966 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-31 13:55:20
IDJOB=3433885
IDBENCH=69599
IDSOLVER=1930
FILE ID=node132/3433885-1306842919
RUNJOBID= node132-1306842918-18045
PBS_JOBID= 13482020
Free space on /tmp= 56960 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c6bidw_i.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3433885-1306842919/watcher-3433885-1306842919 -o /tmp/evaluation-result-3433885-1306842919/solver-3433885-1306842919 -C 5000 -W 5100 -M 15500  minisat HOME/instance-3433885-1306842919.cnf

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

MD5SUM BENCH= 8aeb1eb6b7bf22d54183762fb5b6410c
RANDOM SEED=2124292624

node132.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.833
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.66
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.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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:       9211336 kB
Buffers:        260700 kB
Cached:       19730972 kB
SwapCached:      14980 kB
Active:       17977716 kB
Inactive:      5075096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9211336 kB
SwapTotal:    67111528 kB
SwapFree:     60688864 kB
Dirty:            8992 kB
Writeback:           0 kB
AnonPages:     3053608 kB
Mapped:          18796 kB
Slab:           569940 kB
PageTables:      49952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 109219112 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 56960 MiB
End job on node132 at 2011-05-31 13:55:40