Trace number 3380117

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
SApperloT2010 2011-05-15 (fixed)UNSAT 172.396 172.39

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.120-NOTKNOWN.cnf
MD5SUM2a2f6fb35277c8ead36f65de8bb36dbb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark62.1775
Satisfiable
(Un)Satisfiability was proved
Number of variables516641
Number of clauses9436757
Sum of the clauses size20541437
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29079800
Number of clauses of size 3337440
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518000

Solver Data

172.30/172.35	c Solved by BasicSolver 
172.30/172.35	
172.30/172.35	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: 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-3380117-1305455050/watcher-3380117-1305455050 -o /tmp/evaluation-result-3380117-1305455050/solver-3380117-1305455050 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3380117-1305455050.cnf 

running on 2 cores: 4,6

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.28 2.28 2.84 4/408 23397
/proc/meminfo: memFree=16200504/32950928 swapFree=67111200/67111528
[pid=23397] ppid=23395 vsize=44580 CPUtime=0 cores=4,6
/proc/23397/stat : 23397 (SApperloT2010) R 23395 23397 20857 0 -1 4202496 8281 0 0 0 0 0 0 0 23 0 1 0 735736265 45649920 8222 33554432000 4194304 4394578 140735886815360 18446744073709551615 4331526 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23397/statm: 11145 8234 244 49 0 8286 0

[startup+0.100459 s]
/proc/loadavg: 3.28 2.28 2.84 4/408 23397
/proc/meminfo: memFree=16200504/32950928 swapFree=67111200/67111528
[pid=23397] ppid=23395 vsize=125292 CPUtime=0.09 cores=4,6
/proc/23397/stat : 23397 (SApperloT2010) R 23395 23397 20857 0 -1 4202496 9808 0 0 0 9 0 0 0 24 0 1 0 735736265 128299008 9749 33554432000 4194304 4394578 140735886815360 18446744073709551615 256415391488 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23397/statm: 31323 9749 247 49 0 28464 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 125292

[startup+0.200443 s]
/proc/loadavg: 3.28 2.28 2.84 4/408 23397
/proc/meminfo: memFree=16200504/32950928 swapFree=67111200/67111528
[pid=23397] ppid=23395 vsize=129944 CPUtime=0.19 cores=4,6
/proc/23397/stat : 23397 (SApperloT2010) R 23395 23397 20857 0 -1 4202496 11037 0 0 0 18 1 0 0 25 0 1 0 735736265 133062656 10945 33554432000 4194304 4394578 140735886815360 18446744073709551615 256415391488 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23397/statm: 32486 10945 247 49 0 29627 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 129944

[startup+0.300421 s]
/proc/loadavg: 3.28 2.28 2.84 4/408 23397
/proc/meminfo: memFree=16200504/32950928 swapFree=67111200/67111528
[pid=23397] ppid=23395 vsize=140984 CPUtime=0.29 cores=4,6
/proc/23397/stat : 23397 (SApperloT2010) R 23395 23397 20857 0 -1 4202496 13822 0 0 0 28 1 0 0 25 0 1 0 735736265 144367616 13730 33554432000 4194304 4394578 140735886815360 18446744073709551615 256415052485 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23397/statm: 35246 13731 247 49 0 32387 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 140984

[startup+0.700344 s]
/proc/loadavg: 3.28 2.28 2.84 4/408 23397
/proc/meminfo: memFree=16200504/32950928 swapFree=67111200/67111528
[pid=23397] ppid=23395 vsize=206352 CPUtime=0.69 cores=4,6
/proc/23397/stat : 23397 (SApperloT2010) R 23395 23397 20857 0 -1 4202496 30220 0 0 0 65 4 0 0 25 0 1 0 735736265 211304448 30128 33554432000 4194304 4394578 140735886815360 18446744073709551615 256415391488 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23397/statm: 51588 30128 247 49 0 48729 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 206352

[startup+1.5012 s]
/proc/loadavg: 3.34 2.31 2.84 5/409 23399
/proc/meminfo: memFree=16011032/32950928 swapFree=67111200/67111528
[pid=23397] ppid=23395 vsize=331864 CPUtime=1.49 cores=4,6
/proc/23397/stat : 23397 (SApperloT2010) R 23395 23397 20857 0 -1 4202496 61735 0 0 0 139 10 0 0 25 0 1 0 735736265 339828736 61643 33554432000 4194304 4394578 140735886815360 18446744073709551615 256415052485 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23397/statm: 82966 61643 247 49 0 80107 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 331864

[startup+3.10089 s]
/proc/loadavg: 3.34 2.31 2.84 5/409 23399
/proc/meminfo: memFree=15830264/32950928 swapFree=67111200/67111528
[pid=23397] ppid=23395 vsize=585096 CPUtime=3.09 cores=4,6
/proc/23397/stat : 23397 (SApperloT2010) R 23395 23397 20857 0 -1 4202496 125412 0 0 0 289 20 0 0 25 0 1 0 735736265 599138304 125125 33554432000 4194304 4394578 140735886815360 18446744073709551615 4289786 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23397/statm: 146274 125125 257 49 0 143415 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 585096

