Trace number 3286564

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
synit_sat 2011-03-03UNSAT 67.2768 67.2768

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

0.00/0.00	c start  0 total 0
2.29/2.38	c Find Units :        556
2.78/2.82	c Find Invs  :        156
2.98/3.03	c Find Ands  :      39194 AvgFaninNum: 15.8871
2.98/3.04	c Find Xors  :          0 AvgFaninNum: nan
2.98/3.04	c Find Ite   :          0
2.98/3.05	c UnDirect variable: 181
2.98/3.05	c UnDirect to Direct Gate: 85
2.98/3.05	c Forced Direct Gate: 51 Unuse unDirect Gate: 86
2.98/3.06	c Break Cycle : 14193
2.98/3.06	c Total Root : 18586 Undef Var: 200081
3.29/3.39	c After covering, Total Root: 23671 Leaf: 137239
3.29/3.39	c Variable( cover/uncovered/unused ): 161386 62842 0
3.29/3.39	c Unit Clauses: 556
3.29/3.39	c Binary Clauses( cover/uncovered ): 576557 4650635
3.29/3.39	c Clauses( cover/uncovered ): 24062 60519
3.29/3.39	c Total Clauses( cover/uncovered ): 601175 4711154 11.3166%
3.29/3.39	c Covered Ands: 24062 Invs: 85 Xors: 0 Ites: 0
5.79/5.81	c Uncover Clauses avg size: 2.11701 max size: 161
5.79/5.89	c Final circuit: i/l/o/s  199550       0 4703335   5365113
5.79/5.89	c cover rate 11.3166
5.79/5.89	c rocky end  5.88 total 5.88
12.59/12.69	c covering time  6.8 total 12.68
66.29/66.38	c solve time  53.69 total 66.37
66.29/66.38	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: 935)

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-3286564-1303765935/watcher-3286564-1303765935 -o /tmp/evaluation-result-3286564-1303765935/solver-3286564-1303765935 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3286564-1303765935.cnf 1639906767 

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: 4.00 5.13 4.79 4/189 24914
/proc/meminfo: memFree=24085556/32951124 swapFree=67111348/67111528
[pid=24914] ppid=24912 vsize=30688 CPUtime=0 cores=1,3
/proc/24914/stat : 24914 (synit_sat) R 24912 24914 23613 0 -1 4202496 2124 0 0 0 0 0 0 0 22 0 1 0 488194175 31424512 2058 33554432000 4194304 4947581 140733387132048 18446744073709551615 253640859392 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24914/statm: 7672 2068 365 184 0 2547 0

[startup+0.0478609 s]
/proc/loadavg: 4.00 5.13 4.79 4/189 24914
/proc/meminfo: memFree=24085556/32951124 swapFree=67111348/67111528
[pid=24914] ppid=24912 vsize=45160 CPUtime=0.04 cores=1,3
/proc/24914/stat : 24914 (synit_sat) R 24912 24914 23613 0 -1 4202496 6004 0 0 0 3 1 0 0 22 0 1 0 488194175 46243840 5938 33554432000 4194304 4947581 140733387132048 18446744073709551615 4822339 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24914/statm: 11290 5938 376 184 0 6165 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 45160

[startup+0.100852 s]
/proc/loadavg: 4.00 5.13 4.79 4/189 24914
/proc/meminfo: memFree=24085556/32951124 swapFree=67111348/67111528
[pid=24914] ppid=24912 vsize=51304 CPUtime=0.09 cores=1,3
/proc/24914/stat : 24914 (synit_sat) R 24912 24914 23613 0 -1 4202496 7234 0 0 0 8 1 0 0 22 0 1 0 488194175 52535296 7168 33554432000 4194304 4947581 140733387132048 18446744073709551615 4798864 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24914/statm: 12826 7168 376 184 0 7701 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51304

[startup+0.300818 s]
/proc/loadavg: 4.00 5.13 4.79 4/189 24914
/proc/meminfo: memFree=24085556/32951124 swapFree=67111348/67111528
[pid=24914] ppid=24912 vsize=90344 CPUtime=0.28 cores=1,3
/proc/24914/stat : 24914 (synit_sat) R 24912 24914 23613 0 -1 4202496 16628 0 0 0 26 2 0 0 23 0 1 0 488194175 92512256 16562 33554432000 4194304 4947581 140733387132048 18446744073709551615 4799423 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24914/statm: 22586 16562 377 184 0 17461 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 90344

[startup+0.700755 s]
/proc/loadavg: 4.00 5.13 4.79 4/189 24914
/proc/meminfo: memFree=24085556/32951124 swapFree=67111348/67111528
[pid=24914] ppid=24912 vsize=139624 CPUtime=0.69 cores=1,3
/proc/24914/stat : 24914 (synit_sat) R 24912 24914 23613 0 -1 4202496 28958 0 0 0 65 4 0 0 25 0 1 0 488194175 142974976 28892 33554432000 4194304 4947581 140733387132048 18446744073709551615 4799423 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24914/statm: 34906 28892 377 184 0 29781 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 139624

