Trace number 3362639

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 reference: minisat 2.2.0UNSAT 102.616 102.618

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-27-step13.cnf
MD5SUM52e16341bcff805ef2d6abe4e95359a0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.0214
Satisfiable
(Un)Satisfiability was proved
Number of variables224228
Number of clauses5314673
Sum of the clauses size11732345
Maximum clause length3193
Minimum clause length1
Number of clauses of size 1556
Number of clauses of size 25229536
Number of clauses of size 36084
Number of clauses of size 49856
Number of clauses of size 58159
Number of clauses of size over 560482

Solver Data

102.49/102.59	WARNING: for repeatability, setting FPU to use double precision
102.49/102.59	============================[ Problem Statistics ]=============================
102.49/102.59	|                                                                             |
102.49/102.59	|  Number of variables:        224228                                         |
102.49/102.59	|  Number of clauses:         5311043                                         |
102.49/102.59	|  Parse time:                   1.71 s                                       |
102.49/102.59	|  Eliminated clauses:           0.30 Mb                                      |
102.49/102.59	|  Simplification time:          9.51 s                                       |
102.49/102.59	|                                                                             |
102.49/102.59	============================[ Search Statistics ]==============================
102.49/102.59	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
102.49/102.59	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
102.49/102.59	===============================================================================
102.49/102.59	|       100 |  211971  5291529 11673961 |  1940227       97     34 |  1.067 % |
102.49/102.59	|       250 |  211787  5291529 11673961 |  2134250      243    115 |  1.149 % |
102.49/102.59	|       475 |  211249  5291529 11673961 |  2347675      464    140 |  1.389 % |
102.49/102.59	|       812 |  211067  5291529 11673961 |  2582442      798    218 |  1.470 % |
102.49/102.59	|      1318 |  209834  5168820 11415160 |  2840686     1159    304 |  2.020 % |
102.49/102.59	|      2077 |  208742  5168820 11415160 |  3124755     1912    338 |  2.507 % |
102.49/102.59	|      3216 |  207499  5130575 11335848 |  3437231     3032    667 |  3.061 % |
102.49/102.59	|      4924 |  206990  5086809 11245139 |  3780954     4705    870 |  3.288 % |
102.49/102.59	|      7486 |  205236  5017144 11096455 |  4159049     7156   1094 |  4.070 % |
102.49/102.59	|     11330 |  201475  4906147 10861113 |  4574954    10881   1085 |  5.748 % |
102.49/102.59	|     17096 |  200663  4888775 10824053 |  5032449    16505   1067 |  6.110 % |
102.49/102.59	|     25745 |  200574  4867672 10780376 |  5535694    24931    914 |  6.150 % |
102.49/102.59	|     38719 |  200264  4857773 10759225 |  6089264    37764    832 |  6.288 % |
102.49/102.59	===============================================================================
102.49/102.59	restarts              : 127
102.49/102.59	conflicts             : 41144          (402 /sec)
102.49/102.59	decisions             : 511764         (0.00 % random) (5001 /sec)
102.49/102.59	propagations          : 476154591      (4653199 /sec)
102.49/102.59	conflict literals     : 32479551       (24.28 % deleted)
102.49/102.59	Memory used           : 488.00 MB
102.49/102.59	CPU time              : 102.328 s
102.49/102.59	
102.49/102.59	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-3362639-1305307419/watcher-3362639-1305307419 -o /tmp/evaluation-result-3362639-1305307419/solver-3362639-1305307419 -C 2400 -W 1300 -M 7680 minisat_release HOME/instance-3362639-1305307419.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.96 4.03 3.98 5/361 28901
/proc/meminfo: memFree=26297760/32951124 swapFree=53501236/67111528
[pid=28901] ppid=28899 vsize=25176 CPUtime=0 cores=1,3
/proc/28901/stat : 28901 (minisat_release) R 28899 28901 28665 0 -1 4202496 2052 0 0 0 0 0 0 0 22 0 1 0 642344870 25780224 1944 33554432000 4194304 4291037 140733793344736 18446744073709551615 4240897 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28901/statm: 6294 1950 215 24 0 2928 0

[startup+0.0599499 s]
/proc/loadavg: 3.96 4.03 3.98 5/361 28901
/proc/meminfo: memFree=26297760/32951124 swapFree=53501236/67111528
[pid=28901] ppid=28899 vsize=42864 CPUtime=0.04 cores=1,3
/proc/28901/stat : 28901 (minisat_release) R 28899 28901 28665 0 -1 4202496 6406 0 0 0 4 0 0 0 22 0 1 0 642344870 43892736 6076 33554432000 4194304 4291037 140733793344736 18446744073709551615 216634176197 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28901/statm: 10716 6077 215 24 0 7350 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 42864