[startup+6.30028 s]
/proc/loadavg: 3.39 2.34 2.85 5/409 23399
/proc/meminfo: memFree=15596076/32950928 swapFree=67111200/67111528
[pid=23397] ppid=23395 vsize=590092 CPUtime=6.29 cores=4,6
/proc/23397/stat : 23397 (SApperloT2010) R 23395 23397 20857 0 -1 4202496 126774 0 0 0 608 21 0 0 25 0 1 0 735736265 604254208 126230 33554432000 4194304 4394578 140735886815360 18446744073709551615 4285643 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23397/statm: 147523 126230 261 49 0 144664 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 590092

[startup+12.7011 s]
/proc/loadavg: 3.44 2.36 2.86 5/409 23399
/proc/meminfo: memFree=15525740/32950928 swapFree=67111200/67111528
[pid=23397] ppid=23395 vsize=613832 CPUtime=12.69 cores=4,6
/proc/23397/stat : 23397 (SApperloT2010) R 23395 23397 20857 0 -1 4202496 134944 0 0 0 1247 22 0 0 25 0 1 0 735736265 628563968 130813 33554432000 4194304 4394578 140735886815360 18446744073709551615 4288332 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23397/statm: 153458 130813 263 49 0 150599 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 613832

[startup+25.5006 s]
/proc/loadavg: 3.52 2.42 2.87 5/409 23399
/proc/meminfo: memFree=15425372/32950928 swapFree=67111200/67111528
[pid=23397] ppid=23395 vsize=629036 CPUtime=25.49 cores=4,6
/proc/23397/stat : 23397 (SApperloT2010) R 23395 23397 20857 0 -1 4202496 139201 0 0 0 2527 22 0 0 25 0 1 0 735736265 644132864 135070 33554432000 4194304 4394578 140735886815360 18446744073709551615 4287960 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23397/statm: 157259 135070 263 49 0 154400 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 629036

[startup+51.1008 s]
/proc/loadavg: 3.71 2.57 2.90 5/409 23400
/proc/meminfo: memFree=15243800/32950928 swapFree=67111200/67111528
[pid=23397] ppid=23395 vsize=676580 CPUtime=51.09 cores=4,6
/proc/23397/stat : 23397 (SApperloT2010) R 23395 23397 20857 0 -1 4202496 153079 0 0 0 5084 25 0 0 25 0 1 0 735736265 692817920 144851 33554432000 4194304 4394578 140735886815360 18446744073709551615 4308913 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23397/statm: 169145 144851 263 49 0 166286 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 676580

[startup+102.301 s]
/proc/loadavg: 3.98 2.82 2.97 5/409 23401
/proc/meminfo: memFree=14955180/32950928 swapFree=67111200/67111528
[pid=23397] ppid=23395 vsize=736480 CPUtime=102.31 cores=4,6
/proc/23397/stat : 23397 (SApperloT2010) R 23395 23397 20857 0 -1 4202496 170215 0 0 0 10202 29 0 0 25 0 1 0 735736265 754155520 161987 33554432000 4194304 4394578 140735886815360 18446744073709551615 4288254 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23397/statm: 184120 161987 263 49 0 181261 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 736480

[startup+162.301 s]
/proc/loadavg: 4.03 3.04 3.03 5/409 23430
/proc/meminfo: memFree=14490816/32950928 swapFree=67111200/67111528
[pid=23397] ppid=23395 vsize=1060464 CPUtime=162.3 cores=4,6
/proc/23397/stat : 23397 (SApperloT2010) R 23395 23397 20857 0 -1 4202496 285346 0 0 0 16185 45 0 0 25 0 1 0 735736265 1085915136 219771 33554432000 4194304 4394578 140735886815360 18446744073709551615 4287345 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23397/statm: 265116 219771 263 49 0 262257 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 1060464

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

[startup+166.401 s]
/proc/loadavg: 4.03 3.06 3.04 5/409 23430
/proc/meminfo: memFree=14458452/32950928 swapFree=67111200/67111528
[pid=23397] ppid=23395 vsize=1075620 CPUtime=166.4 cores=4,6
/proc/23397/stat : 23397 (SApperloT2010) R 23395 23397 20857 0 -1 4202496 289096 0 0 0 16595 45 0 0 25 0 1 0 735736265 1101434880 223521 33554432000 4194304 4394578 140735886815360 18446744073709551615 4287940 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23397/statm: 268905 223521 263 49 0 266046 0
Current children cumulated CPU time (s) 166.4
Current children cumulated vsize (KiB) 1075620

