Trace number 3286495

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
QuteRSat 2011-03-01UNSAT 26.6809 26.6818

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-18-step15.cnf
MD5SUMcabee0328f774a95ab72be66123bb39b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.8798
Satisfiable
(Un)Satisfiability was proved
Number of variables130021
Number of clauses2509375
Sum of the clauses size5678283
Maximum clause length1921
Minimum clause length1
Number of clauses of size 1456
Number of clauses of size 22437138
Number of clauses of size 310555
Number of clauses of size 46624
Number of clauses of size 53927
Number of clauses of size over 550675

Solver Data

0.00/0.00	c Set FPU double precision.
0.99/1.07	c Parse Cnf success: #var: 130021 #clause: 2509375
0.99/1.07	c Find Units :        456
1.19/1.27	c Find Invs  :        149
1.29/1.38	c Find Ands  :      41022 AvgFaninNum: 7.88704
1.29/1.39	c Find Xors  :          0 AvgFaninNum: nan
1.29/1.39	c Find Ite   :          0
1.39/1.40	c UnDirect variable: 113
1.39/1.40	c UnDirect to Direct Gate: 87
1.39/1.40	c Forced Direct Gate: 33 Unuse unDirect Gate: 51
1.39/1.41	c Break Cycle : 18286
1.39/1.41	c Total Root : 11679 Undef Var: 109531
1.49/1.57	c After covering, Total Root: 19959 Leaf: 69180
1.49/1.57	c Variable( cover/uncovered/unused ): 89670 40351 0
1.49/1.57	c Unit Clauses: 456
1.49/1.57	c Binary Clauses( cover/uncovered ): 272127 2162417
1.49/1.57	c Clauses( cover/uncovered ): 20403 51378
1.49/1.57	c Total Clauses( cover/uncovered ): 292986 2213795 11.6877%
1.49/1.57	c Covered Ands: 20403 Invs: 87 Xors: 0 Ites: 0
2.89/2.94	c Uncover Clauses avg size: 2.1845 max size: 41
2.89/2.98	c Final circuit: i/l/o/s  109094       0 2207991   2582550
2.89/2.98	c CnfToAig: Time: 2.97 s
4.89/4.92	c TmMap: Set choices finish.
6.09/6.19	c TmMap: Set big and: 2278352
6.09/6.19	c TmMap: Origin: 2691645 ClauseNum: 7747650 --> New: 2387455 ClauseNum: 7146999
6.09/6.19	c TmMap: Time: 1.54
6.50/6.58	c Try to Add: #clause: 4556736 #xorclause: 0
6.99/7.08	c #var: 179464 #clauses: 116631 Solving... 
26.49/26.57	s UNSATISFIABLE
26.59/26.62	c CPU time: 26.62 s

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-3286495-1303761163/watcher-3286495-1303761163 -o /tmp/evaluation-result-3286495-1303761163/solver-3286495-1303761163 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3286495-1303761163.cnf 1565164424 

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.78 4.66 4.49 3/185 8568
/proc/meminfo: memFree=12495436/32951124 swapFree=67111524/67111528
[pid=8568] ppid=8566 vsize=35412 CPUtime=0 cores=1,3
/proc/8568/stat : 8568 (qutersat_releas) R 8566 8568 7955 0 -1 4202496 2565 0 0 0 0 0 0 0 22 0 1 0 487714153 36261888 2499 33554432000 4194304 6016207 140737229788864 18446744073709551615 4309240 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8568/statm: 8853 2499 379 445 0 2397 0

[startup+0.0273111 s]
/proc/loadavg: 4.78 4.66 4.49 3/185 8568
/proc/meminfo: memFree=12495436/32951124 swapFree=67111524/67111528
[pid=8568] ppid=8566 vsize=39508 CPUtime=0.02 cores=1,3
/proc/8568/stat : 8568 (qutersat_releas) R 8566 8568 7955 0 -1 4202496 3714 0 0 0 2 0 0 0 22 0 1 0 487714153 40456192 3648 33554432000 4194304 6016207 140737229788864 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8568/statm: 9877 3648 379 445 0 3421 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 39508

