Trace number 3283183

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 50.3004 52.975

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-10p0.cnf
MD5SUMef1df882c8a642421a1d0216a16bf652
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark39.7879
Satisfiable
(Un)Satisfiability was proved
Number of variables155107
Number of clauses675624
Sum of the clauses size1568150
Maximum clause length10
Minimum clause length1
Number of clauses of size 16856
Number of clauses of size 2547130
Number of clauses of size 387598
Number of clauses of size 43780
Number of clauses of size 515120
Number of clauses of size over 515140

Solver Data

0.00/0.08	c Set FPU double precision.
0.21/0.33	c Parse Cnf success: #var: 155107 #clause: 675624
0.21/0.33	c Find Units :       6856
0.21/0.37	c Find Invs  :        906
0.32/0.45	c Find Ands  :      74944 AvgFaninNum: 3.31618
0.32/0.45	c Find Xors  :          0 AvgFaninNum: nan
0.32/0.46	c Find Ite   :          0
0.41/0.50	c UnDirect variable: 0
0.41/0.50	c UnDirect to Direct Gate: 94
0.41/0.50	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.41/0.51	c Break Cycle : 27682
0.41/0.51	c Total Root : 6935 Undef Var: 120214
0.41/0.55	c After covering, Total Root: 15322 Leaf: 57227
0.41/0.55	c Variable( cover/uncovered/unused ): 92120 62987 0
0.41/0.55	c Unit Clauses: 6856
0.41/0.55	c Binary Clauses( cover/uncovered ): 88746 422474
0.41/0.55	c Clauses( cover/uncovered ): 34799 79279
0.41/0.55	c Total Clauses( cover/uncovered ): 130401 501753 20.628%
0.41/0.55	c Covered Ands: 34799 Invs: 94 Xors: 0 Ites: 0
0.80/0.90	c Uncover Clauses avg size: 2.32374 max size: 10
0.80/0.91	c Final circuit: i/l/o/s  117498       0  452504    653570
0.80/0.91	c CnfToAig: Time: 0.82 s
1.40/1.56	c TmMap: Set choices finish.
1.80/1.90	c TmMap: Set big and: 475886
1.80/1.90	c TmMap: Origin: 771069 ClauseNum: 1960710 --> New: 593914 ClauseNum: 1605469
1.80/1.90	c TmMap: Time: 0.44
1.90/2.01	c Try to Add: #clause: 953934 #xorclause: 0
2.10/2.20	c #var: 143329 #clauses: 98947 Solving... 
50.22/52.92	s UNSATISFIABLE
50.22/52.94	c CPU time: 50.26 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-3283183-1303759506/watcher-3283183-1303759506 -o /tmp/evaluation-result-3283183-1303759506/solver-3283183-1303759506 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3283183-1303759506.cnf 2084946188 

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: 0.79 4.95 6.64 2/174 17971
/proc/meminfo: memFree=25320004/32951132 swapFree=67111364/67111528
[pid=17971] ppid=17969 vsize=6420 CPUtime=0 cores=1,3
/proc/17971/stat : 17971 (qutersat_releas) D 17969 17971 17937 0 -1 4194304 95 0 0 0 0 0 0 0 18 0 1 0 487549295 6574080 48 33554432000 4194304 6016207 140735057495888 18446744073709551615 242965626599 0 0 4096 0 18446744071562234166 0 0 17 1 0 0 0
/proc/17971/statm: 1605 48 37 445 0 65 0

[startup+0.100173 s]
/proc/loadavg: 0.79 4.95 6.64 2/174 17971
/proc/meminfo: memFree=25320004/32951132 swapFree=67111364/67111528
[pid=17971] ppid=17969 vsize=42144 CPUtime=0.01 cores=1,3
/proc/17971/stat : 17971 (qutersat_releas) R 17969 17971 17937 0 -1 4202496 4180 0 3 0 1 0 0 0 18 0 1 0 487549295 43155456 4117 33554432000 4194304 6016207 140735057495888 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 1 0 0 7
/proc/17971/statm: 10536 4117 379 445 0 4080 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 42144

