Trace number 3379275

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
UmSat 2011-05-12 (fixed)SAT 65.605 65.6034

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n160-s40283905-sat.cnf
MD5SUM8e3c134eb643f2d9a45c884774c054a8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.19497
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses384
Sum of the clauses size960
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2320
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 564
Number of clauses of size over 50

Solver Data

65.50/65.60	s SATISFIABLE
65.50/65.60	v -119 123 12 -77 98 -93 48 -117 137 -106 64 75 -90 -128 -80 100 -78 69 -58 132 -63 -143 -37 139 -113 23 54 151 -46 -129 -42 94 124 95 -92 -17 84 -32 96 -147 131 65 30 -155 -83 -20 -24 79 51 -18 116 -153 -14 -135 52 45 -149 156 130 41 57 31 -122 -125 -8 -2 -44 104 22 -62 -103 -141 -145 -66 73 26 60 -134 -76 -86 -138 -33 136 72 118 -34 -127 -88 -157 -4 36 -10 -120 -142 43 27 -35 101 -126 -82 89 140 -146 25 56 -99 -74 6 -121 49 7 81 97 -15 -105 -55 39 -107 -3 70 1 11 13 148 -68 16 47 112 -115 -85 -91 -102 -158 -21 -152 53 19 38 -59 67 9 -133 111 109 -154 -40 -50 110 -108 -150 29 5 160 -71 -87 61 -144 -28 -114 159 0

Verifier Data

OK

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-3379275-1305457422/watcher-3379275-1305457422 -o /tmp/evaluation-result-3379275-1305457422/solver-3379275-1305457422 -C 2400 -W 1300 -M 7680 umsat HOME/instance-3379275-1305457422.cnf 

running on 2 cores: 1,3

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: 3.75 4.01 3.82 2/300 30326
/proc/meminfo: memFree=11817828/32951124 swapFree=66050672/67111528
[pid=30326] ppid=30324 vsize=11772 CPUtime=0 cores=1,3
/proc/30326/stat : 30326 (umsat) R 30324 30326 29471 0 -1 4202496 375 0 0 0 0 0 0 0 22 0 1 0 657340058 12054528 316 33554432000 4194304 4263832 140736776271712 18446744073709551615 255376959859 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30326/statm: 2943 316 247 17 0 116 0

[startup+0.048783 s]
/proc/loadavg: 3.75 4.01 3.82 2/300 30326
/proc/meminfo: memFree=11817828/32951124 swapFree=66050672/67111528
[pid=30326] ppid=30324 vsize=11772 CPUtime=0.04 cores=1,3
/proc/30326/stat : 30326 (umsat) R 30324 30326 29471 0 -1 4202496 393 0 0 0 4 0 0 0 22 0 1 0 657340058 12054528 334 33554432000 4194304 4263832 140736776271712 18446744073709551615 4209414 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30326/statm: 2943 334 247 17 0 116 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11772

[startup+0.100773 s]
/proc/loadavg: 3.75 4.01 3.82 2/300 30326
/proc/meminfo: memFree=11817828/32951124 swapFree=66050672/67111528
[pid=30326] ppid=30324 vsize=11900 CPUtime=0.09 cores=1,3
/proc/30326/stat : 30326 (umsat) R 30324 30326 29471 0 -1 4202496 407 0 0 0 9 0 0 0 22 0 1 0 657340058 12185600 348 33554432000 4194304 4263832 140736776271712 18446744073709551615 4205686 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30326/statm: 2975 348 247 17 0 148 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11900

[startup+0.300732 s]
/proc/loadavg: 3.75 4.01 3.82 2/300 30326
/proc/meminfo: memFree=11817828/32951124 swapFree=66050672/67111528
[pid=30326] ppid=30324 vsize=12024 CPUtime=0.29 cores=1,3
/proc/30326/stat : 30326 (umsat) R 30324 30326 29471 0 -1 4202496 445 0 0 0 29 0 0 0 23 0 1 0 657340058 12312576 386 33554432000 4194304 4263832 140736776271712 18446744073709551615 4207728 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30326/statm: 3006 386 247 17 0 179 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12024

[startup+0.700658 s]
/proc/loadavg: 3.75 4.01 3.82 2/300 30326
/proc/meminfo: memFree=11817828/32951124 swapFree=66050672/67111528
[pid=30326] ppid=30324 vsize=12148 CPUtime=0.69 cores=1,3
/proc/30326/stat : 30326 (umsat) R 30324 30326 29471 0 -1 4202496 496 0 0 0 69 0 0 0 25 0 1 0 657340058 12439552 437 33554432000 4194304 4263832 140736776271712 18446744073709551615 255376956413 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30326/statm: 3037 437 247 17 0 210 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12148