[startup+0.100288 s]
/proc/loadavg: 4.78 4.66 4.49 3/185 8568
/proc/meminfo: memFree=12495436/32951124 swapFree=67111524/67111528
[pid=8568] ppid=8566 vsize=48724 CPUtime=0.09 cores=1,3
/proc/8568/stat : 8568 (qutersat_releas) R 8566 8568 7955 0 -1 4202496 6051 0 0 0 8 1 0 0 22 0 1 0 487714153 49893376 5985 33554432000 4194304 6016207 140737229788864 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8568/statm: 12181 5987 379 445 0 5725 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48724

[startup+0.300251 s]
/proc/loadavg: 4.78 4.66 4.49 3/185 8568
/proc/meminfo: memFree=12495436/32951124 swapFree=67111524/67111528
[pid=8568] ppid=8566 vsize=89812 CPUtime=0.29 cores=1,3
/proc/8568/stat : 8568 (qutersat_releas) R 8566 8568 7955 0 -1 4202496 15674 0 0 0 27 2 0 0 23 0 1 0 487714153 91967488 15608 33554432000 4194304 6016207 140737229788864 18446744073709551615 212687675136 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8568/statm: 22453 15608 379 445 0 15997 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 89812

[startup+0.700177 s]
/proc/loadavg: 4.78 4.66 4.49 3/185 8568
/proc/meminfo: memFree=12495436/32951124 swapFree=67111524/67111528
[pid=8568] ppid=8566 vsize=139732 CPUtime=0.68 cores=1,3
/proc/8568/stat : 8568 (qutersat_releas) R 8566 8568 7955 0 -1 4202496 28352 0 0 0 65 3 0 0 25 0 1 0 487714153 143085568 28286 33554432000 4194304 6016207 140737229788864 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8568/statm: 34933 28286 379 445 0 28477 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 139732

[startup+1.50103 s]
/proc/loadavg: 4.78 4.66 4.49 4/186 8569
/proc/meminfo: memFree=12356920/32951124 swapFree=67111524/67111528
[pid=8568] ppid=8566 vsize=238164 CPUtime=1.49 cores=1,3
/proc/8568/stat : 8568 (qutersat_releas) R 8566 8568 7955 0 -1 4202496 50137 0 0 0 143 6 0 0 25 0 1 0 487714153 243879936 50071 33554432000 4194304 6016207 140737229788864 18446744073709551615 4315856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8568/statm: 59541 50071 400 445 0 53085 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 238164

[startup+3.10074 s]
/proc/loadavg: 4.78 4.66 4.49 4/186 8569
/proc/meminfo: memFree=12401436/32951124 swapFree=67111524/67111528
[pid=8568] ppid=8566 vsize=512308 CPUtime=3.09 cores=1,3
/proc/8568/stat : 8568 (qutersat_releas) R 8566 8568 7955 0 -1 4202496 115117 0 0 0 297 12 0 0 25 0 1 0 487714153 524603392 115025 33554432000 4194304 6016207 140737229788864 18446744073709551615 4261052 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8568/statm: 128077 115054 670 445 0 121621 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 512308

[startup+6.30016 s]
/proc/loadavg: 5.04 4.71 4.51 4/186 8569
/proc/meminfo: memFree=12071108/32951124 swapFree=67111524/67111528
[pid=8568] ppid=8566 vsize=1124272 CPUtime=6.29 cores=1,3
/proc/8568/stat : 8568 (qutersat_releas) R 8566 8568 7955 0 -1 4202496 261206 0 0 0 600 29 0 0 25 0 1 0 487714153 1151254528 261070 33554432000 4194304 6016207 140737229788864 18446744073709551615 4809773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8568/statm: 281068 261070 672 445 0 274612 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1124272

[startup+12.701 s]
/proc/loadavg: 5.19 4.75 4.52 4/186 8569
/proc/meminfo: memFree=12403696/32951124 swapFree=67111524/67111528
[pid=8568] ppid=8566 vsize=1124272 CPUtime=12.69 cores=1,3
/proc/8568/stat : 8568 (qutersat_releas) R 8566 8568 7955 0 -1 4202496 261236 0 0 0 1240 29 0 0 25 0 1 0 487714153 1151254528 261100 33554432000 4194304 6016207 140737229788864 18446744073709551615 4425202 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8568/statm: 281068 261100 700 445 0 274612 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1124272

