Trace number 3419777

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
RestartSAT B95UNSAT 43.6574 43.6569

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-gcdm16-23.cnf
MD5SUMa61ef2b7b3d16661e8162c430ffb1a51
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.6988
Satisfiable
(Un)Satisfiability was proved
Number of variables135543
Number of clauses404326
Sum of the clauses size943426
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2269550
Number of clauses of size 3134775
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

43.59/43.65	c WARNING: for repeatability, setting FPU to use double precision
43.59/43.65	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-3419777-1306579454/watcher-3419777-1306579454 -o /tmp/evaluation-result-3419777-1306579454/solver-3419777-1306579454 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419777-1306579454.cnf 

running on 4 cores: 0,2,4,6

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: 1.20 0.33 0.11 2/415 27728
/proc/meminfo: memFree=22676212/32950928 swapFree=53457208/67111528
[pid=27728] ppid=27726 vsize=22436 CPUtime=0.01 cores=0,2,4,6
/proc/27728/stat : 27728 (RestartSAT) R 27726 27728 27635 0 -1 4202496 1518 0 0 0 1 0 0 0 25 0 1 0 225554826 22974464 1431 33554432000 4194304 4291949 140736227629376 18446744073709551615 4240881 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27728/statm: 5609 1433 228 24 0 2243 0

[startup+0.112393 s]
/proc/loadavg: 1.20 0.33 0.11 2/415 27728
/proc/meminfo: memFree=22676212/32950928 swapFree=53457208/67111528
[pid=27728] ppid=27726 vsize=45244 CPUtime=0.11 cores=0,2,4,6
/proc/27728/stat : 27728 (RestartSAT) R 27726 27728 27635 0 -1 4202496 8317 0 0 0 10 1 0 0 25 0 1 0 225554826 46329856 7463 33554432000 4194304 4291949 140736227629376 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27728/statm: 11311 7463 253 24 0 7945 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 45244

[startup+0.200375 s]
/proc/loadavg: 1.20 0.33 0.11 2/415 27728
/proc/meminfo: memFree=22676212/32950928 swapFree=53457208/67111528
[pid=27728] ppid=27726 vsize=62320 CPUtime=0.19 cores=0,2,4,6
/proc/27728/stat : 27728 (RestartSAT) R 27726 27728 27635 0 -1 4202496 12879 0 0 0 18 1 0 0 25 0 1 0 225554826 63815680 11533 33554432000 4194304 4291949 140736227629376 18446744073709551615 4230160 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27728/statm: 15580 11533 263 24 0 12214 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 62320

[startup+0.30036 s]
/proc/loadavg: 1.20 0.33 0.11 2/415 27728
/proc/meminfo: memFree=22676212/32950928 swapFree=53457208/67111528
[pid=27728] ppid=27726 vsize=70432 CPUtime=0.29 cores=0,2,4,6
/proc/27728/stat : 27728 (RestartSAT) R 27726 27728 27635 0 -1 4202496 14146 0 0 0 27 2 0 0 25 0 1 0 225554826 72122368 12745 33554432000 4194304 4291949 140736227629376 18446744073709551615 4277165 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27728/statm: 17608 12746 265 24 0 14242 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70432

[startup+0.700285 s]
/proc/loadavg: 1.20 0.33 0.11 2/415 27728
/proc/meminfo: memFree=22676212/32950928 swapFree=53457208/67111528
[pid=27728] ppid=27726 vsize=84168 CPUtime=0.69 cores=0,2,4,6
/proc/27728/stat : 27728 (RestartSAT) R 27726 27728 27635 0 -1 4202496 20167 0 0 0 67 2 0 0 25 0 1 0 225554826 86188032 15585 33554432000 4194304 4291949 140736227629376 18446744073709551615 4256833 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27728/statm: 21042 15585 265 24 0 17676 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84168

[startup+1.50114 s]
/proc/loadavg: 1.20 0.33 0.11 3/416 27730
/proc/meminfo: memFree=22607516/32950928 swapFree=53457208/67111528
[pid=27728] ppid=27726 vsize=88148 CPUtime=1.49 cores=0,2,4,6
/proc/27728/stat : 27728 (RestartSAT) R 27726 27728 27635 0 -1 4202496 24053 0 0 0 147 2 0 0 25 0 1 0 225554826 90263552 15960 33554432000 4194304 4291949 140736227629376 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27728/statm: 22037 15960 283 24 0 18671 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88148