[startup+1.50051 s]
/proc/loadavg: 3.75 4.01 3.82 5/314 30353
/proc/meminfo: memFree=11769164/32951124 swapFree=66050672/67111528
[pid=30326] ppid=30324 vsize=12400 CPUtime=1.49 cores=1,3
/proc/30326/stat : 30326 (umsat) R 30324 30326 29471 0 -1 4202496 557 0 0 0 149 0 0 0 25 0 1 0 657340058 12697600 498 33554432000 4194304 4263832 140736776271712 18446744073709551615 4204256 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30326/statm: 3100 498 247 17 0 273 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12400

[startup+3.1002 s]
/proc/loadavg: 3.75 4.01 3.82 5/314 30353
/proc/meminfo: memFree=11766436/32951124 swapFree=66050672/67111528
[pid=30326] ppid=30324 vsize=12760 CPUtime=3.09 cores=1,3
/proc/30326/stat : 30326 (umsat) R 30324 30326 29471 0 -1 4202496 633 0 0 0 309 0 0 0 25 0 1 0 657340058 13066240 574 33554432000 4194304 4263832 140736776271712 18446744073709551615 4224830 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30326/statm: 3190 574 247 17 0 363 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12760

[startup+6.30061 s]
/proc/loadavg: 3.77 4.01 3.82 5/314 30353
/proc/meminfo: memFree=11763760/32951124 swapFree=66050672/67111528
[pid=30326] ppid=30324 vsize=13348 CPUtime=6.3 cores=1,3
/proc/30326/stat : 30326 (umsat) R 30324 30326 29471 0 -1 4202496 775 0 0 0 630 0 0 0 25 0 1 0 657340058 13668352 716 33554432000 4194304 4263832 140736776271712 18446744073709551615 4207764 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30326/statm: 3337 716 247 17 0 510 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 13348

[startup+12.7004 s]
/proc/loadavg: 3.87 4.03 3.83 5/314 30354
/proc/meminfo: memFree=11757772/32951124 swapFree=66050672/67111528
[pid=30326] ppid=30324 vsize=13892 CPUtime=12.69 cores=1,3
/proc/30326/stat : 30326 (umsat) R 30324 30326 29471 0 -1 4202496 924 0 0 0 1269 0 0 0 25 0 1 0 657340058 14225408 865 33554432000 4194304 4263832 140736776271712 18446744073709551615 4244024 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30326/statm: 3473 865 247 17 0 646 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13892

[startup+25.5011 s]
/proc/loadavg: 3.90 4.02 3.83 5/314 30354
/proc/meminfo: memFree=11739196/32951124 swapFree=66050672/67111528
[pid=30326] ppid=30324 vsize=14820 CPUtime=25.49 cores=1,3
/proc/30326/stat : 30326 (umsat) R 30324 30326 29471 0 -1 4202496 1138 0 0 0 2549 0 0 0 25 0 1 0 657340058 15175680 1079 33554432000 4194304 4263832 140736776271712 18446744073709551615 4205778 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30326/statm: 3705 1079 247 17 0 878 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 14820

[startup+51.1003 s]
/proc/loadavg: 4.00 4.04 3.84 5/315 30358
/proc/meminfo: memFree=11710360/32951124 swapFree=66050672/67111528
[pid=30326] ppid=30324 vsize=15972 CPUtime=51.09 cores=1,3
/proc/30326/stat : 30326 (umsat) R 30324 30326 29471 0 -1 4202496 1441 0 0 0 5109 0 0 0 25 0 1 0 657340058 16355328 1382 33554432000 4194304 4263832 140736776271712 18446744073709551615 4207603 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30326/statm: 3993 1382 247 17 0 1166 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 15972

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

[startup+57.5001 s]
/proc/loadavg: 4.00 4.04 3.84 5/314 30358
/proc/meminfo: memFree=11704660/32951124 swapFree=66050672/67111528
[pid=30326] ppid=30324 vsize=16052 CPUtime=57.49 cores=1,3
/proc/30326/stat : 30326 (umsat) R 30324 30326 29471 0 -1 4202496 1461 0 0 0 5749 0 0 0 25 0 1 0 657340058 16437248 1402 33554432000 4194304 4263832 140736776271712 18446744073709551615 4207630 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30326/statm: 4013 1402 247 17 0 1186 0
Current children cumulated CPU time (s) 57.49
Current children cumulated vsize (KiB) 16052

[startup+60.7005 s]
/proc/loadavg: 4.00 4.04 3.84 5/314 30358
/proc/meminfo: memFree=11702296/32951124 swapFree=66050672/67111528
[pid=30326] ppid=30324 vsize=16148 CPUtime=60.69 cores=1,3
/proc/30326/stat : 30326 (umsat) R 30324 30326 29471 0 -1 4202496 1493 0 0 0 6069 0 0 0 25 0 1 0 657340058 16535552 1434 33554432000 4194304 4263832 140736776271712 18446744073709551615 4207643 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30326/statm: 4037 1434 247 17 0 1210 0
Current children cumulated CPU time (s) 60.69
Current children cumulated vsize (KiB) 16148