[startup+0.100944 s]
/proc/loadavg: 3.96 4.03 3.98 5/361 28901
/proc/meminfo: memFree=26297760/32951124 swapFree=53501236/67111528
[pid=28901] ppid=28899 vsize=48228 CPUtime=0.08 cores=1,3
/proc/28901/stat : 28901 (minisat_release) R 28899 28901 28665 0 -1 4202496 8607 0 0 0 8 0 0 0 22 0 1 0 642344870 49385472 7938 33554432000 4194304 4291037 140733793344736 18446744073709551615 216634176197 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28901/statm: 12057 7940 215 24 0 8691 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 48228

[startup+0.300909 s]
/proc/loadavg: 3.96 4.03 3.98 5/361 28901
/proc/meminfo: memFree=26297760/32951124 swapFree=53501236/67111528
[pid=28901] ppid=28899 vsize=71844 CPUtime=0.28 cores=1,3
/proc/28901/stat : 28901 (minisat_release) R 28899 28901 28665 0 -1 4202496 14759 0 0 0 27 1 0 0 23 0 1 0 642344870 73568256 13702 33554432000 4194304 4291037 140733793344736 18446744073709551615 216634176197 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28901/statm: 17961 13705 216 24 0 14595 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 71844

[startup+0.700837 s]
/proc/loadavg: 3.96 4.03 3.98 5/361 28901
/proc/meminfo: memFree=26297760/32951124 swapFree=53501236/67111528
[pid=28901] ppid=28899 vsize=143372 CPUtime=0.69 cores=1,3
/proc/28901/stat : 28901 (minisat_release) R 28899 28901 28665 0 -1 4202496 36447 0 0 0 64 5 0 0 25 0 1 0 642344870 146812928 31686 33554432000 4194304 4291037 140733793344736 18446744073709551615 216634176197 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28901/statm: 35843 31688 216 24 0 32477 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 143372

[startup+1.5007 s]
/proc/loadavg: 3.96 4.03 3.98 5/362 28902
/proc/meminfo: memFree=26114364/32951124 swapFree=53501236/67111528
[pid=28901] ppid=28899 vsize=300820 CPUtime=1.48 cores=1,3
/proc/28901/stat : 28901 (minisat_release) R 28899 28901 28665 0 -1 4202496 77224 0 0 0 138 10 0 0 25 0 1 0 642344870 308039680 66695 33554432000 4194304 4291037 140733793344736 18446744073709551615 4276877 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28901/statm: 75205 66697 216 24 0 71839 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 300820

[startup+3.10042 s]
/proc/loadavg: 3.96 4.03 3.98 5/362 28902
/proc/meminfo: memFree=25960040/32951124 swapFree=53501236/67111528
[pid=28901] ppid=28899 vsize=397164 CPUtime=3.08 cores=1,3
/proc/28901/stat : 28901 (minisat_release) R 28899 28901 28665 0 -1 4202496 92096 0 0 0 295 13 0 0 25 0 1 0 642344870 406695936 81567 33554432000 4194304 4291037 140733793344736 18446744073709551615 4230163 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28901/statm: 99291 81567 238 24 0 95925 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 397164

[startup+6.30086 s]
/proc/loadavg: 4.04 4.04 3.98 5/362 28902
/proc/meminfo: memFree=25951624/32951124 swapFree=53501236/67111528
[pid=28901] ppid=28899 vsize=397164 CPUtime=6.29 cores=1,3
/proc/28901/stat : 28901 (minisat_release) R 28899 28901 28665 0 -1 4202496 92096 0 0 0 616 13 0 0 25 0 1 0 642344870 406695936 81567 33554432000 4194304 4291037 140733793344736 18446744073709551615 4230163 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28901/statm: 99291 81567 238 24 0 95925 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 397164

[startup+12.7007 s]
/proc/loadavg: 4.04 4.04 3.98 5/362 28903
/proc/meminfo: memFree=26031256/32951124 swapFree=53501236/67111528
[pid=28901] ppid=28899 vsize=370028 CPUtime=12.69 cores=1,3
/proc/28901/stat : 28901 (minisat_release) R 28899 28901 28665 0 -1 4202496 115055 0 0 0 1252 17 0 0 25 0 1 0 642344870 378908672 70560 33554432000 4194304 4291037 140733793344736 18446744073709551615 4256347 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28901/statm: 92507 70560 258 24 0 89141 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 370028

