Trace number 3380079

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 84.1942 84.1957

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
manolios/c10idw_i.cnf
MD5SUMc139a321e75833c70af36726562b66de
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.2925
Satisfiable
(Un)Satisfiability was proved
Number of variables196306
Number of clauses582994
Sum of the clauses size1360318
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2388662
Number of clauses of size 3194331
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

84.09/84.18	c Solved by BasicSolver 
84.09/84.18	
84.09/84.18	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-3380079-1305461023/watcher-3380079-1305461023 -o /tmp/evaluation-result-3380079-1305461023/solver-3380079-1305461023 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3380079-1305461023.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 1.05 1.88 6/349 21439
/proc/meminfo: memFree=19514936/32951124 swapFree=57331800/67111528
[pid=21439] ppid=21437 vsize=36132 CPUtime=0 cores=0,2
/proc/21439/stat : 21439 (SApperloT2010) R 21437 21439 20340 0 -1 4202496 3987 0 0 0 0 0 0 0 25 0 1 0 657704678 36999168 3927 33554432000 4194304 4394578 140733644658640 18446744073709551615 4280333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21439/statm: 9033 3935 244 49 0 6174 0

[startup+0.0967981 s]
/proc/loadavg: 0.85 1.05 1.88 6/349 21439
/proc/meminfo: memFree=19514936/32951124 swapFree=57331800/67111528
[pid=21439] ppid=21437 vsize=52636 CPUtime=0.08 cores=0,2
/proc/21439/stat : 21439 (SApperloT2010) R 21437 21439 20340 0 -1 4202496 9250 0 0 0 8 0 0 0 25 0 1 0 657704678 53899264 9190 33554432000 4194304 4394578 140733644658640 18446744073709551615 212435677893 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21439/statm: 13159 9191 247 49 0 10300 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 52636

[startup+0.100793 s]
/proc/loadavg: 0.85 1.05 1.88 6/349 21439
/proc/meminfo: memFree=19514936/32951124 swapFree=57331800/67111528
[pid=21439] ppid=21437 vsize=53032 CPUtime=0.08 cores=0,2
/proc/21439/stat : 21439 (SApperloT2010) R 21437 21439 20340 0 -1 4202496 9347 0 0 0 8 0 0 0 25 0 1 0 657704678 54304768 9287 33554432000 4194304 4394578 140733644658640 18446744073709551615 212435677893 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21439/statm: 13258 9288 247 49 0 10399 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 53032

[startup+0.300754 s]
/proc/loadavg: 0.85 1.05 1.88 6/349 21439
/proc/meminfo: memFree=19514936/32951124 swapFree=57331800/67111528
[pid=21439] ppid=21437 vsize=71788 CPUtime=0.28 cores=0,2
/proc/21439/stat : 21439 (SApperloT2010) R 21437 21439 20340 0 -1 4202496 14022 0 0 0 27 1 0 0 25 0 1 0 657704678 73510912 13962 33554432000 4194304 4394578 140733644658640 18446744073709551615 212435677893 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21439/statm: 17947 13962 247 49 0 15088 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 71788

[startup+0.700703 s]
/proc/loadavg: 0.85 1.05 1.88 6/349 21439
/proc/meminfo: memFree=19514936/32951124 swapFree=57331800/67111528
[pid=21439] ppid=21437 vsize=106488 CPUtime=0.68 cores=0,2
/proc/21439/stat : 21439 (SApperloT2010) R 21437 21439 20340 0 -1 4202496 22717 0 0 0 64 4 0 0 25 0 1 0 657704678 109043712 22656 33554432000 4194304 4394578 140733644658640 18446744073709551615 212436041623 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21439/statm: 26622 22656 256 49 0 23763 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 106488

[startup+1.50055 s]
/proc/loadavg: 1.10 1.10 1.89 5/349 21440
/proc/meminfo: memFree=19347792/32951124 swapFree=57331800/67111528
[pid=21439] ppid=21437 vsize=151768 CPUtime=1.49 cores=0,2
/proc/21439/stat : 21439 (SApperloT2010) R 21437 21439 20340 0 -1 4202496 35007 0 0 0 140 9 0 0 25 0 1 0 657704678 155410432 33807 33554432000 4194304 4394578 140733644658640 18446744073709551615 212436041623 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21439/statm: 37942 33807 256 49 0 35083 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 151768