[startup+3.10085 s]
/proc/loadavg: 1.20 0.33 0.11 3/416 27730
/proc/meminfo: memFree=22610244/32950928 swapFree=53457208/67111528
[pid=27728] ppid=27726 vsize=88148 CPUtime=3.09 cores=0,2,4,6
/proc/27728/stat : 27728 (RestartSAT) R 27726 27728 27635 0 -1 4202496 24164 0 0 0 307 2 0 0 25 0 1 0 225554826 90263552 16068 33554432000 4194304 4291949 140736227629376 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27728/statm: 22037 16068 283 24 0 18671 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 88148

[startup+6.30027 s]
/proc/loadavg: 1.26 0.36 0.12 3/416 27730
/proc/meminfo: memFree=22608904/32950928 swapFree=53457208/67111528
[pid=27728] ppid=27726 vsize=88148 CPUtime=6.29 cores=0,2,4,6
/proc/27728/stat : 27728 (RestartSAT) R 27726 27728 27635 0 -1 4202496 24268 0 0 0 627 2 0 0 25 0 1 0 225554826 90263552 16169 33554432000 4194304 4291949 140736227629376 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27728/statm: 22037 16169 283 24 0 18671 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 88148

[startup+12.7011 s]
/proc/loadavg: 1.32 0.39 0.13 3/416 27730
/proc/meminfo: memFree=22588204/32950928 swapFree=53457208/67111528
[pid=27728] ppid=27726 vsize=106824 CPUtime=12.69 cores=0,2,4,6
/proc/27728/stat : 27728 (RestartSAT) R 27726 27728 27635 0 -1 4202496 28753 0 0 0 1266 3 0 0 25 0 1 0 225554826 109387776 20599 33554432000 4194304 4291949 140736227629376 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27728/statm: 26706 20599 283 24 0 23340 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 106824

[startup+25.5008 s]
/proc/loadavg: 1.47 0.47 0.16 3/416 27730
/proc/meminfo: memFree=22595552/32950928 swapFree=53457208/67111528
[pid=27728] ppid=27726 vsize=88856 CPUtime=25.49 cores=0,2,4,6
/proc/27728/stat : 27728 (RestartSAT) R 27726 27728 27635 0 -1 4202496 30593 0 0 0 2546 3 0 0 25 0 1 0 225554826 90988544 17256 33554432000 4194304 4291949 140736227629376 18446744073709551615 4248628 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27728/statm: 22214 17256 283 24 0 18848 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 88856

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

[startup+25.6008 s]
/proc/loadavg: 1.47 0.47 0.16 3/416 27730
/proc/meminfo: memFree=22595552/32950928 swapFree=53457208/67111528
[pid=27728] ppid=27726 vsize=88856 CPUtime=25.59 cores=0,2,4,6
/proc/27728/stat : 27728 (RestartSAT) R 27726 27728 27635 0 -1 4202496 30637 0 0 0 2556 3 0 0 25 0 1 0 225554826 90988544 17300 33554432000 4194304 4291949 140736227629376 18446744073709551615 4248338 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27728/statm: 22214 17300 283 24 0 18848 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 88856

[startup+32.0156 s]
/proc/loadavg: 1.51 0.49 0.17 3/416 27731
/proc/meminfo: memFree=22586288/32950928 swapFree=53457208/67111528
[pid=27728] ppid=27726 vsize=107532 CPUtime=32 cores=0,2,4,6
/proc/27728/stat : 27728 (RestartSAT) R 27726 27728 27635 0 -1 4202496 32091 0 0 0 3197 3 0 0 25 0 1 0 225554826 110112768 18715 33554432000 4194304 4291949 140736227629376 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27728/statm: 26883 18715 283 24 0 23517 0
Current children cumulated CPU time (s) 32
Current children cumulated vsize (KiB) 107532

[startup+38.4005 s]
/proc/loadavg: 1.55 0.52 0.18 3/416 27731
/proc/meminfo: memFree=22579372/32950928 swapFree=53457208/67111528
[pid=27728] ppid=27726 vsize=126388 CPUtime=38.39 cores=0,2,4,6
/proc/27728/stat : 27728 (RestartSAT) R 27726 27728 27635 0 -1 4202496 33637 0 0 0 3835 4 0 0 25 0 1 0 225554826 129421312 20223 33554432000 4194304 4291949 140736227629376 18446744073709551615 4262528 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27728/statm: 31597 20223 283 24 0 28231 0
Current children cumulated CPU time (s) 38.39
Current children cumulated vsize (KiB) 126388