[startup+0.201159 s]
/proc/loadavg: 0.79 4.95 6.64 2/174 17971
/proc/meminfo: memFree=25320004/32951132 swapFree=67111364/67111528
[pid=17971] ppid=17969 vsize=60576 CPUtime=0.12 cores=1,3
/proc/17971/stat : 17971 (qutersat_releas) R 17969 17971 17937 0 -1 4202496 8656 0 3 0 11 1 0 0 18 0 1 0 487549295 62029824 8593 33554432000 4194304 6016207 140735057495888 18446744073709551615 4312032 0 0 4096 16386 0 0 0 17 1 0 0 7
/proc/17971/statm: 15144 8593 379 445 0 8688 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 60576

[startup+0.301136 s]
/proc/loadavg: 0.79 4.95 6.64 2/174 17971
/proc/meminfo: memFree=25320004/32951132 swapFree=67111364/67111528
[pid=17971] ppid=17969 vsize=74016 CPUtime=0.21 cores=1,3
/proc/17971/stat : 17971 (qutersat_releas) R 17969 17971 17937 0 -1 4202496 11427 0 3 0 20 1 0 0 18 0 1 0 487549295 75792384 11364 33554432000 4194304 6016207 140735057495888 18446744073709551615 4278880 0 0 4096 16386 0 0 0 17 1 0 0 7
/proc/17971/statm: 18504 11365 379 445 0 12048 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 74016

[startup+0.701034 s]
/proc/loadavg: 0.79 4.95 6.64 2/174 17971
/proc/meminfo: memFree=25320004/32951132 swapFree=67111364/67111528
[pid=17971] ppid=17969 vsize=106640 CPUtime=0.61 cores=1,3
/proc/17971/stat : 17971 (qutersat_releas) R 17969 17971 17937 0 -1 4202496 19152 0 3 0 58 3 0 0 18 0 1 0 487549295 109199360 19089 33554432000 4194304 6016207 140735057495888 18446744073709551615 4268373 0 0 4096 16386 0 0 0 17 3 0 0 7
/proc/17971/statm: 26660 19089 400 445 0 20204 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 106640

[startup+1.50093 s]
/proc/loadavg: 0.79 4.95 6.64 5/182 17986
/proc/meminfo: memFree=24997916/32951132 swapFree=67111364/67111528
[pid=17971] ppid=17969 vsize=272608 CPUtime=1.4 cores=1,3
/proc/17971/stat : 17971 (qutersat_releas) R 17969 17971 17937 0 -1 4202496 61643 0 3 0 133 7 0 0 20 0 1 0 487549295 279150592 61580 33554432000 4194304 6016207 140735057495888 18446744073709551615 4230101 0 0 4096 16386 0 0 0 17 1 0 0 7
/proc/17971/statm: 68152 61580 671 445 0 61696 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 272608

[startup+3.10066 s]
/proc/loadavg: 1.21 4.97 6.64 6/187 17997
/proc/meminfo: memFree=24440916/32951132 swapFree=67111364/67111528
[pid=17971] ppid=17969 vsize=343392 CPUtime=2.95 cores=1,3
/proc/17971/stat : 17971 (qutersat_releas) R 17969 17971 17937 0 -1 4202496 75961 0 3 0 286 9 0 0 24 0 1 0 487549295 351633408 75898 33554432000 4194304 6016207 140735057495888 18446744073709551615 4424136 0 0 4096 16386 0 0 0 17 1 0 0 7
/proc/17971/statm: 85848 75898 700 445 0 79392 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 343392

[startup+6.30107 s]
/proc/loadavg: 1.21 4.97 6.64 5/188 17998
/proc/meminfo: memFree=23729368/32951132 swapFree=67111364/67111528
[pid=17971] ppid=17969 vsize=371040 CPUtime=5.8 cores=1,3
/proc/17971/stat : 17971 (qutersat_releas) R 17969 17971 17937 0 -1 4202496 81121 0 3 0 566 14 0 0 25 0 1 0 487549295 379944960 81058 33554432000 4194304 6016207 140735057495888 18446744073709551615 4424861 0 0 4096 16386 0 0 0 17 3 0 0 7
/proc/17971/statm: 92760 81058 700 445 0 86304 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 371040