[startup+3.10025 s]
/proc/loadavg: 1.10 1.10 1.89 5/349 21440
/proc/meminfo: memFree=19281268/32951124 swapFree=57331800/67111528
[pid=21439] ppid=21437 vsize=208124 CPUtime=3.08 cores=0,2
/proc/21439/stat : 21439 (SApperloT2010) R 21437 21439 20340 0 -1 4202496 52622 0 0 0 293 15 0 0 25 0 1 0 657704678 213118976 45727 33554432000 4194304 4394578 140733644658640 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21439/statm: 52031 45727 267 49 0 49172 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 208124

[startup+6.30062 s]
/proc/loadavg: 1.10 1.10 1.89 5/349 21440
/proc/meminfo: memFree=19216552/32951124 swapFree=57331800/67111528
[pid=21439] ppid=21437 vsize=218896 CPUtime=6.29 cores=0,2
/proc/21439/stat : 21439 (SApperloT2010) R 21437 21439 20340 0 -1 4202496 55270 0 0 0 613 16 0 0 25 0 1 0 657704678 224149504 48375 33554432000 4194304 4394578 140733644658640 18446744073709551615 4345926 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21439/statm: 54724 48375 267 49 0 51865 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 218896

[startup+12.7004 s]
/proc/loadavg: 1.54 1.19 1.91 5/349 21440
/proc/meminfo: memFree=19158948/32951124 swapFree=57331800/67111528
[pid=21439] ppid=21437 vsize=231792 CPUtime=12.68 cores=0,2
/proc/21439/stat : 21439 (SApperloT2010) R 21437 21439 20340 0 -1 4202496 58435 0 0 0 1252 16 0 0 25 0 1 0 657704678 237355008 51540 33554432000 4194304 4394578 140733644658640 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21439/statm: 57948 51540 267 49 0 55089 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 231792

[startup+25.501 s]
/proc/loadavg: 1.92 1.28 1.93 5/349 21441
/proc/meminfo: memFree=19090860/32951124 swapFree=57331800/67111528
[pid=21439] ppid=21437 vsize=248584 CPUtime=25.49 cores=0,2
/proc/21439/stat : 21439 (SApperloT2010) R 21437 21439 20340 0 -1 4202496 62427 0 0 0 2532 17 0 0 25 0 1 0 657704678 254550016 55532 33554432000 4194304 4394578 140733644658640 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21439/statm: 62146 55532 267 49 0 59287 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 248584

[startup+51.1012 s]
/proc/loadavg: 2.63 1.50 1.98 5/349 21441
/proc/meminfo: memFree=18977500/32951124 swapFree=57331800/67111528
[pid=21439] ppid=21437 vsize=271196 CPUtime=51.09 cores=0,2
/proc/21439/stat : 21439 (SApperloT2010) R 21437 21439 20340 0 -1 4202496 67560 0 0 0 5090 19 0 0 25 0 1 0 657704678 277704704 60665 33554432000 4194304 4394578 140733644658640 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21439/statm: 67799 60665 267 49 0 64940 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 271196

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

[startup+63.9007 s]
/proc/loadavg: 2.93 1.62 2.02 5/349 21442
/proc/meminfo: memFree=18955048/32951124 swapFree=57331800/67111528
[pid=21439] ppid=21437 vsize=275816 CPUtime=63.89 cores=0,2
/proc/21439/stat : 21439 (SApperloT2010) R 21437 21439 20340 0 -1 4202496 68505 0 0 0 6370 19 0 0 25 0 1 0 657704678 282435584 61610 33554432000 4194304 4394578 140733644658640 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21439/statm: 68954 61610 267 49 0 66095 0
Current children cumulated CPU time (s) 63.89
Current children cumulated vsize (KiB) 275816

[startup+76.7003 s]
/proc/loadavg: 3.17 1.74 2.05 5/349 21442
/proc/meminfo: memFree=18942768/32951124 swapFree=57331800/67111528
[pid=21439] ppid=21437 vsize=277940 CPUtime=76.69 cores=0,2
/proc/21439/stat : 21439 (SApperloT2010) R 21437 21439 20340 0 -1 4202496 68996 0 0 0 7650 19 0 0 25 0 1 0 657704678 284610560 62101 33554432000 4194304 4394578 140733644658640 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21439/statm: 69485 62101 267 49 0 66626 0
Current children cumulated CPU time (s) 76.69
Current children cumulated vsize (KiB) 277940

[startup+79.9007 s]
/proc/loadavg: 3.17 1.74 2.05 5/349 21442
/proc/meminfo: memFree=18941900/32951124 swapFree=57331800/67111528
[pid=21439] ppid=21437 vsize=278372 CPUtime=79.88 cores=0,2
/proc/21439/stat : 21439 (SApperloT2010) R 21437 21439 20340 0 -1 4202496 69101 0 0 0 7969 19 0 0 25 0 1 0 657704678 285052928 62206 33554432000 4194304 4394578 140733644658640 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21439/statm: 69593 62206 267 49 0 66734 0
Current children cumulated CPU time (s) 79.88
Current children cumulated vsize (KiB) 278372