[startup+1.50061 s]
/proc/loadavg: 4.00 5.13 4.79 5/190 24915
/proc/meminfo: memFree=23881804/32951124 swapFree=67111348/67111528
[pid=24914] ppid=24912 vsize=238824 CPUtime=1.49 cores=1,3
/proc/24914/stat : 24914 (synit_sat) R 24912 24914 23613 0 -1 4202496 53680 0 0 0 141 8 0 0 25 0 1 0 488194175 244555776 53614 33554432000 4194304 4947581 140733387132048 18446744073709551615 4824560 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24914/statm: 59706 53615 377 184 0 54581 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 238824

[startup+3.10031 s]
/proc/loadavg: 4.00 5.11 4.79 5/190 24915
/proc/meminfo: memFree=23697664/32951124 swapFree=67111348/67111528
[pid=24914] ppid=24912 vsize=436324 CPUtime=3.08 cores=1,3
/proc/24914/stat : 24914 (synit_sat) R 24912 24914 23613 0 -1 4202496 97985 0 0 0 295 13 0 0 25 0 1 0 488194175 446795776 97919 33554432000 4194304 4947581 140733387132048 18446744073709551615 4831986 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24914/statm: 109081 97919 384 184 0 103956 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 436324

[startup+6.30073 s]
/proc/loadavg: 4.00 5.11 4.79 5/190 24915
/proc/meminfo: memFree=23387584/32951124 swapFree=67111348/67111528
[pid=24914] ppid=24912 vsize=787552 CPUtime=6.29 cores=1,3
/proc/24914/stat : 24914 (synit_sat) R 24912 24914 23613 0 -1 4202496 194971 0 0 0 604 25 0 0 25 0 1 0 488194175 806453248 182617 33554432000 4194304 4947581 140733387132048 18446744073709551615 4225542 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24914/statm: 196888 182617 387 184 0 191763 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 787552

[startup+12.7006 s]
/proc/loadavg: 4.00 5.08 4.78 5/187 24918
/proc/meminfo: memFree=24659732/32951124 swapFree=67111348/67111528
[pid=24914] ppid=24912 vsize=1736068 CPUtime=12.69 cores=1,3
/proc/24914/stat : 24914 (synit_sat) R 24912 24914 23613 0 -1 4202496 441765 0 0 0 1217 52 0 0 25 0 1 0 488194175 1777733632 428916 33554432000 4194304 4947581 140733387132048 18446744073709551615 4626404 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24914/statm: 434017 428916 421 184 0 428892 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1736068

[startup+25.5002 s]
/proc/loadavg: 4.00 5.04 4.77 5/190 24942
/proc/meminfo: memFree=21903588/32951124 swapFree=67111348/67111528
[pid=24914] ppid=24912 vsize=3922312 CPUtime=25.49 cores=1,3
/proc/24914/stat : 24914 (synit_sat) R 24912 24914 23613 0 -1 4202496 924778 0 0 0 2446 103 0 0 25 0 1 0 488194175 4016447488 911391 33554432000 4194304 4947581 140733387132048 18446744073709551615 253640553540 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24914/statm: 980578 911391 438 184 0 975453 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3922312

[startup+51.1006 s]
/proc/loadavg: 4.00 4.96 4.75 5/190 24943
/proc/meminfo: memFree=21549724/32951124 swapFree=67111348/67111528
[pid=24914] ppid=24912 vsize=4312296 CPUtime=51.09 cores=1,3
/proc/24914/stat : 24914 (synit_sat) R 24912 24914 23613 0 -1 4202496 986538 0 0 0 4999 110 0 0 25 0 1 0 488194175 4415791104 973151 33554432000 4194304 4947581 140733387132048 18446744073709551615 4357650 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24914/statm: 1078074 973151 462 184 0 1072949 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 4312296

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

[startup+57.5004 s]
/proc/loadavg: 4.00 4.92 4.74 5/190 24943
/proc/meminfo: memFree=21547852/32951124 swapFree=67111348/67111528
[pid=24914] ppid=24912 vsize=4312296 CPUtime=57.49 cores=1,3
/proc/24914/stat : 24914 (synit_sat) R 24912 24914 23613 0 -1 4202496 986543 0 0 0 5639 110 0 0 25 0 1 0 488194175 4415791104 973156 33554432000 4194304 4947581 140733387132048 18446744073709551615 4357840 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24914/statm: 1078074 973156 462 184 0 1072949 0
Current children cumulated CPU time (s) 57.49
Current children cumulated vsize (KiB) 4312296

[startup+63.9003 s]
/proc/loadavg: 4.00 4.91 4.74 5/190 24943
/proc/meminfo: memFree=21533744/32951124 swapFree=67111348/67111528
[pid=24914] ppid=24912 vsize=4312296 CPUtime=63.89 cores=1,3
/proc/24914/stat : 24914 (synit_sat) R 24912 24914 23613 0 -1 4202496 986546 0 0 0 6279 110 0 0 25 0 1 0 488194175 4415791104 973159 33554432000 4194304 4947581 140733387132048 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24914/statm: 1078074 973159 462 184 0 1072949 0
Current children cumulated CPU time (s) 63.89
Current children cumulated vsize (KiB) 4312296