[startup+12.701 s]
/proc/loadavg: 1.86 4.99 6.63 6/188 17998
/proc/meminfo: memFree=23105648/32951132 swapFree=67111364/67111528
[pid=17971] ppid=17969 vsize=725856 CPUtime=11.64 cores=1,3
/proc/17971/stat : 17971 (qutersat_releas) R 17969 17971 17937 0 -1 4202496 146666 0 3 0 1135 29 0 0 25 0 1 0 487549295 743276544 146588 33554432000 4194304 6016207 140735057495888 18446744073709551615 4424296 0 0 4096 16386 0 0 0 17 3 0 0 7
/proc/17971/statm: 181464 146588 700 445 0 175008 0
Current children cumulated CPU time (s) 11.64
Current children cumulated vsize (KiB) 725856

[startup+25.5008 s]
/proc/loadavg: 2.50 5.02 6.62 5/188 18026
/proc/meminfo: memFree=22811564/32951132 swapFree=67111364/67111528
[pid=17971] ppid=17969 vsize=815144 CPUtime=22.89 cores=1,3
/proc/17971/stat : 17971 (qutersat_releas) R 17969 17971 17937 0 -1 4202496 159510 0 3 0 2251 38 0 0 25 0 1 0 487549295 834707456 159432 33554432000 4194304 6016207 140735057495888 18446744073709551615 4373471 0 0 4096 16386 0 0 0 17 3 0 0 7
/proc/17971/statm: 203786 159432 724 445 0 197330 0
Current children cumulated CPU time (s) 22.89
Current children cumulated vsize (KiB) 815144

[startup+51.1004 s]
/proc/loadavg: 3.13 4.97 6.56 5/188 18026
/proc/meminfo: memFree=22417096/32951132 swapFree=67111364/67111528
[pid=17971] ppid=17969 vsize=844704 CPUtime=48.42 cores=1,3
/proc/17971/stat : 17971 (qutersat_releas) R 17969 17971 17937 0 -1 4202496 167294 0 3 0 4800 42 0 0 25 0 1 0 487549295 864976896 167216 33554432000 4194304 6016207 140735057495888 18446744073709551615 4385057 0 0 4096 16386 0 0 0 17 1 0 0 7
/proc/17971/statm: 211176 167216 727 445 0 204720 0
Current children cumulated CPU time (s) 48.42
Current children cumulated vsize (KiB) 844704

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

[startup+51.2004 s]
/proc/loadavg: 3.13 4.97 6.56 5/188 18026
/proc/meminfo: memFree=22417096/32951132 swapFree=67111364/67111528
[pid=17971] ppid=17969 vsize=844704 CPUtime=48.52 cores=1,3
/proc/17971/stat : 17971 (qutersat_releas) R 17969 17971 17937 0 -1 4202496 167308 0 3 0 4810 42 0 0 25 0 1 0 487549295 864976896 167230 33554432000 4194304 6016207 140735057495888 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 1 0 0 7
/proc/17971/statm: 211176 167230 727 445 0 204720 0
Current children cumulated CPU time (s) 48.52
Current children cumulated vsize (KiB) 844704

[startup+52.0002 s]
/proc/loadavg: 3.13 4.97 6.56 5/188 18026
/proc/meminfo: memFree=22388204/32951132 swapFree=67111364/67111528
[pid=17971] ppid=17969 vsize=844704 CPUtime=49.32 cores=1,3
/proc/17971/stat : 17971 (qutersat_releas) R 17969 17971 17937 0 -1 4202496 167327 0 3 0 4890 42 0 0 25 0 1 0 487549295 864976896 167249 33554432000 4194304 6016207 140735057495888 18446744073709551615 4424847 0 0 4096 16386 0 0 0 17 1 0 0 7
/proc/17971/statm: 211176 167249 727 445 0 204720 0
Current children cumulated CPU time (s) 49.32
Current children cumulated vsize (KiB) 844704