[startup+81.5004 s]
/proc/loadavg: 3.23 1.77 2.06 5/349 21442
/proc/meminfo: memFree=18936568/32951124 swapFree=57331800/67111528
[pid=21439] ppid=21437 vsize=278636 CPUtime=81.49 cores=0,2
/proc/21439/stat : 21439 (SApperloT2010) R 21437 21439 20340 0 -1 4202496 69156 0 0 0 8129 20 0 0 25 0 1 0 657704678 285323264 62261 33554432000 4194304 4394578 140733644658640 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21439/statm: 69659 62261 267 49 0 66800 0
Current children cumulated CPU time (s) 81.49
Current children cumulated vsize (KiB) 278636

[startup+83.1011 s]
/proc/loadavg: 3.23 1.77 2.06 5/349 21442
/proc/meminfo: memFree=18937552/32951124 swapFree=57331800/67111528
[pid=21439] ppid=21437 vsize=278768 CPUtime=83.09 cores=0,2
/proc/21439/stat : 21439 (SApperloT2010) R 21437 21439 20340 0 -1 4202496 69203 0 0 0 8289 20 0 0 25 0 1 0 657704678 285458432 62308 33554432000 4194304 4394578 140733644658640 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21439/statm: 69692 62308 267 49 0 66833 0
Current children cumulated CPU time (s) 83.09
Current children cumulated vsize (KiB) 278768

[startup+83.901 s]
/proc/loadavg: 3.23 1.77 2.06 5/349 21442
/proc/meminfo: memFree=18937304/32951124 swapFree=57331800/67111528
[pid=21439] ppid=21437 vsize=278936 CPUtime=83.89 cores=0,2
/proc/21439/stat : 21439 (SApperloT2010) R 21437 21439 20340 0 -1 4202496 69247 0 0 0 8369 20 0 0 25 0 1 0 657704678 285630464 62352 33554432000 4194304 4394578 140733644658640 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21439/statm: 69734 62352 267 49 0 66875 0
Current children cumulated CPU time (s) 83.89
Current children cumulated vsize (KiB) 278936

[startup+84.1009 s]
/proc/loadavg: 3.23 1.77 2.06 5/349 21442
/proc/meminfo: memFree=18937304/32951124 swapFree=57331800/67111528
[pid=21439] ppid=21437 vsize=279168 CPUtime=84.09 cores=0,2
/proc/21439/stat : 21439 (SApperloT2010) R 21437 21439 20340 0 -1 4202496 69270 0 0 0 8389 20 0 0 25 0 1 0 657704678 285868032 62375 33554432000 4194304 4394578 140733644658640 18446744073709551615 4298335 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21439/statm: 69792 62375 267 49 0 66933 0
Current children cumulated CPU time (s) 84.09
Current children cumulated vsize (KiB) 279168

Child status: 20
Real time (s): 84.1957
CPU time (s): 84.1942
CPU user time (s): 83.9802
CPU system time (s): 0.213967
CPU usage (%): 99.9982
Max. virtual memory (cumulated for all children) (KiB): 279168

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

runsolver used 0.297954 second user time and 0.626904 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 14:03:43
IDJOB=3380079
IDBENCH=88143
IDSOLVER=1862
FILE ID=node102/3380079-1305461023
RUNJOBID= node102-1305461022-21318
PBS_JOBID= 13324892
Free space on /tmp= 73624 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/manolios/c10idw_i.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380079-1305461023/watcher-3380079-1305461023 -o /tmp/evaluation-result-3380079-1305461023/solver-3380079-1305461023 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3380079-1305461023.cnf

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

MD5SUM BENCH= c139a321e75833c70af36726562b66de
RANDOM SEED=16685531

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.828
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:      19515348 kB
Buffers:         31704 kB
Cached:         509664 kB
SwapCached:      89916 kB
Active:        4144908 kB
Inactive:      9100308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19515348 kB
SwapTotal:    67111528 kB
SwapFree:     57331800 kB
Dirty:           25832 kB
Writeback:           0 kB
AnonPages:    12624020 kB
Mapped:          19380 kB
Slab:            62116 kB
PageTables:      63512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 63591888 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= 73624 MiB
End job on node102 at 2011-05-15 14:05:07