[startup+63.9009 s]
/proc/loadavg: 4.00 4.03 3.84 5/314 30358
/proc/meminfo: memFree=11699568/32951124 swapFree=66050672/67111528
[pid=30326] ppid=30324 vsize=16248 CPUtime=63.9 cores=1,3
/proc/30326/stat : 30326 (umsat) R 30324 30326 29471 0 -1 4202496 1521 0 0 0 6390 0 0 0 25 0 1 0 657340058 16637952 1462 33554432000 4194304 4263832 140736776271712 18446744073709551615 4207780 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30326/statm: 4062 1462 247 17 0 1235 0
Current children cumulated CPU time (s) 63.9
Current children cumulated vsize (KiB) 16248

[startup+64.7008 s]
/proc/loadavg: 4.00 4.03 3.84 5/314 30358
/proc/meminfo: memFree=11699568/32951124 swapFree=66050672/67111528
[pid=30326] ppid=30324 vsize=16328 CPUtime=64.7 cores=1,3
/proc/30326/stat : 30326 (umsat) R 30324 30326 29471 0 -1 4202496 1529 0 0 0 6470 0 0 0 25 0 1 0 657340058 16719872 1470 33554432000 4194304 4263832 140736776271712 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30326/statm: 4082 1470 247 17 0 1255 0
Current children cumulated CPU time (s) 64.7
Current children cumulated vsize (KiB) 16328

[startup+65.1007 s]
/proc/loadavg: 4.00 4.03 3.84 5/314 30358
/proc/meminfo: memFree=11698576/32951124 swapFree=66050672/67111528
[pid=30326] ppid=30324 vsize=16328 CPUtime=65.1 cores=1,3
/proc/30326/stat : 30326 (umsat) R 30324 30326 29471 0 -1 4202496 1529 0 0 0 6510 0 0 0 25 0 1 0 657340058 16719872 1470 33554432000 4194304 4263832 140736776271712 18446744073709551615 4205719 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30326/statm: 4082 1470 247 17 0 1255 0
Current children cumulated CPU time (s) 65.1
Current children cumulated vsize (KiB) 16328

[startup+65.5006 s]
/proc/loadavg: 4.00 4.03 3.84 5/314 30358
/proc/meminfo: memFree=11698576/32951124 swapFree=66050672/67111528
[pid=30326] ppid=30324 vsize=16328 CPUtime=65.5 cores=1,3
/proc/30326/stat : 30326 (umsat) R 30324 30326 29471 0 -1 4202496 1529 0 0 0 6550 0 0 0 25 0 1 0 657340058 16719872 1470 33554432000 4194304 4263832 140736776271712 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30326/statm: 4082 1470 247 17 0 1255 0
Current children cumulated CPU time (s) 65.5
Current children cumulated vsize (KiB) 16328

[startup+65.6006 s]
/proc/loadavg: 4.00 4.03 3.84 5/314 30358
/proc/meminfo: memFree=11698576/32951124 swapFree=66050672/67111528
[pid=30326] ppid=30324 vsize=16332 CPUtime=65.59 cores=1,3
/proc/30326/stat : 30326 (umsat) R 30324 30326 29471 0 -1 4202496 1537 0 0 0 6559 0 0 0 25 0 1 0 657340058 16723968 1478 33554432000 4194304 4263832 140736776271712 18446744073709551615 255377301376 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30326/statm: 4083 1478 254 17 0 1256 0
Current children cumulated CPU time (s) 65.59
Current children cumulated vsize (KiB) 16332

Child status: 0
Real time (s): 65.6034
CPU time (s): 65.605
CPU user time (s): 65.601
CPU system time (s): 0.003999
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 16332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 65.601
system time used= 0.003999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1539
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= 10
involuntary context switches= 53

runsolver used 0.189971 second user time and 0.417936 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-15 13:03:42
IDJOB=3379275
IDBENCH=83138
IDSOLVER=1861
FILE ID=node135/3379275-1305457422
RUNJOBID= node135-1305457422-30312
PBS_JOBID= 13324885
Free space on /tmp= 73368 MiB

SOLVER NAME= UmSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n160-s40283905-sat.cnf
COMMAND LINE= umsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379275-1305457422/watcher-3379275-1305457422 -o /tmp/evaluation-result-3379275-1305457422/solver-3379275-1305457422 -C 2400 -W 1300 -M 7680  umsat HOME/instance-3379275-1305457422.cnf

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

MD5SUM BENCH= 8e3c134eb643f2d9a45c884774c054a8
RANDOM SEED=703444897

node135.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.851
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.851
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.851
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.75
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11818348 kB
Buffers:        293536 kB
Cached:        6176816 kB
SwapCached:      50684 kB
Active:       10072440 kB
Inactive:     10811208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11818348 kB
SwapTotal:    67111528 kB
SwapFree:     66050672 kB
Dirty:            4056 kB
Writeback:           0 kB
AnonPages:    14368108 kB
Mapped:          18380 kB
Slab:           139128 kB
PageTables:      47624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 57039944 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= 73360 MiB
End job on node135 at 2011-05-15 13:04:48