[startup+52.4002 s]
/proc/loadavg: 3.13 4.97 6.56 5/188 18026
/proc/meminfo: memFree=22388204/32951132 swapFree=67111364/67111528
[pid=17971] ppid=17969 vsize=844704 CPUtime=49.72 cores=1,3
/proc/17971/stat : 17971 (qutersat_releas) R 17969 17971 17937 0 -1 4202496 167368 0 3 0 4930 42 0 0 25 0 1 0 487549295 864976896 167290 33554432000 4194304 6016207 140735057495888 18446744073709551615 4425185 0 0 4096 16386 0 0 0 17 1 0 0 7
/proc/17971/statm: 211176 167290 727 445 0 204720 0
Current children cumulated CPU time (s) 49.72
Current children cumulated vsize (KiB) 844704

[startup+52.8011 s]
/proc/loadavg: 3.20 4.95 6.54 5/188 18026
/proc/meminfo: memFree=22360552/32951132 swapFree=67111364/67111528
[pid=17971] ppid=17969 vsize=844704 CPUtime=50.12 cores=1,3
/proc/17971/stat : 17971 (qutersat_releas) R 17969 17971 17937 0 -1 4202496 167388 0 3 0 4970 42 0 0 25 0 1 0 487549295 864976896 167310 33554432000 4194304 6016207 140735057495888 18446744073709551615 4424266 0 0 4096 16386 0 0 0 17 1 0 0 7
/proc/17971/statm: 211176 167310 727 445 0 204720 0
Current children cumulated CPU time (s) 50.12
Current children cumulated vsize (KiB) 844704

[startup+52.9071 s]
/proc/loadavg: 3.20 4.95 6.54 5/188 18026
/proc/meminfo: memFree=22360552/32951132 swapFree=67111364/67111528
[pid=17971] ppid=17969 vsize=844704 CPUtime=50.22 cores=1,3
/proc/17971/stat : 17971 (qutersat_releas) R 17969 17971 17937 0 -1 4202496 167391 0 3 0 4980 42 0 0 25 0 1 0 487549295 864976896 167235 33554432000 4194304 6016207 140735057495888 18446744073709551615 4421820 0 0 4096 16386 0 0 0 17 1 0 0 7
/proc/17971/statm: 211176 167235 727 445 0 204720 0
Current children cumulated CPU time (s) 50.22
Current children cumulated vsize (KiB) 844704

Child status: 0
Real time (s): 52.975
CPU time (s): 50.3004
CPU user time (s): 49.8434
CPU system time (s): 0.45693
CPU usage (%): 94.9512
Max. virtual memory (cumulated for all children) (KiB): 844704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.8434
system time used= 0.45693
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167396
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19
involuntary context switches= 430

runsolver used 0.085986 second user time and 0.203968 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-25 21:25:06
IDJOB=3283183
IDBENCH=71003
IDSOLVER=1607
FILE ID=node128/3283183-1303759506
RUNJOBID= node128-1303759504-17957
PBS_JOBID= 13157129
Free space on /tmp= 66780 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-10-10p0.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283183-1303759506/watcher-3283183-1303759506 -o /tmp/evaluation-result-3283183-1303759506/solver-3283183-1303759506 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3283183-1303759506.cnf 2084946188

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

MD5SUM BENCH= ef1df882c8a642421a1d0216a16bf652
RANDOM SEED=2084946188

node128.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.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.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	: 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.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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      25320160 kB
Buffers:       1270720 kB
Cached:        5674532 kB
SwapCached:        160 kB
Active:         426760 kB
Inactive:      6587204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      25320160 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           23344 kB
Writeback:           8 kB
AnonPages:       67596 kB
Mapped:          14784 kB
Slab:           553104 kB
PageTables:       5028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   193608 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66720 MiB
End job on node128 at 2011-04-25 21:25:59