[startup+25.5007 s]
/proc/loadavg: 5.74 4.89 4.57 4/186 8570
/proc/meminfo: memFree=13454268/32951124 swapFree=67111524/67111528
[pid=8568] ppid=8566 vsize=1124272 CPUtime=25.49 cores=1,3
/proc/8568/stat : 8568 (qutersat_releas) R 8566 8568 7955 0 -1 4202496 261260 0 0 0 2520 29 0 0 25 0 1 0 487714153 1151254528 261124 33554432000 4194304 6016207 140737229788864 18446744073709551615 4424199 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8568/statm: 281068 261124 724 445 0 274612 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1124272

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

[startup+26.3005 s]
/proc/loadavg: 5.74 4.89 4.57 4/186 8570
/proc/meminfo: memFree=13542060/32951124 swapFree=67111524/67111528
[pid=8568] ppid=8566 vsize=1124272 CPUtime=26.3 cores=1,3
/proc/8568/stat : 8568 (qutersat_releas) R 8566 8568 7955 0 -1 4202496 261260 0 0 0 2601 29 0 0 25 0 1 0 487714153 1151254528 261124 33554432000 4194304 6016207 140737229788864 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8568/statm: 281068 261124 724 445 0 274612 0
Current children cumulated CPU time (s) 26.3
Current children cumulated vsize (KiB) 1124272

[startup+26.5005 s]
/proc/loadavg: 5.74 4.89 4.57 4/186 8570
/proc/meminfo: memFree=13542060/32951124 swapFree=67111524/67111528
[pid=8568] ppid=8566 vsize=1124272 CPUtime=26.49 cores=1,3
/proc/8568/stat : 8568 (qutersat_releas) R 8566 8568 7955 0 -1 4202496 261260 0 0 0 2620 29 0 0 25 0 1 0 487714153 1151254528 261124 33554432000 4194304 6016207 140737229788864 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8568/statm: 281068 261124 724 445 0 274612 0
Current children cumulated CPU time (s) 26.49
Current children cumulated vsize (KiB) 1124272

[startup+26.6005 s]
/proc/loadavg: 5.74 4.89 4.57 4/186 8570
/proc/meminfo: memFree=13542060/32951124 swapFree=67111524/67111528
[pid=8568] ppid=8566 vsize=1124272 CPUtime=26.59 cores=1,3
/proc/8568/stat : 8568 (qutersat_releas) R 8566 8568 7955 0 -1 4202496 261260 0 0 0 2630 29 0 0 25 0 1 0 487714153 1151254528 261124 33554432000 4194304 6016207 140737229788864 18446744073709551615 4809786 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8568/statm: 281068 261124 724 445 0 274612 0
Current children cumulated CPU time (s) 26.59
Current children cumulated vsize (KiB) 1124272

Child status: 0
Real time (s): 26.6818
CPU time (s): 26.6809
CPU user time (s): 26.337
CPU system time (s): 0.343947
CPU usage (%): 99.9966
Max. virtual memory (cumulated for all children) (KiB): 1124272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.337
system time used= 0.343947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 261265
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= 5
involuntary context switches= 35

runsolver used 0.046992 second user time and 0.103984 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-25 21:52:44
IDJOB=3286495
IDBENCH=82426
IDSOLVER=1607
FILE ID=node139/3286495-1303761163
RUNJOBID= node139-1303759504-7975
PBS_JOBID= 13157122
Free space on /tmp= 64744 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-18-step15.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286495-1303761163/watcher-3286495-1303761163 -o /tmp/evaluation-result-3286495-1303761163/solver-3286495-1303761163 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3286495-1303761163.cnf 1565164424

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

MD5SUM BENCH= cabee0328f774a95ab72be66123bb39b
RANDOM SEED=1565164424

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12495584 kB
Buffers:       2054720 kB
Cached:       14377620 kB
SwapCached:          4 kB
Active:        5007480 kB
Inactive:     14647456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12495584 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:         6795048 kB
Writeback:           0 kB
AnonPages:     3222056 kB
Mapped:          18612 kB
Slab:           728192 kB
PageTables:      12072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3972280 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= 64740 MiB
End job on node139 at 2011-04-25 21:53:11