[startup+25.5005 s]
/proc/loadavg: 4.03 4.04 3.98 5/362 28903
/proc/meminfo: memFree=25956752/32951124 swapFree=53501236/67111528
[pid=28901] ppid=28899 vsize=370028 CPUtime=25.49 cores=1,3
/proc/28901/stat : 28901 (minisat_release) R 28899 28901 28665 0 -1 4202496 121029 0 0 0 2530 19 0 0 25 0 1 0 642344870 378908672 76529 33554432000 4194304 4291037 140733793344736 18446744073709551615 4261940 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28901/statm: 92507 76529 259 24 0 89141 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 370028

[startup+51.101 s]
/proc/loadavg: 4.02 4.03 3.98 5/362 28904
/proc/meminfo: memFree=25816148/32951124 swapFree=53501236/67111528
[pid=28901] ppid=28899 vsize=451416 CPUtime=51.09 cores=1,3
/proc/28901/stat : 28901 (minisat_release) R 28899 28901 28665 0 -1 4202496 132671 0 0 0 5087 22 0 0 25 0 1 0 642344870 462249984 88165 33554432000 4194304 4291037 140733793344736 18446744073709551615 4255946 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28901/statm: 112854 88165 259 24 0 109488 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 451416

[startup+102.314 s]
/proc/loadavg: 4.00 4.03 3.98 5/362 28905
/proc/meminfo: memFree=25595876/32951124 swapFree=53501236/67111528
[pid=28901] ppid=28899 vsize=451416 CPUtime=102.3 cores=1,3
/proc/28901/stat : 28901 (minisat_release) R 28899 28901 28665 0 -1 4202496 146661 0 0 0 10204 26 0 0 25 0 1 0 642344870 462249984 102131 33554432000 4194304 4291037 140733793344736 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28901/statm: 112854 102131 259 24 0 109488 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 451416

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

[startup+102.501 s]
/proc/loadavg: 4.00 4.03 3.98 5/362 28905
/proc/meminfo: memFree=25595876/32951124 swapFree=53501236/67111528
[pid=28901] ppid=28899 vsize=451416 CPUtime=102.49 cores=1,3
/proc/28901/stat : 28901 (minisat_release) R 28899 28901 28665 0 -1 4202496 146681 0 0 0 10223 26 0 0 25 0 1 0 642344870 462249984 102151 33554432000 4194304 4291037 140733793344736 18446744073709551615 4248591 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28901/statm: 112854 102151 259 24 0 109488 0
Current children cumulated CPU time (s) 102.49
Current children cumulated vsize (KiB) 451416

[startup+102.601 s]
/proc/loadavg: 4.00 4.03 3.98 5/362 28905
/proc/meminfo: memFree=25595876/32951124 swapFree=53501236/67111528
[pid=28901] ppid=28899 vsize=0 CPUtime=102.59 cores=1,3
/proc/28901/stat : 28901 (minisat_release) R 28899 28901 28665 0 -1 4202500 146705 0 0 0 10232 27 0 0 25 0 1 0 642344870 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 1 0 0 0
/proc/28901/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.59
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 102.618
CPU time (s): 102.616
CPU user time (s): 102.328
CPU system time (s): 0.287956
CPU usage (%): 99.998
Max. virtual memory (cumulated for all children) (KiB): 500256

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

runsolver used 0.338948 second user time and 0.799878 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-13 19:23:43
IDJOB=3362639
IDBENCH=82430
IDSOLVER=1840
FILE ID=node103/3362639-1305307419
RUNJOBID= node103-1305306108-28685
PBS_JOBID= 13321469
Free space on /tmp= 48208 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-27-step13.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362639-1305307419/watcher-3362639-1305307419 -o /tmp/evaluation-result-3362639-1305307419/solver-3362639-1305307419 -C 2400 -W 1300 -M 7680  minisat_release HOME/instance-3362639-1305307419.cnf

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

MD5SUM BENCH= 52e16341bcff805ef2d6abe4e95359a0
RANDOM SEED=120249485

node103.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.858
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.71
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.858
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.75
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.858
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.858
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.77
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.858
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.75
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.858
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.858
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.83
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.858
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:      26298040 kB
Buffers:        241200 kB
Cached:        3146096 kB
SwapCached:     340160 kB
Active:        2154700 kB
Inactive:      4234196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26298040 kB
SwapTotal:    67111528 kB
SwapFree:     53501236 kB
Dirty:          204592 kB
Writeback:           0 kB
AnonPages:     2672512 kB
Mapped:          11128 kB
Slab:           145356 kB
PageTables:      55056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79200272 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= 48208 MiB
End job on node103 at 2011-05-13 19:25:25