[startup+65.501 s]
/proc/loadavg: 4.00 4.91 4.74 5/190 24944
/proc/meminfo: memFree=21532876/32951124 swapFree=67111348/67111528
[pid=24914] ppid=24912 vsize=4312296 CPUtime=65.49 cores=1,3
/proc/24914/stat : 24914 (synit_sat) R 24912 24914 23613 0 -1 4202496 986556 0 0 0 6439 110 0 0 25 0 1 0 488194175 4415791104 973169 33554432000 4194304 4947581 140733387132048 18446744073709551615 4346544 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24914/statm: 1078074 973169 462 184 0 1072949 0
Current children cumulated CPU time (s) 65.49
Current children cumulated vsize (KiB) 4312296

[startup+66.3008 s]
/proc/loadavg: 4.00 4.91 4.74 5/190 24944
/proc/meminfo: memFree=21532876/32951124 swapFree=67111348/67111528
[pid=24914] ppid=24912 vsize=4312296 CPUtime=66.29 cores=1,3
/proc/24914/stat : 24914 (synit_sat) R 24912 24914 23613 0 -1 4202496 986556 0 0 0 6519 110 0 0 25 0 1 0 488194175 4415791104 973169 33554432000 4194304 4947581 140733387132048 18446744073709551615 4398472 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24914/statm: 1078074 973169 462 184 0 1072949 0
Current children cumulated CPU time (s) 66.29
Current children cumulated vsize (KiB) 4312296

[startup+66.7007 s]
/proc/loadavg: 4.00 4.91 4.74 5/190 24944
/proc/meminfo: memFree=21532876/32951124 swapFree=67111348/67111528
[pid=24914] ppid=24912 vsize=4312296 CPUtime=66.69 cores=1,3
/proc/24914/stat : 24914 (synit_sat) R 24912 24914 23613 0 -1 4202496 986557 0 0 0 6559 110 0 0 25 0 1 0 488194175 4415791104 972870 33554432000 4194304 4947581 140733387132048 18446744073709551615 4757104 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24914/statm: 1078074 972870 463 184 0 1072949 0
Current children cumulated CPU time (s) 66.69
Current children cumulated vsize (KiB) 4312296

[startup+67.1067 s]
/proc/loadavg: 4.00 4.89 4.73 5/190 24944
/proc/meminfo: memFree=21534048/32951124 swapFree=67111348/67111528
[pid=24914] ppid=24912 vsize=4312296 CPUtime=67.1 cores=1,3
/proc/24914/stat : 24914 (synit_sat) R 24912 24914 23613 0 -1 4202496 986557 0 0 0 6600 110 0 0 25 0 1 0 488194175 4415791104 972674 33554432000 4194304 4947581 140733387132048 18446744073709551615 4849982 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24914/statm: 1078074 972674 463 184 0 1072949 0
Current children cumulated CPU time (s) 67.1
Current children cumulated vsize (KiB) 4312296

[startup+67.2007 s]
/proc/loadavg: 4.00 4.89 4.73 5/190 24944
/proc/meminfo: memFree=21534048/32951124 swapFree=67111348/67111528
[pid=24914] ppid=24912 vsize=0 CPUtime=67.19 cores=1,3
/proc/24914/stat : 24914 (synit_sat) R 24912 24914 23613 0 -1 4202500 986562 0 0 0 6601 118 0 0 25 0 1 0 488194175 0 0 33554432000 0 0 0 0 0 0 0 4096 24578 18446744073709551615 0 0 17 1 0 0 0
/proc/24914/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 67.19
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 67.2768
CPU time (s): 67.2768
CPU user time (s): 66.013
CPU system time (s): 1.26381
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 4312296

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

runsolver used 0.102984 second user time and 0.270958 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-25 23:12:18
IDJOB=3286564
IDBENCH=82430
IDSOLVER=1571
FILE ID=node106/3286564-1303765935
RUNJOBID= node106-1303765018-24341
PBS_JOBID= 13157143
Free space on /tmp= 71496 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-27-step13.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286564-1303765935/watcher-3286564-1303765935 -o /tmp/evaluation-result-3286564-1303765935/solver-3286564-1303765935 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3286564-1303765935.cnf 1639906767

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

MD5SUM BENCH= 52e16341bcff805ef2d6abe4e95359a0
RANDOM SEED=1639906767

node106.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.830
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.66
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.830
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.20
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.830
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.830
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.830
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.74
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.830
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.830
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.830
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:     32951124 kB
MemFree:      24085836 kB
Buffers:         38444 kB
Cached:         338812 kB
SwapCached:         96 kB
Active:        8455936 kB
Inactive:       184448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24085836 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          134620 kB
Writeback:           0 kB
AnonPages:     8262992 kB
Mapped:          17180 kB
Slab:           141916 kB
PageTables:      22980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  9860036 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= 71528 MiB
End job on node106 at 2011-04-25 23:13:25