[startup+41.6009 s]
/proc/loadavg: 1.59 0.54 0.19 3/416 27731
/proc/meminfo: memFree=22575232/32950928 swapFree=53457208/67111528
[pid=27728] ppid=27726 vsize=126388 CPUtime=41.59 cores=0,2,4,6
/proc/27728/stat : 27728 (RestartSAT) R 27726 27728 27635 0 -1 4202496 34251 0 0 0 4155 4 0 0 25 0 1 0 225554826 129421312 20823 33554432000 4194304 4291949 140736227629376 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27728/statm: 31597 20823 283 24 0 28231 0
Current children cumulated CPU time (s) 41.59
Current children cumulated vsize (KiB) 126388

[startup+42.4008 s]
/proc/loadavg: 1.59 0.54 0.19 3/416 27731
/proc/meminfo: memFree=22574240/32950928 swapFree=53457208/67111528
[pid=27728] ppid=27726 vsize=126388 CPUtime=42.39 cores=0,2,4,6
/proc/27728/stat : 27728 (RestartSAT) R 27726 27728 27635 0 -1 4202496 35704 0 0 0 4235 4 0 0 25 0 1 0 225554826 129421312 22148 33554432000 4194304 4291949 140736227629376 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27728/statm: 31597 22148 283 24 0 28231 0
Current children cumulated CPU time (s) 42.39
Current children cumulated vsize (KiB) 126388

[startup+43.2006 s]
/proc/loadavg: 1.59 0.54 0.19 3/416 27731
/proc/meminfo: memFree=22568412/32950928 swapFree=53457208/67111528
[pid=27728] ppid=27726 vsize=126388 CPUtime=43.19 cores=0,2,4,6
/proc/27728/stat : 27728 (RestartSAT) R 27726 27728 27635 0 -1 4202496 35866 0 0 0 4315 4 0 0 25 0 1 0 225554826 129421312 22305 33554432000 4194304 4291949 140736227629376 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27728/statm: 31597 22305 283 24 0 28231 0
Current children cumulated CPU time (s) 43.19
Current children cumulated vsize (KiB) 126388

[startup+43.6006 s]
/proc/loadavg: 1.59 0.54 0.19 3/416 27731
/proc/meminfo: memFree=22568412/32950928 swapFree=53457208/67111528
[pid=27728] ppid=27726 vsize=126388 CPUtime=43.59 cores=0,2,4,6
/proc/27728/stat : 27728 (RestartSAT) R 27726 27728 27635 0 -1 4202496 35942 0 0 0 4355 4 0 0 25 0 1 0 225554826 129421312 22381 33554432000 4194304 4291949 140736227629376 18446744073709551615 4255946 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27728/statm: 31597 22381 283 24 0 28231 0
Current children cumulated CPU time (s) 43.59
Current children cumulated vsize (KiB) 126388

Child status: 20
Real time (s): 43.6569
CPU time (s): 43.6574
CPU user time (s): 43.6104
CPU system time (s): 0.046992
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 126388

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

runsolver used 0.183972 second user time and 0.416936 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-28 12:44:14
IDJOB=3419777
IDBENCH=70952
IDSOLVER=1911
FILE ID=node112/3419777-1306579454
RUNJOBID= node112-1306579398-27653
PBS_JOBID= 13471568
Free space on /tmp= 73260 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-gcdm16-23.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419777-1306579454/watcher-3419777-1306579454 -o /tmp/evaluation-result-3419777-1306579454/solver-3419777-1306579454 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419777-1306579454.cnf

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

MD5SUM BENCH= a61ef2b7b3d16661e8162c430ffb1a51
RANDOM SEED=933005545

node112.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.847
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.69
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.847
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	: 5180.45
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.847
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.847
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.82
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.847
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.61
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.847
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.83
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.847
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.847
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22676500 kB
Buffers:        248832 kB
Cached:        7466680 kB
SwapCached:      62268 kB
Active:        2818948 kB
Inactive:      7209572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22676500 kB
SwapTotal:    67111528 kB
SwapFree:     53457208 kB
Dirty:           11256 kB
Writeback:           0 kB
AnonPages:     2259012 kB
Mapped:          16088 kB
Slab:           121580 kB
PageTables:      59564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 98826072 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= 73256 MiB
End job on node112 at 2011-05-28 12:44:58