[startup+169.6 s]
/proc/loadavg: 4.03 3.06 3.04 5/409 23430
/proc/meminfo: memFree=14434024/32950928 swapFree=67111200/67111528
[pid=23397] ppid=23395 vsize=1079784 CPUtime=169.6 cores=4,6
/proc/23397/stat : 23397 (SApperloT2010) R 23395 23397 20857 0 -1 4202496 290142 0 0 0 16915 45 0 0 25 0 1 0 735736265 1105698816 224567 33554432000 4194304 4394578 140735886815360 18446744073709551615 4288245 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23397/statm: 269946 224567 263 49 0 267087 0
Current children cumulated CPU time (s) 169.6
Current children cumulated vsize (KiB) 1079784

[startup+171.201 s]
/proc/loadavg: 4.02 3.07 3.04 5/409 23430
/proc/meminfo: memFree=14428072/32950928 swapFree=67111200/67111528
[pid=23397] ppid=23395 vsize=1080712 CPUtime=171.2 cores=4,6
/proc/23397/stat : 23397 (SApperloT2010) R 23395 23397 20857 0 -1 4202496 290383 0 0 0 17075 45 0 0 25 0 1 0 735736265 1106649088 224808 33554432000 4194304 4394578 140735886815360 18446744073709551615 4287403 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23397/statm: 270178 224808 263 49 0 267319 0
Current children cumulated CPU time (s) 171.2
Current children cumulated vsize (KiB) 1080712

[startup+172.001 s]
/proc/loadavg: 4.02 3.07 3.04 5/409 23430
/proc/meminfo: memFree=14420012/32950928 swapFree=67111200/67111528
[pid=23397] ppid=23395 vsize=1080844 CPUtime=172 cores=4,6
/proc/23397/stat : 23397 (SApperloT2010) R 23395 23397 20857 0 -1 4202496 290406 0 0 0 17155 45 0 0 25 0 1 0 735736265 1106784256 224831 33554432000 4194304 4394578 140735886815360 18446744073709551615 4290832 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23397/statm: 270211 224831 263 49 0 267352 0
Current children cumulated CPU time (s) 172
Current children cumulated vsize (KiB) 1080844

[startup+172.201 s]
/proc/loadavg: 4.02 3.07 3.04 5/409 23430
/proc/meminfo: memFree=14420012/32950928 swapFree=67111200/67111528
[pid=23397] ppid=23395 vsize=1080844 CPUtime=172.2 cores=4,6
/proc/23397/stat : 23397 (SApperloT2010) R 23395 23397 20857 0 -1 4202496 290406 0 0 0 17175 45 0 0 25 0 1 0 735736265 1106784256 224831 33554432000 4194304 4394578 140735886815360 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23397/statm: 270211 224831 263 49 0 267352 0
Current children cumulated CPU time (s) 172.2
Current children cumulated vsize (KiB) 1080844

[startup+172.301 s]
/proc/loadavg: 4.02 3.07 3.04 5/409 23430
/proc/meminfo: memFree=14420012/32950928 swapFree=67111200/67111528
[pid=23397] ppid=23395 vsize=1080844 CPUtime=172.3 cores=4,6
/proc/23397/stat : 23397 (SApperloT2010) R 23395 23397 20857 0 -1 4202496 290406 0 0 0 17185 45 0 0 25 0 1 0 735736265 1106784256 224831 33554432000 4194304 4394578 140735886815360 18446744073709551615 4313555 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23397/statm: 270211 224831 263 49 0 267352 0
Current children cumulated CPU time (s) 172.3
Current children cumulated vsize (KiB) 1080844

Child status: 20
Real time (s): 172.39
CPU time (s): 172.396
CPU user time (s): 171.905
CPU system time (s): 0.490925
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1118344

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

runsolver used 0.727889 second user time and 1.52177 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-15 12:24:16
IDJOB=3380117
IDBENCH=82364
IDSOLVER=1862
FILE ID=node115/3380117-1305455050
RUNJOBID= node115-1305454966-23057
PBS_JOBID= 13324848
Free space on /tmp= 72724 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.120-NOTKNOWN.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380117-1305455050/watcher-3380117-1305455050 -o /tmp/evaluation-result-3380117-1305455050/solver-3380117-1305455050 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3380117-1305455050.cnf

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

MD5SUM BENCH= 2a2f6fb35277c8ead36f65de8bb36dbb
RANDOM SEED=1306380368

node115.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.811
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.62
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.811
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	: 5226.15
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.811
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.811
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.811
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.811
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.74
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.811
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.75
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16200536 kB
Buffers:        256696 kB
Cached:        3566060 kB
SwapCached:          0 kB
Active:       13335616 kB
Inactive:      3095780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16200536 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:          519688 kB
Writeback:           0 kB
AnonPages:    12608472 kB
Mapped:          33520 kB
Slab:           201064 kB
PageTables:      52096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 93431436 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= 72704 MiB
End job on node115 at 2011-05-15 12:27:08